@charset "UTF-8";
/*--------------------------------------------
USE
---------------------------------------------*/
   #furture .img  {
        position: relative;
    }
        #furture .img .back {
            content: "";
            display: block;
            background-color: #2179c7;
            position: absolute;
            z-index: 1 !important;
        }
        #furture .img img{
            z-index: 3;
            position: relative;
        }
.link-doc {
    border: 1px solid #666;
    padding: 10px 40px;
}
@media screen and (max-width: 768px){
        #furture .img .back {
            height: calc( 500 * 100vw / 768 );
            width: calc( 720 * 100vw / 768 );
        }
            #furture .list01 .img .back {
                left: calc( -50 * 100vw / 768 );
                top: calc( -20 * 100vw / 768 );
            }
            #furture .list02 .img .back {
                right: calc( -50 * 100vw / 768 );
                top: calc( -20 * 100vw / 768 );
            }
            #furture .list03 .img .back {
                left: calc( -50 * 100vw / 768 );
                top: calc( -20 * 100vw / 768 );
            }
}
@media print,screen and (min-width: 769px){
        #furture .img .back {
            height: 400px;
            width: 400px;
        }
            #furture .list01 .img .back {
                left: -100px;
                top: -50px;
            }
            #furture .list02 .img .back {
                right: -100px;
                top: -50px;
            }
            #furture .list03 .img .back {
                left: -100px;
                top: -50px;
            }


}


/*--------------------------------------------
USE
---------------------------------------------*/
#use  {
    position: relative;
}
#use .back {
    content: "";
    display: block;
    background-color: #2179c7;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1 !important;
}
    #use .wrap {
        z-index: 2 !important;
        position: relative;
    }
    #use .title-section {
        color: #fff;
    }

@media screen and (max-width: 768px){
    #use .back {
        height: calc( 480 * 100vw / 768 );
        width: calc( 800 * 100vw / 768 );
    }
}
@media print,screen and (min-width: 769px){
    #use .back {
        height: 500px;
        width: 100vw;
    }
}

/*--------------------------------------------
case
---------------------------------------------*/
#case  {
    position: relative;
}
#case .back {
    content: "";
    display: block;
    background-color: #e8f1f9;
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 1 !important;
}
#case .wrap {
    z-index: 2 !important;
    position: relative;
}
@media screen and (max-width: 768px){
    #case .back {
        height: calc( 2200 * 100vw / 768 );
        width: 92vw;
    }
}
@media print,screen and (min-width: 769px){
    #case .back {
        height: 800px;
        width: 80vw;
    }
}
/*--------------------------------------------
faq
---------------------------------------------*/
#faq  {
    position: relative;
}
#faq .back {
    content: "";
    display: block;
    background-color: #e8f1f9;
    position: absolute;
    z-index: 1 !important;
}
#faq .wrap {
    z-index: 2 !important;
    position: relative;
}
@media screen and (max-width: 768px){
    #faq .back {
        height: 400px;
        width: 92vw;
        left: 0;
        top: -10px;
    }
}
@media print,screen and (min-width: 769px){
    #faq .back {
        height: 800px;
        width: 70vw;
        left: 0;
        top: -10px;
    }
}

/*--------------------------------------------
flow
---------------------------------------------*/
#flow{
    background: #2179c7;
    background-image: url("../images/components/top/bg01.png");
}
#flow .title01{
	color : #fff;
}
#flow .title-section {
    color: #fff;
}
#flow li{
	background-color : #fff;
}
#flow h4 span{
	display : block;
	text-align : center;
}
#flow h4 span:nth-of-type(1){
	color : #0b3974;
	font-weight : 700;
}
#flow h4 span:nth-of-type(2){
	line-height : 1.2;
}
@media screen and (max-width: 768px){
	#flow .wrap{
		padding-top : calc( 98 * 100vw / 768 );
		padding-bottom : calc( 92 * 100vw / 768 );
	}
	#flow ul{
		margin-top : calc( 72 * 100vw / 768 );
	}
	#flow li{
		width : calc( 340 * 100% / 720 );
		height : calc( 300 * 100vw / 768 );
		padding-top : calc( 44 * 100vw / 768 );
	}
	#flow li:nth-child( n + 3){
		margin-top : calc( 40 * 100vw / 768 );
	}
	#flow li img{
		height : calc( 120 * 100vw / 768 );
	}
	#flow h4{
		margin-top : calc( 16 * 100vw / 768 );
	}
	#flow h4 span{
		font-size : calc( 24 * 100vw / 768 );
	}
	#flow h4 span:nth-of-type(2){
		margin-top : calc( 8 * 100vw / 768 );
	}
}
@media print,screen and (min-width: 769px){
    #flow{
        background-repeat: repeat;
        padding: 120px 0;
    }
	#flow .wrap{
        width: 100%;
        max-width: 1800px;
	}
	#flow ul{
		margin-top : 71px;
        gap: 20px;
	}
	#flow li{
		width : 250px;
		padding-top : 23px;
	}
	#flow li img{
		height : 96px;
	}
	#flow h4{
		margin-top : 10px;
	}
	#flow h4 span{
		font-size : 16px;
	}
	#flow h4 span:nth-of-type(1){
        font-size: 14px;
        padding: 10px;
        border-radius: 16px;
        background: #2179c7;
        color: #fff;
        width: 10em;
        text-align: center;
        margin: auto;
        margin-bottom: 10px;
	}
	#flow h4 span:nth-of-type(2){
		margin-top : calc( 5px - 1.6px );
        font-weight: 600;
        font-size: 18px;
	}
	#flow p{
		font-size : 14px;
        padding: 10px;
        line-height: 1.8;
	}
}

/*--------------------------------------------
plan
---------------------------------------------*/
#plan  {
    position: relative;
}
    #plan .article-column3 {
        justify-content: center
            ;
    }


/*--------------------------------------------
form
---------------------------------------------*/
#form  {
    position: relative;
}
#form .back {
    content: "";
    display: block;
    background-color: #e8f1f9;
    height: 800px;
    width: 70vw;
    position: absolute;
    left: 0;
    top: -10px;
    z-index: 1 !important;
}
#form .wrap {
    z-index: 2 !important;
    background: #fff;
    position: relative;
}
/*--------------------------------------------
INQUIRY 22/2/9 add
---------------------------------------------*/
#form #agreement {
    width: 100%;
    text-align: left;
    padding: 1.5em;
    line-height: 1.5em;
    margin: 0 auto 3em auto;
    background-color: #fff;
}

#form #agreement p{
    width: 100%;
    text-align: left;
    display: block;
}

#form #agreement .policy{
    background-color: #f6f6f6;
    border:solid 1px #ccc;
    height: 14em;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 1.5em;
}

#form #agreement .policy h3 {
    font-weight: bold;
    border-bottom: solid 1px #ccc;
}

#form #agreement .policy dl dt,
#form #agreement .policy dl dd {
    width: 100%;
    display: block;
    float: none;
    text-align: left;
    padding-left: 1.25em;
/*    border: solid 1px #333;*/
}

#form #agreement .policy dl dt {
    text-indent: -1.25em;
}

#form #agreement .policy dl dt:before {
    content: '■ ';
}
/*
#form #agreement .policy dl dd {
    padding-left: 1.25em;
}*/

#form #agreement .policy dl dd a {
    text-decoration: underline;
}

#form #agreement label {
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    margin: 3em auto auto auto;
    justify-content: center;
}
@media screen and (max-width: 768px){
    #form #agreement {
        width: 100%;
        text-align: left;
        padding: .5em;
        line-height: 1.5em;
        margin: 0 auto 3em auto;
        background-color: #fff;
    }
    #form #agreement .policy{
        margin-top: 1em;
        padding: .5em;
    }
    #form #agreement label {
        margin: 1em auto auto auto;
    }
}
@media print,screen and (min-width: 769px){

}
.link {
	line-height: 1.8;
	margin-top: 1.5em;
	margin-bottom:1.5em; 
	text-align: center;
}
	.link a {
		background: #004314;
		color: #fff;
		padding: .5em 5em; 
	}

div.colorbox{
    position: relative;
    width: 80%;
    margin: 30px auto 30px;
}
div.colorbox div.color{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #004314;
}
div.colorbox img{
    display: block;
    width: 100%;
}
#form {
	padding-bottom: 6em;
	
}
.thanks {
	min-height: 500px;
	text-align: center;
	padding-top: 5em;
}
	.thanks h3 {
		margin-bottom: 2em;
		font-size: 1.5em;
	}
	.thanks p {
		line-height: 1.8;
	}
