@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, button {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	margin: 0;
	padding: 0;
}

html {
	min-height: 100%;
	width: 100%;
	font-size: 62.5%;
}

html, body {
	position: relative;
}

/*.wrapper {
	min-width: 1230px;
	position: relative;
	overflow: hidden;
}

#container {
	position: relative;
}*/

body {
	font-family: "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	color: #333;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow-wrap: break-word;
	word-wrap: break-word;
	line-break: strict;
}


@media all and (-ms-high-contrast: none) {
	body {
		font-family: "游ゴシック",YuGothic,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}
}

input, textarea {
	margin: 0;
	padding: 0;
}

input:focus, textarea:focus, button:focus {
	outline: 0;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
}

ol, ul {
	list-style: none;
}

p, dt, dd, li {
	font-size: 1.6rem;
	line-height: 2;
}

li {
	font-size: 1.6rem;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

table th {
	font-weight: normal;
}

caption, th {
	text-align: left;
}

a:focus {
	outline: none;
}

p, dd, li, address {
	font-style: normal;
}

body small {
	font-size: 1.1rem;
}

figure {
	line-height: 0;
}

em {
	font-weight: inherit;
}

/*input::-webkit-input-placeholder {
	color: #b3b3b3;
}

input:-moz-placeholder {
	color: #b3b3b3;
}
*/

/*
----------------------------------------
flex
----------------------------------------
*/

#main-contents .flex {
	-js-display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

#main-contents .flex.nowrap {
	flex-wrap: nowrap;
}

#main-contents .flex.reverce {
	flex-direction: row-reverse;
}

#main-contents .flex.item-center {
	align-items: center;
}

/*
---------------------------------------
link
---------------------------------------
*/
a {
	text-decoration: none;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}

a img {
	transition: opacity .2s;
}

a:hover {
	text-decoration: none;
}

a:hover img {
	opacity: .8;
}

/*
---------------------------------------
clear
---------------------------------------
*/

.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*/
	/*/
	height: auto;
	overflow: hidden;
	/**/
}

*:first-child + html .clearfix {
	zoom: 1;
}

/* IE7 */
/*
---------------------------------------
icomoon
---------------------------------------
*/
@font-face {
	font-family: 'icomoon';
	src: url("../fonts/icomoon.eot?krfbde");
	src: url("../fonts/icomoon.eot?krfbde#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?krfbde") format("truetype"), url("../fonts/icomoon.woff?krfbde") format("woff"), url("../fonts/icomoon.svg?krfbde#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-chevron-circle-right:before {
	content: "\e900";
}

.icon-chevron-circle-left:before {
	content: "\e901";
}

.icon-angle-down:before {
	content: "\e902";
}

/*
---------------------------------------
common
---------------------------------------
*/

.pc {
	display: block !important;
	margin: 0 auto;
}

.sp {
	display: none !important;
}

.inner {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
}

@media (max-width: 750px) {
	.inner {
		padding: 0 15px;
	}
}

span {
	font-size: inherit;
	font-weight: inherit;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.trans {
	transition: all .2s;
}

.img {
	line-height: 0;
}

.en {
	font-family: 'Roboto Slab', serif;
}

/*
---------------------------------------
page common
---------------------------------------
*/

.heading-01 {
	font-size: 2.8rem;
	text-align: center;
	letter-spacing: .1em;
	position: relative;
	padding: 0 0 16px;
	margin: 0 0 24px;
}

.heading-01:before {
	content: '';
	background: #2EA8E6;
	width: 40px;
	height: 2px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
}

@media (max-width: 750px) {
	.heading-01 {
		font-size: 1.8rem;
	}
}

.page-mv {
	width: 100%;
	height: 250px;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

.page-mv .txtbox {
	background: rgba(255, 255, 255, 0.8);
	padding: 20px 55px;
	border-radius: 20px;
	text-align: center;
	display: inline-block;
}

.page-mv .txtbox .mv-ttl-ja {
	font-size: 3rem;
	line-height: 1.3;
}

.page-mv .txtbox .mv-ttl-en {
	font-size: 2rem;
	color: #2EB8E6;
	line-height: 1.3;
}

@media (max-width: 750px) {
	.page-mv {
		width: 100%;
		height: 150px;
	}

	.page-mv .txtbox {
		background: rgba(255, 255, 255, 0.8);
		padding: 15px 30px;
	}

	.page-mv .txtbox .mv-ttl-ja {
		font-size: 2rem;
		padding: 0 0 5px;
	}

	.page-mv .txtbox .mv-ttl-en {
		font-size: 1.6rem;
	}
}

.breadcrumbs-wrap .inner {
	max-width: 100%;
	padding: 8px 55px;
}

.breadcrumbs-wrap #breadcrumbs {
	font-size: 1.1rem;
	text-align: left;
}

.breadcrumbs-wrap #breadcrumbs:before {
	content: url(../img/common/icn-home.svg);
	width: 14px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.breadcrumbs-wrap #breadcrumbs .dash {
	padding: 0 10px;
}

@media (max-width: 750px) {
	.breadcrumbs-wrap .inner {
		padding: 5px 5%;
	}

	.breadcrumbs-wrap #breadcrumbs {
		font-size: 1.2rem;
	}

	.breadcrumbs-wrap #breadcrumbs .dash {
		padding: 0 7px;
	}
}

.btn-more {
	text-align: right;
}

.btn-more a {
	font-size: 1.4rem;
	width: 131px;
	text-align: left;
	padding: 0 0 0 20px;
	display: inline-block;
	color: #2EB8E6;
	position: relative;
}

.btn-more a:before {
	content: '';
	background: #2EB8E6;
	width: 131px;
	height: 1px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	display: block;
	transition: .4s ease-out;
}

.btn-more a:after {
	content: '';
	background: #2EB8E6;
	width: 1px;
	height: 20px;
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	transform: rotate(-40deg);
	transform-origin: 100% 100%;
	transition: .4s ease-out;
}

@media (min-width: 751px) {
	.btn-more a:hover:before {
		width: 141px;
		right: -10px;
	}

	.btn-more a:hover:after {
		right: -10px;
	}
}

/*
---------------------------------------
blog
---------------------------------------
*/

.blog .page-mv {
	background: url(../img/blog/bg-fv.jpg) no-repeat center center/cover;
}

/*
---------------------------------------
blog-ac
---------------------------------------
*/

.sec-blogac {
	padding: 15px 0 60px;
}

.sec-blogac .art-list {
	padding: 0 0 30px;
}

.sec-blogac .art-item {
	border-bottom: 1px solid #8AD6E6;
	padding: 50px 0;
}

.sec-blogac .art-item .img {
	max-width: 300px;
	margin: 0 auto;
}

.sec-blogac .art-item .img a {
	display: block;
	border-radius: 20px;
	overflow: hidden;
	transition: all .6s;
}

/*.sec-blogac .art-item .img a:hover {
	background: #000;
}*/

.sec-blogac .art-item .img img {
	transition: all .2s;
	border-radius: 20px;
}

.sec-blogac .art-item .img a:hover img {
	opacity: .8;
}

.sec-blogac .art-item .txtbox {
	flex: 1;
	padding: 10px 0 0 20px;
}

.sec-blogac .art-item .attr {
	padding: 0 0 1rem;
}

.sec-blogac .art-item .date {
	font-size: 1.4rem;
	color: #777;
	display: inline-block;
	margin-right: 10px;
}

.sec-blogac .art-item .cat-wrap {
	display: inline-block;
}

.sec-blogac .art-item .cat {
	display: inline-block;
	margin-right: 5px;
}

.sec-blogac .art-item .cat a {
	display: inline-block;
	padding: 0 10px;
	background: #8AD6E6;
	color: #fff;
	font-size: 1.4rem;
	transition: all .4s;
	border: 1px solid #8AD6E6;
}

/*.sec-blogac .art-item .cat a:hover {
	background: #fff;
	color: #8AD6E6;
}*/

.sec-blogac .art-item .art-ttl {
	font-size: 2.4rem;
	padding: 0 0 8px;
}

.sec-blogac .art-item .excerpt {
	padding: 0 0 20px;
}

.sec-blogac .page-nav {
	margin: 0 auto;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	margin: 1rem 0 0;
}

.sec-blogac .page-nav .wp-pagenavi {
	display: block;
	display: -ms-flex;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	padding: 2rem 0;
}

.sec-blogac .page-nav .wp-pagenavi a,
.sec-blogac .page-nav .wp-pagenavi span {
	display: inline-block;
	font-size: 2rem;
	text-align: center;
	width: 50px;
	height: 50px;
	line-height: 48px;
	margin: 3px 7px;
	transition: all .4s;
	background: #fff;
	color: #2EB8E6;
	border: 1px solid #8AD6E6;
	border-radius: 5px;
}

.sec-blogac .page-nav .wp-pagenavi a:hover,
.sec-blogac .page-nav .wp-pagenavi span.current {
	background: #2EB8E6;
	border: 1px solid #2EB8E6;
	color: #fff;
}

/*.sec-blogac .page-nav .wp-pagenavi .nextpostslink,
.sec-blogac .page-nav .wp-pagenavi .nextpostslink:hover,
.sec-blogac .page-nav .wp-pagenavi .nextpostslink span,
.sec-blogac .page-nav .wp-pagenavi .previouspostslink,
.sec-blogac .page-nav .wp-pagenavi .previouspostslink:hover,
.sec-blogac .page-nav .wp-pagenavi .previouspostslink span {
	background: none;
	color: #2EB8E6;
	border: none;
}

.sec-blogac .page-nav .wp-pagenavi .nextpostslink span,
.sec-blogac .page-nav .wp-pagenavi .previouspostslink span {
	padding: 0;
	margin: 0;
}*/

@media (max-width: 750px) {

	.sec-blogac {
		padding: 0 0 30px;
	}

	.sec-blogac .art-list {
		padding: 0 0 20px;
	}

	.sec-blogac .art-item {
		padding: 30px 0;
		display: block!important;
	}

	.sec-blogac .art-item .img img {
		width: 100%;
	}

	.sec-blogac .art-item .txtbox {
		padding: 15px 0 0;
	}

	.sec-blogac .art-item .attr {
		padding: 0 0 1.5rem;
	}

	.sec-blogac .art-item .art-ttl {
		font-size: 1.8rem;
	}

	.sec-blogac .page-nav .wp-pagenavi a,
	.sec-blogac .page-nav .wp-pagenavi span {
		margin: 3px;
		width: 45px;
		height: 45px;
		line-height: 43px;
		font-size: 1.4rem;
	}
}

/*
---------------------------------------
blog-dtl
---------------------------------------
*/

#blog-dtl .sec-blogac {
	padding: 15px 0 0;
}

#blog-dtl .main-art {
	border: none;
	padding: 60px 0;
}

#blog-dtl .main-art .ttl-wrap {
	background: #8ad6e6;
	background: -moz-linear-gradient(top, #8ad6e6 0%, #8ad6e6 68%, #ffffff 68.1%, #ffffff 68.1%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #8ad6e6 0%, #8ad6e6 68%, #ffffff 68.1%, #ffffff 68.1%, #ffffff 100%);
	background: linear-gradient(to bottom, #8ad6e6 0%, #8ad6e6 68%, #ffffff 68.1%, #ffffff 68.1%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ad6e6', endColorstr='#ffffff',GradientType=0 );
	color: #fff;
	padding: 15px 20px 20px;
}

#blog-dtl .main-art .art-head {
	padding: 0 0 10px;
}

#blog-dtl .main-art .attr {
	padding: 0 0 .6rem;
}

#blog-dtl .main-art .art-ttl {
	font-weight: bold;
	padding: 0 0 15px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#blog-dtl .main-art .post-thumbnail {
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
	border-radius: 30px;
	overflow: hidden;
	position: relative;
}

#blog-dtl .main-art .post-thumbnail img {
	width: 100%;
	height: auto;
}

#blog-dtl .post-content {
	padding: 0;
}

#blog-dtl .post-content h2 {
	font-size: 2.4rem;
	color: #2EB8E6;
	font-weight: bold;
	line-height: 1.7;
	border-bottom: 1px solid #8AD6E6;
	margin: 1rem 0 1rem;
}

#blog-dtl .post-content h3 {
	font-size: 2.2rem;
	font-weight: bold;
	margin: 1rem 0 1rem;
	line-height: 1.8;
	border-left: 5px solid #8AD6E6;
	padding: 0 0 0 10px;
}

#blog-dtl .post-content h4 {
	font-size: 2.2rem;
	font-weight: bold;
	margin: 1rem 0 1rem;
	line-height: 1.6;
}

#blog-dtl .post-content h5,
#blog-dtl .post-content h6 {
	font-size: 2rem;
	font-weight: bold;
	margin: 1rem 0 1rem;
	line-height: 1.6;
}

#blog-dtl .post-content p {
	padding: 0 0 2.5rem;
	line-height: 2.1;
}

#blog-dtl .post-content p.wp-caption-text {
	text-align: center;
	font-size: 1.4rem;
}

#blog-dtl .post-content blockquote {
	position: relative;
	background: #eeedea;
	padding: 2.5rem 6rem;
	font-size: 1.6rem;
	line-height: 1.875;
	margin: 4rem 0;
}

#blog-dtl .post-content blockquote:before {
	content: '';
	background: url(../img/blog/icn-quote.png) no-repeat left top/31px;
	width: 31px;
	height: 25px;
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
}

#blog-dtl .post-content blockquote p {
	padding: 0;
}

#blog-dtl .post-content ul,
#blog-dtl .post-content ol {
	margin-bottom: 2rem;
}

#blog-dtl .post-content ul li {
	list-style: none;
	margin-left: 14px;
	text-indent: -0.9em;
	line-height: 1.6;
	padding: 0 0 1rem;
	position: relative;
}

#blog-dtl .post-content ul li:before {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #2EB8E6;
	display: inline-block;
	margin-right: 10px;
	margin-left: 5px;
	font-size: 1.6rem;
	font-weight: bold;
}

#blog-dtl .post-content ul li ul {
	padding-top: 1rem;
	margin-bottom: 0;
}

#blog-dtl .post-content ul li ul li {
	line-height: 1.6;
	padding: 0 0 1rem;
}

#blog-dtl .post-content ul li ul li:before {
	border: 1px solid #848484;
	background: #fff;
	width: 4px;
	height: 4px;
}

#blog-dtl .post-content ul li ul li:last-child {
	padding: 0;
}

#blog-dtl .post-content ol {
	counter-reset: item;
	list-style-type: none;
}

#blog-dtl .post-content ol li {
	list-style-type: none;
	list-style-position: inside;
	counter-increment: cnt;
	line-height: 2;
	position: relative;
	padding: 0 0 1rem 25px;
}

#blog-dtl .post-content ol li:before {
	position: absolute;
	left: 0;
	top: 5px;
	counter-increment: item;
	content: counters(item, "-");
	background: #2EB8E6;
	color: #fff;
	width: 22px;
	height: 22px;
	display: inline-block;
	margin-right: 10px;
	line-height: 22px;
	text-align: center;
	border-radius: 50%;
	font-size: 1.2rem;
}

#blog-dtl .post-content ol li ol {
	padding-top: 1rem;
	margin-bottom: 0;
}

#blog-dtl .post-content ol li ol li {
	line-height: 1.6;
	padding: 0 0 1rem 35px;
}

#blog-dtl .post-content ol li ol li:before {
	top: 0;
	content: counters(item, "-") ". ";
	width: auto;
	height: auto;
	line-height: 1.6;
	color: inherit;
	background: none;
}

#blog-dtl .post-content ol li:nth-child(9) ~ li:before {
	content: counter(cnt);
}

#blog-dtl .post-content p a {
	color: #2EB8E6;
	text-decoration: underline;
}

#blog-dtl .post-content strong {
	font-size: inherit;
	font-weight: bold;
}

#blog-dtl .post-content em {
	font-style: italic;
}

#blog-dtl .post-content hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 1px dashed #bbb;
	margin: 5rem 0;
}

#blog-dtl .post-content table {
	margin-bottom: 30px;
}

#blog-dtl .post-content thead {
	background: #F4F4F4;
}

#blog-dtl .post-content thead * {
	color: #fff;
	text-align: center;
	padding: 0.7em 0;
	border: 1px solid #F4F4F4;
}

#blog-dtl .post-content th,
#blog-dtl .post-content td {
	font-size: 1.5rem;
}

#blog-dtl .post-content tbody {
	border-top: 1px solid #F4F4F4;
	border-bottom: 1px solid #F4F4F4;
}

#blog-dtl .post-content tbody tr {
	border-bottom: 1px solid #F4F4F4;
}

#blog-dtl .post-content tbody th {
	background: #fcf7f5;
	padding: 1em;
	color: #1a1a1a;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #F4F4F4;
}

#blog-dtl .post-content tbody tr th:first-child {
	border-left: 1px solid #F4F4F4;
}

#blog-dtl .post-content tbody td {
	background: #fff;
	padding: 1em;
	border-right: 1px solid #F4F4F4;
}

#blog-dtl .post-content tbody tr td:first-child {
	border-left: 1px solid #F4F4F4;
}

#blog-dtl .post-content .lkc-external-wrap {
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2) !important;
}

#blog-dtl .post-content .aligncenter {
	display: block;
	margin: 0 auto;
}

#blog-dtl .post-content .alignright {
	float: right;
	margin-left: 20px;
}

#blog-dtl .post-content .alignleft {
	float: left;
	margin-right: 20px;
}

#blog-dtl .post-content img[class*="wp-image-"],
#blog-dtl .post-content img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}

#blog-dtl .blog-art-nav {
	padding: 0 0 60px;
}

#blog-dtl .blog-art-nav .pager {
	border: 1px solid #8AD6E6;
	border-radius: 5px;
	padding: 15px;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#blog-dtl .blog-art-nav .pager .back {
	padding: 0 30px;
}

#blog-dtl .blog-art-nav .pager .back a {
	display: block;
	width: 130px;
	color: #fff;
	text-align: center;
	background: #2EB8E6;
	border-radius: 5px;
	height: 50px;
	line-height: 50px;
	transition: all .2s;
	border: 1px solid #2EB8E6;
}

@media (min-width: 751px) {
	#blog-dtl .blog-art-nav .pager .back a:hover {
		background: #fff;
		color: #2EB8E6;
	}
}

#blog-dtl .blog-art-nav .pager .pre,
#blog-dtl .blog-art-nav .pager .next {
	flex: 1;
}

#blog-dtl .blog-art-nav .pager .pre a,
#blog-dtl .blog-art-nav .pager .next a {
	display: block;
}

#blog-dtl .blog-art-nav .pager .pre a img,
#blog-dtl .blog-art-nav .pager .next a img {
	width: 70px;
	height: auto;
	border-radius: 5px;
}

#blog-dtl .blog-art-nav .pager .pre a figure,
#blog-dtl .blog-art-nav .pager .next a figure {
	border-radius: 5px;
	overflow: hidden;
	display: inline-block;
}

#blog-dtl .blog-art-nav .pager .pre .box,
#blog-dtl .blog-art-nav .pager .next .box {
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
}

#blog-dtl .blog-art-nav .pager .pre .ttl,
#blog-dtl .blog-art-nav .pager .next .ttl {
	flex: 1;
	padding: 0 20px;
}

#blog-dtl .blog-art-nav .pager .next .box {
	flex-direction: row-reverse;
}

#blog-dtl .sec-recommend {
	background: #F5F5F5;
	padding: 41px 0 40px;
}

#blog-dtl .sec-recommend .recommend-ttl {
	position: relative;
	text-align: center;
	font-size: 2.2rem;
	margin-bottom: 25px;
	letter-spacing: .1em;
}

#blog-dtl .sec-recommend .recommend-ttl:before {
	border-top: 1px solid #707070;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	z-index: 1;
}

#blog-dtl .sec-recommend .recommend-ttl span {
	background-color: #F5F5F5;
	display: inline-block;
	padding: 0 1em;
	position: relative;
	z-index: 2;
}

#blog-dtl .sec-recommend .recommend-list {
	display: -ms-flexbox;
	display: flex;
	margin: 0 -6.5px;
}

#blog-dtl .sec-recommend .recommend-item {
	width: 25%;
	padding: 0 6.5px;
	border: none;
}

#blog-dtl .sec-recommend .recommend-item .txtbox {
	padding: 5px 0 0;
}

#blog-dtl .sec-recommend .recommend-item .date {
	margin-right: 0;
	padding-top: 3px;
}

#blog-dtl .sec-recommend .recommend-item .attr {
	padding: 0 0 .5rem;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#blog-dtl .sec-recommend .recommend-item .ttl {
	line-height: 1.7;
}

@media (max-width: 750px) {
	#blog-dtl .main-art {
		padding: 15px 0;
	}

	#blog-dtl .main-art .art-ttl {
		padding: 0 0 45px;
	}

	#blog-dtl .main-art .art-ttl + .post-thumbnail {
		top: -30px;
	}

	#blog-dtl .post-content {
		padding: 0 0 3.5rem;
	}

	#blog-dtl .post-content h2 {
		font-size: 1.8rem;
		padding: .8rem 0;
		display: inline;
		line-height: 2;
	}

	#blog-dtl .post-content h3 {
		font-size: 1.7rem;
		margin: 0 0 1.5rem;
		line-height: 1.5;
	}

	#blog-dtl .post-content h4 {
		font-size: 1.7rem;
		margin: 0 0 1.5rem;
	}

	#blog-dtl .post-content h5 {
		font-size: 1.6rem;
		margin: 0 0 1rem;
	}

	#blog-dtl .post-content h6 {
		font-size: 1.6rem;
		margin: 0 0 1rem;
	}

	#blog-dtl .post-content p {
		padding: 0 0 3rem;
	}

	#blog-dtl .post-content h2 + p {
		margin-top: 1.5rem;
	}

	#blog-dtl .post-content iframe {
		width: 100%;
	}

	#blog-dtl .post-content blockquote {
		padding: 2.5rem 2rem;
		margin: 4rem 0;
	}

	#blog-dtl .post-content blockquote:before {
		background: url(../img/page/icn-quote.png) no-repeat left top/45px;
		width: 45px;
		height: 45px;
	}

	#blog-dtl .post-content ul li,
	#blog-dtl .post-content ol li {
		line-height: 1.7;
	}

	#blog-dtl .post-content ul li ul li,
	#blog-dtl .post-content ul li ol li,
	#blog-dtl .post-content ol li ul li,
	#blog-dtl .post-content ol li ol li {
		line-height: 1.7;
	}

	#blog-dtl .post-content ol li:before {
		top: 2px;
	}

	#blog-dtl .post-content hr {
		margin: 3rem 0;
	}

	#blog-dtl .post-content .linkcard {
		height: auto !important;
	}

	#blog-dtl .post-content .lkc-content {
		word-break: break-all;
		overflow-wrap: break-word;
		height: auto !important;
	}

	#blog-dtl .post-content .lkc-title {
		font-size: 1.6rem !important;
		line-height: 130% !important;
		word-break: break-all !important;
		overflow-wrap: break-word !important;
		display: inline;
	}

	#blog-dtl .post-content .aligncenter {
		display: block;
		margin: 0 auto 1.5rem;
	}

	#blog-dtl .post-content .alignright {
		float: none;
		margin: 0 auto 1.5rem;
	}

	#blog-dtl .post-content .alignleft {
		float: none;
		margin: 0 auto 1.5rem;
	}

	#blog-dtl .post-content img[class*="wp-image-"],
	#blog-dtl .post-content img[class*="attachment-"] {
		height: auto;
		width: 100%;
	}

	#blog-dtl .blog-art-nav {
		padding: 0 0 50px;
	}

	#blog-dtl .blog-art-nav .pager {
		display: block;
	}

	#blog-dtl .blog-art-nav .pager .back {
		text-align: center;
		padding: 0;
	}

	#blog-dtl .blog-art-nav .pager .back a {
		margin: 20px auto;
	}

	#blog-dtl .blog-art-nav .pager .pre .box,
	#blog-dtl .blog-art-nav .pager .next .box {
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	#blog-dtl .blog-art-nav .pager .pre .ttl,
	#blog-dtl .blog-art-nav .pager .next .ttl {
		padding: 0;
	}

	#blog-dtl .blog-art-nav .pager .pre figure + .ttl,
	#blog-dtl .blog-art-nav .pager .next figure + .ttl {
		padding: 0 0 0 20px;
	}

	#blog-dtl .blog-art-nav .pager .next .box {
		flex-direction: row-reverse;
	}

	#blog-dtl .blog-art-nav .pager .next figure + .ttl {
		padding: 0 20px 0 0;
	}

	#blog-dtl .sec-recommend {
		padding: 30px 0 10px;
	}

	#blog-dtl .sec-recommend .recommend-ttl {
		font-size: 1.8rem;
		letter-spacing: 0;
	}

	#blog-dtl .sec-recommend .recommend-list {
		flex-wrap: wrap;
		margin: 0 -6.5px;
	}

	#blog-dtl .sec-recommend .recommend-item {
		width: 50%;
		padding: 0 6.5px 30px;
	}

	#blog-dtl .sec-recommend .recommend-item .txtbox {
		padding: 5px 0 0;
	}

	#blog-dtl .sec-recommend .recommend-item .date {
		font-size: 1.2rem;
		padding-top: 0;
	}

	#blog-dtl .sec-recommend .recommend-item .cat {
		font-size: 1.2rem;
	}

	#blog-dtl .sec-recommend .recommend-item .attr {
		padding: 0 0 .5rem;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	#blog-dtl .sec-recommend .recommend-item .ttl {
		font-size: 1.4rem;
	}
}

/*
---------------------------------------
contact
---------------------------------------
*/

#contact {
	/*
		----------------------------------------
		form
		----------------------------------------
		*/
}

#contact .page-mv {
	background: url(../img/contact/bg-fv.jpg) no-repeat center center/cover;
}

#contact .form-cont-wrap {
	padding: 0 0 7rem;
}

#contact .accbox.notice {
	width: 100%;
	margin: 0 0 60px;
	background: #EEE;
	padding: 3rem 0;
}

#contact .accbox-ttl {
	font-size: 1.6rem;
	font-weight: bold;
	width: 27%;
	text-align: center;
	letter-spacing: .1em;
}

#contact .accbox.notice ul {
	padding-left: 1.4rem;
	text-indent: -1.4rem;
}

#contact .accbox.notice li {
	font-size: 1.4rem;
	line-height: 1.8;
}

#contact .accbox .accshow {
	width: 73%;
}

#contact .form-step {
	width: 100%;
	margin-bottom: 10px;
}

#contact .form-step > p {
	width: calc(33.3333% - 25px);
	height: 50px;
	line-height: 50px;
	padding: 0 30px !important;
	background: #bfbfbf;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	text-align: center;
	white-space: nowrap;
	position: relative;
	color: #fff;
}

#contact .form-step > p .en {
	font-size: 1.6rem;
	color: #fff;
	background: #999;
	border-radius: 30px;
	padding: 5px 10px;
	display: inline-block;
	line-height: 1;
	margin-right: 10px;
}

#contact .form-step > p::after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(30, 165, 105, 0);
	border-left-color: #bfbfbf;
	border-width: 25px;
	margin-top: -25px;
}

#contact #mailformpro .step-01,
#contact #mfp_phase_confirm .step-02 {
	background: #8AD6E6;
	color: #fff;
	border-top: solid 1px #8AD6E6;
	border-bottom: solid 1px #8AD6E6;
}

#contact #mailformpro .step-01 .en,
#contact #mfp_phase_confirm .step-02 .en {
	background: #2EB8E6;
}

#contact .form-step > p.step-03::after {
	display: none;
}

#contact #mailformpro .step-01::after,
#contact #mfp_phase_confirm .step-02::after {
	border-left-color: #8AD6E6;
}

#contact input[type=text],
#contact input[type=search],
#contact input[type=tel],
#contact input[type=number],
#contact input[type=url],
#contact input[type=email],
#contact input[type=password],
#contact input[type=date],
#contact textarea, #contact select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 16px;
	border: solid 1px #ccc;
	padding: 10px 15px !important;
	box-sizing: border-box;
	margin-right: 10px;
	text-align: left !important;
	background: #FFFDE6;
}

#contact input[type=email],
#contact input[type=tel],
#contact input.l {
	width: 100%;
	margin: 0 !important;
}

#contact textarea {
	margin: 0 !important;
	width: 100% !important;
	height: 20rem !important;
}

#contact select {
	padding: 7px 35px 7px 15px !important;
	background: url(../img/common/arrow-select.svg) right 10px center/10px no-repeat !important;
}

#contact .form-box {
	padding: 33px 0 0;
}

#contact .form-box .lead {
	text-align: center;
	padding: 0 0 25px;
	letter-spacing: .1em;
	line-height: 1.7;
}

#contact .cont-01 {
	padding: 0 0 65px;
	text-align: center;
}

#contact .cont-01 .txt {
	padding: 0 0 26px;
}

#contact .cont-01 .tel-box {
	max-width: 800px;
	margin: 0 auto;
	border: 1px solid #8AD6E6;
	border-radius: 5px;
}

#contact .cont-01 .tel-ttl {
	background: #8AD6E6;
	color: #fff;
	font-size: 2rem;
	padding: 10px 0;
	letter-spacing: .1em;
}

#contact .cont-01 .txtbox {
	padding: 20px 0;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

#contact .cont-01 .tel-num {
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

#contact .cont-01 .tag {
	background: #2EB8E6;
	font-size: 1.6rem;
	color: #fff;
	margin-right: 10px;
	display: inline-block;
	padding: 2px 10px;
}

#contact .cont-01 .num {
	font-size: 4.5rem;
	color: #2EB8E6;
	line-height: 1;
}

#contact .cont-01 .num a {
	text-decoration: none;
}

#contact .cont-01 .info {
	display: inline-block;
	font-size: 1.6rem;
	margin-left: 23px;
	margin-right: 30px;
	letter-spacing: .1em;
}

#contact .cont-01 a {
	text-decoration: underline;
}

#contact form#mailformpro {
	padding: 0;
}

#contact form#mailformpro .form-cont {
	background: #fff;
	padding: 2rem 0 6rem;
}

#contact form#mailformpro .form-dl {
	-js-display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

#contact form#mailformpro .form-dl dt {
	width: 23%;
	padding: 20px 70px 20px 0;
	box-sizing: border-box;
	border: none;
	text-align: left;
	font-size: 1.6rem;
	position: relative;
	text-align: left;
}

#contact form#mailformpro .form-dl dt .small {
	font-size: 1.2rem;
}

#contact .req-label {
	display: inline-block;
	background: #8AD6E6;
	color: #fff;
	font-size: 1.4rem;
	padding: 0 12px;
	position: absolute;
	right: 0px;
	top: 33px;
}

#contact form#mailformpro .form-dl dd {
	width: 77%;
	padding: 20px 44px 20px 45px;
	box-sizing: border-box;
	border: none;
	font-size: 1.6rem;
	position: relative;
}

#contact form#mailformpro .form-dl dd .attention {
	font-size: 1.2rem;
	color: #CB2626;
	margin-left: 10px;
}

#contact form#mailformpro .form-dl dd::after {
	content: '';
	width: 24px;
	height: 24px;
	background: url(../img/contact/icon-check.svg) center center/24px no-repeat;
	position: absolute;
	right: 0;
	top: 28px;
	opacity: 0;
	visibility: hidden;
	transition: all .2s;
}

#contact form#mailformpro .form-dl dd.ok::after {
	opacity: 1;
	visibility: visible;
}

#contact form#mailformpro .form-dl dd.ok input[type=text],
#contact form#mailformpro .form-dl dd.ok input[type=search],
#contact form#mailformpro .form-dl dd.ok input[type=tel],
#contact form#mailformpro .form-dl dd.ok input[type=number],
#contact form#mailformpro .form-dl dd.ok input[type=url],
#contact form#mailformpro .form-dl dd.ok input[type=email],
#contact form#mailformpro .form-dl dd.ok input[type=password],
#contact form#mailformpro .form-dl dd.ok input[type=date],
#contact form#mailformpro .form-dl dd.ok textarea,
#contact form#mailformpro .form-dl dd.ok select {
	background: #fff;
}

#contact dd .flex {
	justify-content: flex-start;
}

#contact dd .flex > .ttl {
	width: 25%;
	padding: 13px 0;
}

#contact dd .flex > .input {
	width: 75%;
	padding: 5px 0;
}

#contact dd .flex.inline span {
	padding: 0 20px 0 0;
}

#contact input[type="radio"] {
	display: none;
}

#contact .item-label {
	padding-left: 32px;
	position: relative;
}

#contact .item-label::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 20px;
	height: 20px;
	background: #eee;
	border-radius: 50%;
}

#contact input[type="radio"]:checked ~ .item-label::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 4px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #2EB8E6;
}

#contact .radio-01 {
	width: 35%;
}

#contact .radio-01.radio-01-04 {
	width: 55%;
}

#contact .radio-02 {
	width: 20%;
}

#contact .submit-box {
	padding: 4rem 0 0;
	text-align: center;
}

#contact .agree {
	padding: 0;
	position: relative;
}

#contact .agree .req-label {
	right: inherit;
	left: 270px;
	top: 1px;
}

#contact .agree label {
	border: solid 1px #ccc !important;
	margin: 0 !important;
	font-size: 1.6rem;
	width: 360px;
	max-width: 100%;
	text-align: center!important;
}

#contact button.mfp_element_submit,
#contact button#mfp_button_send {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 360px;
	max-width: 100%;
	font-size: 1.6rem;
	text-shadow: none;
	padding: 14px 0 14px;
	border-radius: 0;
	box-shadow: none !important;
	transition: all .2s;
}

#contact button.mfp_element_reset,
#contact button#mfp_button_cancel {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 1.4rem;
	text-shadow: none;
	padding: 10px 20px;
	border-radius: 0;
	border: solid 1px #000;
	background: #fff;
	color: #000;
	box-shadow: none !important;
	transition: all .2s;
}

#contact button.mfp_element_submit {
	border: solid 1px #777;
	background: #777;
	color: #fff;
	display: block;
	margin: 30px auto;
	letter-spacing: .1em;
	font-size: 2rem;
	background-position: right 20px center;
}

#contact button#mfp_button_send {
	border: solid 1px #2EB8E6;
	background: #2EB8E6;
	border-radius: 50px;
	color: #fff;
	display: block;
	margin: 30px auto;
	letter-spacing: .1em;
	font-size: 2rem;
	background: #2EB8E6 url(../img/common/arrow-01-wh.svg) right 20px center no-repeat;
}

#contact button.mfp_element_submit,
#contact button.mfp_element_submit:hover,
#contact button#mfp_button_send:hover {
	border: solid 1px #2EB8E6;
	border-radius: 50px;
	letter-spacing: .1em;
	font-size: 2rem;
	color: #2EB8E6;
	background: #fff url(../img/common/arrow-01.svg) right 20px center/10px no-repeat;
}

#contact button.mfp_element_submit {
	color: #fff;
	background: #2EB8E6 url(../img/common/arrow-01-wh.svg) right 20px center/10px no-repeat;
}

#contact button.mfp_element_submit.disable,
#contact button.mfp_element_submit.disable:hover {
	border: solid 1px #777;
	background: #777;
	letter-spacing: .1em;
	font-size: 2rem;
	color: #fff;
	background-position: right 20px center;
}

#contact button.mfp_element_reset:hover,
#contact button#mfp_button_cancel:hover {
	background: #ddd;
}

#contact .mfp_element_all {
	max-width: 100%;
}

#contact input[type="text"] {
	min-width: 420px;
}

#contact .mfp_element_text,
#contact .mfp_element_number,
#contact .mfp_element_select-one,
#contact .mfp_element_email,
#contact .mfp_element_tel,
#contact .mfp_element_textarea,
#contact .mfp_element_date,
#contact .mfp_element_password {
	box-shadow: none;
	border: solid 1px #ccc;
	border-radius: 0;
	background: transparent;
	margin: 0;
}

#contact .mfp_element_text.req,
#contact .mfp_element_number.req,
#contact .mfp_element_select-one.req,
#contact .mfp_element_email.req,
#contact .mfp_element_tel.req,
#contact .mfp_element_textarea.req,
#contact .mfp_element_date.req,
#contact .mfp_element_password.req {
	background: #fffeee;
}

#contact form#mailformpro label.mfp_not_checked,
#contact form#mailformpro label.mfp_checked {
	background: transparent;
	padding: 15px 0;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	margin-right: 10px;
	box-shadow: none;
	border: none;
	border-radius: 0;
	transition: all .2s;
	text-align: left;
}

#contact form#mailformpro label.mfp_not_checked .mfp_err,
#contact form#mailformpro label.mfp_checked .mfp_err {
	text-align: center;
}

#contact .name.flex > span {
	padding: 0;
	margin-right: 15px;
}

#contact .problem {
	border: solid 1px #a00 !important;
}

#contact div.mfp_err {
	background: transparent;
	padding: 0;
	margin: 10px 0 0;
	font-size: 1.2rem;
	color: #a00;
}

#contact div#mfp_phase_confirm h4 {
	font-size: 3rem;
	padding: 0;
}

#contact .mfp_confirm_before {
	text-align: center;
}

#contact table#mfp_confirm_table {
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	margin: 30px 0 45px;
}

#contact table#mfp_confirm_table tr th,
#contact table#mfp_confirm_table tr td {
	font-size: 1.6rem;
	font-weight: normal;
	padding: 15px;
	box-sizing: border-box;
	border: none;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

#contact table#mfp_confirm_table tr th {
	background: #fafafa;
}

#contact table#mfp_confirm_table tr.mfp_colored {
	background: transparent;
}

#contact div.mfp_buttons {
	padding: 0;
}

#contact form#mailformpro label {
	margin: 4px;
}

#contact form#mailformpro #policy {
	margin-top: 10px;
}

#contact form#mailformpro #policy .policy-lead {
	padding: 0 0 20px;
	line-height: 1.9;
}

#contact form#mailformpro #policy .inner {
	max-height: 200px;
	overflow: auto;
	border: 1px solid #ccc;
	padding: 30px 50px;
	overflow-y: scroll;
}

#contact form#mailformpro #policy h2 {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

#contact form#mailformpro #policy dl {
	display: block;
	width: 100%;
}

#contact form#mailformpro #policy dl dt {
	font-size: 1.7rem;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	text-align: left;
	border-top: none;
	line-height: 1.9;
}

#contact form#mailformpro #policy dl dd {
	margin-bottom: 30px;
	font-size: 1.5rem;
	padding: 0;
	display: block;
	width: 100%;
	border: none;
	text-align: left;
	background: none;
	padding: 0;
	line-height: 1.9;
}

#contact form#mailformpro #policy dl dd ol {
	margin: 15px 0 15px 25px;
}

#contact form#mailformpro #policy dl dd ol li {
	list-style: decimal;
}

#contact .remaining {
	position: fixed;
	right: 20px;
	bottom: 110px;
	display: inline-block;
	background: #fff;
	border: solid 1px #a00;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: all .2s;
}

#contact .remaining.active {
	opacity: 1;
	visibility: visible;
	z-index: 999;
}

#contact .remaining .read {
	padding: 10px 20px;
}

#contact .remaining .num {
	background: #a00;
	color: #fff;
	padding: 5px 20px;
}

@media (max-width: 750px) {

	#contact .cont-01 {
		padding: 0 0 40px;
	}

	#contact .cont-01 .tel-ttl {
		font-size: 1.8rem;
	}

	#contact .cont-01 .txtbox {
		padding: 15px 0;
		display: block;
	}

	#contact .cont-01 .tel-num {
		justify-content: center;
		padding: 0 0 10px;
	}

	#contact .cont-01 .tag {
		font-size: 1.4rem;
	}

	#contact .cont-01 .num {
		font-size: 3.5rem;
	}

	#contact .cont-01 .info {
		margin: 0;
		text-align: center;
	}

	#contact .accbox.notice {
		padding: 15px;
	}

	#contact .accbox.notice li {
		padding: 0 0 1rem;
	}

	#contact .accbox .accshow {
		width: 100%;
	}

	#contact .accbox-ttl {
		width: 100%;
		padding: 0 0 1rem;
	}

	#contact .form-step {
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 20px;
	}

	#contact .form-step > p {
		height: 30px;
		line-height: 30px;
		width: calc(33.3333% - 12px);
		padding: 0 10px !important;
	}

	#contact .form-step > p:after {
		border-width: 15px;
		margin-top: -15px;
	}

	#contact .form-step .en {
		display: none !important;
		margin-right: 0 !important;
	}

	#contact input[type=text],
	#contact input[type=search],
	#contact input[type=tel],
	#contact input[type=tel],
	#contact input[type=url],
	#contact input[type=email],
	#contact input[type=password],
	#contact input[type=date],
	#contact textarea, #contact select {
		width: 100%;
		margin: 5px 0;
		min-width: 0;
	}

	#contact input[type=email],
	#contact input[type=tel],
	#contact input.l {
		margin: 5px 0;
	}

	#contact textarea {
		margin: 5px 0 !important;
	}

	#contact .form-box {
		padding-top: 20px;
	}

	#contact .form-box .flex {
		margin-bottom: 20px;
	}

	#contact .form-box .flex > * {
		padding: 0;
	}

	#contact .form-box .flex {
		display: flex;
	}

	#contact .form-box .flex > .step-01,
	#contact .form-box .flex > .step-02,
	#contact .form-box .flex > .step-03 {
		padding: 0 15px !important;
	}

	#contact .form-step {
		margin: 15px 0;
		font-size: 1.1rem;
	}

	#contact .form-step > p {
		padding: 0 0 0 20px !important;
	}

	#contact form#mailformpro .form-cont {
		padding: 1rem 0 2rem;
	}

	#contact form#mailformpro > .form-dl {
		flex-direction: column;
	}

	#contact form#mailformpro .form-dl dt {
		width: 100%;
		background: transparent;
		padding: 5px 40px 5px 0;
		position: relative;
		border-bottom: none;
	}

	#contact form#mailformpro .form-dl dt::after {
		content: '';
		width: 24px;
		height: 24px;
		background: url(../img/contact/icon-check.svg) center center/24px no-repeat;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		opacity: 0;
		visibility: hidden;
		transition: all .2s;
	}

	#contact form#mailformpro .form-dl dt.ok::after {
		opacity: 1;
		visibility: visible;
	}

	#contact .radio-01,
	#contact .radio-01.radio-01-04,
	#contact .radio-02 {
		width: 100%;
	}

	#contact .req-label {
		position: relative;
		right: 0;
		top: 0;
		vertical-align: middle;
		margin-left: 10px;
		font-size: 1.4rem;
	}

	#contact .agree .req-label {
		left: -10px;
		top: 0;
	}

	#contact form#mailformpro .form-dl dd {
		width: 100%;
		padding: 5px 0 20px;
	}

	#contact dd .address {
		flex-direction: column;
		margin: 0;
	}

	#contact form#mailformpro .form-dl dd::after {
		display: none;
	}

	#contact dd .flex > .ttl {
		width: 100%;
		padding: 5px 0;
	}

	#contact dd .flex > .input {
		width: 100%;
	}

	#contact .submit-box {
		padding: 2.5rem 0 0;
	}

	#contact #mfp_loading,
	#contact #mfp_loading_screen,
	#contact #div#mfp_overlay_background {
		display: none !important;
	}

	#contact .agree label {
		display: block;
		text-align: center;
		padding: 15px 5px !important;
	}

	#contact button.mfp_element_submit,
	#contact button#mfp_button_send,
	#contact button.mfp_element_submit.disable,
	#contact button.mfp_element_submit.disable:hover {
		display: block;
		width: 100%;
		margin: 20px 0;
		padding: 15px;
		font-size: 1.6rem;
	}

	#contact form#mailformpro .flex label.mfp_not_checked,
	#contact form#mailformpro .flex label.mfp_checked {
		display: block;
		box-sizing: border-box;
		text-align: left;
	}

	#contact form#mailformpro .flex label.mfp_not_checked {
		background: #fff;
	}

	#contact form#mailformpro label.mfp_not_checked,
	#contact form#mailformpro label.mfp_checked {
		margin: 0;
		font-size: 1.4rem;
	}

	#contact .flex.inline {
		justify-content: space-between;
		margin: 0;
	}

	#contact .flex.inline > span {
		width: calc( 50% - 7.5px) !important;
		margin: 0 !important;
	}

	#contact dd .flex.inline span {
		padding: 0;
	}

	#contact div#mfp_phase_confirm h4 {
		font-size: 2rem;
		margin: 20px 0;
	}

	#contact table#mfp_confirm_table {
		margin: 20px 0 0;
	}

	#contact table#mfp_confirm_table tr {
		-js-display: flex;
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}

	#contact table#mfp_confirm_table tr th {
		width: 100%;
		padding: 10px 15px;
	}

	#contact .remaining {
		right: 0;
		left: 0;
		bottom: 0;
		display: block;
	}

	#contact .remaining .read {
		display: none;
	}

	#contact form#mailformpro #policy .inner {
		padding: 20px;
	}

	#contact form#mailformpro #policy h2 {
		margin-bottom: 20px;
	}

	#contact form#mailformpro #policy dl dd ol {
		margin: 10px 0 10px 25px;
	}

	#contact #bottom-fix {
		display: none!important;
	}
}

/*
---------------------------------------
facility
---------------------------------------
*/

#facility .page-mv {
	background: url(../img/facility/bg-fv.jpg) no-repeat center center/cover;
}

.sec-facility {
	padding: 45px 0 0;
}

.sec-facility .fc-nav-list {
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	padding: 0 0 93px;
}

.sec-facility .fc-nav-item a {
	display: block;
	width: 313px;
	text-align: center;
	border-radius: 10px;
	padding: 18px 0 30px;
	position: relative;
	letter-spacing: .1em;
}

.sec-facility .fc-nav-item a:before {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e902";
	font-size: 25px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5px;
	margin: 0 auto;
	transition: all .2s;
}

.sec-facility .fc-nav-item a:hover:before {
	bottom: 0;
}

.sec-facility .fc-nav-item.item-01 a {
	background: #D5F1FA;
}

.sec-facility .fc-nav-item.item-01 a:before {
	color: #2EB8E6;
}

.sec-facility .fc-nav-item.item-02 a {
	background: #D5FAF1;
}

.sec-facility .fc-nav-item.item-02 a:before {
	color: #2EE6B8;
}

.sec-facility .fc-nav-item.item-03 a {
	background: #D5FADE;
}

.sec-facility .fc-nav-item.item-03 a:before {
	color: #7ACC8F;
}

.sec-facility .slide-wrap {
	padding: 0 30px;
	position: relative;
}

.sec-facility .pagination_active {
	position: absolute;
	width: 138px;
	height: 95px;
	top: 289px;
	left: calc(50% - 69px);
	border: solid 6px #8AD6E6;
	z-index: 500;
	border-radius: 5px;
}

.sec-facility .pagination_active:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #8AD6E6;
	border-width: 20px;
	margin-left: -20px;
}

.sec-facility .slide-main-c,
.sec-facility .slide-thumbnail-c {
	width: 428px;
	margin: 0 auto 10px;
}

.sec-facility .slide-item img {
	width: calc(100% - 2px);
	box-sizing: border-box;
}

.sec-facility .thumbnail-item:hover {
	cursor: pointer;
}

.sec-facility .thumbnail-item img {
	width: calc( 100% - 10px);
	margin: 0 auto;
	box-sizing: border-box;
}

/*.sec-facility .thumbnail-item.slick-current.slick-active {
	position: relative;
}

.sec-facility .thumbnail-item.slick-current.slick-active:before {
	content: '';
	background: url(../img/facility/tri.png);
	width: 15px;
	height: 15px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: -13px;
	margin: 0 auto;
}

.sec-facility .thumbnail-item.slick-current.slick-active img {
	border: 4px solid #8AD6E6;
	border-radius: 10px;
	box-sizing: border-box;
}*/

.sec-facility .slick-next:before {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e900";
	font-size: 30px;
	color: #8AD6E6;
	line-height: 30px;
	background: #fff;
	opacity: 1;
	border-radius: 50%;
	z-index: 3;
}

.sec-facility .slick-prev:before {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e901";
	font-size: 30px;
	color: #8AD6E6;
	line-height: 30px;
	background: #fff;
	opacity: 1;
	border-radius: 50%;
	z-index: 3;
}

.sec-facility .slick-prev,
.sec-facility .slick-next {
	width: 30px !important;
	height: 30px !important;
	z-index: 3;
}

.sec-facility .slick-next {
	right: -15px !important;
}

.sec-facility .slick-prev {
	left: -15px !important;
}

.sec-facility .fc-box {
	padding: 0 0 60px;
}

.sec-facility .fc-box-ttl {
	position: relative;
	text-align: center;
	font-size: 2.8rem;
	margin-bottom: 30px;
	letter-spacing: .3em;
}

.sec-facility .fc-box-ttl:before {
	border-top: 1px solid #2EB8E6;
	content: "";
	position: absolute;
	top: 45%;
	left: 0;
	width: 100%;
	z-index: 1;
}

.sec-facility .fc-box-ttl:after {
	border-top: 1px solid #2EB8E6;
	content: "";
	position: absolute;
	top: 55%;
	left: 0;
	width: 100%;
	z-index: 1;
}

.sec-facility .fc-box-ttl span {
	background-color: #fff;
	display: inline-block;
	padding: 0 0.5em;
	position: relative;
	z-index: 2;
}

.sec-facility #anc-02 .fc-box-ttl:before,
.sec-facility #anc-02 .fc-box-ttl:after {
	border-top: 1px solid #2EE6B8;
}

.sec-facility #anc-02 .fc-item-ttl {
	background: url(../img/facility/icn-group@2x.png) no-repeat left 15px center;
	background-size: 54px;
	padding: 0 0 0 79px;
}

.sec-facility #anc-03 {
	padding: 0;
}

.sec-facility #anc-03 .fc-box-ttl:before,
.sec-facility #anc-03 .fc-box-ttl:after {
	border-top: 1px solid #7ACC8F;
}

.sec-facility #anc-03 .fc-item {
	border: none;
}

.sec-facility #anc-03 .fc-item-ttl {
	background: url(../img/facility/icn_care@2x.png) no-repeat left 13px center;
	background-size: 60px;
	padding: 0 0 0 80px;
}

.sec-facility .fc-item {
	padding: 0 0 90px;
}

.sec-facility .fc-item.fc-item-02 {
	border-top: 2px dashed #2EB8E6;
	padding-top: 60px;
}

.sec-facility .fc-item-ttl {
	font-size: 3.2rem;
	font-weight: bold;
	padding: 0 0 0 80px;
	letter-spacing: .1em;
	line-height: 49px;
	min-height: 49px;
	color: #2EB8E6;
	margin-bottom: 25px;
	background: url(../img/facility/icn-short@2x.png) no-repeat left 15px center;
	background-size: 50px;
}

.sec-facility .start {
	background: #F5F5F5;
	padding: 30px 60px 20px;
	border-radius: 30px;
	margin-bottom: 50px;
}

.sec-facility .box {
	padding: 0 0 25px;
}

.sec-facility .box .txt {
	flex: 1;
	padding: 0 0 0 11px;
}

.sec-facility .comment-box {
	padding: 20px;
	margin-bottom: 30px;
	background: rgba(138, 214, 230, 0.2);
}

.sec-facility .comment-box .txtbox {
	flex: 1;
	padding: 10px 0 0 20px;
}

.sec-facility .comment-box .ttl {
	font-size: 2.2rem;
	color: #2EB8E6;
	padding: 0 0 0.6rem;
	letter-spacing: .1em;
}

.sec-facility .comment-box.customer {
	background: rgba(46, 230, 92, 0.1);
	margin-bottom: 10px;
}

.sec-facility .comment-box.customer .ttl {
	color: #7ACC8F;
}

.sec-facility .info-box .info-dl {
	flex: 1;
	padding: 0 20px 0 0;
}

.sec-facility .info-box .row {
	border-bottom: 1px solid #8AD6E6;
	display: -ms-flexbox;
	display: flex;
	padding: 13px 10px 13px 28px;
	align-items: center;
}

.sec-facility .info-box dt {
	width: 160px;
	font-weight: bold;
}

.sec-facility .info-box iframe {
	margin-top: 20px;
}

@media (max-width: 750px) {
	.sec-facility {
		padding: 30px 0 0;
	}

	.sec-facility .fc-nav-list {
		display: block;
		padding: 0 0 40px;
	}

	.sec-facility .fc-nav-item {
		margin-bottom: 10px;
	}

	.sec-facility .fc-nav-item a {
		width: 100%;
		padding: 10px 0 20px;
	}

	.sec-facility .fc-nav-item a:before {
		bottom: 0;
	}

	.sec-facility .fc-box-ttl {
		font-size: 1.8rem;
	}

	.sec-facility .fc-item-ttl {
		font-size: 1.8rem;
		background-size: 25px;
		padding: 0 0 0 35px;
		line-height: 25px;
		min-height: 25px;
		margin-bottom: 25px;
		background-position: left center;
	}

	.sec-facility #anc-02 .fc-item-ttl {
		background-position: left center;
		background-size: 30px;
		padding: 0 0 0 40px;
	}

	.sec-facility #anc-03 .fc-item-ttl {
		background-position: left center;
		background-size: 30px;
		padding: 0 0 0 40px;
	}

	.sec-facility .fc-item {
		padding: 0 0 50px;
	}

	.sec-facility .fc-item.fc-item-02 {
		padding-top: 50px;
	}

	.sec-facility .start {
		padding: 20px;
		margin-bottom: 35px;
	}

	.sec-facility .start:before {
		content: none;
	}

	.sec-facility .start .start-ttl {
		font-size: 1.8rem;
	}

	.sec-facility .box {
		display: block!important;
	}

	.sec-facility .slide-wrap {
		padding: 0;
	}

	.sec-facility .pagination_active {
		position: absolute;
		width: 32%;
		height: 25%;
		top: inherit;
		bottom: -1%;
		left: 34%;
		border: solid 6px #8AD6E6;
		z-index: 500;
		border-radius: 10px;
	}

	.sec-facility .slide-main-c {
		width: calc( 100% - 20px );
		margin: 0 10px 10px;
	}

	.sec-facility .slide-thumbnail-c {
		width: calc( 100% - 10px );
		margin: 0 5px 10px;
	}

	.sec-facility .box .txt {
		padding: 10px 0 0 0;
	}

	.sec-facility .comment-box {
		margin-bottom: 15px;
		padding: 15px;
		display: block!important;
	}

	.sec-facility .comment-box .ttl {
		font-size: 1.8rem;
		text-align: center;
	}

	.sec-facility .comment-box .img {
		text-align: center;
		padding: 0 0 10px;
	}

	.sec-facility .comment-box .img img {
		width: 30%;
		height: auto;
		margin: 0 auto;
	}

	.sec-facility .comment-box .txtbox {
		padding: 5px 0 0 0;
	}

	.sec-facility .info-box {
		padding: 20px 0 0;
		flex-direction: column-reverse;
	}

	.sec-facility .info-box iframe {
		margin: 0 0 20px;
	}

	.sec-facility .info-box .info-dl {
		padding: 0;
	}

	.sec-facility .info-box .row {
		padding: 10px 0;
	}

	.sec-facility .info-box dt {
		width: 130px;
	}

	.sec-facility .info-box dd {
		flex: 1;
		line-height: 1.8;
	}

	.sec-facility .info-box iframe {
		width: 100%;
		height: 250px;
		margin-top: 0;
	}
}

/*
---------------------------------------
service
---------------------------------------
*/

#service .page-mv {
	background: url(../img/service/bg-fv.jpg) no-repeat center center/cover;
}

#service .sec-facility {
	padding: 40px 0 80px;
}

#service .sec-facility .heading-01 em {
	color: #2EB8E6;
}

#service .sec-facility .fc-box {
	padding: 44px 0 0;
}

#service .sec-facility .fc-item.fc-item-01 .fc-item-ttl {
	background-image: url(../img/service/icn-01@2x.png);
	background-position: left 7px center;
	padding: 0 0 0 81px;
}

#service .sec-facility .fc-item.fc-item-02 .fc-item-ttl {
	background-image: url(../img/service/icn-02@2x.png);
	background-position: left 7px center;
	padding: 0 0 0 81px;
}

#service .sec-facility .fc-item.fc-item-03 {
	padding-top: 60px;
	border-bottom: none;
}

#service .sec-facility .fc-item.fc-item-03 .fc-item-ttl {
	background-image: url(../img/service/icn-03@2x.png);
	background-position: left 2px center;
	padding: 0 0 0 81px;
}

#service .sec-facility .fc-item-ttl {
	line-height: 1.3;
	background-size: 69px;
	padding: 0 0 0 94px;
	background-position: left 15px center;
}

#service .sec-facility .fc-item-ttl .small {
	font-size: 1.8rem;
	color: #000;
	display: block;
	letter-spacing: 0.1em;
}

#service .sec-service {
	position: relative;
	padding: 28px 0 90px;
}

#service .sec-service:before {
	content: '';
	background: url(../img/service/bg-service.jpg) no-repeat center center/cover;
	display: block;
	width: 100%;
	height: 300px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	z-index: 0;
}

#service .sec-service .inner {
	position: relative;
	z-index: 1;
}

#service .sec-service .ttl {
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: .1em;
	line-height: 1.8;
	margin-bottom: 10px;
}

#service .sec-service .ttl em {
	color: #2EB8E6;
}

#service .sec-service .box {
	background: #fff;
	border-radius: 30px;
	padding: 40px 30px;
}

#service .sec-service .txt {
	flex: 1;
	padding: 0 30px 0 0;
}

#service .sec-service .img {
	padding-top: 7px;
}

@media (max-width: 750px) {

	#service .sec-facility {
		padding: 30px 0 50px;
	}

	#service .sec-facility .fc-box {
		padding: 10px 0 0;
	}

	#service .sec-facility .fc-item .fc-item-ttl .small {
		font-size: 1.4rem;
	}

	#service .sec-facility .fc-item.fc-item-01 .fc-item-ttl {
		background-position: left center;
		background-size: 45px;
		padding: 0 0 0 55px;
	}

	#service .sec-facility .fc-item.fc-item-02 .fc-item-ttl {
		background-position: left center;
		background-size: 45px;
		padding: 0 0 0 55px;
	}

	#service .sec-facility .fc-item.fc-item-03 {
		padding-top: 50px;
		border-bottom: none;
	}

	#service .sec-facility .fc-item.fc-item-03 .fc-item-ttl {
		background-position: left center;
		background-size: 45px;
		padding: 0 0 0 55px;
	}

	#service .sec-service {
		padding: 30px 0 50px;
	}

	#service .sec-service:before {
		background: url(../img/service/bg-service_sp.jpg) no-repeat center center/cover;
	}

	#service .sec-service .ttl {
		font-size: 2rem;
		letter-spacing: .05em;
	}

	#service .sec-service .box {
		display: -ms-flexbox;
		display: flex;
		flex-direction: column-reverse;
		padding: 15px;
	}

	#service .sec-service .txt {
		padding: 20px 0 0;
	}

	#service .sec-service .img {
		text-align: center;
	}

	#service .sec-service .img img {
		width: 90%;
	}

}

/*
---------------------------------------
company
---------------------------------------
*/

#company .page-mv {
	background: url(../img/company/bg−fv.jpg) no-repeat center center/cover;
}

#company .heading-02 {
	font-size: 2.8rem;
	text-align: center;
	letter-spacing: .1em;
	background-image: linear-gradient(to right, #000 40%, rgba(255, 255, 255, 0) 0%);
	background-position: bottom;
	background-size: 15px 1.5px;
	background-repeat: repeat-x;
	position: relative;
	padding: 0 0 10px;
}

#company .heading-02 .heading-inner {
	display: inline-block;
	padding-left: .1em;
}

#company .heading-02:before {
	content: '';
	background: url(../img/company/circle-l.png) no-repeat center center/cover;
	display: block;
	width: 98px;
	height: 35px;
	position: absolute;
	left: 0;
	top: calc(50% - 10px);
	transform: translateY(-50%);
}

#company .heading-02:after {
	content: '';
	background: url(../img/company/circle-r.png) no-repeat center center/cover;
	display: block;
	width: 98px;
	height: 35px;
	position: absolute;
	right: 0;
	top: calc(50% - 10px);
	transform: translateY(-50%);
}

#company .heading-02 .em {
	color: #2EB8E6;
	font-weight: bold;
}

#company .sec-vision {
	padding: 32px 0 190px;
}

#company .sec-vision .heading-01 {
	margin-bottom: 40px;
}

#company .sec-vision .heading-02 {
	margin-bottom: 40px;
}

#company .sec-vision .txtbox {
	padding: 15px 0 20px;
	position: relative;
}

#company .sec-vision .txtbox:before {
	content: '';
	background: url(../img/company/img-vision-01.png) no-repeat center center/cover;
	display: block;
	width: 558px;
	height: 596px;
	position: absolute;
	right: 0;
	top: 0;
}

#company .sec-vision .txt-01 {
	width: 512px;
	padding: 0 0 50px;
}

#company .sec-vision .txt-02 {
	width: 402px;
}

#company .sec-detailed {
	padding: 53px 0 50px;
}

#company .sec-detailed .heading-01 {
	margin-bottom: 43px;
}

#company .sec-detailed .heading-02 {
	width: 870px;
	margin: 0 auto 40px;
}

#company .box-wap {
	background: url(../img/company/icn-heart.png) no-repeat center top;
	padding: 76px 0 0;
}

#company .box-wap .ttl-detailed {
	position: relative;
	text-align: center;
	font-size: 2.2rem;
	margin-bottom: 37px;
	letter-spacing: .1em;
}

#company .box-wap .ttl-detailed:before {
	border-top: 1px solid #707070;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	z-index: 1;
}

#company .box-wap .ttl-detailed span {
	background-color: #fff;
	display: inline-block;
	padding: 0 1em;
	position: relative;
	z-index: 2;
}

#company .detailed-list {
	margin: 0 -16px;
}

#company .detailed-item {
	width: calc( 100% / 3 );
	padding: 0 16px;
}

#company .detailed-item h5 {
	text-align: center;
	font-weight: bold;
	color: #2EB8E6;
	font-size: 2rem;
	margin: 15px 0;
}

#company .sec-outline {
	background: #F5F5F5;
	padding: 33px 0 40px;
}

#company .sec-outline .heading-01 {
	margin-bottom: 40px;
}

#company .sec-outline .row {
	border-top: 1px solid #8AD6E6;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding: 32px 0;
}

#company .sec-outline .row.last {
	border-bottom: 1px solid #8AD6E6;
}

#company .sec-outline .row dt {
	width: 200px;
	padding: 0 0 0 40px;
	font-weight: bold;
}

#company .sec-outline .row dd {
	flex: 1;
}

#company .sec-access {
	padding: 55px 0 60px;
}

#company .sec-access .flex {
	justify-content: space-between;
}

#company .sec-access .heading-01 {
	margin-bottom: 40px;
}

#company .sec-access .logo {
	padding: 0 0 11px;
}

#company .sec-access .address {
	padding: 0 0 10px;
}

#company .sec-access .btn-more {
	text-align: left;
	padding: 0 0 0 20px;
	margin: 0 0 22px;
}

#company .sec-access .btn-more a {
	width: 190px;
	padding: 0 0 0 10px;
}

#company .sec-access .btn-more a:before {
	width: 190px;
}

#company .sec-access .btn-more a:hover:after {
	right: -6px;
}

@media (max-width: 750px) {

}

@media (max-width: 750px) {

	#company .heading-02 {
		font-size: 1.8rem;
		letter-spacing: 0;
	}

	#company .heading-02:before {
		background: url(../img/company/circle-l.png) no-repeat center center/cover;
		background-size: 49px;
		width: 49px;
		height: 17.5px;
		left: 0;
	}

	#company .heading-02:after {
		background: url(../img/company/circle-r.png) no-repeat center center/cover;
		background-size: 49px;
		width: 49px;
		height: 17.5px;
		right: 0;
	}

	#company .sec-vision {
		padding: 30px 0;
	}

	#company .sec-vision .heading-01 {
		margin-bottom: 30px;
	}

	#company .sec-vision .txt-01 {
		width: 100%;
		padding: 0 0 20px;
	}

	#company .sec-vision .txt-02 {
		width: 100%;
	}

	#company .sec-vision .txtbox:before {
		content: none;
	}

	#company .sec-detailed {
		padding: 50px 0 0;
	}

	#company .sec-detailed .heading-01 {
		margin-bottom: 30px;
	}

	#company .sec-detailed .heading-02 {
		width: 100%;
		margin: 0 auto 30px;
	}

	#company .detailed-item h5 {
		margin: 10px 0;
	}

	#company .sec-detailed .box-wap {
		background: url(../img/company/icn-heart@2x.png) no-repeat center top;
		background-size: 40px;
		padding: 65px 0 0;
	}

	#company .sec-detailed .box-wap .ttl-detailed {
		font-size: 1.8rem;
		margin-bottom: 20px;
	}

	#company .sec-detailed .detailed-list {
		margin: 0;
		display: block!important;
	}

	#company .sec-detailed .detailed-item {
		width: 100%;
		padding: 0 0 40px;
	}

	#company .sec-detailed .detailed-item .img img {
		width: 100%;
	}

	#company .sec-outline {
		padding: 50px 0 40px;
	}

	#company .sec-outline .heading-01 {
		margin-bottom: 30px;
	}

	#company .sec-outline .row {
		padding: 15px 0;
	}

	#company .sec-outline .row dt {
		width: 80px;
		padding: 0;
	}

	#company .sec-access {
		padding: 50px 0;
	}

	#company .sec-access .heading-01 {
		margin-bottom: 30px;
	}

	#company .sec-access .flex {
		display: block!important;
	}

	#company .sec-access .txtbox {
		padding: 0 0 15px;
	}

	#company .sec-access iframe {
		width: 100%;
		height: 250px;
	}
}

@media screen and ( max-width: 320px ) {

	.page-mv .txtbox {
		padding: 15px 20px;
	}

	.page-mv .txtbox .mv-ttl-ja {
		font-size: 1.8rem;
	}

	#contact form#mailformpro .form-dl dd .attention {
		font-size: 1rem;
	}

}
