@charset "UTF-8";
/*---------------------------------------------------------------------
 COMMON
 ---------------------------------------------------------------------*/
.heading-level1 span {
	display: inline-block;
}

.content-wrapper {
	font-size: 14px;
}

.section-heading,
.content-wrapper,
.side-nav-info,
.box-text {
	line-height: 2;
}

br {
	line-height: inherit;
}

.section-title {
	font-size: 22px;
}

.section-title mqPC() {
	width: 100%;
}

.col-container .media-image {
	width: 100%;
	height: auto;
}

.col-container .media-text {
	margin-top: 18px;
}

.section-heading {
	width: 100%;
	background: url(/module/img/heading_kv.jpg) no-repeat;
	background-size: cover;
	position: relative;
}

.section-heading:before {
	height: 100%;
}

.content-wrapper {
	padding-bottom: 25px;
}

.box-img.box-img-show {
	margin: -1px;
}

.mt20 {
	margin-top: 20px;
}

@media print, screen and (min-width: 769px) {
	.mt40-pc {
		margin-top: 40px;
	}
}

@media (max-width: 768px) {
	.mt25-sp {
		margin-top: 25px;
	}
}

/*---------------------------------------------------------------------
 見出し
 ---------------------------------------------------------------------*/
.heading-container {
	width: 100%;
	height: 200px;
	position: relative;
	padding: 35px 40px;
	box-sizing: border-box;
	text-align: center;
	z-index: 2;
}

.heading-container + * {
	margin-top: 50px;
}

.heading-level1 {
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	line-height: 1.2;
	display: inline-block;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.heading-level1-ruby {
	-webkit-transform: none;
	        transform: none;
	position: static;
}

.heading-level2 {
	font-size: 17px;
	font-weight: normal;
	color: #284B77;
	line-height: 1.2;
}

.heading-level3 {
	font-size: 16px;
	font-weight: normal;
	color: #284B77;
	line-height: 1.2;
}

.heading-level4 {
	font-size: 15px;
	font-weight: normal;
	color: #284B77;
	line-height: 1.2;
	font-family: "ヒラギノUD角ゴF W5 JIS2004", "Hiragino UD Sans F W5 JIS2004", sans-serif;
}

.heading-underline {
	border-bottom: 2px solid #284B77;
	position: relative;
	padding-bottom: 5px;
}

.heading-underline:after {
	content: "";
	display: block;
	overflow: hidden;
	position: absolute;
	bottom: -2px;
	width: 30px;
	border-bottom: 2px solid #CA311C;
	line-height: 0;
}

.heading-level1.heading-underline {
	border-bottom: 2px solid #FFFFFF;
}

.heading-level2.heading-underline {
	padding-bottom: 10px;
}

.heading-underline-secondary {
	border-bottom: 1px solid #284B77;
	padding-bottom: 5px;
}

/*---------------------------------------------------------------------
 各種テキスト
 ---------------------------------------------------------------------*/
.section-text {
	font-size: 12px;
	color: #333333;
}

.text-emphasis {
	font-family: "ヒラギノUD角ゴF W5 JIS2004", "Hiragino UD Sans F W5 JIS2004", sans-serif;
	font-style: normal;
}

.text-attention {
	color: #2161AA;
}

.text-strong {
	color: #CA311C;
}

.text-annotation {
	color: #6A6A82;
	font-size: 12px;
}

.text-align-left {
	text-align: left;
}

.text-align-center {
	text-align: center;
}

.text-align-right {
	text-align: right;
}

/*---------------------------------------------------------------------
 強調エリア
 ---------------------------------------------------------------------*/
.emphasis-area {
	padding: 18px;
	background: #F4F6F9;
}

.emphasis-area .text-emphasis {
	margin-top: 20px;
}

/*---------------------------------------------------------------------
 各種リンク
 ---------------------------------------------------------------------*/
a {
	color: #2B4382;
}

.text-link {
	text-decoration: underline;
}

.text-link.external-link:after {
	content: "";
	background: url(/module/img/blank_icn.svg) no-repeat;
	display: inline-block;
	position: relative;
	top: 50%;
	left: 0;
	width: 8px;
	height: 8px;
	margin-right: 8px;
	vertical-align: middle;
}

.text-link.external-link-left:before {
	content: "";
	background: url(/module/img/blank_icn.svg) no-repeat;
	display: inline-block;
	position: relative;
	top: 50%;
	left: 0;
	width: 8px;
	height: 8px;
	margin-right: 4px;
	margin-left: 4px;
}

.text-link.pdf-link:before {
	content: "";
	background: url(/module/img/pdf_icn.svg) no-repeat;
	display: inline-block;
	position: relative;
	top: 50%;
	left: 0;
	width: 10px;
	height: 10px;
	margin-right: 5px;
}

.text-link.arrow:before {
	margin-right: 10px;
}

.text-link.anchor-link:before {
	content: "";
	display: inline-block;
	position: relative;
	-webkit-transform: rotate(135deg) translateY(-50%);
	transform: rotate(135deg) translateY(-50%);
	top: 50%;
	width: 6px;
	height: 6px;
	border-top: 1px solid #284B77;
	border-right: 1px solid #284B77;
	margin-right: 10px;
	margin-bottom: 0.4em;
}

.text-link.anchor-link.inner-link:before {
	margin-right: 8px;
	margin-left: 4px;
}

.primary-btn.position-left {
	width: 343px;
	width: calc(50% - 15px);
	margin-right: auto;
}

.primary-btn.position-center {
	width: 343px;
	width: calc(50% - 15px);
	left: 0;
	right: 0;
	margin-right: auto;
	margin-left: auto;
}

.primary-btn.position-right {
	width: 343px;
	width: calc(50% - 15px);
	margin-left: auto;
}

.primary-btn.anchor-link {
	width: 100%;
}

.primary-btn.anchor-link > a > span:after {
	-webkit-transform: rotate(135deg) translateY(-50%);
	transform: rotate(135deg) translateY(-50%);
	top: 50%;
	right: 7%;
	border-top: 1px solid #284B77;
	border-right: 1px solid #284B77;
	margin-top: -8px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.primary-btn.external-link {
	width: 100%;
}

.primary-btn.external-link > a > span:after {
	content: "";
	background: url(/module/img/blank_icn.svg) no-repeat;
	display: inline-block;
	position: relative;
	top: 50%;
	left: 0;
	width: 8px;
	height: 8px;
	margin-right: 8px;
	vertical-align: middle;
	border: none;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

/*---------------------------------------------------------------------
 各種リスト
 ---------------------------------------------------------------------*/
.list-disc > li {
	position: relative;
	padding-left: 20px;
}

.list-disc > li:after {
	display: block;
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}

.list-disc > li > .list-decimal {
	margin-top: 0;
}

.list-disc > li + li {
	margin-top: 10px;
}

.list-square > li {
	position: relative;
	padding-left: 20px;
}

.list-square > li + li {
	margin-top: 10px;
}

.list-square > li:after {
	display: block;
	content: '■';
	position: absolute;
	top: 0;
	left: 0;
}

.list-annotation > li {
	position: relative;
	padding-left: 20px;
	color: #6A6A82;
}

.list-annotation > li + li {
	margin-top: 10px;
}

.list-annotation > li:after {
	display: block;
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}

.list-decimal > li {
	position: relative;
	padding-left: 30px;
	counter-increment: count-number;
}

.list-decimal > li + li {
	margin-top: 10px;
}

.list-decimal > li:after {
	display: block;
	content: counter(count-number) ".";
	position: absolute;
	top: 0;
	left: 0;
}

.list-decimal-parentheses > li {
	position: relative;
	padding-left: 30px;
	counter-increment: count-number;
}

.list-decimal-parentheses > li + li {
	margin-top: 10px;
}

.list-decimal-parentheses > li:after {
	display: block;
	content: "(" counter(count-number) ")";
	position: absolute;
	top: 0;
	left: 0;
}

.list-qa > li {
	counter-increment: count-number;
	border-bottom: 1px dotted #284B77;
}

.list-qa > li .question-text {
	font-family: "ヒラギノUD角ゴF W5 JIS2004", "Hiragino UD Sans F W5 JIS2004", sans-serif;
	position: relative;
	padding-left: 45px;
}

.list-qa > li .question-text:after {
	line-height: 30px;
	font-family: "Cabin", sans-serif;
	display: block;
	color: #284B77;
	content: "Q" counter(count-number);
	position: absolute;
	top: 5px;
	left: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #284B77;
	text-align: center;
	font-weight: normal;
}

.list-qa > li .answer-text {
	position: relative;
	padding-left: 45px;
}

.list-qa > li .answer-text:after {
	line-height: 30px;
	font-family: "Cabin", sans-serif;
	display: block;
	color: #CA311C;
	content: "A" counter(count-number);
	position: absolute;
	top: 5px;
	left: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #CA311C;
	text-align: center;
}

.list-qa > li .qa-inner-text {
	padding: 0 10px 0 40px;
}

.list-qa > li .qa-inner-text > * {
	margin-top: 20px;
}

.list-qa > li + li {
	padding: 15px 0;
}

.definition-list {
	width: 100%;
}

.definition-list * {
	box-sizing: border-box;
}

.definition-list > li + li {
	margin-top: 10px;
}

.definition-list .definition-item {
	width: 100%;
}

.definition-list .definition-item:after {
	content: "";
	display: block;
	clear: both;
}

.definition-list .definition-item.w10 > .definition-title {
	width: 10%;
}

.definition-list .definition-item.w25 > .definition-title {
	width: 25%;
}

.definition-list .definition-item.w30 > .definition-title {
	width: 30%;
}

.definition-list .definition-item.w50 > .definition-title {
	width: 50%;
}

.definition-list .definition-item.w150 > .definition-title {
	width: 70px;
}

.definition-list .definition-item.w180 > .definition-title {
	width: 90px;
}

.definition-list .definition-title {
	font-family: "ヒラギノUD角ゴF W5 JIS2004", "Hiragino UD Sans F W5 JIS2004", sans-serif;
	float: left;
	width: 30%;
}

.definition-list .definition-text {
	padding-left: 15px;
	overflow: hidden;
}

.list-mt0 li + li {
	margin-top: 0;
}

/*---------------------------------------------------------------------
 表組み
 ---------------------------------------------------------------------*/
.table-wrapper {
	width: 100%;
	overflow-x: auto;
}

.table-wrapper::-webkit-scrollbar {
	height: 5px;
}

.table-wrapper::-webkit-scrollbar-track {
	background: #F4F6F9;
}

.table-wrapper::-webkit-scrollbar-thumb {
	background: #284B77;
}

.table-container {
	min-width: 100%;
	text-align: left;
	font-size: 12px;
}

.table-container li + li {
	margin-top: 5px;
}

.table-container .th-top,
.table-container .th-side {
	font-family: "ヒラギノUD角ゴF W5 JIS2004", "Hiragino UD Sans F W5 JIS2004", sans-serif;
}

.table-container.simple-table {
	border: none;
}

.table-container.simple-table td {
	padding: 15px 15px 20px 15px;
}

.table-container.simple-table .th-side {
	width: 30%;
	padding: 15px 15px 15px 0;
	border-right: 1px solid #B2B9C3;
}

.table-container.simple-table tr + tr {
	border-top: 1px solid #B2B9C3;
}

.table-container.simple-table tr:first-child th, .table-container.simple-table tr:first-child td {
	padding-top: 0;
}

.table-container.detailed-table {
	width: 100%;
	margin-bottom: 8px;
	border: 1px solid #B2B9C3;
}

.table-container.detailed-table th, .table-container.detailed-table td {
	padding: 15px 20px;
}

.table-container.detailed-table .th-top {
	background: #F4F6F9;
	border-left: 1px solid #B2B9C3;
	border-right: 1px solid #B2B9C3;
}

.table-container.detailed-table .th-top,
.table-container.detailed-table .th-side {
	white-space: nowrap;
}

.table-container.detailed-table .th-side {
	border-bottom: 1px solid #B2B9C3;
	width: 30%;
}

.table-container.detailed-table td {
	border: 1px solid #B2B9C3;
	border-top: none;
}

/*---------------------------------------------------------------------
 LAYOUT
 ---------------------------------------------------------------------*/
.heading-container + *,
.col-container + .heading-level2,
.section-head,
.section-heading + * {
	margin-top: 50px;
}

.heading-level2 + *,
.heading-level3 + *,
.box-text + .box-text,
.emphasis-area,
.primary-btn + .primary-btn,
.list-disc,
.list-square,
.list-annotation,
.list-decimal,
.list-decimal-parentheses,
.definition-list,
.qa-itme-question + .qa-itme-answer,
.section-hed + * {
	margin-top: 20px;
}

.heading-level2 {
	margin-top: 50px;
}

.heading-level3 {
	margin-top: 40px;
}

.box-item + .box-item,
.col-container + .col-container,
.heading-level4,
.heading-level2 + .heading-level2,
.heading-level2 + .heading-level3,
.heading-level3 + .heading-level3,
.heading-level3 + .heading-level4,
.heading-level4 + .heading-level4,
.heading-level2 + .list-disc,
.heading-level2 + .list-square,
.heading-level2 + .list-annotation,
.heading-level2 + .list-decimal,
.heading-level2 + .list-decimal-parentheses,
.table-wrapper,
.col-media + .col-media,
.list-annotation + * {
	margin-top: 25px;
}

.heading-level4.text-emphasis {
	margin: 0;
}

.list-qa {
	margin: 0;
}

.list-qa > li {
	padding: 25px 0;
}

.section-landing .box-hed {
	margin-top: 10px;
}

.text-annotation,
.box-img + .box-text,
.media-text.col-media {
	margin-top: 18px;
}

.box-img .text-annotation {
	margin-top: 10px;
}

.col-container + .heading-level3 {
	margin-top: 50px;
}

.mt0 {
	margin-top: 0;
}

.mt20 {
	margin-top: 20px;
}

.mt10 {
	margin-top: 10px;
}

.mb40 {
	margin-bottom: 40px;
}

.text-inline-block {
	display: inline-block;
}

.right-pos {
	float: right;
	line-height: 42px;
}

.heading-center {
	text-align: center;
	color: #284B77;
}

.box-img-writer-140 {
	width: 140px;
}

.writer-wrapper {
	margin-top: 40px;
	padding: 30px 15px 50px 15px;
	background: #F4F6F9;
}

.writer-container {
	margin-top: 16px;
	margin-bottom: 10px;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.col-container.writer-container {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.writer-desc {
	margin-left: 0px;
	width: 100%;
}

.writer-name {
	font-size: 24px;
	font-family: "ヒラギノ角ゴPro W6 JIS2004", sans-serif;
	font-weight: bold;
}

.writer-text {
	margin-top: 10px;
}

.writer-arrow {
	color: #2B4382;
}

.image-circle {
	margin: 0 auto;
}

.image-circle img {
	border-radius: 50%;
}

.scmember-item {
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

@media (max-width: 768px) {
	.scmember-item + .scmember-item {
		margin-top: 20px;
	}
}

.scmember-abc {
	margin-left: -15px;
	margin-right: -15px;
}

@media print, screen and (min-width: 769px) {
	.heading-underline:after,
	.section-title:after {
		width: 60px;
	}
}

@media print, screen and (min-width: 769px) {
	/*---------------------------------------------------------------------
	 PC_COMMON
	 ---------------------------------------------------------------------*/
	.writer-wrapper {
		padding: 30px 50px 50px 20px;
	}
	.writer-desc {
		margin-left: 40px;
	}
	.image-circle {
		margin: auto;
	}
	.content-wrapper {
		font-size: inherit;
	}
	.section-heading,
	.content-wrapper,
	.side-nav-info,
	.box-text {
		line-height: 1.75;
	}
	.content-wrapper {
		width: calc(1024px + 15px + 15px);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 auto;
		padding-bottom: 100px;
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
	}
	.main-contents {
		max-width: 720px;
		margin: 0 auto;
	}
	.side-nav-wrapper {
		position: relative;
		width: 244px;
		min-width: 244px;
		margin-left: 60px;
	}
	.side-nav-inside-wrapper {
		width: 244px;
	}
	.side-nav-info .arrow:before {
		margin-right: 13px;
		left: -2px;
	}
	.side-nav-info .recruitment-info-hed.info-hed {
		font-size: 18px;
		padding: 10px;
	}
	.side-nav-info .side-nav-info-title {
		font-family: "ヒラギノUD角ゴF W5 JIS2004", "Hiragino UD Sans F W5 JIS2004", sans-serif;
		font-size: 16px;
		border-top: 1px dotted #284B77;
		border-bottom: 1px dotted #284B77;
		padding: 5px 0px;
	}
	.side-nav-info .side-nav-info-title > a {
		display: block;
		padding: 10px 5px 10px 0;
		color: #333333;
	}
	.side-nav-info .side-nav-info-title > a:hover {
		background: #F5F7FA;
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	.side-nav-info .side-nav-info-title .is-current {
		background: #F5F7FA;
	}
	.side-nav-info .side-nav-info-list {
		font-family: "ヒラギノUD角ゴF W3 JIS2004", "Hiragino UD Sans F W3 JIS2004", sans-serif;
		font-size: 16px;
		border-bottom: 2px solid #284B77;
		padding-bottom: 5px;
	}
	.side-nav-info .side-nav-info-list .is-current {
		background: #F5F7FA;
		pointer-events: none;
	}
	.side-nav-info .side-nav-info-list > li {
		margin-top: 5px;
	}
	.side-nav-info .side-nav-info-list > li > a {
		padding: 10px 5px 10px 20px;
		color: #333333;
		display: block;
		text-indent: -1em;
		padding-left: calc(35px + 1em);
	}
	.side-nav-info .side-nav-info-list > li > a:hover {
		background: #F5F7FA;
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	.side-nav-info .sub-info-list > li {
		font-size: 14px;
	}
	.side-nav-info .sub-info-list > li a {
		color: #333333;
		display: block;
		padding: 6px 0 6px 40px;
	}
	.side-nav-info .sub-info-list > li a:hover {
		background: #F5F7FA;
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	.col-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		/*
		.flex-item-grow1 {
		    -webkit-flex-grow:1;
		    flex-grow:1;
		}
		.flex-item2-grow2 {
		    -webkit-flex-grow:2;
		    flex-grow:2;
		}
*/
	}
	.col-container .col-1 {
		width: 8.3333%;
	}
	.col-container .col-2 {
		width: 16.6666%;
	}
	.col-container .col-3 {
		width: 25%;
	}
	.col-container .col-4 {
		width: 33.3333%;
		max-width: 220px;
	}
	.col-container .col-5 {
		width: 41.66666%;
	}
	.col-container .col-6 {
		width: 50%;
	}
	.col-container .col-7 {
		width: 58.3333%;
	}
	.col-container .col-8 {
		width: 66.6666%;
	}
	.col-container .col-9 {
		width: 75%;
	}
	.col-container .col-10 {
		width: 83.3333%;
	}
	.col-container .col-11 {
		width: 91.6666%;
	}
	.col-container .col-12 {
		width: 100%;
	}
	.emphasis-area {
		padding: 30px;
	}
	.emphasis-area .text-emphasis {
		font-size: 14px;
		line-height: 2;
	}
	.emphasis-area .heading-level4.text-emphasis {
		font-size: 22px;
		line-height: 1.2;
	}
	.box-tex {
		line-height: 2;
	}
	.contact-landing .primary-btn {
		font-size: 20px;
	}
	.section-landing .box-hed {
		font-size: 18px;
	}
	.section-landing .section-title {
		font-size: 30px;
		font-family: "ヒラギノUD角ゴF W3 JIS2004", "Hiragino UD Sans F W3 JIS2004", sans-serif;
	}
	/*---------------------------------------------------------------------
	 PC_LAYOUT
	 ---------------------------------------------------------------------*/
	.content-block-list {
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	.box-item + .box-item {
		margin-top: 0;
	}
	.section-heading {
		margin-top: 110px;
	}
	.main-contents {
		margin-top: 70px;
	}
	.side-nav-wrapper,
	.list-annotation + * {
		margin-top: 50px;
	}
	.heading-level2,
	.section-head,
	.section-landing,
	.col-container + .heading-level2 {
		margin-top: 100px;
	}
	.heading-level3 {
		margin-top: 80px;
	}
	.heading-level4,
	.heading-level2 + *,
	.heading-level3 + *,
	.heading-level2 + .heading-level2,
	.heading-level2 + .heading-level3,
	.heading-level3 + .heading-level3,
	.heading-level3 + .heading-level4,
	.heading-level2 + .list-disc,
	.heading-level2 + .list-square,
	.heading-level2 + .list-annotation,
	.heading-level2 + .list-decimal,
	.heading-level2 + .list-decimal-parentheses,
	.box-text + .box-text,
	.emphasis-area {
		margin-top: 40px;
	}
	.section-hed + * {
		margin-top: 35px;
	}
	.col-container {
		/*
		.col-media:first-child {
			margin-right: 15px;
		}
*/
	}
	.col-container + .col-container {
		margin-top: 40px;
	}
	.col-container .media-text,
	.col-container .media-image {
		margin-top: 0;
	}
	.col-container .col-media + .col-media {
		margin-left: 30px;
	}
	.box-img + .box-text,
	.box-img .text-annotation {
		margin-top: 20px;
	}
	.section-landing {
		padding: 0;
	}
	.service-to-top-space {
		padding-bottom: 30px;
	}
	.heading-level3 + .list-qa {
		margin-top: 15px;
	}
	.side-nav-info + * {
		margin-top: 60px;
	}
	.banner-container .col-container + .col-container {
		margin-top: 20px;
	}
	.col-container + .heading-level3 {
		margin-top: 80px;
	}
	.flex-item-reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-flow: row-reverse nowrap;
		        flex-flow: row-reverse nowrap;
	}
	.flex-item-reverse > .col-media:last-child {
		margin-left: 0;
		margin-right: 30px;
	}
	/*---------------------------------------------------------------------
	 PC_見出し
	 ---------------------------------------------------------------------*/
	.heading-container {
		max-width: 1024px;
		width: 100%;
		height: 260px;
		margin: 0 auto;
	}
	.heading-level1 {
		font-size: 36px;
	}
	.heading-level2 {
		font-size: 30px;
	}
	.heading-level3 {
		font-size: 26px;
	}
	.heading-level4 {
		font-size: 22px;
	}
	.heading-level1.heading-underline {
		padding-bottom: 18px;
	}
	.heading-level3.heading-underline:after {
		display: none;
	}
	/*---------------------------------------------------------------------
	 各種テキスト
	 ---------------------------------------------------------------------*/
	.text-annotation {
		font-size: 14px;
		line-height: 1.6;
	}
	/*---------------------------------------------------------------------
	 各種リスト
	 ---------------------------------------------------------------------*/
	.list-disc,
	.list-square,
	.list-annotation,
	.list-decimal,
	.list-decimal-parentheses,
	.list-qa,
	.definition-list {
		line-height: 2;
	}
	.definition-list {
		font-size: 16px;
	}
	.definition-list .definition-text {
		line-height: 2;
		padding-left: 30px;
	}
	.list-decimal > li {
		padding-left: 40px;
	}
	.list-decimal-parentheses > li {
		padding-left: 40px;
	}
	.list-qa > li {
		padding: 25px 0;
	}
	.list-qa > li .qa-itme-question {
		height: 60px;
	}
	.list-qa > li .question-text {
		display: block;
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
		line-height: 1.75;
		padding-left: 60px;
		font-size: 16px;
	}
	.list-qa > li .question-text:after {
		line-height: 40px;
		top: 0;
		bottom: 0;
		left: 0;
		width: 40px;
		height: 40px;
		margin: auto 0;
	}
	.list-qa > li .qa-itme-answer {
		padding-bottom: 15px;
	}
	.list-qa > li .answer-text {
		line-height: 2;
		padding-left: 60px;
		font-size: 16px;
	}
	.list-qa > li .answer-text:after {
		line-height: 40px;
		top: 0;
		bottom: 0;
		left: 0;
		width: 40px;
		height: 40px;
		margin: auto 0;
	}
	.list-qa > li .qa-inner-text {
		padding: 0 10px 0 60px;
	}
	.list-qa > li + li {
		padding: 25px 0;
	}
	.definition-item {
		width: 100%;
	}
	.definition-item:after {
		content: "";
		display: block;
		clear: both;
	}
	.definition-item.w150 > .definition-title {
		width: 150px;
	}
	.definition-item.w150 > .definition-title {
		width: 180px;
	}
	.list-annotation > li {
		font-size: 14px;
		line-height: 1.6;
	}
	.list-mt0 li + li {
		margin-top: 0;
	}
	/*---------------------------------------------------------------------
	 表組み
	 ---------------------------------------------------------------------*/
	.table-wrapper {
		width: 100%;
		overflow-x: visible;
	}
	.table-container th, .table-container td {
		font-size: 14px;
		line-height: 2;
	}
	.table-container.detailed-table {
		max-width: 720px;
		width: auto;
		border: 1px solid #B2B9C3;
		margin-bottom: 0;
	}
	.table-container.detailed-table .th-top,
	.table-container.detailed-table .th-side {
		white-space: normal;
	}
	.table-container.detailed-table .th-top {
		border-left: 1px solid #B2B9C3;
		border-right: 1px solid #B2B9C3;
	}
	.table-container.detailed-table .th-side {
		border-bottom: 1px solid #B2B9C3;
	}
	.table-container.detailed-table td {
		border: 1px solid #B2B9C3;
		border-top: none;
	}
	.table-container.simple-table td {
		padding: 20px 20px 25px 30px;
	}
	.table-container.simple-table .th-side {
		width: 25%;
		padding: 20px 30px 25px 0;
		line-height: 2;
		border-right: 1px solid #B2B9C3;
	}
	.table-container.simple-table tr:first-child th, .table-container.simple-table tr:first-child td {
		padding-top: 20px;
	}
	.table-container.simple-table tr + tr {
		border-top: 1px solid #B2B9C3;
	}
	/*---------------------------------------------------------------------
	 パンくず
	 ---------------------------------------------------------------------*/
	.breadcrumb {
		font-size: 12px;
		left: 22px;
		top: 16px;
	}
	.breadcrumb > li + li:before {
		content: "";
		height: 5px;
		width: 5px;
		display: inline-block;
		border-top: 1px solid #FFFFFF;
		border-right: 1px solid #FFFFFF;
		-webkit-transform: rotate(45deg);
		        transform: rotate(45deg);
		margin-right: 15px;
		margin-left: 10px;
	}
	/*---------------------------------------------------------------------
	 各種リンク
	 ---------------------------------------------------------------------*/
	.text-link {
		text-decoration: none;
	}
	.text-link.inner-link {
		text-decoration: underline;
	}
	.text-link.external-link:after {
		width: 13px;
		height: 13px;
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	.text-link.external-link-left:before {
		width: 13px;
		height: 13px;
		margin-right: 5px;
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	.text-link.pdf-link:before {
		width: 13px;
		height: 14px;
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	.text-link.arrow:before {
		margin-right: 10px;
	}
	.text-link.anchor-link:before {
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	.primary-btn {
		height: 58px;
		font-size: 16px;
	}
	.primary-btn.anchor-link {
		width: 50%;
	}
	.primary-btn.anchor-link > a > span:after {
		margin-top: -16px;
		border-top: 2px solid #284B77;
		border-right: 2px solid #284B77;
		right: 24px;
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	.primary-btn.anchor-link:hover > a > span:after {
		border-top: 2px solid #FFFFFF;
		border-right: 2px solid #FFFFFF;
	}
	.primary-btn.external-link {
		width: 50%;
	}
	.primary-btn.external-link > a > span:after {
		width: 13px;
		height: 13px;
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	.primary-btn.external-link:hover > a > span:after {
		background: url(/module/img/blank_icn_ov.svg) no-repeat;
	}
	.nav-fixed {
		position: fixed;
		z-index: 10;
	}
	.nav-absolute {
		position: absolute;
		z-index: 10;
	}
	.content-title {
		margin-top: 0;
	}
	.mt0 {
		margin-top: 0;
	}
	.mt20 {
		margin-top: 40px;
	}
	.mt10 {
		margin-top: 25px;
	}
	.mb40 {
		margin-bottom: 80px;
	}
	.related-content .section-title {
		width: auto;
		font-size: 30px;
	}
	.related-content .section-title:after {
		width: 100%;
	}
	.other-landing.related-content {
		padding: 100px 0 80px;
	}
}

@media print and (max-width: 768px), screen and (min-width: 769px) and (max-width: 768px) {
	.other-landing.related-content {
		margin-top: 50px;
	}
}

@media print, screen and (min-width: 769px) {
	.other-landing.related-content {
		padding: 100px 0 80px;
	}
}

.consulting-list > li {
	text-align: center;
	position: relative;
	width: calc(21% - 1px);
}

.consulting-flow-title {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
}

.step-text {
	font-family: "Cabin", sans-serif;
	text-align: center;
	line-height: 1;
}

.consulting-flow-text {
	margin-top: 10px;
	text-align: left;
}

.consulting-flow-text > li:before {
	content: "";
	display: inline-block;
	position: relative;
	bottom: 3px;
	width: 11px;
	height: 5px;
	margin-right: 10px;
	border-left: 3px solid #284B77;
	border-bottom: 3px solid #284B77;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.title-text-consulting {
	line-height: 1;
	margin-top: 5px;
}

@media (max-width: 768px) {
	.service-flow .flow-step-wrapper + .flow-step-wrapper {
		margin-top: 4px;
	}
	.consulting-flow-title {
		background-color: #284B77;
		text-align: center;
		height: 30px;
		padding-top: 10px;
		padding-bottom: 14px;
	}
	.consulting-list > li {
		width: 100%;
	}
	.consulting-flow-text {
		text-align: left;
	}
	.consulting-list > li + li {
		margin-top: 25px;
	}
	.col-abc-other .box-item + .box-item {
		margin-left: 0 !important;
	}
	.other-landing .col-abc .box-item:not(:first-child) {
		margin-top: 25px;
	}
}

@media print, screen and (min-width: 769px) {
	.title-text-consulting {
		line-height: 1;
		margin-top: 5px;
	}
	.step-text {
		line-height: inherit;
	}
	.consulting-flow-title {
		min-height: 60px;
		padding-top: 5px;
		box-sizing: border-box;
		font-size: 14px;
		background-color: #2F4A85;
		background-size: 100% 60px;
		background-repeat: no-repeat;
		padding: 5px 10px;
	}
	.consulting-list > li + li {
		position: relative;
		margin-top: 0;
	}
	.consulting-list > li + li:before {
		content: "";
		position: absolute;
		width: 9px;
		height: 9px;
		left: -25px;
		top: 25px;
		border-bottom: 1px solid #284C78;
		border-right: 1px solid #284C78;
		-webkit-transform: rotate(45deg);
		transform: rotate(315deg);
	}
	.section-heading.kv-top-pos {
		margin-top: 0px;
		padding-top: 110px;
	}
}

.other-landing {
	margin-top: 50px;
	padding-bottom: 27px;
}

@media (max-width: 768px) {
	.verdana {
		font-family: Verdana;
	}
}

/*# sourceMappingURL=../../common/css/sourcemap/module/css/common.css.map */
