@charset "shift_jis";
/*==============================================
 common
============================================= */
#header {
	border-bottom: #ededed solid 1px;
}
.headerIn,
.footerIn {
	width: 930px;
	margin: 0 auto;
}
.copyRight { border-top: 1px solid #ededed; }
#footer { margin-top: 10px; }
.pageTop { border-radius: 50%; }

em {
	font-style: normal;
}
img {
	image-rendering: -webkit-optimize-contrast;
}

.releasedate {
	width: 930px; 
	font-size: 11px; 
	color: #333;
	text-align: right;
	margin: 100px auto; 
}


#mainContents {
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.05em;
}


/*==============================================
 看板
============================================= */
.titleWrap {
	width: 100%;
	height: 790px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/01_coway/mainimg.jpg) no-repeat center top;
	margin: 0 auto 100px;
	position: relative;
}
.mainTitle {
	width: 100%;
	height: 220px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/01_coway/maintitle.png) no-repeat center 108px;
	margin: auto;
	padding-top: 108px;
}
.mainTitle * {
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
}
.titleWrap a {
	display: block;
	width: 800px;
	height: 80px;
	background: #11a3d9;
	font-size: 22px;
	color: #fff;
	text-align: center;
	line-height: 82px;
	position: absolute;
	bottom: -40px;
	left: 50%;
	margin-left: -400px;
	transition: all ease .3s;
}
.titleWrap a:after {
	content: "";
	display: block;
	width: 21px;
	height: 40px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/01_coway/arrow.png) no-repeat 0 0;
	background-size: 21px;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -20px;
}
.titleWrap a:hover {
	background: #2ebeff;
}
.titleWrap a br {
	display: none;
}

.lead {
	width: 930px;
	font-size: 16px;
	line-height: 2.1;
	margin: 0 auto;
}
.lead a {
	color: #11a3d9;
	text-decoration: underline;
}
.lead a:hover {
	text-decoration: none;
}


/*==============================================
 バナー
============================================= */
.innerbnr {
	width: 930px;
	margin: 120px auto 0;
}
.innerbnr a {
	display: table;
	table-layout: fixed;
	width: 830px;
	height: 120px;
	border: 1px solid #828282;
	margin: 0 auto;
	box-sizing: border-box;
}
.innerbnr a dl:before {
	content: "";
	display: block;
	width: 114px;
	height: 174px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/01_coway/innerbnr_img.png) no-repeat 0 0;
	position: absolute;
	top: -25px;
	left: 18px;
}
.innerbnr a dl {
	display: table-cell;
	vertical-align: middle;
	padding-left: 147px;
	box-sizing: border-box;
	position: relative;
}
.innerbnr a dt {
	font-size: 38px;
}
.innerbnr a dd {
	font-size: 15px;
	margin: 6px 0 13px 2px;
}
.innerbnr a p {
	display: table-cell;
	width: 250px;
	background: #11a3d9;
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	vertical-align: middle;
	padding-left: 25px;
	box-sizing: border-box;
	position: relative;
	transition: all ease .3s;
}
.innerbnr a p:after {
	content: "";
	display: block;
	width: 27px;
	height: 50px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/01_coway/arrow.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -25px;
}
.innerbnr a:hover p {
	background: #2ebeff;
}


/*==============================================
 目次
============================================= */
.menu {
	width: 930px;
	border-top: 1px solid #a7a7a7;
	border-bottom: 1px solid #a7a7a7;
	margin: 60px auto 0;
}
.menu dt {
	width: 108px;
	height: 23px;
	background: #a7a7a7;
	font-size: 13px;
	color: #fff;
	line-height: 23px;
	text-align: center;
	margin: 0 auto;
}
.menu dd {
	padding: 22px 0 35px 65px;
}
.menu dd a {
	display: block;
	font-size: 14px;
	color: #444;
	line-height: 2.8;
	position: relative;
}
.menu dd a:before {
	display: inline-block;
	content: "▼";
	font-size: 12px;
	color: #a7a7a7;
	margin-right: 20px;
	vertical-align: 1px;
}
.menu dd a:hover {
	color: #11a3d9;
}


/*==============================================
 コンテンツ
============================================= */
.paragraph {
	margin: 120px auto 0;
}
.paragraph h2 {
	font-size: 32px;
	line-height: 1.4;
	margin-bottom: 80px;
	box-sizing:  border-box;
}
.paragraph h2 span {
	display: block;
	width: 930px;
	margin: auto;
}
.paragraph h2 em {
	display: block;
	font-size: 20px;
	color: #11a3d9;
	margin-bottom: 18px;
}
.paragraph h2 sup {
	font-size: 12px;
	top: 4px;
}
.paragraph h3 {
	font-size: 26px;
	text-align: center;
	margin: 90px auto 60px;
}
.paragraphIn {
	width: 930px;
	margin: 0 auto;
}
.paragraphIn p {
	font-size: 16px;
	line-height: 2;
	margin: 0 0 30px;
}
.paragraph p em {
    background: linear-gradient(transparent 70%, #cfedf7 0%);
}

#article01 h2 {
	height: 390px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/01_coway/p1_img.jpg) no-repeat center 0;
	padding-top: 100px;
}
#article02 h2 {
	height: 390px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/01_coway/p2_img.jpg) no-repeat center 0;
	padding-top: 120px;
}
#article03 h2 {
	height: 390px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/01_coway/p3_img.jpg) no-repeat center 0;
	padding-top: 100px;
}
#article04 {
	background: #efefef;
	padding: 110px 0 60px;
}
#article04 h2 {
	font-size: 34px;
	text-align: center;
}
#article04 h2 em {
	text-indent: -999em;
	font-size: 0;
	margin: 0;
}


/*==============================================
 画像
============================================= */
.imgBox {
	width: 930px;
	margin: 80px auto;
	overflow: hidden;
}
.imgBox div {
	overflow: hidden;
}
.imgBox div + div {
	margin-top: 30px;
}
.imgBox a {
	display: block;
	width: 450px;
	float: left;
	position: relative;
}
.imgBox a:nth-of-type(2) {
	float: right;
}
.imgBox img {
	display: block;
	width: 100%;
}
.imgBox a img {
	transition: all ease .3s;
}
.imgBox a:hover img {
	opacity: .8;
}
.imgBox a span {
	font-size: 22px;
	position: absolute;
	top: 20px;
	left: 15px;
}
.imgBox .cap {
	font-size: 14px;
	line-height: 2;
	margin: 25px 0 0;
}
.imgBox .cap.right {
	width: 450px;
	margin-top: -2px;
	float: right;
}
.imgBox strong {
	display: block;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 18px;
	position: relative;
}
.imgBox strong:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #11a3d9;
	vertical-align: -3px;
	margin-right: 12px;
}

.w800,
.w800 a {
	width: 800px;
	float: none;
}


/*==============================================
 製品紹介
============================================= */
.productBox {
	background: #efefef;
	margin: 0 auto;
	padding-bottom: 1px;
}
.productBox a {
	display: block;
	width: 930px;
	margin: 0 auto;
	padding: 0 70px 0 130px;
	box-sizing: border-box;
	overflow: hidden;
}
.productBox a img {
	float: left;
}
.productBox a dl {
	width: 380px;
	padding-top: 100px;
	float: right;
}
.productBox a dt {
	font-size: 45px;
}
.productBox a dt span {
	display: block;
	font-size: 30px;
	margin-bottom: 12px;
}
.productBox a dd {
	display: block;
	width: 380px;
	height: 60px;
	background: #11a3d9;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 62px;
	position: relative;
	margin-top: 25px;
	transition: all ease .3s;
}
.productBox a dd:after {
	content: "";
	display: block;
	width: 16px;
	height: 30px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/01_coway/arrow.png) no-repeat 0 0;
	background-size: 16px;
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -14px;
}
.productBox a dd:hover {
	background: #2ebeff;
}
.productBox ul {
	width: 930px;
	margin: 90px auto 0;
}
.productBox li {
	font-size: 12px;
	color: #555;
	line-height: 2.1;
	text-indent: -1.9em;
	padding-left: 1.9em;
	margin-top: .5em;
}


/*==============================================
アンケート
============================================= */
/*---- カラー変更 ----*/
.questionnaire {
color: #2e2e2e;
}
.question .select .arrow {
border-color: #2e2e2e transparent transparent transparent;
}
.questionnaireInner h2,
.btnSend a {
background-color: #0a7bc3;
}
.btnSend a:hover {
background-color: #04619d;
}
.questionnaireInner h3 .q {
color: #1b75bc;
}
.question input[type=radio]:checked ~ .radio::before {
background-color: #1b75bc;
}
.question ul li:hover .radio, .question input[type=radio]:checked ~ .radio, .question ul li:hover .check, .question input[type=checkbox]:checked ~ .check, .question input[type=checkbox]:checked ~ .check::before, .question .select select:hover, .question .select select:focus, .question textarea:hover, .question textarea:focus, .question input:hover, .question input:focus {
border-color: #1b75bc !important;
}

/*---- 文字強調 ----*/
.questionnaire .marker {
	background:linear-gradient(transparent 70%, #c2dff7 70%);}

/*---- ベースデザイン ----*/
.questionnaire {
padding: 100px 0;
letter-spacing: 0.1em;
font-feature-settings: "palt"1;
}
.questionnaireInner {
width: 930px;
margin: 0 auto;
padding-bottom: 60px;
background-color: #fff;
border-radius: 8px;
border: 1px solid #999;
box-sizing: border-box;
}
.questionnaireInner h2 {
padding: 30px 30px 25px;
border-radius: 6px 6px 0 0;
color: #fff;
font-size: 20px;
font-weight: bold;
}
.questionnaireInner h3 {
line-height: 1.8;
font-size: 16px;
font-weight: bold;
}
.questionnaireInner h3 .q {
margin-right: 10px;
font-size: 24px;
}
.questionnaireInner h3 .required {
margin-left: 10px;
color: #e20000;
}
.question {
padding: 40px 80px 0;
}
.question:first-child {
padding-top: 50px;
}
.question ul {
list-style: none;
margin-top: 20px;
overflow: auto;
}
.question ul li {
display: block;
position: relative;
float: left;
width: 100%;
}
.question ul li label {
display: block;
position: relative;
font-weight: 300;
font-size: 16px;
padding: 0 0 0 53px;
margin: 10px auto;
z-index: 9;
cursor: pointer;
-webkit-transition: all .2s linear;
}

/* radio */
.question ul li input[type=radio] {
position: absolute;
visibility: hidden;
}
.question ul li .radio {
display: block;
position: absolute;
border: 3px solid #cccccc;
border-radius: 100%;
height: 16px;
width: 16px;
top: 6px;
left: 20px;
z-index: 5;
transition: border .2s linear;
-webkit-transition: border .2s linear;
}
.question ul li:hover .radio {
border: 3px solid;
}
.question ul li .radio::before {
display: block;
position: absolute;
content: '';
border-radius: 100%;
height: 6px;
width: 6px;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
transition: background .2s linear;
-webkit-transition: background .2s linear;
}
.question input[type=radio]:checked ~ .radio {
border: 3px solid;
}

/* checkbox */
.question ul li input[type=checkbox] {
position: absolute;
visibility: hidden;
}
.question ul li .check {
display: block;
position: absolute;
border: 3px solid #cccccc;
border-radius: 6px;
height: 16px;
width: 16px;
top: 4px;
left: 20px;
z-index: 5;
transition: border .2s linear;
-webkit-transition: border .2s linear;
}
.question ul li:hover .check {
border: 3px solid;
}
.question ul li .check::before {
display: block;
position: absolute;
content: '';
height: 6px;
width: 3px;
top: -3px;
bottom: 0;
left: 0;
right: 1px;
margin: auto;
border-bottom: 2px solid #fff;
border-right: 2px solid #fff;
transition: border .2s linear;
-webkit-transition: border .2s linear;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);

}
.question input[type=checkbox]:checked ~ .check {
border: 3px solid;
}
.question input[type=checkbox]:checked ~ .check::before {
border-bottom: 2px solid;
border-right: 2px solid;
}

/* select */
.question .select {
display: inline-block;
position: relative;
margin: 20px 0 0 20px;
}
.question .select select {
display: inline-block;
width: 100%;
cursor: pointer;
padding: 5px 35px 5px 15px;
outline: 0;
border: 1px solid #cccccc;
border-radius: 6px;
font-size: 16px;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
transition: border .2s linear;
}
.question .select .arrow {
position: absolute;
top: 14px;
right: 15px;
width: 0;
height: 0;
pointer-events: none;
border-style: solid;
border-width: 8px 5px 0 5px;
}
.question .select select:hover,
.question .select select:focus {
border: 1px solid;
}

/* textarea */
.question textarea {
width: 80%;
height: 150px;
margin: 20px 0 0 20px;
padding: 6px 10px;
border: 1px solid #cccccc;
border-radius: 6px;
font-size: 16px;
outline: 0;
transition: border .2s linear;
}
.question textarea:hover,
.question textarea:focus {
border: 1px solid;
}

/* input */
.question input {
width: 80%;
margin: 20px 0 0 20px;
padding: 6px 10px;
border: 1px solid #cccccc;
border-radius: 6px;
font-size: 16px;
outline: 0;
transition: border .2s linear;
}
.question input:hover,
.question input:focus {
border: 1px solid;
}
.question ul li.text label {
display: inline-block;
}
.question ul li.text input {
width: 20%;
margin: 0 0 0 10px;
}

/* .btnSend */
.btnSend {
margin-top: 60px;
text-align: center;
}
.btnSend a {
display: inline-block;
padding: 15px 100px;
border-radius: 6px;
text-align: center;
font-size: 16px;
color: #fff;
transition: background-color .2s linear;
}

/* .thanks */
.thanks {
margin-top: 80px;
margin-bottom: 20px;
text-align: center;
font-size: 20px;
}


