@charset "UTF-8";
/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
body {
	font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	background-color: #FFF;
	color: #000;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	letter-spacing: 0.03em;
}
body{
	
}
::selection {
	background:#333;
	color: #FFF;/* Safari */
}

::-moz-selection {
	background:#333;
	color: #FFF;/* Firefox */
}
.clearfix {
	clear: both;
}
.onPc{
	display:block !important;
}
.onSmt{
	display:none !important;
}
.headclearfix {
	clear: both;
	width:100%;
	height:1px;
	display:block;
	float:left;
	margin-bottom:-1px;
}
a{
	color: #999;
}
a:hover{
	color: #00A68C;
}
a img.linkimg{
background:none!important;
-webkit-transition: 0.2s ease-in-out; 
-moz-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out; 
transition: 0.2s ease-in-out;
}
a:hover img.linkimg{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background:none!important;
}
.imground{
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.imgshadow{
    box-shadow: 0 12px 10px -6px rgba(0,0,0,.3);
}

/* Space */
.mt0{ margin-top:0;}
.mt05{ margin-top:5px;}
.mt10{ margin-top:10px;}
.mt15{ margin-top:15px;}
.mt20{ margin-top:20px;}
.mt25{ margin-top:25px;}
.mt30{ margin-top:30px;}
.mt40{ margin-top:40px;}
.mt50{ margin-top:50px;}
.mt60{ margin-top:60px;}
.mt70{ margin-top:70px;}
.mt80{ margin-top:80px;}
.mt90{ margin-top:90px;}
.mt100{ margin-top:100px;}
.mt110{ margin-top:110px;}
.mt120{ margin-top:120px;}
.mt130{ margin-top:130px;}
.mt140{ margin-top:140px;}
.mt150{ margin-top:150px;}
.mt160{ margin-top:160px;}

.mr0{ margin-right:0;}
.mr05{ margin-right:5px;}
.mr10{ margin-right:10px;}
.mr15{ margin-right:15px;}
.mr20{ margin-right:20px;}
.mr30{ margin-right:30px;}
.mr60{ margin-right:60px;}

.mb0{ margin-bottom:0;}
.mb05{ margin-bottom:5px;}
.mb10{ margin-bottom:10px;}
.mb15{ margin-bottom:15px;}
.mb20{ margin-bottom:20px;}
.mb25{ margin-bottom:25px;}
.mb30{ margin-bottom:30px;}
.mb40{ margin-bottom:40px;}
.mb50{ margin-bottom:50px;}
.mb60{ margin-bottom:60px;}
.mb70{ margin-bottom:70px;}
.mb80{ margin-bottom:80px;}
.mb90{ margin-bottom:90px;}
.mb100{ margin-bottom:100px;}
.mb110{ margin-bottom:110px;}
.mb120{ margin-bottom:120px;}
.mb130{ margin-bottom:130px;}
.mb140{ margin-bottom:140px;}
.mb150{ margin-bottom:150px;}
.mb160{ margin-bottom:160px;}
.mb170{ margin-bottom:170px;}
.mb180{ margin-bottom:180px;}

.ml0{ margin-left:0;}
.ml05{ margin-left:5px;}
.ml10{ margin-left:10px;}
.ml15{ margin-left:15px;}
.ml20{ margin-left:20px;}
.ml30{ margin-left:30px;}
.ml150{ margin-left:150px;}

.mW05{ margin:0 5px;}
.mW10{ margin:0 10px;}
.mW15{ margin:0 15px;}
.mW20{ margin:0 20px;}
.mW30{ margin:0 30px;}

.pt0{ padding-top:0;}
.pt02{ padding-top:2px;}
.pt03{ padding-top:3px;}
.pt04{ padding-top:4px;}
.pt05{ padding-top:5px;}
.pt10{ padding-top:10px;}
.pt15{ padding-top:15px;}
.pt20{ padding-top:20px;}
.pt30{ padding-top:30px;}
.pt40{ padding-top:40px;}
.pt50{ padding-top:50px;}
.pt60{ padding-top:60px;}
.pt70{ padding-top:70px;}
.pt80{ padding-top:80px;}
.pt90{ padding-top:90px;}
.pt100{ padding-top:100px;}

.pr0{ padding-right:0;}
.pr05{ padding-right:5px;}
.pr10{ padding-right:10px;}
.pr15{ padding-right:15px;}
.pr20{ padding-right:20px;}
.pr30{ padding-right:30px;}
.pr40{ padding-right:40px;}
.pr50{ padding-right:50px;}
.pr60{ padding-right:60px;}
.pr70{ padding-right:70px;}
.pr80{ padding-right:80px;}
.pr90{ padding-right:90px;}
.pr100{ padding-right:100px;}
.pr110{ padding-right:110px;}
.pr120{ padding-right:120px;}


.pb0{ padding-bottom:0;}
.pb03{ padding-bottom:3px;}
.pb04{ padding-bottom:4px;}
.pb05{ padding-bottom:5px;}
.pb07{ padding-bottom:7px;}
.pb10{ padding-bottom:10px;}
.pb15{ padding-bottom:15px;}
.pb20{ padding-bottom:20px;}
.pb30{ padding-bottom:30px;}
.pb40{ padding-bottom:40px;}
.pb50{ padding-bottom:50px;}
.pb60{ padding-bottom:60px;}
.pb70{ padding-bottom:70px;}
.pb80{ padding-bottom:80px;}
.pb90{ padding-bottom:90px;}
.pb100{ padding-bottom:100px;}

.pl0{ padding-left:0;}
.pl05{ padding-left:5px;}
.pl10{ padding-left:10px;}
.pl15{ padding-left:15px;}
.pl20{ padding-left:20px;}
.pl30{ padding-left:30px;}
.pl40{ padding-left:40px;}
.pl50{ padding-left:50px;}
.pl60{ padding-left:60px;}
.pl70{ padding-left:70px;}
.pl80{ padding-left:80px;}
.pl90{ padding-left:90px;}
.pl100{ padding-left:100px;}
.pl110{ padding-left:110px;}
.pl120{ padding-left:120px;}

.pW05{ padding:0 5px;}
.pW10{ padding:0 10px;}
.pW15{ padding:0 15px;}
.pW20{ padding:0 20px;}
.pW30{ padding:0 30px;}

.pd05{ padding: 5px;}
.pd10{ padding: 10px;}
.pd15{ padding: 15px;}
.pd20{ padding: 20px;}
/* Space */
.bd800{font-weight: 800;}
.bd700{font-weight: 700;}
.bd600{font-weight: 600;}
.bd500{font-weight: 500;}
.bd400{font-weight: 400;}
.bd300{font-weight: 300;}

.lh10{line-height: 1.0em;}
.lh12{line-height: 1.2em;}
.lh14{line-height: 1.4em;}
.lh16{line-height: 1.6em;}
.lh18{line-height: 1.8em;}
.lh20{line-height: 2.0em;}
.lh22{line-height: 2.2em;}
.lh25{line-height: 2.5em;}
.lh30{line-height: 3.0em;}

.text10{font-size:10px;}
.text11{font-size:11px;}
.text12{font-size:12px;}
.text13{font-size:13px;}
.text14{font-size:14px;}
.text15{font-size:15px;}
.text16{font-size:16px;}
.text17{font-size:17px;}
.text18{font-size:18px;}
.text19{font-size:19px;}
.text20{font-size:20px;}
.text22{font-size:22px;}
.text24{font-size:24px;}
.text26{font-size:26px;}
.text28{font-size:28px;}
.text30{font-size:30px;}
.text32{font-size:32px;}
.text34{font-size:34px;}
.text36{font-size:36px;}
.text38{font-size:38px;}
.text40{font-size:40px;}
.text42{font-size:42px;}
.text48{font-size:48px;}
.text60{font-size:60px;}

.alignLeft{text-align: left;}
.alignRight{text-align: right;}
.alignCenter{text-align: center;}

.font20{font-size: 2.0em;}
.font15{font-size: 1.5em;}
.font14{font-size: 1.4em;}
.font13{font-size: 1.3em;}
.font12{font-size: 1.2em;}
.font11{font-size: 1.1em;}
.font10{font-size: 1.0em;}
.font09{font-size: 0.9em;}
.font08{font-size: 0.8em;}
.font07{font-size: 0.7em;}
.font06{font-size: 0.6em;}
.font05{font-size: 0.5em;}

.ls0{letter-spacing: 0;}
.ls001{letter-spacing: 0.01em;}
.ls002{letter-spacing: 0.02em;}
.ls003{letter-spacing: 0.03em;}
.ls004{letter-spacing: 0.04em;}
.ls005{letter-spacing: 0.05em;}
.ls006{letter-spacing: 0.06em;}
.ls007{letter-spacing: 0.07em;}
.ls008{letter-spacing: 0.08em;}
.ls009{letter-spacing: 0.09em;}
.ls01{letter-spacing: 0.1em;}

.w100{width: 100%;}
.w90{width: 90%;}
.w80{width: 80%;}
.w70{width: 70%;}
.w60{width: 60%;}
.w50{width: 50%;}
.w40{width: 40%;}
.w30{width: 30%;}
.w20{width: 20%;}
.w10{width: 10%;}

.flex {
    display: flex;
    width: 100%;
    height: auto;
    flex-flow: row wrap;
	box-sizing: border-box;
}
.itemCenter{align-items: center;}
.between{justify-content: space-between;}
.justifyCenter{justify-content: center;}
.flex.between::after {
  /*content: "";
  display: block;
  width: 30%;
  height: 0;*/
}

.header {
	width: 100%;
	height: 85px;
	display: flex;
	position: fixed;
	align-items: center;
	top: 0px;
	left: 0px;
	z-index: 1000;
	background-color: #FFF;
	transition-property: all;
	transition: 0.2s ease;
	box-sizing: border-box;	
	border-bottom: #f0f0f0 1px solid;
}
.header::before {
	
}
/*.header.topHead {
	background-color: rgba(255,255,255,0.00);
}
.header.on {
    background-color: rgba(255,255,255,1.00);
}
.header.topHead.on {
    background-color: rgba(255,255,255,1.00);
}*/
.box1080{
	width:100%;
	height:auto;
	margin: 0 auto;
	max-width: 1160px;
	box-sizing: border-box;
	padding-left: 40px;
	padding-right: 40px;
    position: relative;
}
.box800{
	width:100%;
	height:auto;
	margin: 0 auto;
	max-width: 916px;
	box-sizing: border-box;
	padding-left: 40px;
	padding-right: 40px;
    position: relative;
    
}
.box1280{
	width:100%;
	height:auto;
	margin: 0 auto;
	max-width:1320px;
	padding-left: 40px;
	padding-right: 40px;
	box-sizing: border-box;
    position: relative;
}

.box1600{
	width:100%;
	display:table;
	height:auto;
	margin: 0 auto;
	max-width:1680px;
	box-sizing: border-box;
	padding-left: 40px;
	padding-right: 40px;
    position: relative;
    
}
.box1600Pd{
	width:100%;
	display:table;
	height:auto;
	margin: 0 auto;
	max-width:1600px;
	box-sizing: border-box;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 60px;
	padding-bottom: 60px;
}
.headLogo{
	width: auto;
	height: auto;
	display:block;
	position: relative;
	transition-property: all;
	transition: 0.2s ease;
    opacity:1.0;
	float: left;
	display: flex;
	align-items: center;
}

.headLogo img{
	height: 37px;
	width:auto;
	display: block;
	transition-property: all;
	transition: 0.2s ease;
}
/*.topHead .headLogo img{
	filter: brightness(0) invert(1);
}
.topHead.on .headLogo img{
	filter: brightness(1) invert(0);
}*/

.contentBox {
	height: auto;
	width: 100%;
	margin: 0 auto;
	display:table;
    position: relative;
}

.ph100{
    width:100%;
	height:auto;
	float:left;
	display:inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
    z-index: 0;
}
.ph100 img{
    width:100%;
	height:auto;
	float:left;
    z-index: 0;
    position: relative;
}
.ph80{
    width:100%;
	height:auto;
	float:left;
	display:inline-block;
    position: relative;
box-sizing: border-box;
    z-index: 0;
    text-align: center;
}
.ph80 img{
    width:80%;
	height:auto;
    z-index: 0;
    position: relative;
}
.footBox {
	height: auto;
	width: 100%;
	margin: 0 auto;
	display: table;
	background-color: #FFF;
	padding-bottom: 80px;
	padding-top: 80px;
}

.moreBtn{
	width:100%;
	height:auto;
	float:left;
	display:flex;
	text-align:center;
    position: relative;
	justify-content: center;
}

.moreBtn a{
    width: 100%;
    height: 62px;
    display: flex;
    line-height: 1;
    font-size: 20px;
    color: #FFF;
    text-decoration: none;
    transition-property: all;
    transition: 0.2s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 700;	
    position: relative;
    letter-spacing: 0.03em;
    max-width: 276px;
	border-radius: 4px;
	align-items: center;
	justify-content: center;
	background-color: #00A68C;
}
.moreBtn a i{
	
}
.moreBtn.t-wht a{
    background-color: #FFF;
	color: #00A68C;
}
/*.moreBtn a::before{
	content: '';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  position: absolute;
  top: calc(50% - 3.5px);
  right: 20px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: rotate(-45deg);
  transition: all ease 0.1s;
}*/
.moreBtn a:hover{
	opacity: 0.8;
}
.moreBtn.t-left{
   justify-content: flex-start;
}
.moreBtn.t-right{
   justify-content: flex-end;
}
.moreBtn.t-big a{
    max-width: 400px;
	height: 70px;
}
.moreBtn.t-min a{
    max-width: 100px;
	height: 30px;
	font-size: 11px;
}
.moreBtn.t-min a::before{
	right: 10px;
}

.goTopBtn{
	width:60px;
	height:60px;
	display:inline-block;
	position:fixed;
	right:20px;
	bottom:-90px;
	z-index:100;
	transition-property: all;
	transition: 0.6s ease;
	box-sizing: border-box;
    padding: 15px;
	background-color: #FFF;
	border: #00A68C 1px solid;
	border-radius: 100%;
	background-image: url("../images/arrow_upward.png");
  background-size: 36px 36px;
  background-position: center center;
  background-repeat: no-repeat;
}
.goTopBtn::before {
 
}
.goTopBtn::after {
	
}
.goTopBtn a{
	position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 101;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
transition-property: all;
transition: 0.2s ease;
}
.goTopBtn.on{
	bottom:20px;
}
.goTopBtn.on:hover{
	
}
.goTopBtn img{
	width:100%;
	height:auto;
	
}
.goTopBtn img:hover{
	
}

.copyright{
	width:100%;
	height:auto;
	float:left;
	display:inline-block;
	text-align:center;
	font-size:12px;
	line-height:20px;
	font-weight: 400;
	color: #000;
	letter-spacing: 0.02em;
	
}
.copyright a{
	
}
.copyright a:hover{

}

.bd{
	font-weight: bold;
}
.gNaviBox{
	width: auto;
	height: auto;
    float: left;
    position: relative;
	margin-right: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gNavi {
	width: auto;
	height: auto;
	display:flex;
    position: relative;
	max-width: 1080px;
}

.gNavi li{
	width: auto;
	height: auto;
	float: left;
	display:block;
	position: relative;
}
.gNavi li a{
	width: 100%;
	height: 50px;
	font-size:14px;
	line-height:1;
	text-align:center;
    color: #00A68C;
	display:flex;
	align-items: center;
	justify-content: center;
	text-decoration:none;
	font-weight: normal;
	transition-property: all;
	transition: 0.2s ease;
	box-sizing: border-box;
    padding: 0px 20px;
	position: relative;
    cursor: pointer;
    letter-spacing: 0.03em;
}

.gNavi li a:hover{
	text-decoration: none;	
	background-color: #00A68C;
	color: #FFF;
}


.fontEn{
	font-family: 'Roboto', sans-serif;
}
.fontEn02{
}
.fontJp{
}
.pageMt{
	margin-top: 80px;
}
.bc {
    color: #323232;
    display: inline-block;
    float: left;
    font-size: 14px;
    height: auto;
    letter-spacing: 0.03em;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
    box-sizing: border-box;
}
.bc a {
    color: #323232;
	text-decoration: underline;
}
.bc a:hover {
    color: #00A68C;
    text-decoration: underline;
}

.grn{
	color: #00A68C;
}
.gry{
	color: #666;
}
.gry02{
	color: #999;
}
.wht{
	color: #FFF;
}

#menuButton{
	display: none;
}
#overlay{
	display: none;
}


h1.blogMainTitle {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 24px;
  text-align: left;
  line-height: 1.4em;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
  border-bottom: #d2d2d2 2px dotted;
}
.postBox {
  width: 100%;
  height: auto;
  display: block;
  float: left;
  margin-bottom: 0px;
  padding-bottom: 30px;
}
.postBox p {
  font-size: 16px;
  line-height: 1.4em;
  word-break: break-all;
  margin: 5px 0 20px;
	letter-spacing: 0.03em;
}
.postBox h1{
	font-size: 26px;
	line-height: 1.4;
	position: relative;
	padding-left: 0.8em;
	margin-bottom: 5px;
}
.postBox h1::before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  top: 17px;
  left: 0px;
	background-color: #000;
}
.postBox h2{
	font-size: 22px;
	line-height: 1.4;
	padding-left: 0.8em;
	border-left: #000 2px solid;
	margin-bottom: 5px;
}
.postBox h3{
	font-size: 20px;
	line-height: 1.6;
}
.postBox h4{
	font-size: 16px;
	line-height: 1.6;
}
.postBox h5{
	font-size: 18px;
	line-height: 1.6;
	position: relative;
	padding-left: 1.2em;
}
.postBox h5::before{
	content: '';
width: 14px;
height: 1px;
background-color: #999;
position: absolute;
top: 15px;
left: 0;
}
.postBox img {
  max-width: 100%;
  height: auto;
}
.prevBtn {
  display: flex;
  float: left;
  height: auto;
  text-align: left;
  width: 50%;
  align-items: center;
  justify-content: flex-start;
}
.prevBtn a {
  width: 48px;
  height: 48px;
  display: flex;
  transition-property: all;
  transition: 0.2s ease;
  border-radius: 100%;
	background-color: #00A68C;
	background-image: url("../images/arrow_back_wht.png");
  background-size: 32px 32px;
  background-position: center center;
  background-repeat: no-repeat;
}
.prevBtn a:hover {
	opacity: 0.8;
}
.nextBtn {
  display: flex;
  float: right;
  height: auto;
  text-align: right;
  width: 50%;
  align-items: center;
  justify-content: flex-end;
}
.nextBtn a {
  width: 48px;
  height: 48px;
  display: flex;
  transition-property: all;
  transition: 0.2s ease;
  border-radius: 100%;
	background-color: #00A68C;
	background-image: url("../images/arrow_forward_wht.png");
  background-size: 32px 32px;
  background-position: center center;
  background-repeat: no-repeat;
}
.nextBtn a:hover {
	opacity: 0.8;
	
}

.wp-pagenavi {
	clear: both;
    margin-top: 20px;
	text-align: center;
	display: flex;
  align-items: center;
  justify-content: center;
	flex-wrap: wrap;
}

.wp-pagenavi a, .wp-pagenavi span {
	height:36px;
	display:inline-block;
	text-align:center;
	line-height:36px;
	font-size:20px;
	color:#000;
	text-decoration:none;
	padding:0px 14px !important;
	margin-right:10px !important;
	margin-left:10px !important;
	border:#000 0px solid !important;
	background-color: transparent;
	border-radius: 100%;
  font-weight: 400;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	
	color:#00A68C;
	border:#000 0px solid !important;
}
.wp-pagenavi span.current {
	font-weight: 400 !important;
	color:#00A68C;
	border:#000 0px solid;
}
.wp-pagenavi span.pages{
	display: none;
}
.wp-pagenavi a.previouspostslink{
	width: 48px;
  height: 48px;
  transition-property: all;
  transition: 0.2s ease;
  border-radius: 100%;
  background-color: #00A68C;
  background-image: url("../images/arrow_back_wht.png");
  background-size: 32px 32px;
  background-position: center center;
  background-repeat: no-repeat;
	text-indent: -9999px;
}
.wp-pagenavi a.nextpostslink{
	width: 48px;
  height: 48px;
  transition-property: all;
  transition: 0.2s ease;
  border-radius: 100%;
  background-color: #00A68C;
  background-image: url("../images/arrow_forward_wht.png");
  background-size: 32px 32px;
  background-position: center center;
  background-repeat: no-repeat;
	text-indent: -9999px;
}
.wp-pagenavi a.nextpostslink:hover,.wp-pagenavi a.previouspostslink:hover{
	opacity: 0.8;
}
.formBox {  
    height: auto; 
    width: 100%;
}
.formBox dl {
    height: auto;
    width: 100%;
	margin-bottom:60px;
	display: flex;
	flex-wrap: wrap;
}
.formBox dt {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6em;
    width: 25%;
    letter-spacing: 0;
}
.formBox dd {
    font-size: 18px;
    height: auto;
    line-height: 1.6em;
    width: 75%;
}
.fmForm {
    border: 1px solid #000;
    border-radius: 4px;
    font-size: 20px;
    line-height: 1;
    padding-left: 15px;
	padding-right: 15px;
	background-color: #FFF;
	height: 62px;
	color: #000;
	-webkit-appearance: none;
}
select.fmForm {
	background-image: url("../images/arrow_down_grn.png");
  background-size: 24px auto;
  background-position: 98% center;
  background-repeat: no-repeat;
	padding-right: 40px;
}
.fmFormBox {
    border: 1px solid #000;
    border-radius: 4px;
    font-size: 20px;
    line-height: 1.6;
    padding: 15px;
	background-color: #FFF;
	height: 300px;
	color: #000;
	-webkit-appearance: none;
	font-weight: normal;
	font-family: 'Noto Sans JP';
}
.pRed {

	color: #e74c3c;
	font-size: 10px;
	margin-left: 5px;
}

.formBtnBox {
    text-align: right;
    width: 100%;
}
.formBtnBox p{
	width: auto;
	display: flex;
  justify-content: flex-end;
}
.fmBtn {
	border: 0px solid #930f49;
	color: #FFF;
	cursor: pointer;
	font-size: 20px;
	height: 64px;
	line-height: 1;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
	width: auto;
	-webkit-appearance: none;
    padding: 0 48px;
    font-weight: bold;
    background-color: #00A68C;
	border-radius:4px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fmBtn:hover{
	opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}
.fmBtn02 {
	border: 1px solid #00A68C;
	color: #00A68C;
	cursor: pointer;
	font-size: 20px;
	height: 64px;
	line-height: 1;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
	width: auto;
	-webkit-appearance: none;
    padding: 0 48px;
    font-weight: bold;
    background-color: transparent;
	border-radius:4px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 10px;
}
.fmBtn02:hover{
	background-color: #00A68C;
	color: #FFF;
}
input::placeholder {
  color: #000;
    font-weight: normal;
}
input::-webkit-input-placeholder {
    color: #000;
    font-weight: normal;
}
input:-ms-input-placeholder {
    color: #000;
    font-weight: normal;
}
input::-moz-placeholder {
    color: #000;
    font-weight: normal;
}
input::placeholder {
  color: #000;
  font-weight: normal;
} 
textarea::-webkit-input-placeholder {
    color: #000;
    font-weight: normal;
}
textarea:-ms-input-placeholder {
    color: #000;
    font-weight: normal;
}
textarea::-moz-placeholder {
    color: #000;
    font-weight: normal;
}
.formBox div.wpcf7-response-output {
    padding: 2em 1em !important;
}
.formBox div.wpcf7-validation-errors {
    border-color: #DCA651;
}
.formBox span.wpcf7-not-valid-tip {
    color: #e74c3c;
    font-size: 0.8em;
}
.wpcf7c-conf {
    background-color: #fff !important;
    color: black;
    border: 1px solid #fff !important;
}
.formBox .wpcf7-spinner {
  position: absolute;
  top: -40px;
  left: calc(50% - 36px);
}
.formBox .wpcf7-list-item {
  margin: 0 30px 0 0;
}


.heroImage{
	width: 100%;
	height: calc(100vh - 85px);	
box-sizing: border-box;
	position: relative;
	
	/*display: flex;
	align-items: center;
	justify-content: center;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 85px;
	background-color: #FFF;
background-image: url("../images/top/top_pc.png");
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
	max-height: 680px;
}
.heroImage::after{
	/*content: '';
	width: 100%;
	height: 30px;
	background-color: #FFF;
	position: absolute;
	bottom: 0;
	left: 0;*/
	
}
.heroInner {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items:flex-end;
  max-width: 1600px;
  padding-left: 120px;
	padding-bottom: 60px;
	top: 0;
  left: 0;
  z-index: 100;
}


.box20{
	  width: 20%;
  height: auto;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.box30{
	  width: 30%;
  height: auto;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.box40{
	  width: 40%;
  height: auto;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.box45{
	  width: 45%;
  height: auto;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.box50{
	  width: 50%;
  height: auto;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.box55{
	  width: 55%;
  height: auto;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.box60{
	  width: 60%;
  height: auto;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.box70{
	  width: 70%;
  height: auto;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.box80{
	  width: 80%;
  height: auto;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.box1280HalfLeft {
  width: 100%;
  float: right;
  box-sizing: border-box;
  position: relative;
  max-width: 640px;
	padding-left: 40px;
}

.mainBox {
  width: 75%;
  height: auto;
  display: table;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 80px;
  position: relative;
}
.sideBox {
  display: table;
  float: left;
  height: auto;
  margin-bottom: 20px;
  width: 25%;
  position: relative;
}

.bgGrey{
	background-color: #eeeeee;
}

.whtBox{
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
	position: relative;
	background-color: #FFF;
	border-radius: 16px;
}
.fontMc{
	font-family: 'Shippori Mincho', serif;
}
.flex.between.column3{
	justify-content: space-between;
}
.flex.between.column3::after {
  content: "";
  display: block;
  width: 30%;
  height: 0;
}
.flex.between.column3.t-gb::after {
  width: calc(33.3333% - 30px);
}
.flex.between.column3.t-rc::after {
  width: 32.3333%;
}
.postData {
  float: left;
  height: auto;
  width: 100%;
  letter-spacing: 0em;
	font-weight: 600;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	color: #029fe7;
}
.imgShadow{
	box-shadow: 0 1px 5px rgba(0,0,0,0.20);
}
.footMenu{
	width: 50%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
}
.footMenu ul{
	width: 100%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
	display: flex;
	flex-wrap: wrap;
}
.footMenu ul li {
  width: 50%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 15px;
	
}
.footMenu ul li a {
	width: 100%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
	font-size: 14px;
	line-height: 1.6em;
	color: #666666;
	text-decoration: none;
	font-weight: 500;
}
.footMenu ul li a:hover {
	text-decoration: underline;
	color: #02aa39;
}

.footLogo{
	width: auto;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
}
.footLogo img{
	width: 100%;
	height: auto;
	max-width: 162px;
}
.dotLine{
	position: relative;
	border-bottom: #ea6c91 4px dotted;
}
.dotLine.t-blue{
	border-bottom-color: #0068b7;
}

.newsList {
  width: 100%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
  box-sizing: border-box;
}
.newsList dl {
  width: 100%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 20px;
	padding-top: 20px;
  transition-property: all;
  transition: 0.2s ease;
	border-bottom: #ccc 1px solid;
	display: flex;
	flex-wrap: wrap;
	padding-right: 0px;
}
.newsList dl dt {
  width: 120px;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
	font-size: 16px;
  line-height: 1.6em;
	color: #00A68C;
	font-weight: 400;
}
.newsList dl dd {
  width: calc(100% - 120px);
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
  font-size: 16px;
	color: #000;
  line-height: 1.6em;
}
.newsList dl a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition-property: all;
  transition: 0.2s ease;
}
.newsList dl:hover {
	background-color: rgba(0,0,0,0.05);
}



.lineBox{
	width: 100%;
  
	padding: 30px;
	border: #d2d2d2 1px solid;
}
ul.dotList{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	list-style-type: disc;
	padding-left: 1em;
}
ul.dotList li{
	width: 100%;
	list-style-type: disc;
}
ul.dotList li::before{
	/*content: '';
	width: 6px;
	height: 6px;
	position: absolute;
	top: 12px;
	left: 0;
	background-color: #2da0e0;
	border-radius: 100%;*/
	
}


.iconTitle{
	display: flex;
	align-items: center;
}

.barTitle{
  width: 100%;
  font-size: 24px;
  line-height: 1;
	padding: 10px 20px;
	background-color: #A5A5A5;
	color: #FFF;
	text-align: center;
}
.barTitle.t-gry{
	font-weight: 400;
}
.barTitle.t-grn{
	background-color: #00A68C;
}
ol.policyText {
  width: 100%;
  height: auto;
  float: left;
  padding-left: 25px;
  box-sizing: border-box;
  position: relative;
  display: block;
}
ol.policyText li {
  list-style-type: decimal;
  font-size: 15px;
  line-height: 2.0em;
  margin-bottom: 30px;
  clear: both;
  float: left;
}
.pageTopPd{
	padding-top: 130px;
}

.header .flex{
	justify-content: space-between;
}


.header .box1600{
	max-width: 100%;
	
}
#menuButton{
	display: none;
}

.bottomMenu{
	width: 100%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: #CCC 1px solid;
}
.bottomMenu li{
	width: auto;
  height: auto;
	box-sizing: border-box;
	position: relative;
	margin-right: 30px;
}
.bottomMenu li::after{
	/*content: '|';
	position: absolute;
	top: 0;
	right: -5px;*/
}
.bottomMenu li:last-child::after{
	display: none;
}
.bottomMenu li a{
	width: auto;
  height: auto;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  font-weight: 400;
  transition-property: all;
  transition: 0.2s ease;
  box-sizing: border-box;
  padding: 0px 0px;
  position: relative;
  letter-spacing: 0.03em;
}
.bottomMenu li a:hover{
	color: #00A68C;
	text-decoration: underline;
}
.bgGrn{
	background-color: #00A68C;
}
.bgGry{
	background-color: #f2f2f2;
}
.c-grn{
	color: #00A68C;
}
img.lineWhtPh{
	border: #FFF 10px solid;
}
.sceneBox{
	width: calc(33.3333% - 20px);	
}
.topLine::before{
	content: '';
	width: calc(100% - 40px);
	height: 1px;
	margin: 0 auto;
	background-color: #ccc;
	display: block;
	max-width: 1080px;
}
.appLogo{
	width: 100%; 
	text-align: center;
	margin-bottom: 30px;
}
.appLogo img{
	width: 70px; 
	height: 70px;
}
.appList{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.appList li{
	margin-left: 20px;
	margin-right: 20px;
}
.appList li img{
	width: auto;
	height: 60px;
}
.snsLink{
	width: auto;
	display: flex;
	align-items: center;
}
.snsLink li{
	margin-left: 25px;
	margin-right: 25px;
}
.snsLink li:last-child{
	margin-right: 0;
}
.moreTextLink{
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.moreTextLink a{
	font-size: 16px;
	line-height: 24px;
	padding-right: 32px;
	color: #00A68C;
	font-weight: 700;
	background-image: url("../images/arrow_forward.png");
  background-size: 24px auto;
  background-position: right center;
  background-repeat: no-repeat;
	text-decoration: none;
	transition-property: all;
  transition: 0.2s ease;
}
.moreTextLink a:hover{
	opacity: 0.8;
	
}
.numberTitle{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
}
.flowNumber{
	font-size: 64px;
	line-height: 1;
	font-weight: 700;
	margin-right: 20px;
	color: #00A68C;
}
.faqList {
  width: 100%;
  height: auto;
}
.faqList dl {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 15px;
}
.faqList dt {
  width: 100%;
  height: auto;
  display: inline-block;
  text-align: left;
  line-height: 1.6em;
  font-size: 16px;
  text-decoration: none;
  transition-property: all;
  transition: 0.2s ease;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  font-weight: 700;
  padding: 20px 20px;
	padding-right: 56px;
	color: #000;
	background-color: #E4F5F3;
}
.faqList dt:hover {
    background-color: #CAEBE7;
}
.faqList dt::after{
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	top: calc(50% - 15px);
	right: 20px;
	background-image: url("../images/arrow_circle_down.png");
  background-size: 30px 30px;
  background-position: center center;
  background-repeat: no-repeat;
	transition-property: all;
  transition: 0.2s ease;
}
.faqList dt.on::after{
	transform: rotate(180deg);
}
.faqList dd {
  width: 100%;
  height: auto;
  display: none;
	padding: 20px 20px;
  position: relative;
}
.faqList dd p{
	font-size: 16px;
	line-height: 1.4em;
}
.lGrnBox{
	width: 100%;
	height: auto;
	background-color: #E4F5F3;
	border-radius: 10px;
	padding: 30px 20px;
}
a.linkGrn{
	color: #00A68C;
	text-decoration: none;
}
a.linkGrn:hover{
	text-decoration: underline;
}
.calcList{
	width: 100%;
  height: auto;
  display: flex;
  margin-bottom: 20px;
	align-items: center;
}
.calcList dt {
  width: 260px;
  height: auto;
  text-align: left;
  font-size: 20px;
	line-height: 1;
  font-weight: 700;
	color: #00A68C;
}
.calcList dd {
  width: calc(100% - 260px);
  height: auto;
}
.totalAmount{
	width: 100%;
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	color: #00A68C;
}
.section-lineup{
	display: flex;
}
.inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1160px;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}
.pageHead{
	height: 310px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  position: relative;
	margin-top: 85px;
	background-color: #00A68C;
	align-items: center;
}
.contentBox.footSpace{
	height: 80px;
}
.mpPageTop{
	height: 520px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  position: relative;
	align-items: center;
	background-color: #00A68C;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.mpPageTop img{
	height: 520px;
  width: 100%;
	object-fit: cover;
}
.photo-row{
	width: 100%;
  display: flex;
	flex-wrap: wrap;
  gap: 25px; 
}
.photo-row > .spotPh{
	flex: 0 0 calc(25% - 25px); /* 4列 */
}
.spotPh{
	
}
.spotPh img{
	width: 100%;
	height: auto;
	transition-property: all;
  transition: 0.2s ease;
}
.spotPh:hover img{
	opacity: 0.8;
}
.mapBox{
	width: 100%;
	
}
.mapBox iframe{
	width: 100%;
	height: 440px;
}
.singleBizBox{
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	border-bottom: #ccc 1px solid;
}
.bizLeft{
	width: 74%;
	padding-right: 30px;
}
.bizRight{
	width: 26%;
}
.bizName{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 40px;
}
.bizName p{
	font-size: 20px;
	line-height: 1.6em;
	font-weight: 700;
	padding-right: 30px;
}
.bizTagList{
	display: flex;
	flex-wrap: wrap;
}
.bizTagList a{
	height: 30px;
	font-size: 14px;
	display: flex;
	align-items: center;
	font-weight: 700;
	color: #00A68C;
	border: #00A68C 1px solid;
	padding: 0 15px;
	margin-right: 15px;
	border-radius: 30px;
	text-decoration: none;
	transition-property: all;
    transition: 0.2s ease;
}
.bizTagList a:hover{
	background-color: #00A68C;
	color: #FFF;
}
.bizInfo{
	width: 100%;
}
.bizInfo dl{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.bizInfo dl:last-child{
	margin-bottom: 0;
}
.bizInfo dt{
	width: 100%;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 700;
	margin-bottom: 5px;
}
.bizInfo dd{
	width: 100%;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 400;
}
.mapBtn{
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 20px;
}
.mapBtn a{
	width: auto;
    height: 48px;
    display: flex;
    line-height: 1;
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
    transition-property: all;
    transition: 0.2s ease;
    box-sizing: border-box;
    font-weight: 700;	
    position: relative;
    letter-spacing: 0.01em;
	border-radius: 4px;
	align-items: center;
	justify-content: center;
	background-color: #00A68C;
	padding: 0 20px;
}
.mapBtn a img{
	width: 32px;
	height: 32px;
	margin-right: 6px;
	
}
.bizPh{
	width: 100%;
	aspect-ratio: 3 / 2;
}
.bizPh img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mpListBox{
	background-color: #FFF;
	width: calc(33.3333% - 15px);
	margin-bottom: 40px;
	box-shadow: 0 0 4px rgba(0,0,0,0.08);
	 transition-property: all;
  transition: 0.2s ease;
}
.mpListBox:hover{
	opacity: 0.8;
}
.mpListBox a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition-property: all;
  transition: 0.2s ease;
}
.mpListThum{
	width: 100%;
}
.mpListThum img{
	width: 100%;
	height: auto;
}
.mpListInfo{
	width: 100%;
	height: auto;
	padding: 20px;
}
.flex.mpList{
	justify-content: space-between;
}
.flex.mpList::after{
	content: "";
	display: block;
	width: calc(33.3333% - 15px);
	height: 0;
}
.newLabel{
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.newLabel img{
	width: 60px;
	height: 60px;
}
.bannerList{
	display: flex;
  width: 100%;
  height: auto;
  flex-flow: row wrap;
	justify-content: space-between;
}
.bannerList li{
	width: calc(50% - 12px);
	margin-bottom: 60px;
}
.bannerList li img{
	width: 100%;
	height: auto;
}
.lineBox.t-gry{
	width: 100%;
  height: auto;
	padding: 30px;
	border: #A5A5A5 1px solid;
	background-color: #F0F0F0;
}
.lineBox.t-grn{
	border:#00A68C 4px solid;
	background-color: #E4F5F3;
}
.wht .flowNumber {
  color: #FFF;
}
.bgGrn .slick-dots li button::before {
  background-color: #888888;
}
.bgGrn .slick-dots li.slick-active button::before {
  background-color: #FFF;
}
.companyList {
  width: 100%;
  height: auto;
}
.companyList dl {
  width: 100%;
  height: auto;
  display: flex;
	align-items: center;
  padding-bottom: 35px;
  margin-bottom: 35px;
	border-bottom: #ccc 1px solid;
	flex-wrap: wrap;
}
.companyList dl:last-child {
	border-bottom-width: 0;
}
.companyList dl dt {
  width: 150px;
  height: auto;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 700;
  color: #00A68C;
}
.companyList dl dd {
  width: calc(100% - 150px);
  height: auto;
  font-size: 16px;
  line-height: 1.6em;
}
.companyList dl dd a{
	color: #000;
	text-decoration: underline;
}
.companyList dl dd a:hover{
	color: #00A68C;
}
.markImg{
	width: 100%;
}
.markImg img{
	width: 100%;
	height: auto;
	max-width: 458px;
}
ul.numberList{
	width: 100%;
  padding-left: 40px;
}
ul.numberList li {
  width: 100%;
  list-style-type: decimal;
  font-size: 16px;
  line-height: 1.6em;
  clear: both;
	margin-bottom: 5px;
}
.mpAreaSearch .searchandfilter select,.qaSearch .searchandfilter select{
	border: 1px solid #000;
    border-radius: 4px;
    font-size: 20px;
    line-height: 1;
    padding-left: 15px;
	padding-right: 15px;
	background-color: #FFF;
	height: 62px;
	color: #000;
	-webkit-appearance: none;
	background-image: url("../images/arrow_down_grn.png");
  background-size: 24px auto;
  background-position: 98% center;
  background-repeat: no-repeat;
	padding-right: 40px;
	width: 100%;
}
.mpAreaSearch .searchandfilter .sf-field-taxonomy-mp-area label{
	width: 100%;
}
.qaSearch .searchandfilter input.sf-input-text{
	border: 1px solid #000;
  border-radius: 4px;
  font-size: 20px;
  line-height: 1;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #FFF;
  height: 62px;
  color: #000;
  -webkit-appearance: none;
	width: 100%;
}
.qaSearch .searchandfilter input[type="submit"]{
	border: 1px solid #00A68C;
  border-radius: 4px;
  font-size: 20px;
  line-height: 1;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #00A68C;
  height: 62px;
  color: #FFF;
  -webkit-appearance: none;
	width: 100%;font-weight: 600;
}
.qaSearch .searchandfilter ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.qaSearch .searchandfilter ul li {
  list-style: none;
  display: block;
  padding: 0px 0;
  margin: 0;
	width: 40%;
	padding-right: 20px
}
.qaSearch .searchandfilter ul li:last-child {
	width: 20%;
	padding-right: 0;
}
.qaSearch .searchandfilter label{
	display: block;
}
.formBox .fmForm,.formBox .fmFormBox {
    border-color: #323232;
}
.sitemapList{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
}
.sitemapList li{
	width: 50%;
	margin-bottom: 20px;
	list-style-type: none;
	padding-left: 20px;
}
.sitemapList li::before{
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	border-radius: 100%;
	background-color: #00A68C;
	top: calc(50% - 4px);
	left: 0;
}
.sitemapList li a{
	color: #000;
	text-decoration: none;
	font-size: 18px;
	line-height: 1.6;
	display: flex;
  align-items: center;
}
.sitemapList li a:hover{
	color: #00A68C;
	text-decoration: underline;
}
.qaTagList{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.qaTagList dt{
	width: 20%;
}
.qaTagList dd{
	width: 80%;
	display: flex;
	flex-wrap: wrap;
}
.qaTagList dd a{
	height: 30px;
  font-size: 14px !important;
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #00A68C;
  border: #00A68C 1px solid;
  padding: 0 15px;
  margin-right: 8px;
  border-radius: 30px;
  text-decoration: none;
  transition-property: all;
  transition: 0.2s ease;
	margin-bottom: 8px;
}
.qaTagList dd a:hover{
	color: #FFF;
	background-color: #00A68C;
}
.qaTagList dd a.current-tag {
  color: #FFF;
  background-color: #00A68C;
}
.qBox {
  width: 100%;
  height: auto;
  display: block;
  text-align: left;
  line-height: 1.6em;
  font-size: 16px;
  text-decoration: none;
  transition-property: all;
  transition: 0.2s ease;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  font-weight: 700;
  padding: 20px 20px;
    padding-right: 20px;
  padding-right: 56px;
  color: #000;
  background-color: #E4F5F3;
	margin-bottom: 15px;
}
.qBox a{
	position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition-property: all;
  transition: 0.2s ease;
}
.qBox::after {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  top: calc(50% - 15px);
  right: 20px;
  background-image: url("../images/arrow_circle_right.png");
  background-size: 30px 30px;
  background-position: center center;
  background-repeat: no-repeat;
  transition-property: all;
  transition: 0.2s ease;
}
.cateTagBox{
	width: 100%;
  height: auto;
  background-color: #E4F5F3;
  border-radius: 10px;
  padding: 20px 20px;
	margin-top: 40px;
	display: inline-block;
}
.cateTagBox dl{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.cateTagBox dl:last-child{
	margin-bottom: 0;
}
.cateTagBox dl dt{
	width: 100px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
	position: relative;
}
.cateTagBox dl dt::after{
	content: '：';
	position: absolute;
  right: 10px;
  top: 0;
}
.cateTagBox dl dd{
	width: calc(100% - 100px);
	display: flex;
  flex-wrap: wrap;
}
.cateTagBox dl dd a{
	height: 30px;
  font-size: 14px !important;
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #00A68C;
  border: #00A68C 1px solid;
  padding: 0 15px;
  margin-right: 10px;
  border-radius: 30px;
  text-decoration: none;
  transition-property: all;
  transition: 0.2s ease;
}
.cateTagBox dl dd a:hover{
	color: #FFF;
	background-color: #00A68C;
}
.moreMapBtn{
	width:100%;
	height:auto;
	float:left;
	display:flex;
	text-align:center;
    position: relative;
	justify-content: center;
}

.moreMapBtn a{
    width: auto;
    height: 48px;
    display: flex;
    line-height: 1;
    font-size:  14px;
    color: #FFF;
    text-decoration: none;
    transition-property: all;
    transition: 0.2s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 700;	
    position: relative;
    letter-spacing: 0.03em;
	border-radius: 4px;
	align-items: center;
	justify-content: center;
	background-color: #00A68C;
	padding: 0 20px;
}
.moreMapBtn a:hover{
	opacity: 0.8;
}
.moreMapBtn a img {
  width: 32px;
  height: 32px;
  margin-right: 6px;
}