ul,li{
	list-style:none;
}
.contain{
	width:1200px;
	margin: auto;
}
.pc-only{
	display: block;
}
.sp-only{
	display: none;
}
.main-page{
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  box-sizing: border-box;
}
.main-page a:hover{
  opacity: 0.7;
}
.main-page br{
  line-height: initial;
}
.mv{
	background: url(../img/mv.png) no-repeat center;
  height: 660px;
}
.read{
  background: url(../img/bg_read.png) no-repeat center;
  height: auto;
  margin: 0 auto;
  padding: 50px 0;
}
.read .read_txt{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  color: #fff;
  text-align: left;
}
.prd{
  padding: 80px 0 50px;
}
.prd h2{
  font-size: 48px;
  font-weight: bold;
  color: #000;
  text-align: left;
  margin: 0 0 50px;
}
.prd ul.prd_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.prd .bnr{
  margin-bottom: 60px;
}
.prd .wellcabin{
  
}
.prd .wellcabin h3 p{
  text-align: right;
  font-size: 14px;
}
.prd .wellcabin h4{
  font-size: 24px;
  font-weight: bold;
  color: #5bc2e7;
  text-align: left;
  margin: 30px 0 15px;
}
.prd .wellcabin p.wellcabin_txt{
  text-align: left;
  line-height: 1.6;
}
.btn_blue a{
  display: flex;
  background: #5bc2e7;
  color: #fff;
  width: 20em;
  padding: 1em 1em 1em 6em;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  border-radius: 16px;
  margin: 50px auto;
}
.booth{
  background: #e8f8f5;
  padding: 80px 0 100px 0;
}
.booth h2{
  font-size: 48px;
  font-weight: bold;
  color: #00957a;
  text-align: left;
  margin: 0 0 50px;
}
.booth_img p{
  text-align: right;
  font-size: 14px;
}
.booth_list{
  background: #fff;
  border: 2px solid #00957a;
  border-radius: 16px;
  padding: 50px;
  margin: 50px 0 80px;
}
.booth_list dl{
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  line-height: 1.5;
}
.booth_list dl dt {
  width: 25%;
  margin-bottom: 2em;
}
.booth_list dl dd {
  width: 75%;
  margin-bottom: 2em;
}
.booth_list dl dd span{
  margin-left: 6em;
}

.btn_green a{
  display: flex;
  background: #00957a;
  color: #fff;
  width: 18em;
  padding: 1em 1em 1em 8em;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  border-radius: 16px;
  margin: 50px auto;
}



@media screen and (max-width: 576px) {
  .pc-only{
    display: none;
  }
  .sp-only{
    display: block;
  }	
  .contain {
      width: auto;
  }
  .main-page .container{
    width: 95%;
    margin:auto;
  }
  
  .mv{
    background: none;
    height: auto;
  }
  .read{
    background: url(../img/bg_read_sp.png) no-repeat center;
    height: auto;
    padding: 20px 0;
    background-size: cover;
  }
  .read .read_txt{
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5;
  }
  .prd {
    padding: 50px 0;
  }
  .prd h2 {
    font-size: 30px;
    margin: 0 0 30px;
  }
  .prd ul.prd_box {
    margin-bottom: 30px;
  }
  .prd ul.prd_box li {
    margin: 0 5px;
  }
  .prd .bnr {
    margin-bottom: 30px;
  }
  .prd .wellcabin h3 p {
    font-size: 12px;
  }
  .prd .wellcabin h4 {
    font-size: 22px;
  }
  .btn_blue a {
    width: 100%;
    padding: 0.8em 1em 1em 1.5em;
    font-size: 18px;
    box-sizing: border-box;
  }
  .btn_blue a img {
    width: 20px;
  }
  .booth h2 {
    font-size: 30px;
    margin: 0 0 30px;
  }
  .booth_img p {
    font-size: 12px;
  }
  .booth_list {
    padding: 20px;
  }
  .booth_list dl {
    display: block;
    font-size: 16px;
  }
  .booth_list dl dt {
    width: 100%;
    margin-bottom: 1em;
    font-weight: bold;
  }
  .booth_list dl dd {
    width: 100%;
    margin-bottom: 2em;
  }
  .booth_list dl dd span {
    margin-left: 1em;
    display: block;
  }
  .btn_green a {
    display: flex;
    width: 100%;
    padding: 0.8em 1em 1em 1.5em;
    font-size: 18px;
    box-sizing: border-box;
  }
  .btn_green a img {
    width: 20px;
  }
  
  
  
  
}