@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------
*	汎用要素スタイル 
---------------------------------------- */
html,body,h1,h2,h3,p,ul,li,img{
	margin: 0;
	padding: 0;
}

body {
  font-family: "Noto Sans JP", "YakuHanJP", sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: #444;
  letter-spacing: 0.08em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
	}
a {text-decoration:none; }
li {list-style-type: none; }
hr {
  border: 0;
}
a:hover {opacity: 0.5 ;}

h2,h3 {line-height: 0 !important; border: none !important;}

/* ----------------------------------------
*	lpスタイル 
---------------------------------------- */
.conv-lp_main{width: 100%;margin: auto;}
.conv-lp_main img{width: 100%;display: block;}
.cpnbg{background-image: url("https://www.haba.co.jp/images/lp/237/images/img_cpn_bg.jpg"); background-size: 100% 100%;
padding: 20px;}

.fl{float: left;width: 50%;}
.w100{width: 100%;}

.conv-lp_copon{width: 90%; margin: 40px auto; background-image: url("https://www.haba.co.jp/images/lp/237/images/img_cpon_bg.png"); background-size:100%; background-repeat: repeat-y; }
.conv-lp_copon_bk{background-color: #ffffff; }
.conv-lp_copon_in{background-color: #ffffff; width:75%; margin: 0 auto;text-align: center;line-height: 1.5em !important; border: 1px solid #ca9a08 ; margin-top: 10px; }

.ttl_copon {
  position: relative;
  display: inline-block;
  padding: 0 55px;
margin: 15px 0 20px 0;
	font-weight: bold;
	font-size: 18px;
	color: #37a9a9;
}

.ttl_copon:before, .ttl_copon:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #37a9a9;
}

.ttl_copon:before {
  left:0;
}
.ttl_copon:after {
  right: 0;
}

.conv-lp_offer{position: relative; height:auto; overflow: hidden;}
/*.conv-lp_offer_btn{position: absolute; bottom: 11%; left: 50%;  transform: translateX(-50%); -webkit-transform: translateX(-50%);  -ms-transform: translateX(-50%); max-width:640px;}*/
.conv-lp_offer_btn,.conv-lp_otoku_btn{
	position: absolute; left: 50%;  transform: translateX(-50%); -webkit-transform: translateX(-50%);  -ms-transform: translateX(-50%); width: 70%;}

.conv-lp_attbox{font-size: 12px ;padding: 0 40px; margin-top: 5px; line-height: 1.2em !important; }
.conv-lp_att{font-size: 12px; line-height: 1.2em !important; }
.conv-lp_box{margin-bottom: 40px;line-height: 0 !important;  }
.conv-lp_boxsp{margin-bottom: 30px;line-height: 0 !important; }
.conv-lp_banner h2{ margin:0 auto 20px auto;text-align: center;}


/* ここにPC向けのCSS指定 */
@media (min-width: 768px) {

.conv-lp_main{width: 680px;margin: auto;}
.conv-lp_copon{width: 88%; margin: 80px auto;}	
.conv-lp_copon_in{padding:15px 26px 20px 26px;}
.conv-lp_offer_btn{bottom: 12%; max-width:500px;}	
.conv-lp_otoku_btn{bottom: 30%; max-width:500px;}
.conv-lp_banner h2{width: 100% !important;}	
.conv-lp_banner ul{width: 90%; margin: auto;}	
.sponly{ display: none;}
.conv-lp_boxsp{ width:640px; margin-left: 20px;}
}


/* ここにSP向けのCSS指定 */
@media (max-width: 768.98px) {
.conv-lp_copon_in{padding:10px 20px 20px 20px; width: 80%;}
.conv-lp_copon_in p{text-align: left;}
.ttl_copon { font-size: 16px;}
.conv-lp_offer_btn{bottom: 9%; max-width:80%;}	
.conv-lp_otoku_btn{bottom: 30%; max-width:80%;}			
.conv-lp_box{margin-bottom: 50px;}	
.conv-lp_boxsp{margin-bottom: 40px; padding: 20px;}	
.conv-lp_banner h2{width: 100% !important;}	
.conv-lp_banner ul{width: 100% !important; margin: auto;}		
	
.conv-lp_attbox{font-size: 10px;}
.conv-lp_att{font-size: 10px;}	
.pconly{display: none;}
    body{max-width: 760px;}
}
