
body {
    font-family: "Hind", Arial, serif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    line-height: 1.2;
    font-weight: 700;
    color: #313131;
}

.block-two-columns .block-item {
    vertical-align: initial;
    min-height: 1000px;
}

.section-title span {
    height: 20px;
    width: 20px;
    display: block;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.section-title-green {
    background-color: darkgreen;
}
.section-title-orange {
    background-color: orangered;
}
.section-title-gold {
    background-color: gold;
}
.section-title-dark {
    background-color: darkslateblue;
}

#historyList {
    border: solid 2px;
    border-color: grey;
}

.t-header {
    border: solid 2px;
    border-color: grey;
}
    .t-header th {
        background-color: darkseagreen;
        color: white;
        text-align: center;
        font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    }

.add-date{
    width: 100px;
}

#histories a, td {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 600;
    color: dimgray;
    text-align: left;
}

th, tr, td {
    border: solid 2px;
    border-color: grey;
}

.shisetsu {
    color: dimgray;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
    .shisetsu th {
        background-color: oldlace;
    }
.shisetsu td {
    background-color: white;
}

.nenkangyoji {
    color: dimgray;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
    .nenkangyoji th {
        background-color: beige;
    }

    .nenkangyoji td {
        background-color: white;
    }

ul, ol {
    padding: 30px 30px 0 30px;
    list-style-type: circle;
    font-size: large;
}


.nav-link {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 16px;
}

.extra-nav{
    min-width: 0px;
}
.single_blog {
    padding-bottom: 60px;
    text-align: -webkit-right;
}

.normal-text {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 600;
    z-index: 1;
    color: #1C1C1C;
}

.blog-text {
    background-color: rgba(255,255,255,0.6);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 600;
    margin: 45px 0 30px;
    padding: 15px;
    position: relative;
    width: 60%;
    z-index: 1;
    color: #1C1C1C;
    text-align: left;
}
    .blog-text p {
        margin-top: 20px
    }

.blog-photo {
    position: absolute;
    top: 0;
    /*right: 25px;*/
    left: 25px;
}
.blog-photo-1 {
    position: absolute;
    top: 0;
    left: 0;
}
.blog-photo-2 {
    position: absolute;
    top: 0;
    right: 0;
}
.blog-photo-3 {
    position: absolute;
    top: 230px;
    right: 130px;
}

@media only screen and (max-width:480px) {
    .blog-photo {
        left: 0;
    }
}

    .module,
    .module-sm {
        background-color: whitesmoke;
        /*background-color: seashell;*/
        padding: 100px 0;
    }

    .block-two-columns h2 {
        padding: 0.25em 0.5em; /*上下 左右の余白*/
        background: transparent; /*背景透明に*/
        border-left: solid 15px forestgreen; /*左線*/
    }

    .extra-nav, .inner-header {
        max-width: 200px;
    }

#map {
    height: 500px;
}

#support {
    background-color: white;
}

.font-md {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: medium;
    font-weight:bold;
}
.font-lg {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: xx-large;
    font-weight: bold;
}
.modal-dialog{
    margin-top: 20%;
    
}

.modal-body {
    font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 900;
    color: #333;
}