@charset "UTF-8";

/*
Theme Name: Desire
Author: Catwork
*/

/* 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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	zoom:1;	/* hasLayout in IE */
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font:inherit;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	vertical-align:baseline;
	background:transparent;
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
}
	p{max-height:100%;}
	header, menu, nav, footer,
	section,article, aside,
	details, summary,
	figure, figcaption{display:block;}
	table{
	border-collapse:collapse;
	border-spacing:0;
}
q, blockquote{quotes:none;}
q:before, q:after, blockquote:before, blockquote:after{
	content:"";
	content:none;
}
img{
	font-size:0;
	line-height:0;
	vertical-align: bottom;
	height:auto;
}
a{
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	color:#333;
}
a:focus{outline:none;}
a img{
	border:none;
	vertical-align:middle;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]:focus,
input[type="button"]:focus {
	outline-offset: -2px;
}
textarea{overflow:auto;}
label{cursor:pointer;}
.clearfix:after{
	display:block;
	visibility:hidden;
	content:".";
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
}
* html .clearfix{zoom:1;}
*:first-child + html .clearfix{zoom:1;}
a{
	text-decoration: none;
}
strong{
	font-weight: normal;
}
ul,ol{
	list-style-type: none;
}
body{
	font-family: 游ゴシック体, YuGothic, "Yu Gothic Medium", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
}
.wrap{
	width:100%;
}

h2,h3,h4,h5{
	font-weight: bold;
}

.inner{
	margin:0 auto;
	width: 1200px;
}
img{
	max-width:100%;
}





/*ふわっと出る*/
.mv01_on{
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0, 0, 0);
	-o-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0);
	opacity: 0
}
.mv01_off{
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0, 0, 0);
	-o-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0);
	opacity: 1
}

/*下から*/
.mv02_on{
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	-webkit-transform: scale(1, 1) translate3d(0, 100px, 0);
	-moz-transform: scale(1, 1) translate3d(0, 100px, 0);
	-ms-transform: scale(1, 1) translate3d(0, 100px, 0);
	-o-transform: scale(1, 1) translate3d(0, 100px, 0);
	transform: scale(1, 1) translate3d(0, 100px, 0);
	opacity: 0
}
.mv02_off{
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0, 0, 0);
	-o-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0);
	opacity: 1
}

/*右から*/
.mv03_on{
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	-webkit-transform: scale(1, 1) translate3d(100px, 0, 0);
	-moz-transform: scale(1, 1) translate3d(100px, 0, 0);
	-ms-transform: scale(1, 1) translate3d(100px, 0, 0);
	-o-transform: scale(1, 1) translate3d(100px, 0, 0);
	transform: scale(1, 1) translate3d(100px, 0, 0);
	opacity: 0
}
.mv03_off{
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0, 0, 0);
	-o-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0);
	opacity: 1
}

/*左から*/
.mv04_on{
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	-webkit-transform: scale(1, 1) translate3d(-100px, 0, 0);
	-moz-transform: scale(1, 1) translate3d(-100px, 0, 0);
	-ms-transform: scale(1, 1) translate3d(-100px, 0, 0);
	-o-transform: scale(1, 1) translate3d(-100px, 0, 0);
	transform: scale(1, 1) translate3d(-100px, 0, 0);
	opacity: 0
}
.mv04_off{
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0, 0, 0);
	-o-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0);
	opacity: 1
}


/*上から*/
.mv05_on{
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	-webkit-transform: scale(1, 1) translate3d(0, -100px, 0);
	-moz-transform: scale(1, 1) translate3d(0, -100px, 0);
	-ms-transform: scale(1, 1) translate3d(0, -100px, 0);
	-o-transform: scale(1, 1) translate3d(0, -100px, 0);
	transform: scale(1, 1) translate3d(0, -100px, 0);
	opacity: 0
}
.mv05_off{
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0, 0, 0);
	-o-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0);
	opacity: 1
}



/*===============================================
	component
===============================================*/
.f-serif {
	font-family: '游明朝体', YuMincho, '游明朝', 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

/*===============================================
横幅1240px以下
===============================================*/
@media screen and (max-width: 1240px) and (min-width: 431px) {
	html,
	body,
	.wrap {
		width: 1240px;
	}
}

/*===============================================
横幅431px以上
===============================================*/
@media screen and (min-width: 431px) {
	a {
		transition: all .5s;
	}

	a:hover {
		opacity: 0.8;
		filter: alpha(opacity=80);
		-moz-opacity: 0.8;
	}

	.sp {
		display: none;
	}

	/* header
	------------------------------------------------------------------------*/
	header {
		position: relative;
		margin-bottom: 67px;
	}
	header .top {
		width: 100%;
		position: absolute;
		z-index: 2;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 27px 50px 0;
		box-sizing: border-box;
	}
	header h1 {
		width: 190px;
		margin: 10px 0 0;
	}
	header h1 a {
		display: block;
	}
	header .cv {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 0 0 auto;
	}
	header .tel {
		margin-right: 28px;
	}
	header .tel a {
		display: block;
	}
	header .contact {
		width: 174px;
		border-radius: 30px;
	}
	header .contact a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 37px;
		border-radius: inherit;
		background: #fff;
	}
	header .key {
		height: 740px;
		display: flex;
		justify-content: center;
		align-items: center;
		background: url("img/home_key_bg01_pc.png") no-repeat center/cover;
	}
	header .key .txt {
		transform: translateY(12px);
	}

	/* .nav
	------------------------------------------------------------------------*/
	nav {
		background: #18599e;
	}
	nav.is-fixed {
		position: fixed;
		z-index: 9990;
		top: 0;
		left: 0;
		width: 100%;
		min-width: 1240px;
	}

	#nav {
		margin: 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#nav li {
		position: relative;
		text-align: center;
	}
	#nav li::before {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		content: "";
		display: block;
		width: 1px;
		height: 16px;
		background: #fff;
	}
	#nav li:last-of-type::before {
		content: none;
	}
	#nav li a {
		display: block;
		height: 80px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0 36px;
		box-sizing: border-box;
	}

	/* .home
	------------------------------------------------------------------------*/
	/*	.home .cont01
	------------------------------------------*/
	.home .cont01 {
		position: relative;
		display: flex;
		min-height: 600px;
		padding: 55px 0;
		box-sizing: border-box;
		background: url("img/home_cont01_img01_pc.png") no-repeat left calc(50% - 232px) top/auto 100%;
	}
	.home .cont01::before {
		position: absolute;
		pointer-events: none;
		top: -40px;
		left: calc(50% - 270px);
		content: "";
		display: block;
		width: 170px;
		height: 1150px;
		background: rgba(24, 89, 158, 0.2);
		transform: skewX(-45deg);
	}
	.home .cont01 .txtBox {
		position: relative;
		z-index: 2;
		width: 650px;
		min-height: calc(100% - 110px);
		margin: 0 0 0 auto;
		padding: 58px 40px 30px 65px;
		box-sizing: border-box;
		background: #fff;
	}
	.home .cont01 h2 {
		margin: 0 auto 30px -18px;
		padding: 100px 0 0 18px;
		background: url("img/home_cont01_txt01.png") no-repeat left top;
		color: #18599e;
		font-weight: bold;
		font-size: 18px;
	}
	.home .cont01 .txt {
		line-height: 2.375;
	}
	.home .cont01 .txt + .txt {
		margin-top: 37px;
	}

	/*	.home .cont02
	------------------------------------------*/
	.home .cont02 {
		position: relative;
		z-index: 2;
		padding: 100px 0 85px;
		background: url("img/home_cont02_bg01_pc.png") no-repeat left 50% top/cover;
	}
	.home .cont02 h2 {
		margin-bottom: 55px;
		padding: 90px 0 0;
		background: url("img/home_cont02_txt05.png") no-repeat left top;
		color: #18599e;
		font-weight: bold;
		font-size: 18px;
	}
	.home .cont02 .list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.home .cont02 .list li {
		position: relative;
		width: calc(50% - 20px);
		padding: 25px 25px 35px;
		background: #fff;
		box-sizing: border-box;
	}
	.home .cont02 .list li::before {
		position: absolute;
		pointer-events: none;
		top: -15px;
		left: 10px;
		content: "";
		display: block;
		width: 50px;
		height: 50px;
		background: no-repeat left top;
	}
	.home .cont02 .list li::after {
		position: absolute;
		pointer-events: none;
		top: -42px;
		left: 60px;
		content: "";
		display: block;
		width: 1px;
		height: 200px;
		background: #333;
		transform: rotate(45deg);
	}
	.home .cont02 .list li:nth-of-type(n + 3) {
		margin-top: 40px;
	}
	.home .cont02 .list li:nth-of-type(1)::before {
		background-image: url("img/home_cont02_num01.png");
	}
	.home .cont02 .list li:nth-of-type(2)::before {
		background-image: url("img/home_cont02_num02.png");
	}
	.home .cont02 .list li:nth-of-type(3)::before {
		background-image: url("img/home_cont02_num03.png");
	}
	.home .cont02 .list li:nth-of-type(4)::before {
		background-image: url("img/home_cont02_num04.png");
	}
	.home .cont02 .list .img {
		margin-bottom: 27px;
	}
	.home .cont02 .list .img img {
		width: 100%;
	}
	.home .cont02 .list .en {
		position: absolute;
		right: 30px;
		transform: translateY(-40px);
	}
	.home .cont02 .list .tit {
		color: #18599e;
		font-weight: bold;
		font-size: 24px;
	}
	.home .cont02 .list .tit.is-float {
		display: inline-block;
	}
	.home .cont02 .list .txt {
		margin-top: 19px;
		font-size: 14px;
		line-height: 2;
	}
	.home .cont02 .list .titWrap {
		display: flex;
		align-items: center;
	}
	.home .cont02 .list .btn {
		margin-left: 20px;
		width: 120px;
		border: 1px solid #333;
		font-size: 14px;
	}
	.home .cont02 .list .btn a {
		position: relative;
		display: flex;
		align-items: center;
		height: 26px;
		padding: 0 0 0 10px;
		box-sizing: border-box;
	}
	.home .cont02 .list .btn a::before {
		position: absolute;
		top: 0;
		right: -12px;
		bottom: 0;
		margin: auto;
		content: "";
		display: block;
		width: 23px;
		height: 1px;
		background: #333;
	}
	.home .cont02 .list .btn a:hover {
		opacity: 1;
		background: #18599e;
		color: #fff;
	}

	/*	.home .cont03
	------------------------------------------*/
	.home .cont03 {
		position: relative;
		padding: 60px 0 60px;
		background: url("img/home_cont03_bg01_pc.png") no-repeat center/cover;
	}
	.home .cont03::before {
		position: absolute;
		pointer-events: none;
		right: 0;
		bottom: 0;
		content: "";
		display: block;
		width: 325px;
		height: 325px;
		background: -moz-linear-gradient(-45deg, transparent 50%, #fff 50%);
		background: -webkit-linear-gradient(-45deg, transparent 50%, #fff 50%);
		background: linear-gradient(135deg, transparent 50%, #fff 50%);
	}
	.home .cont03::after {
		position: absolute;
		pointer-events: none;
		right: 48px;
		bottom: 0;
		content: "";
		display: block;
		background: url("img/home_cont03_img01.png") no-repeat center bottom/contain;
		width: 258px;
		height: 307px;
	}
	.home .cont03 .inner {
		position: relative;
		z-index: 2;
	}
	.home .cont03 h2 {
		position: relative;
		margin-bottom: 54px;
		padding: 128px 0 20px;
		background: url("img/home_cont03_txt01.png") no-repeat center top;
		color: #fff;
		font-weight: bold;
		font-size: 18px;
		text-align: center;
	}
	.home .cont03 h2::before {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		content: "";
		display: block;
		width: 177px;
		height: 5px;
		background: #fff;
	}
	.home .cont03 .box {
		width: 750px;
		margin: 0 auto;
		padding: 47px 55px 27px;
		box-sizing: border-box;
		background: url("img/home_cont03_bg01.png");
		box-shadow: 5px 5px 5px rgba(16, 5, 10, 0.2);
	}
	.home .cont03 .txt01 {
		margin-bottom: 13px;
		font-weight: bold;
		font-size: 18px;
		text-align: center;
		letter-spacing: .02em;
	}
	.home .cont03 .txt02 {
		margin-bottom: 27px;
		font-size: 14px;
		text-align: center;
	}
	.home .cont03 .line {
		overflow: hidden;
		margin: 33px auto 0;
	}
	.home .cont03 .line p {
		margin-bottom: -2px;
		background: -moz-linear-gradient(top, transparent calc(100% - 1px), #18599e calc(100% - 1px));
		background: -webkit-linear-gradient(top, transparent calc(100% - 1px), #18599e calc(100% - 1px));
		background: linear-gradient(to bottom, transparent calc(100% - 1px), #18599e calc(100% - 1px));
		background-size: 100% 3.125em;
		line-height: 3.125;
	}

	/*	.home .cont04
	------------------------------------------*/
	.home .cont04 {
		padding: 70px 0;
	}
	.home .cont04 h2 {
		position: relative;
		margin-bottom: 54px;
		padding: 114px 0 20px;
		background: url("img/home_cont04_txt01.png") no-repeat center top;
		font-weight: bold;
		font-size: 18px;
		text-align: center;
	}
	.home .cont04 h2::before {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		content: "";
		display: block;
		width: 177px;
		height: 5px;
		background: #18599e;
	}
	.home .cont04 .data {
		width: 920px;
		margin: 0 auto;
	}
	.home .cont04 .data tr {
		border-bottom: 1px solid #ccdde4;
	}
	.home .cont04 .data tr:last-of-type {
		border-bottom: none;
	}
	.home .cont04 .data th, .home .cont04 .data td {
		box-sizing: border-box;
	}
	.home .cont04 .data th {
		width: 180px;
		padding: 13px 15px;
		text-align: left;
	}
	.home .cont04 .data td {
		padding: 13px 0;
	}

	/*	.home .cont05
	------------------------------------------*/
	.home .cont05 {
		padding: 80px 0 105px;
		background: url("img/home_cont05_bg01.png");
	}
	.home .cont05 h2 {
		position: relative;
		margin-bottom: 37px;
		padding: 92px 0 20px;
		background: url("img/home_cont05_txt01.png") no-repeat center top;
		font-weight: bold;
		font-size: 18px;
		text-align: center;
	}
	.home .cont05 h2::before {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		content: "";
		display: block;
		width: 177px;
		height: 5px;
		background: #18599e;
	}
	.home .cont05 table {
		width: 910px;
		margin: 0 auto;
	}
	.home .cont05 table th, .home .cont05 table td {
		box-sizing: border-box;
	}
	.home .cont05 table th {
		width: 230px;
		padding: 30px 0;
		vertical-align: top;
		text-align: left;
	}
	.home .cont05 table th span {
		float: right;
		display: inline-block;
		padding: 3px 21px;
		background: #333;
		color: #fff;
		font-size: 14px;
		text-align: center;
	}
	.home .cont05 table td {
		padding: 18px 0 17px 30px;
	}
	.home .cont05 input[type="text"],
	.home .cont05 input[type="email"],
	.home .cont05 input[type="tel"],
	.home .cont05 textarea {
		width: 100%;
		box-sizing: border-box;
		border-radius: 0;
		border: 1px solid #a0a0a0;
		background: #fff;
		font-size: 16px;
		font-family: inherit;
	}
	.home .cont05 input[type="text"],
	.home .cont05 input[type="email"],
	.home .cont05 input[type="tel"] {
		height: 50px;
		padding: 0 20px;
	}
	.home .cont05 textarea {
		display: block;
		width: 100% !important;
		height: 200px !important;
		padding: 20px;
	}
	.home .cont05 .privacy_check {
		display: table;
		margin: 25px auto 50px;
	}
	.home .cont05 input[type="submit"] {
		cursor: pointer;
		display: block;
		width: 390px;
		height: 60px;
		margin: 0 auto;
		padding: 0;
		background: #18599e;
		border: none;
		border-radius: 0;
		color: #fff;
		font-family: inherit;
		font-weight: bold;
		font-size: 20px;
		text-align: center;
		letter-spacing: .1em;
		transition: all .5s;
	}
	.home .cont05 input[type="submit"]:hover {
		opacity: .8;
	}
	.home .cont05 .privacyBox {
		width: 910px;
		height: 250px;
		margin: 60px auto 0;
		padding: 30px;
		overflow-y: auto;
		background: #fff;
		border: 1px solid #c9c9c9;
		box-sizing: border-box;
	}
	.home .cont05 .privacyBox h3 {
		margin-bottom: 20px;
		font-weight: bold;
		font-size: 18px;
		text-align: center;
	}
	.home .cont05 .privacyBox p {
		max-height: none;
		margin-bottom: 30px;
		font-size: 14px;
	}

	/* .thanks
	------------------------------------------------------------------------*/
	.thanks .key{
		height: 250px;
		color:#fff;
		font-size:26px;
	}

	.thanks .cont01{
		text-align: center;
		margin:100px 0 70px;
	}
	.thanks .cont01 h3{
		font-size:20px;
	}
	.thanks .cont01 .text{
		margin:30px 0;
	}
	.thanks .cont01 .button{
		margin: 0 auto;
		width: 250px;
		text-align: center;
	}
	.thanks .cont01 .button a{
		display: block;
		border:1px solid #18599e;
		padding: 10px 0;
		color:#18599e;
	}
	.thanks .cont01 .button a:hover {
		opacity: 1;
		background: #18599e;
		color: #fff;
	}



	/* footer
	------------------------------------------------------------------------*/
	footer {
		padding: 54px 0 0;
		text-align: center;
	}
	footer .logo {
		display: table;
		margin: 0 auto 34px;
	}
	footer .logo a {
		display: block;
	}
	footer .address {
		margin-bottom: 13px;
	}
	footer .contact {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 60px;
	}
	footer .contact .tel {
		position: relative;
		margin-right: 10px;
		padding-right: 10px;
	}
	footer .contact .tel::before {
		position: absolute;
		top: 6px;
		right: 0;
		content: "";
		display: block;
		width: 1px;
		height: 16px;
		background: #333;
		transform: rotate(30deg);
	}
	footer .copy {
		padding: 5px;
		background: #18599e;
		color: #fff;
		font-size: 14px;
	}

	.to_top {
		position: fixed;
		z-index: 9000;
		right: 30px;
		bottom: 30px;
		width: 30px;
		height: 125px;
		line-height: 30px;
		text-align: left;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
	.to_top a {
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
	}
	.to_top a::before {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		content: "";
		display: block;
		width: 1px;
		height: 70px;
		background: #333;
	}
}

/*===============================================
横幅430px以下
===============================================*/
@media screen and (max-width: 431px) {
	html,
	body,
	.wrap {
		width: 430px;
		position: relative;
		font-size: 14px;
		overflow-x: hidden;
	}

	body {
		padding-top: 0 !important;
	}

	.inner {
		width: auto;
		padding-left: 10px;
		padding-right: 10px;
	}

	img {
		width: 100%;
		max-width: 430px;
	}

	.pc {
		display: none;
	}

	/* header
	------------------------------------------------------------------------*/
	header {
		position: relative;
		margin-bottom: 50px;
		padding: 60px 0 0;
	}
	header .top {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 9990;
		height: 60px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 10px;
		background: #18599e;
		box-sizing: border-box;
	}
	header h1 {
		top: 13px;
		left: 10px;
		width: 140px;
	}
	header h1 a {
		display: block;
	}
	header .cv {
		position: fixed;
		z-index: 9990;
		width: 100%;
		left: 0;
		bottom: 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		background: #18599e;
	}
	header .cv a {
		height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	header .tel {
		width: 50%;
	}
	header .tel img {
		width: 90%;
	}
	header .contact {
		width: 50%;
		background: #fff;
	}
	header .contact img {
		width: auto;
	}
	header .key {
		height: 250px;
		display: flex;
		justify-content: center;
		align-items: center;
		background: url("img/home_key_bg01_sp.png") no-repeat center/cover;
	}
	header .key .txt {
		width: 90%;
		transform: translateY(15px);
	}

	/* nav
	------------------------------------------------------------------------*/
	nav {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 10000;
	}

	#nav-btn {
		width: 60px;
		height: 60px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 10010;
		transition: all .5s;
	}

	.menu-btn,
	.menu-btn span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}

	.menu-btn {
		position: absolute;
		width: 30px;
		height: 23px;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
	}

	.menu-btn span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background: #fff;
	}

	.menu-btn span:nth-of-type(1) {
		top: 0;
	}

	.menu-btn span:nth-of-type(2) {
		top: 10px;
	}

	.menu-btn span:nth-of-type(3) {
		bottom: 0;
	}

	#nav-btn.active .menu-btn span:nth-of-type(1) {
		-webkit-transform: translateY(15px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}

	#nav-btn.active .menu-btn span:nth-of-type(2) {
		opacity: 0;
	}

	#nav-btn.active .menu-btn span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}

	#nav {
		display: none;
	}

	#nav-btn.active + #nav {
		display: block;
		position: absolute;
		top: 60px;
		left: -431px;
		z-index: 10000;
		width: 430px;
		background: #18599e;
	}

	#nav-btn.active + #nav li {
		border-top: 1px solid #fff;
	}

	#nav-btn.active + #nav li a {
		display: block;
		position: relative;
		font-size: 16px;
		padding: 20px;
		color: #fff;
	}
	#nav-btn.active + #nav li a img {
		width: auto;
		height: 18px;
	}

	/* home
	------------------------------------------------------------------------*/
	/*	.home .cont01
	------------------------------------------*/
	.home .cont01 {
		padding: 230px 0 50px;
		background: url("img/home_cont01_img01_sp.png") no-repeat center top/430px;
	}
	.home .cont01 .txtBox {
		margin: -40px auto 0;
		padding: 30px 10px 20px;
		background: #fff;
	}
	.home .cont01 h2 {
		margin-bottom: 15px;
		padding: 55px 0 0;
		background: url("img/home_cont01_txt01.png") no-repeat left top/auto 50px;
		color: #18599e;
		font-weight: bold;
		font-size: 18px;
	}
	.home .cont01 .txt {
		line-height: 2;
	}
	.home .cont01 .txt + .txt {
		margin-top: 20px;
	}

	/*	.home .cont02
	------------------------------------------*/
	.home .cont02 {
		padding: 30px 0 50px;
	}
	.home .cont02 h2 {
		margin-bottom: 50px;
		padding: 55px 0 0;
		background: #fff url("img/home_cont02_txt05.png") no-repeat 10px top/auto 50px;
		color: #18599e;
		font-weight: bold;
		font-size: 18px;
	}
	.home .cont02 .list li {
		position: relative;
		margin-bottom: 70px;
	}
	.home .cont02 .list li::before {
		position: absolute;
		pointer-events: none;
		top: -25px;
		left: 10px;
		content: "";
		display: block;
		width: 50px;
		height: 50px;
		background: no-repeat left top;
	}
	.home .cont02 .list li::after {
		position: absolute;
		pointer-events: none;
		top: -42px;
		left: 60px;
		content: "";
		display: block;
		width: 1px;
		height: 170px;
		background: #333;
		transform: rotate(45deg);
	}
	.home .cont02 .list li:last-of-type {
		margin-bottom: 0;
	}
	.home .cont02 .list li:nth-of-type(1)::before {
		background-image: url("img/home_cont02_num01.png");
	}
	.home .cont02 .list li:nth-of-type(2)::before {
		background-image: url("img/home_cont02_num02.png");
	}
	.home .cont02 .list li:nth-of-type(3)::before {
		background-image: url("img/home_cont02_num03.png");
	}
	.home .cont02 .list li:nth-of-type(4)::before {
		background-image: url("img/home_cont02_num04.png");
	}
	.home .cont02 .list .img {
		margin-bottom: 25px;
	}
	.home .cont02 .list .en {
		position: absolute;
		right: 0;
		transform: translateY(-40px);
	}
	.home .cont02 .list .tit {
		color: #18599e;
		font-weight: bold;
		font-size: 24px;
	}
	.home .cont02 .list .tit.is-float {
		display: inline-block;
	}
	.home .cont02 .list .txt {
		margin-top: 15px;
		font-size: 14px;
		line-height: 2;
	}
	.home .cont02 .list .btn {
		margin: 15px auto 0 0;
		width: 150px;
		border: 1px solid #333;
		font-size: 14px;
	}
	.home .cont02 .list .btn a {
		position: relative;
		display: flex;
		justify-content: center;
		height: 40px;
		padding: 10px 5px 0 0;
		box-sizing: border-box;
	}
	.home .cont02 .list .btn a::before {
		position: absolute;
		top: 0;
		right: -12px;
		bottom: 0;
		margin: auto;
		content: "";
		display: block;
		width: 23px;
		height: 1px;
		background: #333;
	}

	/*	.home .cont03
	------------------------------------------*/
	.home .cont03 {
		padding: 50px 0 10px;
		background: url("img/home_cont03_bg01_sp.png") no-repeat center/cover;
	}
	.home .cont03 h2 {
		position: relative;
		margin-bottom: 40px;
		padding: 90px 0 15px;
		background: url("img/home_cont03_txt01.png") no-repeat center top/auto 80px;
		color: #fff;
		font-weight: bold;
		font-size: 18px;
		text-align: center;
	}
	.home .cont03 h2::before {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		content: "";
		display: block;
		width: 177px;
		height: 3px;
		background: #fff;
	}
	.home .cont03 .box {
		padding: 40px 15px 20px;
		box-sizing: border-box;
		background: url("img/home_cont03_bg01.png");
		box-shadow: 5px 5px 5px rgba(16, 5, 10, 0.2);
	}
	.home .cont03 .txt01 {
		margin-bottom: 13px;
		font-weight: bold;
		font-size: 18px;
		text-align: center;
		letter-spacing: .02em;
	}
	.home .cont03 .txt02 {
		margin-bottom: 27px;
		font-size: 14px;
		text-align: center;
	}
	.home .cont03 .line {
		overflow: hidden;
		margin: 33px auto 0;
	}
	.home .cont03 .line p {
		margin-bottom: -2px;
		background: -moz-linear-gradient(top, transparent calc(100% - 1px), #18599e calc(100% - 1px));
		background: -webkit-linear-gradient(top, transparent calc(100% - 1px), #18599e calc(100% - 1px));
		background: linear-gradient(to bottom, transparent calc(100% - 1px), #18599e calc(100% - 1px));
		background-size: 100% 3em;
		font-size: 16px;
		line-height: 3;
	}

	/*	.home .cont04
	------------------------------------------*/
	.home .cont04 {
		padding: 50px 0;
	}
	.home .cont04 h2 {
		position: relative;
		margin-bottom: 40px;
		padding: 80px 0 15px;
		background: url("img/home_cont04_txt01.png") no-repeat center top/auto 70px;
		font-weight: bold;
		font-size: 18px;
		text-align: center;
	}
	.home .cont04 h2::before {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		content: "";
		display: block;
		width: 177px;
		height: 3px;
		background: #18599e;
	}
	.home .cont04 .data {
		width: 100%;
		margin: 0 auto;
	}
	.home .cont04 .data tr {
		border-bottom: 1px solid #ccdde4;
	}
	.home .cont04 .data tr:last-of-type {
		border-bottom: none;
	}
	.home .cont04 .data th, .home .cont04 .data td {
		box-sizing: border-box;
		vertical-align: middle;
	}
	.home .cont04 .data th {
		width: 140px;
		padding: 13px 10px;
		text-align: left;
	}
	.home .cont04 .data td {
		padding: 13px 0;
	}
	.home .cont04 .data td img{
		width: auto !important;
	}


	/*	.home .cont05
	------------------------------------------*/
	.home .cont05 {
		padding: 50px 0;
		background: url("img/home_cont05_bg01.png");
	}
	.home .cont05 h2 {
		position: relative;
		margin-bottom: 40px;
		padding: 60px 0 15px;
		background: url("img/home_cont05_txt01.png") no-repeat center top/auto 50px;
		font-weight: bold;
		font-size: 18px;
		text-align: center;
	}
	.home .cont05 h2::before {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		content: "";
		display: block;
		width: 177px;
		height: 3px;
		background: #18599e;
	}
	.home .cont05 table {
		width: 100%;
	}
	.home .cont05 table th, .home .cont05 table td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.home .cont05 table th {
		padding: 10px 0;
		font-size: 16px;
		text-align: left;
	}
	.home .cont05 table th span {
		display: inline-block;
		margin-left: 20px;
		padding: 3px 10px;
		background: #333;
		color: #fff;
		font-size: 14px;
		text-align: center;
	}
	.home .cont05 table td {
		padding: 0 0 15px;
	}
	.home .cont05 input[type="text"],
	.home .cont05 input[type="email"],
	.home .cont05 input[type="tel"],
	.home .cont05 textarea {
		width: 100%;
		box-sizing: border-box;
		border-radius: 0;
		border: 1px solid #a0a0a0;
		background: #fff;
		font-size: 16px;
		font-family: inherit;
	}
	.home .cont05 input[type="text"],
	.home .cont05 input[type="email"],
	.home .cont05 input[type="tel"] {
		height: 50px;
		padding: 0 10px;
	}
	.home .cont05 textarea {
		display: block;
		width: 100% !important;
		height: 200px !important;
		padding: 10px;
	}
	.home .cont05 .privacy_check {
		display: table;
		margin: 20px auto 30px;
	}
	.home .cont05 input[type="submit"] {
		cursor: pointer;
		display: block;
		width: 100%;
		height: 60px;
		margin: 0 auto;
		padding: 0;
		background: #18599e;
		border: none;
		border-radius: 0;
		color: #fff;
		font-family: inherit;
		font-weight: bold;
		font-size: 20px;
		text-align: center;
		letter-spacing: .1em;
	}
	.home .cont05 .privacyBox {
		height: 200px;
		margin: 30px auto 0;
		padding: 20px 10px;
		overflow-y: auto;
		background: #fff;
		border: 1px solid #c9c9c9;
		box-sizing: border-box;
	}
	.home .cont05 .privacyBox h3 {
		margin-bottom: 20px;
		font-weight: bold;
		font-size: 18px;
		text-align: center;
	}
	.home .cont05 .privacyBox p {
		max-height: none;
		margin-bottom: 30px;
	}


	/* .thanks
	------------------------------------------------------------------------*/
	.thanks .key{
		height: 250px;
		color:#fff;
		font-size:26px;
		text-align: center;
	}

	.thanks .cont01{
		text-align: center;
		margin:80px 0 50px;
	}
	.thanks .cont01 h3{
		font-size:20px;
	}
	.thanks .cont01 .text{
		margin:30px 0;
	}
	.thanks .cont01 .button{
		margin: 0 auto;
		width: 250px;
		text-align: center;
	}
	.thanks .cont01 .button a{
		display: block;
		border:1px solid #18599e;
		padding: 10px 0;
		color:#18599e;
	}
	.thanks .cont01 .button a:hover {
		opacity: 1;
		background: #18599e;
		color: #fff;
	}


	/* footer
	------------------------------------------------------------------------*/
	footer {
		padding: 40px 0 50px;
		text-align: center;
	}
	footer .logo {
		width: 200px;
		display: table;
		margin: 0 auto 30px;
	}
	footer .logo a {
		display: block;
	}
	footer .address {
		margin-bottom: 13px;
	}
	footer .contact {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 20px;
	}
	footer .contact .tel {
		position: relative;
		margin-right: 10px;
		padding-right: 10px;
	}
	footer .contact .tel::before {
		position: absolute;
		top: 3px;
		right: 0;
		content: "";
		display: block;
		width: 1px;
		height: 16px;
		background: #333;
		transform: rotate(30deg);
	}
	footer .copy {
		padding: 10px;
		background: #18599e;
		color: #fff;
		font-size: 12px;
	}

	.to_top {
		position: fixed;
		z-index: 9000;
		right: 0;
		bottom: 50px;
		width: 30px;
		height: 80px;
		line-height: 30px;
		text-align: left;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
	.to_top a {
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
	}
	.to_top a::before {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		content: "";
		display: block;
		width: 1px;
		height: 40px;
		background: #333;
	}
}


/*mail form pro
----------------------------------------------------------*/
div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
div#mfp_hidden input {
	margin: 10px;
}
div.mfp_thanks {
	padding: 30px;
}
div.mfp_thanks p {
	line-height: 1.7em;
}
div.mfp_thanks ul.mfp_caution {
	margin: 0px;
	padding: 0px;
}
div.mfp_thanks ul.mfp_caution li {
	display: block;
	color: #C00;
	margin: 0px;
	padding: 5px 0px;
}
div#mfp_thanks {
	text-align: center;
	font-size: 18px;
	padding: 20px 0px;
}
div#mfp_thanks strong {
	color: #C00;
	font-size: 24px;
}
form#mailformpro {
	padding: 10px 0px;
	box-sizing: border-box;
}
form#mailformpro dl dt {
	float: left;
	width: 160px;
	clear: both;
	font-size: 12px;
	padding: 10px 0px;
	text-align: right;
	border-top: solid 1px #CCC;
	margin: 0px;
}
form#mailformpro dl dd {
	border-top: solid 1px #CCC;
	margin: 0px;
	padding: 10px 5px 20px 170px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
}
form#mailformpro dl dd ul,form#mailformpro dl dd ol {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd ul li,form#mailformpro dl dd ol li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.must {
	display: block;
	background-color: #C00;
	border: solid 2px #C00;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
}
.optionally {
	display: block;
	background-color: #06C;
	border: solid 2px #06C;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
}
form#mailformpro label {
	border-radius: 3px;
	margin: 3px;
	display: inline-block;
	white-space: nowrap;
}
table#mfp_confirm_table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
	margin: 20px 0;
}
table#mfp_confirm_table tr.mfp_colored {
	background-color: #F6F7F9;
}
table#mfp_confirm_table tr.mfp_achroma {
	background-color: #FFF;
}
table#mfp_confirm_table tr th,table#mfp_confirm_table tr td {
	text-align: left;
	border-top: solid 1px #CCC;
	padding: 9px;
}
table#mfp_confirm_table tr th {
	white-space: nowrap;
	width: 200px;
}
table#mfp_confirm_table tr td {
	line-height: 1.5em;
	word-break: break-all;
}
div#mfp_phase_confirm {
	clear: both;
}
div#mfp_phase_confirm h4 {
	font-size: 36px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}
div#mfp_phase_confirm div#mfp_phase_confirm_inner {
}
div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_overlay_inner {
	background-color: #FFF;
	padding: 15px;
	margin: 0px auto;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	width: 640px;
	max-width: 90%;
}
div#mfp_overlay_background {
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_loading_screen {
	z-index: 20000;
	opacity: 0.8;
	display: none;
	background-color: #000;
	position: absolute;
}
div#mfp_loading {
	z-index: 20001;
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	background-image: url(img/mfp_loading.gif);
}
.mfp_colored {
	background-color: #F6F7F9;
}
.mfp_achroma {
	background-color: #FFF;
}
div.mfp_err {
	clear: both;
	display: none;
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
	color: #F00;
	font-size: 14px;
	line-height: normal;
	background-image: url(img/mfp_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}
.mfp_parent_error {
	border: solid 2px #F00;
}
.problem {
	background-color: #FCC;
}
div#mfp_error {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_error p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_error p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_warning {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
	border-radius: 5px;
}
div#mfp_warning p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_warning p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_price {
	color: #C00;
	font-size: 36px;
	padding: 10px;
	font-weight: bolder;
}
div#mfp_price span {
	color: #666;
	font-size: 12px;
	font-weight: normal;
}
button.mfp_next,button.mfp_prev {
	font-size: 18px;
	margin: 10px;
	padding: 5px 10px;
}
button.mfp_next {
	float: right;
}
button.mfp_prev {
	float: left;
}
ul#mfp_phase_stat {
	padding: 10px;
	text-align: center;
}
ul#mfp_phase_stat li {
	display: inline-block;
	padding: 8px 15px;
	border-radius: 5px;
	margin: 0px 5px;
	list-style: none;
	font-size: 14px;
}
ul#mfp_phase_stat li.mfp_phase_arrow {
	box-shadow: none;
	color: #999;
	padding: 8px 0px;
}
ul#mfp_phase_stat li.mfp_active_phase {
	box-shadow: 0px 1px 6px #000;
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
	background-color: #0068B7;
	border: solid 2px #0068B7;
	font-weight: bolder;
	color: #FFF;
	text-shadow: 0px 1px 3px #000;
}
ul#mfp_phase_stat li.mfp_inactive_phase {
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
	background-color: #EEE;
	border: solid 2px #EEE;
	color: #999;
	box-shadow: 0px 1px 6px #CCC;
}
div#mfp_shopping_cart {
	border: solid 1px #CCC;
	margin: 0px;
	padding: 0px;
}
div#mfp_shopping_cart p {
	margin: 0px;
	text-align: center;
	padding: 20px 10px;
	font-size: 12px;
	background-color: #FEE;
}
table.mfp_shoppingcart {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}
table.mfp_shoppingcart thead tr td {
	background-color: #EEE;
	border-bottom: solid 1px #CCC;
	text-align: center;
	font-size: 12px;
	padding: 5px;
}
table.mfp_shoppingcart tbody tr th,table.mfp_shoppingcart tbody tr td {
	font-size: 12px;
	padding: 5px;
	border-bottom: solid 1px #CCC;
}
table.mfp_shoppingcart tbody tr td select {
	display: block;
	margin: 0px auto;
	text-align: center;
}
table.mfp_shoppingcart tbody tr td select option {
	text-align: center;
}
table.mfp_shoppingcart tbody tr th span {
	display: block;
	font-weight: normal;
	font-size: 10px;
	color: #666;
	padding: 3px 0px;
}
table.mfp_shoppingcart tfoot tr td {
	padding: 5px;
	font-size: 16px;
	font-weight: bolder;
	color: #900;
}
td.msc_price {
	font-size: 12px;
	text-align: right;
}
div.mfp_buttons {
	clear: both;
	padding: 10px 0px;
	text-align: center;
}
div.mfp_buttons button#mfp_button_send {
	padding: 10px 100px;
	background-color: #111
	;
	border: 1px solid #111
	;
	color: #FFFFFF;
	cursor: pointer;
}
div.mfp_buttons button#mfp_button_cancel {
	padding: 10px 100px;
	border: 1px solid #111
	;
	color: #111
	;
	cursor: pointer;
	background:#fff;
}
.imagebutton {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	background: none;
}

.mfp_element_checkbox,
.mfp_element_radio {
	vertical-align: middle;
	margin: 0px 2px;
}
.mfp_element_file {
	font-size: 12px;
	display: inline-block;
	padding: 10px 10px;
	vertical-align: middle;
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;
	background: #EEE;
}
.mfp_element_reset {
	color: #333;
}
button.mfp_next,button.mfp_prev {
	font-size: 14px;
}
input#mfp_reserve_item,input#mfp_reserve_date {
	display: none;
}
div#mfp_reserve_wrapper {
	position: relative;
	overflow: hidden;
	border: solid 1px #CCC;
}
div#mfp_reserve_inner {
	position: relative;
	padding: 0px 0px 0px 100px;
	overflow: auto;
}
div#mfp_reserve_wrapper table {
	border-spacing: 0px;
	border-collapse: collapse;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_label {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	background-color: #FEE;
	z-index: 100;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value {
	padding: 0px 0px 0px 0px;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning {
	cursor: pointer;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active:hover,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning:hover {
	background-color: #E8EEF9;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_current {
	background-color: #0068B7;
	color: #FFF;
}
td.mfp_reserve_disabled {
	background-color: #CCC;
}
td.mfp_reserve_warning {
	background-color: #FFC;
}
div#mfp_reserve_wrapper table tr td,div#mfp_reserve_wrapper table tr th {
	border: solid 1px #CCC;
	padding: 0px 5px;
	font-size: 12px;
	text-align: center;
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-weight: normal;
	height: 20px;
	text-align: left;
}
td.mfp_reserve_week_0 {
	color: #F00;
	background-color: #FEE;
}
td.mfp_reserve_week_6 {
	color: #00F;
	background-color: #EEF;
}
div.mfp_ok {
	border: solid 1px #111
	;
	display: inline-block;
	padding: 1px 10px;
	margin-top: 5px;
	color: #111
	;
	font-size: 12px;
	display: none;
}
div.prefcodeWrapper {
	position: relative;
}
div.prefcodeResult {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px;
	border: solid 1px #CCC;
	background-color: #FFF;
	box-shadow: 0px 0px 5px #CCC;
	display: none;
}
div.prefcodeResult div {
	cursor: pointer;
}
div.prefcodeResult div:hover {
	background-color: #C9EBFB;
}
div.prefcodeResult div.prefcodeNext {
	background-color: #EEE;
	text-align: center;
}
div.prefLoading {
	padding: 60px 100px;
	background: url(img/mfp_zip_loading.gif) no-repeat center center;
}
.hidefield {
	height: 0px;
	overflow: hidden;
}
.showfield {
	height: auto;
	overflow: visible;
}
div.mfp_attached_thumbnails {
	display: none;
	padding: 5px;
	margin: 5px auto;
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;
	background: #EEE;
}
div.mfp_attached_thumbnails ul {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd div.mfp_attached_thumbnails ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	border: solid 4px #FFF;
	margin: 5px;
	box-shadow: 0px 2px 5px #999;
}
form#mailformpro dl dd div.mfp_attached_thumbnails ul li a {
	display: block;
	max-height: 100px;
	overflow: hidden;
}
div.mfp_attached_thumbnails ul li a img {
	display: block;
	max-width: 80px;
}
button.mfp_attached_reset {
	font-size: 14px;
}
div#mfp_OperationCheck {
}
div#mfp_OperationCheck div#mfp_OperationCheck_inner {
	display: none;
}
div#mfp_OperationCheck strong {
	background: #090;
	display: block;
	color: #222;
	text-align: center;
	border-radius: 3px;
}
div#mfp_OperationCheck * {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
div#mfp_OperationCheck p {
	padding: 0px 5px;
	margin: 0px;
	font-size: 12px;
}
div#mfp_OperationCheck p a {
	color: #0C0;
	text-decoration: none;
}
div#mfp_OperationCheck p a:hover,
div#mfp_OperationCheck p button:hover {
	text-decoration: underline;
}
div#mfp_OperationCheck p button {
	border: none;
	background: none;
	color: #0C0;
	cursor: pointer;
}
div#mfp_OperationCheck div#mfp_OperationCheck_inner ul {
}
div#mfp_OperationCheck ul li,
div#mfp_OperationCheck ul li label,
div#mfp_OperationCheck ul li label input {
	line-height: 12px;
	font-size: 12px;
	list-style: none;
	vertical-align: middle;
}
div#mfp_OperationCheck ul li {
	padding: 5px 10px;
}
div#mfp_OperationCheck ul li
{
	text-decoration: underline;
}
button#mfp_recorder_record,
button#mfp_recorder_clear,
button#mfp_recorder_restore {
	border-radius: 5px;
	padding: 5px 10px 5px 2em;
	border: solid 1px #CCC;
	background: gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
	background: -webkit-gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
	background: -moz-linear-gradient(top, #EEE, #CCC);
	background: -ms-linear-gradient(top, #EEE 0%, #CCC 100%);
	text-shadow: 0px 2px 0px #FFF;
	font-size: 16px;
	cursor: pointer;
	outline: none;
	display: inline-block;
	margin: 5px auto;
}
button#mfp_recorder_record {
	background: url(img/mfp_record_disabled.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
button#mfp_recorder_clear {
	background: url(img/mfp_record_remove.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
button#mfp_recorder_restore {
	background: url(img/mfp_record_restore.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
button.enabled#mfp_recorder_record,
button.enabled#mfp_recorder_clear,
button.enabled#mfp_recorder_restore {
	background: url(img/mfp_record_enabled.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
div#mfp_recorder_wrap {
	border: solid 1px #CCC;
	padding: 10px;
	text-align: center;
	margin: 5px auto;
}
td.request_image {
	width: 100px;
}
td.request_image img {
	max-width: 100px;
}
span.mfp_tips {
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
	background-color: #FCC;
	display: block;
	border-radius: 5px;
	padding: 10px;
	margin: 2px;
	box-shadow: 0px 2px 10px #999;
}
span.mfp_tips strong {
	color: #800040;
}
span.mfp_tips span {
	display: block;
	padding: 10px;
	color: #008080;
}
span.mfp_tips em {
	font-style: normal;
	color: #090;
	font-weight: bold;
}
@media screen and (max-width: 1240px) {
	div#mfp_overlay_background{
		width:1240px !important;
		height: 100% !important;
	}
	div#mfp_overlay{
		width:1240px !important;
	}
}
@media screen and (max-width: 800px) {
	form#mailformpro dl dt {
		float: none;
		width: auto;
		font-size: 12px;
		padding: 5px;
		text-align: left;
	}
	form#mailformpro dl dd {
		clear: both;
		border-top: none;
		padding: 5px 15px;
		font-size: 12px;
		line-height: 1.5em;
	}
	div.mfp_buttons button {
		font-size: 14px;
	}
	div#mfp_phase_confirm h4 {
		font-size: 18px;
	}
	ul#mfp_phase_stat {
		padding: 0px;
		text-align: left;
	}
	ul#mfp_phase_stat li {
		text-align: center;
		padding: 5px 0px;
		border-radius: 3px;
		margin: 5px;
		list-style: none;
		font-size: 14px;
		width: 28%;
	}
	ul#mfp_phase_stat li.mfp_phase_arrow {
		bos-shadow: none;
		display: none;
	}
	ul#mfp_phase_stat li.mfp_active_phase {
	}
	ul#mfp_phase_stat li.mfp_inactive_phase {
	}
	table#mfp_confirm_table tr th {
		white-space: nowrap;
		width: 150px;
	}
	div#mfp_thanks {
		text-align: center;
		font-size: 18px;
		padding: 20px 0px;
	}
	div#mfp_thanks strong {
		color: #C00;
		font-size: 24px;
		display: block;
	}
}

@media screen and (max-width: 431px) {
	div#mfp_overlay_background{
		width:430px !important;
		height: 100% !important;
	}
	div#mfp_overlay{
		width:430px !important;
	}
	div#mfp_overlay_inner{
		width:390px;
		max-width:none;
	}
	div.mfp_buttons button#mfp_button_send {
		padding: 10px 0;
		width:300px;
		margin-bottom: 10px;
	}
	div.mfp_buttons button#mfp_button_cancel {
		padding: 9px 0;
		width:300px;
		margin-right: 3px;
	}
}
