@charset "UTF-8";

a.txtLink {
	text-decoration: underline;
	color: #0000ff;
	display: inline;
}
/*-------------------------------*/
.secDevice {
	background-color: #f7ccdc;
	padding: 6.25% 0;
}
.cvBtnWrap {
	max-width: 800px;
	width: 83.4%;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}
.cvBtnWrap a {
	width: 47%;
	display: block;
}
.cvBtnWrap a:nth-child(2) {
	margin-left: 6%;
}
h2 {
	font-size: 50px;
	text-align: center;
	font-weight: bold;
}
.productBox {
	max-width: 800px;
	width: 83.4%;
	background-color: #FFF;
	border-radius: 16px;
	margin: 6.25% auto 0;
	padding: 6.25% 0 7.2916%;
}
.txt-red, .txt-blue {
	color: #cf0f31;
	font-weight: bold;
	font-size: 40px;
	text-align:center;
	padding: 0 1.0416%;
}
.txt-blue {
	color: #018cbb;
}
.productBox__Inner {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 72.5%;
	margin: 4.1664% auto 0;
}
.pdImg {
	width: 46.6%;
	max-width: 270px;
}
.pdTxt {
	width: 48%;
	max-width: 278px;
	text-align: center;
	margin-left: 5.4%;
}
.model {
	font-size: 24px;
	font-weight: bold;
}
.model + span {
	display: block;
	font-size: 18px;
	margin-block-start: 1em;
	margin-block-end: 2em;
}
.couponBtn {
	width: 100%;
}
.secStep{
	background: #c4edef;
	padding: 6.25% 0;
}
.contents * {
	box-sizing: border-box;
}
.contents{
	max-width: 800px;
	width: 83.4%;
	margin: 0 auto;
}
.step-inner{
	border: #d70051 solid 4px;
	border-radius: 10px;
	background: #ffffff;
	margin-bottom: var(--margin-medium);
}
.step-wrap{
	padding: 40px 10.625%;
  margin: 0 auto;
}
.step-wrap:first-of-type {
	text-align: center;
}
.step-wrap:first-of-type .step-img {
	max-width: 480px;
	margin: 0 auto;
}
.step-ic{
	max-width: 180px;
}
.step-txt{
	padding: 5% 0;
	font-size: 24px;
	font-weight: bold;
}
.step-txt span{
	color: #d70051;
}
.bBorder {
	position: relative;
}
.bBorder::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	width: 78.75%;
	height: 2px;
  background-image: linear-gradient(to right, #000, #000 10px, transparent 4px);
  background-size: 18px;
  background-position: left bottom;
  background-repeat: repeat-x;
	transform: translateX(-50%);
}
.step-wrap a{
		color: #0000ff;
		border-bottom: #0000ff solid 1px;
	}
.step-img {
	width: 90%;
}
@media only screen and (max-width: 640px) {
	.secDevice {
		padding: 6.25% 0;
	}
	h2 {
		font-size: 22px;
		font-size: min(6vw, 34px);
	}
	.productBox {
		padding: 2em 0;
	}
	.productBox, .contents {
		width: 90%;
	}
	.txt-red,.txt-blue {
		font-size: 20px;
	}
	.productBox__Inner {
		width: 88%;
	}
	.pdImg, .pdTxt {
		width: calc((100% - 5.4%) / 2);
	}
	.model {
		font-size: 22px;
	}
	.model + span {
		display: inline-block;
		font-size: 18px;
		margin-block-end: 2em;
	}
	.step-wrap {
		padding: 6.25% 0;
    margin: 0 6%;
	}
	.step-wrap:first-of-type {
		padding: 6.25% 10.625%;
    margin: 0 auto;
	}
	.step-ic {
		width: 30%;
	}
	.step-txt {
		font-size: 14px;
	}
	.bBorder::after {
		width: 100%;
		height: 1px;
    background-image: linear-gradient(to right, #000, #000 4px, transparent 2px);
    background-size: 6px;
	}
}
/* フローティングバナー */
.floatSpBnr {
	width: 100%;
	background-color: rgb(255, 255, 255,0.7);
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 2;
	box-sizing: border-box;
	padding: 0.5208% 0;
}
.floatSpBnr__inner {
	display: flex;
	max-width: 960px;
	justify-content: center;
	margin: 0 auto;
}
.floatSpLink {
	width: 40%;
	margin: 0;
	display: block;
}
.floatSpBnr img {
	width: 100%;
}
.flbnpb {
	padding-bottom: 160px !important;
}
@media only screen and (min-width: 641px) {
	.floatSpLink:nth-of-type(even) {
		margin-left: 1%;
	}
}
@media only screen and (max-width: 640px) {
	.floatSpBnr {
		padding: 2.0832% 0;
	}
	.floatSpLink {
		width: 50%;
		margin: 0;
	}
	.flbnpb {
		padding-bottom: 25% !important;
	}
}