#container.wrap.old_palet_bt{padding-left: 0}
.old_palet_bt h2{font-size: 30px;font-family: '新ゴ B'; text-align: center; color: #0c3f73; margin-top: 50px; margin-bottom: 60px}
#visual{display: flex; justify-content: center; align-items: center;background: url("../img/old_palet_bt/bg.jpg") no-repeat center center; background-size: 100% auto; padding:5% 0}
#visual div{width: 410px; height: 410px; border-radius: 50%; background-color: #fff; display: flex; align-items: center; justify-content: center; flex-direction: column; font-size: 18px;font-family: '新ゴ B'; padding-top: 60px}
#visual div b{font-size: 26px; line-height: 1; margin-bottom: 20px;}
#visual div strong{font-size: 40px; color: #006894; line-height: 1; margin-bottom: 35px;}
#visual div span{font-size: 16px; line-height: 1; margin-top: 15px;font-family: '新ゴ R';}
#visual div span font{color:#006894; font-size: 18px;font-family: '新ゴ B';}

.old_palet_bt_contact{background-color: #1c4c7c;color: #fff; padding: 55px 0 30px 0; display: flex; justify-content: center; align-items: center; flex-direction: column; font-size: 18px}
.old_palet_bt_contact h3{font-size: 22px; line-height: 1; margin-bottom: 20px}
.old_palet_bt_contact a{font-size: 16px; line-height: 1; padding:25px 60px; border-radius: 100px; background-color: #fff; margin-top: 40px; color: #174779; font-weight: bold;font-family: '新ゴ B';}

#old_palet_resone{background-color:#f3f9ff; padding: 40px 30px; }
#old_palet_resone .item{display: flex; align-items: center; justify-content: space-between;background-color: #fff; position: relative; padding: 40px 30px; margin-top: 60px}
#old_palet_resone .item b{font-family: '新ゴ B';background-color:#1c4c7c; color: #fff; font-size: 16px; border-radius: 50px; padding:10px 50px; position: absolute; left:35px; top:-18px; line-height: 1}
#old_palet_resone span{display: block; width: 435px; border-radius: 20px; overflow: hidden}
#old_palet_resone .item div{width:calc(100% - 460px)}
#old_palet_resone .item div h3{font-size: 22px;font-family: '新ゴ B'; color:#0c3f73; line-height: 1.5; margin-bottom: 15px}
#old_palet_resone .item div p{font-size: 16px}
#old_palet_resone .item div span{display: none}

#old_palet_price{background-color:#dceaf8; padding:60px 40px; padding-top: 30px}
#old_palet_price table{border-spacing:3px; border-collapse: separate; margin-bottom: 30px}
#old_palet_price table th{color: #fff; background-color:#1f4e78; font-family: '新ゴ B';}
#old_palet_price table th font{font-size: 10px; vertical-align: super; margin-left: 5px}
#old_palet_price table td{background-color: #fff}
#old_palet_price table th,#old_palet_price table td{padding: 10px}
#old_palet_price p{text-indent:-1.5em; padding-left: 1.5em}
#old_palet_price p font{margin-right: 5px}
#old_palet_price dl{display: flex; justify-content: space-between;  margin: 0; padding: 0}
#old_palet_price dl div{ display: flex; flex-wrap: wrap}
#old_palet_price dt{width: calc(100% - 375px); background-color:#306eb5;padding: 20px 25px;border-radius: 10px;}
#old_palet_price dd{width:360px; background-color: #8c8c8c;padding: 20px 25px; border-radius: 10px}
#old_palet_price h3{font-family: '新ゴ B'; font-size: 22px; margin-top: 15px; margin-bottom:35px; text-align: center; color: #fff}
#old_palet_price span{display: flex; flex-direction: column; align-items: center; background-color: #fff; border-radius: 10px; margin-bottom: 15px; padding: 10px 0}
#old_palet_price dt span{width:calc((100% - 15px)/2); margin-left: 15px}
#old_palet_price dt span:nth-child(odd){margin-left: 0}
#old_palet_price dd span{width: 100%}
#old_palet_price dd span img{width: 240px}

#old_palet_qa{padding:30px 80px 110px 120px; background-color:#f3f9ff; font-size: 16px; user-select: none}
#old_palet_qa h3{font-size: 18px; line-height: 1; margin-top: 30px; margin-bottom: 20px;font-family: '新ゴ B';}
#old_palet_qa .item{position: relative; margin-bottom: 15px; background-color: #fff; padding: 10px 20px}
#old_palet_qa .item div{height:50px; padding-left: 65px; position: relative; display: flex; align-items: center}
#old_palet_qa .item div:before{position: absolute; left: 0; top: 0; width: 50px; height: 50px; background-color: #306eb5; color: #fff; content: "Q"; display: flex; align-items:center; justify-content: center; border-radius: 50%; font-size: 24px;font-family: '新ゴ B'; line-height: 1}
#old_palet_qa .item div span{position: absolute; right:5px; width: 0; height: 0; border-style: solid; border-width: 14px 13px 0 13px; border-color: #306eb5 transparent transparent transparent; cursor: pointer}
#old_palet_qa .item div span:hover{opacity: 0.6}
#old_palet_qa .item.active div span{transform: rotate(180deg);}

#old_palet_qa .item p{position: relative; padding-left: 65px; padding-top: 15px; display: none}
#old_palet_qa .item p:before{position: absolute; left: 0; width: 50px; text-align: center; content: "A."; font-weight: bold;font-family: '新ゴ B'; font-size: 20px}
#sp_palet_price{display: none}

@media screen and (max-width: 640px){
  .old_palet_bt h2{margin-top: 20px; margin-bottom: 30px}
#container.wrap.old_palet_bt{padding: 0}
#visual{background-size:auto 100%; padding:5% 0}
.old_palet_bt_contact {padding: 55px 20px 30px 20px;}
.old_palet_bt_contact a{margin-top: 20px; padding:20px 35px}
  #old_palet_resone{padding: 20px}
  #old_palet_resone .item{flex-direction: column}
  #old_palet_resone .item div{width: 100%}
  #old_palet_resone .item span{display: none; width: 100%}
  #old_palet_resone .item div span{display: block; margin-bottom: 20px}
  #old_palet_price{padding: 30px 20px}
  #old_palet_price h3{margin-top: 5px; margin-bottom: 15px}
  #old_palet_price dl{flex-direction: column}
  #old_palet_price dt,#old_palet_price dd{width: 100%; padding: 15px; padding-bottom: 0}
  #old_palet_price dt{margin-bottom: 20px}
  #old_palet_qa{padding: 30px 20px}
  #old_palet_qa .item{padding: 10px}
  #old_palet_qa .item div {height: auto; min-height:30px; padding-left: 45px; padding-right: 30px; line-height: 1.2}
  #old_palet_qa .item div span{border-width: 10px 9px 0 9px;}
  
  
  #old_palet_qa .item div:before{width:30px; height: 30px}
  
  .old_palet_price_table{display: none}
  #sp_palet_price{display: block}
   .sp_palet_price div{border: 1px solid #bbb; background-color: #fff; padding: 10px; border-radius: 7px; margin-bottom: 10px; font-size: 16px}

 .sp_palet_price h3 {background-color: #1f4e79; color: #fff; font-size: 18px;    font-weight: bold;  padding: 10px 15px;  margin: 30px 0 10px 0;}

  #old_palet_price .sp_palet_price th{background-color:#306eb5}
}
