@charset "UTF-8";
/* profile */
.profile_top{
	width: 80%;
	text-align: center;
	margin: 20px auto;
	font-size: 18px;
}
.profile_top img{
	width: 90%;
	margin: 0 auto 30px auto;
}


.profile_main{
	width: 90%;
	margin: 20px auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
	align-items: stretch;
}


.profile_main_item{
	width: 48%;
	display: flex;
	flex-direction: column;
	text-align: center;
	padding-bottom: 30px;
}
.profile_main_item img{
    width: 100%;
}
.profile_main_st{
    width: 70%;
    text-align: left;
    padding: 0 0 0 50px;
    background-image: url("../images/outline/icon.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    font-size: 20px;
    margin-bottom: 10px;
}
.profile_main_item p{
	margin: 10px auto;
	padding: 0 5%;
	text-align: left;
}
.profile_main_photo{
    width: 100%;
    margin: 50px auto;
    text-align: center;
    font-size: 13px;
    line-height: 1.8em;
    color: #666;
}
.profile_main_photo img{
    width: 100%;
    border-radius: 12px;
}
.profile_main dl{
    margin: 0 ;
    width: 100%;
    padding: 5px 0;
    border-top: 1px solid #125ABE;
    display: flex;
    flex-direction: row;
    
}
.profile_main dl:last-child{
    border-bottom:  1px solid #125ABE;
}
.profile_main dt{
    width: 30%;
    background-color: #D7F4FF;
    text-align: center;
    font-size: 15px;
    color: #0044A2;
    padding: 5px 0;
    vertical-align: middle;
}
.profile_main dd{
    text-align: left;
    color: #666;
    font-size: 15px;
    padding: 8px 0 5px;
    line-height: 1.4em;
}
.profile_main_map{
    margin-top: 50px;
    height: 100%;
    border:1px solid #ccc;
}
/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
/* profile */
.profile_top{
	width: 90%;
	text-align: center;
	margin: 20px auto;
	font-size: 18px;
}
.profile_top img{
	width: 90%;
	margin: 0 auto 30px auto;
}


.profile_main{
	width: 90%;
	margin: 20px auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	align-items: stretch;
}


.profile_main_item{
	width: 80%;
	display: flex;
	flex-direction: column;
	text-align: center;
	padding-bottom: 20px;
    margin: 0 auto;
}
.profile_main_item img{
    width: 100%;
}
.profile_main_st{
    width: 70%;
    text-align: left;
    padding: 0 0 0 50px;
    background-image: url("../images/outline/icon.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    font-size: 20px;
    margin-bottom: 10px;
}
.profile_main_item p{
	margin: 10px auto;
	padding: 0 5%;
	text-align: left;
}
.profile_main_photo{
    width: 100%;
    margin: 50px auto;
    text-align: center;
    font-size: 13px;
    line-height: 1.8em;
    color: #666;
}
.profile_main_photo img{
    width: 100%;
    border-radius: 12px;
}
.profile_main dl{
    margin: 0 ;
    width: 100%;
    padding: 5px 0;
    border-top: 1px solid #125ABE;
    display: flex;
    flex-direction: row;
    
}
.profile_main dl:last-child{
    border-bottom:  1px solid #125ABE;
}
.profile_main dt{
    width: 30%;
    background-color: #D7F4FF;
    text-align: center;
    font-size: 15px;
    color: #0044A2;
    padding: 5px 0;
    vertical-align: middle;
}
.profile_main dd{
    text-align: left;
    color: #666;
    font-size: 15px;
    padding: 8px 0 5px;
    line-height: 1.4em;
}
.profile_main_map{
    margin-top: 50px;
    height: 100%;
    border:1px solid #ccc;
}

}
/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
/* profile */
.profile_top{
	width: 80%;
	text-align: center;
	margin: 0 auto;
	font-size: 14px;
}
.profile_top img{
	width: 100%;
	margin: 0 auto 30px auto;
}


.profile_main{
	width: 100%;
	margin: 10px auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	align-items: stretch;
}


.profile_main_item{
	width: 90%;
	display: flex;
	flex-direction: column;
	text-align: center;
	padding-bottom: 20px;
    margin: 0 auto;
}
.profile_main_item img{
    width: 100%;
}
.profile_main_st{
    width: 70%;
    text-align: left;
    padding: 0 0 0 50px;
    background-image: url("../images/outline/icon.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    font-size: 18px;
    margin-bottom: 10px;
}
.profile_main_item p{
	margin: 10px auto;
	padding: 0;
	text-align: left;
}
.profile_main_photo{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 13px;
    line-height: 1.8em;
    color: #666;
}
.profile_main_photo img{
    width: 100%;
    border-radius: 12px;
}
.profile_main dl{
    margin: 0 ;
    width: 100%;
    padding: 5px 0;
    border-top:none;
    display: flex;
    flex-direction:column;
    
}
.profile_main dl:last-child{
    border-bottom:none;
}
.profile_main dt{
    width: 100%;
    background-color: #D7F4FF;
    text-align: center;
    font-size: 14px;
    color: #0044A2;
    padding: 5px 0;
    vertical-align: middle;
}
.profile_main dd{
    text-align: left;
    color: #666;
    font-size: 14px;
    padding: 10px 0;
    line-height: 1.4em;
}
.profile_main_map{
    margin-top: 30px;
    height: 100%;
    border:1px solid #ccc;
}

}
