@charset "utf-8";
/*===========================
add
===========================*/

/*----------------------
none
----------------------*/
.pcOFFtabletOFFspON{display: none;}
@media screen and (max-width: 768px) {
	.pcOFFtabletOFFspON{display: none;}
}
@media only screen and (max-width: 600px) {
	.pcOFFtabletOFFspON{display: block;}
}

.pcOFFtabletONspOFF{display: none !important;}
@media screen and (max-width: 768px) {
	.pcOFFtabletONspOFF{display: block !important;}
}
@media only screen and (max-width: 600px) {
	.pcOFFtabletONspOFF{display: none !important;}
}

@media screen and (max-width: 768px) {
	.pcONtabletOFFspOFF{display: none !important;}
}

@media screen and (min-width: 769px) {
	.pcOFFtabletONspON{display: none !important;}
}

@media screen and (min-width:601px) and (max-width: 768px) {
	.pcONtabletOFFspON{display: none;}
}

@media only screen and (max-width: 600px) {
	.pcONtabletONspOFF{display: none;}
}

/*===========================
margin
===========================*/
.mt0{margin-top: 0 !important;}
.mt10{margin-top: 10px !important;}
.mt15{margin-top: 15px !important;}
.mt20{margin-top: 20px !important;}
.mt30{margin-top: 30px !important;}
.mt40{margin-top: 40px !important;}
.mt50{margin-top: 50px !important;}

.mb0{margin-bottom: 0 !important;}
.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb50{margin-bottom: 50px !important;}
.mb60{margin-bottom: 60px !important;}
.mb70{margin-bottom: 70px !important;}
.mb80{margin-bottom: 80px !important;}
.mb90{margin-bottom: 90px !important;}
.mb100{margin-bottom: 100px !important;}


/*===========================
align
===========================*/
.txc{text-align: center;}
.txr{text-align: right;}
.txl{text-align: left;}

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

.center-pcONtabletONspOFF{text-align: center;}
@media screen and (max-width: 600px) {
	.center-pcONtabletONspOFF{text-align: left;}
}

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

@media screen and (max-width: 600px) {
	.center-pcOFFtabletOFFspON{
		text-align: center !important;
	}
}

/*===========================
text
===========================*/
.txt-s{font-size: 0.9rem;}
.txt-red{color: #e00303;}
.fb00{font-weight: bold;}
.fb00-c{font-weight: bold; color: #0098b9;}


/*===========================
top-add
===========================*/
/*box1----------*/
/*ul-----*/
.top-add .box1 ul li{
	display: list-item;
  list-style-type: disc;
	margin-left: 22px;
	box-sizing: border-box;
}

/*box2----------*/
/*tableScrollTablet-----*/
@media screen and (min-width: 601px) {
	.top-add .box2 .tableScrollTablet {
	  border-right: none;
	}
}

/*===========================
cont1-add
===========================*/
/*box1----------*/
/*txt01-----*/
.cont1-add .box1 .txt01{
	margin: 0 0 20px;
	text-align: center;
	font-weight: bold;
	font-size: 1.7rem;
	color: #0098b9;
}
@media screen and (max-width: 768px) {
	.cont1-add .box1 .txt01{
		margin: 0 0 20px;
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 600px) {
	.cont1-add .box1 .txt01{
		margin: 0 0 10px;
		text-align: left;
		font-size: 1.3rem;
	}
}


/*box2----------*/
/*in01-----*/
/*f-item1-2*/
@media screen and (max-width: 768px) {
	.cont1-add .box2 .in01 .f-item1-2{
		width: 100%;
	}
}

/*h3*/
.cont1-add .box2 .in01 h3{
  position: relative;
  background: #0098b9;
  padding: 10px 5px 10px 25px;
	margin-top: 5px;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 0 10px 10px 0;
	text-shadow: none;
}
@media screen and (max-width: 768px) {
	.cont1-add .box2 .in01 h3{
	  padding: 10px 5px 10px 25px;
		margin-top: 50px;
	  font-size: 1.5rem;
	  color: #fff;
	  border-radius: 10px;
	}
}
@media screen and (max-width: 600px) {
	.cont1-add .box2 .in01 h3{
	  font-size: 1.2rem;
	}
}

.cont1-add .box2 .in01 h3:before {
  display: inline-block;
  position: absolute;
  padding: 0;
  color: #0098b9;
  background: #b2dce6;
  font-weight: 900;
  width: 65px;
  text-align: center;
  height: 65px;
  line-height: 60px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px white;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
	.cont1-add .box2 .in01 h3:before {
		top: -25px;
	  left: 0;
		right: 0;
	  margin: 0 auto;
		border: solid 2px white;
	}
}




.cont1-add .box2 .in01 h3:after{
	content: none;
}

.cont1-add .box2 .in01 h3.n01:before {
	content: "01";
}
.cont1-add .box2 .in01 h3.n02:before {
	content: "02";
}
.cont1-add .box2 .in01 h3.n03:before {
	content: "03";
}
.cont1-add .box2 .in01 h3.n04:before {
	content: "04";
}


/*box3----------*/
/*txt01-----*/
.cont1-add .box3 .txt01{
	margin: 0 0 20px;
	text-align: center;
	font-weight: bold;
	font-size: 1.7rem;
	color: #0098b9;
}
@media screen and (max-width: 768px) {
	.cont1-add .box3 .txt01{
		margin: 0 0 20px;
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 600px) {
	.cont1-add .box3 .txt01{
		margin: 0 0 10px;
		text-align: left;
		font-size: 1.3rem;
	}
}

/*ul-----*/
.cont1-add .box3 table ul li{
	display: list-item;
	list-style-type: disc;
	margin-left: 22px;
	box-sizing: border-box;
}


/*pageAnch-----*/
@media screen and (min-width: 769px) {
	.cont1-add .box3 .pageAnch{
		width: 750px;
		margin: 50px auto 0;
	}

	.cont1-add .box3 .pageAnch li{
		width: 48%;
	}

	.cont1-add .box3 .pageAnch li:nth-child(odd){
		margin-right: 3%;
	}
	.cont1-add .box3 .pageAnch li a{
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.cont1-add .box3 .pageAnch{
		width: 450px;
		margin: 30px auto 0;
	}
	.cont1-add .box3 .pageAnch li{
		width: 100%;
	}

	.cont1-add .box3 .pageAnch li:nth-child(odd){
		margin-bottom: 3%;
	}
}
@media screen and (max-width: 600px) {
	.cont1-add .box3 .pageAnch{
		width: 100%;
	}
}


/*box4----------*/
/*name-----*/
.cont1-add .box4 .name{
	font-size: 1.4rem;
	margin-top: 14px;
	line-height: 120%;
}

.cont1-add .box4 .name span{
	font-size: 0.9rem;
}

/*f-item3-4-----*/
.cont1-add .box4 .f-item3-4 {
	width: 73%;
}


/*table2Dot-----*/
.cont1-add .box4 .table2Dot li{
	display: list-item;
	list-style: disc;
	margin-left: 22px;
}

/*f-wrap-----*/
@media screen and (max-width: 768px) {
	.cont1-add .box4 .f-item1-4,
	.cont1-add .box4 .f-item3-4{
		width: 100%;
	}
}

/*table2Dot----*/
@media screen and (max-width: 600px) {
	.cont1-add .box4 .table2Dot th,
	.cont1-add .box4 .table2Dot td{
		display: block;
		width: 100%;
		box-sizing: border-box;
	}

	.cont1-add .box4 .table2Dot th{
		border: none;
		padding-bottom: 0;
	}
}


/*box5----------*/
/*contactBtn-----*/
@media screen and (max-width: 600px) {
	.cont1-add .box5 .contactBtn{
		width: 100% !important;
		margin-left: 0;
	}
}

/*liCircle-----*/
.cont1-add .box5 .liCircle{
	width: fit-content;
	margin: auto;
}

.cont1-add .box5 .liCircle span{
	font-weight: bold;
}


/*anch----------*/
/*anch01---*/
.cont1-add #anch01{
	margin-top: -50px;
	padding: 120px 0 0 0;
}
@media screen and (max-width: 768px) {
	.cont1-add #anch01{
		padding: 100px 0 0 0;
		margin-top: -50px;
	}
}

/*anch02---*/
.cont1-add #anch02{
	margin-top: -100px;
	padding: 20px 0 0 0;
}
@media screen and (max-width: 768px) {
	.cont1-add #anch02{
		padding: 80px 0 0 0;
		margin-top: -80px;
	}
}



/*===========================
cont2-add
===========================*/
/*box1----------*/
/*h3-----*/
.cont2-add .box1 .title-box{
	text-align: center;
	margin: 50px 0 20px;
}

.cont2-add .box1 h3{
	margin: 0;
	border: 3px solid #0098b9;
	color: #0098b9;
	font-weight: bold;
	display: inline-block;
	padding: 10px;
	width: 400px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 1.4rem;
	box-sizing: border-box;
}
@media screen and (max-width: 600px) {
	.cont2-add .box1 h3{
		width: 100%;
		font-size: 1.2rem;
		padding: 6px 10px;
	}
}


.cont2-add .box1 h3:after{
	content: none;
}

.cont2-add .box1 .table-box{
	margin: 20px auto 0;
	width: 60%;
}
@media screen and (max-width: 768px) {
	.cont2-add .box1 .table-box{
		width: 100%;
	}
}

.cont2-add .box1 .table-box td{
	text-align: center;
}


/*box2----------*/
/*in01-----*/
.cont2-add .box2 .in01{
	margin-bottom: 50px;
}


.cont2-add .box2 .de01{
	border: 1px solid #0098b9;
	width: 70%;
	padding: 20px;
	margin: 30px auto 0;
	background-color: #fff;
	box-sizing: border-box;
	position: relative;
}
.cont2-add .box2 .de01::before {
  content: "";
  border-right: 20px solid transparent;
  border-top: 20px solid #0098b9;
  position: absolute;
  top: 0;
  left: 0;
}
.cont2-add .box2 .de01::after {
  content: "";
  border-left: 20px solid transparent;
  border-bottom: 20px solid #0098b9;
  position: absolute;
  bottom: 0;
  right: 0;
}


@media screen and (max-width: 768px) {
	.cont2-add .box2 .de01{
		width: 100%;
	}
}

.cont2-add .box2 .in01 .txt01{
	font-size: 1.5rem;
	color: #0098b9;
	text-align: center;
	margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
	.cont2-add .box2 .in01 .txt01{
		font-size: 1.1rem;
	}
}

/*txt-box-----*/
.cont2-add .box2 .txt-box{
	width: 70%;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
	.cont2-add .box2 .txt-box{
		width: 100%;
	}
}

/*box3----------*/
/*h2-----*/
.cont2-add .box3 h2{
	margin-bottom: 60px;
}

/*txt01-----*/
.cont2-add .box3 .txt01{
	color: #0098b9;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
	.cont2-add .box3 .txt01{
		font-size: 1.2rem;
	}
}

/*box4----------*/
/*txt01-----*/
.cont2-add .box4 .txt01{
	color: #0098b9;
}

/*liInline2Div-----*/
.cont2-add .box4 .liInline2Div{
	margin-bottom: 20px;
	box-sizing: border-box;
}

.cont2-add .box4 .liInline2Div li{
	border-bottom: 1px dotted #bebebe;
	width: 48% !important;
	padding: 10px 10px 10px 20px;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.cont2-add .box4 .liInline2Div li{
		width: 100% !important;
		padding: 10px 10px 10px 20px;
	}
}

.cont2-add .box4 .liInline2Div li::before{
	top: 18px;
}

@media screen and (min-width: 769px) {
	.cont2-add .box4 .liInline2Div li:nth-child(odd){
		margin-right: 2%;
	}
}


/*box5----------*/
/*ul-----*/
.cont2-add .box5 ul{
	width: fit-content;
	margin: auto;
}

/*box6----------*/
/*f-wrap-----*/
.cont2-add .box6 .f-wrap{
	margin-top: 30px;
}

/*f-item1-2-----*/
@media screen and (max-width: 768px) {
	.cont2-add .box6 .f-item1-2{
		width: 100%;
	}
}


/*txt01-----*/
.cont2-add .box6 .txt01{
	text-align: center;
	background-color: #0098b9;
	color: #fff;
	font-size: 1.2rem;
	padding: 5px 0;
	margin-bottom: 15px;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

@media screen and (min-width: 769px) {
	.cont2-add .box6 .txt01 + p,
	.cont2-add .box6 .txt01 + p + p{
		margin: 0 10px;
		box-sizing: border-box;
	}
}


/*box7----------*/
/*h3-----*/
.cont2-add .box7 h3{
	margin-top: 70px;
}

/*txt01-----*/
.cont2-add .box7 .txt01{
	text-align: center;
	font-size: 1.5rem;
	color: #0098b9;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
	.cont2-add .box7 .txt01{
		font-size: 1.3rem;
		margin: 5px 0 10px
	}
}

/*liCheck2Div-----*/
.cont2-add .box7 .liCheck li{
	border-bottom: 1px dotted #bebebe;
	padding: 5px 0 5px 30px;
	text-indent: -20px;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.cont2-add .box7 .liCheck li{
		width: 100% !important;
		padding: 10px 0 10px 30px;
		text-indent: -21px;
	}
}

/*table-----*/
@media screen and (min-width: 769px) {
	.cont2-add .box7 table th{
		padding: 0 10px;
	}

	.cont2-add .box7 table td{
		padding: 21px 10px;
	}
}


/*h4-----*/
.cont2-add .box7 h4{
	margin-top: 50px;
}

/*txt02-----*/
.cont2-add .box7 .txt02{
	font-size: 1.4rem;
	color: #0098b9;
	margin: 30px 0 5px;
	border-left: 4px solid;
	padding-left: 10px;
}

/*pageAnch-----*/
@media screen and (min-width: 769px) {
	.cont2-add .box7 .pageAnch{
		width: 750px;
		margin: 30px auto 0;
	}

	.cont2-add .box7 .pageAnch li{
		width: 48%;
		vertical-align: top;
	}

	.cont2-add .box7 .pageAnch li:nth-child(odd){
		margin-right: 3%;
	}
	.cont2-add .box7 .pageAnch li a{
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.cont2-add .box7 .pageAnch{
		width: 450px;
		margin: 30px auto 0;
	}
	.cont2-add .box7 .pageAnch li{
		width: 100%;
	}

	.cont2-add .box7 .pageAnch li:nth-child(odd){
		margin-bottom: 3%;
	}
}
@media screen and (max-width: 600px) {
	.cont2-add .box7 .pageAnch{
		width: 100%;
	}
}

.cont2-add .box7 .pageAnch p{
	font-size: 1rem;
	margin-top: 10px;
	padding-left: 1em;
	text-indent: -1em;
}

.cont2-add .box7 .txt-box02{
	width: 750px;
	margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
	.cont2-add .box7 .txt-box02{
		width: 100%;
	}
}


/*anch----------*/
.cont2-add #anch01{
	margin-top: -50px;
	padding: 100px 0 0 0;
}
@media screen and (max-width: 768px) {
	.cont2-add #anch01{
		padding: 100px 0 0 0;
		margin-top: -50px;
	}
}

.cont2-add #anch-s01{
	margin-top: -50px;
	padding: 50px 0 0 0;
}
@media screen and (max-width: 768px) {
	.cont2-add #anch-s01{
		padding: 0 0 0 0;
		margin-top: 0;
	}
}


/*===========================
cont3-add
===========================*/
.cont3-add #anch01{
	margin-top: -50px;
	padding: 100px 0 0 0;
}
@media screen and (max-width: 768px) {
	.cont3-add #anch01{
		padding: 100px 0 0 0;
		margin-top: -50px;
	}
}

.cont3-add #anch-s01{
	margin-top: -50px;
	padding: 100px 0 0 0;
}
@media screen and (max-width: 768px) {
	.cont3-add #anch-s01{
		padding: 100px 0 0 0;
		margin-top: -100px;
	}
}

.cont3-add #anch-s02{
	margin-top: -100px;
	padding: 100px 0 0 0;
}
@media screen and (max-width: 768px) {
	.cont3-add #anch-s02{
		padding: 100px 0 0 0;
		margin-top: -100px;
	}
}



/*===========================
contact-add
===========================*/
/*box1----------*/
.contact-add .box1 .in01{
	width: 150px;
	margin: 20px auto 0;
}

/*box2----------*/
/*txt01-----*/
.contact-add .box2 .txt01{
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 1.1rem;
}

/*ul-----*/
.contact-add .box2 ol{
	position: relative;
	margin-bottom: 20px;
}

.contact-add .box2 li{
	list-style: none;
  list-style-position: inside;
  margin: 0;
	padding-left: 1.25em
}

.contact-add .box2 li span{
	position: absolute;
  left: 0;
  margin: 0
}


/*use-box----------*/
/*txt01-----*/
.contact-add .use-box .txt01{
	padding-left: 1em;
	text-indent: -1em;
	margin-left: 6px;
}

/*in01-----*/
.contact-add .use-box .in01{
	margin-left: 20px;
}

/*list01-----*/
.contact-add .use-box .list01{
	position: relative;
	margin-bottom: 20px;
}

.contact-add .use-box .list01 li{
	list-style: none;
  list-style-position: inside;
  margin: 0;
	padding-left: 2em
}

.contact-add .use-box .list01 li span{
	position: absolute;
  left: 3px;
  margin: 0
}

/*list02-----*/
.contact-add .use-box .list02{
	position: relative;
	margin-bottom: 20px;
}

.contact-add .use-box .list02 li{
	list-style: none;
  list-style-position: inside;
  margin: 0;
	padding-left: 2.4em
}

.contact-add .use-box .list02 li span{
	position: absolute;
  left: 3px;
  margin: 0
}


/*===========================
footer
===========================*/

footer .line-box{
	width: 150px;
	margin: 10px auto 0;
	padding: 0 !important;
}

footer .line-box img{
	vertical-align:top;
}







/* 基本カラー  */

.fcBasic {
	color:#ff6200;
}


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


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

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

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


.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;
    }
}
.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;
	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: 175px;
        right: 10px;
        z-index: 20;
    }
}