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

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* マンスリー　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#monthly {
	padding-bottom: 80px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 5px solid #98785F;
}
#monthly .inner {
	width: 930px;
}
#monthly h3 {
	color: #4C5738;
	text-align: center;
	font-size: 40px;
	margin-bottom: 50px;
}
#monthly h3 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
#monthly h3 span {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	font-size: 15px;
	font-weight: bold;
	margin-top: 20px;
	text-indent: 5px;
	letter-spacing: 5px;
	margin-bottom: 40px;
	color: #766D7F;
}
#monthly_number {
	width: 170px;
	height: 33px;
	line-height: 30px;
	background-image: url(../images/monthly_number_bg.png);
	background-repeat: no-repeat;
	text-align: center;
	color: #FFFFFF;
	background-size: 170px auto;
	background-position: center center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}
#monthly_number span {
	display: block;
	color: #3D3346;
	font-size: 14px;
	font-weight: 700;
}

#monthly h4 {
	color: #3D3346;
	font-size: 30px;
	text-align: center;
	line-height: 1.6em;
	padding-bottom: 4px;
	border-bottom: 4px dotted #A6A2AA;
	margin-bottom: 30px;
}
#monthly_data {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 70px;
}
#monthly_data p {
	color: #2D1809;
	font-weight: 700;
	margin-bottom: 12px;
}
#monthly_data .list_nomal {
	margin-bottom: 12px;
}
#monthly_data .list_nomal li {
	font-weight: 700;
	color: #2D1809;
}

/* 記事内角丸写真 */
.month_pic {
	margin-bottom: 12px;
	text-align: center;
}
.month_pic img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}

/* 2分割記事 */
#voice_harf_01 {
	width: 50%;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
#voice_half_02 {
	width: 50%;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
}


/* -- ボタン ----------------------------------------------- */
#month_bt {
	text-align: center;
	position: relative;
	z-index: 2;
	width: 320px;
	margin-left: auto;
	margin-right: auto;
}
#month_bt a {
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #596345;
	text-decoration: none;
	line-height: 50px;
	color: #FFF8E6;
	display: block;
	border-radius: 100px;
	height: 50px;
	position: relative;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	font-weight: 500;
}
#month_bt a:hover {
	background-color: #474F37;
}
#month_bt a img {
	width: 16px;
	height: auto;
}

/* マーク */
#month_bt_mrk_01 {
	position: absolute;
	left: 20px;
	top: 17px;
}
#month_bt_mrk_02 {
	top: 17px;
	position: absolute;
	right: 20px;
}










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


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

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* マンスリー　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#monthly {
	padding-bottom: 50px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
}
#monthly .inner {
	width: 100%;
}
#monthly h3 {
	font-size: 30px;
	margin-bottom: 40px;
	line-height: 1.3em;
}
#monthly h3 span {
	font-size: 12px;
	text-indent: 2px;
	letter-spacing: 2px;
	margin-top: 0px;
}
#monthly h3 img {
	width: 100px;
	height: auto;
}
#monthly h4 {
	font-size: 22px;
}
#monthly_data {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 50px;
}
#monthly_data p {
	margin-bottom: 8px;
}
#monthly_data .list_nomal {
	margin-bottom: 8px;
}
	
/* 2分割記事 */
#voice_harf_01 {
	width: 100%;
	padding-right: 0px;
	float: none;
	margin-bottom: 20px;
}
#voice_half_02 {
	width: 100%;
	padding-left: 0px;
	float: none;
}
}
