@charset "UTF-8";

/*******************

/* IMPORT RESET */

@import url("reset.css");

/* 共通
***********************/

.center {
    text-align: center;
}

.wrapper:after,
.Lcol:after,
.Rcol:after,
#shousai .booklink {
    content: "";
    display: table;
    clear: both;
}

hr {
    margin: 4px 0;
    height: 5px;
}

hr.separator_hr {
    margin: 15px 15px;
    height: 1px;
    background-color: #dddddd;
    background-image: none;
}

footer {
    background: #ff7e00;
    color: #ffffff;
    padding: 20px 0;
    font-size: 80%;
}

footer p {
    text-align: center;
    font-size: 130%;
}

.p_pict {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.p_pict02 {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.box_pict_cap {
    margin: 20px;
    float: left;
    font-size: 85%;
    color: #999;
}

.box_pict_cap_2 {
    margin: 20px;
    float: right;
    font-size: 85%;
    color: #999;
}

.box_pict_cap img,
.box_pict_cap_2 img {
    width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.search-form {
    padding-bottom: 20px;
    position: relative;
}

.search-form input {
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.search-form-content {
    padding-right: 45px;
    position: relative;
}

.search-form-text {
    -moz-appearance: none;
    border-top: 1px solid #c1c1c1;
    border-left: 1px solid #c1c1c1;
    border-right: 1px solid #ff7e00;
    border-bottom: 1px solid #c1c1c1;
    display: block;
    padding: 12px;
    width: 100%;
}

.search-form-text:focus {
    outline: medium none;
}

.search-form-btn {
    background-color: #ff7e00;
    cursor: pointer;
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
}

.search-form-btn:hover {
    opacity: 0.8;
}

.search-form-btn img {
    display: inline-block;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}


/* 検索結果一覧
  ***********************/

#result .ichiran h3 {
    height: auto;
    border-top: 4px solid #ff7e00;
    border-bottom: 1px solid #ff7e00;
}

#result .ichiran h3 span {
    display: inline;
    padding-left: 0;
    background: none;
    color: #ff7e00;
}

#result .box.ichiran:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

#result .sbox.txt_only dl {
    width: 100%;
    margin-bottom: 10px;
}

#result .sbox.txt_only h6 {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-size: 100%;
}

#result .sbox h5.career {
    background: #d79365;
}

#result .sbox h5.lounge {
    background: #60d0e8;
}

#result .sbox h5.lifestyle {
    background: #c19df1;
}

#result .sbox h5.newsreport {
    background: #82cc91;
}

#result .sbox h5.special {
    background: #51d3bd;
}

.txt {
    margin: 20px;
}

#result p.btn a {
    background: url(../images/common/back_arrow.png) no-repeat 13% center;
    background-color: #ff7e00;
}

#result .sbox.txt_only .new+p {
    padding-left: 15px;
}

#result .sbox.txt_only>h6 {
    margin-top: 10px;
}


/* スライダー
***********************/

#slidercol {
    margin: 0 auto 40px auto;
    background: url(../images/slider/slider_bg.gif) repeat;
    padding: 4px;
    width: 98%;
    height: 195px;
    -webkit-box-shadow: 0 3px 4px rgba(227, 227, 227, 0.75);
    -moz-box-shadow: 0 3px 4px rgba(227, 227, 227, 0.75);
    box-shadow: 0 3px 4px rgba(227, 227, 227, 0.75);
    position: relative;
}

.slider {
    background: #ffffff;
    padding: 10px;
}

@media screen and (min-width: 375px) and (max-width: 480px) {
    .slider {
        height: 187px;
    }
}

.sns {
    display: table;
}

.sns p {
    margin-bottom: 3px;
    text-align: right;
}

.sns li {
    float: left;
    display: table-cell;
    vertical-align: top;
    padding-top: 3px;
    padding-bottom: 3px;
    *display: inline;
}

.twitter-share-button {
    width: 85px !important;
}

.fb-like {
    margin-right: 10px;
}


/*ぱんくず
***********************/

#breadcrumb {
    margin: 0;
    width: 100%;
    font-size: 68%;
    padding-bottom: 30px;
}

#breadcrumb li {
    float: left;
    display: inline-block;
    list-style: none;
    line-height: 2;
    margin-right: 10px;
}

#breadcrumb li a {
    color: #484848;
    text-decoration: underline;
}

#breadcrumb li a:hover {
    text-decoration: none;
}

#breadcrumb li:after {
    content: ">";
    padding-left: 10px;
}

#breadcrumb li:last-child {
    margin-right: 0;
}

#breadcrumb li:last-child:after {
    content: "";
}

#breadcrumb li:first-child {
    background: url(../images/common/home_icon.png) no-repeat left 10%;
    background-size: 23% auto;
    padding-left: 20px;
}

nav.linkarea {
    width: 100%;
    background: #faad69;
    padding: 10px;
    margin: 0 auto 10px;
    text-align: center;
}

nav.linkarea ul li {
    width: auto;
    font-size: 100%;
    display: inline-block;
}

nav.linkarea ul li::before {
    content: "|";
}

nav.linkarea ul li:nth-child(2):before,
nav.linkarea ul li:first-child:before {
    content: none;
}

nav.linkarea ul li a {
    background: none;
    color: #ffffff;
    font-weight: normal;
}

nav.linkarea ul li a:hover {
    text-decoration: underline !important;
}

.slider {
    display: none;
}

.slider.slick-initialized {
    display: block;
}

.slider .new {
    position: absolute;
    z-index: 100;
    background: url(../images/common/new_icon_pc02.png) no-repeat;
    text-indent: -9999px;
    width: 33px;
    height: 33px;
}

.newbox {
    position: relative;
    background: #faf5ef;
    display: block;
}

.bnr_area a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}


/* 業界ニュース
***********************/

#news_headline {
    background: #90d69e;
    margin-bottom: 20px;
    padding: 2px;
}

#news_headline h4 {
    padding: 10px;
    color: #ffffff;
    font-size: 120%;
}

#news_headline h4 img {
    margin-right: 4px;
    width: 24px;
    vertical-align: middle;
}

#news_headline .news {
    padding: 10px;
    background: #ffffff;
}

#news_headline .news p {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 90%;
    border-bottom: 1px dotted #cccccc;
}

#news_headline .news p:first-child {
    padding-top: 0;
}

#news_headline .news p:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

#news_headline .nextbtn a {
    text-align: center;
    font-size: 105%;
    padding: 10px;
    padding-bottom: 10px;
    display: block;
    color: #3f844d;
    background: #c2edcb;
    position: relative;
}

#news_headline .nextbtn a:hover {
    text-decoration: none;
    background: #97d9a5;
}

#news_headline .nextbtn a:after {
    content: "";
    position: absolute;
    top: 35%;
    left: 90%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #599e67;
}

.icon-new {
    background: #ff0000;
    color: #ffffff;
    font-size: 60%;
    padding: 2px 5px;
    margin-left: 5px;
    vertical-align: middle;
}

.imgtitle img {
    padding: 10px;
    text-align: center;
}


/* 20171121追加*/

.credit_txt {
    text-align: right;
    margin-top: -10px !important;
    margin-bottom: 30px !important;
}

.comicimg {
    text-align: center;
}

.comictitle {
    border-left: none !important;
    font-size: 180% !important;
    font-weight: bold !important;
    color: #007bc2 !important;
    /*margin: auto 20px;*/
    padding-left: 0!important;
    margin: 20px;
}

@media screen and (min-width: 320px) {}

.comictitle span.numb {
    margin-left: 10px;
    padding-top: 5px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #0bc3ea;
    text-align: center;
    font-size: 100%;
    color: #ffffff;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
}

.comictitle span.bg {
    display: inline-block;
    width: 100%;
    color: #007bc2 !important;
    background: url(../images/common/comic/bg.png) repeat-x center bottom;
}

.btncomic a {
    clear: both;
    width: 250px;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    color: #ffffff;
    background: url(../images/common/link_arrow07.png) no-repeat 15px center #007bc2;
    font-weight: bold;
    font-size: 110%;
    padding: 10px 10px 10px 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.btncomic a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.btncomic_area {
    padding: 10px 10px 0 10px;
    margin: 20px;
    border: 2px dotted #007bc2;
    background: #f0fcff;
}

.txt_memo {
    font-size: 110% !important;
    line-height: 2.1em !important;
    background: url(../images/common/comic/bk_comic.png) repeat;
    padding: 10px 20px 15px;
    position: relative;
}

.txt_memo::before {
    content: url(../images/common/comic/bk_comic02.png);
    top: -23px;
    left: 0;
    position: absolute;
}

.footnav_sns_list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 40px;
}

.footnav_sns_list li {
    width: 313px;
    margin: 0 20px 0 0;
    list-style-type: none;
}

.footnav_sns_list li:last-child {
    margin-right: 0;
}

.footnav_sns_list li img {
    display: block;
    width: 100%;
}

@media screen and (min-width: 320px) {
    /* 共通
  ***********************/
    body>hr {
        margin-top: -14px;
    }
    body>hr.top {
        margin-top: 4px;
    }
    .pc {
        display: none;
    }
    .wrapper {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }
    header.sp {
        position: relative;
        margin: 5px 0 20px 5px;
    }
    header.sp h2 img {
        width: 50%;
        height: auto;
    }
    header.sp .h2 img {
        width: 50%;
        height: auto;
    }
    header.sp .logo_co-medical img {
        width: 100%;
        height: auto;
    }
    header.sp h1 img {
        width: 60%;
        height: auto;
    }
    header.sp .logo_therapist-plus img {
        width: 70%;
        height: auto;
    }
    header.sp h2+p {
        font-size: 80%;
    }
    header.sp .h2+p {
        font-size: 80%;
    }
    header.sp .logo_co-medical+p {
        font-size: 68%;
    }
    .p_pict,
    .p_pict02 {
        width: 50%;
    }
    /* ナビ
  ***********************/
    header.sp nav {
        position: absolute;
        top: -20px;
        right: 0;
    }
    #sp_nav {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1100;
    }
    #gnavi_cover {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000000;
        z-index: 1000;
        display: none;
    }
    #sp_nav .gnavi {
        position: relative;
        display: none;
        background: #ff7e00;
    }
    #sp_nav .gnavi li {
        border-top: 1px solid #ffffff;
    }
    #sp_nav .gnavi li:last-child {
        border-bottom: 1px solid #ffffff;
    }
    #sp_nav .gnavi li a {
        color: #ffffff;
        display: block;
        text-decoration: none;
    }
    #sp_nav .gnavi .nav_child .menu-item a:after {
        content: "";
        display: inline-block;
        padding-right: 3px;
        border-left: 7px solid #f37d25;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        position: absolute;
        right: 10px;
        top: 23px;
    }
    #sp_nav .gnavi li a.menu {
        padding: 15px 10px;
        font-weight: bold;
    }
    #sp_nav .gnavi li a.menu span {
        display: inline-block;
        float: right;
        font-size: 130%;
        line-height: 1.0;
    }
    #sp_nav li.gnavi_close span,
    #sp_nav li.gnavi_open span {
        display: inline-block;
        padding: 20px 30px 20px 20px;
    }
    #sp_nav li.gnavi_close ul.nav_child a,
    #sp_nav li.gnavi_open ul.nav_child a {
        display: block;
        padding: 20px 30px 20px 40px;
        background-color: #ffffff;
        color: #191919;
        border-top: 1px solid #ffdabb;
        position: relative;
    }
    #sp_nav li.gnavi_open .open,
    #sp_nav li.gnavi_close .close {
        background: #ff9936;
        float: right;
        width: 30px;
        font-size: 130%;
        text-align: center;
        font-weight: bold;
        line-height: 1.0;
    }
    #sp_nav .search-form-navi {
        padding-top: 20px;
    }
    a.menu-btn {
        display: table;
        position: absolute;
        right: 5px;
        top: 40px;
        background: #ff7e00;
        width: 50px;
        height: 40px;
        font-size: 90%;
        color: #ffffff;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        z-index: 0;
    }
    a.menu-btn span {
        display: table-cell;
        vertical-align: middle;
    }
    aside.sp ul {
        display: table;
        table-layout: fixed;
        width: 98%;
        margin: 20px auto;
    }
    aside.sp ul li {
        display: table-cell;
    }
    aside.sp ul li.bnr img {
        width: 100%;
        height: auto;
    }
    .gototop {
        float: right;
        width: 100%;
        margin-bottom: 20px;
        margin-top: 20px;
        text-align: right;
    }
    .gototop a {
        background: url(../images/sp/common/gototop.png) left 45% no-repeat;
        color: #454545;
        background-size: 23% auto;
        font-size: 80%;
        padding: 10px 5px 10px 20px;
    }
    .footnav {
        display: table;
        table-layout: fixed;
        width: 98%;
        margin: 0 auto;
        padding: 0;
    }
    .footnav li {
        float: left;
        display: table-cell;
        width: 33.33333%;
        line-height: 0;
    }
    .footnav li img {
        width: 100%;
    }
    .footnav li a {
        display: block;
    }
    footer .btns ul {
        text-align: center;
    }
    footer .btns li {
        display: inline-block;
    }
    footer .btns li a{
        display: inline-block;
        color:#fff;
        padding: 0 20px;
    }
    footer .btns li::before{
        content: "|";
    }
     footer .btns li:first-of-type::before{
        content: none;
    }
    /* ランキング
  ***********************/
    #ranking,
    #osusume {
        margin: 0 auto;
        width: 98%;
    }
    #ranking:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
    }
    #ranking {
        padding-bottom: 20px;
    }
    #ranking h4,
    #osusume h4 {
        float: left;
        width: 100%;
        color: #f37d25;
        font-size: 120%;
        border-top: 1px solid #f37d25;
        border-bottom: 2px solid #f37d25;
        height: 40px;
        line-height: 40px;
        margin-bottom: 5px;
        padding-left: 30px;
        display: block;
    }
    #ranking p a,
    #osusume p a {
        color: #454545;
        font-weight: bold;
        font-size: 95%;
    }
    #ranking h5,
    #osusume h5 {
        padding: 2px;
        color: #ffffff;
        font-size: 80%;
    }
    #ranking .career h5,
    #osusume .career h5 {
        background: #d79365;
    }
    #ranking .lounge h5,
    #osusume .lounge h5 {
        background: #60d0e8;
    }
    #ranking .lifestyle h5,
    #osusume .lifestyle h5 {
        background: #c19df1;
    }
    #ranking .newsreport h5,
    #osusume .newsreport h5 {
        background: #82cc91;
    }
    #ranking .special h5,
    #osusume .special h5 {
        background: #51d3bd;
    }
    #ranking h4 {
        background: url(../images/pc/common/crown_title.png) no-repeat left;
    }
    #osusume h4 {
        background: url(../images/pc/common/osusume_icon.png) no-repeat left;
    }
    aside ul {
        padding: 0;
    }
    .r_sbox {
        float: left;
        width: 100%;
        padding: 10px 5px;
        border-bottom: 1px dotted #9d9996;
    }
    .r_sbox img.pict {
        float: left;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        width: 20%;
    }
    .r_sbox .num {
        position: relative;
    }
    .r_sbox .num img.no1 {
        position: absolute;
        top: -5px;
        left: -5px;
        z-index: 10;
        background: url(../images/pc/common/crown_no1.png) no-repeat;
    }
    .r_sbox .num img.no2 {
        position: absolute;
        top: -5px;
        left: -5px;
        z-index: 10;
        background: url(../images/pc/common/crown_no2.png) no-repeat;
    }
    .r_sbox .num img.no3 {
        position: absolute;
        top: -5px;
        left: -5px;
        z-index: 10;
        background: url(../images/pc/common/crown_no3.png) no-repeat;
    }
    .r_sbox h5 {
        float: left;
        margin-left: 10px;
        font-weight: normal;
    }
    .r_sbox h5+p {
        float: right;
        color: #a0a0a0;
        font-size: 75%;
    }
    .iconbox {
        width: 80%;
        float: right;
    }
    .r_sbox .iconbox+p {
        float: left;
        margin-top: 5px;
        margin-left: 10px;
    }
    .search-form {
        padding-left: 5px;
        padding-right: 5px;
    }
    /* TOP
  ***********************/
    .slider div a {
        text-decoration: none;
    }
    .slider div p {
        color: #454545;
        font-size: 90%;
    }
    .slider div h3 {
        color: #454545;
        font-size: 95%;
        margin-bottom: 10px;
        margin-top: 8px;
    }
    .slider div p+img {
        display: block;
        float: left;
        width: 45%;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 10px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        position: relative;
    }
    .slider div p span {
        color: #ffffff;
        width: auto;
        padding: 4px 3px 2px;
        display: inline-block;
        margin-right: 5px;
        font-size: 90%;
        font-weight: normal;
    }
    .slider .career p span {
        background: #d79365;
    }
    .slider .lifestyle p span {
        background: #c19df1;
    }
    .slider .special p span {
        background: #51d3bd;
    }
    .slider div.lounge p span {
        background: #60d0e8;
    }
    .slider .newsreport p span {
        background: #82cc91;
    }
    .slider .career {
        padding: 5px;
        border-bottom: 3px solid #d79365;
    }
    .slider .lounge {
        padding: 5px 5px 10px 5px;
        border-bottom: 3px solid #60d0e8;
    }
    .slider .lifestyle {
        padding: 5px 5px 10px 5px;
        border-bottom: 3px solid #c19df1;
    }
    .slider .newsreport {
        padding: 5px 5px 10px 5px;
        border-bottom: 3px solid #82cc91;
    }
    .slider .special {
        padding: 5px 5px 10px 5px;
        border-bottom: 3px solid #51d3bd;
    }
    .slider .new {
        top: 35px;
    }
    .box {
        margin: 0 auto 15px auto;
        width: 98%;
        background: #ffffff;
        padding-top: 5px;
        padding-bottom: 10px;
        -webkit-box-shadow: 0 3px 4px rgba(227, 227, 227, 0.75);
        -moz-box-shadow: 0 3px 4px rgba(227, 227, 227, 0.75);
        box-shadow: 0 3px 4px rgba(227, 227, 227, 0.75);
        border: solid 1px #c1c1c1;
        position: relative;
    }
    .box a.boxlink {
        text-decoration: none;
        width: 97%;
        display: block;
        margin: 0 auto 10px;
    }
    /*#idx .box h3,*/
    #idx .box .box_title {
        text-indent: -9999px;
        margin-bottom: 10px;
    }
    /*#idx  .box h3 a,*/
    #idx .box .box_title a {
        display: inline-block;
        float: right;
        width: 25%;
    }
    .sbox:after,
    .keyword:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
    }
    .sbox {
        margin: 0 auto 10px;
        width: 100%;
        border: 1px dotted #b0b0b0;
        padding: 10px;
        position: relative;
        color: #454545;
        text-decoration: none;
    }
    .sbox .new {
        position: absolute;
        top: 0;
        left: 0;
        width: 10%;
        border-radius: 0;
        z-index: 10;
    }
    .sbox .new+img,
    .sbox>img {
        float: left;
        margin-right: 10px;
        width: 25%;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        position: relative;
    }
    .sbox .new {
        max-width: 33px;
    }
    .sbox p {
        float: left;
        color: #a0a0a0;
        font-size: 80%;
    }
    .sbox h5 {
        float: right;
        padding: 2px;
        font-size: 80%;
        font-weight: normal;
        color: #ffffff;
        display: block;
    }
    .sbox dl {
        float: left;
        margin-top: 10px;
        width: 70%;
    }
    .sbox dl dt,
    .sbox dl dt .sbox_title {
        font-weight: bold;
        margin-bottom: 2px;
        font-size: 100%;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .sbox dl dd {
        font-size: 90%;
    }
    /*
## .sbox_article
※.ichiran .sbox dl の代わりに設定
*/
    .sbox .sbox_article {
        float: left;
        margin-top: 10px;
        width: 70%;
    }
    .sbox .sbox_article .sbox_article_tit {
        font-size: 100%;
        font-weight: bold;
        margin-bottom: 5px;
    }
    .sbox .sbox_article .sbox_article_txt {
        font-size: 90%;
        color: #454545;
    }
    /* -- ## .sbox_article -- */
    /*.career .box h3*/
    .career .box .box_title {
        height: 44px;
        background: url(../images/sp/top/idx_title01.gif) left no-repeat;
        background-size: 100% auto;
        padding-bottom: 10px;
    }
    #idx .career .box h5,
    #career .box h5,
    #search .box h5.career {
        background: #d79365;
    }
    /*#idx .lifestyle .box h3*/
    #idx .lifestyle .box .box_title {
        height: 44px;
        background: url(../images/sp/top/idx_title03.gif) left no-repeat;
        background-size: 100% auto;
    }
    #idx .lifestyle .box h5,
    #lifestyle .box h5,
    #search .box h5.lifestyle {
        background: #c19df1;
    }
    /*#idx .lounge .box h3*/
    #idx .lounge .box .box_title {
        height: 44px;
        background: url(../images/sp/top/idx_title02.gif) left no-repeat;
        background-size: 100% auto;
    }
    #idx .lounge .box h5,
    #lounge .box h5,
    #search .box h5.lounge {
        background: #60d0e8;
    }
    /*#idx .newsreport .box h3*/
    #idx .newsreport .box .box_title {
        height: 44px;
        background: url(../images/sp/top/idx_title04.gif) left no-repeat;
        background-size: 100% auto;
    }
    #idx .newsreport .box h5,
    #newsreport .box h5,
    #search .box h5.newsreport {
        background: #82cc91;
    }
    /*#idx .special .box h3,*/
    #idx .special .box .box_title {
        height: 44px;
        background: url(../images/sp/top/idx_title05.gif) left no-repeat;
        background-size: 100% auto;
    }
    #idx .special .box h5,
    #special .box h5,
    #search .box h5.special {
        background: #51d3bd;
    }
    .keyword {
        background: #e9e8e8;
        padding: 10px 10px 0;
        margin: 0 auto;
        width: 97%;
    }
    .keyword a {
        text-decoration: underline;
    }
    .keyword dl {
        float: left;
        width: 100%;
        font-size: 90%;
    }
    .keyword dl dt {
        float: left;
        clear: both;
        width: 30%;
        padding-left: 20px;
        padding-bottom: 5px;
        background: url(../images/sp/common/keyword_icon.png) no-repeat left top;
        background-size: 18% auto;
    }
    .keyword dl dd {
        margin-left: 30%;
    }
    .keyword dl dd ul li {
        float: left;
        list-style: none;
        margin-right: 10px;
        margin-bottom: 10px;
        display: inline-block;
    }
    .keyword dl dd ul li a:hover {
        text-decoration: none;
    }
    #aboutplus {
        width: 98%;
        height: 100%;
        margin: 0 auto 20px;
        border: 2px solid #fce2c4;
    }
    #aboutplus h3 {
        text-indent: -9999px;
        height: 45px;
        background: url(../images/sp/common/about_title_sp.png) no-repeat;
        background-size: 100% auto;
    }
    #aboutplus p {
        padding: 10px;
    }
    /* 一覧
  ***********************/
    .ichiran h3,
    .ichiran .title_ichiran {
        height: 40px;
        text-indent: inherit;
        width: 97%;
        padding: 5px 0 0 0;
        margin: 3px auto 20px;
        font-size: 1rem;
    }
    .ichiran h3 span,
    .ichiran .title_ichiran span {
        width: 100%;
        background: #ffffff;
        display: block;
        height: 40px;
        line-height: 40px;
        padding-left: 45px;
        padding-bottom: 10px;
    }
    p.btn a {
        clear: both;
        width: 45%;
        text-align: center;
        display: block;
        margin: 0 auto 10px auto;
        color: #ffffff;
        font-weight: bold;
        font-size: 110%;
        padding: 5px 10px 5px 40px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    p.btn a:hover {
        text-decoration: none;
        background-color: #ba713f;
    }
    p.btn a:hover {
        text-decoration: none;
    }
    /* 詳細ページ
  ***********************/
    #shousai #mainimg img {
        width: 98%;
        margin: 10px 0 10px 3px;
    }
    #shousai {
        clear: both;
    }
    #shousai .box h3.title,
    #shousai .box .title_shousai {
        float: left;
        font-size: 1rem;
        margin: 10px auto;
        margin: 10px 0 10px 8px;
        width: 98%;
        padding: 10px 0;
        background: url(../images/common/color_dot.png) repeat-x left top, url(../images/common/color_dot.png) repeat-x left bottom;
    }
    #shousai .box h3.title span,
    #shousai .box .title_shousai span {
        float: right;
        font-size: 70%;
        font-weight: normal;
        color: #7f7f7f;
        padding-top: 5px;
    }
    #shousai .box p {
        margin: 20px;
        font-size: 120%;
        line-height: 1.7em;
    }
    #report .box ol.list,
    #shousai .box ol.list {
        margin: 20px;
        font-size: 90%;
        line-height: 1.7em;
    }
    #report .box ul.list,
    #shousai .box ul.list {
        margin: 20px;
        font-size: 90%;
        line-height: 1.7em;
    }
    #report .box ol.list li,
    #shousai .box ol.list li {
        margin-right: 40px;
        padding-bottom: .8em;
    }
    #report .box ul.list li,
    #shousai .box ul.list li {
        margin-right: 40px;
        padding-bottom: .8em;
    }
    #report .box ol.list_b,
    #shousai .box ol.list_b {
        margin: 20px;
        font-size: 90%;
        line-height: 1.7em;
    }
    #report .box ul.list_b,
    #shousai .box ul.list_b {
        margin: 20px;
        font-size: 90%;
        line-height: 1.7em;
    }
    #report .box ol.list_b li,
    #shousai .box ol.list_b li {
        margin-right: 40px;
        font-weight: bold;
    }
    #report .box ul.list_b li,
    #shousai .box ul.list_b li {
        margin-right: 40px;
        font-weight: bold;
    }
    #shousai .box table.post-table {
        margin: 20px;
    }
    #shousai .box table.post-table td {
        padding: 2px;
    }
    #shousai .box .sns {
        float: right;
        margin-bottom: 20px;
        margin-right: 7px;
    }
    #shousai .box .sns p {
        margin: 20px;
        font-size: 90%;
        line-height: 1.7em;
        padding-left: 20px;
    }
    #shousai h3.book {
        clear: both;
        margin: 20px;
        padding: 10px;
        font-size: 100%;
        padding-left: 45px;
        border-radius: 5px;
        position: relative;
    }
    #shousai h3.book:before {
        content: '';
        position: absolute;
        bottom: -13px;
        left: 75px;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
    }
    #shousai .box h4 {
        margin: 20px;
        font-size: 100%;
        padding-left: 5px;
    }
    #shousai .box h5 {
        margin: 20px;
        background: none;
        font-size: 100%;
    }
    #shousai .booklink {
        margin: 20px;
        margin-left: 20px;
    }
    #shousai .booklink li {
        float: left;
        width: 100%;
        font-size: 90%;
        list-style: none;
        margin-bottom: 10px;
    }
    #shousai .booklink li a {
        float: left;
        display: block;
        padding-left: 20px;
        text-decoration: underline;
    }
    #shousai .booklink li a:hover {
        text-decoration: none;
    }
    #shousai table.std-table {
        width: 100%;
        border-collapse: collapse;
        margin: 0 0 30px 0;
        font-size: 110%;
    }
    #shousai table.std-table tr th,
    #shousai table.std-table tr td {
        padding: 8px 10px;
        border: 1px solid #DDD;
        vertical-align: middle;
    }
    #shousai table.std-table tr th {
        text-align: center;
        font-weight: bold;
    }
    #shousai #manners table.std-table tr th {
        color: #fff;
        background-color: #926cc4;
    }
    #shousai table.std-table2 {
        width: 100%;
        border-collapse: collapse;
        margin: 0 0 30px 0;
        font-size: 110%;
    }
    #shousai table.std-table2 tr th,
    #shousai table.std-table2 tr td {
        padding: 8px 10px;
        border: 1px solid #bbb;
        vertical-align: middle;
    }
    #shousai table.std-table2 tr th {
        text-align: center;
        background-color: #a2dcff;
    }
    #shousai table.std-table2 tr td {
        background-color: #eff2f5;
    }
    .bnr_area {
        width: 100%;
    }
    .bnr_area p {
        text-align: center;
    }
    .bnr_area p img {
        width: 98%;
        margin: 0 auto;
    }
    .bnr_area a:hover img {
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha(opacity=70)";
    }
    /*********************** キャリア　***********************/
    /* 一覧
  ***********************/
    #career .ichiran h3,
    #career .ichiran .title_ichiran {
        color: #894212;
        background: url(../images/pc/common/navi01_bg.gif) repeat;
    }
    #career .ichiran h3 span,
    #career .ichiran .title_ichiran span {
        background: url(../career/images/career_icon_sp.png) no-repeat 10px #ffffff;
        background-size: 10% auto;
        border-bottom: 1px solid #d79365;
    }
    #career p.btn a {
        background: url(../images/common/back_arrow.png) no-repeat 13% center;
        background-color: #d79365;
    }
    #career p.btn a:hover {
        background-color: #ba713f;
    }
    #search .ichiran h3 {
        color: #894212;
        background: url(../images/pc/common/navi01_bg.gif) repeat;
    }
    #search .ichiran h3 span {
        border-bottom: 1px solid #d79365;
        padding-left: 8px;
    }
    #search p.btn a {
        background: url(../images/common/back_arrow.png) no-repeat 13% center;
        background-color: #d79365;
    }
    #search p.btn a:hover {
        background-color: #ba713f;
    }
    /* 詳細ページ
  ***********************/
    #career #shousai .box h3.title,
    #career #shousai .box .title_career {
        color: #a9683c;
    }
    #career #shousai .box h4 {
        border-left: 4px solid #a9683c;
        color: #a9683c;
    }
    #career #shousai .box h5 {
        color: #a9683c;
    }
    #career #shousai h3.book {
        background: url(../images/common/book_icon01.png) no-repeat #f4eae3 10px 50%;
        background-size: 9% auto;
        color: #a9683c;
    }
    #career #shousai h3.book:before {
        content: '';
        position: absolute;
        border-top: 15px solid #f4eae3;
    }
    #career #shousai .booklink li a {
        color: #a9683c;
        background: url(../images/common/link_arrow01.png) no-repeat left center;
    }
    /*********************** ラウンジ　***********************/
    /* 一覧
  ***********************/
    #lounge .ichiran h3,
    #lounge .ichiran .title_ichiran {
        color: #60d0e8;
        background: url(../images/pc/common/navi02_bg.gif) repeat;
    }
    #lounge .ichiran h3 span,
    #lounge .ichiran .title_ichiran span {
        background: url(../lounge/images/lounge_icon_sp.png) no-repeat 10px #ffffff;
        background-size: 9% auto;
        border-bottom: 1px solid #60d0e8;
    }
    #lounge p.btn a {
        background: url(../images/common/back_arrow.png) no-repeat 13% center;
        background-color: #63bfd3;
    }
    #lounge p.btn a:hover {
        background-color: #2ab9d8;
    }
    /* 詳細ページ
  ***********************/
    #lounge #shousai .box h3.title,
    #lounge #shousai .box .title_lounge {
        color: #60d0e8;
    }
    #lounge #shousai .box h4 {
        border-left: 4px solid #60d0e8;
        color: #60d0e8;
    }
    #lounge #shousai .box h5 {
        color: #60d0e8;
    }
    #lounge #shousai h3.book {
        background: url(../images/common/book_icon02.png) no-repeat #d4f4fb 10px 50%;
        background-size: 9% auto;
        color: #60d0e8;
    }
    #lounge #shousai h3.book:before {
        content: '';
        position: absolute;
        border-top: 15px solid #d4f4fb;
    }
    #lounge #shousai .booklink li a {
        color: #60d0e8;
        background: url(../images/common/link_arrow02.png) no-repeat left center;
    }
    /*********************** ライフスタイル　***********************/
    /* 一覧
  ***********************/
    #lifestyle .ichiran h3,
    #lifestyle .ichiran .title_ichiran {
        color: #926cc4;
        background: url(../images/pc/common/navi03_bg.gif) repeat;
    }
    #lifestyle .ichiran h3 span,
    #lifestyle .ichiran .title_ichiran span {
        background: url(../lifestyle/images/lifestyle_icon_sp.png) no-repeat 10px #ffffff;
        background-size: 10% auto;
        border-bottom: 1px solid #c19df1;
    }
    #lifestyle p.btn a {
        background: url(../images/common/back_arrow.png) no-repeat 13% center;
        background-color: #c19df1;
    }
    #lifestyle p.btn a:hover {
        background-color: #a27fd0;
    }
    /* 詳細ページ
  ***********************/
    #lifestyle #shousai .box h3.title,
    #lifestyle #shousai .box .title_lifestyle {
        color: #926cc4;
    }
    #lifestyle #shousai .box h4 {
        border-left: 4px solid #926cc4;
        color: #926cc4;
    }
    #lifestyle #shousai .box h5 {
        color: #926cc4;
    }
    #lifestyle #shousai h3.book {
        background: url(../images/common/book_icon03.png) no-repeat #eee4fc 10px 50%;
        background-size: 9% auto;
        color: #926cc4;
    }
    #lifestyle #shousai h3.book:before {
        content: '';
        position: absolute;
        border-top: 15px solid #eee4fc;
    }
    #lifestyle #shousai .booklink li a {
        color: #926cc4;
        background: url(../images/common/link_arrow03.png) no-repeat left center;
    }
    /*********************** ニュースレポート　***********************/
    /* 一覧
  ***********************/
    #newsreport .ichiran h3,
    #newsreport .ichiran .title_ichiran {
        color: #82cc91;
        background: url(../images/pc/common/navi04_bg.gif) repeat;
    }
    #newsreport .ichiran h3 span,
    #newsreport .ichiran .title_ichiran span {
        background: url(../news_report/images/news_icon_sp.png) no-repeat 10px #ffffff;
        background-size: 5% auto;
        border-bottom: 1px solid #82cc91;
    }
    #newsreport .ichiran h3 span.inews {
        background: url(../news_report/images/newspaper.png) no-repeat 10px #ffffff;
        border-bottom: 1px solid #82cc91;
    }
    #newsreport .ichiran .title_ichiran.inews_ico span {
        background: url(../news_report/images/newspaper.png) no-repeat 10px #ffffff;
    }
    #newsreport p.btn a {
        background: url(../images/common/back_arrow.png) no-repeat 13% center;
        background-color: #7ac889;
    }
    #newsreport p.btn a:hover {
        background-color: #5cac6d;
    }
    #newsreport .box .headline {
        display: block;
        padding: 5px 10px;
        margin-left: 10px;
        margin-right: 10px;
    }
    #newsreport #shousai .box h3.title02,
    #newsreport #shousai .box .h3.title02 {
        float: left;
        margin: 10px 0 10px 9px;
        width: 97%;
        padding: 20px;
        font-size: 140%;
        background: #def9e3;
        color: #619f6d;
        border-radius: 5px;
        font-weight: bold;
    }
    #newsreport #shousai .box h3.title02 span,
    #newsreport #shousai .box .h3.title02 span {
        float: right;
        font-size: 70%;
        font-weight: normal;
        color: #7f7f7f;
        padding-top: 5px;
    }
    #newsreport .comment {
        margin: 20px;
        padding: 10px;
        border-radius: 5px;
        background: #def9e3;
    }
    #newsreport .comment h4 {
        color: #619f6d;
        border-left: none !important;
        margin: 0 0 10px 0 !important;
        padding-left: 0 !important;
    }
    #newsreport .comment p {
        margin: 0;
        width: 100%;
    }
    #newsreport .box .headline dt {
        float: left;
        clear: both;
        padding: 0 8px 10px 0;
    }
    .pictalignC {
        text-align: center;
        margin-bottom: 20px;
    }
    .alignR {
        text-align: right;
    }
    #newsreport .box .headline dd {
        padding: 0 0 10px 8em;
        border-bottom: 1px dotted #cccccc;
    }
    #newsreport .box .headline dd .headline_txt {
        font-size: 100%;
        font-weight: normal;
        display: inline-block;
    }
    .industry_news p {
        margin-bottom: 20px;
    }
    .pager {
        text-align: center;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .pager li {
        display: inline-block;
        font-weight: bold;
        position: relative;
    }
    .pager li a {
        font-weight: normal;
        display: block;
        padding: 5px 10px;
        border: 1px solid #cccccc;
        color: #000000;
    }
    .pager li a:hover {
        text-decoration: none;
        background: #79bb86;
        color: #ffffff;
    }
    .pager .current {
        text-decoration: none;
        background: #79bb86;
        padding: 5px 10px;
        color: #ffffff;
    }
    .pager li.pre a {
        padding-left: 20px;
    }
    .pager li.pre:before {
        content: "";
        position: absolute;
        top: 40%;
        left: 3px;
        display: block;
        width: 0;
        height: 0;
        margin: -2px 0 0 0;
        border: 5px solid transparent;
        border-right: 7px solid #79bb86;
    }
    .pager li.pre:hover:before {
        border-right: 7px solid #ffffff;
    }
    .pager li.next a {
        padding-right: 20px;
    }
    .pager li.next:before {
        content: "";
        position: absolute;
        top: 40%;
        right: 3px;
        display: block;
        width: 0;
        height: 0;
        margin: -2px 0 0 0;
        border: 5px solid transparent;
        border-left: 7px solid #79bb86;
    }
    .pager li.next:hover:before {
        border-left: 7px solid #ffffff;
    }
    /* 詳細ページ
  ***********************/
    #newsreport #shousai .box h3.title,
    #newsreport #shousai .box .title_newsreport {
        color: #82cc91;
    }
    #newsreport #shousai .box h4 {
        border-left: 4px solid #82cc91;
        color: #82cc91;
    }
    #newsreport #shousai .box h5 {
        color: #82cc91;
    }
    #newsreport #shousai h3.book {
        background: url(../images/common/book_icon04.png) no-repeat #d1f1d8 10px 50%;
        background-size: 9% auto;
        color: #4daf61;
    }
    #newsreport #shousai h3.book:before {
        content: '';
        position: absolute;
        border-top: 15px solid #d1f1d8;
    }
    #newsreport #shousai .booklink li a {
        color: #4daf61;
        background: url(../images/common/link_arrow04.png) no-repeat left center;
    }
    /*********************** スペシャル　***********************/
    /* 一覧
  ***********************/
    #special .ichiran h3,
    #special .ichiran .title_ichiran {
        color: #51d3bd;
        background: url(../images/pc/common/navi05_bg.gif) repeat;
    }
    #special .ichiran h3 span,
    #special .ichiran .title_ichiran span {
        background: url(../special/images/special_icon_sp.png) no-repeat 10px #ffffff;
        background-size: 8% auto;
        border-bottom: 1px solid #51d3bd;
    }
    #special p.btn a {
        background: url(../images/common/back_arrow.png) no-repeat 13% center;
        background-color: #46c6b0;
    }
    #special p.btn a:hover {
        background-color: #34a995;
    }
    /* 詳細ページ
  ***********************/
    #special #shousai .box h3.title,
    #special #shousai .box .title_special {
        color: #51d3bd;
    }
    #special #shousai .box h4 {
        border-left: 4px solid #51d3bd;
        color: #51d3bd;
    }
    #special #shousai .box h5 {
        color: #51d3bd;
    }
    #special #shousai h3.book {
        background: url(../images/common/book_icon05.png) no-repeat #defce4 10px 50%;
        background-size: 9% auto;
        color: #51d3bd;
    }
    #special #shousai h3.book:before {
        content: '';
        position: absolute;
        border-top: 15px solid #defce4;
    }
    #special #shousai .booklink li a {
        color: #51d3bd;
        background: url(../images/common/link_arrow05.png) no-repeat left center;
    }
    #specialinterview .sns {
        margin: 0 0 0 auto;
    }
    /*右カラム  2015.08.26追加
***********************/
    #kyujin {
        width: 98%;
        padding: 5px 10px;
        margin: 20px auto;
        border-top: 1px solid #f37d25;
        border-bottom: 1px solid #f37d25;
    }
    #kyujin:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
    }
    #kyujin h4 {
        border-bottom: 1px dotted #f37d25;
        color: #f37d25;
        display: block;
        float: left;
        font-size: 120%;
        padding: 5px;
        margin-bottom: 15px;
        width: 100%;
    }
    #kyujin ul {
        padding: 10px 0 5px 5px;
    }
    #kyujin ul li {
        float: left;
        width: 100%;
        list-style: none;
        margin-bottom: 10px;
    }
    #kyujin ul li a:before {
        content: "";
        display: inline-block;
        padding-right: 3px;
        border-left: 7px solid #f37d25;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
    }
    /* 2016.10.13追加
***********************/
    #lounge .pager li a:hover {
        background: #60d0e8;
    }
    #lounge .pager .current {
        background: #60d0e8;
    }
    #lounge .pager li.pre:before {
        border-right: 7px solid #60d0e8;
    }
    #lounge .pager li.next:before {
        border-left: 7px solid #60d0e8;
    }
    #career .pager li a:hover {
        background: #d79365;
    }
    #career .pager .current {
        background: #d79365;
    }
    #career .pager li.pre:before {
        border-right: 7px solid #d79365;
    }
    #career .pager li.next:before {
        border-left: 7px solid #d79365;
    }
    #lifestyle .pager li a:hover {
        background: #c19df1;
    }
    #lifestyle .pager .current {
        background: #c19df1;
    }
    #lifestyle .pager li.pre:before {
        border-right: 7px solid #c19df1;
    }
    #lifestyle .pager li.next:before {
        border-left: 7px solid #c19df1;
    }
    #special .pager li a:hover {
        background: #51d3bd;
    }
    #special .pager .current {
        background: #51d3bd;
    }
    #special .pager li.pre:before {
        border-right: 7px solid #51d3bd;
    }
    #special .pager li.next:before {
        border-left: 7px solid #51d3bd;
    }
    #lounge .pager li.next:hover:before,
    #career .pager li.next:hover:before,
    #special .pager li.next:hover:before,
    #lifestyle .pager li.next:hover:before {
        border-left: 7px solid #ffffff;
    }
    .imgtitle img {
        width: 100%;
    }
    .comicimg img {
        width: 100%;
    }
}

@media screen and (min-width: 375px) and (max-width: 480px) {
    .imgtitle img {
        width: 100%;
    }
    .comicimg img {
        width: 100%;
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    .imgtitle img {
        width: 100%;
        max-width: 682px;
    }
    .comicimg img {
        width: 100%;
        max-width: 500px;
    }
}

@media only screen and (orientation: landscape) {
    .sns {
        margin: 0 auto;
    }
    .sns li {
        float: left;
    }
    body>hr {
        padding-top: 0;
    }
    header.sp h2 img {
        width: 30%;
    }
    header.sp .h2 img {
        width: 30%;
    }
    header.sp .logo_co-medical img {
        width: 30%;
    }
    header.sp h1 img {
        width: 50%;
        height: auto;
    }
    header.sp .h1 img {
        width: 50%;
        height: auto;
    }
    header.sp .logo_therapist-plus img {
        width: 50%;
        height: auto;
    }
    .box {
        margin-left: 5px;
    }
    /*#idx .box h3*/
    #idx .box .box_title {
        height: 40px;
    }
    /*#idx .box h3 a*/
    #idx .box .box_title a {
        height: 40px;
    }
    .sbox .new {
        width: 8%;
    }
    .sbox .new+img {
        width: 15%;
    }
    .sbox>img {
        width: 15%;
    }
    .keyword {
        margin-left: 8px;
    }
    .keyword dl dt {
        width: 20%;
        padding-left: 20px;
        background-size: 17% auto;
    }
    .keyword dl dd {
        margin-left: 20%;
    }
    #aboutplus h3 {
        height: 70px;
    }
    #aboutplus p {
        font-size: 80%;
    }
    .iconbox {
        width: 85%;
        float: left;
    }
    .r_sbox img.pict {
        width: 15%;
    }
    #shousai .box .sns {
        margin-right: 13px;
    }
    #shousai #mainimg img {
        margin: 10px 0 10px 5px;
    }
    #shousai h3.book {
        background-size: 5% auto;
    }
}

@media screen and (min-width: 768px) {
    body {
        min-width: 768px;
    }
    body>hr {
        margin-top: -14px;
    }
    body>hr.top {
        margin-top: 4px;
    }
    /* 共通
  ***********************/
    .wrapper {
        min-width: 768px;
        margin: 0 auto;
        overflow: visible;
    }
    .pc {
        display: block;
    }
    .sp {
        display: none !important;
    }
    .Lcol {
        float: left;
        width: 73.5%;
    }
    .Rcol {
        float: right;
        width: 24.5%;
    }
    header.pc {
        margin-top: 20px;
    }
    header.pc h1 {
        float: left;
    }
    header.pc .h1 {
        float: left;
    }
    header.pc .logo_therapist-plus {
        float: left;
        display: block;
    }
    header.pc .sns {
        margin-top: -10px;
        margin-left: 470px !important;
    }
    header.pc .sns+h2 {
        clear: both;
        float: right;
        margin-right: 20px;
        margin-top: -40px;
    }
    header.pc .sns+.h2 {
        clear: both;
        float: right;
        margin-right: 20px;
        margin-top: -40px;
    }
    header.pc .sns+figure {
        clear: both;
        float: right;
        margin-right: 20px;
        margin-top: -40px;
        display: block;
    }
    .p_pict,
    .p_pict02 {
        width: 40%;
    }
    .box_pict_cap {
        width: 48%;
    }
    .box_pict_cap_2 {
        width: 48%;
    }
    /* ナビ
  ***********************/
    header.pc nav ul {
        position: relative;
        float: left;
        width: 100%;
        margin: 20px 0;
    }
    header.pc nav ul li {
        float: left;
        position: relative;
        text-indent: -99999px;
        width: 20%;
    }
    header.pc nav ul li a {
        display: block;
        height: 40px;
    }
    header.pc nav ul li:first-child a {
        background: url(../images/pc/common/navi01_off.gif) no-repeat;
        background-size: contain;
    }
    header.pc nav ul li:first-child a:hover,
    #career header.pc nav ul li:first-child a {
        background: url(../images/pc/common/navi01_on.gif) no-repeat;
        background-size: contain;
    }
    header.pc nav ul li:nth-child(2) a {
        background: url(../images/pc/common/navi02_off.gif) no-repeat;
        background-size: contain;
    }
    header.pc nav ul li:nth-child(2) a:hover,
    #lounge header.pc nav ul li:nth-child(2) a {
        background: url(../images/pc/common/navi02_on.gif) no-repeat;
        background-size: contain;
    }
    header.pc nav ul li:nth-child(3) a {
        background: url(../images/pc/common/navi03_off.gif) no-repeat;
        background-size: contain;
    }
    header.pc nav ul li:nth-child(3) {
        background: url(../images/pc/common/navi03_off.gif) no-repeat;
        background-size: contain;
        height: 40px;
    }
    header.pc nav ul li:nth-child(3) a:hover,
    #lifestyle header.pc nav ul li:nth-child(3) a {
        background: url(../images/pc/common/navi03_on.gif) no-repeat;
        background-size: contain;
    }
    header.pc nav ul li:nth-child(4) a {
        background: url(../images/pc/common/navi04_off.gif) no-repeat;
        background-size: contain;
    }
    header.pc nav ul li:nth-child(4) a:hover,
    #newsreport header.pc nav ul li:nth-child(4) a {
        background: url(../images/pc/common/navi04_on.gif) no-repeat;
        background-size: contain;
    }
    header.pc nav ul li:nth-child(4) {
        background: url(../images/pc/common/navi04_off.gif) no-repeat;
        background-size: contain;
        height: 40px;
    }
    header.pc nav ul li:nth-child(5) a {
        background: url(../images/pc/common/navi05_off.gif) no-repeat;
        background-size: contain;
    }
    header.pc nav ul li:nth-child(5) {
        background: url(../images/pc/common/navi05_off.gif) no-repeat;
        background-size: contain;
        height: 40px;
    }
    header.pc nav ul li:nth-child(5) a:hover,
    #special header.pc nav ul li:nth-child(5) a {
        background: url(../images/pc/common/navi05_on.gif) no-repeat;
        background-size: contain;
    }
    header.pc nav ul li ul {
        display: none;
        position: absolute;
        z-index: 100;
        margin: -2px 0 0;
        -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.22);
        -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.22);
        box-shadow: 0 3px 4px rgba(0, 0, 0, 0.22);
    }
    header.pc nav li ul[id^="navi0"]::before {
        content: "";
        position: absolute;
        top: -24px;
        left: 50%;
        margin-left: -15px;
        border: 12px solid transparent;
        z-index: 2;
    }
    header.pc nav li ul[id^="navi0"]::after {
        content: "";
        position: absolute;
        top: -30px;
        left: 50%;
        margin-left: -17px;
        border: 14px solid transparent;
        z-index: 1;
    }
    header.pc nav ul li ul#navi01 {
        border: 2px solid #d79365;
        background: #fbe6d8;
        padding: 2px;
    }
    header.pc nav ul li ul#navi01::before {
        border-bottom: 12px solid #fbe6d8;
    }
    header.pc nav ul li ul#navi01::after {
        border-bottom: 14px solid #d79365;
    }
    header.pc nav ul li ul#navi02 {
        border: 2px solid #60d0e8;
        background: #cbf3fc;
        padding: 2px;
    }
    header.pc nav ul li ul#navi02::before {
        border-bottom: 12px solid #cbf3fc;
    }
    header.pc nav ul li ul#navi02::after {
        border-bottom: 14px solid #60d0e8;
    }
    header.pc nav ul li ul#navi03 {
        border: 2px solid #c19df1;
        background: #eee4fc;
        padding: 2px;
    }
    header.pc nav ul li ul#navi03::before {
        border-bottom: 12px solid #eee4fc;
    }
    header.pc nav ul li ul#navi03::after {
        border-bottom: 14px solid #c19df1;
    }
    header.pc nav ul li ul#navi04 {
        border: 2px solid #82cc91;
        background: #cff3d6;
        padding: 2px;
    }
    header.pc nav ul li ul#navi04::before {
        border-bottom: 12px solid #cff3d6;
    }
    header.pc nav ul li ul#navi04::after {
        border-bottom: 14px solid #82cc91;
    }
    header.pc nav ul li ul#navi05 {
        border: 2px solid #51d3bd;
        background: #d2fbf4;
        padding: 2px;
    }
    header.pc nav ul li ul#navi05::before {
        border-bottom: 12px solid #d2fbf4;
    }
    header.pc nav ul li ul#navi05::after {
        border-bottom: 14px solid #51d3bd;
    }
    header.pc nav ul li ul li {
        width: 100%;
        text-indent: 0;
    }
    header.pc nav li ul#navi01 li,
    header.pc nav li ul#navi02 li,
    header.pc nav li ul#navi03 li,
    header.pc nav li ul#navi04 li,
    header.pc nav li ul#navi05 li {
        display: inline-block;
        margin-right: 20px;
    }
    header.pc nav li ul[id^="navi0"] {
        width: 195px;
        left: 0;
    }
    header.pc nav li ul[id^="navi0"] li {
        width: 100%;
        border-bottom: dotted 1px #777;
    }
    header.pc nav li ul[id^="navi0"] li:last-child {
        border-bottom: none;
    }
    header.pc nav li ul[id^="navi0"] li a {
        text-decoration: none;
        opacity: 1.0;
        transition: all 0.3s ease 0s;
    }
    header.pc nav li ul[id^="navi0"] li a:hover {
        text-decoration: none;
        opacity: 0.5;
    }
    /* header.pc nav li ul#navi02{
    width:767px;
    left: -154px;
  }
   header.pc nav li ul#navi03{
    width:767px;
    left: -308px;
  }
  header.pc nav li ul#navi04{
    width:767px;
    left: -462px;
  }
  header.pc nav li ul#navi05{
    width:767px;
    left: -616px;
  } */
    header.pc nav ul li ul li a {
        height: 34px;
        padding: 10px;
        background-image: none !important;
        color: #454545;
    }
    header.pc nav ul li ul li:nth-child(3),
    header.pc nav ul li ul li:nth-child(4),
    header.pc nav ul li ul li:nth-child(5) {
        background-image: none;
        height: auto;
    }
    header.pc nav ul li ul#navi01 li a:hover,
    header.pc nav ul li ul#navi02 li a:hover,
    header.pc nav ul li ul#navi03 li a:hover,
    header.pc nav ul li ul#navi04 li a:hover,
    header.pc nav ul li ul#navi05 li a:hover {
        color: #454545;
    }
    .gototop {
        margin-bottom: 30px;
        margin-top: 0;
    }
    .gototop a {
        font-size: 100%;
        background-size: 23% auto;
    }
    footer nav ul {
        float: left;
        width: 100%;
        padding-left: 30px;
    }
    footer nav ul li {
        float: left;
        width: 18%;
        font-size: 110%;
        margin-bottom: 10px;
    }
    footer nav ul li:last-child {
        margin-left: 30px;
    }
    footer nav ul li:nth-child(3) {
        margin-right: 20px;
    }
    footer nav ul li a {
        color: #ffffff !important;
        text-decoration: none !important;
        font-weight: bold;
        background: url(../images/pc/common/footer_arrow.png) no-repeat left 15%;
        padding-left: 20px;
    }
    footer nav ul li ul {
        margin-top: 14px;
        margin-left: 0;
    }
    footer nav ul li ul li {
        width: 100%;
        margin-bottom: 5px;
        font-size: 90% !important;
        margin-left: 20px;
    }
    footer nav ul li ul li:last-child {
        margin-left: 20px;
    }
    footer nav ul li ul li:last-child:nth-child(3) {
        margin-right: 0;
    }
    footer nav ul li ul li a {
        font-weight: normal;
        background: none;
        padding-left: 0;
    }
    /* 右カラム
  ***********************/
    .search-form {
        padding-top: 30px;
        padding-left: 0;
        padding-right: 0;
    }
    body.home .search-form {
        padding-top: 0;
    }
    #aboutplus {
        width: 100%;
        height: 100%;
        margin: 0 auto 17px;
        border: 2px solid #fce2c4;
    }
    #aboutplus h3 {
        text-indent: -9999px;
        height: 40px;
        background: url(../images/pc/common/about_title_pc.png) no-repeat;
        background-size: contain;
    }
    #aboutplus p {
        padding: 10px;
        font-size: 90%;
    }
    #aboutplus+ul li {
        padding: 0 !important;
        margin-bottom: 17px;
        list-style: none;
    }
    #aboutplus+ul li img {
        width: 100%;
    }
    /* ランキング
  ***********************/
    #ranking,
    #osusume {
        float: left;
        margin-bottom: 20px;
        width: 100%;
    }
    #ranking {
        padding-bottom: 0;
    }
    #ranking h4,
    #osusume h4 {
        margin-top: 0;
    }
    .sns p {
        margin: 20px;
        font-size: 90%;
        line-height: 1.7em;
        text-align: right;
        float: initial !important;
    }
    .r_sbox img.pict {
        width: 30%;
    }
    .r_sbox h5+p {
        float: left;
        color: #a0a0a0;
        margin: 5px 0 0 10px;
        font-size: 75%;
    }
    .iconbox {
        width: 68%;
        float: right;
    }
    .r_sbox .iconbox+p {
        float: right;
        width: 63%;
        margin-top: 5px;
    }
    /* マージン
  ***********************/
    .pcml20 {
        margin-left: 13px;
    }
    .pcml15 {
        margin-left: 5px;
    }
    /* TOP
  ***********************/
    #slidercol {
        width: 100%;
        margin: 0 auto 30px auto;
        height: 325px;
    }
    .slider {
        background: #ffffff;
        padding: 0;
    }
    .slider div p {
        color: #454545;
        font-size: 90%;
    }
    .slider div p:first-child {
        float: left;
        white-space: nowrap;
        font-size: 1px;
        width: 100%;
    }
    .slider div p:first-child span {
        font-size: 90%;
    }
    .slider div h3 {
        color: #454545;
        font-size: 98%;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .slider div p+img {
        display: block;
        float: left;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .slider .career {
        padding: 10px 10px 0;
        margin: 5px;
        border-bottom: none;
    }
    .slider .career hr {
        background: none;
        background: #f28a25;
        height: 2px;
    }
    .slider .lounge {
        padding: 10px 10px 0;
        margin: 5px;
        border-bottom: none;
    }
    .slider .lounge hr {
        background: none;
        background: #60d0e8;
        height: 2px;
    }
    .slider .lifestyle {
        padding: 10px 10px 0;
        margin: 5px;
        border-bottom: none;
    }
    .slider .lifestyle hr {
        background: none;
        background: #c19df1;
        height: 2px;
    }
    .slider .newsreport {
        padding: 10px 10px 0;
        margin: 5px;
        border-bottom: none;
    }
    .slider .newsreport hr {
        background: none;
        background: #82cc91;
        height: 2px;
    }
    .slider .special {
        padding: 10px 10px 0;
        margin: 5px;
        border-bottom: none;
    }
    .slider .special hr {
        background: none;
        background: #51d3bd;
        height: 2px;
    }
    .slider .new {
        top: 40px;
    }
    /*#idx .box h3 a*/
    #idx .box .box_title a {
        width: 13%;
        margin-right: 25px;
        margin-top: 5px;
        height: 20px !important;
    }
    .box a.boxlink {
        text-decoration: none;
        width: 97%;
        display: block;
        margin: 0 auto 10px;
    }
    /*#idx .career .box h3,*/
    #idx .career .box .box_title {
        height: 30px;
        background: url(../images/pc/top/idx_title01.gif) left no-repeat #ffffff;
        background-size: 98% auto;
        border: 0;
    }
    /*#idx .lifestyle .box h3,*/
    #idx .lifestyle .box .box_title {
        background: url(../images/pc/top/idx_title03.gif) left no-repeat;
        height: 30px;
        background-size: 98% auto;
    }
    /*#idx .lounge .box h3,*/
    #idx .lounge .box .box_title {
        background: url(../images/pc/top/idx_title02.gif) left no-repeat;
        height: 30px;
        background-size: 98% auto;
    }
    /*#idx .newsreport .box h3,*/
    #idx .newsreport .box .box_title {
        background: url(../images/pc/top/idx_title04.gif) left no-repeat;
        height: 30px;
        background-size: 98% auto;
    }
    /*#idx .special .box h3,*/
    #idx .special .box .box_title {
        background: url(../images/pc/top/idx_title05.gif) left no-repeat;
        height: 30px;
        background-size: 98% auto;
    }
    .box {
        margin: 0 auto 20px;
        width: 100%;
    }
    .sbox {
        float: left;
        width: 32%;
        color: #454545;
        text-decoration: none;
    }
    .sbox .new {
        width: 20%;
    }
    .sbox .new+img,
    .sbox>img {
        width: 100%;
        margin-bottom: 10px;
    }
    .sbox dl {
        float: left;
        margin-top: 10px;
        width: 80%;
    }
    .sbox dl dd {
        font-size: 100%;
    }
    .keyword {
        clear: both;
        padding: 15px 10px 5px;
        width: 96%;
    }
    .keyword dl {
        font-size: 95%;
    }
    .keyword dl dt {
        width: 20%;
        background: url(../images/sp/common/keyword_icon.png) no-repeat left top;
        background-size: 15% auto;
    }
    .keyword dl dd {
        margin-left: 20%;
    }
    .keyword dl dd ul li {
        margin-right: 15px;
    }
    /* 一覧
  ***********************/
    p.btn a {
        width: 26%;
        padding: 10px 10px 10px 40px;
    }
    .ichiran .sbox {
        float: left;
        width: 100%;
        padding-bottom: 0;
        margin-bottom: 20px;
        color: #454545;
        text-decoration: none;
    }
    .ichiran .sbox img.new {
        width: 6%;
    }
    .ichiran .sbox .new+img,
    .ichiran .sbox>img {
        width: auto;
    }
    .ichiran .sbox dl {
        float: left;
        margin-top: 10px;
        width: 60%;
    }
    .ichiran .sbox dl dd {
        font-size: 100%;
    }
    /*
## .sbox_article
※.ichiran .sbox dl の代わりに設定
*/
    .ichiran .sbox .sbox_article {
        float: left;
        margin-top: 10px;
        width: 60%;
    }
    .ichiran .sbox .sbox_article .sbox_article_tit {
        font-size: 100%;
    }
    .ichiran .sbox .sbox_article .sbox_article_txt {
        font-size: 100%;
        color: #454545;
    }
    /* -- ## .sbox_article -- */
    /* 詳細ページ
  ***********************/
    #shousai #mainimg img {
        width: 100%;
        margin-bottom: 20px;
        margin-left: 0;
    }
    #shousai .box h3.title,
    #shousai .box .title_shousai {
        font-size: 150%;
        padding: 18px 0 13px 0;
        margin-bottom: 20px;
    }
    #shousai .box h3 span,
    #shousai .box .title_shousai span {
        /*font-size:90%;*/
        margin-top: 5px;
    }
    #shousai .box h4 {
        font-size: 120%;
        padding-left: 10px;
        padding-top: 2px;
        margin-bottom: 20px;
    }
    #shousai .box p {
        font-size: 120%;
    }
    #shousai .box ol.list,
    #shousai .box ol.list_b {
        font-size: 110%;
    }
    #shousai .box ul.list,
    #shousai .box ol.list_b {
        font-size: 110%;
    }
    #shousai .box table.post-table {
        margin: 20px;
    }
    #shousai .box table.post-table td {
        padding: 2px;
        font-size: 110%;
    }
    #shousai .box h5 {
        font-size: 120%;
        margin-bottom: 20px;
    }
    #shousai h3.book {
        padding-left: 45px;
        font-size: 120%;
    }
    #shousai h3.book:before {
        left: 80px;
    }
    #shousai .booklink {
        margin-left: 20px;
    }
    #shousai .booklink {
        padding-left: 30px;
    }
    #shousai .box .sns {
        margin-right: 20px;
    }
    #shousai .box .sns p {
        width: 99% !important;
        margin: 5px 0 3px;
        font-size: 90%;
        line-height: 1.7em;
    }
    /*********************** キャリア　***********************/
    /* 一覧
  ***********************/
    #career .ichiran h3 span,
    #career .ichiran .title_ichiran span {
        background: url(../career/images/career_icon_pc.png) no-repeat 10px #ffffff;
    }
    /* 詳細ページ
  ***********************/
    #career #shousai h3.book {
        background: url(../images/common/book_icon01.png) no-repeat #f4eae3 10px 50%;
        background-size: 5% auto;
        color: #a9683c;
    }
    #career #shousai .box h4 {
        border-left: 6px solid #a9683c;
    }
    /*********************** ラウンジ　***********************/
    /* 一覧
  ***********************/
    #lounge .ichiran h3 span,
    #lounge .ichiran .title_ichiran span {
        background: url(../lounge/images/lounge_icon_pc.png) no-repeat 10px #ffffff;
    }
    /* 詳細ページ
  ***********************/
    #lounge #shousai h3.book {
        background-size: 5% auto;
    }
    #lounge #shousai .box h4 {
        border-left: 6px solid #60d0e8;
    }
    /*********************** ライフスタイル　***********************/
    /* 一覧
  ***********************/
    #lifestyle .ichiran h3 span,
    #lifestyle .ichiran .title_ichiran span {
        background: url(../lifestyle/images/lifestyle_icon_pc.png) no-repeat 10px #ffffff;
    }
    /* 詳細ページ
  ***********************/
    #lifestyle #shousai h3.book {
        background-size: 5% auto;
    }
    #lifestyle #shousai .box h4 {
        border-left: 6px solid #926cc4;
    }
    /*********************** ニュースレポート　***********************/
    /* 一覧
  ***********************/
    #newsreport .ichiran h3 span,
    #newsreport .ichiran .title_ichiran span {
        background: url(../news_report/images/news_icon_pc.png) no-repeat 10px #ffffff;
    }
    /* 詳細ページ
  ***********************/
    #newsreport #shousai h3.book {
        background-size: 5% auto;
    }
    #newsreport #shousai .box h4 {
        border-left: 6px solid #82cc91;
    }
    /*********************** スペシャル　***********************/
    /* 一覧
  ***********************/
    #special .ichiran h3 span,
    #special .ichiran .title_ichiran span {
        background: url(../special/images/special_icon_pc.png) no-repeat 10px #ffffff;
    }
    /* 詳細ページ
  ***********************/
    #special #shousai h3.book {
        background-size: 5% auto;
    }
    #special #shousai .box h4 {
        border-left: 6px solid #51d3bd;
    }
    nav.linkarea {
        padding: 10px 0 0 0;
    }
    nav.linkarea ul li span {
        display: inline;
    }
    /*右カラム  2015.08.26追加
***********************/
    #kyujin ul li {
        margin-bottom: 5px;
    }
    #kyujin {
        float: right;
        width: 100%;
        margin: 0 0 20px 0;
    }
    #kyujin h4 {
        float: left;
        width: 100%;
    }
    .imgtitle img {
        max-width: 682px;
    }
    .comicimg img {
        width: 100%;
        max-width: 500px;
    }
}

@media screen and (min-width: 980px) {
    /* 共通
  ***********************/
    body {
        min-width: 980px;
    }
    .wrapper {
        width: 980px;
    }
    header.pc nav ul {
        margin: 20px 0;
    }
    header.pc nav ul li {
        width: 20%;
    }
    header.pc nav ul li a {
        height: 50px;
    }
    /* header.pc nav li ul#navi01{
    width:980px;
  }
   header.pc nav li ul#navi02{
    width:980px;
    left: -196px;
  }
   header.pc nav li ul#navi03{
    width:980px;
    left: -392px;
  }
  header.pc nav li ul#navi04{
    width:980px;
    left: -588px;
  }
  header.pc nav li ul#navi05{
    width:980px;
    left: -784px;
  } */
    header.pc nav li ul[id^="navi0"] {
        width: 195px;
        left: 0;
    }
    header.pc nav li ul[id^="navi0"] li {
        width: 100%;
        border-bottom: dotted 1px #777;
    }
    header.pc nav li ul[id^="navi0"] li a {
        text-decoration: none;
        opacity: 1.0;
        transition: all 0.3s ease 0s;
    }
    header.pc nav li ul[id^="navi0"] li a:hover {
        text-decoration: none;
        opacity: 0.5;
    }
    header.pc nav ul:first-child {
        background-size: cover !important;
    }
    header.pc nav ul:first-child:hover {
        background-size: cover;
    }
    header.pc nav ul:nth-child(2) {
        background-size: cover;
    }
    header.pc nav ul:nth-child(2):hover {
        background-size: cover;
    }
    header.pc nav ul:nth-child(3) {
        background-size: cover;
    }
    header.pc nav ul:nth-child(3):hover {
        background-size: cover;
    }
    header.pc nav ul li:nth-child(3) {
        height: 50px;
    }
    header.pc nav ul:nth-child(4) {
        background-size: cover;
    }
    header.pc nav ul:nth-child(4):hover {
        background-size: cover;
    }
    header.pc nav ul li:nth-child(4) {
        height: 50px;
    }
    header.pc nav ul:nth-child(5) {
        background-size: cover;
    }
    header.pc nav ul:nth-child(5):hover {
        background-size: cover;
    }
    header.pc nav ul li:nth-child(5) {
        height: 50px;
    }
    header.pc .sns {
        margin-top: 5px;
        margin-bottom: 0;
        width: 450px;
        margin-left: 350px !important;
    }
    header.pc .sns li {
        float: left;
    }
    header.pc .sns+h2 {
        clear: both;
        margin-left: 0;
        margin-right: 0;
        margin-top: -60px;
    }
    header.pc .sns+.h2 {
        clear: both;
        margin-left: 0;
        margin-right: 0;
        margin-top: -60px;
    }
    header.pc .sns+figure {
        clear: both;
        margin-left: 0;
        margin-right: 0;
        margin-top: -60px;
        display: block;
    }
    .p_pict,
    .p_pict02 {
        width: auto;
    }
    /* 右カラム
  ***********************/
    #aboutplus h3 {
        height: 48px;
        background-size: 100% auto;
    }
    .r_sbox img.pict {
        width: 70px;
    }
    .r_sbox h5+p {
        float: right;
        margin: 0;
    }
    /* TOP
  ***********************/
    .slider div p:first-child {
        font-size: 100%;
    }
    .slider div p:first-child span {
        font-size: 90%;
    }
    .slider .career {
        margin: 10px 15px;
        padding: 10px 10px 0;
    }
    .slider .lounge {
        margin: 10px 15px;
        padding: 10px 10px 0;
    }
    .slider .lifestyle {
        margin: 10px 15px;
        padding: 10px 10px 0;
    }
    .slider .newsreport {
        margin: 10px 15px;
        padding: 10px 10px 0;
    }
    .slider .special {
        margin: 10px 15px;
        padding: 10px 10px 0;
    }
    .slider .new {
        top: 42px;
    }
    .box {
        margin: 0 auto 20px auto;
        width: 100%;
    }
    .box .pcml20 {
        margin-left: 20px;
    }
    .box .pcml15 {
        margin-left: 15px;
    }
    .sbox {
        width: 210px;
    }
    .sbox .new {
        width: 15% !important;
    }
    /* 一覧
  ***********************/
    p.btn a {
        width: 23%;
        padding: 10px 10px 10px 50px;
    }
    .ichiran .sbox {
        float: left;
        width: 100%;
        color: #454545;
        margin-left: 0;
        text-decoration: none;
    }
    .ichiran .sbox img.new {
        width: 5% !important;
    }
    .ichiran .sbox .new+img,
    .ichiran .sbox>img {
        width: 188px;
        margin-bottom: 10px;
    }
    .ichiran .sbox dl {
        float: left;
        margin-top: 10px;
        width: 60%;
    }
    .ichiran .sbox dl dd {
        font-size: 100%;
    }
    /*
## .sbox_article
※.ichiran .sbox dl の代わりに設定
*/
    .ichiran .sbox .sbox_article {
        float: left;
        margin-top: 10px;
        width: 60%;
    }
    .ichiran .sbox .sbox_article .sbox_article_tit {
        font-size: 100%;
        font-weight: bold;
        margin-bottom: 5px;
    }
    .ichiran .sbox .sbox_article .sbox_article_txt {
        font-size: 100%;
        color: #454545;
    }
    /* -- ## .sbox_article -- */
    .keyword {
        width: 93.5%;
        margin-left: 24px;
    }
    .keyword dl dt {
        width: 15%;
    }
    .keyword dl dd {
        margin-left: 15%;
    }
    /*********************** キャリア　***********************/
    /* 詳細
  ***********************/
    #career #shousai h3.book {
        background-size: 31px auto;
    }
    /*********************** ラウンジ　***********************/
    /* 詳細
  ***********************/
    #lounge #shousai h3.book {
        background-size: 31px auto;
    }
    /*********************** ライフスタイル　***********************/
    /* 詳細
  ***********************/
    #lifestyle #shousai h3.book {
        background-size: 31px auto;
    }
    /*********************** ニュースレポート　***********************/
    /* 詳細
  ***********************/
    #newsreport #shousai h3.book {
        background-size: 31px auto;
    }
    /*********************** スペシャル　***********************/
    /* 詳細
  ***********************/
    #special #shousai h3.book {
        background-size: 31px auto;
    }
    nav.linkarea ul {
        float: none;
        width: 100%;
        margin: 0 auto;
    }
    nav.linkarea ul li {
        float: none;
    }
    .imgtitle img {
        width: auto;
    }
    .comicimg img {
        width: auto;
    }
    .txt_memo {
        padding: 5px 20px 15px !important;
    }
}


/*********************** キャリア/医療介護の法律　***********************/


/* 詳細
  ***********************/

#career section#kaigolaw {
    clear: both;
}


/* mv */

#career section#kaigolaw .mv {
    width: 100%;
    background-image: url(../career/images/kaigolaw/title_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    border: #335AB9 1px solid;
}

#career section#kaigolaw .mv .mv_tit {
    color: #335AB9;
    font-size: 300%;
    font-weight: bold;
    padding: 40px;
    background-image: url(../career/images/kaigolaw/title_img.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

#career section#kaigolaw .mv .mv_tit .mv_tit_s {
    font-size: 0.5em;
    display: block;
}

#career section#kaigolaw .mv .mv_txt {
    font-size: 100%;
    line-height: 1.7em;
    color: #fff;
    background: #335AB9;
    padding: 20px;
}

@media screen and (max-width: 768px) {
    #career section#kaigolaw .mv {
        margin: 0 auto 15px auto;
        width: 98%;
    }
    #career section#kaigolaw .mv .mv_tit {
        padding: 20px 10px 20px;
        font-size: 220%;
        background-size: 40%;
    }
    #career section#kaigolaw .mv .mv_txt {
        padding: 10px;
    }
    .footnav_sns_list {
        width: 96%;
    }
    .footnav_sns_list li {
        width: 32%;
        margin: 0 2% 0 0;
    }
}


/*kaigolaw_title*/

#career section#kaigolaw .kaigolaw_title {
    background-color: #F7F1E9;
    margin-bottom: 10px;
}

#career section#kaigolaw .kaigolaw_title {
    border-top: #335AB9 8px solid;
    border-bottom: #335AB9 8px solid;
}

#career section#kaigolaw .kaigolaw_title .title_wap {
    border-top: #DBB87E 2px solid;
    border-bottom: #DBB87E 2px solid;
    background-color: #F7F1E9;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
}

#career section#kaigolaw .kaigolaw_title .title_wap .title_num_wap {
    width: 120px;
    position: relative;
}

#career section#kaigolaw .kaigolaw_title .title_wap .title_num {
    color: #fff;
    background-color: #724F48;
    font-size: 80%;
    border-radius: 0 50px 50px 0;
    padding: 5px 10px 5px 34px;
    position: relative;
    display: inline-block;
    position: absolute;
    width: 100px;
    height: 30px;
    top: calc(100% / 2 - 15px);
    left: 0;
}

#career section#kaigolaw .kaigolaw_title .title_wap .title_num::before {
    content: "";
    width: 24px;
    height: 20px;
    background: url(../career/images/kaigolaw/tit_ico.png) no-repeat top center;
    background-size: 24px 20px;
    position: absolute;
    top: 5px;
    left: 5px;
}

#career section#kaigolaw .kaigolaw_title .title_wap .title_txt {
    width: calc(100% - 120px);
}

@media screen and (max-width: 768px) {
    #career section#kaigolaw .kaigolaw_title .title_wap {
        display: block;
        padding: 24px 10px 10px 10px;
    }
    #career section#kaigolaw .kaigolaw_title .title_wap .title_num {
        top: -35px;
        left: -10px;
    }
}


/*preface*/

#career section#kaigolaw .preface {
    background: #F1F2F3;
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 20px;
}

#career section#kaigolaw .preface .preface_img {
    border: #fff 5px solid;
    box-shadow: 0px 0px 6px 0px #d6d6d6;
    margin-bottom: 20px;
    line-height: 0;
}

#career section#kaigolaw .preface .preface_img img {
    width: 100%;
}

#career section#kaigolaw .preface .preface_txt {
    font-size: 120%;
    line-height: 1.7em;
}

@media screen and (max-width: 768px) {
    #career section#kaigolaw .preface {
        padding: 10px;
        margin-bottom: 10px;
    }
}


/*bookmark*/

#career section#kaigolaw .bookmark {
    margin-top: 1em;
}

#career section#kaigolaw .bookmark_tit {
    margin-bottom: 1em;
    padding: 0.5em;
    border-top: #D5D5D5 1px solid;
    border-bottom: #D5D5D5 1px solid;
}

#career section#kaigolaw .bookmark_list li {
    position: relative;
    padding: 0 0 0 16px;
    vertical-align: middle;
    text-decoration: none;
    font-size: 120%;
    margin-bottom: 0.5em;
}

#career section#kaigolaw .bookmark_list li a {
    color: #4466dd;
}

#career section#kaigolaw .bookmark_list li::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 3px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*kaigolaw_cont*/

#career section#kaigolaw .kaigolaw_cont {
    font-size: 120%;
    line-height: 1.7em;
    margin-bottom: 20px;
}

#career section#kaigolaw .kaigolaw_cont h3 {
    background: #3C7FDB;
    font-size: 120%;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    position: relative;
    padding: 10px 15px 10px 30px;
    vertical-align: middle;
    text-decoration: none;
    margin-bottom: 20px;
}

#career section#kaigolaw .kaigolaw_cont h3::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 3px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

#career section#kaigolaw .kaigolaw_cont h4 {
    background: #DDEBFF;
    color: #3C7FDB;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 120%;
    margin-bottom: 20px;
}

#career section#kaigolaw .kaigolaw_cont mark {
    background: linear-gradient(rgba(255, 245, 128, 0) 40%, #FFF580 40%);
    /*background: linear-gradient(rgba(255,204,255,0) 30%,#FFCCFF 90%);*/
}

#career section#kaigolaw .kaigolaw_cont dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

#career section#kaigolaw .kaigolaw_cont dl dt {
    width: 110px;
    padding-right: 20px;
    margin-bottom: 1em;
    font-weight: bold;
}

#career section#kaigolaw .kaigolaw_cont dl dd {
    width: calc(100% - 110px);
    margin-bottom: 1em;
}

#career section#kaigolaw .kaigolaw_cont dl dt:last-of-type,
#career section#kaigolaw .kaigolaw_cont dl dd:last-of-type {
    margin-bottom: 0;
}

#career section#kaigolaw .kaigolaw_cont dl dd .annotation {
    background: #F1F2F3;
    padding: 20px;
    font-weight: bold;
}

@media screen and (max-width: 320px) {
    #career section#kaigolaw .kaigolaw_cont dl {
        display: block;
    }
    #career section#kaigolaw .kaigolaw_cont dl dt {
        width: 100%;
        margin-bottom: 0.5em;
        border-bottom: 1px solid #DDEBFF;
    }
    #career section#kaigolaw .kaigolaw_cont dl dd {
        width: 100%;
    }
}


/*profilebox_common*/

.profilebox_common {
    float: left;
    width: 100%;
    padding: 0 20px;
}

.profilebox_common_inner {
    float: left;
    width: 100%;
    background: #ffffff;
    padding: 30px;
    border: 2px solid#2ec9ff;
    border-radius: 4px;
}

.profilebox_common h3 {
    width: 76%;
    float: right;
    text-align: left;
    padding-bottom: 14px;
    padding-left: 77px;
    font-size: 18px;
    border-bottom: 1px dotted #2ec9ff;
    font-weight: bold;
    position: relative;
}

.profilebox_common h3::before {
    content: "Profile";
    left: 0;
    background-color: #2ec9ff;
    font-weight: bold;
    position: absolute;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 14px;
}

#shousai .profilebox_common p {
    float: right;
    text-align: left;
    width: 76%;
    margin: 10px 0 0 20px;
    padding-left: 0;
    padding-bottom: 10px;
    font-size: 12px;
}

#shousai .profilebox_common p+p {
    float: left;
    text-align: left;
    width: 100%;
    margin: 10px 20px 0 0;
    font-size: 14px;
    line-height: 1.8;
}

.profilebox_common img {
    float: left;
    max-width: 140px;
    width: auto;
    height: auto;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .profilebox_common img {
        float: left;
        width: 90px;
        height: auto;
    }
    .profilebox_common_inner {
        width: 100%;
        padding: 4%;
    }
    .profilebox_common h3 {
        width: 68%;
        padding-bottom: 8px;
        padding-top: 36px;
        font-size: 14px;
        padding-left: 4px;
    }
    .profilebox_common h3::before {
        top: 0;
    }
    #shousai .profilebox_common p {
        float: right;
        text-align: left;
        width: 100%;
        margin: 10px 0 0 20px;
        padding-left: 0;
        padding-bottom: 10px;
        font-size: 12px;
    }
    #shousai .profilebox_common p+p {
        float: left;
        text-align: left;
        width: 100%;
        margin: 10px 20px 0 0;
        font-size: 14px;
        line-height: 1.8;
    }
}

@media screen and (max-width: 320px) {
    .profilebox_common h3 {
        width: 60%;
    }
}


/*profilebox_kaigolaw*/

#career section#kaigolaw .profilebox_kaigolaw {
    border: 10px solid #335AB9;
    padding: 0;
}

#career section#kaigolaw .profilebox_kaigolaw .inner {
    background: #fff;
    border: 2px solid #DBB87E;
    padding: 20px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
}

#career section#kaigolaw .profilebox_kaigolaw .inner figure {
    width: 160px;
    padding-right: 20px;
}

#career section#kaigolaw .profilebox_kaigolaw .inner figure img {
    width: 100%;
}

#career section#kaigolaw .profilebox_kaigolaw .inner .txtbox {
    width: calc(100% - 160px);
    line-height: 1.7em;
    padding-top: 10px;
}

#career section#kaigolaw .profilebox_kaigolaw .inner .txtbox h4 {
    border-bottom: dashed #DBB87E 1px;
    font-weight: bold;
    font-size: 150%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 80px;
}

#career section#kaigolaw .profilebox_kaigolaw .inner .txtbox h4::before {
    content: "";
    width: 71px;
    height: 29px;
    background: url(../career/images/kaigolaw/ico_profile.png) no-repeat left top;
    display: inline-block;
    margin-right: 15px;
    position: absolute;
    left: 0;
    top: -2px;
}

#career section#kaigolaw .profilebox_kaigolaw .inner .txtbox dl {
    background: #F1F2F3;
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

#career section#kaigolaw .profilebox_kaigolaw .inner .txtbox dl dt {
    width: 40px;
}

#career section#kaigolaw .profilebox_kaigolaw .inner .txtbox dl dd {
    width: calc(100% - 40px);
    border-left: dashed #DBB87E 1px;
    padding-left: 10px;
}

@media screen and (max-width: 768px) {
    #career section#kaigolaw .profilebox_kaigolaw .inner {
        display: block;
        padding: 10px;
    }
    #career section#kaigolaw .profilebox_kaigolaw .inner figure {
        width: 160px;
        margin: 0 auto;
        padding: 0;
    }
    #career section#kaigolaw .profilebox_kaigolaw .inner .txtbox {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    body.home .sbox {
        height: 309px;
    }
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .ichiran .sbox .new+img,
    .ichiran .sbox>img {
        width: 188px;
    }
}

@media screen and (max-width: 768px) {
    #ranking .r_sbox .iconbox+p,
    #osusume .r_sbox .iconbox+p {
        float: none;
        margin-left: 23%;
    }
}

.time_date {
    text-align: right;
    clear: both;
    float: none !important;
}

p.time_date {
    margin-bottom: 0 !important;
}

.fa-clock-o,
.fa-refresh {
    color: #666666;
    margin-right: 5px;
}

.sbox .list_data_time {
    font-size: 100%;
}

@media screen and (min-width: 320px) and (max-width: 480px) {
    header.sp .logo_co-medical {
        float: right;
        width: 35%;
    }
}


/* TOC+ 目次用上書きCSS*/

#toc_container {
    margin: 12px auto 12px;
    background-color: #fcf7f1;
    border: 3px solid rgb(255 126 0);
    border-radius: 3px;
    box-sizing: border-box;
    padding: 20px 24px;
    display: table;
    min-width: 90%;
    counter-reset: li;
}

#toc_container ul.toc_list li::before {
    content: none;
    padding: 0;
    margin: 0;
    width: 0;
    height: 0;
    background: none;
    box-shadow: none;
}

#toc_container .toc_title {
    text-align: left;
    font-weight: bold;
    font-size: 118%;
    padding: 0;
    margin: 0 10px 10px 10px !important;
    float: none !important;
}

#toc_container .toc_title::before {
    position: relative;
    font-size: 28px;
    content: "\2254";
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 34px;
    margin-right: 8px;
    border-radius: 50%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    background-color: #ff7e00;
}

#toc_container .toc_toggle a {
    font-size: 13px;
    font-weight: normal;
    padding: 2px 4px;
}

#toc_container p.toc_title+ul.toc_list {
    padding: 6px 0 0;
    margin: 6px 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#toc_container ul.toc_list li {
    position: relative;
    padding: 0;
    margin: 0;
}

#toc_container ul.toc_list li a {
    position: relative;
    font-size: 94%;
    font-weight: normal;
    text-decoration: none;
    display: inline-block;
    line-height: 1.6;
    transition: all 0.3s ease;
}

#toc_container ul.toc_list a,
#toc_container ul.toc_list a:visited {
    color: #111111;
}

#toc_container ul.toc_list li a:hover {
    text-decoration: none;
    box-shadow: 0 2px;
}

#toc_container ul.toc_list>li>a {
    font-size: 120%;
    font-weight: bold;
    margin-left: 40px;
}

#toc_container ul.toc_list>li::before,
#toc_container ul.toc_list>li::after {
    position: absolute;
    top: 3px;
    left: 0;
}

#toc_container ul.toc_list>li::before {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: 20px;
    height: 20px;
    margin-right: 7px;
    border-radius: 16px;
    background-color: rgb(255 126 0);
}

#toc_container ul.toc_list>li::after {
    counter-increment: li;
    content: counter(li);
    width: 20px;
    line-height: 21px;
    font-family: "Avenir Next", "Helvetica Neue", Arial, "Meiryo", "Yu Gothic", san-serif;
    font-weight: 400;
    text-align: center;
    color: #fff;
}

#toc_container ul.toc_list>li>ul {
    margin-left: 40px;
}

#toc_container ul.toc_list>li ul li::before {
    position: absolute;
    top: 1px;
    left: 0;
    content: "\2023";
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 20px;
    font-size: 18px;
    color: #0099d5;
}

#toc_container ul.toc_list>li ul li a {
    font-weight: normal;
    margin-left: 16px;
}

@media only screen and (max-width: 667px) {
    #toc_container {
        padding: 12px 3vw;
        min-width: auto;
        margin: 20px;
        box-sizing: border-box;
    }
    #toc_container p.toc_title+ul.toc_list {
        padding: 4px 0 0;
    }
    #toc_container ul.toc_list>li>ul {
        margin-left: 30px;
    }
}


/* heading 見出し関連 */

h2.main_title02 {
    padding: 10px 15px;
    border-left: 7px solid #ff7e00;
    background-color: #eef5f8;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px;
    font-size: 20px;
    line-height: 1.2;
    background-color: #fcf7f1;
    font-weight: normal;
    color: #6d481f;
}

h3.main_title03 {
    position: relative;
    margin: 20px;
    padding-bottom: 10px;
    padding-left: 25px;
    border-bottom: 1px dashed #b6b6b6;
    font-size: 18px;
    line-height: 1.4;
    font-weight: normal;
}

h3.main_title03::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 13px;
    height: 6px;
    background-color: #ff7e00;
}

#shousai .box p.subhead {
    margin: 20px;
    font-weight: bold;
    font-size: 130%;
    text-decoration: underline;
}


/* table */

.default_table {
    padding: 20px;
}
@media only screen and (max-width: 667px) {
.default_table.scroll table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
}
.default_table table {
    background: #f4f4f4;
    margin: 0 0 10px 0;
}

.default_table th {
    font-size: 12px;
    margin: 0 0 25px 0;
}

.default_table th {
    padding: 10px 0;
    text-align: center;
    line-height: 1;
    color: #aa4d00;
    font-weight: bold;
    font-size: 20px;
    margin: 0;
}

.default_table table {
    width: 100%;
    border-left: 1px solid #d88d6a;
    border-top: 1px solid #d88d6a;
}

.default_table table tr th {
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    background: #ffbb7d;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    padding: 10px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.default_table table tr th:last-child {
    border-right: 1px solid #d88d6a;
}

.default_table table tr td {
    border-right: 1px solid #eeccad;
    border-bottom: 1px solid #eeccad;
    background: #ffffff;
    text-align: center;
    color: #595959;
    font-size: 16px;
    line-height: 1.4;
    padding: 12px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.default_table table tr td b {
    font-size: 20px;
    color: #007baa;
}

.default_table table tr th span,
.default_table table tr td span {
    display: block;
    margin-bottom: 5px;
}

.default_table table tr th span.is-ver2 {
    display: inline;
    margin-bottom: 0;
}

.default_table table tr td.subTextBox {
    text-align: justify;
    line-height: 1.4;
    padding: 6px 10px;
    vertical-align: top;
}

.default_table p {
    margin-bottom: 12px;
}

#shousai p.default_table_txt {
    font-size: 12px;
    margin: 0 0 25px 0;
}


/* border-list */

.lmDetList_wrap {
    padding: 10px;
    border: 1px solid #ff7e00;
    margin: 20px;
    border-radius: 5px;
    -ms-border-radius: 5px;
    font-size: 120%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.lmDetList_wrap li {
    font-weight: bold;
}

.bg_gray {
    padding: 20px;
    background-color: #f9f9f9;
    margin: 20px;
    line-height: 1.8;
    font-size: 120%;
}

.bg_gray_list {
    background: #f4f4f4;
    padding: 20px;
    margin: 20px;
    line-height: 1.8;
    text-align: justify;
    font-size: 120%;
}

.bg_gray_list dl {
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
    border-bottom: 2px dashed #ffffff;
}

.bg_gray_list dl:last-child {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border-bottom: 0;
}

.bg_gray_list dl dt {
    text-align: left;
    line-height: 1;
    color: #007baa;
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 10px 0;
}

.bg_gray_list dl dd ul li {
    float: left;
    margin: 0 10px 0 0;
}

.bg_gray_list dl dd ul li.listBox {
    float: none;
    border: none;
    box-shadow: none;
}

.bg_gray_list dl dd ul li:last-child {
    margin: 0 0 0 0;
}


/* default-list */

ul.default-list {
    margin: 20px;
    font-size: 120%;
}