@charset "utf-8";

/* 2023-08-07 */

/* reset */
/* ------------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,input,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
header,footer,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	font-style:normal;
	font-family:"Meiryo UI","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-text-size-adjust:100%;
}
body {
	line-height:1;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
:focus {
	outline:0;
}
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
a {
	color:#0a4eca;
	text-decoration:none;
}
a:visited{
	color:#0a4eca;
	text-decoration:none;
}
a:hover{
	color:#0a4eca;
	text-decoration:underline;
}

/* common */
/* ------------------------------------------------ */

/* layout */
/* ------------------------------------------------ */
body{
	border-top:5px solid #1789ec;
	background-color:#fcfcfc;
}
.wrap{
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	text-align:left;
	padding:0 20px;
}
header{
	width:960px;
	height:7.8125em;
	font-size:100%;
	line-height:1;
}
.content{
	overflow:hidden;
	padding-bottom:70px;
}
.content .main{
	float:left;
	width:625px;
	border:1px solid #ddd;
	padding:15px 0 10px;
	/* padding:15px 20px 0 20px; */
	background-color:#fff;
}
.content .sub{
	float:left;
	width:318px;
	padding-left:18px;
}

/* header */
/* ------------------------------------------------ */
header > .inner{
	position:relative;
}
header h1{
	position:absolute;
	top:32px;
	left:7px;
}
header .searchBox{
	position:absolute;
	top:12px;
	left:194px;
}
header .searchBox #hdSearch #hdselectbox{
	padding:8px 0 11px;
	min-height:50px;
}
header .searchBox #hdSearch ul li{
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	cursor:pointer;
	display:inline-block;
	text-align:center;
	min-width:50px;
	min-height:24px;
	padding:4px;
	vertical-align:middle;
	white-space:nowrap;
	font-size:81.25%;
	line-height:1.5;
	position:relative;
}
header .searchBox #hdSearch ul li:nth-child(7){
	width:55px;
}
header .searchBox #hdSearch ul li:nth-child(2),
header .searchBox #hdSearch ul li:nth-child(8){
	width:65px;
}
header .searchBox #hdSearch ul li:nth-child(3){
	font-family:"Meiryo UI","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	width:70px;
}
header .searchBox #hdSearch ul li.on:after{
	font-size:12px;
	content:'▼';
	display:block;
	position:absolute;
	bottom:-14px;
	text-align:center;
	width:-webkit-calc(100% - 0.5em);
	width:calc(100% - 0.5em);
}
header .searchBox #hdSearch fieldset{
	position:relative;
	width:485px;
}
header .searchBox #hdSearch input.keyword {
	position:absolute;
	top:0;
	left:0;
	border:1px solid #ddd;
	border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	line-height:1.25em;
	min-height:38px;
	padding:2px 2px 2px 8px;
	width:387px;
	background-color:#fff;
	font-size:87.5%;
}
header .searchBox #hdSearch span{
	display:block;
	position:absolute;
	top:0;
	right:0;
	background-color:#0a4eca;
	border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	height:38px;
	width:92px;
}
header .searchBox #hdSearch input.submit {
	display:block;
	background:none;
	letter-spacing:5px;
	color:#fff;
	font-size:93.75%;
	line-height:1.5;
	text-align:center;
	cursor:pointer;
	height:38px;
	width:100%;
}
header .searchBox #hdSearch span:hover {
	opacity:0.5;
}
header .dateBox{
	position:absolute;
	top:18px;
	right:7px;
}
header .dateBox .date{
	font-size:81.25%;
	line-height:1.5;
	padding:0 12px 0 0;
	text-align:right;
}
header .dateBox .promotxt{
	font-size:87.5%;
	line-height:1.5;
	text-align:right;
}
header .dateBox .promotxt a{
	display:inline-block;
	padding:5px 12px 8px 5px;
}
header .dateBox .startpage{
	font-size:81.25%;
	line-height:1.5;
	text-align:right;
}
header .dateBox .startpage a{
	display:block;
	padding:3px 12px 4px 12px;
	border:1px solid #333;
	text-align:center;
	margin-right:10px;
	color:#000;
}
header .dateBox .startpage a:hover{
	background-color:#0a4eca;
	border:1px solid #0a4eca;
	color:#fff;
	text-decoration:none;
	opacity:0.9;
}

/* content */
/* ------------------------------------------------ */
.newsClip,
.newsR25,
.ranking{
	padding:0 4px 18px 5px;
	border-bottom:1px solid #ddd;
	margin: 0 20px 20px;
}
@media only screen and (max-width:767px){
	.newsClip,
	.ranking{
		margin: 0 0 20px;
	}
}
.newsR25 #cate_lif,
.newsR25 #cate_biz,
.newsR25 #cate_gov,
.newsR25 #cate_it,
.newsR25 #cate_trv,
.newsR25 #cate_ent,
.newsR25 #cate_spo,
.newsR25 #cate_cer,
.newsR25 #cate_rex,
.newsR25 #cate_tpc,
.newsR25 #cate_rlt{
	display:none;
}
#ranking01,
#ranking02,
#ranking03,
#ranking04,
#ranking05{
	display:none;
}
.newsClip .ttlBox{
	padding:0 0 18px 2px;
	overflow:hidden;
}
.newsClip .ttlBox h2{
	color:#000;
	float:left;
}
.newsClip .ttlBox ul{
	float:right;
	overflow:hidden;
	padding:0 3px 0 0;
}
.newsClip .ttlBox ul li{
	float:left;
	font-size:81.25%;
	line-height:1.2307;
	display:block;
}
.newsClip .ttlBox ul li:last-child:before{
	content:'/';
	padding:0 10px;
	color:#aaa;
}
.newsClip .ttlBox h2 a{
	color:#000;
}
.newsClip .menuBox{
	overflow:hidden;
	padding-bottom:24px;
}
.newsClip .menuBox ul li a{
	font-size:81.25%;
	line-height:1.2307;
	color:#000;
	background-color:#f5f5f5;
	padding:5px 0 7px 0;
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	float:left;
	display:block;
	text-align:center;
    width:50px;
}
.newsClip .menuBox ul li:nth-child(6) a{
    width:45px;
}
.newsClip .menuBox ul li:nth-child(8) a{
    width:55px;
}
.newsClip .menuBox ul li:nth-child(10) a,
.newsClip .menuBox ul li:nth-child(11) a{
    width:62px;
}
.newsClip .menuBox ul li.top a{
	color:#fff;
	background-color:#3399ff;
	border-top:1px solid #3399ff;
	border-right:1px solid #3399ff;
	border-bottom:1px solid #3399ff;
}
.newsClip .menuBox ul li a:hover{
	background-color:#ddd;
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	text-decoration:none;
}
.newsClip .menuBox ul li.top a:hover{
	color:#fff;
	background-color:#3399ff;
	border-top:1px solid #3399ff;
	border-right:1px solid #3399ff;
	border-bottom:1px solid #3399ff;
}
.newsClip h3{
	padding-bottom:22px;
}
.newsClip .newsBox{
	overflow:hidden;
	padding:0 2px 6px 0;
}
.newsClip .newsBox ul li{
	font-size:93.75%;
	line-height:1.2;
	padding-bottom:13.5px;
}
.newsClip .newsBox .newsPhoto ul li{
	padding-bottom:0;
	font-size:87.5%;
	line-height:1.5714;
}
.newsClip .newsBox .newsHeadline{
	width: 390px;
	float:left;
	padding-left:5px;
}
.newsHeadline li{
	overflow:hidden;
}
.newsHeadline li a{
	float:left;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.newsHeadline li span.iconup{
	color:#fff;
	font-size:86.66%;
	background-color:#ff5a00;
	width:32px;
	height:20px;
	border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	display:block;
	padding-left:5px;
	padding-top:2px;
	margin-left:5px;
	float:left;
}
.newsClip .newsBox .newsPhoto{
	float:right;
	width:173px;
	background-color:#f5f5f5;
	padding:20px 20px 20px 20px;
}
.newsClip .newsBox .newsPhoto .photo table{
	width:100%;
}
.newsClip .newsBox .newsPhoto .photo table td{
	text-align:center;
}
.newsClip .newsBox .newsPhoto .title{
	display:block;
	font-size:13px;
	line-height:1.5;
}
.newsClip .newsBox .newsPhoto .ip{
	font-size:13px;
	line-height:1.5;
}
.newsClip .newsBox .newsPhoto .ip a,
.newsClip .newsBox .newsPhoto .ip span{
	display:block;
	text-align:center;
}
.newsClip .newsOther h3{
	font-size:15px;
	line-height:1.5;
	padding:0 0 9px 3px;
	font-weight:normal;
}
.newsClip .newsOther{
	padding:0 0 0 3px;
}
.newsClip .newsOther ul{
	background-image:url(//img.fresheye.com/fe/img/top/newsOther_bg.gif);
	background-repeat:repeat-x;
	background-position:0 0;
	overflow:hidden;
	display:block;
	font-size:93.75%;
	height:4em;
	padding:0.9333em 0 0 5px;
}
.newsClip .newsOther ul li{
	position: relative;
	float:left;
	font-size:15px;
	line-height:1.5714;
	color:#bbb;
}
.newsClip .newsOther ul li:after{
	position: relative;
	content:'/';
	margin: 0 5px;
	font-size:15px;
	line-height:1.5714;
	color:#bbb;
}
.newsR25 .ttlBox{
	overflow:hidden;
	line-height:1.375;
}
.newsR25 .ttlBox h2{
	float:left;
	padding-bottom:18px;
}
.newsR25 .ttlBox ul{
	float:right;
}
.newsR25 .ttlBox li{
	font-size:81.25%;
	line-height:1.2307;
	color:#666;
}
.newsR25 .cate_ttl{
	overflow:hidden;
	padding-bottom:14px;
}
.newsR25 .cate_ttl h3{
	float:left;
	font-size:93.75%;
	line-height:1.4666;
	padding-left:10px;
	border-left:4px solid #ddd;
}
#cate_lif .cate_ttl h3 {
	border-left:4px solid #af7e01;
}
#cate_biz .cate_ttl h3 {
	border-left:4px solid #006e8b;
}
#cate_gov .cate_ttl h3 {
	border-left:4px solid #2b5804;
}
#cate_it .cate_ttl h3 {
	border-left:4px solid #b00058;
}
#cate_trv .cate_ttl h3 {
	border-left:4px solid #da2f33;
}
#cate_ent .cate_ttl h3 {
	border-left:4px solid #002672;
}
#cate_spo .cate_ttl h3 {
	border-left:4px solid #793a00;
}
#cate_cer .cate_ttl h3 {
	border-left:4px solid #0d3c94;
}
#cate_rex .cate_ttl h3 {
	border-left:4px solid #00a532;
}
#cate_tpc .cate_ttl h3 {
	border-left:4px solid #ee7613;
}
#cate_rlt .cate_ttl h3 {
	border-left:4px solid #de00a5;
}
.newsR25 .cate_ttl em{
	float:right;
	font-size:87.5%;
	line-height:1.1428;
}
.newsR25 .cate_list{
	overflow:hidden;
}
.newsR25 .entry_pickup{
	float:left;
	width:260px;
	margin-right:42px;
}
.newsR25 .entry_pickup p.pick_ttl{
	padding:4px 0 8px;
	font-size:93.75%;
	line-height:1.6;
}
.newsR25 .entry_pickup p.pick_brief{
	font-size:87.5%;
	line-height:1.5714;
}
.newsR25 .entry_pickup p.pick_ttl span.iconup{
	color:#fff;
	font-size:86.66%;
	background-color:#ff5a00;
	width:32px;
	height:20px;
	border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding:1px 6px;
	margin-left:5px;
}
.newsR25 .entry_pickup .pickup01{
	padding-bottom:24px;
}
.newsR25 .entry_list{
	float:left;
	width:272px;
}
.newsR25 .entry_list ul li:last-child{
	display:none;
}
.newsR25 .entry_list ul li a{
	text-overflow:ellipsis;
	white-space:nowrap;
	width:260px;
	display:block;
	overflow:hidden;
	font-size:93.75%;
	line-height:2.1333;
}
.ranking .ttlBox h2{
	padding-bottom:22px;
}
.ranking .inbox{
	/* display: flex; */
}
.ranking .inbox .box{
	/* float:left; */
	/* display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width:191px; */
}
.ranking .inbox .box h3{
	height: 100%;
	font-size:93.75%;
	line-height:1.142;
	padding-bottom:12px;
}
.ranking .inbox .box ul{
	column-count: 3;
}
.ranking .inbox .box ul li{
	width: calc(100% / 3);
	padding-bottom: 5px;
	page-break-inside: avoid;
	break-inside: avoid;
}
.ranking .inbox .box ul li a{
	width: 190px;
	min-height: 2em;
	font-size:93.75%;
	line-height:1.4;
	display:flex;
	align-items: center;
	padding-left:30px;
	overflow:hidden;
	text-overflow:ellipsis;
	position:relative;
}
.ranking .inbox .box ul li a:before{
	content:' ';
	position:absolute;
	top:4px;
	left:0;
	width:22px;
	height:22px;
	-o-border-radius:12px;
	-ms-border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	background-color:#3399ff;
	color:#fff;
	text-align:center;
	line-height:22px;
}
.ranking .inbox .box ul li.no1 a:before{
	content:'1';
}
.ranking .inbox .box ul li.no2 a:before{
	content:'2';
}
.ranking .inbox .box ul li.no3 a:before{
	content:'3';
}
.ranking .inbox .box ul li.no4 a:before{
	content:'4';
}
.ranking .inbox .box ul li.no5 a:before{
	content:'5';
}
.ranking .inbox .box ul li.no6 a:before{
	content:'6';
}
.ranking .inbox .box ul li.no7 a:before{
	content:'7';
}
.ranking .inbox .box ul li.no8 a:before{
	content:'8';
}
.ranking .inbox .box ul li.no9 a:before{
	content:'9';
}
.keyword .h4ttl h4{
	padding-bottom:14px;
	font-size:93.75%;
	line-height:1.2;
}
.keyword .mill-gravure .h4ttl h4 a{
	color:#000;
}
.keyword .newsBox{
	padding-left:5px;
}
.keyword .newsBox h2{
	padding-bottom:20px;
}
.keyword .newsBox h3{
	padding-bottom:8px;
	font-size:93.75%;
	line-height:1.5;
}
.keyword .newsBox .mill-gravure h3 a{
	color:#000;
}
.keyword .newsBox ul li a{
	font-size:93.75%;
	line-height:1.5;
	padding:3px 0;
	display:block;
}
.keyword .newsBox .mill-group,
.keyword .newsBox .mill-corp,
.keyword .newsBox .mill-area,
.keyword .newsBox .mill-other,
.keyword .newsBox .mill-gravure{
	width:191px;
	float:left;
	padding-bottom:25px;
}
.keyword .newsBox ul li a{
	display:block;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	width:10em;
}
.keyword .newsBox .mill-gravure{
	overflow:hidden;
	position:relative;
}
.keyword .newsBox .mill-gravure ul{
	float:left;
}
.keyword .newsBox .mill-gravure p.to-list a{
	font-size:87.5%;
	line-height:1.1428;
	display:block;
	position:absolute;
	bottom:31px;
	left:150px;
	white-space:nowrap;
}

/* sub */
/* ------------------------------------------------ */
.sub .pbox{
	margin-bottom:24px;
}
.sub .ttlBox{
	overflow:hidden;
	padding-bottom:22px;
}
.sub .ttlBox h2{
	float:left;
	font-size:17px;
	line-height:1.25;
}
.content .sub .ttlBox ul li{
	float:right;
 }
.sub .ttlBox ul li a{
	font-size:87.5%;
	line-height:1.1428;
}
.sub textarea{
	width:300px;
}
.sub .trans textarea{
	width:300px;
	height:106px;
	border:1px solid #ccc;
	font-size:75%;
	line-height:1.5em;
	margin:0;
	padding:2px;
	text-align:left;
	margin-bottom:22px;
	border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.sub .btn{
	width:300px;
	height:40px;
	background-color:#0a4eca;
	border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;	
}
.sub .btn input{
	display:block;
	width:100%;
	height:40px;
	background:none;
	letter-spacing:3px;
	color:#fff;
	font-size:93.75%;
	line-height:1.5;
}
.sub .btn:hover{
	opacity:0.5;
}
.sub .newsMail a{
	border:1px solid #ddd;
	display:block;
	background-color:#fff;
	background-image:url(//img.fresheye.com/fe/img/top/top_icon_mail.gif);
	background-position:10px 50%;
	background-repeat:no-repeat;
	background-attachment:scroll;
	font-size:81.25%;
	line-height:1;
	padding:17px 0 14px 38px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
}
.sub .newsMail a:hover{
	background-color:#0a4eca;
	border:1px solid #0a4eca;
	color:#fff;
	text-decoration:none;
	opacity:0.9;
}
.sub .trans ul{
	overflow:hidden;
}
.sub .trans ul li{
	float:left;
}
.sub .trans ul li a{

}
.sub .trans ul li input[type="radio"]{
	display:none;
}
.sub .trans ul li .radio{
	-webkit-transition:background-color 0.2s linear;
	transition:background-color 0.2s linear;
	position:relative;
	display:inline-block;
	margin:0 8px 8px 0;
	padding:12px 12px 12px 42px;
	vertical-align:middle;
	cursor:pointer;
	font-size:93.75%;
	line-height:1;
}
.sub .trans ul li .radio:after {
	-webkit-transition:border-color 0.2s linear;
	transition:border-color 0.2s linear;
	position:absolute;
	top:50%;
	left:15px;
	display:block;
	margin-top:-10px;
	width:20px;
	height:20px;
	border:1px solid #a5a5a5;
	border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	content:'';
}
.sub .trans ul li .radio:before {
	-webkit-transition:opacity 0.2s linear;
	transition:opacity 0.2s linear;
	position:absolute;
	top:50%;
	left:21px;
	display:block;
	margin-top:-4px;
	width:10px;
	height:10px;
	border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	background-color:#0a4eca;
	content:'';
	opacity:0;
}
.sub .trans ul li input[type=radio]:checked + .radio:before {
  opacity:1;
}
.sub .boxLine{
	padding-bottom:22px;
	border-bottom:solid 1px #ddd;
	margin-bottom:22px;
}
.sub .ku{
	position:relative;
	height:200px;
}
.sub .ku .ttlBox{
	overflow:visible;
	padding-bottom:18px;
}
.sub .ku .ttlBox h3{
	font-size:93.75%;
	line-height:1;
	height:75px;
	background-color:#fff;
	border:solid 1px #ddd;
	padding:10px 0 0 10px;
	margin-top:37px;
	position:absolute;
	top:4em;
	width:300px;
}
.sub .ku #ginga_ttl h3 {
	font-weight:normal;
	line-height:1.5;
	padding-left:10px;
}
.sub .ku #ginga_ttl h3 span{
	font-weight:normal;
	line-height:1.5;
	font-size:87.5%;
}
.sub .ku #ginga_ttl a img{
	display:none;
}
.sub .ku ul#entry{
	height:2.125em;
	overflow:hidden;
}
.sub .ku ul#entry{
	height:20px;
	overflow:hidden;
}
.sub .ku #entry li{
	float:left;
	font-size:93.75%;
	line-height:1.2;
	margin-right:15px;
	min-height:26px;
	padding-bottom:4px;
	vertical-align:middle;
	white-space:nowrap;
}
.sub .ku #entry li .photo{
	display:none;
}
#keyblock {
	left:12px;
	padding-top:55px;
	position:absolute;
}
.balloon, .btn_kotochu {
	display:none;
}

/* footer */
/* ------------------------------------------------ */
footer h2{
	padding:0 18px 15px;
	border-bottom:1px solid #ddd;
	margin-bottom:28px;
}
footer .footMene01{
	padding:0 18px 42px;
	border-bottom:1px solid #ddd;
	overflow:hidden;
	margin-bottom:20px;
}
footer .footMene01 h3{
	font-size:93.75%;
	font-weight:normal;
	margin-bottom:18px;
}
footer .footMene01 ul li a{
	font-size:87.5%;
	color:#000;
	line-height:1.5714;
}
footer .footMene01 ul li ul{
	padding-left:12px;
}
footer .footMene01 .category{
	float:left;
	width:181px;
}
footer .footMene01 .category.cateSearch{
	width:281px;
}
footer .footMene01 .category.cateLearn{
	width:241px;
}
footer .footMene01 .category.cateGuide{
	width:221px;
}
footer .footMene01 ul li ul{
	overflow:hidden;
	padding-bottom:13px;
	padding-top:8px;
}
footer .footMene01 .category.cateLearn ul li ul{
	width:210px;
}
footer .footMene01 ul li ul li{
	float:left;
	padding-right:5px;
	max-width:134px;
	width:8em;
}
footer .footMene01 ul li ul li:nth-child(odd){
	width:6em;
}
footer .footMene01 .cateLearn ul li ul li{
	float:left;
	width:30%;
}
footer .footMene01 .cateLearn ul li ul li:nth-child(3),
footer .footMene01 .cateLearn ul li ul li:nth-child(6),
footer .footMene01 .cateLearn ul li ul li:nth-child(9),
footer .footMene01 .cateLearn ul li ul li:nth-child(12){
	width:40%;
}
footer .footMene02{
	padding:0 10px 20px;
	font-size:81.25%;
	line-height:1.2307;
}
footer .footMene02 ul{
	overflow:hidden;
	padding-bottom:15px;
}
footer .footMene02 ul li{
	float:left;
	padding-right:16px;
}
footer .footMene02 ul li a{
	color:#000;
}

/* news pickup ad */
.module-news-list-box{
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
@media only screen and (max-width:767px){
	.module-news-list-box{
		border-bottom: 0;
	}
	.release .module-news-list-box{
		margin-bottom: 0;
	}
}
.pickup .module-news-list-box{
	border-bottom: 0;
}

.release{
	padding-top: 20px;
}
.release,
.pickup{
	padding-left: 20px;
	padding-right: 20px;
}
@media only screen and (max-width:767px){
	.release,
	.pickup{
		padding-left: 0;
		padding-right: 0;
	}
}


.release .ttl-box,
.pickup .ttl-box{
	padding: 0 5px 17px;
}
.release .ttl-box a,
.pickup .ttl-box a{
	color: #000;
}
.module-news-list-box ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 auto;
	padding: 0 10px;
}
.module-news-list-box li{
	width: calc((100% / 3) - 10px);
	margin: 0 15px 25px 0;
}
.module-news-list-box li:nth-of-type(3n){
	margin: 0 0 25px;
}

@media only screen and (max-width:767px){
	.module-news-list-box li:nth-of-type(3n){
		margin: 0;
	}
	.release .module-news-list-box li.ip-prtimes_tv{
		margin: 0;
	}
}

.module-news-list-box ul li:nth-child(6){
	display: block;
}
.module-news-list-box ul li a{
	display: block;
	color: #000;
	text-decoration: none;
}
.module-news-list-box ul li figure{
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 10px;
	height: 125px;
	border: 1px solid #ddd;
	text-align: center;
}
@media only screen and (max-width:767px){
	.module-news-list-box ul{
		display: block;
		padding: 0;
	}
	.module-news-list-box li{
		width: 100%;
		margin: 0;
		padding: 10px 10px 10px 9px;
		border-top: 1px solid #ccc;
	}
	.module-news-list-box ul li a{
		display: flex;
	}
	.module-news-list-box ul li figure{
		width: auto;
		height: auto;
		min-width: 80px;
		margin:0 10px 0 0;
	}
}
.module-news-list-box ul li figure img{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: auto;
}
.module-news-list-box ul li dl{
	width: 100%;
}
.module-news-list-box ul li dl .news-list-ttl{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.3;
}
.module-news-list-box ul li dl .news-list-date-ip{
	color: #999;
	font-size: 12px;
}
@media only screen and (max-width:767px){
	.module-news-list-box ul li dl .news-list-ttl{
		-webkit-line-clamp: 2;
		font-size: 16px;
		font-weight: bold;	
	}


	.module-news-list-box ul li dl .news-list-date-ip{
		font-weight: bold;
	}

}
.module-news-list-box ul li dl .news-list-date-ip .ip{
	display: none;
}
.module-news-list-box ul li dl .news-list-date-ip .date{
	position: relative;
	padding-left: 21px;
}
.module-news-list-box ul li dl .news-list-date-ip .date:before{
	position: absolute;
	top: -2px;
	left: 0;
	content: '';
	width: 16px;
	height: 16px;
}
.module-news-list-box ul li.ip-prtimes dl .news-list-date-ip .date:before,
.module-news-list-box ul li.ip-prtimes_tv dl .news-list-date-ip .date:before{
	background: url(//img.fresheye.com/fe/img/news_pickup/icon_prtimes.png) no-repeat;
	background-size: 16px 16px;
}
.module-news-list-box ul li.ip-dreamnews dl .news-list-date-ip .date:before{
	background: url(//img.fresheye.com/fe/img/news_pickup/icon_dreamnews.png) no-repeat;
	background-size: 16px 16px;
}
.module-news-list-box ul li.ip-jcn dl .news-list-date-ip .date:before{
	background: url(//img.fresheye.com/fe/img/news_pickup/icon_jcn.png) no-repeat;
	background-size: 16px 16px;
}
.module-news-list-box ul li.ip-searchina dl .news-list-date-ip .date:before{
	background: url(//img.fresheye.com/fe/img/news_pickup/icon_searchina.png) no-repeat;
	background-size: 16px 16px;
}
.module-news-list-box ul li.ip-osakakoumin dl .news-list-date-ip .date:before{
	background: url(//img.fresheye.com/fe/img/news_pickup/icon_osakameikan.png) no-repeat;
	background-size: 16px 16px;
}
.module-news-list-box ul li.ip-spportunity dl .news-list-date-ip .date:before{
	background: url(//img.fresheye.com/fe/img/news_pickup/icon_spportunity.png) no-repeat;
	background-size: 16px 16px;
}
.module-news-list-box ul li.ip-sake-5 dl .news-list-date-ip .date:before{
	background: url(//img.fresheye.com/fe/img/news_pickup/icon_sake5.png) no-repeat;
	background-size: 16px 16px;
}
.module-news-list-box ul li.ip-quick-timez dl .news-list-date-ip .date:before{
	background: url(//img.fresheye.com/fe/img/news_pickup/icon_quicktimez.png) no-repeat;
	background-size: 16px 16px;
}
.module-news-list-box ul li.ip-ren-ai dl .news-list-date-ip .date:before{
	background: url(//img.fresheye.com/fe/img/news_pickup/icon_moredoor.png) no-repeat;
	background-size: 16px 16px;
}
.module-news-list-box ul li.ip-waccel dl .news-list-date-ip .date:before{
	background: url(//img.fresheye.com/fe/img/news_pickup/icon_waccel.png) no-repeat;
	background-size: 16px 16px;
}
.module-news-list-box ul li.ip-lamire dl .news-list-date-ip .date:before{
	background: url(//img.fresheye.com/fe/img/news_pickup/icon_lamire.png) no-repeat;
	background-size: 16px 16px;
}
.module-news-list-box ul li.ip-libae dl .news-list-date-ip .date:before{
	background: url(//img.fresheye.com/fe/img/news_pickup/icon_libae.png) no-repeat;
	background-size: 16px 16px;
}
.module-news-list-box ul li.ip-okanechips dl .news-list-date-ip .date:before{
	background: url(//img.fresheye.com/fe/img/news_pickup/icon_okanechips.png) no-repeat;
	background-size: 16px 16px;
}
.module-news-list-box ul li.ip-kyodoprw dl .news-list-date-ip .date:before{
	background: url(//img.fresheye.com/fe/img/news_pickup/icon_kyodoprw.png) no-repeat;
	background-size: 16px 16px;
}
.module-news-list-box ul li.ip-funglr dl .news-list-date-ip .date:before{
	background: url(//img.fresheye.com/fe/img/news_pickup/icon_funglr.png) no-repeat;
	background-size: 16px 16px;
}
.module-news-list-box ul li.ip-theheadline dl .news-list-date-ip .date:before{
	background: url(//img.fresheye.com/fe/img/news_pickup/icon_theheadline.png) no-repeat;
	background-size: 16px 16px;
}
.module-news-list-box ul li.ip-trendnewscaster dl .news-list-date-ip .date:before{
	background: url(//img.fresheye.com/fe/img/news_pickup/icon_trendnewscaster.png) no-repeat;
	background-size: 16px 16px;
}
.module-news-list-box ul li.ip-nazology dl .news-list-date-ip .date:before{
	background: url(//img.fresheye.com/fe/img/news_pickup/icon_nazology.png) no-repeat;
	background-size: 16px 16px;
}
.module-news-list-box ul li.ip-nijimen dl .news-list-date-ip .date:before{
	background: url(//img.fresheye.com/fe/img/news_pickup/icon_nijimen.png) no-repeat;
	background-size: 16px 16px;
}
.module-news-list-box ul li.ip-enman-sozoku dl .news-list-date-ip .date:before{
	background: url(//img.fresheye.com/fe/img/news_pickup/icon_enman_sozoku.png) no-repeat;
	background-size: 16px 16px;
}
.module-news-list-box ul li.ip-shinri dl .news-list-date-ip .date:before{
	background: url(//img.fresheye.com/fe/img/news_pickup/icon_shinri.png) no-repeat;
	background-size: 16px 16px;
}
.module-news-list-box ul li.ip-akiyarenova dl .news-list-date-ip .date:before{
	background: url(//img.fresheye.com/fe/img/news_pickup/icon_akiyarenova.png) no-repeat;
	background-size: 16px 16px;
}
.module-news-list-box ul li.ip-cakenews dl .news-list-date-ip .date:before{
	background: url(//img.fresheye.com/fe/img/news_pickup/icon_cakenews.png) no-repeat;
	background-size: 16px 16px;
}
.module-news-list-box ul li dl .news-list-corpname,
.module-news-list-box ul li dl .news-list-text{
	display: none;
}

.noscriptBox{
	padding: 30px 0;
	line-height: 1.4;
	text-align: center;
}


.disp_sp{
	display: none;
}
@media only screen and (max-width:767px){
	.disp_pc{
		display: none;
	}
	.disp_sp{
		display: block;
	}
	.wrap{
		width:100%;
		padding: 0 10px;
	}
	.content .sub{
		display: none;
	}
	#float-bnr{
		display: none !important;
	}
	header{
		width: 100%;
		min-height:150px;
		margin-bottom: 15px;
	}
	header h1{
		top: 20px;
	}
	header h1 img{
		width: 100px;
		height: auto;
	}
	header .searchBox{
		top: 60px;
		left: 0;
		width: 100%;
	}
	header .searchBox #hdSearch fieldset{
		width: 100%;
	}
	header .searchBox #hdSearch input.keyword{
		width: calc(100% - 65px);
		border-radius: 3px 0 0 3px;
		-webkit-appearance: none;
		outline:0;
		font-size: 16px;
	}
	header .searchBox #hdSearch span{
		width: 65px;
		border-radius: 0 3px 3px 0;
	}
	header .dateBox{
		right: 0;
		padding-left: 120px;
	}
	header .dateBox .date{
		padding: 0;
	}
	.content .main{
		width: 100%;
		padding: 15px 10px 20px;
	}
	.newsClip .ttlBox{
		padding-bottom: 8px;
	}
	.newsClip .ttlBox h2{
		padding-bottom: 10px;
	}
	.newsClip .ttlBox ul{
		padding-bottom: 10px;
	}
	.wrap .newsClip .menuBox ul li a{
		width: calc(100% / 6);
		font-size: 12px;
	}
	.newsClip .menuBox ul li:nth-child(7) a,
	.newsClip .menuBox ul li:nth-child(8) a,
	.newsClip .menuBox ul li:nth-child(9) a,
	.newsClip .menuBox ul li:nth-child(10) a,
	.newsClip .menuBox ul li:nth-child(11) a{
		margin-top: -1px;
	}
	.newsClip .menuBox ul li.top a{
		border-left: 1px solid #3399ff;
	}
	.newsClip .menuBox ul li:nth-child(7) a{
		border-left: 1px solid #ddd;
	}
	.newsClip .newsBox{
		display: flex;
		flex-direction: column;
	}
	.newsClip .newsBox ul li{
		padding-bottom: 10px;
	}
	.newsClip .newsBox .newsPhoto{
		float: none;
		order: 1;
		width: 100%;
		margin-bottom: 15px;
		padding: 15px;
	}
	.newsClip .newsBox .newsHeadline{
		width: auto;
		float: none;
		order: 2;
	}
	.newsClip .newsBox .newsHeadline li a{
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.ranking .inbox{
		display: flex;
		flex-wrap: wrap;
		overflow: visible;
	}
	.ranking .inbox .box{
		width: 100%;
	}
	.ranking .inbox .box ul{
		width: auto;
		width: 100%;
		height: auto;
		column-count: auto;
	}
	.ranking .inbox .box ul li{
		width: 100%;
	}
	.ranking .inbox .box ul li.no6,
	.ranking .inbox .box ul li.no7,
	.ranking .inbox .box ul li.no8,
	.ranking .inbox .box ul li.no9{
		display: none;
	}
	.ranking .inbox .box ul li a{
		width: 100%;
	}

	.keyword .newsBox{
		display: flex;
		flex-wrap: wrap;
	}
	.keyword .newsBox .ttlBox{
		width: 100%;
	}
	.keyword .newsBox .mill-group, .keyword .newsBox .mill-corp, .keyword .newsBox .mill-area, .keyword .newsBox .mill-other, .keyword .newsBox .mill-gravure{
		float: none;
		display: flex;
		flex-direction: column;
		width: 50%;
	}
	.keyword .newsBox .h3ttl{
		height: 100%;
	}

	.keyword .newsBox ul li a{
		width: auto;
	}
	
	footer h2{
		padding-left: 10px;
		padding-right: 10px;	
	}
	footer .footMene01{
		margin-bottom: 0;
		padding-left: 10px;
		padding-right: 10px;
	}
	.wrap footer .footMene01 .category{
		float: none;
		width: auto;
		margin-bottom: 25px;
	}

	/* footer */
	#fe_gnavi{
		clear: both;
	}
	#fe_gnavi{
		border-bottom: 1px solid #ddd;
	}
	#fe_gnavi ul {
		display: flex;
		justify-content: center;
		/* overflow: hidden; */
		padding: 16px 10px;
	}
	#fe_gnavi ul li{
		border-left: 1px solid #ddd;
		/* float: left; */
		width: 33%;
	}
	#fe_gnavi ul li:first-child{
		border: medium none;
	}
	#fe_gnavi ul li a{
		color: #0066cc;
		display: block;
		font-size: 87.5%;
		text-align: center;
		white-space: nowrap;
	}
	.footer{
		border-top: 1px solid #fff;
		padding: 8px 0;
	}
	.footer ul{
		display: flex;
		justify-content: center;
	}
	.footer ul li{
		/* float: left;
		width: 33%; */
	}
	.footer ul li a{
		color: #aaa;
		display: block;
		font-size: 75%;
		padding: 10px 5px;
		text-align: center;
		white-space: nowrap;
	}
	.footer ul li a:visited {
		color: #aaa;
	}
	.footer p.copyright {
		color: #333;
		font-size: 75%;
		background: transparent;
		padding: 8px 0;
		text-align: center;
	}

}

@media only screen and (max-width:350px){
	.wrap .newsClip .menuBox ul li a{
		width: calc(100% / 4);
		font-size: 12px;
	}
	.newsClip .menuBox ul li:nth-child(5) a,
	.newsClip .menuBox ul li:nth-child(6) a{
		margin-top: -1px;
	}
	.newsClip .menuBox ul li:nth-child(5) a,
	.newsClip .menuBox ul li:nth-child(9) a{
		border-left: 1px solid #ddd;
	}
	.newsClip .menuBox ul li:nth-child(7) a{
		border-left: 0;
	}

}

/* for cookie banner */

#float-bnr {
	display: block;
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 13px 0;
	background-color: #eee;
	z-index: 10000;
}

#float-bnr-block {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#float-bnr-inner {
	display: block;
	width: 728px;
	height: 90px;
	margin: 0 auto;
}

#bnr-close {
	position: absolute;
	top: 2px;
	right: 20px;
	background-color: #707070;
	width: 24px;
	height: 24px;
	border-radius: 24px;
	overflow: hidden;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
}

#bnr-close:hover {
	background-color: #999;
	transition: .3s;
}

#bnr-close:before, #bnr-close:after {
	content: '';
	width: 12px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 11px;
	left: 6px;
}

#bnr-close:before {
	transform: rotate(-45deg);
}

#bnr-close:after {
	transform: rotate(45deg);
}

@media only screen and (max-width: 856px) {
	#bnr-close {
		top: 0;
		right: 0;
		border-radius: 0;
	}
}

.ad_box_double_in{
	display: flex;
	padding: 0 8px;
	justify-content: space-between;
}
.ad_box_single {
	width: 300px;
	margin: 0 auto 20px;
}

@media only screen and (max-width:767px){
	.adbox-double.disp_pc{
		display: none;
	}
	.ad_box_single .ad_box{
		text-align: center;
	}
}

/* for reuters */
.c-aside__topicReuters{
	padding: 0 20px;
}
@media only screen and (max-width:767px){
	.c-aside__topicReuters{
		padding: 0;
	}
}


.ad-infeed{
	display: none;
}
@media only screen and (max-width:767px){
	.ad-infeed{
		display: block;
		margin-bottom: 25px;
		border-bottom: 1px solid #ddd;
	}
}

/* other */
.border-bottom0{
	border-bottom: 0;
}

/* ad for amazon */
.ad-amazon{
	padding-bottom: 20px;
}
.ad-amazon.disp_pc{
	padding-left: 10px;
	padding-right: 10px;
}
.disp_pc .iframe-amazon{
	width: 100%;
	height: 202px;
}
.disp_sp .iframe-amazon{
	width: 100%;
	height: 155px;
}

/* amazon-book */
.amazon-book{
	display: flex;
	justify-content: space-between;
	margin: 0 20px 30px;
	padding: 20px;
	background-color: #fff;
	border: 1px solid #ddd;
}
@media only screen and (max-width:767px){
	.amazon-book{
		margin: 0 0 20px;
		padding: 0 15px 20px;
		border-top: 0;
		border-right: 0;
		border-left: 0;
	}
}
.amazon-image{
	display: flex;
	justify-content: center;
	width: 160px;
	height: 160px;
	margin-right: 20px;
}
@media only screen and (max-width:767px){
	.amazon-image{
		width: 100px;
		height: auto;
		min-height: 100px;
		margin-right: 15px;
	}
	.amazon-image-obj{
		max-width: 100px;
	}
}
.amazon-image-obj:hover{
	opacity: 0.8;
	transition: all 0.5s ease;
}
.amazon-book-detail{
	display: flex;
	flex-direction: column;
	width: calc(100% - 160px);
}
@media only screen and (max-width:767px){
	.amazon-book-detail{
		width: calc(100% - 115px);
	}
}
.amazon-book .amazon-title{
	padding-bottom: 12px;
}
.amazon-book .amazon-title a{
	color: #333;
	font-size: 18px;
	line-height: 1.3;
}
@media only screen and (max-width:767px){
	.amazon-book .amazon-title a{
		font-size: 17px;
	}
}
.amazon-writer{
	padding-bottom: 12px;
	color: #333;
	font-size: 16px;
}
@media only screen and (max-width:767px){
	.amazon-writer{
		font-size: 14px;
	}
}
.amazon-data{
	color: #333;
	font-size: 14px;
}
.amazon-title:hover{
	text-decoration: underline;
}
.amazon-btn{
	margin-top: auto;
}
@media only screen and (max-width:767px){
	.amazon-data{
		display: none;
	}
	.amazon-btn{
		margin-top: 0;
	}
}
.amazon-btn-link{
	width: 200px;
	padding: 10px;
	background-color: #FFA723;
	color: #fff;
	text-align: center;
}
@media only screen and (max-width:767px){
	.amazon-btn-link{
		width: auto;
	}
}
.amazon-book .amazon-btn-link{
	display: block;
	background-color:rgba(250,137,1,1);
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}
.amazon-book .amazon-btn-link:hover{
	background-color:rgba(250,137,1,0.8);
	transition: all 0.5s ease;
}

/* for special banner */
.sp-banner-wrap{
	padding-bottom: 25px;
}
.sp-banner-title{
	margin-bottom: 15px;
	font-size: 17px;
    line-height: 1.5;
	font-weight: bold;
}
.sp-banner-item{
	padding-bottom: 10px;
}
.sp-banner-item:last-child{
	padding-bottom: 0;
}
.sp-banner-link{
	display: block;
}
.sp-banner-image{
	width: 300px;
	height: auto;
}

@media screen and (max-width: 767px){
	.sp-banner-wrap{
		width: 300px;
		margin: 0 auto;
		padding-bottom: 3rem;
	}
	.sp-banner-title{
		display: block;
		margin-bottom: 0;
		padding: 0 5px 0.75rem;
		border-bottom: 0;
		font-size: 16px;
	}
}


.disp-sp{
	display: none;
}
@media screen and (max-width: 767px){
	.disp-sp{
		display: block;
	}
}