@charset "UTF-8";
/* CSS Document */

/*スマホ用スタイル*/
@media screen and (max-width: 767px){
body{
	font-size:14px;
}
section{
	padding-top:40px;
	padding-bottom:40px;
}
.br_sp{
	display:block;
}
.br_pc{
	display:none;
}

/*見出し*/
h2{font-size: 7vw;padding: 0;}

.pagetop a {
    padding: 16px 20px;
}
.mv {
    border-bottom: none;
}
.mv .br_sp img{
    width: 100%;
}
.cv_img a {
    top: auto;
    position: absolute;
    bottom: 33vw;
    right: 0;
    width: 90%;
    margin: auto;
    text-align: center;
    left: 0;
}

#cv {
    padding-bottom:0 !important;
}

#sec03 {
    background-size: 10%;
    font-size: 75%;
}
#sec09 .left10{
    margin-left: -10px;
}
#sec09 .arrow img {
    width: 12%;
}
#sec09 .txt{
    line-height: 1.4;
}


/*footer*/
footer{
    font-size: 11px;
    padding: 0;
}
footer .footer_main {
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 80%;
    text-align: left;
}
footer .footer_main ul li{
    display: block;
}
footer .footer_main ul li a {
    display: block;
    padding: 1.3em 0.4em;
    text-decoration: none;
    border-bottom: 1px solid #4e1f14;
    font-size: 11px;
}
}
/*スマホ用スタイルend*/
