@charset "utf-8";
/* CSS Document */
html{
	font-size: 100%;
}
body{
	 font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
	color: #333;
	font-size: 1rem;
	font-style: normal;
}
a {
	color: #333;
}
header{
	position: fixed;
	z-index: 10;
	width: 100%;
	height: 70px;
	background-color: #fff;
}
header .container img{
	padding: 20px 0;
}
header .container h1{
	height: 70px;
}
.container{
	max-width: 1200px !important;
	margin: 0 auto !important;
	padding: 0 16px !important;
}
.logo{
	width: 160px;
	height: 70px;
}
nav{
	width: 100%;
	position: fixed;
	background-color: #333;
	margin: 0 auto;
	height: 39.2px;
}

nav ul {
  display: flex;
  align-items: center;
  height: 39.2px;
}
nav ul li{
	list-style-type: none;
	 padding-right:  60px ;
	align-items: center;
display: flex;
}
nav ul li a{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.875rem;
}
.head figure{
	width: 373.75px;
}
.head img{
	width: 100%;  
	
}
.head{
	padding-top: 150px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 70px;
}
figcaption{
	margin-top: 10px;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 15px;
}
.head figure p{
	text-align: center;
	text-transform: uppercase;
	font-size: 0.875rem;
	display: flex;
	justify-content: center;
}
.head figure p a{
	text-decoration: none;
	position: relative;
}
.head figure p a::after{
	content: "";
position: absolute;
left: 0;
width: 100%;
height: 1px;
background: #333;
bottom: -1px;       /*アンダーラインが位置する、各リストの下端からの高さ　ヘッダーの下端に合わせています*/
}
.head figure p a:hover::after{
	content: "";
	transition: all 200ms ease;
	transform: translateY(3px);
	position: absolute;
left: 0;
width: 100%;
height: 1px;
background: rgba(0,0,0,0.00) ;
bottom: -1px;    
}
figure a{
	color: #333;
}
figure a:hover{
	text-decoration: none;
}

main{
	width: 65%;
	margin: 0 auto;
	float: left;
}
article{
	margin-bottom: 80px;
}
.main h2{
	margin-bottom: 15px;
}
main figcaption{
	font-weight: normal;
	padding: 0 40px;
	margin-bottom: 30px;
}
.date a{
	font-size: 0.875rem;
	vertical-align: top;
	display: inline-block;
	margin: 0 20px 10px 0;
	text-decoration: none;
}
.center::after{
	content: "";
position: absolute;
left: 0;
width: 100%;
height: 1px;
background: #333;
bottom: -1px;       /*アンダーラインが位置する、各リストの下端からの高さ　ヘッダーの下端に合わせています*/
}
.center2::after{
	content: "";
position: absolute;
left: 0;
width: 100%;
height: 0.5px;
background: #333;
bottom: -1px;       /*アンダーラインが位置する、各リストの下端からの高さ　ヘッダーの下端に合わせています*/
}
.center:hover::after{
	content: "";
	transition: all 200ms ease;
	transform: translateY(3px);
	position: absolute;
left: 0;
width: 100%;
height: 1px;
background: rgba(0,0,0,0.00) ;
bottom: -1px;    
}
.center2:hover::after{
	content: "";
	transition: all 200ms ease;
	transform: translateY(3px);
	position: absolute;
left: 0;
width: 100%;
height: 1px;
background: rgba(0,0,0,0.00) ;
bottom: -1px;    
}
.center{
	text-align: center;
	text-transform: uppercase;
	position: relative;
	text-decoration: none;
	display: inline-block;
	font-size: 0.875rem;
}
.center2{
	text-align: center;
	text-transform: uppercase;
	position: relative;
	text-decoration: none;
	display: inline-block;
	font-size: 0.875rem;
}
.more a{
	text-align: center;
}
main p{
	display: flex;
	justify-content: center;
}
article img{
max-width: 100%;
}

article a{
	color: #333;
}
article .date p{
	text-align: center;
	text-transform: uppercase;
}
article a:hover{
	text-decoration: none;
}

aside{
	width: 33%;
	float: right;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 140px;
}
.profiel-box{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.profiel{
	border-radius: 50%;
	width: 130px;
	height: 130px;
	margin: 10px 0 30px;
}
.profiel-name, .ranking h2 {
	font-size: 1.125rem;
	font-weight: bold;
	margin: 5px 0 30px;
}
.profiel-text{
	font-size: 0.875rem;
	padding: 0 29px 0 20px;
text-align: left;
}
.ranking img{
	width: 100%;
}

#ranking{
	flex-flow: column;
	justify-content: space-between;
	margin-top: 60px;
	padding: 0 20px;
}

.ranking a{
	text-decoration: none;
}
.ranking figcaption {
	font-weight: normal;
	text-align: left;
	font-size: 0.875rem;
	margin: 0 0 30px;
}
.date{
	width: 350px;
}
.day h2{
	text-transform: capitalize;
	font-size: 1.125rem;
	margin-bottom: 30px;
}
.day a{
	text-decoration: none;
	font-size: 0.875rem;
}
.day{
	margin-top: 60px;
	padding: 0 20px;
}
.day tr{
	padding: 20px;
	border-top: 1px solid #777;
	width: 350px;
	text-align: left;
	height: 61px;
}
tbody:last-child{
	border-bottom: 1px solid #777;
}
.day td{
	display: flex;
	align-items: center;
}
.day a{
	text-decoration: none;
	color: #333;
}
tbody {
  display: flex;
  flex-direction: column;
}
table{
	display: flex;
}
footer{
	clear: both;
	width: 100%;
	background-color: #F7F7F7;
	padding-top: 50px;
	font-size: 0.875rem;
}
footer .container{
	display: flex;
	justify-content: space-between;
	text-align: center;
}
footer section{
	width: 30%;
	text-align: left;
	margin-bottom: 55px;
	overflow: hidden;
}
footer h3{
	text-align: left;
	text-transform: capitalize;
	font-size: 1.125rem;
font-weight: bold;
	margin-bottom: 30px;
}
footer p{
	text-align: left;
}
footer ul {
    padding: 0px;
    margin-top: 20px;
    list-style: none;
}

footer ul li {
    position: relative;
    padding: 0px 0px 0px 1em;
	margin-top: 5px;
}
footer ul li::before {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border: 6px solid transparent;
    border-left: 8px solid #333;
    content: "";
}
footer a{
	text-decoration: none;
	color: #333;
}
.about{
	margin-left: -2px;
}
.bottom{
	text-align: center;
	font-size: 0.750rem;
	padding-bottom: 10px;
}
.menu table{
	border-collapse: collapse;
}
.menu tr{
	height: 50px;
	display: flex;
	align-items: center;
	border-top: 1px solid #777;}
.menu tbody:last-child {
  border-bottom: 1px solid #777;
}
.menu td{
margin-left: 15px;
	width: 350px;
	text-align: left;
	text-transform: uppercase;
}
/*メディアクエリ*/
@media screen and (max-width:767px){
	header .container{
	padding: 0 20px;
}
	nav{
		overflow-x: scroll;
	}
	.head figure{
		width: 100%;
		margin-bottom: 30px;
	}
	.head{
		flex-direction: column;
		margin: 0 auto;
		padding-top: 140px;
	}
	.head img{
		width: 100%;
		height: auto;
		text-align: center;
	}
	.container{
		width: 100%;
	}
	main{
		width: 100%;
		margin: 0 auto;
		margin-top: 70px;
	}
	main img{
	width: 100%;
	height: auto;
	}
	aside{
		width: 100%;
		margin: 0 auto;
	}
	.profiel p{
		text-align: center;
	}
	.profiel{
	border-radius: 50%;
	width: 130px;
	height: 130px;
	margin: 0 0 30px;
}
	.profiel-text {
  font-size: 0.875rem;
  text-align: left;
padding: 0 ;
}
	#ranking{
		padding: 0;
	}
	.ranking img{
		width: 100%;
		height: auto;
	}
	.ranking figcaption{
		text-align: left;
	}
	.day{
		width: 100%;
		padding: 0;
	}
	.day table{
		width: 100%;
		margin: 0 auto;
	}
	.day td{
		text-align: left;
	}
	tbody{
		width: 100%;
	}
	.day tr {
  padding: 20px;
  border-top: 1px solid #777;
  text-align: left;
  height: 61px;
		width: 100%;
}
	aside{
		margin-bottom: 120px;
	}
	footer .container{
		flex-direction: column;
		width: 100%;
		margin: 0 auto;
	}
	footer section{
		width: 100%;
		margin: 0 auto;
	}
	.menu {
		margin-top: 50px;
		margin-bottom: 30px;
	}
	.menu tr{
		width: 115%;
	}
	.menu table{
		width: 100%;
	}
	.menu tbody:last-child {
  border-bottom: 1px solid #777;
  width: 115%;
}
	footer{
		padding-bottom: 0;
	}
		.twitter_wrap{
	  margin-left: auto;
	  margin-right: auto;
	  max-width: 500px;
	}
	 
	.twitter_wrap iframe{
	  width: 100% !important;
	}
	.bottom{
		margin-top: 90px;
	}
}