@charset "UTF-8";

.inner_top_gray {
    max-width: 100%;
    padding: 15px;
    margin: 0 auto;
    background: #F5F6F7;
    background-image: url(../img/image_back.jpg);
    background-size:300%;
    background-repeat: no-repeat;
    background-position: top left;
}

.inner_1200 {
    margin: 0px auto;
    padding: 15px 15px 15px;
    background: rgba(255, 255, 255, 0.6);
    text-align: center;
}

.inner_1200 a {
   color:#FFF;
}

.aki{
    padding-top:50px; 
}

@media(min-width:768px) {
    .inner_top_gray {
        padding: 25px;
        background-size: cover;
        background-position: top left;
    }

    .inner_1200 {
        max-width: 1200px;
        padding: 40px;
        margin-top:40px;
    }
}

/* ----------text ----------*/
.text_b{
    font-weight: bold; 
    font-size: 110%;
}

.t_b_red{
    font-weight: bold;
    color: #FF0000;
}
/* ----------button ----------*/
.ent_view_sc {
    position: relative;
    display: inline-block;
    padding: 0.3em 4em;
    background: #e35489;
    border: 1px solid #f0a4ca;
    color: #fff;
    text-align: center;
    transition: all .3s;
    margin: 5px auto;
}

  .ent_view_sc::after {
    position: absolute;
    top: 50%;
    right: .2em;
    content: '';
    margin-top: -5px;
    border: 7px solid transparent;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-color: #fff;
    transition: all .3s;
  }
  .ent_view_sc:hover{
/*    background-color: #fff;*/
    color: #666;
  }
  .ent_view_sc:hover::after{
    border-left-color: #666;
  }
/* SP版画像保存禁止----------------------------- */
.img2 {
  pointer-events: none;
}
/* ----------------------------- */

/* ----------背景ずらし ----------*/

@media(min-width:768px) {
    .spa {
        padding-top: 100px;
    }
}

@media(max-width:768px) {
    .spa {
        padding-top: 25px;
    }
}

@media(min-width:768px) {

    /*flex二等分　グレーが左*/
    .flex_box2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        text-align: center;
        position: relative;
        text-align: left;
    }

    .flex_box2 .par {
        flex: 0 0 49%;
    }

    /*flex二等分　グレーが右*/
    .flex_box3 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        text-align: center;
        position: relative;
    }

    .flex_box3 .par {
        flex: 0 0 49%;
    }

    .flex_box2 .par::before {
        content: "";
        width: 66.666%;
        height: 100%;
        position: absolute;
        top: -4.25vw;
        right: 0;
        background: #f5f3eb;
        z-index: -1;
    }

    .flex_box3 .par::before {
        content: "";
        width: 66.666%;
        height: 100%;
        position: absolute;
        top: -4.25vw;
        left: 0;
        background: #F5F6F7;
        z-index: -1;
    }

    /*flexリバース*/
    .re {
        flex-direction: row-reverse;
    }

    /*中の文字*/
    .box_point {
        max-width: 550px;
        margin: 0 auto;
        padding: 10px;
        text-align: left;
    }

    .box_point h3 {
        margin-top: 0vw;
        letter-spacing: 0.1em;
        line-height: 1.7;
        font-size: 24px;
        font-family: kozuka-mincho-pr6n, serif;
        font-weight: 400;
        font-feature-settings: "palt";
    }

    .box_point .sub {
        margin-bottom: 10px;
        letter-spacing: 0.2em;
        font-size: 20px;
        font-family: kozuka-mincho-pr6n, serif;
        font-weight: 400;
        line-height: 1.2;
        font-feature-settings: "palt";
        color: #9d9046;
    }

    .box_point .p2 {
        margin-top: 14px;
        text-align: justify;
        line-height: 2;
        font-size: 13px;
    }
}

@media(max-width:768px) {
    .box_point {
        width: 100%;
        padding: 0px;

    }

    .box_point h3 {
        font-size: 18px;
        font-family: serif;
        padding: 20px 0;
        color: #e35489;
    }

    .box_point .sub {
        font-size: 18px;
        padding-top: 10px;
    }
}

/* ----------表---------- */
.color01 {
    margin: 5px auto;
    width: 100%;
}

.color01 li {
    padding-bottom: 20px;
    font-size: 13px;
}

.no_maru {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    color: #FFF;
    background-color: #9489e5;
    font-weight: bold;
    font-size: 16px;
    line-height: 2;
}

.color01 h4 {
    font-weight: bold;
    text-align: center;
    color: #9489e5;
    font-size: 14px;
    padding: 5px;
}

.color01 .inde {
    text-indent: -1px;
}

@media screen and (min-width: 769px) {
    .color01 {
        margin: 5px auto;
        width: 70%;
    }

    .color01 li {
        padding-bottom: 40px;
    }

    .no_maru {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        text-align: center;
        color: #FFF;
        font-weight: bold;
        font-size: 12px;
        line-height: 2;
    }
.color01 h4 {
    font-size: 16px;
    padding: 5px;
}
}

/* ----------横線---------- */
.title-border {
    display: flex;
    align-items: center;
}

.title-border:before,
.title-border:after {
    border-top: 1px solid;
    content: "";
    flex-grow: 1;
}

.title-border:before {
    margin-right: 0.5rem;
}

.title-border:after {
    margin-left: 0.5rem;
}