/* Base */
#base{ width: 1220px;}
div#cont{ margin: 0;}
.wrapper {
  margin: 20px auto 0;
  overflow: hidden;
  width: 1220px;
  display: flex;
  justify-content: space-between;
}
.wrapper--index{ width: 980px;}
.container {
  float: right;
  width: 730px;
  order:1;
  margin: 0;
}
div#cont div#c3_ll{ order: 0;}
.sidebar-themeTag{ margin-top: 0;}

/* Layout */
.l_main {}

.l_section {}
.l_section--primary{}
.l_section--secondary{}
.l_section--tertiary{}
.l_section--primary>.l_section__item {}

.l_section--secondary>.l_section__item+.l_section__item {
    margin-top: 64px
}

.l_section--tertiary>.l_section__item+.l_section__item {
    margin-top: 40px
}

.l_section__item {
    margin-top: 48px;
}

.l_section__item+.l_section__item {
    margin-top: 48px;
}

.l_grid {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap
}

.l_grid__item {
    display: flex
}

.l_grid__inner {
    display: block;
    width: 100%
}

.l_grid--hasGutter {
    margin: -12px
}

.l_grid--hasGutter>.l_grid__item {
    padding: 12px
}

.l_grid--hasGutter>.l_header {
    margin-bottom: 20px;
}

.l_right__sideNav {
    order: 2;
    width: 200px;
}

/* Module */
.m_hr_contents {}

.m_hr_contents__heading {}

.m_hr_contents__heading_date {
    text-align: right;
    font-size: 15px;
}

.m_hr_contents__heading_ttl{
    font-size: 14px;
    font-weight: 500;
    text-align: right;
}

.m_hr_contents__heading > img {}

.m_hr_contents__ttl {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 24px;
}

.m_hr_contents__ttl > h2 {
    position: unset !important;
    background-color: #fff !important;
    font-size: 24px !important;
    padding: unset !important;
}

.m_hr_contents__body {}

.m_search_area__container {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    background: #fff;
    border: 2px solid #000;
    border-radius: 24px;
    margin: 0 auto;
    width: 100%;
}

.m_hr_contents__search_result {
    opacity: 0;
    transform: translate(0,100px);
}

.m_hr_contents__search_result--active {
    opacity: 1;
    transform: translate(0, 0);
    transition: all 600ms;
    padding-bottom: 24px;
}

.m_search_field__textWrap {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    height: 50px;
    font-size: 18px;
    width: 95%;
}

.m_search_area__searchbtn {
    display: flex;
    align-items: center;
}

.m_search_area__searchbtn::after {
    content: '\f002';
    font-family: fontawesome;
    font-size: 20px;
    color: #333;
}

.m_search_area__searchbtn:hover {
    text-decoration: none;
}

.m_search_area__text {
    height: 100%;
    width: 100%;
    border: none;
    padding-left: 20px;
    outline: none;
    transition: background-color 5000s ease-in-out 0s !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.m_search_area__text:focus {
    outline: none;
    box-shadow: none;
}

.m_nav {
    margin-top: 14px;
}

.m_nav__container {
}

.m_nav__item {
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 10px;
    line-height: 1;
    text-decoration: none;
    color: #333;
    background-color: #EEEEEE;
    border: 1px solid #EEEEEE;
    border-radius: 2em;
    font-weight: 700;
    cursor: pointer;
    min-width: 75px;
    text-align: center
}

.m_nav__item:hover {
    opacity: .6;
}

.m_nav__item--active {
    background-color: #787878;
    color: #fff;
}

.m_nav__item_txt {}
.m_nav__item_txt::before {
    content: '\f002';
    font-family: fontawesome;
    padding-right: 2px;
}

.m_hr_contents_article__ttl {
    font-size:  22px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 24px;
}

.m_hr_contents_article__index {
    border-top: 1px dashed #666;
}

.m_hr_contents_article__index_item {
    display: flex;
    justify-content: stretch;
    align-items: center;
    padding: 8px 0 8px 0px;
    border-bottom: 1px dashed #666;
    transition: all 0.4s ease 0s;
}

.m_hr_contents_article__index_date {
    background-color: crimson;
    color: #fff;
    font-size: 14px;
    padding: 5px 5px;
    text-align: center;
    width: 120px;
}

.m_hr_contents_article__index_link {
    font-size: 14px;
    padding-left: 20px;
    width: 100%;
}

.m_hr_contents_article__index > dt {
    background-color: crimson;
    color: #fff;
    font-size: 14px;
    float: left;
    margin: 20px 0 0;
    padding: 10px;
    text-align: center;
    width: 100px
}

.m_hr_contents_article__index > dd {
    padding: 30px 0 30px 130px;
    border-bottom: 1px dashed #666
}

.m_hr_contents__readmore {
    display: flex;
    justify-content: center;
    margin-top: 24px;
    padding: 24px 0px;
}

.m_hr_contents__readmore_inner {}


.m_hr_contents__readmore_btn {
    cursor: pointer;
    color: #fff;
    background-color: #DC143C;
    border: 2px solid #DC143C;
    padding: 10px 60px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.m_hr_contents__readmore_btn:hover{
    background-color: #fff;
    border: 2px solid #DC143C;
    font-weight: 600;
    color: #DC143C;
    opacity: .6;
    text-decoration: none;
}

.m_hr_contents_event {

}

.m_hr_contents_event__box {
    line-height: 1.5;
}

.m_hr_contents_event__inner {}

.m_hr_contents_event__item {}

.m_hr_contents_event__link {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    display: flex;
    justify-content: center;
    background-color: #d3d1d1;
    border-radius: 10px;
    width: 100px;
    padding: 15px 10px;
}

.m_hr_contents_event__link:hover {
    opacity: .6;
    text-decoration: none;
}

.m_hr_contents_lineup {}

.m_hr_contents_lineup__inner {
    background-color: #fff !important;
}

.m_hr_contents_lineup__item {
    justify-content:center;
}

.m_hr_contents_lineup__item + .m_hr_contents_lineup__item{
    margin-top: 0px !important;
}

.m_hr_contents_lineup__link {}

.m_hr_contents_lineup__link:hover {
    opacity: .6;
}

.m_hr_contents__news_text {
  margin-top: 12px;
}

.m_hr_contents__news_text h1 {
    background-image: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.7;
    padding: 15px 20px;
    border: 2px solid #000;

}

.m_hr_contents__news_text p {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 24px;
}


.m_hr_contents__news_text h2 {
    position: relative;
    background-color: #F2F2F2;
    padding: 20px;
    font-size: 20px;
    margin-top: 48px;
}

.m_hr_contents__news_text > h2::after {
    content: "";
    position: absolute;
    width: 95%;
    height: 1px;
    background-color: #707070;
    bottom: 0;
    left: 17px;
}

.m_hr_contents__news_text ul {
    background-color: #F2F2F2;
    padding: 20px;
    list-style: none;
    /* margin-bottom: 60px; */
}

.m_hr_contents__news_text ul>li {
    position: relative;
}

.m_hr_contents__news_text ul>li+li {
    margin-top: 20px;
}

.m_hr_contents__news_text ul>li>a {

}

.m_search_reset {
    margin-top: 12px;
    font-weight: 600;
}

.m_search_resetbtn {}
.m_search_resetbtn:hover {
    opacity: .6;
    text-decoration: none;
}

.m_alert_box {
    font-size: 18px;
    font-weight: normal;
    margin-top: 12px;
}

.m_hr_contents__table{
    border: 1px solid #000;
}
.m_hr_contents__table tr td{
    border: 1px solid #000;
    padding: 10px;
}

/* 最新ニュース */
.m_hr_contents__news_text .m_hr_contents__relateArticles_heading{
  margin-top: 24px;
  display: none;
}
.m_hr_contents__news_text .m_hr_contents__relateArticles_list{ display: none;}
.m_hr_contents__news_text .m_hr_contents__relateArticles_date,
.m_hr_contents__news_text .m_hr_contents__relateArticles_ttl{
  margin-top:0;
}
.m_hr_contents__news_text .m_hr_contents__relateArticles_ttl:before{
  content:"\25BC";
  display: inline-block;
  color: #333;
  position: relative;
}
.m_hr_contents__news_text .m_hr_contents__relateArticles_date{
  font-size: 12px;
}
.m_hr_contents__news_text .m_hr_contents__relateArticles_ttl{
  font-size: 100%;
}

@media screen and (max-width: 768px) {
  .m_hr_contents__news_text .m_hr_contents__relateArticles_heading{ display: block;}
  .m_hr_contents__news_text .m_hr_contents__relateArticles_list{ display: block;}
}

/* Utility */
.u_col1 {
    width: 8.333%
}

.u_col2 {
    width: 16.667%
}

.u_col3 {
    width: 25%
}

.u_col4 {
    width: 33.333%
}

.u_col5 {
    width: 41.666%
}

.u_col6 {
    width: 50%
}

.u_col7 {
    width: 58.333%
}

.u_col8 {
    width: 66.666%
}

.u_col9 {
    width: 75%
}

.u_col10 {
    width: 83.33%
}

.u_col11 {
    width: 91.666%
}

.u_col12 {
    width: 100%
}

.u_inline {
    display: block;
}

.u_hide {
    display: none;
}

@media screen and (max-width: 768px) {
    #base {
        width: 98%;
        margin: 0 auto;
    }
    .wrapper {
        width: 100%;
    }

    .container {
        float: none;
        width: 100%;
        padding: 0 10px;
    }
    .l_right__sideNav { display: none;}
    .m_search_field__textWrap {
        width: 90%;
    }

    .u_resMdCol1 {
        width:8.333%
    }

    .u_resMdCol2 {
        width: 16.667%
    }

    .u_resMdCol3 {
        width: 25%
    }

    .u_resMdCol4 {
        width: 33.333%
    }

    .u_resMdCol5 {
        width: 41.666%
    }

    .u_resMdCol6 {
        width: 50%
    }

    .u_resMdCol7 {
        width: 58.333%
    }

    .u_resMdCol8 {
        width: 66.666%
    }

    .u_resMdCol9 {
        width: 75%
    }

    .u_resMdCol10 {
        width: 83.33%
    }

    .u_resMdCol11 {
        width: 91.666%
    }

    .u_resMdCol12 {
        width: 100%
    }
}

/* jS用 */
.is-hidden {
    opacity: 0;
    height: 0;
    margin: 0;
    padding: unset;
    display: none;
}

.js_search_reset {
    text-align: right;
    font-size: 16px;
    cursor: pointer;
    display: none;
}

.js_nav__item {

}

.js_nav__item_txt {

}