@charset "utf-8";


/*========================================================================================
                                     共通
=========================================================================================*/

/* 打消し */
#page {
	width: 100%;
}
#areaWrapper1 {
	background-color: #f8f8f8;
}
body:not(.p_menu_01) #areaWrapper2 {
	width: 1000px;
	margin: 0 auto;
	padding-top: 15px;
	background: #fff;
}


/* siteStructure　パンくず
------------------------------------------------------------------ */
.siteStructureWrap {
	background: #eee;
	border-top: 2px solid #e5e5e5!important;
}
.rn2022_header_co .siteStructureWrap {
	border-top: none!important;
}
.siteStructure {
	padding: 12px 0!important;
	font-size: 14px!important;
	line-height: 1!important;
}
.siteStructure li {
	display: inline-block;
}
.siteStructure li a {
	text-decoration:none;
	color:#000!important;
}
.siteStructure li a:hover {
	text-decoration: underline;
}
.siteStructure li:after {
	content:" > ";
}
.siteStructure li:last-child:after {
	content:none;
}


/* font-size フォントサイズ
------------------------------------------------------------------ */
.rn2022_header,
.rn2022_footer {
	-webkit-text-size-adjust: none;
	color: #000;
	font-size: 16px!important;
	line-height: 1.5;
	letter-spacing: 0;
	min-width: 1200px;
}


/* contentsWrap 幅
------------------------------------------------------------------ */
.rn2022_header .fitWidthA,
.rn2022_footer .fitWidthA {
	width: 1200px;
	margin-left: auto!important;
	margin-right: auto!important;
}


/* ボタン
------------------------------------------------------------------ */
.rn2022_header .btnArea2 {
	display: flex;
	justify-content: space-between;
}
.rn2022_header .btnWrap {
	padding-bottom: 20px;
}
.rn2022_header .btnA {
	display: inline-block;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #fff;
	width: 340px;
	padding: 11px;
	color: #fff!important;
	text-align: center;
}
.rn2022_header .btnA:hover {
	background: rgba(255,255,255,0.3);
	text-decoration: none;
}

/* 右 */
.rn2022_header .arrowR{
	position: relative;
}
.rn2022_header .arrowR:after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12px;
	margin: auto;
	content: "";
	width: 7px;
	height: 12px;
	background: url(../../images/common/ico_arrowR.png) 0 0 no-repeat;
	background-size: contain;
}


/* 背景色
------------------------------------------------------------------ */
.rn2022_header .bgA,
.rn2022_footer .bgA {
	background: #e5e5e5;
}


/* 画像
------------------------------------------------------------------ */
.rn2022_header img,
.rn2022_footer img {
	max-width: 100%;
}


/* テキスト
------------------------------------------------------------------ */
.rn2022_header .fontStyleA,
.rn2022_footer .fontStyleA {
	font-family: "Helvetica Neue", "Helvetica", sans-serif;
}


/* 非表示
------------------------------------------------------------------ */
.rn2022_header .pcNone,
.rn2022_footer .pcNone { 
	display: none!important;
}


/* リンク
	------------------------------------------------------------------ */
.rn2022_header a,
.rn2022_footer a {
	text-decoration: none;
}
.rn2022_header a:hover,
.rn2022_footer a:hover {
	text-decoration: underline;
}
.rn2022_header a:hover img,
.rn2022_footer a:hover img {
	opacity: 0.7;
}


/* アイコン
------------------------------------------------------------------ */
.rn2022_header .blank:after,
.rn2022_footer .blank:after {
	display: inline-block;
	content: '';
	width: 8px;
	height: 8px;
	background: url(../../images/common/ico_blank2.png) 0 0 no-repeat;
	background-size: contain;
	margin-left: 8px;
	vertical-align: middle;
}


/* フォーム
------------------------------------------------------------------ */
/** placeholder **/
/* Chrome, Safari */
.rn2022_header input::-webkit-input-placeholder {
	color: #999999;
}
/* Firefox */
.rn2022_header input::-moz-placeholder {
	color: #999999;
}
/* IE */
.rn2022_header input:-ms-input-placeholder {
	color: #999999;
}





/*========================================================================================
                                     header　ヘッダー
=========================================================================================*/

.rn2022_header .header_sp {
	display: none;
}
.rn2022_header {
	color: #000;
	position: relative;
}
.rn2022_header a {
	color: #000!important;
}
.rn2022_header .headerContents {
	display: flex;
}
.rn2022_header .headerContents:first-of-type {
	padding: 10px 0 20px;
	font-size: 14px!important;
	line-height: 1;
}
.rn2022_header .headerContents:nth-of-type(2) {
	margin: 0 auto;
}
.rn2022_header ul.hLinkList1 {
	display: flex;
}
.rn2022_header ul.hLinkList1 li {
	color: #fff;
	text-align: center;
	background: #008833;
	padding: 6px 12px;
	border-radius: 2px;
	margin-right: 8px;
	height: 26px;
}
.rn2022_header ul.hLinkList1 li:last-of-type {
	margin-right: 0;
}
.rn2022_header ul.hLinkList1 li:hover {
	background: #00490a;
}
ul.hLinkList1 li a:hover {
	text-decoration: none;
}
.rn2022_header ul.hLinkList1 a {
	color: #fff!important;
}
.rn2022_header ul.hLinkList2 {
	display: flex;
	padding: 6px 21px;
}
.rn2022_header ul.hLinkList2 li {
	margin-right: 21px;
}
.rn2022_header ul.hLinkList2 li:last-of-type {
	margin-right: 0;
}
.rn2022_header ul.hLinkList2 a:hover,
.rn2022_header ul.hLinkList2 li .current {
	color: #083!important;
	text-decoration: underline;
}

/* 言語選択 */
.rn2022_header .langSelect {
	color: #000;
	font-size: 14px!important;
	position: relative;
	margin-right: 21px;
}
.rn2022_header label {
	cursor: pointer;
}
.rn2022_header label[for="langSelect"] {
	display: block;
	height: 26px;
	width: 110px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background: url(../../images/common/ico_arrowD.png) center right 9px no-repeat;
	background-size: 11px 7px;
	padding: 6px 5px;
}
.rn2022_header .toggle {
	display: none;
}
.rn2022_header .toggle+label+ul.langList {
	max-height: 0;
	overflow: hidden;
	transition: all .5s ease;
}
.rn2022_header .toggle:checked+label+ul.langList {
	max-height: 250px;
	transition: all .5s ease-in;
}
.rn2022_header ul.langList {
	width: 110px;
	position: absolute;
	top: 25px;
	left: 0;
	background: #fff;
	color: #000;
	font-size: 14px!important;
	line-height: 1;
	z-index: 2;
}
.rn2022_header ul.langList li {
	border: 1px solid #ccc;
	border-bottom: none;
}
.rn2022_header ul.langList li:last-of-type {
	border-bottom: 1px solid #ccc;
	border-radius: 0 0 2px 2px;
}
.rn2022_header ul.langList li a {
	display: block;
	padding: 6px 5px;
}
.rn2022_header ul.langList li a:hover {
	color: #083!important;
	text-decoration: underline;
}
/* 検索 */
.rn2022_header .search .inputWrap {
	display: flex;
	border: 1px solid #ccc;
	border-radius: 2px;
	width: 221px;
	overflow: hidden;
}
.rn2022_header .search input[type="text"] {
	font-size: 12px!important;
	padding: 3px 0 3px 8px;
	width: 193px;
}
.rn2022_header .search.product input[type="text"] {
	width: 123px;
}
.rn2022_header .search input[type="image"] {
	cursor: pointer;
	width: 28px;
}
.rn2022_header .search.product input[type="image"] {
	width: 98px;
}

.rn2022_header .logo {
	margin-right: 80px;
}

/* globalNavi グローバルナビ */
.rn2022_header nav.globalNavi {
	width: 880px;
}
.rn2022_header ul.globalNaviList {
	display: flex;
	justify-content: space-between;
	margin-right: 13px;
	line-height: 1;
}
.rn2022_header ul.globalNaviList>li{
	padding: 8px 10px 28px;
}
.rn2022_header ul.globalNaviList>li p {
	line-height: 1;
}
.rn2022_header ul.globalNaviList>li .arrow {
	position: relative;
}
.rn2022_header ul.globalNaviList>li .arrow:after {
	content: '';
	width: 11px;
	height: 7px;
	background: url(../../images/common/ico_arrowD.png) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -16px;
	margin: auto;
}
.rn2022_header ul.globalNaviList>li>.current .arrow:after {
	content: '';
	width: 11px;
	height: 7px;
	background: url(../../images/common/ico_arrowD_current.png) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -16px;
	margin: auto;
}
.rn2022_header ul.globalNaviList>li>p>a,
.rn2022_header ul.globalNaviList>li .arrow {
	display: inline-block;
	line-height: 1;
	position: relative;
}
.rn2022_header ul.globalNaviList>li .current {
	position: relative;
}
.rn2022_header ul.globalNaviList>li .current>a {
	color: #008833!important;
}
.rn2022_header ul.globalNaviList>li .current,
.rn2022_header ul.globalNaviList>li>p>a:hover,
.rn2022_header ul.globalNaviList>li:hover .arrow {
	color: #008833!important;
	text-decoration: none;
}
.rn2022_header ul.globalNaviList>li .current:after,
.rn2022_header ul.globalNaviList>li>p>a:hover:after,
.rn2022_header ul.globalNaviList>li:hover .arrow:after {
	text-decoration: none;
	content: '';
	width: 100%;
	height: 1px;
	background: #008833;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	margin: auto;
}
.rn2022_header ul.globalNaviList>li:nth-of-type(2).active .current .arrow:after,
.rn2022_header ul.globalNaviList>li:nth-of-type(4).active .current .arrow:after,
.rn2022_header ul.globalNaviList>li:nth-of-type(5).active .current .arrow:after,
.rn2022_header ul.globalNaviList>li:nth-of-type(6).active .current .arrow:after {
	display: none;
}
.rn2022_header ul.globalNaviList>li:nth-of-type(2).active .current:before,
.rn2022_header ul.globalNaviList>li:nth-of-type(2).active>p>a:before {
	display: inline-block;
	content: "";
	position: absolute;
	top: 32px;
	left: 0;
	right: 0;
	margin: auto;
	width: 16px;
	height: 12px;
	background: url(../../images/common/ico_arrowT.png) 0 0 no-repeat;
	background-size: contain;
}
.rn2022_header ul.globalNaviList>li:nth-of-type(4).active .current:before,
.rn2022_header ul.globalNaviList>li:nth-of-type(4).active>p>a:before {
	display: inline-block;
	content: "";
	position: absolute;
	top: 32px;
	left: 0;
	right: 0;
	margin: auto;
	width: 16px;
	height: 12px;
	background: url(../../images/common/ico_arrowT.png) 0 0 no-repeat;
	background-size: contain;
}
.rn2022_header ul.globalNaviList>li:nth-of-type(5).active .current:before,
.rn2022_header ul.globalNaviList>li:nth-of-type(5).active>p>a:before {
	display: inline-block;
	content: "";
	position: absolute;
	top: 32px;
	left: 0;
	right: 0;
	margin: auto;
	width: 16px;
	height: 12px;
	background: url(../../images/common/ico_arrowT.png) 0 0 no-repeat;
	background-size: contain;
}
.rn2022_header ul.globalNaviList>li:nth-of-type(6).active .current:before,
.rn2022_header ul.globalNaviList>li:nth-of-type(6).active>p>a:before {
	display: inline-block;
	content: "";
	position: absolute;
	top: 32px;
	left: 0;
	right: 0;
	margin: auto;
	width: 16px;
	height: 12px;
	background: url(../../images/common/ico_arrowT.png) 0 0 no-repeat;
	background-size: contain;
}

/* メガメニュー */
.rn2022_header .megamenuWrap {
	position: absolute;
	top: 107px;
	left: 0;
	right: 0;
	background: #083;
	padding: 20px 0;
	z-index: 3;
	cursor: auto;
	min-height: 234px;
	display: none;
}
.rn2022_header .megamenuWrap a {
	color: #fff!important;
}
.rn2022_header ul.productLink {
	display: flex;
	justify-content: space-between;
	margin: 0 0 20px;
}
.rn2022_header ul.productLink li {
	width: 224px;
	height: 160px;
	position: relative;
	background: #fff;
}
.rn2022_header ul.megaLinkList1 {
	display: flex;
}
.rn2022_header ul.megaLinkList1 li {
	margin-right: 60px;
}
.rn2022_header ul.megaLinkList1 li a,
.rn2022_header dl.megaLinkList2 li a,
.rn2022_header ul.megaLinkList3 li a {
	color: #fff!important;
	font-size: 18px!important;
}
.rn2022_header ul.megaLinkList1 li a:after,
.rn2022_header dl.megaLinkList2 dd a:after,
.rn2022_header ul.megaLinkList3 li a:after {
	display: inline-block;
	content: '';
	width: 7px;
	height: 12px;
	background: url(../../images/common/ico_arrowR.png) 0 0 no-repeat;
	background-size: contain;
	margin-left: 12px;
	vertical-align: 5%;
}
.rn2022_header dl.megaLinkList2 dd a.blank:after {
	display: inline-block;
	content: '';
	width: 12px;
	height: 12px;
	border: none;
	transform: none;
	background: url(../../images/common/ico_blank3.png) 0 0 no-repeat;
	background-size: contain;
	margin-left: 12px;
	vertical-align: middle;
}
.rn2022_header dl.megaLinkList2 {
	display: flex;
	flex-wrap: wrap;
}
.rn2022_header dl.megaLinkList2 dt {
	width: 100%;
	font-size: 18px!important;
	line-height: 1;
	font-weight: bold;
	color: #fff;
	padding-bottom: 15px;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
	margin-top: 20px;
}
.rn2022_header dl.megaLinkList2 dd {
	font-size: 16px!important;
	font-weight: normal;
	line-height: 1;
	color: #fff;
	margin-right: 60px;
	margin-bottom: 20px;
}
.rn2022_header dl.megaLinkList2 dd.mr0 {
	margin-right: 0;
}
.rn2022_header dl.megaLinkList2 dt:first-of-type+dd {
	width: 100%;
}
.rn2022_header dl.megaLinkList2 dd:last-of-type {
	margin-top: 20px;
}
.rn2022_header ul.megaLinkList3 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.rn2022_header ul.megaLinkList3 li {
	width: 300px;
	margin-bottom: 20px;
}


/*========================================================================================
                                     footer フッター
=========================================================================================*/
.rn2022_footer,
.rn2022_footer a {
	color: #000!important;
}
.rn2022_footer .footer_sp {
	display: none;
}
.rn2022_footer .twitter-share-button {
	height: 20px;
}
.rn2022_footer .linkArea {
	position: relative;
}
.rn2022_footer .footer-sns {
	display: flex;
	justify-content: center;
	padding: 40px 0 30px;
}
.rn2022_footer div.fb-like{
	margin-right: 24px;
	line-height: 0;
}
.rn2022_footer .snsWrap {
	display: flex;
	justify-content: center;
	padding: 30px 0;
	border-top: 2px solid #e5e5e5;
}
.rn2022_footer ul.snsList {
	display: flex;
}
.rn2022_footer ul.snsList li {
	margin-right: 24px;
	width: 40px;
}
.rn2022_footer ul.snsList:nth-of-type(2) li:last-of-type {
	margin-right: 0;
}
.rn2022_footer .fLink_pc {
	padding: 60px 0 48px;
	display: flex;
}
.rn2022_footer .fLinkList1,
.rn2022_footer .fLinkList2 {
	width: 255px;
}
.rn2022_footer .fLinkList1 {
	margin-right: 60px;
}
.rn2022_footer dl.fLinkList1>dt {
	margin-bottom: 12px;
}
.rn2022_footer dl.fLinkList1>dt:nth-of-type(2) {
	margin-top: 30px;
}
.rn2022_footer dl.fLinkList1>dt>a {
	display: block;
	font-size: 16px!important;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 12px;
	background: url(../../images/common/ico_arrowR2.png) top 5px right no-repeat;
	background-size: 4px 6px;
	border-bottom: 1px solid #000;
}
.rn2022_footer dl.fLinkList1>dd {
	font-size: 14px!important;
	line-height: 1;
	margin-bottom: 12px;
}
.rn2022_footer dl.fLinkList1>dd>a:after {
	display: inline-block;
	content: '';
	width: 4px;
	height: 6px;
	background: url(../../images/common/ico_arrowR2.png) 0 0 no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-left: 8px;
}
.rn2022_footer .subTtl {
	font-weight: bold;
}
.rn2022_footer dl.fLinkList1:first-of-type .subTtl {
	margin-top: 30px;
}
.rn2022_footer dl.fLinkList1:nth-of-type(2) .subTtl.nanaco {
	margin: 30px 0;
}
.rn2022_footer dl.fLinkList1:nth-of-type(2) dd:nth-last-child(2) {
	margin-bottom: 9px;
}
.rn2022_footer dl.fLinkList1:nth-of-type(2) dd:last-of-type {
	line-height: 1.5;
}
.rn2022_footer .slash {
	margin: 0 15px;
}
.rn2022_footer ul.fLinkList2>li,
.rn2022_footer dl.fLinkList3>dt {
	font-size: 14px!important;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 12px;
}
.rn2022_footer ul.fLinkList2>li:nth-of-type(3),
.rn2022_footer ul.fLinkList2>li:nth-of-type(n+7) {
	margin-bottom: 30px;
}
.rn2022_footer ul.fLinkList2>li:nth-last-child(2) {
	margin-bottom: 27px;
}
.rn2022_footer ul.fLinkList2>li:last-of-type {
	line-height: 1.5;
}
.rn2022_footer dl.fLinkList3>dd {
	font-size: 14px!important;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 12px;
}
.rn2022_footer ul.fLinkList2>li>a {
	display: flex;
	align-items: center;
}
.rn2022_footer ul.fLinkList2>li>a:after,
.rn2022_footer dl.fLinkList3>dd>a:after {
	display: inline-block;
	content: '';
	width: 4px;
	height: 6px;
	background: url(../../images/common/ico_arrowR2.png) 0 0 no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-left: 8px;
}
.rn2022_footer ul.fLinkList2>li>a.blank:after,
.rn2022_footer dl.regionalLink>dd>a.blank:after {
	display: inline-block;
	content: '';
	width: 8px;
	height: 8px;
	background: url(../../images/common/ico_blank2.png) 0 0 no-repeat;
	background-size: contain;
	margin-left: 8px;
	vertical-align: middle;
}
.rn2022_footer dl.regionalLink {	
	display: flex;
	justify-content: center;
	font-size: 14px!important;
	line-height: 1;
	background: #e5e5e5;
	padding-bottom: 30px;
}
.rn2022_footer dl.regionalLink dt  {
	font-weight: bold;
}
.rn2022_footer .line {
	margin-left: 24px;
}
.rn2022_footer dl.regionalLink dd {
	margin-left: 24px;
}
.rn2022_footer ul.fBtmLink {
	display: flex;
	justify-content: center;
	font-size: 14px!important;
	line-height: 1;
	margin: 15px 0;
}
.rn2022_footer ul.fBtmLink li {
	margin-right: 24px;
}
.rn2022_footer ul.fBtmLink li:last-of-type {
	margin-right: 0;
}
.rn2022_footer .copyright {
	font-size: 14px!important;
	line-height: 1;	
	background: #e5e5e5;
	padding: 15px;
	text-align: center;
}
.rn2022_footer .btnPageBtn {
	position: fixed;
	bottom: 40px;
	right: 120px;
	width: 40px;
	height: 40px;
	display: none;
}
.rn2022_footer .btnPageBtn img {
	width: 100%;
}



/*========================================================================================
                                企業用英語ページ  header　ヘッダー
=========================================================================================*/
.rn2022_header_co {
	color: #000;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0;
	background: #fff;
}
.rn2022_header_co .headerWrap {
	/* border-bottom: 2px solid #e5e5e5; */
}
.rn2022_header_co .pcNone {
	display: none;
}
.rn2022_header_co .fitWidthA {
	width: 1200px;
	margin-left: auto!important;
	margin-right: auto!important;
}
.rn2022_header_co .header_sp {
	display: none;
}
.rn2022_header_co .header_pc {
	padding: 20px 0;
}
.rn2022_header_co a {
	color: #000!important;
	text-decoration: none;
}
.rn2022_header_co .headerContents {
	display: flex;
	align-items: flex-end;
	margin: 0;
}
/* ロゴ */
.rn2022_header_co .logo {
	margin-right: 36px;
}
/* 言語選択 */
.rn2022_header_co .langSelect {
	color: #000;
	font-size: 14px;
	position: relative;
	margin-left: auto;
	margin-right: 0;
}
.rn2022_header_co label {
	cursor: pointer;
}
.rn2022_header_co label[for="langSelect"] {
	display: block;
	height: 26px;
	width: 110px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background: url(../../images/common/ico_arrowD.png) center right 9px no-repeat;
	background-size: 11px 7px;
	padding: 6px 5px;
}
.rn2022_header_co .toggle {
	display: none;
}
.rn2022_header_co .toggle+label+ul.langList {
	max-height: 0;
	overflow: hidden;
	transition: all .5s ease;
}
.rn2022_header_co .toggle:checked+label+ul.langList {
	max-height: 250px;
	transition: all .5s ease-in;
}
.rn2022_header_co ul.langList {
	width: 110px;
	position: absolute;
	top: 25px;
	left: 0;
	background: #fff;
	color: #000;
	font-size: 14px;
	z-index: 2;
}
.rn2022_header_co ul.langList li {
	border: 1px solid #ccc;
	border-bottom: none;
}
.rn2022_header_co ul.langList li:last-of-type {
	border-bottom: 1px solid #ccc;
	border-radius: 0 0 2px 2px;
}
.rn2022_header_co ul.langList li a {
	display: block;
	padding: 6px 5px;
}
.rn2022_header_co ul.langList li a:hover {
	color: #083!important;
	text-decoration: underline;
}
.rn2022_header_co .linkJpTop {
	font-family: Arial;
	font-size: 16px;
}
.rn2022_header_co .linkJpTop:hover {
	text-decoration: underline;
	color: #083!important;
}
.rn2022_header_co .linkJpTop:after {
	display: inline-block;
	content: '';
	width: 4px;
	height: 6px;
	background: url(../../images/common/ico_arrowR2.png) 0 0 no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-left: 8px;
}


/*========================================================================================
                                企業用英語ページ  footer フッター
=========================================================================================*/
.rn2022_footer_co {
	font-family: Arial;
	color: #000;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}
.rn2022_footer_co .bgA {
	background: #e5e5e5;
	padding: 8px 0;
}
.rn2022_footer_co .pcNone {
	display: none;
}
.rn2022_footer_co .btnPageBtn {
	position: fixed;
	bottom: 40px;
	right: 120px;
	width: 40px;
	height: 40px;
	display: none;
}
.rn2022_footer_co .btnPageBtn img {
	width: 100%;
}

