@charset "UTF-8";

/*----------------------------------------------------*/
/*---------------------> style <<<---------------------*/
/*----------------------------------------------------*/
html {
    width :100%;
    height:100%;
  -webkit-text-size-adjust: 150%; /* Safari, Chrome */
  -ms-text-size-adjust: 150%;     /* Internet Explorer */
}
body{   
    width :100%;
    height:100%;   
    margin:0px;   
    padding:0px; 
	background-color:#f2f1e7;
}
h1,h2,h3,h4,h5,h6,p,a,ul,li,ol {
	font-family: Meiryo,"メイリオ","Hiragino Kaku Gothic Pro",Osaka,"MS Gothic","ＭＳ ゴシック","MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
p,a {
	color: #333;
	font-weight: normal;
	font-size: 13px;
	line-height:22px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
li a {
    margin:0px;   
    padding:0px; 
}
img {
	border:none;
}
p.pickup {
	background-color:#e6e6e6;
	padding:15px;
	margin:10px 0;
}
.underline {
  text-decoration: underline;
}
.green {
	color:#4c897f;
}
.small {
  font-size: 13px;
}
.strong {
  font-weight: bold;
}
.lg-txt {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
}
.hl-md {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 600;
	color:#4c897f;
}
.lg-txt span {
	font-size: 16px;
	color: #4c897f;
}

.btn {
	padding: 4px 25px;
	display: inline-block;
	border-radius: 9999px;
	background: white;
	border: 2px solid #4c897f;
	font-weight: 700;
	color: #4c897f;
	text-decoration: none;
}

/*---> base <---*/
#container {
	width:100%;
	margin:0px auto;
}
*html div#container {
	height:100%;
}
body > #container {
	height:auto;
}
#wrapper {
	width:800px;
	margin:0 auto 0 auto;
	padding:30px 15px 40px 15px;
}
.line {
	border-bottom:1px solid #bfbfbf;
	margin-bottom:30px;
	padding-bottom:30px;
}
strong {
	font-weight:normal;
	line-height:30px;
}

.mt-1 {
	margin-top: 5px!important;
}
.mt-2 {
	margin-top: 10px!important;
}
.mt-3 {
	margin-top: 15px!important;
}
.mt-4 {
	margin-top: 20px!important;
}
.mt-5 {
	margin-top: 25px!important;
}

.mb-1 {
	margin-bottom: 5px!important;
}
.mb-2 {
	margin-bottom: 10px!important;
}
.mb-3 {
	margin-bottom: 15px!important;
}
.mb-4 {
	margin-bottom: 20px!important;
}
.mb-5 {
	margin-bottom: 25px!important;
}

/*---> header <---*/
#header {
	margin:0 0 30px 0;
}
#header h1 {
	width:359px;
	height:62px;
	display:block;
	float:left;
}
#header #h_right {
	float:right;
	text-align: right;
	margin:0 0 24px 0;
}
ul#navi {
	width:800px;
	height:40px;
	clear:both;
}
ul#navi li {
	height:40px;
	float:left;
}
ul#navi li a {
	display:block;
	margin:0;
	padding:0;
}
ul#navi li#n01 a {
	background-image: url(images/bg_navi_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#navi li#n02 a, ul#navi li#n03 a, ul#navi li#n04 a, ul#navi li#n05 a {
	background-image: url(images/bg_navi_02.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#navi li#n06 a {
	background-image: url(images/bg_navi_03.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#navi li#n01 a:hover, ul#navi li#n02 a:hover, ul#navi li#n03 a:hover, ul#navi li#n04 a:hover, ul#navi li#n05 a:hover, ul#navi li#n06 a:hover {
	background-repeat: no-repeat;
	background-position: bottom;
}

ul#top_navi {
	width:800px;
	height:40px;
	clear:both;
}
ul#top_navi li {
	height:40px;
	float:left;
}
ul#top_navi li a {
	display:block;
	margin:0;
	padding:0;
}
ul#top_navi li#n02 a {
	background-image: url(images/bg_top_navi_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#top_navi li#n03 a, ul#top_navi li#n04 a, ul#top_navi li#n05 a {
	background-image: url(images/bg_top_navi_02.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#top_navi li#n06 a {
	background-image: url(images/bg_top_navi_04.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#top_navi li#n02 a:hover, ul#top_navi li#n03 a:hover, ul#top_navi li#n04 a:hover, ul#top_navi li#n05 a:hover, ul#top_navi li#n06 a:hover {
	background-repeat: no-repeat;
	background-position: bottom;
}



/*---> top <---*/
.top_cnts {
	width:800px;
	margin: 0 auto 25px;
}
.cnts-wrap {
	width: 100%;
	padding: 20px 25px;
	background: white;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 13px;
}
.cnts-wrap + .cnts-wrap {
	margin-top: 20px;
}
ul.circle-list li {
	padding-left: 13px;
	font-size: 13px;
	line-height: 1.7;
}
ul.circle-list li:before {
	content: '● ';
	display: inline-block;
	margin-left: -13px;
	font-size: 13px;
	color:#4c897f;
}
ul.circle-list li + li {
	margin-top: 7px;
}
ul.circle-list.list-flex {
	display: flex;
	flex-wrap: wrap;
}
ul.circle-list.list-flex li + li {
	margin: 0 0 0 15px;
}
ul.pochi-list li {
	padding-left: 13px;
	font-size: 13px;
	line-height: 1.7;
}
ul.pochi-list li:before {
	content: '・ ';
	display: inline-block;
	margin-left: -13px;
	font-size: 13px;
	color:#4c897f;
}


#top_cnts_l {
	width:510px;
	float:left;
}
#top_cnts_r {
	width:230px;
	float:right;
}
h3.l_obi {
	width:490;
	background-color:#4c897f;
	color:#ffffff;
	font-size:14px;
	padding:5px 0 5px 20px;
	margin-bottom:20px;
}
h3.l_obi {
	width:495;
	background-color:#4c897f;
	color:#ffffff;
	font-size:14px;
	padding:5px 0 5px 15px;
	margin-bottom:20px;
}
h3.r_obi {
	width:215px;
	background-color:#4c897f;
	color:#ffffff;
	font-size:14px;
	padding:5px 0 5px 15px;
	margin-bottom:20px;
}
table.hyo {
	background-color:#d8d8d8;
	margin-bottom:10px;
}
table.hyo p {
	line-height:13px;
}
table.hyo th {
	height:35px;
	background-color:#ffffff;
	text-align:center;
	vertical-align: middle;
}
table.hyo td {
	background-color:#f2f2f2;
	text-align:center;
	vertical-align: middle;
}
table.hyo.schedule td.red {
  padding-top: 6px;
}

table.hyo2, table.hyo3 {
	background-color:#d8d8d8;
	margin-bottom:10px;
}
table.hyo2 p {
	line-height:24px;
}
table.hyo2.p-lg p {
  font-size: 15px;
}
table.hyo3 p {
	font-size:11px;
	line-height:22px;
}
table.hyo2 tr.sum th, table.hyo2 tr.sum td,
table.hyo3 tr.sum th, table.hyo3 tr.sum td {
	background-color:#ccc
}
table.hyo2 tr.sum th p, table.hyo2 tr.sum td p,
table.hyo3 tr.sum th p, table.hyo3 tr.sum td p {
	color:#000;
}
table.hyo2 th,table.hyo3 th {
	height:35px;
	background-color:#ffffff;
	text-align:center;
	vertical-align: middle;
}
table.hyo2 td {
	background-color:#f2f2f2;
	vertical-align: middle;
}
table.hyo3 td {
	background-color:#f2f2f2;
	text-align:center;
	vertical-align: middle;
}

.jigyo {
  margin: 30px 0 30px;
}
.jigyo p {
  font-size: 15px;
  margin-bottom: 13px;
}
#cnts .jigyo li {
  font-size: 13px;
  margin-bottom: 5px;
}
.jigyo li:before {
  content: "● ";
}

/*---> side_navi <---*/
#side_navi {
	margin:45px 0 0 0;
	width:190px;
	float:left;
}
ul#s_navi {
	margin-bottom:15px;
}
ul#s_navi li {
	border-bottom:#cccccc 1px dotted;
}
ul#s_navi li.s_main {
	min-height:18px;
	padding:8px 0;
}

ul#s_navi li.s_main a {
	min-height:18px;
	padding-left:28px;
	display:inline-block;
	background-image:url(images/side_list.gif);
	background-repeat:no-repeat;
	background-position: left top;
	line-height: 1.3;
}
ul#s_navi li.s_main a:hover, ul#s_navi li.s_main a.active {
	background-image:url(images/side_list_active.gif)
}
ul#s_navi li a {
	font-size:14px;
	line-height:14px;
}
ul#s_navi li ul.s_sub {
	margin-top:8px;
}
ul#s_navi li ul.s_sub li {
	border:0;
	padding-left:28px;
	padding-top: 3px;
}
ul#s_navi li ul.s_sub li a, ul#s_navi li ul.s_sub li a:hover {
	background-image: url(images/list_sub.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
}
.s_bnr {
	display: block;
	margin: 15px 0 0;
	padding: 10px 0;
	border-radius: 3px;
	background-color: #4c897f;
	color: white;
	text-decoration: none;
	text-align: center;
}
.s_bnr:hover {
	background-color: #347066;
}
.t_bnr {
	display: block;
	margin: 15px 0 0;
	padding: 10px 0;
	border-radius: 3px;
	background-color: #666666;
	color: white;
	text-decoration: none;
	text-align: center;
}
.t_bnr:hover {
	background-color: #555555;
}

/*---> cnts <---*/
#cnts {
	width:510px;
	padding:30px;
	background-color:#ffffff;
	border:#d8d8d8 1px solid;
	float:right;
}
#cnts h2 {
	font-size:19px;
	line-height:38px;
	color:#666666;
	border-bottom:#4c897f 2px solid;
	margin-bottom:20px;
}
#cnts h3 {
	font-size:16px;
	line-height:38px;
	color:#333333;
	padding-left:16px;
	margin:15px 0;
	background-image: url(images/list_h3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display:block;
}
#cnts h4{
	font-size:15px;
	line-height:20px;
	color:#4c897F;
	padding-left:14px;
	margin-bottom:20px;
	background-image: url(images/list_h4.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display:block;
}
#cnts h6 {
	font-size: 13px;
}
#cnts li {
	margin-bottom:10px;
}
#cnts dl,
#cnts dl dt,
#cnts dl dd {
	margin: 0;
	padding: 0;
	font-size: 13px;
}
#cnts dl {
	margin: 4px 0;
	overflow: hidden;
}
#cnts dl dt {
	width: 70px;
	float: left;
	color: #4c897F;
}
#cnts dl dd {
	width: 440px;
	float: left;
}
p.pagetop {
	text-align:right;
	color:#4c897f;
	display:block;
	margin:30px 0 0 0;
}

/*gairai*/

ul#gairai_navi {
	width:508px;
	height:80px;
	margin:10px 0 30px;
	display:block;
	clear:both;
}
ul#gairai_navi li {
	width:126px;
	height:80px;
	margin-right:1px;
	float:left;
	display:block;
}


/*---> footer <---*/
#footer {
	width:100%;
	min-width: 830px;
	padding: 0 15px;
	background-color:#4c897f;
}
#f_cnts {
	width:800px;
	margin:0 auto;
	padding:35px 0 45px 0;
}
#f_cnts #f_left {
	float:left;
}
#f_cnts #f_right {
	text-align: right;
	float:right;
}
ul#f_group {
	display:block;
}
ul#f_group li {
	padding:0 0 10px 30px;
	float:right;
}
*html ul#f_group li {
	padding-left:15px;
}

/*overview*/
ul.first {
    list-style-type: decimal!important;
    margin: 0 0 0 20px;
}
ul.first li {
    list-style-type: decimal!important;
}
ul.second {
    list-style-type: disc!important;
    margin: 0 0 0 20px;
}
ul.second li {
    list-style-type: disc!important;
}
ul.third {
    margin: 0 0 0 20px;
}
ul.third li {
    list-style-type: circle!important;
}
ul.first li, ul.second li {
	font-size:13px;
	margin:0 0 2px!important;
}



/*privacy*/
a.privacyBnr {
	display:block;
	width:200px;
	padding:5px 15px;
	background:#666;
	color:#FFF;
	text-decoration:none;
	margin:15px 0 5px;
	text-align:center;
	line-height:1.4;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
a.privacyBnr:hover {
	background:#444;
}


ul.privacyList {
	margin:0 0 35px;
}
ul.privacyList li {
	font-size:13px;
	list-style-type: square;
	margin:0 0 0 15px;
	color:#333;
}
ul.privacyList2 {
	margin:0 0 35px;
}
ul.privacyList2 li {
	font-size:13px;
	color:#333;
}
p#date { 
	text-align:right;
	margin:20px 0 50px;
}