@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-type: disc;
    padding: 0 1em 1em 2.5em;

}

.list li {
    padding: .3em .3em .3em 0;
}

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