@charset "utf-8";


body{
	font-family : "Yu Gothic","游ゴシック",YuGothic,"游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック","MS PGothic","メイリオ",Meiryo,sans-serif;
	color : #454545;
	font-size : 100%;
	line-height : 1.8
}
li{
	list-style-type: none
}
img{
	max-width: 100%;
	margin: 0 auto
}
div.row{
	max-width: 750px;
	margin: 0 auto
}
.company_info{
	margin-top: 60px
}
footer{
	margin: 60px 0 0;
    text-align: center;
    font-weight: 600;
	font-size: 2rem
}
footer a {
    font-size: 2rem;
    color: #744f4a;
    font-weight: 600;
    text-decoration: none
}
footer a:hover {
    text-decoration: underline;
}
footer .footer_bottom{
    background: #f96282;
    color: #fff;
    font-weight: 600;
    padding: 15px 0 10px;
    margin-top: 18px
}
footer .footer_bottom p{
    font-size: 1.6rem;
    line-height: 1.88
}
/* スマホ */
@media screen and ( max-width: 767px){
body{
	font-family : "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","Yu Gothic","游ゴシック",YuGothic,"游ゴシック体","ＭＳ Ｐゴシック","MS PGothic","メイリオ",Meiryo,sans-serif
}
img{
	width: 100%;
	height: auto
}
.company_info{
	margin-top: 40px
}
footer {
    margin: 40px 0 0;
	font-size: 1.6rem
}
footer a{
    font-size: 1.6rem
}
footer .footer_bottom{
    padding: 12px 0 10px
}
footer .footer_bottom p {
    font-size: 1rem
}
}

/* スマホ */

