/* バナーエリア　830×60　一覧大バナー
---------------------------*/

.parent_asuka_rinu {
    /* display: inline-block; */
    margin-top: 20px;
}

.parent_asuka_rinu2 {
    /* display: inline-block; */
    float: left;
    margin: 5% auto 10% auto;
}

.asuka_rinu {
    /* width: 1080px; */
    /* text-align: center; */
    float: left;
}
.asuka_rinu p{
    /* display: inline-block; */
}


.asuka_rinu_p1 {
    padding-top: 10px;
    font-size: 16px;
    color: #203768;
    font-weight: bold;
    width: 500px;
    text-align: center;
}


.asuka_rinu_p2 {
    font-size: 15px;
    width: 500px;
    margin-bottom: 20px;
}


.asuka_rinu2{
    float: right;
    /* margin: -41.5% 0 0 0; */
}

.asuka_rinu3{
    float: right;
    /* margin: -41.5% 0 0 0; */
    margin: auto 0px auto 80px;
}


#asuka2 #menu li p.nolink {
    border: 3px solid #907c4f!important;
    background-color: #e4dfd1!important;
    padding: 20px 0px!important;
    text-decoration: none!important;
    color: #333!important;
    margin: -2px 0px!important;
    text-align: center!important;
    font-size: 20px!important;
    display: inline-block!important;
    width: 100%!important;
    font-weight: bold!important;
    border-right: none!important;
}

#asuka_value{
      width: 100%;
      margin: 0 auto;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      text-align:center;
}

#asuka_value .value01,
#asuka_value .value02 {
    -webkit-flex: 1;
    flex: 1;
    background: none;
    text-align:left;
    padding:10px;
  }
#asuka_value .value01 div,
#asuka_value .value02 div{
    margin:15px 10px 20px 0px!important;
    padding:15px;
    background-color:#efefef;
}


h1.asuka_value{
    margin: 1rem auto 0px;
    text-align: center;
    background-color: #0B1B35;
    padding: 0.5rem;
    display: block;
    width: 100%;
 }
h1.asuka_value span{
    color: #fff;
    line-height: 2;
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 6px;
 }
 #asuka_value h2{
  padding: 0.5em;
  display: block;
  line-height: 1.3;
  vertical-align: middle;
  font-size:1.3em;
  font-size: 22px;
  color:#003668;
  font-weight: 700;
 }
 #asuka_value h2:before {
  content: '■';
  color: #8aa3d4;
  margin-right: 8px;
}
 #asuka_value p{
    font-size:17px;
 }


/* Acordion Faq */
.tab_sell {
    position: relative;
    margin-bottom: 1px;
    width: 100%;
    color: #fff;
    overflow: hidden;
    margin: 5px auto;
  }
  .tab_sell2 {
    position: relative;
    margin-bottom: 1px;
    width: 100%;
    color: #fff;
    overflow: hidden;
    margin: 5px auto;
  }
  input.tab-uno1_sell {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }
  input.tab-uno4_sell {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }
  label.tab-uno2_sell {
    position: relative;
    display: block;
    padding: 0 0 0 1em;
    background: #000;
    font-weight: bold;
    line-height: 3;
    cursor: pointer;
    background-color: #ef825d;
    font-size: 17px!important;
    text-align: center;
    color: white;
    margin-left: -20px;
    letter-spacing: 2px;
  }
  
  label.tab-uno3_sell {
    position: relative;
    display: block;
    padding: 0 0 0 1em;
    background: #000;
    font-weight: bold;
    line-height: 3;
    cursor: pointer;
    background-color: #92D050;
    font-size: 17px!important;
    text-align: center;
    color: white;
    margin-left: -20px;
    letter-spacing: 2px;
  }
  .tab-content_sell {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .35s;
    -o-transition: max-height .35s;
    transition: max-height .35s;
    color: #000;
  }
  .tab-content_sell2 {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .35s;
    -o-transition: max-height .35s;
    transition: max-height .35s;
    color: #000;
  }
  .tab-content_sell p {
    margin: 1em;
  }
  .tab-content_sell2 p {
    margin: 1em;
  }
  /* :checked */
  input.tab-uno1_sell:checked ~ .tab-content_sell {
    max-height: 100%;
  }
  input.tab-uno4_sell:checked ~ .tab-content_sell2 {
    max-height: 100%;
  }
  /* Icon */
  label.tab-uno2_sell::after {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 3em;
    height: 3em;
    line-height: 3;
    text-align: center;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
  }
  label.tab-uno3_sell::after {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 3em;
    height: 3em;
    line-height: 3;
    text-align: center;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
  }
  input.tab-uno1_sell[type=checkbox] + label.tab-uno2_sell::after {
    content: "+";
  }
  input.tab-uno1_sell[type=radio] + label.tab-uno2_sell::after {
    content: "\25BC";
  }
  input.tab-uno1_sell[type=checkbox]:checked + label.tab-uno2_sell::after {
    transform: rotate(315deg);
  }
  input.tab-uno1_sell[type=radio]:checked + label.tab-uno2_sell::after {
    transform: rotateX(180deg);
  }
  
  input.tab-uno4_sell[type=checkbox] + label.tab-uno3_sell::after {
    content: "+";
  }
  input.tab-uno4_sell[type=radio] + label.tab-uno3_sell::after {
    content: "\25BC";
  }
  input.tab-uno4_sell[type=checkbox]:checked + label.tab-uno3_sell::after {
    transform: rotate(315deg);
  }
  input.tab-uno4_sell[type=radio]:checked + label.tab-uno3_sell::after {
    transform: rotateX(180deg);
  }
  .midashi{
    font-weight: bold;
    font-size: 18px;
    background-color: #3cb3e4;
    color: #fff;
    padding: 1rem 2rem;
    width: 50%;
    border-radius: 10px;
    text-align: center;
  }
  
  .tokuten{
    line-height: 2;
    /* font-size: 15px; */
    font-weight: bold;
  }
  
  .tokuten span{
    line-height: 2;
    background:linear-gradient(transparent 60%, #ff6 60%);
    font-weight: bold;
  }