@charset "UTF-8";
@media screen and (min-width: 751px){
#contents h2 {
	margin: 0px;
	background-color: #4b8ac5;
	text-align: center;
	height: 58px;
	line-height: 58px;
	color: #fff;
	font-size: 30px;
}
/*ボタンここから*/
#btn {
	text-align: center;
}
#btn li {
	display: inline-block;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 8px;
	margin-top: 20px;
	list-style-type: none;
	font-weight: bold;
}


.btn_on{
	display: inline-block;
	position: relative;
	background: #906a44;/*ボタン色*/
	color: #FFF;
	text-decoration: none;
	width: 160px;
	padding-top: 0.35em;
	padding-right: 1em;
	padding-bottom: 0.35em;
	padding-left: 1em;
}

.btn_on:before{
    content: "";
    position: absolute;
    top: -16px;
    left: 0;
    width: -webkit-calc(100% - 16px);
    width: calc(100% - 16px);
    height: 0;
    border: solid 8px transparent;
    border-bottom-color: #c1ab96;/*ボタン色より明るめの色に*/
}

.btn_on:active{/*押したとき*/
    padding: 0.32em 0.9em;
    -ms-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.btn_on:active:before{ 
    width: -webkit-calc(100% - 12px);
    width: calc(100% - 12px);
}

.btn_on:active:before{
   top:-12px;
   border-width: 6px;
}



.btn_off{
	display: inline-block;
	position: relative;
	background: #ccc;/*ボタン色*/
	color: #000;
	text-decoration: none;
	width: 160px;
	padding-top: 0.35em;
	padding-right: 1em;
	padding-bottom: 0.35em;
	padding-left: 1em;
}

.btn_off:before{
    content: "";
    position: absolute;
    top: -16px;
    left: 0;
    width: -webkit-calc(100% - 16px);
    width: calc(100% - 16px);
    height: 0;
    border: solid 8px transparent;
    border-bottom-color: #dfdfdf;/*ボタン色より明るめの色に*/
}

.btn_off:active{/*押したとき*/
    padding: 0.32em 0.9em;
    -ms-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.btn_off:active:before{ 
    width: -webkit-calc(100% - 12px);
    width: calc(100% - 12px);
}

.btn_off:active:before{
   top:-12px;
   border-width: 6px;
}
/*ボタンここまで*/

#block01 a {
	color: #000;
	text-decoration: underline;
}
#block01 a:hover {
	text-decoration: none;
}

#block01 {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#block01 p {
	margin-right: 20px;
	margin-left: 20px;
}
#block01 .center {
	font-size: 28px;
	line-height: 45px;
	color: #006600;
	text-align: center;
	font-weight: bold;
}
#block01 h4 {
	font-size: 28px;
	height: 46px;
	border-radius: 10px;
	color: #fff;
	background-color: #4b8ac5;
	text-align: center;
	margin-bottom: 0px;
	line-height: 46px;
}
#block01 dl {
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
}
#block01 dl dt {
	width: 35px;
	float: left;
}
#block01 dl dd {
	margin-left: 35px;
}
#block01 ul {
	margin-right: 20px;
	margin-left: 40px;
	margin-top: 20px;
}

#block02 {
	background-color: #ccffcc;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#block02 p {
	margin-right: 20px;
	margin-left: 20px;
}
#block02 h3 {
	font-size: 28px;
	line-height: 46px;
	color: #fff;
	background-color: #006600;
	text-align: center;
	height: 46px;
}
#block02 ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#block02 ul li {
	width: 440px;
	list-style: none;
	margin-left: 20px;
	background-image: url(images/pc/bg.png);
	background-repeat: repeat-x;
	background-position: left 30px;
	margin-bottom: 20px;
    }
#block02 ul li h4 {
	font-size: 24px;
	line-height: 46px;
	background-color: #906a44;
	text-align: center;
	height: 46px;
	color: #fff;
	margin: 0px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.block03 {
	background-color: #ccffcc;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
.block03 p {
	margin-right: 20px;
	margin-left: 20px;
}
.block03 h3 {
	font-size: 28px;
	line-height: 46px;
	color: #fff;
	background-color: #006600;
	text-align: center;
	height: 46px;
}
.000000 {
}
}
