@charset "UTF-8";
/* CSS Document */
/*メインカラー1　#84a2d4　薄ブルー*/
/*メインカラー2　#e4dbbd　薄キイロ*/
/*メインカラー3　#d483a1　エンジ*/
/*メインカラー4　#d4b683　ベージュ*/
/*メインカラー4　#f39800　オレンジ*/

/*第128回日本小児科学会学術集会====================================================================================================*/
.content_box1{
	width: 100%;
	background-color: white;
	padding: 20px;
	position: relative;
}
@media screen and (max-width:850px){
	.content_box1{
		padding: 10px;
	}
}
.figure_block{
	display: block;
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
}
.figure_1 {
	margin-top: 20px;
	overflow: hidden;
}
/*ビデオ設定*/
.video_block {
	display: block;
	aspect-ratio: 16 / 9;
	max-width: 274px;
	margin: 0 auto 20px;
}
.video_block iframe {
	width: 100%;
	height: 100%;
}
/*リンク文字の装飾*/
a {
	text-decoration: none;
	color: #FF8B00;
}
/*pタグ*/
p {
	text-align: justify;
}
/*打ち消し線*/
.delete_line_1,.delete_line_2 {
	text-decoration-line: underline;
	text-decoration-thickness: 2px; /* 線の太さ */
	text-decoration-skip-ink: none;

}
.delete_line_1 {
	text-underline-offset: -10px;
}
.delete_line_2{
	text-underline-offset: -7px;
}
.line_color_red {
	text-decoration-color: red; /* 線の色 */
}
/****************************/
.bottom_10 {
	bottom: 10px;
}
.bottom_20 {
	bottom: 20px;
}
.bottom_30 {
	bottom: 30px;
}
.left_10 {
	left: 10px;
}
.left_20 {
	left: 20px;
}
.left_30 {
	left: 30px;
}
.left_40 {
	left: 40px;
}
.left_50 {
	left: 50px;
}
.left_60 {
	left: 60px;
}
.left_70 {
	left: 70px;
}

/*サイト全体ブロック================================================================================================================*/
#wrapper {
	display: flex;
	justify-content: center;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	background-color: white;
	width: 100%
}
/*ヘッダーブロック================================================================================================================*/
header {
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	height: auto;
	overflow: hidden;
	width: 100%;
}
.header_block {
	width: 100%;
	background-color: white;
}
.header_block img {
	max-width: 100%;
	vertical-align:top;
}
/*サイドカラム================================================================================================================*/
.side {
	display: block;
	width: 280px !important;
	margin: 0 10px 0 20px;
	padding: 20px 0;
}
@media screen and (max-width: 768px) {
	.side {
		display: none;
	}
}
/*--------------------
snsブロック
----------------------*/
.sns_container {
	margin: 20px 0;
	padding: 8px;
	width: 274px;
	justify-content: center;
	align-items: center;
	column-gap: 40px;
	background-color:#F5F5F5;
	border-radius: 6px;

}
.sns_container {
	display: flex;
}
.sns_container_sp {
	display: none;
}
@media screen and (max-width: 850px) {
	.sns_container_sp {
		display: flex;
		justify-content: center;
		align-items: center;
		column-gap: 40px;
		width: 100%;
		border-top: 1px solid #CDCDCD;
		background-color: white;
		padding: 10px;
	}
}
.sns_item {
	width: 50px;
}
.sns_item img {
	width: 100%;
}

/*メイン================================================================================================================*/
.main {
	display: block;
	flex: 1;
	width: 100%;
	margin: 0 20px 0 10px;
	padding: 20px 0;
}
@media screen and (max-width: 768px) {
	.main {
		margin: 0 10px 0 10px;
		padding: 20px 10px;
	}
}
.main_backboad {
	display: block;
	width: 100%;
}
.min_height400 {
	min-height: 400px;
}
.main_title{
	height: 50px;
}
.box1 {
	display: block;
	position: relative;
	width: 100%;
	border-radius: 10px;
	padding: 20px;
	background-size: 28px;
	border: 3px dotted #103BC1;
	background-image: url("../images/check_pattern.svg");
}

/*フッター================================================================================================================*/
.footer_info {
	display: block;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 20px;
	overflow: hidden;
	background-color: #EAF8FA;
}
.footer_wrapper {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.footer_box1 {
	margin: 10px;
	width: 280px;
}
#footer {
	display: block;
	max-width: 1200px;
	margin: 0 auto;
	height: auto;
	min-height: 50px;
	background-color: black;
	color: white;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	overflow: hidden;
}
#footer p {
	padding: 0 10px;
}
/*--------------------------------------------------------------------------------------------------------------------------------
見出し
--------------------------------------------------------------------------------------------------------------------------------*/
h2 {
	margin: 40px 0 20px;
	width: 100%;
	padding: 8px 20px 8px 40px;
	position: relative;
	background-color: #F4EEE3;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0, 0.3);
	line-height: 1.2em;
}
h2::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: #801D1E;
}
h3 {
	width: 100%;
	padding: 8px;
	background-color: #FBF7F7;
	border-top: solid 1px #801D1E;
	border-bottom: solid 1px #801D1E;
}
h4 {
	position: relative;
	width: 100%;
	margin: 10px 0;
	padding: 4px 0 4px 0.5em;
	border-bottom: 2px solid #CCCCCC;
}
h4::after {
	content: "";
	position: absolute;
	width: 140px;
	height: 2px;
	background-color: #f39800;
	bottom: -2px;
	left: 0;
}

/*--------------------------------------------------------------------------------------------------------------------------------
ブロック
--------------------------------------------------------------------------------------------------------------------------------*/
.backboard_block {
	width: 100%;
	padding: 10px;
	border: dashed 1px #DABFBF;
	background-color: #F2EAEA;
}
/*--------------------------------------------------------------------------------------------------------------------------------
リンクアイコン
--------------------------------------------------------------------------------------------------------------------------------*/
/*svg_リンクアイコン*/
.icon_link1 {
	width: 18px;
	filter: brightness(0) saturate(100%) invert(51%) sepia(92%) saturate(1388%) hue-rotate(0deg) brightness(102%) contrast(104%);
}

/*ナビゲーションバー================================================================================================================*/
#global_navi {
	width: 274px;
}
#global_navi ul {
	margin-bottom: 20px;
	padding-left: 0;
	list-style: none;
	margin: 0;
}
#global_navi ul li {
	position: relative;
	margin-bottom: 8px;
}
#global_navi a {
	display: block;
	top: 0;
	left: 0;
	text-decoration: none;
	width: 100%;
	height: 100%;
	color: inherit;
	filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0));
	transform: scale(1)translateZ(0);
	transition: all 0.5s;
}
#global_navi a:hover{
	transform: scale(1.05)translateZ(0);
	filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, .3));
}
/*#global_navi img{
	box-shadow: none;
	filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0));
	transform: scale(1)translateZ(0);
	transition: all 0.5s;
}
#global_navi img:hover {
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
	transform: scale(1.05)translateZ(0);
	filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, .3));
	
}*/
/*#global_navi ul .navi_def {
	
}
#global_navi ul .navi_def:hover {
	
}
#global_navi ul .navi_def:hover::after {
	position: absolute;
	content: "";
}
#global_navi ul .navi_checked {
	color: white;
}
#global_navi ul .navi_checked::after {
	position: absolute;
	content: "";
}*/
/*　ハンバーガーボタン=======================================================================================*/
.hamburger {
	display: block;
	position: fixed;
	z-index: 3;
	left: 13px;
	top: 12px;
	width: 42px;
	height: 42px;
	cursor: pointer;
	text-align: center;
	background-color: rgba(255,172,118,0.66);
	border-radius: 8px;
}
@media screen and (min-width: 769px) {
	.hamburger {
		display: none;
	}
}
.hamburger span {
	display: block;
	position: absolute;
	width: 50%;
	height: 2px;
	left: 25%;
	background: white;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
	top: 10px;
}
.hamburger span:nth-child(2) {
	top: 15px;
}
.hamburger span:nth-child(3) {
	top: 20px;
}
.hamburger span:nth-child(4) {
	top: 18px;
	background: none;
	width: 100%;
	left: 0;
}
.hamburger span:nth-child(4)::after {
	content: "MENU"; /*4つ目の要素のafterにMenu表示を指定*/
	color: #fff;
	font-size: 0.6rem;
	text-transform: uppercase;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
	top: 7px;
	left: 12px;
	transform: translateY(8px) rotate(-45deg);
	width: 40%;
}
.hamburger.active span:nth-child(2) {
	opacity: 0;
}
.hamburger.active span:nth-child(3) {
	top: 21px;
	left: 12px;
	transform: translateY(-6px) rotate(45deg);
	width: 40%;
}
.hamburger.active span:nth-child(4)::after {
	content: "CLOSE"; /*3つ目の要素のafterにCLOSE表示を指定*/
	color: #fff;
}
/*スマホのグローバルナビ============================================*/
nav.globalMenuSp {
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	color: #000;
	background: #fff;
	text-align: center;
	transform: translateX(-100%);
	transition: all 0.6s;
	height: 100%;
	width: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
nav.globalMenuSp ul {
	background: #FFFCED;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
nav.globalMenuSp ul li {
	list-style-type: none;
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #E2E2E2;
}
nav.globalMenuSp ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
nav.globalMenuSp ul li:hover {
	background: #f39800;
}
nav.globalMenuSp ul li a {
	display: block;
	color: #000;
	padding: 1.4em 0;
	text-decoration: none;
}
nav.globalMenuSp ul li a:hover {
	color: white;
}
.mnav_def {
	background-color: none;
}
.mnav_checked {
	background-color: #f39800;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
	transform: translateX(0%);
}
/*ページトップボタン=======================================================================================================*/
/* ボタンのスタイル */
.page-top {
	/* buttonタグのリセットCSS */
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	/* ボタンの装飾 */
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 100;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: rgba(255,172,118,0.66);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
/* 矢印のスタイル */
.page-top::before {
	content: "";
	width: 12px;
	height: 12px;
	margin-bottom: -6px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	transform: rotate(-45deg);
}
/* ホバー時のスタイル */
.page-top:hover {
	transform: scale(1.1);
}
#page-top {
	opacity: 0.0;
	transition: ease .5s opacity;
}
#page-top.view {
	opacity: 1.0;
}
/*ボタン================================================================================================================*/
.btn {
	line-height: 50px;
	height: 50px;
	text-align: center;
	width: 250px;
	cursor: pointer;
}
/*ボタン1======================*/
.btn_1 {
	width: 100%;
	height: 60px;
}
.btn_1 a {
	position: relative;
	display: block;
	line-height: 60px;
	text-align: center;
	vertical-align: middle;
	background-color: #2a68d4;
	cursor: pointer;
	transition-property: background-color;
	transition-duration: 0.4s; /*--0.4秒かけて効果が完了します--*/
	text-decoration: none;
	color: white;
}
.btn_1 a::after {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	width: calc(100% - 12px);
	height: calc(60px - 12px);
	border: solid 1px white;
}
.btn_1 a:hover {
	background-color: #1f4b99;
}
/*見出し================================================================================================================*/
.midashi_1 {
	position: relative;
	overflow: hidden;
	padding: 1.5rem 2rem 1.5rem 130px;
	border: 2px solid #000;
}
.midashi_1::before {
	position: absolute;
	top: -150%;
	left: -100px;
	width: 200px;
	height: 300%;
	content: '';
	-webkit-transform: rotate(25deg);
	transform: rotate(25deg);
	background: #000;
}
.midashi_1 span {
	font-size: 40px;
	font-size: 4rem;
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 0;
	display: block;
	padding-top: 3px;
	padding-left: 16px;
	color: #fff;
}
.midashi_2 {
	position: relative;
	background-color: #84a2d4;
	padding: 10px 20px 10px 40px;
	font-weight: nomal;
	color: white;
}
.midashi_2::after {
	position: absolute;
	content: "";
	border-left: solid 5px #d4dcda;
	top: 0px;
	left: 10px;
	height: 80%
}
.midashi_3 {
	position: relative;
	padding: 10px 20px 10px 30px;
	font-weight: nomal;
	border-left: solid 8px #84a2d4;
	border-bottom: dashed 1px #84a2d4;
}
.midashi_4 {
	position: relative;
	padding: 10px 20px 10px 40px;
	overflow: hidden;
	background: linear-gradient(-45deg, #e4dbbd 0%, #e4dbbd 20%, #84a2d4 20%, #84a2d4 100%);
	font-size: 2.5rem;
	color: white;
}
.midashi_4::before {
	content: "";
	position: absolute;
	width: 5px;
	height: 100%;
	top: 0;
	left: 10px;
	background-color: #d4dcda;
}
.midashi_5 {
	position: relative;
	padding: 10px 20px 10px 60px;
	margin-bottom: 20px;
	overflow: hidden;
	font-size: 2rem;
	font-weight: bold;
	color: inherit;
	border-bottom: solid 1px #84a2d4;
}
.midashi_5::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	top: 5px;
	left: 10px;
	border: solid 3px #f39800;
	border-radius: 5px;
}
.midashi_5::before {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	top: 15px;
	left: 20px;
	border: solid 3px #84a2d4;
	background-color: #84a2d4;
	border-radius: 5px;
}
.midashi_6 {
	position: relative;
	padding: 5px 0;
	color: inherit;
	font-weight: bold;
	border-bottom: dashed 1px #363636;
}
.midashi_7 {
	align-items: center; /* 横線を上下中央 */
	display: flex; /* 文字と横線を横並び */
	font-size: 18px;
	padding: 5px;
	color: inherit;
	font-weight: bold;
}
.midashi_7::after {
	background-color: #363636; /* 横線の色 */
	border-radius: 5px; /* 横線の両端を丸く */
	content: "";
	flex-grow: 1; /* 横幅いっぱい */
	height: 1px; /* 横線の高さ */
}
.midashi_7::after {
	margin-left: 15px; /* 文字との余白 */
}
.midashi_8 {
	font-size: 17px;
	font-weight: bold;
	padding-left: 17px;
	border-left: 5px solid #84a2d4;
}
.info_midashi {
	margin-bottom: 10px;
	font-size: 1.7rem;
	font-weight: bold;
	padding: 5px;
	max-width: 100%;
	border-left: 5px solid #FFA300;
}
.info_name {
	max-width: 100%;
	font-size: 1.6rem;
	font-weight: bold;
	border-bottom: 1px solid #FFA300;
}
/*アイコン================================================================================================================*/
.icon_box1 {
	position: absolute;
	top: 0;
	right: 0;
}
.icon_box2 {
	margin-top: 10px;
}
@media screen and (max-width: 768px) {
	.icon_box1 {
		display: none;
	}
	.icon_box2 {
		display: block;
	}
}
@media screen and (min-width: 761px) {
	.icon_box1 {
		display: block;
	}
	.icon_box2 {
		display: none;
	}
}
.icon_red {
	margin-left: 10px;
	padding: 4px 10px;
	width: auto;
	height: auto;
	background-color: #ea5532;
	color: white;
	font-size: 14px;
	font-weight: normal;
}
.icon_blue {
	margin-left: 10px;
	padding: 4px 10px;
	width: auto;
	height: auto;
	background-color: #0075c2;
	color: white;
	font-size: 14px;
	font-weight: normal;
}
.icon_green {
	margin-left: 10px;
	padding: 4px 10px;
	width: auto;
	height: auto;
	background-color: #028760;
	color: white;
	font-size: 14px;
	font-weight: normal;
}
/*ボックス================================================================================================================*/
.indent_1w {
	color: inherit;
	width: 100%;
	padding: 0 1em 0 1em;
	margin-bottom: 2em;
}
.indent_2w {
	color: inherit;
	width: 100%;
	padding: 0 0 0 2em;
	margin-bottom: 2em;
}
.indent_15w {
	color: inherit;
	width: 100%;
	padding: 0 1.5em 0 1.5em;
	margin-bottom: 2em;
}
.trans_box1 {
	width: 100%;
	margin: 10px 0;
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.5);
	box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .5);
	border-radius: 10px;
}
.warning_box1 {
	width: 100%;
	margin: 30px 0 20px;
	padding: 1em 1em 1em 2em;
	background-color: #FEEEEE;
	border: solid 2px #e60033;
}
.warning_box1 p {
	position: relative;
	margin: 0;
	color: #e60033;
	font-weight: bold;
}
.warning_box1 p::before{
	position: absolute;
	content: "※";
	top: 0em;
	left: -1em;
}
.warning_box2 {
	width: 100%;
	margin: 30px 0 20px;
	padding: 1em 1em 1em 2em;
	background-color: #FEEEEE;
	border: solid 2px #e60033;
}
.warning_box2 p {
	position: relative;
	margin: 0;
	color: #e60033;
	font-weight: bold;
}
.infomation_box1 {
	width: 100%;
	margin: 10px;
	padding: 10px;
	border: 1px solid #363636;
	background-color: rgba(255, 255, 255, 0.5);
	font-weight: bold;
}
/*カラム================================================================================================================*/
.column_2-1 {
	display: flex;
	width: 100%;
}
@media screen and (max-width: 761px) {
	.column_2-1 {
		display: block;
	}
}
.column_2-1_2 {
	display: flex;
	gap: 10px;
}
@media screen and (max-width: 761px) {
	.column_2-1_2 {
		display: block;
	}
	.column_2-1_2 div:last-child {
		margin-top: 10px;
	}
}
/*リスト================================================================================================================*/
.list_1 {
	padding: 0;
	margin: 0;
	position: relative;
}
.list_1 li {
	line-height: 1.5;
	padding: 0.5em 0 0.5em 1.5em;
	list-style-type: none !important;
}
.list_1 li:before {
	font-family: "Font Awesome 6 Free";
	content: "\f138"; /*アイコンの種類*/
	font-weight: 900;
	position: absolute;
	left: 0; /*左端からのアイコンまでの距離*/
	color: #d4b683; /*アイコン色#f39800*/
}
.list_2 {
	
}
.list_2 li,
.list_3 li {
	margin-bottom: 10px;
	text-align: justify;
}
.list_3 {
	padding-left: 1em;
	list-style-type: disc
}
.list_4 {
	padding-left: 1em;
}
.list_4 li {
	position: relative;
	list-style-type: none;
	counter-increment: level1;
	padding-left: 2em;
}
.list_4 li::before {
	position:absolute;
	content: counter(level1, lower-alpha)"）";
	left: 0;
}

/*テーブル================================================================================================================*/
.table_1,.table_6 {
	width: 100%;
	display: table;
	table-layout: fixed;
}
.table_1 th,.table_6 th {
	background-color: #E0D7D7;
	padding: 10px;
	color: #4C4C4C;
	text-align: left;
}
.table_1 th {
	width: 210px;
}
.table_6 th {
	width: 220px;
}
.table_1 td,.table_6 td {
	background-color: #F6F6F6;
	padding: 10px;
}
.table_1_sp {
	display: none;
	width: 100%;
}
@media screen and (max-width: 769px) {
	.table_1 {
		
	}
	.table_1 th, .table_1 td,.table_6 th, .table_6 td  {
		display: block;
		width: 100%;
	}
}
.table_2, .table_3, .table_7 {
	width: 100%;
	display: table;
	table-layout: fixed;
}
.table_2 th {
	background-color: #E0D7D7;
	padding: 10px;
	color: #4C4C4C;
	text-align: left;
	line-height: 1.5em;
}
.table_2 td {
	background-color: #F6F6F6;
	text-align: center;
	padding: 10px;
	line-height: 1.5em;
}
@media screen and (max-width: 769px) {
	.table_2 th, .table_2 td {
		font-size: 0.72em;
		padding: 6px;
		line-height: 1.2em
	}
	.table_3 th, .table_3 td {
		font-size: 0.6em;
		padding: 6px;
		line-height: 1.2em
	}
}
.table_3 th {
	background-color: #E0D7D7;
	padding: 10px;
	color: #4C4C4C;
	text-align: center;
	line-height: 1.5em;
}
.table_3 td {
	background-color: #F6F6F6;
	text-align: center;
	padding: 10px;
	line-height: 1.5em;
}
.table_4 {
	width: 100%;
	display: table;
	table-layout: fixed;
}
.table_4 th {
	background-color: #E0D7D7;
	padding: 10px;
	color: #4C4C4C;
	text-align: center;
	line-height: 1.5em;
	width: 9em;
}
.table_4 td {
	background-color: #F6F6F6;
	padding: 10px;
	line-height: 1.5em;
}
@media screen and (max-width: 769px) {
	.table_4 th, .table_4 td {
		display: block;
		width: 100%;
	}
}
.table_7 th {
	background-color: #E0D7D7;
	padding: 8px;
	font-size: 0.75em;
	color: #4C4C4C;
	text-align: center;
	line-height: 1.5em;
}
.table_7 td.date {
	background-color: #EEE5E5;
	text-align: center;
}
.table_7 td {
	background-color: #F6F6F6;
	text-align: left;
	padding: 8px;
	font-size: 0.75em;
	line-height: 1.5em;
}
@media screen and (max-width: 769px) {
	.table_7 th, .table_7 td {
		font-size: 0.6em;
		padding: 4px;
		line-height: 1.2em
	}
}

/*フォントスタイル================================================================================================================*/
.font_style_base {
	color: #363636;
}
.font_style_red {
	color: red;
}
.line_through {
	text-decoration-line: line-through;
	text-decoration-color: red;
}
/*インデント====================================================================================================================*/
.indent_1w_down {
	text-indent: -1em;
  	padding-left: 1em;
}
.indent_2w_down {
	text-indent: -2em;
  	padding-left: 2em;
}
.indent_3w_down {
	text-indent: -3em;
	padding-left: 3em;
}
.indent_4w_down {
	text-indent: -4em;
	padding-left: 4em;
}
.indent_5w_down {
	text-indent: -5em;
	padding-left: 5em;
}
/*テキストの長体===============================================================================================================*/
.text_narrow_08 {
	display: block;
	transform-origin: top left;
	transform: scaleX(0.9);
}
/*--------------------------------------------------------
ボタン
--------------------------------------------------------*/
.btn_flex_block{
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: center;
}

.btn_2, .btn_4, .btn_5, .btn_6, .btn_7, .btn_8{
	display: flex;
	width: 80%;
	max-width: 320px;
	margin: 0 auto;
	padding: 5px 10px;
	border-radius: 25px;
	/*text-align: center;*/
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: relative;
	transition-property: all;
	transition-duration: 0.3s; /*--0.4秒かけて効果が完了します--*/
	transition-timing-function: ease-out;
}
.btn_2 {
	border: 1px solid #801D1E;
	background-color: #E7DFDF;
}
.btn_4 {
	border: 1px solid #069700;
	background-color: #E5F7E4;
}
.btn_5, .btn_6 {
	border: 1px solid #001BBE;
	background-color: #E4ECF7;
}
.btn_7 {
	border: 1px solid #f39800;
	background-color: #F5ECDC;
}
.btn_8 {
	border: 1px solid #f39800;
	background-color: #FFF3E0;
}
.btn_2::after, .btn_4::after, .btn_5::after, .btn_6::after, .btn_7::after, .btn_8::after {
	position: absolute;
	width: 20px;
	height: 20px;
	content: "";
	-webkit-mask: url("../images/icon_arrow1.svg");
	mask: url("../images/icon_arrow1.svg");
	-webkit-mask-size: contain;
	mask-size: contain;
	top: 8px;
	right: 10px;
}
.btn_2::after {
	background-color: #801D1E;
}
.btn_4::after {
	background-color: #069700;
}
.btn_5::after, .btn_6::after {
	background-color: #001BBE;
}
.btn_7::after, .btn_8::after {
	background-color: #f39800;
}
.btn_2:hover {
	background-color: #801D1E;
	color: white;
}
.btn_4:hover {
	background-color: #069700;
	color: white;
}
.btn_5:hover,.btn_6:hover {
	background-color: #001BBE;
	color: white;
}
.btn_7:hover, .btn_8:hover {
	background-color: #f39800;
	color: white;
}
.btn_2:hover::after, .btn_4:hover::after, .btn_5:hover::after, .btn_6:hover::after, .btn_7:hover::after, .btn_8:hover::after {
	background-color: white;
	color: white;
}
.btn_2 a, .btn_4 a, .btn_5 a, .btn_6 a, .btn_7 a, .btn_8 a {
	display: block;
	position: relative;
	top: 1px;
	text-decoration: none;
	font-weight: 600;
	font-size: 13px;
	ransition-property: all;
	transition-duration: 0.3s; /*--0.4秒かけて効果が完了します--*/
	transition-timing-function: ease-out;
}
.btn_2 a{
	color: #801D1E;
}
.btn_4 a{
	color: #069700;
}
.btn_2 a:hover, .btn_4 a:hover {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
.btn_4 a{
	color: #069700;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
.btn_5 a,.btn_6 a{
	color: #001BBE;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
.btn_7 a,.btn_8 a{
	color: #f39800;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
.btn_2 a:hover, .btn_4 a:hover, .btn_5 a:hover, .btn_6 a:hover, .btn_7 a:hover, .btn_8 a:hover {
	color: white;
}
@media screen and (max-width: 850px) {
	.btn_2, .btn_4, .btn_6, .btn_7, .btn_8 {
		widht: 100%;
	}
	.btn_2 a, .btn_4 a {
		font-size: 11.5px;
	}
	.btn_6 a {
		left: -6px;
		font-size: 10px;
	}
	.btn_7 a,.btn_8 a {
		left: -9px;
		font-size: 11px;
	}
}

.btn_3 {
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 5px 10px;
	border-radius: 25px;
	border: 1px solid #FF575A;
	background-color: #FFE2E2;
	text-align: center;
	color: #FF575A;
	cursor: pointer;
	position: relative;
	transition-property: all;
	transition-duration: 0.3s; /*--0.4秒かけて効果が完了します--*/
	transition-timing-function: ease-out;
}
.btn_3::after {
	position: absolute;
	width: 20px;
	height: 20px;
	content: "";
	background-color: #FF575A;
	-webkit-mask: url("../images/icon_arrow1.svg");
	mask: url("../images/icon_arrow1.svg");
	-webkit-mask-size: contain;
	mask-size: contain;
	top: 8px;
	right: 10px;
}
.btn_3:hover {
	background-color: #FF575A;
	color: white;
}
.btn_3:hover::after {
	background-color: white;
}
.btn_3 a {
	display: block;
	text-decoration: none;
	color: #FF272B;
	ransition-property: all;
	transition-duration: 0.3s; /*--0.4秒かけて効果が完了します--*/
	transition-timing-function: ease-out;
}
.btn_3 a:hover {
	color: white;
}
.btn_3.gray {
	border: 1px solid #B5B5B5;
	background-color: #F2F2F2;
	color: #B5B5B5;
}
.btn_3.gray::after {
	background-color: #B5B5B5;
}
.btn_3.gray a {
	color: #B5B5B5;
}
.btn_6,.btn_8 {
	display: flex;
	width: 80%;
	max-width: 320px;
	margin: 0 auto;
	padding: 5px 10px;
	border-radius: 25px;
	font-size: 0.9em;
	font-weight: 500;
	line-height: 1.5em;
	/*text-align: center;*/
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: relative;
	transition-property: all;
	transition-duration: 0.3s; /*--0.4秒かけて効果が完了します--*/
	transition-timing-function: ease-out;
}
.btn_6 {
	border: 1px solid #001BBE;
	background-color: #E4ECF7;
}
.btn_8 {
	border: 2px solid #f39800;
	background-color: #FFFBF5;
}
.btn_6::after, .btn_8::after {
	position: absolute;
	width: 20px;
	height: 20px;
	content: "";
	-webkit-mask: url("../images/icon_arrow1.svg");
	mask: url("../images/icon_arrow1.svg");
	-webkit-mask-size: contain;
	mask-size: contain;
	top: calc(50% - 10px);
	right: 10px;
}
.btn_6::after {
	background-color: #001BBE;
}
.btn_8::after {
	background-color: #f39800;
}
.btn_6:hover {
	background-color: #001BBE;
	color: white;
}
.btn_8:hover {
	background-color: #f39800;
	color: white;
}
.btn_6:hover::after, .btn_8:hover::after {
	background-color: white;
}
.btn_6 a, .btn_8 a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
.btn_6 a {
	color: #001BBE;
}
.btn_8 a {
	color: #f39800;
}
.btn_6 a:hover, .btn_8 a:hover {
	color: white;
}
@media screen and (max-width: 500px) {
	.btn_6, .btn_8 {
		font-size: 0.70em;
	}
}
.gray {
	border: 1px solid #878787;
	background-color: #D8D8D8;
}
.gray:hover {
	background-color: #D8D8D8;
}
.gray a {
	color: #878787;
}
.gray a:hover {
	color: #878787;
}
.gray::after {
	background-color: #878787;
}
.gray:hover::after {
	background-color: #878787;
}

.button_container {
	margin: 40px 0;
}
.button_container2 {
	margin: 40px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

/*--------------------------------------------------------
バナー
--------------------------------------------------------*/
.banner_block {
	margin: 40px 0;
	width: 100%;
}
.banner_item {
	width: 100%;
	margin-bottom: 20px;
}
.banner_item img {
	width: 100%;
}
.sp_banner_block {
	display: none;
	margin: 40px 0;
	padding: 20px 0;
	border-top : 1px solid #B4B4B4;
	text-align: center;
}
.sp_banner_item {
	width: 300px;
	margin: 0 auto;
	padding: 20px 0;
}
.sp_banner_item img {
	width: 100%;
}
@media screen and (max-width: 850px) {
	.sp_banner_block {
		display: block;
	}
}