@charset "UTF-8";
/* CSS Document */


/******************************************************

PC設定 1200px以上の場合に適用 

*******************************************************/

/* main */
.slideShow__category {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	padding: 0 10px;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	margin-bottom: 15px;
}

p.soccer {
	background-color: #008dd2;
}

p.baseball {
	background-color: #0068b9;
}

p.basketball {
	background-color: #01377f;
}

p.volleyball {
	background-color: #7c0092;
}

p.swimming {
	background-color: #ad2184;
}

p.ladies {
	background-color: #e56479;
}

p.senior {
	background-color: #e18f00;
}

p.other {
	background-color: #c0b500;
}

p.fcnishinomiya {
	background-color: #d42c1c;
}

p.uncategorized {
	background-color: #CCC;
}

.post__ttl {
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 25px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 15px;
}

.post__info {
	width: 100%;
}

.post__date {
	font-size: 10px;
	color: #666;
	padding-bottom: 10px;
	float: left;
}

.post__author {
	display: inline;
	font-size: 10px;
	color: #666;
	padding-bottom: 10px;
	float: left;
}

.post__author .pc {
	display: inline;
}

.post__mark {
	padding: 0 5px;
	font-size: 10px;
	color: #FFF;
	display: inline-block;
	background-color: #e83426;
	height: 15px;
	line-height: 15px;
	margin-right: 5px;
}

.sns__box {
	float: right;
    display: flex;
	width: 205px;
}

.sns__item {
	display: block;
    width: 65px;
    height: 25px;
	border-radius: 3px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	transition: .2s;
	-webkit-transition: .2s;
}

.sns__item:hover {
	opacity: .8;
}

.sns__item:not(:last-child) {
	margin-right: 5px;
}

.sns__line {
    background-color: #2bac38;
	background-image: url("/img/single/bg_line.png");
}

.sns__twitter {
    background-color: #3496d4;
	background-image: url("/img/single/bg_twitter.png");
}

.sns__facebook {
    background-color: #2e6db6;
	background-image: url("/img/single/bg_facebook.png");
}

.post__thumbnail img {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 35px;
	margin-bottom: 60px;
}

.post__content {
	margin-bottom: 50px;
}

.post__h2 {
	font-size: 20px;
	font-weight: bold;
	border-left: 5px solid #e83426;
	padding-left: 10px;
	margin-bottom: 30px;
}

.post__txt1 {
	margin-bottom: 50px;
}

.post__content-wrapper {
	display: flex;
	justify-content: space-between;
}

.post__content2,
.post__content3 {
	width: 47%;
}

.post__content2 img,
.post__content3 img {
	display: block;
	width: 100%;
	height: auto;
}



/* タグ */
.tag {
	width: 100%;
	border-top: 1px solid #CCC;
	padding-top: 20px;
}

.tag a {
	display: inline-block;
	margin-right: 5px;
	height: 25px;
	line-height: 23px;
	padding: 0 15px;
	border: 1px solid #e83426;
	border-radius: 12.5px;
	-webkit-border-radius: 12.5px;
	font-size: 12px;
	color: #e83426;
	transition: .2s;
	-webkit-transition: .2s;
}

.tag a::before {
	content: "#";
}

.tag a:hover {
	color: #FFF;
	background-color: #e83426;
}




/* 関連記事 */
.yarpp {
	width: 100%;
	border: 5px solid #EEE;
	margin-top: 60px;
	padding: 25px;
}

.yarpp h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 25px;
}

.yarpp-thumbnails-horizontal {
	display: flex;
}

.yarpp-thumbnail {
	width: 23%;
	margin-right: 2.666%;
}

.yarpp-thumbnail:last-child {
	margin-right: 0;
}

.yarpp-thumbnail img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.yarpp-thumbnail-title {
	font-size: 14px;
}



/* sideBar */
.sideBar {
	width: 25%;
}




/******************************************************

PCの設定 960px〜1199pxの場合に適用 

*******************************************************/

@media screen and (max-width: 1199px){




}



/******************************************************

タブレットの設定 768px〜959pxの場合に適用 

*******************************************************/

@media screen and (max-width: 959px){




}



/******************************************************

SPの設定 767px以下の場合に適用 

*******************************************************/

@media screen and (max-width: 767px){

/* main */
.main {
	padding: 25px 0 60px 0;
}
	
.post {
	padding: 0 15px;
}

.slideShow__category {
	font-size: 10px;
	padding: 0 5px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 10px;
}
	
.post__ttl {
	font-size: 20px;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.post__date {
	font-size: 12px;
	padding-bottom: none;
	float: none;
	margin-top: 15px;
	line-height: 1;
}
	
.post__author {
	display: block;
	font-size: 12px;
	padding-bottom: none;
	float: none;
	margin-bottom: 10px;
	line-height: 1;
}

.post__author .pc {
	display: none;
}
	
.post__mark {
	vertical-align: 5%;	
}
	
.sns__box {
	float: none;
	width: 100%;
}

.sns__item {
    width: 31.4%;
    height: 25px;
}

.sns__item:not(:last-child) {
	margin-right: 2.9%;
}

.post__thumbnail img {
	margin-top: 25px;
	margin-bottom: 30px;
}
	
.post__content {
	margin-bottom: 30px;
}
	
.post__h2 {
	font-size: 16px;
	margin-bottom: 25px;
}

.post__txt1 {
	margin-bottom: 30px;
}
	
.post__content-wrapper {
	display: block;
	width: 80%;
	margin: 0 auto;
}

.post__content2 {
	margin-bottom: 30px;
	width: 100%;
}
	
.post__content3 {
	width: 100%;
}

.post__content p {
	font-size: 15px;
}
	


/* タグ */
.tag a {
	display: inline-block;
	margin-right: 10px;
	height: 35px;
	line-height: 34px;
	border-radius: 17.5px;
	-webkit-border-radius: 17.5px;
	font-size: 14px;
}

	
	
/* 関連記事 */
.yarpp {
	width: calc(100% - 30px);
	padding: 25px 15px 25px 15px;
	margin-left: auto;
	margin-right: auto;
}

.yarpp h3 {
	text-align: center;
}

.yarpp-thumbnails-horizontal {
	display: block;
}

.yarpp-thumbnail {
	display: flex;
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}

.yarpp-thumbnail:last-child {
	margin-right: 0;
	margin-bottom: 0;
}

.yarpp-thumbnail img {
	width: 32%;
	margin-right: 3.5%;
	margin-bottom: 0;
}

.yarpp-thumbnail-title {
	width: 64.5%;
}
	

	
	
/* sideBar */
.sideBar {
	width: calc(100% - 30px);
	margin: 0 auto 60px auto;
}


}