@charset "utf-8";

/*---------------
common
---------------*/
#wrapper {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 12px;
    color: #333;
    line-height: 1.5;
}
a:link,a:visited {
    color: #666;
    text-decoration: none;
}
a:hover {
    text-decoration: underline !important;
}
a:hover img {
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

h1,h2,h3,h4,h5 { font-weight: bold; }
.txtleft { text-align: left; }
.txtcenter { text-align: center; }
.txtright { text-align: right; }

.fs13 { font-size: 13px; }
.fs14 { font-size: 14px; }
.fs15 { font-size: 15px; }
.fs16 { font-size: 16px; }
.fs18 { font-size: 18px; }

.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px; }

.bold { font-weight: bold; }

h1.ttl {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
    padding-left: 25px;
    border-bottom: 1px solid #e5e5e5;
    background: url(/assets/pc/common/img/arrow.gif) no-repeat left top;
}
h1.ttl_noicon {
    background: none;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}
h2.ttl {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
    padding-left: 25px;
    border-bottom: 1px solid #e5e5e5;
    background: url(/assets/pc/common/img/arrow.gif) no-repeat left top;
}
h2.ttl_noicon {
    background: none;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}
h2.ttl_noicon_ver2 {
    background: none;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
}

#pagetop {
    position: fixed;
    bottom: 0;
    right: 0;
}

/*---------------
header
---------------*/
#header-inner {
    width: 1080px;
    position: relative;
    margin: 20px auto 0;
}
#header-inner #logo #logoimg {
    width: 231px;
    margin: 0 auto;
}
#header-inner #searchForm {
    position: absolute;
    top: 0;
    right: 0;
}

#header-inner #portaltop {
    position: absolute;
    top: 4px;
    left: 0;
}

/*---------------
gnavi
---------------*/
header #gnavi {
    font-size: 13px;
    margin-top: 20px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
#gnavi ul {
    width: 1080px;
    margin: 0 auto;
    text-align: center;
    list-style: none;
    display: table;
    vertical-align: middle;
}

/* 20181012追記 */
#gnavi #maincategory li {
    display: table-cell;
    position: relative;
}
#gnavi #maincategory li a {
    padding: 15px 0;
    display: block;
}
/* 20181012追記 */

#gnavi ul li ul {
    list-style: none;
    position: absolute;
    z-index: 100;
    top: 100%;
    margin: 0;
    padding: 15px !important;
    background: rgba(0,0,0,0.4);
    display: none;
}
#gnavi ul li ul li a:link,#gnavi ul li ul li a:visited {
    color: #fff !important;
    text-shadow:1px 1px 0px #000000;
    display: block !important
}
#gnavi ul li:hover {
    background: #e5e5e5;
}
#gnavi ul li ul li:hover {
    background: none;
}

/*---------------
wrapper-contents
---------------*/
#wrapper-contents {
    position: relative;
    background: #edf5fa;
    z-index: 0;
}
#contents-inner {
    width: 1080px;
    margin: 0 auto;
    padding: 10px 0 30px;
}
#eyecatch {
    border: 1px solid #e6e6e6;
    background: #fff;
    padding: 25px;
    padding-bottom: 15px;
}

/*---------------
swiper slider
---------------*/
.swiper-slide img {
    margin-bottom: 5px;
}

.swiper-button-prev {
    background-image: url(/assets/pc/common/img/beforebtn.png) !important;
}
.swiper-button-next {
    background-image: url(/assets/pc/common/img/nextbtn.png) !important;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 36% !important;
    width: 34px !important;
    height: 75px !important;
    margin-top: -34px !important;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 34px 75px !important;
    -webkit-background-size: 34px 75px !important;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0 !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0 !important;
}
.swiper-slide {
    width: 330px !important;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #999999 !important;
}
.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
}
.swiper-container {
    padding-bottom: 10px !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -10px !important;
    z-index: 9999 !important;
    position: relative;
}
/*---------------
column-main
---------------*/
#column-main {
    width: 655px;
    float: left;
    border: 1px solid #e6e6e6;
    background: #fff;
    padding: 25px;
    margin-top: 20px;
    margin-right: 20px;
}
#column-main .article-list {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
#column-main .article-list a:hover {
    text-decoration: underline;
}
#column-main .photo {
    width: 200px;
    float: left;
    margin-right: 20px;
}
#column-main .text {
    width: 435px;
    float: left;
}
#column-main h2 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px
}
#column-main .leadtext {
    font-size: 15px;
    margin-top: 15px;
}
#column-main .writer {
    margin: 15px 0;
}
#column-main .writer .fas {
    margin-right: 5px;
}
#column-main ul {
    list-style: none;
}
#column-main ul li.category {
    padding: 5px 8px;
    background: #e6e6e6;
    float: left;
    margin-right: 10px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    margin-bottom: 10px;
}
#column-main ul li.tag {
    background: #fff;
    float: left;
    margin-right: 10px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    margin-bottom: 10px;
}

#column-main ul li.tag a {
    display: block;
    padding: 5px 8px;
    min-width: 3em;
    text-align: center;
}

#column-main a:hover {
    text-decoration: none;
}

#column-main #paginate {
    position: relative;
    margin-top: 20px;
    padding-bottom: 30px;
    text-align: center;
    letter-spacing: -.4em;
}
#paginate a:hover li {
    text-decoration: none;
}
#paginate a {
    padding: 10px 0 8px;
    border-bottom: 2px solid #eee;
}
#paginate strong, #paginate a {
    display: inline-block;
    position: relative;
    width: 36px;
    margin: 0 6px;
    border: 1px solid #eee;
    border-radius: 3px;
    color: #333;
    font-size: 14px;
    text-align: center;
    letter-spacing: normal;
    vertical-align: middle;
}
#paginate strong {
    padding: 11px 0 9px;
    background: #eee;
    border-bottom: 0;
}
#paginate span {
    display: inline-block;
    padding-bottom: 5px;
    color: #999;
    font-size: 14px;
    letter-spacing: .2em;
    vertical-align: middle;
}

#taglist .taglist li a {
    display: inline-block;
    min-width: 3em;
    padding-left: 8px;
}

/*---------------
column-sidebar
---------------*/
#column-sidebar {
    width: 300px;
    float: left;
    border: 1px solid #e6e6e6;
    background: #fff;
    padding: 25px;
    margin-top: 20px;
}
#column-sidebar .adbanner {
    margin-bottom: 20px;
}
#column-sidebar ul.category {
    list-style: none;
    font-size: 14px;
    margin-top: 15px;
}
#column-sidebar ul.category li {
    margin-top: 15px;
    padding-left: 10px;
}
#column-sidebar ul.category li .fas {
    padding-right: 5px;
}
#column-sidebar ul.category .sub li {
    margin-top: 0px;
}
#column-sidebar ul.category .sub {
    margin-left: 15px;
    margin-bottom: 15px;
}
#column-sidebar .fa-circle {
    font-size: 0.5em !important;
    color: #cccccc;
}
#column-sidebar .fa-angle-right {
    color: #cccccc;
}
#column-sidebar ul.taglist {
    list-style: none;
    margin-top: 15px;
}
#column-sidebar ul.taglist li {
    border: 1px solid #eeeeee;
    border-radius: 5px;
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
}
#column-sidebar ul.taglist li a {
    display: block;
    padding: 5px 10px;
    min-width: 3em;
    text-align: center;
}
#column-sidebar #media-information {
    padding: 20px;
    margin-top: 50px;
    border: 1px solid #e5e5e5;
}
#column-sidebar #media-information .sns {
    width: 230px;
    margin: 20px auto 0;
    display: table;
    vertical-align: middle;
}
#column-sidebar #media-information .sns p {
    display: table-cell;
    padding-right: 10px;
    text-align: center;
}
#column-sidebar #media-information .sns p:last-child {
    padding-right: 0;
}

#column-sidebar .article-thumb {
    position: relative;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}
#column-sidebar .article-thumb .thumbs img {
    width: 80px;
    float: left;
    border-radius: 0px;
}
#column-sidebar .article-thumb .text:hover {
    text-decoration: underline !important;
}
#column-sidebar .article-thumb .text {
    width: 210px;
    font-size: 14px;
    float: left;
    vertical-align: middle;
    position: absolute;
    top: 41%;
    right: 0;
    transform: translateY(-50%);

}
#column-sidebar .article-thumb .triangle {
    margin: 0 auto;
    position: relative;
}

/* ラベル部分 左上に表示 */
#column-sidebar .article-thumb .triangle::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 4em solid transparent;
    border-left: 4em solid #333;/* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
    opacity: 0.7;

}
#column-sidebar .article-thumb .triangle::after {
    display: block;
    top: 2px;
    transform: rotate(0deg);
    color: #fff; /* 文字色はここで変更 */
    left: 11px;
    position: absolute;
    z-index: 101;
    font-size: 16px;
}
#column-sidebar .article-thumb .triangle.one::after {
    content: "1";
}
#column-sidebar .article-thumb .triangle.two::after {
    content: "2";
}
#column-sidebar .article-thumb .triangle.three::after {
    content: "3";
}
#column-sidebar .article-thumb .triangle.four::after {
    content: "4";
}
#column-sidebar .article-thumb .triangle.five::after {
    content: "5";
}
#column-sidebar .article-thumb .ttl {
    font-size: 14px;
}
#column-sidebar .article-thumb .lead-text {
    font-size: 12px;
    margin-top: 7px;
}

/*---------------
footer
---------------*/
#footer-wrapper {
    width: 1080px;
    margin: 0 auto;
}
#footer-wrapper ul {
    list-style: none;
}
#footer-wrapper #media-banner {
    list-style: none;
    margin: 30px auto;
    display: table;
    text-align: center;
}
#footer-wrapper #media-banner li {
    display: table-cell;
    float: left;
    margin-right: 25px;
}
#footer-wrapper #media-banner li:last-child {
    margin-right: 0;
}
#footer-wrapper #media-banner li img {
    height: 90px;
}
#footer-wrapper #footer-list {
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
    padding-bottom: 30px;
}
#footer-wrapper #footer-list ul li {
    float: left;
    margin-right: 20px;
}


.m-header-search {
    position: absolute;
    right: 0;
    top: 20px;
}
input[type=text], input[type=email], input[type=password], textarea {
    display: inline-block;
    position: relative;
    margin: 0;
    color: #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
}
.m-header-search-input {
    position: relative;
    width: 250px;
    height: 30px;
    *width: 190px;
    *height: 28px;
    padding: 0 50px 0 8px;
    border: 1px solid #eee;
    border-radius: 3px;
    font-size: 12px;
}
input[type=button], input[type=submit] {
    padding: 0;
    border: 0;
    -webkit-border-image: initial;
    -o-border-image: initial;
    border-image: initial;
}
.m-header-search-button {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 30px;
    background: url(/assets/pc/common/img/searchicon.png) center center no-repeat;
    border-radius: 0 5px 5px 0;
    border: 1px solid #ddd !important;
}
.m-header-search-button:hover{
    background: rgba(0,0,0,0.1) url(/assets/pc/common/img/searchicon.png) center center no-repeat;
}

.small_dot {
    font-size: 26px !important;
    vertical-align: middle;
    color: #cccccc;
    margin-right: -5px;
    line-height: 1;
}


/*---------------
パンくず
---------------*/
#riBreadcrumbs  ul li {
    background: #fff !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #e6e6e6;
    float: left;
    border: none !important
}
#riBreadcrumbs  ul li:after{/* >を表示*/
    content: '>';
    padding: 0 3px;
    color: #555;
}
#riBreadcrumbs  ul li:last-child:after{/* >を表示*/
    content: '';
    padding: 0 3px;
    color: #555;
}


/*---------------
balloon（吹き出しボタン）
---------------*/
#balloon {
    width: 310px;
    margin: 0 auto;
    color: #fff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.balloon_noactive {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #5aadd8 !important;
    font-size: 16px;
    background: #fff;
    text-align: center;
    border: 1px solid #5aadd8;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.balloon_kadomaru-left {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    margin-right: -4px;
}
.balloon_kadomaru-right {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.balloon_active {
    position: relative;
    display: inline-block;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #fff !important;
    font-size: 16px;
    background: #5aadd8;
    text-align: center;
    border: 1px solid #5aadd8;
}

.balloon_active:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 56%;
    margin-left: -15px;
    border: 7px solid transparent;
    border-top: 8px solid #5aadd8;
}


.balloon_active p {
    margin: 0;
    padding: 0;
}

/*---------------
画像クリッピング
---------------*/
.swiper-slide img {
    width: 330px;
    height: 192px;
    object-fit:cover;
    font-family: 'object-fit: cover;'
}
.article-list .photo img {
    width: 200px;
    height: 139px;
    object-fit:cover;
    font-family: 'object-fit: cover;'
}
.article-thumb .thumbs img {
    width: 80px;
    height: 80px;
    object-fit:cover;
    font-family: 'object-fit: cover;'
}

#recommend-article .inner img {
    width: 148px;
    height: 103px;
    object-fit:cover;
    font-family: 'object-fit: cover;'
}

.thumbsbox img {
    width: 180px;
    height: 125px;
    object-fit:cover;
    font-family: 'object-fit: cover;'
}
.thumbs img {
    max-width: 655px;
    height: auto;
    object-fit:cover;
    font-family: 'object-fit: cover;'
}

#snstool ul li, #toc ul li,
.writer-list .sns li {
    border: none !important;
}

/* 20191118_右カラムボタン */
#column-sidebar .btn01,
#column-sidebar .btn02 {
    width: 150px;
    margin-right: auto;
    margin-left: auto;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    border-color: #c00000;
    text-align: center;
    font-weight: bold;
    padding: 6px 0;
    text-decoration: none!important;
}
#column-sidebar .btn01 {
    background-color: #c00000;
    color: #fff;
}
#column-sidebar .btn02 {
    background-color: #fff;
    color: #c00000;
}
#column-sidebar .btn01 a,
#column-sidebar .btn02 a {
    width: 100%;
    display: inline-block;
    text-decoration: none!important;
}
#column-sidebar .btn01 a {
    color: #fff;
}
#column-sidebar .btn02 a {
    color: #c00000;
}
#column-sidebar .btn01:hover,
#column-sidebar .btn02:hover {
    text-decoration: none!important;
    filter: alpha(opacity=70);
    -moz-opacity: .7;
    opacity: .7;
}
#column-sidebar .btn01 a:hover,
#column-sidebar .btn02 a:hover {
    text-decoration: none!important;
}