



#before{
	border: #E6E6E6 5px solid;
	padding: 10px;
	margin-bottom: 20px;
}
#before p strong{
	color: #005CAB;
	display: block;
	margin-bottom: 5px;
	font-size: 3.7vw;
}
#before p{
	margin-bottom: 10px;
}

#before div a{
	position: relative;
	display: block;
	background: #999;
	color: #FFF;
	font-size: 4vw;
	padding: 7px 10px;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
}
#before div a:hover{
	text-decoration: none;
	background: #606060;
}

#before div a::after{
position: absolute;
top: 0;
bottom: 0;
margin: auto;
content: "";
vertical-align: middle;
right: 15px;
width: 7px;
height: 7px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

#contents > section{
	margin-bottom: 30px;
}
#contents > section > div{
	background: #E6E6E6;
	padding: 20px 10px;
	margin-bottom: 10px;
	text-align: center;
}

#contents > section a{
	position: relative;
	display: block;
	color: #005CAB;
	border: #005CAB 1px solid;
	background: #FFF;
	font-size: 4vw;
	padding: 7px 0;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
}
#contents > section a:hover{
	text-decoration: none;
}

#contents > section a::after{
position: absolute;
top: 0;
bottom: 0;
margin: auto;
content: "";
vertical-align: middle;
right: 15px;
width: 7px;
height: 7px;
border-top: 2px solid #005CAB;
border-right: 2px solid #005CAB;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

#contents > section p{
	font-weight: bold;
	font-size: 4.5vw;
	margin-bottom: 10px;

}


.box .left p{
	color: #005CAB;
	font-weight: bold;
	font-size: 4.5vw;
	margin-bottom: 10px;
}
.box .left div{
	margin-bottom: 10px;
	width: 70%;
}

.box .left ul li{
	font-size: 3.7vw;
	padding-left: 3.7vw;
	text-indent: -3.7vw;
	line-height: 1.6;
}



#tel_btn_contact {
    position: relative;
    background: rgba(255,136,0,1);
    background: -moz-linear-gradient(top, rgba(255,136,0,1) 0%, rgba(241,91,36,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,136,0,1)), color-stop(100%, rgba(241,91,36,1)));
    background: -webkit-linear-gradient(top, rgba(255,136,0,1) 0%, rgba(241,91,36,1) 100%);
    background: -o-linear-gradient(top, rgba(255,136,0,1) 0%, rgba(241,91,36,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,136,0,1) 0%, rgba(241,91,36,1) 100%);
    background: linear-gradient(to bottom, rgba(255,136,0,1) 0%, rgba(241,91,36,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8800', endColorstr='#f15b24', GradientType=0 );
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: solid #fff 1px;
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
}

#tel_btn_contact:before {
    position: absolute;
    left: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    font-size: 6vw;
    content: '\f095';
    font-family: FontAwesome;
    color: #fff;
    line-height: 1.95;
}
#tel_btn_contact::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 10px;
    box-sizing: border-box;
    width: 7px;
    height: 7px;
    border: 6px solid transparent;
    border-left: 6px solid #fff;
}

#tel_btn_contact a {
    font-size: 5.5vw;
    color: #FFF;
    font-weight: bold;
    display: block;
}
#tel_btn_contact a:hover{
	text-decoration: none;
}

/****************************************************************************************

Media Query for PC

*************************************************************************************** */

@media print, screen and (min-width: 750px){


#before {
	position: relative;
	padding: 15px;
	margin-bottom:40px;
}
#before p {
    margin-bottom: 0;
}
#before p strong {
    color: #005CAB;
    display: block;
    margin-bottom: 2px;
    font-size:18px;
}
#before div{
	position: absolute;
	top: 20px;
	right: 20px;
}
#before div a {
    font-size: 14px;
    width: 230px;
    padding: 7px 15px;
}




#contents > section{
	overflow: hidden;
}
#contents > section > div{
	width: 240px;
	padding: 30px;
	float: left;
	margin-right: 20px;
}
#contents > section p {
    margin-bottom: 25px;
     font-size: 18px;
}
#contents > section div:last-child{
	margin-right: 0;
}

#contents > section a {
    font-size: 14px;
    padding: 5px 0;
}
#contents > section a::after{
right: 10px;

}

#contents > section a:hover{
	background: #005CAB;
	color: #FFF;
}
#contents > section a:hover:after{
	border-top: 2px solid #fff;
border-right: 2px solid #fff;

}

.box {
	overflow: hidden;
}
.box .left p {
    color: #005CAB;
    font-size: 18px;
}

.box .left ul li {
    font-size: 14px;
    padding-left: 3.7vw;
    text-indent: -3.7vw;
    line-height: 1.6;
}
.box .left {
	width: 540px;
	float: left;
}
.box .right {
	width: 380px;
	float: left;
}

}