@charset "Shift_JIS";

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

.header .cnts .nav,
.header .search {
	display: none;
}


body {
	margin: 0;
}

body.overflowhidden {
	overflow: hidden;
	height: 100%;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

hr {
	overflow: visible;
	box-sizing: content-box;
	height: 0;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	text-decoration: underline;
	text-decoration: underline dotted;
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
}

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

img {
	border-style: none;
}



body {
	color: #292b2c;
	background-color: #fff;
}



a {
	color: #000;
}

html {
	box-sizing: border-box;
}

*,
:after,
:before {
	box-sizing: inherit;
}

* {
	background-repeat: no-repeat;
}

textarea {
	resize: vertical;
}

nav ol,
nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

button {
	cursor: pointer;
}

a svg,
button svg,
label svg {
	pointer-events: none;
}

dl {
	margin-top: 0;
	margin-bottom: 0;
}

dd {
	margin-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.4;
	margin-top: 0;
	font-weight: 700;
}

p {
	margin-top: 0;
	line-height: 1.5em;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: bottom;
}

figure {
	margin: 0;
}


.for-pc {
	display: none;
}

img {
	max-width: 100%;
}

.footer {
	padding-bottom: 180px;
}

footer .copy {
	padding-bottom: 25vw;
}

@media print,
screen and (min-width:768px) {
	body {
		min-width: 940px;
	}

	.for-pc {
		display: block;
	}

	.for-sp {
		display: none;
	}
}


.spblock {
	display: none !important;
}

.pcblock {
	display: block !important;
}

@media screen and (max-width: 767px) {
	.spblock {
		display: block !important;
	}

	.pcblock {
		display: none !important;
	}
}

#selecaLP {
	position: relative;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}

#selecaLP a img {
	transition: .3s;
}

#selecaLP a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: .6;
	opacity: .6;
}

#selecaLP .panel-wrap {
	position: absolute;
	top: 20px;
	right: 0;
	background: url(../img/menu.svg) no-repeat 0 0;
	background-size: 45px 42px;
	width: 45px;
	height: 42px;
	z-index: 999;
}

#selecaLP .panel-wrap.active {
	background: url(../img/menu_close.svg) no-repeat 0 0;
}

#selecaLP .panel-wrap.is-fixed {
	position: fixed;
	top: 20px;
	right: 0;
}

@media screen and (min-width: 768px) {
	#selecaLP {
		padding-top: 60px;
	}
}


@media print,
screen and (min-width: 768px) {

	#selecaLP .panel-wrap {
		display: none;
	}

	#selecaLP nav {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 998;
		border: none;
		width: 100%;
		background: url(../img/_cam202307/g_bg.png) repeat-x;
	}

	#selecaLP nav.is-fixed {
		position: fixed;
	}

	#selecaLP nav ul {
		width: 1100px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
		padding: 0;
	}

	#selecaLP nav li.blank {
		display: none;
	}

	#selecaLP nav li {
		margin: 0;
		padding: 0;
		width: 220px;
	}

	#selecaLP nav li a {
		display: block;
	}

	#selecaLP nav li a:hover {
		background: url(../img/_cam202307/g_bg_hvr.png) repeat-x;
	}

	#selecaLP nav li a:hover img {
		opacity: 1;
	}

	#selecaLP nav .navtel {
		display: none;
	}

}


@media screen and (max-width: 767px) {
	#selecaLP nav {
		position: absolute;
		top: 0;
		bottom: 0;
		right: -90vw;
		z-index: 998;
		border: none;
		padding-bottom: 0;
		width: 87%;
		transition: .5s;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 10vw;
	}

	#selecaLP nav.is-fixed {
		position: fixed;
	}


	#selecaLP nav.active {
		right: 0 !important;
	}

	#selecaLP nav ul {
		width: 100%;
		flex-direction: column;
		margin: 0;
		padding: 0;
	}

	#selecaLP nav li.blank {
		height: 23vw;
		border-top: none;
	}

	#selecaLP nav li {
		margin: 0;
		padding: 0;
		border: none;
		border-top: 1px solid #fff;
		background: rgba(230, 18, 0, .92);
	}

	#selecaLP nav li:nth-child(8),
	#selecaLP nav li:nth-child(9) {
		background: rgba(200, 200, 200, .92);
	}

	#selecaLP nav .navtel a {
		display: block;
		border: 1px solid #cacaca;
	}

	#selecaLP nav .navtel p {
		background-color: rgba(255, 255, 255, .92);
		text-align: center;
		font-size: 3.4vw;
		padding: 1.5em 0;
	}
}

#selecaLP .hero {
	background: #807c70 url(../img/_cam202310/main_bg.jpg) no-repeat top center;
	text-align: center;
}



@media screen and (max-width: 767px) {}



/*===== #cv =====*/
#cv {
	position: fixed;
	z-index: 995;
	bottom: 0;
	width: 100%;
	padding: 20px 0 25px;
	text-align: center;
	border-top: 2px solid #e60012;
	background: #efefef;
}

#cv .inner {
	width: 1000px;
	margin: 0 auto;
}

#cv .inner .flexbox {
	display: flex;
	align-items: center;
	justify-content: center;
}

#cv .inner .box {
	margin-left: 20px;
}

#cv .inner .cvController {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#cv .inner .cvController .pagetop {
	margin-left: 10px;
}

#cv .inner .cvForm img,
#cv .inner .cvController img {
	transition: .3s;
}

#cv .inner .cvForm img:hover,
#cv .inner .cvController img:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	-moz-opacity: .7;
}

#cv #backbtn {
	cursor: pointer;
}

#cv .cvTel,
#cv .cvForm {
	position: relative;
	overflow: hidden;
}

.reflection {
	height: 100%;
	width: 30px;
	position: absolute;
	top: -180px;
	left: 0;
	background-color: #fff;
	opacity: 0;
	transform: rotate(45deg);
	animation: reflection 5s ease-in-out infinite;
	-webkit-transform: rotate(45deg);
	-webkit-animation: reflection 5s ease-in-out infinite;
	-moz-transform: rotate(45deg);
	-moz-animation: reflection 5s ease-in-out infinite;
	-ms-transform: rotate(45deg);
	-ms-animation: reflection 5s ease-in-out infinite;
	-o-transform: rotate(45deg);
	-o-animation: reflection 5s ease-in-out infinite;
}

@keyframes reflection {
	0% {
		transform: scale(0) rotate(45deg);
		opacity: 0;
	}

	80% {
		transform: scale(0) rotate(45deg);
		opacity: .5;
	}

	81% {
		transform: scale(4) rotate(45deg);
		opacity: .8;
	}

	100% {
		transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}

@-webkit-keyframes reflection {
	0% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0;
	}

	80% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: .5;
	}

	81% {
		-webkit-transform: scale(4) rotate(45deg);
		opacity: .8;
	}

	100% {
		-webkit-transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}

@-moz-keyframes reflection {
	0% {
		-moz-transform: scale(0) rotate(45deg);
		opacity: 0;
	}

	80% {
		-moz-transform: scale(0) rotate(45deg);
		opacity: .5;
	}

	81% {
		-moz-transform: scale(4) rotate(45deg);
		opacity: .8;
	}

	100% {
		-moz-transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}

@-ms-keyframes reflection {
	0% {
		-ms-transform: scale(0) rotate(45deg);
		opacity: 0;
	}

	80% {
		-ms-transform: scale(0) rotate(45deg);
		opacity: .5;
	}

	81% {
		-ms-transform: scale(4) rotate(45deg);
		opacity: .8;
	}

	100% {
		-ms-transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}

@-o-keyframes reflection {
	0% {
		-o-transform: scale(0) rotate(45deg);
		opacity: 0;
	}

	80% {
		-o-transform: scale(0) rotate(45deg);
		opacity: .5;
	}

	81% {
		-o-transform: scale(4) rotate(45deg);
		opacity: .8;
	}

	100% {
		-o-transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}



@media screen and (max-width: 767px) {
	#cv {
		padding: 3vw 0 3vw;
		border-top: 4px solid #ea5504;
	}

	#cv .inner {
		width: 100vw;
	}

	#cv .inner .box {
		margin-left: 1vw;
		margin-right: 1vw;
	}
}

#cv .cvTel {
	margin-left: 0;
}

#cv .cvTel,
#cv .cvForm {
	width: 354px;
	height: auto;
}

#cv img {
	width: 100%;
	height: auto;
}

#cv .inner .cvController {
	flex-direction: column;
	width: 12.8vw;
}

#cv .inner .cvController a {
	display: block;
	width: 12.8vw;
}

#cv .inner .cvController .pagetop {
	margin-left: 0;
}

#cv .inner .cvController img#backbtn {
	margin-bottom: 2vw;
}
}


/*===== #cv =====*/
#cv_last {
	text-align: center;
	width: 600px;
	margin: 0 auto;
	margin-top: 40px;
}

#cv_last .clbox {
	position: relative;
	overflow: hidden;
}

#cv_last a {
	display: inline-block;
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	#cv_last {
		width: 90%;
		margin: 0 auto;
		margin-top: 0px;
	}

	#cv_last a {
		margin-top: 10px;
	}
}



#selecaLP h2 {
	font-size: 36px;
	font-size: 2.5rem;
	font-weight: 700;
	text-align: center;
}

#selecaLP.selecaPage h2 {
	font-size: 26px;
	font-size: 1.9rem;
}

#selecaLP h2::before {
	display: block;
	width: 39px;
	height: 4px;
	margin: 0 auto;
	margin-bottom: 40px;
	content: "";
	background: url(../img/icon_h2.svg);
}

#selecaLP #c_campaign h2::before {
	display: none;
}

@media screen and (max-width: 767px) {

	#selecaLP h2,
	#selecaLP.selecaPage h2 {
		font-size: 35px;
	}
}


#selecaLP h3 {
	font-size: 30px;
	font-size: 2.15rem;
	font-weight: 700;
	line-height: 1.4em;
}

#selecaLP h4 {
	font-size: 30px;
	font-size: 2.15rem;
	font-weight: 700;
	line-height: 1.4em;
}

#selecaLP h4 em {
	display: inline-block;
	font-size: 120%;
	font-family: serif;
	font-weight: bold;
	transform: translateY(4px) rotate(15deg);
	margin-left: 0.1em;
}

#selecaLP sup {
	position: relative;
	top: -.8em;
	vertical-align: middle;
	font-size: 13px;
	font-weight: 400;
}


#selecaLP .more {
	margin-top: 30px;
	text-align: right;
	line-height: 1em;
	font-size: .98rem;
}

#selecaLP .more a {
	position: relative;
	margin-right: 20px;
	text-decoration: underline;
	color: #000;
}

#selecaLP .more a:hover {
	opacity: .7;
	text-decoration: none;
}

#selecaLP .more a::before {
	position: absolute;
	top: 5px;
	left: -20px;
	display: inline-block;
	width: 14px;
	height: 14px;
	content: "";
	background: url(../img/icon_more.svg) no-repeat;
}

#selecaLP .more a::after {
	position: absolute;
	top: 5px;
	right: -20px;
	display: inline-block;
	width: 13px;
	height: 13px;
	content: "";
	background: url(../img/icon_open.svg) no-repeat;
}


#selecaLP .marker {
	display: inline;
	padding: 0 2px;
	background: linear-gradient(transparent 70%, #fff100 70%);
	line-height: 1em;
}



/*===== #c_point =====*/
#selecaLP #c_point {
	padding-top: 120px;
	padding-bottom: 120px;
}


#selecaLP #c_point h2 strong {
	display: inline-block;
	color: #e60012;
	font-size: 130%;
	margin-right: 0.1em;
	transform: translateY(5px);
}

#selecaLP #c_point .inner {
	width: 1060px;
	margin: 0 auto;
}

#selecaLP #c_point .box {
	display: flex;
	width: 1060px;
	margin-top: 80px;
	padding-top: 70px;
}

#selecaLP #c_point .box.b01 {
	margin-top: 20px;
}

#selecaLP #c_point .box.b02 {
	width: 916px;
	justify-content: space-between;
	margin-left: 124px;
	margin-top: 50px;
	padding-top: 50px;
	padding-bottom: 85px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#selecaLP #c_point .box.b02 .sasie {
	width: 365px;
	margin-right: 40px;
}

#selecaLP #c_point .box.b02 .textbox {
	width: 470px;
}

#selecaLP #c_point .box.b03 {
	margin-top: 30px;
}

#selecaLP #c_point .num {
	border-bottom: 2px solid #e60012;
	padding-bottom: 30px;
	padding-left: 20px;
	width: 620px;
}

#selecaLP #c_point .num h3 {
	display: inline-block;
	font-size: 2.642rem;
	color: #e60012;
	margin-left: 15px;
}

#selecaLP #c_point .textbox {
	width: 640px;
	margin-top: 30px;
}

#selecaLP #c_point .textbox .txt {
	margin-left: 130px;
	margin-top: 30px;
}

#selecaLP #c_point .box.b02 .textbox .txt {
	position: relative;
	margin-left: 40px;
	margin-top: 0;
	z-index: 1;
}

#selecaLP #c_point .box.b02 .textbox .txt .mt {
	margin-top: .8em;
}

#selecaLP #c_point .textbox_4 {
	width: 950px;
	margin-top: 30px;
}

#selecaLP #c_point .copy,
#selecaLP #c_point .copy_4 {
	font-size: 20px;
	font-size: 1.44rem;
	font-weight: 700;
	margin-top: 20px;
}

#selecaLP #c_point .copy2 {
	font-size: 20px;
	font-size: 1.44rem;
	margin-top: 20px;
}

#selecaLP #c_point .copy3 {
	font-size: 1.071rem;
	margin-top: 2em;
}

#selecaLP #c_point .copy4 {
	font-size: 1.429rem;
	margin-top: .4em;
}

#selecaLP #c_point .copy span {
	font-size: 12px;
	font-size: .65rem;
	vertical-align: top;
}

#selecaLP #c_point .kome {
	font-size: 13px;
	font-size: 0.929rem;
	margin-top: 2.5em;
}

#selecaLP #c_point .b03 .kome {
	margin-top: 1em;
}

#selecaLP #c_point .kome li {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.6em;
	margin-top: 0.8em;
	white-space: nowrap;
}

#selecaLP #c_point .kome li a {
	text-decoration: underline;
}

#selecaLP #c_point .kome li a::after {
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-left: 5px;
	content: "";
	background: url(../img/icon_open.svg) no-repeat;
}

#selecaLP #c_point .btn a {
	position: relative;
	display: inline-block;
	margin-top: 30px;
	background-color: #e60012;
	color: #fff;
	font-size: 1.143rem;
	padding: .9em 5em;
	border-radius: 6px;
}

#selecaLP #c_point .btn a span {
	display: inline-block;
}

#selecaLP #c_point .btn a span::after {
	position: absolute;
	top: 23px;
	right: 20px;
	display: inline-block;
	content: "";
	background: url(../img/_cam202307/mrk_window.svg);
	background-size: cover;
	width: 13px;
	height: 13px;
}

#selecaLP #c_point .btn a:hover {
	transition: .3s;
	opacity: .7;
}



#selecaLP #c_point .sasie {
	width: 410px;
	margin-top: 30px;
	text-align: center;
}

#selecaLP #c_point .sasie.s01 {
	margin-top: 130px;
}

#selecaLP #c_point .sasie.s03 {
	margin-top: 80px;
}

#selecaLP #c_point .sasie_4 {
	width: 832px;
	margin-top: 30px;
	margin-left: 120px;
}


@media screen and (max-width: 767px) {
	#selecaLP #c_point {
		padding: 100px 0;
	}

	#selecaLP #c_point .inner {
		width: 90%;
		margin: 0 auto;
	}

	#selecaLP #c_point .box {
		flex-direction: column;
		width: 100%;
		margin: 0 auto;
		margin-top: 40px;
		padding-top: 40px;
	}

	#selecaLP #c_point .box.b02 {
		width: 100%;
		display: block;
		margin-left: 0;
		margin-top: 100px;
		padding-top: 40px;
		padding-bottom: 60px;
	}



	#selecaLP #c_point .box.b02 .textbox .txt {
		margin-left: 0;
	}

	#selecaLP #c_point .box.b02 .sasie {
		width: 100%;
		margin-right: 0;
	}

	#selecaLP #c_point .box.b02 .textbox {
		width: 100%;
	}


	#selecaLP #c_point .num {
		width: 100%;
		padding-left: 0;
		padding-bottom: 10px;
		margin-left: 0;
		margin: 0 auto;
		text-align: center;
	}

	#selecaLP #c_point .num h3 {
		display: block;
		margin-left: 0;
		margin-top: 20px;
	}

	#selecaLP #c_point h4 {
		font-size: 34px;
	}

	#selecaLP #c_point .num img {
		width: 11vw;
	}

	#selecaLP #c_point .textbox,
	#selecaLP #c_point .textbox_4 {
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}

	#selecaLP #c_point .textbox .num img {
		margin: 40px auto 0;
		width: 25vw;
	}

	#selecaLP #c_point .textbox .txt {
		margin-left: 0;
	}

	#selecaLP #c_point .textbox .spimg {
		width: 120vw;
		margin-left: -10vw;
		margin-top: 10vw;
		overflow: hidden;
	}

	#selecaLP #c_point .textbox .mtsp {
		margin-top: 45px;
	}

	#selecaLP #c_point .textbox .spimg img {
		width: 110vw;
		margin-left: -10vw;
		height: auto;
	}



	#selecaLP #c_point .copy_4 {
		font-size: 18px;
		font-weight: 700;
		margin-top: 20px;
	}

	#selecaLP #c_point .copy4 {
		font-size: 22px;
	}

	#selecaLP #c_point .copy3 {
		font-size: 18px;
	}

	#selecaLP #c_point .kome {
		text-align: left;
		text-align: justify;
		text-justify: inter-ideograph;
		margin-top: 1.5em;
	}

	#selecaLP #c_point .kome li {
		white-space: normal;
		text-align: center;
	}

	#selecaLP #c_point .btn a {
		display: block;
		padding: 1.2em 0;
		font-size: 18px;
	}

	#selecaLP #c_point .btn a span::after {
		position: relative;
		top: auto;
		right: auto;
		width: 16px;
		height: 16px;
		margin-left: .8em;
	}


	#selecaLP #c_point .sasie {
		width: 100%;
	}

	#selecaLP #c_point .sasie_4 {
		width: 100%;
		margin-top: 15px;
		margin-left: 0;
	}

	#selecaLP #c_point .sasie_4 ul {
		font-size: 13px;
		margin-top: 20px;
	}
}

/*===== #c_campaign =====*/
#selecaLP #c_campaign {
	padding-top: 120px;
	padding-bottom: 120px;
	background-color: #f8f8f8;
}

#selecaLP #c_campaign .cam h2::before {
	display: none;
}


#selecaLP #c_campaign .cam_kikan {
	margin-top: 50px;
	text-align: center;
}

#selecaLP #c_campaign .cam_kikan dl {
	margin-top: 80px;
}

#selecaLP #c_campaign .cam_kikan dl dt {}

#selecaLP #c_campaign .cam_kikan dl dd {
	margin-top: 30px;
	font-size: 1.143rem;
	line-height: 2em;
}

#selecaLP #c_campaign .cam_outline {
	margin-top: 110px;
}

#selecaLP #c_campaign .cam_outline .cam_outline_in {
	width: 820px;
	margin: 0 auto;
}

#selecaLP #c_campaign .cam_outline h3 {
	color: #e60012;
	text-align: center;
	font-size: 2rem;
	display: flex;
	align-items: center;
}

#selecaLP #c_campaign .cam_outline h3:before,
#selecaLP #c_campaign .cam_outline h3:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #222;
	display: block;
}

#selecaLP #c_campaign .cam_outline h3:before {
	margin-right: .4em;
}

#selecaLP #c_campaign .cam_outline h3:after {
	margin-left: .4em;
}


#selecaLP #c_campaign .cam_outline ul {
	margin-top: 2em;
}

#selecaLP #c_campaign .cam_outline ul li {
	margin: .6em 0;
	font-size: 0.929rem;
	list-style: none;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.8em;
}

#selecaLP #c_campaign .cam_outline ul li::before {
	display: inline-block;
	content: "";
	background: url(../img/_cam/dot.svg)no-repeat center 3px;
	width: 15px;
	height: 15px;
	background-size: 100% auto;
}

#selecaLP #c_campaign .cam_outline ul li a {
	text-decoration: underline;
}

#selecaLP #c_campaign .cam_outline ul li a:hover {
	text-decoration: none;
	opacity: .7;
}

@media screen and (max-width: 767px) {
	#selecaLP #c_campaign {
		padding: 80px 0;
	}

	#selecaLP #c_campaign .cam_kikan {
		margin-top: 15vw;
	}

	#selecaLP #c_campaign .cam_kikan dl {
		margin-top: 15vw;
	}

	#selecaLP #c_campaign .cam_kikan dl dt {}

	#selecaLP #c_campaign .cam_kikan dl dd {
		margin-top: 5vw;
		font-size: 4.2vw;
		line-height: 1.8em;
	}

	#selecaLP #c_campaign .cam_kikan dl dd img {
		width: 85%;
		height: auto;
		margin: 0 auto;
		margin-top: 3vw;
	}


	#selecaLP #c_campaign .cam_outline {
		margin-top: 20vw;
	}

	#selecaLP #c_campaign .cam_outline .cam_outline_in {
		width: 90%;
	}

	#selecaLP #c_campaign .cam_outline h3 {
		font-size: 6vw;
	}


	#selecaLP #c_campaign .cam_outline ul {
		margin-top: 1em;
	}

	#selecaLP #c_campaign .cam_outline ul li {
		font-size: 3.6vw;
	}
}


/*===== #c_faq =====*/
#selecaLP #c_faq {
	padding-top: 120px;
	padding-bottom: 120px;
}

#selecaLP #c_faq .inner {
	width: 1060px;
	margin: 0 auto;
}

#selecaLP #c_faq .box01 {
	width: 840px;
	margin: 0 auto;
	padding-top: 20px;
}

#selecaLP #c_faq .box01 dl {
	margin-top: 40px;
}

#selecaLP #c_faq .box01 dl dt {
	font-size: 15px;
	font-size: 1.09rem;
	position: relative;
	text-decoration: underline;
	cursor: pointer;
	line-height: 1.5em;
}

#selecaLP #c_faq .box01 dl dt::before {
	position: absolute;
	top: 4px;
	left: -22px;
	width: 16px;
	height: 16px;
	content: "";
	background: url(../img/icon_plus.svg) no-repeat;
}

#selecaLP #c_faq .box01 dl .open::before {
	background: url(../img/icon_minus.svg) no-repeat;
}

#selecaLP #c_faq .box01 dl dd {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.8em;
	margin-top: 15px;
	padding: 25px;
	background-color: #fff;
	text-align: justify;
	text-justify: inter-ideograph;
	display: none;
}

#selecaLP #c_faq .box01 dl dd a {
	text-decoration: underline;
	color: #000;
}

#selecaLP #c_faq .box01 dl dd a::after {
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-left: 5px;
	content: "";
	background: url(../img/icon_open.svg) no-repeat;
}

@media screen and (max-width: 767px) {
	#selecaLP #c_faq .inner {
		width: 100%;
		margin: 0 auto;
	}

	#selecaLP #c_faq .box01 {
		width: 80%;
		margin: 0 auto;
		padding-top: 0;
	}

	#selecaLP #c_faq .box01 dl dt {
		line-height: 1.8em;
	}

	#selecaLP #c_faq .box01 dl dd {
		background-color: #f8f8f8;
	}
}

/*===== #c_preparation =====*/
#selecaLP #c_preparation {
	padding-top: 120px;
	padding-bottom: 120px;
	background-color: #f8f8f8;
}

#selecaLP #c_preparation .inner {
	width: 1060px;
	margin: 0 auto;
	text-align: center;
}

#selecaLP #c_preparation img {
	margin-top: 50px;
	margin-bottom: 20px;
}

#selecaLP #c_preparation .text01 {
	font-size: 20px;
	font-size: 1.44rem;
	font-weight: 700;
	margin-top: 15px;
}

#selecaLP #c_preparation .text02 {
	font-size: 13px;
	font-size: .93rem;
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	#selecaLP #c_preparation {
		padding-bottom: 70px;
	}

	#selecaLP #c_preparation .inner {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	#selecaLP #c_preparation .text01 {}

	#selecaLP #c_preparation .text02 {
		font-size: 13px;
		line-height: 1.8em;
		margin-bottom: .5em;
	}
}


/*===== #c_outline =====*/
#selecaLP #c_outline {
	padding-top: 120px;
	padding-bottom: 40px;
}

#selecaLP #c_outline .inner {
	width: 840px;
	margin: 0 auto;
}

#selecaLP #c_outline h3 {
	text-align: center;
	font-size: 50px;
	margin-top: 70px;
}

#selecaLP #c_outline h3 .mini {
	font-size: 23px;
	display: inline;
}

#selecaLP #c_outline h3 strong {
	color: #e60012;
	font-weight: 700;
}

#selecaLP #c_outline h3 em {
	font-size: 30px;
	font-weight: 700;
	font-style: normal;
}

@media screen and (max-width: 767px) {
	#selecaLP #c_outline .inner {
		width: 100%;
		margin: 0 auto;
	}

	#selecaLP #c_outline h3 {
		margin-top: 40px;
		line-height: 1em;
	}

	#selecaLP #c_outline h3 img {
		width: 75vw;
	}

	#selecaLP #c_outline {
		padding-bottom: 50px;
	}
}


#selecaLP #c_outline .box01 table {
	width: 100%;
	margin-top: 40px;
}

#selecaLP #c_outline .box01 table thead th {
	background: url("../img/table_bg01.png") repeat;
	font-size: 16px;
	font-size: 1.14rem;
	font-weight: normal;
	text-align: center;
	border: 1px solid #000;
	padding: 15px;
}

#selecaLP #c_outline .box01 table tbody th,
#selecaLP #c_outline .box01 table tbody td {
	border: 1px solid #000;
	background-color: #fff;
	font-weight: normal;
	font-size: 16px;
	font-size: 1.14rem;
	padding: 15px 0 15px 130px;
}

#selecaLP #c_outline .box01 table tbody th {
	width: 60%;
	text-align: left;
}

#selecaLP #c_outline .box01 table tbody .bg02 {
	background: url("../img/table_bg02.png") repeat;
}

#selecaLP #c_outline .box01 ul {
	font-size: 13px;
	font-size: .93rem;
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	#selecaLP #c_outline .box01 table {
		width: 90%;
		margin: 0 auto;
		margin-top: 45px;
	}

	#selecaLP #c_outline .box01 table thead th {
		padding: 18px 0;
	}

	#selecaLP #c_outline .box01 table tbody th,
	#selecaLP #c_outline .box01 table tbody td {
		font-size: 17px;
		padding: 18px 0 18px 25px;
		vertical-align: middle;
	}

	#selecaLP #c_outline .box01 ul {
		margin-top: 25px;
		width: 86%;
		margin: 0 auto;
		font-size: 14px;
		margin-top: 20px;
		padding-left: 1em;
		text-indent: -1em;
	}
}


#selecaLP #c_outline .box02 table {
	width: 100%;
	margin-top: 70px;
}

#selecaLP #c_outline .box02 table th {
	background: url("../img/table_bg01.png") repeat;
	font-size: 14px;
	font-size: 1rem;
	font-weight: normal;
	border: 1px solid #000;
	text-align: left;
	width: 20%;
	padding: 20px;
}

#selecaLP #c_outline .box02 table td {
	border: 1px solid #000;
	background-color: #fff;
	font-size: 14px;
	font-size: 1rem;
	padding: 20px;
}

#selecaLP #c_outline .box02 ul {
	font-size: 13px;
	font-size: .93rem;
	margin-top: 8px;
}

@media screen and (max-width: 767px) {
	#selecaLP #c_outline .box02 table {
		width: 90%;
		margin: 0 auto;
		margin-top: 30px;
		border-top: 1px solid #000;
	}

	#selecaLP #c_outline .box02 table th,
	#selecaLP #c_outline .box02 table td {
		display: block;
		width: 100%;
		padding: 15px;
	}

	#selecaLP #c_outline .box02 table th {
		border-top: none;
	}

	#selecaLP #c_outline .box02 table td {
		border-top: none;
	}

	#selecaLP #c_outline .box02 table td .atama li {
		padding-left: 1em;
		text-indent: -1em;
	}

	#selecaLP #c_outline .box02 table td ul .kaigyo {
		display: inline;
	}
}


#selecaLP #c_outline .box02 .text01 {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	font-size: 13px;
	font-size: .93rem;
}

#selecaLP #c_outline .box02 .t03 {
	margin-top: 8px;
}

#selecaLP #c_outline .box02 .t03 a {
	text-decoration: underline;
	color: #000;
	font-size: 13px;
	font-size: 0.929rem;
}

#selecaLP #c_outline .box02 .t03 a::after {
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-left: 5px;
	content: "";
	background: url(../img/icon_open.svg) no-repeat;
}

#selecaLP #c_outline .btn {
	text-align: center;
	margin-top: 60px;
}

@media screen and (max-width: 767px) {
	#selecaLP #c_outline .box02 .text01 {
		display: flex;
		flex-direction: column-reverse;
		width: 90%;
		margin: 0 auto;
		margin-top: 15px;
	}

	#selecaLP #c_outline .box02 .text01 .t01 {
		margin-top: 10px;
		padding-left: 1em;
		text-indent: -1em;
	}

	#selecaLP #c_outline .box02 .text01 .t02 {
		text-align: right;
	}

	#selecaLP #c_outline .box02 .t03 {
		width: 90%;
		margin: 0 auto;
		font-size: 13px;
		margin-top: 10px;
	}

	#selecaLP #c_outline .btn {
		margin-top: 35px;
	}
}


/*===== #sec006 =====*/
#selecaLP #sec006 {
	padding-top: 10px;
	padding-bottom: 140px;
}

#selecaLP #sec006 .inner {
	width: 1060px;
	margin: 0 auto;
	text-align: center;
}

#selecaLP #sec006 h3 {
	font-size: 20px;
	font-size: 1.44rem;
	margin-top: 20px;
	line-height: 1.6em;
}

#selecaLP.selecaPage #sec006 h3 {
	font-size: 15px;
	font-size: 1.09rem;
}

#selecaLP #sec006 .box01 {
	display: flex;
	justify-content: space-between;
	width: 930px;
	margin: 0 auto;
	margin-top: 50px;
}

#selecaLP #sec006 .box01 span {
	background-color: #f3f3f3;
	display: block;
}

#selecaLP #sec006 h2 {
	margin-top: 80px;
}

#selecaLP #sec006 .cpbox {
	display: inline-block;
	margin: 0 auto;
	padding: 30px 40px;
	border: 1px solid #e60012;
	text-align: left;
}

#selecaLP #sec006 .cpbox dl {
	position: relative;
	padding-left: 70px;
}

#selecaLP #sec006 .cpbox dl::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	background: url(../img/mrk_atten.svg) no-repeat;
	background-size: 100% auto;
	display: inline-block;
	width: 29px;
	height: 26px;
}

#selecaLP #sec006 .cpbox dt {
	color: #e60012;
	font-size: 1.286rem;
	font-weight: bold;
}

#selecaLP #sec006 .cpbox dd {
	margin-top: 10px;
}

#selecaLP #sec006 .cpbox dd a {
	font-size: 0.929rem;
	display: inline-block;
	margin-left: 1em;
	text-decoration: underline;
}

#selecaLP #sec006 .cpbox dd a:hover {
	color: #999;
}

#selecaLP #sec006 .cpbox dd a::after {
	content: "";
	background: url(../img/icon_open_red.svg) no-repeat;
	background-size: 100% auto;
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-left: 0.5em;
}

#selecaLP #sec006 .box02 {
	width: 930px;
	margin: 0 auto;
	margin-top: 20px;
	padding-bottom: 10px;
}

#selecaLP #sec006 .box02 dl {
	background-color: #f3f3f3;
	padding: 30px 44px;
}

#selecaLP #sec006 .box02 dt {
	background-color: #e50012;
	color: #fff;
	font-size: 1.286rem;
	border-radius: 4px;
	padding: .5em 0;
	line-height: 1em;
}

#selecaLP #sec006 .box02 dd {
	margin-top: 10px;
	font-size: 1.286rem;
	margin-top: 1.5em;
}

#selecaLP #sec006 .box02 dd span {
	display: inline-block;
	margin-right: 1em;
}

#selecaLP #sec006 .box02 dd a {
	color: #e50012;
	text-decoration: underline;
}

#selecaLP #sec006 .box02 dd a:hover {
	opacity: .7;
}

#selecaLP #sec006 .box02 dd small {
	display: block;
	font-size: 0.929rem;
	margin-top: 1em;
	line-height: 1.5em;
}



@media screen and (max-width: 767px) {
	#selecaLP #sec006 {
		padding-bottom: 20px;
	}

	#selecaLP #sec006 .inner {
		width: 100%;
	}

	#selecaLP #sec006 .box01 {
		display: flex;
		flex-direction: column;
		width: 90%;
		margin-top: 20px;
	}

	#selecaLP #sec006 .box01 span {
		margin-bottom: 3vw;
	}

	#selecaLP.selecaPage #sec006 h3 {
		font-size: 15px;
	}

	#selecaLP #sec006 h2 {
		margin-top: 50px;
	}

	#selecaLP #sec006 .cpbox {
		display: block;
		padding: 30px 5px;
		box-sizing: border-box;
		width: 84%;
		text-align: center;
	}

	#selecaLP #sec006 .cpbox dl {
		padding-left: 0px;
		padding-top: 14vw;
	}

	#selecaLP #sec006 .cpbox dl::before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 0;
		width: 12vw;
		height: 11vw;
	}

	#selecaLP #sec006 .cpbox dt {
		font-size: 16px;
	}

	#selecaLP #sec006 .cpbox dd {
		font-size: 14px;
		line-height: 1.6em;
	}

	#selecaLP #sec006 .cpbox dd a {
		font-size: 12px;
		display: block;
		margin-left: 0;
		margin-top: 0.5em;
	}

	#selecaLP #sec006 .cpbox dd a::after {
		width: 12px;
		height: 12px;
	}


	#selecaLP #sec006 .box02 {
		width: 90%;
		margin: 0 auto;
		margin-top: 3vw;
		padding-bottom: 5vw;
	}

	#selecaLP #sec006 .box02 dl {
		background-color: #e8e8e8;
		padding: 6vw 8vw;
	}

	#selecaLP #sec006 .box02 dt {
		font-size: 4vw;
		padding: .5em 0;
	}

	#selecaLP #sec006 .box02 dd {
		font-size: 4vw;
	}


	#selecaLP #sec006 .box02 dd span {
		display: block;
		margin-right: 0;
		margin-top: 0.5em;
		margin-bottom: 0.5em;
	}

	#selecaLP #sec006 .box02 dd small {
		font-size: 3vw;
	}
}


/*=============================
.selecaPage
=============================*/
.selecaPage .pagettl {
	background-color: #e60012;
}

.selecaPage .pagettl .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1020px;
	position: relative;
	margin: 0 auto;
	padding: 40px 0;
}

.selecaPage .pagettl h1 {
	font-size: 26px !important;
	color: #fff;
	text-align: center;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 1em;
	margin: 0;
}

.selecaPage .pagettl .wlogo {
	width: 250px;
}

.selecaPage .pagettl .clogo {
	width: 250px;
	text-align: right;
}

.selecaPage .pagettl .wlogo img {
	width: 230px;
}

.selecaPage .pagettl .clogo img {
	width: 220px;
}

@media screen and (max-width: 767px) {
	.selecaPage .pagettl .inner {
		display: block;
		width: 100%;
		padding: 1vw 0 7vw;
		text-align: center;
	}

	.selecaPage .pagettl h1 {
		font-size: 20px !important;
		margin: 0;
		margin-top: 20vw;
		letter-spacing: 2px;
		;
	}

	.selecaPage .pagettl .wlogo {
		position: absolute;
		top: 5vw;
		left: 5vw;
		width: auto;
	}

	.selecaPage .pagettl .clogo {
		position: absolute;
		top: 5vw;
		right: 0;
		left: 0;
		width: 32vw;
		margin: 0 auto;
	}

	.selecaPage .pagettl .wlogo img {
		width: 40vw;
		max-width: 200px;
	}

	.selecaPage .pagettl .clogo img {
		width: 32vw;
		max-width: 160px;
	}
}


.selecaPage .subpagettl {
	background-color: #e8e8e8;
	padding: 40px 0;
}

.selecaPage .subpagettl h2 {
	font-size: 26px !important;
	font-size: 1.9em !important;
}

.selecaPage .subpagettl h2:before {
	display: none !important;
}

.selecaPage .subpagettl p {
	font-size: 15px;
	font-size: 1.09em;
	text-align: center;
	margin-top: .8em;
	line-height: 1.8em;
	font-weight: 700;
}

.selecaPage #sec006 {
	border-top: 1px solid #666;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}


@media screen and (max-width: 767px) {
	.selecaPage .subpagettl {
		padding: 30px 0;
	}

	.selecaPage .subpagettl h2 {
		font-size: 18px !important;
	}

	.selecaPage .subpagettl p {
		font-size: 13px;
		line-height: 1.7em;
		margin-top: .5em;
	}

	.selecaPage #sec006 {
		width: 90%;
	}
}




/*=============================
disgnosis.html
#sDia
=============================*/
#sDia {
	width: 600px;
	margin: 0 auto;
	padding: 50px 0;
}

@media screen and (max-width: 767px) {
	#sDia {
		width: 80%;
		padding: 10vw 0;
	}
}

#sDia h4.no02 {
	background: url(../img/_diagnosis/mrk_down.svg) no-repeat center 0;
	text-align: center;
	font-size: 20px;
	font-size: 1.44em;
	margin-top: 20px;
	padding-top: 30px;
}

#sDia table {
	border: none;
	width: 100%;
}

#sDia table tr th {
	background: none;
	border: none;
	border-bottom: 1px solid #ddd;
	font-weight: normal;
	line-height: 1.5;
	padding: 20px 5px;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
	font-size: 15px;
}

#sDia table tr td {
	border: none;
	border-bottom: 1px solid #ddd;
	line-height: 1.5;
	padding: 20px 5px;
	font-size: 15px;
}

#sDia table tr th.cal {
	border: none;
	padding: 15px 0;
	padding-top: 30px;
	width: 100%;
	text-align: center;
}

#sDia .small {
	font-size: 13px;
	margin-top: 10px;
}

#sDia table tr td dl dt {
	position: relative;
	clear: left;
	float: left;
	margin: 0 0 .5em;
	padding-left: 14px;
	width: 15em;
}

#sDia table tr td dl dt:before {
	content: "��";
	position: absolute;
	top: 3px;
	left: 0;
	font-size: 8px;
}

#sDia table tr td dl dd {
	margin: 0 0 .5em 14em;
}

#sDia .err {
	background: #faa;
}

#sDia #err_message {
	color: #f00;
	margin: 10px;
	margin-bottom: 20px;
	display: none;
}

#sDia #ans {
	border: 1px solid #000;
	margin: 20px auto 11px;
	min-height: 100px;
	padding: 40px 0;
}

#sDia .ok {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.8;
	margin: 0;
	text-align: center;
}

#sDia .ok strong {
	color: #f39800;
}

#sDia .ok span {
	background: url(../img/_diagnosis/icon.png) no-repeat 0 10px;
	padding: 30px 0 30px 80px;
}

#sDia .ng {
	color: #000;
	font-size: 15px;
	text-align: center;
}

#sDia #ans .ok,
#sDia #ans .ng,
#sDia .copy,
#sDia .ng_copy {
	display: none;
}

#sDia input[type="text"],
#sDia select {
	box-sizing: border-box;
	border: none;
	margin: 0;
	background: #efefef;
	margin-right: 5px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	padding: 4px 5px;
	font-size: 14px;
}

#Dia select {
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

#sDia input[type="text"] {
	width: 8em;
}

#sDia .caution {
	margin: 0 auto 15px;
}

#sDia .caution li {
	line-height: 1.5;
	padding: 0 0 0 1em;
	text-indent: -1em;
}

#sDia table th button[type="submit"] {
	background: none;
	border: none;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	padding: 0;
}

@media screen and (max-width: 767px) {
	#sDia #ans {
		padding: 30px 0;
	}

	#sDia input[type="text"] {
		font-size: 16px;
		transform: scale(.8);
	}

	#sDia .ok {
		background: url(../img/_diagnosis/icon.png) no-repeat 7vw 10px;
		padding: 0 0 0 15vw;
	}

	#sDia .ok span {
		background: none;
		padding: 0;
	}

	#sDia table,
	#sDia table tbody,
	#sDia table tr,
	#sDia table tr th,
	#sDia table tr td {
		display: block;
	}

	#sDia table tr.tr01 {
		display: flex;
		width: 100%;
	}

	#sDia table tr.tr02 th,
	#sDia table tr.tr03 th {
		border-bottom: none;
		padding-bottom: 0;
	}

	#sDia table tr.tr02 td,
	#sDia table tr.tr03 td {
		padding-left: 5vw;
		padding-top: 4vw;
	}

	#sDia table tr.tr01 th {
		width: 30%;
		vertical-align: middle;
	}

	#sDia table tr.tr01 td {
		width: 70%;
	}

	#sDia table tr td dl dt {
		position: relative;
		clear: none;
		float: none;
		margin: 0 0 .5em;
		padding-left: 14px;
		width: auto;
	}

	#sDia table tr td dl dd {
		margin: 0 0 1.5em 1em;
	}

	#sDia table tr:last-child td dl dd {
		margin-bottom: 0;
	}

	#sDia .small {
		font-size: 12px;
	}
}

#sDia ul {
	text-align: center;
	font-size: 13px;
	font-size: .93em;
	margin-top: 1.2em;
}

#sDia ul li {
	margin-bottom: .6em;
	line-height: 1.7em;
}



/** Custom Select **/
.custom-select-wrapper {
	position: relative;
	display: inline-block;
	user-select: none;
}

.custom-select-wrapper select {
	display: none;
}

.custom-select {
	position: relative;
	display: inline-block;
}

.custom-select-trigger {
	position: relative;
	display: block;
	width: 120px;
	padding: 0 0 0 15px;
	font-size: 14px;
	line-height: 24px;
	background: #efefef;
	cursor: pointer;
}

.custom-select-trigger:before {
	position: absolute;
	width: 10px;
	height: 10px;
	top: 0;
	right: 0;
	display: block;
	content: "";
	height: 24px;
	width: 24px;
}

.custom-select-trigger:after {
	position: absolute;
	background: url(../img/_diagnosis/mrk_select.svg) no-repeat;
	display: block;
	content: "";
	width: 6px;
	height: 25px;
	top: 0;
	right: 10px;
	z-index: 1;
}

.custom-options {
	position: absolute;
	display: block;
	top: 100%;
	left: 0;
	right: 0;
	min-width: 100%;
	margin: 0;
	box-sizing: border-box;
	background: #fff;
	transition: all .4s ease-in-out;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-15px);
	z-index: 5;
	max-height: 275px;
	overflow-y: scroll;
}

.custom-select.opened .custom-options {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	transform: translateY(0);
}

.custom-option {
	position: relative;
	display: block;
	padding: 0 10px 0 15px;
	font-size: 14px;
	background: #efefef;
	line-height: 24px;
	cursor: pointer;
	transition: all .4s ease-in-out;
}

.custom-option:hover,
.custom-option.selection {
	background: #888;
	color: #fff;
}

:placeholder-shown {
	color: #b5b5b6;
	font-size: 14px;
}

::-webkit-input-placeholder {
	color: #b5b5b6;
	font-size: 14px;
}

:-moz-placeholder {
	color: #b5b5b6;
	opacity: 1;
	font-size: 14px;
}

::-moz-placeholder {
	color: #b5b5b6;
	opacity: 1;
	font-size: 14px;
}

:-ms-input-placeholder {
	color: #b5b5b6;
	font-size: 14px;
}

@media screen and (max-width: 767px) {
	.custom-select-trigger {}
}


/*=============================
flow.html
#sFlw
=============================*/
#sFlw {
	padding: 50px 0 20px;
}

#sFlw .box {
	width: 1060px;
	border-bottom: 1px solid #ccc;
	margin: 0 auto;
	padding: 50px 0;
}

#sFlw .box:last-child {
	border: none;
}

#sFlw .box .inner {
	width: 820px;
	margin: 0 auto;
}

#sFlw .box h3 {
	text-align: center;
	font-size: 1em;
}

#sFlw .box h3 img {
	display: block;
	margin: 0 auto;
	margin-bottom: 25px;
}

#sFlw .box h3 span {
	min-width: 430px;
	display: inline-block;
	font-size: 22px;
	font-size: 1.55em;
	background-color: #e60012;
	color: #fff;
	padding: 10px 20px;
	letter-spacing: 1px;
	line-height: 1.5em;
}

#sFlw .box .ftxt {
	margin-top: 50px;
}

#sFlw .box .ftxt li {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 60px;
	font-size: 15px;
	font-size: 1.09em;
	font-weight: 700;
	line-height: 1.8em;
}

#sFlw .box .ftxt li img {
	margin-right: 20px;
}

#sFlw .box .ftxt li small {
	font-weight: normal;
	font-size: 13px;
	font-size: .93em;
	display: block;
	margin-top: .3em;
}

#sFlw .box .ftxt li::after {
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: "";
	display: block;
	background: url(../img/_flow/mrk_down.svg) no-repeat 0 0;
	background-size: 14px 9px;
	width: 14px;
	height: 9px;
}

#sFlw .box .ftxt li:last-child::after {
	display: none;
}

#sFlw .box .faq {
	margin-top: 40px;
}

#sFlw .box .faq h4 {
	font-size: 20px;
	font-size: 1.44em;
	font-weight: 700;
	color: #e60012;
	text-align: center;
}

#sFlw .box .faq dl {
	margin-top: 30px;
}

#sFlw .box .faq dl dt {
	margin-top: 20px;
	font-size: 15px;
	font-size: 1.09em;
	text-decoration: underline;
	text-align: center;
}

#sFlw .box .faq dl dt img {
	margin-right: 8px;
}

#sFlw .box .faq dl dd {
	background-color: #e8e8e8;
	padding: 30px;
	margin-top: 15px;
}

#sFlw .box .faq dl dd strong {
	color: #e60012;
	font-size: 18px;
	font-size: 1.27em;
	line-height: 1.7em;
}

#sFlw .box .faq dl dd p {
	font-size: 14px;
	font-size: 1em;
	margin-top: .5em;
	line-height: 1.7em;
}

#sFlw .box .faq dl dd ul {
	margin-top: .5em;
}

#sFlw .box .faq dl dd ul li {
	font-size: 13px;
	font-size: .93em;
	padding-left: 1em;
	text-indent: -1em;
	margin-top: .4em;
}


@media screen and (max-width: 767px) {
	#sFlw {
		padding: 0;
	}

	#sFlw .box {
		width: 94%;
	}

	#sFlw .box .inner {
		width: 94%;
	}

	#sFlw .box .ftxt {
		margin-top: 30px;
	}

	#sFlw .box .ftxt li {
		flex-direction: column;
	}

	#sFlw .box .ftxt li img {
		margin-right: 0;
		margin-bottom: 10px;
	}

	#sFlw .box h3 span {
		min-width: auto;
		display: block;
		padding: 10px 0;
	}

	#sFlw .box .ftxt li {
		text-align: center;
	}

	#sFlw .box .faq dl dd {
		padding: 20px;
	}

	#sFlw .box .faq dl dd strong {
		font-size: 15px;
	}
}


/*=============================
instruction.html
#sInt
=============================*/
#sInt {
	padding: 0 0 20px;
}

#sInt .box {
	width: 1060px;
	margin: 0 auto;
	padding: 60px 0;
}

#sInt .box .inner {
	width: 1060px;
	margin: 0 auto;
}

#sInt .sec01 .list01 {
	display: flex;
	justify-content: center;
}

#sInt .sec01 .list01 li {
	display: flex;
	align-items: center;
	color: #e60012;
	font-size: 22px;
	font-size: 1.55em;
	margin: 0 15px;
	font-weight: 700;
}

#sInt .sec01 .list01 li img {
	margin-right: 10px;
}

#sInt .sec01 .list02 {
	display: flex;
	justify-content: center;
	margin-top: 30px;
	font-size: 13px;
	font-size: .93em;
}

@media screen and (max-width: 767px) {
	#sIntw {
		padding: 0;
	}

	#sInt .box {
		width: 94%;
		padding: 40px 0;
	}

	#sInt .box .inner {
		width: 94% !important;
	}

	#sInt .sec01 .list01 {
		flex-direction: column;
	}

	#sInt .sec01 .list01 li {
		flex-direction: column;
		margin-bottom: 30px;
		text-align: center;
	}

	#sInt .sec01 .list01 li img {
		margin-right: 0;
		margin-bottom: 15px;
	}

	#sInt .sec01 .list02 {
		flex-direction: column;
		text-align: center;
		margin-top: 0;
	}

	#sInt .sec01 .list02 li {
		margin-bottom: .7em;
		line-height: 1.8em;
	}
}


#sInt .sec02 .ttl {
	display: flex;
	justify-content: center;
	align-items: center;
}

#sInt .sec02 .ttl img {
	margin-right: 20px;
}

#sInt .sec02 .ttl h3 {
	font-size: 22px;
	font-size: 1.55em;
	line-height: 1.3em;
}

#sInt .sec02 .ttl h3 span {
	color: #e60012;
}

#sInt .sec02 .ttl h3 span span {
	color: #333;
	display: inline;
}

#sInt .sec02 .ttl h3 small {
	font-size: 15px;
	font-size: .68em;
	display: block;
}

#sInt .sec02 .image {
	margin-top: 40px;
	text-align: center;
}

#sInt .sec02 .atten {
	background: url(../img/_instruction/mrk_04.svg) no-repeat 30px center;
	border: 1px solid #333;
	padding: 30px 0;
	width: 740px;
	margin: 0 auto;
	margin-top: 50px;
}

#sInt .sec02 .atten dt,
#sInt .sec02 .atten dd {
	margin-left: 100px;
}

#sInt .sec02 .atten dt {
	font-size: 18px;
	font-size: 1.27em;
	color: #e60012;
	font-weight: 700;
}

#sInt .sec02 .atten dd {
	font-size: 14px;
	font-size: 1em;
	line-height: 1.8em;
	margin-top: 10px;
}

#sInt .sec02 .atten p {
	font-size: 13px;
	font-size: .93em;
	line-height: 1.8em;
	margin-top: 8px;
	padding-left: 1em;
	text-indent: -1em;
}

@media screen and (max-width: 767px) {
	#sInt .sec02 .ttl {
		flex-direction: column;
		text-align: center;
	}

	#sInt .sec02 .ttl img {
		margin-right: 0;
		margin-bottom: 20px;
	}

	#sInt .sec02 .ttl h3 {
		line-height: 1.7em;
	}

	#sInt .sec02 .ttl h3 small {
		line-height: 1.6em;
		margin-bottom: 6px;
	}

	#sInt .sec02 .image {
		margin-top: 20px;
	}

	#sInt .sec02 .atten {
		background-position: center 30px;
		padding: 20px;
		width: auto;
		margin: 0 auto;
		margin-top: 30px;
	}

	#sInt .sec02 .atten dt,
	#sInt .sec02 .atten dd {
		margin-left: 0;
		text-align: justify;
	}

	#sInt .sec02 .atten dt {
		font-size: 15px;
		margin-top: 60px;
		line-height: 1.7em;
	}
}

#sInt .sec03 .text {
	display: flex;
	justify-content: space-between;
}

#sInt .sec03 .inner {
	width: 980px;
}

#sInt .sec03 .text .atten {
	margin-top: 30px;
	font-size: 13px;
	font-size: .93em;
}

@media screen and (max-width: 767px) {
	#sInt .sec03 .text {
		flex-direction: column;
	}

	#sInt .sec03 .text .atten {
		line-height: 1.8em;
	}

	#sInt .sec03 .text .more {
		margin-top: 20px;
	}
}


#sInt .sec04 .inner {
	display: flex;
	align-items: flex-start;
	width: 990px;
}

#sInt .sec04 .inner img {
	margin-top: 13px;
}

#sInt .sec04 .inner .text {
	margin-left: 20px;
	font-size: 14px;
	font-size: 1em;
}

#sInt .sec04 .inner .text strong {
	color: #e60012;
	font-size: 18px;
	font-size: 1.27em;
	display: block;
	margin-bottom: .3em;
}

#sInt .sec04 .inner .text ul {
	font-size: 13px;
	font-size: .93em;
	margin-top: 2px;
}

#sInt .sec04 .inner .text ul li {
	margin-bottom: .4em;
}

@media screen and (max-width: 767px) {
	#sInt .sec04 .inner {
		flex-direction: column;
		text-align: center;
	}

	#sInt .sec04 .inner img {
		margin: 0 auto;
		margin-bottom: 14px;
	}

	#sInt .sec04 .inner .text {
		margin-left: 0;
		width: 100%;
	}

	#sInt .sec04 .inner .text strong {
		display: block;
		margin-bottom: .5em;
	}

	#sInt .sec04 .inner .text ul li {
		line-height: 1.7em;
	}
}

#sInt .sec05 .inner {
	width: 100%;
	text-align: center;
}

#sInt .sec05 .inner ul {
	display: inline-block;
	font-size: 14px;
	font-size: 1em;
	text-align: left;
}

#sInt .sec05 .inner ul li {
	padding-left: 1.3em;
	text-indent: -1.3em;
	line-height: 1.8em;
}

#sInt .sec05 .inner ul li:before {
	content: "��";
	color: #e60012;
	font-size: 10px;
	margin-right: .5em;
}

#sInt .sec05 .inner .button {
	margin-top: 50px;
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
	#sInt .sec05 .inner .button {
		margin-top: 30px;
		margin-bottom: 0;
	}

	#sInt .sec05 .inner .button img {
		width: 95%;
	}
}


/*=============================
guid.html
#sGid
=============================*/
#sGid {
	padding: 0 0 20px;
}

#sGid .pagaNav {
	display: flex;
	justify-content: space-between;
	width: 960px;
	margin: 0 auto;
	margin-top: 50px;
	border-bottom: 2px solid #e60012;
}

#sGid .pagaNav li {
	display: block;
	width: 319px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

#sGid .pagaNav li span,
#sGid .pagaNav li a {
	background-repeat: no-repeat;
	background-position: right 25px center;
	display: inline-block;
	width: 100%;
	padding: 20px 0;
	color: #fff;
	text-decoration: none;
}

#sGid .pagaNav li a {
	background-image: url(../img/_guide/mrk-down.svg);
	background-color: #ccc;
	transition: .5s;
}

#sGid .pagaNav li span {
	background-image: url(../img/_guide/mrk-up.svg);
	background-color: #e60012;
}

#sGid .pagaNav li a:hover {
	text-decoration: none;
	background-color: #e60012;
}

#sGid .pagaNav li em {
	font-style: none;
	font-weight: 400;
}

#sGid .pagaNav li.pNme a:hover,
#sGid .pagaNav li.pNme span {
	background-color: #72ad21;
}

@media screen and (max-width: 767px) {
	#sGid .pagaNav {
		width: 96%;
		margin-top: 2vw;
	}

	#sGid .pagaNav li {
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #ccc;
		width: 33%;
		font-size: 3.8vw;
		line-height: 1.5em;
	}

	#sGid.meplus .pagaNav li.pNme {
		background-color: #72ad21;
	}

	#sGid .pagaNav li span,
	#sGid .pagaNav li a {
		background-position: right 3vw center;
		background-size: 2.5vw auto;
		width: 100%;
		padding: 3vw 0;
		padding-right: 5vw;
	}

	#sGid .pagaNav li em {
		display: none;
	}
}

#sGid .box {
	width: 960px;
	margin: 0 auto;
	padding: 80px 0;
	text-align: center;
	border-bottom: 1px solid #666;
}

#sGid .box.last {
	border: none;
}

#sGid .box .inner {
	width: 694px;
	margin: 0 auto;
}

#sGid .box h3 {
	font-size: 22px;
	font-size: 1.55em;
	color: #e60012;
}

#sGid .box p {
	font-size: 14px;
	font-size: 1em;
	margin-top: 1em;
}

#sGid .box p.data {
	font-size: 12px;
	margin-top: 3em;
	font-size: .9em;
}

#sGid .box .videowrap {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-top: 30px;
}

#sGid .box .videowrap iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}


#sGid.meplus .pagaNav {
	border-bottom: 2px solid #72ad21;
}

#sGid.meplus .box h3 {
	color: #72ad21;
}

@media screen and (max-width: 767px) {
	#sGid {
		padding: 0;
	}

	#sGid .box {
		width: 94%;
		padding: 40px 0;
	}

	#sGid .box .inner {
		width: 100% !important;
	}

	#sGid .box p {
		line-height: 1.8em;
	}

	#sGid .box p.data {
		margin-top: 1em;
	}

	#sGid .box .videowrap {
		margin-top: 5vw;
	}
}