@charset "UTF-8";

.module_ssolaTherapy {
	word-break: keep-all;
}
.module_ssolaTherapy .minframe {
	padding-left: 10px;
	padding-right: 10px;
	max-width: 860px;
	margin: 0 auto;
}
.module_ssolaTherapy .pg_padding {
	padding: 80px 0 130px;
}
.module_ssolaTherapy .__point {
	color: #FF3841;
	font-size: 17px;
	font-weight: 700;
}

/*card-01*/
.module_ssolaTherapy .card-01 {
	background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding-top: 250px;
}
.module_ssolaTherapy .card-01 .__title {
	font-size: 40px;
    font-family: 'Campton', Sans-serif;
	text-align: center;
	font-weight: 700;
	background: -o-linear-gradient(45deg, #8DE3BB, #4BB1C4);
    background: -o-linear-gradient(45deg, #EBF996, #ABE855);
    background: linear-gradient(45deg, #EBF996, #ABE855);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    padding: 1rem 0;
}
.module_ssolaTherapy .card-01 .item-wrap {
    text-align: center;
	margin-top: 35px;
}
.module_ssolaTherapy .card-01 .item-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	gap: 20px;
	margin-bottom: 20px;
}
.module_ssolaTherapy .card-01 .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	padding: 0 20px;
    border: 2px solid #ABE855;
	color: #fff;
    border-radius: 34px;
    font-size: 17px;
    min-width: calc((100% - 20px) / 2);
	height: 75px;
}

/*card-02*/
.module_ssolaTherapy .card-02 {
	background: #F8F8F8;
}
.module_ssolaTherapy .card-02 .img-slogan {
	margin-top: 20px;
}
.module_ssolaTherapy .card-02 .img-slogan img {
	max-height: 80px;
}
.module_ssolaTherapy .card-02 .cont {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    border-radius: 35px;
    border: 2px solid transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, right top, left top, from(#fff), to(#DBFF8E));
    background-image: -o-linear-gradient(#fff, #fff), -o-linear-gradient(right, #fff 0%, #DBFF8E 100%);
    background-image: linear-gradient(#fff, #fff), linear-gradient(to left, #fff 0%, #DBFF8E 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
	text-align: center;
}
.module_ssolaTherapy .card-02 .cont:nth-child(even) {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#fff), to(#DBFF8E));
    background-image: -o-linear-gradient(#fff, #fff), -o-linear-gradient(left, #fff 0%, #DBFF8E 100%);
    background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #fff 0%, #DBFF8E 100%);
}
.module_ssolaTherapy .card-02 .cont:last-child {
	margin-bottom: 0;
}
.module_ssolaTherapy .card-02 .cont-img {
	margin-top: 70px;
}
.module_ssolaTherapy .card-02 .cont-txt {
	margin-bottom: 70px;
}
.module_ssolaTherapy .card-02 .cont-txt .__point {
	font-family: 'Campton', Sans-serif;
	font-size: 22px;
	margin: 2rem 0 1rem;
}
.module_ssolaTherapy .card-02 .cont-txt .__point.step-01 {
	color: #9BD24f;
}
.module_ssolaTherapy .card-02 .cont-txt .__point.step-02 {
	color: #5FA300;
}
.module_ssolaTherapy .card-02 .cont-txt .__point.step-03 {
	color: #466B13;
}

.module_ssolaTherapy .card-02 .txt-inner {
	font-size: 15px;
    max-width: 280px;
    margin: auto;
}

/*card-03*/
.module_ssolaTherapy .card-03 {
	background: #fff;
}
.module_ssolaTherapy .card-03 .img-slogan {
	margin: 50px auto 70px;
}
.module_ssolaTherapy .card-03 .img-slogan img {
	max-height: 80px;
}
.module_ssolaTherapy .card-03 .cont-wrap {
	position: relative;
    max-width: 400px;
	margin: auto;
	background-repeat: no-repeat;
    background-size: contain;
	background-position: center center;
}
.module_ssolaTherapy .card-03 .icon-plus {
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 10;
}
.module_ssolaTherapy .card-03 .cont {
    text-align: center;
    min-height: 350px;
    display: table;
    margin: auto;
}
.module_ssolaTherapy .card-03 .cont-inner {
	display: table-cell;
    vertical-align: middle;
}

.module_ssolaTherapy .card-03 .cont .cont-title {
	font-size: 22px;
	font-family: 'Campton', Sans-serif;
	font-weight: 700;
}
.module_ssolaTherapy .card-03 .cont-01 .cont-title {
	color: #5FA300;
}
.module_ssolaTherapy .card-03 .cont-02 .cont-title {
	color: #0A7000;
}

.module_ssolaTherapy .card-03 .cont-txt {
	font-size: 15px;
	min-height: 90px;
	margin-top: 20px;
	max-width: 300px;
}
.module_ssolaTherapy .card-03 .cont-01 .cont-txt {
	color: #41502C;
}
.module_ssolaTherapy .card-03 .cont-02 .cont-txt {
	color: #41502C;
}
.module_ssolaTherapy .card-03 .txt-inner {
	max-width: 430px;
	margin: 70px auto 0;
	text-align: center;
	font-size: 17px;
}
.module_ssolaTherapy .card-03 .txt-inner .__line {
	display: block;
	margin-bottom: 18px;
	position: relative;
}
.module_ssolaTherapy .card-03 .txt-inner .__line b {
	font-weight: 700;
}
.module_ssolaTherapy .card-03 .txt-inner .__line em {
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 100%;
	height: 3px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

/*card-04*/
.module_ssolaTherapy .card-04 {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.module_ssolaTherapy .card-04 .cont-wrap {
	margin: 35px auto 0;
	max-width: 1400px;
}
.module_ssolaTherapy .card-04 .cont {
	background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    width: 90%;
    margin-left: auto;
    padding: 20% 0;
    text-align: center;
}
.module_ssolaTherapy .card-04 .cont:nth-child(even) {
	background-position: left center;
	margin-left: initial;
}
.module_ssolaTherapy .card-04 .item-wrap {
	max-width: 860px;
    margin-left: auto;
}
.module_ssolaTherapy .card-04 .cont:nth-child(even) .item-wrap {
	margin-left: initial;
}
.module_ssolaTherapy .card-04 .cont:nth-child(even) .cont-txt {
	width: auto;
}
.module_ssolaTherapy .card-04 .cont-img.img-01  img {
	max-height: 68px;
}
.module_ssolaTherapy .card-04 .cont-img.img-02  img {
	max-height: 57.5px;
}
.module_ssolaTherapy .card-04 .cont-img.img-03  img {
	max-height: 78px;
}
.module_ssolaTherapy .card-04 .cont-title {
	font-weight: 700;
	color: #5FA300;
	font-size: 17px;
	margin: 20px 0;
}
.module_ssolaTherapy .card-04 .cont-title span {
	display: block;
	font-weight: 400;
}
.module_ssolaTherapy .card-04 .txt-inner {
	font-size: 15px;
	color: #1A1A1A;
	max-width: 280px;
    margin: auto;
}