/* ****************************************************
  sp 採用ブログ｜詳細ページ：記事コンテンツ外
**************************************************** */

/* =========================================================
#headArea タイトルや日付など
========================================================= */
#mainContents {
    margin: 15px 0 20px;
}
#headArea {
    padding: 50px 0px 0px;
    position: relative;
    background-color: #FFF;
}
/* 左上のカテゴリ スラッグで背景色変化させる */
#categoryLabel {
    position:	absolute;
    top: 0px;
    left: 15px;
    padding: 15px 18px;
    text-align: center;
    font-size: 12px;
    color:#fff;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#categoryLabel a {
    color:#fff;
    text-decoration: none;
}
/* 右上の日付 */
#dateArea {
    height: 45px;
    line-height: 45px;
    font-size: 11px;
    color: #7E7E7E;
    position: absolute;
    top: 0px;
    right: 0px;
    margin-right: 10px;
}
#dateArea .date {
    line-height: 1.5em;
}
#dateArea .update {
    /*margin-left: 20px;*/
    line-height: 1.5em;
}
#dateArea .update .fa-repeat,
#dateArea .date .fa-calendar-check-o {
    margin: 0 5px;
}
/* タイトル */
#title {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
    padding-top: 15px;
    margin: 0 15px;
    clear: both;
    word-break: break-all;
}
/* 筆者 */
#author {
    font-size: 14px;
    color: #333;
    margin: 20px 15px;
}
#author img {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    vertical-align: middle;
    margin-right: 10px;
}
/* タグ関連 */
#headArea .tag {
    margin: 20px 0;
    padding: 5px 0;
}
#headArea .tag span a,
#ftContent .tag span a,
#mainArea .tag span a{
    height: 12px;
    font-size: 12px;
    line-height: 1.2;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    background-image: url(../../common/img/ico_tag_01.png);
    background-repeat: no-repeat;
    background-position: left 12px center;
    background-size: 13px;
    float: left;
    border: 1px solid #D6D6D6;
    margin: 0 5px 5px 0;
    padding: 5px 10px 5px 30px;
    -webkit-border-radius: 20px 20px 20px 20px / 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px / 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px / 20px 20px 20px 20px;
}
/* SNSボタン */
/* #headArea .sns {
display: none;
} */

.simpleSns,
.inlineSns {
    width: 285px;
    margin: 0 auto;
    padding-bottom: 5px;
}
.simpleSns a,
.inlineSns a {
    width: 90px;
    height: 30px;
    text-indent: -9999px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 90px 30px;
    float: left;
    margin: 0 5px 5px 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.simpleSns a:hover,
.inlineSns a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.simpleSns a.x,
.inlineSns a.x {
    background-image: url(../../common/img/btn_x_01.png);
}
.simpleSns a.facebook,
.inlineSns a.facebook {
    background-image: url(../../common/img/btn_facebook_01.png);
}
.simpleSns a.line,
.inlineSns a.line {
    background-image: url(../../common/img/btn_line_01.png);
}
.simpleSns a.pocket,
.inlineSns a.pocket {
    background-image: url(../../common/img/btn_pocket_01.png);
}
.simpleSns a.hatena,
.inlineSns a.hatena {
    background-image: url(../../common/img/btn_hatena_01.png);
}
.simpleSns a.feedly,
.inlineSns a.feedly {
    background-image: url(../../common/img/btn_feedly_01.png);
}
.simpleSns a.mail,
.inlineSns a.mail {
    display: none;
}
.modalParentSns {
    margin: 15px 0px 0px 15px;
}
.modalParentSns a {
    text-indent: -9999px;
    display: inline-block;
    height: 35px;
    background-repeat: no-repeat;

}
.modalParentSns a.x{
    background: url(../../common/img/btn_x_02.png);
    background-size: 80px 35px;
    width: 80px;
}
.modalParentSns a.facebook{
    background: url(../../common/img/btn_facebook_02.png);
    background-size: 80px 35px;
    width: 80px;
}
.modalParentSns a.line{
    background: url(../../common/img/btn_line_02.png);
    background-size: 80px 35px;
    width: 80px;
}
.modalParentSns a.other{
    background: url(../../common/img/btn_other_01.png);
    background-size: 40px 35px;
    width: 40px;
}

#modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba( 0,0,0, 0.75 );
    z-index: 1;
}
.modalSns {
    width: 300px;
    margin: 0;
    padding:0;
    background: #fff;
    border-radius: 5px;
    position: fixed;
    display: none;
    z-index: 2;
}
.modalSns .inlineTitle {
    width: 285px;
    margin: 0 auto;
    padding: 10px 0px;
    font-size: 12px;
    font-weight: bold;
}
.modalSns .inlineSns {
    display: block;
    padding-left: 0px;
}
.modalSns .inlineClose {
    width: 285px;
    padding: 5px 0;
    margin: 0 auto 10px;
    border: 1px solid #657B9C;
    border-radius: 5px;
    font-size: 13px;
    line-height: 1.6;
    color: #657B9C;
    text-align: center;
}

/* =========================================================
#mainArea メイン部分
========================================================= */
#mainArea{
    font-size: 15px;
    line-height: 1.8em;
    background-color: #FFF;
    padding-top: 15px;
}
#mainPhoto {
    text-align: center;
    margin-top: 10px;
}
#mainPhoto img {
    max-width: 100%;
    width: auto;
    height: auto;
}

/* =========================================================
.txtArea 共通部分（序文・本文・末文）
========================================================= */
#introTxt,
#middleTxt,
#mainTxt {
    padding: 0 15px;
    word-break: break-all;
}
.txtArea p {
    margin: 20px 0;
}
/* リンク部分 */
.txtArea p.link {
    font-size: 13px;
    border: 1px solid #3398D8;
}
.txtArea p.link a {
    background: url(/resources/corporate/img/icon/ico_link_01.png) 13px 15px no-repeat;
    display: block;
    padding: 10px 0 10px 40px;
    line-height: 25px;
    color: #3398D8;
    text-decoration: none;
}
.txtArea h2 {
    margin: 15px -15px;
    padding: 15px 10px 15px 15px;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: bold;
    border-left: 6px solid #D9AF14;
    /* background: #F7F7F0 url(../../common/img/ico_titmark_2_01.png) left center no-repeat; */
    background-size: 50px;
    background-color: #F7F7F0;
}
.txtArea h3 {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: bold;
    padding: 10px 15px;
    margin: 20px 0;
    background-color: #F7F7F0;
    border-top: 4px solid #50AFB4;
}
.txtArea h4 {
    padding: 5px 0px;
    margin: 20px 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8em;
    color: #977F68;
    border-top: 1px solid #977F68;
    border-bottom: 1px solid #977F68;
}
.txtArea a {
    color: #3B6C85;
}
.txtArea .cautionTxt {
    background-color: #FF0;
}
.txtArea img {
    max-width: 100%;
    height: auto;
    margin: 10px auto;
    display: block;
}
/* .txtArea .itemLeft {
    float: left;
}
.txtArea .itemRight {
    float: right;
} */


/* 画像の引用部分 */
.txtArea .quoat {
    font-size: 11px;
    color: #999;
    line-height: 1.7;
}
.txtArea .quoat p {
    margin-top:0px;
}
.txtArea .quoat a {
    color: #999;
}

/* 用語説明の注釈部分 */
.txtArea .note {
    font-size: 12px;
}

/* 目次部分 */
.txtArea .tableContents {
    background-color: #F8F8F6;
    margin-top: 25px;
    padding: 20px 15px;
}
.txtArea .tableContents p {
    font-size: 17px;
    font-weight: bold;
    margin : 0px;
}
.txtArea .tableContents > ul {
    margin-top: 20px;
    line-height: 30px;
}
.txtArea .tableContents a {
    color: #3398DA;
    text-decoration: none;
}
.txtArea .tableContents a strong {
    font-weight: normal !important;
}

.txtArea .tableContents .indent_3 {
    padding-left: 3%;
}
.txtArea .tableContents .indent_4 {
    padding-left: 3%;
}

/* =========================================================
.dialogArea 対話型記事
========================================================= */
.dialogArea {
    overflow: hidden;
}
.dialogArea .question {
    margin: 20px 0;
    font-weight: bold;
}
.dialogArea .answer {
    float: right;
    width: 75%;
}
.dialogArea .answer p {
    margin: 0;
    padding-top: 5px;
}
/* =========================================================
対話型記事のicon
========================================================= */
.dialogArea div[class^="ico"] {
    width: 75px;
    height: 87px;
    background-size:contain;
    background-repeat:no-repeat;
    float: left;
}
.dialogArea div[class^="uniqueIco"] {
    margin-left: 0px;
}
/* テンプレートicon : 鈴木常務 */
.dialogArea div.ico_suzuki_01 {
    background-image: url("/resources/corporate/img/icon/ico_suzuki_01.png");
    margin-left: 5%;
    width: 40px;
    height: 60px;
}
/* デフォルト : 男性 */
.dialogArea .ico01_01 {	background-image: url("/resources/corporate/img/icon/ico_chara_01_01.png"); }
.dialogArea .ico01_02 {	background-image: url("/resources/corporate/img/icon/ico_chara_01_02.png"); }
.dialogArea .ico01_03 {	background-image: url("/resources/corporate/img/icon/ico_chara_01_03.png"); }
.dialogArea .ico01_04 {	background-image: url("/resources/corporate/img/icon/ico_chara_01_04.png"); }

/* デフォルト : 女性 */
.dialogArea .ico02_01 {	background-image: url("/resources/corporate/img/icon/ico_chara_02_01.png"); }
.dialogArea .ico02_02 {	background-image: url("/resources/corporate/img/icon/ico_chara_02_02.png"); }
.dialogArea .ico02_03 {	background-image: url("/resources/corporate/img/icon/ico_chara_02_03.png"); }
.dialogArea .ico02_04 {	background-image: url("/resources/corporate/img/icon/ico_chara_02_04.png"); }

/* デフォルト : 部下 */
.dialogArea .ico03_01 {	background-image: url("/resources/corporate/img/icon/ico_chara_03_01.png"); }
.dialogArea .ico03_02 {	background-image: url("/resources/corporate/img/icon/ico_chara_03_02.png"); }
.dialogArea .ico03_03 {	background-image: url("/resources/corporate/img/icon/ico_chara_03_03.png"); }
.dialogArea .ico03_04 {	background-image: url("/resources/corporate/img/icon/ico_chara_03_04.png"); }
.dialogArea .ico03_05 {	background-image: url("/resources/corporate/img/icon/ico_chara_03_05.png"); }

/* デフォルト : 上司 */
.dialogArea .ico04_01 {	background-image: url("/resources/corporate/img/icon/ico_chara_04_01.png"); }
.dialogArea .ico04_02 {	background-image: url("/resources/corporate/img/icon/ico_chara_04_02.png"); }
.dialogArea .ico04_03 {	background-image: url("/resources/corporate/img/icon/ico_chara_04_03.png"); }
.dialogArea .ico04_04 {	background-image: url("/resources/corporate/img/icon/ico_chara_04_04.png"); }
.dialogArea .ico04_05 {	background-image: url("/resources/corporate/img/icon/ico_chara_04_05.png"); }


/* =========================================================
#introTxt 序文
========================================================= */
#introTxt {
    margin-bottom: 40px;
}

/* =========================================================
#middleTxt 本文
========================================================= */
#middleTxt {

}

/* =========================================================
#lastTxt 末文
========================================================= */
#lastTxt {
    margin-top: 50px;
}


/* ================================================================================
#ftContent ページ下部の著者名部分
================================================================================ */
#ftContent {
    color: #333;
    background-color: #F7F7F0;
    margin: 30px 10px 0;
    padding: 25px 10px 20px 15px;
    position: relative;
}

#ftContent #ftAuthorDefaultLogo {
    width: 35px;
    height: 35px;
    text-indent: -9999px;
    background-color: #FFF;
    background-image: url(../../common/img/ico_logo_01.png);
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 35px;
    position: absolute;
    top: 15px;
    left: 15px;
}
#ftContent #ftAuthorLogo {
    position: absolute;
    top: 15px;
    left: 15px;
}
#ftContent #ftAuthorLogo img {
    border-radius: 35px;
    width: 35px;
    height: 35px;
}

#ftContent #ftAuthor {
    font-size: 14px;
    line-height: 1.5em;
    font-weight: bold;
    padding-left: 50px;
}
#ftContent #ftAuthor .authorName {
    /*color: #6A90A1;*/
    display: inline-block;
}
#ftContent #ftAuthor a {
    color: #3B6C85;
}
#ftContent .tag p,
#mainArea .tag p {
    font-size: 13px;
    background-image: url(../../common/img/ico_tag_02.png);
    background-size: 13px;
    background-position: left center;
    background-repeat: no-repeat;
    margin: 15px 0;
    padding-left: 23px;
}
#ftContent .authorDescription {
    margin-top: 15px;
    font-size: 13px;
    line-height: 20px;
    color: #4B4B4A;
}
#ftSns {
    margin: 0 10px 20px;
    background-color: #F7F7F0;
    padding-bottom: 10px;
}


/* =========================================================
#productContents
========================================================= */
#productContents {
    width: 95%;
    margin: 0 auto 30px;
    border: 5px solid #DEC254;
    padding: 5px;
}
#productContents .introProduct {
    background-color: #F9F9F3;
    padding: 5px 15px;
}
#productContents p {
    font-size: 14px;
    line-height: 1.8em;
}
#productContents p .strong {
    color: #D7793F;
    font-size: 18px;
    line-height: 150%;
    font-weight: bold;
}
#productContents .introProduct .innnerTxt {
    width: 100%;
    float: left;
}
#productContents .introProduct .innnerTxt .productTit {
    margin-top: 20px;
}
#productContents .introProduct .innnerTxt .productTxt {
    margin:20px 0px;
}
#productContents .introProduct .photo {
    text-align: center;
    margin: 20px 0px;
}
#productContents .introProduct .photo img {
    width: 100%;
    height: auto;
}
#productContents .introProduct .button {
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: bold;
    padding: 10px 5px;
    border-radius: 3px;
    font-size: 13px;
}
#productContents .introProduct a:hover {
    opacity: 0.7;
    text-decoration: none;
}
#productContents .introProduct .detail {
    border: solid #D2D0CA 1px;
    color: #475354;
    background: -moz-linear-gradient(top, #FFF 94%, #E9E5E0 0%);
    background: -webkit-linear-gradient(top, #FFF 94%, #E9E5E0 0%);
    background: linear-gradient(to bottom, #FFF 94%, #E9E5E0 0%);
    margin-bottom: 5px;
    line-height: 1.7;
}
/*** 横幅320px用 ***/
@media screen and (max-width:320px){
    #productContents .introProduct .detail .onlyW320 {
        display: block;
        padding-bottom: 5px;
    }
}
#productContents .introProduct .inquiry {
    border: solid #DAC507 1px;
    color: #4B433D;
    background: -moz-linear-gradient(top, #EDD900 94%, #DAC507 0%);
    background: -webkit-linear-gradient(top, #EDD900 94%, #DAC507 0%);
    background: linear-gradient(to bottom, #EDD900 94%, #DAC507 0%);
    margin-bottom: 20px;
    line-height: 1.7;
}
/* ================================================================================
.supportCenter サービスへのお申込み枠
================================================================================ */
.supportCenter {
    background: url(/resources/corporate/img/ralko_tel.png) 10px 0px no-repeat;
    background-size: 44px auto;
    padding-top: 5px;
    margin: 20px 0 15px;
    text-align: center;
}
.supportCenter p:first-child {
    line-height: 35px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    padding-left: 65px;
    text-align: left;

}
.supportCenter .accessedMedia {
    color: #7DA444;
}
.supportCenter > span {
    vertical-align: middle;
}
.supportCenter .fa-phone {
    font-size: 20px;
    padding: 2px 0px 0px 4px;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #7DA444;
    color: #FFF;
}
.supportCenter .telNumber {
    font-size: 1.8em;
    padding-left: 3%;
    font-weight: bold;
}
/*** 横幅320px用 ***/
@media screen and (max-width:320px){
    .supportCenter .telNumber {
        font-size: 1.7em;
    }
}
.supportCenter .companyInfo {
    display: inline-block;
    font-size: 0.8em;
    line-height: 1.6em;
    margin-top: 10px;
}
.sns a.mail {
    display: none;
}

/* =========================================================
.newsDetail 専用
========================================================= */
.newsDetail #author {
    padding: 0;
}
.newsDetail #ftSns {
    padding: 20px 0 10px;
}
.newsDetail .txtArea .orgLink{
    margin: 0;
    text-align: center;
}
.newsDetail .txtArea .orgLink a {
    width: 100%;
    height: 60px;
    margin: 20px 0;
    line-height: 60px;
    font-size: 16px;
    font-weight: bold;
    color: #4F4441;
    text-align: center;
    text-decoration: none;
    border: 2px solid #4C443E;
    background-color: #FFF;
    display: inline-block;
    position: relative;
}
.newsDetail .txtArea .orgLink i {
    padding: 0;
    display: inline-block;
    font-weight: bold;
    font-size: 30px;
    color: #333;
    position: absolute;
    right: 25px;
    top: 13px;
}

/* ================================================================================
#recommendProduct おすすめ商品・サービス
================================================================================ */
#recommendProduct {
    margin-top: 20px;
}
#recommendProduct .titTxt {
    color: #FFF;
    background-color: #B19871;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.02em;
    margin: 50px 15px 0;
    padding: 12px 0;
}
/*** 横幅320px用 ***/
@media screen and (max-width:320px){
    #recommendProduct .titTxt {
        line-height: 1.7;
        border-radius: 30px;
        padding: 7px 0;
    }
    #recommendProduct .titTxt .onlyW320 {
        display: block;
    }
}
#recommendProduct .recommendContent {
    margin-bottom: 5%;
    padding: 0 15px;
}
#recommendProduct .recommendContent .contentImg  {
    width: 100%;
    height: auto;
    text-align: center;
    vertical-align: middle;
    margin: 15px 0 5px;
    padding: 10px 0;
    overflow: hidden;
}
.orderLine .contentImg {
    border-top: 5px solid #4F1F15;
}
.formatLine .contentImg {
    border-top: 5px solid #2DB5A9;
}
.rengotai .contentImg {
    border-top: 5px solid #ECD730;
}
#recommendProduct .recommendContent .contentImg a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
#recommendProduct .recommendContent .contentImg .titImgBox {
    width: 55%;
    display: flex;
    justify-content: center;
    align-items: center;
    order: 2;
}
#recommendProduct .recommendContent .contentImg .imgBox  {
    width: 45%;
    order: 1;
}
#recommendProduct .recommendContent .contentImg .imgBox img  {
    width: 100%;
}
#recommendProduct .recommendContent .contentTxt {
    width: 100%;
    height: auto;
    position: relative;
    float: right;
}
#recommendProduct .recommendContent .contentTxt h3 {
    font-size: 15px;
    color: #6E3E2C;
    font-weight: bold;
    line-height: 20px;
}
#recommendProduct .recommendContent .contentTxt p {
    font-size: 12px;
    color: #333;
    line-height: 20px;
    margin: 10px 0;
    letter-spacing: 0.5px;
}
#recommendProduct .recommendContent .contentTxt .contentOther {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
#recommendProduct .recommendContent .contentTxt .contentOther a {
    width: 100%;
    height:auto;
}
#recommendProduct .recommendContent .contentTxt .contentOther a:hover {
    opacity: 0.7;
}
#recommendProduct .recommendContent .contentTxt .pdfBtn {
    background-image: url("/resources/corporate/img/icon/ico_pdf.png");
    background-size: 17px auto;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0px 5px 0 27px;
    color: #475354;
    font-size: 14px;
    line-height: 40px;
}
#recommendProduct .recommendContent .contentTxt .detailBtn {
    display: inline-block;
    border: solid #D2D0CA 1px;
    border-radius: 3px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #475354;
    font-weight: bold;
    text-decoration: none;
    background: -moz-linear-gradient(top, #FFF 94%, #E9E5E0 0%);
    background: -webkit-linear-gradient(top, #FFF 94%, #E9E5E0 0%);
    background: linear-gradient(to bottom, #FFF 94%, #E9E5E0 0%);
    margin-right: 10px;
}
#recommendProduct .recommendContent .contentTxt .inquiryBtn {
    display: inline-block;
    border: solid #DAC507 1px;
    border-radius: 3px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #4B433D;
    font-weight: bold;
    text-decoration: none;
    background: -moz-linear-gradient(top, #EDD900 94%, #DAC507 0%);
    background: -webkit-linear-gradient(top, #EDD900 94%, #DAC507 0%);
    background: linear-gradient(to bottom, #EDD900 94%, #DAC507 0%);
}

/* ================================================================================
.newColumn 	新着コラム
================================================================================ */

.newColumn {
    padding: 20px;
    background-color: #FFF;
    position: relative;
}
.newColumn h3 {
    height: 30px;
    line-height: 30px;
    padding-left: 35px;
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: bold;
    background-image: url("/resources/corporate/img/icon/ico_newColumn_01.png");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: left center;
}
.newColumn h3 .onlySP {
    display: inline;
}
.newColumn li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E9E9E9;
}
.newColumn li:last-child {
    margin-bottom: 0px;
}
.newColumn li .rightArea,
.newColumn li .onlyPostArea {
    display: flex;
    flex-direction: column;
    padding-top: 15px;
}

.newColumn li .title {
    order: 1;
    margin-bottom: 15px;
    font-weight: bold;
}
.newColumn li .headArea {
    order: 2;
    vertical-align: middle;
    margin-top: 10px;
}

.newColumn img {
    width: 100%;
    height: 60vw;
    object-fit: cover;
    font-family: 'object-fit: cover;';

}
.newColumn a {
    line-height: 1.5em;
    text-decoration: none;
    font-size: 14px;
    color: #333;
}
.newColumn .tagText {
    display: none;
}
.newColumn .headArea .date {
    height: 20px;
    line-height: 20px;
    color: #7E7E7E;
    font-weight: initial;
    float: right;
}
.newColumn .headArea .date .fa-calendar-check-o {
    margin: 0 5px;
}
#headArea .simpleSns {
    display: none;
}
.cornerParent .linkList {
    text-align: right;
    padding: 0 20px 15px;
    border-bottom: 1px solid #E9E9E9;
}
.cornerParent .linkList a {
    line-height: 1.5em;
    text-decoration: none;
    font-size: 14px;
    color: #333;
}
.cornerParent .listLink {
    width: 100%;
    height: 60px;
    margin: 20px 0;
    line-height: 60px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-align: center;
    text-decoration: none;
    border: 2px solid #4C443E;
    background-color: #FFF;
    display: inline-block;
    position: relative;
}
.newColumn .listLink.onlyPC {
    display: none;
}
.returnList {
    text-align: right;
    padding: 0 20px 15px;
    border-bottom: 1px solid #E9E9E9;
}
.returnList .topLink {
    line-height: 1.5em;
    text-decoration: none;
    font-size: 12px;
    color: #333;
}
i.fa-angle-right {
    padding: 0 5px 0;
    font-size: 15px;
    font-weight: bold;
}
.ocher {
    color: #E0C447;
}

/* シリーズ化されている記事のリンク周り */
.txtArea .seriesLink {
    border: 1px solid #E2E2DA;
    margin-top: 30px;
    padding: 0 10px;
}
.txtArea .seriesLink .seriesListGuide {
    margin: 0;
    border-bottom: 1px solid #E2E2DA;
    line-height: 40px;
    height: 40px;
}
.txtArea .tieLink {
    margin: 0;
    padding: 5px 0;
}
.txtArea .tieLink a {
    background-position: 15px 10px;
    padding: 0px 0 0 30px;
    font-size: 15px;
    background: url(https://ralsnet.jp/wp-content/uploads/2018/08/ico_link_01.png) top 5px left no-repeat;
    display: block;
    color: #3398D8;
    text-decoration: none;
}

/* 画像が横並びのパターン */
.txtArea .inlineImg {
    text-align:center;
}
.txtArea .inlineImg img  {
    display:inline-block;
}

/* チェックマーク01 */
.txtArea .checkList01 {
    padding: 10px 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
}
.txtArea .checkList01 li {
    text-indent: -1.5em;
    margin-left: 1.5em;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: -0.04em;
}
.txtArea .checkList01 li i {
    display: inline;
    width: 1em;
    padding-right: 10px;
    text-align: center;
    font-size: 15px;
    color: #6CA643;
}

.txtArea .wp-caption {
    max-width: 100%;
}

/* ================================================================================
iphone5 など幅狭に対応
================================================================================ */
@media screen and (max-width:320px){
    .dialogArea div[class^="ico"] {
        width: 55px;
    }
}
/*** ラルマネのみの文言用 ***/
.onlyManager {
    display: none !important;
}
.onlyLinkManager {
    pointer-events: none;
    color: #333 !important;
}


/* ================================================================================
recruit-blog start
================================================================================ */
#headArea {
}
#mainPhoto {
    margin-bottom: 15px;
}
/* タブ、pcの左部分の人気ブログランキングは非表示に */
.tabArea {
    display: none;
}
.pageTit {
    display: none;
}
#headArea #author {
    margin: 20px 15px 0px 15px;
}
#headArea #author a {
    color: #624239;
    text-decoration: none;
}
#headArea #author a:hover {
    color: #C77D23;
}
/* .txtArea h2 {
    background: #F7F7F0 url(../../common/img/ico_titmark_01.png) left center no-repeat;
} */
.txtArea h3 {
    background-color: #F7F7F0;
    border-top: 4px solid #D9AF14;
}
.txtArea p {
    margin: 0;
}
.txtArea p.recLink {
    font-size: 15px;
    border: 1px solid #3398D8;
}
.txtArea p.recLink a {
    background: url(/resources/recruit/img/icon/ico_link_01.png) 15px 15px no-repeat;
    display: block;
    padding: 10px 0 10px 45px;
    color: #3498DB;
    font-size: 13px;
    text-decoration: none;
}
.txtArea .cautionTxt {
    color: #D7793F;
    background: none;
}
.txtArea .highLight {
    background-color: #FF0;
}
.txtArea .checkList01 li i {
    color : #DFC352;
}
.txtArea a {
    color: #3498DB;
    text-decoration: underline;
}
.txtArea .interviewQuestion {
    font-weight: bold;
    color: #660000;
}
/* 動画 */
.txtArea iframe {
	width: 100%;
	height: 50vw;
}
#ftContent #ftAuthor .authorName {
    color: #624239;
}

/***  ページング ***/
.pagingArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #E1E1E1;
    padding: 15px 3%;
    margin: 0 10px;
    align-items: center;
}
.pagingArea li a {
    font-size: 13px;
    font-weight: bold;
    color: #4F4441;
    text-decoration: none;
    text-align: center;
}
.pagingArea li a img {
    display: none;
}
.pagingArea .pagePrev,
.pagingArea .pageNext {
    width: 49%;
    height: 75px;
}
.pagingArea .prevTitle,
.pagingArea .nextTitle {
    display: block;
    width: 92%;
    margin: 0 auto 3px;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    background: #F7F7F0;
}
.pagingArea .pagingTitle {
    display: inline-block;
    width: 80%;
    max-height: 40px;
    margin: 5px 10px;
    line-height: 1.6;
    word-break: break-all;
    vertical-align: middle;
    text-align: left;
    overflow: hidden;
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.pagingArea .pageNext {
    text-align: right;
}
.pagingArea .separate {
    height: 80px;
    border-right: 1px solid #E1E1E1;
}
.pageList {
    padding: 30px 0;
    margin: 0 10px;
    border-top: 1px solid #E1E1E1;
    text-align: center;
}
.pageList a {
    border: 2px solid #4F4441;
    display: block;
    padding: 10px;
    text-align: center;
    color: #4F4441;
    font-weight: bold;
}
/***  iPhone5に対応 ***/
@media screen and (max-width:320px){
    .pagingArea li a {
        font-size: 12px;
    }

}
/* recruit-blog 下部 samaAuthor */
.sameAuthor .newColumn h3 {
    height: auto;
    line-height: 30px;
    margin-bottom: 15px;
    background: none;
    padding-left: 0;
}
.sameAuthor .newColumn h3 img {
    width: 30px;
    height: 30px;
    border-radius: 100%;
}
.sameAuthor .newColumn ul li .author,
.newBlogPost .newColumn ul li .author {
    margin-top: 5px;
}
.sameAuthor .newColumn ul li .author img,
.newBlogPost .newColumn ul li .author img {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    vertical-align: middle;
    margin-right: 5px;
}

.newColumn .category a {
    font-size:12px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 4px 5px;
    line-height: 1em;
}
