@charset "UTF-8";

/* ===== テンプレート用css ===== */

div,
i,
p {
	line-height: 1.6;
}

@media screen and (max-width: 768px) {
	.spmg0 {
		margin: 0!important;
	}
}

/*//////////テンプレート1//////////*/
.temp1_wrap {
	margin: 0 0 100px;
}

.cp_bgpattern {
	background-color: #01b9ef;
	background-image: repeating-linear-gradient(140deg,#28c3f3, #28c3f3 3px,transparent 0, transparent 6px);
	width: 100%;
	padding: 20px 0;
    margin: 0 0 50px;
}

.temp1_inner {
	margin: 0 auto;
	width: 980px;
}

.temp1_inner h2 {
	color: #fff;
	text-align: center;
}

.temp1_inner h2 img,
.temp2_wrap .title_process h2 img,
.temp4_inner h2 img,
.temp5_wrap .title_process h2 img,
.temp8_inner h2 img {
	height: auto;
	max-width: 100%;
}

.temp1_inner .flex_box {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
}

.temp1_inner .flex_box .temp1_imgbox {
	margin: 0 20px 0 0;
	width: 47%;
}

.temp1_inner .flex_box .temp1_imgbox img {
	width: 100%;
}

.temp1_inner .flex_box .temp1_subbox {
	width: 50%;
}

.temp1_inner .flex_box .temp1_subbox p {
	margin: 0 0 64px;
}

.temp1_inner .flex_box .flex_box_inner {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	/*margin: 63px 0 0;*/
}

.temp1_inner .flex_box .flex_box_inner .flex_box_inner_img {
	margin: 0 10px 0 0;
	width: 49%;
}

.temp1_inner .flex_box .flex_box_inner .flex_box_inner_img img {
	width: 100%;
}

.temp1_inner .flex_box .flex_box_inner p {
	width: 47%;
}

.btn_box {
	margin: 60px auto 0;
	width: 400px;
}

.detail_btn {
	position: relative;
	display: block;
	margin: auto;
	background: #00b9ef;
	border-radius: 40px;
	line-height: 3;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	box-shadow: 0 5px 0 0 rgb(0 0 0 / 20%);
	text-align: center;
}

.btn_box a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.content_wrapper .info dl dd p.lp-info-button-wrap {
	margin: 0;
	text-align: center;
	width: 100%;
}

.content_wrapper .info dl dd {
	row-gap: 16px;
}

.content_wrapper .info dl dd p.lp-info-text-link-wrap {
	margin: 0;
	text-align: center;
	width: 100%;
}

.content_wrapper .info dl dd p.lp-info-text-link-wrap a {
	border-bottom: 1px dotted currentColor;
	display: inline-block;
	padding: 0 16px 2px 0;
	text-decoration: none;
}

.content_wrapper .info dl dd p.lp-info-text-link-wrap a:after {
	border-color: currentColor;
	right: 2px;
}

.content_wrapper .info .lp-info-button {
	display: block;
	font-size: 14px;
	line-height: 2.8;
	margin: 0 auto;
	max-width: 100%;
	width: 240px;
}

.content_wrapper .info .lp-info-button:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	width: 8px;
	height: 8px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


@media screen and (max-width: 768px) {
	.temp1_wrap {
		margin: 0 0 60px;
	}

	.cp_bgpattern {
		margin: 0 0 30px;
	}

	.temp1_inner {
		margin: 0 20px;
		width: auto;
	}

	.temp1_inner h2 {
		font-size: 18px;
	}

	.temp1_inner .flex_box .temp1_imgbox {
		margin: 0 0 10px;
		width: 100%;
	}

	.temp1_inner .flex_box .temp1_subbox {
		width: 100%;
	}

	.temp1_inner .flex_box .temp1_subbox p {
		margin: 0 0 20px;
	}

	.temp1_inner .flex_box .flex_box_inner {
		margin: 20px 0 0;
	}

	.btn_box {
		margin: 30px auto;
		width: 90%;
	}

	.detail_btn {
		font-size: 16px;
	}
}



/*//////////テンプレート2//////////*/
.temp2_wrap {
	margin: 0 auto 100px;
	width: 980px;
}

.temp2_wrap .title_process {
	border-bottom: #01b9ef 5px solid;
	margin: 0 0 50px;
}

.temp2_wrap .title_process h2 {
	color: #01b9ef;
	padding: 0 0 10px;
}

.temp2_wrap .flex_box {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
}

.temp2_wrap .flex_box .temp2_imgbox {
	margin: 0 20px 0 0;
    width: 47%;
}

.temp2_wrap .flex_box .temp2_imgbox img {
	width: 100%;
}

.temp2_wrap .flex_box .temp1_subbox {
	width: 50%;
}

.temp2_wrap .flex_box .temp1_subbox p {
	margin: 0 0 20px;
}

.temp2_wrap .flex_box .flex_box_inner {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: space-between;
}

.temp2_wrap .flex_box .flex_box_inner .flex_box_inner_unit {
	width: 48%;
}

.temp2_wrap .flex_box .flex_box_inner .flex_box_inner_unit img {
	margin: 0 0 10px;
	width: 100%;
}

.temp2_wrap .flex_box .flex_box_inner .flex_box_inner_unit p {
	font-size: 14px;
	margin: 0;
}


@media screen and (max-width: 768px) {
	
	.temp2_wrap {
		margin: 0 20px 60px;
		width: auto;
	}

	.temp2_wrap .title_process {
		border-width: 3px;
		margin: 0 0 30px;
	}

	.temp2_wrap .title_process h2 {
		font-size: 18px;
		padding: 0 0 5px;
	}

	.temp2_wrap .flex_box .temp2_imgbox {
		width: 100%;
		margin: 0 0 10px;
	}

	.temp2_wrap .flex_box .temp1_subbox {
		width: 100%;
	}

	.temp2_wrap .flex_box .flex_box_inner .flex_box_inner_unit p {
		margin: 0;
		font-size: 12px;
	}
}




/*//////////テンプレート3/////////*/
.cp_bgpattern2 {
	background-color: #01b9ef;
	background-size: 10px 10px;
	padding: 20px 0;
	margin: 0 0 50px;
}

.temp3_wrap {
    margin: 0 0 100px;
}

.move_box {
	margin: 0 auto;
	width: 980px;
}

.move_box iframe {
	width: 980px;
	height: 550px;
}

.move_box p {
	margin: 20px 0 0;
}

@media screen and (max-width: 768px) {
	.temp3_wrap {
		margin: 0 0 60px;
	}

	.move_box {
		margin: 0 20px;
		width: auto;
	}

	.move_box iframe {
		height: 190px;
		width: 100%;
	}
}



/*//////////テンプレート4/////////*/
.temp4_wrap {
	margin: 0 0 100px;
}

.temp4_inner {
	margin: 0 auto;
	width: 980px;
}

.temp4_inner h2 {
	color: #fff;
	text-align: center;
}

.temp4_inner .flex_box {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
}

.temp4_inner .flex_box .temp4_imgbox {
	margin: 0 20px 0 0;
	width: 35%;
}

.temp4_inner .flex_box .temp4_imgbox img {
	width: 100%;
}

.temp4_inner .flex_box .temp4_subbox {
	width: 62.8%;
}

.temp4_inner .flex_box .temp4_subbox p {
	margin: 0 0 30px;
}

.temp4_inner .flex_box .flex_box_inner {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: space-between;
	/*margin: 63px 0 0;*/
}

.temp4_wrap .flex_box .flex_box_inner .flex_box_inner_unit {
	width: 23%;
}

.temp4_wrap .flex_box .flex_box_inner .flex_box_inner_unit img {
	margin: 0 0 10px;
	width: 100%;
}

.temp4_wrap .flex_box .flex_box_inner .flex_box_inner_unit p {
	font-size: 14px;
	margin: 0;
}


@media screen and (max-width: 768px) {
	.temp4_wrap {
		margin: 0 0 60px;
	}

	.cp_bgpattern2 {
		margin: 0 0 30px;
	}

	.temp4_inner {
		margin: 0 20px;
		width: auto;
	}

	.temp4_inner h2 {
		font-size: 18px;
	}

	.temp4_inner .flex_box .temp4_imgbox {
		margin: 0 0 10px;
		width: 100%;
	}

	.temp4_inner .flex_box .temp4_subbox {
		width: 100%;
	}

	.temp4_wrap .flex_box .flex_box_inner .flex_box_inner_unit {
		margin: 0 0 20px;
		width: 48%;
	}

	.temp4_wrap .flex_box .flex_box_inner .flex_box_inner_unit p {
		font-size: 12px;
	}
}


/*//////////テンプレート5/////////*/
.temp5_wrap {
	margin: 0 auto 100px;
	width: 980px;
}

.temp5_wrap .lead_txt {
	margin: 0 0 30px;
}

.temp5_wrap .title_process {
	border-bottom: #01b9ef 5px solid;
	margin: 0 0 50px;
}

.temp5_wrap .title_process h2 {
	color: #01b9ef;
	padding: 0 0 10px;
}

.temp5_wrap .flex_box {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: space-between;
}

.temp5_wrap .flex_box .flex_box_inner {
	width: 23%;
}

.temp5_wrap .flex_box .flex_box_inner img {
	margin: 0 0 10px;
	width: 100%;
}

.pattern2 .flex_box .flex_box_inner {
	width: 48%;
}


@media screen and (max-width: 768px) {

	.temp5_wrap {
		margin: 0 20px 60px;
		width: auto;
	}

	.temp5_wrap .title_process {
		border-width: 3px;
		margin: 0 0 30px;
	}

	.temp5_wrap .title_process h2 {
		font-size: 18px;
		padding: 0 0 5px;
	}

	.temp5_wrap .flex_box .flex_box_inner {
		margin: 0 0 20px;
		width: 48%;
	}

	.temp5_wrap .flex_box.one_column .flex_box_inner {
		width: 100%;
	}
}



/*//////////テンプレート6/////////*/
.questionnaire_bar {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 100px;
	width: 980px;
}

.questionnaire_bar p {
	background-color: #01b9ef;
	color: #fff;
	padding: 30px 10px;
	text-align: center;
	width: 78%;
}

.questionnaire_bar a {
	font-size: 14px;
	color: #fff;
	background-color: #003664;
	padding: 30px 20px;
	text-align: center;
	width: 22%;
}


@media screen and (max-width: 768px) {
	.questionnaire_bar {
		margin: 0 auto 60px;
	}
	.questionnaire_bar {
		width: 100%;
	}

	.questionnaire_bar p {
		width: 100%;
		margin: 0 20px;
		text-align: left;
		padding: 20px;
	}

	.questionnaire_bar a {
		width: 100%;
		margin: 0 20px;
		padding: 20px;
	}
}




/*//////////テンプレート7/////////*/
.temp7_wrap {
	margin: 0 auto 100px;
	width: 980px;
}

.temp7_wrap .flex_box {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

.temp7_wrap .flex_box .img_unit {
	margin: 0 20px 0  0;
	width: 50%;
}

.temp7_wrap .flex_box .img_unit img {
	width: 100%;
}

.temp7_wrap .flex_box .txt_unit {
	width: 47%;
}

.temp7_wrap .flex_box .txt_unit h3 {
	font-size: 20px;
	margin: 0 0 20px;
}

.temp7_wrap .border_deco {
	border-top: 1px solid #e5e5e5;
	padding: 30px 0 0;
}


@media screen and (max-width: 768px) {

	.temp7_wrap {
		margin: 0 20px;
		width: auto;
	}

	.temp7_wrap .flex_box .img_unit {
		margin: 0 0 20px;
		width: 100%;
	}

	.temp7_wrap .flex_box .txt_unit {
		width: 100%;
	}

	.temp7_wrap .flex_box .txt_unit h3 {
		font-size: 16px;
		margin: 0 0 10px;
	}

	.temp7_wrap .border_deco {
		margin: 0 0 60px;
	}
}




/*//////////テンプレート8/////////*/
.temp8_wrap {
	margin: 0 0 100px;
}

.temp8_wrap .flex_box {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between;
}

.temp8_wrap .flex_box .flex_box_inner {
	width: 48%;
}

.temp8_inner {
    margin: 0 auto;
    width: 980px;
}

.temp8_inner h2 {
	color: #fff;
	text-align: center;
}

.temp8_wrap .lead_txt {
	margin: 0 0 30px;
}

.temp8_wrap .flex_box .flex_box_inner img {
	margin: 0 0 10px;
	width: 100%;
}


@media screen and (max-width: 768px) {
	.temp8_wrap {
		margin: 0 0 60px;
	}

	.temp8_inner {
		margin: 0 20px;
		width: auto;
	}

	.temp8_inner h2 {
		font-size: 18px;
	}

	.temp8_wrap .flex_box .flex_box_inner {
		margin: 0 0 20px;
		width: 100%;
	}
}







/*//////////吹き出し//////////*/
.balloon_box {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.balloon_s {
	background: #a6ebff;
	border-radius: 4px;
	color: #555;
	font-size: 16px;
	position: relative;
	margin: 0 0 15px;
	padding: 7px 10px;
	width: 23%;
}

.balloon_s:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #a6ebff;
}

.balloon_s p {
	color: #333;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin: 0!important;
	padding: 10px;
}

@media screen and (max-width: 768px) {
	.balloon_s {
		margin: 10px 0 25px;
		width: 47%;
	}

	.balloon_s:before {
		margin-left: -10px;
		border: 10px solid transparent;
		border-top: 10px solid #a6ebff;
	}

	.balloon_s p {
		font-size: 13px;
		padding: 0;
	}
}





/*//////////unit_btn_add//////////*/
.btn_box_s {
	margin: 20px auto 0;
	width: 70%;
}

.btn_box_s .detail_btn {
	font-size: 14px;
	line-height: 2;
}

.btn_box_s a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn_box_l {
	margin: 20px auto 0;
	width: 70%;
}

.btn_box_l .detail_btn {
	font-size: 14px;
	line-height: 3;
}

.btn_box_l a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.pattern2 .btn_box_s .detail_btn {
	line-height: 3;
}

@media screen and (max-width: 768px) {
	.btn_box_s {
		margin: 20px auto;
	}

	.one_column .btn_box_s .detail_btn {
		line-height: 3;
	}

	.btn_box_s a:after {
		right: 15px;
	}

	.btn_box_l {
		margin: 20px auto;
	}
}

/*//////////パーツ型ブロック//////////*/
.lp-block {
	box-sizing: border-box;
	margin-bottom: 50px;
}

.lp-section {
	background: #fff;
	margin: 0;
	padding: 50px 0 1px;
}

.lp-section-title {
	border-bottom: 4px solid currentColor;
	color: #00b9ef;
	font-size: 28px;
	margin: 0 0 40px;
	padding: 0 0 12px;
}

.lp-heading .title_process {
	margin: 0;
}

.lp-heading h2 img {
	height: auto;
	max-width: 100%;
}

.lp-text-heading h2 {
	color: #00b9ef;
	font-size: 28px;
	line-height: 1.4;
	margin: 0;
}

.lp-text-heading-medium h2 {
	font-size: 28px;
}

.lp-text-heading-large h2 {
	font-size: 36px;
}

.lp-text-heading-underline h2 {
	border-bottom: 4px solid currentColor;
	padding: 0 0 12px;
}

.lp-text-heading-leftline h2 {
	border-left: 6px solid currentColor;
	padding: 4px 0 4px 16px;
}

.lp-text-heading-band h2 {
	background: #eef8fc;
	border-left: 6px solid currentColor;
	padding: 14px 18px;
}

.lp-text-heading-plain h2 {
	padding: 0;
}

.lp-text-heading-center h2 {
	padding: 0 0 16px;
	position: relative;
	text-align: center;
}

.lp-text-heading-center h2::after {
	background: currentColor;
	bottom: 0;
	content: "";
	height: 4px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 72px;
}

.content_wrapper .lp-anchor-nav {
	align-items: stretch;
	column-gap: 32px;
	justify-content: center;
	margin: 22px auto 40px;
	row-gap: 16px;
}

.content_wrapper .lp-anchor-nav li {
	display: flex;
	width: calc((100% - 96px) / 4);
}

.content_wrapper .lp-anchor-nav div.anc,
.content_wrapper .lp-anchor-nav .anc-link-content {
	background: #00b9ef;
	border: 0;
	border-radius: 4px;
	box-shadow: none;
	color: #fff;
	flex-direction: column;
	font-size: 13px;
	font-weight: 700;
	height: 100% !important;
	line-height: 1.6;
	min-height: 0;
	padding: 16px 10px;
	text-align: center;
	text-decoration: none;
}

.content_wrapper .lp-anchor-nav div.anc::after,
.content_wrapper .lp-anchor-nav .anc-link-content::after {
	background: none !important;
	border: 0;
	border-bottom: 2px solid currentColor;
	border-right: 2px solid currentColor;
	bottom: auto;
	content: "";
	display: block;
	height: 7px;
	left: auto;
	margin: 8px 0 0;
	position: static;
	right: auto;
	transform: rotate(45deg);
	width: 7px;
}

.content_wrapper .lp-anchor-nav div.anc span,
.content_wrapper .lp-anchor-nav .anc-link-content span {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.6;
	padding: 0;
	text-align: center;
}

.content_wrapper .lp-anchor-nav-outline div.anc,
.content_wrapper .lp-anchor-nav-outline .anc-link-content {
	background: #fff !important;
	border: 2px solid #00b9ef;
	padding: 14px 10px;
}

.content_wrapper .lp-anchor-nav-pill div.anc,
.content_wrapper .lp-anchor-nav-pill .anc-link-content {
	border-radius: 999px;
}

.content_wrapper .lp-anchor-nav-text {
	gap: 18px;
}

.content_wrapper .lp-anchor-nav-text li {
	display: block;
	width: auto;
}

.content_wrapper .lp-anchor-nav-text div.anc,
.content_wrapper .lp-anchor-nav-text .anc-link-content {
	background: transparent !important;
	border-radius: 0;
	color: #00b9ef;
	display: inline-flex;
	height: auto !important;
	padding: 0 2px;
	text-decoration: underline;
	text-underline-offset: 4px;
	width: auto;
}

.content_wrapper .lp-anchor-nav-text div.anc::after,
.content_wrapper .lp-anchor-nav-text .anc-link-content::after {
	height: 6px;
	margin-top: 5px;
	width: 6px;
}

.content_wrapper .main h1 img {
	display: block;
	height: auto;
	margin-left: calc(50% - 50vw);
	max-width: none;
	width: 100vw;
}

.lp-heading h2 img {
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 980px;
	width: 100%;
}

.lp-image-grid {
	display: grid;
	gap: 24px;
}

.lp-image-one {
	grid-template-columns: 1fr;
}

.lp-image-two {
	grid-template-columns: repeat(2, 1fr);
}

.lp-image-four {
	grid-template-columns: repeat(4, 1fr);
}

.lp-image-media-text {
	display: grid;
	gap: 32px;
}

.lp-image-media-text figure {
	align-items: start;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	margin: 0;
}

.lp-image-grid figure,
.lp-image-slider figure {
	margin: 0;
}

.lp-image-grid img,
.lp-image-slider img,
.lp-image-media-text img {
	width: 100%;
}

.lp-image-grid figcaption,
.lp-image-slider figcaption,
.lp-image-media-text figcaption,
.lp-video p {
	font-size: 14px;
	margin: 10px 0 0;
}

.lp-image-text {
	font-size: 16px;
	margin: 14px 0 0;
}

.lp-image-media-text .lp-image-text {
	margin-top: 0;
}

.lp-image-slider {
	position: relative;
	padding-bottom: 28px;
}

.lp-image-slider-media {
	position: relative;
}

.lp-image-slider .swiper-button-prev,
.lp-image-slider .swiper-button-next {
	background: rgba(255,255,255,.96)!important;
	border: 1px solid #d9e2ec;
	border-radius: 50%;
	box-shadow: 0 3px 10px rgb(0 0 0 / 12%);
	bottom: auto;
	height: 28px;
	margin: 0;
	top: var(--lp-slider-arrow-top, 50%);
	transform: translateY(-50%);
	width: 28px;
}

.lp-image-slider .swiper-button-prev {
	left: -14px;
}

.lp-image-slider .swiper-button-next {
	right: -14px;
}

.lp-image-slider .swiper-button-prev:after,
.lp-image-slider .swiper-button-next:after,
.content_wrapper .section1 .swiper-button-prev:after,
.content_wrapper .section1 .swiper-button-next:after {
	background: transparent!important;
	border-color: #00b9ef!important;
	border-style: solid!important;
	border-width: 2px 2px 0 0!important;
	content: "";
	height: 7px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 7px;
}

.lp-image-slider .swiper-button-prev:after,
.content_wrapper .section1 .swiper-button-prev:after {
	transform: rotate(-135deg);
	left: 3px;
}

.lp-image-slider .swiper-button-next:after,
.content_wrapper .section1 .swiper-button-next:after {
	transform: rotate(45deg);
	right: 3px;
}

.lp-image-slider .swiper-pagination {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
}

.lp-image-slider .swiper-pagination-bullet {
	background: #c6d2df;
	height: 8px;
	margin: 0 5px;
	opacity: 1;
	width: 8px;
}

.lp-image-slider .swiper-pagination-bullet-active {
	background: #00b9ef;
}

.lp-modal-trigger {
	background: none;
	border: 0;
	box-shadow: none;
	cursor: zoom-in;
	padding: 0;
	width: 100%;
}

.lp-modal {
	align-items: center;
	background: rgba(0,0,0,.78);
	display: none;
	inset: 0;
	justify-content: center;
	padding: 24px;
	position: fixed;
	z-index: 1000;
}

.lp-modal[aria-hidden="false"] {
	display: flex;
}

.lp-modal img {
	max-height: 90vh;
	max-width: 90vw;
}

.lp-modal figure {
	margin: 0;
	text-align: center;
}

.lp-modal figcaption {
	color: #fff;
	font-size: 14px;
	margin: 12px 0 0;
}

.lp-modal-close {
	background: #fff;
	border: 0;
	border-radius: 50%;
	color: #333;
	cursor: pointer;
	font-size: 28px;
	height: 44px;
	line-height: 1;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 44px;
}

.lp-modal-prev,
.lp-modal-next {
	background: rgba(255,255,255,.94);
	border: 0;
	border-radius: 50%;
	color: #333;
	cursor: pointer;
	font-size: 30px;
	height: 40px;
	line-height: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
}

.lp-modal-prev {
	left: 20px;
}

.lp-modal-next {
	right: 20px;
}

.lp-text p {
	margin: 0;
}

.lp-text-small {
	font-size: 14px;
}

.lp-text-medium {
	font-size: 16px;
}

.lp-text-large {
	font-size: 20px;
}

.lp-inline-size-small {
	font-size: .875em;
}

.lp-inline-size-medium {
	font-size: 1em;
}

.lp-inline-size-large {
	font-size: 1.25em;
}

.content_wrapper .detail strong,
.temp5_wrap .lead_txt strong,
.temp8_wrap .lead_txt strong,
.lp-text strong {
	font-weight: 700;
}

.content_wrapper .detail .lp-marker,
.temp5_wrap .lead_txt .lp-marker,
.temp8_wrap .lead_txt .lp-marker,
.lp-text .lp-marker {
	background: linear-gradient(transparent 58%, var(--lp-marker-color, #ffff00) 58%);
	color: inherit;
	padding: 0 2px;
}

.lp-video iframe {
	aspect-ratio: 16 / 9;
	height: auto;
	width: 100%;
}

.lp-button .btn_box {
	margin-top: 0;
}

.content_wrapper .lp-text-link {
	font-size: 15px;
	text-align: center;
}

.content_wrapper .lp-text-link a,
.content_wrapper .lp-text-link a:link,
.content_wrapper .lp-text-link a:visited,
.content_wrapper .lp-text-link a:active,
.content_wrapper .lp-text-link a:hover,
.content_wrapper .lp-text-link span {
	align-items: center;
	border-bottom: 1px dashed currentColor;
	color: #005799;
	display: inline-flex;
	font-weight: 700;
	gap: .35em;
	line-height: 1.7;
	padding: 0 0 2px;
	position: relative;
	text-decoration: none!important;
}

.content_wrapper .lp-text-link a::after,
.content_wrapper .lp-text-link span::after {
	content: "→";
	display: inline-block;
	line-height: 1;
}

.content_wrapper .lp-text-link p {
	color: #5f6f80;
	font-size: 13px;
	margin: 6px 0 0;
}

@media screen and (max-width: 768px) {
	.lp-block {
		margin-bottom: 30px;
	}

	.lp-section {
		margin: 0;
		padding: 30px 0 1px;
	}

	.lp-section-title {
		font-size: 20px;
		margin: 0 0 25px;
	}

	.content_wrapper .lp-heading.inner {
		margin-left: calc(50% - 50vw);
		margin-right: 0;
		max-width: none;
		transform: none;
		width: 100vw;
	}

	.lp-heading h2 img {
		display: block;
		width: 100%;
	}

	.lp-text-heading h2 {
		font-size: 22px;
	}

	.lp-text-heading-large h2 {
		font-size: 28px;
	}

	.content_wrapper .lp-anchor-nav {
		column-gap: 10px;
		margin-bottom: 30px;
		row-gap: 10px;
	}

	.content_wrapper .lp-anchor-nav li {
		width: calc(50% - 5px);
	}

	.content_wrapper .lp-anchor-nav div.anc,
	.content_wrapper .lp-anchor-nav .anc-link-content {
		font-size: 12px;
		min-height: 0;
		padding: 16px 8px;
	}

	.content_wrapper .lp-anchor-nav-outline div.anc,
	.content_wrapper .lp-anchor-nav-outline .anc-link-content {
		padding: 14px 8px;
	}

	.content_wrapper .lp-anchor-nav-text {
		gap: 12px;
	}

	.content_wrapper .lp-anchor-nav-text li {
		width: auto;
	}

	.content_wrapper .lp-anchor-nav-text div.anc,
	.content_wrapper .lp-anchor-nav-text .anc-link-content {
		padding: 0 2px;
	}

	.content_wrapper .lp-anchor-nav div.anc span,
	.content_wrapper .lp-anchor-nav .anc-link-content span {
		font-size: 12px;
	}

	.content_wrapper .info dl dd p.lp-info-button-wrap {
		margin: 0;
		text-align: center;
		width: 100%;
	}

	.content_wrapper .info dl dd {
		display: flex;
		row-gap: 16px;
	}

	.content_wrapper .info .lp-info-button {
		font-size: 14px;
		line-height: 2.8;
		width: 70%;
	}

	.lp-image-grid {
		gap: 16px;
	}

	.lp-image-two {
		grid-template-columns: 1fr;
	}

	.lp-image-four {
		grid-template-columns: repeat(2, 1fr);
	}

	.lp-image-media-text {
		gap: 24px;
	}

	.lp-image-media-text figure {
		display: block;
	}

	.lp-image-grid figcaption,
	.lp-image-slider figcaption,
	.lp-image-media-text figcaption,
	.lp-video p {
		font-size: 12px;
	}

	.lp-image-text {
		font-size: 15px;
	}

	.lp-image-media-text .lp-image-text {
		margin-top: 14px;
	}

	.lp-text-small {
		font-size: 13px;
	}

	.lp-text-medium {
		font-size: 15px;
	}

	.lp-text-large {
		font-size: 18px;
	}

	.lp-inline-size-small {
		font-size: .875em;
	}

	.lp-inline-size-medium {
		font-size: 1em;
	}

	.lp-inline-size-large {
		font-size: 1.2em;
	}

	.lp-image-slider .swiper-button-prev,
	.lp-image-slider .swiper-button-next,
	.content_wrapper .section1 .swiper-button-prev,
	.content_wrapper .section1 .swiper-button-next {
		display: none!important;
	}

	.lp-modal-prev,
	.lp-modal-next {
		font-size: 24px;
		height: 32px;
		width: 32px;
	}

	.lp-modal-prev {
		left: 8px;
	}

	.lp-modal-next {
		right: 8px;
	}
}

.content_wrapper .section1 .swiper-button-prev,
.content_wrapper .section1 .swiper-button-next {
	background: rgba(255,255,255,.96)!important;
	border: 1px solid #d9e2ec;
	border-radius: 50%;
	box-shadow: 0 3px 10px rgb(0 0 0 / 12%);
	height: 28px;
	width: 28px;
}

.content_wrapper .section1 .swiper-button-prev {
	left: -14px;
}

.content_wrapper .section1 .swiper-button-next {
	right: -14px;
}

@media screen and (max-width: 768px) {
	.lp-image-slider .swiper-button-prev,
	.content_wrapper .section1 .swiper-button-prev {
		left: 6px;
	}

	.lp-image-slider .swiper-button-next,
	.content_wrapper .section1 .swiper-button-next {
		right: 6px;
	}
}

.content_wrapper .inner,
.content_wrapper .lp-block.inner,
.content_wrapper .lp-image-grid.inner,
.content_wrapper .lp-image-slider.inner,
.content_wrapper .lp-video.inner,
.content_wrapper .lp-button.inner,
.content_wrapper .lp-text.inner {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: 980px;
	width: min(980px, calc(100% - 32px));
}

.content_wrapper .lp-text-heading.inner {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: 980px;
	width: min(980px, calc(100% - 32px));
}

.content_wrapper .lp-heading.inner {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: 980px;
	width: min(980px, calc(100% - 32px));
}

.content_wrapper .lp-image-one.inner {
	max-width: 980px;
	width: min(980px, calc(100% - 32px));
}

.content_wrapper .lp-image-slider.inner,
.content_wrapper .lp-image-modal-grid.inner {
	max-width: 686px;
	width: min(686px, calc(100% - 32px));
}

@media screen and (max-width: 768px) {
	.content_wrapper .lp-heading.inner {
		margin-left: calc(50% - 50vw);
		margin-right: 0;
		max-width: none;
		transform: none;
		width: 100vw;
	}

	.content_wrapper .lp-heading.inner h2 img {
		display: block;
		width: 100%;
	}
}
