
/*-----------
   色変更   
-----------*/

/* 基本カラー  */

.fcBasic {
	color:#5F7F77;
}


/* 建設工事　*/

ul.liBusiv {
	text-align:center;
	margin-bottom:0em;
}
ul.liBusi li {
	padding:0.3em 1em;
	font-size:1.0em;
	width:100%;
	box-sizing: border-box;
	vertical-align:top;
	background-color:#5F7F77;
	color:#FFF;
	margin-bottom:10px;
	border-radius: 50px;
	-webkit-border-radius: 50px; 
	-moz-border-radius: 50px;
	text-align:center;
}

ul.liBusi2Div {
	text-align:center;
	margin-bottom:0em;
}
ul.liBusi2Div li {
	display:inline-block;
	padding:0.3em 1em;
	font-size:1.0em;
	width:46%;
	box-sizing: border-box;
	vertical-align:top;
	background-color:#42b397;
	color:#FFF;
	margin-bottom:10px;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
}

ul.liBusi3Div {
	text-align:center;
	margin-bottom:0em;
}
ul.liBusi3Div li {
	display:inline-block;
	padding:0.3em 1em;
	font-size:1.0em;
	width:30%;
	box-sizing: border-box;
	vertical-align:top;
	background-color:#42b397;
	color:#FFF;
	margin-bottom:10px;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
}
ul.liBusi3Div li.la {
		width:50%;
}
.plusOrange li {
	background-color:#DB3809 !important;
}

@media only screen and (max-width: 768px) {
	
ul.liBusi li , ul.liBusi2Div li , ul.liBusi3Div li,ul.liBusi3Div li.la  { 
	padding:0.2em 0.5em;
	font-size:1em;
}
	
ul.liBusi2Div li , ul.liBusi3Div li,ul.liBusi3Div li.la {
	display:block;
	width:100%;
}
}


.txtIconM {
	color: #fff;
	text-align: center;
	font-size: 1.2em;
	line-height: normal;
	padding: 0.4em 1em 0.5em 1em;
	background-color:#3578B5;
	margin: 0 0 0.4em 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


@media only screen and (max-width: 600px) {
	
.txtIconM {
	font-size: 1.1em;
}
}

/* 画像とテキストを交互に表示画像バージョン */


.contents-wrap {
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	-webkit-box-pack: justify; /*Android4.3*/
	-moz-box-pack: justify;    /*Firefox21*/
	-ms-flex-pack: justify;    /*IE10*/
	-webkit-justify-content: space-between; /*PC-Safari,iOS8.4*/
	justify-content: space-between;
    background-color: rgba(252, 252, 252, 0.1);
}
.contents-wrap:nth-child(odd) {
	-ms-flex-direction:row-reverse; /*IE10*/
	-webkit-flex-direction:row-reverse; /*old webkit browser*/
	flex-direction:row-reverse;
}
.contents-text {
	width: 50%; /*flex: 2;*/
    /* flex: 2; */
    padding: 28px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contents-img {
	width: 50%; /*flex: 1;*/
}
.contents-text h3 {/* 要調整 */
	font-size: 2em;
	line-height: 1.3em;
	text-align: center;
	margin-bottom: 1em;
	color:#d8242d;
	text-align:left;
	text-shadow:0 0 1px #fff,0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff,0 0 10px #fff,0 0 12px #fff;
}
.contents-text h3::after {/* 要調整 */
 content: none;
}
.contents-text-catch {
    margin: 0 auto 20px;
    text-align: center;
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1.125em;
    font-family: 'Noto Sans Japanese';
    font-weight: 400;
    border-bottom: 4px solid #62c0b5;
    padding-bottom: 8px;
}
.contents-img img {
	display: block;
	width: auto;
	max-width: 100%;
	border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
@media screen and (max-width: 768px) {
.contents-wrap, .contents-wrap:nth-child(odd) {
	-ms-flex-direction:row-reverse; /*IE10*/
	-webkit-flex-direction:row-reverse; /*old webkit browser*/
	flex-direction: column-reverse;
	padding: 20px 0 0;
}
.contents-wrap:last-child{
	padding-bottom: 20px;	
}
.contents-text, .contents-img {
	width: 100%; /*flex: 1;*/
	margin-bottom:50px;
}
.contents-text{
	padding:0 20px;
	margin-bottom:20px;
}
.contents-text h3 {
	font-size: 1.3em;
}
}




/* footer_tel footer_mail */ 

@media only screen and (min-width: 601px) {
.footer_tel a, .footer_mail a {
 display: none !important;
}
}

@media only screen and (max-width: 600px) {
footer .footerInner #totop a {
	bottom: 30vw;
}



footer .copyright {
	margin-bottom:55px;
}


/*
footer .copyright2 {
	width: 150px;
	margin: 20px auto 80px;
}
*/


/* TELのみ　*/
/* 

.footer_tel a {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    background-color:#7ab85f;
    padding: 5px;
    position: fixed;
    z-index: 9999;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 2em;
    font-weight: 700;
    color: #FFF !important;
    text-align: center;
	text-decoration: none;
	font-family: 'Noto Sans Japanese';

}

*/

.footer_tel a {
	background-color:#5F7F77;
	padding: 5px;
	position: fixed;
	bottom: 0px;
	width: 50%!important;
	font-weight: 700;
	color: #FFF !important;
	left: 0px;
	text-align: center;
	z-index: 9999;
	height: 50px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 2em;
	border-right: 1px solid #FBE6EC;
	text-decoration: none;
}



.footer_mail a {
	background-color:#5F7F77;
	padding: 5px;
	position: fixed;
	bottom: 0px;
	width: 50%!important;
	font-weight: 700;
	color: #FFF !important;
	text-align: center;
	z-index: 10000;
	height: 50px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 2em;
	right: 0px;
	border-left: 1px solid #FBE6EC;
	text-decoration: none;
}

}

.box-sd {
    padding: 3em;
	/*
	background-color: rgba(81, 218, 226, 0.35);
	background-color: rgba(95, 127, 119, 0.8);
	
    background-color: rgba(41,92,94,0.8);
	*/
	
    border: 1px dotted #999;
    box-sizing: border-box;
	border-radius:10px;
}
.box-sd02 {
    padding: 3em;
	background-color: rgba(232, 248, 249, 0.5);
	/*
    background-color: rgba(0,97,101,0.3);
	*/
    border: 1px dotted #999;
    box-sizing: border-box;
	  box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%), 0px 3px 15px 0px rgb(0 0 0 / 8%), 0px 5px 28px 0px rgb(0 0 0 / 6%);
		border-radius:10px;
}
.box-sd03 {
    padding: 3em 3em 2em 3em;
    background-color: #f2f2f2;
    color: #333;
    border: 0px solid #999;
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%), 0px 3px 15px 0px rgb(0 0 0 / 8%), 0px 5px 28px 0px rgb(0 0 0 / 6%);
    box-sizing: border-box;
}
.box-sd07 {
    padding: 3em;
	/*
	background-color: rgba(81, 218, 226, 0.35);
	background-color: rgba(95, 127, 119, 0.8);
	*/	
    background-color: rgba(41,92,94,0.8);

	
    border: 1px dotted #999;
    box-sizing: border-box;
	border-radius:10px;
}

@media only screen and (max-width: 768px) {
.box-sd,.box-sd02,.box-sd03,.box-sd07 {
    padding: 1.2em;
    box-sizing: border-box;
}

}
.tx-flex {
    text-align:center;
}
@media only screen and (max-width: 768px) {
.tx-flex {
    text-align:left;
}
}

.box-wrap {
    background: #4b4b4b;
    box-sizing: border-box;
}
.box-ttl {
	text-align:center !important;
	background:var(--basic-color-sb02);
	padding:0.5em;
	font-size:1.6em;
	color:#fff;
	margin-bottom:0px !important;
	display:flex;
	align-items:center;
	justify-content:center;
}
.box-cnt {
	width:100%;
	margin:0px auto 0em;
	padding:1.2em 1.8em 1.8em 1.8em;
	box-sizing:border-box;
	color:#fff;
}

.box-ttl:after {
    content: '';
    position: absolute;
    bottom: 0px;
    display: inline-block;
    width: 0px;
    height: 0px;
    left: 0%;
    transform: translateX(-50%);
    background-color: #acacac;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}


@media only screen and (max-width: 768px) {
.box-ttl {
	font-size:1.6em;
	padding:0.5em;
}
}
@media only screen and (max-width: 600px) {
.box-ttl {
	font-size:1.1em;
}
}

ul.check2,ul.check-2col,ul.check-1col  {
    position: relative;
}
ul.check-1col {
    position: relative;
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
}
ul.check-1col li {
	font-size:1.1em;
    padding: 0 0 0.2em 2em;
    margin-bottom: 0.4em;
    border-bottom: 1px dashed #CCC;
    width:100%;
    position: relative;
}
ul.check-1col li.la {
    margin-bottom: 0.0em;
}
ul.check-1col li::before {
    position: absolute;
    content: "\f14a";
	color:#fff;
    font-family: FontAwesome;
    left: 0.3em;
    font-size: 1.3em;
}
ul.check2 li {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    position: relative;
    width:40%;
    margin-right:2%;
    display:inline-block;
}
ul.check2 li::before {
    position: absolute;
    content: "\f14a";
    font-family: FontAwesome;
    left: 0.3em;
    font-size: 1.3em;
}


ul.check-2col {
    position: relative;
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
}
ul.check-2col li {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:40%;
    margin-right:2%;
    position: relative;
}
ul.check-2col li::before {
    position: absolute;
    content: "\f14a";
    font-family: FontAwesome;
    left: 0.3em;
    font-size: 1.3em;
}

@media only screen and (max-width: 768px) {
ul.check-1col li {
	font-size:1.0em;
    padding: 0 0 0.1em 2em;
    margin-bottom: 0.3em;
    border-bottom: 1px dashed #CCC;
}
ul.check-2col li {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:90%;
    margin-right:2%;
    position: relative;
}
ul.check2 li {
    padding: 0 0 0.5em 1.6em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    position: relative;
	width:90%;
	margin-right:2%;
	display:inline-block;
}

}
.fa-mobile-alt:before {
   font-weight:600;
}
ul.circle {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle > li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:100%;
    margin-right:0%;
    position: relative;
}
ul.circle > li:last-child {
	margin-bottom:0px;
}
ul.circle > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}

ul.circle-2col {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-2col > li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.9em;
    border-bottom: 1px dashed #CCC;
    width:46%;
    margin-right:2%;
    position: relative;
}
ul.circle-2col > li.line {
	margin-bottom:0px;
}


ul.circle-2col > li.long {
    width:70%;
}
ul.circle-2col > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}

ul.circle-3col {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-3col > li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:28%;
    margin-right:2%;
    position: relative;
}
ul.circle-3col > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.7em;
}
ul.circle-4col {
    display:flex;
    justify-content:flex-start;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-4col > li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:20%;
    margin-right:2%;
    position: relative;
}
ul.circle-4col > li.la {
    width:40%;
}
ul.circle-4col > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.7em;
}
.res-mt-f {
	  margin-top:50px;
}
.p-ttl {
	 font-size:1.3em;
	 text-align: center;
	 border-bottom:1px dotted #fff;
	 padding-left:10px;
	 padding-bottom:10px;
	 margin-bottom: 20px;
	 font-weight:600 !important;
}
.p-catch {
	 font-size:1.3em;
	 text-align:center;
}
@media only screen and (max-width: 768px) {
ul.circle > li:before,ul.circle-2col > li:before,ul.circle-3col > li:before {
    left: 0.5em;
    margin-top: 0.8em;
}
  ul.circle-2col > li,ul.circle-2col > li.long,ul.circle-3col > li,ul.circle-4col > li,ul.circle-4col > li.la {
    width:90%;
}
ul.circle-2col > li.line.line2 {
	margin-bottom:0.9em;
}
.res-mt-f {
	  margin-top:20px;
}
.p-ttl {
	 font-size:1.2em;
	 text-align: left;
	 border-bottom:1px dotted #fff;
	 padding-left:10px;
	 padding-bottom:5px;
	 margin-bottom: 20px;
}
.p-catch {
	 font-size:1.1em;
	 text-align:left;
}
}
.b-gd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 3vw auto;
    padding: 0px;
    max-width: 100%;
    justify-content: space-between;
}
.brk-wrapper {
    position: relative;
    z-index: 3;
}
.box-b {
    padding: 3.6em;
    border: 1px dotted var(--basic-color);
    background-color: rgba(232, 248, 249, 0.5);
    box-sizing: border-box;
    box-shadow: 1px 1px 0px #6a6a6a;
	border-radius:10px;
}
.brk-cnt-lft {
    padding: 30px;
/*
    margin-right: -100px;
*/
    margin-left: 0;
    margin-top: 0px;
	 /*
    background-color: rgba(81, 218, 226, 0.35);
	
	background-color: rgba(95, 127, 119, 0.8);
	*/
}


@media (max-width: 768px) {
		.b-gd {
				margin: 6vw auto;
				flex-direction: column;
		}
	.box-b {
    padding: 1.6em;
}
	.brk-cnt-lft {
				padding: 20px 26px;
				margin-right: 1vw;
				margin-left: 1vw;
				margin-top: 0px;
				margin-bottom: 30px;
		}
}

.bgBlack02 {
	padding:60px 20px ;
	background: radial-gradient(circle, #888 0%, #555 50%, #000 100%);
}
.bgBlack03 {
	padding:60px 20px ;
	background: linear-gradient(to left, #706e6e 0%, #434343 50%, black 100%);
}
.bgBlack04 {
	padding:60px 20px ;
	background: linear-gradient(to right, #706e6e 0%, #434343 50%, black 100%);
}
.bgBlack05 {
	padding:60px 20px ;
	background: linear-gradient(to top, #706e6e 0%, #434343 50%, black 100%);
}
.bgBlack06 {
	padding:60px 20px ;
	background: linear-gradient(to bottom, #706e6e 0%, #434343 50%, black 100%);
}
.bgBlack07 {
	padding:60px 20px ;
	background: #585858;
}
.bgGray-2 {
	padding:60px 20px ;
	background: #494242;
}
.bgImg01 {
	 padding:60px 20px ;
	 background:url(../img/content/bg_Img01.jpg) ;
	 background-size:cover;
	 background-position:center center;
	 background-repeat:no-repeat;
}
.bgImg02 {
	 padding:60px 20px ;
	 background:url(../img/content/bg_Img02.jpg) ;
	 background-size:cover;
	 background-position:center center;
	 background-repeat:no-repeat;
}
.bgImg03 {
	 padding:60px 20px ;
	 background:url(../img/content/bg_Img03.jpg) ;
	 background-size:cover;
	 background-position:center center;
	 background-repeat:no-repeat;
}
.bgImg04 {
	 padding:60px 20px ;
	 background:url(../img/content/bg_Img04.jpg) ;
	 background-size:cover;
	 background-position:center center;
	 background-repeat:no-repeat;
}
.bgImg05 {
	 padding:60px 20px ;
	 background:url(../img/content/bg_Img05.jpg) ;
	 background-size:cover;
	 background-position:center center;
	 background-repeat:no-repeat;
}


.res-img90 {
    width:90% !important;
	height:auto !important;
}
.res-img80 {
    width:80% !important;
	height:auto !important;
}
.res-img70 {
    width:70% !important;
	height:auto !important;
}
.res-img60 {
    width:60% !important;
	height:auto !important;
}
.res-img50 {
    width:50% !important;
	height:auto !important;
}
.res-img40 {
    width:40% !important;
	height:auto !important;
}
.res-img30 {
    width:30% !important;
	height:auto !important;
}
.res-img20 {
    width:20% !important;
	height:auto !important;
}
.btn-mail {
	background:#fff;
	padding:0.5em;
	color:var(--basic-color-sb01);
	font-size:1.1em;
	font-weight:800;
	text-align:center;
	border-radius:10px;
	text-decoration:none;
}
@media only screen and (max-width: 768px) {
.res-img90,.res-img80,.res-img70,.res-img60{
     width:100% !important;
	height:auto !important;  
}
.btn-mail {
	padding:0.3em 0.4em;
	font-size:1.0em;
	
	
}
}

.fa-square-phone-flip::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; /*←ココ！！！！！！！*/
  content: "\f098";
}
.tel-lnk {
	color:#fff;
}


/*===========================
フローティングバナー
===========================*/
.emergencyWrap {
    position: fixed;
    right: 1%;
    bottom: 11%;
    z-index: 1000;
    padding: 10px 30px;
        background-color: #383838;
    border-bottom: 6px solid #000;
    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: #000;
    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: #686362;
    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;
    }
}
.catch01 {
    font-size: 2em;
    font-weight: 800;
    line-height: 1.6em;

    color: #20993b;
    text-align: center;
    margin-bottom: 1em;
}
.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;
}
@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: 140px;
        right: 10px;
        z-index: 20;
    }
}

.line-btn img {
	width: 150px;
	height: auto;	
}