@charset "utf-8";

#pc .nav-menu-list li:nth-child(6) {
    background-color: #006837;
}

/* キービジュアルの指示 */
#keyvisual,
h4,
.headline {
    background-color: #0071bc;
}

h3 {
    margin-bottom: 0;
}

.guide_cont {
    overflow: hidden;
}

.guide_cont_lh {
    float: left;
    width: 50%;
}


.link_img {
    margin-top: 40px;
}

/* 公開のご案内　コンテンツ */
.guide {
    overflow: hidden;
}

.guide_lh_photo {
    width: 50%;
    float: left;
    margin-top: 7px;
    margin-right: 20px;
    margin-bottom: 5px;
}


.title{
    font-weight: 600;
    font-size: 1.2em;
    padding-top: 0;
}

hr{
    margin-top: 30px;
    color: #0071bc;
}

/* 公開終了 */
.guide_lh_close {
    width: 60%;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.text1 {
  font-size: 1.3em;
  text-align: center;
  color: #800000;
  font-weight: 600;
}

.text2 {
  text-align: center;
}


/* ここからレスポンシブ対応 */

@media screen and (max-width:1000px) {

    /* 公開のメイン画像 */
    .guide_lh_photo {
        width: 60%;
    }

.guide_lh_close {
    width: 50%;
}



}


@media screen and (max-width:640px) {


    /* 公開のメイン画像  */
    .guide_lh_photo {
        width: 100%;
    }

    .guide_lh_close {
    width: 100%;
}

}