@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=BIZ+UDPGothic:wght@400;700&family=Public+Sans:wght@700&family=Schibsted+Grotesk:wght@700&display=swap');

* {
	box-sizing: border-box;
}

::after,
::before {
	box-sizing: inherit;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

body {
	margin: 0;
}

main {
	display: block;
	width: 100%;
}

p {
	margin: 0;
}

h1,
h2,
h3 {
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	font-weight: 700;
}

dl {
	margin: 0;
}

dd {
	margin-left: 0;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul:not([class]) {
	margin: 0 0 0 1.5em;
	list-style: disc;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	border: 0;
	border-top: 1px solid;
	margin: 0;
	clear: both;
	color: inherit;
}

a {
	background-color: transparent;
	text-decoration: none;
	color: var(--bk);
}

b,
strong {
	font-weight: 700;
}

em {
	font-style: normal;
	display: inline-block;
}

img {
	border-style: none;
	vertical-align: bottom;
}

td,
th {
	vertical-align: top;
	padding: 0;
}

th {
	text-align: left;
	font-weight: 700;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

#global-container {
	overflow: hidden;
}

*,
:after,
:before {
	box-sizing: border-box;
}

:root {
	--link: #cf1225;
	--bk: #222222;
	--blue1: #0f6ab3;
	--blue2: #004386;
	--blue3: #073459;
	--yellow: #ffee16;
	--portas: #cf1225;
	--fs14: clamp(1.3rem, 1.07vw, 1.4rem);
	--fs16: clamp(1.4rem, 1.23vw, 1.6rem);
	--fs18: clamp(1.6rem, 1.38vw, 1.8rem);
	--fs20: clamp(1.6rem, 1.53vw, 2rem);
	--fs22: clamp(1.6rem, 1.69vw, 2.2rem);
	--fs24: clamp(1.8rem, 1.84vw, 2.4rem);
	--fs26: clamp(1.8rem, 2vw, 2.6rem);
	--fs28: clamp(1.8rem, 2.15vw, 2.8rem);
	--fs30: clamp(1.7rem, 2.3vw, 3rem);
	--fs32: clamp(2rem, 2.46vw, 3.2rem);
	--fs34: clamp(2rem, 2.61vw, 3.4rem);
	--fs36: clamp(2rem, 2.76vw, 3.6rem);
	--fs38: clamp(2rem, 2.92vw, 3.8rem);
}

html {
	font-size: 62.5%;
	line-height: 1.6;
	height: 100%;
}

body {
	color: #222222;
	background-color: #fff;
	font-size: var(--fs16);
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	max-width: 100vw;
	min-width: 350px;
	width: 100%;
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
	display: block;
}

dd a {
	color: var(--portas);
	text-decoration: underline;
	position: relative;
}

a:hover {
	color: var(--blown);
	text-decoration: none;
}

a:hover img {
	text-decoration: none;
	transition: all 0.4s;
}

section a[target="_blank"]:after {
	content: url(../img/icon_blank.svg);
	width: 16px;
	margin: 0 0.5rem;
	line-height: 16px;
	display: inline-block;
	text-indent: initial;

	@media screen and (max-width: 768px) {
		width: 13px;
	}
}

a,
a:before,
button,
input {
	transition: all 0.4s;
}

.header {
	top: 0;
	width: 100%;
	height: 80px;
	padding: 0 50px;
	transition: all 0.3s;
	z-index: 10;
	background-color: #fff;
	display: flex;
	align-items: center;
}

@media (max-width: 980px) {
	.header {
		padding: 0 20px;
		height: 60px;
		justify-content: center;
	}

	.header__logo {
		width: 120px;
	}
}

/*///////////////////////MainVisual///////////////////////*/

.mv {
	width: 100%;
	background: var(--blue1);
	color: #fff;
}

.mv>.inner {
	background: var(--blue1) url(../img/ttl_bg.jpg) no-repeat right 0 / contain;
	width: 1300px;
	max-width: 100%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 0 30px 0 25px;
	padding-top: clamp(10px, 1.92vw, 25px);
	gap: min(35px, 2.69vw);
	position: relative;

	@media screen and (max-width: 768px) {
		flex-direction: column;
		background: var(--blue1) url(../img/ttl_bg.jpg) no-repeat right 0 bottom -5vw / 80%;
		padding: 0 10px;
	}

	@media screen and (max-width: 550px) {
		background: var(--blue1) url(../img/ttl_bg.jpg) no-repeat right 0 bottom -30vw / contain;
	}
}

.box_ttl {
	width: 73%;

	@media screen and (max-width: 768px) {
		width: 100%;
		/* max-width: 480px; */
		margin: auto;
		padding-top: 50px;
	}
}

.box_ttl .notice {
	font-size: var(--fs14);
	color: #fff;
	margin-top: 25px;
	padding-bottom: clamp(10px, 1.15vw, 15px);

	@media screen and (max-width: 660px) {
		margin: 5px auto;
	}
}

.box_ttl p>span {
	@media screen and (max-width: 450px) {
		display: inline-block;
	}
}

.mv>.inner h1 {
	position: relative;
	max-width: 580px;
	width: 64%;
	margin-top: 5rem;
	padding-bottom: 25px;
	border-bottom: #008edb 5px solid;

	@media screen and (max-width: 768px) {
		width: 80%;
		max-width: 480px;
		margin: auto;
		padding-bottom: 15px;

	}
}

.mv>.inner h1>span {
	position: absolute;
	top: max(-5vw, -50px);
	font-size: var(--fs28);
	letter-spacing: .05em;
	margin-left: .5rem;

	@media screen and (max-width: 768px) {
		top: max(-20vw, -35px);
	}
}

.mv>.inner .wrap_price {
	display: flex;
	align-items: center;

	@media screen and (max-width: 1180px) {
		margin-top: 10px;
	}

	@media screen and (max-width: 768px) {
		flex-wrap: wrap;
		width: fit-content;
		align-items: flex-end;
	}

	@media screen and (max-width: 500px) {
		align-items: flex-end;
		flex-wrap: nowrap;
	}
}

.wrap_set {
	display: flex;
	align-items: center;

	@media screen and (max-width: 768px) {
		flex-direction: column;
		align-items: flex-start;
		margin-left: 10px;
	}
}


.mv .inner .wrap_price p.perday em {
	font-size: clamp(2rem, 1.84vw, 2.4rem);
}

.mv .inner>picture {
	@media screen and (max-width: 1180px) {
		width: 20%;
	}

	@media screen and (max-width: 920px) {
		width: 18%;
	}

	@media screen and (max-width: 768px) {
		width: 50%;
		margin-top: -80px;
	}

	@media screen and (max-width: 550px) {
		width: 40%;
		margin-top: 0;
	}
}

.mv .inner>picture img {
	@media screen and (max-width: 768px) {
		width: 60%;
		margin: auto;
	}

	@media screen and (max-width: 550px) {
		width: 100%;
	}
}

/*Original Price*/
.mv .inner .wrap_price .box_originprice {
	display: flex;
	align-items: flex-end;

	@media screen and (max-width: 768px) {
		align-items: baseline;
	}
}

.mv .inner .wrap_price .box_originprice span {
	font-size: 1.6rem;
	width: 1em;
	line-height: 1.3;
	margin-right: .1em;

	@media screen and (max-width: 768px) {
		width: inherit;
		font-size: var(--fs16);
		line-height: 1;
		white-space: nowrap;
	}
}

.mv .inner .wrap_price .box_originprice b {
	font-size: 5rem;
	font-family: "Schibsted Grotesk", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	letter-spacing: -.02em;
	line-height: 4rem;
	margin: 0 .05em;

	@media screen and (max-width: 768px) {
		font-size: max(30px, 6.51vw);
		line-height: 1;
	}
}

.mv .inner .wrap_price .box_originprice em {
	font-size: 2.6rem;
	line-height: 1.2;

	@media screen and (max-width: 768px) {
		font-size: max(16px, 4vw);
		line-height: 1;
	}
}

.mv .inner .wrap_price .box_originprice small {
	font-size: 1.4rem;
	margin-left: -.5em;
	white-space: nowrap;
}

/*set copy*/

.box_setcopy {
	background: var(--portas);
	font-size: 1.6rem;
	font-weight: 700;
	padding: 4px 10px;
	line-height: 1.4;
	display: flex;
	position: relative;
	margin: 0 35px 0 45px;
	white-space: nowrap;

	@media screen and (max-width: 768px) {
		margin: 0 10px 0 0;
		font-size: max(15px, 2.6vw);
	}

	@media screen and (max-width: 550px) {
		padding: 0 5px;
	}
}

.box_setcopy:before,
.box_setcopy:after {
	content: "";
	display: inline-block;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	background: var(--portas);
	width: 16px;
	height: 30px;
	position: absolute;
	right: -25px;
	top: 50%;
	transform: translate(0, -50%);

	@media screen and (max-width: 768px) {
		display: none;
	}
}

/*Set Price*/
.mv>.inner .wrap_price .box_setprice {
	display: flex;
	align-items: flex-end;
	color: var(--yellow);

	@media screen and (max-width: 768px) {
		align-items: baseline
	}
}

.mv .inner .wrap_price .box_setprice span {
	font-size: 2.4rem;
	width: 1em;
	line-height: 1.2;
	margin-right: .1em;

	@media screen and (max-width: 768px) {
		font-size: 5vw;
		line-height: 1;
		width: inherit;
	}

	@media screen and (max-width:500px) {
		font-size: 1.8rem;
		line-height: 1;
		width: inherit;
		white-space: nowrap;
	}
}

.mv .inner .wrap_price .box_setprice b {
	font-size: 7rem;
	font-family: "Schibsted Grotesk", sans-serif;
	font-optical-sizing: auto;
	font-weight: 900;
	font-style: normal;
	letter-spacing: -.01em;
	line-height: 5.8rem;
	margin: 0 .05em;

	@media screen and (max-width: 768px) {
		font-size: max(60px, 9.11vw);
		line-height: 1;
	}

	@media screen and (max-width: 600px) {
		font-size: 45px;
		line-height: 1;
	}

	@media screen and (max-width: 500px) {
		font-size: 34px;
		line-height: 1;
	}
}

.mv .inner .wrap_price .box_setprice em {
	font-size: 3.2rem;
	line-height: 1.2;

	@media screen and (max-width: 768px) {
		font-size: 5vw;
		line-height: 1;
	}
}

.mv .inner .wrap_price .box_setprice small {
	font-size: 1.8rem;
	margin-left: -.5em;
	white-space: nowrap;

	@media screen and (max-width: 500px) {
		font-size: 1.6rem;
	}
}

.mv .inner .wrap_price .box_fmfree {
	font-size: 3rem;
	background: var(--portas);
	border-radius: 200px;
	padding: 10px 15px 15px 15px;
	margin-left: 10px;
	width: 3.3em;
	height: 3.3em;
	border: 3px solid #fff;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	line-height: 1.2;
	position: relative;

	@media screen and (max-width: 1180px) {
		position: absolute;
		top: 7.3vw;
		right: 35vw;
	}

	@media screen and (max-width: 768px) {
		top: inherit;
		right: 40px;
	}

	@media screen and (max-width:550px) {
		font-size: 2.4rem;
		line-height: 1.3;
	}

	@media screen and (max-width:550px) {
		top: 32vw;
		right: 2vw;
		font-size: 2.4rem;
		padding: 5px;
		border: 2px solid #fff;
	}

	@media screen and (max-width:430px) {
		top: max(245px, 53.48vw);
		right: max(2vw, 15px);
		line-height: 1.3;
	}
}

.mv .inner .wrap_price .box_fmfree>sup {
	position: absolute;
	right: -.5em;
	top: -.5em;
	font-size: 1.6rem;
}

.wrap_quantity,
.box_quantity {
	display: flex;
	align-items: flex-end;
	margin-top: -5px;
	row-gap: 20px;

	@media screen and (max-width: 1180px) {
		flex-wrap: wrap;
	}

	@media screen and (max-width: 768px) {
		row-gap: 10px;
	}
}

.box_quantity {
	display: flex;
	align-items: flex-end;
	font-size: 3rem;
	flex-wrap: nowrap;
	white-space: nowrap;

	@media screen and (max-width: 1180px) {
		margin-top: 20px;
	}

	@media screen and (max-width: 660px) {
		font-size: 2.4rem;
		align-items: center;
		flex-wrap: wrap;
	}
}

.box_quantity span {
	width: 2em;
	font-size: 2.4rem;
	line-height: 1.2;
	margin-right: .2em;
	white-space: normal;

	@media screen and (max-width: 660px) {
		width: inherit;
	}
}

.box_quantity b {
	font-size: 6.8rem;
	font-family: "Schibsted Grotesk", sans-serif;
	font-optical-sizing: auto;
	font-weight: 900;
	font-style: normal;
	letter-spacing: -.01em;
	line-height: 5.4rem;
	margin: 0 .05em;
	display: inline-block;
	position: relative;

	@media screen and (max-width: 660px) {
		font-size: 3.6rem;
		line-height: 1;
	}
}

.box_quantity sup {
	font-family: 'Noto Sans JP';
	font-size: 1.6rem;
	font-weight: 400 !important;
	position: absolute;
	top: -20px;
	margin-left: .2em;

	@media screen and (max-width: 660px) {
		font-size: 12px;
		top: -5px;
	}
}

.box_quantity em {
	line-height: 3.6rem;

	@media screen and (max-width: 660px) {
		line-height: 1;
	}
}

.box_quantity strong {
	font-size: 5.2rem;
	color: var(--yellow);
	font-optical-sizing: auto;
	font-style: normal;
	letter-spacing: .05em;
	line-height: 6.1rem;
	margin: 0 .1em;
	display: inline-block;
	white-space: nowrap;

	@media screen and (max-width: 660px) {
		font-size: 2.4rem;
		line-height: 1;
	}
}

.box_terminal {
	background: var(--blue2);
	display: inline-block;
	font-size: 2rem;
	padding: 5px;
	line-height: 1;
	white-space: nowrap;

	@media screen and (max-width: 768px) {
		font-size: var(--fs18);
	}
}

.wrap_thumb {
	position: absolute;
	display: flex;
	top: 27px;
	right: min(240px, 18.46vw);
	gap: 25px;

	@media screen and (max-width: 1180px) {
		gap: 15px;
		right: 10vw;
	}

	@media screen and (max-width: 940px) {
		right: 30px;
	}

	@media screen and (max-width: 768px) {
		top: inherit;
		bottom: 30px;
		left: 20px;
	}

	@media screen and (max-width: 550px) {
		top: inherit;
		bottom: 80px;
		left: 20px;
	}
}

.wrap_thumb picture {
	transform: rotate(-7deg);
	box-shadow: -3px 3px 5px -2px rgba(10, 10, 10, 0.7);
	width: 130px;

	@media screen and (max-width: 1180px) {
		transform: rotate(0deg);
		width: 100px;
	}

	@media screen and (max-width: 550px) {
		width: 28%;
	}
}

.wrap_thumb picture img {
	height: 100%;
}

/*///////////////////////   Catch02   ///////////////////////*/

section.catch02 {
	width: 100%;
	background: var(--blue1);
	position: relative;
	z-index: 1;
}

section.catch02:before {
	content: "";
	background: var(--blue2);
	width: 100%;
	max-height: 187px;
	height: 14.38461vw;
	position: absolute;
	bottom: 0;
	z-index: -1;

	@media screen and (max-width: 1180px) {
		max-height: inherit;
		height: 15vw;
	}

	@media screen and (max-width: 550px) {
		height: 30vw;
	}
}

section.catch02 .wrap_catch01 {
	padding-bottom: 0;
}

section.catch02 .box_catch {
	width: 50%;
	margin: 0 50px 0 0;
	display: flex;
	flex-direction: column;
	align-items: center;

	@media screen and (max-width: 1180px) {
		width: 96%;
		margin: 50px auto;
		flex-direction: row;
	}

	@media screen and (max-width: 550px) {
		flex-direction: column;
	}
}

.box_family {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	gap: 15px;

	@media screen and (max-width: 1180px) and (min-width: 551px) {
		flex-wrap: nowrap;
	}

	@media screen and (max-width: 550px) {
		gap: 0%;
	}
}

.box_family picture {
	width: 47.5%;
	max-width: 305px;

	@media screen and (max-width: 550px) {
		width: 48%;
	}
}

.box_family .ch {
	display: flex;
	justify-content: center;
	position: relative;

	@media screen and (min-width: 1181px) {
		transform: translateY(-50px);
	}
}

.box_family .ch .sub {
	position: absolute;
	top: 35px;
	left: -15px;
	width: 36.065%;

	@media screen and (min-width: 1181px) {
		top: -50px;
		left: 50%;
		transform: translate(-50%, 0);
	}
}

.box_catch02 {
	text-align: center;
	flex-shrink: 2.1;
}

p.catch03 {
	text-align: center;
	display: inline-block;
	background: var(--blue2);
	color: #fff;
	font-size: var(--fs24);
	margin: 0 auto 30px;
	padding: 5px 10px;
	line-height: 1.5;
}

section.catch02 .box_thumb {
	margin-left: min(70px, 1vw);
	margin-bottom: 50px;	@media screen and (max-width: 1180px) {
		margin-right: inherit;
		margin-left: inherit;
		margin-top: 50px;
	}

	@media screen and (max-width: 550px) {
		margin: 30px auto;
	}
}

/*///////////////////////   Catch01   ///////////////////////*/

section.catch01 {
	width: 100%;
	background: #eee;
	position: relative;
	z-index: 1;
}

section.catch01:before {
	content: "";
	background: var(--blue3);
	width: 100%;
	max-height: 187px;
	height: 14.38461vw;
	position: absolute;
	z-index: -1;

	@media screen and (max-width: 1180px) {
		max-height: inherit;
		height: 15vw;
	}

	@media screen and (max-width: 550px) {
		height: 30vw;
	}
}

.wrap_catch01 {
	width: 1300px;
	max-width: 100%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	padding: 50px 0;
	align-items: center;

	@media screen and (max-width: 1180px) {
		flex-direction: column;
		padding: 3.84615vw 0;
	}
}

.box_thumb {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	gap: min(2.1vw, 29px);
	margin-left: 50px;

	@media screen and (max-width: 1180px) {
		gap: 2.857%;
		width: 100%;
		margin: 0 auto;
		justify-content: center;
	}

	@media screen and (max-width: 550px) {
		gap: 20px 3.6%;
	}
}

.box_thumb picture {
	display: block;
	max-width: 150px;
	width: 11.53vw;
	position: relative;
	aspect-ratio: .73529411 / 1;
	opacity: 0;

	@media screen and (max-width: 1180px) {
		width: calc((100% - 22.285%) / 6);
	}

	@media screen and (max-width: 550px) {
		width: calc((100% - 11.142%) / 3);
		max-width: 120px;
	}
}

.box_thumb picture img {

	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	Left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	transition: all 0.5s;
	max-width: inherit;
}

.fadeUp {
	animation-name: fadeUpAnime;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeUpAnime {
	from {
		opacity: 0;
		transform: translateY(50px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.box_thumb picture img {
	box-shadow: 3px 5px 2px 3px rgba(10, 10, 10, 0.3);
}

.box_catch {
	width: 50%;
	margin: 0 50px 0 0;
	display: flex;
	flex-direction: column;
	align-items: center;

	@media screen and (max-width: 1180px) {
		width: 96%;
		margin: 50px auto clamp(25px, 3.84vw, 50px);
		flex-direction: row;
	}

	@media screen and (max-width: 550px) {
		flex-direction: column;
		margin: 30px auto min(3.84vw, 50px);
	}
}

.box_catch div {
	@media screen and (max-width: 1180px) {
		margin: 0 auto;
		white-space: nowrap;
	}

	@media screen and (max-width: 550px) {
		white-space: wrap;
	}
}

.box_catch picture {
	@media screen and (max-width: 550px) {
		width: 90%;
	}
}


p.catch01 {
	font-size: var(--fs22);
	font-weight: 700;
	text-align: center;
	color: var(--blue2);
}

p.catch02 {
	font-size: var(--fs30);
	font-weight: 700;
	text-align: center;
	color: var(--blue3);
}

/*/////////////////////// LP TEMPLATE ////////////////////////////*/

section.subpoint {
	padding: clamp(50px, 3.84vw, 25px) 0;
}

section.subpoint .box_basic {
	background-color: #eee;
}

section.basic {
	background: #eee;
	padding: clamp(50px, 3.84vw, 25px) 0;
}

.box_basic {
	background: #fff;
	max-width: 94%;
	width: 1200px;
	margin: auto;
}

.box_basic .cont {
	padding: clamp(12px, 1.92vw, 25px);
	padding-top: 0;
}

.box_basic h2 {
	font-size: var(--fs34);
	display: flex;
	align-items: center;
	background: var(--blue2);
	color: #fff;
	padding: 10px 15px 10px 7px;

	@media screen and (max-width: 768px) {
		padding: 5px;
	}
}

h2.check:before {
	content: url(../img/icon_check.svg);
	width: clamp(40px, 5.15vw, 67px);
	margin-right: 10px;
	line-height: 1;
}

.box_basic h2 b {
	display: inline-block;
}

h2.basic:before {
	content: "";
	background: #7a99b9;
	width: 5px;
	height: 50px;
	display: block;
	margin-right: .5em;
}

/*
.clickopen h2 span {
	position: absolute;
	background: var(--blue3);
	width: clamp(30px, 4.61vw, 60px);
	height: clamp(30px, 4.61vw, 60px);
	border-radius: 100px;
	right: clamp(5px, 0.76vw, 10px);
	top: 50%;
	transform: translate(0, -50%);
}

.clickopen h2 span::after,
.clickopen h2 span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: clamp(3px, .53vw, 7px);
	height: 70%;
	border-radius: 100px;
	background-color: var(--blue1);
	transition: all 0.3s;
}

.clickopen h2 span::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.clickopen h2.active span {
	background: var(--blue3);
}

.clickopen h2.active span::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.clickopen h2.active span::after {
	transform: translate(-50%, -50%) rotate(135deg);
}

.clickopen h2:hover span {
	background: var(--blue2)
}

.clickopen h2:hover span::after,
.clickopen h2:hover span::before {
	background-color: #fff;
}

.clickopen:not(:last-of-type) {
	margin: 0 0 30px;

	@media screen and (max-width: 768px) {
		margin-bottom: 15px;
	}
}
*/

.box_link {
	width: 1200px;
	max-width: 94%;
	border: 2px solid var(--blue2);
	background: #fff;
	text-align: center;
	padding: 20px;
	margin: auto;
	margin-top: clamp(25px, 6vw, 60px);

	@media screen and (max-width: 768px) {
		padding: 10px;
	}
}

.box_link a {
	font-size: var(--fs20);
}

.box_subpoint {
	display: flex;
	align-items: flex-start;
	margin-top: clamp(10px, 2.3vw, 30px);
	font-size: var(--fs22);

	@media screen and (max-width: 550px) {
		flex-direction: column;
	}
}

.box_subpoint dt {
	padding: 5px;
	background: #ddd;
	border-left: 4px solid var(--blue1);
	font-weight: 700;
	margin-right: 10px;
	width: 200px;
	flex-shrink: 0;

	@media screen and (max-width: 550px) {
		width: 100%;
	}
}

.box_subpoint dd {
	padding: 5px;
}

.box_num {
	background: #fff;
	border-radius: 10px;
	padding-top: clamp(10px, 1.53vw, 20px);
}

.box_num:last-of-type {
	margin-bottom: 0;
}

.box_num dt {
	font-size: var(--fs20);
	color: var(--blue2);
	font-weight: 700;
	display: flex;
	align-items: center;

	@media screen and (max-width: 768px) {
		align-items: center;
	}
}

.box_num:nth-of-type(n + 1) dt:before {
	content: "\2776";
	font-size: var(--fs32);
	margin-right: 0.3em;
}

.box_num:nth-of-type(2) dt:before {
	content: "\2777";
}

.box_num:nth-of-type(3) dt:before {
	content: "\2778";
}

.box_num dd {
	font-size: var(--fs18);
	margin-left: clamp(2.5rem, 3.8vw, 4.2rem);
}

.box_num dd .notice:first-of-type {
	margin-top: .5em;
}

.box_faq {
	padding: 30px 0;
	border-bottom: 2px dashed var(--blue2)
}

.box_faq:last-of-type {
	border: none;
}

.box_faq dt {
	display: flex;
	align-items: flex-start;
	font-size: var(--fs20);
	font-weight: 700;
	color: var(--blue2);
}

.box_faq dd {
	margin-top: .7em;
	display: flex;
	align-items: flex-start;
	font-size: var(--fs18);
}

.box_faq dt:before,
.box_faq dd:before {
	content: "Q";
	font-family: "BIZ UDPGothic";
	font-size: var(--fs20);
	font-weight: 700;
	line-height: 1;
	color: #fff;
	background: var(--blue2);
	margin-right: .5em;
	border-radius: 100px;
	aspect-ratio: 1 / 1;
	width: 1.4em;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0
}

.box_faq dd:before {
	content: "A";
	font-family: "BIZ UDPGothic";
	background: var(--blue1);
}

.box_faq dd .notice:first-of-type {
	margin-top: .5em;
}

ul.m_point li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
	font-size: var(--fs18);

	@media screen and (max-width: 768px) {
		padding-left: 18px;
		margin-bottom: 15px;
		line-height: 1.6 !important;
	}
}

ul.m_point li:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	font-size: var(--fs24);
	background: var(--blue2);

	@media screen and (max-width: 768px) {
		width: 12px;
		height: 12px;
		top: 12px;
	}
}

.box_warning {
	width: 1200px;
	max-width: 94%;
	margin: 2em auto 0;
	color: #ff0000;
	text-indent: -1em !important;
	padding-left: 1em !important;
	font-weight: 500;
	font-size: clamp(1.4rem, 1.4vw, 1.6rem);
}

/*///////////footer////////////*/

.footer {
	height: 150px;
	text-align: center;
	position: relative;
	border-top: 1px solid #b8b8b8;
}

.footer__inner {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	padding: 2rem 0;
}

.footer__inner>div {
	display: grid;
	place-items: center;
}

.footer__inner>div>img {
	margin: 50px auto 0;
}

footer ul li {
	margin: 0 2rem;
	display: inline-block;
}

footer ul li a {
	color: #292929;
	text-decoration: none;
	font-size: 1.4rem;
}

footer ul li a:hover {
	color: #cf1225;
	text-decoration: underline;
}

footer .copy {
	margin: 3rem auto;
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 600px) {
	footer .copy {
		flex-direction: column;
	}
}

footer .copy a img {
	width: 180px;
	margin: 0 3rem 3rem;
}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	line-height: 1;
	z-index: 9;
}

#page-top a {
	background: var(--blue3);
	border-radius: 100px;
	text-decoration: none;
	color: var(--blue1);
	width: 50px;
	height: 50px;
	text-align: center;
	display: block;
	opacity: 0.9;
	transition: all 0.3s ease;
	position: relative;
}

#page-top a:hover {
	text-decoration: none;
	opacity: 0.5;
}

#page-top a:before {
	position: absolute;
	top: 10px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 20px;
	height: 20px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/*-- common -- */


.link {
	display: inline-block;
	font-size: clamp(1.4rem, 1.5vw, 1.6rem);
}

.link:hover {
	color: var(--portas);
}

.link:before {
	content: "";
	display: inline-block;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	background: var(--blue2);
	width: 10px;
	height: 14px;
	margin-right: .4em;
}

.link[href*=".pdf"]:after {
	content: "PDF";
	width: auto;
	display: inline-block;
	margin-left: .5em;
	background: var(--portas);
	font-size: 1.2rem;
	padding: 0 4px;
	border-radius: 2px;
	line-height: 1;
	color: #fff;
}

.link hover {
	color: var(--portas)
}

.box_notice {
	@media screen and (max-width: 768px) {
		position: absolute;
		max-width: calc(92% - 1em);
	}

	@media screen and (max-width: 450px) {
		position: initial;
		max-width: 100%;
	}
}

.notice {
	text-indent: -1em !important;
	margin-left: 1em !important;
	font-weight: 500;
	font-size: clamp(1.4rem, 1.4vw, 1.6rem);
}

.tCenter {
	text-align: center !important;
	margin: auto;
}

.tRight {
	text-align: right !important;
	margin: 0;
	padding-right: 50px;

	@media screen and (max-width: 450px) {
		text-align: center !important;
		margin: auto;
	}
}

.txt_red {
	color: #ff0000;
}

.mb40 {
	margin-bottom: clamp(20px, 3.07vw, 40px) !important;
}

.mb60 {
	margin-bottom: clamp(30px, 4.61vw, 60px) !important;
}

.mbH5em {
	margin-bottom: 0.5em !important;
}

.mtH5em {
	margin-top: 0.5em !important;
}

.mt1em {
	margin-top: 1em !important;
}

.mt1Hem {
	margin-top: 1.5em !important;
}

.mt2em {
	margin-top: 2em !important;
}

.mt60 {
	margin-top: clamp(30px, 4.61vw, 60px) !important;
}


@media screen and (min-width: 500px) {
	.only__ssp {
		display: none !important;
	}
}

@media screen and (min-width: 769px) {
	.only__sp {
		display: none !important;
	}
}

@media screen and (max-width: 550px) {
	.only__tab {
		display: none !important;
	}
}

@media screen and (max-width: 768px) {
	.only__pc {
		display: none !important;
	}
}

.fade-out {
	opacity: 0;
	transition: all 1s ease 0s;
}

.fade-in {
	opacity: 1;
}
