@charset "utf-8";
/* ---------------
0. Reset
-------------------------------------------------------*/
body {
	width: 100%;
}
.content_center {
	display: none;
}
#news_list a {
	text-decoration: underline;
}
h1, h2, h3 {
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
	line-height: 1 !important;
	height: auto !important;
	border: none !important;
}
/* ---------------
1. Layout
-------------------------------------------------------*/
#contents #s_revo {
	-webkit-text-size-adjust: none;
	width: 750px;
	margin: 40px auto 0;
	text-align: left;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
}
/* ---------------
2. Common PARTS
-------------------------------------------------------*/

/* ----- Button ----- */

#contents #s_revo .btn-unit-01 {
	line-height: 1.0;
	margin-top: 30px;
	margin-bottom: 40px;
	text-align: center;
}
/* ----- Text ----- */

.txt-red {
	color: #e10000;
}
.font-size-18 {
	font-size: 18px;
}
.txt-underline {
	text-decoration: underline;
}
.txt-bold {
	font-size: 16px;
	font-weight: bold;
}
.desc_txt {
	line-height: 20px;
}
#contents #s_revo .sectionCenter {
/*	margin: 20px 50px;*/
}

#contents #s_revo .sectionCenter.mt-0{
	margin-top: 0;
}

#contents #s_revo .sectionCenter.mb-0{
	margin-bottom: 0;
}

#contents #s_revo .sectionCenter .list-notes {
	margin-bottom: 10px;
	font-size: 12px;
	padding-left: 1rem;
	text-indent: -1rem;
}
#contents #s_revo .attention .list-notes {
	padding-left: 1rem;
	text-indent: -1rem;
}

#contents #s_revo .sectionCenter .no-list-nomber{
	font-size: 14px;
	padding-left: 1rem;
  text-indent: -1rem;
}

#contents #s_revo h2 {
	background-color: #274AB2 !important;
	width: 730px !important;
	height: 20px !important;
	color: #FFF !important;
	font-size: 18px !important;
	font-weight: bold !important;
	padding: 10px !important;
	margin-bottom: 10px !important;
	line-height: 20px !important;
}
#contents #s_revo h3 {
	margin-top: 50px !important;
	margin-bottom: 20px !important;
}

.img-sp{
	display:none;
}
address{
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, 'ＭＳ Ｐゴシック', sans-serif;
}

.bg-sec{
  box-sizing: border-box;
  background-color: #edeeaa;
	margin: 40px 0;
  padding: 20px;
}