@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;
}

.releasedate {
	width: 930px; 
	font-size: 11px; 
	color: #333;
	text-align: right;
	margin: 100px auto; 
}

/*==============================================
 看板
============================================= */
.mainTitleWrap {
	width: 100%;
	height: 600px;
	background-color: #92b4cf;
}
.mainTitleWrap div:first-child {
	width: 100%;
	height: 600px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/10_windows/mainimg.jpg) no-repeat center top;
}
.mainTitle {
	width: 930px;
	margin: 0 auto;
}
.mainTitle * {
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
}
	[data-effect] {
		opacity: 0;
		transition: opacity .5s;
	}
	[data-effect].ended {
	  opacity: 1;
	}

.lead {
	width: 930px;
	font-size: 15px;
	line-height: 2.1;
	margin: 60px auto 0;
}


/*==============================================
 バナー
============================================= */
.topbnr {
	margin: 70px auto 0;
}
.innerbnr {
	background: #fff;
	padding-bottom: 60px;
}
.topbnr a,
.innerbnr a {
	display: block;
	width: 630px;
	height: 60px;
	background: linear-gradient(to right, #167efe, #44bfff 630px, #167efe);
	background-size: 1000px 60px;
	border-radius: 60px;
	font-size: 18px;
	color: #fff;
	line-height: 65px;
	text-align: center;
	position: relative;
	margin: 0 auto;
	transition: 0.5s;
}
.topbnr a:after,
.innerbnr a:after {
	content: "";
	display: block;
	width: 16px;
	height: 12px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/10_windows/arrow01.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -4px;
}
.topbnr a:hover,
.innerbnr a:hover {
	background-position: 100% ;
}
.topbnr a br,
.innerbnr a br {
	display: none;
}


/*==============================================
 目次
============================================= */
.menu {
	width: 930px;
	margin: 60px auto 0;
}
.menu ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.menu li {
	width: 270px;
	background: #f3f4f8;
	font-size: 14px;
	line-height: 1.8;
	word-break: break-all;
	padding: 20px 28px 28px;
	box-sizing: border-box;
	position: relative;
}
.menu li a {
	display: block;
}
.menu li a em {
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #1456a3;
	text-align: center;
	margin-bottom: 8px;
}
.menu li:after {
	content: "";
	display: block;
	width: 28px;
	height: 19px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/10_windows/arrow02.png) no-repeat 0 0;
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -14px;
}
.menu li:hover:after {
	bottom: -10px;
}


/*==============================================
 コンテンツ
============================================= */
.paragraph {
	background: #f3f4f8;
	margin: 90px auto 0;
	padding: 110px 0 0;
}
.paragraphIn {
	padding-bottom: 50px;
}
.paragraph .paragraphIn:nth-of-type(2) {
	background: #fff;
	padding-top: 120px;
}
.paragraph h2 {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin: 0 0 80px;
}
.paragraph h2 em {
	display: block;
	font-size: 24px;
	color: #1456a3;
	margin-bottom: 20px;
}
.paragraphIn h2 em {
	display: inline;
	font-size: 40px;
}
.paragraph h3 {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.1;
	padding: 15px 10px 10px;
}
.paragraph h3.type01 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/10_windows/text01.png) no-repeat 120px 21px;
	margin: 100px auto 50px;
}
.paragraph h3.type02 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/10_windows/text02.png) no-repeat 120px 22px;
	margin: 130px auto 50px;
}
.paragraphIn .wrap {
	width: 930px;
	margin: 0 auto;
}
.paragraphIn h3 + .wrap {
	overflow: hidden;
}
.paragraphIn h3 + .wrap img {
	display: block;
	width: 390px;
	float: right;
	margin: 7px 0 40px 40px;
}
.paragraphIn p {
	font-size: 15px;
	line-height: 2.1;
	margin: 0 0 25px;
}
.paragraphIn p.notice {
	font-size: 11px;
}
#article02 .img {
	margin: -40px auto 60px;
}
#article02 .innerbnr {
	padding-top: 50px;
}


/*==============================================
 画像
============================================= */
.imgBox {
	width: 930px;
	margin: 90px auto;
	overflow: hidden;
}
.imgBox div {
	overflow: hidden;
}
.imgBox a {
	display: block;
	width: 560px;
	float: left;
}
.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: 30px 0 0;
}
.imgBox .cap.right {
	width: 330px;
	margin-top: -2px;
	float: right;
}
.imgBox .cap.right strong {
	display: block;
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 20px;
}
.imgBox a strong {
	display: block;
	font-size: 20px;
	text-align: center;
	margin-bottom: 25px;
}

.box2 a {
	display: block;
	width: 450px;
	float: left;
}
.box2 a:nth-of-type(2) {
	float: right;
}

.w820 {
	width: 800px;
	background: #fff;
	border: 1px solid #ececec;
	padding: 8px;
	position: relative;
}
.w820 a {
	width: 800px;
	float: none;
}
.w820 .cap {
	background: #fff;
	padding: 30px 40px;
	position: absolute;
	bottom: 0;
	left: 0;
}


/*==============================================
 製品紹介
============================================= */
.productBox {
	background: #f3f4f8;
	padding: 40px 0 60px;
}
.productBox h3 {
	width: 930px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	position: relative;
}
.productBox h3 span {
	display: inline-block;
	background: #f3f4f8;
	padding: 0 20px;
	position: relative;
	z-index: 10;
}
.productBox h3:before {
	content: "";
	width: 930px;
	height: 1px;
	background: #333;
	position: absolute;
	top: 12px;
	left: 0;
}

.productBox ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 930px;
	margin: 60px auto 0;
}
.productBox li {
	width: 440px;
	background: #fff;
	border: 1px solid #ececec;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 50px;
}
.productBox li a {
	color: #555;
}
.productBox li div {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	width: 398px;
}
.productBox li div span {
	width: 70px;
	height: 70px;
	background: #00397b;
	font-size: 24px;
	font-family: impact;
	color: #fff;
	line-height: 70px;
	text-align: center;
}
.productBox li div span small {
	font-size: 11px;
	vertical-align: 1px;
	margin-left: 2px;
}
.productBox li div h4 {
	width: 328px;
	font-size: 24px;
	font-weight: bold;
	color: #00397b;
	line-height: 1.3;
	padding: 2px 0 0 25px;
	box-sizing: border-box;
}
.productBox li img {
	display: block;
	margin: 15px auto 0;
}
.productBox li dl {
	text-align: center;
	margin: 10px auto 0;
}
.productBox li dt {
	height: 50px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.6;
}
.productBox li dd {
	display: block;
	width: 320px;
	height: 40px;
	background: linear-gradient(to right, #167efe, #44bfff 320px, #167efe);
	background-size: 700px 60px;
	border-radius: 40px;
	font-size: 15px;
	color: #fff;
	line-height: 43px;
	text-align: center;
	position: relative;
	margin: 15px auto 0;
	transition: 0.5s;
}
.productBox li dd:hover {
	background-position: 100%;
}
.productBox li dd:after {
	content: "";
	display: block;
	width: 12px;
	height: 10px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/10_windows/arrow01.png) no-repeat 0 0;
	background-size: 12px;
	transform: rotate(-90deg);
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -5px;
}
.productBox li table {
	width: 98%;
	table-layout: fixed;
	font-size: 12px;
	line-height: 1.1;
	margin: 20px auto 0;
}
.productBox li tr {
	border-top: 1px dotted #333;
}
.productBox li tr:first-child {
	border-top: 0;
}
.productBox li th {
	width: 85px;
	font-weight: normal;
	padding: 13px 0 10px;
}
.productBox li td {
	padding: 13px 0 10px;
}

.productBox li div h4.line2 br {
	display: none;
}


/*==============================================
アンケート
============================================= */
/*---- カラー変更 ----*/
.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;
border: 1px solid #0a7bc3;
margin: 0 auto;
padding-bottom: 60px;
background-color: #fff;
border-radius: 8px;
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;
}


