@charset "utf-8";
/* CSS Document */
/******************************************************************************************
プライバシーポリシーボタン要素
******************************************************************************************/
.privacy_button { width: 400px; padding: 10px 0 10px 0;  margin:20px auto 50px; }
.privacy_button a {display: block;
	background-color: #1bbc9b;
	color: #ffffff;
	border-radius: 26px;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	padding: 14px 0;
}
.privacy_button a .fa-chevron-right { color: #ffffff; }
.privacy_button a:hover { background-color: #22d1ad; }

/******************************************************************************************
セクション要素
******************************************************************************************/
.privacy_box { width:100%; margin-bottom:100px; }

.flex_box {
	background-color: #ffffff;
	overflow: hidden;
    padding: 40px;
    border-radius: 4px;
	font-size: 18px;
}
/******************************************************************************************
見出しの装飾
******************************************************************************************/
.page_article h2 {
	font-size: 20px;
	font-weight: bold;
	position: relative;
	background: #3598db;
	box-shadow: 0px 0px 0px 5px #3598db;
	border: dashed 2px white;
	padding: 0.4em 0.7em;
	color: #ffffff;
	margin: 0 0 20px;
}

.page_article h2:after {
	position: absolute;
	content: '';
	left: -7px;
	top: -7px;
	border-width: 0 0 15px 15px;
	border-style: solid;
	border-color: #ffffff #ffffff #2d7fb7;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.page_article h3 {
	font-size: 18px;
	font-weight: bold;
	position: relative;
	padding: .75em 1em .75em 1.5em;
	border: 1px solid #3598db;
	color: #3598db;
	margin: 20px 0;
	background-color: #ffffff;
}
.page_article h3::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #2d7fb7;
	border-radius: 4px;
}

/******************************************************************************************
LINEバナー要素
******************************************************************************************/
.line_banner { margin-bottom: 40px; }
.line_banner img { text-align:center; width:100%; }
