@charset "UTF-8";

/* ボタン */
.s_02 {
		padding: 0;
		margin-bottom: 4em;
}
.s_02 .btn_s02 {
	max-width: 28em;
}
@media screen and (max-width: 768px) {
	.s_02 .btn_s02 {
		max-width: 315px;
	}	
}
.s_03 {
		display: block;
		width: 100%;
}
.s_03 .btn_s03 {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 300px;
		height: 64px;
		position: relative;
		font-size: 18px;
		font-weight: 700;
		margin: 0 auto 0px;
		-webkit-transition: 0.3s ease;
		transition: 0.3s ease;
		display: block;
		padding: 20px 15px 15px 45px;
		background: #DEEBF7 url(/common/img/parts/arrow_icon01.png) no-repeat 20px 1.5em;
		-webkit-box-shadow: 1px 1px 1px #dedee0;
						box-shadow: 1px 1px 1px #dedee0;
		text-decoration: none;
	}
.s_03 .btn_s03::before {
		display: block;
		position: absolute;
		content: "";
		background-size: 6px 12px;
		width: 6px;
		height: 12px;
		top: 0;
		bottom: 0;
		left: 30px;
		margin: auto;
}
@media screen and (max-width: 768px) { 
	.s_03 {
			padding: 50px 0;
	}
	.s_03 .btn_s03 {
		width: 100%;
		max-width: 315px;
		height: 64px;
		font-size: 14px;
		margin: 0 auto 0px;
	}
	.refer {
		margin: 0;
		margin-bottom: 20px;
	}
}

/* indent */
.sec_indent {
		text-indent:-1em;
		padding-left:1em;
}

/* link */
.clm_contents_col li a {
	text-decoration: underline;
}

/* popovers */
.popovers-sgn {
	margin: 0 20px;
	margin-bottom: 30px;
}
@media screen and (max-width: 768px) { 
	.popovers-sgn {
		margin: 0;
		margin-bottom: 20px;
	}
}
.popover-wp {
	background: #eee;
	padding: 30px 20px;
	display: flex;
}
.popover-wp figure {
	width:150px;
	margin:auto 0;
}
.popover-wp figure img {
	width:80%;
	box-shadow: none;
}
.popovers-pr-sg{
	background: #fff;
	padding:20px;
	display:inline-block;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	position: relative;
	border-radius:10px;
}
.popovers-pr-sg.right>.popover-arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #fff;
}
.popovers-pr-sg>.popover-arrow {
	border-width: 11px;
}
.popovers-pr-sg>.popover-arrow, .popovers-pr-sg>.popover-arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popovers-pr-sg.right>.popover-arrow:after {
	left: 1px;
	border-left-width: 0;
	border-right-color: #fff;
}
.popovers-comment h5{
	font-size:1.1em;
	color:#333;
}
.popovers-comment h5.color-red {
	color: #cc0000;
}
