@charset "UTF-8";

@import url(style_list.css);/* 一覧 indexページと記事ページ　共通　2019リニュアル */

.relative{
position: relative;
}

/*------------------------------------------------*/
@media only screen and (min-width: 897px) {
#container .press-bgMv {
	background: url("/ja/corp/news/press/common/img/press_mv_01.jpg") no-repeat top center;
		background-size: cover;
	width: 100%;
	height: 400px;
}
}

@media only screen and (max-width: 896px) {
#container .press-bgMv {
	background: url("/ja/corp/news/press/common/img/press_mv_01_sp.jpg") no-repeat top center;
	background-size: cover;
	width: 100%;
    height: auto;
    padding-bottom: 30px;
    margin-bottom: 30px;
	}
}


@media only screen and (min-width: 897px) {
.press-bgMvInner {
	position: relative;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
	height: 100%;
	padding: 0;
}
}

@media only screen and (max-width: 896px) {
.press-bgMvInner {
	position: static;
	width: 100%;
	height: 100%;
	padding: 0;
}
}

@media only screen and (min-width: 897px) {
#container .press-mv-txtBox {
    position: absolute;
    top: 60px;
	left: 0;
    background: rgba(255, 255, 255, 0.94);
	width: /*532*/550px;/*20210914*/
	height: 200px;
    color: #515151;
	padding: 30px;

}
}

@media screen and (max-width: 896px){
#container .press-mv-txtBox {
    position:static;
    margin: 0;
    width: 100%;
    padding: 30px 18px 20px;
	color: #515151;
}	
}
@media only screen and (min-width: 897px) {
.press-m-txt01{
font-size: 1.35em;
}

.press-m-txt02{
color: #b91440;
margin-top: 20px;
}
}
@media screen and (max-width: 896px){
.press-m-txt01{
color: #333;
font-size: 1.15em;
margin-top: 15px;
text-shadow: 2px 2px 4px #fff;
}

.press-m-txt02{
color: #b91440;
margin-top: 15px;
text-shadow: 2px 2px 4px #fff;
}
}


	
	
/*------------------------------------------------*/
/*検索*/
.pressSearch_pec {
position: absolute;
bottom: 35px;
left: 50%;
	padding: 0;
	margin-left: -500px;
	width: 1000px;
}
.pressSearch_pec p.ttl_pec {
	color: #333333;
	margin: 0 0 5px 6px !important;
	font-size: 16px;
	font-weight: bold;
}

.pressSearch_pec p.keywordTtl_pec,
.pressSearch_pec p.dateTtl_pec{
font-weight: bold;
text-shadow: 2px 2px 4px #fff;
}

.pressSearch_pec div.press_form_pec {
	width: /*700px*/auto;/*20210914*/
	color: #333;
	float: left;
	box-sizing: border-box;
}
.pressSearch_pec input#pressSearchTxt_pec {
	border-top: 1px solid #b2b2b2;
	border-left: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	background: #fff;
	font-size: 22px;
	width: 600px;
	height: 60px;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 0 !important;/*20210914*/
}

.pressSearch_pec input:focus {
background: #ffe2e2 !important;
}

.pressSearch_pec input#submitButton_pec {
	border-top: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	background: url(/ja/corp/news/press/common/img/icon_search.png) 50% 50% no-repeat #dfdfdf;
	vertical-align: top;
	height: 60px;
	width: 60px;
	box-sizing: border-box;
	border-radius: 0 !important;/*20210914*/
}
.pressSearch_pec div.press_form2_pec {
	color: #333;
	padding: 0px 15px;
	float: left;
	box-sizing: border-box;
}

.pressSearch_pec div.press_form2_pec .selectArea{
	border-top: 1px solid #b2b2b2;
	border-right: none;
	border-bottom: 1px solid #b2b2b2;
	border-left: 1px solid #b2b2b2;
	background: #fff;
	float: left;
	width: auto;
	height: 60px;
	box-sizing: border-box;
    padding: 14px 20px 0 5px;

}
.pressSearch_pec select.pressSearchYear_pec {
	border: none;
	font-size: 12px;
	width: 90px;
	box-sizing: border-box;
	padding: 0 10px;
}
.pressSearch_pec select.pressSearchMonth_pec {
	border: none;
	font-size: 12px;
	width: 90px;
	box-sizing: border-box;
	padding: 0 10px;
}
.pressSearch_pec input#submitButton2_pec {
	border-top: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	background: url(/ja/corp/news/press/common/img/icon_search.png) 50% 50% no-repeat #dfdfdf;
	vertical-align: top;
	height: 60px;
	width: 60px;
	box-sizing: border-box;
}



/*------------------------------------------------*/
@media screen and (max-width: 896px){
/*検索*/
.pressSearch_pec {
	position: static;
	padding: 0;
	margin-left: 0;
	width: 100%;
	height: auto;
}
.pressSearch_pec p.ttl_pec {
	color: #333333;
	margin: 0 0 5px 6px !important;
	font-size: 16px;
	font-weight: bold;
}

.pressSearch_pec p.keywordTtl_pec,
.pressSearch_pec p.dateTtl_pec{
font-weight: bold;
}

.pressSearch_pec div.press_form_pec {
    width: 290px;
    color: #333;
    padding: 0;
    float: none;
    box-sizing: border-box;
    margin: auto;
}
.pressSearch_pec input#pressSearchTxt_pec {
	border-top: 1px solid #b2b2b2;
	border-left: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	background: #fff;
	font-size: 16px;
	width: 240px;
	height: 50px;
	padding: 5px;
	box-sizing: border-box;
	border-radius: 0;
}
.pressSearch_pec input:focus {
background: #ffe2e2 !important;
}
.pressSearch_pec input#submitButton_pec {
	border-top: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	background: url(/ja/corp/news/press/common/img/icon_search.png) 50% 50% no-repeat #e0e0e0;
	vertical-align: top;
	height: 50px;
	width: 50px;
	box-sizing: border-box;
	border-radius: 0;
}
.pressSearch_pec div.press_form2_pec {
    width: /*290*/292px;/*20230119*/
    color: #333;
    padding: 0;
    float: none;
    box-sizing: border-box;
    margin: auto;
}

.pressSearch_pec div.press_form2_pec .selectArea{
	border-top: 1px solid #b2b2b2;
	border-right: none;
	border-bottom: 1px solid #b2b2b2;
	border-left: 1px solid #b2b2b2;
	background: #fff;
	float: left;
	width: auto;
	height: 50px;
	box-sizing: border-box;
    padding: 10px 20px 0 5px;

}
.pressSearch_pec select.pressSearchYear_pec {
	border: none;

	font-size: 14px;
	width: 110px;
	box-sizing: border-box;
	padding: 0 10px;
}
.pressSearch_pec select.pressSearchMonth_pec {
	border: none;
	font-size: 14px;
	width: 100px;
	box-sizing: border-box;
	padding: 0 10px;
}
.pressSearch_pec input#submitButton2_pec {
	border-top: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	background: url(/ja/corp/news/press/common/img/icon_search.png) 50% 50% no-repeat #e0e0e0;
	vertical-align: top;
	height: 50px;
	width: 50px;
	box-sizing: border-box;
}



}
/*------------------------------------------------*/