#main.allabout {
  line-height: 1.0;
  font-family: "Helvetica Neue";
  color: #333;
  width: 100%;
}

#main.allabout * {
  box-sizing: border-box;
}

#main.allabout ul li {
  text-align: left;
  list-style: none;
}

#main.allabout button {
  display: block;
  width: 100%;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: inherit;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 1.0;
}

@media screen and (min-width: 768px) {
  #main.allabout button:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

#main.allabout a:hover {
  text-decoration: none;
}

#main.allabout figure {
  margin: 0;
}

@media screen and (max-width: 767px) {
  #main.allabout {
    margin: 0 auto;
    top: 0;
    background: #fff;
  }
}

#main.allabout #main_container {
  width: 100%;
}

#main.allabout #main_container img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #main.allabout .only_pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  #main.allabout .only_sp {
    display: none;
  }
}

#main .allabout_secttl {
  text-align: center;
  font-weight: bold;
}

#main .allabout_secttl span {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  #main .allabout_secttl span {
    font-size: 34px;
    background: -webkit-linear-gradient(transparent 55%, #fddd7f 55%);
    background: linear-gradient(transparent 55%, #fddd7f 55%);
    padding: 0 2px 3px 6px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_secttl span {
    font-size: 28px;
    background: -webkit-linear-gradient(transparent 45%, #fddd7f 45%);
    background: linear-gradient(transparent 45%, #fddd7f 45%);
    padding: 0 2px 2px 6px;
  }
}

#main .allabout_secinr {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #main .allabout_secinr {
    width: 860px;
  }
}

#main .allabout_seclink {
  text-align: right;
}

@media screen and (min-width: 768px) {
  #main .allabout_seclink {
    margin-top: 18px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_seclink {
    margin-top: 22px;
  }
}

#main .allabout_seclink a {
  font-size: 14px;
  color: #004199;
}

#main .allabout_seclink a:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: solid 5px transparent;
  border-right: solid 8px transparent;
  border-bottom: solid 5px transparent;
  border-left: solid 8px rgba(0, 65, 153, 0.6);
  margin-left: 11px;
  margin-right: -8px;
}

#main .allabout_head {
  background-color: #1d78b6;
}

#main .allabout_head h2 {
  position: relative;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #main .allabout_head h2 {
    width: 550px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_head h2 {
    width: 222px;
  }
}

#main .allabout_head_main {
  display: block;
}

#main .allabout_head_sub {
  display: block;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {
  #main .allabout_head_sub {
    font-size: 24px;
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_head_sub {
    font-size: 12px;
    margin-top: 10px;
  }
}

#main .allabout_head_nav {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  #main .allabout_head_nav {
    bottom: 41px;
    left: 183px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_head_nav {
    bottom: 30px;
    left: 39px;
  }
}

@media screen and (min-width: 768px) {
  #main .allabout_head_nav li:first-child {
    margin-right: 27px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_head_nav li:first-child {
    margin-right: 30px;
  }
}

#main .allabout_head_nav li a, #main .allabout_head_nav li span {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

#main .allabout_head_nav li span {
  padding: 7px 17px 8px;
  border: 2px solid #fff;
  border-radius: 4px;
}

#main .allabout_head .allabout_secinr {
  position: relative;
}

@media screen and (min-width: 768px) {
  #main .allabout_head .allabout_secinr {
    padding: 60px 0 85px 1px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_head .allabout_secinr {
    width: 320px;
    padding: 25px 0 70px 11px;
  }
}

#main .allabout_head .allabout_secinr:after {
  position: absolute;
  content: '';
  display: block;
  background-image: url("https://gigaplus.makeshop.jp/begood/static2021/images/allabout/head_Illust.png");
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  #main .allabout_head .allabout_secinr:after {
    width: 169px;
    height: 258px;
    bottom: -3px;
    right: 32px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_head .allabout_secinr:after {
    width: 68px;
    height: 104px;
    bottom: 1px;
    right: 9px;
  }
}

#main .allabout_intro {
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
}

#main .allabout_intro:before {
  content: '';
  display: block;
  background-color: rgba(253, 221, 127, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  #main .allabout_intro {
    padding: 155px 0 66px;
    background-image: url("https://gigaplus.makeshop.jp/begood/static2021/images/allabout/intro_bg_pc.png");
    background-size: contain;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_intro {
    padding: 80px 0 56px;
    background-image: url("https://gigaplus.makeshop.jp/begood/static2021/images/allabout/intro_bg_sp.png");
    background-size: auto 100%;
  }
}

#main .allabout_intro .allabout_secinr {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  #main .allabout_intro .allabout_secinr {
    padding: 0 30px;
  }
}

#main .allabout_intro_lead {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.625;
}

@media screen and (min-width: 768px) {
  #main .allabout_intro_features {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_intro_features {
    text-align: center;
    margin-top: 28px;
  }
}

#main .allabout_intro_features p {
  color: #207ab3;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {
  #main .allabout_intro_features p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 14px;
  }
  #main .allabout_intro_features p:before, #main .allabout_intro_features p:after {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    content: '';
    display: block;
    height: 3px;
    background-color: rgba(32, 122, 179, 0.5);
  }
  #main .allabout_intro_features p:before {
    margin-right: 18px;
  }
  #main .allabout_intro_features p:after {
    margin-left: 18px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_intro_features p {
    line-height: 1.555;
  }
  #main .allabout_intro_features p:before {
    content: '';
    display: block;
    height: 3px;
    width: 70px;
    background-color: rgba(32, 122, 179, 0.5);
    margin: 0 auto 21px;
  }
}

@media screen and (min-width: 768px) {
  #main .allabout_intro_features_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 18px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_intro_features_list {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  #main .allabout_intro_features_list ul {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-top: 26px;
  }
  #main .allabout_intro_features_list ul:nth-child(1) {
    width: 310px;
  }
  #main .allabout_intro_features_list ul:nth-child(2) {
    width: 289px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_intro_features_list ul:first-child {
    margin-top: 20px;
  }
}

#main .allabout_intro_features_list ul li {
  position: relative;
  font-size: 16px;
  margin-top: 12px;
}

#main .allabout_intro_features_list ul li:first-child {
  margin-top: 0;
}

#main .allabout_intro_features_list ul li:before {
  position: absolute;
  top: 3px;
  left: 0;
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #207ab3;
}

@media screen and (min-width: 768px) {
  #main .allabout_intro_features_list ul li {
    padding-left: 22px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_intro_features_list ul li {
    padding-left: 20px;
  }
  #main .allabout_intro_features_list ul li:first-child {
    margin-top: 12px;
  }
}

#main .allabout_anc {
  background-color: #d9effc;
}

@media screen and (min-width: 768px) {
  #main .allabout_anc {
    padding: 53px 0 49px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_anc {
    padding: 30px 0;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_anc .allabout_secinr {
    padding: 0 30px;
  }
}

@media screen and (min-width: 768px) {
  #main .allabout_anc ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#main .allabout_anc ul li {
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
}

@media screen and (min-width: 768px) {
  #main .allabout_anc ul li {
    width: 280px;
    height: 221px;
    padding-top: 53px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_anc ul li {
    margin-top: 15px;
    height: 112px;
  }
  #main .allabout_anc ul li:first-child {
    margin-top: 0;
  }
}

#main .allabout_anc ul li a {
  position: relative;
  width: 100%;
  height: 100%;
}

#main .allabout_anc ul li a:after {
  position: absolute;
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: bottom 0.5s ease;
  transition: bottom 0.5s ease;
}

@media screen and (min-width: 768px) {
  #main .allabout_anc ul li a {
    display: block;
  }
  #main .allabout_anc ul li a:after {
    bottom: 28px;
    left: 50%;
    margin-left: -12px;
    width: 25px;
    height: 18px;
    background-image: url("https://gigaplus.makeshop.jp/begood/static2021/images/allabout/anc_arrow_pc.svg");
  }
  #main .allabout_anc ul li a:hover:after {
    bottom: 18px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_anc ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 30px 0 0;
  }
  #main .allabout_anc ul li a:after {
    top: 52px;
    right: 24px;
    width: 17px;
    height: 12px;
    background-image: url("https://gigaplus.makeshop.jp/begood/static2021/images/allabout/anc_arrow_sp.svg");
  }
}

#main .allabout_anc ul li h3 span.allabout_anc_sub {
  display: block;
  color: #1d78b6;
}

@media screen and (min-width: 768px) {
  #main .allabout_anc ul li h3 span.allabout_anc_sub {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_anc ul li h3 span.allabout_anc_sub {
    font-size: 16px;
    margin-bottom: 9px;
  }
}

#main .allabout_anc ul li h3 span.allabout_anc_main {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  #main .allabout_anc ul li h3 span.allabout_anc_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 2em;
    font-size: 28px;
    line-height: 1.071;
    margin-top: 16px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_anc ul li h3 span.allabout_anc_main {
    font-size: 24px;
    line-height: 1.25;
  }
}

@media screen and (min-width: 768px) {
  #main .allabout_adherence {
    padding: 90px 0 75px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_adherence {
    padding: 50px 0 59px;
  }
}

@media screen and (min-width: 768px) {
  #main .allabout_adherence_sec {
    width: 610px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_adherence_sec {
    padding: 0 28px;
  }
}

#main .allabout_adherence_sec_head {
  position: relative;
}

@media screen and (max-width: 767px) {
  #main .allabout_adherence_sec_head {
    margin: 0 -28px;
  }
}

@media screen and (min-width: 768px) {
  #main .allabout_adherence_sec_head_vis {
    position: absolute;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_adherence_sec_head_vis {
    margin: 0 auto !important;
  }
}

#main .allabout_adherence_sec_head_ttl_sub {
  display: block;
  color: #1d78b6;
}

@media screen and (min-width: 768px) {
  #main .allabout_adherence_sec_head_ttl_sub {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_adherence_sec_head_ttl_sub {
    font-size: 12px;
    text-align: center;
  }
}

#main .allabout_adherence_sec_head_ttl_main {
  display: block;
}

@media screen and (min-width: 768px) {
  #main .allabout_adherence_sec_head_ttl_main {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_adherence_sec_head_ttl_main {
    margin: 13px auto 0;
  }
}

#main .allabout_adherence_sec_lead {
  font-size: 16px;
  line-height: 1.625;
}

@media screen and (min-width: 768px) {
  #main .allabout_adherence_sec_lead {
    padding: 0 6px;
    margin-top: 42px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_adherence_sec_lead {
    margin-top: 25px;
  }
}

@media screen and (min-width: 768px) {
  #main .allabout_adherence_sec_details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  #main .allabout_adherence_sec_details li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 50%;
    margin-top: 20px;
  }
  #main .allabout_adherence_sec_details li:nth-child(1), #main .allabout_adherence_sec_details li:nth-child(2) {
    margin-top: 0;
  }
  #main .allabout_adherence_sec_details li:nth-child(odd) {
    padding-right: 10px;
  }
  #main .allabout_adherence_sec_details li:nth-child(even) {
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_adherence_sec_details li {
    margin-top: 16px;
  }
  #main .allabout_adherence_sec_details li:first-child {
    margin-top: 0;
  }
}

#main .allabout_adherence_sec_details li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.04em;
  border: solid 3px #dcdcdc;
  border-radius: 4px;
  height: 52px;
}

@media screen and (min-width: 768px) {
  #main .allabout_adherence_sec_01 {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_adherence_sec_01 {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  #main .allabout_adherence_sec_01 .allabout_adherence_sec_head {
    padding-left: 30px;
  }
}

@media screen and (min-width: 768px) {
  #main .allabout_adherence_sec_01 .allabout_adherence_sec_head_vis {
    width: 119px;
    right: 32px;
    bottom: -10px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_adherence_sec_01 .allabout_adherence_sec_head_vis {
    width: 87px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_adherence_sec_01 .allabout_adherence_sec_head_ttl {
    margin-top: 13px;
  }
}

@media screen and (min-width: 768px) {
  #main .allabout_adherence_sec_01 .allabout_adherence_sec_head_ttl_sub {
    padding-left: 5px;
  }
}

@media screen and (min-width: 768px) {
  #main .allabout_adherence_sec_01 .allabout_adherence_sec_head_ttl_main {
    width: 398px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_adherence_sec_01 .allabout_adherence_sec_head_ttl_main {
    width: 202px;
  }
}

@media screen and (min-width: 768px) {
  #main .allabout_adherence_sec_01 .allabout_adherence_sec_details {
    margin-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_adherence_sec_01 .allabout_adherence_sec_details {
    margin-top: 15px;
  }
}

@media screen and (min-width: 768px) {
  #main .allabout_adherence_sec_02 {
    margin-top: 153px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_adherence_sec_02 {
    margin-top: 52px;
  }
}

@media screen and (min-width: 768px) {
  #main .allabout_adherence_sec_02 .allabout_adherence_sec_head {
    padding-left: 5px;
  }
}

@media screen and (min-width: 768px) {
  #main .allabout_adherence_sec_02 .allabout_adherence_sec_head_vis {
    width: 193px;
    right: 16px;
    bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_adherence_sec_02 .allabout_adherence_sec_head_vis {
    width: 155px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_adherence_sec_02 .allabout_adherence_sec_head_ttl {
    margin-top: 13px;
  }
}

@media screen and (min-width: 768px) {
  #main .allabout_adherence_sec_02 .allabout_adherence_sec_head_ttl_main {
    width: 599px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_adherence_sec_02 .allabout_adherence_sec_head_ttl_main {
    width: 278px;
  }
}

@media screen and (min-width: 768px) {
  #main .allabout_adherence_sec_02 .allabout_adherence_sec_details {
    margin-top: 28px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_adherence_sec_02 .allabout_adherence_sec_details {
    margin-top: 28px;
  }
}

@media screen and (min-width: 768px) {
  #main .allabout_adherence_sec_03 {
    margin-top: 108px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_adherence_sec_03 {
    margin-top: 55px;
  }
}

@media screen and (min-width: 768px) {
  #main .allabout_adherence_sec_03 .allabout_adherence_sec_head {
    padding-left: 16px;
  }
}

@media screen and (min-width: 768px) {
  #main .allabout_adherence_sec_03 .allabout_adherence_sec_head_vis {
    width: 283px;
    right: 11px;
    bottom: -23px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_adherence_sec_03 .allabout_adherence_sec_head_vis {
    width: 287px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_adherence_sec_03 .allabout_adherence_sec_head_ttl {
    margin-top: 17px;
  }
}

@media screen and (min-width: 768px) {
  #main .allabout_adherence_sec_03 .allabout_adherence_sec_head_ttl_main {
    width: 272px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_adherence_sec_03 .allabout_adherence_sec_head_ttl_main {
    width: 126px;
  }
}

@media screen and (min-width: 768px) {
  #main .allabout_adherence_sec_03 .allabout_adherence_sec_details {
    margin-top: 52px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_adherence_sec_03 .allabout_adherence_sec_details {
    margin-top: 24px;
  }
}

#main .allabout_torisetsu {
  background-color: #f0f0f0;
}

@media screen and (min-width: 768px) {
  #main .allabout_torisetsu {
    padding: 72px 0 67px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_torisetsu {
    padding: 58px 0 40px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_torisetsu .allabout_secinr {
    padding: 0 30px;
  }
}

@media screen and (min-width: 768px) {
  #main .allabout_torisetsu_sec {
    margin-top: 79px;
  }
}

#main .allabout_torisetsu_sec_container {
  position: relative;
}

@media screen and (min-width: 768px) {
  #main .allabout_torisetsu_sec_vis {
    position: absolute;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_torisetsu_sec_vis {
    margin: 0 auto !important;
  }
}

#main .allabout_torisetsu_sec_ttl {
  color: #1d78b6;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  #main .allabout_torisetsu_sec_ttl {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_torisetsu_sec_ttl {
    text-align: center;
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  #main .allabout_torisetsu_sec_list {
    margin-top: 42px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_torisetsu_sec_list {
    margin-top: 24px;
  }
}

#main .allabout_torisetsu_sec_list li:first-child {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  #main .allabout_torisetsu_sec_list li {
    margin-top: 35px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_torisetsu_sec_list li {
    margin-top: 30px;
  }
}

#main .allabout_torisetsu_sec_list li h5 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  #main .allabout_torisetsu_sec_list li h5 {
    line-height: 1.555;
    text-align: center;
  }
}

#main .allabout_torisetsu_sec_list li p {
  font-size: 16px;
  line-height: 1.625;
}

@media screen and (min-width: 768px) {
  #main .allabout_torisetsu_sec_list li p {
    margin-top: 8px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_torisetsu_sec_list li p {
    margin-top: 4px;
  }
}

#main .allabout_torisetsu_sec_note {
  font-size: 12px;
  color: #565656;
  line-height: 2.167;
}

@media screen and (min-width: 768px) {
  #main .allabout_torisetsu_sec_note {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_torisetsu_sec_note {
    margin-top: 24px;
  }
}

#main .allabout_torisetsu_sec_more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -webkit-linear-gradient(top, rgba(240, 240, 240, 0.1), #f0f0f0 70%);
  background: linear-gradient(to bottom, rgba(240, 240, 240, 0.1), #f0f0f0 70%);
}

@media screen and (min-width: 768px) {
  #main .allabout_torisetsu_sec_more button {
    text-align: left;
    padding-left: 250px;
  }
}

#main .allabout_torisetsu_sec_more button span {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  padding-left: 17px;
}

#main .allabout_torisetsu_sec_more button span:before, #main .allabout_torisetsu_sec_more button span:after {
  position: absolute;
  content: '';
  display: block;
  background-color: #565656;
  width: 14px;
  height: 2px;
  top: 8px;
  left: 0;
}

#main .allabout_torisetsu_sec_more button span:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

@media screen and (max-width: 767px) {
  #main .allabout_torisetsu_sec_01 {
    margin-top: 63px;
  }
}

#main .allabout_torisetsu_sec_01 .allabout_torisetsu_sec_container {
  overflow: hidden;
  -webkit-transition: max-height 0.7s ease;
  transition: max-height 0.7s ease;
}

@media screen and (min-width: 768px) {
  #main .allabout_torisetsu_sec_01 .allabout_torisetsu_sec_container {
    max-height: 460px;
    padding-right: 284px;
  }
  #main .allabout_torisetsu_sec_01 .allabout_torisetsu_sec_container.is_show {
    max-height: 580px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_torisetsu_sec_01 .allabout_torisetsu_sec_container {
    max-height: 780px;
  }
  #main .allabout_torisetsu_sec_01 .allabout_torisetsu_sec_container.is_show {
    max-height: 1200px;
  }
}

@media screen and (min-width: 768px) {
  #main .allabout_torisetsu_sec_01 .allabout_torisetsu_sec_vis {
    width: 233px;
    top: 67px;
    right: 18px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_torisetsu_sec_01 .allabout_torisetsu_sec_vis {
    width: 169px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_torisetsu_sec_01 .allabout_torisetsu_sec_ttl {
    margin-top: 22px;
  }
}

@media screen and (min-width: 768px) {
  #main .allabout_torisetsu_sec_01 .allabout_seclink {
    padding-right: 284px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_torisetsu_sec_02 {
    margin-top: 68px;
  }
}

@media screen and (min-width: 768px) {
  #main .allabout_torisetsu_sec_02 .allabout_torisetsu_sec_container {
    padding-left: 290px;
  }
}

@media screen and (min-width: 768px) {
  #main .allabout_torisetsu_sec_02 .allabout_torisetsu_sec_vis {
    width: 237px;
    top: 74px;
    left: 16px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_torisetsu_sec_02 .allabout_torisetsu_sec_vis {
    width: 208px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_torisetsu_sec_02 .allabout_torisetsu_sec_ttl {
    margin-top: 34px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_torisetsu_sec_03 {
    margin-top: 48px;
  }
}

@media screen and (min-width: 768px) {
  #main .allabout_torisetsu_sec_03 .allabout_torisetsu_sec_container {
    padding-right: 294px;
  }
}

@media screen and (min-width: 768px) {
  #main .allabout_torisetsu_sec_03 .allabout_torisetsu_sec_vis {
    width: 275px;
    top: 65px;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_torisetsu_sec_03 .allabout_torisetsu_sec_vis {
    width: 237px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_torisetsu_sec_03 .allabout_torisetsu_sec_ttl {
    margin-top: 22px;
  }
}

@media screen and (min-width: 768px) {
  #main .allabout_qa {
    padding: 73px 0 50px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_qa {
    padding: 56px 0 106px;
  }
}

@media screen and (min-width: 768px) {
  #main .allabout_qa .allabout_secinr {
    padding: 0 24px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_qa .allabout_secinr {
    padding: 0 16px;
  }
}

@media screen and (min-width: 768px) {
  #main .allabout_qa .allabout_secttl span {
    padding: 0 10px 3px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_qa .allabout_secttl span {
    padding: 0 6px 2px 6px;
  }
}

@media screen and (min-width: 768px) {
  #main .allabout_qa ul {
    margin-top: 34px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_qa ul {
    margin-top: 35px;
  }
}

#main .allabout_qa ul li {
  border-radius: 5px;
  border: solid 3px #1d78b6;
  background-color: #fff;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

#main .allabout_qa ul li:first-child {
  margin-top: 0;
}

#main .allabout_qa ul li.is_open {
  background-color: #e8f6ff;
}

#main .allabout_qa ul li.is_open dl dt button span {
  background-color: #fff;
}

#main .allabout_qa ul li.is_open dl dt button span:before, #main .allabout_qa ul li.is_open dl dt button span:after {
  background-color: #004199;
}

#main .allabout_qa ul li.is_open dl dt button span:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

@media screen and (min-width: 768px) {
  #main .allabout_qa ul li {
    margin-top: 18px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_qa ul li {
    margin-top: 16px;
  }
}

#main .allabout_qa dl dt {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.444;
}

#main .allabout_qa dl dt button {
  position: relative;
  text-align: left;
}

#main .allabout_qa dl dt button:before {
  position: absolute;
  content: 'Q';
  font-weight: bold;
  color: #1d78b6;
}

#main .allabout_qa dl dt button span {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #004199;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

#main .allabout_qa dl dt button span:before, #main .allabout_qa dl dt button span:after {
  content: '';
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  top: 14px;
  left: 5px;
}

#main .allabout_qa dl dt button span:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (min-width: 768px) {
  #main .allabout_qa dl dt button {
    padding: 16px 55px 16px 65px;
  }
  #main .allabout_qa dl dt button:before {
    left: 29px;
    top: 10px;
    font-size: 28px;
  }
  #main .allabout_qa dl dt button span {
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_qa dl dt button {
    padding: 14px 55px 14px 38px;
  }
  #main .allabout_qa dl dt button:before {
    left: 14px;
    top: 14px;
    font-size: 22px;
  }
  #main .allabout_qa dl dt button span {
    right: 14px;
  }
}

#main .allabout_qa dl dd {
  display: none;
}

#main .allabout_qa dl dd div {
  position: relative;
  font-size: 16px;
  line-height: 1.625;
}

#main .allabout_qa dl dd div:before {
  position: absolute;
  content: 'A';
  font-weight: bold;
  color: #6a6a6a;
}

@media screen and (min-width: 768px) {
  #main .allabout_qa dl dd div {
    padding: 18px 55px 20px 65px;
  }
  #main .allabout_qa dl dd div:before {
    left: 31px;
    top: 8px;
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  #main .allabout_qa dl dd div {
    padding: 16px 18px 18px 38px;
  }
  #main .allabout_qa dl dd div:before {
    left: 16px;
    top: 12px;
    font-size: 22px;
  }
}

@media screen and (min-width: 768px) {
  #main.allabout_en .allabout_torisetsu_sec_01 .allabout_torisetsu_sec_container.is_show {
    max-height: 610px;
  }
}

@media screen and (max-width: 767px) {
  #main.allabout_en .allabout_torisetsu_sec_01 .allabout_torisetsu_sec_container.is_show {
    max-height: 1300px;
  }
}

@media screen and (min-width: 768px) {
  #main.allabout_en .allabout_adherence_sec_01 .allabout_adherence_sec_head_vis {
    right: 17px;
  }
}

body {
  position: relative;
}

body.is_fixed {
  position: fixed !important;
  width: 100%;
}

.allabout_modal {
  line-height: 1.0;
  font-family: "Helvetica Neue";
  color: #333;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.allabout_modal * {
  box-sizing: border-box;
}

.allabout_modal ul li {
  text-align: left;
  list-style: none;
}

.allabout_modal button {
  display: block;
  width: 100%;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: inherit;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 1.0;
}

@media screen and (min-width: 768px) {
  .allabout_modal button:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

.allabout_modal a:hover {
  text-decoration: none;
}

.allabout_modal figure {
  margin: 0;
}

.allabout_modal img {
  width: 100%;
}

.allabout_modal_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.allabout_modal_cont {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .allabout_modal_cont {
    width: 100%;
    max-width: 750px;
    max-height: 90%;
    padding: 68px 70px 55px;
  }
}

@media screen and (max-width: 767px) {
  .allabout_modal_cont {
    width: calc(100% - 30px);
    max-height: 90%;
    padding: 40px 15px 30px;
  }
}

.allabout_modal_cont.is_show {
  display: block;
}

.allabout_modal_cont button {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 32px;
  height: 32px;
}

.allabout_modal_cont button:before, .allabout_modal_cont button:after {
  position: absolute;
  top: 15px;
  left: 2px;
  content: '';
  display: block;
  width: 28px;
  height: 2px;
  background-color: #000;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.allabout_modal_cont button:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.allabout_modal_cont button:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.allabout_modal_cont h5 {
  text-align: center;
  font-weight: bold;
  color: #1d78b6;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {
  .allabout_modal_cont h5 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .allabout_modal_cont h5 {
    font-size: 18px;
  }
}

.allabout_modal_cont_scroll {
  width: 100%;
}

.allabout_modal_cont_scroll figure {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .allabout_modal_cont_scroll figure {
    width: 319px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .allabout_modal_cont_scroll figure {
    width: 245px;
    margin-top: 25px;
  }
}

.allabout_modal_cont_scroll p {
  font-size: 16px;
  line-height: 1.625;
}

@media screen and (min-width: 768px) {
  .allabout_modal_cont_scroll p {
    margin-top: 32px;
  }
}

@media screen and (max-width: 767px) {
  .allabout_modal_cont_scroll p {
    margin-top: 24px;
  }
}

.allabout_modal_cont_scroll.is_scroll {
  overflow-x: hidden;
  overflow-y: scroll;
}
