@charset "UTF-8";

@font-face {
    font-family: 'lithosregular';
    src: url('../font/lithos-webfont.eot');
    src: url('../font/lithos-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/lithos-webfont.woff2') format('woff2'),
         url('../font/lithos-webfont.woff') format('woff'),
         url('../font/lithos-webfont.ttf') format('truetype'),
         url('../font/lithos-webfont.svg#lithosregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: "bahnschrift";
	src: url("../font/BAHNSCHRIFT.woff") format("woff"),
	url("../font/BAHNSCHRIFT.TTF") format("truetype")
  }
  .bahnschrift{
	 font-family: "bahnschrift";
 }

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html { line-height: 1.15; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
body { margin: 0; }
article, aside, footer, header, nav, section { display: block; }
h1 { font-size: 2em; margin: 0.67em 0; }
figcaption, figure, main { display: block; }
figure { margin: 1em 40px; }
hr { box-sizing: content-box; height: 0; overflow: visible; }
pre { font-family: monospace, monospace; font-size: 1em; }
a { background-color: transparent; -webkit-text-decoration-skip: objects; }
abbr[title] { border-bottom: none; /*text-decoration: underline;*/ text-decoration: /*underline*/ dotted; }
b, strong { font-weight: inherit; }
b, strong { font-weight: bolder; }
code, kbd, samp { font-family: monospace, monospace; font-size: 1em; }
dfn { font-style: italic; }
mark { background-color: #ff0; color: #000; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }
audio, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
img { border-style: none; }
svg:not(:root) { overflow: hidden; }
button, input, optgroup, select, textarea { font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0; }
button, input { overflow: visible; }
button, select { text-transform: none; }
button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }
button, html [type="button"] { z-index: 5; }
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }
fieldset { padding: 0.35em 0.75em 0.625em; }
legend { box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; }
progress { display: inline-block; vertical-align: baseline; }
textarea { overflow: auto; }
[type="checkbox"], [type="radio"] { box-sizing: border-box; padding: 0; }
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }
[type="search"] { -webkit-appearance: textfield; outline-offset: -2px; }
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }
details, menu { display: block; }
summary { display: list-item; }
canvas { display: inline-block; }
template { display: none; }
[hidden] { display: none; }
/* base--set  */
* { box-sizing: border-box; }
*::before, *::after { box-sizing: border-box; }
body { margin: 0; padding: 0; background: #fff; color: #333; font-size: 18px; font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif; min-width: 1120px;}
h1, h2, h3, h4, h5, h6 { margin: 0; }
ul, ol { list-style: none; }
p, ul, ol, dl { margin: 0; padding: 0; }
li, dt, dd { margin: 0; padding: 0; }
em { font-style: normal; }
table { border-collapse: separate; border-spacing: 0; border: none; }
th, td { border: none; }
a { color: #000; text-decoration: none; }
a:hover { opacity: 0.7; }
a:hover > img { opacity: 0.8; }
img { max-width:100%; height:auto; vertical-align: middle; }
@font-face { font-family: 'Avant Garde Book BT'; font-style: normal; font-weight: normal; src: local("Avant Garde Book BT"), url("/css/font/AVGARDN_2.woff") format("woff"); }
/* layout--footer */
footer { width: 100%;}
footer .footer_nav{width: 100%; background-color: #000; padding: 1em 0;}
footer .footer_wrap{width: 1110px; margin:0 auto 90px auto; display: flex; justify-content: space-between; align-items: center; padding: 0 5px;}
footer .footer_ttl{width: 110px; font-size: 18px; padding: 0.75em 0; border-right: 1px solid #fff; color: #fff;}
footer .footer_ttl + div{width: calc(100% - 91px);}
footer .fnav{ display: flex; justify-content: flex-start; align-items: center; padding-left: 1em;}
footer .fnav .menu-item {display: inline-block; margin-left: 1em;}
footer .fnav .menu-item a{display: block; font-size: 12px; color: #fff; padding-right: 1em; position: relative; font-weight: bold;}
footer .fnav .menu-item a::before{content: ''; position: absolute; right: 0; top:0; display: block; height: 1em;
width: 1px; background-color: #fff; transform: rotate(30deg);}
footer .fnav .menu-item:last-of-type a::before{display: none;}
footer .footer_logo{width: 156px; height: auto; margin-bottom: 1em;}
footer .footer_right{width: calc(100% - 156px); padding: 1em 0;}
footer .list { display: flex; justify-content: flex-end; padding-top: 0.5em;}
footer .list li { padding: 0 13px;line-height: 10px;}
footer .list li:not(:last-child) { border-right: 1px solid #41403e; }
footer .list li a { color: #333; font-size: 13px;}
footer .copy_wrap{display: flex; justify-content: flex-end; align-items: flex-end; padding-bottom: 0.5em;}
footer .footer_sns{display: flex; justify-content: flex-end; padding-top: 1em; padding-right: 0.5em;}
footer .footer_sns .item{margin: 0 10px;}
footer .footer_sns .item img{width: 15px; height: auto;}
footer .copy { margin-top: 20px; color: #41403e; font-size: 10px; color: #6d6d6d;}

/* layout--header */
header { min-width: 1110px; background: #fff; border-bottom: 1px solid #e0e0e0;}
header .l-header_inner { display: flex; align-items: center; justify-content: space-between; width: 1110px;  height: 80px; margin: 0 auto; padding: 0 5px;}
header .l-header_inner .logo { width: 196px; }
header .l-header_inner .logo a:hover { opacity: 0.7; }
header .l-header_inner .list { display: flex; justify-content: flex-end; align-items: center; width:475px; }
header .l-header_inner .list li { margin-left: 15px; }
header .l-header_inner .list li a:hover { opacity: 0.7; }
header .l-header_inner .list li.sns a{ width: 40px; background-color: #000; height: 40px; text-align: center; padding: 8px 0; display: block;}

header .l-header_inner .list li.search { display: flex; justify-content: space-between; width: 320px; background: #fff; border: 1px solid #7f7f7f; }
header .l-header_inner .list li.search form {height: 100%; width: 100%;}
header .l-header_inner .list li.search [type=text] { width: calc(100% - 40px); height: 30px; padding: 0 5px; border: none; border-radius: 10px; }
header .l-header_inner .list li.search [type=image] { width: 40px; height: 40px; vertical-align:middle; padding: 10px; background-color: #7f7f7f;}
header .l-header_inner .list li.search [type=image]:hover {opacity: 0.7;}


#top .wrap {padding-top: 50px; display: flex; flex-wrap: wrap;}
#top nav.menu_nav { width: 180px; margin-right: 20px;}
#top .contents { width: 530px; float: none; margin-top: 0; margin-right: 20px;}
#top .side_conrents { width: 350px; margin-top: 0;}

#top nav.menu_nav .nav_ttl{ font-size: 20px; font-weight: bold; color: #b22029; border-bottom: 2px solid #000; padding-bottom: 0.5em; margin-bottom: 1em;}
#top nav.menu_nav .gnav{padding-bottom: 1.5em;}
#top nav.menu_nav .gnav li{display: block;}
#top nav.menu_nav .gnav li a {color: #000; font-weight: bold; font-size: 14px; padding: 0.75em 0; display: block;}

#top .contents .contents_inner { display:block; margin-top: 0; }
#top .contents .archive li{ display: flex; justify-content: space-between; margin-bottom: 1em; border-bottom: 1px solid #e0e0e0;  padding-bottom: 1em;}
#top .contents .archive li a.list_thumb{display: block; width: 180px;}
#top .contents .archive li a.list_thumb img{object-fit: cover; width: 180px; height: 120px;}
#top .contents .archive li .txt{width: 330px;}
#top .contents .archive li .txt .list_head{display: flex; justify-content: space-between;}
#top .contents .archive li .txt .list_head .type a{font-size: 12px; font-weight: bold; color: #b22029;}
#top .contents .archive li .txt .list_head time a{font-size: 12px; color:#6d6d6d;} 
#top .contents .archive li .txt .ttl{font-size: 16px; color:#6d6d6d; margin-top: 1em; line-height: 1.6;} 
#top .contents .archive li .txt .ttl a{color:#333;} 


/* module side */
.side_conrents .ad{text-align: center;}
.side_conrents .bnr{margin-top: 40px;}
.side_conrents .bnr li{margin-top: 10px;}

.side_conrents .menu_nav .nav_ttl{font-size: 20px; font-weight: bold; color: #b22029; border-bottom: 2px solid #000; padding-bottom: 0.5em; margin-bottom: 1em;}
.side_conrents .menu_nav .gnav{display: flex; flex-wrap: wrap; }
.side_conrents .menu_nav .gnav .menu-item{width: 50%;}
.side_conrents .menu_nav .gnav .menu-item a{color: #000; font-weight: bold; font-size: 14px; padding: 0.75em 0; display: block; font-size: 16px;}

.side_conrents .side_ttl{font-size: 20px; color: #b22029; margin-top: 3em; padding-bottom: 0.5em; border-bottom: 2px solid #000; font-weight: bold; margin-bottom: 1em;}
.side_conrents .side_recommend li a{ display: flex; justify-content: space-between; margin-bottom: 0.75em; width: 350px;}
.side_conrents .side_recommend li:not(:last-child) a{border-bottom: 1px solid #e0e0e0;  padding-bottom: 0.75em;}
.side_conrents .side_recommend img{object-fit: cover; width: 100px;}
.side_conrents .side_recommend .txt{width: 240px; font-size: 14px; color:#333; line-height: 1.6;}
.side_conrents .side_recommend .btn{width: 100%; display: block; font-size: 14px; text-align: center; border: 1px solid #000; padding: 0.75em 0; position: relative; margin-top: 1.25em;}

.side_conrents {width: 336px; margin-top: 20px;}
.side_conrents [class*="bnr_side"] { text-align: center; }
.side_conrents .bnr_side02 { margin-top: 45px; }
.side_conrents .bnr_side02 > * { margin-top: 15px; }
.side_conrents .block:not(:first-child) { margin-top: 30px; }
.side_conrents .block .hdg_01 { padding: 7px 0 5px; text-align: center; color:#4f2926; font-size: 24px; background: url(../images/common/bg_img01.png) no-repeat center center/100%; }
.side_conrents .block .rink_list { margin-top: 20px; }
.side_conrents .block .rink_list li { display: flex; justify-content: space-between; }
.side_conrents .block .rink_list li:not(:first-child) { margin-top: 15px; }
.side_conrents .block .rink_list li:nth-child(-n+3) em { background: #ff8555; }
.side_conrents .block .rink_list li em { display: inline-block; width: 40px; height: 40px; text-align: center; line-height: 42px; background: #999; color: #fff; font-size: 23px; font-family: lithos-pro, sans-serif; border-radius: 5px; }
.side_conrents .block .rink_list li .lead { padding-left: 10px; line-height: 1.3; }
/*.side_conrents .block .rink_list li .lead a:hover { text-decoration: underline; }*/
.side_conrents .block .keyword_list { margin-top: 20px; letter-spacing: -.4em; }
.side_conrents .block .keyword_list li { display: inline-block; margin: 0 10px 0 0; letter-spacing: 0; }
.side_conrents .block .keyword_list li:not(:first-child) { margin-top: 10px; }
.side_conrents .block .keyword_list li a { display: block; padding: 5px 1em; color: #6d6d6d; border: 1px solid #6d6d6d; font-size:14px; line-height: 1.5;}
.side_conrents .block .keyword_list li a:hover { opacity: 0.7; }


/* page single*/
.bnr_long { margin-top: 20px; text-align: center; }
.wrap { width: 1110px; margin: 0 auto; padding: 5px; }
.wrap::after { display: block; content: ""; clear: both; }
.wrap.singlewrap {display: flex; justify-content: space-between; flex-wrap: wrap; padding-bottom: 50px;}
.wrap.singlewrap .detail_ranking{width: 100%; display: flex; justify-content: space-between;}
.wrap.singlewrap .detail_ranking .block{width: 530px;}

.contents {width: 730px; margin-right: 20px;}
/*.contents .contents_inner { display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 20px; }*/
.detail_inner { width: 100%; }
.detail_inner .hdg_01,.detail_inner .hdg_01_tag {font-size: 16px; color: #b22029; font-weight: bold; padding: 3em 0 0;}
.detail_inner .hdg_01_tag { padding: 7px 0 5px; }
.detail_inner .sub_title { margin-top: 10px; line-height: 1.3; color: #ff8555; font-size: 20px; font-weight: normal; }
.sub_title_date{color: #6d6d6d !important; font-size: 14px !important;}
.detail_inner .sub_title .days { letter-spacing: 0.05em; color: #6d6d6d; font-weight: normal; font-size: 14px; margin-top: 3em;}
.detail_inner .sub_title .type { color: #b22029; font-weight: bold;}
.detail_inner .title { margin-top: 1em; font-size: 24px; line-height: 1.5;}
.pagewrap .detail_inner .title { margin-top: 1em; font-size: 22px; line-height: 1.5; border-bottom: 2px solid #000; padding-bottom: 0.5em; margin-bottom: 0.5em;}
.detail_inner .innerBox { margin-top: 20px; }
.detail_inner .specialist { margin: 20px 30px 0 0; color: #808080; }
.detail_inner .author { margin-top: 1em; color: #333; font-size: 16px;}
.detail_inner .author span, .detail_inner .tag span { display: inline-block; margin-right: 10px; }
.detail_inner .author a, .detail_inner .tag a { display: inline-block; color: #c39920; }
.detail_inner .author a:hover, .detail_inner .tag a:hover { opacity: 0.7; }

.detail_inner .keyword_list { margin-top: 2em;}
.detail_inner .keyword_list li {display: inline-block;margin: 0 10px 0 0; letter-spacing: 0;}
.detail_inner .keyword_list li a {display: block; padding: 5px 1em; color: #6d6d6d; border: 1px solid #6d6d6d; font-size: 14px; line-height: 1.2;}
.detail_inner .tag a {padding: 5px 1em; color: #6d6d6d; border: 1px solid #6d6d6d; font-size: 14px; line-height: 1.2; margin: 5px 10px 0 0;}

.detail_inner .paragraph.lead{margin-top: 40px;}

.detail_inner .ph { margin-top: 20px; text-align: center; }
.detail_inner p { margin: 1.5em 0; line-height: 1.75; font-size: 16px; text-align: left; word-break: break-all; }
.detail_inner p b { display: block; margin-bottom: 20px; font-size: 20px; text-align: left; }
.detail_inner figure { width: 600px; height: auto; margin: 20px auto; clear: both; }
.detail_inner figure.small { width: 336px; height: auto; margin: 5px 20px 20px 0; float: left; }
.detail_inner figcaption { font-size: 12px; margin: 0.75em 0; line-height: 1.5;}
.detail_inner b { display: block; text-align: left; }
.pager_area .thumbnail_area {background: #efefef; border: 1px solid #333; width: 600px; margin-left: auto; margin-right: auto;text-align: center; display: flex;}
.pager_area .thumbnail_area a { display: flex; align-items: center; }
.pager_area .thumbnail_area:hover {opacity: 0.75;}
.pager_area .thumbnail_area .thumbnail { width: 30%; }
.pager_area .thumbnail_area .text { padding: 10px; line-height: 1.75; font-size: 13px; color: #333333; text-align: center; font-weight: bold;}
.pager_area .page_btn { display: flex; justify-content: center; margin-top: 25px; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.pager_area .page_btn .page_btn_number {
	width: 40px;
    height: 40px;
    margin: 0.35em;
    font-size: 13px;
    display: block;
    text-align: center;
    font-weight: bold;
    line-height: 40px;
}
.pager_area .page_btn .page_btn_number a {
    display: block;
    text-align: center;
    font-weight: bold;
    line-height: 40px;
	background-color: #efefef;
    color: #333;
}
.pager_area .page_btn .page_btn_number.active a {background-color: #000000; color: #fff;}
.pager_area .page_btn .page_btn_number.last a { width: 140px; font-size: 16px; }
.pager_area .page_btn .page_btn_number.total { width: 100px; height: 40px; margin: 0 15px; text-align: center; line-height: 42px; background: #e2c64b; color: #fff; font-size: 23px; font-family:'lithosregular', '游ゴシック体', 'Yu Gothic', 'YuGothic',sans-serif; border-radius: 5px; }

/*detail ranking*/
.wrap.singlewrap .detail_ranking .block .hdg_01{
	font-size: 20px;
    color: #b22029;
    margin-top: 5em;
    padding-bottom: 0.5em;
    font-weight: bold;
}
.wrap.singlewrap .detail_ranking .block .chart_tab{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 1em;
	border-bottom: 2px solid #000;
}
.wrap.singlewrap .detail_ranking .block .chart_tab li{
	width: calc(50% - 1px );
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding: 1em 0;
	background-color: #000;
	font-weight: bold;
}
.wrap.singlewrap .detail_ranking .block .chart_tab li:hover{
	opacity: 0.75;
}
.wrap.singlewrap .detail_ranking .block .chart_tab li.active{
	padding: 1em 0;
	background-color: #b22029;
	padding: 1.25em 0;
	position: relative;
}
.wrap.singlewrap .detail_ranking .block .chart_tab li.active::before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top:auto;
	margin: auto;
	bottom: 0.4em;
	width: 90%;
	height: 2px;
	background-color: #fff;
}

.wrap.singlewrap .detail_ranking .block .chart_box{display: none;}
.wrap.singlewrap .detail_ranking .block .chart_box.active{display: block;}
.wrap.singlewrap .detail_ranking .block .chart li a{display: flex; justify-content: space-between; margin-bottom: 0.75em; border-bottom: 1px solid #e0e0e0; padding-bottom: 0.75em;}
.wrap.singlewrap .detail_ranking .block .chart li .ph.thumb img{width: 180px; height: 120px; object-fit: cover;}
.wrap.singlewrap .detail_ranking .block .chart li .ph.thumb a img{width: 180px; height: 120px; object-fit: cover;}
.wrap.singlewrap .detail_ranking .block .chart li .text_area{width: 330px; display: flex; justify-content: space-between; flex-wrap: wrap;}
.wrap.singlewrap .detail_ranking .block .chart li .sub_title {display: flex;justify-content: flex-end; font-size: 12px; color: #6d6d6d; margin-top: 0; width: 100%;}
.wrap.singlewrap .detail_ranking .block .chart li .text_area .sub_title .cat {display: block; width: 50%; color: #b22029; font-weight: bold;}
.wrap.singlewrap .detail_ranking .block .chart li .text_area .sub_title .days { display: block; width: 50%; text-align: right; margin-top: 0; color: #6d6d6d;font-weight: normal;}
.wrap.singlewrap .detail_ranking .block .chart li p.title,
.wrap.singlewrap .detail_ranking .block .chart_box p {margin-top: 0.25em;line-height: 1.6; font-size: 16px; color: #333333;}



/* module topicpath */
#breadcrumbs{width: 1110px; margin: 0 auto; padding: 0.75em 5px;}
.singlewrap #breadcrumbs{width: 100%; margin: 0; padding: 0.75em 0;}
.topicpath .list li {font-size: 12px; display: inline-block; letter-spacing: 0; color: #000; }
.topicpath .list li:not(:last-child) { margin-right: 30px; position: relative; }
.topicpath .list li:not(:last-child)::after { content: ">"; color: #000; position: absolute; right: -20px; top: 0; }
.topicpath .list li.breadcrumb-top a { display: block; color: #b22029; }
.topicpath .list li a.active { display: block; color: #000; }

/*アーカイブページ*/
.acv_h2{background-color: #f7f7f7; font-size: 24px;}
.acv_h2 .wrap{ padding: 1.75em 5px;}
body:not(#top) .acv_h2 + .wrap,body:not(#top) .acv_h2-a + .wrap{padding-top: 50px; display:flex;flex-wrap: wrap; justify-content: space-between;}
.archive_list { margin-top: 20px; }
.archive_list li { display: flex; justify-content: space-between; margin-bottom: 1em; border-bottom: 1px solid #e0e0e0; padding-bottom: 0.75em;}
.archive_list li p{margin-top: 0;}

.archive_list li .ph { width: 180px; margin-top: 0; }
.archive_list li .ph.thumb a img{width: 180px; height: 120px; object-fit: cover; margin-bottom: 0.25em;}
.archive_list li .text_area { width: 530px; }
.archive_list li .text_area p.title{ margin-top: 0.75em; line-height: 1.2; margin-bottom: 0;} 
.archive_list li .text_area p.title a{font-size: 16px; color: #333;} 
.archive_list li .text_area .lead { margin-top: 10px; display: none;}
.archive_list li .text_area .sub_title {display: flex; justify-content: flex-end; font-size: 12px; color: #6d6d6d; margin-top: 0; margin-bottom: 0;}

.archive_list li .text_area .sub_title a.type {display: block; width: 50%;}
.archive_list li .text_area .sub_title .days {display: block; width: 50%; text-align: right; margin-top: 0;}
.archive_list li .text_area .sub_title .days a{font-size: 12px; color: #6d6d6d;}

.article-person { padding-top: 1em; }
.article-person .person { display: inline-block; }
.advisor-profile { display: flex; width: 100%; margin: 40px 0; padding: 1em; line-height: 1.5; border: 1px solid #e0e0e0; overflow: hidden; }
#taxo .advisor-profile { margin: 20px 0 40px;}
.advisor-profile figure { width: 20%; margin: 0; }
.advisor-profile figure img { width: 120px; }
.advisor-profile h3 { font-size: 20px; padding-bottom: 0.25em;}
.advisor-profile .advisor-profile-text { width: 80%; font-size: 13px; }
.advisor-profile .advisor-profile-text a{ color: #b22029; }
.advisor-profile .advisor-profile-text02 { width: 100%; font-size: 13px; }
.box-style {padding: 25px; font-size: 16px;}
.link-style a {text-decoration: underline; color: #1111cc;}
/* page---top */

#top .mv_bg{width: 100%; background-color: #f7f7f7; padding: 25px 0;}
#top .mv_wrap{width: 1110px; padding: 0 5px; margin: 0 auto; display: flex; justify-content: space-between;}
#top .mv { width: 730px; position: relative; }
#top .mv ul .slideImg {position: relative; height: 480px; overflow: hidden;}
#top .mv ul .slideImg img{position: absolute; margin: auto 0; left: 0; right: 0; top: 0; bottom: 0;}
#top .mv ul .slideText { line-height: 1.5; padding: 0.5em; background: rgba(0,0,0,0.2); font-size: 24px; font-weight: bold; color: #fff; text-shadow: 1px 1px 2px rgba(0,0,0,0.2); position: absolute;
left: 0; bottom:0; outline:1px solid rgba(255,255,255,0.5);outline-offset: -4px;}

#top .mv_right{width: 350px; background-color: #fff; padding: 10px; height: 480px; position: relative;}
#top .mv_right .side_ttl{position: absolute; top: -1.2em; color: #b22029; font-weight: bold;}
#top .mv_right .archive li a{ display: flex; justify-content: space-between; margin-bottom: 0.2em; width: 320px;}
#top .mv_right .archive li:not(:last-child) a{border-bottom: 1px solid #e0e0e0;  padding-bottom: 0.75em;}
#top .mv_right .archive li img{object-fit: cover; width: 120px; height: 80px;}
#top .mv_right .archive li .ttl{width: 190px;font-size: 14px; color:#333333; line-height: 1.4;} 

#top .mv_right .btn{width: 100%; display: block; font-size: 14px; text-align: center; border: 1px solid #000; padding: 0.75em 0; position: relative; margin-top: 1.25em;} 
#top .mv_right .btn::before{content: ''; position: absolute; right: 1em; top: 0; bottom: 0; left: auto;margin: auto 0; display: block; width: 0.6em; height: 0.6em; border-right: 2px solid #000; border-bottom: 2px solid #000; transform: rotate(-45deg); transition: 0.05s;} 
#top .mv_right .btn:hover:before{right: 0.75em;} 

#top .cat_archive{background-color: #f7f7f7;padding-bottom: 50px;}
#top .topic { margin-top: 20px; width: 250px; background-color: #fff; padding: 10px 10px 0 10px; margin-right: calc(100px / 3 );}
#top .cat_archive section:nth-of-type(4n) {margin-right:0;}
#top .topic .list li{margin-bottom: 0.75em; min-height:76px;}
#top .topic .list li:not(:last-child) {border-bottom: 1px solid #e0e0e0;padding-bottom: 0.75em;}
#top .topic .list li a { font-size: 14px; padding-left: 1.5em; position: relative; display: block; line-height: 1.7; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; color: #333;}
#top .topic .list li a::before {content: ''; position: absolute; left: 0;
top: 4px; display: block; width: 12px; height: 12px; border:3px solid #b22029; border-radius: 50%;}
#top .topic .hdg_01 {font-size: 18px; font-weight: bold; color: #b22029; padding-bottom: 0.75em; border-bottom: 2px solid #000; padding-top: 0.75em; margin-bottom: 0.75em;}

/*pagination*/
.pc_paging{
	margin: 2em 0 4em;	
}
.pc_paging ul{
	width: 98%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.pc_paging ul li span,
.pc_paging ul li a.next,
.pc_paging ul li a.prev{
	width: 40px;
	height: 40px;
	margin: 0.35em;
	font-size: 13px;
	display: block;
	text-align: center;
	font-weight: bold;
	line-height: 40px;
	background-color: #000000;
	color: #fff;
}
.pc_paging ul li a.next,
.pc_paging ul li a.prev{
	position: relative;
}
.pc_paging ul li a.next::before{
	content:'';
	position: absolute;
	left: 1em;
	top: 1.15em;
	width: 0.75em;
	height: 0.75em;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
}.pc_paging ul li a.prev::before{
	content:'';
	position: absolute;
	right: 1em;
	top: 1.15em;
	width: 0.75em;
	height: 0.75em;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(135deg);
}

.pc_paging ul li a,
.pc_paging ul li span.dots{
	width: 40px;
	height: 40px;
	margin: 0.35em;
	font-size: 13px;
	display: block;
	text-align: center;
	font-weight: bold;
	line-height: 40px;
	background-color: #efefef;
	color: #333;
}




/* company */
#company h2.title:not(:first-of-type) { margin-top: 3em;}
#company h3 { margin-top: 2em; font-size: 20px; padding-left: 0.5em; border-left:8px solid #b22029;}
#company h4 { margin-top: 20px; }
#company table{ border-spacing: 1px; margin: 35px auto 0; width: 100%; font-size: 14px;}
#company table th { width: 180px; padding: 1em; background: #f4f4f4; text-align: left; font-weight: normal;}
#company table td { padding: 1em; }
#company .contents_inner .detail_inner p strong{ margin-top: 2.5em; display: block; margin-bottom: -1em;}

/* contact */
#contactus dl { margin: 20px auto 0; width: 90%;}
#contactus dl dt { margin: 8px 0; font-weight: bold; font-size: 14px;}
#contactus input[type="text"],#contactus dl dd input[type="email"] { width: 100%; border: solid 1px #7f7f7f; padding: 0.5em;}
#contactus textarea { width: 100%; border: solid 1px #7f7f7f; padding: 0.5em;}
#contactus #contact_submit { width: 80%; margin: 40px auto 0 auto; text-align: center; }
#contactus input[type="submit"] { display: block; width:300px; margin: auto; padding: 1em; text-align: center; background: #000; color: #fff; font-size: 18px; border: none;}
#contactus input[type="submit"]:hover { opacity: 0.7; }
/* img */
.thumb { text-align:center; }
.thumb img{ width:auto; height:auto; max-width:100%; max-height:100%; }
.pager_area .thumbnail_area .thumbnail.thumb img { width: 250px; height: 100px; object-fit: cover; }
/* br */
.sp_inline { display: none; }
/* peger */
.pager{ display: flex; justify-content: center; margin-top: 25px; }
.pager .page-numbers{ display: block; width: 40px; height: 40px; margin: 0 5px; text-align: center; line-height: 42px; background: #999; color: #fff; font-size: 23px; font-family: lithos-pro, sans-serif; border-radius: 5px; }
.pager .page-numbers.current{ background:#ff8555; }
/* ranking Widgets */
.wpp-list { counter-reset: wpp-ranking; width: 100%; }
.wpp-list li:before { content: counter(wpp-ranking, decimal); counter-increment: wpp-ranking; }
.wpp-list li { position: relative; width: 100%; list-style-type: none; }
.wpp-list li::before { content: counter(wpp-ranking, decimal); counter-increment: wpp-ranking; display: inline-block; width: 40px; height: 40px; text-align: center; line-height: 40px; background: #999; color: #fff; font-size: 23px; font-family: lithos-pro, sans-serif; border-radius: 5px; }
.wpp-list li:nth-child(-n+3)::before { background: #ff8555; }
.wpp-list li img { margin: 0px 5px 10px 0px; }
.wpp-list li a { width: 280px; font-size: 16px; }
/* state */

/* new icon */
@-webkit-keyframes Blink {
  0%{ opacity: 0 }
  10%{ opacity: 1 }
  90%{ opacity: 1 }
  100%{ opacity: 0 }
}
@keyframes Blink {
  0%{ opacity: 0 }
  10%{ opacity: 1 }
  90%{ opacity: 1 }
  100%{ opacity: 0 }
}
.new_icon.view:before {
	content: 'NEW';
	display: inline-block;
	height: 14px;
	line-height: 14px;
	margin-left: 3px;
	padding: 0 3px;
	background: #d00;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	color: #fff;
	font-size: 9px;
	vertical-align: 25%;
	-webkit-animation: Blink 2s infinite;
	        animation: Blink 2s infinite;
}

/* ad */
.box {
	margin: 15px 0;
	text-align: center;
}
.box:empty {
  display: none !important;
  margin: 0 !important;
}
.box-header {
  margin: 20px 0 0 0;
  height: 250px;
}
.side_conrents .box {
  margin: 30px 0;
}
.box-top,
.side_conrents .box-top {
	margin: 0 auto 30px auto;
	width: 336px;
	height: 280px;
}
.box-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.box-col > div {
  width: 50%;
}
.box-list > ul > li,
.box-list > div {
  margin-bottom: 15px;
}

.box-sample {
	display: inline-table;
}
.box-sample-inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-family: Helvetica, sans-serif;
	font-weight: 100;
	font-size: 24px;
	color: #333;
	text-shadow: 1px 1px 0px #fff;
	letter-spacing: 1px;	
	line-height: 1.2;
	-webkit-background-size: 10px 10px;
	-moz-background-size: 10px 10px;
	background-repeat: repeat;
	background-size: 10px 10px;
	background-color: #eee;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0,
	            color-stop(.25, #ddd), color-stop(.25, transparent),
	            color-stop(.5, transparent), color-stop(.5, #ddd),
	            color-stop(.75, #ddd), color-stop(.75, transparent),
	            to(transparent));
	background-image: -webkit-linear-gradient(45deg, #ddd 25%, transparent 25%,
	          transparent 50%, #ddd 50%, #ddd 75%,
	          transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, #ddd 25%, transparent 25%,
	          transparent 50%, #ddd 50%, #ddd 75%,
	          transparent 75%, transparent);
	background-image: -ms-linear-gradient(45deg, #ddd 25%, transparent 25%,
	          transparent 50%, #ddd 50%, #ddd 75%,
	          transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, #ddd 25%, transparent 25%,
	          transparent 50%, #ddd 50%, #ddd 75%,
	          transparent 75%, transparent);
	background-image: linear-gradient(45deg, #ddd 25%, transparent 25%,
	          transparent 50%, #ddd 50%, #ddd 75%,
	          transparent 75%, transparent);
}


/* ソーシャルボタン */
.social-button,
.article-tags {
	overflow: hidden;
	margin: 15px 0;
}
.social-button {
	margin: 2em 0 0;
	font: normal 13px/1 Arial, sans-serif;
}
.social-button li {
	display: inline-block;
	margin: 0 8px 0 0;
	vertical-align: top;
}
.social-button a {
	display: inline-block;
	width: 40px;
	height: 40px;
	padding: 8px;
	color: #fff;
	font-size: 11px;
	line-height: 1.2;
	text-decoration: none;
	text-align: center;
}
.social-button a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.social-comment a {
	background: #c00;
}
.social-twitter a {
	background: #55acee;
}
.social-facebook a {
	background: #1877f2;
}
.social-facebook a i {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../images/common/fb_ic_detail.svg) no-repeat 0;
	background-size: 24px 24px;
}
.social-line a {
	background: #00C100;
}
i.line {
	display: inline-block;
	width: 30px;
	height: 25px;
	background: url(../images/common/icn-line.png) no-repeat -10px 0;
	background-size: 50px 25px;
}
.social-hatena a {
	background: #00a4de;
}
.social-hatena strong {
	line-height: 1;
}
.social-button i,
.social-hatena strong {
	display: block;
	margin-bottom: 1px;
	font-size: 25px;
}
.social-hatena strong {
	font-size: 20px;
    padding-top: 2px;
}
.social-button-top {
	margin-top: 20px;
}

/* 画像ギャラリー メタスライダー*/
.paragraph .metaslider {
  margin-bottom: 32px !important;
}
.paragraph .metaslider.ms-theme-simply-dark.has-dots-nav {
  margin-bottom: 3rem!important;
}
.paragraph .metaslider .rslides {
  width: 88% !important;
  margin: 0 6% !important;
}
.paragraph .metaslider .rslides_nav {
  top: 0 !important;
  margin-top: 0 !important;
}
.paragraph .metaslider .rslides_nav.prev {
  height: 100% !important;
  background-image: url(/wp-content/themes/WP-HintPod/images/common/icon_prev.png) !important;
  width: 5% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  opacity: 0.5;
  display: block;
}
.paragraph .metaslider .rslides_nav.next {
  height: 100% !important;
  background-image: url(/wp-content/themes/WP-HintPod/images/common/icon_next.png) !important;
  width: 5% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  opacity: 0.5;
  display: block;
}
.paragraph .metaslider .rslides_nav svg {
  display: none !important;
}
.paragraph .metaslider .slides {
  width: 86% !important;
  margin: 0 7% !important;
}
.paragraph .metaslider .flex-direction-nav li a {
  top: 0 !important;
}
.paragraph .metaslider .flex-direction-nav .flex-prev {
  left: 0 !important;
  margin-top: 0 !important;
  height: 100% !important;
  background-image: url(/wp-content/themes/WP-HintPod/images/common/icon_prev.png) !important;
  width: 5% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  opacity: 0.5 !important;
  display: block !important;
}
.paragraph .metaslider .flex-direction-nav .flex-next {
  right: 0 !important;
  margin-top: 0 !important;
  height: 100% !important;
  background-image: url(/wp-content/themes/WP-HintPod/images/common/icon_next.png) !important;
  width: 5% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  opacity: 0.5 !important;
  display: block !important;
}

/* PCサイドメニュー特集カルーセル */
.box.box-list.side_mv {
	width: 300px;
	margin: 30px auto;
}
.box.box-list.side_mv h2 {
	margin-bottom: 8px;
}
.box.box-list.side_mv .slick-arrow{ 
	top: calc( 50% );

}
.box.box-list.side_mv .slick-prev{
	left: 10px;
}
.box.box-list.side_mv .slick-next{
	right: 10px;
}
.box.box-list.side_mv .slick-prev:before, .box.box-list.side_mv .slick-next:before {
	opacity: 0.40;
}
.box.box-list.side_mv .slick-prev:hover:before, .box.box-list.side_mv .slick-prev:focus:before, .box.box-list.side_mv .slick-next:hover:before, .box.box-list.side_mv .slick-next:focus:before {
	opacity: 1;
}

/* PC海外ニュース記事中広告*/
.ad-contents-box {
	float: right;
	margin: 1em 0 1em 1em;
}

/* 記事末関連リンク*/
.related-link-box {
	margin: 25px 0;
}
.related-link-box .h2{
	font-size: 20px;
    color: #b22029;
    margin-top: 2em;
    padding-bottom: 0.5em;
    border-bottom: 2px solid #000;
    font-weight: bold;
    margin-bottom: 1em;
}
.related-link-box ul li{
	margin: 1em 0 0;
	font-size: 14px;
	font-weight: bold;
}
.related-link-box ul li a:link, .related-link-box ul li a:visited{
	color: #333333;
}
/* パタグラフごとの調整 */
.paragraph .paragraph-title{
	margin-top: 30px;
	font-size: 22px;
	border-bottom:2px solid #000;
    padding-bottom: 0.5em;
}
.paragraph .paragraph-title b{
	margin-bottom: 0;
}
/* SNSエンベットを中央寄せ */
.twitter-tweet, .instagram-media{
  margin: 0 auto !important;
}
.twitter-tweet{
	width: 600px !important;
}
/* 記事中の埋め込みタグの中央寄せ */
.paragraph iframe {
	display: block;
	margin: 0 auto;
}

.pagewrap.detail_inner .title {
    margin-top: 1em;
    font-size: 24px;
    line-height: 1.5;
}

/* PR記事右カラムバナー */
.side-box-float-wrap {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    text-align: center;
}

/*アフィリエイト用テキストリンク*/
.aff-buttons .aff-link {
    width: 100%;
    padding: 5px;
    margin-bottom: 8px
}
.aff-link {
    position: relative;
    width: 200px;
    background-color: #b22029;
    border-radius: 4px
}
.aff-link:hover {
    opacity: .7;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.aff-link a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 6px 0;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-decoration: none
}
.aff-link img {
    position: absolute;
    top: 25%;
    left: 87%
}
.aff-desc{
    text-align: center !important;
}
.aff-desc span{
    color: #b22029;
}
.aff-desc{
    margin: 0.5em 0 !important;
}
.aff-link br{
	display: none;
}
.pr_link_area{
    position: relative;
    margin-top: 2.5em;
}
.pr_link__label{
    position:absolute;
    top:0;
    left:0;
    padding: 8px 18px;
    background-color:#b22029;
    color: #fff;
    font-size: 12px;
    transform: translate(-2px,-100%);
    border-radius: 6px 6px 0 0;
    font-weight: bold;
}
.pr_link_area .thumbnail_area{
    background: #efefef;
    border: 1px solid #b22029;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: flex;
}
.pr_link_area .thumbnail_area a{
    display: flex;
    align-items: center;
}
.pr_link_area .thumbnail_area .text{
    display: flex;
    align-items: center;
    margin: 0 1em !important;
}
.pr_link_area .thumbnail_area .thumbnail{
    width: 20%; 
}