li span,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
	height: 100%;
	min-height: 100%;
	font-size: 62.5%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, MyYuGothicM, YuGothic, "メイリオ", Meiryo, sans-serif;
	-webkit-font-smoothing: antialiased;
	background-repeat: repeat;
	background-position: 5px;
}

body {
	-webkit-text-size-adjust: 100%;
	font-size: 3.73333vw;
	line-height: 1.7;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, MyYuGothicM, YuGothic, "メイリオ", Meiryo, sans-serif;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
td,
th {
	text-align: left;
	font-weight: 400;
	vertical-align: middle;
}

blockquote,
q {
	quotes: none;
}

blockquote:after,
blockquote:before {
	content: "";
	content: none;
}

q:after,
q:before {
	content: "";
	content: none;
}

a img {
	border: none;
}

a {
	text-decoration: none;
}

a:visited {
	color: #000;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-height: 999999px;
}

body {
	position: relative;
	color: #333;
}

.wrapper {
	overflow: hidden;
	width: 100%;
	position: relative;
	background-color: #bfe0de;
}

.wrapper.main {
	padding-bottom: 6vw;
	background-color: white;
}

.wrapper.body {
	padding-bottom: 13.33333vw;
}

.wrapper.use {
	background: #ffefea;
	padding-top: 16vw;
	padding-bottom: 11.33333vw;
}

.wrapper.button {
	padding-top: 10.66667vw;
	padding-bottom: 10.66667vw;
	background-color: white;
}

.serviceflow {
	background-color: #f0f0f0;
	padding-bottom: 14.66667vw;
	padding-top: 14.66667vw;
}

.serviceflow .service_title {
	font-size: 7.46667vw;
	text-align: center;
	padding-bottom: 8vw;
	font-weight: bold;
}

.serviceflow .service_title::after {
	content: '';
	display: block;
	background: #333;
	height: 0.26667vw;
	width: 8.66667vw;
	margin-top: 2.66667vw;
	margin: 0 auto;
	margin-top: 5px;
}

.serviceflow .step_wrap {
	width: 92vw;
	margin: 0 auto;
}

.serviceflow .step_area {
	margin-bottom: 8vw;
	width: 92vw;
	padding-right: 4vw;
	padding-left: 4vw;
	position: relative;
}

.serviceflow .step_area::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 16px 0 16px;
	border-color: #333 transparent transparent transparent;
	position: absolute;
	bottom: -4.93333vw;
	left: 0;
	right: 0;
	margin: auto;
}

.serviceflow .step01 {
	background-image: url(../image-assets/bg_step01.png);
	height: 38.66667vw;
}

.serviceflow .step01 .step_ttl {
	margin-bottom: 5.33333vw;
}

.serviceflow .step02 {
	background-image: url(../image-assets/bg_step02.png);
	height: 74.13333vw;
}

.serviceflow .step03 {
	background-image: url(../image-assets/bg_step03.png);
	height: 87.06667vw;
}

.serviceflow .step04 {
	background-image: url(../image-assets/bg_step04.png);
	margin-bottom: 0 !important;
	height: 81.86667vw;
}

.serviceflow .step04::after {
	display: none;
}

.serviceflow .step_ttl {
	font-size: 3.73333vw;
	padding-top: 6.66667vw;
	padding-bottom: 3.73333vw;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.serviceflow .step_pic {
	padding-top: 3.33333vw;
}

.serviceflow .step_text {
	text-align: center;
	line-height: 1.3;
	color: #333;
	font-size: 3.2vw;
	margin-top: 3.33333vw;
}

.serviceflow .step_small_text {
	font-size: 2.4vw;
	padding-top: 4.66667vw;
}

.serviceflow .step_link {
	font-size: 3.2vw;
	width: 44vw;
	padding-top: 3.33333vw;
	margin: 0 auto;
}

.serviceflow .step_link a {
	width: 44vw;
	font-weight: bold;
	border-bottom: 2px solid #000;
	padding-bottom: 1.33333vw;
}

.serviceflow .step_link a::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 10px;
	border-color: transparent transparent transparent #333;
	margin-left: 5px;
}

.serviceflow .step_link a:hover {
	opacity: 0.6;
}

.h1_pic {
	position: relative;
}

.h1_pic .pink_button {
	position: absolute;
	bottom: 5.33333vw;
	left: 0;
	right: 0;
	margin: auto;
}

.feature {
	padding-top: 13.33333vw;
	padding-bottom: 16vw;
	background-color: #fff;
}

.feature .voice_title {
	font-size: 7.46667vw;
	text-align: center;
	padding-bottom: 8vw;
	font-weight: bold;
}

.feature .voice_title::after {
	content: '';
	display: block;
	background: #333;
	height: 0.26667vw;
	width: 8.66667vw;
	margin-top: 2.66667vw;
	margin: 0 auto;
	margin-top: 5px;
}

.feature .feature_top_flex_area {
	display: block;
	width: 84vw;
	margin: 0 auto;
}

.feature .feature_top_flex_contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 5.33333vw;
}

.feature .feature_top_flex_contents:first-child {
	margin-top: 0vw;
}

.feature .feature_text_area {
	width: 61.33333vw;
}

.feature .feature_pink_ttl {
	color: #fff;
	background-color: #e4007f;
	text-align: center;
	border-radius: 20px;
	font-weight: bold;
	font-size: 3.2vw;
}

.feature .feature_description {
	padding-top: 2.66667vw;
	font-size: 3.2vw;
	color: #333;
	text-align: center;
	line-height: 1.4;
}

.feature .feature_description-text-left {
	text-align: left;
}

.feature .feature_bottom_flex_area {
	background-image: url(../image-assets/bg_feature.png);
	height: 124.13333vw;
	width: 92vw;
	margin: 0 auto;
	margin-top: 13.33333vw;
	position: relative;
	padding-left: 4vw;
	padding-right: 4vw;
}

.feature .feature_bottom_ttl {
	width: 60vw;
	font-size: 3.46667vw;
	text-align: center;
	background-color: white;
	position: absolute;
	top: -4vw;
	right: 0;
	left: 0;
	margin: auto;
	font-weight: bold;
	line-height: 1.42;
}

.feature .plan_icon_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 10vw;
}

.feature .plan_icon_contents {
	width: 25.33333vw;
	margin-bottom: 4vw;
}

.feature .plan_txt {
	font-size: 3.2vw;
	white-space: nowrap;
	text-align: center;
	line-height: 1;
}

.feature .plan_txt-wide {
	-webkit-transform: translateX(-15px);
	transform: translateX(-15px);
}

.feature .plan_none {
	font-size: 2.66667vw;
	color: #333;
	padding-top: 0.66667vw;
}

.price_info {
	background-color: #fff8eb;
	padding-top: 13.33333vw;
	padding-bottom: 14.66667vw;
}

.price_info .price_info_title {
	font-size: 7.46667vw;
	text-align: center;
	padding-bottom: 8vw;
	font-weight: bold;
}

.price_info .price_info_title::after {
	content: '';
	display: block;
	background: #333;
	height: 0.26667vw;
	width: 8.66667vw;
	margin-top: 2.66667vw;
	margin: 0 auto;
	margin-top: 5px;
}

.price_info .price_info_contents {
	width: 92vw;
	margin: 0 auto;
}

.price_info .price_info_ttl {
	background-color: #eedcb3;
	padding-left: 2.4vw;
	font-weight: bold;
}

.price_info .price_info_txtarea {
	padding-top: 5.33333vw;
	padding-right: 4vw;
	padding-bottom: 6vw;
	padding-left: 4vw;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.price_info .price_info_text_left {
	width: 16vw;
	height: 9.33333vw;
	font-size: 3.2vw;
	line-height: 1.375;
	font-weight: bold;
	text-align: center;
}

.price_info .top_price_info_contents {
	margin-top: 5.33333vw;
}

.price_info .price_info_text_center {
	width: 9.33333vw;
	height: 9.33333vw;
	border: 2px #eedcb3 solid;
	font-size: 3.2vw;
	line-height: 1.07;
	padding: 1.06667vw;
}

.price_info .price_info_text_right {
	font-size: 6.93333vw;
	padding-top: 1.33333vw;
	font-weight: bold;
	line-height: 1;
}

.price_info .price_info_text_right-em {
	color: #e4007f;
}

.price_info .price_span01 {
	font-size: 4.26667vw;
	font-weight: bold;
}

.price_info .price_span02 {
	font-size: 3.2vw;
	font-weight: normal;
	color: #333;
}

.price_info .another_whitebox {
	background-color: #fff;
}

.price_info .price_info_txtpic01 {
	text-align: center;
	margin-top: -2.66667vw;
	padding-bottom: 2.66667vw;
}

.price_info .price_info_pink_button {
	text-align: center;
	margin-top: 13.33333vw;
}

.price_info .price_info_pink_button .pink_button {
	margin: 0 auto;
}

.bears_feature {
	padding-top: 13.33333vw;
	padding-bottom: 14.66667vw;
	background-color: #fff;
}

.bears_feature .bears_feature_title {
	font-size: 7.46667vw;
	text-align: center;
	padding-bottom: 8vw;
	font-weight: bold;
}

.bears_feature .bears_feature_title::after {
	content: '';
	display: block;
	background: #333;
	height: 0.26667vw;
	width: 8.66667vw;
	margin-top: 2.66667vw;
	margin: 0 auto;
	margin-top: 5px;
}

.bears_feature .wrapper_feature {
	width: 84vw;
	margin: 0 auto;
}

.bears_feature .wrapper_feature_flex_contents {
	padding-bottom: 10.66667vw;
}

.bears_feature .wrapper_feature_flex_contents::after {
	content: url(../image-assets/line_dot.png);
	display: inline-block;
	width: 84vw;
	height: 0.26667vw;
}

.bears_feature .wrapper_feature_flex_contents_another {
	padding-bottom: 0vw;
}

.bears_feature .wrapper_feature_flex_contents_another::after {
	display: none;
}

.bears_feature .feature_pink_ttl {
	color: #fff;
	background-color: #e4007f;
	text-align: center;
	border-radius: 36px;
	font-weight: bold;
	margin: auto;
	padding: 7px 0;
	width: 74.66667vw;
	font-size: 4.53333vw;
}

.bears_feature .bears_feature_txt01 {
	font-size: 3.2vw;
	line-height: 1;
	padding-top: 4vw;
	color: #333;
	text-align: center;
}

.bears_feature .bears_feature_pic01 {
	text-align: center;
	margin: auto;
	width: 37.33333vw;
	padding-top: 6vw;
	margin-bottom: 0vw;
}

.bears_feature .bears_feature_pic01 img {
	width: 100%;
}

.bears_feature .bears_feature_pic02 {
	text-align: center;
	margin: auto;
	width: 76vw;
	padding-top: 4.66667vw;
	margin-bottom: 4vw;
}

.bears_feature .bears_feature_pic02 img {
	width: 100%;
}

.bears_feature .bears_feature_pic03 {
	text-align: center;
	margin: auto;
	width: 33.33333vw;
	padding-top: 4.66667vw;
	margin-bottom: 8vw;
}

.bears_feature .bears_feature_pic03 img {
	width: 100%;
}

.bears_feature .bears_feature_txt02 {
	color: #333;
	text-align: center;
	font-size: 3.06667vw;
	width: 76vw;
	margin: 0 auto;
	margin-top: -2.66667vw;
	margin-bottom: 8vw;
}

.quality {
	padding-top: 13.33333vw;
	padding-bottom: 13.33333vw;
	background-color: #faf4e8;
}

.quality .quality_title {
	font-size: 7.46667vw;
	text-align: center;
	padding-bottom: 8vw;
	font-weight: bold;
	line-height: 1.214;
}

.quality .quality_title::after {
	content: '';
	display: block;
	background: #333;
	height: 0.26667vw;
	width: 8.66667vw;
	margin-top: 2.66667vw;
	margin: 0 auto;
	margin-top: 5px;
}

.quality .quality_pic01 {
	text-align: center;
	width: 66.66667vw;
	margin: auto;
}

.quality .quality_pic01 img {
	width: 100%;
}

.quality .revue {
	width: 84vw;
	margin: 0 auto;
	margin-top: 6.66667vw;
}

.quality .revue_txt01 {
	color: #fff;
	background-color: #e4007f;
	text-align: center;
	border-radius: 35px;
	font-weight: bold;
	font-size: 4.53333vw;
	width: 61.33333vw;
	margin: 0 auto;
	line-height: 9.6vw;
}

.quality .revue_txt02 {
	font-size: 4.53333vw;
	color: #333;
	line-height: 1;
	margin-top: 3.73333vw;
	text-align: center;
}

.quality .revue_whitebox {
	width: 84vw;
	background-color: #fff;
	margin-top: 4.66667vw;
	padding-top: 6.66667vw;
	padding-left: 4.66667vw;
	padding-right: 3.33333vw;
	padding-bottom: 6.66667vw;
	border-radius: 30px;
}

.quality .kutikomi_flex {
	width: 68vw;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.quality .kutikomi_flex_contents01 {
	width: 16.53333vw;
}

.quality .kutikomi_flex_contents02 {
	width: 42vw;
}

.quality .kutikomi_flextxt01 {
	font-size: 2.93333vw;
	font-weight: bold;
	line-height: 1.5;
}

.quality .kutikomi_flextxt02 {
	text-align: right;
	font-size: 2.4vw;
	padding-top: 1.33333vw;
}

.quality .kutikomi_txt01 {
	font-size: 3.2vw;
	padding-top: 3.33333vw;
	line-height: 1.5;
}

.quality .kutikomi_txt02 {
	font-size: 3.2vw;
	line-height: 1.5;
	padding-top: 4vw;
}

.quality .quality_pink_button {
	text-align: center;
}

.quality .quality_pink_button .pink_button {
	margin: 0 auto;
	margin-top: 13.33333vw;
}

.servicearea {
	padding-top: 14.66667vw;
	padding-bottom: 14.66667vw;
	background-color: #fafafa;
}

.servicearea .servicearea_title {
	font-size: 7.46667vw;
	text-align: center;
	padding-bottom: 8vw;
	font-weight: bold;
	line-height: 1.214;
}

.servicearea .servicearea_title::after {
	content: '';
	display: block;
	background: #333;
	height: 0.26667vw;
	width: 8.66667vw;
	margin-top: 2.66667vw;
	margin: 0 auto;
	margin-top: 5px;
}

.servicearea .servicearea_map {
	width: 89.86667vw;
	margin: 0 auto;
}

.container {
	margin: 0 auto;
	height: 100%;
	width: 100%;
}

.header_bottom_area {
	background-color: #ebebeb;
	margin-top: -15px;
	padding-top: 35px;
	padding-bottom: 65px;
}

.click_txt {
	text-align: center;
	font-weight: bold;
	color: #333;
}

.mv_button {
	width: 600px;
	height: 100px;
	background-color: #2b9991;
	border-radius: 10px;
	margin: 10px auto 0;
}

.mv_button:hover {
	opacity: 0.6;
}

.mv_link_text {
	text-align: center;
	display: block;
	line-height: 100px;
	color: #fff;
	font-weight: bold;
}

.mv_link_text:visited {
	color: #fff;
}

header .sns {
	text-align: center;
	font-size: 0;
	padding-top: 2.66667vw;
	padding-bottom: 2.93333vw;
}

header .sns a {
	display: inline-block;
	position: relative;
	width: 23.06667vw;
	margin-left: 4vw;
}

header .sns a:first-child {
	margin-left: 0;
}

header .sns a img {
	width: 100%;
	display: block;
}

footer .footer_area {
	font-size: 2.93333vw;
	line-height: 1;
	padding-bottom: 2.66667vw;
}

footer .footer_sub_area {
	font-size: 2.93333vw;
	line-height: 1;
	padding-bottom: 4vw;
}

footer .footer {
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #eeeeee;
	text-align: center;
	color: #808080;
	padding-top: 8vw;
	padding-bottom: 9.33333vw;
	font-size: 2.66667vw;
}

footer .footer_copyright {
	background-color: #000;
	text-align: center;
	font-size: 2.4vw;
	padding-top: 0.66667vw;
	padding-bottom: 0.66667vw;
}

footer .footer_copyright small {
	color: white;
}

footer .address_area_another {
	padding-bottom: 0vw;
}

footer .fw_address {
	font-size: 2.66667vw;
	padding-bottom: 4vw;
	font-weight: bold;
}

footer .fw_address span {
	font-weight: normal;
	display: block;
}

footer .fw_address_another {
	padding-bottom: 0vw;
}

footer .footer_nav {
	width: 92vw;
	padding-bottom: 4.26667vw;
	margin: 0 auto;
}

footer .footer_ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

footer .footer_li {
	width: 45.86667vw;
	background: white;
	margin-bottom: 0.26667vw;
	line-height: 1;
}

footer .footer_li a {
	text-decoration: none;
	display: block;
	padding-top: 1.6vw;
	padding-bottom: 1.6vw;
	color: #808080;
}

footer .footer_li a:visited {
	color: #808080;
}

footer .footer_li_another {
	width: 92vw;
}

.note {
	font-size: 2.4vw;
	padding: 0 .8em .8em;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	color: #59493f;
}

.note span {
	font-weight: 700;
}

.snsArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.snsArea li {
	margin: 0 2vw 4vw;
}

.title-serif {
	height: 20vw;
	padding-top: 6vw;
	margin-bottom: 2vw;
	text-align: center;
	background: white;
	position: relative;
}

.title-serif img {
	width: 72vw;
	display: inline-block;
}

.comment_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 auto;
	margin-top: 8vw;
	width: 84vw;
}

.comment_area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 4vw;
}

.comment_area:first-of-type {
	padding-top: 0px;
}

.comment_flex_left {
	padding-top: 2.53333vw;
}

.comment_flex_right {
	width: 73.33333vw;
	height: 10.66667vw;
	background-color: #eedcb3;
	border-radius: 10px;
	line-height: 10.66667vw;
	font-size: 3.46667vw;
}

.trouble_area {
	text-align: center;
	background-color: white;
	position: relative;
	padding-bottom: 16vw;
	margin-top: -0.13333vw;
}

.trouble_area:after {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.53333vw 5.33333vw 0 5.33333vw;
	border-color: white transparent transparent transparent;
	left: calc(48% - 2.93333vw);
	bottom: -4vw;
}

.frame {
	position: relative;
	width: 100%;
	margin-top: 6.66667vw;
	background-image: url("../image-assets/frame-body.png");
	background-size: 100vw 2.93333vw;
	background-position: 0 0;
	background-repeat: repeat-y;
}

.frame:before {
	content: "";
	display: block;
	width: 100vw;
	height: 8.53333vw;
	background-image: url("../image-assets/frame-head.png");
	background-size: 100vw 8.53333vw;
	background-repeat: no-repeat;
}

.frame:after {
	content: "";
	display: block;
	width: 100vw;
	height: 0.93333vw;
	background-image: url("../image-assets/frame-foot.png");
	background-size: 100vw 0.93333vw;
	background-repeat: no-repeat;
}

.frame__title {
	width: 84.8vw;
	margin: auto;
	margin-top: -5.33333vw;
	margin-bottom: 4vw;
	padding-bottom: 3.46667vw;
	font-weight: bold;
	text-align: center;
	font-size: 5.33333vw;
	line-height: 1.0;
	background-image: url("../image-assets/frame-title-dot.png");
	background-position: left bottom;
	background-repeat: no-repeat;
}

.frame__title img {
	width: 8.26667vw;
	margin-bottom: 3.33333vw;
}

.frame__title span {
	display: block;
}

.frame__content {
	position: relative;
	margin: auto;
	width: 84.8vw;
}

.frame__content.pdb {
	padding-bottom: 6.66667vw;
}

.frame__content.pdb.large {
	padding-bottom: 13.33333vw;
}

.frame__content.dot-head {
	margin-top: 13.33333vw;
	padding-top: 6vw;
	background-image: url("../image-assets/frame-title-dot.png");
	background-repeat: no-repeat;
}

.frame__content p {
	line-height: 1.8em;
	font-size: 3.73333vw;
}

.frame__content p.small {
	font-size: 3.26667vw;
	line-height: 1.666667;
}

.frame__content .rimage {
	width: 100%;
}

.frame__content .rimage::after {
	content: "";
	display: block;
	clear: both;
}

.frame__content .rimage img {
	float: right;
	width: 18.4vw;
}

.frame__content .rimage.mond {
	margin-top: 8vw;
}

.frame__content .rimage.mond img {
	margin-top: -1.33333vw;
}

.frame__content .rimage.coffee {
	margin-top: 6.66667vw;
}

.frame__content .rimage.coffee img {
	margin-top: -4vw;
}

.frame .image-machine {
	margin-top: -1.33333vw;
}

.frame .image-housework {
	margin-top: -8vw;
}

.deluxe {
	margin-top: 4vw;
}

.deluxe__tbl {
	margin: 0 auto;
	line-height: 1.0;
}

.deluxe__tbl tr {
	display: block;
	margin-bottom: 2.66667vw;
	height: 8vw;
}

.deluxe__tbl th {
	background-image: url("../image-assets/bg-stripe.png");
	text-align: center;
	font-weight: bold;
	width: 25.46667vw;
	height: 8vw;
	font-size: 2.93333vw;
}

.deluxe__tbl th span {
	font-size: 1.86667vw;
}

.deluxe__tbl td {
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
	width: 38.4vw;
	height: 8vw;
	font-size: 6.66667vw;
}

.deluxe__tbl td span {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 3.2vw;
}

.deluxe__cap {
	text-align: center;
	font-size: 2.66667vw !important;
	margin-bottom: 5.33333vw;
}

.price {
	background: #f6f2ed;
	border-radius: 0.66667vw;
	padding-top: 4vw;
	padding-left: 3.33333vw;
	padding-right: 3.33333vw;
	width: 84vw;
	margin: auto;
}

.price__title {
	color: #59493f;
	font-weight: bold;
	line-height: 1.0;
	font-size: 4.8vw;
	margin-bottom: 4vw;
}

.price-ex {
	margin-bottom: 2vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.price-ex::after {
	content: "";
	display: block;
	clear: both;
}

.price-ex dt {
	display: inline-block;
	border: 1px solid #fff;
	font-size: 3.2vw;
	width: 18.66667vw;
}

.price-ex dt span {
	display: block;
	text-align: center;
	line-height: 1.0;
	padding-top: 1.33333vw;
	padding-bottom: 1.33333vw;
}

.price-ex dt span.time {
	background: #fff;
}

.price-ex dd {
	display: inline-block;
	font-weight: bold;
	font-size: 5.06667vw;
	margin-left: 4vw;
}

.price-ex dd span {
	font-size: 2.66667vw;
	font-weight: normal;
}

.price-ex__title {
	color: #fff;
	background: #a6937c;
	font-weight: bold;
	line-height: 1.0;
	font-size: 3.2vw;
	padding: 1.86667vw;
	padding-left: 2.66667vw;
	margin-bottom: 2.66667vw;
}

.price__contents {
	font-size: 3.2vw;
	line-height: 1.25;
	width: 100%;
	display: block;
	padding-bottom: 8vw;
}

.price__contents tr {
	display: block;
	border-bottom: 1px solid #fff;
}

.price__contents th {
	font-weight: bold;
	width: 16vw;
	padding-top: 2vw;
	padding-bottom: 2vw;
	vertical-align: top;
}

.price__contents td {
	vertical-align: top;
	width: 61.33333vw;
	padding-top: 2vw;
	padding-bottom: 2vw;
}

.area {
	display: block;
	margin: auto;
	width: 92vw;
	height: 77.33333vw;
	margin-top: 2.66667vw;
	padding-top: 6.66667vw;
	padding-left: 4vw;
	background-image: url("../image-assets/image-map.png");
	background-size: 92vw 74.13333vw;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.area__title {
	color: #e4007f;
	font-weight: bold;
	line-height: 1.0;
	border-bottom: 1px solid #e4007f;
	font-size: 4.8vw;
	width: 50.66667vw;
	padding-bottom: 2.66667vw;
	margin-bottom: 4.66667vw;
}

.area > p {
	font-size: 3.2vw;
}

.ttl-sub {
	width: 84.8vw;
	height: 14.93333vw;
	font-size: 4.8vw;
	padding-left: 17.6vw;
	padding-top: 4.66667vw;
	margin-bottom: 0.66667vw;
	font-weight: bold;
	line-height: 1.0;
	background-size: contain;
	background-repeat: no-repeat;
}

.ttl-sub.t1 {
	background-image: url("../image-assets/ttl-sub1.png");
}

.ttl-sub.t2 {
	background-image: url("../image-assets/ttl-sub2.png");
}

.ttl-sub + p {
	margin-bottom: 5.33333vw;
}

.white_wrapper_top_txt {
	color: #333;
	text-align: center;
	width: 82.66667vw;
	margin: 0 auto;
	font-size: 3.2vw;
	padding-bottom: 6.66667vw;
	font-weight: bold;
}

.onayami_answer {
	background-color: #bfe0de;
	padding-bottom: 16vw;
	margin-top: -0.13333vw;
}

.onayami_answer .onayami_answer_subtitle {
	width: 72.4vw;
	margin: 0 auto;
}

.onayami_answer .onayami_answer_subtitle::after {
	content: '';
	display: block;
	background: #333;
	height: 0.26667vw;
	width: 8.66667vw;
	margin-top: 2.66667vw;
	margin: 0 auto;
	margin-top: 5px;
}

.onayami_answer .white_area_txt {
	font-size: 3.73333vw;
	text-align: center;
	line-height: 12vw;
}

.onayami_answer .white_area_txt a {
	display: block;
	font-weight: bold;
	color: #333;
}

.onayami_answer .white_area_txt a::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 16px 0 16px;
	border-color: #333 transparent transparent transparent;
	position: absolute;
	top: 4.93333vw;
	right: 6vw;
}

.onayami_answer .white_area_txt a:hover {
	opacity: 0.6;
}

.onayami_answer .white_area_txt a:valid {
	color: #333;
}

.onayami_answer .white_wrapper {
	margin-top: 8vw;
}

.onayami_answer .white_area {
	background-color: white;
	width: 92vw;
	border-radius: 20px;
	margin: 0 auto;
	margin-bottom: 4vw;
	position: relative;
}

.onayami_answer .white_area:last-child {
	margin-bottom: 0vw;
}

.onayami_answer .white_area_textpic03 {
	text-align: center;
}

.onayami_answer .white_area_textpic03 span {
	display: block;
	font-size: 2.66667vw;
	padding-top: 1.33333vw;
}

.use {
	background-color: #fff !important;
	width: 84vw;
	margin: 0 auto;
}

.use .use_title {
	font-size: 7.46667vw;
	text-align: center;
	padding-bottom: 8vw;
	font-weight: bold;
	line-height: 1.214;
}

.use .use_title::after {
	content: '';
	display: block;
	background: #333;
	height: 0.26667vw;
	width: 8.66667vw;
	margin-top: 2.66667vw;
	margin: 0 auto;
	margin-top: 5px;
}

.use .use_text_li {
	list-style: disc;
	font-size: 3.2vw;
	padding-left: 1.33333vw;
	color: #333;
	position: relative;
}

.use .use_text_li::before {
	content: "•";
	position: absolute;
	left: -0.26667vw;
	left: -0.26667vw;
}

.use .payment_area {
	margin-top: 10.26667vw;
}

.use .payment_area_txt01 {
	color: #fff;
	background-color: #e4007f;
	text-align: center;
	border-radius: 35px;
	font-weight: bold;
	font-size: 4.53333vw;
	width: 61.33333vw;
	margin: 0 auto;
	line-height: 9.6vw;
	margin-bottom: 6.66667vw;
}

.use .payment_area_li {
	font-size: 3.6vw;
	padding-left: 3.33333vw;
	position: relative;
}

.use .payment_area_li::before {
	content: "・";
	font-size: 6vw;
	position: absolute;
	top: -2vw;
	left: -0.8vw;
}

.use .payment_area_li a {
	color: #df006d;
	text-decoration: underline;
	display: inline-block;
}

.use .payment_bald {
	display: inline;
	font-weight: bold;
}

.use .use_pink_button {
	margin-top: 13.33333vw;
}

.use .payment_pic01 {
	margin-top: 4.66667vw;
}

strong {
	font-weight: bold;
	background: url(../image-assets/text_bg.png) repeat-x left 0.5em;
	padding-bottom: 0.5em;
}

.small strong {
	background: url(../image-assets/text_bg.png) repeat-x left 0.4em;
	padding-bottom: 0.6em;
}

.text_l {
	font-size: 4vw;
}

.text_s {
	font-size: 3.2vw !important;
}

.text_ss {
	font-size: 2.66667vw !important;
}

.text_caution {
	font-size: 2.66667vw;
}

.onayami_title {
	text-align: center;
}

.tac {
	text-align: center;
}

.tar {
	text-align: right;
}

.application {
	text-align: center;
}

.pink_button {
	width: 84.13333vw;
	height: 13.06667vw;
	background: url("../image-assets/button_pink.png");
	background-size: contain;
	display: block;
}

.pink_button:hover {
	opacity: 0.6;
}

.pink_button span {
	display: block;
	text-align: center;
	padding-left: 14.66667vw;
	line-height: 12.66667vw;
	font-size: 3.6vw;
	color: #fff;
	font-weight: bold;
}

header .sns {
	text-align: left;
	font-size: 0;
	padding-top: 2.66667vw;
	padding-bottom: 2.93333vw;
	padding-left: 1.33333vw;
	padding-right: 1.33333vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 5px solid #dc6fa4;
}

header .sns a {
	width: 60px;
}

header .sns .sns_logo {
	display: inline-block;
	position: relative;
	width: 23.06667vw;
	margin-left: 4vw;
}

header .sns .sns_logo:first-child {
	margin-left: 0;
}

header .sns .sns_logo img {
	width: 100%;
	display: block;
}

header .sns .sns_ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 35.33333vw;
}

header .sns .sns_li {
	width: 10.66667vw;
}

header .sns .sns_li a {
	width: 100%;
}

header .sns .sns_li img {
	width: 100%;
}

header .sns {
	padding-top: 20px;
	padding-bottom: 22px;
	padding-left: 10px;
	padding-right: 10px;
}

header .sns .sns_logo {
	width: 173px;
	margin-left: 30px;
}

header .sns .sns_ul {
	width: 225px;
}

header .sns .sns_li {
	width: 60px;
}

.kv_gif {
	text-align: center;
	margin-bottom: 6.66667vw;
}

.returnBtn {
	display: none;
	background: url(../image-assets/ico_totop.png) 0 0 no-repeat;
	text-indent: -9999px;
	display: block;
	position: fixed;
	right: 1.33333vw;
	width: 6.93333vw;
	height: 6.93333vw;
	bottom: 12vw;
	background-size: 6.93333vw;
	z-index: 200;
}

.returnBtn:hover {
	opacity: 0.6;
}

.bears_feature_pic01_text01 {
	font-size: 16px;
	text-align: center;
	margin: auto;
	margin-bottom: 6.66667vw;
}

@media print, screen and (min-width: 768px) {

.sp {
	display: none !important;
}

body {
	font-size: 28px;
}

.wrapper.main {
	padding-bottom: 45px;
}

.wrapper.body {
	padding-bottom: 100px;
}

.wrapper.use {
	padding-top: 120px;
}

.wrapper.use {
	padding-bottom: 85px;
}

.wrapper.button {
	padding-top: 80px;
}

.wrapper.button {
	padding-bottom: 80px;
}

.serviceflow {
	padding-bottom: 110px;
}

.serviceflow {
	padding-top: 110px;
}

.serviceflow .service_title {
	font-size: 56px;
}

.serviceflow .service_title {
	padding-bottom: 60px;
}

.serviceflow .service_title::after {
	height: 2px;
}

.serviceflow .service_title::after {
	width: 65px;
}

.serviceflow .service_title::after {
	margin-top: 20px;
}

.serviceflow .step_wrap {
	width: 690px;
}

.serviceflow .step_area {
	margin-bottom: 60px;
}

.serviceflow .step_area {
	width: 690px;
}

.serviceflow .step_area {
	padding-right: 30px;
}

.serviceflow .step_area {
	padding-left: 30px;
}

.serviceflow .step_area::after {
	bottom: -37px;
}

.serviceflow .step01 {
	height: 290px;
}

.serviceflow .step01 .step_ttl {
	margin-bottom: 40px;
}

.serviceflow .step02 {
	height: 556px;
}

.serviceflow .step03 {
	height: 653px;
}

.serviceflow .step04 {
	height: 614px;
}

.serviceflow .step_ttl {
	font-size: 28px;
}

.serviceflow .step_ttl {
	padding-top: 50px;
}

.serviceflow .step_ttl {
	padding-bottom: 28px;
}

.serviceflow .step_pic {
	padding-top: 25px;
}

.serviceflow .step_text {
	font-size: 24px;
}

.serviceflow .step_text {
	margin-top: 25px;
}

.serviceflow .step_small_text {
	font-size: 18px;
}

.serviceflow .step_small_text {
	padding-top: 35px;
}

.serviceflow .step_link {
	font-size: 24px;
}

.serviceflow .step_link {
	width: 330px;
}

.serviceflow .step_link {
	padding-top: 25px;
}

.serviceflow .step_link a {
	width: 330px;
}

.serviceflow .step_link a {
	padding-bottom: 10px;
}

.h1_pic .pink_button {
	bottom: 40px;
}

.feature {
	padding-top: 100px;
}

.feature {
	padding-bottom: 120px;
}

.feature .voice_title {
	font-size: 56px;
}

.feature .voice_title {
	padding-bottom: 60px;
}

.feature .voice_title::after {
	height: 2px;
}

.feature .voice_title::after {
	width: 65px;
}

.feature .voice_title::after {
	margin-top: 20px;
}

.feature .feature_top_flex_area {
	width: 630px;
}

.feature .feature_top_flex_contents {
	margin-top: 40px;
}

.feature .feature_top_flex_contents:first-child {
	margin-top: 0px;
}

.feature .feature_text_area {
	width: 460px;
}

.feature .feature_pink_ttl {
	font-size: 24px;
}

.feature .feature_description {
	padding-top: 20px;
}

.feature .feature_description {
	font-size: 24px;
}

.feature .feature_bottom_flex_area {
	height: 931px;
}

.feature .feature_bottom_flex_area {
	width: 690px;
}

.feature .feature_bottom_flex_area {
	margin-top: 100px;
}

.feature .feature_bottom_flex_area {
	padding-left: 30px;
}

.feature .feature_bottom_flex_area {
	padding-right: 30px;
}

.feature .feature_bottom_ttl {
	width: 450px;
}

.feature .feature_bottom_ttl {
	font-size: 26px;
}

.feature .feature_bottom_ttl {
	top: -30px;
}

.feature .plan_icon_flex {
	padding-top: 75px;
}

.feature .plan_icon_contents {
	width: 190px;
}

.feature .plan_icon_contents {
	margin-bottom: 30px;
}

.feature .plan_txt {
	font-size: 24px;
}

.feature .plan_none {
	font-size: 20px;
}

.feature .plan_none {
	padding-top: 5px;
}

.price_info {
	padding-top: 100px;
}

.price_info {
	padding-bottom: 110px;
}

.price_info .price_info_title {
	font-size: 56px;
}

.price_info .price_info_title {
	padding-bottom: 60px;
}

.price_info .price_info_title::after {
	height: 2px;
}

.price_info .price_info_title::after {
	width: 65px;
}

.price_info .price_info_title::after {
	margin-top: 20px;
}

.price_info .price_info_contents {
	width: 690px;
}

.price_info .price_info_ttl {
	padding-left: 18px;
}

.price_info .price_info_txtarea {
	padding-top: 40px;
}

.price_info .price_info_txtarea {
	padding-right: 30px;
}

.price_info .price_info_txtarea {
	padding-bottom: 45px;
}

.price_info .price_info_txtarea {
	padding-left: 30px;
}

.price_info .price_info_text_left {
	width: 120px;
}

.price_info .price_info_text_left {
	height: 70px;
}

.price_info .price_info_text_left {
	font-size: 24px;
}

.price_info .top_price_info_contents {
	margin-top: 40px;
}

.price_info .price_info_text_center {
	width: 70px;
}

.price_info .price_info_text_center {
	height: 70px;
}

.price_info .price_info_text_center {
	font-size: 24px;
}

.price_info .price_info_text_center {
	padding: 8px;
}

.price_info .price_info_text_right {
	font-size: 52px;
}

.price_info .price_info_text_right {
	padding-top: 10px;
}

.price_info .price_span01 {
	font-size: 32px;
}

.price_info .price_span02 {
	font-size: 24px;
}

.price_info .price_info_txtpic01 {
	margin-top: -20px;
}

.price_info .price_info_txtpic01 {
	padding-bottom: 20px;
}

.price_info .price_info_pink_button {
	margin-top: 100px;
}

.bears_feature {
	padding-top: 100px;
}

.bears_feature {
	padding-bottom: 110px;
}

.bears_feature .bears_feature_title {
	font-size: 56px;
}

.bears_feature .bears_feature_title {
	padding-bottom: 60px;
}

.bears_feature .bears_feature_title::after {
	height: 2px;
}

.bears_feature .bears_feature_title::after {
	width: 65px;
}

.bears_feature .bears_feature_title::after {
	margin-top: 20px;
}

.bears_feature .wrapper_feature {
	width: 630px;
}

.bears_feature .wrapper_feature_flex_contents {
	padding-bottom: 80px;
}

.bears_feature .wrapper_feature_flex_contents::after {
	width: 630px;
}

.bears_feature .wrapper_feature_flex_contents::after {
	height: 2px;
}

.bears_feature .wrapper_feature_flex_contents_another {
	padding-bottom: 0px;
}

.bears_feature .feature_pink_ttl {
	width: 560px;
}

.bears_feature .feature_pink_ttl {
	font-size: 34px;
}

.bears_feature .bears_feature_txt01 {
	font-size: 24px;
}

.bears_feature .bears_feature_txt01 {
	padding-top: 30px;
}

.bears_feature .bears_feature_pic01 {
	width: 280px;
}

.bears_feature .bears_feature_pic01 {
	padding-top: 45px;
}

.bears_feature .bears_feature_pic01 {
	margin-bottom: 0px;
}

.bears_feature .bears_feature_pic02 {
	width: 570px;
}

.bears_feature .bears_feature_pic02 {
	padding-top: 35px;
}

.bears_feature .bears_feature_pic02 {
	margin-bottom: 30px;
}

.bears_feature .bears_feature_pic03 {
	width: 250px;
}

.bears_feature .bears_feature_pic03 {
	padding-top: 35px;
}

.bears_feature .bears_feature_pic03 {
	margin-bottom: 60px;
}

.bears_feature .bears_feature_txt02 {
	font-size: 23px;
}

.bears_feature .bears_feature_txt02 {
	width: 570px;
}

.bears_feature .bears_feature_txt02 {
	margin-top: -20px;
}

.bears_feature .bears_feature_txt02 {
	margin-bottom: 60px;
}

.quality {
	padding-top: 100px;
}

.quality {
	padding-bottom: 100px;
}

.quality .quality_title {
	font-size: 56px;
}

.quality .quality_title {
	padding-bottom: 60px;
}

.quality .quality_title::after {
	height: 2px;
}

.quality .quality_title::after {
	width: 65px;
}

.quality .quality_title::after {
	margin-top: 20px;
}

.quality .quality_pic01 {
	width: 500px;
}

.quality .revue {
	width: 630px;
}

.quality .revue {
	margin-top: 50px;
}

.quality .revue_txt01 {
	font-size: 34px;
}

.quality .revue_txt01 {
	width: 460px;
}

.quality .revue_txt01 {
	line-height: 72px;
}

.quality .revue_txt02 {
	font-size: 34px;
}

.quality .revue_txt02 {
	margin-top: 28px;
}

.quality .revue_whitebox {
	width: 630px;
}

.quality .revue_whitebox {
	margin-top: 35px;
}

.quality .revue_whitebox {
	padding-top: 50px;
}

.quality .revue_whitebox {
	padding-left: 35px;
}

.quality .revue_whitebox {
	padding-right: 25px;
}

.quality .revue_whitebox {
	padding-bottom: 50px;
}

.quality .kutikomi_flex {
	width: 510px;
}

.quality .kutikomi_flex_contents01 {
	width: 124px;
}

.quality .kutikomi_flex_contents02 {
	width: 315px;
}

.quality .kutikomi_flextxt01 {
	font-size: 22px;
}

.quality .kutikomi_flextxt02 {
	font-size: 18px;
}

.quality .kutikomi_flextxt02 {
	padding-top: 10px;
}

.quality .kutikomi_txt01 {
	font-size: 24px;
}

.quality .kutikomi_txt01 {
	padding-top: 25px;
}

.quality .kutikomi_txt02 {
	font-size: 24px;
}

.quality .kutikomi_txt02 {
	padding-top: 30px;
}

.quality .quality_pink_button .pink_button {
	margin-top: 100px;
}

.servicearea {
	padding-top: 110px;
}

.servicearea {
	padding-bottom: 110px;
}

.servicearea .servicearea_title {
	font-size: 56px;
}

.servicearea .servicearea_title {
	padding-bottom: 60px;
}

.servicearea .servicearea_title::after {
	height: 2px;
}

.servicearea .servicearea_title::after {
	width: 65px;
}

.servicearea .servicearea_title::after {
	margin-top: 20px;
}

.servicearea .servicearea_map {
	width: 674px;
}

.container {
	width: 750px;
	margin: auto;
}

header .sns {
	padding-top: 20px;
}

header .sns {
	padding-bottom: 22px;
}

header .sns a {
	width: 173px;
}

header .sns a {
	margin-left: 30px;
}

footer .footer_area {
	font-size: 22px;
}

footer .footer_area {
	padding-bottom: 20px;
}

footer .footer_sub_area {
	font-size: 22px;
}

footer .footer_sub_area {
	padding-bottom: 30px;
}

footer .footer {
	padding-top: 60px;
}

footer .footer {
	padding-bottom: 70px;
}

footer .footer {
	font-size: 2rem;
}

footer .footer_copyright {
	font-size: 18px;
}

footer .footer_copyright {
	padding-top: 5px;
}

footer .footer_copyright {
	padding-bottom: 5px;
}

footer .address_area_another {
	padding-bottom: 0px;
}

footer .fw_address {
	font-size: 20px;
}

footer .fw_address {
	padding-bottom: 30px;
}

footer .fw_address_another {
	padding-bottom: 0px;
}

footer .footer_nav {
	width: 690px;
}

footer .footer_nav {
	padding-bottom: 32px;
}

footer .footer_li {
	width: 344px;
}

footer .footer_li {
	margin-bottom: 2px;
}

footer .footer_li a {
	padding-top: 12px;
}

footer .footer_li a {
	padding-bottom: 12px;
}

footer .footer_li_another {
	width: 690px;
}

a :hover {
	opacity: 0.7;
}

.note {
	font-size: 1.8rem;
}

.snsArea li {
	margin: 0 15px 30px;
}

.title-serif {
	height: 150px;
}

.title-serif {
	padding-top: 45px;
}

.title-serif {
	margin-bottom: 15px;
}

.title-serif img {
	width: 540px;
}

.comment_flex {
	margin-top: 60px;
}

.comment_flex {
	width: 630px;
}

.comment_area {
	padding-top: 30px;
}

.comment_flex_left {
	padding-top: 19px;
}

.comment_flex_right {
	width: 550px;
}

.comment_flex_right {
	height: 80px;
}

.comment_flex_right {
	line-height: 80px;
}

.comment_flex_right {
	font-size: 26px;
}

.trouble_area {
	padding-bottom: 120px;
}

.trouble_area {
	margin-top: -1px;
}

.trouble_area:after {
	bottom: -33px;
	border-width: 34px 40px 0 40px;
	left: calc(50% - 40px);
}

.frame {
	margin-top: 50px;
}

.frame {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.frame {
	background-size: 750px 22px;
}

.frame:before {
	width: 750px;
	height: 64px;
	background-size: 750px 64px;
}

.frame:after {
	width: 750px;
	height: 7px;
	background-size: 750px 7px;
}

.frame__title {
	width: 636px;
}

.frame__title {
	margin-top: -40px;
}

.frame__title {
	margin-bottom: 30px;
}

.frame__title {
	padding-bottom: 26px;
}

.frame__title {
	font-size: 4.0rem;
}

.frame__title img {
	width: 62px;
}

.frame__title img {
	margin-bottom: 25px;
}

.frame__content {
	width: 636px;
}

.frame__content {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}

.frame__content.pdb {
	padding-bottom: 50px;
}

.frame__content.pdb.large {
	padding-bottom: 100px;
}

.frame__content.dot-head {
	margin-top: 100px;
}

.frame__content.dot-head {
	padding-top: 45px;
}

.frame__content p {
	font-size: 28px;
}

.frame__content p.small {
	font-size: 24px;
}

.frame__content .rimage img {
	width: 138px;
}

.frame__content .rimage.mond {
	margin-top: 60px;
}

.frame__content .rimage.mond img {
	margin-top: -10px;
}

.frame__content .rimage.coffee {
	margin-top: 50px;
}

.frame__content .rimage.coffee img {
	margin-top: -30px;
}

.frame .image-machine {
	margin-top: -10px;
}

.frame .image-housework {
	margin-top: -60px;
}

.deluxe {
	margin-top: 30px;
}

.deluxe__tbl tr {
	margin-bottom: 20px;
}

.deluxe__tbl tr {
	height: 60px;
}

.deluxe__tbl th {
	width: 191px;
}

.deluxe__tbl th {
	height: 60px;
}

.deluxe__tbl th {
	font-size: 22px;
}

.deluxe__tbl th span {
	font-size: 1.4rem;
}

.deluxe__tbl td {
	width: 288px;
}

.deluxe__tbl td {
	height: 60px;
}

.deluxe__tbl td {
	font-size: 50px;
}

.deluxe__tbl td span {
	font-size: 2.4rem;
}

.deluxe__cap {
	margin-bottom: 40px;
}

.deluxe__cap {
	font-size: 2.0rem;
}

.price {
	border-radius: 5px;
}

.price {
	padding-top: 30px;
}

.price {
	padding-left: 25px;
}

.price {
	padding-right: 25px;
}

.price {
	width: 630px;
}

.price__title {
	font-size: 3.6rem;
}

.price__title {
	margin-bottom: 30px;
}

.price-ex {
	margin-bottom: 15px;
}

.price-ex dt {
	font-size: 2.4rem;
}

.price-ex dt {
	width: 140px;
}

.price-ex dt span {
	padding-top: 10px;
}

.price-ex dt span {
	padding-bottom: 10px;
}

.price-ex dd {
	font-size: 3.8rem;
}

.price-ex dd {
	margin-left: 30px;
}

.price-ex dd span {
	font-size: 2rem;
}

.price-ex__title {
	font-size: 2.4rem;
}

.price-ex__title {
	padding: 14px;
}

.price-ex__title {
	padding-left: 20px;
}

.price-ex__title {
	margin-bottom: 20px;
}

.price__contents {
	font-size: 2.4rem;
}

.price__contents {
	padding-bottom: 60px;
}

.price__contents th {
	width: 120px;
}

.price__contents th {
	padding-top: 15px;
}

.price__contents th {
	padding-bottom: 15px;
}

.price__contents td {
	width: 460px;
}

.price__contents td {
	padding-top: 15px;
}

.price__contents td {
	padding-bottom: 15px;
}

.area {
	width: 690px;
}

.area {
	height: 580px;
}

.area {
	margin-top: 20px;
}

.area {
	padding-top: 50px;
}

.area {
	padding-left: 30px;
}

.area {
	background-size: 690px 556px;
}

.area__title {
	font-size: 3.6rem;
}

.area__title {
	width: 380px;
}

.area__title {
	padding-bottom: 20px;
}

.area__title {
	margin-bottom: 35px;
}

.area > p {
	font-size: 2.4rem;
}

.ttl-sub {
	width: 636px;
}

.ttl-sub {
	height: 112px;
}

.ttl-sub {
	font-size: 3.6rem;
}

.ttl-sub {
	padding-left: 132px;
}

.ttl-sub {
	padding-top: 35px;
}

.ttl-sub {
	margin-bottom: 5px;
}

.ttl-sub + p {
	margin-bottom: 40px;
}

.white_wrapper_top_txt {
	width: 620px;
}

.white_wrapper_top_txt {
	font-size: 24px;
}

.white_wrapper_top_txt {
	padding-bottom: 50px;
}

.onayami_answer {
	padding-bottom: 120px;
}

.onayami_answer {
	margin-top: -1px;
}

.onayami_answer .onayami_answer_subtitle {
	width: 543px;
}

.onayami_answer .onayami_answer_subtitle::after {
	height: 2px;
}

.onayami_answer .onayami_answer_subtitle::after {
	width: 65px;
}

.onayami_answer .onayami_answer_subtitle::after {
	margin-top: 20px;
}

.onayami_answer .white_area_txt {
	font-size: 28px;
}

.onayami_answer .white_area_txt {
	line-height: 90px;
}

.onayami_answer .white_area_txt a::after {
	top: 37px;
}

.onayami_answer .white_area_txt a::after {
	right: 45px;
}

.onayami_answer .white_wrapper {
	margin-top: 60px;
}

.onayami_answer .white_area {
	width: 690px;
}

.onayami_answer .white_area {
	margin-bottom: 30px;
}

.onayami_answer .white_area:last-child {
	margin-bottom: 0px;
}

.onayami_answer .white_area_textpic03 span {
	font-size: 20px;
}

.onayami_answer .white_area_textpic03 span {
	padding-top: 10px;
}

.use {
	width: 630px;
}

.use .use_title {
	font-size: 56px;
}

.use .use_title {
	padding-bottom: 60px;
}

.use .use_title::after {
	height: 2px;
}

.use .use_title::after {
	width: 65px;
}

.use .use_title::after {
	margin-top: 20px;
}

.use .use_text_li {
	font-size: 24px;
}

.use .use_text_li {
	padding-left: 10px;
}

.use .use_text_li::before {
	left: -2px;
}

.use .use_text_li::before {
	left: -2px;
}

.use .payment_area {
	margin-top: 77px;
}

.use .payment_area_txt01 {
	font-size: 34px;
}

.use .payment_area_txt01 {
	width: 460px;
}

.use .payment_area_txt01 {
	line-height: 72px;
}

.use .payment_area_txt01 {
	margin-bottom: 50px;
}

.use .payment_area_li {
	font-size: 27px;
}

.use .payment_area_li {
	padding-left: 25px;
}

.use .payment_area_li::before {
	font-size: 45px;
}

.use .payment_area_li::before {
	top: -15px;
}

.use .payment_area_li::before {
	left: -6px;
}

.use .use_pink_button {
	margin-top: 100px;
}

.use .payment_pic01 {
	margin-top: 35px;
}

.text_l {
	font-size: 30px;
}

.text_s {
	font-size: 24px !important;
}

.text_ss {
	font-size: 20px !important;
}

.text_caution {
	font-size: 20px;
}

.pink_button {
	width: 631px;
}

.pink_button {
	height: 98px;
}

.pink_button span {
	padding-left: 110px;
}

.pink_button span {
	line-height: 95px;
}

.pink_button span {
	font-size: 27px;
}

.kv_gif {
	margin-bottom: 50px;
}

.returnBtn {
	right: 10px;
}

.returnBtn {
	width: 52px;
}

.returnBtn {
	height: 52px;
}

.returnBtn {
	bottom: 90px;
}

.returnBtn {
	background-size: 52px;
}

.bears_feature_pic01_text01 {
	margin-bottom: 50px;
}

}

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

.pc {
	display: none !important;
}

html {
	font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
}

img {
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

}

