@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');

* {
	margin: 0;
	padding: 0;
}
img {
	width: 100%;
	vertical-align: bottom;
}
a {
	text-decoration: none;
}
li {
	list-style: none;
}
main {
	width: 750px;
	margin: 0 auto;
	/* font-family: dnp-shuei-mgothic-std, sans-serif; */
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 600;
	font-style: normal;
}
.txt_red {
	color: #e82626;
}
.txt_blue {
	color: #134589;
}
.txt_green {
	color: #05a327;
}
.txt_yellow {
	color: #fffc28;
}
.txt_yellow2 {
	color: #f7d032;
}

/* cta */
.limit_time {
	background-color: #ff1111;
	text-align: center;
	color: #fff;
	padding: 0.5rem;
	font-size: 1.8rem;
}
.area_cta .inner {
	padding: 2rem;
}
.area_cta strong {
	color: #f3ff31;
}
.area_cta .inner .area_btn01 {
	display: flex;
	justify-content: space-between;
}
.area_cta .inner .area_btn02 {
	padding: 1.5rem 0;
	position: relative;
}
.area_cta .inner .area_btn02 span {
	position: absolute;
	right: 7rem;
	bottom: 2.5rem;
	font-size: 3.7rem;
	color: #fff;
}

/* caution */
.area_caution {
	background-color: #fffeed;
	padding: 2rem 3.5rem;
}
.area_caution .ttl {
	background-color: #f3ff31;
	color: #f21e1e;
	font-size: 2rem;
	text-align: center;
	border: 2px dashed #ff3636;
	padding: 0.5rem;
}
.area_caution .txt {
	padding-top: 2rem;
	font-size: 1.2rem;
	line-height: 1.8rem;
}


@media (width <= 750px) {
	main {
		width: 100%;
		overflow: hidden;
	}	
	.area_cta .inner .area_btn02 span {
		right: 3.5rem;
		bottom: 1.6rem;
		font-size: 2.3rem;
	}
	.limit_time {
    font-size: 1rem;
	}
	.area_cta .inner {
    padding: 1rem;
	}
	.area_cta .inner .area_btn02 {
    padding: 1rem 0;
	}
	.area_caution {
    background-color: #fffeed;
    padding: 1rem 1.5rem;
	}
	.area_caution .ttl {
    font-size: 1.2rem;
    padding: 0.5rem;
	}
	.area_caution .txt {
    padding-top: 1rem;
    font-size: 0.8rem;
    line-height: 1.3rem;
	}
}
@media (width <= 400px) {
	.area_cta .inner .area_btn02 span {
		font-size: 1.95rem;
	}
}


/* header */
header {
	display: flex;
    padding: 1rem;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 720px;
    background: #fff;
    z-index: 999;
}
header .tel_link {
	position: relative;
}
header .tel_link span {
	position: absolute;
	top: 0;
	right: 1.5rem;
	font-size: 1.5rem;
	color: #fff;
}

@media (width <= 750px) {
	header {
		padding: 0 0.3rem;
		width: 100%;
	}
	header .tel_link span {
		top: 0.15rem;
		right: 1rem;
		font-size: 1rem;
	}
	header .logo {
		width: 40%;
	}
	header .header_btn {
		width: 40%;
	}
	.area_cta .inner .area_btn01 .btn_mail, .area_cta .inner .area_btn01 .btn_line {
    width: 48%;
	}
}
@media (width <= 400px) {
	header .tel_link span {
		top: 0.2rem;
		right: 1rem;
		font-size: 0.9rem;
	}
}

/* fv */
.fv {
	padding-top: 7rem;
}
.fv .container {
	position: relative;
}
.fv .container .store_name {
	position: absolute;
	top: 3.5rem;
	left: 3.5rem;
	color: #f63232;
	font-size: 3rem;
}
.fv .char01 {
	position: absolute;
	bottom: 2.5rem;
	left: 16.5rem;
	width: 25%
}
.fv .time {
	text-align: center;
	font-size: 1.7rem;
	font-weight: bold;
	background-color: #F72E34;
	line-height: 3rem;
	color: #fff;
}
.fv .time .txt_red {
	font-size: 2.5rem;
}
.fv_cta {
	padding: 2rem;
}
.fv_cta .fv_btn_tel {
	padding-bottom: 1.5rem;
	position: relative;
}
.fv_cta .fv_btn_tel span {
	color: #fff;
	position: absolute;
	top: 0.8rem;
	right: 4.5rem;
	font-size: 2.5rem;
}
.fv_cta h2 {
	padding-bottom: 1rem;
	text-align: center;
}

.fv_in_time {
	position: absolute;
	left: 6.5rem;
	bottom: 25.5rem;
	font-size: 1.5rem;
	color: black;
	-webkit-text-stroke: 1px white;
	font-weight: 900;
}
@media (width <= 750px) {
	.fv {
		padding-top: 4rem;
	}
	.fv .container .store_name {
		top: 2rem;
		left: 2.2rem;
		font-size: 1.5rem;
	}
	.fv_cta {
    padding: 1rem 1rem 2rem;
	}
	.fv .time {
    line-height: 2rem;
	}
	.fv_cta h2 {
		font-size: 0.8rem;
	}
	.fv_cta .fv_btn_tel span {
    top: 0.4rem;
    right: 2.2rem;
    font-size: 1.5rem;
	}
	.fv_cta .fv_btn_tel {
    padding-bottom: 0.7rem;
	}
	.fv .char01 {
    bottom: 1.5rem;
    left: 9.3rem;
    width: 25%;
	}
	.fv .time {
		font-size: 0.95rem;
	}
	.fv .time .txt_red {
		font-size: 1.2rem;
	}
	.fv_in_time {
		left: 3.6rem;
		bottom: 14.7rem;
		font-size: 0.8rem;
		-webkit-text-stroke: 0.3px white;
	}

}
@media (width <= 400px) {
	.fv .char01 {
			bottom: 1.3rem;
			left: 8.5rem;
			width: 25%;
	}
	.fv_in_time {
		left: 3.2rem;
		bottom: 13.3rem;
		font-size: 0.8rem;
		-webkit-text-stroke: 0.3px white;
	}
	.fv .container .store_name {
		top: 1.7rem;
		left: 1.8rem;
	}
	.fv_cta .fv_btn_tel span {
    right: 2.3rem;
    font-size: 1.3rem;
	}

}


/* cp */
.cp > .ttl {
	background: url(../img/bg_cp_ttl.jpg) no-repeat;
	background-size: cover;
	text-align: center;
	padding-bottom: 1rem;
    font-size: 1.5rem;
	color: #fff;
	-webkit-text-stroke: 2.5px #242424;
	font-weight: 800;
}
.cp .ttl h1 {
	height: 6rem;
}
.cp .ttl h1 span {
	font-size: 4.5rem;
	-webkit-text-stroke: 2.5px #242424;
}
.cp .ttl h2 span {
	font-size: 3.3rem;
}
.cp > .inner {
	background: url(../img/bg_cp_inner.jpg) no-repeat;
	background-size: cover;
	padding: 2rem 0 3rem;
}
.cp > .inner .coupon01 {
	padding: 1.5rem;
}
.cp > .inner .coupon02 {
	padding: 2.5rem 0 1.5rem;
	position: relative;
}
.cp > .inner .obj {
	padding: 1rem 1.5rem 0;
    width: 30%;
    margin: 0 auto;
}
.cp .month {
	text-align: center;
	position: absolute;
	left: 18rem;
	font-size: 2rem;
	top: 6.8rem;
	color: #f2402d;
}
@media (width <= 750px) {
	.cp > .ttl {
    font-size: 0.8rem;
		-webkit-text-stroke: 1.3px #242424;
		padding: 0.5rem;
	}
	.cp .ttl h1 span {
    font-size: 2rem;
		-webkit-text-stroke: 1.3px #242424;
	}
	.cp .ttl h1 {
    height: 2.5rem;
	}
	.cp .ttl h2 span {
    font-size: 1.7rem;
	}
	.cp > .inner {
    padding: 1rem 0;
	}
	.cp > .inner .coupon01 {
    padding: 1rem 1.5rem;
	}
	.cp > .inner .coupon02 {
    padding: 1.5rem 0;
	}
	.cp .month {
    left: 9rem;
    font-size: 1.1rem;
    top: 4rem;
	}
}


/* content01 */
.content01 .ttl {
	background: url(../img/bg_ttl.jpg) no-repeat;
	background-size: cover;
	font-size: 2.8rem;
	text-align: center;
	padding: 1.5rem;
	color: black;
  -webkit-text-fill-color: white;
	-webkit-text-stroke: 2.5px #242424;
	font-weight: 800;
}
.content01 .main_txt {
	text-align: center;
	padding: 2rem 0;
	font-size: 1.6rem;
}
.content01 .container02 {
	background-color: aliceblue;
}
.content01 .container02 .inner {
	padding: 0 2rem 2rem;
}
.content01 .container02 .inner img {
	padding-bottom: 2rem;
}
.content01 .slider_logo {
	padding: 1rem;
}
.content01 .slick-dotted.slick-slider {
	margin-bottom: 50px;
}
.slick-dots li {
	margin: 0;
}
.content01 .slick-dots li button:before {
	font-size: 13px;
	color: #0d438b;
}
@media (width <= 750px) {
	.content01 .ttl {
    font-size: 1.8rem;
    padding: 1.2rem;
		-webkit-text-stroke: 1.3px #242424;
		font-weight: 800;
	}
	.content01 .main_txt {
    padding: 1rem 0;
    font-size: 0.8rem;
	}
	.content01 .slider_logo {
    padding: 0.5rem;
	}
	.content01 .slider_logo {
    padding: 1rem;
	}
	.content01 .slider_logo {
    padding: 0.3rem;
	}
	.content01 .slick-dots li button:before {
    color: #0d438b;
	}
}


/* content02 ホームページを見たと */
.content02 {
	background-color: #cdefff;
}
.content02 .ttl {
	position: relative;
}
.content02 .ttl .txt {
	position: absolute;
	top: 5rem;
	left: 1rem;
	text-align: center;
	font-size: 2rem;
	line-height: 4rem;
	color: #fff;
	-webkit-text-stroke: 2.5px #242424;
    font-weight: 800;
}
.content02 .ttl .txt span {
	font-size: 3.7rem;
	color: #fffd4c;
}
.area_cp .txt {
	text-align: center;
	padding: 2rem 0;
}
.area_cp h1 {
	line-height: 4.5rem;
	font-size: 3rem;
	font-weight: 800;
}
.area_cp .pic {
	width: 90%;
	margin: 0 auto;
	position: relative;
}
.area_cp .pic .area_txt {
    position: absolute;
    top: 1.7rem;
    left: 9rem;
    color: #fff;
    font-size: 2.5rem;
}
.area_pac {
	padding: 4rem 2rem 1rem;
}
.image-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.image-list-item {
	padding-bottom: 2rem;
	width: 48%;
}
.image-list-item img {
	width: 100%;
}
.content02 .area_inner .ttl {
	text-align: center;
	line-height: 6.5rem;
	font-size: 3rem;
}
.content02 .area_inner .ttl span {
	background-color: #fff;
	padding: 0.5rem 1.2rem;
}
.content02 .area_inner .pic {
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 2.5rem 0;
}
@media (width <= 750px) {
	.content02 .ttl .txt {
    position: absolute;
    top: 3rem;
    /*left: 0;*/
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #fff;
		-webkit-text-stroke: 1.5px #242424;
		font-weight: 800;
	}
	.area_cp .txt {
    padding: 1rem 0;
	}
	.area_cp .txt h2 {
		font-size: 1.2rem;
	}
	.content02 .ttl .txt span {
    font-size: 2rem;
    color: #fffd4c;
	}
	.area_cp h1 {
		line-height: 2rem;
		font-size: 1.6rem;
	}
	.area_cp h1 span {
		font-size: 1.3rem;
	}
	.area_cp h1 .txt_red {
		font-size: 1.6rem;
	}
	.area_pac {
    padding: 2rem 1rem 1rem;
	}
	.image-list-item {
    padding-bottom: 1rem;
	}
	.content02 .area_inner .ttl {
    line-height: 3.5rem;
    font-size: 1.6rem;
	}
	.content02 .area_inner .ttl span {
    background-color: #fff;
    padding: 0.3rem 0.5rem;
	}
	.content02 .area_inner .pic {
    padding: 1rem 0 2rem;
	}
	.content02 .area_inner .pic .char {
    width: 30%;
	}
	.content02 .area_inner .pic .pac {
    width: 60%;
	}
	.area_cp .pic .area_txt {
		top: 1rem;
		left: 4.5rem;
		font-size: 1.3rem;
	}
}

/* content03 悩み */
.content03 .ttl {
	background-color: #05a327;
	padding: 1rem 0;
}
.content03 .ttl .txt {
	text-align: center;
	font-size: 2.3rem;
	color: #fff;
	-webkit-text-stroke: 2px #242424;
    font-weight: 800;
}
.content03 .ttl .pic {
	width: 70%;
	margin: 0 auto;
}
.content03 .ttl .txt span {
	font-size: 2.7rem;
}

.content03 .inner {
	background-color: #ededed;
}
.content03 .inner_q {
	position: relative;
	background-color: #ededed;
}
.content03 .inner_q .parts_q1 {
	position: absolute;
	width: 30%;
	top: 3rem;
	left: 2rem;
}
.content03 .inner_q .parts_q2 {
	position: absolute;
	width: 30%;
	bottom: 2rem;
	left: 1.5rem;
}
.content03 .inner_q .parts_q3 {
	position: absolute;
	width: 30%;
	top: 2rem;
	right: 3rem;
}
.content03 .inner_q .parts_q4 {
	position: absolute;
	width: 30%;
	bottom: 3rem;
	right: 1rem;
}
.content03 .inner_a {
	padding: 1rem;
}
.content03 .inner_a .txt01 {
	text-align: center;
	font-size: 1.3rem;
	padding-bottom: 1rem;
}
.content03 .inner_a .container {
	padding: 1rem;
	display: flex;
	align-items: center;
	background-color: #fff;
	border: 3px dashed #05a327;
}
.content03 .inner_a .container .txt {
	padding: 0.5rem 1rem;
}
.content03 .inner_a .txt02 {
	text-align: center;
	font-size: 1.5rem;
	color: #f17817;
	padding: 2rem 0;
	line-height: 2.5rem;
}
@media (width <= 750px) {
	.content03 .ttl {
    background-color: #05a327;
    padding: 0.5rem 0;
	}
	.content03 .ttl .txt {
    font-size: 1.3rem;
		-webkit-text-stroke: 1.3px #242424;
		font-weight: 800;
	}
	.content03 .ttl .txt span {
    font-size: 1.5rem;
	}
	.content03 .inner_q .parts_q1 {
    top: 1rem;
    left: 1rem;
	}
	.content03 .inner_q .parts_q2 {
    left: 1.5rem;
	}
	.content03 .inner_q .parts_q3 {
    top: 1rem;
    right: 1rem;
	}
	.content03 .inner_q .parts_q4 {
    bottom: 2rem;
	}
	.content03 .inner_a {
    padding: 0 1rem 1rem;
	}
	.content03 .inner_a .txt01 {
    font-size: 0.65rem;
		padding-bottom: 0.5rem;
	}
	.content03 .inner_a .container .txt {
    padding: 0.5rem;
    font-size: 0.6rem;
	}
	.content03 .inner_a .container {
    padding: 0.5rem;
	}
	.content03 .inner_a .txt02 {
    font-size: 0.85rem;
    line-height: 1.3rem;
		padding: 1rem 0;
	}
}

/* content04 */
.content04 {
	background-color: #134589;
	padding: 2rem 0;
}
.content04 .ttl {
	text-align: center;
	color: #fff;
}
.content04 .ttl h4 {
	font-size: 1.5rem;
}
.content04 .ttl h4 span {
	color: #ffeda3;
}
.content04 .ttl .pic {
	width: 50%;
	padding: 1rem 0;
	margin: 0 auto;
}
.content04 .ttl .txt {
	font-size: 3.5rem;
	line-height: 4rem;
	-webkit-text-stroke: 3px #242424;
	font-weight: 800;
}
.content04 .ttl .txt span {
	font-size: 5rem;
}
.content04 .area_pic ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.content04 .area_pic ul li {
	padding-bottom: 2rem;
	width: 48%;
}
.content04 .area_pic {
	padding: 2rem;
}
@media (width <= 750px) {
	.content04 {
    padding: 2rem 0 0;
	}
	.content04 .ttl .txt {
    font-size: 2rem;
    line-height: 3rem;
	}
	.content04 .ttl .txt span {
    font-size: 4rem;

	}
	.content04 .ttl h4 {
    font-size: 0.9rem;
}
	.content04 .ttl .txt {
    font-size: 2rem;
    line-height: 2rem;
		-webkit-text-stroke: 1.6px #242424;
		font-weight: 800;
	}
	.content04 .area_pic {
    padding: 2rem 1rem;
	}
	.content04 .area_pic ul li {
    padding-bottom: 1rem;
    width: 49%;
	}
}

/* content05 他社比較 */
.content05 .ttl {
	padding: 2rem 0 4rem;
	text-align: center;
}
.content05 .ttl .obj {
	width: 10%;
	margin: 0 auto;
}
.content05 .ttl h2 {
	font-size: 4rem;
	-webkit-text-stroke: 2.5px #242424;
	font-weight: 800;
}
.content05 .ttl h3 {
	font-size: 1.8rem;
	line-height: 1rem;
}
.content05 .point .ttl {
	background-color: #3690c3;
	padding: 2rem 0 1rem;
	position: relative;
	border-top: 3px solid #242424;;
	border-bottom: 3px solid #242424;;
	font-size: 2rem;
	line-height: 3rem;
}
.content05 .point .mark_point {
	position: absolute;
	top: -1.5rem;
	left: 18rem;
	background-color: #f7d032;
	padding: 0 2rem;
	border-radius: 30px;
	border: 3px solid #242424;
	font-size: 1.5rem;
	line-height: 2.5rem;
}
.content05 .point .txt {
	color: #fff;
	font-size: 2rem;
	line-height: 2.5rem;
}
.content05 .inner_point .txt {
	font-size: 1rem;
	color: #242424;
	text-align: center;
	line-height: 1.5rem;
	padding: 1rem 0;
}
.content05 .inner_point {
	padding: 3rem 2rem;
	background-color: #fffff0;
}
@media (width <= 750px) {
	.content05 .ttl {
    padding: 1rem 0 3rem;
	}
	.content05 .ttl h2 {
    font-size: 2.5rem;
		-webkit-text-stroke: 1.5px #242424;
    font-weight: 800;
	}
	.content05 .ttl h3 {
    font-size: 1rem;
	}
	.content05 .point .mark_point {
    top: -1rem;
    left: 9.5rem;
    padding: 0 1rem;
    border: 2px solid #242424;
    font-size: 1rem;
    line-height: 1.5rem;
	}
	.content05 .point .txt {
		font-size: 1rem;
		line-height: 1.5rem;
}
	.content05 .point .ttl {
    padding: 1.52rem 0 1rem;
    border-top: 2px solid #242424;
    border-bottom: 2px solid #242424;
    font-size: 2rem;
    line-height: 3rem;
	}
	.content05 .inner_point {
    padding: 2rem 1rem;
	}
	.content05 .point .inner_point .txt {
		font-size: 0.55rem;
    line-height: 0.8rem;
	}
}

/* content06 */
.content06 {
	background-color: #fffceb;
	padding-bottom: 3rem;
}
.content06 .ttl {
	text-align: center;
	padding: 1.5rem 0;
	background-color: #078f24;
	color: #fff;
}
.content06 .ttl h1 {
	font-size: 3rem;
	line-height: 3.5rem;
	position: relative;
  display: inline-block;
	-webkit-text-stroke: 2.5px #242424;
    font-weight: 800;
}
.content06 .ttl h2 {
	line-height: 2rem;
}

.content06 .ttl h1:before {
	content: "";
	position: absolute;
	top: 140%;
	left: 50%;
	margin-left: -15px;
	border: 20px solid transparent;
	border-top: 18px solid #134589;
}

.content06 .inner {
	padding: 3rem 2rem 0;
	text-align: center;
}
.content06 li {
	position: relative;
	padding: 1rem 0;
}
.content06 .char {
	width: 24%;
	position: absolute;
	bottom: 1.5rem;
	left: 1.35rem;
}
@media (width <= 750px) {
	.content06 {
    padding-bottom: 2rem;
	}
	.content06 .ttl {
    padding: 0.5rem 0 1rem;
	}
	.content06 .ttl h2 {
    line-height: 2rem;
    font-size: 1rem;
	}
	.content06 .ttl h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
		-webkit-text-stroke: 1.5px #242424;
		font-weight: 800;
	}
	.content06 .ttl h1:before {
    top: 120%;
	}
	.content06 .inner {
    padding: 2rem 1.5rem 0;
	}
	.content06 .inner h2 {
		font-size: 1.2rem;
	}
	.content06 .char {
    left: 0.4rem;
		bottom: 1rem;
	}
	.content06 li {
    padding: 0.5rem 0;
	}
	.content06 .inner .area_cp h2 {
		font-size: 1rem;
	}
}


/* content07 */
.content07 {
	background-color: #f2f8ff;
}
.content07 .ttl {
	text-align: center;
	padding: 2rem 0;
	background-color: #134589;
	color: #fff;
}
.content07 .ttl h1 {
	font-size: 3.5rem;
	line-height: 3.5rem;
	-webkit-text-stroke: 2.5px #242424;
	font-weight: 800;
}
.content07 .ttl h2 {
	font-size: 1.5rem;
	line-height: 1.5rem;
	padding-bottom: 1rem;
}
.content07 .inner {
	padding: 3rem 0;
}
.content07 .inner .item {
	padding: 0.5rem;
}
.content07 .area_btn {
	padding-bottom: 3rem;
	text-align: center;
}
.content07 .btn_modal {
	background-color: #ffe50c;
	padding: 0.8rem 3rem;
	border-radius: 40px;
	border: 3px solid;
	margin: 0 auto;
	text-align: center;
	font-size: 1.5rem;
	display: inline;
}

@media (width <= 750px) {
	.content07 .ttl h2 {
    font-size: 1rem;
    line-height: 0;
    padding-bottom: 1.5rem;
	}
	.content07 .ttl h1 {
    font-size: 2rem;
    line-height: 1rem;
		-webkit-text-stroke: 1.5px #242424;
		font-weight: 800;
	}
	.content07 .inner {
    padding: 2rem 0;
	}
	.content07 .btn_modal {
    padding: 0.8rem 2rem;
    border: 2px solid;
    font-size: 1rem;
	}
}


/* content08 */
.content08 {
	background-color: #fffee7;
	padding-bottom: 3rem;
}
.content08 .ttl {
	background-color: #05a327;
	padding: 2rem 0;
	text-align: center;
	color: #fff;
}
.content08 .ttl h1 {
	font-size: 3.5rem;
	line-height: 3.5rem;
	-webkit-text-stroke: 2.5px #242424;
font-weight: 800;
}
.content08 .ttl h2 {
	font-size: 1.5rem;
	line-height: 1.5rem;
	padding-top: 1rem;
}
.content08 .txt {
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.8rem;
	padding: 2rem 0;
}
.content08 .area_pic {
	position: relative;
}
.content08 .ttl_pic {
	padding: 2rem 5rem;
}
.content08 .rank_pic {
	padding: 0 2rem;
}
.content08 .coupon02 {
	padding: 0 2rem;
	position: absolute;
	bottom: 19rem;
}
.content08 .coupon02 .month {
	position: absolute;
	left: 17rem;
	font-size: 1.8rem;
	top: 4rem;
	color: #f2402d;
}
.content08 p {
	padding: 1rem;
	text-align: center;
}
@media (width <= 750px) {
	.content08 {
		padding-bottom: 1rem;
	}
	.content08 .ttl {
    padding: 1.3rem 0;
	}
	.content08 .ttl h1 {
    font-size: 2.2rem;
    line-height: 2rem;
		-webkit-text-stroke: 1.5px #242424;
		font-weight: 800;
	}
	.content08 .ttl h2 {
    font-size: 1rem;
    line-height: 1rem;
    padding-top: 1rem;
	}
	.content08 .txt {
		font-size: 0.8rem;
		padding: 1rem;
		line-height: 1.3rem;
	}
	.content08 .ttl_pic {
    padding: 1rem 2rem 2rem;
	}
	.content08 .rank_pic {
    padding: 0px 1rem;
	}
	.content08 .coupon02 {
    padding: 0 1rem;
    bottom: 11rem;
	}
	.content08 .coupon02 .month {
		left: 10.3rem;
		font-size: 1rem;
		top: 2.7rem;
	}
	.content08 p {
    font-size: 0.65rem;
	}
}
@media (width <= 400px) {
	.content08 .coupon02 .month {
    left: 9.3rem;
    font-size: 0.9rem;
    top: 2.5rem;
	}
}


/* content09 */
.content09 {
	background-color: #134589;
}
.content09 .ttl {
	padding: 1.5rem ;
}
.content09 .pic {
	width: 35%;
	margin: 0 auto;
	padding-bottom: 1rem;
}
.content09 h1 {
	text-align: center;
	font-size: 3.8rem;
	line-height: 4rem;
	-webkit-text-stroke: 2.5px #242424;
font-weight: 800;
}
.content09 .inner {
	padding: 1rem 0 3rem;
}
.content09 .inner .container {
	padding: 2rem;
	position: relative;
}
.content09 .inner .container .mark_case {
	position: absolute;
	left: 18rem;
	background-color: #fff673;
	border: 3px solid;
	border-radius: 30px;
	padding: 0 3rem;
	font-size: 1.3rem;
	line-height: 2.3rem;
	top: 0.8rem;
}
.content09 .inner .container .area_case {
	background: #fff;
	padding: 3rem 2rem 2rem;
	border-radius: 10px 10px 0 0;
	border: 4px solid;
}
.content09 .inner .container .area_pic {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.content09 .area_txt {
	position: relative;
	border: solid 4px;
	border-top: none;
	border-radius: 0 0 15px 15px;
	background-color: #ffe7c0;
}
.content09 .area_txt .char {
	position: absolute;
	bottom: -2px;
	left: 1rem;
}
.content09 .area_txt .txt {
	padding: 1.5rem 1rem 1.5rem 15rem;
	font-size: 1.1rem;
	line-height: 1.6rem;
}
@media (width <= 750px) {
	.content09 .inner .container {
    padding: 1rem;
    position: relative;
	}
	.content09 .inner .container .area_case {
    background: #fff;
    padding: 2rem 1rem 1.5rem;
    border-radius: 10px 10px 0 0;
    border: 2px solid;
	}
	.content09 .inner .container .mark_case {
    left: 9rem;
		border: 2px solid;
    border-radius: 30px;
    padding: 0 1.6rem;
    font-size: 1rem;
    line-height: 1.6rem;
    top: 0.2rem;
	}
	.content09 h1 {
    font-size: 2.5rem;
    line-height: 2rem;
		-webkit-text-stroke: 1.7px #242424;
		font-weight: 800;
	}
	.content09 .inner {
    padding: 0 0 2rem;
	}
	.content09 .area_txt {
		border: solid 2px;
		border-top: none;
	}
	.content09 .area_txt .char {
    left: 0;
    width: 35%;
	}
	.content09 .area_txt .txt {
    padding: 0.5rem 0.5rem 0.5rem 8rem;
    font-size: 0.7rem;
    line-height: 1rem;
	}
	.content09 .pic_next {
		padding: 0.3rem;
	}
}


/* content10 */
.content10 {
	background-color: #f7f8d8;
}
.content10 .ttl {
	background-color: #05a327;
	padding: 2rem 0;
	text-align: center;
	color: #fff;
}
.content10 .ttl h1 {
	font-size: 3.5rem;
	line-height: 3.5rem;
	-webkit-text-stroke: 2.5px #242424;
font-weight: 800;
}
.content10 .ttl h2 {
	font-size: 1.5rem;
	line-height: 1.5rem;
	padding-top: 1rem;
}
.content10 .area_user {
	padding: 4rem 2rem;
}
.content10 .area_user .user {
	padding: 0.8rem 0;
}
@media (width <= 750px) {
	.content10 .ttl h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
		-webkit-text-stroke: 1.7px #242424;
		font-weight: 800;
	}
	.content10 .ttl h2 {
    font-size: 0.8rem;
    line-height: 1rem;
    padding-top: 0.5rem;
	}
	.content10 .ttl {
    padding: 1rem 0;
	}
	.content10 .area_user {
    padding: 1.5rem 1rem;
	}
	.content10 .area_user .user {
    padding: 0.5rem 0;
	}
}


/* content11 */
.content11 {
	background-color: #f7f8d8;
}
.content11 .ttl {
	background-color: #f82e37;
	padding: 2rem 0;
	text-align: center;
	color: #fff;
}
.content11 .ttl h1 {
	font-size: 3.5rem;
	line-height: 3.5rem;
	-webkit-text-stroke: 2.5px #242424;
font-weight: 800;
}
.content11 .ttl h3 {
	font-size: 1.3rem;
	line-height: 1.5rem;
	padding-top: 1rem;
}
.content11 .area_trouble {
	background-color: #ffebef;
	display: flex;
	padding: 2rem;
	justify-content: space-between;
}
.content11 .area_txt {
	display: flex;
	justify-content: space-around;
	padding: 2rem 0 1.5rem;
}
.content11 .area_txt .pic {
	/* width: 15%; */
}
.content11 .area_txt .pic .char {
	width: 90%;
	margin: 0 auto;
}
.content11 .area_txt .pic .name {
	padding: 0.5rem 2rem;
}
.content11 .area_txt .txt {
	font-size: 1.2rem;
	width: 65%;
	line-height: 1.5rem;
	padding: 2rem 0;
}
.content11 .area_txt .txt span {
	font-size: 1.4rem;
	line-height: 2rem;
	border-bottom: 1px solid;
}
@media (width <= 750px) {
	.content11 .ttl h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
		-webkit-text-stroke: 1.7px #242424;
		font-weight: 800;
	}
	.content11 .ttl h3 {
    font-size: 0.8rem;
    line-height: 1rem;
    padding-top: 0.5rem;
	}
	.content11 .ttl {
    padding: 1rem 0;
	}
	.content11 .area_trouble {
    padding: 1rem;
	}
	.content11 .area_trouble .tro {
		width: 32%;
	}

	.content11 .area_txt .txt {
		font-size: 0.65rem;
    width: 68%;
    line-height: 1rem;
    padding: 0;
	}
	.content11 .area_txt .pic {
    width: 25%;
	}
	.content11 .area_txt {
		display: flex;
		justify-content: space-around;
		padding: 0.5rem 0;
		align-items: center;
	}
	.content11 .area_txt .txt span {
		font-size: 0.8rem;
		line-height: 1.2rem;
	}
	.content11 .area_txt .pic .name {
    padding: 0.8rem;
	}
}

/* content12 */
.content12 {
	background-color: #e3efff;
}
.content12 .ttl {
	background-color: #134589;
	padding: 2rem 0;
	text-align: center;
	color: #fff;
}
.content12 .ttl h1 {
	font-size: 3.5rem;
	line-height: 3.5rem;
	-webkit-text-stroke: 2.5px #242424;
	font-weight: 800;
}
.content12 .ttl h3 {
	font-size: 1.3rem;
	line-height: 1.5rem;
	padding-bottom: 1rem;
}
.content12 .inner {
	padding: 4rem;
}
.content12 .inner .step {
	padding: 1rem;
}
.content12 .slick-prev {
	left: -38px;
}
.content12 .slick-prev:before, .content12 .slick-next:before {
	font-size: 35px;
	color: #2d63aa;
}
@media (width <= 750px) {
	.content12 .ttl h3 {
    font-size: 1.2rem;
    line-height: 1.2rem;
    padding-bottom: 0.5rem;
	}
	.content12 .ttl {
    padding: 1rem 0;
	}
	.content12 .ttl h1 {
    font-size: 2.5rem;
		-webkit-text-stroke: 1.7px #242424;
		font-weight: 800;
	}
	.content12 .inner {
    padding: 1.5rem;
	}
	.content12 .slick-prev {
    left: -14px;
	}
	.content12 .slick-prev:before, .content12 .slick-next:before {
    font-size: 25px;
	}
	.content12 .slick-next {
    right: -7px;
	}
}

/* content13 */
.content13 {
	background-color: #f7f8d8;
}
.content13 .ttl {
	background-color: #078f24;
	padding: 2rem 0;
	text-align: center;
	color: #fff;
}
.content13 .ttl h1 {
	font-size: 3.5rem;
	line-height: 3.5rem;
	-webkit-text-stroke: 2.5px #242424;
	font-weight: 800;
}
.content13 .ttl h3 {
	font-size: 1.3rem;
	line-height: 1.5rem;
	padding-top: 1rem;
}
.content13 .inner {
	padding: 4rem 2rem;
}
@media (width <= 750px) {
	.content13 .ttl h3 {
		font-size: 0.9rem;
		line-height: 0.9rem;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	.content13 .ttl {
    padding: 1rem 0;
	}
	.content13 .ttl h1 {
    font-size: 2.5rem;
		-webkit-text-stroke: 1.7px #242424;
		font-weight: 800;
	}
	.content13 .inner {
    padding: 2rem 1rem;
	}
}




/* QA */
.accordion-001 {
	background-color: #ffffff;
	margin-bottom: 1.5rem;
}
.accordion-001 summary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 0.5rem 1em;
	border-radius: 5px;
	background-color: #2e8e0b;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
	border: 3px solid #242424;
	font-size: 1.3rem;
	line-height: 1.8rem;
}

.accordion-001 summary::-webkit-details-marker {
	display: none;
}

.accordion-001 summary::after {
	transform: translateY(-25%) rotate(45deg);
	width: 7px;
	height: 7px;
	margin-left: 10px;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	content: '';
	transition: transform .3s;
}

.accordion-001[open] summary::after {
	transform: rotate(225deg);
}

.accordion-001 p {
	transform: translateY(-10px);
	opacity: 0;
	margin: 0;
	padding: 1em 1em 2em;
	color: #333333;
	transition: transform .5s, opacity .5s;
	border: 3px solid;
	border-top: none;
	border-radius: 0 0 5px 5px;
	line-height: 1.8rem;
}

.accordion-001[open] p {
	transform: none;
	opacity: 1;
}

@media (width <= 750px) {
	.accordion-001 {
    margin-bottom: 1rem;
	}
	.accordion-001 summary {
    font-size: 0.9rem;
    line-height: 1.3rem;
		border: 1.7px solid #242424;
		padding: 0.3rem 0.7em;
	}
	.accordion-001 p {
		padding: 0.5rem 0.5rem 1em;
		border: 1.7px solid;
		border-radius: 0 0 5px 5px;
		line-height: 1.1rem;
		border-top: none;
		font-size: 0.8rem;
	}
}

/* content14 */
.content14 {
	background-color: #f6faff;
	padding-bottom: 3rem;
}
.content14 .ttl {
	background-color: #3690c3;
	padding: 2rem 0;
	text-align: center;
	color: #fff;
}
.content14 .ttl h1 {
	font-size: 3.5rem;
	line-height: 3.5rem;
	-webkit-text-stroke: 2.5px #242424;
font-weight: 800;
}
.content14 .ttl h3 {
	font-size: 1.3rem;
	line-height: 1.5rem;
	padding-top: 1rem;
}
.content14 .inner .pic {
	width: 60%;
	margin: 0 auto;
	padding: 2rem;
}
.content14 .inner .area_store {
	display: flex;
	flex-wrap: wrap;
	padding: 1rem;
	justify-content: space-between;
}
.content14 .inner .area_store .store {
	width: 23%;
	background-color: #fff;
	text-align: center;
	border: 3px solid;
	border-radius: 20px;
	font-size: 1.2rem;
	line-height: 2rem;
	margin: 0.2rem;
}
.content14 a {
	color: #242424;
}
@media (width <= 750px) {
	.content14 .ttl h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
		-webkit-text-stroke: 1.7px #242424;
		font-weight: 800;
	}
	.content14 .ttl h3 {
    font-size: 0.9rem;
    line-height: 1rem;
    padding-top: 0.7rem;
	}
	.content14 .ttl {
    padding: 1rem 0;
	}
	.content14 .inner .pic {
    width: 65%;
    padding: 1rem;
	}
	.content14 .inner .area_store .store {
		width: 22%;
		border: 1.8px solid;
		font-size: 0.8rem;
		line-height: 1.5rem;
	}
}

/* footer */
footer {
	background-color: #134589;
	padding: 3rem 2rem 8rem;
	color: #fff;
}
footer .footer_link {
	font-size: 1.5rem;
	padding: 0.5rem 0;
}
footer a {
	color: #fff;
}
footer .area_store {
	display: flex;
	flex-wrap: wrap;
}
footer .area_store li {
	font-size: 1.2rem;
}
footer .area_store li::before {
	content: '・';
}
footer p {
	font-size: 0.8rem;
	padding: 2rem 0;
	text-align: center;
}

@media (width <= 750px) {
	footer .footer_link {
		font-size: 1rem;
		padding: 0.3rem 0;
	}
	footer .area_store li {
    font-size: 0.8rem;
	}
	.footer p {
		font-size: 0.6rem;
	}

}









/* モーダルを開くボタン */
.modal-open{
	top: 50%;
	left: 50%;
	font-size: 16px;
	font-weight: bold;
	height: 60px;
	border: none;
	cursor: pointer;
	background: none;
}

/* モーダルと背景の指定 */
.modal{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
	z-index: 999;
}

/* モーダルの擬似要素の指定 */
.modal:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}

/* クラスが追加された時の指定 */
.modal.is-active{
  opacity: 1;
  visibility: visible;
}

/* モーダル内側の指定 */
.modal-container{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 600px;
  width: 90%;
}

/* モーダルを閉じるボタンの指定 */
.modal-close{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
}

/* モーダルのコンテンツ部分の指定 */
.modal-content{
  background: #fff;
  text-align: left;
  line-height: 1.8;
  /* padding: 20px; */
}

/* モーダルのコンテンツ部分のテキストの指定 */
.modal-content p{
  margin: 1em 0;
}
























.fv .container img {
  width: 100%;
  height: auto;
}

/* 750pxより大きい画面幅の場合（PC） */
@media (min-width: 751px) {
  main {
    width: 90%;
    max-width: 750px; 

  }

  .sp-image { /* スマートフォン用の画像は非表示 */
    display: none;
  }

  #paso {
    width: 1200px;
    transform: translateX(-200px)
  }

  .char01 { /* .char01クラスの要素を非表示にする */
    display: none;
  }
}

/* 750px以下の画面幅の場合（スマートフォン） */
@media (max-width: 750px) {
  .pc-image { /* PC用の画像は非表示 */
    display: none; 
  }

  main { 
    max-width: 750px; 
    margin: 0 auto; 
  }
}








/* 750pxより大きい画面幅の場合（PC） */
@media (min-width: 751px) {
  /* ... 他のPC用のスタイル ... */

  .tel-number1 {
    visibility: hidden; /* 元のテキストを非表示にする */
  }

  .tel-number1::before {
    content: attr(data-tel); 
    visibility: visible; 
    color: inherit; 
    font-size: inherit;
    display: inline-block; /* インラインブロック要素にする */
    width: 125%; /* 親要素の幅いっぱいに広げる */
    text-align: center; /* 中央寄せ */
  }

  /* ... 他のPC用のスタイル ... */
}





















/* 750pxより大きい画面幅の場合（PC） */
@media (min-width: 751px) {
  /* ... 他のPC用のスタイル ... */

  .tel-number2 {
    visibility: hidden; /* 元のテキストを非表示にする */
  }

  .tel-number2::before {
    content: attr(data-tel); /* data属性から電話番号を取得して表示 */
    visibility: visible; 
    color: inherit; /* 親要素の.tel-linkの色を継承する */
    font-size: -webkit-xxx-large; /* 親要素の.tel-linkのフォントサイズを継承する */
    display: inline-block; /* インラインブロック要素にする */
    width: 135%; /* 親要素の幅いっぱいに広げる */
	margin-top: 15px;
    text-align: center; /* 中央寄せ */
	  
	  
	  
  }

  /* ... 他のPC用のスタイル ... */
}