@charset "utf-8";
/*===========================
add
===========================*/


.dl_type1{
    width: 100%;
}
.dl_type1 dt{
    width: 8em;
    vertical-align: top;
    display: inline-block;
        font-weight: 600;    
}
.dl_type1 dd{
    position: relative;
    width: calc(100% - 9em);
    vertical-align: top;
    display: inline-block;
}
.dl_type1 dd:before{
    content: '：';
    top: 0;
    left: -1em;
    position: absolute;
}

.dl_type2{
    width: 100%;
}
.dl_type2 dt{
    width: 16em;
    vertical-align: top;
    display: inline-block;
    font-weight: 600;
}
.dl_type2 dd{
    position: relative;
    width: calc(100% - 17em);
    vertical-align: top;
    display: inline-block;
}
.dl_type2 dd:before{
    content: '：';
    top: 0;
    left: -1em;
    position: absolute;
}

.dl_type3{
    width: 100%;
}
.dl_type3 dt{
    width: 15em;
    vertical-align: top;
    display: inline-block;
    font-weight: 600;
}
.dl_type3 dd{
    position: relative;
    width: calc(100% - 16em);
    vertical-align: top;
    display: inline-block;
}
.dl_type3 dd:before{
    content: '：';
    top: 0;
    left: -1em;
    position: absolute;
}




@media screen and (max-width: 768px) {
    .dl_type2 dt{
        width: 100%;
        font-weight: 600;
    }
    .dl_type2 dd{
        width: 100%;        
    }	
    .dl_type2 dd:before{
        content: none;

    }
    .dl_type3 dt{
        width: 100%;
        font-weight: 600;
    }
    .dl_type3 dd{
        width: 100%;        
    }	
    .dl_type3 dd:before{
        content: none;

    }

}





/*===========================
box02
===========================*/
@media screen and (min-width: 601px) {
	.box02 .in01{
		display: flex;
		padding-bottom: 20px;
		margin: 0 auto 10px;
		width: 86%;
	}
}
@media screen and (max-width: 768px) {
	.box02 .in01{
		width: 100%;
		padding-bottom: 15px;
		margin: 0 auto 15px;
	}
}

.box02 .in01:last-child{
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.box02 .st{
	background-color: #008828;
	margin-right: 3%;
	width: 25%;
	text-align: center;
	border-radius: 10px;
	position: relative;
	box-shadow: 5px 5px 0 0px #def8ed;
}
@media screen and (max-width: 600px) {
	.box02 .st{
		width: 100%;
		padding: 8px 0;
		margin-bottom: 15px;
		box-shadow: 3px 3px 0 0px #def8ed;
	}
}

@media screen and (min-width: 601px) {
	.box02 .st .st-box{
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		transform: translateY(-50%);
	}
}

.box02 .st .st-box p{
	font-size: 1.1em;
    line-height: 1.5;
	color: #fff;
	padding: 0 !important;
}
@media screen and (max-width: 768px) {
	.box02 .st .st-box p{
		font-size: 1.1em;
	}
}


.box02 .de01{
	width: 86%;
	padding: 20px;
	background-color: #fff;
	border: 1px solid #e2e2e2;
	font-size: 1.1em;
	line-height: 150%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 5px 5px 0 0px #def8ed;
}
@media screen and (max-width: 600px) {
	.box02 .de01{
		font-size: 1.1em;
		width: 100%;
		box-sizing: border-box;
		box-shadow: 3px 3px 0 0px #def8ed;
	}
}


.box02 .contactBtnWrap{
	text-align: left;
}

.box02 .contactBtnWrap .contactBtn{
	margin-bottom: 0;
}


