@charset "utf-8";
/* Copyright 2017 FSFIELD All Rights Reserved. */
/* ------------------------------------------------------------

会社概要 共通

------------------------------------------------------------ */
.corporation-contents .table-area .row .th {font-weight: bold;}

.site-footer {padding-top: 0;}

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

会社概要  641px以上

------------------------------------------------------------ */
@media (min-width: 641px) {


}
	
/* ------------------------------------------------------------

会社概要  640px以下

------------------------------------------------------------ */
@media (max-width: 640px) {

.license-contents {margin-bottom: 30px; }

.main-holder {
	width: 93.75%;
	margin: 30px auto 0;
}

.main-holder .first-read {margin-bottom: 20px;}

.main-holder .privacy-txt {
    font-size: 16px;
    border-bottom: dotted 1px #000;
    padding-bottom: 5px;
}

.main-holder .read {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 20px;
}

.main-holder .table-area {
    border-top: dotted 1px #000;
}

.main-holder .table-area .row {
	padding: 10px 0;
	border-bottom: dotted 1px #000;
}
.main-holder .table-area .row .th {
	display: block;
	vertical-align: top;
	line-height: 2;
}

.main-holder .table-area .row .td {
	display: block;
	line-height: 2;
}

.bottom-holder-bg {background: #f4f3ed;}

.bottom-holder {
	width: 93.75%;
	padding: 40px 0;
	margin: 80px auto 0;
}

.bottom-holder .ttl {margin: 0 auto 30px;}

.bottom-holder .read {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 20px;
}

}
