@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:active {
	color: #000;
	text-decoration: underline;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1200px;
	color: #000;
	font-size: 14px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

@media all and (min-width: 0) and (max-width: 767px) {
	body {
		min-width: inherit;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 48px 0 39px;
	position: relative;
}

#gHeader h1 {
	position: absolute;
	left: 49px;
	top: 27px;
}

#gHeader .btn {
	position: absolute;
	right: 51px;
	top: 34px;
	width: 250px;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #EE5E67;
}

#gHeader .btn a {
	padding: 13px 22px 13px 0;
	display: block;
	color: #ee5e67;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	background: url(../image/icon01.gif) no-repeat right 16px center;
}

#gHeader .btn a img {
	margin: -2px 14px 0 0;
	vertical-align: middle;
}

#gHeader .btn a:hover {
	opacity: 0.7;
}

@media all and (min-width: 768px) {
	.menuBox {
		display: none !important;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gHeader {
		padding: 15px 20px 0 19px;
		overflow: hidden;
		position: inherit;
	}
	
	#gHeader h1 {
		position: inherit;
		float: left;
	}
	
	#gHeader h1 img {
		width: 85px;
	}
	
	#gHeader .btn {
		display: none;
	} 
	
	#gHeader .spMenu {
		position: fixed;
		top: 20px;
		right: 20px;
		z-index: 9999;
	}

	#gHeader .tel {
		position: fixed;
		top: 18px;
		right: 60px;
		z-index: 9999;
	}
	
	.menuBox {
		display: none;
		width: 100%;
		padding: 55px 20px 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9998;
		background-color: #fff;
		box-sizing: border-box;
	}
	
	.menuBox li {
		width: 100%;
		font-size: 14px;
	}
		
	.menuBox > ul > li {
		color: #131f87;
		box-sizing: border-box;
	}
	
	.menuBox > ul > li:hover {
		cursor: pointer;
	}
	
	.menuBox > ul > li > a {
		padding: 13px 30px;
		display: block;
		text-align: center;
		text-decoration: none;
		border-bottom: 1px solid #1fabee;
		font-size: 12px;
	}
	
	.menuBox ul li ul li a {
		padding: 13px 13px;
		color: #000;
		display: block;
		text-decoration: none;
		border-bottom: 1px solid #1fabee;
		background-color: #E4EEF9;
		font-size: 12px;
	}
	
	.menuBox > ul > .liStyle > a {
		background: url(../image/sp_icon02.png) no-repeat right 20px center;
		background-size: 8px 8px;
	}
	
	.menuBox > ul > .liStyle > a.on {
		background: url(../image/sp_icon01.png) no-repeat right 20px center;
		background-size: 8px 8px;
	}
	
	.menuBox ul li ul {
		display: none;
	}
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin: 0 auto;
	width: 750px;
	padding-right: 50px;
	text-align: center;
}

#gNavi li {
	display: inline;
	color: #CCC;
	font-size: 15px;
	position: relative;
}

#gNavi li a {
	margin-right: 3px;
	padding: 0 8px 10px 7px;
	color: #3188d9;
	font-weight: bold;
	display: inline-block;
	text-decoration: none;
}

#gNavi li a:hover {
	opacity: 0.7;
}

#gNavi li ul {
	width: 180px;
	display: none;
	position: absolute;
	left: 50%;
	top: 29px;
	margin-left: -90px;
	z-index: 999;
	background-color: #fff;
}

#gNavi li ul li {
	float: left;
	width: 100%;
	text-align: left;
}

#gNavi li ul li a {
	display: block;
	color: #fff;
	margin: 0;
	padding: 10px;
	font-size: 12px;
	font-weight: normal;
	border-top: 1px solid #fff;
	border-right: none;
	background-color: #1fabee;
}

#gNavi ul li:hover ul {
	opacity: 1;
	animation-duration: 1s;
	animation-name: fade-in;
	-moz-animation-duration: 1s;
	-moz-animation-name: fade-in;
	-webkit-animation-duration: 1s;
	-webkit-animation-name: fade-in;	
}

@keyframes fade-in {
  0% {
	display: none;
	opacity: 0;
  }

  1% {
	display: block;
	opacity: 0;
  }

  100% {
	display: block;
	opacity: 1;
  }
}

@-moz-keyframes fade-in {
  0% {
	display: none;
	opacity: 0;
  }

  1% {
	display: block;
	opacity: 0;
  }

  100% {
	display: block;
	opacity: 1;
  }
}

@-webkit-keyframes fade-in {
  0% {
	display: none;
	opacity: 0;
  }

  1% {
	display: block;
	opacity: 0;
  }

  100% {
	display: block;
	opacity: 1;
  }
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gNavi {
		display: none;
	}
}

#main .contactBox {
	padding: 85px 0 90px;
	margin: 0 auto;
	width: 1032px;
	position: relative;
}

#main .contactBox .headLine01 {
	margin-bottom: 30px;
}

#main .contactBox .headLine01 img {
	margin-bottom: 14px;
}

#main .contactBox dl {
	width: 688px;
	margin: 0 auto;
}

#main .contactBox dt {
	padding-top: 21px;
	float: left;
	font-size: 16px;
}

#main .contactBox dd {
/*	padding-left: 64px;
	margin: 0 0 51px 17.9em;
	border-left: 1px solid #BCD6F2;*/
}

#main .contactBox dd .text {
	margin-top: 13px;
	font-size: 13px;
	display: block;
}

#main .contactBox dd .tel {
	font-size: 24px;
	line-height: 1.0;
	display: block;
	vertical-align: top;
}

#main .contactBox dd .tel a {
	font-size: 42px;
	color: #ee5e67;
}

#main .contactBox .ddStyle {
	margin-bottom: 0;
	padding: 6px 0 6px 0;
}

#main .contactBox dd .comBtn {
	text-align: center;
	width: 347px;
	margin: 0 auto;
}

#main .contactBox dd .comBtn a {
	padding: 17px 10px 19px;
	text-decoration: none;
	background: #EE5E67 url(../image/icon02.png) no-repeat right 20px center;
}


#main .contactBox dd .comBtn img {
	margin: -2px 12px 0 0;
	vertical-align: middle;
}

#main .contactBox .speImg {
	position: absolute;
	bottom: 0;
	right: 0;
}

#main div.news{
	overflow-y: scroll;
	overflow-x: hidden;
	height: 350px;
}


@media all and (min-width: 0) and (max-width: 767px) {

	#main .contactBox {
		padding: 33px 20px 83px;
		width: auto;
	}
	
	#main .contactBox .headLine01 {
		margin-bottom: 18px;
	}
	
	#main .contactBox .headLine01 img {
		margin-bottom: 7px;
	}
	
	#main .contactBox dl {
		width: auto;
		text-align: center;
	}
	
	#main .contactBox dt {
		margin: 0 0 12px;
		padding: 0;
		float: none;
		font-size: 11px;
	}
	
	#main .contactBox dd {
		margin: 0 0 30px 0;
		padding: 0;
		border: none;
	}
	
	#main .contactBox dd .text {
		margin: 7px 0 0;
		font-size: 10px;
		line-height: 1.7;
	}
	
	#main .contactBox dd .tel {
		margin-top: -3px;
		font-size: 13px;
	}
	
	#main .contactBox dd .tel a {
		font-size: 23px;
		text-decoration: none;
	}
	
	#main .contactBox .ddStyle {
		padding: 0;
	}
	
	#main .contactBox dd .comBtn {
		width: 280px;
		margin: 0 auto;
	}
	
	#main .contactBox dd .comBtn img {
		margin: -2px 5px 0 0;
		width: 13px;
	}
	
	#main .contactBox dd .comBtn a {
		padding: 8px 0;
		background: #EE5E67 url(../image/icon02.png) no-repeat right 10px center;
		background-size: 3px auto;
	}
	
	#main .contactBox .speImg {
		width: 82px;
		right: 50%;
		margin-right: -38px;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	position: relative;
	padding: 43px 50px 40px 48px;
	background-color: #3A75AE;
}

#gFooter .fix-contact {
	position: fixed;
	left: 0;
	width: 100%;
}

#gFooter .fix-contact a{
	width: 100%;
	text-align: center;
	display: block;
	box-sizing: border-box;
	padding: 20px 0;
	background-color: #E4EEF9;
	color: #6299cc;
}

#gFooter .fix-contact a:hover {
	text-decoration: none;
	opacity: .7;
}

#gFooter .fix-contact a span {
	display: block;
	font-weight: bold;
	font-size: 1.4em;
}


#gFooter .fBox {
	margin: 0 auto 53px;
}

#gFooter .lBox {
	float: left;
}

#gFooter .lBox .fLogo {
	margin: 5px 0 25px 1px;
}

#gFooter .lBox p {
	font-size: 12px;
	color: #FFF;
	line-height: 1.8;
}

#gFooter .lBox p a {
	color: #FFF;
	text-decoration: none;
}

#gFooter .fNavi {
	float: right;
}

#gFooter .fNavi > li {
	margin: 0 93px 0 25px;
	float: left;
}

#gFooter .fNavi li a {
	color: #FFF;
	font-size: 12px;
}

#gFooter .fNavi li ul {
	margin-top: -9px;
}

#gFooter .fNavi li ul li {
	margin-top: 9px;
}

#gFooter .fNavi li ul li img {
	margin: -3px 7px 0 2px;
	display: inline-block;
	vertical-align: middle;
}

#gFooter .copyright {
	font-size: 10px;
	color: #FFF;
	text-align: center;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gFooter {
		padding: 23px 0 80px;
		text-align: center;
	}
	
	#gFooter .fix-contact a{
		padding: 10px 0;
		font-size: .8em;
	}
	
	#gFooter .fix-contact a:hover {
		text-decoration: none;
		opacity: .7;
	}
	
	#gFooter .fix-contact a span {
		display: block;
		font-weight: bold;
	}	
	
	#gFooter .fBox {
		max-width: inherit;
		margin: 0 auto 33px;
	}
	
	#gFooter .lBox {
		float: none;
	}
	
	#gFooter .lBox .fLogo {
		margin: 0 0 12px;
	}
	
	#gFooter .lBox .fLogo img {
		width: 80px;
	}
	
	#gFooter .fNavi {
		display: none;
	}
	
	#gFooter .lBox p {
		font-size: 10px;
	}
}

/*----------------------------------
        pageTop
----------------------------------*/
.pageTop {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 300;
}

.pageTop a:hover {
	opacity: 0.7;
}

.pageTop.abs {
	position: absolute;
	top: -71px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	/*----------------------------------
			pageTop
	----------------------------------*/
	.pageTop {
		right: 10px;
		bottom: 10px;
	}

	.pageTop img {
		width: 40px;
	}
	
	.pageTop.abs {
		top: -47px;
	}


}

/*----------------------------------
        headLine01
----------------------------------*/
#main .headLine01 {
	margin-bottom: 87px;
	font-size: 26px;
	color: #6299cc;
	letter-spacing: 2px;
	text-align: center;
}

#main .headLine01 img {
	margin: 0 auto 4px;
	display: block;
}

#main .headLine01 span {
	font-size: 34px;
}

/*----------------------------------
        comBtn
----------------------------------*/
.comBtn {
	margin: 0 auto;
	width: 300px;
}

.comBtn a {
	padding: 15px 10px;
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	border-radius: 4px;
	background: #6299CC url(../image/icon02.png) no-repeat right 15px top 21px;
}

.comBtn a:hover {
	opacity: 0.7;
}

@media all and (min-width: 0) and (max-width: 767px) {
	/*----------------------------------
			headLine01
	----------------------------------*/
	#main .headLine01 {
		margin-bottom: 26px;
		font-size: 13px;
	}
	
	#main .headLine01 img {
		margin-bottom: 4px;
		height: 9px;
	}
	
	#main .headLine01 span {
		font-size: 17px;
	}

	/*----------------------------------
			comBtn
	----------------------------------*/
	.comBtn {
		margin: 0 auto;
		width: 69%;
	}
	
	.comBtn a {
		padding: 8px 0 7px;
		font-size: 12px;
		background: #6299CC url(../image/icon02.png) no-repeat right 10px center;
		background-size: 4px auto;
		border-radius: 3px;
	}
}


@media all and (-ms-high-contrast:none){
	#gHeader .btn a {
		padding: 19px 22px 13px 0;
	}
	
	.comBtn a {
		padding: 19px 10px 13px;
	}
	
	#main .ulBox .comBtn span {
		margin-top: 0;
	}
}  
