﻿h1 {
    color: #39ADB4;
    padding: 0 20px;
    margin: 0;
    margin-bottom: 15px;
    font-size: 28px;
    position: relative;
    font-weight: normal;
    border-bottom: solid 4px #39ADB4;
    border-radius: 0px 0px 160px 180px/0px 0px 20px 4px;
    background-color: transparent;
    width:100%;
}

h2 {
    text-align: center;
    background-color: #39ADB4;
    font-size: 28px;
    font-weight: 700;
    padding: 5px 0;
    margin: 5px 0;
}

h3 {
    text-align: center;
    background-color: #c3e6e8;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    padding: 5px 0;
}
/*キャプション用*/
h4 {
    font-size: 20px;
    font-weight: 600;
    padding:5px;
    margin-bottom:0px;
}

h5 {
    font-size: 20px;
    font-weight: 600;
    padding: 0.25em 0.4em;
    background: transparent;
    border-left: solid 10px #c3e6e8;
    border-bottom: 1px solid #ccc;
}

h6
{
    clear: both;
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 40px; /*文字サイズ*/
    text-align: center; /*文字をセンタリング*/
    color: #39ADB4; /*文字色*/
}

    h6 span {
        display: block;
        font-size: 14px; /*文字サイズ*/
        color: #999; /*文字色*/
        letter-spacing: 0.3em; /*文字間隔を広くとる設定*/
    }

h7 {
    font-size: larger;
    text-align: center;
    padding: 1rem 4rem;
    color: #fff;
    border-radius: 100vh;
}

.back-orange {
    background-image: -webkit-gradient(linear, left top, right top, from(#fa709a), to(#fee140));
    background-image: -webkit-linear-gradient(left, #fa709a 0%, #fee140 100%);
    background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
}
.back-green {
    background-image: -webkit-gradient(linear, right top, left top, from(#9be15d), to(#00e3ae));
    background-image: -webkit-linear-gradient(right, #9be15d 0%, #00e3ae 100%);
    background-image: linear-gradient(to left, #9be15d 0%, #00e3ae 100%);

}
.back-blue {
    background-image: -webkit-gradient(linear, left top, right top, from(#209cff), to(#68e0cf));
    background-image: -webkit-linear-gradient(left, #209cff 0%, #68e0cf 100%);
    background-image: linear-gradient(to right, #209cff 0%, #68e0cf 100%);
}

.back-purple {
    background-image: -webkit-gradient(linear, left top, right top, from(#a50082), to(#c7a5cc));
    background-image: -webkit-linear-gradient(left, #a50082 0%, #c7a5cc 100%);
    background-image: linear-gradient(to right, #a50082 0%, #c7a5cc 100%);
}

.back-lightgreen {
    background: -moz-linear-gradient(150deg, #99FFCC, #CCFFCC);
    background: -webkit-linear-gradient(150deg, #99FFCC, #CCFFCC);
    background: linear-gradient(150deg, #99FFCC, #CCFFCC);
}

h8
{
}
    

h9 {
    color: red;
    padding: 0 20px;
    margin: 0;
    margin-bottom: 15px;
    font-size: 28px;
    position: relative;
    font-weight: normal;
    border-bottom: solid 4px red;
    border-radius: 0px 0px 160px 180px/0px 0px 20px 4px;
    background-color: transparent;
    width: 100%;
}

h15 {
    margin: 0; /* デフォルトCSS打ち消し */
    position: relative; /* 位置調整 */
    font-weight: normal; /* 文字の太さ調整 */
    font-size: 20px; /* 文字サイズ指定 */
    background-color: #000; /* 背景色指定 */
    color: #fff; /* 文字色指定 */
    padding: 3px 30px 3px 30px; /* 余白指定 */
    margin: 0 0 30px 0;
}

    h15:before {
        content: ''; /* 空の要素を作る */
        height: 110%; /* 高さ指定 */
        width: 2px; /* 幅指定 */
        display: block; /* ブロック要素にする */
        position: absolute; /* 位置調整 */
        left: 14px; /* 位置調整 */
        top: -3px; /* 位置調整 */
        margin: auto; /* 位置調整 */
        background-color: #fff; /* 背景色指定 */
        transform: rotate(3deg); /* 回転 */
    }

    h15:after {
        content: ''; /* 空の要素を作る */
        height: 116%; /* 高さ指定 */
        width: 2px; /* 幅指定 */
        display: block; /* ブロック要素にする */
        position: absolute; /* 位置調整 */
        left: 14px; /* 位置調整 */
        top: -6px; /* 位置調整 */
        margin: auto; /* 位置調整 */
        background-color: #fff; /* 背景色指定 */
        transform: rotate(-15deg); /* 回転 */
    }

h10 {
    background: linear-gradient(transparent 54%, #6cf 60%);
    padding: 2px 15px 2px 15px;
    font-size: 24px;
}

h11 {
    position: relative;
    display: inline-block;
    padding: 1rem 2rem 1rem 4rem;
    color: #fff;
    /*border-radius: 100vh 0 0 100vh;*/
    border-radius: 165vh 50vh 50vh 100vh;
    background: #29c4cc; /*#bfff80;*/
    font-size: 16px;
    margin-bottom: 8px;
}

    h11:before {
        position: absolute;
        top: calc(50% - 7px);
        left: 10px;
        width: 14px;
        height: 14px;
        content: '';
        border-radius: 50%;
        background: #fff;
    }

h12 {
    position: relative;
    overflow: hidden;
    padding: 1rem 1.5rem 1rem 100px;
    word-break: break-all;
    border-top: 3px solid #333;
    border-radius: 12px 0 0 0;
    margin: 10px 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}

    h12 span {
        font-size: 20px;
        font-size: 2rem;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        padding: 10px 20px;
        color: #fff;
        border-radius: 10px 0 20px 10px;
        background: #333;
    }
.bg-p-red {
    color: white;
    background-color: coral /*#ff6347*/
}

.bg-p-pink {
    color: white;
    background-color: #ff69b4;
}

.bg-p-green {
    color: #666;
    background-color: #eeffef;
    /*background: -moz-linear-gradient(150deg, #99FFCC, #CCFFCC);
        background: -webkit-linear-gradient(150deg, #99FFCC, #CCFFCC);
        background: linear-gradient(150deg, #99FFCC, #CCFFCC);*/
}

.bg-p-yellow {
    color: white;
    background-color: #ffcc66; /*#ffec47*/
}

.bg-p-blue {
    color: white;
    background-color: #33cccc;
}

.bg-p-purple {
    color: white;
    background-color: #8a2be2; /*#7b68ee*/
}

/* パンくずリスト */
.breadcrumb {
    background: transparent;
    margin-bottom: 2px;
    color: #8186a0;
    font-weight:bold;
    font-size:20px;
}

.breadcrumb li + li:before {
    content: '>';
}

/*　検索ボタン　*/
.findheader {
    margin:10px 0;
    width: 100%;
    background: #39ADB4;    
    background: url(../Content/images/midashi2.jpg) no-repeat center center/cover; /*背景画像の読み込み*/
    padding: 5px 0px; /*上下、左右へのボックス内の余白*/
    font-weight: bold;
    font-size: 36px;
    color: #fff;
    text-align: center;
    -webkit-text-stroke-color: #666;
    -webkit-text-stroke-width: 1px;
    /*font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';*/
}
.thproject {
    /*border-top: 2px solid #5bae88;
    border-bottom: 2px solid #5bae88;*/
}
.required
{
    color: red;
    font-size:smaller;
    font-weight:bold;
}

.listtableleft {
    width: 70%;
    float: left
}
.listtableright {
    float: right;
    width: 30%;
    text-align: center;
}

/*div要素全体にリンクをつけるために必要な要素*/
.linkbox {
    position: relative;
}

    .linkbox a {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

.offset-bunrui
{
    /*margin-right:6px;
    margin-left:6px;*/
    margin-bottom:10px;
}
    .offset-bunrui a {
        color: white;
    }


    .tablelist {
    }
    .tablelist dt {
        float: left;
    }
    .tablelist dd {
       /* background-color: #c3e6e8;*/
        margin-left: 60px;
        min-height:24px;
        padding-top:3px;
        text-wrap:none;
    }
.ddabout {
    line-height: 1.2em;
    min-height:50px;
    font-size:.9em;
}

.tblicon {
    width:auto;
    height: 24px;
}


.imgprojrct {
    width: 98%;
    height: auto;
}
@media screen and (max-width: 600px) {
    .listtableleft {
        width: 100%;
    }

    .listtableright {
        width: 100%;
    }
    .imgprojrct{
        height:200px;
        width:auto;
        text-align :center;
    }
    .templatemo-content-container {
        padding: 10px;
    }
}

.templatemo-content-container {
    padding: 40px 20px;
}
.templatemo-user-table thead {
    background-color: #39ADB4;
    color: white;
}
.templatemo-edit-btn {
    border: 1px solid #ddd;
    border-radius: 3px;
    color: black;
    padding: 5px 15px;
    transition: all 0.3s ease;
}

.templatemo-edit-btn:hover {
    background-color: #39ADB4;
    border: 1px solid #39ADB4;
    color: white;
}
.templatemo-blue-button
{
    border-radius: 2px;
    padding: 10px 2px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.templatemo-blue-button {
    background-color: #39ADB4;
    border: none;
    color: white;
    text-align: center;
    text-wrap: none;
}

.templatemo-blue-button:hover {
    background-color: #2A858B;
}

.templatemo-sort-by:hover {
    color: #ded9d9;
}
.templatemo-chart {
    width: 100%;
    height: 300px;
}

.templatemo-chart-bar {
    width: 100%;
    height: 180px;
}

/*テーブルの詳細表示*/
.tableSelect{

}

table.update {
    line-height: 1.25;
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    table-layout: fixed;
}

table.update tr {
    background-color: #e6f2f5;
    padding: .35em;
    border-bottom: 2px solid #fff;
}

    table.update th,
    table.update td {
        padding: 0.5em 0.5px 0.5em 1em;
        border-right: 2px solid #fff;
        word-wrap:break-word;
    }

table.update th {
    font-size: .95em;
    white-space: nowrap;
}

table.update thead tr {
    background-color: #167F92;
    color: #fff;
}

table.update tbody th {
    background: #78bbc7;
    color: #fff;
}
table.update td {
    padding-top: 0px;
    padding-bottom:0px;
    vertical-align:middle
}
table.update input[type="text"]
{
    height: 100%;
    display: inline-block;
    position: relative;
}

details-head {
    text-align: left;
    background: #f6f6f6;
    padding: 5px 0 5px 0;
}

table.details {
    line-height: 2.5;
    table-layout: fixed;
}

    table.details tr {
        padding: .35em;
        border-bottom: 1px solid #dddddd;
    }

    table.details td {
        padding: 1em 10px 1em 1em;
        border-bottom: 1px solid #eeeeee;
        border-top: 1px solid #eeeeee;
        word-wrap: break-word;
        padding-top: 0px;
        padding-bottom: 0px;
        vertical-align: middle;
        font-size: 1em;
    }

    table.details th {
        font-size: .95em;
        word-wrap: break-word;
        border-bottom: 1px solid #eeeeee;
        border-right: 1px solid #eeeeee;
        border-top: 1px solid #eeeeee;
    }

.txt {
    text-align: left;
    font-size: .85em;
}

.price {
    text-align: right;
    color: #167F92;
    font-weight: bold;
}

.non {
    background: #fff
}

.inputtext {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -4px;
}

@media screen and (max-width: 768px) {
    table td.Header_3, table td.Header_4,
    table td.Header_5, table td.Header_6,
    table td.Header_7, table td.Header_8,
    table td.Header_9 {
        display: none;
    }

    table td.Header_2 {
        width: 100%;
    }

    table td.Body_2 {
        padding-left: 0px;
        font-size: 18px;
        font-weight: bold;
        color: #39ADB4;
    }

    table td.Body_2, table td.Body_3,
    table td.Body_4, table td.Body_5,
    table td.Body_6, table td.Body_7 {
        display: block;
        height: auto;
        width: auto;
    }

    table td.Body_3, table td.Body_4,
    table td.Body_5, table td.Body_6,
    table td.Body_7 {
        text-align: left;
    }

    table td:before {
        content: attr(label);
        float: left;
        font-weight: bold;
    }

 /*   table td.Return_Header {
        background-color: #39ADB4;
        color: #ffff;
    }*/

}

.Form {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    border: solid 0.5px #CCCCCC;
    box-shadow: 0.5px 0.4px 0.3px rgba(0,0,0,0.25);
}

.Form-Item {
    border-top: 1px solid #ddd;
    padding: 8px;
    width: 100%;
    display: flex;
}

.Form-Item-name {
    text-align: left;
    white-space: nowrap;
}

.Form-Item-LabelContact {
    max-width: 180px;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: .9em;
    text-align: left;
    margin-right: 2px;
    margin-top: 2px;
    padding: 5px 0px 5px 5px;
}

@media screen and (max-width: 768px) {
    .Form-Item-LabelContact {
        letter-spacing: 0.05em;
        font-weight: bold;
        font-size: .8em;
        text-align: left;
        margin-right: 1px;
        margin-top: 2px;
        padding: 2px 0px 2px 2px;
    }

    .Form-Item-Label-Required {
        border-radius: 1px;
        padding-top: 1px;
        padding-bottom: 2px;
        width: 3px;
        height: 5px;
        display: inline-block;
        text-align: center;
        background: #5bc8ac;
        color: #fff;
        font-size: .7em;
        float: right;
        margin-right: 1px;
    }
}



    .Form-Item-Label.isMsg {
        margin-top: 8px;
        margin-bottom: auto;
    }

    .Form-Item-Label {
        padding: 6px 10px 5px 7px;
        letter-spacing: 0.05em;
        font-weight: bold;
        background-color: #39ADB4;
        width: 100%;
        font-size: .9em;
        padding-left: 5px;
    }


    .Form-Item-Label-Required {
        border-radius: 6px;
        padding-top: 6px;
        padding-bottom: 8px;
        width: 33px;
        height: 30px;
        display: inline-block;
        text-align: center;
        background: #5bc8ac;
        color: #fff;
        font-size: .88em;
        float: right;
        margin-right: 4px;
    }

    .Form-Item-Qr {
        padding: 8px;
        display: inline-block;
        margin: 10px 0px 10px 0px;
        text-align: center;
        vertical-align: middle;
        background: #ffffff;
    }

    .Form-Item-Input {
        box-sizing: border-box;
        border-radius: 6px;
        padding-left: 1em;
        padding-right: 1em;
        flex: 1;
        width: 100%;
        transition: 0.3s;
        letter-spacing: 1px;
        color: #aaaaaa;
        border: 1px solid #ffffff;
        box-shadow: 1px 1px 2px 0 #707070 inset;
        border-radius: 4px;
    }

        .Form-Item-Input:focus {
            outline: none;
            box-shadow: inset 1px 1px 2px 0 #c9c9c9;
        }

    .Form-Item-Textarea {
        border: 1px solid #ddd;
        border-radius: 6px;
        padding-left: 1em;
        padding-right: 1em;
        min-height: 70px;
        flex: 1;
        width: 100%;
        font-size: .95em;
        letter-spacing: 1px;
        color: #aaaaaa;
        box-shadow: 1px 1px 2px 0 #707070 inset;
    }

        .Form-Item-Textarea:focus {
            outline: none;
            box-shadow: inset 1px 1px 2px 0 #c9c9c9;
        }

    .Form-Btn {
        border-radius: 8px;
        margin-top: 16px;
        margin-left: auto;
        margin-right: auto;
        width: 70px;
        height: 40px;
        display: block;
        letter-spacing: 0.05em;
        background: #5bc8ac;
        color: #fff;
        font-weight: bold;
        font-size: 1em;
        border: 1px solid #ffffff;
    }

    .radio-inline_input {
        clip: rect(1px, 1px, 1px, 1px);
        position: absolute !important;
    }

    .radio-inline_input {
        clip: rect(1px, 1px, 1px, 1px);
        position: absolute !important;
    }

    .radio-inline_label {
        display: inline-block;
        margin: 2px 10px 2px 0px;
        border-radius: 3px;
        font-weight: 550;
        font-size: .9em;
        padding: 8px 15px 8px 15px;
    }

    .radio-inline_input:checked + .radio-inline_label {
        background: #78bbc7;
        color: #fff;
        text-shadow: 0 0 1px rgba(0,0,0,.7);
    }

    .radio-inline_input:focus + .radio-inline_label {
        outline-color: #78bbc7;
        outline-offset: -2px;
        outline-style: auto;
        outline-width: 5px;
    }



    .check-inline_input {
        clip: rect(1px, 1px, 1px, 1px);
        position: absolute !important;
    }

    .check-inline_input {
        border-radius: 0px;
        position: absolute !important;
    }

    .check-inline_label {
        display: inline-block;
        margin: 2px 10px 2px 0px;
        border-radius: 3px;
        font-weight: 550;
        font-size: .9em;
        padding: 0.3rem;
    }

    .check-inline_input:checked + .check-inline_label {
        background: #78bbc7;
        color: #fff;
        text-shadow: 0 0 1px rgba(0,0,0,.7);
    }

    .check-inline_input:focus + .check-inline_label {
        outline-color: #fff;
        outline-offset: -2px;
        outline-style: auto;
        outline-width: 0px;
    }


    /*アイコンの装飾*/
    .icon {
        display: inline-block;
        margin: 2px;
        font-size: 12px;
        padding: 0 5px;
        border-radius: 4px;
        border: 1px solid #ccc;
        background: #eee;
        background: linear-gradient(#fff, #eee);
    }

        .icon.yellowIcon {
            border: 1px solid #ffd700;
            background: #ffee00;
            background: linear-gradient(#ffee00, #ffd700);
            color: #333 !important;
        }

        .icon.blueIcon {
            border: 1px solid #161995;
            background: #2b2ebc;
            background: linear-gradient(#2b2ebc, #161995);
            color: #fff;
        }

        .icon.greenIcon {
            border: 1px solid #99e033;
            background: #adff2f;
            background: linear-gradient(#adff2f, #99e033);
            color: #fff !important;
        }

        .icon.redIcon {
            border: 1px solid #dd0f0f;
            background: #ff0000;
            background: linear-gradient(#ff0000, #dd0f0f);
            color: #fff !important;
        }

    #ui-datepicker-div {
        border: 1px solid #333;
        background-color: white;
    }

    .margin-top-0 {
        margin-top: 0;
    }

    .margin-top-5 {
        margin-top: 5px;
    }

    .margin-top-10 {
        margin-top: 10px;
    }

    .margin-top-20 {
        margin-top: 20px;
    }

    .margin-top-30 {
        margin-top: 30px;
    }

    .margin-top-70 {
        margin-top: 70px;
    }

    .margin-bottom-0 {
        margin-bottom: 0;
    }

    .margin-bottom-5 {
        margin-bottom: 5px;
    }

    .margin-bottom-10 {
        margin-bottom: 10px;
    }

    .margin-bottom-30 {
        margin-bottom: 30px;
    }

    .margin-bottom-70 {
        margin-bottom: 70px;
    }

    .margin-right-15 {
        margin-right: 15px;
    }

    .margin-10 {
        margin: 10px;
    }

    .margin-20 {
        margin: 20px;
    }


    .width-100 {
        width: 100%;
    }
    .width-80 {
        width: 80%;
    }

    .no-border {
        border: none;
    }

    .border-radius-10 {
        border-radius: 10px;
    }

    .margin-update-th {
        padding-top: 7px;
    }

    .scrollbar-x-none {
        overflow-x: hidden;
    }


    .popup {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        transition: .6s;
    }

        .popup.is-show {
            opacity: 1;
            visibility: visible;
        }

    .popup-inner {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 80%;
        max-width: 600px;
        padding: 50px;
        background-color: #fff;
        z-index: 2;
    }

        .popup-inner img {
            width: 100%;
        }

    .close-btn {
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        cursor: pointer;
    }

        .close-btn i {
            font-size: 20px;
            color: #333;
        }

    .black-background {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.8);
        z-index: 1;
        cursor: pointer;
    }

    .btnSubmit {
        display: block;
        text-decoration: none;
        background: #5bae88;
        background: linear-gradient(#72dbab, #5bae88);
        color: #fff;
        font-size: 20px;
        text-align: center;
        padding: 10px;
        border-radius: 4px;
        letter-spacing: 0.2em;
        box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
        border: 1px solid #5bae88;
    }
    .swal2-contentwrapper h2{
        background-color : #ffffff !important;
    }
    .swal2-modal{
        width: 512px !important;
        height: 350px !important;
        background: rgb(255, 255, 255) !important;
        display: flex;
    }
    .swal2-title {
        color: #595959 !important;
        font-size: 20px !important;
        text-align: center !important;
        font-weight: 600 !important;
        text-transform: none !important;
        position: relative !important;
        margin: 0 0 0.4em !important;
        padding: 0 !important;
        display: block !important;
        word-wrap: break-word !important;
        background-color: #ffffff !important;
    }
    .swal2-html-container {
        font-size: 18px !important;
        text-align: center !important;
        font-weight: 300 !important;
        position: relative !important;
        float: none;
        margin: 0 !important;
        padding: 0 !important;
        line-height: normal !important;
        color: #545454 !important;
        word-wrap: break-word !important;
    }
    .swal2-icon.swal2-warning {
        font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif !important;
        color: #f8bb86 !important;
        border-color: #facea8 !important;
        font-size: 60px !important;
        line-height: 80px !important;
        text-align: center !important;
    }
    .swal2-icon .swal2-icon-content {
        display: flex;
        align-items: center;
       font-size: 60px !important;
    }
    /*
    .swal2-styled.swal2-confirm {
        border: 0 !important;
        border-radius: 0.25em !important;
        background: initial !important;
        background-color: #7066e0 !important;
        color: #fff !important;
        font-size: 1em !important;
    }*/
/* --- 背景が上下左右に動くのBOX定義 ------------------------ */
.bgbox {
    position: relative;
    max-width: auto;
    height: 550px;
    margin: auto;
    background: #ffffff;
}

/* --- 背景が上下左右に動くの背景定義 ----------------------- */
    .bgbox::before {
        display: block;
        content: "";
        position: absolute;
        top: 35%;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #fff;
        background-image: url(images/top01.jpg);
        /*repeating-linear-gradient(45deg, rgba(153, 255, 255, 0.50), rgba(153, 255, 255, 0.50) 23px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 45px), repeating-linear-gradient(315deg, rgba(77, 255, 255, 0.50), rgba(77, 255, 255, 0.50) 23px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 45px);*/
        background-size: auto 50%;
        background-repeat:repeat-x;
        background-position-y:bottom;
        animation: bgAnime 25s linear infinite;
    }
.title-h4 {
    font-weight: 600 !important;
    padding: 0.25em 0.4em !important;
    background: transparent !important;
    border-left: solid 10px #c3e6e8 !important;
    color: cornflowerblue !important;
    font-size: 16px !important;
}

@keyframes bgAnime {
    0% {
        background-position: 0 0
    }
    /* 使用する画像幅と画像高さのpxに変更ください */
    100% {
        background-position: -500px 0
    }
}

/* --- 前面の文字定義（サンプルのため変更してください） ----- */
.boxString {
    position: absolute;
    display: inline-block;
    padding: 20px;
    color: #fff;
    top: 50%; /* 中央寄せ */
    left: 50%;
    transform: translate(-50%,-50%);
}



@media screen and (max-width: 1200px) {
    .col-lg-0 {
        display: none;
    }
    col.col-lg-0 {
        visibility: collapse;
    }

    .bgbox {
        height: 450px;
    }
}
@media screen and (max-width: 992px) {
    .col-md-0 {
        display:none;
    }
    col.col-md-0 {
        visibility: collapse;
    }
    .bgbox {
        height: 450px;
    }
}

@media screen and (max-width: 768px) {
    .col-sm-0 {
        display: none;
    }
    col.col-sm-0 {
        visibility: collapse;
    }
    .bgbox {
        height: 340px;
    }
}

@media screen and (max-width: 576px) {
    .col-xs-0 {
        display: none;
    }
    col.col-xs-0 {
        visibility: collapse;
    }
    .bgbox {
        height: 220px;
    }
}
