@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}
.omron-ia-container{
	width: 954px;
    margin: 0 auto;
    padding:55px 0;
    position: relative;
    border-right: 0px solid #ccc;
    border-left: 0px solid #ccc;
    background-color: #fff;
    text-align: left;
}
.subscBody{
	width:780px;
	background:#f1f1f1 url(/html2014/images/subscription_2022/bg.jpg) no-repeat right bottom;
	box-sizing: border-box;
	padding:40px 70px 40px 25px;
}
.subscBody .subsc_1 h3{
	font-size:28px;
	color:#000;
	font-weight:bold;
	padding-bottom:20px;
}
.subscBody .subsc_1 h4{
	font-size:15px;
	line-height:30px;
	color:#333;
	letter-spacing:0;
	margin-bottom:15px;
}
.subscBody .subsc_1 input{
	font-size:15px;
	border:0;
	background:none;
	width:100%;
	line-height:30px;
	padding:15px 0;
	border-bottom:1px solid #666666;
	outline:0;
	
}
.subscBody .subsc_2{
	padding-top:20px;
}
.subscBody .subsc_2 h3{
	font-size:16px;
	line-height:30px;
	color:#000;
	font-weight:bold;
	letter-spacing:0;
}
.subscBody .subsc_2 ul li{
	display:flex;
	margin-top:25px;
	font-size:0;
}
.subscBody .subsc_2 ul li.flex-between{
	justify-content:space-between;
	align-items:center;
}
.subscBody .subsc_2 ul li .fl{
	font-size:15px;
	line-height:30px;
	color:#666666;
	letter-spacing:0;
}
.subscBody .subsc_2 ul li span{
	font-size:15px;
	line-height:30px;
	color:#666666;
	letter-spacing:0;
	display:inline-block;
}
.subscBody .subsc_2 ul li input[type=text]{
	border:0;
	height:30px;
	background:none;
	border-bottom:1px solid #ababab;
	display:inline-block;
	outline:0;
	margin-left:30px;
	width:250px;
	font-size:15px;
	line-height:30px;
	color:#333;
} 
.subscBody .subsc_2 .bottom{
	padding-top:80px;
	text-align:center
}
.subscBody .subsc_2 .bottom a{
	display:inline-block;
	width:92px;
	height:38px;
	font-size:15px;
	color:#fff;
	line-height:38px;
	border-radius:4px;
	background-color:#1754d5;
	text-decoration:none;
	transition:.3s;
}
.subscBody .subsc_2 .bottom a:hover{
	opacity:.9;
}

div[class^="ckbx-style-"] input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

.ckbx-style-1 {
  font-size: 24px;
}

.ckbx-style-1 input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

.ckbx-style-1 label {
  width: 1.6em;
  height: .8em;
  position: relative;
  cursor: pointer;
  display: block;
}

.ckbx-style-1 label:before {
  content: '';
  position: absolute;
  width: 1.6em;
  height: .8em;
  left: 0.1em;
  transition: background 0.1s 0.1s ease;
  background: #bdbfc4;
  border-radius: 50px;

}

.ckbx-style-1 label:after {
  content: '';
  position: absolute;
  width: .8em;
  height: .8em;
  border-radius: 50px;
  left: 0;
  transition: all 0.2s ease;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  background: #fcfff4;
  z-index: 2;
}

.ckbx-style-1 input[type=checkbox]:checked + label:before {
  background: #005eb8;
}

.ckbx-style-1 input[type=checkbox]:checked + label:after {
  left: 1.1em;
}



@media screen and (max-width:768px) {
	.omron-ia-container{padding:0;width:100%;}
	.subscBody{width:100%;padding:20px;background-size:500px auto;}
	.subscBody .subsc_1 h3{font-size:22px;padding-bottom:15px;}
	.subscBody .subsc_1 h4{font-size:14px;line-height:24px;}
	.subscBody .subsc_1 input{padding:10px 0;font-size:14px;line-height:30px;}
	.subscBody .subsc_2 ul li{margin-top:20px;}
	.subscBody .subsc_2 ul li .fl{font-size:14px;}
	.subscBody .subsc_2 ul li input[type=text]{width:180px;margin-left:10px;}
	.subscBody .subsc_2 .bottom{padding-top:40px;}
}

