
body,html {
	height: 100%;
	margin: 0 auto;
}
body {
	background: #ffffff;
	font-family: 'M PLUS 1', sans-serif;
	font-size: 15px;
	font-size: 1.4em;
	line-height: 1.4;
	color: #000000;
}
br.clear {
	clear: both;
}
.clearfix:after{
	content: "";
	clear: both;
	display: block;
}

/* Chromeでも縮小した画像を鮮明に表示 */
img {
	-webkit-backface-visibility: hidden;
}

img.button:hover {
	opacity: 0.8;
}

/* 天地左右中央 */
div.hcenter {
	text-align: center;
	margin: 50vh auto 0;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
}
.contents-frame {
	display: flex;
	align-items: center;
	justify-content: center;
}
/* 左右中央 */
div.hcenter2 {
	text-align: center;
	margin: 0 auto;
}
.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:80%;
	line-height:50%;
}
/* ヘッダー */

header {
	background: #00a096;
	width: 100%;
	height: 80px;
}

/* ナビゲーションメニュー */

.menu-btn {
	position: fixed;
	top: 10px;
	right: 10px;
	display: flex;
	height: 60px;
	width: 60px;
	justify-content: center;
	align-items: center;
	z-index: 90;
	background-color: #00a096;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
	content: '';
	display: block;
	height: 3px;
	width: 25px;
	border-radius: 3px;
	background-color: #999999;
	position: absolute;
}
.menu-btn span:before {
	bottom: 8px;
}
.menu-btn span:after {
	top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
	background-color: rgba(153, 153, 153, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
	bottom: 0;
	transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
	top: 0;
	transform: rotate(-45deg);
}
#menu-btn-check:checked ~ .menu-content {
	left: 0;
}
#menu-btn-check {
	display: none;
}
.menu-content {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 100%;
	z-index: 80;
	background-color: #00a096;
	transition: all 0.5s;
}
.menu-content ul {
	padding: 70px 10px 0;
}
.menu-content ul li {
	border-bottom: solid 1px #999999;
	list-style: none;
}
.menu-content ul li a {
	display: block;
	width: 100%;
	font-size: 15px;
	box-sizing: border-box;
	color:#999999;
	text-decoration: none;
	padding: 9px 15px 10px 0;
	position: relative;
}
.menu-content ul li a::before {
	content: "";
	width: 7px;
	height: 7px;
	border-top: solid 2px #999999;
	border-right: solid 2px #999999;
	transform: rotate(45deg);
	position: absolute;
	right: 11px;
	top: 16px;
}

/* Main */

 img{
	   max-width:100%;
        }
        
iframe {
  padding:2rem;
}        

.main-container {
	position: relative;
	margin: 0px;
	padding: 0px;
}

a.web {
	color:#72C1B7;
	font-size: 18px;
	font-weight: 500;
	line-height: 180%;
}

h1 {
	position: relative;
	background: #FFFFFF url(../images/main_picture2.png) no-repeat center top;
	width:100%;
	max-width: 800px;
	height: 0;
	padding: 0px;
	background-size:contain;
	margin: 3% auto;
	text-indent:-9999px;
}
h2 {
	font-size: 18px;
	font-weight: 500;
	line-height: 180%;	
}

div.yellow_back {
	background-color: #00a096;
	color:#ffffff;
	text-align: center;
	padding: 36px 0px;
}
div.yellow_back p {
	font-size: 18px;
	line-height: 180%;
	text-align: center;
	margin: 0px auto;
	width: 90%;
}

#summary {
	text-align: center;
	margin: 0px auto;
	padding: 16px 0px 36px;
	width: 90%;
	max-width: 760px;
}
#summary p {
	font-size: 15px;
	line-height: 180%;
	text-align: left;
	margin:0 auto;
}
#summary p.catch {
	font-size: 22px;
	text-align: center;
	background-image: url(../images/catch.gif);
	background-position: 100% 0px;
	background-repeat: no-repeat;
	padding-right:50px;
	padding-top:20px;
}
#summary h2.catch {
	border-bottom: 2px solid #999999;
	margin: 24px auto 24px;
	padding: 8px 60px;
	width: 100%;
	max-width: 360px;
}

#summary h2.catch2 {
	color:#00a096;
	margin: 24px auto 24px;
	padding: 8px 60px;
	width: 100%;
	max-width: 360px;
}

#videos p{
	font-size: 15px;
	text-align: center;	
	line-height: 100%;
	margin:0 auto;
}

#info {
	text-align: center;
}
#info div.contact {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	width: 90%;
	max-width: 760px;
}
#info h2.info {
	border-bottom: 2px solid #999999;
	margin: 0px auto 24px;
	padding: 8px 60px;
	width: 100%;
	max-width: 360px;
}
#info h2.top_36 {
	padding-top: 36px;
}
#info p {
}
#info p.news {
	font-size: 16px;
	line-height: 180%;
	padding: 0px 0px 36px;
	text-align: left;
	width: 90%;
	max-width: 760px;
}
#info p.contact {
	font-size: 16px;
	line-height: 180%;
	padding: 0px 0px 36px;
	text-align: left;
}

/* footer */

footer {
	background-color: #00a096;
	text-align: center;
	margin: 0;
}
footer p {
	text-align: left;
	font-size: 16px;
	line-height: 180%;
	margin: 0px auto;
	padding: 36px 0px 0px;
	width: 90%;
	max-width: 760px;
}
footer p.copyright {
	text-align: center;
	color:#ffffff;
	font-size: 15px;
	padding: 0px 0px 36px;
	margin-top:1rem;
}
footer a {
	color: #000000;
	text-decoration: none;
}

/** PC *****************************************************************************/
@media screen and (min-width: 768px) {

}

/** PC & tablet ********************************************************************/
@media screen and (min-width: 480px) {

	.pc-none {
		display: none !important;
	}

	.menu-content {
		width: 50%;
	}
	#menu-btn-check:checked ~ .menu-content {
		left: 50%
	}
}

/** tablet *************************************************************************/
@media screen and (max-width: 767px) {

/* footer */
	footer {
	}
}

/** smartphone *********************************************************************/
@media screen and (max-width: 479px) {

	.sp-none {
		display: none !important;
	}
	div.hcenter {
		text-align: center;
		margin: 0 auto;
		-webkit-transform: none;
		transform: none;
	}

	header {
	}

	div.yellow_back p {
		font-size: 16px;
	}
	#summary p.catch {
		font-size: 17px;
	}
	#summary h2.catch {
		margin: 48px auto 24px;
		padding: 8px 60px;
	}
	#step {
		margin:0 auto 12px;
	}
	#step h2.step {
		float: none;
		margin-top: 6px;
	}
	#step div.step1 {
		float: none;
	}
	#step div.step2 {
		float: none;
	}
	#step div.step3 {
		float: none;
	}
	#step div.step4 {
		float: none;
	}
	#step .step_text {
		float: none;
		width: 100%;
		padding: 12px 24px;
		margin: 0;
	}
	div.step_image {
		text-align: center;
		margin: 0px auto 36px;
	}
	img.step_image {
		width: 90%;
		height: auto;
		margin: 0px auto;
	}
	#info h2.w90 {
		width: 90%;
	}
	#info p.news {
		font-size: 13px;
	}
	#info p.contact {
		font-size: 13px;
	}

/* footer */
	footer p {
		font-size: 12px;
	}
	footer p.copyright {
		font-size: 12px;
	}
}
