@charset "utf-8";
/* CSS Document */
#mainvisual {
    background-image: url(../images/top_mainvisual.png);
    padding-top: 30.77%;
    padding-right: 16.15%;
    padding-left: 5.38%;
    padding-bottom: 6.15%;
    padding-left: 5.38%;
    background-position: right top;
    background-size: cover;
    background-repeat: no-repeat;
/*
	display: flex;
	align-items: center;
*/
}
#mainvisual p{
    font-size: 28px;
    font-weight: 600;
    line-height: 1.8em;
    margin-right: auto;
    color: #FFFFFF;
    background-color: #f789a999;
    padding: 6px 12px;
    border-radius: 8px;
    display: inline-block;
}
#top-page h1 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.6em;
	text-align: center;
	padding: 6.15%;
	padding-bottom: 0;
	margin-bottom: 8.46%;
	    max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
#top_h1_under {
    display: flex;
    justify-content: space-between;
	    max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	
}
#top_h1_under_txt {
    width: 46.93%;
	background-color: #fcf4e8;
	padding:4.61% 5.38%;
}
#top_h1_under_txt p {
    font-size: 18px;
    line-height: 2em;
    font-weight: 400;
}
#top_h1_under_txt .btn_pink{
	margin-top: 8.46%;
	margin-left: auto;
}

#top_h1_under_pic {
	background-image: url("../images/top_gaikan.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 53.07%;
}
#top_h1_under_pic img {
    width: 100%;
}
.top_annai {
	margin-top: 6.92%;
	margin-bottom: 6.92%;
}
.top_annai:last-child{
	margin-bottom: 0;
}
.top_annai h2 {
    color: #FFFFFF;
	padding: 8px 8px;
	background-color: #f789a9;
	font-size: 20px;
	font-weight: 500;
	line-height: 1em;
	letter-spacing: 1.6px;
}
.top_annai h2 span{
    display: block;
    border: 1px dashed #FFFFFF;
    padding-top: 16px;
    padding-right: 14px;
    padding-left: 16px;
    padding-bottom: 16px;
}
.top_annai h2 span img {
    width: 32px;
    vertical-align: text-top;
    margin-right: 8px;
}

.top_annai_flex {
    display: flex;
	justify-content: space-between;
	background-color: #fcf4e8;
	padding: 3.07%;
}
.top_annai_flex.reverce{
	flex-direction: row-reverse;
}
.top_annai_flex_txt {
    width: 47.69%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	
}
.top_annai_flex_txt p{
    font-size: 16px;
    font-weight: 400;
    line-height: 2em;
}
.top_annai_flex_txt .btn_gray{
	margin-left: auto;
	
}
.top_annai_flex_pic {
    width: 46.15%;
}
.top_annai_flex_pic img {
    width: 100%;
}
#top_news{
	margin-top: 7.69%;
	background-color: #319b91;
	padding: 7.69% 5.38%;
}
#top_news h2 {
    color: #FFFFFF;
	font-size: 21px;
	line-height: 1em;
	font-weight: 500;
	letter-spacing: 1.4px;
	text-align: center;
	margin-bottom: 7.69%;
}
#top_news ul {
    background-color: #FFFFFF;
	padding: 5.38%;
	padding-top: 4.61%;
	border-radius: 14px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1200px;
}
#top_news ul li {
    display: flex;
	align-items: center;
	border-bottom: 1px dashed #b2b2b2;
	padding-right: 4.61%;
	padding-left: 4.61%;
	
}
#top_news ul li:last-child{
	border-bottom: 0;
}
.news_date {
	font-size: 14px;
	line-height: 1em;
	font-weight: 400;
	color: #319b91;
	width: 17.69%;
}
#top_news ul li a {
	background-image: url("../images/green-arrow-circle.svg");
	background-repeat: no-repeat;
	background-size: 26px;
	background-position: right center;
/* 	width: 82.31%; */
	padding-top: 24px;
	padding-bottom: 24px;
	display:block;
}
#top_news h3 {
	font-size: 15px;
	line-height: 1.4em;
	font-weight: 400;
/* 	padding-right: 48px; */
	width:100%;
}
