@charset "UTF-8";
/*
Theme Name:N-tec
*/

/* 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;
	box-sizing: border-box;
}
img{
	max-width:100%;
}

span, strong {
	font-weight: inherit;
}

/*===============================================
横幅1240px以下
===============================================*/
@media screen and (max-width: 1240px) and (min-width: 431px) {
	html,
	body,
	.wrap {
		width: 1240px;
	}
}
/*===============================================
横幅1701px以上
===============================================*/
@media screen and (min-width: 1701px) {
	.home .key {
		background-size: 80% auto !important;
		background-position: right bottom !important;
	}

	.home .cont03 {
		background-position: left bottom !important;
		background-size: calc(50% + 600px) !important;
	}
}
/*===============================================
横幅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;
	}

	/* common
	------------------------------------------------------------------------*/
	/*	.common_cv
	------------------------------------------*/
	.common_cv h2 {
		position: relative;
		display: table;
		margin: 0 auto 15px;
		padding: 0 40px;
		font-weight: bold;
		font-size: 24px;
		text-align: center;
	}
	.common_cv h2::before, .common_cv h2::after {
		content: "";
		display: block;
		background: url("img/common_ico_slash02.png") no-repeat center/contain;
		width: 33px;
		height: 33px;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.common_cv h2::before {
		left: 0;
	}
	.common_cv h2::after {
		right: 0;
		transform: scale(-1, 1);
	}
	.common_cv .bnr {
		display: table;
		margin: 0 auto;
	}
	.common_cv .bnr img {
		width: 100%;
	}

	/*	.common_tit01
	------------------------------------------*/
	.common_tit01 {
		padding: 45px 0 0;
		background: no-repeat center top;
		font-size: 34px;
		text-align: center;
	}
	.common_tit01 span {
		display: block;
		margin-bottom: 3px;
		font-weight: normal;
		font-size: 16px;
	}
	.common_tit01.is-green {
		color: #2a5865;
	}
	.common_tit01.is-green span {
		color: #333;
	}

	/* header
	------------------------------------------------------------------------*/
	header {
		position: sticky;
		top: 0;
		z-index: 9990;
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 70px;
		padding: 0 25px 0 15px;
		box-sizing: border-box;
		transition: all .5s;
	}
	header.is-bg {
		background: rgba(255, 255, 255, 0.9);
	}
	header h1 {
		width: 111px;
	}
	header h1 img {
		display: block;
		width: 100%;
	}

	/* nav
	------------------------------------------------------------------------*/
	#nav {
		display: flex;
		align-items: center;
	}
	#nav li + li {
		margin-left: 42px;
	}
	#nav li a {
		position: relative;
		display: block;
		padding: 3px;
		font-weight: bold;
	}
	#nav li a::before {
		content: "";
		display: block;
		width: 1px;
		height: 2px;
		background: #e57602;
		position: absolute;
		right: 0;
		left: 0;
		bottom: 0;
		margin: auto;
		opacity: 0;
		transition: all .3s;
	}
	#nav li a:hover {
		opacity: 1;
	}
	#nav li a:hover::before {
		opacity: 1;
		width: 100%;
	}

	/* .home
	------------------------------------------------------------------------*/
	/*	.home .key
	------------------------------------------*/
	.home .key {
		margin: -70px auto 0;
		min-height: 834px;
		background: url("img/home_key_bg01_pc.png") no-repeat right calc(50% - 175px) bottom;
		box-sizing: border-box;
	}
	.home .key-inner {
		width: 100%;
		max-width: 1220px;
		margin: 0 auto;
		padding: 60px 10px 0;
		box-sizing: border-box;
	}
	.home .key .txtBox {
		position: relative;
		z-index: 10;
		width: 55%;
		padding: 95px 0 0;
	}
	.home .key .tit {
		margin: 0 auto 25px 6px;
		color: #2a5865;
		font-weight: bold;
	}
	.home .key .txt01 {
		position: absolute;
		top: 0;
		left: 240px;
		z-index: -1;
		width: 160px;
		height: 160px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 50%;
		background: url("img/home_key_bg03.png") no-repeat center top/contain;
		box-sizing: border-box;
		color: #e57602;
		font-weight: bold;
		font-size: 20px;
		text-align: center;
		line-height: 1.4;
	}
	.home .key .txt01 .in {
		transform: rotate(-8deg);
	}
	.home .key .txt01 .big {
		font-size: 24px;
	}
	.home .key .catch {
		margin: 0 auto 10px 11px;
	}
	.home .key .txt02 {
		margin: 0 auto 97px 5px;
		color: #e57602;
		font-weight: bold;
		font-size: 32px;
		letter-spacing: .05em;
	}
	.home .key .list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 420px;
	}
	.home .key .list li {
		width: 200px;
		height: 200px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		background: url("img/home_key_bg02_pc.png") no-repeat center/contain;
		font-weight: bold;
		text-align: center;
	}
	.home .key .list li:nth-of-type(n + 3) {
		margin-top: 20px;
	}
	.home .key .list img {
		display: block;
		margin: 0 auto 18px;
	}

	/*	.home .cont01
	------------------------------------------*/
	.home .cont01 {
		margin: -90px auto 0;
		padding: 205px 0 0;
		background: url("img/home_cont01_bg01.png") no-repeat left calc(50% - 620px) top, url("img/home_cont01_bg02.png") no-repeat right calc(50% - 413px) top 37px;
	}
	.home .cont01 .catch {
		position: relative;
		z-index: 2;
		display: table;
		margin: 0 auto 13px;
		padding: 0 40px;
		font-weight: bold;
		font-size: 20px;
		text-align: center;
	}
	.home .cont01 .catch::before, .home .cont01 .catch::after {
		content: "";
		display: block;
		background: url("img/common_ico_slash01.png") no-repeat center/contain;
		width: 28px;
		height: 27px;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.home .cont01 .catch::before {
		left: 0;
	}
	.home .cont01 .catch::after {
		right: 0;
		transform: scale(-1, 1);
	}
	.home .cont01 h2 {
		margin: 0 auto 60px;
		text-align: center;
	}
	.home .cont01 .imgBox {
		display: table;
		margin: 0 auto;
	}
	.home .cont01 .imgBox img {
		width: auto;
	}

	/*	.home .cont02
	------------------------------------------*/
	.home .cont02 {
		min-height: 660px;
		margin: -155px auto 8px;
		padding: 210px 0 0;
		background: url("img/home_cont02_bg01.png") no-repeat right calc(50% - 360px) top;
		box-sizing: border-box;
	}
	.home .cont02 h2 {
		display: table;
		margin: 0 auto 59px;
		text-align: center;
		transform: translateX(-18px);
	}
	.home .cont02 .txtBox {
		width: 60%;
	}
	.home .cont02 .txtBox h3 {
		position: relative;
		display: table;
		margin: 0 auto 30px 0;
		padding: 0 17px;
		font-weight: bold;
		font-size: 24px;
	}
	.home .cont02 .txtBox h3::before, .home .cont02 .txtBox h3::after {
		content: "";
		display: block;
		width: 8px;
		height: 2px;
		background: #333;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.home .cont02 .txtBox h3::before {
		left: 0;
	}
	.home .cont02 .txtBox h3::after {
		right: 0;
	}
	.home .cont02 .txtBox .txt {
		font-size: 26px;
		line-height: 2;
	}

	/*	.home .cont03
	------------------------------------------*/
	.home .cont03 {
		margin: 60px auto 0;
		padding: 97px 0 100px;
		background: #f1f0e9 url("img/home_cont03_bg01_pc.png") no-repeat left calc(50% - 125px) bottom;
	}
	.home .cont03 h2 {
		margin-bottom: 47px;
		background-image: url("img/home_cont03_tit01.png");
	}
	.home .cont03 .list {
		counter-reset: number;
		margin: 0 auto 95px;
		display: flex;
		justify-content: space-between;
	}
	.home .cont03 .list li {
		overflow: hidden;
		width: calc((100% - 60px) / 3);
		border-radius: 30px;
		box-sizing: border-box;
		background: #fff;
	}
	.home .cont03 .list .img {
		width: 100%;
	}
	.home .cont03 .list .txtBox {
		position: relative;
		padding: 30px 15px 26px;
	}
	.home .cont03 .list .txtBox::before {
		content: "";
		display: block;
		width: 100px;
		height: 100px;
		background: url("img/home_cont03_bg02.png") no-repeat center top/contain;
		position: absolute;
		top: -50px;
		right: 0;
		left: 0;
		margin: auto;
	}
	.home .cont03 .list .txtBox::after {
		content: "";
		display: block;
		width: 25px;
		height: 40px;
		background: no-repeat center/contain;
		position: absolute;
		top: -25px;
		right: 0;
		left: 0;
		margin: auto;
	}
	.home .cont03 .list .tit {
		position: relative;
		z-index: 2;
		margin-bottom: 19px;
		font-weight: bold;
		font-size: 22px;
		text-align: center;
	}
	.home .cont03 .list .txt {
		width: 87%;
		margin: 0 auto;
	}
	.home .cont03 .list li:nth-of-type(1) .txtBox::after {
		background-image: url("img/home_cont03_num01.png");
	}
	.home .cont03 .list li:nth-of-type(2) .txtBox::after {
		background-image: url("img/home_cont03_num02.png");
	}
	.home .cont03 .list li:nth-of-type(3) .txtBox::after {
		background-image: url("img/home_cont03_num03.png");
	}
	.home .cont03 .originBox {
		position: relative;
		z-index: 0;
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
		padding: 0 60px 46px;
		background: url("img/home_cont03_bg03.png") no-repeat left 127px bottom 40px, url("img/home_cont03_bg04.png") no-repeat right 119px bottom 40px;
		border-bottom: 8px solid #2a5865;
		border-top: none;
		border-radius: 30px;
		box-sizing: border-box;
	}
	.home .cont03 .originBox::before, .home .cont03 .originBox::after {
		content: "";
		display: block;
		width: calc(50% - 245px);
		height: calc(100% - 8px);
		border: 8px solid #2a5865;
		position: absolute;
		top: 0;
		z-index: -1;
		pointer-events: none;
	}
	.home .cont03 .originBox::before {
		border-radius: 30px 0 0 30px;
		border-right: none;
		left: 0;
	}
	.home .cont03 .originBox::after {
		border-radius: 0 30px 30px 0;
		border-left: none;
		right: 0;
	}
	.home .cont03 .originBox__tit {
		display: table;
		margin: 0 auto 13px;
		transform: translateY(-15px);
	}
	.home .cont03 .originBox-list {
		margin: 0 auto 17px;
	}
	.home .cont03 .originBox-list__item {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.home .cont03 .originBox-list__item .en {
		width: 320px;
		color: #fff;
		font-weight: bold;
		font-size: 58px;
		text-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
		flex-shrink: 0;
	}
	.home .cont03 .originBox-list__item .en span {
		display: inline-block;
		line-height: 1;
		margin-right: 5px;
		padding: 6px 12px;
		border-radius: 50%;
	}
	.home .cont03 .originBox-list__item:nth-of-type(1) .en span {
		background: #2a5865;
	}
	.home .cont03 .originBox-list__item:nth-of-type(2) .en span {
		background: #e57602;
	}
	.home .cont03 .originBox-list__item:nth-of-type(3) .en span {
		background: #90bdc2;
	}
	.home .cont03 .originBox-list__item .txt {
		width: calc(100% - 330px);
		font-weight: bold;
		font-size: 20px;
	}
	.home .cont03 .originBox__txt {
		color: #2a5865;
		font-weight: bold;
		font-size: 24px;
		text-align: center;
	}

	/*	.home .cont04
	------------------------------------------*/
	.home .cont04 {
		padding: 93px 0 0;
		background: url("img/home_cont04_bg01.png") no-repeat right calc(50% - 410px) top 100px;
	}
	.home .cont04 h2 {
		margin-bottom: 50px;
		background-image: url("img/home_cont04_tit01.png");
	}
	.home .cont04 .contentBox {
		margin: 0 auto 60px;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.home .cont04 .contentBox .txtBox {
		position: relative;
		z-index: 3;
		width: 50%;
		min-height: 350px;
		display: flex;
		align-items: center;
		margin-top: 60px;
		box-sizing: border-box;
	}
	.home .cont04 .contentBox .txtBox .in {
		width: 100%;
		max-width: 550px;
	}
	.home .cont04 .contentBox h3 {
		margin-bottom: 15px;
		font-weight: bold;
		font-size: 24px;
		line-height: 1.7;
	}
	.home .cont04 .contentBox h3 .line {
		position: relative;
		z-index: 0;
		display: inline-block;
		padding: 0 3px;
	}
	.home .cont04 .contentBox h3 .line::before {
		content: "";
		display: block;
		width: 100%;
		height: 10px;
		border-radius: 5px;
		position: absolute;
		z-index: -1;
		right: 0;
		bottom: 5px;
	}
	.home .cont04 .contentBox h3 .small {
		font-size: 18px;
	}
	.home .cont04 .contentBox .txt {
		line-height: 2;
	}
	.home .cont04 .contentBox .img {
		position: relative;
		width: calc(50% + 210px);
	}
	.home .cont04 .contentBox .img img {
		position: relative;
		z-index: 2;
		width: 100%;
	}
	.home .cont04 .contentBox .img::before {
		content: "";
		display: block;
		width: calc(100% + 30px);
		height: 100%;
		border-radius: inherit;
		position: absolute;
		top: 30px;
	}
	.home .cont04 .contentBox:nth-of-type(odd) {
		flex-direction: row-reverse;
	}
	.home .cont04 .contentBox:nth-of-type(odd) .txtBox {
		padding: 30px 0 30px 50px;
		border-radius: 30px 0 0 30px;
		background: rgba(255, 235, 197, 0.6);
	}
	.home .cont04 .contentBox:nth-of-type(odd) .txtBox.is-dark {
		background: rgba(255, 235, 197, 0.7);
	}
	.home .cont04 .contentBox:nth-of-type(odd) h3 .line::before {
		background: #ffa600;
	}
	.home .cont04 .contentBox:nth-of-type(odd) .img {
		margin: 0 -210px 0 auto;
	}
	.home .cont04 .contentBox:nth-of-type(odd) .img img, .home .cont04 .contentBox:nth-of-type(odd) .img::before {
		border-radius: 0 30px 30px 0;
	}
	.home .cont04 .contentBox:nth-of-type(odd) .img::before {
		right: -30px;
		background: url("img/home_cont04_bg02.png");
	}
	.home .cont04 .contentBox:nth-of-type(even) .txtBox {
		padding: 30px 50px 30px 0;
		border-radius: 0 30px 30px 0;
		background: rgba(196, 227, 231, 0.6);
	}
	.home .cont04 .contentBox:nth-of-type(even) .txtBox .in {
		margin: 0 0 0 auto;
	}
	.home .cont04 .contentBox:nth-of-type(even) h3 .line::before {
		background: #8ebabf;
	}
	.home .cont04 .contentBox:nth-of-type(even) .img {
		margin: 0 auto 0 -210px;
	}
	.home .cont04 .contentBox:nth-of-type(even) .img img, .home .cont04 .contentBox:nth-of-type(even) .img::before {
		border-radius: 30px 0 0 30px;
	}
	.home .cont04 .contentBox:nth-of-type(even) .img::before {
		left: -30px;
		background: url("img/home_cont04_bg03.png");
	}
	.home .cont04 .contentBox:last-of-type {
		margin-bottom: 0;
	}
	.home .cont04 .subBox01 {
		width: 100%;
		max-width: 1080px;
		margin: 0 auto 20px;
	}
	.home .cont04 .subBox01-top {
		position: relative;
		min-height: 350px;
		padding: 65px 0 0 345px;
	}
	.home .cont04 .subBox01-top__catch {
		position: relative;
		display: table;
		margin: 0 auto 17px -45px;
		padding: 0 40px;
		font-weight: bold;
		font-size: 20px;
		text-align: center;
	}
	.home .cont04 .subBox01-top__catch::before, .home .cont04 .subBox01-top__catch::after {
		content: "";
		display: block;
		background: url("img/common_ico_slash03.png") no-repeat center/contain;
		width: 33px;
		height: 33px;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.home .cont04 .subBox01-top__catch::before {
		left: 0;
	}
	.home .cont04 .subBox01-top__catch::after {
		right: 0;
		transform: scale(-1, 1);
	}
	.home .cont04 .subBox01-top__catch .color {
		color: #2a5865;
	}
	.home .cont04 .subBox01-top__catch .big {
		font-size: 24px;
	}
	.home .cont04 .subBox01-top-titBox {
		position: relative;
		z-index: 2;
		width: 96%;
		min-height: 90px;
		margin: 0 auto 25px -70px;
		padding: 28px 60px 24px;
		background: url("img/common_line01_width.png") repeat-x left top, url("img/common_line01_width.png") repeat-x left 100px bottom, url("img/common_line01_height.png") repeat-y right bottom 30px;
		box-sizing: border-box;
		border-radius: 5px;
	}
	.home .cont04 .subBox01-top-titBox::before, .home .cont04 .subBox01-top-titBox::after {
		content: "";
		display: block;
		position: absolute;
		box-sizing: border-box;
		pointer-events: none;
	}
	.home .cont04 .subBox01-top-titBox::before {
		width: 24px;
		height: 54px;
		background: url("img/common_line01_arrow_pc.png") no-repeat right center/contain;
		right: calc(100% - 5px);
		bottom: 4px;
	}
	.home .cont04 .subBox01-top-titBox::after {
		width: 5px;
		height: calc(100% - 58px);
		background: #90bdc2;
		top: 4px;
		left: 0;
	}
	.home .cont04 .subBox01-top-titBox__txt {
		position: relative;
		color: #2a5865;
		font-weight: bold;
		font-size: 24px;
	}
	.home .cont04 .subBox01-top-titBox__txt::before {
		content: "";
		display: block;
		background: url("img/home_cont04_img07.png") no-repeat center/contain;
		width: 247px;
		height: 209px;
		position: absolute;
		z-index: -1;
		top: -130px;
		right: -170px;
		pointer-events: none;
	}
	.home .cont04 .subBox01-top__name {
		margin-bottom: 7px;
		font-size: 18px;
	}
	.home .cont04 .subBox01-top__txt {
		width: 87%;
		font-size: 14px;
		line-height: 1.7;
	}
	.home .cont04 .subBox01-top__img {
		width: 339px;
		top: 43px;
		left: -25px;
		position: absolute;
	}
	.home .cont04 .subBox01-top__img img {
		width: 100%;
	}
	.home .cont04 .subBox01-message {
		position: relative;
		width: 100%;
		max-width: 965px;
		margin: 6px auto 0 15px;
		padding: 35px 200px 25px 55px;
		background: #dceef1;
		border-radius: 30px;
		box-sizing: border-box;
	}
	.home .cont04 .subBox01-message__txt {
		position: relative;
		z-index: 2;
		line-height: 2;
	}
	.home .cont04 .subBox01-message__img {
		position: absolute;
		right: -78px;
		bottom: -78px;
	}
	.home .cont04 .subBox02 {
		width: 100%;
		max-width: 1200px;
		margin: 30px auto 0;
		display: flex;
	}
	.home .cont04 .subBox02__item {
		position: relative;
		width: calc(50% - 25px);
		margin-right: 25px;
		padding: 0 0 0 20px;
		box-sizing: border-box;
	}
	.home .cont04 .subBox02__tit {
		display: flex;
		align-items: center;
		margin-bottom: 18px;
		padding: 0 0 0 145px;
		border-bottom: 3px solid #ffedcc;
		color: #ffa600;
		font-weight: bold;
		font-size: 30px;
	}
	.home .cont04 .subBox02__tit::before {
		content: "";
		display: block;
		background: no-repeat left center/contain;
		margin: 6px 5px 0 0;
	}
	.home .cont04 .subBox02__txt {
		width: calc(100% - 145px);
		margin: 0 0 0 auto;
		font-size: 14px;
	}
	.home .cont04 .subBox02__item::before {
		content: "";
		display: block;
		width: 140px;
		height: 140px;
		background: no-repeat center/contain;
		position: absolute;
		top: 10px;
		left: 0;
		z-index: 2;
	}
	.home .cont04 .subBox02__item.is-ginko::before {
		background-image: url("img/home_cont04_img09.png");
	}
	.home .cont04 .subBox02__item.is-ginko .subBox02__tit::before {
		width: 87px;
		height: 22px;
		background-image: url("img/home_cont04_tit02.png");
	}
	.home .cont04 .subBox02__item.is-echinacea::before {
		background-image: url("img/home_cont04_img10.png");
	}
	.home .cont04 .subBox02__item.is-echinacea .subBox02__tit::before {
		width: 142px;
		height: 22px;
		background-image: url("img/home_cont04_tit03.png");
	}
	.home .cont04 .subBox02__item:last-of-type {
		margin-right: 0;
	}

	/*	.home .cont05
	------------------------------------------*/
	.home .cont05 {
		overflow: hidden;
		padding: 57px 0 100px;
	}
	.home .cont05 h2 {
		display: table;
		margin: 0 auto;
		text-align: center;
		transform: translateX(35px);
	}
	.home .cont05 h2 img {
		width: auto;
	}
	.home .cont05 .contentBox {
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		margin-bottom: 40px;
		padding: 0 0 55px;
	}
	.home .cont05 .contentBox::before {
		content: "";
		display: block;
		width: calc(100% + (50vw - 50%));
		min-width: 1220px;
		background: #dceef1;
		position: absolute;
		bottom: 0;
		z-index: -1;
		pointer-events: none;
	}
	.home .cont05 .contentBox .txtBox {
		width: calc(45% - 75px);
		margin: 33px auto 0 40px;
	}
	.home .cont05 .contentBox h3 {
		margin-bottom: 8px;
		color: #2a5865;
		font-weight: bold;
		font-size: 26px;
	}
	.home .cont05 .contentBox .name {
		margin-bottom: 17px;
		font-weight: bold;
		font-size: 18px;
	}
	.home .cont05 .contentBox .name span {
		font-size: 16px;
	}
	.home .cont05 .contentBox .txt {
		line-height: 2;
	}
	.home .cont05 .contentBox .movieBox {
		width: 55%;
	}
	.home .cont05 .contentBox .movieBox video {
		width: 100%;
		height: auto;
	}
	.home .cont05 .contentBox:nth-of-type(odd) {
		flex-direction: row-reverse;
	}
	.home .cont05 .contentBox:nth-of-type(odd)::before {
		border-radius: 0 30px 30px 0;
		right: 0;
	}
	.home .cont05 .contentBox:nth-of-type(even)::before {
		border-radius: 30px 0 0 30px;
		left: 0;
	}
	.home .cont05 .contentBox:last-of-type {
		margin-bottom: 0;
	}
	.home .cont05 .contentBox.is-one::before {
		height: 290px;
	}
	.home .cont05 .contentBox.is-two::before {
		height: 265px;
	}

	/*	.home .cont06
	------------------------------------------*/
	.home .cont06 {
		margin-bottom: 100px;
		padding: 100px 0 100px;
		background: url("img/home_cont06_bg01.png") no-repeat right calc(50% - 185px) top 40px, url("img/common_bg01.png");
	}
	.home .cont06 h2 {
		margin-bottom: 30px;
		background-image: url("img/home_cont06_tit01.png");
	}
	.home .cont06 .contentBox-wrap {
		position: relative;
		z-index: 10;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.home .cont06 .contentBox {
		width: calc((100% - 60px) / 4);
		display: flex;
		flex-direction: column;
		margin-right: 20px;
	}
	.home .cont06 .contentBox .img {
		margin: 0 auto 26px;
	}
	.home .cont06 .contentBox .img img {
		width: 100%;
	}
	.home .cont06 .contentBox .nameBox {
		margin-bottom: 15px;
		color: #2a5865;
		text-align: center;
	}
	.home .cont06 .contentBox .name {
		font-weight: bold;
		font-size: 24px;
	}
	.home .cont06 .contentBox .name span {
		display: block;
		font-size: 20px;
	}
	.home .cont06 .contentBox .amount {
		font-size: 16px;
	}
	.home .cont06 .contentBox .txt {
		width: 92%;
		margin: 0 auto 15px;
	}
	.home .cont06 .contentBox .price {
		margin-bottom: 15px;
		color: #e57602;
		font-weight: bold;
		font-size: 24px;
		text-align: center;
	}
	.home .cont06 .contentBox .price span {
		font-size: 16px;
	}
	.home .cont06 .contentBox .btn {
		width: 100%;
		max-width: 210px;
		border-radius: 50px;
		margin: auto auto 0;
		font-size: 16px;
		text-align: center;
	}
	.home .cont06 .contentBox .btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		background: #e57602;
		border-radius: inherit;
		height: 40px;
		color: #fff;
	}
	.home .cont06 .contentBox:nth-of-type(4n), .home .cont06 .contentBox:last-of-type {
		margin-right: 0;
	}
	.home .cont06 .contentBox:nth-of-type(n + 5) {
		margin-top: 90px;
	}
	.home .cont06 .notice {
		position: relative;
		z-index: 0;
		width: 100%;
		max-width: 900px;
		margin: 75px auto 0;
		padding: 0 75px 43px;
		border-bottom: 8px solid #6fb2cd;
		border-top: none;
		border-radius: 30px;
		box-sizing: border-box;
	}
	.home .cont06 .notice::before, .home .cont06 .notice::after {
		content: "";
		display: block;
		width: calc(50% - 175px);
		height: calc(100% - 8px);
		border: 8px solid #6fb2cd;
		position: absolute;
		top: 0;
		z-index: -1;
		pointer-events: none;
	}
	.home .cont06 .notice::before {
		border-radius: 30px 0 0 30px;
		border-right: none;
		left: 0;
	}
	.home .cont06 .notice::after {
		border-radius: 0 30px 30px 0;
		border-left: none;
		right: 0;
	}
	.home .cont06 .notice__tit {
		display: table;
		margin: 0 auto 20px;
		transform: translateY(-15px);
	}
	.home .cont06 .notice__txt {
		position: relative;
		z-index: 2;
		margin-bottom: 35px;
		font-weight: bold;
		font-size: 20px;
		text-align: center;
	}
	.home .cont06 .notice-list {
		position: relative;
	}
	.home .cont06 .notice-list::before, .home .cont06 .notice-list::after {
		content: "";
		display: block;
		background: no-repeat center/contain;
		pointer-events: none;
		position: absolute;
	}
	.home .cont06 .notice-list::before {
		background-image: url("img/home_cont06_bg02.png");
		width: 257px;
		height: 202px;
		left: -225px;
		top: -190px;
	}
	.home .cont06 .notice-list::after {
		background-image: url("img/home_cont06_bg03.png");
		width: 296px;
		height: 312px;
		right: -225px;
		bottom: -30px;
	}
	.home .cont06 .notice-list li {
		position: relative;
		z-index: 2;
		margin-bottom: 8px;
		padding: 0 0 0 10px;
	}
	.home .cont06 .notice-list li:last-of-type {
		margin-bottom: 0;
	}
	.home .cont06 .notice-list li::before {
		content: "";
		display: block;
		width: 4px;
		height: 4px;
		background: #333;
		border-radius: 50%;
		position: absolute;
		top: 10px;
		left: 0;
	}

	/*	.home .cont07
	------------------------------------------*/
	.home .cont07 {
		padding: 95px 0 150px;
		background: url("img/home_cont07_bg01.png") no-repeat right calc(50% - 600px) top 40px, url("img/home_cont07_bg02.png") no-repeat left calc(50% - 625px) bottom 195px;
	}
	.home .cont07 h2 {
		margin-bottom: 60px;
		background-image: url("img/home_cont07_tit01.png");
	}
	.home .cont07 .contentBox {
		position: relative;
		z-index: 0;
		width: 970px;
		min-height: 180px;
		display: flex;
		align-items: flex-end;
		flex-wrap: wrap;
		margin-bottom: 70px;
		padding: 30px 45px;
		box-sizing: border-box;
		border-radius: 30px;
		background: repeat-x left 60px top;
	}
	.home .cont07 .contentBox .tit {
		margin: 0 20px 15px 0;
		font-weight: bold;
		font-size: 20px;
	}
	.home .cont07 .contentBox .name {
		margin-bottom: 15px;
	}
	.home .cont07 .contentBox .txt {
		width: 100%;
		margin: 0 0 auto;
	}

	/* 縦ライン */
	.home .cont07 .contentBox::before, .home .cont07 .contentBox::after {
		content: "";
		display: block;
		width: 40px;
		height: 100%;
		border: 6px solid;
		border-color: inherit;
		position: absolute;
		top: 0;
		box-sizing: border-box;
		pointer-events: none;
		z-index: -1;
	}
	.home .cont07 .contentBox::before {
		right: -6px;
		border-left: none;
		border-radius: 0 30px 30px 0;
	}
	.home .cont07 .contentBox::after {
		left: -6px;
		border-right: none;
		border-radius: 30px 0 0 30px;
	}

	/* 矢印 */
	.home .cont07 .contentBox .arrow {
		position: absolute;
		width: calc(100% - 60px);
		height: 40px;
		top: calc(100% - 6px);
		pointer-events: none;
		box-sizing: border-box;
	}
	.home .cont07 .contentBox .arrow::before, .home .cont07 .contentBox .arrow::after {
		content: "";
		display: block;
		position: absolute;
		z-index: -1;
		box-sizing: border-box;
	}
	.home .cont07 .contentBox .arrow::before {
		width: 60px;
		height: 32px;
		top: 18px;
		background: no-repeat center bottom/contain;
	}
	.home .cont07 .contentBox .arrow::after {
		width: calc(100% - 145px);
		height: 6px;
		top: 0;
		background: repeat-x left top/contain;
	}

	/* シャドウ */
	.home .cont07 .contentBox .shadow {
		width: calc(100% + 6px);
		height: calc(100% - 6px);
		border-radius: inherit;
		position: absolute;
		top: 18px;
		z-index: -2;
	}

	/* layout variations */
	.home .cont07 .contentBox:nth-of-type(odd) {
		margin-right: 0;
		margin-left: auto;
	}
	.home .cont07 .contentBox:nth-of-type(odd) .arrow {
		background: no-repeat left top/contain;
		left: 30px;
	}
	.home .cont07 .contentBox:nth-of-type(odd) .arrow::before {
		left: 68px;
	}
	.home .cont07 .contentBox:nth-of-type(odd) .arrow::after {
		right: 0;
	}
	.home .cont07 .contentBox:nth-of-type(odd) .shadow {
		left: -20px;
	}
	.home .cont07 .contentBox:nth-of-type(even) .arrow {
		background: no-repeat right top/contain;
		right: 30px;
	}
	.home .cont07 .contentBox:nth-of-type(even) .arrow::before {
		right: 68px;
	}
	.home .cont07 .contentBox:nth-of-type(even) .arrow::after {
		left: 0;
	}
	.home .cont07 .contentBox:nth-of-type(even) .shadow {
		right: -20px;
	}
	.home .cont07 .contentBox:last-of-type {
		margin-bottom: 0;
	}

	/* color variations */
	.home .cont07 .contentBox:nth-of-type(1) {
		border-color: #ffa600;
		background-image: url("img/common_line02_width.png");
	}
	.home .cont07 .contentBox:nth-of-type(1) .arrow {
		background-image: url("img/common_line02_arrow.png");
	}
	.home .cont07 .contentBox:nth-of-type(1) .arrow::before {
		background-image: url("img/common_line02_arrow_bg.png");
	}
	.home .cont07 .contentBox:nth-of-type(1) .arrow::after {
		background-image: url("img/common_line02_width.png");
	}
	.home .cont07 .contentBox:nth-of-type(1) .shadow {
		background: #fff3dc;
	}
	.home .cont07 .contentBox:nth-of-type(2) {
		border-color: #e4d824;
		background-image: url("img/common_line03_width.png");
	}
	.home .cont07 .contentBox:nth-of-type(2) .arrow {
		background-image: url("img/common_line03_arrow.png");
	}
	.home .cont07 .contentBox:nth-of-type(2) .arrow::before {
		background-image: url("img/common_line03_arrow_bg.png");
	}
	.home .cont07 .contentBox:nth-of-type(2) .arrow::after {
		background-image: url("img/common_line03_width.png");
	}
	.home .cont07 .contentBox:nth-of-type(2) .shadow {
		background: #fefbcd;
	}
	.home .cont07 .contentBox:nth-of-type(3) {
		border-color: #90bdc2;
		background-image: url("img/common_line04_width.png");
	}
	.home .cont07 .contentBox:nth-of-type(3) .arrow {
		background-image: url("img/common_line04_arrow.png");
	}
	.home .cont07 .contentBox:nth-of-type(3) .arrow::before {
		background-image: url("img/common_line04_arrow_bg.png");
	}
	.home .cont07 .contentBox:nth-of-type(3) .arrow::after {
		background-image: url("img/common_line04_width.png");
	}
	.home .cont07 .contentBox:nth-of-type(3) .shadow {
		background: #f0fbfd;
	}
	.home .cont07 .contentBox:nth-of-type(4) {
		border-color: #e57602;
		background-image: url("img/common_line05_width.png");
	}
	.home .cont07 .contentBox:nth-of-type(4) .arrow {
		background-image: url("img/common_line05_arrow.png");
	}
	.home .cont07 .contentBox:nth-of-type(4) .arrow::before {
		background-image: url("img/common_line05_arrow_bg.png");
	}
	.home .cont07 .contentBox:nth-of-type(4) .arrow::after {
		background-image: url("img/common_line05_width.png");
	}
	.home .cont07 .contentBox:nth-of-type(4) .shadow {
		background: #fff3dc;
	}

	/*	.home .cont08
	------------------------------------------*/
	.home .cont08 {
		padding: 60px 0 95px;
		background: url("img/home_cont08_bg01.png") no-repeat left calc(50% - 183px) top 100px, url("img/home_cont08_bg02.png") no-repeat right calc(50% - 168px) top 48px #f1f0e9;
	}
	.home .cont08 h2 {
		margin-bottom: 50px;
		background-image: url("img/home_cont08_tit01.png");
	}
	.home .cont08 .faqBox {
		padding: 12px 60px;
		margin-bottom: 10px;
		background: #fff;
		border-radius: 10px;
	}
	.home .cont08 .faqBox:last-of-type {
		margin-bottom: 0;
	}
	.home .cont08 .faqBox__tit, .home .cont08 .faqBox-content {
		position: relative;
	}
	.home .cont08 .faqBox__tit::before, .home .cont08 .faqBox-content::before {
		position: absolute;
		left: 0;
		font-weight: bold;
		font-size: 26px;
	}
	.home .cont08 .faqBox__tit {
		cursor: pointer;
		padding: 15px 50px 15px 45px;
		font-weight: bold;
		font-size: 18px;
	}
	.home .cont08 .faqBox__tit::before {
		content: "Q.";
		color: #ffa600;
		top: 7px;
	}
	.home .cont08 .faqBox__tit::after {
		content: "";
		display: block;
		background: url("img/common_ico_arrow01.png") no-repeat center/contain;
		width: 31px;
		height: 18px;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		transition: all .5s;
	}
	.home .cont08 .faqBox__tit.is-open::after {
		transform: scale(1, -1);
	}
	.home .cont08 .faqBox-content {
		display: none;
		padding: 12px 0 12px 45px;
		font-size: 18px;
		font-weight: bold;
	}
	.home .cont08 .faqBox-content::before {
		content: "A.";
		color: #999;
		top: 5px;
	}

	/*	.home .cont09
	------------------------------------------*/
	.home .cont09 {
		padding: 80px 0 95px;
	}
	.home .cont09 h2 {
		margin-bottom: 60px;
		background-image: url("img/home_cont09_tit01.png");
	}
	.home .cont09 .list {
		position: relative;
		display: flex;
		justify-content: space-between;
	}
	.home .cont09 .list::before {
		content: "";
		display: block;
		width: 100%;
		height: 10px;
		background: #ffa600;
		position: absolute;
		bottom: 50px;
		left: 0;
		z-index: -1;
	}
	.home .cont09 .list li {
		width: calc((100% - 100px) / 5);
		padding: 25px 18px 45px;
		background: #fff;
		border-radius: 30px;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
		box-sizing: border-box;
	}
	.home .cont09 .list li .img {
		display: block;
		margin: 0 auto 25px;
	}
	.home .cont09 .list li .tit {
		margin-bottom: 15px;
		color: #ffa600;
		font-weight: bold;
		font-size: 20px;
		text-align: center;
	}
	.home .cont09 .list li .txt {
		font-weight: bold;
		font-size: 14px;
	}

	/*	.home .cont10
	------------------------------------------*/
	.home .cont10 {
		margin: 100px auto 180px;
		padding: 105px 0 100px;
		background: #f1f0e9;
	}
	.home .cont10 h2 {
		margin-bottom: 50px;
		padding: 35px 0 0;
		background: url("img/home_cont10_tit01.png") no-repeat center top;
		font-weight: bold;
		font-size: 34px;
		text-align: center;
	}
	.home .cont10 .notice {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		width: 100%;
		max-width: 900px;
		margin: 0 auto 40px;
		padding: 40px 60px;
		background: radial-gradient(#e57602, #e57602 5px, transparent 5px) no-repeat left 12px top 12px/20px 20px, radial-gradient(#e57602, #e57602 5px, transparent 5px) no-repeat right 12px top 12px/20px 20px, radial-gradient(#e57602, #e57602 5px, transparent 5px) no-repeat left 12px bottom 12px/20px 20px, radial-gradient(#e57602, #e57602 5px, transparent 5px) no-repeat right 12px bottom 12px/20px 20px;
		border: 3px solid #e57602;
		border-radius: 10px;
		box-sizing: border-box;
	}
	.home .cont10 .notice__tit {
		display: table;
		margin: 22px 0 0 5px;
	}
	.home .cont10 .notice-list {
		width: 65%;
	}
	.home .cont10 .notice-list li {
		margin-bottom: 8px;
		text-indent: -1em;
		padding-left: 1em;
	}
	.home .cont10 .notice-list li:last-of-type {
		margin-bottom: 0;
	}
	.home .cont10 .formBox {
		width: 100%;
		max-width: 1060px;
		margin: 0 auto;
	}
	.home .cont10 .formBox table {
		width: 100%;
		border-collapse: separate;
		border-spacing: 10px;
	}
	.home .cont10 .formBox table th, .home .cont10 .formBox table td {
		box-sizing: border-box;
	}
	.home .cont10 .formBox table th {
		width: 270px;
		padding: 17px 20px 10px 30px;
		min-height: 60px;
		background: #6fb2cd;
		border-radius: 10px 0 0 10px;
		color: #fff;
		vertical-align: top;
		font-weight: bold;
		font-size: 18px;
		text-align: left;
	}
	.home .cont10 .formBox table th span {
		float: right;
		display: inline-block;
		padding: 2px 13px;
		border: 1px solid #2a5865;
		border-radius: 5px;
		color: #2a5865;
		font-size: 16px;
		text-align: center;
		box-sizing: border-box;
	}
	.home .cont10 .formBox input:-ms-input-placeholder, .home .cont10 .formBox textarea:-ms-input-placeholder {
		color: #ccc;
	}
	.home .cont10 .formBox input::placeholder, .home .cont10 .formBox textarea::placeholder {
		color: #ccc;
	}
	.home .cont10 .formBox input[type="text"],
	.home .cont10 .formBox input[type="email"],
	.home .cont10 .formBox input[type="tel"],
	.home .cont10 .formBox textarea {
		width: 100% !important;
		box-sizing: border-box;
		border-radius: 0 10px 10px 0 !important;
		border: none;
		background: #fff;
		font-weight: bold;
		font-size: 18px;
		font-family: inherit;
	}
	.home .cont10 .formBox input[type="text"],
	.home .cont10 .formBox input[type="email"],
	.home .cont10 .formBox input[type="tel"] {
		height: 60px !important;
		padding: 0 25px !important;
	}
	.home .cont10 .formBox textarea {
		display: block;
		height: 240px !important;
		padding: 20px 25px !important;
	}
	.home .cont10 .formBox .privacy_check {
		display: table;
		margin: 50px auto 30px;
	}
	.home .cont10 .formBox input[type="submit"] {
		cursor: pointer;
		display: block;
		width: 460px !important;
		height: 80px !important;
		margin: 0 auto;
		padding: 0;
		background: #e57602;
		border: none;
		border-radius: 50px;
		color: #fff;
		font-family: inherit;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		transition: all .5s;
	}
	.home .cont10 .formBox input[type="submit"]:hover {
		opacity: .8;
	}
	.home .cont10 .formBox .privacyBox {
		width: calc(100% - 20px);
		margin: 55px auto 0;
		padding: 35px 40px;
		box-sizing: border-box;
		background: #fff;
		border-radius: 10px;
	}
	.home .cont10 .formBox .privacyBox h3 {
		margin-bottom: 5px;
		font-weight: bold;
		font-size: 16px;
	}
	.home .cont10 .formBox .privacyBox p a {
		text-decoration: underline;
	}
	.home .cont10 .formBox .privacyBox p a:hover {
		opacity: 1;
		text-decoration: none;
	}

/*
thanks--------------------------------
*/
	.thanks h2{
		margin: 100px auto 50px;
		font-size: 45px;
		text-align: center;
	}
	.thanks .text{
		margin: 0 auto 60px;
		font-size: 18px;
		line-height: 2;
		text-align: center;
	}
	.thanks .btn{
		width: 300px;
border-radius: 50px;
margin: 0 auto 100px;
font-size: 20px;
text-align: center;
	}
	.thanks .btn a{
		display: flex;
justify-content: center;
align-items: center;
background: #e57602;
border-radius: inherit;
height: 60px;
color: #fff;
	}
	/* footer
	------------------------------------------------------------------------*/
	footer {
		position: relative;
		padding: 70px 0 50px;
		box-sizing: border-box;
	}
	footer::before {
		content: "";
		display: block;
		width: calc(50% + 600px);
		max-width: 100%;
		height: 100%;
		border-radius: 0 100px 0 0;
		background: url("img/common_bg01.png");
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		pointer-events: none;
	}
	footer .inner {
		display: flex;
		align-items: flex-end;
	}
	footer .logo {
		margin: 0 65px 15px 0;
	}
	footer .logo img {
		display: block;
		margin-top: 15px;
	}
	footer .infoBox .txt {
		margin-bottom: 20px;
	}
	footer .infoBox .link {
		display: flex;
	}
	footer .infoBox .link li {
		font-size: 14px;
	}
	footer .infoBox .link li + li {
		margin-left: 20px;
	}
	footer .infoBox .link li a {
		position: relative;
		padding: 0 0 0 15px;
	}
	footer .infoBox .link li a:hover {
		opacity: 1;
		text-decoration: underline;
	}
	footer .infoBox .link li a::before {
		position: absolute;
		top: 4px;
		left: 0;
		content: "";
		display: block;
		width: 6px;
		height: 6px;
		border-top: 1px solid #333;
		border-right: 1px solid #333;
		transform: rotate(45deg);
	}
	footer .copy {
		margin: 0 50px 0 auto;
		font-size: 14px;
	}

	/*	.to_top
	------------------------------------------*/
	.to_top {
		display: none;
		position: fixed;
		z-index: 9000;
		right: 50px;
		bottom: 30px;
	}
	.to_top a {
		position: relative;
		display: block;
		padding: 75px 0 0;
	}
	.to_top a::before {
		content: "";
		display: block;
		width: 7px;
		height: 50px;
		background: #ffed58;
		border-radius: 10px;
		position: absolute;
		top: 10px;
		right: 0;
		left: 0;
		margin: auto;
		transition: all .5s;
	}
	.to_top a:hover {
		opacity: 1;
	}
	.to_top a:hover::before {
		top: 0;
		height: 60px;
	}

	/*	.fixed-cv
	------------------------------------------*/
	.fixed-cv {
		position: fixed;
		z-index: 9000;
		top: 0;
		bottom: 0;
		right: -40px;
		width: 40px;
		height: 410px;
		margin: auto;
		transition: all .5s;
	}
	.fixed-cv.is-show {
		right: 0;
	}
	.fixed-cv li {
		width: 100%;
		height: 200px;
		border-radius: 10px 0 0 10px;
		letter-spacing: .1em;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
	.fixed-cv li + li {
		margin-top: 10px;
	}
	.fixed-cv li a {
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: inherit;
		width: 100%;
		height: 100%;
		color: #fff;
		font-weight: bold;
	}
	.fixed-cv li a:hover {
		opacity: 1;
		width: 50px;
	}
	.fixed-cv li:nth-of-type(1) a {
		background: rgba(229, 118, 2, 0.85);
	}
	.fixed-cv li:nth-of-type(1) a:hover {
		background: #e57602;
	}
	.fixed-cv li:nth-of-type(2) a {
		background: rgba(42, 88, 101, 0.85);
	}
	.fixed-cv li:nth-of-type(2) a:hover {
		background: #2a5865;
	}
}
/*===============================================
横幅430px以下
===============================================*/
@media screen and (max-width: 431px) {
	html,
	body,
	.wrap {
		width: 430px;
		position: relative;
		font-size: 14px;
	}

	.inner {
		width: auto;
		padding: 0 10px;
		box-sizing: border-box;
	}

	img {
		max-width: 100%;
	}

	.pc {
		display: none !important;
	}

	/* common
	------------------------------------------------------------------------*/
	/*	.common_cv
	------------------------------------------*/
	.common_cv h2 {
		position: relative;
		display: table;
		margin: 0 auto 20px;
		padding: 0 35px;
		font-weight: bold;
		font-size: 20px;
		text-align: center;
	}
	.common_cv h2::before, .common_cv h2::after {
		content: "";
		display: block;
		background: url("img/common_ico_slash02.png") no-repeat center/contain;
		width: 25px;
		height: 25px;
		position: absolute;
		bottom: 3px;
	}
	.common_cv h2::before {
		left: 0;
	}
	.common_cv h2::after {
		right: 0;
		transform: scale(-1, 1);
	}
	.common_cv .bnr {
		display: table;
		margin: 0 auto;
	}
	.common_cv .bnr img {
		width: 100%;
	}

	/*	.common_tit01
	------------------------------------------*/
	.common_tit01 {
		padding: 40px 0 0;
		background: no-repeat center top;
		font-size: 30px;
		text-align: center;
	}
	.common_tit01 span {
		display: block;
		margin-bottom: 3px;
		font-weight: normal;
		font-size: 14px;
	}
	.common_tit01.is-green {
		color: #2a5865;
	}
	.common_tit01.is-green span {
		color: #333;
	}

	/* header
	------------------------------------------------------------------------*/
	header {
		position: relative;
		z-index: 9990;
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 40px;
		padding: 0 90px 0 10px;
		box-sizing: border-box;
	}
	header h1 {
		width: 64px;
	}
	header h1 img {
		width: 100%;
		display: block;
	}

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

	#nav-btn {
		cursor: pointer;
		width: 70px;
		height: 70px;
		position: absolute;
		top: 5px;
		right: 5px;
		z-index: 10010;
		transition: all .3s;
		background: #e57602;
		border-radius: 50%;
	}

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

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

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

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

	.menu-btn span:nth-of-type(2) {
		width: 18px;
		top: 0;
		bottom: 0;
		margin: auto;
	}

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

	#nav-btn.active {
		background: #fff;
	}

	#nav-btn.active .menu-btn span {
		background: #e57602;
	}

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

	#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(-8px) rotate(135deg);
		transform: translateY(-8px) rotate(135deg);
		width: 100%;
	}

	#nav {
		display: none;
	}

	#nav-btn.active + #nav {
		overflow-y: scroll;
		display: block;
		position: absolute;
		z-index: 1001;
		top: 0;
		right: 0;
		z-index: 10000;
		width: 260px;
		max-height: 95vh;
		padding: 100px 50px 50px;
		background: #e57602;
		box-sizing: border-box;
	}

	#nav-btn.active + #nav li {
		font-size: 16px;
	}

	#nav-btn.active + #nav li a {
		position: relative;
		display: block;
		padding: 13px 0;
		color: #fff;
		font-weight: bold;
	}

	/* home
	------------------------------------------------------------------------*/
	/*	.home .key
	------------------------------------------*/
	.home .key {
		margin: -40px auto -75px;
		padding: 35px 0 0;
		height: 880px;
		box-sizing: border-box;
		background: url("img/home_key_bg01_sp.png") no-repeat center top/100%;
	}
	.home .key-inner {
		position: relative;
		z-index: 2;
		box-sizing: border-box;
	}
	.home .key .txtBox {
		position: relative;
		padding: 62px 20px 0;
	}
	.home .key .tit {
		margin: 0 auto 14px 0;
		color: #2a5865;
		font-weight: bold;
		font-size: 16px;
	}
	.home .key .txt01 {
		position: absolute;
		top: 0;
		right: 87px;
		z-index: -1;
		width: 100px;
		height: 100px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 50%;
		background: url("img/home_key_bg03.png") no-repeat center top/contain;
		box-sizing: border-box;
		color: #e57602;
		font-weight: bold;
		font-size: 12px;
		text-align: center;
		line-height: 1.5;
	}
	.home .key .txt01 .in {
		transform: rotate(-8deg);
	}
	.home .key .txt01 .big {
		font-size: 14px;
	}
	.home .key .catch {
		width: 90%;
		margin: 0 auto 13px 0;
	}
	.home .key .txt02 {
		color: #e57602;
		font-weight: bold;
		font-size: 18px;
	}
	.home .key .list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
		max-width: 330px;
		margin: 175px auto 0;
	}
	.home .key .list li {
		width: 160px;
		height: 160px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 8px 0 0;
		background: url("img/home_key_bg02_sp.png") no-repeat center/contain;
		box-sizing: border-box;
		font-weight: bold;
		font-size: 12px;
		text-align: center;
	}
	.home .key .list li:nth-of-type(n + 3) {
		margin-top: 10px;
	}
	.home .key .list img {
		display: block;
		width: 77%;
		margin: 0 auto 11px;
	}

	/*	.home .cont01
	------------------------------------------*/
	.home .cont01 {
		position: relative;
		z-index: 10;
	}
	.home .cont01 .inner {
		padding: 0;
	}
	.home .cont01 .catch {
		position: relative;
		z-index: 2;
		display: table;
		margin: 0 auto 18px;
		padding: 0 35px;
		font-weight: bold;
		font-size: 14px;
		text-align: center;
	}
	.home .cont01 .catch::before, .home .cont01 .catch::after {
		content: "";
		display: block;
		background: url("img/common_ico_slash01.png") no-repeat center/contain;
		width: 20px;
		height: 20px;
		position: absolute;
		bottom: 3px;
	}
	.home .cont01 .catch::before {
		left: 0;
	}
	.home .cont01 .catch::after {
		right: 0;
		transform: scale(-1, 1);
	}
	.home .cont01 h2 {
		width: 89%;
		margin: 0 auto 16px;
		text-align: center;
	}

	/*	.home .cont02
	------------------------------------------*/
	.home .cont02 {
		margin-bottom: 50px;
		padding: 30px 0 270px;
		background: url("img/home_cont02_bg01.png") no-repeat 40px bottom/70%;
	}
	.home .cont02 h2 {
		display: table;
		margin: 0 auto 35px;
		text-align: center;
	}
	.home .cont02 .txtBox h3 {
		position: relative;
		display: table;
		margin: 0 auto 30px;
		padding: 0 30px;
		font-weight: bold;
		font-size: 20px;
		text-align: center;
	}
	.home .cont02 .txtBox h3::before, .home .cont02 .txtBox h3::after {
		content: "";
		display: block;
		width: 12px;
		height: 2px;
		background: #333;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.home .cont02 .txtBox h3::before {
		left: 0;
	}
	.home .cont02 .txtBox h3::after {
		right: 0;
	}
	.home .cont02 .txtBox .txt {
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		line-height: 2;
	}

	/*	.home .cont03
	------------------------------------------*/
	.home .cont03 {
		padding: 60px 0 50px;
		background: #f1f0e9 url("img/home_cont03_bg01_sp.png") no-repeat left bottom;
	}
	.home .cont03 h2 {
		margin-bottom: 30px;
		background-image: url("img/home_cont03_tit01.png");
	}
	.home .cont03 .list {
		counter-reset: number;
		width: calc(100% - 70px);
		margin: 0 auto 80px;
	}
	.home .cont03 .list li {
		overflow: hidden;
		margin-bottom: 30px;
		border-radius: 15px;
		box-sizing: border-box;
		background: #fff;
	}
	.home .cont03 .list .img {
		width: 100%;
	}
	.home .cont03 .list .txtBox {
		position: relative;
		padding: 25px 15px 20px;
	}
	.home .cont03 .list .txtBox::before {
		content: "";
		display: block;
		width: 80px;
		height: 80px;
		background: url("img/home_cont03_bg02.png") no-repeat center top/contain;
		position: absolute;
		top: -40px;
		right: 0;
		left: 0;
		margin: auto;
	}
	.home .cont03 .list .txtBox::after {
		content: "";
		display: block;
		width: 20px;
		height: 35px;
		background: no-repeat center/contain;
		position: absolute;
		top: -21px;
		right: 0;
		left: 0;
		margin: auto;
	}
	.home .cont03 .list .tit {
		position: relative;
		z-index: 2;
		margin-bottom: 15px;
		font-weight: bold;
		font-size: 20px;
		text-align: center;
	}
	.home .cont03 .list li:nth-of-type(1) .txtBox::after {
		background-image: url("img/home_cont03_num01.png");
	}
	.home .cont03 .list li:nth-of-type(2) .txtBox::after {
		background-image: url("img/home_cont03_num02.png");
	}
	.home .cont03 .list li:nth-of-type(3) .txtBox::after {
		background-image: url("img/home_cont03_num03.png");
	}
	.home .cont03 .list li:last-of-type {
		margin-bottom: 0;
	}
	.home .cont03 .originBox {
		position: relative;
		z-index: 0;
		padding: 0 20px 30px;
		background: url("img/home_cont03_bg03.png") no-repeat left 15px bottom 125px/50px, url("img/home_cont03_bg04.png") no-repeat right 10px bottom 135px/54px;
		border-bottom: 4px solid #2a5865;
		border-top: none;
		border-radius: 15px;
		box-sizing: border-box;
	}
	.home .cont03 .originBox::before, .home .cont03 .originBox::after {
		content: "";
		display: block;
		width: 5%;
		height: calc(100% - 4px);
		border: 4px solid #2a5865;
		position: absolute;
		top: 0;
		z-index: -1;
		pointer-events: none;
	}
	.home .cont03 .originBox::before {
		border-radius: 15px 0 0 15px;
		border-right: none;
		left: 0;
	}
	.home .cont03 .originBox::after {
		border-radius: 0 15px 15px 0;
		border-left: none;
		right: 0;
	}
	.home .cont03 .originBox__tit {
		display: table;
		width: 85%;
		margin: 0 auto 20px;
		transform: translateY(-11px);
	}
	.home .cont03 .originBox-list {
		margin: 0 auto 70px;
	}
	.home .cont03 .originBox-list__item {
		margin-bottom: 20px;
		text-align: center;
		line-height: 2;
	}
	.home .cont03 .originBox-list__item .en {
		color: #fff;
		font-weight: bold;
		font-size: 34px;
		text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	}
	.home .cont03 .originBox-list__item .en span {
		display: inline-block;
		line-height: 1;
		margin-right: 5px;
		padding: 6px 9px;
		border-radius: 50%;
	}
	.home .cont03 .originBox-list__item:nth-of-type(1) .en span {
		background: #2a5865;
	}
	.home .cont03 .originBox-list__item:nth-of-type(2) .en span {
		background: #e57602;
	}
	.home .cont03 .originBox-list__item:nth-of-type(3) .en span {
		background: #90bdc2;
	}
	.home .cont03 .originBox-list__item:last-of-type {
		margin-bottom: 0;
	}
	.home .cont03 .originBox-list__item .txt {
		font-weight: bold;
		font-size: 18px;
	}
	.home .cont03 .originBox__txt {
		color: #2a5865;
		font-weight: bold;
		font-size: 22px;
		text-align: center;
	}

	/*	.home .cont04
	------------------------------------------*/
	.home .cont04 {
		padding: 60px 10px 20px;
		background: url("img/home_cont04_bg01.png") no-repeat right 0 top 120px/150px;
	}
	.home .cont04 h2 {
		margin-bottom: 50px;
		background-image: url("img/home_cont04_tit01.png");
	}
	.home .cont04 .contentBox {
		position: relative;
		width: calc(100% - 10px);
		margin-bottom: 30px;
		padding: 20px 15px 15px;
		border: 2px solid #fff;
		border-radius: 15px;
		box-sizing: border-box;
	}
	.home .cont04 .contentBox::before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		border-radius: inherit;
		position: absolute;
		background-size: 6px !important;
		top: 15px;
		z-index: -1;
	}
	.home .cont04 .contentBox .txtBox {
		margin-bottom: 20px;
	}
	.home .cont04 .contentBox h3 {
		margin-bottom: 15px;
		font-weight: bold;
		font-size: 17px;
		line-height: 1.7;
	}
	.home .cont04 .contentBox h3 .line {
		padding: 0 2px 3px;
	}
	.home .cont04 .contentBox h3 .small {
		font-size: 12px;
		letter-spacing: -.7px;
	}
	.home .cont04 .contentBox .img {
		border-radius: 15px;
		overflow: hidden;
	}
	.home .cont04 .contentBox:nth-of-type(odd) {
		background: #ffebc5;
	}
	.home .cont04 .contentBox:nth-of-type(odd)::before {
		background: url("img/home_cont04_bg02.png");
		right: -15px;
	}
	.home .cont04 .contentBox:nth-of-type(odd) h3 .line {
		background: linear-gradient(to bottom, transparent calc(100% - 5px), #ffa600 calc(100% - 5px));
	}
	.home .cont04 .contentBox:nth-of-type(even) {
		margin-right: 0;
		margin-left: auto;
		background: #c4e3e7;
	}
	.home .cont04 .contentBox:nth-of-type(even)::before {
		background: url("img/home_cont04_bg03.png");
		left: -15px;
	}
	.home .cont04 .contentBox:nth-of-type(even) h3 .line {
		background: linear-gradient(to bottom, transparent calc(100% - 5px), #8ebabf calc(100% - 5px));
	}
	.home .cont04 .contentBox:last-of-type {
		margin-bottom: 0;
	}
	.home .cont04 .subBox01 {
		margin: 50px auto 0;
	}
	.home .cont04 .subBox01-top {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
	.home .cont04 .subBox01-top__catch {
		position: relative;
		display: table;
		margin: 0 auto 25px;
		padding: 0 35px;
		font-weight: bold;
		font-size: 16px;
		text-align: center;
	}
	.home .cont04 .subBox01-top__catch::before, .home .cont04 .subBox01-top__catch::after {
		content: "";
		display: block;
		background: url("img/common_ico_slash03.png") no-repeat center/contain;
		width: 25px;
		height: 25px;
		position: absolute;
		bottom: 3px;
	}
	.home .cont04 .subBox01-top__catch::before {
		left: 0;
	}
	.home .cont04 .subBox01-top__catch::after {
		right: 0;
		transform: scale(-1, 1);
	}
	.home .cont04 .subBox01-top__catch .color {
		color: #2a5865;
	}
	.home .cont04 .subBox01-top__catch .big {
		font-size: 20px;
	}
	.home .cont04 .subBox01-top-titBox {
		position: relative;
		z-index: 2;
		order: 2;
		width: calc(100% - 150px);
		min-height: 70px;
		margin: 0 -10px 15px 0;
		padding: 15px 5px 15px 15px;
		background: url("img/common_line01_width.png") repeat-x left top/auto 4px, url("img/common_line01_width.png") repeat-x left 50px bottom/auto 4px, url("img/common_line01_height.png") repeat-y right bottom 20px/4px auto;
		box-sizing: border-box;
		border-radius: 5px;
	}
	.home .cont04 .subBox01-top-titBox::before, .home .cont04 .subBox01-top-titBox::after {
		content: "";
		display: block;
		position: absolute;
		box-sizing: border-box;
		pointer-events: none;
	}
	.home .cont04 .subBox01-top-titBox::before {
		width: 15px;
		height: 60px;
		background: url("img/common_line01_arrow_sp.png") no-repeat right bottom/contain;
		right: calc(100% - 4px);
		bottom: 3px;
	}
	.home .cont04 .subBox01-top-titBox::after {
		width: 4px;
		height: calc(100% - 60px);
		background: #90bdc2;
		top: 3px;
		left: 0;
	}
	.home .cont04 .subBox01-top-titBox__txt {
		position: relative;
		color: #2a5865;
		font-weight: bold;
		font-size: 15px;
	}
	.home .cont04 .subBox01-top-titBox__txt::before {
		content: "";
		display: block;
		background: url("img/home_cont04_img07.png") no-repeat center/contain;
		width: 90px;
		height: 80px;
		position: absolute;
		z-index: -1;
		bottom: -60px;
		right: -15px;
		pointer-events: none;
	}
	.home .cont04 .subBox01-top__name {
		order: 3;
		width: 100%;
		margin-bottom: 10px;
		font-size: 15px;
	}
	.home .cont04 .subBox01-top__txt {
		order: 4;
		width: 100%;
	}
	.home .cont04 .subBox01-top__img {
		order: 1;
		width: 152px;
		margin: 0 auto 15px -5px;
	}
	.home .cont04 .subBox01-message {
		overflow: hidden;
		margin: 20px auto 0;
		padding: 15px;
		background: #dceef1;
		border-radius: 15px;
		box-sizing: border-box;
	}
	.home .cont04 .subBox01-message__img {
		float: right;
		width: 47%;
		margin: -10px -15px 0 10px;
	}
	.home .cont04 .subBox02 {
		margin: 30px auto 0;
	}
	.home .cont04 .subBox02__item {
		position: relative;
		margin: 0 auto 20px;
		padding: 0 0 0 20px;
	}
	.home .cont04 .subBox02__tit {
		display: flex;
		align-items: center;
		margin-bottom: 15px;
		padding: 5px 0 5px 110px;
		border-bottom: 2px solid #ffa600;
		color: #ffa600;
		font-weight: bold;
		font-size: 20px;
	}
	.home .cont04 .subBox02__tit::before {
		content: "";
		display: block;
		background: no-repeat left center/contain;
		margin: 2px 5px 0 0;
	}
	.home .cont04 .subBox02__txt {
		width: calc(100% - 110px);
		margin: 0 0 0 auto;
	}
	.home .cont04 .subBox02__item::before {
		content: "";
		display: block;
		width: 120px;
		height: 120px;
		background: no-repeat center/contain;
		position: absolute;
		top: 10px;
		left: 0;
		z-index: 2;
	}
	.home .cont04 .subBox02__item.is-ginko::before {
		background-image: url("img/home_cont04_img09.png");
	}
	.home .cont04 .subBox02__item.is-ginko .subBox02__tit::before {
		width: 70px;
		height: 17px;
		background-image: url("img/home_cont04_tit02.png");
	}
	.home .cont04 .subBox02__item.is-echinacea::before {
		background-image: url("img/home_cont04_img10.png");
	}
	.home .cont04 .subBox02__item.is-echinacea .subBox02__tit::before {
		width: 110px;
		height: 17px;
		background-image: url("img/home_cont04_tit03.png");
	}
	.home .cont04 .subBox02__item:last-of-type {
		margin-bottom: 0;
	}

	/*	.home .cont05
	------------------------------------------*/
	.home .cont05 {
		padding: 60px 0 50px;
	}
	.home .cont05 h2 {
		display: table;
		margin: 0 auto 10px;
		text-align: center;
	}
	.home .cont05 .contentBox {
		position: relative;
		margin: 0 auto 30px;
		padding: 20px 15px;
		border-radius: 15px;
		background: #dceef1;
	}
	.home .cont05 .contentBox .txtBox {
		margin: 0 auto 20px;
	}
	.home .cont05 .contentBox h3 {
		margin-bottom: 8px;
		color: #2a5865;
		font-weight: bold;
		font-size: 22px;
	}
	.home .cont05 .contentBox .name {
		margin-bottom: 12px;
		font-weight: bold;
		font-size: 16px;
	}
	.home .cont05 .contentBox .name span {
		font-size: 14px;
	}
	.home .cont05 .contentBox .movieBox {
		width: 100%;
	}
	.home .cont05 .contentBox .movieBox video {
		width: 100%;
		height: auto;
	}
	.home .cont05 .contentBox:last-of-type {
		margin-bottom: 0;
	}

	/*	.home .cont06
	------------------------------------------*/
	.home .cont06 {
		margin-bottom: 50px;
		padding: 60px 0 50px;
		background: url("img/home_cont06_bg01.png") no-repeat right 10px top 40px/140px, url("img/common_bg01.png");
	}
	.home .cont06 h2 {
		margin-bottom: 40px;
		background-image: url("img/home_cont06_tit01.png");
	}
	.home .cont06 .contentBox {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid #e57602;
	}
	.home .cont06 .contentBox:last-of-type {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
	.home .cont06 .contentBox .img {
		width: 140px;
		margin-bottom: 15px;
	}
	.home .cont06 .contentBox .nameBox {
		width: calc(100% - 160px);
		margin-bottom: 15px;
		color: #2a5865;
	}
	.home .cont06 .contentBox .name {
		margin-bottom: 10px;
		font-weight: bold;
		font-size: 24px;
	}
	.home .cont06 .contentBox .name span {
		display: block;
		margin-bottom: 5px;
		font-size: 16px;
	}
	.home .cont06 .contentBox .txt {
		width: 100%;
		margin: 0 auto 15px;
	}
	.home .cont06 .contentBox .price {
		width: 100%;
		margin-bottom: 15px;
		color: #e57602;
		font-weight: bold;
		font-size: 30px;
		text-align: center;
	}
	.home .cont06 .contentBox .price span {
		font-size: 20px;
	}
	.home .cont06 .contentBox .btn {
		width: 100%;
		margin: 0 auto;
		border-radius: 50px;
		font-size: 16px;
		text-align: center;
	}
	.home .cont06 .contentBox .btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		background: #e57602;
		border-radius: inherit;
		height: 50px;
		color: #fff;
	}
	.home .cont06 .notice {
		position: relative;
		z-index: 0;
		margin: 70px auto 0;
		padding: 0 20px 20px;
		border-bottom: 4px solid #6fb2cd;
		border-top: none;
		border-radius: 15px;
		box-sizing: border-box;
	}
	.home .cont06 .notice::before, .home .cont06 .notice::after {
		content: "";
		display: block;
		width: 20%;
		height: calc(100% - 4px);
		border: 4px solid #6fb2cd;
		position: absolute;
		top: 0;
		z-index: -1;
		pointer-events: none;
	}
	.home .cont06 .notice::before {
		border-radius: 15px 0 0 15px;
		border-right: none;
		left: 0;
	}
	.home .cont06 .notice::after {
		border-radius: 0 15px 15px 0;
		border-left: none;
		right: 0;
	}
	.home .cont06 .notice__tit {
		display: table;
		width: 45%;
		margin: 0 auto 10px;
		transform: translateY(-11px);
		text-align: center;
	}
	.home .cont06 .notice__txt {
		margin-bottom: 20px;
		font-weight: bold;
		font-size: 18px;
		text-align: center;
	}
	.home .cont06 .notice-list li {
		position: relative;
		margin-bottom: 12px;
		padding: 0 0 0 10px;
	}
	.home .cont06 .notice-list li:last-of-type {
		margin-bottom: 0;
	}
	.home .cont06 .notice-list li::before {
		content: "";
		display: block;
		width: 3px;
		height: 3px;
		background: #333;
		border-radius: 50%;
		position: absolute;
		top: 9px;
		left: 0;
	}

	/*	.home .cont07
	------------------------------------------*/
	.home .cont07 {
		margin: 20px auto 0;
		padding: 70px 0 50px;
		background: url("img/home_cont07_bg01.png") no-repeat right -15px top 15px/120px, url("img/home_cont07_bg02.png") no-repeat left -15px top 130px/120px;
	}
	.home .cont07 h2 {
		margin-bottom: 50px;
		background-image: url("img/home_cont07_tit01.png");
	}
	.home .cont07 .contentBox {
		position: relative;
		z-index: 0;
		width: calc(100% - 30px);
		margin: 0 auto 50px;
		padding: 25px 20px;
		box-sizing: border-box;
		border-radius: 15px;
		background: repeat-x left 60px top/auto 4px;
	}
	.home .cont07 .contentBox .tit {
		margin-bottom: 10px;
		font-weight: bold;
		font-size: 20px;
	}
	.home .cont07 .contentBox .name {
		margin-bottom: 10px;
		font-size: 16px;
	}

	/* 縦ライン */
	.home .cont07 .contentBox::before, .home .cont07 .contentBox::after {
		content: "";
		display: block;
		width: 20px;
		height: 100%;
		border: 4px solid;
		border-color: inherit;
		position: absolute;
		top: 0;
		box-sizing: border-box;
		pointer-events: none;
		z-index: -1;
	}
	.home .cont07 .contentBox::before {
		right: -4px;
		border-left: none;
		border-radius: 0 15px 15px 0;
	}
	.home .cont07 .contentBox::after {
		left: -4px;
		border-right: none;
		border-radius: 15px 0 0 15px;
	}

	/* 矢印 */
	.home .cont07 .contentBox .arrow {
		position: absolute;
		width: calc(100% - 30px);
		height: 25px;
		top: calc(100% - 4px);
		pointer-events: none;
		box-sizing: border-box;
	}
	.home .cont07 .contentBox .arrow::before, .home .cont07 .contentBox .arrow::after {
		content: "";
		display: block;
		position: absolute;
		z-index: -1;
		box-sizing: border-box;
	}
	.home .cont07 .contentBox .arrow::before {
		width: 40px;
		height: 40px;
		top: -6px;
		background: no-repeat center bottom/contain;
	}
	.home .cont07 .contentBox .arrow::after {
		width: calc(100% - 94px);
		height: 4px;
		top: 0;
		background: repeat-x left top/contain;
	}

	/* シャドウ */
	.home .cont07 .contentBox .shadow {
		width: calc(100% + 4px);
		height: calc(100% - 4px);
		border-radius: inherit;
		position: absolute;
		top: 15px;
		z-index: -2;
	}

	/* layout variations */
	.home .cont07 .contentBox:nth-of-type(odd) .arrow {
		background: no-repeat left top/contain;
		left: 15px;
	}
	.home .cont07 .contentBox:nth-of-type(odd) .arrow::before {
		left: 40px;
	}
	.home .cont07 .contentBox:nth-of-type(odd) .arrow::after {
		right: 0;
	}
	.home .cont07 .contentBox:nth-of-type(odd) .shadow {
		left: -15px;
	}
	.home .cont07 .contentBox:nth-of-type(even) .arrow {
		background: no-repeat right top/contain;
		right: 15px;
	}
	.home .cont07 .contentBox:nth-of-type(even) .arrow::before {
		right: 40px;
	}
	.home .cont07 .contentBox:nth-of-type(even) .arrow::after {
		left: 0;
	}
	.home .cont07 .contentBox:nth-of-type(even) .shadow {
		right: -15px;
	}
	.home .cont07 .contentBox:last-of-type {
		margin-bottom: 0;
	}

	/* color variations */
	.home .cont07 .contentBox:nth-of-type(1) {
		border-color: #ffa600;
		background-image: url("img/common_line02_width.png");
	}
	.home .cont07 .contentBox:nth-of-type(1) .arrow {
		background-image: url("img/common_line02_arrow.png");
	}
	.home .cont07 .contentBox:nth-of-type(1) .arrow::before {
		background-image: url("img/common_line02_arrow_bg.png");
	}
	.home .cont07 .contentBox:nth-of-type(1) .arrow::after {
		background-image: url("img/common_line02_width.png");
	}
	.home .cont07 .contentBox:nth-of-type(1) .shadow {
		background: #fff3dc;
	}
	.home .cont07 .contentBox:nth-of-type(2) {
		border-color: #e4d824;
		background-image: url("img/common_line03_width.png");
	}
	.home .cont07 .contentBox:nth-of-type(2) .arrow {
		background-image: url("img/common_line03_arrow.png");
	}
	.home .cont07 .contentBox:nth-of-type(2) .arrow::before {
		background-image: url("img/common_line03_arrow_bg.png");
	}
	.home .cont07 .contentBox:nth-of-type(2) .arrow::after {
		background-image: url("img/common_line03_width.png");
	}
	.home .cont07 .contentBox:nth-of-type(2) .shadow {
		background: #fefbcd;
	}
	.home .cont07 .contentBox:nth-of-type(3) {
		border-color: #90bdc2;
		background-image: url("img/common_line04_width.png");
	}
	.home .cont07 .contentBox:nth-of-type(3) .arrow {
		background-image: url("img/common_line04_arrow.png");
	}
	.home .cont07 .contentBox:nth-of-type(3) .arrow::before {
		background-image: url("img/common_line04_arrow_bg.png");
	}
	.home .cont07 .contentBox:nth-of-type(3) .arrow::after {
		background-image: url("img/common_line04_width.png");
	}
	.home .cont07 .contentBox:nth-of-type(3) .shadow {
		background: #f0fbfd;
	}
	.home .cont07 .contentBox:nth-of-type(4) {
		border-color: #e57602;
		background-image: url("img/common_line05_width.png");
	}
	.home .cont07 .contentBox:nth-of-type(4) .arrow {
		background-image: url("img/common_line05_arrow.png");
	}
	.home .cont07 .contentBox:nth-of-type(4) .arrow::before {
		background-image: url("img/common_line05_arrow_bg.png");
	}
	.home .cont07 .contentBox:nth-of-type(4) .arrow::after {
		background-image: url("img/common_line05_width.png");
	}
	.home .cont07 .contentBox:nth-of-type(4) .shadow {
		background: #fff3dc;
	}

	/*	.home .cont08
	------------------------------------------*/
	.home .cont08 {
		padding: 60px 0 50px;
		background: url("img/home_cont08_bg01.png") no-repeat left 12px top 105px/70px, url("img/home_cont08_bg02.png") no-repeat right 20px top 65px/65px #f1f0e9;
	}
	.home .cont08 h2 {
		margin-bottom: 30px;
		background-image: url("img/home_cont08_tit01.png");
	}
	.home .cont08 .faqBox {
		padding: 5px 15px;
		margin-bottom: 10px;
		background: #fff;
		border-radius: 10px;
	}
	.home .cont08 .faqBox:last-of-type {
		margin-bottom: 0;
	}
	.home .cont08 .faqBox__tit, .home .cont08 .faqBox-content {
		position: relative;
	}
	.home .cont08 .faqBox__tit::before, .home .cont08 .faqBox-content::before {
		position: absolute;
		left: 0;
		font-weight: bold;
		font-size: 20px;
	}
	.home .cont08 .faqBox__tit {
		cursor: pointer;
		padding: 12px 25px 12px 30px;
		font-weight: bold;
		font-size: 16px;
	}
	.home .cont08 .faqBox__tit::before {
		content: "Q.";
		color: #ffa600;
		top: 8px;
	}
	.home .cont08 .faqBox__tit::after {
		content: "";
		display: block;
		background: url("img/common_ico_arrow01.png") no-repeat center/contain;
		width: 20px;
		height: 10px;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		transition: all .5s;
	}
	.home .cont08 .faqBox__tit.is-open::after {
		transform: scale(1, -1);
	}
	.home .cont08 .faqBox-content {
		display: none;
		padding: 5px 0 5px 30px;
		font-weight: bold;
	}
	.home .cont08 .faqBox-content::before {
		content: "A.";
		color: #999;
		top: 0;
	}

	/*	.home .cont09
	------------------------------------------*/
	.home .cont09 {
		margin-bottom: 30px;
		padding: 60px 0 50px;
	}
	.home .cont09 h2 {
		margin-bottom: 30px;
		background-image: url("img/home_cont09_tit01.png");
	}
	.home .cont09 .list {
		position: relative;
	}
	.home .cont09 .list::before {
		content: "";
		display: block;
		width: 10px;
		height: 100%;
		background: #ffa600;
		position: absolute;
		top: 0;
		left: 25px;
		z-index: -1;
	}
	.home .cont09 .list li {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 30px;
		padding: 15px;
		min-height: 140px;
		background: #fff;
		border-radius: 15px;
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
		box-sizing: border-box;
	}
	.home .cont09 .list li:last-of-type {
		margin-bottom: 0;
	}
	.home .cont09 .list li .img {
		width: 110px;
	}
	.home .cont09 .list li .txtBox {
		width: calc(100% - 125px);
	}
	.home .cont09 .list li .tit {
		margin-bottom: 10px;
		color: #ffa600;
		font-weight: bold;
		font-size: 22px;
	}
	.home .cont09 .list li .txt {
		font-weight: bold;
	}

	/*	.home .cont10
	------------------------------------------*/
	.home .cont10 {
		margin-bottom: 50px;
		padding: 60px 0 50px;
		background: #f1f0e9;
	}
	.home .cont10 h2 {
		margin-bottom: 30px;
		padding: 35px 0 0;
		background: url("img/home_cont10_tit01.png") no-repeat center top;
		font-weight: bold;
		font-size: 30px;
		text-align: center;
	}
	.home .cont10 .notice {
		margin: 0 auto 30px;
		padding: 20px;
		background: radial-gradient(#e57602, #e57602 3px, transparent 3px) no-repeat left 5px top 5px/15px 15px, radial-gradient(#e57602, #e57602 3px, transparent 3px) no-repeat right 5px top 5px/15px 15px, radial-gradient(#e57602, #e57602 3px, transparent 3px) no-repeat left 5px bottom 5px/15px 15px, radial-gradient(#e57602, #e57602 3px, transparent 3px) no-repeat right 5px bottom 5px/15px 15px;
		border: 3px solid #e57602;
		border-radius: 10px;
		box-sizing: border-box;
	}
	.home .cont10 .notice__tit {
		display: table;
		margin: 0 auto 20px;
		transform: translateX(-21px);
	}
	.home .cont10 .notice-list li {
		margin-bottom: 8px;
		text-indent: -1em;
		padding-left: 1em;
	}
	.home .cont10 .notice-list li:last-of-type {
		margin-bottom: 0;
	}
	.home .cont10 .formBox table {
		width: 100%;
		border-collapse: separate;
		border-spacing: 10px;
	}
	.home .cont10 .formBox table th, .home .cont10 .formBox table td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.home .cont10 .formBox table th {
		padding: 15px;
		background: #6fb2cd;
		border-radius: 10px 10px 0 0;
		color: #fff;
		vertical-align: top;
		font-weight: bold;
		font-size: 18px;
		text-align: left;
	}
	.home .cont10 .formBox table th span {
		float: right;
		display: inline-block;
		padding: 2px 13px;
		border: 1px solid #2a5865;
		border-radius: 5px;
		color: #2a5865;
		font-size: 14px;
		text-align: center;
	}
	.home .cont10 .formBox input:-ms-input-placeholder, .home .cont10 .formBox textarea:-ms-input-placeholder {
		color: #ccc;
	}
	.home .cont10 .formBox input::placeholder, .home .cont10 .formBox textarea::placeholder {
		color: #ccc;
	}
	.home .cont10 .formBox input[type="text"],
	.home .cont10 .formBox input[type="email"],
	.home .cont10 .formBox input[type="tel"],
	.home .cont10 .formBox textarea {
		width: 100% !important;
		box-sizing: border-box;
		border-radius: 0 0 10px 10px !important;
		border: none;
		background: #fff;
		font-weight: bold;
		font-size: 16px;
		font-family: inherit;
	}
	.home .cont10 .formBox input[type="text"],
	.home .cont10 .formBox input[type="email"],
	.home .cont10 .formBox input[type="tel"] {
		height: 50px !important;
		padding: 0 15px !important;
	}
	.home .cont10 .formBox textarea {
		display: block;
		height: 200px !important;
		padding: 15px !important;
	}
	.home .cont10 .formBox .privacy_check {
		display: table;
		margin: 20px auto;
		font-size: 18px;
	}
	.home .cont10 .formBox input[type="submit"] {
		cursor: pointer;
		display: block;
		width: calc(100% - 20px);
		height: 60px;
		margin: 0 auto;
		padding: 0;
		background: #e57602;
		border: none;
		border-radius: 50px;
		color: #fff;
		font-family: inherit;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
	}
	.home .cont10 .formBox .privacyBox {
		margin: 20px auto 0;
		padding: 20px 15px;
		box-sizing: border-box;
		background: #fff;
		border-radius: 10px;
	}
	.home .cont10 .formBox .privacyBox h3 {
		margin-bottom: 5px;
		font-weight: bold;
		font-size: 16px;
	}
	.home .cont10 .formBox .privacyBox p a {
		text-decoration: underline;
	}

/*
thanks------------------------------------------
*/

	.thanks h2{
		margin: 65px auto 50px;
		font-size: 40px;
		text-align: center;
	}
	.thanks .text{
		margin: 0 auto 60px;
		font-size: 18px;
		line-height: 2;
		text-align: center;
	}
	.thanks .btn{
		width: 300px;
border-radius: 50px;
margin: 0 auto 65px;
font-size: 20px;
text-align: center;
	}
	.thanks .btn a{
		display: flex;
justify-content: center;
align-items: center;
background: #e57602;
border-radius: inherit;
height: 60px;
color: #fff;
	}
	/* footer
	------------------------------------------------------------------------*/
	footer {
		position: relative;
		padding: 40px 0 80px;
	}
	footer::before {
		content: "";
		display: block;
		width: calc(100% - 20px);
		height: 100%;
		border-radius: 0 100px 0 0;
		background: url("img/common_bg01.png");
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		pointer-events: none;
	}
	footer .logo {
		display: table;
		margin: 0 auto 30px;
		text-align: center;
	}
	footer .logo img {
		display: block;
		margin: 10px auto 0;
	}
	footer .infoBox {
		margin: 0 auto 40px;
	}
	footer .infoBox .txt {
		margin-bottom: 30px;
		text-align: center;
	}
	footer .infoBox .link li {
		text-align: center;
	}
	footer .infoBox .link li + li {
		margin-top: 15px;
	}
	footer .infoBox .link li a {
		position: relative;
		padding: 0 0 0 15px;
	}
	footer .infoBox .link li a::before {
		position: absolute;
		top: 4px;
		left: 0;
		content: "";
		display: block;
		width: 6px;
		height: 6px;
		border-top: 1px solid #333;
		border-right: 1px solid #333;
		transform: rotate(45deg);
	}
	footer .copy {
		font-size: 12px;
		text-align: center;
	}

	/*	.fixed-cv
	------------------------------------------*/
	.fixed-cv {
		position: fixed;
		z-index: 9000;
		left: 0;
		bottom: -50px;
		width: 100%;
		height: 50px;
		display: flex;
		transition: all .5s;
	}
	.fixed-cv.is-show {
		bottom: 0;
	}
	.fixed-cv li {
		width: 50%;
		font-size: 16px;
		letter-spacing: .1em;
	}
	.fixed-cv li a {
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: inherit;
		width: 100%;
		height: 100%;
		color: #fff;
		font-weight: bold;
	}
	.fixed-cv li:nth-of-type(1) a {
		background: #e57602;
	}
	.fixed-cv li:nth-of-type(2) a {
		background: #2a5865;
	}
}

/*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;
	}
}
