@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans|Open+Sans');
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans');*/

a, button {
    outline: none;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.95rem;
}

.elf-deep-blue {
    color: #033f80;
}

.elf-deep-gold {
    color: #523e03;
}

.elf-navi-menu {
    margin-left: 2.0rem;
    margin-right: 2.0rem;
    font-size: 1.1rem;
}

.insta-icon {
    width: 30px;
    opacity: 0.8;
}

.insta-icon:hover, .insta-icon:active {
    opacity: 0.6;
}

#insta-follow-us {
    letter-spacing: 0.1rem;
    color: #999999;
    margin-left: 0.3rem;
}

button.navbar-toggler {
    padding-right: 10px;
    padding-left: 10px;
}

button.navbar-toggler:active, button.navbar-toggler:hover {
    opacity: 0.7;
}

.elf-toggler-icon {
    width: 30px;
}

.elf-toggler-icon-text {
    font-size: 0.7rem;
    font-weight: bold;
    margin: 0px;
    color: #333;
}

@media screen and (max-width: 544px) {
    #elf-header {
        width: 100%;
    }
    #logo-icon {
        width: 70px;
    }
}

@media screen and (min-width: 544px) {
    #elf-header {
        width: 100%;
    }
    #logo-icon {
        width: 75px;
    }
}

@media screen and (min-width: 767px) {
    #elf-header {
        width: 70%;
    }
    #logo-icon {
        width: 150px;
    }
}

#eigyo {
    height: 145px;
    border-left: 2px solid #222;
    padding-left: 5px;
    font-size: 1.1rem;
}

/*ヘッダーを中央ぞろえに。不具合出るかも*/

/*.navbar-nav{
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    float:none;
}*/

.page-title {
    font-weight: bold;
    margin-bottom: 1.3rem;
    margin-top: 1.0rem;
}

.section-m {
    margin-bottom: 38px;
}

.section-title {
    border-bottom: solid 1px #222;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
}

/*細かいドットライン。ニュース等細かい区切りで使用*/
.dot-border {
    border-bottom: dotted 1px #222;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

/*荒いドットライン*/
.dot-line{
    height: 1px;
    border-bottom: dotted 1px gray;
    border-width: 2px;
}

.solid-border {
    border-top: solid 1px #bcbcbc;
    margin: 10px 0 10px 0;
    padding: 0px;
}

.elf-button {
    user-select: none;
    font-size: 0.9rem;
    background: #fff;
    border: 1px solid #222;
    color: #222;
    display: inline-block;
    outline: medium none;
    text-align: center;
    padding-right: 0.8rem;
    padding-left: 0.8rem;
}

.elf-button:hover, .elf-button:active {
    background: #222;
    background-color: #222;
    color: #fff!important;
}

.elf-detail-text {
    line-height: 2.1;
    letter-spacing: 0.1em;
}

.elf-detail-text-strong {
    line-height: 1.0;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 1.3rem;
}