@charset "utf-8";
/*---common---------------------------------------------------------------------*/
.underline {
	font-weight: 600;
	border-bottom: 1px solid #000;
	padding-bottom: 1px;
}
.underline.red {
	color: #e91414;
	border-bottom-color: #e91414;
}
.indent {
	padding-left: 1rem;
	text-indent: -1rem;
}
.only_pc {
	display: inherit;
}
.only_tablet {
	display: none;
}
.under800 {
	display: none;
}
.under600 {
	display: none;
}
.only_sp {
	display: none;
}
@media screen and (min-width: 801px) {
	.over800 {
		display: inherit;
	}
}
@media screen and (min-width: 482px) and (max-width: 800px) {
	.only_pc {
		display: none;
	}
	.only_tablet {
		display: inherit;
	}
	.under800 {
		display: none;
	}
	.only_sp {
		display: none;
	}
}
@media screen and (max-width: 800px) {
	.only_pc {
		display: none;
	}
	.under800 {
		display: inherit;
	}
}
@media screen and (min-width: 601px) {
	.over600 {
		display: inherit;
	}
}
@media screen and (max-width: 600px) {
	.under600 {
		display: inherit;
	}
}
@media screen and (min-width: 482px) {
	.over482 {
		display: inherit;
	}
}
@media screen and (max-width: 481px) {
	.over800 {
		display: none;
	}
	.over600 {
		display: none;
	}
	.only_sp {
		display: inherit;
	}
}
.ao_mailPic {
	text-align: center;
	display: flex;
	margin: 50px auto;
}
.ao_mailH3 {
	/* margin-top: -30px; */
	font-size: 3rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 1.3;
}
@media screen and (max-width: 480px) {
	.ao_mailPic {
		margin: 30px auto;
	}
}


/*---【【【【CTAボタン】】】】----------------------------------------------------------*/

/*-----ボタンの形------------------------------------------------------------------*/
.ao_mail_button {
	position: relative;
	display: grid;
	place-items: center;
	margin: 0 auto 40px;
	max-width: min(calc(var(--sp-1px) * 290),756px);
	aspect-ratio: 756/102;
	text-align: center;
	color: #fff;
	font: 900 min(var(--sp-20px),2.9rem)/1.2 var(--fontFamily-sans);
	border-radius: 100px;
	transition: .2s;
	--backgroud-image: url(../images/common/detailBtn_shiny.svg);
}
.grade2 {
	background: var(--backgroud-image) 50%/calc(100% - 4px) auto no-repeat, linear-gradient(#0a8e00 ,#0ca700);
	box-shadow: 0 1px 5px rgba(0,0,0,.5);
}
.grade1 {
	background: var(--backgroud-image) 50%/calc(100% - 4px) auto no-repeat, linear-gradient(#ec7a00,#ff9a17);
	box-shadow: 0 1px 5px rgba(162,100,0,.5);
}
.only_sp.ao_mail_button {
	display: none;
}
.ao_mail_button::after {
	content: '';
	position: absolute;
	translate: 0 -50%;
	top: 50%;
}
.ao_mail_button::after {
	right: min(var(--sp-23px),42px);
	width: min(var(--sp-7px),11px);
	aspect-ratio: 17/25;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	background-color: #fff;
}
.pamphletBox:hover .ao_mail_button {
	translate: 0 3px;
	box-shadow: none;
}
/*  ボタンwrap */
.lower_wrapBtn {
	width: 100%;
	margin: 0 auto;
	overflow: visible;
}

/*　ボタン下のテキスト　*/
.lower_wrapBtn .underBtnTxt {
	max-width: 650px;
	width: min(calc(var(--sp-1px) * 290),756px);
	font-size: 1.4rem;
	line-height: 1.3;
	margin: 20px auto 0;
	text-indent: -1.5em;
	padding-left: 1.5em;
}
@media screen and (max-width: 834px) {
	.ao_mail_button {
		font-size: 2.998vw;
	}
	.lower_wrapBtn .underBtnTxt {
		width: 100%;
	}
}
@media screen and (max-width: 600px) {
	.ao_mail_button {
		font-size: 3.833vw;
		line-height: 1.3;
		padding-left: 0;
		aspect-ratio: 500/104;
		--backgroud-image: url(../images/common/detailBtn_shinySp.svg);
		margin-top: 1vw;
		width: 88%;
	}
	.ao_mail_button::after {
		right: min(var(--sp-23px),20px);
	}
	.lower_wrapBtn .underBtnTxt {
		font-size: 1.2rem;
		line-height: 1.2;
	}
}
@media screen and (max-width: 480px) {
	.ao_mail_button {
		width: 100%;
	}
	.ao_mail_button {
		margin-bottom: 30px;
	}
}
/*-----ボタンテキスト------------------------------------------------------------------*/
.bookRead {
	margin: 40px auto;
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	font-feature-settings: "palt";
}
.bookRead {
	align-items: center; /* 線を上下中央 */
	display: flex; /* 文字と線を横並び */
	justify-content: center; /* 文字を中央寄せ */
}
.bookRead::before,
.bookRead::after {
	background-color: #000; /* 線の色 */
	border-radius: 5px; /* 線の両端を丸く */
	content: "";
	height: 2px; /* 線の高さ */
	width: 30px; /* 線の長さ */
}
.bookRead::before {
	margin-right: 10px; /* 文字との余白 */
	transform: rotate(60deg); /* 傾ける */
}
.bookRead::after {
	margin-left: 10px; /* 文字との余白 */
	transform: rotate(-60deg); /* 傾ける */
}
@media screen and (max-width: 834px) {
	#lower_container .lower_wrapCTA p,
	#lower_container .lower_wrapCTA_bottom p {
		margin-bottom: 1vw;
	}
}
.lower_wrap a {
	text-decoration: none;
	color: #fff;
}
@media screen and (max-width: 600px) {
	.bookRead {
		font-size: 1.8rem;
		line-height: 2.4rem;
	}
	.bookRead::before,
	.bookRead::after {
		background-color: #000; /* 線の色 */
		border-radius: 5px; /* 線の両端を丸く */
		content: "";
		height: 2px; /* 線の高さ */
		width: 30px; /* 線の長さ */
	}
}
@media screen and (max-width: 480px) {
	.bookRead {
		font-size: 1.4rem;
	}
	.bookRead::before,
	.bookRead::after {
		height: 1px; /* 線の高さ */
		width: 25px; /* 線の長さ */
	}
	.bookRead::before {
		margin-right: -3px;
	}
	.bookRead::after {
		margin-left: -3px;
	}
}
@media screen and (max-width: 330px) {
	.bookRead {
		font-size: 1.3rem;
	}
}
/*説明会の内容*/
.ao_briefingContent {
	border: double #000;
	padding: 30px;
	max-width: 700px;
	margin: 100px auto 0;
}
.ao_briefingContent h3 {
	padding-top: 0;
	padding-bottom: 15px;
	font: 700 2.7rem/1.1 YakuHanMP, 'Noto Serif JP', 'YuMincho', Yu Mincho, serif;
	text-align: left;
	color: #29728F;
	line-height: 4rem;
}
.ao_briefingContent ul {
	padding-left: 30px;
}
.ao_briefingContent ul li {
	font-weight: bold;
	padding-top: 10px;
	list-style: outside url('/koukousei/site_wp/wp-content/themes/site/images/lp/ao_rec/ao_mail_item02.png');
}
.ao_briefingContent ul li:before {

}
@media screen and (max-width: 600px) {
	.ao_briefingContent{
		margin-top: 70px;
	}
	.ao_briefingContent ul li {
		font-size: 1.4rem;
		line-height: 2rem;
	}
}
@media screen and (max-width: 480px) {
	.ao_briefingContent h3 {
		font-size: 5.867vw;
		line-height: 1.3;
		text-align: left;
	}
}
/*説明会の詳細*/
.ao_briefingDetail {
	background-color: #fffcf0;
	padding: 30px 30px 10px;
	max-width: 700px;
	margin: 30px auto 70px;
}
.ao_briefingDetail h3 {
	padding-top: 0;
	padding-bottom: 15px;
	font: 700 2.7rem/1.1 YakuHanMP, 'Noto Serif JP', 'YuMincho', Yu Mincho, serif;
	text-align: center;
	line-height: 4rem;
}
.ao_briefingDetail p {
	display: flex;
	padding-left: 40px;
}
.ao_briefingDetail div {
	display: flex;
	padding-left: 40px;
}
.ao_briefingDetail ul {
	display: flex;
	width: 300px;
	padding-bottom: 13px;
	flex-direction: column;
}
.ao_briefingDetail ul li {
	width: 300px;
}
.ao_briefingDetail span {
	font-weight: bold;
}
#lower_container .forRed {
	font-weight: bold;
	color: #e91414;
	padding: 0 0 0 1.2rem;
	margin-bottom: 5px;
	text-indent: -1.4rem;
	line-height: 1.5;
}
#lower_container .forRed.lastChild {
	margin-bottom: 20px;
}
.lastChild {
	padding-top: 0;
} 
@media screen and (max-width: 600px) {
	.ao_briefingDetail div {
		font-size: 1.4rem;
		padding-left: 0;
	}
	.ao_briefingDetail p {
		font-size: 1.4rem;
		padding-left: 0;
	}
	.ao_briefingDetail ul,
	.ao_briefingDetail ul li {
		width: auto;
	}
}
@media screen and (max-width: 480px) {
	.ao_briefingDetail {
		margin: 30px auto;
	}
	.ao_briefingDetail h3 {
		font-size: 5.867vw;
		line-height: 1.3;
		text-align: left;
	}
	.ao_briefingDetail div {
		display: flex;
		flex-direction: column;
	}
}

/* 特典 */
.ao_briefingTokuten {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	padding: 25px 25px 10px;
	margin: 30px auto 50px;
	border: 4px solid #ea5514;
}
.ao_tokutenPic {
	width: clamp(368px, 28.75vw, 460px);
	margin-right: -20px;
}
.TokutenSub {
	margin-bottom: 10px;
	font: 700 clamp(1.5rem,var(--sp-15px),2rem)/1.3 var(--fontFamily-sans);
	display: inline-block;
	color: #fff;
	background-color: #ea5514;
	border-radius: 40px;
	padding: 3px 20px 2px;
	letter-spacing: 0;
}
.ao_briefingTokuten h3 {
	margin-bottom: 15px;
	font: 700 clamp(1.6rem,var(--sp-15px),2.2rem)/1.5 var(--fontFamily-sans);
	padding-left: 1.5rem;
	text-indent: -1.5rem;
}
.ao_briefingTokuten h3 span {
	font: 700 clamp(2.2rem,var(--sp-18px),2.7rem)/1.2 var(--fontFamily-serif-noto);
	text-align: center;
	color: #e91414;
}

@media screen and (max-width: 834px) {
	.ao_briefingTokuten {
		display: block;
		padding: 15px 12px 10px;
		margin: 20px auto 30px;
	}
	.ao_briefingTokuten,
	.ao_briefingTokuten h3 {
		text-align: center;
	}
	.ao_TokutenTxt {
		text-align: center;
	}
	.ao_briefingTokuten h3 span {
		display: inline-block;
		margin-bottom: 5px;
	}
	.ao_briefingTokuten .ao_tokutenPic {
		display: block;
		width: 100%;
		height: auto;
		margin: 10px auto;
	} 
}


/*---FV---------------------------------------------------------------------*/
.ao_mailTop_bg {
	height: 580px;
	background-image: url(/koukousei/site_wp/wp-content/themes/site/images/ao_briefing/ao_briefing_FV.webp);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 1425px 580px;
	position: relative;
	z-index: 3;
	margin-bottom: 120px;
}
.ao_mailTop_bg.kitakanto {
	background-image: url(/koukousei/site_wp/wp-content/themes/site/images/ao_briefing/ao_briefing_FV_kitakanto.webp);
}
.ao_mailTop_bg.tokai {
	background-image: url(/koukousei/site_wp/wp-content/themes/site/images/ao_briefing/ao_briefing_FV_tokai.webp);
}
.ao_mailTop_bg.hiroshima {
	background-image: url(/koukousei/site_wp/wp-content/themes/site/images/ao_briefing/ao_briefing_FV_hiroshima.webp);
}
.ao_mailFv {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	padding-left: 10px;
}
.ao_mailTOP_img {
	display: none;
}
.ao_mailFv .call {
	color: red;
	font-weight: 700;
	font-size: 2.8rem;
	border: 4px solid red;
	background-color: #fff;
	border-radius: 6px;
	padding: 0 4vw;
	display: inline-block;
	margin: 30px 0 5px;
}
.ao_mail_flex {
	position: relative;
	text-shadow: 6px 6px 7px #fff, -6px 6px 7px #fff, -6px -6px 7px #fff, 6px -6px 7px #fff;
}
.ao_mail_flex .subH1 {
	color: #000;
	font-weight: 700;
	font-size: 4.4rem;
	line-height: 1.5;
	font-family: YakuHanMP, 'Noto Serif JP', 'YuMincho', Yu Mincho, serif;
	letter-spacing: -2px;
	position: relative;
	padding-top: 70px;
}
.ao_mailH1 {
	color: #ff0064;
	font-weight: 700;
	font-size: 4.6rem;
	line-height: 1.3;
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	letter-spacing: 0;
	padding-left: 2.5rem;
	text-indent: -2.5rem;
	line-height: 1.3;
	font-feature-settings: "palt";
}
.ao_mailH1 span.fontSize {
	font-size: 120%;
	font-weight: 900;
	line-height: 1.3;
	color: #ff0064;
}

/*---タブレット---*/
@media screen and (max-width: 600px) {
	.ao_mailTop_bg,
	.ao_mailTop_bg.kitakanto,
	.ao_mailTop_bg.tokai,
	.ao_mailTop_bg.hiroshima {
		height: auto;
		background-image: none;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 60px;
	}
	.ao_mailFv {
		margin-bottom: 10px;
		padding-left: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.callWrap {
		width: 90vw;
		text-align: center;
	}
	.ao_mailFv .call {
		font-size: 3.7vw;
		border: 2px solid;
		padding: 0 2vw;
		margin: 10px 0;
		text-align: center;
		width: 65vw;
	}
	.ao_mail_flex {
		width: 92vw;
		text-shadow: none;
	}
	.ao_mail_flex .subH1 {
		font-size: 6vw;
		padding-top: 0;
		text-align: center;
	}
	.ao_mailH1 {
		font-size: 5.65vw;
		text-indent: -1.8rem;
		padding-left: 1.8rem;
	}
	.ao_mailTOP_img {
		display: block;
		width: 100vw;
		height: auto;
	}
}
@media screen and (max-width: 481px) {
	.ao_mailH1 {
		text-indent: -1.2rem;
		padding-left: 1.2rem;
	}
}


/*---Cont---------------------------------------------------------------------*/

/*---見出し---*/
/*文字*/
.ao_mailH2_bg {
	background: url(/koukousei/site_wp/wp-content/themes/site/images/ao_briefing/ao_briefing_ttlbg.png), linear-gradient(-70deg,#F0A3C1,#FDE0E0 15%, #FDE0E0 85%, #F0A3C1); 
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-top: 6px solid #F6BACE;
	border-bottom: 6px solid #F6BACE;
	padding: 35px 0;
	position: relative;
	z-index: 3;
}
.ao_mailH2_bgImage_ver4line {
	height: 280px;
}
.ao_mailH2_bgImage_ver3line_1,
.ao_mailH2_bgImage_ver3line_2 {
	height: 230px;
}
.ao_mailH2_bgImage_ver2line_1,
.ao_mailH2_bgImage_ver2line_2 {
	height: 180px;
}
.ao_mailH2_bgImage_ver1line_1,
.ao_mailH2_bgImage_ver1line_2 {
	height: 130px;
}
.ao_mailH2 {
	width: 1170px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	position: relative;
}
.ao_mailH2_txt {
	font: 800 3.5rem/1.1 YakuHanMP, 'Noto Serif JP', 'YuMincho', Yu Mincho, serif;
	color: #081849;
	line-height: 1.4;
	padding-left: 30px;
	display: inline-block;
	width: 100%;
}
.ao_mailH2_txt span {
	display: inline-block;
	line-height: 1.3;
}
/*Cont2 H2 600px以下の改行*/
.H2Ctrl_1,
.H2Ctrl_2 {
	display: none;
}
/*丸イメージ調整*/
.ao_mailH2_img img{
	width: 180px;
	height: 180px;
}
.ao_mailH2Image_ver4line {
	transform: translateY(12px);
}
.ao_mailH2Image_ver3line {
	transform: translateY(-15px);
}
.ao_mailH2Image_ver2line {
	transform: translateY(-42px);
}
.ao_mailH2Image_ver1line {
	transform: translateY(-66px);
}

/*Cont4限定　黒文字タイトル*/
.ao_mailH3 {
	font-size: 3rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 1.4;
}
/*Cont1,5 吹き出し*/
.ao_mailH2_fukidashi1_SP,
.ao_mailH2_fukidashi2_SP {
	display: none;
}
.ao_mailH2_fukidashi1_PC {
	font-size: 2.2rem;
	line-height: 3rem;
	text-align: center;
	font-weight: 700;
	position: absolute;
	z-index: 4;
	left: 130px;
	top: -70px;
	padding: 15px 20px 15px;
	background-color: #fffaeb;
	box-shadow: #763e34 3px 3px 10px 0px;
	border-radius: 30px;
}
.ao_mailH2_fukidashi2_PC {
	font-size: 2.2rem;
	line-height: 3rem;
	text-align: center;
	font-weight: 700;
	position: absolute;
	z-index: 4;
	left: 130px;
	top: -110px;
	padding: 15px 20px 15px;
	background-color: #fffaeb;
	box-shadow: #763e34 3px 3px 10px 0px;
	border-radius: 30px;
}
.ao_mailH2_fukidashi1_PC:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 60px; 
	left: 40px;
	border: 10px solid transparent;
	border-right: 30px solid #fffaeb;
	-webkit-transform: rotate(35deg);
	transform: rotate(-60deg);
}
.ao_mailH2_fukidashi2_PC:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 90px; 
	left: 40px;
	border: 10px solid transparent;
	border-right: 30px solid #fffaeb;
	-webkit-transform: rotate(35deg);
	transform: rotate(-60deg);
}
@media screen and (max-width:1170px) {
	.ao_mailH2_bg {
		padding: 1.5vw 0;
	}
	.ao_mailH2_bgImage_ver4line {
		height: 21.5vw;
	}
	.ao_mailH2_bgImage_ver3line_1,
	.ao_mailH2_bgImage_ver3line_2 {
		height: 17.5vw;
	}
	.ao_mailH2_bgImage_ver2line_1,
	.ao_mailH2_bgImage_ver2line_2 {
		height: 13vw;
	}
	.ao_mailH2_bgImage_ver1line_1,
	.ao_mailH2_bgImage_ver1line_2 {
		height: 8.5vw;
	}
	.ao_mailH2 {
		width: auto;
		padding-left: 1.5vw;
		margin: 0 auto;
		display: flex;
		justify-content: flex-start;
	}
	.ao_mailH2_txt {
		font: 800 2.9vw/1.5 YakuHanMP, 'Noto Serif JP', 'YuMincho', Yu Mincho, serif;
		padding-left: 1.5vw;
	}
	/*丸イメージ調整*/
	.ao_mailH2_img img{
		width: 15vw;
		height: 15vw;
	}
	.ao_mailH2Image_ver3line {
		transform: translateY(-0.7vw);
	}
	/*Cont4限定　黒文字タイトル*/
	.ao_mailH3 {
		font-size: 2.7vw;
		margin-bottom: 2vw;
	}
}
@media screen and (max-width: 800px) {
	.ao_mailH2Image_ver4line,
	.ao_mailH2Image_ver3line,
	.ao_mailH2Image_ver2line,
	.ao_mailH2Image_ver1line {
		display: none;
	}
	.ao_mailH2_bgImage_ver4line {
		height: 29.5vw;
	}
	.ao_mailH2_bgImage_ver3line_1,
	.ao_mailH2_bgImage_ver3line_2 {
		height: 19.5vw;
	}
	.ao_mailH2_bgImage_ver2line_1,
	.ao_mailH2_bgImage_ver2line_2 {
		height: 14.5vw;
	}
	.ao_mailH2_bgImage_ver1line_1 {
		height: 14.5vw;
	}
	.ao_mailH2_bgImage_ver1line_2 {
		height: 9.5vw;
	}
	.ao_mailH2_bg {
		background: url(/koukousei/site_wp/wp-content/themes/site/images/ao_briefing/ao_briefing_ttlbg.png), linear-gradient(-70deg,#F6BACE,#FDE0E0 15%, #FDE0E0 85%, #F6BACE);
		background-repeat: no-repeat;
		background-position: left top;
		background-size: inherit;
	} 
	.ao_mailH2_txt {
		width: 100%;
		font: 800 3.3vw/1.5 YakuHanMP, 'Noto Serif JP', 'YuMincho', Yu Mincho, serif;
		padding-left: 3vw;
		position: relative;
		text-shadow: 3px 3px 4px #fff, -3px 3px 4px #fff, -3px -3px 4px #fff, 3px -3px 4px #fff;
	}
	/*丸イメージ*/
	.ao_mailH2_bg::after {
		content: "";
		position: absolute;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 13.3vw;
		height: 17vw;
		top: -4vw;
		left: calc(100% - 13.3%);
		background: 0 0/contain no-repeat;
		background-image: url(../images/lp/ao_rec/forAo_briefing_3_1-ao_mail_img03.png);
		transform: scale(-1, 1);
		background-size: cover;
		background-position: right 0;
	}
	/*Cont4限定　黒文字タイトル*/
	.ao_mailH3 {
		font-size: 3.2vw;
		margin-bottom: 2vw;
	}
	/*Cont2 H2 834px以下の改行*/
	.H2Ctrl_1 {
		display: inline-block;
		line-height: 1.4;
	}
	/*Cont2 H2 600px以下の改行*/
	.H2Ctrl_2 {
		display: block;
	}
	/*Cont1,5 吹き出し*/
	.ao_mailH2_fukidashi1_PC,
	.ao_mailH2_fukidashi2_PC {
		display: none;
	}
	.ao_mailH2_fukidashi1_SP,
	.ao_mailH2_fukidashi2_SP {
		display: block;
		font-size: 1.8rem;
		line-height: 2.3rem;
		text-align: center;
		font-weight: 700;
		position: absolute;
		z-index: 4;
		right: 60px;
		padding: 13px 20px;
		background-color: #fffaeb;
		box-shadow: #763e34 0px 3px 10px 0px;
		border-radius: 30px;  
	}
	.ao_mailH2_fukidashi1_SP {
		top: -60px;
	}
	.ao_mailH2_fukidashi2_SP {
		top: -80px;
	}
	.ao_mailH2_fukidashi1_SP:after {
		content: "";
		display: inline-block;
		position: absolute;
		top: 48px; 
		right: 10px;
		border: 12px solid transparent;
		border-right: 40px solid #fffaeb;
		-webkit-transform: rotate(35deg);
		transform: rotate(-130deg);
	}
	.ao_mailH2_fukidashi2_SP:after {
		content: "";
		display: inline-block;
		position: absolute;
		top: 68px; 
		right: 13px;
		border: 12px solid transparent;
		border-right: 40px solid #fffaeb;
		-webkit-transform: rotate(35deg);
		transform: rotate(-130deg);
	}
}
@media screen and (max-width: 600px) {
	.ao_mailH2 {
		padding-left: 0.5vw;
	}
	.ao_mailH2_bgImage_ver4line {
		height: 32vw;
	}
	.ao_mailH2_bgImage_ver3line_1 {
		height: 26.5vw;
	}
	.ao_mailH2_bgImage_ver3line_2 {
		height: 21vw;
	}
	.ao_mailH2_bgImage_ver2line_1,
	.ao_mailH2_bgImage_ver2line_2 {
		height: 16vw;
	}
	.ao_mailH2_bgImage_ver1line_1,
	.ao_mailH2_bgImage_ver1line_2 {
		height: 15.5vw;
	}
	.ao_mailH2_txt {
		font: 800 3.8vw/1.4 YakuHanMP, 'Noto Serif JP', 'YuMincho', Yu Mincho, serif;
		padding-left: 4vw;
	}
	/*丸イメージ*/
	.ao_mailH2_bg::after {
		width: 14vw;
		height: 19vw;
		top: -3vw;
		left: calc(100% - 14%);
	}
	/*Cont4限定　黒文字タイトル*/
	.ao_mailH3 {
		font-size: 3.8vw;
		margin-bottom: 2vw;
	}
}
@media screen and (max-width: 480px) {
	.ao_mailH2 {
		padding-left: 1.5vw;
	}
	.ao_mailH2_bgImage_ver4line {
		height: 51vw;
	}
	.ao_mailH2_bgImage_ver3line_1 {
		height: 43.5vw;
	}
	.ao_mailH2_bgImage_ver3line_2 {
		height: 44vw;
	}
	.ao_mailH2_bgImage_ver2line_1 {
		height: 29vw;
	}
	.ao_mailH2_bgImage_ver2line_2 {
		height: 36vw;
	}
	.ao_mailH2_bgImage_ver1line_1,
	.ao_mailH2_bgImage_ver1line_2 {
		height: 21.5vw;
	}
	.ao_mailH2_txt {
		font: 800 5.3vw/1.4 YakuHanMP, 'Noto Serif JP', 'YuMincho', Yu Mincho, serif;
	}
	/*丸イメージ*/
	.ao_mailH2_bg::after {
		width: 20vw;
		height: 23vw;
		top: -3vw;
		left: calc(100% - 20%);
	}
	/*Cont4限定　黒文字タイトル*/
	.ao_mailH3 {
		font-size: 5.5vw;
		margin-bottom: 8vw;
	}
	/*Cont1,5 吹き出し*/
	.ao_mailH2_fukidashi1_SP,
	.ao_mailH2_fukidashi2_SP {
		display: block;
		font-size: 1.4rem;
		line-height: 2rem;
		text-align: center;
		font-weight: 700;
		position: absolute;
		z-index: 4;
		top: -70px;
		padding: 8px 15px;
		background-color: #fffaeb;
		box-shadow: #763e34 0px 3px 10px 0px;
		border-radius: 20px;  
	}
	.ao_mailH2_fukidashi1_SP {
		top: -50px;
		right: 30px;
	}
	.ao_mailH2_fukidashi2_SP {
		top: -70px;
		right: 10px;
	}
	.ao_mailH2_fukidashi1_SP:after,
	.ao_mailH2_fukidashi2_SP:after {
		content: "";
		display: inline-block;
		position: absolute;
		border: 10px solid transparent;
		border-right: 31px solid #fffaeb;
		-webkit-transform: rotate(35deg);
		transform: rotate(-130deg);
	}
	.ao_mailH2_fukidashi1_SP:after {
		top: 34px; 
		right: 30px;
	}
	.ao_mailH2_fukidashi2_SP:after {
		top: 55px; 
		right: 60px;
	}
}

/*---本文---*/
/*白下地　基本*/
.lower_wrap {
	width: 75%;
	max-width: 1050px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.lower_wrap .lower_wrapCont {
	width: 100%;
	max-width: 1050px;
	padding: 40px 40px 120px;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: #cecece 0px 0px 20px 0px;
	position: relative;
	z-index: 2;
}
/*白下地　Topの後のCTA　※padding-bottom調整のため*/
.lower_wrapCTA {
	width: 75%;
	max-width: 1050px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.lower_wrapCTA .lower_wrapCont {
	width: 100%;
	max-width: 1050px;
	padding: 80px 40px 120px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	z-index: 2;
}
/*p:last-child margin-bottomなし*/
#lower_container .marginBottomnone p {
	margin-bottom: 0;
}
.underline {
	font-weight: 600;
	border-bottom: 1px solid #000;
	padding-bottom: 1px;
}
@media screen and (min-width: 1100px) {
	.lower_wrap .lower_wrapCont {
		padding: 60px 100px 100px;
	}
}
@media screen and (max-width: 1170px) {
	.lower_wrap .lower_wrapCont {
		padding: 3vw 40px 120px;
	}
}
@media screen and (max-width: 1100px) {
	/*白下地　基本*/
	.lower_wrap {
		width: 90%;
	}
	/*白下地　Topの後のCTA　※padding-bottom調整のため*/
	.lower_wrapCTA {
		width: 90%;
	}
}
@media screen and (max-width: 834px) {
	.lower_wrap .lower_wrapCont {
		padding: 2.7vw 40px 80px;
	}
	.lower_wrapCTA .lower_wrapCont {
		padding: 80px;
	}
}
@media screen and (max-width: 600px) {
	/*基本*/
	.lower_wrap {
		width: 100%;
	}
	.lower_wrap .lower_wrapCont {
		padding: 25px 20px 60px;
	}
	/*Topの後のCTA　※padding-bottom調整のため*/
	.lower_wrapCTA {
		width: 95%;
	}
	.lower_wrapCTA .lower_wrapCont {
		padding: 15px 20px 80px;
	}
}
/*-----背景イメージ
------------------------------------------------------------------*/
.lower_wrap_bgImg_1,
.lower_wrap_bgImg_2 {
	position: relative;
}
.lower_wrap_bgImg_1::before,
.lower_wrap_bgImg_1::after,
.lower_wrap_bgImg_2::before,
.lower_wrap_bgImg_2::after {
	content: "";
	position: absolute;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-size: contain;
	background-repeat: no-repeat;
	width: 185px;
	height: 600px;
}
.lower_wrap_bgImg_1::before {
	background-image: url(../images/lp/ao_rec/forAo_briefing_3_1-ao_mail_img05.png);
	left: -16.4%;
	top: 55%;
}
.lower_wrap_bgImg_1::after {
	background-image: url(../images/lp/ao_rec/forAo_briefing_3_1-ao_mail_img04.png);
	right: -16.5%;
	top: 45%;
}
.lower_wrap_bgImg_2::before {
	background-image: url(../images/lp/ao_rec/forAo_briefing_3_1-ao_mail_img07.png);
	left: -16.4%;
	top: 55%;
}
.lower_wrap_bgImg_2::after {
	background-image: url(../images/lp/ao_rec/forAo_briefing_3_1-ao_mail_img06.png);
	right: -16.5%;
	top: 45%;
}
@media screen and (max-width: 1100px) {
	.lower_wrap_bgImg_1::before,
	.lower_wrap_bgImg_1::after,
	.lower_wrap_bgImg_2::before,
	.lower_wrap_bgImg_2::after {
		display: none;
	}
}


/*---Parts---------------------------------------------------------------------*/

/*-----入学者の割合
------------------------------------------------------------------*/
.ao_proportionWrap {
	display: flex;
	justify-content: center;
}
.ao_proportion {
	padding: 30px;
	display: inline-grid;
	margin: 50px 0;
	border: 3px solid #F0D751;
	background-color: #FFFFEF;
	border-radius: 20px;
	filter: drop-shadow(3px 3px 5px #dfdfdf);
}
.lower_wrap .ao_proportion_ttl {
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 2.7rem;
	font-weight: bold;
	line-height: 1.1;
}
.ao_proportion_list {
	font-weight: bold;
	font-size: 2.6rem;
	font-family: YakuHanMP, 'Noto Serif JP', 'YuMincho', Yu Mincho, serif;
}
.ao_proportion_list li {
	position: relative;
	padding-left: 1em;
	line-height: 1.6;
}
.ao_proportion_list .ao_red {
	color: #e91414;
}
.ao_proportion_list li::before {
	position: absolute;
	content: '・';
	top: 0;
	left: 0;
}
@media screen and (max-width: 834px) {
	.lower_wrap .ao_proportion_ttl {
		font-size: 2.758vw;
	}
	.ao_proportion_list {
		font-size: 2.638vw;
	}
}
@media screen and (max-width: 600px) {
	.ao_proportion {
		width: 90%;
		margin: 40px auto;
	}
	.lower_wrap .ao_proportion_ttl {
		font-size: 3.8vw;
		font-feature-settings: "palt";
		line-height: 1.3;
		letter-spacing: -1px;
	}
	.ao_proportion_list {
		font-feature-settings: "palt";
		font-size: 3.5vw;
	}
}
@media screen and (max-width: 480px) {
	.ao_proportion {
		width: 100%;
		padding: 4vw 5vw;
	}
	.lower_wrap .ao_proportion_ttl {
		font-size: 5.5vw;
		font-feature-settings: "palt";
		line-height: 1.3;
		margin-bottom: 2.933vw;
	}
	.ao_proportion_list {
		font-feature-settings: "palt";
		font-size: 4.1vw;
	}
}
/*---総合型選抜　実施大学・学部推移---*/
.Cont3_graphImg {
	width: 100%;
	max-width: 700px;
	margin: 50px auto;
}
.Cont3_graphImg img {
	width: 100%;
	height: auto;
}
.Cont3_graphImg p {
	display: block;
	text-align: center;
	font: 700 2.7rem/1.1 YakuHanMP, 'Noto Serif JP', 'YuMincho', Yu Mincho, serif;
	margin-bottom: 20px;
}
.Cont3_graph_paddingCtrl {
	padding-left: 20px;
}
.Cont3_Sansho {
	display: inline-block;
	font-size: 1rem;
	color: #878787;
	line-height: 1.5rem;
}
@media screen and (max-width: 834px) {
	.Cont3_graphImg p {
		font-size: 2.4rem;
	}
}
@media screen and (max-width: 600px) {
	.Cont3_graphImg {
		margin: 40px auto 30px;
	}
	.Cont3_graph_paddingCtrl {
		padding-left: 0;
	}
}
@media screen and (max-width: 480px) {
	.Cont3_graphImg p {
		font-size: 5.5vw;
	}
}

/*入試の従来と今から*/
.ao_changeOfEntExam {
	max-width: 800px;
	margin: 50px auto 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.ao_changeOfEntExam_ttl {
	font-size: clamp(2.4rem, 3.686vw, 3rem);
	font-weight: bold;
	line-height: 1.3;
	border: 2px solid;
	padding: 8px 20px;
	border-radius: 10px;
}
.ao_changeOfEntExam_contentWrap {
	display: flex;
	align-items: center;
	width: 750px;
	margin: 80px 0 50px;
}
.ao_changeOfEntExam_list {
	width: 50%;
}
.ao_changeOfEntExam_list div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 320px;
	height: 162px;
	padding: 0 30px;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
}
.ao_changeOfEntExam_list div::before {
	content: "";
	position: absolute;
	width: 340px;
	height: 340px;
	display: block;
	z-index: -1;
	border-radius: 50%;
	box-shadow: inset 0 0 40px #fff;
}
.ao_changeOfEntExam_list.A div::before {
	background-color: #fedfdf;
}
.ao_changeOfEntExam_list.B div::before {
	background-color: #fbedc3;
}
.ao_changeOfEntExam_list .typeNormal {
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-bottom: 10px;
	background-color: #fff;
	line-height: 1;
	padding: 10px 0;
	border-radius: 10px;
}
.ao_changeOfEntExam_list div ul {
	list-style: disc;
	padding-left: 20px;
}
.ao_changeOfEntExam_list div ul li {
	font-size: 2rem;
	line-height: 2.6rem;
	font-weight: bold;
	text-indent: -4px;
}
.item01 {
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px;
}
.ao_changeOfEntExam_list img {
	width: 50px;
	margin: 50px 10px 0;
}
@media screen and (max-width: 800px) {
	.ao_changeOfEntExam {
		margin: 0 auto;
	}
	.ao_changeOfEntExam_contentWrap {
		width: 95%;
		margin-top: 20px;
	}
	.ao_changeOfEntExam_list.A div {
		background-color: #fedfdf;
	}
	.ao_changeOfEntExam_list.B div {
		background-color: #fbedc3;
	}
	.ao_changeOfEntExam_list div {
		padding: 20px;
		width: 90%;
		box-shadow: inset 0 0 20px #fff;
		border-radius: 20px;
		height: 200px;
		margin: 0 auto;
		text-align: inherit;
	}
	.ao_changeOfEntExam_list div ul li {
		font-size: 1.9rem;
	}
	.ao_changeOfEntExam_list img {
		margin: 30px 0 0;
		width: 40px;
	}
	.ao_changeOfEntExam_list div::before {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	.ao_changeOfEntExam_contentWrap {
		flex-direction: column;
		margin: 0 auto;
	}
	.ao_changeOfEntExam {
		margin: 30px 0;
	}
	.ao_changeOfEntExam_ttl {
		font-size: 5.867vw
	}
	.ao_changeOfEntExam_list {
		width: 100%;
	}
	.ao_changeOfEntExam_list div {
		padding: 20px;
		width: 100%;
		height: fit-content;
	}
	.ao_changeOfEntExam_list .typeNormal {
		font-size: 2rem;
		padding: 6px 0;
	}
	.ao_changeOfEntExam_list.B {
		margin-top: 15px;
	}
	.ao_changeOfEntExam_list div ul li {
		font-size: 1.8rem;
		line-height: 2.4rem;
	}
	.ao_changeOfEntExam_list div span {
		margin-bottom: 5px;
	}
	.ao_changeOfEntExam_list img {
		margin-top: 10px;
		transform: rotate( 90deg );
	}
	.item01 {
		margin: 0 auto;
	}
}

/*-----S型選抜　3パターン　見出し
------------------------------------------------------------------*/
.lower_container .ao_pattern h3 p {
	margin-bottom: 0;
}
.ao_pattern {
	background-color: #ffeae3;
	padding: 10px 0 10px;
	margin-bottom: 15px;
	margin-top: 40px;
}
.ao_pattern p {
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: 1px;
	display: flex;
	color: #da2400;
}
.ao_pattern .ao_pattern_no {
	font-size: 2rem;
	height: 30px;
	width: 46.5px;
	padding: 0px 7px 3px 9px;
	margin: 0 15px 0 10px;
	color: #fff;
	background-color: #f75219;
	transform: translateY(-16px);
	position: relative;
}
.ao_pattern .ao_pattern_no::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 26px;
	left: 4px;
	border: 23px solid transparent;
	border-right: 15px solid #f75219;
	-webkit-transform: rotate(35deg);
	transform: rotate(-90deg);
}
.ao_pattern .ao_pattern_no::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 2px;
	left: 41px;
	border: 5px solid transparent;
	border-right: 5px solid #ac2c00;
	-webkit-transform: rotate(35deg);
	transform: rotate(-45deg);
}
.ao_pattern .ao_pattern_kome {
	font-size: 1.4rem;
	color: #717171;
}
@media screen and (max-width: 480px) {
	.ao_pattern {
		margin-bottom: 25px;
		margin-top: 40px;
		padding: 10px 0;
	}
	.ao_pattern p {
		font-size: 5vw;
	}
	.ao_pattern .ao_pattern_no {
		font-size: 2rem;
		text-align: center;
		padding-left: 5px;
		padding-right: 5px;
		margin-right: 20px;
		height: 30px;
		width: 40px;
		line-height: 2.8rem;
		transform: translateY(-15px);
	}
	.ao_pattern .ao_pattern_kome {
		font-size: 3.5vw;
		line-height: 2rem;
	}
	.ao_pattern .ao_pattern_title {
		line-height: 2.8rem;
		width: 75%;
	}
	.ao_pattern .ao_pattern_no::before {
		content: "";
		display: inline-block;
		position: absolute;
		top: 25px;
		left: 5px;
		/* right: 2px; */
		border: 20px solid transparent;
		border-right: 10px solid #f75219;
		-webkit-transform: rotate(35deg);
		transform: rotate(-90deg);
	}
	.ao_pattern .ao_pattern_no::after {
		content: "";
		display: inline-block;
		position: absolute;
		top: 2px;
		left: 36px;
		border: 4px solid transparent;
		border-right: 4px solid #ac2c00;
		-webkit-transform: rotate(35deg);
		transform: rotate(-45deg);
	}  
}
/*-----S型選抜　3パターン　表
------------------------------------------------------------------*/
.ao_pattern_Wrap {
	padding: 0 30px;
	margin-bottom: 80px;
}
.ao_pattern_Wrap-lastChild {
	padding: 0 30px;
}
.Cont3-1-wrap table {
	width: 95%;
	margin: 0 auto 30px;
	border-spacing: 2px;
}
.Cont3-1-wrap table thead th {
	background-color: #7AA936;
	padding: 12px 20px 8px;
	font-size: 1.6rem;
	color: #fff;
	border: 1px solid #333;
	line-height: 1.3;
}
.Cont3-1-wrap table thead th span {
	font-size: 1.2rem;
	padding-left: 8px;
	color: #fff;
}
.Cont3-1-wrap table tbody td {
	background-color: #FFFFEF;
	padding: 12px 20px;
	font-size: 1.5rem;
	line-height: 170%;
	font-weight: 600;
	border: 1px solid #333;
}
.Cont3-1_forRed {
	font-weight: bold;
	color: #e91414;
}
@media screen and (max-width: 834px) {
	.Cont3-1-wrap table {
		width: 100%;
	}
}
@media screen and (max-width: 600px) {
	.ao_pattern_Wrap {
		padding: 0 15px;
		margin-bottom: 70px;
	}
	.ao_pattern_Wrap-lastChild {
		padding: 0 15px;
	}
}

/*-----北海道大学
------------------------------------------------------------------*/
.Cont3-2_univImg {
	width: 95%;
	max-width: 600px;
	margin: 50px auto 20px;
	position: relative;
}
.Cont3-2_univImg img {
	width: 100%;
	height: auto;
}
.Cont3-2_univImg p {
	display: block;
	font-size: 1.4rem;
	position: absolute;
	background-color: rgba(255,255,255,0.7);
	bottom: -10px;
}
@media screen and (max-width: 834px) {
	.Cont3-2_univImg p {
		display: block;
		font-size: 1.4rem;
		position: absolute;
		background-color: rgba(255,255,255,0.7);
		bottom: 5px;
	}
}
@media screen and (max-width: 600px) {
	.Cont3-2_univImg {
		margin: 40px auto 10px;
	}
}

/*新規理由デザイン*/
.reason_new_Cont {
	display: flex;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.3;
	border-bottom: 2px dashed #7AA936;
	align-items: center;
}
.reason_new_number {
	background: #7AA936;
	color: #fff;
	padding: 16px;
	border-radius: 10px 10px 0 0;
	flex-shrink: 0;
	line-height: 1.2;
	text-align: center;
}
.reason_new_txt {
	padding-left: 16px;
	font-size: clamp(2.3rem, 4.781vw, 2.5rem);
	flex-grow: 1;
}
@media screen and (max-width: 834px) {
	.reason_new_Cont {
		flex-flow: column;
	}
	.reason_new_number {
		justify-content: center;
		line-height: 1;
		padding: 7px 30px;
		border-radius: 30px;
	}
	.reason_new_txt {
		padding: 8px 0;
		line-height: 1.2;
		text-align: center;
	}
}
.circle_graph_baseCont {
	width: calc(100% - 60px);
	border: solid 1px #999;
	margin: clamp(30px,8vw,45px) auto;
	padding: 20px;
	border-radius: 10px;
}
.circle_graph_cont .redTtl {
	margin: 15px 0;
	color: #C20000;
	font-size: clamp(2rem,4.158vw,2.8rem);
	line-height: 1.4;
	font-family: "Noto Serif JP", "hiragino-mincho-pron", "YuMincho", Yu Mincho, serif;
	font-weight: 900;
}
.circle_graph_cont {
	display: flex;
	justify-content: center;
	align-items: center;
}
.circle_graph_cont img {
	width: 40%;
	margin-right: 30px;
}
.circle_graph_cont ul {
	margin-top: 20px;
}
.circle_graph_cont ul li:before {
	display: none;
}
.circle_graph_cont li {
	margin: 0;
	font-weight: bold;
	line-height: 1.2;
	padding-left: 2.6rem;
	text-indent: -2.3rem;
	font-size: clamp(1.73rem, 3.596vw, 1.8rem);
}
.image {
	display: block;
	margin: 30px auto;
	border-radius: 20px;
	width: 90%;
}
@media screen and (max-width: 480px){
	.circle_graph_baseCont {
		width: 100%;
		border: solid 1px #999;
		padding: 10px;
	}
	.circle_graph_cont {
		display: block;
		text-align: center;
	}
	.circle_graph_cont img {
		width: 80%;
		margin: 0;
	}
}
h2.leadTxt_ttl {
	font-family: "Noto Serif JP", "YuMincho", Yu Mincho, serif;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 34px;
}

/****************************************************
* case conts
****************************************************/
.case {
	display: flex;
	align-items: center;
}
.case.girl {
	margin-bottom: 80px;
}
.case.boy {
	flex-direction: row-reverse;
}
.case_icon {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 200px;
}
.case_icon img {
	width: 200px;
	margin-bottom: 10px;
}
.case_icon ul li {
	line-height: 1.5;
	font-size: 1.6rem;
}
.case.girl .case_icon {
	padding-right: 20px;
}
.case.boy .case_icon {
	padding-left: 20px;
}
.case_txt h3 {
	font-size: clamp(2.3rem, 4.781vw, 2.5rem);
	line-height: 1.3;
	margin-bottom: 10px;
}
.case.girl .case_txt h3 {
	color: #ff0064;
}
.case.boy .case_txt h3 {
	color: #7AA936;
}
@media screen and (max-width: 480px) {
	.case {
		display: block;
	}
	.case.girl {
		margin-bottom: 50px;
	}
	.case.boy {
		flex-direction: inherit;
	}
	.case_icon {
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
		width: 100%;
		align-items: center;
		margin-bottom: 20px;
	}
	.case_icon img {
		width: 170px;
		margin: 0 10px 0 0;
	}
	.case.girl .case_icon,.case.boy .case_icon {
		padding: 0;
	}
}


/****************************************************
* check conts
****************************************************/
.check {
    margin: 48px auto 40px;
    max-width: 720px;
}
.graduationArea .check {
    margin-top: 10px;
}
.check li {
    position: relative;
    margin: 0 0 15px 20px;
    padding-left: 52px;
    font-size: 2rem;
    font-weight: bold;
    text-align: left;
}
.check li::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    width: 38px;
    height: 39px;
    background: url(../images/common/check_icon.svg) 0 0/contain no-repeat;
}
@media screen and (max-width: 960px){
    .check {
        margin: 38px 0 30px 0;
    }
    .check li {
        font-size: 1.8rem;
        padding-left: 32px;
        margin: 0 0 15px 15px;
        line-height: 1.3;
    }
    .check li::before {
        width: 28px;
    }
}
@media screen and (max-width: 320px){
    .check {
        margin: 22px 0 21px 0;
    }
    .check li {
        font-size: 1.5rem;
        padding-left: 25px;
        margin: 0 0 15px 9px;
    }
    .check li::before {
        width: 23px;
        top: -6px;
    }
}
/*-------------------------------------------
// 中間CTAエリアレイアウト
-------------------------------------------*/
/*吹き出し*/
#lower_container .flexible_hukidashi {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 520px;
    margin: 50px auto 0;
    margin-bottom: 20px;
}
#lower_container .flexible_hukidashi p {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 0;
}
#lower_container .flexible_hukidashi::before {
    background-color: #000;
    border-radius: 5px;
    content: "";
    height: 2px;
    width: 35px;
    transform: rotate(60deg);
}
#lower_container .flexible_hukidashi::after {
    background-color: #000;
    border-radius: 5px;
    content: "";
    height: 2px;
    width: 35px;
    transform: rotate(-60deg);
}
@media screen and (max-width: 600px) {
    #lower_container .flexible_hukidashi {
        max-width: 294px;
        margin-bottom: 0;
    }
    #lower_container .flexible_hukidashi p {
        font-size: 16px;
        margin-bottom: 17px;
        text-align: center;
        line-height: 1;
    }
    #lower_container .flexible_hukidashi .direction {
    	position: relative;
    	top: -8px;
    }
    #lower_container .ao_mail_button {
        margin-top: 0;
    }
}
/*ボタン*/
.ao_mail_button.ao_briefing.grade2 {
    margin-bottom: 30px;
}
/*-----------------------------------------*/