@charset "shift_jis";
/*==============================================
 common
============================================= */
#header {
    border-bottom: 1px solid #f2f2f2;
}
.headerIn, .footerIn {
    width: 1000px;
    margin: 0 auto;
}
.copyRight {
    border-top: 1px solid #ededed;
}
.copyRightIn {
    width: 1000px;
}
#footer {
    padding-top: 20px;
    background-color: #fff;
}
.pageTop {
    border-radius: 50%;
}
#container {
}
#mainContents {
    color: #202020;
    font-family: YuGothic, 'Yu Gothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'メイリオ', Meiryo, 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'ＭＳ Ｐゴシック', 'MS PGothic';
    letter-spacing: 0.07em;
    font-feature-settings: "palt"1;
}
.sp {
    display: none;
}
sup {
	font-size: 60%;
	vertical-align: super;
}
.note {
    margin: 20px auto 0 !important;
    width: 1000px !important;
    font-size: 12px !important;
}
.releasedate {
    font-size: 11px;
    color: #202020;
    width: 1000px;
    margin: 30px auto 0;
    text-align: right;
}
/*==============================================
 看板
============================================= */
.mainTitle {
    width: 100%;
    margin: 0 auto;
}
.mainTitle .bgImg {
    height: 530px;
    padding-top: 70px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/04_amuelink/bg_prd_img.jpg) no-repeat center center;
    background-size: cover;
    box-sizing: border-box;
}
.mainTitle .bgImg .amuelink {
    width: 425px;
    height: 392px;
    margin: 0 auto;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/04_amuelink/main_img.png) no-repeat 0 0;
    font-size: 0;
    text-indent: -999rem;
}
.lead {
    width: 1000px;
    line-height: 2.0;
    margin: 60px auto 0;
    font-size: 16px;
}
.lead a:link, .lead a:visited {
    color: #0093bb;
}
.lead a:hover, .lead a:active {
    text-decoration: underline;
}
/*==============================================
 .lnav
============================================= */
.lnav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 60px auto 0;
    width: 1000px;
    border: 3px solid #0093bb;
    background-color: #f1fcff;
}
.lnav h2 {
    width: 20%;
    text-align: center;
    color: #0093bb;
    font-size: 26px;
    font-weight: bold;
    box-sizing: border-box;
}
.lnav ul {
    position: relative;
    width: 80%;
    padding: 40px 0 40px 50px;
    border-left: 3px solid #0093bb;
    background-color: #fff;
    box-sizing: border-box;
}
.lnav ul li {
    text-align: left;
}
.lnav ul li a {
    line-height: 2.2;
    color: #202020;
    font-size: 14px;
}
.lnav ul li a:hover {
    color: #0093bb;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    padding-top: 100px;
}
.paragraphIn {
    width: 1000px;
    margin: 0 auto;
}
.paragraph h2 {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.paragraph h2 .i {
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 3px solid #0093bb;
    font-size: 26px;
    font-weight: bold;
}
.paragraph h2 .txt {
    display: block;
    line-height: 1.4;
    color: #0093bb;
    font-size: 38px;
    font-weight: bold;
}
.paragraph h3 {
    line-height: 1.6;
    margin-top: 80px;
    color: #0093bb;
    font-size: 22px;
    font-weight: bold;
}
.paragraph h4 {
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.paragraph p {
    line-height: 2.0;
    margin-top: 60px;
    font-size: 16px;
}
.paragraph h3 + p {
    margin-top: 30px;
}
.paragraph p + p {
    margin-top: 40px;
}
/*==============================================
 .btn
============================================= */
.bgBlue {
    padding: 40px 0 50px;
    background-color: #0093bb;
}
.paragraph .bgBlue {
    margin-top: 100px;
}
.bgBlue h1 {
    width: 844px;
    height: 87px;
    margin: 0 auto;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/04_amuelink/h1.png) no-repeat 0 0;
    font-size: 0;
    text-indent: -999rem;
}
.bgBlue .catch {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 26px;
}
.btn {
    margin-top: 30px;
}
.paragraph .btn {
    margin-top: 25px;
}
.btn a {
    display: block;
    position: relative;
    width: 480px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto;
    border-radius: 35px;
    background-color: #cab77f;
    box-shadow: 0px 10px 0px 0px rgba(0,127,162,1.0);
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    transition: background-color .2s, box-shadow .2s;
}
.btn a:hover {
    background-color: #dcc581;
    box-shadow: 0px 0px 0px 0px rgba(0,127,162,1.0);
}
.btn a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 0;
    height: 0;
    margin: auto 0;
    border-style: solid;
    border-width: 6px 0 6px 10.4px;
    border-color: transparent transparent transparent #fff;
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    margin: 60px auto 0;
}
.imgBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.imgBox a {
    display: block;
    width: 480px;
    cursor: zoom-in;
}
.imgBox img {
    width: 100%;
}
.imgBox .cap {
    line-height: 1.8;
    width: 480px;
    margin-top: 0;
    padding-left: 40px;
    font-size: 14px;
}
/*----　.full ----*/
.imgBox.full {
    width: 100%;
}
.imgBox.full a {
    width: 100%;
}
.imgBox.full .cap {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
}
/*----　.half ----*/
.imgBox .half {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.imgBox .half a {
    width: 480px;
}
.imgBox .half + .half {
    margin-top: 40px;
}
.imgBox .half + .cap {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
}
/*----　.three ----*/
.imgBox .three {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.imgBox .three a {
    width: 306px;
}
.imgBox .three + .three {
    margin-top: 40px;
}
.imgBox .three + .cap {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
}
/*----　.original ----*/
.imgBox.original {
}
.imgBox.original a {
    width: auto;
    margin: 0 auto;
}
.imgBox.original .cap {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
}
/*----　.smartphone ----*/
.imgBox .smartphone {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.imgBox .smartphone a {
    width: 200px;
    margin: 0 20px;
}
.imgBox .smartphone + .smartphone {
    margin-top: 40px;
}
.imgBox .smartphone + .cap {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
}
/*==============================================
 .data
============================================= */
.data {
    width: 500px;
    margin-top: 20px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.data th,
.data td {
    padding: 10px 15px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    text-align: center;
    font-size: 16px;
}
.data th {
    background-color: #f0f8fc;
    font-weight: bold;
}
.data .w40 {
    width: 40%;
    text-align: left;
}
/*==============================================
 .productBox
============================================= */
.productBox {
    margin-top: 100px;
    padding: 60px 0 40px;
    background-color: #d6ecf2;
}
.productBox .amuelink {
    text-align: center;
}
.productBox .amuelink + .btn {
    margin-top: 60px;
}
.productBox .btn a {
    box-shadow: 0px 10px 0px 0px rgba(171,205,214,1.0);
    transition: background-color .2s, box-shadow .2s;
}
.productBox .btn a:hover {
    box-shadow: 0px 0px 0px 0px rgba(171,205,214,0.0);
}
.productBox .btn.blue a {
    background-color: #0093bb;
}
.productBox .btn.blue a:hover {
    background-color: #00a7d5;
}
.productBox .btn.white a {
    background-color: #fff;
    color: #0093bb;
}
.productBox .btn.white a:hover {
    background-color: #f2f2f2;
}
.productBox .btn.white a::before {
    border-color: transparent transparent transparent #0093bb;
}
/*==============================================
 アンケート
============================================= */
.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: 1000px;
    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;
}