@charset "utf-8";

/* PC：style-press-sp.css
 * おまかせプラン ver.6
 * 個人情報保護に関する基本方針
 * **************************************************
 * Global Navigation (Nav) ★
 * Content (Section)
 * Elements
 * **************************************************
 */

/* Global Navigation (Nav) ★
------------------------------------------------------------------ */
/* 2階層：非表示 */
#globalNav nav li:hover > .sec {
	display: none;
}


/*  Content (Section)
------------------------------------------------------------------ */
/* Media Queries 切替 */
#subPage #content .main > section {
}

/* Elements
------------------------------------------------------------------ */
#subPage .main section{
	clear: both;
	overflow: hidden;
}
#subPage #content .main .bg_red {
    border: 20px solid #ffe6e6;
    padding: 10px 5px;
}
#subPage #content .main .bg_red h3 {
    font-size: 1.6em;
    font-weight: bold;
    letter-spacing: 1.57px;
}

/*  Information
------------------------------------------------------------------- */
#subPage .information {
	position: relative;
	background-color: #ffffff;
}
#subPage .information p span.ttl{
	font-size: 1.6em;
    font-weight: bold;
    letter-spacing: 1.57px;
}
#subPage .information p span.btnNewsList {
	float: right;
	position: relative; top:0px; right:0px;
}
#subPage .information .scrollBar {
	clear: both;
	padding: 20px 0px 20px 0px;
}
#subPage .information ul {
	overflow-y: auto;
	height: 42em;
	width: 100%;
}
#subPage .information li {
	margin-right: 10px;
	border-top: none;
	border-bottom: 1px dotted #c1c1c1;
	font-size: 1.4em;
}
#subPage .information li:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#subPage .information li img{
	margin: 0 10px 0 0;
	vertical-align: middle;
}
#subPage .information dl {
	clear: both;
	display: table;
}
#subPage .information dt {
	padding: 10px 0 2px 0;
	white-space:nowrap;
}
#subPage .information dt span {
	display: inline-block;
	margin: 0 10px 0 0;
	width: 5.5em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
	font-size: 92.8%; /*  1.3em */
	color: #ffffff;
	text-align: center;
}
#subPage .information dd {
	padding: 2px 0 10px 0;
}
#subPage .information li a {
	display: inline;
	color: #000000;
}
/* Color */
/* 重要 */
#subPage .information dt span.news01 {
	background-color: #df0000;
}
/* INFO */
#subPage .information dt span.news03 {
	background-color: #fa8638;
}
/* 健康管理 */
#subPage .information dt span.news04 {
	background-color: #2dbcda;
}
/* 保養 */
#subPage .information dt span.news05 {
	background-color: #4fae2a;
}
/* 一覧 */
#subPage .information .btnNewsList {
	margin: 5px 0 0 0;
}
#subPage .information .btnNewsList a {
    display: block;
    padding: 0px 15px 0px 15px;
    background: #d82627;
    font-size: 1.4em;
    color: #ffffff;
    letter-spacing: 0.1em;
    text-decoration: none;
    border-radius: 50px;
}
/* PDFリンク（横並び） */

#subPage .press-list{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	
}

#subPage .press-list li{
	width:calc( (100% - 5px ) / 2 );
	margin-bottom:10px;
}

#subPage .press-list li:first-child{
	margin-right:5px;
}

#subPage .press-list li + li{
	margin-right:5px;
}
#subPage .press-list li:nth-of-type(2n){
    margin-right: 0;
}