@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*HTML5リセット*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

nav ul {
	list-style:none;
}

ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}




a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}

/*HTML5リセットここまで*/


/*ボックス組汎用クラス*/
.box {
    width: 100%;  
    display: -webkit-box;
    display: -moz-box;
}
	/*補足-boxを指定すると子要素が回り込みます*/

.box_flex1 {
	-moz-box-flex:1.0;
	-webkit-box-flex:1.0;
}
	/*補足-boxの子要素に指定して下さい。指定するとブラウザ幅いっぱいまで伸縮します。*/


/*＝＝＝　通常共通指定　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/* 投稿を制御editor */
 
p {
    display: block;
    margin: 1em 0;
}
strong { font-weight: bold; }
em { font-style: italic; }
blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
 
/* img */
 
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }
 
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}


.clearfix:after{
	content:"";
	display:block;
	clear:both;
	}
 /* IE8, ModanBrowser */
.clearfix {
	width:100%;
 	overflow:hidden;
} /* clearfix IE 6, 7 */

* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	text-decoration: none;
	font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", Arial, sans-serif;
}

img {
	border-style:none;
} /*リンク画像の枠線を消すために記述*/

a {
	overflow: hidden;
	outline: none;
	color: #009dd9;
}/* FireFox リンク選択時の点線を消す　*/

a:hover {
	text-decoration: none;
}

body {
	position: relative;
	background-color: #fff;
	line-height: 1.5;
	font-size: 14px;
	color: #505050;
}


h1 {

}

h1 a{
	
}


h1 a:hover{

}

h2 {
	font-size: 28px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 50px;
	text-align: center;
}


h3 {
	font-weight: normal;
	font-size: 24px;
	text-align: center;
}

.h3Desc {
	width: 90%;
	margin: 20px auto 30px;
}


h4 {
	font-weight: normal;
	font-size: 20px;
	padding-left: 1em;
	border-left: solid 3px #009dd9;
}

h5 {
	font-weight: lighter;
}

h6 {
	font-weight: lighter;
}

.pcShow {
	display: block;
}

.pc_inl_Show {
	display: inline;
}

.spnShow {
	display: none;
}


	/*footer下部固定*/
	html,body{
		height:100%;
	}

	#wrap{
		width: 100%;
		position: relative;
		height:auto !important; /*IE6対策*/
		height: 100%; /*IE6対策*/
		min-height: 100%;
	}


	.container
	{
		/*padding-bottom: 375px; フッターの高さと同じ*/
		padding-bottom: 120px;
	}

	.singleContainer {
		padding-bottom: 300px;/*フッターの高さと同じ*/
	}

	#footer{
		position:absolute;
		bottom: 0;
	}

/* 開始 ＝＝＝＝＝＝＝＝＝＝*/


#header {
	width: 100%;
	background: url(../img/common/gn_shadow.jpg)bottom left repeat-x;
	background-color: #fff;
}


.headWap {
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;
}

.LogoWap {
	width: 310px;
	margin: 0 auto;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝Gナビ */

.gnaviLine {
	width: 100%;
}

#Gnavi {
	width: 960px;
	margin: 0px auto;
	height: 50px;
}

#Gnavi ul{
	max-width: 960px;
	margin: 0px auto;

	display: box;
	display: -webkit-box;
    display: -moz-box;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

#Gnavi li {
	-webkit-box-flex: 1;
	box-flex: 1;
	-webkit-flex-grow:1;/*--- safari（PC）用 ---*/
    flex-grow:1;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

#Gnavi li a{
	color: #505050;
	font-weight: normal;
	font-size: 16px;
}


#Gnavi .current {
	cursor: default;
}

/* Underline From Center */
#Gnavi .hvr-underline a{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
#Gnavi .hvr-underline a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #000;
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#Gnavi .hvr-underline a:hover:before,
#Gnavi .hvr-underline a:focus:before,
#Gnavi .hvr-underline a:active:before {
  left: 0;
  right: 0;
}
/*	＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝メイン*/



/*セカンドメイン*/
.secMain_img {
	width: 960px;
	margin: 0px auto;
}

/*パンクズ*/
.pan {
	width: 100%;
}

.breadcrumbs {
	height: 40px;
	width: 96%;
	max-width: 960px;
	margin: 0 auto;
	/*border-top: solid 1px #000;*/
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝コンテナー*/

.container {
	width: 100%;
	min-width: 960px;
	margin: 0px auto 0px;
}

.secContainer {
	width: 100%;
	min-width: 960px;
	margin: 0px auto 0px;
}

.singleContainer {
	width: 100%;
	min-width: 960px;
	margin: 0px auto 0px;
}

.inner {
	width: 960px;
	margin: 0px auto;
}

.inner_w {
	width: 100%;
	min-width: 960px;
	margin: 0px auto 0px;
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝フッター*/

#footer {
	width: 100%;
	min-width: 960px;
	color: #fff;
	text-decoration: none;
	background-color: #0085d0;
/*	border-top: solid 1px #727171;*/
}

.footWap {
	width: 960px;
	margin: 0px auto 10px;
	font-size: 13px;
}

.scrollTop {
	cursor: pointer;
	width: 50px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 2000;
}

.footWap a {
	color: #fff;
}

/*フッターナビ*/
.footNaviWap {
	width: 730px;
	float: left;
	display: box;
	display: -webkit-box;
    display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

.foot_Navi_box {
	width: 28%;
	padding: 30px 10px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.foot_Navi_boxS {
	width: 16%;
	padding: 30px 10px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.fNavi_Link:hover {
	text-decoration: underline;
}

/*会社情報*/
.foot_Info_Wap {
	width: 230px;
	float: right;
	padding: 30px 10px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.footlogo {
	width: 84px;
	margin: 0px auto 10px;
}

.footinfo {
	font-size: 13px;
}

.footinfo .footinfo_P{
	margin: 0px 0px 0px 0px;
}


#footer address {
	padding: 10px 0;
	width: 100%;
	margin: 0px auto 0px;
	color: #fff;
	font-size: 13px;
	text-align: center;
	font-style: normal;
}

@media handheld, only screen and (max-width: 767px) {
/*スマホ*/
	.pcshow {
		display: none;
	}
	.pc_inl_Show {
		display: none;
	}
	.spnShow {
		display: block;
	}



h2 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: center;
}


h3 {
	font-weight: normal;
	font-size: 18px;
	text-align: center;
}

.h3Desc {
	width: 100%!important;
	margin: 10px auto 10px;
}


h4 {
	font-weight: normal;
	font-size: 16px;
	padding-left: 5px;
	border-left: solid 3px #009dd9;
}

	#header {
		width: 100%;
		height: auto;
		background-image: none;
		background-color: #fff;
		border-bottom: solid 1px #009dd9;
	}

	.headWap {
		width: 100%;
		height: 60px;
		margin: 0 auto;
		padding-top: 10px;
		display: box;
		display: -webkit-box;
	    display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		-o-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		-o-justify-content: space-between;
		justify-content: space-between;
	}

	.LogoWap {
		width: 155px;
		margin: 0px 10px;
	}

	.sp_NaviWap {
		width: 95px;
		margin: 10px 10px 0px;
	}

	.menuTRG {
		height: 37px;
	}

	.menuBox {
	    position: absolute;
	    top: 71px;
	    left: 0;
	    z-index: 1000;
	    width: 100%;
	}

	.sp_NaviWap .menuBox  {
	    background: url(../img/common/w70.png);
	}

	.sp_NaviWap .menuBox a {
	    display: block;
	    color: #009dd9;
	    padding: 10px 10px 10px 50px;
	    /*text-align: center;*/
	    border-bottom: dotted 1px #ccc;
	    background: url(../img/common/sp_navi_ico.png) no-repeat;
	}


/*セカンドメイン*/
.secMain_img {
	width: 100%;
	height: auto;
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝コンテナー*/

	.container {
		width: 100%;
		min-width: 200px;
		margin: 0px auto 0px;
		padding-bottom: 100px;
	}

	.secContainer {
		width: 100%;
		min-width: 200px;
		margin: 0px auto 0px;
		padding-bottom: 100px;
	}

	.singleContainer {
		width: 100%;
		min-width: 960px;
		margin: 0px auto 0px;
		padding-bottom: 100px;
	}

	.inner {
		width: 96%;
		margin: 0px auto 0px;
	}

	.inner_w {
		width: 100%;
		min-width: 100%;
		margin: 0px auto 0px;
	}
	/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝フッター*/
	#footer {
		position: relative;
		width: 100%;
		min-width: 200px;
		color: #fff;
		text-decoration: none;
		background-color: #0085d0;
	/*	border-top: solid 1px #727171;*/
	}


	.footWap {
		width: 96%;
		margin: 0px auto 10px;
		font-size: 13px;
	}

	.spnFootNavi {
		padding-top: 20px;
	}

	.spFN_Link_Wap {
		font-size: 1.3em;
		width: 100%;
		padding: 5px 5px 5px 35px;
		cursor: pointer;
		border-bottom: dotted 1px #ccc;
	}

	/*アコーディオン　トリガー　オフ*/
	.foot_acco_TRG {
		padding-left: 55px;
		background: url(../img/common/foot_navi_ico_off.png)35px 50% no-repeat;
	}

	/*アコーディオン　トリガー　オン*/
	.spnFootNavi .on{
		background: url(../img/common/foot_navi_ico_on.png)35px 50% no-repeat;
	}

	.acdInner {
		width: 90%;
		margin: 0px auto 10px;
		background-color: rgba(255,255,255,0.2);
	}

	.acdInner a{
		display: block;
		padding: 5px 5px 5px 35px;
	}


	/*会社情報*/
	.foot_Info_Wap {
		width: 220px;
		float: none;
		padding: 20px 0px 0px;
		margin: 0px auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	.footinfo {
		font-size: 14px;
	}

	.footinfo .footinfo_P{
		margin: 0px 0px 0px 0px;
	}

}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝汎用設定*/


/*白 */
.white {
	color: #fff;
}
/*ピンク */
.pink {
	color: #ff287b;
}
/*ブルー */
.blue {
	color: #368ed9!important;
}
/*オレンジ */
.orange {
	color: #eb6100!important;
}
/*黄色*/
.yellow {
	color: #ffc103;
}
/*みどり*/
.green {
	color: #027a5a!important;
}
/*むらさき*/
.purple {
	color: #8d7dfd;
}
/*あいいろ*/
.ai {
	color: #3e408f;
}

.gray {
 	color: #585858;
}
.red {
	 color: #ef1f2c;
}

.red2 {
	 color: #f00;
}




.floatR{
	float: right;
}

.floatL{
	float: left;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.sml {
	font-size: 11px;
}


.alignL {
	text-align: left;
}

.alignR {
	text-align: right;
}

.alignC {
	text-align: center;
}



.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb35 {margin-bottom: 35px;}
.mb40 {margin-bottom: 40px;}
.mb45 {margin-bottom: 45px;}
.mb50 {margin-bottom: 50px;}
.mb55 {margin-bottom: 55px;}
.mb60 {margin-bottom: 60px;}
.mb65 {margin-bottom: 65px;}
.mb70 {margin-bottom: 70px;}
.mb75 {margin-bottom: 75px;}
.mb80 {margin-bottom: 80px;}

.pt10 {padding-top: 10px;}
.pt15 {padding-top: 15px;}
.pt20 {padding-top: 20px;}
.pt25 {padding-top: 25px;}
.pt30 {padding-top: 30px;}
.pt35 {padding-top: 35px;}
.pt40 {padding-top: 40px;}

.fs12 {font-size: 12px;}
.fs14 {font-size: 14px;}
.fs16 {font-size: 16px;}
.fs18 {font-size: 18px;}
.fs20 {font-size: 20px;}
.fs22 {font-size: 22px;}
.fs24 {font-size: 24px;}
.fs26 {font-size: 26px;}
.fs28 {font-size: 28px;}
.fs30 {font-size: 30px;}
.fs32 {font-size: 32px;}
.fs34 {font-size: 34px;}
.fs36 {font-size: 36px;}
.fs38 {font-size: 38px;}
.fs40 {font-size: 40px;}
.fs42 {font-size: 42px;}
.fs44 {font-size: 44px;}
.fs46 {font-size: 46px;}
.fs48 {font-size: 48px;}
.fs50 {font-size: 50px;}
.fs52 {font-size: 52px;}
.fs54 {font-size: 54px;}
.fs56 {font-size: 56px;}
.fs58 {font-size: 58px;}
.fs60 {font-size: 60px;}


/*202211フッター更新*/
#footer2 {
	width: 100%;
    min-width: 960px;
    color: #fff;
    text-decoration: none;
    background-color: #0085d0;
    font-size: 13px;
}

#footer2 .inner {
    /*width: 960px;*/
    padding: 24px 0;
    box-sizing: border-box;
}

#footer2 .sitemap {
	margin: auto;
}

#footer2 .flex {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

#footer2 .left-item {
	width: 12%;
	box-sizing: border-box;
}

#footer2 .right-item {
	width: 83%;
	box-sizing: border-box;
}

#footer2 .right-item .inner-cnt {
	word-break: keep-all;
}

#footer2 .right-item .inner-cnt ~ .inner-cnt{
	margin-top: 2em;
}

#footer2 .right-item .inner-cnt .heading {
	display: block;
	margin-bottom: 0.5em;
}

#footer2 .right-item .line-l {
	margin-left: 0.5em;
}

#footer2 .right-item .line-l:before {
	display: inline;
	width: 1em;
	height: 1em;
	content: '｜';
	margin-right: 0.5em;
}

#footer2 .flex ~ .flex {
	margin-top: 1.2em;
	border-top: 1px solid #fff;
	padding-top: 1.2em;
}

#footer2 .sitemap .flex:last-of-type {
	margin-top: 5em;
	border-top: none;
	padding-top: 0;
}

#footer2 .sitemap .flex:last-of-type .left-item  {
	width: 100%;
}

#footer2 .sitemap .flex:last-of-type .left-item  a ~ a:before {
	display: inline;
	width: 1em;
	height: 1em;
	content: '｜';
}

#footer2 .info {
	background-color: rgb(70,70,70);
}

#footer2 .info .flex {
	align-items: flex-end;
}

#footer2 .info .left-item,
#footer2 .info .right-item {
	width: 50%;
}

#footer2 .info h1 a {
	display: flex;
	align-items: center;
	font-size: 18px;
	margin-bottom: 1em;
}

#footer2 .info h1 a:hover {
	opacity: 1;
}

#footer2 .info h1 a img {
	width: 56px;
	margin-right: 2.5%;
}

#footer2 .info .txt {
	margin: 0;
}

#footer2 a {
	color: #fff;
	transition: opacity 0.2s;
}

#footer2 a:hover {
	opacity: 0.5;
}

#footer2 .link-l,
#footer2 .link-m {
	font-weight: bold;
}

#footer2 .link-l {
	font-size: 16px;
}

#footer2 address {
	font-style: normal;
	text-align: right;
}


@media handheld, only screen and (max-width: 960px) {


	#footer2 .inner {
	    width: 100%;
	    padding: 24px 2.5%;
	}
}

@media handheld, only screen and (max-width: 767px) {

	#footer2 {
		position: relative;
		width: 100%;
		min-width: 200px;
		color: #fff;
		text-decoration: none;
		background-color: #0085d0;
	}

	#footer2 hr {
		margin: 1em;
	}

	#footer2 .spnFootNavi {
		width: 95%;
		margin: auto;
	}

	#footer2 .spFN_Link_Wap {
		box-sizing: border-box;
	}

	.acdInner {
		padding: 10px 0;
	}

	#footer2 .info {
		background-color: #0085d0;
		padding: 20px 2.5%;
	}

	#footer2 .info .footinfo {
		width: 220px;
		margin: auto;
	}

	#footer2 address {
		text-align: center;
		margin-top: 2em;	
	}

}