@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 1em;
}
html {
    font-size: 62.5%;
}
body, table, input, textarea, select, option {
    font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
a, a:link {
    color: #333;
    text-decoration: none;
}
a:visited {
    color: #333;
}
a:hover {
    color: #333;
}
a:active {
    color: #333;
}
@font-face {
    font-family: 'times';
    src: url("../fonts/times.eot");
    src: url('../fonts/times.eot?#iefix') format('embedded-opentype'),
    url('../fonts/times.woff') format('woff'),
    url('../fonts/times.ttf')  format('truetype');
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
    min-width: 1040px;
    color: #333;
    font-size: 1.8rem;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #FFF;
}
#container {
    text-align: left;
}
a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
}
@media all and (min-width: 897px) {
    .sp {
        display: none !important;
    }
}
@media all and (max-width: 896px) {
    body {
        min-width: inherit;
        font-size: 1.2rem;
    }
    a:hover, a:hover img {
        opacity: 1 !important;
    }
    .pc {
        display: none !important;
    }
    a[href^="tel:"] {
        cursor: pointer;
        pointer-events: auto;
    }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    box-shadow: 2px 0 8px rgba(0,0,0,0.1);
    position: relative;
    z-index: 2;
}
#gHeader h1 {
    margin: 26px 0 0 26px;
    width: 414px;
}
#gHeader .tel a {
    font-family: 'Roboto', sans-serif;
}
#gHeader .hBox {
    width: 580px;
    justify-content: flex-end;
}
#gHeader .tel {
    margin: 11px 19px 0 0;
    width: 290px;
    text-align: center;
}
#gHeader .tel p {
    margin-bottom: 2px;
    font-size: 1.6rem;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
}
#gHeader .tel a {
    padding: 0 10px 0 55px;
    font-size: 3.4rem;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    background: url("../image/icon02.png") no-repeat left center;
}
#gHeader .link {
    width: 230px;
    background-color: #9fca00;
}
#gHeader .link a {
    padding: 30px 0 29px;
    display: block;
    text-align: center;
}
#gHeader .link a:hover {
    opacity: 0.7;
}
#gHeader .link a span {
    padding-left: 50px;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
    background: url("../image/icon01.png") no-repeat left center;
}
@media all and (max-width: 896px) {
    #gHeader {
        box-shadow: 1px 0 4px rgba(0,0,0,0.1);
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background-color: #fff;
    }
    #gHeader h1 {
        margin: 13px 0 7px 13px;
        width: 207px;
    }
    #gHeader .spLinkList li {
        width: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #9fca00;
    }
    #gHeader .spLinkList li:not(:last-of-type) {
        margin-right: 1px;
    }
    #gHeader .spLinkList li a {
        padding-top: 3px;
        display: block;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    padding-top: 39px;
    background-color: #eff6da;
}
#gFooter .fBox {
    margin: 0 auto 40px;
    width: 980px;
}
#gFooter .fNavi {
    margin: -10px 0 60px;
}
#gFooter .fNavi li {
    margin: 10px 13px 0 0;
    width: 235px;
    box-sizing: border-box;
}
#gFooter .fNavi li:last-of-type,
#gFooter .fNavi li:nth-of-type(4n) {
    margin-right: 0;
}
#gFooter .fNavi li a {
    padding: 13px 5px 15px;
    display: block;
    font-weight: 700;
    letter-spacing: 0.08em;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    background-color: #fff;
    border: 3px solid #9cc320;
    border-radius: 15px;
}
#gFooter .fNavi li a:hover {
    opacity: 0.7;
}
#gFooter .fLogo {
    margin-bottom: 14px;
    text-align: center;
}
#gFooter p {
    font-weight: 400;
    letter-spacing: 0.06em;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
}
#gFooter address {
    padding: 15px 0 20px;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    text-align: center;
    font-style: normal;
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #fff;
}
@media all and (max-width: 896px) {
    #gFooter {
        padding-top: 20px;
    }
    #gFooter .fBox {
        margin: 0 15px 16px;
        width: auto;
    }
    #gFooter .fNavi {
        margin: -10px 0 30px;
        justify-content: space-between;
    }
    #gFooter .fNavi li {
        margin: 10px 0 0 0;
        width: 48%;
    }
    #gFooter .fNavi li a {
        padding: 5px;
        font-size: 1.1rem;
        border: 2px solid #9cc320;
        border-radius: 8px;
    }
    #gFooter .fLogo {
        margin: 0 auto 10px;
        max-width: 332px;
    }
    #gFooter p {
        font-size: 1.1rem;
        line-height: 1.27;
    }
    #gFooter address {
        padding: 14px 0;
        font-size: 1.1rem;
    }
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
    display: flex;
    flex-wrap: wrap;
}
.flexA {
    justify-content: space-around;
}
.flexB {
    justify-content: space-between;
}
.flexC {
    justify-content: center;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.content {
    margin: 0 auto;
    width: 980px;
}
@media all and (max-width: 896px) {
    .content {
        margin: 0 15px;
        width: auto;
    }
}
/*------------------------------------------------------------
	tabPanel
------------------------------------------------------------*/
.tabPanel .tabList {
    margin-left: 20px;
}
.tabPanel .tabList li {
    margin-right: 20px;
    float: left;
    width: 460px;
    background-color: #fff;
    border: 2px solid #2d4089;
    border-radius: 15px 15px 0 0;
    border-bottom: none;
    box-sizing: border-box;
}
.tabPanel .tabList li:last-of-type {
    margin-right: 0;
}
.tabPanel .tabList li a {
    padding: 19px 0 15px;
    display: block;
    color: #2d4089;
    font-size: 3.2rem;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-align: center;
    font-feature-settings: "palt"; 
    -moz-font-feature-settings: "palt";
}
.tabPanel .tabList li.on,
.tabPanel .tabList li:hover {
    background-color: #2d4089;
}
.tabPanel .tabList li.on a,
.tabPanel .tabList li:hover a {
    color: #fff;
}
.tabPanel .tabBox {
    padding: 40px;
    background-color: #f4f4f4;
    border-top: 2px solid #2d4089;
    border-radius: 0 0 15px 15px;
}
.tabPanel .tabBox .innerList li {
    background-color: #fff;
    border: 2px solid #2d4089;
    border-radius: 15px;
}
@media all and (max-width: 896px) {
    .tabPanel .tabList {
        margin-left: 0;
        border-bottom: 1px solid #2d4089;
    }
    .tabPanel .tabList li {
        margin-right: 3%;
        width: 48.5%;
        border: 1px solid #2d4089;
        border-radius: 8px 8px 0 0;
        border-bottom: none;
    }
    .tabPanel .tabList li a {
        padding: 7px 0 6px;
        font-size: 1.4rem;
        line-height: 1.286;
    }
    .tabPanel .tabList li.btn01 a {
        padding: 16px 0 15px;
    }
    .tabPanel .tabList li.on:hover {
        background-color: #2d4089;
    }
    .tabPanel .tabList li:hover {
        background-color: #fff;
    }
    .tabPanel .tabList li:hover a {
        color: #2d4089;
    }
    .tabPanel .tabList li.on:hover a {
        color: #fff;
    }
    .tabPanel .tabBox {
        margin: 0 -15px;
        padding: 23px 15px 30px;
        border-top: none;
        border-radius: 0;
    }
    .tabPanel .tabBox .innerList li {
        border-radius: 8px;
    }
}
@media all and (-ms-high-contrast:none) {
    .tabPanel .tabList li a {
        padding: 24px 0 10px;
    }
}