@charset "utf-8";


@font-face {
	font-family: 'HCo Gotham';
	src:local('Gotham'),
	url('./font/Gotham-Light_Web.woff2') format('woff2'),
	url('./font/Gotham-Light_Web.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'HCo Gotham';
	src:local('Gotham'),
	url('./font/Gotham-Book_Web.woff2') format('woff2'),
	url('./font/Gotham-Book_Web.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'HCo Gotham';
	src:local('Gotham'),
	url('./font/Gotham-Medium_Web.woff2') format('woff2'),
	url('./font/Gotham-Medium_Web.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'HCo Gotham';
	src:local('Gotham'),
	url('./font/Gotham-Bold_Web.woff2') format('woff2'),
	url('./font/Gotham-Bold_Web.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@500&display=swap');

.min{font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;}
.tfont{font-family: 'Crimson Pro', serif !important;}

a[data="tel"]{
	color: #333;
}
a[data="tel"]:hover{
	text-decoration: none;
}

@media (min-width:768px){
	.sp{
		display: none !important;
	}
}


html, body{
	text-align: center;
	color: #333;
	background: #fff;
	margin: 0;
	padding: 0 0 0;
	position: relative;
}
html.navigaion_on{
	overflow: hidden;
}
#loading{
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100vw;
	height: 100vh;
}
.scrollme.animateme{
	opacity: 0;
}
#scrup{
	position: fixed;
	bottom: 46px;
	right: 30px;
	cursor: pointer;
	line-height: 0;
	display: block;
	z-index: 99;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#scrup img{
	width: auto;
	height: 40px;
}
#scrup:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

/*Header
------------------------------------------*/
header{
	width: 100%;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	min-height: 85px;
	background: rgba(255,255,255,0.3);
}
header #logo{
	display: block;
	line-height: 0;
	position: fixed;
	top: 10px;
	left: 20px;
}
header #open,
header #close{
	display: block;
	position: fixed;
	top: 10px;
	right: 20px;
	line-height: 0;
	width: 60px;
	cursor: pointer;
	z-index: 99;
}
header #open img,
header #close img{
	width: 100%;
	height: auto;
}
header>#global{
	display: none;
	background: rgba(255,255,255,0.95);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100vw;
	height: 100vh;
	padding: 20% 0;
	line-height: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
header .inner{
	width: auto;
	position: relative;
	padding: 0 10px;
	z-index: 99;
	letter-spacing: -0.4em;
	text-align: left;
}
header>#global .info,
header>#global nav{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: 50%;
	vertical-align: middle;
}
header>#global .info h1.logo,
header>#global .info p.logo{
	text-align: center;
	line-height: 0;
	padding: 0;
	margin: 0 auto 40px;
}
header>#global .info h1.logo img,
header>#global .info p.logo img{
	max-width: 100%;
	height: auto;
}
header>#global .info p.tx{
	text-align: center;
	font-size: 1.8rem;
	line-height: 160%;
	margin: 0 auto;
}
header>#global .info p.tel{
	text-align: center;
	font-size: 2.4rem;
	margin: 0 auto;
	padding: 20px 0 0;
	color: #A17B41;
	line-height: 120%;
}
header>#global .info p.tel>a{
	color: #A17B41;
}
header>#global nav{
	border-left: 1px solid #333;
	padding: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
header>#global nav>ul{
	line-height: 0;
	display: block;
}
header>#global nav>ul>li{
	display: block;
	font-size: 2.2rem;
	padding: 0;
	line-height: 0;
}
header>#global nav>ul>li>a{
	display: block;
	color: #333;
	padding: 0 25px;
	line-height: 75px;
	font-size: 3rem;
	position: relative;
	font-weight: 100;
	overflow: hidden;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
header>#global nav>ul>li>a>small{
	position: absolute;
	top: 50%;
	margin-top: -0.5em;
	right: 0;
	font-size: 1.6rem;
	line-height: 100%;
}
header>#global nav>ul>li>a:before{
	position: absolute;
	top: 50%;
	left: -30px;
	display: block;
	content: '';
	width: 14px;
	height: 14px;
	margin-top: -7px;
	border-top: 1px solid #A17B41;
	border-right: 1px solid #A17B41;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
header>#global nav>ul>li>a.active:before,
header>#global nav>ul>li>a:hover:before{
	left: -5px;
}
header>#global nav>ul>li>a:after{
	content: '';
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 0;
	height: 1px;
	background: #A17B41;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
header>#global nav>ul>li>a.active:after,
header>#global nav>ul>li>a:hover:after{
	width: 100%;
}
header>#global nav>ul>li>a.active,
header>#global nav>ul>li a:hover{
	color: #A17B41;
	text-decoration: none;
}




/*Footer
------------------------------------------*/
footer{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	background: #fff;
	z-index: 2;
}
footer p.logo{
	text-align: center;
	line-height: 0;
	padding: 40px 0 0;
	margin: 0 auto 40px;
}
footer p.logo img{
	width: auto;
	height: 100px;
}
footer #copy{
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	line-height: 60px;
	background: #9b8c6c;
}
footer .navs{
	display: block;
	line-height: 0;
	background: #333;
	padding: 40px 0;
}
footer ul{
	display: block;
	letter-spacing: -0.4em;
	text-align: center;
	margin: 0 auto;
}
footer ul>li{
	display: inline-block;
	letter-spacing: normal;
	margin: 0 20px;
	font-size: 1.4rem;
	line-height: 0;
}
footer ul>li>a{
	display: inline-block;
	color: #fff;
	padding: 0 20px 0 0;
	position: relative;
	line-height: 160%;
}
footer ul>li>a:after{
	position: absolute;
	top: 50%;
	right: 4px;
	display: block;
	content: '';
	width: 5px;
	height: 5px;
	margin-top: -2.5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
footer p.tx{
	font-size: 1.6rem;
	color: #333;
	margin: 0 auto;
	line-height: 200%;
	text-align: center;
	margin: 0 auto;
}
footer p.tx:last-child{
	margin-bottom: 40px;
}

#navs{
	display: block;
	letter-spacing: -0.4em;
	text-align: left;
	line-height: 0;
	width: 100%;
}
#navs>li{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: 25%;
	position: relative;
	overflow: hidden;
}
#navs>li:nth-child(1){
	border: none;
}
#navs>li:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#navs>li:hover:before{
	transform: scale(1.1);
	transition-duration: .5s;
	filter: grayscale(100%);
}
#navs>li:nth-child(1):before{
	background: url(../img/navs01_bg.jpg) center bottom no-repeat;
	background-size: cover;
	border: none;
}
#navs>li:nth-child(2):before{
	background: url(../img/navs02_bg.jpg) center top no-repeat;
	background-size: cover;
}
#navs>li:nth-child(3):before{
	background: url(../img/navs03_bg.jpg) center top no-repeat;
	background-size: cover;
}
#navs>li:nth-child(4):before{
	background: url(../img/navs04_bg.jpg) center bottom no-repeat;
	background-size: cover;
	border: none;
}
#navs>li>a{
	display: block;
	padding: 150px 40px 40px;
	color: #fff;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#navs>li>a:after{
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(34, 34, 34, 0.75);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#navs>li>a:hover{
	text-decoration: none;
}
#navs>li p{
	position: relative;
	z-index: 2;
	color: #fff;
	text-align: center;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#navs>li>a:hover>p{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#navs>li p.t1{
	font-size: 3.4rem;
	font-weight: 100;
	line-height: 120%;
	color: #A17B41;
	text-shadow: 0 0 4px #333;
	margin: 0 auto 5px;
}
#navs>li p.t2{
	font-size: 2rem;
	font-weight: 100;
	line-height: 120%;
	margin: 0 auto 60px;
}
#navs>li p.tx{
	font-size: 1.4rem;
	line-height: 25px;
	text-align: left;
	margin: 0 auto 30px;
}
#navs>li p.link{
	line-height: 0;
}
#navs>li p.link>span{
	display: inline-block;
	font-weight: 100;
	min-width: 110px;
	line-height: 32px;
	border: 1px solid #9b8c6c;
	color: #9b8c6c;
	text-align: center;
	font-size: 1.6rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#scrt{
	position: fixed;
	bottom: 200px;
	right: 10px;
	z-index: 3;
	display: none;
	cursor: pointer;
	background: #333;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	text-indent: -9999px;
}
#scrt:after{
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: '';
	width: 16px;
	height: 16px;
	margin-top: -4px;
	margin-left: -8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#scrt:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#access{
	padding: 0 0 60px;
	background: #fff;
	position: relative;
	z-index: 2;
}
#access>#gmaps{
	width: 100%;
	height: 640px;
	margin: 0 auto 60px;
}
#access h2{
	font-size: 3.4rem;
	font-weight: 100;
	margin: 0 auto 20px;
	color: #9b8c6c;
	line-height: 120%;
}
#access h2>span{
	display: block;
	letter-spacing: 4px;
}
#access h2>small{
	display: block;
	font-size: 2rem;
	margin-top: -5px;
	position: relative;
}
#access p{
	font-size: 2rem;
	color: #333;
	margin: 0 auto;
	line-height: 200%;
	text-align: center;
	margin: 0 auto;
}
#access p.tel{
	line-height: 160%;
	margin: 0 auto 30px;
	font-size: 3rem;
	font-weight: 100;
}
#access p.btn{
	text-align: center;
}
#access p.btn>a{
	display: inline-block;
	font-weight: 100;
	font-size: 1.8rem;
	color: #A17B41;
	line-height: 40px;
	border-bottom: 1px solid #9b8c6c;
	padding: 0 50px 0 10px;
	position: relative;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#access p.btn>a:before{
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 20px;
	height: 1px;
	background: #9b8c6c;
	z-index: 1;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#access p.btn>a:after{
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 4px;
	height: 4px;
	margin-top: -2px;
	border-top: 2px solid #9b8c6c;
	border-right: 2px solid #9b8c6c;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 2;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#access p.btn>a:hover{
	text-decoration: none;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#access p.btn>a:hover:before,
#access p.btn>a:hover:after{
	right: 2px;
}


/*Common
------------------------------------------*/
.inner{
	width: 1080px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media (max-width:1079px){
	.inner{
		width:100%;
		padding: 0 20px;
	}
}
#pkz{
	padding: 14px 0 12px;
	margin: 0 auto 80px;
	border-bottom: 1px solid #ccc;
	background: #fff;
}
#pkz>ul{
	letter-spacing: -0.4em;
	text-align: left;
}
#pkz>ul>li{
	letter-spacing: normal;
	display: inline-block;
	margin: 0 auto;
	padding: 0 2em 0 0;
	font-size: 1.2rem;
	position: relative;
	line-height: 140%;
}
#pkz>ul>li>a{
	color: #333;
	position: relative;
}
#pkz>ul>li>a:hover{
	text-decoration: none;
}
#pkz>ul>li:after{
	position: absolute;
	top: 50%;
	right: 0.9em;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -4px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#pkz>ul>li:last-child:after{
	content: none;
}
#pkz>ul>li>a:after{
	content: '';
	width: 0;
	height: 1px;
	background: #333;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#pkz>ul>li>a:hover:after{
	width: 100%;
	left: 0;
}

#contents{
	line-height: 0;
	margin: 0 auto 120px;
}
#contents>#title{
	margin: 0 auto;
	padding: 180px 0 140px;
	position: relative;
}
#contents>#title:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.6);
	z-index: 1;
}
#contents>#title>h1{
	font-size: 5rem;
	font-weight: 100;
	text-align: center;
	margin: 0 auto 20px;
	line-height: 120%;
	position: relative;
	z-index: 2;
}
#contents>#title>h1>span{
	display: inline-block;
	border-bottom: 1px solid #333;
	padding: 0 10px 10px;
}
#contents>#title>p{
	font-size: 1.8rem;
	line-height: 100%;
	text-align: center;
	display: inline-block;
	position: relative;
	z-index: 2;
}

#contents h2{
	text-align: center;
	font-size: 4rem;
	font-weight: 100;
	line-height: 120%;
	margin: 0 auto 60px;
}
#contents h2>small{
	display: block;
	font-size: 2rem;
}

#contents h3{
	color: #333;
	font-size: 3rem;
	font-weight: 100;
	line-height: 140%;
	text-align: left;
	border-bottom: 2px solid #333;
	padding: 0 10px 10px;
	margin: 0 auto 30px;
}
#contents h3>span{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	
}
#contents h3>small{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	display: inline-block;
	padding: 12px 0 0 2em;
	line-height: 120%;
	font-size: 1.6rem;
	position: relative;
}
#contents h3>small:before{
	content: '-';
	font-size: 2rem;
	position: absolute;
	top: 12px;
	left: 12px;
}
#contents p{
	font-size: 1.4rem;
	line-height: 160%;
}
#contents p.tex{
	font-size: 1.6rem;
	line-height: 200%;
	margin: 0 auto 80px;
}
#contents p.tex2{
	font-size: 1.6rem;
	line-height: 200%;
	margin: 0 auto 20px;
}

#contents p.btn{
	text-align: center;
	margin: 0 auto;
	line-height: 0;
}
#contents p.btn>a{
	display: inline-block;
	font-weight: 100;
	font-size: 1.8rem;
	color: #333;
	line-height: 40px;
	border-bottom: 1px solid #333;
	padding: 0 50px 0 10px;
	position: relative;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#contents p.btn>a:before{
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 20px;
	height: 1px;
	background: #333;
	z-index: 1;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#contents p.btn>a:after{
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 4px;
	height: 4px;
	margin-top: -2px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 2;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#contents p.btn>a:hover{
	text-decoration: none;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#contents p.btn>a:hover:before,
#contents p.btn>a:hover:after{
	right: 2px;
}
#contents table{
	padding: 0;
	margin: 0;
	text-align: left;
	border-top: 1px solid #ddd;
}
#contents table tr:nth-child(even){
	background: rgba(245, 241, 234, 0.4);
}
#contents table th,#contents table td{
	font-size: 1.4rem;
	line-height: 200%;
	padding: 1em;
	margin: 0;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
	text-align: left;
}
#contents table th{
	width: 25%;
	padding: 1em 3em;
}



@media (max-width: 767px){
	img{
		max-width: 100%;
		height: auto;
	}
	.pc{
		display: none !important;
	}
	header{
		min-height: 60px;
		background: rgba(255,255,255,0.5);
	}
	#index header{background: rgba(255,255,255,0.3);}
	header #logo{
		top: 8px;
		left: 5px;
	}
	header p#logo img{
		width: auto;
		height: 46px;
	}
	header #open,
	header #close{
		width: 50px;
		top: 5px;
		right: 5px;
	}
	header>#global .info,
	header>#global nav{
		display: block;
		width: auto;
	}
	header>#global .info h1.logo,
	header>#global .info p.logo{
		margin-bottom: 20px;
	}
	header>#global .info h1.logo img,
	header>#global .info p.logo img{
		width: auto;
		height: 90px;
	}
	header>#global .info{
		margin: 0 auto 30px;
	}
	header>#global .info p.tx{
		font-size: 1.4rem;
	}
	header>#global .info p.tel{
		padding: 10px 0 0;
		font-size: 2rem;
	}
	header>#global nav{
		padding: 0 20px;
		border-left: none;
	}
	header>#global nav>ul>li{
		font-size: 1.8rem;
		border-bottom: 1px solid #A17B41;
	}
	header>#global nav>ul>li>a{
		font-size: 2rem;
		line-height: 50px;
		color: #A17B41;
	}
	header>#global nav>ul>li>a:after{
		content: none;
	}
	header>#global nav>ul>li>a:before{
		width: 8px;
		height: 8px;
		margin-top: -4px;
	}
	header>#global nav>ul>li>a.active:before,
	header>#global nav>ul>li>a:hover:before{
		left: 4px;
	}
	header>#global nav>ul>li>a>small{font-size: 1.4rem;}
	
	footer{
		padding: 0;
		z-index: 2;
	}
	footer:before{
		background-size: cover !important;
	}
	footer .navs{padding: 20px 0;}
	footer p.logo{
		padding: 20px 0 0;
		margin: 0 auto 20px;
	}
	footer p.logo img{
		height: 80px;
	}
	footer ul>li{
		font-size: 1.4rem;
		margin: 0 10px;
	}
	footer p.tx{font-size: 1.4rem;line-height: 160%;}
	footer p.tx:last-child{margin-bottom: 0;}
	footer #copy{
		margin-top: 20px;
		font-size: 1rem;
		line-height: 40px;
	}
	
	#access{padding-bottom: 40px;}
	#access>#gmaps{
		height: 300px !important;
		margin: 0 auto 40px;
	}
	#access h2{font-size: 3rem;}
	#access p{font-size: 1.4rem;}
	#access p.tel{font-size: 2.4rem;}
	
	#navs>li{width: 50%;}
	#navs>li>a{padding: 100px 20px 20px;}
	#navs>li p.t1{font-size: 3rem;}
	#navs>li p.t2{font-size: 1.6rem;margin-bottom: 20px;}
	#navs>li p.link>span{font-size: 1.4rem;}
	
	#scrt{bottom: 40px;width: 40px;height: 40px;}
	#scrt:after{width: 8px;height: 8px;margin-top: -2px;margin-left: -4px;}
	
	#contents{margin-bottom: 80px;}
	#contents #title{
		padding: 100px 0 40px !important;
		margin: 0 auto 60px;
	}
	#contents>#title>h1{
		font-size: 2.4rem;
		margin: 0 auto 10px;
	}
	#contents>#title>p{
		font-size: 1.4rem;
	}
	#pkz{
		display: none;
		padding: 10px 0 8px;
		margin: 0 auto 60px;
	}
	#pkz>ul>li{font-size: 1rem;}
	#pkz>ul>li:last-child{padding: 0;}
	
	#contents h2{
		font-size: 3rem;
		margin: 0 auto 30px;
	}
	#contents h3{
		font-size: 2.2rem;
		padding: 0 5px 5px;
		margin: 0 auto 20px;
	}
	#contents h3>small{
		padding: 8px 0 0 1.5em;
	}
	#contents h3>small:before{top: 7px;left: 7px;}
	#contents p.tex{
		font-size: 1.4rem;
		text-align: left;
		line-height: 180%;
		margin: 0 auto 60px;
	}
	#contents p.tex2{
		font-size: 1.4rem;
		text-align: left;
	}
}