@charset "utf-8";
/* ==================================================
		
		header/footer/pagetop/breadcrumb PC

================================================== */
@media screen and (min-width:741px) {
/* --------------------------------------------------
		menu
-------------------------------------------------- */
.menu {
 border-bottom: 4px #bac6cb solid;
}
.nav-list {
 width: 1040px;
 margin: 0 auto;
}
.menu .box-ttl {
 margin-bottom: -4px;
}
.menu .nav-list {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 margin-bottom: -4px;
}
.menu .nav-list li {
 font-size: 19px;
 font-weight: bold;
 width: 285px;
 height: 80px;
 line-height: 80px;
 text-align: center;
}
.menu .nav-list li a {
 display: block;
 text-decoration: none;
 -webkit-transition-property: all;
 transition-property: all;
 -webkit-transition-duration: 0.2s;
 transition-duration: 0.2s;
 -webkit-transition-timing-function: linear;
 transition-timing-function: linear;
}
.menu .nav-list .nav-list-heading {
 border-bottom: 4px #026b9d solid;
}
.menu .nav-list .nav-list-heading {
 color: #2b7ea6;
}
.nav-list .nav-list-links-item a {
 color: #000000;
}
.nav-list .nav-list-links-item:hover {
 border-bottom: 4px #026b9d solid;
 -webkit-transition-property: all;
 transition-property: all;
 -webkit-transition-duration: 0.2s;
 transition-duration: 0.2s;
 -webkit-transition-timing-function: linear;
 transition-timing-function: linear;
}
.nav-list .nav-list-links-item a:hover {
 color: #2b7ea6;
}
.menu {
 border-bottom: 4px #bac6cb solid;
 background-color: #fff;
}
.nav-list {
 width: 1140px;
 margin: 0 auto;
}
.nav-list .nav-list-links-item a {
 color: #bac6cb;
}
.menu .nav-list .rightBorder {
 border-right: 1px #bac6cb solid;
}
 
 
/* --------------------------------------------------
		footer
-------------------------------------------------- */
footer {
 font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
 color: #464646;
 border-top: 5px solid #adadad;
 padding: 12px 0 13px;
 position: relative;
 background-color: #ebebeb;
 line-height: 0;
 margin-top: 95px;
}
footer:before {
 background-color: #ff0000;
 content: "";
 display: inline-block;
 height: 5px;
 left: 0;
 position: absolute;
 top: -5px;
 width: 30px;
} 
footer.footer.is_secondary_design {
 min-width: 1200px;
}
footer .clearfix {
 visibility: inherit;
 height: auto;
} 
footer .clearfix::after {
 content: ".";
 display: block;
 height: 0;
 overflow: hidden;
 clear: both;
} 
footer .container {
 margin: 0 auto;
 width: 1040px;
 position: relative;
} 
footer .footer-link {
 margin-bottom: 0;
} 
footer .footer-link-list {
 margin: 0;
 padding: 0;
} 
footer .footer-link-list-item {
 background-color: transparent;
 border-bottom: none;
 display: inline-block;
} 
footer .footer-link-list-item-link:hover {
 text-decoration: underline;
} 
footer .footer-link-list-item:first-child .footer-link-list-item-link {
 border-left: 1px solid #080808;
} 
footer .footer-link-list-item-link {
 border-right: 1px solid #080808;
 color: #004ecc;
 display: inline-block;
 line-height: 1;
 letter-spacing: 0;
 padding: 0 15px;
 font-size: 13px;
 position: relative;
 text-align: center;
 text-decoration: none;
} 
footer .footer-copyright {
 float: right;
 margin-bottom: 0;
 position: absolute;
 right: 0;
 top: 0;
 text-align: center;
} 
footer .footer-copyright img {
 width: 383px;
 height: 13.7px;
 position: relative;
 /*
 top: -1px;
 */
} 
 
/* --------------------------------------------------
		#pagetop
-------------------------------------------------- */
#pagetop {
 position: fixed;
 right: 52px;
 bottom: 69px;
 transition: 0.5s;
 opacity: 0;
 visibility: hidden;
 z-index: 6;
}
#pagetop.active {
 opacity: 1;
 visibility: visible;
} 
#pagetop .gotop a:link, 
#pagetop .gotop a:visited {
 text-decoration: none;
} 
#pagetop .gotop a:hover {
 transition: opacity 0.5s;
 opacity: 0.7;
} 
#pagetop .gotop a img {
 width: 55px;
} 
.footer-pageTop {
 display: none;
} 
 
}


/* ==================================================
		
		header/footer/pagetop SP

================================================== */
@media screen and (max-width:740px) {
/* --------------------------------------------------
		menu
-------------------------------------------------- */ 
header #head .container #headHamb.on {
 width: 28px;
}
/* --------------------------------------------------
		menu
-------------------------------------------------- */
.menu {
 border-bottom: 4px #bac6cb solid;
}
.nav-list {
 width: 100%;
}
.menu .box-ttl {
 margin-bottom: -4px;
}
.menu .nav-list {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 margin-bottom: -4px;
}
.menu .nav-list li {
 text-align: center;
 font-size: 14px;
 font-weight: bold;
 height: 50px;
 line-height: 50px;
 width: 50%;
}
.menu .nav-list li a {
 display: block;
 text-decoration: none;
 -webkit-transition-property: all;
 transition-property: all;
 -webkit-transition-duration: 0.2s;
 transition-duration: 0.2s;
 -webkit-transition-timing-function: linear;
 transition-timing-function: linear;
}
.menu .nav-list .nav-list-heading {
 border-bottom: 3px #026b9d solid;
}
.menu .nav-list .nav-list-links-item {
 border-bottom: 3px #bac6cb solid;
}
.menu .nav-list .rightBorder {
 border-right: 1px #bac6cb solid;
}
.menu .nav-list .leftBorder {
 border-left: 1px #bac6cb solid;
}
.menu .nav-list .nav-list-heading {
 color: #2b7ea6;
}
.nav-list .nav-list-links-item a {
 color: #000000;
}
.nav-list .nav-list-links-item:hover {
 border-bottom: 3px #026b9d solid;
 -webkit-transition-property: all;
 transition-property: all;
 -webkit-transition-duration: 0.2s;
 transition-duration: 0.2s;
 -webkit-transition-timing-function: linear;
 transition-timing-function: linear;
}
.nav-list .nav-list-links-item a:hover {
 color: #2b7ea6;
}
.menu {
 background-color: #fff;
 border-top: 1px #bac6cb solid;
 border-bottom: 3px #bac6cb solid;
}
.menu .nav-list {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 margin-bottom: -3px;
}
.nav-list .nav-list-links-item a {
 color: #bac6cb;
}
 
/*	.spnav
-------------------------------------------------- */ 
.spnav {
 border-top: 1px solid #3c3c3c;
}
.spnav > li {
 border-bottom: 1px solid #3c3c3c;
}
.spnav > li a {
 display: block;
}
.spnav > li .spnav-inner {
}
.spnav > li .spnav-inner > li {
 width: 50%;
 padding: 0 20px;
}
.spnav > li .spnav-inner > li a {
 text-indent: -20px;
 margin-left: 22px;
 display: inline-block;
}
.spnav > li .spnav-inner > li a:before {
 border: 0;
 content: "";
 display: inline-block;
 height: 10px;
 position: relative;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 width: 10px;
 border-right: solid 2px #dd0000;
 border-top: solid 2px #dd0000;
 transform: rotate(45deg);
 margin-right: 10px;
}
 
/* --------------------------------------------------
		footer
-------------------------------------------------- */
footer {
 font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
 color: #464646;
 line-height: 1.7;
 border-top: 5px solid #adadad;
 padding-bottom: 22px;
 position: relative;
 margin-top: 50px;
}
footer:before {
 background-color: #ff0000;
 content: "";
 display: inline-block;
 height: 5px;
 left: 0;
 position: absolute;
 top: -5px;
 width: 30px;
} 
footer .clearfix {
 visibility: inherit;
 height: auto;
} 
footer .clearfix::after {
 content: ".";
 display: block;
 height: 0;
 overflow: hidden;
 clear: both;
} 
footer.footer.is_secondary_design {
 min-width: auto;
}
footer .footer-link-list-item {
 background-color: #d8d8d8;
 border-bottom: 1px solid #adadad;
} 
footer .footer-link-list-item a {
 color: inherit;
 display: block;
 padding: 24px 20px;
 position: relative;
 text-align: center;
 text-decoration: none;
 font-size: 12px;
 letter-spacing: 0;
 height: 68px;
} 
footer .footer-link-list-item a:before {
 border: 0;
 content: "";
 display: inline-block;
 height: 8px;
 position: absolute;
 right: 20px;
 top: 44%;
 width: 8px;
 border-right: solid 1px #dd0000;
 border-top: solid 1px #dd0000;
 transform: rotate(45deg);
} 
footer .footer-copyright {
 margin-bottom: 19px;
 text-align: center;
 margin-top: 10px;
} 
footer .footer-copyright img {
 height: auto;
 width: 280px;
} 
 
/* --------------------------------------------------
		#pagetop
-------------------------------------------------- */
.footer-pageTop {
 text-align: center;
}
.footer-pageTop a {
 display: block;
}
.footer-pageTop a:before {
 border: 0;
 content: "";
 display: inline-block;
 height: 22px;
 position: relative;
 top: 3px;
 width: 22px;
 border-right: solid 1px #111111;
 border-top: solid 1px #111111;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
#pagetop {
 display: none;
} 
 
}

