@charset "UTF-8";
/* CSS Document */


/*
==========================================================
リセットCSS
==========================================================
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
 
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	/* [disabled]position: relative; */
	background-repeat: no-repeat;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
}

body {
    line-height: 1;
}
ol, ul {
	list-style: none;
}
.box.rinen1 .left ol {
 list-style-position: inside;
 list-style-type: decimal;
 width: 100%;
}
ol li span {
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
p,dl,ul,table {
	line-height: 2em;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

a {
	color: #000;
	text-decoration: none;
	transition : all 0.3s ease 0s;
}

img {
	height: auto;
	width: 100%;
}

.hd {
	display: none;
}

/*
==========================================================
フォント設定
==========================================================
*/

body {
	text-align: center;
font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	background-color: #fff;
}

/*ページfade in設定の為*/
body {
	display: none;
}


/*
==========================================================
共通設定
==========================================================
*/

body {
	margin: 0px;
	padding: 0px;
}
#container {
	overflow: hidden;
	position: relative;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a.op:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
img.max {
	height: auto;
	width: 100%;
}
.mgb10 {
	margin-bottom: 10px;
}
.mgb20 {
	margin-bottom: 20px;
}
.mgb30 {
	margin-bottom: 30px;
}
.mgb40 {
	margin-bottom: 40px;
}
.mgb50 {
	margin-bottom: 50px;
}
.pdl20 {
	padding-left: 20px;
}
.size50 {
	height: auto;
	width: 50%;
}
.size60 {
	height: auto;
	width: 50%;
}
.size70 {
	height: auto;
	width: 70%;
}
.size80 {
	height: auto;
	width: 80%;
}
.size90 {
	height: auto;
	width: 90%;
}
.fright {
	float: right;
}
.fleft {
	float: left;
}
#pagetopbt {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 20px;
	margin-bottom: 50px;
	text-align: center;
}
.pagetop {
	display: none;
	position: fixed;
	bottom: 50px;
	right: 15px;
}
.pagetop a {
	display: block;
	background-color: #000;
	text-align: center;
	color: #CCC;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 10px;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

#access .gmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
} 
#access .gmap iframe,
#access .gmap object,
#access .gmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.hd {
	display: none;
}
.left {
	float: left;
}
.right {
	float: right;
}

figure {
	overflow: hidden;
}
figure img {
	transition: .4s;
}
a:hover figure img {
	transform: scale(1.25);
}
 .nolink {
pointer-events: none;
}
.nolink span {
font-size: 11px;
}

/*
======================
flex設定
=======================
*/

/*センター揃え*/
ul.flex {
	display: flex;
 flex-wrap: wrap;
 justify-content: center;
 position: relative;
}

/*左寄せ（複数行OK）*/
ul {
	display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 position: relative;
}




@media print, screen and (min-width: 641px) {

/*
==========================================================
PC共通設定
==========================================================
*/
/*ページfade in設定の為*/
body {
	display: none;
}

body {
	min-width:1200px;
}
.pchd {
	display: none;
}
#contents {
width: 1200px;
	margin-bottom: 100px;
	position: relative;
	text-align: center;
 margin-left: auto;
 margin-right: auto;
}
.box .wm {
	background-image: url(/images/logo_wm.png);
	background-position: right bottom;
	background-color:rgba(255,255,255,0.7);
	background-blend-mode:lighten;
}
.inner {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 1200px;
 overflow: hidden;
}

.topicPath {
	list-style-type: none;
	font-size: 12px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 20px;
	overflow: hidden;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 1200px;
}
.topicPath ol {
	font-size: 13px;
	color: #333;
}
.topicPath li {
	display: inline-block;
}
.topicPath li + li:before {
	content: ">";
	margin: 0 1em;
}
.topicPath li a {
	margin-right: 6px;
}
.topicPath li a:link, .topicPath li a:visited, .topicPath li a:active {
	color: #000;
	text-decoration: none;
}
.topicPath li a:hover {
	color: #265AA9;
	text-decoration: underline;
}

.tleft {
	text-align: left;
}

ul.flex2 {
	display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 position: relative;
}
ul.flex2:before {
 content:"";
 order:1;
	display: block;
	width: 46%;
}
ul.flex2:after{
	content:"";
	width: 46%;
	display: block;
}
ul.flex2 li {
  box-sizing: border-box;
	width: 46%;
	position: relative;
}

ul.flex3 {
	display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 position: relative;
}
ul.flex3:before {
 content:"";
 order:1;
	display: block;
	width: 31%;
}
ul.flex3:after{
	content:"";
	width: 31%;
	display: block;
}
ul.flex3 li {
  box-sizing: border-box;
	width: 31%;
}

ul.flex4 {
	display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 position: relative;
}
ul.flex4:before{
  content:"";
  display: block;
  width:31%;
  order:1;
}
ul.flex4:after{
  content:"";
  display: block;
  width:31%;
}
ul.flex4 li {
    width: 31%;
    box-sizing: border-box;
}

ul.flex5 {
	display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 position: relative;
}
ul.flex5:before{
  content:"";
  display: block;
  width:23%;
  order:1;
}
ul.flex5:after{
  content:"";
  display: block;
  width:23%;
}
ul.flex5 li {
    width: 23%;
    box-sizing: border-box;
}

/*
==========================================================
ヘッダー
==========================================================
*/

#header_wrap {
	position: fixed;
	z-index: 9999;
	width: 100%;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
	#header_wrap.active {
	box-shadow: 0px 4px 2px -2px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 4px 2px -2px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 4px 3px -2px rgba(0,0,0,0.2);
}
header {
	top: 0;
	left: 0;
	min-width: 1200px;
	width: 100%;
}
header .head {
	display: flex;
    justify-content: space-between;
	width: 1200px;
	background-color: #fff;
	height: 70px;
	margin-right: auto;
	margin-left: auto;
}
header .logo {
	margin-left: 0;
	-ms-flex-item-align: center;
	align-self: center;
	margin-right: 2%;
	float: left;
	margin-top: 10px;
	width: 400px;
}
#navi .splogo,#navi .headp {
display: none;
}

header .contact {
width: 650px;
height: 70px;
white-space: nowrap;
float: right;
 margin-left: 20px;
 display: flex;
 justify-content: flex-end;
}
header .contact .tel,
header .contact .mail {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 1rem 1rem 0.65rem;
font-size: 14px;
color: #fff;
}
header .contact .tel {
background: #fbc300;
}
header .contact .mail {
background: #e2953d;
}
.contact .entry_btn {
	width: 180px;
	height: 70px;
	padding: 0px;
	line-height: 70px;
	text-align: center;
	background-color: #fbc300;
	-webkit-transition: .3s;
	transition: .3s;
	display: inline-block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #fff;
	font-size: 16px;
 float: right;
}
.contact .entry_btn:before {
	content: url(../images/icon_recruit.png);
	position: relative;
	top: 4px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 5px;
}

.contact .download_btn {
	width: 220px;
	background-color: #e2953d;
	color: #fff;
	-webkit-transition: .3s;
	transition: .3s;
	height: 70px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	line-height: 70px;
	text-align: center;
	display: inline-block;
	font-size: 14px;
 float: right;
}
.contact .download_btn:before {
	content: url(../images/icon_kengaku.png);
	position: relative;
	top: 4px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
}
header .contact a:hover {
opacity: 0.8;
}

/*
==========================================================
ナビゲーション
==========================================================
*/


#navi {
	width: 100%;
height: 150px;
	clear: both;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navi .gnav {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}


#dropmenu {
 list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	margin: 0px;
	padding-top: 15px;
}
#dropmenu li {
  width: 14.28%;
	position: relative;
	font-size: 16px;
	text-align: center;
	margin-top: 0px;
	color: #000;	
}
#dropmenu li a {
  position: relative;
	display: block;
	color: #000;
	text-decoration: none;
	transition: .4s;
	width: 100%;
	line-height: 40px;
	text-align: center;
	height: 100%;
}
#dropmenu li a img {
width: 50%
}
#dropmenu li a span {
display: block;
line-height: 100%;
margin: 0;
font-weight: 900;
color: #fbc300;
}
#dropmenu li ul {
  list-style: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
#dropmenu li ul li {
	overflow: hidden;
	width: 90%;
	height: 0;
	color: #fff;
	transition: .2s;
}
#dropmenu li ul li a {
	text-align: left;
	font-size: 15px;
	font-weight: normal;
	line-height: 40px;
	height: 40px;
	padding-left: 10%;
	background-color: #d2e5bd;
}

#dropmenu > li:hover li:hover > a {  background: #c0d69d }
#dropmenu > li:hover > ul > li {
  overflow: visible;
  height: 40px;
}
#dropmenu li ul li ul {
  top: 0;
  left: 100%;
}
#dropmenu li:last-child ul li ul {
  left: -100%;
  width: 100%;
}
#dropmenu li ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: -20px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #454e08;
}
#dropmenu li:last-child ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 200%;
  margin-left: -20px;
  border: 5px solid transparent;
  border-right-color: #454e08;
}
#dropmenu li ul li:hover > ul > li {
  overflow: visible;
  height: 40px;
}
#dropmenu li ul li ul li a {
	background-color: #F9FFE0;
}
#dropmenu li:hover ul li ul li a:hover {  background: #d2e5bd }



/*
==========================================================
フッター
==========================================================
*/
footer {
	width: 100%;
	text-align: center;
	padding-top: 40px;
	margin: 0px;
	padding-bottom: 0px;
 background-color: #EEEEEE;
 }

footer .inner .upper {
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 20px;
}
footer .inner .logo {
	width: 20%;
	float: left;
}

footer .contact {
	width: 650px;
	height: 70px;
	white-space: nowrap;
	float: right;
 margin-left: 20px;
  display: flex;
 justify-content: flex-end;
}
footer .contact .tel,
footer .contact .mail {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 1rem 1rem 0.65rem;
font-size: 14px;
color: #fff;
}
footer .contact .tel {
background: #fbc300;
}
footer .contact .mail {
background: #e2953d;
}
footer .contact a:hover {
opacity: 0.8;
}
footer .inner .lower {
	overflow: hidden;
		padding-top: 30px;
  display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 40px;
}
footer .inner .lower .com {
	width: 32%;
}
footer .inner .lower .com dl {
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
footer .inner .lower .com  dt {
font-size: 20px;
font-weight: 900;
margin-bottom: 10px;
}
footer .inner .lower .com  dd {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
 line-height: 1.5em;
 color: #666;
}
footer .inner .lower .sitemap,
footer .inner .lower .group {
	width: 32%;
	text-align: left;
}
footer .inner .lower .sitemap .ttl, 
footer .inner .lower .group .ttl {
font-size: 20px;
}
footer .inner .lower .sitemap ul,
footer .inner .lower .group ul{
display: block;
}
footer .inner .lower .sitemap ul li,
footer .inner .lower .group ul li{
	padding-left: 16px;
}
footer .inner .lower .sitemap ul li a,
footer .inner .lower .group ul li a{
	display: block;
}


.copyright {
	font-size: 11px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
	clear: both;
	margin: 0px;
	background-color: #fbc300;
}
.copyright span {
	font-size: 11px;
	display: block;
	float: right;
	margin-right: 20px;
	color: #999;
}
.copyright span a {
	color: #999;
	text-decoration: none;
}

#footerbt {
	display: none;
}



/*
==========================================================
コンテンツ共通
==========================================================
*/

#topImage {
width: 1200px;
height: 160px;
margin-left: auto;
margin-right: auto;
background-repeat: no-repeat;
overflow: hidden;
margin-top: 220px;
position: relative;
margin-bottom: 10px;
}
#topImage::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
}

#topImage h1 {
font-size: 36px;
margin-left: 30px;
color: #fff;
float: left;
padding-top: 60px;
height: 160px;
position: relative;
}
#topImage a {
position: absolute;
width: 140px;
height: 140px;
right: 10px;
top:10px;
}

#contents h2 {
color: #e2953d;
font-size: 30px;
text-align: left;
background-position: left center;
background-repeat: no-repeat;
background-size: 60px 60px;;
padding-left: 80px;
line-height: 60px;
}
#contents h3 {
font-size: 24px;
text-align: left;
padding-bottom: 10px;
margin-bottom: 20px;
border-bottom: solid 1px #cccccc;
}

/*
お問い合わせバナー
==========================================================
*/
.conect {
	background-color: #D7E4BD;
	width: 1160px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0px 2px 7px 0px #ccc;
	overflow: hidden;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.conect dl {
	background-size: 150px;
	float: left;
	width: 80%;
	margin: 0;
	padding: 0px;
}
.conect .bold dt {
	font-size: 24px;
	margin-bottom: 20px;
	background-color: #fbc300;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFF;
	border-radius: 6px 6px 6px 6px;
}
.conect .bold dd {
	font-size: 24px;
	text-align: left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8%;
}
.conect .bold dd .tel {
	display: inline-block;
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20%;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 30px;
}
.conect .bold dd .tel:before {
	content: url(/images/conect_tel.png);
 margin: 10px;
 position: relative;
 top: 0px;
}
.conect .bold dd a {
	font-size: 20px;
	color: #06C;
	text-decoration: underline;
}
.conect .bold dd a:hover {
	text-decoration: none;
}
.conect .image {
	width: 14%;
	float: right;
}
.conect .bold dd .site {
	background-color: #80B52D;
	color: #FFF;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-right: 20px;
	display: inline-block;
	font-size: 18px;
}



}




@media screen and (max-width: 640px) {

/*
==========================================================
SP共通設定
==========================================================
*/
/*ページfade in設定の為*/
body {
	display: none;
}


body {
	line-height: 1;
}
.sphd {
	display: none;
}
img {
	width: 100%;
	height: auto;
}
#container section {
	margin-bottom: 50px;
	overflow: hidden;
}
#contents {
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	padding-bottom: 0px;
}
#contents .inner {
	padding-left: 12px;
	padding-right: 12px;
	}

#topImage {
	height: 120px;
	width: 100%;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#topImage h1 {
	font-size: 20px;
	color: #fff;;
	font-weight: normal;
	padding-top: 10%;
 padding-left: 12px;
	line-height: 1.5em;
	margin-bottom: 5px;
	text-align: left;
    position: relative;
}
#topImage a {
position: absolute;
width: 25%;
right: 10px;
top:70px;;
}
#contents h2 {
color: #e2953d;
font-size: 20px;
text-align: left;
background-position: left center;
background-repeat: no-repeat;
background-size: 50px 50px;;
padding-left: 70px;
line-height: 60px;
margin-bottom: 20px;
}
#contents h3 {
font-size: 18px;
text-align: left;
padding-bottom: 10px;
margin-bottom: 20px;
border-bottom: solid 1px #cccccc;
}
.topicPath {
	display: none;
}
.tleft {
	text-align: left;
}

p.sub {
	margin-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
}




	/*
==========================================================
ヘッダー
==========================================================
*/
#header {
	display: none;	
}


/*
==========================================================
ナビゲーション
==========================================================
※ スマホナビゲーション部分はmeanmenu.cssに記述。
*/

#dropmenu li {
overflow: hidden;
}
#dropmenu li a img {
width: 10%;
float: left;
margin-right: 20px;
}
#dropmenu li a span {
display: block;
line-height: 100%;
margin-top: 10px;;
font-weight: 900;
color: #fbc300;
float: left;
}

/*
==========================================================
フッター
==========================================================
*/
footer {
	width: 100%;
	text-align: center;
	background-color: #EEEEEE;
	padding-top: 40px;
	margin: 0px;
	padding-bottom: 0px;
}
	footer .inner  {
	padding-left: 12px;
	padding-right: 12px;
	}
footer .inner .upper {
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 20px;
}
footer .inner .logo {
	width: 50%;
float: left;
}
footer .inner .upper .contact {
	display: none;
}

footer .inner .lower {
	overflow: hidden;
 text-align: left;
}
footer .inner .lower .com {
	width: 100%;
 margin-bottom: 20px;
}
	footer .inner .lower .com .tel a {
	color: #000000;
	text-decoration:none !important;
}

footer .inner .lower .com ul li dl {
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #FFF;
}

footer .inner .lower .com ul li dl dd {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
footer .inner .lower .com ul li dl dd span {
	display: inline-block;
	margin-right: 40px;
}
footer .inner .lower .com ul li .btm {
	padding-top: 20px;
}
footer .inner .lower .com ul li .btm a {
	color: #FFF;
}
footer .inner .lower .com ul li .btm a:hover {
	text-decoration: underline;
}
footer .inner .lower .sitemap {
	display: none;
}

footer .inner .lower .group {
	text-align: left;
 margin-bottom: 40px;
}
footer .inner .lower .group ul{
display: block;
}
footer .inner .lower .group ul li{
	padding-left: 16px;
}
footer .inner .lower .group ul li a{
	display: block;
}



.copyright {
	font-size: 11px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
	clear: both;
	margin: 0px;
	background-color: #fbc300;
}
.copyright span {
	font-size: 11px;
	display: block;
	float: right;
	margin-right: 20px;
	color: #999;
}
.copyright span a {
	color: #999;
	text-decoration: none;
}

.pagetop {
	display: none;
	position: fixed;
	bottom: 120px;
	right: 15px;
}
.pagetop a {
	display: block;
	background-color: #000;
	text-align: center;
	color: #CCC;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 10px;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

#footerbt {
	margin: 0px;
	width: 100%;
	z-index: 999;
	position: fixed;
	bottom: -58px;
	left: 0;
	height: auto;
	padding: 0px;
}
#footerbt .flex {
	margin: 0px;
	padding: 0px;
}
#footerbt .flex li {
	width: 25%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footerbt .flex li a {
	color: #FFF;
	display: block;
	height: 100%;
	width: 100%;
	text-align: center;
}
/*
お問い合わせバナー
==========================================================
*/
.conect {
	background-color: #D7E4BD;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0px 2px 7px 0px #ccc;
	overflow: hidden;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.conect dl {
	background-size: 150px;
	margin: 0;
	padding: 0px;
}
.conect .bold dt {
	font-size: 18px;
	margin-bottom: 20px;
	background-color: #fbc300;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFF;
	border-radius: 6px 6px 6px 6px;
}
.conect .bold dd {
	font-size: 18px;
	text-align: left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8%;
}
.conect .bold dd .tel {
	float: none;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 24px;
	display: block;
}
.conect .bold dd .tel:before {
	content: url(/images/conect_tel.png);
 margin: 10px;
 position: relative;
 top: 0px;
}
.conect .bold dd a {
	font-size: 18px;
	color: #06C;
	text-decoration: underline;
}
.conect .bold dd a:hover {
	text-decoration: none;
}
.conect .image {
	width: 40%;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.conect .bold dd .site {
	background-color: #80B52D;
	color: #FFF;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-right: 20px;
	font-size: 16px;
	display: inline-block;
}


}


 @media print {
.sphd {
	display: block;
}
.pchd {
	display: block;
}
.no_print{
        display: none;
    }

body {
        top:0 !IMPORTANT;
        left:0 !IMPORTANT;
        width:172mm !IMPORTANT;
        height:251mm !IMPORTANT;
    }

}

/*
ページャー
==========================================================
*/
.pagination {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	gap: 10px;
	margin-top: 50px;
}
.pagination li a,
.pagination li span {
	display: block;
	color: #333;
	padding: 5px 15px;
	background-color: #fff;
	border: 1px solid #999;
}
.pagination li span {
	color: #fff;
	background-color: #333;
}
.pagination li a:hover {
	color: #fff;
	background-color: #333;
}
.pagination li a.prev::before{
	font-family: 'Font Awesome 5 Free';
	content: "\f053";
	font-size: 0.9rem;
	padding-right: 10px;
	font-weight: 900;
}
.pagination li a.next::after{
	font-family: 'Font Awesome 5 Free';
	content: "\f054";
	font-size: 0.9rem;
	padding-left: 10px;
	font-weight: 900;
}