@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800&family=PT+Sans:ital,wght@0,400;0,700;1,400&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, nav, section, button, div, span, time, mark, audio, video {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}
html {
	font-size: 62.5%;
}
body {
	-webkit-text-size-adjust: 100%;
}
body, table, input, textarea, select, option, h1, h2, h3, h4, h5, h6 {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
table, input, textarea, select, option {
	line-height: 1.1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
}
a {
	color: inherit;
	text-decoration: none;
}
img {
	max-width: 100%;
}
input, textarea, button, select, a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	width: 100%;
	height: auto;
	color: #413732;
	line-height: 1.5;
	font-weight: 400;
	min-width: 320px;
}
.l-content {
	width: 100%;
	max-width: 1240px;
	padding: 0px 20px;
	margin: 0 auto;
	box-sizing: border-box;
}
.l-content2 {
	width: 100%;
	max-width: 850px;
	padding: 0px 20px;
	margin: 0 auto;
	box-sizing: border-box;
}
.bn_link{
	text-align:center;
	margin-bottom:50px;
}
.bn_link p{
	display:inline-block;
	border:solid 1px #CCCCCC;
	padding:8px;
}
.bn_link p:first-child{
	margin-right:40px;
}
@media screen and (min-width: 769px) {
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
	.bn_link p{
	display:block;
	border:solid 1px #CCCCCC;
	padding:8px;
}
	.bn_link p:first-child{
		margin-right:0;
		margin-bottom:15px;
	}

}

/*====================================
header
====================================*/

.l-hdr {
	text-align: center;
	padding: 15px 0;
	border-bottom: 1px solid;
}
@media (min-width: 769px) {
	.l-hdr {
		padding: 20px 0;
	}
}
.l-hdr img {
	width: auto;
}
.l-hdr.type1 img {
	max-height: 25px;
}
@media (min-width: 769px) {
	.l-hdr.type1 img {
	max-height: 30px;
	}
}
.l-hdr.type2 {
	padding: 10px 0;
}
.l-hdr.type2 img {
	max-height: 40px;
}
@media (min-width: 769px) {
	.l-hdr.type2 img {
	max-height: 80px;
	}
}


/*====================================
footer
====================================*/

.l-ftr {
	width: 100%;
	height: auto;
	display: block;
	background: #f6f2e7;
	padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
	.l-ftr {
		padding-bottom: 170px;
	}
}
.l-ftr .copyright {
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #413833;
	color: #fff;
	font-size: 14px;
	font-family: "Noto Sans JP", sans-serif;
}



/*====================================
btn
====================================*/

.c-btn01 a {
	align-items: center;
	background: #eb6200;
	border: 2px solid #eb6200;
	border-radius: 10px;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	font-size: 22px;
	font-weight: bold;
	height: 83px;
	justify-content: center;
	align-content: center;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.1);
	transition: 0.3s;
}
@media (min-width: 769px) and (max-width: 850px) {
	.c-btn01 a {
		letter-spacing: -1px;
	}
}
.c-btn01 a span {
	font-size: 11px;
	width: 100%;
	display: block;
}
.c-btn01 a::after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	display: block;
	height: 12px;
	width: 12px;
	position: absolute;
	transform: translateY(-50%) rotate(45deg);
	transition: 0.3s;
	top: 50%;
	right: 1.2em;
}
@media (min-width: 769px) and (max-width: 850px) {
	.c-btn01 a:after {
		right: .5em;
	}
}
@media screen and (min-width: 769px) {
	.c-btn01 a:hover {
		background: #fff;
		color: #eb6200;
		box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
	}
	.c-btn01 a:hover::after {
		border-top: 2px solid #eb6200;
		border-right: 2px solid #eb6200;
	}
}
.c-btn01.ver2 a {
	background: #fff;
	color: #eb6200;
}
.c-btn01.ver2 a::after {
	border-top: 2px solid #eb6200;
	border-right: 2px solid #eb6200;
}
@media screen and (min-width: 769px) {
	.c-btn01.ver2 a:hover {
		background: #eb6200;
		color: #fff;
	}
	.c-btn01.ver2 a:hover::after {
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}
}
.c-btn02 {
	border-radius: 5px;
	background-color: #fff;
	border: 2px solid #eb6200;
	color: #eb6200;
	display: block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 20px;
	font-weight: 500;
	padding: 6px 55px;
	position: relative;
	transition: 0.3s;
	text-align: center;
	margin: 0px auto;
}
@media screen and (max-width: 768px) {
	.c-btn02 {
		padding: 7px 35px;
	}
}
.c-btn02::before, .c-btn02::after {
	background: #eb6200;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 15px;
	top: 50%;
	right: 1em;
}
@media screen and (max-width: 768px) {
	.c-btn02::before, .c-btn02::after {
		right: 15px;
	}
}
.c-btn02::after {
	top: 48%;
	transform: rotate(90deg);
}
.c-btn02.is-opened::after {
	top: 50%;
	transform: rotate(0deg);
}
.c-btn02.v2::before {
	content: "✕";
	height: 20px;
	width: 20px;
	background: unset;
	font-weight: 700;
	transform: unset;
	top: unset;
	right: 10px;
}
.c-btn02.v2::after {
	display: none;
}
@media screen and (min-width: 769px) {
	.c-btn02:hover {
		opacity: 0.6;
	}
}


/*====================================
title
====================================*/

.c-title01 {
	width: 100%;
	height: auto;
	text-align: center;
}
.c-title01 h2 {
	font-size: 50px;
	font-weight: 900;
	position: relative;
	display: inline-block;
	z-index: 1;
	margin-top: 20px;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.c-title01 h2 {
		font-size: 35px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 768px) and (max-width: 374px) {
	.c-title01 h2 {
		font-size: 30px;
	}
}
.c-title01 h2 strong {
	font-size: 36px;
	font-weight: 900;
	line-height: 1;
	margin: 10px 0px;
	display: block;
}
@media screen and (max-width: 768px) {
	.c-title01 h2 strong {
		font-size: 22px;
	}
}
.c-title01 h2 span {
	color: #f2f2f2;
	font-size: 70px;
	font-weight: 900;
	line-height: 1;
	position: absolute;
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	letter-spacing: 5px;
	top: -37px;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.c-title01 h2 span {
		font-size: 54px;
		letter-spacing: 6px;
	}
}
@media screen and (max-width: 768px) and (max-width: 374px) {
	.c-title01 h2 span {
		font-size: 46px;
	}
}


/*====================================
table
====================================*/

.c-table020 {
	background-color: #f2f2f2;
	border-radius: 5px;
	margin: 0 auto;
	width: 100%;
}
.c-table020 th {
	background-color: #199bb7;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 12px;
	left: 0;
	line-height: 1.2;
	padding: 15px 5px;
	position: sticky;
	vertical-align: middle;
	z-index: 2;
}
.c-table020 th:before {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	border-right: none;
}
.c-table020 th .fz-s {
	font-size: 10px;
}
.c-table020 td {
	border-bottom: 1px solid #cee1e5;
	color: #199bb7;
	font-size: 14px;
	line-height: 1.2;
	padding: 15px 5px;
	position: relative;
	text-align: center;
	vertical-align: middle;
}
.c-table020 td:nth-child(odd) {
	background-color: #ededed;
}
.c-table020 td .fz-s {
	font-size: 10px;
}
.c-table020 td .wrap {
	display: flex;
	text-align: left;
}
.c-table020 td .wrap figure {
	margin-right: 5px;
}
.c-table020 tr:first-child th {
	border-radius: 5px 0 0 0;
}
.c-table020 tr:first-child th:after {
	content: "";
	background-color: #fff;
	height: 50px;
	left: 0;
	position: absolute;
	top: -50px;
	width: 100%;
}
.c-table020 tr:first-child td {
	padding-top: 43px;
}
.c-table020 tr:last-child th {
	background-color: #00c6a3;
	border-radius: 0 0 0 5px;
}
.c-table020 tr:last-child td {
	border-bottom: none;
	color: #00c6a3;
	font-size: 13px;
	font-weight: bold;
}
.c-table020 tr:last-child td .fz-l {
	font-size: 21px;
}
.c-table020__outer.is-active {
	position: relative;
}
.c-table020__outer.is-active:after {
	box-shadow: -8px 0 12px -8px rgba(0, 0, 0, 0.355) inset;
	content: "";
	height: 100%;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.c-table020-scroll {
	margin-bottom: 20px;
	overflow-x: auto;
	padding-top: 50px;
	width: 100%;
}
.c-table020__img {
	left: 50%;
	position: absolute;
	top: -40px;
	transform: translateX(-50%);
	width: 114px;
}
.c-table020__name {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
}
.c-table020__lead {
	background-color: #199bb7;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	line-height: 1.6;
	margin: 0 auto;
	padding: 5px;
	width: 95%;
}
.c-table02 {
	background-color: #fbfaf5;
	border-radius: 10px;
	margin: 0 auto;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.c-table02 {
		width: 490px;
	}
}
.c-table02, .c-table02 th, .c-table02 td {
	border-collapse: collapse;
	border-spacing: 0;
}
.c-table02 th {
	background-color: #413833;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 16px;
	left: 0;
	line-height: 1.2;
	padding: 15px 5px;
	position: sticky;
	vertical-align: middle;
	z-index: 2;
}
@media screen and (max-width: 768px) {
	.c-table02 th {
		font-size: 12px;
	}
}
.c-table02 th:before {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	border-right: none;
}
.c-table02 th .fz-s {
	font-size: 10px;
}
.c-table02 td {
	border-bottom: 1px solid #dcd9d4;
	color: #413833;
	font-size: 14px;
	line-height: 1.57;
	font-weight: 500;
	padding: 15px 5px;
	position: relative;
	text-align: center;
	vertical-align: middle;
}
.c-table02 td .wrap {
	display: flex;
	text-align: left;
	justify-content: center;
}
.c-table02 td .wrap figure {
	width: 50px;
}
.c-table02 td:nth-child(odd) {
	background-color: #f5f1e6;
}
.c-table02 td .fz-s {
	font-size: 10px;
	font-weight: 700;
}
.c-table02 td .wrap {
	display: flex;
	text-align: left;
}
.c-table02 td .wrap figure {
	margin-right: 5px;
}
.c-table02 tr:first-child th {
	border-radius: 10px 0 0 0;
	z-index: 9;
}
.c-table02::before {
	content: "";
	background-color: #fff;
	height: 15px;
	left: 0;
	position: absolute;
	z-index: 1;
	top: 44px;
	width: 15px
}
.c-table02::after {
	content: "";
	background-color: #fff;
	height: 15px;
	left: 0;
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 15px
}
.c-table02 tr:first-child th:after {
	content: "";
	background-color: #fff;
	height: 50px;
	left: 0;
	position: absolute;
	top: -50px;
	width: 100%;
}
.c-table02 tr:first-child td {
	padding-top: 43px;
}
.c-table02 tr:first-child td:last-child {
	border-radius: 0px 10px 0 0;
}
.c-table02 tr:last-child th {
	background-color: #eb6200;
	border-radius: 0 0 0 10px;
}
.c-table02 tr:last-child td {
	border-bottom: none;
	color: #eb6200;
	font-size: 13px;
	font-weight: bold;
}
.c-table02 tr:last-child td .fz-l {
	font-size: 21px;
}
.c-table02 tr:last-child td:last-child {
	border-radius: 0px 0 10px 0;
}
.c-table02__outer.is-active {
	position: relative;
}
.c-table02__outer.is-active:after {
	box-shadow: -8px 0 12px -8px rgba(0, 0, 0, 0.355) inset;
	content: "";
	height: 100%;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.c-table02-scroll {
	margin-bottom: 20px;
	overflow-x: auto;
	padding-top: 50px;
	width: 100%;
}
.c-table02__img {
	left: 50%;
	position: absolute;
	top: -40px;
	transform: translateX(-50%);
	width: 114px;
}
.c-table02__name {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
	.c-table02__name {
		font-size: 17px;
	}
}
.c-table02__lead {
	background-color: #413833;
	border-radius: 3px;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.6;
	margin: 0 auto;
	padding: 5px;
	width: 95%;
}
@media screen and (max-width: 768px) {
	.c-table02__lead {
		font-size: 12px;
	}
}
.table-content {
	position: relative;
}
.table-scroll {
	margin-bottom: 20px;
	overflow-x: auto;
	padding-top: 50px;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.table-scroll.is-active::after {
		box-shadow: -8px 0 12px -8px rgba(0, 0, 0, 0.355) inset;
		content: "";
		height: 100%;
		pointer-events: none;
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
	}
}


/*====================================
tab
====================================*/

.c-tab01__list {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.c-tab01__list li {
	width: calc(50% - 10px);
	margin: 0px 5px;
	max-width: 240px;
}
.c-tab01__list li a {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px 10px 0 0;
	color: #413833;
	font-family: "Zen Kaku Gothic New", sans-serif;
	background: #f2eede;
	font-size: 18px;
	font-weight: 700;
	padding: 9px 0px;
	cursor: pointer;
	transition: 0.2s;
}
.c-tab01__list li a:hover {
	color: #fff;
	background: #413833;
	opacity: 0.9;
}
.c-tab01__list li.is-active a {
	color: #fff;
	background: #413833;
}
.c-tab01__contents {
	width: 100%;
	height: auto;
	text-align: center;
}
.c-tab01__box {
	display: none;
	clear: both;
	position: relative;
	width: 100%;
	height: auto;
	border: 3px solid #413833;
	border-radius: 2px;
}
@media screen and (max-width: 768px) {
	.c-tab01__box {
		border: 0px;
		border-top: 3px solid #413833;
	}
}
.c-tab01__box.is-active {
	display: block;
}
.fade {
	opacity: 0;
	transition-duration: 0.5s;
	transform: translate(0, -1em);
}
.scroll-in {
	opacity: 1;
	transform: translate(0, 0);
}


/*====================================
cta
====================================*/

.c-cta1 {
	width: 100%;
	height: 130px;
	position: fixed;
	z-index: 99;
	background: rgba(218, 218, 218, 0.85);
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 25px;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.c-cta1 {
		height: 140px;
		padding: 0px 13px;
		padding-top: 12px;
	}
}
.c-cta1 .title {
	width: 100%;
	height: auto;
	text-align: center;
	position: absolute;
	left: 0;
	top: -12px;
}
.c-cta1 .title h2 {
	background: #413833;
	width: auto;
	display: inline-block;
	color: #fff;
	padding: 1px 15px 2px;
	border-radius: 15px;
	font-size: 14px;
	font-weight: 700;
}
.c-cta1 .c-btn01 {
	width: 50%;
	text-align: center;
	max-width: 270px;
	padding: 0px 3px;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.c-cta1 .c-btn01 {
		margin-top: 13px;
	}
}
.c-cta1 .c-btn01 strong {
	font-size: inherit;
	font-weight: 800;
	position: relative;
	z-index: 1;
}
.c-cta1 .c-btn01 strong::after {
	content: '';
	background: #fff;
	opacity: .26;
	width: 100%;
	height: 7px;
	position: absolute;
	z-index: -1;
	left: 0;
	bottom: 3px;
}
.c-cta1 .c-btn01.ver1 a {
	font-weight: 800;
}
/*.c-cta1 .c-btn01.ver1 a strong::before {
	content: '';
	background: url(../images/common/icon_cta_nl.png) no-repeat;
	background-size: 100% auto;
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 1;
	top: -34px;
	left: -50px;
}
@media screen and (max-width: 768px) {
	.c-cta1 .c-btn01.ver1 a strong::before {
		top: -40px;
		left: -40px;
	}
}
@media screen and (max-width: 374px) {
	.c-cta1 .c-btn01.ver1 a strong::before {
		left: -25px;
		top: -45px;
	}
}
.c-cta1 .c-btn01 a {
	height: 66px;
	box-shadow: unset;
}*/
@media screen and (max-width: 768px) {
	.c-cta1 .c-btn01 a {
		border: 3px solid #eb6200;
		border-radius: 5px;
		height: 75px;
		letter-spacing: -2px;
		font-size: 22px;
	}
	.c-cta1 .c-btn01 a::after {
		height: 8px;
		width: 8px;
		right: 12px;
		display: none;
	}
	.c-cta1 .c-btn01 a span {
		font-size: 14px;
		letter-spacing: -2px;
	}
}
.c-cta1 p {
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}


/*====================================
mainvisual
====================================*/

.mainvisual {
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 40px;
}
@media (min-width: 769px) {
	.mainvisual {
		margin-bottom: 0;
	}
}
.mainvisual .img {
	padding: 0px 25px;
	box-sizing: border-box;
	background: linear-gradient(#ffd646, #ffd646);
	background-size: 100% calc(100% - 88px);
	background-repeat: no-repeat;
	background-position: bottom;
}
@media screen and (max-width: 768px) {
	.mainvisual .img {
		padding: 0;
		background: unset;
		text-align: left;
		height: auto;
		width: 100%;
		overflow: hidden;
	}
	.mainvisual .img img {
		width: 100%;
		height: auto;
		object-fit: cover;
		object-position: left top;
	}
}
.mainvisual .title {
	padding: 45px 0px;
}
@media screen and (max-width: 768px) {
	.mainvisual .title {
		padding: 18px 0px 24px;
		width: 100%;
		max-width: calc(100% - 50px);
		margin: 0 auto;
		margin-top: 20px;
		height: auto;
		background: #ffd646;
	}
}
.mainvisual .title h2 {
	font-weight: 700;
	font-size: 30px;
	color: #000000;
	line-height: 1.7;
	position: relative;
	display: inline-block;
}
@media screen and (max-width: 768px) {
	.mainvisual .title h2 {
		font-size: 23px;
	}
}
@media screen and (max-width: 768px) and (max-width: 374px) {
	.mainvisual .title h2 {
		font-size: 18px;
	}
}
.mainvisual .title h2 span {
	font-weight: 700;
	font-size: 27px;
	color: #000000;
	line-height: 1.7;
	display: block;
	width: 100%;
}
.mainvisual .title h2::before {
	content: "";
	background: url("../images/kv-title1.png") no-repeat;
	background-size: 100% auto;
	width: 135px;
	height: 50px;
	left: -20px;
	top: -30px;
	position: absolute;
	z-index: 1;
	display: none;
}
@media screen and (max-width: 768px) {
	.mainvisual .title h2::before {
		display: none;
	}
}
.mainvisual .title h3 {
	font-size: 48px;
	font-weight: 900;
}
@media screen and (max-width: 768px) {
	.mainvisual .title h3 {
		font-size: 36px;
		line-height: 1.1;
	}
}
.mainvisual .title h3 span {
	font-size: 48px;
	font-weight: 900;
	font-style: normal;
}
@media screen and (max-width: 768px) {
	.mainvisual .title h3 span {
		font-size: 35px;
		font-weight: 900;
		line-height: 1.1;
	}
}


/*====================================
banner
====================================*/

.index-banner {
	position: relative;
	background: #fff7d8;
	padding: 40px 15px;
	text-align: center;
}
@media (min-width: 769px) {
	.index-banner {
		padding: 80px 0px;
	}
}
.index-banner img {
	width: 100%;
	max-width: 500px;
	height: auto;
}
/*====================================
campaign
====================================*/
.index-campaign {
	width: 100%;
	height: auto;
	display: block;
	padding: 80px 0px 100px;
	background: #fff7d8;
}
.index-campaign .c-title01 h2 span {
		color: #e7e3d8;
}

.index-campaign .acc-box.js-acc-content.v2 {
	display: none;
}
.campaign_gaiyo_komoku{
	display:block;
	padding:7px 15px;
	background:#ffd446;
	margin-bottom:15px;
	font-weight:bold;
}
.wrap_campaign_detail{
	padding-top:50px;
}
.campaign_detail{
	padding:30px;
	box-sizing:border-box;
	text-align:left;
	background:#FFFFFF;
}
.index-campaign .block{
	margin-bottom:2em;
}
.index-campaign .block02{
	margin-bottom:5em;
}
.index-campaign .block_center{
	text-align:center;
	margin-top:50px;
}
.campaign_text01{
	font-size:170%;
	line-height:140%;
	font-weight:bold;
}
.campaign_text02{
	font-size:150%;
	font-weight:bold;
	margin-bottom:15px;
}
.index-campaign .textM_B{
	font-size:120%;
	line:140%;
	font-weight:bold;
}
.campaign_textOrange{
	color: #eb6200;
	font-size:100%;
}
.campaign_kingaku{
	font-size:180%;
}
table.sche_tb{
	margin-bottom:15px;
}
.sche_tb tr{
	border-right: 1px solid #CCCCCC;
}
.sche_tb th{
	padding:15px;
	background:#f6f2e7;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.sche_tb td{
	padding:15px;
	background:#FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.index-campaign .eigyoeria_taisyo li{
	text-indent:-1em;
	padding-left:1em;
}
.campaign_kikan{
	display:inline-block;
	padding:10px 20px;
	font-size:150%;
	font-weight:bold;
	line-height:110%;
	background:#eb6200;
	color:#FFFFFF;
	margin:10px 0 40px 0;
}
.campaign_taisyo{
	margin-bottom:10px;
}
.campaign_taisyo p.campaign_taisyo_chusyaku{
	font-size:80%;
}
.taisyo_textRed{
	font-size:80%;
	color:#FF0000;
}
.index-campaign a{
	color:#eb6200;
	text-decoration:underline;
}

@media screen and (max-width: 768px) {
.index-campaign {
	padding: 74px 0px;
}
}
@media screen and (max-width: 768px) {
}

/*====================================
merit
====================================*/

.index-merit {
	width: 100%;
	height: auto;
	display: block;
	background: #ffd446;
	padding: 80px 0px 100px;
}
@media screen and (max-width: 768px) {
	.index-merit {
		padding: 74px 0px 11px;
		display: inline-block;
	}
	.index-merit .l-content2 {
		padding: 0px 15px;
	}
}
.index-merit .c-title01 h2 span {
	color: #ecc33f;
}
@media screen and (max-width: 768px) {
	.index-merit .c-title01 {
		margin-bottom: 36px;
	}
}
.index-merit .card1 {
	width: 100%;
	height: auto;
	background: #f6f2e7;
	text-align: center;
	position: relative;
	margin-top: 55px;
	padding: 45px 0px 50px;
	box-sizing: border-box;
	border: 2px solid #413732;
}
@media screen and (max-width: 768px) {
	.index-merit .card1 {
		padding: 30px 0px 35px;
		margin-bottom: 48px;
		margin-top: 0;
	}
	.index-merit .card1:nth-last-child(1) {
		padding-top: 54px;
	}
	.index-merit .card1:nth-last-child(2) {
		padding-top: 45px;
	}
}
.index-merit .card1 .point {
	position: absolute;
	left: -2px;
	top: -30px;
}
@media screen and (max-width: 768px) {
	.index-merit .card1 .point {
		top: -20px;
	}
}
.index-merit .card1 .point img {
	width: auto;
	height: 60px;
}
@media screen and (max-width: 768px) {
	.index-merit .card1 .point img {
		height: 45px;
	}
}
.index-merit .card1 h3 {
	font-size: 26px;
}
@media screen and (max-width: 768px) {
	.index-merit .card1 h3 {
		font-size: 22px;
	}
}
@media screen and (max-width: 768px) and (max-width: 374px) {
	.index-merit .card1 h3 {
		font-size: 22px;
	}
}
.index-merit .card1 .img1 {
	width: 100%;
	max-width: 326px;
	margin: 0 auto;
	margin-top: 15px;
}
.index-merit .card1 .img1.v2 {
	max-width: 320px;
}
@media screen and (max-width: 768px) {
	.index-merit .card1 .img1 {
		margin-top: 18px;
		max-width: 310px;
	}
}
@media screen and (max-width: 768px) and (max-width: 768px) {
	.index-merit .card1 .img1 {
		max-width: 360px;
		padding: 0px 20px;
	}
}
@media screen and (max-width: 768px) {
	.index-merit .card1 .img1.v2 {
		max-width: 360px;
    	padding: 0px 20px;
	}
}
.index-merit .card1 .img2 {
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
	margin-top: 25px;
	display: block;
}
@media screen and (max-width: 768px) {
	.index-merit .card1 .img2 {
		margin-top: 9px;
		max-width: 310px;
	}
}
@media screen and (max-width: 768px) and (max-width: 374px) {
	.index-merit .card1 .img2 {
		max-width: 260px;
	}
}
.index-merit .card1 .img4 {
	position: relative;
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
	margin-top: 0px;
	background: #fff;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 20px 30px;
	text-align: center;
}
.index-merit .card1 .img4 img {
	padding: 10px 0px;
}
@media screen and (max-width: 768px) {
	.index-merit .card1 .img4 {
		max-width: 310px;
		margin-top: 25px;
		margin-bottom: -10px;
		padding: 20px 30px;
	}
}
@media screen and (max-width: 768px) and (max-width: 374px) {
	.index-merit .card1 .img4 {
		max-width: 260px;
	}
}
.index-merit .card1 .img4 .txt1 {
	font-size: 14px;
	margin-top: 0px;
}
.index-merit .card1 .img4 .title {
	position: absolute;
	top: -12px;
	width: 100%;
	left: 0;
}
.index-merit .card1 .img4 .title h3 {
	background: #413833;
	width: auto;
	display: inline-block;
	color: #fff;
	padding: 1px 15px 2px;
	border-radius: 15px;
	font-size: 14px;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
	.index-merit .card1 .img4 .txt1 {
		margin-top: 0px !important;
		font-weight: 500;
	}
}
.index-merit .card1 .img3 {
	margin-top: 35px;
}
.index-merit .card1 .img3 img {
	width: 320px;
	height: auto;
	margin: 0px 5px;
}
@media screen and (max-width: 768px) {
	.index-merit .card1 .img3 {
		max-width: 310px;
		margin: 0 auto;
		margin-top: 30px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 768px) and (max-width: 374px) {
	.index-merit .card1 .img3 {
		max-width: 250px;
	}
}
@media screen and (max-width: 768px) {
	.index-merit .card1 .img3 img {
		width: 100%;
		margin: 0;
		margin-top: 10px;
	}
}
@media screen and (max-width: 768px) and (max-width: 374px) {
	.index-merit .card1 .img3 img {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	/* .index-merit .card1 .img3 img:last-child {
    width: 100%;
  } */
}
.index-merit .card1 .txt1 {
	font-size: 20px;
	font-weight: 500;
	margin-top: 20px;
}
.index-merit .card1 .txt2 {
	margin: 0 auto;
	max-width: 680px;
	text-align: left;
	font-size: 20px;
	font-weight: 500;
	margin-top: 10px;
	padding: 0px 0px;
}
.index-merit .card1 .txt2.v2 {
	margin-top: 37px;
	text-align: center;
}
@media screen and (max-width: 320px) {
	.index-merit .card1 .txt2.v2 {
		letter-spacing: -1px;
	}
}
@media screen and (max-width: 768px) {
	.index-merit .card1 .txt2 {
		padding: 0px 20px;
		margin-top: 20px;
		font-size: 19px;
		text-align: left;
	}
	.index-merit .card1 .txt2.v2 {
		margin-top: 37px;
		text-align: center;
	}
}
.index-merit .card1 .txt2 span {
	font-size: 25px;
	color: #eb6200;
	font-weight: 600;
}
@media screen and (max-width: 768px) {
	.index-merit .card1 .txt2 span {
		font-size: 23px;
		letter-spacing: -1px;
	}
}
.index-merit .card1 .txt2 b {
	font-size: 40px;
	color: #eb6200;
	font-weight: 600;
	line-height: 28px;
}
@media screen and (max-width: 768px) {
	.index-merit .card1 .txt2 b {
		font-size: 30px;
		line-height: 25px;
		letter-spacing: -1px;
	}
}
.index-merit .card1 .txt3 {
	font-size: 20px;
	font-weight: 500;
	margin-top: 20px;
}
@media screen and (max-width: 768px) {
	.index-merit .card1 .txt3 {
		font-size: 25px;
	}
}
@media screen and (max-width: 768px) and (max-width: 374px) {
	.index-merit .card1 .txt3 {
		font-size: 22px;
	}
}
.index-merit .card1 .txt3 span {
	font-size: 25px;
	color: #eb6200;
	font-family: "din-2014", sans-serif;
	font-weight: 600;
}
@media screen and (max-width: 768px) {
	.index-merit .card1 .txt3 span {
		font-size: 35px;
		letter-spacing: -1px;
	}
}
@media screen and (max-width: 768px) and (max-width: 374px) {
	.index-merit .card1 .txt3 span {
		font-size: 30px;
	}
}
.index-merit .card1 .txt3 b {
	font-size: 40px;
	color: #eb6200;
	font-family: "din-2014", sans-serif;
	font-weight: 600;
	line-height: 28px;
}
@media screen and (max-width: 768px) {
	.index-merit .card1 .txt3 b {
		font-size: 30px;
		line-height: 25px;
		letter-spacing: -1px;
	}
}
.index-merit .card1 .c-btn02 {
	margin-top: 26px;
}
.index-merit .card1 .content1 {
	margin: 0 auto;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	max-width: 680px;
	padding-top: 40px;
	text-align: left;
}
@media screen and (max-width: 768px) {
	.index-merit .card1 .content1 {
		font-size: 18px;
		text-align: left;
		padding-left: 20px;
		padding-top: 30px;
	}
}
.index-merit .card1 .content1 .cl {
	color: #eb6200;
	font-size: 18px;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
	.index-merit .card1 .content1 .cl {
		font-size: 18px;
	}
}
@media screen and (max-width: 768px) and (max-width: 400px) {
	.index-merit .card1 .content1 .cl {
		font-size: 18px;
	}
}
.index-merit .card1 .content1 .fs {
	font-size: 18px;
	font-weight: 700;
	line-height: 27px;
}
@media screen and (max-width: 400px) {
	.index-merit .card1 .content1 .fs {
		font-size: 30px;
		line-height: 27px;
	}
}
.index-merit .card1 .note {
	margin: 0 auto;
	margin-top: 15px;
	max-width: 680px;
	text-align: left;
}
@media screen and (max-width: 768px) {
	.index-merit .card1 .note {
		margin-top: 9px;
		padding: 0px 20px;
		font-size: 13px;
		text-align: left;
	}
}
.index-merit .card1 .icon1 {
	max-width: 680px;
	margin: 0 auto;
	padding-top: 20px;
	margin-bottom: -10px;
	text-align: left;
}
@media screen and (max-width: 768px) {
	.index-merit .card1 .icon1 {
		text-align: left;
		padding-left: 17px;
		margin-bottom: -17px;
		padding-top: 22px;
	}
}
@media screen and (max-width: 768px) {
	.index-merit .card1 .icon1 img {
		width: 70px;
	}
}
@media screen and (min-width: 769px) {
	.index-merit .card1 .banner {
		width: 100%;
		max-width: 680px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 25px;
	}
	.index-merit .card1 .banner > * {
		width: calc(50% - 5px);
		height: auto;
		margin: 0;
	}
}

.index-merit .c-modal01 .txt1 {
	font-size: 16px;
	text-align: left;
	padding: 0px 25px;
	position: relative;
	z-index: 1;
	padding-top: 30px;
	font-weight: normal;
}
.index-merit .c-modal01 .txt2 {
	font-size: 14px;
	text-align: left;
	padding: 0px 25px;
	position: relative;
	z-index: 1;
	margin-top: 0;
	padding-top: 10px;
	font-weight: normal;
}
.index-merit .acc-box.js-acc-content.v2 {
	display: none;
}

/*====================================
merit-family
====================================*/
.index-merit-family {
	background: #fff;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
}
@media (min-width: 769px) {
	.index-merit-family {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
.index-merit-family .kv {
	margin-bottom: 14px;
}
@media (min-width: 769px) {
	.index-merit-family .kv {
		margin-bottom: 20px;
	}
}
.index-merit-family .ttl1 {
	font-size: 22px;
	margin-bottom: 5px;
}
@media (min-width: 375px) {
	.index-merit-family .ttl1 {
		font-size: 25px;
	}
}
@media (min-width: 769px) {
	.index-merit-family .ttl1 {
		font-size: 30px;
	}
}
.index-merit-family .ttl2 {
	width: auto;
	display: inline-block;
	position: relative;
	z-index: 1;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 40px;
}
@media (min-width: 769px) {
	.index-merit-family .ttl2 {
		font-size: 26px;
	}
}
.index-merit-family .ttl2:before {
	content: "";
	width: 100%;
	height: 12px;
	background: #ffd646;
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
}
.index-merit-family .content {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 0 20px 0 15px;
}
@media (min-width: 769px) {
	.index-merit-family .content {
		flex-direction: row;
		max-width: 800px;
		margin: 0 auto;
		padding: 0 20px;
	}
}
.index-merit-family .content .item {
	display: flex;
}
@media (min-width: 769px) {
	.index-merit-family .content .item {
		flex-direction: column;
		width: calc(100% / 3);
	}
}
.index-merit-family .content .item .img {
	width: 110px;
}
@media (min-width: 769px) {
	.index-merit-family .content .item .img {
		margin: 0 auto;
		width: 148px;
	}
}
.index-merit-family .content .item .txt {
	flex: 1;
	text-align: left;
}
.index-merit-family .content .item .txt h4 {
	font-size: 18px;
	margin-bottom: 5px;
}
@media (min-width: 769px) {
	.index-merit-family .content .item .txt h4 {
		font-size: 16px;
		margin-bottom: 10px;
	}
}
.index-merit-family .content .item .txt p {
	font-size: 15px;
	line-height: 1.65;
}
@media (min-width: 769px) {
	.index-merit-family .content .item .txt p {
		font-size: 14px;
	}
}


/*====================================
promise
====================================*/

.index-promise {
	width: 100%;
	height: auto;
	display: block;
	background: #ffd646;
	padding: 80px 0 100px;
}
@media screen and (max-width: 768px) {
	.index-promise {
		padding: 40px 0 70px;
	}
}
.index-promise .c-title01 h2 span {
	color: #ecc33f;
}
.index-promise p {
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	margin-top: 20px;
}
@media screen and (max-width: 768px) {
	.index-promise p {
		font-size: 20px;
		text-align: left;
		padding: 0px 10px;
	}
}
.index-promise .block {
	width: 100%;
	height: auto;
}
.index-promise .box {
	width: 100%;
	height: auto;
	background: #fff;
	border: 4px solid #413833;
	margin-top: 70px;
	border-radius: 5px;
	padding: 30px 20px 50px;
	box-sizing: border-box;
	position: relative;
	display: flex;
}
@media screen and (min-width: 769px) {
	.index-promise .box {
		justify-content: space-between;
		padding: 40px 20px 30px;
	}
}
@media screen and (max-width: 768px) {
	.index-promise .box {
		width: calc(100% + 20px);
		margin-left: -10px;
		flex-wrap: wrap;
		border: 3px solid #413833;
		padding: 80px 0px 20px;
		margin-top: 50px;
	}
}
.index-promise .box h3 {
	background: #413833;
	height: 52px;
	font-size: 21px;
	color: #fff;
	width: auto;
	display: inline-block;
	position: absolute;
	padding: 10px 30px;
	z-index: 1;
	top: -25px;
	left: -4px;
}
@media screen and (max-width: 768px) {
	.index-promise .box h3 {
		left: -13px;
		font-size: 19px;
		top: -30px;
		height: 78px;
	}
}
.index-promise .box h3::before {
	width: 50px;
	height: 100%;
	content: "";
	background: #413833;
	position: absolute;
	top: 0;
	z-index: -1;
	right: -8px;
	transform: skewX(10deg);
}
.index-promise .box .item {
	width: 100%;
	max-width: 33.3333333333%;
	text-align: center;
	padding: 0px 5px;
}
@media screen and (min-width: 769px) {
	.index-promise .box .item {
		width: auto;
	}
}
.index-promise .box .item .txt {
	text-align: left;
}
@media screen and (max-width: 768px) {
	.index-promise .box .item {
		max-width: 100%;
		display: flex;
		margin-bottom: 20px;
	}
	.index-promise .box .item .txt {
		width: calc(100% - 110px);
		text-align: left;
	}
	.index-promise .box .item:nth-child(3) {
		align-items: center;
	}
	.index-promise .box .item:nth-child(3) .txt {
		order: 1;
		padding-left: 25px;
	}
	.index-promise .box .item:nth-child(3) .txt p {
		padding-right: 0px;
	}
	.index-promise .box .item:nth-child(3) .img {
		order: 2;
	}
}
.index-promise .box .item .img {
	width: 148px;
	height: auto;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.index-promise .box .item .img {
		width: 110px;
	}
}
.index-promise .box .item h4 {
	font-size: 16px;
}
@media screen and (max-width: 768px) {
	.index-promise .box .item h4 {
		font-size: 19px;
	}
}
.index-promise .box .item p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.65;
	letter-spacing: 0;
	margin-top: 10px;
	text-align: left;
}
@media screen and (max-width: 768px) {
	.index-promise .box .item p {
		font-size: 15px;
		padding: 0px;
		padding-right: 5px;
		margin-top: 5px;
	}
}
.index-promise .box.ver2 h3 {
	left: auto;
	right: -4px;
}
@media screen and (max-width: 768px) {
	.index-promise .box.ver2 h3 {
		right: -13px;
		height: 78px;
	}
}
.index-promise .box.ver2 h3::before {
	right: auto;
	left: -8px;
	transform: skewX(-10deg);
}
.index-promise .box.ver2 .item {
	width: 100%;
	max-width: 25%;
	text-align: center;
}
.index-promise .box.ver2 .item .note {
	width: 100%;
	font-size: 12px;
	margin-top: 8px;
}
@media screen and (min-width: 769px) {
	.index-promise .box.ver2 .item {
		width: auto;
	}
}
@media screen and (max-width: 768px) {
	.index-promise .box.ver2 .item {
		max-width: 100%;
		display: flex;
		margin-bottom: 20px;
		flex-wrap: wrap;
		align-items: center;
	}
	.index-promise .box.ver2 .item .note {
		width: 100%;
		padding: 0px 25px;
		margin-top: 5px;
		font-size: 13px;
	}
	.index-promise .box.ver2 .item .txt {
		width: calc(100% - 110px);
		text-align: left;
	}
	.index-promise .box.ver2 .item:nth-child(2) .img img {
		width: 100%;
		padding: 0;
	}
	.index-promise .box.ver2 .item:nth-child(3) .txt, .index-promise .box.ver2 .item:nth-child(5) .txt {
		order: 1;
		padding-left: 25px;
	}
	.index-promise .box.ver2 .item:nth-child(3) .txt p, .index-promise .box.ver2 .item:nth-child(5) .txt p {
		padding-right: 0px;
	}
	.index-promise .box.ver2 .item:nth-child(3) .img, .index-promise .box.ver2 .item:nth-child(5) .img {
		order: 2;
	}
}
.index-promise .box.ver2 .item .img {
	width: 125px;
	height: 158px;
	display: flex;
	align-items: center;
}
@media screen and (max-width: 768px) {
	.index-promise .box.ver2 .item .img {
		width: 110px;
		height: 100px;
	}
	.index-promise .box.ver2 .item .img img {
		padding: 0px 17px;
	}
}


/*====================================
beneffits
====================================*/

.index-beneffits {
	width: 100%;
	height: auto;
	padding-top: 70px;
}
.index-beneffits .block {
	display: flex;
	padding: 60px 0px 100px;
}
@media screen and (max-width: 768px) {
	.index-beneffits .block {
		padding: 50px 0px 65px;
		flex-wrap: wrap;
		align-items: center;
		flex-direction: column;
	}
}
.index-beneffits .block .box {
	width: calc(50% - 30px);
	margin: 0px 15px;
	border-radius: 5px;
	border: 4px solid #413833;
	box-sizing: border-box;
	padding: 50px 30px;
}
@media screen and (max-width: 768px) {
	.index-beneffits .block .box {
		padding: 25px 30px;
		width: 100%;
		margin: 0 auto;
		margin-bottom: 25px;
		border: 2px solid #413833;
	}
}
.index-beneffits .block .box h3 {
	font-size: 22px;
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
}
.index-beneffits .block .box h3::before {
	content: "";
	width: 10px;
	height: 22px;
	background: #ecc43f;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.index-beneffits .block .box .image {
	width: 100%;
	max-width: 236px;
	margin: 0 auto;
	padding-bottom: 15px;
	position: relative;
}
@media screen and (max-width: 768px) {
	.index-beneffits .block .box .image {
		max-width: 280px;
	}
}
.index-beneffits .block .box .image span {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 10px;
}
.index-beneffits .block .box p {
	margin-top: 20px;
	font-size: 15px;
	line-height: 1.7;
	width: calc(100% + 30px);
	margin-left: -10px;
}
@media screen and (max-width: 768px) {
	.index-beneffits .block .box p {
		margin: 0 auto;
		width: 100%;
		font-size: 17px;
	}
	.index-beneffits .block .box p span {
		font-size: 15px;
	}
}


/*====================================
choose
====================================*/

.index-choose {
	width: 100%;
	height: auto;
	display: block;
	background: #ffd646;
	padding: 80px 0px 70px;
}
.index-choose .c-title01 h2 span {
	color: #ecc33f;
}
.index-choose .img-card1 {
	text-align: center;
	margin-top: 40px;
}
@media screen and (max-width: 768px) {
	.index-choose .img-card1 {
		max-width: 380px;
		margin: 0 auto;
		margin-top: 25px;
	}
}

.index-choose .cards {
	margin-top: 20px;
}
.index-choose .cards img {
	max-width: 250px;
}
@media (max-width: 767px) {
	.index-choose .cards img {
		width: 40vw;
	}
	.index-choose .cards.type1 .card1 img {
		width: 50vw;
	}
}
.index-choose .cards.type1 .card1 {
	text-align: center;
}
.index-choose .cards.type2 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}
.index-choose .cards.type3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
.index-choose .cards.type3 .wrap {
	display: flex;
	gap: 10px;
}

.index-choose .title1 {
	text-align: center;
	margin: 55px 0px 35px;
}
@media screen and (max-width: 768px) {
	.index-choose .title1 {
		margin: 50px 0px 0px;
	}
}
.index-choose .title1 h3 {
	width: auto;
	display: inline-block;
	color: #ffe083;
	background: #413833;
	font-size: 22px;
	font-weight: 800;
	border-radius: 25px;
	padding: 7px 22px;
}
@media screen and (max-width: 768px) {
	.index-choose .title1 h3 {
		font-size: 20px;
		letter-spacing: -1px;
	}
}
@media screen and (max-width: 768px) and (max-width: 374px) {
	.index-choose .title1 h3 {
		font-size: 17px;
		padding: 5px 15px;
	}
}
@media screen and (min-width: 769px) {
	.index-choose .slider2 {
		width: 100%;
		height: auto;
		display: flex;
		justify-content: space-between;
	}
	.index-choose .slider2.type1, .index-choose .slider2.type2{
		justify-content: center;
	}
	.index-choose .slider2.type1 .item1{
		margin: 0 auto !important;
	}
	.index-choose .slider2.type2 .slick-track{
		justify-content: center !important;
	}
	.index-choose .slider2.type2 .item1{
		margin: 0 8px !important;
	}
	.index-choose .slider2 .item1 {
		width: 100%;
		max-width: calc(50% - 18px);
		height: auto;
		position: relative;
		background: #f6f2e7;
		text-align: center;
		padding: 60px 0px 20px;
		box-shadow: 6px 6px 30px rgba(0, 0, 0, 0.2431372549);
	}
	.index-choose .slider2.v1 .item1 {
		max-width: calc(33% - 8px);
	}
	.index-choose .slider2 .item1 .title {
		position: absolute;
		left: -15px;
		top: -20px;
	}
	.index-choose .slider2 .item1 .title img {
		width: auto;
		height: 82px;
	}
	.index-choose .slider2 .item1 h3 {
		font-size: 23px;
		font-family: "Zen Kaku Gothic New", sans-serif;
		margin-bottom: 20px;
	}
	.index-choose .slider2 .item1 .card1 {
		width: 100%;
		max-width: 320px;
		height: auto;
		margin: 0 auto;
		position: relative;
		z-index: 1;
	}
	/*.index-choose .slider2 .item1 .card1::before {
		content: "";
		width: calc(100% + 40px);
		height: 50px;
		left: -20px;
		bottom: -30px;
		position: absolute;
		z-index: -1;
		background: url("../images/common/choose-card.png") no-repeat center bottom;
		background-size: 100% auto;
	}
	.index-choose .slider2 .item1.v2 .card1::before {
		bottom: -13px;
	}*/
	.index-choose .slider2.v1 .item1 .card1 img {
		width: 80%;
		margin: 0 auto;
	}
	.index-choose .slider2 .item1 .text1 {
		margin-top: 20px;
		padding: 0 20px;
		font-size: 13px;
		font-weight: bold;
	}
	.index-choose .slider2.ver2 .item1 .card1 {
		max-width: 270px;
	}
	.index-choose .slider2.ver2 .item1 .card1::before {
		content: "";
		width: 18px;
		height: 100%;
		left: -30px;
		bottom: auto;
		top: 0px;
		position: absolute;
		z-index: -1;
		background: url("../images/common/choose-ic1.png") no-repeat center;
		background-size: 100% auto;
	}
	.index-choose .slider2.ver2 .item1:nth-child(2) .card1 {
		max-width: 270px;
	}
	.index-choose .slider2.ver2 .item1:nth-child(2) .card1::before {
		content: "";
		left: -30px;
		height: 100%;
		top: 0px;
		background: url("../images/common/choose-ic2.png") no-repeat center;
		background-size: 100% auto;
	}
}
@media screen and (max-width: 768px) {
	.index-choose .slider2 {
		width: calc(100% + 40px);
		margin-left: -20px;
		height: auto;
		display: flex;
		justify-content: space-between;
		overflow: hidden;
	}

	.index-choose .slider2.type1 .item1{
		width: 100% !important;
		max-width: 100% !important;
	}
	.index-choose .slider2.type1 .slick-track{
		width: 100% !important;
	}
	.index-choose .slider2.type1 .slick-list{
		width: 100% !important;
	}
	.index-choose .slider2.type1 .slick-dots{
		display: none;
	}
	.index-choose .slider2 .slick-list {
		padding-right: 30px;
		padding-left: 30px;
		padding-bottom: 30px;
	}
	.index-choose .slider2 .item1 {
		width: 100%;
		max-width: calc(50% - 18px);
		height: auto;
		position: relative;
		background: #f6f2e7;
		text-align: center;
		padding: 25px 5px;
		margin: 35px 10px 0px 10px;
	}
	.index-choose .slider2 .item1 .title {
		position: absolute;
		left: -20px;
		top: -15px;
	}
}
@media screen and (max-width: 768px) {
	.index-choose .slider2 .item1 .title img {
		width: auto;
		height: 65px;
	}
}
@media screen and (max-width: 768px) and (max-width: 374px) {
	.index-choose .slider2 .item1 .title img {
		height: 55px;
	}
}
@media screen and (max-width: 768px) {
	.index-choose .slider2 .item1 h3 {
		font-size: 23px;
		font-family: "Zen Kaku Gothic New", sans-serif;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 768px) and (max-width: 374px) {
	.index-choose .slider2 .item1 h3 {
		font-size: 20px;
	}
}
@media screen and (max-width: 768px) {
	.index-choose .slider2 .item1 .card1 {
		width: 100%;
		max-width: 320px;
		height: auto;
		margin: 0 auto;
		position: relative;
		box-sizing: border-box;
		padding: 0px 20px;
		z-index: 1;
	}
	/*.index-choose .slider2 .item1 .card1::before {
		content: "";
		width: calc(100% + 40px);
		height: 50px;
		left: -15px;
		bottom: -30px;
		position: absolute;
		z-index: -1;
		background: url("../images/common/choose-card.png") no-repeat center bottom;
		background-size: 100% auto;
	}
	.index-choose .slider2 .item1.v2 .card1::before {
		bottom: -10px;
	}*/
	.index-choose .slider2 .item1 + p {
		font-size: 18px;
		margin-top: 30px;
		font-weight: bold;
		line-height: 1.9;
	}
	.index-choose .slider2 .item1 p.text1 {
		/*position: absolute;
		left: 0;
		bottom: 10px;*/
		font-size: 12px;
		line-height: 1.5;
		width: 100%;
		text-align: center;
		margin-top: 20px;
		padding: 0 10px;
	}
	.index-choose .slider2.ver2 .item1 {
		padding: 25px 5px 30px;
	}
	.index-choose .slider2.ver2 .item1 .card1 {
		max-width: 270px;
		padding: 0px 45px;
	}
	.index-choose .slider2.ver2 .item1 .card1::before {
		content: "";
		width: 18px;
		height: 100%;
		left: 15px;
		bottom: auto;
		top: 0px;
		position: absolute;
		z-index: -1;
		background: url("../images/common/choose-ic1.png") no-repeat center;
		background-size: 100% auto;
	}
	.index-choose .slider2.ver2 .item1:nth-child(2) .card1 {
		max-width: 270px;
	}
	.index-choose .slider2.ver2 .item1:nth-child(2) .card1::before {
		content: "";
		left: 20px;
		height: 100%;
		top: 0px;
		background: url("../images/common/choose-ic2.png") no-repeat center;
		background-size: 100% auto;
	}
	.index-choose .slider2 .next-arrow, .index-choose .slider2 .prev-arrow {
		width: 30px;
		position: absolute;
		border-radius: 5px;
		right: 18px;
		top: 50%;
		transform: translateY(-50%);
		z-index: 9999;
		cursor: pointer;
	}
	.index-choose .slider2 .next-arrow::after, .index-choose .slider2 .prev-arrow::after {
		background: url("../images/common/icon_modal_arrow2.png") 0 0/contain no-repeat;
		content: "";
		display: block;
		width: 100%;
		height: 39px;
		left: 0;
		top: 0;
	}
	.index-choose .slider2 .next-arrow.slick-disabled, .index-choose .slider2 .prev-arrow.slick-disabled {
		cursor: unset;
	}
	.index-choose .slider2 .next-arrow.slick-disabled::after, .index-choose .slider2 .prev-arrow.slick-disabled::after {
		opacity: 0.5;
	}
	.index-choose .slider2 .prev-arrow {
		right: auto;
		left: 18px;
	}
	.index-choose .slider2 .prev-arrow::after {
		transform: rotate(180deg);
	}
	.index-choose .slider2 .slick-dots {
		bottom: 2px;
		z-index: 11;
	}
	.index-choose .slider2 .slick-dots li {
		margin: 0px 2px;
	}
}
@media screen and (max-width: 768px) and (max-width: 768px) {
	.index-choose .slider2 .slick-dots li {
		width: 15px;
		height: 15px;
	}
}
@media screen and (max-width: 768px) and (max-width: 768px) {
	.index-choose .slider2 .slick-dots li button {
		width: 15px;
		height: 15px;
		padding: 2px;
	}
}
@media screen and (max-width: 768px) {
	.index-choose .slider2 .slick-dots li button::before {
		content: "●";
		color: #e9a039;
		opacity: 1;
		font-size: 15px;
		position: absolute;
		z-index: 9;
	}
}
@media screen and (max-width: 768px) and (max-width: 768px) {
	.index-choose .slider2 .slick-dots li button::before {
		font-size: 10px;
	}
}
@media screen and (max-width: 768px) {
	.index-choose .slider2 .slick-dots li.slick-active button::before {
		content: "●";
		color: #eb6200;
		opacity: 1;
		font-size: 20px;
	}
}
@media screen and (max-width: 768px) and (max-width: 768px) {
	.index-choose .slider2 .slick-dots li.slick-active button::before {
		font-size: 15px;
	}
}
@media screen and (min-width: 769px) {
	.index-choose .slider2 .slick-list {
		width: 100% !important;
		transform: unset !important;
		overflow: unset !important;
		margin: 0 !important;
		display: flex !important;
		justify-content: center !important;
	}
	.index-choose .slider2 .slick-track {
		width: 100% !important;
		height: auto !important;
		display: flex !important;
		justify-content: space-between !important;
		transform: unset !important;
		overflow: unset !important;
		margin: 0 !important;
	}
	.index-choose .slider2 .slick-track:before, .index-choose .slider2 .slick-track:after {
		display: none;
	}
	.index-choose .slider2 .item1 {
		width: 100% !important;
		margin: 0 !important;
	}
}
.index-choose .slider2.ver2 .card1 + p {
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
	line-height: 1.9;
}
.index-choose .slider2.ver2 .item1 .note {
	padding: 0 10px;
}
@media (min-width: 769px) {
	.index-choose .slider2.ver2 .item1 {
		padding-bottom: 40px;
	}
}

/*====================================
クレジットスピード発番！とは
====================================*/
.about-supihatsu {
	font-weight: 500;
	text-align: center;
	margin-top: 50px;
}
.about-supihatsu .ttl {
	position: relative;
	margin-bottom: 20px;
	border-bottom: 2px solid #EB6200;
	display: inline-block;
	padding-bottom: 5px;
	font-size: 18px;
}
.about-supihatsu .ttl strong {
	font-size: 22px;
	color: #eb6200;
}
.about-supihatsu .ttl:after {
	position: absolute;
	top: 99%;
	left: 50%;
	transform: translateX(-50%) skew(-25deg);
	height: 15px;
	width: 10px;
	border-right: 2px solid #EB6200;
	background-color: #ffd646;
	content: "";
}
.about-supihatsu .txt {
	font-size: 16px;
}
.about-supihatsu .txt strong {
	color: #eb6200;
	font-size: inherit;
}


/*====================================
flow
====================================*/

.index-flow {
	width: 100%;
	height: auto;
	display: block;
	padding: 80px 0px 120px;
}
@media screen and (max-width: 768px) {
	.index-flow {
		padding: 40px 0px 20px;
	}
}
@media screen and (max-width: 768px) {
	.index-flow .c-title01 {
		width: calc(100% + 40px);
		margin-left: -20px;
	}
}
.index-flow .c-title01 span {
	color: #f6f2e7;
}
.index-flow .c-tab01 {
	margin-top: 45px;
}
.index-flow .c-tab01__box {
	padding: 45px 0px 30px;
}
.index-flow .c-tab01 h2.title{
	position: relative;
}
.index-flow .c-tab01 h2.title span{
	position: absolute;
	width: 100%;
	background: #fff;
	padding-bottom: 20px;
	display: block;
	left: 0;
	top: 0;
	text-align: center;
	line-height: 1;
	font-weight: 700;
	font-size: 22px;
}
@media screen and (max-width: 768px) {
	.index-flow .c-tab01 h2.title span{
		font-size: 18px;
	}
}
.index-flow .c-tab01 h2.title span strong{
	font-size: 22px;
	font-weight: 700;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 768px) {
	.index-flow .c-tab01 h2.title span strong{
		font-size: 18px;
	}
}
.index-flow .c-tab01 h2.title span strong::after{
	content: '';
	background: #ffdd5a;
	width: 100%;
	height: 12px;
	position: absolute;
	z-index: -1;
	left: 0;
	bottom: 1px;
}
@media screen and (max-width: 768px) {
	.index-flow .c-tab01 h2.title span strong::after{
		height: 8px;
	}
}
.index-flow .c-tab01 h2.title span strong small{
	font-size: 30px;
	font-weight: 900;
}
@media screen and (max-width: 768px) {
	.index-flow .c-tab01 h2.title span strong small{
		font-size: 25px;
	}
}
.index-flow .c-tab01 .slider1, .index-flow .c-tab01 .slider4 {
	border: 2px solid #413833;
	width: 100%;
	max-width: 420px;
	margin: 25px auto 45px;
	text-align: center;
}
.index-flow .c-tab01 .slider1 .item1, .index-flow .c-tab01 .slider4 .item1 {
	padding: 30px 0px;
	position: relative;
	min-height: 160px;
}
.index-flow .c-tab01 .slider1 .item1 .number, .index-flow .c-tab01 .slider4 .item1 .number {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #413833;
	border-radius: 0px 0 20px 0;
	color: #fff;
	font-size: 22px;
	height: 38px;
	left: 0px;
	position: absolute;
	padding-right: 2px;
	top: -2px;
	width: 38px;
	font-weight: 800;
	letter-spacing: -2px;
}
.index-flow .c-tab01 .slider1 .item1 h3, .index-flow .c-tab01 .slider4 .item1 h3 {
	font-size: 20px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
	width: 100%;
	position: relative;
	display: block;
}
.index-flow .c-tab01 .slider1 .item1 h3 span, .index-flow .c-tab01 .slider4 .item1 h3 span {
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	left: 0px;
	top: 0px;
}
.index-flow .c-tab01 .slider1 .item1 h3 span img, .index-flow .c-tab01 .slider4 .item1 h3 span img {
	width: 106px;
	margin: 0 auto;
}
.index-flow .c-tab01 .slider1 .item1 p, .index-flow .c-tab01 .slider4 .item1 p {
	width: 100%;
	max-width: 410px;
	padding: 0px 25px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	line-height: 1.8;
}
.index-flow .c-tab01 .slider1 .item1 ul, .index-flow .c-tab01 .slider4 .item1 ul {
	padding: 0px 15px;
}
.index-flow .c-tab01 .slider1 .next-arrow, .index-flow .c-tab01 .slider1 .prev-arrow, .index-flow .c-tab01 .slider4 .next-arrow, .index-flow .c-tab01 .slider4 .prev-arrow {
	background: #d0cecd;
	width: 30px;
	position: absolute;
	border-radius: 5px;
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
	cursor: pointer;
}
.index-flow .c-tab01 .slider1 .next-arrow::after, .index-flow .c-tab01 .slider1 .prev-arrow::after, .index-flow .c-tab01 .slider4 .next-arrow::after, .index-flow .c-tab01 .slider4 .prev-arrow::after {
	background: url("../images/common/icon_modal_arrow.png") 0 0/contain no-repeat;
	content: "";
	display: block;
	width: 100%;
	height: 47px;
	left: 0;
	top: 0;
}
.index-flow .c-tab01 .slider1 .next-arrow.slick-disabled, .index-flow .c-tab01 .slider1 .prev-arrow.slick-disabled, .index-flow .c-tab01 .slider4 .next-arrow.slick-disabled, .index-flow .c-tab01 .slider4 .prev-arrow.slick-disabled {
	cursor: unset;
}
.index-flow .c-tab01 .slider1 .next-arrow.slick-disabled::after, .index-flow .c-tab01 .slider1 .prev-arrow.slick-disabled::after, .index-flow .c-tab01 .slider4 .next-arrow.slick-disabled::after, .index-flow .c-tab01 .slider4 .prev-arrow.slick-disabled::after {
	opacity: 0.5;
}
.index-flow .c-tab01 .slider1 .prev-arrow, .index-flow .c-tab01 .slider4 .prev-arrow {
	right: auto;
	left: -15px;
}
.index-flow .c-tab01 .slider1 .prev-arrow::after, .index-flow .c-tab01 .slider4 .prev-arrow::after {
	transform: rotate(180deg);
}
.index-flow .c-tab01 .slider1 .slick-dots, .index-flow .c-tab01 .slider4 .slick-dots {
	bottom: -35px;
}
.index-flow .c-tab01 .slider1 .slick-dots li, .index-flow .c-tab01 .slider4 .slick-dots li {
	margin: 0px 2px;
}
.index-flow .c-tab01 .slider1 .slick-dots li button::before, .index-flow .c-tab01 .slider4 .slick-dots li button::before {
	content: "●";
	color: #f9d199;
	opacity: 1;
	font-size: 15px;
}
.index-flow .c-tab01 .slider1 .slick-dots li.slick-active button::before, .index-flow .c-tab01 .slider4 .slick-dots li.slick-active button::before {
	content: "●";
	color: #eb6200;
	opacity: 1;
	font-size: 20px;
}
.index-flow .c-tab01 p {
	font-size: 14px;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.index-flow .c-tab01 .m-notebox {
	padding: 0px 50px;
	padding-top: 20px;
	text-align: left;
	line-height: 24px;
}
.index-flow .c-tab01 .m-notebox h4 {
	font-size: 16px;
	margin-bottom: 10px;
}
.index-flow .c-tab01 .m-notebox .note {
	margin-top: 10px;
	margin-bottom: 10px;
}
.index-flow .c-tab01 .m-notebox dt {
	font-weight: bold;
}
.index-flow .c-tab01 .m-notebox a {
	display: inline-block;
}
@media screen and (max-width: 768px) {
	.index-flow .c-tab01 .m-notebox {
		padding: 0;
		padding-top: 20px;
	}
}


/*====================================
info
====================================*/

.index-info {
	width: 100%;
	height: auto;
	display: block;
}
@media screen and (max-width: 768px) {
	.index-info {
		overflow: hidden;
	}
}
.index-info .bg {
	width: 100%;
	background: #ffd646;
	display: inline-block;
}
.index-info .bg .c-title01 {
	padding-top: 80px;
}
@media screen and (max-width: 768px) {
	.index-info .bg .c-title01 {
		padding-top: 40px;
		width: calc(100% + 40px);
		margin-left: -20px;
	}
}
.index-info .bg .c-title01 span {
	color: #ecc43f;
}
@media screen and (max-width: 768px) {
	.index-info .bg .c-title01 span {
		letter-spacing: 2px;
	}
}
.index-info .block {
	display: flex;
	justify-content: center;
	margin-top: 45px;
	margin-bottom: 0px;
	flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
	.index-info .block {
		margin-top: 30px;
		margin-bottom: 0px;
	}
}

.index-info .block.type2,
.index-info .block.type3 {
	gap: 10px;
}
@media (min-width: 769px) {
	.index-info .block.type2 {
		gap: 30px;
	}
}
@media (min-width: 769px) {
	.index-info .block.type3 {
		gap: 20px 30px;
	}
}

.index-info .block.type3 .card1:first-child {
	margin: 0 25%;
}
@media screen and (max-width: 768px) {
	.index-info .block.type3 .card1:first-child {
		padding: 0px;
		width: calc(50% - 5px);
	}
}
.index-info .block .card1 {
	width: 50%;
	max-width: 320px;
	box-sizing: border-box;
	padding: 0px 0px;
	text-align: center;
}
@media (max-width: 768px) {
	.index-info .block .card1 {
		width: calc(50% - 5px);
	}
}

/*.index-info .block .card1.v1 {
	margin: 0 25% 20px;
}
@media screen and (max-width: 768px) {
	.index-info .block .card1 {
		padding: 0px;
		width: calc(50% - 5px);
		margin-right: 10px;
	}
	.index-info .block .card1:last-child {
		margin-right: 0;
	}
}*/
.index-info .block .card1 h3 {
	font-size: 24px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	display: inline-block;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 768px) {
	.index-info .block .card1 h3 {
		font-size: 15px;
		letter-spacing: -2px;
	}
}
@media screen and (max-width: 320px) {
	.index-info .block .card1.v2 h3 {
		letter-spacing: -2px;
	}
}
@media (min-width: 321px) and (max-width: 350px) {
	.index-info .block .card1.v2 h3 {
		letter-spacing: -1px;
	}
}
.index-info .block .card1 h3::before {
	content: "";
	width: 100%;
	height: 11px;
	background: #ffe27e;
	position: absolute;
	z-index: -1;
	bottom: -2px;
}
@media screen and (max-width: 768px) {
	.index-info .block .card1 h3::before {
		height: 7px;
	}
}
.index-info .block .card1 .img {
	width: 100%;
	margin-top: 15px;
}
@media screen and (max-width: 768px) {
	.index-info .block .card1 .img {
		padding: 0px;
	}
}
.index-info .block .card1 .c-btn01 {
	margin-top: 25px;
}
@media screen and (max-width: 768px) {
	.index-info .block .card1 .c-btn01 {
		margin-top: 45px;
	}
	.index-info .block .card1 .c-btn01 a {
		font-size: 20px;
		height: 70px;
	}
	.index-info .block .card1 .c-btn01 a span {
		font-size: 10px;
	}
	.index-info .block .card1 .c-btn01 a::after {
		height: 8px;
		width: 8px;
		right: 10px;
	}
}
.index-info .block.btns {
	margin-top: 0px;
	margin-bottom: 65px;
}
@media screen and (min-width: 769px) {
	.index-info .block.btns {
		margin: 0 auto;
		margin-bottom: 45px;
		margin-top: 25px;
		max-width: 520px;
		flex-wrap: wrap;
	}
	.index-info .block.btns .card1 {
		width: 100%;
		margin: 0 auto;
		max-width: 520px;
		padding: 0;
	}
	.index-info .block.btns .card1 .c-btn01 {
		margin-top: 10px;
	}
	.index-info .block.btns .card1 .c-btn01 a {
		height: 56px;
		font-size: 16px;
	}
}
@media screen and (max-width: 768px) {
	.index-info .block.btns {
		margin: 0 auto;
		margin-bottom: 45px;
		margin-top: 25px;
		max-width: 315px;
		flex-wrap: wrap;
	}
	.index-info .block.btns .card1 {
		width: 100%;
		margin: 0 auto;
	}
	.index-info .block.btns .card1 .c-btn01 {
		margin-top: 10px;
	}
}
.index-info .card-info {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	border-bottom: 2px solid #f6f2e7;
	padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
	.index-info .card-info {
		flex-wrap: wrap;
	}
}
.index-info .card-info-list {
	width: 48%;
}
@media screen and (max-width: 768px) {
	.index-info .card-info-list {
		width: 100%;
	}
}
.index-info .card-info-list > dt {
	margin-top: 25px;
	padding: 6px 0;
	text-align: center;
	background: #f6f2e7;
	font-size: 16px;
	font-weight: 700;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.index-info .card-info-list > dd {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7;
	font-family: "Zen Kaku Gothic New", sans-serif;
	padding-top: 15px;
}
@media screen and (max-width: 768px) {
	.index-info .card-info-list > dd {
		font-size: 15px;
	}
}
.index-info .note {
	line-height: 1.7;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 14px;
	margin-top: 25px;
}
.index-info .note-right {
	width: 100%;
	height: auto;
	display: block;
	text-align: right;
	margin-top: 10px;
	font-size: 14px;
}
@media screen and (max-width: 768px) {
	.index-info .note {
		font-size: 14px;
	}
}


/*====================================
Q&A
====================================*/

.index-faq {
	margin-top: 80px;
}
@media screen and (max-width: 768px) {
	.index-faq .l-content2 {
		padding: 0px;
	}
}
.index-faq .faq {
	margin-top: 30px;
	border-bottom: 2px solid #413833;
}
.index-faq .faq dt {
	align-items: baseline;
	border-top: 2px solid #413833;
	padding: 10px 0px 15px;
}
@media screen and (max-width: 768px) {
	.index-faq .faq dt {
		align-items: unset;
		padding: 10px 0px;
	}
}
.index-faq .faq dt.js-acc2-opener {
	cursor: pointer;
	position: relative;
	display: flex;
}
.index-faq .faq dt.js-acc2-opener::before, .index-faq .faq dt.js-acc2-opener::after {
	background: #413833;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 1em;
	top: 50%;
	right: 1em;
}
.index-faq .faq dt.js-acc2-opener::after {
	transform: translateY(-52%) rotate(90deg);
}
.index-faq .faq dt.js-acc2-opener.is-opened::after {
	transform: translateY(-50%);
}
.index-faq .faq dd .is-flex {
	display: flex;
	padding-bottom: 20px;
}
.index-faq .faq .faq-txt {
	width: 85%;
	font-size: 18px;
	line-height: 1.6;
}
@media screen and (max-width: 768px) {
	.index-faq .faq .faq-txt {
		font-size: 17px;
		width: calc(100% - 70px);
	}
}
.index-faq .faq .faq-txt .flow {
	padding: 20px 0 0;
	margin-top: 15px;
	width: 100%;
	border-top: 1px dotted #413833;
}
.index-faq .faq .faq-txt p {
	font-size: inherit;
}
.index-faq .faq .faq-txt h3 {
	font-size: 16px;
	margin-bottom: 10px;
}

.index-faq .faq .faq-txt ol {
	counter-reset: item;
}

.index-faq .faq .faq-txt ol li:before {
	counter-increment: item;
	content: counter(item)'.';
	padding-right: .5em;
}
.index-faq .faq .note1 {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 14px;
	line-height: 1.5;
}
@media screen and (max-width: 768px) {
	.index-faq .faq .note1 {
		font-size: 13px;
		display: block;
		line-height: 1.6;
	}
}
.index-faq .faq .faq-q, .index-faq .faq .faq-a {
	color: #eb6200;
	font-weight: 600;
	font-size: 30px;
	width: 7%;
	position: relative;
	z-index: 5;
}
@media screen and (max-width: 768px) {
	.index-faq .faq .faq-q, .index-faq .faq .faq-a {
		width: 40px;
	}
}
.index-faq .faq .faq-a {
	color: #7f7b69;
}
.index-faq .faq .table {
	width: 93%;
	padding-top: 40px;
}
.index-faq .faq .table-content {
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
	.index-faq .faq .table {
		width: 100%;
		margin-left: -30px;
		position: relative;
		z-index: 4;
		padding-top: 0px;
	}
}
.index-faq .note {
	margin-top: 70px;
}
@media screen and (max-width: 768px) {
	.index-faq .note {
		margin-top: 50px;
	}
}
.index-faq .note p {
	font-size: 16px;
	line-height: 1.7;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768px) {
	.index-faq .note p {
		font-size: 14px;
	}
}
.index-faq .note p b {
	line-height: 2;
	font-size: 16px;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width: 769px) {
	.index-faq .note p b {
		font-size: 25px;
	}
}
.index-faq .note p span {
	font-size: 16px;
	line-height: 1.7;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width: 769px) {
	.index-faq .note p span {
		font-size: 14px;
	}
	.index-faq .note p span a::after {
		width: 12px;
		height: 12px;
	}
}
.index-faq .note a {
	width: auto;
	display: inline-block;
	margin-right: 5px;
}

/*====================================
お問い合わせ
====================================*/

.index-faq .c-card1 {
	width: 100%;
	height: auto;
	max-width: 1050px;
	border: 2px solid #413833;
	box-sizing: border-box;
	margin: 40px auto;
}
@media screen and (max-width: 768px) {
	.index-faq .c-card1 {
		max-width: 100%;
	}
}
.index-faq .c-card1 h3 {
	height: 60px;
	background: #413833;
	color: #fff;
	text-align: center;
	font-family: "Zen Kaku Gothic New", sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	padding-bottom: 2px;
}
@media screen and (max-width: 768px) {
	.index-faq .c-card1 h3 {
		height: auto;
		align-items: unset;
		padding: 4px 0px 8px;
		font-size: 17px;
	}
}
.index-faq .c-card1 .content {
	padding: 10px 10px 20px;
	text-align: center;
}
@media (min-width: 769px) {
	.index-faq .c-card1 .content {
		padding: 30px;
	}
}
.index-faq .c-card1 .content .ttl {
	background: #f6f2e7;
	font-size: 16px;
	padding: 10px;
	margin-bottom: 1rem;
}
@media (min-width: 769px) {
	.index-faq .c-card1 .content .ttl {
	font-size: 18px;
	}
}
.index-faq .c-card1 .content .detail {
	font-size: 18px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
@media (max-width: 768px) {
	.index-faq .c-card1 .content .detail {
		flex-direction: column;
	}
}
.index-faq .c-card1 .content .detail .num {
	font-size: 39px;
	font-weight: 600;
	letter-spacing: 1px;
}
@media (min-width: 769px) {
	.index-faq .c-card1 .content .detail .num {
		font-size: 50px;
	}
}
@media (min-width: 850px) {
	.index-faq .c-card1 .content .detail .num {
		letter-spacing: 2px;
	}
}
.index-faq .c-card1 .content .detail span {
	font-size: 16px;
}
@media (min-width: 769px) {
	.index-faq .c-card1 .content .detail span {
		margin-top: 10px;
	}
}
@media (min-width: 850px) {
	.index-faq .c-card1 .content .detail span {
		font-size: 18px;
	}
}
.index-faq .c-card1 .content .note {
	font-size: 16px;
}


/*====================================
link
====================================*/

.c-link01 {
	color: #eb6200;
	display: block;
	text-decoration: underline;
	transition: 0.3s;
	position: relative;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.c-link01::after {
	background-image: url("../images/common/ic-link.png");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 14px;
	margin-left: 0.5em;
	width: 14px;
}
@media screen and (max-width: 768px) {
	.c-link01::after {
		height: 11px;
		width: 11px;
	}
}
.c-link01:hover {
	opacity: 0.7;
}
.c-link02 {
	display: block;
	text-decoration: underline;
	transition: 0.3s;
}
.c-link02:hover {
	opacity: 0.7;
}


/*====================================
modal
====================================*/

.modal {
	position: relative;
	z-index: 100;
}
.modal-overlay {
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}
.modal-container {
	background: #fff;
	border-radius: 8px;
	box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.1);
	max-height: 85vh;
	position: relative;
	width: 90%;
	z-index: 10000;
	max-width: 1000px;
}
@media screen and (max-width: 768px) {
	.modal-container {
		width: 100%;
		padding: 0px 20px;
		box-shadow: unset;
		background: unset;
		max-height: 90vh;
	}
	.modal-container .c-title01 {
		width: 100%;
		overflow: hidden;
	}
	.modal-container .c-title01 h2 {
		font-size: 20px;
	}
	.modal-container .c-title01 h2 span {
		font-size: 45px;
	}
}
.modal-scroll {
	text-align: center;
	overflow-y: auto;
	height: auto;
	max-height: 85vh;
	border-radius: 8px;
	background: #fff;
	scrollbar-color: #eb6200 transparent;
	scrollbar-width: thin;
}
@media (max-width: 768px) {
	.modal-scroll {
		max-height: 90vh;
	}
}
@media screen and (min-width: 769px) {
	.modal-scroll::-webkit-scrollbar-track {
		border-radius: 8px;
		background-color: transparent;
	}
	.modal-scroll::-webkit-scrollbar {
		width: 8px;
		background-color: transparent;
	}
	.modal-scroll::-webkit-scrollbar-thumb {
		border-radius: 8px;
		background-color: #eb6200;
	}
}
.modal-close {
	background: #fff;
	border: 2px solid #eb6200;
	border-radius: 100px;
	color: #cb8617;
	height: 40px;
	position: absolute;
	z-index: 9;
	width: 40px;
	top: 10px;
	right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 768px) {
	.modal-close {
		right: 5px;
		position: absolute;
		top: -10px;
	}
}
.modal-close:before {
	font-size: 22px;
	color: #eb6200;
	content: "✕";
	line-height: 19px;
	height: 22px;
}
.micromodal-slide {
	display: none;
}
.micromodal-slide.is-open {
	display: block;
}
.micromodal-slide[aria-hidden=false] .modal-overlay {
	animation: mmfadeIn 0.3s;
}
.micromodal-slide[aria-hidden=false] .modal-container {
	animation: mmslideIn 0.3s;
}
.micromodal-slide[aria-hidden=true] .modal-overlay {
	animation: mmfadeOut 0.3s;
}
.micromodal-slide[aria-hidden=true] .modal-container {
	animation: mmslideOut 0.3s;
}
.c-modal01 {
	width: 100%;
	height: auto;
	padding: 25px 0px 0px;
	max-width: 715px;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: center;
	display: block;
}
@media screen and (max-width: 768px) {
	.c-modal01 {
		padding: 0px;
		padding-bottom: 0px;
		padding-top: 25px;
		border-radius: 0px;
		/* box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.1); */
		overflow: hidden;
	}
}
.c-modal01 .c-title01 {
	margin-bottom: 20px;
	display: block;
}
@media screen and (min-width: 769px) {
	.c-modal01 .c-title01 {
		margin-top: 20px;
	}
	.c-modal01 .c-title01 h2 {
		font-size: 30px;
		padding-top: 8px;
	}
	.index-merit .c-modal01 .c-title01 h2 span {
		font-size: 55px;
		letter-spacing: normal;
		top: -30px;
		color: #e7e3d8;
		font-weight: 800;
	}
	.index-merit .card1 .c-modal01 .img1 {
		max-width: 738px;
		margin-top: 40px;
	}
	.index-merit .card1 .acc-box {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.c-modal01 .c-title01 {
		margin-bottom: 10px;
	}
	.c-modal01 .c-title01 h2 {
		font-size: 20px;
		padding-top: 8px;
	}
	.index-merit .c-modal01 .c-title01 h2 span {
		font-size: 55px;
		letter-spacing: normal;
		top: -30px;
		font-weight: 800;
		color: #e7e3d8;
	}
}
.c-modal01 .txt1 {
	font-size: 16px;
	text-align: left;
	padding: 0px 25px;
	position: relative;
	z-index: 1;
	padding-top: 30px;
}
.c-modal01 .txt2 {
	font-size: 14px;
	text-align: left;
	padding: 0px 25px;
	position: relative;
	z-index: 1;
	padding-top: 10px;
}
@media screen and (min-width: 769px) {
	.c-modal01 .txt1 {
		text-align: center;
	}
	.c-modal01 .txt2 {
		text-align: center;
	}
}
.c-modal01 .txt1::before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 60px;
	height: 3px;
	background: #aaaaaa;
	border-radius: 2px;
	left: 50%;
	top: 10px;
	transform: translateX(-50%);
}
.c-modal01 .txt1 a {
	font-size: 16px;
}
.c-modal01 .txt1 a::after {
	width: 14px;
	height: 14px;
}
.c-modal01 .title1 {
	font-size: 20px;
	text-align: center;
}
.c-modal01 .block {
	margin-top: 15px;
}
@media screen and (max-width: 768px) {
	.c-modal01 .block {
		padding: 0px 20px;
	}
}
.c-modal01 .block .c-box {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;
	position: relative;
}
.c-modal01 .block .c-box > * {
	width: calc(50% - 5px);
	height: auto;
}
.c-modal01 .block .c-box .txt {
	order: 1;
	text-align: left;
	padding-left: 0px;
}
.c-modal01 .block .c-box .txt h4 {
	font-size: 15px;
	margin-bottom: 5px;
}
.c-modal01 .block .c-box .txt p {
	font-size: 13px;
	font-weight: 500;
}
.c-modal01 .block .c-box .txt p small {
	font-size: 12px;
}
@media (min-width: 769px) {
	.c-modal01 .block .c-box .txt p small {
		font-size: 13px;
	}
}
.c-modal01 .block .c-box .txt p span {
	font-size: 15px;
	font-weight: 500;
	color: #eb6200;
}
@media (max-width: 768px) {
	.c-modal01 .block .c-box .txt p span {
		font-size: 13px;
	}
}
.c-modal01 .block .c-box .img {
	order: 2;
	position: relative;
	height: auto;
}
.c-modal01 .block .c-box .img::after {
	width: 20px;
	height: 1px;
	background: #d8d8d8;
	content: "";
	position: absolute;
	left: -15px;
	bottom: -5px;
	transform: rotate(45deg);
}
.c-modal01 .block .c-box .img img {
	-o-object-fit: cover;
	object-fit: cover;
	min-height: 123px;
}
.c-modal01 .block .c-box:nth-child(2n+0) .txt {
	order: 2;
	padding-left: 5px;
	padding-right: 0px;
}
.c-modal01 .block .c-box:nth-child(2n+0) .img {
	order: 1;
}
.c-modal01 .block .c-box:nth-child(2n+0) .img::after {
	width: 20px;
	height: 1px;
	background: #d8d8d8;
	content: "";
	position: absolute;
	left: auto;
	right: -15px;
	bottom: -5px;
	transform: rotate(-45deg);
}
.c-modal01 .block .c-box:last-child .img::after {
	display: none;
}
@media screen and (min-width: 769px) {
	.c-modal01 .block {
		width: 100%;
		height: auto;
		display: flex;
		justify-content: space-between;
		align-items: baseline;
	}
	.c-modal01 .block > * {
		width: auto;
		max-width: calc(25% - 15px);
	}
	.c-modal01 .block .c-box {
		width: 100%;
		flex-wrap: wrap;
	}
	.c-modal01 .block .c-box > * {
		width: 100%;
		height: auto;
	}
	.c-modal01 .block .c-box .img {
		order: 1;
	}
	.c-modal01 .block .c-box .img img {
		min-height: 100px;
	}
	.c-modal01 .block .c-box .img::after {
		display: none;
	}
	.c-modal01 .block .c-box .txt {
		order: 2;
		margin-top: 10px;
	}
	.c-modal01 .block .c-box .txt h4 {
		font-size: 18px;
	}
	.c-modal01 .block .c-box .txt p {
		font-size: 15px;
	}
}
.c-modal01 .block-note {
	margin-top: 10px;
	font-size: 13px;
	text-align: left;
	padding: 0px 20px;
}
@media (min-width: 810px) {
	.c-modal01 .block-note {
		padding: 0;
	}
}
.c-modal01 .block2 {
	margin-top: 50px;
}
@media screen and (max-width: 768px) {
	.c-modal01 .block2 img {
		padding: 0px 20px;
	}
}
.c-modal01 .block2 .title1 {
	margin-bottom: 15px;
}
.c-modal01 .img1 {
	width: 100%;
	max-width: 355px;
	padding: 0px 10px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
	.c-modal01 .img1 {
		max-width: 738px;
	}
}
.c-modal01 .c-btn02 {
	margin-top: 30px;
}
.index-merit .c-modal02 {
	width: 100%;
	height: auto;
	padding: 25px 0px 0px;
	max-width: 715px;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: center;
	display: block;
}
@media screen and (max-width: 768px) {
	.index-merit .c-modal02 {
		padding: 0px 15px;
		padding-bottom: 0px;
		padding-top: 40px;
		overflow: hidden;
		text-align: left;
	}
}
.index-merit .c-modal02 .c-title01 {
	margin-bottom: 20px;
	display: block;
}
@media screen and (min-width: 769px) {
	.index-merit .c-modal02 .c-title01 {
		margin-top: 20px;
		margin-bottom: -10px;
	}
	.index-merit .c-modal02 .c-title01 h2 {
		font-size: 30px;
		padding-top: 8px;
	}
	.index-merit .c-modal02 .c-title01 h2 span {
		font-size: 55px;
		letter-spacing: normal;
		top: -30px;
		font-weight: 800;
		color: #e7e3d8;
	}
}
@media screen and (max-width: 768px) {
	.index-merit .c-modal02 .c-title01 {
		margin-bottom: 10px;
	}
	.index-merit .c-modal02 .c-title01 h2 {
		font-size: 20px;
		padding-top: 8px;
	}
	.index-merit .c-modal02 .c-title01 h2 span {
		font-size: 55px;
		letter-spacing: normal;
		top: -30px;
		font-weight: 800;
		color: #e7e3d8;
	}
}
.index-merit .c-modal02 .title1 {
	text-align: center;
	position: relative;
	z-index: 1;
	margin-top: 40px;
	margin-bottom: 10px;
	display: inline-block;
	width: auto;
	padding-top: 30px;
}
@media screen and (max-width: 768px) {
	.index-merit .c-modal02 .title1 {
		text-align: left;
		width: 100%;
		padding-top: 50px;
	}
}
.index-merit .c-modal02 .title1::before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 80px;
	height: 3px;
	background: #aaaaaa;
	border-radius: 2px;
	left: 50%;
	top: -15px;
	transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
	.index-merit .c-modal02 .title1::before {
		width: 60px;
	}
}
.index-merit .c-modal02 .title1 h3 {
	font-size: 20px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	width: auto;
	display: inline-block;
	background: #f6f2e7;
	padding: 0px 5px;
}
@media screen and (max-width: 768px) {
	.index-merit .c-modal02 .title1 h3 {
		font-size: 19px;
	}
}
.index-merit .c-modal02 .title1 .icon {
	position: absolute;
	top: 0px;
	left: -40px;
}
@media screen and (max-width: 768px) {
	.index-merit .c-modal02 .title1 .icon {
		top: 0px;
		left: -5px;
	}
}
.index-merit .c-modal02 .title1 .icon.v1 {
	width: 55px;
}
.index-merit .c-modal02 .title1 .icon.v2 {
	width: 139px;
	left: -65px;
	top: -20px;
}
@media screen and (max-width: 768px) {
	.index-merit .c-modal02 .title1 .icon.v2 {
		width: 110px;
		left: -5px;
		top: -3px;
	}
}
.index-merit .c-modal02 .title1 .icon.v3 {
	width: 127px;
	left: -65px;
}
@media screen and (max-width: 768px) {
	.index-merit .c-modal02 .title1 .icon.v3 {
		width: 110px;
		left: -5px;
	}
}
@media screen and (min-width: 769px) {
	.index-merit .c-modal02 .title1 {
		width: 100%;
		padding-top: 0;
	}
	.index-merit .c-modal02 .title1::before {
		content: "";
		position: absolute;
		z-index: -1;
		width: 100%;
		height: 3px;
		background: #aaaaaa;
		border-radius: 2px;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
}
.index-merit .c-modal02 .txt1 {
	color: #eb6200;
	font-size: 20px;
	font-weight: 700;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768px) {
	.index-merit .c-modal02 .txt1 {
		text-align: left;
		font-size: 16px;
	}
}
.index-merit .c-modal02 .txt1 span {
	font-size: 26px;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
	.index-merit .c-modal02 .txt1 span {
		font-size: 26px;
	}
}
.index-merit .c-modal02 .txt2 {
	font-size: 14px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	line-height: 1.7;
	font-weight: normal;
	padding: 0;
	margin-top: 0;
}
.index-merit .c-modal02 .txt2 span {
	font-size: 14px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	line-height: 1.7;
	color: #413732;
	font-weight: normal;
}
@media screen and (max-width: 768px) {
	.index-merit .c-modal02 .txt2 {
		text-align: left;
		font-size: 14px;
	}
}
.index-merit .c-modal02 .txt2.v2 {
	font-size: 16px;
	margin-top: 0;
	text-align: left;
}
@media screen and (max-width: 768px) {
	.index-merit .c-modal02 .txt2.v2 {
		font-size: 14px;
	}
}
.index-merit .c-modal02 .txt3 {
	font-size: 16px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	line-height: 1.7;
	margin-top: 0;
}
@media screen and (max-width: 768px) {
	.index-merit .c-modal02 .txt3 {
		text-align: left;
		font-size: 16px;
	}
}
.index-merit .c-modal02 .txt3 b {
	color: #eb6200;
	font-size: 20px;
	font-weight: 700;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768px) {
	.index-merit .c-modal02 .txt3 b {
		font-size: 17px;
	}
}
.index-merit .c-modal02 .txt3 b span {
	font-size: 26px;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
	.index-merit .c-modal02 .txt3 b span {
		font-size: 26px;
	}
}
.index-merit .c-modal02 .txt3 b .fs1 {
	font-size: 15px;
}
.index-merit .c-modal02 .c-link02.img {
	text-align: center;
}
.index-merit .c-modal02 .c-img1 {
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.index-merit .c-modal02 .c-img1 img {
		width: 285px;
	}
}
.index-merit .c-modal02 .img2 {
	max-width: 600px;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 25px;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.index-merit .c-modal02 .img2 {
		background: #fff;
		border-radius: 10px;
		padding: 10px;
	}
}
.index-merit .c-modal02 .c-link01 {
	font-size: 14px;
	margin: 5px 0;
	width: auto;
	display: block;
}
.index-merit .c-modal02 .c-link01::after {
	width: 11px;
	height: 11px;
	margin-left: 4px;
}
.index-merit .c-modal02 h4 {
	font-size: 16px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
	.index-merit .c-modal02 h4 {
		font-size: 16px;
	}
}
.index-merit .c-modal02 .c-box {
	width: 100%;
	max-width: 700px;
	margin: 35px auto 25px;
	height: auto;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 768px) {
	.index-merit .c-modal02 .c-box {
		margin-top: 0px;
		flex-wrap: wrap;
	}
}
.index-merit .c-modal02 .c-box .item1 {
	width: 100%;
	max-width: 222px;
}
.index-merit .c-modal02 .c-box .item1 .content1 {
	padding-top: 0;
}
@media screen and (max-width: 768px) {
	.index-merit .c-modal02 .c-box .item1 {
		display: flex;
		flex-wrap: wrap;
		max-width: 100%;
		margin-top: 40px;
	}
	.index-merit .c-modal02 .c-box .item1 .content1 {
		width: calc(100% - 133px);
		box-sizing: border-box;
		padding-left: 12px;
		padding-top: 0;
	}
}
@media screen and (max-width: 374px) {
	.index-merit .c-modal02 .c-box .item1 .content1 {
		width: calc(100% - 114px);
		padding-left: 7px;
	}
}
.index-merit .c-modal02 .c-box .item1 h5 {
	text-align: left;
	width: 100%;
	display: inline-block;
	font-size: 16px;
	letter-spacing: -1px;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.index-merit .c-modal02 .c-box .item1 h5 img {
	width: 26px;
	height: auto;
	margin-right: 5px;
}
@media screen and (max-width: 768px) {
	.index-merit .c-modal02 .c-box .item1 h5 img {
		width: 40px;
	}
}
@media screen and (max-width: 768px) and (max-width: 768px) {
	.index-merit .c-modal02 .c-box .item1 h5 img {
		width: 25px;
		position: relative;
		top: 8px;
	}
}
@media screen and (max-width: 768px) {
	.index-merit .c-modal02 .c-box .item1 h5 {
		font-size: 16px;
		line-height: 40px;
	}
}
.index-merit .c-modal02 .c-box .item1 .img {
	margin-top: 10px;
}
@media screen and (max-width: 768px) {
	.index-merit .c-modal02 .c-box .item1 .img {
		width: 133px;
	}
}
@media screen and (max-width: 374px) {
	.index-merit .c-modal02 .c-box .item1 .img {
		width: 110px;
	}
}
.index-merit .c-modal02 .c-box .item1 p {
	font-size: 16px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	line-height: 1.7;
	text-align: left;
	width: 100%;
	display: block;
	margin-top: 15px;
}
@media screen and (max-width: 768px) {
	.index-merit .c-modal02 .c-box .item1 p {
		font-size: 18px;
		line-height: 1.5;
		margin-top: 5px;
	}
}
@media screen and (max-width: 374px) {
	.index-merit .c-modal02 .c-box .item1 p {
		font-size: 15px;
		line-height: 1.5;
		margin-top: 5px;
	}
}
.index-merit .c-modal02 .c-box .item1 .number {
	font-size: 18px;
	font-weight: 700;
	margin-top: 0px;
	text-align: left;
}
@media screen and (max-width: 768px) {
	.index-merit .c-modal02 .c-box .item1 .number {
		margin-top: 5px;
		text-align: left;
	}
}
.index-merit .c-modal02 .c-box .item1 .number .color1 {
	color: #eb6200;
	font-size: 28px;
	font-weight: 700;
	position: relative;
	padding-left: 30px;
	line-height: 0.7;
}
@media screen and (max-width: 768px) {
	.index-merit .c-modal02 .c-box .item1 .number .color1 {
		line-height: 1.1;
	}
}
.index-merit .c-modal02 .c-box .item1 .number .color1::before {
	content: "";
	background: url("../images/common/arrow1.png") no-repeat bottom;
	background-size: 100% auto;
	width: 15px;
	height: 100%;
	position: absolute;
	left: 8px;
	bottom: 8px;
}
.index-merit .c-modal02 .c-box .item1 .number .fs {
	font-size: 12px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
}
.index-merit .c-modal02 .title2 {
	font-size: 20px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	position: relative;
	z-index: 1;
	width: auto;
	display: inline-block;
	margin-bottom: 15px;
}
.index-merit .c-modal02 .title2 span {
	font-size: 20px;
}
@media screen and (max-width: 768px) {
	.index-merit .c-modal02 .title2 span {
		font-size: 16px;
	}
}
@media screen and (max-width: 768px) {
	.index-merit .c-modal02 .title2 {
		font-size: 16px;
		width: 100%;
		display: block;
	}
	.index-merit .c-modal02 .title2 span {
		background-image: linear-gradient(to bottom, #ffd646 100%, transparent 0%);
		background-position: 0 11px;
		background-repeat: repeat-x;
	}
}
.index-merit .c-modal02 .title2::before {
	content: "";
	width: 100%;
	height: 10px;
	background: #ffd646;
	left: 0;
	bottom: 0;
	position: absolute;
	z-index: -1;
}
@media screen and (max-width: 768px) {
	.index-merit .c-modal02 .title2::before {
		display: none;
	}
}
.index-merit .c-modal02 .block {
	text-align: left;
	width: 100%;
	height: auto;
	max-width: 715px;
	margin: 0 auto;
	background: #fff;
	border-radius: 10px;
	padding: 20px 40px;
	margin-top: 20px;
}
@media screen and (max-width: 768px) {
	.index-merit .c-modal02 .block {
		width: calc(100% + 40px);
		margin-left: -20px;
		padding: 20px 25px;
		border-radius: 0;
	}
}
.index-merit .c-modal02 .block .note {
	font-size: 14px;
	line-height: 1.7;
	font-family: "Zen Kaku Gothic New", sans-serif;
	padding: 0;
}
@media screen and (max-width: 768px) {
	.index-merit .c-modal02 .block .note {
		font-size: 14px;
	}
}
.index-merit .c-modal02 .c-btn02 {
	margin-top: 30px;
}
.c-modal03 {
	width: 100%;
	height: auto;
	padding: 4px 0px 4px;
	max-width: 800px;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.c-modal03 {
		padding-bottom: 25px;
		padding-top: 0px;
		background: #fff;
		border-radius: 8px;
		box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.1);
		overflow: hidden;
	}
}
.c-modal03 .c-title01 {
	margin-bottom: 20px;
	display: block;
}
@media screen and (min-width: 769px) {
	.c-modal03 .c-title01 {
		margin-top: 10px;
		margin-bottom: 0;
	}
	.c-modal03 .c-title01 h2 {
		font-size: 30px;
		padding-top: 8px;
	}
	.c-modal03 .c-title01 h2 span {
		font-size: 45px;
		letter-spacing: normal;
		top: -20px;
		font-weight: 800;
	}
}
@media screen and (max-width: 768px) {
	.c-modal03 .c-title01 {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 768px) and (max-width: 374px) {
	.c-modal03 .c-title01 h2 {
		font-size: 25px;
	}
}
.c-modal03 .title1 {
	font-size: 16px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	position: relative;
	z-index: 1;
	width: auto;
	display: inline-block;
	margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
	.c-modal03 .title1 {
		margin-bottom: 0;
	}
}
.c-merit{
	padding: 50px;
	max-width: 65%;
}
@media screen and (max-width: 768px) {
	.c-merit{
		padding:5px;
		max-width:100%;
	}
}
@media screen and (max-width: 768px) {
	.is-pc{
		display: none;
	}
}
.c-modal-txst{
	padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
	.c-modal-txst{
		padding: 10px 20px 0 25px;
		font-size: 9px;
	}
}



/* modal */
@keyframes mmfadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes mmfadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@keyframes mmslideIn {
	from {
		transform: translateY(10%);
	}
	to {
		transform: translateY(0);
	}
}
@keyframes mmslideOut {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(-10%);
	}
}
@media screen and (max-width: 319px) {
	body {
		zoom: .7;
	}
}
/*====================================
merit block_point3
====================================*/
.block_point3 img{
	max-width:100%;
	height:auto;
}
.block_point3 .c-modal02 .c-title01 h3.sub-ttl span.or-txt {
  font-size: 26px;
  color: #eb6200;
  font-weight: 600;
  letter-spacing: normal;
  top: 0px;
}

.block_point3 .c-modal02 .w300{
  width: 300px;
}
.block_point3 .c-modal02 .headline {
  margin-top: 40px;
  line-height: 1.3;
  margin-bottom: 30px;
}
.block_point3 .c-modal02 .c-title01 .v2 {
  margin-top: 20px;
}
.block_point3 .c-modal02 .headline .is-marker {
  font-size: 28px;
  background-image: linear-gradient(transparent 65%, #ffe695 0%);
  color: #413732;
  font-weight: 900;
}
.block_point3 .box1{
  margin: 30px 0;
}
.block_point3 .box1 .box-ttl{
  background-color: #413732;
  font-size: 18px;
  color: #fff;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
}
.block_point3 .box1 .box-list{
  display: flex;
  justify-content: center;
  background-color: #FFFFFF;
  border-top: none;
  border-radius: 0 0 10px 10px;
  padding: 15px 15px 20px;
  text-align: left;
  font-size: 14px;
  line-height: 1.7;
}
.block_point3 .box1 .box-list li{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
}
.block_point3  .c-modal02 {
  width: 100%;
  height: auto;
  padding: 25px 0px 0px;
  max-width: 715px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
  display: block;
}
.block_point3 .c-modal02 .img5 {
  max-width: 140px;
  margin: 0 auto;
  text-align: center;
}
.block_point3 .box1 .box-list li h5{
  font-size: 18px;
  margin-bottom: 16px;
  background: linear-gradient(transparent 65%, #ffe695 0%);
  font-weight: 800;
}

.block_point3 .box1 .box-list li h5{
  font-size: 18px;
  margin-bottom: 16px;
  background: linear-gradient(transparent 65%, #ffe695 0%);
  font-weight: 800;
}
.block_point3 .box1 .box-list li .txt{
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  margin-top: 10px;
  line-height: 26px;
}
.block_point3 .box1 .box-list li .note{
  font-weight: 500;
  margin-top: 8px;
}
.block_point3 .c-orange, .index-merit .c-orange .fs-26 {
  font-size: 16px ! important;
  color: #eb6200 ! important;
  font-weight: 800 ! important;
}
.block_point3 .c-orange .fs-26 {
  font-size: 26px ! important;
}
.block_point3 .c-modal02 .img3 {
    max-width: 120px;
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 0;
    text-align: center;
}
.block_point3 .box2 .content2 .txt2{
  text-align: left;
  font-weight: 700;
}
.block_point3 .c-modal02 .txt2 {
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.7;
  padding: 0;
  margin-top: 0;
}
.block_point3 .c-modal02 .txt2 span {
  font-size: 14px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.7;
  color: #413732;
  font-weight: normal;
}
.block_point3 .c-modal02 .txt2 .note {
  font-size: 12px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.7;
  color: #413732;
  font-weight: 500;
}
.block_point3 .c-modal02 .txt2.v2 {
  font-size: 16px;
  margin-top: 0;
  text-align: center;
}
.block_point3 .c-modal02 .txt3 {
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 0;
}
.block_point3 .c-modal02 .txt3 b {
  color: #eb6200;
  font-size: 20px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.block_point3 .c-modal02 .txt3 b span {
  font-size: 26px;
  font-weight: 700;
}
.block_point3 .box2{
  margin: 30px auto;
  display: flex;
  gap: 40px;
  max-width: 580px;
}
.block_point3 .content2{
  width: 50%;
}
.block_point3 .box2 .content2 .txt2{
  text-align: left;
  font-weight: 700;
}
.block_point3 .c-modal02 .v3 {
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    margin-top: 0;
    text-align: center;
}
.block_point3 .c-modal02 .img2 {
  max-width: 430px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 5px;
  text-align: center;
}
.block_point3 .c-modal02 .v3 {
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    margin-top: 0;
    text-align: center;
}
.block_point3 .v2 .c-brw{
  color:#413732;
  font-size: 16px !important;
}
.block_point3 .box2 .content2 .txt2{
  text-align: left;
  font-weight: 700;
}
.block_point3 .c-modal02 .txt2 {
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.7;
  padding: 0;
  margin-top: 0;
  font-weight: 500;
}
.block_point3 .c-modal02 .txt2 span {
  font-size: 14px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.7;
  color: #413732;
  font-weight: normal;
}
.block_point3 .c-modal02 .txt2 .note {
  font-size: 12px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.7;
  color: #413732;
  font-weight: 500;
}
.block_point3 .c-modal02 .c-title01 .v2 {
  margin-top: 20px;
}
.block_point3 .c-title01 .sub-ttl {
  margin: 50px auto 30px;
}

@media screen and (max-width: 768px) {
.block_point3 .c-modal02 .txt2.v2 {
    text-align: center;
  }
.block_point3 .content2 {
    width: 100%;
}
.block_point3 .c-modal02 .img2 {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
  }
.block_point3 .c-modal02 .txt1 {
    font-size: 16px;
    text-align: center;
    line-height: 25px;
  }
.block_point3 .box1 .box-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
}
.block_point3 .box1 .box-list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.block_point3 .box2 {
    margin: 30px auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.block_point3 .content2 {
    width: 100%;
}
.block_point3 .c-modal02 .title2 {
        text-align: center;
    }
.block_point3 .c-modal02 .note {
      text-align: left;
  }
.block_point3 .c-modal02 .note a{
      text-align: left;
      font-size: 11px !important;
  }
.block_point3 .c-modal02 {
    padding: 0px 15px;
    padding-bottom: 0px;
    overflow: hidden;
    text-align: left;
  }
}

.is-fz-11px{
  font-size: 12px!important;
}
