@charset "utf-8";
#articles_50th {
	position: relative;
	line-height: 1.8;
}
#articles_50th h1 {
	font-size: 3.4rem;
    margin: 50px 100px;
    text-align: center;
}
#articles_50th h1.font_s{
	font-size: 2.3rem;
	line-height: 1.5;
}
#articles_50th h2 {
	font-size: 2.0rem;
   line-height: 2.8rem;
}
#honbun h2 {
    margin: 50px auto;
	font-weight: bold;
}
#articles_50th a {
	text-decoration: underline;
}
#articles_50th a:hover {
	text-decoration: none;
}
#articles_50th div.img{
    margin: 0px auto;
    max-width:500px;
    text-align: center;
}
.top_bar{
 border-top: solid 1px #000;
}
.under_bar{
padding-bottom: 40px;
 border-bottom: solid 1px #000;
}
.line{
 border-top: solid 1px #000;
    padding-top: 40px;
}
#articles_50th #honbun,#articles_50th h1.font_s {
	margin: 50px 180px;
}
#articles_50th #honbun h1 {
    margin: 0px auto;
}
#articles_50th #honbun span.interview_name {
	font-size: 1.8rem;
	display:block;
	font-weight: bold;
}
#articles_50th #honbun p {
	font-size: 1.6rem;
	line-height: 1.8;
	margin: 40px 0px;
	text-align: justify;
	text-justify: auto;
}
#articles_50th #honbun span.caption {
	text-align: left;
    display: block;
    font-size: 1.4rem;
    line-height: 1.4;
    padding-top: 7px;
    color:#9d9d9d;
}
#articles_50th #honbun span.name {
    font-size: 2.0rem;
    line-height: 2.8rem;
    display: block;
}
#articles_50th #list #ttl{
    margin-top: 20px;
}
#articles_50th #list .table{
	display: inline-flex;
	width: 974px;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 1.8;
	margin: 70px auto 60px;
}
#articles_50th #list .table p {
    font-size: 1.6rem;
}
#articles_50th #list h1{
    font-size: 1.9rem;
    line-height: 1.6;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 20px;
    margin: 50px auto 0px;
    text-align: center;
}
#articles_50th #list .table h2:hover,#articles_50th #list .table p:hover {
    color: #E4E7E7;
}
#articles_50th #list .table .right{
	max-width: 450px;
}
#articles_50th #list .table .right h2 {
	font-size: 1.9rem;
    line-height: 1.6;
    margin-bottom: 10px;
	font-weight: bold;
}
#articles_50th #list .table div.left{
 max-width: 330px;
 overflow:hidden;
 margin: 0 auto;
}
#articles_50th #list .table  div.left img{
 transition:1s all;
}
#articles_50th #list .table  div.left img:hover{
  transform:scale(1.2,1.2);
  transition:1s all;
}
#articles_50th #list a{
 text-decoration:none; 
}
#articles_50th p.intro{
 border: solid 1px #000;
 padding: 18px 30px 20px;
}
#articles_50th .notes{
 border-top: solid 1px #000;
 border-bottom: solid 1px #000;
 padding: 16px 30px 20px;
    margin: 60px auto!important;
}
.pt05{
	padding-top: 5px;
}
@media screen and (min-width: 1025px) {
#articles_50th #list{
    margin: 50px auto 70px;
    width: 840px;
}
#articles_50th #list .table div.left{
    margin-left: 0px;
}
}

@media screen and (max-width: 1024px) {
#articles_50th  h1  {
	font-size: 2.8rem;
	margin: 40px 20px;
	text-align: center;
	line-height: 3.6rem;
}
#articles_50th h1.font_s{
	font-size: 2.2rem;
}
#articles_50th #honbun,#articles_50th h1.font_s {
	margin: 20px;
}
#articles_50th #honbun span.interview_name {
	font-size: 1.6rem;
}
#articles_50th a img {
	padding: 0 20px;
}
#articles_50th #honbun span.h2 {
    font-size: 2.2rem;
    line-height: 2.8rem;
}
#articles_50th #honbun p {
	margin: 30px 0px;
}
#articles_50th p.intro {
    padding: 20px;
}
#articles_50th div#list{
	margin: 10px 20px;
}
#articles_50th #list #ttl{
    margin-top: 10px;
}
#articles_50th #list h1{	
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin: 40px 0px 0px 0px;
    padding: 15px 0;
}
#articles_50th #list .table{
	display:block;
    margin: 40px auto 30px;
}
#articles_50th #list .table .right {
    padding: 20px 0;
    margin: 0 auto;
}
#articles_50th #list .table .left {
    margin-top: 50px;
}
}
/*----------------------------------
セブン&アイコラボ バナー 非表示用
------------------------------------*/
@media screen and (max-width: 767px){
footer{
padding-bottom: 0px;
}
}
/*----------------------------------
ページ送り
------------------------------------*/
.pager li > a, .pager li > span{
	border: 1px solid #000;
	border-radius: 0px;
	padding: 10px;
}
.pager li > a:hover, .pager li > a:focus{
	background-color: #000;
	color: #fff;
}


}