@charset "UTF-8";
/* CSS Document */

.sub section#subContainer .sec01 {
    width: 100%;
    margin:0 0 70px 0;
}
.sub section#subContainer .sec01 ol{
    width:96%;
    max-width:1200px;
    margin:0 auto;
    display:flex;
    justify-content:space-between;
}
.sub section#subContainer .sec01 ol dt{
    width:35%;
    height:auto;
    overflow:hidden;
}
.sub section#subContainer .sec01 ol dt img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.sub section#subContainer .sec01 ol dd{
    width:60%;
}
.sub section#subContainer .sec01 ol dd h4{
    font-size:150%;
    font-weight:bold;
    margin-top:1em;
    margin-bottom:1em;
}
.sub section#subContainer .sec01 ol dd p {
    box-sizing:border-box;
}

.sub section#subContainer .sec03 {
    background-size: 30px 30px;
    padding:0 0 100px;
}
.sub section#subContainer .sec03 ol{
    width:96%;
    max-width:1200px;
    margin:0 auto 50px auto;
}
.sub section#subContainer .sec03 ol ul{
    margin:50px 0;
}
.sub section#subContainer .sec03 ol ul h4{
    font-size:150%;
    font-weight:bold;
    margin-bottom:1em;
}

.sub section#subContainer .sec03 ul li{
    line-height:2em;
    width: auto;
    margin: 0 auto 20px auto;
    padding:0 20px 20px;
    border-bottom:1px dotted #000;
}
.sub section#subContainer .sec03 ul li dl {
    display:flex;
}
.sub section#subContainer .sec03 ul li dl > div{
    font-size:100%;
    font-weight:normal;
    font-family: 'Jost', sans-serif;
    margin:0 40px 0 0;
    text-align:center;
}
.sub section#subContainer .sec03 ul li dl > div span{
    font-size:200%;
    line-height:1em;
    display:block;
}
.sub section#subContainer .sec03 ul li:nth-child(4) dl dd div.btn{
     text-align:center;
     margin:10px 0 0;
     display:inline-block;
     margin-right:20px;
}
.sub section#subContainer .sec03 ul li:nth-child(4) dl dd div.btn span a{
    font-weight:bold;
    width:100%;
    max-width:400px;
    padding:10px 20px;
    display:block;
    border: none;
    border:1px solid #000;
    border-radius: 5px;
    box-sizing:border-box;
}

.sub section#subContainer ul li p {
    line-height: 1.8em;
}
.sub section#subContainer .sec03 ul li h4{
    font-size:120%;
    margin-bottom:5px
}
.sub section#subContainer .sec03 .note{
    font-size:90%;
    width:96%;
    max-width:1200px;
    margin:50px auto 0 auto;
    padding:20px;
    border:5px solid #eee;
    background:#fff;
}
.sub section#subContainer .sec03 .note h6{
    font-size:110%;
    font-weight:bold;
    text-align:center;
}
.sub section#subContainer .sec04 {
    text-align:center;
    background-image: linear-gradient(#f2f2f2 1px, transparent 0), linear-gradient(90deg, #f2f2f2 1px, transparent 0);
    background-size: 30px 30px; 
    padding-bottom: 100px; 
}
@media screen and (min-width: 769px) and (max-width:959px) {
    .sub section#subContainer .sec03 ul li h4 {
        margin-bottom: 0;
    }
    .sub section#subContainer .sec03 ul li div {
        line-height: 1em;
    }
    .sub section#subContainer .sec03 ul li span {
        font-size:80%;
        line-height: 1.3em;
    }
    .sub section#subContainer .sec02 {
        padding: 40px 0;
    }
    .sub section#subContainer .sec03 .note{
        font-size:90%;
        width:96%;
        max-width:unset;
        box-sizing:border-box;
    }
}
@media screen and (max-width: 768px) {
    .sub section#subContainer .sec01 ol{
        width:96%;
        margin:0 auto;
        display:block;
        justify-content:unset;
        box-sizing:border-box;
    }
    .sub section#subContainer .sec01 ol dt{
        width:100%;
        height:400px;
    }
    .sub section#subContainer .sec01 ol dd{
        width:100%;
    }
    .sub section#subContainer .sec02 h4{
        font-size:280%;
        font-weight:bold;
        text-align:center;
        letter-spacing:0.1em;
        margin-top:0.5em;
    }
    .sub section#subContainer .sec02 ul{
        width:96%;
    }
    .sub section#subContainer .sec02 ul li dt{
        width: 13%;
        min-width:79px;
        margin-left:5%;
        margin-right:2%;
    }
    .sub section#subContainer .sec02 ul li dt img{
        width: 100%;
    }
     .sub section#subContainer .sec03 ol{
        display:unset;
        justify-content:unset;
    }
    .sub section#subContainer .sec03 ol ul{
         width:96%;
         margin:auto;
    }
    .sub section#subContainer .sec03 ol ul:nth-child(2){
        width:96%;
        margin:50px 0;
    }
    .sub section#subContainer .sec03 ol ul:nth-child(1) dd{
        width:20%;
        margin:auto;
    }
    .sub section#subContainer .sec03 ol ul:nth-child(1) dd img{
        width:100%;
    }
    .sub section#subContainer .sec03 ol ul:nth-child(1) h3{
        margin:0.5em 0;
        text-align:center;
    }
    .sub section#subContainer .sec03 ul li{
        margin: 0 auto 20px auto;
    }
    .sub section#subContainer .sec03 ul li:nth-child(4) dl dd div.btn span a{
		font-size:13px;
		width:100%;
		max-width:unset;
    }
    .sub section#subContainer .sec03 .note{
        font-size:90%;
        width:96%;
        max-width:unset;
        box-sizing:border-box;
    }
}
@media screen and (max-width: 500px) {
    .sub section#subContainer section.main_v img {
        max-width: 90%;
    }
    .sub section#subContainer section.main_v {
        padding: 50px 0;
    }
    .sub section#subContainer .sec01 {
        padding:30px 0;
    }
    .sub section#subContainer .sec01 h4{
        font-size:140%;
    }
    .sub section#subContainer .sec02 {
        padding:40px 0;
    }
    .sub section#subContainer .sec03 {
        padding: 30px 0;
    }
    .sub section#subContainer .sec02 h5{
        font-size:110%;
    }
    .sub section#subContainer .sec02 h4 {
        font-size: 150%;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        line-height: 1em;
    }
    .sub section#subContainer .sec02 h4 span {
        font-size: 130%;
        display: block;
    }
    .sub section#subContainer .sec02 h4 span strong {
        font-size: 220%;
    }
    .sub section#subContainer .sec02 ul {
        display: block;
    }
    .sub section#subContainer .sec02 ul li {
        width: 96%;
        margin: 0 auto 30px;
        padding:20px;
        display:block;
    }
     .sub section#subContainer .sec02 ul li dt{
         width:50%;
         margin:0 auto;
    }
    .sub section#subContainer .sec03 h3 {
        font-size: 170% !important;
        text-align: center;
        margin-bottom: 30px;
        font-weight: bold;
    }
    .sub section#subContainer .sec03 ol{
        width:96%;
        max-width:unset;
        margin:0 auto 50px auto;
        display:unset;
        justify-content:unset;
    }
    .sub section#subContainer .sec03 ol ul {
        width: 96%;
        margin:0 auto;
    }
    .sub section#subContainer .sec03 ul li div{
        font-size:140%;
    }
    .sub section#subContainer .sec03 ul li h4{
        font-size:140%;
        margin-bottom:1.0em;
        line-height:1.5em !important;
    }
    .sub section#subContainer .sec03 ol ul:nth-child(1){
        margin-bottom:20px;
    }
    .sub section#subContainer .sec03 ol ul:nth-child(1) dd{
        width:20%;
        margin:auto;
    }
    .sub section#subContainer .sec03 ol ul:nth-child(2) {
        width: 90%;
    }
    .sub section#subContainer .sec03 ul li dl {
    }
    .sub section#subContainer .sec03 ul li dl dt {
        width: 100%;
        margin:auto;
        text-align: center;
    }
    .sub section#subContainer .sec03 ul li dt img {
        max-width: 100%;
    }
    .sub section#subContainer .sec03 ul li dl dd {
        width: 100%;
    }
    .sub section#subContainer .sec03 ul li:first-child div,
    .sub section#subContainer .sec03 ul li:first-child h4,
    .sub section#subContainer .sec03 ul li:nth-child(2) div,
    .sub section#subContainer .sec03 ul li:nth-child(2) h4,
    .sub section#subContainer .sec03 ul li:nth-child(3) div,
    .sub section#subContainer .sec03 ul li:nth-child(3) h4,
    .sub section#subContainer .sec03 ul li:nth-child(4) div,
    .sub section#subContainer .sec03 ul li:nth-child(4) h4,
    .sub section#subContainer .sec03 ul li:nth-child(5) div,
    .sub section#subContainer .sec03 ul li:nth-child(5) h4{
        line-height: 1em;
    }
    .sub section#subContainer .sec03 ul li:nth-child(4) dl dd div.btn span a{
        font-size:13px;
    }
}



/* thanksページ */
.formTitle.thanks{
    width:96%;
}
.formTitle.thanks h4{
    color:#e65517;
    font-size:150% !important;
    margin:auto;
    text-align:center;
}
.thanksMessage p{
    width:96%;
    margin:auto;
    text-align:center;
}
.thanksMessage .onlinetool_btn{
    text-align:center;
}
.thanksMessage .onlinetool_btn a{
    color:#fff;
    font-size:110%;
    font-weight:bold;
    width:96%;
    max-width:600px;
	margin:50px auto 0;
	background:#e65518;
	border-radius:10px;
	padding:12px 0;
	display:block;
	text-decoration:none;
}
