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

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* スタッフボイス　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_voice {
	padding-top: 80px;
	border-top: 20px solid #FF9AA2;
}

/* -- ナンバー、月 ----------------------------------------------- */
#number_set {
	text-align: center;
	font-family: "M PLUS Rounded 1c", sans-serif;
}
#sv_number {
	color: #FF9AA2;
	font-size: 72px;
	line-height: 1.2em;
	font-weight: 800;
}
#sv_month {
	width: 160px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FF9AA2;
	color: #FFFFFF;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	font-size: 20px;
	line-height: 1.2em;
	padding-top: 7px;
	padding-bottom: 5px;
	font-weight: 700;
}

/* -- データエリア ----------------------------------------------- */
.voice_data {
	border: 5px solid #FF9AA2;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-radius: 20px;
	margin-bottom: 50px;
}
.voice_data h4 {
	color: #FF9AA2;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.3em;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 5px dotted #FF9AA2;
}
.voice_data p {
	margin-bottom: 8px;
}
.penname {
	text-align: right;
	margin-top: 30px;
	padding-top: 15px;
	border-top: 1px solid #875921;
}
.voice_data img {
	width: 100%;
	height: auto;
	margin-top: 10px;
}

/* -- ボタン ----------------------------------------------- */
#bt_back {
	margin-top: 30px;
	width: 350px;
	margin-left: auto;
	margin-right: auto;
}
#bt_back a {
	position: relative;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF9AA2;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
#bt_back a:hover {
	background-color: #FF7882;
}

#bt_back a span {
	position: absolute;
	right: 20px;
	font-size: 10px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 記事一覧ページ　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#info_note {
	text-align: center;
	margin-bottom: 40px;
}
#all_list ul {
	border-top: 1px solid #CCCCCC;
}
#all_list li {
}
#all_list li a {
    webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #CCCCCC;
	color: #875921;
	text-decoration: none;
	display: flex;
	flex-wrap: wrap;
	
}
#all_list li a:hover {
	background-color: #F7F7F7;
}
.vc_number {
	display: block;
	width: 40px;
	font-size: 14px;
	line-height: 1.2em;
	padding-bottom: 2px;
	background-color: #875921;
	color: #FFFFFF;
	text-align: center;
	padding-top: 2px;
	border-radius: 5px;
}
.vc_month {
	display: block;
	width: calc(100% - 40px);
	padding-left: 15px;
	font-size: 14px;
	line-height: 1.2em;
	padding-bottom: 2px;
	padding-top: 2px;

}
.vc_title {
	display: block;
	width: 100%;
	margin-top: 7px;
}













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


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

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* スタッフボイス　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_voice {
	padding-top: 60px;
}

/* -- ナンバー、月 ----------------------------------------------- */
#sv_number {
	font-size: 60px;
	line-height: 1.2em;
}
#sv_month {
	width: 140px;
	font-size: 18px;
	line-height: 1.2em;
}

/* -- データエリア ----------------------------------------------- */
.voice_data {
	border: 3px solid #FF9AA2;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-radius: 15px;
}
.voice_data h4 {
	font-size: 20px;
	line-height: 1.3em;
}

/* -- ボタン ----------------------------------------------- */
#bt_back {
	width: 100%;
}

}
