@charset "utf-8";
html,body,h1,h2,h3,h4,ul,ol,dl,li,dt,dd,p,div,span,img,a,table,tr,th,td,article,header,footer,aside,figure,figcaption,nav,section{margin:0;padding:0;border:0;}
ul,ol {
  list-style: none;
}
html{
  font-size: 10px;
  font-size: 2.6666vw;
  scroll-behavior: smooth;
}
@media (min-width:768px) {
  html {
    font-size: 10px;
  }
}
body {
  color: #fff;
  background: #0c0c0c;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-feature-settings : "pkna";
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2;
  position: relative;
  width: 100%;
}
img {
  vertical-align: top;
  width: 100%;
}
iframe {
  width: 100%;
}

/* フェードインアニメーション01 start */
.fade-in01 {
  opacity: 0;
}
.fade-in01.-js-waypoints {
  animation-name: fadein01;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
}
@keyframes fadein01 {
  from {
    opacity: 0;
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* フェードインアニメーション01 end */

/* フェードインアニメーション02 start */
.fade-in02 {
  opacity: 0;
}
.fade-in02.-js-waypoints {
  animation-name: fadein02;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
}
@keyframes fadein02 {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* フェードインアニメーション02 end */

/* テキストアニメーション start */
@-webkit-keyframes passing-bar{
  0% {
    left: 0;
    right: auto;
    width: 0;
  }
  50% {
    left: 0;
    right: auto;
    width: 100%;
  }
  51% {
    left: auto;
    right: 0;
    width: 100%;
  }
  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}
@keyframes passing-bar{
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@-webkit-keyframes passing-txt{
  0% { opacity: 0; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes passing-txt{
  0% { opacity:0; }
  50% { opacity:0; }
  100% { opacity:1; }
}
/* css */
.passing-box .passing-box {
  display: block;
}
.passing-box .passing-bar {
  position: relative;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.passing-box .passing-bar:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #fff;
}
.passing-box .passing-bar.passing-bar-bk:before {
  background: #0c0c0c;
}
.passing-box .passing-bar.passing-bar-ye:before {
  background: #fff100;
}
.passing-box .passing-txt {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.passing-box.-js-waypoints .passing-bar:before {
  -webkit-animation: passing-bar 1s ease 0s 1 normal forwards;
  animation: passing-bar 1s ease 0s 1 normal forwards;
}
.passing-box.-js-waypoints .passing-txt {
  -webkit-animation: passing-txt 0s ease .5s 1 normal forwards;
  animation: passing-txt 0s ease .5s 1 normal forwards;
}
/* テキストアニメーション end */

.sp_only {
  display: block !important;
}
.pc_only {
  display: none !important;
}
.txt_indent {
  padding-left: 1em;
  text-indent: -1em;
}
.txt_annotation {
  font-size: 0.8em;
}
.txt_annotation_bk {
  color: #0c0c0c;
  font-size: 0.8em;
}
@media (min-width:768px) {
  body {
    font-size: 1.6em;
  }
  .sp_only {
    display: none !important;
  }
  .pc_only {
    display: block !important;
  }
}

.wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (min-width:768px) {
  .wrap {
    min-width: 120rem;
  }  
}

.nav_header ul {
  margin: 2rem 2rem 0;
}
.nav_header li {
  border-bottom: 0.1rem solid #595959;
  line-height: 1;
}
.nav_header li a {
  align-items: flex-end;
  display: flex;
  padding: 2rem 0;
  position: relative;
}
.nav_header li a::after {
  background: url(../img/ico_arrow_right.png) no-repeat 0 0 / cover;
  content: "";
  display: block;
  height: 2rem;
  position: absolute;
  right: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.1rem;
}
.nav_header li a .ttl {
  color: #fff;
  font-size: 1.4rem;
}
.nav_header li a .ttl_sub {
  color: #fff100;
  font-size: 1rem;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.1em;
  margin-left: 1rem;
}
.nav_header .nav_contact {
  margin: 4rem 4.5rem 0;
}
.nav_header .nav_contact .ttl {
  border: 0.1rem solid #fff100;
  color: #fff100;
  display: block;
  font-size: 1.6rem;
  font-family: 'Oswald', sans-serif;
  line-height: 1;
  padding: 2.4rem;
  text-align: center;
}
.nav_header .nav_contact .ttl span {
  display: inline-block;
  padding-left: 2.7rem;
  position: relative;
}
.nav_header .nav_contact .ttl span::before {
  background: url(../img/ico_mail.png) no-repeat 0 0 / contain;
  content: "";
  display: block;
  height: 1.3rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.7rem;
}
.nav_header .nav_contact .btn_block {
  margin-top: 1.5rem;
}

.nav_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 5rem;
  padding: 0 2rem 0 1.4rem;
}
.nav_top .logo {
  padding: 1.7rem 0 0;
  width: 11.8rem;
}
.nav_top .btn_close {
  height: 2.1rem;
  margin-top: 1.5rem;
  position: relative;
  width: 3.9rem;
}
.nav_top .btn_close::before,
.nav_top .btn_close::after {
  background: #fff100;
  content: "";
  display: block;
  height: 0.2rem;
  position: absolute;
  left: 0;
  width: 4rem;
}
.nav_top .btn_close::before {
  top: 1rem;
  transform: rotate(25deg);
}
.nav_top .btn_close::after {
  bottom: 0.9rem;
  transform: rotate(-25deg);
}
@media (min-width:768px) {
  .nav_top {
    display: block;
  }
  .nav_top {
    height: 0;
  }
  .nav_top .btn_close {
    margin-top: 3.5rem;
    position: absolute;
    right: 3.2rem;
    top: 0;
  }
}

#loading {
  background: #fff;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  transition: all 1s;
  width: 100vw;
  z-index: 9999;
}
.loading_inner {
  animation: bg-change-left 1.0s ease-in-out forwards;
  background: #000;
  height: 100%;
  width: 100%;
}
.loading_inner::after {
  background: url("/cmn/img/logo_loading_sp.png") no-repeat center center / cover; 
  content: "";
  height: 6.7rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 27rem;
}
@media (min-width:768px) {
  .loading_inner::after {
    background-image: url("/cmn/img/logo_loading_pc.png"); 
    height: 14.7rem;
    width: 60.3rem;
  }
}

@keyframes bg-change-left {
  0% {
    width: 0%;
  } 100% {
    width: 100%;
  }
}
#loading.loaded {
  opacity: 0;
  visibility: hidden;
}

.header {
  background: #0c0c0c;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.header_inner {
  height: 5rem;
  margin: 0 auto;
  padding: 0 0 0 1.4rem;
  position: relative;
  width: 100%;
}
.header_inner::after {
  content: "";
  display: table;
  clear: both;
}
.header_logo {
  display: block;
  float: left;
  line-height: 1;
  padding: 1.7rem 0 0;
  width: 11.8rem;
}
.header_logo a {
  display: block;
}
.header_btn {
  cursor: pointer;
  float: right;
  padding: 0;
  position: relative;
  width: 5.5rem;
}
.header_btn::after {
  background: #fff100;
  content: "";
  display: block;
  height: 0.1rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.2s;
  width: 2rem;
}
.header_btn .btn_nav {
  display: block;
  height: 5rem;
  position: relative;
  width: 100%;
}
.header_btn .btn_nav::before,
.header_btn .btn_nav::after {
  background: #fff100;
  content: "";
  display: block;
  height: 0.1rem;
  position: absolute;
  bottom: 3.3rem;
  left: 0;
  transition: all 0.2s;
  width: 4rem;
}
.header_btn .btn_nav::after {
  bottom: 1.5rem;
}

.nav_header {
  background: #000;
  display: block;
  height: 0;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  transition: height 0.2s;
  width: 100%;
  z-index: 0;
}
.header_btn.active + .nav_header {
  height: 100vh;
  overflow-y: scroll;
  width: 100%;
}
.header_btn.active + .nav_header::-webkit-scrollbar {
  display: none;
}
.header_nav_pc {
  display: none;
}
@media (min-width:768px) {
  .header {
    height: 8rem;
    min-width: 120rem;
  }
  .header_inner {
    height: 8rem;
    padding: 0 0 0 3rem;
  }
  .header_logo {
    padding: 1.2rem 0 0;
    width: 19.2rem;
  }
  .header_logo a {
    transition: opacity 0.3s;
  }
  .header_logo a:hover {
    opacity: 0.7;
  }
  .header_btn {
    display: none;
  }
  .header_nav_pc {
    display: block;
    text-align: right;
  }
  .header_nav_pc ul {
    letter-spacing: -0.4em;
    line-height: 1;
    margin: 1.5rem 2.1rem 0 0;
  }
  .header_nav_pc ul li {
    display: inline-block;
    letter-spacing: normal;
    margin-left: 3rem;
    text-align: center;
  }
  .header_nav_pc ul li:first-child {
    margin-left: 0;
  }
  .header_nav_pc ul li a {
    display: block;
    transition: all 0.3s;
  }
  .header_nav_pc ul li a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  .header_nav_pc ul .ttl_sub {
    color: #fff100;
    display: block;
    font-size: 1.5rem;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.1em;
    margin-top: 0.8rem;
  }
  .header_nav_pc ul .ttl {
    color: #fff;
    display: block;
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    margin-top: 1rem;
  }
  .header_nav_pc ul .contact {
    border: 0.1rem solid #fff100;
    padding: 1.6rem 2rem;
    text-align: center;
    vertical-align: top;
  }
  .header_nav_pc ul .contact span {
    color: #fff100;
    display: inline-block;
    font-size: 1.5rem;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.1em;
    padding-left: 2.8rem;
    position: relative;
  }
  .header_nav_pc ul .contact span::before {
    background: url(../img/ico_mail.png) no-repeat 0 0 / contain;
    content: "";
    display: block;
    height: 1.4rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.8rem;
  }
}
@media (min-width:1280px) {
  .header_nav_pc ul li {
    margin-left: 5rem;
  }
}

.footer {
  padding: 7.5rem 0;
  position: relative;
}
.footer .btn_page_top {
  position: absolute;
  top: -4.6rem;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  width: 28.5rem;
}
.footer .btn_page_top a {
  background: #0c0c0c;
  border-bottom: 0.1rem solid #fff100;
  color: #fff100;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 2.6rem 0 1rem;
  position: relative;
  width: 100%;
}
.footer .btn_page_top a::before {
  background: url(../img/ico_arrow_top.png) no-repeat 0 0 / cover;
  content: "";
  display: block;
  height: 1.1rem;
  position: absolute;
  left: 50%;
  top: 1rem;
  transform: translateX(-50%);
  width: 1.9rem;
}
.footer .footer_top {
  border-bottom: 0.1rem solid #707070;
  margin: 0 2rem;
}
.footer .logo {
  height: 2.4rem;
  margin: 0 auto;
  width: 17.4rem;
}
.footer .footer_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 7rem 2rem 2rem;
  text-align: center;
}
.footer .footer_link li {
  line-height: 1;
  margin-top: 2rem;
  width: 50%;
}
.footer .footer_link li:first-child,
.footer .footer_link li:nth-child(2) {
  margin-top: 0;
}
.footer .footer_link a {
  color: #707070;
  font-size: 1rem;
  letter-spacing: 0.05em;
}
.footer .footer_bottom {
  color: #707070;
  line-height: 1;
  margin-top: 4rem;
  text-align: center;
}
@media (min-width:768px) {
  .footer {
    padding: 14rem 0 6rem;
  }
  .footer .btn_page_top {
    top: -8rem;
    width: 100rem;
  }
  .footer .btn_page_top a {
    font-size: 1.5rem;
    padding: 4.5rem 0 2rem;
    transition: all 0.3s;
  }
  .footer .btn_page_top a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  .footer .btn_page_top a::before {
    height: 1.6rem;
    top: 2rem;
    width: 2.8rem;
  }  
  .footer .footer_top {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding-bottom: 2rem;
    max-width: 120rem;
  }
  .footer .logo {
    height: 2.6rem;
    margin: 0;
    width: 19rem;
  }
  .footer .footer_link {
    display: block;
    letter-spacing: -0.4em;
    margin: 0;
    text-align: left;
  }
  .footer .footer_link li {
    display: inline-block;
    letter-spacing: normal;
    margin: 0 0 0 3rem;
    width: auto;
  }
  .footer .footer_link li:first-child,
  .footer .footer_link li:nth-child(2) {
    margin-top: 0;
  }
  .footer .footer_link a {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
  }
  .footer .footer_link a:hover {
    color: #fff100;
  }
  .footer .footer_bottom {
    margin: 6rem auto 0;
    text-align: right;
    max-width: 120rem;
  }  
  .footer .footer_bottom .copyright {
    font-size: 1.1rem;
  }  
}

/* 汎用パーツ */
.area_inner {
  padding: 0 2rem;
}
.ttl_block {
  padding-bottom: 2rem;
  position: relative;;
  text-align: center;
}
.ttl_block::after {
  background: #fff100;
  content: "";
  height: 0.3rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3.5rem;
}
.ttl_block .ttl_sub {
  color: #fff100;
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}
.ttl_block .ttl_main {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.53;
  margin-top: 2rem;
}
.ttl_block .ttl_main .yellow {
  color: #fff100;
}
.txt_block {
  line-height: 2;
  margin-top: 2.5rem;
  text-align: center;
}
@media (min-width:768px) {
  .area_inner {
    margin: 0 auto;
    min-width: 120rem;
    padding: 0;
  }
  .ttl_block {
    padding-bottom: 3rem;
  }
  .ttl_block::after {
    height: 0.4rem;
    width: 5rem;
  }
  .ttl_block .ttl_sub {
    font-size: 1.6rem;
  }
  .ttl_block .ttl_main {
    font-size: 3.8rem;
    line-height: 1.58;
    margin-top: 4rem;
  }
  .txt_block {
    margin-top: 3.7rem;
  }  
}

.btn_block {
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 28.5rem;
}
.btn_block::before {
  background: url(../img/btn_bg_left.png) no-repeat 0 0 / contain;
  content: "";
  display: block;
  height: 2.3rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.3rem;
  z-index: 1;
}
.btn_block::after {
  background: url(../img/btn_bg_right.png) no-repeat 0 0 / contain;
  content: "";
  display: block;
  height: 2.3rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
}
.btn_block a,
.btn_block input {
  background: #fff100;
  border: none;
  color: #0c0c0c;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  padding: 2.6rem;
  width: 100%;
}
@media (min-width:768px) {
  .btn_block {
    width: 50rem;
  }
  .btn_block::before {
    height: 2.8rem;
    left: 0;
    width: 2.8rem;
  }
  .btn_block::after {
    height: 3.4rem;
    right: 2rem;
    width: 3.7rem;
  }
  .btn_block a,
  .btn_block input {
    font-size: 1.8rem;
    padding: 4.1rem;
    transition: all 0.3s;
  }  
  .btn_block a:hover {
    opacity: 0.7;
    text-decoration: none;
  }  
}

.page_bottom_area {
  background: url(../img/bg_order_sp.png) no-repeat 0 0 / cover;
  padding: 10rem 0 11.8rem;
  position: relative;
}
.page_bottom_area .btn_block_wrap {
  background: #0c0c0c;
  padding: 2.5rem;
}
@media (min-width:768px) {
  .page_bottom_area {
    background: url(../img/bg_order_pc.png) no-repeat 0 0 / cover;
    padding: 15rem 0 23rem;
    position: relative;
  }
  .page_bottom_area .btn_block_wrap {
    padding: 5rem;
    margin: 0 auto;
    max-width: 100rem;
  }
}

/* 下層ページ 汎用パーツ */
.lower_page_area {
  background: #26252a;
  padding: 10.5rem 0 10rem;
}
.lower_page_area.pd_bottom_large {
  padding-bottom: 14.5rem;
}
.lower_page_area .area_inner + .area_inner {
  padding-top: 4.5rem;
}
.lower_page_area .ttl {
  text-align: center;
}
.lower_page_area .ttl h3 {
  color: #fff100;
  display: inline-block;
  font-size: 1.4rem;
  padding: 0 0.5rem 1.5rem;
  position: relative;
}
.lower_page_area .ttl h3::after {
  background: #fff100;
  content: "";
  display: block;
  height: 0.3rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.lower_page_area .ttl span {
  font-size: 1.7rem;
}
.bg_block_bk {
  background: #0c0c0c;
  margin-top: 3rem;
  padding: 4rem 2.5rem;
}
.bg_block_bk .btn_block,
.form_area .btn_block {
  margin-top: 2.5rem;
}
.lower_page_area .btn_block.btn_block_02 {
  margin-top: 5rem;
}
.btn_block.btn_block_02::before {
  background-image: url(../img/btn_bg_left_02.png);
}
.btn_block.btn_block_02::after {
  background-image: url(../img/btn_bg_right_02.png);
}
.btn_block.btn_block_02 a {
  background: #26252a;
  border: 0.1rem solid #fff100;
  color: #fff100;
  font-family: 'Oswald', sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}
.txt_area {
  margin-top: 5rem;
  position: relative;
}
.txt_area.bd_top {
  padding-top: 2.5rem;
}
.txt_area.bd_top::before {
  background: #595959;
  content: "";
  display: block;
  height: 0.1rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 9rem;
}
.txt_area.bd_bottom {
  padding-bottom: 2.5rem;
}
.txt_area.bd_bottom::after {
  background: #595959;
  content: "";
  display: block;
  height: 0.1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 9rem;
}
.txt_area p {
  margin-top: 2.5rem;
}
.txt_area p:first-child {
  margin-top: 0;
}
.txt_area .lst_fix_left {
  display: block;
}
@media (min-width:768px) {
  .lower_page_area {
    padding: 17.5rem 0 10rem;
  }
  .lower_page_area.pd_bottom_large {
    padding-bottom: 23rem;
  }
  .lower_page_area .ttl h3 {
    font-size: 2rem;
    padding: 0 0.5rem 1.5rem;
  }
  .lower_page_area .ttl h3::after {
    height: 0.4rem;
  }
  .lower_page_area .ttl span {
    font-size: 2.8rem;
  }
  .bg_block_bk {
    margin: 5rem auto 0;
    max-width: 100rem;
    padding: 6rem 3rem;
  }
  .bg_block_bk .btn_block,
  .form_area .btn_block {
    margin-top: 3rem;
  }  
  .lower_page_area .btn_block.btn_block_02 {
    margin-top: 9rem;
    width: 30rem;
  }
  .btn_block.btn_block_02::after {
    right: 1.2rem;
  }
  .btn_block.btn_block_02 a {
    background: #26252a;
    border: 0.1rem solid #fff100;
    color: #fff100;
    font-family: 'Oswald', sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 3rem;
  }
  .txt_area {
    margin: 5rem auto 0;
    max-width: 100rem;
    position: relative;
  }
  .txt_area.bd_top {
    padding-top: 2.5rem;
  }
  .txt_area.bd_top::before {
    background: #595959;
    content: "";
    display: block;
    height: 0.1rem;
    position: absolute;
    left: 0;
    top: 0;
    width: 15rem;
  }
  .txt_area.bd_bottom {
    padding-bottom: 5rem;
  }
  .txt_area.bd_bottom::after {
    background: #595959;
    content: "";
    display: block;
    height: 0.1rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15rem;
  }
  .txt_area p {
    margin-top: 2.5rem;
  }
  .txt_area p:first-child {
    margin-top: 0;
  }
  .txt_area .lst_fix_left {
    display: inline-block;
    width: 14rem;
  }
}

/* 下層ページ 個別パーツ */
.faq_block {
  margin-top: 3rem;
}
.faq_block .faq-check {
  display: none;
}
.faq_block .faq_item_q,
.faq_block .faq_item_a {
  display: block;
  letter-spacing: 0.08em;
  line-height: 2;
  margin: 0;
  padding: 1.6rem 8rem 1.6rem  4.5rem;
  position: relative;
}
.faq_block .faq_item_q {
  background: #0c0c0c;
  color: #fff;
}
.faq_block .faq_item_a {
  background: #26252a;
  color: #fff100;
  display: none;
  height: 0;
  opacity: 0;
  padding-right: 2.5rem;
  transition: all 0.3s;
  visibility: hidden;
}
.faq_block .faq-check:checked + .faq_item_q + .faq_item_a {
  display: block;
  height: auto;
  opacity: 1;
  visibility: visible;
}
.faq_block .faq_item_q::after {
  border-bottom: 0.2rem solid #fff100;
  border-right: 0.2rem solid #fff100;
  content: "";
  display: block;
  height: 1.6rem;
  position: absolute;
  right: 2.2rem;
  top: 1.6rem;
  transform: rotate(45deg);
  width: 1.6rem;
}
.faq_block .faq-check:checked + .faq_item_q::after {
  top: 2.8rem;
  transform: rotate(-135deg);
}
.faq_block .faq_item_q .ico_initial,
.faq_block .faq_item_a .ico_initial {
  display: block;
  font-size: 2.2rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  left: 1.9rem;
  top: 2rem;
}
@media (min-width:768px) {
  .faq_block {
    margin: 5rem auto;
    max-width: 100rem;
  }
  .faq_block .faq_item_q,
  .faq_block .faq_item_a {
    padding: 2.5rem 10rem 2.5rem  7.5rem;
  }
  .faq_block .faq_item_q {
    font-size: 1.4rem;
  }
  .faq_block .faq_item_a {
    padding-right: 2.5rem;
  }
  .faq_block .faq_item_q::after {
    right: 2.4rem;
    top: 2.6rem;
  }
  .faq_block .faq-check:checked + .faq_item_q::after {
    top: 3.5rem;
  }
  .faq_block .faq_item_q .ico_initial,
  .faq_block .faq_item_a .ico_initial {
    font-size: 3rem;
    left: 3rem;
  }  
}

/* form */
.form_block {
  margin-top: 3.5rem;
}
.form_block .form_ttl {
  color: #fff100;
  line-height: 1;
  padding-bottom: 1rem;
  position: relative;
}
.form_block .form_ttl::after {
  background: #fff100;
  content: "";
  display: block;
  height: 0.1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.form_block .form_item {
  margin-top: 1.5rem;
}
.form_block label,
.form_block select,
.form_block input,
.form_block textarea {
  display: block;
  margin: 0;
  width: 100%;
}
.form_block input,
.form_block option,
.form_block textarea {
  margin-top: 0.5rem;
  padding: 0.5em 1em 0.5em 1em;
}
.form_block select {
  margin-top: 0.5rem;
  padding: 0.7em 1em 0.7em 1em;
}
.end-message {
  display: none;
}
.false-message {
  display: none;
}
@media (min-width:768px) {
  .form_area {
    margin: 0 auto;
    width: 70rem;
  }
  .form_block {
    font-size: 1.4rem;
    margin-top: 5rem;
  }
  .form_area .txt_block {
    font-size: 1.2rem;
    margin-top: 2.5rem;
  }
  .form_area .pc_w_50 {
    width: 40%;
  }
}

.img_txt_mail {
  max-width: 24rem;
}
@media (min-width:768px) {
  .img_txt_mail {
    max-width: 30rem;
    vertical-align: middle;
  }  
}