@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%; }

.forSP {
	display: none;
}
em {
	font-style: normal;
}
sup {
	margin-right: .2em;
}
.releasedate {
	width: 930px; 
	font-size: 11px; 
	color: #333;
	text-align: right;
	margin: 100px auto; 
}

#mainContents {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/09_lamdash/maintitle_bg.png) repeat-x 0 0;
}

/*==============================================
 看板
============================================= */
.titleWrap {
	width: 100%;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/09_lamdash/mainimg.jpg) no-repeat center top;
}
.mainTitle {
	width: 100%;
	height: 608px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/09_lamdash/maintitle.png) no-repeat center 50px;
	margin: 0 auto;
}
.mainTitle * {
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
}


/*==============================================
 リード
============================================= */
.lead {
	width: 930px;
	font-size: 16px;
	line-height: 2;
	margin: 60px auto 0;
}


/*==============================================
 バナー
============================================= */
.topbnr {
	width: 930px;
	margin: 60px auto 0;
}
.topbnr a {
	display: block;
	width: 820px;
	height: 74px;
	background: #ff621d;
	font-size: 18px;
	color: #fff;
	line-height: 80px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	transition: all ease .3s;
}
.topbnr a:after {
	content: "";
	display: block;
	width: 27px;
	height: 30px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/09_lamdash/arrow.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -15px;
}
.topbnr a:hover {
	background: #ff9800;
}

.innerbnr {
	background: #f4f4f4;
	margin: 120px auto 0;
}
.innerbnr a {
	display: block;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/09_lamdash/innerbnr_img.png) no-repeat 55px bottom;
	width: 930px;
	margin: 0 auto;
	padding: 70px 0 48px;
}
.innerbnr a dl {
	padding-left: 385px;
}
.innerbnr a dt {
	font-size: 41px;
	font-weight: bold;
	margin-top: .5em;
}
.innerbnr a dt em {
	font-size: 42px;
	margin-left: .3em;
}
.innerbnr a dd:nth-of-type(1) {
	font-size: 18px;
	font-weight: bold;
	color: #104a88;
}
.innerbnr a dd:nth-of-type(2) {
	display: block;
	width: 460px;
	height: 50px;
	background: #ff621d;
	font-size: 15px;
	color: #fff;
	line-height: 52px;
	text-align: center;
	margin-top: 18px;
	position: relative;
	transition: all ease .3s;
}
.innerbnr a dd:nth-of-type(2):after {
	content: "";
	display: block;
	width: 27px;
	height: 30px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/09_lamdash/arrow.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -15px;
}
.innerbnr a dd:nth-of-type(2):hover {
	background: #ff9800;
}


/*==============================================
 目次
============================================= */
.menu {
	background: #f4f4f4;
	padding: 40px 0;
	margin: 60px auto 0;
}
.menu dl {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	width: 820px;
	font-size: 15px;
	margin: 0 auto;
}
.menu dt {
	width: 190px;
	height: 40px;
	background: #104a88;
	color: #fff;
	line-height: 42px;
	text-align: center;
}
.menu dd {
	padding-left: 60px;
}
.menu a {
	display: block;
	color: #104a88;
	line-height: 2.2;
}
.menu a em {
	display: inline-block;
	width: 180px;
	font-weight: bold;
	position: relative;
}
.menu a em:after {
	content: "・・・";
	position: absolute;
	right: 15px;
}
.menu a:hover {
	opacity: .7;
}


/*==============================================
 コンテンツ
============================================= */
.paragraph {
	margin: 110px auto 0;
}
.paragraph h2 {
	width: 930px;
	border-left: 12px solid #104a88;
	font-size: 42px;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 auto 80px;
	padding: .5em 0 .5em .7em;
	box-sizing: border-box;
}
.paragraph h2 em {
	display: block;
	font-size: 24px;
	color: #104a88;
	margin-bottom: .5em;
}
.paragraph h3 {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	margin: 100px auto -5px;
}
.paragraph h3 span {
	display: inline-block;
	border-bottom: 1px solid #333;
}
.paragraph h3 em {
	color: #104a88;
}
.paragraphIn {
	width: 930px;
	margin: 0 auto;
}
.paragraphIn p {
	font-size: 16px;
	line-height: 2;
	margin: 0 0 25px;
}
.paragraphIn p.notice {
	font-size: 11px;
}


/*==============================================
 スペック
============================================= */
.spec {
	margin: 60px auto 0;
}
.spec h3 {
	font-size: 32px;
	font-weight: bold;
	color: #104a88;
	line-height: 1.4;
	text-align: center;
}
.spec table {
	table-layout: fixed;
	width: 100%;
	margin: 35px auto 25px;
	empty-cells: show;
}
.spec col {
	width: 22%;
	background: #f1f4f7;
}
.spec col + col {
	width: 26%;
	background: #fff;
}
.spec th {
	background: #104a88;
	border: 1px solid #002d5e;
	color: #fff;
	text-align: center;
	padding: 10px 10px 8px;
}
.spec td {
	border: 1px solid #002d5e;
	text-align: center;
	padding: 10px 10px 8px;
}
.spec tr td:first-child {
	font-weight: bold;
	text-align: left;
}


/*==============================================
 画像
============================================= */
.imgBox {
	width: 900px;
	margin: 80px auto;
	overflow: hidden;
}
.imgBox div {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
.imgBox a {
	width: 540px;
}
.imgBox.box2 a {
	width: 435px;
}
.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: 25px 0 0;
}
.imgBox .cap.right {
	width: 330px;
	margin-top: -2px;
}

.w900,
.w900 a {
	width: 900px;
	float: none;
}
.border {
	border: 1px solid #ddd;
	box-sizing: border-box;
}


/*==============================================
 製品紹介
============================================= */
#productBox {
	width: 930px;
	margin: 90px auto 0;
}
#productBox h3 {
	height: 80px;
	background: #104a88;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	line-height: 82px;
	text-align: center;
}
#productBox .item {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-end;
	margin: 60px auto 0;
}
#productBox .item a {
	text-align: center;
}
#productBox .item a dt {
	font-size: 42px;
	font-weight: bold;
	margin-top: 20px;
}
#productBox .item a dd {
	width: 290px;
	height: 46px;
	background: #ff621d;
	font-size: 13px;
	color: #fff;
	line-height: 48px;
	margin-top: 15px;
	padding-right: 10px;
	box-sizing: border-box;
	position: relative;
	transition: all ease .3s;
}
#productBox .item a dd:after {
	content: "";
	display: block;
	width: 15px;
	height: 16px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/09_lamdash/arrow.png) no-repeat 0 0;
	background-size: 15px;
	position: absolute;
	top: 50%;
	right: 8px;
	margin-top: -8px;
}
#productBox .item a dd:hover {
	background: #ff9800;
}


/*==============================================
アンケート
============================================= */
/*---- カラー変更 ----*/
.questionnaire {
color: #2e2e2e;
margin-top: 90px;
}
.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: 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;
}


