
.col_pagettl.line {
	background-image: url(../img/line/bg_pagettl.jpg);
}

.col_line1 {
	width: 94%;
	max-width: 945px;
	margin: 0 auto 60px;
	padding: 60px 0 0;
}

.col_line1 .mds_line1 {
	margin: 0 0 23px;
	padding: 0;
	text-align: center;
	display: flex;
	justify-content: center;
}

.col_line1 .mds_line1 span {
	width: 71px;
	height: 68px;
	margin:0 3px;
	padding: 0;
	color: #fff;
	font-size: 42px;
	text-align: center;
	line-height: 1;
	background-image: url(../img/line/bg_mds_registration1.gif);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.col_line1 .mds_line1 span:nth-child(even) {
	background-image: url(../img/line/bg_mds_registration2.gif);
}

.lead_line1 {
	margin: 0 0 30px;
	padding: 0;
	color: #06c755;
	font-size: 32px;
	text-align: center;
}

.cont_registration_pc {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

.cont_registration_pc .cont {
	width: 46.5%;
	margin: 0;
	padding: 42px 0;
	background-image: url(../img/line/bg_registration1.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}

.cont_registration_pc .cont .mds {
	margin: 0 0 15px;
	padding: 0;
	color: #06c755;
	font-size: 32px;
	text-align: center;
}

ol.list_registration1 {
	width: 94%;
	max-width: 340px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

ol.list_registration1 li {
	width: 100%;
	margin: 0 0 15px;
	padding: 0;
	line-height: 1.5;
	display: flex;
}

ol.list_registration1 li .num {
	width: 44px;
	margin: 0 14px 0 0;
	padding: 0;
}

ol.list_registration1 li .txt {
	width: calc( 100% - 58px );
	margin: 0;
	padding: 0;
}

ol.list_registration1 li .txt.icon {
	min-height: 50px;
	padding-right: 55px;
	background-image: url(../img/line/icon_lineadd.gif);
	background-repeat: no-repeat;
	background-size: 50px auto;
	background-position: right center;
}

ol.list_registration1 li .txt .lineid {
	color: #06c755;
	font-size: 20px;
	font-weight: 600;
}

.qr_registration {
	width: 124px;
	margin: 0 auto;
	padding: 0;
}

.img_registration {
	width: 230px;
	margin: 0 auto;
	padding: 0;
}

.col_line2 {
	width: 94%;
	max-width: 1046px;
	margin: 0 auto;
	padding: 0;
}

.col_line2 .mds_step_line {
	max-width: 434px;
	min-height: 92px;
	margin: 0 auto 40px;
	padding: 0;
	font-size: min(8.67vw, 36px);
	text-align: center;
	line-height: 1;
	background: url(../img/line/bgleft_mds_step.gif), url(../img/line/bgright_mds_step.gif);
	background-repeat: no-repeat, no-repeat;
	background-size: 45px auto, 58px auto;
	background-position: left center, right center;
}

.col_line2 .mds_step_line .num {
	color: #06c755;
	font-size: 1.5em;
}

ul.list_step_line {
	width: 94%;
	max-width: 558px;
	margin: 0 auto 80px;
	padding: 0;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 0;
}

ul.list_step_line::before {
	content: "";
	width: calc( 100% - 150px );
	height: 10px;
	margin: 0;
	padding: 0;
	background: radial-gradient(circle farthest-side, #6d4800 30%, transparent 60%);
    background-size: 10px 10px;
	position: absolute;
	top: 50%;
	left: 75px;
	z-index: -1;
}

ul.list_step_line li {
	width: 25vw;
	max-width: 150px;
	height: 25.67vw;
	max-height: 154px;
	margin: 0;
	padding: 0;
	background-image: url(../img/line/bg_step_assess.gif);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

ul.list_step_line li .icon {
	width: 32%;
	margin: 0 auto 3px;
	padding: 0;
}

ul.list_step_line li .txt {
	margin: 0;
	padding: 0;
	font-size: min(6.4vw, 27px);
	line-height: 1.4;
}

.cont_step_line1 {
	width: 100%;
	margin: 0 0 100px;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

.cont_step_line1.step2 { justify-content: flex-start; }

.cont_step_line1 dl {
	width: 44%;
	margin: 0;
	padding: 0;
	align-self: center;
}

.cont_step_line1.step2 dl { order: 1; }

.cont_step_line1 dl dt {
	width: 100%;
	margin: 0 0 13px;
	padding: 46px 26px 25px;
	background: url(../img/line/border_mds_assess.svg), url(../img/line/border_mds_assess.svg);
	background-repeat: repeat-x, repeat-x;
	background-position: left top, left bottom;
	background-size: auto 2.5px, auto 2.5px;
	position: relative;
	z-index: 0;
}

.cont_step_line1.step1 dl dt img {
	width: 78vw;
	max-width: 273px;
}

.cont_step_line1.step2 dl dt img {
	width: 50.43vw;
	max-width: 176.5px;
}

.cont_step_line1.step3 dl dt img {
	width: 79.83vw;
	max-width: 279.4px;
}

.cont_step_line1 dl dt .label {
	width: 40%;
	max-width: 165px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -26px;
	left: 10px;
}
.cont_step_line1 dl dt .label img { width: 100%; }

.cont_step_line1 dl dd {
	margin: 0;
	padding: 0 15px 0 27px;
}

.img_step_line {
	width: 53%;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.step1 .img_step_line {
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: space-between;
}

.step1 .img_step_line .img {
	width: 49.5%;
	margin: 0 0 15px;
	padding: 0;
}

.step1 .img_step_line .img .sp { display: none; }

.step2 .img_step_line img,
.step3 .img_step_line img {
	width: 80%;
	max-width: 353px;
}

.inner_purchase1 {
	width: 94%;
	max-width: 1112px;
	margin: 0 auto 40px;
	padding: 100px 0 50px;
	background-image: url(../img/line/bg_reason.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;;
}

.lead_purchase1 {
	margin: 0 0 40px;
	text-align: center;
	font-size: 30px;
	line-height: 1.35;
}

.cont_purchase_flow {
	width: 100%;
	max-width: 850px;
	margin: 0 auto 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cont_purchase_flow .left {
	width: calc(100% - 378px);
	padding: 0 20px 0 0;
	line-height: 1.8;
}

.cont_purchase_flow .right {
	width: 378px;
	padding: 20px 0 0;
	background-image: url(../img/purchase/bg_flow.gif);
	background-repeat: no-repeat;
	background-size: 212px auto;
	background-position: left 50px bottom 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cont_purchase_flow .right dl {
	margin: 0;
	padding: 0;
	font-size: 18px;
}

.cont_purchase_flow .right dl.flow1 {
	margin-right: 35px;
}

.cont_purchase_flow .right dl.flow2 {
	margin-right: 55px;
}

.cont_purchase_flow .right dl.flow3 {
	text-align: center;
}

.cont_purchase_flow .right dl dt {
	margin: 0;
	padding: 0;
}

.cont_purchase_flow .right dl.flow1 dt {
	width: 92px;
	margin-bottom: 7px;
}

.cont_purchase_flow .right dl.flow2 dt {
	width: 75px;
	margin-bottom: -6px;
}

.cont_purchase_flow .right dl.flow3 dt {
	width: 112px;
	margin-bottom: 6px;
}

.cont_purchase_flow .right dl dd {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 1.2;
}

.cont_purchase_flow .right dl.flow1 dd {
	padding-left: 10px;
}

.cont_purchase_flow .right dl.flow2 dd {
	padding-left: 32px;
}

.cont_purchase_reason {
	width: 508px;
	height: 178px;
	margin: 0 auto 45px;
	padding: 10px 0 0 0;
	font-size: 26px;
	line-height: 1.3;
	text-align: center;
	background-image: url(../img/purchase/bg_reason.gif);
	background-size: 100% auto;
	background-repeat: no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	   -ms-flex-align: center;
	      align-items: center;
	-webkit-box-pack: center;
	   -ms-flex-pack: center;
	 justify-content: center;
}

.cont_purchase_reason .big {
	font-size: 36px;
}

.list_purchase_reason {
	max-width: 775px;
	margin: 0 auto 110px;
	padding: 0;
	text-align: center;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	   -ms-flex-pack: justify;
	 justify-content: space-between;
}

.list_purchase_reason dl {
	width: 33%;
	margin: 0;
	padding: 0;
}

.list_purchase_reason dt {
	width: 80%;
	margin: 0 auto 20px;
}

.list_purchase_reason dt img {
	width: auto;
	height: 96px;
	margin: 0 auto;
	display: inline-block;
}

.list_purchase_reason dd {
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 1.8;
}

.bg_line_howto1 {
	margin: 0;
	padding: 120px 0 70px;
	background-color: #efebe3;
	background-image: url(../img/line/bgtop_howto.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-size: 1352px auto;
}

.col_line3 {
	width: 94%;
	max-width: 970px;
	margin: 0 auto;
}

.mds_line_howto {
	margin: 0 0 14px;
	padding: 0;
	font-size: 30px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mds_line_howto .icon {
	width: 41px;
	margin: 0 5px 0 0;
	padding: 0;
	display: inline-block;
}

.cont_line_howto1 {
	width: 100%;
	margin: 0;
	padding: 0;
}

.cont_line_howto1 .explain {
	width: 54%;
	margin: 0 0 15px;
	padding: 70px 0 0;
	font-size: min(6.8vw, 26px);
	line-height: 1.5;
	float: left;
}

.cont_line_howto1 .img {
	width: 44%;
	margin: 0;
	padding: 0;
	float: right;
}

.cont_line_howto1 ul {
	width: 54%;
	margin: 0;
	padding: 0 8px;
	line-height: 1.4;
	float: left;
}

.cont_line_howto1 ul li {
	margin: 0 0 6px;
	padding: 0 0 0 1em;
	text-indent: -1em;
}

.cont_line_howto1 ul li * {
	text-indent: 0;
}

.bg_line_howto2 {
	margin: 0 0 40px;
	padding: 120px 0 80px;
	background-color: #efebe3;
	background-image: url(../img/line/bgtop_howto2.jpg), url(../img/line/bgbtm_howto.jpg);
	background-repeat: repeat-x, repeat-x;
	background-position: center top, center bottom;
	background-size: 1490px auto, 1737px auto;
	position: relative;
	z-index: 0;
}

.lead_howto1 {
	margin: 0 0 50px;
	padding: 0;
	font-size: min(6.66vw, 30px);
	text-align: center;
	line-height: 1.4;
}

.cont_line_howto2 {
	width: 94%;
	max-width: 1112px;
	margin: 0 auto 45px;
	padding: 0 0 40px;
	background-image: url(../img/line/border_howto.gif);
	background-repeat: repeat-x;
	background-size: 892px auto;
	background-position: center bottom;
}

.cont_line_howto2.digital {
	margin: 0 auto 10px;
	background-image: none;
}

.cont_line_howto2 .mds {
	max-width: 338px;
	min-height: 60px;
	margin: 0 auto 20px;
	padding: 0 0 30px;
	font-size: 27px;
	text-align: center;
	background-image: url(../img/line/bg_mds_howto.gif);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
}

.cont_line_howto2 .cont_figure {
	max-width: 822px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

.cont_line_howto2.digital .cont_figure {
	max-width: 980px;
}

.cont_line_howto2 .cont_figure .img {
	width: 46.4%;
	margin: 0;
	padding: 0;
}
.cont_line_howto2.digital .cont_figure .img {
	width: 54.7%;
}

.cont_line_howto2 .cont_figure img.sp { display: none; }

.cont_list_howto1 {
	width: 50.5%;
	margin: 0;
	padding: 35px 0 25px;
	background-image: url(../img/line/bg_list_howto.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	align-self: center;
}
.cont_line_howto2.digital .cont_list_howto1 {
	width: 42.5%;
}

.cont_line_howto3 {
	width: 94%;
	max-width: 1112px;
	margin: 0 auto 100px;
	padding: 0;
}
.cont_line_howto3 .mds {
	width: 100%;
	min-height: 53px;
	margin: 0 auto 25px;
	padding: 3px 0 0;
	color: #FFF;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	background-image: url(../img/line/bg_mds_howto2.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
}
.cont_howto1 {
	width: 100%;
	margin: 0 0 45px;
	display: flex;
	justify-content: center;
	gap: 65px;
}
.cont_howto2 {
	width: 100%;
	margin: 0 0 45px;
	display: flex;
	justify-content: center;
	gap: 65px;
}
.cont_howto3 {
	width: 100%;
	margin: 0 0 45px;
	display: flex;
	justify-content: center;
}
.col_howto_l {
	width: 283px;
	margin: 0;
	padding: 0;
}
.cont_howto2 .col_howto_l {
	width: 264px;
}
.cont_howto3 .col_howto_l {
	width: 402px;
	margin: 30px 0 0;
}
.col_howto_r {
	width: 445px;
	margin: 0;
	padding: 0;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	gap: 15px 0;
}
.cont_howto2 .col_howto_r {
	width: 638px;
}
.cont_howto3 .col_howto_r {
	width: 310px;
}
.col_howto_r img {
	width: 47%;
	margin: 0;
	padding: 0;
}
.cont_howto2 .col_howto_r img {
	width: 32%;
}
.cont_howto3 .col_howto_r img {
	width: 95%;
}
.col_howto_rt {
	width: 100%;
}
.wrap_howto {
	width: 95%;
	margin: 0 auto;
}
.cont_line_howto3 ol {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	gap: 0 1.5%;
}
.cont_line_howto3 ol li {
	width: 32%;
	margin: 0;
	padding: 20px 6px;
	line-height: 1.4;
	border-top: 1px dotted #6d4800;
	box-sizing: border-box;
	display: flex;
}
.cont_line_howto3 ol li:nth-child(n+3) {
	border-bottom: 1px dotted #6d4800;
}
.cont_line_howto3 ol li .mds_howto_d {
	padding: 0 0 6px;
	font-size: 18px;
}
.cont_line_howto3 ol li .note {
	font-size: 14px;
	padding-left: 1em;
	text-indent: -1em;
}
.cont_line_howto2.digital .cont_line_howto3 ol {
	max-width: 350px;
}
.cont_line_howto2.digital .cont_line_howto3 ol li {
	width: 50%;
}
.cont_line_howto3 ol li .num {
	width: 30px;
	margin: 0 8px 0 0;
	padding: 0;
}
.cont_line_howto3 ol li .txt {
	width: calc(100% - 38px);
	margin: 0;
	padding: 0;
}
.link_reduction {
	width: 100%;
	margin: -15px 0 15px;
	color: #6d4800;
	text-align: right;
}
.link_reduction a {
	padding: 0 0 0 17px;
	color: #6d4800;
	text-decoration: underline;
	position: relative;
}
.link_reduction a:hover {
	text-decoration: none;
}
.link_reduction a::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	position: absolute;
	top: 5px;
	left: 4px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-top: 4px solid #ED6C00;
}

.wrap_reduction {
	width: 94%;
	max-width: 1112px;
	margin: 0 auto 40px;
	padding: 70px 50px 50px;
	background-image: url(../img/line/bg_reduction.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
}
.mds_reduction {
	margin: 0 auto 50px;
	padding: 0 0 40px;
	font-size: 36px;
	text-align: center;
	background-image: url(../img/line/bg_mds_reduction.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
}
.lead_reduction {
	margin: 0 auto 30px;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}
.note_reduction {
	width: 100%;
	max-width: 625px;
	margin: 0 auto 50px;
	padding: 15px;
	color: #ED6C00;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #ED6C00;
	box-sizing: border-box;
}
.list_reduction {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 45px 5%;
}
.col_reduction {
	width: 30%;
	margin: 0 auto;
}
.col_reduction img {
	width: 100%;
	height: auto;
}
.submds_reduction {
	width: 100%;
	margin: 15px auto 10px;
	padding: 0 0 20px 5px;
	color: #ED6C00;
	font-size: 20px;
	font-weight: bold;
	line-height: 1em;
	background-image: url(../img/line/bg_submds_reduction.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
}
.submds_reduction span {
	font-size: 15px;
	display: inline-block;
}
.txt_reduction {
	padding: 0 5px;
}



.cont_list_howto1 ol {
	width: 90%;
	max-width: 320px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}

.cont_list_howto1 ol li {
	min-width: 42%;
	margin: 0 0 10px;
	padding: 0 10px 0 0;
	font-size: 19px;
	line-height: 1.4;
	box-sizing: border-box;
	display: flex;
}
.cont_line_howto2.digital .cont_list_howto1 ol {
	max-width: 350px;
}
.cont_line_howto2.digital .cont_list_howto1 ol li {
	width: 50%;
}

.cont_list_howto1 ol li .num {
	width: 30px;
	margin: 0 8px 0 0;
	padding: 0;
}

.cont_list_howto1 ol li .txt {
	width: calc(100% - 38px);
	margin: 0;
	padding: 0;
}

.note_howto {
	width: 94%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.col_license_line {
	width: 92%;
	max-width: 885px;
	margin: 0 auto 50px;
	padding: 35px 20px 40px;
	background-image: url(../img/line/bg_license.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
}

.col_license_line .img {
	max-width: 200px;
	margin: 0 6% 0 0;
}

.col_license_line .txt {
	max-width: 420px;
	line-height: 1.4;
}

.col_license_line .txt .big {
	margin: 0 0 10px;
	padding: 0;
	font-size: min(6.58vw, 26px);
}

.col_license_line .txt .min { display: none; }



/* ---------------------------------------------------------------
start max 1033px
--------------------------------------------------------------- */

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

	.cont_purchase_flow {
		display: block;
	}

	.cont_purchase_flow .left {
		width: 90%;
		margin: 0 auto 20px;
		padding: 0;
		text-align: center;
	}

	.cont_purchase_flow .right {
		margin: 0 auto;
		background-position: left 49px bottom 34px;
	}

	.cont_purchase_reason {
		height: 140px;
		background-size: 100% 100%;
	}

	.list_purchase_reason {
		width: 90%;
	}

	.cont_line_howto1 .explain {
		padding: 50px 0 0;
	}

}

/* ---------------------------------------------------------------
end max 1033px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
start max 850px
--------------------------------------------------------------- */

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

	.cont_registration_pc .cont {
		width: 48.8%;
	}

	.cont_step_line1 dl dt {
		padding: calc( 2vw + 15px) 25px 20px;
	}

	.cont_step_line1 dl dd {
		padding: 0 10px 0 15px;
	}

	.bg_line_howto1 {
		padding: 80px 0;
	}

	.cont_line_howto1 .explain {
		padding: 30px 0 0;
	}

	.cont_line_howto2 {
		padding: 0 0 60px;
		background-size: auto 18px;
	}

	.cont_line_howto2 .cont_figure {
		display: block;
	}

	.cont_line_howto2 .cont_figure .img {
		width: 100%;
		max-width: 380px;
		margin: 0 auto;
	}

	.cont_line_howto2.digital .cont_figure .img {
		width: 100%;
		max-width: 530px;
	}

	.cont_list_howto1,
	.cont_line_howto2.digital .cont_list_howto1 {
		width: 100%;
		max-width: 460px;
		margin: 0 auto;
	}
	
	.list_reduction {
		width: 100%;
		gap: 40px 5%;
	}
	.col_reduction { width: 45%; }

}

/* ---------------------------------------------------------------
end max 850px
--------------------------------------------------------------- */



/* ---------------------------------------------------------------
start min 701px
--------------------------------------------------------------- */

@media print,screen and ( min-width: 701px ) {

	.cont_registration_sp { display: none; }


}

/* ---------------------------------------------------------------
end min 701px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
start max 700px
--------------------------------------------------------------- */

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

	.col_pagettl.line {
		background-image: url(../img/line/sp/bg_pagettl.jpg);
	}

	.col_line1 {
		max-width: 480px;
		padding: 55px 0;
		background-image: url(../img/line/sp/bg_registration.svg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-position: center center;
	}

	.col_line1 .mds_line1 {
		margin: 0 0 35px;
	}

	.col_line1 .mds_line1 span {
		width: 14.22vw;
		max-width: 64px;
		height: 13.55vw;
		max-height: 61px;
		font-size: min(8vw, 36px);
	}

	.cont_registration_pc { display: none; }

	ol.list_registration1 {
		width: 88%;
		padding: 0 0 10px;
	}

	.cont_registration_sp .btn_line {
		width: 80%;
		max-width: 280px;
		margin: 0 auto;
		padding: 16px 0;
		color: #fff;
		background-image: url(../img/line/sp/bg_btn_line.svg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-position: center center;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.cont_registration_sp .btn_line .icon {
		width: 28px;
		margin: 0 5px 0 0;
		padding: 0;
		display: inline-block;
	}

	.cont_registration_sp .btn_line .txt {
		font-size: 22px;
	}

	.cont_step_line1 {
		margin: 0 0 90px;
		display: block;
	}

	.cont_step_line1 dl {
		width: 100%;
		margin: 0 0 30px;
	}

	.cont_step_line1 dl dt {
		padding: 45px 10px 25px;
		text-align: center;
	}
	
	.cont_step_line1 dl dt .label {
		width: 42%;
		transform: translate(-50%, -50%);
		top: 0;
		left: 50%;
	}

	.img_step_line {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
		text-align: center;
	}

	.step2 .img_step_line img,
	.step3 .img_step_line img {
		width: 88%;
	}

	.inner_purchase1 {
		padding: 70px 0 60px;
		background-image: url(../img/line/sp/bg_reason.svg);
	}

	.lead_purchase1 {
		font-size: min(5.26vw, 30px);
	}

	.cont_purchase_flow .left {
		width: 80%;
	}

	.cont_purchase_reason {
		width: 80.6vw;
		max-width: 508px;
		height: 22.22vw;
		max-height: 140px;
		font-size: min(4.4vw, 26px);
	}

	.cont_purchase_reason .big {
		font-size: min(6.1vw, 36px);
	}

	.list_purchase_reason {
		width: 80%;
		margin: 0 auto;
		display: block;
	}

	.list_purchase_reason dl {
		width: 100%;
		max-width: 440px;
		margin: 0 auto 20px;
		padding: 0;
		display: flex;
		align-items: center;
	}

	.list_purchase_reason dl dt {
		width: 22.7%;
		margin: 0 10px 0 0;
	}
	.list_purchase_reason dl:nth-child(2) dt {
		margin: 0 0 0 10px;
		order: 1;
	}

	.list_purchase_reason dl dt img {
		width: 100%;
		height: auto;
	}

	.list_purchase_reason dl dd {
		width: calc( 77.3% - 10px);
		text-align: left;
	}

	.bg_line_howto1 {
		background-size: 120% auto, 150% auto;
	}

	.mds_line_howto {
		margin: 0 0 30px;
	}

	.cont_line_howto1 {
		padding: 50px 0 0;
		background-image: url(../img/line/border_howto.gif);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100% auto;
	}

	.cont_line_howto1 .explain {
		width: 94%;
		margin: 0 auto 20px;
		padding: 0;
		text-align: center;
		float: none;
	}

	.cont_line_howto1 .img {
		width: 80%;
		max-width: 420px;
		margin: 0 auto 20px;
		float: none;
	}

	.cont_line_howto1 ul {
		width: 94%;
		max-width: 440px;
		margin: 0 auto;
		padding: 0;
		float: none;
	}

	.bg_line_howto2 {
		margin: 0 0 90px;
		background-size: 150% auto, 150% auto;
	}

	.cont_line_howto2 {
		background-size: 100% auto;
	}

	.col_license_line {
		display: block;
	}

	.col_license_line .img {
		margin: 0 auto -85px;
		position: relative;
		z-index: 0;
		top: -100px;
	}

	.col_license_line .txt {
		margin: 0 auto;
		text-align: center;
	}


	.cont_line_howto3 {
		margin: 0 auto 45px;
	}
	.cont_line_howto3 .mds {
		margin: 0 auto;
		padding: 3px 0 0;
		font-size: 24px;
		background-image: url(../img/line/sp/bg_mds_howto2.svg);
		background-size: 100% auto;
		background-position: center;
	}
	.cont_howto1,
	.cont_howto2,
	.cont_howto3 {
		margin: 0 0 30px;
		display: block;
	}
	.col_howto_l {
		width: 90%;
		margin: 0 auto;
		padding: 0;
	}
	.cont_howto2 .col_howto_l {
		margin: 0 auto 25px;
	}
	.cont_howto3 .col_howto_l {
		width: 90%;
		margin: 0 auto 25px;
	}
		.col_howto_r {
		width: 100%;
		display: block;
	}
	.cont_howto2 .col_howto_r {
		width: 100%;
	}
	.cont_howto3 .col_howto_r {
		width: 100%;
	}
	.col_howto_r img {
		width: 70%;
		margin: 15px 0 0;
	}
	.cont_howto2 .col_howto_r img {
		width: 80%;
		margin: 0 0 0 12vw;
	}
	.cont_howto3 .col_howto_r img {
		width: 85%;
		margin: 0;
	}
	.col_howto_rt {
		margin: 30px 0 0;
		text-align: left;
	}
	.cont_line_howto3 ol {
		width: 100%;
		display: block;
	}
	.cont_line_howto3 ol li {
		width: 100%;
		margin: 0 auto;
		padding: 15px;
		display: flex;
	}
	.cont_line_howto3 ol li:nth-child(n+3) {
		border-bottom: none;
	}
	.cont_line_howto3 ol li:last-child {
		border-bottom: 1px dotted #6d4800;
	}
	.cont_line_howto3 ol li .mds_howto_d {
		padding: 0 0 6px;
		font-size: 22px;
	}
	.link_reduction {
		width: 100%;
		margin: 15px 0 15px;
		text-align: left;
	}
	.link_reduction a {
		padding: 0 0 0 17px;
		color: #6d4800;
		text-decoration: underline;
		position: relative;
	}
	
	.wrap_reduction {
		padding: 30px 50px;
	}
	.mds_reduction {
		margin: 0 0 30px;
		padding: 0 0 20px;
	}
	
	

}

/* ---------------------------------------------------------------
end max 700px
--------------------------------------------------------------- */

@media screen and ( max-width: 550px ) {
	
	.wrap_reduction { background-image: url(../img/line/sp/bg_reduction.svg); }
	
	.list_reduction {
		display: block;
	}
	
	.col_reduction {
		width: 100%;
		margin: 0 auto 40px;
	}
	
}



/* ---------------------------------------------------------------
start max 450px
--------------------------------------------------------------- */

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

	.col_line2 .mds_step_line {
		margin: 0 auto 25px;
		background-size: 10vw auto, 12.89vw auto;
	}

	ul.list_step_line {
		margin: 0 auto 17vw;
	}

	.cont_step_line1 {
		margin: 0 0 60px;
	}

	.img_step_line {
		display: block;
	}

	.step1 .img_step_line .img {
		width: 100%;
		margin: 0 0 6vw;
	}
	.step1 .img_step_line .img .sp { display: inline-block; }
	.step1 .img_step_line .img .pc { display: none; }

	.lead_purchase1 {
		margin: 0 auto 25px;
	}
	
	.cont_purchase_flow {
		margin: 0 auto 30px;
	}

	.cont_purchase_flow .right {
		width: 90%;
		max-width: 378px;
		background-size: 47vw auto;
		background-position: left 10.88vw top 21vw;
	}

	.cont_purchase_flow .right dl {
		width: 33.3%;
		font-size: 3vw;
	}

	.cont_purchase_flow .right dl.flow1,
	.cont_purchase_flow .right dl.flow2 {
		margin-right: 0;
	}

	.cont_purchase_flow .right dl.flow1 dt { width: 20.44vw; }
	.cont_purchase_flow .right dl.flow2 dt { width: 16.66vw; }
	.cont_purchase_flow .right dl.flow3 dt { width: 24.88vw; }

	.bg_line_howto1 {
		padding: 50px 0;
	}

	.bg_line_howto2 {
		padding: 70px 0;
	}

	.lead_howto1 {
		margin: 0 0 30px;
	}

	.cont_line_howto2 .mds {
		width: 94%;
		margin: 0 auto;
		padding: 0 0 6.7vw;
		font-size: min(7.5vw, 27px);
	}

	.cont_line_howto2 .cont_figure .img {
		margin: 0 auto 30px;
	}

	.cont_line_howto2 .cont_figure img.sp { display: inline-block; }
	.cont_line_howto2 .cont_figure img.pc { display: none; }

	.cont_list_howto1,
	.cont_line_howto2.digital .cont_list_howto1 {
		max-width: 260px;
	}

	.cont_list_howto1 ol {
		width: 75%;
		display: block;
	}

	.cont_list_howto1 ol li,
	.cont_line_howto2.digital .cont_list_howto1 ol li {
		width: 100%;
	}

	.col_license_line {
		padding: 35px 15px;
		background-image: url(../img/line/bg_license.svg);
	}

	.col_license_line .txt .min { display: inline; }
	.col_license_line .txt .min_none { display: none; }
	
	.wrap_reduction { padding: 5vw 7vw; }
	.mds_reduction {
		margin: 0 0 30px;
		padding: 0 0 20px;
	}
	.lead_reduction {
		font-size: 20px;
	}
	
	

}

/* ---------------------------------------------------------------
end max 450px
--------------------------------------------------------------- */
