@charset "UTF-8";

/*メインイメージ*/
.contentpage .m_img_area::before {background-image: url("../images/contact/m_img@2x.jpg");}



/*notice
---------------------------------------------------------*/
#notice .bg{
	padding: 75px 0 80px;
	background: url("../images/contact/notice_bg@2x.jpg") no-repeat center top;
	background-size: 100% auto;
}
#notice .com_index1{
	color: #fff;
}
#notice .notice_box{
	position: relative;
	background: #fff;
	padding: 55px 4% 65px;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
#notice .notice_box::before {
	position: absolute;
	display: block;
	content: "";
	background: #3e3a39;
	background-size: auto;
	background-size: 100% auto;
	width: 1px;
	height: 53px;
	top: -26px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}
#notice .notice_box dl{
	max-width: 970px;
	margin: 0 auto;
}
#notice .notice_box dl dt{
	font-size: 160%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 40px;
}
#notice .notice_box dl dd li{
	padding: 1.8em 0 0.8em;
	border-bottom: 1px solid #bebebe;
}
#notice .notice_box dl dd li:first-child{
	padding-top: 0;
}
#notice .notice_box dl dd li p{
	padding-left: 1.14em;
	line-height: 1.8em;
	position: relative;
}
#notice .notice_box dl dd li p::before{
	position: absolute;
	content: "";
	background: #b5a07a;
	width: 0.67em;
	height: 0.67em;
	border-radius: 0.67em;
	left: 0;
	top:0.6em;
}
#notice .com_contact_box .fir_point{
    margin-top: 1.8em;
    line-height: 1.6em;
}
#notice .com_contact_box .fir_point li{
    display: inline-block;
    margin-right: 1.5em;
}
#notice .com_contact_box .fir_point li:last-child{
    dmargin-right: 0;
}
#notice .com_contact_box .fir_point li span{
    color: #967741;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#notice .bg{
	padding: 6.5% 0 7%;
}
#notice .notice_box{
	padding: 4.5% 4% 5.5%;
}
#notice .notice_box::before {
	height: 5vw;
    top: -2.5vw;
 }
#notice .notice_box dl dt{
	font-size: 2.5vw;
	margin-bottom: 3%;
}
#notice .com_contact_box .fir_point{
    margin-top: .6em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#notice .bg{
	padding: 8% 0 10%;
}
#notice .bg{
	padding: 75px 0 80px;
	background: url("../images/contact/notice_bg@2x.jpg") no-repeat center top;
	background-size: 200% auto;
}
#notice .notice_box{
	padding: 6.5% 4% 7.5%;
}
#notice .notice_box::before {
	height: 8vw;
    top: -4vw;
 }
#notice .notice_box dl dt{
	font-size: 140%;
	margin-bottom: 4%;
}
#notice .notice_box dl dd li{
	padding: 1em 0 0.5em;
	border-bottom: 1px solid #bebebe;
}
#notice .com_contact_box .fir_point{
    margin-top: .5em;
    line-height: 1.6em;
    font-size:90%;
}
#notice .com_contact_box .fir_point li{
    margin-right:0;
}
}



/*florm
---------------------------------------------------------*/
#florm .bg{
	background: #f5f5f2;
	padding: 90px 0 160px;
}
#florm .com_index_set{
	margin-bottom: 0;
}
#florm .com_index_set::before{
	position: static;
	background: none;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#florm .bg{
	background: #f5f5f2;
	padding: 8% 0 15%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#florm .bg{
	background: #f5f5f2;
	padding: 10% 0 17%;
}
}



/*
---------------------------------------------------------*/

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}