@charset "UTF-8";
/* css Service */

/*---------------------------------------------------- */
/* Service */
/*---------------------------------------------------- */
/*== Waku ==*/
.serviceArea {
	/* padding: 30px 0 0 0; */
	margin: 0 auto;
	height: auto;
}
.serviceArea article {
	padding: 0;
	margin: 0 auto;
	height: auto;
	position: relative;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

/*== img ==*/
.serviceArea article .photo_service {
	padding: 0;
	margin: 0;
	height: auto;
}
.serviceArea article .photo_service figure {
	padding: 0;
	margin: 0 auto;
	height: auto;
	position: relative;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.serviceArea article .photo_service figure img {
	padding: 0;
	margin: 0;
	width: 100%;
	vertical-align: bottom;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

/*== Detail ==*/
.serviceArea article .detail {
	padding: 0;
	margin: 0;
	height: auto;
}

/*== h4 ==*/
.serviceArea article .detail .number-title {
	padding: 0;
	margin: 0 auto;
	height: auto;
	border-bottom: solid 1px #cdcdcd;
	position: relative;
}
.serviceArea article .detail .number-title h4 {
	padding: 0;
	margin: 0;
	color: #2d2e2f;
	font-weight: 700;
	text-align: left;
	line-height: 1.1;
}
.serviceArea article .detail .number-title h4 em {
	padding: 0;
	margin: 0;
	color: #880606;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-style: normal;
	font-weight: 900;
	display: inline-block;
}

/*== P ==*/
.serviceArea article .detail .txt {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.serviceArea article .detail .txt p {
	padding: 0;
	margin: 0;
	color: #3d3e3f;
	font-weight: 500;
	text-align: left;
	line-height: 1.5;
}

/*== Button ==*/
.waku_btn {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_btn ul {
	padding: 0;
	margin: 0 auto;
	height: auto;
	list-style-type: none;
}
.waku_btn ul li {
	padding: 0;
	margin: 0;
	height: auto;
	list-style-type: none;
	background-color: #fff;
	border-radius: 100vh;
	display: inline-block;
    *display: inline;
    *zoom: 1;
	vertical-align: top;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.waku_btn ul li a {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
	list-style-type: none;
	background-color: #f39010; /* c9081e */
	border-radius: 100vh;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	display: block;
	color: #fff;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	line-height: 1.0;
	vertical-align: middle;
	position: relative;
}
.waku_btn ul li a:after {
	padding: 0;
	margin: 1px 0 0 0;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 1em;
	vertical-align: middle;
	color: rgba(255, 255, 255, .8);
}
.waku_btn ul li a i {
	padding: 0;
	margin: 0;
	font-size: 108%;
	font-style: normal;
	font-weight: 900;
	display: inline-block;
}
.waku_btn ul li a small {
	padding: 0;
	margin: 0;
	font-size: 75%;
	font-style: normal;
	display: inline-block;
}
.waku_btn ul li a:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	color: #fff;
	text-decoration: none;
}


/* PC */
@media print, screen and (min-width: 961px) {
/*---------------------------------------------------- */
/* Service */
/*---------------------------------------------------- */
/*== Waku ==*/
.serviceArea {
		padding: 30px 0 0 0;
	padding-bottom: 0; /* 40px */
	width: 100%;
}
.serviceArea article:nth-child(even) {
	padding-top: 30px;
	padding-bottom: 20px;
	width: 98%;
	overflow: hidden;
}
.serviceArea article:nth-child(odd) {
	padding-top: 30px;
	padding-bottom: 20px;
	width: 98%;
	overflow: hidden;
}

/*== img ==*/
.serviceArea article:nth-child(even) .photo_service { /* 奇数 */
	width: 34%;
	float: right;
}
.serviceArea article:nth-child(odd) .photo_service { /* 偶数 */
	width: 34%;
	float: left;
}
.serviceArea article:nth-child(even) .photo_service figure, 
.serviceArea article:nth-child(odd) .photo_service figure {
	width: 100%;
}

/*== Detail ==*/
.serviceArea article:nth-child(even) .detail { /* 奇数 */
	width: 62%;
	float: left;
}
.serviceArea article:nth-child(odd) .detail { /* 偶数 */
	width: 62%;
	float: right;
}
	
/*== h4 ==*/
.serviceArea article .detail .number-title {
	padding-bottom: 8px;
	margin-bottom: 12px;
	width: 100%;
}
.serviceArea article .detail .number-title h4 {
	font-size: 26px;
}
.serviceArea article .detail .number-title h4 em {
	margin-right: 10px;
	font-size: 40px;
}

/*== P ==*/
.serviceArea article .detail .txt {
	width: 98%;
}
.serviceArea article .detail .txt p {
	font-size: 18px;
}

/*== Button ==*/
.waku_btn {
	padding-top: 5px;
	width: 98%;
}
.waku_btn ul {
	width: 100%;
}
.waku_btn ul li {
	margin: 0 1.2%;
	margin-top: 10px;
	width: 60%;
}
.waku_btn ul li a {
	padding: 15px 0;
	font-size: 16px;
}
.waku_btn ul li a:after {
	margin-top: 3px;
	font-size: 11px;
	right: 1.2em;
}
.waku_btn ul li a i {
	margin-right: 8px;
}


}


/* Tablet */
@media only screen and (max-width: 960px) and (min-width: 569px) {
/*---------------------------------------------------- */
/* Service */
/*---------------------------------------------------- */
/*== Waku ==*/
.serviceArea {
	padding-top: 0;
	padding-bottom: 25px;
	width: 100%;
}
.serviceArea article:nth-child(even) {
	padding-top: 20px;
	padding-bottom: 15px;
	width: 97%;
	/*overflow: hidden; */
}
.serviceArea article:nth-child(odd) {
	padding-top: 20px;
	padding-bottom: 15px;
	width: 97%;
	/*overflow: hidden; */
}

/*== img ==*/
.serviceArea article:nth-child(even) .photo_service { /* 奇数 */
	/*width: 34%;
	float: right;*/
	margin-bottom: 15px;
	width: 100%;
}
.serviceArea article:nth-child(odd) .photo_service { /* 偶数 */
	/*width: 34%;
	float: left;*/
	margin-bottom: 15px;
	width: 100%;
}
.serviceArea article:nth-child(even) .photo_service figure, 
.serviceArea article:nth-child(odd) .photo_service figure {
	width: 100%;
}

/*== Detail ==*/
.serviceArea article:nth-child(even) .detail { /* 奇数 */
	/*width: 62%;
	float: left;*/
	margin: 0 auto;
	width: 100%;
}
.serviceArea article:nth-child(odd) .detail { /* 偶数 */
	/*width: 62%;
	float: right;*/
	margin: 0 auto;
	width: 100%;
}
	
/*== h4 ==*/
.serviceArea article .detail .number-title {
	padding-bottom: 7px;
	margin-bottom: 10px;
	width: 100%;
}
.serviceArea article .detail .number-title h4 {
	font-size: 23px;
}
.serviceArea article .detail .number-title h4 em {
	margin-right: 8px;
	font-size: 37px;
}

/*== P ==*/
.serviceArea article .detail .txt {
	width: 98%;
}
.serviceArea article .detail .txt p {
	font-size: 17px;
}

/*== Button ==*/
.waku_btn {
	padding-top: 2px;
	width: 98%;
}
.waku_btn ul {
	width: 100%;
	text-align: center;
}
.waku_btn ul li {
	margin: 0 1.2%;
	margin-top: 10px;
	width: 70%;
}
.waku_btn ul li a {
	padding: 12px 0;
	font-size: 16px;
}
.waku_btn ul li a:after {
	margin-top: 3px;
	font-size: 10px;
	right: 1.1em;
}
.waku_btn ul li a i {
	margin-right: 6px;
}


}


/* Phone Landscape (Retina) */
@media only screen and (max-width: 568px)  {
/*---------------------------------------------------- */
/* Service */
/*---------------------------------------------------- */
/*== Waku ==*/
.serviceArea {
	padding-: 0 0 20px 0 !important;
	/* padding-bottom: 20px; */
	width: 100%;
}
.serviceArea article:nth-child(even) {
	padding-top: 15px;
	padding-bottom: 10px;
	width: 96%;
	/*overflow: hidden; */
}
.serviceArea article:nth-child(odd) {
	padding-top: 15px;
	padding-bottom: 10px;
	width: 96%;
	/*overflow: hidden; */
}

/*== img ==*/
.serviceArea article:nth-child(even) .photo_service { /* 奇数 */
	/*width: 34%;
	float: right;*/
	margin-bottom: 12px;
	width: 100%;
}
.serviceArea article:nth-child(odd) .photo_service { /* 偶数 */
	/*width: 34%;
	float: left;*/
	margin-bottom: 12px;
	width: 100%;
}
.serviceArea article:nth-child(even) .photo_service figure, 
.serviceArea article:nth-child(odd) .photo_service figure {
	width: 100%;
}

/*== Detail ==*/
.serviceArea article:nth-child(even) .detail { /* 奇数 */
	/*width: 62%;
	float: left;*/
	margin: 0 auto;
	width: 100%;
}
.serviceArea article:nth-child(odd) .detail { /* 偶数 */
	/*width: 62%;
	float: right;*/
	margin: 0 auto;
	width: 100%;
}
	
/*== h4 ==*/
.serviceArea article .detail .number-title {
	padding-bottom: 6px;
	margin-bottom: 8px;
	width: 100%;
}
.serviceArea article .detail .number-title h4 {
	font-size: 20px;
}
.serviceArea article .detail .number-title h4 em {
	margin-right: 6px;
	font-size: 34px;
}

/*== P ==*/
.serviceArea article .detail .txt {
	width: 98%;
}
.serviceArea article .detail .txt p {
	font-size: 16px;
}

/*== Button ==*/
.waku_btn {
	padding-top: 2px;
	width: 98%;
}
.waku_btn ul {
	width: 100%;
	text-align: center;
}
.waku_btn ul li {
	margin: 0 1.2%;
	margin-top: 8px;
	width: 80%;
}
.waku_btn ul li a {
	padding: 10px 0;
	font-size: 15px;
}
.waku_btn ul li a:after {
	margin-top: 3px;
	font-size: 9px;
	right: 1.1em;
}
.waku_btn ul li a i {
	margin-right: 4px;
}



}