/*
* Create by meyou
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap');
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap);

span, a {
    font-size:100%;
}

.pj-ttl1 {
	text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 13% auto 8%;
    position: relative;
    font-size: 50px;
    font-weight: 600;
    border-bottom: 3px solid #204894;
    padding: 0 5%;
	font-family: 'Noto Serif JP', serif;
}
.pj-ttl1::before {
    content: "";
    width: 3px;
    height: 150%;
    background: #204894;
    position: absolute;
    right: 5%;
    bottom: 0;
    top: 0;
    margin: auto;
}
.pj-ttl1::after {
    content: "\025c6";
    color: #ecf6fe;
    position: absolute;
    font-size: 600%;
    left: 0;
    bottom: -100%;
    z-index: -1;
}
.pj-ttl1 span {
    display: block;
    font-weight: bold;
    color: #204894;
    font-size: 80%;
	font-family: 'Noto Serif JP', serif;
}
.pj-ttl2 {
	text-align: center;
	margin: 3% auto 0;
	position: relative;
	font-size: 40px;
	font-weight: bold;
	font-family: 'Noto Serif JP', serif;
	background: #204894;
	color: #fff;
	padding: 3% 0 1%;
}
.pj-ttl2::before {
	content:"";
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: calc(tan(60deg) * 20px) solid #ffffff;
	position: absolute;
	top: -1px;
	right: 0;
	left: 0;
	margin: auto;
	width: 0px;
}
.pj-ttl2 img {
	max-width: 400px;
	margin: 1% auto 0;
	width: 50%;
}
.pj-ttl2 span {
	display: block;
	color: #eff315;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	font-size: 70%;
}
.pj-ttl3 {
	font-size: 23px;
	font-weight: bold;
	font-family: 'Noto Serif JP', serif;
	-webkit-text-decoration: underline #ecf6fe 5px;
	text-decoration: underline #ecf6fe 5px;
	margin-bottom: 10px;
	line-height: 190%;
	color:#204894;
}
.pj-ttl3 br {
	display:none;
}
.pj-ttl3 span {
	display:block;
	font-size: 70%;
	font-weight: bold;
	color: #d05051;
	font-family: 'Noto Serif JP', serif;
	line-height: 130%;
	width: fit-content;
	margin: 0 auto;
	text-decoration: underline;
}
.pj-ttl4 {
    text-align: center;
    position: relative;
    font-size: 50px;
    font-weight: bold;
    margin: 5% auto 3%;
    font-family: 'Noto Serif JP', serif;
    background: -webkit-gradient(linear, left bottom, left top, from(#ecf6fe), to(transparent));
    background: -o-linear-gradient(bottom, #ecf6fe, transparent);
    background: linear-gradient(0deg, #ecf6fe, transparent);
    padding: 1% 0 3%;
}
.pj-ttl4 span {
    display: block;
    font-weight: bold;
    color: #204894;
    font-size: 80%;
	font-family: 'Noto Serif JP', serif;
}
.pj-ttl5 {
	text-align: center;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-size: 50px;
	position: relative;
	padding: 2% 0;
	margin-bottom:5%;
}
.pj-ttl5::before {
	content:"";
	width: 60%;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
}
.pj-ttl5::after {
	content:"";
	width: 60%;
	height: 1px;
	background: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
}
.pj-ttl6 {
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-size: 50px;
	background: #204894;
	margin: 5% auto 3%;
	padding: 1% 0;
}


header.pj-header {
    display: block;
    top: 0;
}
header.pj-header > div {
	display: block;
	padding: 0;
}
.pj-catch {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 0;
    -webkit-box-align: anchor-center;
        -ms-flex-align: anchor-center;
            align-items: anchor-center;
}
.pj-catch * {
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
}
.pj-catch::before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #204894;
    z-index: -1;
}
.pj-catch p:nth-child(1) {
    background: #eff314;
    padding: 3px 10px 5px;
    font-size: 20px;
    font-weight: bold;
}
.pj-catch p:nth-child(1) span {
    font-weight: bold;
    color: #e60000;
}
.pj-catch p:nth-child(1) span:first-child {
    font-size: 150%;
}
.pj-catch p:nth-child(2) * {
    color: #fff;
}
.pj-catch p:nth-child(2) {
    color: #fff;
    font-size: 25px;
    letter-spacing: 1px;
}
.pj-catch p:nth-child(2) > span:nth-child(1) {
    color: #eff314;
}
.pj-catch p:nth-child(2) > span:nth-child(1) span {
    font-size: 150%;
    color: #eff314;
}
.pj-catch p:nth-child(2) > span:nth-child(2) {
    color: #ff7f7f;
}

.pj-navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: anchor-center;
        -ms-flex-align: anchor-center;
            align-items: anchor-center;
}
.pj-navi::before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #ffffffc9;
    z-index: -1;
}
.pj-navi > p {
    width: 200px;
    padding: 10px;
}
.pj-navi > div {
    width: calc(100% - 200px);
    text-align: right;
}
.pj-navi > div input,.pj-navi > div label {
    display: none;
}
.pj-navi ul li {
    display: inline-block;
}
.pj-navi ul li a {
    display: block;
    padding: 20px 10px;
}
.pj-navi ul li a:hover {
    color:#e60000;
}
section.pj-mv {
    margin-top: 140px;
    position: relative;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(transparent));
    background: -o-linear-gradient(bottom, #fff, transparent);
    background: linear-gradient(0deg, #fff, transparent);
}
section.pj-mv::before {
    content:"";
    background: url(/wp/wp-content/uploads/2026/01/back1.webp)no-repeat center / cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
}
section.pj-mv > h1, section.pj-mv > picture {
    width: 90%;
    margin: 0 auto;
    font-size:12px;
    text-align:right;
    display: block;
    color: #ffffff00;
}
.pj-cta {
    text-align: center;
    background: #fff;
    border: 5px solid #e60100;
    -webkit-filter: drop-shadow(2px 4px 6px #0000002b);
    filter: drop-shadow(2px 4px 6px #0000002b);
    padding: 3% 0;
    position: relative;
    overflow: hidden;
}
.pj-cta::before {
	content: "\2738";
	position: absolute;
	color: #ddd;
	font-size: 4000%;
	top: 30%;
	right: 0%;
	-webkit-transform: translate(0%, -50%);
	    -ms-transform: translate(0%, -50%);
	        transform: translate(0%, -50%);
}
.pj-cta p {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    color: #525252!important;
}
.pj-cta p::before {
    content:"";
    width: 3px;
    height: 100%;
    background: #204894;
    position: absolute;
    right: 103%;
    top:0;
    -webkit-transform: rotate(-25deg);
        -ms-transform: rotate(-25deg);
            transform: rotate(-25deg);
}
.pj-cta p::after {
    content:"";
    width: 3px;
    height: 100%;
    background: #204894;
    position: absolute;
    left: 103%;
    top:0;
    -webkit-transform: rotate(25deg);
        -ms-transform: rotate(25deg);
            transform: rotate(25deg);
}
.pj-cta p span {
    font-weight: bold;
}
.pj-cta > div {
    font-size: 30px;
    -webkit-text-decoration: underline 10px #fdd3d3;
            text-decoration: underline 10px #fdd3d3;
    position: relative;
	color: #525252!important;
}
.pj-cta > div span {
	font-size: 120%;
	font-weight: bold;
	color:#000;
}
.pj-cta a {
    display: block;
    margin-top: 2%;
    position: relative;
}
.pj-cta a:nth-of-type(2) {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 1% auto 0;
	text-decoration: underline;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	color: #e60100;
}
.pj-cta a span:nth-child(1) {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    background: #eff315;
    padding: 3px 20px;
    border-radius: 50px;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    -webkit-filter: drop-shadow(0px 2px 2px #000);
    filter: drop-shadow(0px 2px 2px #000);
    color: #525252;
}
.pj-cta a span:nth-child(2) {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: -12px auto 0;
    background: #000;
    padding: 13px 30px 8px;
    border-radius: 10px;
    font-size: 40px;
    color: #fff;
    min-width: 500px;
    -webkit-animation: ctaBlink 1s ease-in-out infinite;
    animation: ctaBlink 1s ease-in-out infinite;
    font-weight: bold;
}
@-webkit-keyframes ctaBlink {
    0% {
        background-color: #000;
    }
    50% {
        background-color: #e60100;
    }
    100% {
        background-color: #000;
    }
}
@keyframes ctaBlink {
    0% {
        background-color: #000;
    }
    50% {
        background-color: #e60100;
    }
    100% {
        background-color: #000;
    }
}
.pj-cta a:hover span:nth-child(1) {
    background: #204894;
    color:#fff;
}
.pj-cta a:hover span:nth-child(2) {
    background: #eff315;
    color:#525252;
	-webkit-animation: unset;
	        animation: unset;
}
.pj-cta1 {
	max-width: 1000px;
	margin: 0 auto;
}
.pj-cta1 a {
	display: block;
}
.pj-cta1 a:hover {
	opacity:0.8;
}

ul.icon-li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
ul.icon-li > li {
    width: 32%;
    text-align: center;
    background: #204894;
    margin-bottom: 5%;
    padding: 2% 3%;
    border-radius: 20px;
}
ul.icon-li > li:nth-child(2),
ul.icon-li > li:nth-child(4),
ul.icon-li > li:nth-child(6) {
    background: #d05050;
}
ul.icon-li > li:nth-child(2) {
    margin-top: 3%;
    margin-bottom: 3%;
}
ul.icon-li > li:nth-child(4),
ul.icon-li > li:nth-child(6) {
    margin-top: -3%;
    margin-bottom: 8%;
}
ul.icon-li > li h3 {
    width: 50%;
    margin: 0 auto 5%;
}
ul.icon-li > li p {
    color: #fff;
    font-size: 18px;
}

.pj-solution {
    background: #ecf6fe;
    padding: 3% 5% 2%;
}
.pj-solution p {
    font-size: 23px;
    text-align: center;
    -webkit-text-decoration: underline #ecee8f 10px;
            text-decoration: underline #ecee8f 10px;
    margin-bottom: 15px;
    font-weight: bold;
}
.pj-solution p br {
	display:none;
}
ul.pj-strong {}
ul.pj-strong > li {
    width: 50%;
    position: relative;
    padding: 3%;
}
ul.pj-strong > li > p {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    left: 0;
}
ul.pj-strong > li > p img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
ul.pj-strong > li > div {
    background: #ffffffd9;
    padding: 5% 3%;
    text-align: center;
}
ul.pj-strong > li > div h3 {
	margin: 0;
}
ul.pj-strong > li > div li {
    font-size: 18px;
    margin-bottom: 5px;
}
ul.pj-strong > li > div li::before {
    content: "★";
    color: #eff315;
    font-size: 120%;
    padding-right: 5px;
}
p.pj_mocup {
    max-width: 800px;
    margin: 0 auto;
}
ul.revenue {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
ul.revenue > li {
    width: 48%;
    position: relative;
    min-height: 280px;
    padding-left: 130px;
}
ul.revenue > li > p {
    position: absolute;
    height: 100%;
    width: 100px;
    left: 0;
    top: 0;
}
ul.revenue > li > div h3 {
    margin-top: 5%;
    font-size: 20px;
    position: relative;
    padding: 10px 0;
    margin-bottom: 10px;
}
ul.revenue > li > div h3::before {
    content:"";
    background: #ecf6fe;
    width: calc(100% + 130px);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
ul.revenue > li > div h3 span {
    display: block;
    font-weight: bold;
    font-size: 14px;
    color: #204894;
}

ul.pj-merit {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
ul.pj-merit > li {
    width: 48%;
    margin-bottom: 4%;
    background: #204894;
    padding: 3%;
    border-radius: 20px;
}
ul.pj-merit > li:nth-child(2),
ul.pj-merit > li:nth-child(3) {
    background: #d05051;
}
ul.pj-merit > li * {
    color:#fff;
}
ul.pj-merit > li h3 {
    font-size: 20px;
    position: relative;
    border-bottom: 1px solid;
    margin-bottom: 10px;
}
ul.pj-merit > li h3 br {
    display: none;
}
ul.pj-merit > li h3 span {
    position: absolute;
    font-size: 16px;
    color: #eff315;
    left: -30px;
    top: -20px;
    -webkit-transform: rotate(-25deg);
        -ms-transform: rotate(-25deg);
            transform: rotate(-25deg);
    font-weight: bold;
}
ul.pj-merit > li li {
    margin-bottom: 5px;
}
ul.pj-merit > li li::before {
    content: "\02666";
    color: #eff315;
    padding-right: 3px;
}
ul.pj-merit > li > p {
    color: #eff315;
    margin: 20px auto 0;
}

section.partnership {
    background: #204894;
    padding: 3% 0;
}
section.partnership * {
    color:#fff;
}
ul.partner-icon {
    font-size: 0;
    text-align: center;
}
ul.partner-icon li {
    display: inline-block;
    width: 23%;
    margin: 0 1% 3%;
    vertical-align: top;
    max-width: 180px;
}
ul.partner-icon li span:nth-child(1) {
    width: 100%;
    display: block;
    margin: 0 auto 10px;
    background: #eff315;
    padding: 10%;
    border-radius: 50%;
    max-width: 100px;
}
ul.partner-icon li span:nth-child(1) img {
    -webkit-filter: brightness(0);
            filter: brightness(0);
}
ul.partner-icon li span:nth-child(2) {
    display: block;
    text-align: center;
    font-size: 18px;
}
ul.partner-cashback {
    margin: 3% auto;
    text-align: center;
}
ul.partner-cashback li {
    background: #eff315;
    color: #204894;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 10px;
    padding: 10px 20px;
    font-size: 20px;
}
ul.partner-cashback li span {
	font-family: 'Noto Serif JP', serif;
}
ul.pj-todo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
ul.pj-todo > li {
    width: 48%;
    background: #edef8f;
    padding: 3%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
ul.pj-todo > li:nth-child(2) {
    background: #5e90cc;
}
ul.pj-todo > li > span {
    background: #fff;
    border-radius: 50px;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 15px;
    padding: 7px 40px 3px;
}
ul.pj-todo > li > span span {
    display: block;
    font-size: 70%;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    line-height: 100%;
    color: #204894;
}
ul.pj-todo > li li {
    font-size: 20px;
}
ul.pj-todo > li:nth-child(2) li {
    font-size: 16px;
    color: #fff;
}
ul.pj-todo > li li::before {
    content: "\0274b";
    color: #e60100;
    font-size: 90%;
    padding-right: 3px;
}
ul.pj-todo > li:nth-child(2) li::before {
    content: "\02666";
    color: #eef08f;
}
ul.pj-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1000px;
    width: 96%;
    margin: 0 auto 5%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
ul.pj-step li {
    width: 24%;
    text-align: center;
    border-top: 3px solid #5d90cc;
    border-bottom: 2px solid #5d90cc;
    padding: 2% 0;
    position: relative;
    font-size: 18px;
}
ul.pj-step li::before {
    content:"";
    width: 30px;
    height: 30px;
    position: absolute;
    border-right: 3px solid #5d90cc;
    border-top: 3px solid #5d90cc;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: -18px;
    right: 3px;
}
ul.pj-step li:last-child::before {
	display:none;
}
ul.pj-step li img {
    width: 50%;
    margin: 0 auto 8%;
}
ul.pj-step li span {
    display: block;
    font-size: 20px;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    margin-bottom: 10px;
    color: #204894;
}



@media screen and (max-width: 1000px) {
.pj-ttl1 {
	font-size: 40px;
}
.pj-ttl2 {
	font-size: 35px;
}
.pj-ttl3 {
    margin-bottom: 5px;
}
.pj-ttl3 br {
	display:block;
}
.pj-ttl4 {
	font-size: 40px;
}
.pj-ttl5 {
	font-size: 40px;
}
.pj-ttl6 {
    font-size: 40px;
}


ul.icon-li > li {
    padding: 2%;
}
ul.icon-li > li p {
    font-size: 16px;
}
.pj-solution p br {
	display:block;
}
ul.pj-step li {
    font-size: 17px;
}
ul.pj-step li span {
    font-size: 19px;
    margin-bottom: 5px;
}

.pj-cta::before {
    font-size: 3000%;
    right: -10%;
}
.pj-cta > div {
    font-size: 23px;
}
.pj-cta a span:nth-child(1) {
    font-size: 25px;
}
.pj-cta a span:nth-child(2) {
    font-size: 35px;
}







}

@media screen and (max-width: 700px) {
.pj-ttl1 {
	font-size: 22px;
	padding: 0 3%;
	border-bottom: 2px solid #204894;
}
.pj-ttl1::before {
	right: 3%;
	width: 2px;
}
.pj-ttl2 {
	font-size: 20px;
	padding: 15px 0 3%;
}
.pj-ttl2::before {
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: calc(tan(60deg) * 10px) solid #ffffff;
}
.pj-ttl2 span {
	font-size: 80%;
}
.pj-ttl3 {
	font-size: 20px;
	margin-bottom: 0px;
}
.pj-ttl4, .pj-ttl5, .pj-ttl6 {
    font-size: 30px;
}

header.pj-header {
    position: unset;
}
.pj-catch {
    padding: 5px 0;
    flex-wrap: wrap;
    justify-content: left;
}
.pj-catch p:nth-child(1) {
    font-size: 30px;
    line-height: 100%;
    padding: 5px 10px;
}
.pj-catch p:nth-child(2) {
    font-size: 16px;
    padding: 0 10px;
}

.pj-navi > div label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #d05051;
    -webkit-filter: drop-shadow(0px 1px 3px #00000075);
            filter: drop-shadow(0px 1px 3px #00000075);
}
.pj-navi > p {
    display: none;
}
.pj-navi > div .hidden_show {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        opacity: 0;
        overflow: hidden;
        -webkit-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease;
        -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
                transform: translateY(-100%);
        background: #d05052;
        z-index: 89;
        text-align: center;
        max-height: 100vh;
    }
.pj-navi > div .hidden_show ul {
        padding: 0 70px 0 0;
        list-style: none;
    }
.pj-navi ul li {
        display: block;
        border-bottom: 1px solid #fff;
    }
#label1:checked ~ .hidden_show {
        height: auto;
        opacity: 1;
        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
        overflow-y: auto;
        padding: 20px;
    }
.pj-navi ul li a {
    display: block;
    padding: 10px;
    color: #fff;
}
.pj-navi ul li a:hover {
    color: #fff;
}


section.pj-mv {
    margin-top: 0;
}
section.pj-mv > h1, section.pj-mv > picture {
    width: 100%;
    font-size: 10px;
    text-align: left;
}
.pj-cta p {
    font-size: 18px;
}
.pj-cta p::before {
    right: 101%;
}
.pj-cta p::after {
    left: 101%;
}
.pj-cta::before {
    font-size: 2000%;
}
.pj-cta > div {
    font-size: 3.8283vw;
    margin-bottom: 3%;
    -webkit-text-decoration: underline 5px #fdd3d3;
            text-decoration: underline 5px #fdd3d3;
}
.pj-cta a span:nth-child(1) {
    font-size: 16px;
    padding: 3px 10px;
}
.pj-cta a span:nth-child(2) {
    min-width: unset;
    font-size: 5.293vw;
    padding: 18px 20px 8px;
}
ul.icon-li > li {
    width: 49%;
    margin: 0 0 2%!important
    ;
}
ul.icon-li > li:nth-child(3) {
    background: #d05050;
}
ul.icon-li > li:nth-child(4) {
    background: #204894;
}
ul.icon-li > li p {
    font-size: 3.678vw;
}
.pj-solution p {
    font-size: 16px;
    -webkit-text-decoration: underline #ecee8f 5px;
    text-decoration: underline #ecee8f 5px;
    margin-bottom: 10px;
}
ul.pj-strong > li {
    width: 100%;
}
ul.pj-strong > li > div li {
    font-size: 16px;
    margin-bottom: 3px;
}
ul.revenue > li {
    width: 100%;
}
ul.revenue > li > div h3 {
    font-size: 18px;
}
ul.pj-merit > li {
    width: 100%;
    padding: 3%;
}
ul.pj-merit > li:nth-child(3) {
    background: #204894;
}
ul.pj-merit > li:nth-child(4) {
    background: #d05051;
}
ul.pj-merit > li h3 {
    font-size: 18px;
}
ul.pj-merit > li h3 span {
    position: unset;
    display: block;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    text-align: right;
}
ul.pj-merit > li > p {
    margin: 10px auto 0;
}
ul.partner-icon li span:nth-child(1) img {
    width: 80%;
    margin: 10% auto;
}
ul.partner-icon li span:nth-child(2) {
    font-size: 14px;
}
ul.partner-cashback li {
    font-size: 18px;
    padding: 8px 10px;
}

ul.pj-todo > li {
    width: 100%;
    padding: 5% 3%;
}
ul.pj-todo > li > span {
    font-size: 20px;
    margin-bottom: 5px;
}
ul.pj-todo > li li {
    font-size: 18px;
}
ul.pj-todo > li:nth-child(2) li {
    font-size: 15px;
}
ul.pj-step li {
    width: 48%;
    margin-bottom: 3%;
    font-size: 15px;
}
ul.pj-step li:nth-child(1), ul.pj-step li:nth-child(2) {
    border-bottom: 0;
}
ul.pj-step li::before {
    width: 20px;
    height: 20px;
    top: -13px;
}
ul.pj-step li span {
    font-size: 17px;
}








}