@charset "utf-8";

html,body {
	background: #fff none;
    color: #414141;
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0;
}

html{
	font-size: 62.5%;
	scroll-padding-top: 100px;
	overscroll-behavior-y: none; /* スクロールの跳ねを防止 */
}

.flex {
    -js-display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/*** スマホ 320px ~ 767px***/
@media screen and (min-width: 768px) and (max-width: 1200px) {
	html {
	    font-size: 0.833vw;
		
	}
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
	html {
	    font-size: 62.5%;
	}
}

body {
	-webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }
a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}

a,
a:hover {transition: all .3s;}

a[href^="tel:"] {
	pointer-events: none;
}

.is-sp {
	display: none;
}

img{
	max-width:100%;
	vertical-align: bottom;
	height: auto;
}

.m-plus {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
}

.mont {
  font-family: "Montserrat", sans-serif;
}



/*-----------------------------

wrapper

------------------------------*/
h1 {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.wrapper {
    max-width: 750px;
    margin: 0 auto;
}

.main-contents {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    padding: 0;
}

.solution-area {
	background: url("../img/top/bg.jpg") repeat-y top;
	background-size: cover;
}
.review-area {margin-bottom: 4.4rem;}

.flow-area {
	padding: 5rem 2rem 4rem;
	background: #F0FAF8;
	position: relative;
}

.flow-area h2 {
	position: absolute;
	width: calc(100% - 100px);
	top: -8.4rem;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.flow-area .swiper-slide {
	background: #fff;
	border-radius: 15px;
	padding: 3.2rem 2rem;
}

.flow-area .swiper-slide .step {
	font-size: 1.7rem;
	font-weight: 700;
	color: #3FBEAF;
	margin-bottom: 0.5rem;
}

.flow-area .swiper-slide h3 {
	font-size: 2.1rem;
	font-weight: bold;
	margin-bottom: 2rem;
}

.flow-area .swiper-slide p {
	font-size: 1.5rem;
	line-height: 1.8;
	font-weight: 500;
}

.swiper-pagination-bullet {
	background-color: #fff !important;
	opacity: 1 !important;
	color: #3FBEAF;
	font-size: 16px;
	transition: transform .2s linear;
	width: 35px !important;
	height: 35px !important;
	line-height: 35px !important;
	text-align: center !important;
	margin: 0 1rem !important;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
}

.swiper-pagination-bullet-active {
	background-color: #3FBEAF !important;
	color: #fff !important;
	transform: scale(1.2);
}

.swiper-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	bottom: 10px;
	margin: 0;
}

.swiper-pagination-bullet:not(:last-child)::after {
	content: "・";
	margin-left: 1rem;
	margin-right: -2.6rem;
	color: #3FBEAF;
	position: relative;
	pointer-events: none;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0 0 9rem !important;
}

.swiper-slide {
    position: relative;
    padding-bottom: 20px;
}

.swiper-slide::after {
    content: '';
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 16px solid transparent;
	border-left: 16px solid transparent;
	border-top: 30px solid #fff;
	border-bottom: 0;
}

.arrow01::after {left: 8% !important;}
.arrow02::after {left: 24% !important;}
.arrow03::after {left: 42% !important;}
.arrow04::after {left: 58% !important;}
.arrow05::after {left: 75% !important;}
.arrow06::after {left: 92% !important;}

.line-area {
	width: calc(100% - 40px); 
	max-width: 670px;
	margin: 0 auto 9rem;
	padding-bottom: 1rem;
	background: url("../img/top/line-bg.jpg") no-repeat center;
	background-size: cover;
	border-radius: 15px;
	position: relative;
}

.line-area .line-top {
	width: calc(100% - 160px); 
	margin: 0 auto 4.5rem;
}

.line-area .line-top {
	width: 60%;
	position: absolute;
	top: -2rem;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.line-area .line-txt {
	width: calc(100% - 35px);
	margin: 0 auto;
	padding: 3rem 0 1rem;
}

.line-area .line-btn {
	width: calc(100% - 35px);
	margin: 0 auto;
	position: relative;
}

.line-area .line-btn::before {
    content: '';
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 24px;
    background-image: url("../img/top/arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.line-area .line-btn .line-btn-text {
	font-size: 1.7rem;
	height: 37px;
	line-height: 37px;
	display: block;
	background: #FFF8C1;
	text-align: center;
	font-weight: bold;
	border-radius: 21.5px;
}

.line-area-link:hover .line-btn-text,
.contact-btn a:hover {background: #F4E783;}

.line-area-link:hover img {
	opacity: 1;
}

.contact-btn {position: relative; z-index: 2;}
.contact-btn a {
	font-size: 1.6rem;
	height: 60px;
	line-height: 60px;
	display: block;
	background: #FFF8C1;
	text-align: center;
	font-weight: bold;
	border-radius: 30px;
}
.contact-btn::before {
    content: '';
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 24px;
    background-image: url("../img/top/arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.contactbr-area {margin-bottom: 4.5rem;}

.faq-area {
	margin: 10rem 0 5rem;
	background: #F0FAF8;
	padding: 4rem 2rem;
	position: relative;
}
.faq-area h2 {
	position: absolute;
	width: calc(100% - 200px);
	top: -8.5rem;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.faq-area .faq-top dl {
	background: #fff;
	border-radius: 20px;
	padding: 2rem;
}

.faq-area .faq-top dl dt {cursor: pointer;}
.faq-area .faq-top dl dt:hover {opacity: 0.5;}

.faq-area .faq-top dl + dl {margin-top: 1.6rem;}
.faq-area .faq-top dl dt {
	display: flex;
	align-items: center;
}

.faq-area .faq-top dl dt span{
	width: calc(72px / 2);
}

.faq-area .faq-top dl dt .faq-ttl {
	width: 87%;
	font-size: 1.7rem;
	font-weight: bold;
	padding-left: 1rem;
}

.faq-area .faq-top dl dd.ac-child {
	background: #F0FAF8;
	border-radius: 20px;
	padding: 2rem;
	margin-top: 2rem;
}

.faq-area .faq-top dl dd.ac-child .answer-inner {
	display: flex;
	align-items: center;
}

.faq-area .faq-top dl dd span{
	width: calc(72px / 2);
}

.faq-area .faq-top dl dd.ac-child .answer-inner p {
	width: 87%;
	font-size: 1.5rem;
	font-weight: 500;
	padding-left: 1rem;
}

.contact-form {padding: 0 2rem 30vw;}
.contact-form h2 {margin-bottom: 2rem;}

.fixed {
  position: fixed;
  top: inherit;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}

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

.fixed a .img-hover {
	display: none;
}

.fixed a:hover .img {
	display: none;
}

.fixed a:hover .img-hover {
	display: block;
}
.fixed a:hover .img img {
	opacity: 1;
}


.img-back img {
	position: absolute;
    top: -18rem;
    width: 100%;
    left: 0;
}

.step {margin-bottom: 1rem;}
.privacy-area {margin-bottom: 4rem;}
.pp-area {
	font-size: 1.4rem;
	font-weight: 500;
	background: #D8F2EF;
	border-radius: 6px;
	padding: 1.2rem 0 1.2rem 2.5rem;
	position: relative;
	text-align: left;
	cursor: pointer;
}

.pp-area:hover {opacity: 0.5;}
.pp-area::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../img/top/close.png) 0% 0% / contain no-repeat;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.pp-area::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url("../img/top/open.png") 0% 0% / contain no-repeat;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s, visibility 0.3s;
}

.pp-area.is-open::before {
    opacity: 1;
    visibility: visible;
}

.pp-area.is-open::after {
    opacity: 0;
    visibility: hidden;
}
.form-wrap {
	margin-top: 0 !important;
	padding: 0 10px !important;
}

.pp-area_1 {
	margin-top: 2rem;
	border: 1px solid #ccc;
	padding: 2rem;
	text-align: left;
	overflow-y: scroll;
	height: 200px;
}

.pp-area_1 .ppinner h3 {
	font-size: 1.6rem;
	margin-bottom: 0.5rem;
	font-weight: bold;
}

.pp-area_1 .ppinner p {
	font-size: 1.3rem;
	line-height: 1.8;
}

.pp-area_1 .ppinner + .ppinner {margin-top: 2rem;}
p.read {
	padding-top: 2rem !important;
	text-align: center !important;
}

/* PC（768px以上）のスタイル */
@media screen and (min-width: 768px) {
    .wrapper {
        max-width: 1000px;
        margin: 0 auto;
    }

    .main-contents {
        width: 100%;
        max-width: 750px;
        margin: 0 auto;
        padding: 0;
    }
	.review-area {margin-bottom: 8.4rem;}
	
	
	.flow-area {
		padding: 10rem 4rem 8rem;
		margin-top: 15rem;
	}

	.flow-area h2 {
		width: 50%;
		top: -8.4rem;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	
	.line-area {
		width: 670px; 
		max-width: 670px;
		padding-bottom: 2rem;
	}
	
	.line-area .line-top {
		margin: 0 auto 9rem;
	}
	
	.line-area .line-top {
		width: 40%;
		position: absolute;
		top: -3rem;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	
	.line-area .line-txt {
		padding: 3rem 0 2rem;
	}
	
	.line-area .line-btn::before {
		width: 34px;
		height: 48px;
	}
	
	.line-area .line-btn .line-btn-text {
		font-size: 3.4rem;
		height: 74px;
		line-height: 74px;
		border-radius: 43px;
	}

	.contactbr-area {margin-bottom: 9rem;}
	
	
	.faq-area {
		margin: 20rem 0 10rem;
		padding: 8rem 4rem;
	}
	
	.faq-area h2 {
        position: absolute;
        width: 51%;
        top: -16.8rem;
        left: 0;
        right: 0;
        margin: 0 auto;
	}

	.faq-area .faq-top dl + dl {margin-top: 3.2rem;}
	.faq-area .faq-top dl dt span{
		width: 72px;
	}

	.faq-area .faq-top dl dt .faq-ttl {
		width: 87%;
		font-size: 3.4rem;
	}
	
	.faq-area .faq-top dl dd span{
		width: 72px;
	}

	.faq-area .faq-top dl dd.ac-child .answer-inner p {
		width: 87%;
		font-size: 3rem;
	}

	.contact-form {padding: 0 4rem 40vw;}
	.contact-form h2 {margin-bottom: 4rem;}
	
	
	.fixed {
		position: fixed;
		width: 100%;
		max-width: 750px;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	
	.contact-btn a {
		font-size: 3.2rem;
		height: 120px;
		line-height: 120px;
		border-radius: 60px;
	}
	.contact-btn::before {
		content: '';
		position: absolute;
		right: 5%;
		top: 50%;
		transform: translateY(-50%);
		width: 42px;
		height: 58px;
	}

	.flow-area .swiper-slide {
		border-radius: 30px;
		padding: 6.4rem 4rem;
	}
	.flow-area .swiper-slide .step {font-size: 3.4rem; margin-bottom: 0.5rem;}
	.flow-area .swiper-slide h3 {
		font-size: 4.2rem;
		margin-bottom: 4rem;
	}
	.flow-area .swiper-slide p {font-size: 3rem;}
	
	.swiper-pagination-bullet {
		background-color: #fff !important;
		opacity: 1 !important;
		font-size: 3rem;
		width: 84px !important;
		height: 84px !important;
		line-height: 84px !important;
	}

	.swiper-pagination-bullet-active {
		background-color: #3FBEAF !important;
		color: #fff !important;
		transform: scale(1.2);
	}
	
	.swiper {
		padding: 0 0 16rem !important;
	}
	
	.swiper-slide::after {
		content: '';
		position: absolute;
		bottom: -56px;
		border-style: solid;
		border-right: 80px solid transparent;
		border-left: 80px solid transparent;
		border-top: 100px solid #fff;
		border-bottom: 0;
	}
	
	.swiper-pagination-bullet:not(:last-child)::after {
		content: "・";
        margin-right: -4rem;
        color: #3FBEAF;
        position: relative;
        pointer-events: none;
        padding-left: 0rem;
        left: 8px;
	}
	
	.swiper-pagination-bullet-active {
		background-color: #3FBEAF !important;
		color: #fff !important;
		transform: scale(1.1);
	}
		
	.swiper-pagination-bullet-active:not(:last-child)::after {
        left: 5px;
	}
	
	.swiper-pagination-bullet:first-child.swiper-pagination-bullet-active:not(:last-child)::after {
		left: 8px;
	}
	
	.arrow01::after {left: 11% !important;}
	.arrow02::after {left: 27% !important;}
	.arrow03::after {left: 42% !important;}
	.arrow04::after {left: 58% !important;}
	.arrow05::after {left: 74% !important;}
	.arrow06::after {left: 90% !important;}
	
	.step {margin-bottom: 4.4rem;}
	
	.contact-form {padding: 0 4rem 15vw;}
	.pp-area {
		font-size: 3.2rem;
		border-radius: 12px;
		padding: 2.4rem 0 2.4rem 5rem;
	}
	
	.pp-area::before,
	.pp-area::after{
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 2rem;
		display: inline-block;
		width: 57px;
		height: 57px;
	}

	#mfp_button_cancel {
		display: block;
	}

	.pp-area_1 {
		margin-top: 2rem;
		border: 2px solid #ccc;
		padding: 2rem;
		height: 300px;
	}
	.pp-area_1 .ppinner h3 {
		font-size: 2rem;	}
	
	.pp-area_1 .ppinner p {
		font-size: 1.4rem;
	}

	
	
}

/* トップ サポート */
.home-support-section {
	display: block;
    position: relative;
	background: linear-gradient(
		to bottom,
		#91CADE 0%,     
		#6AD5C8 30%,   
		#B1E9E1 60%,    
		#FFFFFF 100%
		);
	max-width: 750px;
	font-family: "M PLUS Rounded 1c", "Montserrat", sans-serif;
}

.home-heading-2 {
	padding: 40px 30px 0;
}
@media screen and (max-width: 700px) {
	.home-heading-2 {
		padding: 20px 30px 0;
	}
}

.home-heading-3 {
	position: relative;
	font-size: 40px;
	text-align: center;
	padding-left: 50px;
	font-weight: 700;
    z-index: 2;
}
@media screen and (max-width: 700px) {
	.home-heading-3 {
		font-size: 28px;
	}
}
@media screen and (max-width: 500px) {
	.home-heading-3 {
		font-size: 20px;
	}
}

.home-support-list-contents-item-table {
	position: relative;
}
.home-support-list-contents-item-table:before {
	content: "";
	position: absolute;
	background-image: url(../img/top/img-in.svg);
	right: -15px;
	top: -33px;
	width: 66px;
	height: 66px;
	background-size: cover;
}
@media screen and (max-width: 700px) {
	.home-support-list-contents-item-table:before {
		width: 44px;
		height: 44px;
		top: -22px;
	}
}
@media screen and (max-width: 500px) {
	.home-support-list-contents-item-table:before {
		width: 33px;
		height: 33px;
		top: -15px;
	}
}

.home-support-list-contents-item:first-of-type {
	padding-top: 50px;
}
@media screen and (max-width: 700px) {
	.home-support-list-contents-item:first-of-type {
		padding-top: 30px;
	}
}


.home-support-list-item::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 120px;
	background-size: cover;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-image: url(../img/top/supportーbr-deco.png);
}
@media screen and (max-width: 700px) {
	.home-support-list-item::before {
		height: 80px;
	}
}
@media screen and (max-width: 500px) {
	.home-support-list-item::before {
		height: 60px;
	}
}
.home-support-list-item:nth-of-type(1):after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	max-width: 114px;
	height: 114px;
	left: -15px;
	top: -15px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../img/top/merit01-num.png);
	z-index: 2;
}
@media screen and (max-width: 700px) {
	.home-support-list-item:nth-of-type(1):after {
		max-width: 90px;
		height: 90px;
	}
}
@media screen and (max-width: 550px) {
	.home-support-list-item:nth-of-type(1):after {
		max-width: 70px;
		height: 70px;
	}
}
.home-support-list-item:nth-of-type(2):after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	max-width: 114px;
	height: 114px;
	left: -15px;
	top: -15px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../img/top/merit02-num.png);
}
@media screen and (max-width: 700px) {
	.home-support-list-item:nth-of-type(2):after {
		max-width: 90px;
		height: 90px;
	}
}
@media screen and (max-width: 550px) {
	.home-support-list-item:nth-of-type(2):after {
		max-width: 70px;
		height: 70px;
	}
}

.home-support-list-item:nth-of-type(2) {
	margin-top: 50px;
}

.home-support-list-deco {
	transform: translateY(4px);
}

.home-support-list-item {
	position: relative;
	background-color: #ffffff;
	padding: 0 40px 30px;
	border-radius: 30px;
}
@media screen and (max-width: 750px) {
	.home-support-list-item {
		padding: 0 20px 30px;
	}
}

.home-support-list-contents {
	padding-top: 30px;
}
@media screen and (max-width: 700px) {
	.home-support-list-contents {
		padding-top: 19px;
	}
}
@media screen and (max-width: 500px) {
	.home-support-list-contents {
		padding-top: 16px;
	}
}

.home-support-container {
	padding: 40px;
}
@media screen and (max-width: 750px) {
	.home-support-container {
		padding: 20px;
	}
}

.home-support-list-contents-text {
	font-size: 28px;
	line-height: 1.6;
	padding-top: 25px;
	font-weight: 500;
}
@media screen and (max-width: 750px) {
	.home-support-list-contents-text {
		font-size: 25px;
		padding-top: 10px;
	}
}
@media screen and (max-width: 600px) {
	.home-support-list-contents-text {
		font-size: 23px;
	}
}
@media screen and (max-width: 550px) {
	.home-support-list-contents-text {
		font-size: 18px;
	}
}
@media screen and (max-width: 450px) {
	.home-support-list-contents-text {
		font-size: 16px;
	}
}
@media screen and (max-width: 400px) {
	.home-support-list-contents-text {
		font-size: 14px;
	}
}

.merit02 .home-support-list-contents-text {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
}
@media screen and (max-width: 750px) {
	.merit02 .home-support-list-contents-text {
		font-size: 25px;
	}
}
@media screen and (max-width: 570px) {
	.merit02 .home-support-list-contents-text {
		font-size: 20px;
	}
}
@media screen and (max-width: 460px) {
	.merit02 .home-support-list-contents-text {
		font-size: 14px;
	}
}

.merit02 .home-support-list-contents-text-deco {
	font-size: 38px;
}
@media screen and (max-width: 750px) {
	.merit02 .home-support-list-contents-text-deco {
		font-size: 30px;
	}
}
@media screen and (max-width: 570px) {
	.merit02 .home-support-list-contents-text-deco {
		font-size: 25px;
	}
}
@media screen and (max-width: 460px) {
	.merit02 .home-support-list-contents-text-deco {
		font-size: 18px;
	}
}


.home-support-list-contents-text-deco {
	border-bottom: solid 2px #3FBEAF;
	color: #3FBEAF;
	font-weight: 700;
}

.support-img-detail-text-contents {
	text-align: center;
}

.support-img-detail-text {
	font-size: 23px;
	font-weight: 500;
	color: #8B8B8B;
	padding-top: 20px;
}
@media screen and (max-width: 750px) {
	.support-img-detail-text {
		font-size: 17px;
		padding-top: 10px;
	}
}
@media screen and (max-width: 500px) {
	.support-img-detail-text {
		font-size: 12px;
	}
}


/* テキスト関連 */
.home-support-list-lead-text-contents {
	margin-top: 40px;
	font-weight: 700;
	text-align: center;
}

.home-support-list-lead-text01 {
	font-size: 26px;
}

.home-support-list-lead-text01-deco {
	font-size: 34px;
	font-weight: 700;
	color: #3FBEAF;
}

.home-support-list-lead-text01-deco-size-dwn {
	font-size: 26px;
}

.home-support-list-lead-text02 {
	font-size: 36px;
}

.home-support-list-lead-text02-line {
	position: relative;
	background: linear-gradient(transparent 75%, #fff5a080 60%);
}

.home-support-list-lead-text02-line-deco {
	font-size: 46px;
}
@media screen and (max-width: 700px) {
	.home-support-list-lead-text02-line-deco {
      font-size: 28px;
}
}
.home-support-list--table-top-text {
	font-size: 24px;
	text-align: center;
	padding-top: 20px;
	font-weight: 500;
}
@media screen and (max-width: 750px) {
	.home-support-list--table-top-text {
		font-size: 20px;
	}
	.home-support-list--table-top-text svg {
		height: 20px;
	}
}
@media screen and (max-width: 500px) {
	.home-support-list--table-top-text {
		font-size: 16px;
	}
}



.home-support-suggestion-img {
	margin-bottom: 80px;
	padding: 0 10px 0 33px;
}
@media screen and (max-width: 750px) {
	.home-support-suggestion-img {
		margin-bottom: 40px;
		padding: 0 5px 0 15px;
	}
}

/* モーダル */

.support-table-modal { 
	display: none;
	position: fixed;
	inset: 0;
	z-index: 1000;
}
.support-table-modal__backdrop {
  	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.5);
}
.support-table-modal__panel {
	position: absolute; 
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 40px;
	width: min(720px, 90%);
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.support-table-modal__close {
  	position: absolute;
	right: -18px;
	top: -5px;
  	background: transparent;
	border: none;
	font-size: 30px;
	cursor:pointer;
}
