@charset "UTF-8";
/*------------------------------------------------------------mainphoto*/
#mainimage {
	position: relative;
    height: 250px;
	background: url("../img/overview_img/main.jpg") center center no-repeat;
	background-size: cover;
	margin-top: 63px;
}
#mainimage h2{
	text-align: center;
	background: rgba(255,255,255,0.8);
	line-height: 1;
	padding:5px 10px 7px 10px;
	font-size: 30px;
	font-weight: bold;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
#mainimage {
     height: 300px;
}
#mainimage h2{
	font-size: 36px;
}
}
/*------------------------------------------------------------content*/
#sec01,#sec02,#sec03,#sec04{
	padding:60px 0;
}

@media print, screen and (min-width: 768px) {
#sec01,#sec02,#sec03,#sec04{
	padding:100px 0;
}
}

.list {
	list-style: decimal inside; /* or decimal-leading-zero, lower-alpha など */
  	 padding: 0 1em 1em 0;
  	margin: 0;
}
.list li {
    padding: .3em .3em .3em 0;
	text-align: left;
	text-indent: -1em; /* 数字ぶん引き戻す */
  	padding-left: 1em;
	margin-bottom: 10px;
}

.list li::marker {
    color: #008e66;
    font-size: 1.1em;
	font-weight: bold;
}

#sec03 .sheet_basic tr th,
#sec03 .sheet_basic tr td {
    display: table-cell !important;
}

.th01{
	background: #af9049 !important;
	border-top: 1px solid #af9049 !important;
	border-left: 1px solid #af9049 !important;
	border-bottom: 1px solid #af9049 !important;
	text-align: center !important;
}
.th02{
	border-bottom: 1px solid #018f66 !important;
	text-align: center !important;
}
.th03{
	background: #19ac82 !important;
	text-align: center !important;
}
@media print, screen and (min-width: 768px) {
.th01{
	text-align: left !important;
}
.th02{
	text-align: left !important;
}
.th03{
	text-align: left !important;
}
}