@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

body {
  font-size: 16px;
  line-height: 2;
  font-family: "Noto Sans Japanese", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    "ＭＳ\ Ｐゴシック", "sans-serif";
}

a {
  color: #f26d35;
  display: block;
}

a:hover {
  opacity: 0.6;
  transition: 0.2s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: normal;
}

h2,
h3,
h4,
h5,
h6,
.under h1 {
  font-size: 140%;
  margin-bottom: 25px;
  color: #f26d35;
  text-align: center;
}

h2,
.under h1 {
  color: #444;
  padding: 10px 0;
  border-bottom: 5px solid #f26d35;
  text-align: center;
  font-weight: bold;
}

h3,
.under h2 {
  padding-left: 10px;
  border-bottom: 4px double #f26d35;
  color: #444;
}

h4,
.under h3 {
  padding-bottom: 5px;
  border-bottom: 3px dashed #f26d35;
  color: #444;
}

.under h3 {
  margin-top: 40px;
}

h5 {
  font-size: 130%;
  border: 1px solid #f26d35;
  color: #444;
}

h6 {
  font-size: 120%;
  border: 1px solid #444;
  color: #444;
}

strong {
  border-bottom: 6px double #f26d35;
}

article ul {
  padding: 0.5em 0 0.5em 2.5em;
  margin: 1.5em 0;
  background: #fcede8;
}

article ul li {
  position: relative;
}

article ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -16px;
  width: 10px;
  height: 10px;
  background: #444;
}

article ol {
  counter-reset: counter-name;
  padding: 0.5em 0 0.5em 1.5em;
  margin: 1.5em 0;
  background: #fcede8;
}

article ol li {
  margin: 0;
  list-style: none;
  position: relative;
  padding-left: 20px;
}

article ol li:before {
  counter-increment: counter-name;
  content: counter(counter-name) ".";
  position: absolute;
  left: 0;
}

blockquote {
  padding: 3em 1em;
  position: relative;
  border: 5px solid #ffe2d6;
}

blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #ffe2d6;
  position: absolute;
}

blockquote:before {
  content: "“";
  left: 0;
  top: 0;
  line-height: 1em;
}

blockquote:after {
  content: "”";
  right: 0;
  bottom: 0;
}

table {
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 20px;
  background: #fff;
}

table th {
  width: 150px;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  border: 1px solid #ccc;
  background: #ffe2d6;
}

table td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
  border: 1px solid #ccc;
}

pre {
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: pre-wrap;
  /* CSS3 */
  word-wrap: break-word;
  /* IE 5.5+ */
  display: inline-block;
  border: 3px solid #eee;
  margin: 1em 0;
  padding: 1em;
}

strong,
b {
  font-size: 100%;
}

em {
  font-style: normal;
  border: 1px solid #f26d35;
}

del {
  text-decoration: line-through;
}

ins {
  display: inline-block;
  background-color: #ffe2d6;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

/* top page */
/* header */
.headL {
  width: 100%;
  padding: 1% 0;
  position: relative;
}

.headL .sitetitle a {
  width: 60%;
  font-size: 4.5vw;
  position: absolute;
  top: 160px;
  line-height: 1.4;
  color: #f26d35;
  font-weight: bold;
  z-index: 1;
}

.headL .sitetitle2 a {
  width: 100%;
  font-size: 3vw;
  line-height: 1.4;
  color: #f26d35;
  font-weight: bold;
}

.headL p.catchC {
  color: #444;
  line-height: 1.4;
  margin: 40px 0 25px;
}

.grovalNa ul {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
}

.grovalNa li {
  width: 15%;
  text-align: center;
  list-style-type: none;
}

.grovalNa a {
  color: #f26d35;
  margin: 10px 0;
  display: block;
  font-weight: bold;
  font-size: 110%;
  border-bottom: 5px solid #ffe2d6;
}

.slicknav_menu {
  display: none;
}

/* slider */
.bx-wrapper {
  margin: 55px auto 50px;
  border: none;
  box-shadow: none;
}

/* contents area */
.mainA {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

header .mainA {
  display: block;
}

.rightwrap {
  max-width: 65%;
  float: right;
}

.more_B {
  text-align: center;
}

.more_B a {
  width: 100%;
  padding: 3px 3rem;
  display: inline-block;
  background-color: #f26d35;
  color: #fff;
  position: relative;
}

/* main */
main {}

article img {
  max-width: 100%;
  margin-bottom: 10px;
}

.link_C-wr {
  width: 100%;
  margin-bottom: 30px;
  padding: 30px 0 0;
  border-top: 5px solid #ffe2d6;
  border-bottom: 5px solid #ffe2d6;
}

.link_C,
.link_W {
  width: 31%;
  float: left;
}

.link_C {
  margin-right: 3%;
}

article {
  margin-bottom: 30px;
}

.writings {
  clear: both;
}

/* おすすめリンク */
.link_W {}

.link_W h2 {
  color: #444;
}

.link_W h3 {
  border: none;
}

.link_W h3 a {
  display: block;
  padding: 5px 10px;
  margin: 0 15px 0 5px;
  background-color: #f26d35;
  color: #fff;
}

.link_W h3 a::after {
  content: ">";
  margin-left: 10px;
}

.link_W p {
  padding: 0 0 20px 20px;
}

.link_W a {
  text-align: left;
}

/* aside */
aside {
  float: left;
  /*min-*/
  width: 29%;
  padding: 15px;
  margin: 20px 0 50px;
  border: 5px solid #ffe2d6;
  position: sticky;
  top: 0;
  height: fit-content;
}

aside li>div {
  color: #444;
  font-size: 170%;
  font-weight: bold;
  text-align: center;
}

aside ul li ul li {
  text-align: center;
}

aside ul li ul li:last-child {
  padding-bottom: 20px;
  margin-bottom: 30px;
}

aside a {
  padding: 15px 0 0;
  font-size: 110%;
  font-weight: bold;
}

aside img {
  float: left;
  max-width: 100%;
  margin-right: 10px;
}

.side_link li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* footer */
footer {
  position: relative;
  background: #f26d35;
  padding: 50px 0 10px;
  color: #fff;
}

footer p {
  font-size: 150%;
  border-bottom: 5px solid #fff;
  text-align: center;
}

footer a {
  color: #fff;
  font-size: 85%;
  text-align: center;
}

footer .mainA {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
}

.ft_CP {
  font-size: 70%;
  text-align: center;
  border: none;
}

.ft_M {
  width: 20%;
  margin: 0 auto;
}

.ft_M ul {
  margin-top: 10px;
}

/* under */
.not-F {
  font-size: 200%;
  color: #444;
}

/* pan nav */
.pa-NAV {
  margin: 0 0 10px;
  /* text-align: right; */
}

.pa-NAV a {
  display: inline;
  font-size: 85%;
}

.pa-NAV font {
  color: #ccc;
}

/* SNS */
.BTN-area {
  width: 100%;
  margin: 20px 0;
}

.sns-mainA {
  display: flex;
  justify-content: space-between;
  width: 50%;
  float: right;
}

.BTN-area>div {
  text-align: center;
}

.BTN-area:after {
  content: "";
  clear: both;
  display: block;
}

.title_h {
  text-align: center;
  display: block;
  font-size: 1.2vw;
  width: 45%;
  padding: 6px 15px;
  margin: 0 5% 10px 0;
  box-sizing: border-box;
  float: left;
  position: relative;
  border: 5px solid #ffe2d6;
  color: #444;
}

.title_h::after {
  content: "";
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-left: 15px solid #ffe2d6;
  left: 100%;
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

.BTN-whole {
  width: 23%;
  box-sizing: border-box;
  margin: 0 0.1%;
}

.BTN-whole .fa {
  font-weight: bold;
}

.BTN-link {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 1.2vw !important;
  padding: 10px 0 !important;
  box-sizing: border-box;
  text-decoration: none;
}

.BTN-link:hover {
  text-decoration: none !important;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/* SNSごとの背景色 */
#twitter {
  background-color: #00acee;
}

#hatena {
  background-color: #2d4c86;
}

#facebook {
  background-color: #3b5998;
}

#ggl-plus {
  background-color: #dd4b39;
}

/*下層などflex内で要素が増える時*/
.mainA.cf:has(.pa-NAV) {
  flex-wrap: wrap;
}

/*パンくずが含まれる時のみ*/
.pa-NAV {
  width: 100%;
}

/*パンくず*/