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

プレスリリース 共通

------------------------------------------------------------ */
.press-list {border-top: dotted 1px #000; }
.p-list{border-bottom: dotted 1px #000;}
.date {
	color: #99976e;
	margin-bottom: 2px;
}

.press-title {
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 5px;
}
	
.press-txt{line-height: 1.6;}

.press-btn {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border: solid 1px #000;
	border-radius: 5px;
	padding: 10px 40px 10px 30px;
	display: inline-block;
	position: relative;
	text-decoration: none;
}
	

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

プレスリリース  641px以上

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

.press-contents {margin-bottom: 40px;}

.p-list {padding: 20px;}

.date {font-size: 12px;}

.press-title {font-size: 18px;}

.press-txt {
	font-size: 14px;
	margin-bottom: 15px;
}

.press-btn:after {
	content: "";
	background: url(../img/other/press_blank.png) no-repeat;
	background-size: 100%;
	display: block;
	position: absolute;
	right: 20px;
	top: 14px;
	width: 19px;
	height: 14px;
}

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

プレスリリース  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;
}

.press-contents {margin-bottom: 20px;}

.p-list {padding: 15px;}

.date {font-size: 11px;}

.press-title {font-size: 16px;}

.press-txt {
	font-size: 12px;
	margin-bottom: 10px;
}

.press-btn:after {
	content: "";
	background: url(../img/other/press_blank.png) no-repeat;
	background-size: 100%;
	display: block;
	position: absolute;
	right: 12px;
	top: 12px;
	width: 20px;
	height: 15px;
}


}
