@charset "utf-8";


/*========================================================================================
                                      共通
=========================================================================================*/

/* font-size フォントサイズ
------------------------------------------------------------------ */
.rn2022_header,
.rn2022_footer {
	color: #000;
	font-size: 14px!important;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%; /* iPhone safari ランドスケープ時　文字サイズ対応 */
}


/* 背景色
------------------------------------------------------------------ */
.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 .spNone,
.rn2022_footer .spNone {
	display: none!important;
}


/* リンク
------------------------------------------------------------------ */
.rn2022_header a,
.rn2022_footer a  {
	text-decoration: none;
}


/* アイコン
------------------------------------------------------------------ */
.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_pc {
	display: none;
}
.rn2022_header .header_sp {
	width: 100%;
	background: #fff;
	z-index: 2;
}
.rn2022_header,
.rn2022_header a {
	color: #000!important;
}
.rn2022_header .acMenu {
	position: relative;
}
.rn2022_header .logo {
	width: 100%;
	background: #fff;
	padding: 15px;
	text-align: center;
}
.rn2022_header .logo img {
	width: 185px;
}

/* globalNavi グローバルナビ（バーガーメニュー） */
/* トグル */
.rn2022_header label {
	cursor: pointer;
}
.rn2022_header label[for="toggle"] {
	display: inline-block;
	width: 45px;
	height: 45px;
	background: url(../../images/common/btn_close.png) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	top: 5px;
	right: 10px;
}
.rn2022_header #toggle:checked+label {
	background: url(../../images/common/btn_open.png) 0 0 no-repeat;
	background-size: contain;
}
.rn2022_header .menuList {
	font-size: 16px!important;
	line-height: 1;
}
.rn2022_header .toggle {
	display: none;
}
.rn2022_header .toggle+label+ul.menuList {
	max-height: 0;
	overflow: hidden;
	transition: all .5s ease;
}
.rn2022_header .toggle:checked+label+ul.menuList  {
	max-height: 5000px;
	transition: all 1s ease-in;
}
.rn2022_header .menuList label,
.rn2022_header .menuList li>a {
	display: block;
	padding: 20px;
}
.rn2022_header .menuList.first>li {
	border-bottom: 1px solid #e5e5e5;
}
.rn2022_header .menuList.first>li:first-of-type {
	border-top: 1px solid #e5e5e5;
}
.rn2022_header .menuList.first>li:last-of-type {
	padding: 20px 0 52px;
}
.rn2022_header .menuList.first>li>a {
	display: block;
	background: url(../../images/common/ico_arrowR2.png) center right 20px no-repeat;
	background-size: 7px 12px;
}
.rn2022_header .menuList.first>li.current>a {
	color: #008833!important;
	padding: 20px;
	background: url(../../images/common/ico_arrowR2_current.png) center right 20px no-repeat;
	background-size: 7px 12px;
}
.rn2022_header .menuList.first>li>label {
	background: url(../../images/common/btn_plus.png) center right 20px no-repeat;
	background-size: 12px 12px;
}
.rn2022_header .menuList.first>li.current>label {
	color: #008833;
	background: url(../../images/common/btn_plus_current.png) center right 20px no-repeat;
	background-size: 12px 12px;
}
.rn2022_header .menuList.first>li>.toggle:checked+label {
	background: url(../../images/common/btn_minus.png) center right 20px no-repeat;
	background-size: 12px 12px;
}
.rn2022_header .menuList.first>li.current>.toggle:checked+label {
	color: #008833;
	background: url(../../images/common/btn_minus_current.png) center right 20px no-repeat;
	background-size: 12px 12px;
}
.rn2022_header .menuList.second>li {
	color: #fff;
	font-size: 14px!important;
	background: #008833;
}
.rn2022_header .menuList.second>li>a {
	position: relative;
}
.rn2022_header .menuList.second>li>a {
	color: #fff!important;
	display: block;
	background: url(../../images/common/ico_arrowR.png) center right 20px no-repeat;
	background-size: 7px 12px;
	padding: 21px;
	position: relative;
}
.rn2022_header .menuList.second>li>a:before {
	content: '';
	display: block;
	width: calc(100% - 40px);
	height: 1px;
	background: #66b885;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.rn2022_header .menuList.second>li:first-of-type>a:before,
.rn2022_header .menuList.second.service>li>a:before {
	display: none;
}
.rn2022_header .menuList.second>li>label {
	background: url(../../images/common/btn_plus2.png) center right 20px no-repeat;
	background-size: 12px 12px;
	position: relative;
}
.rn2022_header .menuList.second.service>li:first-of-type>a:after,
.rn2022_header .menuList.second.service>li:nth-of-type(2)>a:after,
.rn2022_header .menuList.second>li>label:after {
	content: '';
	display: block;
	width: calc(100% - 40px);
	height: 1px;
	background: #66b885;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.rn2022_header .menuList.second>li>.toggle:checked+label {
	background: url(../../images/common/btn_minus2.png) center right 20px no-repeat;
	background-size: 12px 12px;
}
.rn2022_header .menuList.second>li>.toggle:checked+label:after {
	display: none;
}
.rn2022_header .menuList.third>li {
	color: #000;
	font-size: 14px!important;
	background: #88c69f;
}
.rn2022_header .menuList.third>li>a {
	display: block;
	background: url(../../images/common/ico_arrowR2.png) center right 20px no-repeat;
	background-size: 7px 12px;
	padding: 21px;
	position: relative;
}
.rn2022_header .menuList.third>li>a:before {
	content: '';
	display: block;
	width: calc(100% - 40px);
	height: 1px;
	background: #52ad74;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.rn2022_header .menuList.third>li:first-of-type>a:before {
	display: none;
}
.rn2022_header .menuList.third>li>a.blank {
	display: block;
	background: url(../../images/common/ico_blank.png) center right 20px no-repeat;
	background-size: 15px 15px;
}
/* 検索 */
.rn2022_header .search {
	padding: 0 20px 20px;
}
.rn2022_header .search .inputWrap {
	display: flex;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	width: 100%;
	overflow: hidden;
}
.rn2022_header .search input[type="text"] {
	font-size: 14px!important;
	padding: 15px 0 15px 10px;
	width: calc(100% - 42px);
}
.rn2022_header .search.product input[type="text"] {
	width: calc(100% - 112px);
}
.rn2022_header .search input[type="image"] {
	width: 42px;
	height: 52px;
	cursor: pointer;
	flex-shrink: 0;
}
.rn2022_header .search.product input[type="image"] {
	width: 118px;
	height: 52px;
}
.rn2022_header ul.hLinkList1 {
	display: flex;
	flex-wrap: wrap;
	margin: 0 20px 20px 20px;
}
.rn2022_header ul.hLinkList1 li {
	color: #fff;
	font-size: 14px!important;
	text-align: center;
	background: #008833;
	width: calc((100% - 1px) / 2);
}
.rn2022_header ul.hLinkList1 li:nth-of-type(odd) {
	border-right: 1px solid #e5e5e5;
}
.rn2022_header ul.hLinkList1 li:nth-child(-n+2) {
	border-bottom: 1px solid #e5e5e5;
}
.rn2022_header ul.hLinkList1 a {
	color: #fff!important;
	padding: 15px 10px;
}
.rn2022_header ul.hLinkList2 {
	display: flex;
	flex-wrap: wrap;
	margin: 0 20px 10px 20px;
}
.rn2022_header ul.hLinkList2 li {
	font-size: 14px!important;
	width: calc(100% / 2);
	margin-bottom: 10px;
}
.rn2022_header ul.hLinkList2 a {
	padding: 0;
}

/* 言語選択 */
.rn2022_header .langSelect {
	color: #000;
	font-size: 14px!important;
	position: relative;
	margin: 0 20px;
}
.rn2022_header label {
	cursor: pointer;
}
.rn2022_header label[for="langSelectSp"] {
	display: block;
	height: 34px;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 2px;
	background: #fff url(../../images/common/ico_arrowD.png) center right 9px no-repeat;
	background-size: 11px 7px;
	padding: 10px;
}
.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: 100%;
	background: #fff;
	color: #000;
	font-size: 14px!important;
	line-height: 1;
	z-index: 2;
	margin-top: -1px;
}
.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: 10px;
}



/*========================================================================================
                                      footer フッター
=========================================================================================*/

.rn2022_footer,
.rn2022_footer a {
	color: #000!important;
}
.rn2022_footer .footer_pc {
	display: none;
}
.rn2022_footer .linkArea {
	position: relative;
}
.rn2022_footer .footer-sns {
	display: flex;
	justify-content: center;
	padding: 40px 0;
}
.rn2022_footer div.fb-like{
	margin-right: 30px;
	line-height: 0;
}
.rn2022_footer .snsWrap {
	padding: 40px 0;
	border-top: 1px solid #e5e5e5;
}
.rn2022_footer ul.snsList {
	display: flex;
	justify-content: center;
}
.rn2022_footer ul.snsList li {
	width: 50px;
}
.rn2022_footer ul.snsList li {
	margin-right: calc(60 / 750 * 100vw);
}
.rn2022_footer ul.snsList li:last-of-type {
	margin-right: 0;
}
.rn2022_footer ul.snsList:first-of-type {
	margin-bottom: 20px;
}
.rn2022_footer ul.fLinkList1 {
	margin-bottom: 40px;
}
.rn2022_footer ul.fLinkList1>li>a {
	display: block;
	font-size: 16px!important;
	line-height: 1;
	padding: 20px;
	background: #e5e5e5 url(../../images/common/ico_arrowR3.png) center right 20px no-repeat;
	background-size: 7px 12px;
	border-bottom: 1px solid #cccccc;
}
.rn2022_footer ul.fLinkList2,
.rn2022_footer dl.regionalLink {
	display: flex;
	flex-wrap: wrap;
	margin: 0 20px 40px;
}
.rn2022_footer ul.fLinkList2>li,
.rn2022_footer dl.regionalLink>dd {
	width: 50%;
	font-size: 14px!important;
	line-height: 1;
	margin-bottom: 20px;
}
.rn2022_footer ul.fLinkList2>li:nth-last-child(-n+2),
.rn2022_footer dl.regionalLink>dd:nth-last-child(-n+2) {
	width: 100%;
}
.rn2022_footer ul.fLinkList2>li:last-of-type,
.rn2022_footer dl.regionalLink>dd:last-of-type {
	margin-bottom: 0;
}
.rn2022_footer ul.fLinkList2>li>a:after,
.rn2022_footer dl.regionalLink>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;
	margin-left: 8px;
	vertical-align: middle;
}
.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 dt {
	font-weight: bold;
	line-height: 1;
	margin-bottom: 20px;
	width: 100%;
}
.rn2022_footer ul.fBtmLink {
	display: flex;
	flex-wrap: wrap;
	padding: 40px 20px;
	border-top: 1px solid #ccc;
}
.rn2022_footer ul.fBtmLink li {
	font-size: 14px!important;
	line-height: 1;
	margin-right: 20px;
	margin-bottom: 10px;
}
.rn2022_footer ul.fBtmLink li:nth-of-type(4) {
	margin-right: 40px;
}
.rn2022_footer ul.fBtmLink>li:nth-last-child(-n+2) {
	margin-bottom: 0;
}
.rn2022_footer .copyright {
	color: #000;
	font-size: 14px!important;
	line-height: 1.5;	
	background: #e5e5e5;
	padding: 17px;
	text-align: center;
}
.rn2022_footer .btnPageBtn {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	display: none;
}
.rn2022_footer .btnPageBtn img {
	width: 100%;
}




/*========================================================================================
                                企業用英語ページ  header　ヘッダー
=========================================================================================*/
.rn2022_header_co .header_pc {
	display: none;
}
.rn2022_header_co .header_sp {
	width: 100%;
	background: #fff;
	z-index: 2;
}
.rn2022_header_co .headerWrap {
	/* border-bottom: 2px solid #e5e5e5; */
}
.rn2022_header_co .spNone {
	display: none;
}
.rn2022_header_co {
	color: #000;
}
.rn2022_header_co a {
	color: #000!important;
	text-decoration: none;
}
.rn2022_header_co .acMenu {
	position: relative;
}
.rn2022_header_co .logo {
	width: 100%;
	background: #fff;
	padding: 14px 10px;
	text-align: center;
	height: 56px;
}
.rn2022_header_co .logo img {
	width: 185px;
}

/* globalNavi グローバルナビ（バーガーメニュー） */
/* トグル */
.rn2022_header_co label {
	cursor: pointer;
}
.rn2022_header_co label[for="toggle"] {
	display: inline-block;
	width: 45px;
	height: 45px;
	background: url(../../images/common/btn_close.png) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	top: 5px;
	right: 10px;
}
.rn2022_header_co #toggle:checked+label {
	background: url(../../images/common/btn_open.png) 0 0 no-repeat;
	background-size: contain;
}
.rn2022_header_co .menuList {
	font-family: "Helvetica Neue", "Helvetica";
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0;
}
.rn2022_header_co .toggle {
	display: none;
}
.rn2022_header_co .toggle+label+ul.menuList {
	max-height: 0;
	overflow: hidden;
	transition: all .5s ease;
}
.rn2022_header_co .toggle:checked+label+ul.menuList  {
	max-height: 5000px;
	transition: all 1s ease-in;
}
.rn2022_header_co .menuList li>a {
	display: block;
	padding: 20px;
}
.rn2022_header_co .menuList>li {
	border-bottom: 1px solid #e5e5e5;
}
.rn2022_header_co .menuList>li:first-of-type {
	border-top: 1px solid #e5e5e5;
}
.rn2022_header_co .menuList>li:last-of-type {
	padding: 20px 0;
}
.rn2022_header_co .menuList>li>a {
	display: block;
	background: url(../../images/common/ico_arrowR2.png) center right 20px no-repeat;
	background-size: 7px 12px;
}
/* 言語選択 */
.rn2022_header_co .bgA {
	background: #e5e5e5;
}
.rn2022_header_co .langSelect {
	color: #000;
	font-size: 14px;
	position: relative;
	margin: 0 20px;
}
.rn2022_header_co label {
	cursor: pointer;
}
.rn2022_header_co label[for="langSelectSp"] {
	display: block;
	height: 34px;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 2px;
	background: #fff url(../../images/common/ico_arrowD.png) center right 9px no-repeat;
	background-size: 11px 7px;
	padding: 10px;
}
.rn2022_header_co .toggle {
	display: none;
}
.rn2022_header_co .toggle+label+ul.langList {
	max-height: 0;
	overflow: hidden;
	transition: all .5s ease;
	margin-top: -1px;
}
.rn2022_header_co .toggle:checked+label+ul.langList {
	max-height: 250px;
	transition: all .5s ease-in;
}
.rn2022_header_co ul.langList {
	width: 100%;
	background: #fff;
	color: #000;
	font-size: 14px;
	line-height: 1;
	z-index: 2;
	margin-top: -1px;
}
.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: 10px;
}


/*========================================================================================
                                企業用英語ページ  footer フッター
=========================================================================================*/
.rn2022_footer_co {
	font-family: "Helvetica Neue", "Helvetica";
	color: #000;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0;
	text-align: center;
	position: relative;
}
.rn2022_footer_co .bgA {
	background: #e5e5e5;
	padding: 8px 0;
}
.rn2022_footer_co .btnPageBtn {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	display: none;
}
.rn2022_footer_co .btnPageBtn img {
	width: 100%;
}