@charset "utf-8";
@font-face {
	font-family: "marion";
	src: url("../fonts/marion-regular.ttf") format("truetype");
}
@media screen and (min-width:769px) {
    section.quiz_title .cont {
        padding: 80px 0 40px;
    }
    section.quiz_title img {
        max-width: 133px;
    }
    h1 {
        font-size: 3.123rem;
        margin: 60px auto 20px;
    }
    .quiz_section_link {
        margin: 80px auto 80px;
    }
    .quiz_section_link a {
        font-size: 1.8rem;
    }
    .quiz_section_link a:after {
        content: "";
        display: block;
        text-align: center;
        margin: 20px auto 0;
        background-image: url("../images/quiz/quiz_step.png");
        width: 87px;
        height: 46px;
        background-size: cover;
    }
    .question_number {
        padding: 10px 10%;
    }
    section.step .con {
        max-width: 2200px;
        width: 80%;
        margin: 0 auto;
        padding: 40px 0;
    }
    section.step .con h2 {
        font-size: 2rem;
        margin: 0 auto 20px;
    }
    .two_col {
        margin: 60px auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
    .two_col.choice_radio {
        margin: 0 auto 60px;
    }
    #step3 h3 {
        font-size: 30px;
        margin: 10px auto 30px;
    }
    p.spver,
    br.spver {
        display: none;
    }
    .two_col .box_col {
        display: grid;
        grid-template-columns: 1fr 0.9fr;
        gap: 0 5px;
    }
    .two_col .box_col.single {
        grid-template-columns: 1fr;
    }
    .two_col .box_col p {
        font-size: 1rem;
    }
    div.range_form {
        margin: 160px auto 120px;
    }
    .range_number {
        display: flex;
        justify-content: space-between;
        margin-top: -100px;
    }
    .range_number span {
        color: #ddcdab;
        font-weight: 700;
        font-size: 2.5rem;
        position: relative;
    }
    .range_number span:after {
        content: "";
        display: block;
        position: absolute;
        bottom: -50px;
        width: 4px;
        height: 34px;
        background: #8d6e2c;
        left: 50%;
        transform: translateX(-50%);
    }
    .rate_list ul li {
        display: inline-block;
        margin-top: 40px;
        margin-bottom: 40px;
        margin-right: 20px;
        color: #8d6d2b;
        font-size: 1.3rem;
    }
    .box_col p.rate {
        color: #8d6d2b;
        font-size: 1.6rem;
    }
    input[type="submit"] {
        margin: 0 auto 100px;
        width: 80%;
        max-width: 450px;
        border: 1px solid #8d6d2b;
        padding: 15px 30px 15px 30px;
        text-align: center;
        font-weight: bold;
        color: #FFF;
        background-color: #8d6d2b;
        font-size: 1.7rem;
        letter-spacing: 0.1rem;
        cursor: pointer;
        border-radius: 90px;
        display: block;
    }
}
@media screen and (max-width:768px) {
    section.quiz_title .cont {
        padding: 40px 0 20px;
    }
    section.quiz_title img {
        max-width: 70px;
    }
    h1 {
        font-size: 1.8rem;
        margin: 30px auto 10px;
    }
    .quiz_section_link {
        margin: 40px auto;
    }
    .quiz_section_link a {
        font-size: 1.4rem;
    }
    .quiz_section_link a:after {
        content: "";
        display: block;
        text-align: center;
        margin: 10px auto 0;
        background-image: url("../images/quiz/quiz_step.png");
        width: 43.5px;
        height: 23px;
        background-size: cover;
    }
    .question_number {
        padding: 10px 20px;
        font-size: 1.2rem;
    }
    section.step .con {
        margin: 0 auto;
        padding: 20px 20px;
    }
    section.step .con h2 {
        font-size: 1.2rem;
        margin: 0 auto 10px;
    }
    .two_col {
        margin: 30px auto;
    }
    .box_col p.spver {
        color: #8d6e2c;
        font-weight: 500;
        line-height: 1.2;
    }
    .pcver {
        display: none;
    }
    .two_col .box_col .sp_two_col {
        display: grid;
        grid-template-columns: 1fr 0.9fr;
        gap: 0 10px;
        margin: 10px auto 20px;
    }
    .box_col label {
        font-size: 1.2rem;
    }
    .two_col .box_col p {
        font-size: .9rem;
    }
    .checkbox_lists {
        margin: 40px auto 0;
        width: 70%;
    }
    div.sub_con {
        width: 90%;
    }
    div.range_form {
        margin: 100px auto 80px;
    }
    .range_number {
        display: flex;
        justify-content: space-between;
        margin-top: -70px;
    }
    .range_number span {
        color: #ddcdab;
        font-weight: 700;
        font-size: 1.5rem;
        position: relative;
    }
    .range_number span:after {
        content: "";
        display: block;
        position: absolute;
        bottom: -40px;
        width: 2px;
        height: 25px;
        background: #8d6e2c;
        left: 50%;
        transform: translateX(-50%);
    }
    .rate_list {
        display: block;
        margin-top: 20px;
    }
    .rate_list ul li {
        display: inline-block;
        margin-top: 5px;
        margin-right: 10px;
        color: #8d6d2b;
    }
    .box_col p.rate {
        color: #8d6d2b;
        font-size: 1.4em;
    }
    input[type="submit"] {
        margin: 0 auto 50px;
        width: 90%;
        max-width: 450px;
        border: 1px solid #8d6d2b;
        padding: 15px 0;
        text-align: center;
        font-weight: bold;
        color: #FFF;
        background-color: #8d6d2b;
        font-size: 1.2rem;
        letter-spacing: 0.1rem;
        cursor: pointer;
        border-radius: 90px;
        display: block;
    }
}
h1,
p.sub_title,
.quiz_section_link a,
.box_col label,
.box_col p,
ol li,
input[type="submit"] {
    font-family: "marion", serif;
}
.tailor_made_quiz_page .box_col > div {
    position: relative;
}
.tailor_made_quiz_page .box_col > div > input {
    position: absolute;
    top: 7px;
    left: 0;
    margin: 0 auto;
    padding: 0;
}
.tailor_made_quiz_page .box_col > div > label {
    margin: 0 auto;
    display: inline-block;
    padding: 3px 0 3px 1.5em;
    text-indent: 0em;
}
section.quiz_title {
    text-align: center;
}
.quiz_section_link {
    text-align: center;
}
.quiz_section_link a {
    color: #8d6e2c;
    font-weight: 600;
    letter-spacing: 0.5rem;
    position: relative;
    position: relative;
}
.question_number {
    background-color: #fbf6eb;
    width: 100%;
    margin: 0 auto;
    color: #8d6e2c;
    font-weight: bold;
    letter-spacing: 0.2rem;
}
section.step .con p.notice {
    font-size: .875rem;
}
.two_col.map {
    grid-template-columns: 1.3fr 1fr;
    gap: 0 60px;
    align-items: center;
}
.two_col .box_col p {
    /* color: #8d6e2c; */
    color: #272728;
}
.two_col .box_col p.rate {
    color: #8d6e2c;
}
.two_col .box_col img,
.two_col > div img {
    width: 100%;
    height: auto;
}
.box_col label {
   /* color: #8d6e2c; */
    color: #272728;
    font-weight: 500;
}
.tailor_made_quiz_page input[type="checkbox"] {
    display: inline-block;
}
.tailor_made_quiz_page input[type="checkbox"] {
    position: relative;
    width: 1.4rem;
    height: 1.4rem;
    border: 1px solid #8d6e2c;
    vertical-align: -3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right: 10px;
    z-index: 1;
}
.tailor_made_quiz_page input[type="checkbox"]:checked:before {
    position: absolute;
    top: -4px;
    left: 5px;
    transform: rotate(50deg);
    width: 10px;
    height: 20px;
    border-right: 3px solid #8d6e2c;
    border-bottom: 3px solid #8d6e2c;
    content: '';
}
input[type="checkbox"] + label::before,
input[type="checkbox"] + label::after,
.tailor_made_quiz_page input[type="checkbox"]:checked + label::before,
.tailor_made_quiz_page input[type="checkbox"]:checked + label::after {
    display: none;
}
.tailor_made_quiz_page input[type="radio"] {
    position: relative;
    width: 1.4rem;
    height: 1.4rem;
    border: 1px solid #8d6e2c;
    border-radius: 50%;
    vertical-align: -3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right: 10px;
    display: inline-block;
    z-index: 1;
}
.tailor_made_quiz_page input[type="radio"]:checked:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    background: #8d6e2c;
    content: '';
    z-index: 1;
}
.tailor_made_quiz_page input[type="radio"] + label::before,
.tailor_made_quiz_page input[type="radio"] + label::after {
    display: none;
}
.checkbox_lists > div {
    display: block;
    margin-bottom: 30px;
}
.checkbox_lists > div:last-child {
    margin-bottom: 0;
}
.checkbox_lists > div label {
   /* color: #8d6e2c; */
    color: #272728;
    font-size: 1.2rem;
    font-weight: 500;
}
.tailor_made_quiz_page input[type="checkbox"] + label[for="areas"] {
    padding: 3px 10px 3px 0;
}
div.sub_con {
    max-width: 1140px;
    margin: 0 auto;
}
input[type="range"] {
    width: 100%;
}
.inputRange {
    appearance: none;
    width: 100%;
    height: 4px;
    border: 1px solid #8d6e2c;
    border-radius: 9999px;
    background: linear-gradient(90deg, #ffffff 0%, #8d6e2c 0%);
    cursor: pointer;
    position: relative;
    z-index: 2;
    margin-top: 0;
}
/* ツマミ：Chrome, Safari, Edge用 */
.inputRange::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 30px;
    height: 30px;
    border: 2px solid #8d6e2c;
    border-radius: 9999px;
    background: #ffffff;
    box-shadow: none;
} 
/* ツマミ：Firefox用 */
.inputRange::-moz-range-thumb {
    width: 30px;
    height: 30px;
    border: 2px solid #8d6e2c;
    border-radius: 9999px;
    background: #ffffff;
    box-shadow: none;
}
.range_number span:first-child,
.range_number span:nth-of-type(2) {
    margin-left: 5px;
}
.range_number span:last-child {
    margin-right: 5px;
}
ol li {
    list-style-type: decimal;
    margin-left: 1em;
    color: #8d6e2c;
    margin-bottom: 20px;
}
input[type="submit"]:hover {
    color: #8d6d2b;
    background-color: #fff;
}
.rate_list ul li:last-child {
    margin-right: 0;
}
input[type="checkbox" i]:disabled {
    border: 1px solid #aaa;
}
input[type="checkbox" i]:disabled + label {
    color: #aaa;
}

/* Result */
@media screen and (min-width:769px) {
    section.quiz_title .con {
        max-width: 2200px;
        width: 80%;
        margin: 0 auto;
        padding: 40px 0;
    }
    section.quiz_title .con img.logo {
        max-width: 120px;
        margin: 0 auto;
    }
    section.quiz_title .con p.top_title {
        font-size: 3rem;
        margin: 60px auto 20px;
    }
    section.quiz_title .con p.top_title span {
        border-bottom: 2px solid #8c6f2d;
        padding: 0 20px 10px;
    }
    section.quiz_title .con p.sub_title {
        max-width: 1000px;
        margin: 60px auto 100px;
        text-align: left;
    }
    section.quiz_title .con h1 {
        color: #8c6f2d;
        font-size: 2.1rem;
        margin: 0 auto 60px;
    }
    section.day-block {
        padding: 40px 0;
    }
    section.day-block .con {
        max-width: 2200px;
        width: 80%;
        margin: 0 auto;
    }
    section.day-block h2 {
        max-width: 2200px;
        width: 80%;
        padding: 10px;
        font-size: 2rem;
        margin: 0 auto 40px;
    }
    section.day-block p.day-location {
        font-size: 1.75rem;
    }
    section.day-block .activity table tr td {
        padding: 10px 10px 30px 50px;
    }
    section.day-block .activity table tr td h3 {
        color: #8c6f2d;
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
    section.day-block .activity .images {
        gap: 60px;
    }
    section.day-block .activity {
        max-width: 1000px;
        margin: 0 auto 80px;
    }
    section.note_box {
        margin: 0 auto 120px;
    }
    section.note_box .con {
        padding: 20px 40px;
    }
    section.output_pdf p.sub_title::before,
    section.output_pdf p.sub_title::after {
        content: '';
        width: 3px;
        height: 40px;
        background-color: #8c6f2d;
    }
    section.output_pdf p.sub_title::before {
        margin-right: 30px;
        transform: rotate(-35deg)
    }
    section.output_pdf p.sub_title::after {
        margin-left: 30px;
        transform: rotate(35deg)
    }
    section.day-block p.day-location:after {
        content: "|";
        display: inline-block;
        margin-left: 10px;
    }
    section.output_pdf p.sub_title {
        font-size: 2.1rem;
        margin: 0 auto 40px;
    }
    section.output_pdf form {
        text-align: center;
    }
    label.output_pdf_check {
        text-align: center;
    }
    section.output_pdf input[type="submit"] {
        margin: 80px auto 40px;
    }
    section.output_pdf {
        max-width: 1000px;
        width: 100%;
        margin: 0 auto 120px;
    }
    section.form_sent h2 {
        font-size: 3rem;
        text-align: center;
    }
    section.form_sent p.thx_message {
        font-size: 2.1rem;
        text-align: center;
    }
    section.form_sent .con {
        max-width: 1000px;
        width: 100%;
        margin: 120px auto;
    }
    section.form_sent h3 {
        font-size: 2.1rem;
    }
    section.day-block .activity table {
        margin: 0 auto 80px;
    }
    .calender_pick:after {
		top: 9px;
	}
    .date_set_yes_txt .calender_pick:after,
    .date_set_no_txt .calender_pick:after {
        bottom: 9px;
        top: initial;
    }
}
@media screen and (max-width:768px) {
    section.quiz_title .con {
        width: 100%;
        margin: 0 auto;
        padding: 40px 20px;
    }
    section.quiz_title .con img.logo {
        max-width: 80px;
        margin: 0 auto;
    }
    section.quiz_title .con p.top_title {
       font-size: 1.7rem;
        margin: 30px auto 0;
        font-weight: bold;
    }
     section.quiz_title .con p.sub_title {
        width: 100%;
        margin: 30px auto 50px;
        text-align: left;
    }
    section.quiz_title .con h1 {
        color: #8c6f2d;
        font-size: 1.3rem;
        margin: 0 auto 30px;
    }
    section.day-block {
        padding: 20px 0;
    }
     section.day-block .con {
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
    }
    section.day-block h2 {
        width: 100%;
        margin: 0 auto 20px;
        padding: 5px;
        font-size: 1.5rem;
    }
    section.day-block p.day-location {
        font-size: 1.4rem;
    }
    section.day-block .activity table tr th,
    section.day-block .activity table tr td {
        display: block;
        width: 100%;
        text-align: left;
    }
    section.day-block .activity table tr td {
        padding: 10px;
    }
    section.day-block .activity table tr td h3 {
        color: #8c6f2d;
        font-size: 1.1rem;
        margin-bottom: 10px;
    }
    section.day-block .activity .images {
        gap: 30px;
    }
    section.day-block .activity {
        width: 100%;
        margin: 0 auto 40px;
    }
    section.note_box {
        margin: 0 auto 60px;
    }
    section.note_box .con {
        padding: 20px;
    }
    section.output_pdf p.sub_title::before,
    section.output_pdf p.sub_title::after {
        content: '';
        width: 1px;
        height: 20px;
        background-color: #8c6f2d;
    }
    section.output_pdf p.sub_title::before {
        margin-right: 5px;
        transform: rotate(-15deg);
    }
    section.output_pdf p.sub_title::after {
        margin-left: 5px;
        transform: rotate(15deg)
    }
    section.day-block p.day-location:after {
        content: "|";
        display: inline-block;
        margin-left: 5px;
    }
    section.output_pdf p.sub_title {
        font-size: 1.1rem;
        margin: 0 auto 20px;
    }
    section.output_pdf .con {
        width: 100%;
        padding: 0 20px;
    }
    section.output_pdf form {
        text-align: left;
    }
    section.output_pdf input[type="submit"] {
        margin: 40px auto 20px;
    }
    section.output_pdf {
        width: 100%;
        margin: 0 auto 60px;
    }
     section.form_sent h2 {
        font-size: 2rem;
        text-align: center;
    }
    section.form_sent p.thx_message {
        font-size: 1.1rem;
        text-align: center;
        padding: 0 20px;
    }
    section.form_sent .con {
        width: 100%;
        margin: 60px auto;
        padding: 0 20px;
    }
    section.form_sent h3 {
        font-size: 1.1rem;
    }
    section.day-block .activity table {
        margin: 0 auto 40px;
    }
    .calender_pick:after {
		top: 13px;
	}
    .date_set_yes_txt .calender_pick:after,
    .date_set_no_txt .calender_pick:after  {
        bottom: 8px;
        top: initial;
    }
}
section.quiz_title .con p.mv_image img {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    height: auto;
}
section.day-block h2 {
    text-align: center;
    background-color: #ede1c6;
}
section.day-block p.day-location {
    position: relative;
    margin: 0 auto 40px;
    color: #8c6f2d;
    text-align: center;
}
section.day-block p.day-location:before {
    content: "|";
    display: inline-block;
    margin-right: 10px;
}
section.day-block .activity table {
    width: 100%;
}
section.day-block .activity table tr th {
    padding: 10px 0;
}
section.day-block .activity table tr th p {
    padding-bottom: 5px;
    border-bottom: 2px solid #8c6f2d;
}
section.day-block .activity .images {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
section.day-block .activity .images > div img {
    width: 100%;
}
section.note_box {
    max-width: 1000px;
    width: 100%;
}
section.note_box .con {
    background-color: #f7f0dc;
}
section.output_pdf p.sub_title {
    color: #8c6f2d;
    position: relative;
    display: flex;
	justify-content: center;
	align-items: center;
    text-align: center;
}
input#output_pdf {
    border: 1px solid #8c6f2d;
    padding: 20px;
    width: 100%;
    margin: 0 auto 40px;
}
label.output_pdf_check {
    color: #8c6f2d;
}
section.form_sent h3 {
    font-weight: bold;
    text-align: center;
    color: #8c6f2d;
    border-bottom: 1px solid #8c6f2d;
    padding-bottom: 10px;
}
section.form_sent p.request_btn {
    max-width: 600px;
}
form .selectform {
    margin: 0 0 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-top: 5px;
}
form .selectform .select_wrapper{
    margin: 0 30px 0 0;
    position: relative;
}
form .selectform select {
    border: solid 1px #CCC;
    box-shadow: 0px 1px 2px 1px #DDD inset;
    margin: 0;
    width: 200px;
}
form select {
    height: auto;
    line-height: 18px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}
form .errorTxt {
    font-size: 13px;
}
form .selectform.notopic span {
    max-width: 70%;
    width: calc(100% - 180px);
}
form .selectform .select_wrapper::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 15px solid #555;
    border-bottom: 0;
    transform: translateY(-50%);
}
.tailor_made_quiz_page form input[type="text"],
.tailor_made_quiz_page form input[type="date"],
.tailor_made_quiz_page textarea {
    width: 100%;
    border: solid 1px #CCC;
    box-shadow: 0px 1px 2px 1px #DDD inset;
}
.tailor_made_quiz_page form input[type="text"] {
    width: 100%;
    height: 35px;
    padding: 0.8em;
}
form.tailor_made_quiz_form label {
    margin: 0 auto;
}
form.tailor_made_quiz_form .calender_pick {
	margin-top: 0.5rem;
}
.calender_pick input[type="text"] {
	margin-top: 0;
}
.tailor_made_quiz_page input[type="date"]::after {
  content: '';
  background-image: url("../images/icon/ico_calendar.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.calender_pick {
  position: relative;
}
.calender_pick:after {
  content: '';
  background-image: url("../images/icon/ico_calendar.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 10px;
}
.tailor_made_quiz_page form#form01 {
    max-width: initial;
}
.personal_form dl {
    margin-bottom: 1.5em;
}
.personal_form .cm01 {
    color: #8d6d2b;
    font-size: 12px;
    padding-left: 10px;
}
form.tailor_made_quiz_form .personal_form label {
    padding: 3px 10px 3px 0;
}
.tailor_made_quiz_page .personal_form input[type="radio"] {
    margin-right: 0;
}
input[type="text"], input[type="file"], input[type="password"], select, textarea {
    padding: 0.8em;
}
.tailor_made_quiz_page a {
    color: #8d6d2b;
}
.quiz_title p.subtitle {
    font-size: 1rem;
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
}
.date_set_yes_txt,
.date_set_no_txt {
    display: none;
}
.tailor_made_quiz_page input[type="radio"].date_set + label {
    padding: 3px 10px 3px 0;
    display: inline;
}
.tailor_made_quiz_page input[type="radio"].date_set + label:not(:last-child) {
    margin-right: 20px;
}