@charset "utf-8";
/***************************
common
***************************/

.pcOnly {
    display: none;
}

.spOnly {
    display: block;
}

.formBox ul li {
    list-style: none;
}

.formBox ul li:first-child {
    margin-bottom: 20px;
}

.formBox ul li p {
    font-weight: bold;
}

.formBox .cmt span {
    color: #eb1212;
}

.formBox a {
    text-decoration: underline;
}
/*********************
フォーム共通
******************/

input[type=email],
input[type=number],
input[type=tel],
input[type=text],
input[type=date],
select {
    display: inline-block;
    border: 1px solid #b4b4b4;
    height: 60px;
    border-radius: 4px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 5px;
    padding: .5em .6em;
    background: #fff
}

input[type=file] {
    width: 90%
}

.formBox input[type=email]:focus,
.formBox input[type=number]:focus,
.formBox input[type=password]:focus,
.formBox input[type=tel]:focus,
.formBox input[type=text]:focus,
.formBox input[type=date]:focus,
.formBox select:focus {
    background: #e8f5fc!important;
    border: 2px solid #006
}
/*****************************
フォーム
*****************************/

.txt_err,
.txt_thanks {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 36px;
    text-align: center;
    padding: 30px 0 50px
}

.formBox {
    width: 95%;
    margin: 0 auto
}

.formBox p.description,
.formBox p.cmt {
    width: 100%
}

.formBox h3,
.listTable h3 {
    color: #1e2678;
    font-size: 20px;
    line-height: 50px;
    height: 50px;
    margin-bottom: 10px;
    padding-left: 18px;
    padding-bottom: 0;
    border-left: 8px solid #1e2678
}

.formBox table {
    border-collapse: collapse;
    margin: 0 auto;
    width: 100%;
    border-bottom: 1px solid #ccc
}

.formBox table tr {
    border-bottom: 1px solid #ccc
}

.formBox table tr:last-child {
    border-bottom: none
}

.formBox table td,
.formBox table th {
    border-spacing: 12px 2px;
    vertical-align: middle;
    font-size: 18px;
    width: 100%;
    display: block
}

.formBox table th {
    font-weight: 700;
    padding: 30px 10px 20px 30px;
    text-align: left;
}

.formBox table td {
    padding: 5px 0 25px 5px
}

.formBox textarea {
    width: 95%;
    height: 120px;
    padding: .5em .6em;
    margin: 0;
    border-radius: 4px;
    border: 1px solid #b4b4b4;
    font-size: 16px;
    line-height: 1.2
}

.formBox input[type=email],
.formBox input[type=number],
.formBox input[type=password],
.formBox input[type=tel],
.formBox input[type=text],
.formBox input[type=date],
.formBox select {
    display: inline-block;
    border: 1px solid #b4b4b4;
    border-radius: 4px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: .5em .5em;
    background: #fff;
    height: 60px;
    font-size: 14px;
    font-size: 1.4rem;
    width: 98%
}

.formBox input[type=checkbox],
.formBox input[type=radio] {
    width: 18px;
    height: 18px;
    margin: 10px 5px;
    vertical-align: middle
}

.w50 {
    width: 100%!important
}

.formBox table tr th.must,
.formBox table tr th.option {
    position: relative
}

.formBox table tr th.must::after,
.formBox table tr th.option::after {
    font-weight: 400;
    padding: 9px 8px;
    border: 0;
    border-radius: 2px;
    position: absolute;
    left: 0%;
    top: 50%;
    margin-top: -13px
}

.formBox table tr th.must::after {
    content: "※";
    color: #eb1212;
    font-size: 14px
}

.formBox table tr th.option::after {
    content: "";
    color: #aaa;
    font-size: 14px
}

.formBox .note {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.2
}

.formBox .fintxt {
    text-align: center;
    margin: 50px 0
}

.btn_bottom {
    width: 100%;
    padding: 20px 0 0
}

.btn_bottom.fixed_bottom {
    width: 100%;
    background: #1e2678;
    padding: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000
}

.btn_bottom .back_btn,
.btn_bottom input[type=submit],
.btn_bottom input[type=button],
a.btn {
    width: 90%;
    height: 60px;
    margin: 10px auto;
    border-radius: 5px;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    font-size: 20px;
    color: #fff
}

a.btn {
    width: 100%;
    font-size: 18px;
}

.btn_bottom input[type=submit],
.btn_bottom input[type=button],
a.btn {
    background: #00aeeb;
    border: 1px solid #00aeeb
}

.btn_bottom input[type=submit].disable,
.btn_bottom input[type=button].disable {
    background-color: #aaa;
    border: 1px solid #aaa;
    cursor: default
}

.btn_bottom .back_btn {
    background: #aaa!important;
    border: 1px solid #aaa!important
}

.notcheck {
    background: #ffefef
}

.err,
.err_box,
.err_msg {
    color: #eb1212;
    font-size: 14px
}

.err {
    margin-bottom: 5px
}

.err_box,
.err_msg {
    font-size: 1.4rem;
    width: 90%
}

.err_box {
    line-height: 28px;
    border: 1px solid #eb1212;
    padding: 7px 15px;
    margin: 0 auto 20px
}

.err_msg {
    line-height: 24px;
    padding: 0 15px;
    margin: 0 auto
}

.contactTxt {
    margin-top: 10px;
    margin-bottom: 15px
}

.contactTxt a {
    text-decoration: underline
}

.contactTxt a i {
    margin-left: 3px
}

#contents01,
#contents02,
#contents03 {}

#contents02 {
    margin-top: 30px;
}

.contents_tab .tab_main {
    display: none;
    padding: 20px 3px;
    min-height: 280px;
    border: 2px solid #94ad73;
    transition-duration: .3s
}

.tab_main.is_show {
    display: block;
    border: 1px solid #ccc;
    border-top: 5px solid #1e2678
}

.form_txt {
    width: 90%;
    margin: 40px auto;
}

.ttl_scroll {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.scroll {
    border: 1px solid #ccc;
    padding: 20px 25px 0;
    margin-bottom: 40px;
    height: 300px;
    overflow-y: scroll;
}

p.txt_content {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    margin: 0 auto 15px;
}

.ttl_box {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

p.txt_box {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 0 auto 40px;
}

.agree_box {
    width: 100%;
    margin: 0 auto 30px;
    font-size: 16px;
    line-height: 1.4;
}

.doui {
    padding: 14px 20px;
}