﻿.bg-color {
    background-color: #446C15;
    color: #fff
}

a:link,
a:visited,
a:hover {
    color: #172b76;
    text-decoration: none
}

html {
    height: 100%;
    font-size: 62.5%
}

body {
    font-family: "Kosugi Maru", sans-serif;
    width: 100%;
    height: 100%;
    color: #333;
    font-size: 1rem;
    *font-size: small;
    *font: x-small;
    line-height: 1.8;
    margin: 0 auto;
    background: url("../img/bg1_w.jpg")
}

#body {
    font-size: 1.6rem;
    overflow: hidden
}

.single {
    position: relative;
    max-width: 1200px;
    width: 99%;
    margin: 0 auto;
    padding: 80px 0
}

.single_flow {
    position: relative;
    max-width: 1200px;
    width: 99%;
    margin: 0 auto;
    padding: 30px 0
}

.single_none {
    width: 99%;
    padding: 80px 0
}

.msingle {
    max-width: 800px;
    margin: 0 auto;
    padding: 80px
}

@media (max-width: 768px) {
    .msingle {
        padding: 16px
    }
}

.lsingle {
    width: 49%;
    float: left
}

.rsingle {
    width: 49%;
    float: right
}

.flex_2,
.flex_3,
.flex_4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.flex_2 .bx h3,
.flex_3 .bx h3,
.flex_4 .bx h3 {
    font-size: 22px;
    text-align: center;
    color: #172b76;
    margin-top: 5px;
    letter-spacing: 2px
}

.flex_2 .bx {
    width: calc(48%)
}

.flex_3 .bx {
    width: calc(31%)
}

.flex_4 .bx {
    width: calc(23%)
}

.flex_2 .bx,
.flex_3 .bx,
.flex_4 .bx {
    margin-bottom: 40px;
    padding: 0 0 50px;
    position: relative
}

.flex_2 .bx img,
.flex_3 .bx img,
.flex_4 .bx img {
    max-width: 100%;
    margin: 0 auto;
    display: block
}

.flex_bx_3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.bxbtn {
    position: absolute;
    bottom: 0;
    font-weight: bold;
    width: 100%;
    right: 0
}

.bxbtn * {
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.bxbtn a {
    font-size: 13px;
    text-align: center;
    width: 100%;
    display: block;
    padding: 3px 0px;
    font-weight: bold;
    border: 1px solid #172b76;
    margin: 0 auto;
    background: #172b76
}

.bxbtn a:link {
    color: #fff;
    text-decoration: none
}

.bxbtn a:visited {
    color: #fff
}

.bxbtn a:hover {
    color: #172b76;
    background: #fff;
    text-decoration: none;
    border: 1px solid #172b76
}

@media screen and (max-width: 800px) {

    .flex_2 .bx h3,
    .flex_3 .bx h3,
    .flex_4 .bx h3 {
        font-size: 15px
    }

    .flex_2 .bx {
        width: calc(100% - 0px);
        margin-right: 0px;
        margin-bottom: 20px
    }

    .flex_4 .bx {
        width: calc(45%);
        margin-right: 0px;
        margin-bottom: 20px
    }

    .bxbtn {
        position: static;
        width: 200px;
        margin: 10px auto 0
    }
}

footer {
    width: 100%;
    text-align: center;
    color: #333;
    font-size: 1.3rem;
    background: url("../img/footer_bg.png") repeat-x top center
}

#footer {
    margin: 0 auto;
    padding: 100px 0 16px
}

address span {
    display: inline-block
}

.logo_f {
    display: block;
    margin-bottom: 16px
}

@media (max-width: 479px) {
    .logo_f {
        width: 100px
    }
}

.copyright {
    font-size: 1.2rem;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif
}

#fnavi {
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px 0
}

#fnavi li {
    display: inline-block;
    list-style: none;
    text-align: center;
    padding: 0 32px;
    font-size: 1.5rem;
    border-left: 1px solid #172b76
}

#fnavi li:first-child {
    border-left: 0px solid #172b76
}

#fnavi li:first-child:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    margin-right: 5px;
    color: #333
}

#fnavi li a {
    color: #172b76 !important
}

#fnavi li a:link,
#fnavi li a:visited,
#fnavi li a:hover {
    color: #172b76 !important;
    text-decoration: none
}

@media (max-width: 768px) {
    #fnavi {
        display: none
    }
}

#fmenu-lg {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 1.3rem;
    padding: 16px 0
}

#fmenu-lg ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

#fmenu-lg li {
    width: calc(100% / 4.1);
    flex-direction: column;
    float: left;
    text-align: left;
    line-height: 1.3;
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 0.1rem
}

#fmenu-lg li:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f068";
    margin-right: 5px;
    color: #172b76
}

#fmenu-lg li:last-child {
    border: none;
    margin: 0
}

#fmenu-lg a:link,
#fmenu-lg a:visited,
#fmenu-lg a:hover {
    color: #fff;
    text-decoration: none
}

#fmenu-lg li ul {
    margin-top: 15px
}

#fmenu-lg li ul li {
    width: 100% !important;
    font-weight: normal;
    font-family: "Kosugi Maru", sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0rem;
    padding-left: 0em;
    border-right: 0px solid #aaa;
    height: auto;
    margin-bottom: 5px
}

#fmenu-lg li ul li:before {
    font-family: 'Font Awesome 5 Free';
    content: "・";
    margin-right: 5px;
    color: #FFF
}

.mtext1 {
    font-size: 2.2rem;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #172b76
}

@media (max-width: 768px) {
    .mtext1 {
        font-size: 1.5rem !important
    }
}

.sp {
    display: none;
    margin: 0 auto
}

.pc {
    display: block;
    margin: 0 auto
}

.map {
    width: 100%;
    height: 450px
}

.scrollbar-y {
    width: 100%;
    height: 79px;
    overflow-x: hidden;
    overflow-y: scroll
}

.scrollbar-y::-webkit-scrollbar {
    width: 5px
}

.scrollbar-y::-webkit-scrollbar-track {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1)
}

.scrollbar-y::-webkit-scrollbar-thumb {
    background-color: rgba(50, 50, 50, 0.5);
    border-radius: 10px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3)
}

.scrollbar {
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

.news {
    overflow: hidden;
    line-height: 1.6;
    margin: 10px auto 0
}

.news dt {
    float: left;
    width: 8em;
    font-weight: bold;
    color: #172b76
}

.news dd {
    padding-left: 8em;
    border-bottom: 1px solid #ccc;
    margin-bottom: 8px;
    padding-bottom: 5px
}

.news-bl dt {
    float: left;
    width: 7em;
    background: #172b76;
    padding: 5px 0px;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    margin: 2px 0 0;
    border-radius: 10px
}

.news-bl dd {
    padding-left: 8em;
    padding-top: 5px;
    padding-bottom: 10px;
    line-height: 1.6;
    border-bottom: dotted 1px #aaa;
    margin: 5px 0
}

.news-bl dd:last-child {
    border-bottom: 0px
}

.list_check {
    padding: 8px 0;
    font-weight: normal;
    overflow: hidden;
    line-height: 1.5
}

.list_check li {
    padding-left: 1.5em;
    padding-top: 8px;
    padding-bottom: 8px;
    text-indent: -1.5em;
    border-bottom: dotted 1px #aaa
}

.list_check li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f14a";
    margin-right: 5px;
    color: #172b76
}

.list_check li:last-child {
    border-bottom: dotted 0px #aaa
}

.file-btn {
    display: inline-block;
    padding: 3px 12px;
    border-radius: 3px;
    color: #fff;
    background: #aaa;
    cursor: pointer;
    font-size: 1.3rem
}

.file-btn:hover {
    background: #ccc
}

.file-btn input {
    display: none
}

.form {
    margin: 10px 0 10px
}

.form dt span {
    color: #fff;
    background: #FF4F4F;
    padding: 0 5px 0;
    margin-right: 5px;
    font-size: 1.1rem;
    border-radius: 2px;
    position: relative;
    top: -2px
}

.form dl {
    margin: 10px 0;
    font-size: 1.6rem
}

.form dt {
    float: left;
    width: 280px;
    padding-top: 20px
}

.form dd {
    padding-left: 280px;
    padding-bottom: 20px;
    padding-top: 23px;
    line-height: 1.5;
    border-bottom: 1px solid #eee
}

.form dd p {
    padding-top: 5px;
    color: #888
}

.form dd:last-child {
    border-bottom: 0px;
    margin-bottom: 0px
}

.textarea,
textarea,
.dropdown {
    border-radius: 2px;
    border: 1px solid #bbb;
    width: calc(100% - 10px) !important;
    padding: 0 5px;
    border-radius: 2px
}

.textarea {
    height: 30px
}

textarea {
    height: 350px !important
}

.form-button {
    margin: 32px 0
}

#mailform button {
    cursor: pointer;
    font-size: 1.5rem;
    display: block;
    margin: 0 auto;
    padding: 16px 0;
    color: #fff;
    text-align: center;
    width: 250px;
    border-radius: 30px;
    background: #172b76;
    font-weight: normal;
    letter-spacing: 0.1rem;
    border: 1px solid #172b76
}

#mailform button:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0e0";
    margin-right: 6px
}

#mailform button:hover {
    background: #fff;
    color: #172b76
}

#mailform button * {
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s
}

.form-button * {
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s
}

label.radio_text {
    cursor: pointer;
    position: relative;
    margin-right: 20px;
    overflow: hidden;
    padding-left: 20px;
    display: inline-block
}

label.radio_text:before {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 50%;
    left: 0px;
    top: 2px;
    content: '';
    z-index: 3
}

label.radio_text:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    left: 3px;
    top: 5px;
    background-color: #64BCFF;
    z-index: 1
}

label.radio_text input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    left: -23px;
    top: 0px;
    margin: 0px;
    box-shadow: 20px -1px #fff
}

label.radio_text input[type="radio"]:checked {
    box-shadow: none
}

label.radio_text input[type="radio"]:focus {
    opacity: 0.2;
    box-shadow: 20px -1px #FFF
}

label.checkbox_text {
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 20px;
    margin-bottom: 8px;
    overflow: hidden;
    display: inline-block;
    box-sizing: border-box
}

label.checkbox_text:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0px;
    top: 0;
    border: 1px solid #ccc;
    z-index: 3
}

label.checkbox_text:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 5px;
    display: block;
    margin-top: -9px;
    width: 8px;
    height: 12px;
    border-right: 3px solid #172b76;
    border-bottom: 3px solid #172b76;
    transform: rotate(45deg);
    z-index: 1
}

label.checkbox_text input[type="checkbox"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    left: -40px;
    width: 20px;
    height: 20px;
    display: block;
    box-shadow: 41px 0px #FFF;
    z-index: 2;
    margin: 0px;
    padding: 0px
}

label.checkbox_text input[type="checkbox"]:checked {
    box-shadow: none
}

label.checkbox_text input[type="checkbox"]:checked:focus {
    box-shadow: 40px 0px #666;
    opacity: 0.1
}

label.checkbox_text input[type="checkbox"]:focus {
    box-shadow: 41px 0px #EEE
}

.fm-text {
    padding: 8px;
    margin: 16px 0;
    text-align: center;
    border: 2px solid #eee;
    background: #fff
}

.fm-text1 {
    padding: 8px;
    margin: 16px 0;
    text-align: inherit;
    border: 2px solid #eee;
    background: #fff
}

#two_column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

#two_column #sidenav {
    background: #fff;
    width: calc(260px - 0px);
    padding: 0px
}

#two_column #sidenav h1 {
    text-align: center;
    padding: 32px 0 0;
    margin-bottom: 0
}

#two_column #sidenav h1 img {
    width: 90%
}

#two_column #main {
    width: calc(100% - 260px);
    margin-left: 0px;
    background: #E4DEBC
}

@media (max-width: 768px) {
    #two_column #sidenav {
        width: calc(100% - 0px);
        padding: 16px 0
    }

    #two_column #sidenav .smenu {
        display: none
    }

    #two_column #sidenav h1 {
        padding: 0
    }

    #two_column #sidenav h1 img {
        width: 100px
    }

    #two_column #main {
        width: calc(100% - 0px)
    }
}

.smenu {
    padding: 0 16px
}

.smenu li {
    font-size: 12px;
    border-bottom: 1px solid #eee
}

.smenu a {
    padding: 6px 0px;
    font-size: 1.3rem;
    font-family: "Kosugi Maru", sans-serif;
    text-indent: 1em;
    display: block;
    text-decoration: none
}

.smenu a span {
    font-size: 1.3rem;
    font-family: "Kosugi Maru", sans-serif
}

.smenu a:hover {
    text-decoration: none;
    opacity: 0.6;
    color: #172b76
}

.smenu a:link,
.smenu a:visited {
    color: #333
}

.bnr_onepoint {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.bnr_onepoint li {
    width: calc(50%);
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #fff;
    background-color: #fff
}

.bnr_onepoint li * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease
}

.bnr_onepoint li *:before,
.bnr_onepoint li *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease
}

.bnr_onepoint li figcaption {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0px;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background: rgba(0, 0, 0, 0.4)
}

.bnr_onepoint li figcaption img {
    margin-bottom: 20px
}

.bnr_onepoint li figcaption p {
    text-align: left
}

.bnr_onepoint li figcaption .btn {
    border: 1px solid #fff;
    padding: 3px 0;
    width: 220px;
    margin-top: 30px;
    text-align: center !important
}

.bnr_onepoint li a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.bnr_onepoint li:hover img:not(.icn) {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    opacity: 0.5;
    transform: scale(1.1)
}

.bnr_onepoint li:hover .btn {
    background: #fff;
    color: #333
}

@media (max-width: 768px) {
    .bnr_onepoint li {
        width: calc(100%)
    }

    .bnr_onepoint figcaption {
        position: absolute;
        margin: auto;
        display: block;
        justify-content: center;
        align-items: center;
        height: auto
    }

    .bnr_onepoint figcaption .btn {
        margin-top: 10px !important
    }

    .bnr_onepoint figcaption img:not(.icn) {
        width: 180%
    }

    .bnr_onepoint figcaption p {
        font-size: 1.2rem;
        width: 90%;
        margin: 0 auto
    }

    .bnr_onepoint figcaption .icn {
        width: 250px
    }

    .bnr_onepoint figcaption .btn {
        margin-top: 5px
    }
}

.list_btn {
    font-size: 1.2em;
    max-width: 1200px;
    margin: 0 auto;
    font-weight: normal;
    overflow: hidden;
    line-height: 1.5;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.list_btn li {
    width: calc(33.33% - 10px);
    position: relative;
    border-radius: 35px;
    border: 1px solid #172b76;
    text-align: center
}

.list_btn li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    margin-right: 5px;
    position: absolute;
    left: 90%;
    bottom: 25%;
    color: #172b76;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.list_btn li:hover:before {
    left: 92%;
    color: #fff
}

.list_btn li a {
    width: 100%;
    height: 100%;
    display: block !important;
    padding: 10px 0px
}

.list_btn li a:link,
.list_btn li a:visited {
    color: #172b76
}

.list_btn li a:hover {
    color: #fff !important
}

.list_btn li:hover {
    background: #172b76
}

@media (max-width: 768px) {
    .list_btn li {
        width: calc(100%);
        margin: 0 0 10px
    }
}

.listFlow li {
    margin-bottom: 9px;
    padding-bottom: 9px
}

.listFlow .lastItem {
    margin-bottom: 0;
    padding-bottom: 0;
    background: none
}

.listFlow h4 {
    font-size: 20px;
    font-weight: normal;
    border-bottom: solid 1px #ccc;
    margin-bottom: 10px;
    overflow: hidden
}

.listFlow dl {
    display: table;
    width: 100%
}

.listFlow dl dt {
    display: table-cell;
    padding: 10px 0;
    border: 1px solid #172b76;
    width: 100px;
    background: #172b76;
    font-size: 1.8rem;
    font-weight: normal;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 1.2
}

.listFlow dl dt .num {
    display: block;
    font-size: 3rem
}

.listFlow dl dd {
    display: table-cell;
    padding: 15px 20px;
    border-top: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    vertical-align: middle;
    background-color: white
}

@media screen and (max-width: 800px) {
    .listFlow h4 {
        font-size: 18px;
        font-weight: normal;
        border-bottom: solid 1px #ccc;
        margin-bottom: 5px;
        overflow: hidden
    }

    .listFlow dl {
        display: block;
        width: 100%
    }

    .listFlow dl dt {
        display: block;
        padding: 5px 0;
        width: 100%;
        border: none
    }

    .listFlow dl dt .num {
        display: block
    }

    .listFlow dl dd {
        display: block;
        padding: 15px 10px;
        border: none
    }
}

.mttl_yl {
    font-size: 3.8rem;
    color: #172b76 !important;
    text-align: center;
    position: relative;
    line-height: 1em;
    padding: 20px 0;
    display: table;
    margin: 0 auto 16px
}

.mttl_yl:after,
.mttl_yl:before {
    content: "";
    width: 2px;
    height: 1.7em;
    background: #172b76;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto
}

.mttl_yl:before {
    -webkit-transform: skewX(-150deg);
    -moz-transform: skewX(-150deg);
    transform: skewX(-150deg);
    left: -40px
}

.mttl_yl:after {
    -webkit-transform: skewX(150deg);
    -moz-transform: skewX(150deg);
    transform: skewX(150deg);
    right: -40px
}

.mttl_yl span {
    display: block;
    margin-top: 5px
}

.mttl_bar {
    font-family: "Kosugi Maru", sans-serif;
    position: relative;
    border-bottom: 2px solid #172b76;
    margin: 0 0px 16px;
    padding-bottom: 0px;
    font-size: 2.2rem;
    letter-spacing: 2px;
    font-weight: bold;
    color: #172b76
}

.mttl_bar:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f015";
    margin-right: 8px;
    color: #8dc4ff
}

.mttl_bar:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 2px;
    background-color: #83bfff
}

.mttl_bar span {
    margin-left: 5px;
    margin-bottom: .2em;
    color: #555;
    font-size: .6em;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase
}

.mttl_cl {
    font-family: "Kosugi Maru", sans-serif;
    color: #172b76;
    text-align: center;
    font-weight: normal;
    font-size: 3.8rem;
    line-height: 1.2;
    margin-bottom: 45px;
    position: relative;
    letter-spacing: 0.2rem
}

.mttl_cl:after {
    content: "";
    width: 100px;
    height: 2px;
    background: #8dc4ff;
    display: block;
    position: absolute;
    top: 60px;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0
}

.mttl_cl span {
    font-size: 1.2rem;
    display: block;
    color: #446C15;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif
}

@media (max-width: 479px) {
    .mttl_cl {
        font-size: 2rem;
        margin-bottom: 24px
    }

    .mttl_cl:after {
        top: 50px
    }
}

.mttl_cl01 {
    font-family: "Kosugi Maru", sans-serif;
    color: #172b76;
    text-align: center;
    font-weight: normal;
    font-size: 3.8rem;
    line-height: 1.2;
    margin-bottom: 45px;
    position: relative;
    letter-spacing: 0.2rem
}

.mttl_cl01:after {
    content: "";
    width: 100px;
    height: 2px;
    background: #446C15;
    display: block;
    position: absolute;
    top: 60px;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0
}

.mttl_cl01 span {
    font-size: 1.2rem;
    display: block;
    color: #446C15;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif
}

@media (max-width: 479px) {
    .mttl_cl01 {
        font-size: 2rem;
        margin-bottom: 24px
    }

    .mttl_cl01:after {
        top: 50px
    }
}

#blog_flexwrap {
    display: -webkit-flex;
    display: flex;
    width: 1200px;
    margin: 20px auto 100px
}

#blog_flexwrap #blog_side {
    width: 300px;
    margin-left: 20px
}

#blog_flexwrap #blog_main {
    flex: 1
}

#blog_flexwrap #blog_main section {
    margin-bottom: 25px
}

.blog_sttl01 {
    background: #172b76;
    color: #fff;
    text-indent: 5px;
    font-size: 1.7rem;
    padding: 5px 0;
    margin-bottom: 10px;
    font-weight: normal
}

.blog_sttl01:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0ca";
    margin-right: 5px
}

.blog_mttl {
    width: calc(100% - 20px);
    color: #172b76;
    font-size: 1.8rem;
    overflow: hidden;
    font-weight: bold;
    border-left: 2px solid #172b76;
    margin: 0px 0 20px;
    padding: 5px 10px;
    line-height: 1.8
}

.blog_time {
    padding-top: 0px;
    font-weight: normal
}

.blog_time:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f017";
    margin-right: 5px;
    font-weight: normal
}

.blog_box {
    min-height: 500px;
    position: relative
}

.blog_box img {
    max-width: 100%;
    padding: 15px 0
}

.pages {
    width: 100%
}

.page_next {
    float: left;
    width: 49%
}

.page_prev {
    float: right;
    text-align: right;
    width: 49%
}

.page_prev a {
    display: block;
    padding: 5px 10px;
    background: #172b76
}

.page_next a {
    display: block;
    padding: 5px 10px;
    background: #172b76
}

.page_prev a:hover,
.page_next a:hover {
    opacity: 0.6
}

.page_prev a:link,
.page_prev a:visited,
.page_prev a:hover {
    color: #fff
}

.page_next a:link,
.page_next a:visited,
.page_next a:hover {
    color: #fff
}

.blog_side_list {
    position: relative;
    margin: 0 0 0px !important;
    padding: 0 !important;
    width: 100% !important;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.blog_side_list .blog_bx {
    transition: .3s ease-in-out;
    width: calc(100% - 0px) !important;
    font-size: 1.2rem;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    position: relative;
    padding: 10px 10px 10px
}

.blog_side_list .blog_bx a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.blog_side_list .blog_bx .blog_bx_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.blog_side_list .blog_bx .blog_bx_flex div {
    width: calc(100% - 120px)
}

.blog_side_list .blog_bx:hover {
    background: #f2f2f2
}

.blog_side_list .blog_bx figcaption {
    width: 100px;
    height: 100px;
    display: block;
    text-align: center;
    background-color: #f2f2f2;
    background-position: center center;
    background-repeat: no-repeat;
    float: left
}

.blog_side_list .blog_bx * {
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.blog_side_list .blog_bx p {
    line-height: 1.6em;
    font-size: 13px
}

.blog_side_list .blog_bx img {
    vertical-align: middle;
    height: 100px;
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

.blog_side_list .blog_bx:hover img {
    opacity: 1 !important;
    transform: scale(1.1)
}

.blog_side_list .blog_bx .ttl {
    font-weight: bold;
    font-size: 1.2rem;
    color: #172b76;
    float: none;
    padding: 0 0px
}

.blog_side_list .blog_bx .ttm {
    float: none;
    padding-top: 0px;
    font-size: 1.2rem;
    color: #888;
    font-weight: normal
}

.blog_side_list .blog_bx .ttm:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f017";
    margin-right: 5px;
    font-weight: normal
}

.blog_side_list .blog_bx .blog_ttl {
    clear: both;
    font-weight: normal
}

.blog_top_list {
    position: relative;
    margin: 0 0 0px !important;
    padding: 0 !important;
    width: 100% !important;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.blog_top_list .blog_bx {
    transition: .3s ease-in-out;
    width: calc(33.33% - 40px) !important;
    font-size: 12px;
    margin: 10px;
    position: relative;
    padding: 10px 10px 10px;
    background: #fff !important
}

.blog_top_list .blog_bx a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.blog_top_list .blog_bx .blog_bx_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.blog_top_list .blog_bx .blog_bx_flex div {
    width: 100%
}

.blog_top_list .blog_bx:hover {
    background: #f2f2f2
}

.blog_top_list .blog_bx figcaption {
    display: block;
    text-align: center;
    width: 100%;
    height: 250px;
    overflow: hidden;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    float: none;
    margin-bottom: 15px
}

.blog_top_list .blog_bx * {
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.blog_top_list .blog_bx p {
    line-height: 1.6em;
    font-size: 13px
}

.blog_top_list .blog_bx img {
    vertical-align: middle;
    height: 100%;
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

.blog_top_list .blog_bx:hover img {
    opacity: 1 !important;
    transform: scale(1.1)
}

.blog_top_list .blog_bx .ttl {
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    float: left;
    background: #172b76;
    padding: 0 15px;
    margin-bottom: 5px
}

.blog_top_list .blog_bx .ttm {
    float: right;
    padding-top: 0px;
    font-size: 13px;
    font-weight: normal
}

.blog_top_list .blog_bx .ttm:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f017";
    margin-right: 5px;
    font-weight: normal
}

.blog_top_list .blog_bx .blog_ttl {
    clear: both;
    font-weight: normal;
    font-size: 1.6rem
}

.blog_top_list .blog_bx .blog_text {
    margin-top: 5px
}

.archive li {
    border-bottom: 1px dotted #aaa
}

.archive li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0a9";
    margin-right: 5px;
    color: #172b76
}

@media (max-width: 768px) {
    .blog_top_list {
        margin-bottom: 0
    }

    .blog_top_list .blog_bx {
        width: calc(100% - 22px) !important;
        margin: 0px 0 8px
    }

    .blog_top_list .blog_bx .blog_bx_flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .blog_top_list .blog_bx .blog_bx_flex div {
        width: calc(100% - 150px)
    }

    .blog_top_list .blog_bx figcaption {
        width: 130px;
        height: 100px;
        display: block;
        text-align: center;
        background-color: #f2f2f2;
        background-position: center center;
        background-repeat: no-repeat;
        float: left
    }

    .blog_top_list .blog_bx .ttl {
        font-weight: bold;
        font-size: 1.2rem;
        color: #172b76;
        float: none;
        padding: 0 0px
    }

    .blog_top_list .blog_bx .ttm {
        float: none;
        padding-top: 0px;
        font-size: 1.2rem;
        font-weight: normal;
        color: #888
    }

    #blog_flexwrap {
        display: -webkit-block;
        display: block;
        width: 95%;
        margin: 20px auto 30px
    }

    #blog_flexwrap #blog_main {
        background: #fff;
        width: 100%;
        flex: 1;
        margin-bottom: 20px
    }

    #blog_flexwrap #blog_side {
        width: 100%;
        margin-left: 0px
    }

    .pages {
        position: static;
        bottom: 0;
        width: 100%;
        margin-top: 30px
    }

    .page_next {
        float: none;
        width: 100%;
        margin-bottom: 10px
    }

    .page_prev {
        float: none;
        text-align: left;
        width: 100%
    }
}

table.tbl-2l {
    margin: 16px 0;
    font-size: 1.3rem
}

table.tbl-2l th {
    padding: 15px 10px;
    font-weight: bold;
    line-height: 1.5;
    border: #ddd 0px solid;
    color: #555;
    background: none !important
}

table.tbl-2l tr:nth-child(odd) {
    background: #eee !important
}

table.tbl-2l td {
    padding: 15px 10px;
    border: #eee 0px solid !important;
    background: none
}

.bg_image1 {
    background-image: url(../img/bg_image1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    background-position: top center
}

.bg_image2 {
    background-image: url(../img/bg_image2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover
}

.bg_image3 {
    background-image: url(../img/bg_image3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover
}

.bg_image4 {
    background-image: url(../img/bg_image4.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover
}

.bg_image5 {
    background-image: url(../img/bg_image5.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover
}

.btn-r {
    max-width: 1200px;
    margin: 0 auto;
    background: #CDCCBC;
    padding: 8px 0
}

.btn-r a {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    background-color: #172b76;
    border: 2px solid #172b76;
    font-size: 16px;
    display: block;
    width: 265px;
    text-align: center;
    font-weight: bold;
    padding: 15px 0;
    color: #172b76;
    border-radius: 35px;
    overflow: hidden;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s
}

.btn-r a:hover {
    color: #172b76 !important;
    background-color: #fff;
    border-color: #172b76
}

.btn-r a:link,
.btn-r a:visited,
.btn-r a:hover {
    color: #FFF;
    text-decoration: none
}

.btn-r a::before,
.btn-r a::after {
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #172b76
}

.btn-r a::before {
    right: 0
}

.btn-r a::after {
    left: 0
}

.btn-r a:hover::before,
.btn-r a:hover::after {
    width: 0;
    background-color: #172b76;
    border-radius: 20px
}

.btn-r a::before,
.btn-r a::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
    border-radius: 20px
}

.btn-r a::before,
.btn-r a::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s
}

.btn_cline {
    position: relative;
    display: block;
    width: 300px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    margin: 0 auto
}

@media print,
screen and (min-width: 751px) {
    .btn_cline {
        border: 1px solid #000000;
        margin: 16px auto
    }

    .btn_cline>span {
        pointer-events: none;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: .4s;
        transition-duration: .4s;
        -webkit-transition-delay: 0;
        transition-delay: 0;
        -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        position: relative;
        z-index: 1;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        width: 100%;
        height: 54px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 20px 0 20px;
        text-align: left;
        color: #000;
        font-size: 1.6rem;
        letter-spacing: 0.83px
    }

    .btn_cline>span:after {
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: .4s;
        transition-duration: .4s;
        -webkit-transition-delay: 0;
        transition-delay: 0;
        -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        display: block;
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 0px;
        width: 40px;
        height: 1px;
        background: #fff;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1)
    }

    .btn_cline:before {
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-delay: 0;
        transition-delay: 0;
        -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
        transition-timing-function: cubic-bezier(1, 0, 0, 1);
        display: block;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        background: #000
    }

    .btn_cline:after {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: -40px;
        width: 80px;
        height: 1px;
        background: #000
    }

    .btn_cline:hover:before {
        width: 100%
    }

    .btn_cline:hover>span {
        color: #fff
    }

    .btn_cline:hover>span:after {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .btn_cline.white {
        border: 1px solid #fff
    }

    .btn_cline.white>span {
        color: #fff
    }

    .btn_cline.white>span:after {
        background: #000
    }

    .btn_cline.white:after,
    .btn_cline.white:before {
        background: #fff
    }

    .btn_cline.white:hover>span {
        color: #000
    }
}

@media screen and (max-width: 750px) {
    .btn_cline {
        border: 2px solid #000000;
        width: 80%
    }

    .btn_cline>span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        width: 100%;
        height: 60px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 30px 0 30px;
        text-align: left;
        color: #000;
        font-size: 1.5rem;
        letter-spacing: 1.33px;
        font-family: 'Montserrat', sans-serif
    }

    .btn_cline:after {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: -30px;
        width: 50px;
        height: 1px;
        background: #000
    }

    .btn_cline.white {
        border: 1px solid #fff !important
    }

    .btn_cline.white>span {
        color: #fff !important
    }

    .btn_cline.white:after {
        background: #fff !important
    }
}

.list4 .list_bx {
    width: calc(25% - 33px) !important
}

@media (max-width: 768px) {
    .list4 .list_bx {
        width: calc(100% - 33px) !important
    }
}

.linklist_sb {
    position: relative;
    margin: 0 0 32px !important;
    padding: 0 !important;
    width: 100% !important;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.linklist_sb .list_bx {
    transition: .3s ease-in-out;
    width: calc(33.33% - 30px) !important;
    font-size: 12px;
    margin: 5px;
    position: relative;
    padding: 10px;
    background: #fff
}

.linklist_sb .list_bx a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.linklist_sb .list_bx .btn {
    margin-top: 8px
}

.linklist_sb .list_bx .btn span {
    border: 1px solid #111;
    padding: 2px 24px
}

.linklist_sb .list_bx .blog_bx_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.linklist_sb .list_bx .blog_bx_flex div {
    width: calc(100% - 120px)
}

.linklist_sb .list_bx:hover {
    background: #EEE
}

.linklist_sb .list_bx figcaption {
    display: block;
    text-align: center;
    width: 100px;
    height: 100px;
    overflow: hidden;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    float: left
}

.linklist_sb .list_bx * {
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.linklist_sb .list_bx p {
    line-height: 1.6em;
    font-size: 13px
}

.linklist_sb .list_bx img {
    vertical-align: middle;
    height: 100px;
    width: 100%;
    object-fit: cover
}

.linklist_sb .list_bx:hover img {
    opacity: 1 !important;
    transform: scale(1.1)
}

.linklist_sb .list_bx .ttl {
    font-weight: bold;
    font-size: 10px;
    color: #fff;
    float: left;
    background: #172b76;
    padding: 0 15px;
    margin-bottom: 5px
}

.linklist_sb .list_bx .ttm {
    float: right;
    padding-top: 0px;
    font-size: 10px;
    font-weight: normal;
    color: #333
}

.linklist_sb .list_bx .ttm:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f017";
    margin-right: 5px;
    font-weight: normal
}

.linklist_sb .list_bx .list_ttl {
    clear: both;
    font-weight: bold;
    color: #172b76;
    font-size: 1.5rem;
    line-height: 1.5;
    border-bottom: 1px solid #446C15
}

@media screen and (max-width: 768px) {
    .linklist_sb .list_bx {
        width: calc(100% - 22px) !important;
        margin: 0px 0 20px
    }
}

.bg1 {
    background: url("../img/footer_bg.png") bottom center repeat-x
}

#page-top {
    position: fixed;
    bottom: 5px;
    right: 5px;
    font-size: 12px;
    font-weight: bold;
    z-index: 9999
}

#page-top a {
    color: #fff;
    font-size: 25px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-decoration: none;
    padding: 5px 15px;
    text-align: center;
    display: block;
    background: #172b76;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px
}

#page-top a:hover {
    background: #284acb;
    text-decoration: none
}

.contactbx {
    text-align: center;
    margin: 15px 0 0
}

.contactbx li {
    margin: 0 5px 10px;
    display: inline-block
}

.contactbx a {
    width: 100%;
    display: block;
    font-size: 20px
}

.contactbx .tl a {
    background: #fff;
    width: 100%;
    max-width: 100%;
    min-width: 400px;
    font-weight: bold;
    padding: 5px 0px;
    border: 1px solid #172b76;
    border-radius: 35px
}

.contactbx .ml a {
    background: #fff;
    width: 100%;
    max-width: 100%;
    min-width: 400px;
    font-weight: bold;
    padding: 5px 0px;
    border: 1px solid #172b76;
    border-radius: 35px;
    background: #172b76
}

.contactbx .ol a {
    background: #fff;
    width: 100%;
    max-width: 100%;
    min-width: 400px;
    font-weight: bold;
    padding: 5px 0px;
    border: 1px solid #172b76;
    border-radius: 35px;
    background: #172b76
}

.contactbx .tl a:link,
.contactbx .tl a:visited {
    color: #333
}

.contactbx .tl a:hover {
    color: #fff;
    background: #172b76
}

.contactbx .tl a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f095";
    margin-right: 15px
}

.contactbx .ml a:link,
.contactbx .ml a:visited {
    color: #fff
}

.contactbx .ml a:hover {
    color: #fff;
    background: #172b76
}

.contactbx .ml a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0e0";
    margin-right: 5px
}

.contactbx .ol a {
    color: #fff !important
}

.contactbx .ol a:link,
.contactbx .ol a:visited {
    color: #fff !important
}

.contactbx .ol a:hover {
    color: #fff !important;
    background: #284acb
}

.contactbx .ol a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f07a";
    margin-right: 5px
}

@media screen and (max-width: 768px) {
    .contactbx .tl a {
        min-width: 290px;
        display: block
    }

    .contactbx .ml a {
        min-width: 290px;
        display: block
    }

    .contactbx .ol a {
        min-width: 290px;
        display: block
    }
}

.bg-area {
    background-image: url(../img/bg-area.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: scroll;
    width: 100%;
    height: 330px
}

.bg-area .lsingle {
    padding-bottom: 150px
}

@media screen and (max-width: 768px) {
    .bg-area {
        background: none;
        height: auto
    }

    .bg-area .lsingle {
        padding-bottom: 200px
    }
}

header {
    width: 100%;
    z-index: 100;
    padding: 16px 0 8px;
    border-top: 3px solid #172b76;
    position: relative
}

header #head {
    max-width: 1200px;
    margin: 0 auto 8px
}

header #head .logo {
    float: left
}

header #head #menuA {
    height: auto
}

header #menu {
    margin: 0 auto;
    width: 1200px;
    padding: 0px 0
}

header #menu * {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

header #menu ul {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

header #menu li {
    width: calc(100% / 6 - 2px);
    border-left: #284acb 1px dotted
}

header #menu li:last-child {
    border-right: #284acb 1px dotted
}

header #menu li a {
    font-size: 1.6rem;
    font-weight: normal;
    text-align: center;
    width: 100%;
    line-height: 1.3;
    display: block;
    padding: 5px 0px;
    letter-spacing: 0.1rem;
    color: #172b76
}

header #menu li a span {
    font-size: 1.1rem;
    font-weight: normal;
    display: block;
    letter-spacing: 0rem;
    color: #8dc4ff
}

header #menu li a:link,
header #menu li a:visited {
    color: #172b76;
    text-decoration: none
}

header #menu li a:hover {
    opacity: 0.6
}

header .tel {
    float: right
}

header .telbtn_t {
    float: left;
    margin: 0 15px;
    line-height: 1.4;
    text-align: center;
    color: #222;
    padding-top: 5px;
    font-size: 1.4rem;
    letter-spacing: 0.2rem
}

header .telbtn_t span {
    font-size: 3.2rem;
    font-family: "Kosugi Maru", sans-serif;
    font-weight: 700
}

header .telbtn_t span:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f095";
    margin-right: 5px;
    color: #FFF;
    font-size: 2.9rem;
    color: #172b76
}

header .mailbtn_t {
    float: right
}

header .mailbtn_t a {
    display: block;
    background: -moz-linear-gradient(-45deg, #172b76 50%, #060c21 50%);
    background: -webkit-linear-gradient(-45deg, #172b76 50%, #060c21 50%);
    background: linear-gradient(135deg, #172b76 50%, #060c21 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$base_color', endColorstr='lighten($base_color, 10%)', GradientType=1);
    color: #FFFFFF;
    font-family: 'Font Awesome 5 Free';
    font-size: 2rem;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%
}

header .mailbtn_t a:hover {
    background: #172b76
}

header.clone-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    transition: .3s;
    transform: translateY(-100%);
    background: rgba(255, 255, 255, 0.8);
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 2px 2px
}

header.clone-nav #menu li {
    border-left: #d5d5d5 1px solid
}

header.clone-nav #menu li:last-child {
    border-right: #d5d5d5 1px solid
}

header.clone-nav #menu li a:link,
header.clone-nav #menu li a:visited {
    color: #333
}

header.clone-nav .telbtn_t {
    color: #111
}

header.clone-nav .telbtn_t span:before {
    color: #172b76
}

header.is-show {
    transform: translateY(0)
}

@media (max-width: 768px) {
    header {
        height: 67px !important;
        padding: 0px 0;
        position: fixed;
        background: rgba(255, 255, 255, 0.8)
    }

    header #head {
        height: 57px !important
    }

    header #head .logo {
        margin-top: 8px;
        margin-left: 5px;
        width: 330px;
        height: 35px;
        font-size: 0
    }

    header #head .tel {
        display: none
    }

    header.clone-nav {
        z-index: 0;
        width: 100%;
        transition: .0s;
        transform: translateY(0%);
        background: rgba(255, 255, 255, 0.8);
        box-shadow: transparent 0 2px 2px 2px
    }
}

#flash1 {
    width: 100%;
    min-width: 1100px;
    overflow: hidden;
    margin: 0 auto;
    position: relative
}

.flashimg {
    width: 960px;
    max-width: 960px;
    height: 130px;
    position: absolute;
    padding: 15px 0;
    text-align: center;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 5000
}

#flash {
    height: 500px;
    margin: 0 auto;
    padding: 0px;
    position: relative;
    overflow: hidden
}

@media (max-width: 768px) {
    #flash {
        margin: 80px auto 0
    }
}

.wideslider {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
    height: 500px
}

.wideslider ul {
    float: left;
    display: inline
}

.wideslider ul li {
    float: left;
    display: inline
}

.wideslider ul li img {
    width: 100%;
    display: none
}

.wideslider_base {
    top: 0;
    position: absolute
}

.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden
}

.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer
}

.slider_prev {
    background: #fff url(../photo/prev.jpg) no-repeat right center
}

.slider_next {
    background: #fff url(../photo/next.jpg) no-repeat left center
}

@media screen and (max-width: 768px) {
    #flash {
        width: 100%;
        height: auto
    }

    #flashA {
        min-width: 100%
    }
}

#title_bg1 {
    background-image: url("../img/bg_image1.jpg")
}

#title_bg2 {
    background-image: url(../img/bg_title2.jpg)
}

#title_bg3 {
    background-image: url(../img/bg_title3.jpg)
}

#title_bg4 {
    background-image: url(../img/bg_title4.jpg)
}

#title_bg5 {
    background-image: url(../img/bg_title5.jpg)
}

#title_bg1,
#title_bg2,
#title_bg3,
#title_bg4,
#title_bg5 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    background-attachment: scroll
}

#title {
    padding: 120px 0;
    margin: 0px auto 0;
    background: rgba(255, 255, 255, 0.6)
}

#title h2 {
    font-family: "Kosugi Maru", sans-serif;
    color: #172b76;
    text-align: center;
    font-weight: normal;
    font-size: 4.5rem;
    line-height: 1.4;
    position: relative;
    letter-spacing: 4px
}

#title h2 span {
    font-family: "Kosugi Maru", sans-serif;
    font-size: 13px;
    display: block;
    color: #8dc4ff
}

@media screen and (max-width: 768px) {
    #title {
        padding: 100px 0 40px
    }

    #title h2 {
        font-size: 2.5rem
    }
}

.pvc strong {
    color: #172b76;
    display: block;
    border-bottom: 1px dotted #aaa;
    margin: 8px 0
}

.pvc strong:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0a9";
    margin-right: 5px
}

.pvc h4 {
    color: #172b76;
    display: block;
    border-bottom: 1px dotted #aaa;
    margin: 8px 0
}

.pvc h4:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0a9";
    margin-right: 5px
}

.section_box_text_r {
    display: -webkit-flex;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-shadow: #172b76 0 0 0 1px;
    margin: 0 auto;
    background: #172b76;
    color: #fff
}

.section_box_text_l {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-shadow: #172b76 0 0 0 1px;
    margin: 0 auto;
    background: #172b76;
    color: #fff
}

.section_box_text_box {
    width: 740px;
    vertical-align: middle;
    padding: 20px 35px
}

.section_box_text_box .btn1 {
    margin-top: 30px
}

.section_box_img {
    flex: 1
}

.section_box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.conts-ttl {
    font-family: "Kosugi Maru", sans-serif;
    font-size: 2.3rem;
    font-weight: normal;
    margin-bottom: 15px;
    color: #FFF;
    border-bottom: 1px solid #FFF
}

.conts-ttlB {
    font-size: 1.6rem;
    font-weight: normal;
    margin-bottom: 15px;
    color: #172b76
}

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

    .section_box_text_r,
    .section_box_text_l {
        display: -webkit-flex;
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        margin: 0 auto 32px
    }

    .section_box_text_box {
        width: calc(100% - 40px);
        vertical-align: middle;
        padding: 20px 20px
    }

    .section_box_img {
        flex: 1;
        width: 100%;
        height: 100%;
        overflow: hidden
    }

    .section_box_img img {
        object-fit: contain;
        text-align: center;
        width: 100%;
        height: auto;
        object-position: 50% 50%
    }
}

.slider1 {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-repeat: repeat;
    margin-bottom: 20px
}

.slider1 .viewport {
    width: 100%;
    margin: 0 auto;
    height: 240px;
    position: relative
}

.slider1 .buttons {
    font-family: "Font Awesome 5 Free";
    font-weight: normal;
    position: absolute;
    top: 85%;
    bottom: 0;
    left: -10px;
    width: 50px;
    height: 100%;
    color: #fff;
    text-decoration: none;
    margin: 0 auto;
    z-index: 5;
    cursor: pointer;
    font-size: 1.5em;
    text-align: center;
    vertical-align: bottom
}

.slider1 .next {
    right: -10px;
    left: auto;
    top: 85%;
    bottom: 0
}

.slider1 .buttons:hover {
    opacity: 0.6
}

.slider1 .disable {
    visibility: hidden
}

.slider1 .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    left: 0;
    top: -1px
}

.slider1 .overview li {
    width: 200px;
    height: 230px;
    float: left;
    text-align: center;
    vertical-align: middle;
    display: table;
    z-index: 99999;
    overflow: hidden;
    font-weight: bold;
    padding: 0px;
    margin: 0px 10px
}

.slider1 .overview li p {
    text-align: center;
    font-weight: normal;
    font-size: 13px !important
}

.slider1 img {
    width: 200px;
    height: 210px;
    border-radius: 100%;
    vertical-align: middle;
    text-align: center;
    object-fit: cover;
    margin-bottom: 5px
}

.blanket li {
    padding: 0px 0;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: baseline;
    margin-bottom: -150px
}

.blanket li:nth-child(2n) {
    display: block
}

.blanket li:nth-child(2n) .image {
    margin: 0 auto
}

.blanket li:nth-child(2n) .blanket_ttl_top {
    text-align: left;
    color: #446C15 !important
}

.blanket li .image,
.blanket li .detailBox {
    width: 50%;
    box-sizing: border-box;
    -webkit-transition-duration: .8s;
    transition-duration: .8s
}

.blanket li .image {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px)
}

.blanket li .image img {
    box-shadow: rgba(23, 43, 118, 0.1) -50px 50px 0 0
}

.blanket li .detailBox {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative
}

.blanket li .textBox {
    background: #172b76;
    padding: 50px 60px 100px
}

.blanket li .blanket_ttl_top {
    font-family: "Kosugi Maru", sans-serif;
    letter-spacing: 0.2rem;
    font-size: 5rem;
    font-weight: normal;
    margin-bottom: 10px;
    text-indent: 2rem;
    text-align: right;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    position: relative
}

.blanket li .blanket_ttl_top span {
    display: block;
    font-size: 1.8rem
}

.blanket li .blanket_ttl {
    font-size: 2.4rem;
    font-weight: normal;
    color: #FFFFFF;
    margin-bottom: 10px
}

.blanket li .btn {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -30px);
    -ms-transform: translate(-50%, -30px);
    transform: translate(-50%, -30px)
}

.btn_slash {
    line-height: 1;
    color: #fff;
    text-align: center;
    width: 270px;
    margin: 0 auto
}

.btn_slash:before {
    background: #446C15;
    -webkit-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    transform: skew(-12deg);
    z-index: 2
}

.btn_slash:after {
    -webkit-transform: skew(-12deg) translate(8px, 8px);
    -ms-transform: skew(-12deg) translate(8px, 8px);
    transform: skew(-12deg) translate(8px, 8px);
    border-color: #446C15;
    z-index: 1
}

.btn_slash:before,
.btn_slash:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #446C15;
    box-sizing: border-box;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out
}

.btn_slash a {
    padding: 20px 0 21px;
    color: #fff;
    display: block;
    position: relative;
    z-index: 3;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    text-decoration: none
}

.btn_slash:hover:before {
    border-color: #02672c;
    background-color: #02672c;
    -webkit-transform: skew(-12deg) translate(4px, 4px);
    -ms-transform: skew(-12deg) translate(4px, 4px);
    transform: skew(-12deg) translate(4px, 4px)
}

.btn_slash:hover:after {
    border-color: #02672c;
    -webkit-transform: skew(-12deg) translate(4px, 4px);
    -ms-transform: skew(-12deg) translate(4px, 4px);
    transform: skew(-12deg) translate(4px, 4px)
}

.btn_slash:hover a {
    -webkit-transform: translate(4px, 4px);
    -ms-transform: translate(4px, 4px);
    transform: translate(4px, 4px)
}

@media screen and (max-width: 768px) {
    .blanket li {
        display: block;
        margin: 0
    }

    .blanket li:nth-child(2n) {
        display: block
    }

    .blanket li:nth-child(2n) .image {
        margin: 0 auto
    }

    .blanket li:nth-child(2n) .blanket_ttl_top {
        text-align: left
    }

    .blanket li .image,
    .blanket li .detailBox {
        width: 100%
    }

    .blanket li .detailBox {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        position: static;
        padding: 20px 0
    }

    .blanket li .image img {
        box-shadow: rgba(23, 43, 118, 0.1) -10px 10px 0 0
    }

    .blanket li .textBox {
        width: calc(100% - 20px);
        background: #172b76;
        padding: 15px 10px
    }

    .blanket li .blanket_ttl_top {
        font-size: 3rem;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        position: static;
        text-align: left;
        margin-bottom: 0;
        text-indent: 1rem
    }

    .blanket li .blanket_ttl_top span {
        font-size: 1.3rem
    }

    .blanket li .blanket_ttl {
        font-size: 2rem;
        font-weight: normal
    }

    .blanket li .btn {
        width: 90% !important;
        position: static;
        top: 0;
        left: 0;
        -webkit-transform: translate(0%, 0px);
        -ms-transform: translate(0%, 0px);
        transform: translate(0%, 0px)
    }

    .blanket .btn_slash {
        line-height: 1;
        color: #fff;
        text-align: center;
        margin: 25px auto 0
    }
}

.flowbox {
    padding-top: 10px;
    width: 100%;
    margin: 0 auto
}

.flowbox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.flowbox li {
    width: calc(25% - 4%);
    margin-right: 4%;
    margin-bottom: 24px;
    position: relative;
    font-size: 15px;
    background: #172b76
}

.flowbox li p {
    padding: 18px 10px 0
}

.flowbox li h4 {
    background: #172b76;
    color: #fff;
    padding: 0 10px
}

.flowbox li b {
    color: #172b76
}

.flowbox li img {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block
}

.flowbox li:nth-child(4) {
    margin-right: 0
}

.flowbox li:nth-child(4):after {
    content: ''
}

.flowbox li:nth-child(8) {
    margin-right: 0
}

.flowbox li:nth-child(8):after {
    content: ''
}

.flowbox li:nth-child(12) {
    margin-right: 0
}

.flowbox li:nth-child(12):after {
    content: ''
}

.flowbox li:nth-child(16) {
    margin-right: 0
}

.flowbox li:nth-child(16):after {
    content: ''
}

.flowbox li:last-child {
    clear: both;
    margin-right: 0
}

.flowbox li:last-child:after {
    content: ''
}

.flowbox li::after {
    font-family: "font awesome 5 Free";
    content: "\f0da";
    position: absolute;
    font-weight: 900;
    top: 22%;
    right: -33px;
    font-size: 50px;
    color: #172b76
}

@media screen and (max-width: 768px) {
    .flowbox li {
        width: calc(50% - 4%);
        margin-bottom: 20px
    }

    .flowbox li:nth-child(2n) {
        margin-right: 0
    }

    .flowbox li:nth-child(2n):after {
        content: ''
    }

    .flowbox li:last-child {
        margin-right: 0
    }

    .flowbox li:last-child:after {
        content: ''
    }

    .flowbox li::after {
        font-family: "font awesome 5 Free";
        content: "\f0da";
        position: absolute;
        font-weight: 900;
        top: 30%;
        right: -16%;
        font-size: 30px;
        color: #172b76
    }
}

.link_top img {
    border: 1px solid #172B76;
    border-radius: 10px
}

.flink2 ul {
    margin-right: -21px;
    margin-bottom: -20px
}

.flink2 li {
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
    text-align: center
}

#reserve {
    writing-mode: vertical-rl;
    position: fixed;
    display: block;
    z-index: 300;
    right: 0;
    bottom: 80px;
    padding: 20px;
    background: #ddc778;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#adfff3', endColorstr='#fffacd', GradientType=0);
    border-bottom: 1px solid #ac7e3b;
    border-top: 1px solid #ac7e3b;
    border-left: 1px solid #ac7e3b;
    border-radius: 20px 0 0 20px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.2em
}

#reserve:hover {
    opacity: 0.8
}

#reserve1 {
    padding: 8px 0
}

#reserve1 .far {
    padding-bottom: 10px;
    font-size: 1.4em
}

#reserve1 .fas {
    padding-top: 10px;
    font-size: 1.4em;
    color: #fff
}

#reserve-sp {
    display: none
}

.pc {
    display: block !important
}

.sp {
    display: none !important
}

.list-check {
    font-size: 100%;
    font-weight: normal;
    overflow: hidden;
    line-height: 1.5;
    margin-bottom: 20px;
    margin-left: 20px
}

.list-check li {
    padding-left: 1.5em;
    padding-top: 5px;
    padding-bottom: 5px;
    text-indent: -1.5em;
    border-bottom: 1px dotted #ddd
}

.list-check li:before {
    font-family: 'FontAwesome';
    content: "\f046";
    margin-right: 5px;
    color: #aaa
}

.mtext000 {
    font-size: 2.2rem;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #172b76;
    border: 2px solid #8dc4ff
}

@media (max-width: 768px) {
    .mtext000 {
        font-size: 1.5rem !important
    }
}

.form-contents .submit-btn{
    background: #172b76!important;
    border: solid 2px #172b76!important;
  }
  .form-contents :not(.pattern-exclusion) button:hover {
    color: #172b76!important;
    background: #fff!important;
    border: solid 2px #172b76!important;
  }
  .form-contents .submit-btn:hover::before {
        background-color: #172b76!important;
  }
  
  .form-contents dl dt:not(.pattern-exclusion) span.optional::before {
    padding:0 5px 0;
    margin-right: 5px;
    font-size: 11px;
    border-radius: 2px;
    position: relative;
    top: -2px;
  }
  .form-contents dl dt:not(.pattern-exclusion) span.optional::before {
    content: '任意';
    color: #fff!important;
    background: #999!important;
  }
  
  .form-contents {
    padding-top: 0!important;
}

.form-contents dl dd label {
    display:inline-block;
  }

/*# sourceMappingURL=style.css.map */