@charset "Shift_JIS";

/* header
---------------------------------------------------- */
header {
	width: 100%;
	z-index: 1;
	position: fixed;
	top: 0;
}
header .contents {
	min-width: 1020px;
	max-width: 98%;
	width: 98%;
}
header .menu {
	margin-left: 0;
	float: none;
}
header .menu li {
	float: left;
	margin: 25px 15px 25px 40px;
	position: relative;
	padding: 0 20px 0 0;
	font-family: 'notosansjp-bold';
}
header .menu li a:hover {
	color: #e2e01f;
}

/* menu */
.d-menu {
	position: absolute;
	top: 5px;
	right: 15px;
}
.panel {
	display: none;
	position: absolute;
	top: 50px;
	right: 20px;
	width: 200px;
	z-index: 10;
}
.panel ul.menu li {
	width: 100%;
	height: auto;
	line-height: 50px;
	float: left;
	padding: 0;
	margin: 0;
	background: #b0b0b0;
	border-top: 10px solid #FFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	text-align: left;
}
.panel ul.menu li.close_btn {
	width: 100%;
	float: none;
	background-image: none;
}
.panel ul.menu li a {
	font-size: 16px;
	display: block;
	color: #000!important;
	font-weight: bold;
	text-align: left;
	line-height: inherit;
	text-decoration: none;
	padding: 2px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border: none;
	position: relative;
}
.panel-btn{
	display: inline-block;
	position: relative;
	width: 38px;
	height: 38px;
	background-color: transparent;
	border: none;
}
.panel-btn-icon{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 5px;
	margin: -1px 0 0 -10px;
	background: #000;
	transition: .2s;
}
.panel-btn-icon:before, .panel-btn-icon:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 24px;
	height: 5px;
	background: #000;
	transition: .3s;
}
.panel-btn-icon:before{
	margin-top: -12px;
}
.panel-btn-icon:after{
	margin-top: 6px;
}
.panel-btn .close{
	background: transparent;
}
.panel-btn .close:before, .panel-btn .close:after{
	margin-top: 0;
}
.panel-btn .close:before{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.panel-btn .close:after{
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}


/* contents
---------------------------------------------------- */
.contents {
	width: 1020px;
	margin: 0 auto;
}
.blc {
	width: 800px;
	margin: 0 auto;
}


/* footer
---------------------------------------------------- */
footer {
	width: 100%;
	padding: 20px 0;
	background-color: #000;
}
footer p {
	text-align: center;
	font-size: 14px;
	color: #FFF;
}


/* page_top
---------------------------------------------------- */
#page_top {
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 10px;
	right: 10px;
}
#page_top a {
	display: block;
	width: 60px;
	height: 60px;
}
#page_top a img {
	width: 60px;
	height: 60px;
}


/* h
---------------------------------------------------- */
.ttlh2 {
	font-size: 72px;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 40px;
	font-weight: normal;
	font-family: 'notosansjp-bold';
}
.ttlh3 {
	font-size: 48px;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 40px;
	font-weight: normal;
	font-family: 'notosansjp-bold';
	background-image: url("../images/h3.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}
h4 {
	font-size: 36px;
	font-weight: normal;
	font-style: italic;
	font-family: 'notosansjp-bold';
	letter-spacing: 0.05em;
	line-height: 1.5;
	color: #00a23f;
	margin: 60px 0 30px;
}


/* catch
---------------------------------------------------- */
.catch {
	text-align: center;
	padding-bottom: 40px;
}


/* note
---------------------------------------------------- */
.note {
	font-size: 14px;
	line-height: 24px;
	padding-left: 1em;
	text-indent: -1em;
}


/* anc
---------------------------------------------------- */
.anc {
   margin-top: -180px;
   padding-top: 180px;
   display: block;
}


@media only screen and (max-width: 740px) {





/* contents
---------------------------------------------------- */
.contents {
	width: 94%;
	margin: 0 auto;
}
.blc {
	width: 100%;
}


/* footer
---------------------------------------------------- */
footer {
	min-width: inherit;
	padding: 20px 0;
}
footer ul {
	float: none;
	margin-bottom: 15px;
}
footer ul li {
	float: none;
}
footer .copy {
	font-size: 12px;
	text-align: center;
	float: none;
}


/* page_top
---------------------------------------------------- */
#page_top {
	display: none;
}


/* h
---------------------------------------------------- */
.ttlh2 {
	font-size: 34px;
	margin-bottom: 30px;
}
.ttlh3 {
	font-size: 24px;
}
h4 {
	font-size: 24px;
}


/* anc
---------------------------------------------------- */
.anc {
   margin-top: -100px;
   padding-top: 100px;
   display: block;
}


}