.partner h4{
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.33rem;
    
}
.page-section .content-wrap .title-part h4{
    text-align: center !important;
}
.partner h4 span{
    margin-top: 5px;
    display: block;
    font-size: 80%;
}

.reason-part .case-tag{
    color: #2a66c0;
    border-color: #2a66c0;
}
.reason-part .pic{
 padding-top: 20px;
}
.commodity-part ul{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
    padding-top: 10px;
}
.commodityHeading{
    margin: 30px 0 15px;
    font-size: 18px;
    position: relative;
    line-height: 1;
}
.commodityHeading span{
    background: #fff;
    padding: 0 10px 0 0;
    position: relative;
    z-index: 2;
}
.commodityHeading:after{
content: "";
display: block;
width: 100%;
position: absolute;
top: 10px;
left: 0;
border-top: 1px solid #ccc;
}
.commodity-part ul li{
    width: 25%;
    height:80px;
    padding: 0 20px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.commodity-part ul li img{
width: 100%;
height: 100%;
object-fit: contain;
}
.voice-part .info-wrap{
display: flex;
align-items: center;
justify-content: center;
}
.voice-part img{
    width: 36%;
}
.voiceInner{
    width: calc(100% - 36%);
    padding: 20px;
}
.voiceHeading01{
    font-size:0.9rem;
    white-space: nowrap;
    display: flex;
}
.voiceHeading01 span{
    font-size: 14px;
    color: #fff;
    background-color:#2a66c0;
    display: inline-block;
    margin:0 10px 5px 0;
}
.voiceHeading02{
    color:#2a66c0;
    margin-bottom: 10px;
}
.flow-part ul{
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
    justify-content: center;
}
.flow-part ul li{
    width: 33.333%;
    height:250px;
    padding: 0 20px;
    margin-bottom: 12px;
    flex-flow: column;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.flowImgOuter{
    width: 100px;
    height: 100px;
    margin: 10px auto;
}
.stepTxt{
    white-space: nowrap;
}
.flow-part ul li img{
   width: 100%;
   height: 100%;
   object-fit: contain;
}
.formTable {
    max-width: 800px;
    margin: 20px auto;
}
.formTable tr:nth-child(2n+1) {
    background: #fafafa;
}
.formTable th,.formTable td{
    font-size: 14px;
    vertical-align: top;
    padding: 20px;
    text-align: left;
}
.formTable th{
    width:250px;
}
.required{
    color: #fff;
    background-color: #fd3e3e;
    line-height: 1;
    padding: 2px 8px;
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
    border-radius: 1px;
}

.btnOuter{
display: flex;
align-items: center;
justify-content: center;
}
.contact-part label {
    font-size: 14px;
    display: flex;
    align-items: center;
}
.contact-part input[type="checkbox"]{
    margin-right: 5px;
}
.contact-part textarea{
    height: auto;
    max-height: auto;
}
.btnOuter input{
    margin: 10px;
    color: #fff;
    background-color: #2a66c0;
    line-height: 42px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 2px;
    border: none;
    font-size: 0.8rem;
    appearance: none;
    -webkit-appearance: none;
}
.thanks-part{
    text-align: center;
}
@media screen and (max-width: 640px){
    .voiceHeading01{
        display: block;
        margin-bottom: 5px;
    }
    .voice-part .info-wrap{
        flex-flow: column; 
    }
    .voice-part img,.voiceInner{
        width: 100%;
    }
    .commodity-part ul li{
        width: 50%; 
    }
    .formTable th,.formTable td{
        display: block;
        width: 100%;
    }
    .formTable th{
        padding-bottom: 0;
    }
    .flow-part ul li{
        width: 50%;
        height: 250px;
        padding: 0 10px;
    }

    .thanks-part{
        text-align: left;
    }
}