@charset "utf-8";
/* CSS Document */

/*base
rewrite*/

.harea + .harea {
    padding-top: 40px;
}

.harea[class*="bg"] + .harea,
.harea[class*="relative"] + .harea {
    padding-top: 80px;
}

.harea + .harea[class*="bg"],
.harea + .harea[class*="relative"] {
    padding: 80px 0;
}

.area + .area {
    padding-top: 40px;
}

.area[class*="bg"] + .area,
.area[class*="relative"] + .area {
    padding-top: 80px;
}

.area + .area[class*="bg"],
.area + .area[class*="relative"] {
    padding: 80px 0;
}

.pagetitle.area {
    padding-bottom: 0 !important;
}

@media only screen and (max-width: 1024px) {
    .harea + .harea {
        padding-top: 30px;
    }

    .harea[class*="bg"] + .harea,
    .harea[class*="relative"] + .harea {
        padding-top: 60px;
    }

    .harea + .harea[class*="bg"],
    .harea + .harea[class*="relative"] {
        padding: 60px 0;
    }

    .area + .area {
        padding-top: 30px;
    }

    .area[class*="bg"] + .area,
    .area[class*="relative"] + .area {
        padding-top: 60px;
    }

    .area + .area[class*="bg"],
    .area + .area[class*="relative"] {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 599px) {
    .harea + .harea {
        padding-top: 20px;
    }

    .harea[class*="bg"] + .harea,
    .harea[class*="relative"] + .harea {
        padding-top: 40px;
    }

    .harea + .harea[class*="bg"],
    .harea + .harea[class*="relative"] {
        padding: 40px 0;
    }

    .area + .area {
        padding-top: 20px;
    }

    .area[class*="bg"] + .area,
    .area[class*="relative"] + .area {
        padding-top: 40px;
    }

    .area + .area[class*="bg"],
    .area + .area[class*="relative"] {
        padding: 40px 0;
    }
}

/* ------------------------------
 common
------------------------------ */

.fcf {
    color: #fff;
}

.fcred {
    color: #ff0000;
}

.fc01 {
    color: #fffdbd;
}

.fc02 {
    color: #70bad2;
}

.bgc01 {
    background-color: #fffdbd;
}

.bgc02 {
    background-color: #f0f1f3;
}

.bg01 {
    background-image: url(/import/tenant_1/160.16.198.226/html/images/bg01.png);
}

.bg02 {
    background-image: url(/import/tenant_1/160.16.198.226/html/images/bg02.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.bg03 {
    position: relative;
    overflow: hidden;
    background-color: #f0f1f3;
}

.bg03:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -1px;
    background-image: url(/import/tenant_1/160.16.198.226/html/images/bg03.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    padding-top: 8%;
    z-index: 1;
    width: 101%;
}

.bg04 {
    position: relative;
    overflow: hidden;
}

.bg04:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    background-color: #f0f1f3;
    border-radius: 50% 50% 0 0;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    padding-top: 60%;
    z-index: -1;
    width: 145%;
}

.bg04:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 15%;
    background-color: #f0f1f3;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    z-index: -1;
    width: 100%;
    height: 100%
}

.cmntit01 .sb {
    display: inline-block;
    width: 510px;
    position: relative;
    padding: 0 1em;
    max-width: 100%;
}

.cmntit01 .sb:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 1.75em;
    width: .75em;
    border-radius: .1em 0 0 .1em;
    border: .175em solid #70bad2;
    border-right: none;
}

.cmntit01 .sb:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 1.75em;
    width: .75em;
    border-radius: 0 .1em .1em 0;
    border: .175em solid #70bad2;
    border-left: none;
}

.cmntit02 .sb {
    display: inline-block;
    width: 510px;
    position: relative;
    padding: 0 1em;
    max-width: 100%;
}

.cmntit02 .sb:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 1.75em;
    width: .75em;
    border-radius: .1em 0 0 .1em;
    border: .175em solid;
    border-right: none;
}

.cmntit02 .sb:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 1.75em;
    width: .75em;
    border-radius: 0 .1em .1em 0;
    border: .175em solid;
    border-left: none;
}

.balloon01 {
    display: inline-block;
    border: .2em solid;
    border-radius: .5em;
    padding: .25em .5em;
    width: 240px;
    max-width: 100%;
    position: relative;
}

.balloon01:after,
.balloon01:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    top: calc(100% - .2em);
    left: 50%;
}

.balloon01:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-width: .5em;
    border-bottom-width: .5em;
    border-left-width: 1em;
    border-right-width: 1em;
    margin-left: -1em;
    border-top-color: #fffdbd;
}

.balloon01:before {
    border-color: rgba(51, 3, 0, 0);
    border-top-width: .5em;
    border-bottom-width: .5em;
    border-left-width: 1em;
    border-right-width: 1em;
    margin-left: -1em;
    margin-top: .25em;
    border-top-color: #000;
}

.balloon02 {
    display: inline-block;
    border: .2em solid;
    border-radius: .5em;
    padding: .25em .5em;
    width: 240px;
    max-width: 100%;
    position: relative;
    background-color: #fff;
}

.balloon02:after,
.balloon02:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    top: calc(100% - .2em);
    left: 50%;
}

.balloon02:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-width: .5em;
    border-bottom-width: .5em;
    border-left-width: 1em;
    border-right-width: 1em;
    margin-left: -1em;
    border-top-color: #fff;
}

.balloon02:before {
    border-color: rgba(51, 3, 0, 0);
    border-top-width: .5em;
    border-bottom-width: .5em;
    border-left-width: 1em;
    border-right-width: 1em;
    margin-left: -1em;
    margin-top: .25em;
    border-top-color: #000;
}

.balloon03 {
    position: relative;
    display: inline-block;
    width: 210px;
    max-width: 100%;
    background: #fff;
    border-radius: .5em;
}

.balloon03:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-top-width: .5em;
    border-bottom-width: .5em;
    border-left-width: .75em;
    border-right-width: .75em;
    margin-left: -.75em;
    border-top-color: #fff;
}

.balloon03:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-top-width: .5em;
    border-bottom-width: .5em;
    border-left-width: .75em;
    border-right-width: .75em;
    margin-left: -.75em;
    border-top-color: #fff;
}

.balloon03 .border {
    position: relative;
    display: block;
    padding: 1em .25em;
    border: .2em solid;
    border-radius: .5em;
    -webkit-transform: translate(-.25em, -.25em);
    -ms-transform: translate(-.25em, -.25em);
    transform: translate(-.25em, -.25em);
    line-height: 1.4;
}

.balloon03 .border:after,
.balloon03 .border:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    top: calc(100% - .2em);
    left: 50%;
}

.balloon03 .border:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-width: .5em;
    border-bottom-width: .5em;
    border-left-width: 1em;
    border-right-width: 1em;
    margin-left: -1em;
    border-top-color: #fff;
}

.balloon03 .border:before {
    border-color: rgba(51, 3, 0, 0);
    border-top-width: .5em;
    border-bottom-width: .5em;
    border-left-width: 1em;
    border-right-width: 1em;
    margin-left: -1em;
    margin-top: .25em;
    border-top-color: #000;
}

.balloon04 {
    display: inline-block;
    border: .2em solid;
    border-radius: .5em;
    padding: 0 .5em;
    width: 240px;
    max-width: 100%;
    position: relative;
    background-color: #fff;
}

.balloon04:after,
.balloon04:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    top: calc(100% - .2em);
    left: 50%;
}

.balloon04:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-width: .5em;
    border-bottom-width: .5em;
    border-left-width: 1em;
    border-right-width: 1em;
    margin-left: -1em;
    border-top-color: #fff;
}

.balloon04:before {
    border-color: rgba(51, 3, 0, 0);
    border-top-width: .5em;
    border-bottom-width: .5em;
    border-left-width: 1em;
    border-right-width: 1em;
    margin-left: -1em;
    margin-top: .25em;
    border-top-color: #000;
}

.balloon05 {
    display: inline-block;
    border: .2em solid;
    border-radius: .5em;
    padding: .1em 1em;
    max-width: 100%;
    position: relative;
    background-color: #fff;
}

.balloon05:after,
.balloon05:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    top: calc(100% - .2em);
    left: 50%;
}

.balloon05:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-width: .5em;
    border-bottom-width: .5em;
    border-left-width: 1em;
    border-right-width: 1em;
    margin-left: -1em;
    border-top-color: #fff;
}

.balloon05:before {
    border-color: rgba(51, 3, 0, 0);
    border-top-width: .5em;
    border-bottom-width: .5em;
    border-left-width: 1em;
    border-right-width: 1em;
    margin-left: -1em;
    margin-top: .25em;
    border-top-color: #000;
}

.balloon06 {
    border: .15em solid;
    border-radius: .5em;
    padding: .75em 1em;
    max-width: 100%;
    position: relative;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 4.5em;
    width: 500px;
}

.balloon06:after,
.balloon06:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    top: calc(100% - .2em);
    left: 12.5%;
}

.balloon06:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-width: .5em;
    border-bottom-width: .5em;
    border-left-width: 1em;
    border-right-width: 1em;
    border-top-color: #fff;
}

.balloon06:before {
    border-color: rgba(51, 3, 0, 0);
    border-top-width: .5em;
    border-bottom-width: .5em;
    border-left-width: 1em;
    border-right-width: 1em;
    margin-top: .25em;
    border-top-color: #000;
}

.balloon07 {
    display: inline-block;
    border: .2em solid;
    border-radius: .5em;
    padding: 0 .5em;
    min-width: 340px;
    max-width: 100%;
    position: relative;
    background-color: #fff;
}

.balloon07:after,
.balloon07:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    top: calc(100% - .2em);
    left: 50%;
}

.balloon07:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-width: .5em;
    border-bottom-width: .5em;
    border-left-width: 1em;
    border-right-width: 1em;
    margin-left: -1em;
    border-top-color: #fff;
}

.balloon07:before {
    border-color: rgba(51, 3, 0, 0);
    border-top-width: .5em;
    border-bottom-width: .5em;
    border-left-width: 1em;
    border-right-width: 1em;
    margin-left: -1em;
    margin-top: .25em;
    border-top-color: #000;
}

.balloon08 {
    display: inline-block;
    border: .2em solid;
    border-radius: .5em;
    padding: 0 .5em;
    min-width: 550px;
    max-width: 100%;
    position: relative;
    background-color: #fff;
}

.balloon08:after,
.balloon08:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    top: calc(100% - .2em);
    left: 50%;
}

.balloon08:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-width: .5em;
    border-bottom-width: .5em;
    border-left-width: 1em;
    border-right-width: 1em;
    margin-left: -1em;
    border-top-color: #fff;
}

.balloon08:before {
    border-color: rgba(51, 3, 0, 0);
    border-top-width: .5em;
    border-bottom-width: .5em;
    border-left-width: 1em;
    border-right-width: 1em;
    margin-left: -1em;
    margin-top: .25em;
    border-top-color: #000;
}

.balloon09 {
    border: .2em solid;
    border-radius: .25em;
    padding: .5em .5em;
    display: block;
    max-width: 100%;
    position: relative;
    background-color: #fff;
}

.balloon09:after,
.balloon09:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    top: calc(100% - .2em);
    left: 50%;
}

.balloon09:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-width: .5em;
    border-bottom-width: .5em;
    border-left-width: 1em;
    border-right-width: 1em;
    margin-left: -1em;
    border-top-color: #fff;
}

.balloon09:before {
    border-color: rgba(51, 3, 0, 0);
    border-top-width: .5em;
    border-bottom-width: .5em;
    border-left-width: 1em;
    border-right-width: 1em;
    margin-left: -1em;
    margin-top: .25em;
    border-top-color: #000;
}

.balloon10 {
    border: .2em solid;
    border-radius: .25em;
    padding: .5em 1.5em;
    display: inline-block;
    max-width: 100%;
    position: relative;
    background-color: #fff;
}

.balloon10:after,
.balloon10:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    top: calc(100% - .2em);
    left: 50%;
}

.balloon10:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-width: .5em;
    border-bottom-width: .5em;
    border-left-width: 1em;
    border-right-width: 1em;
    margin-left: -1em;
    border-top-color: #fff;
}

.balloon10:before {
    border-color: rgba(51, 3, 0, 0);
    border-top-width: .5em;
    border-bottom-width: .5em;
    border-left-width: 1em;
    border-right-width: 1em;
    margin-left: -1em;
    margin-top: .25em;
    border-top-color: #000;
}

.more01 {
    max-width: 100%;
}

.more01 a {
    display: inline-block;
    max-width: 100%;
}

.more01 .btn {
    display: inline-block;
    width: 290px;
    max-width: 100%;
    border-radius: .5em;
    background-color: #70bad2;
    color: #fff;
    text-align: center;
    padding: .75em;
    -webkit-box-shadow: .25em .25em 0 0 #b2b2b2;
    box-shadow: .25em .25em 0 0 #b2b2b2;
}

.more02 {
    max-width: 100%
}

.more02 a {
    display: inline-block;
    max-width: 100%;
}

.more02 .btn {
    display: inline-block;
    width: 460px;
    max-width: 100%;
    border-radius: .5em;
    background-color: #70bad2;
    color: #fff;
    text-align: center;
    padding: .75em;
    -webkit-box-shadow: .25em .25em 0 0 #666;
    box-shadow: .25em .25em 0 0 #666;
}

.more03 {
    max-width: 100%
}

.more03 a {
    display: inline-block;
    max-width: 100%;
}

.more03 .btn {
    display: inline-block;
    width: 130px;
    max-width: 100%;
    border-radius: .5em;
    background-color: #70bad2;
    color: #fff;
    text-align: center;
    padding: .3em .5em;
}

.back01 a {
    display: inline-block;
    max-width: 100%;
    border-radius: .5em;
    background-color: #d4eaf1;
    text-align: center;
    padding: .75em 2em;
}

.marker01 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #b7dce8));
    background: -webkit-linear-gradient(transparent 60%, #b7dce8 60%);
    background: -o-linear-gradient(transparent 60%, #b7dce8 60%);
    background: linear-gradient(transparent 60%, #b7dce8 60%);
    display: block;
}

.marker02 {
    display: inline-block;
    width: 460px;
    max-width: 100%;
}

.marker02 .marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #b7dce8));
    background: -webkit-linear-gradient(transparent 60%, #b7dce8 60%);
    background: -o-linear-gradient(transparent 60%, #b7dce8 60%);
    background: linear-gradient(transparent 60%, #b7dce8 60%);
}

.marker03 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #b7dce8));
    background: -webkit-linear-gradient(transparent 60%, #b7dce8 60%);
    background: -o-linear-gradient(transparent 60%, #b7dce8 60%);
    background: linear-gradient(transparent 60%, #b7dce8 60%);
}

.bdrs01 {
    border-radius: 1em;
    overflow: hidden;
}

.bdrs02 {
    border-radius: 1.5em;
    overflow: hidden;
}

.vwpic {
    width: 100vw;
    margin-left: calc((100vw - 1000px) / -2);
}

.bb01 {
    display: inline-block;
    border: .15em solid;
    border-radius: .5em;
    padding: 0 .5em;
}

.label01 {
    display: inline-block;
    background-color: #70bad2;
    color: #fff;
    border-radius: .5em;
    padding: 0 .25em;
}

@media only screen and (max-width: 1024px) {
    .vwpic {
        margin-left: calc((100vw - 95vw) / -2);
    }
}

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

    .vwpic {
        width: 102vw;
        max-width: inherit;
        margin-right: 0 !important;
        margin-left: -5.5% !important;
    }

    .balloon07 {
        min-width: 290px;
    }

    .balloon08 {
        min-width: inherit;
        width: 550px;
    }
}

/* ------------------------------
 cmn layout
------------------------------ */

.table01 table {
    width: 100%;
    border-collapse: collapse;
}

.table01 table * {
    vertical-align: middle;
}

.table01 table thead th:after,
.table01 table thead td:after {
    content: '';
    display: block;
    width: 1.5em;
    height: .15em;
    background-color: #70bad2;
    margin: .25em auto;
}

.table01 table tbody th,
.table01 table tbody td {
    font-size: 24px;
}

.table01 table th {
    text-align: center;
    font-weight: 700;
    padding: .5em .5em;
}

.table01 table td {
    text-align: center;
    font-weight: 700;
    padding: .5em .5em;
}

.table01 table .bb {
    border: .1em solid;
    border-radius: .5em;
    display: inline-block;
    padding: 0 1em;
}

.cmnslickitem01 {
    padding-bottom: 1em;
    margin: 1em;
}

.cmnslickitem01 a {
    display: block;
    position: relative;
    padding: 3em 1em;
    background-color: #fff;
    border-radius: .5em;
}

.cmnslickitem01 a:after {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .75em .75em 0 .75em;
    border-color: #fff transparent transparent transparent;
}

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

    .table01 table tbody th,
    .table01 table tbody td {
        font-size: 20px;
    }
}

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

    .table01 table tbody th,
    .table01 table tbody td {
        font-size: 14px;
    }

    .table01 table th {
        font-size: 12px;
        padding: .5em .25em;
    }

    .table01 table td {
        font-size: 12px;
        padding: .5em .25em;
    }
}

/* ------------------------------
 home
------------------------------ */

.home01box {
    padding: 3.5em 3.5em 2em;
    border-radius: 1.5em;
    background-color: #fffdbd;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.home01box .boxtit {
    position: absolute !important;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
}

.home02box .tit .icon {
    display: inline-block;
    margin-right: 1em;
    max-width: 12.5%;
}

.home02box .tit .icon img {
    vertical-align: middle;
}

.home02list {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.home02list .home02item:nth-of-type(odd) a {
    background-color: #d4eaf1;
}

.home02item a {
    display: block;
    padding: .5em 1.5em;
    border-radius: .75em;
}

.home02item dt {
    width: 7em;
}

.home02item dt + dd {
    width: calc(100% - 7em);
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home03item {
    margin: 30px 0;
}

.home03item .icon {
    max-width: 30%;
    margin-left: auto;
    margin-right: auto;
}

.home03item [class*="heightLine"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.home04 {
    padding-top: 0 !important;
}

.home06box {
    max-width: 480px;
    margin-left: auto;
}

.home06box .titbox .tit {
    font-size: 46px;
    color: #fff;
    text-shadow: 0.1em 0.1em 0 #70bad2;
}

.home06box .titbox .list .item {
    width: 48%;
}

.home06box .titbox .list .item:nth-of-type(odd) {
    margin-top: 2em;
}

.home07list .home07item:nth-of-type(odd) {
    float: left;
}

.home07list .home07item:nth-of-type(even) {
    float: right;
}

.home07item .que {
    background-color: #70bad2;
    color: #fff;
    border-radius: .5em;
    position: relative;
    padding: 1.25em 1.25em;
    margin-bottom: 1.25em;
}

.home07item .que:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .75em 0 .75em .5em;
    border-color: transparent transparent transparent #70bad2;
}

.home07item .ans {
    border-radius: .5em;
    position: relative;
    padding: 1.25em 1.25em;
    border: .25em solid #70bad2;
}

.home07item .ans:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .75em .5em .75em 0;
    border-color: transparent #fff transparent transparent;
    z-index: 1;
}

.home07item .ans:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: calc(100% + .25em);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .75em .5em .75em 0;
    border-color: transparent #70bad2 transparent transparent;
}

.home08item {
    padding-bottom: 1em;
    margin: 1em;
}

.home08item a {
    display: block;
    position: relative;
    padding: 3em 1em;
    background-color: #fff;
    border-radius: .5em;
}

.home08item a:after {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .75em .75em 0 .75em;
    border-color: #fff transparent transparent transparent;
}

.home09box .tit .icon {
    display: inline-block;
    margin-right: 1em;
    max-width: 12.5%;
}

.home09box .tit .icon img {
    vertical-align: middle;
}

.home09item {
    padding: .25em;
}

.home09item a {
    display: block;
}

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

    .home06box .titbox .tit {
        font-size: calc(42px + ((1vw - 10px) * 1.6));
    }
}

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

    .home01box {
        padding: 3.5em 2em 2em;
    }

    .home07list .home07item {
        float: none !important;
    }
}

/* ------------------------------
 about
------------------------------ */

.about02 {
    padding-bottom: 0 !important;
}

.about04box .mapbox {
    border-radius: 1.5em;
    overflow: hidden;
    width: 700px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.about04box .mapbox .map {
    padding-top: 65%;
}

.about04box .box01 {
    padding: 1.5em 3em;
    background-color: #fffdbd;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.about04box .box01 .icon {
    width: 5em;
}

.about04box .box01 .icon + .tbox {
    width: calc(100% - 5em);
}

@media only screen and (max-width:1024px) {}

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

    .about04box .box01 {
        padding: 1.5em 1.5em;
    }

    .about04box .box01 .icon {
        width: 2em;
    }

    .about04box .box01 .icon + .tbox {
        width: calc(100% - 3em);
    }
}

/* ------------------------------
 first
------------------------------ */

.first01list .first01item:last-of-type:after {
    content: none;
}

.first01item:after {
    content: '';
    display: block;
    width: 100px;
    height: 38px;
    background-image: url(/import/tenant_1/160.16.198.226/html/images/first/icon01.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
    margin: 40px auto;
}

.first01item .pbox .pic {
    padding: 0 1em;
}

.first01item .tbox {
    padding: 3em 2em;
    position: relative;
    background-size: auto auto;
    background-color: rgba(229, 242, 247, 1);
    background-image: -webkit-repeating-linear-gradient(315deg, transparent, transparent 6px, rgba(209, 222, 227, 1) 6px, rgba(209, 222, 227, 1) 8px);
    background-image: -o-repeating-linear-gradient(315deg, transparent, transparent 6px, rgba(209, 222, 227, 1) 6px, rgba(209, 222, 227, 1) 8px);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 6px, rgba(209, 222, 227, 1) 6px, rgba(209, 222, 227, 1) 8px);
    border-radius: .75em;
    min-height: 8em;
}

.first01item .tbox .step {
    color: #70bad2;
    text-shadow: 0.1em 0.1em 0 #ccc;
    position: absolute !important;
    left: 0;
    top: 0;
    padding: 0 1em;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
}

.first02box .tbox {
    color: #fff;
    text-shadow: .3em .3em 0 #70bad2;
}

.first02box .tbox * {
    color: inherit;
    text-shadow: inherit;
}

.first02box .tbox .tit {
    position: relative;
    padding: .5em 0;
    display: inline-block;
}

.first02box .tbox .tit:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(/import/tenant_1/160.16.198.226/html/images/first/icon02.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
    width: 110%;
    padding-top: 18%;
    z-index: -1;
}

.first03item {
    border: .2em solid;
    border-radius: .5em;
    padding: .75em 1em;
    max-width: 100%;
    position: relative;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 6em;
    width: 25.333%;
    margin: 3%;
}

.first03item:after,
.first03item:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    top: calc(100% - .2em);
    left: 50%;
}

.first03item:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-width: .5em;
    border-bottom-width: .5em;
    border-left-width: 1em;
    border-right-width: 1em;
    margin-left: -1em;
    border-top-color: #fff;
}

.first03item:before {
    border-color: rgba(51, 3, 0, 0);
    border-top-width: .5em;
    border-bottom-width: .5em;
    border-left-width: 1em;
    border-right-width: 1em;
    margin-left: -1em;
    margin-top: .25em;
    border-top-color: #000;
}

.first04box .pbox {
    position: relative;
}

.first04box .pbox:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100vw;
    padding-top: 20%;
    background-color: #70bad2;
    z-index: -1;
}

.first04box .pbox .pic {
    width: 480px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.first04box .box01 {
    padding: 1.5em 3em;
    background-color: #fffdbd;
}

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

    .first03item {
        width: 46%;
        margin: 3% 2%;
    }
}

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

    .first01item .pbox .pic {
        padding: 1em 0;
    }

    .first03item {
        width: 48%;
        margin: 3% 1%;
        font-size: 14px;
    }

    .first04box .box01 {
        padding: 1.5em 1.5em;
    }
}

/* ------------------------------
 staff
------------------------------ */

.staff01item .tbox .name .kana {
    display: block;
    line-height: 1.4;
}

.staff01item .tbox .name .kan {
    display: block;
    line-height: 1.4;
}

.staff01item .tbox .item .subtit {
    overflow: hidden;
}

.staff01item .tbox .item .subtit .bb {
    position: relative;
    display: inline-block;
    padding-right: 1em;
}

.staff01item .tbox .item .subtit .bb:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 100%;
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 50%;
}

.staff01item .tbox .item .subtit .bb:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 100%;
    border-bottom: 1px solid;
    height: 2px;
    width: 100vw;
}

.staff01item .tbox .item .text {
    padding: 1em 0;
    margin-bottom: 1em;
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 599px) {}

/* ------------------------------
 work
------------------------------ */

.work02 {
    padding-bottom: 0 !important;
}

.work02item .pbox .pix {
    width: 250px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.work02item .subtit {
    color: #70bad2;
    text-shadow: 0.1em 0.1em 0 #ccc;
    margin-bottom: .25em;
}

.work02item [class*="heightLine"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.work02 .picbox {
    position: relative;
}

.work02 .picbox:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, #fff), to(#fff));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)50%, #fff 50%, #fff);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)50%, #fff 50%, #fff);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)50%, #fff 50%, #fff);
    z-index: -1;
}

.work03list {
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
}

.work03item .balloonbox .balloon {
    border: .2em solid;
    border-radius: .5em;
    padding: .75em 1em;
    max-width: 100%;
    position: relative;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 4em;
    width: 275px;
    margin-left: auto;
    margin-right: auto;
}

.work03item .balloonbox .balloon:after,
.work03item .balloonbox .balloon:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    top: calc(100% - .2em);
    left: 50%;
}

.work03item .balloonbox .balloon:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-width: .5em;
    border-bottom-width: .5em;
    border-left-width: 1em;
    border-right-width: 1em;
    margin-left: -1em;
    border-top-color: #fff;
}

.work03item .balloonbox .balloon:before {
    border-color: rgba(51, 3, 0, 0);
    border-top-width: .5em;
    border-bottom-width: .5em;
    border-left-width: 1em;
    border-right-width: 1em;
    margin-left: -1em;
    margin-top: .25em;
    border-top-color: #000;
}

.work03item .pbox .more01 {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
    position: relative;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.work04box .tabNavList {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.work04box .tabNavList::-webkit-scrollbar {
    height: .4em;
}

.work04box .tabNavList::-webkit-scrollbar-thumb {
    background: #bfbfbf;
    border-radius: 30px;
}

.work04box .tabNavList::-webkit-scrollbar-track-piece {
    background: #ebebeb;
}

.work04box .tabNavItem {
    background-color: #eeeeee;
    display: inline-block;
    border-radius: .5em .5em 0 0;
    text-align: center;
    padding: .5em 1em;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-bottom: .2em solid #bfbfbf;
}

.work04box .tabNavItem + .tabNavItem {
    margin-left: .5em;
}

.work04box .tabNavItem.on {
    background-color: #70bad2;
    color: #fff;
    border-bottom: .2em solid #70bad2;
}

.work04box .tabBox .list {
    padding: 3em 1.5em 4.5em;
    background-color: #eeeeee;
}

.work04box .tabBox .item .box01 {
    background-color: #fff;
    border-radius: 1.5em;
    padding: 3em 1.5em 1.5em;
    margin-top: 1.5em;
    position: relative;
}

.work04box .tabBox .item .box01 .subtit {
    position: absolute !important;
    left: 0;
    top: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
    width: 90%;
    padding: 0 1.5em;
}

.work04box .tabBox .item .box01 .subtit .label {
    display: inline-block;
    background-color: #70bad2;
    color: #fff;
    padding: .25em .5em;
    width: 200px;
    max-width: 100%;
    border-radius: .25em;
    text-align: center;
}

.work05item {
    display: block;
    border: .15em solid;
    border-radius: .5em;
    padding: 1em 1.5em;
    max-width: 100%;
    position: relative;
    background-color: #fff;
}

.work05item:after,
.work05item:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    top: calc(100% - .15em);
    left: 12.5%;
}

.work05item:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-width: .5em;
    border-bottom-width: .5em;
    border-left-width: 1em;
    border-right-width: 1em;
    border-top-color: #fff;
}

.work05item:before {
    border-color: rgba(51, 3, 0, 0);
    border-top-width: .5em;
    border-bottom-width: .5em;
    border-left-width: 1em;
    border-right-width: 1em;
    margin-top: .25em;
    border-top-color: #000;
}

.work05item .check {
    display: inline-block;
    position: relative;
    padding-left: 2.5em;
}

.work05item .check:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 1.35em;
    height: 1.2em;
    background-image: url(/import/tenant_1/160.16.198.226/html/images/work/icon01.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 599px) {
    .work05item {
        padding: 1em 1em;
    }

    .work05item .check {
        padding-left: 2em;
    }
}

/* ------------------------------
 freeschool
------------------------------ */

.freeschool02box {
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
}

.freeschool02item {
    border: .2em solid;
    border-radius: .5em;
    padding: .75em 1em;
    max-width: 100%;
    position: relative;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 6em;
    width: 40%;
    margin: 2%;
    letter-spacing: 0;
}

.freeschool02item:after,
.freeschool02item:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    top: calc(100% - .2em);
    left: 50%;
}

.freeschool02item:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-width: .5em;
    border-bottom-width: .5em;
    border-left-width: 1em;
    border-right-width: 1em;
    margin-left: -1em;
    border-top-color: #fff;
}

.freeschool02item:before {
    border-color: rgba(51, 3, 0, 0);
    border-top-width: .5em;
    border-bottom-width: .5em;
    border-left-width: 1em;
    border-right-width: 1em;
    margin-left: -1em;
    margin-top: .25em;
    border-top-color: #000;
}

.freeschool02box .box01 {
    padding: 1.5em 1.5em;
    background-color: #fffdbd;
}

.freeschool04 .picbox {
    position: absolute;
    right: 0;
    top: 6%;
    z-index: -1;
    width: 25%;
    text-align: center;
}

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

    .freeschool02item {
        width: 46%;
        margin: 2%;
    }

    .freeschool04 .picbox {
        top: 2%;
    }
}

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

    .freeschool02item {
        width: 48%;
        margin: 2% 1%;
    }

    .freeschool04 .picbox {
        top: 1%;
    }
}

/* ------------------------------
 tutor
------------------------------ */

.tutor01 {
    padding-bottom: 0 !important;
}

.tutor02item .subtit {
    -webkit-transform: translate(0, 25%);
    -ms-transform: translate(0, 25%);
    transform: translate(0, 25%);
}

.tutor02item .subtit .balloon {
    border: .15em solid;
    border-radius: .5em;
    padding: .75em 1em;
    max-width: 100%;
    position: relative;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 4.5em;
    width: 500px;
}

.tutor02item .subtit .balloon:after,
.tutor02item .subtit .balloon:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    top: calc(100% - .2em);
    left: 12.5%;
}

.tutor02item .subtit .balloon:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-width: .5em;
    border-bottom-width: .5em;
    border-left-width: 1em;
    border-right-width: 1em;
    border-top-color: #fff;
}

.tutor02item .subtit .balloon:before {
    border-color: rgba(51, 3, 0, 0);
    border-top-width: .5em;
    border-bottom-width: .5em;
    border-left-width: 1em;
    border-right-width: 1em;
    margin-top: .25em;
    border-top-color: #000;
}

.tutor02item .textbox {
    padding: 3em;
    background-color: #8ac5d9;
    color: #fff;
    border-radius: 1.5em;
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 599px) {
    .tutor02item .textbox {
        padding: 3em 1.5em;
    }
}

/* ------------------------------
 manabun
------------------------------ */

.manabun01 {
    padding-bottom: 0 !important;
}

.manabun01box .box01 {
    padding: 1.5em 1.5em;
    background-color: #fffdbd;
}

.manabun02list .manabun02item:nth-of-type(even) .balloon06 {
    margin-left: auto;
}

.manabun02list .manabun02item:nth-of-type(odd) .flexbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.manabun03 .ofiImg.tc {
    max-height: 60%;
}

.manabun03box .font01 {
    color: #fff;
    text-shadow: 0.1em 0.1em 0 #70bad2;
}

.manabun03box .box01 {
    padding: 4em 3em 3em;
    border-radius: 1em;
    background-color: rgba(255, 255, 255, .8);
    position: relative;
}

.manabun03box .box01 .subtit {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 .75em;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.manabun03box .box02 {
    padding: 3em;
    border: 1px solid #c8c8c8;
    border-radius: 1.5em;
    margin-top: 5em;
    position: relative;
}

.manabun03box .box02 .subttl {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 1.5em;
    max-width: 90%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.manabun03box .box02 .subttl .label {
    display: inline-block;
    background-color: #70bad2;
    color: #fff;
    padding: 0.25em 0.5em;
    width: 200px;
    max-width: 100%;
    border-radius: 0.25em;
    text-align: center;
}

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

    .manabun03box .box01 {
        padding: 4em 2.5em 3em;
    }
}

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

    .manabun03box .box01 {
        padding: 4em 1.5em 3em;
    }

    .manabun03box .box02 {
        padding: 3em 1.5em;
    }

    .manabun03box .box02 .subttl {
        padding: 0 1em;
    }
}

/* ------------------------------
 kobetu
------------------------------ */

.kobetu02item .titbox {
    -webkit-transform: translate(0, 25%);
    -ms-transform: translate(0, 25%);
    transform: translate(0, 25%);
    position: relative;
    z-index: 1;
}

.kobetu05item .titbox {
    -webkit-transform: translate(0, 25%);
    -ms-transform: translate(0, 25%);
    transform: translate(0, 25%);
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 599px) {}

/* ------------------------------
 online
------------------------------ */

.online01 {
    padding-bottom: 0 !important;
}

.online01 .pricebox {
    position: relative;
    z-index: 1;
    padding: 40px 0;
}

.online01 .pricebox:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100%;
    background-color: rgba(238, 238, 238, .8);
}

.online01 .pricebox .box {
    padding: 4em;
    border-radius: 1.5em;
    margin-top: 1.5em;
    position: relative;
    background-color: #fff;
}

.online01 .pricebox .box .subttl {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 1.5em;
    max-width: 90%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.online01 .pricebox .box .subttl .label {
    display: inline-block;
    background-color: #70bad2;
    color: #fff;
    padding: 0.25em 0.5em;
    width: 200px;
    max-width: 100%;
    border-radius: 0.25em;
    text-align: center;
}

.online02item .textbox {
    line-height: 200%;
}

.online02item .textbox * {
    line-height: inherit;
}

@media only screen and (max-width: 1024px) {}

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

    .online01 .pricebox .box {
        padding: 4em 2em 3em;
    }
}

/* ------------------------------
 faq
------------------------------ */

.faq01item .que.open {
    background-color: #70bad2;
    color: #fff;
}

.faq01item .que {
    padding: 1.5em 2.5em 1.5em 4em;
    position: relative;
    border: .15em solid #70bad2;
    background-color: #fff;
    border-radius: .5em;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
}

.faq01item .que.open:before {
    background-color: #fff;
    color: #000;
}

.faq01item .que:before {
    content: 'Q';
    position: absolute;
    left: 1em;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 2.25em;
    height: 2.25em;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #70bad2;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.faq01item .que.open:after {
    content: '';
}

.faq01item .que:after {
    position: absolute;
    left: 2em;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .75em .75em 0 .75em;
    border-color: #70bad2 transparent transparent transparent;
}

.faq01item .que .icon {
    display: block;
}

.faq01item .que .icon:after {
    content: '\f067';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: .5em;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 150%;
}

.faq01item .que.open .icon:after {
    content: '\f068';
}

.faq01item .ans {
    padding: 3em 1.5em 3em 4em;
    position: relative;
    border: .15em solid #70bad2;
    background-color: #fff;
    border-radius: 1em;
    cursor: pointer;
    margin: 1em 0;
}

.faq01item .ans:before {
    content: 'A';
    position: absolute;
    left: 1em;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 2.25em;
    height: 2.25em;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #bfbfbf;
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 599px) {}

/* ------------------------------
 news
------------------------------ */

.newsitem {
    letter-spacing: 0;
}

.newsitem * {
    letter-spacing: inherit;
}

.newslist .newsitem:nth-of-type(odd) a {
    background-color: #d4eaf1;
}

.newsitem a {
    display: block;
    padding: 1.5em 2em;
    border-radius: .75em;
    background-color: #fff;
}

.newsitem .postdata {
    width: calc(100% - 170px);
}

.newsitem .morebox {
    width: 150px;
}

.news_detailbox .postdata {
    padding: 1.5em 2em;
    border-radius: .75em;
    background-color: #d4eaf1;
    position: relative;
    margin-bottom: 1em;
}

.news_detailbox .postdata:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 3em;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .75em .75em 0 .75em;
    border-color: #d4eaf1 transparent transparent transparent;
}

.news_detailbox .single {
    padding: 2em 2em 3em;
    border: .2em solid #bfbfbf;
    border-radius: 1em;
    background-color: #fff;
}

@media only screen and (max-width: 1024px) {}

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

    .newsitem a {
        padding: 1.5em 1.5em;
    }

    .newsitem .postdata {
        width: 100%;
        margin-bottom: 1em;
    }

    .newsitem .morebox {
        width: 100%;
    }

    .news_detailbox .single {
        padding: 1.5em 1.5em 2.5em;
    }
}

/* ------------------------------
 blog
------------------------------ */

.blogitem {
    letter-spacing: 0;
    margin-bottom: 40px;
}

.blogitem * {
    letter-spacing: inherit;
}

.blogitem a {
    display: block;
}

.blogitem .pbox {
    margin-bottom: .5em;
}

.blogitem .postdata .date {
    width: 7em;
}

.blogitem .postdata .cat {
    width: calc(100% - 7em);
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    position: relative;
    z-index: 1;
}

.blog_detailsinglebox {
    padding: 2em 2em 3em;
    border: .2em solid #bfbfbf;
    border-radius: 1em;
    background-color: #fff;
    position: relative;
}

.blog_detailsinglebox .postdata {
    padding: 1em 0;
    border-bottom: .15em solid #bfbfbf;
}

.blog_detailsinglebox .postdata .cat {
    position: absolute;
    right: 0;
    padding-right: 3em;
    max-width: 100%;
    bottom: calc(100% + .5em);
    z-index: 1;
}

.blog_detailsinglebox .single {
    padding: 1.5em 0;
}

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

    .blogitem .pbox {
        margin-bottom: 0;
    }

    .blogitem .postdata .date {
        width: 100%;
        margin-bottom: .5em;
    }

    .blogitem .postdata .cat {
        width: 100%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}

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

    .blog_detailsinglebox {
        padding: 1.5em 1.5em 2.5em;
    }
}

/* ------------------------------
 voice
------------------------------ */

.voiceitem {
    letter-spacing: 0;
}

.voiceitem * {
    letter-spacing: inherit;
}

.voiceitem a{
  display: block;
}

.voiceitem .name {
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    position: relative;
    z-index: 1;
}

.voiceitem .postdata {
    padding: 0 1em;
}

.voiceitem .postdata .date {
    width: 6em;
}

.voiceitem .postdata .morebox {
    width: calc(100% - 6em);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: relative;
    z-index: 1;
}

.voice_detailsinglebox {
    padding: 2em 2em 3em;
    border: .2em solid #bfbfbf;
    border-radius: 1em;
    background-color: #fff;
    position: relative;
}

.voice_detailsinglebox .pbox .pic.uk-lb {
    position: relative;
}

.voice_detailsinglebox .pbox .pic.uk-lb:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 2.75em;
    height: 2.75em;
    color: #70bad2;
    border: .15em solid;
    border-radius: 50%;
    background-image: url(/import/tenant_1/160.16.198.226/html/images/voice/icon01.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60% auto;
}

.voice_detailsinglebox .pbox .pic.uk-lb:after {
    content: 'クリックで拡大';
    color: #70bad2;
    font-weight: 700;
    position: absolute;
    left: 50%;
    top: calc(50% + 1.5em);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 90%;
}

.voice_detailsinglebox .postdata {
    padding: 1em 0;
    border-bottom: .15em solid #bfbfbf;
}

.voice_detailsinglebox .postdata .cat {
    position: absolute;
    right: 0;
    padding-right: 3em;
    max-width: 100%;
    bottom: calc(100% + .5em);
    z-index: 1;
}

.voice_detailsinglebox .single {
    padding: 1.5em 0;
}

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

    .voice_detailsinglebox .pbox .pic.uk-lb:before {
        width: 2em;
        height: 2em;
    }

    .voice_detailsinglebox .pbox .pic.uk-lb:after {
        font-size: 12px;
    }
}

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

    .voiceitem .postdata {
        padding: 0 .25em;
    }

    .voice_detailsinglebox {
        padding: 1.5em 1.5em 2.5em;
    }
}

/* ------------------------------
 contact
------------------------------ */

.contact01form {
    padding: 4em 4em 4em;
    border: .2em solid #bfbfbf;
    border-radius: 1.5em;
    background-color: #fff;
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 599px) {
    .contact01form {
        padding: 3em 1.5em 3em;
        border-radius: 1em;
    }
}

/* ------------------------------
 mondai
------------------------------ */

.mondaiitem {
    background-color: #fff;
    padding: 3em 2em;
    border: .2em solid;
    border-radius: .75em;
}

.mondaiitem .cat {
    width: 130px;
}

.mondaiitem .cat + .listbox {
    width: calc(100% - 180px);
}

.mondaiitem .cat .label {
    width: 130px;
    max-width: 100%;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    border: .1em solid;
    background-color: #fffdbd;
    border-radius: .5em;
    padding: 0 .5em;
}

.mondaiitem .item a {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #70bad2;
    color: #fff;
    border-radius: .25em;
    padding: .5em .5em;
    font-weight: 700;
    text-align: center;
}

.mondai_detailsinglebox {
    padding: 3em 3em 9em;
    border: .2em solid #bfbfbf;
    border-radius: 1em;
    background-color: #fff;
}

.mondai_detailsinglebox .postdata .cat {
    width: 130px;
}

.mondai_detailsinglebox .postdata .tit {
    width: calc(100% - 180px);
}

.mondai_detailsinglebox .postdata .cat .label {
    width: 130px;
    max-width: 100%;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    border: .1em solid;
    background-color: #fffdbd;
    border-radius: .5em;
    padding: 0 .5em;
}

.mondai_detailsinglebox .postdata .tit .label {
    background-color: #70bad2;
    color: #fff;
    border-radius: .25em;
    padding: .5em .5em;
    font-weight: 700;
    text-align: center;
    display: inline-block;
}

.mondai_detailsinglebox .question .qlist {
    margin-bottom: 120px;
}

.mondai_detailsinglebox .question .qitem {
    padding: 3.5em 0 7em;
    border-bottom: 1px solid #7d7d7d;
}

.mondai_detailsinglebox .question .qitem .ttlbox {
    margin-bottom: 3em;
}

.mondai_detailsinglebox .question .qitem .num {
    width: 3em;
}

.mondai_detailsinglebox .question .qitem .ttl {
    width: calc(100% - 3em);
}

.mondai_detailsinglebox .question .qitem.open select {
    pointer-events: none;
    background-color: #eee;
}

.mondai_detailsinglebox .question .qitem select {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    font-weight: 700;
    width: 600px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
    display: block;
}

.mondai_detailsinglebox .question .answer {
    margin-top: 3em;
}

.mondai_detailsinglebox .btnbox .more .btn {
    display: inline-block;
    background-color: #fffdbd;
    border: .15em solid;
    border-radius: .5em;
    padding: .75em 3em;
    width: 200px;
    max-width: 100%;
}

.mondai_detailsinglebox .btnbox .btn {
    cursor: pointer;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.mondai_detailsinglebox .btnbox .btn:hover {
    opacity: .6;
}

.mondai_detailsinglebox .btnbox .more .btn:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.75em;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 2;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .25em 0 .25em .5em;
    border-color: transparent transparent transparent #000;
}

.mondai_detailsinglebox .btnbox .more .btn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1em;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background-color: #fff;
    line-height: 0;
    z-index: 1;
}

.mondai_detail #videobox.action {
    position: fixed;
    z-index: 251;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    -ms-touch-action: cross-slide-y pinch-zoom double-tap-zoom;
    touch-action: cross-slide-y pinch-zoom double-tap-zoom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    height: 100vh;
}

.mondai_detail #videobox.action .videobox {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 75%;
}

.mondai_detail #videobox.action .videobox .video {
    position: relative;
    overflow: hidden;
    padding-top: 56.5%;
    width: 100%;
}

.mondai_detail #videobox.action .videobox .video video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: inherit;
    width: 100%;
    height: 100%;
}

.mondai_detail #videobox.action .videobox .iframe {
    padding-top: 56.5%;
}

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

    .mondaiitem {
        padding: 3em 1.5em;
    }

    .mondaiitem .cat {
        width: 130px;
    }

    .mondaiitem .cat + .listbox {
        width: calc(100% - 150px);
    }

    .mondaiitem .item {
        width: 48%;
    }

    .mondai_detailsinglebox .postdata .cat {
        width: 130px;
    }

    .mondai_detailsinglebox .postdata .tit {
        width: calc(100% - 150px);
    }

    .mondai_detailsinglebox .question .qitem .num {
        width: 100%;
        margin-bottom: .5em;
    }

    .mondai_detailsinglebox .question .qitem .ttl {
        width: 100%;
    }
}

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

    .mondaiitem .cat {
        width: 100%;
        margin-bottom: 1em;
    }

    .mondaiitem .cat + .listbox {
        width: 100%;
    }

    .mondaiitem .item a {
        font-size: 16px;
    }

    .mondai_detailsinglebox {
        padding: 3em 1.5em 6em;
    }

    .mondai_detailsinglebox .postdata .cat {
        width: 100%;
        margin-bottom: 1em;
    }

    .mondai_detailsinglebox .postdata .tit {
        width: 100%;
    }
}
