@charset "utf-8";
/* CSS Document */
h2.mv_wrap {
    position: relative;
    text-align: center;
}
.mv_wrap {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    line-height: 0;
}
.mv_wrap img {
    max-width: 100%;
    height: auto;
}
/* layout */
.two_column > section{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
.two_column > aside{
    width: 100%;
    height: auto;
    display: none;
}
.left_menu ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
    margin: 0 auto;
    border-top: 1px dashed #707070;
    list-style: none;
}
.left_menu ul li{
    width: 100%;
    border-bottom: 1px dashed #707070;
    padding: 0;
    margin: 0;
}
.left_menu ul li a{
    display: block;
    width: 100%;
    padding: 20px 30px;
}
.two_column > main{
    width: 100%;
    margin: 1em auto;
}
.two_column > main .wrapper{
    width: 100%;
    padding: 0 15px;
}
.guide_title,
.faq_title{
    margin: 0 auto 1em;
    font-size: 2em;
    font-weight: bold;
}
.faqs{
    margin: 0 auto;
    width: 100%;
    border-top: 1px solid #B57507;
}
.faqs dt{
	padding: 20px 40px;
	position: relative;
    border-bottom: 1px solid #B57507;
}
.faqs dt::before{
    content: "";
    width: 30px;
    height: 60px;
    background-image: url(../../guide/images/Q.svg);
    background-size: cover;
    display: block;
    position: absolute;
    left: 0;
    top: -3px;
}
.faqs dt::after{
    content: "";
    width: 13px;
    height: 13px;
    display: block;
    position: absolute;
    right: 10px;
    top: 23px;
    border-top: 2px solid #B57507;
    border-right: 2px solid #B57507;
    transform: translate(-50%, 0%) rotate(135deg);
    transition: .2s all;
}
.faqs dt.on::after{
    transform: translate(-50%, 0%) rotate(45deg);
    transition: .2s all;
}
.faqs dt:hover{
	cursor: pointer;
}
.faqs.detail dt:hover{
    cursor: default;
}
.faqs dd{
	padding: 20px 40px;
	position: relative;
    margin: 0;
    border-bottom: 1px solid #B57507;
}
.faqs.detail > br,
.faqs.detail dd br{
    display: none;
}
.faqs.detail dd p{
    margin: 0 auto;
}
.faqs dd::before{
    content: "";
    width: 30px;
    height: 60px;
    background-image: url(../../guide/images/A.svg);
    background-size: cover;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0 , -50%);
}
.faqs .hover{
	/*color: #0040ff;
	text-decoration: underline;*/
}
.bag_list,
.law_prof,
.corp_prof{
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.bag_list dt,
.law_prof dt,
.corp_prof dt{
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #707070;
    margin: 0;
    font-size: 1.3em;
}
.bag_list dt{
    font-weight: bold;
}
.bag_list dd,
.law_prof dd,
.corp_prof dd{
    padding: 15px 0;
    width: 100%;
    margin: 0;
    font-size: 1.1em;
}
.bag_list table{
    border-collapse: collapse;
    border-spacing: 0;
}
.bag_list table.shipping_list tbody tr:nth-of-type(1),
.bag_list table.shipping_list tbody tr:nth-of-type(2){
    background: #E29C24;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.bag_list table.shipping_list tbody td{
    border: 1px solid #E29C24;
    font-family: sans-serif;
    padding: 5px;
}
.time_table tr:nth-of-type(1){
    background: #e29c24;
    color: #fff;
}
.time_table td{
    text-align: center;
    border: 1px solid #e29c24;
    padding: 5px;
}
.time_table tr:last-of-type td{
    border-top: 2px solid #e29c24;
}
.pay_app{
    padding: 15px 5px;
    border-left: 5px solid #B57507;
    margin: 0 auto;
    display: block;
}

.amazon_pay_list {
  list-style: none;
}
.amazon_pay_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 0;
  list-style: none;
}
.amazon_pay_list li:nth-of-type(2n+1) {
  width: 43%;
}
.amazon_pay_list li {
  margin: 0 0 1em;
}

.amazon_pay_list li:nth-of-type(2n+2) {
  width: 14%;
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.amazon_pay_list li:last-child {
  width: 43%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.amazon_pay_list li:nth-of-type(4n + 4){
    display: none;
}




.pc_pay_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding: 0;
    list-style: none;
}
.pc_pay_list li{
    margin: 0 0 1em;
}
.pc_pay_list li:nth-of-type(2n + 1){
    width: 43%;
}
.pc_pay_list li:nth-of-type(2n + 2){
    width: 14%;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.pc_pay_list li:nth-of-type(4n + 4){
    display: none;
}
.pay_bold{
    font-weight: bold;
    color: #B57507;
}
.red{
    color: #FF3B3B;
}
#pc_pay,
#sp_pay{
    padding: 0;
}
.shipping_list td{
    position: relative;
}
.shipping_list td span{
    display: block;
}
.shipping_list{
    min-width: 870px;
    font-size: 14px;
}
.table_wrap{
    width: 100%;
    overflow-x: auto;
}
body > div > section > div > main > div > section > dl > dd:nth-child(4) > a:nth-child(15),
body > div > section > div > main > div > section > dl > dd:nth-child(4) > a:nth-child(16){
    display: inline-block;
    margin: 0 20px 10px 0;
    padding: 10px 15px;
    background: #B57507;
    color: #fff;
}
/*
.shipping_list td span{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(100% , 0);
}
.shipping_list td:hover span{
    opacity: 1;
    visibility: visible;
}
*/
.privacy_list{
    list-style: none;
}
.privacy_list ul{
    list-style: none;
}


/* qa */
.question,
.qa_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    border-top: 1px solid #B57507;
}
.question li,
.qa_list li{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid #B57507;
    padding: 0;
}
.question li{
    padding: 0 15px 0 40px;
    position: relative;
    list-style: none;
}
.question li::before {
    content: "";
    width: 30px;
    height: 60px;
    background-image: url(../../guide/images/Q.svg);
    background-size: cover;
    display: block;
    position: absolute;
    left: 0;
    top: -3px;
}
.question li a{
    display: block;
    padding: 20px;
}
.qa_list li > p{
    width: 100%;
    padding: 15px 50px 15px 50px;
    margin: 0;
    position: relative;
}
.qa_list li > p::before{
    display: block;
    font-size: 30px;
    color: #B57507;
    position: absolute;
    top: 2px;
    left: 6px;
}
.qa_list li > p.q_list_q::after{
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    border-top: 2px solid #B57507;
    border-right: 2px solid #B57507;
    position: absolute;
    right: 20px;
    top: 18px;
    transform: rotate(45deg);
    transition: .2s all;
}
.qa_list li > input:checked ~ p.q_list_q::after{
    transform: rotate(135deg);
    transition: .2s all;
}
.qa_list li > p.q_list_q::before{
    content:"Q";
}
.qa_list li > p.q_list_a{
    padding: 0;
    transition: .2s all;
    height: 0;
    opacity: 0;
}
.qa_list li > input:checked ~ p.q_list_a{
    padding: 15px 0 15px 50px;
    transition: .2s all;
    height: auto;
    opacity: 1;
    border-top: 1px solid #B57507;
}
.qa_list li > input ~ table{
    display: none;
    border: 1px solid #4B3104;
    border-collapse: collapse;
}
.qa_list li > input ~ table th{
    padding: 10px;
    color: #fff;
    background: #B57507;
    border: 1px solid #4B3104;
}
.qa_list li > input ~ table td{
    padding: 10px;
    text-align: center;
    border: 1px solid #4B3104;
}
.qa_list li > input:checked ~ table{
    display: table;
    margin: 0 0 1em 50px;
}
.qa_list li > p.q_list_a::before{
    content:"A";
}
/* 768px for table*/
@media (min-width: 769px) {
    .two_column{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
        flex-direction: row-reverse;
        padding: 50px 0 0;
    }
    .two_column aside{
        display: block;
        width: 30%;
        padding: 0 15px 0 0;
    }
    .two_column main{
        width: 70%;
        margin: 0 auto;
    }
    .two_column .column{
        width: 49%;
        margin: 0 0 1em;
    }
    .two_column .column:nth-of-type(odd){
        margin-left: 1%;
    }
    .two_column .column:nth-of-type(even){
        margin-right: 1%;
    }
}

/* 992px for pc*/
@media (min-width: 992px) {
    .two_column aside{
        width: 250px;
    }
    .two_column main{
        width: calc(100% - 250px);
    }
    
    .amazon_pay_list li:nth-of-type(2n+1) {
        width: 28%;
    }
    .amazon_pay_list li:nth-of-type(2n+2) {
        width: 7%;
    }
      .amazon_pay_list li:nth-of-type(4n + 4){
        display: flex;
    }
    .pc_pay_list li:nth-of-type(2n + 1){
        width: 28%;
    }
    .pc_pay_list li:nth-of-type(2n + 2){
        width: 7%;
    }
    .pc_pay_list li:nth-of-type(4n + 4){
        display: flex;
    }
    .pc_pay_list li:nth-of-type(6n + 6){
        display: none;
    }
}

/* 1200px for wide pc */
@media (min-width: 1200px) {

    .amazon_pay_list li:nth-of-type(2n+1) {
        width: 15%;
    }
    .amazon_pay_list li:nth-of-type(2n+2) {
        width: 10%;
    }
    .amazon_pay_list li:nth-of-type(6n + 6){
        display: flex;
    }
    .amazon_pay_list li:nth-of-type(8n + 8){
        display: none;
    }
    .pc_pay_list li:nth-of-type(2n + 1){
        width: 15%;
    }
    .pc_pay_list li:nth-of-type(2n + 2){
        width: 10%;
    }
    .pc_pay_list li:nth-of-type(6n + 6){
        display: flex;
    }
    .pc_pay_list li:nth-of-type(8n + 8){
        display: none;
    }
}