body {
	font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 500;
}

font-zen-antique {
	font-family: 'Zen Antique';
}

.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.noto-serif-jp-500 {
  font-weight: 500;
}
.noto-serif-jp-700 {
  font-weight: 700;
}

.marker {
	/* background: linear-gradient(transparent 60%, rgba(209, 189, 150, .4) 60%); */
    background: linear-gradient(transparent 70%, rgba(75, 179, 139, .3) 70%);
}

h2::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    margin: 18px auto 0;
    background: #4bb38b;
}

@media screen and (min-width: 768px) {
	h2::after {
		width: 80px;
		height: 4px;
		margin: 40px auto 0;
	}
}

header {
	position: relative;
	padding: 15px 0;
	background: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
	z-index: 10;
	text-align: center;
}

header img {
	width: 200px;
}

header .tel {
	font-size: 36px;
}

header .tel a {
	color: #333;
	text-decoration: none;
	font-style: italic;
}

@media screen and (min-width: 768px) {
	header img {
		width: unset;
	}

}


#keyvisual {
	height: 500px;
	padding-top: 40px;
	text-align: center;
	background-color: #f3f3f3;
	background: url(../images/keyvisual_bg.png) no-repeat center bottom /100%, url(../images/keyvisual_bg2.png);
}

#keyvisual h1 {
	margin-bottom: 15px;
}

#keyvisual h1 img {
	width: 90%;
	max-width: 400px;
}

#keyvisual .box {
	position: relative;
	width: 100px;
	margin: 7px;
	font-family: 'Zen Antique';
}

#keyvisual .box img {
	width: 100%;
}

#keyvisual .box .text {
	position: absolute;
	color: #ac8f56;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

@media screen and (min-width: 768px) {
	#keyvisual {
		padding-top: 75px;
		height: 650px;
		background: url(../images/keyvisual_bg_pc.png) no-repeat left bottom, url(../images/keyvisual_bg2.png);
	}

	#keyvisual h1 {
		width: 90%;
		text-align: right;
		margin-bottom: 60px;
	}

	#keyvisual h1 img {
		max-width: fit-content;
	}

	#keyvisual .box {
		width: 164px;
	}

	#keyvisual .box .text {
		font-size: 24px;
	}
}

.cta {
	background: url(../images/cta_bg.png) no-repeat center center /cover;
}

.cta .container {
	padding-top: 45px;
	padding-bottom: 30px;
	width: 90%;
	padding-left: 0;
	padding-right: 0;
}

.cta h2::after {
	display: none;
}

.cta .paper {
	padding: 0 8px 20px;
	border: 10px solid #fff;
	border-radius: 0 0 10px 10px;
	background: url(../images/cta_bg01.png), #fff;
	position: relative;
}

.cta .paper::before {
	content: "";
	display: block;
	background: url(../images/cta_img01.png) repeat-x left top /30px 12px;
	width: calc(100% + 20px);
	height: 20px;
	position: absolute;
	left: -10px;
	top: -22px;
}

.cta .rhombus {
	width: 250px;
	height: 42px;
	border-bottom: 42px solid #ebe0ca; /* 高さ */
 	transform: skewX(-30deg);
 	box-sizing: border-box;
 	margin: 0 auto 15px;
 	font-family: 'Zen Antique';
}

.cta .rhombus .text {
	text-align: center;
	transform:skew(30deg, 0deg);
	color: #735b3b;
	padding-top: 4px;
	font-weight: 500;
}

.cta .rhombus .text span {
	font-size: 26px;
}

.cta h2 {
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
}

.cta h2 small {
	font-size: 15px;
	/* line-height: 48px; */
}

.cta .text {
	margin: 18px 0;
	line-height: 28px;
	font-size: 15px;
	font-weight: 700;
}

.cta .text-l {
	font-size: 18px;
}

.cta a img {
	max-width: 300px;
}

@media screen and (min-width: 768px) {
	.cta .paper::before {
		background: url(../images/cta_img01.png) repeat-x;
		top: -30px;
	}
	.cta .rhombus {
		margin: 0 5px 15px;
	}
	.cta .rhombus .text {
		margin-top: 2px;
	}
	.cta h2 {
		font-size: 37px;
	}
	.cta h2 small {
		font-size: 24px;
	}
	.cta a img {
		max-width: 470px;
	}

}

.trick {
	padding: 50px 0;
	background: url(../images/trick_bg.png);
}

.trick .container {
	padding-left:20px;
	padding-right: 20px;
}

.trick h2 {
	text-align: center;
	margin-bottom: 60px;
	font-weight: 700;
}

.trick h2 small {
    display: block;
    font-size: 24px;
    text-align: center;
    line-height: 1.5;
}

.trick .paper {
	padding: 20px 10px;
	border: 10px solid #fff;
	border-radius: 0 0 10px 10px;
	background: #fff;
	position: relative;
	margin: 0 auto;
}

.trick .paper::before {
	content: "";
	display: block;
	background: url(../images/cta_img01.png) repeat-x left top /50px 20px;
	width: calc(100% + 20px);
	height: 20px;
	position: absolute;
	left: -10px;
	top: -30px;
}


.trick ul {
	padding-left: 0;
}

.trick li {
	line-height: 1.4;
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 13px;
	border-bottom: 1px dashed #987F14;
	padding-left: 26px;
	list-style: none;
	background: url(../images/check.png) no-repeat top 0px left/15px;
	background-size: 22px;
	margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
	.trick .paper {
		width: 60%;
	}
}

.refundable {
    padding: 60px 0 50px;
    background: url(../images/refund_bg_top.png) no-repeat center top, url(../images/refund_bg.png),#fff;
}

.refundable .container {
	width: 95%;
}

.refundable h2 {
	font-size: 24px;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 30px;
	font-weight: 700;
}

.refundable h2 span {
	font-size: 18px;
}

.refundable .text {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.75;
	max-width: 800px;
	margin: 0 auto;
}

.refundable .text  span {
    font-weight: 700;
    background: linear-gradient(transparent 70%, rgba(75, 179, 139, .3) 70%);
}

.refundable .text .imgbox {
	margin-top: -20px;
	text-align: right;
}

.refundable .text .imgbox img {
	width: 90px;
}

.refundable .points {
	margin: 25px 0;
	text-align: center;
}

.refundable .points img {
	width: 100%;
	max-width: 760px;
}

@media screen and (min-width: 768px) {
	.refundable .text {
		font-size: 17px;
	}
}

.examples {
	margin: 60px 0;
}
.examples .container {
	max-width: 1000px;
}

.examples h2 {
	text-align: center;
	color: #4bb38b;
	font-weight: 700;
}

.examples h2 small {
	color: #000;
}

.examples h3 {
	color: #FFF;
	background: #222;
	display: inline-block;
	border-radius: 30px;
	padding: 5px 15px;
	font-size: 13px;
	margin: 0;
}
.examples h4 {
	font-size: 17px;
	margin: 5px 0;
	font-weight: 700;
}

.examples .example {
	display: flex;
	margin-top: 40px;
	justify-content: center;
	align-items: center;
}

.examples .example.bdtop {
	padding-top: 40px;
    border-top: 2px solid #DDD;
}

.examples .example:first-child {
	border: none;
}


.examples .example .image {
	max-width: 110px;
	display: flex;
	align-items: end;
}

.examples .example .image img{
	width: 100%;
}

.examples .example .text {
	/* width: calc(100% - 120px) */;
	margin-left: 10px;
}

.examples .example .text .damage {
	font-size: 18px;
	vertical-align: bottom;
	margin-bottom: 10px;
}

.examples .example .text .damage .caption {
	display: inline-block;
	background: #222;
	color: #fff;
	font-size: 12px;
	padding: 3px 10px 5px;
	border-radius: 5px;
	text-align: center;
	margin-right: 5px;
	vertical-align: 3px;
}

.examples .example .text .damage .number {
	font-size: 22px;
	font-weight: 700;
}

.examples .example .text .return {
	font-size: 22px;
	margin-bottom: 10px;
	color: #4bb38b;
}

.examples .example .text .return .caption {
	display: inline-block;
	background-color: #4bb38b;
	color: #fff;
	font-size: 12px;
	padding: 3px 10px 5px;
	border-radius: 5px;
	text-align: center;
	margin-right: 5px;
	vertical-align: 5px;
}

.examples .example .text .return .number {
	font-size: 26px;
	font-weight: 700;
}

.examples .detail {
    margin-top: 20px;
    border: solid 2px #4bb38b;
    border-radius: 10px;
    padding: 18px 22px;
    font-size: 13px;
    margin-right: 15px;
    margin-left: 15px;
}


@media screen and (min-width: 768px) {
	.examples .example .image {
		max-width: 210px;
	}

	.examples .example .text {
		width: calc(100% - 230px);
	}

	.examples h3 {
		font-size: 24px;
		padding: 10px 36px 14px;
	}

	.examples h4 {
		margin-top: 16px;
		margin-bottom: 16px;
		font-size: 20px;
	}

	.examples .example .text .damage,
	.examples .example .text .return {
		font-size: 30px;
	}

	.examples .example .text .damage .caption,
	.examples .example .text .return .caption {
		font-size: 24px;
		padding: 10px 26px 12px;
		width: 180px;
	}

	.examples .example .text .damage .number {
		font-size: 36px;
		margin-left: 12px;
	}

	.examples .example .text .return .number {
		font-size: 42px;
		margin-left: 12px;
	}

	.examples .detail {
		font-size: 18px;
		padding: 40px 50px;
	}

	.examples .detail:after {
		top: -40px;
		border-width: 20px;
		margin-left: -20px;
	}
}

.flow {
	padding: 50px 0 10px;
    background: url(../images/flow_bg.png);
}

.flow h2 {
	text-align: center;
	margin-bottom: 40px;
	font-weight: 700;
}

.flow .box {
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
    padding: 15px 20px 10px;
    margin: 0 6px 40px;
    position: relative;
}

/*
.flow .box:nth-child(5) {
	margin-bottom: 25px;
}
*/

.flow .box:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid #ccc;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: calc(50% - 10px);
    bottom: -26px;
}

/*
.flow .box:nth-child(5):after,
*/
.flow .box:last-child:after {
	display: none;
}

.flow .stepbox {
    width: 90px;
    position: absolute;
    left: -5px;
    top: 12px;
    z-index: 0;
    transform: translate3d(0px, 0px, 0px);
}

.flow .step,
.flow .step2 {
	display: inline-block;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	padding: .2em 1em .4em .4em;
	position: relative;
	color: #fff;
	z-index: 1;
}

.flow .step span,
.flow .step2 span {
	font-size: 18px;
	font-weight: 700;
}

.flow .step:before,
.flow .step2:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
/*
	transform: scaleY(0.9) perspective(1em) rotateX(358deg);
	transform-origin: bottom left;
*/
}

.flow .step:before {
	background: #7fdab7;
}
.flow .step2:before {
	background: #4bb38b;
}

.flow h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 85px;
}

.flow p {
	font-weight: 400;
	padding-top: 5px;
	margin-bottom: 0.5rem;
	font-size: 15px;
}

.flow .rhombus {
	width: 90%;
	height: 40px;
	border-bottom: 40px solid #4bb38b; /* 高さ */
 	transform: skewX(-30deg);
 	box-sizing: border-box;
 	margin: 0 auto 25px;
}

.flow .rhombus .text {
	text-align: center;
	transform:skew(30deg, 0deg);
	color: #fff;
	padding-top: 6px;
}


.price {
	padding: 50px 0 10px;
}

.price h2 {
	text-align: center;
	margin-bottom: 40px;
	font-size: 21px;
	font-weight: 700;
}

.price .outerbox {
    padding: 20px 15px 30px;
    border-radius: 8px;
    /* border: 3px solid #4bb38b; */
    background-color: #4bb38b;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
}

.price .shadowtext {
	text-shadow: 3px 3px 2px #333;
}

.price .pricenum {
	font-size: 1.75rem;
	color: #ff0;
    font-weight: 900;
}

.price .yen {
	color: #ff0;
    font-weight: 900;
}

.price .box {
    text-align: center;
    font-size: 14px;
    border: 2px solid #4bb38b;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 6px;
    color: #c00;
}

.price h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 0;
    background-color: #4bb38b;
    margin: 0;
}

.price h4 {
	text-align: center;
	font-size:16px;
	font-weight: 700;
	margin-bottom: 16px;
}

.price .box span {
	font-size: 48px;
}

.price .paper {
	padding: 20px 20px;
	border-radius: 0 0 10px 10px;
	background: url(../images/price_bg01.png), #fff;
	position: relative;
	margin: 40px auto 10px;
}

.price .paper::before {
	content: "";
	display: block;
	background: url(../images/price_img01.png) repeat-x left top /50px 20px;
	width: 100%;
	height: 20px;
	position: absolute;
	left: 0;
	top: -20px;
}

.price .paper .notes {
	font-weight: 400;
	font-size: 14px;
}

.price .paper .notes span {
    background: linear-gradient(transparent 70%, rgba(75, 179, 139, .3) 70%);
}

.price .paper .imgbox {
	text-align: right;
}

.price .paper .imgbox img {
	width: 100px;
}

.price .subtext {
	font-size: 12px;
	font-weight: 400;
}

@media screen and (min-width: 768px) {
	.price h2 {
		font-size: 32px;
	}

	.price .paper {
		width: 60%;
		padding: 20px;
	}

	.price .paper .notes {
		font-weight: 400;
	}

	.price .paper .imgbox img {
		width: unset;
	}
}


.reason {
	padding: 50px 0 10px;
}

.reason h2 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 30px;
	font-weight: 700;
}

.reason .box {
/*
    border: 2px solid #4bb38b;
    border-radius: 10px;
    padding: 15px 25px;
    margin-bottom: 10px;
*/
	padding: 30px;
	border-radius: 20px;
	background-color: #F2F9FA;
	margin: 40px 20px;
	position: relative;
}

.reason .box:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border: 20px solid transparent;
    border-top-color: #4bb38b;
    border-right-color: #4bb38b;
    z-index: 5;
}
.reason h3 {
	font-size: 19px;
	margin-bottom: 12px;
/*	text-align: center; */
	position: relative;
	padding-bottom: 16px;
}
.reason h3:after {
    content: '';
    width: 50px;
    height: 5px;
    background-color: #4bb38b;
    position: absolute;
    bottom: 0;
    left: 0;
}

.reason .box div {
	font-size: 14px;
	font-weight: 400;
}

@media screen and (min-width: 768px) {
	.reason h2 {
		font-size: 32px;
	}
}

.linefree {
    padding: 60px 0 50px;
    background: url(../images/linefree_top.png) no-repeat center top, url(../images/flow_bg.png);
}

.linefree .container {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
}

.linefree h2 {
	padding-bottom: 40px;
	text-align: center;
}

.linefree img.line_sp {
	width: 94px;
	margin-right: 20px;
}

.linefree a img {
	margin-top: 25px;
	max-width: 100%;
}

.linefree .notes{
	font-weight: 400;
}

.faq {
	padding: 50px 0 10px;
}

.faq h2 {
	text-align: center;
	margin-bottom: 40px;
	font-weight: 700;
}

.accordion-button:focus {
	border-color: unset;
	box-shadow: none;
}

.accordion-button:not(.collapsed) {
	color: unset;
	background-color: unset;
}


.contact {
	background: url(../images/mailform_bg.png) repeat left top;
	padding: 50px 0 5px;
}

.contact h2 {
	text-align: center;
	font-size: 24px;
	font-weight: 700;
}

.contact .notes {
	max-width: 1000px;
	margin: 40px auto 0;
}

.contact #mail_form {
	color: #000;
}

.about {
	padding: 60px 0 50px;
    background: url(../images/flow_bg.png);
}

.about .container {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
}

.about h2 {
	padding-bottom: 20px;
	text-align: center;
}

.about table {
	margin: 0 auto;
}

.about table th {
	border-bottom: 2px solid #4bb38b;
	font-size: 15px;
	padding: 10px;
	min-width: 94px;
}

.about table td {
	border-bottom: 1px solid #ccc;
	font-weight: 400;
	font-size: 15px;
	padding: 10px;
}

.about table td a {
	color: unset;
	text-decoration: none;
}


footer {
	text-align: center;
	padding-bottom: 100px;
	padding-top: 20px;
	color: #fff;
	background-color: #333;
	font-weight: 400;
	font-size: 12px;
}

footer .navi {
	width: 75%;
	margin: 0 auto 30px;
	text-align: center;
}

footer .navi p {
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 20px 0;
	font-size: 15px;
}

footer .navi p:last-child {
	border-bottom: none;
}

footer .navi a {
	color: #fff;
	text-decoration: none;
}

footer img {
	max-width: 200px;
}

@media screen and (min-width: 768px) {
	footer {
		margin-bottom: 20px;
	}

	footer img {
		max-width: unset;
	}
}

.fixed-bottom {
	background-color: rgba(255, 255, 255, .7);
	padding: 8px 0;
}

.fixed-bottom .fixbtn {
	width: 46%;
}

.fixed-bottom .fixbtn img {
	width: 100%;
}

.thanks {
	background-image: url(../images/thanks_bg.png);
}

.thanks .container {
	padding: 50px 0 80px;
	text-align: center;
	width: 90%;
}

.thanks .image img {
	width: 135px;
}

.thanks h2 {
	font-size: 24px;
	font-weight: 700;
	margin: 15px 0 30px;
	line-height: 1.5;
}

.thanks .text {
	margin: 0 auto 35px;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.8;
	text-align: left;
	width: 90%;
}

.thanks a img {
	max-width: 100%;
}

.thanks .return_button {
    position: relative;
    display: block;
    height: 50px;
    margin: 30px auto 0;
    padding-top: 12px;
    background: #d1bd96;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.thanks .return_button::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    left: 25px;
    top: 22px;
}

.hearing {
	font-weight: normal;
}

.hearing h2 {
	margin-top: 2rem;
	text-align: center;
}

.hearing .notes {
	padding-top: 2rem;
	color: #4bb38b;
	max-width: 900px;
	margin: 0 auto;
}