@charset "utf-8";

.title_area h1 {
    box-sizing: border-box;
    width: 100% !important;
    height: auto;
    margin: 9px 0 50px !important;
    padding: 1.45em 0;
    background: #1e228b;
    color: #ffffff;
    text-align: center;
    font-size: 38px !important;
    line-height: 1.2em;
    font-weight: bold;
}
h2.indexCont-h2 {
    width: 100%;
    background: #1e228b;
    margin-bottom: 20px;
    border-radius: 6px;
}
h2.indexCont-h2 span {
    padding: 11px 0 8px 13px;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: bold;
    display: block;
}
.arwlink a {
    color: #407cba;
    background-image: url(/wr_css/wr_img/under/left_navi_arrow.gif);
    background-repeat: no-repeat;
    background-position: left 6px;
    padding: 0px 0px 0px 10px;
    text-decoration: underline;
}
.arwlink a:hover {
    color: #407cba;
    background-image: url(/wr_css/wr_img/under/left_navi_arrow.gif);
    background-repeat: no-repeat;
    background-position: left 6px;
    padding: 0px 0px 0px 10px;
    text-decoration: none;
}
.arwlink a:visited {
    color: #407cba;
    background-image: url(/wr_css/wr_img/under/left_navi_arrow.gif);
    background-repeat: no-repeat;
    background-position: left 6px;
    padding: 0px 0px 0px 10px;
    text-decoration: underline;
}
.secondMain {
    margin-top: 0;
    height: 210px;
    border: 1px solid #ececec;
    border-radius: 10px;
    position: relative;
    background: linear-gradient(0deg, #eeeeee 0%, #eeeeee 35%, #f6f6f6 35%, #f6f6f6 100%);
    z-index: 1;
}
.tag {
    margin: 0 0 16px;
}
h1.secondMain p {
    width: auto;
    padding-top: 0;
    padding-left: 30px;
    font-size: 14px;
    display: flex;
    height: 210px;
    z-index: 1;
    position: relative;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
}
h1.secondMain p span {
    font-weight: bold;
    font-size: 38px;
    line-height: 52px;
}
.list-full .list-item {
    width: 100%;
    box-sizing: border-box;
}
.detail_table {
    width: 100%;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .title_area h1 {
        margin-bottom: 20px !important;
        padding: 1em 10px;
        font-size: 22px !important;
        line-height: 1.2em;
    }
    .main_contents--indexmain_contents--index {
        padding: 0 10px;
    }
    img.img_full {
        width: 100%;
        height: auto;
    }
    .secondMain {
        height: auto;
        border-radius: 5px;
    }
    h1.secondMain p {
        height: auto;
        padding: 40px 15px;
    }
    h1.secondMain p span {
        font-size: 22px;
        line-height: 1.2em;
    }
}
