@charset "EUC-JP";
/* CSS Document */
#page_wrapper h3 {
    width: 726x ;
    height: 50px ;
    /* color: #008DDD; */
    color: #008DDD ;
    font-size: 20px ;
    line-height: 50px ;
    letter-spacing: 0.1em ;
    background: #E5F3FC ;
    text-indent: 20px ;
    /* border-bottom: #008DDD 1px solid; */
    margin: 30px 0 20px 0 ;
    clear: both ;
}
#page_wrapper h4 {
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    color: #444444;
    border-left: #008DDD 5px solid;
    padding-left: 15px;
    margin-bottom: 10px;
    margin-top: 30px;
    clear: both;
}

.clm2{
	width: 48%;
	float: left;
	margin: 1% ;
	margin-bottom: 10px;
	display:block;
}
#page_wrapper img {
	width:100% ;
}

.button_blue{
	clear:both;
	margin:0 auto 0 auto;
	width:80%;
}
@media screen and (max-width: 767px) {
#page_wrapper h3 {
    height:auto;
    text-indent: 0px ;
	padding:10px;
	line-height:140%;
}
#page_wrapper h4 {
    height:auto;
}
#page_wrapper img {
	width:100% ;
}
#page_wrapper > .box > .size > ul > li {
	width: 45%;
	float: left;
	box-sizing: border-box;
	margin-bottom: 20px;
	text-align:center;
}

.button_blue{
	width:99%;
}
}