.no_link {
	font-weight:bold;
}

@media only screen and (min-width: 768px) {
.no_link {
	text-decoration: none ;
}

}



/* 
 * ------- additional css elements  ---------------------
 */


/*===========================
リスト
===========================*/

.content ul.check li {
	padding: 0 0 0.5em 2em;
}

.content ul.nb_circle, .content ul.circle2, .content ul.circle3, .content ul.nb_check, .content ul.check2, ul.check3 {
	position: relative;
	/*transform: rotate(0.05deg);*/
}

.content ul.nb_circle li {
	padding: 0 0 0.5em 1.2em;
}
.content ul.nb_circle li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	left: 0.5em;
	margin-top: 0.6em;
}
.content ul.nb_check li {
	padding: 0 0 0.5em 1.6em;
}
.content ul.nb_check li::before {
	position: absolute;
	content: "\f14a";
	font-family: FontAwesome;
	left: 0.3em;
	font-size: 1.3em;
}
.content ul.circle2 li, .content ul.check2 li {
	margin-bottom: 0.7em;
	border-bottom: 1px dashed #CCC;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 1.8em;
	margin-right: 1%;
	margin-left: 1%;
	width: 41%;
}
.content ul.circle2 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em; */
	margin-top: 0.6em;
	margin-left: -1em;
}
.content ul.check2 li::before {
	display: block;
	position: absolute;
	content: "\f14a";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}

.content ul.circle3 li {
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0;
	margin-right: 35px;
	width: 7.5em;	
}
 ul.check3 li {
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 1.8em;
	float:left;
	margin-right:40px;
	
}
.content ul.circle3 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em; */
	margin-top: 0.6em;
	margin-left: -1em;
}
ul.check3 li::before {
	display: block;
	position: absolute;
	content: "\f14a";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}

.content ul.circle4 li {
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 1.8em;
	margin-right: 35px;
	/*transform: rotate(0.05deg);*/
}
.content ul.check4 li {
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 1.8em;
	margin-right: 35px;
	
}
.content ul.circle4 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em; */
	margin-top: 0.6em;
	margin-left: -1em;
}
.content ul.check4 li::before {
	display: block;
	position: absolute;
	content: "\f14a";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}

ul.liReseter {
	line-height:1.8em;
	margin-left:20px;
	/*transform: rotate(0.05deg);*/
}
ul.liReseter li {
	display:list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding-left:-10px;
}
ul.liReseter2 {
	line-height:1.8em;
	margin:0 0 12px 30px;
	/*transform: rotate(0.05deg);*/
}
ul.liReseter2 li {
	display:list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding-left:-10px;
}
ul.liReseterFloat {
	line-height:1.8em;
	margin-left:20px;
	/*transform: rotate(0.05deg);*/
}
ul.liReseterFloat li {
	display:list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding-left:-10px;
	float:left;
	padding-right:60px;
}
ul.liReseterFM, ul.liReseterFM02 {
	line-height:1.8em;
	/*transform: rotate(0.05deg);*/
	margin-bottom:0.5em;
}
ul.liReseterFM li, ul.liReseterFM02 li {
	display:list-item;
	list-style-type: none;
	padding-left:-10px;
	float:left;
	padding-right:20px;
}



.content ol.number-list2 {
	display: block;
	list-style-position: outside;
}
.content ol.number-list2 li {
	list-style-type: decimal;
	padding: 0 0 0 10px;
	margin-left: 2em;
}

@media screen and (max-width: 768px) {
ul.circle2 li, ul.check2 li {
	float: none;
	width: 90%;
	/* [disabled]overflow: hidden; */
}
ul.liReseterFloat li {
	float:none;
	margin-bottom:10px;
}

 ul.check3 li {
	float: none;
	margin-right:0px;
	
}

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

ul.liReseterFM02 li {

	float: none !important;
	padding-right:0px;
}
}

/*===========================
テーブル
===========================*/

table th {

	font-weight: bold;
	vertical-align:top;
	white-space:nowrap;
        text-align:center;

}
/*table td{
	text-align:center;} */
table th.add_w{
	width:50%;
	}
table.no_w td{
	white-space: nowrap !important;}
	
.tdColor {
	background-color:#F4F5FF;
	white-space: nowrap;
}
	
.tdColorCenter {
	text-align:center;
	vertical-align:middle;
	background-color:#F4F5FF;
	white-space: nowrap;
}

 @media screen and (max-width: 768px) {
	 
table th.add_w{
	width:auto
	}
 }
/*===========================
地図追加
===========================*/
#map_canvas2, #map_canvas3, #map_canvas4, #map_canvas5, #map_canvas6, #map_canvas7 {
	height:300px;
	margin-bottom:1em;
}
 @media screen and (max-width: 768px) {
#map_canvas2, #map_canvas3, #map_canvas4, #map_canvas5, #map_canvas6, #map_canvas7 {
	width:100%;
}
}
/*===========================
other
===========================*/

.indent-1 {
	text-indent: -1em;
	padding-left: 1em;
	display: block;
}
.transform {
	transform: rotate(0.05deg);
}
table.table-various5 {
	width:100%;
	padding-top:1.5em;
}
table.table-various5 caption {
	display:none;
}
table.table-various5 tr {
}
table.table-various5 th {
	padding:9px 5px;
	border:none;
	border-bottom: 1px #dadada solid;
	background-color:transparent;
	text-align:center!important;
}
table .table_center
{
		text-align:center!important;
	}
table.table-various4 th,table.table-various4 td {
    display: table-cell;	
}

/*===========================
news
===========================*/
/*
.news dl {
}
.news dl dt {
	clear:both;
	float:left;
	width: 5em;
	line-height:1.2em;
	padding:0.2em 0;
}
.news dl dd {
	float:left;
	line-height:1.2em;
	padding:0.2em 0;
	width:22em;
}*/

.tx_green{
	font-size:130%;
	line-height:1.5em;
	color:#00B300;
	}
	
.fream{
	border: 1px solid #CCC;
	}

.tx_name{
	font-size:180%;
	line-height:1.5em;
	margin-bottom:20px;
	text-align:center;
	}

 @media screen and (max-width: 768px) {
.tx_name{
	font-size:140%;
	text-align:left;
	}

}
@media screen and (max-width: 420px) {
.tx_name{
	font-size:120%;
	}

}

a.arrow3{
	position:relative;
	display:inline-block;
	padding:0 32px 0 16px;
	color:#fff;
	text-decoration:none;
	height:24px;
	line-height:24px;
	border-radius:12px;
	background:#603;
	margin-bottom:2px;
}
a.arrow3:before,
a.arrow3:after{
	content:"";
	display:block;
	position:absolute;
}
a.arrow3:before{
	width:16px;
	height:16px;
	background:#fff;
	border-radius:50%;
	right:4px;
	top:4px;
}
a.arrow3:after{
	width:4px;
	height:4px;
	border-right:2px solid #603;
	border-top:2px solid #603;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	right:10px;
	top:9px;
}
.tx-red {
	background: linear-gradient(transparent 62%, rgba(255, 100, 100, 0.71) 0%);
}

/*===========================
縦写真
===========================*/

.before2, .after2 {
	position: relative;
}
 .before2::after {
 position: absolute;
 content:" ";
 display:inline-block;
 background:url(../img/common/watermark_before.png);
 background-repeat: no-repeat;
 background-size:contain;
 z-index: 1;
}
 .after2::after {
 position: absolute;
 content:" ";
 display:inline-block;
 background:url(../img/common/watermark_after.png);
 background-repeat: no-repeat;
 background-size:contain;
 z-index: 1;
}
.before2::after {
 width:22%;
 height:22%;
 bottom:2%;
 left: 77%;
}
 .after2::after {
 width:22%;
 height:22%;
 bottom:2%;
 left: 77%;
}
.tx_s{
	font-size:0.92em;}
.tx_L{
   font-size:1.3em;
}
.tx_dot{
	margin-bottom:20px;
	border-bottom:dashed #666 1px;
	font-size:1.2em;
	font-weight:bold;
	padding-bottom:5px;}


.com_soon {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 3px #999;
	text-align:center;
}
.com_soon p {
    margin: 0; 
    padding: 70px 0;
	font-size:1.3em;
	color:#808080;
}


.box2 {
    padding: 3em;
	margin-bottom:2em;
    background: #FFF;
    border: solid 2px  #FAAC6D;/*線*/
    border-radius: 10px;/*角の丸み*/
}

/*上下*/

@media screen and (max-width: 768px) { 
.reverse { display: flex; flex-direction:column-reverse;  flex-wrap:wrap; }

 }

.add_title{
	background:#E6ECF7;
	padding:5px;
	font-size:1.1em;
	text-align:center;
	margin-bottom:0.5em;

	}
	
.add_box{
	border:double 3px #4576C0;
	padding:40px;
	margin-bottom:2em;
	background: #FFFFFE;
		border-radius: 15px;/*角の丸み*/
   
}
.add_box .tx_name, .add_col2{
	color: #DF7B20;
   
}



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

.add_box{
	
	padding:20px;

   
}
}

	
/*===========================
メールリンク
===========================*/
a.arrow_mail{
	position:relative;
	display:inline-block;
	padding:0 32px 0 16px;
	color:#fff!important;
	text-decoration:none;
	height:30px;
	line-height:30px;
	border-radius:12px;
	background: #3661A0;
	margin-bottom:2px;
}

a.arrow_mail:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
a.arrow_mail:before,
a.arrow_mail:after{
	content:"";
	display:block;
	position:absolute;
}
/*a.arrow_mail:before{
	width:16px;
	height:16px;
	background:#fff;
	border-radius:50%;
	right:4px;
	top:4px;
}*/
a.arrow_mail:after{
	width:8px;
	height:8px;
	border-right:2px solid #FFF;
	border-top:2px solid #FFF;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	right:12px;
	top:9px;
}


		
/*===========================
メールリンク
===========================*/
a.arrow_link{
	position:relative;
	display:inline-block;
	padding:0 32px 0 16px;
	color:#fff!important;
	text-decoration:none !important;
	height:30px;
	line-height:30px;
	background: #30558D;
	margin-bottom:5px;
	text-align:center;
	margin-right:10px;
}

a.arrow_link:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
a.arrow_link:before,
a.arrow_link:after{
	content:"";
	display:block;
	position:absolute;
}
/*a.arrow_mail:before{
	width:16px;
	height:16px;
	background:#fff;
	border-radius:50%;
	right:4px;
	top:4px;
}*/
a.arrow_link:after{
	width:8px;
	height:8px;
	border-right:2px solid #FFF;
	border-top:2px solid #FFF;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	right:12px;
	top:9px;
}
.list1{
	text-align:center;
}

.list1 li{
	display:inline;
	margin:0 1%;
	font-size:1.1em;
	}

.list2 {
	text-align:center;
}

.list2 li{
	display:block;
	margin:0 1%;
	font-size:1.1em;
	}
	
.bnrlink a:hover{
	opacity:0.6;
	transition: 1.0s ;
}

/*******************************
width
*******************************/

.w80{
	width:80%;
	margin:auto;
}
.w70{
	width:70%;
	margin:auto;
}
.w60{
	width:60%;
	margin:auto;
}
.w50{
	width:50%;
	margin:auto;
}
.w40{
	width:40%;
	margin:auto;
}


@media only screen and (max-width: 768px) {
	.w80,.w70,.w60,.w50,.w40{
	width: 90%;
	margin: auto;
}
.list1{
	text-align:center;
}

.list1 li{
	display: block;
	}
	

}

.video{
width:100%;              /*横幅いっぱいにwidthを指定*/
padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
height:0px;              /*高さはpaddingで指定するためheightは0に*/
position: relative;
}

.video iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.wth{
	width:10% ;
}

.wtd{
	width:14%;
}
@media only screen and (max-width: 960px) {
.wth,.wtd{
	width: auto;
}
}

* {  
  margin:0;
  padding:0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.item-list {
  padding:0 10px 0 10px;
}

.item-list ul{
  margin-left:-10px;
  overflow:hidden;
  background-color:transparent;
}

.item-list ul li {
  list-style-type:none;
  float:left;
  padding-left:20px;
}

ul.cols-1 li {width: 100%;}
ul.cols-2 li {width: 50%;}
ul.cols-3 li {width: 33.33333%;}
ul.cols-4 li {width: 25%;}
ul.cols-5 li {width: 20%;}
ul.cols-6 li {width: 16.66666%;}
ul.cols-7 li {width: 14.28571%;}
ul.cols-8 li {width: 12.5%;}

@media only screen and (max-width: 767px) {
  ul.cols-4 li,ul.cols-5 li,ul.cols-6 li,ul.cols-7 li,ul.cols-8 li{
      width: 33%;
  }
  ul.cols-3 li{
      width:50%;
  } 
}

@media only screen and (max-width: 479px) {
  ul[class*='cols-'] > li{
      width: 100%;
  }
}
.flex {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}
.flex-2col {
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
}
.flex-2col > li{
  width:48%;
  margin:2% 0 0 2%; 
}
.flex-2col > li:nth-of-type(1){
  width:48%;
  margin:2% 0 0 0%; 
}
.flex-2col > li:nth-of-type(odd){
  width:48%;
  margin:2% 0 0 0%; 
}
.flex-2col > li:nth-of-type(even){
  width:48%;
  margin:2% 0 0 2%; 
}
.flex-2col-start {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
}
.flex-2col-start > li{
  width:48%;
  margin:2% 0 0 2%; 
}
.flex-2col > li:nth-of-type(1){
  width:48%;
  margin:2% 0 0 0%; 
}
.flex-2col-start > li:nth-of-type(odd){
  width:48%;
  margin:2% 0 0 0%;
}
.flex-2col-start > li:nth-of-type(even){
  width:48%;
  margin:2% 0 0 2%;
}
.flex-list2 {
  width:18% !important;
  margin:0 0 0 0% !important;  
}
.flex-list3 {
  width:28% !important;
  margin:0 0 0 2% !important;  
}
.flex-list4 {
  width:38% !important;
  margin:0 0 0 2% !important;  
}
.flex-list5 {
  width:48% !important;
  margin:2% 0 0 2% !important;  
}
.flex-list6 {
  width:58% !important;
  margin:0% 0 0 2% !important;  
}
.flex-list7 {
  width:68% !important;
  margin:2% 0 0 2% !important;  
}
.flex-list8 {
  width:78% !important;
  margin:2% 0 0 2% !important;  
}
.flex-list9 {
  width:88% !important;
  margin:2% 0 0 2% !important;  
}
.flex-2col-2 {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
}
.flex-2col-2 li:nth-of-type(1){
  width:37%;
  margin:0 0 0 3%; 
}
.flex-2col-2 li:nth-of-type(2){
  width:52%;
  margin:0 0 0 3%; 
}
.flex-3col {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
}
.flex-3col > li{
  width:32%;
  margin:2% 0 0 1%; 
}
.flex-3col > li:nth-of-type(1){
  width:32%;
  margin:2% 0 0 0%; 
}
@media only screen and (max-width: 768px) {
.flex-2col > li,.flex-2col-start > li,.flex-2col > li:nth-of-type(1),.flex-3col > li:nth-of-type(odd),.flex-3col > li:nth-of-type(even){
  width:100% !important;
  margin:2% auto !important; 
}
.flex-3col > li,.flex-3col > li:nth-of-type(1),.flex-3col > li:nth-of-type(odd),.flex-3col > li:nth-of-type(even)  {
  width:100%;
  margin:2% auto !important; 
}
.flex-list2,.flex-list3,.flex-list4,.flex-list5,.flex-list6,.flex-list7,.flex-list8,.flex-list9 {
  width:100% !important;
  margin:2% auto !important;  
}

}
ul li img {
  width:100%;
  height:auto;
}
.w90 {
  width:90%;
  margin:0 auto;
}
@media only screen and (max-width: 768px) {
.w90 {
  width:100%;
  margin:0 auto;
}
}

/*===========================
レスポ化対応
===========================*/

.telNoDeco a {
	text-decoration:none !important;
	color:#333 !important;
}

.telNoDeco a:hover {
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
}

.telNoDecoWhite a {
	text-decoration:none !important;
	color:#fff !important;
}

.telNoDecoWhite a:hover {
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
}

.hoverTrans a:hover {
    cursor:pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)"; 
    -moz-opacity:0.7; 
    -khtml-opacity: 0.7; 
    opacity:0.7;
    zoom:1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}



/*-------------------------
onOff
-------------------------*/

.pcOFFtabletON
 {
	display:none;
}

.pcONtabletOFF {
}

.pcONtabletOFFspON {
}


.pcOFFspON {
	display:none;
}

.pcOFFtabletONspOFF {
	display:none;
}


.pcONspOFF {
}

.txtPCcenterSPLeft {
	text-align:center;
}

.txtPCLeftSPcenter {
	text-align:left;
}


.txtPCcenterTabletLeft {
	text-align:center;
}


/* content */


.contPadW50p {
	width:50%;
	margin:0 auto 30px auto;
	box-sizing: border-box;
}

.contPadW60p {
	width:60%;
	margin:0 auto 30px auto;
	box-sizing: border-box;
}

.contPadW70p {
	width:70%;
	margin:0 auto 30px auto;
	box-sizing: border-box;
}

.contPadW80p {
	width:80%;
	margin:0 auto 30px auto;
	box-sizing: border-box;
}




/* table */

.nowrap {
	white-space: nowrap;
}

.tdW90p {
	width:90%;
	box-sizing: border-box;
}

.tdW80p {
	width:80%;
	box-sizing: border-box;
}

.tdW70p {
	width:70%;
	box-sizing: border-box;
}

.tdW60p {
	width:60%;
	box-sizing: border-box;
}

.tdW50p {
	width:50%;
	box-sizing: border-box;
}

.tdW40p {
	width:40%;
	box-sizing: border-box;
}


.tdW30p {
	width:30%;
	box-sizing: border-box;
}

.tdW20p {
	width:20%;
	box-sizing: border-box;
}

.tdW10p {
	width:10%;
	box-sizing: border-box;
}


.tdCenter {
	text-align:center;
	vertical-align:middle;
}





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

/*-------------------------
onOff
--------------------------*/


.pcONtabletOFF {
	display:none;
}

.pcOFFtabletON {
	display:block;
}

.pcOFFtabletONspOFF {
	display:block;
}

.pcONtabletOFFspON {
	display:none;
}


.txtPCcenterTabletLeft {
	text-align:left;
}

.contPadW50p , .contPadW60p , .contPadW70p, .contPadW80p {
	width:100%;
}

.tdW90p , .tdW80p , .tdW70p , .tdW60p , .tdW50p , .tdW40p , .tdW30p , .tdW20p {
	width:100%;
}


}

@media only screen and (max-width: 600px) {
/*-------------------------
onOff
--------------------------*/

.pcOFFspON {
	display:block;
}

.pcONspOFF {
	display:none;
}

.pcONtabletOFFspON {
	display:block;
}

.pcOFFtabletONspOFF {
	display:none;
}


.txtPCcenterSPLeft {
	text-align:left;
}


.txtPCLeftSPcenter  {
	text-align:center;
}



}



/* wp */
.tx-right {
	text-align:right;
}
.titleWrap {
	display: flex;
  align-items: center;
}
.data {
    margin-left: 15px;
    display: inline-block;
}
.title {
    margin-left: 15px;
	display: inline-block;
}

.imghover:hover{
	opacity:0.6;
	transition:0.6s;
}
@media only screen and (max-width: 480px) {
.titleWrap {
    display: block;
    align-items: flex-start;
}
span.txtCenter {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}	
.data {
    margin-left: 0;
	display: block;
}
.title {
    margin-left: 0;
	display: block;
}	
}
.box1 {
    background-color: rgba(232,241,253,0.42);
    padding: 2em;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 40px;
    border-radius: 15px;
}
.box1 ul li,.blog ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #CCCCCC;
}

/*===========================
レスポ化対応
===========================*/

.telNoDeco a {
	text-decoration:none !important;
	color:#333 !important;
}

.telNoDeco a:hover {
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
}

.telNoDecoWhite a {
	text-decoration:none !important;
	color:#fff !important;
}

.telNoDecoWhite a:hover {
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
}

.hoverTrans a:hover {
    cursor:pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)"; 
    -moz-opacity:0.7; 
    -khtml-opacity: 0.7; 
    opacity:0.7;
    zoom:1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.txtCenter {
	text-align:center !important;
}

.txtRight {
	text-align:right !important;
}

.txtLeft {
	text-align:left !important;
}

.txtSUP {
	font-size: 75.5%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}


.txtSUB {
	font-size: 75.5%;
	vertical-align: bottom;
	position: relative;
	top: 0.1em;
}

.fs60p {
	font-size:60% !important;
}

.fs70p {
	font-size:70% !important;
}

.fs80p {
	font-size:80% !important;
}

.fs90p {
	font-size:90% !important;
}

.fs110p {
	font-size:110% !important;
}

.fs120p {
	font-size:120% !important;
	line-height:1.4em !important;
}

.fs130p {
	font-size:130% !important;
	line-height:1.4em !important;
}

.fs140p {
	font-size:140% !important;
	line-height:1.4em !important;
}

.fs140pM {
	font-size:140% !important;
	line-height:1.8em !important;
}

.fs150p {
	font-size:150% !important;
	line-height:1.4em !important;
}

.fs200p {
	font-size:200% !important;
	line-height:1.4em !important;
}

/* 特別 */


.clear {
	clear:both;
}

div.clear {
	height:0px;
	line-height:0;
	font-size:0;
}



/*-------------------------
onOff
-------------------------*/

.pcOFFtabletON
 {
	display:none;
}

.pcONtabletOFF {
}

.pcONtabletOFFspON {
}


.pcOFFspON {
	display:none;
}

.pcOFFtabletONspOFF {
	display:none;
}


.pcONspOFF {
}

.txtPCcenterSPLeft {
	text-align:center;
}

.txtPCLeftSPcenter {
	text-align:left;
}


.txtPCcenterTabletLeft {
	text-align:center;
}


/* content */


.contPadW50p {
	width:50%;
	margin:0 auto 30px auto;
	box-sizing: border-box;
}

.contPadW60p {
	width:60%;
	margin:0 auto 30px auto;
	box-sizing: border-box;
}

.contPadW70p {
	width:70%;
	margin:0 auto 30px auto;
	box-sizing: border-box;
}

.contPadW80p {
	width:80%;
	margin:0 auto 30px auto;
	box-sizing: border-box;
}

.contPadW90p {
	width:90%;
	margin:0 auto 30px auto;
	box-sizing: border-box;
}




/* table */

.nowrap {
	white-space: nowrap;
}

.tdW90p {
	width:90%;
	box-sizing: border-box;
}

.tdW80p {
	width:80%;
	box-sizing: border-box;
}

.tdW70p {
	width:70%;
	box-sizing: border-box;
}

.tdW60p {
	width:60%;
	box-sizing: border-box;
}

.tdW50p {
	width:50%;
	box-sizing: border-box;
}

.tdW40p {
	width:40%;
	box-sizing: border-box;
}


.tdW30p {
	width:30%;
	box-sizing: border-box;
}

.tdW20p {
	width:20%;
	box-sizing: border-box;
}

.tdW10p {
	width:10%;
	box-sizing: border-box;
}


.tdCenter {
	text-align:center;
	vertical-align:middle;
}

/*tableをスクロールさせる*/
/* 	スクロール用テーブル  */

.scroll table th {
	text-align:center;
	vertical-align:middle;
}




/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar {
 height: 5px;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-track {
 border-radius: 5px;
 background: #F1F1F1;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-thumb {
 border-radius: 5px;
 background: #BCBCBC;
}

/* imgFloat */

.imgFloatRight {
	float:right;
	margin:0 0 1em 2em;
}

.imgFloatRightTabletCenter {
	float:right;
	margin:0 0 1em 2em;
}

.imgFloatLeft {
	float:left;
	margin:0 2em 1em 0;
}

.imgFloatLeftTabletCenter {
	float:left;
	margin:0 2em 1em 0;
}




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

/*-------------------------
onOff
--------------------------*/


.pcONtabletOFF {
	display:none;
}

.pcOFFtabletON {
	display:block;
}

.pcOFFtabletONspOFF {
	display:block;
}

.pcONtabletOFFspON {
	display:none;
}


.txtPCcenterTabletLeft {
	text-align:left;
}

.contPadW50p , .contPadW60p , .contPadW70p , .contPadW80p , .contPadW90p {
	width:100%;
}

.tdW90p , .tdW80p , .tdW70p , .tdW60p , .tdW50p , .tdW40p , .tdW30p , .tdW20p {
	width:100%;
}

/*tableのセル内にある文字の折り返しを禁止*/
.scroll {
	overflow: auto;
	white-space: nowrap;
	width:100% !important;
	box-sizing: border-box;
}


/*table右に線*/

.scroll {
	border-right: 2px solid #4f4d47;
	overflow-x: scroll;
}

/*tableにスクロールバーを追加*/

.scroll table {
	overflow:scroll;
}
.scroll table th {
	width:auto;
	display:table-cell;
	vertical-align:middle;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	box-sizing: border-box;
}


.scroll table td {
	width:auto;
	display:table-cell;
}

/* imgFloat */

.imgFloatRightTabletCenter , .imgFloatLeftTabletCenter {
	float:none;
	text-align:center;
}



}

@media only screen and (max-width: 600px) {
/*-------------------------
onOff
--------------------------*/

.pcOFFspON {
	display:block;
}

.pcONspOFF {
	display:none;
}

.pcONtabletOFFspON {
	display:block;
}

.pcOFFtabletONspOFF {
	display:none;
}


.txtPCcenterSPLeft {
	text-align:left;
}


.txtPCLeftSPcenter  {
	text-align:center;
}

/* imgFloat */

.imgFloatRight , .imgFloatLeft {
	float:none;
	margin:0 0 1em 0;
	text-align:center;
}



}

.fc333 {
	color:#333 !important;
}
.fcRed {
	color:#E92D05;
}

.fcRedOrange {
	color:#F44806;
}

.fcOrange {
	color:#F57312;
}

.fcYellow {
	color:#F3AB25;
}

.fcYG {
	color:#A7B82C;
}

.fcGreen {
	color:#58AB38;
}

.fcSkyB {
	color:#6ABDE6;
}

.fcBlue {
	color:#408BD0;
}

.fcBlueP {
	color:#8B5FCF;
}

.fcRedP {
	color:#AF41B8;
}

.fcWineR {
	color:#C62B71;
}


/* 囲み */

.boxSimple {
	border: solid 1px #CCC;	
	padding:1em;
}

.boxSimple2 {
	border: solid 1px #CCC;	
	padding:1em;
	background: rgba(250,250,250,.85);
}

.boxFrame {
	padding:2em;
	border:3px solid #F1C03F;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius:10px;
	margin-bottom:40px;
	background: rgba(255,255,255,.85);
}

.boxFrameDouble {
	padding:2em;
	border:3px double #F1C03F;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius:10px;
	margin-bottom:40px;
	background: rgba(255,255,255,.85);
}

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

.boxFrame {
	box-sizing: border-box;
	width:100%;
	padding:1em 1em;
}

.boxFrameDouble {
	box-sizing: border-box;
	width:100%;
	padding:1em 1em;
}

}

/* インラインレイアウト */

.lay2Inline {
	width:45%;
	display:inline-block;
	margin:0 2% 1em 2%;
	vertical-align:top;
	box-sizing: border-box;
}

.lay3Inline {
	width:28%;
	display:inline-block;
	margin:0 2% 30px 2%;
	vertical-align:top;
	box-sizing: border-box;
}

.lay4Inline {
	width: 21.25%;
	display:inline-block;
	margin:0 1.5% 1em 1.5%;
	vertical-align:top;
	box-sizing: border-box;
}

/*　1：2　*/

.layInline1-2_1 {
	display:inline-block;
	width:32%;
	margin:0 2% 1em 2%;
	vertical-align:top;
}

.layInline1-2_2 {
	display:inline-block;
	width:58%;
	margin:0 2% 1em 2%;
	vertical-align:top;
}


/*　2：1　*/

.layInline2-1_1 {
	display:inline-block;
	width:58%;
	margin:0 2% 1em 2%;
	vertical-align:top;
}

.layInline2-1_2 {
	display:inline-block;
	width:32%;
	margin:0 2% 1em 2%;
	vertical-align:top;
}

/*　1：3　*/

.layInline1-3_1 {
	display:inline-block;
	width:22%;
	margin:0 1.5% 1em 1.5%;
	vertical-align:top;
}

.layInline1-3_2 {
	display:inline-block;
	width:71%;
	margin:0 1.5% 1em 1.5%;
	vertical-align:top;
}


@media only screen and (max-width: 600px) {
 
.lay2Inline , .lay3Inline , .lay4Inline , .layInline2-1_1 , .layInline2-1_2 , .layInline1-2_1 , .layInline1-2_2  , .layInline3-1_1 , .layInline3-1_2 , .layInline1-3_1 , .layInline1-3_2  {
	 width:100%;
	 margin:0 0 2em 0;
}

}

.txtIcon {
	display:inline-block;
	color:#FFF;
	text-align:center;
	line-height:normal;
	padding:0.3em 1em 0.3em 1em;
	background-color:#2D6297;
	margin-bottom:10px;
	border-radius: 5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	font-size:1.1em;
}

.txtIcon2 {
	display:inline-block;
	color:#FFF;
	text-align:center;
	line-height:normal;
	padding:0.3em 1em 0.4em 1em;
	background-color:#863;
	margin-bottom:10px;
	border-radius: 5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	width:50%;
	box-sizing: border-box;
}
.wrap-h2 {
  width:96%;
  margin:1% auto 3%;
}
.wrap-h3 {
  width:96%;
  margin:1% auto 3%;
}
.wrap-h4 {
  width:96%;
  margin:1% auto 3%;
}
@media (min-width: 769px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}
.company_data .data a {
    color: #333 !important;
    text-decoration: none;
}
.company_data .data a:hover {
    cursor: pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    zoom: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.tel-a a {
    color:#333;
	text-decoration:none;
}
.tel-a a:hover {
    cursor: pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    zoom: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.box-sd {
    padding: 2rem;
    background-color: #fff;
    border: 1px solid #999;
    box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
.box-sd {
    padding: 1.2rem;
    box-sizing: border-box;
}

}
.catch01 {   
    font-size: 1.3em;
    font-weight: 800;
    text-align: center;
    line-height: 1.6;
    color: #54b80c;
    padding: 0.5em 0em;
    font-style: italic;
	margin-bottom:0.6em;
}
.catch02 {   
    font-size: 1.1em;
    font-weight: 800;
    text-align: center;
    line-height: 1.6;
    color: #fff;
    background: #54b80c;
    padding: 0.5em 0em;
    font-style: italic;
	margin-bottom:0.9em;
}


dl.dl-tbl {
display: flex;
flex-flow: row wrap;
width: 100%;
}
.dl-tbl dt {
flex-basis: 30%;
padding: 10px;
border-bottom: 1px solid #ccc;
box-sizing:border-box;
text-align:center;
font-weight:bold;
background: #f0f8fe;
    color: #99dca5;
    letter-spacing: 0.05em;
	border-color: #e5d19f;
    border-style: solid;
    border-width: 0 1px 1px 0;

}
.dl-tbl dd {
flex-basis: 70%;
border-bottom: 1px solid #ccc;
box-sizing:border-box;
font-size: 15px;
    padding: 10px;
	border-color: #e5d19f;
    border-style: solid;
    border-width: 0 0px 1px 0;
}
@media screen and (max-width: 559px) {
.dl-tbl dl {
flex-flow: column;
}
}
.tbl-1 td {
    text-align:center;	
}
.tbl-2 th {
    width:30%;
	vertical-align:middle;
}
.tbl-3 th {
    width:50%;
}
.tbl-3 td {
    text-align:center;
}
@media only screen and (max-width: 768px) {
table th ,table td,.tbl-2 th,.tbl-3 th{
    display: block;
    width: 100%;
    box-sizing: border-box;
}

}
.pc-disp {
    display:block;
}
.sp-disp {
    display:none; 
}
@media only screen and (max-width: 768px) {
.pc-disp {
    display:none;
}
.sp-disp {
    display:block; 
}
}
.res-img img {
	width:100%;
	height:auto;
}
.fa-facebook-square {
	position:relative;
}
.fa-facebook-square:before {
	position:absolute;
	top:-15px;
	left:-20px
}
.h-ttl05 {
    font-size:1.1em;
	font-weight:200;
	padding:0.5em;
	text-align:center;
	background:#58a91d;
	color:#fff;
	margin-bottom:0em;
}
.h4-ttl {
    border-left:2px solid #0C9;
	padding-left:16px;
	font-size:1.1em;
	margin-bottom:0.5em !important;
	margin-top:1.6em !important;
}

.h-ttl {
  position: relative;
  color: #158b2b;
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
  margin: 1em 0 1.5em;
}
.h-ttl:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  width: 190px;
  height: 89px;
  border-radius: 50%;
  border: 2px solid #a6ddb0;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
h3.h-ttl:after {
    position: static;
    bottom: -16px;
    left: 50%;
    z-index: 1;
    content: '';
    display: block;
    height: 0px;
    background: #dcdcdc;
    width: 120px;
    margin-left: -60px;
}

.h-ttl-wrap {
	text-align:center;
}

h3.h-ttl02 {
  position: relative;
  color: #333;
  display: inline-block;
  margin: 1em 0 ;
  text-shadow: 0 0 2px white;
}
h3.h-ttl02::before {
  content: "";
  position: absolute;
  background: #d2f0d7;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: -1;
}
h3.h-ttl02::after {
	position:static;
	    height: 0px;
}



@media only screen and (max-width: 768px) {
.content h3::after {
	position:static;
	height:0px;
}
.h-ttl:before {
    content: "";
    position: absolute;
    top: -14px;
    left: 50%;
    width: 190px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #a6ddb0;
    border-left-color: transparent;
    border-right-color: transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
h3.h-ttl02 {
    margin: 2em 0 2em;
}
h3.h-ttl02::before {
    width: 60px;
    height: 60px;
}
.lower-bar .inqset .form a {
    padding: 8px 3vw 8px 3vw;
    color: #FFF;
    text-decoration: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
}

.box-wrap {
    margin: 2em 0;
    background: #dcefff;
}
.box-wrap .box-title {
    font-size: 1.2em;
    background: #5fb3f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box-wrap p.res-img {
    padding: 0px 0px ;
    margin: 0;
}
.box-wrap p.cnt {
    padding: 6px 10px 20px ;
    margin: 0;
	height:100px;
}

.table2 th {
   vertical-align:middle;
}


@media only screen and (max-width: 1080px) {
.box-wrap p.cnt {
    padding: 6px 10px 20px ;
    margin: 0;
	height:auto;
}
}
	
	
	
