.mo-only{
    display:none;
}
.pc-only{
    display:block
}
.sub-sent p {
    text-shadow: 0px 3px 3px #fcfcfc;
}
.main-form{
    max-width: 1300px;
    margin: 0 auto;
    margin-bottom: 100px;
}
.sub-header{
    background-image: url(../img_n/form/form-top.jpg);
    background-position: 50% 46%;
}
.form-head{
    height:50px;
}
.form-head img{
    width:100%;
    height:100%;
}
.form-headsen{
    display:flex;
    justify-content:space-around;
    width:100%;
    margin-top:-54px;
    color:#ffffff;
    font-size:20px;
}
.form-headsen p{
    color:#ffffff;
    font-size:26px;
    font-weight:bold;
}
.form-area{
    background-color:#F5F8FA;
    width:100%;
    max-width:1300px;
    margin:0 auto;
    margin-top:50px;
    padding:10px 70px 100px 70px;
}
.transmit-area{
    background-color:#F5F8FA;
    width:100%;
    max-width:1300px;
    margin:0 auto;
    margin-top:50px;
    padding:40px 70px 30px 70px;
}
.back-area{
    margin-top:50px;
}
.back-top{
    font-size:14px;
}
table{
    margin:0 auto;
    width:1000px;
}
.trl,.trr{
    display:block;
}
.trl{
    padding-top:50px;
}
.trr{
    padding-top:10px;
}
.trr p{
   font-size:14px;
   color:#474747;
}
.p14{
    font-size:14px;
}
.trr_upfile{
    position:relative;
    height:100px;
}
.trr_upfile img{
    position:absolute;
    height:100%;
    object-fit: contain;
    left:300px;
    bottom:0;
}
.trr_upfile iframe{
    margin-left: 330px;
    margin-top: -80px;
}
.form-area input{
    height:30px;
}
.red{
    color:red;
    font-size:12px;
}
.userfile{
    border:none !important;
}
.form-area textarea{
    width:500px;
}
.form-file{
    border:none;
}
.form-bt{
    display:flex;
    justify-content: center;
    margin:0 auto;
}

.bt-reset {
    width: 164px;
    height: 62px;
    background: url(../img_n/form/bt_reset.png) no-repeat;
    overflow: hidden;
    display: inline;
    border: 0;
    margin:20px;
}
.bt-check {
    width: 164px;
    height: 62px;
    background: url(../img_n/form//bt_check.png) no-repeat;
    overflow: hidden;
    display: inline;
    border: 0;
    margin:20px;
}
.bt-back {
    width: 164px;
    height: 62px;
    background: url(../img_n/form/bt_back.png) no-repeat;
    overflow: hidden;
    display: inline;
    border: 0;
    margin:20px;
}
.bt-send {
    width: 164px;
    height: 62px;
    background: url(../img_n/form//bt_send.png) no-repeat;
    overflow: hidden;
    display: inline;
    border: 0;
    margin:20px;
}
.form-u-flex{
    display:flex;
}
.form-under{
    width:500px;
}
.form-under-sen{
margin-left:60px;
margin-top:20px;
}
.form-under-sen a{
    line-height:50px;
    margin:30px;
    color: #004AC6;
}
.form-under-h2 h2{
    font-size:20px;
    text-align:center;
}
.form-under-h2{
    width:500px;
}
.form-under-h2::after{
    background-color: #CDCCCC;
    width:500px;
    height:1px;
    content:"";
    display:inline-block;
    position:absolute;
}
.form-u-flex{
    margin:0 auto;
    margin-top:70px;
    justify-content: space-around;
    max-width:1300px;
    margin-bottom:70px;
}
.to-form-left{
    background-color: #fcfcfc;
    color: #000000;
    margin: 0 auto;
    box-shadow: 0 3px 6px #c4c4c4;
    padding: 20px;
    font-weight:bold;
}
.tel img {
    width: 30px;
    height: 30px;
    margin-bottom: 14px;
    margin-right: 8px;
    margin-left:10px;
}
.telban{
    font-size:30px;
    line-height:80px;
    color: #002E7D;
}
/*よくある質問*/
.contnet-all{
    max-width:1300px;
    margin:0 auto;
    padding-right:10px;
    padding-left:10px;
}
.qa-icon{
    width:100%;
    max-width:1300px;
    margin:0 auto;
}
.qa-icon h3{
    width:100%;
    max-width:1300px;
    margin:50px auto 10px auto;
}
.qa-flex{
    display:flex;
    justify-content: space-around;
    padding:20px 50px 60px 50px;
    background-color:#F5F8FA;
    position:relative;
}
.Q-s {
    position:relative;
    width:150px;
}
.Q-s p{
    /* right:20px; */
    position:absolute;
    left:-32px;
}
.Q-m {
    position:relative;
    width:150px;
}
.Q-m p{
    /* right:20px; */
    position:absolute;
    left:-20px;
}
.Q-h {
    position:relative;
    width:150px;
}
.Q-h p{
    /* right:20px; */
    position:absolute;
    left:-24px;
}
.Q-r{
    position:relative;
    width:150px;
}
.Q-r p{
    /* right:20px; */
    position:absolute;
    left:-24px;
}
.qa-flex p{
    color:#002E7D;
    font-weight:bold;
    line-height:50px;
}
.qa-icon img{
    width:50px;
    height:50px;
    margin:0 auto;
}
.qa-area{
    margin-top:50px;
}

.qa-title h2{
    font-size:22px;
    border-bottom:2px solid #002E7D;
    /* line-height:50px; */
    margin-top:50px;
}
.q{
    font-size:24px!important;
    font-weight:bold;
    color:#002E7D;
    padding-right:40px;
}
.a{
    font-size:24px!important;
    font-weight:bold;
    padding-right:40px;
}
.qa-text{
    border-bottom:1px dotted #002E7D;
    /* margin-top:10px; */
}
.menu{
    padding:4px 20px;
    cursor: pointer;
}

/*開閉式*/
.menu:hover,.menu:active,.menu.is-active{
background-color: #f8f8f8;
}
.contents{
    height:0;
    overflow:hidden;
    opacity:0;
    transition-duration:0.4s;
    padding:0px;
    font-size:14px;
}
.contents.is-open{/*.クラス.クラス：全て要素を含むもの*/
opacity:1;
height:auto;
line-height:34px;
transition-duration:0.4s;
}
.js-menu{
    position:relative;
    font-weight:bold;
    padding:14px 0;
}
.js-menu::after{/*よこ*/
    content:"";
    position:absolute;
    width:16px;
    height:2px;
    background-color: #a2a2a2;
    left:1000px;
    top:28px;
}
.js-menu::before{/*たて*/
    content:"";
    position:absolute;
    width:2px;
    height:16px;
    background-color: #a2a2a2;
    left:1007px;
    top:21px;
    /* transition: all 4s 0 ease-in; */
}
.menu:active::before,.menu.is-active::before{
    opacity:0;
    transition: all 4s 0 ease-in;
    }
@media  (max-width:1199px) and (min-width:960px){
.form-headsen{
    margin-top: -40px;
    margin-left:30px;
}
.form-headsen p{
    font-size:20px;
}

}
@media  (max-width:959px) {
.mo-only{
    display:inline-block;
}
.pc-only{
    display:none;
}
.content-h2{
    margin-bottom:50px;
    margin-top:50px;
    position:relative;
}
.sub-span{
    margin-top:-70px;
}
.form-headsen-mo{
    display: flex;
    justify-content:space-around;
    width:100%;
    margin-top: -30px;
    margin-left:15px;
}
.subtitle-text h2 {
    font-size: 16px;
}
.form-head1{
    height:40px;
}
.form-headsen-mo p{
    font-size:14px;
    color:#ffffff;
}
.form-area{
    background-color:#F5F8FA;
    width:100%;
    margin-top:10px;
    padding:10px 10px 130px 10px;
}
.transmit-area{
    background-color:#F5F8FA;
    width:100%;
    margin-top:10px;
    padding:30px 10px 20px 10px;
}
table{
    margin:0 auto;
    width:100%;
}
.trl{
    padding-top:20px;
}
.trr{
    padding-top:10px;
}
.form-area input{
    height:26px;
    width:100%;
}
.form-area textarea{
    border-radius: 6px;
    width:100%;
    height:240px;
}

.bt-reset {
    width: 123px;
    height: 47px;
    background: url(../img_n/form/bt_resetmo.jpg) no-repeat;
    margin:20px 5px;
}
.bt-check {
    width: 123px;
    height: 47px;
    background: url(../img_n/form//bt_checkmo.jpg) no-repeat;
    margin:20px 5px;
}
.bt-back {
    width: 123px;
    height: 47px;
    background: url(../img_n/form/bt_backmo.jpg) no-repeat;
    margin:20px 5px;
}
.bt-send {
    width: 123px;
    height: 47px;
    background: url(../img_n/form//bt_sendmo.jpg) no-repeat;
    margin:20px 5px;
}
.form-under{
    width:100%;
}
.form-under-sen{
    width:270px;
    margin:0 auto;
    margin-top:20px;
    margin-bottom:40px;
}
.form-under-sen a{
    line-height:30px;
    font-size:14px;
    margin:15px;
    color: #004AC6;
}
.form-u-flex{
    display:block;
    white-space: nowrap;
    margin-bottom: 30px;
}
.form-under-h2{
    width:250px;
    text-align:center;
    margin:0 auto;
}
.form-under-h2::after{
    width:100%;
    position:relative;
}
.tel img {
    width: 30px;
    height: 30px;
    margin-bottom: 12px;
    margin-right:4px;
    margin-left:0px;
}
.telban{
    font-size:24px;
    line-height:40px;
    color: #002E7D;
}
.to-form-left{
    width:300px;
}
/*よくある質問*/
.q,.a{
    font-size:18px;
    padding-right:10px;
}
.qa-flex{
    display:block;
    padding:20px;
    background-color:#F5F8FA;
}
.qa-flex p{
    line-height:50px;
    display:inline-block;
}
.qa-icon img{
    width:30px;
    height:30px;
}
.qa-area{
    width:100%;
}
.category p{
    line-height:34px!important;
}
.qa-title h2{
    font-size:18px;
    margin-top:30px;
}
.qa-text :first-child{
    font-size:14px;
}
.qa-text :last-child{
    font-size:14px;
}
.qa-text{
    margin-left:0px;
}
.menu{
    padding:4px 20px 4px 0px;
    cursor: pointer;
}
.js-menu::after{/*よこ*/
    content:"";
    position:absolute;
    width:10px;
    height:2px;
    background-color: #a2a2a2;
    left:auto;
    right:10px;
    top:24px;
}
.js-menu::before{/*たて*/
    content:"";
    position:absolute;
    width:2px;
    height:10px;
    background-color: #a2a2a2;
    left:auto;
    right:14px;
    top:20px;
    transition: all 4s 0 ease-in;
}
.Q-s {
    position:relative;
    width:auto;
    display: flex;
    height:40px;
}
.Q-s p{
    /* right:20px; */
    position:absolute;
    left:40px;
}
.Q-m {
    position:relative;
    width:150px;
    display: flex;
    height:40px;

}
.Q-m p{
    /* right:20px; */
    position:absolute;
    left:40px;
}
.Q-h {
    position:relative;
    width:150px;
    display: flex;
    height:40px;
    left:5px;
}
.Q-h p{
    /* right:20px; */
    position:absolute;
    left:40px;
}
.Q-r{
    position:relative;
    width:150px;
    display: flex;
    left:2px;
    height:40px;
}
.Q-r p{
    /* right:20px; */
    position:absolute;
    left:40px;
}
.trr_upfile img{
    position:absolute;
    height:100%;
    object-fit: contain;
    left:0px;
    top:50px;
    bottom:0;
}
.trr_upfile iframe{
    margin:0 auto;

}
}
