@charset "utf-8";
/*---------------------------------------------
 wrap
---------------------------------------------*/
#wrap { padding-top: 81px; position: relative; height: auto !important; height: 100%; min-height: 100%;}
@media screen and (min-width: 768px) {
#wrap {
	min-width: 1280px;
}
}
@media screen and (max-width: 767px) {
#wrap {
	padding-top: 49px;
}
}
/*---------------------------------------------
 header
---------------------------------------------*/
header {
	background-color: #fff;
	border-bottom: 1px solid #eee;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1002;
}
header #searchArea {
	background-color: #f7f7f7;
	display: none;
	height: 80px;
	overflow: hidden;
	padding: 16px 48px;
}
#spNav .gnav .searchArea .searchBox,
header #searchArea .searchBox {
	display: flex;
	height: 48px;
	position: relative;
}
#spNav .gnav .searchArea .searchBox .searchWord,
header #searchArea .searchBox .searchWord {
	background: #fff url(/common/images/icn/icn_search_green.png) no-repeat 8px center;
	flex: 1;
	padding: 8px 8px 8px 40px;
}
#spNav .gnav .searchArea .searchBox .searchWord input[type=text],
header #searchArea .searchBox .searchWord input[type=text] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border: none;
	border-radius: 0;
	height: 32px;
	width: 100%;
	padding: 0;
}
#spNav .gnav .searchArea .searchBox input[type=submit],
header #searchArea .searchBox input[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #418258;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	width: auto;
	padding: 0 16px;
	transition: opacity 0.5s ease;
}
header #searchArea .searchBox input[type=submit]:hover {
	opacity: .6;
}
header .wrapper {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.header02 .wrapper {
	align-items: center;
}
header .logo {
	padding: 27px 24px;
	margin-bottom: 0;
}
.header02 .logo {
	padding: 0 24px;
}
header .logo a {
	transition: opacity 0.5s ease;
}
header .logo a:hover {
	opacity: .6;
}
header .logo img {
	vertical-align: bottom;
	width: 218px;
}
.header02 .logo_ikuei img {
	width: 338px;
}
.header02 .logo_bijyutu img {
	width: 194px;
}
.header02 .logo_bijyutu_kikin img {
	width: 210px;
}
@media screen and (min-width: 768px) {
header {
	min-width: 1280px;
}
#spNav,
header .menuBtn {
	display: none;
}
header .headLink {
	display: flex;
	position: relative;
}
header .headLink > ul {
	display: flex;
	margin-bottom: 0;
}
.header02 .headLink > ul {
	align-items: center;
}
header .headLink > ul > li {
	line-height: 80px;
	margin-right: 30px;
}
.header02 .headLink > ul > li {
	line-height: 1.2;
}
header .headLink > ul > li > div,
header .headLink > ul > li > a {
	color: #333;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	position: relative;
}
.header02 .headLink > ul > li > a {
	transition: all 0.5s ease;
}
.header02 .headLink > ul > li > a:hover {
	color: #418258;
}
header .headLink > ul > li > a.link{
	font-size: 16px;
}
header .headLink > ul > li > div > a {
	color: #333;
	text-decoration: none;
	font-size: 16px;
}
header .headLink > ul > li > .down {
	padding-right: 20px;
}
header .headLink > ul > li > .up {
	color: #418258;
	padding-right: 20px;
}
header .headLink > ul > li > .up > a {
	color: #418258;
}
header .headLink > ul > li > .up:after,
header .headLink > ul > li > .down:after {
	content: "";
	display: block;
	width: 10px;
	height: 6px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
header .headLink > ul > li > .down:after {
	background: url(../images/icn/icn_gnav_closed.png) no-repeat 0 0;
}
header .headLink > ul > li > .up:after {
	background: url(../images/icn/icn_gnav_opened.png) no-repeat 0 0;
}
header .headLink .size {
	background-color: #eee;
	box-sizing: border-box;
	width: 88px;
	height: 80px;
	padding: 14px 0;
	text-align: center;
}
header .headLink .read p,
header .headLink .size p {
	font-size: 75%;
	line-height: 14px;
	margin-bottom: 10px;
	width: 100%;
}
header .headLink .size a {
	background-color: #fff;
	color: #333;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	width: 24px;
	height: 24px;
	line-height: 24px;
	transition: all 0.5s ease;
}
header .headLink .size a:hover,
header .headLink .size a.current {
	background-color: #418258;
	color: #fff;
}
header .headLink .read,
header .headLink .searchBtn {
	width: 80px;
	height: 80px;
}
header .headLink .read a,
header .headLink .searchBtn a {
	background-color: #418258;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	text-decoration: none;
	transition: opacity 0.5s ease;
}
header .headLink .read a:hover,
header .headLink .searchBtn a:hover {
	opacity: .6;
}
header .headLink .read a {
	background-color: #fff;
	color: #333;
}
header .headLink .rs_addtools {
	position: absolute;
	right: 8px;
	top: calc(100% + 8px);
}

/* global navi */
.megaWrapper {
	width: 100%;
	min-width: 1280px;
	line-height: 1.5;
	position: fixed;
	left: 0;
	top: 81px;
	z-index: 1001;
}
.megaWrapper .gnav {
	background-color: #f4f4f4;
	display: none;
	height: 64px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.megaWrapper .gnav.show {
	display: block;
}
.megaWrapper .gnav > ul {
	display: flex;
	justify-content: center;
	margin-bottom: 0;
}
.megaWrapper .gnav > ul > li {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 64px;
	margin: 0 30px;
	text-align: center;
}
.megaWrapper .gnav > ul > li > div,
.megaWrapper .gnav > ul > li > a {
	color: rgba(51, 51, 51, 0.6);
	font-weight: bold;
	text-decoration: none;
	transition: color 0.5s ease;
}
.megaWrapper .gnav > ul > li > div {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 64px;
}
.megaWrapper .gnav > ul > li > div:hover,
.megaWrapper .gnav > ul > li > a:hover {
	color: #418258;
}
.megaWrapper .gnav > ul > li > div > span,
.megaWrapper .gnav > ul > li > a > span {
	font-size: 16px;
	padding-left: 28px;
	position: relative;
}
.megaWrapper #personalNav > ul > li:nth-of-type(6) > a span,
.megaWrapper #personalNav > ul > li:nth-of-type(5) > div > span,
.megaWrapper #personalNav > ul > li:nth-of-type(2) > div > span {
	padding-left: 32px;
}
.megaWrapper .gnav > ul > li > div > span:before,
.megaWrapper .gnav > ul > li > a > span:before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.megaWrapper #personalNav > ul > li:nth-of-type(1) > div > span:before { background: url(/common/images/icn/icn_navi_tameru.png) no-repeat 0 0; }
.megaWrapper #personalNav > ul > li:nth-of-type(1) > div:hover > span:before { background: url(/common/images/icn/icn_navi_tameru_on.png) no-repeat 0 0; }
.megaWrapper #personalNav > ul > li:nth-of-type(2) > div span:before { background: url(/common/images/icn/icn_navi_unyo.png) no-repeat 0 0; }
.megaWrapper #personalNav > ul > li:nth-of-type(2) > div:hover span:before { background: url(/common/images/icn/icn_navi_unyo_on.png) no-repeat 0 0; }
.megaWrapper #personalNav > ul > li:nth-of-type(3) > div span:before { background: url(/common/images/icn/icn_navi_sonaeru.png) no-repeat 0 0; }
.megaWrapper #personalNav > ul > li:nth-of-type(3) > div:hover span:before { background: url(/common/images/icn/icn_navi_sonaeru_on.png) no-repeat 0 0; }
.megaWrapper #personalNav > ul > li:nth-of-type(4) > div span:before { background: url(/common/images/icn/icn_navi_kariru.png) no-repeat 0 0; }
.megaWrapper #personalNav > ul > li:nth-of-type(4) > div:hover span:before { background: url(/common/images/icn/icn_navi_kariru_on.png) no-repeat 0 0; }
.megaWrapper #personalNav > ul > li:nth-of-type(5) > div span:before { background: url(/common/images/icn/icn_navi_service.png) no-repeat 0 0; }
.megaWrapper #personalNav > ul > li:nth-of-type(5) > div:hover span:before { background: url(/common/images/icn/icn_navi_service_on.png) no-repeat 0 0; }
.megaWrapper #personalNav ul li:nth-of-type(6) a span:before { background: url(/common/images/icn/icn_navi_account.png) no-repeat 0 0; }
.megaWrapper #personalNav ul li:nth-of-type(6) a:hover span:before { background: url(/common/images/icn/icn_navi_account_on.png) no-repeat 0 0; }
.megaWrapper #personalNav > ul > li:nth-of-type(7) > div span:before { background: url(/common/images/icn/icn_navi_ibank.png) no-repeat 0 0; }
.megaWrapper #personalNav > ul > li:nth-of-type(7) > div:hover span:before { background: url(/common/images/icn/icn_navi_ibank_on.png) no-repeat 0 0; }
.megaWrapper #businessNav > ul > li:nth-of-type(1) > div span:before { background: url(/common/images/icn/icn_navi_support.png) no-repeat 0 0; }
.megaWrapper #businessNav > ul > li:nth-of-type(1) > div:hover span:before { background: url(/common/images/icn/icn_navi_support_on.png) no-repeat 0 0; }
.megaWrapper #businessNav > ul > li:nth-of-type(2) > div span:before { background: url(/common/images/icn/icn_navi_corporate_support.png) no-repeat 0 0; }
.megaWrapper #businessNav > ul > li:nth-of-type(2) > div:hover span:before { background: url(/common/images/icn/icn_navi_corporate_support_on.png) no-repeat 0 0; }
.megaWrapper #businessNav > ul > li:nth-of-type(3) > div span:before { background: url(/common/images/icn/icn_navi_efficiency.png) no-repeat 0 0; }
.megaWrapper #businessNav > ul > li:nth-of-type(3) > div:hover span:before { background: url(/common/images/icn/icn_navi_efficiency_on.png) no-repeat 0 0; }
.megaWrapper #businessNav ul li:nth-of-type(4) a span:before { background: url(/common/images/icn/icn_navi_seminar.png) no-repeat 0 0; }
.megaWrapper #businessNav ul li:nth-of-type(4) a:hover span:before { background: url(/common/images/icn/icn_navi_seminar_on.png) no-repeat 0 0; }
.megaWrapper #businessNav > ul > li:nth-of-type(5) > div span:before { background: url(/common/images/icn/icn_navi_web_service.png) no-repeat 0 0; }
.megaWrapper #businessNav > ul > li:nth-of-type(5) > div:hover span:before { background: url(/common/images/icn/icn_navi_web_service_on.png) no-repeat 0 0; }
.megaWrapper #aboutNav ul li:nth-of-type(1) a span:before { background: url(/common/images/icn/icn_navi_about.png) no-repeat 0 0; }
.megaWrapper #aboutNav ul li:nth-of-type(1) a:hover span:before { background: url(/common/images/icn/icn_navi_about_on.png) no-repeat 0 0; }
.megaWrapper #aboutNav ul li:nth-of-type(2) a span:before { background: url(/common/images/icn/icn_navi_on_your_side.png) no-repeat 0 0; }
.megaWrapper #aboutNav ul li:nth-of-type(2) a:hover span:before { background: url(/common/images/icn/icn_navi_on_your_side_on.png) no-repeat 0 0; }
.megaWrapper #aboutNav ul li:nth-of-type(3) a span:before { background: url(/common/images/icn/icn_navi_library.png) no-repeat 0 0; }
.megaWrapper #aboutNav ul li:nth-of-type(3) a:hover span:before { background: url(/common/images/icn/icn_navi_library_on.png) no-repeat 0 0; }
.megaWrapper .megaDrop {
	display: none;
	position: absolute;
	left: 0;
	top: 64px;
	width: 100%;
}
.megaWrapper .megaDrop.show {
	display: block;
}
.megaWrapper .megaDrop > .dropInner {
	display: flex;
	width: 100%;
	min-width: 1280px;
}
.megaWrapper .megaDrop > .dropInner > .titleArea {
	background-color: #418258;
	color: #fff;
	padding-bottom: 32px;
	width: 280px;
}
.megaWrapper .megaDrop > .dropInner > .titleArea > p {
	padding: 20px 32px 0;
	margin-bottom: 0;
}
.megaWrapper .megaDrop > .dropInner > .titleArea > .title {
	font-size: 150%;
	font-weight: bold;
	padding: 32px;
}
.megaWrapper .megaDrop > .dropInner > .titleArea > .title a {
	color: #fff;
}
.megaWrapper .megaDrop > .dropInner > .titleArea > .title .arrow:before {
	border-color: transparent transparent transparent #fff;
	top: 0.4em;
}
.megaWrapper .megaDrop > .dropInner > .body {
	background-color: rgba(0, 0, 0, 0.25);
	display: flex;
	flex: 1;
	padding: 24px 24px 32px 32px;
}
.megaWrapper .megaDrop > .dropInner > .body .imgBox {
	width: 472px;
}
.megaWrapper .megaDrop > .dropInner > .body .btnBox {
	flex: 1;
}
.megaWrapper .megaDrop > .dropInner > .body .btnBox.w100p {
	display: flex;
}
.megaWrapper .megaDrop > .dropInner > .body .btnBox.w100p > div {
	width: calc((100% - 48px) / 4);
	margin-right: 16px;
}
.megaWrapper .megaDrop > .dropInner > .body .btnBox.w100p > div:last-of-type {
	margin-right: 0;
}
.megaWrapper .megaDrop > .dropInner > .body .btnWrapper {
	margin-bottom: 0;
}
.megaWrapper .megaDrop > .dropInner > .body .img,
.megaWrapper .megaDrop > .dropInner > .body .btn {
	width: calc((100% - 16px) / 2);
	margin: 8px 8px 0 0;
	transition: opacity 0.5s ease;
}
.megaWrapper .megaDrop > .dropInner > .body .btnBox.w100p .btn {
	width: 100%;
	margin: 0;
}
.megaWrapper .megaDrop > .dropInner > .body .imgBox.w100p .img {
	width: 228px;
}
.megaWrapper .megaDrop > .dropInner > .body .btnBox.w100p .btn + .btn {
	margin-top: 8px;
}
.megaWrapper .megaDrop > .closeBtn {
	background-color: #fff;
	position: absolute;
	right: 32px;
	bottom: 32px;
}
.megaWrapper .megaDrop > .closeBtn:hover,
.megaWrapper .megaDrop > .dropInner > .body .img:hover {
	opacity: .6;
}

}
@media screen and (max-width: 767px) {
.megaWrapper {
	display: none;
}
header {
	border-bottom: none;
}
#spNav .gnav .searchArea,
header #searchArea {
	height: 56px;
	padding: 8px;
}
#spNav .gnav .searchArea .searchBox, header #searchArea .searchBox {
	height: 40px;
}
#spNav .gnav .searchArea .searchBox .searchWord,
header #searchArea .searchBox .searchWord {
	background: #fff url(/common/images/icn/icn_search_green.png) no-repeat 8px center;
	background-size: 12px auto;
	flex: 1;
	padding: 8px 8px 8px 28px;
}
#spNav .gnav .searchArea .searchBox .searchWord input[type=text],
header #searchArea .searchBox .searchWord input[type=text] {
	height: 24px;
	font-size: 16px;
}
#spNav .gnav .searchArea .searchBox input[type=submit],
header #searchArea .searchBox input[type=submit] {
	background-color: rgba(0, 0, 0, 0.6);
	padding: 0 8px;
}
header .wrapper {
	border-bottom: 1px solid #eee;
	display: block;
}
header .logo {
	line-height: 0;
	padding: 11px 16px 11px;
}
.header02 .logo {
	padding: 11px 16px 11px;
}
.header02 .logo.ikuei {
	padding: 13px 16px 13px;
}
header .logo img {
	width: 218px;
}
.header02 .logo img {
	width: auto;
	height: 27px;
}
.header02 .logo.ikuei img {
	height: 23px;
}
header .headLink {
	display: none;
}
header .menuBtn {
	display: block;
	position: absolute;
	right: 8px;
	top: 8px;
	width: 32px;
	height: 32px;
}
header .menuBtn:after,
header .menuBtn:before,
header .menuBtn span:after,
header .menuBtn span:before,
header .menuBtn span {
	background-color: #418258;
	display: block;
	width: 24px;
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: all 0.3s ease;
}
header .menuBtn:after,
header .menuBtn:before,
header .menuBtn span:after,
header .menuBtn span:before {
	content: "";
}
header .menuBtn span:before {
	transform: translateY(-7px);
}
header .menuBtn span:after {
	transform: translateY(7px);
}
header .menuBtn.opened:before {
	transform: rotate(-45deg);
}
header .menuBtn.opened:after {
	transform: rotate(45deg);
}
header .menuBtn.opened span {
	opacity: 0;
}
#spNav {
	position: fixed;
	right: 100%;
	top: 0;
	transition: right 0.3s ease;
	width: 100%;
	z-index: 1001;
}
#spNav.opened {
	right: 0;
}
#spNav .gnav {
	background-color: rgba(65, 130, 88, 0.95);
	height: 100vh;
	overflow-y: auto;
	padding: 49px 8px 16px;
}
#spNav .gnav .searchArea {
	padding: 8px 0;
}
#spNav .gnav .searchArea img {
	width: 1px;
	height: 0;
}
.gnav > ul {
	margin-bottom: 8px;
}
.gnav > ul li ul {
	display: none;
	padding-left: 16px;
}
.gnav ul li a {
	color: #fff;
	display: block;
	padding: 8px 16px;
	position: relative;
	text-decoration: none;
}
.gnav ul li .arrow {
	padding-left: 24px;
}
.gnav ul li .arrow:before {
	border-color: transparent transparent transparent #fff;
	left: 16px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.gnav ul li .menuToggle:after,
.gnav ul li .menuToggle:before {
	background-color: #fff;
	content: "";
	display: block;
	width: 12px;
	height: 2px;
	position: absolute;
	right: 8px;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: all 0.3s ease;
}
.gnav ul li .menuToggle:after {
	transform: rotate(-90deg);
}
.gnav ul li .menuToggle.opened:after {
	transform: rotate(0);
}
}
/*---------------------------------------------
 contents
---------------------------------------------*/
#topicPath {
	border-bottom: 1px solid #eee;
	padding: 10px 0;
	position: relative;
	z-index: 1;
	width: 100%;
}
#topicPath ul {
	width: 1080px;
	margin: 0 auto;
}
#topicPath ul li {
	display: inline-block;
	font-size: 81%;
	line-height: 20px;
	margin-right: 10px;
	padding-right: 16px;
	position: relative;
}
#topicPath ul li:last-of-type {
	margin-right: 0;
	padding-right: 0;
}
#topicPath ul li:after {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 3px;
	height: 3px;
	transform: rotate(-45deg) translateY(-50%);
}
#topicPath ul li:last-of-type:after {
	display: none;
}
#topicPath ul li a {
	color: #999;
}
#contents {
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 767px) {

#topicPath {
	padding: 8px 0;
}
#topicPath ul {
	width: 100%;
	padding: 0 10px;
}

}
/*---------------------------------------------
 footer
---------------------------------------------*/
.benriNaviBtn {
	display: block;
	width: 48px;
	height: 101px;
	margin: auto 0;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999;
}
.benriNaviBtn a {
	transition: opacity 0.5s ease;
}
.pageTop {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0;
	opacity: 1;
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 999;
	transition: opacity 0.5s ease;
}
.pageTop.hide {
	opacity: 0;
	pointer-events: none;
}
.pageTop a {
	background: url(../images/icn/icn_pagetop.png) no-repeat 0 0;
	display: block;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	transition: opacity 0.5s ease;
}
.benriNaviBtn a:hover,
.pageTop a:hover {
	opacity: .6;
}
footer .siteMap {
	background: url(../images/bg/bg_footer_img.jpg) no-repeat center center;
	background-size: cover;
	padding: 50px 0;
	width: 100%;
}
footer .siteMap a {
	color: #333;
}
footer .siteMap .inner {
	display: flex;
	justify-content: space-between;
	width: 1200px;
}
footer .siteMap .inner > div {
	width: calc( ( 100% - 160px ) / 5);
}
footer .siteMap .inner > div p {
	margin-bottom: 20px;
}
footer .siteMap .inner > div li {
	font-size: 81%;
	margin-top: 20px;
}
footer .siteMap .inner > div li:first-child {
	margin-top: 0;
}
footer .copyright {
	background-color: #2d5a3d;
	color: #fff;
	font-size: 75%;
	padding: 30px 0;
	text-align: center;
}
.footer02 .copyright {
	border-top: 1px solid #eee;
	background: none;
	color: #333;
	padding: 16px 8px;
	margin: 0 auto;
	max-width: 1080px;
}
footer .copyright p {
	margin-bottom: 0;
}
footer .copyright p + p {
	margin-top: 16px;
}
.footer02 .info {
	background-color: #2d5a3d;
	color: #fff;
	padding: 24px 10px;
}
.footer02 .info .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1080px;
	margin: 0 auto;
}
.footer02 .info .name {
	font-size: 125%;
	margin-bottom: 0;
}
.footer02 .info .address {
	font-size: 75%;
	margin-bottom: 0;
	text-align: right;
}
.footer02 .footLink {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1080px;
	margin: 0 auto;
	padding: 29px 0;
}
.footer02 .footLink ul {
	display: flex;
	align-items: center;
	margin-bottom: 0;
}
.footer02 .footLink ul li {
	margin-right: 24px;
	font-size: 87.5%;
	line-height: 1.1;
}
.footer02 .footLink ul li:first-child {
	border-right: 1px solid #333;
	margin-right: 16px;
	padding-right: 16px;
}
.footer02 .footLink ul li a {
	color: #333;
}
.footer02 .footLink .logo {
	margin-bottom: 0;
	width: 218px;
}
.footer02 .footLink .logo img {
	width: 100%;
}

@media screen and (min-width: 768px) {
#benriNavi {
	display: none;
	width: 100%;
	height: 100%;
	overflow: auto;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1100;
}
#benriNavi .naviBg {
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1;
}
#benriNavi .naviInner {
	background-color: #fff;
	border-radius: 4px;
	width: 1080px;
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	margin: 80px auto;
	transition: opacity 0.5s ease;
	z-index: 2;
}
#benriNavi .naviInner.show {
	opacity: 1;
}
#benriNavi .title {
	display: flex;
	align-items: center;
	padding: 32px;
}
#benriNavi .title .top {
	background: url(../images/icn/icn_link_arrow.png) no-repeat 0 center;
	background-size: 6px auto;
	color: #333;
	display: inline-block;
	font-size: 87.5%;
	padding-left: 14px;
}
#benriNavi .title h2 {
	font-size: 200%;
	line-height: 1;
	flex: 1;
	text-align: center;
}
#benriNavi .title h2 img {
	margin-right: 15px;
	vertical-align: baseline;
}
.megaWrapper .megaDrop > .closeBtn,
#benriNavi .title .closeBtn {
	border: 1px solid #d7d7d7;
	color: #333;
	display: block;
	font-size: 87.5%;
	width: 96px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	transition: opacity 0.5s ease;
}
#benriNavi .mypageArea .mypageList .listArea .action .delete:hover,
#benriNavi .mypageArea .mypageInner .mypageList .btnArea .btn:hover,
#benriNavi .title .closeBtn:hover {
	opacity: .6;
}
.megaWrapper .megaDrop > .closeBtn span,
#benriNavi .title .closeBtn span {
	background: url(../images/icn/icn_close_01.png) no-repeat 0 center;
	display: inline-block;
	padding-left: 20px;
}
#benriNavi .mypageArea {
	background: url(../images/bg/bg_green_block.png);
	padding: 32px;
}
#benriNavi .mypageArea .mypageInner {
	background-color: #fff;
	padding: 32px;
}
#benriNavi .mypageArea h3 {
	background: url(../images/icn/icn_benri_navi_mypage.png) no-repeat 0 center;
	font-weight: bold;
	padding-left: 30px;
}
#benriNavi .mypageArea .mypageList {
	margin-top: 20px;
}
#benriNavi .mypageArea .mypageList form {
	display: flex;
}
#benriNavi .mypageArea .mypageList .btnArea {
	width: 320px;
}
#benriNavi .mypageArea .mypageList .btnArea .btn {
	background: #7fb512 url(../images/icn/icn_benri_navi_mypage_add.png) no-repeat center 16px;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 112.5%;
	font-weight: bold;
	padding-top: 50px;
	text-align: center;
	width: 320px;
	height: 96px;
	transition: opacity 0.5s ease;
}
#benriNavi .mypageArea .mypageList .btnArea .notice {
	display: none;
}
#benriNavi .mypageArea .mypageList .listArea {
	flex: 1;
	padding-left: 32px;
}
#benriNavi .mypageArea .mypageList .listArea .list {
	margin-bottom: 20px;
}
#benriNavi .mypageArea .mypageList .listArea .list li {
	position: relative;
	overflow: hidden;
}
#benriNavi .mypageArea .mypageList .listArea .list li + li {
	margin-top: 16px;
}
#benriNavi .mypageArea .mypageList .listArea .list li input[type=checkbox] {
	position: absolute;
	right: 100%;
}
#benriNavi .mypageArea .mypageList .listArea .list li input[type=checkbox] + label {
	background: url(../images/icn/icn_benri_navi_checkbox.png) no-repeat 0 0;
	cursor: pointer;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	overflow: hidden;
	position: relative;
}
#benriNavi .mypageArea .mypageList .listArea .list li input[type=checkbox]:checked + label {
	background-position: 0 -16px;
}
#benriNavi .mypageArea .mypageList .listArea .action {
	border-top: 1px solid #f4f4f4;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-top: 32px;
}
#benriNavi .mypageArea .mypageList .listArea .action ul {
	display: flex;
	margin-bottom: 0;
}
#benriNavi .mypageArea .mypageList .listArea .action ul li {
	font-size: 87.5%;
	line-height: 1.2;
}
#benriNavi .mypageArea .mypageList .listArea .action ul li + li {
	border-left: 2px solid #d7d7d7;
	margin-left: 24px;
	padding-left: 24px;
}
#benriNavi .mypageArea .mypageList .listArea .action ul li a {
	color: #333;
}
#benriNavi .mypageArea .mypageList .listArea .action .delete {
	background: #fff url(../images/icn/icn_benri_navi_mypage_delete.png) no-repeat 9px center;
	border: 1px solid #d7d7d7;
	cursor: pointer;
	font-size: 87.5%;
	padding: 8px 8px 8px 32px;
	transition: opacity 0.5s ease;
}
#benriNavi .body {
	padding: 0 32px;
}
#benriNavi .body > div {
	padding: 32px 0 40px;
}
#benriNavi .body > div + div {
	border-top: 1px solid #e6e6e6;
	padding-top: 40px;
}
#benriNavi .body > div .btnWrapper {
	margin-bottom: 0;
}
#benriNavi .body > div .btn .icn {
	font-size: 150%;
	padding-left: 36px;
}
#benriNavi .body > div .btn.pearsonal {
	background-color: #ea9f2b;
	border: none;
	color: #fff;
}
#benriNavi .body > div .btn.business {
	background-color: #3082c9;
	border: none;
	color: #fff;
}
#benriNavi .body > div .btn.business:after,
#benriNavi .body > div .btn.pearsonal:after {
	border-color: transparent transparent #fff transparent;
}
#benriNavi .body > div .btn.applyBtn {
	background-color: #f5f5f5;
	border: none;
}
#benriNavi .body > div .btn.applyBtn .apply:before {
	background: url(../images/icn/icn_apply_green.png) no-repeat center center;
}


}
@media screen and (max-width: 767px) {

#benriNavi,
.benriNaviBtn {
	display: none;
}
.pageTop {
	width: 30px;
	height: 30px;
	right: 16px;
	bottom: 128px;
}
.pageTop a {
	background-size: 30px auto;
	width: 30px;
	height: 30px;
}
footer .siteMap {
	padding: 24px 0;
}
footer .siteMap .inner {
	display: block;
	width: 100%;
}
footer .siteMap .inner > div {
	border-top: 1px solid #000;
	padding-top: 16px;
	width: 100%;
}
footer .siteMap .inner > div:first-of-type {
	border-top: none;
	padding-top: 0;
}
footer .siteMap .inner > div p {
	font-size: 16px;
	margin-bottom: 16px;
}
footer .siteMap .inner > div li {
	font-size: 14px;
	margin-top: 8px;
}
footer .copyright {
	font-size: 12px;
	padding: 24px 16px;
}
footer .copyright p + p {
	margin-top: 8px;
}
.footer02 .info {
	padding: 16px 8px;
}
.footer02 .info .inner {
	display: block;
}
.footer02 .info .name {
	margin-bottom: 10px;
}
.footer02 .footLink {
	display: block;
	padding: 16px 8px;
}
.footer02 .footLink ul {
	justify-content: center;
}
.footer02 .footLink ul li {
	margin-right: 16px;
}
.footer02 .footLink ul li:first-child {
	margin-right: 8px;
	padding-right: 8px;
}
.footer02 .footLink ul li img {
	width: 76px;
}
.footer02 .footLink .logo {
	width: 218px;
	margin: 16px auto 0;
}

}

/* sdgs */
.sdgs img{
	max-width: 100%;
	height: auto;
}
.sdgs .numList{
	position: relative;
}
.sdgs .flameBox.box02{
	border: 3px solid #7fb512;
}

.sdgs .line_L{ border-left:1px solid #000; }

.sdgs .sdgs_imgBlock{
	display:flex;
	align-items: center;
	position:absolute;
	top:5%;
	left:0;
}
.sdgs .sdgs_imgBlock.first{ left: 14em; }
.sdgs .sdgs_imgBlock.second{ left: 15em; }
.sdgs .sdgs_imgBlock.third{ left: 9em; }
.sdgs .sdgs_imgBlock.force{ left: 11em; }

.sdgs .sdgs_imgBlock_item{
	width:50px;
	margin: 0 5px;
}

.sdgs .sdgs_imgBlock_item:first-child{ margin-left:0; }
.sdgs .sdgs_imgBlock_item:last-child{ margin-right:0; }
.sdgs .sdgs_ttl,.sdgs .num{
	line-height: 4em;
}

.sdgs .smallImg{
	float:right;
	padding-top:10px;
}
.sdgs .clearfix::after{
	content: "";
	display: block;
	clear: both;
}

@media screen and (max-width: 767px){
.sdgs .sdgs_imgBlock{
	position: static;
}
.sdgs .sdgs_imgBlock_item{
	margin-top: 5px;
}
.sdgs .sdgs_ttl,.sdgs .num{
	line-height:normal;
}
.sdgs .numList > li{
	margin-top: 20px;
}
}
