@charset "Shift_JIS";

/* header
---------------------------------------------------- */
header {
	width: 100%;
	height: 125px;
	border-bottom: 1px solid #edebec;
}
header h1 {
	float: left;
	padding-top: 35px;
}
header .h_blc {
	float: right;
}
header .h_menu {
	text-align: right;
	padding-top: 30px;
	font-size: 0;
}
header .h_menu li {
	display: inline-block;
    padding: 0 0 0 15px;
	vertical-align: top;
}
header .h_menu li a.h_btn {
	font-size: 12px;
	display: block;
	padding: 0 20px;
	background-color: #e8e7e7;
	font-family: 'notosansjp-bold';
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
header .h_menu li a:hover {
	opacity: 0.7;
}
header .h_menu li a.h_btn1 {
	color: #000;
}
header .h_menu li a.h_btn1 span {
	padding-right: 16px;
	background-image: url("../images/common/h_btn1.png");
	background-position: right center;
	background-repeat: no-repeat;
}
header .h_menu li a.h_btn2 {
	color: #FFF;
	background-color: #000;
}
header .h_menu li a.h_btn2 span {
	padding-left: 30px;
	background-image: url("../images/common/h_btn2.png");
	background-position: left center;
	background-repeat: no-repeat;
}
header .h_menu img {
	width: 276px;
	vertical-align: middle;
}
header .menu {
	padding-top: 10px;
}
header .menu li {
	display: inline-block;
    padding: 0 0 0 40px;
	font-size: 0;
}
header .menu li a {
	display: block;
	font-size: 14px;
	line-height: 22px;
}
header .menu li.sp {
    display: none;
}
header .menu li.tw {
	padding-left: 40px;
}
header .sp_supported {
	display: none;
}
header .sp_menu {
	display: none;
}


/* breadcrumb
---------------------------------------------------- */
.breadcrumb {
	height: auto;
	line-height: 16px;
	font-size: 14px;
	padding: 10px 0;
	background-color: #e9e9e9;
}
.breadcrumb ul li {
	display: inline;
	list-style-type: none;
}
.breadcrumb ul li:before {
	content: ">";
}
.breadcrumb ul li:first-child:before {
	content:"";
}


/* contents
---------------------------------------------------- */
.contents {
	width: 1080px;
	margin: 0 auto;
}
.blc {
	padding: 80px 0;
}


/* footer
---------------------------------------------------- */
footer {
	background-color: #e8e7e7;
	text-align: center;
	line-height: 1.9;
}
footer ul {
	font-size: 0;
	padding: 15px 0;
}
footer ul li {
	font-size: 13px;
	display: inline-block;
	margin: 0 25px;
}
footer .copy {
	padding: 25px 0;
	font-size: 12px;
	color: #FFF;
	background-color: #212020;
}
footer .copy br {
	display: none;
}


/* article_footer
---------------------------------------------------- */
#footer {
	margin-top: 20px;
	text-align: center;
}
#footer .navi {
	position: relative;
}
#footer .logo {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: 400px;
}
#footer .top {
	border-bottom: 1px solid #aaa;
	padding: 25px 0;
	background: #efefef;
	min-width: 1080px;
}
#footer .ttl {
	font-size: 18px;
	font-weight: bold;
}
#footer .ttl img {
	width: auto;
}
#footer .recom {
	letter-spacing: -.4em;
	margin-top: 15px;
}
#footer .recom li {
	letter-spacing: normal;
	margin: 0 8px;
	display: inline-block;
	vertical-align: top;
}
#footer .recom li img {
	width: 212px;
}
#footer .navi {
	background: #efefef;
	padding: 25px 0 15px;
	border-top: 1px solid #000;
	min-width: 1080px;
}
#footer .navi ul {
	letter-spacing: -.4em;
}
#footer .navi li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	border-right: 1px solid #000;
}
#footer .navi li a {
	padding: 0 35px;
}
#footer .navi li:last-child {
	border-right: none;
}
#footer .copy {
	margin-top: 20px;
	font-size: 14px;
	letter-spacing: normal;
}
#footer .copy br {
	display: none;
}


/* page_top
---------------------------------------------------- */
#page_top {
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 100;
}
#page_top a {
	display: block;
	width: 60px;
	height: 60px;
}
#page_top a img {
	width: 60px;
	height: 60px;
}


/* h
---------------------------------------------------- */
.ttl_h2 {
	font-size: 20px;
    font-weight: normal;
    color: #da0011;
    line-height: 44px;
    margin-bottom: 30px;
    letter-spacing: 0;
	text-align: center;
}


.footer_copy > img{
	vertical-align: middle;
    margin-right: 5px;
    mix-blend-mode: exclusion;
}


@media only screen and (max-width: 768px) {

/* header
---------------------------------------------------- */
header {
	height: auto;
	border: none;
	position: fixed;
	background-color: #FFF;
	z-index: 100;
}
header .contents {
	width: 100%;
}
header h1 {
	float: none;
	text-align: center;
	padding-top: 15px;
}
header h1 img {
	height: 50px;
}
header .h_blc {
	float: none;
}
header .h_menu {
	display: none;
}
header .menu {
	display: none;
}
header .menu li.sp {
    display: block;
}
header .sp_supported {
	display: block;
	height: auto;
	margin: 10px auto 0;
	width: 170px;
}
header .sp_menu {
	display: block;
	border-top: 1px solid #f4f2f3;
	padding-top: 0;
	margin-top: 20px;
	font-size: 0;
}
header .sp_menu li {
	width: 33.2%;
	float: left;
	text-align: center;
    padding: 0 0 0;
	border-bottom: 1px solid #f4f2f3;
	border-right: 1px solid #f4f2f3;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
header .sp_menu li:nth-child(3n) {
	border-right: none;
}
header .sp_menu li a {
	display: block;
	font-size: 13px;
	line-height: 40px;
}

/* menu */
.scroll-nav {
	border-bottom: 1px solid #e8e7e7;
}
.scroll-nav .d-menu {
	position: absolute;
	top: 5px;
	right: 5px;
}
.scroll-nav .panel {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	z-index: 10;
}
.scroll-nav .panel ul.menu {
	border-top: 1px solid #f4f2f3;
	margin-top: 0;
	padding-top: 0;
	display: block;
}
.scroll-nav .panel ul.menu li.tw {
	display: none;
}
.scroll-nav .panel ul.menu li.fb {
	display: none;
}
.scroll-nav .panel ul.menu li {
	width: 100%;
	height: auto;
	line-height: 50px;
	float: left;
	margin: 0;
	padding: 0;
	background: #FFF;
	border-bottom: 1px solid #e8e7e7;
	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;
}
.scroll-nav .panel ul.menu li.close_btn {
	width: 100%;
	float: none;
	background-image: none;
}
.scroll-nav .panel ul.menu li a {
	font-size: 14px;
	display: block;
	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;
}
.scroll-nav .panel ul.menu li a:after {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -26px;
	content: '>';
	font-size: 22px;
	color: #e8e7e7;
	font-weight: normal;
	font-stretch: extra-condensed;
}
.scroll-nav .panel-btn{
	display: inline-block;
	position: relative;
	width: 38px;
	height: 38px;
	background: #000;
	border: 1px solid #000;
}
.scroll-nav .panel-btn-icon{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 2px;
	margin: -1px 0 0 -10px;
	background: #FFF;
	transition: .2s;
}
.scroll-nav .panel-btn-icon:before, .scroll-nav .panel-btn-icon:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 2px;
	background: #FFF;
	transition: .3s;
}
.scroll-nav .panel-btn-icon:before{
	margin-top: -8px;
}
.scroll-nav .panel-btn-icon:after{
	margin-top: 6px;
}
.scroll-nav .panel-btn .close{
	background: transparent;
}
.scroll-nav .panel-btn .close:before, .panel-btn .close:after{
	margin-top: 0;
}
.scroll-nav .panel-btn .close:before{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.scroll-nav .panel-btn .close:after{
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
.scroll-nav .menu {
	margin: 0;
}
.scroll-nav h1 {
	float: left;
	text-align: center;
	padding: 5px 12px;
}
.scroll-nav h1 img {
	width: auto;
	height: 40px;
}
.scroll-nav .sp_supported {
	display: none;
}
.scroll-nav .sp_menu {
	display: none;
}


/* 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 {
	background-color: #e8e7e7;
	text-align: center;
}
footer .contents {
	width: 100%;
}
.footer_copy{
	font-size: 12px;
	line-height: 26px;
	text-align: left;
	max-width: 270px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
footer ul {
	border-top: 1px solid #cbcbcb;
	padding: 0;
}
footer ul li {
	width: 33.2%;
	text-align: center;
    padding: 0 0 0;
	margin: 0;
	border-bottom: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
footer ul li:nth-child(3n) {
	border-right: none;
}
footer ul li a {
	display: block;
	font-size: 13px;
	line-height: 40px;
}
footer .copy br {
	display: block;
}


/* footer
---------------------------------------------------- */
#footer {
	text-align:center;
	border-top:2px solid #000;
	padding:20px 0 0 0;
}

#footer .recom li {
	margin:10px 8px;
}

#footer .logo li {
	letter-spacing:normal;
	margin:10px 15px;
}
#footer .top {
	min-width:100%;
}
#footer .navi {
	padding-top:15px;
	min-width:100%;
}
#footer .navi .copy {
	margin-top:0;
}
#footer .navi .copy br {
	display: block;
}
#footer .recom li img {
	width: auto;
}
#footer .navi ul {
	display:none;
}


/* 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
---------------------------------------------------- */
.ttl_h2 {
	font-size: 16px;
	margin-bottom: 20px;
}



}

@media only screen and (min-width: 769px) {

.panel {
    display: block!important;
}

}