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


/*===========================
aaa
===========================*/

/*===========================
フローティングバナー
===========================*/


/* color:var(--contact-color); で利用 */
:root {
	--contact-color:#09224e;
}

/* color:var(--contact-bg); で利用 */
:root {
	--contact-bg:#193669;
}

/* color:var(--contact-hover); で利用 */
:root {
	--contact-hover:#335081;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto
}
.emergencyWrap {
    position: fixed;
    right: 1%;
    bottom: 11%;
    z-index: 1000;
    padding: 10px 30px;
    background-color: var(--contact-bg);
    border-bottom: 6px solid var(--contact-color);
    border-radius: 12px;
}
@media screen and (max-width: 768px) {
    .emergencyWrap {
        right: 0;
        bottom: 0;
        width: 100%;
        border-radius: 0;
        border: none;
        /*background-color: #51baf1;*/
    }
}
/*@media screen and (max-width: 480px) {
  .emergencyWrap {
    bottom: 50px;
  }
}*/
.emergencyWrap > span {
    display: block;
    margin-bottom: 8px;
    margin-top: 3px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
.emergencyWrap .emergencyBtnWrap {
    display: block;
}
@media screen and (max-width: 768px) {
    .emergencyWrap .emergencyBtnWrap {
        /*display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;*/
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
    }
}
.emergencyWrap a {
    display: block;
    margin-bottom: 0px;
    margin-top: 8px;
    padding: 2px;
    color: #fff;
    background-color: var(--contact-color);
    border-radius: 5px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .emergencyWrap a {
        margin: 3px 8px;
    }
}
.emergencyWrap a.tel {
    display: block;
    padding: 8px 8px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
}
.emergencyWrap a.tel .fa-phone-volume {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 20px;
}
.emergencyWrap a.tel span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
}
.emergencyWrap a.tel:hover {
    background-color: var(--contact-hover);
    text-decoration: none;
}
.emergencyWrap a.contact {
    display: block;
    padding: 8px 8px;
    color: #fff;
    text-align: left;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
}
.emergencyWrap a.contact .fa-envelope {
    color: #fff;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}
.emergencyWrap a.contact span {
    display: inline-block;
    margin-left: 35px;
    display: inline-block;
    vertical-align: middle;
}
.emergencyWrap a.contact:hover {
    background-color: #69d782;
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    .emergencyWrap a.contact {
        text-align: center;
        padding: 8px 0px 8px 8px;
    }
    .emergencyWrap a.tel span {
        font-size: 14px;
        font-weight: 900;
    }
    .emergencyWrap a.contact span {
        display: block;
        margin-left: 15px;
        text-align: center;
        margin: auto;
    }
    .emergencyWrap a.contact .fa-envelope {
        color: #fff;
        font-size: 20px;
        display: block;
        text-align: center;
        margin: auto;
    }
}
@media screen and (max-width: 340px) {
    .emergencyWrap a.tel span {
        font-size: 13px;
        font-weight: 900;
    }
} /*　addに追加　*/
.emergencyWrap {
    box-sizing: border-box;
}
@media screen and (max-width: 768px) {
    .emergencyWrap .emergencyBtnWrap {
        display: flex;
        justify-content: center;
    }
    .emergencyWrap a.tel {
        width: 30%;
        display: inline-block;
        padding: 8px 8px;
        color: #fff;
        text-align: center;
        font-size: 14px;
        letter-spacing: 1px;
        font-weight: bold;
        box-sizing: border-box;
    }
    footer {
        padding-bottom: 150px;
    }
}
.catch04 {
    font-size: 2em;
    font-weight: 800;
    line-height: 1.6em;
    color: #20993b;
    text-align: center;
    margin-bottom: 1em;
}
.tx-center {
	text-align: center;
}
.tx-flex {
	text-align: center;
}
 @media screen and (max-width: 768px) {
.tx-flex {
 text-align: left;/*PCで中央、スマホタブレット左寄せ*/
}
}
.mb20 {
	margin-bottom: 20px!important;
}
.wrap-bg {
    position: relative;
    top: 0rem;
    left: 0px;
    width: 100vw;
    height: auto;
    background: url(../images/backgrounds/background-01.svg) no-repeat;
    background-position: top -100px left !important;
    background-size: contain !important;
}
@media only screen and (max-width: 768px) {
    .catch01 {
        font-size: 1.1em;
        line-height: 1.6em;
        text-align: left;
        margin-bottom: 1em;
    }
    .wrap-bg {
        background-position: top 0px left !important;
        background-size: initial !important;
    }
}
.wd40 {
    width: 40% !important;
    margin: auto;
}
.wd50 {
    width: 50% !important;
    margin: 0 auto;
}
.wd60 {
    width: 60% !important;
    margin: 0 auto;
}
.wd70 {
    width: 70% !important;
    margin: 0 auto;
}
.wd80 {
    width: 80% !important;
    margin: 0 auto;
}
.wd85 {
    width: 85% !important;
    margin: 0 auto;
}
.wd90 {
    width: 90% !important;
    margin: 0 auto;
}
.wd95 {
    width: 95% !important;
    margin: 0 auto;
}
@media only screen and (max-width: 768px) {
    .wd40, .wd50, .wd60, .wd70, .wd80, .wd85, .wd90, .wd95 {
        width: 100% !important;
        margin: auto;
    }
}
.box-sd {
	padding: 2em 4em;
	/*background-color: #fff;*/
	border: 1px solid #ccc;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.80);
}
@media only screen and (max-width: 600px) {
    .box-sd {
        padding: 15px;
    }
}
#pagetop {
    position: fixed;
    bottom: 30px;
    right: 10px;
    z-index: 20;
}
@media only screen and (max-width: 600px) {
    #pagetop {
        position: fixed;
        bottom: 120px;
        right: 10px;
        z-index: 20;
    }
}



/*===========================
リスト
===========================*/
.content ul.nb_circle, .content ul.circle2, .content ul.circle3, .content ul.nb_check, .content ul.check2, .content ul.check3 {
	position: relative;
}
.content check_2, .content check2_2, .content circle2_2, .content circle4_2, .content circle3_2 {
position: relative;
overflow: hidden;
}
.content ul.check_2, .content ul.check2_2, .content ul.circle2_2, .content ul.circle4_2, .content ul.circle3_2{
float:left;
position:relative;
}
.content ul.check_2 li {
	padding: 0 0 0.5em 1.6em;
	margin-bottom: 0.7em;
		left:-45%;
position:relative;
}
.content ul.check_2 li::before {
	position: absolute;
	content: "\f14a";
	font-family: FontAwesome;
	left: 0.3em;
	font-size: 1.3em;
}
 

.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.5em;

	border-bottom: 1px dashed #CCC;

	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 1em;
	margin-right: 1%;
	margin-left: 0.1%;
	width: 46%;
}
.content ul.check2_2 li, .content ul.circle2_2 li  {
	margin-bottom: 0.5em;
	/*
	border-bottom: 1px dashed #CCC;
	*/
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 1.5em;
	margin-right: 25px;

	width: 35%;
	left:25%;
position:relative;
}

.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.circle2_2 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: 1em;
	margin-left: -1em;
}
.content ul.check2_2 li::before {
	position: absolute;
	content: "\f14a";
	font-family: FontAwesome;
	left: 0.2em;
	font-size: 1.3em;
}

.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;	
}
.content ul.circle_3 li {
	margin-bottom: 0.5em;

	border-bottom: 1px dashed #CCC;

	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 1em;
	margin-right: 0.1%;
	margin-left: 0.1%;
	width: 30%;
}

.content ul.circle_3 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.check_3 li {
	margin-bottom: 0.5em;
	border-bottom: 1px dashed #CCC;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 1em;
	margin-right: 0.1%;
	margin-left: 0.1%;
	width: 30%;
}

.content ul.check_3 li:before {
	display: block;
	position: absolute;
	content: "\f14a";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}
.content ul.circle_4 li {
	margin-bottom: 0.5em;
	/*
	border-bottom: 1px dashed #CCC;
	*/
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 1em;
	margin-right: 0.1%;
	margin-left: 0.1%;
	width: 20%;
}
.content ul.circle_4 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.check_4 li {
	margin-bottom: 0.5em;
	border-bottom: 1px dashed #CCC;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 1em;
	margin-right: 0.1%;
	margin-left: 0.1%;
	width: 23%;
}

.content ul.check_4 li:before {
	display: block;
	position: absolute;
	content: "\f14a";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}
.content ul.circle3_2 li {
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	float: left;
	padding-top: 0;
	padding-right: 2em;
	padding-bottom: 0.5em;
	padding-left: 0;
	margin-right: 35px;
	width: 7.5em;
		left:-40%;
position:relative;
}
.content ul.check3 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.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;
}
.content ul.circle3_2 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.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;

}
.content ul.circle4_2 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;

		left:-30%;
position:relative;
}
.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: 0.5em;
	margin-right: 35px;
	
}
.content ul.check4 li::before {
	display: block;
	position: absolute;
	content: "\f14a";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}
.content ul.check4_2 li {
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	margin-right: 35px;
			left:18%;
position:relative;
		border-bottom: 1px dashed #CCC;
	
}
.content ul.check4_2 li::before {
	display: block;
	position: absolute;
	content: "\f14a";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.15em;
}
.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.circle4_2 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.liReseter {
	line-height:1.8em;
	margin-left:20px;

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

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

}
ul.liReseterFloat li {
	display:list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding-left:-10px;
	float:left;
	padding-right:60px;
}

.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 {
	width: 40%;
	border:none!important;
}

.content ul.check_2, .content ul.check2_2, .content ul.circle2_2, .content ul.circle4_2, .content ul.circle3_2{
float:left;
position:relative;
}

ul.liReseterFloat li {
	float:none;
	margin-bottom:10px;
}
.content ul.check2_2 li, .content ul.circle2_2 li, .content ul.circle_3 li, .content ul.circle_4 li {
	float: none;
	width: 90%;
}
}



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

.content ul.check2_2 li, .content ul.circle2_2 li  {
	width: 95%;
	margin-right:3%;

}
.content ul.circle4_2 li {
	margin-left:0;
	width:98%;
	float:none;
	margin-right:0;
	padding-left:0;
	left:-40%;
}
}

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

table th {
	padding: 8px;
	border: 1px #dadada solid;
	font-weight: bold;
	background-color: #EEE;
	font-weight: bold;
	vertical-align:top;
	white-space:nowrap;
}

/*===========================
地図追加
===========================*/
#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
===========================*/

h2 {
	color: #333;
	letter-spacing: 1px;
	font-weight: normal;
	font-family: 'Noto Sans Japanese', sans-serif;
}
h2 {
	font-size: 1.25em;
	margin: .75em 0;
	line-height:1.5em;
}
.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;
	}
/*===========================
news
===========================*/

.news dl {
}
.news dl dt {
	clear:both;
	float:left;
	width: 5em;
	line-height:1.2em;
	padding:0.2em 0;
}
.news dl dd {
	line-height:1.2em;
	padding:0.2em 0;
	margin-left:5em;
	margin-right:0.1em;
}
.tx-em {
	background: linear-gradient(transparent 62%, rgba(255, 250, 137, 0.71) 0%);
}
.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;
	}
table td .midiam{
		
}
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: -4%;
 left: 77%;
}
 .after2::after {
 width:22%;
 height:22%;
 bottom: -4%;
 left: 77%;
}
.txtstyle3 {
	font-size: 1.3em;
}
.txtstyle4 {
	font-size: 1.5em;
		line-height:1.6em;
}
.txtstyle5 {
	font-size: 1.5em;
	font-weight:bold;
}
.txtstyle6 {
	font-size: 1.7em;
	line-height:1.4em;
}
.nomalcatch{
	font-size:1.7em;
	text-align:center;
	margin-bottom:20px;
	font-weight:bold;
	line-height:1.4em;
}
/*===========================
タブレット・スマホサイズのcircle2
===========================*/


@media screen and (max-width: 768px) {
	.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%;
	padding-left:0;
	width: 100%;
}
	
}
.h3wrap{
	margin-bottom:5%;
	margin-top:5%;
}
.com_soon {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 3px #999;
	text-align:center;
}
.com_soon p {
    margin: 0; 
    padding: 50px;
	font-size:1.3em;
	color:#808080;
}
.tx-right{
	text-align:right;
}
.w90{
	width:90%;
	
	margin:auto;
}
.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;
}
.w30{
	width:30%;
	
	margin:auto;
}
.h2_ver2{
	font-size: 1.6em!important;
	line-height: 1.3em;
	text-align: center;
	margin-bottom: 2em;
	position: relative;
}
.h2_ver2::after {
	position: absolute;
	bottom: -16px;
	left: 50%;
	z-index: 1;
	content: '';
	display: block;
	height: 3px;
	background: #dcdcdc;
	width: 120px;
	margin-left: -60px;

}


.small-writeup2 {
	border:1px solid #dadada;
	padding:5%;
	width:100%;
	box-sizing: border-box;
	margin-bottom:40px;
}
.content .small-writeup2 h3 {
	font-size:1.4em;
	margin-bottom:1em;
}
 .content .small-writeup2 h3::after {
position:relative;
 background: none;
 bottom:0;
}
 @media screen and (max-width: 768px) {

 .small-writeup2 {
 padding:10px;
 margin-bottom:30px;
}
.w90, .w80, .w70, .w60, .w50, .w40 .w30 {
	width:100%;
}
}
/* box内 */

.box h1 {
	font-size: 1.9em;
	text-align: center;
	margin-bottom: 1em;
}
.box p {
	margin-bottom: 1.5em;
}
.box .btn {
	text-align: center;
	line-height: 1;
}
.box .btn a {
	display: inline-block;
	border: 1px solid #222;
	padding: 8px 42px;
	text-decoration: none;
	box-sizing: border-box;
}
.box .btn a:hover {
	color: #FFF;
	background-color: #222;
}
/*テーブル追加*/


table.table-various6 th {
	text-align: center;
		padding: 9px 1px;
}
table.table-various6 td {
	padding:7px;
	text-align:center;
}
table.table-various6 td:first-child {
	text-align: left;
}
table.table-various6 {
	width: 100%;
	padding-top: 1.5em;
}
.second{
	background-color:#FAFAFA!important;
}
.one_half h3{
	margin-top:30px;
}
.content_center{
	margin-left:23%;
}
.content ol.number-list_b {
counter-reset:number; /* 名前を付けたカウンターをリセット */
list-style:none; /* olが数字を付けることをキャンセル */

}
.content ol.number-list_b li {
	line-height: 2;
        margin-bottom: 1em;
		border-bottom:1px #CCC dashed;
		padding-bottom:10px;
padding-left: 2.5em; /*1em（1文字）分、右に動かす*/
	text-indent: -2.5em; /*最初の行だけ1em（1文字）分、左に動かす*/
}
.content ol.number-list_b li:before {
            counter-increment: number;
            content: counter(number);
            background: #000;
            display: inline-block;
            width: 2em;
            height: 2em;
            text-align: center;
            border-radius: 50%;
            color: #fff;
            margin-right: .3em;
text-indent: 0.1em; /*最初の行だけ1em（1文字）分、左に動かす*/
}
.content ol.number-list_b2 {
counter-reset:number; /* 名前を付けたカウンターをリセット */
list-style:none; /* olが数字を付けることをキャンセル */

}
.content ol.number-list_b2 li {
	float:left;
	margin-right:10px;
	line-height: 2;
        margin-bottom: 1em;
		border-bottom:1px #CCC dashed;
		padding-bottom:10px;
padding-left: 2.5em; /*1em（1文字）分、右に動かす*/
	text-indent: -2.5em; /*最初の行だけ1em（1文字）分、左に動かす*/
}
.content ol.number-list_b2 li:before {
            counter-increment: number;
            content: counter(number);
            background: #000;
            display: inline-block;
            width: 2em;
            height: 2em;
            text-align: center;
            border-radius: 50%;
            color: #fff;
            margin-right: .3em;
text-indent: 0.1em; /*最初の行だけ1em（1文字）分、左に動かす*/
}
@media screen and (max-width: 768px) {
.center{
	margin-left:0;
}	
.content ol.number-list_b li {
	width:100%;
	margin-left:0;
}
}

/* ボタン */


.content .btn {
	text-align: center;
	line-height: 1;
}
.content .btn a {
	display: inline-block;
	border: 1px solid #222;
	padding: 8px 42px;
	text-decoration: none;
	box-sizing: border-box;
}
.content .btn a:hover {
	color: #FFF;
	background-color: #222;
}

.sssp{
	display:block;
}
@media screen and (max-width: 768px) {
	.sssp{
	display:none;
}
.content ol.number-list_b li {
	width:88%;
}

}
/*===========================
others
===========================*/

/* 画像とテキストを交互に表示 */


.contents-wrap {
	display: flex;
	justify-content: space-between;
}
.contents-wrap:nth-child(odd) {
	flex-direction: row-reverse;
}

.contents-text {
	width: 42%; /*flex: 2;*/
	padding-right:4%;
	padding-left:4%;
}
.contents-img {
	width: 50%; /*flex: 1;*/
}

.contents-text h2 {
	margin-bottom: 2rem;
	font-size: 2.2rem;
}

.contents-img img {
	display: block;
	width: auto;
	max-width: 100%;
}

/*
@media screen and (max-width: 768px){
	.contents-wrap,
	.contents-wrap:nth-child(odd)  {
		flex-direction: column;
	}

	.contents-text,
	.contents-img {
		width: 100%; /*flex: 1;
		margin-bottom:3em;
	}

	.contents-text h2 {
		text-align: center;
	}
}
*/

.sml{
	font-size:150%!important;
}



/*----------------------------
横スクロール存在
-----------------------------*/

.table-wrap table tr th {
	text-align:center;
		vertical-align:middle;
		 white-space:normal;
}

.table-wrap table tr td {
	text-align:center;
	vertical-align:middle;
			 white-space:normal;
}

.table-wrap table tr td.td35 {
	width:35%!important;
}
.table-wrap table tr th.th35 {
	width:35%!important;
}	

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


.table-wrap table {
  background: linear-gradient(to right, hsla(0,0%,100%,0), white 15px) right / 10px 100%;
  background-repeat: no-repeat;
  background-attachment: local;
  border-bottom: 1px solid #CCC;
  border-collapse: collapse;
}

.table-wrap th {
  padding: 10px;
  background: rgba(0,0,0,.1);
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  white-space: nowrap!important;
}
.table-wrap td {
  padding: 10px;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  white-space: nowrap!important;
}
.table-wrap  {

}
.table-wrap  th {

		display:table-cell;
}
.table-wrap  td {

		display:table-cell;
}
 }
  @media only screen and (max-width: 400px) {
	 .table-wrap {
	width:100%;
  overflow: auto;

  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) right/20px 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;

  background-position: 100% 0%;
}
  }
.ex2 {
	padding-left: 1em; /*1em（1文字）分、右に動かす*/
	text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
	margin-bottom:0.4em;
	line-height:1.3em;
}
.ex3 {
	padding-left: 1em; /*1em（1文字）分、右に動かす*/
	text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
	margin-bottom: 0.4em;
	line-height: 1.3em;
	font-size: 1.2em;
}
.ex3 span {
	color: #bc2d2d;
}

.content ul.comment {
	position: relative;
}

.content ul.comment li {
	padding: 0 0 0.5em 1.6em;
	margin-bottom: 0.7em;
	/*
	border-bottom: 1px dashed #CCC;
	*/
}
.content ul.comment li::before {
	position: absolute;
	content: "\f27b";
	font-family: FontAwesome;
	left: 0.3em;
	font-size: 1.3em;
}

.bg-color {
	background-color:#333333;
}


.box_bg {
    padding: 2em 2em;
    margin: 2em 0;
    color: #2c2c2f;
    background: #E7E7E7;/*背景色*/
	border:#fff 4px double;
}
.box3_bg p {
    margin: 0; 
    padding: 0;
}

table.table-various1 tr th.th15 {
	width:15%;
}
 @media only screen and (max-width: 768px) {
	table.table-various1 tr th.th15 {
	width:100%;
} 
 }

ul.tel_inq {
	position:relative;

	margin:auto;

}

ul.tel_inq li {
	margin-bottom: 0.5em;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 1em;
	margin-right: 1%;
	margin-left: 0.1%;
}

 @media only screen and (max-width: 768px) {
ul.tel_inq li {
	
	float: none;
	width: 95%;
} 
	 
 }
.mt8 {
	margin-top:8px;
}

/*----------------------------
Aパターンのメールフォームボタン
----------------------------*/


.btn_m {
	display: block;
	margin-top: 0.5em;
	text-align:center;
}
.btn_m a {
	padding: 7px 18px 7px 44px;
	line-height: 1;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	text-decoration: none;
	border-radius: 3px;
	width: auto;
		background-color:#002060;
	color: #FFF!important;
}
.btn_m a:hover {
	background-color: #BBB;
}
.btn_m a::before {
	position: absolute;
	top: 18%;
	bottom: 0;
	margin: auto;
	content: "\f0e0";
		font-family: FontAwesome;
	vertical-align: middle;
	left: 7%;
	box-sizing: border-box;
		font-size:1.4em;
}


.txtslow2 {
	line-height: 2.3;
	font-size:1.2em;
}



/* コメントリスト(フォントオーサム) */

.content ul.comment {
	position: relative;
}

.content ul.comment li {
	padding: 0 0 0.5em 1.6em;
	margin-bottom: 0.7em;
	/*
	border-bottom: 1px dashed #CCC;
	*/
}
.content ul.comment li::before {
	position: absolute;
	content: "\f27b";
	font-family: FontAwesome;
	left: 0em;
	font-size: 1.5em;
	margin-top:-4px;
}

.content ul.comment2 {
	position: relative;
	margin-left:10px;
}



.content ul.comment2 li {
	margin-bottom: 0.5em;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 1em;
	margin-right: 0.1%;
	margin-left: 0.1%;
	width: 47%;
	font-size:1em;
		border-bottom:1px #CCC dashed;
}
.content ul.comment2 li::before {
	display: block;
	position: absolute;
	content: "\f27b";
	font-family: FontAwesome;
	font-size: 1.4em;
	margin-left: -1.2em;

}


@media screen and (max-width: 768px) {
	.content ul.comment2 {
	margin-left:1%;
}
	
	
}

.content ul.comment3 {
	position: relative;
	margin-left:10px;
}



.content ul.comment3 li {
	margin-bottom: 0.5em;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 1em;
	margin-right: 0.1%;
	margin-left: 0.1%;
	font-size:1.1em;
	width:31%;
	border-bottom:1px #CCC dashed;
}
.content ul.comment3 li::before {
	display: block;
	position: absolute;
	content: "\f27b";
	font-family: FontAwesome;
	font-size: 1.4em;
	margin-left: -1.2em;

}

 @media only screen and (max-width: 768px) {
	 .content ul.comment2 li {
		 width:100%;
	 }
	 	 .content ul.comment3 li {
		 width:100%;
	 }
 }

/* 写真の角丸　*/

.photo_circle {
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

a[href^="tel:"] { cursor: default; }
@media screen and (min-width: 768px) {
	a[href^="tel:"] { cursor: default;
	text-decoration:none; }
}


/*----------------------------
free area
-----------------------------*/

.free-area {
	width:100%;
	border-top:1px solid #d7d7d7;
	padding: 50px 0;
	background-image:url(../img/top/bg_freearea.png);
	background-position: 2% bottom;
	background-repeat: no-repeat;
}

.free-area .inner {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.free-area .inner h2 {
	margin: 0;
	padding: 0;
	margin-bottom: 0.5em;
	width: 100%;
	background-color: #333;
	background-image: url(../img/top/bg_patten1.png);
	color: #fff;
	padding: 5px 10px;
	box-sizing: border-box;
	border-radius: 2px;
	line-height: 1;
}


.bb {
	border-bottom:1px #CCC dashed;
	padding-bottom:10px;
}

table tr th.thc {
	text-align:center;
}
table tr td.tdc {
	text-align:center;
	vertical-align:middle;
}