@charset "UTF-8";
@media screen and (max-width:750px){
#contents h2 {
	margin: 0px;
	background-color: #eaf4ff;
	text-align: center;
}
/*******block00*******/
#block00 {
	background-color: #4b8ac5;
	color: #fff;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#block00 h2 {
	font-size: 22px;
	line-height: 28px;
	background-color: #4b8ac5;
	text-align: left;
}
/*******block01*******/
#block01 {
	padding-bottom: 0px;
}
#block01 img {
	width: 100%;
}
#block01 ul {
	text-align: center;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}
#block01 ul li {
	list-style-type: none;
	margin-top: 40px;
	width: 100%;
}
#block01 ul .img_top {
	margin-top: 20px;
}
#block01 ul li h3 {
	font-size: 28px;
	color: #fff;
	background-color: #666;
	line-height: 30px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#block01 ul li p {
	text-align: left;
	margin-top: 10px;
}
/*******block02*******/
#block02 {
	background-image: url(images/sp/bg.png);
	background-size: 100%;
	padding-top: 10.5%;
	background-repeat: no-repeat;
}
#block02 .box {
	background-color: #4b89c4;
	color: #fff;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
#block02 h2 {
	font-size: 22px;
	line-height: 28px;
	background-color: #4b89c4;
	text-align: left;
}


/*ボタンここから*/
#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: #ff6600;/*ボタン色*/
	color: #FFF;
	text-decoration: none;
	width: 130px;
	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: #ff8b00;/*ボタン色より明るめの色に*/
}

.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: 130px;
	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;
}
/*ボタンここまで*/




.000000 {
}
}
