@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
.pc_hide{ display:none; }
@font-face {
	font-family: "Yu Gothic M";
	src: local("Yu Gothic Medium");
}
@font-face {
	font-family: "Yu Gothic M";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}
body {
	font: 13px;
	font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.tax_note{
	text-align: right;
	font-size: 15px;
	margin-bottom: 10px;
}
/*共通ヘッダー個別カラー指定*/
#header{
	border-color: #00a6aa;
}
.header_wrapper .top_navi li a{
	color: #00957e;
	border-color: #00957e;
}
.header_wrapper .tel .st0{
	fill:#00957e;
}
.header_wrapper .tel span{
	color: #00957e;
}
#hamburger .inner_line {
	background-color: #00957e;
}
#hamburger .text {
	color: #00957e;
}
#hamburger .line_1,
#hamburger .line_3{
	background: #fff;
}
/*共通ヘッダー個別カラー指定ここまで*/
.sugu_page_mv {
	background-image: url("../../images/special/sugusearch/mv_background.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
}
.mv-wrapper {
	width: 100%;
	max-width: 950px;
	display: grid;
	justify-content: center;
	grid-template: 
		"up up up up"
		"a b b b" 
		"a c c c"
		"a d d d"
		"a e e e"
		"a f f f"
		"a g g g"
		"down down down down";
		
	align-items: center;
	padding-inline:15px;
	box-sizing: border-box;
	margin-inline:auto;
	place-items: center;
}
.sugu_page_mv .mv-wrapper > img:nth-child(1) {
	max-width: 346px;
	display: grid;
	grid-area: a;
	margin-right: 2vw;
}
.sugu_page_mv .sugu-mv-right {
	display: flex;
	justify-content: center;
	flex-flow: column;
	padding-bottom: 15px;
	width: 100%;
	max-width: 430px;
	box-sizing: border-box;
}
.sugu_page_mv .mv_ttl {
	font-size: 20px;
	color: #00a079;
	line-height: 30px;
	margin-bottom: 25px;
	padding-left: 10px;
	font-weight: normal;
	display: flex;
	flex-wrap: wrap;
	gap:10px;
	grid-area: c;
}
.sugu_page_mv .mv_ttl span {
	font-size: 30px;
	color: #00957e;
	line-height: 30px;
}
.sugu_page_mv img:nth-child(3) {
	max-width: 420px;
	margin-bottom: 40px;
	width: 100%;
	padding-left: 10px;
	box-sizing: border-box;
	grid-area: d;
}
.sugu_page_mv .mv_features {
	margin-bottom: 55px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	gap:10px;
	grid-column-start: 2;
	grid-column-end: 5;
	grid-row-start: 3;
	grid-row-end:4;
	grid-area: e;
}
.sugu_page_mv .mv_features img {
	width: calc( 100% / 4 - 10px);
	max-width: 100px;
	height: auto;
	display: block;
	margin-bottom: 0;
	padding-left: 0;
}
.sugu_page_mv .mv_lead {
	font-size: min(24px, 2.7vw);
	color: #00957e;
	padding-left: 30px;
	position: relative;
	grid-column-start: 2;
	grid-column-end: 5;
	grid-row-start: 4;
	grid-row-end:5;
	grid-area: f;
}
.sugu_page_mv .mv_lead::after {
	content: "";
	display: block;
	position: absolute;
	width: 7px;
	height: 100%;
	background-color: #00957e;
	left: 10px;
	top: 0;
}
.section-features {
	width: 100%;
	background-image: url("../../images/special/sugusearch/sugu-bg2.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px 15px;
	box-sizing: border-box;
}
.section-features_wrapper {
	width: 100%;
	max-width: 950px;
	background: rgba(255,255,255,0.92);
	box-shadow: 0 0 5px 2px rgba(0,0,0,0.2);
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
}
.section-features_wrapper .section-features_main {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}
.section-features_wrapper .section-features_main > img {
	margin-left: 30px;
}
.section-features_wrapper .section-features_main > div{
	width: 100%;
	max-width: 600px;
}
.section-features_wrapper .section-features_main > div h3 {
	font-size: 32px;
	font-weight: bold;
	color: #00957e;
	margin-bottom: 20px;
}
.section-features_wrapper .section-features_main > div p {
	font-size: 18px;
	letter-spacing: -0.5px;
}
.section-features_wrapper ul {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(calc( 100% / 3 - 20px ), 1fr));
	list-style: none;
	column-gap: 20px;
	margin-top: 40px;
	margin-bottom: 15px;
}
.section-features_wrapper ul li {
	background: #fff;
	border: 1px solid #00957e;
	border-radius: 5px;
	padding: 20px;
}
.section-features_wrapper ul li img {
	width: 100%;
	max-width: 240px;
}
.section-features_wrapper ul li span {
	font-size: 24px;
	font-weight: bold;
	color: #00957e;
	display: block;
	text-align: center;
	margin-bottom: 15px;
}
.section-features_wrapper ul li p {
	letter-spacing: -0.5px;
}
.section-features_wrapper > img {
	width: 100%;
}
.section-ability {
	padding-inline:15px;
	box-sizing: border-box;
}
.section-ability h3 {
	display: block;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #00957e;
	margin-top: 60px;
}
.section-ability ul {
	width: 100%;
	max-width: 950px;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(calc( 100% / 2 - 35px ), 1fr));
	margin: 80px auto 60px auto;
	column-gap: 35px;
	grid-row-gap: 45px;
}
.section-ability ul li {
	display: flex;
	justify-content: center;
	border: 2px solid #00957e;
	border-radius: 10px;
	padding: 15px;
	box-sizing: border-box;
	position: relative;
	gap:20px;
	letter-spacing: -0.5px;
	align-items: flex-start;
}
.section-ability ul li small {
	position: absolute;
	top: -25px;
	right: 18px;
	padding: 3px 20px;
	background: #00957e;
	color: #fff;
	border-radius: 5px 5px 0 0;
	line-height: 1.2rem;
}
.section-ability ul li .sec-ability_txt .txt-ttl {
	display: flex;
	justify-content:flex-start;
	align-items: center;
	font-size: max(18px,0.5vw);
	color: #00957e;
	font-weight: bold;
	gap:5px;
	padding: 12px 0 10px 5px;
	border-top: 1px dashed #00957e;
	border-bottom: 1px dashed #00957e;
	margin-bottom: 13px;
	letter-spacing: -0.5px;
}
.section-ability ul li > img {
	width: 40%;
	max-width: 180px;
	border: 1px solid #f4f4f4;
}
.section-ability .feature-ex {
	box-sizing: border-box;
	border-radius: 5px;
	position: relative;
	display: flex;
	justify-content: center;
	gap:5px;
	align-items: center;
	flex-flow: column;
	margin-top: auto;
	padding: 10px;
	border: solid 1px #00957e;
}
.section-ability .feature-ex::after {
	content: "";
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	background-color: #fff;
	border-left: solid 1px #00957e;
	border-top: solid 1px #00957e;
	top: -1px;
	left: 50%;
   transform: translate(-50%,-50%) rotate(45deg);
}
.section-ability .feature-ex > img {
	width: 100%;
	z-index: 2;
} 
.section-ability .feature-ex .feature-ex-wrap {
	display: flex;
	justify-content: center;
	gap:5px;
	align-items: center;
	position: relative;
}

.section-ability ul li .sec-ability_txt .feature-ex .ex-sign {
	position: absolute;
	top: -24px;
	right: 18px;
	padding: 3px 15px;
	box-sizing: border-box;
	background-color: #00957e;
	border-radius: 5px 5px 0 0;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:5px;
	width: 100px;
	font-size: 12px;
	line-height: 12px;
}
.section-ability ul li .sec-ability_txt {
	display: flex;
	flex-flow: column;
	height: 100%;
}
.section-ability ul li .sec-ability_txt > p {
	margin-bottom: 15px;
}
.section-ability ul li .sec-ability_txt .feature-ex .ex-sign img {
	width: 18px;
}
.section-ability ul li .sec-ability_txt .feature-ex p.ex-ttl {
	font-weight: bold;
	text-align: left;
	position: relative;
	display: block;
	z-index: 1;
	border-radius: 5px;
	color: #00957e;
	line-height: 1.2rem;
}
/*.section-ability .feature-ex .ex-ttl::after,
.section-ability .feature-ex .ex-ttl::before {
	width: 10%;
	height: 1px;
	background-color: #00957e;
	position: absolute;
	display: block;
	content: "";
	top: 10px;
}
.section-ability .feature-ex .ex-ttl::after {
	right: 27px;
}
.section-ability .feature-ex .ex-ttl::before {
	left: 27px;
}*/
.section-ability .feature-ex .ex-txt {
	display: flex;
	justify-content: center;
	flex-flow: column;
	column-gap: 5px;
}
.section-ability .feature-ex .ex-txt p {
	display: flex;
	font-size: 14px;
	gap:5px;
	margin-top: 8px;
	align-items: center;
}
.section-ability .feature-ex .ex-txt p span {
	margin-bottom: 2px;
}
.section-ability .feature-ex .ex-txt p span i {
	font-size: 10px;
	color: #00957e;
	padding-bottom: 2px;
}
.section-ability .feature-ex .ex-txt span.txt-message {
	display: block;
	width: 100%;
	background: #e7f3f1;
	padding: 10px;
	color: #000000;
	border-radius: 10px;
	margin-top: 3px;
	font-size: 14px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 7px;
}
.section-ability .feature-ex .ex-txt span.txt-message::after {
	position: absolute;
	bottom: -3px;
	right: 11px;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 10px solid #e7f3f1;
	border-top: 0;
	transform: rotate(260deg);
}
.section-fee {
	padding: 60px 15px;
	box-sizing: border-box;
	background:#f7fcfb;
}
.section-fee h3 {
	display: block;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #00957e;
	margin-bottom: 20px;
}
.section-fee .fee-wrapper {
	width: 100%;
	max-width: 950px;
	text-align: center;
	margin-inline:auto;
}
.section-fee .fee-wrapper ul {
	list-style: none;
	display: grid;
	max-width: 835px;
	margin-inline: auto;
	grid-template-columns: 1fr 30px 1fr 30px 1fr;
	margin-top: 35px;
	column-gap:20px;
	align-items: center;
}
.section-fee .fee-wrapper ul li {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 2;
	border: 2px solid #00957e;
	border-radius: 10px;
	padding: 25px 14px 15px 14px;
	text-align: left;
	background: #fff;
	position: relative;
}
.section-fee .fee-wrapper ul li.puls-mark {
	border:none;
	background-color: inherit;
	width: 30px;
	padding: 0;
	font-size: 32px;
	color: #00957e;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}
.section-fee .fee-wrapper ul li .fee-upper {
	display: flex;
	justify-content: center;
	column-gap: 24px;
	align-items: center;
	font-size: 14px;	
	padding-bottom: 15px;
	border-bottom: 1px dashed #00957e;
}
.section-fee .fee-wrapper ul li .fee-upper span {
}
.section-fee .fee-wrapper ul li p {
	font-size: 14px;
	padding-top: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.section-fee .fee-wrapper ul li p.sugusearch-price {
    font-size: 18px;
    font-weight: bold;
    color: #00957e;
}
/*.section-fee .fee-wrapper ul li:nth-child(1)::after,
.section-fee .fee-wrapper ul li:nth-child(2)::after {
	position: absolute;
	content: "+"; 
	font-size: 32px;
	color: #00957e;
	font-weight: bold;
	top: 45px;
	right: -40px;
}*/
.section-inquiry {
	padding: 60px;	
	background-color: #fff839;
}
.section-inquiry h3 {
	display: block;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #00957e;
	margin-bottom: 20px;
}
.section-inquiry > p {
	text-align: center;
}
.section-inquiry ul {
	width: 100%;
	max-width: 770px;
	margin-inline: auto;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(calc(100% / 2 - 50px), 1fr));
	margin-top: 35px;
	column-gap:50px;
}
.section-inquiry ul li {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 2;
	border: 2px solid #00957e;
	border-radius: 10px;
	padding: 20px 20px 15px 20px;
	text-align: left;
	background: #fff;
	position: relative;
}
.section-inquiry ul li > p {
	font-size: 20px;
	color: #099178;
	font-weight: bold;
	text-align: center;
	padding-bottom: 12px;
	border-bottom: 1px dashed #00957e;
}
.section-inquiry ul li .web-inquiry {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 15px;
}
.section-inquiry ul li .web-inquiry a {
	display: flex;
	justify-content: space-between;
	gap:15px;
	background: #099178;
	align-items: center;
	width: 90%;
	color: #fff;
	height: 100%;
	max-height: 50px;
	border-radius: 100px;
	font-weight: bold;
	margin-inline:auto;
	padding-inline:10px;
	transition: all .3s;
}
.section-inquiry ul li .web-inquiry a:hover {
	opacity: 0.7;
	transition: all .3s;
}
.section-inquiry ul li .web-inquiry a p {
	font-size: min(16px,1.8vw)
}
.section-inquiry ul li .web-inquiry a img {
	width: 100%;
	max-width:39px; 
}
.section-inquiry ul li .web-inquiry a::after {
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-right: 5px;
}
.section-inquiry ul li .phone-inquiry {
	padding-top: 15px;
	display: flex;
	justify-content: center;
	flex-flow: column;
	align-items: center;
	gap:3px;
}
.section-inquiry ul li .phone-inquiry a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap:6px;
	line-height: 32px;
	margin-bottom: 3px;
}
.section-inquiry ul li .phone-inquiry a p {
	font-size: min(32px,3.5vw);
	font-weight: bold;
	color: #00957e;
	letter-spacing: -0.5px;
}
.section-inquiry ul li .phone-inquiry span {
	font-size: 16px;
	letter-spacing: -0.5px;
	display: block;
	text-align: left;
	line-height: 18px;
}
.section-inquiry ul li .phone-inquiry span small {
	font-size: 12px;
}
.section-faq {
	background-color: #f7fcfb;
	padding: 60px 20px;
}
.section-faq h3 {
	display: block;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #00957e;
	margin-bottom: 50px;
}
.section-faq ul {
	width: 100%;
	max-width: 950px;
	margin-inline:auto;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	flex-flow: column;
	gap:30px;
}
.section-faq ul li p {
	display: flex;
	justify-content: flex-start;
	gap:2px;
	font-size: 15px;
}
.section-faq ul li p.q {
	color: #ff0049;
	margin-bottom: 5px;
}
footer {
	margin-top: 0;
	background-color: #EFEFEF;
	color: #000;
}
/*タブレット用CSS*/
@media screen and (max-width:768px) {
	#header h1 {
		background: #00957e;
	}
	.mv-wrapper {
		padding: 30px 15px 30px 15px;
		place-items: baseline;
	}
	.sugu_page_mv .mv-wrapper > img:nth-child(1) {
		margin-inline:auto;
		max-width:220px; 
	}
	.sugu_page_mv .mv_ttl {
		grid-area: up;
		margin-inline:auto;
		margin-bottom: 0;
		padding-left: 0;
	}
	.sugu_page_mv .sugu-mv-right {
		width: auto;
		align-items: center;
	}
	.sugu_page_mv .mv-wrapper > img:nth-child(3) {
		max-width: 320px;
		margin-bottom: 20px;
		width: 100%;
	}
	.sugu_page_mv .mv_features {
		margin-bottom: 20px;
	}
	.sugu_page_mv .mv_features img {
		max-width: 110px;
	}
/*	.sugu_page_mv .mv_features img:nth-child(3) {
		max-width: 110px;
		margin-bottom: 0;
		width: auto;
	}*/
	.sugu_page_mv .mv_lead {
		/*grid-area: down;*/
		font-size: min(24px, 3vw);
		margin-bottom: 30px;
	}
	.section-features_wrapper .section-features_main > img {
		margin-left: 0;
		width: 35%;
	}
	.section-features_wrapper ul {
		grid-template-columns: 1fr;
		grid-row-gap: 20px;
		margin-top: 25px;
	}
	.section-features_wrapper ul li {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		align-items: center;
	}
	.section-features_wrapper ul li img {
		grid-column-start: 1;
    	grid-column-end: 2;
		display: grid;
		grid-row-start: 1;
		grid-row-end: 3;
	}
	.section-features_wrapper ul li span {
		grid-column-start: 2;
    	grid-column-end: 4;
		display: grid;
		margin-bottom: 0;
		align-items: center;
	}
	.section-features_wrapper ul li p {
		grid-column-start: 2;
    	grid-column-end: 4;
		display: grid;
	}
	.section-ability ul li {
		display: grid;
		grid-template-rows: subgrid;
		grid-row: span 2;
		min-width: 255px;
		box-sizing: border-box;
		align-items: center;
		place-items: center;
	}
	.section-ability ul li > img {
		min-width: 115px;
	}
	.section-ability ul li .sec-ability_txt .txt-ttl {
		margin-bottom: 15px;
	}
	.section-ability ul li .sec-ability_txt {
		display: flex;
		flex-flow: column;
		margin-bottom: auto;
	}
	.section-ability ul li .sec-ability_txt p {
		display: flex;
	}
	.section-fee,
	.section-inquiry,
	.section-faq {
		padding: 35px 15px 30px 15px;
	}
	.section-fee .fee-wrapper ul li {
		padding: 12px;
	}
	.section-fee .fee-wrapper ul li .fee-upper {
		column-gap: 10px;
	}
	.section-inquiry ul {
		column-gap:20px;
		margin-top: 20px;
	}
	.section-inquiry ul li {
		padding: 12px;
	}
	.section-inquiry ul li > p {
		font-size: 16px;
		padding-bottom: 8px;
	}
	.section-inquiry ul li .phone-inquiry a img{
		width: 18px;
	}
	.section-inquiry ul li .phone-inquiry span {
		font-size: 12px;
	}
	.section-inquiry ul li .phone-inquiry,
	.section-inquiry ul li .web-inquiry{
		padding-top: 8px;
	}
	.section-inquiry ul li .web-inquiry a img {
		max-width: 18px;
	}
	.section-inquiry ul li .web-inquiry a p {
		font-size: min(16px,2.4vw)
	}
	.section-inquiry > p {
		letter-spacing: -0.5px;
	}
}
/*SP用CSS*/
@media screen and (max-width:600px) {
	.mv-wrapper {
		padding:25px 10px;
	}
	.sugu_page_mv .mv-wrapper > img:nth-child(1) {
		max-width: 110px;
		padding-left: 0;
		margin: auto;
	}
	.sugu_page_mv  .mv_ttl {
		padding-left: 0;
		margin-bottom: 5px;
		font-size: 18px;
	}
	.sugu_page_mv .mv_ttl span {
		font-size: 22px;
	}
	.sugu_page_mv .mv_features {
		justify-content: space-between;
		gap:5px;
		margin-bottom: 5px;
	}
	.sugu_page_mv .mv_features img {
		max-width: 80px;
		width: calc( 100% / 4 - 4px)
	}
	.sugu_page_mv .mv_lead {
		font-size: min(15px, 4.7vw);
		margin-bottom: 8px;
		padding-left: 20px;
		letter-spacing: -0.5px;
	}
	.sugu_page_mv .mv_lead::after {
		width: 5px;
		left: 5;
	}
	.sugu_page_mv .mv-wrapper > img:nth-child(3) {
		max-width: 260px;
		margin-bottom: 10px;
		padding-left: 0;
	}
	.section-features_wrapper .section-features_main {
		flex-flow: column;
		gap:15px;
		margin-top: 0;
	}
	.section-features_wrapper .section-features_main > div h3 {
		font-size: 22px;
		margin-bottom: 10px;
		text-align: center;
	}
	.section-features_wrapper .section-features_main > div p {
		font-size: 16px;
	}
	.section-features_wrapper ul li {
		gap:10px;
	}
	.section-features_wrapper ul li img {
		grid-column-start: 2;
		grid-column-end: 3;
		grid-row-start: 1;
		grid-row-end: 2;
	}
	.section-features_wrapper ul li span {
		grid-column-start: 1;
		grid-column-end: 4;
		grid-row-start: 2;
		grid-row-end: 3;
		font-size: 20px;
	}
	.section-features_wrapper ul li p {
		grid-column-start: 1;
		grid-column-end: 4;
		grid-row-start: 3;
		grid-row-end: 4;
	}
	.section-ability h3{
		margin-top: 35px;
		font-size: 22px;
	}
	.section-ability ul {
		grid-template-columns: 1fr;
		margin-top: 45px;
		margin-bottom: 30px;
	}
	.section-ability ul li small {
		left: 18px;
	}
	.section-ability ul li .sec-ability_txt .txt-ttl {
		justify-content: center;
		gap:10px;
	}
	.section-fee h3,
	.section-inquiry h3,
	.section-faq h3{
		font-size: 22px;
	}
	.section-fee .fee-wrapper ul {
		grid-template-columns: 1fr;
		gap: 10px;
		place-items: center;
	}
	.section-fee .fee-wrapper ul li:nth-child(1)::after {
		top: 125px;
   		right: 50%;
		transform: translate(50%,0);	
	}
	.section-fee .fee-wrapper ul li:nth-child(2)::after
	{
		top: 105px;
   		right: 50%;
		transform: translate(50%,0);
	} 
	.section-fee .fee-wrapper ul li {
		gap:0;
		width: 70%;
	}
	.section-fee .fee-wrapper > p,
	.section-inquiry > p
	{
		text-align: left;
	}
	.section-inquiry ul {
		grid-template-columns: 1fr;
		gap:20px;
		width: 90%;
	}
	.section-inquiry ul li {
		gap:0;
	}
	.section-inquiry ul li .web-inquiry {
		padding-top: 12px;
	}
	.section-inquiry ul li .web-inquiry a {
		padding: 5px;
		box-sizing: border-box;
	}
	.section-inquiry ul li .web-inquiry a p {
		font-size: min(16px,4.4vw);
	}
	.section-inquiry ul li .phone-inquiry a img {
		width: 22px;
	}
	.section-inquiry ul li .phone-inquiry a p {
		font-size: min(32px,8.5vw);
	}
	.section-inquiry ul li .phone-inquiry span {
		line-height: 16px;
	}
	.section-faq h3 {
		margin-bottom: 20px;
	}
	.section-faq ul li p .a a {
		display: inline;
	}
}
@media screen and (min-width: 1450px) {
	.special .float_menu.sp_none {
		background: #00957e;
	}
	.float_menu .tel .tel_num,
	.float_menu .tel .time{
		color: #00957e;
	}
	.mail svg .cls-1, .mail svg .cls-2, .mail svg .cls-3 {
		fill:#00957e;
	}
}
@media screen and (min-width: 481px) and (max-width: 1450px) {
	.float_menu.pc_none {
		background: #00957e;
		z-index: 10;
	}
	.float_menu .tel, .float_menu .mail, .float_menu .ext {
		background: #00957e;
	}
}
@media screen and (max-width: 480px) {
	.float_menu {
		background: #00957e;
	}
}