@charset "utf-8";

/* section 1 */
.sec1{
	padding:5.5em 0 0 0;
	position:relative;
}

.sec1Desc{
	text-align:center;
	margin:3em 0;
}

.sec1Desc p{
	line-height:200%;
	letter-spacing:0.1em;
	margin:5em 0 3.5em 0;
}

.sec1FpBox{
	text-align:right;
	margin:0.25em 0;
}

.sec1FpBox.left{
	text-align:left;
}

.sec1FpBoxInner{
	display:inline-block;
	position:relative;
}

.sec1FpBoxTitle{
	position:absolute;
	top:-20px;
	left:-24px;
}

.sec1FpBoxTitle strong{
	color: #fff;
    font-size: 25px;
    line-height: 120%;
    letter-spacing: 0.15em;
    display: inline-block;
    padding: 41px 21px 15px 41px;
    border: 1px solid #3e8a28;
    position: relative;
}

.sec1FpBoxTitle strong:before{
	content:"";
	position:absolute;
	bottom:-1px;
	right:-1px;
	
	width:1px;
	height:96px;
	background:#fff;
}

.sec1FpBoxTitle strong:after{
	content:"";
	position:absolute;
	bottom:-1px;
	right:0;
	
	width:272px;
	height:1px;
	background:#fff;
}

.sec1FpBoxDesc{
	position:absolute;
	top:0;
	left:35%;
	right:0;
	bottom:0;
	margin:auto;

	width:55%;
	height:85%;
}

.sec1FpBox.left .sec1FpBoxDesc{
	left:0;
	width:70%;
	height:70%;
}

.sec1FpBoxDesc p{
	color:#fff;
	font-size:17px;
	line-height:200%;
	letter-spacing:0.15em;
	text-align:left;
}

.sec1FpBoxDesc p span{
	display:inline-block;
	background:#3E8A28;
}



/* section2 */
.sec2{
	position:relative;
}

.sec2Desc{
	text-align:center;
	margin:4em 0 5em 0;
}

.sec2Desc strong{
	color:#3E8A28;
	font-size:28px;
	letter-spacing:0.1em;
}

.sec2Desc p{
	line-height:200%;
	letter-spacing:0.1em;
	margin:2em 0 0 0;
}

.sec2BoxList ul{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	    -ms-flex-direction:row;
	        flex-direction:row;
	-webkit-box-align:start;
	    -ms-flex-align:start;
	        align-items:flex-start;
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
}

.sec2BoxList ul li{
	width:23%;
	box-sizing:border-box;
	margin:0 0 4em 0;
}

.sec2BoxList dt{
	position:relative;
	text-align:center;
}

.bubble{
    color: #3E8A28;
    font-size: 15px;
    border: 2px dashed #3E8A28;
    position: absolute;
    top: -48px;
    left: 16px;
    display: inline-block;
    vertical-align: middle;
    padding: 20px 5px;
    line-height: 100%;
    border-radius: 2em;
    letter-spacing: 0.02em;
}

.sec2BoxList dd{
	position:relative;
    border: 1px solid #3E8A28;
    padding: 1.2em 0.7em;
    margin:2em 3px 0 3px;
    box-sizing: border-box;

	min-height:200px;
}

.bubbleTop{
	display:inline-block;
	background:url("../../img/fp/icon/bubble_top.png") no-repeat center center;
	width:26px;
	height:17px;
	position:absolute;
	top:-17px;
	left:-1px;
}

.sec2BoxList dd strong{
	display:block;
	color:#3E8A28;
	font-size:17px;
	letter-spacing:0.2em;
	text-align:center;
	margin:0 0 1em 0;
}

.sec2BoxList dd p{
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 168%;
}

.sec2Copy{
	text-align:center;
	margin:0 0 6em 0;
}

.sec2Copy p{
	color:#3E8A28;
	font-size:18px;
	letter-spacing:0.1em;
	font-weight:bold;
	margin:0 0 2em 0;
	line-height:184%;
}

.sec2Copy strong{
	color:#3E8A28;
	font-size:26px;
	letter-spacing:0.05em;
}

.sec2Copy strong span{
    font-size: 42px;
    position: relative;
    top: 6px;
    margin: 0 0.5em;
}



/* section 3 */
.sec3{
	background:#f2f2f2 url("../../img/fp/bg/sec3_bg.png") no-repeat top center;
	background-size:contain;
	padding:4.5em 0 3em 0;
}

.sec3Box{
	background:#fff;
	padding:3em 0;
}

.sec3Title{
	text-align:center;
}

.sec3Title h3{
	font-size:22px;
	letter-spacing:0.1em;
}

.sec3Table{
	width:1000px;
	margin:0 auto;
}

th.w10{
	width:10%;
}
th.w12{
	width:12%;
}
th.w14{
	width:14%;
}
th.w15{
	width:15%;
}
th.w17{
	width:17%;
}
th.w18{
	width:18%;
}
th.w19{
	width:19%;
}
th.w23{
	width:23%;
}
th.w27{
	width:27%;
}
th.w29{
	width:29%;
}

.sec3TableCaption{
	width:1000px;
	margin:0 auto;
}

.sec3TableCaption p{
	font-size:13px;
	letter-spacing:0.04em;
	text-align:right;
	margin:1em 0;
}

.sec3Table table th,
.sec3Table table td{
	border:1px solid #000;
	padding:0.5em;
}

.sec3Table table th{
	color:#fff;
	font-size:14px;
	letter-spacing:0.02em;
	background:#3E8A28;
	text-align:center;
	vertical-align:middle;
}

.sec3Table table td.title{
	text-align:center;
	vertical-align:middle;
	background:#f2f2f2;
}

.sec3Table table td.vm{
	vertical-align:middle;
}

.sec3Table table td.alc{
	text-align:center;
}

.sec3Table table td p{
	font-size:14px;
	letter-spacing:0.02em;
}

.sec3Table table td strong{
	color:#3E8A28;
	font-size:14px;
	letter-spacing:0.02em;
}

.sec3TableAttention{
	margin:1.5em 0 0 0;
	text-align:center;
}

.sec3TableAttention p{
	font-size:14px;
	letter-spacing:0.02em;
}



/* section 4 */
.sec4{
	background:#f2f2f2;
	padding:0 0 5em 0;
	margin:0 0 3em 0;
}

.sec4Box{
	background:#fff;
	padding:2.5em 0 3.5em 0;
}

.sec4Title{
	text-align:center;
	margin:0 0 3em 0;
}

.sec4Title h3{
	display:inline-block;
	font-size:22px;
	letter-spacing:0.1em;
	position:relative;
	padding:0 3.5em;
}

.s4tl{
    position: absolute;
    left: 0;
    top: -16px;
}

.s4tl:before{
    content: "";
    width: 1px;
    height: 60px;
    background: #3E8A28;
    display: block;
    -webkit-transform: rotate(56deg);
            transform: rotate(56deg);
}

.s4tl:after{
    content: "";
    width: 1px;
    height: 60px;
    background: #3E8A28;
    display: block;
    -webkit-transform: rotate(56deg);
            transform: rotate(56deg);
    position: absolute;
    top: 0;
    left: -10px;
}

.s4tr{
    position: absolute;
    right: 0;
    top: -16px;
}

.s4tr:before{
    content: "";
    width: 1px;
    height: 60px;
    background: #3E8A28;
    display: block;
    -webkit-transform: rotate(56deg);
            transform: rotate(56deg);
}

.s4tr:after{
    content: "";
    width: 1px;
    height: 60px;
    background: #3E8A28;
    display: block;
    -webkit-transform: rotate(56deg);
            transform: rotate(56deg);
    position: absolute;
    top: 0;
    left: -10px;
}

.sec4List{
	width:1000px;
	margin:0 auto;
}

.sec4List dl{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	    -ms-flex-direction:row;
	        flex-direction:row;
	-webkit-box-align:stretch;
	    -ms-flex-align:stretch;
	        align-items:stretch;
}

.sec4List dt{
	border:1px solid #3E8A28;
	background:#3E8A28;
	text-align:center;
	width:15%;
	box-sizing:border-box;
	
	padding:1em;

	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-direction:row;
	        flex-direction:row;
	-webkit-box-align:center;
	-ms-flex-align:center;
	        align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	        justify-content:center;
}

.sec4List dd{
	border:2px solid #3E8A28;
	width:85%;
	box-sizing:border-box;
	
	padding:1.5em;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.sec4List dd strong{
	display:block;
	width:100%;
	color:#3e8a28;
	font-size:23px;
	letter-spacing:0.05em;
}

.sec4List dd p{
	font-size:15px;
	margin:0.5em 0 0 0;
}

.steps{
	text-align:center;
	margin:0.5em 0;
}

.stepCursor{
    position: relative;
    display: inline-block;
    width: 1px;
    height: 56px;
    background: #3E8A28;
}

.stepCursor:before{
    content: "";
    height: 1px;
    width: 25px;
    background: #3E8A28;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -12px;
}

.stepCursor:after{
	content: "";
    width: 1px;
    height: 30px;
    display: block;
    position: absolute;
    bottom: 0;
    right: -6px;
    background: #3e8a28;
    -webkit-transform: rotate(23deg);
            transform: rotate(23deg);
}



/*---------------------------------------------------------
 All SP & Tablet 
 ---------------------------------------------------------*/
@media screen and (max-width:1150px) {

	/* sec3 */
	.sec3Box{
		margin:0 3em;
	}



}



/*---------------------------------------------------------
 All SP 
---------------------------------------------------------*/
@media screen and (max-width: 639px) {

	/* sec1 */
	.sec1Desc p{
		text-align:left;
		width:90%;
		margin:2em auto 0 auto;
	}

	.sec1Desc p br{
		display:none;
	}

	.sec1FpBoxDesc{
		width:auto;
		padding:1em;
		position:relative;
		left:auto;
		height:auto;
	}

	.sec1FpBox.left .sec1FpBoxDesc{
		width:auto;
		height:auto;
	}

	.sec1FpBoxDesc p{
		color:#000;
		font-size:100%;
		width:90%;
		margin:0 auto;
	}

	.sec1FpBoxDesc p span{
		color:#fff;
	}

	.sec1FpBoxDesc p br{
		display:none;
	}



	/* sec2 */
	.sec2Desc p{
		width:90%;
		margin:0 auto;
		text-align:left;
	}

	.sec2Desc p br{
		display:none;
	}

	.sec2BoxList ul li{
		width:50%;
		padding:0 1em;
	}

	.sec2BoxList dd strong{
		font-size:120%;
	}

	.sec2Copy{
		margin:0 0 2em 0;
	}

	.sec2Copy p{
		font-size:80%;
		width:95%;
		margin: 0 auto 1em;
	}

	.sec2Copy strong{
		font-size:110%;
	}

	.sec2Copy strong span{
		font-size:128%;
		top:2px;
	}



	/* sec3 */
	.sec{
		padding:3em 0;
	}

	.sec3Box{
		margin:0 2em;
		padding:1em;
	}

	.sec3TableCaption{
		width:auto;
		margin:1em 0 0 0;
	}

	.sec3Table{
		width:auto;

		overflow-x:scroll;
		border:1px solid #ccc;
	}

	.sec3Table table{
		min-width:1000px;
	}

	.sec3TableWrap{
		position:relative;
	}

	.sec3TableWrap:after{
	    content: "\f07e";
	    font-family: fontAwesome;
	    position: absolute;
	    top: -24px;
	    left: 0;
	    margin: auto;
	    text-align: center;
	    font-size: 184%;
	}

	.sec3TableWrap:before{
	    content: "scroll";
	    position: absolute;
	    top: -24px;
	    left: -4px;
	    font-size: 90%;
	}



	/* sec4 */
	.sec4Box{
		padding:3em 1em;
	}

	.sec4List{
		width:auto;
	}

	.sec4List ul li{
		width:90%;
		margin:0 auto;
	}

	.sec4List dt{
		width:100%;
	}

	.sec4List dd{
		width:100%;
	}



}

/*---------------------------------------------------------
 Portrait 
---------------------------------------------------------*/
@media screen and (max-width:479px) {

	/* sec1 */
	.sec1{
		padding:2em 0;
	}

	.sec1Desc{
		padding:0 1em;
	}

	.sec1Desc strong{
		font-size:144%;
	}

	.sec1Desc p{
		text-align:left;
	}

	.sec1Desc p br{
		display:none;
	}

	.sec1FpBoxDesc p span{
		display:inline;
	}



	/* sec2 */
	.sec2Desc strong{
		font-size:110%;
	}

	.sec2BoxList ul li{
		width:100%;
	}

	.sec2Copy{
		margin:0;
	}

	.sec2Copy p{
		text-align:left;
		width:90%;
	}

	.sec2Copy p br{
		display:none;
	}

	.sec2Copy strong{
		display:block;
		font-size:90%;
		margin:1em 0;
	}

	.sec2Copy strong span{
		top:0;
		font-size:112%;
	}

	.sec2BoxList dd{
		min-height:1px;
	}

	.sec2BoxList dd strong{
		font-size:100%;
	}



	/* sec3 */
	.sec3Box{
		margin:0 1em;
		padding:0.5em;
	}

	.sec3Title h3{
		font-size:90%;
	}

	.sec3TableAttention p{
		text-align:left;
	}



	/* sec4 */
	.sec4Title h3{
		font-size:100%;
		padding:0 10%;
	}



}



