@charset "UTF-8";
.mv_wrap {
    background: #D5EDFA;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 240px;
}
.useful-ttl {
    line-height: 1;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: normal;
}
.useful-ttl span {
    width: 180px;
    display: block;
    padding: 0 20px;
    font-size: 16px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    background: #c3012f;
    margin: 20px auto 0 auto;
}
a:hover {
    text-decoration: none;
}
.column_wrap {
    padding: 60px 0 120px;
}
.clmMain_wrap {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
}
.clmCtgy_list ul {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.clmCtgy_list ul li {
    width: 33.333333%;
    margin-top: 25px;
    border-left: 1px solid #adadad;
    box-sizing: border-box;
}
.clmCtgy_list ul li a {
    text-decoration: none;
    font-size: 18px;
    display: table;
    width: 100%;
    height: 40px;
    color: #434343;
    text-align: center;
    font-weight: bold;
}
.clmCtgy_list ul li a span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.clmDetail_wrap {
    margin-bottom: 120px;
}
.clmDetail_wrap:last-of-type {
    margin-bottom: 0;
}
.clmList_wrap {
    margin: 95px 0 75px;
}
.clmList_wrap:first-child {
    margin-top: 0;
}
.clmList_wrap.ver2 {
    margin-bottom: 80px;
}
.clmList-ttlbx {
    text-align: center;
    margin-bottom: 30px;
}
.clmList-ttl {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
}
.clmList-sb {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #E40146;
    padding-top: 13px;
}
.clmList_in {
    margin: 0 0 60px;
}
.clmList_in:last-child {
    margin: 0;
}
.clmList_box {
    width: 360px;
    overflow: hidden;
    box-sizing: border-box;
}
.clmList_box a {
    position: relative;
    display: block;
    height: 100%;
    color: #000;
}
.clmList_img {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.clmList_img img {
    background: #c0c0c0;
}
.clmDetail-ttl {
    line-height: 1;
    font-size: 24px;
    font-weight: bold;
    color: #c3012f;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 2px solid #c3012f;
}
.cat_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 52px;
}
.cat_list.ver2 {
    margin-bottom: 0;
}
.cat_list li {
    margin-top: 60px;
}
.cat_list li a {
    display: block;
    width: 500px;
    color: #000;
}
.cat_list_in {
    display: flex;
}
.cat_txt_in {
    width: 255px;
}
.cat-txt {
    font-size: 16px;
    line-height: 1.625;
    margin-bottom: 15px;
    font-weight: bold;
}
.cat_img {
    background: #d2d2d2;
    width: 275px;
    height: 175px;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
}
.cat_img img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    transition: all .2s;
}
.cat_img.is-movie {
    position: relative;
}
.cat_img.is-movie:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin: -24px 0 0 -24px;
    width: 48px;
    height: 48px;
    border: 1px solid #A4A4A4;
    border-radius: 45px;
    box-sizing: border-box;
    background: #A4A4A4;
    z-index: 10;
}
.cat_img.is-movie:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin: -13px 0 0 -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 0 13px 22px;
    border-color: transparent transparent transparent #fff;
    z-index: 11;
}
.clm_btn {
    width: 285px;
    margin: 0 auto;
    display: table;
}
.clm_btn.ver3 {
    margin-top: 80px;
}
.clm_btn.ver4 {
    margin-top: 100px;
}
.clm_btn a {
    background: #c3012f;
    color: #fff;
    font-weight: bold;
    height: 68px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    letter-spacing: inherit;
}
.clm_btn a:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
}
.clm_btn.is-wht a {
    background: #FFF;
    color: #c3012f;
}
.clm_btn.c-btn a:before {
    right: 19px;
    width: 10px;
    height: 14px;
    background: url(../svg/dec_arw_r_01.svg) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.clm_btn.c-btn.is-wht a:before {
    background: url(../svg/dec_arw_r_02.svg) no-repeat 0 0;
    background-size: 9px auto;
    -ms-background-size: 9px auto;
    -moz-background-size: 9px auto;
    -webkit-background-size: 9px auto;
}
.catTag_box {
    margin-top: 18px;
}
.cap-txt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.625;
    font-size: 16px;
    margin-bottom: 5px;
}
.tag_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tag_list li {
    margin-top: 0;
    font-size: 14px;
    margin-right: 10px;
}
.clmList_img img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    transition: all .2s;
}
.clmList_dtl {
    padding: 10px 0 0;
}
.clmList_labels .label {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 12px;
}
.clmList_labels .label li {
    width: 110px;
    font-size: 16px;
    margin-right: 10px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    background: #333333;
}
.clmList_labels .data {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
}
.clmList_dtl .ttl {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 16px;
}
.clmList_dtl .tag {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.clmList_dtl .tag li {
    font-size: 14px;
    line-height: 1;
    margin: 4px 0;
    margin-right: .6em;
}
.more_btn {
    width: 350px;
    margin: 0 auto;
}
.more_btn a .is-red {
    color: #e40146;
}
.more_btn.ver2 a {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}
.more_btn a {
    padding: 0 20px 0 0;
    font-size: 18px;
    letter-spacing: inherit;
    height: 58px;
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
    align-items: center;
}
.more_btn a:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    right: 19px;
    width: 10px;
    height: 14px;
    background: url(../svg/dec_arw_r_01.svg) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.more_btn.ver2 a:before {
    background: url(../svg/dec_arw_r_03.svg) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.clmDtl_btn.ver2 .more_btn a {
    height: 75px;
    line-height: 1.3;
    font-size: 18px;
}
.clmDtl_btn .more_btn.ver3 {
    width: 420px;
}
.clmDtl_btn .more_btn.ver5 {
    width: 400px;
}
.clmDtl_btn .more_btn.ver3 a {
    font-size: 15px;
}
.clmBnr_in {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.clmBnr_box a {
    display: block;
}
.clmBnr_box img {
    width: 100%;
    height: auto;
    max-width: 553px;
}
/*詳細*/
.clmDtl_wrap {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
}
.clmDtl-ttl {
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    color: #c3012f;
}
.clmArticle_wrap {
    padding: 64px 0 0;
}
.clmArticle_info {
    display:-webkit-box;
      display:-ms-flexbox;
      display:flex;
    -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.clmArticle_category {
    display:-webkit-box;
      display:-ms-flexbox;
      display:flex;
    -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.clmArticle_category li {
    width: 110px;
    font-size: 16px;
    margin-right: 10px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    background: #333;
}
.clmArticle_wrap p {
    font-size: 16px;
    line-height: 1.75;
}
.clmArticle_top {
    margin: 0 0 100px 0;
}
.clmArticle-ttl {
    position: relative;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
    margin: 20px 0;
    padding: 0 0 15px 0;
}
.clmArticle-ttl:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #c3012f ;
}
.clmArticle_img {
    margin: 50px 0 0 0;
}
.clmArticle_img img {
    width: 100%;
}
.clmArticle_tag {
    display:-webkit-box;
      display:-ms-flexbox;
      display:flex;
    -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    margin: 25px 0 25px -5px;
}
.clmArticle_tag li {
    font-size: 14px;
    line-height: 1;
    margin: 4px 0;
    margin-right: 0.6em;
}
.clmArticle_lead {
    margin: 20px 0 30px 0;
    background: #f7f7f7;
    padding: 15px 30px;
}
.clmArticle_summary {
    border: 1px solid #c3012f ;
    padding: 15px 30px;
}
.clmArticle_summary dt {
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #B6B6B6;
    font-weight: bold;
}
.clmArticle_summary dd {
    font-size: 16px;
    line-height: 1.75;
    padding: 15px 30px;
}
.clmArticle_summary ul {
    margin: 0 0 0 -20px;
}
.clmArticle_summary ul li {
    position: relative;
    padding: 0 0 0 1.5em;
}
.clmArticle_summary ul li span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.clmArticle_note {
    margin: 40px 0 20px 0;
    font-weight: bold;
    color: #c3012f ;
}
.clmArticle_main h2 {
    font-size: 26px;
    position: relative;
    text-align: left;
    margin-top: 60px;
    padding: 0 0 0 15px;
}
.clmArticle_main h2:first-child {
    margin-top: 0;
}
.clmArticle_main h2:after {
    content: '';
    position: absolute;
    display: block;
    width: 6px;
    height: 100%;
    top: 0;
    left: 0;
    background: #c3012f ;
}
.clmArticle_main > * + * {
    margin-top: 30px;
}
.clmArticle_main table td p + p {
    margin-top: 10px;
}
.clmArticle_main table td {
    line-height: 2;
}
.clmArticle_main ol {
    padding-left: 30px;
}
.clmArticle_main ol li {
    font-size: 16px;
    line-height: 1.75;
    list-style: auto;
}
.clmArticle_main img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 640px;
    margin: 0 auto;
}
.clmArticleVideo_wrap {
    display: block;
    width: 100%;
    height: auto;
    max-width: 640px;
    margin: 0 auto;
}
.clmArticle_video {
    height: 0;
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}
.clmArticle_video video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.clmArticle_thumb {
    display:-webkit-box;
      display:-ms-flexbox;
      display:flex;
    margin-top: 20px;
}
.clmArticle_thumb li {
    padding: 5px;
}
.clmArticle_synopsis.ver2 {
    margin-bottom: 70px;
}
.clmArticle_synopsis p {
    margin-top: 20px;
}
.clmArticle_mgnmb {
    text-align: right;
}
.clmAuthor_wrap {
    margin: 60px 0;
    border: 1px solid #ddd;
    overflow: hidden;
}
.clmAuthor-ttl {
    background: #c3012f ;
    color: #fff;
    padding: 5px 20px;
    font-weight: normal;
    font-size: 18px;
}
.clmAuthor_name {
    padding: 20px 30px 10px;
}
.clmAuthor_profile {
    padding: 10px 30px 20px;
}
.clmDtl_btn {
    margin-top: 60px;
}
.clmDtl_btn + .clmDtl_btn {
    margin-top: 40px;
}
.clmDtl_btn.ver2 {
    margin-bottom: 40px;
}
.clmDtl_btn .c-btn {
    width: 350px;
    margin: 0 50px 0 0;
}
.clmDtl_btn .c-btn:last-child {
    margin: 0;
}
.clmBnr_btn {
    text-align: center;
}
.clmBnr_btn a {
    display: block;
}
.clmConnection_wrap {
    margin: 100px 0 0 0;
}
.clmConnection-ttl {
    font-size: 20px;
    color: #fff;
    padding: 5px 20px;
    background: #c3012f ;
}
.clmConnection-ttl.ver2 {
    margin-bottom: 30px;
}
.clmList_in.is-ver2 {
    margin: 30px auto 60px;
    padding: 0;
    border-bottom: none;
}
.clmConnection_btn {
    width: 400px;
    height: 60px;
    margin: 0 auto;
}
.clmConnection_btn a {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: relative;
    color: #c3012f ;
    font-size: 16px;
    background: #fff;
    border: 2px solid #c3012f ;
    box-sizing: border-box;
}
/* .c-btn.ver2 a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 2;
    margin-top: -8px;
    width: 12px;
    height: 17px;
    background: url(../svg/dec_arw_r_02.svg) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.c-btn.ver2 a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #fff;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
} */
@media (min-width: 896px) {
    .cat_list li a:hover {
        opacity: 0.7;
    }
    .cat_list li:nth-child(1),.cat_list li:nth-child(2) {
        margin-top: 0;
    }
    .clmCtgy_list ul li:nth-child(-n+3) {
        margin-top: 0;
    }
    .clmCtgy_list ul li:nth-child(3n) {
        border-right: 1px solid #adadad;
    }
    .clmCtgy_list ul li a:hover {
        color: #c3012f;
    }
    .htmllmBnr_btn.ver2 {
        margin-right: 50px;
    }
    .clmList_in {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .clmList_box {
        margin-right: 30px;
        margin-top: 30px;
    }
    .clmList_box:nth-child(-n+3) {
        margin-top: 0;
    }
    .clmList_box:nth-child(3n) {
        margin-right: 0;
    }
    .clmList_box a:hover .clmList_img img {
        opacity: 0.7;
    }
    .clmList_box a:hover p {
        color: #c3012f;
    }
    .clmList_box a:hover h3 {
        color: #c3012f;
    }
    .clmList_box a:hover ul.tag li {
        color: #c3012f;
    }
    .clmBnr_btn + .clmBnr_btn {
        margin: 0 0 0 50px;
    }
    .clmBnr_box a:hover {
        opacity: .8;
    }
    .clmDtl_btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .clmConnection_btn a:hover {
        color: #fff;
        background: #c3012f ;
        text-decoration: none;
    }
    .clmCtgy_list ul li:nth-child(3n) {
        margin-right: 0;
    }
    .c-btn.ver2 a:after {
        background: #ffffff;
    }
    .clm_btn.c-btn.is-wht a:hover:before {
        background: url(../svg/dec_arw_r_01.svg) no-repeat 0 0;
        background-size: 9px auto;
        -ms-background-size: 9px auto;
        -moz-background-size: 9px auto;
        -webkit-background-size: 9px auto;
    }
    .clm_btn.c-btn.is-wht a:hover {
        color: #fff;
    }
    .more_btn.ver2 a:hover {
        opacity: 1;
        background: #e4e2e2;
    }
}
@media (max-width: 896px) {
    .mv_wrap {
        height: 150px;
    }
    .useful-ttl {
        font-size: 21px;
    }
    .useful-ttl span {
        margin-top: 10px;
        font-size: 14px;
        line-height: 30px;
        padding: 0 15px;
    }
    .usefulMv_wrap {
        height: auto;
        padding: 20px 10px;
    }
    .usefulMv_ttl img {
        width: 100%;
        height: auto;
        max-width: 320px;
    }
    .column_wrap {
        padding: 40px 0 60px;
    }
    .clmMain_wrap {
        padding: 0 18px;
        box-sizing: border-box;
    }
    .clmCtgy_list ul {
        margin-top: -15px;
    }
    .clmCtgy_list ul li {
        width: 50%;
        margin-top: 10px;
        border-right: 1px solid #adadad;
    }
    .clmCtgy_list ul li:nth-child(1),.clmCtgy_list ul li:nth-child(2) {
        margin-top: 0;
    }
    .clmCtgy_list ul li:nth-child(2n) {
        border-left: none;
    }
    .clmCtgy_list ul li a {
        width: 100%;
        height: 35px;
        font-size: 14px;
    }
    .clmList_wrap.ver2 {
        margin-bottom: 45px;
    }
    .clmDetail_wrap {
        margin-bottom: 80px;
    }
    .clmDetail-ttl {
        font-size: 17px;
    }
    .cat_img {
        width: 40.4%;
        margin-right: 14px;
        height:23.4vw;
    }
    .cat_list {
        margin-bottom: 30px;
    }
    .cat_list.ver2 {
        margin-bottom: 0;
    }
    .cat_list li {
        margin-top: 30px;
    }
    .cat_list li:first-child {
        margin-top: 0;
    }
    .cat_list li a {
        width: 100%;
    }
    .cat_txt_in {
        width: 55%;
    }
    .cat-txt {
        font-size: 13px;
        line-height: 1.4;
        margin-bottom: 4px;
    }
    .cat_list {
        display: block;
    }
    .clm_btn {
        width: 163px;
    }
    .clm_btn.ver3 {
        margin-top: 50px;
    }
    .clm_btn.ver4 {
        margin-top: 70px;
    }
    .clm_btn a {
        height: 45px;
        background: #c3012f url(../svg/dec_arw_r_01.svg) no-repeat center right 16px / 6px auto;
    }
    .catTag_box {
        margin-top: 13px;
    }
    .cap-txt {
        font-size: 12px;
    }
    .tag_list li {
        margin-top: 0;
        font-size: 12px;
    }
    .clmList-ttlbx a {
        margin-bottom: 23px;
    }
    .clmArticle_synopsis.ver2 {
        margin-bottom: 30px;
    }
    .clmList_wrap {
        margin: 80px 0 60px;
    }
    .clmList-sb {
        font-size: 12px;
        padding-top: 8px;
    }
    .clmList-ttl {
        font-size: 20px;
    }
    .clmList_in {
        margin: 0 0 30px;
    }
    .clmList_box {
        width: 100%;
        margin: 0 auto 35px auto;
    }
    .clmList_box:last-child {
        margin: 0 auto;
    }
    .clmList_box a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .clmList_img {
        width: 136px;
        height: 90px;
    }
    .cat_img.is-movie:before {
        margin: -18px 0 0 -18px;
        width: 36px;
        height: 36px;
    }
    .cat_img.is-movie:after {
        margin: -10px 0 0 -7px;
        border-width: 10px 0 10px 18px;
    }
    .clmList_dtl {
        width: -webkit-calc(100% - 136px);
        width: calc(100% - 136px);
        box-sizing: border-box;
        padding: 0 0 0 15px;
    }
    .clmList_labels .label {
        margin-bottom: 10px;
    }
    .clmList_labels .label li {
        width: 82px;
        font-size: 12px;
        line-height: 28px;
    }
    .clmList_labels .data {
        font-size: 12px;
        margin-bottom: 8px;
    }
    .clmList_dtl .ttl {
        font-size: 13px;
        margin: 0 0 8px;
    }
    .clmList_dtl .tag li {
        font-size: 11px;
        line-height: 1;
        margin: 4px 0;
        margin-right: 0.6em;
    }
    .more_btn {
        width: 100%;
    }
    .clmDtl_btn.ver2 .more_btn a {
        padding: 0 20px 0 0;
        height: 60px;
        font-size: 14px;
    }
    .more_btn.ver2 {
        width: 100%;
    }
    .clmDtl_btn .more_btn.ver3 {
        width: 100%;
    }
    .clmDtl_btn .more_btn.ver5 {
        width: 100%;
    }
    .clmDtl_btn .more_btn.ver3 a {
        font-size: 12px;
        line-height: 1.6;
    }
    .more_btn a {
        font-size: 15px;
        padding: 13px 20px 13px 0;
    }
    .clmDtl_btn {
        margin-top: 60px;
    }
    .clmDtl_btn + .clmDtl_btn {
        margin-top: 20px;
    }
    .clmDtl_btn.ver2 {
        margin-bottom: 20px;
    }
    .clmBnr_box {
        display: block;
        margin-bottom: 30px;
    }
    .clmBnr_box:last-child {
        margin-bottom: 0;
    }
    .clmBnr_btn.ver2 {
        margin-bottom: 30px;
    }
    .clm_btn a {
        font-size: 12px;
    }
    .c-btn a:before {
        right: 15px;
    }
    .clm_btn.c-btn a:before {
        content: none;
    }
    /*詳細*/
    .clmDtl_wrap {
        padding: 0 20px;
        box-sizing: border-box;
    }
    .clmDtl-ttl {
        font-size: 20px;
    }
    .clmArticle_wrap {
        padding: 30px 0 0;
    }
    .clmArticle_wrap p {
        font-size: 14px;
    }
    .clmArticle_category li {
        width: 82px;
        font-size: 12px;
        line-height: 28px;
    }
    .clmArticle_top {
        margin: 0 0 80px 0;
    }
    .clmArticle-ttl {
        font-size: 24px;
    }
    .clmArticle_tag li {
        line-height: 1;
        margin: 4px 0;
        margin-right: 0.6em;
    }
    .clmArticle_lead {
        padding: 15px;
    }
    .clmArticle_summary {
        padding: 15px;
    }
    .clmArticle_summary ul li {
        font-size: 14px;
    }
    .clmArticle_main h2 {
        font-size: 20px;
        margin-top: 30px;
    }
    .clmAuthor_wrap {
        margin-top: 60px;
        border: 1px solid #ddd;
        overflow: hidden;
    }
    .clmDtl_btn .c-btn {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .clmConnection_wrap {
        margin: 60px 0 0 0;
    }
    .clmConnection-ttl {
        font-size: 15px;
        padding: 5px 10px;
    }
    .clmList_in.is-ver2 {
        margin: 20px auto 30px;
    }
    .clmConnection_btn {
        width: 250px;
    }
}
@media (max-width: 374px) {
    .clmCtgy_list ul li {
        width: 48%;
    }
    .clmDtl_btn .more_btn.ver4 a {
        font-size: 10px;
        padding-right: 30px;
    }
}
