@charset "shift_jis";
/*==============================================
 common
============================================= */
#header {
    border-bottom: 1px solid #f2f2f2;
}
.headerIn, .footerIn {
    width: 960px;
    margin: 0 auto;
}
.copyRight {
    border-top: 1px solid #ededed;
}
.copyRightIn {
    width: 960px;
}
#footer {
    padding-top: 20px;
    background-color: #fff;
}
.pageTop {
    border-radius: 50%;
}
#container {
}
#mainContents {
    color: #000;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    letter-spacing: 0.10em;
    font-feature-settings: "palt"1;
}
.note {
    display: block;
    line-height: 1.8;
    margin-top: 10px;
    padding-left: 1.3em;
    text-indent: -1.3em;
    font-size: 10px !important;
}
.sp {
    display: none;
}
.releasedate {
	font-size: 11px; 
	color: #333;
	margin-top: 20px; 
	text-align: right;
}
/*==============================================
 看板
============================================= */
.mainTitleWrap {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/09_tp-link/bg_main_title.png) no-repeat center top;
}
.mainTitle {
	position: relative;
	width: 960px;
	margin: 0 auto;
    padding-top: 600px;
}
.mainTitle h1 {
	position: absolute;
	top: 60px;
    width: 876px;
    height: 370px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/09_tp-link/h1.png) no-repeat center center;
    font-size: 0;
    text-indent: -999rem;
}
.lead {
    width: 960px;
    line-height: 2.0;
    margin: 0 auto 0;
    font-size: 18px;
}
.lead a:link, .lead a:visited {
    color: #ff1e00;
}
.lead a:hover, .lead a:active {
    text-decoration: underline;
}
/*==============================================
 .btn
============================================= */
.btn {
	display: block;
	position: relative;
	overflow: hidden;
	width: 360px;
	height: 50px;
	line-height: 50px;
    border-radius: 25px;
	background-color: #ff1e00;
	text-align: center;
	color: #fff !important;
	font-size: 14px;
	font-weight: bold;
    transition: background-color .2s;
}
.btn:hover {
    background-color: #ff6600;
}
.btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #fff;
}
/*.mainTitle*/
.mainTitle .btn {
	position: absolute;
    top: 470px;
	left: 0;
}
/*.bnr*/
.bnr .btn {
	position: absolute;
	left: 40px;
	bottom: 25px;
    width: 400px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
}
.bnr:hover .btn {
    background-color: #ff6600;
}
/*.productBox*/
.prdBnr .btn {
    margin: 40px 0 0;
}
/*==============================================
 .bnr
============================================= */
.bnr {
	width: 960px;
    height: 180px;
    margin: 80px auto 0;
}
.bnr a {
    display: block;
    position: relative;
    width: 100%;
    height: 180px;
    box-sizing: border-box;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/09_tp-link/bnr.jpg) no-repeat 0 0;
}
.bnr a .img {
    display: none;
}
.bnr a .info dt {
	display: none;
}
/*==============================================
 .lnav
============================================= */
.lnav {
    margin-top: 100px;
    padding: 60px 0;
	background-color: #202020;
}
.lnav ul {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding-left: 180px;
    box-sizing: border-box;
}
.lnav ul::before {
	content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 20px;
    margin: auto 0;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/09_tp-link/lnav.png) no-repeat 0 0;
	background-size: contain;
}
.lnav ul li a {
    display: block;
    position: relative;
    line-height: 2.6;
    padding-left: 30px;
    color: #fff;
    font-size: 14px;
    transition: color 0.2s;
}
.lnav ul li a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #fff transparent transparent transparent;
}
.lnav ul li a:hover {
    color: #00cddc;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    width: 960px;
    margin: 0 auto;
    padding-top: 100px;
}
.paragraphIn {  
}
.paragraph h2 {
    line-height: 1.5;
    margin: 0 auto;
    padding-left: 45px;
    border-left: 6px solid #00cddc;
    font-size: 40px;
    font-weight: bold;
    box-sizing: border-box;
}
.paragraph h2 .i {
    display: block;
    position: relative;
    margin-bottom: 10px;
	color: #00cddc;
    font-size: 20px;
}
.paragraph h3 {
    position: relative;
    line-height: 1.5;
	margin-top: 100px;
    padding-left: 50px;
	font-size: 24px;
    font-weight: bold;
}
.paragraph h3::before {
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    left: 0;
    width: 30px;
    height: 6px;
    background-color: #2eceda;
}
.paragraph h4 {
    margin-top: 60px;
    font-size: 16px;
    font-weight: bold;
}
.paragraph p {
    line-height: 2.0;
    margin-top: 80px;
    font-size: 18px;
}
.paragraph h3 + p {
	margin-top: 60px;
}
.paragraph p + p {
    margin-top: 60px;
}
.paragraph p.cap {
    margin-top: 30px;
    line-height: 1.8;
    font-size: 14px;
}
.paragraph p a {
    color: #ff1e00;
}
.paragraph p a:hover {
    text-decoration: underline;
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    margin: 80px auto 0;
}
.imgBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.imgBox div {
    width: 460px;
    margin-left: auto;
    margin-right: auto;
}
.imgBox a {
    cursor: zoom-in;
}
.imgBox img {
    width: 100%;
}
.imgBox .cap {
    line-height: 1.8;
    width: 460px;
    margin-top: 0;
    padding-left: 40px;
    font-size: 14px;
}
/*---- .one ----*/
.imgBox .one {
    width: 720px;
}
.imgBox .one a {
}
.imgBox .one + .cap {
    width: 720px;
    margin: 30px auto 0;
    padding-left: 0;
}
/*---- .two ----*/
.imgBox .two {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.imgBox .two a {
    width: 460px;
}
.imgBox .two a:first-child {
    margin-right: 40px;
}
.imgBox .two + .cap {
    width: 100%;
    margin: 30px auto 0;
    padding-left: 0;
}
/*
.imgBox .two a.pControl {
    width: auto;
    height: 307px;
}
.imgBox .two a.pControl img {
    width: auto;
    height: 100%;
}
*/
/*---- .gif ----*/
.imgBox .gif {
    width: 100%;
}
.imgBox .gif a {
}
.imgBox .gif + .cap {
    width: 100%;
    margin: 30px auto 0;
    padding-left: 0;
}
/*==============================================
 table
============================================= */
table {
    width: 100%;
    margin-top: 80px;
    background-color: #fff;
}
h4 + table {
    margin-top: 20px;
}
table th,
table td {
    padding: 20px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 16px;
}
table thead th {
    background-color: #caeced;
}
table thead td {
    background-color: #eee;
}
table tbody th {
    font-weight: bold;
}
table + p {
    margin-top: 10px !important;
}
.productBox table tbody th,
.productBox table tbody td {
    text-align: left;
}
.productBox table tbody th {
    background-color: #caeced;
}
/*==============================================
 #matome
============================================= */
#matome {
}
/*==============================================
 .productBox
============================================= */
.productBox {
    margin-top: 100px;
    padding: 100px 0;
    background-color: #ededef;
}
.productBoxIn {
    width: 960px;
    margin: 0 auto;
}
.productBox a {
    display: block;
}
.productBox a:hover {
}
.productBox a h2 {
	margin-top: 20px;
	text-align: center;
    font-size: 34px;
}
.prdBnr a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.prdBnr .info .name {
    width: 390px;
	height: 133px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/09_tp-link/title_prd.png) no-repeat 0 0;
    font-size: 0;
    text-indent: -999em;
}
.prdBnr .img {
    padding-right: 60px;
}
.cpBnr {
    margin-top: 100px;
    text-align: center;
}
.cpBnr a {
	display: block;
    transition: opacity .2s;
}
.cpBnr a:hover {
    opacity: 0.7;
}
.cpBnr + .note {
    margin-top: 20px;
}
/*==============================================
 アンケート
============================================= */
.questionnaireInner {
    border: 1px solid #e4e4e4;
}
.questionnaire {
    padding-bottom: 80px !important;
}
/*----　カラー変更　----*/
.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 {
    padding: 100px 0;
    background-color: #f2f2f2;
    letter-spacing: 0.1em;
    font-feature-settings: "palt"1;
}
.questionnaireInner {
    width: 960px;
    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;
}