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

/*=========================================== 
スマホ向けのレイアウトの指定：～768px 
===========================================*/
@media only screen and (min-width: 0px) {

body{
	overflow-x: hidden;
}
	
#container{
	width:100%;
	margin:0 auto;
	overflow: hidden;
}

#wrapper{
	width:100%;
	margin:0 auto;
	padding: 0 0 80px 0;
}


/*メインビジュアル*/
.mv{
	background-image: url("../images/news_mv.jpg");
	background-size: cover;
}


/*コンテンツ*/
.news{
	width:90%;
	margin: 40px auto 0;
  text-align: center;
}
  
h2.heading{
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
  color: rgb(26,128,92);
	text-align: center;
	letter-spacing: 0.20em;
  margin-bottom: 40px;
  display: inline-block;
}

/*下線をつける*/
h2.heading::after{
  content: " ";
  display: block;
  border-bottom: 3px solid rgb(228,216,80);
  width: 80%;
  margin: 20px auto 0;
}


/*コンテンツ > ブログ内容*/
.news .content{
	width: 100%;
  text-align: left;
}

.news .content .date{
	padding: 0 0 10px 0;
	font-size: 20px;
	font-size: 2rem;
	letter-spacing: 0.10em;
	color: rgb(26,128,92);
	font-family: 'Lato', sans-serif;
	border-bottom: 1px solid rgb(26,128,92);
}

.news .content p.cat-mark {
    line-height: 1.7;
    margin: 24px 0 0;
}

.news .content h2.title{
	margin: 16px auto 0;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.5;
	letter-spacing: 0.20em;
}

.news .content .sentence p{
	margin: 32px auto 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.7;
}

.news .content .sentence img{
	max-width: 100%;
	height: auto;
}

.news .content .sentence a{
	color: rgb(26,128,92);
}

.news .content .pager{
	margin: 64px auto 0;
}

.news .content .pager .prev{
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	float: left;
}

.news .content .pager .next{
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	float: right;
}

.news .content .pager a{
	color:rgb(50,50,50);
}

i.fa-arrow-circle-left,
i.fa-arrow-circle-right{
	color: rgb(26,128,92);
}

/*コンテンツ > サイドバー*/
.news .sidebar{
	width: 100%;
	margin: 40px auto 0;
  text-align: left;
}

.news .sidebar h3.widgettitle{
	height: 48px;
	margin: 0 auto;
	padding: 0 0 0 20px;
	font-size: 20px;
	font-weight: bold;
	line-height: 48px;
	letter-spacing: 0.32em;
	color: rgb(255,255,255);
	background-color: rgb(26,128,92);
}

.news .sidebar ul{
	padding: 0 20px 20px;
}

.news .sidebar ul li{
	margin: 32px auto 0;
	font-size: 16px;
	line-height: 1.7;
	text-align: justify;
	text-justify: inter-ideograph;
	display: block;
}

.news .sidebar ul li:first-child{
	margin: 20px auto 0;
}

.news .sidebar .day{
	margin: 0 auto 10px;
	font-size: 20px;
	font-size: 2rem;
	letter-spacing: 0.10em;
	font-family: 'Lato', sans-serif;
	color: rgb(26,128,92);
	display: inline-block;
}
.cat-mark{vertical-align: text-top;}
.news .sidebar ul li a{
	color:rgb(50,50,50);
	display: block;
}
}


/*=========================================== 
PC向けのレイアウトの指定：768px〜
===========================================*/
@media only screen and (min-width: 769px) {

#container{
	width:100vw;
}

/*コンテンツ*/
.news{
	width: auto;
	max-width: 940px;
	padding: 0 10px;
}

h2.heading{
	font-size: 36px;
	font-size: 3.6rem;
  margin-bottom: 60px;
}

/*コンテンツ > ブログ内容*/
.news .content{
	width: 66%;
	max-width: 620px;
	float: left;
}

.news .content a:hover{
	opacity: 0.8; 
	filter:alpha(opacity=80); /* IE 6,7*/
	-ms-filter: "alpha(opacity=80)"; /* IE 8,9 */
	-moz-opacity:0.8; /* FF , Netscape */
	-khtml-opacity: 0.8; /* Safari 1.x */
	zoom:1; /*IE*/
}


/*コンテンツ > サイドバー*/
.news .sidebar{
	width: 32%;
	max-width: 300px;
	margin: 0 auto;
	float: right;
}

.news .sidebar ul li a:hover{
	opacity: 0.8; 
	filter:alpha(opacity=80); /* IE 6,7*/
	-ms-filter: "alpha(opacity=80)"; /* IE 8,9 */
	-moz-opacity:0.8; /* FF , Netscape */
	-khtml-opacity: 0.8; /* Safari 1.x */
	zoom:1; /*IE*/
}
}
