@charset "UTF-8";

.link-arrow-red:after {
    font-family: "icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    content: "\F002";
    width: 15px;
    height: 18px;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.3;
    vertical-align: middle;
		color: #e70012;
}

.contractor {
	background: #fdf0ef;
	padding: 20px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}
.contractor .name {
	color: #ec6d65;
	font-weight: bold;
	font-size: 22px;
	margin-right: 30px;
}
.contractor .btn-std-hs {
	font-weight: bold;
	padding: 10px 50px 10px 60px;
}
.contractor .btn-std-hs.is-external:after {
	right: auto;
	left: 15px;
}


.top-cnv .top-cnv-ttl {
	text-align: center;
	color: #e70012;
	padding: 2.5% 6% 0;
	font-size: 13px;
	font-weight: bold;
	border: 3px #e70012 solid;
	border-bottom: none;
}
.top-cnv .top-cnv-body {
	margin-top: -3px;
    border: 3px #e70012 solid;
		border-top: none;
	text-align: center;
}
.top-cnv .top-cnv-body .campaign,.conversion .cnv-body .campaign {
	padding: 0 15px;
	position: relative;
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
}
@media screen and (max-width: 767px) {
.top-cnv .top-cnv-body .campaign,.conversion .cnv-body .campaign {
		font-size: 20px;
}
}
.conversion .cnv-block.cnv-w-42 {
	border: 4px #e70012 solid;
}
.conversion .cnv-block.cnv-w-42 .cnv-cap {
	border: none;
	font-size: 16px;
	padding-top: 17px;
	padding-bottom: 0;
}
.conversion .cnv-body .campaign {
	font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
.conversion .cnv-body .campaign {
	font-size: 20px;
}
.conversion .cnv-body .campaign p{
	margin-top: 10px;
}
}
.top-cnv .top-cnv-body .campaign::before, .conversion .cnv-body .campaign::before {
	content: "";
    margin: auto;
    position: absolute;
    height: 70%;
    width: 2px;
    bottom: 0;
    top: 0;
    background-color: #e70012;
}
.top-cnv .top-cnv-body .campaign::before, .conversion .cnv-body .campaign::before {
	left: 0;
    -webkit-transform: skew(45deg);
    transform: skew(45deg);
}
.top-cnv .top-cnv-body .campaign::after, .conversion .cnv-body .campaign::after {
	content: "";
    margin: auto;
    position: absolute;
    height: 70%;
    width: 2px;
    bottom: 0;
    top: 0;
    background-color: #e70012;
}
.top-cnv .top-cnv-body .campaign::after, .conversion .cnv-body .campaign::after {
	right: 0;
    -webkit-transform: skew(-45deg);
    transform: skew(-45deg);
}
.bnr-area01 {
	font-size: 20px;
	color: #4C2B17;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
}

._image img.is-original {
	display: inline-block;
}

#header .h-top-cnv .campaign span {
	padding: 0 10px;
	display: inline-block;
	position: relative;
}
#header .h-top-cnv .campaign span::before{
	content: "";
	margin: auto;
	position: absolute;
	height: 70%;
	width: 1px;
	bottom: 0;
	top: 0;
	background-color: #e70012;
}
#header .h-top-cnv .campaign span::before{
	left: 0;
	-webkit-transform: skew(45deg);
	transform: skew(45deg);
}
#header .h-top-cnv .campaign span::after{
	content: "";
	margin: auto;
	position: absolute;
	height: 70%;
	width: 1px;
	bottom: 0;
	top: 0;
	background-color: #e70012;
}
#header .h-top-cnv .campaign span::after{
	right: 0;
	-webkit-transform: skew(-45deg);
	transform: skew(-45deg);
}
@media screen and (min-width: 768px) {
	#header .h-top-cnv {
		margin-right: 300px;
    display: flex;
    justify-content: flex-end;
	}
	#header .h-top-cnv .h-top-cnv-wrap {
		text-align: center;
	}
	#header .h-top-cnv .campaign {
		font-size: 12px;
	}
	
	#header .h-top-cnv .btn-entry {
		background-color: #e70012;
		height: auto;
		padding: 6px 40px 6px 60px;
		font-size: 15px;
		width: 250px;
	}
	#header .h-top-cnv .btn-entry:before {
		font-size: 21px;
		height: 21px;
		width: 21px;
		top: calc(50% - 9px);
	}
	#header .h-top-cnv .btn-entry:after {
		font-size: 16px;
		height: 16px;
		width: 16px;
		top: calc(50% - 7px);
		right: 15px;
	}
	#header .h-top-cnv .btn-entry:hover {
		opacity: 0.5;
	}
	.top-cnv {
		width: 20.8%;
		/* top: 63%; */
		bottom: 5%;
		right: 8.6%;
		display: block;
	}
	.top-cnv .top-cnv-body {
		padding: 2% 5% 2%;
	}
	.top-cnv .top-cnv-body > * + * {
		font-size: 13px;
	}
	.top-cnv .top-cnv-body p:not(:nth-child(1)) {
		margin-top: 3%;
	}
	.top-cnv .top-cnv-body .btn-entry {
		height: auto;
		font-size: 14px;
		padding: 3% 15% 3% 20%;
		max-width: 100%;
	}
	.top-cnv .btn-entry:before {
		font-size: 24px;
		width: 24px;
		height: 24px;
		top: calc(50% - 12px)
	}
	.top-cnv .btn-entry:after {
		font-size: 14px;
		width: 14px;
		height: 14px;
		right: 15px;
		top: calc(50% - 7px);
	}
	.top-cnv .top-cnv-body .link-arrow-red {
		font-size: 13px;
	}
	.top-cnv .top-cnv-body .link-arrow-red:after {
		font-size: 14px;
		width: 14px;
		height: 14px;
	}
	.bnr-area01 .bnr {
		width: 400px;
	}
}

@media screen and (max-width: 767px) {
	#header .h-top-nav {
		display: flex;
		flex-flow: row wrap;
	}
	#header .h-top-link {
		width: 66px;
	}
	#header .h-top-cnv {
		display: flex;
    align-items: center;
    justify-content: flex-end;
    width: calc(100% - 76px);
    padding-left: 10px;
	}
	#header .h-top-cnv .btn-entry {
		background-color: #e70012;
		color: #fff;
		height: auto;
		padding: 5px 25px 5px 35px;
		font-size: 12px;
		min-height: 30px;
		max-width: 200px;
	}
	#header .h-top-cnv .btn-entry:before {
		font-size: 20px;
		height: 20px;
		width: 20px;
		top: calc(50% - 13px);
		left: 10px;
	}
	#header .h-top-cnv .btn-entry:after {
		font-size: 14px;
		height: 14px;
		width: 14px;
		top: calc(50% - 7px);
		right: 7px;
	}
	#header .h-top-cnv .btn-entry .btn-inr {
		vertical-align: middle;
	}
	#header .h-top-cnv .campaign {
		font-size: 10px;
		text-align: center;
	}
	.mimamorihon .top {
		margin-bottom: 20px;/* fukoku */
	}
	.mimamorihon .top .top-content_item:nth-child(2) {
		width: 55%;
		top: 40%;
	}
	.top-cnv {
		width: calc(100% - 40px);
		margin: 0 20px;
		bottom: -213px;
	}
	.top-cnv .top-cnv-ttl {
		padding: 12px 20px;
		font-size: 16px;
	}
	.top-cnv .top-cnv-body {
		padding: 0px 20px 15px;
	}
	.top-cnv .top-cnv-body .btn-entry {
		font-size: 18px;
	}
	.top-cnv .top-cnv-body p:last-child {
		margin-top: 8px;
	}
	.btn-entry.btn-line2-sp {
		height: 40px;
	}
	.btn-entry::before {
		font-size: 1.5rem;
		line-height: 1.5;
	}
	.contractor .btn-std-hs {
		padding: 10px 30px 10px 50px;
	}
	
	.bnr-area01 .bnr {
		max-width: 400px;
		font-size: 16px;
	}
	
	/* ----- contents ----- */
	#contents {
		padding-top: 68px;
	}
}

.box-flow .box ._title {
	display: flex;
	align-items: center;
	justify-content: center;
}
.box-flow .box ._title .step-num {
	width: 64px;
	min-width: 64px;
	height: 64px;
	background: #ed6d88;
	color: #fff;
	font-size: 16px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: bold;
	flex-direction: column;
}
.box-flow .box ._title .step-num ._num {
	font-size: 24px;
	line-height: 1;
}
.box-flow .box ._title > *:not(.step-num) {
	text-align: left;
	padding-left: 10px;
	display: inline-flex;
    align-items: center;
}
.web-purchase .notes01 {
	color: #4c2b17;
	font-size: 16px;
}
.web-purchase .ttl-lv2 ._num{
	font-size: 1.8em;
}
.mimamorihon .font-pink{
	color: #ed6d88;
}

.mimamorihon .voice .voice-item._full .voice-item_ttl,
.mimamorihon .voice .voice-item._full .voice-item_txt{
	float: none;
	width: 100%;
}

@media screen and (max-width: 767px) {
	*[class*="heightLine"] {
		height: auto !important;
	}
	
	.mimamorihon .box-flow .box {
		padding: 30px;
	}
	.mimamorihon .box-flow .box ._title {
		flex-direction: column;
	}
	.box-flow .box ._title .step-num {
		width: 56px;
		min-width: 56px;
		height: 56px;
		font-size: 14px;
		margin-bottom: 10px;
	}
	.box-flow .box ._title .step-num ._num {
		font-size: 22px;
	}
	.web-purchase .notes01 {
		font-size: 14px;
	}
}

.anime-group {
	position: relative;
}
.anime-group img {
	width: 100%;
	display: block;
	opacity: 0;
}
.anime-group img + img {
	position: absolute;
	top: 0;
	left: 0;
}

.top-content_item_anime,
.reason-top02_gif {
        opacity: 0;
        transition: opacity 0.5s linear;
}
.top-content_item_anime.is-scroll,
.reason-top02_gif.is-scroll {
	-moz-transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    -ms-transition-delay: 1.5s;
        transition-delay: 1.5s;
        opacity: 1;
}

@media (min-width: 768px), print {
.conversion .cnv-block .cnv-box {
	/* height: 207px; */
}
.conversion .cnv-box .btn-tel {
	font-size: 2.5rem;
}
.conversion .cnv-box .cnv-body {
    padding-top: 30px;
}.conversion .cnv-box .cnv-tel-list {
	margin-top: 23px;
}
.conversion .cnv-box .cnv-info {
	margin-top: 37px;
}
}

/* fukoku */
.fukoku-txt {
	background:#FFF0F5;
	border: 2px solid #DC4A4C;
	width: 90%;
	margin: 20px auto;
	padding: 1em;
}
.fukoku-txt p {
	font-size: 0.8em;
}
@media (min-width: 768px){
	.fukoku-txt {
		padding: 2em;
	}
	.fukoku-txt p {
		font-size: 1.2em;
	}
}
