@charset "UTF-8";





/*----------------------------------------------------------------------*/
/*                                                                      */
/* common                                                               */
/*                                                                      */
/*----------------------------------------------------------------------*/
html {
	box-sizing: border-box;
	overflow-y: scroll;
}
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
li {
	list-style-type: none;
}
body {
	font-family: 'M PLUS 1', sans-serif !important;
	font-weight: 400;
	color: #23282b;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}
#wrapper {
	position: relative;
	overflow: hidden;
}
#cat-home #wrapper {
	margin-top: 0;
	background-image: linear-gradient(-45deg, #f6f6f6 25%, #f9f9f9 25%, #f9f9f9 50%, #f6f6f6 50%, #f6f6f6 75%, #f9f9f9 75%);
	-webkit-background-size: 10px;
}
.l-wrap {
	width: 1100px;
	margin: 0 auto;
}

@media screen and (max-width: 1280px), print {
/*----------------------------------------------------------------------*/
	.l-wrap {
		width: 960px;
	}
}
@media screen and (max-width: 1024px) {
/*----------------------------------------------------------------------*/
	.l-wrap {
		width: 90%;
		max-width: 1000px;
	}
}
@media screen and (max-width: 767px) {
/*----------------------------------------------------------------------*/
	.l-wrap {
		width: 90%;
		max-width: 600px;
	}
}




/*----------------------------------------------------------------------*/
/*                                                                      */
/* loading                                                              */
/*                                                                      */
/*----------------------------------------------------------------------*/
.is-hide {
	display: none;
}
#loader-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 100;
}
#loader {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 120px;
	height: 120px;
	margin-left: -60px;
	margin-top: -60px;
}
#loader p {
	font-size: 10px;
	color: #454545;
	text-align: center;
	line-height: 1.4;
}
@-moz-keyframes spinner-loader {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-loader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* :not(:required) hides this rule from IE9 and below */
.spinner-loader:not(:required) {
  -moz-animation: spinner-loader 1500ms infinite linear;
  -webkit-animation: spinner-loader 1500ms infinite linear;
  animation: spinner-loader 1500ms infinite linear;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  -moz-box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
  -webkit-box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
  display: inline-block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin: 1.5em;
  overflow: hidden;
  text-indent: 100%;
}




/*----------------------------------------------------------------------*/
/*                                                                      */
/* header                                                               */
/*                                                                      */
/*----------------------------------------------------------------------*/
.l-header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 80px;
	z-index: 10;
	background: #fff;
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
#cat-home .l-header {
	background: #fff;
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
#cat-home.scrolled .l-header {
	background: #fff;
	-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
.l-header-clear {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}
.l-header-col1 {
	padding-left: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.l-header-col1 .l-header-logo {
	margin-right: 30px;
}
.l-header-col1 .l-header-logo a {
	display: flex;
	justify-content: space-between;
	width: 486px;
	height: 40px;
}
.l-header-col1 .l-header-logo a .logoMk {
	display: block;
	width: 237px;
	height: 40px;
	text-indent: -9999px;
	background-image: url("../../common/img/logo_fujin_mk.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 237px 40px;
}
.l-header-col1 .l-header-logo a .logoTx {
	display: block;
	width: 237px;
	height: 40px;
	text-indent: -9999px;
	background-image: url("../../common/img/logo_fujin_tx.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 237px 40px;
}
.l-header-col1 .l-header-logo img {
	width: 194px;
}
.l-header-col2 {
	padding-right: 2em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
}
.l-header-reserve {
	text-align: center;
	z-index: 5;
}
.l-header-reserve a {
	width: 150px;
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	background: #B40019;
}
.l-header-reserve a:hover {
	background: #222;
}
.l-header-reserve .ico {
	width: 30px;
	height: 22px;
}
.l-header-reserve .ico img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 1280px), print {
/*----------------------------------------------------------------------*/
	.l-header-col1 {
		padding-left: 30px;
	}
	.l-header-col1 .l-header-logo {
		margin-right: 0px;
	}
	.l-header-col1 .l-header-logo a {
		display: flex;
		justify-content: space-between;
		width: 430px;
		height: 35px;
	}
	.l-header-col1 .l-header-logo a .logoMk {
		display: block;
		width: 207px;
		height: 35px;
		background-size: 207px 35px;
	}
	.l-header-col1 .l-header-logo a .logoTx {
		display: block;
		width: 207px;
		height: 35px;
		background-size: 207px 35px;
	}
	.l-header-col2 {
		padding-right: 1em;
	}
	.l-header-reserve a {
		width: 130px;
		height: 80px;
	}
	.l-header-reserve .ico {
		width: 30px;
	}
}

@media screen and (max-width: 1024px) {
/*----------------------------------------------------------------------*/
	.l-header {
		height: 60px;
	}
	.l-header-clear {
		height: 60px;
	}
	.l-header-logo {
		margin-right: 10px;
	}
	.l-header-col1 .l-header-logo a {
		display: flex;
		justify-content: space-between;
		width: 360px;
		height: 30px;
	}
	.l-header-col1 .l-header-logo a .logoMk {
		display: block;
		width: 177px;
		height: 30px;
		background-size: 177px 30px;
	}
	.l-header-col1 .l-header-logo a .logoTx {
		display: block;
		width: 177px;
		height: 30px;
		background-size: 177px 30px;
	}
	.l-header-reserve a {
		width: 130px;
		height: 60px;
	}
	.l-header-reserve .ico {
		width: 25px;
	}
}

@media screen and (max-width: 767px) {
/*----------------------------------------------------------------------*/
	.l-header {
		height: 60px;
	}
	.l-header-clear {
		height: 60px;
	}
	.l-header-col1 {
		padding-left: 10px;
	}
	.l-header-logo {
		margin: 0;
	}
	.l-header-col1 .l-header-logo a {
		width: 100%;
		height: auto;
		margin-right: 0;
		flex-wrap: wrap;
	}
	.l-header-col1 .l-header-logo a .logoMk {
		display: block;
		width: 118px;
		height: 20px;
		margin: 2px 4px 2px 0;
		background-size: 118px 20px;
	}
	.l-header-col1 .l-header-logo a .logoTx {
		display: block;
		width: 118px;
		height: 20px;
		margin: 2px 0 2px 0;
		background-size: 118px 20px;
	}
	.l-header-reserve a {
		width: 86px;
		height: 60px;
		font-size: 0.6rem;
	}
	.l-header-reserve .ico {
		width: 20px;
	}
}




/*----------------------------------------------------------------------*/
/*                                                                      */
/* gnav-btn                                                             */
/*                                                                      */
/*----------------------------------------------------------------------*/

.m-gnav-btn {
	display: none;
}
.m-gnav-btn-lines {
	width: 31px;
	height: 50px;
}
.m-gnav-btn-lines-item {
	height: 3px;
}
.m-gnav-btn-lines {
	position: relative;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.on .m-gnav-btn-lines {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.m-gnav-btn-lines-item {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border-radius: 4px;
	width: 100%;
	background: #767d84;
}
.m-gnav-btn-lines-item:nth-child(1), .m-gnav-btn-lines-item:nth-child(3) {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
}
.m-gnav-btn-lines-item:nth-child(1) {
	-webkit-transform: translateY(-350%);
	-ms-transform: translateY(-350%);
	transform: translateY(-350%);
}
.m-gnav-btn-lines-item:nth-child(3) {
	-webkit-transform: translateY(350%);
	-ms-transform: translateY(350%);
	transform: translateY(350%);
}
.m-gnav-btn.on .m-gnav-btn-lines-item:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.m-gnav-btn.on .m-gnav-btn-lines-item:nth-child(2) {
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
}
.m-gnav-btn.on .m-gnav-btn-lines-item:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media screen and (max-width: 1280px), print {
/*----------------------------------------------------------------------*/
}

@media screen and (max-width: 1024px) {
/*----------------------------------------------------------------------*/
	.m-gnav-btn {
		cursor: pointer;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 50px;
		height: 50px;
	}
	.m-gnav-btn-lines {
		width: 27px;
		height: 50px;
	}
	.m-gnav-btn-lines-item {
		height: 2px;
	}
}

@media screen and (max-width: 767px) {
/*----------------------------------------------------------------------*/
	.m-gnav-btn {
		cursor: pointer;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 50px;
		height: 50px;
		margin: 0 0 0 5px;
	}
	.m-gnav-btn-lines {
		width: 27px;
		height: 50px;
	}
	.m-gnav-btn-lines-item {
		height: 2px;
	}
}




/*----------------------------------------------------------------------*/
/*                                                                      */
/* gnavi                                                                */
/*                                                                      */
/*----------------------------------------------------------------------*/
.gnavi {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.gnavi-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.gnavi-list-item {
	margin-left: 2em;
}
.gnavi-list-item a {
	border-bottom: 2px solid transparent;
	display: block;
	padding-bottom: 2px;
	font-size: 18px;
	color: #23282b;
	text-decoration: none;
}
.gnavi-list-item a:hover {
	opacity: 1;
	border-bottom-color: #767d84;
}
.gnavi-list-item .en {
	display: none;
}
.gnavi-list-item-hoveronly {
	position: fixed;
	top: 100px;
	left: 0;
	background: #767D84;
	width: 100%;
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-right: 200px;
	opacity: 0;
	pointer-events: none;
}
.gnavi-list-item-hoveronly.on {
	opacity: 1;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	pointer-events: auto;
}
.gnavi-list-item-hoveronly-list-item {
	position: relative;
	margin-right: 80px;
}
.gnavi-list-item-hoveronly-list-item:before {
	content: "";
	width: 4px;
	height: 1px;
	background-color: #FFF;
	position: absolute;
	top: 10px;
	left: -23px;
}
.gnavi-list-item-hoveronly-list-item a {
	color: #FFF;
}
.gnavi-list-item-hoveronly-list-item a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 1280px), print {
/*----------------------------------------------------------------------*/
}

@media screen and (max-width: 1024px) {
/*----------------------------------------------------------------------*/
	.gnavi {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		position: fixed;
		left: 0;
		top: 60px;
		width: 100vw;
		height: calc(100vh - 60px);
		background: #fff;
		-webkit-transform: translateX(-100vw);
		-ms-transform: translateX(-100vw);
		transform: translateX(-100vw);
		padding: 35px 20px;
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
		z-index: 9;
		pointer-events: none;
		opacity: 0;
		overflow-y: auto;
	}
	.gnavi.on {
		pointer-events: auto;
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

@media screen and (max-width: 767px) {
/*----------------------------------------------------------------------*/
	.gnavi {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		position: fixed;
		left: 0;
		top: 60px;
		width: 100vw;
		height: calc(100vh - 60px);
		background: #fff;
		-webkit-transform: translateX(-100vw);
		-ms-transform: translateX(-100vw);
		transform: translateX(-100vw);
		padding: 35px 20px;
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
		z-index: 9;
		pointer-events: none;
		opacity: 0;
		overflow-y: auto;
	}
	.gnavi.on {
		pointer-events: auto;
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	.gnavi-list {
		margin-bottom: 30px;
		flex-direction: column;
		flex-wrap: wrap;
		align-items: normal;
	}
	.gnavi-list-item {
		border-bottom: 1px solid #e2e1dc;
		padding: 11px 0;
	}
	.gnavi-list-item .en {
		font-size: 1.5rem;
		display: block;
		font-weight: 200;
	}
	.gnavi-list-item .ja {
		display: block;
		color: #7f9fb5;
		font-size: 0.85rem;
	}
	.gnavi-list-item .ja:before {
		content: "―";
		margin-right: 0.5em;
	}
	.gnavi-list-item-hoveronly {
		display: none;
	}
	.gnavi-list-item-sub {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.gnavi-list-item-sub-link {
		margin-bottom: 26px;
		width: 48%;
		font-size: 12px;
	}
	.gnavi-list-item-sub-link a {
		color: #7F9FB5;
		padding-left: 26px;
		position: relative;
	}
	.gnavi-list-item-sub-link a:before {
		content: "";
		width: 4px;
		height: 1px;
		background-color: #7F9FB5;
		position: absolute;
		top: 6px;
		left: 0px;
	}
}




/*----------------------------------------------------------------------*/
/*                                                                      */
/* m-mv                                                                 */
/*                                                                      */
/*----------------------------------------------------------------------*/
.m-mv {
	width: 100%;
	padding: 80px 0 0 0;
	/*background: #2f5943;*/
	/*background: #3c6b51;*/
	background-image: linear-gradient(-45deg, #2b543f 25%, #2f5943 25%, #2f5943 50%, #2b543f 50%, #2b543f 75%, #2f5943 75%);
	-webkit-background-size: 10px;
}
.m-mv .l-wrap {
	position: relative;
	width: 1100px;
	height: 700px;
	margin: 0 auto;
	padding: 30px 30px 110px 30px;
	background: #44765a;
}
.m-mv .l-wrap .ttl {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 0 0 0 30px;
  margin: 0 0 0 -50px;
  width: 50%;
  font-size: 28px;
	font-weight: bold;
	line-height: 63px;
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.m-mv .l-wrap .ttl:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #999;
}
.m-mv .l-wrap .subttl {
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	text-align: right;
	position: absolute;
	top: 34px;
	left: 51%;
}
.m-mv .l-wrap .mv-main {
	position: relative;
	width: 1040px;
	height: 284px;
	margin: 15px auto 15px auto;
}
.m-mv .l-wrap .mv-main .mv-box01 {
	width: 100%;
	margin: 0;
}
.m-mv .l-wrap .mv-main .mv-box01 img {
	width: 50%;
	height: auto;
}
.m-mv .l-wrap .mv-main .mv-box01 p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
	font-weight: bold;
	color: #ffff00;
	text-align: center;
	line-height: 1.2;
	text-shadow: 3px 3px 3px #000, -3px -3px 3px #000,
           -3px 3px 3px #000,  3px -3px 3px #000,
            3px 0px 3px #000, -3px -0px 3px #000,
            0px 3px 3px #000,  0px -3px 3px #000;
	width: 100%;
	vertical-align: middle;
	display: flex;
	justify-content: center;
}
.m-mv .l-wrap .mv-main .mv-box01 p span:nth-child(1) {
	display: block;
	font-size: 96px;
}
.m-mv .l-wrap .mv-main .mv-box01 p span:nth-child(2) {
	display: block;
	font-size: 44px;
	width: 120px;
	border: 4px solid #ffff00;
	box-shadow: 0 0 5px #000,0 0 5px #000,0 0 5px #000;
	margin: 0 24px;
	padding: 10px;
}
.m-mv .l-wrap .mv-main .mv-box01 p span:nth-child(3) {
	display: block;
	font-size: 96px;
}
.mv-txt-base01 {
	display: flex;
}
.mv-txt-base01 li {
	position: relative;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 1.2;
	width: 160px;
	height: 110px;
	margin: 0 5px 15px 5px;
	padding: 50px 10px 10px 10px;
	background: #00a0e9;
	background: -webkit-repeating-linear-gradient(-45deg, #00a0e9, #00a0e9 3px,#009ce2 3px, #009ce2 7px);
	background: repeating-linear-gradient(-45deg, #00a0e9, #00a0e9 3px,#009ce2 3px, #009ce2 7px);
	border-radius: 10px;
	text-shadow: 0px 0px 2px #444;
}
.mv-txt-base01 li:before {
	position: absolute;
	top: 12px;
	left: 52%;
	transform: translateX(-50%);
	content: "";
	background: url("../../common/img/icon_nayami.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 49px 30px;
	width: 49px;
	height: 30px;
	margin: 0 auto;
}
.mv-txt-base01 li span {
	width: 150px;
}
.mv-txt-base01 li:nth-child(1) {
	margin: 0 5px 20px 0;
}
.mv-txt-base01 li:nth-child(4) {
	margin: 0 0 20px 5px;
}
.txtRbn {
	background: #B40019;
	padding: 10px 0 15px 15px;
}
.txtRbn p {
	font-weight: bold;
	color: #fff;
	margin: 0 0 10px 0;
	display: block;
}
.txtRbn p:nth-child(1) {
	font-size: 20px;
	letter-spacing: 1px;
}
.txtRbn p:nth-child(2) {
	font-size: 22px;
}
.txtRbn p span.mk {
	text-indent: -9999px;
	background: url("../../common/img/logo_fujin_mvmk.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 242px 45px;
	display: inline-block;
	width: 242px;
	height: 45px;
	margin: 0 10px 0 0;
}
.txtRbn p span.tx {
	text-indent: -9999px;
	background: url("../../common/img/logo_fujin_mvtx.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 242px 45px;
	display: inline-block;
	width: 242px;
	height: 45px;
	margin: 0 10px 0 0;
}
.txtRbn p span.p01 {
	font-size: 20px;
	color: #fff;
	letter-spacing: 1px;
}
.m-mv-col2 {
	position: absolute;
	right: 0;
	bottom: -95px;
	width: 410px;
}
.m-mv-col2 .m-mv-img {
	position: relative;
}
.m-mv-col2 img {
	width: 100%;
	height: auto:
}
.m-mv-col2 .m-mv-img span.prdName {
	font-size: 15px;
	color: #fff;
	position: absolute;
	bottom: 130px;
	left: 20px;
	line-height: 20px;
	padding: 0 20px 4px 20px;
	border: 1px solid #fff;
}

@media screen and (max-width: 1280px), print {
/*----------------------------------------------------------------------*/
	.m-mv .l-wrap {
		width: 960px;
		height: 650px;
		padding: 30px 30px 110px 30px;
	}
	.m-mv .l-wrap .ttl {
	  font-size: 27px;
		line-height: 53px;
	}
	.m-mv .l-wrap .mv-main {
		width: 100%;
		height: 246px;
		margin: 30px auto 15px auto;
	}
	.m-mv .l-wrap .mv-main .mv-box01 p span:nth-child(1) {
		font-size: 80px;
	}
	.m-mv .l-wrap .mv-main .mv-box01 p span:nth-child(2) {
		font-size: 32px;
		width: 110px;
		margin: 0 24px;
	}
	.m-mv .l-wrap .mv-main .mv-box01 p span:nth-child(3) {
		font-size: 80px;
	}
	.mv-txt-base01 {
		width: 65%;
	}
	.mv-txt-base01 li {
		font-size: 16px;
		padding: 50px 10px 5px 10px;
	}
	.mv-txt-base01 li:nth-child(1) {
		margin: 0 5px 15px 0;
	}
	.mv-txt-base01 li:nth-child(4) {
		margin: 0 0 15px 5px;
	}
	.txtRbn p span.mk {
		background-size: 225px 42px;
		width: 225px;
		height: 42px;
	}
	.txtRbn p span.tx {
		background-size: 225px 42px;
		width: 225px;
		height: 42px;
	}
	.m-mv-col2 {
		right: -15px;
		width: 385px;
	}
}

@media screen and (max-width: 1024px) {
/*----------------------------------------------------------------------*/
	.m-mv {
		padding: 60px 0 0 0;
	}
	.m-mv .l-wrap {
		width: 90%;
		max-width: 1000px;
		height: auto;
		padding: 30px 30px 30px 30px;
	}
	.m-mv .l-wrap .ttl {
		width: auto;
		padding: 0 15px 0 15px;
	  font-size: 21px;
		line-height: 48px;
	}
	.m-mv .l-wrap .subttl {
		display: inline-block;
		font-size: 21px;
		text-align: left;
		margin: 0 0 0 10px;
		position: static;
	}
	.m-mv .l-wrap .mv-main {
		width: 100%;
		height: auto;
		margin: 15px auto 5px auto;
		padding: 80px 0 0 0;
	}
	.m-mv .l-wrap .mv-main .mv-box01 p {
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.m-mv .l-wrap .mv-main .mv-box01 p span:nth-child(1) {
		font-size: 56px;
	}
	.m-mv .l-wrap .mv-main .mv-box01 p span:nth-child(2) {
		font-size: 22px;
		width: 80px;
		margin: 0 14px;
		padding: 5px;
	}
	.m-mv .l-wrap .mv-main .mv-box01 p span:nth-child(3) {
		font-size: 56px;
	}
	.mv-txt-base01 {
		flex-wrap: wrap;
		justify-content: flex-start;
		width: 52%;
		font-size: 15px;
	}
	.mv-txt-base01 li {
		flex-grow: 1;
		font-size: 15px;
		width: 40%;
		height: 75px;
		margin: 0 5px 10px 5px;
		padding: 29px 15px 7px 15px;
	}
	.mv-txt-base01 li:before {
		top: 8px;
		background-size: 33px 20px;
		width: 33px;
		height: 20px;
	}
	.mv-txt-base01 li span {
		width: 150px;
	}
	.mv-txt-base01 li:nth-child(1) {
		margin: 0 5px 10px 5px;
	}
	.mv-txt-base01 li:nth-child(4) {
		margin: 0 5px 10px 5px;
	}
	.txtRbn {
		padding: 5px 0 15px 15px;
	}
	.txtRbn p {
		margin: 0 0 5px 0;
	}
	.txtRbn p:nth-child(1) {
		font-size: 15px;
		letter-spacing: 0;
	}
	.txtRbn p:nth-child(2) {
		width: 52%;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-end;
	}
	.txtRbn p span.mk {
		background-size: contain;
		display: block;
		width: 100%;
		max-width: 200px;
		height: 42px;
	}
	.txtRbn p span.tx {
		background-size: contain;
		width: 100%;
		max-width: 200px;
		height: 42px;
		margin: 0 7px 0 0;
	}
	.txtRbn p span.p01 {
		font-size: 15px;
	}
	.m-mv-col2 {
		right: -40px;
		bottom: -85px;
		width: 58%;
		max-width: 470px;
	}
	.m-mv-col2 .m-mv-img span.prdName {
	font-size: 14px;
	color: #fff;
	position: absolute;
	bottom: 130px;
		left: 30px;
	line-height: 20px;
	padding: 0 20px 4px 20px;
	border: 1px solid #fff;
	}
}

@media screen and (max-width: 767px) {
/*----------------------------------------------------------------------*/
	.m-mv {
		padding: 60px 0 0 0;
	}
	.m-mv .l-wrap {
		width: 90%;
		max-width: 600px;
		height: auto;
		padding: 30px 14px 130px 14px;
	}
	.m-mv .l-wrap .ttl {
		width: auto;
		margin: 0 0 0 -25px;
		padding: 0 15px 0 15px;
	  font-size: 17px;
		line-height: 43px;
	}
	.m-mv .l-wrap .ttl:before {
	  border-right: solid 11px #999;
	}
	.m-mv .l-wrap .subttl {
		display: block;
		font-size: 4.5vw;
		text-align: center;
		margin: 15px 0 0 0;
		position: static;
	}
	.m-mv .l-wrap .mv-main {
		width: 100%;
		height: auto;
		margin: 5px auto 15px auto;
		padding: 0;
	}
	.m-mv .l-wrap .mv-main .mv-box01 {
		width: 100%;
		margin: 0;
		position: relative;
	}
	.m-mv .l-wrap .mv-main .mv-box01 img {
		display: block;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}
	.m-mv .l-wrap .mv-main .mv-box01 p {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		align-items: center;
	}
	.m-mv .l-wrap .mv-main .mv-box01 p span:nth-child(1) {
		font-size: 7.5vw;
	}
	.m-mv .l-wrap .mv-main .mv-box01 p span:nth-child(2) {
		font-size: 3.9vw;
		width: auto;
		margin: 0 4px;
		padding: 4px 5px;
	}
	.m-mv .l-wrap .mv-main .mv-box01 p span:nth-child(3) {
		font-size: 7.5vw;
	}
	.mv-txt-base01 {
		flex-wrap: wrap;
		justify-content: flex-start;
		width: 100%;
		font-size: 14px;
	}
	.mv-txt-base01 li {
		flex-grow: 1;
		font-size: 14px;
		width: 40%;
		height: auto;
		margin: 0 5px 10px 5px;
		padding: 29px 15px 15px 15px;
	}
	.mv-txt-base01 li:before {
		top: 8px;
		background-size: 33px 20px;
		width: 33px;
		height: 20px;
	}
	.mv-txt-base01 li span {
		width: 150px;
	}
	.mv-txt-base01 li:nth-child(1) {
		margin: 0 5px 10px 5px;
	}
	.mv-txt-base01 li:nth-child(4) {
		margin: 0 5px 10px 5px;
	}
	.mv-txt-base01 li span br {
		display: none;
	}
	.txtRbn {
		padding: 15px 15px 15px 15px;
	}
	.txtRbn p {
		text-align: center;
		margin: 0 0 5px 0;
	}
	.txtRbn p:nth-child(1) {
		font-size: 3.5vw;
		line-height: 1.4;
		letter-spacing: 0;
	}
	.txtRbn p:nth-child(2) {
		width: 90%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.txtRbn p span {
		width: 50%;
		flex-grow: 1;
		box-sizing: border-box;
	}
	.txtRbn p span.mk {
		background-size: contain;
		display: block;
		width: 46%;
		min-width: 175px;
		height: 42px;
	}
	.txtRbn p span.tx {
		background-size: contain;
		width: 46%;
		min-width: 175px;
		height: 42px;
		margin: 0 4px 0 0;
	}
	.txtRbn p span.p01 {
		font-size: 15px;
	}
	.m-mv-col2 {
		width: 40%;
		min-width: 200px;
		right: -40px;
		bottom: -55px;
	}
	.m-mv-col2 .m-mv-img span.prdName {
		font-size: 13px;
		bottom: 40%;
		left: -55%;
		padding: 0 30px 4px 0px;
		border-top: none;
		border-right: none;
		border-left: none;
		border-bottom: 1px solid #fff;
	}
}

@media screen and (max-width: 514px) {
/*----------------------------------------------------------------------*/
	.m-mv .l-wrap {
		padding: 30px 14px 40px 14px;
	}
	.txtRbn {
		padding: 15px 15px 85px 15px;
	}
	.m-mv-col2 {
		width: 40%;
		min-width: 200px;
		right: -40px;
		bottom: -55px;
	}
	.m-mv-col2 .m-mv-img span.prdName {
		font-size: 13px;
		bottom: 40%;
		left: -55%;
		padding: 0 30px 4px 0px;
		border-top: none;
		border-right: none;
		border-left: none;
		border-bottom: 1px solid #fff;
	}
}


/*----------------------------------------------------------------------*/
/*                                                                      */
/* m-onayami                                                            */
/*                                                                      */
/*----------------------------------------------------------------------*/
section.m-onayami {
	padding: 100px 0 0 0;
}
section.m-onayami .l-wrap {
	width: 1000px;
}
section.m-onayami .nagekake {
	position: relative;
	width: 100%;
	margin: 0 auto 40px;
	padding: 0px;
	background: #fff;
	text-align: center;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
	border-radius: 20px;
}
section.m-onayami .nagekake::before {
	content: '';
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -30px;
	width: 60px;
	height: 60px;
	transform: rotate(45deg);
	background: #fff;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}
section.m-onayami h2 {
	display: block;
	width: 100%;
	padding: 30px 30px 30px 30px;
	background-color: #44765a;
	text-align: center;
	border-radius: 20px 20px 0 0;
}
section.m-onayami h2 span {
	display: block;
	font-size: 36px;
	color: #fff;
	line-height: 1.4;
}
section.m-onayami h2 span img {
	display: inline-block;
	width: 46px;
	height: 46px;
	margin: 0 5px;
	vertical-align: middle;
}
section.m-onayami h2 span br {
	display: none;
}
section.m-onayami .onayami-in {
	display: flex;
	padding: 30px 40px 80px 80px;
}
section.m-onayami .onayami-in .box-quest {
	width: 60%;
}
section.m-onayami .onayami-in .box-quest .box-quest_item {
	display: flex;
	padding: 20px 0;
	border-bottom: 4px dotted #555;
}
section.m-onayami .onayami-in .box-quest .box-quest_item .box-quest_img {
	width: 100px;
	height: 100px;
	margin: 0 20px;
}
section.m-onayami .onayami-in .box-quest .box-quest_item .box-quest_img img {
	width: 100%;
	height: auto;
}
section.m-onayami .onayami-in .box-quest .box-quest_item .box-quest_txt {
	font-size: 30px;
	font-weight: bold;
	text-align: left;
}
section.m-onayami .onayami-in .box-quest .box-quest_item .box-quest_txt span {
	display: block;
	font-size: 20px;
	font-weight: normal;
}
section.m-onayami .onayami-in .box-quest .box-quest_item .box-quest_txt br {
	display: none;
}
section.m-onayami .onayami-in .itemshot {
	width: 40%;
	padding: 0 0 0 40px;
	display: flex;
	flex-wrap: wrap;
}
section.m-onayami .itemshot img {
	width: 100%;
	margin: 10px 0;
	background: #f5f5f5;
}


@media screen and (max-width: 1280px), print {
/*----------------------------------------------------------------------*/
}
@media screen and (max-width: 1024px) {
/*----------------------------------------------------------------------*/
	section.m-onayami .l-wrap {
		width: 90%;
	}
	section.m-onayami .onayami-in {
		padding: 30px 40px 80px 40px;
	}
	section.m-onayami .onayami-in .box-quest {
		width: 45%;
	}
	section.m-onayami .onayami-in .box-quest .box-quest_item {
		padding: 10px 0;
		flex-direction: column;
	}
	section.m-onayami .onayami-in .box-quest .box-quest_item .box-quest_img {
		width: 70px;
		height: 70px;
		margin: 0 auto;
	}
	section.m-onayami .onayami-in .box-quest .box-quest_item .box-quest_txt {
		font-size: 22px;
		text-align: center;
	}
	section.m-onayami .onayami-in .box-quest .box-quest_item .box-quest_txt span {
		font-size: 16px;
		line-height: 1.2;
	}
	section.m-onayami .onayami-in .itemshot {
		width: 55%;
		flex-direction: column;
		justify-content: space-between;
	}
}

@media screen and (max-width: 767px) {
/*----------------------------------------------------------------------*/
	section.m-onayami {
		padding: 80px 0 0 0;
	}
	section.m-onayami .l-wrap {
		width: 90%;
	}
	section.m-onayami h2 {
		padding: 30px 20px 30px 20px;
	}
	section.m-onayami h2 span {
		font-size: 22px;
	}
	section.m-onayami h2 span img {
		width: 26px;
		height: 26px;
		vertical-align: bottom;
	}
	section.m-onayami h2 span br {
		display: block;
	}
	section.m-onayami .onayami-in {
		display: block;
		padding: 10px 20px 60px 20px;
	}
	section.m-onayami .onayami-in .box-quest {
		width: 100%;
	}
	section.m-onayami .onayami-in .box-quest .box-quest_item {
		flex-direction: column;
		padding: 10px 0 20px 0;
	}
	section.m-onayami .onayami-in .box-quest .box-quest_item .box-quest_img {
		width: 70px;
		height: 70px;
		margin: 0 auto;
	}
	section.m-onayami .onayami-in .box-quest .box-quest_item .box-quest_txt {
		font-size: 22px;
		text-align: center;
	}
	section.m-onayami .onayami-in .box-quest .box-quest_item .box-quest_txt span {
		font-size: 15px;
	}
	section.m-onayami .onayami-in .itemshot {
		width: 100%;
		margin: 30px 0 0 0;
		padding: 0;
		justify-content: center;
	}
	section.m-onayami .itemshot img {
		max-width: 160px;
		margin: 5px;
	}
}




/*----------------------------------------------------------------------*/
/*                                                                      */
/* m-furusato                                                           */
/*                                                                      */
/*----------------------------------------------------------------------*/
section.m-furusato {
	padding: 50px 0 100px 0;
}
section.m-furusato .l-wrap {
	width: 1100px;
}
.ttl-logo {
	font-size: 28px;
	font-weight: bold;
	color: #222;
	text-align: center;
	margin: 0 auto 10px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 960px;
}
.ttl-logo .logoMk {
	text-indent: -9999px;
	background: url("../../common/img/logo_fujin_mvmk.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: inline-block;
	width: 40%;
	height: 90px;
	margin: 0 10px 0 0;
}
.ttl-logo .logoTx {
	text-indent: -9999px;
	background: url("../../common/img/logo_fujin_mvtx.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: inline-block;
	width: 40%;
	height: 90px;
	margin: 0 10px 0 0;
}
.ttl-txt {
	margin: 0 0 60px 0;
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: flex-start;
}
.ttl-txt p {
	font-size: 28px;
	letter-spacing: 0;
	margin: 0 auto 20px auto;
	text-align: center;
	/*text-align: justify;
	text-justify: inter-ideograph;*/
}
.ttl-txt p span {
	font-size: 56px;
	font-weight: bold;
	color:#b40019;
	display: inline;
	text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
	background-position: bottom;
	background: linear-gradient(transparent 60%, #eed4d5 60%);
}
.ttl-txt img {
	width: 280px;
	height: auto;
	margin: 0 auto;
}
.on-txt-box01 {
	width: 100%;
	margin: 0 0 40px 0;
}
.on-txt-box01 .on-txt01 {
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	width: 600px;
	margin: 0 auto;
	line-height: 130px;
	position: relative;
}
.on-txt-box01 .on-txt01 span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto -30px auto;
	line-height: 1;
}
.on-txt-box01 .on-txt01::before, .on-txt-box01 .on-txt01::after {
	position: absolute;
	bottom: 0.8rem;
	height: 50px;
	content: "";
}
.on-txt-box01 .on-txt01::before {
	border-left: double 8px;
	left: 0;
	transform: rotate(-30deg);
}
.on-txt-box01 .on-txt01::after {
	border-left: double 8px;
	right: 0;
	transform: rotate(30deg);
}
.on-lst01 {
	width: 75%;
	margin: 0 auto;
	padding: 40px 60px 60px 60px;
	background: #fff;
	border: 4px solid #555;
	border-radius: 40px;
}
.on-lst01 li.on-lst-itm {
	width: 100%;
	height: 220px;
	margin: 0 0 10px 0;
	padding: 30px;
	position: relative;
}
.on-lst01 li.on-lst-itm .box-on_img {
	display: block;
	width: 270px;
	height: 180px;
	margin: 0 0 10px 0;
	border-radius: 10px;
	overflow: hidden;
	position: absolute;
	z-index: 4;
}
.on-lst01 li.on-lst-itm .box-on_img img {
	width: 100%;
	height: auto;
	margin: 0;
}
.on-lst01 li.on-lst-itm .box-on_txt {
	font-size: 34px;
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
	margin: 0;
	position: absolute;
	top: 80px;
	right: 0;
	z-index: 2;
	background: #faedd0;
	width: 85%;
	height: 150px;
	padding: 20px 40px 20px 230px;
	border-radius: 10px;
	text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
.on-lst01 li.on-lst-itm p {
	display: block;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 1.1;
	margin: 0;
	position: absolute;
	top: 35px;
	right: -5px;
	z-index: 5;
	border-radius: 65px;
	background: #44765a;
	border: 4px solid #fff;
	box-shadow: 3px 3px 10px #999;
	width: 130px;
	height: 130px;
	padding: 13px 0 0 0;
	transform: rotate(-15deg);
}
.on-lst01 li.on-lst-itm p .adtxt {
	display: block;
	font-size: 50px;
	text-align: center;
	margin: 0;
	transform: scale(1.2, 1.4);
}
.on-lst01 li.on-lst-txt {
	font-size: 40px;
	text-align: center;
	margin: 60px 0 0 0;
	padding: 0;
}
.on-lst01 li.on-lst-txt span {
	font-size: 44px;
	font-weight: bold;
	text-align: center;
	margin: 0 5px;
	padding: 0;
}
.on-txt-box02 {
	width: 80%;
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.on-txt-box02 .on-txt-boxin01 {
	width: 590px;
	margin: 0 0 0 30px;
}
.on-txt-box02 .on-txt-b02 {
	font-size: 20px;
	text-align: left;
	margin: 0;
}
.on-txt-box02 .on-txt-b03 {
	font-size: 26px;
	text-align: left;
	margin: 0;
}
.on-txt-box02 .on-txt-b03 span.bdbm {
	font-size: 26px;
	display: inline;
	background-position: bottom;
	background: linear-gradient(transparent 90%, #fff000 90%);
}
.on-txt-box02 .on-txt-b03 span.pdnm {
	font-size: 26px;
	font-weight: bold;
	text-align: left;
	margin: 0;
	text-shadow: 0 0 10px #eed4d5, 0 0 10px #eed4d5, 0 0 10px #eed4d5, 0 0 10px #eed4d5;
}


@media screen and (max-width: 1280px), print {
/*----------------------------------------------------------------------*/
}
@media screen and (max-width: 1024px) {
/*----------------------------------------------------------------------*/
	section.m-furusato {
		padding: 50px 0 80px 0;
	}
	section.m-furusato .l-wrap {
		width: 90%;
	}
	.ttl-logo {
		font-size: 24px;
		width: 100%;
	}
	.ttl-txt p span {
		font-size: 40px;
	}
	.on-txt-box01 .on-txt01 {
		font-size: 40px;
		width: 500px;
	}
	.on-lst01 {
		width: 100%;
		max-width: 700px;
		padding: 30px 30px 30px 30px;
	}
	.on-lst01 li.on-lst-itm {
		margin: 0;
		padding: 20px 30px;
	}
	.on-lst01 li.on-lst-itm .box-on_img {
		width: 250px;
		height: 167px;
	}
	.on-lst01 li.on-lst-itm .box-on_txt {
		font-size: 24px;
		top: 70px;
		padding: 20px 40px 20px 200px;
	}
	.on-lst01 li.on-lst-itm .box-on_txt br {
		display: none;
	}
	.on-lst01 li.on-lst-itm p {
		width: 100px;
		height: 100px;
	}
	.on-lst01 li.on-lst-itm p .adtxt {
		font-size: 36px;
	}
	.on-lst01 li.on-lst-txt {
		font-size: 30px;
		line-height: 1.6;
		margin: 30px 0 0 0;
	}
	.on-lst01 li.on-lst-txt span {
		font-size: 40px;
	}
	.on-txt-box02 {
		width: 90%;
		max-width: 740px;
	}
	.on-txt-box02 .on-txt-b02 {
		font-size: 18px;
	}
	.on-txt-box02 .on-txt-b02 br {
		display: none;
	}
	.on-txt-box02 .on-txt-b03 br {
		display: none;
	}
}

@media screen and (max-width: 767px) {
/*----------------------------------------------------------------------*/
	section.m-furusato {
		padding: 30px 0 100px 0;
	}
	section.m-furusato .l-wrap {
		width: 90%;
	}
	.ttl-logo {
		font-size: 20px;
		flex-wrap: wrap;
		width: 100%;
		max-width: 540px;
	}
	.ttl-logo .logoMk {
		width: 90%;
		max-width: 260px;
		height: 70px;
		margin: 0 5px;
	}
	.ttl-logo .logoTx {
		width: 90%;
		max-width: 260px;
		height: 70px;
		margin: 0 5px;
	}
	.ttl-txt p {
		font-size: min(4.5vw, 24px);
		line-height: 2;
	}
	.ttl-txt p span {
		font-size: min(8vw, 36px);
		line-height: 1.4;
	}
	.on-txt-box01 .on-txt01 {
		font-size: 26px;
		width: 100%;
		max-width: 350px;
		line-height: 100px;
	}
	.on-txt-box01 .on-txt01 span {
		font-size: 15px;
	}
	.on-txt-box01 .on-txt01::before, .on-txt-box01 .on-txt01::after {
		height: 30px;
	}
	.on-lst01 {
		width: 100%;
		padding: 30px 20px 50px 20px;
		border-radius: 20px;
	}
	.on-lst01 li.on-lst-itm {
		height: auto;
		padding: 0px;
		position: static;
		text-align: center;
	}
	.on-lst01 li.on-lst-itm .box-on_img {
		width: 100%;
		max-width: 270px;
		height: auto;
		max-height: 180px;
		margin: 0 auto;
		border-radius: 0;
		position: static;
	}
	.on-lst01 li.on-lst-itm .box-on_img img {
		border-radius: 10px;
	}
	.on-lst01 li.on-lst-itm .box-on_txt {
		font-size: 24px;
		display: inline-block;
		position: static;
		top: -10px;
		right: -10px;
		background: none;
		width: auto;
		height: auto;
		padding: 0;
	}
	.on-lst01 li.on-lst-itm .box-on_txt br {
		display: none;
	}
	.on-lst01 li.on-lst-itm p {
		display: inline-block;
		font-size: 15px;
		position: static;
		width: 80px;
		height: 80px;
	}
	.on-lst01 li.on-lst-itm p .adtxt {
		font-size: 22px;
	}
	.on-lst01 li.on-lst-txt {
		font-size: 20px;
		line-height: 1.4;
		margin: 40px 0 0 0;
	}
	.on-lst01 li.on-lst-txt br {
		display: none;
	}
	.on-lst01 li.on-lst-txt span {
		font-size: 24px;
		margin: 0 2px;
	}
	.on-txt-box02 {
		flex-direction: column;
	}
	.on-txt-box02 .on-txt-boxin01 {
		width: 100%;
		margin: 0 0 10px 0;
	}
	.on-txt-box02 .on-txt-b02 {
		font-size: 16px;
		line-height: 1.4;
		margin: 0 0 5px 0;
	}
	.on-txt-box02 .on-txt-b02 br {
		display: none;
	}
	.on-txt-box02 .on-txt-b03 {
		font-size: 18px;
		line-height: 1.4;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	.on-txt-box02 .on-txt-b03 br {
		display: none;
	}
	.on-txt-box02 .on-txt-b03 span.bdbm {
		font-size: 18px;
	}
	.on-txt-box02 .on-txt-b03 span.pdnm {
		font-size: 18px;
	}
}

@media screen and (max-width: 600px) {
/*----------------------------------------------------------------------*/
	.ttl-logo {
		font-size: 20px;
		flex-wrap: wrap;
		width: 100%;
		max-width: 350px;
	}
	.ttl-logo .logoMk {
		width: 100%;
		max-width: 100%;
		height: 65px;
		margin: 0 5px;
	}
	.ttl-logo .logoTx {
		width: 100%;
		max-width: 100%;
		height: 65px;
		margin: 0 5px;
	}
}



/*----------------------------------------------------------------------*/
/*                                                                      */
/* m-concept                                                            */
/*                                                                      */
/*----------------------------------------------------------------------*/
section.m-concept {
	padding: 0 0 0px 0;
	/*background: #3c6b51;*/
}
section.m-concept .l-wrap {
	width: 1100px;
	padding: 0 0 60px 0;
	background: #fff;
}
section.m-concept .ad {
	font-size: 26px;
	font-weight: bold;
	color: #222;
	text-align: center;
	margin: 0 auto 40px auto;
	position: relative;
	padding: 1.5rem 2rem;
	-webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
}
section.m-concept .ad:before, section.m-concept .ad:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	content: '';
	background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
	background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}
section.m-concept .ad:before {
	top: 0;
}
section.m-concept .ad:after {
	bottom: 0;
}
section.m-concept h2 {
	font-size: 28px;
	font-weight: bold;
	color: #222;
	text-align: center;
	margin: 0 auto 10px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 960px;
}
section.m-concept h2 .logoMk {
	text-indent: -9999px;
	background: url("../../common/img/logo_fujin_mvmk.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: inline-block;
	width: 40%;
	height: 90px;
	margin: 0 10px 0 0;
}
section.m-concept h2 .logoTx {
	text-indent: -9999px;
	background: url("../../common/img/logo_fujin_mvtx.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: inline-block;
	width: 40%;
	height: 90px;
	margin: 0 10px 0 0;
}
section.m-concept h2 .ja {
	font-size: 50px;
	font-weight: bold;
	color: #222;
	text-align: center;
	margin: 0 auto 10px auto;
	display: block;
	justify-content: center;
	align-items: center;
	width: 960px;
}
.pointLink {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 0 40px 0;
}
.pointLink .item {
	display: block;
	width: 25%;
	margin: 10px;
}
.pointLink .box {
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px;
	text-decoration: none;
	border-top: 4px solid #aa9e5c;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	background: #fff;
	overflow: hidden;
	box-sizing: border-box;
}
.pointLink .box:hover {
	background: #dcdcdc;
}
.pointLink .pointLink_title {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 20px auto;
	background: #aa9e5c;
  text-shadow: 1px 1px rgba(122, 113, 64, 0.7) , 2px 2px rgba(126, 117, 66, 0.715) , 3px 3px rgba(130, 121, 69, 0.73) , 4px 4px rgba(134, 124, 71, 0.745) , 5px 5px rgba(137, 127, 73, 0.76) , 6px 6px rgba(140, 130, 75, 0.775) , 7px 7px rgba(143, 133, 76, 0.79) , 8px 8px rgba(146, 136, 78, 0.805) , 9px 9px rgba(149, 138, 79, 0.82) , 10px 10px rgba(151, 140, 81, 0.835) , 11px 11px rgba(153, 142, 82, 0.85) , 12px 12px rgba(155, 144, 83, 0.865) , 13px 13px rgba(157, 146, 85, 0.88) , 14px 14px rgba(159, 148, 86, 0.895) , 15px 15px rgba(161, 150, 87, 0.91) , 16px 16px rgba(163, 151, 88, 0.925) , 17px 17px rgba(164, 153, 89, 0.94) , 18px 18px rgba(166, 154, 90, 0.955) , 19px 19px rgba(167, 155, 90, 0.97) , 20px 20px rgba(169, 157, 91, 0.985);
}
.pointLink .pointLink_title .en {
	font-size: 1.2rem;
	font-weight: 400;
	color: #fff;
	letter-spacing: 0;
	line-height: 1.2;
}
.pointLink .pointLink_title .num {
	font-size: 3rem;
	font-weight: 300;
	color: #fff;
	letter-spacing: 0;
	line-height: 0.8;
}
.pointLink .text {
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pointLink .text span {
	font-size: 1.7rem;
	font-weight: bold;
	color: #555;
	letter-spacing: -0.5px;
	line-height: 1.4;
	text-align: center;
	text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
.pointLink .icon {
	display: block;
	width: 19px;
	margin: 20px auto 0;
}


@media screen and (max-width: 1280px), print {
/*----------------------------------------------------------------------*/
}
@media screen and (max-width: 1024px) {
/*----------------------------------------------------------------------*/
	section.m-concept .l-wrap {
		width: 90%;
	}
	section.m-concept h2 {
		width: 100%;
	}
	section.m-concept h2 .ja {
		font-size: 40px;
		width: 100%;
	}
	.pointLink .item {
		width: 28%;
		margin: 5px;
	}
	.pointLink .box {
		padding: 20px 15px;
	}
	.pointLink .pointLink_title {
		margin: 0 auto;
	}
	.pointLink .text span {
		font-size: 1.3rem;
	}
}

@media screen and (max-width: 767px) {
/*----------------------------------------------------------------------*/
	section.m-concept .l-wrap {
		width: 90%;
		padding: 0 0 40px 0;
	}
	section.m-concept .ad {
		font-size: 22px;
		margin: 0 auto 30px auto;
		padding: 20px 0;
	}
	section.m-concept h2 {
		font-size: 20px;
		width: 100%;
		max-width: 350px;
	}
	section.m-concept h2 .logoMk {
		width: 100%;
		max-width: 100%;
		height: 65px;
		margin: 0 5px;
	}
	section.m-concept h2 .logoTx {
		width: 100%;
		max-width: 100%;
		height: 65px;
		margin: 0 5px;
	}
	section.m-concept h2 .ja {
		font-size: 21px;
		width: 100%;
	}
	.pointLink {
		margin: 0;
	}
	.pointLink .item {
		width: 45%;
		margin: 5px;
	}
	.pointLink .box {
		padding: 15px;
	}
	.pointLink .pointLink_title {
		width: 70px;
		height: 70px;
		margin: 0 auto 10px auto;
	}
	.pointLink .pointLink_title .en {
		font-size: 14px;
	}
	.pointLink .pointLink_title .num {
		font-size: 26px;
	}
	.pointLink .text {
		height: auto;
		min-height: 55px;
	}
	.pointLink .text span {
		font-size: min(5vw,20px);
		line-height: 1.2;
		text-shadow: none;
	}
	.pointLink .text span br {
		display: none;
	}
	.pointLink .icon {
		width: 16px;
		margin: 15px auto 0;
	}
}


@media screen and (max-width: 600px) {
/*----------------------------------------------------------------------*/
	section.m-concept h2 {
		font-size: 20px;
		flex-wrap: wrap;
		width: 100%;
		max-width: 350px;
	}
	section.m-concept h2 .logoMk {
		width: 100%;
		max-width: 100%;
		height: 65px;
		margin: 0 5px;
	}
	section.m-concept h2 .logoTx {
		width: 100%;
		max-width: 100%;
		height: 65px;
		margin: 0 5px;
	}
}



/*----------------------------------------------------------------------*/
/*                                                                      */
/* point                                                                */
/*                                                                      */
/*----------------------------------------------------------------------*/
section.point {
	padding: 0;
}
section.point .inner {
	width: 1100px;
	margin: 0 auto;
	padding: 100px 0 100px 0;
	background: #fff;
	position: relative;
}
section.point .inner::before {
	content: "";
	background: #aa9e5c;
	width: 100%;
	height: 4px;
	position: absolute;
	top: 148px;
	z-index: 1;
}
.point .content {
	width: 100%;
}
.pointHead {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 20px auto;
	background: #aa9e5c;
  text-shadow: 1px 1px rgba(122, 113, 64, 0.7) , 2px 2px rgba(126, 117, 66, 0.715) , 3px 3px rgba(130, 121, 69, 0.73) , 4px 4px rgba(134, 124, 71, 0.745) , 5px 5px rgba(137, 127, 73, 0.76) , 6px 6px rgba(140, 130, 75, 0.775) , 7px 7px rgba(143, 133, 76, 0.79) , 8px 8px rgba(146, 136, 78, 0.805) , 9px 9px rgba(149, 138, 79, 0.82) , 10px 10px rgba(151, 140, 81, 0.835) , 11px 11px rgba(153, 142, 82, 0.85) , 12px 12px rgba(155, 144, 83, 0.865) , 13px 13px rgba(157, 146, 85, 0.88) , 14px 14px rgba(159, 148, 86, 0.895) , 15px 15px rgba(161, 150, 87, 0.91) , 16px 16px rgba(163, 151, 88, 0.925) , 17px 17px rgba(164, 153, 89, 0.94) , 18px 18px rgba(166, 154, 90, 0.955) , 19px 19px rgba(167, 155, 90, 0.97) , 20px 20px rgba(169, 157, 91, 0.985);
	position: relative;
	z-index: 2;
	transform: scale(1.5);
}
.pointHead .en {
	font-size: 1.2rem;
	font-weight: 400;
	color: #fff;
	letter-spacing: 0;
	line-height: 1.2;
}
.pointHead .num {
	font-size: 3rem;
	font-weight: 300;
	color: #fff;
	letter-spacing: 0;
	line-height: 0.8;
}
.content_title {
	text-align: center;
	margin: 0 0 40px 0;
	padding: 60px 0 0 0;
}
.content_title .balloon {
	display: inline-block;
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 10px 30px 17px 30px;
	background: #81511c;
	border-radius: 40px;
	color: #fff;
	font-size: 2.1rem;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1;
}
.content_title .balloon::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: -9px;
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-width: 10px 5px 0 5px;
	border-color: #81511c transparent transparent transparent;
}
.content_title .title {
	display: block;
	position: relative;
	z-index: 1;
	padding: 0 30px;
	font-size: 50px;
	color: #aa9e5c;
	line-height: 1.7;
}
#point01 .content .title {
	position: relative;
	display: block;
	margin: 0 auto 38px auto;
	padding: 7px 10px;
	width: 80%;
	font-size: 36px;
	font-weight: bold;
	color: #555;
	text-align: center;
	line-height: 1.4;
	background: #fff;
	border: solid 4px #555;
	box-sizing: border-box;
}
#point01 .content .title span {
	margin: 0 4px;
	padding: 0;
	font-size: 36px;
	font-weight: bold;
	color: #b40019;
}
#point01 .content .title::before {
	content: "";
	position: absolute;
	bottom: -70px;
	right: 178px;
	border: 36px solid transparent;
	border-top: 36px solid #FFF;
	z-index: 2;
}
#point01 .content .title::after {
	content: "";
	position: absolute;
	bottom: -80px;
	right: 20%;
	border: 40px solid transparent;
	border-top: 40px solid #555;
	z-index: 1;
}
#point01 .content .bwrap {
	display: flex;
	margin: 0 auto;
	padding: 0;
	width: 80%;
}
#point01 .content .bwrap .textBox {
	width: 480px;
	margin: 0;
	padding: 0 40px 0 0;
}
#point01 .content .bwrap .textBox .subtitle {
	margin-bottom: 15px;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.6;
}
#point01 .content .bwrap .textBox .subtitle span {
	font-weight: bold;
}
#point01 .content .bwrap .textBox .text {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.6;
}
#point01 .content .bwrap .imgBox {
	width: 400px;
	margin: 0;
	padding: 0;
}
#point01 .content .bwrap .imgBox img {
	width: 100%;
	margin: 0;
	padding: 0;
}
#point02 .content .title {
	display: block;
	margin: 0 auto 38px auto;
	padding: 7px 10px;
	width: 70%;
	font-size: 36px;
	font-weight: bold;
	color: #555;
	text-align: center;
	line-height: 1.4;
}
#point02 .content .title span {
	margin: 0 4px;
	padding: 0;
	font-size: 36px;
	font-weight: bold;
	color: #b40019;
}
#point02 .content .imgBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	position: relative;
	width: 80%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
#point02 .content .imgBox img {
	width: 40%;
	height: auto;
	margin: 0 0 30px 0;
	padding: 0;
	border-radius: 15px;
}
#point02 .content .imgBox::before,
#point02 .content .imgBox::after{
    position: absolute;
    content: "";
}
#point02 .content .imgBox::before{
    left: 438px;
	top: 112px;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    border: 16px solid transparent;
    border-left: 16px solid #7a0;
}
#point02 .content .imgBox::after{
    left: 426px;
	top: 120px;
    width: 18px;
    height: 16px;
    border-left: 14px solid #7a0;
}
#point02 .content .imgBox .subtitle {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.6;
}
#point03 .content .title {
	display: block;
	margin: 0 auto 38px auto;
	padding: 20px 10px 20px 100px;
	width: 70%;
	font-size: 36px;
	font-weight: bold;
	color: #555;
	text-align: center;
	line-height: 1.4;
	background-image: url("../../common/img/icon_point_03.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100px 100px;
	border: 4px solid #555;
	border-radius: 20px;
}
#point03 .content .title .small {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 22px;
	color: #555;
	text-align: center;
	line-height: 1.4;
}
#point03 .content .textBox {
	width: 770px;
	margin: 0 auto 40px auto;
	padding: 0;
	display: flex;
	align-items: center;
}
#point03 .content .subtitle {
	width: 490px;
	padding: 0 30px 0 0;
	margin-bottom: 15px;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 0.5px;
	line-height: 1.4;
	word-break: break-all;
}
#point03 .content .subtitle .bd1 {
	font-size: 32px;
	font-weight: bold;
}
#point03 .content .subtitle .bd2 {
	font-size: 32px;
	font-weight: bold;
	color: #b40019;
}
#point03 .content .imgBox {
	display: block;
	width: 280px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
#point03 .content .imgBox img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
#point03 .content .text {
	width: 770px;
	padding: 30px 0;
	margin: 0 auto;
	font-size: 19px;
	font-weight: 500;
	text-align: center;
	letter-spacing: -0.5px;
	line-height: 1.4;
	word-break: break-all;
	border-top: 4px solid #555;
	border-bottom: 4px solid #555;
}
#point04 .content .titleBox {
	display: block;
	margin: 0 auto 40px auto;
	padding: 24px 0 27px 0;
	width: 70%;
	border: 4px solid #555;
	position: relative;
}
#point04 .content .titleBox::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 30%;
	margin-left: -25px;
  bottom: -30px;
  border-top: 30px solid #555;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
}
#point04 .content .titleBox::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 30%;
	margin-left: -25px;
  bottom: -23px;
  border-top: 30px solid #fff;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
}
#point04 .content .title {
	display: block;
	margin: 0 auto 0px auto;
	padding: 0;
	font-size: 26px;
	color: #555;
	text-align: center;
	line-height: 1.4;
}
#point04 .content .title span {
	margin: 0 4px;
	padding: 0;
	font-size: 26px;
	font-weight: bold;
}
#point04 .content .title2 {
	display: block;
	margin: 0 auto 0px auto;
	padding: 0;
	font-size: 30px;
	font-weight: bold;
	color: #555;
	text-align: center;
	line-height: 1.4;
}
#point04 .content .title2 span {
	margin: 0 4px;
	padding: 0;
	font-size: 46px;
	font-weight: bold;
	color: #b40019;
}
#point04 .content .textBox {
	display: block;
	width: 69%;
	margin: 0 auto 0px auto;
	padding: 0;
	display: flex;
}
#point04 .content .textBox ul {
	display: block;
	width: 500px;
	height: auto;
	margin: 0;
	padding: 0;
}
#point04 .content .textBox ul .text {
	width: 490px;
	height: auto;
	margin: 0 0 10px 0;
	padding: 0 20px 0 30px;
	font-size: 26px;
	line-height: 1.6;
	background-image: url("../../common/img/icon_check01.png");
	background-repeat: no-repeat;
	background-position: left 9px;
	background-size: 26px 26px;
}
#point04 .content .imgBox {
	display: block;
	width: 270px;
	height: auto;
	margin: 0;
	padding: 0;
}
#point04 .content .imgBox img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border-radius: 10px;
}
#point05 .content .titleBox {
	display: block;
	margin: 0 auto 30px auto;
	padding: 24px 0 0 0;
	width: 70%;
	border: 4px solid #555;
}
#point05 .content .title {
	margin: 0 auto 25px auto;
	padding: 0 60px;
	font-size: 30px;
	color: #555;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.4;
}
#point05 .content .title span {
	margin: 0 4px;
	padding: 0;
	font-size: 36px;
	font-weight: bold;
}
#point05 .content .titleBox .imgBox {
	display: block;
	width: 100%;
	height: 380px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#point05 .content .titleBox .imgBox img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
#point05 .content .textBox {
	width: 70%;
	margin: 0 auto 0px auto;
	padding: 0;
}
#point05 .content .textBox .text {
	margin: 0 auto 0px auto;
	padding: 0;
	font-size: 26px;
	color: #555;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.6;
}
#point05 .content .textBox .text span {
	font-weight: bold;
}
#point06 .content .titleBox {
	display: block;
	margin: 0 auto 20px auto;
	padding: 20px 10px 20px 100px;
	width: 70%;
	background-image: url("../../common/img/img_point_06.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100px 100px;
	border: 4px solid #555;
	border-radius: 20px;
}
#point06 .content .title {
	margin: 0;
	padding: 0;
	font-size: 30px;
	color: #555;
	text-align: left;
	line-height: 1.4;
}
#point06 .content .title span {
	margin: 0;
	padding: 0;
	font-size: 30px;
	font-weight: bold;
	color: #555;
	text-align: left;
	line-height: 1.4;
}
#point06 .content .imgBox {
	display: flex;
	justify-content: space-evenly;
	width: 70%;
	height: auto;
	margin: 0 auto 30px auto;
	padding: 0;
}
#point06 .content .imgBox img {
	width: 30%;
	height: auto;
	margin: 0;
	padding: 0;
}
#point06 .content .textBox {
	display: flex;
	margin: 0 auto 10px auto;
	padding: 0;
	width: 70%;
}
#point06 .content .subtitle {
	display: flex;
	align-items: center;
	width: 50%;
	margin: 0;
	padding: 20px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 1.4;
	background: #aa9e5c;
	border: 4px solid #555;
}
#point06 .content .subtitle:nth-child(1) {
	margin: 0 5px 0 0;
}
#point06 .content .subtitle:nth-child(2) {
	margin: 0 0 0 5px;
}
#point06 .content .text {
	width: 70%;
	margin: 0 auto;
	padding: 20px 20px 20px 20px;
	font-size: 34px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 1.4;
	border: 4px solid #638c0b;
	background: #86b81b;
	background: -webkit-repeating-linear-gradient(-45deg, #86b81b, #86b81b 3px,#8fc31f 3px, #8fc31f 7px);
	background: repeating-linear-gradient(-45deg, #86b81b, #86b81b 3px,#8fc31f 3px, #8fc31f 7px);
	text-shadow: 0px 0px 2px #444;
}
#point06 .content .text img {
	width: 50px;
	height: 50px;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	display: inline-block;
	text-shadow: 0px 0px 2px #444;
}


@media screen and (max-width: 1280px), print {
/*----------------------------------------------------------------------*/
}
@media screen and (max-width: 1024px) {
/*----------------------------------------------------------------------*/
	section.point .inner {
		width: 90%;
		padding: 50px 0 80px 0;
	}
	section.point .inner::before {
		top: 98px;
	}
	#point01 .content .title {
		padding: 7px 10px 15px 10px;
		font-size: 30px;
	}
	#point01 .content .title span {
		font-size: 30px;
	}
	#point01 .content .title::before {
		right: 50%;
		transform: translateX(50%);
	}
	#point01 .content .title::after {
		right: 50%;
		transform: translateX(50%);
	}
	#point01 .content .bwrap {
		flex-direction: column-reverse;
	}
	#point01 .content .bwrap .textBox {
		width: 100%;
		padding: 0;
	}
	#point01 .content .bwrap .textBox .subtitle {
		font-size: 24px;
	}
	#point01 .content .bwrap .imgBox {
		margin: 0 auto;
	}
	#point02 .content .title {
		font-size: 30px;
	}
	#point02 .content .title span {
		font-size: 30px;
	}
	#point02 .content .imgBox {
		width: 620px;
	}
	#point02 .content .imgBox::before{
		left: 310px;
		top: 72px;
	}
	#point02 .content .imgBox::after{
    left: 298px;
		top: 80px;
	}
	#point02 .content .imgBox .subtitle {
		width: 80%;
		margin: 0 auto;
		font-size: 18px;
		letter-spacing: 0;
	}
	#point03 .content .title {
		font-size: 30px;
	}
	#point03 .content .title .small {
		font-size: 20px;
	}
	#point03 .content .textBox {
		width: 70%;
		max-width: 700px;
		flex-direction: column-reverse;
	}
	#point03 .content .subtitle {
		padding: 0;
		font-size: 30px;
	}
	#point03 .content .subtitle .bd1 {
		font-size: 30px;
	}
	#point03 .content .subtitle .bd2 {
		font-size: 30px;
	}
	#point03 .content .text {
		width: 70%;
		max-width: 700px;
	}
	#point04 .content .titleBox {
		padding: 20px 20px 25px 20px;
	}
	#point04 .content .titleBox::before{
		left: 50%;
		transform: translateX(-50%);
		margin-left: 0;
	}
	#point04 .content .titleBox::after{
		left: 50%;
		transform: translateX(-50%);
		margin-left: 0;
	}
	#point04 .content .title {
		font-size: 24px;
	}
	#point04 .content .title span {
		font-size: 24px;
	}
	#point04 .content .title2 {
		font-size: 24px;
	}
	#point04 .content .title2 span {
		font-size: 36px;
	}
	#point04 .content .textBox {
		flex-direction: column;
		background-size: 22px 22px;
	}
	#point04 .content .textBox ul .text {
		font-size: 22px;
		background-size: 22px 22px;
	}
	#point04 .content .imgBox {
		margin: 0 auto;
	}
	#point05 .content .title {
		font-size: 20px;
	}
	#point05 .content .title span {
		font-size: 24px;
	}
	#point05 .content .titleBox .imgBox {
		height: auto;
	}
	#point05 .content .titleBox .imgBox img {
		display: block;
	}
	#point05 .content .textBox .text {
		font-size: 20px;
	}
	#point06 .content .title {
		font-size: 20px;
	}
	#point06 .content .title span {
		font-size: 24px;
	}
	#point06 .content .subtitle {
		font-size: 20px;
	}
	#point06 .content .text {
		font-size: 24px;
	}
	#point06 .content .text img {
		vertical-align: middle;
	}
}

@media screen and (max-width: 767px) {
/*----------------------------------------------------------------------*/
	section.point .inner {
		width: 90%;
		padding: 60px 0 60px 0;
	}
	section.point .inner::before {
		top: 100px;
	}
	.point .content {
		width: 94%;
		margin: 0 auto;
	}
	.pointHead {
		width: 80px;
		height: 80px;
	}
	.pointHead .en {
		font-size: 15px;
	}
	.pointHead .num {
		font-size: 36px;
	}
	.content_title {
		margin: 0 0 30px 0;
		padding: 30px 0 0 0;
	}
	.content_title .balloon {
		margin: 0 0 10px 0;
		font-size: 26px;
	}
	.content_title .title {
		font-size: 30px;
		line-height: 1.2;
	}
	#point01 .content .title {
		margin: 0 auto 30px auto;
		padding: 7px 10px 12px 10px;
		width: 100%;
		max-width: 440px;
		font-size: 20px;
		line-height: 1.2;
	}
	#point01 .content .title span {
		margin: 0 2px;
		font-size: 24px;
	}
	#point01 .content .title::before {
		bottom: -38px;
		right: 50%;
		transform: translateX(50%);
		border: 20px solid transparent;
		border-top: 20px solid #FFF;
	}
	#point01 .content .title::after {
		bottom: -48px;
		right: 50%;
		transform: translateX(50%);
		border: 24px solid transparent;
		border-top: 24px solid #555;
	}
	#point01 .content .bwrap {
		justify-content: center;
		flex-direction: column-reverse;
		width: 100%;
		max-width: 440px;
	}
	#point01 .content .bwrap .textBox {
		width: 96%;
		max-width: 400px;
		margin: 0 auto;
		padding: 0;
	}
	#point01 .content .bwrap .textBox .subtitle {
		font-size: 17px;
		letter-spacing: 0;
		line-height: 1.4;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	#point01 .content .bwrap .textBox .text {
		font-size: 17px;
		letter-spacing: 0;
		line-height: 1.4;
	}
	#point01 .content .bwrap .imgBox {
		width: 96%;
		max-width: 400px;
		margin: 0 auto;
	}
	#point02 .content .title {
		margin: 0 auto 8px auto;
		padding: 7px 0;
		width: 100%;
		max-width: 440px;
		font-size: 18px;
		text-align: left;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	#point02 .content .title span {
		margin: 0 2px;
		font-size: 20px;
	}
	#point02 .content .imgBox {
		width: 100%;
		max-width: 400px;
	}
	#point02 .content .imgBox img {
		width: 45%;
		max-width: 180px;
	}
	#point02 .content .imgBox::before, #point02 .content .imgBox::after{
		display: none;
	}
	#point02 .content .imgBox .subtitle {
		font-size: 18px;
		letter-spacing: 0;
		line-height: 1.4;
	}
	#point03 .content .title {
		margin: 0 auto 28px auto;
		padding: 70px 26px 20px 26px;
		width: 100%;
		max-width: 440px;
		font-size: 20px;
		text-align: justify;
		text-justify: inter-ideograph;
		background-position: center top;
		background-size: 70px 70px;
	}
	#point03 .content .title .small {
		font-size: 17px;
		text-align: justify;
		text-justify: inter-ideograph;
		line-height: 1.2;
	}
	#point03 .content .textBox {
		width: 100%;
		max-width: 440px;
		margin: 0 auto 20px auto;
		flex-direction: column-reverse;
		justify-content: center;
	}
	#point03 .content .subtitle {
		width: 100%;
		max-width: 400px;
		padding: 0;
		margin-bottom: 0;
		font-size: 20px;
	}
	#point03 .content .subtitle .bd1 {
		font-size: 20px;
	}
	#point03 .content .subtitle .bd2 {
		font-size: 20px;
	}
	#point03 .content .imgBox {
		width: 96%;
		max-width: 280px;
	}
	#point03 .content .text {
		width: 100%;
		max-width: 400px;
		padding: 20px 0;
		font-size: 18px;
	}
	#point04 .content .titleBox {
		margin: 0 auto 30px auto;
		padding: 20px 20px 24px 20px;
		width: 96%;
		max-width: 400px;
	}
	#point04 .content .title {
		font-size: 20px;
		text-align: left;
	}
	#point04 .content .title span {
		font-size: 20px;
	}
	#point04 .content .title br {
		display: none;
	}
	#point04 .content .title2 {
		font-size: 20px;
		text-align: left;
	}
	#point04 .content .title2 span {
		font-size: 26px;
	}
	#point04 .content .textBox {
		width: 96%;
		max-width: 400px;
		flex-direction: column;
		justify-content: center;
	}
	#point04 .content .textBox ul {
		width: 100%;
		max-width: 400px;
		margin: 0 auto 10px auto;
	}
	#point04 .content .textBox ul .text {
		width: 100%;
		padding: 0 0 0 20px;
		font-size: 20px;
		background-position: left 8px;
		background-size: 16px 16px;
	}
	#point04 .content .imgBox {
		width: 96%;
		max-width: 270px;
		margin: 0 auto;
	}
	#point05 .content .titleBox {
		margin: 0 auto 20px auto;
		padding: 24px 20px;
		width: 100%;
		max-width: 440px;
	}
	#point05 .content .title {
		padding: 0 0px;
		font-size: 20px;
	}
	#point05 .content .title span {
		font-size: 20px;
	}
	#point05 .content .titleBox .imgBox {
		height: auto;
	}
	#point05 .content .textBox {
		width: 96%;
		max-width: 400px;
	}
	#point05 .content .textBox .text {
		font-size: 20px;
		line-height: 1.4;
	}
	#point06 .content .titleBox {
		padding: 80px 20px 20px 20px;
		width: 90%;
		max-width: 400px;
		background-position: center top;
		background-size: 80px 80px;
	}
	#point06 .content .title {
		font-size: 20px;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	#point06 .content .title span {
		font-size: 20px;
	}
	#point06 .content .imgBox {
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
	}
	#point06 .content .imgBox img {
		width: 45%;
		max-width: 120px;
		margin: 0 5px;
	}
	#point06 .content .textBox {
		flex-wrap: wrap;
		justify-content: space-evenly;
		margin: 0 auto 5px auto;
		width: 100%;
		max-width: 440px;
	}
	#point06 .content .subtitle {
		width: 100%;
		max-width: 200px;
		font-size: 18px;
	}
	#point06 .content .subtitle:nth-child(1) {
		margin: 0 0 5px 0;
	}
	#point06 .content .subtitle:nth-child(2) {
		margin: 0 0 5px 0;
	}
	#point06 .content .text {
		width: 74%;
		max-width: 413px;
		font-size: 18px;
		border-radius: 5px;
	}
	#point06 .content .text img {
		width: 30px;
		height: 30px;
	}
}




/*----------------------------------------------------------------------*/
/*                                                                      */
/* m-sdgs                                                               */
/*                                                                      */
/*----------------------------------------------------------------------*/
section.m-sdgs {
	padding: 100px 0 100px 0;
}
section.m-sdgs .l-wrap {
	width: 1100px;
}
section.m-sdgs .item {
	display: block;
	background: #fff;
	border: 4px solid #222;
	width: 100%;
	margin: 0 auto;
	border-radius: 30px;
	overflow: hidden;
}
section.m-sdgs .item .title {
	width: 100%;
	margin: 0 0 40px 0;
	padding: 20px 0 30px 0;
	background: #222;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
section.m-sdgs .item .title span {
	margin: 0 4px;
	padding: 0;
	font-size: 50px;
	color: #7ecef4;
	font-weight: bold;
}
section.m-sdgs .item .box {
	width: 90%;
	margin: 0 auto;
	padding: 0;
}
section.m-sdgs .item .box_title {
	width: 100%;
	margin: 0 0 30px 0;
	padding: 20px 0 30px 0;
	background: #7ecef4;
	font-size: 24px;
	color: #222;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}
section.m-sdgs .item .box_title span {
	display: block;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	text-shadow: 3px 3px 3px #444;
}
section.m-sdgs .item .ttlBox {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
}
section.m-sdgs .item .ttlBox .ttl01 {
	font-size: 20px;
	color: #222;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	margin: 0 0 10px 0;
}
section.m-sdgs .item .ttlBox .ttl01 span {
	display: inline-block;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 10px;
	margin: 0 10px 0 0;
	padding: 2px 10px 6px 20px;;
	background: #222;
	border-radius: 8px;
}
section.m-sdgs .item .ttlBox .ttl02 {
	font-size: 30px;
	color: #222;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
  position: relative;
	width: 85%;
	margin: 0 auto;
  padding: 5px 20px 10px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
section.m-sdgs .item .ttlBox .ttl02::before,
section.m-sdgs .item .ttlBox .ttl02::after {
  position: absolute;
  top: 0;
  content: '';
  width: 20px;
  height: 100%;
  border-top: 2px solid #222;
  border-bottom: 2px solid #222;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
section.m-sdgs .item .ttlBox .ttl02::before {
  left: 0;
  border-left: 2px solid #222;
}
section.m-sdgs .item .ttlBox .ttl02::after {
  right: 0;
  border-right: 2px solid #222;
}
section.m-sdgs .item .box .textBox {
	display: flex;
	align-items: center;
	width: 85%;
	margin: 0 auto 30px auto;
	padding: 0;
}
section.m-sdgs .item .box .textBox .text {
	width: 55%;
	margin: 0 auto;
	padding: 0 30px 0 0;
	font-size: 20px;
	color: #222;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.6;
}
section.m-sdgs .item .box .textBox .imgBox {
	display: block;
	width: 45%;
	height: 220px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
section.m-sdgs .item .box .textBox .imgBox img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
section.m-sdgs .item .sdgs {
	width: 80%;
	height: auto;
	margin: 0 auto 40px auto;
	padding: 0;
	overflow: hidden;
}
section.m-sdgs .item .sdgs img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}


@media screen and (max-width: 1280px), print {
/*----------------------------------------------------------------------*/
}
@media screen and (max-width: 1024px) {
/*----------------------------------------------------------------------*/
	section.m-sdgs {
		padding: 80px 0 80px 0;
	}
	section.m-sdgs .l-wrap {
		width: 90%;
	}
	section.m-sdgs .item .title {
		font-size: 20px;
	}
	section.m-sdgs .item .title span {
		font-size: 40px;
	}
	section.m-sdgs .item .box_title {
		font-size: 20px;
	}
	section.m-sdgs .item .box_title span {
		font-size: 26px;
	}
	section.m-sdgs .item .ttlBox .ttl02 {
	  padding: 5px 25px 10px 25px;
	}
	section.m-sdgs .item .box .textBox {
		flex-direction: column-reverse;
	}
	section.m-sdgs .item .box .textBox .text {
		width: 95%;
		font-size: 18px;
	}
	section.m-sdgs .item .box .textBox .imgBox {
		width: 100%;
		height: auto;
		margin: 0 0 15px 0;
	}
	section.m-sdgs .item .box .textBox .imgBox img {
		display: block;
	}
}

@media screen and (max-width: 767px) {
/*----------------------------------------------------------------------*/
	section.m-sdgs {
		padding: 20px 0 60px 0;
	}
	section.m-sdgs .l-wrap {
		width: 90%;
	}
	section.m-sdgs .item {
		border-radius: 20px;
	}
	section.m-sdgs .item .title {
		margin: 0 auto 30px auto;
		padding: 20px 20px 30px 20px;
		font-size: 20px;
		line-height: 1.2;
	}
	section.m-sdgs .item .title span {
		font-size: 40px;
	}
	section.m-sdgs .item .box_title {
		padding: 20px 20px 30px 20px;
		font-size: 22px;
	}
	section.m-sdgs .item .box_title span {
		font-size: 26px;
	}
	section.m-sdgs .item .ttlBox .ttl02 {
		font-size: 24px;
		width: 95%;
	}
	section.m-sdgs .item .box .textBox {
		flex-direction: column-reverse;
		width: 100%;
	}
	section.m-sdgs .item .box .textBox .text {
		width: 90%;
		max-width: 400px;
		padding: 0;
	}
	section.m-sdgs .item .box .textBox .imgBox {
		width: 90%;
		max-width: 400px;
		height: auto;
		max-height: 220px;
	}
}




/*----------------------------------------------------------------------*/
/*                                                                      */
/* m-gallery                                                            */
/*                                                                      */
/*----------------------------------------------------------------------*/
section.m-gallery {
	padding: 0px 0 100px 0;
}
section.m-gallery .l-wrap {
	width: 1100px;
	padding: 0 0 60px 0;
	background: #fff;
}
section.m-gallery .ad {
	font-size: 36px;
	font-weight: bold;
	color: #222;
	text-align: center;
	line-height: 1.4;
	margin: 0 auto 40px auto;
	position: relative;
	background: #fff;
	padding: 1.5rem 2rem 1.8rem 2rem;
	-webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
}
section.m-gallery .ad span {
	display: block;
	font-size: 20px;
}
section.m-gallery .ad:before, section.m-gallery .ad:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	content: '';
	background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
	background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}
section.m-gallery .ad:before {
	top: 0;
}
section.m-gallery .ad:after {
	bottom: 0;
}

.movies {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.movies .item {
	width: 40%;
	margin: 30px;
}
.movies .item .movie_canvas {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 0 0 20px 0;
}
.movies .item .movie_canvas iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.movies .item .text_canvas {
	margin: 0;
}
.movies .item .text_canvas h3 {
	font-size: 1.4rem;
	margin: 0 0 10px 0;
}
.movies .item .text_canvas p {
	font-size: 1.0rem;
	margin: 0;
}

@media screen and (max-width: 1280px), print {
/*----------------------------------------------------------------------*/
}
@media screen and (max-width: 1024px) {
/*----------------------------------------------------------------------*/
	section.m-gallery {
		padding: 0 0 80px 0;
	}
	section.m-gallery .l-wrap {
		width: 90%;
	}
	section.m-gallery .ad {
		font-size: 26px;
	}
	section.m-gallery .ad span {
		font-size: 15px;
	}
	.movies .item {
		margin: 20px;
	}
	.movies .item .movie_canvas {
		margin: 0 0 10px 0;
	}
	.movies .item .text_canvas h3 {
		font-size: 1.3rem;
		line-height: 1.4;
		margin: 0 0 5px 0;
	}
	.movies .item .text_canvas p {
		line-height: 1.6;
	}
}

@media screen and (max-width: 767px) {
/*----------------------------------------------------------------------*/
	section.m-gallery {
		padding: 0px 0 60px 0;
	}
	section.m-gallery .l-wrap {
		width: 90%;
	}
	section.m-gallery .ad {
		font-size: 26px;
		padding: 1.3rem 1rem 1.6rem 1rem;
	}
	section.m-gallery .ad span {
		font-size: 15px;
	}
	.movies {
		justify-content: space-evenly;
		width: 90%;
		margin: 0 auto;
	}
	.movies .item {
		width: 100%;
		max-width: 260px;
		margin: 10px 0;
	}
	.movies .item .movie_canvas {
		margin: 0 0 10px 0;
	}
	.movies .item .text_canvas h3 {
		font-size: 20px;
		line-height: 1.2;
	}
	.movies .item .text_canvas p {
		font-size: 16px;
		line-height: 1.4;
	}
}




/*----------------------------------------------------------------------*/
/*                                                                      */
/* m-feature                                                            */
/*                                                                      */
/*----------------------------------------------------------------------*/
section.m-feature {
	padding: 0px 0 100px 0;
}
section.m-feature .l-wrap {
	width: 1100px;
}
section.m-feature .ad {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 1.7;
	width: 70%;
	height: 120px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
section.m-feature .ad span {
	display: block;
	width: 50px;
	height: 50px;
	transform: rotate(20deg);
}
section.m-feature .ad span img {
	width: 100%;
	height: auto;
}
section.m-feature .ad::before, section.m-feature .ad::after {
	position: absolute;
	bottom: 0.8rem;
	height: 50px;
	content: "";
}
section.m-feature .ad::before {
	border-left: double 8px;
	left: 0;
	transform: rotate(-30deg);
}
section.m-feature .ad::after {
	border-left: double 8px;
	right: 0;
	transform: rotate(30deg);
}
/*
section.m-feature .ad {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	font-weight: bold;
	color: #222;
	text-align: center;
	line-height: 1.4;
	width: 70%;
	margin: 0 auto 40px auto;
	position: relative;
	background: #fff;
	padding: 1.5rem 2rem 1.8rem 2rem;
	border: 4px solid #222;
	border-radius: 50px;
}
section.m-feature .ad span {
	display: inline-block;
	width: 50px;
	height: 50px;
	transform: rotate(20deg);
}
section.m-feature .ad span img {
	width: 100%;
	height: auto;
}
*/
/*
section.m-feature .ad {
	font-size: 26px;
	font-weight: bold;
	color: #222;
	text-align: center;
	line-height: 1.4;
	margin: 0 auto 40px auto;
	position: relative;
	background: #fff;
	padding: 1.5rem 2rem 1.8rem 2rem;
	-webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
}
section.m-feature .ad span {
	display: block;
	font-size: 20px;
}
section.m-feature .ad:before, section.m-feature .ad:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	content: '';
	background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
	background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}
section.m-feature .ad:before {
	top: 0;
}
section.m-feature .ad:after {
	bottom: 0;
}
*/
section.m-feature h2 {
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin: 0 auto 0px auto;
	padding: 30px 0;
	background: #000;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 90%;
	border-radius: 50px 50px 0 0;
}
section.m-feature h2 .logoMk {
	text-indent: -9999px;
	background: url("../../common/img/logo_fujin_mvmk.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: inline-block;
	width: 40%;
	height: 90px;
	margin: 0 10px 0 0;
}
section.m-feature h2 .logoTx {
	text-indent: -9999px;
	background: url("../../common/img/logo_fujin_mvtx.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: inline-block;
	width: 40%;
	height: 90px;
	margin: 0 10px 0 0;
}
section.m-feature .feature-list {
	width: 90%;
	margin: 0 auto;
	padding: 30px 0;
	background: #fff;
}
section.m-feature .feature-list_item {
	width: 100%;
	margin: 0;
	padding: 20px 7%;
	display: flex;
	justify-content: space-between;
}
section.m-feature .feature-list_item dl {
	width: 100%;
	margin: 0;
	padding: 0 30px 0 0;
}
section.m-feature .text01 {
	display: inline-block;
	margin: 0 0 40px 0;
	padding: 7px 20px 12px 20px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
	background: #f5f5f5;
	border: 4px solid #555;
	border-radius: 33px;
	position: relative;
}
section.m-feature .text01::before {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	background: #f5f5f5;
	border: 4px solid #555;
	border-radius: 50%;
	position: absolute;
	left: 26px;
	bottom: -25px;
}
section.m-feature .text01::after {
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	background: #f5f5f5;
	border: 4px solid #555;
	border-radius: 50%;
	position: absolute;
	left: 40px;
	bottom: -38px;
}
section.m-feature .text01 span {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0;
	vertical-align: bottom;
}
section.m-feature .text01 span img {
	width: 100%;
	height: auto;
}
section.m-feature .text02 {
	margin: 0;
	padding: 0;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.4;
	text-align: justify;
	text-justify: inter-ideograph;
}
section.m-feature .text02 span {
	margin: 0;
	padding: 0;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.4;
	background-position: bottom;
	background: linear-gradient(transparent 80%, #fff000 80%);
}
section.m-feature .feature-note {
	width: 90%;
	margin: 0 auto;
	padding: 30px 0 60px 0;
	background: #5c7b59;
	border-radius: 0 0 50px 50px;
}
section.m-feature .feature-note .note01 {
	position: relative;
	width: 69%;
	margin: 0 auto;
	padding: 0;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	line-height: 1.4;
	text-align: right;
	letter-spacing: 1px;
}
section.m-feature .feature-note .note01 .bd1 {
	position: static;
	transform: none;
	width: auto;
	height: auto;
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	box-shadow: none;
	font-size: 46px;
	font-weight: bold;
	color: #fff000;
	line-height: 1.4;
	letter-spacing: 1px;
	text-shadow: 3px 3px 3px #444;
}
section.m-feature .feature-note .note01 span {
	position: absolute;
	top: -10px;
	left: 0px;
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	box-shadow: 3px 3px 5px #555;
	margin: 0;
	padding: 0;
	background: #86b81b;
	border: 4px solid #fff;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	line-height: 70px;
	text-align: center;
	letter-spacing: -1px;
	transform: rotate(-20deg);
}
section.m-feature .feature-note .note02 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 22px;
	color: #fff;
	line-height: 1.4;
	text-align: center;
	letter-spacing: 1px;
}
section.m-feature .feature-note a {
	background-color: #dc0816;
	border: 0;
	border-radius: 56px;
	cursor: pointer;
	display: block;
	width: 600px;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	outline: 0;
	margin: 0 auto;
	padding: 16px 21px;
	position: relative;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.5px;
	text-shadow: 1px 1px 3px #444;
	transition: all .3s;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}
section.m-feature .feature-note a:before {
	background-color: initial;
	background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
	border-radius: 125px;
	content: "";
	height: 50%;
	left: 4%;
	opacity: .5;
	position: absolute;
	top: 0;
	transition: all .3s;
	width: 92%;
}
section.m-feature .feature-note a:hover {
	background-color: #B40019;
}

@media screen and (max-width: 1280px), print {
/*----------------------------------------------------------------------*/
}
@media screen and (max-width: 1024px) {
/*----------------------------------------------------------------------*/
	section.m-feature {
		padding: 0 0 80px 0;
	}
	section.m-feature .l-wrap {
		width: 90%;
	}
	section.m-feature .ad {
		font-size: 21px;
		line-height: 1.4;
		flex-direction: column;
	}
	section.m-feature .ad span {
		margin: 10px 0 0 0;
	}
	section.m-feature h2 {
		font-size: 22px;
		border-radius: 30px 30px 0 0;
	}
	section.m-feature .feature-list_item {
		flex-wrap: wrap;
		justify-content: center;
	}
	section.m-feature .feature-list_item dl {
		margin: 0 0 15px 0;
		padding: 0;
	}
	section.m-feature .feature-note {
		border-radius: 0 0 30px 30px;
	}
	section.m-feature .feature-note .note01 {
		width: 79%;
		margin: 0 auto 10px auto;
		font-size: 22px;
		text-align: center;
	}
	section.m-feature .feature-note .note01 .bd1 {
		font-size: 30px;
	}
	section.m-feature .feature-note .note01 span {
		top: -58px;
		left: -20px;
		width: 70px;
		height: 70px;
		font-size: 18px;
		line-height: 64px;
	}
	section.m-feature .feature-note .note02 {
		font-size: 16px;
	}
	section.m-feature .feature-note a {
		border-radius: 20px;
		width: 500px;
		font-size: 30px;
	}
	section.m-feature .feature-note a:before {
		border-radius: 26px;
		left: 0;
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
/*----------------------------------------------------------------------*/
	section.m-feature {
		padding: 0px 0 60px 0;
	}
	section.m-feature .l-wrap {
		width: 90%;
	}
	section.m-feature .ad {
		font-size: 20px;
		width: 90%;
		max-width: 350px;
		height: 100px;
		line-height: 1.4;
		margin: 0 auto 10px auto;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	section.m-feature .ad span {
		width: 30px;
		height: 30px;
	}
	section.m-feature .ad::before, section.m-feature .ad::after {
		bottom: 0.7rem;
		height: 30px;
	}
	section.m-feature .ad::before {
		left: 10px;
	}
	section.m-feature .ad::after {
		right: 10px;
	}
	section.m-feature h2 {
		font-size: 20px;
		padding: 20px 10vw;
		width: 100%;
		border-radius: 20px 20px 0 0;
	}
	section.m-feature h2 .logoMk {
		width: 40%;
		min-width: 210px;
		height: 40px;
		margin: 5px;
	}
	section.m-feature h2 .logoTx {
		width: 40%;
		min-width: 210px;
		height: 40px;
		margin: 5px;
	}
	section.m-feature .feature-list {
		width: 100%;
		padding: 10px 20px;
	}
	section.m-feature .feature-list_item {
		padding: 20px 0;
		flex-wrap: wrap;
	}
	section.m-feature .feature-list_item dl {
		margin: 0 0 10px 0;
		padding: 0;
	}
	section.m-feature .text01 {
		padding: 7px 15px 12px 15px;
		font-size: 20px;
		border-radius: 23px;
	}
	section.m-feature .text02 {
		font-size: 20px;
	}
	section.m-feature .text02 span {
		font-size: 20px;
	}
	section.m-feature .feature-list_item .imgBox {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	section.m-feature .feature-list_item .imgBox img {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	section.m-feature .feature-note {
		width: 100%;
		padding: 60px 20px 30px 20px;
		border-radius: 0 0 20px 20px;
	}
	section.m-feature .feature-note .note01 {
		width: 100%;
		margin: 0 auto 10px auto;
		font-size: 20px;
	}
	section.m-feature .feature-note .note01 .bd1 {
		font-size: 26px;
	}
	section.m-feature .feature-note .note01 span {
		top: -70px;
		width: 70px;
		height: 70px;
		font-size: 18px;
		line-height: 60px;
	}
	section.m-feature .feature-note .note02 {
		font-size: 16px;
	}
	section.m-feature .feature-note a {
		border-radius: 16px;
		width: 100%;
		font-size: 20px;
		line-height: 1.4;
		padding: 16px 21px 20px 21px;
	}
	section.m-feature .feature-note a:before {
		border-radius: 16px;
		left: 0;
		width: 100%;
	}
}




/*----------------------------------------------------------------------*/
/*                                                                      */
/* m-productin                                                          */
/*                                                                      */
/*----------------------------------------------------------------------*/
section.m-productin {
	padding: 0px 0 100px 0;
}
section.m-productin .l-wrap {
	width: 1100px;
	padding: 0 0 100px 0;
	background: #fff;
}
section.m-productin .ad {
	font-size: 36px;
	font-weight: bold;
	color: #222;
	text-align: center;
	line-height: 1.4;
	margin: 0 auto 60px auto;
	position: relative;
	background: #fff;
	padding: 1.5rem 2rem 1.8rem 2rem;
	-webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
}
section.m-productin .ad span {
	display: block;
	font-size: 20px;
}
section.m-productin .ad:before, section.m-productin .ad:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	content: '';
	background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
	background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}
section.m-productin .ad:before {
	top: 0;
}
section.m-productin .ad:after {
	bottom: 0;
}
section.m-productin h3 {
	position: relative;
	font-size: 50px;
	font-weight: bold;
	color: #222;
	line-height: 1.4;
	text-align: center;
	letter-spacing: 4px;
	width: 370px;
	margin: 0 auto 40px auto;
}
section.m-productin h3 .bln {
	position: absolute;
	top: 0px;
	right: 20px;
	display: block;
	padding: 0 30px 4px 30px;
	font-size: 20px;
	color: #222;
	line-height: 1.4;
	text-align: center;
	letter-spacing: 0;
	border: 2px solid #555;
	border-radius: 16px;
}
section.m-productin h3 .nmb {
	display: inline-block;
	font-family: 'メイリオ', 'Meiryo', sans-serif;
	font-size: 150px;
	font-weight: normal;
	color: #222;
	line-height: 120px;
	text-align: center;
	letter-spacing: 0;
}
section.m-productin h3 .tec {
	display: inline-block;
	font-size: 70px;
	font-weight: bold;
	color: #222;
	line-height: 1.4;
	text-align: center;
}
section.m-productin .mainBox {
	display: flex;
	width: 90%;
	margin: 0 auto 40px auto;
}
section.m-productin .mainBox .imgBox {
	width: 300px;
	height: auto;
	margin: 0;
	padding: 0;
}
section.m-productin .mainBox .imgBox img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
section.m-productin .mainBox .cntBox {
	width: 660px;
	height: auto;
	margin: 0;
	padding: 0;
}
section.m-productin .mainBox .cntBox .txt01 {
	font-size: 20px;
	line-height: 1.6;
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 0;
	padding: 7px 20px 12px 20px;
	border: 1px solid #555;
	border-radius: 30px;
}
section.m-productin .mainBox .cntBox .txt01 span.bd01 {
	font-size: 21px;
	font-weight: bold;
	color: #b40019;
}
section.m-productin .mainBox .cntBox .txt01 span.bd02 {
	font-size: 21px;
	font-weight: bold;
}
section.m-productin .mainBox .cntBox .productin-list {
	display: flex;
	justify-content: center;
	width: 660px;
	height: auto;
	margin: -10px 0 0 0;
	padding: 0;
}
section.m-productin .mainBox .cntBox .productin-list .productin-list_item {
	display: block;
	width: 220px;
	height: 220px;
	margin: 0 0 0 -15px;
	padding: 0;
	border: 10px solid #f5f5f5;
	border-radius: 50%;
	overflow: hidden;
}
section.m-productin .mainBox .cntBox .productin-list .productin-list_item:nth-child(1) {
	background-image: linear-gradient(135deg, rgb(222, 129, 25) 0%, rgb(222, 129, 25) 10%,rgb(201, 113, 31) 10%, rgb(201, 113, 31) 23%,rgb(181, 97, 38) 23%, rgb(181, 97, 38) 26%,rgb(160, 82, 44) 26%, rgb(160, 82, 44) 27%,rgb(139, 66, 50) 27%, rgb(139, 66, 50) 38%,rgb(119, 50, 57) 38%, rgb(119, 50, 57) 54%,rgb(98, 34, 63) 54%, rgb(98, 34, 63) 100%),linear-gradient(45deg, rgb(222, 129, 25) 0%, rgb(222, 129, 25) 10%,rgb(201, 113, 31) 10%, rgb(201, 113, 31) 23%,rgb(181, 97, 38) 23%, rgb(181, 97, 38) 26%,rgb(160, 82, 44) 26%, rgb(160, 82, 44) 27%,rgb(139, 66, 50) 27%, rgb(139, 66, 50) 38%,rgb(119, 50, 57) 38%, rgb(119, 50, 57) 54%,rgb(98, 34, 63) 54%, rgb(98, 34, 63) 100%),linear-gradient(0deg, rgb(222, 129, 25) 0%, rgb(222, 129, 25) 10%,rgb(201, 113, 31) 10%, rgb(201, 113, 31) 23%,rgb(181, 97, 38) 23%, rgb(181, 97, 38) 26%,rgb(160, 82, 44) 26%, rgb(160, 82, 44) 27%,rgb(139, 66, 50) 27%, rgb(139, 66, 50) 38%,rgb(119, 50, 57) 38%, rgb(119, 50, 57) 54%,rgb(98, 34, 63) 54%, rgb(98, 34, 63) 100%),linear-gradient(90deg, rgb(163, 190, 151),rgb(250, 185, 29)); background-blend-mode:overlay,overlay,overlay,normal;
}
section.m-productin .mainBox .cntBox .productin-list .productin-list_item:nth-child(2) {
	background-image: linear-gradient(45deg, rgb(67, 95, 221) 0%, rgb(67, 95, 221) 22%,rgb(80, 115, 203) 22%, rgb(80, 115, 203) 48%,rgb(92, 135, 185) 48%, rgb(92, 135, 185) 73%,rgb(105, 156, 167) 73%, rgb(105, 156, 167) 77%,rgb(118, 176, 149) 77%, rgb(118, 176, 149) 87%,rgb(130, 196, 131) 87%, rgb(130, 196, 131) 89%,rgb(143, 216, 113) 89%, rgb(143, 216, 113) 100%),linear-gradient(90deg, rgb(67, 95, 221) 0%, rgb(67, 95, 221) 22%,rgb(80, 115, 203) 22%, rgb(80, 115, 203) 48%,rgb(92, 135, 185) 48%, rgb(92, 135, 185) 73%,rgb(105, 156, 167) 73%, rgb(105, 156, 167) 77%,rgb(118, 176, 149) 77%, rgb(118, 176, 149) 87%,rgb(130, 196, 131) 87%, rgb(130, 196, 131) 89%,rgb(143, 216, 113) 89%, rgb(143, 216, 113) 100%),linear-gradient(67.5deg, rgb(67, 95, 221) 0%, rgb(67, 95, 221) 22%,rgb(80, 115, 203) 22%, rgb(80, 115, 203) 48%,rgb(92, 135, 185) 48%, rgb(92, 135, 185) 73%,rgb(105, 156, 167) 73%, rgb(105, 156, 167) 77%,rgb(118, 176, 149) 77%, rgb(118, 176, 149) 87%,rgb(130, 196, 131) 87%, rgb(130, 196, 131) 89%,rgb(143, 216, 113) 89%, rgb(143, 216, 113) 100%),linear-gradient(157.5deg, rgb(67, 95, 221) 0%, rgb(67, 95, 221) 22%,rgb(80, 115, 203) 22%, rgb(80, 115, 203) 48%,rgb(92, 135, 185) 48%, rgb(92, 135, 185) 73%,rgb(105, 156, 167) 73%, rgb(105, 156, 167) 77%,rgb(118, 176, 149) 77%, rgb(118, 176, 149) 87%,rgb(130, 196, 131) 87%, rgb(130, 196, 131) 89%,rgb(143, 216, 113) 89%, rgb(143, 216, 113) 100%),linear-gradient(90deg, rgb(195, 223, 84),rgb(118, 43, 234)); background-blend-mode:overlay,overlay,overlay,overlay,normal;
}
section.m-productin .mainBox .cntBox .productin-list .productin-list_item:nth-child(3) {
	background-image: linear-gradient(112.5deg, rgb(199, 149, 37) 0%, rgb(199, 149, 37) 2%,rgb(202, 137, 37) 2%, rgb(202, 137, 37) 10%,rgb(205, 124, 37) 10%, rgb(205, 124, 37) 38%,rgb(208, 112, 37) 38%, rgb(208, 112, 37) 64%,rgb(210, 100, 36) 64%, rgb(210, 100, 36) 66%,rgb(213, 87, 36) 66%, rgb(213, 87, 36) 78%,rgb(216, 75, 36) 78%, rgb(216, 75, 36) 100%),linear-gradient(157.5deg, rgb(199, 149, 37) 0%, rgb(199, 149, 37) 2%,rgb(202, 137, 37) 2%, rgb(202, 137, 37) 10%,rgb(205, 124, 37) 10%, rgb(205, 124, 37) 38%,rgb(208, 112, 37) 38%, rgb(208, 112, 37) 64%,rgb(210, 100, 36) 64%, rgb(210, 100, 36) 66%,rgb(213, 87, 36) 66%, rgb(213, 87, 36) 78%,rgb(216, 75, 36) 78%, rgb(216, 75, 36) 100%),linear-gradient(67.5deg, rgb(199, 149, 37) 0%, rgb(199, 149, 37) 2%,rgb(202, 137, 37) 2%, rgb(202, 137, 37) 10%,rgb(205, 124, 37) 10%, rgb(205, 124, 37) 38%,rgb(208, 112, 37) 38%, rgb(208, 112, 37) 64%,rgb(210, 100, 36) 64%, rgb(210, 100, 36) 66%,rgb(213, 87, 36) 66%, rgb(213, 87, 36) 78%,rgb(216, 75, 36) 78%, rgb(216, 75, 36) 100%),linear-gradient(90deg, rgb(65, 48, 207),rgb(202, 204, 121)); background-blend-mode:overlay,overlay,overlay,normal;
}
section.m-productin .mainBox .cntBox .productin-list .productin-list_item dl {
	display: block;
	width: 200px;
	height: 200px;
	margin: 0;
	padding: 0;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}
section.m-productin .mainBox .cntBox .productin-list .productin-list_item dl .img {
	display: block;
	width: 200px;
	height: 200px;
	margin: auto;
	padding: 0;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}
/*
section.m-productin .mainBox .cntBox .productin-list .productin-list_item dl .img img {
	display: block;
	width: 220px;
	height: 220px;
	margin: auto;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}*/
section.m-productin .mainBox .cntBox .productin-list .productin-list_item dl .label {
	display: block;
	width: 200px;
	margin: 0;
	padding: 0;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 1.4;
}
section.m-productin .mech {
	width: 70%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
section.m-productin .mech .mechBox {
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
	padding: 0;
	background: #f5f5f5;
}
section.m-productin .mech .mechBox img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: 10px solid #f5f5f5;
}
section.m-productin .mech .txt01 {
	font-size: 20px;
	line-height: 1.6;
	text-align: justify;
	text-justify: inter-ideograph;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}


@media screen and (max-width: 1280px), print {
/*----------------------------------------------------------------------*/
}
@media screen and (max-width: 1024px) {
/*----------------------------------------------------------------------*/
	section.m-productin {
		padding: 0 0 80px 0;
	}
	section.m-productin .l-wrap {
		width: 90%;
		padding: 0 0 80px 0;
	}
	section.m-productin .ad {
		font-size: 26px;
	}
	section.m-productin .ad span {
		font-size: 15px;
	}
	section.m-productin .mainBox {
		flex-direction: column;
		align-items: center;
	}
	section.m-productin .mainBox .cntBox {
		width: 90%;
	}
	section.m-productin .mainBox .cntBox .productin-list {
		width: 560px;
		margin: -10px auto 0 auto;
		justify-content: center;
	}
	section.m-productin .mainBox .cntBox .productin-list .productin-list_item {
		width: 200px;
		height: 200px;
	}
	section.m-productin .mainBox .cntBox .productin-list .productin-list_item dl {
		width: 180px;
		height: 180px;
	}
	section.m-productin .mainBox .cntBox .productin-list .productin-list_item dl .img {
		width: 180px;
		height: 180px;
	}
	section.m-productin .mainBox .cntBox .productin-list .productin-list_item dl .label {
		width: 180px;
		border-radius: 0;
		font-size: 18px;
	}
	section.m-productin .mech .mechBox img {
		display: block;
	}
	section.m-productin .mech .txt01 {
		font-size: 18px;
	}
}

@media screen and (max-width: 767px) {
/*----------------------------------------------------------------------*/
	section.m-productin {
		padding: 0 0 60px 0;
	}
	section.m-productin .l-wrap {
		width: 90%;
		padding: 0 0 60px 0;
	}
	section.m-productin .ad {
		font-size: 26px;
		padding: 1.3rem 1rem 1.6rem 1rem;
	}
	section.m-productin .ad span {
		font-size: 15px;
	}
	section.m-productin h3 {
		font-size: 30px;
		width: 100%;
		max-width: 300px;
		margin: 0 auto 10px auto;
	}
	section.m-productin h3 .bln {
		top: 15px;
		right: 35px;
		padding: 0 10px 4px 10px;
		font-size: 15px;
	}
	section.m-productin h3 .nmb {
		font-size: 110px;
	}
	section.m-productin h3 .tec {
		font-size: 50px;
	}
	section.m-productin .mainBox {
		flex-wrap: wrap;
	}
	section.m-productin .mainBox .imgBox {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}
	section.m-productin .mainBox .cntBox {
		width: 100%;
	}
	section.m-productin .mainBox .cntBox .txt01 {
		font-size: 18px;
		line-height: 1.4;
		border-radius: 20px;
	}
	section.m-productin .mainBox .cntBox .productin-list {
		width: 100%;
		flex-wrap: wrap;
	}
	section.m-productin .mainBox .cntBox .productin-list .productin-list_item {
		width: 140px;
		height: 140px;
		margin: 0 0 -30px -12px;
		padding: 5px;
		border: 5px solid #f5f5f5;
	}
	section.m-productin .mainBox .cntBox .productin-list .productin-list_item dl {
		width: 120px;
		height: 120px;
	}
	section.m-productin .mainBox .cntBox .productin-list .productin-list_item dl .img {
		width: 120px;
		height: 120px;
	}
	section.m-productin .mainBox .cntBox .productin-list .productin-list_item dl .label {
		width: 120px;
		border-radius: 0;
		font-size: 14px;
	}
	section.m-productin .mech {
		width: 90%;
	}
	section.m-productin .mech .mechBox img {
		display: block;
	}
	section.m-productin .mech .txt01 {
		font-size: 18px;
		line-height: 1.4;
	}
}




/*----------------------------------------------------------------------*/
/*                                                                      */
/* m-spec                                                               */
/*                                                                      */
/*----------------------------------------------------------------------*/
section.m-spec {
	padding: 0px 0 100px 0;
}
section.m-spec .l-wrap {
	width: 1100px;
	padding: 0 0 100px 0;
	background: #fff;
}
section.m-spec .ad {
	font-size: 36px;
	font-weight: bold;
	color: #222;
	text-align: center;
	line-height: 1.4;
	margin: 0 auto 60px auto;
	position: relative;
	background: #fff;
	padding: 1.5rem 2rem 1.8rem 2rem;
	-webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
}
section.m-spec .ad span {
	display: block;
	font-size: 20px;
}
section.m-spec .ad:before, section.m-spec .ad:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	content: '';
	background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
	background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}
section.m-spec .ad:before {
	top: 0;
}
section.m-spec .ad:after {
	bottom: 0;
}
section.m-spec h3 {
	position: relative;
	font-size: 20px;
	font-weight: bold;
	color: #222;
	line-height: 1.4;
	text-align: center;
	letter-spacing: 4px;
	margin: 0 auto 40px auto;
}
.spec_all {
	width: 1040px;
	margin: 0 auto 30px auto;
	overflow-x: scroll;
}
.spec_all table {
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0;
	width: 1040px;
	table-layout: fixed;
	word-break: break-all;
}
.spec_all table tr {
	background-color: #e6f2f5;
	padding: .35em;
	border-bottom: 2px solid #fff;
}
.spec_all table th,
.spec_all table td {
	padding: 1em 10px 1em 1em;
	border-right: 2px solid #fff;
}
.spec_all table th {
	font-size: .85em;
}
.spec_all table th:nth-child(1) {
	width: 110px;
}
.spec_all table td {
	font-size: .85em;
}
.spec_all table thead tr{
	background-color: #44765a;
	color:#fff;
}
.spec_all table tbody th {
	background: #78bbc7;
	color: #fff;
}
.spec_all .txt{
	text-align: left;
	font-size: .85em;
}
.spec_all .price{
	text-align: right;
	color: #167F92;
	font-weight: bold;
}
.spec_all .non{
	background:#fff
}
.spec_all table tr td:nth-of-type(1){
	width: 200px;
}
.spec_all .bln {
	border-left: none;
	padding: 1em 1em 1em 0;
}
.spec_all .bln img {
	width: 99%;
	height: auto;
}
.spec_all .brn {
	border-right: none;
	padding: 1em 0 1em 1em;
}
.spec_all .brn img {
	width: 99%;
	height: auto;
}
.m-product-clear-link {
	background: #767d83;
	color: #FFF;
	font-size: 16px;
	padding: 10px 15px;
	margin: 10px auto;
	display: block;
	width: 60%;
	text-align: center;
}
.m-product-clear-link:hover {
	background: #555;
}

@media screen and (max-width: 1280px), print {
/*----------------------------------------------------------------------*/
}
@media screen and (max-width: 1024px) {
/*----------------------------------------------------------------------*/
	section.m-spec {
		padding: 0 0 80px 0;
	}
	section.m-spec .l-wrap {
		width: 90%;
		padding: 0 0 80px 0;
	}
	section.m-spec .ad {
		font-size: 26px;
	}
	section.m-spec .ad span {
		font-size: 15px;
	}
	.spec_all {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
/*----------------------------------------------------------------------*/
	section.m-spec {
		padding: 0 0 60px 0;
	}
	section.m-spec .l-wrap {
		width: 90%;
		padding: 0 0 60px 0;
	}
	section.m-spec .ad {
		font-size: 26px;
		padding: 1.3rem 1rem 1.6rem 1rem;
	}
	section.m-spec .ad span {
		font-size: 15px;
	}
	section.m-spec h3 {
		margin: 0 auto 30px auto;
		width: 90%;
	}
	.spec_all {
		width: 100%;
	}
	.m-product-clear-link {
		font-size: 15px;
		line-height: 1.6;
		padding: 10px 10px;
		margin: 0 auto;
		width: 80%;
		max-width: 320px;
	}
}




/*----------------------------------------------------------------------*/
/*                                                                      */
/* m-before                                                             */
/*                                                                      */
/*----------------------------------------------------------------------*/
section.m-before {
	padding: 0px 0 100px 0;
}
section.m-before .l-wrap {
	width: 1100px;
	padding: 0 0 100px 0;
	background: #fff;
}
section.m-before .ad {
	font-size: 36px;
	font-weight: bold;
	color: #222;
	text-align: center;
	line-height: 1.4;
	margin: 0 auto 60px auto;
	position: relative;
	background: #fff;
	padding: 1.5rem 2rem 1.8rem 2rem;
	-webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
}
section.m-before .ad span {
	display: block;
	font-size: 20px;
}
section.m-before .ad:before, section.m-before .ad:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	content: '';
	background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
	background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}
section.m-before .ad:before {
	top: 0;
}
section.m-before .ad:after {
	bottom: 0;
}
#m-question {
	padding-top: 100px;
	margin-top: -100px;
}
.m-before-title {
	text-align: center;
	margin: 0 auto 20px;
}
.m-before-befores {
	width: 80%;
	margin: 0 auto;
	padding: 30px 0 10px 0;
}
.m-before-befores-item {
	background: #fff;
	border: 1px solid #999;
	border-radius: 10px;
}
/*
.m-before-befores-item {
	background: #fff;
	border: 4px solid #555;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
}*/
.m-before-befores-item:not(:last-child) {
	margin-bottom: 10px;
}
.m-before-befores-head {
	padding: 20px 30px;
	background: #fff/*#44765a #78bbc7*/;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	border-radius: 10px;
}
.m-before-befores-head.is-active {
	border-radius: 10px 10px 0 0;
}
.m-before-befores-head .num {
	font-size: 26px;
	font-weight: bold;
	color: #78bbc7;
	line-height: 1;
	margin-right: 1em;
}
.m-before-befores-head .label {
	font-size: 20px;
}
.m-before-befores-head-col1 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.m-before-befores-btn {
	width: 10px;
	height: 10px;
	border-left: 2px solid #555;
	border-bottom: 2px solid #555;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	cursor: pointer;
	background: none;
	border-top: none;
	border-right: none;
}
.is-active .m-before-befores-btn {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
.m-before-befores-content {
	font-size: 20px;
	background: #e6f2f5;
	border-top: 1px solid #e2e8ec;
	padding: 20px 30px;
	display: none;
	border-radius: 0 0 10px 10px;
}
.m-app-h02 {
	text-align: center;
	margin-bottom: 1.5em;
}
.m-app-h02:before, .m-app-h02:after {
	content: "―";
	margin: 0 1em;
}


@media screen and (max-width: 1280px), print {
/*----------------------------------------------------------------------*/
}
@media screen and (max-width: 1024px) {
/*----------------------------------------------------------------------*/
	section.m-before {
		padding: 0 0 80px 0;
	}
	section.m-before .l-wrap {
		width: 90%;
		padding: 0 0 80px 0;
	}
	section.m-before .ad {
		font-size: 26px;
	}
	section.m-before .ad span {
		font-size: 15px;
	}
	.m-before-befores {
		width: 90%;
	}
}

@media screen and (max-width: 767px) {
/*----------------------------------------------------------------------*/
	section.m-before {
		padding: 0 0 60px 0;
	}
	section.m-before .l-wrap {
		width: 90%;
		padding: 0 0 60px 0;
	}
	section.m-before .ad {
		font-size: 26px;
		padding: 1.3rem 1rem 1.6rem 1rem;
	}
	section.m-before .ad span {
		font-size: 15px;
	}
	.m-before-befores {
		width: 90%;
		padding: 0;
	}
	.m-before-befores-head {
		padding: 10px 15px;
	}
	.m-before-befores-head .num {
		font-size: 22px;
		margin-right: 10px;
	}
	.m-before-befores-head .label {
		font-size: 16px;
		line-height: 1.4;
		margin-right: 5px;
	}
	.m-before-befores-content {
		font-size: 16px;
		padding: 10px 15px;
	}
}




/*----------------------------------------------------------------------*/
/*                                                                      */
/* m-contact                                                            */
/*                                                                      */
/*----------------------------------------------------------------------*/
section.m-contact {
	padding: 0px 0 100px 0;
}
section.m-contact .l-wrap {
	width: 1100px;
	padding: 0 0 100px 0;
	background: #fff;
}
section.m-contact .ad {
	font-size: 36px;
	font-weight: bold;
	color: #222;
	text-align: center;
	line-height: 1.4;
	margin: 0 auto 60px auto;
	position: relative;
	background: #fff;
	padding: 1.5rem 2rem 1.8rem 2rem;
	-webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
}
section.m-contact .ad span {
	display: block;
	font-size: 20px;
}
section.m-contact .ad:before, section.m-contact .ad:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	content: '';
	background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
	background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}
section.m-contact .ad:before {
	top: 0;
}
section.m-contact .ad:after {
	bottom: 0;
}
section.m-contact h3 {
	position: relative;
	font-size: 20px;
	font-weight: bold;
	color: #222;
	line-height: 1.4;
	text-align: center;
	letter-spacing: 4px;
	margin: 0 auto 40px auto;
}
.contactbox {
	width: 70%;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
form#mailformpro {
	padding: 0;
}
form#mailformpro .mfp_phase {
}
form#mailformpro dl.mailform{
	clear: both;
	margin:0 auto 10px 0;
	padding:0;
	text-align:left;
	width:100%;
}
form#mailformpro dl.mailform:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
form#mailformpro dl dt {
	width: 100%;
	font-size: 20px;
	font-weight: normal;
	color: #222;
	padding: 0 0 0 10px;
	text-align: left;
	margin: 0;
	background:none;
	box-sizing: border-box!important;
}
form#mailformpro dl dd {
	width: 100%;
	margin: 0px;
	padding: 0;
	font-size: 20px;
	text-align: left;
	box-sizing: border-box!important;
}
form#mailformpro dl dd a {
	margin: 5px 0 0 0;
	padding: 0px 0px 0px 0px;
	line-height: 3.0;
}
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 {
	padding: 0;
	font-size: 20px;
	color: #ff0000;
	margin: 0 0 0 5px;
}
/*== label css ==*/
form#mailformpro label {
	display: inline-block;
	border-radius: 3px;
	margin: 0;
	padding: 10px 0;
	font-size: 20px;
}
form#mailformpro label.watto:nth-child(1) {
	margin: 0 5px 0 0;
}
form#mailformpro label.watto:nth-child(2) {
	margin: 0 0 0 5px;
}
form#mailformpro label.mfp_checked {
	padding: 3px;
	background-color: #E8EEF9;
}
form#mailformpro label.mfp_not_checked {
	padding: 3px;
}
/* confirm css */
#mfp_overlay_inner h4 {
	font-size: 24px;
	font-weight: normal;
	color: #002f56;
	line-height: 3.0rem;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
}
table#mfp_confirm_table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 1000px;
	margin: 0 auto;
}
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;
	font-size: 16px;
	border-top: solid 1px #555;
	padding: 10px 10px;
}
table#mfp_confirm_table tr:last-child th,table#mfp_confirm_table tr:last-child td {
	border-top: solid 1px #555;
	border-bottom: solid 1px #555;
}
table#mfp_confirm_table tr th {
	white-space: nowrap;
}
table#mfp_confirm_table tr td {
	line-height: 1.5em;
	word-break: break-all;
}
/* confirm.flat css */
div#mfp_phase_confirm {
	clear: both;
}
div#mfp_phase_confirm h4 {
	font-size: 105%;
	font-weight:bold;
	padding: 10px 0px 0px 0px;
	text-align: center;
}
div#mfp_phase_confirm div#mfp_phase_confirm_inner {
}
/* confirm.overlay css */
div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 10001;
	width:100%!important;
}
div#mfp_overlay_inner {
	background-color: #FFF;
	padding: 15px;
	margin: 0px auto;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	width: 100%;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
}
div#mfp_overlay_background {
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 10000;
}
/* loading css */
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(../../common/img/mfp_loading.gif);
}


/* error css */
div.mfp_err {
	clear: both;
	display: none;
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
	color: #F00;
	font-size: 12px;
	line-height: normal;
	background-image: url(../../common/img/mfp_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
.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;
}


/* warning css */
div#mfp_warning {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_warning p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_warning p strong {
	font-size: 18px;
	color: #F00;
}


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


/*== input css ==*/
form#mailformpro input{
	width: 99%;
	background: #e8edef!important;
	border: none;
	border-radius: 10px;
/*
	-webkit-appearance:none;
*/
	padding: 17px;
	font-family: 'M PLUS 1', sans-serif !important;
	font-size: 20px;
	letter-spacing: 1px;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
form#mailformpro input.watto{
	width: 25px;
	height: 25px;
}
form#mailformpro input.sei,form#mailformpro input.mei{
	width: 45%;
	vertical-align: middle;
}
form#mailformpro input.yubin{
	width: 45%;
	vertical-align: middle;
}
form#mailformpro input.checkbox{
	width:auto;
	padding: 7px;
	font-size: 100%;
	vertical-align: middle;
}
form#mailformpro input.checkbox{
	background:#f9f9f9;
	border:1px solid #dcdcdc;
	border-radius:0;
	webkit-border-radius:0;
	padding: 7px;
	font-size: 100%;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
form#mailformpro input.radio{
	display: none;
}
.mfp label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left: 20px;
	padding: 10px 20px;
	border-radius: 2px;
	color: #3e4956;
	font-size: 15px;
	text-align: center;
	line-height: 1;
}
.mfp label.watto {
	text-align: left;
	padding: 17px 20px 17px 20px!important;
	background: #e8edef;
	border-radius: 10px!important;
}
.mfp input[type="radio"]:checked + label:after {
	position: absolute;
	content: "";
	top: 50%;
	left: 6px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-radius: 50%;
	background: #002f56;
}
form#mailformpro textarea {
	width: 99%!important;
	height: 246px!important;
	font-family: 'M PLUS 1', sans-serif !important;
	font-size: 20px;
  padding: 17px 38px 17px 17px;
	vertical-align: middle;
	background: #e8edef;
	border: 1px solid #dcdcdc;
	border-radius: 10px;
	-webkit-appearance:none;
}
form#mailformpro li.pullarea {
	width: 300px;
	margin:0 0 10px 0;
	padding:0;
	overflow:hidden;
}
.cp_ipselect {
  overflow: hidden;
  width: 90%;
  margin: 0;
  text-align: center;
  background: #e8edef;
  border-radius: 10px;
}
.cp_ipselect select {
  width: 100%;
  cursor: pointer;
	font-family: 'M PLUS 1', sans-serif !important;
	font-size: 20px;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
  position: relative;
  border: none;
}
.cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 50%;
	transform: translateY(-50%);
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #222;
  pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
  padding: 17px 38px 17px 17px;
  color: #222;
}
/* phase css */
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;
}
ul#mfp_phase_stat li {
	float: left;
	padding: 8px 15px;
	border-radius: 3px;
	margin: 5px;
	list-style: none;
	font-size: 14px;
}
ul#mfp_phase_stat li.mfp_phase_arrow {
	bos-shadow: none;
	padding: 8px 5px;
}
ul#mfp_phase_stat li.mfp_active_phase {
	background-color: #E8EEF9;
	box-shadow: 0px 0px 5px #000;
}
ul#mfp_phase_stat li.mfp_inactive_phase {
	background-color: #CCC;
	color: #666;
	box-shadow: 0px 0px 5px #CCC;
}


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


/* button css */
div.mfp_buttons {
	clear: both;
	padding: 40px 0 50px 0;
	text-align: center;
}
div.mfp_buttons button {
	background-color: #dc0816;
	border: 0;
	border-radius: 56px;
	cursor: pointer;
	display: block;
	width: 600px;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	outline: 0;
	margin: 0 auto;
	padding: 16px 21px;
	position: relative;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.5px;
	text-shadow: 1px 1px 3px #444;
	transition: all .3s;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}
div.mfp_buttons button:before {
	background-color: initial;
	background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
	border-radius: 125px;
	content: "";
	height: 50%;
	left: 4%;
	opacity: .5;
	position: absolute;
	top: 0;
	transition: all .3s;
	width: 92%;
}
div.mfp_buttons button:hover {
	background-color: #B40019;
}



div.mfp_buttons button:nth-child(2) {
	background-color: #555;
		width: 300px;
		font-size: 16px;
		padding: 12px 10px;
}
div.mfp_buttons button:nth-child(2):before {
}
div.mfp_buttons button:nth-child(2):hover {
	background-color: #333;
}

.contactbox .notice {
	font-size: 20px;
	margin: 0;
	padding: 0 0 0 16px;
	position: relative;
}
.contactbox .notice:before {
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	top: 12px;
	width: 14px;
	height: 14px;
	background: #78bbc7;
	border-radius: 100%;
}

/* mailform css */
body {
	overflow-x: hidden;
}
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;
}
#thanks article {
	width: 900px;
	margin: 0 auto;
	padding: 80px 0;
}
#thanks article #mv_bottom {
	width: 100%;
	margin: 0 auto;
	padding: 40px 0;
}
#thanks article #mv_bottom h2 {
	font-size: 30px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
#thanks article #mv_bottom h2 span {
	font-size: 16px;
	text-align: center;
	display: block;
	margin: 0 auto;
	padding: 0;
}
#thanks article .contact p {
	font-size: 22px;
	margin: 0 0 30px 0;
	padding: 0;
}
#thanks article #contactbox_out01 {
	display: block;
	margin: 0 auto;
	padding: 20px;
	border-top: 1px dotted #555;
	border-bottom: 1px dotted #555;
}
#thanks article #contactbox_out01 .notice {
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 0 0 0 16px;
	position: relative;
}
#thanks article #contactbox_out01 .notice:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
	width: 14px;
	height: 14px;
	background: #78bbc7;
	border-radius: 100%;
}
#thanks article #contactbox_out02 {
	display: block;
	margin: 0 auto;
	padding: 30px 0 0 0;
}
#thanks article #contactbox_out02 .bnav {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
}
#thanks article #contactbox_out02 .bnav .bnavbtn {
	display: block;
	width: auto;
	font-size: 18px;
	text-decoration: none;
	margin: 0 10px;
	padding: 10px 20px;
	border: 1px solid #555;
	border-radius: 4px;
}
#thanks article #contactbox_out02 .bnav .bnavbtn:hover {
	border: 1px solid #555;
	background: #555;
	color: #fff;
}

@media screen and (max-width: 1280px), print {
/*----------------------------------------------------------------------*/
}
@media screen and (max-width: 1024px) {
/*----------------------------------------------------------------------*/
	section.m-contact {
		padding: 0 0 80px 0;
	}
	section.m-contact .l-wrap {
		width: 90%;
		padding: 0 0 80px 0;
	}
	section.m-contact .ad {
		font-size: 26px;
	}
	section.m-contact .ad span {
		font-size: 15px;
	}
	section.m-contact h3 {
		width: 70%;
		letter-spacing: 0;
		margin: 0 auto 30px auto;
	}
	.contactbox {
		width: 80%;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	}
form#mailformpro {
	padding: 0;
}
form#mailformpro .mfp_phase {
}
form#mailformpro dl.mailform{
	clear: both;
	margin:0 auto 10px 0;
	padding:0;
	text-align:left;
	width:100%;
}
form#mailformpro dl.mailform:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
	form#mailformpro dl dt {
	width: 100%;
		font-size: 18px;
	font-weight: normal;
	color: #222;
	padding: 0 0 0 10px;
	text-align: left;
	margin: 0;
	background:none;
	box-sizing: border-box!important;
	}
	form#mailformpro dl dd {
	width: 100%;
	margin: 0px;
	padding: 0;
		font-size: 18px;
	text-align: left;
	box-sizing: border-box!important;
	}
form#mailformpro dl dd a {
	margin: 5px 0 0 0;
	padding: 0px 0px 0px 0px;
	line-height: 3.0;
}
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 {
	padding: 0;
		font-size: 18px;
	color: #ff0000;
	margin: 0 0 0 5px;
	}
/*== label css ==*/
	form#mailformpro label {
	display: inline-block;
	border-radius: 3px;
	margin: 0;
	padding: 10px 0;
		font-size: 18px;
	}
form#mailformpro label.watto:nth-child(1) {
	margin: 0 5px 0 0;
}
form#mailformpro label.watto:nth-child(2) {
	margin: 0 0 0 5px;
}
form#mailformpro label.mfp_checked {
	padding: 3px;
	background-color: #E8EEF9;
}
form#mailformpro label.mfp_not_checked {
	padding: 3px;
}
/* confirm css */
#mfp_overlay_inner h4 {
	font-size: 24px;
	font-weight: normal;
	color: #002f56;
	line-height: 3.0rem;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
}
table#mfp_confirm_table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 1000px;
	margin: 0 auto;
}
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;
	font-size: 16px;
	border-top: solid 1px #CCC;
	padding: 10px 10px;
}
table#mfp_confirm_table tr th {
	white-space: nowrap;
}
table#mfp_confirm_table tr td {
	line-height: 1.5em;
	word-break: break-all;
}
/* confirm.flat css */
div#mfp_phase_confirm {
	clear: both;
}
div#mfp_phase_confirm h4 {
	font-size: 105%;
	font-weight:bold;
	padding: 10px 0px 0px 0px;
	text-align: center;
}
div#mfp_phase_confirm div#mfp_phase_confirm_inner {
}
/* confirm.overlay css */
div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 10001;
	width:100%!important;
}
div#mfp_overlay_inner {
	background-color: #FFF;
	padding: 15px;
	margin: 0px auto;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	width: 100%;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
}
div#mfp_overlay_background {
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 10000;
}
/* loading css */
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(../../common/img/mfp_loading.gif);
}


/* error css */
div.mfp_err {
	clear: both;
	display: none;
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
	color: #F00;
	font-size: 12px;
	line-height: normal;
	background-image: url(../../common/img/mfp_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
.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;
}


/* warning css */
div#mfp_warning {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_warning p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_warning p strong {
	font-size: 18px;
	color: #F00;
}


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


/*== input css ==*/
	form#mailformpro input{
	width: 99%;
	background: #e8edef!important;
	border: none;
	border-radius: 10px;
	padding: 17px;
	font-family: 'M PLUS 1', sans-serif !important;
		font-size: 18px;
	letter-spacing: 1px;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	}
form#mailformpro input.watto{
	width: 25px;
	height: 25px;
}
form#mailformpro input.sei,form#mailformpro input.mei{
	width: 45%;
	vertical-align: middle;
}
form#mailformpro input.yubin{
	width: 45%;
	vertical-align: middle;
}
form#mailformpro input.checkbox{
	width:auto;
	padding: 7px;
	font-size: 100%;
	vertical-align: middle;
}
form#mailformpro input.checkbox{
	background:#f9f9f9;
	border:1px solid #dcdcdc;
	border-radius:0;
	webkit-border-radius:0;
	padding: 7px;
	font-size: 100%;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
form#mailformpro input.radio{
	display: none;
}
.mfp label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left: 20px;
	padding: 10px 20px;
	border-radius: 2px;
	color: #3e4956;
	font-size: 15px;
	text-align: center;
	line-height: 1;
}
.mfp label.watto {
	text-align: left;
	padding: 17px 20px 17px 20px!important;
	background: #e8edef;
	border-radius: 10px!important;
}
.mfp input[type="radio"]:checked + label:after {
	position: absolute;
	content: "";
	top: 50%;
	left: 6px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-radius: 50%;
	background: #002f56;
}
	form#mailformpro textarea {
	width: 99%!important;
	height: 246px!important;
	font-family: 'M PLUS 1', sans-serif !important;
		font-size: 18px;
  padding: 17px 38px 17px 17px;
	vertical-align: middle;
	background: #e8edef;
	border: 1px solid #dcdcdc;
	border-radius: 10px;
	-webkit-appearance:none;
	}
form#mailformpro li.pullarea {
	width: 300px;
	margin:0 0 10px 0;
	padding:0;
	overflow:hidden;
}
.cp_ipselect {
  overflow: hidden;
  width: 90%;
  margin: 0;
  text-align: center;
  background: #e8edef;
  border-radius: 10px;
}
	.cp_ipselect select {
  width: 100%;
  cursor: pointer;
	font-family: 'M PLUS 1', sans-serif !important;
		font-size: 18px;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
	}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
  position: relative;
  border: none;
}
.cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 50%;
	transform: translateY(-50%);
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #222;
  pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
  padding: 17px 38px 17px 17px;
  color: #222;
}
/* phase css */
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;
}
ul#mfp_phase_stat li {
	float: left;
	padding: 8px 15px;
	border-radius: 3px;
	margin: 5px;
	list-style: none;
	font-size: 14px;
}
ul#mfp_phase_stat li.mfp_phase_arrow {
	bos-shadow: none;
	padding: 8px 5px;
}
ul#mfp_phase_stat li.mfp_active_phase {
	background-color: #E8EEF9;
	box-shadow: 0px 0px 5px #000;
}
ul#mfp_phase_stat li.mfp_inactive_phase {
	background-color: #CCC;
	color: #666;
	box-shadow: 0px 0px 5px #CCC;
}


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


/* button css */
div.mfp_buttons {
	clear: both;
	padding: 40px 0 50px 0;
	text-align: center;
}
	div.mfp_buttons button {
	background-color: #dc0816;
	border: 0;
	border-radius: 56px;
	cursor: pointer;
	display: block;
		width: 500px;
		font-size: 30px;
	font-weight: bold;
	color: #fff;
	outline: 0;
	margin: 0 auto;
	padding: 16px 21px;
	position: relative;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.5px;
	text-shadow: 1px 1px 3px #444;
	transition: all .3s;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	}
div.mfp_buttons button:before {
	background-color: initial;
	background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
	border-radius: 125px;
	content: "";
	height: 50%;
	left: 4%;
	opacity: .5;
	position: absolute;
	top: 0;
	transition: all .3s;
	width: 92%;
}
div.mfp_buttons button:hover {
	background-color: #B40019;
}
	.contactbox .notice {
		font-size: 18px;
		line-height: 1.6;
	}
	.contactbox .notice:before {
		top: 9px;
	}
/* mailform css */
body {
	overflow-x: hidden;
}
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;
}
}

@media screen and (max-width: 767px) {
/*----------------------------------------------------------------------*/
	section.m-contact {
		padding: 0 0 60px 0;
	}
	section.m-contact .l-wrap {
		width: 90%;
		padding: 0 0 60px 0;
	}
	section.m-contact .ad {
		font-size: 26px;
		padding: 1.3rem 1rem 1.6rem 1rem;
	}
	section.m-contact .ad span {
		font-size: 15px;
	}
	section.m-contact h3 {
		width: 90%;
		letter-spacing: 0;
		margin: 0 auto 30px auto;
	}
	.contactbox {
		width: 90%;
	}
	form#mailformpro dl dt {
		font-size: 16px;
	}
	form#mailformpro dl dd {
		font-size: 16px;
	}
	.must {
		font-size: 16px;
	}
	form#mailformpro label {
		font-size: 16px;
	}
	form#mailformpro label.watto:nth-child(1) {
		margin: 5px 0;
	}
	form#mailformpro label.watto:nth-child(2) {
		margin: 5px 0;
	}
form#mailformpro label.mfp_checked {
	padding: 3px;
	background-color: #E8EEF9;
}
form#mailformpro label.mfp_not_checked {
	padding: 3px;
}
/* confirm css */
#mfp_overlay_inner h4 {
	font-size: 24px;
	font-weight: normal;
	color: #002f56;
	line-height: 3.0rem;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
}
	table#mfp_confirm_table {
	border-spacing: 0px;
	border-collapse: collapse;
		width: 100%;
	margin: 0 auto;
	}
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;
	font-size: 16px;
		border-top: none;
	padding: 10px 10px;
		display: block;
	}
	table#mfp_confirm_table tr:last-child th {
		border-top: none;
		border-bottom: none;
	}
	table#mfp_confirm_table tr:last-child td {
		border-top: none;
		border-bottom: solid 1px #555;
	}
table#mfp_confirm_table tr th {
	white-space: nowrap;
	padding: 10px 10px 0 10px;
}
	table#mfp_confirm_table tr td {
	line-height: 1.5em;
	word-break: break-all;
		padding: 0 10px 10px 10px;
		border-bottom: 1px solid #555;
	}
/* confirm.flat css */
div#mfp_phase_confirm {
	clear: both;
}
div#mfp_phase_confirm h4 {
	font-size: 105%;
	font-weight:bold;
	padding: 10px 0px 0px 0px;
	text-align: center;
}
div#mfp_phase_confirm div#mfp_phase_confirm_inner {
}
/* confirm.overlay css */
div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 10001;
	width:100%!important;
}
div#mfp_overlay_inner {
	background-color: #FFF;
	padding: 15px;
	margin: 0px auto;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	width: 100%;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
}
div#mfp_overlay_background {
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 10000;
}
/* loading css */
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(../../common/img/mfp_loading.gif);
}


/* error css */
div.mfp_err {
	clear: both;
	display: none;
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
	color: #F00;
	font-size: 12px;
	line-height: normal;
	background-image: url(../../common/img/mfp_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
.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;
}


/* warning css */
div#mfp_warning {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_warning p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_warning p strong {
	font-size: 18px;
	color: #F00;
}


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


/*== input css ==*/
	form#mailformpro input{
	width: 99%;
	background: #e8edef!important;
	border: none;
	border-radius: 10px;
	padding: 17px;
	font-family: 'M PLUS 1', sans-serif !important;
		font-size: 18px;
	letter-spacing: 1px;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	}
	form#mailformpro input.watto{
		width: 25px;
		height: 25px;
		margin: 0 5px 0 0;
	}
form#mailformpro input.sei,form#mailformpro input.mei{
	width: 45%;
	vertical-align: middle;
}
form#mailformpro input.yubin{
	width: 55%;
	vertical-align: middle;
}
form#mailformpro input.checkbox{
	width:auto;
	padding: 7px;
	font-size: 100%;
	vertical-align: middle;
}
form#mailformpro input.checkbox{
	background:#f9f9f9;
	border:1px solid #dcdcdc;
	border-radius:0;
	webkit-border-radius:0;
	padding: 7px;
	font-size: 100%;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
form#mailformpro input.radio{
	display: none;
}
.mfp label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left: 20px;
	padding: 10px 20px;
	border-radius: 2px;
	color: #3e4956;
	font-size: 15px;
	text-align: center;
	line-height: 1;
}
	.mfp label.watto {
		width: 100%;
		min-width: 200px;
		max-width: 300px;
	text-align: left;
		padding: 17px 15px 17px 15px!important;
	background: #e8edef;
	border-radius: 10px!important;
	}
.mfp input[type="radio"]:checked + label:after {
	position: absolute;
	content: "";
	top: 50%;
	left: 6px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-radius: 50%;
	background: #002f56;
}
form#mailformpro textarea {
	width: 99%!important;
	height: 246px!important;
	font-family: 'M PLUS 1', sans-serif !important;
	font-size: 20px;
  padding: 17px 38px 17px 17px;
	vertical-align: middle;
	background: #e8edef;
	border: 1px solid #dcdcdc;
	border-radius: 10px;
	-webkit-appearance:none;
}
	form#mailformpro li.pullarea {
		width: 100%;
	margin:0 0 10px 0;
	padding:0;
	overflow:hidden;
	}
.cp_ipselect {
  overflow: hidden;
  width: 90%;
  margin: 0;
  text-align: center;
  background: #e8edef;
  border-radius: 10px;
}
	.cp_ipselect select {
  width: 100%;
  cursor: pointer;
	font-family: 'M PLUS 1', sans-serif !important;
		font-size: 16px;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
	}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
  position: relative;
  border: none;
}
.cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 50%;
	transform: translateY(-50%);
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #222;
  pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
  padding: 17px 38px 17px 17px;
  color: #222;
}
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;
}
ul#mfp_phase_stat li {
	float: left;
	padding: 8px 15px;
	border-radius: 3px;
	margin: 5px;
	list-style: none;
	font-size: 14px;
}
ul#mfp_phase_stat li.mfp_phase_arrow {
	bos-shadow: none;
	padding: 8px 5px;
}
ul#mfp_phase_stat li.mfp_active_phase {
	background-color: #E8EEF9;
	box-shadow: 0px 0px 5px #000;
}
ul#mfp_phase_stat li.mfp_inactive_phase {
	background-color: #CCC;
	color: #666;
	box-shadow: 0px 0px 5px #CCC;
}


/* cart css */
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 {
		padding: 20px 0 30px 0;
	}
	div.mfp_buttons button {
		border-radius: 16px;
		width: 100%;
		max-width: 300px;
		font-size: 16px;
	}
	div.mfp_buttons button:before {
		border-radius: 16px;
		left: 0;
		width: 100%;
	}
	div.mfp_buttons button:nth-child(2) {
		width: 80%;
		max-width: 220px;
		font-size: 14px;
	}
	.contactbox .notice {
		font-size: 15px;
		line-height: 1.6;
		margin: 0 0 10px 0;
	}
	.contactbox .notice:before {
		top: 6px;
	}

/* mailform css */
body {
	overflow-x: hidden;
}
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;
}
	#thanks article {
		width: 90%;
	}
#thanks article #mv_bottom {
	width: 100%;
	margin: 0 auto;
	padding: 40px 0;
}
#thanks article #mv_bottom h2 {
	font-size: 30px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
#thanks article #mv_bottom h2 span {
	font-size: 16px;
	text-align: center;
	display: block;
	margin: 0 auto;
	padding: 0;
}
	#thanks article .contact p {
		font-size: 16px;
	margin: 0 0 30px 0;
	padding: 0;
	}
#thanks article #contactbox_out01 {
	display: block;
	margin: 0 auto;
	padding: 20px;
	border-top: 1px dotted #555;
	border-bottom: 1px dotted #555;
}
	#thanks article #contactbox_out01 .notice {
		font-size: 15px;
	margin: 0 0 10px 0;
	padding: 0 0 0 16px;
	position: relative;
	}
	#thanks article #contactbox_out01 .notice:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
		top: 8px;
	width: 14px;
	height: 14px;
	background: #78bbc7;
	border-radius: 100%;
	}
#thanks article #contactbox_out02 {
	display: block;
	margin: 0 auto;
	padding: 30px 0 0 0;
}
	#thanks article #contactbox_out02 .bnav {
		flex-wrap: wrap;
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
	}
	#thanks article #contactbox_out02 .bnav .bnavbtn {
	display: block;
		width: 80%;
		max-width: 260px;
		font-size: 16px;
		text-align: center;
		margin: 10px;
	padding: 10px 20px;
	border: 1px solid #555;
	border-radius: 4px;
	}
#thanks article #contactbox_out02 .bnav .bnavbtn:hover {
	border: 1px solid #555;
	background: #555;
	color: #fff;
}
}




/*----------------------------------------------------------------------*/
/*                                                                      */
/* m-company                                                            */
/*                                                                      */
/*----------------------------------------------------------------------*/
section.m-company {
	padding: 100px 0 150px 0;
	background: #fff;
}
section.m-company .l-wrap {
	width: 1100px;
}
section.m-company h2 {
	position: relative;
	width: 50%;
	margin: 0 auto 40px auto;
	padding: 10px 40px;
	font-size: 26px;
	text-align: center;
}
section.m-company h2 span {
	display: block;
	padding: 0;
	font-size: 18px;
	text-align: center;
}
section.m-company h2:before, h2:after {
	position: absolute;
	content: '';
}
section.m-company h2:after {
	top: 0;
	left: 0;
	width: 40px;
	height: 50px;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
}
section.m-company h2:before {
	right: 0;
	bottom: 0;
	width: 40px;
	height: 50px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
}
.m-company-overview {
	padding: 0;
	margin: 0;
	width: 90%;
	margin: 0 auto;
}
.m-company-overview dl{
	display: flex;
	padding: 13px 18px;
	border-top: 1px solid #e2e2e2;
}
.m-company-overview dl:nth-child(6){
	border-bottom: 1px solid #e2e2e2;
}
.m-company-overview dl dt{
	width: 170px;
	font-size: 18px;
}
.m-company-overview dl dd{
	font-size: 18px;
}
.m-company-overview dl dd ol {
	list-style: none;
}
.m-company-overview dl dd ol li {
	list-style: none;
	margin: 0;
	width: 100%;
}
.m-company-overview dl dd ol li div {
	width: 100px;
	background: #000;
}
.m-company-overview dl dd ol li span {
	display: inline-block;
	width: 140px;
	margin: 0 15px 0 0;
	font-size: 18px;
	text-align: justify;
	text-align-last: justify;
	text-justify: inter-ideograph;
}
.m-company-overview dl dd ol li .spo {
	display: none;
	margin: 0 5px 0 0;
}

@media screen and (max-width: 1280px), print {
/*----------------------------------------------------------------------*/
}
@media screen and (max-width: 1024px) {
/*----------------------------------------------------------------------*/
	section.m-company {
		padding: 80px 0 100px 0;
	background: #fff;
	}
	section.m-company .l-wrap {
		width: 90%;
	}
	section.m-company h2 {
		font-size: 26px;
	}
	section.m-company h2 span {
		font-size: 15px;
	}
	.m-company-overview {
		width: 96%;
	}
	.m-company-overview dl dt{
		width: 110px;
		font-size: 16px;
	}
	.m-company-overview dl dd{
		font-size: 16px;
	}
	.m-company-overview dl dd ol li span {
		font-size: 16px;
	}
	.m-company-overview dl dd ol li .spo {
		display: block;
	}
}

@media screen and (max-width: 767px) {
/*----------------------------------------------------------------------*/
	section.m-company {
		padding: 40px 0 100px 0;
	}
	section.m-company .l-wrap {
		width: 90%;
	}
	section.m-company h2 {
		width: 100%;
		max-width: 280px;
		margin: 0 auto 30px auto;
		font-size: 20px;
	}
	section.m-company h2 span {
		font-size: 15px;
	}
	.m-company-overview dl{
		padding: 13px 5px;
		flex-wrap: wrap;
	}
	.m-company-overview dl dt{
		width: 100%;
		font-size: 15px;
	}
	.m-company-overview dl dd{
		width: 100%;
		font-size: 15px;
		line-height: 1.6;
	}
	.m-company-overview dl dd ol li span {
		font-size: 15px;
	}
	.m-company-overview dl dd ol li .spo {
		display: block;
		margin: 0 5px 0 0;
	}
}




/*----------------------------------------------------------------------*/
/*                                                                      */
/* l-footer                                                            */
/*                                                                      */
/*----------------------------------------------------------------------*/
.l-footer {
	position: relative;
}
.l-footer .l-wrap {
	width: 1100px;
}
.l-footer-clear {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 64px 40px !important;
}
.l-footer-clear-top {
	background: #3c6b51;
	color: #FFF;
}
.l-footer-clear-bottom {
	padding: 27px 0 64px;
	background: #3D3D3D;
	color: #FFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.l-footer-clear-bottom-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.l-footer-clear-bottom-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.l-footer-clear-bottom-flex2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.l-footer-clear-bottom-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.l-footer-clear-bottom-list li {
	position: relative;
	padding-left: 24px;
	margin-right: 25px;
	min-width: 103px;
}
.l-footer-clear-bottom-list li a {
	color: #FFF;
	position: relative;
	font-size: 0.85rem;
}
.l-footer-clear-bottom-list li a:before {
	content: "";
	width: 4px;
	height: 1px;
	background-color: #FFF;
	position: absolute;
	top: 10px;
	left: -23px;
}
.l-footer-clear-bottom-list2 li {
	position: relative;
	padding-left: 24px;
	margin-right: 47px;
}
.l-footer-clear-bottom-list2 li a {
	color: #FFF;
	position: relative;
	font-size: 0.85rem;
}
.l-footer-clear-bottom-list2 li a:before {
	content: "";
	width: 4px;
	height: 1px;
	background-color: #FFF;
	position: absolute;
	top: 10px;
	left: -23px;
}
.l-footer-clear-bottom-col-l {
	margin-right: 72px;
	width: 550px;
}
.l-footer-clear-bottom-title {
	font-size: 1.1rem;
	margin-bottom: 18px;
}
.l-footer-col1 {
	width: 65%;
}
.l-footer-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1.5em;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	line-height: 1;
}
.l-footer-address {
	font-size: 15px;
}
.l-footer-address span {
	display: inline-block;
	width: 114px;
	margin: 0 10px 0 0;
	text-align: justify;
	text-align-last: justify;
	text-justify: inter-ideograph;
}
.l-footer-address br.spo {
	display: none;
}
.l-footer-logo .en {
	margin-right: 1em;
}
.l-footer-logo .en img {
	width: 190px;
}
.l-footer-col2 {
	width: 35%;
}
.l-footer-contact {
	width: 100%;
	width: 357px;
}
.l-footer-contact:nth-child(1) {
	margin: 0 0 20px 0;
}
.l-footer-contact:nth-child(2) {
	margin: 0;
}
.l-footer-contact a {
	width: 100%;
	color: #fff;
	border: 1px solid #fff;
	text-decoration: none;
	padding: 20px 20px 20px 40px !important;
}
.l-footer-contact a:hover {
	color: #555;
	background: #dcdcdc;
}
.m-btn01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1;
	position: relative;
	border-width: 1px;
	border-style: solid;
	letter-spacing: 0.1em;
	cursor: pointer;
}
.l-footer-contact.bg-w a {
	color: #4A4F54;
	background: #FFF;
}
.l-footer-copyright {
	font-size: 13px;
	text-align: center;
	padding: 10px 0;
}

.l-footer-pagetop {
	position: absolute;
	right: 120px;
	top: -53px;
}
.l-footer-pagetop a {
	width: 95px;
	height: 95px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
}
.l-footer-pagetop img {
	width: 20px;
	height: 40px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.l-footer-pagetop a:hover {
	opacity: 0.8;
}

@media screen and (max-width: 1280px), print {
/*----------------------------------------------------------------------*/
}
@media screen and (max-width: 1024px) {
/*----------------------------------------------------------------------*/
.l-footer {
	position: relative;
}
	.l-footer .l-wrap {
		width: 92%;
	}
	.l-footer-clear {
		padding: 64px 0 !important;
	}
	.l-footer-col2 {
		width: 33%;
	}
	.l-footer-contact {
		width: 100%;
	}
	.l-footer-contact a {
		padding: 20px 15px 20px 15px !important;
	}
	.l-footer-pagetop {
		right: 20px;
	}
}

@media screen and (max-width: 767px) {
/*----------------------------------------------------------------------*/
	.l-footer .l-wrap {
		width: 90%;
	}
	.l-footer-clear {
		padding: 60px 0px !important;
		flex-direction: column;
	}
	.l-footer-col1 {
		width: 100%;
	}
	.l-footer-logo {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		flex-direction: column;
	}
	.l-footer-address {
		font-size: 14px;
		text-align: center;
		margin: 0 0 20px 0;
	}
	.l-footer-address span {
		margin: 0 auto;
		text-align: center;
	}
	.l-footer-address br.spo {
		display: block;
	}
	.l-footer-logo .en {
		margin-right: 0;
		margin-bottom: 5px;
	}
	.l-footer-col2 {
		width: 100%;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.l-footer-contact {
		width: 100%;
		max-width: 240px;
	}
	.l-footer-contact:nth-child(1) {
		margin: 5px;
	}
	.l-footer-contact:nth-child(2) {
		margin: 5px;
	}
	.l-footer-pagetop {
		right: 10px;
		top: -30px;
	}
	.l-footer-pagetop a {
		width: 55px;
		height: 55px;
	}
	.l-footer-pagetop img {
		width: 10px;
		height: 20px;
	}
}




/*----------------------------------------------------------------------*/
/*                                                                      */
/* *****                                                                */
/*                                                                      */
/*----------------------------------------------------------------------*/

@media screen and (max-width: 1280px), print {
/*----------------------------------------------------------------------*/
}
@media screen and (max-width: 1024px) {
/*----------------------------------------------------------------------*/
}
@media screen and (max-width: 767px) {
/*----------------------------------------------------------------------*/
}

