
/* header
---------------------------------------------------- */
header {
	width: 100%;
	position: fixed;
	z-index: 10;
	background-color: #FFF;
}
header .contents {
	width: 1200px;
	padding: 0;
}
header .header_logo {
	float: left;
	padding: 5px 0;
	width: 80px;
}
header .header_logo img{
	width: 100%;
}
header .menu {
	float: right;
}
header .menu li {
	display: inline-block;
    padding: 35px 30px 0 0;
	position: relative;
	font-family: 'notosansjp-bold';
}
header .menu li a {
	display: block;
	font-size: 18px;
	line-height: 38px;
}
header .menu li.sp {
    display: none;
}
header .h_line {
	float: right;
	display: block;
	margin: 25px 25px 0 0;
}


/* contents
---------------------------------------------------- */
.contents {
	width: 1000px;
	padding: 0 100px;
	margin: 0 auto;
}
.blc {
	padding: 80px 0;
}
.blc:nth-child(even) {
	background-color: #f1e9e3;
}
.sblc {
	padding: 40px 0 0;
}


/* footer
---------------------------------------------------- */
footer {
	padding: 40px 0;
	background-color: #e95532;
}
footer .info {
	margin-bottom: 45px;
}
footer .info img {
	float: left;
	width: 110px;
}
footer .info p {
	padding: 24px 0 0 160px;
	font-size: 14px;
	line-height: 24px;
	color: #FFF;
}
footer .info p a {
	color: #FFF;
	pointer-events: none;
}
footer .info p span {
	font-weight: bold;
	font-size: 18px;
	display: block;
}
footer .f_menu {
	text-align: center;
	font-size: 0;
	margin-bottom: 20px;
}
footer .f_menu li {
	display: inline-block;
	font-size: 18px;
	margin: 0 42px;
}
footer .f_menu li a {
	color: #FFF;
	font-weight: bold;
}
footer .copy {
	color: #FFF;
	font-size: 14px;
	text-align: center;
}


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


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


/* h
---------------------------------------------------- */
h2 {
	text-align: center;
	font-size: 36px;
	line-height: 48px;
	color: #e95532;
	font-family: 'notosansjp-bold';
	margin-bottom: 50px;
}
h2 span {
	display: block;
	font-size: 18px;
	color: #333333;
	font-family: 'notosansjp';
}
h3 {
	text-align: center;
	font-size: 30px;
	line-height: 42px;
	color: #e95532;
	font-family: 'notosansjp-bold';
	margin-bottom: 40px;
}



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

/* header
---------------------------------------------------- */
header {
	height: 50px;
	position: fixed;
	z-index: 100;
	background-color: #FFF;
	padding-bottom: 0;
}
header .contents {
    width: 94%;
	padding: 0;
}
header .header_logo {
    float: left;
    padding-top: 5px;
}
header .header_logo img {
	max-width: 45%;
}
header .h_line{
	position: fixed;
	right: 56px;
	top: 5px;
	margin: 0;
}
header .h_line img {
	width: 40px;
}
header .menu {
    margin: 0;
	padding: 0;
	float: none;
}
header .menu li a span {
    display: none;
}
header .menu li.sp {
    display: inline-block;
}

/* menu */
.d-menu {
	position: absolute;
	top: 5px;
	right: 5px;
}
.panel {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	z-index: 10;
}
.panel ul.menu li {
	width: 100%;
	line-height: 50px;
	float: left;
	margin: 0;
	padding: 0;
	background: #e95532;
	border-top: 1px solid #FFF;
	border-right: none;
	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: 14px;
	display: block;
	color: #FFF!important;
	font-weight: bold;
	line-height: inherit;
	text-decoration: none;
	padding: 0 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 ul.menu li a:after {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -26px;
	content: '>';
	font-size: 22px;
	color: #FFF;
	font-weight: normal;
	transform: scale(0.7, 1);
	font-stretch: extra-condensed;
}
.panel-btn{
	display: inline-block;
	position: relative;
	width: 38px;
	height: 38px;
	background: #e95532;
	border: 1px solid #e95532;
}
.panel-btn-icon{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 2px;
	margin: -1px 0 0 -10px;
	background: #FFF;
	transition: .2s;
}
.panel-btn-icon:before, .panel-btn-icon:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 2px;
	background: #FFF;
	transition: .3s;
}
.panel-btn-icon:before{
	margin-top: -8px;
}
.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: 94%;
	margin: 0 auto;
	padding: 0;
}
.blc {
	padding: 40px 0;
}
.sblc {
	padding: 40px 0 0;
}


/* breadcrumb
---------------------------------------------------- */
.breadcrumb {
	padding: 10px 0 10px;
}


/* footer
---------------------------------------------------- */
footer .info {
	margin-bottom: 25px;
}
footer .info img {
	float: none;
	display: block;
	width: 80px;
	margin: 0 auto 0;
}
footer .info p {
	padding: 24px 0 0;
	text-align: center;
}
footer .info p a {
	pointer-events: inherit;
}
footer .f_menu {
	display: none;
}
footer .copy {
	color: #FFF;
	font-size: 14px;
	text-align: center;
}


/* page_top
---------------------------------------------------- */
#page_top {
	width: 47px;
	height: 47px;
	position: fixed;
	bottom: 0;
}
#page_top a {
	display: block;
	width: 47px;
	height: 47px;
}
#page_top a img {
	width: 47px;
	height: 47px;
}


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


/* h
---------------------------------------------------- */
h2 {
	font-size: 28px;
	line-height: 40px;
	margin-bottom: 20px;
}
h2 span {
	display: block;
	font-size: 18px;
	color: #333333;
	font-family: 'notosansjp';
}
h3 {
	text-align: center;
	font-size: 30px;
	line-height: 42px;
	color: #e95532;
	font-family: 'notosansjp-bold';
	margin-bottom: 40px;
}



}

@media only screen and (min-width: 741px) {

.panel {
    display: block!important;
}

}