@charset "utf-8";

.bread_list{
	font-size: 0.9em;
	margin-top: 10px;
}
.bread_list a{
	color: hsla(208,76%,29%,0.70);
	text-decoration: none;
	font-weight: bold;
}
.ttl_intro{
	color: #0C3558;
}
/*------------------------------------------------
▼position_menu▼
------------------------------------------------*/
.position_menu{
	background-color: #EEEEEE;
}
.position_menu ul{
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.position_menu li{
	width : 50% ;
	border-left: 1px solid #0C3558;
	box-sizing: border-box;
	position: relative;
}
.position_menu li:first-child{
	border-left: 0px solid #0C3558;
}
.position_menu li a{
	width: 100%;
	padding: 20px;
	text-align: center;
	font-weight: bold;
	color: #0C3558;
	text-decoration: none;
	box-sizing: border-box;
}
.position_menu li a:hover{
	background-color: #0C3558;
	color: #FFFFFF;
}

@media screen and (max-width: 750px) {
	.position_menu li a{
		padding: 10px 0;
		font-size: 0.8em;
	}
}



.anker_btn{
	position: relative;
}

.anker_btn::after{
	content: '';
	width: 10px;
	height: 10px;
	border: 2px solid;
	border-color:  transparent transparent #0C3558 #0C3558;
	transform: rotate(-45deg);
}

a:hover.anker_btn::after{
	border-color:  transparent transparent #FFFFFF #FFFFFF;
}




/*------------------------------------------------
▼position_con▼
------------------------------------------------*/
.position_con{
	padding: 30px 0;
}
.position_ttl{
	width: 180px;
	max-width: 90%;
	color: #0C3558;
	padding: 10px 20px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.position_ttl::after,
.position_ttl::before{
	content: '';
	width: 20px;
	height: 100%;
	border: 1px solid #0C3558;
	position: absolute;
	top: 0px;
}
.position_ttl::before{
	left:0px;
	border-right: 0px!important;
	
}
.position_ttl::after{
	right:0px;
	border-left: 0px!important;
}


/*------------------------------------------------
▼intro_num▼
------------------------------------------------*/
.intro_box{
	box-sizing: border-box;
	margin-bottom: 40px;
}
.intro_box:nth-child(odd){
	padding: 0 20px 0 0;
}
.intro_box:nth-child(even){
	padding: 0 0 0 20px;
}
@media screen and (max-width: 750px) {
	.intro_box{
		padding: 0 10px 0!important;
	}
}


.intro_num{
	width: 80px;
	height: 80px;
	box-sizing: border-box;
	border-radius: 50%;
	border: 3px solid #DE050E;
	background-color: #0C3558;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
	font-size: 1.8em;
	line-height: 0.9em;
	font-weight: bold;
}
.intro_num span{
	font-size: 12px;
}

.intro_name{
	width: 100%;
	padding: 0 10px;
	color: #0C3558;
	box-sizing: border-box;
	line-height: 1em;
}

.intro_name span.new_member{
	color: #DE050E;
	font-size: 0.7em;
	font-weight: bold;
	margin-left: 16px;
}

.intro_name_jp{
	border-bottom: 1px solid #DE050E;
	box-sizing: border-box;
	font-size: 1.6em;
	font-weight: bold;
}


.intro_img{
	width: 210px;
}

.intro_img img{
	width: 100%;
	height: auto;
}
@media screen and (max-width: 750px) {
	.intro_img{
		width: 100%;
		padding: 0 10px 0!important;
	}

	.intro_img img{
		width: 100%;
		height: auto;
	}
}


.intro_tex{
	width: 100%;
	padding-left: 20px;
	box-sizing: border-box;
}
@media screen and (max-width: 750px) {
	.intro_tex{
		padding: 0 10px 0!important;
	}
}

.intro_tex p.comment{
	color: #0C3558;
	font-weight: bold;
	font-size: 1.2em;
}

.intro_profile{
	background-color: #EEEEEE;
	padding: 10px;
}

.intro_profile h3{
	color: #0C3558;
	font-weight: bold;
	font-size: 0.8em;
	margin-bottom: 10px;
}

.intro_profile h3::before{
	content: '';
	width: 5px;
	height: 16px;
	float: left;
	background-color: #0C3558;
	margin-right: 5px;
}

.intro_profile_detail dt{
	font-size: 0.8em;
}

.intro_profile_detail dd{
	margin-bottom: 10px;
}








