/*bace rewrite*/

[data-element-id] h1 {
    text-indent: initial;
    position: static;
}

h1 {
    position: absolute;
    bottom: 200%;
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 599px) {
}

/*common*/

.cl>li {
    padding-left: 1.75em;
    position: relative;
}

.cl>li:before {
    content: "";
    width: 1.25em;
    height: 1.25em;
    background: url(/import/tenant_1/160.16.242.72/html/images/check.png) center center /100% auto no-repeat;
    position: absolute;
    top: 0.2em;
    left: 0;
}

.cG {
    color: #62a6cd;
}

.cO {
    color: rgba(236, 107, 64, 255);
}

.rad10 img {
    border-radius: 10px;
}

.bg01 {
    background: url(/import/tenant_1/160.16.242.72/html/images/bg01.png) center center /auto 100% no-repeat;
}

.bgG {
    background: #edf4f9;
}

.bgGd {
    background: #80b7d6;
}

.bgGd * {
    color: #fff;
}

.bgBe {
    background: #fef8e2;
}

.morebtm a {
    width: 200px;
    max-width: 100%;
    display: inline-block;
    overflow: hidden;
    padding: 20px;
    color: #81b8d7;
    border: 1px solid;
    border-radius: 50px;
    background-color: #fff;
    opacity: 1;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    position: relative;
    z-index: 1;
}

.morebtm a:before {
    content: "";
    background-color: #81b8d7;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.morebtm a:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
}

.morebtm a:hover:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.more a {
    display: block;
    overflow: hidden;
    border: 1px solid;
    opacity: 1;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    position: relative;
    z-index: 1;
}

.more a:before {
    content: "";
    background-color: #81b8d7;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.more a:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
}

.more a:hover:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.more .a {
    width: 150px;
    max-width: 100%;
    display: inline-block;
    overflow: hidden;
    padding: 10px 20px;
    border: 2px solid;
    border: 1px solid;
    opacity: 1;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    position: relative;
    z-index: 1;
}

.more .a:after {
    content: "\f105";
    font-family: FontAwesome;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 10px;
}

.more .a:before {
    content: "";
    background-color: #81b8d7;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.more .a:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
}

.more .a:hover:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.home h3 span {
    display: block;
    line-height: 160%;
}

.home h3 span.bb1 {
    display: inline-block !important;
    border-bottom: 1px solid;
}

.flD {
    display: inline-block !important;
    padding: 15px 60px 0;
    background-image: url(/import/tenant_1/160.16.242.72/html/images/frl.png), url(/import/tenant_1/160.16.242.72/html/images/frr.png);
    background-size: 23px, 23px;
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom 3px, right bottom 3px;
}

@media only screen and (max-width:1024px) {
    .bg01 {
        background: url(/import/tenant_1/160.16.242.72/html/images/bg01.png) center center /100% auto no-repeat;
    }

    .morebtm a {
        padding: 15px;
    }

    .flD {
        padding: 10px 40px 0;
        background-size: 20px, 20px;
    }

    .more .a {
        padding: 7.5px 20px;
        border-width: 1px;
    }

    .bgPl:after {
        width: 200px;
    }
}

@media only screen and (max-width:599px) {
    .morebtm a {
        padding: 10px;
    }

    .flD {
        padding: 40px 0px 0;
        position: relative;
        background: none;
    }
    
    .flD:before {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 2.5em;
    height: 40px;
    background-image: url(/import/tenant_1/160.16.242.72/html/images/frl.png), url(/import/tenant_1/160.16.242.72/html/images/frr.png);
    background-size: 15px, 15px;
    background-repeat: no-repeat, no-repeat;
    background-position: left center,right center;
    content: "";
}

    .more .a {
        padding: 5px 20px;
    }

    .bgPl:after {
        width: 100px;
    }

    .home h3.fw400 {
        font-weight: 500;
    }
}

/*home*/

.hfirst {
    padding: 160px 0;
}

.hfirst h3 span {
    display: inline-block;
}

.hfirst .txt {
    margin: 40px 0;
}

.habouttop .tbox .txt {
    margin: 40px 0;
}

.habouttop .hfaclist {
    position: relative;
}

.habouttop .hfaclist dt img {
    top: auto !important;
    bottom: 0;
}

.habouttop .hfaclist dd {
    width: 100%;
    padding-right: 20%;
    position: absolute;
    bottom: 5%;
    left: 20%;
    z-index: 1;
}

.habouttop .hfaclist ul {
    max-width: 50%;
    margin: 0 auto;
}

.habouttop .hfaclist li {
    width: 18%;
    margin: 0;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.habouttop .hfaclist li:hover {
    cursor: pointer;
}

.habouttop .hfaclist li .trimmingInner {
    padding-top: calc(100% - 10px) !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 5px solid #fff;
    border-radius: 50%;
}

.hnewsbox .titbox span {
    display: block;
    line-height: 160%;
}

.hnewsbox .titbox {
    width: 24%;
    padding-right: 2%;
}

.hnewsbox .tbox {
    width: 76%;
    padding-left: 6%;
    border-left: 1px solid;
}

.hnewsbox .tbox a,
.hnewsbox .titbox a {
    display: block;
}

.hnewslist li dd {
    width: 7em;
}

.hnewslist li dt {
    width: calc(100% - 7em);
}

.htreatlist .w50 {
    margin: 0;
}

.htreatlist li:nth-of-type(4n + 3) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.htreatlist li:nth-of-type(4n + 4) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.htreatlist li .tbox a {
    height: 100%;
    display: block;
    padding: 10px;
    opacity: 1;
}

.htreatlist li .tbox dl {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.htreatlist li .tbox dt {
    margin-bottom: 60px;
}

.hblog h3 a {
    display: block;
}

.hbloglist * {
    text-align: center;
}

.hbloglist li {
    margin-bottom: 40px;
}

.hbloglist li a {
    display: block;
}

.hbloglist li .pic .ofiImg {
        overflow: hidden;
    border: 1px solid #62a6cd;
    border-radius: 10px;
}

.hbloglist dd {
    margin: 0 0 20px;
}

.hrecbox {
    background: #fff;
}

.hrecbox>* {
    margin: 0;
}

.hrecbox .tbox {
    padding: 20px;
}

.comacc>* {
    margin: 0;
}

.comacc .tbox {
    padding: 20px;
}

.comacc .map:after {
    padding-top: 70%;
}

.hexmlist {
    border: 1px solid #eee;
}

.hexmlist .w50 {
    margin: 0;
}

.hexmlist .hexmitem {
    background-color: #81b8d7;
}

.hexmlist .hexmitem:nth-of-type(4n+3),
.hexmlist .hexmitem:nth-of-type(4n+4) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.hexmitem {
    width: 50%;
}

.hexmitem .picbox .pic {
    padding: 3em;
    background-color: white;
}

.hexmitem .tbox * {
    max-width: 100%;
    color: #fff;
}

.hexmitem .tbox a {
    height: 100%;
    display: block;
    padding: 1.5em 1em;
    background-color: #81b8d7;
    opacity: 1;
}

.hexmitem .tbox dl {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.hgreetboxin .tbox .ttl {
    width: 100px;
    letter-spacing: 0.2em;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: tb-rl;
    writing-mode: tb-rl;
}

.hgreetboxin .tbox .ttl+.msg {
    width: calc(100% - 100px);
    margin-top: 100px;
}

.hexmitem .tbox .a:hover {
    color: #81b8d7 !important;
}

.hexmitem .tbox .a:hover:before {
    background-color: #fff;
}

.henqbnr a {
    display: block;
}

.henqbnr {
    border: 0.15em solid #62a6cd;
}

.henqbnr * {
    color: #62a6cd;
    text-shadow: #fff 2px 0px 0px, #fff -2px 0px 0px,
    #fff 0px -2px 0px, #fff 0px 2px 0px,
    #fff 2px 2px 0px, #fff -2px 2px 0px,
    #fff 2px -2px 0px, #fff -2px -2px 0px,
    #fff 1px 2px 0px, #fff -1px 2px 0px,
    #fff 1px -2px 0px, #fff -1px -2px 0px,
    #fff 2px 1px 0px, #fff -2px 1px 0px,
    #fff 2px -1px 0px, #fff -2px -1px 0px,
    #fff 1px 1px 0px, #fff -1px 1px 0px,
    #fff 1px -1px 0px, #fff -1px -1px 0px;
}

.henqbnr .tbox {
    padding: 8% 1.5em;
}

.henqbnr .ofiImg.tc:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 0;
    left: 0;
}

@media only screen and (max-width:1024px) {
    .hfirst {
        padding: 80px 0;
    }

    .hfirst h3 {
        font-size: 24px;
    }

    .hfirst .txt {
        margin: 30px 0;
    }

    .habouttop .tbox .txt {
        margin: 30px 0;
    }

    .habouttop .hfaclist ul {
        max-width: 60%;
    }

    .hnewsbox .titbox {
        width: 26%;
    }

    .hnewsbox .tbox {
        width: 74%;
    }

    .htreatlist {
        max-width: 768px;
        margin: 0 auto;
    }

    .htreatlist li a {
        padding: 20px;
    }

    .htreatlist li .tbox dt {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-bottom: 20px;
    }

    .htreatlist li .w50 {
        width: 100%;
    }

    .hbloglist dd {
        margin: 0 0 15px;
    }

    .hgreetboxin .tbox .ttl {
        width: 60px;
    }

    .hgreetboxin .tbox .ttl+.msg {
        width: calc(100% - 60px);
        margin-top: 60px;
    }
}

@media only screen and (max-width:599px) {
    .hfirst {
        padding: 20px 0;
    }

    .hfirst h3 {
        font-size: 20px;
    }

    .hfirst h3 br {
        display: none;
    }

    .hfirst .txt br {
        display: none;
    }

    .hfirst .txt {
        margin: 20px 0;
    }

    .habouttop .tbox .txt {
        margin: 20px 0;
    }

    .hnewsbox .titbox {
        width: 100%;
        padding: 0;
    }

    .hnewsbox .tbox {
        width: 100%;
        padding: 1em 0;
        border-top: 1px solid;
        border-left: none;
    }

    .hnewslist dd {
        margin-bottom: 0;
    }

    .hnewslist li {
        margin: 0;
    }

    .hnewslist li dd {
        width: 100%;
        margin: 0.5em 0;
    }

    .hnewslist li dt {
        width: 100%;
        margin: 0;
    }

    .htreat h3 .fs24 {
        font-size: 18px;
    }

    .htreatlist .w50 {
        width: 50%;
    }

    .htreatlist li .tbox dt {
        font-size: 14px;
    }

    .hbloglist dd {
        margin: 0 0 10px;
    }

    .hexmitem .tbox dt {
        margin-bottom: 1em;
    }

    .hgreetboxin .tbox .ttl {
        width: 100%;
        margin: 0.5em 0;
        -ms-writing-mode: lr-tb;
        -webkit-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
    }

    .hgreetboxin .tbox .ttl+.msg {
        width: 100%;
        margin-top: 0;
    }
}

/*under*/

/*under common*/

.under h3 span {
    display: block;
    line-height: 160%;
}

.under h3.g {
    padding: 10px 10px 20px;
    color: #fff;
    background: #61754e;
}

.under h3.g .flD {
    background-image: url(/import/tenant_1/160.16.242.72/html/images/flw.png), url(/import/tenant_1/160.16.242.72/html/images/frw.png);
}

.pgNav ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pgNav li a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    background: #80b7d6;
}

.toothbg {
    padding: 80px 40px;
    background: url(/upload/tenant_1/f81e2e7b79917f70a4bec8927217eb3a.png) center center /100% 100% no-repeat;
}

.under .bb1 {
    display: inline-block !important;
    padding-bottom: 5px;
    position: relative;
}

.under .bb1:after {
    content: "";
    width: 100px;
    height: 1px;
    background: #a3a3a3;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    bottom: 0;
    left: 50%;
}

.bbl10>dt {
    margin: 20px 0;
    padding: 5px 5px 5px 20px;
    border-left: 10px solid;
}

.bbl10>dt.g {
    border-color: #80b7d6;
}

.bbl10>dt.b {
    border-color: #946f61;
}

.bbl10>dd {
    padding-left: 30px;
}

.bl01 {
    padding: 0.1em 0.1em 0.1em 0.75em;
    border-left: 0.5em solid;
}

@media only screen and (max-width:1024px) {
    .pgNav ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .pgNav li {
        width: 31.333%;
    }

    .pgNav li a {
        padding: 15px;
    }

    .toothbg {
        padding: 60px 40px;
    }

    .under h3.g {
        padding: 15px 10px 20px;
    }
}

@media only screen and (max-width:599px) {
    .pgNav li {
        width: 48%;
    }

    .pgNav li a {
        padding: 10px;
        font-size: 14px;
    }

    .toothbg {
        padding: 40px;
    }

    .under h3.g {
        padding: 10px;
    }
}

/*about*/

.abouttable {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.abouttable table {
    width: 100%;
    height: auto;
    margin: 5px auto 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-collapse: collapse;
    background: #79b3d4;
    -webkit-box-shadow: 0 0 0 2px #79b3d4;
    box-shadow: 0 0 0 2px #79b3d4;
}

.abouttable table * {
    color: #fff;
}

.abouttable table th {
    width: auto;
    height: 42px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    border: 1px solid #fff;
}

.abouttable table td {
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-right: 1px solid;
}

.abouttable tbody th {
    border: 1px solid;
}

.abouttable tbody td {
    font-size: 14px;
}

.about02box .map {
    max-width: 600px;
    margin: 0 auto;
}

.about02box .map:after {
    padding-top: 70%;
}

.aboutcomlist01 li {
    margin-bottom: 60px;
}

.aboutcomlist01 li:nth-of-type(even) dt {
    border-color: #80b7d6;
}

.aboutcomlist01 li:nth-of-type(odd) dt {
    border-color: #b69e94;
}

.aboutcomlist01 .trimmingInner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
}

.aboutcomlist01 li dt {
    margin: 20px 0;
    padding: 5px 5px 5px 20px;
    border-left: 10px solid;
}

.aboutcomlist01 li dt+dd {
    padding-left: 30px;
}

.aboutcomlist01 li [class*=heightLine] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.about04 {
    position: relative;
}

.about04:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(/import/tenant_1/160.16.242.72/html/images/bg01.png) center center /100% auto no-repeat;
    position: absolute;
    z-index: 1;
}

.about04box .aboutcomlist01 li {
    width: 48%;
}

.about05list .aboutcomlist02:nth-of-type(2n + 1) .tit span {
    background-color: #80b7d6;
}

.about05list .aboutcomlist02:nth-of-type(2n + 2) .tit span {
    background-color: #946f61;
}

.aboutcomlist02 {
    margin-bottom: 100px;
}

.aboutcomlist02:last-of-type {
    margin-bottom: 0;
}

.aboutcomlist02 .tit span {
    min-width: 240px;
    display: inline-block;
    padding: 10px 30px 10px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
}

.aboutcomlist02 li {
    margin: 40px 0;
}

.aboutcomlist02 .trimmingInner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
}

.aboutcomlist02 li .tbox dt {
    margin: 1em 0;
}

@media only screen and (max-width:1024px) {
    .aboutcomlist01 li {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width:599px) {
    .aboutcomlist01 li {
        margin-bottom: 20px;
    }

    .aboutcomlist01 li dt {
        margin: 20px 0 10px;
    }

    .abouttable table th {
        font-size: 12px;
    }

    .abouttable table td {
        padding: 8px;
        font-size: 12px;
    }

    .aboutcomlist02 li .tbox dt {
        margin: 0 0 1em;
    }
}

/*first*/

.first01box .tbox dl * {
    text-align: center;
}

.first01box .tbox dt {
    margin-bottom: 1em;
}

.first02list {
    counter-reset: number;
}

.first02list li {
    margin: 40px 0;
}

.first02list li .tbox dt {
    margin-bottom: 1em;
    position: relative;
}

.first02list li .tbox dt .num{
  display: inline-block;
    margin: 0.5em 0;
    padding-bottom: 4px;
    padding-right: 30px;
    font-size: 60px;
    color: #81b8d7;
    background: url(/import/tenant_1/160.16.242.72/html/images/toothgicon.png) right bottom /20px 20px no-repeat;
    line-height: .6;
}

.first02list li .tbox dt span {
    display: block;
}

.first02list li .trimmingInner {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
}

.first03list ul li.col1 {
    width: 20%;
}

.first03list ul li.col2 {
    width: 40%;
}

.first03list ul li.col3 {
    width: 60%;
}

.first03list ul li.t {
    padding: 0 1em;
}

.first03list ul li.col4 {
    width: 80%;
}

.first03list ul li.col5 {
    width: 100%;
}

.first03list ul li.btn.g .a {
    background: #61754e;
}

.first03list ul li.btn.b .a {
    background: #916f61;
}

.first03list ul li.btn .a {
    width: 200px;
    max-width: 100%;
    display: inline-block;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    border-radius: 50px;
}

.first03list ul li.h img {
    height: 100% !important;
}

.first03list ul li .blue {
    display: block;
    color: #1a3b95;
}

.first03list ul.ar p {
    margin: 10px 0;
    text-align: left;
}

.first03list ul li.bd1 {
    padding: 20px 5px;
    border: 2px dashed #c8c7c6;
    border-radius: 10px;
}

.first04list li {
    margin: 40px 0;
}

.first04list .tbox dt {
    margin-bottom: 0.8em;
}

.first04list .trimmingInner {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
}

.first05box .ol01 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.monshinlist {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.monshinlist>.w50 {
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.monshinlist .w50 {
    margin: 0;
}

.monshinlist>.w50:nth-of-type(2n + 1) {
    background: #80b7d6;
}

.monshinlist>.w50:nth-of-type(2n + 2) {
    background: #b59d94;
}

.monshinlist * {
    color: #fff;
}

.monshinlist .tbox dl {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 1.5em 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.monshinlist .tbox .btn a {
    width: 160px;
    max-width: 100%;
    display: inline-block;
    padding: 10px;
    border: 1px solid;
}

@media only screen and (max-width:1024px) {
    .first02list li .tbox dt .num {
        padding-bottom: 2px;
        font-size: 50px;
    }

    .first03list ul li.btn .a {
        padding: 15px;
        font-size: 13px;
    }

    .first03list ul li.col2.t {
        width: 60%;
    }

    .first03list ul li.col3.t {
        width: 80%;
    }

    .first03list ul li .blue {
        display: block;
        color: #1a3b95;
    }

    .first03list ul li.bd1 {
        width: 40%;
        padding: 15px 5px;
        text-align: center;
    }

    .first03list ul * {
        font-size: 13px;
    }

    .first03list ul.ar p {
        margin: 5px 0;
    }

    .monshinlist .tbox .btn a {
        padding: 7.5px;
    }
}

@media only screen and (max-width:599px) {
    .first02list li .tbox dt .num {
        padding-bottom: 0;
        padding-right: 24px;
        font-size: 40px;
        background-size: 18px 18px;
    }

    .first03list ul li.btn .a {
        padding: 10px;
    }

    .first03list ul li.bd1 {
        padding: 10px 5px;
    }

    .first03listbox {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        padding: 10px;
    }

    .first03listbox::-webkit-scrollbar {
        height: 5px;
    }

    .first03listbox::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: #999;
    }

    .first03listbox::-webkit-scrollbar-track-piece {
        background: #efefef;
    }

    .first03listbox .first03list {
        width: 600px;
        margin: 40px auto;
    }

    .first03list ul * {
        font-size: 12px;
    }

    .monshinlist .tbox dt,
    .monshinlist .tbox dd {
        margin-bottom: 0.5em;
    }

    .monshinlist .tbox .btn a {
        padding: 5px;
    }
}

/*staff*/

.staff01box .pic img {
    border-radius: 10px;
}

.staff01box .picbox dt span {
    margin-bottom: 0.5em;
    font-weight: 500;
}

.staff02box .ol li:before {
    font-size: 10px;
}

.staff02box .tbox dt span {
    display: inline-block;
}

.staff02box .tbox dt span.fw700 {
    margin-right: 1em;
    padding-right: 1em;
    border-right: 1px solid;
}

.staff03list .pic img {
    border-radius: 10px;
}

.staff03list li {
    margin-bottom: 40px;
}

.staff04cont .tbox li {
    margin-bottom: 1em;
    padding-left: 3em;
    position: relative;
}

.staff04cont .flexsb>div {
    margin: 0;
}

.staff04cont .tbox li:before {
    content: "一．";
    position: absolute;
    left: 0;
}

.staff04cont .pic span.pix {
    width: 130%;
    margin-bottom: -60px;
}

.staff04cont .pic span {
    display: block;
}

.staff05cont .tbox li {
    margin: 0.5em 0;
}

.staff05cont .tbox {
    position: relative;
}

.staff05cont .titbox {
    padding-right: 8%;
}

.staff05cont .titbox h3 {
    padding: 40px 5px;
    border-right: 1px solid;
}

/*
.staff05cont .tbox:after {
    content: "";
    position: absolute;
    background: url(/import/tenant_1/160.16.242.72/html/images/bgpl.png) center center /100% no-repeat;
    width: 200px;
    height: 215px;
    right: 0;
    top: 0;
    z-index: 1;
    opacity: 0.3;
}*/

.staff06item {
    margin: 40px 0;
}

.staff06item .trimmingInner {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
}

.staff06item .tbox li {
    margin-bottom: 1em;
}

.staff06item .tbox li .flex dt {
    margin: 0;
}

.staff06item .tbox li dt {
    margin: 2em 0;
}

@media only screen and (max-width:1024px) {
    .staff02box .tbox dt span {
        font-size: 16px;
    }

    .staff04cont .pic span.pix {
        margin-bottom: -45px;
    }

    .staff06item .tbox li dt {
        margin: 1.5em 0;
    }
}

@media only screen and (max-width:599px) {
    .staff04cont .pic span.pix {
        width: 100%;
        margin-bottom: 0;
    }

    .staff04cont .flexsb>div {
        margin: 2% auto;
    }

    .staff04cont .tbox li {
        padding-left: 2em;
    }

    .staff05cont .titbox {
        padding-right: 0;
    }

    .staff05cont .titbox h3 {
        padding: 20px 0px;
        border-bottom: 1px solid;
        border-right: none;
    }
}

/*mouth*/

.mouth05box {
    margin: 60px 0;
}

.mouth05box .titbox .tit {
    padding-bottom: 10px;
    border-bottom: 2px solid #61754e;
}

.mouth05box .titbox dd.bbb {
    padding: 20px 40px;
    border: 2px solid #61754e;
    border-radius: 10px;
    background: #fff;
}

.mouth05box.clearfix .pic {
    float: right;
    margin: 4%;
}

.mouth05list li {
    border: 2px solid #61754e;
    background: #fff;
}

.mouth05list dl {
    height: 100%;
}

.mouth05list dt.sub-tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background: #61754e;
}

.mouth05list dt.sub-tit span {
    display: inline-block;
    text-align: left;
}

.mouth05list .trimming {
    width: 90%;
    margin: 0 auto 10px;
}

.mouth05list .trimming50 {
    width: 200px;
    max-width: 100%;
    margin: 0 auto 10px;
}

.mouth05list dl dl {
    padding: 10px 20px 20px;
}

.mouth05list dl dl dt {
    margin-bottom: 0.5em;
}

.mouth05box .att dd span {
    text-decoration: underline;
}


@media only screen and (max-width:1024px) {
    .mouth05list dt.sub-tit {
        font-size: 15px;
    }

    .mouth05list dl dl dt {
        font-size: 15px;
    }

    .mouth05list.tinn .row3 {
        width: 48%;
    }

    .mouth05box .titbox dd.bbb {
        padding: 15px 30px;
    }
}

@media only screen and (max-width:599px) {
    .mouth05box.clearfix .pic {
        float: none;
        margin: 4% auto;
    }

    .mouth05list dt.sub-tit {
        font-size: 14px;
    }

    .mouth05list dl dl dt {
        font-size: 14px;
    }

    .mouth05list.tinn .row3 {
        width: 100%;
    }

    .mouth05box .titbox dd.bbb {
        padding: 10px 20px;
    }
}

/*mushiba*/

.mushiba05box {
    margin-bottom: 60px;
}

.mushiba05box .bbox {
    padding: 20px 40px;
    border: 2px solid #61754e;
    background: #fff;
}

.mushiba05box .titbox .tit {
    padding-bottom: 10px;
    border-bottom: 2px solid #61754e;
}

.mushiba05list li {
    margin: 40px 0;
}

@media only screen and (max-width:1024px) {
    .mushiba05box .bbox {
        padding: 20px 30px;
    }
}

@media only screen and (max-width:599px) {
    .mushiba05box .bbox {
        padding: 20px;
    }

    .mushiba05list li {
        margin: 30px 0;
    }
}

/*sisyu*/

.sisyu05box {
    margin-bottom: 60px;
}

.sisyu05box .bbox {
    padding: 20px 40px;
    border: 2px solid #61754e;
    background: #fff;
}

.sisyu05box .titbox .tit {
    padding-bottom: 10px;
    border-bottom: 2px solid #61754e;
}

@media only screen and (max-width:1024px) {
    .sisyu05box .bbox {
        padding: 20px 30px;
    }
}

@media only screen and (max-width:599px) {
    .sisyu05box .bbox {
        padding: 20px;
    }
}

/*shinbi*/

.shinbi05box {
    margin-bottom: 60px;
}

.shinbi05box .bbox {
    padding: 20px 40px;
    border: 2px solid #61754e;
    background: #fff;
}

.shinbi05box .bbox.rd {
    border-radius: 10px;
}

.shinbi05box .titbox .tit {
    padding-bottom: 10px;
    border-bottom: 2px solid #61754e;
}

@media only screen and (max-width:1024px) {
    .shinbi05box .bbox {
        padding: 20px 30px;
    }
}

@media only screen and (max-width:599px) {
    .shinbi05box .bbox {
        padding: 20px;
    }
}

/*kids*/

.kids05box {
    margin-bottom: 60px;
}

.kids05box .bbox {
    padding: 20px 40px;
    border: 2px solid #61754e;
    background: #fff;
}

.kids05box .titbox .tit {
    padding-bottom: 10px;
    border-bottom: 2px solid #61754e;
}

@media only screen and (max-width:1024px) {
    .kids05box .bbox {
        padding: 20px 30px;
    }
}

@media only screen and (max-width:599px) {
    .kids05box .bbox {
        padding: 20px;
    }
}

/*white*/

.white05box {
    margin-bottom: 60px;
}

.white05box .bbox {
    padding: 20px 40px;
    border: 2px solid #61754e;
    background: #fff;
}

.white05box .titbox .tit {
    padding-bottom: 10px;
    border-bottom: 2px solid #61754e;
}

.white06item {
    padding: 40px 0;
    border-bottom: 1px solid #c0bfbf;
}

.white06item .titbox .pix span {
    max-width: 30px;
    display: inline-block;
}

.white06item .titbox li {
    width: 140px;
    max-width: 48%;
    min-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid #61754e;
    border-radius: 10px;
}

.white06item .titbox li.r {
    margin-left: auto;
}

@media only screen and (max-width:1024px) {
    .white05box .bbox {
        padding: 20px 30px;
    }

    .white06item .titbox li dt {
        font-size: 14px;
    }

    .white06item .tbox {
        font-size: 16px;
    }

    .white06item {
        padding: 30px 0;
    }
}

@media only screen and (max-width:599px) {
    .white05box .bbox {
        padding: 20px;
    }

    .white06item .titbox ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .white06item .titbox li {
        width: 100px;
        margin: 1%;
    }

    .white06item .titbox li.r {
        margin-left: calc(100px + 2%);
    }

    .white06item {
        padding: 20px 0;
    }
}

/*ireba*/

.ireba05box {
    margin-bottom: 60px;
}

.ireba05box .bbox {
    padding: 20px 40px;
    border: 2px solid #61754e;
    background: #fff;
}

.ireba05box .titbox .tit {
    padding-bottom: 10px;
    border-bottom: 2px solid #61754e;
}

.ireba05list li {
    width: 48%;
    margin: 1%;
    border: 2px solid #61754e;
    background: #fff;
}

.ireba05list li dt {
    padding: 10px;
    color: #fff;
    text-align: center;
    background: #61754e;
}

.ireba05list li dd {
    padding: 40px 20px;
}

@media only screen and (max-width:1024px) {
    .ireba05box .bbox {
        padding: 20px 30px;
    }

    .ireba05list li dt {
        font-size: 16px;
    }

    .ireba05list li dd {
        padding: 30px 15px;
    }
}

@media only screen and (max-width:599px) {
    .ireba05box .bbox {
        padding: 20px;
    }

    .ireba05list li dt {
        font-size: 14px;
    }

    .ireba05list li dd {
        padding: 20px 10px;
    }
}

/*menu*/

.menu01list .trimmingInner {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
}

.menu01list li a {
    display: block;
}

.menu01list li dt {
    width: 160px;
    max-width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px auto;
    padding: 20px 10px;
    color: #fff;
    border-radius: 50px;
}

.menu01list li:nth-of-type(2n + 1) dt {
    background: #61754e;
}

.menu01list li:nth-of-type(2n + 2) dt {
    background: #916f61;
}

.menu01contactbox {
    margin-top: 60px;
}

.menu01contactbox dt {
    margin-bottom: 2em;
}

.menu01contactbox dd {
    text-align: center;
}

.menu01contactbox .tel {
    font-size: 40px;
}

.menu01contactbox .tel a {
    display: inline-block;
    padding-left: 60px;
    font-weight: 700;
    color: #61754e;
    position: relative;
}

.menu01contactbox .tel a:before {
    content: "\f095";
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: FontAwesome;
    color: #fff;
    border-radius: 50%;
    background: #7b8767;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    position: absolute;
    top: 3px;
    left: 0;
}

.menu01contactbox .web a {
    display: block;
    padding: 20px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    border-radius: 10px;
    background: #937062;
}

.menu02box {
    margin-bottom: 80px;
}

.menu02area .menu02box:last-of-type {
    margin-bottom: 0;
}

.menu02box .tit {
    margin-bottom: 10px;
    padding-left: 2em;
    position: relative;
}

.menu02box .tit:before {
    content: "・";
    font-size: 240%;
    color: #61754e;
    position: absolute;
    left: 0;
}

.menu02list {
    padding: 80px;
    border-top: 5px solid #89715e;
    background: #dfe3d9;
}

.menu02list .item {
    margin-bottom: 60px;
}

.menu02list .item:last-of-type {
    margin-bottom: 20px;
}

.menu02list .item01 li dl.flexsb {
    margin-top: 20px;
    padding: 0 15px;
    border-bottom: 1px solid #c0bfbf;
}

.menu02list .item01 .btit {
    margin-bottom: 10px;
    padding-left: 2em;
    position: relative;
}

.menu02list .item01 .btit:before {
    content: "・";
    font-size: 240%;
    color: #937062;
    position: absolute;
    left: 0;
}

.menu02list .item01 .pl {
    padding-left: 2.5em;
}

@media only screen and (max-width:1024px) {
    .menu01list li dt {
        padding: 15px 10px;
    }

    .menu01contactbox .web a {
        padding: 15px;
    }

    .menu01contactbox .tel {
        font-size: 30px;
    }

    .menu01contactbox .tel a {
        padding-left: 50px;
    }

    .menu01contactbox .tel a:before {
        width: 40px;
        height: 40px;
    }

    .menu02list {
        padding: 60px 25px;
    }

    .menu02list .item01 li dl.flexsb {
        padding: 0 10px;
    }
}

@media only screen and (max-width:599px) {
    .menu01list li dt {
        padding: 10px;
    }

    .menu01contactbox dt {
        margin-bottom: 1em;
    }

    .menu01contactbox li {
        margin-bottom: 2em;
    }

    .menu02list {
        padding: 40px 10px;
    }

    .menu02list .item01 li dl.flexsb {
        padding: 0;
    }
}

/*recruit*/

.recnav li a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 10px;
    font-size: 18px;
    border: 1px solid;
    border-radius: 10px;
    background: #d2ebef;
}

.recruit01box .bbl10 dd {
    margin: 20px 0 30px;
    padding-left: 0;
}

.recruit01box .bbl10 dd:last-of-type {
    margin-bottom: 0;
}

.recruit02box dd li.w48 {
    margin: 0;
    padding: 20px;
}

.recruit02box .comment {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    color: #fff;
    border-radius: 10px;
    background: #81b8d7;
    position: relative;
}

.recruit02box .comment:before {
    content: "";
    border-bottom: 40px solid #81b8d7;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: 100%;
    right: 20%;
}

.rec02list .ol li {
    margin: 0.5em 0;
}

.rec02item {
    margin: 60px 0;
}

.rec02list .ol li:before {
    font-size: 10px;
}

.rec03item {
    margin-bottom: 40px;
}

.rec03list .rec03item:last-of-type {
    margin-bottom: 0;
}

.rec03item dt {
    margin-bottom: 20px;
    padding: 0 1.5em;
    position: relative;
}

.rec03item dt:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 26px;
    -webkit-transition: 0.6s all ease;
    transition: 0.6s all ease;
    position: absolute;
    top: 0;
    right: 0;
}

.rec03item dt.open:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.rec03item dt span.q {
    position: absolute;
    left: 0;
}

.recruit04box .tbox li {
    margin-bottom: 2em;
    padding-left: 3em;
    position: relative;
}

.recruit04box .flexsb>div {
    margin: 0;
}

.recruit04box .tbox li:before {
    content: "一．";
    position: absolute;
    left: 0;
}

.recruit04box .pic span.pix {
    width: 130%;
    margin-bottom: -60px;
}

.recruit04box .pic span {
    display: block;
}

.recruit04box .tbox li dt {
    margin-bottom: 0.5em;
}

.rec05flowitem {
    overflow: hidden;
    padding-bottom: 40px;
}

.rec05flowitem .titbox {
    width: 20%;
    max-width: 180px;
}

.rec05flowitem .titbox>span {
    display: inline-block;
}

.rec05flowitem .titbox>span.fs18 {
    padding: 0.5em 0;
    background: #fff;
}

.rec05flowitem .titbox span.hiramin {
    position: relative;
}

.rec05flowitem .titbox span.hiramin span {
    display: inline-block;
    padding: 0.5em 0;
    background: #fff;
}

.rec05flowitem .titbox span.hiramin:after {
    content: "";
    width: 10px;
    height: 200%;
    background: #fef8e2;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
}

.rec05flowitem .item {
    width: 78%;
}

.rec05flowitem .item>.flexsb {
    margin-left: 30px;
    padding: 20px;
    background: #edf5e2;
    position: relative;
}

.rec05flowitem .item>.flexsb:before {
    content: "";
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 30px solid #eef5e2;
    position: absolute;
    top: 40px;
    right: 100%;
}

.rec05flowitem .item .tbox dt {
    margin-bottom: 1em;
}

.rec05flowitem .item .tbox dt span {
    display: inline-block;
    text-decoration: underline;
}

.rec05flowlist .flexsb>* {
    margin: 0;
}

.rec06item {
    margin-top: 40px;
    padding: 0 0 40px;
    position: relative;
}

.rec06item:after {
    content: "";
    width: 300%;
    height: 40%;
    background: #eef6e2;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: -1;
}

.rec06item .tbox li {
    margin-bottom: 1em;
}

.rec06item .tbox li .flex dt {
    margin: 0;
}

.rec06item .tbox dt {
    margin: 0 0 2em;
}

.rec07list {
    max-width: 700px;
    counter-reset: number;
    margin: 0 auto;
}

.rec07item {
    margin-bottom: 40px;
    padding: 15px;
    background: #94a186;
}

.rec07item * {
    color: #fff;
}

.rec07item dt {
    padding-left: 45px;
    padding-right: 1em;
    position: relative;
}

.rec07item dd {
    padding-left: 4%;
    border-left: 1px solid;
}

.rec07item dt:before {
    content: counter(number);
    width: 30px;
    height: 30px;
    counter-increment: number;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    border: 2px solid;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.recruit08box {
    padding: 40px 60px;
    background: #fff;
}

.rec08item {
    margin-bottom: 1em;
}

.rec08item dt {
    width: 200px;
}

.rec08item dt+dd {
    width: calc(100% - 230px);
}

@media only screen and (max-width:1024px) {
    .recnav li a {
        padding: 15px 10px;
        font-size: 16px;
    }

    .rec02item {
        margin: 50px 0;
    }

    .recruit04box .pic span.pix {
        margin-bottom: -45px;
    }

    .rec05flowitem .titbox {
        width: 25%;
    }

    .rec05flowitem .item {
        width: 73%;
    }

    .rec07item dt {
        font-size: 16px;
    }

    .rec07item dt:before {
        width: 28px;
        height: 28px;
        font-size: 22px;
        line-height: 28px;
    }

    .rec07item dt {
        padding-left: 43px;
    }

    .recruit08box {
        padding: 40px;
    }
}

@media only screen and (max-width:599px) {
    .recnav li a {
        padding: 10px;
        font-size: 14px;
    }

    .recruit02box .comment:before {
        border-bottom: 30px solid #81b8d7;
        right: 15%;
    }

    .recruit02box dd li.w48 {
        padding: 15px;
    }

    .rec02item {
        margin: 40px 0;
    }

    .recruit04box .pic span.pix {
        width: 100%;
        margin-bottom: 0;
    }

    .recruit04box .flexsb>div {
        margin: 2% auto;
    }

    .recruit04box .tbox li {
        padding-left: 2em;
    }

    .rec05flowitem .titbox {
        width: 100%;
        max-width: 140px;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
    }

    .rec05flowitem .item {
        width: 100%;
    }

    .rec05flowitem .item>.flexsb {
        margin-left: 60px;
    }

    .rec05flowitem .titbox span.hiramin:after {
        display: none;
    }

    .rec05flowitem {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
    }

    .rec05flowitem:before {
        content: "";
        width: 10px;
        height: 100%;
        background: #fef8e2;
        position: absolute;
        top: 0;
        left: 20px;
        z-index: -1;
    }

    .rec05flowitem .item>.flexsb>* {
        margin: 2% 0;
    }

    .rec07item dd {
        margin-top: 0;
        padding-top: 2%;
        padding-left: 0;
        border-top: 1px solid;
        border-left: none;
    }

    .rec07item dt:before {
        width: 26px;
        height: 26px;
        font-size: 18px;
        line-height: 26px;
    }

    .rec07item dt {
        padding-left: 40px;
    }

    .recruit08box {
        padding: 20px;
    }

    .rec08item dd .fs18 {
        font-size: 14px;
    }

    .rec08item dt {
        width: 100%;
    }

    .rec08item dt+dd {
        width: 100%;
        margin: 0;
    }
}

/*qa*/

.flist {
    counter-reset: number;
}

.fitem {
    margin: 80px 0;
}

.fitem:last-of-type {
    margin-bottom: 0;
}

.fitem dd {
    padding: 20px 30px;
    position: relative;
}

.fitem dd span.btn {
    color: #fff;
    border-color: #61754e;
    background: #61754e;
    position: absolute;
    top: 100%;
    right: 0;
}

.fitem span.btn {
    width: 100px;
    display: inline-block;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #61754e;
    cursor: pointer;
    -webkit-transition: 0.6s all ease;
    transition: 0.6s all ease;
}

.fitem span.btn:hover {
    opacity: 0.6;
}

.fitem dl {
    border-top: 1px solid #61754e;
    position: relative;
}

.fitem.open dl {
    border: 1px solid #61754e;
}

.fitem.open dt {
    padding-right: 20px;
    -webkit-transition: 0.6s all ease;
    transition: 0.6s all ease;
}

.fitem.open dt .btn {
    display: none;
}

.fitem dt {
    width: 100%;
    margin-top: -1em;
    padding-left: 5px;
    padding-right: 120px;
    position: relative;
}

.fitem dt .btn {
    color: #333;
    background: #fff;
    position: absolute;
    top: 13px;
    right: 0;
    z-index: 1;
}

.fitem dt span.tbox {
    display: inline-block;
    padding-left: 2.5em;
    background: #fff;
    position: relative;
}

.fitem dt span.tbox:before {
    content: "Q"counter(number) ".";
    display: block;
    counter-increment: number;
    font-size: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

@media only screen and (max-width:1024px) {
    .fitem dt {
        padding-right: 100px;
    }

    .fitem span.btn {
        width: 80px;
        padding: 7.5px 10px;
        font-size: 14px;
    }
}

@media only screen and (max-width:599px) {
    .fitem dt {
        padding-right: 80px;
    }

    .fitem span.btn {
        width: 60px;
        padding: 5px 10px;
        font-size: 11px;
    }

    .fitem dd {
        padding: 10px 20px;
    }
}

/*blog news*/

.pitem {
    margin-bottom: 40px;
}

.pitem a {
    display: block;
}

.pitem dd {
    margin-bottom: 10px;
}

.pitem dd .ofiImg {
        overflow: hidden;
    border: 1px solid #62a6cd;
    border-radius: 10px;
}

.postbox .cdlist li {
    margin: 0;
    font-weight: 500;
}

.postbox .cdlist li.date {
    width: 7em;
}

.postbox .cdlist li.date+.cat {
    width: auto;
}

.pitem .trimmingInner {
    border: 2px solid #61754e;
}

.post .postbox {
    width: 70%;
}

.post .calist {
    width: 26%;
}

.calist dl {
    margin-bottom: 60px;
}

.calist dl:last-of-type {
    margin-bottom: 0;
}

.calist dt {
    width: 100%;
    padding: 15px 10px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background: #535353;
}

.calist li a {
    display: block;
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px solid;
}


.pagenav ul {
    max-width: 300px;
    margin: 80px auto;
}

.pagenav li {
    width: 14%;
    font-weight: 700;
    text-align: center;
}

.pagenav li a {
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    border: 1px solid #61754e;
    border-radius: 5px;
}

.pagenav li.now a {
    color: #fff;
    background: #79b3d4;
}

.pagenav li.prev a,
.pagenav li.next a {
    border: none;
}

.pagenav li.prev a:before {
    content: "\f104";
}

.pagenav li.next a:before {
    content: "\f105";
}

.pagenav li.prev a:before,
.pagenav li.next a:before {
    display: block;
    font-family: FontAwesome;
    font-size: 26px;
}

.singlebox .tit {
    padding: 1em 0;
}

.singlebox .single {
    padding: 40px 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.back a {
    width: 260px;
    max-width: 100%;
    display: inline-block;
    padding: 15px 60px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background: #79b3d4;
    position: relative;
}

.back a:before {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 120%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 30px;
}

@media only screen and (max-width:1024px) {
    .postbox .cdlist li {
        width: 100%;
    }

    .postbox .cdlist li.date {
        width: 100%;
    }

    .postbox .cdlist li.date+.cat {
        width: 100%;
    }

    .post .postbox {
        width: 100%;
    }

    .post .calist {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .post .calist dl {
        width: 48%;
    }

    .pagenav li a {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }

    .pagenav ul {
        max-width: 270px;
    }

    .postbox .cdlist {
        display: block;
    }

    .back a {
        padding: 12.5px 60px;
    }

    .singlebox .single {
        padding: 30px 0;
    }
}

@media only screen and (max-width:599px) {
    .post .calist dl {
        width: 100%;
    }

    .calist dt {
        padding: 10px;
    }

    .calist li a {
        padding: 10px 0;
    }

    .back a {
        display: block;
        margin: 0 auto;
        padding: 10px 60px;
    }

    .singlebox .single {
        padding: 20px 0;
    }
}

/*contact web*/

.web01box .nl {
    counter-reset: number;
}

.web01box .nl li {
    padding-left: 1.2em;
    line-height: 200%;
    position: relative;
}

.web01box .nl li:before {
    content: counter(number) ".";
    counter-increment: number;
    position: absolute;
    top: 0;
    left: 0;
}

.form form {
    padding: 80px 60px 40px;
    border: 1px solid #61754e;
    border-radius: 5px;
}

.form dl {
    padding: 20px 0;
    border-bottom: 1px solid #fff;
}

.form dl:last-of-type {
    border-bottom: none;
}

.form dl.inp {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.form dl.inp.inp2 {
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
}

.form dl.inp.inp3 dd li {
    width: 31.333%;
}

.form.contact02 dl.inp {
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
}

.form dl.tarea {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.form.contact02 dl.tarea {
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
}

.form dt {
    width: 36%;
    padding: 5px 0;
    font-weight: 700;
    font-size: 18px;
}

.form dt .reqw {
    margin-right: 0.5em;
    padding: 0.1em 0.5em;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background: #d5262b;
    background: #80b7d6;
}

.form dd {
    width: 60%;
}

.form dd li {
    margin-bottom: 20px;
}

.form dd li:last-of-type {
    margin-bottom: 0;
}

.form dd.s1 input {
    width: auto;
}

.form dd.s1 span {
    margin: 0 1em;
    font-size: 18px;
}

.form dd input {
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #c0bfbf;
    border-radius: 5px;
}

.form dd select {
    padding: 12.5px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #c0bfbf;
    border-radius: 5px;
}

.form .radio dd input {
    display: none;
}

.form .radio dd input+label {
    margin-right: 20px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 200%;
    position: relative;
}

.form .radio dd input+label::before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border: 1px solid #303841;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 4px;
    left: 0;
}

.form .radio dd input:checked+label::after {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
    background: #303841;
    position: absolute;
    top: 6px;
    left: 2px;
}

.form .radio dd input:checked+label {
    border-bottom: 1px solid;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.form dd textarea {
    width: 100%;
    height: 300px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "游ゴシック",
    YuGothic,
    Hiragino Sans,
    "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic Pro",
    Hiragino Kaku Gothic ProN,
    "メイリオ",
    Meiryo,
    "ＭＳ Ｐゴシック",
    sans-serif;
    font-size: 16px;
    border: 1px solid #c0bfbf;
    border-radius: 5px;
}

.formbtn li button {
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 60px auto;
    padding: 15px;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 5px;
    background: #80b7d6;
    opacity: 1;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    position: relative;
    z-index: 1;
}

.formbtn li button:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    position: absolute;
    top: 50%;
    right: 5px;
}

.formbtn2 li:nth-of-type(2n+1) button:after {
    content: "\f104";
    left: 5px;
    right: auto;
}

.formbtn li button:hover {
    opacity: 0.6;
    cursor: pointer;
}

.formbtn li {
    width: 100%;
    max-width: 260px;
    margin: auto;
}

.formbtn2 li {
    max-width: 200px;
}

@media only screen and (max-width:1024px) {
    .form dt {
        width: 100%;
        padding-bottom: 1em;
    }

    .form dd {
        width: 100%;
    }

    .form dl {
        padding: 15px 0;
    }

    .formbtn li button {
        margin: 60px auto;
        padding: 15px;
    }

    .formbtn2 li {
        max-width: 200px;
    }

    .form form {
        padding: 50px 30px 25px;
    }

    .form .nreq dt {
        padding-left: 0;
    }

    .form form dl * {
        font-size: 16px !important;
    }

    .form .txt {
        font-size: 14px !important;
    }
}

@media only screen and (max-width:599px) {
    .formbtn li button {
        max-width: 250px;
        margin: 40px auto;
        padding: 10px;
    }

    .formbtn2 li {
        max-width: 130px;
    }

    .form dl.inp.inp3 dd li {
        width: 100%;
    }

    .form form {
        padding: 30px 10px 15px;
    }

    .form form dl * {
        font-size: 14px !important;
    }
}

.fw60 {
    font-weight: 600;
}

/* breadcrumbs */
.breadcrumbs {
    padding: 30px 0;
}

.breadcrumbs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.breadcrumbs-list li {
    font-size: 14px;
    letter-spacing: 1px;
}

.breadcrumbs-list li.breadcrumbs-home {
    font-weight: bold;
    color: #54b04e;
}

.breadcrumbs-list li+li::before {
    content: "\f105";
    display: inline-block;
    margin: 0 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    line-height: 100%;
}

@media (max-width: 1024px) {
    .breadcrumbs {
        padding: 20px 0;
    }
}

@media (max-width: 599px) {
    .breadcrumbs {
        padding: 15px 0;
    }
}
.cont400{
  max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width:599px) {
.cont400{
      width: 92%;
}
}
.mb20{
  margin-bottom: 20px;
}
@media screen and (max-width:599px) {
.sp_fs13{
  font-size: 13px;
}
}
.tac{
  text-align: center;
}

/* 09/14 追記 */

.ffix li:nth-of-type(2n + 3){
  background: #06c755;
} 

#popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-content {
    background: white;
    padding: 20px;
    width: 30%;
    border-radius: 5px;
    max-width: 350px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    text-align: center;
}

button#close-popup {
    margin-top: 10px;
    width: 200px;
    max-width: 100%;
    display: inline-block;
    overflow: hidden;
    padding: 5px 5px;
    color: #898989;
    border: 1px solid;
    border-radius: 50px;
    background-color: #fff;
    opacity: 1;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    position: relative;
    z-index: 1;
}

.popup-content p{
  color: #686868;
    font-weight: bold;
    margin: 10px 0;
    font-size: 14px;
}

 .ffix li:nth-of-type(2n + 3):before {
    position: absolute;
    left: 9px;
    top: 0;
    background: url(/upload/tenant_1/f22f14ca1bd17d4a2af7d44a7301a2c9.png) center center /100% auto no-repeat;
    width: 16px;
    height: 100%;
    content: "";
} 
@media only screen and (min-width: 1025px){
  .pcdevice-none{
    display: block;
  }
  
  .spdevice-visible{
  display: none;
}
}


@media only screen and (max-width: 1024px){
  .popup-content {
    width: 90%;
}

.pcdevice-none{
    display: none;
  }
  
.spdevice-visible{
  display: block;
}

.spdevice-visible a {
    margin-top: 20px;
    width: 200px;
    max-width: 100%;
    display: inline-block;
    overflow: hidden;
    padding: 9px 10px;
    color: #fff;
    border: 1px solid;
    border-radius: 50px;
    background-color: #898989;
    opacity: 1;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    position: relative;
    z-index: 1;
}

.popup-content button#close-popup{
  margin-top: -5px !important;
}
}

/**2024/07/09 チャットボット**/

#open-chatbot {
  position: fixed;
  right: 30px;
  bottom: 80px;
  width: 300px;
  border: none;
}
#open-chatbot img {
  width: 100%;
}

@media (max-width: 599px) {
  #open-chatbot {
    width: 200px;
    right: 60px;
    bottom: 60px;
  }
}
