@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 {
  background-color: #000;
  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: #fff;
  display: block;
}

a:hover {
  color: #f7d000;
  transition: 0.2s;
}

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

h2,
h3,
h4,
h5,
h6 {
  font-size: 140%;
  margin-bottom: 25px;
}

/* +下層用 */
h2,
.under h1 {
  position: relative;
  background-color: #228ebc;
  padding: 0.5em;
  border-radius: 4px;
  color: #fff;
}

.under h1 {
  font-size: 140%;
  margin-bottom: 25px;
}

h2::after,
.under h1::after {
  position: absolute;
  top: 100%;
  left: 2em;
  content: "";
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: 10px solid #228ebc;
}

h3,
.under h2 {
  margin: 20px 0;
  position: relative;
  padding: 0.25em 0 0.5em 0.75em;
  border-left: 9px solid #1a8b36;
}

h3::after,
.under h2::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ccc;
}

h4,
.under h3 {
  border-bottom: 4px solid #cccccc;
  padding-bottom: 5px;
}

h5 {
  color: #000000;
  font-size: 120%;
  border-bottom: 1px dashed #ccc;
}

h6 {
  color: #c33937;
  font-size: 100%;
}

strong {
  background: linear-gradient(transparent 60%, #f7d200 60%);
}

article ul {
  padding: 0.5em 0 0.5em 2.5em;
  margin: 1.5em 0;
  border: 3px dashed #278cc0;
  border-radius: 5px;
}

article ul li {
  position: relative;
}

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

article ol {
  counter-reset: counter-name;
  padding: 0.5em 0 0.5em 2.5em;
  margin: 1.5em 0;
  border: 3px dashed #278cc0;
  border-radius: 5px;
}

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 {
  background: #f7d200;
  padding: 3em 2em;
  position: relative;
  border: 1px dashed #000;
  border-radius: 5px;
}

blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #000;
  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: 8px;
  font-weight: bold;
  vertical-align: top;
  border: 1px dashed #000;
  background: #f7d200;
}

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

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;
}

del {
  text-decoration: line-through;
}

ins {
  display: inline-block;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

/* top page */
/* header */
.headcorner {
  width: 100%;
  padding: 20px 0;
  margin-bottom: 25px;
  background: #000000;
}

.headcorner a {
  color: #fff;
}

.headcorner .stitle001 a {
  font-size: 23px;
  font-weight: bold;
  color: #f6d600;
  line-height: 1.3;
}

.headcorner p.catchtitle {
  margin-bottom: 0px;
  color: #fff;
  font-size: 70%;
}

.gnaaav>ul {
  display: flex;
  justify-content: space-around;
}

.gnaaav ul#gnaaav-menu>li {
  display: block;
  position: relative;
  width: 24%;
  font-size: 15px;
  text-align: center;
  background: #1b753e;
  padding: 10px;
  border-radius: 10px;
}

#gnaaav-menu li ul.sub-menu {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 9999;
}

.slicknav_menu {
  display: none;
}

#gnaaav-menu li a {
  display: block;
}

#gnaaav-menu li a:hover {
  opacity: 0.5;
}

/* slider */
.first-visual {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 28px;
}

.slider-area {
  position: relative;
  left: 50%;
  width: 2940px;
  margin-left: -1470px;
}

.bx-wrapper {
  position: relative;
  margin: 0 auto;
  border: none;
  box-shadow: none;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: 10px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-prev {
  background: url(../images/prev05.png) no-repeat 0 0;
  left: 943px;
}

.bx-wrapper .bx-next {
  background: url(../images/next05.png) no-repeat 0 0;
  right: 930px;
}

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

header .cont_001 {
  display: block;
}

.more-bottun {
  text-align: right;
  margin-top: 10px;
}

.more-bottun a {
  padding: 3px 3rem;
  background: #c53439;
  color: #fff;
  display: inline-block;
  width: 54%;
  text-align: center;
  border-radius: 30px;
}

.more-bottun a:hover {
  opacity: 0.5;
}

/* main */
main {
  float: left;
  max-width: 820px;
  margin-bottom: 100px;
  background: #f7d000;
  padding: 10px;
}

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

.linkboox img {
  float: left;
  max-width: 340px;
  margin-right: 10px;
}

article {
  margin-bottom: 30px;
  background: #fff;
  padding: 15px;
}

/* おすすめリンク */
.lboox h3 a {
  display: block;
}

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

.lboox a {
  text-align: left;
  color: #888;
}

.lboox a:hover {
  color: #f7d200;
  opacity: 0.5;
}

/* aside */
aside {
  float: right;
  /*min-*/
  width: 300px;
  margin-bottom: 50px;
  position: sticky;
  top: 0;
  height: fit-content;
}

aside li>div {
  font-size: 20px;
  border-bottom: 2px dashed #f7d200;
  font-weight: bold;
  color: #f7d200;
}

aside a {
  padding: 8px 0;
}

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

.siide-link a {
  margin-bottom: 10px;
}

/* footer */
footer {
  position: relative;
  background: #137290;
  padding: 40px 0 10px;
  color: #fff;
  border-top: 3px dashed #ffffff;
}

footer p {
  font-size: 21px;
}

footer a {
  color: #fff;
  font-size: 95%;
}

footer a:hover {
  color: #f7d300;
}

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

.ffft-copy {
  font-size: 70%;
  text-align: center;
}

.tooopbtn {
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 1;
}

.ffft-menu {
  width: 27%;
  margin-right: 3%;
}

/* under */
.notfound {
  font-size: 200%;
  color: #247437;
}

/* pan nav */
.panav {
  margin-bottom: 10px;
}

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

.panav font {
  color: #ccc;
}

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

.sns-cont_001 {
  display: flex;
  justify-content: space-between;
}

.button-area>div {
  text-align: center;
  margin-bottom: 10px;
}

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

/*.title-fill {
    text-align: center;
    display: block;
    background-color: #444;
    color: #fff;
    font-size: 14px;
    width: 100%;
    padding: 6px 15px;
    margin-bottom: 10px;
    box-sizing: border-box;
}*/

.title-fill {
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

.title-fill:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 120px;
  width: 300px;
  /* 適当に調整 */
  height: 1px;
  border-bottom: solid 3px #000;
}

.title-fill:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 120px;
  width: 300px;
  border-bottom: solid 3px #000;
}

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

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

.button-link {
  display: block;
  text-align: center;
  font-size: 16px !important;
  padding: 10px 0 !important;
  box-sizing: border-box;
  text-decoration: none;
}

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

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

#hatena {
  background-color: #f7d300;
  border: 4px solid #2d4c86;
  color: #2d4c86;
}

#facebook {
  background-color: #f7d300;
  border: 4px solid #3b5998;
  color: #3b5998;
}

#ggl-plus {
  background-color: #f7d300;
  border: 4px solid #dd4b39;
  color: #dd4b39;
}

.tica {
  float: left;
  width: 50%;
  margin-right: 40px;
}

.ct {
  color: #f7d200;
  font-size: 25px;
}

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

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

/*パンくず*/

.flex {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 650px) {
  .flex {
    flex-direction: column;
  }
}