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


.btn_on{
	display: inline-block;
	position: relative;
	background: #035c85;/*ボタン色*/
	color: #FFF;
	text-decoration: none;
	width: 142px;
	padding-top: 0.35em;
	padding-bottom: 0.35em;
}

.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: #71a4bb;/*ボタン色より明るめの色に*/
}

.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: 142px;
	padding-top: 0.35em;
	padding-bottom: 0.35em;
}

.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 {
	
}

#block01 .manga img {
	width: 100%;	
}

#block01 p {
	margin-right: 20px;
	margin-left: 20px;
}
#block01 .center {
	font-size: 22px;
	line-height: 28px;
	color: #006600;
	text-align: left;
	font-weight: bold;
}
#block01 h4 {
	font-size: 24px;
	line-height: 34px;
	border-radius: 10px;
	color: #fff;
	background-color: #4b8ac5;
	text-align: center;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#block02 {
	background-color: #ccffcc;
	
}
#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 {
	list-style: none;
	margin-left: 20px;
	background-image: url(images/pc/bg.png);
	background-repeat: repeat-x;
	background-position: left 30px;
	margin-bottom: 20px;
	margin-right: 20px;
    }
#block02 ul li h4 {
	font-size: 24px;
	line-height: 46px;
	background-color: #4b8ac5;
	text-align: center;
	height: 46px;
	color: #fff;
	margin: 0px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

#block03 {
	background-color: #ccffcc;
	
}
#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;
}
.block03 {
	background-color: #ccffcc;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.block03 p {
	margin-right: 20px;
	margin-left: 20px;
}
.block03 h3 {
	font-size: 24px;
	line-height: 46px;
	color: #fff;
	background-color: #006600;
	text-align: center;
	height: 46px;
}
#block04 {
}
#block04 h3 {
	font-size: 28px;
	line-height: 46px;
	color: #fff;
	background-color: #006600;
	text-align: center;
	height: 46px;
	font-weight: bold;
}
#block04 .photo {
	margin-right: 20px;
	margin-left: 20px;
}
#block04 .txt {
	margin-right: 20px;
	margin-left: 20px;
}
#block04 .txt span {
	font-size: 20px;
	line-height: 26px;
	color: #00533f;
}
#block04 .box2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
#block04 .box3 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-col
}
#block04 .box4 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-col
}
.000000 {
}
}
