:root {
	--base-color: #1B559A;
	--background-01: #F0F7FF;
	--background-02: #ECEDF1;
}

#contents .container > .container_inner {
	width: auto;
	padding: 0;
}

.purchase_support_col2 {
	width: 1240px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}

.btn_sns_share {
	width: 1240px;
	margin-right: auto;
	margin-left: auto;
}
hr.line_gray {
	max-width: 1240px;
	min-width: 1240px;
	margin-right: auto;
	margin-left: auto;
}

.only-sp {
	display: none !important;
}

hr.line {
	margin-top: 20px;
	border-color: #000;
	visibility: visible;
}

.fwbold {
	font-weight: bold;
}

.note {
  display: flex;
  width: 100%;
  > span:first-child {
    padding-right: .1em;
  }
}

.fs12 {
	font-size: 12px;
}
.fs14 {
	font-size: 14px;
}
.fs16 {
	font-size: 16px;
}

/* base frame
================================================================== */
.contentsFrame{
	width: 100%;
	background: #FFF;
	/*
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	*/
}
.contentsFrame.bg-blue{
	background: #e3eff8;
}
.contentsFrame.bg-gray{
	background: #ecedf1;
}

.contentsFrame .contentsFrame__inner{
	margin: 0 auto;
	width: 960px;
}

.contentsFrame .contentsFrame__title{
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 30px;
	text-align: center;
	font-weight: bold;
}

/* ----- topicPath ----- */
#topicPath li {
	display:inline-block;
	/display:inline;
	/zoom:1;
	vertical-align:middle;
	margin-right:7px;
	padding:0 13px 0 0;
	background:url(/common/images/bg_topicpath_01.gif) no-repeat right center;
	font-size:79%; /* font-size:11px; */
}
#topicPath li.current {
	background:none;
}

/* mag contents
================================================================== */
.headSection{
	padding: 0 0 10px;
	position: relative;
}


/* ----- mainvisual ----- */
.dcp-mainvisual {
  margin-top: 40px;
}
.dcp-mainvisual__inner {
    margin: 0 auto;
		width: 1240px;
    display: flex;
}
.dcp-mainvisual .text_area {
    background: #1B559A;
    color: #FFF;
    padding: 0 25px;
    width: 540px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dcp-mainvisual .image {
	width: 700px;
}

.dcp-mainvisual .text_area > dl > dt > .title {
    border-bottom: 1px solid #FFF;
    padding-bottom: 9px;
    margin: 0 auto;
		text-align: center;
		font-weight: bold;
		font-size: 30px;
    padding-right: 10px;
    padding-left: 10px;
    width: fit-content;
}
.dcp-mainvisual .text_area > dl {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.sub_title{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    margin-top: 20px;
    text-align: center;
}
.dcp-mainvisual .text_area > dl > dt {
    text-align: left;
}
.dcp-mainvisual .text_area > dl > dd {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    margin-top: 20px;
    font-weight: normal;
    margin: 0 10px;
}

/* ----- tabbtn ----- */
.dcp-tabbtn {
	width: 1160px;
	margin: 80px auto 0;
  margin-bottom: 20px;
}

.dcp-tabbtn ul {
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
}

.dcp-tabbtn li{
  padding-right: 10px;
  padding-left: 10px;
	width: 20%;
	font-size: 22px;
  display: block;
}
.dcp-tabbtn li button,
.dcp-tabbtn li a {
	position: relative;
	display: block;
	border-radius: 10px;
	background: #DEDFE8;
	color: #7D8B97;
	width: 100%;
	padding: 20px 0;
	font-weight: bold;
	text-align: center;
	transition: .2s;
}

.dcp-tabbtn li button:hover,
.dcp-tabbtn li a:hover {
	opacity: .7;
	text-decoration: none;
}


.dcp-tabbtn li button.active,
.dcp-tabbtn li a.active {
  color: #fff;
  background: #1B559A;
}


.dcp-tabbtn li button:focus-visible,
.dcp-tabbtn li a:focus-visible {
	outline-offset: 1px;
	outline:-webkit-focus-ring-color auto 1px;
}

.dcp-tabcont {
	position: relative;
	border-top: 2px solid var(--base-color);
}

/* ----- tabcont ----- */
.dcp-tabcont .tab-cont {
	opacity: 0;
	height: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
}

.dcp-tabcont .tab-cont.active {
	opacity: 1;
	height: auto;
	visibility: visible;
	position: relative;
}



/* ----- section ----- */

.dcp-section {
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
	font-size: 16px;
}

.dcp-section p {
	line-height: 2;
}

.dcp-section.dcp-section--first {
	padding-top: 60px;
	padding-bottom: 60px;
}

.dcp-section.bg-lightblue {
	background: var(--background-01);
}
.dcp-section.bg-gray {
	background: var(--background-02);
}

.dcp-section__inr {
	min-width: 1240px;
	margin: 0 auto;
	padding-right: 15px;
	padding-left: 15px;
}

.dcp-section__cont {
	max-width: 1240px;
	margin: 0 auto;
}

.dcp-section--first .dcp-section__inr {
	min-width: 1160px;
}

.dcp-section--first .dcp-section__cont {
	max-width: 1160px;
}

.dcp-block + .dcp-block{
	margin-top: 80px;
}

.dcp-box {
	background: #fff;
	padding: 50px 40px;
}

.dcp-box.dcp-box--p0 {
	padding: 0;
}

.dcp-box.dcp-box--bgnone {
	background: transparent;
}

.dcp-box__heading {
	position: relative;
	font-size: 28px;
	font-weight: bold;
	color: var(--base-color);
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 4px solid var(--background-02);
	padding-left: 120px;
}

.dcp-box__heading.icon01:before,
.dcp-box__heading.icon02:before {
	content:"";
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	width: 70px;
	height: 70px;
}
.dcp-box__heading.icon01:before{
	background: url(../images/revision/icon_jobscan.png) no-repeat center / 100%;
}
.dcp-box__heading.icon02:before{
	background: url(../images/revision/icon_simplescan.png) no-repeat center / 100%;
}

.dcp-box__cont {
	padding: 50px 40px;
}

.dcp-box02 {
	border: 2px solid var(--base-color);
	padding: 50px 40px;
}

.dcp-box + .dcp-box {
	margin-top: 60px;
}

.dcp-border {
	border: 1px solid var(--base-color);
	border-radius: 10px;
	padding: 30px 50px;
	max-width: 860px;
	margin: 50px auto;
}

.dcp-border__heading {
	position: relative;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: var(--base-color);
	margin-bottom: 30px;
}

.dcp-border__heading span{
	position: relative;
	background: #fff;
	padding-right: 20px;
	padding-left: 20px;
	z-index: 2;
}

.dcp-border__heading::after {
	content:"";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
	height: 2px;
	background: var(--base-color);
}

.dcp-border02 {
	border: 4px solid var(--background-02);
	padding-right: 40px;
	padding-left: 40px;
}

.dcp-border02 + .dcp-border02 {
	margin-top: 50px;
}

.dcp-border02__item {
	padding-top: 50px;
	padding: 50px;
	display: flex;
	align-items: center;
}

.dcp-border02__item:not(:last-of-type) {
	border-bottom: 1px solid var(--background-02);
}

.dcp-border02__item.dcp-border02__item--no-border {
	border-bottom: none !important;
	padding-left: 0;
	padding-right: 0;
	display: block;
}

.dcp-border02__item-img {
	flex: 0 0 320px;
	margin-right: 60px;
	text-align: center;
}
.dcp-border02__item-img02 {
	flex: 0 0 320px;
	margin-right: 60px;
	text-align: center;
}

.dcp-border02__item-img figure{
	max-width: 320px;
	margin-right: auto;
	margin-left: auto;
}

.dcp-border02__item-img02 figure {
	max-width: 150px;
	margin-right: auto;
	margin-left: auto;
}

.dcp-border02__item-text {
	flex: 1;
}

/* ----- card ----- */
.dcp-card {
	display: flex;
	align-items: center;
	border: 2px solid #ECEDF1;
}

.dcp-card + .dcp-card {
	margin-top: 40px;
}

.dcp-card__text {
	width: 680px;
	padding: 40px 30px;
	background: #ECEDF1;
	min-height: 340px;
}

.dcp-card__img {
	flex: 1;
}
.dcp-card__img a {
	transition: .2s;
	height: 100%;
	display: block;
}

.dcp-card__img a:hover {
	opacity: 0.7;
}
.dcp-card__btn {
	margin-top: 60px;
}


/* ----- text ----- */
.dcp-lead-text {
	font-size: 20px;
	font-weight: bold;
	color: var(--base-color);
	text-align: center;
	line-height: 2;
}
.dcp-lead-text02 {
	margin-bottom: 50px;
}

.dcp-text-01 {
	font-size: 22px;
}


/* ----- table ----- */
.dcp-table table td {
	background: #fff;
}

.dcp-table table .bg-white {
	background: #fff;
}
.dcp-table table .baseline {
	vertical-align: baseline;
}


.dcp-table.dcp-table--fixed table{
	border-collapse:separate;
}
/*
.dcp-table.fixed thead{
	position: sticky;
	top:0;
	left: 0;
	z-index: 2;
}
	*/

	.table-fixed {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		left: 0;
		z-index: 1;
	}


	.dcp-table--fixed {
		display: block;
	}


.dcp-table.dcp-table--02 table th,
.dcp-table.dcp-table--02 table td
{
	padding: 10px;
}

.dcp-table.dcp-table--02 .thead-heading {
	position: sticky;
	left: 0;
	overflow: hidden;
}

.dcp-table.dcp-table--02 .thead-heading::after {
	content:"";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: linear-gradient(to right top, transparent calc(50% - 0.5px), #CBCBCB 50%, #CBCBCB calc(50% + 0.5px), transparent calc(50% + 1px));
}

/*
.dcp-table.dcp-table--02 .thead-heading::after {
	content:"";
	width: 130%;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #CBCBCB;
	transform: translate(-50%,-50%) rotate(37deg);
}
	*/

.dcp-table.dcp-table--02 .thead-item01 {
	position: absolute;
	right: 50px;
	top: 60px;
}
.dcp-table.dcp-table--02 .thead-item02 {
	position: absolute;
	left: 70px;
	bottom: 60px;
}

.table-span {
	position: relative;
	display: inline-block;
}

.table-span sup {
	position: absolute;
	display: inline-block;
	line-height: 1;
	width: 50px;
}

.pc_scrollTable {
	overflow-x: auto;
}

.pc_scrollTable table {
	white-space: nowrap;
}

.th_colspan2 table th.sp_fixed_th {
	min-width: 80px;
}

.th_colspan2 table th.sp_fixed_th_col2.pc_fixed_th_col2 {
	left: 80px;
	word-break: break-all;
}

.sp_fixed_th,
.sp_fixed_th_col2.sp_fixed_th_col2,
.dcp-table.dcp-table--02 .thead-heading {
	z-index: 1;
}

.dcp-table.dcp-table--02 .thead-heading::before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 100%;
	border-left: 1px solid #CBCBCB;
}

.pc_scrollTable.th_colspan2 table {
	border-left: none;
}
.th_colspan2 table th.sp_fixed_th_col2:after {
	border-right: none;
}
@media screen and (min-width:769px) {
	.pc_scrollTable .simplebar-track.simplebar-horizontal {
		display: none;
	}
	.pc_fixed_th {
		 position: -webkit-sticky;
		 position: sticky;
		 left: 0;
	}
	.th_colspan2 table th.sp_fixed_th {
		min-width: 140px;
	}
	.th_colspan2 table th.sp_fixed_th_col2.pc_fixed_th_col2 {
		 position: sticky;
		 left: 140px;
	}
	.pc_fixed_th:before {
		content: "";
		position: absolute;
		top: -1px;
		left: 0;
		width: 100%;
		height: 100%;
		border-left: 1px solid #CBCBCB;
    }
 	.pc_fixed_th:after {
		content: "";
		position: absolute;
		top: -1px;
		right: -1px;
		width: 100%;
		height: 100%;
		border-right: 1px solid #CBCBCB;
    }
    .pc_scrollTable.th_colspan2 table {
		border-collapse: separate;
	}
}

/* ----- heading ----- */
.dcp-heading-01 {
	font-size: 36px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
	color: var(--base-color);
}

.dcp-heading-02 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
	color: var(--base-color);
}

.dcp-heading-03 {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	color: var(--base-color);
}

.dcp-heading-num {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	line-height: 1.5;
}
.dcp-heading-num span {
	font-size: 70px;
	font-weight: 500;
	color: var(--base-color);
	margin-right: 10px;
}


/* ----- linkbtn ----- */
.dcp-btn a{
	font-size: 18px;
}

.dcp-btn.dcp-btn-dl a::before{
	border: none;
	width: 15px;
	height: 20px;
	background: url(../images/revision/icon_dl.png) no-repeat center / 100%;
	transform: translateY(-50%);
	margin-top: 0;
	right: 1em;
}

.dcp-btn.dcp-btn-blank a::before {
	content: none;
}
.dcp-btn.dcp-btn-blank a img {
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%);
}


.dcp-anchor-btns {
	display: flex;
	margin-right: -7px;
	margin-left: -7px;
	justify-content: center;
}

.dcp-anchor-btn {
	padding-right: 7px;
	padding-left: 7px;
	width: 25%;
}

.dcp-anchor-btn a {
	position: relative;
	min-height: 60px;
	border: 1px solid var(--base-color);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	border-radius: 4px;
	transition: .2s;
}

.dcp-anchor-btn a:hover {
	opacity: .7;
	text-decoration: none;
	color: var(--base-color);
}
.dcp-anchor-btn a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -5px;
	width: 8px;
	height: 8px;
	border-top: 2px solid var(--base-color);
	border-right: 2px solid var(--base-color);
	transform: rotate(135deg);
}

/* ----- img ----- */
.tab_02_02 {
	max-width: 884px;
	margin-right: auto;
	margin-left: auto;
}
.tab_02_09 {
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
}

.tab_02_13 {
	max-width: 826px;
	margin-right: auto;
	margin-left: auto;
}

.tab_02_14 {
	max-width: 1040px;
	margin-right: auto;
	margin-left: auto;
}


@media screen and (min-width:768px) {
	.dcp-table--fixed .simplebar-mask,
	.dcp-table--fixed .simplebar-wrapper,
	.dcp-table--fixed .simplebar-content-wrapper {
		overflow: initial !important;
	}
}


@media screen and (max-width:767px) {
	#contents .container > .container_inner {
		padding: 0 15px;
	}
	.purchase_support_col2 {
		width: auto;
		padding-right: 0;
		padding-left: 0;
	}

	.btn_sns_share {
		width: auto;
	}
	hr.line_gray {
		min-width: auto;
	}


	.only-pc {
		display: none !important;
	}
	.only-sp {
		display: block !important;
	}


	/* base frame
================================================================== */

.contentsFrame .contentsFrame__inner{
	width: auto;
	padding: 0 15px;
	margin: 0 auto;
}

.contentsFrame .contentsFrame__inner > .contentsFrame__title{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
	text-align: center;
}
/* ----- topicPath ----- */
#topicPath li {
	display:inline-block;
	/display:inline;
	/zoom:1;
	vertical-align:middle;
	margin-right:7px;
	padding:0 13px 0 0;
	background:url(/common/images/bg_topicpath_01.gif) no-repeat right center;
	font-size:79%; /* font-size:11px; */
}
#topicPath li.current {
	background:none;
}

/* ------ headMod ------ */
.headMod01 { font-size:143%; } /* font-size:20px; */
.headMod02 { font-size:129%; } /* font-size:18px; */
.headMod03 { font-size:110%; } /* font-size:16px; */

.headMod02 {
    padding: 0 !important;
    border: none !important;
    background-color: #FFF !important;
    font-weight: bold;
    font-size: 129% !important;
}


/* dcp contents
================================================================== */
.dcp-contents{
	background: #FFF;
}
.headSection{
	padding: 10px 0;
	position: relative;
}
.headSection::after{
	background: #dedede;
	height: 2px;
	width: calc(100vw + 0px);
	content: '';
	display: block;
	position: absolute;
	left: -10px;
	bottom: 0;
}
.shop_button > ul > li{
	margin: 20px 0 0 auto;
	text-align: right;
}

/* ----- mainvisual ----- */
.dcp-mainvisual{
	margin-top: 0;
	padding-top: 25px;
	padding: ;
}
.dcp-mainvisual__inner{
	width: auto;
	flex-direction: column-reverse;
}
.dcp-mainvisual .image > img {
	width: 100%;
	height: auto;
}
.dcp-mainvisual .image {
	width: 100%;
}
.dcp-mainvisual .text_area {
	padding: 15px 18px;
	width: 100%;
}
.dcp-mainvisual .text_area dt {
	text-align: center;
}
.dcp-mainvisual .text_area > dl{
  max-width: 100%;
}

.dcp-mainvisual .text_area > dl > dt > .title{
	font-size: 19px;
	font-weight: bold;
	padding-bottom: 5px;
}
.dcp-mainvisual .text_area dt > .sub_title{
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
}
.dcp-mainvisual .text_area > dl > dd {
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	margin-top: 15px;
	font-weight: bold;
	margin-top: 20px !important;
}
/* ----- tabbtn ----- */
.dcp-tabbtn {
	width: auto;
	margin: 40px auto 20px;
}

.dcp-tabbtn ul {
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
  margin-top: -10px;
}

.dcp-tabbtn li{
  margin-top: 10px;
	width: 50%;
	font-size: 18px;
  padding-right: 5px;
  padding-left: 5px;
}
.dcp-tabbtn li button,
.dcp-tabbtn li a {
	padding: 10px 0;
}


/* ----- section ----- */

.dcp-section {
	padding-top: 40px;
	padding-bottom: 40px;
	margin-right: -15px;
	margin-left: -15px;
	font-size: 14px;
}
.dcp-section.dcp-section--first {
	padding-top: 30px;
	padding-bottom: 30px;
}

.dcp-section__inr {
	min-width: initial !important;
}

.dcp-section__cont {
	max-width: initial !important;
}

.dcp-block + .dcp-block{
	margin-top: 40px;
}

.dcp-box {
	padding: 25px 20px;
}
.dcp-box02 {
	padding: 25px 20px;
}

.dcp-box__cont {
	padding: 25px 20px;
}

.dcp-box + .dcp-box {
	margin-top: 30px;
}

.dcp-box__heading {
	font-size: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 60px;
}

.dcp-box__heading.icon01:before,
.dcp-box__heading.icon02:before {
	left: 15px;
	width: 35px;
	height: 35px;
}

.dcp-border {
	padding: 15px 25px;
	margin: 25px auto;
}

.dcp-border__heading {
	font-size: 18px;
	margin-bottom: 15px;
}

.dcp-border__heading span{
	padding-right: 10px;
	padding-left: 10px;
}

.dcp-border__heading::after {
	width: 100%;
}

.dcp-border02 {
	padding-right: 20px;
	padding-left: 20px;
}

.dcp-border02 + .dcp-border02 {
	margin-top: 25px;
}

.dcp-border02__item {
	padding-top: 25px;
	padding-bottom: 25px;
	padding-right: 0;
	padding-left: 0;
	display: block;
}

.dcp-border02__item-img,
.dcp-border02__item-img02 {
	margin-right: 0;
}



.dcp-border02__item-text {
	margin-top: 20px;
	flex: 1;
}

/* ----- card ----- */
.dcp-card {
	display: block;
	border: 2px solid #ECEDF1;
	background: var(--background-01);
}

.dcp-card + .dcp-card {
	margin-top: 20px;
}

.dcp-card__text {
	width: 100%;
	padding: 20px 15px;
	min-height: initial;
}

.dcp-card__btn {
	margin-top: 30px;
}


/* ----- heading ----- */
.dcp-heading-01 {
	font-size: 24px;
}
.dcp-heading-02 {
	font-size: 18px;
}
.dcp-heading-03 {
	font-size: 20px;
}

.dcp-heading-num {
	font-size: 20px;
	margin-bottom: 15px;
}
.dcp-heading-num span {
	font-size: 30px;
	margin-right: 5px;
}



/* ----- text ----- */

.dcp-lead-text {
	font-size: 16px;
	text-align: left;
}
.dcp-lead-text02 {
	margin-bottom: 25px;
}

.dcp-text-01 {
	font-size: 18px;
}


/* ----- linkbtn ----- */
.dcp-btn a{
	font-size: 14px;
}

.dcp-anchor-btns {
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
	margin-top: -10px;
}

.dcp-anchor-btn {
	margin-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	width: 50%;
}

.dcp-anchor-btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	text-align: center;
	padding-right: 1em;
	padding-left: 1em;
	height: 100%;
}

.dcp-anchor-btn a:after {
	right: .5em;
	width: 5px;
	height: 5px;
}

.dcp-table--fixed {
	height: 800px;
	overflow-y: auto;
}


.dcp-table.dcp-table--02 .thead-item01 {
	right: 20px;
	top: 60px;
}
.dcp-table.dcp-table--02 .thead-item02 {
	left: 40px;
	bottom: 50px;
}

/* share
=============================================================== */
.share_title {
  font-size: 30px;
  text-align: center;
}
.share_list {
  margin: 25px auto 0;
}
.share_list ul {
  text-align: center;
}
.share_list ul li {
  vertical-align: top;
  display: inline-block;
  position: relative;
  margin: 0 15px;
}

}