﻿@charset "utf-8";

/**********************************
プレス一覧ページ
***********************************/
.press{
	padding: 0 10px 10px 10px;
}
.press a:hover {
	opacity: 0.7;
	transition: .3s ease-in-out;
}
.press .release-list{
	font-size: 15px;
	line-height: 1.5;
	margin-top: 50px;
}
.press .release-list a{
    font-weight: normal;
    color: #006666;
}
.press .release-list li{
	margin-top: 25px;
}
.press .year {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	margin: 0 auto;
}
.press .year li{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 15%;
}
.press .year li a{
    color: #888;
	display: flex;
	font-size: 14px;
	justify-content: center;
	border: 1px solid #ccc;
	padding: 0.5rem 0;
	align-items: baseline;
	text-decoration: none;
	margin: 2px;
	transition: .3s ease-in-out;
}
.press .year li a.current{
    color: #333333;
    background:#eaf7f5;
}
.press .release-date{
	font-size:0.9em;
	padding-bottom: 5px;
}

/**********************************
プレス詳細ページ
***********************************/
.press_page{
	line-height: 1.9;
	padding:10px;
}
.press_page .image{
	text-align:center;
	padding: 20px 0;
}
.press_page .inlineB{
	display:inline-block;
}
.press_page .image p{
	font-size: 0.9em;
	padding-top: 5px;
}
.press_page a {
    font-weight: normal;
    color: #006666;
}
.press_page h3{
	font-size: 1.2em;
	border-bottom: 1px solid #555;
	font-weight: bold;
	padding: 1em 0 0.5em;
	margin-bottom: 1em;
	line-height: 1.5;
}
.press_page h4{
	font-size: 1.1em;
	font-weight: 500;
}
.press_page h5{
	font-size: 1.05em;
	font-weight: 600;
}
.press_page .flex{
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.press_page ul.flex li {
	flex: 1;
	margin: 0 5px;
	display: flex;
}
.press_page .link{
	padding-top:0.5em;
}
.press_page .link a{
	word-break: break-all;
}

/******* 対象商品 *******/
.press_page .selectgoods .flex > div{
	order: 2;
	padding: 0 1em 0.5em 1em;
	width: 62%;
}
.press_page .selectgoods .flex > img{
	min-width: 354px;
	width: 354px;
	display: block;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

/******* 概要 *******/
.press_page .overview{
	margin: 0.5em 0;
}
.press_page .overview dl{
	display: table;
	width: 85%;
	border-right: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
}
.press_page .overview dl:first-child{
	border-top: 1px solid #bfbfbf;
}
.press_page .overview dt, .press_page .overview dd{
	display: table-cell;
	border-bottom: 1px solid #bfbfbf;
	padding: 0.5em;
}
.press_page .overview dt{
	width: 9.5em;
	background: #f7f7f7;
	border-right: 1px solid #bfbfbf;
}
.press_page .overview dd {
	width: 84%;
}

/****************** SP ******************/
@media screen and (max-width: 767px){
	.press_page{
		line-height: 1.7;
	}
	.press_page .selectgoods .flex {
		display:block;
	}
	.press_page .selectgoods .flex > div{
		padding: 0.5em 0 0 0;
		width: auto;
	}
	.press_page .selectgoods .flex img{
		width: 100%;
		min-width: auto;
		margin: 0 auto;
	}
	.press_page .overview dl, .press_page .overview dt, .press_page .overview dd, .press_page .overview dl:first-child{
		border: none;
	}
	.press_page .overview dl{
		width: 100%;
	}
	.press_page .overview dt, .press_page .overview dd{
		display: block;
		width: auto;
	}
	.press_page .overview dt{
		padding: 0.1em;
		font-weight: 500;
	}
	.press_page .overview dd {
		padding-right: 0;
	}
}