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

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* おかえり通信　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#tsuushin {
	padding-bottom: 100px;
}

/* -- VOL、月 ----------------------------------------------- */
#column_info {
	text-align: center;
	margin-bottom: 20px;
}
#column_vol {
	font-weight: 700;
	font-size: 22px;
}
#column_month {
	background-color: #7F3B49;
	color: #FFFFFF;
	width: 120px;
	border-radius: 30px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 700;
	font-size: 16px;
}

/* -- タイトル ----------------------------------------------- */
#column_tt {
	text-align: center;
	font-weight: 700;
	font-size: 36px;
	margin-bottom: 40px;
	line-height: 1.4em;
}

/* -- データエリア ----------------------------------------------- */
#column_data {
	border: 5px solid #7F3B49;
	border-radius: 10px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#column_data p {
	font-weight: 700;
	margin-bottom: 8px;
}/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* おかえり通信　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#tsuushin {
	padding-bottom: 100px;
}

/* -- VOL、月 ----------------------------------------------- */
#column_info {
	text-align: center;
	margin-bottom: 20px;
}
#column_vol {
	font-weight: 700;
	font-size: 22px;
}
#column_month {
	background-color: #7F3B49;
	color: #FFFFFF;
	width: 120px;
	border-radius: 30px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 700;
	font-size: 16px;
}

/* -- タイトル ----------------------------------------------- */
#column_tt {
	text-align: center;
	font-weight: 700;
	font-size: 36px;
	margin-bottom: 40px;
	line-height: 1.4em;
}

/* -- データエリア ----------------------------------------------- */
#column_data {
	border: 5px solid #7F3B49;
	border-radius: 10px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#column_data p {
	font-weight: 700;
	margin-bottom: 8px;
}

/* -- ボタン ----------------------------------------------- */
#column_bt {
	margin-top: 50px;
	width: 350px;
	margin-left: auto;
	margin-right: auto;
}
#column_bt a {
	text-align: center;
	display: block;
	position: relative;
	height: 60px;
	line-height: 60px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #7F3B49;
	font-weight: 700;
	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;
}
#column_bt a span {
	position: absolute;
	left: 20px;
}
#column_bt a:hover {
	background-color: #5A2933;
}











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


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

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* おかえり通信　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#tsuushin {
}

/* -- VOL、月 ----------------------------------------------- */
#column_vol {
	font-size: 18px;
}
#column_month {
	width: 100px;
	font-size: 13px;
}

/* -- タイトル ----------------------------------------------- */
#column_tt {
	font-size: 24px;
	margin-bottom: 30px;
}

/* -- データエリア ----------------------------------------------- */
#column_data {
	border-radius: 10px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
	
/* -- ボタン ----------------------------------------------- */
#column_bt {
	margin-top: 40px;
	width: 100%;
}
#column_bt a {
	height: 50px;
	line-height: 50px;
}
	
}
