/* common */
body{background: #fff;}
.wrapper_wrapper_{background: #fff;}
div.wrapper_{background: #fff;}

.komyu_profile{font-size:15px;line-height:1.8;color:#333333;}
.komyu_profile .ct{margin:0 auto;text-align:center;}
.komyu_profile .contents{margin:0 auto;width:660px;}
.komyu_profile div{box-sizing:border-box;}

.mt10{margin-top:10px !important;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}
.mt60{margin-top:60px !important;}
.mt65{margin-top:65px !important;}
.mt70{margin-top:70px !important;}
.mt80{margin-top:80px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}
.mb60{margin-bottom:60px !important;}
.mb65{margin-bottom:65px !important;}
.mb70{margin-bottom:70px !important;}
.mb80{margin-bottom:80px !important;}

.komyu_profile h1 {
    margin: 0 auto 40px;
    width: 1240px;
}
.komyu_profile p.lead{
	text-align: center;
	font-size: 16px;
	line-height: 1.8;
}
.komyu_profile #section01{
	width: 1120px;
	margin: 50px auto 0;
	padding: 40px 0 50px;
	border: 1px solid #BFECF8;
	background: #fff;
}
.komyu_profile #section01 div.wrap{
	width: 1000px;
	margin: 0 auto;
	display: flex;
    justify-content: left;
}
.komyu_profile #section01 div.wrap div.img{
	width: 340px;
	margin-right: 45px;
}
.komyu_profile #section01 div.wrap div.profile dl{
	display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 14px;
}
.komyu_profile #section01 div.wrap div.profile dl.d05{
	margin-bottom: 0;
}
.komyu_profile #section01 div.wrap div.profile dl dt{
	width: 165px;
	background: #20C3F0;
	color: #fff;
	text-align: center;
	border-radius: 20px;
	padding: 4px 0;
}
.komyu_profile #section01 div.wrap div.profile dl dd{
	margin-left: 20px;
}
.komyu_profile #section02{
	margin: 80px auto 0;
}
.komyu_profile #section02 h2.title{
	margin: 0 auto 35px;
	width: 1240px;
	position: relative;
	background: #F7F8FA;
	line-height: 2;
	padding: 18px 15px 15px 40px;
	font-size: 20px;
	font-weight: bold;
}
.komyu_profile #section02 h2.title::before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 70px;
	height: 4px;
	background: #22C2F0;
}
.komyu_profile #section02 h2.title::after{
	position: absolute;
	content: " ";
	top: 0;
	left: 70px;
	width: 23px;
	height: 4px;
	background: #FECE00;
}
.komyu_profile #section02 div.wrap{
	width: 820px;
	margin: 0 auto;
	display: flex;
    justify-content: space-between;
}
.komyu_profile #section02 div.wrap div.btn{
	width: 400px;
}
.komyu_profile #section02 div.wrap div.btn a.button{
    display: inline-block;
    text-align: center;
    outline: none;
	border: 1px solid #4A545E;
	background: #fff;
	border-radius: 20px;
	width: 400px;
	padding: 6px 0;
	position: relative;
}
.komyu_profile #section02 div.wrap div.btn a.button:hover{
	text-decoration: none;
}
.komyu_profile #section02 div.wrap div.btn a.button span {
	position: absolute;
	top: 11px;
    width: 17px;
	height: 17px;
}
.komyu_profile #section02 div.wrap div.btn.b01 a.button span {
	left: 72px;
}
.komyu_profile #section02 div.wrap div.btn.b02 a.button span {
	left: 85px;
}

@media print, screen and (max-width: 767px) {
	.komyu_profile h1 {
	    width: 100%;
	}
	.komyu_profile h1 img{
	    width: 100%;
	    height: auto;
	}
	.komyu_profile p.lead{
		text-align: left;
		font-size: 14px;
	}
	.komyu_profile #section01{
		width: 100%;
		margin: 40px auto 0;
		padding: 20px 20px 25px;
	}
	.komyu_profile #section01 div.wrap{
		width: 100%;
		display: block;
	}
	.komyu_profile #section01 div.wrap div.img{
		width: 100%;
		margin-right: 0;
	}
	.komyu_profile #section01 div.wrap div.profile{
		margin-top: 20px;
	}
	.komyu_profile #section01 div.wrap div.profile dl{
		display: flex;
	    justify-content: left;
	    align-items: center;
	    margin-bottom: 6px;
	}
	.komyu_profile #section01 div.wrap div.profile dl.d03{
		align-items: flex-start;
	}
	.komyu_profile #section01 div.wrap div.profile dl dt{
		width: 140px;
		font-size: 14px;
	}
	.komyu_profile #section01 div.wrap div.profile dl dd{
		margin-left: 10px;
		font-size: 14px;
		width: 60%;
		line-height: 1.6;
	}
	.komyu_profile #section02{
		margin: 50px auto 0;
	}
	.komyu_profile #section02 h2.title{
		margin: 0 auto 30px;
		width: 100%;
		line-height: 1.5;
		padding: 18px 15px 15px 20px;
		font-size: 20px;
		font-weight: bold;
	}
	.komyu_profile #section02 div.wrap{
		width: 100%;
		display: block;
	}
	.komyu_profile #section02 div.wrap div.btn{
		width: 100%;
	}
	.komyu_profile #section02 div.wrap div.btn.b01{
		margin-bottom: 20px;
	}
	.komyu_profile #section02 div.wrap div.btn a.button{
	    display: inline-block;
	    text-align: center;
	    outline: none;
		border: 1px solid #4A545E;
		background: #fff;
		border-radius: 25px;
		width: 100%;
		padding: 10px 0;
		position: relative;
	}
	.komyu_profile #section02 div.wrap div.btn a.button span {
		top: 7px;
	}
	.komyu_profile #section02 div.wrap div.btn.b01 a.button span {
		left: 55px;
	}
	.komyu_profile #section02 div.wrap div.btn.b02 a.button span {
		left: 55px;
	}
}