@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto');

/* ---------------------------------------------------------
	CSS Document Common
--------------------------------------------------------- */

html, body {
	min-width: 1200px;
	margin: 0;
	padding: 0;
	background: #fff;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-align: center;
/*	font-family: Roboto, sans-serif;*/
	font-family: Arial, "メイリオ", "HiraKakuPro-W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "ＭＳ Ｐゴシック", "osaka";
	font-size: 14px;
	line-height: 1.9;
	color: #434343;
}

form, h1, h2, h3, h4, h5, h6, div, p, ul, ol, li, dl, dt, dd, a, span, figure {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	list-style: none;
}

table {
	border-collapse: collapse;
}

input, textarea, select, option {
	outline: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: Arial, "メイリオ", "HiraKakuPro-W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "ＭＳ Ｐゴシック", "osaka";
	font-size: 14px;
	color: #434343;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.find {
	cursor: pointer;
}

.sp {
	display: none;
}

.clearfix {
	min-height: 1px;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

address, em {
	font-style: normal;
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
	border: 0;
}

::-webkit-input-placeholder {
	color: #b7b7b7;
}

::-moz-placeholder {
	opacity: 1;
	color: #b7b7b7;
}

:-ms-input-placeholder {
	color: #b7b7b7;
}

select::-ms-expand {
	display: none;
}

/* ---------------------------------------------------------
	CSS Document Link
--------------------------------------------------------- */

a {
	outline: none;
	text-decoration: underline;
	color: #006699;
}

a:hover {
	color: #933481;
}

a:hover img {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

input[type='image']:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/* ---------------------------------------------------------
	CSS Document layout
--------------------------------------------------------- */

#container {
	overflow: hidden;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

/* ---------------------------------------------------------
	CSS Document header
--------------------------------------------------------- */

#header .wrapper {
	min-width: 1200px;
	width: 100%;
	background: #fff;
	font-size: 0;
}

#header .h_logo {
	height: 70px;
	padding-left: 30px;
	flex-wrap: wrap;
}

#header .h_logo .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#header .h_logo .h_logo_h1 {
	display: flex;
	align-items: center;
}

#header .h_logo h1 {
	width: 345px;
	margin-right: 25px;
}

#header .h_logo .h_h1 {
	margin-right: 25px;
	text-align: left;
	font-size: 12px;
	line-height: 1.3;
}

#header .h_logo ul {
	display: flex;
	align-items: center;
}

#header .h_logo .h_tel {
	margin-right: 17px;
}

#header .h_logo .h_tel a {
	display: block;
	text-align: left;
	text-decoration: none;
	color: #1e1e1e;
}

#header .h_logo .h_tel .h_tel_phone {
	display: block;
	height: 36px;
	padding-left: 40px;
	background: url(../images/h_tel_pc.png) no-repeat left / auto 20px;
    font-family: Roboto, sans-serif;
	font-weight: bold;
	font-size: 33px;
	line-height: 32px;
	white-space: nowrap;
}

#header .h_logo .h_tel .h_tel_time {
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
}

#header .h_logo .h_access a,
#header .h_logo .h_contact a {
	display: block;
	width: 184px;
	height: 70px;
	background: #e89005;
	text-decoration: none;
	font-size: 17px;
	line-height: 70px;
	color: #fff;
}

#header .h_logo .h_contact a {
	background: #ef233c;
}

#header .h_logo .h_access a:hover,
#header .h_logo .h_contact a:hover {
	opacity: 0.6;
}

#header .h_logo .h_access a:before,
#header .h_logo .h_contact a:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 32px;
	height: 100%;
	background: url(../images/h_access_pc.png) no-repeat left;
}

#header .h_logo .h_contact a:before {
	width: 36px;
	background: url(../images/h_contact_pc.png) no-repeat left;
}

/* ---------------------------------------------------------
	CSS Document navi > h_gnavi
--------------------------------------------------------- */

#navi {
	display: block !important;
	height: 95px;
}

#navi > ul {
	min-width: 1200px;
	display: flex;
}

#navi li {
	position: relative;
}

#navi > ul > li {
	width: 14.28571428571429%;
}

#navi > ul > li:not(:last-of-type):after {
	content: '';
	width: 1px;
	height: 30px;
	margin-top: -15px;
	background: #bfbfbf;
	position: absolute;
	top: 50%;
	right: 0;
}

#navi li .parent {
	display: block;
	height: 70px;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	line-height: 80px;
	color: #1e1e1e;
	position: relative;
	cursor: pointer;
}

#navi li .parent.active:after,
#navi li.this .parent:after,
#navi li:hover .parent:after {
	content: '';
	width: 100%;
	height: 4px;
	background: #0c3880;
	position: absolute;
	bottom: 0;
	left: 0;
}

#navi li.this .parent:after {
	background: #0c3880;
}

#navi li .navi_div {
	display: none;
	min-width: 1200px;
	width: 100%;
	padding: 30px 0;
	background: #f5f5f5;
	line-height: 30px;
	position: fixed;
	top: 140px;
	left: 0;
	z-index: 9999;
}

/*
#navi li.active .navi_div {
	display: block;
	animation: show 0.2s;
}

@keyframes show {
	from { opacity: 0; }
	to { opacity: 1; }
}
*/

#navi li li a {
	display: block;
	padding-left: 20px;
	text-decoration: none;
	font-size: 16px;
	line-height: 40px;
	color: #1e1e1e;
	position: relative;
}

#navi li li a:before {
	content: '';
	width: 7px;
	height: 7px;
	margin-top: -5px;
	border-top: solid 2px #0c3880;
	border-right: solid 2px #0c3880;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0;
}

#navi li li a:hover {
	text-decoration: underline;
	color: #0c3880;
}

/* navi > media */
.navi_media {
	text-align: center;
}

.navi_media ul {
	display: inline-block;
	vertical-align: top;
	margin: 0 30px;
	text-align: left;
}

.navi_media li.yellow a {
	margin-top: 40px;
}

/* navi > outline */
#navi .navi_outline ul {
	width: 1100px;
	margin: 0 auto;
	text-align: left;
}

#navi .navi_outline li {
	float: right;
	margin-left: 60px;
}

/* ---------------------------------------------------------
	CSS Document navi_service
--------------------------------------------------------- */

.navi_service_flex {
	display: flex;
	justify-content: center;
}

.navi_service_flex .navi_service_container:last-of-type {
	margin-left: 70px;
}

.navi_service_flex .navi_service_h2 {
	height: 50px;
	margin-bottom: 15px;
	padding: 0 0 0 50px;
	border-bottom: solid 1px #959595;
	background: url(../images/h_navi.png) no-repeat left;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	line-height: 50px;
}

.navi_service_flex ul {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin-right: 45px;
}

.navi_service_flex ul:last-of-type {
	margin-right: 0;
}

.navi_service_flex a {
	text-decoration: none;
	color: #1e1e1e;
}


/* ---------------------------------------------------------
	CSS Document bread Clumb
--------------------------------------------------------- */

#bread {
	height: 50px;
	overflow: hidden;
	margin-bottom: 10px;
	font-size: 0;
}

#bread ul {
	text-align: left;
}

#bread li {
	display: inline-block;
	vertical-align: top;
	height: 30px;
	margin-right: 20px;
	font-size: 11px;
	line-height: 52px;
	position: relative;
}

#bread li:after {
	content: '';
	width: 5px;
	height: 5px;
	margin-top: 8px;
	border-top: solid 1px #333;
	border-right: solid 1px #333;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: -12px;
}

#bread li:last-child:after {
	display: none;
}

#bread li a {
	display: block;
	text-decoration: none;
	color: #434343;
}

#bread li a:hover {
	text-decoration: underline;
	color: #0064c2;
}

#bread li:first-child a {
	padding-left: 20px;
	background: url(../images/h_bread.png) no-repeat left;
	background-size: 15px auto;
}

#bread li:first-child a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/* ---------------------------------------------------------
	CSS Document sidebar
--------------------------------------------------------- */

#sidebar.fixed {
	width: 100%;
	position: fixed;
	top: 154px;
	top: 60px;
	left: 0;
	z-index: 9998;
}

#sidebar .container {
	height: 0;
	text-align: right;
}

#sidebar .article {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	position: relative;
}

#sidebar .section {
	width: 300px;
	max-height: calc(100vh - 170px);
	overflow: auto;
	padding-left: 30px;
	background: #fff;
	text-align: left;
}

#sidebar.absolute .section {
	position: absolute;
	bottom: 0;
	right: 0;
}

#sidebar .snavi {
	margin-bottom: 20px;
}

#sidebar .snavi li {
	height: 38px;
	padding-left: 15px;
	border-bottom: solid 1px #e0e0e0;
	line-height: 38px;
	position: relative;
}

#sidebar .snavi li.hover,
#sidebar .snavi li.this {
	margin-left: -15px;
	padding-left: 30px;
	border-bottom: solid 1px #0064c2;
}

#sidebar .snavi li.hover:after,
#sidebar .snavi li.this:after {
	content: '';
	width: 13px;
	height: 13px;
	background: url(/include/top/media_arrow.png) no-repeat 0 0;
	background-size: 13px auto;
	position: absolute;
	bottom: -3px;
	left: -1px;
}

#sidebar .snavi li span,
#sidebar .snavi li a {
	display: block;
	text-decoration: none;
	color: #434343;
	cursor: pointer;
}

#sidebar .snavi li.hover span,
#sidebar .snavi li.this span,
#sidebar .snavi li.hover a,
#sidebar .snavi li.this a {
	font-weight: bold;
	color: #0064c2;
}

#sidebar .s_access {
	padding: 10px 0 18px;
	border: solid 1px #e0e0e0;
	background: #fbfbfb;
	text-align: center;
	font-size: 0;
}

#sidebar .s_access h2 {
	font-weight: bold;
	font-size: 15px;
}

#sidebar .s_access li {
	display: inline-block;
	vertical-align: top;
	width: 95px;
}

#sidebar .s_access li:last-child {
	margin-left: 15px;
}

#sidebar .s_access li a {
	display: block;
	height: 80px;
	padding-top: 55px;
	border-radius: 5px;
	background: #8b030c url(/include/images/sidebar_01.png) no-repeat top;
	background-size: 100% auto;
	text-decoration: none;
	font-size: 13px;
	line-height: 1;
	color: #fff;
}

#sidebar .s_access li:last-child a {
	background: #4fa900 url(/include/images/sidebar_02.png) no-repeat top;
	background-size: 100% auto;
}

#sidebar .s_access li a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/* ---------------------------------------------------------
	CSS Document banner > tel
--------------------------------------------------------- */

.container .banner {
	width: 850px;
	text-align: center;
}

.container .banner .container {
	width: 100%;
}

.banner .tel {
	height: 95px;
	background: #0064C2;
	font-size: 0;
	line-height: 95px;
	color: #fff;
	position: relative;
}

.banner .tel:before {
	content: '';
	width: 0;
	height: 0;
	margin-left: -30px;
	border: solid 30px transparent;
	border-top: solid 30px #0064C2;
	position: absolute;
	left: 50%;
	bottom: -60px;
	z-index: 2;
}

.banner .tel dt {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	padding: 2px 0 1px 65px;
	background: url(../images/banner_01.png) no-repeat 0 0;
	text-align: left;
	font-size: 24px;
	line-height: 1.2;
}

.container .banner .tel dt {
	padding-left: 46px;
	background-size: 34px auto;
	font-size: 15px;
	line-height: 1.4;
}

.banner .tel dd {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.banner .tel dd span {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.2;
}

.banner .tel dd span:first-child {
	width: 115px;
	height: 51px;
	margin-right: 10px;
	padding: 8px 10px;
	background: #fff url(../images/banner_02.png) no-repeat right top;
	font-size: 16px;
	color: #0064C2;
}

.container .banner .tel dd span:first-child {
	width: 95px;
	height: 44px;
	padding: 7px 10px;
	background-size: auto 44px;
	font-size: 13px;
}

.banner .tel dd span:last-child {
	padding-left: 80px;
	background: url(../images/banner_03.png) no-repeat left;
	font-family: Roboto, sans-serif;
	font-weight: bold;
	font-size: 61px;
	letter-spacing: -1px;
}

.container .banner .tel dd span:last-child {
	padding-left: 56px;
	background-size: 48px auto;
	font-size: 45px;
	letter-spacing: -1px;
}

/* ---------------------------------------------------------
	CSS Document banner > contact
--------------------------------------------------------- */

.banner .contact {
	font-size: 0;
	position: relative;
	z-index: 1;
}

.banner .contact .find {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	height: 230px;
	padding-top: 20px;
	padding-right: 230px;
	background: #95040f url(../images/banner_06.png) no-repeat right top;
	text-align: right;
	font-size: 0;
	line-height: 95px;
	color: #fff;
}

.banner .contact .find:last-child {
	padding: 20px 0 0 190px;
	background: #03004c url(../images/banner_07.png) no-repeat left top;
	text-align: left;
}

.container .banner .contact .find {
	padding: 20px 0 0;
	text-align: center;
}

.banner .contact .find:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70);
}

.banner .contact dt {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	font-size: 20px;
	line-height: 1.5;
}

.container .banner .contact dt {
	font-size: 17px;
	line-height: 1.5;
}

.banner .contact dd {
	display: inline-block;
	vertical-align: middle;
}

.banner .contact li a {
	display: inline-block;
	vertical-align: middle;
	width: 360px;
	height: 60px;
	padding-right: 5px;
	border-radius: 60px;
	border: solid 1px #fff;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	line-height: 58px;
	color: #fff;
	position: relative;
}

.banner .contact .find:hover li a {
	background: #fff;
	color: #95040f;
}

.banner .contact .find:last-child:hover li a {
	color: #03004c;
}

.banner .contact li a:after {
	content: '';
	width: 9px;
	height: 9px;
	margin-top: -6px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 30px;
}

.banner .contact .find:hover li a:after {
	border-top: solid 2px #95040f;
	border-right: solid 2px #95040f;
}

.banner .contact .find:last-child:hover li a:after {
	border-top: solid 2px #03004c;
	border-right: solid 2px #03004c;
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footer {
	margin-top: 60px;
	background: #313131;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document footer > f_navi
--------------------------------------------------------- */

#f_navi {
	padding: 60px 0 1px;
	position: relative;
	z-index: 0;
}

#f_navi .section {
	display: inline-block;
	vertical-align: top;
	margin-left: 50px;
	text-align: left;
}

#f_navi .section:first-child {
	margin-left: 0;
}

#f_navi a {
	text-decoration: none;
	color: #fff;
}

#f_navi a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

#f_navi h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #fff;
	font-size: 16px;
	line-height: 1.3;
}

#f_navi ul li {
	padding: 7px 0 7px 12px;
	font-size: 12px;
	line-height: 1.2;
	position: relative;
}

#f_navi ul li:before {
	content: '';
	width: 5px;
	height: 5px;
	margin-top: -4px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 13px;
	left: -2px;
}

#f_navi ul a:hover {
	text-decoration: underline;
}

/* ---------------------------------------------------------
	CSS Document footer > f_gnavi
--------------------------------------------------------- */

#f_gnavi {
	margin-top: -40px;
	height: 90px;
	position: relative;
	z-index: 2;
}

#f_gnavi .f_sns {
	float: right;
}

#f_gnavi .f_sns a {
	display: block;
}

#f_gnavi .f_sns li {
	display: inline-block;
	vertical-align: middle;
}

#f_gnavi .f_sns .f_sns_img {
	width: 49px;
	height: 49px;
	overflow: hidden;
	margin-left: 20px;
	border-radius: 100%;
	border: solid 1px #a0a0a0;
}

#f_gnavi .f_sns .f_sns_img:hover {
	background: #a0a0a0;
}

#f_gnavi .f_sns .f_sns_img img {
	width: 49px;
	border-radius: 100%;
	opacity: 0.6;
}

#f_gnavi .f_sns .f_sns_img a:hover img {
	filter: grayscale(100%) invert(100%);
}

#f_gnavi .f_ssl {
	width: 130px;
	height: 60px;
	overflow: hidden;
	margin-left: 10px;
}

/* ---------------------------------------------------------
	CSS Document footer > f_address
--------------------------------------------------------- */

#f_address {
	padding: 35px 0;
	background: #fff;
	font-size: 13px;
	color: #333;
}

#f_address .container {
	position: relative;
}

#f_address a {
	text-decoration: none;
	color: #333;
}

#f_address .f_privacy {
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 0;
}

#f_address .f_privacy img {
	height: 100px;
}

/* ---------------------------------------------------------
	CSS Document footer > pagetop
--------------------------------------------------------- */

#pagetop {
	display: none;
	width: 72px;
	height: 72px;
	position: fixed;
	bottom: 40px;
	right: 20px;
	z-index: 9999;
	cursor: pointer;
}

#pagetop span {
	display: block;
	width: 72px;
	height: 72px;
	overflow: hidden;
	-webkit-border-radius: 72px;
	border-radius: 72px;
	background: rgba(28, 117, 249, 0.90);
	text-align: left;
	text-indent: -999px;
}

#pagetop span:before {
	content: '';
	width: 17px;
	height: 17px;
	border-top: solid 3px #fff;
	border-left: solid 3px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 30px;
	left: 26px;
}

#pagetop span:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/* ---------------------------------------------------------
	CSS Document f_header
--------------------------------------------------------- */

#f_header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-width: 1200px;
	width: 100%;
	height: 56px;
	background: #fff;
	position: fixed;
	top: -56px;
	left: 0;
	transition: .4s;
	z-index: 999;
}

#f_header.fixed {
	top: 0;
}

#f_header figure {
	width: 100px;
}

#f_header > ul {
	display: flex;
	width: calc(100% - 380px);
}

#f_header > ul > li {
	flex-grow: 1;
}

#f_header > ul > li .parent:before {
	content: '';
	width: 1px;
	height: 30px;
	margin-top: -15px;
	background: #bfbfbf;
	position: absolute;
	top: 50%;
	left: 0;
}

#f_header .parent {
	display: block;
	height: 56px;
	text-decoration: none;
	font-size: 15px;
	line-height: 56px;
	color: #1e1e1e;
	position: relative;
	cursor: pointer;
}

#f_header .parent:hover {
	color: #0c3880;
}

#f_header li .navi_div {
	display: none;
	min-width: 1200px;
	width: 100%;
	padding: 30px 0;
	background: #f5f5f5;
	line-height: 30px;
	position: fixed;
	top: 56px;
	left: 0;
	z-index: 9999;
}

#f_header li li a {
	display: block;
	padding-left: 20px;
	text-decoration: none;
	font-size: 16px;
	line-height: 40px;
	color: #1e1e1e;
	position: relative;
}

#f_header li li a:before {
	content: '';
	width: 7px;
	height: 7px;
	margin-top: -5px;
	border-top: solid 2px #0c3880;
	border-right: solid 2px #0c3880;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0;
}

#f_header li li a:hover {
	text-decoration: underline;
	color: #0c3880;
}

#f_header .navi_outline li {
	display: inline-block;
	vertical-align: top;
	margin: 0 30px;
	text-align: left;
}

.f_header_contact {
	display: flex;
	justify-content: center;
	width: 280px;
	height: 56px;
	background: #ef233c;
	line-height: 56px;
}

.f_header_inquiry {
	margin-right: 20px;
	padding-right: 20px;
	position: relative;
}

.f_header_inquiry:after {
	content: '';
	width: 1px;
	height: 30px;
	background: #fff;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 0;
}

.f_header_inquiry img {
	vertical-align: middle;
}

.f_header_tel a {
	display: inline-block;
	vertical-align: middle;
	height: 30px;
	padding-left: 30px;
	background: url(../images/f_tel.png) no-repeat left / auto 16px;
	text-decoration: none;
	font-family: Roboto, sans-serif;
	font-size: 24px;
	line-height: 28px;
	color: #fff;
}
