@charset "utf-8"; /* Reset */
/* Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,big,cite,code,del,dfn,img,ins,kbd,q,samp,small,sub,sup,tt,var,center,dl,dt,dd,ol,ul,li,b,i,s,strike,address,form,label {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    min-height: 0;
    max-height: 999999px;
}

body {
    background: #fff;
    font-size: 16px;
    line-height: 2;
    -webkit-text-size-adjust: 100%;
}

strong,em,u {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

table,caption,tbody,tfoot,thead,tr,th,td {
    font-size: 100%;
    font: inherit;
}

table,caption,tbody,tfoot,thead {
    vertical-align: top;
}

h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,p {
    padding: 0;
    margin: 0;
    font-weight: 500;
    font-size: 1em;
}

ul {
    list-style-type: none;
}

li img {
    vertical-align: middle;
}

p {
    padding-bottom: 1.2em;
}

textarea,table {
    font-size: 1.0em;
}

img,a {
    border: 0;
    outline: none;
}

a {
    text-decoration: none;
}

address {
    font-style: normal;
    display: inline;
}

/* Fonts */
body {
    font-family : "Yu Gothic", "YuGothic", sans-serif;
    font-weight: 500;
}

.rte_area h2,.rte_area h3,.rte_area h4,.rte_area h5,.rte_area h6, .wf1 {
    font-family : "Noto Sans JP", sans-serif;
}

.wf2 {
    font-family : "Shippori Mincho", serif;
}

/* Base */
element or parent element {
    width: 100%;
    height: auto;
    min-height: 1px;
    max-height: 999999px;
}

@media all and (min-width: 600px) {
    a[href^="tel:"] {
        pointer-events:none;
        color: inherit;
    }
}

@meida all and (min-width:1000px) {
    a {
        opacity: 1;
        transition: 0.3s ease-in-out;
    }
}

.clear {
    clear: both;
}

.clearfix:after,.clf:after {
    content: "";
    clear: both;
    display: block;
}

body > img {
    display: none;
}

hr.separator {
    width: 100%;
    height: 1px;
    padding: 0;
    margin: 0;
    background: #808080;
    border: none;
}

.plt {
    top: 0;
    left: 0;
}

.pct {
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
}

.prt {
    top: 0;
    right: 0;
}

.plm {
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
}

.pcm {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.prm {
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
}

.plb {
    bottom: 0;
    left: 0;
}

.pcb {
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
}

.prb {
    bottom: 0;
    right: 0;
}

.disp,.blk {
    display: block;
}

.dn {
    display: none;
}

.ibk {
    display: inline-block;
}

.inl {
    display: inline;
}

.flx {
    display: flex;
    display: -webkit-flex;
}

.wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap;}

.jca {
    justify-content: space-around;
    -webkit-justify-content: space-around;
}

.jcb {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.jcc {
    justify-content: center;
    -webkit-justify-content: center;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.tal {
    text-align: left;
}

.ts {
    text-shadow: 0px 0px 8px #aaa;
}

.ls0 {
    letter-spacing: 0em;
}

.ls01 {
    letter-spacing: 0.1em;
}

.ls03 {
    letter-spacing: 0.3em;
}

.ls05 {
    letter-spacing: 0.5em;
}

.lh0 {
    line-height: 1em;
}

.lh05 {
    line-height: 1.5em;
}

.lh10 {
    line-height: 2em;
}

.sdw {
    text-shadow: 0 0 5px rgba(0,0,0,1);
}

.sdw_w {
    text-shadow: 0 0 5px rgba(255,255,255,1);
}

.fwb {
    font-weight: bold;
}

.wmv {
    writing-mode: vertical-rl;
    text-orientation: upright;
}

.cb {
    clear: both;
}

.solid,.sld {
    border-style: solid;
}

.dotted,.dot {
    border-style: dotted;
}

.dashed,.dsh {
    border-style: dashed;
}

.bda {
    border-width: 1px 1px 1px 1px;
}

.bdl {
    border-width: 0px 0px 0px 1px;
}

.bdr {
    border-width: 0px 1px 0px 0px;
}

.bdt {
    border-width: 1px 0px 0px 0px;
}

.bdb {
    border-width: 0px 0px 1px 0px;
}

.pd0 {
    padding: 0;
}

.pd10 {
    padding: 10px;
}

.pd20 {
    padding: 20px;
}

.cent {
    margin: 0 15px;
}

.bgf span {
    background-color: #fff;
}

.bgb span {
    background-color: #000;
}

.bgfh span {
    background-color: rgba(255,255,255,0.5);
}

.bgbh span {
    background-color: rgba(0,0,0,0.5);
}

.bgn span {
    background-color: none;
}

@media all and (min-width: 1000px) {
    .cent {
        max-width:1000px;
        margin: 0 auto;
    }
}

.lbtn a:before,.pt:before,.pt2:before,a.txtLink:before,.txtLink a:before,a.linkBtn:before,.linkBtn a:before,a.arrow:before {
    content: ">";
    display: inline;
    padding-right: 5px;
    font-size: 16px;
    font-family: monospace;
    font-weight: bold;
    vertical-align: baseline;
    line-height: 16px;
}

.pt3:before {
    content: ">";
    display: inline;
    padding-right: 5px;
    font-size: 16px;
    font-family: monospace;
    font-weight: bold;
    vertical-align: baseline;
    line-height: 16px;
}

a.linkBtn,.linkBtn a {
    display: inline-block;
    margin: 0 5px 10px 0;
    padding: 8px 15px;
}

a.linkBtn:hover,.linkBtn a:hover {
    opacity: .8;
}

#bottomMenu li.hover a,#bottomMenu li a:hover,#side_menu li.hover a,#side_menu li a:hover,a.linkBtn,.linkBtn a,.wbc {
    color: #fff;
}

.wbg {
    background-color: #fff;
}

.wbl {
    border-color: #fff;
}

.dbc {
    color: #f0f1f1;
}

.dbg {
    background-color: #f0f1f1;
}

.dbl {
    border-color: #f0f1f1;
}

/* Header */
#logo {
    display: block;
    width: 250px;
    max-width: 75%;
    padding: 15px;
}

#logo img {
    display: block;
    width: 100%;
    height: auto;
    mix-blend-mode: multiply;
}

@media all and (min-width: 600px) {
    #logo {
        width:260px;
    }
}

.spbtn .menu-button span {
    position: absolute;
    left: 15px;
    right: 15px;
    display: block;
    height: 2px;
    transition: all 0.1s ease-in-out;
}

.spbtn .menu-button span.tbn {
    top: 35%;
}

.spbtn .menu-button span.mbn {
    top: 50%;
}

.spbtn .menu-button span.bbn {
    top: 65%;
}

.spbtn .menu-button.active {
    background: none;
}

.spbtn .menu-button.active span.tbn {
    top: 50%;
    transform: rotate(45deg);
}

.spbtn .menu-button.active span.mbn {
    display: none;
}

.spbtn .menu-button.active span.bbn {
    top: 50%;
    transform: rotate(-45deg);
}

.spbtn .menu-button .touch-button {
    display: none!important;
}

#mainHeader {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    min-height: 90px;
}

#mainBox {
    padding-top: 90px;
}

#headBtns {
    position: absolute;
    top: 50%;
    right: 100px;
    display: flex;
    width: calc(100% - 130px - 260px);
    min-height: 40px;
    transform: translate(0,-50%);
    justify-content: flex-end;
}

#headBtns .icon {
    float: left;
    width: 24px;
    height: 24px;
    margin-right: 6px;
    position: relative;
}

#headBtns .icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    fill: inherit;
}

#headBtns a {
    color: #000;
}

.spbtn {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    right: 30px;
    z-index: 10000;
    border-radius: 30px;
    transform: translate(0,-50%);
}

.spbtn .menu-button {
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

@media screen and (max-width: 999px) {
    #logo {
        padding:15px;
    }

    #headBtns,.spbtn {
        right: 15px;
    }

    #headBtns .btn01,#headBtns .btn02,#headBtns .btn03,#headBtns .btn04,#headBtns .btn05 {
        display: none;
    }
}

@media screen and (max-width: 599px) {
    #headBtns {
        border:none;
        background: transparent;
    }

    #headBtns .tel01,#headBtns .tel02 {
        display: none;
    }
}

@media screen and (min-width: 600px) {
    #headBtns ul {
        display:flex;
        gap: 1px;
    }

    #headBtns ul:has(.flexnav-show) {
        display: none;
    }

    #headBtns li a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 10px 15px;
        font-size: 1.1875em;
        line-height: 20px;
        box-sizing: border-box;
		  font-weight: 400;
    }
}

#navi {
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    overflow: auto;
}

#navi .inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1440px;
    padding: 30px;
    margin: 0 auto;
    box-sizing: border-box;
    color: #333;
}

.navi {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: auto;
}

.navi > div {
    min-width: 100%;
    margin-bottom: 40px;
}

.navi .smn {
    margin-bottom: 10px;
    border-bottom: solid 1px #333;
    font-size: 1.125em;
    font-weight: bold;
}

.navi ul {
    font-size: 0.9375em;
    text-indent: 0.5em;
}

.infoBox {
    width: 100%;
}

.infoBox .btn li {
    min-width: 100%;
    margin-bottom: 20px;
}

.infoBox .btn li a {
    position: relative;
    display: block;
    padding: 20px;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 1.5em;
    line-height: 40px;
}

.infoBox .tel {
    font-size: 2.0em;
}

#navi .snsBox {
    padding: 30px 0 0;
}

#navi .snsBox ul {
    display: flex!important;
    gap: 15px;
}

#navi .snsBox li {
    width: 40px;
}

#navi .snsBox a {
    display: block;
    padding: 0;
    margin: 0;
    border: none;
}

#navi .snsBox img {
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (min-width: 600px) and (max-width:999px) {
    .infoBox .btn ul {
        display:flex;
        flex-wrap: wrap;
        width: 100%;
        gap: 2%;
    }

    .infoBox .btn li a {
        white-space: nowrap;
    }
}

@media screen and (max-width: 599px) {
    .navi div ul {
        display:flex;
        flex-wrap: wrap;
    }

    .navi div ul li {
        margin: 0 20px 0 0;
    }
}

@media screen and (min-width: 600px) {
    .navi {
        gap:4%;
    }

    .navi > div {
        min-width: 48%;
        margin-bottom: 20px;
    }

    .navi .smn,.navi li a {
        white-space: nowrap;
    }

    .infoBox .btn li {
        min-width: 48%;
    }
}

@media screen and (min-width: 800px) {
    .navi {
        gap:5%;
    }

    .navi > div {
        min-width: 30%;
    }

    .infoBox .btn li {
        min-width: 31%;
    }
}

@media screen and (min-width: 1000px) {
    #navi .inner {
        flex-wrap:nowrap;
        padding: 15px;
    }

    .navi {
        width: 65%;
        gap: 4%;
        padding: 15px;
        box-sizing: border-box;
    }

    .navi > div {
        min-width: 48%;
    }

    .infoBox {
        width: 35%;
        padding: 15px;
        box-sizing: border-box;
    }

    .infoBox .btn li {
        width: 100%;
    }

    .navi li .snsBox a {
        width: 40px;
        height: 40px;
        padding: 0;
        margin: 0;
        background: transparent;
        gap: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .navi {
        gap:5%;
    }

    .navi > div {
        min-width: 30%;
    }

    .navi .smn {
        font-size: 1.25em;
    }

    .infoBox .tel {
        font-size: 2.5em;
    }

    .navi ul {
        font-size: 1.0em;
    }
}

@media screen and (min-width: 1440px) {
    .navi {
        gap:3%;
    }

    .navi > div {
        min-width: 22%;
    }
}

.normal #contents {
    max-width: 1280px;
    margin: 0 auto;
}

#wrapper {
    position: relative;
}

#mainCont {
    width: 100%;
    margin: 0 auto 40px;
}

@media all and (min-width: 1000px) {
    #mainCont {
        float:right;
        width: calc(100% - 280px);
        width: -webkit-calc(100% - 280px);
        margin: 0 15px 80px;
    }
}

h1#title {
    padding: 20px 0;
    margin: 0 15px;
    font-size: 1.625em;
}

@media screen and (min-width: 1000px) {
    h1#title {
        font-size:1.75em;
    }
}

@media screen and (min-width: 1300px) {
    h1#title {
        max-width:1280px;
        margin: 0 auto;
    }
}

#side_menu, #bottomMenu {
    margin: 0 15px 60px;
}

#bottomMenu h2 {
    padding: 5px 10px;
    font-size: 1.0625em;
}

#side_menu h2, #side_menu_diary h2 {
    padding-bottom: 5px;
    font-size: 0.9375em;
}

#bottomMenu ul, #side_menu ul, #side_menu_diary ul {
    margin-bottom: 30px;
}

#bottomMenu li, #side_menu li, #side_menu_diary li {
    width: 100%;
}

#side_menu li a, #bottomMenu li a {
    display: block;
    padding: 10px;
    margin: 2px 0;
}

#side_menu_diary li a {
    display: block;
    padding: 10px 0;
    font-size: 0.9375em;
}

@media screen and (min-width: 600px) {
    #bottomMenu li {
        width:50%;
    }
}

@media screen and (min-width: 1000px) {
    #bottomMenu {
        max-width:1280px;
    }

    #side_menu {
        float: left;
        display: block;
        width: 225px;
        margin: 0 0 60px 15px;
    }

    #side_menu_diary {
        float: left;
        display: block;
        width: 225px;
        margin: 38px 0 60px 15px;
    }

    #side_menu_diary li a:before {
        content: ">";
        display: inline;
        padding-right: 5px;
        font-size: 16px;
        font-family: monospace;
        font-weight: bold;
        vertical-align: baseline;
        line-height: 16px;
    }
}

@media screen and (min-width: 1300px) {
    #side_menu {
        width:240px;
        margin: 0 auto 60px;
    }

    #side_menu_diary {
        width: 240px;
        margin: 38px auto 60px;
    }

    #bottomMenu {
        margin: 0 auto 60px;
    }
}

#breadCrumbs {
    padding: 15px;
    margin: 0;
}

#breadCrumbs li {
    display: inline-block;
    font-size: 0.875em;
}

#breadCrumbs li:not(:last-child):after {
    content: ">";
    display: inline;
    padding: 0 10px;
    font-size: 16px;
    font-family: monospace;
    vertical-align: baseline;
    line-height: 16px;
}

#breadCrumbs br {
    display: none;
}

@media all and (min-width: 1300px) {
    #breadCrumbs {
        max-width:1280px;
        padding: 15px 0;
        margin: 0 auto;
    }
}

.rte_area:has(.js-scroll-trigger) {
    overflow: hidden;
}

.rte_area.ws1 {
    max-width: 770px;
    margin: 0 auto;
}

.rte_area.ws2 {
    max-width: 1000px;
    margin: 0 auto;
}

.rte_area.ws3 {
    width: 100%;
    margin: 0;
}

.rte_area.ws4 {
    max-width: 1280px;
    margin: 0 auto;
}

.rte_area:after {
    content: "";
    display: block;
    clear: both;
}

.rte_area h2,.rte_area h3,.rte_area h4,.rte_area h5,.rte_area h6,.rte_area blockquote,.rte_area .frame,.rte_area ul,.rte_area ol,.rte_area pre {
    margin-bottom: 20px;
    line-height: 1.5;
}

.rte_area p {
    line-height: 1.5;
    padding-bottom: 15px;
}

.rte_area li {
    margin-bottom: 10px;
}

.rte_area table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}

.rte_area tbody,.rte_area tr,.rte_area th,.rte_area td {
    border-style: inherit;
    border-width: 0;
    box-sizing: border-box;
}

.rte_area .col2 td {
    width: 50%;
}

.rte_area .col3 td {
    width: calc(100% / 3);
    width: -webkit-calc(100% / 3);
}

.rte_area .col4 td {
    width: 25%;
}

.rte_area strong {
    font-weight: 700;
}

.rte_area pre {
    float: left;
}

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

.rte_area .column td img,.rte_area img.retract {
    display: block;
    width: 100%;
    height: auto;
}

.rte_area object,.rte_area iframe {
    max-width: 100%;
}

.rte_area .imgleft {
    padding: 4px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    clear: both;
}

.rte_area .imgright {
    padding: 4px;
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
    clear: both;
}

.rte_area .floatclear {
    clear: both;
}

.rte_area hr {
    width: 100%;
    height: 1px;
    border: none;
    margin-bottom: 20px;
}

.rte_area h2 {
    font-size: 1.875em;
}

.rte_area h3 {
    padding: 8px 15px;
    font-size: 1.5em;
}

.rte_area h4 {
    font-size: 1.5em;
}

.rte_area h5 {
    font-size: 1.375em;
}

.rte_area h6 {
    font-size: 1.25em;
}

.rte_area blockquote,.rte_area .frame {
    padding: 20px;
}

.rte_area ul li {
    position: relative;
    padding-left: 20px;
    line-height: 20px;
}

.rte_area ul li:before {
    position: absolute;
    left: 5px;
    top: 6px;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
}

.rte_area ol {
    padding-left: 20px;
}

@media screen and (max-width: 1299px) {
    .rte_area.ws4 {
        padding:0 15px;
    }
}

@media screen and (max-width: 999px) {
    .rte_area.ws2,.normal .rte_area {
        padding:0 15px;
    }

    .rte_area h2 {
        font-size: 1.5625em;
    }

    .rte_area h3,.rte_area h4 {
        font-size: 1.3125em;
    }

    .rte_area h5 {
        font-size: 1.25em;
    }

    .rte_area h6 {
        font-size: 1.125em;
    }
}

@media screen and (max-width: 799px) {
    .rte_area.ws1 {
        padding:0 15px;
    }
}

@media screen and (max-width: 599px) {
    .rte_area pre {
        float:none;
        margin: 0 0 10px;
        text-align: center;
    }

    .rte_area p {
        font-size: 1.0em;
    }

    .rte_area img {
        float: none !important;
        margin: auto;
        display: block;
    }

    .rte_area table:not(.spt),.rte_area table:not(.spt) tbody,.rte_area table:not(.spt) tr,.rte_area table:not(.spt) th,.rte_area table:not(.spt) td {
        display: block;
        width: auto;
        box-sizing: border-box;
    }

    .rte_area .col2 td,.rte_area .col3 td,.rte_area .col4 td {
        width: 100%;
    }

    .rte_area .imgleft,.rte_area .imgright {
        float: none;
        margin: 0 auto;
        text-align: center;
    }
}

.rte_area .slide,.rte_area .slide2 {
    max-width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.rte_area .slide input,.rte_area .slide2 input {
    display: none;
}

.rte_area .slide .vw,.rte_area .slide2 .vw {
    display: block;
    position: relative;
    width: 100%;
    padding: 0 0 60%;
    margin-bottom: 10px;
    overflow: hidden;
}

.rte_area .slide .vw div,.rte_area .slide2 .vw div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    transition: 1.0s opacity ease-in-out;
    opacity: 0;
}

.rte_area .slide .vw div img,.rte_area .slide2 .vw div img {
    position: relative;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: auto;
    transform: translate(-50%,-50%);
}

.rte_area .slide .tmb,.rte_area .slide2 .tmb {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.rte_area .slide2 .tmb {
    flex-wrap: wrap;
}

.rte_area .slide .tmb label,.rte_area .slide2 .tmb label {
    height: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.rte_area .slide .tmb label {
    width: 24%;
    padding-bottom: 14.4%;
}

.rte_area .slide2 .tmb label {
    width: 19%;
    padding-bottom: 11.4%;
    margin-bottom: 10px;
}

.rte_area .slide #sw01:checked ~ .vw .sw01,.rte_area .slide #sw02:checked ~ .vw .sw02,.rte_area .slide #sw03:checked ~ .vw .sw03,.rte_area .slide #sw04:checked ~ .vw .sw04,.rte_area .slide2 #sw11:checked ~ .vw .sw11,.rte_area .slide2 #sw12:checked ~ .vw .sw12,.rte_area .slide2 #sw13:checked ~ .vw .sw13,.rte_area .slide2 #sw14:checked ~ .vw .sw14,.rte_area .slide2 #sw15:checked ~ .vw .sw15,.rte_area .slide2 #sw16:checked ~ .vw .sw16,.rte_area .slide2 #sw17:checked ~ .vw .sw17,.rte_area .slide2 #sw18:checked ~ .vw .sw18,.rte_area .slide2 #sw19:checked ~ .vw .sw19,.rte_area .slide2 #sw20:checked ~ .vw .sw20 {
    opacity: 1;
}

.rte_area .anime01,.rte_area .anime02,.rte_area .anime03,.rte_area .anime04,.rte_area .anime05 {
    opacity: 0;
}

.rte_area a.anime01,.rte_area a.anime02,.rte_area a.anime03,.rte_area a.anime04,.rte_area a.anime05 {
    display: block;
}

.rte_area .anime01.started {
    animation-name: fadeIn;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.rte_area .anime02.started {
    animation-name: slideInLeft;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes slideInLeft {
    0% {
        transform: translateX(180px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
    }

    40%,100% {
        opacity: 1;
    }
}

.rte_area .anime03.started {
    animation-name: slideInRight;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes slideInRight {
    0% {
        transform: translateX(-180px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
    }

    40%,100% {
        opacity: 1;
    }
}

.rte_area .anime04.started {
    animation-name: slideInTop;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes slideInTop {
    0% {
        transform: translateY(-180px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
    }

    40%,100% {
        opacity: 1;
    }
}

.rte_area .anime05.started {
    animation-name: slideInBottom;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes slideInBottom {
    0% {
        transform: translateY(180px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
    }

    40%,100% {
        opacity: 1;
    }
}

.image-container {
    display: inline-block;
    overflow: hidden;
}

/* 画像のスタイル */
.image-container img {
    transition: transform 0.3s ease-in-out;
}

.image-container:hover img {
    transform: scale(1.2);
}

.vrl {
    writing-mode: vertical-rl;
    text-orientation: upright;
    -webkit-text-orientation: upright;
    text-align: start;
    max-height: 100svh;
}

@media all and (max-width: 999px) {
    .rte_area .lrmn {
        margin-left:-15px;
        margin-right: -15px;
    }

    .rte_area .lrmn img.lrmn {
        margin: 0!important;
    }

    .rte_area :not(.lrmn) img.lrmn {
        max-width: calc(100% + 30px);
        margin-left: -15px!important;
        margin-right: -15px!important;
    }
}

footer {
    position: relative;
    min-width: 320px;
    z-index: 3;
}

#companyInfo {
    padding: 20px 15px;
    font-size: 0.9375em;
    overflow: hidden;
}

#companyInfo .otherLink {
    display: none;
}

@media all and (min-width: 600px) {
    #companyInfo br.sp {
        display:none;
    }
}

@media all and (min-width: 1000px) {
    #companyInfo br.tb {
        display:none;
    }

    #companyInfo .otherLink {
        float: left;
        display: block;
    }

    #companyInfo .otherLink a {
        display: inline-block;
        font-size: 0.9375em;
        line-height: 16px;
    }
}

@media all and (min-width: 1300px) {
    #companyInfo {
        max-width:1280px;
        margin: 0 auto;
        padding: 20px 0;
    }
}

#copyBox {
    padding: 10px 15px 90px;
}

#copyBox .inner {
    font-size: 0.8125em;
}

@media all and (max-width: 599px) {
    #copyBox .separator {
        display:none;
    }
}

@media all and (min-width: 600px) {
    #copyBox br {
        display:none;
    }
}

@media all and (min-width: 1300px) {
    #copyBox .inner {
        max-width:1280px;
        margin: 0 auto;
    }
}

footer .snsBox ul {
    flex-wrap: wrap;
    justify-content: center;
}

footer .snsBox li {
    margin: 0 0 10px 15px;
}

footer .snsBox li:first-child {
    margin-left: 0;
}

footer .snsBox a {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 17px;
    border: solid 2px #fff;
    transition: 0.3s;
}

footer .snsBox a:hover {
    opacity: 0.7;
    background: #000;
}

footer .snsBox img {
    display: block;
    width: 100%;
    height: auto;
}

@media all and (min-width: 1000px) {
    footer .snsBox {
        float:right;
    }

    footer .snsBox ul {
        max-width: 900px;
        flex-wrap: wrap;
        justify-content: end;
    }

    footer .snsBox a {
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 22px;
    }
}

#footer_link {
    position: fixed;
    z-index: 80;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    min-height: 85px;
    box-sizing: border-box;
}

#footer_link .inner {
    position: relative;
    max-width: 1280px;
    min-height: 50px;
    margin: 0 auto;
}

#footer_link .telInfo {
    display: none;
}

#footer_link ul {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    box-sizing: border-box;
}

#footer_link li {
    display: block;
    width: 25%;
    box-sizing: border-box;
    border-left: solid 1px #fff;
}

#footer_link li:first-child {
    border: none;
}

#footer_link li a {
    display: block;
    line-height: 20px;
    padding: 40px 0 25px;
    text-align: center;
    text-decoration: none;
}

@media all and (max-width: 599px) {
    #footer_link li {
        flex:25%;
    }

    #footer_link li#f_toiawase:not(.spv) {
        display: none;
    }

    #footer_link li#f_tel {
        display: block;
    }

    #footer_link li a {
        position: relative;
        font-size: 0.8125em;
        height: 100%;
    }

    #footer_link li a:before {
        content: "";
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        top: 20px;
        left: 50%;
        margin-left: -10px;
        background-repeat: no-repeat;
        background-position: center;
    }

    #footer_link li.fc a:before {
        background-image: url(../assets/img/fc.svg);
    }

    #footer_link li.fs a:before {
        background-image: url(../assets/img/fs.svg);
    }

    #footer_link li.fe a:before {
        background-image: url(../assets/img/fe.svg);
    }

    #footer_link li.fb a:before {
        background-image: url(../assets/img/fb.svg);
    }

    #footer_link li.fl a:before {
        background-image: url(../assets/img/fl.svg);
    }

    #footer_link li#f_tel a:before {
        background-image: url(../assets/img/ft.svg);
    }
}

@media all and (min-width: 600px) {
    #footer_link {
        padding:17px 10px 18px 10px;
    }

    #footer_link ul {
        justify-content: center;
        -webkit-justify-content: center;
    }

    #footer_link li a {
        padding: 10px 0;
        margin: 0 5px;
        height: auto;
        font-size: 1.0625em;
        line-height: 30px;
    }

    #footer_link li a:before,#footer_link li a:after {
        display: none;
    }

    #footer_link li#f_tel {
        display: none;
    }
}

@media all and (min-width: 800px) {
    #footer_link {
        padding:10px 15px;
    }

    #footer_link .inner {
        margin-top: 10px;
    }

    #footer_link .telInfo {
        float: left;
        display: block;
        margin-top: 10px;
    }

    #footer_link .telInfo .fd01 .telicon {
        display: block;
        float: left;
        width: 30px;
        height: 30px;
    }

    #footer_link .telInfo .fd01 span {
        padding-left: 5px;
        font-size: 1.6875em;
        line-height: 30px;
    }

    #footer_link .telInfo .fd01 span:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 30px;
        height: 30px;
        background-repeat: no-repeat;
    }

    #footer_link .telInfo .fd02 {
        display: none;
    }

    #footer_link .telInfo .fd span:before {
        background-image: url(../assets/img/free.svg)
    }

    #footer_link .telInfo .tel span:before {
        background-image: url(../assets/img/tel.svg)
    }

    #footer_link ul {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translate(0,-50%);
        justify-content: flex-end;
        -webkit-justify-content: flex-end;
        width: 530px;
    }
}

@media all and (min-width: 1000px) {
    #footer_link .inner {
        margin-top:0;
    }

    #footer_link .telInfo {
        margin: 0;
    }

    #footer_link .telInfo .fd02 {
        display: block;
        font-size: 0.875em;
        white-space: nowrap;
    }

    #footer_link a:hover {
        opacity: 0.7;
    }
}

@media all and (min-width: 1300px) {
    #footer_link {
        padding:10px 0;
    }
}

@media all and (min-width: 600px) {
    #spMenu {
        display:none!important;
    }
}

@media all and (max-width: 599px) {
    #spMenu {
        position:fixed;
        right: 0;
        bottom: 30px;
        left: 0;
        width: 100%;
        transform: translate(0, 100%);
        transition: 0.3s ease-in-out;
        z-index: 4;
    }

    #spMenu.act {
        bottom: 0;
        transform: translate(0, 0);
    }

    #ocb {
        position: absolute;
        right: 0;
        top: 0;
        width: 30px;
        height: 30px;
    }

    #ocb::before {
        content: ">";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        color: #fff;
        line-height: 30px;
        font-size: 20px;
        font-weight: bold;
        font-family: monospace;
        text-align: center;
        cursor: pointer;
    }

    #spMenu #ocb::before {
        transform: rotate(-90deg);
    }

    #spMenu.act #ocb::before {
        transform: rotate(90deg);
    }

    #spMenu ul {
        padding-top: 30px;
    }

    #spMenu li {
        position: relative;
        overflow: hidden;
    }

    #spMenu img {
        display: block;
        width: 100%;
        height: auto;
    }

    #spMenu p {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        width: 100%;
        height: 100%;
        text-indent: -9999em;
    }

    #spMenu p.lol01 a {
        width: 100%;
    }

    #spMenu p.loa_l01_l02 a {
        width: 50%;
    }

    #spMenu p.lob_l01_l02 a:last-child,#spMenu p.loc_l01_l02 a:first-child {
        width: calc(100% / 3 * 2);
    }

    #spMenu p.lob_l01_l02 a:first-child,#spMenu p.loc_l01_l02 a:last-child,#spMenu p.lol01_l02_l03 a {
        width: calc(100% / 3);
    }
}

.popup {
    position: fixed;
    z-index: 10;
    max-width: 400px;
}

.popup a {
    display: block;
}

.popup img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.closeBtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    border: none;
    font-size: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.popup:has(.pos1) {
    top: 120px;
    left: 0;
}

.popup:has(.pos2) {
    top: 120px;
    left: 50%;
    transform: translate(-50%,0);
}

.popup:has(.pos3) {
    top: 120px;
    right: 0;
}

.popup:has(.pos4) {
    top: 53%;
    left: 0;
    transform: translate(0,-50%);
}

.popup:has(.pos5) {
    top: 53%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.popup:has(.pos6) {
    top: 53%;
    right: 0;
    transform: translate(0,-50%);
}

.popup:has(.pos7) {
    bottom: 85px;
    left: 0;
}

.popup:has(.pos8) {
    bottom: 85px;
    left: 50%;
    transform: translate(-50%,0);
}

.popup:has(.pos9) {
    bottom: 85px;
    right: 0;
}

#pageTop {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 3;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

#pageTop a,#pageTop svg {
    display: block;
    width: 100%;
    height: 100%;
}

@media all and (min-width: 600px) {
    #pageTop {
        bottom:100px;
        width: 60px;
        height: 60px;
    }
}

@media all and (min-width: 1500px) {
    #pageTop {
        bottom:15px;
    }
}

#notFound {
    padding: 0 15px 20%;
}

@media all and (min-width: 1000px) {
    #notFound {
        padding:0 0 40%;
    }
}

@media print {
    #pageTop,header #headBtns,#navi,#side_menu,#as_side,.cateBox,.pgFoot,.sns,footer {
        display: none!important;
    }

    #mainCont {
        float: none;
        width: 100%!important;
    }
}

body:after {
    content: url(../assets/img/lightbox/close.png) url(../assets/img/lightbox/loading.gif) url(../assets/img/lightbox/prev.png) url(../assets/img/lightbox/next.png);
    display: none;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom:1;width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-container {
    padding: 4px;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../assets/img/lightbox/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container > .nav {
    left: 0;
}

.lb-nav a {
    outline: none;
}

.lb-prev, .lb-next {
    width: 49%;
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-prev {
    left: 0;
    float: left;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    background: url(../assets/img/lightbox/prev.png) left 48% no-repeat;
}

.lb-next {
    right: 0;
    float: right;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    background: url(../assets/img/lightbox/next.png) right 48% no-repeat;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom:1;width: 100%;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #bbbbbb;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../assets/img/lightbox/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/* CookieBanner */
#ckb {
    display: none;
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

.ckb-header {
    padding: 5px 15px;
    background: #101010;
}

.ckb-header h3 {
    max-width: 1200px;
    margin: 0 auto;
}

.ckb-content {
    padding: 15px;
    background: rgba(0,0,0,0.9);
}

.ckb-content .inner {
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    margin: 0 auto;
}

.cp-consent {
    display: grid;
    grid-template-columns: 50% 50%;
    place-items: center;
    width: 100%;
    max-width: 420px;
    margin: 10px auto 0;
    box-sizing: border-box;
}

.cp-text {
    font-size: 10px;
}

.cp-text a {
    text-decoration: underline;
}

.cp-consent .cp-agree,.cp-consent .cp-reject {
    padding: 10px 20px;
    width: 90%;
    margi: 0 5%;
    text-align: center;
    font-size: 14px;
    box-sizing: border-box;
}

.cp-consent .cp-agree:hover,.cp-consent .cp-reject:hover {
    cursor: pointer;
}

@keyframes hide {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        visibility: hidden;
    }
}

@media screen and (min-width: 400px) {
    .cp-text {
        font-size:11px;
    }
}

@media screen and (min-width: 600px) {
    .cp-text {
        font-size:13px;
    }

    .cp-consent .cp-agree,.cp-consent .cp-reject {
        font-size: 16px;
    }
}

@media screen and (min-width: 1000px) {
    .ckb-content .inner {
        display:flex;
        flex-direction: row;
    }

    .cp-text {
        width: 70%;
    }

    .cp-text br.sp {
        display: none;
    }

    .cp-consent {
        width: 30%;
        margin: 0;
    }
}

.rte_area h2{font-size:24px;}
.rte h2{font-size:24px;}
#tinymce h2{font-size:24px;}
.rte_area h2{color:#585a60;}
.rte h2{color:#585a60;}
#tinymce h2{color:#585a60;}
.rte_area h2{padding:0px 0px 0px 0px;}
.rte h2{padding:0px 0px 0px 0px;}
#tinymce h2{padding:0px 0px 0px 0px;}
.rte_area h2{border-style:none;}
.rte h2{border-style:none;}
#tinymce h2{border-style:none;}
.rte_area h2{border-width:0px 0px 0px 0px;}
.rte h2{border-width:0px 0px 0px 0px;}
#tinymce h2{border-width:0px 0px 0px 0px;}
.rte_area h2{border-color:#000000;}
.rte h2{border-color:#000000;}
#tinymce h2{border-color:#000000;}
.rte_area h2{background-position:left top;}
.rte h2{background-position:left top;}
#tinymce h2{background-position:left top;}
.rte_area h3{font-size:21px;}
.rte h3{font-size:21px;}
#tinymce h3{font-size:21px;}
.rte_area h3{color:#585a60;}
.rte h3{color:#585a60;}
#tinymce h3{color:#585a60;}
.rte_area h3{padding:0px 0px 0px 0px;}
.rte h3{padding:0px 0px 0px 0px;}
#tinymce h3{padding:0px 0px 0px 0px;}
.rte_area h3{border-style:none;}
.rte h3{border-style:none;}
#tinymce h3{border-style:none;}
.rte_area h3{border-width:0px 0px 0px 0px;}
.rte h3{border-width:0px 0px 0px 0px;}
#tinymce h3{border-width:0px 0px 0px 0px;}
.rte_area h3{border-color:#000000;}
.rte h3{border-color:#000000;}
#tinymce h3{border-color:#000000;}
.rte_area h3{background-position:left top;}
.rte h3{background-position:left top;}
#tinymce h3{background-position:left top;}
.rte_area h4{font-size:21px;}
.rte h4{font-size:21px;}
#tinymce h4{font-size:21px;}
.rte_area h4{color:#585a60;}
.rte h4{color:#585a60;}
#tinymce h4{color:#585a60;}
.rte_area h4{padding:5px 15px 5px 15px;}
.rte h4{padding:5px 15px 5px 15px;}
#tinymce h4{padding:5px 15px 5px 15px;}
.rte_area h4{border-style:none;}
.rte h4{border-style:none;}
#tinymce h4{border-style:none;}
.rte_area h4{border-width:0px 0px 0px 0px;}
.rte h4{border-width:0px 0px 0px 0px;}
#tinymce h4{border-width:0px 0px 0px 0px;}
.rte_area h4{border-color:#000000;}
.rte h4{border-color:#000000;}
#tinymce h4{border-color:#000000;}
.rte_area h4{background-color:#eff0f2;}
.rte h4{background-color:#eff0f2;}
#tinymce h4{background-color:#eff0f2;}
.rte_area h4{background-position:left top;}
.rte h4{background-position:left top;}
#tinymce h4{background-position:left top;}
.rte_area h5{font-size:18px;}
.rte h5{font-size:18px;}
#tinymce h5{font-size:18px;}
.rte_area h5{color:#9b9282;}
.rte h5{color:#9b9282;}
#tinymce h5{color:#9b9282;}
.rte_area h5{padding:0px 0px 0px 0px;}
.rte h5{padding:0px 0px 0px 0px;}
#tinymce h5{padding:0px 0px 0px 0px;}
.rte_area h5{border-style:none;}
.rte h5{border-style:none;}
#tinymce h5{border-style:none;}
.rte_area h5{border-width:0px 0px 0px 0px;}
.rte h5{border-width:0px 0px 0px 0px;}
#tinymce h5{border-width:0px 0px 0px 0px;}
.rte_area h5{border-color:#000000;}
.rte h5{border-color:#000000;}
#tinymce h5{border-color:#000000;}
.rte_area h5{background-position:left top;}
.rte h5{background-position:left top;}
#tinymce h5{background-position:left top;}
.rte_area h6{font-size:16px;}
.rte h6{font-size:16px;}
#tinymce h6{font-size:16px;}
.rte_area h6{color:#585a60;}
.rte h6{color:#585a60;}
#tinymce h6{color:#585a60;}
.rte_area h6{padding:0px 0px 0px 0px;}
.rte h6{padding:0px 0px 0px 0px;}
#tinymce h6{padding:0px 0px 0px 0px;}
.rte_area h6{border-style:none;}
.rte h6{border-style:none;}
#tinymce h6{border-style:none;}
.rte_area h6{border-width:0px 0px 0px 0px;}
.rte h6{border-width:0px 0px 0px 0px;}
#tinymce h6{border-width:0px 0px 0px 0px;}
.rte_area h6{border-color:#000000;}
.rte h6{border-color:#000000;}
#tinymce h6{border-color:#000000;}
.rte_area h6{background-position:left top;}
.rte h6{background-position:left top;}
#tinymce h6{background-position:left top;}
.bbc{color:#7d7d7d;}
.bg{background-color:#7d7d7d;}
#tinymce .bg{background-color:#7d7d7d;}
.rte_area hr{background-color:#7d7d7d;}
.rte hr{background-color:#7d7d7d;}
#tinymce hr{background-color:#7d7d7d;}
a.linkBtn{background-color:#7d7d7d;}
.linkBtn a{background-color:#7d7d7d;}
#tinymce a.linkBtn{background-color:#7d7d7d;}
#tinymce .linkBtn a{background-color:#7d7d7d;}
.recommands h3:before{background-color:#7d7d7d;}
.subBox h5:before{background-color:#7d7d7d;}
.bl{border-color:#7d7d7d;}
.telicon svg{fill:#7d7d7d;}
.icon svg{fill:#7d7d7d;}
#pagetop circle{fill:#7d7d7d;}
#form_box ul#top_box{border-color:#7d7d7d;}
#form_box ul#top_box li.on{background-color:#7d7d7d;}
#form_box ul#top_box li span.css3{background-color:#7d7d7d;}
.bg2{background-color:#f2f2f2;}
.bl2{border-color:#f2f2f2;}
.bg3{background-color:#f3f3f3;}
.bl3{border-color:#f3f3f3;}
#cb{background-color:#f3f3f3;}
.bg4{background-color:#f4f4f4;}
.rte_area blockquote{background-color:#f4f4f4;}
.rte_area .frame{background-color:#f4f4f4;}
.rte blockquote{background-color:#f4f4f4;}
.rte .frame{background-color:#f4f4f4;}
#tinymce blockquote{background-color:#f4f4f4;}
#tinymce .frame{background-color:#f4f4f4;}
.qbg{background-color:#f4f4f4;}
.sbc{color:#8a8a8a;}
.sbg{background-color:#8a8a8a;}
.sbl{border-color:#8a8a8a;}
#form_box p.art{color:#8a8a8a;}
#form_box p.comment{color:#8a8a8a;}
.sbg2{background-color:#e9e9e9;}
.sbl2{border-color:#e9e9e9;}
.abc{color:#000000;}
.bc{color:#000000;}
#bottomMenu li a{color:#000000;}
#side_menu li a{color:#000000;}
.abg{background-color:#000000;}
.abl{border-color:#000000;}
#nvb h2{color:#000000;}
#evb h4{color:#000000;}
#sm li a{color:#000000;}
.bc2{color:#444444;}
#workBox li a div{color:#444444;}
.bbl2{border-color:#444444;}
#cb a div{color:#444444;}
.tlb{color:#5f6165;}
a{color:#5f6165;}
.lbc{color:#5f6165;}
.lbg{background-color:#5f6165;}
.ibg{background-color:#5f6165;}
.navi_p ul li a:hover{background-color:#5f6165;}
#workBox li a:hover div{background-color:#5f6165;}
.rte_area ul li:before{background-color:#5f6165;}
.rte ul li:before{background-color:#5f6165;}
#tinymce ul li:before{background-color:#5f6165;}
.cCat:before{background-color:#5f6165;}
h3.sTitle:before{background-color:#5f6165;}
.pager ul li.first a:before{background-color:#5f6165;}
#bottomMenu li.hover a{background-color:#5f6165;}
#bottomMenu li a:hover{background-color:#5f6165;}
#side_menu li.hover a{background-color:#5f6165;}
#side_menu li a:hover{background-color:#5f6165;}
.pager ul li.last a:before{background-color:#5f6165;}
.lbl{border-color:#5f6165;}
.pager ul li.prev a:before{border-color:#5f6165;}
.pager ul li.first a:after{border-color:#5f6165;}
.pager ul li.next a:before{border-color:#5f6165;}
.pager ul li.last a:after{border-color:#5f6165;}
.navi_p > li:hover > a{border-color:#5f6165;}
.navi_p > li > a.hover{border-color:#5f6165;}
.navi_p li.item-with-ul:hover > a:after{border-top-color:#5f6165;}
.navi_p > li > a.hover{border-top-color:#5f6165;}
.navi_p li > a.horer:after{color:#5f6165;}
#form_box a{color:#5f6165;}
#form_box .btn input{border-color:#5f6165;}
#form_box .btn input{color:#5f6165;}
#head .hmenu a:hover{border-color:#5f6165;}
#head .hmenu li.on a{border-color:#5f6165;}
.tbc{color:#5f6165;}
.catTopList form:before{color:#5f6165;}
.tbg{background-color:#5f6165;}
.tbl{border-color:#5f6165;}
#form_box ul#top_box li.on span.css3{color:#5f6165;}
.cbc{color:#374343;}
.cbg{background-color:#374343;}
#mi h2{color:#374343;}
.nbc{color:#585a60;}
.bg5{background-color:#ffffff;}
#navi{background-color:#ffffff;}
