@charset "UTF-8";

/* ------------------------- *
 * 検索条件枠
 * ------------------------- */
.news {
	margin-bottom:60px;
}

.search-title,
.search-year-pulldown,
.search-category-row {
	padding: 0;
}
.search-title {
	font-size: 16px;
	font-weight: bold;
	margin-right: 15px;
	padding: 0.5rem 0 0 40px;
	width: 7rem;
}
.search-year-pulldown select{
	width: 170px;
	height: 40px;
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
}
#infomation{
	border: solid 1px #CCC;
}
.serach_first_row{
	background-color: #f5f5f5;
}
.search-year {
	margin-bottom: 30px;
}
.search-year-pulldown,
.search-category-list {
	width: calc(100% - 10rem);
}
.search-category-row .row{
	padding-left: 0;
	padding-right: 0;
}
.search-category-row .search-category-list label{
	cursor: pointer;
}
.search_information {
	width: 100%;
}
.search_information p {
	width: 92%;
	margin: auto;
}
.sp_search_information {
	font-size: 14px;
}
.search_information .media-title,
.sp_search_information .media-title {
	border-bottom: 1px solid #CCCCCC;
	color: #0081CC;
	padding: 14px 14px;
	text-align: left;
	font-weight: bold;
	position: relative;
}
.search_information .media-title:after,
.sp_search_information .media-title:after {
	position: absolute;
	content: " ";
	display: block;
	/* border-bottom: solid 2px #0081CC; */
	bottom: -1px;
	width: 40px;
	padding-left: 40px;
}
.search_information .media-title a,
.sp_search_information .media-title a {
	color: #0081CC;
	font-size: 14px;
	text-indent: -1.2em;
	padding-left: 1.2em;
}
.search_information .media-title a.arrow_right:before,
.sp_search_information .media-title a.arrow_right:before {
	padding-left: 0;
	position: relative;
	top: 10px;
}

.search_information p,
.sp_search_information p{
	padding: 25px 14px 30px;
	font-size: 14px;
	line-height: 28px;
}
.search_information{
	width: 40%;
	margin-left: 25px;
}
.search-category-option {
	width: calc(100% / 4);
	margin: 0;
	padding-left: 0;
}

.search-category-option input[type="checkbox"] {
    top: 10px;
    vertical-align: top;
}
.search-category-label {
	padding: 0.5rem 0 20px 25px;
}
.search-category-list div:last-child label {
	padding-bottom: 0;
}

input[type=checkbox].search-category-label {
	display: none;
}
.search-category-label::before,
.search-category-label::after {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0.25rem;
	width: 30px; /* ボックスの横幅 */
	height: 30px; /* ボックスの縦幅 */
}
.search-category-label::before {
	background-color: #fff;
	border: solid 1px #ccc;
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
	border-radius: 4px 4px 4px 4px;
}
input[type=checkbox].search-category-input:checked + label:before{
	padding: 0 0.3rem;
	background-color: #0081cc; /* チェックした時の色 */
	color: #fff; /* チェックの色 */
	font-family: 'Font Awesome 5 Free';
	content: '\f00c'; /* チェックの文字 */
	font-size: 18px; /* チェックのサイズ */
	font-weight: bold;
}

.news .balloon{
  padding-bottom:10px;
}

/* ------------------------- *
 * 検索結果枠
 * ------------------------- */
.news-releases {
	display:flex;
	flex-wrap: wrap;
	padding: 0;
  margin: 0;
	border-top: solid 1px #CCC;
}
.news-releases dt,
.news-releases dd {
	margin: 0;
	padding: 20px 0px;
	border-bottom: solid 1px #CCC;
	line-height: 24px;
}
.news-releases dt {
	color: #666;
	font-size: 12px;
	width: 16rem;
	font-weight: normal;
}
.news-releases dt span {
	display: inline-block;
	min-width: 6rem;
	margin-left: 1.5rem;
	padding: 0 16px;
	background-color: #666;
	text-align: center;
	color: #fff;
	font-size: 12px;
}
.news-releases dd {
	width: calc(100% - 16rem);
}

/* 2カラムの場合 */
.news-releases-half .news-releases dt {
	width: 7rem;
}
.news-releases-half .news-releases dd {
	width: calc(100% - 7rem);
}

/* PDFリスト */
.news-releases.news-pdf dt {
	width: 100%;
	padding:20px 0 10px;
	font-size: 14px;
	border-bottom-width: 0;
}
.news-releases.news-pdf dt.no-date {
	padding-top: 10px;
}
.news-releases.news-pdf dd {
	width: 100%;
	padding: 0 0 20px;
}

.news-releases a{
	color: #000;
}
.news-releases a:hover{
	color: #0081CC;
}

/* ニュース一覧上の見出し用 */
.news-releases-title {
	display: flex;
	flex-wrap: wrap;
	margin: 40px auto 0;
}
.news-releases-title-main {
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 1rem 0;
}
.news-releases-title-sub {
	display: none;
	position:relative;
	padding: 15px 0px 0px;
}
.news-releases-title-sub a {
	position:absolute;
	right: 0;
	bottom: 1em;
	color: #000;
	font-size: 12px;
}
.news-releases-title-sub a:hover {
	color: #0081CC;
}
.news-releases-link-arrow {
	color: #0081CC;
	padding-right: 10px;
	text-decoration: none;
	font-size: 10px;
}
.news-releases-title-bottom {
	position: relative;
	border-bottom: 2px solid #CCC;
	margin-bottom: -1px;
}
.news-releases-title-bottom:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 2px #0081CC;
	bottom: -2px;
	left: 0;
	width: 50px;
	padding-left: 18px;
}

.news-releases .disclosure {
    color: #0081CC;
    font-weight: bold;
}


/* ------------------------- *
* 記事
* ------------------------- */
#article{
	margin-bottom: 10px;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.article-title {
	max-width: 1200px;
	min-height: 80px;
	margin-top: 40px;
	background-color: #f2f9fd;
}
h2.article-title-str {
	margin-bottom: 0;
	padding: 25px 30px;
	color: #0081CC;
	font-size: 24px;
}
.article-date {
	font-size: 12px;
	width: 100%;
	color: #666;
	text-align: right;
	margin-top: 25px;
	margin-right: 0;
	display: block;
}
.article-text p {
	margin-top: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 32px;
}

.news-img {
	margin: 50px auto;
}
.news-img img{
    width: 100%;
    max-width: 480px;
    height: auto;
}
.under-text {
	font-size: 14px;
	font-weight: 300;
	line-height: 28px;
}
#article .product {
	padding: 0;
	width: 100%;
	font-size: 14px;
	margin-top: 45px;
}

#article .product-title {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 18px;
}

#article .product-list {
	width: 100%;
	max-width: 600px;
	table-layout: fixed;
}
#article .product-list tr {
	margin: 10px;
	vertical-align: top;
	line-height: 28px;
}
#article .product-list td {
	width: 5%;
	font-weight: 600;
}
#article .product-list td.detail {
	width: 81%;
	font-weight: 600;
}
@media screen and (max-width: 1200px) {
	.search-category-option {
		width: calc(100% / 4);
	}
}
@media screen and (max-width: 992px) {
	.search-category-option {
		width: calc(100% / 3);
	}
}
/* smartPhone */
@media screen and (max-width: 768px) {
	#search {
		margin-top:30px;
	}
	.sp_search_information {
		margin: 0;
	}

	.sp_search_information .media-title {
		border-bottom: 1px solid #CCCCCC;
		color: #0081CC;
		padding: auto;
		padding: 15px;
		text-align: left;
	}
	.sp_search_information .media-title a {
		font-size: 15px;
	}
	.sp_search_information p {
		padding: 10px 15px 20px;
	}

	.search-title {
		font-size: 14px;
		font-weight: 600;
		margin-right: 5%;
		padding-top: 0.7rem;
		padding-left: 15px;
		width: 20%;
    	white-space: nowrap;
	}
	.search-year-pulldown select{
		width: 100%;
	}
	.search-year-pulldown{
		padding-top: 0;
	}
	.search-year-pulldown,
	.search-category-list {
		width: 74%;
		padding-right: 15px;
	}
	.search-category-row .search-category-list label{
		cursor: pointer;
		width: calc(100% - 22px);
	}
	.search-category-option {
		width: calc(100% / 2);
		margin: 0;
		padding: 0;
	}
	.search-category-list div:last-child label {
		padding-bottom: 10px;
	}
	.search-category-input[type="checkbox"],
	.search-category-option input[type="checkbox"] {
		margin-right: -3px;
		left: 7px;
	}
	.search-category-input[value="Corporate"] + label,
	.search-category-input[value="Corporate"] + label:before,
	.search-category-input[value="Sports"] + label,
	.search-category-input[value="Sports"] + label:before,
	.search-category-input[value="All"] + label,
	.search-category-input[value="All"] + label:before {
		margin-left:5px;
	}


	.news-releases dt {
		padding: 20px 0px 10px;
		border-width: 0;
	}
	.news-releases dt span {
		display: inline;
		min-width: initial;
		margin-left: 0.5rem;
		padding: 0.1rem 0.5rem;
		font-size: 10px;
	}
	.news-releases dd,
	.news-releases-half .news-releases dd {
		width: 100%;
		padding: 0 0 20px;
		border-width: 0 0 1px;
	}
	.news-releases-title-main {
		font-size: 16px;
	}

	.article-title {
		min-height:initial;
		margin-top: -10px;
	}
	h2.article-title-str {
		font-size: 18px;
		font-weight: 600;
		padding: 8px 15px;
		color: #0081CC;
		line-height: 31px;
	}
	.article-date {
		margin-top: 18px;
	}
	.news-img {
		margin: 30px auto;
	}
	.news-img img{
		width: 70%;
		height: auto;
		margin: 0 15%;
	}
	#article {
		margin-bottom: 0;
	}
	#article .product {
		padding: 0;
		width: 100%;
		font-size: 14px;
		margin-top: 25px;
		margin-bottom: -10px;
	}

	#article .product-title {
		font-weight: bold;
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 18px;
	}
	#article .product-list tr {
		margin: 0;
		padding: 0;
	}
	#article .product-list td.detail {
		width: 72%;
		font-weight: 300;
	}
}
