@charset "UTF-8";

html {
	font-size: 10px;
	line-height: 1.6;
	letter-spacing: 1px;
	overflow-x: hidden;
	font-family: "Zen Kaku Gothic New", sans-serif;
	color: #222;
}

body{
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	background: #fff;
	position: relative;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

.grecaptcha-badge { visibility: hidden; }

#wrapper a:link      { text-decoration: none; color: #00a0e9; }
#wrapper a:visited   { text-decoration: none; color: #00a0e9; }
#wrapper a:hover     { text-decoration: none; }
#wrapper a:active    { text-decoration: none; }

a[href^="tel:"] {
	pointer-events: none;
}

a,:focus {
	outline: none;
}

::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.img img {
	width: 100%;
	height: auto;
}

.tb   { display: none!important;}
.tbsp { display: none!important;}
.sp   { display: none!important;}

.pc   { display: block!important;}
.pctb { display: block!important;}
.pcsp { display: block!important;}

.opacity a:hover,
.opacity input:hover {
	opacity: 0.60;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity: 0.60;
	-khtml-opacity: 0.60;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	text-decoration: none!important;
}

/*======================================================
  common
======================================================*/

/* title */
.cntTtlBox {
	text-align: center;
	margin: 0 0 60px;
	padding: 0 55px;
}

.cntTtl {
	display: inline-block;
	position: relative;
	font-weight: 900;
	font-size: 4.5rem;
	line-height: 1.3;
	color: #00516d;
	margin: 0 0 5px;
}

.cntTtl:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -55px;
	width: 40px;
	height: 2px;
	background: #6cbf43;
}

.cntTtl:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -55px;
	width: 40px;
	height: 2px;
	background: #6cbf43;
}

.cntTtlEn {
	font-family: "abolition", sans-serif;
	font-weight: 400;
	font-size: 2rem;
	line-height: 1;
	color: #6cbf43;
}

.cntSubTtl {
	text-align: center;
	margin: 0 0 30px;
}

.cntSubTtl img {
	width: auto;
	height: 60px;
}

.cntMinTtl {
	font-weight: 900;
	font-size: 3.4rem;
	line-height: 1.3;
	color: #00516d;
	margin: 0 0 40px;
	padding: 0 0 5px;
	border-bottom: solid 1px #6cbf43;
}

.cntBtn {
	text-align: center;
	display: inline-block;
	font-weight: 900;
	font-size: 3.4rem;
	line-height: 1.3;
	color: #1f8b43;
	margin: 0 auto;
}

.cntBtn a {
	display: block;
	padding: 20px 60px 20px 30px;
	background: url(../images/arw_gr_rt.png) right 20px center no-repeat #ffff00;
	background-size: 15px auto;
	border: solid 3px #1f8b43;
	border-radius: 50px;
	box-shadow: 0 0 15px rgba(0,0,0,0.05);
	transition: all  0.3s ease;
}

.cntBtn a span {
	padding: 10px 0 10px 100px;
	background: url(../images/lg_min.png) left no-repeat;
	background-size: 75px auto;
}

.cntBtn .minTxt {
	font-size: 2.8rem;
}

.cntBtn a:link,
.cntBtn a:visited {
	color: #1f8b43!important;
}

.cntBtn a:hover {
	color: #ffff00!important;
	background: #1f8b43;
	border: solid 3px #ffff00;
}

.capTxt {
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.3;
	color: #fff;
	margin: 15px 0 0;
}

.cntCmtTtlBox {
	text-align: center;
	margin: -70px 0 30px;
}

.cntCmtTtl {
	position: relative;
	display: inline-block;
	font-weight: 900;
	font-size: 3.6rem;
	line-height: 1.3;
	color: #6cbf43;
	padding: 10px 80px;
	background: #fff;
	border: solid 3px #6cbf43;
	border-radius: 50px;
}

.cntCmtTtl:before {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 50%;
	width: 20px;
	height: 3px;
	background: #fff;
}

.cntCmtTtl:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: calc(50% - 4px);
	width: 26px;
	height: 3px;
	background: #6cbf43;
	transform:rotate(-30deg);
}

.cntCmtBox {
	margin: 0 0 80px;
	padding: 30px 60px;
	background: #fff;
	border: solid 10px #f5f5f5;
	border-radius: 150px;
}

.cntCmt {
	text-align: center;
	font-weight: 500;
	font-size: 2.2rem;
	line-height: 1.6;
}

.cntTxt {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.8;
}

.blLnk a:link,
.blLnk a:visited {
	color: #00516d!important;
}

.wtLnk a:link,
.wtLnk a:visited {
	color: #fff!important;
}

.cntWrp {
	max-width: 1200px;
	margin: 0 auto;
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.cntTtlBox {
		margin: 0 0 40px;
		padding: 0 45px;
	}

	.cntTtl {
		font-size: 3.6rem;
	}

	.cntTtl:before {
		left: -45px;
		width: 35px;
	}

	.cntTtl:after {
		right: -45px;
		width: 35px;
	}

	.cntTtlEn {
		font-size: 1.8rem;
	}

	.cntSubTtl {
		margin: 0 0 25px;
	}

	.cntSubTtl img {
		height: 50px;
	}

	.cntMinTtl {
		font-size: 3rem;
		margin: 0 0 30px;
	}

	.cntBtn {
		font-size: 3rem;
	}

	.cntBtn a {
		padding: 15px 50px 15px 20px;
		background: url(../images/arw_gr_rt.png) right 15px center no-repeat #ffff00;
		background-size: 12px auto;
	}

	.cntBtn a span {
		padding: 10px 0 10px 90px;
		background-size: 65px auto;
	}

	.cntBtn .minTxt {
		font-size: 2.4rem;
	}

	.cntCmtTtlBox {
		margin: -80px 0 30px;
	}

	.cntCmtTtl {
		font-size: 3.2rem;
		padding: 10px 80px;
		border: solid 2px #6cbf43;
	}

	.cntCmtBox {
		margin: 0 0 60px;
		padding: 20px;
		border: solid 8px #f5f5f5;
		border-radius: 30px;
	}
	
	.cntCmtTtl:before {
		bottom: -2px;
		width: 18px;
		height: 2px;
	}

	.cntCmtTtl:after {
		bottom: -7px;
		left: calc(50% - 2px);
		width: 22px;
		height: 2px;
	}

	.cntCmt {
		text-align: left;
		font-size: 2rem;
	}
	
	.cntCmtTtl br {
		display: inline-block!important;
	}

}

@media screen and (max-width:767px) {
	.cntTtlBox {
		margin: 0 0 20px;
		padding: 0 25px;
	}

	.cntTtl {
		font-size: 2.2rem;
	}

	.cntTtl:before {
		left: -25px;
		width: 15px;
	}

	.cntTtl:after {
		right: -25px;
		width: 15px;
	}

	.cntTtlEn {
		font-size: 1.4rem;
	}

	.cntSubTtl {
		margin: 0 0 20px;
	}

	.cntSubTtl img {
		height: 25px;
	}

	.cntMinTtl {
		font-size: 1.8rem;
		margin: 0 0 20px;
	}

	.cntBtn {
		display: block;
		font-size: 1.5rem;
	}

	.cntBtn a {
		padding: 10px 25px 10px 15px;
		background: url(../images/arw_gr_rt.png) right 10px center no-repeat #ffff00;
		background-size: 8px auto;
		border: solid 2px #1f8b43;
	}

	.cntBtn a span {
		text-align: left;
		display: inline-block;
		justify-content: center;
		padding: 5px 0 5px 35px;
		background-size: 30px auto;
	}
	
	.cntBtn a:hover {
		border: solid 2px #ffff00;
	}
	
	.cntBtn .minTxt {
		font-size: 1.5rem;
	}
	
	.cntBtn br {
		display: inline-block!important;
	}

	.cntCmtTtlBox {
		margin: -45px 0 20px;
	}

	.cntCmtTtl {
		font-size: 1.8rem;
		line-height: 1.2;
		padding: 7px 15px;
		border: solid 2px #6cbf43;
	}

	.cntCmtBox {
		margin: 0 0 30px;
		padding: 15px;
		border: solid 3px #f5f5f5;
		border-radius: 15px;
	}
	
	.cntCmtTtl:before {
		bottom: -2px;
		width: 18px;
		height: 2px;
	}

	.cntCmtTtl:after {
		bottom: -7px;
		left: 50%;
		width: 20px;
		height: 2px;
	}

	.cntCmt {
		text-align: left;
		font-size: 1.6rem;
	}
	
	.cntCmtTtl br {
		display: inline-block!important;
	}
}

/* slide */

/* cldSld */
.cldSld {
	position: relative;
	z-index: 1;
}

.cldSld .slick-slide {
	margin-inline: 10px;
	transition: all 0.4s ease;
	transform: scale(0.9);
	opacity: 0.50;
}

.cldSld .slick-slide.slick-current,
.cldSld .slick-slide.is-active-next {
	transform: scale(1);
	opacity: 1;
}

/* imgSld */
.imgSld li{
	margin: 0 15px;
}

.sldImg {
	width: 100%;
 	height: 100%;
	overflow: hidden;
	border-radius: 8px;
}

.sldImg img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* cntSld */
.cntSld li{
	margin: 0 20px;
}

/* button */
.prvBtn,.nxtBtn {
	position: absolute;
	top: calc(50% - 50px);
	display: block;
	width: 50px;
	height: 100px;
	border-radius: 6px;
	transition: all .3s ease;
	cursor: pointer;
	z-index: 10;
}

.prvBtn {
	left: -80px;
}

.nxtBtn {
	right: -80px;
}

.grBtn.prvBtn {
	left: 80px;
}

.grBtn.nxtBtn {
	right: 80px;
}

.prvBtn:before,
.nxtBtn:before {
	position: absolute;
	content: "";
	width: 18px;
	height: 18px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

.slick-disabled {
	cursor: default!important;
    opacity: 0!important;
}

.prvBtn:before {
	left: 10px;
	transform: rotate(-135deg);
}

.nxtBtn:before {
	right: 10px;
	transform: rotate(45deg);
}

.prvBtn:hover,
.nxtBtn:hover {
	opacity: 0.60;
	transition: all  0.3s ease;
}

.grBtn {
	background: #1f8b43;
}

.grBtn:before {
	border-right: 3px solid #ffff00;
	border-top: 3px solid #ffff00;
}

.wtBtn {
	background: #fff;
	border: solid 1px #6cbf43;
}

.wtBtn:before {
	border-right: 3px solid #6cbf43;
	border-top: 3px solid #6cbf43;
}

@media screen and (max-width:1400px) {
	.prvBtn {
		left: -10px;
	}

	.nxtBtn {
		right: -10px;
	}
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.imgSld li{
		margin: 0 10px;
	}

	.sldImg {
		max-height: 280px;
		border-radius: 6px;
	}

	.cntSld li{
		margin: 0 15px;
	}

	.prvBtn,.nxtBtn {
		top: calc(50% - 40px);
		width: 40px;
		height: 80px;
		border-radius: 5px;
	}

	.prvBtn {
		left: 0;
	}

	.nxtBtn {
		right: 0;
	}

	.grBtn.prvBtn {
		left: 30px;
	}

	.grBtn.nxtBtn {
		right: 30px;
	}

	.prvBtn:before,
	.nxtBtn:before {
		width: 16px;
		height: 16px;
	}

	.prvBtn:before {
		left: 10px;
	}

	.nxtBtn:before {
		right: 10px;
	}
}

@media screen and (max-width:767px) {
	.imgSld li{
		margin: 0;
	}

	.sldImg {
		border-radius: 6px;
	}

	.cntSld li{
		margin: 0;
	}

	.prvBtn,.nxtBtn {
		top: calc(50% - 40px);
		width: 40px;
		height: 80px;
		border-radius: 5px;
	}

	.prvBtn {
		left: -10px;
	}

	.nxtBtn {
		right: -10px;
	}

	.grBtn.prvBtn {
		left: 0;
	}

	.grBtn.nxtBtn {
		right: 0;
	}

	.prvBtn:before,
	.nxtBtn:before {
		width: 12px;
		height: 12px;
	}

	.prvBtn:before {
		left: 8px;
	}

	.nxtBtn:before {
		right: 8px;
	}
}

/* mdlAra */
.menu, .menu span {
	display: inline-block;
	-webkit-transition: all .2s;
	transition: all .2s;
	box-sizing: border-box;
}

.menu {
	position: fixed;
	top: 10px;
	right: 10px;
	width: 60px;
	height: 60px;
	background: #1f8b43;
	border-radius: 4px;
	z-index: 2000;
	cursor: pointer;
}

.menu:hover {
	opacity: 0.60;
	transition: all  0.3s ease;
}

.menu span {
	width: 36px;
	height: 4px;
	position: absolute;
	left: 12px;
	background: #ffff00;
	border-radius: 2px;
	z-index: 100;
}

button {
	border: none;
	background: none;
}

.menu span:nth-of-type(1) {
	top: 16px;
}

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

.menu span:nth-of-type(3) {
	top: 40px;
}

.menu.active span:nth-of-type(1) {
	-webkit-transform: translateY(12px) rotate(45deg);
	transform: translateY(12px) rotate(45deg);
}

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

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

.mdlNavBox {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 2000;
	width: 100% ;
	height: 100vh;
	opacity: 0;
	padding: 40px 30px;
	overflow-y: scroll;
	box-sizing: border-box;
	background: #f5f5f5;
	background-size: cover;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	visibility: hidden;
}

.mdlNavBox.active {
	right: 0;
	opacity: 1;
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
}

.mdlNavInr {
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 40px;
	box-sizing: border-box;
	overflow: hidden;
	background: #fff;
	border-radius: 8px;
}

.mdlLg {
	max-width: 260px;
	margin: 0 auto 20px;
}

.mdlNav {
	font-weight: 900;
	font-size: 1.8rem;
	overflow: hidden;
	border-radius: 8px;
}

.mdlNav a {
	display: block;
	padding: 15px;
	background: url(../images/arw_yl_rt.png) right 15px center no-repeat #6cbf43;
	background-size: 12px auto;
	z-index: 1;
}

.mdlNav li:not(:last-child) {
	margin: 0 0 1px;
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.menu {
		width: 50px;
		height: 50px;
	}

	.menu span {
		width: 30px;
		left: 10px;
	}

	.menu span:nth-of-type(1) {
		top: 13px;
	}

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

	.menu span:nth-of-type(3) {
		top: 35px;
	}

	.menu.active span:nth-of-type(1) {
		-webkit-transform: translateY(11px) rotate(45deg);
		transform: translateY(11px) rotate(45deg);
	}

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

	.mdlNavBox {
		padding: 30px;
	}

	.mdlNavInr {
		padding: 30px 20px;
		border-radius: 6px;
	}

	.mdlLg {
		max-width: 240px;
		margin: 0 auto 15px;
	}

	.mdlNav {
		border-radius: 6px;
	}
}

@media screen and (max-width:767px) {
	.menu {
		width: 40px;
		height: 40px;
	}

	.menu span {
		width: 26px;
		height: 3px;
		left: 7px;
	}

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

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

	.menu span:nth-of-type(3) {
		top: 27.5px;
	}

	.menu.active span:nth-of-type(1) {
		-webkit-transform: translateY(9px) rotate(45deg);
		transform: translateY(9px) rotate(45deg);
	}

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

	.mdlNavBox {
		padding: 20px;
	}

	.mdlNavInr {
		padding: 20px 15px;
		border-radius: 6px;
	}

	.mdlLg {
		max-width: 130px;
		margin: 0 auto 10px;
	}

	.mdlNav {
		font-size: 1.6rem;
		border-radius: 6px;
	}
	
	.mdlNav a {
		padding: 15px 25px 15px 10px;
		background: url(../images/arw_yl_rt.png) right 10px center no-repeat #6cbf43;
		background-size: 8px auto;
	}
}

/*======================================================
  mnAra
======================================================*/
/* header */
.hdr {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	height: 80px;
	padding: 0 30px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	z-index: 20;
}

.hdrLg {
	max-width: 260px;
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.hdr {
		height: 70px;
	}

	.hdrLg {
		max-width: 240px;
	}
}

@media screen and (max-width:767px) {
	.hdr {
		position: relative;
		height: 60px;
		padding: 0 15px;
	}

	.hdrLg {
		max-width: 130px;
	}
}

/* mnAra */
.mnAra {
	margin: 80px 0 0;
	background: #FF1763;
	background: linear-gradient(90deg,rgba(255, 23, 99, 1) 0%, rgba(255, 23, 99, 1) 50%, rgba(64, 138, 223, 1) 50%, rgba(64, 138, 223, 1) 100%);
}

.mnWrp {
	height: 650px;
	margin: 0 auto;
	padding: 30px;
	box-sizing: border-box;
	background: url(../images/bg_line.jpg) top repeat-x,
	url(../images/bg_line.jpg) bottom repeat-x,
	url(../images/bg_main.jpg) top no-repeat;
	background-size: auto,auto,auto 100%;
}

.mnLg {
	max-width: 330px;
	margin: 0 auto 20px;
}

.mnInfImg {
	max-width: 400px;
	margin: 0 auto;
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.mnAra {
		margin: 70px 0 0;
	}
	
	.mnWrp {
		height: 500px;
	}

	.mnLg {
		max-width: 240px;
	}

	.mnInfImg {
		max-width: 330px;
	}
}

@media screen and (max-width:767px) {
	.mnAra {
		margin: 0;
		background: none;
	}
	
	.mnWrp {
		height: auto;
		padding: 2.5px 0;
		display: block;
		background: url(../images/bg_line.jpg) top repeat-x,
		url(../images/bg_line.jpg) bottom repeat-x;
		background-size: auto 2.5px,auto 2.5px;
	}
}

/* mnInfAra */
.mnInfAra {
	padding: 30px;
	background: url(../images/bg_stripe.png) top #6cbf43;
	background-size: 27px auto;
}

.mnInfWrp {
	text-align: center;
	max-width: 1000px;
	margin: 0 auto;
}

.mnInfImgBox {
	display: flex;
	justify-content: space-between;
	margin: 0 0 30px;
}

.mnInfImgLt {
	max-width: 420px;
	margin: 0 30px 0 0;
}

.mnInfImgRt {
	max-width: 420px;
	margin: 0 0 0 30px;
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.mnInfImgBox {
		margin: 0 0 20px;
	}

	.mnInfImgLt {
		margin: 0 20px 0 0;
	}

	.mnInfImgRt {
		margin: 0 0 0 20px;
	}
}

@media screen and (max-width:767px) {
	.mnInfAra {
		padding: 20px;
	}
	.mnInfImgBox {
		display: block;
		margin: 0 0 20px;
	}

	.mnInfImgLt {
		margin: 0 auto 10px;
	}

	.mnInfImgRt {
		margin: 0 auto;
	}
}

/*======================================================
  content
======================================================*/

/* cldTpAra */
.cldTpAra {
	padding: 120px 0 0;
	overflow: hidden;
}

/* cldBtAra */
.cldBtAra {
	padding: 120px 0;
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.cldTpAra {
		padding: 90px 0 0;
	}

	.cldBtAra {
		padding: 90px 0;
	}
}

@media screen and (max-width:767px) {
	.cldTpAra {
		padding: 40px 10px 0;
	}

	.cldBtAra {
		padding: 40px 10px;
	}
}

/* plcAra */
.plcAra {
	padding: 120px 30px;
}

.plcAra .imgSld {
	margin: 0 0 60px;
}

.cntCth {
	margin: 0 0 100px;
}

.plcClsLst {
	display: flex;
}

.plcClsLst li {
	background: #f5f5f5;
	border-radius: 8px;
	border: solid 30px #f5f5f5;
}

.plcClsLstBox {
	overflow: hidden;
	background: #fff;
	border-radius: 8px;
}

.plcClsLstImgBox {
	position: relative;
	z-index: 1;
}

.plcClsLstTyp {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	font-weight: 500;
	font-size: 2rem;
	line-height: 1.3;
	color: #fff;
	padding: 10px 15px;
	background: #1f8b43;
	z-index: 3;
}

.plcClsLstImg {
	position: relative;
	z-index: 2;
}

.plcClsLstInr {
	position: relative;
	padding: 30px 20px 110px;
}

.plcClsTtl {
	text-align: center;
	min-height: 140px;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.6;
	letter-spacing: -0.005em;
}

.plcMorBtn {
	text-align: center;
	max-width: 260px;
	width: 100%;
	position: absolute;
	bottom: 30px;
	left: calc(50% - 130px);
	margin: 0 auto;
}

.dtlBakBtn {
	text-align: center;
	width: 100%;
	margin: 100px auto 0;
	max-width: 350px;
}

.shpMorBtnBox {
	text-align: center;
}

.shpMorBtn {
	display: inline-block;
}

.dtlBakBtn a,
.plcMorBtn a,
.shpMorBtn a {
	display: block;
	padding: 15px 40px;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1;
	background: url(../images/arw_wt_rt.png) right 20px center no-repeat #6cbf43;
	background-size: 10px auto;
	border-radius: 30px;
	transition: all  0.3s ease;
}

.dtlBakBtn a:link,
.dtlBakBtn a:visited,
.plcMorBtn a:link,
.plcMorBtn a:visited,
.shpMorBtn a:link,
.shpMorBtn a:visited {
	color: #fff!important;
}

.dtlBakBtn a:hover,
.plcMorBtn a:hover,
.shpMorBtn a:hover {
	background: url(../images/arw_wt_rt.png) right 20px center no-repeat #1f8b43;
	background-size: 10px auto;
}

@media screen and (max-width:1400px) {
	.plcClsTtl {
		text-align: left;
		font-size: 2rem;
	}

	.plcClsTtl br {
		display: none;
	}
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.plcAra {
		padding: 90px 30px;
	}

	.plcAra .imgSld {
		margin: 0 0 40px;
	}
	
	.cntCth {
		margin: 0 0 80px;
	}
	
	.plcClsLst li {
		border-radius: 6px;
		border: solid 20px #f5f5f5;
	}

	.plcClsLstBox {
		border-radius: 6px;
	}

	.plcClsLstTyp {
		font-size: 1.7rem;
		padding: 7px 10px;
	}

	.plcClsLstInr {
		padding: 20px 15px 80px;
	}

	.plcClsTtl {
		text-align: left;
		min-height: 130px;
		font-size: 1.8rem;
	}
	
	.plcClsTtl br {
		display: none;
	}
	
	.plcMorBtn {
		max-width: 240px;
		bottom: 20px;
		left: calc(50% - 120px);
	}

	.dtlBakBtn a,
	.plcMorBtn a,
	.shpMorBtn a {
		padding: 10px 30px;
		font-size: 1.8rem;
		background: url(../images/arw_wt_rt.png) right 15px center no-repeat #6cbf43;
		background-size: 10px auto;
	}

	.dtlBakBtn a:hover,
	.plcMorBtn a:hover,
	.shpMorBtn a:hover {
		background: url(../images/arw_wt_rt.png) right 15px center no-repeat #1f8b43;
		background-size: 10px auto;
	}
	
	.dtlBakBtn {
		margin: 75px auto 0;
	}
}

@media screen and (max-width:767px) {
	.plcAra {
		padding: 40px 20px;
	}

	.plcAra .imgSld {
		margin: 0 0 20px;
	}
	
	.cntCth {
		margin: 0 0 30px;
	}
	
	.plcClsLst li {
		border-radius: 6px;
		border: solid 10px #f5f5f5;
	}

	.plcClsLstBox {
		border-radius: 6px;
	}

	.plcClsLstTyp {
		font-size: 1.5rem;
		padding: 5px 7px;
	}

	.plcClsLstInr {
		padding: 15px;
	}

	.plcClsTtl {
		text-align: left;
		min-height: auto;
		font-size: 1.7rem;
		margin: 0 0 10px;
	}
	
	.plcClsTtl br {
		display: none;
	}
	
	.plcMorBtn {
		position: relative;
		max-width: 100%;
		bottom: 0;
		left: 0;
	}
	
	.shpMorBtn {
		display: block;
	}

	.dtlBakBtn a,
	.plcMorBtn a,
	.shpMorBtn a {
		padding: 15px 30px;
		font-size: 1.6rem;
		background: url(../images/arw_wt_rt.png) right 15px center no-repeat #6cbf43;
		background-size: 10px auto;
	}

	.dtlBakBtn a:hover,
	.plcMorBtn a:hover,
	.shpMorBtn a:hover {
		background: url(../images/arw_wt_rt.png) right 15px center no-repeat #1f8b43;
		background-size: 10px auto;
	}
	.dtlBakBtn {
		margin: 50px auto 0;
	}
}

/* ctaAra */
.ctaAra {
	min-height: 350px;
	display: flex;
	align-items: center;
	justify-content: center;	
	padding: 40px 30px;
	box-sizing: border-box;
	background: url(../images/dot_cta.png) left 100px top -200px no-repeat,
	url(../images/dot_cta.png) right 50px bottom -150px no-repeat,
	url(../images/bg_stripe.png) top #6cbf43;
	background-size: 330px auto,330px auto,27px auto;
}

.ctaBox {
	text-align: center;
}

.ctaTtl {
	display: inline-block;
	font-weight: 900;
	font-size: 2.4rem;
	line-height: 1.3;
	color: #1f8b43;
	margin: 0 0 20px;
	padding: 3px 50px;
	background: #fff;
	border-radius: 30px;
}

.ctaCth {
	font-weight: 900;
	font-size: 4.6rem;
	line-height: 1.2;
	color: #fff;
	margin: 0 0 25px;
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.ctaAra {
		min-height: 320px;
		padding: 30px;
		background: url(../images/dot_cta.png) left -50px top -180px no-repeat,
		url(../images/dot_cta.png) right -50px bottom -130px no-repeat,
		url(../images/bg_stripe.png) top #6cbf43;
		background-size: 280px auto,280px auto,27px auto;
	}

	.ctaTtl {
		font-size: 2rem;
		margin: 0 0 15px;
		padding: 3px 40px;
	}

	.ctaCth {
		font-size: 3.8rem;
		margin: 0 0 20px;
	}
}

@media screen and (max-width:767px) {
	.ctaAra {
		min-height: auto;
		display: block;
		padding: 40px 20px;
		background: url(../images/dot_cta.png) left -80px top -80px no-repeat,
		url(../images/dot_cta.png) right -80px bottom -80px no-repeat,
		url(../images/bg_stripe.png) top #6cbf43;
		background-size: 165px auto,165px auto,27px auto;
	}

	.ctaTtl {
		font-size: 1.8rem;
		margin: 0 0 10px;
		padding: 3px 30px;
	}

	.ctaCth {
		font-size: 1.8rem;
		margin: 0 0 15px;
	}
}

/* abtAra */
.abtAra {
	margin: 120px 0 0;
	padding: 0 30px;
	background: url(../images/bg_about.png) right no-repeat;
	background-size: auto 100%;
}

.abtWrp {
	max-width: 1200px;
	min-height: 1000px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.abtBox {
	max-width: 750px;
	position: relative;
	display: inline-block;
	padding: 50px 30px;
	box-sizing: border-box;
	background: rgba(255,255,255,0.9);
	border-radius: 30px;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	z-index: 1;
}

.abtIls {
	max-width: 320px;
	position: absolute;
	top: -280px;
	left: 0;
	z-index: 2;
}

.abtTtl {
	text-align: center;
	font-weight: 900;
	font-size: 3rem;
	line-height: 1.3;
	color: #00516d;
	margin: -30px 0 30px;
}

.abtTtl .ylTxt {
	font-size: 4rem;
	color: #ffd000;
}

.abtTtl .pkTxt {
	font-size: 4rem;
	color: #ff1763;
}

.abtTtl .blTxt {
	font-size: 4rem;
	color: #177fff;
}

.abtTxt {
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 1.8;
	letter-spacing: -0.005em;
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.abtAra {
		margin: 90px 0 0;
		background: url(../images/bg_about.png) center no-repeat;
	}

	.abtWrp {
		min-height: 850px;
	}

	.abtBox {
		max-width: 700px;
		margin: 150px 0 0;
		padding: 30px;
		border-radius: 20px;
	}

	.abtIls {
		max-width: 260px;
		top: -220px;
	}

	.abtTtl {
		font-size: 2.6rem;
		margin: -20px 0 20px;
	}

	.abtTtl .ylTxt {
		font-size: 3.6rem;
	}

	.abtTtl .pkTxt {
		font-size: 3.6rem;
	}

	.abtTtl .blTxt {
		font-size: 3.6rem;
	}

	.abtTxt {
		font-size: 1.8rem;
	}
}

@media screen and (max-width:767px) {
	.abtAra {
		margin: 40px 0 0;
		padding: 0 20px;
	}

	.abtWrp {
		min-height: auto;
	}

	.abtBox {
		margin: 40px 0;
		padding: 15px;
		border-radius: 6px;
	}

	.abtIls {
		position: relative;
		max-width: 160px;
		margin: 0 auto 10px;
		top: auto;
		left: auto;
	}

	.abtTtl {
		font-size: 1.8rem;
		margin: 0 0 15px;
	}

	.abtTtl .ylTxt {
		font-size: 2rem;
	}

	.abtTtl .pkTxt {
		font-size: 2rem;
	}

	.abtTtl .blTxt {
		font-size: 2rem;
	}

	.abtTxt {
		font-size: 1.6rem;
		line-height: 1.6;
	}
}

/* clsAra */
.clsAra {
	padding: 120px 30px;
}

.clsLst li:not(:last-child) {
	margin: 0 0 80px;
}

.clsLstBox {
	overflow: hidden;
	background: #f5f5f5;
	border-radius: 8px;
}

.clsLst {
	margin: 0 0 80px;
}

.clsLstTtl {
	font-weight: 900;
	font-size: 3rem;
	line-height: 1.3;
	color: #fff;
	padding: 15px 30px;
}

.tisTtl {
	background: #1f8b43;
}

.tknTtl {
	background: #6cbf43;
}

.clsLstInr {
	display: flex;
	padding: 30px;
}

.clsLstImgBox {
	max-width: 450px;
	margin: 0 30px 0 0;
}

.clsLstImg {
	overflow: hidden;
	border-radius: 6px;
}

.clsLstCntBox {
	width: calc(100% - 480px);
	display: flex;
	align-items: center;
	padding: 30px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 6px;
}

.clsLstCth {
	position: relative;
	font-weight: 900;
	font-size: 2.8rem;
	line-height: 1.3;
	color: #00516d;
	letter-spacing: -0.005em;
	margin: 0 0 30px;
	padding: 0 0 0 100px;
}

.cth01:before {
	content: "";
	position: absolute;
	top: calc(50% - 45px);
	left: 0;
	width: 90px;
	height: 90px;
	background: url(../images/icn_class_01.png) center no-repeat #6cbf43;
	background-size: 70px auto;
	border-radius: 50%;
}

.cth02:before {
	content: "";
	position: absolute;
	top: calc(50% - 45px);
	left: 0;
	width: 90px;
	height: 90px;
	background: url(../images/icn_class_02.png) center no-repeat #6cbf43;
	background-size: 70px auto;
	border-radius: 50%;
}

@media screen and (max-width:1300px) {
	.clsLstImgBox {
		max-width: 400px;
	}

	.clsLstCntBox {
		width: calc(100% - 430px);
	}

	.clsLstCth br {
		display: none;
	}
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.clsAra {
		padding: 90px 30px;
	}

	.clsLst li:not(:last-child) {
		margin: 0 0 60px;
	}

	.clsLstBox {
		border-radius: 6px;
	}

	.clsLst {
		margin: 0 0 60px;
	}

	.clsLstTtl {
		font-size: 2.6rem;
		padding: 10px 20px;
	}
	
	.clsLstInr {
		padding: 20px;
	}
	
	.clsLstImgBox {
		max-width: 350px;
		margin: 0 20px 0 0;
	}

	.clsLstImg {
		border-radius: 5px;
	}

	.clsLstCntBox {
		width: calc(100% - 370px);
		padding: 20px;
		border-radius: 5px;
	}

	.clsLstCth {
		font-size: 2.4rem;
		margin: 0 0 20px;
		padding: 0 0 0 90px;
	}

	.cth01:before {
		top: calc(50% - 35px);
		width: 70px;
		height: 70px;
		background-size: 50px auto;
	}

	.cth02:before {
		top: calc(50% - 35px);
		width: 70px;
		height: 70px;
		background-size: 50px auto;
	}
}

@media screen and (max-width:767px) {
	.clsAra {
		padding: 40px 20px;
	}

	.clsLst li:not(:last-child) {
		margin: 0 0 20px;
	}

	.clsLstBox {
		border-radius: 6px;
	}

	.clsLst {
		margin: 0 0 30px;
	}

	.clsLstTtl {
		font-size: 1.6rem;
		padding: 5px 10px;
	}
	
	.clsLstInr {
		display: block;
		padding: 10px;
	}
	
	.clsLstImgBox {
		max-width: 100%;
		margin: 0 0 10px;
	}

	.clsLstImg {
		border-radius: 5px;
	}

	.clsLstCntBox {
		width: 100%;
		padding: 15px;
		border-radius: 5px;
	}

	.clsLstCth {
		font-size: 1.8rem;
		margin: 0 0 15px;
		padding: 0 0 0 60px;
	}

	.cth01:before {
		top: calc(50% - 25px);
		width: 50px;
		height: 50px;
		background-size: 30px auto;
	}

	.cth02:before {
		top: calc(50% - 25px);
		width: 50px;
		height: 50px;
		background-size: 30px auto;
	}
}

/* mnuAra */
.mnuAra {
	padding: 120px 30px 0;
}

.mnuCntLst {
	display: flex;
	margin: 0 0 100px;
}

.mnuCntLstTtl {
	text-align: center;
	font-weight: 900;
	font-size: 2rem;
	line-height: 1.3;
	color: #00516d;
	margin: 20px 0 0;
}

.mnuCntLstImg:hover,
.mnuCntLstTtl:hover {
	opacity: 0.60;
	transition: all  0.3s ease;
	cursor: pointer;
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.mnuAra {
		padding: 90px 30px 0;
	}

	.mnuCntLst {
		margin: 0 0 80px;
	}

	.mnuCntLstTtl {
		font-size: 1.8rem;
		margin: 15px 0 0;
	}
}

@media screen and (max-width:767px) {
	.mnuAra {
		padding: 40px 20px 0;
	}

	.mnuCntLst {
		margin: 0 0 30px;
	}

	.mnuCntLstTtl {
		font-size: 1.6rem;
		margin: 10px 0 0;
	}
}

/* vidAra */
.vidAra {
	padding: 120px 30px 0;
}

.vidBox {
	padding: 40px;
	background: #f5f5f5;
	border-radius: 8px;
}

.vidInr {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
	background: #fff;
	border-radius: 6px;
}

.vidInr.vertical  {
	padding-top: 75%;	
}

.vidInr.novideo  {
	padding-top: 0;	
}


.vidInr iframe,
.vidInr video {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.vidInr img {
	
	width: 100%;
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.vidAra {
		padding: 90px 30px 0;
	}

	.vidBox {
		padding: 30px;
		border-radius: 6px;
	}

	.vidInr {
		border-radius: 5px;
	}
	

	.vidInr.vertical  {
		padding-top: 65%;	
	}
	
}

@media screen and (max-width:767px) {
	.vidAra {
		padding: 40px 20px 0;
	}

	.vidBox {
		padding: 0;
		border-radius: 6px;
	}

	.vidInr {
		border-radius: 5px;
	}
	.vidInr.vertical  {
		padding-top: 0!important;	
	}

	.vidInr.vertical img,
	.vidInr.vertical iframe,
	.vidInr.vertical video {
		position: relative;
		top: auto;
		right: auto;
		height: auto;
	}
}

/* flwAra */
.flwAra {
	padding: 120px 30px 0;
}

.flwLst {
	position: relative;
	z-index: 2;
}

.flwLst:before {
	content: "";
	position: absolute;
	top: 2.5%;
	right: 33.5%;
	width: 50px;
	height: 93%;
	background: #f5f5f5;
	z-index: 1;
}

.flwLst li {
	display: flex;
	align-items: center;
}

.flwLst li:not(:last-child) {
	margin: 0 0 100px;
}

.flwLstImgBox {
	max-width: 300px;
	margin: 0 50px 0 0;
}

.flwLstCntBox {
	width: calc(100% - 350px);
	position: relative;
	padding: 20px;
	box-sizing: border-box;
	background: #f5f5f5;
	border-radius: 8px;
	z-index: 3;
}

.flwLstInr {
	padding: 30px;
	background: #fff;
	border-radius: 6px;
}

.flwLstCntTtl {
	position: relative;
	font-weight: 900;
	font-size: 3rem;
	line-height: 1.3;
	color: #00516d;
	margin: 0 0 15px;
	padding: 0 0 15px 25px;
	border-bottom: solid 1px #d3d3d3;
}

.flwLstCntTtl:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: calc(100% - 15px);
	background: #6cbf43;
}

.flwLstCntTtl .minTxt {
	font-weight: 700;
	font-size: 2rem;
	margin: 0 0 0 20px;
}

.dotLst {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.8;
}

.dotLst li {
	position: relative;
	padding: 0 0 0 15px;
}

.dotLst li:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 8px;
	height: 8px;
	background: #6cbf43;
	border-radius: 50%;
}

.dotLst li:not(:last-child) {
	margin: 0 0 5px;
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.flwAra {
		padding: 90px 30px 0;
	}

	.flwLst:before {
		width: 40px;
	}

	.flwLst li:not(:last-child) {
		margin: 0 0 80px;
	}

	.flwLstImgBox {
		max-width: 230px;
		margin: 0 20px 0 0;
	}

	.flwLstCntBox {
		width: calc(100% - 250px);
		border-radius: 6px;
	}

	.flwLstInr {
		border-radius: 5px;
	}

	.flwLstCntTtl {
		font-size: 2.6rem;
		padding: 0 0 15px 20px;
	}
	
	.flwLstCntTtl:before {
		width: 3px;
	}
	
	.flwLstCntTtl .minTxt {
		font-size: 1.8rem;
		margin: 0;
	}

	.dotLst li:not(:last-child) {
		margin: 0 0 5px;
	}
}

@media screen and (max-width:767px) {
	.flwAra {
		padding: 40px 20px 0;
	}

	.flwLst:before {
		top: 5%;
		right: calc(50% - 20px);
		width: 40px;
		height: 90%;
	}
		
	.flwLst li {
		display: block;
	}
	
	.flwLst li:not(:last-child) {
		margin: 0 0 20px;
	}

	.flwLstImgBox {
		position: relative;
		max-width: 100%;
		margin: 0 0 15px;
		z-index: 5;
	}
	
	.flwLstImg {
		max-width: 200px;
		margin: 0 auto;
	}

	.flwLstCntBox {
		width: 100%;
		padding: 10px;
		border-radius: 6px;
	}

	.flwLstInr {
		padding: 15px;
		border-radius: 5px;
	}

	.flwLstCntTtl {
		font-size: 2rem;
		padding: 0 0 15px 10px;
	}
	
	.flwLstCntTtl:before {
		width: 2px;
	}
	
	.flwLstCntTtl .minTxt {
		font-size: 1.6rem;
		margin: 0;
	}

	.dotLst li:not(:last-child) {
		margin: 0 0 5px;
	}
}

/* prcAra */
.prcAra {
	padding: 120px 30px 0;
}

.prcBox {
	display: flex;
	padding: 30px;
	background: #f5f5f5;
	border-radius: 8px;
}

.prcCstBox {
	max-width: 400px;
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 30px 0 0;
	padding: 20px;
	box-sizing: border-box;
	background: #1f8b43;
	border-radius: 6px;
	z-index: 1;
}

.prcCstIlsLt {
	max-width: 160px;
	position: absolute;
	bottom: -10px;
	left: -30px;
	z-index: 2;
}

.prcCstIlsRt {
	max-width: 160px;
	position: absolute;
	bottom: -10px;
	right: -30px;
	z-index: 2;
}

.prcCstImgBox {
	display: inline-block;
} 

.prcCstTtl {
	display: inline-block;
	font-weight: 900;
	font-size: 2rem;
	line-height: 1.3;
	color: #1f8b43;
	margin: 0 0 10px;
	padding: 7px 30px;
	background: #fff;
	border-radius: 30px;
}

.prcCstImg {
	max-width: 160px;
	margin: 0 auto;
}

.prcCntBox {
	width: calc(100% - 430px);
	position: relative;
	padding: 30px 20px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 6px;
	z-index: 1;
}

.prcTxtBox {
	display: flex;
	align-items: flex-end;
	margin: 0 0 20px;
	padding: 0 0 30px;
	border-bottom: solid 1px #d3d3d3;
}

.prcTyp {
	margin: 0 20px 0 0;
}

.prcTyp span {
	font-weight: 900;
	font-size: 2rem;
	line-height: 1;
	color: #1f8b43;
	padding: 2px 20px;
	border: solid 2px #1f8b43;
	border-radius: 30px;
}

.prcTxt {
	font-weight: 900;
	font-size: 7rem;
	line-height: 0.9;
	letter-spacing: -0.005em;
	color: #1f8b43;
}

.prcTxt .minTxt {
	font-size: 2.4rem;
}

.cntCapLst {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.8;
}

.cntCapLst li {
	position: relative;
	padding: 0 0 0 25px;
}

.cntCapLst li:before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}

.cntCapLst li:not(:last-child) {
	margin: 0 0 2px;
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.prcAra {
		padding: 90px 30px 0;
	}

	.prcBox {
		padding: 20px;
		border-radius: 6px;
	}

	.prcCstBox {
		max-width: 260px;
		margin: 0 20px 0 0;
		border-radius: 5px;
	}

	.prcCstIlsLt {
		max-width: 120px;
		bottom: -15px;
		left: -45px;
	}

	.prcCstIlsRt {
		max-width: 120px;
		bottom: -15px;
		left: -95px;
	}

	.prcCstTtl {
		font-size: 1.8rem;
		padding: 5px 20px;
	}

	.prcCstImg {
		max-width: 140px;
	}

	.prcCntBox {
		width: calc(100% - 280px);
		padding: 20px;
		border-radius: 5px;
	}

	.prcTxtBox {
		text-align: center;
		display: block;
		margin: 0 0 15px;
		padding: 0 0 25px;
	}

	.prcTyp {
		margin: 0 0 10px;
	}

	.prcTyp span {
		display: block;
		font-size: 1.8rem;
		padding: 7px;
	}

	.prcTxt {
		font-size: 5rem;
	}

	.prcTxt .minTxt {
		font-size: 2rem;
	}
}

@media screen and (max-width:767px) {
	.prcAra {
		padding: 40px 20px 0;
	}

	.prcBox {
		display: block;
		padding: 10px;
		border-radius: 6px;
	}

	.prcCstBox {
		max-width: 100%;
		display: block;
		margin: 0 0 10px;
		border-radius: 5px;
	}

	.prcCstIlsLt {
		max-width: 90px;
		bottom: -5px;
		left: -30px;
	}

	.prcCstIlsRt {
		max-width: 90px;
		top: -98px;
		right: -30px;
	}
	
	.prcCstImgBox {
		display: block;
	}
	
	.prcCstTtl {
		text-align: center;
		display: block;
		font-size: 1.6rem;
		padding: 5px 15px;
	}

	.prcCstImg {
		max-width: 100px;
	}

	.prcCntBox {
		width: 100%;
		padding: 15px;
		border-radius: 5px;
	}

	.prcTxtBox {
		text-align: center;
		display: block;
		margin: 0 0 15px;
		padding: 0 0 25px;
	}

	.prcTyp {
		margin: 0 0 10px;
	}

	.prcTyp span {
		display: block;
		font-size: 1.6rem;
		padding: 5px;
	}

	.prcTxt {
		font-size: 4rem;
		line-height: 0.8;
	}

	.prcTxt .minTxt {
		font-size: 1.8rem;
	}
}

/* shpAra */
.shpAra {
	padding: 120px 30px 0;
}

.shpBox {
	display: flex;
	padding: 30px;
	background: #f5f5f5;
	border-radius: 8px;
}

.shpImgBox {
	max-width: 400px;
	margin: 0 30px 0 0;
}

.shpImg {
	overflow: hidden;
	border-radius: 6px;
}

.shpCntBox {
	width: calc(100% - 430px);
	padding: 30px 20px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 6px;
}

.shpInfBox {
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: solid 1px #d3d3d3;
}

.shpNmeBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 20px;
}

.shpNme {
	font-weight: 900;
	font-size: 3rem;
	line-height: 1.3;
	color: #00516d;
}

.shpTel {
	display: inline-block;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.3;
	color: #fff;
	padding: 3px 10px;
	background: #00516d;
	border-radius: 3px;
}

.shpAdd {
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.3;
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.shpAra {
		padding: 90px 30px 0;
	}

	.shpBox {
		padding: 20px;
		border-radius: 6px;
	}

	.shpImgBox {
		max-width: 260px;
		margin: 0 20px 0 0;
	}

	.shpImg {
		border-radius: 5px;
	}

	.shpCntBox {
		width: calc(100% - 280px);
		padding: 20px;
		border-radius: 5px;
	}

	.shpInfBox {
		margin: 0 0 20px;
		padding: 0 0 20px;
	}

	.shpNmeBox {
		text-align: center;
		display: block;
		margin: 0 0 15px;
	}

	.shpNme {
		font-size: 2.6rem;
		margin: 0 0 10px;
	}

	.shpTel {
		display: block;
		font-size: 1.5rem;
		padding: 2px 5px;
	}

	.shpAdd {
		font-size: 1.8rem;
	}
}

@media screen and (max-width:767px) {
	.shpAra {
		padding: 40px 20px 0;
	}

	.shpBox {
		display: block;
		padding: 10px;
		border-radius: 6px;
	}

	.shpImgBox {
		max-width: 100%;
		margin: 0 0 10px;
	}

	.shpImg {
		border-radius: 5px;
	}

	.shpCntBox {
		width: 100%;
		padding: 15px;
		border-radius: 5px;
	}

	.shpInfBox {
		margin: 0 0 15px;
		padding: 0 0 15px;
	}

	.shpNmeBox {
		text-align: center;
		display: block;
		margin: 0 0 15px;
	}

	.shpNme {
		font-size: 2rem;
		margin: 0 0 10px;
	}

	.shpTel {
		display: block;
		font-size: 1.5rem;
		padding: 5px;
	}

	.shpAdd {
		font-size: 1.6rem;
	}
}

/* vnuAra */
.vnuAra {
	padding: 120px 30px 0;
}

.vnuBox {
	display: flex;
	padding: 30px;
	background: #f5f5f5;
	border-radius: 8px;
}

.vnuBg {
	order: 1;
	max-width: 400px;
	width: 100%;
	margin: 0 30px 0 0;
	background: url(../images/bg_venue.jpg) left no-repeat;
	background-size: cover;
	border-radius: 6px;
}

.vnuCntWrp {
	order: 2;
	width: calc(100% - 430px);
}

.vnuCntImg {
	margin: 0 0 30px;
	overflow: hidden;
	border-radius: 6px;
}

.vnuCntBox {
	padding: 30px 20px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 6px;
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.vnuAra {
		padding: 90px 30px 0;
	}

	.vnuBox {
		padding: 20px;
		border-radius: 6px;
	}

	.vnuBg {
		max-width: 260px;
		margin: 0 20px 0 0;
		border-radius: 5px;
	}

	.vnuCntWrp {
		width: calc(100% - 280px);
	}

	.vnuCntImg {
		margin: 0 0 20px;
		border-radius: 5px;
	}

	.vnuCntBox {
		padding: 20px;
		border-radius: 5px;
	}
}

@media screen and (max-width:767px) {
	.vnuAra {
		padding: 40px 20px 0;
	}

	.vnuBox {
		display: block;
		padding: 10px;
		border-radius: 6px;
	}

	.vnuBg {
		max-width: calc(100% + 20px);
		width: calc(100% + 30px);
		height: 200px;
		margin: 10px -10px -10px;
		border-radius: 0 0 5px 5px;
	}

	.vnuCntWrp {
		width: 100%;
	}

	.vnuCntImg {
		margin: 0 0 10px;
		border-radius: 5px;
	}

	.vnuCntBox {
		padding: 15px;
		border-radius: 5px;
	}
}

/* qesAra */
.qesAra {
	padding: 120px 30px;
}

.qesLst dt {
	position: relative;
	overflow: hidden;
	background: #1f8b43;
	border-radius: 8px;
	transition: all  0.5s ease;
	cursor: pointer;
	z-index: 1;
}

.qesLst dt:hover {
	opacity: 0.60;
	transition: all  0.3s ease;
}

.qesLst dt.opn {
	border-radius: 8px 8px 0 0;
}

.qesLst dt:after {
	content: "";
	position: absolute;
	top: calc(50% - 25px);
	right: 15px;
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 4px;
	z-index: 2;
}

.qesLst dt:not(:first-child) {
	margin: 30px 0 0;
}

.qesTtlBox {
	display: flex;
	position: relative;
	padding: 20px 100px 20px 30px;
}

.qesTtlBox:before {
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	right: 28px;
	width: 26px;
	height: 4px;
	background: #1f8b43;
	z-index: 3;
}

.qesTtlBox:after {
	content: "";
	position: absolute;
	top: calc(50% - 13px);
	right: 38px;
	width: 4px;
	height: 26px;
	background: #1f8b43;
	z-index: 3;
}

.qesLst dt.opn .qesTtlBox:after {
	content: none;
}

.qesIcn {
	font-family: "abolition", sans-serif;
	font-weight: 400;
	font-size: 4.5rem;
	line-height: 1;
	color: #ffff00;
	margin: 0 20px 0 0;
}

.qesTtl {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.5;
	color: #fff;
	margin: 8px 0 0;
}

.qesLst dd {
	display: flex;
	padding: 30px;
	background: #f5f5f5;
	border-radius: 0 0 8px 8px;
}

.qesLst dd.opn {
	display: block;
}

.ansIcn {
	font-family: "abolition", sans-serif;
	font-weight: 400;
	font-size: 4.5rem;
	line-height: 1;
	color: #1f8b43;
	margin: 0 20px 0 0;
}

.ansTxt {
	font-weight: 400;
	font-size:  1.6rem;
	line-height: 1.8;
	margin: 5px 0 0;
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.qesAra {
		padding: 90px 30px;
	}

	.qesLst dt {
		border-radius: 6px;
	}

	.qesLst dt.opn {
		border-radius: 6px 6px 0 0;
	}
	
	.qesLst dt:after {
		top: calc(50% - 20px);
		right: 15px;
		width: 40px;
		height: 40px;
	}

	.qesLst dt:not(:first-child) {
		margin: 25px 0 0;
	}

	.qesTtlBox {
		padding: 15px 60px 15px 20px;
	}
	
	.qesTtlBox:before {
		right: 23px;
	}

	.qesTtlBox:after {
		right: 33px;
	}

	.qesIcn {
		font-size: 4rem;
		margin: 0 15px 0 0;
	}

	.qesTtl {
		margin: 6px 0 0;
	}

	.qesLst dd {
		padding: 20px;
		border-radius: 0 0 6px 6px;
	}

	.ansIcn {
		font-size: 4rem;
		margin: 0 15px 0 0;
	}
}

@media screen and (max-width:767px) {
	.qesAra {
		padding: 40px 20px;
	}

	.qesLst dt {
		border-radius: 6px;
	}

	.qesLst dt.opn {
		border-radius: 6px 6px 0 0;
	}
	
	.qesLst dt:after {
		top: calc(50% - 18px);
		right: 10px;
		width: 36px;
		height: 36px;
	}

	.qesLst dt:not(:first-child) {
		margin: 20px 0 0;
	}

	.qesTtlBox {
		padding: 15px 60px 15px 15px;
	}
	
	.qesTtlBox:before {
		right: 15px;
	}

	.qesTtlBox:after {
		right: 26px;
	}

	.qesIcn {
		font-size: 3.6rem;
		margin: 0 10px 0 0;
	}

	.qesTtl {
		font-size: 1.6rem;
		margin: 6px 0 0;
	}

	.qesLst dd {
		padding: 15px;
		border-radius: 0 0 6px 6px;
	}

	.ansIcn {
		font-size: 3.6rem;
		margin: 0 10px 0 0;
	}
}

/*======================================================
  form
======================================================*/

.lwrHdr {
	position: relative;
	display: flex;
	align-items: center;
	height: 80px;
	padding: 0 30px 5px;
	background: url(../images/bg_line.jpg) bottom repeat-x #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	z-index: 10;
}

.frmMnAra {
	display: flex;
}

.frmMnBg {
	width: 35%;
	background: url(../images/bg_main_form.jpg) top;
	background-size: cover;
}

.frmMnCntBox {
	width: 65%;
	height: 400px;
	display: flex;
	align-items: center;
	padding: 50px;
	box-sizing: border-box;
	background: url(../images/bg_stripe.png) top #6cbf43;
	background-size: 27px auto;
}

.frmMnTtlEn {
	font-family: "abolition", sans-serif;
	font-weight: 400;
	font-size: 2rem;
	line-height: 1;
	color: #ffff00;
	margin: 0 0 20px;
}

.frmMnTtl {
	font-weight: 900;
	font-size: 4.5rem;
	line-height: 1.2;
	color: #fff;
}

.frmMnTtl .minTxt{
	font-size: 3.5rem;
}

.frmAra {
	padding: 120px 30px;
}

.frmWrp {
	max-width: 800px;
	margin: 0 auto;
}

.errBox {
	margin: 0 0 50px;
	padding: 20px;
	border: solid 1px #ec0000;
	border-radius: 8px;
}

.errLst {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.3;
	color: #ec0000;
}

.errLst li:not(:last-child) {
	margin: 0 0 15px;
}

.wpcf7-not-valid-tip,
.errTxt {
	display: block;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.3;
	color: #ec0000;
	margin: 10px 0 0;
}

.frmLst {
	margin: 0 0 60px;
}

.frmLst dt {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 20px;
}

.frmLstTtl {
	font-weight: 900;
	font-size: 2rem;
	line-height: 1.3;
	color: #00516d;
}

.frmLstTtl .prsTxt {
	text-align: center;
	display: inline-block;
	font-size: 1.8rem;
	line-height: 1;
	color: #1f8b43;
	margin: 0 10px 0 0;
	padding: 7px 10px;
	background: #fff;
	border: solid 1px #1f8b43;
	border-radius: 4px;
}

.essIcn {
	text-align: center;
	display: inline-block;
	font-weight: 900;
	font-size: 1.4rem;
	line-height: 1;
	color: #fff;
	padding: 5px 7px;
	background: #ff1763;
	border-radius: 4px;
}

.frmLst dd:not(:last-child) {
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: dashed 2px #d0d0d0;
}

.frmBox01 {
	width: 100%;
	height: 60px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.3;
	color: #222;
	padding: 15px 20px;
	box-sizing: border-box;
	background: #f5f5f5;
	border: none;
	border-radius: 4px;
}

.frmBox02 {
	width: 100%;
	height: 150px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.3;
	padding: 15px 20px;
	box-sizing: border-box;
	background: #f5f5f5;
	border: none;
	border-radius: 4px;
}

input::placeholder,
textarea::placeholder {
	color: #b8b8b8;
}

.frmCapTxt {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.6;
	margin: 10px 0 0;
}

.frmBtnBox {
	text-align: center;
}

.frmSndBtn,
.frmBakBtn {
	display: inline-block;
}

.frmSndBtn input {
	display: block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 900;
	font-size: 2.4rem;
	line-height: 1;
	color: #1f8b43;
	padding: 25px 60px 25px 50px;
	background: url(../images/arw_gr_rt.png) right 20px center no-repeat #ffff00;
	background-size: 15px auto;
	border: solid 3px #1f8b43;
	border-radius: 50px!important;
	box-shadow: 0 0 15px rgba(0,0,0,0.05);
	transition: all 0.3s ease;
}

.frmSndBtn input:hover {
	color: #ffff00;
	background: url("../images/arw_yl_rt.png") right 20px center no-repeat #1f8b43;
	background-size: 15px auto;
	border: solid 3px #ffff00;
}

.frmBakBtn input {
	display: block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 900;
	font-size: 2.4rem;
	line-height: 1;
	color: #fff;
	margin: 0 0 0 20px;
	padding: 25px 50px 25px 30px;
	background: url(../images/arw_wt_rt.png) right 20px center no-repeat #00516d;
	background-size: 15px auto;
	border: none;
	border-radius: 50px!important;
	box-shadow: 0 0 15px rgba(0,0,0,0.05);
	transition: all 0.3s ease;
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.lwrHdr {
		height: 70px;
	}

	.frmMnBg {
		width: 40%;
	}

	.frmMnCntBox {
		width: 60%;
		height: 350px;
		padding: 30px;
	}

	.frmMnTtlEn {
		font-size: 1.8rem;
		margin: 0 0 15px;
	}

	.frmMnTtl {
		font-size: 3.8rem;
	}

	.frmMnTtl .minTxt{
		font-size: 2.8rem;
	}

	.frmAra {
		padding: 90px 30px;
	}

	.errBox {
		margin: 0 0 30px;
		padding: 15px;
		border-radius: 6px;
	}

	.errLst li:not(:last-child) {
		margin: 0 0 10px;
	}

	.frmLst {
		margin: 0 0 40px;
	}

	.frmLst dt {
		margin: 0 0 15px;
	}

	.frmLstTtl {
		font-size: 1.8rem;
	}

	.frmLstTtl .prsTxt {
		font-size: 1.6rem;
	}

	.essIcn {
		font-size: 1.3rem;
	}

	.frmLst dd:not(:last-child) {
		margin: 0 0 25px;
		padding: 0 0 25px;
	}

	.frmBox01 {
		height: 50px;
		font-size: 1.6rem;
		padding: 10px 15px;
	}

	.frmBox02 {
		height: 120px;
		font-size: 1.6rem;
		padding: 10px 15px;
	}

	.frmSndBtn input {
		font-size: 2rem;
		padding: 20px 50px 20px 40px;
		background: url(../images/arw_gr_rt.png) right 15px center no-repeat #ffff00;
		background-size: 12px auto;
		border: solid 2px #1f8b43;
	}

	.frmSndBtn input:hover {
		background: url("../images/arw_yl_rt.png") right 15px center no-repeat #1f8b43;
		background-size: 12px auto;
		border: solid 2px #ffff00;
	}

	.frmBakBtn input {
		font-size: 2rem;
		margin: 0 0 0 15px;
		padding: 20px 40px 20px 20px;
		background: url(../images/arw_wt_rt.png) right 15px center no-repeat #00516d;
		background-size: 12px auto;
	}
}

@media screen and (max-width:767px) {
	.lwrHdr {
		height: 60px;
		padding: 0 15px;
		padding: 0 0 2.5px;
		background-size: auto 2.5px;
	}
	
	.lwrHdr .hdrLg {
		margin: 0 auto;
	}
	
	.frmMnBg {
		width: 45%;
	}

	.frmMnCntBox {
		width: 55%;
		height: 300px;
		padding: 15px;
	}

	.frmMnTtlEn {
		font-size: 1.6rem;
		margin: 0 0 10px;
	}

	.frmMnTtl {
		font-size: 2rem;
	}

	.frmMnTtl .minTxt{
		font-size: 1.4rem;
	}

	.frmAra {
		padding: 40px 20px;
	}

	.errBox {
		margin: 0 0 20px;
		padding: 15px;
		border-radius: 6px;
	}
	
	.errLst {
		font-size: 1.4rem;
	}
	
	.errLst li:not(:last-child) {
		margin: 0 0 10px;
	}
	.wpcf7-not-valid-tip,
	.errTxt {
		font-size: 1.4rem;
	}

	.frmLst {
		margin: 0 0 30px;
	}

	.frmLst dt {
		margin: 0 0 15px;
	}

	.frmLstTtl {
		font-size: 1.6rem;
	}

	.frmLstTtl .prsTxt {
		font-size: 1.4rem;
	}

	.essIcn {
		font-size: 1.2rem;
	}

	.frmLst dd:not(:last-child) {
		margin: 0 0 20px;
		padding: 0 0 20px;
	}

	.frmBox01 {
		height: 45px;
		font-size: 1.6rem;
		padding: 10px;
	}

	.frmBox02 {
		height: 100px;
		font-size: 1.6rem;
		padding: 10px;
	}

	.frmSndBtn input {
		font-size: 1.5rem;
		padding: 15px 25px 15px 15px;
		background: url(../images/arw_gr_rt.png) right 10px center no-repeat #ffff00;
		background-size: 8px auto;
		border: solid 2px #1f8b43;
	}

	.frmSndBtn input:hover {
		background: url("../images/arw_yl_rt.png") right 10px center no-repeat #1f8b43;
		background-size: 8px auto;
		border: solid 2px #ffff00;
	}

	.frmBakBtn input {
		font-size: 1.5rem;
		margin: 0 0 0 10px;
		padding: 15px 25px 15px 15px;
		background: url(../images/arw_wt_rt.png) right 10px center no-repeat #00516d;
		background-size: 8px auto;
	}
}

/* tnkAra */
.tnkAra {
	padding: 120px 30px;
}

.tnkTtl {
	text-align: center;
	font-weight: 900;
	font-size: 4.5rem;
	line-height: 1.3;
	color: #00516d;
	margin: 0 0 50px;
}

.tnkTxt {
	text-align: center;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.8;
	margin: 0 0 60px;
}

.tnkTxt .grTxt {
	font-weight: 700;
	font-size: 2rem;
	color: #1f8b43;
}

.tnkBox {
	padding: 30px;
	background: #f5f5f5;
	border-radius: 8px;
}

.tnkInr {
	display: flex;
	margin: 0 0 30px;
}

.tnkImgBox {
	max-width: 300px;
	margin: 0 30px 0 0;
}

.tnkImg {
	overflow: hidden;
	border-radius: 6px;
}

.tnkCntBox {
	width: calc(100% - 330px);
	padding: 30px 20px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 6px;
}

.tnkMapBox {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 37%;
	overflow: hidden;
	border-radius: 6px;
}

.tnkMapBox iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.tnkAra {
		padding: 90px 30px;
	}

	.tnkTtl {
		font-size: 4rem;
		margin: 0 0 30px;
	}

	.tnkTxt {
		font-size: 1.6rem;
		margin: 0 0 40px;
	}

	.tnkTxt .grTxt {
		font-size: 1.8rem;
	}

	.tnkBox {
		padding: 20px;
		border-radius: 6px;
	}

	.tnkInr {
		margin: 0 0 20px;
	}

	.tnkImgBox {
		max-width: 260px;
		margin: 0 20px 0 0;
	}

	.tnkImg {
		border-radius: 5px;
	}

	.tnkCntBox {
		width: calc(100% - 260px);
		padding: 20px;
		border-radius: 5px;
	}

	.tnkMapBox {
		border-radius: 5px;
	}
}

@media screen and (max-width:767px) {
	.tnkAra {
		padding: 40px 20px;
	}

	.tnkTtl {
		font-size: 2.4rem;
		margin: 0 0 20px;
	}

	.tnkTxt {
		text-align: left;
		font-size: 1.6rem;
		margin: 0 0 30px;
	}

	.tnkTxt .grTxt {
		font-size: 1.8rem;
	}

	.tnkBox {
		padding: 10px;
		border-radius: 6px;
	}

	.tnkInr {
		display: block;
		margin: 0 0 10px;
	}

	.tnkImgBox {
		max-width: 100%;
		margin: 0 0 10px;
	}

	.tnkImg {
		border-radius: 5px;
	}

	.tnkCntBox {
		width: 100%;
		padding: 15px;
		border-radius: 5px;
	}

	.tnkMapBox {
		width: calc(100% + 20px);
		margin: 0 -10px -10px;
		padding-top: 70%;
		border-radius: 0 0 5px 5px;
	}
}

/*======================================================
  詳細
======================================================*/

.dtlClsAra {
	padding: 0 30px;
	background: #f5f5f5;
}

.dtlClsWrp {
	max-width: 1200px;
	margin: 0 auto;
	padding: 120px 100px;
	box-sizing: border-box;
	background: #fff;
}

.dtlClsTtlBox {
	text-align: center;
	margin: 0 0 60px;
}

.dtlClsTyp {
	display: inline-block;
	font-weight: 900;
	font-size: 2.8rem;
	line-height: 1.3;
	color: #fff;
	margin: 0 0 30px;
	padding: 10px 50px;
	background: #1f8b43;
	border-radius: 30px;
}

.dtlClsTtl {
	font-weight: 900;
	font-size: 3rem;
	line-height: 1.3;
	color: #00516d;
}

.dtlClsVidBox {
	margin: 0 0 80px;
	padding: 30px;
	background: #f5f5f5;
	border-radius: 8px;
}

.dtlClsLst dt {
	position: relative;
	font-weight: 900;
	font-size: 2.2rem;
	line-height: 1.3;
	color: #1f8b43;
	margin: 0 0 40px;
	padding: 0 0 0 25px;
}

.dtlClsLst dt:before {
	content: "";
	position: absolute;
	top: calc(50% - 1.5px);
	left: 0;
	width: 16px;
	height: 3px;
	background: #6cbf43;
	border-radius: 1px;
}

.dtlClsLst dd {
	display: flex;
	margin: 0 0 70px;
}

.dtlClsLst dd.subCmt {
	margin: -50px 0 70px;
}

.dtlClsLst dd.subCmt:last-child {
	margin: -50px 0 0;
}

.dtlClsLstNme {
	text-align: right;
	width: 150px;
	font-weight: 900;
	font-size: 1.8rem;
	line-height: 1.6;
	color: #00516d;
	margin: 0 30px 0 0;
	padding: 0 10px 0 0;
	box-sizing: border-box;
}

.dtlClsLstCmt {
	width: calc(100% - 180px);
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.8;
}

.dtlPlnTxt {
	font-size: 1.6rem;
	line-height: 1.8;	
}

.dtlPlnTxt p:not(:last-child) {
	margin-bottom: 30px;
}

.dtlVids {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -20px;
	margin-top: 70px;
}

.dtlVids li {
	width: calc((100% - 40px) / 3);
	margin-right: 20px;
	margin-bottom: 20px;
	background:#f5f5f5;
	border-radius:8px;
	box-sizing: border-box;
	padding: 10px;
}

.dtlVids li video {
	width: 100%;
	height: auto;
}

.dtlVids li:nth-child(3n) {
	margin-right: 0;
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.dtlClsWrp {
		padding: 90px 20px;
	}

	.dtlClsTtlBox {
		margin: 0 0 40px;
	}

	.dtlClsTyp {
		font-size: 2.4rem;
		margin: 0 0 20px;
		padding: 7px 30px;
	}

	.dtlClsTtl {
		font-size: 2.6rem;
	}

	.dtlClsVidBox {
		margin: 0 0 60px;
		padding: 20px;
		border-radius: 6px;
	}

	.dtlClsLst dt {
		font-size: 2rem;
		margin: 0 0 30px;
		padding: 0 0 0 20px;
	}

	.dtlClsLst dt:before {
		width: 14px;
	}

	.dtlClsLst dd {
		margin: 0 0 50px;
	}

	.dtlClsLst dd.subCmt {
		margin: -40px 0 50px;
	}
	
	.dtlClsLst dd.subCmt:last-child {
		margin: -40px 0 0;
	}

	.dtlClsLstNme {
		width: 130px;
		font-size: 1.6rem;
		margin: 0 20px 0 0;
	}

	.dtlClsLstCmt {
		width: calc(100% - 150px);
	}
	
	.dtlVids {
		margin-bottom: -20px;
		margin-top: 50px;
	}
	
	.dtlVids li {
		width: calc((100% - 40px) / 2);
		margin-right: 20px;
		margin-bottom: 20px;
	}
	
	.dtlVids li:nth-child(2n) {
		margin-right: 0;
	}

	.dtlVids li:nth-child(3n) {
		margin-right: auto!important;
	}
	
}

@media screen and (max-width:767px) {
	.dtlClsAra {
		padding: 0;
	}
	
	.dtlClsWrp {
		padding: 40px 20px;
	}

	.dtlClsTtlBox {
		margin: 0 0 30px;
	}

	.dtlClsTyp {
		font-size: 1.6rem;
		margin: 0 0 15px;
		padding: 5px 20px;
	}

	.dtlClsTtl {
		text-align: left;
		font-size: 2rem;
	}
	
	.dtlClsTtl br {
		display: none;
	}

	.dtlClsVidBox {
		margin: 0 0 30px;
		padding: 10px;
		border-radius: 6px;
	}

	.dtlClsLst dt {
		font-size: 1.8rem;
		margin: 0 0 20px;
		padding: 0 0 0 20px;
	}

	.dtlClsLst dt:before {
		width: 12px;
	}

	.dtlClsLst dd {
		display: block;
		margin: 0 0 30px;
	}

	.dtlClsLst dd.subCmt {
		margin: -15px 0 30px;
	}
	
	.dtlClsLst dd.subCmt:last-child {
		margin: -15px 0 0;
	}

	.dtlClsLstNme {
		text-align: left;
		width: 100%;
		font-size: 1.6rem;
		margin: 0 0 5px;
	}

	.dtlClsLstCmt {
		width: 100%;
	}
	.dtlVids {
		margin-bottom: -10px;
		margin-top: 30px;
	}
	
	.dtlVids li {
		width: calc((100% - 20px) / 2);
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
	.dtlVids li:nth-child(2n) {
		margin-right: 0;
	}

	.dtlVids li:nth-child(3n) {
		margin-right: auto!important;
	}
	
}
/*======================================================
  footer
======================================================*/

.ptpBtnBox {
	text-align: center;
	position: fixed;
	bottom: 30px;
	right: 30px;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.2;
	z-index: 150;
}

.ptpBtnBox a {
	width: 80px;
	height: 80px;
	display: block;
	padding: 32px 0 0;
	box-sizing: border-box;
	background: url(../images/arw_wt_tp.png) top 15px center no-repeat #1f8b43;
	background-size: 15px auto;
	border: solid 2px #6cbf43;
	border-radius: 50%;
}

.ftr {
	height: 90px;
	padding:  0 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: url(../images/bg_line.jpg) top repeat-x #fff;
}

.ftrLg {
	max-width: 260px;
}

.cpyTxt {
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.3;
}

.lwrFtr {
	height: 90px;
	padding:  0 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #1f8b43;
}

.lwrCpyTxt {
	text-align: center;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.3;
	color: #fff;
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.ptpBtnBox {
		bottom: 20px;
		right: 20px;
	}

	.ptpBtnBox a {
		width: 70px;
		height: 70px;
		padding: 24px 0 0;
		background: url(../images/arw_wt_tp.png) top 12px center no-repeat #1f8b43;
		background-size: 12px auto;
	}

	.ftr {
		height: 80px;
	}

	.ftrLg {
		max-width: 240px;
	}

	.cpyTxt {
		font-size: 1.3rem;
	}

	.lwrFtr {
		height: 80px;
		padding:  0 30px;
	}
}

@media screen and (max-width:767px) {
	.ptpBtnBox {
		bottom: 15px;
		right: 15px;
	}

	.ptpBtnBox a {
		width: 40px;
		height: 40px;
		padding: 0;
		background: url(../images/arw_wt_tp.png) top 13px center no-repeat #1f8b43;
		background-size: 12px auto;
	}
	
	.ptpBtnBox span {
		display: none;
	}

	.ftr {
		display: block;
		height: auto;
		padding: 15px;
		background-size: auto 2.5px;
	}

	.ftrLg {
		max-width: 130px;
		margin: 0 auto 10px;
	}

	.cpyTxt {
		text-align: center;
		font-size: 1.3rem;
	}

	.lwrFtr {
		height: 70px;
		font-size: 1.3rem;
		padding:  0 15px;
	}
}

/*=========================================================

TB

=========================================================*/

@media screen and (min-width:768px) and (max-width:1040px) {

	.pc   { display: none!important;}
	.pcsp { display: none!important;}
	.sp   { display: none!important;}
	
	.pctb { display: block!important;}
	.tb   { display: block!important;}
	.tbsp { display: block!important;}

}

/*=========================================================

SP

=========================================================*/

@media screen and (max-width:767px) {
	
	.pc   { display: none!important;}
	.tb   { display: none!important;}
	.pctb { display: none!important;}
	
	.pcsp { display: block!important;}
	.tbsp { display: block!important;}   
	.sp   { display: block!important;}
	
	.opacity a:active {
		opacity: 0.50;
		filter: alpha(opacity=50);
		-ms-filter: "alpha(opacity=50)";
		-moz-opacity: 0.50;
		-khtml-opacity: 0.50;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all  0.2s ease;
		text-decoration: none!important;
	}
	
	a[href^="tel:"] {
		pointer-events: auto!important;
	}
	
	input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea{
		-webkit-appearance: none;
		border-radius: 0;
	}

}

.wpcf7-response-output,
.screen-reader-response {
	display: none;
}

.frmSndBtn input {
	cursor: pointer;
}

.frmSndBtn input:disabled {
	background: #ddd;
	border-color: #ddd;
	color: #fff;
	cursor: default;
}