@charset "utf-8";
/* CSS Document */

@media only screen and (min-width:769px){
	
	.PC_none {
		display: none;
	}

}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 15px!important;
	color:#000;
	line-height:1.8 !important;
	background:#FFF;
	overflow-y: scroll;  /*  縦スクロールバーを表示します。 */
	overflow-x: hidden;  /*  横スクロールバーを消します。 */
	height: 100%;
	letter-spacing: .1em;
}

#MainPhoto {
	margin-top: 190px;
}

.Title {
	font-family: "Open Sans", sans-serif;
	font-size: 2.0em;
	font-weight: normal;
	color: #1d1d1d;
	position: relative;
}

.Title::before {
  background-color: #bababa; /* 線の色 */
  border-radius: 5px; /* 線の両端を丸く */
  bottom: -5px; /* 線の位置 */
  content: "";
  height: 1px; /* 線の高さ */
  left: 50%; /* 線の中央寄せ */
  position: absolute;
  transform: translateX(-50%); /* 線の中央寄せ */
  width: 60px; /* 線の長さ */
}

.RankingList {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.RankingList h3 {
	font-weight: normal;
}

.RankingList a {
	text-decoration: none;
}

.no1 {
	width: 48%;
	margin-right: 2%;
}

.no1 i img {
	width: 50px;
	margin-top: -15px;
	padding-right: 5px;
}

.no1 span {
font-family: "Open Sans", sans-serif;
	font-size: 30px;
	line-height: 30px;
}

.no2over span {
font-family: "Open Sans", sans-serif;
	font-size: 20px;
	line-height: 20px;
}

.no1 figure {
	margin-top: 15px;
}

.no1 h3 {
	padding-top: 15px;
	font-size: 1.2em;
}

.no2over {
	width: 48%;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	align-items: flex-start;
}

.no2over div {
	width: 48%;
	margin: 0 0 20px;
}

.no2over i img {
	width: 30px;
	margin-top: -8px;
	padding-right: 5px;
}

.no2over figure {
	margin-top: 10px;
}

.no2over h3 {
	padding-top: 10px;
	line-height: 1.5;
}

.TopArticleList {
	display: flex;
	justify-content: space-between;
}

.TopArticleList article {
	width: 48%;
	margin-top: 50px;
}

.TopArticleList article a {
	text-decoration: none;
}

.TopArticleList figure {
	margin-bottom: 15px;
}

.MoreBtn {
	text-align: center;
	width: 250px;
	font-family: "Open Sans", sans-serif;
	font-size: 1.1em;
	margin: 50px auto 0;
}

.MoreBtn a {
	display: block;
	text-decoration: none;
	color: #1d1d1d;
	background: #FFF;
	border: 1px solid #1d1d1d;
	border-radius: 80px;
	padding: 15px;
	
}

.MoreBtn a:hover {
	background: #1d1d1d;
	color: #FFF;
	/*-webkit-transition: 5s;
    -moz-transition: 5s;
    -o-transition: 5s;
    -ms-transition: 5s;*/
    transition: 0.5s;
}

#TopBannerList {
	text-align: center;
}

#TopBannerList li {
	margin-top: 50px;
}

#TopBannerList h3 {
	font-size: 1.5em;
	font-weight: normal;
}

#TopBannerList figure {
	margin-top: 15px;
}

footer {
	background: #1d1d1d;
	color: #FFF;
	padding-top: 50px !important;
	margin-top: 5% !important;
}

footer a {
	color: #FFF !important;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
	color: #bababa;
}

.FotterInner {
	max-width: 1500px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.F_nav {
	display: flex;
	justify-content: space-between;
}

.F_nav ul {
	margin-left: 30px;
}

.F_nav li {
	margin-top: 5px;
}
.F_Logo {
	width:210px;
}
.X {
	margin-top: 30px;
	width:30px;
}

.Copy {
	border-top: 1px solid #333;
	margin-top: 50px;
	padding: 30px;
	text-align: center;
	font-size: 13px;
}

.PickUPList {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.PickUPList li {
	width: 32%;
}

.PickUPList h3 {
	font-weight: normal;
	padding-top: 15px;
	line-height: 1.5;
}

