@charset "utf-8";



/* ========================================
 * タイトルの青線
 * ======================================== */
.title {
    color: #0068b7;
    font-weight: bold;
    line-height: 1.3;
    display: inline-block;
}
@media screen and (min-width: 768px) {
    .title {
        font-size: calc(18 / 16 * 1rem);
        margin-bottom: 8px;
        background-image: linear-gradient(0deg, rgba(199, 232, 250, 1) 40%, rgba(255, 255, 255, 1) 40%);
    }
}
@media not all and (min-width: 768px) {
    .title {
        font-size: calc(15 / 16 * 1rem);
        margin-bottom: 4px;
        background-image: linear-gradient(0deg, rgba(199, 232, 250, 1) 8px, rgba(255, 255, 255, 1) 8px);
    }
}


/* ========================================
 * box設定
 * ======================================== */
.box_01 {
    border: 1px solid #8b0028;
    padding: 10px;
}
.box_01 h3 {
    text-align: center;
    color: #8b0028;
}

.box_02 {
    display: inline-block;
    padding: 10px;
    border: 1px solid #0072bc;
    border-radius: 10px;
}
.box_02 h3, .box_04 h3 {
    color: #0072bc;
}

.box_03 {
    padding: 10px;
    background: #d7f0fc;
    margin: auto;
}
.box_03 p {
    font-size: 100%;
}

.box_04 {
    padding: 10px;
    border: 1px solid #0072bc;
}
.box_04 li {
    list-style: disc;
}
.box_04 li::marker {
    color: #16c1f3;
}


@media (min-width: 768px) {
    .flex {
        display: flex;
    }

    .w60 {
        width: 60%;
    }

    .ic_img > p {
        margin-right: 10px;
        min-width: 75%;
        max-width: 75%;
    }
    .ic_img > div {
        margin: auto;
        text-align: center;
    }

    .ml--pc-40 {
        margin-left: 40px;
    }
}

@media (max-width: 767px) {

    .ic_img > div {
        text-align: center;
    }

    .ml--sp-20 {
        margin-left: 20px;
    }

    .ml--sp-30 {
        margin-left: 30px;
    }

    .info {
        font-size: 13px;
    }

    .sp-container {
        padding: 10px 10% 0px 10%;
    }
}


/* ========================================
 * tit
 * ======================================== */
.tit {
    font-weight: bold;
    margin-bottom: 10px;
}
.tit::before {
    content: "●";
    display: inline-block;
    color: #FF7C80;
    vertical-align: top;
}
@media screen and ( min-width: 768px ) {
    .tit::before {
        font-size: 0.8rem;
        margin-right: 6px;
        padding-top: 6px;
    }
}
@media not all and ( min-width: 768px ) {
    .tit {
        font-size: calc( 15 / 16 * 1rem );
        margin-bottom: 4px;
    }
}


/* ========================================
 * link__list01
 * ======================================== */
.link__list01 a {
    color: #7e0017;
}
.link__list01 a:hover {
    opacity: 0.7;
}


.list_katakana li::marker {
    font-weight: bold;
}

.list_katakana li:first-child {
    list-style: "ア．";
}
.list_katakana li:nth-child(2) {
    list-style: "イ．";
}
.list_katakana li:nth-child(3) {
    list-style: "ウ．";
}
.list_katakana li:nth-child(4) {
    list-style: "エ．";
}
.list_katakana li:nth-child(5) {
    list-style: "オ．";
}

.list_auto {
    list-style: auto;
}

.flex-end {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.marginAuto {
    margin: auto;
}

.m10 {
    margin: 10px;
}

.center {
    text-align: center;
}

.info {
    text-indent: -1em;
    padding-left: 1em;
}
