﻿@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;line-height:1.5em}
article,aside,details,figcaption,figure,main,footer,header,hgroup,menu,nav,section{display:block}
body{vertical-align:baseline;-webkit-text-size-adjust:100%}
img{display:inherit}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
*{box-sizing:border-box;word-break:normal;line-height:1.5em;background-repeat:no-repeat}

div#ie_container {
    display: none;
    width: 100%;
    height: 100%;
    margin: auto
}

div#ie_container div.cover {
    width: 100%;
    height: 100%;
    max-width: none;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    margin: auto
}

div#ie_container div.cover p {
    width: 100%;
    position: absolute;
    font-size: 12px;
    line-height: 1.5em;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center
}

.ie7 body {
    overflow: hidden;
    background: #FFFFFF
}

.ie7 div#container {
    display: none
}

.ie8 body {
    overflow: hidden;
    background: #FFFFFF
}

.ie8 div#container {
    display: none
}

.ie8 div#ie_container {
    display: inherit
}

html,
body {
    width: 100%;
    height: 100%;
    min-width: 1000px;
    margin: auto
}

body {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "Roboto", sans-serif;
    color: #3A3A3A;
    font-size: 14px
}

::selection {
    background: #312D84;
    color: #FFF
}

::-moz-selection {
    background: #312D84;
    color: #FFF
}

a {
    color: #3A3A3A;
    text-decoration: none;
    -moz-transition: background-color .4s ease, color .4s ease, opacity .4s ease;
    -o-transition: background-color .4s ease, color .4s ease, opacity .4s ease;
    -webkit-transition: background-color .4s ease, color .4s ease, opacity .4s ease;
    transition: background-color .4s ease, color .4s ease, opacity .4s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

a:hover {
    color: #3A3A3A;
    text-decoration: none
}

a:visited {
    color: #3A3A3A
}

a img {
    -moz-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

a:hover img {
    opacity: 0.8
}

hr {
    height: 1px;
    clear: both;
    border: none;
    border-top: #ddd 1px solid;
    color: #FFF
}

.wrapper,
section article,
header div.inner {
    zoom: 1
}

.wrapper:after,
section article:after,
header div.inner:after {
    display: block;
    content: "";
    clear: both
}

.wrapper,
section article,
header div.inner {
    width: 90%;
    max-width: 1000px;
    margin: auto;
    position: relative
}

.transitions,
input,
select,
textarea,
search,
input:hover,
select:hover,
textarea:hover,
search:hover {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease
}

.all_transitions {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease
}

.vertical {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%)
}

.obj_image {
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.left {
    text-align: left
}

.right {
    text-align: right
}

.center {
    text-align: center
}

.nomal {
    font-weight: 400
}

.medium {
    font-size: 500
}

.bold {
    font-weight: 700
}

div#container {
    width: 100%;
    height: 100%
}

div#container main {
    min-height: calc(100vh - 182px)
}

@media screen and (max-width: 1000px) {
    div#container main {
        min-height: calc(100vh - 158px)
    }
}

section:first-child {
    padding-top: 50px
}

section:last-child {
    padding-bottom: 50px
}

header {
    width: 100%
}

header .header_top {
    border-bottom: 4px solid #312D84;
    color: #312D84
}

header .header_top div.inner {
    letter-spacing: 0.1em;
    padding: 40px 0
}

header .header_logo {
    display: flex;
    align-items: center;
    justify-content: center
}

header .header_logo img {
    height: 35px
}

header .header_logo span {
    padding-left: 30px;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0.1em;
    white-space: nowrap
}

@media screen and (max-width: 1000px) {
    header .header_logo img {
        width: 40px
    }

    header .header_logo span {
        font-size: 24px
    }
}

header a.header_logo {
    color: #312D84;
    text-decoration: none
}

header a.header_logo:hover {
    color: #312D84;
    text-decoration: none
}

header a.header_logo:visited {
    color: #312D84
}

header a.header_logo:hover {
    opacity: 0.8
}

header a.header_logo:hover img {
    text-align: center;
    opacity: 1
}

footer {
    width: 100%;
    padding: 10px 0;
    margin: auto;
    background-color: #312D84;
    text-align: center;
    color: #fff
}

footer p.copyright {
    font-size: 12px
}

div.h2_ttl {
    margin: 0 0 20px;
    padding: 10px 0 10px 10px;
    background-color: #F6F6F6;
    border-bottom: 1px solid #ddd
}

div.h2_ttl h2 {
    font-size: 20px;
    font-weight: bold;
    border-left: 5px solid #312D84;
    line-height: inherit;
    padding: 0 0 0 10px
}

div.h3_ttl {
    margin: 0;
    padding: 10px 20px;
    background-color: #26A3DB
}

div.h3_ttl h3 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: inherit
}

table {
    width: 100%;
    min-width: 1000px;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 50px;
    border-top: 1px solid #ddd
}

table.blue_table {
    border-top: none
}

table th,
table td {
    padding: 10px 15px;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #ddd
}

table th {
    width: 200px;
    font-size: 16px;
    font-weight: bold;
    background-color: #F6F6F6;
    position: relative;
    vertical-align: top
}

table th p {
    display: inline-block;
    word-break: break-all
}

table th span.supplement {
    font-size: 12px;
    font-weight: normal;
    display: block
}

#table09 tr:nth-child(4) th,
#table09 tr:nth-child(4) td,
#table10 tr:nth-child(4) th,
#table10 tr:nth-child(4) td,
#table11 tr:nth-child(4) th,
#table11 tr:nth-child(4) td {
    padding: 0
}

#table09 table.column2_table,
#table10 table.column2_table,
#table11 table.column2_table {
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 0;
    border-top: none
}

#table09 table.column2_table th,
#table10 table.column2_table th,
#table11 table.column2_table th {
    width: 200px;
    padding: 10px 15px;
    border-bottom: none
}

#table09 table.column2_table td,
#table10 table.column2_table td,
#table11 table.column2_table td {
    padding: 10px 15px;
    border-bottom: none
}

table.file_table {
    border-top: none
}

table.file_table th,
table.file_table td {
    padding: 10px 15px;
    vertical-align: middle
}

p.supplement_comment {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px
}

div.same_check {
    margin-bottom: 20px
}

div.agree_box {
    width: 100%;
    margin: 0 auto 50px;
    padding: 50px 0 30px;
    background-color: #F1F9FC;
    text-align: center
}

div.agree_box h3 {
    width: 100%;
    margin: auto;
    font-size: 18px;
    font-weight: bold
}

div.agree_box ul.check_list {
    width: 100%;
    max-width: 600px;
    margin: auto
}

div.agree_box ul.check_list li {
    width: auto;
    float: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold
}

@media only screen and (max-width: 1000px) {
    div.agree_box ul.check_list li {
        border-bottom: none
    }
}

.policy_content {
    width: 80%;
    height: 240px;
    margin: 20px auto;
    border: 1px solid #ddd;
    background-color: #fff;
    overflow: auto
}

.policy_content h2 {
    padding: 20px 0 10px;
    font-size: 18px
}

.policy_content p {
    font-size: 16px;
    line-height: 1.6;
    text-align: left
}

.policy_content dl {
    margin-bottom: 20px
}

.policy_content dl dt {
    width: 100%;
    margin: 0;
    padding: 20px 0;
    text-align: left;
    font-weight: bold;
    font-size: 14px
}

.policy_content dl dd {
    text-align: left
}

.policy_content dl dd ul li {
    padding: 0 0 10px
}

.policy_content dl dd ol li {
    padding: 10px 0;
    list-style: decimal;
    list-style-position: inside
}

#form_box {
    display: none
}

span.essential {
    margin: 2px 0 0;
    padding: 2px 5px;
    color: #FFF;
    font-size: 80%;
    font-weight: 700;
    white-space: nowrap;
    position: absolute;
    right: 10px;
    background-color: #F25858
}

span.unit {
    font-size: 12px;
    margin: 5px 20px 5px 10px;
    font-weight: 700;
    display: inline-block
}

ul.transmission {
    display: flex;
    justify-content: center;
    margin-top: 40px
}

ul.transmission li {
    margin: 0 10px;
    width: 260px
}

ul.break {
    width: 100%;
    display: table
}

ul.break li {
    display: table-cell;
    padding: 0 5px
}

ul.break li:nth-child(1) {
    padding: 0 5px 0 0
}

ul.break li:last-child {
    padding: 0 0 0 5px
}

ul.variable {
    width: 100%
}

ul.variable li {
    display: inline-block;
    margin-right: 10px;
    min-width: 100px
}

ul.variable li:last-child {
    padding: 0 0 0 5px
}

ul.variable li:nth-child(1) {
    padding: 0 5px 0 0
}

ul.variable li input {
    width: auto;
    margin: 5px 10px 5px 0
}

ul.check_list {
    width: 100%
}

ul.check_list li {
    width: 50%;
    float: left;
    padding: 5px 0
}

@media only screen and (max-width: 1000px) {
    ul.check_list li {
        width: 100%;
        float: none;
        border-bottom: #ddd 1px solid
    }
}

ul.number {
    display: table
}

ul.number li {
    display: table-cell
}

ul.number li:nth-child(1) input {
    width: 5em
}

ul.number li:nth-child(2) input {
    width: 7em
}

ul.number li p {
    display: inline-block
}

ul.number li span {
    padding: 0 10px
}

ul.phone {
    display: table;
    table-layout: auto
}

ul.phone li {
    display: table-cell
}

ul.phone li:nth-child(1) input {
    width: 5em
}

ul.phone li:nth-child(2) input {
    width: 6em
}

ul.phone li:nth-child(3) input {
    width: 6em
}

ul.phone li p {
    display: inline-block
}

ul.phone li span {
    padding: 0 10px
}

div.err_area {
    margin: 5px 0;
    display: none
}

div.err_area .msg {
    border: 1px solid #F25858;
    background-color: #fff;
    padding: 2px 5px 2px 25px;
    background-image: url(../img/common/error.svg);
    background-position: left 5px top 5px;
    color: #F25858;
    font-weight: 700;
    font-size: 12px;
    text-align: left
}

input,
select,
textarea,
search {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "Roboto", sans-serif;
    border: 1px solid #ddd;
    background-color: #F1F9FC;
    -webkit-appearance: none
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: 0;
    border-color: #312D84
}

::-webkit-input-placeholder {
    color: #A3A3A3
}

:-moz-placeholder {
    color: #A3A3A3
}

::selection {
    color: #fff;
    background: #312D84
}

input {
    width: 100%;
    padding: 7px 5px;
    margin: 5px 0
}

.wth_180 {
    width: 180px
}

.wth_200 {
    width: 200px
}

.wth_380 {
    width: 380px
}

.wth_250 {
    width: 250px
}

textarea {
    width: 100%;
    height: 10em;
    padding: 10px;
    resize: vertical
}

select {
    width: auto;
    padding: 7px 25px 7px 5px;
    background-image: url(../img/arrow/arrow_select.svg);
    background-position: right 10px center;
    vertical-align: middle;
    margin: 5px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select::-ms-expand {
    display: none
}

input[type="radio"],
input[type="checkbox"] {
    display: none
}

input[type="radio"]+label {
    padding: 7px 0px 7px 25px;
    margin: 2px 20px 2px 0px;
    display: inline-block;
    background-image: url(../img/arrow/input_check_off.svg);
    background-position: left 50%;
    background-size: 18px 18px;
    cursor: pointer
}

input[type="radio"]:checked+label {
    background-image: url(../img/arrow/input_check_on.svg);
    background-position: left 50%;
    background-size: 18px 18px
}

input[type="checkbox"]+label {
    padding: 5px 0px 7px 25px;
    margin: 2px 20px 2px 0px;
    background-image: url(../img/arrow/checkbox_off.svg);
    background-position: left 50%;
    background-size: 18px 18px;
    display: inline-block;
    cursor: pointer
}

input[type="checkbox"]:checked+label {
    background-image: url(../img/arrow/checkbox_on.svg);
    background-position: left 50%;
    background-size: 18px 18px
}

input[type="file"] {
    border: none;
    border-radius: 0;
    padding: 0;
    background-color: #fff
}

button {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "Roboto", sans-serif
}

input[type="submit"].step_next,
input[type="button"].step_next,
input[type="reset"].step_next,
button.step_next {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 14px;
    font-weight: 700;
    border-radius: 5px;
    color: #FFF;
    background-color: #312D84;
    border: 2px solid #312D84;
    font-size: 18px;
    cursor: pointer;
    transition: opacity 0.4s ease
}

input[type="submit"].step_next:hover,
input[type="button"].step_next:hover,
input[type="reset"].step_next:hover,
button.step_next:hover {
    opacity: 0.8
}

input[type="submit"].step_prev,
input[type="button"].step_prev,
input[type="reset"].step_prev,
button.step_prev {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 14px;
    font-weight: 700;
    border-radius: 5px;
    color: #312D84;
    background-color: #fff;
    border: 2px solid #312D84;
    font-size: 18px;
    cursor: pointer;
    transition: opacity 0.4s ease
}

input[type="submit"].step_prev:hover,
input[type="button"].step_prev:hover,
input[type="reset"].step_prev:hover,
button.step_prev:hover {
    opacity: 0.8
}

input[type="submit"].step_confirm,
input[type="button"].step_confirm,
input[type="reset"].step_confirm,
button.step_confirm {
    display: block;
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    text-align: center;
    padding: 14px;
    font-weight: 700;
    border-radius: 5px;
    color: #FFF;
    background-color: #312D84;
    border: 2px solid #312D84;
    font-size: 18px;
    cursor: pointer;
    transition: opacity 0.4s ease
}

input[type="submit"].step_confirm:hover,
input[type="button"].step_confirm:hover,
input[type="reset"].step_confirm:hover,
button.step_confirm:hover {
    opacity: 0.8
}

input[type="submit"].same_check_btn,
input[type="button"].same_check_btn,
input[type="reset"].same_check_btn,
button.same_check_btn {
    display: block;
    width: 100%;
    max-width: 150px;
    margin: 0;
    text-align: center;
    padding: 8px 0 8px 20px;
    font-weight: 500;
    border-radius: 4px;
    color: #FFF;
    background-color: #26A3DB;
    border: none;
    font-size: 14px;
    cursor: pointer;
    transition: opacity 0.4s ease;
    background-image: url(../img/arrow/checked.svg);
    background-position: left 15px center
}

input[type="submit"].same_check_btn:hover,
input[type="button"].same_check_btn:hover,
input[type="reset"].same_check_btn:hover,
button.same_check_btn:hover {
    opacity: 0.8
}

div.error_area {
    width: 100%;
    max-width: 500px;
    margin: auto;
    padding: 10px 0
}

p#fm_ajax_message {
    font-weight: bold;
    color: #312D84;
    letter-spacing: 1px
}