@charset "utf-8";

/* heading style
================================================== */
#tmp_kouhou_heading{
	position: relative;
	padding: 75px 0 190px;
	min-height: 420px;
	overflow: hidden;
	z-index: 1;
}
#tmp_kouhou_heading:before,
#tmp_kouhou_heading:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
    background-repeat: no-repeat;
	width: 100%;
	height: 420px;
	max-height: 100%;
	transform: translateX(-50%);
    pointer-events: none;
}
#tmp_kouhou_heading:before{
    background-image: url(/shared/templates/kouhou_top/images/icon/relation_pattern_lft_pc.png), url(/shared/templates/kouhou_top/images/icon/relation_pattern_rgt_pc.png);
    background-position: 15px 0, right 16px bottom;
    min-width: 1440px;
}
#tmp_kouhou_heading:after {
    background-color: #fcf9f3;
    background-image: url(/shared/templates/kouhou_top/images/icon/relation_cloud_pc.png);
    background-position: center top;
	z-index: -1;
}
#tmp_kouhou_heading .heading_title{
	margin: 0 auto;
	background: transparent url(/shared/templates/kouhou_top/images/icon/relation_title_pc.png) no-repeat center top;
	background-size: 100% auto;
	max-width: 496px;
	width: 100%;
	height: 134px;
	color: inherit;
}
#tmp_kouhou_heading .heading_title span{
	display: inline-block;
	text-indent: -9999px;
}

/* gallery style
================================================== */
#tmp_kouhou_gallery{
	position: relative;
	margin: -176px 0 46px;
	z-index: 2;
}
.gallery_list{
	float: left;
	display: flex;
	flex-flow: row wrap;
	width: 50%;
	gap: 30px 20px;
	padding-bottom: 39px;
}
.gallery_list:nth-child(odd){
	padding-right: 20px;
	clear: left;
}
.gallery_list:nth-child(even){
	padding-left: 20px;
	clear: right;
}
.gallery_list > li:not(.item_large){
	width: calc(50% - 10px);
}
.gallery_list > li{
	width: 100%;
    list-style: none;
}
.gallery_list .item_inner{
	background-color: #ffffff;
	box-shadow: 0 5px 14px 1.5px rgba(28,28,28,0.1);
	border: 1px solid #983e5e;
	height: 100%;
	color: #222222;
    line-break: anywhere;
}
.gallery_list img{
	width: 100%;
	height: auto;
	vertical-align: top;
}
.gallery_list .item_cnt{
	display: flex;
	flex-flow: row wrap;
	gap: 5px 15px;
	padding: 20px 15px 20px 20px;
}
.gallery_list .item_date{
	align-self: center;
	font-size: 77.8%;
	color: #26734d;
	font-weight: bold;
}
.gallery_list .item_ctg{
    align-self: start;
	padding: 2px 3px 1px 5px;
    min-width: 52px;
    border: 1px solid #983e5e;
    font-size: 77.8%;
    line-height: 1;
    color: #7f3654;
    text-align: center;
    letter-spacing: -0.04em;
}
.gallery_list .item_title{
	flex: 1 1 auto;
	width: 100%;
	font-size: 83.3%;
	line-height: 1.6;
	font-weight: bold;
}
.gallery_list a{
	display: inline-block;
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}
.gallery_list .item_large .item_cnt{
	padding: 35px 30px 34px;
    row-gap: 4px;
}
.gallery_list .item_large .item_title{
	margin-top: 11px;
	font-size: 111.1%;
	line-height: 1.5;
}
/* search purpose style
================================================== */
#tmp_kouhou_search_purpose{
    margin-bottom: 82px;
}
#tmp_kouhou_search_purpose .kouhou_title{
    background-image: url(/shared/templates/kouhou_top/images/icon/search_purpose_title_txt.png);
}

/* search media style
================================================== */
#tmp_kouhou_search_media{
	margin-bottom: 87px;
}
#tmp_kouhou_search_media .kouhou_title{
	margin-bottom: 60px;
    background-image: url(/shared/templates/kouhou_top/images/icon/search_media_title_txt.png);
}
#tmp_kouhou_search_media .search_list{
    gap: 16px;
}
#tmp_kouhou_search_media .search_list .item{
    width: calc((100% - 32px) / 3);
}
#tmp_kouhou_search_media .search_list a{
	padding: 20px 10px 18px 7.6%;
}
#tmp_kouhou_search_media .search_list .item_icon{
	margin-right: 7px;
}

/* information style
================================================== */
#tmp_kouhou_info .kouhou_title{
	margin-bottom: 39px;
	background-image: url(/shared/templates/kouhou_top/images/icon/info_title_txt.png);
}
#tmp_kouhou_info .info_wrapper{
	padding: 54px 65px 75px 64px;
	background-color: #fcf9f3;
	background-repeat: no-repeat;
	background-image: url(/shared/templates/kouhou_top/images/icon/info_pattern_lft_pc.png), url(/shared/templates/kouhou_top/images/icon/info_pattern_rgt_pc.png);
	background-position: 0 15px, right -24px;
	border-radius: 1px;
	color: #222222;
}
#tmp_kouhou_info .info_list{
	display: flex;
	flex-flow: row wrap;
	gap: 15px 31px;
	margin: 0;
}
#tmp_kouhou_info .info_list .item{
	list-style: none;
	width: calc((100% - 31px) / 2);
}
#tmp_kouhou_info .info_list a{
	display: flex;
	align-items: center;
	background-color: #ffffff;
	height: 100%;
	box-shadow: 0 3px 12px 0.72px rgba(28,28,28,0.1);
	border: 1px solid #983e5e;
	color: #222222;
	line-height: 1.4;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.2em;
	overflow: hidden;
}
#tmp_kouhou_info .info_list .item_img{
	flex-shrink: 0;
	width: 57.7%;
}
#tmp_kouhou_info .info_list img{
	width: 100%;
	height: auto;
	vertical-align: top;
}
#tmp_kouhou_info .info_list .item_des{
	flex: 1 auto;
	width: 100%;
	padding: 10px 10px 6px 14px;
    text-align: center;
}

/* setting hover style
================================================== */
.gallery_list .item_img,
#tmp_kouhou_info .info_list .item_img{
    overflow: hidden;
}
.gallery_list .item_img img,
#tmp_kouhou_info .info_list .item_img img{
    transition: transform 0.3s ease-in-out;
}
#tmp_kouhou_info .info_list a:hover .item_img img,
.gallery_list .active .item_img img{
    transform: scale(1.157);
}
#tmp_kouhou_info .info_list a:hover .item_des,
.gallery_list .active .item_title a,
.gallery_list a:hover{
    text-decoration: underline;
}

/* information media style
================================================== */
#tmp_kouhou_pr_media{
	padding-top: 75px;
}
#tmp_kouhou_pr_media .kouhou_title{
    background-image: url(/shared/templates/kouhou_top/images/icon/ttl_media_en.png);
}
#tmp_kouhou_pr_media .box_recommendation .recommendation_cnt ul {
    gap: 32px;
}
#tmp_kouhou_pr_media .box_recommendation .recommendation_cnt ul li {
    width: calc((100% - 96px) / 4);
}
#tmp_kouhou_pr_media .box_recommendation a.box_thumb .thumb_txt{
	margin-top: 9px;
	background-position: 0 8px;
    font-size: 88.9%;
    letter-spacing: 3px;
    padding-left: 26px;
	color: #222222;
}
#tmp_kouhou_pr_media .box_recommendation a.box_thumb .thumb_img{
	box-shadow: 0px 5px 14px 2px rgba(28, 28, 28, 0.1);
}

/* accessibility style
================================================== */
/* color */
.color_black #tmp_wrapper #tmp_kouhou_heading,
.color_blue #tmp_wrapper #tmp_kouhou_heading,
.color_yellow #tmp_wrapper #tmp_kouhou_heading{
    border-top: 3px solid;
}
.color_black #tmp_wrapper #tmp_kouhou_heading:before,
.color_black #tmp_wrapper #tmp_kouhou_heading:after,
.color_blue #tmp_wrapper #tmp_kouhou_heading:before,
.color_blue #tmp_wrapper #tmp_kouhou_heading:after,
.color_yellow #tmp_wrapper #tmp_kouhou_heading:before,
.color_yellow #tmp_wrapper #tmp_kouhou_heading:after{
    content: none;
}
.color_black #tmp_wrapper #tmp_kouhou_heading .heading_title,
.color_blue #tmp_wrapper #tmp_kouhou_heading .heading_title,
.color_yellow #tmp_wrapper #tmp_kouhou_heading .heading_title{
    height: auto;
    text-align: center;
    line-break: anywhere;
}
.color_black #tmp_wrapper #tmp_kouhou_heading .heading_title span,
.color_blue #tmp_wrapper #tmp_kouhou_heading .heading_title span,
.color_yellow #tmp_wrapper #tmp_kouhou_heading .heading_title span{
	text-indent: inherit;
}
.color_black #tmp_wrapper #tmp_kouhou_info .info_wrapper,
.color_blue #tmp_wrapper #tmp_kouhou_info .info_wrapper,
.color_yellow #tmp_wrapper #tmp_kouhou_info .info_wrapper{
    border: 1px solid;
}
/* fsize */
/* no-js */
.no_javascript .gallery_list{
    display: flex;
	flex-flow: row wrap;
	float: none;
	width: 100%;
	gap: 30px;
	padding: 0 0 39px
}
.no_javascript .gallery_list > li{
	width: calc(50% - 15px);
}
.no_javascript .gallery_list > li:not(.item_large){
	width: calc((100% - 90px) / 4);
}
/* furi */

/* ==================================================
print
================================================== */
@media print {
body {
	background:#FFFFFF !important;
}
#tmp_wrapper {
	width:100% !important;
	min-width:100% !important;
	padding-top: 0 !important;
}
#tmp_wrapper::after{
	content: none !important;
}
.container {
	min-width: 100% !important;
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 10px !important;
}
#tmp_wrapper img {
	animation: none;
}
#tmp_header {
	margin-bottom:10px !important;
	padding-bottom:10px !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-bottom:1px solid #000000 !important;
}
#tmp_header_fixed {
	position: static !important;
}
#tmp_header_wrap .header_fixed_inner {
	padding-bottom: 0;
}
#tmp_hlogo h1,
#tmp_hlogo p,
#tmp_hlogo a,
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	width: auto !important;
	height: auto !important;
	background: transparent !important;
}
#tmp_hlogo a {
	text-decoration: none !important;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span{
	color:#000000 !important;
	background:#FFFFFF !important;
	font-size: 100%;
	font-weight: bold !important;
	z-index: auto !important;
	text-indent: 0 !important;
}
#tmp_footer {
	margin-top:50px !important;
	padding-top:10px !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-top:1px solid #000000 !important;
}
#tmp_footer .footer_inner{
	padding: 20px 0 30px;
}
#tmp_footer .footer_logo p {
	background-image: none !important;
	padding-left: 0 !important;
}
#tmp_header_rgt,
#tmp_header_wrap .header_fixed_inner:after,
#tmp_header_fixed .header_fixed_wrapper:after,
#tmp_print,
#tmp_footer .fnavi_wrap,
#tmp_footer .footer_link_list,
#tmp_gnavi,
.gnavi,
.wrap_col_lft_navi,
.wrap_col_rgt_navi,
.pnavi,
.fnavi,
.plugin,
#tmp_inquiry_cnt .inquiry_btn,
#tmp_pankuzu,
#tmp_footer .sign_lang {
	display:none !important;
}
.wrap_col_nm,
.column_lnavi .wrap_col_main,
.column_rnavi .wrap_col_main {
	float:none !important;
}
body,
#tmp_pankuzu {
	background:none !important;
}
.wrap_col_nm,
.wrap_col_nm2,
.col_main {
	margin:0 !important;
	padding:0 !important;
}
#tmp_contents .box_gmap {
	margin:0;
	padding:170px 0 0 0;
	position:relative;
	top:-170px;
	page-break-before:always;
}
.copyright {
	padding-top: 20px;
	text-align:left !important;
	border-top:1px solid #000000 !important;
	color:#000000 !important;
	background:#FFFFFF !important;
}
}

