@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

.nav-service a {
	border-bottom: solid 2px #ffdde1;
}

/* ==========================================================================
	CONTENTS
	========================================================================== */

.page-link .bt {
  width: 40%;
  margin: 0 auto 40px auto;
}
.page-link .bt a {
	display: block;
	color: #fff;
	text-align: center;
	background-color: #f4cd44;
	border-radius: 50px;
	border: solid 3px #fcf0c7;
	padding: 25px 0;
}
.page-link .bt a span {
  background: url(../images/service-images/icon01.png) 0 50% no-repeat;
  background-size: 18px;
  padding-left: 30px;
}
.page-link .bt a:hover {
	background-color: #ffde6a;
}
.page-link .bt02 {
  width: 40%;
  margin: 0 auto 20px auto;
}
.page-link .bt02 li {
  text-align: center;
}
.page-link .bt02 li a {
  text-decoration: underline;
}
.page-link .bt02 li a span {
  background: url(../images/service-images/icon02.png) 0 50% no-repeat;
  background-size: 15px;
  padding-left: 27px;
}

.service-box {
	overflow: hidden;
	margin-bottom: 70px;
}
.service-box .img {
	width: 50%;
}
.service-box .img img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.service-box .txt {
	display: table;
	table-layout: fixed;
	width: 50%;
	padding: 0 5%; 
}
.service-box .border-r {
	border-right: dotted 1px #ccc;
}
.service-box .border-l {
	border-left: dotted 1px #ccc;
}
.service-box .txt .inner {
	display: table-cell;
	vertical-align: middle;
}
.service-box .txt h3 {
	color: #f78b97;
	font-size: 1.8rem;
}
.service-box .txt .bt-cmn01 {
	width: 70%;
	margin: 0 auto;
}
.service-box .txt p {
	margin-bottom: 40px;
}

/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){


}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

@media screen and (max-width:1024px){

.page-link {
	width: 100%;
	margin: 0 auto;
}
.service-box .img {
	float: none;
	width: 100%;
}
.service-box .img img {
	width: 60%;
}
.service-box .txt {
	display: block;
	float: none;
	width: 100%;
	padding: 0 5%; 
}
.service-box .border-r {
	border-right: none;
}
.service-box .border-l {
	border-left: none;
}
.service-box .txt .inner {
	display: block;
}
.service-box .txt .bt-cmn01 {
	width: 70%;
	margin: 0 auto;
}
.service-box .txt p {
	margin-bottom: 40px;
}

.page-link .bt {
  width: 70%;
}
.page-link .bt02 {
  width: 70%;
}

}

/* ==========================================================================
	SP - 640px
	========================================================================== */

@media screen and (max-width: 640px) {

.page-link {
	margin-bottom: 30px!important;
}
.page-link a {
	font-size: 80%;
	padding: 10px;
}

.service-box {
	margin-bottom: 30px;
}
.service-box .img img {
	width: 90%;
	margin-bottom: 20px;
}
.service-box .txt {
	padding: 0; 
}
.service-box .txt h3 {
	font-size: 1.6rem;
	text-align: center;
}
.service-box .txt .bt-cmn01 {
	width: 80%;
}
.service-box .txt p {
	margin-bottom: 30px;
}

.page-link .bt {
  width: 70%;
  margin: 0 auto 20px auto;
}
.page-link .bt a {
	padding: 15px 0;
}
.page-link .bt a span {
  background-size: 15px;
  padding-left: 25px;
}
.page-link .bt02 {
  width: 100%;
  margin: 0 auto 20px auto;
}
.page-link .bt02 ul {
  width: 100%;
}
.page-link .bt02 ul li {
  float: none;
  width: 100%;
  margin-bottom: 10px;
}
.page-link .bt02 li a span {
  background-size: 10px;
  padding-left: 20px;
}


}

