@charset "UTF-8";
body {
    font-size: 1.4rem;
    font-family: "Noto Sans JP", sans-serif;
    overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6 {
    line-height: 1.6;
    letter-spacing: 1px;
    font-weight: 600;
}

img {
    max-width: 100%;
}
.bg-gray {
    background-color: #f5f5f5;
}
.text-center {
    text-align: center;
}
.scroll-img-wrap {
    overflow: auto;
}
.scroll-img-wrap img {
    margin-top: 1.5rem;
    width: 190%;
    max-width: max-content;
}

.note {
    padding-top: .5rem;
    display: block;
    line-height: 1.6;
}

.note li {
    font-size: 1.2rem;
}

.red-text {
    color: #EA2B36;
}

.link-text {
    color: #0000ee;
    text-decoration: underline;
    letter-spacing: 1px;
}

.inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.content {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
}

.pt-12 {
    padding-top: 1.2rem;
}

.pt-32 {
    padding-top: 3.2rem;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.box-shadow {
    box-shadow: 0 5px 10px -5px rgb(1 1 1 / 30%);
}

.dotted {
    background-image : linear-gradient(to right, #BFBFBF, #BFBFBF 2px, transparent 2px, transparent 8px);  /* 幅2の線を作る */
    background-size: 8px 2px;          /* グラデーションの幅・高さを指定 */
    background-position: left bottom;  /* 背景の開始位置を指定 */
    background-repeat: repeat-x;       /* 横向きにのみ繰り返す */
}

.f-robot {
    font-family: 'Roboto', sans-serif;
}

.br-sp {
    display: block;
}

.br-tb {
    display: none;
}

.br-pc {
    display: none;
}

.sousai {
    padding-top: 40px;
    margin-top: -40px;
}

.indentback {
    text-indent: -1em;
    padding-left: 1em;
}

.arrow {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0 6px;
}

.arrow-right {
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
}

.arrow-bottom {
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
}

/*----------------------
マウスオーバーアクション
----------------------*/

/*透過*/
.h-opacity:hover {
    opacity: .8;
    transition: .4s;
}
/*角丸*/
.h-radius:hover {
    border-radius: 50rem;
    transition: 1s;
}


/*----------------------------------
タブレット表示
----------------------------------*/

@media screen and (min-width: 768px) {

    .sousai {
        padding-top: 80px;
        margin-top: -80px;
    }

    .br-sp {
        display: none;
    }

    .br-tb {
        display: block;
    }

    .inner {
        padding-right: 4rem;
        padding-left: 4rem;
    }

    .content {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .scroll-img-wrap img {
        width: 100%;
    }

}

/*----------------------------------
パソコン表示
----------------------------------*/

@media screen and (min-width: 1024px) {

    body {
        font-size: 1.6rem;
    }

    .sousai {
        padding-top: 120px;
        margin-top: -120px;
    }

    .br-sp {
        display: none;
    }

    .br-pc {
        display: block;
    }

    .content {
        padding: 8rem 0;
    }

    .inner {
        padding-right: 0;
        padding-left: 0;
    }

    .pc-s-inner {
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
    }

    .pc-inner {
        width: 100%;
        max-width: 1023px;
        margin: 0 auto;
    }

    .pc-l-inner {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }

}

@media screen and (min-width: 1200px) {
    .pc-inner {
        width: 100%;
        max-width: 1150px;
        margin: 0 auto;
    }
}