/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
    display: block
}

audio,canvas,video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a {
    background: 0 0
}

a:focus {
    outline: thin dotted
}

a:active,a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

code,kbd,pre,samp {
    font-family: monospace,serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button,input,select,textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,input {
    line-height: normal
}

button,select {
    text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var {
    margin: 0;
    padding: 0;
    border: 0
}

caption,table,td,th {
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    text-align: left;
    font-weight: 400
}

a img,iframe {
    border: none
}

li,ol,ul {
    list-style: none
}

button,input,select,textarea {
    font-size: 100%;
    font-family: inherit
}

html {
	font-size: 62.5%
}

body {
	color: #222;
	font-family: noto sans jp, sans-serif;
	font-weight: 400;
	overflow-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 100%;
	word-wrap: break-word
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}

p,
span,
dt,
dd,
div,
li,
a {
	font-size: clamp(1.6rem, 2vw, 2rem);
	line-height: 1.8
}

a {
	color: #111;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
	outline: none
}

a:hover {
	text-decoration: none
}

span {
	font-size: 100%
}

strong {
	font-weight: 700
}

em {
	font-style: normal
}

img,
svg {
	display: block;
	width: 100%
}

button,
input[type=submit],
input[type=button] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0
}

.u-font_weight--100 {
	font-weight: 100
}

.u-font_weight--200 {
	font-weight: 200
}

.u-font_weight--300 {
	font-weight: 300
}

.u-font_weight--400 {
	font-weight: 400
}

.u-font_weight--500 {
	font-weight: 500
}

.u-font_weight--600 {
	font-weight: 600
}

.u-font_weight--700 {
	font-weight: 700
}

.u-font_weight--800 {
	font-weight: 800
}

.u-font_weight--900 {
	font-weight: 900
}

.u-font_color--red {
	color: #e64c4c
}

.u-font_color--blue {
	color: #4c7be6
}

.u-text_align--center {
	text-align: center
}

@media screen and (max-width: 580px) {
	.u-text_align--center {
		text-align: left
	}
}

.u-text_align--right {
	text-align: right
}

.u-mb10 {
	margin-bottom: 10px
}

.u-mb20 {
	margin-bottom: 20px
}

.u-mb30 {
	margin-bottom: 30px
}

@media screen and (max-width: 768px) {
	.u-mb30 {
		margin-bottom: 15px
	}
}

.u-mb40 {
	margin-bottom: 40px
}

@media screen and (max-width: 768px) {
	.u-mb40 {
		margin-bottom: 20px
	}
}

.u-mb50 {
	margin-bottom: 50px
}

@media screen and (max-width: 768px) {
	.u-mb50 {
		margin-bottom: 25px
	}
}

.u-mb60 {
	margin-bottom: 60px
}

@media screen and (max-width: 768px) {
	.u-mb60 {
		margin-bottom: 30px
	}
}

.u-mb70 {
	margin-bottom: 70px
}

@media screen and (max-width: 768px) {
	.u-mb70 {
		margin-bottom: 35px
	}
}

.u-mb80 {
	margin-bottom: 80px
}

@media screen and (max-width: 768px) {
	.u-mb80 {
		margin-bottom: 40px
	}
}

.u-mb90 {
	margin-bottom: 90px
}

@media screen and (max-width: 768px) {
	.u-mb90 {
		margin-bottom: 45px
	}
}

.u-mb100 {
	margin-bottom: 100px
}

@media screen and (max-width: 768px) {
	.u-mb100 {
		margin-bottom: 50px
	}
}

.u-mb110 {
	margin-bottom: 110px
}

@media screen and (max-width: 768px) {
	.u-mb110 {
		margin-bottom: 55px
	}
}

.u-mb120 {
	margin-bottom: 120px
}

@media screen and (max-width: 768px) {
	.u-mb120 {
		margin-bottom: 60px
	}
}

.u-mb130 {
	margin-bottom: 130px
}

@media screen and (max-width: 768px) {
	.u-mb130 {
		margin-bottom: 65px
	}
}

.u-mb140 {
	margin-bottom: 140px
}

@media screen and (max-width: 768px) {
	.u-mb140 {
		margin-bottom: 70px
	}
}

.u-mb150 {
	margin-bottom: 150px
}

@media screen and (max-width: 768px) {
	.u-mb150 {
		margin-bottom: 75px
	}
}

.u-mb160 {
	margin-bottom: 160px
}

@media screen and (max-width: 768px) {
	.u-mb160 {
		margin-bottom: 80px
	}
}

.u-mb170 {
	margin-bottom: 170px
}

@media screen and (max-width: 768px) {
	.u-mb170 {
		margin-bottom: 85px
	}
}

.u-mb180 {
	margin-bottom: 180px
}

@media screen and (max-width: 768px) {
	.u-mb180 {
		margin-bottom: 90px
	}
}

.u-mb190 {
	margin-bottom: 190px
}

@media screen and (max-width: 768px) {
	.u-mb190 {
		margin-bottom: 95px
	}
}

.u-mb200 {
	margin-bottom: 200px
}

@media screen and (max-width: 768px) {
	.u-mb200 {
		margin-bottom: 100px
	}
}

.u-margin--center {
	margin-left: auto;
	margin-right: auto
}

.u-margin--right {
	margin-left: auto
}

.u-display--pc {
	display: block
}

@media screen and (max-width: 768px) {
	.u-display--pc {
		display: none
	}
}

.u-display--sp {
	display: none
}

@media screen and (max-width: 768px) {
	.u-display--sp {
		display: block
	}
}

.u-display--sp_s {
	display: none
}

@media screen and (max-width: 580px) {
	.u-display--sp_s {
		display: block
	}
}

.u-fade_top01 {
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all 1.3s;
	transition: all 1.3s
}

.c-wrapper {
	padding-left: 3rem;
	padding-right: 3rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 100%;
	max-width: 118rem
}

@media screen and (max-width: 768px) {
	.c-wrapper {
		padding-left: 3%;
		padding-right: 3%
	}
}

.c-fade {
	-webkit-animation-name: fadeUpAnime;
	animation-name: fadeUpAnime;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	opacity: 0
}

@-webkit-keyframes fadeUpAnime {
	from {
		opacity: 0;
		-webkit-transform: translateY(100px);
		transform: translateY(100px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeUpAnime {
	from {
		opacity: 0;
		-webkit-transform: translateY(100px);
		transform: translateY(100px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.c-fade_trigger {
	opacity: 0
}

.p-btn {
	margin-bottom: 4rem;
	text-align: center
}

@media screen and (max-width: 768px) {
	.p-btn {
		margin-bottom: 3rem
	}
}

.p-btn a {
	background: #c83138;
	border-radius: 5rem;
	color: #fff;
	display: inline-block;
	font-size: clamp(2rem, 3vw, 3rem);
	font-weight: 700;
	line-height: 1.5;
	padding: 2.2rem 10rem
}

@media screen and (max-width: 768px) {
	.p-btn a {
		border-radius: 2rem;
		padding: 1.8rem 7rem
	}
}

@media screen and (max-width: 580px) {
	.p-btn a {
		padding: 1.5rem 5rem
	}
}

@media screen and (max-width: 426px) {
	.p-btn a {
		font-size: 1.8rem;
		padding: 1.4rem 4rem
	}
}

.p-btn a:hover {
	opacity: .8
}

.p-motion {
	-webkit-animation: button 1.5s cubic-bezier(.61, .2, .63, 1.36) infinite;
	animation: button 1.5s cubic-bezier(.61, .2, .63, 1.36) infinite
}

@-webkit-keyframes button {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1)
	}

	50% {
		-webkit-transform: scale(.96, .94);
		transform: scale(.96, .94)
	}
}

@keyframes button {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1)
	}

	50% {
		-webkit-transform: scale(.96, .94);
		transform: scale(.96, .94)
	}
}

.p-scroll {
	display: block;
	margin-bottom: 4rem;
	position: relative;
	padding-top: 3.5rem;
	text-align: center
}

@media screen and (max-width: 768px) {
	.p-scroll {
		margin-bottom: 3rem;
		padding-top: 2rem
	}
}

@media screen and (max-width: 426px) {
	.p-scroll {
		margin-bottom: 3rem;
		padding-top: 1rem
	}
}

.p-scroll::before {
	content: "";
	-webkit-animation: scroll 1s cubic-bezier(1, 0, 0, 1) infinite;
	animation: scroll 1s cubic-bezier(1, 0, 0, 1) infinite;
	background: #c83138;
	height: 6.5rem;
	position: absolute;
	left: 50%;
	top: 0;
	width: .5rem
}

@media screen and (max-width: 768px) {
	.p-scroll::before {
		height: 5.5rem;
		width: .3rem
	}
}

@media screen and (max-width: 426px) {
	.p-scroll::before {
		height: 4.1rem
	}
}

@-webkit-keyframes scroll {
	0% {
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: 0% 0%;
		transform-origin: 0% 0%
	}

	50% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: 0% 0%;
		transform-origin: 0% 0%
	}

	50.1% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: 0% 100%;
		transform-origin: 0% 100%
	}

	100% {
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: 0% 100%;
		transform-origin: 0% 100%
	}
}

@keyframes scroll {
	0% {
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: 0% 0%;
		transform-origin: 0% 0%
	}

	50% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: 0% 0%;
		transform-origin: 0% 0%
	}

	50.1% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: 0% 100%;
		transform-origin: 0% 100%
	}

	100% {
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: 0% 100%;
		transform-origin: 0% 100%
	}
}

.p-scroll__down {
	display: block;
	margin: 0 auto;
	width: 2.5rem
}

.p-scroll__down::after {
	content: "";
	border-right: 5px solid #c83138;
	border-top: 5px solid #c83138;
	display: block;
	margin: 0;
	height: 3rem;
	padding: 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	width: 3rem
}

@media screen and (max-width: 768px) {
	.p-scroll__down::after {
		border-right: 3px solid #c83138;
		border-top: 3px solid #c83138
	}
}

.p-title {
	background-size: 100% auto;
	margin-bottom: clamp(3rem, 6vw, 7rem);
	padding: 5rem 3rem;
	text-align: center
}

@media screen and (max-width: 768px) {
	.p-title {
		padding: 3rem 2rem
	}
}

@media screen and (max-width: 426px) {
	.p-title {
		padding: 2rem
	}
}

.p-title p {
	border-bottom: 8px solid #c83138;
	color: #c83138;
	display: inline-block;
	font-size: 8rem;
	font-size: clamp(4rem, 7vw, 8rem);
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 3.5rem;
	padding: 0 1rem
}

@media screen and (max-width: 768px) {
	.p-title p {
		border-bottom: 4px solid #c83138;
		margin-bottom: 2.5rem;
		padding: 0 .5rem
	}
}

@media screen and (max-width: 426px) {
	.p-title p {
		margin-bottom: 2rem
	}
}

.p-title h2 {
	color: #2b4141;
	font-size: clamp(2rem, 4vw, 4rem);
	line-height: 1.6
}

.p-title h2 span {
	color: #c83138
}

.p-title h2 em {
	color: #c83138;
	font-size: 150%
}

@media screen and (max-width: 768px) {
	.p-title h2 em {
		font-size: 130%
	}
}

.p-split_box {
	padding-top: clamp(5rem, 10vw, 13rem);
	position: relative
}

@media screen and (max-width: 768px) {
	.p-split_box {
		padding-top: 0
	}
}

.p-split_box__text {
	background: rgba(255, 255, 255, .93);
	padding: clamp(3rem, 5vw, 6rem) clamp(2.5rem, 4vw, 4.5rem);
	opacity: 0;
	position: relative;
	-webkit-transition: all 1.3s;
	transition: all 1.3s;
	-webkit-transform: translateY(150px);
	transform: translateY(150px);
	width: 90%;
	max-width: 55rem;
	z-index: 2
}

@media screen and (max-width: 768px) {
	.p-split_box__text {
		background: rgba(255, 255, 255, .5);
		width: 100%;
		max-width: 100%
	}
}

.p-split_box__text.is-active {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.p-split_box__text span {
	color: #ce2020;
	font-size: clamp(2rem, 3vw, 3.2rem);
	font-family: "noto serif jp", serif
}

.p-split_box__text em {
	font-size: 2.8rem;
	font-size: clamp(2rem, 2.4vw, 2.8rem);
	font-weight: 300
}

.p-split_box__img {
	position: absolute;
	top: 0;
	right: 0;
	width: 80%;
	max-width: 890px;
	z-index: 1
}

@media screen and (max-width: 768px) {
	.p-split_box__img {
		position: static;
		width: 100%
	}
}

.p-text_box {
	text-align: center
}

.p-text_box p {
	border: 1px solid #111;
	display: inline-block;
	font-size: clamp(1.8rem, 3vw, 3.4rem);
	padding: 2rem 5rem
}

@media screen and (max-width: 768px) {
	.p-text_box p {
		padding: 2rem 3rem
	}
}

@media screen and (max-width: 426px) {
	.p-text_box p {
		font-size: 1.6rem;
		padding: 2rem
	}
}

.l-header {
	background: #222;
	color: #fff;
	text-align: center;
	padding: clamp(1.7rem, 2vw, 2.2rem) 3rem
}

.l-header h1 {
	font-size: clamp(1.7rem, 2.2vw, 2.4rem)
}

.l-fv {
	padding: 5rem 5rem 8rem;
	padding: clamp(3rem, 4vw, 5rem) clamp(3rem, 4vw, 5rem) clamp(5rem, 6vw, 8rem)
}

.l-fv__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
	width: 100%;
	max-width: 131.6rem
}

.l-cv {
	background: rgba(228, 245, 245, .4);
	padding: 6rem 3rem 8rem
}

@media screen and (max-width: 768px) {
	.l-cv {
		padding: 4rem 3rem 6rem
	}
}

@media screen and (max-width: 426px) {
	.l-cv {
		padding: 3rem 2rem 4rem
	}
}

.l-cv h2 {
	font-size: clamp(1.9rem, 3.8vw, 3.8rem);
	font-weight: 400;
	margin-bottom: clamp(2rem, 4vw, 4rem);
	text-align: center
}

.l-cv h2 span {
	border-bottom: 2px solid #c83138
}

.l-cv ul {
	margin: 0 auto;
	width: min(100%, 60rem)
}

@media screen and (max-width: 426px) {
	.l-cv ul {
		width: 100%
	}
}

.l-cv ul li {
	font-size: clamp(1.4rem, 1.5vw, 1.6rem);
	padding-left: 1em;
	margin-bottom: .5rem;
	text-indent: -1em;
	text-align: center
}

@media screen and (max-width: 580px) {
	.l-cv ul li {
		text-align: left
	}
}

.l-line {
	padding: 0 0 clamp(1rem, 8vw, 10rem)
}

.l-line__shot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.l-line__shot li {
	position: relative;
	width: min(47%, 52rem)
}

@media screen and (max-width: 580px) {
	.l-line__shot li {
		margin: 0 auto 3rem;
		width: 82%
	}
}

.l-line__shot__left ul li {
	position: absolute
}

.l-line__shot__left ul li:nth-of-type(1) {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
	left: 3%;
	top: 13%;
	width: 66.2%;
	max-width: 344px
}

.l-line__shot__left ul li:nth-of-type(2) {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	left: 3%;
	top: 23%;
	width: 66.73%;
	max-width: 347px
}

.l-line__shot__left ul li:nth-of-type(3) {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	left: 3%;
	top: 48.6%;
	width: 66.73%;
	max-width: 347px
}

.l-line__shot__left ul li:nth-of-type(4) {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
	right: 3%;
	top: 65.6%;
	width: 55.57%;
	max-width: 289px
}

.l-line__shot__left ul li:nth-of-type(5) {
	-webkit-animation-delay: 1.6s;
	animation-delay: 1.6s;
	left: 3%;
	top: 76.5%;
	width: 66.57%;
	max-width: 346px
}

.l-line__shot__right ul li {
	position: absolute
}

.l-line__shot__right ul li:nth-of-type(1) {
	-webkit-animation-delay: 1.8s;
	animation-delay: 1.8s;
	right: 3%;
	top: 13%;
	width: 55.8%;
	max-width: 290px
}

.l-line__shot__right ul li:nth-of-type(2) {
	-webkit-animation-delay: 2.2s;
	animation-delay: 2.2s;
	left: 3%;
	top: 26.7%;
	width: 66.4%;
	max-width: 345px
}

.l-line__shot__right ul li:nth-of-type(3) {
	-webkit-animation-delay: 2.6s;
	animation-delay: 2.6s;
	left: 3%;
	top: 49.5%;
	width: 66.4%;
	max-width: 345px
}

.l-line__shot__right ul li:nth-of-type(4) {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	right: 3%;
	top: 69.5%;
	width: 55.8%;
	max-width: 290px
}

.l-result {
	padding: 0 0 clamp(5rem, 10vw, 14rem)
}

.l-result__box {
	background: url(https://hyjhj.space/theme/fan58/image/result_bg.jpg) no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
	margin: 0 auto clamp(5rem, 7vw, 8rem);
	padding: 10rem 5rem;
	padding: clamp(5rem, 8vw, 10rem) clamp(3rem, 4vw, 5rem);
	max-width: 94rem
}

@media screen and (max-width: 768px) {
	.l-result__box {
		background-attachment: scroll
	}
}

.l-result__box ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.l-result__box ul li {
	width: min(48%, 28.2rem)
}

.l-result__box ul li:last-child {
	margin-left: 5%;
	width: min(47%, 27.2rem)
}

@media screen and (max-width: 426px) {
	.l-result__box ul li:last-child {
		margin: 2rem auto 0;
		width: min(100%, 27.2rem)
	}
}

@media screen and (max-width: 426px) {
	.l-result__box ul li {
		width: min(100%, 28.2rem)
	}
}

.l-result dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media screen and (max-width: 768px) {
	.l-result dl {
		margin: 0 auto;
		max-width: 90%
	}
}

.l-result dl dt {
	width: min(42.85%, 48rem)
}

@media screen and (max-width: 768px) {
	.l-result dl dt {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 100%
	}
}

.l-result dl dt a {
	background: #c83138;
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: clamp(1.7rem, 2vw, 2.2rem);
	line-height: 1.6;
	margin-top: 5rem;
	padding: 1.8rem 2rem;
	text-align: center;
	width: min(80%, 48rem)
}

@media screen and (max-width: 768px) {
	.l-result dl dt a {
		margin: 2.5rem auto 0
	}
}

@media screen and (max-width: 580px) {
	.l-result dl dt a {
		padding: 1.5rem 2rem
	}
}

.l-result dl dt a:hover {
	opacity: .8
}

.l-result dl dd {
	width: min(50%, 56rem)
}

@media screen and (max-width: 768px) {
	.l-result dl dd {
		margin-bottom: 2.5rem;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 100%
	}
}

.l-footer {
	background: #111
}

.l-footer p {
	color: #555;
	padding: 1rem 3rem;
	text-align: center
}

@media (orientation: landscape) {
	.img-rounded {
		width: 80%;
		margin: 0 auto;
	}
}

/* 美化模态框样式 */
.modal {
	display: none;
	/* 默认隐藏 */
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
	background-color: #fefefe;
	margin: 15% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
	border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	text-align: center;
}

/* 关闭按钮样式 */
.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

section {
  font-family: HiraginoSans-W6
}
@media screen and (min-width:768px) {
  section {
    font-family: HiraginoSans-W6, Meiryo
  }
}
section *, section :after, section :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
@media screen and (min-width:768px) {
  main {
    min-width: 1280px
  }
}
.LpgExNone {
  display: none
}
.LpgSec a, .LpgSec a span {
  text-decoration: underline
}
.LpgSecInner {
  margin: 0 auto;
  padding: 40px 20px
}
@media screen and (min-width:768px) {
  .LpgSecInner {
    width: 1280px;
    padding: 60px 70px
  }
}
.LpgSecInner.LpgExIsMain {
  padding: 0
}
@media screen and (min-width:768px) {
  .LpgSecInner.LpgExIsMain {
    padding: 0;
    width: auto;
    max-width: 1920px;
    min-width: 1280px;
    overflow: hidden
  }
}
.LpgSecInner.LpgExNoVerPadding {
  padding: 0
}
@media screen and (min-width:768px) {
  .LpgSecInner.LpgExNoVerPadding {
    padding: 0 70px
  }
}
.LpgSecInner.LpgExNoPaddingTop {
  padding-top: 0 !important
}
.LpgCompBtnCont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.LpgCompBtn, .LpgCompBtnCont {
  -webkit-box-flex: 1;
  -moz-box-flex: 1
}
.LpgCompBtn {
  border: none;
  cursor: pointer;
  display: inline-block;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
  padding: 18px 0;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap
}
@media screen and (min-width:768px) {
  .LpgCompBtn {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 340px;
    -moz-box-flex: 0;
    -ms-flex: 0 1 340px;
    flex: 0 1 340px;
    font-size: 28px;
    line-height: 32.2px;
    padding: 18px 0
  }
}
.LpgCompBtn[disabled] {
  background: #adb2bc !important;
  color: #d5d8dd !important;
  cursor: default;
  pointer-events: none
}
.LpgCompBtn:hover {
  opacity: .8
}
.LpgCompImgCont {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: 0
}
.LpgCompDtImg {
  display: none
}
@media screen and (min-width:768px) {
  .LpgCompDtImg {
    display: inline-block
  }
}
.LpgCompSpImg {
  display: inline-block
}
@media screen and (min-width:768px) {
  .LpgCompSpImg {
    display: none
  }
}
.LpgCompImg {
  position: relative;
  width: 100%
}
.LpgCompImg h1, .LpgCompImg h2, .LpgCompImg h3, .LpgCompImg h4, .LpgCompImg h5 {
  margin: 0 !important
}
.LpgCompImg img {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}
.LpgExIsMain .LpgCompDtImg.LpgExIsLargeImg .LpgCompImgSizeCont, .LpgExIsMain .LpgCompDtImg.LpgExIsLargeImg img {
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important
}
.LpgCompImgSizeCont {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #cfd4da;
  bottom: 0;
  border: 1px solid #000;
  color: #666f86;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 20px;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}
.LpgCompTxtCont {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 3px
}
.LpgCompTxt {
  margin: 0 auto;
  word-break: break-word
}
.LpgCompTxt.LpgExBordered {
  border: 1px;
  padding: 15px
}
@media screen and (min-width:768px) {
  .LpgCompTxt.LpgExBordered {
    padding: 30px
  }
}
.LpgCompTxt h1, .LpgCompTxt h2, .LpgCompTxt h3, .LpgCompTxt h4, .LpgCompTxt h5, .LpgCompTxt p {
  margin: 0
}
.LpgCompTxt p {
  font-family: HiraginoSans-W3
}
.LpgCompTxt h1, .LpgCompTxt h2, .LpgCompTxt h3, .LpgCompTxt h4, .LpgCompTxt h5 {
  font-family: HiraginoSans-W6
}
.LpgCompTxt p {
  font-size: 14px;
  line-height: 1.5
}
.LpgCompTxt .ql-size-small {
  font-size: .857em;
  line-height: 1.33
}
.LpgCompTxt .ql-align-center {
  text-align: center
}
.LpgCompTxt h1 {
  font-size: 32px;
  line-height: 1.4
}
.LpgCompTxt h2 {
  font-size: 24px;
  line-height: 1.4
}
.LpgCompTxt h3 {
  font-size: 18px;
  line-height: 1.4
}
.LpgCompTxt h4 {
  font-size: 14px;
  line-height: 1.4
}
.LpgCompTxt h5 {
  font-size: 12px;
  line-height: 1.33
}
.LpgCompTxt .stylish-title1 {
  padding-bottom: 8px;
  border-bottom: 2px solid #c83138
}
.LpgCompTxt h1.stylish-title1 {
  border-bottom-width: 6px
}
.LpgCompTxt h2.stylish-title1 {
  border-bottom-width: 5px
}
.LpgCompTxt h3.stylish-title1 {
  border-bottom-width: 4px
}
.LpgCompTxt h4.stylish-title1 {
  border-bottom-width: 3px
}
.LpgCompTxt p.stylish-title1 {
  padding-bottom: 6px
}
.LpgCompTxt span.stylish-title2 {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #c83138), color-stop(25%), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, #c83138 25%, 25%, rgba(0, 0, 0, 0));
  background: linear-gradient(0deg, #c83138 25%, 25%, rgba(0, 0, 0, 0));
  border-bottom: 3px solid #c83138
}
.LpgCompTxt .stylish-title3 {
  position: relative;
  text-indent: -20px;
  padding-left: 15px
}
.LpgCompTxt .stylish-title3:before {
  content: "";
  border-left: 3px solid #c83138;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px
}
.LpgCompTxt h1.stylish-title3:before, .LpgCompTxt h2.stylish-title3:before {
  border-left: 4px solid #c83138
}
@media screen and (min-width:768px) {
  .LpgCompTxt h1, .LpgCompTxt h2, .LpgCompTxt h3, .LpgCompTxt h4, .LpgCompTxt h5, .LpgCompTxt p {
    margin: 0
  }
  .LpgCompTxt p {
    font-family: HiraginoSans-W3, Meiryo
  }
  .LpgCompTxt h1, .LpgCompTxt h2, .LpgCompTxt h3, .LpgCompTxt h4, .LpgCompTxt h5 {
    font-family: HiraginoSans-W6, Meiryo
  }
  .LpgCompTxt p {
    font-size: 18px;
    line-height: 1.5
  }
  .LpgCompTxt .ql-size-small {
    font-size: .857em;
    line-height: 1.43
  }
  .LpgCompTxt .ql-align-center {
    text-align: center
  }
  .LpgCompTxt h1 {
    font-size: 44px;
    line-height: 1.5
  }
  .LpgCompTxt h2 {
    font-size: 32px;
    line-height: 1.5
  }
  .LpgCompTxt h3 {
    font-size: 24px;
    line-height: 1.5
  }
  .LpgCompTxt h4 {
    font-size: 18px;
    line-height: 1.5
  }
  .LpgCompTxt h5 {
    font-size: 14px;
    line-height: 1.43
  }
}
.LpgCompTxt p > span, a {
  font-family: HiraginoSans-W3
}
.LpgCompHr {
  border: none;
  border-top: 1px solid #d8d8d8;
  margin: 0
}
.LpgCompHr, .LpgCompMovieCont {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
.LpgCompMovieCont {
  padding-top: 56.25%;
  position: relative
}
.LpgCompMovie {
  border: none;
  height: 100% !important;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100% !important
}
.LpgCompFixedBtnCont {
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 18px;
  height: 55px
}
@media screen and (min-width:768px) {
  .LpgCompFixedBtnCont {
    border-left: 1px solid;
    border-right: 1px solid;
    font-size: 28px;
    height: 80px
  }
}
.LpgSec.LpgExSticky {
  position: fixed;
  bottom: 0;
  -webkit-transition: bottom .3s;
  transition: bottom .3s;
  width: 100%;
  z-index: 100
}
.LpgSec.LpgExSticky.LpgExNone {
  display: block !important;
  bottom: -55px
}
@media screen and (min-width:768px) {
  .LpgSec.LpgExSticky.LpgExNone {
    bottom: -80px
  }
}
.LpgCompFixedBtn {
  border: none;
  cursor: pointer;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 20px;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap
}
.LpgCompFixedBtn:hover {
  opacity: .8
}
@media screen and (min-width:768px) {
  .LpgCompFixedBtn {
    padding: 25px
  }
}
.LpgCompToTopBtn {
  border: none;
  border-left: 1px solid;
  cursor: pointer;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0;
  -moz-box-flex: 0;
  -ms-flex: 0 0;
  flex: 0 0;
  -webkit-flex-basis: 55px;
  -ms-flex-preferred-size: 55px;
  flex-basis: 55px;
  position: relative
}
.LpgCompToTopBtn:hover {
  opacity: .8
}
@media screen and (min-width:768px) {
  .LpgCompToTopBtn {
    -webkit-flex-basis: 80px;
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px
  }
}
.LpgCompToTopIcon {
  border-style: solid;
  border-width: 2px 2px 0 0;
  display: inline-block;
  height: 10px;
  left: 50%;
  position: absolute;
  top: 55%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 10px
}
@media screen and (min-width:768px) {
  .LpgCompToTopIcon {
    height: 15px;
    width: 15px
  }
}
.LpgFnStaticBtn {
  border-bottom: 1px solid
}
.LpgFnStickyBtn {
  padding-bottom: env(safe-area-inset-bottom)
}
.LpgCompCardCont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
@media screen and (min-width:768px) {
  .LpgCompCardCont {
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
  .LpgCompCardCont, .LpgCompCardCont.LpgExReversed {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal
  }
  .LpgCompCardCont.LpgExReversed {
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }
}
.LpgCompCardImgCont {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative
}
@media screen and (min-width:768px) {
  .LpgCompCardImgCont {
    -webkit-flex-basis: 570px;
    -ms-flex-preferred-size: 570px;
    flex-basis: 570px
  }
}
.LpgCompCardImgCont img {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}
.LpgCompCardBody {
  background: #fff;
  border: 1px solid #d8d8d8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 15px
}
@media screen and (min-width:768px) {
  .LpgCompCardBody {
    -webkit-flex-basis: 570px;
    -ms-flex-preferred-size: 570px;
    flex-basis: 570px;
    padding: 20px 80px !important
  }
}
.LpgCompCardBody.LpgExNoBorder {
  background: rgba(0, 0, 0, 0) !important;
  border: none !important
}
.LpgCompCardImg {
  display: block;
  position: relative
}
.LpgCompCardDtImg {
  display: none
}
@media screen and (min-width:768px) {
  .LpgCompCardDtImg {
    display: block
  }
}
.LpgCompCardSpImg {
  display: block
}
@media screen and (min-width:768px) {
  .LpgCompCardSpImg {
    display: none
  }
}
.LpgCompCardBtn {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border: none;
  cursor: pointer;
  font-family: HiraginoSans-W6;
  line-height: 16.1px;
  font-size: 14px;
  margin-top: 20px;
  overflow: hidden;
  padding: 18px 0;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
  width: 100%
}
.LpgCompCardBtn[disabled] {
  background: #adb2bc !important;
  color: #d5d8dd !important;
  cursor: default
}
.LpgCompCardBtn:hover {
  opacity: .8
}
@media screen and (min-width:768px) {
  .LpgCompCardBtn {
    font-size: 28px;
    line-height: 32.2px;
    padding: 18px 0;
    margin-top: 30px;
    width: 360px
  }
}
.LpgCompCardTxt {
  word-break: break-word
}
.LpgCompCardTxt h1, .LpgCompCardTxt h2, .LpgCompCardTxt h3, .LpgCompCardTxt h4, .LpgCompCardTxt h5, .LpgCompCardTxt p {
  margin: 0
}
.LpgCompCardTxt p {
  font-family: HiraginoSans-W3
}
.LpgCompCardTxt h1, .LpgCompCardTxt h2, .LpgCompCardTxt h3, .LpgCompCardTxt h4, .LpgCompCardTxt h5 {
  font-family: HiraginoSans-W6
}
.LpgCompCardTxt p {
  font-size: 14px;
  line-height: 1.5
}
.LpgCompCardTxt .ql-size-small {
  font-size: .857em;
  line-height: 1.33
}
.LpgCompCardTxt .ql-align-center {
  text-align: center
}
.LpgCompCardTxt h1 {
  font-size: 32px;
  line-height: 1.4
}
.LpgCompCardTxt h2 {
  font-size: 24px;
  line-height: 1.4
}
.LpgCompCardTxt h3 {
  font-size: 18px;
  line-height: 1.4
}
.LpgCompCardTxt h4 {
  font-size: 14px;
  line-height: 1.4
}
.LpgCompCardTxt h5 {
  font-size: 12px;
  line-height: 1.33
}
.LpgCompCardTxt .stylish-title1 {
  padding-bottom: 8px;
  border-bottom: 2px solid #c83138
}
.LpgCompCardTxt h1.stylish-title1 {
  border-bottom-width: 6px
}
.LpgCompCardTxt h2.stylish-title1 {
  border-bottom-width: 5px
}
.LpgCompCardTxt h3.stylish-title1 {
  border-bottom-width: 4px
}
.LpgCompCardTxt h4.stylish-title1 {
  border-bottom-width: 3px
}
.LpgCompCardTxt p.stylish-title1 {
  padding-bottom: 6px
}
.LpgCompCardTxt span.stylish-title2 {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #c83138), color-stop(25%), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, #c83138 25%, 25%, rgba(0, 0, 0, 0));
  background: linear-gradient(0deg, #c83138 25%, 25%, rgba(0, 0, 0, 0));
  border-bottom: 3px solid #c83138
}
.LpgCompCardTxt .stylish-title3 {
  position: relative;
  text-indent: -20px;
  padding-left: 15px
}
.LpgCompCardTxt .stylish-title3:before {
  content: "";
  border-left: 3px solid #c83138;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px
}
.LpgCompCardTxt h1.stylish-title3:before, .LpgCompCardTxt h2.stylish-title3:before {
  border-left: 4px solid #c83138
}
@media screen and (min-width:768px) {
  .LpgCompCardTxt h1, .LpgCompCardTxt h2, .LpgCompCardTxt h3, .LpgCompCardTxt h4, .LpgCompCardTxt h5, .LpgCompCardTxt p {
    margin: 0
  }
  .LpgCompCardTxt p {
    font-family: HiraginoSans-W3, Meiryo
  }
  .LpgCompCardTxt h1, .LpgCompCardTxt h2, .LpgCompCardTxt h3, .LpgCompCardTxt h4, .LpgCompCardTxt h5 {
    font-family: HiraginoSans-W6, Meiryo
  }
  .LpgCompCardTxt p {
    font-size: 18px;
    line-height: 1.5
  }
  .LpgCompCardTxt .ql-size-small {
    font-size: .857em;
    line-height: 1.43
  }
  .LpgCompCardTxt .ql-align-center {
    text-align: center
  }
  .LpgCompCardTxt h1 {
    font-size: 44px;
    line-height: 1.5
  }
  .LpgCompCardTxt h2 {
    font-size: 32px;
    line-height: 1.5
  }
  .LpgCompCardTxt h3 {
    font-size: 24px;
    line-height: 1.5
  }
  .LpgCompCardTxt h4 {
    font-size: 18px;
    line-height: 1.5
  }
  .LpgCompCardTxt h5 {
    font-size: 14px;
    line-height: 1.43
  }
}
.LpgCompCardTxt.LpgExNoBorder {
  margin: 0 -15px
}
@media screen and (min-width:768px) {
  .LpgCompCardTxt.LpgExNoBorder {
    margin: 0
  }
}
.LpgCompCardTxt p > span, a {
  font-family: HiraginoSans-W3
}
.LpgComp3CardCont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
@media screen and (min-width:768px) {
  .LpgComp3CardCont {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}
.LpgComp3CardCard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  min-width: 0
}
@media screen and (min-width:768px) {
  .LpgComp3CardCard {
    -webkit-flex-basis: 360px;
    -ms-flex-preferred-size: 360px;
    flex-basis: 360px
  }
}
.LpgComp3CardCard + .LpgComp3CardCard {
  margin-left: 0;
  margin-top: 20px
}
@media screen and (min-width:768px) {
  .LpgComp3CardCard + .LpgComp3CardCard {
    margin-left: 30px;
    margin-top: 0
  }
}
.LpgComp3CardImgCont {
  background: rgba(0, 0, 0, 0);
  position: relative
}
.LpgComp3CardImgCont img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0
}
.LpgComp3CardBody {
  background: #e7f8f8;
  border: 1px solid #d8d8d8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  padding: 30px 15px
}
.LpgComp3CardBody.LpgExNoBorder {
  background: rgba(0, 0, 0, 0) !important;
  border: none !important
}
@media screen and (min-width:768px) {
  .LpgComp3CardBody, .LpgComp3CardBody.LpgComp3Card3CardContBody {
    padding: 30px 20px !important
  }
  .LpgComp3CardBody.LpgComp3Card3CardContBody > .LpgComp3CardTxt.LpgExNoBorder {
    margin: 0 -20px
  }
  .LpgComp3CardBody.LpgComp3Card2CardContBody {
    padding: 30px 50px !important
  }
  .LpgComp3CardBody.LpgComp3Card2CardContBody > .LpgComp3CardTxt.LpgExNoBorder {
    margin: 0 -50px
  }
  .LpgComp3CardBody.LpgComp3Card1CardContBody {
    padding: 30px 80px !important
  }
  .LpgComp3CardBody.LpgComp3Card1CardContBody .LpgComp3CardTxt.LpgExNoBorder {
    margin: 0 -80px
  }
}
.LpgComp3CardImg {
  display: block
}
.LpgComp3CardDtImg {
  display: none
}
@media screen and (min-width:768px) {
  .LpgComp3CardDtImg {
    display: block
  }
}
.LpgComp3CardSpImg {
  display: block
}
@media screen and (min-width:768px) {
  .LpgComp3CardSpImg {
    display: none
  }
}
.LpgComp3CardBtn {
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-family: HiraginoSans-W6;
  line-height: 16.1px;
  overflow: hidden;
  padding: 18px 0;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
  width: 100%;
  margin: auto
}
.LpgComp3CardBtn[disabled] {
  background: #adb2bc !important;
  color: #d5d8dd !important;
  cursor: default
}
.LpgComp3CardBtn:hover {
  opacity: .8
}
@media screen and (min-width:768px) {
  .LpgComp3CardBtn {
    font-size: 28px;
    line-height: 32.2px;
    padding: 18px 0;
    width: 360px
  }
  .LpgComp3CardBtn.LpgExSmallBtn {
    width: 320px !important
  }
}
.LpgComp3CardTxt {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  word-break: break-word
}
.LpgComp3CardTxt.LpgExNoBorder {
  margin: 0 -15px
}
.LpgComp3CardTxt + .LpgComp3CardBtn {
  margin-top: 20px
}
.LpgComp3CardTxt h1, .LpgComp3CardTxt h2, .LpgComp3CardTxt h3, .LpgComp3CardTxt h4, .LpgComp3CardTxt h5, .LpgComp3CardTxt p {
  margin: 0
}
.LpgComp3CardTxt p {
  font-family: HiraginoSans-W3
}
.LpgComp3CardTxt h1, .LpgComp3CardTxt h2, .LpgComp3CardTxt h3, .LpgComp3CardTxt h4, .LpgComp3CardTxt h5 {
  font-family: HiraginoSans-W6
}
.LpgComp3CardTxt p {
  font-size: 14px;
  line-height: 1.5
}
.LpgComp3CardTxt .ql-size-small {
  font-size: .857em;
  line-height: 1.33
}
.LpgComp3CardTxt .ql-align-center {
  text-align: center
}
.LpgComp3CardTxt h1 {
  font-size: 32px;
  line-height: 1.4
}
.LpgComp3CardTxt h2 {
  font-size: 24px;
  line-height: 1.4
}
.LpgComp3CardTxt h3 {
  font-size: 18px;
  line-height: 1.4
}
.LpgComp3CardTxt h4 {
  font-size: 14px;
  line-height: 1.4
}
.LpgComp3CardTxt h5 {
  font-size: 12px;
  line-height: 1.33
}
.LpgComp3CardTxt .stylish-title1 {
  padding-bottom: 8px;
  border-bottom: 2px solid #c83138
}
.LpgComp3CardTxt h1.stylish-title1 {
  border-bottom-width: 6px
}
.LpgComp3CardTxt h2.stylish-title1 {
  border-bottom-width: 5px
}
.LpgComp3CardTxt h3.stylish-title1 {
  border-bottom-width: 4px
}
.LpgComp3CardTxt h4.stylish-title1 {
  border-bottom-width: 3px
}
.LpgComp3CardTxt p.stylish-title1 {
  padding-bottom: 6px
}
.LpgComp3CardTxt span.stylish-title2 {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #c83138), color-stop(25%), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, #c83138 25%, 25%, rgba(0, 0, 0, 0));
  background: linear-gradient(0deg, #c83138 25%, 25%, rgba(0, 0, 0, 0));
  border-bottom: 3px solid #c83138
}
.LpgComp3CardTxt .stylish-title3 {
  position: relative;
  text-indent: -20px;
  padding-left: 15px
}
.LpgComp3CardTxt .stylish-title3:before {
  content: "";
  border-left: 3px solid #c83138;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px
}
.LpgComp3CardTxt h1.stylish-title3:before, .LpgComp3CardTxt h2.stylish-title3:before {
  border-left: 4px solid #c83138
}
@media screen and (min-width:768px) {
  .LpgComp3CardTxt h1, .LpgComp3CardTxt h2, .LpgComp3CardTxt h3, .LpgComp3CardTxt h4, .LpgComp3CardTxt h5, .LpgComp3CardTxt p {
    margin: 0
  }
  .LpgComp3CardTxt p {
    font-family: HiraginoSans-W3, Meiryo
  }
  .LpgComp3CardTxt h1, .LpgComp3CardTxt h2, .LpgComp3CardTxt h3, .LpgComp3CardTxt h4, .LpgComp3CardTxt h5 {
    font-family: HiraginoSans-W6, Meiryo
  }
  .LpgComp3CardTxt p {
    font-size: 18px;
    line-height: 1.5
  }
  .LpgComp3CardTxt .ql-size-small {
    font-size: .857em;
    line-height: 1.43
  }
  .LpgComp3CardTxt .ql-align-center {
    text-align: center
  }
  .LpgComp3CardTxt h1 {
    font-size: 44px;
    line-height: 1.5
  }
  .LpgComp3CardTxt h2 {
    font-size: 32px;
    line-height: 1.5
  }
  .LpgComp3CardTxt h3 {
    font-size: 24px;
    line-height: 1.5
  }
  .LpgComp3CardTxt h4 {
    font-size: 18px;
    line-height: 1.5
  }
  .LpgComp3CardTxt h5 {
    font-size: 14px;
    line-height: 1.43
  }
}
.LpgComp3CardTxt p > span, a {
  font-family: HiraginoSans-W3
}
.LpgCompCarouselCont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
.LpgCompCarouselCont img {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}
.glide__slides {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  will-change: auto
}
.glide__slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}
.LpgCompCarouselSlide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: auto !important;
  width: 100%
}
.LpgCompCarouselImg {
  position: relative;
  width: 100%
}
.LpgCompCarouselDtImg {
  display: none
}
@media screen and (min-width:768px) {
  .LpgCompCarouselDtImg {
    display: inline-block
  }
}
.LpgCompCarouselSpImg {
  display: inline-block
}
@media screen and (min-width:768px) {
  .LpgCompCarouselSpImg {
    display: none
  }
}
.LpgCompCarouselBullets {
  text-align: center
}
.LpgCompCarouselBullet {
  background: #d8d8d8;
  border: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  padding: 5px;
  margin: 10px
}
.LpgCompCarouselBullet:focus {
  outline: 0
}
@media screen and (min-width:768px) {
  .LpgCompCarouselBullet {
    margin: 20px 15px
  }
}
.glide__bullet--active {
  background: #04bd41
}