header .main-menu > li:nth-child(6) > a {
	color: #ea650d;
}
p {
	line-height: 1.5;
}
.hero-title h1 {
	line-height: 1.4;
}

.base-h1box .background {
	background-image: url(https://www.nnlife.co.jp/library/bizd/taishokukin_guide/3_regulation/assets/img/fv_bg_pc2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;

}

.b-about span, .b-about span strong {
	line-height: 1.5 !important;
}

.cta-area {
	margin: 15px 0 0 0;
	background: #F1EDEB;
  padding: 15px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cta-text {
	font-weight: bold;
}

.cta-link {
	position: relative;
	padding-left: 28px;
}

.cta-link::before {
	content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #ea650d;
  border-radius: 50%;
}

.cta-link::after {
	content: '';
	position: absolute;
	top: 4px;
	left: 8px;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
}

.contact-button-area {
  display: flex;
  flex-wrap: wrap;
  background: #FFFFFF;
  padding: 20px;
  justify-content: space-around;
  margin: 15px 0;
}

.single-button {
  margin: 0 auto !important;
  display: block;
}

.contact-button-area > .base-button, .single-button {
  width: 45%;
  margin: 0;
  text-align: center;
  color: #414141;
  font-weight: normal;
}
.contact-button-area > .base-button a, .single-button a {
  padding: 10px 0;
  margin: 0 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-button-area > .base-button a img, .single-button .base-button a img {
  width: 28px;
  margin: 0 10px 0 0;
}

.topbar-cta {
	margin: 10px 0;
}
.base-accordion .base-panel .box > div {
	border: none;
}
.base-accordion .box > div {
	border: none;
}
.base-accordion > div > .box > div.pbNested {
	border-bottom: 1px solid #e5ded9;
}
.align-center {
	align-items: center;
	display: flex;
}
.justify-between {
	justify-content: space-between;
	display: flex;
}

.base-imagebuttons{
	margin: 20px 0 0 0 !important;
}

.image-wrapper {
	padding: 0;
}

.image-caption {
	 margin: 5px 0 0 0;
}

.image-caption, .footnote {
  display: inline-block;
  color: #666;
}

table.summary-table {
	background: #fff;
	border-radius: 8px;
	border-spacing: 0;
	border-collapse: separate;
	overflow: hidden;
	margin: 0 0 10px;
}

table.summary-table thead th {
	color: #EA650D;
	font-weight: bold;
}

table.summary-table tbody td {
	border: 1px #999 solid;
	border-top-width: 0;
}

table.summary-table th:first-of-type,
table.summary-table td:first-of-type {
  border-left-width: 1px;
}

table.summary-table thead th {
	border: 1px #EA650D solid;
	text-align: center;
}

table.summary-table thead th,
table.summary-table tbody td {
  border-left-width: 0;
}

table.summary-table thead th:first-of-type {
  border-top-left-radius: 8px;
}

table.summary-table thead th:last-of-type {
  border-top-right-radius: 8px;
}

table.summary-table tbody tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 8px;
}

table.summary-table tbody tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 8px;
}

.table-wrapper {
	width: 100%;
}

.white-round-list {
	padding: 20px 0;
}

.white-round-list h3 {
	margin: 0 0 16px;
}

.base-dotlist div > ul > li:before {
	top: calc(50% - 4px);
	left: 0;
	width: 8px;
	height: 8px;
}

.base-dotlist div > ul > li {
	padding-left: 18px;
}

.transition-example-wrapper {
  margin: 0 !important;
  padding: 20px 0;
  border-bottom: 1px solid #CAC7C7;
}

.transition-example, .retirement-bonus-example {
  padding: 20px;
}

.transition-example {
  width: calc(50% - 10px) !important;
}

.transition-example h4 {
	color: #EA650D !important;
	margin: 0 0 10px;
}

.transition-example .pbNested {
	padding: 0 !important;
}

.retirement-bonus-example-wrapper {
  display: flex;
  justify-content: center;
}

.retirement-bonus-example {
  width: calc(50% - 64px / 2) !important;
  margin: 0 !important;
}

.retirement-bonus-example-mark {
  padding: 10px 20px !important;
  border-radius: 4px;
  width: 65px;
  text-align: center;
  background: #7CAAD6;
  color: #fff;
  font-size: 20px;
  box-sizing: border-box;
  margin: 0 0 15px;
}

.retirement-bonus-example-mark.b {
  background: #96B439;
}

.retirement-bonus-example-formula {
  font-size: 16px;
  padding: 0 !important;
  margin: 0 0 15px;
}

.retirement-bonus-example small {
  color: #666;
}

.retirement-bonus-example-plus-icon {
  font-size: 42px;
  color: #EA650D;
  text-align: center;
  width: 64px;
  font-weight: bold;
  align-self: center;
  line-height: initial;
}

.request-materials-text {
  width: calc(100% - 200px);
}

.request-materials-image {
  width: 200px;
  height: auto;
}

.request-materials > div {
  border-left: none !important;
  padding: 0 0 0 15px !important;
}

.request-materials h2 {
  margin: 0 0 10px;
}

.pa-0 {
	padding: 0 !important;
}

.contanct-footer-area {
	border-top: 1px solid #C4C4C4;
	margin: 20px 0 0 0;
	padding: 20px;
}

.contanct-footer-area > h2 {
	margin: 0 0 15px;
}

.contact-list > li {
	margin: 0 0 14px;
}

.contact-list-link {
	display: flex;
	align-items: center;
}

.contact-list-link > img {
	margin: 0 10px 0 0;
}

.contact-list-link-text > span {
	font-size: 12px;
}

.footer-simple footer .copyright {
	text-align: center !important;
}

.cta-area.cta-footer-area {
	flex-wrap: wrap;
	margin: 0;
}

.cta-area.cta-footer-area .cta-text {
	width: 100%;
	margin: 0 0 10px;
}

@media screen and (max-width: 767px) {
	h1, h2, h3 * {
		line-height: 1.5 !important;
	}

	.imagebox-change .box:not(:only-child):first-child,
	.base-panel .box:not(:first-child) {
		border-top: none;
		padding: 0;
	}

	.base-h1box .background {
		background-image: url(https://www.nnlife.co.jp/library/bizd/taishokukin_guide/3_regulation/assets/img/fv_bg_sp.png);
		height: 300px;
	}
	.topbar-cta {
		margin: 10px -20px;
	}
	.base-h1box, .cta-area, .contact-button-area {
		flex-wrap: wrap;
		margin: 15px -20px 0;
	}
	.content .contact-button-area {
		margin: 15px 0;
	}
	.cta-text {
		width: 100%;
		margin: 0 0 10px;
	}
	.contanct-footer-area {
		padding: 20px 0;
	}

  .contact-button-area > .base-button, .single-button {
    width: 100%;
  }

  .contact-button-area > .base-button:first-of-type {
    margin: 0 0 15px;
  }

	.base-h1box > div.pbNested {
    width: 100%;
		max-width: 100%;
	}
	.base-h1box > div.pbNested .inner {
		padding: 0 20px;
		margin-top: 10px;
	}
	.base-h1box .background img {
		max-width: 100%;
	}
	.white-round-list {
		padding: 15px
	}
	.transition-example, .retirement-bonus-example, .retirement-bonus-example-plus-icon {
	  width: 100% !important;
	}
	.transition-example:first-child {
		margin: 0 0 15px;
	}
	.request-materials {
		flex-wrap: wrap;
		justify-content: center;
	}
	.request-materials-text {
		width: 100%;
	}
}



/*  sidearea
========================================================================*/



.base-sidearea:not(:first-child) {
	margin-top: 0px;
}
.base-sidearea > div {
	display: flex;
	width: calc(100% - 25px);
	max-width: 1000px;
	margin: 0 auto;
}
.base-sidearea .sidearea {
	width: 390px;
	margin-right: 30px;
	z-index: auto!important;
}
.base-sidearea .sidearea > div > div {
	max-width: 270px;
}
.base-sidearea .sidearea .link {
	margin-top: 0px;
}
.base-sidearea .sidearea .link:only-child {
	padding-bottom: 16px;
	border-bottom: 1px solid #e5ded9;
}
.base-sidearea .sidearea .link a {
	display: block;
        position: -webkit-sticky;
        position: sticky;
        top: 0px;
}
.base-sidearea .sidearea .menu {
	margin-top: 0px;
	padding-bottom: 6px;
	border-bottom: 1px solid #e5ded9;
}
.base-sidearea .sidearea .menu li:not(:first-child) {
	margin-top: 16px;
}
.base-sidearea .sidearea .menu a {
	display: block;
	color: #000;
	font-size: 87.5%;
	line-height: 1.7;
}
.base-sidearea .sidearea .menu .active a {
	color: #ea650d;
}
.base-sidearea .mainarea {
	width: calc(100% - 320px);
	max-width: 630px;
	margin-left: auto;
	order: 1;
	z-index: auto!important;
}
.base-sidearea .sidearea .banner:not(:first-child) {
	margin-top: 0px;
}
.base-sidearea .sidearea .facebook:not(:first-child) {
	margin-top: 0px;
}
.base-sidearea .sidearea .facebook {
	max-width: 100%;
}

@media screen and (max-width: 960px) {
	.base-sidearea > div {
		max-width: 767px;
	}
	.base-sidearea .sidearea {
		width: 220px;
	}
	.base-sidearea .mainarea {
		width: calc(100% - 240px);
	}
}

@media screen and (max-width: 767px) {
	.base-sidearea:not(:first-child) {
		margin-top: 0px;
	}
	.base-sidearea > div {
		display: block;
		width: calc(100% - 40px);
		max-width: 400px;
	}
	.base-sidearea .sidearea {
		width: 100%;
		margin-top: 0px;
		padding-top: 0px;
		border-top: 0.5px solid #e5ded9;
	}
	.base-sidearea .mainarea {
		width: 100%;
	}
	.base-sidearea .sidearea > div > div {
		max-width: 100%;
	}
	.base-sidearea .sidearea .banner {
		text-align: center;
	}
	.base-sidearea .sidearea .banner + .banner {
		margin-top: 0px;
		padding-top: 0px;
		border-top: 1px solid #e5ded9;
	}
	.base-sidearea .sidearea .banner img {
		max-width: 250px;
	}
	.base-sidearea .sidearea .link {
		margin-top: 0;
	}
	.base-sidearea .sidearea .link:only-child {
	    padding-bottom: 5px;
	}
}

/*  r_sidearea
========================================================================*/

.base-r_sidearea > div {
	display: flex;
	width: calc(100% - 20px);
	max-width: 960px;
	margin: 0 auto;
}
.base-r_sidearea .mainarea {
	width: calc(100% - 320px);
	max-width: 630px;
	z-index: auto!important;
}
.base-r_sidearea .sidearea {
	width: 290px;
	margin-left: auto;
	z-index: auto!important;
}
.base-r_sidearea .sidearea .banner {
	text-align: center;
}
.base-r_sidearea .sidearea .banner:not(:first-child) {
	margin-top: 0px;
}
.base-r_sidearea .sidearea .text:not(:first-child) {
	margin-top: 0px;
}

@media screen and (max-width: 960px) {
	.base-r_sidearea > div {
		max-width: 767px;
	}
	.base-r_sidearea .mainarea {
		width: calc(100% - 240px);
	}
	.base-r_sidearea .sidearea {
		width: 220px;
	}
}

@media screen and (max-width: 767px) {
	.base-r_sidearea > div {
		display: block;
		width: calc(100% - 40px);
		max-width: 400px;
	}
	.base-r_sidearea .mainarea {
		width: 100%;
	}
	.base-r_sidearea .sidearea {
		width: 100%;
		max-width: 290px;
		margin: 0px auto 0;
	}
}

/*  sidetextbox
========================================================================*/

.base-sidetextbox:not(:first-child) {
	margin-top: 0px;
}
.base-sidetextbox > div {
	display: flex;
	flex-wrap: wrap;
}
.base-sidetextbox .mainarea {
	width: 620px;
	max-width: calc(100% - 320px);
	margin-right: 20px;
	z-index: auto!important;
}
.base-sidetextbox .sidearea {
	width: 300px;
	margin-left: auto;
	z-index: auto!important;
}

@media screen and (max-width: 767px) {
	.base-sidetextbox .mainarea {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
	}
	.base-sidetextbox .sidearea {
		width: 100%;
		margin-top: 0px;
        }
}