@charset "utf-8";
/* CSS Document */
#info-page{
	margin-top:6.92%;
	margin-bottom: 6.92%;
}
#info-p_gaikan {
    background-image: url(../images/info_gaikan.png);
    background-repeat: no-repeat;
    background-position: center top 17.69%;
    background-size: 68.46%;
    height: 344px;
	position: relative;
}

#info-p_bg-pink{
    background-color: #f9d7e366;
    padding-top: 22.3%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 6.15%;
    margin-top: -16.92%;
	margin-bottom: 7.69%;
}
#info-p_bg-pink #name-box{
	margin-right: auto;
	margin-left: auto;
	width: 384px;
	margin-bottom: 32px;
}
#info-p_bg-pink #name-box ._name{
	font-size: 34px;
    line-height: 1em;
    font-weight: 500;
	letter-spacing: .8px;
	
}
#name-box ._name span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
}
#name-box ._ad {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-top: 14px;
	line-height: 1.5em;
}
#info-p_bg-pink ._contact{
	margin-right: auto;
	margin-left: auto;
	width: 384px;
    text-align: center;
    line-height: 1em;
	display: flex;
}
#info-p_bg-pink ._contact p{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
    padding: 8px 20px;
    background-color: #319b91;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
	height: 48px;
}
#info-p_bg-pink ._contact a{
	display: block;
    background-color: #FFFFFF;
    color: #319b91;
    font-size: 36px;
    font-weight: 500;
    pointer-events: none;
	border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
	 padding: 8px 28px;
	line-height: 48px;
	height: 48px;
}
#info-p_bg-pink ._contact img{
	width: 20px;
	vertical-align: baseline;
    margin-right: 8px;
}

#info-page .font_p-bg_y {
	margin-bottom: 28px;
}
#info-page h3 {
	background-color: #f26d9a66;
	display: inline-block;
	font-size: 17px;
    line-height: 1em;
    font-weight: 400;
    padding: 8px 16px;
	margin-bottom: 12px;
}
#info-page ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
} 
#info-page ul li {
	width: 48.46%;
	margin-bottom: 3.07%;
}
#info-page ul li p{
	padding-left: 40px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8em;
}
