body {
    color: #5a5a5a;
    font-family: 游ゴシック体, Yu Gothic, YuGothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, MS Pゴシック, MS PGothic, sans-serif;
    background: #F2F2F2;
}

h2.accent {
    font-weight: bold;
    font-size: 38px;
}

.border {
    border-bottom: 1px solid #000;
}

.note {
    font-size: 16px;
    font-weight: bold;
    margin-left: 80px;
}

.note2 {
    text-indent: 0;
    margin-left: 1rem;
    text-indent: -2rem;
}

.bg-white {
    background: #fff;
}

.bg-right-blue {
    background: #D6F4FF;
}

.bg-lavenderblush {
    background: #fff0f5;
}

.bg-ivory {
    background: #fffff0;
}

.bg-honeydew {
    background: #f0fff0;
}

.bg-address {
    background: #C8E7E9;
}

.bg-gray {
    background: #F2F2F2;
}

.yen {
    font-size: 12rem;
    color: red;
    font-weight: bold;
    /*    font-family: 'Font Awesome 5 Free';*/
    font-family: 'Century Gothic';
}

.yen-unit {
    font-size: 6rem;
    font-weight: bold;
}

.img1 {
    width: 20%;
    position: relative;
}

.title1 {
    font-weight: bold;
    text-indent: 0;
}

.title2 {
    font-weight: bold;
}

.title3 {
    font-weight: bold;
    color: #03b8df;
}

.title4 {
    font-weight: bold;
}

.title5 {
    width: 100%;
    background-color: #113866;
    color: #fff;
    font-size: 20px;
    text-align: center;
    height: 34px;
    padding: 3px 0 0;
    line-height: 1.3;
}


li {
    text-indent: 0;
}

blockquote {
    margin-left: 20px;
    padding: 10px 0px;
}

.sentence1 {
    display: inline-table;
    height: 100%;
    width: 100%;
    text-align: left;
}

.sentence1-1 {
    display: table-cell;
    vertical-align: middle;
}

.sentence2 {
    /*    position: relative;*/
    border: 2px solid #03b8df;
    /*    background-color: #fff;*/
    border-radius: 20px;
    padding: 52px 85px 0px;
    font-size: 18px;
}

.sentence3 {
    border: 3px solid #03b8df;
    display: inline-block;
    width: 90%;
    /*    margin-bottom: 20px;*/
    text-indent: 0;
    position: relative;
}

.sentence4 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #113866;
    border-radius: 8px;
    margin: 30px auto;
    width: 90%;
}

.sentence4 .sentence4-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #113866;
    font-weight: bold;
    font-size: 21px;
}

.sentence4 p {
    margin: 0;
    padding: 0;
}

.sentence4 ul {
    margin-bottom: 0;
    margin-top: 5px;
}

.document-dl-link {
    text-align: left;
}

.icon {
    position: absolute;
    top: 33%;
    right: 5%;
}

.subsidy-rate {
    text-align: right;
    margin-right: 20px;
    font-weight: bold;
}

.fa-file-pdf {
    color: red;
}

.fa-file-excel {
    color: green;
}

.content-section {
    margin-bottom: 20px;
    border: none;
    box-shadow: 0 0 2px 1px #ccc;
    padding: 10px;
}


.main-visual {
    background: #76c5ff;
    background-image: url('../image/29746928_m.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-mask {
    /* 背景画像の透過用css */
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
}

.bg-mask .container h1 {
    text-align: center;
}

.lead-sentence {
    /*    font-size: 28px;*/
    margin-bottom: 14px;
    font-weight: bold;
    padding: 18px;
}

.shadow {
    box-shadow: 0 0 2px 1px #ccc;
    padding: 10px;
    background: #fff;
}

.box1 {
    margin: 1em 0;
    background-color: #fff;
    /*border: 1px solid #ffe2c6;*/
    box-shadow: 0 0 3px 1px #ccc;
    border-radius: 4px;
}

.box1 ul {
    padding-left: 20px;
    font-size: 17px;

}

.box1-title {
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
}

.box1-title div {
    width: 95%;
    margin: 0 auto;
    border-bottom: 2px solid #aeaeae;
    font-size: 45px;
}

.box1-text {
    padding: 10px;
    font-size: 60px;
    font-weight: bold;
}

.centence-title {
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid #d3d3d3;
    position: relative;
    padding-top: 15px;
}

.button-wrapper {
    text-align: center;
    margin-bottom: 10px;
}

.btn-mainlink {
    width: 310px;
}

.link-button {
    font-weight: bold;
    font-size: 20px;
}

.panel-heading {
    font-weight: bold;
    font-size: 20px;
}

.panel-body {
    font-size: 16px;
    text-align: left;
}

.business-summary-title-wrapper {
    text-align: center;
    margin-bottom: 16px;
}

.business-summary-title {
    font-size: 30px;
    font-weight: bold;
}

.business-summary-title span {
    border-bottom: 5px solid #03b8df
}


.new-information-title-wrapper {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.new-information {
    position: relative;
    display: inline-block;
    padding: 0 55px;
    font-size: 30px;
    font-weight: bold;
}

.new-information:before,
.new-information:after {
    content: '';
    position: absolute;
    top: 48%;
    display: inline-block;
    width: 45px;
    height: 2px;
    background-color: black;
}

.new-information:before {
    left: 0;
}

.new-information:after {
    right: 0;
}

.new-information-list {
    margin-top: 18px;
    margin-bottom: 18px;
    height: 300px;
    overflow-y: scroll;
    background: white;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}

.li-info {
    width: 100%;
    table-layout: fixed;
    padding: 8px 8px 8px 0;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px dotted #ababab;
}

.li-info:first-child {
    border-top: 1px dotted #ababab;
}

.li-info .info-type {
    display: inline-block;
    width: 115px;
}

.li-info .info-type.eat {
    letter-spacing: 0.16em;
}

.li-info .date {
    padding-right: 15px;
}

.link-info {
    font-size: 17px;
    font-weight: bold;
}

.link-info a {
    word-break: break-all;
}

.link-title {
    margin-bottom: 0;
}

.address {
    text-align: center;
}


.marketing .col-xs-12 {
    text-align: center;
}

.marketing .col-sm-4 {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.marketing .col-md-4 {
    margin-bottom: 20px;
    text-align: center;
}

.marketing .col-lg-6 {
    margin-bottom: 20px;
    text-align: center;
}

.marketing .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px;
}

.merit-icon {
    color: #2bbbce;
    font-size: 80px;
}

.featurette-divider {
    margin: 20px 0;
    border: 0;
}

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}

.featurette-heading-sub {
    margin-top: 10px;
}

.seminar-info-title {
    font-weight: bold;
    font-size: 22px;
}

.seminar-info {
    text-indent: 20px;
    font-size: 22px;
}

.seminar-info.postscript {
    font-size: 18px;
}

.seminar-info.remarks {
    font-size: 18px;
}

.line-centence {
    border-bottom: 1px solid black;
}

.return-top {
    text-align: center;
    font-size: 18px;
    margin: 10px;
}

.caution {
    margin-left: 40px;
}

.fa-check {
    margin-right: 5px;
}

/* RESPONSIVE
-------------------------------------------------- */

@media (min-width: 768px) {
    .navbar-wrapper {
        margin-top: 20px;
    }

    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
    }

    .featurette-heading {
        font-size: 28px;
    }

    .featurette-heading-sub {
        font-size: 22px;
        font-weight: bold;
    }

}

@media screen and (min-width: 768px) {

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 50px;
        font-weight: bold;
    }


}

@media screen and (min-width: 992px) {
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .box1 {
        height: 90%;
    }
}

@media screen and (max-width: 993px) {
    .row-eq-height {
        margin-bottom: -15px;
    }

}

.link-text {
    text-indent: 50px;
}

.top-info {
    font-weight: bold;
    margin: 2em auto;
    padding: 1em;
    background-color: #FFF5EE;
    box-shadow: 0 0 5px 1px #ccc;
    text-align: center;
    font-size: 20px;
}

.badge {
    display: inline-block;
    padding: 2px 10px;
    margin-right: 12px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 4px;
    /* 角の丸み（数値を変えると丸くなります） */
    vertical-align: 2px;
    /* テキストとの縦位置調整 */
}

.badge-update {
    background: linear-gradient(135deg, #ff8a00, #e52e71);
    /* オレンジからピンクへ */
    color: #ffffff;
    box-shadow: 0 2px 5px rgba(229, 46, 113, 0.4);
    /* ほんのり影をつける */
}