.Hd01::before {
    content: "Contact";
}


.contactBox{
    display: flex;
    justify-content: space-between;
    padding: 90px 0;
}
@media screen and (max-width: 900px) {
    .contactBox{
        display: block;
        padding: 60px 0;
    }
}
.contactBox1{
    width: calc(385 / 870 * 100%);
}
@media screen and (max-width: 900px) {
    .contactBox1{
        width: 100%;
        margin-bottom: 40px;
    }
}
.contactBox .txt1{
    font-size: 2rem;
    line-height: calc(36 /20);
}
.contactBox .txt2{
    margin: 20px auto 60px;
    font-size: 1.6rem;
    line-height: calc(26 /16);
}
@media screen and (max-width: 900px) {
    .contactBox .txt2{
        margin: 15px auto 20px;
    }
}
.contactBox1 .txt3{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    padding-left: 35px;
    position: relative;
}
.contactBox1 .txt3 svg{
    display: block;
    position: absolute;
    left: 0;
    top:0;
    width: 32px;
    height: 32px;
}
.contactBox1 .txt3 .tel{
    display: block;
    font-size: 3.6rem;
    line-height: calc(16 /26);
}
.contactBox1 .txt3 .fax{
    display: flex;
    align-items: center;
    vertical-align: middle;
    margin-top: 15px;
    font-size: 2.4rem;
}
.contactBox1 .txt3 .fax .title{
    font-size: 1.4rem;
    padding: 5px 10px 5px 0;
}
.contactBox2{
    width: calc(420 / 870 * 100%);
}
@media screen and (max-width: 900px) {
    .contactBox2{
       width: 100%;
    }
}
.formBox{
	padding: 60px 25px;
	background-color: #F2F2F2;
}
@media screen and (max-width: 600px) {
    .formBox{
        padding: 40px 25px;
    }
}
.formList{
    border-top: 1px solid #CFCFCF;
}
.formItem{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 20px;
    border-bottom: 1px solid #CFCFCF;
}
.formItem1{
    width: 200px;
    margin-top: 8px;
    font-size: 1.6rem;
}
@media screen and (max-width: 600px) {
    .formItem1{
        width: auto;
    }
}
.confirmBox .formItem1{
    margin-top: 5px;
}
.formItem1 .jp,
.formItem1 .en{
    display: block;
    text-align: right;
}
@media screen and (max-width: 600px) {
    .formItem1 .jp,
    .formItem1 .en{
        text-align: left;
    }
}
.formItem1 .jp{
    margin-bottom: 6px;
    color: #171414;
}
.formItem1 .en{
    color: #878787;
}
.formItem2{
    width: 100px;
    margin-top: 8px;
    text-align: center;
}
.reqd{
    display: block;
    width: 50px;
    padding: 3px 10px;
    margin: 0 auto;
    font-size: 1.2rem;
    color: #fff;
    background-color: #005AA3;
}
.formItem3{
    flex: 1;
}
@media screen and (max-width: 600px) {
    .formItem3{
        flex: none;
        display: block;
        width: 100%;
        margin-top: 15px;
    }
}
.confirmBox .formItem3{
    margin-left: 40px;
    line-height: calc(24 / 16);
}
@media screen and (max-width: 600px) {
    .confirmBox .formItem3{
        margin-left: 0;
    }  
}
.formItem3 input, .formItem3 textarea {
    width: 100%;
    padding: 4px 8px;
    margin-bottom: 6px;
    font-size: 1.6rem;
    background-color: #fff;
    border: 1px solid #ccc;
}
.formItem3 .exam{
    display: block;
    font-size: 1.3rem;
}
.formItem3 .en{
    display: block;
    font-size: 1.3rem;
    margin-top: 5px;
}
.inputBtn{
    width: 270px;
    height: 86px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    color: #fff;
    position: relative;
}
@media screen and (max-width: 600px) {
    .inputBtn{
        width: 230px;
        height: 70px;
    }
}
.inputBtn::after{
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom:26px;
}
@media screen and (max-width: 600px) {
    .inputBtn::after{
        bottom:20px;
    }
}
.inputBtn input{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: transparent;
    color: #fff;
    border: none;
    padding-bottom: 20px;
}
.inputBtn input:hover{
    cursor: pointer;
}
.confirmBtn,
.submitBtn{
    margin-top: 60px;
    background-color: #005AA3;
}
.resetBtn{
    margin-top: 25px;
    background-color: #ABABAB;
}
.confirmBtn::after{
    content: "Confirm";
}
.submitBtn::after{
    content: "Submit";
}
.resetBtn::after{
    content: "Reset";
}


.confirmText{
    margin: 100px auto;
    text-align: center;
}
@media screen and (max-width: 600px) {
    .confirmText{
        margin: 50px auto;
        text-align: left;
    }
}
.confirmText p{
    font-size: 1.6rem;
    line-height: calc(26 / 16);
}
.confirmText p + p{
    margin-top: 1em;
}
.flowTitle{
    display: flex;
    align-items: center;
    justify-content: center;    
    height: 41px;
    margin: 0 20px 50px;
    font-size: 1.7rem;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    color: #fff;
    background-color: #053687;
}
.flowTitle span{
    position: relative;
}
.flowTitle span::before,
.flowTitle span::after{
    content: "";
    display: inline-block;
    width: 34px;
    height: 1px;
    background-color: #fff;
    opacity: 0.5;
    margin-bottom: 5px;
}
.flowTitle span::before{
    margin-right: 10px;
}
.flowTitle span::after{
    margin-left: 10px;
}