/*
Author: MAIDOSOFT
Author URI: http://www.maido.co.jp/
*/



/*
======================================
 1. Reset Style
======================================
 * http://meyerweb.com/eric/tools/css/reset/ 
 * v2.0b2 | 201101
 * NOTE: THIS IS A BETA VERSION (see previous line)
 * USE WITH CAUTION AND TEST WITH ABANDON
*/
@font-face {
	font-family: 'fontello';
	src: url('../font/fontello.eot?20210413000000');
	src: url('../font/fontello.eot?20210413000000#iefix') format('embedded-opentype'),
		url('../font/fontello.woff2?20210413000000') format('woff2'),
		url('../font/fontello.woff?20210413000000') format('woff'),
		url('../font/fontello.ttf?20210413000000') format('truetype'),
		url('../font/fontello.svg?20210413000000#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}
*, *:before, *:after {
	-webkit-appearance: none
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: none;
}
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, 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;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
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;
}
.clear { clear: both; }
.button::-moz-focus-inner { border: none; }
a { outline: 0; }
.mincho {font-family: "source-han-serif-japanese",serif;}





/*
======================================
Base Style
======================================
*/
html {
	font-size: 62.5%;
	height: 100%;
	scroll-behavior: smooth;
}
body {
	position: relative;
	margin-top: 52px;
	background: #fff;
	font-family: -apple-system, BlinkMacSystemFont, 'Noto Sans JP', 'Lato', "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-feature-settings : "palt" 1;
	font-weight: 500;
	color: #000;
	height: 100%;
	font-size: 1.6rem;
	line-height: 2.25em;
}
body.no-scroll {
	overflow: hidden;
}
/* 明朝:400 or 700 | 角ゴ:300 or 700 */
/*@media all and (-ms-high-contrast:none) {
	body {
		font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}
}*/
a {
	color: #1a0dab;
	text-decoration: none;
}
a:hover {
	color: #1a0dab;
	text-decoration: underline;
}
.clear{
	clear: both;
	line-height: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {min-height: 1px;}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
::-moz-selection {
	background: #d6caab;
	color: #fff;
}
::selection {
	background: #d6caab;
	color: #fff;
}
.skip {
	display: none;
}
.HiddenContent {
	position: absolute;
	top: -10000px;
	left: -10000px;
}


.wrap {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 1rem;
}
@media screen and (max-width: 768px) {
}



#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	padding: 1rem;
	background: #fff;
	z-index: 999;
	box-shadow: 0px 0px 15px -5px #777;
}
#header h1.cns {
	margin-left: 1.5rem;
	transform: translateY(2px);
}
#header h1 figure {
	width: 64px;
}
#header h1.cty figure {
	width: 60px;
}
#header h1.cns figure img {
	vertical-align: bottom;
}
#header h1 figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
	fill: #fff;
}
#header .btn {
	margin-left: auto;
}
#header .btn a {
	display: inline-block;
	padding: .5rem 3rem .7rem;
	background: #d9161B;
	border-radius: 100px;
	font-size: 1.6rem;
	font-weight: 800;
	line-height: 1.25em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	transition: all .25s ease-in-out;
}
#header .btn a span::after {
	content: "\e807";
	margin-left: 1rem;
	font-family: "fontello";
}
#header .btn a:hover {
	background: #568bfa;
	color: #fff;
}
@media screen and (max-width: 768px) {
	#header h1.cns {
		transform: none;
	}
	#header h1 figure {
		width: 60px;
	}
	#header h1.cty figure {
		width: 56px;
	}
	#header .btn a {
		padding: .5rem 2rem;
		font-size: 1.4rem;
	}
}





.comingsoon {
	padding: 1.25rem 0 1rem;
	background: #E60012;
	background: linear-gradient(180deg, #ed0009 0%, rgba(255, 57, 62, 1) 21%, rgb(255 63 63) 50%, #ed0009 100%);
	font-size: 2.6rem;
	line-height: 1.25em;
	color: #fff;
	text-align: center;
}
.comingsoon span {
	font-size: 2.0rem;
}
@media screen and (max-width: 640px) {
	.comingsoon {
		font-size: 2.0rem;
	}
	.comingsoon span {
		font-size: 1.6rem;
	}
}





#hero {
	overflow: hidden;
}
#hero img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
@media screen and (max-width: 768px) {

}





main {
	font-size: 1.6rem;
}





.column {
	padding: 5rem 0;
}
.column h1.heading {
	margin-bottom: 3rem;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.35em;
	text-align: center;
}
.column h1.heading span {
	position: relative;
	display: inline-block;
}
.column h1.heading span::before,
.column h1.heading span::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 30px;
	height: 3px;
	background: #0080D9;
}
.column h1.heading span::before {
	left: -45px;
}
.column h1.heading span::after {
	right: -45px;
}
.column .lead {
	margin-bottom: 5rem;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.5em;
	text-align: center;
}
.column .lead br {
	display: none;
}
@media screen and (max-width: 768px) {
	.column h1.heading {
		font-size: 2.4rem;
	}
	.column .lead {
		margin-bottom: 3rem;
		font-size: 1.6rem;
	}
	.column .lead br {
		display: inline;
	}
	.column h1.heading span::before,
	.column h1.heading span::after {
		width: 20px;
	}
	.column h1.heading span::before {
		left: -30px;
	}
	.column h1.heading span::after {
		right: -30px;
	}
}





#ap {
	padding: 6rem 1rem;
	background: url(../gifs/bg_ap.jpg);
	background-size: cover;
}
#ap .image {
	display: block;
}
#ap .image img {
	width: 100%;
	height: auto;
	border-radius: 20px;
	vertical-align: top;
}





#cm {
	position: relative;
	padding: 6rem 1rem;
	background: #e5f0f7;
}
#cm .waku {
	position: relative;
	width: 90%;
	margin: 0 auto;
	box-shadow: 0px 0px 35px -12px rgba(0,0,0,0.40);
	border-radius: 15px;
	z-index: 6;
}
#cm .youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	z-index: 10;
}
#cm .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	vertical-align: top;
	border-radius: 15px;
}
#cm .archivelist {
	display: flex;
	justify-content: center;
	position: relative;
	margin: 3rem auto 0;
	width: 80%;
	z-index: 11;
}
#cm .archivelist li {
	margin: 0 5px;
	width: 25%;
	text-align: center;
}
#cm .archivelist li a img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	vertical-align: top;
	transition: all .25s ease-in-out;
	cursor: pointer;
}
#cm .archivelist li a:hover img {
	opacity: .75;
}
#cm .archivelist li p {
	margin-top: .5em;
	font-size: 1.4rem;
	line-height: 1.25em;
	color: #000;
}
@media screen and (max-width: 640px) {
	#cm {
		padding: 30px 10px;
	}
	#cm .waku {
		width: 100%;
	}
	#cm .youtube iframe {
		border-radius: 10px;
	}
	#cm .archivelist {
		width: 100%;
	}
	#cm .archivelist li a img {
		width: 100%;
		height: auto;
		vertical-align: top;
	}
	#cm .archivelist li p {
		margin-top: .5em;
		font-size: 1.2rem;
		line-height: 1.25em;
		color: #000;
	}
}






#copy h1 {
	margin-bottom: 3rem;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1.5em;
	text-align: center;
}
#copy h1 span {
	font-weight: 900;
	color: #d9161B;
}
#copy h1 em {
	font-weight: 900;
	color: #0080D9;
}
#ocpy h1 br {
	display: none;
}
#copy .col3 {
	display: flex;
	justify-content: space-between;
}
#copy .col3 .item {
	width: 31%;
}
#copy .col3 .item figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
	border-radius: 25px;
	border: 2px solid #ccc;
}
#copy .col3 .item strong {
	display: block;
	margin-top: .5rem;
	font-size: 2.0rem;
	font-weight: 400;
	line-height: 1.5em;
	text-align: center;
}
#copy .renkei {
	margin: 5rem auto 0;
	width: 100%;
	padding: 2rem;
	border: 3px double #ccc;
	border-radius: 5px;
}
#copy .renkei.mt0 {
	margin-top: 0;
}
#copy .renkei strong {
	display: block;
	margin-bottom: .25em;
	font-size: 1.8rem;
	font-weight: 900;
	line-height: 1.5em;
	text-align: center;
}
#copy .renkei p {
	font-size: 1.4rem;
	line-height: 1.5em;
	text-align: center;
}
@media screen and (max-width: 768px) {
	#copy h1 {
		font-size: 2.4rem;
	}
	#copy h1 br {
		display: inline;
	}
	#copy .col3 {
		flex-wrap: wrap;
	}
	#copy .col3 .item {
		width: 48%;
		margin: 0 auto 1.5rem;
	}
	#copy .col3 .item strong {
		font-size: 1.8rem;
	}
	#copy .renkei {
		margin: 1.5rem auto 0;
		padding: 2rem 1.5rem;
		width: 100%;
	}
	#copy .renkei strong {
		font-size: 1.6rem;
	}
	#copy .renkei p {
		font-size: 1.4rem;
	}
}





#recommend {
	background: #fafafa;
}
#recommend .heading br {
	display: none;
}
#recommend .point-nav {
	display: flex;
	justify-content: center;
}
#recommend .point-nav li {
	position: relative;
	width: 300px;
	margin: 0 10px;
	padding-bottom: 20px;
	background: #fff;
	border: 1px solid #0080D9;
	border-radius: 8px;
	text-align: center;
	transition: all .25s ease-in-out;
}
#recommend .point-nav li a {
	display: block;
	color: #000;
	text-decoration: none;
}
#recommend .point-nav li a span {
	display: block;
	padding: .5rem 1rem;
	background: #0080d9;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	font-family: 'Lato', 'Noto Sans JP', sans-serif;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 1.5em;
	color: #fff;
	transition: all .25s ease-in-out;
}
#recommend .point-nav li a span em {
	display: inline-block;
	transform: skew(-10deg);
}
#recommend .point-nav li a p {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 80px;
	font-size: 2.0rem;
	line-height: 1.5em;
}
#recommend .point-nav li::after {
	position: absolute;
	bottom: 0px;
	left: 50%;
	content: "\e803";
	font-family: "fontello";
	font-size: 2.4rem;
	color: #999;
	transform: translateX(-50%);
	transition: all .25s ease-in-out;
}
#recommend .point-nav li:hover {
	border-color: #d9161B;
	transform: translateY(5px);
}
#recommend .point-nav li:hover a span {
	background: #d9161B;
}
#recommend .point-nav li:hover::after {
	color: #d9161B;
}
@media screen and (max-width: 768px) {
	#recommend .heading br {
		display: inline;
	}
	#recommend .point-nav {
		justify-content: space-between;
	}
	#recommend .point-nav li {
		width: 32%;
		margin: 0;
	}
	#recommend .point-nav li a span {
		font-size: 1.3rem;
		font-weight: 400;
	}
	#recommend .point-nav li a p {
		padding: 10px 0;
		min-height: auto;
		font-size: 1.4rem;
	}
}







.point-box {
	padding: 8rem;
	background: #fff;
	border-radius: 40px;
	box-shadow: 0px 0px 35px -12px rgba(0,0,0,0.40);
}
.point-box .point-num {
	position: relative;
	font-family: 'Lato', 'Noto Sans JP', sans-serif;
	font-size: 2.6rem;
	font-weight: 900;
	line-height: 1.25em;
	text-align: center;
	transform: skew(-5deg);
}
.point-box .point-num span {
	font-size: 4.0rem;
}
.point-box .point-num::before,
.point-box .point-num::after {
	position: relative;
	display: inline-block;
	content: "";
	background: #0080D9;
	width: 2px;
	height: 1.5em;
	margin: 0 1em;
	margin-top: -.2em;
	vertical-align: middle;
	transform: skew(5deg);
}
.point-box .point-num::before {
	transform: rotate(-35deg);
}
.point-box .point-num::after {
	transform: rotate(35deg);
}
.point-box h1 {
	margin: 1rem 0 3rem;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.5em;
	text-align: center;
	transform: skew(-5deg);
}
.point-box h1.big {
	font-size: 4.2rem;
}
.point-box h1 span {
	background: linear-gradient(transparent 80%, #ffab54 20%);
}
.point-box h1 br {
	display: none;
}
@media screen and (max-width: 1024px) {
	.point-box {
		padding: 6rem;
	}
}
@media screen and (max-width: 768px) {
	.point-box {
		padding: 4rem 2rem;
	}
	.point-box .point-num {
		font-size: 1.8rem;
	}
	.point-box .point-num span {
		font-size: 2.4rem;
	}
	.point-box h1 {
		font-size: 2.4rem;
	}
	.point-box h1.big {
		font-size: 2.6rem;
	}
	.point-box h1 br {
		display: inline;
	}
}



.pt1 {
	background: #e5f0f7;
}
.pt1 .col3 {
	display: flex;
	flex-wrap: wrap;
}
.pt1 .col3 li {
	width: 31%;
	margin-bottom: 3.5%;
}
.pt1 .col3 li:nth-of-type(2),
.pt1 .col3 li:nth-of-type(5),
.pt1 .col3 li:nth-of-type(8) {
	margin: 0 3.5% 3.5%;
}
.pt1 .col3 li figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
	border-radius: 8px;
}
.pt1 .col3 li strong {
	display: block;
	margin: 2rem 0 1rem;
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
}
.pt1 .col3 li p {
	padding: 0 2rem;
	line-height: 1.5em;
}
@media screen and (max-width: 768px) {
	.pt1 .col3 {
		justify-content: column;
	}
	.pt1 .col3 li {
		width: 100%;
		margin-bottom: 4rem;
	}
	.pt1 .col3 li:nth-of-type(2),
	.pt1 .col3 li:nth-of-type(5),
	.pt1 .col3 li:nth-of-type(8) {
		margin: 0 0 4rem;
	}
	.pt1 .col3 li figure {
		width: 70%;
		margin: 0 auto;
	}
	.pt1 .col3 li strong {
		margin-top: 1rem;
		font-size: 1.8rem;
	}
}
.pt1 .kiki {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	width: 70%;
	margin: 4rem auto 2rem;
}
.pt1 .kiki dt {
	width: 40%;
}
.pt1 .kiki dt figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.pt1 .kiki dd {
	width: 60%;
	text-align: center;
}
.pt1 .kiki dd p {
	margin-bottom: .5em;
	font-size: 1.8rem;
	line-height: 1.25em;
}
.pt1 .kiki dd strong {
	display: block;
	font-size: 3.2rem;
	font-weight: 800;
	line-height: 1.25em;
}
.pt1 .kiki dd .btn {
	margin-top: 2.5rem;
}
.pt1 .kiki dd .btn a {
	display: block;
	width: 90%;
	max-width: 340px;
	margin: 0 auto;
	padding: 1rem 3rem 1.2rem;
	background: #fff;
	border: 1px solid #000;
	border-radius: 100px;
	font-size: 1.6rem;
	font-weight: 800;
	line-height: 1.25em;
	text-align: center;
	text-decoration: none;
	color: #000;
	transition: all .25s ease-in-out;
}
.pt1 .kiki dd .btn a em {
	display: block;
}
.pt1 .kiki dd .btn a span::after {
	content: "\e807";
	margin-left: 1rem;
	font-family: "fontello";
}
.pt1 .kiki dd .btn a:hover {
	background: #0080D9;
	border-color: #0080D9;
	color: #fff;
}


.pt1 .kiki-detail {
	width: 70%;
	margin: 2rem auto 0;
}
.pt1 .kiki-detail .kiki-detail-head {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 1rem;
	background: #ddd;
	cursor: pointer;
}
.pt1 .kiki-detail .kiki-detail-head-toggle {
	position: relative;
	display: block;
	width: 15px;
	height: 15px;
	transition: all .25s ease-in-out;
}
.pt1 .kiki-detail .kiki-detail-head-toggle::before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	display: inline-block;
	width: 9px;
	height: 2px;
	background: #000;
	transform: translateY(50%) rotate(45deg);
	transition: all .25s ease-in-out;
}
.pt1 .kiki-detail .kiki-detail-head-toggle::after {
	position: absolute;
	top: 50%;
	right: 0;
	content: "";
	display: inline-block;
	width: 9px;
	height: 2px;
	background: #000;
	transform: translateY(50%) rotate(-45deg);
	transition: all .25s ease-in-out;
}
.kiki-detail-head.open .kiki-detail-head-toggle {
	transform: rotate(180deg) translateY(-4px);
}
.pt1 .kiki-detail .kiki-detail-head.open .kiki-detail-head-toggle::before,
.pt1 .kiki-detail .kiki-detail-head.open .kiki-detail-head-toggle::after {
	background: #ccc;
}
.pt1 .kiki-detail .kiki-detail-body {
	position: relative;
	display: none;
	padding: 2rem 4rem;
	background: #fff;
	border: 1px solid #ddd;
}
.pt1 .kiki-detail .kiki-detail-body table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
.pt1 .kiki-detail .kiki-detail-body table tr:nth-of-type(odd) {
	background: #eee;
}
.pt1 .kiki-detail .kiki-detail-body table td {
	padding: 1rem;
	font-size: 1.3rem;
	line-height: 1.5em;
}
.pt1 .attn {
	margin-top: 2rem;
}
.pt1 .attn li {
	list-style-type: none;
	padding-left: 1em;
	font-size: 1.2rem;
	line-height: 1.5em;
	color: #666;
	text-indent: -1em;
	text-align: left;
}
@media screen and (max-width: 768px) {
	.pt1 .kiki {
		flex-direction: column;
		width: 100%;
	}
	.pt1 .kiki dt {
		width: 70%;
		margin: 0 auto 2rem;
	}
	.pt1 .kiki dd {
		width: 100%;
		text-align: center;
	}
	.pt1 .kiki dd p {
		font-size: 1.6rem;
	}
	.pt1 .kiki dd strong {
		font-size: 2.4rem;
	}
	.pt1 .kiki-detail {
		width: 100%;
	}
	.pt1 .kiki-detail .kiki-detail-body {
		padding: 2rem;
	}
	.pt1 .kiki-detail .kiki-detail-body table tr,
	.pt1 .kiki-detail .kiki-detail-body table td {
		display: block;
		width: 100%;
	}
	.pt1 .kiki-detail .kiki-detail-body table tr:nth-of-type(odd) {
		background: #fff;
	}
	.pt1 .kiki-detail .kiki-detail-body table .th {
		padding: .5rem 1rem;
		background: #eee;
	}
}




.pt2 {
	background: #fff;
}
.pt2 .col2 {
	display: flex;
	justify-content: space-between;
}
.pt2 .col2 li {
	width: 48%;
}
.pt2 .col2 li figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
	border-radius: 8px;
}
.pt2 .col2 li strong {
	display: block;
	margin: 2rem 0 1rem;
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
}
.pt2 .col2 li strong br {
	display: none;
}
.pt2 .col2 li p {
	padding: 0 2rem;
	line-height: 1.5em;
}
@media screen and (max-width: 768px) {
	.pt2 .col2 {
		flex-direction: column;
	}
	.pt2 .col2 li {
		width: 100%;
		margin: 0 auto 3rem;
	}
	.pt2 .col2 li:last-child {
		margin-bottom: 0;
	}
	.pt2 .col2 li figure {
		width: 70%;
		margin: 0 auto;
	}
	.pt2 .col2 li strong {
		margin-top: 1rem;
		font-size: 1.8rem;
	}
	.pt2 .col2 li strong br {
		display: inline;
	}
	.pt2 .col2 li p {
		padding: 0;
	}
}








.pt3 {
	background: #e5f0f7;
}
.pt3.white {
	background: #fff;
}
.pt3 .price {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: center;
	padding: 4rem 1rem;
	border: 2px solid #ddd;
	border-radius: 25px;
}
.pt3 .price dt {
	position: relative;
	width: 20%;
	margin-left: 2rem;
}
.pt3 .price dt figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.pt3 .price .campaign-1100yen {
	margin: 0 auto;
	width: 100%;
	max-width: 500px;
}
.pt3 .price .campaign-1100yen figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.pt3 .price dd .first {
	display: flex;
	justify-content: center;
	align-items: center;
}
.pt3 .price dd .first-num {
	display: block;
	width: 100px;
	margin-right: 2.5rem;
	background: #0080d9;
	border-radius: 5px;
	color: #fff;
	text-align: center;
}
.pt3 .price dd .first-num span {
	font-size: 2.4rem;
	line-height: 1.25em;
}
.pt3 .price dd .first-num em {
	font-size: 1.8rem;
	line-height: 1.25em;
}
.pt3 .price dd .first-price span {
	font-size: 2.0rem;
	font-weight: 800;
	line-height: 1.25em;
}
.pt3 .price dd .first-price strong {
	font-family: 'Lato', sans-serif;
	font-size: 3.2rem;
	font-weight: 900;
	line-height: 1.25em;
}
.pt3 .price dd .first-price em {
	font-size: 1.6rem;
	font-weight: 800;
	line-height: 1.25em;
}
.pt3 .price .sdcard {
	position: absolute;
	top: -12%;
	right: -24%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 140px;
	height: 140px;
	background: #d9161B;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 1em;
	transform: scale(0.75);
}
.pt3 .price  .sdcard strong {
	display: inline-block;
	font-size: 3.0rem;
	line-height: .75em;
}
.pt3 .price .sdcard span {
	font-size: 1.4rem;
	line-height: 1em;
}
.pt3 .price .sdcard p {
	margin-top: .25em;
	font-size: 1.4rem;
	line-height: 1em;
}
.pt3 .price .sdcard em {
	display: block;
	margin-top: .25em;
	font-size: 1.6rem;
	line-height: 1.25em;
}
.pt3 .price dd .second p {
	font-size: 2.0rem;
	color: #666;
	line-height: 1.25em;
	text-align: center;
}
.pt3 .price dd .second p span {
	font-size: 1.4rem;
}
.pt3 .price dd .second p em {
	font-size: 1.2rem;
}
.pt3 .price dd .second .attn {
	margin-top: 1rem;
	display: flex;
	justify-content: center;
}
.pt3 .price dd .second .attn li {
	list-style-type: none;
	margin-right: 1rem;
	font-size: 1.2rem;
	line-height: 1.5em;
	color: #666;
	text-align: center;
}
.pt3 .price dd .second .attn li:last-child {
	margin-right: 0;
}
@media screen and (max-width: 960px) {
	.pt3 .price .sdcard {
		top: -20%;
		right: -30%;
	}
}
@media screen and (max-width: 820px) {
	.pt3 .price .sdcard {
		top: -30%;
		right: -50%;
		transform: scale(0.75);
	}
}
@media screen and (max-width: 768px) {
	.pt3 .price {
		flex-direction: column;
		padding: 2rem 1rem;
	}
	.pt3 .price dt {
		width: 60%;
		margin-left: 0;
	}
	.pt3 .price .sdcard {
		top: 0%;
		right: -10%;
		transform: scale(1);
	}
	.pt3 .price dd .first {
		display: block;
		margin-top: 1rem;
	}
	.pt3 .price dd .first-num {
		margin: 0 auto;
	}
	.pt3 .price dd .first-num span {
		font-size: 2.4rem;
	}
	.pt3 .price dd .first-num em {
		font-size: 1.6rem;
	}
	.pt3 .price dd .first-price {
		text-align: center;
	}
	.pt3 .price dd .first-price span {
		font-size: 2.0rem;
	}
	.pt3 .price dd .first-price strong {
		font-size: 6.4rem;
	}
	.pt3 .price dd .first-price em {
		font-size: 1.4rem;
	}
	.pt3 .price dd .second p {
		font-size: 1.6rem;
	}
	.pt3 .price dd .second p span {
		font-size: 1.3rem;
	}
	.pt3 .price dd .second p em {
		font-size: 1.2rem;
	}
	.pt3 .price dd .second .attn {
		display: block;
	}
	.pt3 .price dd .second .attn li {
		text-align: left;
	}
}
@media screen and (max-width: 480px) {
	.pt3 .price .sdcard {
		top: -15%;
		right: -30%;
		transform: scale(.75);
	}
}
.shoki {
	width: 90%;
	margin: 2rem auto;
	padding: 2rem;
	background: #ddd;
	border-radius: 15px;
}
.shoki dl {
	display: flex;
	justify-content: center;
}
.shoki dl dt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	margin-right: 2rem;
	padding: 2rem;
	background: #fff;
	border-radius: 10px;
	font-weight: 600;
	text-align: center;
}
.shoki dl dd {
	width: calc(100% - 200px -2rem);
}
.shoki dl dd .first {
	display: flex;
	align-items: center;
	margin-bottom: .5em;
}
.shoki dl dd .first strong {
	font-family: 'Lato', sans-serif;
	font-size: 4.2rem;
	font-weight: 900;
	line-height: 1.25em;
}
.shoki dl dd .first span {
	font-size: 2.0rem;
	font-weight: 800;
	line-height: 1.25em;
}
.shoki dl dd .first em {
	font-size: 1.4rem;
	font-weight: 800;
	line-height: 1.25em;
}
.shoki dl dd .first picture {
	width: 150px;
	margin-right: .5em;
}
.shoki dl dd .first picture img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.shoki dl dd .second p {
	font-size: 1.6rem;
	color: #666;
	line-height: 1.25em;
}
.shoki dl dd .second p span {
	font-size: 1.4rem;
}
.shoki dl dd .second p em {
	font-size: 1.2rem;
}
.shoki dd .attn {
	margin-top: 1rem;
}
.shoki dd .attn li {
	list-style-type: none;
	padding-left: 2.15em;
	font-size: 1.2rem;
	line-height: 1.5em;
	text-indent: -2.15em;
	color: #666;
}
@media screen and (max-width: 768px) {
	.shoki {
		padding: 1rem;
	}
	.shoki dl {
		flex-direction: column;
	}
	.shoki dl dt {
		width: 100%;
		margin-right: 0;
		padding: .5rem 1rem;
		font-size: 1.4rem;
		line-height: 1.25em;
	}
	.shoki dl dd {
		width: 100%;
		padding-top: 1rem;
		text-align: center;
	}
	.shoki dl dd .first {
		display: block;
	}
	.shoki dl dd .first strong {
		font-size: 2.4rem;
	}
	.shoki dl dd .first span {
		font-size: 1.4rem;
	}
	.shoki dl dd .first em {
		font-size: 1.2rem;
	}
	.shoki dl dd .second p {
		font-size: 1.3rem;
	}
	.shoki dl dd .second p span {
		font-size: 1.3rem;
	}
	.shoki dl dd .second p em {
		font-size: 1.2rem;
	}
	.shoki dl dd .first picture {
		display: block;
		width: 100%;
		max-width: 150px;
		margin: 0 auto .5em;
	}
	.shoki dl dd .first picture img {
		width: 100%;
		height: auto;
		vertical-align: top;
	}
	.shoki dd .attn li {
		text-align: left;
	}
}
.pt3 .triple-campaign {
	margin-top: -5rem;
	padding-top: 10rem;
}
.pt3 .triple-campaign picture img {
	width: 100%;
	height: auto;
	vertical-align: top;
	border-radius: 15px;
}
.pt3 .triple-campaign .attn {
	margin-top: 1rem;
}
.pt3 .triple-campaign .attn li {
	list-style-type: none;
	padding-left: 1em;
	font-size: 1.2rem;
	line-height: 1.5em;
	text-indent: -1em;
	color: #666;
}
.pt3 .triple-campaign .btn {
	width: 60%;
	margin: 1.5rem auto 0;
}
.pt3 .triple-campaign .btn a {
	display: block;
	padding: 2rem 1rem;
	background: #d9161B;
	border-radius: 100px;
	font-size: 2.0rem;
	font-weight: 800;
	line-height: 1.25em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	transition: all .25s ease-in-out;
}
.pt3 .triple-campaign a span::after {
	content: "\e807";
	margin-left: 1rem;
	font-family: "fontello";
}
.pt3 .triple-campaign a:hover {
	background: #568bfa;
	color: #fff;
}
@media screen and (max-width: 768px) {
	.pt3 .triple-campaign {
		margin-top: -5rem;
		padding-top: 7rem;
	}
	.pt3 .triple-campaign .btn {
		width: 80%;
	}
	.pt3 .triple-campaign .btn a {
		padding: 1.5rem 1rem;
		font-size: 1.6rem;
	}
}




.pt4 .image {
	display: block;
	margin-top: -8rem;
	margin-right: -8rem;
	margin-left: -8rem;
}
@media screen and (max-width: 1024px) {
	.pt4 .image {
		margin-top: -6rem;
		margin-right: -6rem;
		margin-left: -6rem;
	}
}
@media screen and (max-width: 768px) {
	.pt4 .image {
		margin-top: -4rem;
		margin-right: -2rem;
		margin-left: -2rem;
	}
}
.pt4 .image img {
	width: 100%;
	height: auto;
	border-top-right-radius: 40px;
	border-top-left-radius: 40px;
	vertical-align: top;
}
.pt4 .kiki {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	width: 70%;
	margin: 4rem auto 2rem;
}
.pt4 .kiki dt {
	width: 40%;
}
.pt4 .kiki dt figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.pt4 .kiki dd {
	width: 60%;
	text-align: center;
}
.pt4 .kiki dd p {
	margin-bottom: .5em;
	font-size: 1.8rem;
	line-height: 1.25em;
}
.pt4 .kiki dd strong {
	display: block;
	font-size: 3.2rem;
	font-weight: 800;
	line-height: 1.25em;
}
.pt4 .kiki dd .btn {
	margin-top: 2.5rem;
}
.pt4 .kiki dd .btn a {
	display: block;
	width: 90%;
	max-width: 340px;
	margin: 0 auto;
	padding: 1rem 3rem 1.2rem;
	background: #fff;
	border: 1px solid #000;
	border-radius: 100px;
	font-size: 1.6rem;
	font-weight: 800;
	line-height: 1.25em;
	text-align: center;
	text-decoration: none;
	color: #000;
	transition: all .25s ease-in-out;
}
.pt4 .kiki dd .btn a em {
	display: block;
}
.pt4 .kiki dd .btn a span::after {
	content: "\e807";
	margin-left: 1rem;
	font-family: "fontello";
}
.pt4 .kiki dd .btn a:hover {
	background: #0080D9;
	border-color: #0080D9;
	color: #fff;
}


.pt4 .kiki-detail {
	width: 70%;
	margin: 2rem auto 0;
}
.pt4 .kiki-detail .kiki-detail-head {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 1rem;
	background: #ddd;
	cursor: pointer;
}
.pt4 .kiki-detail .kiki-detail-head-toggle {
	position: relative;
	display: block;
	width: 15px;
	height: 15px;
	transition: all .25s ease-in-out;
}
.pt4 .kiki-detail .kiki-detail-head-toggle::before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	display: inline-block;
	width: 9px;
	height: 2px;
	background: #000;
	transform: translateY(50%) rotate(45deg);
	transition: all .25s ease-in-out;
}
.pt4 .kiki-detail .kiki-detail-head-toggle::after {
	position: absolute;
	top: 50%;
	right: 0;
	content: "";
	display: inline-block;
	width: 9px;
	height: 2px;
	background: #000;
	transform: translateY(50%) rotate(-45deg);
	transition: all .25s ease-in-out;
}
.kiki-detail-head.open .kiki-detail-head-toggle {
	transform: rotate(180deg) translateY(-4px);
}
.pt4 .kiki-detail .kiki-detail-head.open .kiki-detail-head-toggle::before,
.pt4 .kiki-detail .kiki-detail-head.open .kiki-detail-head-toggle::after {
	background: #ccc;
}
.pt4 .kiki-detail .kiki-detail-body {
	position: relative;
	display: none;
	padding: 2rem 4rem;
	background: #fff;
	border: 1px solid #ddd;
}
.pt4 .kiki-detail .kiki-detail-body table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
.pt4 .kiki-detail .kiki-detail-body table tr:nth-of-type(odd) {
	background: #eee;
}
.pt4 .kiki-detail .kiki-detail-body table td {
	padding: 1rem;
	font-size: 1.3rem;
	line-height: 1.5em;
}
.pt4 .attn {
	margin-top: 2rem;
}
.pt4 .attn li {
	list-style-type: none;
	padding-left: 1em;
	font-size: 1.2rem;
	line-height: 1.5em;
	color: #666;
	text-indent: -1em;
	text-align: left;
}
@media screen and (max-width: 768px) {
	.pt4 .kiki {
		flex-direction: column;
		width: 100%;
	}
	.pt4 .kiki dt {
		width: 70%;
		margin: 0 auto 2rem;
	}
	.pt4 .kiki dd {
		width: 100%;
		text-align: center;
	}
	.pt4 .kiki dd p {
		font-size: 1.6rem;
	}
	.pt4 .kiki dd strong {
		font-size: 2.4rem;
	}
	.pt4 .kiki-detail {
		width: 100%;
	}
	.pt4 .kiki-detail .kiki-detail-body {
		padding: 2rem;
	}
	.pt4 .kiki-detail .kiki-detail-body table tr,
	.pt4 .kiki-detail .kiki-detail-body table td {
		display: block;
		width: 100%;
	}
	.pt4 .kiki-detail .kiki-detail-body table tr:nth-of-type(odd) {
		background: #fff;
	}
	.pt4 .kiki-detail .kiki-detail-body table .th {
		padding: .5rem 1rem;
		background: #eee;
	}
}






#example {
	padding: 8rem 0;
}
#example .example-image {
	margin-bottom: 5rem;
	border-radius: 15px;
	text-align: center;
	box-shadow: 0px 0px 33px -10px rgba(0,0,0,0.41);
}
#example .example-image figure img {
	width: 100%;
	height: auto;
	border-radius: 15px;
	vertical-align: top;
}
#example .col4 {
	display: flex;
	justify-content: space-between;
}
#example .col4 .item {
	width: 25%;
	margin: 0 15px;
}
#example .col4 .item figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
	border-radius: 8px;
}
#example .col4 .item strong {
	display: block;
	margin: 1rem 0;
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
}
#example .col4 .item p {
	padding: 0 2rem;
	line-height: 1.5em;
}
#example .attn {
	margin-top: 1rem;
	display: flex;
	justify-content: center;
}
#example .attn li {
	list-style-type: none;
	padding-left: 1em;
	font-size: 1.2rem;
	line-height: 1.5em;
	color: #666;
	text-indent: -1em;
	text-align: left;
}
@media screen and (max-width: 768px) {
	#example .col4 {
		margin: 0 -1rem;
	}
	#example .col4 .item {
		margin: 0 10px 15px;
	}
	#example .col4 .item figure {
		width: 100%;
		margin: 0 auto;
	}
}




#flow {
	padding: 8rem 0;
}
#flow .col3 {
	display: flex;
	justify-content: center;
}
#flow .col3 .item {
	position: relative;
	width: 300px;
	margin: 0 20px;
	background: #fff;
	border: 1px solid #0080D9;
	border-radius: 8px;
	text-align: center;
	transition: all .25s ease-in-out;
}
#flow .col3 .item:nth-of-type(2)::before,
#flow .col3 .item:nth-of-type(2)::after {
	position: absolute;
	top: 50%;
	content: "\e807";
	font-size: 4.2rem;
	font-family: "fontello";
	color: #9bd6ff;
	transform: translateY(-50%);
}
#flow .col3 .item:nth-of-type(2)::before {
	left: -28px;
}
#flow .col3 .item:nth-of-type(2)::after {
	right: -30px;
}
#flow .col3 .item span {
	display: block;
	padding: .5rem 1rem;
	background: #0080d9;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 1.5em;
	color: #fff;
	transition: all .25s ease-in-out;
}
#flow .col3 .item .item-box {
	padding: 1rem;
}
#flow .col3 .item figure {
	margin-top: .5rem;
}
#flow .col3 .item figure img {
	width: 50px;
	height: 50px;
	vertical-align: top;
}
#flow .col3 .item p {
	margin-top: 1.5rem;
	font-size: 1.8rem;
	line-height: 1.5em;
}
#flow .attn {
	margin-top: 2rem;
	display: flex;
	justify-content: center;
}
#flow .attn li {
	list-style-type: none;
	padding-left: 1em;
	font-size: 1.2rem;
	line-height: 1.5em;
	color: #666;
	text-indent: -1em;
	text-align: left;
}
@media screen and (max-width: 768px) {
	#flow .col3 {
		flex-direction: column;
	}
	#flow .col3 .item {
		position: relative;
		width: 80%;
		margin: 0;
		margin: 0 auto;
	}
	#flow .col3 .item:nth-of-type(2) {
		margin: 40px auto;
	}
	#flow .col3 .item:nth-of-type(2)::before,
	#flow .col3 .item:nth-of-type(2)::after {
		content: "\e800";
		transform: translate(-50%, -50%);
	}
	#flow .col3 .item:nth-of-type(2)::before {
		top: -20px;
		left: 50%;
	}
	#flow .col3 .item:nth-of-type(2)::after {
		top: inherit;
		bottom: -58px;
		right: inherit;
		left: 50%;
	}
}




#voice {
	padding: 8rem 0;
	background: #ededed;
}
#voice .col3 {
	display: flex;
	justify-content: space-between;
}
#voice .col3 .item {
	width: 24%;
	padding: 15px 25px 158px 25px;
	background: #fff;
	border: 1px solid #518cb5;
	border-radius: 15px;
}
#voice .col3 .item:nth-of-type(1) {
	background: #fff url(../gifs/voice_chara01.png) no-repeat bottom center;
	background-size: auto 140px;
}
#voice .col3 .item:nth-of-type(2) {
	background: #fff url(../gifs/voice_chara02.png) no-repeat bottom center;
	background-size: auto 140px;
}
#voice .col3 .item:nth-of-type(3) {
	background: #fff url(../gifs/voice_chara03.png) no-repeat bottom center;
	background-size: auto 140px;
}
#voice .col3 .item:nth-of-type(4) {
	background: #fff url(../gifs/voice_chara04.png) no-repeat bottom center;
	background-size: auto 140px;
}
#voice .col3 .item p {
	min-height: 7.5em;
	line-height: 1.75em;
}
#voice .col3 .item p span {
	background: linear-gradient(transparent 70%, #fffb00 70%);
	font-weight: bold;
}
#voice .col3 .item em {
	display: block;
	margin-top: 1em;
	font-size: 1.4rem;
	line-height: 1em;
	text-align: center;
}
#voice .col3 .item figure {
	width: 60%;
	margin: 0 auto;
}
#voice .col3 .item figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
@media screen and (max-width: 768px) {
	#voice .col3 {
		flex-wrap: wrap;
	}
	#voice .col3 .item {
		width: 49%;
		padding-bottom: 115px;
	}
	#voice .col3 .item:nth-of-type(1) {
		background-size: auto 100px;
	}
	#voice .col3 .item:nth-of-type(2) {
		background-size: auto 100px;
	}
	#voice .col3 .item:nth-of-type(3) {
		background-size: auto 100px;
	}
	#voice .col3 .item:nth-of-type(4) {
		background-size: auto 100px;
	}
	#voice .col3 .item:nth-of-type(1),
	#voice .col3 .item:nth-of-type(2) {
		margin-bottom: 2%;
	}
	#voice .col3 .item p {
		min-height: 90px;
		font-size: 1.4rem;
		line-height: 1.5em;
	}
	#voice .col3 .item em {
		font-size: 1.4rem;
	}
	#voice .col3 .item figure {
		width: 70%;
	}
}





#contact {
	position: relative ;
	padding: 8rem 0;
	background: #0d5386;
	text-align: center;
	z-index: 10;
}
#contact h1,
#contact .lead {
	color: #fff;
}
#contact h1 span::before,
#contact h1 span::after {
	background: #799eb9;
}
#contact .wrap > ul.col2 {
	display: flex;
	justify-content: space-between;
}
#contact .wrap > ul.col2 li.cty,
#contact .wrap > ul.col2 li.cns {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 49%;
	padding: 40px;
	background: #fff;
	border-radius: 15px;
	color: #333;
}
#contact ul li .skewbox {
	width: 100%;
}
#contact ul li .contact-logo {
	margin-bottom: 1.5rem;
	text-indent: 100%;
	font-size: 0;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
}
#contact ul li .company {
	display: block;
	margin-bottom: .5em;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.25em;
}
#contact ul li .jyusho {
	font-size: 1.4rem;
	line-height: 1.25em;
}
#contact ul li.cty .contact-logo {
	background: url(../gifs/logo_cty.svg) no-repeat;
	background-size: 100%;
	width: calc(160px / 1.5);
	height: calc(100px / 1.5);
}
#contact ul li.cns .contact-logo {
	margin-top: 13px;
	background: url(../gifs/logo_cns.svg) no-repeat;
	background-size: 100%;
	width: calc(220px / 1.5);
	height: calc(80px / 1.5);
}
#contact ul li .cont {
	width: 100%;
}
#contact ul li .area-box {
	display: block;
	margin-top: 20px;
	padding: 1.5rem;
	background: #e5f0f7;
	border-radius: 8px;
}
#contact ul li .area-box .heading {
	display: block;
	font-size: 1.3rem;
	font-weight: 600;
	text-align: center;
	line-height: 1.25em;
}
#contact ul li .area-box .area {
	display: block;
	padding: 5px 10px;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.5em;
	text-align: center;
}
#contact ul li .area-box .area span {
	font-size: 1.1rem;
}
#contact h3 {
	margin: 2.5rem 0;
	font-size: 1.6rem;
	font-weight: 600;
}
#contact h3 span {
	position: relative;
}
#contact h3 span::before,
#contact h3 span::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 20px;
	height: 2px;
	background: #0080D9;
}
#contact h3 span::before {
	left: -35px;
}
#contact h3 span::after {
	right: -35px;
}
#contact ul li .text1 {
	font-size: 1.6rem;
	font-weight: 800;
	line-height: 1.25em;
}
#contact ul li .web-box {
	margin: 2rem 0;
}
#contact ul li .web-box .btn a {
	position: relative;
	display: block;
	margin-top: 2rem;
	padding: 2rem 1rem 2.25rem;
	background: #1D4A9D;
	border: 2px solid #1D4A9D;
	border-radius: 100px;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
	color: #fff;
	transition: all .25s ease-in-out;
	line-height: 1.25em;
}
#contact ul li.cns .web-box .btn a {
	background: #EB6120;
	border-color: #EB6120;
}
#contact ul li .web-box .btn a:hover {
	background: #fff;
	color: #1D4A9D;
}
#contact ul li.cns .web-box .btn a:hover {
	color: #EB6120;
}
#contact ul li .web-box .btn span::after {
	position: absolute;
	top: 50%;
	right: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 100px;
	content: "\e805";
	font-family: "fontello";
	transform: translateY(-50%);
	color: #1D4A9D;
	transition: all .25s ease-in-out;
}
#contact ul li.cns .web-box .btn span::after {
	color: #EB6120;
}
#contact ul li .web-box .btn a:hover span::after {
	background: #1D4A9D;
	color: #fff;
}
#contact ul li.cns .web-box .btn a:hover span::after {
	background: #EB6120;
	color: #fff;
}
#contact ul li .tel-box {
	margin: 2rem 0;
	padding: 3rem 0 2.5rem;
	border-top: 2px solid #d6dce2;
	border-bottom: 2px solid #d6dce2;
}
#contact ul li .tel {
	position: relative;
	display: inline-block;
	font-weight: bold;
	margin: 1rem 0;
}
#contact ul li .tel::before {
	content: "";
	display: inline-block;
	width: calc(50px / 1.25);
	height: calc(50px / 1.25);
	background: url(../gifs/icon_tel.svg) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 4px;
	left: 0;
}
#contact ul li .tel p {
	text-align: left;
	font-size: 3.6rem;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	padding-left: 50px;
	line-height: 1em;
}
#contact ul li .tel p a {
	color: #000;
	text-decoration: none;
}
#contact ul li p.time {
	margin-top: 1.5rem;
	font-size: 1.4rem;
	line-height: 1.25em;
}
#contact ul li .tel-box .callback {
	margin-top: 1.5rem;
	text-align: center;
}
#contact ul li .tel-box .callback a {
	font-size: 1.3rem;
	color: #666;
	line-height: 1.25em;
	text-decoration: none;
}
#contact ul li .tel-box .callback a span::after {
	display: inline-block;
	content: "\e807";
	margin-left: .5rem;
	font-family: "fontello";
}
#contact ul li .tel-box .callback a:hover {
	text-decoration: underline;
}
#contact ul li p.notes {
	font-size: 1.1rem;
	line-height: 1.5em;
}
#contact ul li .box {
	width: 100%;
	margin-top: 20px;
}
#contact ul li .box .list {
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#contact ul li .box .list li {
	position: relative;
	display: block;
	width: 48%;
	margin: 0 1% 2%;
	text-align: center;
}
#contact ul li .box .list li:last-child {
	width: 60%;
}
#contact ul li .box .list a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0 auto;
	padding: 1rem;
	background: #fff;
	border: 1px solid #000;
	border-radius: 100px;
	font-^size: 1.8rem;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.25em;
	color: #000;
	transition: all .25s ease-in-out;
}
#contact ul li .box .list a span::after {
	content: "\e807";
	margin-left: 1rem;
	font-family: "fontello";
	transform: translateY(-50%);
}
#contact ul li .box .list a:hover {
	background: #ddd;
}
@media screen and (max-width: 768px) {
	#contact {
		padding-top: 7rem;
		margin-top: 0rem;
		padding-bottom: 4rem;
	}
	#contact .weblink {
		margin: 0 0 3rem;
	}
	#contact .weblink a {
		width: 94%;
		padding: 2rem .5rem;
		font-size: 2.0rem;
	}
	#contact .wrap > ul.col2 {
		display: block;
	}
	#contact .wrap > ul.col2 li.cty,
	#contact .wrap > ul.col2 li.cns {
		width: 100%;
		padding: 20px;
	}
	#contact .wrap > ul li.cns {
		margin: 10px 0 0 0;
	}
	#contact ul li.cty .contact-logo {
		width: calc(160px / 2);
		height: calc(100px / 2);
	}
	#contact ul li.cns .contact-logo {
		margin-top: 0;
		width: calc(220px / 2);
		height: calc(80px / 2);
	}
	#contact ul li .area-box {
		margin-top: 10px;
	}
	#contact ul li .area-box .heading {
		padding: 3px 5px;
		font-size: 1.1rem;
	}
	#contact ul li .area-box .area {
		padding: 3px 10px;
		font-size: 1.2rem;
	}
	#contact h3 {
		margin: 1.5rem 0 0;
	}
	#contact ul li .web-box {
		margin: 1rem 0 2rem;
	}
	#contact ul li .tel-box {
		margin: 2rem 0 0;
		padding: 2rem 0 1rem;
	}
	#contact ul li .tel {
		margin: 10px 0 5px;
	}
	#contact ul li .tel::before {
		width: calc(50px / 1.5);
		height: calc(50px / 1.5);
	}
	#contact ul li .tel p {
		padding-left: 40px;
		font-size: 2.4rem;
		line-height: 1.25em;
	}
	#contact ul li p.time {
		margin-top: .5rem;
		font-size: 1.2rem;
		line-height: 1.25em;
	}
	#contact ul li .tel-box .callback {
		margin-top: .5rem;
	}
	#contact ul li .box {
		margin-top: 15px;
	}
	#contact ul li .box .list::before {
		width: calc(50px / 1.5);
		height: calc(50px / 1.5);
	}
	#contact ul li .box .list li {
		padding: 0 2px;
	}
	#contact ul li .box .list li:last-child {
		width: 74%;
	}
	#contact ul li .box .list a {
		padding: .5rem 1rem;
		font-size: 1.4rem;
	}
	#contact ul li .box .list a::before {
		width: calc(17px / 1.5);
		height: calc(17px / 1.5);
	}
	#contact ul li .box p {
		font-size: 1.4rem;
	}
}





.faq-box {
	width: 80%;
	margin: 0 auto;
}
.faq {
	margin-top: 1.5rem;
}
.faq_q {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	padding: 1rem 2rem 1.25rem 7rem;
	background: #efefef;
	cursor: pointer;
	transition: all .3s ease-in-out;
}
.faq_q::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 2rem;
	background: url(../gifs/icon_faq_q.svg) no-repeat center center;
	background-size: contain;
	width: 32px;
	height: 32px;
	transform: translateY(-50%);
}
.faq_toggle {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 15px;
	height: 15px;
	transition: transform .3s ease-in-out;
}
.faq_toggle::before {
	content: "\e803";
	font-family: "fontello";
	font-size: 2.0rem;
	line-height: 1em;
	color: #000;
	transition: all .3s ease-in-out;
}
.faq_q.open {
	background: #ffdfd8;
}
.faq_q.open .faq_toggle {
	transform: rotate(180deg);
}
.faq_q.open .faq_toggle::before {
	color: #f16c4f;
}
.faq_a {
	position: relative;
	display: none;
	padding: 1rem 2rem 1rem 7rem;
	background: #f9f9f9;
}
.faq_a::before {
	content: "";
	position: absolute;
	top: 28px;
	left: 2rem;
	background: url(../gifs/icon_faq_a.svg) no-repeat center center;
	background-size: contain;
	width: 32px;
	height: 32px;
	transform: translateY(-50%);
}
.faq_a p {
	margin-bottom: 1em;
	line-height: 1.5em;
}
.faq_a p:last-of-type {
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	.faq-box {
		width: 100%;
	}
	.faq_q {
		gap: 20px;
		line-height: 1.5em;
	}
	.faq_toggle::before {
		left: -1px;
	}
	.faq_toggle::after {
		right: -1px;
	}
	.faq_a {
		line-height: 1.5em;
	}
}





.tyui {
	padding: 0 0 5rem;
}
.tyui .attn {
	margin-top: 1rem;
}
.tyui .attn li {
	list-style-type: none;
	font-size: 1.2rem;
	line-height: 1.5em;
	color: #666;
}





footer {
	text-align: center;
}
footer small {
	display: block;
	padding: 1em 0;
	background: #24262B;
	font-size: 1.3rem;
	color: #fff;
}
@media screen and (max-width: 768px) {
}





.banner_campaign_popup {
	position: fixed;
	z-index: 9998;
	bottom: 20px;
	right: 20px;
	width: 300px;
	background: #fff;
}
.banner_campaign_popup img {
	width: 100%;
	height: auto;
	vertical-align: top;
	box-shadow: 5px 5px 8px -1px rgba(0,0,0,0.19);
	transition: all .25s ease-in-out;
}
.banner_campaign_popup .banner_campaign_popup_close {
	position: absolute;
	right: 0px;
	top: -30px;
	display: block;
	width: 30px;
	height: 30px;
	font-size: 0;
	white-space: nowrap;
	cursor: pointer;
	overflow: hidden;
	z-index: 1001;
}
.banner_campaign_popup .banner_campaign_popup_close::before,
.banner_campaign_popup .banner_campaign_popup_close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px;
	height: 20px;
	background: #000;
}
.banner_campaign_popup .banner_campaign_popup_close::before {
	transform: translate(-50%,-50%) rotate(45deg);
}
.banner_campaign_popup .banner_campaign_popup_close::after {
	transform: translate(-50%,-50%) rotate(-45deg);
}
.banner_campaign_popup img:hover {
	opacity: .75;
}
@media screen and (max-width: 768px) {
	.banner_campaign_popup {
		bottom: 10px;
		right: 10px;
		width: 160px;
	}
}





/* ----- Back to Top ----- */
.btn-back-to-top {
	position: fixed;
	z-index: 9999;
	bottom: 200px;
	right: 20px;
	width: 50px;
	height: 50px;
	padding: 1em;
	background: #ddd;
	border: none;
	border-radius: 50%;
	line-height: 1.25em;
	cursor: pointer;
	outline: none;
}
.btn-back-to-top::after {
	display: block;
	content: "\e806";
	font-family: "fontello";
	font-size: 3.0rem;
	color: #aaa;
}
.btn-back-to-top span {
	display: none;
}
.btn-back-to-top:hover {
	background: #eee;
}
.btn-back-to-top:hover::after {
	color: #ccc;
}