@charset "utf-8";
.menu05 a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 10px;
	background: #004097;
	transform: scale(1, 1);
	transform-origin: left top;
	transition: transform .3s;
}
.menu05 a:hover::after {
	transform: scale(1, 1);
}

.prof_box01{
	width: 655px;
	margin: 0 auto 150px;
}

.prof_line{
	width: 655px;
	display: inline-block;
}

.prof_l{
	width: 410px;
	padding: 50px 0 0;
	float: left;
}

.prof_rubi{
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #004097;
	line-height: 1;
}
.prof_name{
	width: 100%;
	text-align: center;
	font-size: 25px;
	font-weight: 500;
	color: #004097;
	letter-spacing: 0.1em;
	margin: 0 0 20px;
}

.prof_ku{
	width: 100%;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.1em;
	margin: 0 0 30px;
}

.prof_table{
	width: 410px;
	margin: 0 0 7px;
}

.prof_td01{
	width: 150px;
	padding: 10px 0;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #004097;
	border-bottom: solid 1px #d8e1ef;
	background-color: #d8e1ef;
}
.prof_td02{
	width: 250px;
	padding: 10px 0 10px 10px;
	font-size: 16px;
	color: #004097;
	border-bottom: solid 1px #d8e1ef;
}

.prof_r{
	width: 200px;
	height: 620px;
	float: right;
}
.prof_r img{
	width: 200px;
	height: 620px;
}

.prof_box02{
	width: 600px;
	margin: 0 auto 150px;
}


.prof_title{
	width: 600px;
	background-color: #d8e1ef;
	color: #004097;
	text-align: center;
	margin: 0 0 40px;
	padding: 10px 0;
	font-size: 27px;
	font-weight: 700;
}

.profile {
    width: 100%;
    position: relative;
}

.profile ul{
    list-style: none;
    padding-left: 0;
    margin: 0 0 30px;
}

.profile li{
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
    font-size: 16px;
}

.profile li::before {
    content: '・';
    color: #000;
    position: absolute;
    left: 0;
    font-size: 16px;
}
.profile li:last-child::before {
    display: none;
}

.profile_txt{
	width: calc( 100% - 20px);
	padding: 0 0 0 20px;
	font-size: 16px;
	font-weight: 700;
}

/* レスポンシブデザイン */
@media (max-width: 768px) {
.prof_box01{
	width: 90%;
	margin: 0 auto 150px;
}

.prof_line{
	width: 100%;
	display: inline-block;
}

.prof_l{
	width: 100%;
	padding: 0;
	margin: 0 0 40px;
	float: none;
}

.prof_rubi{
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #004097;
	line-height: 1;
}
.prof_name{
	width: 100%;
	text-align: center;
	font-size: 25px;
	font-weight: 500;
	color: #004097;
	letter-spacing: 0.1em;
	margin: 0 0 20px;
}

.prof_ku{
	width: 100%;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.1em;
	margin: 0 0 30px;
}

.prof_table{
	width: 100%;
	margin: 0 0 7px;
}

.prof_td01{
	width: 100%;
	padding: 10px 0;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #004097;
	border-bottom: solid 1px #d8e1ef;
	background-color: #d8e1ef;
	display: block;
}
.prof_td02{
	width: calc( 100% - 10px );
	padding: 10px 0 10px 10px;
	font-size: 16px;
	color: #004097;
	border-bottom: solid 1px #d8e1ef;
	display: block;
}

.prof_r{
	width: 200px;
	height: 620px;
	float: none;
	margin: 0 auto;
}
.prof_r img{
	width: 200px;
	height: 620px;
}

.prof_box02{
	width: 90%;
	margin: 0 auto 150px;
}


.prof_title{
	width: 100%;
	background-color: #d8e1ef;
	color: #004097;
	text-align: center;
	margin: 0 0 40px;
	padding: 10px 0;
	font-size: 27px;
	font-weight: 700;
}

.profile {
    width: 100%;
    position: relative;
}

.profile ul{
    list-style: none;
    padding-left: 0;
    margin: 0 0 30px;
}

.profile li{
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
    font-size: 16px;
}

.profile li::before {
    content: '・';
    color: #000;
    position: absolute;
    left: 0;
    font-size: 16px;
}
.profile li:last-child::before {
    display: none;
}

.profile_txt{
	width: calc( 100% - 20px);
	padding: 0 0 0 20px;
	font-size: 24px;
	font-weight: 700;
}

}


@media screen and (min-width: 769px) {
/*　画面サイズが769pxからはここを読み込む　*/

}
