@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
body {
	font-family: "Noto Sans JP","Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体",Meiryo,"Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Osaka,Arial,Sans-serif;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
}
figure,
.sec-img {
	position: relative;
}
figure:after,
.sec-img:after {
	background: url(../img/transparent.png);
    background-size: cover;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
h2 {
	font-size: 32px;
	margin: 45px auto 50px;
	text-align: center;
}
@media screen and (max-width: 420px) {
	h2 {
		font-size: 25px;
		margin: 45px auto 40px
	}
}
p {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 1.75em;
}
section h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 50px;
}
.l-main {
	background: #C8DCEF;
	margin-bottom: 0px;
}
.bg-wh {
	background: #FFF;
	box-sizing: border-box;
	margin: auto;
	max-width: 484px;
	padding: 0 2% 140px;
	width: 100%;
}
.underline {
	background: linear-gradient(180deg, transparent 50%, #FFFF00 50%);
}
.sec-img img {
	display: block;
	width: 100%;
}
section .sec-img {
	margin: 45px auto;
}
.talk dl {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-bottom: 35px;
}
.talk dl.right {
	flex-direction: row-reverse;
}
.talk dt {
	width: 10%;
}
.talk dt figure {
	margin: auto;
}
.talk dt figure img {
	display: block;
	width: 100%;
}
.talk dt figure figcaption {
	font-size: 12px;
	display: block;
	margin-top: 5px;
	text-align: center;
}
.talk dd {
	background: #FFF;
	border: 1px solid #707070;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.7;
	margin: auto;
	padding: 0.75em;
	position: relative;
	width: 80%;
}
.talk dd:before,
.talk dd:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
}
.talk dd:before {
	border-color: transparent #707070 transparent transparent;
	border-width: 8px 14px 8px 0;
	top: 15px;
	left: -14px;
}
.talk dl.right dd:before {
	border-color: transparent transparent transparent #707070;
	border-width: 8px 0 8px 14px;
	top: 15px;
	left: auto;
	right: -14px;
}
.talk dd:after {
	border-color: transparent #FFFFFF transparent transparent;
	border-width: 8px 14px 8px 0;
	top: 15px;
	left: -12px;
}
.talk dl.right dd:after {
	border-color: transparent transparent transparent #FFFFFF;
	border-width: 8px 0 8px 14px;
	top: 15px;
	left: auto;
	right: -12px;
}
.talk dd .b {
	background: linear-gradient(180deg, transparent 60%, #96E5F3 40%);
	font-weight: bold;
}
.btn {
	background: #0659A6;
	border-radius: 42px;
	height: 50px;
	margin: auto;
	max-width: 362px;
	transition: 0.3s;
	width: 94%;
}
.btn:hover {
	background: rgba(6,89,166,0.7);
}
.btn a {
	align-items: center;
	color: #FFF;
	display: flex;
	font-size: 24px;
	font-weight: bold;
	height: 100%;
	justify-content: center;
	width: 100%;
}
@media screen and (max-width: 767px){
	section h3 {
		margin-bottom: 30px;
	}
	section .sec-img {
		margin: 30px auto;
	}
	.talk {
		margin-bottom: 50px;
	}
	.talk dl {
		margin-bottom: 20px;
	}
}
.dib {
	display: inline-block;
}
.db {
	display: block;
}