@charset "UTF-8";
/* まるなげサポート */

.pc-V{
    display: block;
}
.sp-V{
    display: none;
}

.marunage {
    background: #3BB5AF;
    padding: 80px 50px 0;
    margin: 0;
    position: relative;
    overflow: hidden;
}

.marunage-fv {padding: 0 30px;z-index: 1;position: relative;}

.marunage-fv-desc {
    display: flex;
    justify-content: space-between;
}
.marunage-sp-txt{
    display: none;
}
.marunage-fv-txt {
    color: #FFF;
    width: 50%;
    text-align: center;
}

.marunage-fv-txt h2 img {
    width: 350px;
    margin: auto;
}

.marunage-fv-img {
    width: 43%;
    margin-right: 2%;
}

.marunage-fv-txt .ttl {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.02em;
}
.marunage-fv-txt .ttl span{
  background-image: radial-gradient(circle at center, #ffffff 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.7em;
  padding-top: 0.5em;
}

.marunage-fv-txt h2 {
    margin: 25px 0;
}

#main_col .post_content .marunage-fv-txt p {
    text-align: center;
    font-size: 18px;
    line-height: 180%;
}

.marunage-fv-list {
    margin: 50px 0 0;
}

.marunage-fv-list ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.marunage-fv-list ul li {
    list-style-type: none;
    margin: 0 7px 0;
}

.service-main .marunage .btn a {
    background: #FFBD0A;
    color: #222;
    box-shadow: 0px 4px 6px 3px #0000000d;
    width: 450px;
    font-size: 23px;
    font-weight: 600;
}

.service-main .marunage .btn a span.arrow span {
    background-color: #222;
    width: 30px;
}

.service-main .marunage .btn a span.arrow span::before, .service-main .marunage .btn a span.arrow span::after {
    background-color: #222;
}

.service-main .marunage .btn a:hover {
    background: #ffd154;
    opacity: 1;
}

.service-main .marunage .btn a span.arrow {
    background: none;
}
.rotate-circle {
    align-items: center;
    display: flex;
    height: 600px;
    width: 600px;
    justify-content: center;
    position: absolute;
    top: -80px;
    right: 30px;
    z-index: 0;
}

.rotate-circle::before {
    animation: 20s 0s rotate linear infinite;
    background: url(https://shopserve.estore.jp/img/service/marunage/circle_arrow.png) no-repeat;
    background-size: contain;
    content: '';
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}

@keyframes rotate {
	from {
		transform: rotate(360deg);
	}
	to {
		transform: rotate(0deg);
	}
}

.marunage-fv-list ul li img{
    box-shadow: 0px 3px 5px 3px #00000005;
}

.marunage-nayami {
    background: #FFF;
    border-radius: 5px;
    padding: 70px 50px 40px;
}

.marunage-nayami h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 160%;
    margin: 0 0 50px 0;
}

.marunage-nayami h3 span {
    font-size: 42px;
    position: relative;
    z-index: 0;
}

.nayami-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.nayami-box {
    width: 48.5%;
    border-radius: 8px;
    margin: 0 0 30px;
    padding: 45px 0;
    box-shadow: 2px 4px 4px 1px #00000017;
}

.nayami-box#kadai1{
    background: #ecf5f8;
}

.nayami-box#kadai2{
    background: #eef8ec;
}

.nayami-box#kadai3{
    background: #fcf3e9;
}

.nayami-box#kadai4{
    background: #fbeaea;
}

.nayami-box img {
    max-height: 50px;
    display: block;
    margin: 0 auto 25px;
}

#main_col .post_content .nayami-box p {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin: 20px 0 0;
    letter-spacing: 0.03em;
    line-height: 150%;
}

.solution {
    margin: 50px 0;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.solution img {
    width: 400px;
    vertical-align: middle;
    margin: 0 10px;
}

.marunage-support {
    background: #FFF;
    border-radius: 5px;
    padding: 70px 50px 40px;
}

.marunage-inner h3 {
    font-size: 36px;
    text-align: center;
    letter-spacing: 0.03em;
    margin: 0 0 40px;
}

.marunage-inner h3 span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0 0;
    color: #3bb5af;
    letter-spacing: 0.2em;
}

#main_col .post_content p.description {
    text-align: center;
    letter-spacing: 0.05em;
}

.marunage-inner {
    margin: 0 0 100px;
}

.service-main table.marunage-table .btn a {
    width: 90%;
    padding: 10px 0;
    font-size: 17px;
}

.service-main table.marunage-table .btn {
    margin: 0 0 15px;
}

.service-main table.marunage-table .btn:last-child{
    margin: 0;
}

.service-main table.marunage-table {
    border-collapse: unset;
    border-spacing: 10px;
    width: 1020px !important;
    position: relative;
    left: -10px;
}

.service-main table.marunage-table td {
    border: none;
    background: #E1EFEF;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 22px;
    width: 30%;
}

.marunage-table-midashi {
    position: relative;
    left: 79px;
    width: 943px;
    margin: 40px 0 0;
}

.service-main table.marunage-table td:first-child {
    width: 7%;
    color: #2E9F98;
    vertical-align: middle;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    padding: 22px 10px;
    letter-spacing: 0.1em;
    line-height: 140%;
    }

.cta-img {
    width: 90%;
    margin: 20px auto -120px;
}

.service-main .marunage .cta-img+.btn {
    margin: 0;
}
.service-main .marunage .btn {
    margin: 50px 0 55px;
}
.marunage-inner:last-child {
    margin: 0 0 50px;
}
table.marunage-table {}

table.marunage-table .ttl {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.03em;
}

.service-main table.marunage-table td ul {
    margin: 0 0 0 6px;
}

.service-main table.marunage-table td ul li {
    list-style-type: none;
    padding: 0;
    line-height: 200%;
}

.service-main table.marunage-table td ul li:before {
    content: '●';
    color: #5EC2BD;
    font-size: 13px;
    position: relative;
    left: -5px;
}

.service-main table.marunage-table td>.ttl {
    margin: 0;
}

.service-main table.marunage-table td ul+.ttl {
    margin: 20px 0 0;
}

.service-main table.marunage-table td#operation {}

.service-main table.marunage-table td#operation ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.service-main table.marunage-table td#operation ul li {
    width: 50%;
}

.marunage-price {
    display: flex;
    justify-content: center;
    align-items: center;
}

#main_col .marunage-price-base p {
    font-size: 46px;
    font-weight: 600;
    color: #2E9F98;
}

#main_col .marunage-price-base p span {
    font-size: 23px;
    margin: 0 0 0 3px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.marunage-price-add {
    background: #FFF;
    padding: 8px 30px 9px 30px;
    border-radius: 50px;
    margin: 3px 0 0 15px;
}

#main_col .marunage-price-add p {
    font-size: 15px;
    font-weight: 600;
    color: #2E9F98;
}

#main_col .marunage-price-add p span {
    font-size: 15px;
    margin: 0 2px;
}

.service-main table.marunage-table .btn a {
    color: #FFF;
    background: #3BB5AE;
}

.service-main table.marunage-table .btn a span.arrow {
    right: 25px;
    top: 11px;
    width: 30px;
    height: 30px;
}

.service-main table.marunage-table .btn a span.arrow span {
    background-color: #FFF;
    width: 25px;
    margin: 17px 0;
}

.service-main table.marunage-table .btn a span.arrow span::before,
.service-main table.marunage-table .btn a span.arrow span::after {
    background: #FFF;
    width: 12px;
}

.service-main table.marunage-table .btn a#menu-01 {
    background: #2A86BE;
}

.service-main table.marunage-table .btn a#menu-02 {
    background: #8F6FC4;
}

.service-main table.marunage-table .btn a#menu-03 {
    background: #EB7E44;
}

.service-main table.marunage-table .btn a#menu-04 {
    background: #3DB27C;
}

.service-main table.marunage-table .btn a:hover {
    background: #3BB5AE;
    opacity: 0.7;
}
.marunage-case-plan {
    width: 400px;
    min-height: 490px;
    margin: 0 10px 10px;
    padding: 30px;
    box-shadow: 1px 1px 5px 1px #e8e8e8;
    border-radius: 5px;
    text-align: center;
    border-top: solid 5px #3BB5AE;
    background: #F8FDFD;
    position: relative;
    display: inline-block;
}

.marunage-case-plan-ttl {
    display: flex;
    justify-content: flex-start;
    border-bottom: solid 1px #D0D0D0;
    margin: 5px 0 30px;
    padding: 0 0 30px;
}

.marunage-case-plan-ttl-img {
    width: 120px;
    margin: 0 30px 0 0;
}

.marunage-case-plan-ttl-img img {
}

.marunage-case-plan-ttl-txt {
    text-align: left;
    width: 260px;
}

.marunage-case-plan-ttl-txt-name {
    font-size: 37px;
    font-weight: 600;
    margin: 0 0 15px;
}

.marunage-case-plan-ttl-txt-name span {
    font-size: 18px;
    margin: 0 0 0 3px;
}

.marunage-case-plan-ttl-txt dl {
    display: flex;
    justify-content: flex-start;
    margin: 0 0 8px;
    align-items: center;
}

.marunage-case-plan-ttl-txt dl dt {
    font-size: 12px;
    background: #3BB5AE;
    color: #FFF;
    border-radius: 3px;
    width: 85px;
    text-align: center;
    letter-spacing: 0.05em;
    font-weight: 500;
    margin: 0 10px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.marunage-case-plan-ttl-txt dl dd {
    font-size: 13px;
    margin: 0;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 100%;
}

.marunage-case-plan-ttl-txt dl dd span {
    font-size: 10px;
    margin: 0 0 0 3px;
}

.marunage-case-plan-desc-ttl {
    text-align: center;
    background: #8E8E8E;
    color: #FFF;
    width: 100px;
    padding: 9px 0;
    border-radius: 3px;
    font-size: 14px;
    line-height: 70%;
    margin: 30px 0 10px;
}

.marunage-case-plan-desc ul {
    margin: 0 0 0 20px;
    padding: 0;
}

.marunage-case-plan-desc ul li {
    text-align: left;
    font-size: 14px;
    list-style-type: disc;
    line-height: 200%;
}

.marunage-case-plan-desc-ttl.ttl02 {
    background: #3BB5AE;
}
.slick-slider {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -ms-touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    display: block;
    position: relative;
    touch-action: pan-y;
    user-select: none
}

.slick-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,.slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto
}

.slick-track:before,.slick-track:after {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    /* height: 100%; */
    /* min-height: 1px; */
    float: left
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block;
    /* height: auto; */
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-dots li{
    width: 8px !important;
}

.slick-dots .slick-active button {
    background: #3bb5af !important;
    width: 8px;
    height: 8px;
    border-radius: 50px;
}

.slick-dots li button {
    background: #d7d7d7 !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50px;
}

/*事例スライドショー*/
.marunage-case .slick-arrow:before{
    content:"" !important;
    width: 40px !important;
    height: 40px !important;
    position: absolute;
    top: 0;
    left: 0;
}
.marunage-case .slick-next{
    font-size: 0;
    background: none;
    border: none;
    padding: 0;
    position: absolute;
    top: 45%;
    right: 30px;
    z-index: 1;
    cursor: pointer;
}
.marunage-case .slick-prev{
    font-size: 0;
    background: none;
    border: none;
    padding: 0;
    position: absolute;
    top: 45%;
    z-index: 1;
    left: -10px;
    cursor: pointer;
}
.marunage-case .slick-next:before{
    background: url(https://shopserve.estore.jp/img/service/marunage/img_arrow_right.png) no-repeat !important;
    background-size: contain!important;
}
.marunage-case .slick-prev:before{
    background: url(https://shopserve.estore.jp/img/service/marunage/img_arrow_left.png) no-repeat !important;
    background-size: contain!important;
}
.marunage-case .slick-prev:hover,
.marunage-case .slick-next:hover{
    opacity: 0.8;
}
button.slick-arrow.slick-disabled {
    pointer-events: none;
    filter: grayscale(1);
    /* opacity: 0; */
}

ul.slick-dots {
    margin: 0;
}
.faq dl {
    background: #f8fdfd;
    border-radius: 5px;
}

.svc-crea .faq dl dt::before {
    color: #3bb5af;
    width: 80px;
    top: -2px;
    content: "Q.";
    letter-spacing: 0.1em;
}

#main_col .post_content .faq dl dt p {
    padding: 25px 80px 25px 60px;
    font-weight: 500;
}

#main_col .post_content .faq dl dd p {
    font-size: 15px !important;
    padding: 0px 80px 20px 60px;
    line-height: 180%;
}

.faq dl dd::before {
    color: #9bbcbb;
    display: block;
    top: -1px;
    content: "A.";
    letter-spacing: 0.1em;
}

.svc-crea .service-main section ul.service-flow li {
    border-top: 5px solid #3bb5af !important;
    background: #f8fdfd;
}

.svc-crea .service-main section ul.service-flow li .num {
    color: #3bb5af !important;
    margin: 0 0 10px;
    font-size: 26px;
}

.svc-crea .service-main section ul.service-flow li h4 span {
    color: #3bb5af !important;
    margin: 3px 0 0;
}
.svc-crea .service-main section ul.service-flow li:nth-child(3) img {
    width: 110px;
}

.service-main section ul.service-flow li h4 {
    letter-spacing: 0.05em;
    line-height: 140%;
    font-size: 21px;
}

.service-main section ul.service-flow li img {width: 80px;}

.svc-crea .service-main section ul.service-flow li:after {
    border-color: transparent transparent transparent #3bb5af;
    right: -14px;
}
.nayami-box#kadai1 p span {
    background: #afd8e5;
    padding: 0 3px;
}
.nayami-box#kadai2 p span {
    background: #b1dfa8;
    padding: 0 3px;
}
.nayami-box#kadai3 p span {
    background: #f6d0a5;
    padding: 0 3px;
}
.nayami-box#kadai4 p span {
    background: #fcc1c1;
    padding: 0 3px;
}

.marunage-nayami h3 span:after {
    display: block;
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 20px;
    background-color: #C3E9E7;
    content: "";
    width: 100%;
}
.service-main .marunage .btn.back a {
    background: #EBEBEB;
    font-size: 18px;
    width: 450px;
    padding: 25px 0;
    font-weight: 500;
}

.service-main .marunage .btn.back a span.arrow {
    right: unset;
    left: 30px;
    top: 16px;
}

.service-main .marunage .btn.back a span.arrow span:before,
.service-main .marunage .btn.back a span.arrow span:after{
    transform-origin: calc(100% - 1px) 50%;
    right: unset;
    left: -12px;
}

.btn.back a span.arrow span::before {
    transform: rotate(137.5deg);
}

.btn.back a span.arrow span::after {
    transform: rotate(-137.5deg);
}

.service-main .marunage .btn.back a:hover span.arrow {
    left: 25px;
}

.service-main .marunage .btn.back a:hover {
    background: #fbfbfb;
}

.service-main .marunage .btn.back {
    margin: 40px 0;
}

.marunage-inner.contact h3 {
    background: url(https://shopserve.estore.jp/img/service/marunage/img_light.png) no-repeat center top;
    background-size: 100px;
    padding: 50px 0 0;
    margin: -20px 0 40px;
}


@media(max-width: 1700px){

.marunage-fv-img {
    width: 26vw;
    margin-right: 1.5vw;
}


.marunage-fv-txt .ttl {
    font-size: 1.45vw;
}

#main_col .post_content .marunage-fv-txt p {
    font-size: 1.05vw;
}

.marunage-fv-txt h2 img {
    width: 20vw;
}

.rotate-circle {
    height: 36vw;
    width: 36vw;
    top: -4.9vw;
    right: 0vw;
}

.service-main .marunage .btn a {
    font-size: 22px;
}

.marunage-table-midashi {
    width: 92.5%;
    left: 9%;
}

.service-main table.marunage-table {
    width: 100% !important;
    left: 0;
}

.solution {
    font-size: 1.25vw;
}

.solution img {
    width: 20.8vw;
}

.service-main table.marunage-table td ul li {
    font-size: 13px;
}

.marunage-support {
    padding: 70px 30px 40px;
}

.service-main table.marunage-table td:first-child {
    font-size: 16px;
    padding: 22px 3px;
}

.service-main table.marunage-table .btn a {
    font-size: 15px;
    padding: 12px 0;
}

.marunage-case-plan-ttl-img {
    width: 100px;
}

.marunage-case-plan-ttl-txt {
    width: 200px;
}

.marunage-case-plan-ttl-txt dl dd span {
    display: block;
    /* line-height: 0; */
}

.marunage-case-plan-ttl-txt dl dd {
    width: 60%;
}

.service-main section ul.service-flow li h4 {
    font-size: 17px;
}

.svc-crea .service-main section ul.service-flow li h4 span {
    font-size: 11px;
}

.marunage-inner h3 {
    font-size: 30px;
}

.marunage-inner {
    margin: 0 0 80px;
}

.marunage-fv {
    padding: 0;
}

.service-main table.marunage-table td>.ttl {font-size: 15px;}

.service-main table.marunage-table td ul+.ttl {
    margin: 15px 0 0;
}

.marunage-case-plan-ttl-txt dl dt {
    width: 40%;
}
}

@media(max-width:1440px){
	
.marunage-case-plan-ttl-txt-name {
    font-size: 30px;
}

.marunage-case-plan-ttl-txt-name span {
    font-size: 14px;
}

.nayami-box img {
    max-height: 40px;
}

#main_col .post_content .nayami-box p {
    font-size: 16px;
}

.marunage-nayami h3 {
    font-size: 26px;
}

.marunage-nayami h3 span {
    font-size: 36px;
}

.marunage-nayami {
    padding: 50px 50px 40px;
}

.service-main table.marunage-table td#operation ul {
    display: block;
}

.service-main table.marunage-table td#operation ul li {
    width: 100%;
}

.service-main table.marunage-table td>.ttl {
    line-height: 170%;
    margin: 0 0 5px;
}

.service-main table.marunage-table td ul+.ttl {
    margin: 15px 0 5px;
}

.marunage-case-plan-ttl-img {
    width: 30%;
    margin: 0 5% 0 0;
}

.marunage-case-plan-ttl{
    margin: 5px 0 20px;
    padding: 0 0 20px;
}
.marunage-case-plan-desc-ttl{
    margin: 20px 0 10px;
}

.marunage-case-plan-ttl-txt {width: 65%;}

.cta-img {
    margin: 20px auto -7.1vw;
}

.service-main table.marunage-table .btn a {
    font-size: 13px;
    padding: 12px 0;
    width: 90%;
    text-indent: 10px;
}

.service-main table.marunage-table .btn a span.arrow {
    right: 28px;
    top: 15px;
    width: 20px;
    height: 20px;
}

.service-main table.marunage-table .btn a span.arrow span {
    width: 18px;
    margin: 7px 0;
}

.service-main table.marunage-table .btn a span.arrow span::before, .service-main table.marunage-table .btn a span.arrow span::after {
    width: 9px;
}

.service-main table.marunage-table td:first-child {
    font-size: 15px;
}

.marunage-support {
    padding: 50px 30px 40px;
}

#main_col .post_content p.description {
    font-size: 15px;
}

.marunage-table-midashi {
    margin: 20px 0 0;
}

.marunage-inner h3 {
    margin: 0 0 30px;
}

.marunage-inner.contact h3 {
    margin: -20px 0 30px;
}

.marunage-inner:last-child {
    margin: 0 0 20px;
}

.service-main .marunage .btn.back a span.arrow {
    top: 19px;
}

.service-main .marunage .btn a{
    font-size: 20px;
}

}


@media(max-width:1280px){


.marunage-fv-img {
    width: 24vw;
}
	
.marunage-fv-txt .ttl{
    font-size: 1.35vw;
}

.marunage-fv-txt h2 img{
    width: 18vw;
}

.marunage-fv-txt h2{
    margin: 15px 0 20px;
}
	
.nayami-box img {
    max-height: 34px;
}

#main_col .post_content .nayami-box p {
    font-size: 14px;
}

#main_col .post_content p.description {
    font-size: 14px;
}

.service-main table.marunage-table td>.ttl {
    font-size: 14px;
}

.service-main table.marunage-table td ul li {
    font-size: 12px;
}

.service-main table.marunage-table td ul li:before {
    top: -2px;
    font-size: 8px;
}

.marunage-price {
    /* display: block; */
}

.marunage-price-base {
    text-align: center;
}

#main_col .marunage-price-base p {
    text-align: center;
    line-height: 100%;
    font-size: 35px;
}

#main_col .marunage-price-base p span {
    font-size: 19px;
}

.marunage-price-add {
    text-align: center;
    /* width: max-content; */
    margin: 2px 0 0 10px;
    padding: 5px 20px 8px 20px;
}

#main_col .marunage-price-add p {
    text-align: center;
    font-size: 12px;
}

#main_col .marunage-price-add p span {
    font-size: 11px;
}

.service-main table.marunage-table .btn a {
    padding: 8px 0;
    width: 83%;
    font-size: 12px;
}

.service-main table.marunage-table .btn a span.arrow {
    right: 23px;
    top: 11px;
}

.service-main table.marunage-table td:first-child {
    font-size: 14px;
}

.service-main table.marunage-table td {
    padding: 18px;
}

.marunage-case-plan-ttl-img {
    width: 20%;
}

.svc-crea .service-main section ul.service-flow li .num {
    font-size: 18px;
    margin: 10px 0 10px;
}

.service-main section ul.service-flow li img {
    width: 60px;
}

.svc-crea .service-main section ul.service-flow li:nth-child(3) img {
    width: 80px;
}

.service-main section ul.service-flow li h4 {
    font-size: 16px;
}

.marunage-inner h3 {
    font-size: 28px;
}

.marunage {
    padding: 70px 40px 0;
}

.marunage-inner {
    margin: 0 0 60px;
}
.rotate-circle {
    top: -4.3vw;
    right: -1.5vw;
}
}


@media only screen and (max-width: 991px) {

.pc-V{
    display: none;
}
.sp-V{
    display: block;
}
	
.marunage {
    padding: 10% 5% 5% 5%;
}

.marunage-fv {
    padding: 0;
}

.marunage-fv-desc {
    display: block;
}

.marunage-fv-txt {
    width: 100%;
    margin: auto;
}

.marunage-fv-txt .ttl {
    font-size: 4vw;
}

.marunage-fv-txt h2 {
    margin: 3vw auto 10px;
    width: 90%;
}

.marunage-fv-img {
    width: 60%;
    margin: 20px auto;
}

#main_col  .marunage-sp-txt p {
    text-align: center;
    font-size: 12px;
    color: #FFF;
    line-height: 190%;
    width: 85%;
    margin: 0 auto;
}

.marunage-fv-txt p {
    display: none;
}

.marunage-fv-list ul {
    justify-content: center;
    flex-wrap: wrap;
}

.marunage-fv-list ul li {
    width: 21%;
    margin: 0 6px 0;
}

.marunage-fv-list {
    margin: 20px 0 0;
}

.service-wrap.svc-crea {
    width: 100%;
    margin: 0 auto;
}

.rotate-circle::before {
}

.rotate-circle {
    width: 81vw;
    height: 80vw;
    top: 12vw;
    left: -3vw;
    right: 0;
    margin: auto;
}

.service-main .marunage .btn a {
    width: 80%;
    font-size: 16px;
    padding: 20px 0;
}

.service-main .marunage .btn {
    margin: 25px 0 35px;
}

.marunage-nayami {
    padding: 6% 5%;
}

.marunage-nayami h3 {
    font-size: 14px;
    margin: 0 0 30px 0;
}

.marunage-nayami h3 span {
    /* display: block; */
    font-size: 21px;
}

.post_content .marunage-nayami h3 br {
    display: block;
}

.marunage-nayami h3 span:after {
    height: 12px;
}

.nayami-area {
    display: block;
    width: 95%;
    margin: 0 auto;
}

.nayami-box {
    width: auto;
    padding: 9% 5%;
    margin: 0 0 15px;
}

.nayami-box img {
    max-height: 30px;
    margin: 0 auto 15px;
}

#main_col .post_content .nayami-box p {
    font-size: 14px;
    width: 100%;
    margin: 10px auto 0;
    line-height: 170%;
}

.nayami-bo p span {
    display: block;
}

#main_col .post_content .nayami-box p br {
    display: block;
}

.solution {
    font-size: 17px;
    font-weight: 600;
    margin: 30px 0;
}

.solution img {
    width: 70%;
    display: block;
    margin: 15px auto;
}

.marunage-inner h3 {
    font-size: 19px;
    margin: 0 0 20px;
}

.marunage-support {
    padding: 10% 5%;
}

.marunage-inner h3 span {
    font-size: 11px;
}

#main_col .post_content p.description {
    font-size: 13px;
    width: 85%;
    margin: 0 auto;
    line-height: 180%;
}

#main_col .post_content p.description br {
    display: block;
}

.post_content .marunage-support .s_table {
    overflow: unset;
}
.marunage-table-area {
    overflow: auto;
    white-space: nowrap;
}

table.marunage-table .ttl {
    font-size: 15px;
}

.service-main table.marunage-table td ul li {
    font-size: 12px;
}

.service-main table.marunage-table td:first-child {
    font-size: 15px;
    width: 30px;
}

.service-main table.marunage-table td {padding: 17px 17px;}

.service-main table.marunage-table .btn a {
    font-size: 14px;
    padding: 7px 0;
    width: 85%;
    text-indent: 5px;
}

.service-main table.marunage-table td:first-child br {
    display: block;
}

.service-main table.marunage-table {
    width: 716px !important;
}

.marunage-table-midashi {
    width: 643px;
    left: 79px;
    margin: 10px 0 0;
}

.service-main table.marunage-table td ul+.ttl {
    margin: 15px 0 5px;
}

.service-main table.marunage-table td ul li:before {
    font-size: 11px;
    left: -4px;
}

.marunage-inner {
    margin: 0 0 50px;
}

.marunage-case-plan-ttl {
    display: block;
    margin: 0 0 10px;
    padding: 0 0 10px;
}

.marunage-case-plan-ttl-img {
    margin: auto;
    width: 50px;
}

.marunage-case-plan {
    padding: 2.5% 2% 2%;
}

.marunage-case-plan-ttl-txt-name {
    text-align: center;
    font-size: 32px;
    margin: 5px 0 15px;
}

.marunage-case-plan-ttl-txt {
    width: auto;
}

.marunage-case-plan-ttl-txt dl dt {
    font-size: 11px;
    width: 75px;
}

.marunage-case-plan-ttl-txt dl dd {
    font-size: 12px;
}

.marunage-case-plan-ttl-txt dl dd span {
    font-size: 8px;
}

.marunage-case-plan-ttl-txt-name span {
    font-size: 16px;
}

.marunage-case-plan-desc ul li {
    font-size: 12px;
    line-height: 160%;
    margin: 0 0 5px;
}

.marunage-case-plan-desc-ttl {
    width: 75px;
    font-size: 11px;
    margin: 20px 0 10px;
}

.slick-dots li button {
    width: 8px !important;
    height: 8px !important;
    border-radius: 50px;
}

.slick-dots li {
    width: 8px !important;
}

ul.slick-dots {
    bottom: 0;
}

.service-main section ul.service-flow li img {
    display: block;
    position: relative;
    opacity: 1;
    width: 50px;
}

.svc-crea .service-main section ul.service-flow li:nth-child(3) img{
    width: 60px;
}

.service-main section ul.service-flow li h4 {
    margin: 10px 0 5px;
    font-size: 18px;
}

.svc-crea .service-main section ul.service-flow li .num {
    font-size: 20px;
    margin: 5px 0 10px;
}

#main_col .post_content .faq dl dt p {
    padding: 18px 45px 18px 50px;
    line-height: 150%;
    font-size: 13px !important;
}

.svc-crea .faq dl dt::before {
    width: 60px;
    font-size: 20px;
}

.faq dl dt:after {
    right: 20px;
}

#main_col .post_content .faq dl dd p {
    padding: 0 20px 15px 50px;
    line-height: 170%;
    font-size: 13px !important;
}

.faq dl dd::before {
    font-size: 20px;
    width: 60px;
}

.faq dl {
    margin: 0 0 15px;
}

.cta-img {
    margin: 0px auto -40px;
}

.marunage-inner.contact {
    margin: 60px 0 10px;
}

.marunage-inner.contact h3 {
    background-size: 50px;
    padding: 25px 0 0;
    margin: -20px 0 15px;
}


.service-main .marunage .btn a span.arrow {
    right: 26px;
    top: 28%;
}

.service-main .marunage .btn a span.arrow span {
    width: 20px;
}

.service-main .marunage .btn.back a {
    width: 80%;
    font-size: 14px;
    padding: 20px 0;
    text-indent: 20px;
    font-weight: 500;
}

.service-main .marunage .btn.back a span.arrow {
    left: 10px;
    top: 15px;
}

.service-main .marunage .btn.back a span.arrow span:before,
	.service-main .marunage .btn.back a span.arrow span:after {
    left: -9px;
}

.service-main .marunage .btn.back {
    margin: 30px 0 10px;
}
.service-main .marunage .btn.back a:hover span.arrow {
    left: 10px;
}
.service-main table.marunage-table .btn a span.arrow {
    right: 26px;
    top: 5px;
    width: 15px;
    height: 15px;
}

.service-main table.marunage-table .btn a span.arrow span {
    background-color: #FFF;
    width: 20px;
    margin: 17px 0;
}

.service-main table.marunage-table .btn a span.arrow span::before,
	.service-main table.marunage-table .btn a span.arrow span::after {
    width: 9px;
}

#main_col .marunage-price-add p {
    font-size: 13px;
}

#main_col .marunage-price-add p span {
    font-size: 10px;
}

#main_col .marunage-price-base p {
    font-size: 36px;
}

#main_col .marunage-price-base p span {
    font-size: 17px;
}

.marunage-price-add {
    margin: 2px 0 0 10px;
    padding: 5px 20px 5px 20px;
}
.marunage-fv-txt h2 img{
    width: 100%;
}
.service-main table.marunage-table td#operation ul{
    display: flex;
}
.service-main table.marunage-table td#operation ul li{
    width: 50%;
}
.svc-crea .service-main section ul.service-flow li:after{
    right: 0;
}
}