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

.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 {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 40px;
}
#block01 .blue {
    color: #005D84;
    font-size: 18px;
    line-height: 34px;
    display: block;
}
#block01 .cf {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	margin-top: 20px;
}
.drawer.drawer--top #wrap #contents #block01 .cf.no {
	margin-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#block01 p {
	margin-top: 20px;
	margin-bottom: 0px;
	margin-right: 20px;
	margin-left: 20px;
}
#block01 h3 {
	background-color: #e75549;
	padding: 10px;
	font-size: 28px;
	line-height: 54px;
	color: #fff;
	text-align: center;
	margin-bottom: 0px;
	box-sizing: border-box;
	margin-top: 20px;
}
#block01 h3 span {
	display: block;
	height: 50px;
	border: 2px solid #fff;
}
#block01 h4 {
	font-size: 20px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ed1d23;
	border-bottom-color: #ed1d23;
	color: #ed1d23;
	background-color: #ffd700;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#block01 h4 span {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ed1d23;
	border-bottom-color: #ed1d23;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#block01 .cf .photo1{
	float: left;
	height: 285px;
	width: 285px;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#block01 .cf .box1{
	float: right;
	width: 635px;
}
#block01 .cf .photo2 {
	float: right;
	margin-left: 0px;
	height: 285px;
	width: 285px;
}
#block01 .cf .box2 {
	float: left;
	width: 635px;
}
#block01 .black {
    font-size: 18px;
    line-height: 34px;
    display: block;
}

.000000 {
}
}
