@charset "Shift_JIS";

/* header
---------------------------------------------------- 
header {
	height: 100px;
	width: 100%;
	background:linear-gradient(90deg,#FFF 0%,#FFF 50%,#284a9d 50%,#284a9d 100%);
}
header .contents {
	width: 1200px;
}
header .header_logo {
	text-align: center;
	max-width: 300px;
	width: 20%;
	background-color: #FFF;
	float: left;
	padding: 9px 0 8px;
}
header .menu {
	float: right;
	padding-left: 120px;
	background-color: #284a9d;
	background-image: url(../images/common/header.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}
header .menu li {
	float: left;
	margin-right: 50px;
	text-align: center;
}
header .menu li a {
	font-weight: bold;
	display: block;
	color:  #FFF;
	font-size: 16px;
	padding: 28px 0;
	line-height: 22px;
	letter-spacing: 0.05em;
}
header .menu li a span {
	display: block;
	font-size: 12px;
	font-weight: normal;
}
header .menu li a:hover {
	color: #aabce8;
}
header .header_btn {
	width: 200px;
	line-height: 70px;
	margin: 15px 0 0 0;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #FFF;
	float: right;
	text-align: center;
	background: linear-gradient(#ef9d02 50%, #eb8e02 50%);
	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-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
header .header_btn span {
	background-image: url(../images/common/header_ico.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 35px;
	display: inline-block;
}
header .header_btn:hover {
	opacity: 0.7;
}
 header-end
---------------------------------------------------- */

/* breadcrumb
---------------------------------------------------- */
.breadcrumb {
	height: auto;
	line-height: 16px;
	font-size: 12px;
	padding: 10px 0;
	background-color: #829bbf;
	color: #FFFFFF;
}
.breadcrumb a {
	color: #FFFFFF;
}


/* contents
---------------------------------------------------- */
.contents {
	width: 1000px;
	margin: 0 auto;
}
.blc {
	margin: 80px auto 120px;
	width: 1000px;
}
.sblc {
    margin-top: 30px;
}


/* footer
---------------------------------------------------- */
footer {
	width: 100%;
}
footer .footer_menu {
	padding: 10px 0 10px;
	background-color: #333333;
}
footer .footer_menu ul {
	text-align: center;
	font-size: 0;
}
footer .footer_menu ul li {
	display: inline-block;
	font-size: 14px;
}
footer .footer_menu ul li a {
	color: #FFF;
	padding: 0 10px;
}
footer .footer_menu ul li a:hover {
	border-bottom: 1px solid #FFF;
}
footer .footer_menu ul li::after {
	content: "b";
	color: #FFF;
}
footer .footer_menu ul li:last-child::after {
	content: "";
}
footer .footer_info {
	padding: 20px 0 20px;
}
footer .footer_info .footer_logo {
	float: left;
	line-height: 20px;
	padding-left: 60px;
}
footer .footer_info .footer_logo img {
	margin-bottom: 10px;
}
footer .footer_info .footer_logo p {
	font-size: 16px;
	line-height: 22px;
}
footer .footer_info .footer_btn {
	width: 390px;
	line-height: 70px;
	margin: 25px 50px 0 0;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #FFF;
	float: right;
	text-align: center;
	background: linear-gradient(#ef9d02 50%, #eb8e02 50%);
	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-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
footer .footer_info .footer_btn span {
	background-image: url(../images/common/header_ico.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 35px;
	display: inline-block;
}
footer .footer_info .footer_btn:hover {
	opacity: 0.7;
}
footer .footer_copy {
	width: 100%;
	padding: 8px 0;
	text-align: center;
	font-size: 12px;
	background-color: #222222;
	color: #FFF;
	letter-spacing: 0.05em;
}


/* 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;
}


/* anchor
---------------------------------------------------- */
.anchor {
   margin-top: -40px;
   padding-top: 40px;
   display: block;
}


/* h
---------------------------------------------------- */
h2.ttlh2 {
    font-size: 24px;
    letter-spacing: 0.05em;
    padding: 18px 18px 18px 70px;
	margin-bottom: 30px;
	color: #FFF;
	background-color: #284a9d;
	background-image: url(../images/common/h2.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 48px 100%;
}
h3.ttlh3 {
    font-size: 18px;
    letter-spacing: 0.05em;
    padding: 5px 5px 5px 36px;
	margin-bottom: 15px;
	background-color: #f8f8f8;
	background-image: url(../images/common/h3.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}





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

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


/* header
---------------------------------------------------- */
header {
	height: 50px;
	width: 100%;
	position: fixed;
	z-index: 100;
	background: #FFF;
}
header .contents {
    width: 94%;
}
header .header_logo {
	padding: 12px 0;
	width: auto;
	background-color: #FFF;
}
header .header_logo img {
	height: 26px;
}
header .menu {
    margin-left: 0;
	float: none;
	padding: 0;
}
header .menu li a span {
	display: none;
}
header .header_btn {
	display: none;
}

/* 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%;
	height: auto;
	line-height: 50px;
	float: left;
	padding: 0;
	background: #284a9d;
	border-bottom: 1px 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: 12px;
	display: block;
	color: #FFFFFF!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: -25px;
	content: '>';
	font-size: 22px;
	color: #FFFFFF;
	font-weight: normal;
	font-stretch: extra-condensed;
}
.panel ul.menu li ul li {
	background-color: #0183a4;
}
.panel ul.menu li ul li a {
	padding: 0 20px;
}
.panel-btn{
	display: inline-block;
	position: relative;
	width: 38px;
	height: 38px;
	background: #284a9d;
	border: 1px solid #284a9d;
}
.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);
}


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


/* footer
---------------------------------------------------- */
footer .footer_menu {
	display: none
}
footer .footer_info .footer_logo {
	float: none;
	padding-left: 0;
}
footer .footer_info .footer_logo img {
	width: 90%;
	display: block;
	margin: 0 auto 10px;
}
footer .footer_info .footer_logo p {
	font-size: 14px;
}
footer .footer_info .footer_btn {
	width: 90%;
	display: block;
	margin: 20px auto 0;
	float: none;
}


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


/* anchor
---------------------------------------------------- */
.anchor {
   margin-top: -70px;
   padding-top: 70px;
   display: block;
}


/* h
---------------------------------------------------- */
h2.ttlh2 {
    font-size: 20px;
    padding: 10px 10px 10px 40px;
	background-size: 30px 100%;
	margin-bottom: 20px;
}


}

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

.panel {
    display: block!important;
}

}