/*[ FONT ]
///////////////////////////////////////////////////////////
*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

@import url('https://fonts.googleapis.com/css?family=Courgette');

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,700');

@import url('https://fonts.googleapis.com/css?family=Noto+Sans');

@font-face {
    font-family: Montserrat-Regular;
    src: url('../fonts/montserrat/Montserrat-Regular.ttf');
}

@font-face {
    font-family: Montserrat-Bold;
    src: url('../fonts/montserrat/Montserrat-Bold.ttf');
}

@font-face {
    font-family: Courgette-Regular;
    src: url('../fonts/courgette/Courgette-Regular.ttf');
}

@font-face {
    font-family: Poppins-Regular;
    src: url('../fonts/poppins/Poppins-Regular.ttf');
}

@font-face {
    font-family: Poppins-Medium;
    src: url('../fonts/poppins/Poppins-Medium.ttf');
}

@font-face {
    font-family: Poppins-Bold;
    src: url('../fonts/poppins/Poppins-Bold.ttf');
}

@font-face {
    font-family: Poppins-Light;
    src: url('../fonts/poppins/Poppins-Light.ttf');
}

@font-face {
    font-family: NotoSans-Regular;
    src: url('../fonts/notosans/NotoSans-Regular.ttf');
}



/*[ RESTYLE TAG ]
///////////////////////////////////////////////////////////
*/
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body,
html {
    height: 100%;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    font-weight: 400;
}

/* ------------------------------------ */
a {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    font-weight: 400;
    line-height: 1.7;
    color: #282828;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

a:focus {
    outline: none !important;
}

a:hover {
    text-decoration: none;
    color: #00aef1;
}

/* ------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

h3 {
    font-size: 24px;
}

p {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif font-weight: 400;
    font-size: 16px;
    line-height: 2;
    color: #282828;
    margin-bottom: 0.5em;
}

ul,
li {
    margin: 0px;
    list-style-type: none;
}


/* ------------------------------------ */
input {
    outline: none;
    border: none !important;
}

textarea {
    outline: none;
}

textarea:focus,
input:focus {
    border-color: transparent !important;
    box-shadow: 0 0 0px 2px #00aef1;
    -moz-box-shadow: 0 0 0px 2px #00aef1;
    -webkit-box-shadow: 0 0 0px 2px #00aef1;
    -o-box-shadow: 0 0 0px 2px #00aef1;
    -ms-box-shadow: 0 0 0px 2px #00aef1;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

textarea:focus::-moz-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

input::-webkit-input-placeholder {
    color: #aaaaaa;
}

input:-moz-placeholder {
    color: #aaaaaa;
}

input::-moz-placeholder {
    color: #aaaaaa;
}

input:-ms-input-placeholder {
    color: #aaaaaa;
}

textarea::-webkit-input-placeholder {
    color: #aaaaaa;
}

textarea:-moz-placeholder {
    color: #aaaaaa;
}

textarea::-moz-placeholder {
    color: #aaaaaa;
}

textarea:-ms-input-placeholder {
    color: #aaaaaa;
}

/* ------------------------------------ */
button {
    outline: none !important;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

iframe {
    border: none !important;
}


/* ------------------------------------ */
.container {
    max-width: 1200px;
}

.slick-slide {
    outline: none !important;
}

/*[ BACK TO TOP ]
///////////////////////////////////////////////////////////
*/
.btn-back-to-top {
    display: none;
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 40px;
    right: 40px;
    background-color: #0079c2;
    opacity: 0.5;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    border-radius: 50%;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.symbol-btn-back-to-top {
    font-size: 22px;
    color: white;
    line-height: 1em;
}

.btn-back-to-top:hover {
    opacity: 1;
    cursor: pointer;
}

@media (max-width: 576px) {
    .btn-back-to-top {
        bottom: 75px;
        right: 15px;
    }
}


/*[ Calendar ]
///////////////////////////////////////////////////////////
*/
td.active {
    background-color: #ec1d25 !important;
}

input[type="date"i] {
    padding: 14px;
}

.table-condensed td,
.table-condensed th {
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 400;
}

.daterangepicker {
    width: 339px;
    box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1);
    border: none;
    margin-top: 10px;
}

.daterangepicker .calendar {
    max-width: inherit;
}

.daterangepicker thead tr th {
    padding: 10px 0;
}

.daterangepicker .table-condensed th select {
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 15px;
    padding: 5px;
}

.daterangepicker td {
    width: 60px;
    height: 35px;
}



/*[ Select2 ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/*[ width select ]
===========================================================*/
.select2-container {
    display: block;
    max-width: 100%;
    width: auto !important;
}

/*[ Select ]
===========================================================*/
.select2-container .select2-selection--single {
    display: flex;
    align-items: center;
    background-color: white;
    border: 0px solid transparent;
    border-radius: 10px !important;
    height: 46px;
    outline: none;
}

.select2-container--focus {
    border-radius: 10px;
    box-shadow: 0 0 0px 2px #ec1d25;
    -moz-box-shadow: 0 0 0px 2px #ec1d25;
    -webkit-box-shadow: 0 0 0px 2px #ec1d25;
    -o-box-shadow: 0 0 0px 2px #ec1d25;
    -ms-box-shadow: 0 0 0px 2px #ec1d25;
}

.select2-container--focus .select2-selection--single {
    border-color: transparent;
}

.select2-container--below.select2-container--open {
    border-radius: 10px;
    box-shadow: 0 0 0px 2px #ec1d25;
    -moz-box-shadow: 0 0 0px 2px #ec1d25;
    -webkit-box-shadow: 0 0 0px 2px #ec1d25;
    -o-box-shadow: 0 0 0px 2px #ec1d25;
    -ms-box-shadow: 0 0 0px 2px #ec1d25;
}

.select2-container--below.select2-container--open .select2-selection--single {
    border-color: transparent;
}

.select2-container--above.select2-container--open {
    border-radius: 10px;
    box-shadow: 0 0 0px 2px #ec1d25;
    -moz-box-shadow: 0 0 0px 2px #ec1d25;
    -webkit-box-shadow: 0 0 0px 2px #ec1d25;
    -o-box-shadow: 0 0 0px 2px #ec1d25;
    -ms-box-shadow: 0 0 0px 2px #ec1d25;
}

.select2-container--above.select2-container--open .select2-selection--single {
    border-color: transparent;
}


/*[ in select ]
===========================================================*/
.select2-selection__rendered {
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 400;
    color: #282828 !important;
    padding-left: 20px !important;
}

.select2-selection__arrow {
    top: 50% !important;
    transform: translateY(-50%) !important;
    right: 12px !important;
}


/*[ dropdown option ]
===========================================================*/
.select2-dropdown {
    border: none !important;
    border-radius: 10px !important;
    overflow: hidden;
    box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1);
    margin-top: 7px;
}

.select2-dropdown--above {
    top: -2px;
}

.select2-dropdown--below {
    top: 2px;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container .select2-results__option--highlighted[aria-selected] {
    background-color: #ec1d25;
    color: #fff;
}

.select2-results__options {
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 400;
    color: #282828 !important;
}


.select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa !important;
    outline: none;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 14px;
    color: #282828;
}

.select2-search--dropdown .select2-search__field:focus {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
}



/*[ Header ]
///////////////////////////////////////////////////////////
*/

.wrap-menu-header {
    /*position: absolute;*/
    position: fixed;
    width: 100%;
    height: 80px;
    top: 0;
    left: 0;
    z-index: 100;
    /*border-top: 5px solid #ec1d25;*/
}

.wrap_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    background-color: transparent;
    justify-content: space-between;
    align-items: center;
}

.header-fixed .wrap-menu-header {
    position: fixed;
    height: 100px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

/*[ Logo ]
-----------------------------------------------------------
*/
.logo {
    height: 50px;
}

.logo > a {
    display: block;
    height: 100%;
}

.logo > a > img {
    width: auto;
    max-height: 100%;
    vertical-align: middle;
}


/*[ Menu ]
-----------------------------------------------------------
*/
.wrap_menu {
    height: 100%;
}

.menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.main_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_menu li {
    display: block;
    position: relative;
}

.main_menu > li {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 30px;
    margin-right: 30px;
}

.main_menu > li > a {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    padding: 15px;
}

.header-fixed .main_menu > li > a {
    color: #222222;
}

.main_menu > li:hover > a {
    color: #00aef1;
    text-decoration: none;
}

/* ------------------------------------ */
.sub_menu {
    position: absolute;
    top: 0;
    left: 100%;
    width: 225px;
    background-color: white;

    transform-origin: top left;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);

    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.34;
}

.main_menu > li > .sub_menu {
    top: 100%;
    left: 0;
    position: absolute;
}

.main_menu > li:hover .sub_menu {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.sub_menu li:hover > .sub_menu {
    display: block;
}

.sub_menu li {
    background-color: #f2f2f2;
    border-top: 1px solid #e0e0e0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.sub_menu li:hover {
    background-color: white;
}

.sub_menu li,
.sub_menu a {
    padding: 10px;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 14px;
    color: #808080;
}

.sub_menu > li:hover > a {
    color: #555555;
    text-decoration: none;
}


/*[ Social ]
-----------------------------------------------------------
*/
.social a {
    font-size: 15px;
    color: white;
}

.header-fixed .social a {
    color: #222222;
}

.social a:hover {
    color: #22b485;
}

.btn-show-sidebar {
    width: 26px;
    height: 15px;
    border-top: 2px solid #0079c2;
    border-bottom: 2px solid #0079c2;
}

.header-fixed .btn-show-sidebar {
    border-top: 2px solid #0079c2;
    border-bottom: 2px solid #0079c2;
}

.btn-show-sidebar:hover {
    border-top: 2px solid #00aef1;
    border-bottom: 2px solid #00aef1;
}

@media (max-width: 1200px) {
    .main_menu > li {
        margin-left: 25px;
        margin-right: 25px;
    }

    .social {
        padding-right: 0px;
    }

    .logo {
        height: 45px;
    }
}

/*@media (max-width: 992px) {
    .wrap_menu {
        display: none;
    }

    .wrap_header {
        height: 100px;
    }
}*/
@media (max-width: 1071px) {
    .wrap_menu {
        display: none;
    }

    .wrap_header {
        height: 100px;
    }
}




/*[ Sidebar ]
///////////////////////////////////////////////////////////
*/
.sidebar {
    position: fixed;
    z-index: 1200;
    width: 390px;
    height: 100%;
    overflow: auto;
    background-image: url(../images/sidebg-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    top: 0;
    right: -390px;
}

@media (max-width: 576px) {
    .sidebar {
        width: 300px;
    }
}

.show-sidebar {
    right: 0px;
}

.btn-hide-sidebar {
    position: absolute;
    font-size: 20px;
    color: #111111;
    padding: 10px;
    top: 20px;
    right: 20px;
}

.overlay-sidebar {
    position: fixed;
    z-index: 1150;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
}

.show-overlay-sidebar {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.65);
}

/* ------------------------------------ */
.item-gallery-sidebar {
    display: block;
    position: relative;
    width: calc((100% - 30px) / 3);
    margin: 5px;
}

.item-gallery-sidebar::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.item-gallery-sidebar:hover:after {
    background-color: rgba(236, 29, 37, 0.7);
}

@media (max-width: 576px) {
    .wrap_header {
        height: 80px;
    }

    .gallery-sidebar {
        padding-left: 20px;
        padding-right: 20px;
    }
}



/*[ Slide1 ]
///////////////////////////////////////////////////////////
*/

/*[ Slick1 ]
-----------------------------------------------------------
*/
.wrap-slick1,
.wrap-slick2,
.wrap-slick3 {
    position: relative;
}

.item-slick1,
.item-slick2,
.item-slick3 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.item-slick1 {
    height: 75vh;
}

.arrow-slick1,
.arrow-slick2,
.arrow-slick3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    font-size: 18px;
    color: white;
    position: absolute;
    background-color: #f18100;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    z-index: 200;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.wrap-slick1:hover .arrow-slick1,
.wrap-slick2:hover .arrow-slick2,
.wrap-slick3:hover .arrow-slick3 {
    opacity: 0.5;
}

.arrow-slick1:hover,
.arrow-slick2:hover,
.arrow-slick3:hover {
    background-color: #00aef1;
}

.next-slick1,
.next-slick2,
.next-slick3 {
    right: 50px;
    left: auto;
}

.prev-slick1,
.prev-slick2,
.prev-slick3 {
    left: 50px;
    right: auto;
}

@media (max-width: 576px) {
    .next-slick1 {
        right: 15px;
    }

    .prev-slick1 {
        left: 15px;
    }
}

/* ------------------------------------ */
.wrap-slick1-dots {
    position: absolute;
    width: 100%;
    height: 65px;
    left: 0;
    bottom: 0;
}

.slick1-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.slick1-dots li {
    padding-left: 3px;
    padding-right: 3px;
}

.slick1-dots li button {
    display: block;
    color: transparent;
    background-color: #958e88;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid transparent;
    background-clip: padding-box;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}


.slick1-dots li button:hover {
    border: 3px solid white;
    background-color: #ff0000;
}

.slick1-dots li.slick-active button {
    border: 3px solid white;
    background-color: #22b485;
}

/*[ Caption ]
-----------------------------------------------------------
*/
@media (max-width: 768px) {
    .wrap-content-slide1 .tit1 {
        font-size: 40px;
    }

    .wrap-content-slide1 .txt1 {
        font-size: 40px;
    }
}

@media (max-width: 576px) {
    .wrap-content-slide1 .tit1 {
        font-size: 33px;
    }

    .wrap-content-slide1 .txt1 {
        font-size: 40px;
    }
}


/*[ Button1 ]
///////////////////////////////////////////////////////////
*/
.btn1 {
    background: white;
    border-radius: 10px;
}

.btn1:hover {
    background-color: #ec1d25;
    color: white;
}

/*[ Button3 ]
///////////////////////////////////////////////////////////
*/
.btn3 {
    background: #0079c2;
    /*border-radius: 10px;*/
}

.btn3:hover {
    background-color: #00aef1;
    color: white;
}


/*[ Button2 ]
///////////////////////////////////////////////////////////
*/
.btn2 {
    background-color: white;
    border-radius: 10px;
    opacity: 0.9;
}

.btn2:hover {
    background-color: #ec1d25;
    color: white;
}




/*[ Intro ]
///////////////////////////////////////////////////////////
*/
.header-intro {
    background-attachment: fixed;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
}



/*[ Slide2 ]
///////////////////////////////////////////////////////////
*/

/*[ Slick2 ]
-----------------------------------------------------------
*/

.arrow-slick2 {
    top: 53%;
}


@media (max-width: 576px) {
    .next-slick2 {
        right: 15px;
    }

    .prev-slick2 {
        left: 15px;
    }
}

/* ------------------------------------ */
.wrap-slick2-dots {
    position: absolute;
    width: 100%;
    height: 128px;
    left: 0;
    bottom: 0;
}

.slick2-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.slick2-dots li {
    padding-left: 5px;
    padding-right: 5px;
}

.slick2-dots li button {
    display: block;
    color: transparent;
    background-color: #cccccc;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid transparent;
    background-clip: padding-box;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}


.slick2-dots li button:hover {
    border: 1px solid #d41b22;
    background-color: #d41b22;
}

.slick2-dots li.slick-active button {
    border: 1px solid #d41b22;
    background-color: #d41b22;
}


/*[ Slide3 ]
///////////////////////////////////////////////////////////
*/

/*[ Slick3 ]
-----------------------------------------------------------
*/


.arrow-slick3 {
    top: 40%;
}


@media (max-width: 576px) {
    .next-slick3 {
        right: 15px;
    }

    .prev-slick3 {
        left: 15px;
    }
}

/* ------------------------------------ */
.wrap-slick3-dots {
    width: 100%;
    height: 128px;
}

.slick3-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.slick3-dots li {
    padding-left: 5px;
    padding-right: 5px;
}

.slick3-dots li button {
    display: block;
    color: transparent;
    background-color: #cccccc;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid transparent;
    background-clip: padding-box;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}


.slick3-dots li button:hover {
    border: 1px solid #d41b22;
    background-color: #d41b22;
}

.slick3-dots li.slick-active button {
    border: 1px solid #d41b22;
    background-color: #d41b22;
}





/*[ Block2 ]
///////////////////////////////////////////////////////////
*/
.blo2 {
    border-radius: 10px;
    overflow: hidden;
}

.wrap-pic-blo2 {
    display: block;
    width: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wrap-text-blo2 {
    background-color: white;
    width: 50%;
    min-height: 390px;
}

/* ------------------------------------ */
.effect1 {
    background-color: #cf2227;
    opacity: 0.9;
    position: relative;
}

.effect1 .txt-effect1 {
    width: 390px;
    height: 50px;
    transform-origin: center center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotateZ(90deg);
    -moz-transform: translate(-50%, -50%) rotateZ(90deg);
    -ms-transform: translate(-50%, -50%) rotateZ(90deg);
    -o-transform: translate(-50%, -50%) rotateZ(90deg);
    transform: translate(-50%, -50%) rotateZ(90deg);
}

@media (max-width: 992px) {
    .blo2 {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .wrap-pic-blo2 {
        width: 100%;
        height: 390px;
    }

    .wrap-text-blo2 {
        width: 100%;
        min-height: 390px;
    }

    .time-event {
        width: 100%;
        height: auto;
    }

    .effect1 .txt-effect1 {
        width: 100%;
        height: 50px;
        padding: 10px;
        transform-origin: center center;
        position: unset;
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
}

@media (max-width: 576px) {
    .blo2 {
        width: 100%;
    }

    .wrap-pic-blo2 {
        width: 100%;
        height: 364px;
    }

}


/*[ fixed-bg ]
///////////////////////////////////////////////////////////
*/
@media (min-width: 769px) {
    .section-fixedbg {
        background-attachment: fixed;
        background-position: center 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(../images/intro_bg.jpg);
    }
}

.content-fixedbg {
    background-color: rgba(0, 0, 0, 0.5);
}

.content-fixedbg p {
    color: #fff;
    margin-top: 50px;
}


@media (max-width: 768px) {
    .section-fixedbg {
        background-position: center 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(../images/intro_bg.jpg);
    }
}

/*[ txtbg ]
///////////////////////////////////////////////////////////
*/
.section-txtbg {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
}

/*.content-txtbg {
    background-color: rgba(0, 0, 0, 0.5);
}*/

.content-txtbg p {
    /*color: #fff;*/
    margin-top: 50px;
    /*text-align: center;*/
    padding-left: 15px;
    padding-right: 15px;
}

/*[ Modal video 01 ]
-----------------------------------------------------------
*/
body {
    padding-right: 0px !important;
}

.modal {
    padding: 0px !important;
    z-index: 1160;
    overflow-x: hidden;
    overflow-y: auto !important;
}

.modal-open {
    overflow-y: scroll;
}

/* ------------------------------------ */
.modal-backdrop {
    background-color: transparent;
}

#modal-video-01 {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1250;

}

#modal-video-01 .modal-dialog {
    max-width: 100% !important;
    height: 100% !important;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
}

.wrap-video-mo-01 {
    width: 854px;
    height: auto;
    position: relative;
    margin: 15px;
}

.video-mo-01 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s;
}

.video-mo-01 iframe {
    width: 100%;
    height: 100%;
}

.close-mo-video-01 {
    font-size: 50px;
    color: white;
    opacity: 0.6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1250;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
}

.close-mo-video-01:hover {
    cursor: pointer;
    opacity: 1;
}



/*[ Blog ]
///////////////////////////////////////////////////////////
*/
.time-blog {
    position: absolute;
    left: 14px;
    bottom: 11px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 3px 15px;

    font-family: Montserrat;
    font-weight: 400;
    font-size: 12px;
    color: white;
    border-radius: 4px;

}


/*[ Gallery footer ]
///////////////////////////////////////////////////////////
*/
.item-gallery-footer {
    display: block;
    position: relative;
    width: calc((100% - 50px) / 4);
    margin-right: 10px;
    margin-bottom: 10px;
}

.item-gallery-footer::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.item-gallery-footer:hover:after {
    background-color: rgba(236, 29, 37, 0.7);
}


/*[ footer-tel ]
///////////////////////////////////////////////////////////
*/
.footertel a {
    font-size: 1.5rem;
    font-weight: bold;
    color: #0079c2;
}

/*[ BG Title Page ]
///////////////////////////////////////////////////////////
*/
.bg-title-page {
    width: 100%;
    min-height: 315px;
    padding-left: 15px;
    padding-right: 15px;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover;
}

@media (max-width: 576px) {
    .bg-title-page .tit6 {
        font-size: 30px;
    }
}



/*[ Item mainmenu ]
///////////////////////////////////////////////////////////
*/

.line-item-mainmenu {
    flex-grow: 1;
    height: 2px;
    margin-bottom: 5px;
    margin-right: 10px;
    margin-left: 10px;
}

@media (max-width: 576px) {
    .line-item-mainmenu {
        display: none;
    }

    .price-item-mainmenu {
        padding-top: 5px;
    }

    .name-item-mainmenu {
        width: 100%;
    }
}


/*[ Block3 ]
///////////////////////////////////////////////////////////
*/

@media (max-width: 576px) {
    .text-blo3 {
        width: 100%;
    }
}



/*[ Gallery ]
///////////////////////////////////////////////////////////
*/

.label-gallery {
    background-color: #f18100;
    color: white;
    padding: 2px 11px;
    margin: 5px 0;
}

.label-gallery:hover {
    background-color: #00aef1;
    color: white;
}

.is-actived {
    background-color: #007bff;
    color: white;
}

/* ------------------------------------ */
.wrap-gallery {
    width: 100%;
    box-sizing: border-box;
}

.item-gallery {
    width: calc((100% - 140px) / 5.5);
    margin: 30px 15px;
    position: relative;
}

.overlay-item-gallery {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 174, 241, 0.7);
    opacity: 0;
}

.overlay-item-gallery:hover {
    opacity: 1;
}

.btn-show-gallery {
    font-size: 18px;
    color: #222222;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: white;
}

@media (max-width: 768px) {
    .item-gallery {
        width: calc((100% - 110px) / 2);
    }
}

@media (max-width: 576px) {
    .item-gallery {
        width: calc((100% - 30px) / 1);
    }

    .wrap-gallery {
        padding-left: 0;
        padding-right: 0;
    }
}


/*[ Pagination ]
///////////////////////////////////////////////////////////
*/
.item-pagination {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 13px;
    color: #808080;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    margin: 6px;
}

.item-pagination:hover {
    background-color: #333333;
    color: white;
}

.active-pagination {
    background-color: #333333;
    color: white;
}



/*[ Sidebar2 ]
///////////////////////////////////////////////////////////
*/

/*[ Search sidebar2 ]
-----------------------------------------------------------
*/
.btn-search-sidebar2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 46px;
    background-color: #333333;
    color: white;
    font-size: 18px;

    box-shadow: 0 0 0px 1px #333333;
    -moz-box-shadow: 0 0 0px 1px #333333;
    -webkit-box-shadow: 0 0 0px 1px #333333;
    -o-box-shadow: 0 0 0px 1px #333333;
    -ms-box-shadow: 0 0 0px 1px #333333;

    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.btn-search-sidebar2:hover {
    color: #ec1d25;
}

.input-search-sidebar2 {
    width: 100%;
    height: 100%;
}



/*[ Block4 ]
///////////////////////////////////////////////////////////
*/
.date-blo4 {
    width: 75px;
    height: 82px;
    position: absolute;
    top: 20px;
    left: 20px;
    border-radius: 10px;
    background-color: #ec1d25;
}

/* 診療時間
------------------------------------------------------------*/
.kyuushin {
    margin: 10px 0;
}

.guidance table {
    width: 100%;
    margin: 10px auto 0px auto;
    background-color: #fff;
}

.guidance table th.title {
    background-color: #00aef1;
    color: #fff;
}

.guidance table th,
.guidance table td {
    text-align: center;
    color: #0079c2;
    vertical-align: middle;
    padding: 10px 0px;
    border: 2px solid #00aef1;
}

.guidance table td {
    color: #0079c2;
    font-size: 2rem;
    font-weight: bold;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    .guidance table td {
        font-size: 1.5rem;
    }
}

.guidancesub {
    font-size: 0.75rem;
}

.guidancered {
    font-size: 16px;
    color: #ff0000;
}

/* -----------------------------------------------------------
	news
----------------------------------------------------------- */
.newscontainer {
    width: 100%;
    background-color: #e9f4fb;
    position: relative;
    margin: 0px 0 15px;
    padding: 20px;
}

.ttl {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 150%;
    font-weight: bold;
    color: #0079c2;
    padding: 1px 0;
    border-bottom: solid 1px #32a1ce;
}

.topics {
    margin: 10px 0 0;
}

.topics dl {
    padding: 1px 0;
    margin-bottom: 5px;
}

.topics dt {
    padding-bottom: 5px;
    font-weight: normal;
}

.topics dd {
    margin-bottom: 5px;
}

.underl {
    text-decoration: underline;
}

@media screen and (min-width: 768px) {
    .topics dt {
        clear: left;
        float: left;
        width: 20%;
        font-weight: normal;
        padding-left: 10px;
    }

    .topics dd {
        margin-left: 11%;
    }


    .newscontainer {
        width: 100%;
        margin: 0px 0 15px;
        padding: 20px;
    }
}

/* -----------------------------------------------------------
	blog
----------------------------------------------------------- */
.blogcontainer {
    width: 100%;
    background-color: #e9f4fb;
    position: relative;
    margin: 10px 0 15px;
    padding: 20px;
}

@media screen and (min-width: 768px) {
    .blogcontainer {
        width: 100%;
        margin: 10px 0 15px;
        padding: 20px;
        border-radius: 0.5rem;
    }
}

.ttl2 {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    font-size: 150%;
    font-weight: 400;
    color: #22b485;
    padding: 1px 0;
    border-bottom: solid 1px #32a1ce;
}

/* --------------------------------------------------
   ボタン
-------------------------------------------------- */
.btn {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
}

a.btn-flat {
    overflow: hidden;
    padding: 0.8rem 1.5rem;
    color: #fff;
    border-radius: 0;
    background: #4492e1;
}

a.btn-flat span {
    position: relative;
}

a.btn-flat:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-96%);
    transform: translateX(-96%);
    background: #22b485;
    color: #212529;
}

a.btn-flat:hover:before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    color: #212529;
}

a.btn-flat:hover {
    color: #212529;
}

/* リハビリアンカーリンクreha-anchor
------------------------------------------------------------*/
.rehabilibtn a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 300px;
    height: 45px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
}

.rehabilibtn a:hover {
    color: #f2f2f2;
}

.rehabtn a {
    background-color: #0079c2;
    border: 1px solid transparent;
}

.rehabtn a::after {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 12px 12px;
    border-color: transparent transparent #333 transparent;
}

.rehabtn a:hover {
    background-color: #f18100;
    border: 1px solid #333;
}

.rehabtn a:hover::after {
    border-color: transparent transparent #f2f2f2 transparent;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

@media screen and (max-width: 580px) {
    .rehabilibtn a {
        width: 100%;
    }
}

.col_3 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.col_3 > * {
    width: calc(33.33333% - 8px);
    margin-right: 12px;
    margin-bottom: 12px;
}

.col_3 > *:nth-child(3n) {
    margin-right: auto;
}

.col_3 > * > * {
    background: #ff0000;
    height: 120px;
    position: relative;
    overflow: hidden
}

@media screen and (max-width: 960px) {
    .col_3 > * {
        width: calc(50% - 6px);
    }

    .col_3 > *:nth-child(3n) {
        margin-right: 12px;
    }

    .col_3 > *:nth-child(2n) {
        margin-right: auto;
    }
}

@media screen and (max-width: 580px) {
    .col_3 > * {
        width: 100%;
        margin-right: auto;
    }

    .col_3 > *:nth-child(3n) {
        margin-right: auto;
    }
}

/* 左画像section
------------------------------------------------------------*/
/* container */
.wrapper4 {
    width: 100%;
    background-color: #f2fbff;
}

.wrapper4 .container {
    max-width: 1920px;
    margin: 0px auto;
    padding: 0px 0px;
}

.wrapper4 .container2 {
    max-width: 1140px;
    margin: 0px auto;
    padding: 0px 0px;
}

/* content */
@media (min-width: 992px) {
    .wrapper4 .container .content {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wrapper4 .container2 .content {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.wrapper4 .content-item {
    width: 100%;
}

.wrapper4 .content-item2 {
    width: 100%;
    background-image: url(../images/greeting_txtbg2.jpg);
}

@media (min-width: 992px) {
    .wrapper4 .content-item {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .wrapper4 .content-item2 {
        width: 50%;
    }
}

.wrapper4 .image {
    display: block;
    max-width: 100%;
    margin: 0px auto;
}

.wrapper4 .image2 {
    display: block;
    max-width: 100%;
    margin: 0px auto;
    box-shadow: 10px 10px 10px rgb(0 174 241 / 25%);
}

.wrapper4 .text {
    padding: 0 15px;
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .wrapper4 .text {
        padding: 0 50px;
    }
}

.wrapper4 .text .heading {
    margin: 40px 0px 40px 0px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

.wrapper4 .text .heading2 {
    margin: 40px 0px 40px 0px;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    position: relative;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

.wrapper4 .text .heading2:before {
    content: '';
    /* 空白の要素*/
    width: 0;
    /* 幅指定 */
    height: 0;
    /* 高さ指定 */
    border-style: solid;
    /* 三角*/
    border-width: 0px 0 110px 80px;
    /* 三角*/
    border-color: transparent transparent #7afdd3 transparent;
    /* 三角 */
    position: absolute;
    /* 位置調整 */
    z-index: -1;
    /* 重なり調整 */
    transform: rotate(30deg);
    /* 回転 */
    top: -55px;
    /* 位置調整 */
}

/* 右画像section
------------------------------------------------------------*/
/* container */
.wrapper6 {
    width: 100%;
    background-color: #f2fbff;
}

.wrapper6 .container {
    max-width: 1920px;
    margin: 0px auto;
    padding: 0px 0px;
}

.wrapper6 .container2 {
    max-width: 1140px;
    margin: 0px auto;
    padding: 0px 0px;
}

/* content */
@media (min-width: 992px) {
    .wrapper6 .container .content {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wrapper6 .container2 .content {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* PC時のみ順番を入れ替える */
@media (min-width: 992px) {
    .wrapper6 .content {
        flex-direction: row-reverse;
    }
}

.wrapper6 .content-item {
    width: 100%;
}

@media (min-width: 992px) {
    .wrapper6 .content-item {
        width: 50%;
    }
}

.wrapper6 .image {
    display: block;
    max-width: 100%;
    margin: 0px auto;
}

.wrapper6 .image2 {
    display: block;
    max-width: 100%;
    margin: 0px auto;
    box-shadow: 10px 10px 10px rgb(0 174 241 / 25%);
}

.wrapper6 .text {
    padding: 0 15px;
}

.wrapper6 .text2 {
    padding: 0 15px;
    margin-bottom: 20px;
}

.wrapper6 .text3 {
    padding: 0 5px;
}

@media screen and (min-width: 768px) {
    .wrapper6 .text2 {
        padding: 0 50px;
    }
}

.wrapper6 .text .heading {
    margin: 40px 0px 40px 0px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}


/* access左画像section
------------------------------------------------------------*/
/* container */
.wrapper5 {
    width: 100%;
}

.wrapper5 .container {
    max-width: 1920px;
    margin: 0px auto;
    padding: 0px 0px;
}

.wrapper5 .container2 {
    max-width: 1140px;
    margin: 0px auto;
    padding: 0px 0px;
}

/* content */
@media (min-width: 992px) {
    .wrapper5 .container .content {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wrapper5 .container2 .content {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.wrapper5 .content-item {
    width: 100%;
}

.wrapper5 .content-item2 {
    width: 100%;
}

@media (min-width: 992px) {
    .wrapper5 .content-item {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .wrapper5 .content-item2 {
        width: 50%;
    }
}

.wrapper5 .image {
    display: block;
    max-width: 100%;
    margin: 0px auto;
}

.wrapper5 .text {
    padding: 0 15px;
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .wrapper5 .text {
        padding: 0 30px;
    }
}

.wrapper5 .text .heading {
    margin: 40px 0px 40px 0px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}


/* 画像背景section
------------------------------------------------------------*/
/* container */
.wrapperintrod {
    width: 100%;
    background-image: url(../images/top_introd_bg3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.wrapperintrod .container {
    max-width: 1000px;
    margin: 0px auto;
    padding: 80px 0px;
}

/* content */
.wrapperintrod .content .heading {
    margin: 0px 0px 40px 0px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.wrapperintrod p {
    padding: 0 15px;
}

/* 画像boxshadow
------------------------------------------------------------*/
.wrap-pic-welcome {
    box-shadow: 3px 3px 3px rgb(0 0 0 / 25%);
}

/* --------------------------------------------------
   画像上透過フィルターテキスト
-------------------------------------------------- */
/* top */
.wrapper1 {
    width: 100%;
    background-image: url(../images/access-top1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-bottom: 10px;
    display: flex;
}

.wrapper1 .container {
    max-width: 1000px;
    margin: 0px auto;
    padding: 80px 0px;
}

/* content */
.wrapper1 .content .heading {
    margin: 0px 0px 40px 0px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.wrapper1 p {
    padding: 0 30px;
}

/* part */
.wrapper-part {
    width: 100%;
    background-image: url(../images/part-touin.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-bottom: 10px;
    display: flex;
}

.wrapper-part .container {
    max-width: 1000px;
    margin: 0px auto;
    padding: 25px 0px;
}

/* content */
.wrapper-part .content .heading {
    margin: 0px 0px 40px 0px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.wrapper-part p {
    padding: 0 30px;
}


.bg-rgba {
    background-color: rgba(255, 255, 255, 0.8);
    width: 90%;
    height: 400px;
    margin: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    /* 縦方向中央揃え（Safari用） */
    align-items: center;
    /* 縦方向中央揃え */
    -webkit-justify-content: center;
    /* 横方向中央揃え（Safari用） */
    justify-content: center;
    /* 横方向中央揃え */
}

.bg-rgba2 {
    background-color: rgba(255, 255, 255, 0.8);
    width: 90%;
    height: 400px;
    margin: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    /* 縦方向中央揃え（Safari用） */
    align-items: center;
    /* 縦方向中央揃え */
    -webkit-justify-content: center;
    /* 横方向中央揃え（Safari用） */
    justify-content: center;
    /* 横方向中央揃え */
}


/* --------------------------------------------------
   画像上透過フィルターテキスト
-------------------------------------------------- */
/* top */
.wrapper1-2 {
    width: 100%;
    background-image: url(../images/neurobg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-bottom: 38px;
    display: flex;
}

.wrapper1-2 .container {
    max-width: 1000px;
    margin: 0px auto;
    padding: 80px 0px;
}

/* content */
.wrapper1-2 .content .heading {
    margin: 0px 0px 40px 0px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.wrapper1-2 p {
    text-align: center;
    padding: 0 30px;
    color: #fff;
}

.bg-rgba-b {
    background-color: rgba(34, 180, 133, 0.4);
    width: 90%;
    height: 400px;
    margin: auto;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    /* 縦方向中央揃え（Safari用） */
    align-items: center;
    /* 縦方向中央揃え */
    -webkit-justify-content: center;
    /* 横方向中央揃え（Safari用） */
    justify-content: center;
    /* 横方向中央揃え */
}

/* top-bg
------------------------------------------------------------*/
.section-intro {
    width: 100%;
    background-image: url(../images/bui_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.section-bui {
    width: 100%;
    background-color: #ffffeb;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.section-greeting {
    width: 100%;
    background-image: url(../images/top-greeting-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.name {
    font-size: 20px;
    font-weight: bold;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    color: #212529;
}

.t-right {
    text-align: right;
}

/* sp時改行
------------------------------------------------------------*/
@media screen and (min-width: 993px) {
    .br-sp {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .br-pc {
        display: none;
    }
}

/* sp-text-left
------------------------------------------------------------*/
.sp-left {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .sp-left {
        text-align: left;
    }
}

/* table
------------------------------------------------------------*/
.ptable {
    width: 100%;
    margin-bottom: 1rem;
    color: #282828;
    line-height: 1.8;
}

.ptable th {
    width: 75px;
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #fff;
    background-color: #0079c2;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.ptable td {
    padding: 0.75rem;
    vertical-align: middle;
    border-top: 1px solid #0079c2;
    border-bottom: 1px solid #0079c2;
}

.ptable thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.ptable2 {
    width: 100%;
    margin-bottom: 1rem;
    color: #282828;
    line-height: 1.8;
}

.ptable2 th {
    width: 56px;
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #fff;
    background-color: #0079c2;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.ptable2 td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #0079c2;
    border-bottom: 1px solid #0079c2;
}

.ptable2 thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

@media screen and (max-width: 767px) {
    .ptable2 th {
        width: 60px;
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #fff;
        background-color: #0079c2;
        color: #fff;
        text-align: center;
        font-weight: bold;
    }

    .ptable2 td {
        padding: 0rem;
        vertical-align: top;
        border-top: 1px solid #0079c2;
        border-bottom: 1px solid #0079c2;
    }
}

.pcontainer {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
}

/* philosophy
------------------------------------------------------------*/
.phi-box {
    padding: 2em 2em;
    margin: 2em 0;
    border: 1px solid #d61c22;
    background-color: #fff;
    text-align: center;
}

.phi-box p {
    text-align: left;
    display: inline-block;
}

.boxp {
    text-align: left;
    display: inline-block;
}

.phi-box2 {
    padding: 2em 2em;
    margin: 0.5em 0 3em 0;
    border: 1px solid #22b485;
    background-color: #fff;
    box-shadow: #4492e1 10px 10px 10px;
    text-align: center;
    border-radius: 0.5rem;
}

.phi-box p {
    text-align: left;
    display: inline-block;
}

@media screen and (max-width: 992px) {
    .phi-box2 p {
        text-align: left;
        display: inline-block;
    }
}

.hipo {
    font-weight: bold;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

/*access-text一部*/
.access_text {
    color: #fff;
    margin-bottom: 0.5rem;
}

@media screen and (max-width: 992px) {
    .access_how {
        text-align: center;
    }

    .access_how p {
        text-align: left;
        display: inline-block;
    }
}

/* 見出しテキスト
------------------------------------------------------------*/
.headingtitle {
    margin: 50px 0px 40px 0px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.service-icon {
    background-color: #fff;
    color: #1D809F;
    height: 7rem;
    width: 7rem;
    display: block;
    line-height: 7.5rem;
    font-size: 2.25rem;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

/* 領域中央寄せ
------------------------------------------------------------*/
.center {
    margin: 0 auto;
}

/* infobox
------------------------------------------------------------*/
.infobox {
    padding: 2em 2em;
    margin: 0.5em 0 3em 0;
    border: 1px solid #00aef1;
    background-color: #fff;
    text-align: center;
}

@media screen and (max-width: 992px) {
    .infobox p {
        text-align: left;
        display: inline-block;
    }
}

.infonoutit {
    text-shadow: #fff 0px 0px 20px;
}

.guidancebox {
    padding: 1em 1em;
    margin: 0.5em 0 0 0;
    border: 1px solid #00aef1;
    background-color: #fff;
}

.guidancebox2 {
    padding: 1em 1em;
    margin: 0.5em 0 0 0;
    border: 1px solid #f18100;
    background-color: #fff;
}

.guidancebox3 {
    padding: 1em 1em;
    margin: 0.5em 0 0 0;
    border: 3px solid #f18100;
    background-color: #fff;
}

.guidancep {
    font-size: 18px;
    font-weight: bold;
}

.red {
    color: #ff0000;
}

.gleft {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 992px) {
    .gleft {
        text-align: left;
        display: inline-block;
    }
}

/* txtimagecolor
------------------------------------------------------------*/
.txtblue {
    color: #22b485;
}

.txtred {
    color: #d61c22;
}

.txtredb {
    font-size: 1.1rem;
    font-weight: bold;
    color: #ff0000;
}

.txtredb2 {
    font-weight: bold;
    color: #ff0000;
}

.txtwhite {
    color: #fff;
}

/* neurology-top
------------------------------------------------------------*/
.head_neuro {
    margin: 0;
    /* デフォルトCSS打ち消し */
    font-size: 24px;
    /* 文字サイズ指定 */
    position: relative;
    /* 位置調整 */
    font-weight: normal;
    /* 文字の太さ調整 */
    margin-bottom: 15px;
    /* 周りの余白指定 */
    padding-top: 30px;
    /* 余白指定 */
    padding-left: 0px;
    /* 余白指定 */
}

.head_neuro:before {
    content: '';
    /* 空白の要素*/
    width: 0;
    /* 幅指定 */
    height: 0;
    /* 高さ指定 */
    border-style: solid;
    /* 三角*/
    border-width: 0px 0 110px 80px;
    /* 三角*/
    border-color: transparent transparent #a5ffe2 transparent;
    /* 三角 */
    position: absolute;
    /* 位置調整 */
    z-index: -1;
    /* 重なり調整 */
    transform: rotate(30deg);
    /* 回転 */
    top: -20px;
    /* 位置調整 */
}

/* scroll-effect
------------------------------------------------------------*/
.ef {
    visibility: hidden;
}

.is_visible {
    visibility: visible !important;
}

/* right-effect */
.ef1_1.is_visible {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-name: ef1;
    animation-name: ef1;
}

.ef1_2.is_visible {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-name: ef1;
    animation-name: ef1;
}

@-webkit-keyframes ef1 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes ef1 {
    0% {
        opacity: 0;
        transform: translateX(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* up-effect */
.ef2_1.is_visible {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-name: ef2;
    animation-name: ef2;
}

.ef2_2.is_visible {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-name: ef2;
    animation-name: ef2;
}

@-webkit-keyframes ef2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes ef2 {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* left-effect */
.ef3_1.is_visible {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-name: ef3;
    animation-name: ef3;
}

.ef3_2.is_visible {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-name: ef3;
    animation-name: ef3;
}

@-webkit-keyframes ef3 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes ef3 {
    0% {
        opacity: 0;
        transform: translateX(-40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* img-max-width
------------------------------------------------------------*/
img {
    max-width: 100%;
    height: auto;
}

/* zutu-txt
------------------------------------------------------------*/
.zututxtbg {
    background-image: url(../images/zututxtbg.jpg);
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
}

/* -----------------------------------------------------------
	開業info
----------------------------------------------------------- */
.topinfo {
    width: 200px;
    height: 200px;
    display: flex;
    position: absolute;
    top: 60%;
    left: 25%;
}

/* mv
------------------------------------------------------------*/
.mv1 {
    background-image: url(../images/mv/mv-1.jpg);
}

/*@media screen and (max-width: 992px) {
    .mv1 {
        background-image: url(../images/mv/mv3-sp.jpg);
    }
}*/

.mv3 {
    background-image: url(../images/mv/mv-3.jpg);
}

@media screen and (max-width: 992px) {
    .mv3 {
        background-image: url(../images/mv/mv-3-sp.jpg);
    }
}

/* button4 */
.button_line004 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    /*margin: 0 auto;*/
    max-width: 200px;
    padding: 10px 25px;
    color: #fff;
    background-color: #f18100;
    transition: 0.3s ease-in-out;
    font-weight: 600;
}

.button_line004 a:before,
.button_line004 a:after {
    content: '';
    width: 18px;
    height: 18px;
    border-color: #0079c2;
    box-sizing: border-box;
    border-style: solid;
    display: block;
    position: absolute;
    transition: all 0.3s ease-in-out;
}

.button_line004 a:before {
    top: -6px;
    left: -6px;
    border-width: 2px 0 0 2px;
    z-index: 5;
}

.button_line004 a:after {
    bottom: -6px;
    right: -6px;
    border-width: 0 2px 2px 0;
}

.button_line004 a:hover:before,
.button_line004 a:hover:after {
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    border-color: #6bb6ff;
}

.button_line004 a:hover {
    color: #fff;
    background-color: #0079c2;
    border-color: #0079c2;
}

/* button5 */
.button_line005 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 200px;
    padding: 10px 25px;
    color: #fff;
    background-color: #f18100;
    transition: 0.3s ease-in-out;
    font-weight: 600;
}

.button_line005 a:before,
.button_line005 a:after {
    content: '';
    width: 18px;
    height: 18px;
    border-color: #0079c2;
    box-sizing: border-box;
    border-style: solid;
    display: block;
    position: absolute;
    transition: all 0.3s ease-in-out;
}

.button_line005 a:before {
    top: -6px;
    left: -6px;
    border-width: 2px 0 0 2px;
    z-index: 5;
}

.button_line005 a:after {
    bottom: -6px;
    right: -6px;
    border-width: 0 2px 2px 0;
}

.button_line005 a:hover:before,
.button_line005 a:hover:after {
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    border-color: #6bb6ff;
}

.button_line005 a:hover {
    color: #fff;
    background-color: #0079c2;
    border-color: #0079c2;
}

/* grid-layout
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
    .md3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.md3 {
    position: relative;
    width: 50%;
    min-height: 1px;
    padding-right: 50px;
    padding-left: 50px;
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .md3-15 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.md3-15 {
    position: relative;
    width: 50%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .md4 {
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

.md4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media screen and (min-width: 768px) {
    .md4-50 {
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

.md4-50 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 50px;
    padding-left: 50px;
}

/* midashi
------------------------------------------------------------*/
.heading03 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: #0079c2;
    text-align: center;
}

.heading03::before,
.heading03::after {
    content: '';
    width: 35px;
    height: 3px;
    background-color: #00aef1;
}

.heading03::before {
    margin-right: 20px;
}

.heading03::after {
    margin-left: 20px;
}

.heading03-trigger {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: #0079c2;
    text-align: center;
}

.heading03-trigger::before,
.heading03-trigger::after {
    content: '';
    width: 35px;
    height: 3px;
    background-color: #00aef1;
}

.heading03-trigger::before {
    margin-right: 20px;
}

.heading03-trigger::after {
    margin-left: 20px;
}

@media screen and (max-width: 400px) {
    .heading03-trigger::before {
        margin-right: 5px;
    }

    .heading03-trigger::after {
        margin-left: 5px;
    }
}

.midashi2 {
    background: #eaf5f9;
    border-left: solid 10px #27acd9;
    padding: 0.75rem 1.4rem;
}

.bluebold {
    color: #0079c2;
    font-weight: bold;
}

.orangebold {
    color: #f18100;
    font-weight: bold;
}

.fontbold {
    font-weight: bold;
}

.txtsize20 {
    font-size: 20px;
}

/* buimidashi
------------------------------------------------------------*/
.buimidasi {
    padding: 1rem 2rem;
    color: #fff;
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left top, right top, from(#209cff), to(#fff257));
    background-image: -webkit-linear-gradient(left, #209cff 0%, #fff257 100%);
    background-image: linear-gradient(to right, #209cff 0%, #fff257 100%);
}

/* blockchushamidashi
------------------------------------------------------------*/
.blockmidasi {
    padding: 1rem 2rem;
    color: #fff;
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left top, right top, from(#fff257), to(#209cff));
    background-image: -webkit-linear-gradient(left, ##fff257 0%, #209cff 100%);
    background-image: linear-gradient(to right, ##fff257 0%, #209cff 100%);
}

/* kotusomidashi
------------------------------------------------------------*/
.kotum {
    position: relative;
    overflow: hidden;
    padding: 1.5rem 2rem 1.5rem 130px;
    border: 2px solid #0079c2;
    background-color: #fff;
}

.kotum:before {
    position: absolute;
    top: -150%;
    left: -100px;
    width: 200px;
    height: 300%;
    content: '';
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    background: #00aef1;
}

.kotum span {
    font-size: 40px;
    font-size: 4rem;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    padding-top: 3px;
    padding-left: 16px;
    color: #fff;
}

/* painmidashi
------------------------------------------------------------*/
.painm {
    position: relative;
    overflow: hidden;
    padding: 1rem 2rem 1rem 130px;
    word-break: break-all;
    border-top: 3px solid #0079c2;
    border-radius: 12px 0 0 0;
}

.painm span {
    font-size: 40px;
    font-size: 3rem;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    padding: 3px 20px;
    color: #fff;
    border-radius: 10px 0 20px 10px;
    background: #0079c2;
}

/* 3point-bg
------------------------------------------------------------*/
.point-bg {
    background-image:
}

/* boxleft-p
------------------------------------------------------------*/
.left-p {
    text-align: left;
    display: inline-block;
}

/* img-link-touka
------------------------------------------------------------*/
a:hover img {
    opacity: 0.7;
}

/* colum-category-icon
------------------------------------------------------------*/
#cate-icon {
    clear: both;
    min-width: 60px;
    /*テキストの文字数により極端に横幅が小さくなってしまうのを防ぐために指定*/
    margin-right: 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    padding: 2px 5px;
}

/*カテゴリーをクラス名にして存在する数だけ用意*/
.colum {
    background-color: #0079c2;
}

.blog {
    background-color: #f18100;
}

.other {
    background-color: #999;
}

/* news-colum-blog_title_txt
------------------------------------------------------------*/
.newstit {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blogtit {
    font-size: 19px;
    font-weight: bold;
    font-family: a-otf-gothic-bbb-pr6n, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}

.blogtxt {
    font-family: a-otf-gothic-bbb-pr6n, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}

.blogtxt p {
    font-family: a-otf-gothic-bbb-pr6n, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #212529 !important;
}

/* top-tit-background-color
------------------------------------------------------------*/
.titback {
    background-color: #0079c2bf;
}

/* main-menu-sub
------------------------------------------------------------*/
.dropdown__lists {
    display: none;
    /*デフォルトでは非表示の状態にしておく*/
    width: 265px;
    position: absolute;
    top: 45px;
    left: 0;
}

.gnavi__list:hover .dropdown__lists {
    display: block;
    /*Gナビメニューにホバーしたら表示*/
}

.dropdown__list {
    background-color: #fff;
    /*height: 60px;*/
    transition: all .3s;
    position: relative;
    padding: 10px;
}

.dropdown__list:not(:first-child)::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.dropdown__list:hover {
    background-color: #00aef1;
}

.dropdown__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #222222;
    text-decoration: none;
    position: relative;
}

.dropdown__list a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #666666;
    border-left: 2px solid #666666;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
}

.arrow {
    position: relative;
    padding-right: 15px;
    color: #333;
    text-decoration: none;
}

.arrow::after {
    content: '';
    display: block;
    width: 8px;
    /* 矢印の大きさの指定 */
    height: 8px;
    /* 矢印の大きさの指定 */
    border-top: 2px solid #666666;
    /* 矢印の太さの指定 */
    border-left: 2px solid #666666;
    /* 矢印の太さの指定 */
}

.arrow--down::after {
    transform: rotate(222deg);
    /* 矢印の角度の指定 */
    position: absolute;
    /* 矢印の位置の指定 */
    right: 0;
    /* 矢印の位置の指定 */
    top: 20px;
    /* 矢印の位置の指定 */
}

/* box-textcenter
------------------------------------------------------------*/
.phi-box {
    padding: 2em 2em;
    margin: 2em 0;
    border: 1px solid #00aef1;
    background-color: #fff;
    text-align: center;
}

.phi-box p {
    text-align: left;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .phi-box {
        padding: 2em 1em;
    }
}

.phi-box2 {
    padding: 2em 2em;
    margin: 0.5em 0 3em 0;
    border: 1px solid #22b485;
    background-color: #fff;
    box-shadow: #4492e1 10px 10px 10px;
    text-align: center;
    border-radius: 0.5rem;
}

.phi-box p {
    text-align: left;
    display: inline-block;
}

@media screen and (max-width: 992px) {
    .phi-box2 p {
        text-align: left;
        display: inline-block;
    }
}

.u-bar {
    border-bottom: 1px solid #ccc;
}

.u-barblue {
    border-bottom: 1px solid #0079c2;
}

/* accordion
------------------------------------------------------------*/
.a-toggle {
    display: none;
}

.a-Label {
    /*タイトル*/
    padding: 10px;
    display: block;
    color: #fff;
    font-weight: bold;
    background: #0079c2;
}

.a-Label::before {
    /*タイトル横の矢印*/
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 20px;
    transform: rotate(135deg);
}

.a-Label,
.a-content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}

.a-content {
    /*本文*/
    height: 0;
    margin-bottom: 10px;
    padding: 0 0px;
    overflow: hidden;
}

.a-toggle:checked + .a-Label + .a-content {
    /*開閉時*/
    height: auto;
    padding: 0px;
    transition: all .3s;
}

.a-toggle:checked + .a-Label::before {
    transform: rotate(-45deg) !important;
}

/* accordion-hydro
------------------------------------------------------------*/
.a-Label2 {
    /*タイトル*/
    padding: 10px;
    display: block;
    font-weight: bold;
    background: #d5d5d5;
}

.a-Label2::before {
    /*タイトル横の矢印*/
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #0079c2;
    border-right: 2px solid #0079c2;
    -webkit-transform: rotate(45deg);
    position: absolute;
    bottom: 20px;
    right: 20px;
    transform: rotate(135deg);
}

.a-Label2,
.a-content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}

.a-content {
    /*本文*/
    height: 0;
    margin-bottom: 10px;
    padding: 0 0px;
    overflow: hidden;
}

.a-toggle:checked + .a-Label2 + .a-content {
    /*開閉時*/
    height: auto;
    padding: 0px;
    transition: all .3s;
}

.a-toggle:checked + .a-Label2::before {
    transform: rotate(-45deg) !important;
}

.keikabox {
    background-color: #f18100;
    color: white;
    padding: 2px 11px;
}

.keikabox2 {
    background-color: #007bff;
    color: white;
    padding: 2px 11px;
}

/* hiyou table
------------------------------------------------------------*/
.hiyoutable {
    width: 50%;
    margin: 0 auto;
    color: #212529;
    background-color: #fff;
}

.hiyoutable th {
    width: 220px;
    padding: 0.75rem;
    vertical-align: middle;
    border: 1px solid #878787;
    font-weight: normal;
    text-align: center;
    background-color: #0079c2;
    color: #fff;
}

.hiyoutable td {
    padding: 0.75rem;
    vertical-align: middle;
    border: 1px solid #0079c2;
    text-align: right;
}

.hiyoutable thead th {
    vertical-align: bottom;
    border: 2px solid #0079c2;
}

@media screen and (max-width: 992px) {
    .hiyoutable {
        width: 100%;
    }

    .hiyoutable th {
        width: 150px;
    }
}

/* hiyou table2
------------------------------------------------------------*/
.hiyoutable2 {
    width: 50%;
    color: #212529;
    background-color: #fff;
}

.hiyoutable2 th {
    width: 220px;
    padding: 0.75rem;
    vertical-align: middle;
    border: 1px solid #878787;
    font-weight: normal;
    text-align: center;
    background-color: #0079c2;
    color: #fff;
}

.hiyoutable2 td {
    padding: 0.75rem;
    vertical-align: middle;
    border: 1px solid #0079c2;
    text-align: right;
}

.hiyoutable2 thead th {
    vertical-align: bottom;
    border: 2px solid #0079c2;
}

@media screen and (max-width: 992px) {
    .hiyoutable2 {
        width: 100%;
    }

    .hiyoutable2 th {
        width: 150px;
    }
}

/* syousai table
------------------------------------------------------------*/
.syousaitable {
    width: 70%;
    margin: 0 auto;
    color: #212529;
    background-color: #fff;
}

.syousaitable th {
    width: 220px;
    padding: 0.75rem;
    vertical-align: middle;
    border: 1px solid #878787;
    font-weight: normal;
    text-align: center;
    background-color: #0079c2;
    color: #fff;
}

.syousaitable td {
    padding: 0.75rem;
    vertical-align: middle;
    border: 1px solid #0079c2;
}

.syousaitable thead th {
    vertical-align: bottom;
    border: 2px solid #0079c2;
}

@media screen and (max-width: 992px) {
    .syousaitable {
        width: 100%;
    }

    .syousaitable th {
        width: 100px;
    }
}


/* bg-color
------------------------------------------------------------*/
.bg-yellow {
    background-color: #fffbf6;
}

/* 部位別アンカーリンクbuibetu-anchor
------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 960px) {
    .list_in_link.w25 {
        max-width: 600px;
        width: 100%;
    }
}

@media screen and (min-width: 961px) {
    .list_in_link.w25 {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
}

.mb65 {
    margin-bottom: 65px;
}

@media screen and (max-width: 767px) {
    .mb65 {
        margin-bottom: calc(65 / 750 * 100vw);
    }
}

.mgn_a {
    margin-left: auto;
    margin-right: auto;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

@media screen and (max-width: 767px) {
    .list_in_link li {
        width: 100%;
        margin: 0 auto 5vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
    .list_in_link.w25 li {
        max-width: 300px;
        width: 49%;
    }
}

@media screen and (min-width: 961px) {
    .list_in_link.w25 li {
        max-width: 300px;
        width: 24.2%;
        margin-right: 1.065%;
    }
}

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

    .list_in_link.w25 li:nth-of-type(4n),
    .list_in_link.w25 li:last-child {
        margin-right: 0;
    }
}

.list_in_link a {
    display: block;
    padding: 20px 0 40px;
    text-align: center;
    color: #fff;
    font-size: 111.1%;
    background: #0079c2;
    position: relative;
}

.list_in_link a:hover {
    background: #f18100;
}

.list_in_link a::before {
    content: "";
    width: 20px;
    height: 20px;
    margin: auto;
    border: 3px solid;
    border-color: transparent transparent #fff #fff;
    transform: rotate(-45deg);
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
}

@media screen and (max-width: 767px) {
    .list_in_link a {
        padding: 2.5vw 0 7.5vw;
        font-size: 111%;
    }
}

@media screen and (min-width: 961px) and (max-width: 1280px) {
    .list_in_link a {
        font-size: 100%;
    }
}

/*症状リストshoujou-list*/

.box_common01 {
    padding: 2% 2% 2%;
    border: 2px solid #0079c2;
}

.hdg4_bg {
    padding: 5px 0;
    line-height: 1.7;
    letter-spacing: .1em;
    font-size: 166.6%;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    color: #fff;
    background: #0079c2;
}

.hdg4_bg2 {
    padding: 5px 0;
    line-height: 1.7;
    letter-spacing: .1em;
    font-size: 166.6%;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    color: #0079c2;
    background: #ffffeb;
}

.list_check01 {
    max-width: 1060px;
    width: 100%;
}

.list_check01 li {
    padding-left: 2.5em;
}

.list_common li {
    line-height: 2.5;
    position: relative;
}

@media screen and (min-width: 961px) {
    .list_check01.w30 {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
}

@media screen and (min-width: 961px) {
    .list_check01.w30 li {
        width: 30.5%;
        margin-right: 2.25%;
    }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
    .list_check01.w30 li {
        width: 48%;
    }
}

@media screen and (max-width: 767px) {
    .list_check01 li {
        width: 100%;
        padding-left: 2em;
    }
}

@media screen and (max-width: 767px) {
    .box_common01 .list_check01 {
        width: 95%;
    }
}

list_check01 li::before {
    content: "";
    width: 24px;
    height: 24px;
    margin: auto;
    background: url(images/page/icn_check.svg)no-repeat center / contain;
    position: absolute;
    top: 0.1em;
    left: 0;
}

/*midashi*/
.midasi-sub {
    font-size: 24px;
    max-width: 600px;
    position: relative;
    padding: 1rem 2rem;
    border: 4px solid #0079c2;
    margin: 0 auto;
    color: #fff;
    background: #0079c2;
}

.midasi-sub:before {
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    content: '';
    border: 2px solid #fff;
}

/*midashi2*/
.midasi-sub2 {
    font-size: 24px;
    max-width: 600px;
    position: relative;
    padding: 1rem 2rem;
    border: 2px solid #0079c2;
    margin: 0 auto;
}

.midasi-sub2:before {
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    content: '';
    border: 2px solid #0079c2;
}

/*midashi3*/
.midasi-sub3 {
    font-size: 24px;
    max-width: 600px;
    position: relative;
    padding: 1rem 2rem;
    border: 2px solid #f18100;
    margin: 0 auto;
}

.midasi-sub3:before {
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    content: '';
    border: 2px solid #f18100;
}

.midasi4 {
    position: relative;
    padding: 5px 5px 5px 42px;
    background: #0079c2;
    font-size: 20px;
    color: white;
    margin-left: -33px;
    line-height: 1.3;
    z-index: -1;
}

.midasi4:before {
    position: absolute;
    content: '';
    left: -2px;
    top: -2px;
    border: none;
    border-left: solid 40px white;
    border-bottom: solid 79px transparent;
    z-index: -2
}

/*2colum*/
.row_common02 .match_b {
    max-width: 600px;
    width: 49%;
    height: 550px;
    padding: 40px 3%;
    border: 10px solid #0079c2;
}

.row_common02 .copy {
    line-height: 1.7;
    letter-spacing: .1em;
    font-size: 166.6%;
}

@media screen and (min-width: 768px) and (max-width: 960px) {
    .row_common02 .match_b {
        width: 100%;
        margin: 0 auto 45px;
    }
}

@media screen and (max-width: 767px) {
    .row_common02 .match_b {
        width: 100%;
        margin: 0 auto 6vw;
        padding: 4vw 4vw 5vw;
        border: 2.5px solid #0079c2;
    }
}

@media screen and (max-width: 767px) {
    .row_common02 .icn {
        max-width: calc(200 / 750 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .row_common02 .copy {
        letter-spacing: .05em;
        font-size: 130%;
    }
}

.m-r-25 {
    margin-right: 25px;
}

/*コンテンツ上下中央揃えecho*/
@media screen and (min-width: 768px) {
    .col-sm-6-center {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px;
    }
}

.space1 {
    padding-right: 25px;
}

/*要素中央揃え*/
.center {
    margin: 0 auto;
}

/*ばね指特長box*/
.triger-box {
    padding: 2em 2em;
    background-color: #fff;
    text-align: center;
    font-weight: bold;
}

.triger-box p {
    text-align: left;
    display: inline-block;
    font-size: 18px;
    color: #000;
}

.triger-box-text {
    text-align: left;
    display: inline-block;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.skyblue {
    color: #212529;
    padding: 0.25rem;
    background-color: #eaf5f9;
    border: 1px solid #0079c2;
}

.bluebox {
    color: #fff;
    padding: 0.25rem;
    background-color: #0079c2;
    border: 1px solid #0079c2;
}

.orangebox {
    color: #fff;
    padding: 0.25rem;
    background-color: #f18100;
    border: 1px solid #f18100;
}

/*accident*/
.accident-box {
    padding: 0em 0em;
    background-color: #fff;
    text-align: center;
    font-weight: bold;
}

.accident-box p {
    text-align: left;
    display: inline-block;
    font-size: 18px;
}

.accident-box-text {
    text-align: left;
    display: inline-block;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.underline_dotted {
    border-bottom: 1px dotted #0079c2;

}

.hr2 {
    height: 5px;
    background-image: repeating-linear-gradient(45deg, skyblue 0, skyblue 1px, transparent 0, transparent 50%);
    background-size: 5px 5px;
}

.accidentchui ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}

.accidentchui ul li {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    list-style-type: none;
    padding: 15px 10px 15px 2em;
    margin: 0;
    line-height: 1.3em;
    position: relative;
    border-bottom: 1px dashed rgba(241, 129, 0, 0.5);
}

.accidentchui ul li:before {
    content: '●';
    position: absolute;
    font-size: 1.5em;
    color: #0079c2;
    left: 0.25em;
    top: 0.8em;
}

@media screen and (max-width: 767px) {
    .accidentchui ul li:before {
        content: '●';
        position: absolute;
        font-size: 1.3em;
        color: #0079c2;
        left: 0.25em;
        top: 1em;
    }
}

.accidentchui2 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}

.accidentchui2 ul li {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    list-style-type: none;
    padding: 15px 10px 15px 2em;
    margin: 0;
    line-height: 1.3em;
    position: relative;
}

.accidentchui2 ul li:before {
    content: '●';
    position: absolute;
    font-size: 1.5em;
    color: #f18100;
    left: 0.25em;
    top: 0.8em;
}

@media screen and (max-width: 767px) {
    .accidentchui2 ul li:before {
        content: '●';
        position: absolute;
        font-size: 1.3em;
        color: #f18100;
        left: 0.25em;
        top: 1em;
    }
}

.merit ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}

.merit ul li {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    list-style-type: none;
    padding: 15px 10px 15px 2em;
    margin: 0;
    line-height: 1.3em;
    position: relative;
    border-bottom: 1px dashed rgba(241, 129, 0, 0.5);
}

.accidentbox {
    padding: 1em 1em;
    margin: 0.5em 0 3em 0;
    border: 1px solid #f18100;
    background-color: #fff;
}


/*colum-koteikiji*/
#cate-icon {
    clear: both;
    min-width: 60px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    padding: 2px 5px;
}

.bluebg {
    background-color: #0079c2;
}

.text-left {
    text-align: left;
}

/*features*/
.features-midasi {
    background: rgb(255, 255, 255);
    background: linear-gradient(335deg, rgba(255, 255, 255, 1) 0%, rgba(187, 233, 251, 1) 5%, rgba(0, 174, 241, 1) 30%, rgba(0, 121, 194, 1) 50%, rgba(0, 174, 241, 1) 70%, rgba(213, 242, 253, 1) 95%, rgba(255, 255, 255, 1) 100%);
    padding: 5px 0;
    line-height: 1.7;
    letter-spacing: .1em;
    font-size: 166.6%;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    color: #fff;
}

.features_bg {
    padding: 2% 2% 2%;
    border: 2px solid #0079c2;
    /*background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/features_bg7.jpg);*/
}

.features-box {
    padding: 1em 1em;
    font-weight: bold;
}

.features-box p {
    text-align: left;
    display: inline-block;
    font-size: 18px;
    color: #000;
    line-height: 1;
}

.features-box-text {
    text-align: left;
    display: inline-block;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.features_bg-rgba {
    /*background-color: rgba(255, 255, 255, 0.5);*/
    width: 100%;
    /*height: 300px;*/
    margin: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    /* 縦方向中央揃え（Safari用） */
    align-items: center;
    /* 縦方向中央揃え */
    -webkit-justify-content: center;
    /* 横方向中央揃え（Safari用） */
    justify-content: center;
    /* 横方向中央揃え */
}

/*@media screen and (max-width: 767px) {
    .features_bg-rgba {
        height: 600px;
    }
}*/

.list_check {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.list_check > li {
    position: relative;
    padding: 0px 0px 0px 2em;
    margin: 0px;
    font-size: 20px;
    font-weight: bold;
}

.list_check > li::before,
.list_check > li::after {
    position: absolute;
    top: 50%;
    height: 1em;
    content: "";
}

.list_check > li::before {
    left: 0px;
    transform: translateY(-50%);
    width: 1em;
    border: 1px solid #0079c2;
}

.list_check > li::after {
    left: 0.5em;
    transform: translateY(-75%) rotate(45deg);
    width: 0.5em;
    border-bottom: 3px solid #0079c2;
    border-right: 3px solid #0079c2;
}

.list_check > li + li {
    margin: 1em 0px 0px;
}

.features_dash-ul {
    border-bottom: 1px dashed rgba(0, 121, 194, 0.5);
}

.features_p {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    background-color: rgba(255, 255, 255, 0.5);
}

span.mark {
    background: linear-gradient(transparent 60%, #f1810070 60%);
}

.kikan {
    background-color: #ff0000;
    color: #fff;
    padding: 4px;
}

/* wordpress
------------------------------------------------------------*/

.wp .aligncenter {
    margin: auto;
    display: block;
}

.wp ul {
    margin-bottom: 16px;
}

.wp ul li {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    list-style-type: none;
    padding: 15px 10px 0px 2em;
    margin: 0;
    line-height: 1.3em;
    position: relative;
}

.wp ul li:before {
    content: '●';
    position: absolute;
    font-size: 12px;
    color: #0079c2;
    left: 0.25em;
    top: 1.4em;
}

@media screen and (max-width: 767px) {
    .wp ul li:before {
        content: '●';
        position: absolute;
        font-size: 12px;
        color: #0079c2;
        left: 0.25em;
        top: 1.4em;
    }
}

.wp h2 {
    font-size: 24px;
    background: #eaf5f9;
    border-left: solid 10px #27acd9;
    padding: 0.75rem 1.4rem;
    margin-bottom: 20px;
    margin-top: 20px;
}

/* button4 */
.wp .button_line004 a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin: 0 auto;*/
    max-width: 350px;
    padding: 10px 25px;
    color: #fff;
    background-color: #f18100;
    transition: 0.3s ease-in-out;
    font-weight: 600;
}

.wp .button_line004 a:before,
.wp .button_line004 a:after {
    content: '';
    width: 18px;
    height: 18px;
    border-color: #0079c2;
    box-sizing: border-box;
    border-style: solid;
    display: block;
    position: absolute;
    transition: all 0.3s ease-in-out;
}

.wp .button_line004 a:before {
    top: -6px;
    left: -6px;
    border-width: 2px 0 0 2px;
    z-index: 5;
}

.wp .button_line004 a:after {
    bottom: -6px;
    right: -6px;
    border-width: 0 2px 2px 0;
}

.wp .button_line004 a:hover:before,
.wp .button_line004 a:hover:after {
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    border-color: #6bb6ff;
}

.wp .button_line004 a:hover {
    color: #fff;
    background-color: #0079c2;
    border-color: #0079c2;
}

/* button5 */
.wp .button_line005 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 200px;
    padding: 10px 25px;
    color: #fff;
    background-color: #f18100;
    transition: 0.3s ease-in-out;
    font-weight: 600;
}

.wp .button_line005 a:before,
.wp .button_line005 a:after {
    content: '';
    width: 18px;
    height: 18px;
    border-color: #0079c2;
    box-sizing: border-box;
    border-style: solid;
    display: block;
    position: absolute;
    transition: all 0.3s ease-in-out;
}

.wp .button_line005 a:before {
    top: -6px;
    left: -6px;
    border-width: 2px 0 0 2px;
    z-index: 5;
}

.wp .button_line005 a:after {
    bottom: -6px;
    right: -6px;
    border-width: 0 2px 2px 0;
}

.wp .button_line005 a:hover:before,
.wp .button_line005 a:hover:after {
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    border-color: #6bb6ff;
}

.button_line005 a:hover {
    color: #fff;
    background-color: #0079c2;
    border-color: #0079c2;
}

/* button6 */
.button_line006 a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 350px;
    padding: 10px 25px;
    color: #fff;
    background-color: #f18100;
    transition: 0.3s ease-in-out;
    font-weight: 600;
}

.button_line006 a:before,
.button_line006 a:after {
    content: '';
    width: 18px;
    height: 18px;
    border-color: #0079c2;
    box-sizing: border-box;
    border-style: solid;
    display: block;
    position: absolute;
    transition: all 0.3s ease-in-out;
}

.button_line006 a:before {
    top: -6px;
    left: -6px;
    border-width: 2px 0 0 2px;
    z-index: 5;
}

.button_line006 a:after {
    bottom: -6px;
    right: -6px;
    border-width: 0 2px 2px 0;
}

.button_line006 a:hover:before,
.button_line006 a:hover:after {
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    border-color: #6bb6ff;
}

.button_line006 a:hover {
    color: #fff;
    background-color: #0079c2;
    border-color: #0079c2;
}

/* mokuji */
.wp. ul. cp_list {
    padding: 0 !important;
    list-style-type: none !important;
}

.wp ul.cp_list li {
    position: relative;
    padding: 5px 10px 0px 2em;
}

.wp ul.cp_list li::before,
.wp ul.cp_list li::after {
    position: absolute !important;
    top: 10px !important;
    left: 0 !important;
    content: '' !important;
    width: 18px !important;
    height: 18px !important;
}

.wp ul.cp_list li::before {
    background: #f18100 !important;
    clip-path: circle(50% at 50% 50%) !important;
}

.wp ul.cp_list li::after {
    left: -1px !important;
    background: #ffffff !important;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 70%, 70% 70%, 70% 0) !important;
    transform: rotate(-45deg) scale(0.5) !important;
}

.wp .guidancebox {
    padding: 1em 1em;
    margin-bottom: 20px;
    border: 1px solid #0079c2;
    background-color: #f3f3f3;
}

.wp .list_check01 {
    max-width: 1060px;
    width: 100%;
}

.wp .list_check01 li {
    padding-left: 2.5em;
}

.wp .list_common li {
    line-height: 1.5;
    position: relative;
}

@media screen and (min-width: 961px) {
    .wp .list_check01.w30 {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
}

@media screen and (min-width: 961px) {
    .wp .list_check01.w30 li {
        width: 30.5%;
        margin-right: 2.25%;
    }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
    .wp .list_check01.w30 li {
        width: 48%;
    }
}

@media screen and (max-width: 767px) {
    .wp .list_check01 li {
        width: 100%;
        padding-left: 2em;
    }
}

@media screen and (max-width: 767px) {
    .wp .box_common01 .list_check01 {
        width: 95%;
    }
}

@media screen and (min-width: 961px) {
    .wp .list_check01.w22 {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
}

@media screen and (min-width: 961px) {
    .wp .list_check01.w22 li {
        width: 22.5%;
        margin-right: 2.25%;
    }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
    .wp .list_check01.w22 li {
        width: 48%;
    }
}

@media screen and (max-width: 767px) {
    .wp .twoc li {
        width: 50% !important;
        padding-left: 1.5em !important;
    }
}

.wp .list_check01 li::before {
    content: "";
    width: 24px;
    height: 24px;
    margin: auto;
    background: url(images/page/icn_check.svg)no-repeat center / contain;
    position: absolute;
    top: 0.1em;
    left: 0;
}

.wp .mgn_a {
    margin-left: auto;
    margin-right: auto;
}

.wp .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.t_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    margin: 0 auto;
    padding: .5em .5em;
    border: 2px solid #00aef1;
    border-radius: 5px;
    background-color: #fff;
    color: #282828;
    font-weight: bold;
    font-size: 1em;
}

.t_btn::after {
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    margin-left: 10px;
    border-top: 2px solid #00aef1;
    border-right: 2px solid #00aef1;
    content: '';
}

.t_btn:hover {
    opacity: 0.7;
}

/* 16:9のアスペクト比を強制し、レスポンシブな幅を実現するコンテナ */
.video-responsive-container {
    /* スマホ対応: 幅が560px未満の場合、100%に広がる */
    width: 100%;
    /* PC対応: 幅が560px以上の場合、最大幅が560pxに固定される */
    max-width: 560px;
    /* PCで560pxに固定された際に中央に配置する（任意） */
    margin: 0 auto;
    /* 16:9アスペクト比の維持 (9 / 16 = 0.5625) */
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

@media screen and (min-width: 993px) {
    .video-responsive-container {
        padding-bottom: 315px;
    }
}

/* iframe自体をコンテナいっぱいに広げる */
.video-responsive-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* pagination
------------------------------------------------------------*/
/* 全体のコンテナ */
.pagination {
    margin: 40px 0;
    text-align: center;
}

/* リンクボタンの共通スタイル */
.nav-links {
    display: inline-flex;
    gap: 8px; /* ボタン同士の間隔 */
    list-style: none;
}

.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 10px;
    text-decoration: none;
    color: #333;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.3s ease;
}

/* ホバー時（マウスを乗せたとき） */
.page-numbers:hover {
    background: #f0f0f0;
    border-color: #bbb;
}

/* 現在表示しているページ */
.page-numbers.current {
    background: #0079c2;
    color: #fff;
    border-color: #333;
    cursor: default;
}

/* モバイル対応：少し小さくする */
@media (max-width: 480px) {
    .page-numbers {
        min-width: 35px;
        height: 35px;
        font-size: 14px;
    }
}

.pagination-wrapper {
    margin: 50px 0; /* 上下にゆとりを持たせる */
    display: flex;
    justify-content: center; /* 中央に配置 */
}

/* 「…」の部分 */
.pagination-wrapper .page-numbers.dots {
    border: none;      /* 枠線を消す */
    background: none;  /* 背景を消す */
    color: #666;       /* 色を少し薄くする */
    padding: 0 5px;    /* 左右に少し隙間を作る */
}

/* sp-pc非表示
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
    .sp {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .pc {
        display: none;
    }
}

/* footer-nav
------------------------------------------------------------*/
@media only screen and (max-width: 992px) {
    .mobile-fix-nav {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 100;
        display: block;
    }

    .mobile-fix-nav .mobile-fix-nav-menu {
        margin: 0 auto;
        box-sizing: border-box;
        height: 62px;
        /*padding: 12px 0 10px;*/
        overflow: hidden;
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        z-index: 9999999999;
        /*opacity: .9;*/
    }

    .mobile-fix-nav .mobile-fix-nav-menu li {
        margin: 0;
        padding: 0;
        vertical-align: middle;
        list-style-type: none;
        font-size: 10px;
        line-height: 1.3;
    }

    .mobile-fix-nav .mobile-fix-nav-menu li .vk-mobile-nav-menu-btn,
    .mobile-fix-nav .mobile-fix-nav-menu li a {
        border: none;
        display: block;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
    }

    .mobile-fix-nav .mobile-fix-nav-menu li .vk-mobile-nav-menu-btn .link-icon,
    .mobile-fix-nav .mobile-fix-nav-menu li a .link-icon {
        display: block;
        margin-bottom: 4px;
    }

    .mobile-fix-nav .mobile-fix-nav-menu li .vk-mobile-nav-menu-btn i,
    .mobile-fix-nav .mobile-fix-nav-menu li .vk-mobile-nav-menu-btn svg,
    .mobile-fix-nav .mobile-fix-nav-menu li a i,
    .mobile-fix-nav .mobile-fix-nav-menu li a svg {
        font-size: 22px;
        font-style: normal;
        margin-right: 0;
    }

    .fa-solid,
    .fas {
        font-weight: 900;
    }
}

.bnr-p {
    padding: 2px;
}

@media only screen and (min-width: 993px) {
    .left_bnr {
        z-index: 10;
        position: fixed;
        left: 0;
        top: 400px;
        background: rgba(233, 244, 251, 0.8);
        padding: 20px 0;
        width: 70px;
        text-align: center;
    }

    .left_bnr li + li {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 992px) {
    .left_bnr {
        position: fixed;
        z-index: 10;
        bottom: 19vw;
        left: 15px;
    }

    .left_bnr ul {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    /*.left_bnr ul li:last-child{
    margin-left:20px;
  }*/
    .left_bnr ul li:nth-child(n+2) {
        margin-left: 20px;
    }

    .left_bnr img {
        width: 40px;
    }
}

.dash-ul {
    border-bottom: 1px dashed rgba(58, 129, 43, 0.5);
}