﻿html{
    scroll-behavior: smooth;
}

.sctop-link {
    display: block;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    background: #FFF;
    border: 1px solid #999;
    padding-top: 30px;
    text-align: center;
    letter-spacing: -1px;
    font-size: 85%;
    text-decoration: none;
    color: #333;
    opacity: 0.6;
    position: fixed;
    bottom: 3rem;
    right: 3rem;
    border-radius: 5px;
    z-index: 999;
}

    .sctop-link::before {
        content: "";
        display: block;
        border-top: 2px solid #333;
        border-right: 2px solid #333;
        width: 25%;
        height: 25%;
        top: 25%;
        left: 0;
        right: 0;
        margin: auto;
        position: absolute;
        transform: rotate(-45deg);
    }

    .sctop-link:hover {
        opacity: 1;
    }

.anchor {
    display: block;
    padding-top: 220px;
    margin-top: -220px;
}

#map_canvas {
    position: relative;
    padding: 0 0 56%;
    height: 0;
    overflow: hidden;
}

    #map_canvas iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

.dl-horiz dt {
    white-space: normal;
}

input,
select,
textarea {
    max-width: 780px !important;
}

a {
    color: #333;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #888;
        text-decoration: none;
    }

    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

.part-info-text-body a {
    color: #0077ff;
    text-decoration: underline;
}

.map-link {
    color: #fff;
    background-color: rgba(5, 153, 10, 0.6);
    border-radius: 4px;
    padding: 2px 2px 2px 2px;
    font-size: 85%;
}

    .map-link:hover,
    .map-link:focus {
        color: #fff;
        background-color: rgba(5, 153, 10, 0.5);
        text-decoration: underline;
    }

.btn-link {
    color: #333;
    text-decoration: none;
    border: none;
    padding: 0;
}

    .btn-link:hover,
    .btn-link:focus {
        color: #888;
        text-decoration: none;
    }

    .btn-link:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

.btn-chemical {
    background-image: -webkit-linear-gradient(#F4731C, #F4891C 40%, #F4731C);
    background-image: -o-linear-gradient(#F4731C, #F4891C 40%, #F4731C);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F4731C), color-stop(40%, #F4891C), to(#F4731C));
    background-image: linear-gradient(#F4731C, #F4891C 40%, #F4731C);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff6707', endColorstr='#ffc94e00', GradientType=0);
    -webkit-filter: none;
    filter: none;
    border: 1px solid #F4731C;
    color: white;
    margin-top: 8px;
}

    .btn-chemical:hover {
        color: white;
    }

a, button,
input[type="file"],
input[type="submit"] {
    outline: none !important;
}

.under {
    text-decoration: underline;
}

.file-select {
    height: auto !important;
    margin: 5px 0px 10px 0px;
}

.rotate0 {
    transform: rotate(0deg);
}

.rotate90 {
    transform: rotate(90deg);
}

.rotate180 {
    transform: rotate(180deg);
}

.rotate270 {
    transform: rotate(270deg);
}

.btn-denwa {
    font-size: 100%;
}

.btn-denwa-lgnm {
    font-size: 85%;
}

.btn-denwa-contact {
    font-size: 85%;
}

.btn-denwa-contact-lgnm {
    font-size: 75%;
    width: 290px !important;
}

.btn-mail {
    font-size: 85%;
}

.btn-new {
    position: absolute;
    top: -8px;
    right: 5px;
}

.text-vali {
    font-size: 80%;
    margin-left: 7px;
}

.msg-vali {
    color: white;
    background-color: #b94a48;
    padding: 3px 3px 3px 5px;
}

.btn-contact {
    width: 240px;
}

.info-moji {
    font-size: 120%;
    color: deeppink;
}

.confirm-moji {
    font-size: 110%;
}

.url-qrcode {
    width: 70px;
    height: 70px;
}

.color-complete {
    color: red;
}

.color-select {
    color: rgba(230, 50, 50, 0.9) !important
}

.title-b1 {
    background: #fff;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 3px solid #3cf;
    padding: 5px 0 5px 10px;
    background: -moz-linear-gradient(top, #fff 0%, #eee 50%, #ddd 51%, #fff 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(50%,#eee), color-stop(51%,#ddd), color-stop(100%,#fff)); /* webkit */
    -pie-background: linear-gradient(top, #fff 0%, #eee 50%, #ddd 51%, #fff 100%);
    behavior: url(http://www.webcreatorbox.com/sample/images/PIE.htc); /* ie */
}

.title-b2 {
    border-bottom: 3px #3cf solid;
    padding-bottom: 0px;
    font-weight: normal;
}

    .title-b2 span {
        margin-left: 10px;
        font-size: 90%;
        color: #ccc;
        position: relative;
        top: -1px;
    }

.title-b3 {
    padding-left: 10px;
}

    .title-b3 span {
        color: #555;
        font-size: 130%;
        font-weight: bold;
        border-left: 5px #3cf solid;
        padding-left: 7px;
    }

.top-content .title-b3 {
    padding-left: 0px;
}

.title-g3 {
    padding-left: 10px;
}

    .title-g3 span {
        color: #555;
        font-size: 130%;
        font-weight: bold;
        border-left: 5px #2bde08 solid;
        padding-left: 7px;
    }

.top-content .title-g3 {
    padding-left: 0px;
}

.title-r3 {
    padding-left: 10px;
}

    .title-r3 span {
        color: #555;
        font-size: 130%;
        font-weight: bold;
        border-left: 5px #ff3333 solid;
        padding-left: 7px;
    }

.top-content .title-r3 {
    padding-left: 0px;
}

.title-mr3 {
    padding-left: 10px;
}

    .title-mr3 span {
        color: #555;
        font-size: 130%;
        font-weight: bold;
        border-left: 5px #ff00ff solid;
        padding-left: 7px;
    }

.top-content .title-mr3 {
    padding-left: 0px;
}

.title-gr3 {
    padding-left: 10px;
}

    .title-gr3 span {
        color: #555;
        font-size: 130%;
        font-weight: bold;
        border-left: 5px #999999 solid;
        padding-left: 7px;
    }

.top-content .title-gr3 {
    padding-left: 0px;
}

.title-or3 {
    padding-left: 10px;
}

    .title-or3 span {
        color: #555;
        font-size: 130%;
        font-weight: bold;
        border-left: 5px #ff6666 solid;
        padding-left: 7px;
    }

.top-content .title-or3 {
    padding-left: 0px;
}

.box {
    display: table-cell;
    width: 100px;
    vertical-align: top;
    padding: 0 5px 0 5px;
}

.thumbnail-title-lg {
    padding: 0 3px 0 3px;
}

.padding-left30 {
    padding-left: 30px !important;
}

.margin-left0 {
    margin-left: 0 !important;
}

.margin-left10 {
    margin-left: 10px !important;
}

.margin-left20 {
    margin-left: 20px !important;
}

.margin-login {
    margin: 10px 0 0 10px !important;
}

.margin-right0 {
    margin-right: 0 !important;
}

.margin-top0 {
    margin-top: 0 !important;
}

.margin-top5 {
    margin-top: 5px !important;
}

.margin-top10 {
    margin-top: 10px !important;
}

.margin-top15 {
    margin-top: 15px !important;
}

.margin-top20 {
    margin-top: 20px !important;
}

.margin-top25 {
    margin-top: 25px !important;
}

.margin-bottom0 {
    margin-bottom: 0 !important;
}

.scmargin-0 {
    margin: 0 0 0 0;
}

.scmargin-5 {
    margin: 0 5px 0 5px;
}

.scmargin-10 {
    margin: 0 10px 0 10px;
}

.scmargin-15 {
    margin: 0 15px 0 15px;
}

.scmargin-20 {
    margin: 0 20px 0 20px;
}

.scmargin-25 {
    margin: 0 25px 0 25px;
}

.scmargin-30 {
    margin: 0 30px 0 30px;
}

.scmargin-35 {
    margin: 0 35px 0 35px;
}

.scmargin-0tb {
    margin: 0 0 0 0;
}

.scmargin-5tb {
    margin: 5px 0 5px 0;
}

.scmargin-10tb {
    margin: 10px 0 10px 0;
}

.scmargin-15tb {
    margin: 15px 0 15px 0;
}

.mailmsg, .denwamsg {
    margin-bottom: 0px !important;
    font-size: 120% !important;
}

.mailtime, .denwatime {
    margin-bottom: 10px !important;
    font-size: 110% !important;
}

input[type=checkbox] {
    width: 20px;
    height: 20px;
    /*transform: scale(1.4);*/
    display: inline-block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    vertical-align: middle;
    position: relative;
    top: 10px;
    cursor: pointer;
}

.user-cursor {
    cursor: default !important;
}

.user-padding {
    padding-top: 7px !important;
    padding-bottom: 15px !important;
}

.user-checkbox {
    top: 0px !important;
    padding-top: 0px !important;
}

.user-checkbox-table {
    margin-left: 10px !important;
}

.user-checkbox-label {
    margin-left: 8px;
    margin-right: 13px;
}

input[type="text"],
input[type="password"],
input[type="date"], 
textarea {
    -webkit-appearance: none;
}

.menu-text {
    font-size: 100%;
    color: white;
}

.company-title {
    margin-top: 35px;
    margin-bottom: 25px;
}

.company {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
}

    .company th,
    .company td {
        border: 1px solid #ccc;
        padding: 20px 10px 20px 10px;
    }

    .company th {
        font-weight: normal;
        background-color: #dedede;
        text-align: center;
        padding: 0;
        width: 25%;
    }

/*Green-M type*/
.company-ext {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 5px;
}

    .company-ext th,
    .company-ext td {
        padding: 5px 5px 15px 5px;
        vertical-align: top;
    }

    .company-ext th {
        font-weight: normal;
        width: 25%;
        min-width: 100px;
    }

.job-title {
    margin-top: 35px;
    margin-bottom: 25px;
}

.job {
    width: 100%;
    margin-bottom: 20px;
}

    .job th,
    .job td {
        border: 1px solid #ccc;
        padding: 20px 10px 20px 10px;
    }

    .job th {
        font-weight: normal;
        background-color: #dedede;
        text-align: center;
        padding: 0;
        width: 25%;
    }

/*.top-v {
    position: relative;
    margin-bottom: 15px;
    height: 580px;
}*/

.top-img {
    display: block;
}

.hr-header-login {
    margin-top: 20px;
    margin-bottom: 20px;
}

.hr-header {
    margin-top: 20px;
    margin-bottom: 15px;
}

.hr-user-header {
    margin-top: 7px;
    margin-bottom: 15px;
}

.hr-footer {
    margin-top: 10px;
}

.user-table {
    margin-bottom: -7px;
}

.manage-link {
    text-decoration: underline;
}

li.dis-none {
    display: none !important;
}

.greet-style {
    line-height: 25px;
    font-size: 110%;
    padding: 20px 15px 10px 15px !important;
    border-radius: 15px;
    /*Green type*/
    background-color: #fffad7;
    margin: -5px 10px 20px 10px !important;
    /*Blue type*/
    /*background-color: #F5F4F4;*/
    /*margin: 25px 10px 20px 10px !important;*/
}

    /*Green type*/
    /* 左縦線 */
    .greet-style::before {
        background-color: #ffba43;
        content: '';
        height: 85%;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 6px;
    }

    /*Blue type*/
    /* 吹き出し（三角） */
    /*.greet-style::before {
        content: '';
        position: absolute;
        left: 40px;
        top: -20px;
        display: block;
        width: 0;
        height: 0;
        border-right: 20px solid transparent;
        border-bottom: 20px solid #F5F4F4;
        border-left: 20px solid transparent;
    }*/

    .greet-style p {
        padding-left: 1em;
        text-indent: -1em;
        margin: 0 0 7px;
    }

    .greet-style span {
        margin-left: 16px;
        margin-right: 8px;
        color: #3176d5;
    }

    .greet-style .greet-header {
        text-align: center;
        font-size: 120%;
        font-weight: bold;
        color: #7e5f34;
        margin: 0 0 10px 0;
    }

    .greet-style .greet-body {
        color: #3e603b;
        margin: 0 0 10px 7px;
    }

        .greet-style .greet-body br {
            display: block;
            content: "";
            margin: 10px 0;
        }

.dis-none {
    display: none !important;
}

.btn-modalcalendar {
    margin-top: 10px;
    margin-bottom: 10px;
}

.rsv-kigo {
    margin-top: 10px;
    margin-bottom: 0px;
    margin-right: 5px;
}

.rsv-select {
    position: relative;
    text-align: left;
    bottom: 24px;
    margin-left: 5px;
    margin-right: 70px;
}

.rsv-select-sub1 {
    position: relative;
    text-align: left;
    margin-left: 5px;
    margin-top: -30px;
    margin-bottom: 15px;
    margin-right: 70px;
    color: rgba(230, 50, 50, 0.9) !important
}

.rsv-select-sub2 {
    position: relative;
    text-align: left;
    margin-left: 5px;
    margin-top: -15px;
    margin-right: 70px;
    color: rgba(230, 50, 50, 0.9) !important
}

.mdl-select-info {
    position: relative;
    text-align: left;
    bottom: 27px;
    margin-left: 5px;
    margin-right: 215px;
    font-size: 120%;
    display: flex;
    white-space: nowrap;
}

.pc-cal-top {
    margin-top: 10px;
}

.modal-body-area {
    padding: 10px 0 10px 0;
}

.modal-body-area-top {
    padding-left: 10px;
    padding-right: 10px;
    height: 40px;
    text-align: right;
}

.modal-footer-area {
    padding-left: 5px;
    padding-right: 10px;
    height: 85px;
}

.mail-style {
    margin-bottom: 10px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.denwa-style {
    margin-bottom: 10px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.chemical-style {
    margin-bottom: 10px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

    .mail-style img,
    .denwa-style img,
    .chemical-style img {
        width: 20px;
        margin-top: -1px;
    }

.ui-widget-header {
    font-weight: normal !important;
    color: rgba(68, 68, 68, 0.9) !important;
}

.ui-widget-content {
    color: rgba(128, 128, 128, 0.9) !important;
}

/* 土日曜日 */
.fc-sat, .fc-sun, .fg-day {
    color: rgba(230, 50, 50, 0.7) !important;
}

/* 縦メニューのホーム表示 */
.nav-verti .home {
    /*Green type*/
    display: block;
    /*Blue type*/
    /*display: none;*/
}

/* 上下中央揃えのためのコード */
.center-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* glyphiconページング用 */
.glyphicon-page {
    top: 2px;
}


/* イメージ表示スタイル（縦画像）*/
.tate {
    /*width: auto !important;
    height: 100% !important;*/
}

/* イメージ表示スタイル（横画像）*/
.yoko {
    /*width: 100% !important;
    height: auto !important;*/
}

/* Animation */
.marquee {
    overflow: hidden;
}

    .marquee mq:after {
        content: "";
        white-space: nowrap;
    }

    .marquee mq {
        font-size: 1.1em;
        margin: 0;
        padding-left: 100%;
        display: inline-block;
        white-space: nowrap;
        -webkit-animation-name: mqRL;
        -webkit-animation-timing-function: linear;
        -webkit-animation-duration: 18s;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-name: mqRL;
        -moz-animation-timing-function: linear;
        -moz-animation-duration: 18s;
        -moz-animation-iteration-count: infinite;
        -ms-animation-name: mqRL;
        -ms-animation-timing-function: linear;
        -ms-animation-duration: 18s;
        -ms-animation-iteration-count: infinite;
        -o-animation-name: mqRL;
        -o-animation-timing-function: linear;
        -o-animation-duration: 18s;
        -o-animation-iteration-count: infinite;
        animation-name: mqRL;
        animation-timing-function: linear;
        animation-duration: 18s;
        animation-iteration-count: infinite;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        /*Green type*/
        color: #7e5f34;
        /*Blue type*/
        /*color: #555555;*/
    }

.part-view {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .part-view h3 {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .part-view h4 {
        font-size: 16px;
    }

    .part-view p {
        text-align: left;
    }

    .part-view td {
        text-align: left;
    }

.privacy-mid{
    font-size: 12pt;
}

.privacy-nai {
    margin-left: 10pt;
}

@-webkit-keyframes mqRL {
    from {
        -webkit-transform: translate(0);
    }

    to {
        -webkit-transform: translate(-100%);
    }
}

@-moz-keyframes mqRL {
    from {
        -moz-transform: translate(0);
    }

    to {
        -moz-transform: translate(-100%);
    }
}

@-ms-keyframes mqRL {
    from {
        -ms-transform: translate(0);
    }

    to {
        -ms-transform: translate(-100%);
    }
}

@-o-keyframes mqRL {
    from {
        -o-transform: translate(0);
    }

    to {
        -o-transform: translate(-100%);
    }
}

@keyframes mqRL {
    from {
        transform: translate(0);
    }

    to {
        transform: translate(-100%);
    }
}


/* トップページテキスト表示用 */
.home-text {
    position: absolute;
    color: white;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    font-size: 180%;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.1), 
                 0 1px 5px rgba(0, 0, 0, 0.2), 
                 0 1px 5px rgba(0, 0, 0, 0.3), 
                 0 1px 5px rgba(0, 0, 0, 0.4), 
                 0 1px 5px rgba(0, 0, 0, 0.5), 
                 0 1px 5px rgba(0, 0, 0, 0.6), 
                 0 1px 5px rgba(0, 0, 0, 0.7);
    text-align: center;
    font-weight: 500;
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ角ゴシック','Hiragino Sans',YuGothic,'Yu Gothic','ＭＳ Ｐ明朝','MS PMincho','Arial',sans-serif;
}

/* 動画アイコン */
.list-item .video-type:after {
    position: absolute;
    top: 90%;
    left: 7%;
    /* 絵文字：glyphicon-film */
    content: "\e009";
    font-size: 24px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /*background: rgba(192,192,192,.7);*/
    color: rgba(250,250,250,.8);
    padding: 3px 5px 4px 5px;
    border-radius: 3px;
}

.part-list-item .video-type:after {
    position: absolute;
    top: 88%;
    left: 9%;
    /* 絵文字：glyphicon-film */
    content: "\e009";
    font-size: 20px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /*background: rgba(192,192,192,.7);*/
    color: rgba(250,250,250,.8);
    padding: 3px 5px 4px 5px;
    border-radius: 3px;
}

.part-info-thumbnail a {
    position: relative;
}

.part-info-thumbnail .video-type:before {
    position: absolute;
    top: 54%;
    left: 47%;
    /* 絵文字：glyphicon-film */
    content: "\e009";
    font-size: 20px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /*background: rgba(192,192,192,.7);*/
    color: rgba(250,250,250,.8);
    padding: 3px 5px 4px 5px;
    border-radius: 3px;
}

.error-message {
    padding-right: 15px;
    word-break: break-all;
}

/*画面サーズ（ラージ）*/
@media screen and (min-width:768px) {
    .body-content {
        padding: 110px 0 0 0;
    }

    .top-view {
        position: relative;
        margin-bottom: 15px;
    }

    .top-content {
        padding: 5px 0 0 0;
    }

    .jumbotron-top {
        padding: 0 0 0 0;
        margin: 0 0 10px 0;
        background-size: cover;
    }

    .top-menu {
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        background-size: cover;
        background-color: #fff;
        height: 113px;
        width: 100%;
        position: fixed;
        z-index: 99;
    }

    .sub-menu {
        padding: 130px 0 5px 0; /*back-image有りの時*/
        /*padding: 130px 0 0 0;*/ /*back-image無しの時*/
        margin: 0 0 20px 0;
        background-size: cover;
        background-color: #fff;
    }

    .jumbotron-top-img {
        box-shadow: 5px 8px 25px rgba(0,0,0,0.25);
        margin: 0;
        padding: 0;
        max-height: 75vh;
    }

    .jumbotron-usr {
        padding: 20px 10px 5px 10px;
    }

    .btmargin {
        margin-bottom: 20px;
    }

    .sitename {
        margin: 0px 0 0px 0;
    }

        .sitename a {
            font-size: 1.7em;
            text-decoration: none;
            /*Green type*/
            color: #fff;
            text-shadow: 0px 1px 0 #999, 1px 1px 1px #aaa, 1px 2px 5px #555;
            /*Blue type*/
            /*color: rgba(0, 100, 222, 0.9);*/
            /*text-shadow: 0px 1px 1px rgba(0, 100, 222, 0.3), 1px 1px 2px rgba(0, 100, 222, 0.5);*/
        }

    .sitename .container {
        height: 67px;
    }

    .subtitle-md {
        font-size: 1.0em;
        padding: 0 0 0 10px;
        line-height: 67px;
        display: flex;
        white-space: nowrap;
    }

    .subtitle-sm {
        display: none;
    }

    .login {
        position: relative;
        display: flex;
    }

        .login a {
            position: absolute;
            right: 1%;
            margin-top: 18px;
            font-size: 1.0em;
            text-shadow: none;
            /*Green-M type*/
            color: #777;
        }

            .login a:hover {
                text-decoration: underline;
            }

    .login-position a {
        position: absolute;
        right: 1%;
        margin-top: -68px !important;
        font-size: 1.1em;
        text-shadow: none;
    }

    .account-title-bdr-b {
        border-left: 8px #3cf solid;
        padding-left: 10px;
        padding-top: 2px;
        font-size: 120%;
        margin-top: 20px;
    }

    .account-title-bdr-g {
        border-left: 8px #2bde08 solid;
        padding-left: 10px;
        padding-top: 2px;
        font-size: 120%;
        margin-top: 20px;
    }

    .account-title-bdr-y {
        border-left: 8px rgb(255, 148, 0) solid;
        padding-left: 10px;
        padding-top: 2px;
        font-size: 120%;
        margin-top: 20px;
    }

    .account-title-bdr-r {
        border-left: 8px rgb(255, 18, 120) solid;
        padding-left: 10px;
        padding-top: 2px;
        font-size: 120%;
        margin-top: 20px;
    }

    .nav-brand {
        float: left;
        padding: 15px 10px;
        line-height: 37px;
    }

        /*Green-M type*/
        .nav-brand img {
            margin: -10px 0 0 -10px;
            max-height: 60px;
        }

    /* 三本線（サイドメニュー用） */
    .nav-sanbon {
        display: none;
    }

    /* サイドメニュー */
    .nav-verti {
        display: none;
    }

        /* サイドメニュー */
        .nav-verti .nav-verti-menu {
            display: none;
        }

    /* メニュースタイル */
    nav .nav-main {
        display: inline-block;
        /*Maru type*/
        /*Blue type*/
        /*margin: 7px 15px;
        border-radius: 50px;*/
    }

    .nav-horiz {
        overflow: hidden;
        width: 100%;
        position: absolute;
        top: 67px;
        height: 46px;
        /*Maru type*/
        /*Green type*/
        background-color: rgba(50, 205, 50, 0.8);
        /*Blue type*/
        /*background-color: rgba(0, 110, 232, 0.8);*/
        /*Green-M type*/
        background-color: rgba(5, 153, 10, 0.8);
        /*Green-gradient type*/
        /*background: -moz-linear-gradient(top, rgba(5, 153, 10, 0.9) 0%, rgba(5, 153, 10, 0.7) 50%, rgba(5, 153, 10, 0.7) 51%, rgba(5, 153, 10, 0.9) 100%);*/ /* firefox */
        /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(5, 153, 10, 0.9)), color-stop(50%,rgba(5, 153, 10, 0.7)), color-stop(51%,rgba(5, 153, 10, 0.7)), color-stop(100%,rgba(5, 153, 10, 0.9)));*/ /* webkit */
        /*text-shadow: 0px 1px 1px rgba(5, 153, 10, 0.6), 1px 1px 1px rgba(5, 153, 10, 0.8);*/
    }

        .nav-horiz .nav-menu {
            height: 5em;
            width: 100%;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
        }

        .nav-horiz .list {
            display: table;
            margin: auto;
            padding: 0;
            width: 1180px;
            -webkit-padding-start: 0;
        }

            .nav-horiz .list li {
                display: table-cell;
                width: 14%;
                border-left: 1px solid rgba(255,255,255,.5);
                /*Maru type*/
                /*Maru typeで無い場合はnoneを有効に*/
                border-left: none;
            }

                .nav-horiz .list li:last-child {
                    border-right: 1px solid rgba(255,255,255,.5);
                    /*Maru type*/
                    /*Maru typeで無い場合はnoneを有効に*/
                    border-right: none;
                }

                .nav-horiz .list li a {
                    display: block;
                    padding: 0px;
                    text-decoration: none;
                    text-align: center;
                    letter-spacing: 0.05em;
                    /*Maru type*/
                    /*font-size: 115%;
                    color: #fff;
                    height: 2em;
                    line-height: 2;*/
                    /*Green type*/
                    font-size: 110%;
                    color: #fff;
                    height: 3em;
                    line-height: 3;
                    margin-top: 1px;
                    border-left: 1px solid rgba(255,255,255,.5);
                    /*Blue type*/
                    /*font-size: 115%;
                    color: #fff;
                    height: 2em;
                    line-height: 2;*/
                }

                    .nav-horiz .list li a:hover {
                        /*Maru type*/
                        /*background-color: #00c800;
                        color: #fff !important;*/
                        /*Green type*/
                        background-color: rgba(173, 255, 47, 0.2);
                        text-decoration: underline;
                        border-bottom: 2px solid rgba(50, 205, 50, 0.8);
                        /*Blue type*/
                        /*background-color: rgba(0, 110, 232, 0.8);
                        color: #fff !important;*/
                    }

                .nav-horiz .list li:last-of-type a {
                    /*Green type*/
                    border-right: 1px solid rgba(255,255,255,.5);
                    /*Maru type*/
                    /*Blue type*/
                }

    /* 横メニューの選択後 */
    nav .nav-select {
        /*Maru type*/
        /*background-color: #fff;
        color: #00a000 !important;*/
        /*Green type*/
        text-decoration: underline !important;
        /*Blue type*/
        /*background-color: #fff;*/
        /*color: rgba(0, 110, 232, 1.0) !important;*/
    }

    .site-map-path {
        display: inline-block;
        line-height: 40px;
        margin: auto;
        width: 1150px;
        font-size: 95%;
        color: rgb(128, 128, 128);
    }

    .svc-style1 {
        padding: 20px 0 0 0;
    }

    .svc-style2 {
        font-size: 120%;
    }

    .svc-style3 {
        margin-left: 40px;
    }

    .svc-style4 {
        font-size: 110%;
    }

    .svc-style5 {
        margin-left: 80px;
    }

    .svc-style-bdr-b {
        border-left: 8px #3cf solid;
        padding-left: 5px;
    }

    .svc-style-bdr-g {
        border-left: 8px #2bde08 solid;
        padding-left: 5px;
    }

    .svc-style21 {
        padding: 25px 30px 15px 30px !important;
        line-height: 25px;
        text-shadow: 0 1px 2px #ddd, 0 2px 4px #ccc, 0 4px 6px #ddd;
    }

    .svc-style22 {
        color: rgba(0, 100, 220, 1);
        font-size: 80%;
    }

    .carousel-inner {
        border-radius: 6px;
    }

    .carousel-item {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 420px;
    }

        .carousel-item img {
            width: 100%;
            height: auto;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .carousel-item p {
            position: relative;
            color: white;
            font-size: 130%;
            opacity: 1.0;
            width: 100%;
            padding: 10px 10px 10px 10px;
            line-height: 25px;
            text-shadow: 1px 1px 2px #000, 2px 2px 8px #eee;
            margin: auto 0 auto 0;
        }

    .carousel-indicators {
        bottom: 60px !important;
    }

    .cource-list {
        display: flex;
        padding: 0 0 0 0;
        /*margin: 0 -10px -30px -10px;*/
    }

    .cource-list-item {
        align-items: center;
        flex-direction: column;
        padding: 5px;
        width: 100%;
    }

    .cource-list-item-text {
        margin: 5px 5px 0px 3px;
    }

    .list-title {
        display: flex;
        align-items: center;
        padding: 0;
    }

    .list-item {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .list-item-box {
        overflow: hidden;
        position: relative;
        width: 380px;
        height: 180px;
        margin: 0 5px 0 0;
    }


        .list-item-box video,
        .list-item-box img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            object-fit: cover;
            min-height: 180px;
        }

    .list-item-date {
        position: absolute;
        margin-left: 10px;
        margin-top: 80px;
        font-size: 80%;
        color: rgba(250, 250, 250, 0.9);
    }

    .list-text {
        margin: 5px 5px 0px 3px;
        width: 100%;
    }

    .list-text-head {
        margin: 3px 3px 8px 5px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        font-weight: bolder;
        text-decoration: underline;
        font-size: 110%;
    }

    .list-text-body {
        margin: 0px 3px 5px 5px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 10;
        -webkit-box-orient: vertical;
        font-size: 100%;
    }

    .list-text-date {
        text-align: right;
        margin: 5px 3px 0px 0px;
        font-size: 90%;
        color: rgba(0, 10, 10, 0.5);
    }

    .list-sublist-count {
        position: absolute;
        text-align: right;
        width: 100%;
        height: auto;
        right: 7px;
        bottom: 3px;
        color: rgba(250, 250, 250, 0.9);
        text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.4);
    }

    .part-info-area {
        display: flex;
        align-items: inherit;
        padding: 0;
    }

    .part-info-slide {
        display: flex;
        align-items: flex-start;
    }

        .part-info-slide video,
        .part-info-slide img {
            min-height: 480px;
            max-height: 520px;
            /*min-width: 700px;*/
            width: 100%;
            object-fit: cover;
        }

        .part-info-slide i {
            position: absolute;
            bottom: 0;
            color: white;
            font-size: 100%;
            opacity: 1.0;
            width: 100%;
            padding: 5px 10px 15px 10px;
            text-shadow: 1px 1px 2px #000, 2px 2px 8px #eee;
            margin: 0;
        }

        .part-info-slide .vis:hover,
        .part-info-slide .vis:focus {
            outline: 0;
            text-decoration: none;
        }

            .part-info-slide .vis:hover::after,
            .part-info-slide .vis:focus::after {
                position: absolute;
                bottom: 8px;
                left: 50%;
                right: 50%;
                content: '';
                width: 15px;
                height: 15px;
                border: 0px;
                border-top: solid 2px #ddd;
                border-right: solid 2px #ddd;
                -ms-transform: rotate(135deg);
                -webkit-transform: rotate(135deg);
                transform: rotate(135deg);
            }

        .part-info-slide .inv:hover,
        .part-info-slide .inv:focus {
            outline: 0;
            text-decoration: none;
        }

            .part-info-slide .inv:hover::after,
            .part-info-slide .inv:focus::after {
                position: absolute;
                bottom: 10px;
                left: 50%;
                right: 50%;
                content: '';
                width: 15px;
                height: 15px;
                border: 0px;
                border-top: solid 2px #ddd;
                border-right: solid 2px #ddd;
                -ms-transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

    .part-info-item {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        position: relative;
        width: 100%;
        text-align: center;
        min-height: 480px;
        max-height: 520px;
    }

        /*.part-info-item img {
            width: 100%;
            height: auto;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .part-info-item video {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 45%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }*/

    .part-info-title {
        display: flex;
        align-items: inherit;
        flex-direction: column;
        min-width: 780px;
        max-width: 980px;
        width: 100%;
        height: 100%;
    }

    .part-info-thumbnail {
        display: flex;
        align-items: inherit;
        flex-flow: row wrap;
    }
        .part-info-thumbnail video,
        .part-info-thumbnail img {
            min-width: 60px;
            max-width: 90px;
            max-height: 90px;
            margin: 5px 5px 0 0;
            border: 3px solid rgba(255, 255, 255, 1);
        }

    .part-info-text {
        margin: 20px 5px 0px 3px;
        width: 100%;
    }

        .part-info-text .part-info-slide .carousel-inner {
            max-height: 650px;
        }

    .part-info-text-head {
        margin: 3px 3px 0px 5px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        font-size: 120%;
    }

    .part-info-text-body {
        margin: 15px 3px 15px 5px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 100;
        -webkit-box-orient: vertical;
        font-size: 110%;
    }

    .part-info-text-tail {
        margin: -5px 3px 15px 5px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 100;
        -webkit-box-orient: vertical;
        font-size: 110%;
    }

    .part-info-text-date {
        text-align: right;
        font-size: 90%;
    }

    .part-info-option {
        margin: -5px 3px 15px 5px;
        display: inline-flex;
        overflow: hidden;
        -webkit-line-clamp: 100;
        -webkit-box-orient: vertical;
        font-size: 110%;
        width: 100%;
    }

    .current {
        border: 3px solid rgba(230, 50, 50, 0.7) !important;
        border-radius: 2px;
    }

    .delete-cars, .delete-thum {
        position: relative;
    }

        .delete-cars:after {
            position: absolute;
            content: "削 除";
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            background: rgba(250,0,0,.7);
            color: rgba(250,250,250,.8);
            padding: 6px 10px 4px 10px;
            border-radius: 3px;
            font-size: 140%;
        }

        .delete-thum:after {
            position: absolute;
            content: "削 除";
            top: 54%;
            left: 48%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            background: rgba(250,0,0,.7);
            color: rgba(250,250,250,.8);
            padding: 2px 5px 1px 5px;
            border-radius: 3px;
            font-size: 90%;
            text-align: center;
        }

    .delete-btn {
        text-align: right;
    }

    .part-list-box {
        display: flex;
        padding: 5px 0 0 5px;
        border-top: solid 1px #ccc;
        margin: 10px 0 0 0;
        flex-flow: row wrap;
    }

    .part-list-title {
        padding: 0 0 0 0;
    }

    .part-list-item {
        display: flex;
        flex-direction: row;
        overflow: hidden;
        position: relative;
        min-width: 175px;
        width: 175px;
        height: 120px;
        margin: 10px 5px 0px 5px;
    }

        .part-list-item video,
        .part-list-item img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            object-fit: cover;
        }

    .part-list-item-box {
        width: 100%;
        height: auto;
        text-align: center;
    }

    .part-list-item-date {
        position: absolute;
        margin-left: 5px;
        margin-top: 105px;
        font-size: 70%;
        color: rgba(250, 250, 250, 0.9);
    }

    .part-list-text {
        margin: 5px 5px 0px 3px;
        width: 100%;
    }

    .part-list-text-head {
        margin: 3px 3px 3px 5px;
        width: 175px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        font-weight: bolder;
        text-decoration: underline;
    }

    .part-list-text-body {
        margin: 0px 3px 3px 5px;
        width: 175px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        font-size: 90%;
    }

    .part-list-text-date {
        margin: 5px 3px 3px 5px;
        font-size: 75%;
        color: rgba(0, 10, 10, 0.4);
    }

    .part-list-sublist-count {
        position: absolute;
        margin-left: 153px;
        margin-top: 105px;
        font-size: 80%;
        color: rgba(250, 250, 250, 0.9);
        text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.4);
    }

    .denwa-btn {
        text-align: left;
    }

        .denwa-btn img {
            width: 20px;
            margin-top: -1px;
            margin-left: -3px;
        }

    .denwa-msg {
        margin-top: -10px;
        text-align: left;
    }

    .mail-msg {
        text-align: left;
        margin-top: -10px;
        margin-bottom: 10px;
    }

    .required, .optional {
        font-size: 100%;
    }

        .required:after {
            position: absolute;
            display: inline-block;
            background-color: rgba(230, 0, 0, 0.5);
            font-size: 70%;
            color: #fff;
            right: 20px;
            content: "必須";
            margin: 9px 0 0 0;
            padding: 2px 4px 2px 4px;
            border-radius: 4px;
        }

        .optional:after {
            position: absolute;
            display: inline-block;
            background-color: rgba(0, 10, 10, 0.3);
            font-size: 70%;
            color: #fff;
            right: 20px;
            content: "任意";
            margin: 9px 0 0 0;
            padding: 2px 4px 2px 4px;
            border-radius: 4px;
        }

    .user-optional:after {
        margin: 0 !important;
    }

    .rsv-time-lbl, .rsv-child-lbl {
        font-size: 105%;
        padding-left: 40px;
        max-width: 160px !important;
    }

        .rsv-time-lbl:after {
            position: absolute;
            display: inline-block;
            background-color: rgba(230, 0, 0, 0.5);
            font-size: 70%;
            color: #fff;
            right: 20px;
            content: "必須";
            margin: 9px 0 0 0;
            padding: 2px 4px 2px 4px;
            border-radius: 4px;
        }

        .rsv-child-lbl:after {
            position: absolute;
            display: inline-block;
            background-color: rgba(0, 10, 10, 0.3);
            font-size: 70%;
            color: #fff;
            right: 20px;
            content: "任意";
            margin: 9px 0 0 0;
            padding: 2px 4px 2px 4px;
            border-radius: 4px;
        }

    .rsv-margin-left {
        margin-left: 40px !important;
        margin-right: 0px !important;
    }

    .postconv-msg:after {
        display: inline-block;
        color: rgba(0, 10, 10, 0.4);
        font-size: 90%;
        content: "※入力と同時に住所を自動変換します。";
        margin: 10px 0 0 10px;
    }

    .unit-price {
        display: inline-block;
        margin: 8px 0 8px 0;
    }

    .modal-body-area {
        padding: 15px 0px 15px 0px;
    }

    .modal-body-area-top {
        padding-left: 20px;
        padding-right: 15px;
        height: 40px;
        text-align: right;
    }

    .modal-footer-area {
        padding-left: 15px;
        padding-right: 20px;
        height: 85px;
    }
}

/*画面サーズ（スモール）*/
@media screen and (max-width:467px) {
    .file-select {
        margin: 0px 0px 10px 0px;
    }

    .home-text {
        font-size: 125%;
    }

    .sctop-link {
        width: 40px;
        height: 40px;
        text-indent: -9999px;
        border-radius: 50%;
        bottom: 130px;
        right: 15px;
    }

        .sctop-link::before {
            bottom: 5px;
        }

    .part-view {
        margin-left: 10px;
        margin-right: 10px;
    }

        .part-view h3 {
            margin-top: 25px;
            margin-bottom: 20px;
        }

        .part-view h4,h5 {
            /*text-align: left;*/
        }

    .map-link {
        padding: 3px 1px 3px 1px;
    }

    .btn-denwa-lgnm {
        font-size: 75%;
    }

    .btn-denwa-contact-lgnm {
        font-size: 75%;
    }

    .marquee mq {
        font-size: 1.1em;
        margin: 0;
        padding-left: 100%;
        display: inline-block;
        white-space: nowrap;
        -webkit-animation-name: mqRL;
        -webkit-animation-timing-function: linear;
        -webkit-animation-duration: 14s;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-name: mqRL;
        -moz-animation-timing-function: linear;
        -moz-animation-duration: 14s;
        -moz-animation-iteration-count: infinite;
        -ms-animation-name: mqRL;
        -ms-animation-timing-function: linear;
        -ms-animation-duration: 14s;
        -ms-animation-iteration-count: infinite;
        -o-animation-name: mqRL;
        -o-animation-timing-function: linear;
        -o-animation-duration: 14s;
        -o-animation-iteration-count: infinite;
        animation-name: mqRL;
        animation-timing-function: linear;
        animation-duration: 14s;
        animation-iteration-count: infinite;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        /*Green type*/
        color: #7e5f34;
        /*Blue type*/
        /*color: #555555;*/
    }

    .body-content {
        padding: 85px 0 0 0;
    }

    .top-view {
        position: relative;
        margin-bottom: 15px;
        min-height: 180px;
    }

    .top-content {
        padding: 0 0 0 0;
    }

    .jumbotron-top {
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        background-size: cover;
    }

    .top-menu {
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        /*画像表示する場合、coverに変更する*/
        /*background-size: cover;*/
        background-size: 0;
        background-color: #fff !important;
        height: 87px;
        width: 100%;
        position: fixed;
        z-index: 99;
        /*Maru type*/
        /*Green-M type*/
        height: 83px;
    }

    .sub-menu {
        padding: 87px 0 0 0;
        margin: 0 0 0 0;
        background-size: cover;
        background-color: #fff !important;
        background-image: none !important;
        /*Maru type*/
        /*Green-M type*/
        padding: 83px 0 0 0;
    }

    .jumbotron-top-img {
        margin: 0 0 0 0;
        padding: 0;
        max-height: 50vh;
    }

    .jumbotron-usr {
        padding: 20px 15px 5px 15px;
    }

    .fontsize-max-md-100 {
        font-size: 100%;
    }

    .fontsize-max-md-110 {
        font-size: 110%;
    }

    .fontsize-max-md-120 {
        font-size: 120%;
    }

    .text-max-md-left {
        text-align: left;
    }

    .scmargin-max-md-5 {
        margin: 0 5px 0 5px;
    }

    .scmargin-max-md-10 {
        margin: 10px 10px 20px 10px;
    }

    .scmargin-max-md-15 {
        margin: 0 15px 0 15px;
    }

    .sitename {
        margin: 0px 0 0px 0;
    }

        .sitename a {
            font-size: 1.5em;
            text-decoration: none;
            /*Green type*/
            color: #fff;
            text-shadow: 0px 1px 0 #999, 1px 1px 1px #aaa, 1px 2px 5px #555;
            /*Blue type*/
            /*color: rgba(0, 100, 222, 0.9);
            text-shadow: 0px 1px 1px rgba(0, 100, 222, 0.3), 1px 1px 2px rgba(0, 100, 222, 0.5);*/
        }

    .subtitle-md {
        display: none;
    }

    .subtitle-sm {
        display: flex;
        margin: 3px 10px 18px 10px;
        font-size: 1.0em;
    }

    .login {
        position: relative;
        display: flex;
    }

        .login a {
            position: absolute;
            right: 5%;
            margin-top: -2px;
            font-size: 0.8em;
            text-shadow: none;
            text-align: right;
            white-space: nowrap;
            /*Green-M type*/
            color: #777;
        }

            .login a:hover {
                text-decoration: underline;
            }

    .account-title-bdr-b {
        border-left: 8px #3cf solid;
        padding-left: 10px;
        padding-top: 2px;
        font-size: 120%;
        margin-top: 20px;
    }

    .account-title-bdr-g {
        border-left: 8px #2bde08 solid;
        padding-left: 10px;
        padding-top: 2px;
        font-size: 120%;
        margin-top: 20px;
    }

    .account-title-bdr-y {
        border-left: 8px rgb(255, 148, 0) solid;
        padding-left: 10px;
        padding-top: 2px;
        font-size: 120%;
        margin-top: 20px;
    }

    .account-title-bdr-r {
        border-left: 8px rgb(255, 18, 120) solid;
        padding-left: 10px;
        padding-top: 2px;
        font-size: 120%;
        margin-top: 20px;
    }

    .margin-extenal {
        margin-left: 13px !important;
    }

    .nav-brand {
        float: left;
        padding: 10px 10px;
        line-height: 25px;
    }

        /*Green-M type*/
        .nav-brand img {
            margin: -8px 0 0 -7px;
            max-height: 43px;
        }

    /* iPhone自動ズーム対策 */
    input[type="text"], input[type="datetime"], input[type="password"], select, textarea {
        font-size: 16px !important;
    }

    /* 三本線（サイドメニュー用） */
    .nav-sanbon {
        float: right;
        position: relative;
        width: 20px;
        height: 19px;
        margin: 14px 13px 0 0;
    }

        .nav-sanbon:before {
            top: 0;
            display: block;
            left: 0;
            content: "";
            position: absolute;
            width: 100%;
            height: 3px;
            /*Green type*/
            background-color: rgba(255, 255, 255, 0.8);
            /*Blue type*/
            /*background-color: rgba(0, 100, 222, 0.7);*/
            /*Green-M type*/
            background-color: #777;
        }

        .nav-sanbon span {
            top: 50%;
            margin-top: -1.5px;
            position: absolute;
            width: 100%;
            height: 3px;
            /*Green type*/
            background-color: rgba(255, 255, 255, 0.8);
            /*Blue type*/
            /*background-color: rgba(0, 100, 222, 0.7);*/
            /*Green-M type*/
            background-color: #777;
        }

        .nav-sanbon:after {
            bottom: 0;
            display: block;
            left: 0;
            content: "";
            position: absolute;
            width: 100%;
            height: 3px;
            /*Green type*/
            background-color: rgba(255, 255, 255, 0.8);
            /*Blue type*/
            /*background-color: rgba(0, 100, 222, 0.7);*/
            /*Green-M type*/
            background-color: #777;
        }

    /* サイドメニュー */
    .nav-verti {
        position: absolute;
        top: 10px;
        right: 10px;
        display: inline-block;
    }

        .nav-verti .nav-verti-menu {
            position: fixed;
            top: 0;
            right: -100vw;
            width: 250px;
            height: 100%;
            cursor: pointer;
            -webkit-transition: 0.55s transform;
            transition: 0.55s transform;
            -webkit-transition-timing-function: cubic-bezier(.38,.52,.23,.99);
            transition-timing-function: cubic-bezier(.38,.52,.23,.99);
            background-color: #fff;
            opacity: 1;
            z-index: 999;
            /* 縦方向のスクロールバーを表示 */
            overflow-y: scroll;
            /* スマホ用の慣性スクロール */
            -webkit-overflow-scrolling: touch;
            /*Green type*/
            border-top: 20px solid rgba(50, 205, 50, 0.9);
            /*Blue type*/
            /*border-top: 20px solid rgba(0, 100, 222, 0.9);*/
        }

            .nav-verti .nav-verti-menu ul {
                margin: 0;
                padding: 0;
            }

            .nav-verti .nav-verti-menu li {
                list-style: none;
            }

                .nav-verti .nav-verti-menu li a {
                    display: block;
                    padding: 18px;
                    text-decoration: none;
                    color: #444;
                    border-bottom: 1px solid #ddd;
                    font-weight: 600;
                }

                    .nav-verti .nav-verti-menu li a::after {
                        position: absolute;
                        right: 12px;
                        content: '';
                        width: 7px;
                        height: 7px;
                        border: 0px;
                        border-top: solid 2px #ddd;
                        border-right: solid 2px #ddd;
                        -ms-transform: rotate(45deg);
                        -webkit-transform: rotate(45deg);
                        transform: rotate(45deg);
                        margin-top: 5px;
                    }

        .nav-verti #nav-verti-toggle {
            position: absolute;
            display: none;
            opacity: 0;
        }

            .nav-verti #nav-verti-toggle:checked ~ .nav-verti-menu {
                -webkit-transform: translateX(-100vw);
                transform: translateX(-100vw);
            }

            .nav-verti #nav-verti-toggle ~ label {
                display: block;
                padding: 1em;
                cursor: pointer;
                -webkit-transition: 0.5s transform;
                transition: 0.5s transform;
                -webkit-transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
                transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
                text-align: center;
                color: #fff;
                z-index: 999;
            }

            .nav-verti #nav-verti-toggle:checked ~ label {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgba(0,0,0, 0.6);
                z-index: 999;
                -webkit-transition: opacity 1s;
                transition: opacity 1s;
                opacity: 0.8;
                cursor: default;
            }

                .nav-verti #nav-verti-toggle:checked ~ label::before {
                    content: '\02715';
                    font-size: 2em;
                    position: absolute;
                    top: 5px;
                    right: 260px;
                    display: block;
                    width: 50px;
                    height: 50px;
                    background-size: 50px 50px;
                    cursor: pointer;
                }

    /* メニュースタイル */
    nav .nav-main {
        display: inline-block;
        /*Maru type*/
        /*Blue type*/
        /*margin: 5px 3px;
        border-radius: 50px;*/
    }

    .nav-horiz {
        overflow: hidden;
        width: 100%;
        position: absolute;
        top: 45px;
        /*Maru type*/
        /*Green type*/
        height: 38px;
        background-color: rgba(50, 205, 50, 0.8);
        /*Blue type*/
        /*height: 3em;
        background-color: rgba(0, 110, 232, 0.8);*/
        /*Green-M type*/
        background-color: rgba(5, 153, 10, 0.8);
        /*Green-gradient type*/
        /*background: -moz-linear-gradient(top, rgba(5, 153, 10, 0.9) 0%, rgba(5, 153, 10, 0.7) 50%, rgba(5, 153, 10, 0.7) 51%, rgba(5, 153, 10, 0.9) 100%);*/ /* firefox */
        /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(5, 153, 10, 0.9)), color-stop(50%,rgba(5, 153, 10, 0.7)), color-stop(51%,rgba(5, 153, 10, 0.7)), color-stop(100%,rgba(5, 153, 10, 0.9)));*/ /* webkit */
        /*text-shadow: 0px 1px 1px rgba(5, 153, 10, 0.6), 1px 1px 1px rgba(5, 153, 10, 0.8);*/
    }

        .nav-horiz .nav-menu {
            height: 5em;
            width: 100%;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
        }

        .nav-horiz .list {
            display: inline-table;
            max-width: 100%;
            text-align: center;
            margin: 0;
            padding: 0;
        }

            .nav-horiz .list li {
                display: table-cell;
                white-space: nowrap;
                font-size: 100%;
                line-height: 1.4;
                min-width: 90px;
                border-left: 1px solid rgba(255,255,255,.5);
                /*Maru type*/
                /*Maru typeで無い場合はnoneを有効に*/
                border-left: none;
            }

                .nav-horiz .list li:last-child {
                    border-right: 1px solid rgba(255,255,255,.5);
                    /*Maru type*/
                    /*Maru typeで無い場合はnoneを有効に*/
                    border-right: none;
                }

                .nav-horiz .list li a {
                    display: block;
                    padding: 0px 10px 0 10px;
                    text-decoration: none;
                    text-align: center;
                    letter-spacing: 0.05em;
                    /*Maru type*/
                    /*font-size: 100%;
                    color: #fff;
                    height: 2em;
                    line-height: 2;*/
                    /*Green type*/
                    font-size: 100%;
                    color: #fff;
                    height: 3em;
                    line-height: 37px;
                    border-left: 1px solid rgba(255,255,255,.5);
                    /*Blue type*/
                    /*font-size: 115%;
                    color: #fff;
                    height: 2em;
                    line-height: 2;*/
                }

                    .nav-horiz .list li a:hover {
                        /*Maru type*/
                        /*background-color: #00c800;
                        color: #fff !important;*/
                        /*Green type*/
                        background-color: rgba(173, 255, 47, 0.2);
                        text-decoration: underline;
                        border-bottom: 2px solid rgba(50, 205, 50, 0.8);
                        /*Blue type*/
                        /*background-color: rgba(0, 110, 232, 0.8);
                        color: #fff !important;*/
                    }

                .nav-horiz .list li:last-of-type a {
                    /*Green type*/
                    border-right: 1px solid rgba(255,255,255,.5);
                    /*Maru type*/
                    /*Blue type*/
                }

    /* 横メニューの選択後 */
    nav .nav-select {
        /*Maru type*/
        /*background-color: #fff;
        color: #00a000 !important;*/
        /*Green type*/
        text-decoration: underline !important;
        /*Blue type*/
        /*background-color: #fff;
        color: rgba(0, 110, 232, 1.0) !important;*/
    }

    .greet-style .greet-header {
        /*text-align: right;*/
        font-size: 107%;
        font-weight: bold;
        color: #7e5f34;
        margin: 0 0 10px 0px;
        /*Green-M type*/
        text-align: center;
        font-size: 115%;
        margin: 0 0 15px 0px;
    }

    ::-webkit-scrollbar {
        display: none;
    }

    .site-map-path {
        display: inline-block;
        line-height: 40px;
        margin: auto;
        width: 1150px;
        font-size: 95%;
        color: rgb(128, 128, 128);
    }

    .svc-style1 {
        padding: 20px 0 0 0;
    }

    .svc-style2 {
        font-size: 120%;
    }

    .svc-style3 {
        margin-left: 20px;
    }

    .svc-style4 {
        font-size: 100%;
    }

    .svc-style5 {
        margin-left: 40px;
    }

    .svc-style-bdr-b {
        border-left: 8px #3cf solid;
        padding-left: 5px;
    }

    .svc-style-bdr-g {
        border-left: 8px #2bde08 solid;
        padding-left: 5px;
    }

    .svc-style21 {
        padding: 20px 20px 10px 20px !important;
        line-height: 25px;
        text-shadow: 0 1px 2px #ddd, 0 2px 4px #ccc, 0 4px 6px #ddd;
    }

    .svc-style22 {
        color: rgba(0, 100, 220, 1);
        font-size: 80%;
    }

    /*スマホ用 carousel-itemで設定、itemをコメント化 */
    /*.item {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        position: relative;
    }*/

    /*.item img{
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }*/

    .carousel-item {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        position: relative;
        width: 100%;
        min-height: 220px;
    }

        .carousel-item img {
            width: 100%;
            height: auto;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .carousel-item p {
            position: relative;
            color: white;
            font-size: 110%;
            opacity: 0.9;
            width: 100%;
            padding: 10px 20px 10px 20px;
            line-height: 25px;
            text-shadow: 1px 1px 2px #000, 2px 2px 8px #eee;
            margin: auto 0 auto 0;
        }

    .carousel-indicators {
        bottom: 80px !important;
    }

    .cource-list {
        display: flex;
        padding: 0 0 0 0;
        /*margin: 0 -10px -30px -10px;*/
    }

    .cource-list-item {
        align-items: center;
        flex-direction: column;
        padding: 5px;
        width: 100%;
    }

    .cource-list-item-text {
        margin: 0px 0px 0px 2px;
    }

    .list-box {
        display: flex;
        padding: 5px !important;
        z-index: 0;
    }

    .list-title {
        display: flex;
        align-items: center;
        padding: 0;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        z-index: 0;
    }

    .list-item {
        display: inline-flex;
        align-items: center;
        flex-flow: row nowrap;
        width: 100%;
    }

    .list-item-box {
        overflow: hidden;
        position: relative;
        width: 150px;
        height: 95px;
        margin: 0 3px 0 3px;
        min-width: 150px;
    }

        .list-item-box video,
        .list-item-box img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            object-fit: cover;
            min-height: 95px;
        }

    .list-item-date {
        position: absolute;
        left: 10px;
        margin-top: 82px;
        font-size: 50%;
        color: rgba(250, 250, 250, 0.9);
    }

    .list-text {
        margin: 0px 0px 0px 2px;
        width: 50%;
        min-width: 50%;
    }

    .list-text-head {
        margin: 0px 3px 3px 3px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-weight: bolder;
        text-decoration: underline;
        font-size: 95%;
    }

    .list-text-body {
        margin: 0px 0px 3px 3px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        font-size: 85%;
    }

    .list-text-date {
        text-align: right;
        margin: 5px 3px 0px 0px;
        font-size: 75%;
        color: rgba(0, 10, 10, 0.5);
    }

    .list-sublist-count {
        position: absolute;
        text-align: right;
        width: 100%;
        height: auto;
        right: 5px;
        bottom: 1px;
        color: rgba(250, 250, 250, 0.9);
        text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.4);
        font-size: 85%;
    }

    .part-list-box {
        padding: 5px 0 5px 0;
        border-top: solid 1px #ddd;
        margin: 10px 0 0 0;
        flex-flow: row wrap;
    }

    .part-list-title {
        display: flex;
        align-items: center;
        padding: 3px 0 4px 0;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        z-index: 0;
    }

    .part-list-item {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        position: relative;
        min-width: 145px;
        width: 145px;
        height: 95px;
        margin: 0px 5px 0px 0px;
    }

        .part-list-item video,
        .part-list-item img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            object-fit: cover;
            min-height: 95px;
        }

    .part-list-item-box {
        min-height: 95px;
        max-height: 95px;
        min-width: 150px;
        max-width: 150px;
        text-align: center;
    }

    .part-list-item-date {
        position: absolute;
        left: 3px;
        margin-top: 80px;
        font-size: 50%;
        color: rgba(250, 250, 250, 0.9);
    }

    .part-list-text {
        margin: 5px 0px 0px 0px;
        width: 100%;
    }

    .part-list-text-head {
        margin: 0px 0px 5px 3px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        font-weight: bolder;
        text-decoration: underline;
        font-size: 95%;
    }

    .part-list-text-body {
        margin: 0px 0px 3px 3px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        font-size: 85%;
    }

    .part-list-text-date {
        margin: 3px 3px 3px 5px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        font-size: 70%;
        color: rgba(0, 10, 10, 0.4);
        text-align: right;
    }

    .part-list-sublist-count {
        position: absolute;
        text-align: right;
        width: 100%;
        height: auto;
        right: 5px;
        bottom: 1px;
        color: rgba(250, 250, 250, 0.9);
        text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.4);
        font-size: 75%;
    }

    .part-info-date {
        margin-right: 10px;
    }

    .part-info-area {
        display: flex;
        align-items: inherit;
        padding: 0;
        flex-flow: row wrap;
    }

    .part-info-slide {
        display: flex;
        align-items: center;
    }

        .part-info-slide video,
        .part-info-slide img {
            margin: 0px 0px 0px 0px;
            object-fit: cover;
        }

        .part-info-slide i {
            position: absolute;
            bottom: 0;
            color: white;
            font-size: 90%;
            opacity: 1.0;
            width: 100%;
            padding: 5px 10px 15px 10px;
            text-shadow: 1px 1px 2px #000, 2px 2px 8px #eee;
            margin: 0;
        }

        .part-info-slide .vis:hover,
        .part-info-slide .vis:focus {
            outline: 0;
            text-decoration: none;
        }

            .part-info-slide .vis:hover::after,
            .part-info-slide .vis:focus::after {
                position: absolute;
                bottom: 8px;
                left: 50%;
                right: 50%;
                content: '';
                width: 10px;
                height: 10px;
                border: 0px;
                border-top: solid 2px #ddd;
                border-right: solid 2px #ddd;
                -ms-transform: rotate(135deg);
                -webkit-transform: rotate(135deg);
                transform: rotate(135deg);
            }

        .part-info-slide .inv:hover,
        .part-info-slide .inv:focus {
            outline: 0;
            text-decoration: none;
        }

            .part-info-slide .inv:hover::after,
            .part-info-slide .inv:focus::after {
                position: absolute;
                bottom: 5px;
                left: 50%;
                right: 50%;
                content: '';
                width: 10px;
                height: 10px;
                border: 0px;
                border-top: solid 2px #ddd;
                border-right: solid 2px #ddd;
                -ms-transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

    .part-info-item {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        position: relative;
        width: 100%;
        min-height: 270px;
        text-align: center;
    }

        .part-info-item img {
            width: 100%;
            height: auto;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .part-info-item video {
            width: 100%;
            height: auto;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .part-info-title {
        display: flex;
        align-items: inherit;
        flex-direction: column;
        min-height: 120px;
        /*max-height: 300px;*/
        min-width: 200px;
        max-width: 480px;
        width: 100%;
    }

    .part-info-thumbnail {
        display: flex;
        align-items: inherit;
        flex-flow: row wrap;
    }

        .part-info-thumbnail video,
        .part-info-thumbnail img {
            min-width: 50px;
            max-width: 60px;
            max-height: 50px;
            margin: 2px 1px 1px 1px;
            border: 2px solid rgba(255, 255, 255, 1);
        }

    .part-info-text {
        margin: 10px 5px 0px 4px;
        width: 100%;
    }

    .part-info-text-head {
        margin: 0px 0px 0px 0px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        font-size: 100%;
    }

    .part-info-text-body {
        margin: 10px 0px 10px 0px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 100;
        -webkit-box-orient: vertical;
        font-size: 100%;
    }

    .part-info-text-tail {
        margin: 0px 0px 10px 0px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 100;
        -webkit-box-orient: vertical;
        font-size: 100%;
    }

    .part-info-text-date {
        margin: 0px 0px 10px 0px;
        text-align: right;
        font-size: 90%;
    }

    .part-info-option {
        margin: 0px 0px 10px 0px;
        display: inline-flex;
        overflow: hidden;
        -webkit-line-clamp: 100;
        -webkit-box-orient: vertical;
        font-size: 110%;
        width: 100%;
    }

    .current {
        border: 2px solid rgba(230, 50, 50, 0.7) !important;
        border-radius: 2px;
    }

    .delete-cars, .delete-thum {
        position: relative;
    }

        .delete-cars:after {
            position: absolute;
            content: "削 除";
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            background: rgba(250,0,0,.7);
            color: rgba(250,250,250,.8);
            padding: 6px 10px 4px 10px;
            border-radius: 3px;
            font-size: 140%;
        }

        .delete-thum:after {
            position: absolute;
            content: "削 除";
            top: 54%;
            left: 48%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            background: rgba(250,0,0,.7);
            color: rgba(250,250,250,.8);
            padding: 2px 5px 1px 5px;
            border-radius: 3px;
            font-size: 90%;
            text-align: center;
        }

    .delete-btn {
        text-align: right;
    }

    .denwa-btn {
        text-align: center;
    }

        .denwa-btn img {
            width: 20px;
            margin-top: -1px;
            margin-left: -3px;
        }

    .denwa-msg {
        font-size: 110%;
        text-align: center;
    }

    .mail-msg {
        font-size: 110%;
        text-align: center;
        margin-bottom: 30px;
    }

    .required, .optional {
        font-size: 100%;
        margin-left: 5px;
    }

        .required:after {
            position: absolute;
            display: inline-block;
            background-color: rgba(230, 0, 0, 0.6);
            font-size: 80%;
            color: #fff;
            right: 10px;
            content: "必須";
            margin: 0 0 0 0;
            padding: 2px 4px 2px 4px;
            border-radius: 4px;
        }

        .optional:after {
            position: absolute;
            display: inline-block;
            background-color: rgba(0, 10, 10, 0.3);
            font-size: 80%;
            color: #fff;
            right: 10px;
            content: "任意";
            margin: 0 0 0 0;
            padding: 2px 4px 2px 4px;
            border-radius: 4px;
        }

    .rsv-time-lbl, .rsv-child-lbl {
        font-size: 100%;
        margin-left: 5px;
    }

        .rsv-time-lbl:after {
            position: absolute;
            display: inline-block;
            background-color: rgba(230, 0, 0, 0.6);
            font-size: 80%;
            color: #fff;
            right: 10px;
            content: "必須";
            margin: 0 0 0 0;
            padding: 2px 4px 2px 4px;
            border-radius: 4px;
        }

        .rsv-child-lbl:after {
            position: absolute;
            display: inline-block;
            background-color: rgba(0, 10, 10, 0.3);
            font-size: 80%;
            color: #fff;
            right: 10px;
            content: "任意";
            margin: 0 0 0 0;
            padding: 2px 4px 2px 4px;
            border-radius: 4px;
        }

    .rsv-margin-left {
        margin-left: 4% !important;
        margin-right: 4% !important;
    }

    .postconv-lbl:before {
        position: absolute;
        display: inline-block;
        font-size: 80%;
        color: rgba(0, 10, 10, 0.4);
        left: 70px;
        content: "※入力と同時に住所を自動変換";
        margin: 0 0 0 0;
        padding: 2px 0px 2px 0px;
    }

    .calendar-magin {
        margin: 0 10px 0 10px;
    }

    .cont-center {
        display: block;
        margin: 0 15px 0 15px;
        max-width: 480px !important;
    }

    /* 動画アイコン */
    .list-item .video-type:after {
        position: absolute;
        top: 85%;
        left: 10%;
        font-size: 20px;
    }

    .part-list-item .video-type:after {
        top: 85%;
        left: 10%;
    }

    .part-info-thumbnail a {
        position: relative;
    }

    .part-info-thumbnail .video-type:before {
        top: 50%;
        left: 50%;
    }

}

/*画面サーズ（ミドル）*/
@media screen and (min-width:468px) and (max-width:767px) {
    .home-text {
        font-size: 150%;
    }

    .part-view {
        margin-left: 10px;
        margin-right: 10px;
    }

        .part-view h3 {
            margin-top: 30px;
        }

    .body-content {
        padding: 85px 0 0 0;
    }

    .top-view {
        position: relative;
        margin-bottom: 20px;
        min-height: 260px;
    }

    .top-content {
        padding: 0 0 0 0;
    }

    .jumbotron-top {
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        background-size: cover;
    }

    .top-menu {
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        /*画像表示する場合、coverに変更する*/
        /*background-size: cover;*/
        background-size: 0;
        background-color: #fff !important;
        height: 87px;
        width: 100%;
        position: fixed;
        z-index: 99;
    }

    .sub-menu {
        padding: 87px 0 0 0;
        margin: 0 0 0 0;
        background-size: cover;
        background-color: #fff !important;
        background-image: none !important;
    }

    .jumbotron-top-img {
        margin: 0 0 -10px 0;
        padding: 0;
    }

    .jumbotron-usr {
        padding: 20px 15px 5px 15px;
    }

    .fontsize-max-md-100 {
        font-size: 100%;
    }

    .fontsize-max-md-110 {
        font-size: 110%;
    }

    .fontsize-max-md-120 {
        font-size: 120%;
    }

    .text-max-md-left {
        text-align: left;
    }

    .scmargin-max-md-5 {
        margin: 0 5px 0 5px;
    }

    .scmargin-max-md-10 {
        margin: 10px 10px 0 10px;
    }

    .scmargin-max-md-15 {
        margin: 0 15px 0 15px;
    }

    .sitename {
        margin: 0px 0 0px 0;
    }

        .sitename a {
            font-size: 1.5em;
            text-decoration: none;
            /*Green type*/
            color: #fff;
            text-shadow: 0px 1px 0 #999, 1px 1px 1px #aaa, 1px 2px 5px #555;
            /*Blue type*/
            /*color: rgba(0, 100, 222, 0.9);
            text-shadow: 0px 1px 1px rgba(0, 100, 222, 0.3), 1px 1px 2px rgba(0, 100, 222, 0.5);*/
        }

    .subtitle-md {
        display: none;
    }

    .subtitle-sm {
        display: flex;
        margin: 7px 10px 22px 10px;
        font-size: 1.0em;
    }

    .login {
        position: relative;
        display: flex;
    }

        .login a {
            position: absolute;
            right: 45px;
            margin-top: 14px;
            font-size: 1.0em;
            text-shadow: none;
            /*Green-M type*/
            color: #777;
        }

            .login a:hover {
                text-decoration: underline;
            }

    .account-title-bdr-b {
        border-left: 8px #3cf solid;
        padding-left: 10px;
        padding-top: 2px;
        font-size: 120%;
        margin-top: 20px;
    }

    .account-title-bdr-g {
        border-left: 8px #2bde08 solid;
        padding-left: 10px;
        padding-top: 2px;
        font-size: 120%;
        margin-top: 20px;
    }

    .account-title-bdr-y {
        border-left: 8px rgb(255, 148, 0) solid;
        padding-left: 10px;
        padding-top: 2px;
        font-size: 120%;
        margin-top: 20px;
    }

    .account-title-bdr-r {
        border-left: 8px rgb(255, 18, 120) solid;
        padding-left: 10px;
        padding-top: 2px;
        font-size: 120%;
        margin-top: 20px;
    }

    .nav-brand {
        float: left;
        padding: 10px 10px;
        line-height: 25px;
    }

        /*Green-M type*/
        .nav-brand img {
            margin: -10px 0 0 -7px;
            max-height: 45px;
        }

    /* iPhone自動ズーム対策 */
    input[type="text"], input[type="datetime"], input[type="password"], select, textarea {
        font-size: 16px !important;
    }

    /* 三本線（サイドメニュー用） */
    .nav-sanbon {
        float: right;
        position: relative;
        width: 20px;
        height: 19px;
        margin: 14px 13px 0 0;
    }

        .nav-sanbon:before {
            top: 0;
            display: block;
            left: 0;
            content: "";
            position: absolute;
            width: 100%;
            height: 3px;
            /*Green type*/
            background-color: rgba(255, 255, 255, 0.8);
            /*Blue type*/
            /*background-color: rgba(0, 100, 222, 0.7);*/
            /*Green-M type*/
            background-color: #777;
        }

        .nav-sanbon span {
            top: 50%;
            margin-top: -1.5px;
            position: absolute;
            width: 100%;
            height: 3px;
            /*Green type*/
            background-color: rgba(255, 255, 255, 0.8);
            /*Blue type*/
            /*background-color: rgba(0, 100, 222, 0.7);*/
            /*Green-M type*/
            background-color: #777;
        }

        .nav-sanbon:after {
            bottom: 0;
            display: block;
            left: 0;
            content: "";
            position: absolute;
            width: 100%;
            height: 3px;
            /*Green type*/
            background-color: rgba(255, 255, 255, 0.8);
            /*Blue type*/
            /*background-color: rgba(0, 100, 222, 0.7);*/
            /*Green-M type*/
            background-color: #777;
        }

    /* サイドメニュー */
    .nav-verti {
        position: absolute;
        top: 10px;
        right: 10px;
        display: inline-block;
    }

        .nav-verti .nav-verti-menu {
            position: fixed;
            top: 0;
            right: -100vw;
            width: 250px;
            height: 100%;
            cursor: pointer;
            -webkit-transition: 0.55s transform;
            transition: 0.55s transform;
            -webkit-transition-timing-function: cubic-bezier(.38,.52,.23,.99);
            transition-timing-function: cubic-bezier(.38,.52,.23,.99);
            background-color: #fff;
            opacity: 1;
            z-index: 999;
            /* 縦方向のスクロールバーを表示 */
            overflow-y: scroll;
            /* スマホ用の慣性スクロール */
            -webkit-overflow-scrolling: touch;
            /*Green type*/
            border-top: 20px solid rgba(50, 205, 50, 0.9);
            /*Blue type*/
            /*border-top: 20px solid rgba(0, 100, 222, 0.9);*/
        }

            .nav-verti .nav-verti-menu ul {
                margin: 0;
                padding: 0;
            }

            .nav-verti .nav-verti-menu li {
                list-style: none;
            }

                .nav-verti .nav-verti-menu li a {
                    display: block;
                    padding: 18px;
                    text-decoration: none;
                    color: #444;
                    border-bottom: 1px solid #ddd;
                    font-weight: 600;
                }

                    .nav-verti .nav-verti-menu li a::after {
                        position: absolute;
                        right: 12px;
                        content: '';
                        width: 7px;
                        height: 7px;
                        border: 0px;
                        border-top: solid 2px #ddd;
                        border-right: solid 2px #ddd;
                        -ms-transform: rotate(45deg);
                        -webkit-transform: rotate(45deg);
                        transform: rotate(45deg);
                        margin-top: 5px;
                    }

        .nav-verti #nav-verti-toggle {
            position: absolute;
            display: none;
            opacity: 0;
        }

            .nav-verti #nav-verti-toggle:checked ~ .nav-verti-menu {
                -webkit-transform: translateX(-100vw);
                transform: translateX(-100vw);
            }

            .nav-verti #nav-verti-toggle ~ label {
                display: block;
                padding: 1em;
                cursor: pointer;
                -webkit-transition: 0.5s transform;
                transition: 0.5s transform;
                -webkit-transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
                transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
                text-align: center;
                color: #fff;
                z-index: 999;
            }

            .nav-verti #nav-verti-toggle:checked ~ label {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgba(0,0,0, 0.6);
                z-index: 999;
                -webkit-transition: opacity 1s;
                transition: opacity 1s;
                opacity: 0.8;
                cursor: default;
            }

                .nav-verti #nav-verti-toggle:checked ~ label::before {
                    content: '\02715';
                    font-size: 2em;
                    position: absolute;
                    top: 5px;
                    right: 260px;
                    display: block;
                    width: 50px;
                    height: 50px;
                    background-size: 50px 50px;
                    cursor: pointer;
                }

    /* メニュースタイル */
    nav .nav-main {
        display: inline-block;
        /*Maru type*/
        /*Blue type*/
        /*margin: 5px 3px;
        border-radius: 50px;*/
    }

    .nav-horiz {
        overflow: hidden;
        height: 3em;
        width: 100%;
        position: absolute;
        top: 45px;
        /*Maru type*/
        /*Green type*/
        background-color: rgba(50, 205, 50, 0.8);
        /*Blue type*/
        /*background-color: rgba(0, 110, 232, 0.8);*/
        /*Green-M type*/
        background-color: rgba(5, 153, 10, 0.8);
        /*Green-gradient type*/
        /*background: -moz-linear-gradient(top, rgba(5, 153, 10, 0.9) 0%, rgba(5, 153, 10, 0.7) 50%, rgba(5, 153, 10, 0.7) 51%, rgba(5, 153, 10, 0.9) 100%);*/ /* firefox */
        /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(5, 153, 10, 0.9)), color-stop(50%,rgba(5, 153, 10, 0.7)), color-stop(51%,rgba(5, 153, 10, 0.7)), color-stop(100%,rgba(5, 153, 10, 0.9)));*/ /* webkit */
        /*text-shadow: 0px 1px 1px rgba(5, 153, 10, 0.6), 1px 1px 1px rgba(5, 153, 10, 0.8);*/
    }

        .nav-horiz .nav-menu {
            height: 5em;
            width: 100%;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
        }

        .nav-horiz .list {
            display: table;
            margin: 0 auto;
            width: 620px;
            max-width: 100%;
            padding-left: 0;
        }

            .nav-horiz .list li {
                display: table-cell;
                width: 14%;
                border-left: 1px solid rgba(255,255,255,.5);
                /*Maru type*/
                /*Maru typeで無い場合はnoneを有効に*/
                border-left: none;
            }

                .nav-horiz .list li:last-child {
                    border-right: 1px solid rgba(255,255,255,.5);
                    /*Maru type*/
                    /*Maru typeで無い場合はnoneを有効に*/
                    border-right: none;
                }

                .nav-horiz .list li a {
                    display: block;
                    padding: 0px;
                    text-decoration: none;
                    text-align: center;
                    letter-spacing: 0.05em;
                    /*Maru type*/
                    /*font-size: 115%;
                    color: #fff;
                    height: 2em;
                    line-height: 2;*/
                    /*Green type*/
                    font-size: 110%;
                    color: #fff;
                    height: 3em;
                    line-height: 3;
                    border-left: 1px solid rgba(255,255,255,.5);
                    /*Blue type*/
                    /*font-size: 115%;
                    color: #fff;
                    height: 2em;
                    line-height: 2;*/
                }

                    .nav-horiz .list li a:hover {
                        /*Maru type*/
                        /*background-color: #00c800;
                        color: #fff !important;*/
                        /*Green type*/
                        background-color: rgba(173, 255, 47, 0.2);
                        text-decoration: underline;
                        border-bottom: 2px solid rgba(50, 205, 50, 0.8);
                        /*Blue type*/
                        /*background-color: rgba(0, 110, 232, 0.8);
                        color: #fff !important;*/
                    }

                .nav-horiz .list li:last-of-type a {
                    /*Green type*/
                    border-right: 1px solid rgba(255,255,255,.5);
                    /*Maru type*/
                    /*Blue type*/
                }

   /* 横メニューの選択後 */
    nav .nav-select {
        /*Maru type*/
        /*background-color: #fff;
        color: #00a000 !important;*/
        /*Green type*/
        text-decoration: underline !important;
        /*Blue type*/
        /*background-color: #fff;
        color: rgba(0, 110, 232, 1.0) !important;*/
    }

    ::-webkit-scrollbar {
        display: none;
    }

    .site-map-path {
        display: inline-block;
        line-height: 40px;
        margin: auto;
        width: 1150px;
        font-size: 95%;
        color: rgb(128, 128, 128);
    }

    .svc-style1 {
        padding: 20px 0 0 0;
    }

    .svc-style2 {
        font-size: 120%;
    }

    .svc-style3 {
        margin-left: 20px;
    }

    .svc-style4 {
        font-size: 100%;
    }

    .svc-style5 {
        margin-left: 40px;
    }

    .svc-style-bdr-b {
        border-left: 8px #3cf solid;
        padding-left: 5px;
    }

    .svc-style-bdr-g {
        border-left: 8px #2bde08 solid;
        padding-left: 5px;
    }

    .svc-style21 {
        padding: 20px 20px 10px 20px !important;
        line-height: 25px;
        text-shadow: 0 1px 2px #ddd, 0 2px 4px #ccc, 0 4px 6px #ddd;
    }

    .svc-style22 {
        color: rgba(0, 100, 220, 1);
        font-size: 80%;
    }

    .carousel-inner {
        border-radius: 6px;
    }

    .carousel-item {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        position: relative;
        width: 100%;
        min-height: 265px;
    }

        .carousel-item img {
            width: 100%;
            height: auto;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .carousel-item p {
            position: relative;
            color: white;
            font-size: 110%;
            opacity: 0.9;
            width: 100%;
            padding: 10px 10px 10px 10px;
            line-height: 25px;
            text-shadow: 1px 1px 2px #000, 2px 2px 8px #eee;
            margin: auto 0 auto 0;
        }

    .carousel-indicators {
        bottom: 80px !important;
    }

    .cource-list {
        display: flex;
        padding: 0 0 0 0;
        /*margin: 0 -10px -30px -10px;*/
    }

    .cource-list-item {
        align-items: center;
        flex-direction: column;
        padding: 5px;
        width: 100%;
    }

    .cource-list-item-text {
        margin: 5px 5px 0px 3px;
    }

    .list-title {
        display: flex;
        align-items: center;
        padding: 0;
    }

    .list-item {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .list-item-box {
        overflow: hidden;
        position: relative;
        width: 250px;
        height: 180px;
        margin: 0 10px 0 5px;
    }

        .list-item-box video,
        .list-item-box img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            object-fit: cover;
            min-height: 180px;
        }

    .list-item-date {
        position: absolute;
        margin-left: 12px;
        margin-top: 80px;
        font-size: 80%;
        color: rgba(250, 250, 250, 0.9);
    }

    .list-text {
        margin: 5px 5px 0px 3px;
        width: 55%;
    }

    .list-text-head {
        margin: 3px 3px 8px 5px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        font-weight: bolder;
        text-decoration: underline;
        font-size: 110%;
    }

    .list-text-body {
        margin: 0px 3px 5px 5px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        font-size: 100%;
    }

    .list-text-date {
        text-align: right;
        margin: 5px 3px 0px 0px;
        font-size: 90%;
        color: rgba(0, 10, 10, 0.5);
    }

    .list-sublist-count {
        position: absolute;
        text-align: right;
        width: 100%;
        height: auto;
        right: 7px;
        bottom: 3px;
        color: rgba(250, 250, 250, 0.9);
        text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.4);
        font-size: 100%;
    }

    .part-list-box {
        padding: 10px 0 10px 0;
        border-top: solid 1px #ddd;
        margin: 10px 0 0 0;
        flex-flow: row wrap;
    }

    .part-list-title {
        display: flex;
        align-items: center;
        padding: 5px;
    }

    .part-list-item {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        position: relative;
        min-width: 240px;
        width: 240px;
        height: 180px;
        margin: 0px 5px 0px 0px;
    }

        .part-list-item video,
        .part-list-item img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            object-fit: cover;
            min-height: 180px;
        }

    .part-list-item-box {
        margin: 0 0 0 0;
        min-height: 180px;
        max-height: 180px;
        min-width: 280px;
        max-width: 280px;
        text-align: center;
    }

    .part-list-item-date {
        position: absolute;
        margin-left: 10px;
        margin-top: 80px;
        font-size: 80%;
        color: rgba(250, 250, 250, 0.9);
    }

    .part-list-text {
        margin: 0px 5px 8px 8px;
        width: 100%;
    }

    .part-list-text-head {
        margin: 0px 0px 5px 3px;
        width: 175px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        font-weight: bolder;
        text-decoration: underline;
    }

    .part-list-text-body {
        margin: 0px 0px 0px 3px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 10;
        -webkit-box-orient: vertical;
        font-size: 90%;
    }

    .part-list-text-date {
        margin: 5px 3px 3px 5px;
        font-size: 80%;
        color: rgba(0, 10, 10, 0.4);
    }

    .part-list-sublist-count {
        position: absolute;
        text-align: right;
        width: 100%;
        height: auto;
        right: 5px;
        bottom: 1px;
        color: rgba(250, 250, 250, 0.9);
        text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.4);
        font-size: 100%;
    }

    .part-info-date {
        margin-right: 10px;
    }

    .part-info-area {
        display: flex;
        align-items: inherit;
        padding: 0;
        flex-flow: row wrap;
    }

    .part-info-slide {
        display: flex;
        align-items: flex-start;
    }

        /*.part-info-slide video,
          .part-info-slide img {
            margin: 0px 0px 0px 0px;
        }*/

        .part-info-slide i {
            position: absolute;
            bottom: 0;
            color: white;
            font-size: 100%;
            opacity: 1.0;
            width: 100%;
            padding: 5px 10px 15px 10px;
            text-shadow: 1px 1px 2px #000, 2px 2px 8px #eee;
            margin: 0;
        }

        .part-info-slide .vis:hover,
        .part-info-slide .vis:focus {
            outline: 0;
            text-decoration: none;
        }

            .part-info-slide .vis:hover::after,
            .part-info-slide .vis:focus::after {
                position: absolute;
                bottom: 8px;
                left: 50%;
                right: 50%;
                content: '';
                width: 15px;
                height: 15px;
                border: 0px;
                border-top: solid 2px #ddd;
                border-right: solid 2px #ddd;
                -ms-transform: rotate(135deg);
                -webkit-transform: rotate(135deg);
                transform: rotate(135deg);
            }

        .part-info-slide .inv:hover,
        .part-info-slide .inv:focus {
            outline: 0;
            text-decoration: none;
        }

            .part-info-slide .inv:hover::after,
            .part-info-slide .inv:focus::after {
                position: absolute;
                bottom: 10px;
                left: 50%;
                right: 50%;
                content: '';
                width: 15px;
                height: 15px;
                border: 0px;
                border-top: solid 2px #ddd;
                border-right: solid 2px #ddd;
                -ms-transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

    .part-info-item {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        position: relative;
        width: 100%;
        min-height: 300px;
        max-height: 750px;
        text-align: center;
    }

        .part-info-item img {
            width: 100% !important;
            height: auto;
        }

        .part-info-item video {
            width: 100% !important;
            height: 100% !important;
        }

    .part-info-title {
    }

    .part-info-slide video,
    .part-info-slide img {
    }

    .part-info-thumbnail {
        display: flex;
        align-items: inherit;
        flex-flow: row wrap;
    }

        .part-info-thumbnail video,
        .part-info-thumbnail img {
            min-width: 60px;
            max-width: 90px;
            max-height: 90px;
            margin: 5px 5px 0 0;
            border: 3px solid rgba(255, 255, 255, 1);
        }

    .part-info-text {
        margin: 10px 5px 0px 7px;
        width: 100%;
    }

    .part-info-text-head {
        margin: 3px 3px 0px 5px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        font-size: 110%;
    }

    .part-info-text-body {
        margin: 15px 5px 10px 5px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 100;
        -webkit-box-orient: vertical;
        font-size: 110%;
    }

    .part-info-text-tail {
        margin: 0px 5px 10px 5px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 100;
        -webkit-box-orient: vertical;
        font-size: 110%;
    }

    .part-info-text-date {
        text-align: right;
        font-size: 90%;
    }

    .part-info-option {
        margin: 0px 5px 10px 5px;
        display: inline-flex;
        overflow: hidden;
        -webkit-line-clamp: 100;
        -webkit-box-orient: vertical;
        font-size: 110%;
        width: 100%;
    }

    .current {
        border: 3px solid rgba(230, 50, 50, 0.7) !important;
        border-radius: 2px;
    }

    .delete-cars, .delete-thum {
        position: relative;
    }

        .delete-cars:after {
            position: absolute;
            content: "削 除";
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            background: rgba(250,0,0,.7);
            color: rgba(250,250,250,.8);
            padding: 6px 10px 4px 10px;
            border-radius: 3px;
            font-size: 140%;
        }

        .delete-thum:after {
            position: absolute;
            content: "削 除";
            top: 54%;
            left: 48%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            background: rgba(250,0,0,.7);
            color: rgba(250,250,250,.8);
            padding: 3px 6px 2px 6px;
            border-radius: 3px;
            font-size: 90%;
            text-align: center;
        }

    .delete-btn {
        text-align: right;
    }

    .denwa-btn {
        text-align: center;
    }

        .denwa-btn img {
            width: 20px;
            margin-top: -1px;
            margin-left: -3px;
        }

    .mail-msg, .denwa-msg {
        font-size: 110%;
        text-align: center;
        margin-bottom: 10px;
    }

    .required, .optional {
        font-size: 100%;
        margin-left: 5px;
    }

        .required:after {
            position: absolute;
            display: inline-block;
            background-color: rgba(230, 0, 0, 0.6);
            font-size: 80%;
            color: #fff;
            right: 10px;
            content: "必須";
            margin: 0 0 0 0;
            padding: 2px 4px 2px 4px;
            border-radius: 4px;
        }

        .optional:after {
            position: absolute;
            display: inline-block;
            background-color: rgba(0, 10, 10, 0.3);
            font-size: 80%;
            color: #fff;
            right: 10px;
            content: "任意";
            margin: 0 0 0 0;
            padding: 2px 4px 2px 4px;
            border-radius: 4px;
        }

    .rsv-time-lbl, .rsv-child-lbl {
        font-size: 100%;
        margin-left: 5px;
        margin-top: 13px;
    }

        .rsv-time-lbl:after {
            position: absolute;
            display: inline-block;
            background-color: rgba(230, 0, 0, 0.6);
            font-size: 80%;
            color: #fff;
            right: 10px;
            content: "必須";
            margin: 0 0 0 0;
            padding: 2px 4px 2px 4px;
            border-radius: 4px;
        }

        .rsv-child-lbl:after {
            position: absolute;
            display: inline-block;
            background-color: rgba(0, 10, 10, 0.3);
            font-size: 80%;
            color: #fff;
            right: 10px;
            content: "任意";
            margin: 0 0 0 0;
            padding: 2px 4px 2px 4px;
            border-radius: 4px;
        }

    .rsv-margin-left {
        margin-left: 4% !important;
        margin-right: 4% !important;
    }

    .postconv-lbl:before {
        position: absolute;
        display: inline-block;
        font-size: 80%;
        color: rgba(0, 10, 10, 0.4);
        left: 70px;
        content: "※入力と同時に住所を自動変換します。";
        margin: 0 0 0 0;
        padding: 2px 0px 2px 0px;
    }

    .calendar-magin {
        margin: 0 10px 0 10px;
    }

    .cont-center {
        display: block;
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 480px !important;
    }
}

/*画面サーズ（モバイル）*/
@media screen and (max-width:600px) {
    .list-text {
        margin: 0px 0px 0px 2px;
        width: 270px;
    }

    .part-list-text {
        margin: 5px 0px 0px 0px;
        width: 275px;
    }
}

@media screen and (max-width:570px) {
    .list-text {
        margin: 0px 0px 0px 2px;
        width: 250px;
    }

    .part-list-text {
        margin: 5px 0px 0px 0px;
        width: 255px;
    }
}

@media screen and (max-width:540px) {
    .list-text {
        margin: 0px 0px 0px 2px;
        width: 230px;
    }

    .part-list-text {
        margin: 5px 0px 0px 0px;
        width: 235px;
    }
}

@media screen and (max-width:510px) {
    .list-text {
        margin: 0px 0px 0px 2px;
        width: 210px;
    }

    .part-list-text {
        margin: 5px 0px 0px 0px;
        width: 215px;
    }
}

@media screen and (max-width:470px) {
    .list-text {
        margin: 0px 0px 0px 2px;
        width: 260px;
    }

    .part-list-text {
        margin: 5px 0px 0px 0px;
        width: 265px;
    }
}

@media screen and (max-width:450px) {
    .list-text {
        margin: 0px 0px 0px 2px;
        width: 240px;
    }

    .part-list-text {
        margin: 5px 0px 0px 0px;
        width: 245px;
    }
}

@media screen and (max-width:420px) {
    .list-text {
        margin: 0px 0px 0px 2px;
        width: 220px;
    }

    .part-list-text {
        margin: 5px 0px 0px 0px;
        width: 225px;
    }
}

@media screen and (max-width:390px) {
    .list-text {
        margin: 0px 0px 0px 2px;
        width: 200px;
    }

    .part-list-text {
        margin: 5px 0px 0px 0px;
        width: 205px;
    }
}

@media screen and (max-width:360px) {
    .list-text {
        margin: 0px 0px 0px 2px;
        width: 180px;
    }

    .part-list-text {
        margin: 5px 0px 0px 0px;
        width: 185px;
    }
}

@media screen and (max-width:330px) {
    .list-text {
        margin: 0px 0px 0px 2px;
        width: 160px;
    }

    .part-list-text {
        margin: 5px 0px 0px 0px;
        width: 165px;
    }
}

/*画面サーズ（個別指定）*/
@media screen and (min-width:768px) and (max-width: 992px) {
    .list-position {
        position: relative;
    }

    .sns-position {
        position: relative;
    }

    .greet-style {
        line-height: 30px;
        font-size: 110%;
        margin: -5px 15px 25px 15px !important;
        padding: 20px 20px 8px 20px !important;
        border-radius: 15px;
        /*Green type*/
        background-color: #fffad7;
        /*Blue type*/
        /*background-color: #F5F4F4;*/
    }

        /*Green type*/
        /* 左縦線 */
        .greet-style::before {
            background-color: #ffba43;
            content: '';
            height: 85%;
            margin: auto;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            width: 8px;
        }

        /*Blue type*/
        /* 吹き出し（三角） */
        /*.greet-style::before {
            content: '';
            position: absolute;
            left: 40px;
            top: -20px;
            display: block;
            width: 0;
            height: 0;
            border-right: 20px solid transparent;
            border-bottom: 20px solid #F5F4F4;
            border-left: 20px solid transparent;
        }*/

        .greet-style p {
            padding-left: 1em;
            text-indent: -1em;
            margin: 0 0 7px;
        }

        .greet-style span {
            margin-left: 20px;
            margin-right: 8px;
            color: #3176d5;
        }

        .greet-style .greet-header {
            text-align: center;
            font-size: 120%;
            font-weight: bold;
            color: #7e5f34;
            margin: 0 0 10px 0;
        }

        .greet-style .greet-body {
            color: #3e603b;
            margin: 0 0 10px 10px;
        }

            .greet-style .greet-body br {
                display: block;
                content: "";
                margin: 10px 0;
            }

    .mail-style {
        margin-bottom: 10px;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .denwa-style {
        margin-bottom: 10px;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .chemical-style {
        margin-bottom: 10px;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .denwa-btn {
        text-align: center;
    }

        .denwa-btn img {
            width: 20px;
            margin-top: -1px;
            margin-left: -3px;
        }

    .mail-msg, .denwa-msg {
        font-size: 110%;
        text-align: center;
        margin-bottom: 10px;
    }

    .required, .optional {
        margin-left: 5px;
    }


    .rsv-time-lbl, .rsv-child-lbl {
        margin-left: 5px;
        margin-top: 13px;
        padding-left: 0px;
    }

    .cont-center {
        display: block;
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 480px !important;
    }

    .part-info-area {
        display: flex;
        align-items: inherit;
        padding: 0;
        flex-flow: row wrap;
    }

    .part-info-slide {
        display: flex;
        align-items: flex-start;
    }

        /*.part-info-slide video,
          .part-info-slide img {
            margin: 0px 0px 0px 0px;
        }*/

        .part-info-slide i {
            position: absolute;
            bottom: 0;
            color: white;
            font-size: 100%;
            opacity: 1.0;
            width: 100%;
            padding: 5px 10px 15px 10px;
            text-shadow: 1px 1px 2px #000, 2px 2px 8px #eee;
            margin: 0;
        }

        .part-info-slide .vis:hover,
        .part-info-slide .vis:focus {
            outline: 0;
            text-decoration: none;
        }

            .part-info-slide .vis:hover::after,
            .part-info-slide .vis:focus::after {
                position: absolute;
                bottom: 8px;
                left: 50%;
                right: 50%;
                content: '';
                width: 15px;
                height: 15px;
                border: 0px;
                border-top: solid 2px #ddd;
                border-right: solid 2px #ddd;
                -ms-transform: rotate(135deg);
                -webkit-transform: rotate(135deg);
                transform: rotate(135deg);
            }

        .part-info-slide .inv:hover,
        .part-info-slide .inv:focus {
            outline: 0;
            text-decoration: none;
        }

            .part-info-slide .inv:hover::after,
            .part-info-slide .inv:focus::after {
                position: absolute;
                bottom: 10px;
                left: 50%;
                right: 50%;
                content: '';
                width: 15px;
                height: 15px;
                border: 0px;
                border-top: solid 2px #ddd;
                border-right: solid 2px #ddd;
                -ms-transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

    .part-info-item {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        position: relative;
        width: 100%;
        min-height: 650px;
        text-align: center;
    }

        .part-info-item img {
            width: 100%;
            height: auto;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .part-info-item video {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .part-info-title {
        min-width: 400px;
        max-width: 1000px;
    }

    .part-info-slide video,
    .part-info-slide img {
        min-height: 650px;
        max-height: 750px;
    }

    .part-info-thumbnail {
        display: flex;
        align-items: inherit;
        flex-flow: row wrap;
    }

        .part-info-thumbnail video,
        .part-info-thumbnail img {
            min-width: 60px;
            max-width: 90px;
            max-height: 90px;
            margin: 5px 5px 0 0;
            border: 3px solid rgba(255, 255, 255, 1);
        }

    .part-info-text {
        margin: 10px 5px 0px 3px;
        width: 100%;
    }

    .part-info-text-head {
        margin: 3px 0px 0px 0px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        font-size: 120%;
    }

    .part-info-text-body {
        margin: 15px 0px 15px 0px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 100;
        -webkit-box-orient: vertical;
        font-size: 110%;
    }

    .part-info-text-tail {
        margin: 0px 0px 15px 0px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 100;
        -webkit-box-orient: vertical;
        font-size: 110%;
    }

    .part-info-text-date {
        text-align: right;
        font-size: 90%;
    }

    .part-info-option {
        margin: 0px 0px 15px 0px;
        display: inline-flex;
        overflow: hidden;
        -webkit-line-clamp: 100;
        -webkit-box-orient: vertical;
        font-size: 110%;
        width: 100%;
    }

    .current {
        border: 3px solid rgba(230, 50, 50, 0.7) !important;
        border-radius: 2px;
    }

    .delete-cars, .delete-thum {
        position: relative;
    }

        .delete-cars:after {
            position: absolute;
            content: "削 除";
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            background: rgba(250,0,0,.7);
            color: rgba(250,250,250,.8);
            padding: 6px 10px 4px 10px;
            border-radius: 3px;
            font-size: 140%;
        }

        .delete-thum:after {
            position: absolute;
            content: "削 除";
            top: 54%;
            left: 48%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            background: rgba(250,0,0,.7);
            color: rgba(250,250,250,.8);
            padding: 2px 5px 1px 5px;
            border-radius: 3px;
            font-size: 90%;
            text-align: center;
        }

    .delete-btn {
        text-align: right;
    }
}

@media screen and (min-width: 993px) {
    .part-info-delete {
        margin-right: 3px !important;
    }

    .part-view h3 {
        margin-top: 0;
        margin-bottom: 25px;
    }

    .part-view h4 {
        margin-top: 15px;
    }

    .site-map h3 {
        margin-top: 40px;
    }

    .index-style {
        margin-top: 0px;
    }

    .carousel-inner {
        border-radius: 6px;
    }

    .carousel-item {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 360px;
    }

    .list-position {
        position: unset;
    }

    .sns-position {
        position: absolute;
        top: 130px;
        right: 0%;
        max-width: 480px;
    }

    .greet-style {
        line-height: 30px;
        font-size: 120%;
        margin: -5px 15px 25px 0px !important;
        padding: 20px 20px 8px 20px !important;
        border-radius: 15px;
        /*Green type*/
        background-color: #fffad7;
        /*Blue type*/
        /*background-color: #F5F4F4;*/
    }

        /*Green type*/
        /* 左縦線 */
        .greet-style::before {
            background-color: #ffba43;
            content: '';
            height: 85%;
            margin: auto;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            width: 8px;
        }

        /*Blue type*/
        /* 吹き出し（三角） */
        /*.greet-style::before {
            content: '';
            position: absolute;
            left: 40px;
            top: -20px;
            display: block;
            width: 0;
            height: 0;
            border-right: 20px solid transparent;
            border-bottom: 20px solid #F5F4F4;
            border-left: 20px solid transparent;
        }*/

        .greet-style p {
            padding-left: 1em;
            text-indent: -1em;
            margin: 0 0 7px;
        }

        .greet-style span {
            margin-left: 20px;
            margin-right: 8px;
            color: #3176d5;
        }

        .greet-style .greet-header {
            text-align: center;
            font-size: 120%;
            font-weight: bold;
            color: #7e5f34;
            margin: 0 0 10px 0;
        }

        .greet-style .greet-body {
            color: #3e603b;
            margin: 0 0 10px 10px;
            line-height: 35px
        }

            .greet-style .greet-body br {
                display: block;
                content: "";
                margin: 10px 0;
            }

    .mail-style {
        margin-bottom: 20px;
        margin-left: 40px;
        margin-right: 40px;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .denwa-style {
        margin-bottom: 20px;
        margin-left: 40px;
        margin-right: 40px;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .chemical-style {
        margin-bottom: 20px;
        margin-left: 40px;
        margin-right: 40px;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .hr-contact {
        margin-top: 175px;
        margin-bottom: 40px;
    }

    .company-title, .job-title {
        margin-top: -5px;
        margin-bottom: 15px;
    }

    .select-lbl {
        text-align: left !important;
        text-decoration: underline;
        font-size: 120%;
    }

    .cource-list {
        display: flex;
        padding: 0 0 0 0;
    }

    .cource-list-item {
        align-items: center;
        flex-direction: column;
        padding: 5px;
        width: 100%;
    }

    .part-info-area {
        display: flex;
        align-items: inherit;
        padding: 0;
    }

    .part-info-slide {
        display: flex;
        align-items: flex-start;
    }

        /*.part-info-slide video,
          .part-info-slide img {
            margin: 0px 0px 0px 0px;
        }*/

        .part-info-slide i {
            position: absolute;
            bottom: 0;
            color: white;
            font-size: 120%;
            opacity: 1.0;
            width: 100%;
            padding: 5px 10px 15px 10px;
            text-shadow: 1px 1px 2px #000, 2px 2px 8px #eee;
            margin: 0;
        }

        .part-info-slide .vis:hover,
        .part-info-slide .vis:focus {
            outline: 0;
            text-decoration: none;
        }

            .part-info-slide .vis:hover::after,
            .part-info-slide .vis:focus::after {
                position: absolute;
                bottom: 8px;
                left: 50%;
                right: 50%;
                content: '';
                width: 15px;
                height: 15px;
                border: 0px;
                border-top: solid 2px #ddd;
                border-right: solid 2px #ddd;
                -ms-transform: rotate(135deg);
                -webkit-transform: rotate(135deg);
                transform: rotate(135deg);
            }

        .part-info-slide .inv:hover,
        .part-info-slide .inv:focus {
            outline: 0;
            text-decoration: none;
        }

            .part-info-slide .inv:hover::after,
            .part-info-slide .inv:focus::after {
                position: absolute;
                bottom: 10px;
                left: 50%;
                right: 50%;
                content: '';
                width: 15px;
                height: 15px;
                border: 0px;
                border-top: solid 2px #ddd;
                border-right: solid 2px #ddd;
                -ms-transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

    .part-info-title {
        display: flex;
        align-items: inherit;
        flex-direction: column;
        min-width: 690px;
        max-width: 1000px;
        width: 100%;
        margin-top: -35px;
    }

    .part-info-thumbnail {
        display: flex;
        align-items: inherit;
        flex-flow: row wrap;
    }

        .part-info-thumbnail video,
        .part-info-thumbnail img {
            min-width: 60px;
            max-width: 90px;
            max-height: 90px;
            margin: 5px 5px 0 0;
            border: 3px solid rgba(255, 255, 255, 1);
            object-fit: cover;
        }

    .part-info-text {
        margin: 0px -2px 0px 5px;
        width: 100%;
    }

    .part-info-text-head {
        margin: 3px 3px 0px 5px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        font-size: 130%;
    }

    .part-info-text-body {
        margin: 15px 3px 15px 5px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 100;
        -webkit-box-orient: vertical;
        font-size: 110%;
    }

    .part-info-text-tail {
        margin: 0px 3px 15px 5px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 100;
        -webkit-box-orient: vertical;
        font-size: 110%;
    }

    .part-info-text-date {
        text-align: right;
        font-size: 90%;
        margin: 0px 5px 0px 0px;
    }

    .part-info-option {
        margin: 0px 3px 15px 5px;
        display: inline-flex;
        overflow: hidden;
        -webkit-line-clamp: 100;
        -webkit-box-orient: vertical;
        font-size: 110%;
        width: 100%;
    }

    .current {
        border: 3px solid rgba(230, 50, 50, 0.7) !important;
        border-radius: 2px;
    }

    .delete-cars, .delete-thum {
        position: relative;
    }

        .delete-cars:after {
            position: absolute;
            content: "削 除";
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            background: rgba(250,0,0,.7);
            color: rgba(250,250,250,.8);
            padding: 6px 10px 4px 10px;
            border-radius: 3px;
            font-size: 140%;
        }

        .delete-thum:after {
            position: absolute;
            content: "削 除";
            top: 54%;
            left: 48%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            background: rgba(250,0,0,.7);
            color: rgba(250,250,250,.8);
            padding: 2px 5px 1px 5px;
            border-radius: 3px;
            font-size: 90%;
            text-align: center;
        }

    .delete-btn {
        text-align: right;
    }
}

@media screen and (min-width: 1200px) {
    .sns-position {
        right: 1%;
        max-width: 450px;
    }

    .carousel-item {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 440px;
    }
}

@media screen and (min-width: 1300px) {
    .sns-position {
        right: 3%;
        max-width: 450px;
    }
}

@media screen and (min-width: 1400px) {
    .sns-position {
        right: 6%;
        max-width: 450px;
    }

    .jumbotron-top-img {
        /*margin: 0 0 25px 0; 画像ありの時はこっち*/
        box-shadow: 5px 8px 25px rgba(0,0,0,0.25);
        margin: 0;
        padding: 0;
        max-height: 50.8vh;
    }

    .carousel-item {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 440px;
    }

        .carousel-item img {
            width: 100%;
            height: auto;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .carousel-item p {
            position: relative;
            color: white;
            font-size: 145%;
            opacity: 0.9;
            width: 100%;
            padding: 5px 10px 5px 10px;
            line-height: 25px;
            text-shadow: 1px 1px 2px #000, 2px 2px 8px #eee;
            margin: auto 0 auto 0;
        }

    .carousel-indicators {
        bottom: 90px !important;
    }

    .part-info-item {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        position: relative;
        width: 100%;
        min-height: 800px;
        text-align: center;
    }

        .part-info-item video, 
        .part-info-item img {
            width: 100%;
            height: auto;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .part-info-title {
        min-width: 1060px;
    }

    .part-info-slide video, 
    .part-info-slide img {
        min-height: 650px;
        max-height: 800px;
    }
}

@media screen and (min-width: 1500px) {
    .sns-position {
        right: 9%;
        max-width: 450px;
    }
}

@media screen and (min-width: 1600px) {
    .sns-position {
        right: 11%;
        max-width: 450px;
    }
}

@media screen and (min-width: 1700px) {
    .sns-position {
        right: 13%;
        max-width: 450px;
    }
}

@media screen and (min-width: 1800px) {
    .sns-position {
        right: 15%;
        max-width: 450px;
    }
}

@media screen and (min-width: 1900px) {
    .sns-position {
        right: 17%;
        max-width: 450px;
    }
}

.text-danger ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.text-danger li {
    padding-bottom: 5px;
}

    .text-danger li:last-child {
        padding-bottom: 0;
    }

.login-foreget-password {
    margin: 15px 0 10px 0;
}

.login-new-user {
    margin: 20px 0 15px 0;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.moji-red-white {
    color: #ff0000;
    background-color: #ffffff;
}

.moji-white-red {
    color: #ffffff;
    background-color: #ff0000;
}

.location-text {
    margin: auto 0 auto 0;
}

.part-info-option-btn {
    text-align: right;
    display: -webkit-box;
    margin-right: 0px;
}

/*robot対策、Captcha文字認証 2022/03/18 */
#CaptchaImage {
    height: 50px;
    margin: 0 10px 5px 0;
}

.captcha {
    font-size: 0;
}

    .captcha input {
        margin-bottom: 2px;
    }

    .captcha br {
        display: none;
    }

    .captcha a {
        font-size: 0;
    }

        .captcha a:before {
            /* 絵文字：glyphicon-refresh */
            content: "\e031";
            font-size: 18px;
            position: relative;
            top: 5px;
            display: inline-block;
            font-family: 'Glyphicons Halflings';
            font-style: normal;
            font-weight: normal;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            color: blue;
            opacity: 0.8;
        }

    /* 明示表示ならコメントを解除する */
    .captcha:after {
        /*font-size: 14px;
        content: "表示文字を入力してください。";
        margin: 0 0 0 3px;*/
    }


