@charset "utf-8";
/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	letter-spacing: 0.1em;
  -webkit-text-size-adjust: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p,
li,
h2,
h3,
dt,
dd,
img {
	transition: all .3s ease;
}

/* common */

body {
	font-size: 100%;
	line-height: 1.5;
	color: #000;
	font-family: Lato, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1 {
	margin: 0;
}
p {
	line-height: 1.68;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
a:hover {
	opacity: 0.7;
}
.conv-btns a,
.conv-tel p:nth-child(2) a {
	transition: all .3s ease;	
}
a:focus, *:focus {
	outline:none;
}

/* header */

header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 30px;
	box-sizing: border-box;
}
header .contact {
	display: flex;
	align-items: center;
}
header .contact p {
	color: #16549a;
	font-size:  24px;
	border: 1px solid #16549a;
	padding: 0 1.2em;
	margin-right: 20px;
}
header .contact a {
	text-decoration: none;
	font-size: 36px;
	color: #16549a;
	font-weight: bold;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	letter-spacing: 0;
}
header .contact a:before {
	content: "";
	display: inline-block;
	margin-right: 8px;
	width: 39px;
	height: 25px;
	background: url(../img/icon_freedial.jpg) no-repeat;
}

/* mv */

section.mv {
	width: 100%;
}
section.mv img {
	width: 100%;
}

/* conv */

.conv {
	width: 100%;
	background: url(../img/bg_conv.jpg);
	background-size: cover;
	padding: 50px 0;
}
.inner,
section.taguri,
section.circle,
section.jisseki .inner,
section.koushi,
section.yoyaku .wrap,
section.yoyaku .wrap2 {
	width: 1100px;
	margin: 0 auto;
}
.conv-btns {
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
}
.conv-btns a {
	color: white;
	text-decoration: none;
	text-align: center;
	padding: 20px 0;
	display: block;
	width: 49%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}
.conv-btns p {
	font-size: 34px;
	font-weight: bold;
}
.conv-btns p span {
	display: block;
	font-size: 17px;
	font-weight: normal;
}
.conv-btns a:first-child {
	background: #1dc590;
	-webkit-box-shadow: 0px 3px 0px 1px rgba(23,175,127,1);
	-moz-box-shadow: 0px 3px 0px 1px rgba(23,175,127,1);
	box-shadow: 0px 3px 0px 1px rgba(23,175,127,1);
}
.conv-btns a:nth-child(2) {
	background: #d94d9b;
	-webkit-box-shadow: 0px 3px 0px 1px rgb(191 59 132);
	-moz-box-shadow: 0px 3px 0px 1px rgb(191 59 132);
	box-shadow: 0px 3px 0px 1px rgb(191 59 132);
}
.conv-btns img {
	margin-right: 25px;
}
.conv-tel {
	position: relative;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	justify-content: space-between;
}
.conv-tel p {
	width: 50%;
	box-sizing: border-box;
	height: 95px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.conv-tel p:first-child {
	color: white;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	background: #16549a;
	z-index: 2;
}
.conv-tel p:nth-child(2) {
	background: white;
	border: 1px solid #16549a;
}
.conv-tel p:nth-child(2),
.conv-tel p:nth-child(2) a {
	text-decoration: none;
	color: #16549a;
	font-size: 55px;
	font-weight: bold;
	position: relative;
	top: 0;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.conv-tel p:first-child:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(22, 84, 154, 0);
	border-left-color: #16549a;
	border-width: 15px;
	margin-top: -15px;
}
.conv-tel p:nth-child(2):before {
	content: "";
	display: inline-block;
	margin-right: 8px;
	width: 60px;
	height: 39px;
	background: url(../img/icon_freedial_conv.png) no-repeat;
	background-size: cover;
}

/* contents */

section.taguri {
	padding: 80px 0;
}
section.taguri h2,
section.jisseki h2,
section.koushi h2,
section.yoyaku h2 {
	font-size: 72px;
	text-align: center;
	line-height: 1.2em;
	position: relative;
	margin-bottom: 60px;
	font-weight: bold;
	color: #0051ab;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
section.taguri h2:after,
section.jisseki h2:after,
section.koushi h2:after,
section.yoyaku h2:after {
	content: "";
	display: block;
	height: 10px;
	width: 100%;
	position: relative;
	top: 10px;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(0,94,201,1) 50%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(50%, rgba(0,94,201,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(0,94,201,1) 50%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(0,94,201,1) 50%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(0,94,201,1) 50%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(0,94,201,1) 50%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}
.lead {
	font-size: 24px;
	line-height: 1.6em;
	margin-bottom: 30px;
}
section.taguri ul li {
	display: flex;
	align-items: center;
	flex-direction: row;
	margin-bottom: 40px;
}
section.taguri ul li:nth-child(odd) div:nth-child(2) {
	padding-left: 30px;
	box-sizing: border-box;
}
section.taguri ul li:nth-child(even) div:nth-child(2) {
	padding-right: 30px;
	box-sizing: border-box;
}
section.taguri ul li:nth-child(even) div:nth-child(2) {
	order: 1;
}
section.taguri ul li:nth-child(even) div:first-child {
	order: 2;
}
section.taguri ul li div:first-child {
	width: 550px;
}
section.taguri ul li div:first-child img {
	width: 550px;
	height: 374px;
}
section.taguri p.text {
	font-size: 18px;
}
section.taguri p.title {
	font-size: 30px;
	font-weight: bold;
	color: #0a55aa;
	margin-bottom: 20px;
	line-height: 1.4em;
}
section.circle ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}
section.circle ul li {
	width: calc(100% / 4 - 20px);
}
section.circle ul li div {
	margin-bottom: 20px;
	text-align: center;
}
section.circle ul li p.title {
	font-size: 24px;
	color: #0a55aa;
	text-align: center;
	margin-bottom: 10px;
	line-height: 1.3em;
}
section.jisseki {
	background: #f9f8ed;
	padding: 50px 0;
}
section.jisseki h2 span,
section.yoyaku h2 span {
	font-size: 48px;
	display: block;
}
section.jisseki h2 span:before,
section.jisseki h2 span:after {
	content: "－";
}
section.jisseki .ninzu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 50px;
}
section.jisseki .ninzu div {
	margin-bottom: 30px;
}
section.jisseki .ninzu div:first-child {
	padding-right: 50px;
}
section.jisseki .ninzu div:nth-child(2) {
	padding-left: 50px;
}
section.jisseki .ninzu p {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 40px;
}
section.jisseki h3 {
	font-weight: bold;
	font-size: 48px;
	margin-bottom: 40px;
	color: #0051ab;
	text-align: center;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
section.jisseki h3:before,
section.jisseki h3:after {
	content: "－";
}
section.jisseki .slider-voice .img p {
	color: #005ec9;
	font-size: 35px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 20px;
}
section.jisseki .slider-voice .img {
	width: 500px;
}
section.jisseki .slider-voice li .wrap {
	display: flex;
	align-items: center;
}
section.jisseki .slider-voice .text {
	font-size: 18px;
	line-height: 2em;
	padding-left: 50px;
}
.slick-prev:before,
.slick-next:before {
	content: "" !important;
	width: 28px;
	height: 49px;
	background-size: cover;
	text-indent: -999em;
	display: block;
}
.slick-prev,
.slick-next {
	width: 28px;
	height: 49px;
}
.slick-prev {
    left: -70px !important;
}
.slick-next {
	right: -70px !important;
}
.slick-prev:before {
	background-image: url(../img/arrow_left.png);
}
.slick-next:before {
	background-image: url(../img/arrow_right.png);
}
.slick-slide img.sp {
	display: none;
}
section.gokakuryoku img {
	width: 100%;
	vertical-align: bottom;
}
section.koushi,
section.yoyaku {
	padding: 50px 0;
}
section.koushi .slider-koushi div {
	position: relative;
}
section.koushi .slider-koushi div .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
}
.slider-koushi li.odd div .mask {
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.08) 27%, rgba(255,255,255,0.14) 45%, rgba(0,0,0,0.3) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(27%, rgba(255,255,255,0.08)), color-stop(45%, rgba(255,255,255,0.14)), color-stop(100%, rgba(0,0,0,0.3)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.08) 27%, rgba(255,255,255,0.14) 45%, rgba(0,0,0,0.3) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.08) 27%, rgba(255,255,255,0.14) 45%, rgba(0,0,0,0.3) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.08) 27%, rgba(255,255,255,0.14) 45%, rgba(0,0,0,0.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.08) 27%, rgba(255,255,255,0.14) 45%, rgba(0,0,0,0.3) 100%);
}
.slider-koushi li.even div .mask {
	background: rgba(0,0,0,0.3);
	background: -moz-linear-gradient(left, rgba(0,0,0,0.3) 0%, rgba(255,255,255,0.14) 55%, rgba(255,255,255,0.08) 73%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0.3)), color-stop(55%, rgba(255,255,255,0.14)), color-stop(73%, rgba(255,255,255,0.08)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.3) 0%, rgba(255,255,255,0.14) 55%, rgba(255,255,255,0.08) 73%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,0.3) 0%, rgba(255,255,255,0.14) 55%, rgba(255,255,255,0.08) 73%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0,0.3) 0%, rgba(255,255,255,0.14) 55%, rgba(255,255,255,0.08) 73%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0.3) 0%, rgba(255,255,255,0.14) 55%, rgba(255,255,255,0.08) 73%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=1 );
}
section.koushi .slider-koushi li div p.catch {
    font-size: 36px;
    line-height: 1.15em;
    position: absolute;
    top: 40%;
    margin: auto;
    color: white;
}
section.koushi .slider-koushi li.odd div p.catch {
    right: 10%;
}
section.koushi .slider-koushi li.even div p.catch {
    left: 10%;
}
section.koushi .slider-koushi div p.catch br {
	display: none;
}
section.koushi .slider-koushi p.catch span {
    font-size: 18px;
    display: block;
}
section.koushi .slider-koushi p.text {
	margin-top: 20px;
}
section.qa {
	background: #f5f5f5;
	padding: 0 0 50px 0;
}
section.qa dl {
	width: 1100px;
	margin: 0 auto;
	padding-bottom: 40px;
	line-height: 1.3em;
}
section.qa dt {
	display: flex;
	width: 100%;
	font-size: 24px;
	padding: 15px;
	box-sizing: border-box;
	cursor:pointer;
	background: #d1d1d1;
	position: relative;
	justify-content: flex-start;
	align-items: center;
}
section.qa dt p.q,
section.qa dd p.a {
	width: 30px;
	height: 30px;
	font-size: 24px;
	color: white;
	line-height: 26px;
	text-align: center;
	padding-left: 2px;
	box-sizing: border-box;
	margin-right: 20px;
}
section.qa dt p.q {
    background: #626262;	
}
section.qa dd p.a {
	background: #005ec9;
	vertical-align: top;
}
section.qa dd p {
	display: inline-block;
	width: 90%;
}
section.qa dt span {
	width: 35px;
	height: 5px;
	display: block;
	background: #959595;
	transition: all .3s ease;
	position: absolute;
	right: 20px;
}
section.qa dt span:nth-of-type(2) {
	transform: rotate(-90deg);
}
section.qa dt.mouseon span:nth-of-type(2) {
	transform: rotate(0deg);
}
section.qa dd {
	background: #ffffff;
	width: 100%;
	padding: 30px 15px;
	box-sizing: border-box;
	line-height: 1.3em;
	display: none;
}
section.qa h2 {
	background: #005ec9;
	text-align: center;
	color: white;
	font-size: 48px;
	font-weight: bold;
	padding: 20px 0;
	margin-bottom: 80px;
	position: relative;
}
section.qa h2:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 94, 201, 0);
	border-top-color: #005ec9;
	border-width: 30px;
	margin-left: -30px;
}
section.yoyaku .wrap {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
section.yoyaku .wrap p {
	font-size: 18px;
	padding-left: 40px;
}
section.yoyaku h3 {
	font-size: 24px;
	font-weight: bold;
	color: white;
	text-align: center;
	margin-bottom: 50px;
	padding: 20px 0;
	background: #005ec9;
}
section.yoyaku dl {
	display: table;
	width: 100%;
	border-collapse: collapse;
	font-size: 18px;
}
section.yoyaku dl dt,
section.yoyaku dl dd {
	display: table-cell;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 18px;
}
section.yoyaku dl:last-of-type dt,
section.yoyaku dl:last-of-type dd {
	border-bottom: 1px solid #ccc;
}
section.yoyaku dl:last-of-type {
	margin-bottom: 30px;
}
section.yoyaku dl dt {
	width: 30%;
	text-align: center;
	background: #f5f5f5;
}
section.yoyaku ul li:before {
	content: "※";
	font-size: 16px;
	line-height: 1.8em;
}







@media screen and (max-width: 62em) {
}

@media screen and (max-width : 42em) {
	


    /* common */
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	img {
		max-width: 100%;
	}

	/* header */

	header {
		padding: 8px 8px;
	}
	header .contact {
		display: block;
		width: 50%;
	}
	header .contact p {
		font-size: 3vw;
		padding: 0em 0em;
		margin-right: 0;
		text-align: center;
		letter-spacing: 0;
	}
	header .contact a {
		font-size: 6vw;
		white-space: nowrap;
	}
	header .contact a:before {
		content: "";
		display: inline-block;
		margin-right: 0;
		width: 29px;
		height: 15px;
		background-size: contain;
	}
	h1 {
		width: 40%;
	}
	h1 img {
		width: 100%;
		height: auto;
	}

    /* conv */
	
	.inner,
	section.taguri,
	section.circle,
	section.jisseki .inner,
	section.koushi,
	section.yoyaku .wrap,
	section.yoyaku .wrap2 {
		width: 90%;
		margin: 0 auto;
	}
	section.jisseki .inner {
		width: 80%;
	}
	section.qa dl {
		width: 100%;
		margin-bottom: 20px;
	}
	.conv-btns {
		display: block;
		padding: 20px 0;
	}
	.conv-btns a {
		padding: 10px 0;
		margin-bottom: 20px;
		width: 100%;
		border-radius: 8px 8px 8px 8px;
		-moz-border-radius: 8px 8px 8px 8px;
		-webkit-border-radius: 8px 8px 8px 8px;
	}
	.conv-btns a:nth-child(2) {
		margin-bottom: 0;
	}	
	.conv-btns p {
		font-size: 5vw;
	}
	.conv-btns p span {
		font-size: 20%;
	}
	.conv-btns img {
		margin-right: 10px;
	}	
	.conv-btns a:first-child img {
		width: 29px;
		height: 35px;
	}
	.conv-btns a:nth-child(2) img {
		width: 30px;
		height: 30px;
	}
	.conv-tel {
		display: block;
	}
	.conv-tel p:first-child {
		font-size: 3.5vw;
		padding: 15px;
	}	
	.conv-tel p {
		width: 100%;
		height: auto;
	}
	.conv-tel p:first-child:after {
		top: 100%;
		left: 50%;
		border: solid transparent;
		content: "";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(22, 84, 154, 0);
		border-top-color: #16549a;
		border-width: 15px;
		margin-left: -15px;
		margin-top: 0;
	}
	.conv-tel p:nth-child(2),
	.conv-tel p:nth-child(2) a {
		font-size: 9vw;
	}
	.conv-tel p:nth-child(2):before {
		margin-right: 8px;
		width: 31px;
		height: 20px;
	}	
	
	/* contents */

	section.taguri {
		padding: 20px 0;
	}
	section.taguri h2,
	section.jisseki h2,
	section.koushi h2,
	section.yoyaku h2 {
		font-size: 7vw;
		margin-bottom: 40px;
	}
	section.taguri h2:after,
	section.jisseki h2:after,
	section.koushi h2:after,
	section.yoyaku h2:after {
		height: 5px;
		top: 5px;
	}
	.lead {
		font-size: 4.5vw;
		margin-bottom: 20px;
	}
	section.taguri ul li {
		display: block;
		margin-bottom: 30px;
	}
	section.taguri ul li:nth-child(odd) div:nth-child(2) {
		padding-left: 0;
	}
	section.taguri ul li:nth-child(even) div:nth-child(2) {
		padding-right: 0;
	}
	section.taguri ul li div {
		margin-bottom: 10px;
	}
	section.taguri ul li div:first-child {
		width: 100%;
	}
	section.taguri ul li div:first-child img {
		width: 100%;
		height: auto;
	}
	section.taguri p.text {
		font-size: 4vw;
	}
	section.taguri p.title {
		font-size: 5vw;
		margin-bottom: 10px;
	}
	section.taguri p.title br {
		display: none;
	}
	.conv {
		padding: 20px 0;
	}
	section.circle ul {
		flex-wrap: wrap;
	}
	section.circle ul li {
		width: calc(100% / 2 - 10px);
	}
	section.circle ul li div {
		margin-bottom: 10px;
	}
	section.circle ul li p.title {
		font-size: 4.5vw;
		margin-bottom: 10px;
		line-height: 1.5em;
	}
	section.circle ul li p:nth-child(3) {
		font-size: 4vw;
		margin-bottom: 20px;
	}
	section.circle ul li p.title br {
		display: none;
	}
	section.jisseki {
		padding: 20px 0;
	}
	section.jisseki h2 span,
	section.yoyaku h2 span {
		font-size: 5vw;
	}
	section.jisseki .ninzu {
		margin-bottom: 30px;
	}
	section.jisseki .ninzu div {
		margin-bottom: 10px;
		width: 45%;
	}
	section.jisseki .ninzu div:first-child {
		padding-right: 10px;
	}
	section.jisseki .ninzu div:nth-child(2) {
		padding-left: 0;
	}
	section.jisseki .ninzu p {
		font-size: 4vw;
		margin-bottom: 20px;
	}
	section.jisseki h3 {
		font-size: 8vw;
		margin-bottom: 20px;
	}
	section.jisseki h3:before,
	section.jisseki h3:after {
		content: "－";
	}
	section.jisseki .slider-voice .img p {
		font-size: 6vw;
		margin-bottom: 15px;
	}
	section.jisseki .slider-voice .img {
		width: 100%;
		margin-bottom: 15px;
	}
	section.jisseki .slider-voice li .wrap {
		display: block;
	}
	section.jisseki .slider-voice .text {
		font-size: 4vw;
		padding-left: 0;
	}
	.slick-prev,
	.slick-next {
        top: 22%;
		width: 13px;
		height: 24px;
		z-index: 2;
	}	
	.slick-prev {
		left: -10% !important;
	}
	.slick-next {
		right: -10% !important;
	}	
	.slick-prev:before,
	.slick-next:before {
		width: 13px;
		height: 24px;
	}
	section.koushi .slick-prev,
	section.koushi .slick-next {
		top: 8vh;
	}
	section.koushi .slick-prev {
		left: 3% !important;
	}
	section.koushi .slick-next {
		right: 3% !important;
	}
	section.koushi .slider-koushi li div p.catch {
		line-height: 130% !important;
		top: 25% !important;
		font-size: 14px !important;
	}
	section.koushi .slider-koushi li.odd div p.catch {
	    right: 12% !important;
	}
	section.koushi .slider-koushi li.even div p.catch {
	    left: 12% !important;
	}
	section.koushi .slider-koushi div p.catch br {
		display: block;
	}
	section.koushi .slider-koushi p.catch span {
		font-size: 40%;
	}
	section.qa {
		background: #f5f5f5;
		padding: 0 0 20px 0;
	}
	section.qa dl {
		width: 90%;
		margin-bottom: 10px;
	}
	section.qa h2 {
		font-size: 6vw;
		padding: 10px 0;
		margin-bottom: 30px;
	}
	section.qa h2:after {
		margin-bottom: 20px;
		border-width: 15px;
		margin-left: -15px;
	}
	section.qa dt p {
		font-size: 16px;
		width: 75%;
	}
	section.qa dd p {
		font-size: 16px;
		width: 80%;
	}
	section.qa dt p.q,
	section.qa dd p.a {
		font-size: 20px;
		margin-right: 10px;
	}
	section.qa dt span {
		width: 22px;
		height: 3px;
	}
	section.yoyaku {
		padding: 20px 0;
		margin: 0 auto;
	}
	section.yoyaku .wrap {
		display: block;
	}
	section.yoyaku .wrap p {
		padding-left: 0;
		font-size: 4vw;
		margin-bottom: 20px;
	}		
	section.yoyaku h3 {
		font-size: 5vw;
		margin-bottom: 20px;
		padding: 10px 0;
	}
	section.yoyaku dl {
		font-size: 4vw;
	}
	section.yoyaku dl dt,
	section.yoyaku dl dd {
		padding: 10px;
	}
	section.yoyaku dl:last-of-type {
		margin-bottom: 20px;
	}	
	section.yoyaku ul li {
		font-size: 3vw;
	}	
	
}

/*★追加ここから*/
.bulletinbox{
	background-color:#ddeaf6;
	padding:20px 0px;
}
.bulletinbox .bulletinboxinner{
	max-width:780px;
	margin:0 auto;
		display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center ;
}
.bulletinbox .bulletinbox_title{
	width:280px;
}
.bulletinbox .bulletinbox_title span{
	background-color:#2f5597;
	color:#fff;
padding:10px;
position:relative;
height:25px;
font-size:1.2em;
margin-top:10px;
}
.bulletinbox .bulletinbox_title span:after{
	content: '';
	width: 0;
height: 0;
border-style: solid;
border-width: 22px 0 22px 30px;
border-color: transparent transparent transparent #2f5597;
display:inline-block;
position:absolute;
right:-30px;
top:0;
}
.bulletinbox .bulletinbox_comments{
	width: calc(100% - 290px) ;
font-size:1.2em;
}
.bulletinbox .bulletinbox_comments span{
	color:#ff0000;
	font-size:1.8em;
}
.br-sp{
	display:none;
}
@media screen and (max-width : 42em) {
	.bulletinbox .bulletinboxinner{
		display:block;
		text-align:center;
		padding:0 10px;
	}
	.bulletinbox .bulletinbox_title{
	width:100%;
}
.bulletinbox .bulletinbox_title span{
	background-color:#ddeaf6;
	color:#2f5597;
}
.bulletinbox .bulletinbox_title span:after{
	border:none;
	content: '＞';
	right:0;
	top:8px;
	}
.bulletinbox .bulletinbox_title span:before{
	border:none;
	content: '＜';
	left:0;
	top:8px;
	}
	.bulletinbox .bulletinbox_comments{
	width:100%;
}
.br-sp{
	display:inline-block;
}


}
/*★追加ここまで*/
