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

@import url(normalize.css);
@import url(default.css);

body {
	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    width: 640px;
	line-height: 1.7em;
	font-size: 18px;
	letter-spacing: -0.03em;
	color: #333;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    margin: 0 auto;
}

.bg_lgrey { background: #f2f2f2; }
.bg_grey { background: #e6e6e6; }
.bg_lgrey { background: #f2f2f2; }
.bg_blue { background: #0267b7; }
.bg_black { background: #000; }


/************************************
footer
************************************/
#footer {
    background: #f2f2f2;
}
#footer img {
    width: 100%;
}
#footer .main {
    text-align: center;
    padding: 50px 5% 0;
}
#footer .main img {
    width: 74%;
}
#footer .intro {
    background: #fff;
    color: #ccc;
    text-align: center;
    margin: 30px 5% 40px;
    padding: 45px 5% 40px;
    position: relative;
}
#footer .intro dt::before {
    content: ' ';
    display: inline-block;
    background: url(../img/common/about_glass.png);
    position: absolute;
    width: 65px;
    height: 97px;
    background-size: contain;
    vertical-align: middle;
    top: -86px;
    right: 15px;
}
#footer .intro dt img {
    margin-bottom: 3vw;
}
#footer .intro dd img {
    width: 102%;
}
#footer .contact {
    background: #fff;
    margin: 40px 0;
    padding: 40px;
}
#footer .contact dt {
	text-align: center;
    margin-bottom: 40px;
}
#footer .contact dt img {
    width: 85%;
}
#footer .contact #form dt {
	text-align: left;
	margin-bottom: 5px;
}
#footer .contact .button {
    border-radius: 70px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    height: 85px;
    margin-bottom: 30px;
}
#footer .contact .button a {
    display: block;
    padding: 20px 40px 10px;
}
#footer .address {
    background: #f2f2f2;
    text-align: center;
    margin: 40px 0;
}
#footer .address dt {
    margin: 0 auto 25px;
}
#footer .address dt h2 {
    font-size: 24px;
    margin-top: 25px;
}
#footer .address dt img {
    width: 30%;
}
#footer .address dd:last-child {
    margin-top: 25px;
}
#footer .address dd h3 {
    color: #333;
    font-size: 21px;
}
#footer .site {
    background: #000;
}
#footer .site a {
    display: block;
    padding: 25px 5% 25px 20%;
}
#footer .sns {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#footer .sns li {
    flex-basis: 49.8%;
    /*border-top: 2px solid #c8c8c8;*/
    text-align: center;
}
#footer .sns li:nth-child(1) {
    border-right: 2px solid #c8c8c8;
}
#footer .sns li a {
    display: block;
    padding: 5%;
}
#footer .sns li img {
    width: 20%;
}


/************************************
button
************************************/
#page_top {
    background: url(../img/common/pagetop_icon.png);
    background-size: contain;
    vertical-align: middle;
	width: 70px;
	height: 70px;
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 9999;
}
#page_top a {
	position: relative;
	display: block;
	width: 70px;
	height: 70px;
	text-decoration: none;
}


/************************************
form
************************************/
.form {
    background: #f2f2f2;
}
.form img {
    width: 100%;
}
.form .contact {
    background: #fff;
    /*text-align: center;*/
    /*margin: 40px 0;*/
    padding: 0 0 40px;
}
.form .contact .title {
	background: #f28600;
	color: #fff;
	font-size: 150%;
	font-weight: bold;
	line-height: 1.4em;
	text-align: left;
    margin-bottom: 40px;
	padding: 2% 5%;
}
.form .contact dt img {
    width: 85%;
}
.form .contact #form {
	padding: 0 40px;
}
.form .contact .button {
    border-radius: 70px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    height: 85px;
    margin-bottom: 30px;
}
.form .contact .button a {
    display: block;
    padding: 20px 40px 10px;
}
.form .address {
    background: #f2f2f2;
    text-align: center;
    margin: 40px 0;
}
.form .address dt {
    margin: 0 auto 25px;
}
.form .address dt h2 {
    font-size: 24px;
    margin-top: 25px;
}
.form .address dt img {
    width: 30%;
}
.form .address dd:last-child {
    margin-top: 25px;
}
.form .address dd h3 {
    color: #333;
    font-size: 21px;
}
.form .site {
    background: #000;
}
.form .site a {
    display: block;
    padding: 25px 5% 25px 20%;
}
.form .sns {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.form .sns li {
    flex-basis: 49.8%;
    /*border-top: 2px solid #c8c8c8;*/
    text-align: center;
}
.form .sns li:nth-child(1) {
    border-right: 2px solid #c8c8c8;
}
.form .sns li a {
    display: block;
    padding: 5%;
}
.form .sns li img {
    width: 20%;
}

