
      .sp_head_wrap{
        display: flex;
        background: rgba(172, 152, 122, 0.5);
      }
      .sp_logo{
        width: 50%;
      }
      .sp_menu {
        width: 50%;
        margin-left: 20px;
    }
    .lang {
      display: flex;
      margin-top: 5%;
      margin-bottom: -10%;
      margin-left: 16%;
      width:80%;
    }
    .lang label{
      margin-left: -20px;
    }
    .gold-tit {
    font-size: 35px;
    color: rgb(248, 98, 92);
    text-align: center;
    border: 5px solid rgb(248, 98, 92);
    border-radius: 20px;
    margin-bottom: 20px;
    margin-top: 60px;
    font-weight: 900;
    line-height: 2;
}
    .ja-en{
      width:20px;
    }
    #language {
        display: none;
    }
    #language + label::after {
        content: "English";
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 2px 4px;
        background: #eee;
        cursor: pointer;
    }
    #language:not(:checked) + label + .contents *[lang="en"], #language:checked + label + .contents *[lang="ja"] {
        display: none;
    }
      @media screen and (max-width: 767px){
        .pc_header{
          display:none;
        }
        .btn-menu, a.btn-menu {
        color: #fff;
        background: rgb(195,190,178);
        background: radial-gradient(circle, rgba(195,190,178,1) 0%, rgba(172,152,122,1) 61%, rgba(172,152,122,1) 100%);
        }
        a.btn-radius {
        border-radius: 10px;
        width: 150px;
        height: 30px;
        display: block;
        text-align: center;
        }
        }
    @media screen and (min-width: 768px){
        .sp_header{
          display:none;
        }
    }
    @media screen and (max-width: 320px){
      .sp_logo img {
        width: 170px;
      }
      a.btn-radius {
        width: 120px;
    }
    }
    @media screen and (max-width: 480px){
.faq {
    padding-bottom:0!important;
}
}
.coustion{
  display:none;
}

.faq h2 {
    margin-bottom: 30px;
			font-size: 44px;
    text-align: center;
    font-weight: bold;
}
.faq__accordion {
    max-width: 980px;
    margin: 0 auto;
    background: #EBEBEB;
    margin-bottom: 30px;
}
.faq dt {
    font-size: 26px;
    font-weight: bold;
    color: #000;
    margin-bottom: 0;
    position: relative;
    padding: 20px 30px 20px 56px;
    cursor: pointer;
}

.faq dt::before {
    content: '';
    display: block;
    width: 33px;
    height: 5px;
    background: #000;
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.faq__q {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.faq__q .faq__round {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    display: inline-block;
    text-align: center;
    margin-right: 30px;
    font-size: 36px;
    line-height: 1.5;
}
.faq__q .faq__text {
    width: 83%;
    font-size: 20px;
    margin-top: 15px;
}
.faq .active::after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.faq dt::after {
    content: '';
    display: block;
    width: 33px;
    height: 5px;
    background: #000;
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #000;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.faq dd {
    padding: 0px 0 15px 0px;
}
.faq__a {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 940px;
    margin: 0 auto;
    padding: 20px 32px 36px;
}
.faq__a .faq__round {
    font-weight: bold;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #C8102E;
    color: #fff;
    display: inline-block;
    text-align: center;
    margin-right: 30px;
    font-size: 36px;
    line-height: 1.5;
}
.faq__a .faq__text {
    padding-top: 18px;
    width: 90%;
    color: #000;
}
/*1030px以下*/
@media screen and (max-width: 1024px){
  .faq {
}
	.faq h2 {
    font-size: 35px!important;
}
	.faq dt {
    font-size: 18px!important;
    padding: 15px 10px 15px 10px!important;
    margin-bottom: 0!important;
}
	.faq dt::before, .faq dt::after {
    right: 10px;
    width: 24px;
    height: 3px;
}
	.faq__q .faq__round {
    width: 38px!important;
    height: 38px!important;
    font-size: 22px!important;
    margin-right: 10px!important;
}
	.faq__q .faq__text {
    width: 75%!important;
    margin-top: 0!important;
    font-size: 16px!important;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
	.faq dt::before, .faq dt::after {
    right: 10px!important;
    width: 24px!important;
    height: 3px!important;
}
	.faq__a {
    padding: 20px 5px;
    margin: 0 10px 0;
}
	.faq__a .faq__round {
    width: 38px!important;
    height: 38px!important;
    font-size: 22px!important;
    margin-right: 10px!important;
}
	.faq__a .faq__text {
    padding-top: 0!important;
    width: 80%!important;
			font-weight: bold;
}
}
@media screen and (max-width: 480px){
  .coustion h2 {
    width: 85%;
    color: rgb(248, 98, 92);
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 900;
    background: #fff;
    border: 5px solid rgb(248, 98, 92);
    border-radius: 20px;
    margin-top: 0px;
    line-height: 2;
}

.faq {
}
}
@media screen and (max-width: 1024px){
.faq__q .faq__round {
    width: 38px!important;
    height: 38px!important;
    font-size: 22px!important;
    margin-right: 10px!important;
    line-height: 1.8;
}
.faq__a .faq__round {
    width: 38px!important;
    height: 38px!important;
    font-size: 22px!important;
    margin-right: 10px!important;
    line-height: 1.8;
}
}
main {
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
}
@media screen and (max-width: 480px){
.img-wo img {
    /* object-fit: contain!important; */
    width: 130px!important;
    height: 70px;
    object-fit: contain;
    margin-top: 25px!important;
    display: block;
    margin-bottom: 20px;
}}
@media screen and (max-width: 480px){
.faq {
}
.faq__accordion {
    margin-top: -10px;
}
}