

/*===========================
home
===========================*/
/*.mainCatch----------*/
.mainCatch p{
	line-height: 150%;
}

.mainCatch p + p{
	font-size:2vw;
}
@media screen and (max-width: 600px) {
	.mainCatch p + p{
		font-size:3.2vw;
	}
}

/*.home-box1----------*/
/*ul li-----*/
.home-box1 li{
	margin-bottom: 12px;
}

/*ul li-----*/
@media screen and (max-width: 768px) {
	.home-box1 .f-item1-4{
		width: 23%;
	}
}
@media screen and (min-width: 601px) {
	.home-box1 .f-item1-4{
		margin-bottom: 0;
	}
}
@media screen and (max-width: 600px) {
.home-box1 .f-item1-4{
		width: 49%;
	}

	.home-box1 .f-item1-4:nth-last-child(-n+2){
		margin-bottom: 0;
	}
}



/*===========================
content1
===========================*/
/*.add1-box1----------*/
.add1-box1 .f-item1-2{
	position: relative;
}

@media screen and (min-width: 769px) {
	.add1-box1 .f-item1-2 .in01{
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}


/*.boxGray-----*/
.add1-box1 .boxGray{
	padding-top: 20px;
}

.add1-box1 .boxGray h3{
	font-size: 1.3rem;
	margin: 0 0 15px !important;
	padding: 6px 0;
	background-color: #a7151c;

	border-radius: 10px;
}
@media screen and (max-width: 768px) {
	.add1-box1 .boxGray h3{
		font-size: 1.1rem;
	}
}


.add1-box1 .boxGray h3::after{
	content: none;
}


/*.add1-box2----------*/
.add1-box2 p.name{
	text-align: center;
	font-size: 1.6rem;
	line-height: 180%;
	padding-bottom: 10px;
}	
@media screen and (max-width: 768px) {
	.add1-box2 p.name{
		font-size: 1.3rem;
		line-height: 160%;
	}	
}

.add1-box2 .comment-box{
	position: relative;
  padding: 0.5em 0.7em;
  margin: 1em 0 2em;
  background: #fff;
  color: #000;
  font-weight: bold;
	border-radius: 10px;
}
@media screen and (min-width: 601px) {
	.add1-box2 .comment-box{
		height: 30%;
	}
}

.add1-box2 .comment-box::before {
    position: absolute;
    content: '';
    bottom: 100%;
    left: 50%;
    border: 15px solid transparent;
    border-bottom: 15px solid #fff;
    width: 0;
    height: 0;

		transform: translateX(-50%);
}
.add1-box2 .comment-box p {
    margin: 0; 
    padding: 0;
}









/*.add1-box3----------*/
/*.txt01-----*/
.add1-box3 .txt01{
	color: #fff;
	background-color: #a7151c;
	text-align: center;
	font-size: 1rem;
	padding: 5px;
	border-radius: 10px;
	margin-bottom: 30px;
}

.add1-box3 .txt02{
	text-align: center;
	border-bottom: 1px dotted #fff;
	font-size: 1rem;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.add1-box3 ul{
	margin-bottom: 15px;
}

@media screen and (min-width: 769px) {
	.add1-box3 ul{
		display: flex;
		flex-wrap: wrap;
	}

	.add1-box3 li{
		width: 48%;
	}
}


@media screen and (min-width: 769px) {
	.add1-box3 .in01 .f-item1-2{
		position: relative;
	}

	.add1-box3 .in01 .f-item1-2 .in-box{
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}


/*.add1-box4----------*/
@media screen and (min-width: 769px) {
	.add1-box4 th,
	.add1-box4 td{
		padding-top: 11px !important;
		padding-bottom: 11px !important;
		background-color: #000;
	}
}

.add1-box4 .box01{
	background-color: #fff;
	color: #000;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 10px;
}






/*===========================
content2
===========================*/
/*.add2-box1----------*/
.add2-box1 .in01::before,
.add2-box1 .in01::after{
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}
.add2-box1 .in01::after{
	clear: both;
}


.add2-box1 .in01 {
	font-size: 1.3rem;
	width: 80%;
	margin: 50px auto 30px;
}
@media screen and (max-width: 768px) {
	.add2-box1 .in01 {
		font-size: 1.1rem;
		width: 100%;
	}
}



.add2-box1 .in01 .in01-left{
	float: left;
}
.add2-box1 .in01 .in01-right{
	float: right;
}

.add2-box1 .in01 .in01-left,
.add2-box1 .in01 .in01-right{
	width: 48%;
	text-align: center;
	border: 1px solid #fff;
	background-color: #535353;
	padding: 13px 0;
	border-radius: 10px;
}
@media screen and (max-width: 600px) {
	.add2-box1 .in01 .in01-left,
	.add2-box1 .in01 .in01-right{
		width: 100%;
		padding: 10px 0;
	}

	.add2-box1 .in01 .in01-left{
		margin-bottom: 1em;
	}
}


.add2-box1 .in01 .in01-left p,
.add2-box1 .in01 .in01-right p{
	text-indent: 1.2em;
}

.add2-box1 .in01 .in01-left p span,
.add2-box1 .in01 .in01-right p span{
	position: relative;
}

.add2-box1 .in01 .in01-left p span::before,
.add2-box1 .in01 .in01-right p span::before{
	font-family: "Font Awesome 5 Free";
 	content: '\f14a';
	color:#F90;
	font-size:1.4em;
	position: absolute;
	left: -2em;
	top: 0em;
}




.add2-box1 .in02{
	background-color: #fff;
	padding: 30px;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
@media screen and (max-width: 600px) {
	.add2-box1 .in02{
		padding: 15px;
	}
}

.add2-box1 .in02 .f-item1-3{
	width: 33%;
	margin-bottom: 0;
}




/*.add2-box2----------*/
.add2-box2 .f-item1-3{
	background-color: #535353;
	padding: 15px;

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

@media screen and (min-width: 601px) {
	.add2-box2 .f-item1-3{
		margin-bottom: 0;
	}
}


.add2-box2 .f-item1-3 h3{
	background-color: #a7151c;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 15px;
	font-size: 1.3rem;
	padding: 5px ;
}
@media screen and (max-width: 768px) {
	.add2-box2 .f-item1-3 h3{
		font-size: 1.1rem;
	}
}


.add2-box2 .f-item1-3 h3:after{
	content: none;
}


/*.add2-box2----------*/
/*ph-box-----*/
.add2-box3 .ph-box{
	width: 25%;
	margin: 10px auto 0;
}



/*===========================
content3
===========================*/
/*.add3-box1----------*/

/*in01-----*/
@media screen and (min-width: 601px) {
	.add3-box1 .in01 .f-item1-2{
		width: 48.2%;
	}
}

/*in02-----*/
@media screen and (min-width: 601px) {
	.add3-box1 .in02{
		width: 66%;
		margin: 0 auto;
	}

	.add3-box1 .in02 .f-item1-2{
		width: 47.5%;
	}
}
@media screen and (max-width: 600px) {
	.add3-box1 .in02{
		width: 100%;
		margin: 0 auto;
	}

	.add3-box1 .in02 .f-item1-2{
		width: 100%;
	}
}



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

@media only screen and (max-width: 600px) {
	.mt10 {
		margin-top: 5px !important;
	}

	.mt15 {
		margin-top: 8px !important;
	}

	.mt20 {
		margin-top: 10px !important;
	}

	.mt30 {
		margin-top: 15px !important;
	}

	.mt40 {
		margin-top: 20px !important;
	}

	.mt50 {
		margin-top: 25px !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;
}

@media only screen and (max-width: 600px) {
	.mb10 {
		margin-bottom: 5px !important;
	}

	.mb15 {
		margin-bottom: 8px !important;
	}

	.mb20 {
		margin-bottom: 10px !important;
	}

	.mb30 {
		margin-bottom: 15px !important;
	}

	.mb40 {
		margin-bottom: 20px !important;
	}

	.mb50 {
		margin-bottom: 25px !important;
	}

	.mb60 {
		margin-bottom: 30px !important;
	}

	.mb70 {
		margin-bottom: 35px !important;
	}

	.mb80 {
		margin-bottom: 40px !important;
	}

	.mb90 {
		margin-bottom: 45px !important;
	}

	.mb100 {
		margin-bottom: 50px !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;
	}
}

/*===========================
width
===========================*/
.width50p {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 768px) {
	.width50p {
		width: 100%;
	}
}

.width60p {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 768px) {
	.width60p {
		width: 100%;
	}
}

.width70p {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 768px) {
	.width70p {
		width: 100%;
	}
}

.width70p-s {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 600px) {
	.width70p-s {
		width: 100%;
	}
}


.width80p {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 768px) {
	.width80p {
		width: 100%;
	}
}

.width80p-s {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 600px) {
	.width80p-s {
		width: 100%;
	}
}


.width90p {
	width: 90%;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.width90p {
		width: 100%;
		margin: 0 auto;
	}
}

/*===========================
text
===========================*/
.fw-b {
	font-weight: bold;
}

.fs12 {
	font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
	.fs12 {
		font-size: 1rem;
	}
}

.fs14 {
	font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
	.fs14 {
		font-size: 1.1rem;
	}
}

.fs16 {
	font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
	.fs16 {
		font-size: 1.3rem;
	}
}


/*===========================
wf
===========================*/
ul.wf {
	width: fit-content;
	margin: auto;
}




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

/* 基本カラー  */

.fcBasic {
	color:#a7151c;
}


/* 建設工事　*/

ul.liBusiv {
	text-align:center;
	margin-bottom:2em;
}
ul.liBusi li {
	padding:0.3em 1em;
	font-size:1.2em;
	width:100%;
	box-sizing: border-box;
	vertical-align:top;
	background-color:#a7151c;
	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:2em;
}
ul.liBusi2Div li {
	display:inline-block;
	padding:0.3em 1em;
	font-size:1.2em;
	width:46%;
	box-sizing: border-box;
	vertical-align:top;
	background-color:#a7151c;
	color:#FFF;
	margin-bottom:10px;
	border-radius: 50px;
	-webkit-border-radius: 50px; 
	-moz-border-radius: 50px;
}

ul.liBusi3Div {
	text-align:center;
	margin-bottom:2em;
}
ul.liBusi3Div li {
	display:inline-block;
	padding:0.3em 1em;
	font-size:1.2em;
	width:30%;
	box-sizing: border-box;
	vertical-align:top;
	background-color:#a7151c;
	color:#FFF;
	margin-bottom:10px;
	border-radius: 50px;
	-webkit-border-radius: 50px; 
	-moz-border-radius: 50px;
}

.plusOrange li {
	background-color:#DB3809 !important;
}

@media only screen and (max-width: 768px) {
	
ul.liBusi li , ul.liBusi2Div li , ul.liBusi3Div li { 
	padding:0.2em 0.5em;
	font-size:1em;
}
	
ul.liBusi2Div li , ul.liBusi3Div li{
	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:#a7151c;
	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:#a7151c;
	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;
}

}









