: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 ----- */
.developertools-mainvisual {
  margin-top: 40px;
}
.developertools-mainvisual__inner {
    margin: 0 auto;
		width: 1240px;
    display: flex;
}

/* ----- lead ----- */
.developertools-lead {
	max-width: 1160px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	line-height: 2;
	font-size: 20px;
	font-weight: bold;
	margin-top: 80px;
}

.developertools-lead02 {
	font-size: 18px;
	margin-bottom: 50px;
	text-align: center;
}

/* ----- linkbtn ----- */
.developertools-linkbtn {
	width: 930px;
	margin: 80px auto 0;
  margin-bottom: 20px;
}

.developertools-linkbtn ul {
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
}

.developertools-linkbtn li{
  padding-right: 10px;
  padding-left: 10px;
	width: 25%;
	font-size: 22px;
  display: block;
}
.developertools-linkbtn li button,
.developertools-linkbtn li a {
	position: relative;
	display: block;
	border-radius: 10px;
	background: #1B559A;
	color: #fff;
	width: 100%;
	min-height: 152px;
	padding: 20px 0;
	font-weight: bold;
	text-align: center;
	transition: .2s;
}

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

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

.developertools-linkbtn li a span {
	position: relative;
}

.developertools-linkbtn li a span::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: -.8em;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(135deg);
}

.developertools-linkbtn li.icon01 a::after {
	content:"";
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: block;
	width: 88px;
	height: 69px;
	background: url(/products/scanner/developertools/images/revision/ico_01.png) no-repeat center / 100%;
	margin-left: auto;
	margin-right: auto;
}
.developertools-linkbtn li.icon02 a::after {
	content:"";
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 68px;
	height: 77px;
	background: url(/products/scanner/developertools/images/revision/ico_02.png) no-repeat center / 100%;
	margin-left: auto;
	margin-right: auto;
}
.developertools-linkbtn li.icon03 a::after {
	content:"";
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 63px;
	height: 73px;
	background: url(/products/scanner/developertools/images/revision/ico_03.png) no-repeat center / 100%;
	margin-left: auto;
	margin-right: auto;
}
.developertools-linkbtn li.icon04 a::after {
	content:"";
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 74px;
	height: 52px;
	background: url(/products/scanner/developertools/images/revision/ico_04.png) no-repeat center / 100%;
	margin-left: auto;
	margin-right: auto;
}

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

.developertools-text {
	font-size: 18px;
}


.developertools-flow__list {
	display: flex;
	margin-right: -5px;
	margin-left: -5px;
}

.developertools-flow__list.scanner {
	position: relative;
}
.developertools-flow__list.scanner::before {
	content:"";
	position: absolute;
	width: 315px;
	height: 125px;
	top: 50%;
	transform: translateY(-50%);
	right: 90px;
	background: url(/products/scanner/developertools/images/revision/scanner.png) no-repeat center / 100%;
}

.developertools-flow__item  {
	padding-right: 5px;
	padding-left: 5px;
	width: 20%;
}

.developertools-flow__item.w60 {
	width: 60%;
}
.developertools-flow__item.w100 {
	width: 100%;
}

.developertools-flow__item.arrow {
	position: relative;
	margin-top: 90px;
	margin-bottom: 90px;
}
.developertools-flow__item.arrow::before {
	content:"";
	background: url(/products/scanner/developertools/images/revision/arrow.png) no-repeat center / 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -78px;
	width: 29px;
	height: 68px;
}
.developertools-flow__item.arrow::after {
	content:"";
	background: url(/products/scanner/developertools/images/revision/arrow.png) no-repeat center / 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -78px;
	width: 29px;
	height: 68px;
}

.developertools-flow__item a {
	color: #000;
	display: block;
}

.developertools-flow__item a:hover {
	opacity: .7;
	text-decoration: none;
}

.developertools-flow__inr {
	background: #fff;
	border: 2px solid #66A752;
	border-radius: 5px;
	overflow: hidden;
}
.developertools-flow--02 .developertools-flow__inr {
border-color: #A02C93;
}

.developertools-flow__inr.developertools-flow__inr--green {
	background: #B5E0A9;
	padding: 15px 0;
	min-height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.developertools-flow__inr.developertools-flow__inr--purple {
	background: #E9B3E4;
	padding: 15px 0;
	min-height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.developertools-flow__heading {
	background: #B5E0A9;
	padding: 10px 10px 0;
	margin-bottom: 15px;
	min-height: 125px;
	clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
	font-size: 13px;
	text-align: center;
	font-weight: bold;
}

.developertools-flow--02 .developertools-flow__heading {
	background: #E9B3E4;
}

.developertools-flow__heading span {
	font-size: 18px;
	text-decoration: underline;
}

.developertools-flow__icon {
	width: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.developertools-flow--02 .developertools-flow__icon {
	margin-bottom: 0;
}

.developertools-flow__text {
	line-height: 1.5 !important;
	text-align: center;
	font-weight: bold;
}

.developertools-flow--02 .developertools-flow__text{
	min-height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.developertools-flow__text span {
	font-size: 12px;
}

.developertools-flow__text02 {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	line-height: 1.4 !important;
}


.developertools-flow__btn{
	color: #000;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	display: block;
	padding: 15px 0;
	background: #B5E0A9;
	line-height: 1;
	transition: .2s all ease;
	margin-top: 30px;
}
.developertools-flow--02 .developertools-flow__btn {
	margin-top: 5px;
}

.developertools-flow--02 .developertools-flow__btn{
	background: #E9B3E4;
}

.developertools-flow__btn span {
	position: relative;
}

.developertools-flow__btn span img {
	content:"";
	position: absolute;
	width: 20px;
	height: 20px;
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
}

.developertools-flow__img.developertools-flow__img--01 {
	margin-top: 10px;
	display: block;
}

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

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

.developertools-section.developertools-section--gray {
	background: #ECEDF1;
}

.developertools-section.developertools-section--border::before {
	content:"";
	width: 1240px;
	height: 1px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #CBCBCB;
}

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

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

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

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

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

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

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

/* ----- card ----- */
.developertools-card {
	display: flex;
	align-items: center;
	background: #ECEDF1;
}

.developertools-card.developertools-card--02 {
	background: transparent;
}

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

.developertools-card__text {
	width: 800px;
	min-height: 340px;
	padding: 40px 40px 40px 40px;
}

.developertools-card.developertools-card--02 .developertools-card__text {

	padding-left: 0;

}

.developertools-card__img {
	flex: 1;
	padding-right: 40px;
}
.developertools-card__img a {
	transition: .2s;
	height: 100%;
	display: block;
}

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


/* ----- heading ----- */
.developertools-heading-01 {
	position: relative;
	font-size: 42px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 50px;
	color: var(--base-color);
}

.developertools-heading-01.developertools-heading-01--mb30 {
	margin-bottom: 30px;
}

.developertools-heading-01.icon01::before {
	content:"";
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: url(/products/scanner/developertools/images/revision/ico_01.png) no-repeat center / 38px 30px, var(--base-color);
	margin-left: auto;
	margin-right: auto;
}

.developertools-heading-01.icon02::before {
	content:"";
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: url(/products/scanner/developertools/images/revision/ico_02.png) no-repeat center / 31px 35px, var(--base-color);
	margin-left: auto;
	margin-right: auto;
}

.developertools-heading-01.icon03::before {
	content:"";
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: url(/products/scanner/developertools/images/revision/ico_03.png) no-repeat center / 34px 40px, var(--base-color);
	margin-left: auto;
	margin-right: auto;
}

.developertools-heading-01.icon04::before {
	content:"";
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: url(/products/scanner/developertools/images/revision/ico_04.png) no-repeat center / 34px 24px, var(--base-color);
	margin-left: auto;
	margin-right: auto;
}

.developertools-heading-02 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
}

.developertools-heading-num {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	line-height: 1.5;
}

.developertools-heading-border {
	padding-bottom: 24px;
	border-bottom: 1px solid #CBCBCB;
}


/* ----- linkbtn ----- */
.developertools-btn a{
	font-size: 16px;
}

.developertools-btn.developertools-btn-blank a {
	padding-left: 10px;
	padding-right: 10px;
}

.developertools-btn.developertools-btn-fz18 a {
	font-size: 18px;
}

.developertools-btn.developertools-btn-blank a .blank {
	content:"";
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	border: none;
	margin-top: 0;
	width: 20px;
	height: 20px;
}

.developertools-btn.developertools-btn--img img{
	display: block;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	max-width: 190px;
}

.developertools-btn-blank a::before {
	content: none !important;
}


/* ----- commonbtn ----- */
.common_btn_col2 {
    display: flex;
    justify-content: center;
}
.common_btn {
    box-sizing: content-box;
    font-weight: bold;
}
.common_btn_col2 > * {
    width: 440px;
    margin: 0 10px;
}
.common_btn a {
    position: relative;
    border-radius: 2px;
    display: block;
    background: #005AB4;
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    padding: 20px 20px;
    -webkit-transition: .2s;
    transition: .2s;
    border: 1px solid #005AB4;
}
.common_btn.common_btn_02 a {
    background: #fff;
    color: #005AB4;
}
.common_btn a::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1em;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
}
.common_btn a::after {
    content: '';
    display: block;
    position: absolute;
    top: 49%;
    right: 1.65em;
    width: 5px;
    height: 5px;
    border-top: 2px solid #005AB4;
    border-right: 2px solid #005AB4;
    transform: rotate(45deg) translateY(-50%);
}
.common_btn.common_btn_02 a::before {
    background: #005AB4;
}
.common_btn.common_btn_02 a::after {
    border-top-color: #fff;
    border-right-color: #fff;
}
.common_btn a:hover {
    text-decoration: none;
    opacity: 0.7;
}
[class*="btn_blue"] + [class*="btn_blue"] {
    margin-top: 0;
}


@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;
}


/* developertools contents
================================================================== */
.developertools-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;
}


.developertools-text {
	font-size: 15px;
}

/* ----- mainvisual ----- */
.developertools-mainvisual{
	margin-top: 0;
	padding-top: 25px;
	padding: ;
}
.developertools-mainvisual__inner{
	width: auto;
	flex-direction: column-reverse;
}
.developertools-mainvisual .image > img {
	width: 100%;
	height: auto;
}
.developertools-mainvisual .image {
	width: 100%;
}

/* ----- lead ----- */
.developertools-lead {
	font-size: 16px;
	margin-top: 40px;
}

.developertools-lead02 {
	font-size: 15px;
	margin-bottom: 20px;
}

/* ----- tabbtn ----- */
.developertools-linkbtn {
	width: auto;
	margin: 40px auto 20px;
}

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

.developertools-linkbtn li{
  margin-top: 10px;
	width: 50%;
	font-size: 18px;
  padding-right: 5px;
  padding-left: 5px;
}
.developertools-linkbtn li button,
.developertools-linkbtn li a {
	padding: 10px 0;
	min-height: 92px;
}

.developertools-linkbtn li a span::after {
	right: -1em;
}


.developertools-linkbtn li.icon01 a::after {
	width: calc(88px / 2) ;
	height: calc(69px / 2 );
}
.developertools-linkbtn li.icon02 a::after {
	width: calc(68px / 2);
	height: calc(77px / 2);
}
.developertools-linkbtn li.icon03 a::after {
	width: calc(63px / 2);
	height: calc(73px / 2);
}
.developertools-linkbtn li.icon04 a::after {
	width: calc(74px / 2);
	height: calc(52px / 2);
}


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

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

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

.developertools-section__cont {
	max-width: initial !important;
}
/* ----- card ----- */
.developertools-card {
	display: block;
}

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

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


.developertools-card.developertools-card--02 .developertools-card__text {
	padding: 0 0 15px 0;
}


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

.developertools-card__btn a {
	width: auto;
}

.developertools-card__img {
	padding: 0 15px 15px;
}


/* ----- heading ----- */
.developertools-heading-01 {
	font-size: 2.8rem;
	margin-bottom: 20px;
}

.developertools-heading-01.developertools-heading-01--mb30 {
	margin-bottom: 20px;
}

.developertools-heading-01.icon01::before {
	width: 40px;
	height: 40px;
	background-size: calc(38px / 1.5) calc(30px / 1.5);
}

.developertools-heading-01.icon02::before {
	width: 40px;
	height: 40px;
	background-size: calc(31px / 1.5) calc(35px / 1.5);
}

.developertools-heading-01.icon03::before {
	width: 40px;
	height: 40px;
	background-size: calc(34px / 1.5) calc(40px / 1.5);
}

.developertools-heading-01.icon04::before {
	width: 40px;
	height: 40px;
	background-size: calc(34px / 1.5) calc(24px / 1.5);
}

.developertools-flow__list.scanner::before {
	content:none;
}

.developertools-flow__item.arrow{
	margin-top: 70px;
	margin-bottom: 70px;
}

.developertools-flow__item.arrow::before,
.developertools-flow__item.arrow::after {
	width: 20px;
	height: 45px;
}

.developertools-flow__item.arrow::before {
	top: -54px;
}
.developertools-flow__item.arrow::after {
	bottom: -54px;
}

.developertools-flow__text02 {
	font-size: 14px !important;
}

.developertools-flow__inr.developertools-flow__inr--green,
.developertools-flow__inr.developertools-flow__inr--purple {
	min-height: 100%;
}

.developertools-flow__item.w60 {
	width: 80%;
}
.developertools-flow__item.w100 {
	width: 80%;
}


.developertools-heading-02 {
	font-size: 1.8rem;
	margin-bottom: 15px;
}


.developertools-heading-num {
	font-size: 20px;
	margin-bottom: 15px;
}

.developertools-heading-border {
	padding-bottom: 15px;
}

.developertools-flow.only-sp + .developertools-flow.only-sp {
	margin-top: 50px;
}

.developertools-flow__list {
	flex-wrap: wrap;
	justify-content: center;
	margin-top: -10px;
}
.developertools-flow__item  {
	width: 50%;
	margin-top: 10px;
}

.developertools-flow__heading {
	padding: 10px 5px 0;
	margin-bottom: 10px;
	min-height: 110px;
	font-size: 11px;
}

.developertools-flow__heading span {
	font-size: 15px;
}

.developertools-flow__icon {
	width: 25px;
	margin-bottom: 15px;
}

.developertools-flow__text {
	font-size: 11px;
}

.developertools-flow__text span {
	font-size: 10px;
}

.developertools-flow__btn {
	margin-top: 20px;
	font-size: 15px;
	padding: 10px 0;
}


.developertools-flow__btn span img {
	width: 15px;
	height: 15px;
	right: -20px;
}

.developertools-flow__img.developertools-flow__img--01 {
	margin-top: 10px;
}

.developertools-flow--02 .developertools-flow__icon {
	margin-bottom: 0;
}

.developertools-flow--02 .developertools-flow__text {
	min-height: 70px;
}


/* ----- linkbtn ----- */
.developertools-btn a{
	font-size: 14px !important;
}

/* ----- commonbtn ----- */
.common_btn_col2 {
  display: block;
}

.common_btn_col2 > * {
  width: 100%;
  margin: 20px 0 20px;
 }

.common_btn a {
  font-size: 1.4rem;
  padding: 20px 20px;
}

.common_btn a::before {
  right: 1em;
  width: 14px;
  height: 14px;
}

.common_btn a::after {
  top: 48%;
  right: 1.55em;
  width: 2.5px;
  height: 2.5px;
}
[class*="btn_blue"] + [class*="btn_blue"] {
    margin-top: 10px;
}


/* 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;
}

}