@charset "utf-8";
/* CSS Document */


/*事業紹介ページメイン画像
---------------------------------------------------------------------------*/

#mainimg {
	max-width: 1500px;	/*サイトの最大幅*/
	max-height: 142px;
	margin: 0 auto;
	padding: 0;
	background-image: url("../images/hed_img.jpg");
	background-repeat:no-repeat;
	background-color: #fff;
	text-align: center;
}
h2 {
	text-shadow: 0 0 10px #fff,0 0 15px #fff;
}

/*ちょっとしたお悩み*/
.business_cacebox{
	width: 100%;
	text-align: center;
	background-color: #fff;
	background-image: url("../images/business/business_back.jpg");
	background-repeat:repeat-x;
	background-position: bottom;
	padding-top: 90px;
}

/*ボックス横並び　上部テキスト部分
---------------------------------------------------------------------------*/
.col_box{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.m_font {
	font-family: a-otf-ud-shin-maru-go-pr6n;
	font-size: 1.4em;
	padding-top: 30px;
}

@media screen and (max-width: 820px) {
	.col_box{
		justify-content: space-around;
}
	.m_font {
		width: 100%;
		padding-top: 0px;
}
}

.worries1 {
	background-image: url("../images/business/trouble1.png");
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
  }

.worries2 {
	background-image: url("../images/business/trouble2.png");
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
  }

.worries3 {
	background-image: url("../images/business/trouble3.png");
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
  }

.worries1_p {
    white-space: nowrap;
	padding: 220px 40px 50px 50px;
  }

.worries2_p {
    white-space: nowrap;
	padding: 220px 30px 50px 50px;
}

.worries3_p {
    white-space: nowrap;
	padding: 220px 50px 50px 50px;
}

em {
	color: brown;
	font-weight: 600;
}

.sfont {
	font-size: 60%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: normal;
}



/*ボックス横並び　イラスト部分
---------------------------------------------------------------------------*/
.col_box1{
	display: flex;
	text-align: center;
}

@media screen and (max-width: 850px) {
	.col_box1{
	flex-wrap: wrap;
	justify-content: space-around;
}
}

.minMA31 {
	font-family:a-otf-midashi-mi-ma31-pr6n;
	font-size: 1.4em;
	margin-top: 10px;
}

@media screen and (max-width: 700px) {
	.minMA31 {
	font-size: 1.2em;
	margin-top: 10px;
}
}

@media screen and (max-width: 650px) {
	.minMA31 {
	font-size: 1.2em;
	margin-top: 10px;
}
}

/*Zetにお任せ下さい！
---------------------------------------------------------------------------*/
.blue_fullboxtop {
	background-color: #005ca2;
	text-align: center;
	color: #fff;
	font-weight: 600;
	padding-bottom: 40px;
}

/*Point Zetの強み
---------------------------------------------------------------------------*/

#rules{
	margin-top: 20px;
}

#rules dl{
	display: flex;
	width: 100%;
	margin-bottom: 50px;
	
}

#rules dt{
}

.w_dt10 {
	width: 10%;
}


#rules dd{
	padding-top: 10px;
}

h4 {
	font-size: 1.7em;
	font-weight: 800;
	color: #005ca2;
	font-family:a-otf-midashi-mi-ma31-pr6n;
	margin-bottom: 10px;
}

.long {
	font-feature-settings : "palt";
}

.zetimg {
	width: 40%;
}

.glay_fullbox {
	width: 100%;
	display: block;
	background-color:#f2f2f2;
	font-weight: 600;
	padding: 8px 0;
	text-align: center;
	
}



@media screen and (max-width: 600px) {
	#rules dt{
	width: 20%;
}
	#rules dl{
	flex-wrap: wrap;
}
	#rules dd{
	padding-top: 5px;
}

}

@media screen and (max-width: 480px) {
	h4 {
	font-size: 1.4em;
}
}


/*基本作業料金・出張費無料
---------------------------------------------------------------------------*/
table{
	width: 100%;
	margin-bottom: 10px;
}

th{	
	padding: 10px;
	border-bottom: solid 1px #e6e6e6;
	border-right: solid 1px #e6e6e6;
}

td{	
	padding: 10px;
	border-bottom: solid 1px #e6e6e6;
	border-right: solid 1px #e6e6e6;
}

.no-rightborder {
		border-right: none;
}

.blue_box {
	background-color: #005ca2;
	color: #fff;
}

.liteblue_box {
	background-color: #c7e8fa;
}

.glay_box {
	background-color:#f2f2f2;	
}

.t_l {
	text-align: left;
}
.t_c {
	text-align: center;
}

.t_r {
	text-align: right;
}

.percent30 {
	width: 30%;
}

.percent23 {
	width: 23%;
}


.marker_yellow_futo {
	font-size: 1.8em;
	font-family:a-otf-midashi-mi-ma31-pr6n;
	font-weight: 600;
	background: linear-gradient(transparent 30%, #ffff66 60%);
	margin: 20px auto 60px;
	text-align: center;
}

@media screen and (max-width: 800px) {
	.marker_yellow_futo {
	font-size: 1.6em;
	background: linear-gradient(transparent 40%, #ffff66 60%);
}
}
@media screen and (max-width: 640px) {
	.marker_yellow_futo {
	font-size: 1.4em;
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
}

@media screen and (max-width: 550px) {
	.marker_yellow_futo {
	font-size: 1.2em;
}
}

@media screen and (max-width: 490px) {
	.marker_yellow_futo {
	font-size: 1.1em;
}
}

@media screen and (max-width: 430px) {
	.marker_yellow_futo {
	font-size: 0.9em;
}
}

