@charset "UTF-8";
/* foundation */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500&family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
main {
  display: block;
}

div, span, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h2, h3, h4, h5, h6 {
  font-weight: bold;
}

a {
  word-break: break-all;
}

li {
  list-style-type: none;
}

img {
  border: none;
  vertical-align: bottom;
  line-height: 1;
  -ms-interpolation-mode: bicubic;
  width: auto;
  max-width: 100%;
  height: auto;
}

table {
  border-spacing: 0;
}

table, tr, th, td {
  border-collapse: initial;
}

dt {
  font-weight: 400;
}

/* 背景色 */
/*************************/
/* メインカラー */
/*************************/
/* テキストの色 */
/*************************/
/* リンクの色 */
/*************************/
/* 色 */
.green {
  color: #019A64 !important;
}

.blue {
  color: #1A6B9A !important;
}

.white {
  color: #ffffff;
}

.black {
  color: #333333;
}

.gray {
  color: #777777;
}

.brown {
  color: #D39B1E !important;
}

.bggre1 {
  background: #019A64;
}

.bggre2 {
  background: #EDF6F5;
}

.bgblu {
  background: #1A6B9A;
}

.bgwh {
  background: #ffffff;
}

.bgbla {
  background: #333333;
}

.bgbro {
  background: #D39B1E !important;
}

.bggray {
  background: #F8F8F8;
}

/*************************/
html {
  font-size: 62.5%;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  overflow: auto;
  scroll-padding-top: 80px;
}

body {
  padding: 0;
  margin: 0;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
  background: #ffffff;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
  min-width: initial;
}
body wrapper {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  body {
    min-width: initial;
    font-size: 1.4rem;
  }
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

.josef {
  font-family: "Josefin Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
b {
  font-weight: 700;
}

.link:link, .link:hover, .link:visited {
  color: #333;
}

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

/* fontawesome for windows  */
.fa-chevron-up:before,
.fa-chevron-down:before,
.fa-download:before {
  font-weight: 900 !important;
}

/****************************
印刷レイアウトの設定
****************************/
@media print {
  header {
    padding-top: 0px;
  }
  .wrapper {
    background: #f5f5f5;
    display: block;
    width: 100%;
    min-width: 100%;
    overflow: hidden;
  }
  main {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 30px 0px;
  }
  block {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0px 0px;
  }
  gnav, #gnav {
    display: none !important;
  }
  .planBox div.kaigai table td line schedule {
    width: 473px;
  }
  .planBox .grad-item, terms .grad-item {
    height: auto !important;
  }
}
/****************************
印刷レイアウトの設定 END
****************************/
/* object */
/* layout */
.answer {
  margin: 20px 0px 20px;
}
.answer__title {
  font-size: 18px;
  color: #444;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
  padding: 30px 0px 20px;
  position: relative;
  text-indent: -3em;
  padding-left: 3em;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .answer__title {
    text-indent: 0;
    padding: 30px 0px 10px 45px;
  }
}
.answer__title::before {
  left: 3px;
  font-size: 2rem;
  margin: 0 1em 0 0;
  color: #ffffff;
  border-radius: 50%;
  display: inline;
  height: 1.3em;
  line-height: 1.2em;
  padding: 0px 8px 5px 8px;
  content: "Q";
  background: #f35959;
}
@media screen and (max-width: 768px) {
  .answer__title::before {
    padding: 3px 8px 30px 8px;
    top: 27px;
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  .answer {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.answer p {
  position: relative;
  padding: 0 0 1.5em 2.9em;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .answer p {
    padding: 0 0 1.5em 2.6em;
  }
}
.answer p:first-child::before {
  position: absolute;
  left: 0px;
  font-size: 2rem;
  margin: 0 0.3em 0 0;
  color: #f35959;
  border-radius: 50%;
  display: inline-block;
  height: 1.3em;
  line-height: 1.2em;
  padding: 1px 7px 27px 7px;
  content: "A";
  background: #FFf;
  border: 2px solid #f35959;
}
@media screen and (max-width: 768px) {
  .answer p:first-child::before {
    left: 3px;
  }
}

.category__title {
  background-color: #f35959;
  color: #fff;
  font-size: 24px;
  padding: 10px 20px;
  font-weight: 700;
  line-height: 1.2;
}
.category__inner {
  max-width: 1040px;
  margin: 0 auto;
}
.category__inner h2 {
  font-size: 20px;
  color: #7F7F7F;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
  padding: 30px 0px 10px;
  position: relative;
}
.category__list {
  margin: 30px auto;
  width: 1000px;
}
@media screen and (max-width: 768px) {
  .category__list {
    width: auto;
  }
}
.category__list h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .category__list h3 {
    margin-top: 25px;
  }
}
.category__list a {
  text-decoration: none;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 7px 15px;
  margin: 15px 0px;
  font-size: 18px;
  position: relative;
  width: 100%;
  display: block;
  text-indent: -2em;
  padding-left: 2.7em;
}
@media screen and (max-width: 768px) {
  .category__list a {
    text-indent: 0px;
    font-size: 16px;
    padding: 0.5em 2.2em 0.5em 2.8em;
  }
}
.category__list a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #7F7F7F;
  border-right: 2px solid #7F7F7F;
  transition: all 0.3s;
}
.category__list a::before {
  left: 3px;
  font-size: 2rem;
  margin: 0 0.3em 0 0;
  color: #ffffff;
  border-radius: 50%;
  display: inline;
  height: 1.3em;
  line-height: 1.2em;
  padding: 0px 8px 5px 8px;
  content: "Q";
  background: #f35959;
}
@media screen and (max-width: 768px) {
  .category__list a::before {
    left: 8px;
    padding: 3px 8px 30px 8px;
    position: absolute;
  }
}
.category__list a:hover {
  box-shadow: 0px 3px 6px #c3c3b1;
}
.category__overseas .category__title {
  background-color: #3da3e6;
  color: #fff;
  font-size: 24px;
  padding: 10px 20px;
}
.category__overseas .answer__title::before {
  left: 3px;
  font-size: 2rem;
  margin: 0 1em 0 0;
  color: #ffffff;
  border-radius: 50%;
  display: inline;
  height: 1.3em;
  line-height: 1.2em;
  content: "Q";
  background: #3da3e6;
}
.category__overseas .answer p:first-child::before {
  position: absolute;
  left: 0px;
  font-size: 2rem;
  margin: 0 0.3em 0 0;
  color: #3da3e6;
  border-radius: 50%;
  display: inline-block;
  height: 1.3em;
  line-height: 1.2em;
  padding: 1px 7px 27px 7px;
  content: "A";
  background: #FFf;
  border: 2px solid #3da3e6;
}
@media screen and (max-width: 768px) {
  .category__overseas .answer p:first-child::before {
    left: 3px;
  }
}
.category__overseas .category__list a::before {
  left: 3px;
  font-size: 2rem;
  margin: 0 0.3em 0 0;
  color: #ffffff;
  border-radius: 50%;
  display: inline;
  height: 1.3em;
  line-height: 1.2em;
  padding: 0px 7px 4px 7px;
  content: "Q";
  background: #3da3e6;
}
@media screen and (max-width: 768px) {
  .category__overseas .category__list a::before {
    padding: 2px 7px 30px 7px;
    left: 8px;
    position: absolute;
  }
}

hr {
  border-top: 1px dotted #ccc;
}

.other {
  max-width: 1000px;
  margin: 0 auto;
}
.other__outer h3 {
  font-size: 18px;
  color: #7F7F7F;
  font-weight: 500;
  border-top: 1px dashed #ccc;
  border-bottom: none;
  padding: 20px 0px 10px;
  position: relative;
  margin: 50px 0px 10px 0px;
}
@media screen and (max-width: 768px) {
  .other__outer h3 {
    margin: 40px 0px 0px 0px;
  }
}
.other__inner ul {
  -moz-column-count: 2;
       column-count: 2;
}
@media screen and (max-width: 768px) {
  .other__inner ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.other__inner ul li {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 7px 15px;
  font-size: 18px;
  margin: 15px 0px 0px 0px;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .other__inner ul li {
    font-size: 16px;
  }
}
.other__inner ul li:hover {
  box-shadow: 0px 3px 6px #c3c3b1;
}
.other__inner ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #333;
}
.other__inner ul li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #7F7F7F;
  border-right: 2px solid #7F7F7F;
  transition: all 0.3s;
}

footer menu {
  background-color: #989ba1;
  padding: 20px;
  text-align: center;
  display: block;
  margin: 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
@media screen and (max-width: 768px) {
  footer menu {
    padding: 5.33333vw;
  }
}
@media screen and (max-width: 768px) {
  footer menu ul {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
  }
}
@media screen and (max-width: 768px) {
  footer menu li:nth-child(n+4) {
    margin-top: 6.4vw;
  }
}
footer a:link, footer a:hover, footer a:visited {
  text-decoration: none;
  color: #fff;
}
footer copy {
  padding: 4px 10px;
  text-align: left;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  footer copy {
    text-align: center;
  }
}

.footer__inner {
  max-width: 1040px;
  margin: auto;
  text-align: left;
  font-size: 13px;
}

header {
  height: 112px;
  padding-top: 0px;
  background: #F7F8FA;
}
@media screen and (max-width: 768px) {
  header {
    height: 80px;
  }
}
header .site {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  header .site {
    display: block;
  }
}
header .site__img {
  width: 112px;
}
@media screen and (max-width: 768px) {
  header .site__img {
    width: 80px;
  }
}
header .site__text {
  width: 150px;
  height: 47px;
  position: absolute;
  top: 30px;
  left: 145px;
}
@media screen and (max-width: 768px) {
  header .site__text {
    top: 15px;
    left: 90px;
  }
}
header .jtb {
  width: 133px;
  color: #333;
  position: absolute;
  top: 0px;
  left: 5px;
  font-weight: Regular;
  font-size: 14px;
  opacity: 1;
  text-align: center;
}
header .faq {
  width: 150px;
  color: #C82434;
  position: absolute;
  top: 20px;
  left: 0px;
  font-weight: Bold;
  font-size: 20px;
  opacity: 1;
  text-align: center;
}

.search {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .search {
    display: block;
    padding: 15px;
    margin-right: 0px;
  }
}
.search__box {
  width: 400px;
  height: 38px;
  border-radius: 50px;
  background: #fff;
  border: 1px solid #A0A0A0;
  padding: 5px 10px 5px 40px;
}
@media screen and (max-width: 768px) {
  .search__box {
    width: 100%;
  }
}
.search__btn {
  height: 38px;
  background: none;
  position: absolute;
  border: none;
  cursor: pointer;
}

.section__wrap {
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .section__wrap {
    padding: 15px;
  }
}
.section__wrap__inner {
  max-width: 1150px;
  background: #FFF;
  margin: auto;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .section__wrap__inner {
    padding: 0px;
  }
}
.section__wrap__inner__title {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 5px;
  color: #C82434;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .section__wrap__inner__title {
    font-size: 2rem;
  }
}
.section__wrap__inner__text {
  text-align: center;
}

.Tour {
  display: flex;
  justify-content: space-evenly;
  background-color: #FFFFE7;
  padding: 50px 20px;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .Tour {
    display: block;
    padding: 30px 15px;
  }
}
.Tour__inner {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .Tour__inner {
    width: 100%;
    margin-bottom: 40px;
  }
}
.Tour li {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 7px 15px;
  margin: 15px 0px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .Tour li {
    font-size: 16px;
  }
}
.Tour li:hover {
  box-shadow: 0px 3px 6px #c3c3b1;
}
.Tour li a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #333;
}
.Tour li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #7F7F7F;
  border-right: 2px solid #7F7F7F;
  transition: all 0.3s;
}
.Tour__dome__title {
  color: #FF5959;
  font-size: 22px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .Tour__dome__title {
    font-size: 20px;
  }
}
.Tour .Tour__dome__title::before {
  left: 3px;
  font-size: 2rem;
  margin: 0 0.3em 0 0;
  color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  height: 1.3em;
  line-height: 1.2em;
  padding: 2px 8px 29px 8px;
  content: "Q";
  background: #f35959;
}
.Tour__over__title {
  color: #2CA3E6;
  font-size: 22px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .Tour__over__title {
    font-size: 20px;
  }
}
.Tour .Tour__over__title::before {
  left: 3px;
  font-size: 2rem;
  margin: 0 0.3em 0 0;
  color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  height: 1.3em;
  line-height: 1.2em;
  padding: 2px 8px 29px 8px;
  content: "Q";
  background: #3ca3e6;
}

.pankuzu {
  margin-bottom: 40px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .pankuzu {
    padding: 50px 0 30px;
    margin-bottom: 0px;
    font-size: 1.2rem;
  }
}
.pankuzu h1 {
  display: inline;
  font-size: 1.4rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .pankuzu h1 {
    font-size: 1.2rem;
  }
}
.pankuzu li {
  display: inline;
  color: #999;
}
.pankuzu a {
  text-decoration: underline;
}

.result {
  display: flex;
}
@media screen and (max-width: 768px) {
  .result {
    flex-direction: column-reverse;
  }
}
.result a {
  text-decoration: underline;
}
.result__left {
  width: 240px;
  margin-right: 60px;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .result__left {
    width: auto;
    margin-right: 0px;
  }
}
.result__left li {
  margin-bottom: 20px;
}
.result__left li .active {
  color: #999;
}
.result__left h3 {
  font-size: 18px;
  color: #7F7F7F;
  margin-bottom: 40px;
}
.result__right {
  margin-top: 10px;
  width: 1000px;
}
@media screen and (max-width: 768px) {
  .result__right {
    width: auto;
  }
}
.result__right h4 {
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.result__text {
  margin: 30px auto;
}
.result__icon {
  background-color: #FF5959;
  color: #fff;
  border-radius: 5px;
  width: 55px;
  padding: 2px 6px;
  text-align: center;
  margin-bottom: 5px;
  font-size: 14px;
}
.result__icon__over {
  background-color: #3ca3e6;
  color: #fff;
  border-radius: 5px;
  width: 55px;
  padding: 2px 6px;
  text-align: center;
  margin-bottom: 5px;
  font-size: 14px;
}
.result .pagination-list {
  margin: 50px auto 0;
  text-align: center;
}
.result .pagination-list a {
  padding: 5px;
}

/* add */
.width--full {
  width: 100% !important;
  min-width: 100%;
}

#cookie-notice {
  font-size: 18px !important;
  line-height: 160% !important;
}
@media screen and (max-width: 768px) {
  #cookie-notice {
    font-size: 14px !important;
  }
}
#cookie-notice > div.cookie-notice-container {
  padding: 5px 50px !important;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #cookie-notice > div.cookie-notice-container {
    padding: 20px !important;
    text-align: center !important;
    margin: auto !important;
    flex-direction: column;
  }
}
#cookie-notice .cn-text-container {
  text-align: left;
  padding: 10px 30px 0 0;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #cookie-notice .cn-text-container {
    padding: 10px;
  }
}
#cookie-notice .cn-text-container a {
  color: #fff;
}
#cookie-notice .cn-text-container a:hover {
  opacity: 0.7;
}
#cookie-notice .cn-close-icon {
  right: 5px !important;
  top: 15px !important;
}
#cookie-notice .cn-close-icon:before, #cookie-notice .cn-close-icon:after {
  background-color: #fff;
}
#cookie-notice .cn-buttons-container {
  width: 200px;
  display: flex !important;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #cookie-notice .cn-buttons-container {
    width: 100%;
  }
}
#cookie-notice .cookie--add {
  background-color: #fff;
  color: #019A64;
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 50px;
  font-size: 1.8rem;
  font-weight: 600;
  transition: 0.4s;
  width: 100%;
}
#cookie-notice .cookie--add a {
  float: right;
}
#cookie-notice .cookie--add:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .cookie-notice-container #cn-notice-buttons {
    display: inline-block !important;
  }
}

#cn-notice-text a {
  text-decoration: underline;
}

#pageup {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 10;
  z-index: 9999;
}
#pageup:hover {
  opacity: 0.85;
  transition-duration: 0.5s;
}
@media screen and (max-width: 768px) {
  #pageup {
    right: 10px;
    bottom: 10px;
  }
}
#pageup img {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  #pageup img {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  #pageup.products_detail {
    right: 10px;
    bottom: 60px;
  }
}

.hide {
  display: none !important;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0px !important;
}

.header-tab_csr {
  position: relative;
  padding: 27px 0;
}
.header-tab_csr a {
  display: flex;
  align-items: center;
  position: relative;
}

.content {
  margin: 20px auto 0px;
}
@media screen and (max-width: 768px) {
  .content {
    margin: 0px;
  }
}
.content__inner {
  width: 430px;
  margin: 0 auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content__inner {
    width: auto;
  }
}
.content__top {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: -30px;
  padding: 0px;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .content__top {
    font-size: 20px;
  }
}
.content__top span {
  color: #444;
  padding: 7px 60px;
  font-size: 16px;
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  .content__top span {
    font-size: 17px;
  }
}
.content__top__inner {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content__top__inner {
    display: block;
  }
}
.content .left {
  text-align: left;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .content .left {
    text-align: center;
  }
}
.content .left i {
  margin-right: 5px;
  display: inline-block;
  transform: scaleX(-1);
}
.content .left a {
  color: #444;
}
.content .center {
  text-align: center;
  width: 400px;
  margin: 5px auto;
}
@media screen and (max-width: 768px) {
  .content .center {
    width: auto;
  }
}

.contact {
  text-align: center;
  font-size: 17px;
  width: 500px;
}
@media screen and (max-width: 768px) {
  .contact {
    width: auto;
  }
}
.contact-btn {
  border-radius: 100px;
  border: 1px solid #ccc;
  max-width: 350px;
  color: #f35959;
  font-weight: 600;
}
.contact-btn:hover {
  background-color: #f35959;
  color: #fff;
  cursor: pointer;
}

.toggle {
  display: none;
}

.Label { /*タイトル*/
  padding: 5px 20px 5px 5px;
  display: block;
  margin-bottom: 0rem;
}
.Label::after {
  content: "";
  display: block;
  position: absolute;
  top: 46%;
  right: 50px;
  transform: translateY(-50%) rotate(135deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #7F7F7F;
  border-right: 2px solid #7F7F7F;
  transition: all 0.3s;
}

.Label,
.content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
  text-align: center;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  .Label,
  .content {
    width: auto;
  }
}

input:checked + label {
  background-color: #f35959;
  color: #fff;
}
input:checked + label:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
  top: 57%;
}

.Label:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.content { /*本文*/
  height: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  overflow: hidden;
  background: whitesmoke;
}

.toggle:checked + .Label + .content { /*開閉時*/
  height: auto;
  padding: 20px;
  transition: all 0.3s;
  margin: 0 auto;
  width: 500px;
}
@media screen and (max-width: 768px) {
  .toggle:checked + .Label + .content {
    width: auto;
  }
}

.toggle:checked + .Label::before {
  transform: rotate(-45deg) !important;
}/*# sourceMappingURL=style.css.map */