@CHARSET "UTF-8";

/* #set-txt{ */
/*   padding-left: 3em; */
/* } */

a.page {
	text-decoration: none;
}
a:link.page {
	color: #666666;
	}
a:visited.page {
	color: #666666;
	}
a:hover.page {
	color: #ff5b16;
	}


a:link.service {
	color: #ff5b16;
	}
a:visited.service {
	color: #ff5b16;
	}
a:hover.service {
	color: #ff0000;
	}

#main-contents-container {
	font-size: 16px;
}


#mainoption.page {
	width:100%;
}

/* その他サービス */
.ex_service_waku {
	max-width: 950px;
	margin: 0 auto;
}

.h-small {
	margin: 1.2em -12px 0;
    padding: 26px 36px 26px 16px;
    text-align: left;
    font-size: 2.2rem;
}

.h-small:before {
	position: absolute;
/*     left: 20px; */
    width: 6px;
    height: 43px;
    content: '';
    border-radius: 3px;
    background: #ff5b16;
}

/* ボックス */

.servicebox{
    padding: 0.5em 1em 1.5em;
    margin: 2em 10px;
    background: white;
    border-top: solid 5px #ff5b16;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.40);
}
.servicebox p {
    margin: 0;
}
.list1 {
	max-width: 350px;
	float: left;
	margin-right: 20px;
	margin-top: 15px;
	border: 1px solid #b6b6b6;
	border-radius: 3px;
}

.listtitle {
	font-size: 22px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

img.hover-img2:hover {
	opacity: 0.6;
}

.botan {
    text-align: right;
}
.hover-img2 {
	padding: 0 20px 10px 0;
}

.clearfix:after{
	content: "";
	clear: both;
	display: block;
}

.cb{
	/* floatを解除 */
	clear: both;
}

.square_btn{
    position: relative;
    display: inline-block;
    margin-top: 15px;
    margin-left: 10px;
    font-weight: bold;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    background: #424242;
    transition: .4s;
  }

.square_btn:hover {
    background: #ff5b16;
    color: #fff;
}



@media screen and (max-width:640px) {
a.page {
	text-decoration: none;
}
a:link.page {
	color: #666666;
	}
a:visited.page {
	color: #666666;
	}
a:hover.page {
	color: #ff5b16;
	}


a:link.service {
	color: #ff5b16;
	}
a:visited.service {
	color: #ff5b16;
	}
a:hover.service {
	color: #ff0000;
	}

#main-contents-container {
	font-size: 4.375vw;
	margin: 0 3.125vw;
}


#mainoption.page {
	width:100%;
}


/* その他サービス */
.ex_service_waku {
	max-width: 950px;
	margin: 0 auto;
}

.h-small {
	margin: 0;
	padding: 20px 10px 10px;
	text-align: left;
	font-size: 5.5vw;
}

.h-small:before {
	position: absolute;
	/*     left: 20px; */
	width: 6px;
	height: 30px;
	content: '';
	border-radius: 3px;
	background: #ff5b16;
}

/* ボックス */

.servicebox{
    padding: 0.5em 1em 1.5em;
    margin: 1em 0px;
    background: white;
    border-top: solid 5px #ff5b16;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.40);
}
.servicebox p {
    margin: 0;
    font-size: 4.375vw;
}
.list1 {
	max-width: 100%;
	float: left;
	margin-right: 20px;
	margin-top: 15px;
	border: 1px solid #b6b6b6;
	border-radius: 3px;
}

.listtitle {
	font-size: 5vw;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

img.hover-img2:hover {
	opacity: 0.6;
}

.botan {
    text-align: right;
}
.hover-img2 {
	padding: 0 20px 10px 0;
}

.clearfix:after{
	content: "";
	clear: both;
	display: block;
}

.cb{
	/* floatを解除 */
	clear: both;
}

.square_btn{
    position: relative;
    display: inline-block;
    margin-top: 15px;
    margin-left: 10px;
    font-weight: bold;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #fff;
    font-size: 4.5vw;
    background: #424242;
    transition: .4s;
  }

.square_btn:hover {
    background: #ff5b16;
    color: #fff;
}




}