/*CSS*/
.Options-Radio div input {
	border-color: rgb(134,134,134) !important;
}
.Options-Checkbox div input {
	border-color: rgb(134,134,134) !important;
}
.mypage-row .col-md-12 >div ul li:after {
	background: white !important;
}
.ReactModal__Overlay {
	z-index: 11111111111 !important;
}
.ql-align-right {
 	text-align: right; 
}
.ql-align-center {
 	text-align: center; 
}
.mypage-row .col-md-12 >div ul {
	background: #3f9c35 !important;
}

p, span, div, a, h1, h2, h3, h4 {
	font-family: Arial,sans-serif !important;
    //color: #454545 !important;
}
h1, h2, h3, h4 {
	//font-weight: 900 !important;
}

.mypage-row .col-md-12 >div >div:first-child{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
        display: -ms-flexbox;
    -ms-flex-pack: start;
    display: flex;
    justify-content: start;
	background: #99c88c !important;
}
/*
.mypage-row .col-md-12 >div >div {
    display: flex;
    justify-content: start;
	background: #99c88c !important;
}
*/
.content-row {
    min-height: calc(100vh - 281px);
}
.profile-row .col-md-12 >div >div {
	margin-bottom: 12px;
}
.profile-row button {
	    font-size: 14px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-appearance: none;
    max-width: 350px;
    min-width: 125px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.2s ease 0s;
    margin: 0px 12px 12px;
    border-radius: 40px;
    background: linear-gradient(90deg, rgb(41, 178, 196) 0%, rgb(178, 222, 127) 100%);
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding: 2px;
}
.profile-row button span {
    width: 100%;
    color: black;
    display: block;
    background-color: white;
    transition: all 0.2s ease 0s;
    padding: 10px 24px;
    border-radius: 256px;
}
body {
	overflow-x: hidden;
}
.home-row {
background: #f7f7f7 !important;
position: relative;
top: -12px;
overflow: hidden;
padding: 26px 0;
}
h1, .sp-search {
	z-index: 1;
    position: relative;
}
.sp-search >div:first-child{
	min-width: 360px;
}
.home-row:after {
    background: linear-gradient(90deg, #fff 0, rgba(255, 255, 255, 0) 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
        width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
        z-index: 0;
}
.home-row:before {
	display: block;
    z-index: 0;
    background: linear-gradient(135deg, #fff 0, rgba(255, 255, 255, 0) 100%);
    clip-path: polygon(70% 0, 100% 0, 100% 20%, 80% 100%, 20% 100%);
        width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}
.s-row {
	position: relative !important;
    top: -12px !important;
}
.s-row .col-md-12 {
	padding: 0 !important;
}
.mypage-row span:hover, a:hover {
	text-decoration: none !important;
}
.mypage-row span, a {
	text-decoration: none !important;
}
.bottom-container {
	background: #3f9c35 !important;
    //padding: 26px 26px 50px 26px;
    padding: 26px 40px;
    display: flex;
    flex-direction: row;
    position: relative;
    overflow: hidden;
}
.footer-link {
	position: absolute;
    right: 26px;
    bottom: 26px;
    z-index: 1;
}
button span {
	color: white !important;
    background: #3f9c35 !important;
}
.bottom-container a {

color: white !important;
}
/*
.bottom-container:before {
	content: "";
    visibility: visible;
    content: "";
    height: 100%;
    visibility: visible;
    width: 50%;
    position: absolute;
    background: linear-gradient(135deg, rgba(0,0,0,0.6), rgba(255, 255, 255, 0) 100%);
    left: 0;
    top: 0;
    transform: skew(65deg, -170deg);
}
.bottom-container:after {

    	content: "";
    visibility: visible;
    width: 50%;
    height: 100%;
        top: 0;
    right: 0;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgba(0,0,0,0.3), rgba(255, 255, 255, 0) 100%);
    clip-path: polygon(70% 0, 100% 0, 100% 20%, 80% 100%, 20% 100%);
}
*/
.bottom-container >div:first-child {
/*
    background: url(./logo.svg);
    height: auto;
    width: 85px;
    background-size: contain;
    background-repeat: no-repeat;
 */
 display: none;
}
.bottom-container div {
	margin-right: 26px;
    padding-bottom: 12px;
}
.bottom-container h1 {
	color: white !important;
    font-size: 19px;
    position: relative;
        margin: 0 0 12px 0;
}
.bottom-container p {
	color: white !important;
    position: relative;
}
.bottom-container div {
	position: relative;
}