@charset "utf-8";
/*
 * companty.css
 *
 *  version --- 1.0
 *  updated --- 2017/2/14
 */

a {
  text-decoration:none;
}

#teaser {
	background: url(../img/agency/mv_agency.jpg) center center no-repeat;
	background-size: cover;
}
h2{
	font-size: 48px;
	color: #4690dc;
}

#main{max-width: 1160px;
	margin: 0 auto;
}
#main h3{
	background-color: #4690DC;
	font-weight: bold;
	font-size: 28px;
	padding: 10px 20px;
	text-align: left;
	margin: 30px 0;
	color: #fff;
}
#main h4{
	font-weight: bold;
	font-size: 24px;
	padding: 3px 20px;
	text-align: left;
	margin: 30px 0;
  border-left: solid 10px #4690DC;/*左線*/
}

.agency-shop .shop_list{
	margin: 20px 0 50px;
}
.agency-shop .shop_list div{
padding: 15px 0;
	display: flex;
	font-size: 18px;
	justify-content: space-between;
    width: 600px;
border-bottom: solid #c5d1dd 1px;
}
.agency-shop .shop_list div p{
	align-content: center;
}
.agency-shop .shop_list div p span{
	font-size: 14px;
	margin: 0 20px 0 0;
display: inline-block;}

.agency-shop .shop_list div a{
    text-align: center;
    display: block;
    color: #fff;
    padding: 10px;
	background: #4690DC;
	border-radius: 50px;
padding: 10px 30px;
	text-align: center;
}
/* マウスオーバー時 */
.agency-shop .shop_list div a:hover {
    color: #ffffff;
    background-color: #05417E;
	text-decoration: none;
}

.agency-shop .shop_list div .btn{
}

.agency-support_cont{
	display: flex;
justify-content: space-between;
}
.agency-support_cont .btn a{
text-align: center;
    color: #fff;
    padding: 15px;
    background: #4690DC;
    border-radius: 50px;
    padding: 10px 30px;
    text-align: center;
    font-weight: bold;
    margin: 20px 50px 0;
	display: block;
}

/* マウスオーバー時 */
.agency-support_cont .btn a:hover {
    color: #ffffff;
    background-color: #05417E;
	text-decoration: none;
}

.agency-support_cont_r{
	width: 450px;
	display: block;
    margin: 0 0 0 80px;
}

@media screen and (max-width: 767px){

}
@media screen and (max-width: 479px){
	
h2{
	font-size: 30px;
}

#main{max-width: 96%;
	margin: 0 auto;
	}
#main h3{
	background-color: #4690DC;
	font-weight: bold;
	font-size: 20px;
}
#main h4{
	font-size: 18px;
}

	
.agency-shop .shop_list div{
padding: 15px 0;
	text-align: center;
	
	display:block;
    width: 80%;
	margin: 0 auto;
border-bottom: solid #c5d1dd 1px;
}
	
.agency-support_cont{
	display: block;
}
.agency-support_cont_r {
width: 90%;
    display: block;
    margin: 40px auto 0 auto;
    text-align: center;
}
.agency-support_cont .btn a{
	font-size: 18px;

}






