@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Asap+Condensed:600');

/*additional reset
---------------------------------------------------*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
body.safari #content,
body.safari #footer {
    /*サファリでリンク先から戻った時文字が拡大する対応*/
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
    margin: 0;
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/** link **/
a:link {
    color: #1c7fbd;
    text-decoration: underline;
}

a:visited {
    color: #1c7fbd;
}

a:hover,
a:active {
    text-decoration: none;
}

/*初期設定
----------------------------------------------------*/
#wrapper {
    width: 100%;
    padding: 0 0 0 0;
    overflow: hidden;
    margin: auto;
    position: relative;
}

@media screen and (min-width:640px) {
    .pc {
        display: block;
    }

    .sp {
        display: none;
    }
}

@media screen and (min-width:641px) and (max-width:900px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}

@media screen and (max-width:640px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}

p {
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: 0.5px;
}

.red {
    color: red;
}

.tac {
    text-align: center;
}

.fsS {
    font-size: 12px;
}

.fsM {
    font-size: 24px;
    line-height: 1.7;
}

.fsM02 {
    font-size: 20px;
    line-height: 1.7;
}

.fsL {
    font-size: 28px;
}

.tar {
    text-align: right;
}

b {
    font-weight: bold;
}

.mt20 {
    margin-top: 20px;
}

/*layout
----------------------------------------------------*/

img {
    width: 100%;
    max-width: 2000px;
    display: block;
    margin: auto;
    height: auto;
    padding: 0;
}

input[type=radio] {
    display: none;
    /* ラジオボタンを非表示にする */
    opacity: 0;
    /* 透明にしておく */
}

input[type="email"],
input[type="text"],
input[type="tel"] {
    padding: 10px !important;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
}
input[name="user_age"] {
    text-align: center;
    width: 85px;
    margin-left: 10px;
}

.pre-selected {
    color: #fff !important;
    background-color: #132031 !important;
}

.section_inner {
    padding: 70px 0 90px;
    max-width: 1400px;
    width: 95%;
    margin: auto;
}

h1 {
    text-align: center;
    font-size: 32px;
    letter-spacing: 0.5px;
    font-weight: bold;
}

.title_line {
    display: block;
    width: 100px;
    height: 5px;
    margin: 10px auto 28px;
    background: linear-gradient(to right, #acffe4, #c2e7ff, #ffcedd);
    border-radius: 50px;
}


footer {
    padding: 70px;
}

.section01 .slick-dots {
    display: none !important;
}

.section01 .container {
    display: block;
    max-width: 1000px;
    width: 95%;
    margin: 30px auto 0;
    background: #fff;
    padding: 30px 6%;
    border-radius: 5px;
    border: 5px solid #b3b3b3;

}

img.q_section_icon {
    width: 250px;
    margin-bottom: 40px;
}

.q_text {
    margin-bottom: 25px;
    text-align: center;
    font-size: 20px;
}

section#finish_content {
    max-width: 1000px;
    width: 95%;
    margin: 17% auto;
    text-align: center;
    background-size: cover;
    min-height: 55vh;
}

.finish_wrapper {
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

a.top_btn {
    display: block;
    margin: auto;
    text-align: center;
    text-decoration: none;
    background: #fd5841;
    color: #fff;
    border-radius: 10px;
    margin-top: 30px;
    width: 300px;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
}

.q_text05 {
    text-align: center;
}

input.user_age {
    padding: 5px;
    margin-bottom: 30px;
    font-size: 16px;
    width: 20%;
    margin-left: 10px;
}

.Q_section06 #content {
    width: fit-content;
    margin: auto;
    display: block;
}

.Q_section07 #content {
    width: fit-content;
    margin: auto;
    display: block;
}

.Q_section08 #content {
    width: fit-content;
    margin: auto;
    display: block;
}

#finish_content p {
    margin: 20px 0 0;
}

.q8_checkbox {
    text-align: center;
    margin-top: 30px;
}

@media screen and (max-width:640px) {
    p {
        font-size: 15px;
        line-height: 1.5;
    }

    .section_inner {
        padding: 50px 0 20px;
    }

    h1 {
        font-size: 26px;
        line-height: 1.2;
    }

    section#finish_content {
        max-width: 1000px;
        width: 95%;
        margin: 17% auto;
        text-align: center;
        background-size: cover;
        min-height: 90vh;
    }

    .section01 .container {
        width: 100%;
        padding: 30px 10px;
    }

    img.q_section_icon {
        width: 240px;
        margin-bottom: 40px;
    }

    .q_text {
        margin-bottom: 20px;
        font-size: 17px;
    }

    button.slide-prev.prev2,
    button.slide-prev.prev3,
    button.slide-prev.prev4,
    button.slide-prev.prev5,
    button.slide-prev.prev6,
    button.slide-prev.prev7 {
        display: block;
        margin: auto;
        margin-bottom: 30px;
    }

    input.user_age {
        width: 45%;
    }
}

.content-main {
    display: block;
    background-color: #fff;
    padding: 40px 20px;
    border-radius: 20px;
    max-width: 1000px;
    width: 95%;
    margin: 40px auto 0;
    box-shadow: 0 0 10px #ddd;
}

.content-main table{
    width: 100%;
}
.content-main tr {
    display: flex;
    margin: 0 auto 20px;
    padding-bottom: 15px;
    width: 90%;
    border-bottom: dotted 1px #5bafff;
    align-items: center;
}
.content-main th {
    font-weight: bold;
    width: 25%;
    text-align: right;
    padding: 5px 10px;
    border-right: solid 1px #6cb5ff;
}
.content-main td {
    width: 75%;
    padding: 5px 10px;
}
.content-main .submitbtn input:nth-child(1) {
    display: block;
    margin: 20px auto 30px;
    background: #fd5841;
    padding: 14px;
    width: 200px;
    border-radius: 10px;
    border: none;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}
.content-main .submitbtn input:nth-child(2) {
    display: block;
    margin: auto !important;
    background: #ddd !important;
    font-size: 14px;
    cursor: pointer;
    border: none !important;
    border-radius: 5px;
    padding: 5px;
    width: 100px;
}

@media screen and (max-width:640px) {
    .content-main {
    padding: 30px 10px 40px;
    margin: 30px auto 0;
    border-radius: 15px;
}
.content-main .submitbtn input:nth-child(1) {
    margin: 20px auto 25px;
}
.content-main tr {
    margin: 0 auto 10px;
    padding-bottom: 10px;
    width: 95%;
}
.content-main th {
    width: 25%;
    padding: 5px 10px 5px 0;
    text-align: center;
    line-height: 1.2;
}
}

.q_text05 select {
  -webkit-appearance: none;
  appearance: none;
}
.q_text05 select {
    padding: 2px 20px 2px 10px;
    font-size: 20px;
    margin-left: 10px;
}
.q_text05 .select {
    position:relative; 
    display: inline-block;
    margin-bottom: 20px;
}
.q_text05 .select::after {
    position: absolute;
    content: none;
    width: 10px;
    height: 10px;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #fd5841;
    font-size: 11px;
}

/* 完了ページのボタンアニメーション */
.btn_box{
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  margin: 0 auto;
}

#btn_animation .btn {
  display: block;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 300px;
  height: 60px;
  font-weight: bold;
  line-height: 60px;
  border-radius: 10px;
  text-decoration: none;
  background-color: #21ac3f;
  color: #fbfbfb;
  text-align: center;
  transition: .2s;
  letter-spacing: 1px;
}

#btn_animation .btn:before, #btn_animation .btn:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 300px;
  height: 60px;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: #3be660;
  transform: translate3d(0,0,0);
}

.btn-text {
    position: relative;
    z-index: 2;
}

#btn_animation .btn:before {
  animation: anime 1s ease-out infinite;
}

#btn_animation .btn:after {
  animation: anime 1s ease-out 1s infinite;
}

@keyframes anime{
0%{transform:scale(.95); opacity:0.6}
90%{opacity:.1}to{transform:scale(1.1,1.4); opacity:0}
}

.btn-content {
    margin-top: 30px;
}