@charset "utf-8";
.bg_gray{
	background: #e8e8e8;
	padding: 20px;
}
.list-int_ttl {
	font-weight: bold;
    font-size: 1.3em;
    padding: 0.3em 0;
}
ul.list-int li{
	padding-left:1em;
	text-indent:-1em;
	line-height: 1.6;
	margin: 5px 0;
}
.con_imgbox{
	display: flex;
	justify-content: space-between;
}
.con_txt{
	width: 70%;
}
.con_image{
	width: 25%;
}
.con_image img{
	width: 100%;
}
.con_image figcaption{
	margin-top: 10px;
	text-align: center;
	line-height: 1.6;
}
.mod_section p{
	line-height: 1.6;
}
.imageScroll img{
	width: 100%;
}



@media screen and (max-width: 641px) {
	.imageScroll > div{
		padding-bottom: 5px;
	}
	.imageScroll img{
		width: 700px !important;
	}
	.con_imgbox{
		display: block;
	}
	.con_txt{
		width: 100%;
	}
	.con_image{
		width: 70%;
		margin: 20px auto 0;
	}
}

.procedure_btn {
    margin-top: 40px;
    text-align: center;
}
.procedure_btn .procedure_btn_link {
	width: 400px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    transition: all .4s ease;
    font-size: 15px;
    letter-spacing: 1px;
    background: #06c755;
    color: #fff;
    padding: 20px 12px 17px;
}
.procedure_btn .procedure_btn_link.-off {
    background: #888;
}
.procedure_btn p {
	margin-top: 10px;
}
@media screen and (max-width: 641px) {
	.procedure_btn .procedure_btn_link {
		width: 90%;
	}
}
.procedure_btn .-on:hover {
    opacity: 0.7;
}
.procedure_btn .procedure_btn_link span {
	position: relative;
    font-size: 18px;
    font-weight: bold;
}
.procedure_btn .procedure_btn_link::after {
    content: "\f0da";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    height: 1em;
    font-size: 20px;
    font-family: FontAwesome;
    line-height: 1;
    transition: all .4s ease;
}