@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%; }*/

#container em {
	font-style: normal;
}
#container sup {
	font-size: 60%;
}


/*==============================================
 看板
============================================= */
.mainTitle {
	width: 100%;
	min-height: 518px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/20/11_vf-ad4/titlebg.jpg) no-repeat center top;
	padding-top: 45px;
	box-sizing: border-box;
}
#container h1 {
	width: 100%;
	height: 450px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/20/11_vf-ad4/maintitle.png) no-repeat center top;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
}
.mainTitle div {
	width: 930px;
	margin: -100px auto 0;
}
.mainTitle div p {
	display: none;
}
.mainTitle a {
	display: block;
	width: 528px;
	height: 60px;
	background: #0062b0;
	border-radius: 60px;
	font-size: 17px;
	color: #fff;
	line-height: 62px;
	text-align: center;
	margin: 0 0 0 -3px;
	position: relative;
	transition: all ease .3s;
}
.mainTitle a:after {
	content: "";
	display: block;
	width: 17px;
	height: 37px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/20/11_vf-ad4/arrow01.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	right: 22px;
	margin-top: -19px;
}
.mainTitle a:hover {
	background: #00316a;
}

.lead {
	width: 930px;
	font-size: 15px;
	line-height: 2.1;
	margin: 50px auto 0;
}
.lead a {
	color: #0062b0;
	text-decoration: underline;
}
.lead a:hover {
	text-decoration: none;
}


/*==============================================
 バナー
============================================= */
.innerbnr {
	margin: 80px auto 0;
}
.innerbnr a {
	display: block;
	width: 830px;
	height: 110px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/20/11_vf-ad4/innerbnr_img.png) no-repeat 65px center;
	background-color: #0062b0;
	border-radius: 110px;
	color: #fff;
	margin: 0 auto;
	position: relative;
	transition: all ease .3s;
}
.innerbnr a img {
	display: none;
}
.innerbnr a dl {
	text-align: right;
	padding: 27px 110px 0 0;
}
.innerbnr a dt {
	font-size: 30px;
	font-weight: bold;
}
.innerbnr a dt small {
	font-size: 13px;
	font-weight: normal;
	vertical-align: middle;
	margin-right: 10px;
}
.innerbnr a dd {
	font-size: 16px;
	margin-top: 15px;
}
.innerbnr a:after {
	content: "";
	display: block;
	width: 28px;
	height: 62px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/20/11_vf-ad4/arrow02.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	right: 35px;
	margin-top: -31px;
}
.innerbnr a:hover {
	background-color: #00316a;
}


/*==============================================
 目次
============================================= */
.menu {
	width: 930px;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	margin: 50px auto 0;
	padding: 28px 100px 27px;
	box-sizing: border-box;
}
.menu li {
	font-size: 14px;
	margin: 16px auto;
}
.menu li em {
	display: inline-block;
	width: 165px;
	font-weight: bold;
	margin-right: 22px;
	position: relative;
}
.menu li em:after {
	content: "・・・";
	position: absolute;
	right: 0;
}
.menu li a {
	color: #555;
}
.menu li a:hover {
	color: #aaa;
}


/*==============================================
 コンテンツ
============================================= */
.paragraph {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/20/11_vf-ad4/contentbg.png) repeat-x 0 0;
	margin: 80px 0 0;
	padding: 80px 0 0;
}
.paragraph h2 {
	width: 930px;
	margin: 0 auto;
	font-size: 30px;
	font-weight: bold;
	color: #00316a;
	line-height: 1.6;
	text-align: center;
	margin: 0 auto 60px;
}
.paragraphIn {
	width: 930px;
	margin: 0 auto;
}
.paragraphIn p {
	font-size: 15px;
	line-height: 2.1;
	margin: 0 0 25px;
}


/*==============================================
 画像
============================================= */
.imgBox {
	width: 930px;
	margin: 70px auto;
	overflow: hidden;
}
.imgBox div {
	overflow: hidden;
}
.imgBox a {
	display: block;
	width: 450px;
	float: left;
}
.imgBox a:nth-of-type(2) {
	float: right;
}
.imgBox img {
	display: block;
	width: 100%;
}
.imgBox a img {
	transition: all ease 300ms;
}
.imgBox a:hover img {
	opacity: .8;
}
.imgBox .cap {
	font-size: 13px;
	line-height: 2;
	margin: 16px 0 0;
}
.imgBox .cap.right {
	width: 450px;
	margin-top: -2px;
	float: right;
}
.imgBox strong {
	display: block;
	font-size: 20px;
	margin-bottom: 15px;
}
.imgBox strong:before {
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/20/11_vf-ad4/circle.png) no-repeat 0 0;
	vertical-align: -5px;
	margin-right: 8px;
}

.w640,
.w640 a {
	width: 640px;
	float: none;
}


/*==============================================
 製品紹介
============================================= */
.productBox {
	width: 930px;
	margin: 70px auto 0;
}
.productBox a {
	display: block;
	padding: 0 30px;
	overflow: hidden;
}
.productBox a img {
	float: left;
}
.productBox a dl {
	margin-top: 50px;
	float: right;
}
.productBox a dt {
	font-size: 38px;
	font-weight: bold;
	line-height: 1.1;
}
.productBox a dt small {
	display: block;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 17px;
}
.productBox a dd {
	display: block;
	width: 424px;
	height: 60px;
	background: #0062b0;
	border-radius: 60px;
	font-size: 17px;
	color: #fff;
	line-height: 62px;
	text-align: center;
	margin: 30px 0 0 -3px;
	position: relative;
	transition: all ease .3s;
}
.productBox a dd:after {
	content: "";
	display: block;
	width: 17px;
	height: 37px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/20/11_vf-ad4/arrow01.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	right: 22px;
	margin-top: -19px;
}
.productBox a dd:hover {
	background: #00316a;
}

#container table {
	table-layout: fixed;
	width: 100%;
	font-size: 14px;
	line-height: 1.8;
	margin: 20px auto 0;
	empty-cells: show;
}
#container th {
	width: 190px;
	background: #f4f4f4;
	border: 1px solid #888;
	border-right: 0;
	font-weight: normal;
	vertical-align: top;
	padding: 9px 20px 7px;
}
#container td {
	border: 1px solid #888;
	border-left: 0;
	vertical-align: top;
	padding: 9px 20px 7px;
}


/*==============================================
アンケート
============================================= */

/*----　カラー変更　----*/
.questionnaire {
color: #2e2e2e;
margin: 100px auto 20px;
}
.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;
background-color: #f2f2f2;
letter-spacing: 0.1em;
font-feature-settings: "palt"1;
}
.questionnaireInner {
width: 930px;
margin: 0 auto;
padding-bottom: 60px;
background-color: #fff;
border-radius: 6px;
box-sizing: border-box;
}
.questionnaireInner h2 {
padding: 25px 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;
}




