.hide-element {
	display: none !important;
}

.blue-balloon {
	background-color: #3197ec;
	border-bottom: 3px solid #3177cc;
}

.blue-balloon::before, .blue-balloon::after {
	border-color: #3197ec transparent transparent transparent;
}

.blue-balloon .balloon__text {
	color: #fff;
}

.blue-balloon .balloon__step img {
	width: auto;
}

.guide-ids__list {
	margin: 0 12px !important;
}

@media only screen and (max-width: 767px) {
	.blue-balloon .balloon__step img {
		width: 91px;
	}
}

main {
	background: #fff;
}

@media only screen and (min-width: 769px) {
	.guide__content {
		margin-top: 55px;
	}

	.guide-choice {
		margin-bottom: 60px;
	}

	.tab__contents {
		padding: 0;
	}

	.next {
		height: 140px;
	}

	.guide-step {
		margin-top: 0;
	}

	.guide-step__image {
		margin: 0 40px 0 0;
	}

	.next-yellow {
		background: url(../img/common/bg_next_yellow.svg) center center no-repeat;
	}
}

@media only screen and (max-width: 767px) {
	.guide__content {
		margin-top: 30px;
	}

	.guide-choice {
		padding: 0 15px;
	}

	.tab__contents {
		padding: 30px 15px;
	}

	.next-yellow {
		background: url(../img/common/bg_next_yellow.svg) center center no-repeat;
		background-size: auto 40px;
	}

	.balloon__step {
		margin-right: -5px;
		margin-left: -20px;
	}
}

#tab_nouse,
#tab_use {
	display: none;
}

.guide-choice__button-trigger.add_size {
	border: 2px solid #d00f31;
	padding: 13px 12px 15px;
}

.guide-choice__button.add_mt {
	margin-top: 25px;
}

.tab__contents {
	box-shadow: none;
}

.balloon {
	background-color: #f33457;
	border-bottom: 0;
}

.balloon__text {
	color: #fff;
}

.balloon::before, .balloon::after {
	border-style: none;
}

.balloon--step {
	font-size: 2.2rem;
	padding: 15px 20px 10px;
}

.guide-step {
	padding: 40px 100px 30px;
}

.guide-mail {
	padding: 5px 20px;
}

.guide-cards p {
	line-height: 1.6;
}

.next {
	background: url(../img/common/bg_next_yellow.svg) center center no-repeat;
}

.guide-step__image img {
	border: 0;
}

.guide-step__image {
	max-width: 340px;
	position: relative;
}

.guide-step__image .zoom_in {
	position: absolute;
	bottom: 0;
	right: 0;
	cursor: pointer;
}

.guide-step__inner {
	padding: 0 0 10px;
}

#plan_contents_right_black,
#plan_contents_left_black,
#plan_contents_right,
#plan_contents_left {
	display: none;
}

.select_tab_container {
	display: flex;
	justify-content: space-between;
	width: 900px;
	padding-top: 40px;
	margin-left: auto;
	margin-right: auto;
}

.select_tab {
	width: 48%;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	padding: 20px 0;
	position: relative;
	color: #d00f31;
	border: 2px solid #d00f31;
	cursor: pointer;
}

.select_tab::after {
	position: absolute;
	content: '';
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 15px solid #d00f31;
	top: 30px;
	right: 20px;
}

.select_tab.active {
	width: 48%;
	color: #fff;
	background-color: #d00f31;
}

.select_tab.active::after {
	border-top: 15px solid #fff;
}

.next_container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#mioid_contents02_left_black .next_container .next,
#mioid_contents01_left_black .next_container .next,
#plan_contents_left_black .next_container .next,
#mioid_contents02_left .next_container .next,
#mioid_contents01_left .next_container .next,
#plan_contents_left .next_container .next,
#completed_left .next_container .next {
	width: 48%;
}

#mioid_contents02_left_black .next_container .next,
#mioid_contents02_left .next_container .next {
	margin-left: 0 !important;
	margin-right: auto !important;
}

#mioid_contents02_right_black .next_container .next,
#mioid_contents01_right_black .next_container .next,
#plan_contents_right_black .next_container .next,
#mioid_contents02_right .next_container .next,
#mioid_contents01_right .next_container .next,
#plan_contents_right .next_container .next,
#completed_right .next_container .next {
	width: 48%;
	margin-left: auto;
	margin-right: 0;
}

#mioid_select_tab {
	display: none;
}

#mioid_contents02_right_black,
#mioid_contents02_left_black,
#mioid_contents01_right_black,
#mioid_contents01_left_black,
#mioid_contents02_right,
#mioid_contents02_left,
#mioid_contents01_right,
#mioid_contents01_left {
	display: none;
}

#tab_nouse .balloon {
	background-color: #333;
}

.modal {
	display: none;
	min-height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.modal_bg {
	background: #0008;
	min-height: 100vh;
	position: absolute;
	width: 100%;
}

.modal_content {
	width: 680px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 480px;
}

.modal_content img {
	width: 100%;
}

.modal_close_mark {
	width: 20px;
	font-size: 35px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	position: relative;
	margin: 0 10px 0 auto;
	cursor: pointer;
}

.modal_close_mark p {
	transform: rotate(-45deg);
	margin-block-start: 0;
	margin-block-end: 0;
	line-height: 25px;
}

.guide__footer {
	display: none;
}

.mt-60 {
	margin-top: 60px;
}

.mt-100 {
	margin-top: 100px !important;
}

.guide-step__image {
	cursor: pointer;
}

.guide-step__image {
	cursor: pointer;
	transition: .7s;
}

.guide-step__image:hover {
	opacity: 0.6;
	transition: .7s;
}

.accordion-menu {
	flex: 1;
}

.accordion-container {
	font-size: 16px;
	display: none;
	padding: 20px 0;
}

.accordion-container li {
	text-indent: -16px;
	margin-left: 16px;
}

.accordion_title {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px #333 solid;
	margin-bottom: 20px;
	padding-right: 25px;
	position: relative;
	cursor: pointer;
	transition: .3s ease;
}

.accordion_title:hover {
	opacity: 0.7;
}

.accordion_image {
	max-height: 170px;
	margin: 0 auto 30px;
}

.yellow-caution {
	background-color: #ffffe0;
	padding: 20px;
	margin-top: 10px;
}

.yellow-caution .flex {
	align-items: center;
}

.guide-desc {
	margin: 20px auto;
	text-align: center;
}

.link {
	color: #d00f31;
}

.acc-faq {
	background-color: #fff;
	padding: 20px;
}

.acc-ul {
	list-style-type: disc;
	margin-left: 30px;
}

a.blank-target::after {
	content: '';
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
	vertical-align: initial;
	width: 10px;
	height: 10px;
	background: url(../img/common/ico_blank_red.svg) center center no-repeat;
	background-size: contain
}

.accordion_condition:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	background-color: #e8549a;
}

.accordion_toggle {
	position: absolute;
	top: 50%;
	right: 0;
	padding: 12px;
	background-color: transparent;
	transform: translateY(-50%);
}

.accordion_toggle:before {
	position: absolute;
	content: "";
	top: 11px;
	right: 4px;
	width: 16px;
	height: 2px;
	background-color: #555;
}

.accordion_toggle:after {
	position: absolute;
	content: "";
	top: 4px;
	right: 11px;
	width: 2px;
	height: 16px;
	background-color: #555;
	transform: rotate(0);
	transition: .3s ease;
}

.accordion_title.open .accordion_toggle:after {
	transform: rotate(270deg);
	transition: .3s ease;
}

.accordion_box {
	margin-top: 30px;
}

.caution-image {
	width: 80px;
}

.caution-image img {
	margin: 0 auto 10px;
}

.acc_image_flex {
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.w-full {
	width: 100%;
}

.verify-app-img {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px auto 0;
}

.verify-app-img p {
	margin-left: 10px;
	margin-bottom: 0;
	font-size: 24px;
	font-weight: bold;
	color: #e64d97;
	letter-spacing: 1px;
}

.verify-app-box {
	align-items: center;
	position: relative;
	padding: 10px 0 20px;
	margin-top: 10px;
	background-color: #fff;
	border: 2px solid #ccc;
}

.app-item-flex:first-child {
	border-right: solid 1px #e7dccb;
}

.app-flex {
	display: flex;
	justify-content: center;
}

.app-item-flex {
	display: flex;
	width: 320px;
	margin-top: 20px;
	padding: 0 50px;
}

.app-item-flex .dl-qr {
	width: 40%;
	padding: 0 10px;
}

.app-item-flex .dl-btn {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 60%;
}

.app-item-flex .dl-btn-title {
	font-weight: bold;
	font-size: 14px;
}

.guide-slider {
	font-size: 16px;
	text-align: center;
}

.guide-slider .slick-slide {
	display: flex !important;
	flex-direction: column;
	justify-content: space-between;
	margin: 0 25px;
	height: 470px;
	padding: 20px 0;
}

.slick-prev:before,
.slick-next:before {
	display: block;
	content: "" !important;
	width: 36px;
	height: 33px;
	margin: 0 auto;
}

.slick-prev:before {
	background: url(/assets/img/guide/a_slide_prev.png) no-repeat 50%;
	background-size: contain;
}

.slick-next:before {
	background: url(/assets/img/guide/a_slide_next.png) no-repeat 50%;
	background-size: contain;
}

.guide-slider .slick-prev,
.guide-slider .slick-next {
	background-color: #8c8c8c;
	width: 40px;
	height: 100%;
	border: none;
	overflow: hidden;
	z-index: 10;
}

.guide-slider .slick-prev.slick-disabled:hover,
.guide-slider .slick-next.slick-disabled:hover {
	background-color: #8c8c8c;
	cursor: default;
}

.guide-slider .slick-prev:not(.slick-disabled):hover,
.guide-slider .slick-next:not(.slick-disabled):hover {
	opacity: 0.7;
	background-color: #8c8c8c;
}

.guide-slider .slick-prev:focus,
.guide-slider .slick-next:focus {
	background-color: #8c8c8c;
}

.guide-slider img {
	margin: 20px auto 0;
}

.subsection__header {
	font-size: 2rem;
	font-weight: bold;
	margin: 50px auto 30px;
	padding-left: 15px;
}

.flex.nowrap {
	flex-wrap: nowrap;
}

.price_table {
	width: 100%;
	border-collapse: collapse;
	background-color: #fff;
}

.price_table th {
	width: 190px;
	padding: 15px;
	background-color: #f7eff1;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	border: 1px solid #bababa;
}

.price_table td {
	padding: 10px;
	font-size: 14px;
	border: 1px solid #bababa;
}

.price_table ol {
	margin-left: 30px;
}

.hidden {
	display: none;
}

@media only screen and (max-width: 767px) {
	.guide-desc {
		margin: 10px auto;
	}

	.guide-step {
		margin-left: 0;
		margin-right: 0;
	}

	.accordion_title {
		font-size: 16px;
	}

	.accordion-container {
		font-size: 14px;
	}

	.accordion_image {
		margin: 0 auto 10px;
	}

	.acc_image_flex {
		gap: 10px;
	}

	.verify-app-img p {
		font-size: clamp(15px, 4vw, 20px);
		letter-spacing: normal;
	}

	.dl-qr {
		display: none;
	}

	.app-item-flex {
		width: 100%;
		padding: 0 2em;
	}

	.app-item-flex .dl-btn {
		width: 100%;
		text-align: center;
	}

	.verify-app-img img {
		width: 13vw;
	}

	.guide-slider .slick-prev,
	.guide-slider .slick-next {
		width: 25px;
	}

	.slick-prev:before,
	.slick-next:before {
		background-size: contain;
		width: 100%;
	}

	.subsection__header {
		font-size: 1.6rem;
		margin: 15px auto;
	}

	.price_table th {
		display: block;
		width: 100%;
		padding: 10px 0;
		font-size: 12px;
		text-align: center;
	}

	.price_table td {
		display: block;
		width: 100%;
		font-size: 11px;
	}

	.guide-choice__question-text::before {
		font-weight: bold;
	}

	.guide-choice__button-trigger.add_size {
		padding: 5px;
		border: 1px solid #d00f31;
	}

	.guide-choice {
		margin-bottom: 30px;
	}

	.tab__contents {
		padding: 0 15px;
	}

	.balloon--step {
		font-size: 13px;
		align-items: flex-end;
		padding: 7px 20px;
	}

	.balloon__step {
		margin-right: 10px;
		margin-left: 0;
	}

	.guide-step {
		margin-top: 10px;
		padding: 20px 15px;
	}

	.next {
		background-size: auto 40px;
	}

	.next--blue .next__trigger {
		color: #d00f31;
	}

	.next--blue .next__trigger::after {
		background-image: url(../img/common/ico_next_red02.svg);
	}

	.select_tab_container {
		width: 100%;
		padding-top: 20px;
	}

	.select_tab {
		font-size: 12px;
		padding: 15px 0;
		border: 1px solid #d00f31;
		max-height: 50px;
	}

	.select_tab.add_py {
		padding: 4px 0;
	}

	.select_tab::after {
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		border-top: 8px solid #d00f31;
		top: 22px;
		right: 10px;
	}

	.select_tab.active::after {
		border-top: 8px solid #fff;
	}

	.next_container {
		width: 100%;
	}

	.guide-step__image {
		max-width: 200px;
	}

	.guide-step__image .zoom_in {
		width: 32px;
		height: auto;
	}

	.modal_content {
		width: calc(100% - 40px);
		top: 43%;
		height: auto;
	}

	.mt-60 {
		margin-top: 30px;
	}

	.mt-100 {
		margin-top: 50px !important;
	}

	.mx-30-sp {
		margin-left: 15px;
		margin-right: 15px;
	}
}
