@charset "utf-8";

#matome .matome-header{
	position: relative;
}
#matome .mokuji {
	position: relative;
	padding-top: 10px;
}
#matome .mokuji:before,
#matome .mokuji:after{
	content:'';
	display: block;
	width: 16px;
	height: 30px;
	background: url(../img/matome_mokuji_ttl_ico.gif) no-repeat;
	position: absolute;
	top: 0;
	z-index: +1;
}
#matome .mokuji:before{left: 10px;}
#matome .mokuji:after{right: 10px;}

#matome .mokuji .mokuji-inner{
	background:#fffdf4;
	border:#87b93c 2px solid;
	border-bottom-left-radius:5px;
	border-bottom-right-radius: 5px;
	padding-bottom:20px;
}
#matome .mokuji .mokuji-inner ul{
	list-style: none;
	margin: 0;
}
#matome .mokuji h4{
	color: #fff;
	font-size: 18px;
	margin: 0 !important;
	padding: 10px;
	text-align: center;
	background: #87b93c;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	position: relative;
}
#matome .mokuji h4:after{
	position: absolute;
	content: " ";
	left: 50%;
	margin-left: -8px;
	margin-bottom: -18px;
	bottom: 0;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 8px solid #87b93c;
}
#matome .mokuji h5{
font-size:120%;
font-weight:bold;
color:#194a9b;
margin:20px 5% 10px 5%;
}
#matome .mokuji li{
	margin:0 5% 10px 5%;
	padding-top:3%;
	padding-left:10%;
	border-top: 1px dashed #00B6DF;
	position: relative;
	counter-increment: number;
}
#matome .mokuji li::before{
	content: counter(number);
	position: absolute;
	left: 0;
	color: #fff;
	font-size: 10px;
	width: 14px;
	padding: 2px;
	margin-top: 3px;
	line-height: 14px;
	text-align: center;
	background: #00B6DF;
	display: inline-block;
}
#matome .mokuji li:nth-child(odd)::before{
	background: #006DB6;
}


#matome #article{
	margin-bottom:30px;
	border: 5px solid #00B6DF;
	border-top: 0;
    -webkit-border-image: url(../img/matome_border.gif) 5 round;
            border-image: url(../img/matome_border.gif) 5 round;
}
#matome #article h4{
margin: 0 -10px;
margin-bottom: 0!important;
padding:10px 10px 10px 90px;
font-size:120%;
vertical-align: middle;
line-height:1.3;
font-weight:bold;
color: #fff;
position: relative;
background: #00B6DF;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
#matome #article h4 a{
	text-decoration:none;
	color:#fff;
}
#matome #article h4 a:hover{
	color:#ccc;
}
#matome #article h4::before{
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	color: #CBEFF6;
	background: #006DB6;
	width: 80px;
	height: 100%;
	text-align: center;
	box-sizing: border-box;
	border-top-left-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#matome #article:nth-of-type(odd) h4{
	background: #006DB6;
}
#matome #article:nth-of-type(odd) h4::before{
	background: #00B6DF;
}
#matome #article h4::after{
	position: absolute;
	content: '';
	bottom: -5px;
	left: 0;
	border: none;
	border-bottom: solid 5px transparent;
	border-right: solid 5px #004D80;
}
#matome #article h4::after::after{
	position: absolute;
	content: '';
	bottom: -5px;
	right: 0;
	border: none;
	border-bottom: solid 5px transparent;
	border-right: solid 5px #004D80;
}
#matome #article{
	counter-increment: number;
}
#matome #article h4::before{
	content: 'その'counter(number);
}

#matome #article > img{
	margin: auto;
	display: block;
}

.matome-navi{
	margin: 10px;
	position: relative;
}
.matome-navi .prev{
	float: left;
	width: 48%;
	text-align: left;
}
.matome-navi .next{
	float: right;
	width: 48%;
	text-align: right;
}
.matome-navi .list{
	clear: both;
	padding: 15px 0;
	text-align: center;
}
.matome-navi .prev a > img,
.matome-navi .prev amp-img{float: left;margin-right: 10px;}
.matome-navi .next a > img,
.matome-navi .next amp-img{float: right;margin-left: 10px;}

.matome-navi .prev p,
.matome-navi .next p{overflow: hidden; margin: 0 10px 1em;}


@media only screen and (max-width: 767px) {
/* /////////////////////////////////////////////////////////// */
/* SP */

#matome{
	max-width:600px;
	position:relative;
}
#matome .matome-header{
	margin: 0 15px;
}
#matome .entryBody{
	padding-top: 0;
}
#matome #contents-headline{
background:#00b2dd;
margin-top:-5px;
	margin-bottom:10px;
	padding-bottom:5px;
	border-radius:5px;
	}
#matome #contents-headline.matome{
	border:none !important;
	}
#matome #contents-headline h1{
background: url(../img/matome_h1_bg.png)  0 bottom no-repeat;
text-align:left;
text-shadow:none;
margin:0 5% 10px 5%;
padding:15px 0 10px 0;
line-height:1.3;
color: #FFF;
font-size: 18px;
font-weight: 800;
letter-spacing: 3px;
}
#matome h4{
	font-size:160%;
}
#matome .mokuji .mokuji-inner{
	margin-bottom:30px;
}
#matome #contents-headline div{
	color:#fff;
/*	margin:0 5% 20px 5%;*/
}
#matome .main-photo{
	position: relative;
		margin:0;
		height:170px;
		overflow:hidden;
}
#matome .main-photo .photo{
position: absolute;
z-index:0;
/*top:-30%;*/
top:0;
left:0px;
}
#matome .main-photo .photobox{
position: absolute;
z-index:20;
top:0px;
left:0px;
}
#matome #contents-headline .lavel{
position: absolute;
width:25%;
z-index:30;
top:-8px;
left:2%;
}
#matome #contents-headline .keyword{
	display:none;
	}
#matome .float-box{
overflow: hidden;
}
#matome .left-box{
	width:90%;
	padding:0 5% 30px 5%;
	float:none;
	}
	#matome .left-box h4{
font-size:120%;
font-weight:bold;
color:#194a9b;
}
#matome .wid05{width:5%;float: left;}
#matome .wid30{width:45%;float: left;}
#matome .right{text-align:right;}
#matome .center{text-align:center;}

#matome .mokuji{
width:100%;
float:none;
}




#matome #article > div{
	margin:20px;
	overflow:hidden;
}
#matome #article div img{
	float:left;
	max-width:25%;
}
#matome #article .bt{
	max-width:80%;
	padding:25px 0;
	margin:0 auto;
}
#matome .matome-navi{
	margin: 20px 10px;
}
#matome .matome-navi .prev img,
#matome .matome-navi .next img,
#matome .matome-navi .prev amp-img,
#matome .matome-navi .next amp-img{
	width: 20px;
}
#matome .matome-navi p{
	font-size: 90%;
}
#matome .matome-navi p span{
	font-weight:bold;
}
#matome .center img,
#matome .center amp-img{
	max-width:80%;
	margin-bottom:30px;
}

/* /////////////////////////////////////////////////////////// */
}
@media only screen and (min-width: 768px) {
/* /////////////////////////////////////////////////////////// */
#matome {
	font-size:80%;
}
#matome .matome-header{
	font-size: 144%;
	margin-left: 15px;
}
#matome #contents-headline{
	background:#00b2dd;
	margin-bottom:10px !important;
	}
#contents #matome #contents-headline.matome{
	padding-left: 0;
	padding-bottom: 0;
	}
#contents .topics_details #matome #contents-headline h1{
	font-size:200%;
	background:url(../img/matome_h1_bg.png)  0 bottom no-repeat;
	width:535px;
color:#fff;
float:none;
margin:30px 0 25px 30px;
padding:0 0 25px 0;
line-height:120%;
}
#matome h4{
	font-size:160%;
}
#matome #contents-headline div{
	color:#fff;
	margin:0 30px 20px 30px;
}
#matome .main-photo{
	position:relative;
		height:250px;
		overflow:hidden;
}
#matome .main-photo .photo{
position: absolute;
z-index:0;
/*top:-40%;*/
top:0;
left:0px;
}
#matome .main-photo .photobox{
position: absolute;
z-index:20;
top:0px;
left:0px;
}
#matome #contents-headline .lavel{
position: absolute;
z-index:30;
top:60px;
left:15px;
}
#matome #contents-headline .keyword{
	font-size:110% !important;
	color:#ccf0f7 !important;
	background:url(../img/matome_keyword_bg.png)  0 bottom no-repeat;
	margin-bottom:0 !important;
	padding:13px 20px 8px 140px!important;
	border:none !important;
	position: relative;
	}
#matome #contents-headline .keyword span{
	margin-right:10px;
	position: absolute;
	left: 20px;
	}
#matome #contents-headline .keyword span img{
	margin-right:3px;
	}
#matome #contents-headline .keyword a{
/*background:url(../img/matome_keyword_btl.png) left center no-repeat,
url(../img/matome_keyword_btr.png) right center no-repeat,
url(../img/matome_keyword_bt.png) left center repeat-x;*/
text-decoration:none;
padding:4px 10px;
font-size: 14px;
line-height: 1.5;
background: #fff;
border-radius: 5px;
display: inline-block;
box-shadow: -2px -2px 0 #CBDCE5 inset;
margin-right: 5px;
margin-bottom: 6px;
}
#matome .float-box{
overflow: hidden;
}
#matome .left-box{
	width:52%;
	float: left;
	}

#matome .wid05{width:5%;float: left;}
#matome .wid30{width:30%;float: left;}
#matome .right{text-align:right;}
#matome .center{text-align:center;}

#matome .mokuji{
	margin-bottom:30px;
	width:270px;
	float: right;
}

#matome .mokuji h5{
	font-size: 100%;
}
#matome .mokuji li{
	list-style:none !important;
	margin:0 20px 10px;
	padding-top:12px;
	padding-left:30px;
}

#matome #article{
	margin-left: -5px;
}

#matome #article h4{
font-size:130%;
}
#matome #article h4 a{
	text-decoration:none;
	color:#fff;
}
#matome #article h4 a:hover{
	color:#ccc;
}

#matome #article div{
	margin:20px 40px 0 40px;
	overflow:hidden;
}
#matome #article div img{
	float:left;
	max-width:25%;
}
#matome #article .bt{
	padding:40px 0 25px 0;
	text-align:center;
}

#matome .matome-navi{
	margin:45px 0 100px 0;
	clear: both;
}
#matome .matome-navi p{
	font-size:120%;
	margin:5px;
}
#matome .matome-navi p span{
	font-weight:bold;
}
.matome-navi .prev{
	float: left;
	width: 35%;
}
.matome-navi .next{
	float: right;
	width: 35%;
}
.matome-navi .list{
	text-align: center;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -90px;
}

/* /////////////////////////////////////////////////////////// */
}