@charset "utf-8";

.btn{
  display: block;
  width: 300px;
  height: 25px;
  padding: 10px 0;
  font-size: 1.6rem;
  text-align: center;
  color: #fff !important;
  background-color: #fb9300;
  border-radius: 30px;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);
}

.btn2{
    display: block;
    min-width: 200px;
	height: 25px;
    padding: 10px 0;
    font-size: 1.6rem;
    text-align: center;
    color: #fff !important;
    background-color: #fb9300;
    border-radius: 30px;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 30%);
}

.btn3{
    display: block;
    max-width: 200px;
    height: 25px;
    padding: 10px 0;
    font-size: 1.6rem;
    text-align: center;
    color: #fff !important;
    background-color: #fb9300;
    border-radius: 30px;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 30%);
}

.btn_right{
	margin-right: 30px;
}

.sample_group{
  margin-bottom: 15px;
}

.sample_group .img{
  width: 100%;
  float: left;
}

.contents_bottom{
  margin-bottom: 100px;
}

.text{
	margin-bottom: 5px;
}

.sample_group .border{
  border:solid 2px #dddddd;
}

.sample_group .text{
  text-align: left;
  font-size: 18px;
}

.clearFix::after{
  content: "";
  display: block;
  clear: both;
}

.heading_h5{
  font-size: 1.8rem;
  font-weight: bold;
  color: #0387e7;
  margin-bottom: 0.8em;
}

.mesh{
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .sample_group .img{
    position: relative;
    width: 100%;
    min-width: 320px;
    overflow: hidden;
  }
  .sample_group .border img{
    position: absolute;
    left: 50%;
    transform: translateY(0) translateX(-50%);
    margin:auto;
    width: 670px;
    height:auto;
  }

.sample_btn{
  margin-bottom: 50px;
}

}
