/* @charset "UTF-8";
@import url("grid.css");
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

img {
  max-width: 100%;
  height: auto;
  /*高さ自動*/
  -ms-interpolation-mode: bicubic;
}

a {
  display: block;
}

a:hover {
  color: #f8b500;
}

.img-box {
  margin: 2rem;
  text-align: center;
  display: block;
}

.underline {
  border-bottom: 3px solid #000;
  padding-bottom: 0.5rem;
}

.center {
  text-align: center;
}

.aline-center {
  align-items: center;
}

.right {
  text-align: right;
}

/* 右 */
.left {
  text-align: left;
}

/*左*/
.float-right {
  float: right;
}

.float-left {
  float: left;
}

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

section {
  padding-top: 0;
  padding-bottom: 50px;
}

/*ヘッダー
-------------------------------------*/

header {
  font-family: Koburina Gothic W6 JIS2004;
  font-size: 1.6rem;
  background-color: #b6d231;
  background-image: url("../img/title_bg.png");
  background-repeat: repeat-x;
  width: 100%;
  z-index: 8888;
  margin: 0;
  top: 0;
  position: relative;
}

#logo img {
  margin: 0 auto;
}

.TW {
  text-align: center;
  margin: 10px;
  float: right;
}

nav {
  width: 100%;
  background-color: #b6d231;
}

nav ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  border-left: 1px dotted #FFF;
}

nav li {
  display: block;
  flex-grow: 1;
  margin: 0;
  padding: 1rem 0;
}

nav li+li {
  border-left: 1px dotted #FFF;
  border-right: 0;
}

nav li:last-child {
  border-right: 1px dotted #FFF;
  /* 親要素から見て一番目のli要素のボーダーを無しに */
}

nav li a {
  text-decoration: none;
  text-align: center;
  color: #FFF;
  padding: 0;
}

nav li:hover {
  background: linear-gradient(#b6d231, #9cbb1c);
}

nav a:hover {
  text-decoration: none;
  color: #FFF;
}

.sticky-header {
  font-family: Koburina Gothic W6 JIS2004;
  position: sticky;
  position: -webkit-sticky;
  /*Safari用ベンダープレフィックス*/
  top: 0;
  z-index: 1;
  transition: 0.25s;
  width: 100%;
  background-color: #b6d231;
}

.top {
  padding: 40px 0 35px;
  margin: 0 0 2rem;
  width: 100%;
  background-color: #fffaf0;
  text-align: center;
}

.top h1 {
  color: #f8b500;
  font-family: Koburina Gothic W6 JIS2004;
  margin-bottom: 1.5rem;
  line-height: 1.3em;
}


.top h3 {
  color: #f8b500;
  font-size: 1.5rem;
  font-family: Koburina Gothic W6 JIS2004;
  line-height: 1.3em;
}

.top h3 img {
  width: 5rem;
  vertical-align: middle;
}

.inner {
  padding-top: 80px;
  margin-top: -80px;
}

.inner h2 {
  position: relative;
  font-family: Koburina Gothic W6 JIS2004;
  color: #f8b500;
  background-color: #fffaf0;
  padding: 0.4em;
  text-align: center;
}

.inner h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #f8b500, #f8b500 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #f8b500, #f8b500 2px, #fff 2px, #fff 4px);
}

.P1 {
  font-family: Koburina Gothic W6 JIS2004;
  font-size: 2rem;
  color: #f8b500;
}

.P2 {
  font-size: 12px;
  line-height: 140%;
}

.P3 {
  font-size: 12px;
  line-height: 140%;
  color: #FF0004;
  border: #FF0004 medium solid;
  margin: 1rem;
  padding: 1rem;
}

.P4 {
  font-weight: bold;
  font-size: 14px;
  line-height: 100%;
  background-repeat: no-repeat;
  margin-top: 0px;
  margin-bottom: 5px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #999999;
  padding: 5px;
}

.P4+p {
  font-size: 12px;
}

.P5 {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0 0.6em;
  font-family: Koburina Gothic W6 JIS2004;
  font-size: 1.6rem;
  color: #fff;
  background-color: #ec6d81;
  border-radius: 10px;
}

.scroll {
  /* overflow: auto; */
  /* white-space: nowrap; */
  margin-top: 20px;
  padding: 0 1rem;
  width: 100%;
}

.scroll::-webkit-scrollbar {
  height: 5px;
}

.scroll::-webkit-scrollbar-track {
  background: #F1F1F1;
}

.scroll::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}

/* チャート */
.chart {
  align-items: center;
  justify-content: center;
}

.hikaku {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}

.hikaku tr {
  border-bottom: solid 1px #b9b9b9;
}

.hikaku th {
  width: 20%;
  padding: 6px;
  text-align: center;
  vertical-align: middle;
  color: #333;
  background-color: #eee;
  border-top: solid 1px #b9b9b9;
  white-space: nowrap;
}

.hikaku td {
  height: 100px;
  padding: 2rem 6px 0;
  vertical-align: top;
  background-color: #fff;
  width: auto;
}

.hikaku td .seishitsu {
  font-size: 0.9em;
  vertical-align: middle;
}

/* 使い方 */
.mtitle {
  font-weight: bold;
  font-size: 1em;
  padding: 0.4em;
  line-height: 100%;
}

.j {
  color: #0062AA;
  background-color: #E8F5FF;
}

.s {
  color: #CC007A;
  background-color: #FFF4FC;
}

.n {
  color: #0062AA;
  background-color: #E8F5FF;
}

.k {
  color: coral;
  background-color: peachpuff;
}

.t {
  color: cadetblue;
  background-color: honeydew;
}

.j-waku {
  background-color: #F0F9FF;
  margin-bottom: 0.8em;
  padding: 0.5em;
}

.s-waku {
  background-color: #FFF4FC;
  margin-bottom: 0.8em;
  padding: 0.5em;
}

.n-waku {
  background-color: #E8F5FF;
  margin-bottom: 0.8em;
  padding: 0.5em;
}

.k-waku {
  background-color: peachpuff;
  margin-bottom: 0.8em;
  padding: 0.5em;
}

.t-waku {
  background-color: honeydew;
  margin-bottom: 0.8em;
  padding: 0.5em;
}

.box {
  font-size: 0.7em;
  line-height: 140%;
  box-sizing: border-box;
}

.inbox {
  margin-top: 0.8em;
  text-align: justify;
}

.inbox img {
  margin: 0 0.8em 0 0;
}

.how-1 {
  border: 2px solid #EF5A6C;
  background-color: #F8B1BA;
  margin: 0.3em 0.3em 0 0;
}

.how-2 {
  border: 2px solid #EFE65C;
  background-color: #F7F3AE;
  margin: 0.3em 0.3em 0 0;
}

.how-3 {
  border: 2px solid #ED48B1;
  background-color: #F8B4DE;
  margin: 0.3em 0.3em 0 0;
}

.how-4 {
  border: 2px solid #4DC8EC;
  background-color: #9FE1F4;
  margin: 0.3em 0.3em 0 0;
}

.how-5 {
  border: 2px solid #437CDC;
  background-color: #C0D3F3;
  margin: 0.3em 0.3em 0 0;
}

.how-6 {
  border: 2px solid #F8961F;
  background-color: #FDE4A8;
  margin: 0.3em 0.3em 0 0;
}

.how-7 {
  border: 2px solid #19E862;
  background-color: #A5F5C1;
  margin: 0.3em 0.3em 0 0;
}

.how-8 {
  border: 2px solid #EF5A6C;
  background-color: #F8B1BA;
  margin: 0.3em 0.3em 0 0;
}

.cyui {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 180px 1rem 0;
  margin-top: -180px;
}

.color-box {
  display: block;
  margin: 0.5em 0.5em 0 0;
}

.koumoku li {
  list-style: inside;
  padding: 0;
  line-height: 150%;
  margin: 0 0 0.3em 0;
}

hr {
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-width: 1px 0px 0px 0px;
  border-style: dashed;
  border-color: #999999;
}

.item-box {
  width: 90%;
  margin: 1rem auto;
  max-height: 460px;
}

@media screen and (min-width: 770px) {
  .navi {
    display: block !important;
    margin: 0 auto;
    max-width: 900px;
  }
}

@media screen and (max-width: 768px) {

  section {
    padding-top: 0;
  }

  header {
    font-family: Koburina Gothic W6 JIS2004;
    font-size: 1.2rem;
    background-image: none;
    width: 100%;
    z-index: 8888;
    margin: 0;
    position: relative;

  }

  .sticky-header {
    font-family: Koburina Gothic W6 JIS2004;
    position: sticky;
    position: -webkit-sticky;
    /*Safari用ベンダープレフィックス*/
    top: 0;
    z-index: 9999;
    transition: 0.25s;
    width: 100%;
    background-color: #b6d231;
  }

  #logo {
    background-color: #fff;
    width: 100%;
    z-index: 2;
    padding-top: 0.6rem;
  }

  #logo img {
    margin: 0 auto;
  }



  .inner {
    padding-top: 70px;
    margin-top: -70px;
  }

  .inner h2 {
    font-family: Koburina Gothic W6 JIS2004;
    font-size: 2rem;
    color: #f8b500;
    background-color: #fff;
    padding: 0.4em;
    text-align: center;
    line-height: 1.2em;

  }

  .inner h2:after {
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 7px;
    background: -webkit-repeating-linear-gradient(-45deg, #f8b500, #f8b500 2px, #fff 2px, #fff 4px);
    background: repeating-linear-gradient(-45deg, #f8b500, #f8b500 2px, #fff 2px, #fff 4px);
  }


  .img-box {
    margin: 2rem;
    text-align: center;
    display: block;
  }



  /* チャート スマホ */
  .chart {
    text-align: center;
  }

  .hikaku td {
    width: 20%;
    padding: 5px;
    text-align: center;
  }

  .hikaku td img {
    max-width: 50px;
  }

  .hikaku td:first-of-type {
    width: 20%;
    border-bottom: none;
  }

  .hikaku td:first-of-type p {
    display: block;
  }

  .hikaku td:first-of-type img.float-left {
    float: none;
  }

  .hikaku th:first-of-type,
  .hikaku td:first-of-type {
    width: 25%;
    border-left: solid 1px #ccc;
    text-align: center;
  }

  .hikaku th {
    vertical-align: inherit;
    line-height: 1.3;
    /* padding: 10px 5px; */
    border-right: solid 1px #ccc;
    width: auto;
    font-size: 11px;
  }

  .hikaku td {
    width: 15%;
    border-right: solid 1px #ccc;
    padding: 2rem 2vw 0;
    font-size: 11px;
    vertical-align: top;
  }

  .inbox {
    margin-top: 0.8em;
  }

  .cyui {
    display: flex;
    flex-direction: column;
    font-size: 12px;
  }

  .koumoku {
    margin: 0.3em;
  }

  .color-box {
    display: block;
    margin: 0.5em 0.5em 0 0;
  }

  .P1 {
    font-family: Koburina Gothic W6 JIS2004;
    font-size: 1.6rem;
    color: #f8b500;
  }
}

@media screen and (max-width: 568px) {
  .top {
    padding: 20px 0 15px;
    margin: 0;
    width: 100%;
  }

  .hikaku td img {
    max-width: 30px;
  }
}

/* 改行
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (min-width: 650px) {
  .br-pc {
    display: block;
  }

  .br-sp {
    display: none;
  }
}

@media screen and (max-width: 650px) {
  .br-pc {
    display: none;
  }

  .br-sp {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .forpc {
    display: block;
  }

  .forsp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .forpc {
    display: none;
  }

  .forsp {
    display: block;
  }
}

/*メインコンテンツ
-------------------------------------*/
main {
  margin: 0;
}

/*バナー
-------------------------------------*/
.banner img {
  margin: 20px auto;
}

/*フッター
-------------------------------------*/
footer {
  height: 150px;
  background-color: #b6d231;
  padding: 0;
}

footer h5 {
  border-bottom: 1px solid #ccc;
}

/*コピーライト
-------------------------------------*/
.copyright {
  color: #fff;
  text-align: center;
  padding: 1rem 0 5rem;
}

@media screen and (max-width: 768px) {
  .copyright {
    padding-bottom: 0;
  }
}

.copyright a {
  font-size: 1.3rem;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-weight: bolder;
}

/* 230801 追加
/* ページ下部固定コンテンツ
-------------------------------------*/
#fixarea {
  position: fixed;
  bottom: 40px;
  right: 15px;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  #fixarea {
    bottom: 0;
    right: 0;
    flex-direction: column-reverse;
  }
}

#fixarea-banner {
  line-height: 1;
}

#fixarea-banner picture {
  display: block;
}

#fixarea-banner img {
  vertical-align: bottom;
}

#fixarea-link {
  margin-left: 25px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  #fixarea-link {
    width: 70px;
    margin-left: auto;
    margin-right: 0;
    justify-content: flex-end;
    align-items:center;
  }
}


/*DSKトップへ戻るボタン
-------------------------------------*/
#dsktop {
  /* position: fixed;
  bottom: 100px;
  right: 15px;
  z-index: 10; */
}

#dsktop a {
  display: block;
  width: 70px;
  /* padding: 10px 5px; */
  text-align: center;
}

#dsktop a:hover {}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
  /* position: fixed;
  bottom: 15px;
  right: 20px; */
  margin-bottom: 0;
}

#pagetop a {
  display: block;
  background: #f8b500;
  color: #FFF;
  border-radius: 60px;
  text-decoration: none;
  font-weight: bold;
  width: 55px;
  padding: 15px 5px;
  text-align: center;
  margin: 0 auto;
}

#pagetop a:hover {} */
