*,
::before,
::after {

    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}

body,
div,
p,
button,
h1,
h2 {
    font-family: 'Noto Sans JP', sans-serif, "Zen Kaku Gothic New", sans-serif, ヒラギノ角ゴ ProN W3, HiraKakuProN-W3, 游ゴシック, 'Yu Gothic', メイリオ, Meiryo;
    color: #353535;
}

a {
    text-decoration: none;
}

p {
    line-height: 1.2em;
}

button {
    font-weight: 700;
}

ol {
    list-style: decimal;
}

/* 画像にかんして */
.img {
    display: block;
    width: 100%;
}

/* テキストに関するフレーム */

.tx-c {
    text-align: center;
}

.tx-l {
    text-align: left;
}

.tx-r {
    text-align: right;
}

/* ワイドに関するフレーム */
.wd-100 {
    width: 100%;
}

.wd-95 {
    width: 95%;
}

.wd-90 {
    width: 90%;
}

.wd-85 {
    width: 85%;
}

.wd-80 {
    width: 80%;
}

.wd-70 {
    width: 70%;
}

.wd-60 {
    width: 60%;
}

.wd-50 {
    width: 50%;
}

.wd-45 {
    width: 45%;
}

.wd-40 {
    width: 40%;
}

.wd-25 {
    width: 25%;
}

.wd-30 {
    width: 30%;
}

.wd-20 {
    width: 20%;
}

.wd-15 {
    width: 15%;
}

.wd-10 {
    width: 10%;
}

.wd-200px {
    width: 200px;
}

.wd-170px {
    width: 170px;
}

.wd-80px {
    width: 80px;
}

.wd-60px {
    width: 60px;
}

.wd-50px {
    width: 40px;
}

.wd-30px {
    width: 30px;
}

.wd-20px {
    width: 20px;
}

/* マージン、パディングに関するフレーム */

.mg-auto {
    margin: auto;
}

.mg-x-auto {
    margin: 0 auto;
}

.mg-y-0 {
    margin: 0px auto;
}

.mg-y-5 {
    margin: 5px auto;
}

.mg-y-10 {
    margin: 10px auto;
}

.mg-y-20 {
    margin: 20px auto;
}

.mg-y-30 {
    margin: 30px auto;
}

@media screen and (min-width : 600px) {
    .mgleft2 {
        margin-left: 25%;
    }
}

.pd-y-5 {
    padding: 5px 0;
}

.pd-y-10 {
    padding: 10px 0;
}

.pd-y-20 {
    padding: 20px 0;
}

.pd-y-30 {
    padding: 30px 0;
}

.pd-y-40 {
    padding: 40px 0;
}

.maxwd-750 {
    max-width: 750px;
}

.maxwd-600 {
    max-width: 600px;
}

.maxwd-500 {
    max-width: 500px;
}

.maxwd-400 {
    max-width: 400px;
}

.minwd-200 {
    min-width: 200px;
}

.space20 {
    height: 20px;
}

/* フォントサイズに関するフレーム */

.fontsize-12 {
    font-size: 12px;
}

.fontsize-14 {
    font-size: 14px;
}

.fontsize-16 {
    font-size: 16px;
}

.fontsize-17 {
    font-size: 17px;
}

.fontsize-18 {
    font-size: 18px;
}

.fontsize-20 {
    font-size: 20px;
}

.fontsize-22 {
    font-size: 22px;
}

.fontsize-24 {
    font-size: 24px;
}

.fontsize-26 {
    font-size: 26px;
}

.fontsize-28 {
    font-size: 28px;
}

/* フォントウェイトに関するフレーム */
.fontweight-500 {
    font-weight: 500;
}

.fontweight-700 {
    font-weight: 700;
}

.fontweight-900 {
    font-weight: 900;
}

/* 行の高さに関するフレーム */
.lineheight-15em {
    line-height: 1.5em;
}

.lineheight-18em {
    line-height: 1.8em;
}



/* 色に関するフレーム */

.navy {
    color: #3D6B99;
}

.pink {
    color: #D26997;
}

.white {
    color: #ffffff;
}

.palered {
    color: #EB5757;
}

.pale-gray {
    color: #A8B0B3;
}

.bg-dullblue {
    background-color: #DCE5E8;
}

.bg-paleblue {
    background-color: #EFF8FB;
}

.bg-blue {
    background-color: #57B3D4;
}

.image-sheet {
    background-color: #808089;
    padding: 5px 5px;
}

/* border-radius */
.borderR-05em {
    border-radius: 0.5em;
}

.borderR-1em {
    border-radius: 1em;
}

/* ボーダー */
.border {
    background-color: #333333;
    height: 1px;
}


/* ヘッダー */

.header {
    width: 100%;
    background-color: #57b3d4;
    box-shadow: 0 3px 1px #1d5b72;
}

/* フレックスのフレーム */

.flex-container {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-column {
    flex-direction: column;
}

.justify-center {
    justify-content: center;
}

.justify-around {
    justify-content: space-around;
}

.justify-between {
    justify-content: space-between;
}

.justify-start {
    justify-content: flex-start;
}

.align-center {
    align-items: center;
}

.align-baseline {
    align-items: baseline;
}

.align-start {
    align-items: flex-start;
}

.container {
    width: 80%;
    /* display: flex;
    overflow-x: scroll; */
}

/* ボタンと動き */

.main-btn {
    font-family: 'Noto Sans JP', sans-serif, ヒラギノ角ゴ ProN W3, HiraKakuProN-W3, 游ゴシック, 'Yu Gothic', メイリオ, Meiryo;
    font-weight: 400;
    display: block;
    /* padding: 8px; */
}

.bold {
    font-weight: 700;
}

@media screen and (max-width : 800px) {
    .main-btn:hover {
        box-shadow: none;
        transform: translateX(3px);
        transform: translateY(3px);
    }
}

@media screen and (min-width : 801px) {
    .main-btn:active {
        box-shadow: none;
        transform: translateX(3px);
        transform: translateY(3px);
    }
}

.orange-btn {
    background-color: #F17300;
    color: #ffffff;
    border-radius: 2em;
    box-shadow: 0px 3px 0 #663100;
    font-size: 24px;
    font-weight: 700;
    /* -webkit-text-stroke: 0.1px #A34F00; */
    text-shadow: 2px 2px 0 #A34F00, -2px -2px 0 #A34F00,
        -2px 2px 0 #A34F00, 2px -2px 0 #A34F00,
        0px 2px 0 #A34F00, 0 -2px 0 #A34F00,
        -2px 0 0 #A34F00, 2px 0 0 #A34F00;
}

.orange-btn2 {
    border-radius: 0.4em;
    font-size: 18px;
    font-weight: 500;
    text-shadow: none
}

.baige-btn {
    font-size: 14px;
    background-color: #FEF6C9;
    border: 2px solid #00120B;
    color: #00120B;
    border-radius: 8px;
    font-weight: 700;
    box-shadow: 0px 3px 0 #00120B;
}

.back-btn {
    font-size: 16px;
    background-color: #808089;
    color: #fff;
    border-radius: 0.4em;
    font-weight: 500;
    box-shadow: 0px 3px 0 #43484D;
}

.main-btn:disabled {
    background-color: #434A4D;
    box-shadow: none;
    transform: translateX(0px);
    transform: translateY(0px);
}

.pointer {
    cursor: pointer;
}

/* 利用規約部分 */
.rule {
    height: 200px;
    border: solid 1px #CCC7C2;
    overflow-y: scroll;
    overflow-x: wrap;
    overflow-wrap: break-word;
    font-size: 0.9em;
    line-height: 1.2em;
    padding: 0 5px;
}

@media screen and (max-width: 750px) {
    .rule {
        height: 150px;
    }
}

.rule__list {
    margin: 5px 8px;
}

.rule__list::before {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    background-color: #434343;
    border-radius: 50%;
    position: relative;
    top: -3px;
    margin-right: 5px;
}

.parentheses-list {
    list-style-type: none;
	counter-increment: cnt;
}

.parentheses-list::before {
    content: "(" counter(cnt) ") ";
}

.link {
    color: #054A91;
    text-decoration: underline 1px #054A91;
}

/* 遷移先のタイトル（共通） */
.title {
    font-size: 24px;
    font-weight: bold;
}

.block {
    display: block;
}

/* ここからFAQ */

.other-card {
    display: none;
}

.faq-title1 {
    color: #ffffff;
    /* box-shadow: 0px 2px 2px #93a0a5; */
    height: 50px;
    font-size: 20px;
    font-weight: 500;
    background: linear-gradient(to bottom, #57A0C1, #346B80);
}

.faq-title2 {
    background-color: #ffffff;
    color: #6b7579;
    height: 60px;
    font-size: 20px;
    font-weight: 500;
}


.question-box {
    font-size: 16px;
    position: relative;
    /* padding: 15px 10px; */
    background: #FFF;
    border: solid 2px #054A80;
    border-radius: 4px;
    /* min-height: 60px; */
    /* box-sizing: border-box; */
}

.answer-box {
    font-size: 14px;
    position: relative;
    /* padding: 15px 10px; */
    background: #FFF;
    border: solid 2px #808089;
    border-radius: 4px;
    /* min-height: 60px; */
    /* box-sizing: border-box; */
}

/* .balloon2-left:before {
    content: "";
    position: absolute;
    top: 20%;
    left: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
}

.balloon2-left:after {
    content: "";
    position: absolute;
    top: 20%;
    left: -30px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-right: 14px solid #528FCC;
    z-index: 1;
} */

@media  screen and ( min-width : 500px) {
    .faq-back{
        background-color: #7D888E;
    }
}