@charset "UTF-8";

/*
Theme Name: murapoke 202602
Theme URI: https://ashitalab.co.jp
Description: by あしたラボラトリー.
Version: 1
Author: あしたラボラトリー
Author URI: https://ashitalab.co.jp
*/





/* -------------------------------------------------------------
// ORIGINAL CSS
------------------------------------------------------------- */
.group_information_listarea {
	max-width:800px;
	width: 100%;
	margin:0 auto;
}
.group_information_list li {
	list-style-type: disc !important;
	margin-left: 20px;
}
ul.group_information_list li::marker {
    color: #027041;
}
.group_information_list a {
	line-height: 200%;
	font-size: 120%;
	font-weight: 400;
	color: #9cc813;
	transition: opacity 0.2s ease-in-out;
	cursor: pointer;
	opacity: 1;
}
.group_information_table {
	max-width:800px;
	width: 100%;
	margin:0 auto;
}
.group_information_table th {
	width:200px;
	text-align:left;
	color:#027041;
	background-color:#f8fff4;
	font-size:110%;
}
.group_information_table td {
	width:calc(200px - 100%);
	text-align:left;
	font-weight: 400;
	font-size:100%;
}
.group_information_table,
.group_information_table th,
.group_information_table td {
	border:1px solid;
	border-collapse: collapse;
	padding:20px;
}
ul.group_information_category {
	list-style-type: disc !important;
	margin-left: 20px;
}
ul.group_information_category li {
}
ul.group_information_category li::marker {
	color:#027041;
}
.group_information_linkarea {
	display: flex;
	justify-content: flex-start;
	align-items:center;
}
.group_information_mark {
	width:30px;
}
.group_information_mark > img {
	width:20px;
	margin:5px 0;
}
.group_information_link {
	font-weight: 400;
	word-break: break-all;
}
.group_information_link span {
	margin-left:10px;
}
.group_information_link > a {
	margin-left:10px;
	font-weight: 400;
	color: #9cc813;
	transition: opacity 0.2s ease-in-out;
	cursor: pointer;
	opacity: 1;
}
.group_information_profile {
	word-break: break-all;
}
.group_information_photoarea {
	display:flex;
	justify-content:flex-start;
	align-items:self-start;
	flex-wrap:wrap;
	margin-bottom:20px;
}
.group_infomation_photounit {
	max-width: 169px;
	margin: 5px;
	border: 1px solid #DDDDDD;
	padding: 5px;
	border-radius: 5px;
}
.group_infomation_photo img {
	width:100%;
}
.group_infomation_phototext {
	margin-top:4px;
	font-size:76%;
	word-break: break-all;
}


.group_infomation_fileunit {
	display:flex;
	justify-content:flex-start;
	align-items:center;
	margin:10px 0;
	border-bottom: 2px dotted #DDDDDD;
	padding-bottom: 16px;
}
.group_infomation_attachicon {
	width:40px;
}
.group_infomation_attachicon img {
	width:100%;
}
.group_infomation_attachiunit {
	margin-left:10px;
}
.group_infomation_attachiunit a {
	font-weight: 400;
	color: #9cc813;
	transition: opacity 0.2s ease-in-out;
	cursor: pointer;
	opacity: 1;
}
.group_infomation_file a {
	font-weight: 400;
	color: #9cc813;
	transition: opacity 0.2s ease-in-out;
	cursor: pointer;
	opacity: 1;
}
.group_infomation_filetext {
	margin-top:4px;
	font-size:80%;
	word-break: break-all;
}

.moreInfoBtn {
    text-align: center;
    margin-top:100px;
}
.moreInfoBtn a {
    display: inline-flex;
    background: #9cc813;
    color: #fff;
    align-items: center;
    justify-content: center;
    width: 338px;
    height: 60px;
    font-size: 2rem;
    font-weight: 500;
    transition: opacity 0.2s ease-in-out;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
}


@media only screen and (max-width: 990px) {
	.group_information_list a {
		font-size:100%;
	}
	.group_information_table {
		border:unset;
	}
	.group_information_table th,
	.group_information_table td {
		border:unset;
		font-size:100%;
		padding:10px;
		width: 100%;
		display: inline-block;
		float: left;
	}
	.group_information_link {
		width:100%;
	}
	.group_infomation_photounit {
		max-width:100px;
	}

	.moreInfoBtn {
		text-align: center;
		margin-top:50px;
	}
	.moreInfoBtn a {
		width: 200px;
		height: 35px;
		font-size: 1.4rem;
	}
}





/* -------------------------------------------------------------
// BASE CSS
------------------------------------------------------------- */
ol[class], ul[class] {
	padding: 0
}
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, 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, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
ol, ul {
	list-style: none
}
body {
	line-height: 1.5;
	min-height: 100vh;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed
}
ol[class], ul[class] {
	list-style: none
}
a:not([class]) {
	text-decoration-skip-ink: auto
}
article>*+* {
	margin-top: 1em
}
button, input, select, textarea {
	font: inherit
}
@media (prefers-reduced-motion:reduce) {
	* {
		-webkit-animation-duration: .01ms !important;
		animation-duration: .01ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: .01ms !important
	}
}
html {
	font-size: 62.5%;
	scroll-behavior: smooth;
	scroll-padding-top: 70px
}
body {
	background: #fff;
	color: #000;
	font-family: Noto Sans JP, sans-serif;
	font-optical-sizing: auto;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.6;
	padding-top: 70px;
	position: relative
}
a::selection, dd::selection, div::selection, dt::selection, h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, img::selection, li::selection, p::selection, span::selection, strong::selection {
	background: rgba(255, 246, 87, .9);
	color: #000
}
a::-moz-selection, dd::-moz-selection, div::-moz-selection, dt::-moz-selection, h1::-moz-selection, h2::-moz-selection, h3::-moz-selection, h4::-moz-selection, h5::-moz-selection, img::-moz-selection, li::-moz-selection, p::-moz-selection, span::-moz-selection, strong::-moz-selection {
	background: rgba(255, 246, 87, .9);
	color: #000
}
button, input, select, textarea {
	color: #000;
	outline: none
}
button {
	cursor: pointer
}
::-moz-selection {
	background: #b3d4fc;
	text-shadow: none
}
::selection {
	background: #b3d4fc;
	text-shadow: none
}
audio, canvas, img, video {
	vertical-align: middle
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0
}
textarea {
	resize: none
}
a {
	color: #1c1c1c;
	text-decoration: none
}
a:hover {
	text-decoration: underline
}
@media only screen and (max-width:990px) {
	a:hover {
		text-decoration: none
	}
}
p {
	margin: 0 0 1em
}
input[type=submit], label, select {
	cursor: pointer
}
*, :after, :before {
	box-sizing: border-box
}
.desktop a:hover img.over, a:active img.over {
	cursor: pointer;
	filter: alpha(opacity=80);
	opacity: .8
}
@media only screen and (max-width:990px) {
	.desktop a:hover img.over, a:active img.over {
		filter: alpha(opacity=100);
		opacity: 1
	}
}
img[src$=".svg"] {
	width: 100%
}
address {
	font-style: normal
}
.largeContainer {
	overflow: hidden
}
main {
	padding-top: 70px
}
.subPageContainer {
	padding-bottom: 150px
}
.subPageContainer_inner {
	margin: 0 auto;
	max-width: 1200px
}
.subPageContainer_title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	color: #027041;
	font-size: 3rem;
	font-weight: 700;
	gap: 15px;
	margin-bottom: 30px
}
.subPageContainer_title img {
	width: 50px
}
.header {
	background: #f8fff4;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000
}
.header_inner {
	margin: 0 auto;
	max-width: 1200px
}
.headerMain {
	gap: 20px 10px;
	height: 70px
}
.headerMain, .headerMain_mark {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}
.headerMain_mark {
	height: 100px;
	margin-top: 20px;
	width: 100px;
	-ms-flex-pack: center;
	background: #f8fff4;
	border-radius: 100px;
	justify-content: center
}
.headerMain_mark img {
/*	width: 55px */
	width:70px;
}
.headerMain_title {
	color: #027041;
	font-size: 2rem
}
.headerMain_title a {
	color: #027041
}
.headerSearch {
	display: inline-block;
	margin-left: auto;
	position: relative
}
.headerSearch.spShow {
	display: none
}
.headerSearch_text {
	background: #feffd6;
	border: 1px solid #989898;
	border-radius: 35px;
	box-shadow: inset 0 1px 6.7px 0 rgba(0, 0, 0, .25);
	height: 40px;
	max-width: 340px;
	padding: 5px 45px 5px 15px;
	width: 100%
}
.headerSearch_button {
	background: none;
	border: none;
	bottom: 0;
	cursor: pointer;
	filter: alpha(opacity=100);
	height: 26px;
	margin: auto;
	opacity: 1;
	padding: 0;
	position: absolute;
	right: 15px;
	top: 0;
	transition: opacity .2s ease-in-out;
	width: 26px
}
@media only screen and (max-width:990px) {
	.headerSearch_button {
		filter: alpha(opacity=100);
		opacity: 1
	}
}
.desktop .headerSearch_button:hover, .headerSearch_button:active {
	filter: alpha(opacity=70);
	opacity: .7;
	text-decoration: none
}
@media only screen and (max-width:990px) {
	.desktop .headerSearch_button:hover, .headerSearch_button:active {
		filter: alpha(opacity=100);
		opacity: 1
	}
}
.footer {
	background: #f8fff4
}
.footer_inner {
	margin: 0 auto;
	max-width: 1000px;
	padding: 1px 0 60px
}
.footer_icon {
	background: #f8fff4;
	border-radius: 100px;
	display: -ms-flexbox;
	display: flex;
	height: 120px;
	margin: -60px auto -20px;
	width: 120px;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}
.footer_icon img {
	height: auto;
/*	width: 60px */
	width: 80px;
}
.footer_title {
	color: #027041;
	font-size: 2.4rem;
	margin-bottom: 40px;
	text-align: center
}
.footer_copy {
	font-size: 1.4rem;
	text-align: center
}
.footerMain {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 40px
}
.footerMain_list dt {
	color: #027041;
	font-size: 1.8rem
}
.footerMain_list ul li {
	margin-top: 10px
}
.footerMain_list ul li a {
	color: #9cc813;
	font-size: 1.6rem;
	font-weight: 400
}
.footerMain_list ul li a:before {
	color: #027041;
	content: "・"
}
.footerMain_list ul li a {
	cursor: pointer;
	filter: alpha(opacity=100);
	opacity: 1;
	transition: opacity .2s ease-in-out
}
@media only screen and (max-width:990px) {
	.footerMain_list ul li a {
		filter: alpha(opacity=100);
		opacity: 1
	}
}
.desktop .footerMain_list ul li a:hover, .footerMain_list ul li a:active {
	filter: alpha(opacity=70);
	opacity: .7;
	text-decoration: none
}
@media only screen and (max-width:990px) {
	.desktop .footerMain_list ul li a:hover, .footerMain_list ul li a:active {
		filter: alpha(opacity=100);
		opacity: 1
	}
}
.pageTopBtn {
	bottom: 100px;
	position: fixed;
	right: 50px;
	width: 75px;
}
.pageTopBtn a {
	cursor: pointer;
	filter: alpha(opacity=100);
	opacity: 1;
	transition: opacity .2s ease-in-out
}
@media only screen and (max-width:990px) {
	.pageTopBtn a {
		filter: alpha(opacity=100);
		opacity: 1
	}
}
.desktop .pageTopBtn a:hover, .pageTopBtn a:active {
	filter: alpha(opacity=70);
	opacity: .7;
	text-decoration: none
}
@media only screen and (max-width:990px) {
	.desktop .pageTopBtn a:hover, .pageTopBtn a:active {
		filter: alpha(opacity=100);
		opacity: 1
	}
}
.spMenuBox, .spNaviBox {
	display: none
}
.headSosBtn {
	padding-right: 10px;
	padding-top: 6px
}
.headSosBtn button {
	background: none;
	border: none;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 37px;
	padding: 0;
	width: 37px;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}
.js-sos-on .headSosBtn button svg .cls-2, .js-sos-on .headSosBtn button svg .cls-3 {
	fill: #b0b0b0
}
.sosPopBox {
	background: rgba(0, 0, 0, .64);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000
}
.js-sos-on .sosPopBox {
	display: block
}
.sosPopBox_inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	height: 100%;
	justify-content: center;
	width: 100%
}
.sosPopBoxMain {
	background: #f3ffcf;
	border-radius: 30px;
	height: auto;
	max-width: 430px;
	padding: 20px 30px 40px;
	width: 100%
}
.sosPopBoxMain_title {
	color: #027041;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center
}
.sosPopBoxMain_btn {
	margin-right: -20px;
	text-align: right
}
.sosPopBoxMain_close {
	background: none;
	border: none;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 54px;
	padding: 0;
	width: 54px;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	cursor: pointer;
	filter: alpha(opacity=100);
	justify-content: center;
	opacity: 1;
	transition: opacity .2s ease-in-out
}
@media only screen and (max-width:990px) {
	.sosPopBoxMain_close {
		filter: alpha(opacity=100);
		opacity: 1
	}
}
.desktop .sosPopBoxMain_close:hover, .sosPopBoxMain_close:active {
	filter: alpha(opacity=70);
	opacity: .7;
	text-decoration: none
}
@media only screen and (max-width:990px) {
	.desktop .sosPopBoxMain_close:hover, .sosPopBoxMain_close:active {
		filter: alpha(opacity=100);
		opacity: 1
	}
}
.sosPopBoxMain_over {
	max-height: calc(70vh - 60px);
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 10px 30px
}
.sosPopBoxMainList_item {
	background: #fff;
	border: 1px solid #027041;
	border-radius: 20px;
	display: -ms-flexbox;
	display: flex;
	gap: 0 10px;
	margin-bottom: 15px;
	padding: 15px;
	-ms-flex-align: start;
	align-items: start;
	cursor: pointer;
	filter: alpha(opacity=100);
	opacity: 1;
	transition: opacity .2s ease-in-out
}
@media only screen and (max-width:990px) {
	.sosPopBoxMainList_item {
		filter: alpha(opacity=100);
		opacity: 1
	}
}
.desktop .sosPopBoxMainList_item:hover, .sosPopBoxMainList_item:active {
	filter: alpha(opacity=70);
	opacity: .7;
	text-decoration: none
}
@media only screen and (max-width:990px) {
	.desktop .sosPopBoxMainList_item:hover, .sosPopBoxMainList_item:active {
		filter: alpha(opacity=100);
		opacity: 1
	}
}
.sosPopBoxMainList_item:last-child {
	margin-bottom: 0
}
.sosPopBoxMainList_icon {
	width: 20px
}
.sosPopBoxMainList_data {
	-ms-flex: 1;
	flex: 1
}
.sosPopBoxMainList_title {
	color: #027041;
	font-size: 1.5rem;
	font-weight: 400
}
.sosPopBoxMainList_tel {
	font-size: 1.5rem
}
.sosPopBoxMainList_text {
	font-size: 1.2rem;
	font-weight: 400
}
@media only screen and (max-width:990px) {
	html {
		font-size: 62.5%;
		scroll-padding-top: 50px
	}
	html.chatBoxOpen {
		overflow: clip;
		overflow: hidden
	}
	body {
		font-size: 16px;
		min-height: 0;
		min-height: auto;
		min-width: 320px !important;
		width: 100%;
		-webkit-text-size-adjust: 100%;
		padding-top: 50px;
		position: relative
	}
	.chatBoxOpen body {
		overflow: clip;
		overflow: hidden
	}
	main {
		padding-top: 30px
	}
	main.mapSp {
		padding-top: 0
	}
	main.mapSp .subPageContainer_title {
		display: none
	}
	main.mapSp .subPageContainer_inner {
		padding: 0
	}
	main.mapSp .subPageContainer {
		padding-bottom: 0
	}
	.subPageContainer {
		padding-bottom: 150px
	}
	.subPageContainer_inner {
		padding: 0 20px
	}
	.subPageContainer_title {
		font-size: 1.6rem;
		gap: 10px;
		margin-bottom: 20px
	}
	.subPageContainer_title img {
		width: 25px
	}
	.header {
		background: #f8fff4;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%
	}
	.headerMain {
		-ms-flex-pack: start;
		gap: 0;
		justify-content: start
	}
	.headerMain, .headerMain_mark {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		height: 50px
	}
	.headerMain_mark {
		margin-top: 5px;
		width: 50px;
		-ms-flex-pack: center;
		background: #f8fff4;
		border-radius: 100px;
		justify-content: center
	}
	.headerMain_mark img {
/*		width: 26px */
		width: 36px;
	}
	.headerMain_title {
		font-size: 1.5rem
	}
	.headerSearch {
		display: none
	}
	.headerSearch.spShow {
		display: block;
		margin: 0 20px 25px;
		position: relative
	}
	.headerSearch_text {
		font-size: 1.5rem;
		height: 40px;
		max-width: none;
		padding: 5px 45px 5px 15px;
		width: 100%
	}
	.headerSearch_button {
		background: none;
		border: none;
		bottom: 0;
		height: 26px;
		margin: auto;
		padding: 0;
		position: absolute;
		right: 15px;
		top: 0;
		width: 26px
	}
	.footer {
		background: #f8fff4;
		display: none
	}
	.footer_inner {
		margin: 0 auto;
		max-width: 1000px;
		padding: 1px 0 40px
	}
	.footer_icon {
		background: #f8fff4;
		border-radius: 100px;
		display: -ms-flexbox;
		display: flex;
		height: 120px;
		margin: -60px auto -20px;
		width: 120px;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.footer_icon img {
		height: auto;
		width: 60px
	}
	.footer_title {
		color: #027041;
		font-size: 2.4rem;
		margin-bottom: 40px;
		text-align: center
	}
	.footer_copy {
		font-size: 1.5rem;
		text-align: center
	}
	.footerMain {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 40px
	}
	.footerMain_list dt {
		color: #027041;
		font-size: 2rem
	}
	.footerMain_list ul li {
		margin-top: 10px
	}
	.footerMain_list ul li a {
		color: #9cc813;
		font-size: 2rem;
		font-weight: 400
	}
	.footerMain_list ul li a:before {
		color: #027041;
		content: "・"
	}
	.footerMain_list ul li a {
		cursor: pointer;
		filter: alpha(opacity=100);
		opacity: 1;
		transition: opacity .2s ease-in-out
	}
}
@media only screen and (max-width:990px) and (max-width:990px) {
	.footerMain_list ul li a {
		filter: alpha(opacity=100);
		opacity: 1
	}
}
@media only screen and (max-width:990px) {
	.desktop .footerMain_list ul li a:hover, .footerMain_list ul li a:active {
		filter: alpha(opacity=70);
		opacity: .7;
		text-decoration: none
	}
}
@media only screen and (max-width:990px) and (max-width:990px) {
	.desktop .footerMain_list ul li a:hover, .footerMain_list ul li a:active {
		filter: alpha(opacity=100);
		opacity: 1
	}
}
@media only screen and (max-width:990px) {
	.pageTopBtn {
		bottom: 100px;
		display: none;
		position: fixed;
		right: 50px;
		width: 100px
	}
	.pageTopBtn a {
		cursor: pointer;
		filter: alpha(opacity=100);
		opacity: 1;
		transition: opacity .2s ease-in-out
	}
}
@media only screen and (max-width:990px) and (max-width:990px) {
	.pageTopBtn a {
		filter: alpha(opacity=100);
		opacity: 1
	}
}
@media only screen and (max-width:990px) {
	.desktop .pageTopBtn a:hover, .pageTopBtn a:active {
		filter: alpha(opacity=70);
		opacity: .7;
		text-decoration: none
	}
}
@media only screen and (max-width:990px) and (max-width:990px) {
	.desktop .pageTopBtn a:hover, .pageTopBtn a:active {
		filter: alpha(opacity=100);
		opacity: 1
	}
}
@media only screen and (max-width:990px) {
	.spMenuBox {
		bottom: 0;
		display: block;
		left: 0;
		position: fixed;
		width: 100%;
		z-index: 500
	}
	.spMenuBox_inner {
		display: -ms-flexbox;
		display: flex;
		height: 80px
	}
	.spMenuBox_item01 {
		position: relative;
		width: 33.33%
	}
	.spMenuBox_item01 a {
		background: #9cc813;
		display: block;
		height: 80px;
		padding-top: 10px
	}
	.spMenuBox_name {
		color: #fff;
		font-size: 1.2rem;
		margin-bottom: 5px;
		text-align: center
	}
	.spMenuBox_icon {
		height: 35px;
		margin: 0 auto;
		width: 35px
	}
	.spMenuBox_icon img {
		height: 100%;
		object-fit: contain;
		width: 100%
	}
	.spMenuBox_btn {
		position: relative;
		width: 25%
	}
	.spMenuBox_btn button {
		background: #9cc813;
		border: none;
		display: block;
		height: 80px;
		padding: 0;
		width: 100%
	}
	.spMenuBox .line:before {
		background: #fff;
		bottom: 0;
		content: "";
		height: 85%;
		left: 0;
		margin: auto;
		position: absolute;
		top: 0;
		width: 1px
	}
	.spNaviBox {
		background: rgba(7, 7, 7, .5);
		bottom: -100vh;
		display: block;
		height: calc(100vh - 80px);
		height: calc(var(--page-height, 100vh) - 80px);
		left: 0;
		opacity: 0;
		position: fixed;
		transition: all .4s ease-in-out;
		width: 100%;
		z-index: 200
	}
	.openNaviMenu .spNaviBox {
		bottom: 80px;
		opacity: 1
	}
	.spNaviBox_inner {
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		-ms-flex-align: center;
		align-items: center
	}
	.spNaviBox_wrap {
		margin-bottom: 10px;
		padding: 0 20px
	}
	.spNaviBox_mark {
		display: -ms-flexbox;
		display: flex;
		height: 70px;
		width: 70px;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		background: #fff;
		border-radius: 100px;
		justify-content: center;
		margin: 0 auto
	}
	.spNaviBox_mark img {
		width: 36px
	}
	.spNaviBoxMain_close {
		margin-bottom: 15px;
		text-align: right
	}
	.spNaviBoxMain_close button {
		background: none;
		border: none;
		width: 60px
	}
	.headSosBtn {
		margin-left: auto
	}
	.sosPopBox {
		background: none;
		display: block;
		height: calc(100vh - 130px);
		top: 110vh;
		transition: top .4s ease-in-out
	}
	.js-sos-on .sosPopBox {
		display: block;
		top: 50px
	}
	.sosPopBox_inner {
		display: block
	}
	.sosPopBoxMain {
		border-radius: 0;
		height: calc(100vh - 130px);
		padding: 20px 20px 40px
	}
	.sosPopBoxMain_title {
		margin-bottom: 10px
	}
	.sosPopBoxMain_btn {
		margin-bottom: -20px;
		margin-right: -20px;
		text-align: right
	}
	.sosPopBoxMain_close {
		height: 38px;
		margin-right: 20px;
		width: 38px
	}
	.sosPopBoxMain_over {
		max-height: calc(100vh - 240px);
		overflow-x: hidden;
		overflow-y: auto;
		padding: 0 10px 30px
	}
	.sosPopBoxMainList_item {
		background: #fff;
		border: 1px solid #027041;
		border-radius: 20px;
		display: -ms-flexbox;
		display: flex;
		gap: 0 10px;
		margin-bottom: 15px;
		padding: 15px;
		-ms-flex-align: start;
		align-items: start;
		cursor: pointer;
		filter: alpha(opacity=100);
		opacity: 1;
		transition: opacity .2s ease-in-out
	}
}
@media only screen and (max-width:990px) and (max-width:990px) {
	.sosPopBoxMainList_item {
		filter: alpha(opacity=100);
		opacity: 1
	}
}
@media only screen and (max-width:990px) {
	.desktop .sosPopBoxMainList_item:hover, .sosPopBoxMainList_item:active {
		filter: alpha(opacity=70);
		opacity: .7;
		text-decoration: none
	}
}
@media only screen and (max-width:990px) and (max-width:990px) {
	.desktop .sosPopBoxMainList_item:hover, .sosPopBoxMainList_item:active {
		filter: alpha(opacity=100);
		opacity: 1
	}
}
@media only screen and (max-width:990px) {
	.sosPopBoxMainList_item:last-child {
		margin-bottom: 0
	}
	.sosPopBoxMainList_icon {
		width: 20px
	}
	.sosPopBoxMainList_data {
		-ms-flex: 1;
		flex: 1
	}
	.sosPopBoxMainList_title {
		color: #027041;
		font-size: 1.5rem;
		font-weight: 400
	}
	.sosPopBoxMainList_tel {
		font-size: 1.5rem
	}
	.sosPopBoxMainList_text {
		font-size: 1.2rem;
		font-weight: 400
	}
}




