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

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

/*------------------------------------------
common (PC / SP)
------------------------------------------*/
@keyframes home-key-loop01 {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(-100%);
	}
}
@keyframes home-key-loop02 {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-200%);
	}
}

/*===============================================
横幅1701px以上
===============================================*/
@media screen and (min-width: 1701px) {
	footer {
		background-size: 100% 320px !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 20px;
		padding: 0 50px;
		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: 26px 0 0;
		min-height: 100px;
		box-sizing: border-box;
		background: no-repeat center bottom 10px;
		font-weight: bold;
		font-size: 34px;
		text-align: center;
	}

	.common_tit01 span {
		display: block;
		margin-bottom: 5px;
		font-weight: normal;
		font-size: 16px;
	}

	/* header
	------------------------------------------------------------------------*/
	header {
		position: sticky;
		top: 0;
		z-index: 9990;
		display: flex;
		justify-content: space-between;
		align-items: center;
		background: rgba(255, 255, 255, 0.9);
		height: 70px;
		padding: 0 25px 0 15px;
		box-sizing: border-box;
	}
	header h1 {
		width: 123px;
	}
	header h1 a, header h1 img {
		display: block;
	}
	header h1 img {
		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: #feb927;
		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 {
		position: relative;
		overflow: hidden;
		margin-bottom: 130px;
	}
	.home .key-inner {
		position: relative;
		z-index: 2;
		width: 100%;
		min-height: 680px;
		max-width: 1560px;
		margin: 0 auto;
		padding: 80px 10px 20px;
		box-sizing: border-box;
	}
	.home .key .txtBox {
		position: relative;
		z-index: 2;
		max-width: 35%;
		padding: 45px 25px 0 0;
		background: url("img/home_key_ico04.png") no-repeat right 40px top;
	}
	.home .key .tit {
		margin-bottom: 22px;
		color: #777;
		font-size: 20px;
		font-weight: bold;
		text-shadow: 0 0 5px #fff, 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff;
	}
	.home .key .catch {
		margin-bottom: 60px;
	}
	.home .key .list {
		position: relative;
		z-index: 2;
		display: flex;
	}
	.home .key .list li {
		width: 180px;
		height: 180px;
		padding: 25px 0 10px;
		background: #60a8e3;
		box-sizing: border-box;
		color: #fff;
		text-align: center;
		border-radius: 10px;
		font-weight: bold;
	}
	.home .key .list li + li {
		margin-left: 10px;
	}
	.home .key .list li:nth-of-type(2) {
		background: #feb927;
	}
	.home .key .list li:nth-of-type(3) {
		background: #2a9073;
	}
	.home .key .list li:nth-of-type(4) {
		background: #f76450;
	}
	.home .key .list li img {
		display: block;
		margin: 0 auto 5px;
	}
	.home .key .icoBox {
		width: 935px;
		max-width: 70%;
		height: 485px;
		position: absolute;
		top: 23%;
		right: calc(50% - 735px);
	}
	.home .key .icoBox img {
		position: absolute;
	}
	.home .key .icoBox img:nth-of-type(1) {
		width: 34.3%;
		top: 0;
		left: 0;
	}
	.home .key .icoBox img:nth-of-type(2) {
		width: 28.9%;
		bottom: 0;
		left: 31%;
	}
	.home .key .icoBox img:nth-of-type(3) {
		width: 39.6%;
		top: 6%;
		right: 0;
	}
	.home .key .bgBox {
		overflow: hidden;
		width: calc(50% + 225px);
		max-width: 63%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		display: flex;
	}
	.home .key .bgBox .imgs {
		display: flex;
		align-items: flex-start;
		animation-duration: 100s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
	}
	.home .key .bgBox .imgs.is-first {
		animation-name: home-key-loop01;
		animation-delay: -50s;
	}
	.home .key .bgBox .imgs.is-second {
		animation-name: home-key-loop02;
	}
	.home .key .bgBox img {
		display: block;
		border-radius: 10px;
		margin: 0 7px;
		max-width: none;
	}

	/*	.home .cont01
	------------------------------------------*/
	.home .cont01 .inner {
		width: 100%;
		max-width: 1250px;
	}
	.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 {
		position: relative;
		z-index: 2;
		text-align: center;
	}
	.home .cont01 .imgBox {
		margin: -51px auto 0;
	}
	.home .cont01 .imgBox img {
		width: auto;
	}

	/*	.home .cont02
	------------------------------------------*/
	.home .cont02 {
		position: relative;
		z-index: 10;
		min-height: 550px;
		margin: -27px auto 0;
		padding: 55px 0 173px;
		background: url("img/home_cont02_img01.png") no-repeat right calc(50% - 320px) top;
		box-sizing: border-box;
	}
	.home .cont02 h2 {
		display: table;
		margin: 0 auto 43px;
		transform: translateX(-20px);
	}
	.home .cont02 .txtBox {
		margin: 0 auto 0 110px;
	}
	.home .cont02 .txtBox h3 {
		position: relative;
		display: table;
		margin: 0 auto 11px 0;
		padding: 0 17px;
		font-weight: bold;
		font-size: 26px;
	}
	.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 {
		margin: 0 auto 0 20px;
		font-size: 22px;
		line-height: 1.9;
	}

	/*	.home .cont03
	------------------------------------------*/
	.home .cont03 {
		margin: 50px auto 0;
		padding: 117px 0 130px;
		background: linear-gradient(to bottom, #f3f3f3 0, rgba(255, 255, 255, 0) 100%), url("img/common_bg01.png");
	}
	.home .cont03 h2 {
		margin-bottom: 64px;
		background-image: url("img/home_cont03_tit01.png");
	}
	.home .cont03 .list {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		margin: 0 auto 83px;
	}
	.home .cont03 .list li {
		position: relative;
		z-index: 0;
		width: 380px;
		box-sizing: border-box;
	}
	.home .cont03 .list li::before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		border-radius: 10px;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		pointer-events: none;
	}
	.home .cont03 .list li .img {
		display: block;
		max-width: none;
	}
	.home .cont03 .list li .tit {
		position: relative;
		z-index: 2;
		margin-bottom: 17px;
		font-size: 24px;
		font-weight: bold;
		text-align: center;
	}
	.home .cont03 .list li .txt {
		font-weight: bold;
		line-height: 2;
	}
	.home .cont03 .list li:nth-of-type(1) {
		margin: 0 -70px 0 70px;
		padding: 0 70px 65px 48px;
	}
	.home .cont03 .list li:nth-of-type(1)::before {
		background: #feb927;
		transform: rotate(-5deg);
	}
	.home .cont03 .list li:nth-of-type(1) .tit {
		text-align: left;
	}
	.home .cont03 .list li:nth-of-type(1) .img {
		margin: -34px auto 22px -23px;
	}
	.home .cont03 .list li:nth-of-type(2) {
		margin: 15px auto 0;
		padding: 0 35px 30px;
	}
	.home .cont03 .list li:nth-of-type(2)::before {
		background: #fff;
	}
	.home .cont03 .list li:nth-of-type(2) .img {
		margin: -46px auto 0 5px;
	}
	.home .cont03 .list li:nth-of-type(2) .txt {
		width: 85%;
		margin: 0 auto;
	}
	.home .cont03 .list li:nth-of-type(3) {
		margin: 60px 65px 0 -65px;
		padding: 0 55px 45px;
		color: #fff;
	}
	.home .cont03 .list li:nth-of-type(3)::before {
		background: #f76450;
		transform: rotate(5deg);
	}
	.home .cont03 .list li:nth-of-type(3) .img {
		margin: -46px auto -19px 2px;
	}
	.home .cont03 .originBox {
		position: relative;
		z-index: 0;
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
		padding: 0 60px 46px;
		border-bottom: 8px solid #5ea4de;
		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 #5ea4de;
		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::first-letter {
		margin-right: 5px;
		padding: 5px 12px;
		border-radius: 10px;
	}
	.home .cont03 .originBox-list__item:nth-of-type(1) .en::first-letter {
		background: #5ea4de;
	}
	.home .cont03 .originBox-list__item:nth-of-type(2) .en::first-letter {
		background: #f76450;
	}
	.home .cont03 .originBox-list__item:nth-of-type(3) .en::first-letter {
		background: #feb927;
	}
	.home .cont03 .originBox-list__item .txt {
		width: calc(100% - 330px);
		font-weight: bold;
		font-size: 20px;
	}
	.home .cont03 .originBox__txt {
		color: #60a8e3;
		font-weight: bold;
		font-size: 24px;
		text-align: center;
	}

	/*	.home .cont04
	------------------------------------------*/
	.home .cont04 {
		padding: 96px 0 120px;
		background: url("img/home_cont04_bg01.png") no-repeat right calc(50% - 437px) top 90px;
	}
	.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 span {
		position: relative;
		z-index: 0;
		display: inline-block;
		padding: 0 5px;
	}
	.home .cont04 .contentBox h3 span::before {
		content: "";
		display: block;
		width: 100%;
		height: 10px;
		border-radius: 5px;
		position: absolute;
		z-index: -1;
		right: 0;
		bottom: 5px;
	}
	.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: 100%;
		height: 100%;
		border-radius: inherit;
		position: absolute;
		top: 20px;
	}
	.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(223, 238, 249, 0.6);
	}
	.home .cont04 .contentBox:nth-of-type(odd) h3 span::before {
		background: #5ea4de;
	}
	.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: -20px;
		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(255, 241, 212, 0.6);
	}
	.home .cont04 .contentBox:nth-of-type(even) .txtBox .in {
		margin: 0 0 0 auto;
	}
	.home .cont04 .contentBox:nth-of-type(even) h3 span::before {
		background: #feb927;
	}
	.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: -20px;
		background: url("img/home_cont04_bg03.png");
	}
	.home .cont04 .contentBox:last-of-type {
		margin-bottom: 0;
	}
	.home .cont04 .subBox01 {
		position: relative;
		z-index: 10;
		width: 100%;
		max-width: 1080px;
		min-height: 350px;
		margin: -25px auto -10px;
		padding: 70px 0 0 375px;
		box-sizing: border-box;
	}
	.home .cont04 .subBox01__titBox {
		position: relative;
		z-index: 2;
		width: 100%;
		min-height: 90px;
		margin: 0 auto 25px -70px;
		padding: 28px 70px 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__titBox::before, .home .cont04 .subBox01__titBox::after {
		content: "";
		display: block;
		position: absolute;
		box-sizing: border-box;
		pointer-events: none;
	}
	.home .cont04 .subBox01__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__titBox::after {
		width: 5px;
		height: calc(100% - 58px);
		background: #ffa295;
		top: 4px;
		left: 0;
	}
	.home .cont04 .subBox01__titBox__txt {
		color: #f76450;
		font-weight: bold;
		font-size: 24px;
	}
	.home .cont04 .subBox01__name {
		margin-bottom: 10px;
		font-size: 18px;
	}
	.home .cont04 .subBox01__txt {
		font-size: 14px;
		line-height: 1.9;
	}
	.home .cont04 .subBox01__img {
		width: 344px;
		top: 0;
		left: 0;
		position: absolute;
	}
	.home .cont04 .subBox01__img img {
		width: 100%;
	}

	/*	.home .cont05
	------------------------------------------*/
	.home .cont05 {
		overflow: hidden;
		margin-bottom: 95px;
		padding: 85px 0 130px;
		background: linear-gradient(to bottom, #ffc64c 0, rgba(255, 255, 255, 0) 100%), url("img/common_bg02.png");
	}
	.home .cont05 h2 {
		margin-bottom: 35px;
		background-image: url("img/home_cont05_tit01.png");
	}
	.home .cont05 .lead {
		margin-bottom: 55px;
		text-align: center;
	}
	.home .cont05 .contentBox {
		position: relative;
		z-index: 10;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: row-reverse;
		margin: 0 auto 60px;
		padding: 40px 40px 50px;
		border-radius: 10px;
		background: rgba(255, 255, 255, 0.6);
	}
	.home .cont05 .contentBox:last-of-type {
		margin-bottom: 0;
	}
	.home .cont05 .contentBox .txtBox {
		width: calc(50% - 80px);
	}
	.home .cont05 .contentBox .txtBox .name {
		display: table;
		margin: 0 auto 33px 0;
		padding: 6px 42px;
		border-radius: 50px;
		color: #fff;
		font-weight: bold;
		font-size: 32px;
	}
	.home .cont05 .contentBox .txtBox .catch {
		margin-bottom: 12px;
		font-weight: bold;
		font-size: 24px;
	}
	.home .cont05 .contentBox .txtBox .txt {
		margin-bottom: 32px;
		font-weight: bold;
		line-height: 2;
	}
	.home .cont05 .contentBox .txtBox .numerical {
		display: flex;
		margin-bottom: 30px;
	}
	.home .cont05 .contentBox .txtBox .numerical li {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 145px;
		height: 145px;
		margin-right: 20px;
		border: 5px solid;
		box-sizing: border-box;
		background: #fff;
		border-radius: 50%;
		font-weight: bold;
		font-size: 19px;
		text-align: center;
	}
	.home .cont05 .contentBox .txtBox .numerical li span {
		display: contents;
	}
	.home .cont05 .contentBox .txtBox .numerical li.is-red {
		border-color: #f76450;
	}
	.home .cont05 .contentBox .txtBox .numerical li.is-red span {
		color: #f76450;
	}
	.home .cont05 .contentBox .txtBox .numerical li.is-blue {
		border-color: #60a8e3;
	}
	.home .cont05 .contentBox .txtBox .numerical li.is-blue span {
		color: #60a8e3;
	}
	.home .cont05 .contentBox .txtBox .numerical li.is-orange {
		border-color: #feb927;
	}
	.home .cont05 .contentBox .txtBox .numerical li.is-orange span {
		color: #feb927;
	}
	.home .cont05 .contentBox .txtBox .numerical li:nth-of-type(3n) {
		margin-right: 0;
	}
	.home .cont05 .contentBox .txtBox .price {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		margin: 0 0 20px auto;
	}
	.home .cont05 .contentBox .txtBox .price__tit {
		margin-right: 20px;
		padding: 3px 15px;
		background: #fff;
		font-weight: bold;
		font-size: 18px;
	}
	.home .cont05 .contentBox .txtBox .price__num {
		font-weight: bold;
		font-size: 40px;
	}
	.home .cont05 .contentBox .txtBox .price__num span {
		font-size: 24px;
	}
	.home .cont05 .contentBox .txtBox .btn {
		width: 300px;
		margin: 0 0 25px auto;
		border-radius: 50px;
	}
	.home .cont05 .contentBox .txtBox .btn a {
		height: 60px;
		border-radius: inherit;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0 30px 0 70px;
		background: #f76450 url("img/common_ico_cart01.png") no-repeat 65px center;
		color: #fff;
		font-weight: bold;
	}
	.home .cont05 .contentBox .txtBox .note {
		display: table;
		margin: 0 0 0 auto;
		text-indent: -1em;
		padding-left: 1em;
		font-size: 14px;
	}
	.home .cont05 .imgBox {
		width: 51.8%;
	}
	.home .cont05 .imgBox img {
		width: 100%;
	}

	/* regular ver. */
	.home .cont05 .contentBox.is-regular {
		align-items: center;
	}
	.home .cont05 .contentBox.is-regular .txtBox .name {
		background: #555;
	}
	.home .cont05 .contentBox.is-regular .imgBox img {
		border-radius: 10px;
	}
	.home .cont05 .contentBox.is-regular .imgBox .note {
		text-indent: -1em;
		padding-left: 1em;
		margin-top: 10px;
		font-size: 14px;
	}

	/* slider main */
	.home .cont05 .contentBox .imgBox-main .item {
		position: relative;
	}
	.home .cont05 .contentBox .imgBox-main .tit {
		position: absolute;
		min-width: 220px;
		max-width: calc(100% - 20px);
		border-radius: 50px;
		padding: 4px 25px;
		box-sizing: border-box;
		top: 10px;
		left: 10px;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
	}
	.home .cont05 .contentBox .imgBox-main .slick-arrow {
		cursor: pointer;
		position: absolute;
		z-index: 10;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		background: rgba(255, 255, 255, 0.8);
		border: none;
		padding: 0;
		text-indent: -200px;
		overflow: hidden;
		transition: all .5s;
	}
	.home .cont05 .contentBox .imgBox-main .slick-arrow::before {
		content: "";
		display: block;
		width: 16px;
		height: 18px;
		background: #5ea4de;
		clip-path: polygon(0 0, 100% 50%, 0 100%);
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.home .cont05 .contentBox .imgBox-main .slick-arrow:hover {
		background: #fff;
	}
	.home .cont05 .contentBox .imgBox-main .slick-prev {
		left: -25px;
	}
	.home .cont05 .contentBox .imgBox-main .slick-prev::before {
		right: calc(50% - 7px);
		transform: scale(-1, 1);
	}
	.home .cont05 .contentBox .imgBox-main .slick-next {
		right: -25px;
	}
	.home .cont05 .contentBox .imgBox-main .slick-next::before {
		left: calc(50% - 7px);
	}

	/* slider nav */
	.home .cont05 .contentBox .imgBox-nav {
		margin: 25px auto 0;
	}
	.home .cont05 .contentBox .imgBox-nav .slick-track {
		transform: unset !important;
		display: flex;
		flex-wrap: wrap;
		min-width: 100%;
	}
	.home .cont05 .contentBox .imgBox-nav .slick-slide {
		cursor: pointer;
		width: calc((100% - 60px) / 4) !important;
		margin-right: 20px;
	}
	.home .cont05 .contentBox .imgBox-nav .slick-slide img {
		opacity: .7;
		transition: all .5s;
	}
	.home .cont05 .contentBox .imgBox-nav .slick-slide.slick-current img {
		opacity: 1;
	}
	.home .cont05 .contentBox .imgBox-nav .slick-slide:nth-of-type(4n) {
		margin-right: 0;
	}
	.home .cont05 .contentBox .imgBox-nav .slick-slide:nth-of-type(n + 5) {
		margin-top: 15px;
	}
	.home .cont05 .contentBox .imgBox-nav .item {
		font-weight: bold;
		font-size: 14px;
		text-align: center;
	}
	.home .cont05 .contentBox .imgBox-nav .item img {
		margin-bottom: 10px;
	}

	/* color variations */
	.home .cont05 .contentBox.is-blue .imgBox-main .slick-arrow::before {
		background: #5ea4de;
	}
	.home .cont05 .contentBox.is-blue .imgBox-main .tit, .home .cont05 .contentBox.is-blue .name {
		background: #60a8e3;
	}
	.home .cont05 .contentBox.is-blue .catch {
		color: #006bd9;
	}
	.home .cont05 .contentBox.is-orange .imgBox-main .slick-arrow::before {
		background: #feb927;
	}
	.home .cont05 .contentBox.is-orange .imgBox-main .tit, .home .cont05 .contentBox.is-orange .name {
		background: #feb927;
	}
	.home .cont05 .contentBox.is-orange .catch {
		color: #ea9f00;
	}
	.home .cont05 .contentBox.is-green .imgBox-main .slick-arrow::before {
		background: #2a9073;
	}
	.home .cont05 .contentBox.is-green .imgBox-main .tit, .home .cont05 .contentBox.is-green .name {
		background: #2a9073;
	}
	.home .cont05 .contentBox.is-green .catch {
		color: #2a9073;
	}
	.home .cont05 .contentBox.is-pink .imgBox-main .slick-arrow::before {
		background: #ffa295;
	}
	.home .cont05 .contentBox.is-pink .imgBox-main .tit, .home .cont05 .contentBox.is-pink .name {
		background: #ffa295;
	}
	.home .cont05 .contentBox.is-pink .catch {
		color: #f76450;
	}

	/* notice */
	.home .cont05 .notice {
		position: relative;
		z-index: 0;
		width: 100%;
		max-width: 1000px;
		margin: 90px auto 0;
		padding: 0 120px 55px;
		border-bottom: 8px solid #2a9073;
		border-top: none;
		border-radius: 30px;
		box-sizing: border-box;
	}
	.home .cont05 .notice::before, .home .cont05 .notice::after {
		content: "";
		display: block;
		width: calc(50% - 155px);
		height: calc(100% - 8px);
		border: 8px solid #2a9073;
		position: absolute;
		top: 0;
		z-index: -1;
		pointer-events: none;
	}
	.home .cont05 .notice::before {
		border-radius: 30px 0 0 30px;
		border-right: none;
		left: 0;
	}
	.home .cont05 .notice::after {
		border-radius: 0 30px 30px 0;
		border-left: none;
		right: 0;
	}
	.home .cont05 .notice__tit {
		display: table;
		margin: 0 auto 35px;
		transform: translateY(-15px);
	}
	.home .cont05 .notice-list {
		position: relative;
	}
	.home .cont05 .notice-list::before, .home .cont05 .notice-list::after {
		content: "";
		display: block;
		background: no-repeat center/contain;
		pointer-events: none;
		position: absolute;
	}
	.home .cont05 .notice-list::before {
		background-image: url("img/home_cont05_bg01.png");
		width: 264px;
		height: 372px;
		left: -290px;
		bottom: -140px;
	}
	.home .cont05 .notice-list::after {
		background-image: url("img/home_cont05_bg02.png");
		width: 317px;
		height: 222px;
		right: -260px;
		bottom: -110px;
	}
	.home .cont05 .notice-list li {
		position: relative;
		z-index: 2;
		margin-bottom: 12px;
		padding: 0 0 0 10px;
		font-weight: bold;
	}
	.home .cont05 .notice-list li:last-of-type {
		margin-bottom: 0;
	}
	.home .cont05 .notice-list li::before {
		content: "";
		display: block;
		width: 4px;
		height: 4px;
		background: #333;
		border-radius: 50%;
		position: absolute;
		top: 10px;
		left: 0;
	}

	/*	.home .cont06
	------------------------------------------*/
	.home .cont06 {
		padding: 105px 0 147px;
		background: url("img/home_cont06_bg01.png") no-repeat right calc(50% - 600px) top 50px, url("img/home_cont06_bg02.png") no-repeat left calc(50% - 625px) bottom 190px;
	}
	.home .cont06 h2 {
		margin-bottom: 80px;
		background-image: url("img/home_cont06_tit01.png");
	}
	.home .cont06 .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 .cont06 .contentBox .tit {
		margin: 0 20px 15px 0;
		font-weight: bold;
		font-size: 20px;
	}
	.home .cont06 .contentBox .name {
		margin-bottom: 15px;
	}
	.home .cont06 .contentBox .txt {
		width: 100%;
		margin: 0 0 auto;
	}

	/* 縦ライン */
	.home .cont06 .contentBox::before, .home .cont06 .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 .cont06 .contentBox::before {
		right: -6px;
		border-left: none;
		border-radius: 0 30px 30px 0;
	}
	.home .cont06 .contentBox::after {
		left: -6px;
		border-right: none;
		border-radius: 30px 0 0 30px;
	}

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

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

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

	/* color variations */
	.home .cont06 .contentBox:nth-of-type(1) {
		border-color: #60a8e3;
		background-image: url("img/common_line02_width.png");
	}
	.home .cont06 .contentBox:nth-of-type(1) .arrow {
		background-image: url("img/common_line02_arrow.png");
	}
	.home .cont06 .contentBox:nth-of-type(1) .arrow::before {
		background-image: url("img/common_line02_arrow_bg.png");
	}
	.home .cont06 .contentBox:nth-of-type(1) .arrow::after {
		background-image: url("img/common_line02_width.png");
	}
	.home .cont06 .contentBox:nth-of-type(1) .shadow {
		background: #dfeef9;
	}
	.home .cont06 .contentBox:nth-of-type(2) {
		border-color: #feb927;
		background-image: url("img/common_line03_width.png");
	}
	.home .cont06 .contentBox:nth-of-type(2) .arrow {
		background-image: url("img/common_line03_arrow.png");
	}
	.home .cont06 .contentBox:nth-of-type(2) .arrow::before {
		background-image: url("img/common_line03_arrow_bg.png");
	}
	.home .cont06 .contentBox:nth-of-type(2) .arrow::after {
		background-image: url("img/common_line03_width.png");
	}
	.home .cont06 .contentBox:nth-of-type(2) .shadow {
		background: #fff1d4;
	}
	.home .cont06 .contentBox:nth-of-type(3) {
		border-color: #2a9073;
		background-image: url("img/common_line04_width.png");
	}
	.home .cont06 .contentBox:nth-of-type(3) .arrow {
		background-image: url("img/common_line04_arrow.png");
	}
	.home .cont06 .contentBox:nth-of-type(3) .arrow::before {
		background-image: url("img/common_line04_arrow_bg.png");
	}
	.home .cont06 .contentBox:nth-of-type(3) .arrow::after {
		background-image: url("img/common_line04_width.png");
	}
	.home .cont06 .contentBox:nth-of-type(3) .shadow {
		background: #d4e9e3;
	}
	.home .cont06 .contentBox:nth-of-type(4) {
		border-color: #f76450;
		background-image: url("img/common_line05_width.png");
	}
	.home .cont06 .contentBox:nth-of-type(4) .arrow {
		background-image: url("img/common_line05_arrow.png");
	}
	.home .cont06 .contentBox:nth-of-type(4) .arrow::before {
		background-image: url("img/common_line05_arrow_bg.png");
	}
	.home .cont06 .contentBox:nth-of-type(4) .arrow::after {
		background-image: url("img/common_line05_width.png");
	}
	.home .cont06 .contentBox:nth-of-type(4) .shadow {
		background: #fde0dc;
	}

	/*	.home .cont07
	------------------------------------------*/
	.home .cont07 {
		padding: 50px 0 93px;
		background: #f3f3f3;
	}
	.home .cont07 .inner {
		padding-top: 30px;
		background: url("img/home_cont07_bg01.png") no-repeat left calc(50% - 240px) top, url("img/home_cont07_bg02.png") no-repeat right calc(50% - 310px) top 20px;
	}
	.home .cont07 h2 {
		margin-bottom: 55px;
		background-image: url("img/home_cont07_tit01.png");
	}
	.home .cont07 .faqBox {
		padding: 12px 60px;
		margin-bottom: 10px;
		background: #fff;
		border-radius: 10px;
	}
	.home .cont07 .faqBox:last-of-type {
		margin-bottom: 0;
	}
	.home .cont07 .faqBox__tit, .home .cont07 .faqBox-content {
		position: relative;
	}
	.home .cont07 .faqBox__tit::before, .home .cont07 .faqBox-content::before {
		position: absolute;
		left: 0;
		font-weight: bold;
		font-size: 26px;
	}
	.home .cont07 .faqBox__tit {
		cursor: pointer;
		padding: 15px 50px 15px 45px;
		font-weight: bold;
		font-size: 18px;
	}
	.home .cont07 .faqBox__tit::before {
		content: "Q.";
		color: #feb927;
		top: 7px;
	}
	.home .cont07 .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 .cont07 .faqBox__tit.is-open::after {
		transform: scale(1, -1);
	}
	.home .cont07 .faqBox-content {
		display: none;
		padding: 12px 0 12px 45px;
		font-size: 18px;
		font-weight: bold;
	}
	.home .cont07 .faqBox-content::before {
		content: "A.";
		color: #999;
		top: 5px;
	}

	/*	.home .cont08
	------------------------------------------*/
	.home .cont08 {
		padding: 80px 0 95px;
	}
	.home .cont08 h2 {
		margin-bottom: 80px;
		background-image: url("img/home_cont08_tit01.png");
	}
	.home .cont08 .list {
		position: relative;
		display: flex;
		justify-content: space-between;
	}
	.home .cont08 .list::before {
		content: "";
		display: block;
		width: 100%;
		height: 10px;
		background: #5ea5df;
		position: absolute;
		bottom: 50px;
		left: 0;
		z-index: -1;
	}
	.home .cont08 .list li {
		position: relative;
		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 .cont08 .list li::before {
		content: "";
		display: block;
		background: no-repeat center/contain;
		position: absolute;
		top: -32px;
		left: 13px;
		width: 60px;
		height: 60px;
	}
	.home .cont08 .list li:nth-of-type(1)::before {
		background-image: url("img/home_cont08_num01.png");
	}
	.home .cont08 .list li:nth-of-type(2)::before {
		background-image: url("img/home_cont08_num02.png");
	}
	.home .cont08 .list li:nth-of-type(3)::before {
		background-image: url("img/home_cont08_num03.png");
	}
	.home .cont08 .list li:nth-of-type(4)::before {
		background-image: url("img/home_cont08_num04.png");
	}
	.home .cont08 .list li:nth-of-type(5)::before {
		background-image: url("img/home_cont08_num05.png");
	}
	.home .cont08 .list li .img {
		display: block;
		margin: 0 auto 25px;
	}
	.home .cont08 .list li .tit {
		margin-bottom: 15px;
		color: #5ea5df;
		font-weight: bold;
		font-size: 20px;
		text-align: center;
	}
	.home .cont08 .list li .txt {
		font-weight: bold;
		font-size: 14px;
	}

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

	/* footer
	------------------------------------------------------------------------*/
	footer {
		display: flex;
		justify-content: center;
		align-items: flex-end;
		padding: 0 0 55px;
		min-height: 420px;
		box-sizing: border-box;
		background: url("img/footer_bg01_pc.png") no-repeat left calc(50% - 130px) bottom;
	}
	footer .inner {
		display: flex;
		align-items: flex-end;
	}
	footer .logo {
		margin: 0 40px 10px 0;
		color: #fff;
		font-weight: bold;
		text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	}
	footer .logo img {
		display: block;
	}
	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 95px 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: #f76450;
		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(247, 100, 80, 0.85);
	}
	.fixed-cv li:nth-of-type(1) a:hover {
		background: #f76450;
	}
	.fixed-cv li:nth-of-type(2) a {
		background: rgba(255, 199, 79, 0.85);
	}
	.fixed-cv li:nth-of-type(2) a:hover {
		background: #ffc74f;
	}
}

/*===============================================
横幅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_tit01
	------------------------------------------*/
	.common_tit01 {
		min-height: 70px;
		box-sizing: border-box;
		background: no-repeat center bottom 8px/auto 60px;
		text-align: center;
		font-weight: bold;
		font-size: 30px;
	}

	.common_tit01 span {
		display: block;
		margin-bottom: 30px;
		font-weight: normal;
		font-size: 14px;
	}

	/* header
	------------------------------------------------------------------------*/
	header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 40px;
		padding: 0 90px 0 10px;
		box-sizing: border-box;
	}
	header h1 {
		width: 85px;
	}
	header h1 a, header h1 img {
		display: block;
	}
	header h1 img {
		width: 100%;
	}

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

	#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: #feb927;
		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 {
		position: relative;
		overflow: hidden;
		margin-bottom: 50px;
	}
	.home .key-inner {
		position: relative;
		z-index: 2;
		padding: 10px 8px 0;
		box-sizing: border-box;
	}
	.home .key .txtBox {
		position: relative;
		z-index: 2;
		display: table;
		margin-bottom: 95px;
		padding: 22px 20px 0;
		background: url("img/home_key_ico04.png") no-repeat right 55px top/165px;
	}
	.home .key .tit {
		margin-bottom: 15px;
		color: #777;
		font-size: 16px;
		font-weight: bold;
		text-shadow: 0 0 5px #fff, 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff;
	}
	.home .key .catch {
		width: 90%;
		margin-bottom: 60px;
	}
	.home .key .list {
		position: relative;
		z-index: 2;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.home .key .list li {
		width: 140px;
		height: 140px;
		margin: 5px;
		padding: 15px 0 10px;
		background: #60a8e3;
		box-sizing: border-box;
		color: #fff;
		text-align: center;
		border-radius: 10px;
		font-weight: bold;
		font-size: 12px;
	}
	.home .key .list li:nth-of-type(2) {
		background: #feb927;
	}
	.home .key .list li:nth-of-type(3) {
		background: #2a9073;
	}
	.home .key .list li:nth-of-type(4) {
		background: #f76450;
	}
	.home .key .list li img {
		display: block;
		width: auto;
		height: 65px;
		margin: 0 auto 5px;
	}
	.home .key .icoBox {
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		margin: 0 auto -50px;
	}
	.home .key .icoBox img:nth-of-type(1) {
		width: 32%;
		margin-top: 30px;
	}
	.home .key .icoBox img:nth-of-type(3) {
		width: 39%;
	}
	.home .key .bgBox {
		overflow: hidden;
		position: absolute;
		left: 0;
		bottom: 16%;
		display: flex;
	}
	.home .key .bgBox .imgs {
		display: flex;
		align-items: flex-start;
		animation-duration: 100s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
	}
	.home .key .bgBox .imgs.is-first {
		animation-name: home-key-loop01;
		animation-delay: -50s;
	}
	.home .key .bgBox .imgs.is-second {
		animation-name: home-key-loop02;
	}
	.home .key .bgBox img {
		display: block;
		border-radius: 10px;
		margin: 0 4px;
		width: 190px;
		max-width: none;
	}

	/*	.home .cont01
	------------------------------------------*/
	.home .cont01 .inner {
		padding: 0;
	}
	.home .cont01 .catch {
		position: relative;
		z-index: 2;
		display: table;
		margin: 0 auto 20px;
		padding: 0 40px;
		font-weight: bold;
		font-size: 16px;
		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 {
		position: relative;
		z-index: 2;
		text-align: center;
		width: 90%;
		margin: 0 auto 30px;
	}

	/*	.home .cont02
	------------------------------------------*/
	.home .cont02 {
		margin-bottom: 50px;
		padding: 30px 0 260px;
		background: url("img/home_cont02_img01.png") no-repeat 45px bottom/70%;
	}
	.home .cont02 h2 {
		margin-bottom: 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: linear-gradient(to bottom, #f3f3f3 0, rgba(255, 255, 255, 0) 100%), url("img/common_bg01.png");
	}
	.home .cont03 h2 {
		margin-bottom: 50px;
		background-image: url("img/home_cont03_tit01.png");
	}
	.home .cont03 .list {
		width: calc(100% - 80px);
		margin: 0 auto 80px;
	}
	.home .cont03 .list li {
		position: relative;
		z-index: 0;
		margin-bottom: 70px;
		padding: 0 20px 25px;
		border-radius: 10px;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
		box-sizing: border-box;
	}
	.home .cont03 .list li .img {
		display: block;
		width: 80%;
		margin: 0 auto -15px;
		transform: translateY(-30px);
	}
	.home .cont03 .list li .tit {
		margin-bottom: 15px;
		font-size: 22px;
		font-weight: bold;
		text-align: center;
	}
	.home .cont03 .list li .txt {
		font-weight: bold;
	}
	.home .cont03 .list li:nth-of-type(1) {
		background: #feb927;
	}
	.home .cont03 .list li:nth-of-type(2) {
		background: #fff;
	}
	.home .cont03 .list li:nth-of-type(3) {
		color: #fff;
		background: #f76450;
	}
	.home .cont03 .list li:last-of-type {
		margin-bottom: 0;
	}
	.home .cont03 .originBox {
		position: relative;
		z-index: 0;
		padding: 0 20px 20px;
		border-bottom: 4px solid #5ea4de;
		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 #5ea4de;
		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 40px;
	}
	.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);
		flex-shrink: 0;
	}
	.home .cont03 .originBox-list__item .en::first-letter {
		margin-right: 5px;
		padding: 5px 9px;
		border-radius: 10px;
	}
	.home .cont03 .originBox-list__item:nth-of-type(1) .en::first-letter {
		background: #5ea4de;
	}
	.home .cont03 .originBox-list__item:nth-of-type(2) .en::first-letter {
		background: #f76450;
	}
	.home .cont03 .originBox-list__item:nth-of-type(3) .en::first-letter {
		background: #feb927;
	}
	.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: #60a8e3;
		font-weight: bold;
		font-size: 22px;
		text-align: center;
	}

	/*	.home .cont04
	------------------------------------------*/
	.home .cont04 {
		padding: 60px 10px 50px;
		background: url("img/home_cont04_bg01.png") no-repeat center top 155px/150px;
	}
	.home .cont04 h2 {
		margin-bottom: 120px;
		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: 10px;
		font-weight: bold;
		font-size: 18px;
		line-height: 1.7;
	}
	.home .cont04 .contentBox h3 span {
		position: relative;
		z-index: 0;
		display: inline-block;
		padding: 0 5px;
	}
	.home .cont04 .contentBox h3 span::before {
		content: "";
		display: block;
		width: 100%;
		height: 5px;
		border-radius: 5px;
		position: absolute;
		z-index: -1;
		right: 0;
		bottom: 5px;
	}
	.home .cont04 .contentBox .img {
		border-radius: 15px;
		overflow: hidden;
	}
	.home .cont04 .contentBox:nth-of-type(odd) {
		background: #dfeef9;
	}
	.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 span::before {
		background: #5ea4de;
	}
	.home .cont04 .contentBox:nth-of-type(even) {
		margin-right: 0;
		margin-left: auto;
		background: #fff1d4;
	}
	.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 span::before {
		background: #feb927;
	}
	.home .cont04 .contentBox:last-of-type {
		margin-bottom: 0;
	}
	.home .cont04 .subBox01 {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		margin: 30px auto 0;
	}
	.home .cont04 .subBox01__titBox {
		order: 2;
		width: calc(100% - 145px);
		min-height: 70px;
		margin: 0 -10px 15px 0;
		padding: 15px;
		position: relative;
		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__titBox::before, .home .cont04 .subBox01__titBox::after {
		content: "";
		display: block;
		position: absolute;
		box-sizing: border-box;
		pointer-events: none;
	}
	.home .cont04 .subBox01__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__titBox::after {
		width: 4px;
		height: calc(100% - 60px);
		background: #ffa295;
		top: 3px;
		left: 0;
	}
	.home .cont04 .subBox01__titBox__txt {
		color: #f76450;
		font-weight: bold;
		font-size: 16px;
	}
	.home .cont04 .subBox01__name {
		order: 3;
		width: 100%;
		margin-bottom: 10px;
		font-size: 16px;
	}
	.home .cont04 .subBox01__txt {
		order: 4;
		width: 100%;
	}
	.home .cont04 .subBox01__img {
		order: 1;
		width: 150px;
		margin: 0 auto 15px -8px;
	}

	/*	.home .cont05
	------------------------------------------*/
	.home .cont05 {
		overflow: hidden;
		margin-bottom: 50px;
		padding: 60px 0 50px;
		background: linear-gradient(to bottom, #ffc64c 0, rgba(255, 255, 255, 0) 100%), url("img/common_bg02.png");
	}
	.home .cont05 h2 {
		margin-bottom: 30px;
		background-image: url("img/home_cont05_tit01.png");
	}
	.home .cont05 .lead {
		margin-bottom: 20px;
		text-align: center;
	}
	.home .cont05 .contentBox {
		margin: 0 auto 50px;
		padding: 20px 15px;
		border-radius: 10px;
		background: rgba(255, 255, 255, 0.6);
	}
	.home .cont05 .contentBox:last-of-type {
		margin-bottom: 0;
	}
	.home .cont05 .contentBox .txtBox {
		margin: 0 auto 30px;
	}
	.home .cont05 .contentBox .txtBox .name {
		display: table;
		margin: 0 auto 15px 0;
		padding: 6px 30px;
		border-radius: 50px;
		color: #fff;
		font-weight: bold;
		font-size: 22px;
	}
	.home .cont05 .contentBox .txtBox .catch {
		margin-bottom: 10px;
		font-weight: bold;
		font-size: 20px;
	}
	.home .cont05 .contentBox .txtBox .txt {
		margin-bottom: 25px;
		font-weight: bold;
		line-height: 2;
	}
	.home .cont05 .contentBox .txtBox .numerical {
		display: flex;
		justify-content: center;
		margin-bottom: 20px;
	}
	.home .cont05 .contentBox .txtBox .numerical li {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 115px;
		height: 115px;
		margin: 0 4px;
		border: 3px solid;
		box-sizing: border-box;
		background: #fff;
		border-radius: 50%;
		font-weight: bold;
		font-size: 16px;
		text-align: center;
	}
	.home .cont05 .contentBox .txtBox .numerical li span {
		display: contents;
	}
	.home .cont05 .contentBox .txtBox .numerical li.is-red {
		border-color: #f76450;
	}
	.home .cont05 .contentBox .txtBox .numerical li.is-red span {
		color: #f76450;
	}
	.home .cont05 .contentBox .txtBox .numerical li.is-blue {
		border-color: #60a8e3;
	}
	.home .cont05 .contentBox .txtBox .numerical li.is-blue span {
		color: #60a8e3;
	}
	.home .cont05 .contentBox .txtBox .numerical li.is-orange {
		border-color: #feb927;
	}
	.home .cont05 .contentBox .txtBox .numerical li.is-orange span {
		color: #feb927;
	}
	.home .cont05 .contentBox .txtBox .numerical li:nth-of-type(1) {
		margin-left: 0;
	}
	.home .cont05 .contentBox .txtBox .numerical li:last-of-type {
		margin-right: 0;
	}
	.home .cont05 .contentBox .txtBox .price {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto 20px;
	}
	.home .cont05 .contentBox .txtBox .price__tit {
		margin-right: 15px;
		padding: 3px 10px;
		background: #fff;
		font-weight: bold;
		font-size: 16px;
	}
	.home .cont05 .contentBox .txtBox .price__num {
		font-weight: bold;
		font-size: 40px;
	}
	.home .cont05 .contentBox .txtBox .price__num span {
		font-size: 20px;
	}
	.home .cont05 .contentBox .txtBox .btn {
		width: 300px;
		margin: 0 auto 25px;
		border-radius: 50px;
		font-size: 16px;
	}
	.home .cont05 .contentBox .txtBox .btn a {
		height: 60px;
		border-radius: inherit;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0 30px 0 70px;
		background: #f76450 url("img/common_ico_cart01.png") no-repeat 65px center;
		color: #fff;
		font-weight: bold;
	}
	.home .cont05 .contentBox .txtBox .note {
		text-indent: -1em;
		padding-left: 1em;
		font-size: 12px;
	}

	/* regular ver. */
	.home .cont05 .contentBox.is-regular .txtBox .name {
		background: #555;
	}
	.home .cont05 .contentBox.is-regular .txtBox .txt {
		margin-bottom: 15px;
	}
	.home .cont05 .contentBox.is-regular .imgBox img {
		border-radius: 10px;
	}
	.home .cont05 .contentBox.is-regular .imgBox .note {
		text-indent: -1em;
		padding-left: 1em;
		margin-top: 10px;
		font-size: 12px;
	}

	/* slider main */
	.home .cont05 .contentBox .imgBox-main .item {
		position: relative;
	}
	.home .cont05 .contentBox .imgBox-main .tit {
		position: absolute;
		min-width: 170px;
		max-width: calc(100% - 20px);
		border-radius: 25px;
		padding: 4px 25px;
		box-sizing: border-box;
		top: 10px;
		left: 10px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
	}
	.home .cont05 .contentBox .imgBox-main .slick-arrow {
		cursor: pointer;
		position: absolute;
		z-index: 10;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background: #fff;
		border: none;
		padding: 0;
		text-indent: -200px;
		overflow: hidden;
		transition: all .5s;
	}
	.home .cont05 .contentBox .imgBox-main .slick-arrow::before {
		content: "";
		display: block;
		width: 12px;
		height: 14px;
		background: #5ea4de;
		clip-path: polygon(0 0, 100% 50%, 0 100%);
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.home .cont05 .contentBox .imgBox-main .slick-prev {
		left: -18px;
	}
	.home .cont05 .contentBox .imgBox-main .slick-prev::before {
		right: calc(50% - 4px);
		transform: scale(-1, 1);
	}
	.home .cont05 .contentBox .imgBox-main .slick-next {
		right: -18px;
	}
	.home .cont05 .contentBox .imgBox-main .slick-next::before {
		left: calc(50% - 4px);
	}

	/* slider nav */
	.home .cont05 .contentBox .imgBox-nav {
		margin: 10px auto 0;
	}
	.home .cont05 .contentBox .imgBox-nav .slick-track {
		transform: unset !important;
		display: flex;
		flex-wrap: wrap;
		min-width: 100%;
	}
	.home .cont05 .contentBox .imgBox-nav .slick-slide {
		cursor: pointer;
		width: calc((100% - 30px) / 4) !important;
		margin-right: 9px;
	}
	.home .cont05 .contentBox .imgBox-nav .slick-slide img {
		opacity: .7;
		transition: all .5s;
	}
	.home .cont05 .contentBox .imgBox-nav .slick-slide.slick-current img {
		opacity: 1;
	}
	.home .cont05 .contentBox .imgBox-nav .slick-slide:nth-of-type(4n) {
		margin-right: 0;
	}
	.home .cont05 .contentBox .imgBox-nav .slick-slide:nth-of-type(n + 5) {
		margin-top: 10px;
	}
	.home .cont05 .contentBox .imgBox-nav .item {
		font-weight: bold;
		font-size: 12px;
		text-align: center;
	}
	.home .cont05 .contentBox .imgBox-nav .item img {
		margin-bottom: 7px;
	}

	/* color variations */
	.home .cont05 .contentBox.is-blue .imgBox-main .slick-arrow::before {
		background: #5ea4de;
	}
	.home .cont05 .contentBox.is-blue .imgBox-main .tit, .home .cont05 .contentBox.is-blue .name {
		background: #60a8e3;
	}
	.home .cont05 .contentBox.is-blue .catch {
		color: #006bd9;
	}
	.home .cont05 .contentBox.is-orange .imgBox-main .slick-arrow::before {
		background: #feb927;
	}
	.home .cont05 .contentBox.is-orange .imgBox-main .tit, .home .cont05 .contentBox.is-orange .name {
		background: #feb927;
	}
	.home .cont05 .contentBox.is-orange .catch {
		color: #ea9f00;
	}
	.home .cont05 .contentBox.is-green .imgBox-main .slick-arrow::before {
		background: #2a9073;
	}
	.home .cont05 .contentBox.is-green .imgBox-main .tit, .home .cont05 .contentBox.is-green .name {
		background: #2a9073;
	}
	.home .cont05 .contentBox.is-green .catch {
		color: #2a9073;
	}
	.home .cont05 .contentBox.is-pink .imgBox-main .slick-arrow::before {
		background: #ffa295;
	}
	.home .cont05 .contentBox.is-pink .imgBox-main .tit, .home .cont05 .contentBox.is-pink .name {
		background: #ffa295;
	}
	.home .cont05 .contentBox.is-pink .catch {
		color: #f76450;
	}

	/* notice */
	.home .cont05 .notice {
		position: relative;
		z-index: 0;
		margin: 50px auto 0;
		padding: 0 20px 20px;
		border-bottom: 4px solid #2a9073;
		border-top: none;
		border-radius: 15px;
		box-sizing: border-box;
	}
	.home .cont05 .notice::before, .home .cont05 .notice::after {
		content: "";
		display: block;
		width: 20%;
		height: calc(100% - 4px);
		border: 4px solid #2a9073;
		position: absolute;
		top: 0;
		z-index: -1;
		pointer-events: none;
	}
	.home .cont05 .notice::before {
		border-radius: 15px 0 0 15px;
		border-right: none;
		left: 0;
	}
	.home .cont05 .notice::after {
		border-radius: 0 15px 15px 0;
		border-left: none;
		right: 0;
	}
	.home .cont05 .notice__tit {
		display: table;
		width: 45%;
		margin: 0 auto 10px;
		transform: translateY(-11px);
		text-align: center;
	}
	.home .cont05 .notice-list li {
		position: relative;
		margin-bottom: 12px;
		padding: 0 0 0 10px;
		font-weight: bold;
	}
	.home .cont05 .notice-list li:last-of-type {
		margin-bottom: 0;
	}
	.home .cont05 .notice-list li::before {
		content: "";
		display: block;
		width: 4px;
		height: 4px;
		background: #333;
		border-radius: 50%;
		position: absolute;
		top: 9px;
		left: 0;
	}

	/*	.home .cont06
	------------------------------------------*/
	.home .cont06 {
		margin: 20px auto 0;
		padding: 70px 0 50px;
		background: url("img/home_cont06_bg01.png") no-repeat right -15px top 15px/120px, url("img/home_cont06_bg02.png") no-repeat left -15px top 130px/120px;
	}
	.home .cont06 h2 {
		margin-bottom: 50px;
		background-image: url("img/home_cont06_tit01.png");
	}
	.home .cont06 .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 .cont06 .contentBox .tit {
		margin-bottom: 10px;
		font-weight: bold;
		font-size: 20px;
	}
	.home .cont06 .contentBox .name {
		margin-bottom: 10px;
		font-size: 16px;
	}

	/* 縦ライン */
	.home .cont06 .contentBox::before, .home .cont06 .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 .cont06 .contentBox::before {
		right: -4px;
		border-left: none;
		border-radius: 0 15px 15px 0;
	}
	.home .cont06 .contentBox::after {
		left: -4px;
		border-right: none;
		border-radius: 15px 0 0 15px;
	}

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

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

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

	/* color variations */
	.home .cont06 .contentBox:nth-of-type(1) {
		border-color: #60a8e3;
		background-image: url("img/common_line02_width.png");
	}
	.home .cont06 .contentBox:nth-of-type(1) .arrow {
		background-image: url("img/common_line02_arrow.png");
	}
	.home .cont06 .contentBox:nth-of-type(1) .arrow::before {
		background-image: url("img/common_line02_arrow_bg.png");
	}
	.home .cont06 .contentBox:nth-of-type(1) .arrow::after {
		background-image: url("img/common_line02_width.png");
	}
	.home .cont06 .contentBox:nth-of-type(1) .shadow {
		background: #dfeef9;
	}
	.home .cont06 .contentBox:nth-of-type(2) {
		border-color: #feb927;
		background-image: url("img/common_line03_width.png");
	}
	.home .cont06 .contentBox:nth-of-type(2) .arrow {
		background-image: url("img/common_line03_arrow.png");
	}
	.home .cont06 .contentBox:nth-of-type(2) .arrow::before {
		background-image: url("img/common_line03_arrow_bg.png");
	}
	.home .cont06 .contentBox:nth-of-type(2) .arrow::after {
		background-image: url("img/common_line03_width.png");
	}
	.home .cont06 .contentBox:nth-of-type(2) .shadow {
		background: #fff1d4;
	}
	.home .cont06 .contentBox:nth-of-type(3) {
		border-color: #2a9073;
		background-image: url("img/common_line04_width.png");
	}
	.home .cont06 .contentBox:nth-of-type(3) .arrow {
		background-image: url("img/common_line04_arrow.png");
	}
	.home .cont06 .contentBox:nth-of-type(3) .arrow::before {
		background-image: url("img/common_line04_arrow_bg.png");
	}
	.home .cont06 .contentBox:nth-of-type(3) .arrow::after {
		background-image: url("img/common_line04_width.png");
	}
	.home .cont06 .contentBox:nth-of-type(3) .shadow {
		background: #d4e9e3;
	}
	.home .cont06 .contentBox:nth-of-type(4) {
		border-color: #f76450;
		background-image: url("img/common_line05_width.png");
	}
	.home .cont06 .contentBox:nth-of-type(4) .arrow {
		background-image: url("img/common_line05_arrow.png");
	}
	.home .cont06 .contentBox:nth-of-type(4) .arrow::before {
		background-image: url("img/common_line05_arrow_bg.png");
	}
	.home .cont06 .contentBox:nth-of-type(4) .arrow::after {
		background-image: url("img/common_line05_width.png");
	}
	.home .cont06 .contentBox:nth-of-type(4) .shadow {
		background: #fde0dc;
	}

	/*	.home .cont07
	------------------------------------------*/
	.home .cont07 {
		padding: 60px 0 50px;
		background: #f3f3f3;
	}
	.home .cont07 .inner {
		background: url("img/home_cont07_bg01.png") no-repeat left 5px top 38px/90px, url("img/home_cont07_bg02.png") no-repeat right 5px top 45px/105px;
	}
	.home .cont07 h2 {
		margin-bottom: 30px;
		background-image: url("img/home_cont07_tit01.png");
	}
	.home .cont07 .faqBox {
		padding: 5px 15px;
		margin-bottom: 10px;
		background: #fff;
		border-radius: 10px;
	}
	.home .cont07 .faqBox:last-of-type {
		margin-bottom: 0;
	}
	.home .cont07 .faqBox__tit, .home .cont07 .faqBox-content {
		position: relative;
	}
	.home .cont07 .faqBox__tit::before, .home .cont07 .faqBox-content::before {
		position: absolute;
		left: 0;
		font-weight: bold;
		font-size: 20px;
	}
	.home .cont07 .faqBox__tit {
		cursor: pointer;
		padding: 12px 25px 12px 30px;
		font-weight: bold;
		font-size: 16px;
	}
	.home .cont07 .faqBox__tit::before {
		content: "Q.";
		color: #feb927;
		top: 8px;
	}
	.home .cont07 .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 .cont07 .faqBox__tit.is-open::after {
		transform: scale(1, -1);
	}
	.home .cont07 .faqBox-content {
		display: none;
		padding: 5px 0 5px 30px;
		font-weight: bold;
	}
	.home .cont07 .faqBox-content::before {
		content: "A.";
		color: #999;
		top: 0px;
	}

	/*	.home .cont08
	------------------------------------------*/
	.home .cont08 {
		margin-bottom: 30px;
		padding: 60px 0 50px;
	}
	.home .cont08 h2 {
		margin-bottom: 50px;
		background-image: url("img/home_cont08_tit01.png");
	}
	.home .cont08 .list {
		position: relative;
	}
	.home .cont08 .list::before {
		content: "";
		display: block;
		width: 10px;
		height: 100%;
		background: #5ea5df;
		position: absolute;
		top: 0;
		left: 25px;
		z-index: -1;
	}
	.home .cont08 .list li {
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 50px;
		padding: 15px;
		min-height: 160px;
		background: #fff;
		border-radius: 15px;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
		box-sizing: border-box;
	}
	.home .cont08 .list li::before {
		content: "";
		display: block;
		background: no-repeat center/contain;
		position: absolute;
		top: -25px;
		left: 35px;
		width: 50px;
		height: 50px;
	}
	.home .cont08 .list li:nth-of-type(1)::before {
		background-image: url("img/home_cont08_num01.png");
	}
	.home .cont08 .list li:nth-of-type(2)::before {
		background-image: url("img/home_cont08_num02.png");
	}
	.home .cont08 .list li:nth-of-type(3)::before {
		background-image: url("img/home_cont08_num03.png");
	}
	.home .cont08 .list li:nth-of-type(4)::before {
		background-image: url("img/home_cont08_num04.png");
	}
	.home .cont08 .list li:nth-of-type(5)::before {
		background-image: url("img/home_cont08_num05.png");
	}
	.home .cont08 .list li:last-of-type {
		margin-bottom: 0;
	}
	.home .cont08 .list li .img {
		width: 110px;
		margin-top: 8px;
	}
	.home .cont08 .list li .txtBox {
		width: calc(100% - 125px);
	}
	.home .cont08 .list li .tit {
		margin-bottom: 10px;
		color: #5ea5df;
		font-weight: bold;
		font-size: 22px;
	}
	.home .cont08 .list li .txt {
		font-weight: bold;
	}

	/*	.home .cont09
	------------------------------------------*/
	.home .cont09 {
		margin-bottom: 100px;
		padding: 60px 0 50px;
		background: #f3f3f3;
	}
	.home .cont09 h2 {
		margin-bottom: 30px;
		padding: 35px 0 0;
		background: url("img/home_cont09_tit01.png") no-repeat center top;
		font-weight: bold;
		font-size: 30px;
		text-align: center;
	}
	.home .cont09 .notice {
		margin: 0 auto 30px;
		padding: 20px;
		background: radial-gradient(#f76450, #f76450 3px, transparent 3px) no-repeat left 5px top 5px/15px 15px, radial-gradient(#f76450, #f76450 3px, transparent 3px) no-repeat right 5px top 5px/15px 15px, radial-gradient(#f76450, #f76450 3px, transparent 3px) no-repeat left 5px bottom 5px/15px 15px, radial-gradient(#f76450, #f76450 3px, transparent 3px) no-repeat right 5px bottom 5px/15px 15px;
		border: 3px solid #f76450;
		border-radius: 10px;
		box-sizing: border-box;
	}
	.home .cont09 .notice__tit {
		display: table;
		margin: 0 auto 20px;
		transform: translateX(-21px);
	}
	.home .cont09 .notice-list li {
		margin-bottom: 8px;
		text-indent: -1em;
		padding-left: 1em;
	}
	.home .cont09 .notice-list li:last-of-type {
		margin-bottom: 0;
	}
	.home .cont09 .formBox table {
		width: 100%;
		border-collapse: separate;
		border-spacing: 10px;
	}
	.home .cont09 .formBox table th, .home .cont09 .formBox table td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.home .cont09 .formBox table th {
		padding: 15px;
		background: #5ea5df;
		border-radius: 10px 10px 0 0;
		color: #fff;
		vertical-align: top;
		font-weight: bold;
		font-size: 18px;
		text-align: left;
	}
	.home .cont09 .formBox table th span {
		float: right;
		display: inline-block;
		padding: 3px 14px;
		background: #006bd9;
		border-radius: 5px;
		color: #fff;
		font-size: 14px;
		text-align: center;
	}
	.home .cont09 .formBox input:-ms-input-placeholder, .home .cont09 .formBox textarea:-ms-input-placeholder {
		color: #ccc;
	}
	.home .cont09 .formBox input::placeholder, .home .cont09 .formBox textarea::placeholder {
		color: #ccc;
	}
	.home .cont09 .formBox input[type="text"],
	.home .cont09 .formBox input[type="email"],
	.home .cont09 .formBox input[type="tel"],
	.home .cont09 .formBox textarea {
		width: 100% !important;
		box-sizing: border-box;
		border-radius: 0 0 10px 10px;
		border: none;
		background: #fff;
		font-weight: bold;
		font-size: 16px;
		font-family: inherit;
	}
	.home .cont09 .formBox input[type="text"],
	.home .cont09 .formBox input[type="email"],
	.home .cont09 .formBox input[type="tel"] {
		height: 50px !important;
		padding: 0 15px !important;
	}
	.home .cont09 .formBox textarea {
		display: block;
		height: 200px !important;
		padding: 15px !important;
	}
	.home .cont09 .formBox .privacy_check {
		display: table;
		margin: 20px auto;
		font-size: 18px;
	}
	.home .cont09 .formBox input[type="submit"] {
		cursor: pointer;
		display: block;
		width: calc(100% - 20px) !important;
		height: 60px !important;
		margin: 0 auto;
		padding: 0;
		background: #f76450;
		border: none;
		border-radius: 50px;
		color: #fff;
		font-family: inherit;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
	}
	.home .cont09 .formBox .privacyBox {
		margin: 20px auto 0;
		padding: 20px 15px;
		box-sizing: border-box;
		background: #fff;
		border-radius: 10px;
	}
	.home .cont09 .formBox .privacyBox h3 {
		margin-bottom: 5px;
		font-weight: bold;
		font-size: 16px;
	}
	.home .cont09 .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 135px;
		font-size: 20px;
		text-align: center;
	}
	.thanks .btn a{
		display: flex;
		justify-content: center;
		align-items: center;
		background: #f76450;
		border-radius: inherit;
		height: 60px;
		color: #fff;
	}

	/* footer
	------------------------------------------------------------------------*/
	footer {
		position: relative;
		margin-top: 54px;
		padding: 40px 0 80px;
		background: url("img/common_bg03.png");
	}
	footer::before {
		content: "";
		display: block;
		background: url("img/footer_bg01_sp.png") no-repeat;
		width: 100%;
		height: 54px;
		position: absolute;
		left: 0;
		bottom: 100%;
		pointer-events: none;
	}
	footer .logo {
		display: table;
		margin: 0 auto 10px;
		color: #fff;
		font-weight: bold;
		text-align: center;
		text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	}
	footer .logo img {
		display: block;
		width: 200px;
		height: auto;
		margin: 0 auto 19px;
	}
	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: #f76450;
	}
	.fixed-cv li:nth-of-type(2) a {
		background: #ffc74f;
	}
}


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


/* Slider */
.slick-slider
{
	position: relative;

	display: block;
	box-sizing: border-box;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list
{
	position: relative;

	display: block;
	overflow: hidden;

	margin: 0;
	padding: 0;
}
.slick-list:focus
{
	outline: none;
}
.slick-list.dragging
{
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track
{
	position: relative;
	top: 0;
	left: 0;

	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
	display: table;

	content: '';
}
.slick-track:after
{
	clear: both;
}
.slick-loading .slick-track
{
	visibility: hidden;
}

.slick-slide
{
	display: none;
	float: left;

	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide
{
	float: right;
}
.slick-slide img
{
	display: block;
}
.slick-slide.slick-loading img
{
	display: none;
}
.slick-slide.dragging img
{
	pointer-events: none;
}
.slick-initialized .slick-slide
{
	display: block;
}
.slick-loading .slick-slide
{
	visibility: hidden;
}
.slick-vertical .slick-slide
{
	display: block;

	height: auto;

	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
