@charset "UTF-8";

/*-----------------------------
pagename
-----------------------------*/
.pagename__h2 {
  color: #2359a8;
}
.pagename__h2 span {
	background:#2359a8;
}

/*-------------------------------
case1
-------------------------------*/
.first {
  max-width: 1200px;
  margin: 0 auto 80px;
  padding: 40px;
	background:#f2f7ec;
}
.first__wrap {
  display:inline-block;
	margin-right:30px;
  width: calc(100% - 300px);
	
}
.first__img {
	vertical-align:top;
  display:inline-block;
  width: 250px;
  height: 250px;
  background: url(../img/icon3.png) no-repeat;
  background-size: cover;
	border-radius:10px;
}

@media screen and (max-width:800px) {
	.first {
		margin: 0 auto 40px;
	}
}

@media screen and (max-width:480px) {
  .first {
    margin: 0 auto 40px;
    padding: 20px;
  }
	.first__h3,.first__h3 span {
		font-size:1.2rem;
		line-height:120%;
	}
  .first__wrap {
		width:100%;
    flex-direction: column;
		display:block;
  }
  .first__img {
		display:block;
    width: 200px;
    height: 200px;
		margin:10px auto;
		order:1;
  }
}


/*-------------------------------
case2
-------------------------------*/
.second {
  max-width: 1200px;
  margin: 0 auto 80px;
  padding: 40px;
	background:#fdeeec;
}
.second__wrap {
  display:inline-block;
	margin-left:30px;
  width: calc(100% - 300px);
	
}
.second__img {
	vertical-align:top;
  display:inline-block;
  width: 250px;
  height: 250px;
  background: url(../img/icon1.png) no-repeat;
  background-size: cover;
	border-radius:10px;
}

@media screen and (max-width:800px) {
	.second {
		margin: 0 auto 40px;
	}
}

@media screen and (max-width:480px) {
  .second {
    margin: 0 auto 40px;
    padding: 20px;
  }
  .second__wrap {
		width:100%;
    flex-direction: column;
		display:block;
		margin-left:0px;
  }
  .second__img {
		display:block;
    width: 200px;
    height: 200px;
		margin:10px auto;
		order:2;
  }
}


/*-------------------------------
case3
-------------------------------*/
.third {
  max-width: 1200px;
  margin: 0 auto 80px;
  padding: 40px;
	background:#e9eef6;
}

.third__wrap {
  display:inline-block;
	margin-right:30px;
  width: calc(100% - 300px);
	
}
.third__img {
	vertical-align:top;
  display:inline-block;
  width: 250px;
  height: 250px;
  background: url(../img/icon2.png) no-repeat;
  background-size: cover;
	border-radius:10px;
}


@media screen and (max-width:800px) {
	.third {
		margin: 0 auto 40px;
	}
}

@media screen and (max-width:480px) {
  .third {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
  }
  .third__wrap {
		width:100%;
    flex-direction: column;
		display:block;
  }
  .third__img {
		display:block;
    width: 200px;
    height: 200px;
		margin:10px auto;
  }
}

.recommend__num {
  margin-top: 0px;
  display: table;
  padding: 9px 10px 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.recommend__num--1 {
  background: #7eaf44;
}
.recommend__num--2 {
  background: #cd504b;
}
.recommend__num--3 {
  background: #4262a3;
}

.recommend__h2 {
	margin:0px;
	padding:10px;
  font-size: 34px;
	border-bottom:#000 4px solid;
}
.recommend__h2--1 span{
	color:#7eaf44;
}
.recommend__h2--2 span{
	color:#cd504b;
}
.recommend__h2--3 span{
	color:#4262a3;
}

.recommend__text {
  padding: 20px;
  line-height: 30px;
}

@media screen and (max-width:800px) {
  .recommend {
    padding: 20px 20px 20px 40px;
  }

  .recommend__h2 {
    font-size: 30px;
  }

  .recommend__box {
    margin-bottom: 40px;
    padding: 30px 0;
    background: #fff;
		display:block;
		border-radius:10px;
  }

  .recommend__flex-box {
	  width: 90%;
		display:block;
  }

  .recommend__text {
    width: auto;
    padding-left: 0px;
    padding: 0 30px;
  }
}

@media screen and (max-width:480px) {
  .recommend {
		border-radius:0px;
    padding: 10px;
  }

  .recommend__h2 {
    font-size: 24px;
  }
  .recommend__text {
    width: auto;
    padding: 0 10px;
    order: 1;
  }
}

/*-------------------------------
bnr
-------------------------------*/
.bnr {
  margin: 100px auto 100px;
	padding:20px 0px;
	background:#fdf7e8;
}

.bnr__wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.bnr__h2 {
  position: relative;
  top: -35px;
  color: #fff;
  font-size: 30px;
	text-align:center;
}

.bnr__h2 span {
  padding: 15px 20px;
	background:#eda01b;
}

.service_tex{
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  margin:0px; 
	padding:50px 50px 20px;
}

.service_tex li{
	-ms-flex-pack:distribute;
  justify-content:space-around;
	min-height:240px;
	width:30%;
	padding:2% 0px;
	margin:0px 2%;
	border:8px #edaf1b solid;
	background:#fff;
	text-align:center;
}
.service_tex li p{
	margin-top:15px;
	font-size:1.2rem;
	font-weight:700;
	line-height:150%;
}
.service_tex li p span{
	font-size:1.6rem;
	color:#edaf1b;
	font-weight:900;
}

.bnr__button {
  position: relative;
  top: 80px;
  left: 10px;
	text-align:center;
}

.bnr__button :after {
  content: "";
  display: inline-block;
  left: 5px;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.bnr__button a {
  padding: 10px 50px;
  background: #333;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  border-radius:30px;
}

.bnr__button a:hover {
  background: #eda01b;
  color: #fff;
  transition: 0.6s;
}

@media screen and (max-width:800px) {
  .bnr {
    height: 400px;
  }

  .bnr__h2 {
    left: 0px;
    font-size: 24px;
    text-align: center;
  }

  .bnr__button {
    top: 50px;
    left: 0px;
    text-align: center;
  }
}

@media screen and (max-width:480px) {
  .bnr {
    height:auto;
    margin-bottom: 60px;
  }

  .bnr__h2 {
    margin: 0 10px;
    font-size: 20px;
    line-height: 2.5em;
  }

  .bnr__h2 span {
    padding: 10px;
  }

.service_tex{
	display:block;
  margin:0px auto;
	padding:2% 5%;
}
.service_tex li{
	min-height:auto;
	display:block;
	width:90%;
  margin:0 auto 2%;
}
.service_tex li img{
	width:40%;
}

  .bnr__button {
    top: 60px;
    left: 0px;
  }
}
