/* PAGE TTL */

.sub__mv {
	display:flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	flex-direction: column;
	background: url("../images/about/bg_submv.jpg") top center no-repeat;
	background-size: cover;
	height: 200px;
	box-sizing: border-box;
	
}
.sub__mv span {
	display: block;
	font-size: 60px;
	letter-spacing: 9px;
	line-height: 0.5;
	font-weight: 400;
	color: #FFF;
	padding-bottom: 30px;
	font-family: 'Roboto Condensed', sans-serif;
}
.sub__mv h1 {
	display: block;
	font-size: 20px;
	line-height: 1.5;
	color: #FFF;
}
.fix-1280 {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 1290px) {
	.fix-1280 {
		margin-left: 3%;
		margin-right: 3%;
	}
}
@media screen and (max-width: 768px) {
	.fix-1280 {
		margin-left: 4%;
		margin-right: 4%;
	}
	.sub__mv {
		display:flex;
		justify-content: center;
		text-align: center;
		align-items: center;
		flex-direction: column;
		height: 130px;
	}
	.sub__mv span {
		font-size: 30px;
		letter-spacing: 2px;
		padding-bottom: 14px;
	}
	.sub__mv h1 {
		font-size: 17px;
	}
}


/* branch */
.branch {
	display: block;
	background: #FFF;
	padding: 14px 0;
}
.branch ul {
	display: flex;
	letter-spacing: 2px;
	line-height: 1.5;
}
.branch ul li {
	display: block;
	position: relative;
	font-weight: 400;
	margin-right: 20px;
	font-size: 16px !important;
}
.branch ul li::before {
	position: absolute;
	left: -17px;
	top: 7px;
	content: "";
	width: 7px;
    height: 7px;
    border-top: 1px solid #1d1e1f;
    border-right: 1px solid #1d1e1f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.branch ul li:nth-child(1)::before {
	display: none;
}
.branch ul li a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 768px) {
	.branch {
		display: none;
	}
}



/* about */
.about001 {
	display: block;
	background: url("../images/about/bg_about.jpg") top center no-repeat;
	background-size: cover;
	padding: 130px 0 100px 0;
	text-align: center;
}
.about001 h2 {
	display: inline-block;
	font-size: 36px;
	letter-spacing: 5px;
	line-height: 1.6;
	font-weight: 600 !important;
	margin-bottom: 50px;
	position: relative;
}
.about001 h2::before {
	position: absolute;
	left: -110px;
	top: -40px;
	content: "";
	background: url("../images/about/logo.png") top center no-repeat;
	background-size: 100% auto;
	width: 167px;
	height: 73px;
}
.about001 p {
	display: block;
	font-size:16px;
	line-height: 2.2;
	letter-spacing: 2px;
	font-weight: 400;
}
.subbox01 p {
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 2.2;
	font-weight: 400;
}
@media screen and (max-width: 768px) {
	.about001 {
		padding: 35px 0 40px 0;
		text-align: center;
	}
	.about001 h2 {
		font-size: 17px;
		letter-spacing: 2px;
		margin-bottom: 20px;
		font-weight:bold !important;
		position: relative;
	}
	.about001 h2::before {
		position: absolute;
		left: -40px;
		top: -40px;
		width: 117px;
		height: 63px;
	}
	.about001 p {
		font-size:14px;
		line-height: 1.8;
		letter-spacing: 1px;
		font-weight: 400;
		text-align: left;
	}
	.subbox01 p {
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 1.9;
		font-weight: 400;
	}
}
.about002 {
	display: block;
	background: #f4f4f4;
	padding: 110px 0;
}
.tit01 {
	display: block;
	text-align: center;
	padding-bottom: 50px;
}
.tit01 span {
	display: block;
	color: #00693e;
	font-size: 100px;
	line-height: 0.7;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	letter-spacing: 8px;
	margin-bottom: 28px;
	text-transform: uppercase;
}
.tit01 h2 {
	display: block;
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: 1px;
	font-weight: 600;
}
.flexA {
	display: flex;
}
.flexB {
	display:flex;
	justify-content: center;
}
.flexC {
	display: flex;
	justify-content: space-between;
}
.abtou-flow {
	display: block;
}
.abtou-flow .flexC {
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 5%;
	border-bottom: #cce6e5 solid 2px;
	align-items: center;
}
.abtou-flow .flexC:nth-child(2n) {
	padding-left: 0px;
	padding-right: 5%;
	flex-direction:row-reverse;
}
.abtou-flow .flexC:last-child {
	border-bottom: 0px;
}
.abtou-flow .txt {
	flex-basis: 47%;
}
.points {
	display: flex;
	font-family: 'Roboto Condensed', sans-serif;
	padding-bottom: 20px;
}
.points span {
	display: block;
	padding-top: 10px;
	font-size: 20px;
	line-height: 1.3;
	color: #5bc0be;
	letter-spacing: 1px;
	font-weight: 600;
}
.points b {
	font-weight: 600;
	font-size: 32px;
	color: #5bc0be;
	letter-spacing: 3px;
	margin-left: 7px;
}
.abtou-flow .txt h3 {
	display: block;
	font-size: 26px;
	line-height: 2;
	font-weight: 600;
	margin-bottom: 35px;
}
.abtou-flow .ref {
	flex-basis: 48%;
	min-width: 48%;
}
.abtou-flow .ref figure {
	margin: 0px;
}
.abtou-flow .ref img {
	width: 100%;
}
.abtou-flow .txt .bt {
	display: block;
	max-width: 150px;
	margin-top: 30px;
}
.btn1 {
	display: block;
	position: relative;
	background: #1e1e1e;
	color: #FFF;
	font-size: 16px;
	line-height: 1.2;
	padding: 9px 30px 9px 13px;
	font-weight: 400;
}
.btn1::before {
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	background: #FFF;
	width: 12px;
	height: 1px;
}
.btn1::after {
	position: absolute;
	right: 16px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	background: #FFF;
	width: 1px;
	height: 12px;
}
.btn1:hover {
	background: #00693e;
}
.about-bg-box {
	display: block;
	padding: 95px 100px;
	background: #5bc0be;
	border-radius: 5px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.about-bg-box .txt1 {
	align-items: center;
	padding-bottom: 20px;
}
.about-bg-box .txt1 .lef {
	flex-basis: 50%;
	color: #FFF;
}
.about-bg-box .txt1 .lef span,
.about-bg-box .txt1 .lef b,
.about-bg-box .txt1 .lef h3,
.about-bg-box .txt1 p{
	color: #FFF;
}
.about-bg-box .txt1 .lef h3 {
	font-size: 32px;
	letter-spacing: 1px;
	line-height: 1.6;
	font-weight: 600 !important;
}
.about-bg-box ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.about-bg-box ul li {
	display: block;
	margin-top: 60px;
	flex-basis: 47%;
}
.about-bg-box ul li img {
	width: 100%;
}
.about-bg-box .bt {
	display: flex;
	justify-content: flex-end;
	margin-top: 45px;
}
.about-bg-box .bt a {
	box-sizing: border-box;
	width: 150px;
}
@media screen and (max-width: 768px) {
	.about002 {
		padding: 40px 0;
	}
	.tit01 {
		padding-bottom: 20px;
	}
	.tit01 span {
		display: block;
		color: #00693e;
		font-size: 30px;
		line-height: 1;
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 400;
		letter-spacing: 2px;
		margin-bottom: 14px;
		text-transform: uppercase;
	}
	.tit01 h2 {
		display: block;
		font-size: 17px;
		line-height: 1.5;
		letter-spacing: 1px;
		font-weight: 600;
	}
	.flexA {
		display:block;
	}
	.flexB {
		display:block;
	}
	.flexC {
		display:block;
	}
	.abtou-flow {
		display: block;
	}
	.abtou-flow .flexC {
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 0%;
		border-bottom: #cce6e5 solid 2px;
		align-items: center;
	}
	.abtou-flow .flexC:nth-child(2n) {
		padding-left: 0px;
		padding-right: 0%;
		flex-direction:row-reverse;
	}
	.abtou-flow .flexC:last-child {
		border-bottom: 0px;
	}
	.abtou-flow .txt {
		flex-basis: 47%;
	}
	.points {
		display: flex;
		font-family: 'Roboto Condensed', sans-serif;
		padding-bottom: 13px;
	}
	.abtou-flow .txt h3 {
		display: block;
		font-size: 16px;
		line-height: 1.9;
		font-weight: 600;
		margin-bottom: 15px;
	}
	.abtou-flow .ref {
		flex-basis: 48%;
		min-width: none;
	}
	.abtou-flow .ref figure {
		margin: 0px;
		padding-top: 15px;
	}
	.abtou-flow .txt .bt {
		display: block;
		max-width: 150px;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	.btn1 {
		display: block;
		position: relative;
		background: #1e1e1e;
		color: #FFF;
		font-size: 14px;
		line-height: 1.2;
		padding: 9px 30px 9px 13px;
		font-weight: 400;
	}
	.btn1::before {
		position: absolute;
		right: 10px;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		background: #FFF;
		width: 12px;
		height: 1px;
	}
	.btn1::after {
		position: absolute;
		right: 16px;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		background: #FFF;
		width: 1px;
		height: 12px;
	}
	.about-bg-box {
		display: block;
		padding: 25px 20px;
		background: #5bc0be;
		border-radius: 5px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.about-bg-box .txt1 {
		align-items: center;
		padding-bottom: 20px;
	}
	.about-bg-box .txt1 .lef {
		flex-basis: 50%;
		color: #FFF;
	}
	.about-bg-box .txt1 .lef span,
	.about-bg-box .txt1 .lef b,
	.about-bg-box .txt1 .lef h3,
	.about-bg-box .txt1 p{
		color: #FFF;
	}
	.about-bg-box .txt1 .lef h3 {
		font-size: 16px;
		letter-spacing: 1px;
		line-height: 1.6;
		font-weight: 600 !important;
		padding-bottom: 20px;
	}
	.about-bg-box ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.about-bg-box ul li {
		display: block;
		margin-top: 8px;
		flex-basis: 49%;
	}
	.about-bg-box ul li img {
		width: 100%;
	}
	.about-bg-box .bt {
		display: flex;
		justify-content: flex-end;
		margin-top: 15px;
	}
	.about-bg-box .bt a {
		box-sizing: border-box;
		width: 150px;
	}
}
.about003 {
	display: block;
	position: relative;
	padding-bottom: 65px;
	
}
.about003 .fix-1280 {
	overflow: visible !important;
}
.about003 .tit01 {
	position: relative;
	top: -50px;
}
.fs26 {
	font-size: 26px;
}
.txt-center {
	text-align: center;
}
.about003 b {
	display: block;
	text-align: center;
	margin-bottom: 40px;
}
.about-slide {
	margin-top: 75px;
	position: relative;
}
.slider {
  margin: 0 auto;
  max-width: 100%;
  width:100%;
}
.slider-img {
  margin: 0 160px;
}
.slider-img img {
  height:470px;
  width: 100%;
}
.slick-prev {
	position: absolute !important;
	left: -70% !important;
	top: 45% !important;
	right: 0 !important;
	margin: auto !important;
	z-index: 20 !important;
	background: url("../images/about/prev.png") center center no-repeat !important;
	width: 50px !important;
	height: 50px !important;
	border: none !important;
	text-indent: -9999px !important;
}
.slick-next {
	position: absolute !important;
	right: -70% !important;
	top: 45% !important;
	left: 0 !important;
	margin: auto !important;
	z-index: 20 !important;
	background: url("../images/about/next.png") center center no-repeat !important;
	width: 50px !important;
	height: 50px !important;
	border: none !important;
	text-indent: -9999px !important;
}
.about-slide p {
	display: block;
	text-align: center;
	font-size: 18px;
	padding-top: 25px;
}
.about004 {
	display: block;
	background: #f4f4f4;
	padding: 100px 0;
}
.max-900 {
	max-width: 900px;
}
.mlr-auto {
	margin-left: auto;
	margin-right: auto;
}
.tbl1 {
	width: 100%;
	border-collapse: collapse;
}
.tbl1 th {
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	font-size: 16px;
	line-height: 2;
	border-bottom: #92d9d8 solid 1px;
	padding: 30px 7px;
	width: 20%;
}
.tbl1 td {
	text-align: left;
	vertical-align: top;
	font-size: 16px;
	line-height: 2;
	font-weight: 400;
	border-bottom: #92d9d8 solid 1px;
	padding: 30px 7px;
}
@media screen and (max-width: 768px) {
	.about003 {
		display: block;
		position: relative;
		padding-bottom: 35px;
		padding-top: 30px;
	}
	.about003 .tit01 {
		position: relative;
		top: 0px;
	}
	.fs26 {
		font-size: 16px;
	}
	.txt-center {
		text-align: center;
	}
	.about003 b {
		display: block;
		text-align: center;
		margin-bottom: 15px;
	}
	.about-slide {
		margin-top: 25px;
		position: relative;
	}
	.slider {
	  margin: 0 auto;
	  max-width: 100%;
	  width:100%;
	}
	.slider-img {
	  margin: 0 10px;
	}
	.slider-img img {
	  height:170px;
	  width: 100%;
	}
	.slick-prev {
		position: absolute !important;
		left: -70% !important;
		top: 41% !important;
		right: 0 !important;
		margin: auto !important;
		z-index: 20 !important;
		background: url("../images/about/prev.png") center center no-repeat !important;
		background-size: 100% auto !important;
		width: 30px !important;
		height: 30px !important;
		border: none !important;
		text-indent: -9999px !important;
	}
	.slick-next {
		position: absolute !important;
		right: -70% !important;
		top: 41% !important;
		left: 0 !important;
		margin: auto !important;
		z-index: 20 !important;
		background: url("../images/about/next.png") center center no-repeat !important;
		background-size: 100% auto !important;
		width: 30px !important;
		height: 30px !important;
		border: none !important;
		text-indent: -9999px !important;
	}
	.about-slide p {
		display: block;
		text-align: center;
		font-size: 15px;
		padding-top: 13px;
	}
	.about004 {
		display: block;
		background: #f4f4f4;
		padding: 40px 0;
	}
	.max-900 {
		max-width: 900px;
	}
	.mlr-auto {
		margin-left: auto;
		margin-right: auto;
	}
	.tbl1 {
		width: 100%;
		border-collapse: collapse;
	}
	.tbl1 th {
		display: block;
		text-align: left;
		vertical-align: top;
		font-weight: bold;
		font-size: 14px;
		line-height: 2;
		border-bottom: #ccc dotted 1px;
		padding: 10px 7px;
		width:auto;
	}
	.tbl1 td {
		display: block;
		text-align: left;
		vertical-align: top;
		font-size: 14px;
		line-height: 2;
		font-weight: 400;
		border-bottom: #92d9d8 solid 1px;
		padding: 10px 7px;
	}
}


/* beginner */
.beginner001 {
	display: block;
	padding: 70px 0;
}
.title01 {
	display: block;
	font-size: 24px;
	letter-spacing: 2px;
	line-height: 1.5;
	font-weight: 700;
	background: #5bc0be;
	padding: 15px 20px;
	color: #FFF;
	margin-bottom: 25px;
}
.mb40 {
	margin-bottom: 40px;
}
.title02 {
	display:inline-block;
	font-size: 19px;
	font-weight: bold;
	line-height: 1.7;
	color: #FFF;
	background: #5bc0be;
	border-radius: 6px;
	position: relative;
	padding: 12px 24px;
	margin-bottom: 20px;
}
.title02::before {
	position: absolute;
	left: 14px;
	bottom: -24px;
	content: "";
	box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 14px solid transparent;
    border-top: 17px solid #5bc0be;
}
.bg-01 {
	background: #f4f4f4;
}
.beginner002 {
	display: block;
	padding: 70px 0;
}
.title03 {
	display: block;
	text-align: center;
	font-size: 2.2rem;
	letter-spacing: 3px;
	line-height: 1.4;
	color: #00693e;
}
.mt15 {
	margin-top: 15px;
}
.w300 {
	width: 300px !important;
	max-width: 300px !important;
}
.bg-02 {
	background: #5bc0be;
}
.beginner003 {
	display: block;
	padding: 65px 0;
}
.beginner003 .bg-02 {
	display: block;
	padding: 50px;
	border-radius: 6px;
}
.beginner003 .bg-02 h2 {
	color: #FFF;
}
.beginner003 .flex {
	display: flex;
	justify-content: space-between;
	padding-top: 35px;
}
.beginner003 .one {
	display: block;
	flex-basis: 47%;
	padding: 35px;
	box-sizing: border-box;
	background: #FFF;
	text-align: center;
}
.beginner003 .one h3 {
	display: block;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 600;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: #ccc dotted 1px;
}
.beginner003 .one p {
	text-align: left;
}
.beginner004 {
	display: block;
	padding: 70px 0;
}
.beginner004 ul {
	display: flex;
	justify-content: center;
	padding-top: 35px;
}
.beginner004 ul li {
	display: block;
	box-sizing: border-box;
	background: #FFF;
	flex-basis: 29%;
	margin-left: 2%;
	margin-right: 2%;
	padding: 35px;
}
.beginner004 ul li .points {
	justify-content: center;
}
.beginner004 ul li h3 {
	display: block;
	text-align: center;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 600;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: #ccc dotted 1px;
}
.beginner004 ul li p {
	line-height: 1.9;
	margin-bottom: 15px;
}
.bigen001 {
	flex-direction: row-reverse;
}
.bigen001 .txt {
	flex-basis: 55%;
}
.bigen001 figure {
	margin: 0;
	flex-basis: 42%;
}
.bigen001 figure img {
	width: 100%;
}
.title05 {
	display: block;
	padding: 17px 0;
	text-align: center;
	position: relative;
	font-size: 2.5rem;
	letter-spacing: 2px;
	line-height: 1.5;
	color: #5bc0be !important;
	border-bottom: #666 solid 1px;
}
.title05::after {
	position:absolute;
	left: 0;
	right: 0;
	bottom: -3px;
	margin: auto;
	content: "";
	width: 200px;
	height: 6px;
	background: #5bc0be;
}
.title06 {
	display: block;
	text-align: center;
	position: relative;
	font-size: 2.4rem;
	letter-spacing: 2px;
	line-height: 1.5;
	padding-bottom: 24px;
	margin-bottom: 25px;
}
.title06::after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	content: "";
	width: 100px;
	height: 2px;
	background: #FFF;
}
.title06.gr {
	color: #00693e;
}
.title06.gr::after {
	background: #00693e;
}


@media screen and (max-width: 768px) {
	.beginner001 {
		display: block;
		padding: 40px 0;
	}
	.title01 {
		display: block;
		font-size: 17px;
		letter-spacing: 2px;
		line-height: 1.5;
		font-weight: 700;
		background: #5bc0be;
		padding: 12px 15px;
		color: #FFF;
		margin-bottom:15px;
	}
	.mb40 {
		margin-bottom: 24px;
	}
	.title02 {
		display:inline-block;
		font-size: 15px;
		font-weight: bold;
		line-height: 1.7;
		color: #FFF;
		background: #5bc0be;
		border-radius: 6px;
		position: relative;
		padding: 7px 15px;
		margin-bottom: 20px;
	}
	.title02::before {
		position: absolute;
		left: 14px;
		bottom: -24px;
		content: "";
		box-sizing: border-box;
		width: 14px;
		height: 14px;
		border: 14px solid transparent;
		border-top: 17px solid #5bc0be;
	}
	.beginner002 {
		display: block;
		padding: 40px 0;
	}
	.title03 {
		display: block;
		text-align: center;
		font-size: 20px;
		letter-spacing: 3px;
		line-height: 1.4;
		color: #00693e;
	}
	.w300 {
		width: auto !important;
		max-width: 300px !important;
	}
	.beginner003 {
		display: block;
		padding: 35px 0;
	}
	.beginner003 .bg-02 {
		display: block;
		padding: 20px;
		border-radius: 4px;
	}
	.beginner003 .bg-02 h2 {
		color: #FFF;
	}
	.beginner003 .flex {
		display: block;
		margin-top: -35px
	}
	.beginner003 .one {
		display: block;
		flex-basis: 47%;
		padding: 15px;
		margin-top: 24px;
		box-sizing: border-box;
		background: #FFF;
		text-align: center;
	}
	.beginner003 .one h3 {
		display: block;
		font-size: 17px;
		line-height: 1.5;
		font-weight: 600;
		padding-bottom: 12px;
		margin-bottom: 12px;
		border-bottom: #ccc dotted 1px;
	}
	.beginner003 .one p {
		text-align: left;
	}
	.beginner004 {
		display: block;
		padding: 40px 0;
	}
	.beginner004 ul {
		display: block;
		margin-top: -30px;
	}
	.beginner004 ul li {
		display: block;
		box-sizing: border-box;
		background: #FFF;
		flex-basis: 29%;
		margin-left: 0%;
		margin-right: 0%;
		padding: 15px;
		margin-top: 14px;
	}
	.beginner004 ul li .points {
		justify-content: center;
	}
	.beginner004 ul li h3 {
		display: block;
		text-align: center;
		font-size: 17px;
		line-height: 1.5;
		font-weight: 600;
		padding-bottom: 12px;
		margin-bottom: 12px;
		border-bottom: #ccc dotted 1px;
	}
	.beginner004 ul li p {
		line-height: 1.7;
		margin-bottom: 15px;
	}
	.title05 {
		display: block;
		padding: 14px 0;
		text-align: center;
		position: relative;
		font-size: 1.7rem;
		letter-spacing: 2px;
		line-height: 1.5;
		color: #5bc0be !important;
		border-bottom: #666 solid 1px;
	}
	.title05::after {
		position:absolute;
		left: 0;
		right: 0;
		bottom: -2px;
		margin: auto;
		content: "";
		width: 110px;
		height: 4px;
		background: #5bc0be;
	}
	.title06 {
		display: block;
		text-align: center;
		position: relative;
		font-size: 1.7rem;
		letter-spacing: 2px;
		line-height: 1.5;
		padding-bottom: 14px;
		margin-bottom: 17px;
	}
	.title06::after {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		content: "";
		width: 80px;
		height: 2px;
		background: #FFF;
	}
}


/* faq */
.faq001 {
	display: block;
	padding: 40px 0;
	border-bottom: #ccc solid 1px;
}
.bt-link {
	display:flex;
	justify-content: center;
	text-align: center;
}
.bt-link li {
	display:block;
	padding: 0 13px;
	box-sizing: border-box;
	flex-basis: 20%;
}
.bt-link li a {
	display: block;
	background: #fabc3c;
	text-align: center;
	font-size: 15px;
	line-height: 1.5;
	color: #FFF;
	padding: 6px 2%;
}
.bt-link li a:hover,
.bt-link li.current a{
	background: #00693e;
}
.faq-list {
	display: block;
	padding: 40px 0 70px 0;
}
.faq-dl {
	display: block;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.faq-dl dt {
	display: block;
	position: relative;
	cursor: pointer;
	border-radius: 5px;
	border: #5bc0be solid 3px;
	margin-top: 25px;
}
.faq-dl dt::before {
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	width: 17px;
	height: 2px;
	background: #5bc0be;
}
.faq-dl dt::after {
	position: absolute;
	right: 27px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	width: 2px;
	height: 17px;
	background: #5bc0be;
}
.faq-dl dt.open::after {
	display: none;
}
.faq-dl dt span {
	display: block;
	position: relative;
	font-size: 17px;
	line-height: 1.5;
	font-weight: 700;
	padding: 14px 50px;
}
.faq-dl dt span::before {
	position: absolute;
	left: 15px;
	top: 10px;
	content: "Q.";
	font-size: 30px;
	line-height: 1;
	color: #5bc0be;
	font-family: 'Roboto Condensed', sans-serif;
}
.faq-dl dd {
	display: none;
	position: relative;
	font-size: 16px;
	line-height: 2;
	font-weight: 400;
	margin-left: 35px;
}
.faq-dl dd .txt {
	padding: 14px 50px;
}
.faq-dl dd::before {
	position: absolute;
	left: 15px;
	top: 15px;
	content: "A.";
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
	color: #5bc0be;
	font-family: 'Roboto Condensed', sans-serif;
}
@media screen and (max-width: 768px) {
	.faq001 {
		display: block;
		padding: 20px 0;
		border-bottom: #ccc solid 1px;
	}
	.bt-link {
		display: block;
	}
	.bt-link li {
		display:block;
		padding: 7px 0;
		box-sizing: border-box;
		flex-basis: 20%;
		text-align: center;
	}
	.bt-link li a {
		display: block;
		background: #fabc3c;
		text-align: center;
		font-size: 14px;
		line-height: 1.5;
		color: #FFF;
		padding: 12px 2%;
	}
	.bt-link li a:hover,
	.bt-link li.current a{
		background: #00693e;
	}
	.faq-list {
		display: block;
		padding: 20px 0 40px 0;
	}
	.faq-dl {
		display: block;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
	.faq-dl dt {
		display: block;
		position: relative;
		cursor: pointer;
		border-radius: 5px;
		border: #5bc0be solid 2px;
		margin-top: 15px;
	}
	.faq-dl dt::before {
		position: absolute;
		right: 20px;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		width: 17px;
		height: 2px;
		background: #5bc0be;
	}
	.faq-dl dt::after {
		position: absolute;
		right: 27px;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		width: 2px;
		height: 17px;
		background: #5bc0be;
	}
	.faq-dl dt.open::after {
		display: none;
	}
	.faq-dl dt span {
		display: block;
		position: relative;
		font-size: 15px;
		line-height: 1.5;
		font-weight: 700;
		padding: 12px 40px;
	}
	.faq-dl dt span::before {
		position: absolute;
		left: 15px;
		top: 10px;
		content: "Q.";
		font-size: 20px;
		line-height: 1;
		color: #5bc0be;
		font-family: 'Roboto Condensed', sans-serif;
	}
	.faq-dl dd {
		display: none;
		position: relative;
		font-size: 14px;
		line-height: 1.8;
		font-weight: 400;
		margin-left: 25px;
	}
	.faq-dl dd .txt {
		padding: 12px 40px;
	}
	.faq-dl dd::before {
		position: absolute;
		left: 15px;
		top: 15px;
		content: "A.";
		font-size: 20px;
		line-height: 1;
		font-weight: 700;
		color: #5bc0be;
		font-family: 'Roboto Condensed', sans-serif;
	}
}


/* list */
.shop-list {
	display: block;
	padding: 70px 0;
}
.shop-list .one {
	display: flex !important;
	justify-content: space-between !important;
	padding: 23px 0 !important;
	border-bottom: #EFEFEF solid 2px !important;
}
.shop-list .one:hover {
	background: #fdf2da;
}
.shop-list .one figure {
	display: block;
	margin: 0;
	flex-basis: 34%;
}
.shop-list .one figure img {
	display: block;
	width: 100%;
	height: 260px;
}
.shop-list .one .txt {
	display: block;
	flex-basis: 63%;
}
.shop-list .one .txt dl {
	display: block;
}
.shop-list .one .txt dd {
	display: inline-block;
	margin-right: 13px;
	margin-bottom: 7px;
	font-size: 15px;
	line-height: 1;
	padding: 7px 15px;
	border: #fabc3c solid 1px;
	color: #fabc3c;
}
.shop-list .one .txt h3 {
	display: block;
	font-size: 21px;
	line-height: 1.5;
	letter-spacing: 2px;
	font-weight: 700;
	padding: 13px 0;
	color: #00693e;
}
.shop-list .one .txt h3 a {
	color: #00693e;
}
@media screen and (max-width: 768px) {
	.shop-list {
		display: block;
		padding: 35px 0;
	}
	.shop-list .one {
		display: block;
		padding: 14px 0;
		border-bottom: #EFEFEF solid 2px;
	}
	.shop-list .one figure {
		display: block;
		margin: 0;
		flex-basis: 34%;
		margin-bottom: 14px;
	}
	.shop-list .one figure img {
		display: block;
		width: 100%;
		height: 160px;
	}
	.shop-list .one .txt {
		display: block;
		flex-basis: 63%;
	}
	.shop-list .one .txt dl {
		display: block;
	}
	.shop-list .one .txt dd {
		display: inline-block;
		margin-right: 5px;
		margin-bottom: 4px;
		font-size: 13px;
		line-height: 1;
		padding: 4px 10px;
	}
	.shop-list .one .txt h3 {
		display: block;
		font-size: 15px;
		line-height: 1.5;
		letter-spacing: 2px;
		font-weight: 700;
		padding: 8px 0;
		color: #00693e;
	}
	.shop-list .one .txt h3 a {
		color: #00693e;
	}
}


.shop-detail {
	display: block;
	padding: 70px 0;
}
.shop-detail .ti {
	display: block;
	padding-bottom: 25px;
	margin-bottom: 5px;
	border-bottom: #EFEFEF solid 2px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.shop-detail .ti dl {
	display: block;
	margin-bottom: 15px;
}
.shop-detail .ti dd {
	display: inline-block;
	margin-right: 13px;
	margin-bottom: 7px;
	font-size: 15px;
	line-height: 1;
	padding: 7px 15px;
	border: #fabc3c solid 1px;
	color: #fabc3c;
}
.shop-detail .ti h3 {
	display: block;
	font-size: 26px;
	letter-spacing: 2px;
	line-height: 1.5;
	font-weight: 700;
	color: #00693e;
}
.product_item_list_img {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.sub-tumb {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
    padding-top: 35px;
}
.sub-tumb li {
    display: block;
    padding: 0px !important;
    margin-bottom: 5px;
    margin-right: 5px;
    width: calc(23% - 5px)
}
.sub-tumb li.i-main {
    width: 100% !important;
    height:520px;
    flex-basis: 100% !important;
    margin-bottom: 30px;
}
.sub-tumb li img {
    width: 100%;
    height: 130px;
    cursor: pointer;
}
.sub-tumb li.i-main img {
    width: calc(100% - 5px);
    height: 520px;
	cursor:default;
}
.view-box {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 75px;
}
.view-box .tit01 {
	padding-bottom: 20px;
}
.view-box .bg {
	background: #EFEFEF;
	text-align: center;
	height: 320px;
}
.detail-tab {
	display: block;
	margin-top: 45px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.detail-tab table {
	border-top: #92d9d8 solid 1px;
}
.detail-tab .tbl1 th,
.detail-tab .tbl1 td {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
.detail-tab .tbl1 th {
	border-bottom: #666 dotted 1px;
	width: auto;
}

.gmaps {
	display: block;
	padding-top: 60px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.tit01 span.short {
	font-size: 50px;
	margin-bottom: 10px;
}
.gmaps iframe {
	width: 100%;
	height: 350px;
}
.detail-bt {
	display: block;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
}
.detail-bt a {
	background: #1a1a1a;
	color: #FFF;
	display: block;
	text-align: center;
	padding: 18px 0;
	font-size: 16px;
	line-height: 1.5;
}
.detail-bt a:hover{
	background: #00693e;
}
@media screen and (max-width: 768px) {
	.shop-detail {
		display: block;
		padding: 40px 0;
	}
	.shop-detail .ti {
		display: block;
		padding-bottom: 15px;
		margin-bottom: 10px;
		border-bottom: #EFEFEF solid 2px;
	}
	.shop-detail .ti dd {
		display: inline-block;
		margin-right: 5px;
		margin-bottom: 4px;
		font-size: 13px;
		line-height: 1;
		padding: 4px 12px;
	}
	.shop-detail .ti h3 {
		display: block;
		font-size: 17px;
		letter-spacing: 1px;
		line-height: 1.5;
		font-weight: 700;
		color: #00693e;
	}
	.product_item_list_img {
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
	.sub-tumb {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding-top: 15px;
	}
	.sub-tumb li {
		display: block;
		padding: 0px !important;
		margin-bottom: 5px;
		margin-right: 5px;
		width: calc(20% - 5px)
	}
	.sub-tumb li.i-main {
		width: 100% !important;
		height:180px;
		flex-basis: 100% !important;
		margin-bottom: 10px;
	}
	.sub-tumb li img {
		width: 100%;
		height: 50px;
		cursor: pointer;
	}
	.sub-tumb li.i-main img {
		width: calc(100% - 5px);
		height: 180px;
		cursor:default;
	}
	.view-box {
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
		
		margin-top: 25px;
	}
	.view-box .bg {
		height: 180px;
		background: #EFEFEF;
		text-align: center;
	}
	.detail-tab {
		display: block;
		margin-top: 25px;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
	.detail-bt {
		display: block;
		max-width: 250px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 25px;
	}
	.detail-bt a {
		background: #1a1a1a;
		color: #FFF;
		display: block;
		text-align: center;
		padding: 13px 0;
		font-size: 14px;
		line-height: 1.5;
	}
}


.term-box {
	display: block;
	padding: 70px 0;
}
.term-box .ones {
	display: block;
	padding-bottom: 50px;
}
.title04 {
	display: block;
	position: relative;
	font-size: 21px;
	line-height: 1.5;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: #ccc solid 1px;
}
.title04::before {
	position: absolute;
	left: 0;
	bottom: -2px;
	content: "";
	width: 240px;
	height: 3px;
	background: #5bc0be;
}
.kaitei {
	display: block;
	text-align: right;
}
@media screen and (max-width: 768px) {
	.term-box {
		display: block;
		padding: 40px 0;
	}
	.term-box .ones {
		display: block;
		padding-bottom: 24px;
	}
	.title04 {
		display: block;
		font-size: 16px;
		line-height: 1.5;
		padding-bottom: 10px;
		margin-bottom: 15px;
		border-bottom: #ccc solid 1px;
	}
	.title04::before {
		position: absolute;
		left: 0;
		bottom: -2px;
		content: "";
		width: 110px;
		height: 3px;
		background: #5bc0be;
	}
}


.contact-wrap {
	display: block;
	padding: 70px 0;
}
.red {
	color: #D01013;
}
.contact-wrap .tbl1 th {
	vertical-align: middle;
	background: #00693e;
	color: #FFF;
	width: 27%;
	padding-left: 15px;
	padding-right: 15px;
}
.max-1000 {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.contact-wrap label {
	margin-right: 25px;
}
.n001 {
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	padding: 5px;
	border: #ccc solid 1px;
	border-radius: 3px;
}
.txer {
	width: 100%;
	height: 140px;
	box-sizing: border-box;
	padding: 5px;
	border: #ccc solid 1px;
	border-radius: 3px;
}
.cbtn {
	display: block;
	padding: 35px 0;
	text-align: center;
}
.sbt {
	width: 350px;
	height: 55px;
	background: #1a1a1a;
	color: #FFF;
	font-size: 16px;
	cursor: pointer;
	border: none;
}
.sbt:hover {
	background: #00693e;
}
.fix-1100 {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
	.fix-1100 {
		margin-left: 2%;
		margin-right: 2%;
	}
}
@media screen and (max-width: 768px) {
	.contact-wrap {
		display: block;
		padding: 40px 0;
	}
	.red {
		color: #D01013;
	}
	.contact-wrap .tbl1 th {
		vertical-align: middle;
		display: block;
		width: auto;
	}
	.max-1000 {
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
	.contact-wrap label {
		margin-right: 15px;
	}
	.n001 {
		width: 100%;
		height: 40px;
		box-sizing: border-box;
		padding: 5px;
		border: #ccc solid 1px;
		border-radius: 3px;
	}
	.txer {
		width: 100%;
		height: 140px;
		box-sizing: border-box;
		padding: 5px;
		border: #ccc solid 1px;
		border-radius: 3px;
	}
	.cbtn {
		display: block;
		padding: 35px 0;
		text-align: center;
	}
	.sbt {
		width: 270px;
		height: 45px;
		background: #1a1a1a;
		color: #FFF;
		font-size: 14px;
		cursor: pointer;
		border: none;
		margin: 5px 0;
	}
	.fix-1100 {
		margin-left: 4%;
		margin-right: 4%;
	}
}


@media screen and (max-width: 768px) {
	.mov-list {
		display: block;
	}
	.mov-list .one {
		margin-bottom: 24px;
		box-sizing: border-box;
	}
	.mov-list .one h3 {
		display: block;
		text-align: center;
		font-size: 15px;
		line-height: 1.5;
		padding-bottom: 10px;
		border-bottom: #CCC solid 2px;
	}
	.mov-list .one iframe {
		width: 100%;
		height: 180px;
	}
	.sst {
		font-size: 11px !important;
	}
}
@media screen and (min-width: 769px) {
	.mov-list {
		display: flex;
		justify-content: center;
	}
	.mov-list .one {
		flex-basis: 30%;
		margin-left: 1.5%;
		margin-right: 1.5%;
		box-sizing: border-box;
	}
	.mov-list .one h3 {
		display: block;
		text-align: center;
		font-size: 17px;
		line-height: 1.5;
		padding-bottom: 14px;
		border-bottom: #CCC solid 2px;
	}
	.mov-list .one iframe {
		width: 100%;
		height: 240px;
	}
	.sst {
		font-size: 14px !important;
	}
}

@media screen and (max-width: 768px) {
	h2, h3 {
		font-weight: bold !important;
	}
}
.tbl1 td label {
}
.tbl1 td label input {
	margin-right: 5px;
	position: relative;
	top: 2px;
}


@media screen and (max-width: 768px) {
	.camptxt {
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
		padding: 25px 0;
	}
	.camptxt b {
		display: block;
		text-align: center;
		font-size: 17px;
		letter-spacing: 2px;
		line-height: 1.5;
		margin-bottom: 15px;
	}
	.camptxt p {
		display: block;
		padding: 10px;
		background: #EFEFEF;
		font-size: 14px;
		line-height: 1.8;
	}
	.ytb iframe {
		width: 100%;
		height: 240px;
		margin-top: 20px;
	}
	.posit-link {
		display: block;
		padding-top: 70px;
		margin-top: -70px;
	}
	/*タブ切り替え全体のスタイル*/
	.tabs {
	  margin-top: 20px;
	  padding-bottom: 20px;
	  background-color: #fff;
	  }

	/*タブのスタイル*/
	.tab_item {
	  width:100%;
	  height: 45px;
	  border-bottom: 3px solid #5ab4bd;
	  background-color: #d9d9d9;
	  line-height: 50px;
	  font-size: 16px;
	  text-align: center;
	  color: #565656;
	  display: block;
	  float: left;
	  text-align: center;
	  font-weight: bold;
	  transition: all 0.2s ease;
		margin-bottom: 10px;
		box-sizing: border-box;
	}
	.tab_item:hover {
	  opacity: 0.75;
	}

	/*ラジオボタンを全て消す*/
	input[name="tab_item"] {
	  display: none;
	}

	/*タブ切り替えの中身のスタイル*/
	.tab_content {
	  display: none;
		padding: 15px 0;
	  clear: both;
	  overflow: hidden;
	}


	/*選択されているタブのコンテンツのみを表示*/
	#all:checked ~ #all_content,
	#programming:checked ~ #programming_content,
	#design:checked ~ #design_content,
	#fa:checked ~ #fa_content{
	  display: block;
	}

	/*選択されているタブのスタイルを変える*/
	.tabs input:checked + .tab_item {
	  background-color: #5ab4bd;
	  color: #fff;
	}
	.faq-list {
		display: block;
	}
	.faq-list dl {
		display: block;
	}
	.faq-list dt {
		display: block;
		position: relative;
		border-bottom: #ccc solid 1px;
		font-size: 15px;
		line-height: 1.4;
	}
	.faq-list dt::before {
		position: absolute;
		left: 0;
		top: 13px;
		content: "Q.";
		font-size: 18px;
		line-height: 1;
		color: #00693e;
	}
	.faq-list dt span {
		display: block;
		position: relative;
		padding: 14px 20px 14px 40px;
	}
	.faq-list dt span::before {
		position: absolute;
		right: 4px;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		width: 16px;
		height: 1px;
		background: #222;
	}
	.faq-list dt span::after {
		position: absolute;
		right: 11px;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		width: 1px;
		height: 16px;
		background: #222;
	}
	.faq-list dt.open span::after {
		display: none;
	}
	.faq-list dd {
		display: block;
		padding-top: 14px;
		padding-left: 60px;
		padding-bottom: 50px;
		position: relative;
		font-size: 14px;
		line-height: 1.7;
		font-weight: 400;
		display: none;
		transition-duration: 0.3s;
		opacity: 0;
	}
	.faq-list dd.open {
		display: block;
		opacity: 1;
	}
		
	.faq-list dd::before {
		position: absolute;
		left: 25px;
		top: 13px;
		content: "A.";
		font-size: 18px;
		line-height: 1;
		color: #666;
	}
}
@media screen and (min-width: 769px) {
	.camptxt {
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
		padding: 35px 0;
	}
	.camptxt b {
		display: block;
		text-align: center;
		font-size: 20px;
		letter-spacing: 2px;
		line-height: 1.5;
		margin-bottom: 20px;
	}
	.camptxt p {
		display: block;
		padding: 20px;
		background: #EFEFEF;
		font-size: 15px;
		line-height: 2;
	}
	.ytb iframe {
		width: 100%;
		height: 320px;
	}
	.posit-link {
		display: block;
		padding-top: 190px;
		margin-top: -190px;
	}
	.faq-list {
		padding: 40px 0;
	}
	/*タブ切り替え全体のスタイル*/
	.tabs {
	  margin-top: 50px;
	  padding-bottom: 40px;
	  background-color: #fff;
	  }

	/*タブのスタイル*/
	.tab_item {
	  width: calc(100%/4);
	  height: 50px;
	  border-bottom: 3px solid #5ab4bd;
	  background-color: #d9d9d9;
	  line-height: 50px;
	  font-size: 16px;
	  text-align: center;
	  color: #565656;
	  display: block;
	  float: left;
	  text-align: center;
	  font-weight: bold;
	  transition: all 0.2s ease;
	}
	.tab_item:hover {
	  opacity: 0.75;
	}

	/*ラジオボタンを全て消す*/
	input[name="tab_item"] {
	  display: none;
	}

	/*タブ切り替えの中身のスタイル*/
	.tab_content {
	  display: none;
		padding: 35px;
	  clear: both;
	  overflow: hidden;
	}


	/*選択されているタブのコンテンツのみを表示*/
	#all:checked ~ #all_content,
	#programming:checked ~ #programming_content,
	#design:checked ~ #design_content,
	#fa:checked ~ #fa_content{
	  display: block;
	}

	/*選択されているタブのスタイルを変える*/
	.tabs input:checked + .tab_item {
	  background-color: #5ab4bd;
	  color: #fff;
	}
	.faq-list {
		display: block;
	}
	.faq-list dl {
		display: block;
	}
	.faq-list dt {
		display: block;
		position: relative;
		border-bottom: #ccc solid 1px;
		font-size: 22px;
		line-height: 1.4;
		cursor: pointer;
	}
	.faq-list dt::before {
		position: absolute;
		left: 0;
		top: 13px;
		content: "Q.";
		font-size: 28px;
		line-height: 1;
		color: #00693e;
	}
	.faq-list dt span {
		display: block;
		position: relative;
		padding: 14px 0 14px 40px;
	}
	.faq-list dt span::before {
		position: absolute;
		right: 20px;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		width: 16px;
		height: 1px;
		background: #222;
	}
	.faq-list dt span::after {
		position: absolute;
		right: 27px;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		width: 1px;
		height: 16px;
		background: #222;
	}
	.faq-list dt.open span::after {
		display: none;
	}
	.faq-list dd {
		padding-top: 14px;
		padding-left: 60px;
		padding-bottom: 50px;
		position: relative;
		display: none;
		transition-duration: 0.3s;
		opacity: 0;
	}
	.faq-list dd.open {
		display: block;
		opacity: 1;
	}
	.faq-list dd::before {
		position: absolute;
		left: 25px;
		top: 13px;
		content: "A.";
		font-size: 28px;
		line-height: 1;
		color: #666;
		transition-duration: 0.1s;
	}
}
.link-color {
	color: #046303 !important;
}
.link-color:hover {
	text-decoration: underline !important;
}

