/**********
 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;
}

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.6rem;
	min-width:320px;
}


/**********
 a link
***********/
a{
    color:#4b9ad4;
    text-decoration:none;
}
a:visited{
    color:#4b9ad4;
    text-decoration:none;
}
a:hover{
    color:#0081d1;
    text-decoration:underline;
}

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

@media(min-width: 769px){
	a[href^="tel:"]{
		pointer-events: none;
	}
}


/*==========================================
 ページトップ
===========================================*/
#page-top {
	position:fixed;
	bottom:0;
	margin-bottom: 15px;
	right:20px;
	font-size:1.5em;
	z-index:10;
}
#page-top a {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border:1px solid #fff;
	background:#0C7BCF !important;
	color: #fff;
	display: block;
	font-family: FontAwesome;
	opacity: 0.75;
	text-align: center;
	text-decoration: none;
	position: relative;
}
#page-top a:hover,
#page-top a:active{
	text-decoration:none;
	opacity: 1;
}

#page-top a:before{
	content: "\f102";
	font-family:'Font Awesome 5 Free';
	font-weight:900;
	font-size: 2.4rem;
	position: absolute;
	top: 6px;
	right: 17px;
}



/*==========================================
 アイコンフォント
===========================================*/
ul.commonList li{
	display:block;
	padding-bottom:9px;
	padding-right:0;/** 30 **/
	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:#32a28c;
	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: 1100px) {
.visible_mb{ display:none;}
.visible_tb{ display:block;}
.visible_pc{ display:none;}
}

@media only screen and (min-width: 1101px) {
.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: 1100px) {
.hidden_mb{ display:block;}
.hidden_tb{ display:none;}
.hidden_pc{ display:block;}
}

@media only screen and (min-width: 1101px) {
.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;
	font-size:0.78em;
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:50px;
	background:#e0f3f9;
}
#breadcrumbs ol{
	display:block;
	width:96%;
	max-width:1050px;
	margin:0 auto;
}
#breadcrumbs ol li {
	display: inline;
	list-style-type: none;
}
#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:#4b9ad4;}

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




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

/**********
 header
**********/
header{
	width:100%;
	text-align:center;
	padding-bottom:0;
	background:#fff;
}


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

/** headTop_mb **/
#headTop_mb{
	background:#fff;
	padding:20px 0 25px 0;
	text-align:left;
	width:100%;
}

#headTop_mb #logo_mb img{
	width:100%;
	max-width:230px;
	margin-left:15px;
}


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

@media only screen and (min-width: 769px) and (max-width: 1100px) {
	.site-header{
		min-width:1000px;
	}
}

@media only screen and (min-width: 1101px) {
	.site-header{
		min-width:auto;
	}
}



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

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

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

#headContents #headContentsTop{
	width:100%;
    padding: 5px 0 15px 0;
}

#headContents #headContentsTop #headContentsTopInner{
	padding-right:10px;
	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:0;
	}
}

/*********
 headLogo
**********/
#headContents #headContentsTop #headLogo{
	width:230px;
	padding-top:5px;
}

#headContents #headContentsTop #headLogo h1{
	padding-left:10px;
}


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

@media only screen and (min-width:960px) {
	#headContents #headContentsTop #headLogo{
		width:230px;
	}
	
	#headContents #headContentsTop #headLogo img{
		width:220px;
	}

	
}



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


/*********
 headCommon
**********/
#headCommon{
	padding-top:7px;
	width:100%;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: flex-end;
}

/** fontsizeChange **/
#headCommon #fontsizeChange{
	width:24%;
	display:block;
	background:#e0f3f9;
	max-width:190px;
    margin-top: 3px;
}


#headCommon #fontsizeChange button{
    appearance: none;
    border: none;
    border-radius: 0;
    outline: none;
}

@media only screen and (max-width:960px) {
	#headCommon #fontsizeChange{
		width:33%;
		max-width:190px;
	}
}

#headCommon #fontsizeChange #fontsizeChangeInenr{
	padding:3px;
}

.size-button{
	cursor: pointer;
	display: inline-block;
	font-size: 0.96em;
	line-height: 1;
	padding: 4px;
	text-align: center;
	width: 26px;
	color:#fff;
}

#fontsizeChangeInenr button:first-of-type{
	background:#00a2d5;
	margin-left:5px;
}

#fontsizeChangeInenr button:last-of-type{
	background:#00a69a;
}

.size-button:hover,
.size-button:active {
}


/** headPhoneNum **/
#headCommon #headPhoneNum{
	width:230px;
    padding-top: 5px;
}

#headCommon #headPhoneNum img{
	display:block;
	vertical-align:baseline;
	width:200px;
	margin:3px auto 0 auto;
}

/** headOpen **/
#headCommon #headOpen{
	width:40%;
	max-width:330px;
    background: url("../img/headOpenImg.jpg") no-repeat center left;
}

#headCommon #headOpen div{
    padding-left: 80px;
    font-size: 1.3rem;
    line-height: 1.4;
    text-align: left;
    margin: 0 0 0 auto;
}

@media only screen and (max-width:1150px) {
    #headCommon #headOpen{
        width: 320px;
    }
    #headCommon #headOpen div{
        font-size: 1.2rem;
    }
}

/*********
 mainNavi
**********/
#headContents #mainNavi{
	padding-top:12px;
	padding-bottom:20px;
	width:100%;
    margin: 0 auto;
    border-bottom: 1px solid #aaa;
}

#headContents #mainNavi ul{
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width:100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    list-style:none;
}

#headContents #mainNavi ul li{
	display:block;
	min-height:25px;
	border-right:1px solid #999;
    text-align: center;
    margin: 0 auto;
}

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

#headContents #mainNavi ul li#mainNavi_first{
    width: 16%;
}

#headContents #mainNavi ul li#mainNavi_online{
    width: 14%;
}
#headContents #mainNavi ul li#mainNavi_ourshop,
#headContents #mainNavi ul li#mainNavi_products,
#headContents #mainNavi ul li#mainNavi_campaign,
#headContents #mainNavi ul li#mainNavi_shop,
#headContents #mainNavi ul li#mainNavi_contact,
#headContents #mainNavi ul li#mainNavi_login{
    flex: 1;
}

#headContents #mainNavi ul li#mainNavi_first a{
    background: url("../img/mainNaviIcon_first.png") center 5px no-repeat;
}
#headContents #mainNavi ul li#mainNavi_ourshop a{
    background: url("../img/mainNaviIcon_ourshop.png") center 5px no-repeat;
}
#headContents #mainNavi ul li#mainNavi_products a{
    background: url("../img/mainNaviIcon_products.png") center 5px no-repeat;
}
#headContents #mainNavi ul li#mainNavi_campaign a{
    background: url("../img/mainNaviIcon_campaign.png") center 5px no-repeat;
}
#headContents #mainNavi ul li#mainNavi_shop a{
    background: url("../img/mainNaviIcon_shop.png") center 5px no-repeat;
}
#headContents #mainNavi ul li#mainNavi_online a{
    background: url("../img/mainNaviIcon_online.png") center 5px no-repeat;
}
#headContents #mainNavi ul li#mainNavi_contact a{
    background: url("../img/mainNaviIcon_contact.png") center 5px no-repeat;
}
#headContents #mainNavi ul li#mainNavi_login a{
    background: url("../img/mainNaviIcon_login.png") center 5px no-repeat;
}

@media only screen and (max-width:1100px) {
    #headContents #mainNavi{ width: 98%;}
	#headContents #mainNavi ul li#mainNavi_first{
		width: 17%;
	}
	
	#headContents #mainNavi ul li#mainNavi_online{
		width: 16%;
	}
}


#headContents #mainNavi ul li a{
	display:block;
    width: 100%;
	font-size:1.54rem;
	font-weight:bold;
	text-decoration:none;
	color:#000;
	padding:48px 0 0 0;
    margin: 0;
    text-align: center;
}

@media only screen and (max-width:1100px) {
	#headContents #mainNavi ul li a{
		font-size:1.38rem;
	}
	
}

#headContents #mainNavi ul li a:llink,
#headContents #mainNavi ul li a:visited{
	color:#000;
}

#headContents #mainNavi ul li a:hover,
#headConInner #mainNavi ul li a:active{
	color:#4b9ad4;
}

#headContents #mainNavi ul li#mainNavi_login a:link,
#headContents #mainNavi ul li#mainNavi_login a:visited{
    color:#348ec6;
}

#headContents #mainNavi ul li#mainNavi_login a:hover,
#headContents #mainNavi ul li#mainNavi_login a:active{
	color:#4b9ad4;
}


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

.toggleWrap {
	position:relative;
}

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

.toggleNav li{
	list-style-type: none;
	display: block;
	width:100%;
	border-bottom:1px solid #000;
}

.toggleNav li a{
	display: block;
	color:#000;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	font-size:1.69rem;
	line-height:1.26;
	padding:14px 10px;
}

.toggleNav li a p{
	display:block;
}

.toggleNav li#toggleNav_menu a p{
	display:block;
	padding:67px  8px 8px 8px;
}

.toggleNav li#toggleNav_menu a p span{
	display:block;
}

 .toggleNav li a:hover,
  .toggleNav li a:active{
	  color:#00a2d5;
}


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

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

#taggleNav_phone{
	font-size:1.5rem;
}

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


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

#taggleNav_other a{
	display:block;
	width:48%;
	margin-bottom:14px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	padding:8px 0;
}

#taggleNav_other a#tNav_news{ background:#00a2d5;}
#taggleNav_other a#tNav_shop{ background:#32a28c;}
#taggleNav_other a#tNav_access{ background:#0096b9;}
#taggleNav_other a#tNav_line{ background:#00b900;}

#taggleNav_other a#tNav_login{
	width:100%;
	margin-bottom:0;
	border:2px solid #00a2d5;
	color:#00a2d5;
}

#taggleNav_inq a#toggleNav_contact{
	display: block;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	background:#ffff;
	text-align:center;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	font-size:1.72rem;
	min-height:60px;
}

#taggleNav_inq a#toggleNav_contact p{
	padding:16px 10px 10px 10px;
}

#taggleNav_inq a#toggleNav_contact p:after{
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 40px;/*画像の幅*/
	height: 35px;/*画像の高さ*/
	background-image: url(../img/toggleNav_icon_yoyaku.png);
	background-size: contain;
	background-repeat:no-repeat;
	vertical-align: middle;
	margin-left:15px;
}




@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;
  }
}



/*==========================================
 コンテンツエリアのスタイル
===========================================*/
/**********
 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;
	}
}

@media only screen and (max-width: 768px) {
	#container{
		margin-top: 70px;
	}
}


/** contents **/

.contentWrap{
	width:100%;
}

.contentInner{
	display:block;
	width:90%;
	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:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	width:auto;
	max-width:250px;
	display:block;
	text-align:center;
	text-decoration:none;
	padding:7px 0;
	font-size:0.9em;
	background:#3e3a39;
	color:#fff;
	margin:0 auto;
}

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

a.linkBtn span{}

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

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

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;
}

@media only screen and (max-width: 768px) {
	#contentsWrap{
		padding-top:0;
	}
}

/**********
 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;
}



/**********
 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{
	display:block;
	width:100%;
	padding:35px 0;
	text-align:center;
	background:#00a2d5;
}

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


h3.title{
	font-size:2rem;
	text-align:center;
	margin-bottom:45px;
	font-weight:bold;
}


h3.title span{
	padding-bottom:3px;
	border-bottom:5px solid #00a2d5;
	line-height:1.8;
}


h4.title{
    width: 100%;
    border-bottom: 2px solid #00a2d5;
    padding-bottom: 3px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 1.8rem;
}

/**********
 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;
	font-size: 17px;
	font-weight: bold;
}

@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 p span{
	color: #ffe000;
	font-size: 1.06em;
}

#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:2.08rem;
	padding-bottom:35px;
}

@media only screen and (max-width: 768px) {
    #topComment h4{
        font-size:2.18rem;
    }
}




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

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

/**********
 footerTop
**********/
#footerTop{
	width:100%;
	border-top:1px solid #00a2d5;
}

#footerTop #footTopInenr{
	width:100%;
	max-width:1100px;
	margin:0 auto;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#footerTop #footTopInenr a{
	display:block;
	width:100%;
	font-size:1.8rem;
	text-decoration:none;
	color:#00a2d5;
	border-bottom:1px solid #00a2d5;
	text-align: center;
}

#footerTop #footTopInenr a p{
	display:block;
	padding:14px 0 12px 26px;
	position: relative;
}

#footerTop #footTopInenr a:nth-child(even) p{
	border-left:1px solid #fff;
}

#footerTop #footTopInenr a#footBtn_yoyaku p span:before{
	content:"";
	position: absolute;
	width:18px;
	height:18px;
	background-size:18px;
	top:30%;
	margin-left:-26px;
	padding-right:7px;
	background-image:url(../img/footBtn_icon_yoyaku.png);
	background-repeat:no-repeat;
}

#footerTop #footTopInenr a#footBtn_fb p{
	padding:14px 0 12px 0;
}


#footerTop #footTopInenr a:hover,
#footerTop #footTopInenr a:active{
	color:#000;
}

@media only screen and (min-width: 769px) {
	#footerTop #footTopInenr a{
		width:33.2%;
		border-bottom:none;
	}
	
	#footerTop #footTopInenr a p{
		border-left:1px solid #00a2d5;
		padding:16px 0 15px 26px;
	}
	
	#footerTop #footTopInenr a:first-of-type p{
		border-left:none;
		border-right:1px solid #00a2d5;
	}
}


/**********
 footTopNavi
**********/
ul#footTopNavi{
	display:none;
	padding:20px 0;
	background:#00a2d5;
	border-bottom:1px solid #fff;
}
ul#footTopNavi li{
	display:inline-block;
}

ul#footTopNavi li a{
	color:#000;
	font-size:1.3rem;
	padding:0 10px;
	color:#fff;
	text-decoration:none;
}

ul#footTopNavi li a:hover,
ul#footTopNavi li a:active{
	color:#d4ffff;
}

/**********
 footContents
**********/
#footContents{
	background:#00a2d5;
	padding:25px 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:center;
	width:100%;
	margin-bottom:5px;
}

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

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

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


@media only screen and (min-width: 769px) {
	#footAbout{
		text-align:left;
		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 div{
	padding-top:15px;
}

#footAbout div p{
	padding-top:5px;
	font-size:0.96em;
}


/**********
 footContact
**********/
#footContact{
	text-align:center;
	width:100%;
}

@media only screen and (min-width: 769px) {
	#footContact{
		width:48%;
		max-width:500px;
		text-align:right;
	}
}

/** footPhone **/
#footPhone{
	padding-top:25px;
	margin-top:15px;
	border-top:1px solid #fff;
}

#footPhone img{
	width:100%;
	max-width:220px;
	margin:0 auto;
	vertical-align:middle;
	display:block;
}
/** footPhone **/
#footFax{
	padding-top:10px;
	padding-bottom:10px;
	font-size:1.1em;
	text-align:center;
}
@media only screen and (min-width: 769px) {
	#footPhone{
		padding-top:0;
		margin-top:0;
		border:none;
	}
	
	#footPhone img{
		max-width:220px;
		margin:0 0 0 auto;
	}
	/** footPhone **/
	#footFax{
		padding-top:8px;
		text-align:right;
	}
}




/** footLink **/
a#footLink{
	display:block;
	max-width:215px;
	background:#fff;
	padding:4px 0 3px;
	font-size:1.5rem;
	margin:0 auto;
	text-align:center;
}

a#footLink:hover,
a#footLink:active{
	background:#e0f3f9;
	text-decoration:none;
}

a#footLink p{
	padding:0 5px;
}

@media only screen and (min-width: 769px) {
	/** footLink **/
	a#footLink{
		margin:0 0 0 auto;
	}
	
}


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

small{
	font-size:0.65em;
}

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

@media only screen and (min-width: 769px) {
	#following{
		display:block;
		z-index:200;
		position:fixed;
		top:155px;
		right:0;
	}
	
	#following ul{
		display:block;
		padding:12px;
		width:70px;
	}
	
	#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:65px;
		margin:0 auto;
		text-align:center;
		transition: all 0.3s ease 0s;
	}
	#following ul li a:hover,
	#following ul li a:active{
		/*透明度具合を指定*/
		opacity: 0.8;  
		filter: alpha(opacity=20);
	}

}


/*==========================================
 オンマウスアニメーション
===========================================*/

a.moreLink{
	background-image: linear-gradient(to right, rgba(255,255,255,1) 50%, rgba(75,154,212,1) 50%);
	background-position: 0 0;
	background-size: 200% auto;
	transition: 0.5s;
	width:100%;
	max-width:250px;
	display:block;
	border:1px solid #4b9ad4;
	text-decoration:none;
}

a.moreLink:hover{
	background-position: -100% 0;
	color: #fff;
}

a.moreLink p{
	display:block;
	padding:10px;
	position:relative;
}

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

a.moreLink:hover p:after{
	content:url(../img/moreLink_arrow_on.png);
}

@media only screen and (max-width: 768px) {
	a.moreLink{
		width:100%;
		max-width:320px;
		margin:0 auto;
	}

}


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



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

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

/**********
 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
**********/

h2#title{
	padding:50px 0;
}

h2#title p{
	font-size:2.6rem;
}



h3.title{
	font-size:2.5rem;
}




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

/**********
 footer
**********/
footer{
	margin-top:100px;
}


/**********
 footTopNavi
**********/
ul#footTopNavi{
	display:block;
}





}




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


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

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

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

#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;
}


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

h2#title{
	padding:50px 0;
}

h2#title p{
	font-size:2.6rem;
}


h3.title{
	font-size:2.5rem;
}




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

/**********
 footer
**********/
footer{
	margin-top:100px;
}


/**********
 footTopNavi
**********/
ul#footTopNavi{
	display:block;
}



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





}




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

    }


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

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

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


/** h#headContentsTop **/
#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:230px;
	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:440px;
	-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;
}


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

h2#title{
	padding:50px 0;
}

h2#title p{
	font-size:2.6rem;
}


h3.title{
	font-size:2.5rem;
}




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

/**********
 footer
**********/
footer{
	margin-top:100px;
}


/**********
 footTopNavi
**********/
ul#footTopNavi{
	display:block;
}



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




}


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

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



