@charset "utf-8";
/* Copyright 2018 FSFIELD All Rights Reserved. */

/* ------------------------------------------------------------

basic

------------------------------------------------------------ */
@import url('https://fonts.googleapis.com/earlyaccess/notosansjp.css');
/* 
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 500;
} */
/* 
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
} */
/* 
*{font-family:Noto Sans JP, Yu Gothic, "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'MS Pゴシック', 'MS PGothic', sans-serif;} */

body{
	font-size:14px;
	font-size:1.4rem;/*-14px-*/
	line-height:1.6;
	color:#333333;
    font-weight: 400;
	/* min-width: 1000px; */
}

/* ------------------------------------------------------------

shortcodes

------------------------------------------------------------ */

/* clear
---------------------------------------------- */
.overflow_clear{
	overflow:hidden;
	height:100%;
}

/* text-align
---------------------------------------------- */
.align_right{text-align:right !important;}
.align_left{text-align:left !important;}
.align_center{text-align:center !important;}
.center{margin:0 auto !important;}
.left{float:left !important;}
.right{float:right !important;}

/* font
---------------------------------------------- */
.normal{font-weight:normal !important;}
.bold{font-weight:bold !important;}
.italic{font-style: italic !important;}

/* vertical-align
---------------------------------------------- */
.valign_top{vertical-align:top !important;}
.valign_middle{vertical-align:middle !important;}
.valign_btm{vertical-align:bottom !important;}

/* visibility
---------------------------------------------- */
.hidden{visibility:hidden !important;}
.visible{visibility:visible !important;}

/* none
---------------------------------------------- */
.none{display:none !important;}

/* margin
---------------------------------------------- */
.mr_none{margin-right:0px !important;}
.mr_05{margin-right:5px !important;}
.mr_10{margin-right:10px !important;}
.mr_15{margin-right:15px !important;}
.mr_20{margin-right:20px !important;}
.mr_25{margin-right:25px !important;}
.mr_30{margin-right:30px !important;}
.mr_35{margin-right:35px !important;}
.mr_40{margin-right:40px !important;}
.mr_45{margin-right:45px !important;}
.mr_50{margin-right:50px !important;}

.ml_none{margin-left:0px !important;}
.ml_05{margin-left:5px !important;}
.ml_10{margin-left:10px !important;}
.ml_15{margin-left:15px !important;}
.ml_20{margin-left:20px !important;}
.ml_25{margin-left:25px !important;}
.ml_30{margin-left:30px !important;}
.ml_35{margin-left:35px !important;}
.ml_40{margin-left:40px !important;}
.ml_45{margin-left:45px !important;}
.ml_50{margin-left:50px !important;}

.mt_none{margin-top:0px !important;}
.mt_05{margin-top:5px !important;}
.mt_10{margin-top:10px !important;}
.mt_15{margin-top:15px !important;}
.mt_20{margin-top:20px !important;}
.mt_25{margin-top:25px !important;}
.mt_30{margin-top:30px !important;}
.mt_35{margin-top:35px !important;}
.mt_40{margin-top:40px !important;}
.mt_45{margin-top:45px !important;}
.mt_50{margin-top:50px !important;}
.mt_60{margin-top:60px !important;}

.mb_none{margin-bottom:0px !important;}
.mb_05{margin-bottom:5px !important;}
.mb_10{margin-bottom:10px !important;}
.mb_15{margin-bottom:15px !important;}
.mb_20{margin-bottom:20px !important;}
.mb_25{margin-bottom:25px !important;}
.mb_30{margin-bottom:30px !important;}
.mb_35{margin-bottom:35px !important;}
.mb_40{margin-bottom:40px !important;}
.mb_45{margin-bottom:45px !important;}
.mb_50{margin-bottom:50px !important;}
.mb_55{margin-bottom:55px !important;}
.mb_60{margin-bottom:60px !important;}
.mb_65{margin-bottom:65px !important;}
.mb_70{margin-bottom:70px !important;}
.mb_75{margin-bottom:75px !important;}
.mb_80{margin-bottom:80px !important;}
.mb_85{margin-bottom:85px !important;}
.mb_90{margin-bottom:90px !important;}
.mb_95{margin-bottom:95px !important;}
.mb_100{margin-bottom:100px !important;}

/* width
---------------------------------------------- */
.w20per{width: 20% !important;}
.w24per{width: 24% !important;}
.w36per{width: 36% !important;}

.w72{width: 72px;}
.w102{width: 102px;}
.w342{width: 342px;}

/* ------------------------------------------------------------

common

------------------------------------------------------------ */

body.noscroll{
	overflow: hidden;
}

body{
	-webkit-appearance: none;
}
	body.fixed{
	position: fixed;
	width:100%;
}
a{
	display: block;
	width: 100%;
	height: 100%;
}
a:hover{
	cursor: pointer;
	transition: .3s;
	opacity: 0.7;
}
img{
	/* width: 100%; */
	vertical-align: bottom;
}
/* @font-face {
	font-family: "myfont";
	src: url("../font/NotoSansCJKjp-Medium.otf");
} */
*{
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: none;
}

h1,h2,h3,h4,h5,h6,p,ul,li{
	margin: 0;
	padding: 0;
}

*,*::before,*::after{
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}

  
#wrap_all{overflow: hidden;}

.inner_center01{
	max-width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}

.inner_center02{
	max-width: 1000px;
	margin: 0 auto;
	display:-webkit-flex;/*--safari用--*/
	display:flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
}

.inner_center03{
	max-width: 1000px;
	margin: 0 auto;
	-webkit-justify-content: space-between;
    justify-content: space-between;
}

/* 見出し
---------------------------------------------- */
.heading01{
	border-bottom: 1px solid #D7E9EC;
	color: #3B689A;
	line-height: 1.2;
	font-size: 1.8rem;
	font-weight: bold;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

/* リスト
---------------------------------------------- */
/*--list_type01--*/
/* .list_type01{margin-bottom: -18px;} */

.list_type01 li{
	margin-bottom: 18px;
	font-size: 1.6rem;
	line-height: 1.2;
}

.list_type01 li a{
	/* background: url("../img/ico_arrow01.png") no-repeat top; */
	/* background: url(../img/ico_arrow01.png) no-repeat left 0.5em; */
	padding-left: 15px;
	color: #333;
}

.list_type01 li a:hover{color:#4B98CB;}

/*--list_type02--*/
.list_type02 li a{
	background: url(../../img/home2/common/ico_arrow02.png) no-repeat left center;
	padding:12px 0 12px 20px;
	border-bottom: 1px solid #D7E9EC;
	display: block;
	color: #333;
}

.list_type02 li a:hover{color:#4B98CB;}

/* ------------------------------------------------------------

header

------------------------------------------------------------ */
#header{
	/* height: 167px; */
	height:145px;
	background: #FFF;
}

#fixed_header{
	position: fixed;
	top: 0;
	left: 0;
	height: 80px;
	z-index: 999;
	width: 100%;
	background: #FFF;	
	border-top: 2px solid #1D4C84;
}

#wrap_top{
	background: #1D4C84;
	padding: 3px 0;
}

#wrap_top h1{
	max-width: 1000px;
	margin: 0 auto;
	color: #FFF;
	font-size: 1.1rem;
	line-height: 1.2;
	text-align: right;
	font-weight: 200;
}

#header_inner{
	/* min-width: 1000px; */
	max-width:1250px;
	width:100%;
	margin: 0 auto;
	/* overflow: hidden; */
	position: relative;
	height: 77px;
	padding-top: 20px;
}

#h_logo{
	width: 215px;
	height: 50px;
	position: absolute;
	left: 0;
	top:25px;
}

#h_logo a{display: block;}

#h_tel{
	position: absolute;
	left: 264px;
}
/* 
#fixed_nav{
	position: fixed;
    z-index: 998;
	width: 100%;
	background: #FFF;	
} */

/* ナビ
---------------------------------------------- */
/*-- ヘッダーナビ--*/
#headnav{
    position: absolute;
    right: 0;
		top: 21px;
	/*width: 370px;
	height: 51px;*/
}

#headnav li{
    display: inline-flex;
	margin-right:0;
}

#headnav li:last-child{margin-right: 0;}

#headnav li a{
    display: inline-flex;
    /*width: 72px;
    height: 51px;*/
}

#headnav li a#navHistory {background: url(../../img/home2/common/ico_history.png) no-repeat 0 0;}
#headnav li a#navHistory:hover {background: url(../../img/home2/common/ico_history_on.png) no-repeat 0 0;}
#headnav li a#navMail {background: url(../../img/home2/common/ico_mail.png) no-repeat 0 0;}
#headnav li a#navMail:hover {background: url(../../img/home2/common/ico_mail_on.png) no-repeat 0 0;}
#headnav li a#navFavorite {background: url(../../img/home2/common/ico_favorite.png) no-repeat 0 0;}
#headnav li a#navFavorite:hover {background: url(../../img/home2/common/ico_favorite_on.png) no-repeat 0 0;}
#headnav li a#navHammenu {background: url(../../img/home2/common/ico_hammenu.png) no-repeat 0 0;}
#headnav li a#navHammenu:hover {background: url(../../img/home2/common/ico_hammenu_on.png) no-repeat 0 0;}

#headnav li.closebtn a#navHammenu{background: url(../../img/home2/common/ico_close.png) no-repeat 0 0;}
#headnav li.closebtn a#navHammenu:hover{background: url(../../img/home2/common/ico_close_on.png) no-repeat 0 0;}

#headnav li a span{display: none;}

#header_inner #favoriteCount{
    position: relative;
    z-index: 999;
}

#header_inner #favoriteCount #favorHspIndex{
    padding: 1px 4px 2px;
	min-width: 10px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 10px;
    background-color: #c00;
    border: 1px solid #FFF;
    color: #FFF;
    line-height: 1em;
    font-size:1.3rem;
    text-align: center;
    border-radius: 10px;
}

input#headerword {
	width:220px;
	padding:8px 35px 8px 5px;
	border:1px solid #ddd;
	border-radius:5px;
	-o-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	box-sizing: border-box;

}

/*-- グローバルナビ--*/
/* #nav_global{
	border-top: 1px solid #D7E9EC;
	border-bottom: 1px solid #DDDDDD;
} */

#nav_global ul{
	max-width: 1250px;
	margin: 0 auto;
	/* overflow: hidden; */
}
/* 
#nav_global ul li{float: left;} */

#nav_global ul li.g01,
#nav_global ul li.g02,
#nav_global ul li.g03,
#nav_global ul li.g04,
#nav_global ul li.g05,
#nav_global ul li.g06,
#nav_global ul li.g07,
#nav_global ul li.g08,
#nav_global ul li.g09,
#nav_global ul li.g10{width: 125px;}

#nav_global ul li a{
	display: block;
	/* height: 87px; */
}

#nav_global ul li.g01 a{background: url(../../img/home2/common/nav_global01.jpg) no-repeat 0 0;}
#nav_global ul li.g02 a{background: url(../../img/home2/common/nav_global01.jpg) no-repeat -125px 0;}
#nav_global ul li.g03 a{background: url(../../img/home2/common/nav_global01.jpg) no-repeat -250px 0;}
#nav_global ul li.g04 a{background: url(../../img/home2/common/nav_global01.jpg) no-repeat -375px 0;}
#nav_global ul li.g05 a{background: url(../../img/home2/common/nav_global01.jpg) no-repeat -500px 0;}
#nav_global ul li.g06 a{background: url(../../img/home2/common/nav_global01.jpg) no-repeat -625px 0;}
#nav_global ul li.g07 a{background: url(../../img/home2/common/nav_global01.jpg) no-repeat -750px 0;}
#nav_global ul li.g08 a{background: url(../../img/home2/common/nav_global01.jpg) no-repeat -875px 0;}
#nav_global ul li.g09 a{background: url(../../img/home2/common/nav_global01.jpg) no-repeat -1000px 0;}
#nav_global ul li.g10 a{background: url(../../img/home2/common/nav_global01.jpg) no-repeat -1125px 0;}

#nav_global ul li.g01 a:hover{background: url(../../img/home2/common/nav_global01.jpg) no-repeat 0 -88px;}
#nav_global ul li.g02 a:hover{background: url(../../img/home2/common/nav_global01.jpg) no-repeat -125px -88px;}
#nav_global ul li.g03 a:hover{background: url(../../img/home2/common/nav_global01.jpg) no-repeat -250px -88px;}
#nav_global ul li.g04 a:hover{background: url(../../img/home2/common/nav_global01.jpg) no-repeat -375px -88px;}
#nav_global ul li.g05 a:hover{background: url(../../img/home2/common/nav_global01.jpg) no-repeat -500px -88px;}
#nav_global ul li.g06 a:hover{background: url(../../img/home2/common/nav_global01.jpg) no-repeat -625px -88px;}
#nav_global ul li.g07 a:hover{background: url(../../img/home2/common/nav_global01.jpg) no-repeat -750px -88px;}
#nav_global ul li.g08 a:hover{background: url(../../img/home2/common/nav_global01.jpg) no-repeat -875px -88px;}
#nav_global ul li.g09 a:hover{background: url(../../img/home2/common/nav_global01.jpg) no-repeat -1000px -88px;}
#nav_global ul li.g10 a:hover{background: url(../../img/home2/common/nav_global01.jpg) no-repeat -1125px -88px;}

#nav_global ul li a span{
	display: none;
}

/*--サブメニュー--*/
#submenu{
	background: #4F99CA;
	display: none;
	width: 100%;
}

#submenu ul{
	overflow: hidden;
	max-width: 1000px;
	margin: 0 auto;
}

#submenu ul li{float: left;}

#submenu ul li a{
	display: block;
	height: 50px;
	width: 200px;
}

#submenu ul li.s01 a{background: url(../../img/home2/common/nav_submenu01.jpg) no-repeat 0 0;}
#submenu ul li.s02 a{background: url(../../img/home2/common/nav_submenu01.jpg) no-repeat -200px 0;}
#submenu ul li.s03 a{background: url(../../img/home2/common/nav_submenu01.jpg) no-repeat -400px 0;}
#submenu ul li.s04 a{background: url(../../img/home2/common/nav_submenu01.jpg) no-repeat -600px 0;}
#submenu ul li.s05 a{background: url(../../img/home2/common/nav_submenu01.jpg) no-repeat -800px 0;}

#submenu ul li.s01 a:hover{background: url(../../img/home2/common/nav_submenu01.jpg) no-repeat 0 -50px;}
#submenu ul li.s02 a:hover{background: url(../../img/home2/common/nav_submenu01.jpg) no-repeat -200px -50px;}
#submenu ul li.s03 a:hover{background: url(../../img/home2/common/nav_submenu01.jpg) no-repeat -400px -50px;}
#submenu ul li.s04 a:hover{background: url(../../img/home2/common/nav_submenu01.jpg) no-repeat -600px -50px;}
#submenu ul li.s05 a:hover{background: url(../../img/home2/common/nav_submenu01.jpg) no-repeat -800px -50px;}

#submenu ul li a span{display: none;}

/* ------------------------------------------------------------

footer

------------------------------------------------------------ */

.footer_inner01{
	padding: 40px 0 0;
	max-width: 1000px;
	margin: 0 auto 10px;
}

.f_content{
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
}

.f_content_inner01{width: 320px;}

.f_content_inner02{
	background: url(../../img/bg_footer01.gif) no-repeat 20px center;
	max-width: 660px;
	border: 1px solid #D7E9EC;
	padding: 20px 10px 20px 120px;
	font-size: 1.6rem;
}

.f_content_inner03{
	width: 490px;
	border:1px solid #D7E9EC;
	padding: 40px 20px;
}

.f_content_inner03 .list_type01{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap:wrap;/*--safari用--*/
	flex-wrap:wrap;
}

.f_content_inner03 .list_type01 li{
	width: 25%;
	font-size: 1.4rem;
}

.f_content_inner04{
	width: 490px;
	border:1px solid #D7E9EC;
	padding: 40px 20px;	
}

.f_content_inner04 .list_type01 li{font-size: 1.4rem;}

.f_txt01{
	font-weight: bold;
	color: #4F99CA;
	font-size: 2rem;
	line-height: 1.2;
	margin-bottom: 17px;
}

.f_txt02{
	border-bottom: 1px solid #D7E9EC;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#small{
	background: #1D4C84;
	padding: 15px 0;
	text-align: center;
	color: #FFF;
	font-size: 1.1rem;
	line-height: 1.2;
	font-weight: 300;
}

/* フッターナビ
---------------------------------------------- */
#nav_footer{
	width: 400px;
	margin: 0 auto;
}

#nav_footer ul{
	display: -webkit-flex;
    display: flex;
}

#nav_footer ul li{line-height: 1.2;}

#nav_footer ul li a{
	background:url(../img/bg_bdr01.png) no-repeat right 0;
	color: #333;
	/* padding-right: 30px; */
	margin-right: 15px;
}

#nav_footer ul li:last-child a{
	padding-right: 0;
	margin-right: 0;
}

#nav_footer ul li a:hover{color: #4B98CB;}

/* SNSアカウント
---------------------------------------------- */
.snsList{
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	margin-bottom: 40px;
}
footer .snsList li{
	width:24%;
}

/* ページトップ
---------------------------------------------- */
#pagetop{
    position: fixed;
    right: 50px;
	bottom: 40px;
    transform: translate(-0%, -75%);
    z-index: 200;
}

#pagetop a{
	background:url(../../img/home2/common/btn_pagetop.png) no-repeat 0 0 aliceblue;
	display: block;
	width: 60px;
	height: 60px;
	border-radius:50%;
}

#pagetop a:hover{background: url(../../img/home2/common/btn_pagetop_on.png) no-repeat 0 0;}

#pagetop a span{display: none;}

@media screen and (max-width:769px){
	#pagetop{
		right:20px;
	}
}