@charset "utf-8";

body{
	background: url(../../maintenance/img/mainbg.jpg) no-repeat center top fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
@media screen and (max-width: 768px){
body{
	background: url(../../maintenance/img/mainbg.jpg) no-repeat center top fixed;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}
}
#main{
	position: relative;
	overflow: hidden;
	padding: 2% 0 0 0;
}
#main .bg{
	display: none;
}
@media screen and (max-width: 768px){
#main .bg{
	display: block;
}
}



h1{
	color: #e50012;
	text-shadow: 1px 1px 0px #FFF;
}

.diagonal-bg{
	position: fixed;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}
.in_page_menu ul li{
	width: 24%;
	font-size: 15px;
}


/*titleBox*/
.titleBox{
	color: #FFF;
	display: inline-block;
	margin: 0 auto 20px;
}

.titleBox{
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 15px 30px;
	min-width: 120px;
 	max-width: 100%;
	font-size: 16px;
	background: #ff4b3b;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.titleBox:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #ff4b3b;
}

.titleBox h3{
	display: inline-block;
	border-bottom: 1px solid #FFF;
	background: none;
	font-size: 24px;
	text-align: left;
	padding: 0;
	color: #FFF;
	margin: 0 0 5px 0;
}
.titleBox .sub{
	font-weight: 600;
	font-size: 13px;
}

@media screen and (max-width: 979px) {
.textCenter img{
	max-width: 98%;
	height: auto;
	width: auto;
	display: block;
	margin: auto;
}

.article{
	width: 98%;
	margin: auto;
}

}

@media screen and (max-width: 768px){
.itemBox ul li{
	border: 1px solid #df0615;
}

.in_page_menu ul li{
	width: 49%;
	font-size: 15px;
}

}


/*service01
----------------------------------------------------------------------*/
.frameService01{
	border: 1px solid #e50012;
	padding: 30px 20px;
	margin: 5px 0;
}

.frameService01 li strong{
	font-size: 17px;
	color: #e50012;
}

.frameService01.teikyouBg{
	background: url(../../maintenance/img/illust01.png) no-repeat right bottom;
}

@media screen and (max-width: 979px) {
.frameService01.teikyouBg{
	background: none;
}

}


@media screen and (max-width: 768px){
.frameService01 .itemBox ul li{
	border: 1px solid #000 !important;
}
}


/*service02
----------------------------------------------------------------------*/
.frameService02{
}

.frameService02 li{
	background: #FFF;
}
.frameService02 li .image{
	height: 200px;
	overflow: hidden;
}



/*frameDetails
----------------------------------------------------------------------*/
.frameDetails li .caption{
	color: #e50012;
}

.frameDetails li .time{
	text-align: center;
	border-top: 1px solid #999;
	padding: 5px 0 0 0;
	margin: 5px 0 0 0;
}

.frameDetails tbody th{
	width: 200px;
}
.frameDetails tbody td.price{
	width: 120px;
	text-align: right;
}


@media screen and (max-width: 620px) {
.frameDetails thead{
	display: none;
}
.frameDetails tbody th{
	width: auto;
}
.frameDetails tbody td.price{
	width: auto;
	text-align: left;
}

.frameDetails tbody td:nth-of-type(1):before {
	content: "[最低契約金額]";
	font-weight: bold;
	padding: 0 10px 0 0;
}
}


/*#user
************************************************************************************/
#user ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
}

#user ul li{
	display: block;
	width: 49%;
	margin: 3px 0.5%;
	padding: 15px;
	border: 1px solid #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: none;
}
#user ul li.long{
	width: 100%;
	margin: 3px 0;
}

#user ul li a{
	background: url(../../img/common/ar_black1.png) no-repeat left 0.2em;
	-moz-background-size: 15px auto;
	background-size: 15px auto;
	padding: 0 0 0 18px;
	display: block;
	color: #000;
	text-decoration: none;
}

#user ul li .client{
	color: #e60012;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 5px 15px;
	background: url(../../img/common/icon_circle_red.png) no-repeat left 0.4em;
	-moz-background-size: 8px auto;
	background-size: 8px auto;
}

#user ul li .frame{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
}
	
#user ul li .frame p{
	display: block;
	width: 49%;
	margin: 3px 0.5%;
	padding: 15px;
	border: 1px solid #a3a3a3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


@media screen and (max-width: 620px) {
	#user ul li{
	display: block;
	width: 99%;
	margin: 3px 0.5%;
	padding: 15px;
	border: 1px solid #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: none;
}
#user ul li .frame p{
	display: block;
	width: 99%;
	margin: 3px 0.5%;
	padding: 15px;
	border: 1px solid #a3a3a3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
}