@charset "UTF-8";
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
/* CSS Document */

/* @media only screen and (max-width: 780px) {
#container #second_left {
width: 100% !important;
float: left;
margin: 0% !important;
}
} */

#container_second {
  font-family: "Noto Sans JP", sans-serif;
}

.sp {
  display: none;
}

/* GoogleIcon */

.material-icons {
  vertical-align: -0.3em;
  margin: 1%;
}

/* 色　color */
.pink {
  color: #d23b71;
}

.blue {
  color: #12335f;
}

.sky {
  color: #37a6d1;
}

.green {
  color: #a5c445;
}

.yellow {
  color: #ebd030;
}

/* アイコンのサイズを変更するためのルール */

.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

/* 明るい背景の場合に黒色でアイコンを表示するためのルール */

.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

/* 暗い背景の場合に白色でアイコンを表示するためのルール */

.material-icons.md-light {
  color: rgba(255, 255, 255, 1);
}

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

.contents_inner {
  background-color: #fdfef9;
}

#contents_inner img {
  width: 100%;
}

.img_full {
  width: 95%;
  max-width: 980px;
  margin: auto;
}

#contents_inner {
  width: 85%;
  max-width: 1024px;
  margin: auto;
}

#second_left {
  margin: 20px auto;
}

/* h1 {
  font-size: 200%;
  line-height: 160%;
  font-weight: 600;
} */
.contents {
  text-align: center;
}
.contents_inner {
  background-color: #fdf7f7;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
}

.contents_inner .js-modal-btn a {
  position: relative;
  display: block;
  text-decoration: none;
}

.contents_inner .js-modal-btn a:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 6px solid #b83b40;
  background: #b83b40;
  width: 60px;
  height: 60px;
}

.contents_inner .js-modal-btn a:after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
  border-width: 15px 0 15px 25px;
}
.movie {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.dl_button {
  margin: 0 auto;
  display: block;
  text-align: center;
}

#dl {
  background-color: #a5c445;
  color: white;
  padding: 3% 6%;
  margin: 6%;
  border-radius: 80px;
  font-size: 0.6em;
}
  /*タブを横並びに*/
  .tab-label {
    display: block;
    float: left;
  }

  .tab-label-heading:not(:last-of-type) .tab-label {
    margin-right: 2px !important;
  }

  /*ラジオボタンを全て非表示に*/
  input[name="tab-radio"] {
    display: none;
  }

  .tab-label {
    background-color: #b4bdbf !important;
    color: #525252 !important;
    cursor: pointer !important;
    font-size: 16px !important;
    padding: 10px 20px !important;
    transition: .3s;
  }

  .tab-label:hover {
    opacity: .7 !important;
  }

  /* 選択されたタブの見た目 */
  input:checked+h2>.tab-label {
    color: #000 !important;
    background-color: #e2e8eb !important;
    transition: .3s;
  }

  .tab-panel {
    background-color: #e2e8eb;
    height: 170px;
    clear: both;
    display: none;
    /*パネルを非表示*/
  }

  /* 選択されているチェックボックスに応じてパネルを表示 */
  #tab-a:checked~.panel-a,
  #tab-b:checked~.panel-b,
  #tab-c:checked~.panel-c {
    display: block;
  }

  .tab-panel&gt;

  div {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
  }

iframe {
  width: 480px;
  height: 270px;
}
#h1 ul,
#btouch_select ul,
#btouch_model ul {
  padding: 0;
  display: block;
  justify-content: center;
}

#btouch_select li {
  width: 45%;
}

#h1 li:nth-child(1) {
    width: 55%;
}

#h1 li:nth-child(2) {
    width: 30%;
}
/* #btouch_model li {
    width: 20%;
} */

#btouch_model li a {
  width: 100%;
  display: block;
  height: 100%;
}

.btouch_h2 {
  text-align: center;
  font-size: 250% !important;
  line-height: 120%;
  color: #ffffff;
  background-color: #a5c445;
  /*文字色*/
  padding: 0.5em 0;
  /*上下の余白*/
  border-top: solid 5px #a5c445;
  /*上線*/
  border-bottom: solid 5px #a5c445;
  /*下線*/
  margin: 0 !important;
}

.btouch_h2_sky {
  text-align: center;
  font-size: 250% !important;
  line-height: 120%;
  color: #ffffff;
  background-color: #37a6d1;
  /*文字色*/
  padding: 0.5em 0;
  /*上下の余白*/
  border-top: solid 5px #37a6d1;
  /*上線*/
  border-bottom: solid 5px #37a6d1;
  /*下線*/
  margin: 0 !important;
}

.btouch_h2_yellow {
  text-align: center;
  font-size: 250% !important;
  line-height: 120%;
  color: #ffffff;
  background-color: #ebd030;
  /*文字色*/
  padding: 0.5em 0;
  /*上下の余白*/
  border-top: solid 5px #ebd030;
  /*上線*/
  border-bottom: solid 5px #ebd030;
  /*下線*/
  margin: 0 !important;
}

.btouch_about_h2,
.btouch_model_h2,
.btouch_select_h2 {
  text-align: center;
  font-size: 200% !important;
  margin: 1em auto 1em !important;
  /* background: linear-gradient(transparent 80%,#EBD030); */
}

.btouch_common_h2 {
  text-align: center;
  font-size: 250% !important;
  line-height: 120%;
  color: #ffffff;
  padding: 0.5em 0 !important;
  margin: 0 !important;
  background: linear-gradient(
    -45deg,
    #ebd030 0%,
    #ebd030 50%,
    #a5c445 50%,
    #a5c445 100%
  );
}

#sect-link2 ul {
  justify-content: center;
  padding: 3%;
}

#sect01 ul,
#sect02 ul,
#sect11 ul {
  padding: 0;
  font-size: 120%;
}


#sect01 p,
#sect02 p,
#sect11 p {
  font-size: 160%;
  padding: 1em;
  font-weight: bold;
}

#sect01 ul li,
#sect01 ol li {
  font-size: 120%;
  border-left: solid 6px #a5c445;
  /*左側の線*/
  border-bottom: solid 2px #12335f;
  /*下に灰色線*/
  /* background: whitesmoke; */
  margin-bottom: 5px;
  /*下のバーとの余白*/
  line-height: 1.5;
  padding: 0.5em;
  margin: 3%;
  list-style-type: none !important;
  /*ポチ消す*/
  font-weight: bold;
}

#sect11 ul li,
#sect11 ol li {
  font-size: 120%;
  border-left: solid 6px #37a6d1;
  /*左側の線*/
  border-bottom: solid 2px #12335f;
  /*下に灰色線*/
  /* background: whitesmoke; */
  margin-bottom: 5px;
  /*下のバーとの余白*/
  line-height: 1.5;
  padding: 0.5em;
  margin: 3%;
  list-style-type: none !important;
  /*ポチ消す*/
  font-weight: bold;
}

#sect02 ul li,
#sect02 ol li {
  font-size: 120%;
  border-left: solid 6px #ebd030;
  /*左側の線*/
  border-bottom: solid 2px #12335f;
  /*下に灰色線*/
  /* background: whitesmoke; */
  margin-bottom: 5px;
  /*下のバーとの余白*/
  line-height: 1.5;
  padding: 0.5em;
  margin: 3%;
  list-style-type: none !important;
  /*ポチ消す*/
  font-weight: bold;
}

#btouch_info img {
  margin: 0.5%;
  padding: 0.5%;
}
#h1 li,
#btouch_model li {
  list-style: none;
  margin: 3%;
  display: inline-block;
  width: 25%;
  vertical-align: middle;
  background: #fff;
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
}

#btouch_model li:nth-child(1) {
  border: solid 0.3em #ebd030;
  box-shadow: 0px 5px 0px #726100;
  transition: 0.3s;
}

#btouch_model li:nth-child(1):hover {
  box-shadow: unset;
  transform: translateY(4px);
}

#btouch_model li:nth-child(2) {
  border: solid 0.3em #c1272d;
  box-shadow: 0px 5px 0px #4d0003;
  transition: 0.3s;
}

#btouch_model li:nth-child(2):hover {
  box-shadow: unset;
  transform: translateY(4px);
}

#btouch_model li:nth-child(3) {
  border: solid 0.3em #006837;
  box-shadow: 0px 5px 0px #001d0f;
  transition: 0.3s;
}

#btouch_model li:nth-child(3):hover {
  box-shadow: unset;
  transform: translateY(4px);
}

#btouch_model li:nth-child(4) {
  border: solid 0.3em #3fa9f5;
  box-shadow: 0px 5px 0px #12486e;
  transition: 0.3s;
}

#btouch_model li:nth-child(4):hover {
  box-shadow: unset;
  transform: translateY(4px);
}

#btouch_select li {
  list-style: none;
  margin: 3%;
  display: inline;
  width: 47%;
  vertical-align: middle;
  text-align: center;
}

.select_link {
  border: solid 0.4em #a5c445;
  border-radius: 40px;
  padding: 0.3em;
  box-shadow: 0px 5px 0px #324200;
  transition: 0.3s;
}

.select_link:hover {
  box-shadow: unset;
  transform: translateY(4px);
}

.select_link_s {
  border: solid 0.4em #37a6d1;
  border-radius: 40px;
  padding: 0.3em;
  box-shadow: 0px 5px 0px #143847;
  transition: 0.3s;
}

.select_link_s:hover {
  box-shadow: unset;
  transform: translateY(4px);
}

.select_link_y {
  border: solid 0.4em #ebd030;
  border-radius: 40px;
  padding: 0.3em;
  box-shadow: 0px 5px 0px #383000;
  transition: 0.3s;
}

.select_link_y:hover {
  box-shadow: unset;
  transform: translateY(4px);
}

.select_link a,
.select_link_s a,
.select_link_y a {
  display: block;
}
small {
  font-size: 0.9rem;
  padding: 2%;
}

span.large {
  font-size: 2.5rem;
}

span.bold {
  font-weight: bold;
}

.radius50 {
  width: 70%;
  margin: 15px 0 0 auto;
  border: solid 3px;
  border-color: #12335f;
  border-radius: 10px;
  text-align: center;
}

dl.hard_list {
  width: 100%;
  padding: 1% 0;
  clear: left;
  overflow: hidden;
  display: flex;
}

dl.hard_list dt {
  width: 10%;
  margin: 2% 0 0 1%;
  float: left;
  display: flex;
  align-items: center;
}

dl.hard_list dd {
  width: 90%;
  margin: 2% 0 0 1%;
  float: left;
}

dl.hard_list dd span {
  font-weight: bold;
  font-size: x-large;
}

.hr_h2 {
  height: 0.3em;
  border: none;
  background-color: #a5c445;
}

#btouch_info h3,
#btouch_about h3,
#sect01 h3,
#sect02 h3,
#sect03 h3,
#sect05 h3 {
  display: block;
  text-align: center;
  font-size: 180%;
  position: relative;
  background: white;
  border: solid 4px #a5c445;
  /*方眼紙風*/
  margin: 1em auto;
  padding: 1em;
  background-image: linear-gradient(0deg, transparent 19px, #ccc 20px),
    linear-gradient(90deg, transparent 19px, #ccc 20px);
  background-size: 20px 20px;
}

#sect04 h3,
#sect08 h3 {
  display: block;
  text-align: center;
  font-size: 180%;
  position: relative;
  background: white;
  border: solid 4px #ebd030;
  /*方眼紙風*/
  margin: 1em auto;
  padding: 1em;
  background-image: linear-gradient(0deg, transparent 19px, #ccc 20px),
    linear-gradient(90deg, transparent 19px, #ccc 20px);
  background-size: 20px 20px;
}

#sect06 h3,
#sect07 h3,
#sect09 h3,
#sect10 h3,
#sect14 h3 {
  display: block;
  text-align: center;
  font-size: 180%;
  position: relative;
  background: white;
  border-top: solid 4px #a5c445;
  border-left: solid 4px #a5c445;
  border-right: solid 4px #ebd030;
  border-bottom: solid 4px #ebd030;
  /*方眼紙風*/
  margin: 1em auto;
  padding: 1em;
  background-image: linear-gradient(0deg, transparent 19px, #ccc 20px),
    linear-gradient(90deg, transparent 19px, #ccc 20px);
  background-size: 20px 20px;
}

#sect12 h3,
#sect13 h3 {
  display: block;
  text-align: center;
  font-size: 180%;
  position: relative;
  background: white;
  border: solid 4px #37a6d1;
  /*方眼紙風*/
  margin: 1em auto;
  padding: 1em;
  background-image: linear-gradient(0deg, transparent 19px, #ccc 20px),
    linear-gradient(90deg, transparent 19px, #ccc 20px);
  background-size: 20px 20px;
}
#h1,
#sect01,
#sect02,
#sect03,
#sect04,
#sect05,
#sect06,
#sect07,
#sect08,
#sect09,
#sect10,
#sect11,
#sect-link,
#sect-link3,
#movie-area {
  margin: 0 auto;
}

#sect01 img,
#sect02 img,
#sect03 img,
#sect04 img,
#sect08 img,
#sect05 img,
#sect06 img,
#sect07 img,
#sect09 img,
#sect10 img,
#sect11 img,
#sect12 img,
#sect13 img,
#sect14 img {
  width: 100%;
  /*画像サイズ指定*/
  margin: 0.5%;
  padding: 0.5% auto;
  display: inline-block;
  /* border: solid 2px #12335F; */
}

#btouch_select p,
#btouch_model p {
  font-weight: bold;
  width: 100%;
  font-size: 130%;
  display: inline-block;
}

#sect01 p,
#sect02 p,
#sect03 p,
#sect04 p,
#sect08 p,
#sect05 p,
#sect06 p,
#sect07 p,
#sect09 p,
#sect10 p,
#sect11 p,
#sect12 p,
#sect13 p,
#sect14 p {
  font-weight: bold;
  width: 100%;
  margin: 0.5%, auto;
  padding: 2%;
  font-size: 120%;
  display: inline-block;
}

#btouch_model ul,
#btouch_select ul,
#sect03 ul,
#sect04 ul,
#sect08 ul,
#sect05 ul,
#sect06 ul,
#sect07 ul,
#sect09 ul,
#sect10 ul,
#sect12 ul,
#sect13 ul,
#sect14 ul {
  display: flex;
  padding: 3%;
}

#movie-area ul,
#sect-link ul,
#sect-link3 ul {
  display: flex;
  justify-content: center;
}

#sect03 li,
#sect04 li,
#sect08 li,
#sect05 li,
#sect06 li,
#sect07 li,
#sect09 li,
#sect10 li,
#sect12 li,
#sect13 li,
#sect14 li {
  list-style: none;
  margin: 1%;
  width: 50%;
}

#sect-link li,
#sect-link3 li,
#movie-area li {
  list-style: none;
  /* margin: 3%; */
}

.cont_left,
.cont_right {
  width: 50%;
  margin: 0 0 0 0;
  float: left;
  line-height: 1.75;
  display: inline;
}

.cont_wide {
  width: 100%;
  margin: 0 0 5% 0;
  float: left;
  line-height: 1.75;
}

p {
  display: block;
  margin-block-start: 0.3em;
  margin-block-end: 0.5em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.c-link {
  width: 40%;
  /* 水平方向の中央揃え */
  margin: 5% auto;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0px 0px 7px 0px #a5c445;
  overflow: hidden;
}

.opt02 {
  background-color: #a5a5a5;
}

.opt02:hover {
  background-image: url(images/commingsoon.png);
  background-position: center;
}

.c-link p {
  font-size: 100%;
  padding: 1em 0;
}

.c-link p:hover {
  opacity: 0.5;
}

.c-link iframe {
  width: 100%;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 15px;
}

.pagetop a {
  display: block;
  background-color: #ebd030;
  text-align: center;
  color: #a5c445;
  font-size: 24px;
  text-decoration: none;
  padding: 5px 10px;
}

.pagetop a:hover {
  display: block;
  background-color: #a5c445;
  text-align: center;
  color: #ebd030;
  font-size: 24px;
  text-decoration: none;
  padding: 5px 10px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

@media only screen and (max-width: 900px) {
  .merit_icon {
    height: 200px;
  }

  span.large {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 760px) {
  body {
    font-size: 17px;
  }

  .cont_left {
    width: 100%;
    margin: 0 0% 3% 0;
    float: left;
  }

  .cont_right {
    width: 100%;
    margin: 0 0% 0 0;
    float: left;
  }

  ul.merit li {
    width: 95%;
    margin: 0 2.5% 1% 2.5%;
  }

  ul.merit li:nth-last-child(1) {
    margin: 0 2.5% 1% 2.5%;
  }

  .merit_icon {
    margin: 20px auto;
    width: 80%;
    height: auto;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  span.large {
    font-size: 1.3rem;
  }

  .material-icons.md-48 {
    font-size: 32px;
  }

  .btouch_about_h2,
  .btouch_select_h2,
  .btouch_model_h2 {
    font-size: 130% !important;
    margin: 0.5em auto !important;
  }

  .btouch_common_h2,
  .btouch_h2,
  .btouch_h2_yellow,
  .btouch_h2_sky {
    font-size: 130% !important;
  }

  #btouch_select li {
    width: 97%;
    display: block;
    font-size: 0.8em;
  }

  .select_link {
    border: solid 0.2em #a5c445;
    border-radius: 10px;
  }

  .select_link_s {
    border: solid 0.2em #37a6d1;
    border-radius: 10px;
  }

  .select_link_y {
    border: solid 0.2em #ebd030;
    border-radius: 10px;
  }

  #btouch_info h3,
  #btouch_about h3,
  #btouch_common h3,
  #sect01 h3,
  #sect02 h3,
  #sect03 h3,
  #sect04 h3,
  #sect08 h3,
  #sect05 h3,
  #sect06 h3,
  #sect07 h3,
  #sect09 h3,
  #sect10 h3,
  #sect11 h3,
  #sect12 h3,
  #sect13 h3,
  #sect14 h3 {
    font-size: 20px;
    padding: 5px 10px;
    width: 100%;
    text-align: center;
    float: left;
    box-sizing: border-box;
    margin: 3px 0;
  }

  #sect01 ul,
  #sect02 ul,
  #sect11 ul,
  #sect12 ul,
  #sect13 ul,
  #sect14 ul {
    font-size: 100%;
  }

  #btouch_model ul,
  #btouch_select ul,
  #sect03 ul,
  #sect04 ul,
  #sect08 ul,
  #sect05 ul,
  #sect06 ul,
  #sect07 ul,
  #sect09 ul,
  #sect10 ul,
  #sect11 ul,
  #sect12 ul,
  #sect13 ul,
  #sect14 ul,
  #sect-link ul,
  #sect-link3 ul,
  #movie-area ul {
    display: block;
  }

  #btouch_model li {
    margin: 0.5em auto;
    width: 100%;
  }

  #sect03 li,
  #sect04 li,
  #sect08 li,
  #sect05 li,
  #sect06 li,
  #sect07 li,
  #sect09 li,
  #sect10 li,
  #sect11 li,
  #sect12 li,
  #sect13 li,
  #sect14 li {
    margin: 0 auto;
    width: 100%;
    font-size: 0.8em;
  }

  #sect-link li,
  #sect-link3 li,
  #movie-area li {
    margin: 5% auto;
    width: 100%;
  }

  #sect01 p,
  #sect02 p,
  #sect03 p,
  #sect04 p,
  #sect08 p,
  #sect05 p,
  #sect06 p,
  #sect07 p,
  #sect09 p,
  #sect10 p,
  #sect11 p,
  #sect12 p,
  #sect13 p,
  #sect14 p {
    margin: 0;
    padding: 3px;
    font-size: 100%;
  }

  dl.hard_list {
    padding: 2%;
    width: 100%;
  }

  dl.hard_list dt {
    margin: 2%;
    display: block;
  }

  dl.hard_list dd {
    margin: 2%;
    font-size: 0.8em;
    display: block;
  }

  dl.hard_list dd span {
    font-size: large;
    flex-flow: column;
  }

  .list_btn {
    width: 100%;
    margin: 1% 0 0 0%;
  }
}
