body{
   font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal; 
}
.pd-bar{
    justify-content: left;
    font-size: 14px;
}
.div-contents{
   max-width: 1200px;
   margin: 0 auto;
}

.pd-div1 .product-card{
    width: 100%;
    padding: 80px 0 50px;
}
.pd-div1 .product-card__img{
    max-width: 45%;
    margin: 0 40px;
    aspect-ratio: unset;
    border: 5px solid #ccc;
}
.pd-div1 .product-card__description{
   align-content: center;
}
.pd-div1 .product-card__title{
    font-size: 40px;
    padding-bottom: 20px;
    font-weight: 400;
}
.pd-div1 .product-card__p{
    font-size: 20px;
    color: #578dad;
    padding-bottom: 20px;
    border-bottom: 1px solid #578dad;
}
.pd-div1 .product-card__p2{
    font-size: 16px;
    line-height: 1.5;
}
.pd-div1 .input-number__title{
    font-size: 16px;
}
.pd-div1 .input-number__select{
    border: 1px solid #ccc;
    border-radius: 15px;
}

.pd-div1 .product-card__price{
    font-size: 20px;
    color: #578dad;
}
.pd-div1 .product-card__button{
   background-color: #0076a9;
    border-radius: 20px;
    color: #f5f4f2;
    text-align: center;
    padding: 6px 15px;
    font-weight: 700;
    width: 200px;
    margin-top: 30px;
    display: block;
}

.pd-div2__title {  
  margin-top: 50px;
  border-bottom: solid 1px #508dac;
}
.pd-div2__title h2 {
    font-size: 24px;    
    font-weight: 700;
    color: #578dad;
    text-align: center;
    margin-bottom: 25px;
}
.pd-div2-row{
    display: flex;
    padding: 50px;
}
.pd-div2-row-box1{
    width: 50%;
    padding: 10px;
    padding-right: 30px;
}
.pd-div2-row-box1 h1{
    font-size: 30px;
    color: #508dac;
    line-height: 1.5;
    margin-bottom: 30px;
}
.pd-div2-row-box1 p{
    font-size: 17px;
    line-height: 3;
}
.pd-div2-row-box2{
    width: 50%;
    padding: 10px;
    padding-left: 30px;
    font-size: 20px;
     color: #508dac;
}
.pd-div2-row-box2 p{
    background-color: #f5f4f2;
    text-align: center;
    width: 100%;
    padding: 20px 0;
    border-radius: 10px;
    margin: 10px 0; 
    font-weight: 400;
}
.pd-div3-row{
    display: flex;
    padding: 70px;
}
.pd-div3-row-box{
    width: 33%;
    padding: 0 15px;
}
.pd-div3__after{
    position: relative;
}
.pd-div3__after:after{
    position: absolute;
    content: '▶';
    font-size: 16px;
    top: 50%;
    right: -20px;
    margin-top: -8px;
    color: #508dac;
}
.pd-div3-row-box img{
    max-width: 100%;
    max-height: 210px;
    margin: 0 auto;
}
.pd-div3-row-box h3{
    font-size: 20px;
    color: #508dac;
    padding: 20px 0 15px;
}
.pd-div3-row-box h2{
    font-size: 18px;
    color: #508dac;
    padding: 15px 0;
}
.pd-div3-row-box p{
    font-size: 18px;
    line-height: 1.8;
}
.pd-div3-row-box1{
    width: 50%;
    padding: 10px;
    padding-right: 40px;
    font-size: 17px;
    line-height: 2;
}
.pd-div3-row-box2{
    width: 50%;
    padding: 10px;
    padding-left: 40px;
    font-size: 17px;
    line-height: 2;
}
.sbs-footer{
    background-color: rgb(86, 141, 172);
    padding: 80px 0;
    margin-top: 100px;
}
.sbs-footer .Bottom_Img {
    float: left;
}
.sbs-footer .text_align_right {
    float: right;
}
.sbs-footer .text_aline_center_bottom_space {
    padding-top: 20px;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
}

.pd-form{
    width: clamp(560px, 35%, 1000px);
    margin: 0 auto;
}
.pd-form__h3{
    margin-top: 50px;
    border-bottom: solid 1px #508dac;
}
.pd-form__h3 h3{
    font-size: 24px;
    font-weight: 700;
    color: #578dad;
    text-align: center;
    margin-bottom: 25px;
}
.pd-input{
    margin-top: 30px;
    background-color: #ecece6;
    padding: 40px 20px 60px;
}
.pd-input__h3{
    font-size: 16px;
    margin-bottom: 30px;
}
.pd-input-table{
    width: 100%;
    margin-bottom: 50px;
}
.pd-input-table th {
    width: 30%;
    padding: 15px 0 0;
    vertical-align: middle;
    font-weight: 500;
    text-align: start;
    font-size: 14px;
}
.pd-input-table td {
    padding: 15px 0 0;
    font-style: normal;
    font-weight: 200;
    text-align: start;
}
.pd-input-table span {
    font-size: 13px;
    background: #578dad;
    padding:7px;
    color: #fff;
    border-radius: 5px;
    font-weight: 400;
    margin-right: 10px;
}
.pd-input-table input {
    width: 100%;
    background: #fff;
    color: #000;
    border: 1px solid #999;
    line-height: 2;
    font-size: 14px;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 5px;
}
.pd-input-table textarea {
    width: 100%;
    background: #fff;
    color: #000;
    border: 1px solid #999;
    line-height: 2;
    font-size: 14px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
}
.pd-input-table span.none {
    color: #ecece6;
    background: #ecece6;
}
.link-button:hover{
    cursor: pointer;
}
.pd-form .button-box{
    background-color: #ecece6;
}
.pd-form .link-button--return{
    background-color: #fff;
}
.button-box__submit{
    width: 100%;
    height: 100%;
}

.cp-table{
    margin-bottom: 0;
}
.pd-input-table.cp-table td{
    color: #000;
    font-weight: 500;
}