.box{
  width:100%;
}
.mainimg{
  background:url("../img/mainimg.jpg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  height:600px;
  width:100%;
}
.mainimg .container{
  position:relative;
  height:600px;
}
.mainimg_box{
  position: absolute;
  top: 20%;
  transform: translateY(50%) translateX(0%);
  -webkit- transform: translateY(50%) translateX(0%);
  margin: auto;
}
.mainimg_box h2{
  margin-bottom:5rem;
}
.news{
  background:#eacb2b;
  padding: 25px;
}
.news a{
  color:#888;
}
.news dl{
  background:#fff;
  border-radius: 10px;
  font-size:16px;
  margin-bottom:10px;
  padding:10px;
}
.news dt{
  vertical-align: top;
  margin-right:30px;
}
.news dt,.news dd{
  display:inline-block;
  font-weight: bold;
}
.news .button{
  float:right;
  text-align: center;
  display:block;
  padding:10px;
  color:#ea732b;
  font-weight: bold;
  width:50%;
  border-radius:5px;
  background:#fff;
}
.content h2{
  line-height:1.6;
  font-weight: bold;
  margin-bottom:30px;
}
.content h3{
  font-size:30px;
  line-height:1.6;
  font-weight: bold;
  margin-bottom:30px;
}
.content{
  padding-top:50px;
  padding-bottom:50px;
}
.content_text{
  margin:0 auto;
  width:80%;
  font-size:16px;
  line-height: 2;
}
.content_box{
  background:#fff;
  border-radius:10px;
  padding:30px;
}
#first .content_text span{
  display:block;
}
#first .button{
  display:block;
  padding:10px;
  text-align: center;
  color:#fff;
  font-weight:bold;
  background:#d91916;
  border-radius: 10px;
  font-size:18px;
  width:50%;
  margin:1em auto;
}
#first a:hover{
  text-decoration: none;
}
#service{
  background:url("../img/service_back.jpg");
  background-size: cover;
}
#service .content_box{
  background: rgba(255,255,255,0.9);
}
#service .service_list{
  font-size:0;
  letter-spacing: 0;
}
#service .service_list li{
  display:inline-block;
  width:calc(100%/4);
  margin-bottom:20px;
  padding-left:10px;
  padding-right:10px;
}
#service .service_list li span{
  font-size:18px;
  color:#9b3887;
  font-weight: bold;
  padding:10px;
  text-align:center;
  border-radius:10px;
  display: block;
  border:2px solid #9b3887;
}
#flow .flow_step{
  margin-bottom:3rem;
  letter-spacing: 0;
  font-size:0;
}
#flow .flow_step li{
  list-style: none;
  display: inline-block;
  width:calc(100%/7);
  margin-bottom:3rem;
  background-color: white;
}
#flow .flow_box{
  margin-bottom:3rem;
  border:3px solid #000;
  padding:3rem;
}
#flow .flow_tittle {
  font-weight: bold;
  border-bottom:3px solid #ccc;
  margin-bottom:1rem;
  padding-bottom:1rem;
}
#flow .flow_text{

}

#company .content_text ul li{
  list-style: none;
}
#company .content_text ul li:before{
  content:"-";
  padding-right:10px;
}
#company .content_text a{
  color:#000;
  text-decoration: underline;
}
#company table { width: 100%; }
#company th,td  {
  padding: 20px;
  border: 1px solid #ddd;
  text-align: left;
}

#company .info_wrap{
  margin-top:3rem;
}
#company .info_wrap .info_box{
  background:#f6f6f6;
  padding:3rem;
}
#company .subtittle{
  font-weight: bold;
  font-size:16px;
}
#company .subtittle2{
  font-weight: bold;
}
#company .subtittle2:before{
  content:"●";
  padding-right:0.5em;
  color:#eacb2b;
}
#company .point_box dt{
  float:left;
  width:35%;
}
#company .point_box dd{
  float:right;
  width:60%;
}
#company .point_box dt{
  background:#ccc;
  padding:2rem 1rem;
  font-weight: bold;
  text-align:center;
  font-size:12px;
}
#company .point_box dd{
  font-size:21px;
  font-weight: bold;
}
#company .point_box dd span{
  font-weight: normal;
  display:block;
  font-size:12px;
  font-weight: bold;
}
#company .contact_button{
  display:block;
  width:100%;
  text-align:center;
  border:1px solid #ccc;
  color:#ccc;
  font-weight: bold;
  background:#fff;
  padding:1rem;
}
#company .info_wrap a{
  text-decoration: none;
}



@media screen and (max-width: 750px) {
  .mainimg{
    height:300px;
  }

  .mainimg_box{
    position: absolute;
    top: 5%;
    transform: translateY(50%) translateX(5%);
    -webkit- transform: translateY(50%) translateX(5%);
    margin: auto;
  }
.mainimg_box img{
  width:80%;
  height:auto;
}
.mainimg_box h2{
  margin-bottom:2rem;
}

.news .button{
  width:100%;
}
.news dt{
  margin-right:10px;
}

.content_text{
  text-align: left;
}
.content h2{
  font-size:21px;
  margin-bottom:20px;
}

.content h3{
  font-size:21px;
  margin-bottom:20px;
}
.content_text{
  font-size:14px;
  width:100%;
}
.content_box{
  padding:10px;
}
#first .content_text span{
  display:inline;
}
#first .button{
  width:100%;
}
#service .content_text{
  padding:30px;
}
#service .service_list li{
  display:inline-block;
  width:calc(100%/2);
  margin-bottom:20px;
  padding-left:10px;
  padding-right:10px;
}
#service .service_list li span{
  margin-right:0px;
  font-size:14px;
  padding:10px;
}
