@charset "utf-8";
/* CSS Document */

/*a:hover {
text-decoration: none;
}*/

body {
    background-color: #ffffff;
}


.manualbox {
    background-color: #fff;
    border: 0;
}

/*
.tabnav {
    background-color: #ededed;
}*/
/*
.tabnav li{
    text-align: center;
    background-color: #fff;
    font-size: 16px;
    line-height: 145%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}*/

/*.manualtabsub {
    font-size: 10px;
}*/


.m-subtitle {
    /* width: 229px;*/
    vertical-align: top;
    margin: 0;
    padding: 0 auto;
}

.scroll {
    margin: 16px 0 -5px;
}

h3 {
    margin: 40px 0 17px;
}


.manualbox h4 {
    margin: 40px 0 7px 15px;
    font-size: 18px;
    font-weight: 700;
    color: #003366;
    /* 
    padding-left: 23px;
    background-image:url('../images/icon_circle01.png');
    background-repeat:  no-repeat;  
    background-position: left bottom;*/

    /*text-decoration: underline;*/
}

/*
h4:before {
    content: url('../images/icon_circle01.png');
}
*/



h5 {
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 10px;
}

.h5-color {
    color: #003366;
}

div.row {
    margin: 10px 0 2px -15px;
}

h4.web-title-m {
    margin: 34px 0 13px;
    font-size: 18px;
    text-decoration: none;
    font-weight: 700;
}

.grid-flexbox>* ul {
    padding-left: 0em;
}

.grid-flexbox>li {
    border-top: 2px solid #003366;
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: 0px;
    margin-top: 6px;
}

.grid-flexbox-center dt {
    color: #003366;
    margin: 10px 0 17px;
}

.grid-flexbox-center dd li {
    font-size: 14px;
    line-height: 23px;
    padding-left: 23px;
    background: url('../images/arrow_manu.png');
    background-repeat: no-repeat;
    background-position: left center;
}

.manu06dd {
    font-size: 14px;
    line-height: 23px
}

/*heroのcontainer　画像を右に配置*/



.hero-sub-ill {
    margin-left: 50px;
}


.hero-sub-ill img {
    width: 90%;
}

.manual-subtitle {
    display: flex;
    justify-content: space-between;
}

.manual-sub-ill img {
    margin: 0 15px 0 20px;
}



@media screen and (max-width: 767px) {
    .hero-com {
        display: block;
        padding: 0 15px;
    }

    .hero-sub-ill {
        text-align: center;
    }

    .hero-com img {
        margin: 15px auto;
    }

    .manual-subtitle {
        display: flex;
        flex-direction: column-reverse;
    }

    .manual-sub-ill {
        text-align: center;
    }

    .manual-sub-ill img {
        margin: 15px auto;
        width: 70%;
    }
}

.tabmenu {
    background: #404040;
    font-size: 0.9em;
    color: #ffffff;
    margin: 0;
    padding-left:40px;
    display: flex;
    justify-content: center;
}

.tabmenu li {
    display: inline-block;
    width: 150px;
    text-align: center;
    line-height: 200%;
    border-right: 1px solid #7d7d7d;
}

.tabmenu-under {
    background: #fff;
    font-size: 0.85em;
    color: #806aad;
    margin: 10px;
    padding-left: 10px;
    display: flex;
    justify-content: center;
    padding-right: 100px;
    font-weight: 600;
}

.tabmenu-under li {
    display: inline-block;
    width: 120px;
    margin: 0;
    text-align: center;
}


.tabnav {
    margin: 0;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #ddd;
    font-size: 0.80em;
    font-weight: 600;
}

.tabnav li {
    display: inline-block;
    width: 150px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
    line-height: 200%;
}

.tabnav li::before {
content: '';
    width: 9px;
    height: 9px;
    border-top: 2px solid #806aad;
    border-right: 2px solid #806aad;
    transform: rotate(45deg);
    position: absolute;
    top: calc(65% - 0.5em);
    right: 1.6rem;
}

.tabnav li a {
    display: block;
    padding: 15px 0 15px;
    text-decoration: none;
    color: #806aad;
    box-sizing: border-box;
    width: 100%;
}

.tabnav li:nth-child(1) a {
    color: #806aad;
    height: 90px;
}

.tabnav li:nth-child(2) a {
    color: #806aad;
    height: 90px;
}

.tabnav li:nth-child(3) a {
    color: #806aad;
    height: 90px;
}

.tabnav li:nth-child(4) a {
    color: #806aad;
    height: 90px;
}

.tabnav li:nth-child(5) a {
    color: #806aad;
    height: 90px;
}

.tabnav li:nth-child(6) a {
    color: #806aad;
    height: 90px;
}

.tabnav li:nth-child(7) a {
    color: #806aad;
    height: 90px;
}

.tabnav li:nth-child(8) a {
    color: #806aad;
    height: 90px;
}

/* .tabnav li a:hover,
        .tabnav li a.active {
            box-shadow: 8px 0px 5px #a4a4a4;
        } */

.tabnav li:nth-child(1) a:hover,
.tabnav li:nth-child(1) a.active {
    background: #f1f1f1;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.tabnav li:nth-child(2) a:hover,
.tabnav li:nth-child(2) a.active {
    background: #f1f1f1;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.tabnav li:nth-child(3) a:hover,
.tabnav li:nth-child(3) a.active {
    background: #f1f1f1;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.tabnav li:nth-child(4) a:hover,
.tabnav li:nth-child(4) a.active {
    background: #f1f1f1;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.tabnav li:nth-child(5) a:hover,
.tabnav li:nth-child(5) a.active {
    background: #f1f1f1;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.tabnav li:nth-child(6) a:hover,
.tabnav li:nth-child(6) a.active {
    background: #f1f1f1;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.tabnav li:nth-child(7) a:hover,
.tabnav li:nth-child(7) a.active {
    background: #f1f1f1;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.tabnav li:nth-child(8) a:hover,
.tabnav li:nth-child(8) a.active {
    background: #f1f1f1;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}



.tabcontent {
    border: 0px;
    padding: 25px;
}

.text_indent {
    text-indent: 1em;
}

.row {
    margin-bottom: 40px;
    margin-top: 40px;
}

.heading-B {
    background-color: transparent;
}

ul.mv_list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.row h3 {
    margin-left: 15px;
}

.thumbnail {
    position: relative;
}

.thumbnail:hover i {
    color: #469cf8;
}

.thumbnail i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #d11e25;
}


@media screen and (max-width: 767px) {
    .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .tabnav {
        display: block;
        border-bottom: none;
        background-color: #ededed;
        padding: 15px;
    }

    .tabcontent {
        border: none;
        padding: 20px 15px;
    }

    .tabnav li {
        width: 49%;
        margin-bottom: 10px;
        background: #fff;
    }

    .tabnav li a {
        display: block;
        margin: 0 auto;
        padding: 8px 15px;
        text-decoration: none;
        box-sizing: border-box;
        border-radius: 0;
    }

    .tabnav li:nth-child(1) a {
        border-top: 12px solid #555076;
        height: auto;
    }

    .tabnav li:nth-child(2) a {
        border-top: 12px solid #555076;
        height: auto;
    }

    .tabnav li:nth-child(3) a {
        border-top: 12px solid #555076;
        height: auto;
    }

    .tabnav li:nth-child(4) a {
        border-top: 12px solid #555076;
        height: auto;
    }

    .tabnav li:nth-child(5) a {
        border-top: 12px solid #555076;
        height: auto;
    }

    .tabnav li:nth-child(6) a {
        border-top: 12px solid #555076;
        height: auto;
    }
    
    .tabnav li:nth-child(7) a {
        border-top: 12px solid #555076;
        height: auto;
    }

    .tabnav li:nth-child(8) a {
        border-top: 12px solid #555076;
        height: auto;
    }

    .tabnav li:nth-child(1) a:hover,
    .tabnav li:nth-child(1) a.active {
        background: #928cb3;
        color: #fff;
        background-image: none;
    }

    .tabnav li:nth-child(2) a:hover,
    .tabnav li:nth-child(2) a.active {
        background: #928cb3;
        color: #fff;
        background-image: none;
    }

    .tabnav li:nth-child(3) a:hover,
    .tabnav li:nth-child(3) a.active {
        background: #928cb3;
        color: #fff;
        background-image: none;
    }

    .tabnav li:nth-child(4) a:hover,
    .tabnav li:nth-child(4) a.active {
        background: #928cb3;
        color: #fff;
        background-image: none;
    }

    .tabnav li:nth-child(5) a:hover,
    .tabnav li:nth-child(5) a.active {
        background: #928cb3;
        color: #fff;
        background-image: none;
    }

    .tabnav li:nth-child(6) a:hover,
    .tabnav li:nth-child(6) a.active {
        background: #928cb3;
        color: #fff;
        background-image: none;
    }

    .tabnav li:nth-child(7) a:hover,
    .tabnav li:nth-child(7) a.active {
        background: #928cb3;
        color: #fff;
        background-image: none;
    }
    
    .tabnav li:nth-child(8) a:hover,
    .tabnav li:nth-child(8) a.active {
        background: #928cb3;
        color: #fff;
        background-image: none;
    }
}

/* 新マニュアル */


.manual-frame {
    max-width: 1200px;
    margin: auto;
}


.manual-title {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 500;
    background: #e1e6e9;
    padding: 7px;
}

.manual-item {
    margin-bottom: 0px;
    color: #2b2b2b;
    padding-left: 23px;
    margin-top: 30px;
}

.manual-web {
    width: 90%;
    margin: auto;
}

.btn.btn-003366 {
    color: #414141;
    background-color: #ffffff;
    padding-left: 15px;
    border-bottom: 1px solid #c3c3c3;
    font-size: 1.05em;
    line-height: 1.4em;
}

.btn.btn-003366:focus {
    color: #535353;
    background-color: #fff;
}


.manual-pdf {
    width: 300px;
        padding: 15px;
        margin: 10px;
        border: 2px solid #c92f2f;
        font-size: 1.1em;
        color: #c92f2f;
        border-radius: 10px;
        font-weight: 600;
}
.kabumanual-pdf {
    width: 300px;
        padding: 15px;
        margin: 10px;
        border: 2px solid #c92f2f;
        font-size: 1.0em;
        color: #c92f2f;
        border-radius: 10px;
        font-weight: 600;
}

.kabumanual-pdf2 {
    width: 300px;
    padding: 15px;
    margin: 10px;
    border: 2px solid #c92f2f;
    font-size: 0.85em;
    color: #c92f2f;
    border-radius: 10px;
    font-weight: 600;
}

.manual-pdf:hover,
.manual-pdf:focus {
    background: #c92f2f;
    color: #fff;
    opacity: 0.9;
}


.manual-movie {
    width: 300px;
        padding: 15px;
        margin: 10px;
        border: 2px solid #25871f;
        font-size: 1.1em;
        color: #25871f;
        border-radius: 10px;
        font-weight: 600;
}



.manual-movie:hover,
.manual-movie:focus {
    background: #25871f;
    color: #fff;
    opacity: 0.9;
}
.manual-osusume {
    width: 300px;
        padding: 15px;
        margin: 10px;
        border: 2px solid #F58220;
        font-size: 1.1em;
        color: #F58220;
        border-radius: 10px;
        font-weight: 600;
}
.manual-osusume:hover,
.manual-osusume:focus {
    background: #F58220;
    color: #fff;
    opacity: 0.9;
}


.comparison-title {
    background: #343841;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 1.8em;
}

.borderblock-black {
    border: 1px solid black;
    padding: 1em 2em;
    background-color: #fff;
    margin: 1em;
}

.borderblock-black2 {
    border: 1px solid black;
    padding: 1em 2em;
    background-color: #fff;

}


.btn.btn-deebf7,
.btn.btn-deebf7.active,
.btn.btn-deebf7.focus,
.btn.btn-deebf7:active,
.btn.btn-deebf7:focus {
      color: #000;
      background-color: #deebf7
}

.btn.btn-deebf7.btn-reverse {
      color: #000;
      background-color: #fff;
      border: 1px solid #deebf7
}

.btn.btn-deebf7.btn-reverse .icon-link::before {
      border-top-color: #deebf7;
      border-right-color: #deebf7;
      border-bottom-color: #fff;
      border-left-color: #fff
}


.btn.btn-deebf7.btn-reverse:hover {
      color: #000;
      background-color: #deebf7;
      opacity: 1
}

.btn.btn-deebf7.btn-reverse:hover .icon-link::before {
      border-top-color: #fff;
      border-right-color: #fff;
      border-bottom-color: #000;
      border-left-color: #000
}

.btn.btn-deebf7 .icon-link::before {
      border-bottom-color: #000;
      border-left-color: #000
}



.btn.btn-595959,
.btn.btn-595959.active,
.btn.btn-595959.focus,
.btn.btn-595959:active,
.btn.btn-595959:focus {
      color: #ccc;
      background-color: #595959
}

.btn.btn-595959.btn-reverse {
      color: #ccc;
      background-color: #fff;
      border: 1px solid #595959
}

.btn.btn-595959.btn-reverse .icon-link::before {
      border-top-color: #595959;
      border-right-color: #595959;
      border-bottom-color: #fff;
      border-left-color: #fff
}


.btn.btn-595959.btn-reverse:hover {
      color: #ccc;
      background-color: #595959;
      opacity: 1
}

.btn.btn-595959.btn-reverse:hover .icon-link::before {
      border-top-color: #fff;
      border-right-color: #fff;
      border-bottom-color: #ccc;
      border-left-color: #ccc
}

.btn.btn-595959 .icon-link::before {
      border-bottom-color: #ccc;
      border-left-color: #ccc
}

.btn.btn-e2f0d9,
.btn.btn-e2f0d9.active,
.btn.btn-e2f0d9.focus,
.btn.btn-e2f0d9:active,
.btn.btn-e2f0d9:focus {
      color: #000;
      background-color: #e2f0d9
}

.btn.btn-e2f0d9.btn-reverse {
      color: #000;
      background-color: #fff;
      border: 1px solid #e2f0d9
}

.btn.btn-e2f0d9.btn-reverse .icon-link::before {
      border-top-color: #e2f0d9;
      border-right-color: #e2f0d9;
      border-bottom-color: #fff;
      border-left-color: #fff
}


.btn.btn-e2f0d9.btn-reverse:hover {
      color: #000;
      background-color: #e2f0d9;
      opacity: 1
}

.btn.btn-e2f0d9.btn-reverse:hover .icon-link::before {
      border-top-color: #fff;
      border-right-color: #fff;
      border-bottom-color: #000;
      border-left-color: #000
}

.btn.btn-e2f0d9 .icon-link::before {
      border-bottom-color: #000;
      border-left-color: #000
}



/* fix_area
------------------------------------------- */
        #fix_area {
            position: fixed;
            background-color: rgba(31, 24, 55, 0.8);
            width: 100%;
            bottom: 0;
            padding: 8px 0;
            text-align: center;
            z-index: 98;
        }

        #fix_area .cv_btn {
            position: relative;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background-color: #E5004C;
            color: #fff;
            font-weight: 600;
            padding: 18px 70px 18px 70px;
            font-size: 2.6rem;
            border-radius: 99em;
            border: none;
            line-height: 1;
        }

        #fix_area .cv_btn#mediation_cv {
            display: none;
            padding: 18px 48px 18px 24px;
        }

        #fix_area .cv_btn#mediation_cv.is-show {
            display: inline-block;
        }

        #fix_area .cv_btn#mediation_cv {
            font-size: 2.0rem;
        }

        #fix_area .cv_btn>span {
            font-size: 1.4rem;
        }

        #fix_area .cv_btn::after {
            content: '';
            position: absolute;
            background-image: url(https://sbisec.akamaized.net/sbisec/images/base/g_cmn_icon_blank_02_white_20210910.svg);
            background-repeat: no-repeat;
            right: 20px;
            width: 20px;
            height: 20px;
            border: none;
            top: 50%;
            transform: translateY(-50%);
        }

        #fix_area .cv_btn:hover {
            text-decoration: none;
        }

        @media screen and (max-width: 768px) {
            #fix_area {
                padding: 16px 0;
            }

            #fix_area .cv_btn {
                background-color: #E5004C;
                color: #fff;
                font-weight: 600;
                padding: 20px 48px 20px 24px;
                font-size: 1.6rem;
            }

            #fix_area .cv_btn>span {
                font-size: 1.2rem;
            }

            #fix_area .cv_btn#mediation_cv {
                font-size: 1.6rem;
                padding: 12px 48px 12px 24px;
                line-height: 1.2;
            }

            #fix_area .cv_btn::after {
                width: 16px;
                height: 16px;
                border: none;
            }
        }

				  /* ページトップボタン
------------------------------------------- */
      #page-top {
        /* display: none; */
        position: fixed;
        bottom: 9px;
        right: 20px;
        z-index: 99;
        max-width: 160px;
        width: 60px;
        height: 60px;
        border-radius: 99em;
        background-color: #665C4B;

				/*position: fixed;
    right: 10px;
    bottom: 13px;
    width: 46px;
    height: 47px;
    background-color: #665C4B;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;*/
      }

      #page-top a {
        display: block;
        height: 100%;
        width: 100%;
        position: relative;
        transition: all 0.3s ease;
        color: #fff;
        font-size: 1.8rem;
        opacity: 1;
      }

      #page-top a:hover {
        opacity: 0.9;
        text-decoration: none;
      }

      #page-top a .triangle02 {
        display: inline-block;
        background-color: #fff;
        width: 23px;
        height: 20px;
        -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
      }

      #page-top a>p {
        line-height: 1.2;
        display: inline-block;
        position: absolute;
        left: 35%;
        top: 35%;
        text-align: center;
        transform: translate(-50%, -50%);
      }

      @media screen and (max-width: 768px) {
        #page-top {
          /* display: none; */
          position: fixed;
          bottom: 115px;
          right: 12px;
          width: 54px;
          height: 54px;
        }

        #page-top a {
          font-size: 1.2rem;
        }

        #page-top a .triangle {
          width: 16px;
          height: 14px;
        }

        #page-top a>p {
          line-height: 1.2;
        }
      }



#smp {
  scroll-margin-top: 50px!important; /* ヘッダー分のスペースなど */
}