/*
** model
******************************/
.container + .container {
  margin-top: 140px;
}

.investigate .title.-small .title_sub {
  font-size: 21px;
  padding-bottom: 0px;
  margin-bottom: 0;
  font-weight: bold;
}
.investigate .title.-small .title_main{
  margin-bottom:40px;
}
.investigate .bg-gray{
  padding-bottom: 30px;
}
.productaco {
  padding-bottom: 20px;
}
.productaco dl + dl {
  margin-top: 20px;
}

.productaco .step dt {
  font-size: 26px;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  background: #d5efb2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 58px;
  padding-top:6px;
  overflow-y: hidden;
}

.productaco .step dt span {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background: #6AA21F;
  padding: 17px 20px;
  
}
.productaco input[type="radio"] {
  display: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.productaco dd {
  padding: 30px 40px 16px;
  display: none;
}

.productaco .capacity dd label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 150px;
  padding: 12px 20px 5px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #eee;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 14px;
  line-height: 1.1;
  font-weight: bold;
  color: #666;
  margin-right: 20px;
  cursor: pointer;
}

.productaco .capacity dd input[type="radio"]:checked + label {
  background: #6aa21f;
  color: #fff;
  box-shadow: none;
}

.productaco .capacity dd label em{
  display: block;
  font-weight: normal;
  width: 100%;
  text-align: center;
}
.productaco .capacity dd label .big {
  font-size: 200%;
  
}

.productaco .translation dd label {
  position: relative;
  font-weight: 600;
  display: inline-block;
  background: #EEEEEE;
  border-radius: 6px;
  border: 1px solid #ccc;
  width: calc((100% / 2) - 15px);
  margin-right: 20px;
  padding: 20px 15px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #666;
  cursor: pointer;
}

.productaco .translation dd label .small {
  font-size: 14px;
}
.productaco .translation dd label:nth-of-type(2n) {
  margin-right: 0;
}

.productaco .translation dd label:nth-of-type(n + 3) {
  margin-top: 20px;
}

.productaco .translation dd label::before {
  position: relative;
  display: inline-block;
  content: "";
  background: url(../../images/common/i_state01.webp) no-repeat;
  width: 18px;
  height: 19px;
  top: 3px;
  margin-right: 15px;
  background-size: contain;
}
.productaco .translation dd label.state_s::before {
  background: url(../../images/common/i_state01.webp) no-repeat;
  background-size: contain;
}
.productaco .translation dd label.state_a::before {
  background: url(../../images/common/i_state02.webp) no-repeat;
  background-size: contain;
}
.productaco .translation dd label.state_ab::before {
  background: url(../../images/common/i_state03.webp) no-repeat;
  background-size: contain;
}
.productaco .translation dd label.state_b::before {
  background: url(../../images/common/i_state04.webp) no-repeat;
  background-size: contain;
}
.productaco .translation dd label.state_c::before {
  background: url(../../images/common/i_state05.webp) no-repeat;
  background-size: contain;
}
.productaco .translation dd label .price {
  font-family: 'Roboto', sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  padding: 13px 15px;
  background: #fff;
  margin: auto;
  width: 30%;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  font-weight: bold;
  font-size: 24px;
  color: #f00;
  border-radius: 0 6px 6px 0;
}
.productaco .translation dd input[type="radio"]:checked + label {
  background: #6aa21f;
  color: #fff;
  box-shadow: none;
}

.productaco .translation dd input[type="radio"]:checked + label .price {
  background: #6aa21f;
  color: #fff;
}
.bg-gray {
  position: relative;
  background: #EEEEEE;
  border-top: 2px solid #FF9100;
  text-align: center;
  padding-top: 40px;
}
.bg-gray::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 40px 0 40px;
  border-color: #FF9100 transparent transparent transparent;
  margin-left: -20px;
}
.bg-gray .capacitypriceup::before {
  content: none;
}
.bg-gray .capacitypriceup {
  position: relative;
  margin-top: 30px;
}
.bg-gray .sub-title {
  font-size: 20px;
  font-weight: bold;
}
.bg-gray .price_text {
  position: relative;
}
.bg-gray .price_text >p::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 11px;
  background: linear-gradient(#ffe600 0%, #eee 100%);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.bg-gray .price_text p {
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 60px;
  color: #f00;
}

.bg-gray .price_text p span {
  font-size: 30px;
}
.bg-gray .price_text p.notes,.bg-gray .caution_text p.notes  {
  font-weight: normal;
  font-size: 14px;
  color: #666;
  margin-top: 20px;
}
.bg-gray .price_text >p.notes::after,.bg-gray .caution_text >p.notes::after {
  content: none;
}


/*スマホの状態*/


.criteria_box {
  position: relative;
  margin: 60px auto 16px;
  width: 770px;
  border: 4px solid #6AA21F;
  border-radius: 10px;
  padding-bottom: 30px;
  z-index: 0;
}

.criteria_box .title {
  margin-bottom: 0;
  text-align: left;
  background: #D5EFB2;
  padding: 15px 10px 10px 80px;
  font-weight: bold;
  font-size: 20px;
  color: #4c7e0a;
}
.criteria_box .title span {
  position: absolute;
  display: inline-block;
  top: -15px;
  left: 80px;
  font-weight: 600;
  font-size: 14px;
  color: #000;
  background: #fff;
  border-radius: 25px;
  padding: 0 20px;
}
.criteria_box ol {
  padding: 0 35px;
}

.criteria_box .title::before {
  content: "";
  background: url(../../images/common/i_state01.webp) no-repeat;
  width: 60px;
  height: 64px;
  position: absolute;
  top: -30px;
  left: 10px;
  z-index: 1;
}
.criteria_box .title.criteria_s::before {
  background: url(../../images/common/i_state01.webp) no-repeat;
}
.criteria_box .title.criteria_a::before {
  background: url(../../images/common/i_state02.webp) no-repeat;
}
.criteria_box .title.criteria_ab::before {
  background: url(../../images/common/i_state03.webp) no-repeat;
}
.criteria_box .title.criteria_b::before {
  background: url(../../images/common/i_state04.webp) no-repeat;
}
.criteria_box .title.criteria_c::before {
  background: url(../../images/common/i_state05.webp) no-repeat;
}

.criteria_box .title.criteria_c::after {
  content:"最低価格保証";
  color:#ff0000;
  font-size:12px;
  position: absolute;
  display: block;
  top:-23px;
  right:10px;
  border: 1px solid #ff0000;
  background: #ffffff;
  padding:6px 10px;
  z-index: 1;
}

.criteria_box .inner_box{
  margin:20px 30px 0;
}
.criteria_box .imgbox {
  margin: 10px 0px;
  display: flex;
  justify-content: space-between;
}
.criteria_box .imgbox div{
  width: 49%;
}

.criteria_box .text{
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
  margin-top:20px;
}
.criteria_box ol{
  font-size: 16px;
  padding: 14px;
  background: #eee;
  border-radius: 6px;
  margin: 20px 0;
}
.criteria_box li{
  padding-left: 16px;
  position: relative;
  line-height: 1.6;
  margin-bottom: 4px;
}
.criteria_box li:after{
  content: "\f00c";
  display: block;
  position: absolute;
  font-size: 10px;
  font-weight: bold;
  width: 14px;
  height: 14px;
  top: 0.5em;
  left: 0;
  font-family: "Font Awesome 6 Pro";
  color: #6AA21F;
}
.criteria_box .caution{
  font-size: 12px;
  line-height: 1.4;
}


@media (max-width: 767px) {
  .criteria_box {
    position: relative;
    margin: 50px auto 0;
    width: auto;
    padding-bottom:15px;
  }
  .criteria_box:after {
    width: 100%;
    height: 172px;
    background-size: 100%;
  }
  .criteria_box .inner_box{
    margin:10px 16px 0;
  }
  .criteria_box .imgbox {
    margin: 15px 0;
  }
  .criteria_box .imgbox * + * {
    margin-left: 10px;
  }
  .criteria_box .title.criteria_c::after {
    top:-20px;
    padding:4px 10px;
  }
  .bg-gray .price_text p.notes {
    margin-top: 14px;
  }
  
}




.capacitypriceup_item.simrock .capacitypriceup_img {
  width: 44px;
}
.capacitypriceup_item.priceup .capacitypriceup_img {
  width: 80px;
}

.capacitypriceup_textarea {
  background: #fff;
}

.capacitypriceup + .capacitypriceup {
  margin-top: 60px;
}

.capacitypriceup + .capacitypriceup::before {
  position: absolute;
  content: "\f055";
  font-family: 'Font Awesome 6 Pro';
  font-size: 30px;
  font-weight: 900;
  color: #666666;
  top: -50px;
  left: 0;
  right: 0;
  text-align: center;
  pointer-events: none;
  width: 30px;
  height: 30px;
  margin: auto;
}

/*.capacitypriceup:last-of-type {
  padding-top: 40px;
}*/
.translation .capacitypriceup:last-of-type {
  padding-bottom: 0;
}
.productbox {
  display: flex;
  align-items: center;
}

.productbox .imgbox {
  width: 20%;
}

.productbox .textbox {
  width: calc(100% - 21%);
  line-height: 1.6;
}
.table_product {
  margin-top: 30px;
  width: 100%;
}
.table_product caption {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: #999;
  padding: 15px 0;
  font-size: 18px;
}
.table_product tr {
  background: #EEEEEE;
}
.table_product tr:nth-of-type(2n) {
  background: #fff;
}
.table_product th,
.table_product td {
  padding: 15px;
}

.table_product th {
  width: 30%;
  text-align: left;
  font-weight: bold;
}


dd.capacity.center {
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .container + .container {
    margin-top: 80px;
  }
  .productaco dl + dl {
    margin-top: 10px;
  }
  .productaco .js-aco {
    width: 110%;
    position: relative;
    left: -15px;
    height: 50px;
    overflow: hidden;
  }
  .productaco .js-aco::after {
    top: 10px;
  } 
  .productaco .js-aco span {
    font-size: 16px;
    padding: 15px 20px;
  }
  dd.capacity.center {
    flex-wrap: wrap;
  }
  .productaco dd {
    padding: 20px 10px 20px;
  }

  .productaco .capacity dd label{
    /*display: flex;
    justify-content: center;*/
    width: calc((100% / 4) - 11px);
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 15px 6px 13px;
  }

  .productaco .capacity dd label em{
    font-size:70%;
  }
  .productaco .capacity dd label .big {
    font-size: 120%;
  }
  
  .productaco dd label:nth-of-type(4n) {
    margin-right: 0;
  }
  .productaco .translation dd label {
    display: block;
    font-size: 14px;
    width: 100%;
    padding: 10px;
    color: #666;
  }
  .productaco .capacity dd label:last-of-type{
    margin-right:0;
  }
  .productaco .translation dd label:nth-of-type(n + 3),
  .productaco .translation dd label:nth-of-type(n + 2) {
    margin-top: 10px;
  }
  .productaco .translation dd label::before {
    margin-right: 5px;
    top: 5px;
  }
  .productaco .translation dd label .price {
    width: 35%;
    font-size: 16px;
  }
  .productaco .translation dd label .small {
    font-size: 10px;
    display: block;
    padding-left: 20px;
  }

  .bg-gray {
    padding: 40px 20px 0;
  }
  .bg-gray::before {
    margin-left: -30px;
  }
  .bg-gray .price_text >p::after {
    width: 100%;
  }
  .sub-title {
    font-size: 16px;
  }
  .price_text > p::after {
    width: 100%;
  }
  .price_text p.notes {
    font-size: 12px;
  }
  .capacitypriceup_item.simrock .capacitypriceup_img {
    width: 30px;
    margin-bottom: 4px;
  }
  .capacitypriceup_item.priceup .capacitypriceup_img {
    width: 60px;
    margin-bottom: 4px;
  }
  .capacitypriceup + .capacitypriceup::before {
    font-size: 24px;
    top: -35px;
    width: 24px;
    height: 24px;
    margin: auto;
  }
  .capacitypriceup + .capacitypriceup {
    margin-top: 40px;
  }
  .table_product th {
    width: 30%;
    text-align: left;
  }

  .productbox {
    align-items: flex-start;
  }

  .productaco .step dt {
    font-size: 22px;
    padding-top:2px;
  }
}

