/*
 * Reset
 * colors
 * fontsize
 * align
 * spacer
 * general
 * form
 */


/* Reset
----------------------------------------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}

body,
p,
figure {
    padding: 0px;
    margin: 0px;
}

ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

li,
dl,
dt,
dd {
    padding: 0px;
    margin: 0px;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(../js/boxsizing.htc);
}

img {
    border: none;
    display: block;
    max-width: 100%;
    margin: auto;
}

a {
    color: #1414d2
}

a,
a:hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease
}

input[type="text"],
input[type="date"],
input[type="number"],
select {
    font-family: Arial, "メイリオ", "Meiryo", sans-serif;
    height: 50px;
    width: 100%;
    font-size: 1.6rem;
    padding: 0 1rem;
    color: #333;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    margin: 0;
}

select {
    cursor: pointer;
}

textarea {
    resize: none;
    width: 100%;
}

html {
    font-size: 62.5%;
}

body {
    color: #333;
    font-family: Arial, "メイリオ", "Meiryo", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    /* 1 */
    line-height: 150%;
    margin: 0;
    padding: 0;
    background-color: #e9e9e9;
}


/* -- mode -- */

.sp {}

.pc {}


/* $general */

.clr:after {
    content: "";
    display: table;
    clear: both;
}

.container {
    clear: both;
    display: table;
    margin: 0 auto;
    width: 100%;
}

.cont {
    clear: both;
    margin: 0 auto;
    max-width: 960px;
}


/* - header - */

.header {
    clear: both;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.header-limited-width {
    max-width: 1040px;
    margin: 0 auto;
}

.header-title {
    background: rgba(75, 162, 209, 0.6);
    color: #fff;
    left: 0;
    overflow: hidden;
    padding: 26px 40px;
    position: absolute;
    top: 0;
    width: 100%;
}

.header-title.one-line {
    padding: 48px 40px;
}

.header-title.two-line {
    padding: 25px 40px;
}

.header-cont {
    max-width: 880px;
    margin: 0 auto;
}

.header-title h2 {
    font-size: 1.8rem;
    line-height: 32px;
    margin-bottom: 16px;
}

.header-title h1 {
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 48px;
}

.header-title h1.title-fix {
    font-size: 3rem;
}

.header-title h3 {
    font-size: 2.2rem;
    line-height: 32px;
}

.main-visual {
    clear: both;
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.header-banner {
    background: #1414d2;
    padding: 20px 28px;
}

.header-banner .logo {
    overflow: hidden;
    width: 196px;
}

.header-banner .logo a {
    display: block;
    width: 100%;
}

.sub-title {
    top: 31%;
    left: 7.5%;
    position: absolute;
}

.sub-title h3 {
    font-size: 2.2rem;
    line-height: 32px;
    font-weight: 600;
    color: #003390;
}


/* - main - */

.main {
    /*background: #e9e9e9;*/
    clear: both;
    overflow: hidden;
    padding: 50px;
    width: 100%;
}

.main-cont {
    background: #fff;
    padding: 45px 40px;
    position: relative;
    width: 100%;
}

.main-cont p {
    font-size: 1.5rem;
    line-height: 22px;
    margin-bottom: 10px;
}

.main-cont .blue-txt {
    color: #1414d2;
    font-weight: bold;
}

.main-cont .bold-txt {
    font-weight: bold;
}

.main-visual {
    clear: both;
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
}

.row.row-field {
    clear: both;
    margin: 0 auto 1rem;
    width: 100%;
}

.row.row-field h5 {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 22px;
    margin: 10px 0 12px;
}

.social-lst {
    list-style: none;
}

.member-lst {
    list-style: none;
    margin-bottom: 2rem;
}

.social-lst li,
.member-lst li {
    align-items: center;
    display: flex;
    margin: 0 auto 1rem;
}

.social-lst li input,
.member-lst li input {
    cursor: pointer;
    height: 20px;
    width: 20px;
}

.social-lst li label,
.member-lst li label {
    cursor: pointer;
    font-size: 1.6rem;
    line-height: 22px;
    margin-left: 1rem;
}

.member-lst .member-checker {
    height: 40px;
}

.member-lst .member-number {
    color: #333;
    /*display: none;*/
    font-family: Arial, "メイリオ", "Meiryo", sans-serif;
    font-size: 1.5rem;
    height: 40px;
    margin-left: 2rem;
    padding: 0 1rem;
    width: 200px;
}

.row.agree-block {
    align-items: center;
    display: flex;
    margin: 4rem auto 0;
}

.row.agree-block input[type="checkbox"] {
    cursor: pointer;
    height: 20px;
    width: 20px;
}

.row.agree-block label {
    cursor: pointer;
    font-size: 1.6rem;
    line-height: 22px;
    margin-left: 1rem;
}

.row.agree-block .val-message {
    left: 20%;
    right: auto;
}

.social-link {
    color: #393939;
    display: inline-block;
    font-size: 1.6rem;
}

.frm-cont01 {
    background: #fff;
    padding: 45px 40px 10px;
    width: 100%;
}

.frm-cont02 {
    background: #fff;
    padding: 50px 2% 40px;
    width: 100%;
}

.btn-block01 {
    clear: both;
    display: inline-block;
    margin: 40px auto 5px;
    position: relative;
    text-align: center;
    width: 100%;
}

.btn-01 {
    background: #6244bb;
    color: #fff;
    display: inline-block;
    font-size: 2.16rem;
    font-weight: 600;
    line-height: 38px;
    min-width: 210px;
    padding: 10px 35px;
    margin-right: 15px;
    text-align: center;
    text-decoration: none;
}

.title-01 {
    color: #1414d2;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 34px;
    margin-bottom: 30px;
    width: 100%;
}

.title-01 .txt-normal {
    font-weight: normal;
}

.title-02 {
    color: #1414d2;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 34px;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
}

.title-03 {
    color: #1414d2;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}

.title-04 {
    color: #333;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 34px;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
}

.title-04 span {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 200;
    line-height: 26px;
    width: 100%;
}

.title-05 {
    color: #393939;
    font-size: 2.4rem;
    line-height: 34px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
}

.back-btn {
    clear: both;
    font-size: 1.7rem;
    left: 0;
    line-height: 26px;
    position: absolute;
    top: 15px;
}

.link-block {
    clear: both;
    margin: 35px auto 5px;
    overflow: hidden;
    width: 100%;
}

.link-block a {
    color: #1414d2;
    display: block;
    font-size: 1.5rem;
    line-height: 26px;
    text-decoration: underline;
    width: 100%;
}

.block-left {
    float: left;
    max-width: 390px;
    overflow: hidden;
    width: 44%;
}

.block-right {
    float: right;
    overflow: hidden;
    width: 452px;
}

.block-lst li {
    display: table;
    margin-bottom: 30px;
    text-align: justify;
}

.block-lst li span,
.block-lst li p {
    display: table-cell;
    vertical-align: top;
}

.block-lst li span {
    font-size: 1.5rem;
    font-weight: bold;
    padding-right: 4px;
    width: 35px;
}

.pic-block img {
    width: auto;
}

.pic-block img:nth-child(1),
.pic-block img:nth-child(2) {
    margin-bottom: 16px;
}

.pic-block-note {
    margin-top: 1rem;
}

.pic-left {
    float: left;
}

.pic-right {
    float: right;
}

.pic-block02 {
    clear: both;
    overflow: hidden;
    width: 100%;
}

.pic-block02 img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
}

.pic-block02 img:first-child {
    margin-bottom: 20px;
}

.pic-block02 img:last-child {
    margin-bottom: 10px;
}

.form01 .row {
    clear: both;
    margin-bottom: 36px;
    position: relative;
    width: 100%;
}

.form01 .row h4,
.form01 .row p {
    color: #333;
    font-size: 1.8rem;
    line-height: 30px;
}

.form01 .row h4 {
    font-weight: bold;
}

.form01 ul {
    clear: both;
    overflow: hidden;
    width: 100%;
    padding-left: 4px;
}

.form01 ul li {
    color: #333;
    font-size: 1.8rem;
    line-height: 30px;
}

.form01 ul li input[type="radio"] {
    display: inline-block;
    height: 15px;
    width: 15px;
    vertical-align: middle;
}

.form01 ul li label {
    display: inline-block;
    width: calc(100% - 30px);
    vertical-align: top;
    cursor: pointer;
}

.form01 ul.horizontal {
    margin-top: 10px;
}

.form01 ul.horizontal li {
    display: inline-block;
    max-width: 260px;
    width: 30%;
    vertical-align: top;
}

.form01 ul.horizontal li.m-center {
    margin: 0 2%;
}

.form01 ul.horizontal li img {
    width: 100%;
}

.form02 {
    clear: both;
    margin-bottom: 40px;
    /* overflow: hidden; */
    width: 100%;
}

.form02 .row {
    clear: both;
    margin-bottom: 24px;
    position: relative;
    width: 100%;
}

.form02 .row h4 {
    color: #393939;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 34px;
    margin: 12px 0;
}

.form02 .row h4 span {
    color: #ff0000;
    font-size: 1.4rem;
    font-weight: 200;
    line-height: 34px;
    margin-left: 15px;
}

.txt-sub {
    color: #393939;
    font-size: 1.6rem;
    line-height: 24px;
    margin: .5rem auto;
    width: 100%;
}

.txt-sm {
    color: #393939;
    font-size: 1.4rem;
    line-height: 24px;
    margin: .5rem auto;
    width: 100%;
}

.form02 .row.terms-block {
    margin: 1rem auto;
    width: 92%;
}

.form02 .row.terms-block h4 {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 auto 1rem;
}

.form02 .eng_terms_block h4.eng_terms_link {
    cursor: pointer;
    text-decoration: underline;
}

.txt-01 {
    color: #393939;
    font-size: 1.2rem;
    line-height: 20px;
    margin-bottom: 7px;
    text-align: justify;
    width: 100%;
}

.txt-02 {
    color: #393939;
    font-size: 1.2rem;
    line-height: 20px;
    margin-bottom: 7px;
    width: 100%;
}

.txt-02 span {
    display: inline-block;
    margin-left: 22px;
    width: 100%;
}

.txt-02 span::first-letter {
    margin-left: -22px;
}

.pl-20 {
    padding-left: 20px;
}

.txt-note {
    color: #393939;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 600;
}

.errormessage-enter-active,
.errormessage-leave-active {
    transition: opacity .2s;
}

.errormessage-enter,
.errormessage-leave-to {
    opacity: 0;
}


/* - footer - */

.footer {
    background: #1414d2;
    padding: 20px 2%;
    text-align: center;
    width: 100%;
}

.footer .f-link a {
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 24px;
}

.footer .f-copy {
    color: #fff;
    font-size: 1.2rem;
    line-height: 24px;
}


/* form */

.row {
    clear: both;
    display: table;
    margin-bottom: 20px;
    width: 100%;
}

.col {
    display: table;
    float: left;
}

.col01 {
    color: #393939;
    display: table-cell;
    font-size: 1.7rem;
    font-weight: 600;
    height: 50px;
    line-height: 25px;
    width: 40%;
    vertical-align: middle;
}

.col01 span {
    display: block;
    font-size: 1.4rem;
    font-weight: 200;
}

.col01.a-line {
    line-height: 50px;
}

.col01.colsub {
    line-height: 24px;
}

.col02 {
    color: #393939;
    display: table-cell;
    font-size: 1.7rem;
    line-height: 50px;
    height: 50px;
    width: 60%;
    vertical-align: middle;
}

.col-full {
    color: #393939;
    display: inline-block;
    font-size: 1.7rem;
    line-height: 30px;
    margin: 1rem auto;
    width: 100%;
    vertical-align: middle;
}

.col-lst {
    display: table;
    float: left;
    margin: 0;
    width: 48%;
}

.col-lst dt {
    display: table-cell;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    width: 2%;
}

.col-lst dd {
    display: table-cell;
    height: 50px;
    vertical-align: middle;
    width: 10%;
}

.col-lst:first-child {
    margin-right: 4%;
}

.col02 .col-48,
.col-full .col-48 {
    width: 48%;
}

.col02 .col-100 {
    width: 100%;
}

.col-red {
    color: #f00;
}

.col01-sub {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 16px;
    width: 100%;
}

.two-col {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.two-col input {
    width: 48%;
}

.txt-14 {
    font-size: 1.4rem;
    line-height: 20px;
    margin: 5px auto 10px;
    width: 94%;
}

.form02 .row.partner-card {
    margin-bottom: 50px;
    overflow: hidden;
    width: 100%;
}

.form02 .row.partner-card h5 {
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 22px;
    margin: 10px 0 12px;
}

.form02 .row.partner-card h5 span {
    display: inline-block;
    font-size: 1.2rem;
    width: 100%;
}

.form02 .row.partner-card select {
    width: 30%;
}

.val-message {
    background: #e57272;
    border-radius: 5px;
    color: #fff;
    padding: 4px 24px;
    text-align: center;
}

.val-message:after {
    background: url(../images/validate-bg-02.png) no-repeat 0 0 transparent;
    background-size: 12px 17px;
    content: '';
    height: 17px;
    width: 12px;
    display: block;
    position: absolute;
    bottom: -17px;
    left: 40px;
}

.form01 .val-message {
    left: 10%;
    position: absolute;
    top: -12px;
}

.form02 .val-message {
    position: absolute;
    right: 0;
    top: -42px;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.btn-block01 .val-message {
    position: absolute;
    right: 12%;
    top: -42px;
}

.thanks-message {
    text-align: center;
}

.hanged li {
    padding-left: 1rem;
    text-indent: -1rem;
}

.dgm2025-cont.frm-cont02 {
    color: #000;
    font-family: Arial, "メイリオ", "Meiryo", sans-serif;
    padding: 5rem;
}

.dgm2025-cont .dgm2025-title01 {
    color: #000;
    font-size: 1.8rem;
    line-height: 34px;
    font-weight: bold;
    margin-bottom: .3rem;
    text-align: center;
    width: 100%;
}

.dgm2025-cont .dgm2025-title02 {
    color: #000;
    font-size: 3rem;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 6rem;
    text-align: center;
    width: 100%;
}

.dgm2025-cont .dgm2025-pic {
    clear: both;
    margin: 0 auto 4rem;
    width: 100%;
}

.dgm2025-cont .dgm2025-pic img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.dgm2025-cont .dgm2025-txt {
    color: #000;
    font-size: 1.6rem;
    font-weight: 200;
    line-height: 30px;
    margin: 0 auto 2rem;
    text-align: justify;
    width: 100%;
}

.dgm2025-cont .dgm2025-txt .bold {
    font-weight: 600;
}

.dgm2025-cont .dgm2025-txt .red {
    color: #ff0000;
    font-weight: 600;
}

.dgm2025-cont ul.dgm2025-lst {
    margin: -1rem auto 1rem;
    overflow: hidden;
    padding: 0 0 0 2rem;
    width: 100%;
}

.dgm2025-cont ul.dgm2025-lst li {
    color: #000;
    font-size: 1.4rem;
    font-weight: 200;
    line-height: 26px;
    list-style: disc;
    margin: 0 auto .5rem;
    text-align: justify;
    width: 100%;
}

.dgm2025-cont .btn-01 {
    text-decoration: none;
}

.dgm2025-cont .member-number {
    color: #333;
    font-family: Arial, "メイリオ", "Meiryo", sans-serif;
    font-size: 1.5rem;
    padding: 0 1rem;
    width: 48%;
}

.dgm2025-sm {
    display: block;
    font-size: 1.4rem;
    font-weight: 200;
    margin-left: -10px;
}

.dgm2025-confirm .col01 {
    line-height: 50px;
}

.dgm2025-confirm .col-lst dt {
    font-weight: 600;
    text-align: left;
    width: 1%;
}


/**************************************
            FORMAT CSS
**************************************/

.text-cl-blue {
    margin-bottom: 20px;
}

.text-cl-blue p {
    color: #003057;
    font-weight: 600;
    margin-bottom: 0;
}


/* -- colors -- */

.red {
    color: #e84c3d;
}


/* -- fontsize -- */

.fs10 {
    font-size: 1rem;
}

.fs12 {
    font-size: 1.2rem;
}

.fs14 {
    font-size: 1.4rem;
}

.fs16 {
    font-size: 1.6rem;
}

.fs18 {
    font-size: 1.8rem;
}

.fs20 {
    font-size: 2rem;
}


/* -- align -- */

.tcenter {
    text-align: center;
}

.tleft {
    text-align: left;
}

.tright {
    text-align: right;
}

.pleft {
    float: left;
}

.pright {
    float: right;
}


/* -- spacer -- */

.line-10 {
    clear: both;
    display: table;
    height: 10px;
    width: 100%;
}

.line-20 {
    clear: both;
    display: table;
    height: 20px;
    width: 100%;
}

.line-50 {
    clear: both;
    display: table;
    height: 50px;
    width: 100%;
}

.m-r15 {
    margin-right: 15px;
}

.m-l15 {
    margin-left: 15px;
}

.m-b15 {
    margin-bottom: 15px;
}

.m-t15 {
    margin-top: 15px;
}

.m-t30 {
    margin-top: 30px;
}

.p-r15 {
    padding-right: 15px;
}

.p-l15 {
    padding-left: 15px;
}

.p-b15 {
    padding-bottom: 15px;
}

.p-t15 {
    padding-top: 15px;
}

@media only screen and (max-width:1024px) {
    .main {
        padding: 30px 2%;
    }
    .cont {
        max-width: 100%;
    }
    .col,
    .col01,
    .col02 {
        display: block;
        float: none;
        height: auto;
        max-width: 640px;
        width: 100%;
    }
    .form02 .val-message {
        top: 0px !important;
        right: auto !important;
        left: 65%;
    }
    .row.agree-block .val-message {
        left: 180px;
        top: -46px;
    }
    .btn-block01 .val-message {
        right: 0;
        top: -46px;
    }
    .col-lst {
        width: 49.99%;
    }
    .col-lst:first-child {
        margin: 0;
    }
    .col-lst dt {
        width: 10%;
    }
    .col-lst dd {
        width: 35%;
    }
    .col02 .col-65 {
        width: 100%;
    }
    input[type="number"],
    select {
        height: 40px;
        width: 100%;
    }
    .two-col input {
        margin-bottom: 10px;
    }
    .btn-01 {
        min-width: 40%;
    }
}

@media only screen and (max-width:768px) {
    .form02 .val-message {
        top: 0px !important;
        right: 0px !important;
        left: auto;
    }
}