/**********
 all
**********/

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, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

html{
	font-size:62.5%;
}

body{
	line-height:1;
}

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


#mainNavi ul{
    list-style:none;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}


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

a{
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

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;
    cursor:help;
}

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

/** img **/
img{ vertical-align:bottom;}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}


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

/** input select **/
input, select{
    vertical-align:middle;
}

/* ol ul */

ol, ul{ list-style: none;}

/* clearfix */
.clearfix {
    overflow: hidden;
    zoom: 1;
}
.clearfix:after {
    content: " "; 
    clear: both; 
    height: 0; 
    display: block; 
    visibility: hidden; 
}

.cf { zoom: 1;}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after { clear: both;}

/* clear */
.clear{ clear:both;}
.clearBlk{ overflow:hidden;}
/* after */
.afterBlk{}
.afterBlk:after{ 
    content: " "; 
    clear: both; 
    height: 0; 
    display: block; 
    visibility: hidden; 
}


/**********
 common
**********/
/* margin */
.mBtmNone{ margin-bottom:none;}
.mBtm10{ margin-bottom:10px;}
.mBtm20{ margin-bottom:20px;}
.mBtm30{ margin-bottom:30px;}

.mTop5{ margin-top:5px;}
.mTop10{ margin-top:10px;}
.mTop20{ margin-top:20px;}
.mTop30{ margin-top:30px;}

/* padding */
.pBtmNone{ padding-bottom:none;}
.pBtm05{ padding-bottom:5px;}
.pBtm10{ padding-bottom:10px;}
.pBtm20{ padding-bottom:20px;}
.pBtm30{ padding-bottom:30px;}

.pTop10{ padding-top:10px;}
.pTop20{ padding-top:20px;}
.pTop30{ padding-top:30px;}

/* color */
.cRed { color:#ff3300;}
.cOrg { color:#c60;}
.cGry { color:#666;}
.cBrwn{ color:#553b27;}
.cDred{ color:#990000;}

/* fontsize */
.fs120{ font-size:120%;}
.fs80{ font-size:80%;}

/** border **/
.underB{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px dotted #56503d;
}

/** align **/
.aCenter{ text-align:center;}
.aLeft{ text-align:left}
.aRight{ text-align:right;}


/** padding margin none **/
.pmNone{
	padding:0;
	margin:0;
}

/** margin center set **/
.centerSet{
	margin:0 auto;
}



/**********
 body
***********/
body{
    width:100%;
    background:#fff;
	font-family: 'Noto Sans JP', 游ゴシック "Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, 
		"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
	color:#282828;
    line-height:1.6;
	font-size: 1.62rem;
	min-width:320px;
}

@media only screen and (min-width: 769px) and (max-width: 962px) {
	body{
		min-width:960px;
	}
	
}



/**********
 a link
***********/
a{
    color:#0054a0;
    text-decoration:none;
}
a:visited{
    color:#0054a0;
    text-decoration:none;
}
a:hover{
    color:#007aaa;
    text-decoration:underline;
}

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



/*==========================================
 ページトップ
===========================================*/
.pagetop{
	position: fixed;
	bottom: -70px;
	right: 20px;
	z-index:20;
}
.pagetop a{
	display: block;
	width: 50px;
	height: 50px;
	background-color: #d5b571;
	border:1px solid #fff;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
	opacity: 0.9;  
	filter: alpha(opacity=10);  
}

.pagetop a:hover,
.pagetop a:active{
	background-color: #b79049;
	background-color: rgba(183,144,73,0.8);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#88ffffff,EndColorStr=#88ffffff); /* IE8以下*/
}

/*
.pagetop a:before {
	content: "\e60c";
	font-family: 'icomoon';
}
*/

/*==========================================
 アイコンフォント
===========================================*/
ul.commonList li{
	display:block;
	padding-bottom:9px;
	padding-right:30px;
	position: relative;
	padding-left:20px;
}

ul.commonList li:before{
	content: "\f111";
	font-family:'Font Awesome 5 Free';
	font-weight:900;
	padding-right:10px;
	font-size:1rem;
	color:#1d9bc4;
	position: absolute;
	top: 7px;
	left: 0;
	margin-top: -3px;
}

/*==========================================
 角丸ボタン
===========================================*/
.commonBtn{
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	width:100%;
	display:block;
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	text-align:center;
	text-decoration:none;
	padding:7px 0;
	font-size:0.8em;
}

.commonBtn span{
	padding-left:5px;
}



/*==========================================
 表示切り替え
===========================================*/

/** visible 選択項目のみ表示 **/
.visible_mb{ display:block;}
.visible_tb{ display:none;}
.visible_pc{ display:none;}

@media only screen and (min-width: 769px) and (max-width: 1050px) {
.visible_mb{ display:none;}
.visible_tb{ display:block;}
.visible_pc{ display:none;}
}

@media only screen and (min-width: 1051px) {
.visible_mb{ display:none;}
.visible_tb{ display:none;}
.visible_pc{ display:block;}
}

/** visible 選択項目のみ表示しない **/
.hidden_mb{ display:none;}
.hidden_tb{ display:block;}
.hidden_pc{ display:block;}

@media only screen and (min-width: 769px) and (max-width: 1050px) {
.hidden_mb{ display:block;}
.hidden_tb{ display:none;}
.hidden_pc{ display:block;}
}

@media only screen and (min-width: 1050px) {
.hidden_mb{ display:block;}
.hidden_tb{ display:block;}
.hidden_pc{ display:none;}
}

@media print{
.visible_mb{ display:none;}
.visible_tb{ display:none;}
.visible_pc{ display:block;}
.hidden_mb{ display:block;}
.hidden_tb{ display:block;}
.hidden_pc{ display:none;}
}


/*==========================================
 オンマウスでフェード
===========================================*/
.fade_on{
	/*変化にかかる時間とタイミング、進行具合を指定*/
	transition: all 0.3s ease 0s;
}

/*オンマウス時に実行*/
.fade_on:hover,
.fade_on:active {
	/*透明度具合を指定*/
	opacity: 0.6;  
	filter: alpha(opacity=40);  
}


/*==========================================
 パンくずリスト
===========================================*/
#breadcrumbs{
	width:100%;
	clear:both;
	overflow:hidden;
	text-align:left;
	padding:5px 0;
	margin-bottom:60px;
	background:#fff;
}
#breadcrumbs ol{
	display:block;
	width:96%;
	max-width:1050px;
	margin:0 auto;
}

@media only screen and (max-width: 768px) {
	#breadcrumbs ol{
		width:90%;
	}
}


#breadcrumbs ol li {
	display: inline;
	list-style-type: none;
	font-size:0.82em;
}
#breadcrumbs ol li:before {
	content: "　\f105　";
	font-family:'Font Awesome 5 Free';
	font-weight:900;
}
#breadcrumbs ol li:first-child:before {
  content:"";
}

#breadcrumbs ol li a{ color:#007aaa;}

#breadcrumbs ol li a:hover,
#breadcrumbs ol li a:active{ color:#0071b9;}




/*==========================================
 ヘッダーのスタイル
===========================================*/

/*==========================================
 ヘッダーのスタイル
===========================================*/
/**********
 header
**********/
#header{
	width:100%;
	text-align:center;
	padding-bottom:25px;
}


@media only screen and (min-width: 769px) and (max-width: 960px) {
	#header{
		min-height:120px;
		min-width:960px;
	}
}

@media only screen and (max-width: 768px) {
	#header{
		padding-bottom:15px;
	}
}

/** headTop_mb **/
#headTop_mb{
	background:#fff;
	text-align:left;
	width:100%;
}

#headTop_mb  #mbTop{
	background:#004e89;
	width:100%;
	text-align:left;
	color:#fff;
	font-size:12px;
	margin-bottom:15px;
	padding:1px 0;
}

@media only screen and (max-width: 768px) {
	#headTop_mb  #mbTop{
		font-size:11px;
	}
}

#headTop_mb  #mbTop span{
	display:block;
	padding-left:15px;
}

#headTop_mb #logo_mb img{
	width:250px;
	margin-left:15px;
}


/** site-header **/
/** ヘッダーが出てくる **/
.site-header{
    background: rgba(255,255,255,0.9);
    position: fixed;
    top: 0;
    transition: .9s;
    width:auto;
    z-index: 999;
}
 
.site-header.hide{
    transform: translateY(-100%);
}

/**********
 headContents
**********/

#headContents{
	width:100%;
	text-align:center;
	display:none;
}


#headContents h1{
	display:block;
	width:100%;
	max-width:98%;
	padding:8px 10px 0 10px;
	text-align:left;
	font-size:11px;
	color:#666;
	font-weight:normal;
}

#headContents img{
	width:100%;
	max-width:280px;
	margin:0 auto;
	display:block;
	vertical-align:bottom;
}

#headContents #headContentsTop{
	width:100%;
}

#headContents #headContentsTop #headContentsTopInner{
	padding-right:100px;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}


@media only screen and (max-width:960px) {
	#headContents #headContentsTop #headContentsTopInner{
		padding-right:10px;
	}
}

@media only screen and (min-width: 960px) and (max-width: 1050px) {
	#headContents #headContentsTop #headContentsTopInner{
		padding-right:50px;
	}
}


/*********
 headLogo
**********/
#headContents #headContentsTop #headLogo{
	width:290px;
	padding-top:10px;
}
#headContents #headContentsTop #headLogo a{
	margin-left:10px;
	margin-bottom:10px;
	display:block;
}


#headContents #headContentsTop #headLogo a img{
	width:240px;
	margin-top:6px;
}


@media only screen and (max-width:1200px) {
	#headContents #headContentsTop #headLogo{
		width:26%;
		max-width:290px;
		margin-top:5px;
	}
	#headContents #headContentsTop #headLogo a img{
		width: 100%;
		max-width:240px;
	}

}






/**********
 headConInner
**********/
#headContents #headContentsTop #headConInner{
	width:710px; /* width:78%; */
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: flex-end;
}

@media only screen and (max-width:1200px) {
	#headContents #headContentsTop #headConInner{
		width:73%;
		max-width:710px; /* width:78%; */
	}
}

/*********
 headPhone
**********/
#headPhone{
	width:200px;
}
#headPhone p:nth-child(1){
	text-align:center;
	font-size:14px;
	padding-bottom:4px;
}
#headPhone p:nth-child(2){
	width:180px;
	display:block;
	margin:0 auto;
}

#headPhone p img{
	width:100%;
	max-width:180px
}

#headPhone span{
	font-size:10.5px;
}

@media only screen and (max-width:1200px)  {
	#headPhone{
		width:27%;
		max-width:200px;
	}
	#headPhone p:nth-child(1){
		font-size:13px;
	}
	#headPhone p:nth-child(2){
		width:100%;
		max-width:180px;
	}
	#headPhone span{
		font-size:10px;
	}
}

/*********
 mainNavi
**********/
#headContents #headContentsTop #headConInner #mainNavi{
	padding-top:25px;
	padding-bottom:10px;
	width:500px;
	margin:0 auto 0 0;
	
}

#headContents #headContentsTop #headConInner #mainNavi ul{
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: flex-end;
	width:100%;
}

#headContents #headContentsTop #headConInner #mainNavi ul li{
	display:block;
	min-height:25px;
	border-right:1px solid #999;
	width:18%;
}

#headContents #headContentsTop #headConInner #mainNavi ul li:last-of-type{
	border-right:none;
}

#headContents #headContentsTop #headConInner #mainNavi ul li:nth-child(2){
	width:27%;
}

#headContents #headContentsTop #headConInner #mainNavi ul li a{
	display:block;
	font-size:1.6rem;
	font-weight:bold;
	text-decoration:none;
	color:#1a1a1a;
	padding:3px 0;
}


#headContents #headContentsTop #headConInner #mainNavi ul li a:visited{
	color:#1a1a1a;
}

#headContents #headContentsTop #headConInner #mainNavi ul li a:hover,
#headConInner #mainNavi ul li a:active{
	color:#007aaa;
}


@media only screen and (min-width: 961px) and (max-width: 1050px) {
	#headContents #headContentsTop #headConInner #mainNavi ul li a{
		font-size:0.96em;
	}

}
@media only screen and (max-width: 980px) {
	#headContents #headContentsTop #headConInner #mainNavi{
		width:490px;	
	}
	#headContents #headContentsTop #headConInner #mainNavi ul li{
		width:17%;
	}
	
	#headContents #headContentsTop #headConInner #mainNavi ul li:nth-child(2){
		width:26%;
	}
	#headContents #headContentsTop #headConInner #mainNavi ul li a{
		font-size:0.96em;
	}
}


/**********
 toggle sp向けメニュー
**********/

.toggleWrap {
	position:relative;
}

/* */
.toggleNav{
	display:block;
	width:84%;
	padding-top:80px;
	margin:0 auto;
}

.toggleNav li{
	list-style-type: none;
	display: block;
	width:100%;
}

.toggleNav li a{
	display: block;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	background:#fff;
	color:#282828;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	font-size:1.8rem;
	line-height:1.26;
	padding:0;
	text-align:left;
	margin-bottom:12px;
}

.toggleNav li:last-of-type a{
	margin-bottom:0;
}

.toggleNav li a p{
	display:block;
	padding:12px 5px 10px 15px;
	position:relative;
}

.toggleNav li a p:after{
	content:"";
	width:50px;
	height:31px;
	position:absolute;
	right:10px;
	top:10px;
}
.toggleNav li#toggleNav_baibai a p:after{
	background:url(../img/toggleNav_icon_baibai.png) no-repeat;
	background-size:cover;
}

.toggleNav li#toggleNav_satei a p:after{
	background:url(../img/toggleNav_icon_satei.png) no-repeat;
	background-size:cover;
}

.toggleNav li#toggleNav_kounyu a p:after{
	background:url(../img/toggleNav_icon_kounyu.png) no-repeat;
	background-size:cover;
}

.toggleNav li#toggleNav_souzoku a p:after{
	background:url(../img/toggleNav_icon_souzoku.png) no-repeat;
	background-size:cover;
}

.toggleNav li a:hover,
.toggleNav li a:active{
	  background:#e6f9ff;
}


/** taggleNav_other **/
#taggleNav_other{
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width:84%;
	margin:0 auto;
	padding-top:10px;
}

#taggleNav_other a{
	display:block;
	width:47%;
	margin-bottom:14px;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	color:#282828;
	background:#fff;
	padding:8px 0;
	font-size:0.9em;
}



/** taggleNav_inq **/
#taggleNav_inq{
	padding-bottom:10px;
	width:84%;
	margin:0 auto;
}

#taggleNav_inq span{
	display:block;
	padding-bottom:8px;
	text-align:center;
	font-size:1.1em;
	color:#fff;
}

#taggleNav_inq a#inq_contact{
	display: block;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	background:#fff;
	color:#004e89;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	font-size:1.8rem;
	line-height:1.26;
	padding:0;
	text-align:left;
}

#taggleNav_inq a#inq_contact p{
	display:block;
	padding:12px 5px 10px 15px;
	position:relative;
}

#taggleNav_inq a#inq_contact p:after{
	content:"";
	width:50px;
	height:31px;
	position:absolute;
	right:10px;
	top:10px;
}
#taggleNav_inq a#inq_contact p:after{
	background:url(../img/toggleNav_icon_mail.png) no-repeat;
	background-size:cover;
}


/** taggleNav_phone **/
#taggleNav_phone{
	display:block;
	text-align:center;
	color:#fff;
	padding-top:10px;
}

#taggleNav_phone{
	font-size:1.6rem;
	padding-top:10px;
}

#taggleNav_phone a{
	color:#d9f6ff;
	text-decoration:none;
	font-size:3.6rem;
	margin-left:10px;
	font-weight:bold;
	display:block;
}

#taggleNav_phone span{
	display:block;
	font-size:11px;
	text-align:center;
}







@media screen and (min-width: 769px) {
  .toggleWrap {
    background: none;
    height: auto;
    position: static;
    padding: 0;
    margin-bottom: 20px;
  }
  .mainNav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 670px;
    margin: 0 auto;
  }
  .navItem {
    padding: 5px 15px;
  }
  .navItem:hover {
    border-color: #3696da;
  }
  .animation {
  -webkit-transition: none;
          transition: none;
  }
  .hide {
    opacity: 1;
    visibility: visible;
  }
}


/*==========================================
  電話
===========================================*/
@media(min-width: 768px){
	a[href^="tel:"]{
		pointer-events: none;
	}
}


/*==========================================
  マップ埋め込み
===========================================*/
.ggmap{
	position: relative;
	padding-bottom: 36.25%;
	height: 0;
	overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




/*==========================================
 コンテンツエリアのスタイル
===========================================*/
/**********
 container
**********/
#container{
	width:100%;
	min-width:auto;
	text-align:center;
}

@media only screen and (min-width: 769px) and (max-width: 1100px) {
	#container{
		min-width:1000px;
	}
}

@media only screen and (min-width: 1101px) {
	#container{
		min-width:auto;
	}
}

/** contents **/

.contentWrap{
	width:100%;
}

.contentInner{
	display:block;
	width:92%;
	max-width:1050px;
	margin:0 auto;
	text-align:left;
}


.contentBlk{
	display:block;
	width:100%;
	max-width:1050px;
	margin:0 auto;
}

.contentSpace{
	padding-bottom:65px;
}


 
 
/**********
 main
**********/
#main{
	width:100%;
	padding:0 0 15px 0;
	margin:0 auto;
	font-size:1.6rem;
}

#main:after{
    content: " "; 
    clear: both; 
    height: 0; 
    display: block; 
    visibility: hidden; 
}


/** linkBtn **/
a.linkBtn{
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	width:auto;
	max-width:250px;
	display:block;
	text-align:center;
	text-decoration:none;
	padding:7px 0;
	font-size:0.9em;
	background:#004e89;
	color:#fff;
	margin:0 auto;
	transition: all 0.3s ease 0s;
}

a.linkBtnL{
	max-width:500px;
	width:96%;
	margin:0 auto;
}

a.linkBtn:hover,
a.linkBtn:active{
	background:#007aaa;
	color:#fff;
}

a.linkBtn span{
	padding:0 5px;
}

a.linkBtn span:after{
	content: "\f061";
	font-family:'Font Awesome 5 Free';
	font-weight:900;
	margin-left:10px;
}

a.linkBtn:hover span:after,
a.linkBtn:active span:after{
	color:#fff;
}


/** commonTableBase **/
table.commonTableBase{
	width:100%;
}

table.commonTableBase tr th{
	display:block;
	padding:6px 10px;
	font-weight:500;
	text-align:left;
	border:1px solid #666;
	border-bottom:none;
	background:url(../img/blueBg.jpg) repeat;
	font-size:0.89em;
}

table.commonTableBase tr td{
	padding:6px 10px;
	display:block;
	border:1px solid #666;
	border-bottom:none;
	font-size:0.89em;
}


table.commonTableBase tr:last-child td{
	border:1px solid #666;
}


/**********
 contentsWrap
**********/
#contentsWrap{
	width:100%;
	padding-top:30px;
}

/**********
 commonContact
**********/
#commonContact{
	margin:20px 0;
	width:92%;
	max-width:400px;
}

/**********
 flexWrap
**********/
.flexWrap{
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

/**********
 primary
**********/
#primary{
	width:100%;
	padding-top:30px;
/*	-webkit-box-ordinal-group:2;
	-ms-flex-order:2;
	-webkit-order:2;
	order:2;
*/
}


/** conBlkFlex **/
.conBlkFlex{}

.conBlkFlex h4{
	display:block;
	width:100%;
}

.conBlkFlex .conBF_img{
	width:100%;
	text-align:center;
	padding-top:20px;
	padding-bottom:25px;
}

.conBlkFlex .conBF_img img{
	width:100%;
	max-width:640px;
	margin:0 auto;
	display:block;
	vertical-align:top;
}

.conBlkFlex .conBF_txt{
	width:100%;
	text-align:left;
	padding-top:20px;
}



/**********
 secondary
**********/
#secondary{
	width:100%;
/*	-webkit-box-ordinal-group:1;
	-ms-flex-order:1;
	-webkit-order:1;
	order:1;
*/
}

#secondary .secInner{
	padding-bottom:25px;
}

#secondary .secInner:last-of-type{
	padding-bottom:0;
}


/** sticky **/
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  align-self: baseline;
  width:100%;
  max-width:250px;
}


/** sideNavi **/
ul.sideNavi{
	display:block;
	background:#fff2e6;
	padding:5px 14px;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}

ul.sideNavi li{
	border-bottom:1px dotted #414141;
}

ul.sideNavi li:last-of-type{
	border:none;
}


ul.sideNavi li a{
	display:block;
	padding:18px 19px 18px 0;
	color:#000;
	text-decoration:none;
	text-align:left;
	position: relative;
	font-size:1.62rem;
}

ul.sideNavi li a:hover,
ul.sideNavi li a:active{
	color:#f7931e;
}

ul.sideNavi li a:after{
	 content: "\f105";
	 font-family:'Font Awesome 5 Free';
	 font-weight:900;
	 position: absolute;
	 top: 50%;
	 right: 7px;
	 margin-top: -12px;
	 color:#f7931e;
}

/** sideNavi_mb **/
a.sNavi_mb_btn{
	display:block;
	background-color: #fff;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	margin-bottom:20px;
	text-align:center;
	text-decoration:none;
	color:#000;
	font-size:1.8rem;
	font-weight:bold;
}

a.sNavi_mb_btn:hover,
a.sNavi_mb_btn:active{
	color:#f7931e;
}

a.sNavi_mb_btn:last-of-type{
	margin-bottom:0
}

a.sNavi_mb_btn p{
	padding:10px;
}


/** mdl_btn **/
.mdl_btn{
	display:block;
	color:#fff;
	background:#f7931e;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	margin:0 auto 25px auto;
	width:80%;
	text-decoration:none;
	text-align:left;
}

.mdl_btn p{
	position:relative;
	padding:15px;
}
.mdl_btn p:after{
	 content: "\f0d7";
	 font-family:'Font Awesome 5 Free';
	 font-weight:900;
	 position: absolute;
	 top: 50%;
	 right: 20px;
	 margin-top: -12px;
	 color:#fff;
}


/**********
  h
**********/

/** pageTitle **/

h2#title{
	width:100%;
	padding:40px 0 44px 0;
	display:block;
	background:#fff url(../about/img/aboutImg_sougou.jpg) no-repeat right center;
	background-size:88%;
	font-weight:700;
}

h2#title p{
	display:block;
	padding-left:80px;
	text-align:left;
	padding-top:10px;
	margin:0 auto 0 0;
	font-size:2.8em;
}

h2#title p span{
	display:block;
	font-size:16px;
	color:#007aaa;
}


@media only screen and (max-width: 768px) {
	h2#title{
		width:100%;
		min-height:80px;
		background-size:70%;
		padding:50px 0 31px 0;
	}
	h2#title p{
		padding-left:20px;
		text-align:left;
		padding-top:0px;
		font-size:1.8em;
	}
	h2#title p span{
		font-size:15px;
	}
}

/*h2#title{
	display:block;
	width:100%;
	padding:25px 0;
	text-align:center;
	background:#004e89;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

h2#title p{
	width:90%;
	display:block;
	margin:0 auto;
	text-align:center;
	font-size:3rem;
	color:#fff;
	font-weight:700;
	display:block;
}

h2#title p span{
	display:block;
	font-weight:normal;
	font-size:16px
}

*/

h3.title{
	font-size:2.5rem;
	font-weight:normal;
	text-align:center;
	margin-bottom:45px;
	font-weight:bold;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

@media only screen and (max-width: 768px) {
	h3.title{
		font-size:2.6rem;
		font-weight:normal;
	}
}


h3.title span{
	padding-bottom:5px;
	display:block;
	color:#ec881e;
	font-weight:normal;
	font-size:18px;
}


/**********
 pageNavi
**********/

#pageNavi{
	padding-bottom:70px;
}
#pageNavi a{
	background-position: 0 0;
	background-size: 200% auto;
	transition: 0.5s;
	display:block;
	text-align:center;
	text-decoration:none;
	color: #fff;
	width:30%;
	max-width:480px;
}

@media only screen and (max-width: 768px) {
	#pageNavi a{
		width:100%;
		margin:0 auto 25px auto;
	}
}

#pageNavi a:hover{
	background-position: -100% 0;
}

#pageNavi a p{
	display:block;
	padding:14px;
	position:relative;
	text-align:left;
}

#pageNavi a p:after{
	content:url(../img/moreLink_arrow_on.png);
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -10px;
}

#pageNavi a:nth-child(1){
	background-image: linear-gradient(to right, rgba(0,150,185,1) 50%, rgba(0,122,135,1) 50%);
}

#pageNavi a:nth-child(2){
	background-image: linear-gradient(to right, rgba(50,162,140,1) 50%, rgba(5,127,104,1) 50%);
}

#pageNavi a:nth-child(3){
	background-image: linear-gradient(to right, rgba(75,154,212,1) 50%, rgba(0,113,185,1) 50%);
}



/**********
 topComment
**********/
#topComment{
	padding-bottom:80px;
}

#topComment h4{
	font-weight:bold;
	font-size:1.3em;
	padding-bottom:35px;
}


.topCom{
	padding-bottom:50px;
	text-align:left;
}



/*==========================================
 フッターのスタイル
===========================================*/

/**********
 footer
**********/
#footer{
	margin-top:50px;
	width:100%;
}

/**********
 footContact
**********/
#footContact{
	background:#f9f8f4;
	padding:50px 0;
	width:100%;
}


#footContact .contentInner{
	max-width:1000px;
	margin:0 auto;
	background:#fff;
	border:1px solid #8e8e8e;
	
}

#footContact .contentInner > div{
	padding:45px 25px;
}

#footContact h2{
	display:block;
	width:48.5%;
	text-align:center;
	font-size:1.7em;
}

@media only screen and (max-width: 768px) {
	#footContact .contentInner{
		width:88%;
	}

	#footContact h2{
		display:block;
		width:100%;
	}
}

#footContact h2 > span{
	color:#ec881e;
	font-size:14px;
	font-weight:normal;
	display:block;
}

#footContact h2 p{
	padding-top:10px;
	font-size:16px;
}

#footContact h2 p span{
	display:inline-block;
}

@media only screen and (max-width: 768px) {
	#footContact h2 p span{
		display:block;
		font-weight:normal;
		font-size:1.26em;
		line-height:1.5;
	}
}



/** footContact_phone **/
#footContact_phone{
	width:48.5%;
	text-align:center;
}

@media only screen and (max-width: 768px) {
	#footContact_phone{
		display:block;
		width:100%;
		padding-top:20px;
	}
}

#footContact_phone a#phoneNum{
	display:block;
	width:100%;
	max-width:284px;
	margin:0 auto 15px auto;
}

#footContact_phone a#phoneNum img{
	width:100%;
	max-width:284px;
}

#footContact_phone p{
	font-size:0.9em;
}

#footContact_phone .linkBtn{
	margin-top:15px;
}

#footContact_phone .linkBtn span:after{
	content:"";
	margin:0;
}


#footContact_phone .linkBtn span:before{
	content: "\f0e0";
	font-family:'Font Awesome 5 Free';
	font-weight:900;
	margin-right:15px;
}


/**********
 footerContact
**********/

#footContents{
	background:#004e89;
	padding:40px 0;
	color:#fff;
}

#footContents .contentInner{
	max-width:1100px;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}


/**********
 footAbout
**********/
#footAbout{
	text-align:left;
	width:100%;
	margin-bottom:5px;
}

#footAbout h2{
	display:block;
	max-width:300px;
	text-align:center;
	margin:0 auto 0 0;
}

#footAbout h2 a{
	display:block;
	text-align:left;
}

#footAbout h2 a img{
	width:100%;
	max-width:300px;
	display:block;
	vertical-align:baseline;
}

#footAbout p{
	padding-top:4px;
	font-size:1.08em;
}

#footAbout p:nth-child(2){
	font-size:0.9em;
}

#footAbout p:nth-child(3){
	font-size:0.9em;
	padding-bottom:7px;
}


@media only screen and (min-width: 769px) {
	#footAbout{
		width:40%;
		max-width:500px;
	}
	#footAbout h2{
		margin:0 auto 0 0;
	}

	#footAbout h2 a img{
		width:100%;
		max-width:300px;
		display:block;
		vertical-align:baseline;
		margin:0 auto;
	}
	#footAbout p{
		text-align:left;
	}

}



/**********
 footNavi
**********/
#footNavi{
	width:36%;
	margin-bottom:5px;
}

@media only screen and (max-width: 1050px) {
	#footNavi{
		width:40%;
	}
}
@media only screen and (max-width: 768px) {
	#footNavi{
		width:100%;
		margin-top:25px;
	}
}

#footNavi ul{
	border-left:1px solid #fff;
	padding-left:10px;
	text-align:left;
	display:block;
	width:46.5%;
}
#footNavi ul li{
	padding-bottom:1px;
}

#footNavi ul li:last-of-type{
	padding-bottom:0;
}

#footNavi ul li a{
	font-size:1.4rem;
	line-height:1;
	color:#fff;
	text-decoration:none;
}


/**********
 copyright
**********/
#copyright{
	padding:15px 0;
	text-align:center;
}

small{
	font-size:0.65em;
}

/*==========================================
 サイド追従メニュー
===========================================*/
/**********
 following
**********/
#following {
	display:none;
}


#following ul{
	width:68px;
}

@media only screen and (min-width: 1051px) {
	#following{
		display:block;
		z-index:200;
		position:fixed;
		top:120px;
		right:0;
	}
	
	#following ul{
		display:block;
		padding:12px;
		width:68px;
	}
	
	#following ul li{
		padding-bottom:20px;
		display:block;
	}
	#following ul li:last-of-type{
		padding-bottom:0;
	}
	
	#following ul li a{
		display:block;
		width:100%;
		max-width:68px;
		margin:0 auto;
		text-align:center;
		transition: all 0.3s ease 0s;
	}
	#following ul li a:hover,
	#following ul li a:active{
		/*透明度具合を指定*/
		opacity: 0.7;  
		filter: alpha(opacity=30);
	}
	
	#following ul li a img{
		width: 100%;
		max-width: 68px;
	}

}
@media only screen and (min-width: 769px) and (max-width: 1050px) {
	#following{
		display:block;
		z-index:200;
		position:fixed;
		top:120px;
		right:0;
	}
	
	#following ul{
		display:block;
		padding:12px 0 12px 12px;
		width:40px;
	}
	
	#following ul li{
		padding-bottom:16px;
		display:block;
	}
	#following ul li:last-of-type{
		padding-bottom:0;
	}
	
	#following ul li a{
		display:block;
		width:100%;
		max-width:40px;
		margin:0 auto;
		text-align:center;
		transition: all 0.3s ease 0s;
	}
	#following ul li a:hover,
	#following ul li a:active{
		/*透明度具合を指定*/
		opacity: 0.7;  
		filter: alpha(opacity=30);
	}

}



/* PC・大型タブレット：769px～1050px */
@media only screen and (min-width: 769px) and (max-width: 1050px) {



/*==========================================
 ヘッダーのスタイル
===========================================*/
/**********
 header
**********/
#header{}

/** headTop_mb **/
#headTop_mb{
	display:none;
}


/** headInner **/

#headerInner{
	width:auto;
	padding:0 12px 0 30px;
}

/**********
 headContents
**********/

#headContents{
	display:block;
}

/*
#headContents #headContentsTop{
	width:100%;
	margin:0 auto;
}
*/

/*********
 headLogo
**********/
/*#headContents #headContentsTop #headLogo{
	width:20%;
}

#headContents #headContentsTop #headLogo img{
	width:100%;
	max-width:200px;
	margin-top:6px;
}
*/






/*==========================================
 パンくずリスト
===========================================*/
#breadcrumbs{
	/*width:96%;
	max-width:1050px;
	padding-bottom:40px;*/
}


/*==========================================
 コンテンツエリアのスタイル
===========================================*/
/**********
 container
**********/
#container{}


/**********
 main
**********/
#main{
	margin:0 auto;
}



/**********
 flexWrap
**********/
.flexWrap{}

/**********
 primary
**********/
#primary{
	width:70%;
	max-width:750px;
	padding-top:0;
	-webkit-box-ordinal-group:1;
	-ms-flex-order:1;
	-webkit-order:1;
	order:1;
}


/** conBlkFlex **/
.conBlkFlex{}
.conBlkFlex .conBF_img{
	width:30%;
	padding-bottom:0;
	-webkit-box-ordinal-group:2;
	-ms-flex-order:2;
	-webkit-order:2;
	order:2;
	padding-top:0;
}

.conBlkFlex .conBF_img img{
	margin:0;
}

.conBlkFlex .conBF_txt{
	width:62%;
	-webkit-box-ordinal-group:1;
	-ms-flex-order:1;
	-webkit-order:1;
	order:1;
}

/**********
 secondary
**********/
#secondary{
	width:25%;
	max-width:250px;
	-webkit-box-ordinal-group:2;
	-ms-flex-order:2;
	-webkit-order:2;
	order:2;
	align-items: baseline;
}

/** sideNavi **/
ul.sideNavi{
	display:block;
}


/**********
  h
**********/


/*==========================================
 フッターのスタイル
===========================================*/

/**********
 footer
**********/
#footer{
	margin-top:70px;
}


}




/* PC向け：1050px以上で固定 */
@media only screen and (min-width: 1051px) {


/*==========================================
 ヘッダーのスタイル
===========================================*/

/**********
 headTop_mb
**********/
#headTop_mb{
	display:none;
}

/**********
 headContents
**********/
#headContents{
	display:block;
}


/** headInner **/

#headerInner{
	width:auto;
	padding:0 12px 0 30px;
}

#headContents #headContentsTop{
	width:100%;
	/*max-width:1100px;*/
	margin:0 auto;
}







/*==========================================
 パンくずリスト
===========================================*/
#breadcrumbs{
	/*width:96%;
	max-width:1050px;
	padding-bottom:40px;*/
}

#breadcrumbs ol{
	width:1050px;
}

/*==========================================
 コンテンツエリアのスタイル
===========================================*/
/**********
 container
**********/
#container{}

.contentInner{
	width:1050px;
	max-width:100%;
}

/**********
 main
**********/
#main{
	margin:0 auto;
}


/**********
 flexWrap
**********/
.flexWrap{}

/**********
 primary
**********/
#primary{
	width:750px;
	padding-top:0;
	-webkit-box-ordinal-group:1;
	-ms-flex-order:1;
	-webkit-order:1;
	order:1;
}

/** conBlkFlex **/
.conBlkFlex{}
.conBlkFlex .conBF_img{
	width:440px;
	padding-bottom:0;
	-webkit-box-ordinal-group:2;
	-ms-flex-order:2;
	-webkit-order:2;
	order:2;
	padding-top:0;
}

.conBlkFlex .conBF_img img{
	margin:0;
}

.conBlkFlex .conBF_txt{
	width:530px;
	-webkit-box-ordinal-group:1;
	-ms-flex-order:1;
	-webkit-order:1;
	order:1;
}


/**********
 secondary
**********/
#secondary{
	width:250px;
	-webkit-box-ordinal-group:2;
	-ms-flex-order:2;
	-webkit-order:2;
	order:2;
}



/*==========================================
 フッターのスタイル
===========================================*/

/**********
 footer
**********/
#footer{
	margin-top:70px;
}


/**********
 footContents
**********/
#footContents{}
#footContents .contentInner{
	width:96%;
	max-width:1100px;
}





}



@media print {
    body {
        zoom: 0.68;
        -webkit-print-color-adjust: exact;
        min-width: 1200px;

    }
}


@media print and (-ms-high-contrast: none) {
    @page {
        size: A4;
        margin: 10.7mm 9.7mm;
    }

    body {
        zoom: 1.8;
        width: 1100px;
        transform: scale(0.5);
        transform-origin: 0 0;
    }
}






