<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

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

body {
	line-height: 1.8;
	background-color: #f3f3f3;
	font-size: 18px;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

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

html * {
	box-sizing: border-box;
}

img {
	width: 100%;
	display: block;
	height: auto;
}

a img:hover {
	opacity: 0.7;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

a {
	color: #1558d6;
	text-decoration: none;
}

a:hover {
	color: #ff8000;
}

sup {
	top: -0.5em;
	font-size: 75%;
	line-height: 0;
	position: relative;
}

.sp {
	display: none;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.flex_only {
	display: flex;
}

.bold_text {
	font-weight: 900;
}

.red_text {
	color: #cc0000;
	font-weight: 900;
}

.yellow_text {
	color: #ffff00;
	font-weight: 900;
}

.ac_menu,
.pointer {
	cursor: pointer;
}

.futomi {
	display: none;
}

header {
	background-color: #fff;
}

header nav {
	background-color: #5d456c;
}

header nav ul li {
	width: calc(100% / 6);
}

header nav ul li a {
	display: block;
	text-align: center;
	padding: 12px 0;
	color: #fff;
	font-weight: 900;
}

header nav ul li a:hover {
	color: #ffff00;
}

header nav ul li a span {
	display: block;
	border-right: 1px solid #fff;
}

.pc_head_contents {
	height: 80px;
}

.pc_head_contents ul {
	display: flex;
	justify-content: flex-start;
}

.pc_head_contents ul li:nth-of-type(3) {
	margin-left: auto;
}

.pc_head_contents ul li:nth-of-type(n + 4) {
	margin-left: 18px;
}

.pc_head_contents ul li.logo {
	width: 100%;
	max-width: 140px;
}

.pc_head_contents ul li.text {
	font-size: 14px;
	display: flex;
	align-items: center;
	line-height: 1.4;
}

.pc_head_contents ul li.text p {
	width: 80px;
}

.pc_head_contents ul li.mail {
	padding: 8px 0;
	line-height: 1.4;
}

.pc_head_contents ul li.mail .flex_only {
	margin-top: 3px;
}

.pc_head_contents ul li.mail .flex_only p {
	margin-right: 3px;
}

.pc_head_contents ul li.mail .flex_only p:last-of-type {
	margin-right: 0;
}

.pc_head_contents ul li.mail .flex_only p img {
	border-radius: 3px;
}

.pc_head_contents ul li.tel {
	padding: 8px 0;
	line-height: 1.2;
}

.pc_head_contents ul li.tel span {
	font-size: 12px;
}

.pc_head_contents ul li.tel p:first-of-type {
	width: 28px;
}

.pc_head_contents ul li.tel p:last-of-type {
	font-size: 180%;
	font-weight: 900;
	width: calc(100% - 28px);
}

.breadcrumb ul {
	display: flex;
	padding: 5px 0;
}

.breadcrumb ul li {
	margin-right: 8px;
}

.breadcrumb ul li:last-of-type {
	margin-right: 0;
}

.breadcrumb ul li:after {
	content: "&gt;";
}

.breadcrumb ul li:last-of-type:after {
	content: none;
}

.breadcrumb ul li a {
	display: inline-block;
	margin-right: 8px;
}

.breadcrumb ul li:first-of-type a:before {
	font-family: FontAwesome;
	content: "\f015";
}

.fv {
	background-image: url(../images/pc_fv_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

.outline {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

.outline main {
	width: 68%;
	float: left;
	background-color: #fff;
	padding: 30px;
	border-radius: 3px;
}

.outline article h1 {
	font-size: 28px;
	font-weight: 900;
	line-height: 1.3;
	margin-bottom: 10px;

}

.outline article h1 + picture {
	display: block;
	margin-bottom: 8px;
}

.outline article section {
	margin-top: 65px;
}

.outline article section h2 {
	font-size: 24px;
	font-weight: 900;
	line-height: 1.3;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 4px solid #ccc;
	position: relative;
}

.outline article section h2:after {
	content: "";
	position: absolute;
	display: block;
	border-bottom: 4px solid  #5d456c;
	bottom: -4px;
	width: 20%;
}

.outline article section h3 {
	font-size: 20px;
	font-weight: 900;
	line-height: 1.3;
	margin-bottom: 10px;
	padding: 8px;
	background-color: #5d456c;
	color: #fff;
	border-radius: 3px;
}

.outline article section h4 {
	font-size: 20px;
	font-weight: 900;
	line-height: 1.3;
	margin-bottom: 10px;
	padding: 8px;
	color: #5d456c;
	border: 1px solid #5d456c;
}

.outline aside {
	width: 30%;
	float: right;
	background-color: #fff;
	padding: 20px;
	border-radius: 3px;
}

.side_cv {
	border: 1px solid #5d456c;
	text-align: center;
}

.side_cv_contents {
	padding: 8px;
}

.side_cv_contents p {
	margin-top: 8px;
}

.side_cv_contents span {
	font-size: 12px;
	display: block;
	line-height: 1;
}

.side_cv_contents img {
	border-radius: 3px;
}

.side_menu {
	background-color: #f0e9f4;
}

.side_menu b {
	background-color: #5d456c;
	color: #fff;
	display: block;
	text-align: center;
	padding: 8px;
	font-weight: 900;
}

.side_menu ul li {
	border-top: 1px solid #ccc;
}

.side_menu ul li:last-of-type {
	border-bottom: 1px solid #ccc;
}

.side_menu ul li a {
	display: block;
	padding: 8px;
	color: #000;
	position: relative;
	padding-left: 43px;
}

.side_menu ul li a:hover {
	color: #ff8000;
}

.side_menu ul li a img {
	max-width: 30px;
	position: absolute;
	left: 8px;
}

.kanren_service b {
	display: block;
	font-weight: 900;
	text-align: center;
	background-color: #5d456c;
	color: #fff;
	padding: 8px;
	margin-bottom: 10px;
}

.kanren_service ul li {
	margin-bottom: 10px;
}

.kanren_service ul li:last-of-type {
	margin-bottom: 0;
}

.side_area b {
	display: block;
	font-weight: 900;
	text-align: center;
	background-color: #5d456c;
	color: #fff;
	padding: 8px;
}

.side_area dl dt {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.side_area dl dt:before {
	content: "＋";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background-color: #f8f8f8;
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	border: 1px solid #ccc;
}

.side_area dl dt.open:before {
	content: "－";
}

.side_area dl dd ul li {
	width: calc(98% / 2);
	margin-right: 2%;
	margin-top: 2%;
}

.side_area dl dd ul li:nth-of-type(2n) {
	margin-right: 0;
}

.side_area dl dd ul li a {
	display: block;
	border-radius: 3px;
	border: 1px solid #4097e4;
	color: #4097e4;
	padding: 5px;
	text-align: center;
	transition: 0.5s;
}

.side_area dl dd ul li a:hover {
	background-color: #4097e4;
	color: #fff;
}

.mokuji {
	margin-bottom: 20px;
}

.mokuji dl dt {
	display: inline-block;
	background-color: #71a48f;
	color: #fff;
	padding: 2px 15px;
	font-weight: 900;
}

.mokuji dl dt:after {
	content: "[表示]";
	font-weight: normal;
	margin-left: 3px;
	font-size: 14px;
}

.mokuji dl dt.open:after {
	content: "[非表示]";
}

.mokuji dl dd {
	border: 1px solid #ccc;
	padding: 10px;
}

.mokuji dl dd p {
	padding-left: 20px;
	position: relative;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 3px;
	padding-bottom: 3px;
}

.mokuji dl dd p:before {
	position: absolute;
	left: 0;
	content: "■";
	color: #71a48f;
}

.mokuji dl dd ul li {
	padding-left: 40px;
	position: relative;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 3px;
	padding-bottom: 3px;
}

.mokuji dl dd ul li:before {
	position: absolute;
	left: 20px;
	content: "○";
	color: #71a48f;
}

.more_btn {
	margin-top: 20px;
	padding: 15px;
	background-color: #f0e9f4;
}

.more_btn a {
	display: block;
	background: rgb(115,84,132); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(115,84,132,1) 0%, rgba(115,84,132,1) 50%, rgba(93,69,108,1) 51%, rgba(93,69,108,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(115,84,132,1) 0%,rgba(115,84,132,1) 50%,rgba(93,69,108,1) 51%,rgba(93,69,108,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(115,84,132,1) 0%,rgba(115,84,132,1) 50%,rgba(93,69,108,1) 51%,rgba(93,69,108,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#735484', endColorstr='#5d456c',GradientType=0 ); /* IE6-9 */
	border-radius: 3px;
	padding: 15px;
	color: #fff;
	font-weight: 900;
	text-align: center;
}

.more_btn a:hover {
	color: #ffff00;
}

.tab_wrap .tab_contents {
	display: none;
}

.tab_wrap .tab_contents.show {
	display: block;
}

.pc_cv ul {
	margin-top: 1%;
}

.pc_cv ul li {
	width: calc(98% / 3);
	margin-right: 1%;
}

.pc_cv ul li:last-of-type {
	margin-right: 0;
}

.pc_cv .pc_tel img {
	border-radius: 3px;
}

.pc_cv ul li.pc_mail a {
	background-color: #4097e4;
	color: #fff;
	font-weight: 900;
	line-height: 1.3;
	padding: 10px;
	border-radius: 3px;
	display: flex;
	position: relative;
	box-shadow: 0 4px 0 #2f76b4;
	align-items: center;
}

.pc_cv ul li.pc_mail:nth-of-type(2) a {
	background-color: #ff3c00;
	box-shadow: 0 4px 0 #d53200;
}

.pc_cv ul li.pc_mail:last-of-type a {
	background-color: #06C755;
	box-shadow: 0 4px 0 #19A251;
}

.pc_cv ul li.pc_mail a:hover {
	top: 4px;
	box-shadow: none;
}

.pc_cv ul li.pc_mail a span:first-of-type {
	margin-right: 5px;
	width: 50px;
}

.price_table &gt; ul {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}

.price_table ul li {
	background-color: #eee;
	color: #888888;
	padding: 3px 20px;
	border-radius: 25px;
	margin-left: 10px;
	position: relative;
	cursor: pointer;
}

.price_table ul li:first-of-type {
	margin-left: 0;
}

.price_table ul li.show {
	background-color: #f15c5c;
	color: #fff;
}

.price_table ul li.show:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #f15c5c;
}

.price_table table.sogi_pc {
	width: 100%;
	border: 1px solid #ccc;
}

.price_table table.sogi_pc tr {
	border-bottom: 1px solid #ccc;
}

.price_table table.sogi_pc tr:last-of-type {
	border-bottom: none;
}

.price_table table.sogi_pc th {
	color: #fff;
	font-weight: 900;
	background-color: #5d456c;
	line-height: 1.3;
}

.price_table table.sogi_pc th,
.price_table table.sogi_pc td {
	text-align: center;
	padding: 8px;
	width: calc(100% / 4);
	border-right: 1px solid #ccc;
}

.price_table table.sogi_pc td:first-of-type {
	background-color: #eee;
	font-weight: 900;
}

.add_kaimyo {
	background-color: #897d70;
	padding: 10px;
	border-radius: 3px;
	position: relative;
	margin-top: 65px;
}

.add_kaimyo:before {
	content: "＋";
	position: absolute;
	top: -55px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 45px;
	height: 45px;
	background-color: #f0e9f4;
	line-height: 45px;
	text-align: center;
	border-radius: 50%;
	color: #5d456c;
	font-size: 150%;
	font-weight: 900;
}

.add_kaimyo {
	display: flex;
	justify-content: flex-start;
}

.add_kaimyo .ak_left {
	color: #fff;
	font-weight: 900;
	display: flex;
	align-items: center;
}

.add_kaimyo .ak_right {
	background-color: #fff;
	border-radius: 3px;
	padding: 5px 10px;
	flex-grow: 1;
	margin-left: 10px;
}

.basic_price {
	line-height: 1.3;
	background-color: #f0e9f4;
	padding: 15px;
	text-align: center;
	border-radius: 3px;
}

.basic_price p:first-of-type {
	color: #5d456c;
	font-weight: 900;
	text-align: center;
}

.basic_price p:nth-of-type(2) {
	font-size: 300%;
	font-weight: 900;
	display: flex;
	align-items: center;
	justify-content: center;
}

.basic_price p:nth-of-type(2) span:first-of-type {
	font-size: 16px;
	background-color: #cc0000;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	padding: 5px;
	margin-right: 3px;
	line-height: 1.2;
}

.inc_contents {
	background-color: #fae8e8;
	padding: 10px;
	border-radius: 3px;
}

.inc_contents &gt; p {
	color: #f15c5c;
	font-weight: 900;
	text-align: center;
}

.inc_contents ul {
	justify-content: center;
}

.inc_contents ul li:after {
	content: "｜";
	padding: 0 5px;
	color: #f15c5c;
}

.inc_contents ul li:last-of-type:after {
	content: none;
}

.flow .flow_icon li {
	width: calc(92% / 5);
	margin-right: 2%;
	border: 1px solid #5d456c;
	border-radius: 3px;
	padding: 6px;
	font-size: 14px;
	text-align: center;
	line-height: 1.3;
	font-weight: 900;
	position: relative;
}

.flow .flow_icon li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: calc(100% + 3%);
	margin-top: -10px;
	border: 10px solid transparent;
	border-left: 10px solid #5d456c;
}

.flow .flow_icon li:last-of-type {
	margin-right: 0;
}

.flow .flow_icon li:last-of-type:before {
	content: none;
}

.flow .flow_icon li p:first-of-type {
	color: #5d456c;
	font-size: 18px;
}

.flow .flow_icon li p:nth-of-type(2) {
	margin: 8px auto;
	width: 100%;
	max-width: 70px;
}

dl.support {
	border: 1px solid #ccc;
}

dl.support dt {
	padding: 10px;
	background-color: #eee;
	font-weight: 900;
	width: 17%;
	border-bottom: 1px solid #ccc;
}

dl.support dd {
	padding: 10px;
	width: 83%;
	border-bottom: 1px solid #ccc;
}

dl.support dt:last-of-type,
dl.support dd:last-of-type {
	border-bottom: none;
}

dl.support dd ul {
	font-size: 0;
}

dl.support dd ul li {
	display: inline-block;
	font-size: 18px;
}

dl.support dd ul li:after {
	content: "｜";
	padding: 0 5px;
	color: #ccc;
}

dl.support dd ul li:last-of-type:after {
	content: none;
}

.zenkoku_map_contents {
	margin-top: 30px;
	font-size: 14px;
	line-height: 1.4;
}

.zenkoku_map_contents dl {
	border-radius: 0 0 3px 3px;
	border-bottom: 3px solid #5d456c;
	border-left: 3px solid #5d456c;
	border-right: 3px solid #5d456c;
	display: flex;
	flex-wrap: wrap;
}

.zenkoku_map_contents dl dt {
	width: 15%;
	padding: 15px 10px;
	font-weight: bold;
	background-color: #f0e9f4;
	border-bottom: 1px solid #ccc;
}

.zenkoku_map_contents dl dd {
	width: 85%;
	padding: 15px 10px;
	border-bottom: 1px solid #ccc;
}

.zenkoku_map_contents dl dt:last-of-type,
.zenkoku_map_contents dl dd:last-of-type {
	border-bottom: none;
}

.zenkoku_map_contents dl dd ul {
	font-size: 0;
}

.zenkoku_map_contents dl dd ul li {
	font-size: 14px;
	display: inline-block;
}

.zenkoku_map_contents dl dd ul li:after {
	content: "｜";
	margin: 0 4px;
}

.zenkoku_map_contents dl dd ul li:last-of-type:after {
	content: none;
}

#area_inquiry .prefmap {
	margin-top: 30px;
	line-height: 1.4;
}

#area_inquiry iframe {
	display: none;
}

#area_inquiry dl dt {
	padding: 8px 34px 8px 8px;
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	position: relative;
	font-weight: 900;
}

#area_inquiry dl dt:after {
	content: "＋";
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
}

#area_inquiry dl dt.open:after {
	content: "－";
}

#area_inquiry dl dd {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0 30px;
}

#area_inquiry dl dd a {
	display: block;
	width: calc(97% / 4);
	margin-right: 1%;
	border: 1px solid #ccc;
	border-radius: 3px;
	text-align: center;
	padding: 5px;
	margin-top: 1%;
	background-color: aliceblue;
}

#area_inquiry dl dd a:nth-of-type(4n) {
	margin-right: 0;
}

#area_inquiry dl dd a:nth-of-type(-n + 4) {
	margin-top: 0;
}

.result table {
	width: 100%;
	border: 1px solid #ccc;
}

.result table tr {
	border-bottom:  1px solid #ccc;
}

.result table tr:last-of-type {
	border-bottom: none;
}

.result table th,
.result table td {
	padding: 8px;
	border-right: 1px solid #ccc;
}

.result table th:last-of-type,
.result table td:last-of-type {
	border-right: none;
}

.result table th {
	background-color: #f0e9f4;
	color: #5d456c;
	font-weight: 900;
}

.result table th:first-of-type {
	width: 16%;
}

.result table th:nth-of-type(2) {
	width: 28%;
}

.result table th:last-of-type {
	width: 56%;
}

button#result_more_btn {
	display: block;
	margin: 15px auto 0;
	padding: 15px 60px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	border: 1px solid #ccc;
	border-radius: 3px;
	font-weight: 900;
}

.flow dl {
	margin-top: 50px;
	position: relative;
}

.flow dl:first-of-type {
	margin-top: 30px;
}

.flow dl:before {
	content: "";
	position: absolute;
	top: calc(100% + 18px);
	left: 50%;
	margin-left: -25px;
	border: 25px solid transparent;
	border-top: 15px solid #ddd;
}

.flow dl:last-of-type:before {
	content: none;
}

.flow dl dt {
	width: 120px;
}

.flow dl dd {
	width: calc(100% - 120px);
	padding-left: 10px;
}

.flow dl dd b {
	background-color: #f0e9f4;
	padding: 0 20px;
	display: inline-block;
	border-radius: 30px;
	color: #5d456c;
	margin-bottom: 5px;
}

.flow dl dd ul li {
	position: relative;
	padding-left: 20px;
}

.flow dl dd ul li:before {
	content: "■";
	position: absolute;
	left: 0;
}

.faq dl {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 12px;
}

.faq dl:last-of-type {
	margin-bottom: 0;
}

.faq dl dt {
	font-weight: 900;
	padding-left: 43px;
	padding-right: 25px;
	position: relative;
	min-height: 35px;
	display: flex;
	align-items: center;
}

.faq dl dt:before {
	content: "Q";
	display: inline-block;
	width: 35px;
	height: 35px;
	position: absolute;
	left: 0;
	text-align: center;
	line-height: 35px;
	color: #fff;
	background: rgb(131,190,62); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(131,190,62,1) 0%, rgba(81,162,44,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(131,190,62,1) 0%,rgba(81,162,44,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(131,190,62,1) 0%,rgba(81,162,44,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83be3e', endColorstr='#51a22c',GradientType=0 ); /* IE6-9 */
}

.faq dl dt:after {
	content: "＋";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.faq dl dt.open:after {
	content: "－";
}

.faq dl dd {
	padding-left: 43px;
	position: relative;
	margin-top: 10px;
}

.faq dl dd:before {
	content: "A";
	display: inline-block;
	width: 35px;
	height: 35px;
	position: absolute;
	left: 0;
	text-align: center;
	line-height: 35px;
	color: #fff;
	font-weight: 900;
	background: rgb(254,141,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,141,0,1) 0%, rgba(254,65,1,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(254,141,0,1) 0%,rgba(254,65,1,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(254,141,0,1) 0%,rgba(254,65,1,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe8d00', endColorstr='#fe4101',GradientType=0 ); /* IE6-9 */
}

.foot_fixed_outline {
	background-color: #333;
	padding: 20px 0 100px;
	margin-top: 30px;
	color: #fff;
}

.foot_fixed_outline p.copy_right {
	margin:35px 0 0;
	text-align: center;
}

.foot_fixed_contents {
	display: flex;
}

.ffc_left {
	width: 100%;
	max-width: 140px;
}

.ffc_right {
	padding-left: 10px;
}

.ffc_right a {
	color: #fff;
}

.ffc_right a:hover {
	color: #ffff00;
}


.ffc_right ul li:after {
	content: "｜";
	padding: 0 5px;
}

.ffc_right ul li:last-of-type:after {
	content: none;
}

.ffc_right .ffc_area {
	font-size: 14px;
	line-height: 1.6;
	margin-top: 35px;
}

.ffc_right .ffc_area dl {
	width: calc(98% / 2);
	margin-right: 2%;
}

.ffc_right .ffc_area dl:last-of-type {
	margin-right: 0;
}

.ffc_right .ffc_area dl dt {
	width: 20%;
}

.ffc_right .ffc_area dl dd {
	width: 80%;
}

.ffc_right .ffc_text {
	font-size: 14px;
	line-height: 1.6;
	margin-top: 35px;
}

.pc_foot_contents {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #5d456c;
	padding: 10px 0;
}

.pc_foot_contents p.sales_time {
	font-size: 13px;
	text-align: center;
	color: #fff;
	line-height: 1.2;
}

.pc_foot_contents ul {
	display: flex;
	justify-content: flex-start;
}

.pc_foot_contents ul li:nth-of-type(2) {
	margin-left: auto;
}

.pc_foot_contents ul li:nth-of-type(n + 3) {
	margin-left: 15px;
}

.pc_foot_contents ul li:last-of-type p {
	margin-left: 8px;
}

.pc_foot_contents ul li:last-of-type p:first-of-type {
	margin-left: 0;
}

.pc_foot_contents ul li:last-of-type p:nth-of-type(2) img,
.pc_foot_contents ul li:last-of-type p:nth-of-type(3) img {
	border-radius: 3px;
}

.re_btn {
	position: absolute;
	right: 5px;
	width: 55px;
	height: 55px;
	top: -60px;
}

.re_btn a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	border-radius: 3px;
	background-color: #00000070;
}

.re_btn a span {
	display: block;
	width: 18px;
	height: 18px;
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
	transform: rotate(-45deg) translate(-50%, -50%);
	position: absolute;
	top: 44%;
	left: 55%;
}

.hidden_cv {
	display: none;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}

.hidden_cv .hidden_cv_contents {
	width: 50%;
	background-color: #fff;
	border-radius: 3px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0 0 15px;
}

.hidden_cv .hidden_cv_contents .hidden_cv_close {
	text-align: right;
}

.hidden_cv .hidden_cv_contents .hidden_cv_close span {
	display: inline-block;
	color: #333;
	padding: 8px 12px 8px 34px;
	font-size: 18px;
	position: relative;
	font-weight: 900;
	cursor: pointer;
}

.hidden_cv .hidden_cv_contents .hidden_cv_close span:before {
	content: "×";
	position: absolute;
	left: 0;
	color: #fff;
	background-color: #fe1818;
	border-radius: 3px;
	font-size: 16px;
	padding: 0 8px;
}

.hidden_cv .hidden_cv_contents .hidden_cv_close span:hover {
	opacity: 0.7;
}

.hidden_cv .hidden_cv_contents ul li {
	width: 50%;
	margin: 0 auto 15px;
}

.hidden_cv .hidden_cv_contents ul li:last-of-type {
	margin: 0 auto;
}

.hidden_cv .hidden_cv_contents ul li a {
	display: block;
	background-color: #4097e4;
	box-shadow: 0 4px 0 #2f76b4;
	border-radius: 3px;
	padding: 12px;
	color: #fff;
	font-weight: 900;
	text-align: center;
}

.hidden_cv .hidden_cv_contents ul li a:hover {
	color: #ffff00;
}


@media only screen and (max-width: 1020px) and (min-width: 769px) {
.pc_head_contents ul li.tel span {
	font-size: 10px;
}

.pc_head_contents ul li.text p,
.pc_foot_contents ul li:first-of-type,
.pc_foot_contents ul li:last-of-type p:first-of-type {
	display: none;
}

}


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

body {
	line-height: 1.6;
}

.pc {
	display: none;
}

.sp {
	display: block;
}

header nav {
	width: 100vw;
	position: absolute;
	top: 80px;
	left: 0;
	display: none;
	background: rgba(255,255,255,0.9);
	z-index: 2;
}

header nav ul li {
	width: 100%;
	border-top: 1px solid #ccc;
}

header nav ul li a {
	color: #333;
	padding: 15px 0;
}

header nav ul li a:hover {
	color: #ff8000;
}

.sp_head_contents {
	height: 80px;
}

.sp_head_contents &gt; ul {
	display: flex;
	justify-content: flex-start;
}

.sp_head_contents &gt; ul li:nth-of-type(2) {
	margin-left: auto !important;
}

.sp_head_contents ul li.logo {
	width: 100%;
	max-width: 140px;
}

.sp_head_contents ul li.line {
	width: 50px;
	height: 50px;
	margin: 15px 0;
}

.sp_head_contents ul li.g_nav {
	padding: 15px 10px;
}

.sp_head_contents ul li.g_nav .g_nav_btn {
	width: 50px;
	height: 50px;
	position: relative;
	background-color: #444;
}

.sp_head_contents ul li.g_nav .g_nav_btn span {
	display: inline-block;
	transition: all 0.5s;
	position: absolute;
	width: 45%;
	height: 3px;
	border-radius: 2px;
	background-color: #fff;
	left: 50%;
	transform: translate(-50%, -50%);
}

.sp_head_contents ul li.g_nav .g_nav_btn span:nth-of-type(1) {
	top: calc(50% - 10px);
}

.sp_head_contents ul li.g_nav .g_nav_btn span:nth-of-type(2) {
	top: 50%;
}

.sp_head_contents ul li.g_nav .g_nav_btn span:nth-of-type(3) {
	top: calc(50% + 10px);
}

.sp_head_contents ul li.g_nav .g_nav_btn.active span:nth-of-type(1) {
	top: 18px;
	left: 18px;
	transform: translateY(6px) rotate(-45deg);
	width: 30%;
}

.sp_head_contents ul li.g_nav .g_nav_btn.active span:nth-of-type(2) {
	opacity: 0;
}

.sp_head_contents ul li.g_nav .g_nav_btn.active span:nth-of-type(3) {
	top: 30px;
	left: 18px;
	transform: translateY(-6px) rotate(45deg);
	width: 30%;
}

.fv {
	background: none;
}

.breadcrumb {
	padding: 0 10px;
}

.breadcrumb ul {
	overflow-x: scroll;
}

.breadcrumb ul li {
	flex-shrink: 0;
}

.outline main {
	width: 100%;
	float: none;
	padding: 20px;
	border-radius: 0;
}

.outline aside {
	display: none;
}

.sp_cv img {
	border-radius: 3px;
}

.sp_cv ul {
	margin-top: 2%;
}

.sp_cv ul li {
	width: calc(98% / 2);
	margin-right: 2%;
}

.sp_cv ul li:last-of-type {
	margin-right: 0;
}

.sp_cv .sp_tel span {
	display: block;
	text-align: center;
}

.sp_cv .false {
	background-color: #eee;
	padding: 8px;
	text-align: center;
	border: 1px solid #ccc;
}

.sp_cv .false span {
	color: #cc0000;
}

.more_btn {
	padding: 10px;
}

.price_table dl {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	display: flex;
	padding: 8px;
	justify-content: space-between;
}

.price_table dl:last-of-type {
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
}

.price_table dl dt {
	color: #5d456c;
	font-weight: 900;
}

.price_table table.sogi_sp {
	width: 100%;
	border: 1px solid #ccc;
}

.price_table table.sogi_sp tr {
	border-bottom: 1px solid #ccc;
}

.price_table table.sogi_sp tr:last-of-type {
	border-bottom: none;
}

.price_table table.sogi_sp th {
	line-height: 1.3;
	background-color: #5d456c;
	color: #fff;
	font-weight: 900;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.price_table table.sogi_sp th,
.price_table table.sogi_sp td {
	width: calc(100% / 4);
	padding: 8px;
	border-right: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
}

.price_table table.sogi_sp th:last-of-type,
.price_table table.sogi_sp td:last-of-type {
	border-right: none;
}

.price_table table.sogi_sp td:first-of-type {
	text-align: left;
	background-color: #eee;
	font-weight: 900;
}

.add_kaimyo {
	flex-wrap: wrap;
}

.add_kaimyo .ak_left {
	color: #fff;
	width: 100%;
	justify-content: center;
	margin-bottom: 3px;
}

.add_kaimyo .ak_right {
	margin-left: 0;
}

.basic_price p:nth-of-type(2) {
	font-size: 240%;
}

dl.support dt,
dl.support dd {
	width: 100%;
}

dl.support dt:last-of-type {
	border-bottom: 1px solid #ccc;
}

.zenkoku_map_contents {
	font-size: 18px;
	line-height: 1.6;
}

.zenkoku_map_contents dl {
	border-radius: 0;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

.zenkoku_map_contents dl dt {
	width: 100%;
	padding: 8px 34px 8px 8px;
	background-color: #eee;
	position: relative;
}

.zenkoku_map_contents dl dt:last-of-type {
	border-bottom: 1px solid #ccc;
}

.zenkoku_map_contents dl dt:after {
	content: "＋";
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
}

.zenkoku_map_contents dl dt.open:after {
	content: "－";
}

.zenkoku_map_contents dl dd {
	width: 100%;
	padding: 15px 0 30px;
	border-bottom: none;
}

.zenkoku_map_contents dl dd ul {
	display: flex;
	flex-wrap: wrap;
}

.zenkoku_map_contents dl dd ul li {
	display: block;
	font-size: 18px;
	width: calc(96% / 3);
	margin-right: 2%;
	margin-top: 2%;
}

.zenkoku_map_contents dl dd ul li:nth-of-type(3n) {
	margin-right: 0;
}

.zenkoku_map_contents dl dd ul li:nth-of-type(-n + 3) {
	margin-top: 0;
}

.zenkoku_map_contents dl dd ul li:after {
	content: none;
}

.zenkoku_map_contents dl dd ul li a {
	border: 1px solid #ccc;
	background-color: aliceblue;
	display: block;
	padding: 8px;
	text-align: center;
	border-radius: 3px;
}

#area_inquiry dl dd a {
	width: calc(98% / 2);
	margin-right: 2%;
	margin-top: 2%;
}

#area_inquiry dl dd a:nth-of-type(3),
#area_inquiry dl dd a:nth-of-type(4) {
	margin-top: 2%;
}

#area_inquiry dl dd a:nth-of-type(2n) {
	margin-right: 0;
}

.result table th {
	display: none;
}

.result table tr:first-of-type {
	border: none;
}

.result table tr:last-of-type {
	border-bottom: 1px solid #ccc;
}

.result table th,
.result table td {
	border-right: none;
}

.result td {
	width: 100%;
	display: block;
	border-bottom: 1px dashed #ccc;
	display: flex;
}

.result td.result_number {
	display: block;
	text-align: center;
	font-weight: 900;
	color: #5d456c;
	background-color: #f0e9f4;
}

.result td:last-of-type {
	border-bottom: none;
}

.result td:before {
	content: attr(data-label);
	font-weight: 900;
	width: 30%;
}

.result td p {
	width: 70%;
}

.flow .flow_icon {
	border: 1px solid #5d456c;
}

.flow .flow_icon li {
	width: 100%;
	margin-right: 0;
	display: flex;
	flex-flow: wrap;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #5d456c;
	font-size: 18px;
}

.flow .flow_icon li:before {
	content: none;
}

.flow .flow_icon li:last-of-type {
	border-bottom: none;
}

.flow .flow_icon li p:first-of-type {
	width: 100%;
}

.flow .flow_icon li p:nth-of-type(2) {
	max-width: 45px;
	margin: 0;
}

.flow .flow_icon li p:last-of-type {
	display: flex;
	align-items: center;
	text-align: left;
	padding-left: 8px;
}

.flow dl {
	border: 1px solid #5d456c;
	border-radius: 3px;
	padding: 10px;
}

.flow dl dt {
	display: none;
}

.flow dl dd {
	width: 100%;
	padding-left: 0;
	text-align: center;
}

.flow dl dd .flow_image {
	max-width: 120px;
	margin: 10px auto;
}

.flow dl dd p {
	text-align: left;
}

.flow dl dd ul {
	margin-top: 10px;
}

.flow dl dd ul li {
	padding-left: 0;
	width: calc(94% / 4);
	margin-right: 2%;
}

.flow dl dd ul li:last-of-type {
	margin-right: 0;
}

.flow dl dd ul li:before {
	content: none;
}

.flow dl dd ul li span {
	font-size: 14px;
	display: block;
}

.cv_icon img {
	border-radius: 3px;
}

.sp_foot_contents {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}

.sp_foot_contents ul li {
	width: calc(100% / 3);
	background-color: #5d456c;
	border-right: 1px solid #fff;
	font-size: 14px;
}

.sp_foot_contents ul.off_hours li {
	width: calc(100% / 2);
}

.sp_foot_contents ul li:last-of-type {
	border-right: none;
}

.sp_foot_contents ul li img {
	max-width: 30px;
	margin: 0 auto 3px;
}

.sp_foot_contents ul li a {
	color: #fff;
	display: block;
	text-align: center;
	padding-top: 3px;
}

.foot_fixed_contents {
	flex-wrap: wrap;
}

.ffc_left {
	margin: 0 auto 10px;
}

.ffc_right {
	padding: 0 20px;
}

.ffc_right ul li {
	width: 100%;
	text-align: center;
	border-top: 1px dashed #fff;
	padding: 12px 0;
}

.ffc_right ul li:last-of-type {
	border-bottom: 1px dashed #fff;
}

.ffc_right ul li:after {
	content: none;
}

.ffc_right .ffc_area {
	display: none;
}

.ffc_right .ffc_text {
	font-size: 16px;
}

.hidden_cv .hidden_cv_contents {
	width: 90%;
}

.hidden_cv .hidden_cv_contents ul li {
	width: 90%;
}

}</pre></body></html>