@charset "utf-8";
/* tayori.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv {
	background-image: url(../images/tayori_kv.jpg);
}
#kv h2::after {
	content: "naruza tsushin";
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 最新号　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#brandnew {
	padding-bottom: 150px;
}

/* -- タイトル ----------------------------------------------- */
#ym_number {
	margin-left: 10px;
	font-size: 30px;
	position: static !important;
	font-weight: 700;
	color: #7AD8FF;
}

/* -- 最新・BNラップ ----------------------------------------------- */
#tsushin_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/* -- 最新号 ----------------------------------------------- */
#saishin {
	width: 400px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #bbbbbb;
}
#saishin a {
	position: relative;
}

#saishin img {
	width: 100%;
	height: auto;
}
#saishin span {
	position: absolute;
	width: 29px;
	bottom: 0px;
	right: 0px;
}

/* -- バックナンバー ----------------------------------------------- */
#ts_backnumber {
	width: 650px;
}
.year_list {
	margin-bottom: 50px;
}
.year_list h4 {
	font-size: 24px;
	color: #AAAAAA;
	border-bottom: 2px solid #AAAAAA;
	padding-bottom: 5px;
	margin-bottom: 15px;
	font-weight: 600;
}
.year_list ul {
	display: flex;
	flex-wrap: wrap;
}
.year_list ul li {
	width: 100px;
	margin-right: 10px;
}
.year_list ul li:last-child {
	margin-right: 0px;
}
.year_list ul li a {
	text-decoration: none;
	color: #565656;
}
.year_list ul li img {
	width: 100%;
	height: auto;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border: 1px solid #bbbbbb;
}
.bn_ym {
	font-size: 12px;
	color: #565656;
	text-align: center;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* バックナンバー　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#backnumber {
	padding-bottom: 150px;
}
.year_box {
	margin-bottom: 50px;
}
.year_box h4 {
	color: #00B2FC;
	border-bottom: 5px solid #00B2FC;
	font-family: "Roboto", sans-serif;
	font-size: 40px;
	font-weight: 600;
	line-height: 1em;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 20px;
}

/* -- おたよりリスト ----------------------------------------------- */
.tayori_list {
	width: 245px;
	margin-right: 40px;
	float: left;
}
.tayori_list h5 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #00B2FC;
}
.tayori_list:last-child {
	margin-right: 0px;
}
.tayori_list ul {
	border-top: 1px solid #CCCCCC;
}
.tayori_list li {
	border-bottom: 1px solid #CCCCCC;
}
.tayori_list li a {
	color: #333333;
	text-decoration: none;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.tayori_list li a:hover {
	background-color: #F8F8F8;
}














/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


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

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 最新号　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#brandnew {
	padding-bottom: 80px;
}
	
/* -- タイトル ----------------------------------------------- */
#ym_number {
	margin-left: 20px;
	font-size: 20px;
	display: block;
}

/* -- 最新・BNラップ ----------------------------------------------- */
#tsushin_wrap {
	display: inherit;
}

/* -- 最新号 ----------------------------------------------- */
#saishin {
	width: 100%;
	margin-bottom: 50px;
}

/* -- バックナンバー ----------------------------------------------- */
#ts_backnumber {
	width: 100%;
}
.year_list {
	margin-bottom: 30px;
}
.year_list h4 {
	font-size: 20px;
}
.year_list ul li {
	width: calc(100% / 3);
	margin-right: 0px;
	margin-bottom: 20px;
}
.year_list ul li:nth-child(1),
.year_list ul li:nth-child(4) {
	padding-right: 8px;
}
.year_list ul li:nth-child(2),
.year_list ul li:nth-child(5) {
	padding-right: 4px;
	padding-left: 4px;
}
.year_list ul li:nth-child(3),
.year_list ul li:nth-child(6) {
	padding-left: 8px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* バックナンバー　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#backnumber {
	padding-bottom: 80px;
	padding-top: 60px;
}
.year_box {
	margin-bottom: 40px;
}
.year_box h4 {
	font-size: 34px;
	line-height: 1em;
}

/* -- おたよりリスト ----------------------------------------------- */
.tayori_list {
	width: 50%;
	margin-right: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.tayori_list:nth-child(odd) {
	padding-right: 10px;
}
.tayori_list:nth-child(even) {
	padding-left: 10px;
}
.tayori_list h5 {
	font-size: 18px;
}
	
}
