@charset "UTF-8"; /* ------------------------------------------

  global

------------------------------------------ */
* {
    margin: 0px;
    padding: 0px;
}

html {
    font-size: 62.5%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

body {
    font-size: 1.6rem;
}

body {
    text-align: center;
    font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
    font-family: 'Noto Sans JP', sans-serif !important;
    /* 長いURL改行対策 */
    word-break: break-all;
}

/* img
-----------------------------------------------------------  */
img {
    padding: 0px;
    margin: 0px;
    border: none;
    vertical-align: bottom;
    display: block;
    max-width: 100%;
    max-height: 100%;
}
img.img_small {
    width: 45%;
    margin: 0 auto;
    margin-right: 73px;
}


/* text link
----------------------------------------------------------- */
a:link, a:visited, a:active {
    color: #fe929c;
    text-decoration: underline;
}

a:hover {
    color: #999999;
    text-decoration: underline;
}

/* h
----------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 {
    margin: 0px;
    padding: 0px;
}

/* ul li
----------------------------------------------------------- */
li {
    list-style: none;
}

/* em
----------------------------------------------------------- */
em {
    font-style: normal;
}

/* bg_color
-----------------------------------------------------------  */
.bg_blue {
    background: #fc8691;
}

#jinji .bg_blue {
    background: #9cd4e2;
}

#houmu .bg_blue {
    background: #9dc985;
}

#soumu .bg_blue {
    background: #f4dc92;
}

.bg_gray {
    background-color: #e6f7f4;
}

/* ft_color
-----------------------------------------------------------  */
/*.ft_color {
    color: #0369d9;
}*/

.ft_color_white {
    color: #fff;
}

.ft_color02 {
    color: #ee7d18;
}

/* bold
-----------------------------------------------------------  */
.bold {
    font-weight: bold;
}

/* text-indent
----------------------------------------------------------- */
.icon_cateall {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

/* text-align
----------------------------------------------------------- */
.text-center {
    text-align: center;
}

.footerNav.bg_blue {
    background-color: #004a83;
}
.pc_icon_small {
    width: auto;
}
#dl_check {
    background: url(../img/icon_check_empty2.png) left top;
    background-size: 24px 24px;
    display: block;
    height: 24px;
    width: 24px;
    position: relative;
    top: 17px;
    margin-right: 10px;
}
#dl_check:checked {
    background: url(../img/icon_checked2.png) no-repeat left top;
    background: red;
    background-size: 24px 24px;
    display: block;
    height: 24px;
    width: 24px;
    position: relative;
    top: 17px;
}
.submitbtnBox .btn span {
    font-weight: bold;
    letter-spacing: .1em;
    font-size: 2rem;
}
/* PC タブレット用スタイル */
@media (min-width: 761px) {
    .pc_icon_small {
        width: 85%;
    }
    /* pc & sp
----------------------------------------------------------- */.mv_illust img {
        margin: auto;
        /* transform: skewY(-4deg); */
    }

    .pc {
        margin: auto;
    }

    .sp {
        display: none;
    }

    /* flex
----------------------------------------------------------- */
    .flex {
        display: flex;
    }

    .flex_center {
        justify-content: center;
    }

    .between {
        justify-content: space-between;
    }

    .reverse {
        flex-direction: row-reverse;
    }

    .wrap {
        flex-wrap: wrap;
    }

    /* width
-----------------------------------------------------------  */
    .mv_illust {
        margin: 0 auto;
        max-width: 1000px;
        padding: 45px 0 14px;
        width: 100%;
        position: relative;
    }

    .inner {
        margin: 0 auto;
        width: 1240px;
    }

    .inner02 {
        margin: 0 auto;
        width: 1120px;
    }

    .cateGroup {
        margin: 0 auto;
        width: 1000px;
    }

    .inner03 {
        margin: 0 auto;
        width: 940px;
    }

    .checkList {
        margin: 0 auto;
        width: 720px;
    }

    /* container
----------------------------------------------------------- */
    #container {
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 1.5;
        color: #4b2902;
        letter-spacing: 0.05em;
        text-align: left;
        overflow: hidden;
    }

    /* header
----------------------------------------------------------- */
    .header {
        padding: 10px 0 10px;
    }

    .header p.logo a {
        display: block;
        width: 350px;
        height: 40px;
    }

    /* mV
----------------------------------------------------------- */
    .mV {
        background: url("../img/fv_back.jpg") left;
        text-align: center;
        position: relative;
        background-size: cover;
        border: solid 20px #fff;
        border-radius: 35px;
    }
    /* .mv_illust:before {
        position: absolute;
        content: url('../img/fv_img.png');
        bottom: -10px;
        left: -100px;
    } */
    .mv_illust img {
        margin-top: -20px;
    }

/* ---slider--- */
.slider{
    width: 100%;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: nowrap;
    display: flex;
    vertical-align: middle;
  }
  .slick-slider .slick-track, .slick-slider .slick-list{
    overflow: hidden !important;
  }
  .slick-slide{
    height: 48px;
    width: auto !important;
    margin-left: 2.4rem;
    margin-right: 2.4rem;
    padding-top:1rem;
    padding-bottom:1rem;
  }
  .slider img{
    width: 100px;
    margin: 0 20px;
  }
  div.square{
    padding-top:0.6rem;
    padding-bottom:0.6rem;
  }
  div.square img{
    width:auto;
    height:40px;
  }
  /* ---end slider--- */

    /* scrollBlock
----------------------------------------------------------- */
    .scrollBlock {
        padding: 30px 0;
    }

    /* mVbottom
----------------------------------------------------------- */
    .mVbottom {
        padding: 0 0 50px 0;
    }

    .cateGroupList {
        width: 23%;
        padding-left: 57px;
        margin: 20px auto 30px;
        box-sizing: border-box;
        background: #fffaeb;
        border-radius: 5px;
    }
    
    .cateGroupList input {
        display: none;
    }

    .cateGroupList label {
        cursor: pointer;
        margin: 0 10px;
    }

    .cateGroupList label input[type="checkbox"] + span.icon {
        background: url("../img/icon_check_empty2.png") no-repeat left top;
        background-size: 24px 24px;
        display: block;
        height: 24px;
        width: 24px;
        margin: 0 8px 24px 0;
    }

    .cateGroupList label input[type="checkbox"]:checked + span.icon {
        background: url("../img/icon_checked2.png") no-repeat left top;
        background-size: 24px 24px;
        display: block;
        height: 24px;
        width: 24px;
        margin: 0 8px 24px 0;
    }

    .cateGroupList span.txt {
        line-height: 1;
    }

    .cateGroupList ul {
        min-height: 144px;
        display: block;
    }

    .cateGroupList ul li {
        display: block;
    }

    .cateGroupList .link {
    }

    .cateGroupList .link a {
        background: url("../img/arrow_b_orange.png") no-repeat left 6px;
        padding: 0 0 0 25px;
    }

    .cateGroupList .link a:hover {
        background: url("../img/arrow_b_gray.png") no-repeat left 6px;
        padding: 0 0 0 25px;
    }

    /* serviceTitle
----------------------------------------------------------- */
    .serviceTitle {
        padding: 20px 0;
    }

    .serviceTitle .inner {
        position: relative;
        top: 0;
        left: 0;
    }

    .serviceTitle .inner:before {
        content: "";
        position: absolute;
        top: 10px;
        left: 110px;
        background: url("../img/illust01.png") no-repeat left top;
        display: block;
        width: 110px;
        height: 144px;
        background-size: cover;
    }

    .serviceTitle .subtitle {
        background: #fff;
        padding: 10px 28px;
        display: block;
        margin: 0 auto 10px auto;
        width: 260px;
        text-align: center;
        border-radius: 7px;
        line-height: 1.3;
    }

    .serviceTitle h2 {
        text-align: center;
        font-weight: normal;
        line-height: 1.3;
    }

    /* serviceBlock
----------------------------------------------------------- */
    .serviceBlock {
        padding: 0 0 60px 0;
    }

    .serviceBlock p.txt {
        padding: 40px 0;
    }

    .blockList {
        margin-bottom: 40px;
        border-radius: 10px;
        background: #f3f6fd;
        box-shadow: 0px 13px 32px 0px rgba(0, 0, 0, 0.18);
    }

    .blockList:nth-child(1), .blockList:nth-child(3) {
        width: 47%;
        margin-right: 3%;
    }

    .blockList:nth-child(2), .blockList:nth-child(4) {
        width: 47%;
        margin-left: 3%;
    }

    .blockList h3 {
        height: 56px;
        line-height: 56px;
        text-align: center;
        border-radius: 10px 10px 0 0;
        font-weight: normal;
    }

    .blockList h3 span {
        letter-spacing: 2em;
        margin-right: -2em;
    }

    .blockList ul {
        padding: 20px 0 0 40px;
        box-sizing: border-box;
        min-height: 136px;
    }

    .blockList ul li:before {
        content: "・";
    }

    .blockList .link {
        text-align: center;
        padding-bottom: 30px;
    }

    .blockList .link a {
        background: url("../img/arrow_b_orange.png") no-repeat left 6px;
        padding: 0 0 0 25px;
    }

    .blockList .link a:hover {
        background: url("../img/arrow_b_gray.png") no-repeat left 6px;
        padding: 0 0 0 25px;
    }

    /* comparisonTitle
----------------------------------------------------------- */
    .comparisonTitle {
        height: 144px;
        box-sizing: border-box;
    }

    .comparisonTitle .inner {
        position: relative;
        top: 0;
        right: 0;
    }

    .comparisonTitle .inner:before {
        content: "";
        position: absolute;
        top: 30px;
        right: 205px;
        display: block;
        width: 124px;
        height: 114px;
        background-size: cover;
    }

    .comparisonTitle h2 {
        text-align: center;
        font-weight: normal;
        line-height: 144px;
    }

    /* comparisonBlock
----------------------------------------------------------- */
    .comparisonBlock {
        padding: 0 0 30px 0;
    }

    .comparisonBlock p.txt {
        padding: 0 0 40px;
        text-align: center;
    }

    h2.comparisonttl {
        border-radius: 3px;
        text-align: center;
        font-weight: normal;
        height: 70px;
        line-height: 70px;
        margin-bottom: 42px;
    }

    h2.comparisonttl span {
        display: inline-block;
    }

    #keiri h2 span:before {
        content: url("../img/icon_keiri.png");
        position: relative;
        top: 10px;
        margin-right: 40px;
    }

    #jinji h2 span:before {
        content: url("../img/icon_jinji.png");
        position: relative;
        top: 10px;
        margin-right: 40px;
    }

    #houmu h2 span:before {
        content: url("../img/icon_houmu.png");
        position: relative;
        top: 10px;
        margin-right: 40px;
    }

    #soumu h2 span:before {
        content: url("../img/icon_soumu.png");
        position: relative;
        top: 10px;
        margin-right: 40px;
    }

    #oyakucachi h2 span:before {
        content: url("../img/icon_oyakudachi.png");
        position: relative;
        top: 10px;
        margin-right: 40px;
    }

    #jinji h2, #houmu h2, #soumu h2 {
        letter-spacing: 1em;
    }

    .blockBox {
        padding: 0 0 35px 0;
    }

    .cateSp {
        display: flex;
        justify-content: center;
    }

    .categoryBox {
        margin-bottom: 40px;
        border-radius: 3px;
        background: #fffaeb;
        padding: 0 0 30px 40px;
    }

    .categoryBox input {
        display: none;
    }

    .categoryBox label {
        cursor: pointer;
    }

    /* categoryMain */
    .categoryMain {
        padding: 30px 0 0 16px;
        margin-bottom: 15px;
    }

    .icon_cateall {
        display: block;
        width: 78px;
        height: 70px;
        background: url("../img/icon_cateall.png") no-repeat left top;
        margin-right: 10px;
    }

    .categoryBoxInner input[type="checkbox"] ~ .categoryMain > .cateSp span.icon_check {
        background: url("../img/icon_check_empty2.png") left top;
        background-size: 24px 24px;
        display: block;
        height: 24px;
        width: 24px;
        position: relative;
        top: 22px;
        margin-right: 15px;
    }

    .categoryBoxInner input[type="checkbox"]:checked ~ .categoryMain > .cateSp span.icon_check {
        background: url("../img/icon_checked2.png") no-repeat left top;
        background-size: 24px 24px;
        display: block;
        height: 24px;
        width: 24px;
        position: relative;
        top: 22px;
        margin-right: 15px;
    }

    .catettl span {
        line-height: 1.3;
        display: inline-block;
    }

    .catettl .h3 {
        line-height: 1.3;
        display: block;
    }

    /* categorySub */
    .categorySub {
    }

    .categorySub.mgtp10 {
        margin-top: 10px;
    }

    .categoryChild {
        margin-bottom: 14px;
    }

    .categoryChild label {
        cursor: pointer;
    }

    .categoryChildInner {
        box-shadow: rgba(0, 0, 0, 5%) 0px 4px 12px;
        border-radius: 3px;
        width: 260px;
        min-height: 200px;
        margin: 0 15px;
        box-sizing: border-box;
        display: block;
        padding: 15px 10px;
        height: 200px !important;
        background: #fff;
    }

    .categoryChildInner.column3 {
        width: 340px;
        margin: 0 24px;
    }

    .categoryChildInner.column3 .top {
        padding: 0 0 0 42px;
    }

    .categoryChild label input[type="checkbox"] ~ .categoryChildInner > .top span.check {
        background: url("../img/icon_check_empty2.png") left top;
        background-size: 24px 24px;
        display: block;
        height: 24px;
        width: 24px;
        position: relative;
        top: 17px;
        margin-right: 10px;
    }
    .categoryChild label input[type="checkbox"] ~ .categoryChildInner > .top span.check.big_image {
        width: 80px;
    }
    .big_image_logo {
        width: 80%;
    }    
    .categoryChild label input[type="checkbox"] ~ .categoryChildInner > .top span.check.bigimage {
        width: 80px;
    }
    .categoryChild label input[type="checkbox"] ~ .categoryChildInner > .top span.check.bigimage_hrmos {
        width: 177px;
    }
    .big_image_logo {
        width: 80%;
    }
    .categoryChild label input[type="checkbox"] ~ .categoryChildInner > .top span.check.check_small,
    .categoryChild label input[type="checkbox"]:checked ~ .categoryChildInner > .top span.check.check_small {
        width: 46px;
    }
    .categoryChild label input[type="checkbox"]:checked ~ .categoryChildInner > .top span.check.bigimage {
        width: 80px;
    }
    .categoryChild label input[type="checkbox"]:checked ~ .categoryChildInner > .top span.check.bigimage_hrmos {
        width: 177px;
    }
    .categoryChild label input[type="checkbox"]:checked ~ .categoryChildInner > .top span.check {
        background: url("../img/icon_checked2.png") no-repeat left top;
        background-size: 24px 24px;
        display: block;
        height: 24px;
        width: 24px;
        position: relative;
        top: 17px;
    }

    .categoryChild input[type="checkbox"] ~ .categoryChildInner.column3 > .top span.check {
        background: url("../img/icon_check_empty2.png") left top;
        background-size: 24px 24px;
        display: block;
        height: 24px;
        width: 24px;
        position: relative;
        top: 36px;
    }

    .categoryChild input[type="checkbox"]:checked ~ .categoryChildInner.column3 > .top span.check {
        background: url("../img/icon_checked2.png") no-repeat left top;
        background-size: 24px 24px;
        display: block;
        height: 24px;
        width: 24px;
        position: relative;
        top: 36px;
    }

    .categoryChildInner .bottom {
        min-height: 63px;
        margin: 10px auto;
        display: block;
    }

    .categoryChildInner .bottom .service {
        text-align: center;
        display: block;
    }

    .categoryChildInner .bottom .company, .categoryChildInner .bottom .company2 {
        text-align: center;
        letter-spacing: -0.05em;
        display: block;
    }

    /* categorybtnBox */
    .categorybtnBox {
        margin: 0 auto 40px auto;
    }

    .categorybtnBox .btn a {
        width: 690px;
        height: 90px;
        display: inline-block;
        background: #f28c00;
        color: #FFF;
        border-bottom: solid 4px #d15a09;
        border-radius: 10px;
        box-sizing: border-box;
        text-decoration: none;
        text-align: center;
        line-height: 90px;
    }

    .categorybtnBox .btn a:before {
        position: relative;
        top: -3px;
        content: url("../img/icon_arrow_r_white.png");
        display: inline-block;
        width: 35px;
    }

    .categorybtnBox .btn a span {
        position: relative;
        top: -3px;
    }

    .categorybtnBox .btn a:hover {
        border-bottom: 0;
        position: relative;
        top: 4px;
    }

    /* formBlock
----------------------------------------------------------- */
    .formBlock {
        margin-bottom: 15px;
        text-align: left;
        color: #4b2902;
    }

    .formBlock p.head {
        padding-bottom: 20px;
        text-align: center;
    }

    .formBlock p.link {
        padding-bottom: 50px;
    }

    .formBlock p.link a {
        background: url("../img/arrow_r_orange.png") no-repeat left 10px;
        padding: 0 0 0 27px;
    }

    .formBlock p.link a:hover {
        background: url("../img/arrow_r_gray.png") no-repeat left 10px;
        padding: 0 0 0 27px;
    }

    .formBlock table {
        background: url("../img/line_dot_gray.png") repeat-x top;
        border-collapse: collapse;
        width: 100%;
        margin-bottom: 40px;
    }

    .formBlock table tr {
        background: url("../img/line_dot_gray.png") repeat-x left bottom;
    }

    .formBlock table th {
        width: 22%;
        padding: 0 0 0 25px;
        box-sizing: border-box;
        font-weight: normal;
    }

    .formBlock table td {
        width: 78%;
        padding: 17px 0 17px 17px;
        box-sizing: border-box;
    }

    .formBlock table th span.name {
        display: block;
        width: 80%;
    }

    .formBlock table th span.need {
        display: block;
        width: 20%;
        background-color: #f00;
        color: #fff;
        text-align: center;
        padding: 4px 0 0 0;
        border-radius: 30px;
        line-height: 1.3;
    }

    .formBlock table td span.txt {
    }

    .formBlock table input {
        border: #bebebe 1px solid;
        border-radius: 5px;
        height: 34px;
        padding: 9px 16px;
        box-sizing: border-box;
    }

    .formBlock table select {
        border: #bebebe 1px solid;
        border-radius: 5px;
        height: 34px;
        padding: 0 16px;
        box-sizing: border-box;
        font-size: 15px;
        color: #4b2902;
    }

    .formBlock table input.w600 {
        width: 600px;
    }

    .formBlock table input.w250 {
        width: 250px;
    }

    .checkList {
        padding-bottom: 20px;
    }

    .checkList label {
        cursor: pointer;
    }

    .checkList {
        text-align: center;
    }
    .checkList p {
        padding-top: 5px;
        text-align: left;
        flex: 1;
    }
    .checkList input {
        display: none;
    }

    .checkList input[type="checkbox"] + span {
        background: url("../img/icon_check_empty.png") left top;
        background-size: 30px 30px;
        display: block;
        height: 30px;
        width: 30px;
        margin-right: 18px;
        position: relative;
        top: 3px;
    }

    .checkList input[type="checkbox"]:checked + span {
        background: url("../img/icon_checked.png") no-repeat left top;
        background-size: 30px 30px;
        display: block;
        height: 30px;
        width: 30px;
        margin-right: 18px;
        position: relative;
        top: 3px;
    }

    .submitbtnBox {
        margin: 0 auto;
        padding: 20px 0 40px 0!important;
    }



    .submitbtnBox button {
        background: #f4dc92;
        position: relative;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin: 0 auto;
        width: 600px;
        padding: 20px 25px;
        color: #674a26;
        transition: 0.3s ease-in-out;
        font-weight: 500;
        border: none;
        border-radius: 40px;

    }
    .submitbtnBox button::before {
        content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 3px solid #674a26;
    transition: 0.2s;
    border-radius: 40px;

    }

    .submitbtnBox button:hover::before {
        top: 0;
        left: 0;
        cursor: pointer;

      }
      .submitbtnBox button:hover {
        text-decoration: none;
        background-color: #f4dc92;
        cursor: pointer;
      }


    

    .submitbtnBox .btn span {
        position: relative;
        top: -8px;
    }

    .submitbtnBox .btn:hover {
        border-bottom: 0;
        position: relative;
        top: 4px;
    }



    /* footerNav
----------------------------------------------------------- */
    .footerNav {
    }

    .footerInner {
        padding: 40px 0;
    }

    .footerInner ul {
        padding: 20px 0 0 0;
    }

    .footerInner ul li {
        display: inline;
        font-size: 15px;
    }

    .footerInner ul li:before {
        content: "|";
        padding: 0 20px;
        color: #fff;
    }

    .footerInner ul li:nth-child(1):before {
        display: none;
    }

    .footerInner ul li a {
        text-decoration: none;
        color: #fff;
    }

    /* footer
----------------------------------------------------------- */
    .footer p.copy small {
        font-style: normal;
        text-align: center;
        padding: 40px 0;
    }

    /* font
----------------------------------------------------------- */
    .submitbtnBox .btn, .categorybtnBox .btn a {
        font-size: 26px;
    }

    .formBlock p.link, .formBlock p.head {
        font-size: 22px;
    }
    .formBlock table th span.name, .footer p.copy small {
        font-size: 16px;
    }

    .formBlock table td span.txt {
        font-size: 14px;
    }

    .formBlock table th span.need {
        font-size: 11px;
    }

    /* font
----------------------------------------------------------- */
    .serviceTitle h2, .comparisonTitle h2 {
        font-size: 42px;
    }

    h2.comparisonttl {
        font-size: 40px;
    }

    .blockList h3 {
        font-size: 26px;
    }

    .serviceTitle .subtitle, .catettl .h3 {
        font-size: 24px;
    }

    .cateGroupList span.txt {
        font-size: 22px;
    }

    .mVbottom p.txt, .serviceBlock p.txt, .comparisonBlock p.txt {
        font-size: 20px;
    }

    .cateGroupList .link a, .categoryChildInner .bottom .service {
        font-size: 15px;
        font-weight: bold;
    }

    .cateGroupList ul li, .catettl span {
        font-size: 14px;
    }

    .categoryChildInner .bottom .company {
        font-size: 12px;
    }

    .categoryChildInner .bottom .company2 {
        font-size: 10px;
    }
}

/* タブレット用スタイル */
@media (min-width: 761px) and (max-width: 1239px) {
    /* width
-----------------------------------------------------------  */.inner {
        margin: 0 auto;
        width: 96%;
    }

    .inner02 {
        margin: 0 auto;
        width: 96%;
    }

    .checkList {
        margin: 0 auto;
        width: 96%;
    }

    /* formBlock
----------------------------------------------------------- */
    .formBlock table th {
        display: block;
        width: 50%;
        padding: 0.8rem 0 0 0;
        box-sizing: border-box;
        font-weight: normal;
    }

    .formBlock table td {
        display: block;
        width: 100%;
        padding: 0.5rem 0 1rem 0;
        box-sizing: border-box;
    }

    .formBlock table th .flex {
        display: inline-block;
    }

    .formBlock table th span.name {
        display: block;
        width: 100%;
    }

    .formBlock table th span.need {
        display: block;
        width: 70px;
        background-color: #f00;
        color: #fff;
        text-align: center;
        padding: 0.3rem 0;
        border-radius: 30px;
        line-height: 1.3;
    }

    /* footerNav
----------------------------------------------------------- */
    .footerNav {
    }

    .footerInner {
        padding: 2rem 0 2rem 0;
        display: block;
    }

    .footerInner .logo {
        margin: 0 auto;
        width: 100px;
    }

    .footerInner ul {
        padding: 1rem 0 0 0;
        display: block;
        text-align: center;
    }

    .footerInner ul li {
        display: inline;
    }

    .footerInner ul li:before {
        content: "|";
        padding: 0 0.6rem;
        color: #fff;
    }

    .footerInner ul li:nth-child(1):before {
        display: none;
    }

    .footerInner ul li a {
        text-decoration: none;
        color: #fff;
    }

    /* font
----------------------------------------------------------- */
    .categorybtnBox .btn a {
        font-size: 20px;
    }

    .formBlock table th span.name {
        font-size: 18px;
    }

    .formBlock table th span.need {
        font-size: 14px;
    }
}

/* 調整 */
@media (min-width: 761px) and (max-width: 940px) {
    /* width
-----------------------------------------------------------  */.inner03 {
        width: 96%;
    }

    /* serviceBlock
----------------------------------------------------------- */
    .blockList:nth-child(1), .blockList:nth-child(3), .blockList:nth-child(2), .blockList:nth-child(4) {
        width: 94%;
        margin: 0 3% 2rem;
    }
}

/* 調整 */
@media (min-width: 761px) and (max-width: 1000px) {
    /* width
-----------------------------------------------------------  */.cateGroup {
        width: 96%;
    }

    /* mVbottom
----------------------------------------------------------- */
    .cateGroupList {
        width: 25%;
        padding: 0 2rem;
        margin-bottom: 55px;
        box-sizing: border-box;
    }
}

/* 調整 */
@media (min-width: 761px) and (max-width: 1175px) {
    /* serviceTitle
----------------------------------------------------------- */.serviceTitle .inner:before {
        content: "";
        position: absolute;
        top: 10px;
        left: -20px;
        background: url("../img/illust01.png") no-repeat left top;
        display: block;
        width: 110px;
        height: 144px;
        background-size: cover;
    }

    /* comparisonTitle
----------------------------------------------------------- */
    .comparisonTitle .inner:before {
        content: "";
        position: absolute;
        top: 30px;
        right: 10px;
        display: block;
        width: 124px;
        height: 114px;
        background-size: cover;
    }
}

/* 調整 */
@media (min-width: 761px) and (max-width: 1190px) {
    /* comparisonBlock
----------------------------------------------------------- *//* categoryMain */ .categoryMain {
        justify-content: center;
    }

    /* categorySub */
    .categorySub {
        justify-content: center;
    }
}

/* スマホ用スタイル */
@media screen and (max-width: 760px) {
    /* pc & sp
			----------------------------------------------------------- */.pc {
        display: none;
    }

    .sp {
        display: block;
    }

    /* flex
			----------------------------------------------------------- */
    .flex {
        display: flex;
    }

    .flex_center {
        justify-content: center;
    }

    .between {
        justify-content: space-between;
    }

    .reverse {
        flex-direction: row-reverse;
    }

    .wrap {
        flex-wrap: wrap;
    }

    /* width
			-----------------------------------------------------------  */
    .mv_illust {
        /* margin: 0 auto; */
        /* width: 100%; */
        /* padding: 10px 0 40px; */
    }

    .inner {
        margin: 0 auto;
        width: 96%;
    }

    .inner02 {
        margin: 0 auto;
        width: 96%;
    }

    .cateGroup {
        margin: 15px auto 0;
        width: 96%;
    }

    .inner03 {
        margin: 0 auto;
        width: 96%;
    }

    .checkList {
        margin: 0 auto;
        width: 96%;
    }

    /* ---slider--- */
.slider{
    width: 100%;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: nowrap;
    display: flex;
    vertical-align: middle;
    padding-top: 25px;
  }
  .slick-slider .slick-track, .slick-slider .slick-list{
    overflow: hidden !important;
  }
  .slick-slide{
    height: 48px;
    width: auto !important;
    margin-left: 2.4rem;
    margin-right: 2.4rem;
    padding-top:1rem;
    padding-bottom:1rem;
  }
  .slider img{
    width: 70px;
    margin: 0 10px;
  }
  div.square{
    padding-top:0.6rem;
    padding-bottom:0.6rem;
  }
  div.square img{
    width:auto;
    height:40px;
  }
  /* ---end slider--- */

    /* container
			----------------------------------------------------------- */
    #container {
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 1.5;
        color: #333;
        letter-spacing: 0.05em;
        text-align: left;
        overflow: hidden;
    }
    .service_check {
        color:#fff;
    }
    /* header
			----------------------------------------------------------- */
    .header {
        padding: 5px 0;
    }

    .header p.logo img {
        /* width: 50%; */
        width: 30%;
    }

    /* mV
			----------------------------------------------------------- */
    .mV {
        /* background: url("../img/fv_back.jpg") center; */
    }

    .mv_illust {
    }

    .mv_illust img {
        position: relative;
        bottom: 0;
        margin: 0 auto;
        max-width: 100%;
        z-index: 2;
    }

    /* scrollBlock
			----------------------------------------------------------- */
    .scrollBlock {
        padding: 1rem 0;
    }

    /* mVbottom
			----------------------------------------------------------- */
    .cateGroup .flex {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .cateGroup .cateGroupList .flex {
        justify-content: flex-start;
    }

    .cateGroupList {
        width: 45%;
        padding: 0 1rem;
        margin-bottom: 2rem;
        box-sizing: border-box;
        background: #fffaeb;
        border-radius: 5px;
    }

    .cateGroupList input {
        display: none;
    }

    .cateGroupList label {
        cursor: pointer;
        margin: 0 10px;
    }

    .cateGroupList label input[type="checkbox"] + span.icon {
        background: url("../img/icon_check_empty2.png") no-repeat left top;
        background-size: 24px 24px;
        display: block;
        height: 24px;
        width: 24px;
        margin: 0 8px 1rem 0;
    }

    .cateGroupList label input[type="checkbox"]:checked + span.icon {
        background: url("../img/icon_checked2.png") no-repeat left top;
        background-size: 24px 24px;
        display: block;
        height: 24px;
        width: 24px;
        margin: 0 8px 1rem 0;
    }

    .cateGroupList span.txt {
        line-height: 1;
    }

    .cateGroupList ul {
        display: block;
    }

    .cateGroupList ul li {
        display: block;
    }

    .cateGroupList .link {
    }

    .cateGroupList .link a {
        background: url("../img/arrow_b_orange.png") no-repeat left 6px;
        padding: 0 0 0 25px;
    }

    .cateGroupList .link a:hover {
        background: url("../img/arrow_b_gray.png") no-repeat left 6px;
        padding: 0 0 0 25px;
    }

    /* serviceTitle
			----------------------------------------------------------- */
    .serviceTitle {
        padding: 2rem 0;
        position: relative;
        top: 0;
        left: 0;
    }

    .serviceTitle .inner {
    }

    .serviceTitle .inner:before {
        content: "";
        position: absolute;
        bottom: -1rem;
        left: -1rem;
        background: url("../img/illust01.png") no-repeat left top;
        display: block;
        /*width: 110px; height: 144px;*/
        width: 80px;
        height: 104px;
        background-size: cover;
    }

    .serviceTitle .subtitle {
        background: #fff;
        padding: 0.8rem 1rem;
        display: block;
        margin: 0 auto 1rem auto;
        width: 50%;
        text-align: center;
        border-radius: 7px;
        line-height: 1.3;
    }

    .serviceTitle h2 {
        text-align: center;
        font-weight: normal;
        line-height: 1.3;
        position: relative;
        left: 2rem;
    }

    /* serviceBlock
			----------------------------------------------------------- */
    .serviceBlock {
        padding: 0 0 4rem 0;
    }

    .serviceBlock p.txt {
        padding: 3rem 1.6rem 3rem 1.6rem;
    }

    .blockList {
        margin-bottom: 2rem;
        border-radius: 10px;
        background: #f3f6fd;
        box-shadow: 0px 13px 32px 0px rgba(0, 0, 0, 0.18);
    }

    .blockList:nth-child(1), .blockList:nth-child(3), .blockList:nth-child(2), .blockList:nth-child(4) {
        width: 94%;
        margin: 0 3% 2rem;
    }

    .blockList h3 {
        padding: 1rem 0;
        text-align: center;
        border-radius: 10px 10px 0 0;
        font-weight: normal;
    }

    .blockList h3 span {
        letter-spacing: 2em;
        margin-right: -2em;
    }

    .blockList ul {
        padding: 1.5rem 2rem 1rem;
        box-sizing: border-box;
    }

    .blockList ul li:before {
        content: "・";
    }

    .blockList .link {
        text-align: center;
        padding-bottom: 2rem;
    }

    .blockList .link a {
        background: url("../img/arrow_b_orange.png") no-repeat left 6px;
        padding: 0 0 0 25px;
    }

    .blockList .link a:hover {
        background: url("../img/arrow_b_gray.png") no-repeat left 6px;
        padding: 0 0 0 25px;
    }

    /* comparisonTitle
			----------------------------------------------------------- */
    .comparisonTitle {
        padding: 2rem 0;
        position: relative;
        top: 0;
        left: 0;
    }

    .comparisonTitle .inner {
    }

    .comparisonTitle .inner:before {
        content: "";
        position: absolute;
        bottom: 0;
        right: -1rem;
        display: block;
        /*width: 124px; height: 114px;*/
        width: 80px;
        height: 73px;
        background-size: cover;
    }

    .comparisonTitle h2 {
        text-align: center;
        font-weight: normal;
        line-height: 1.3;
    }

    /* comparisonBlock
			----------------------------------------------------------- */
    .comparisonBlock {
        padding: 3rem 0 0 0;
    }

    .comparisonBlock p.txt {
        padding: 0 1.6rem 3rem 1.6rem;
        text-align: center;
    }

    h2.comparisonttl {
        border-radius: 10px;
        text-align: center;
        font-weight: normal;
        padding: 1rem 0;
        margin-bottom: 2rem;
        line-height: 1.5;
    }

    h2.comparisonttl span {
        display: inline-block;
        position: relative;
        top: -3px;
    }

    #keiri h2 span:before {
        content: "";
        background: url("../img/icon_keiri.png") no-repeat left top;
        display: inline-block;
        width: 40px;
        height: 40px;
        background-size: 40px 40px;
        position: relative;
        top: 8px;
        margin-right: 2rem;
    }

    #jinji h2 span:before {
        content: "";
        background: url("../img/icon_jinji.png") no-repeat left top;
        display: inline-block;
        width: 40px;
        height: 40px;
        background-size: 40px 40px;
        position: relative;
        top: 8px;
        margin-right: 2rem;
    }

    #houmu h2 span:before {
        content: "";
        background: url("../img/icon_houmu.png") no-repeat left top;
        display: inline-block;
        width: 40px;
        height: 40px;
        background-size: 40px 40px;
        position: relative;
        top: 8px;
        margin-right: 2rem;
    }

    #soumu h2 span:before {
        content: "";
        background: url("../img/icon_soumu.png") no-repeat left top;
        display: inline-block;
        width: 40px;
        height: 40px;
        background-size: 40px 40px;
        position: relative;
        top: 8px;
        margin-right: 2rem;
    }

    #oyakucachi h2 span:before {
        content: "";
        background: url("../img/icon_oyakudachi.png") no-repeat left top;
        display: inline-block;
        width: 40px;
        height: 40px;
        background-size: 40px 40px;
        position: relative;
        top: 8px;
        margin-right: 2rem;
    }

    #jinji h2, #houmu h2, #soumu h2 {
        letter-spacing: 1em;
    }

    .blockBox {
        padding: 0 0 35px 0;
    }

    .cateSp {
        display: flex;
        justify-content: center;
    }

    .categoryBox {
        margin-bottom: 40px;
        padding-bottom: 60px;
        border-radius: 3px;
        background: #fffaeb;
    }

    .categoryBox input {
        display: none;
    }

    .categoryBox label {
        cursor: pointer;
    }

    /* ategoryMain */
    .categoryMain {
        padding: 1rem 0.5rem 0;
    }

    .categoryMain.flex {
        display: block;
    }

    .icon_cateall {
        display: block;
        width: 78px;
        height: 70px;
        background: url("../img/icon_cateall.png") no-repeat left top;
        margin-right: 10px;
    }

    .categoryBoxInner input[type="checkbox"] ~ .categoryMain .cateSp > span.icon_check {
        background: url("../img/icon_check_empty2.png") left top;
        background-size: 24px 24px;
        display: block;
        height: 24px;
        width: 24px;
        position: relative;
        top: 22px;
        margin-right: 15px;
    }

    .categoryBoxInner input[type="checkbox"]:checked ~ .categoryMain .cateSp > span.icon_check {
        background: url("../img/icon_checked2.png") no-repeat left top;
        background-size: 24px 24px;
        display: block;
        height: 24px;
        width: 24px;
        position: relative;
        top: 22px;
        margin-right: 15px;
    }

    .catettl span {
        line-height: 1.3;
        text-align: center;
        display: block;
        padding: 0.5rem 0 0 0;
    }

    .catettl .h3 {
        line-height: 1.3;
        display: block;
        margin: 0 0 1rem 0;
    }

    /* categorySub */
    .categorySub {
        padding: 0 0 1rem 0;
    }

    .categoryChild {
        width: 46%;
        margin: 0 2% 1rem 2%;
    }

    .categoryChild.columnsp1 {
        width: 90%;
        margin: 0 5% 1rem 5%;
    }

    .categoryChild label {
        cursor: pointer;
    }

    .categoryChildInner {
        box-shadow: rgba(0, 0, 0, 5%) 0px 4px 12px;
        border-radius: 3px;
        width: 100%;
        display: block;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding: 10px 0;
        height: 150px !important;
        background: #fff;
    }

    .categoryChildInner.column3 {
        border: #dedede 1px solid;
        border-radius: 10px;
        width: 100%;
        box-sizing: border-box;
        display: block;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .categoryChildInner .top {
        justify-content: center;
        width: 100%;
    }

    .categoryChildInner .top img {
        margin: 0.5rem 0;
        max-width: 100px;
    }

    .categoryChildInner.column3 .top {
        padding: 0 0 0 1rem;
        justify-content: center;
        width: 100%;
    }

    .categoryChild label input[type="checkbox"] ~ .categoryChildInner > .top span.check {
        background: url("../img/icon_check_empty2.png") left top;
        background-size: 24px 24px;
        display: block;
        height: 24px;
        width: 24px;
        position: relative;
        top: 10px;
        min-width: 24px;
        margin-right: 5px;
    }
    .categoryChild label input[type="checkbox"] ~ .categoryChildInner > .top span.check.big_image {
        width: 20px;
    }

    .categoryChild label input[type="checkbox"]:checked ~ .categoryChildInner > .top span.check {
        background: url("../img/icon_checked2.png") no-repeat left top;
        background-size: 24px 24px;
        display: block;
        height: 24px;
        width: 24px;
        position: relative;
        top: 10px;
        min-width: 24px;
    }

    .categoryChild input[type="checkbox"] ~ .categoryChildInner.column3 > .top span.check {
        background: url("../img/icon_check_empty2.png") left top;
        background-size: 24px 24px;
        display: block;
        height: 24px;
        width: 24px;
        position: relative;
        top: 36px;
        min-width: 24px;
    }

    .categoryChild input[type="checkbox"]:checked ~ .categoryChildInner.column3 > .top span.check {
        background: url("../img/icon_checked2.png") no-repeat left top;
        background-size: 24px 24px;
        display: block;
        height: 24px;
        width: 24px;
        position: relative;
        top: 36px;
        min-width: 24px;
    }

    .categoryChildInner .bottom {
        padding: 0 0 10px 0;
        display: block;
        ; width: 90%;
        margin: 0 auto;
        text-align: center;
    }

    .categoryChildInner .bottom .service {
        text-align: center;
        display: block;
        line-height: 1.3;
        padding-bottom: 0.5rem;
    }

    .categoryChildInner .bottom .company, .categoryChildInner .bottom .company2 {
        text-align: center;
        letter-spacing: -0.05em;
        display: block;
        line-height: 1.3;
    }

    /* categorybtnBox */
    .categorybtnBox {
        margin: 0 auto 2em auto;
        width: 100%;
        text-align: center;
    }

    .categorybtnBox .btn a {
        width: 100%;
        margin: 0 auto;
        padding: 2rem;
        display: inline-block;
        background: #f28c00;
        color: #FFF;
        border-bottom: solid 4px #d15a09;
        border-radius: 10px;
        box-sizing: border-box;
        text-decoration: none;
        text-align: center;
    }

    .categorybtnBox .btn a:before {
        content: url("../img/icon_arrow_r_white.png");
        display: inline-block;
        width: 35px;
    }

    .categorybtnBox .btn a span {
    }

    .categorybtnBox .btn a:hover {
    }
    
    .categoryChild label input[type="checkbox"] ~ .categoryChildInner > .top span.check.bigimage {
        width: 20px;
    }

    /* formBlock
			----------------------------------------------------------- */
    .formBlock {
        margin-bottom: 1.5rem;
    }

    .formBlock p.head {
        padding-bottom: 2rem;
        text-align: center;
    }

    .formBlock p.link {
        padding-bottom: 4rem;
    }

    .formBlock p.link:before {
        content: url("../img/arrow_r_orange.png");
        width: 12px;
        height: 20px;
        margin-right: 15px;
        position: relative;
        top: 3px;
    }

    .formBlock table {
        background: url("../img/line_dot_gray.png") repeat-x top;
        border-collapse: collapse;
        width: 90%;
        margin: 0 auto 3rem auto;
        text-align: left;
    }

    .formBlock table tr {
        background: url("../img/line_dot_gray.png") repeat-x left bottom;
    }

    .formBlock table th {
        display: block;
        padding: 0.8rem 0 0 0;
        box-sizing: border-box;
        font-weight: normal;
    }

    .formBlock table td {
        display: block;
        padding: 0.5rem 0 1rem 0;
        box-sizing: border-box;
    }

    .formBlock table th .flex {
        display: inline-block;
    }

    .formBlock table th span.name {
        display: block;
    }

    .formBlock table th span.need {
        display: block;
        width: 70px;
        background-color: #f00;
        color: #fff;
        text-align: center;
        padding: 0.3rem 0;
        border-radius: 30px;
        line-height: 1.3;
    }

    .formBlock table td span.txt {
    }

    .formBlock table input {
        border: #bebebe 1px solid;
        border-radius: 5px;
        height: 34px;
        padding: 9px 16px;
        box-sizing: border-box;
    }

    .formBlock table select {
        border: #bebebe 1px solid;
        border-radius: 5px;
        height: 34px;
        padding: 0 16px;
        box-sizing: border-box;
    }

    .formBlock table input.w600 {
        width: 80%;
    }

    .formBlock table input.w250 {
        width: 30%;
    }

    .checkList {
        padding-bottom: 20px;
    }

    .checkList label {
        cursor: pointer;
    }

    .checkList {
    }

    .checkList input {
        display: none;
    }

    .checkList span {
        width: 15%;
    }

    .checkList p {
        width: 85%;
        text-align: left;
        padding: 0 0 0 1rem;
    }

    .checkList input[type="checkbox"] + span {
        background: url("../img/icon_check_empty.png") left top;
        background-size: 30px 30px;
        display: block;
        height: 30px;
        width: 30px;
        position: relative;
        top: 3px;
    }

    .checkList input[type="checkbox"]:checked + span {
        background: url("../img/icon_checked.png") no-repeat left top;
        background-size: 30px 30px;
        display: block;
        height: 30px;
        width: 30px;
        position: relative;
        top: 3px;
    }

    .submitbtnBox {
        margin: 0 auto;
        padding: 2rem 0 3rem 0!important;
    }

    .submitbtnBox button {
        background: #f4dc92;
        position: relative;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin: 0 auto;
        width: 100%;
        padding: 20px 25px;
        color: #674a26;
        transition: 0.3s ease-in-out;
        font-weight: 500;
        border: none;
        border-radius: 40px;

    }
    .submitbtnBox button::before {
        content: '';
    position: absolute;
    top: -7px;
    left: -7px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 2px solid #674a26;
    transition: 0.2s;
    border-radius: 40px;

    }

    .submitbtnBox button:hover::before {
        top: 0;
        left: 0;
        cursor: pointer;

      }
      .submitbtnBox button:hover {
        text-decoration: none;
        background-color: #f4dc92;
        cursor: pointer;
      }
      .submitbtnBox .btn span {
        font-size: 1.6rem;
      }

    .submitbtnBox .btn span {
        position: relative;
        top: -8px;
    }

    .submitbtnBox .btn:hover {
        border-bottom: 0;
        position: relative;
        top: 4px;
    }

    /* footerNav
			----------------------------------------------------------- */
    .footerNav {
    }

    .footerInner {
        padding: 2rem 0 2rem 0;
        display: block;
    }

    .footerInner .logo {
        margin: 0 auto;
        width: 100px;
    }

    .footerInner ul {
        padding: 1rem 0 0 0;
        display: block;
        text-align: center;
    }

    .footerInner ul li {
        display: inline;
    }

    .footerInner ul li:before {
        content: "|";
        padding: 0 0.6rem;
        color: #fff;
    }

    .footerInner ul li:nth-child(1):before {
        display: none;
    }

    .footerInner ul li a {
        text-decoration: none;
        color: #fff;
    }

    /* footer
			----------------------------------------------------------- */
    .footer p.copy small {
        font-style: normal;
        text-align: center;
        padding: 2rem 0;
    }

    /* font
			----------------------------------------------------------- */
    .submitbtnBox .btn {
        font-size: 2.2rem;
    }

    .categorybtnBox .btn span {
        font-size: 2.0rem;
    }

    .formBlock p.link, .formBlock p.head, .checkList {
        font-size: 1.8rem;
    }

    .formBlock table th span.name {
        font-size: 1.6rem;
    }

    .formBlock table td span.txt {
        font-size: 1.4rem;
    }

    .formBlock table th span.need {
        font-size: 1.2rem;
    }

    .footerInner ul li, .footer p.copy small {
        font-size: 1.2rem;
    }

    /* font
			----------------------------------------------------------- */
    .serviceTitle h2, .comparisonTitle h2 {
        font-size: 3rem;
    }

    h2.comparisonttl {
        font-size: 3rem;
    }

    .blockList h3, .catettl .h3 {
        font-size: 2.4rem;
    }

    .serviceTitle .subtitle {
        font-size: 1.8rem;
    }

    .cateGroupList span.txt {
        font-size: 2rem;
    }

    .mVbottom p.txt, .serviceBlock p.txt, .comparisonBlock p.txt {
        font-size: 1.6rem;
    }

    .cateGroupList .link a {
        font-size: 1.6rem;
    }

    .categoryChildInner .bottom .service {
        font-size: 1.2rem;
        font-weight: bold;
    }

    .cateGroupList ul li {
        /*font-size: 14px;*/
        font-size: 1.2rem;
    }

    .catettl span {
        font-size: 1.4rem;
    }

    .categoryChildInner .bottom .company, .categoryChildInner .bottom .company2 {
        font-size: 1rem;
    }

    .blockList ul li {
        font-size: 1.4rem;
    }
}

.btn1 {
    display: inline-block;
    text-decoration: none;
    line-height: 1;
    min-width: 240px;
    padding: 15px 25px;
    text-align: center;
    letter-spacing: 0.5px;
    background: #f4dc92;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    color: #674a26;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    border: none;
    border-radius: 40px;
}
.btn1::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 2px solid #674a26;
    transition: 0.2s;
    border-radius: 40px;
}
.btn1:hover::before {
    top: 0;
    left: 0;
    cursor: pointer;
}
.btn1:hover {
    text-decoration: none;
    background-color: #f4dc92;
    cursor: pointer;
  }

.bottom-scroll-navi-detail a:link, .bottom-scroll-navi-detail a:visited, .bottom-scroll-navi-detail  a:active {
    color: transparent;
}
.btn1 span {
    position: relative;
    top: -5px;
}




.ranking-wrapper {
    width: 100%;
    background-color: #ead649;
    background-image: repeating-linear-gradient(-45deg, #f1da55, #f1da55 7.5px, transparent 0, transparent 15px);
}

.mV_campaign {
    background: #232f3f;
    padding: 10px 0;
}

.mV_campaig > a {
    display: block !important;
    width: 100%;
    height: 72px;
}

.mV_campaig > a:hover {
    opacity: 0.5;
}

.mV_campaign img {
    margin: auto;
}

.mV_title {
    position: relative;
    width: 860px;
    margin: auto;
    padding: 50px 0;
}

.ranking {
    width: 1000px;
    margin: auto;
    padding: 50px 0;
}

.ranking .ranking-bottomText {
    position: relative;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    margin: 30px 0;
}

.ranking .ranking-bottomText::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -45px;
    margin: auto;
    width: 30px;
    height: 30px;
    border-bottom: 4px solid #333;
    border-right: 4px solid #333;
    transform: rotate(45deg);
}

.ranking-lists {
    display: flex;
}

.ranking-lists > li:nth-child(2) {
    margin-left: 50px;
}

.ranking-list > ul {
    padding: 5px 30px;
}

.ranking-list li {
    position: relative;
    font-size: 2.5rem;
    padding: 0 0 40px 100px;
    border: das
}

.ranking-list li::before {
    position: absolute;
    content: "";
    background: #ffca2c;
    font-weight: 900;
    font-size: 15px;
    border-radius: 50%;
    left: 20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    top: 25%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ranking-list li::after {
    display: block;
    position: absolute;
    left: 34px;
    top: 25%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2rem;
}

.ranking-list li:nth-child(1)::after {
    content: '1位';
}

.ranking-list li:nth-child(2)::before {
    background: #aaa;
}

.ranking-list li:nth-child(2)::after {
    content: '2位';
    color: #fff;
}

.ranking-list li:nth-child(3)::before {
    background: #b87333;
}

.ranking-list li:nth-child(3)::after {
    content: '3位';
    color: #fff;
}

.ranking-list li:nth-child(4)::before,.ranking-list li:nth-child(5)::before {
    background: #2965aa;
}

.ranking-list li:nth-child(4)::after {
    content: '4位';
    color: #fff;
}

.ranking-list li:nth-child(5)::after {
    content: '5位';
    color: #fff;
}

.ranking > h2 {
    color: #2965aa;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding: 0.25em 1em;
    border-top: solid 2px #2965aa;
    border-bottom: solid 2px #2965aa;
    background: #fff;
}

.ranking > h2:before, .ranking > h2:after {
    content: '';
    position: absolute;
    top: -7px;
    width: 2px;
    height: -webkit-calc(100% + 14px);
    height: calc(100% + 14px);
    background-color: #2965aa;
}

.ranking > h2:before {
    left: 7px;
}

.ranking > h2:after {
    right: 7px;
}

.ranking h3 {
    position: relative;
    margin-bottom: 25px;
    text-align: center;
    font-size: 2.2rem;
    background: #2965aa;
    color: #fcfdda;
    padding: 10px;
    border-radius: 10px 5px 0 0;
}

.ranking h3:before {
    content: '';
    position: absolute;
    top: -25px;
}

.ranking h3 .text-style1 {
    color: #fff;
    font-size: 1.8rem;
    font-weight: normal;
    margin-right: 4px;
}

.ranking .title1::before {
    content: url(../img/title-icon1.png);
    left: -57px;
}

.ranking .title2::before {
    content: url(../img/title-icon2.png);
    left: -25px;
}

.ranking-list {
    width: 50%;
    display: inline-block;
    background: #fff;
    border-radius: 10px;
    border: solid 2px #2965aa;
}

.cateGroupList {
    padding-left: 18px;
    padding-right: 26px;
}

.service_check {
    text-align: center;
    padding: 30px 0;
    font-size: 1.5rem;
}

/*.amazon_pt {
    padding-top: 140px;
}
*/

.checkborder {
    box-shadow: 0px 0px 10px #F8DF2C;
    border-radius: 3px;
    display: block;
}

.categoryBox input[type=checkbox]:checked ~ .categoryChildInner {
    border: #fe929c 2px solid;
    border-radius: 10px;
}

#loader-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #888;
    z-index: 1;
    opacity: 0.5;
}

#loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    z-index: 2;
}

.bottom-scroll-navi-detail {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    height: 125px;
    background: #fff9e9;
    box-shadow: 0 -3px 2px rgba(0,0,0,.2);
}



.title-btn {
    font-weight: 500;
    color: #4b2902;
    float: left;
    position: relative;
    text-align: center;
    font-size: 19px;
}

.bottunNavi_space {
    width: 100%;
    height: 117px;
}

.navi-num {
    color: #4053A2;
    font-size: 160%;
    position: relative;
    top: 2px;
    left: -1px;
}

.sp-only {
    display: none;
}

.categoryChild {
    height: 100% !important;
    min-height: 200px;
    max-height: 200px;
    position: relative;
    margin: 25px 0 20px;
}

.campaign-badge::after {
    content: "キャンペーン対象";
    background: #9dd5e3;
    color: #fff;
    position: absolute;
    width: 60%;
    top: -28px;
    right: 0;
    left: 0;
    margin: auto;
    padding: 2px 0;
    text-align: center;
    font-size: 1.7rem;
    border-radius: 3px 3px 0 0;
}

.campaign-info {
    position: relative;
    padding: 50px 0;
    background: #fffaeb;
    text-align: center;
}

/*.campaign-info::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -69px;
    margin: auto;
    background-color: #fff;
    width: 90px;
    height: 70px;
    clip-path: polygon(0 0, 100% 0%, 50% 50%);
}*/

.campaign-info.bottom::before {
    content:none;
}

.campaign-info-inner {
    width: 80%;
    margin: auto;
}

.campaign-info-inner .campaign-info-title {
    font-size: 2.2rem;
    font-weight: bold;
    color: #4b2902;
}

.campaign-info span.amazon {
    font-size: 4.5rem;
    padding: 0 20px;
    color: #fff;
    background: #fc8691;
    font-weight: bold;
    margin: 10px 5px;
    display: inline-block;
    line-height: 6rem;
}

.accordion {
    margin: 2em auto 40px;
    max-width: 70vw;
}
.toggle {
    display: none;
}
.option {
    position: relative;
    color: #4b2902;
}
.title-fq,.content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.5s;
}
.title-fq {
    padding: 15px 0;
    display: block;
    font-weight: bold;
    box-sizing: border-box;
    border: solid 2px #F2DF00;
    background-image: linear-gradient( 180deg, #FDEB71 10%, #F8D800 100%);
}
.title-fq::after,.title-fq::before {
    content: "";
    position: absolute;
    right: 1.25em;
    top: 20px;
    width: 2px;
    height: 0.75em;
    background-color: #333;
    transition: all 0.5s;
}
.title-fq::after {
    transform: rotate(90deg);
}
.content {
    max-height: 0;
    overflow: hidden;
}
.content p {
    margin: 0;
    padding: 0.5em 1em 1em;
    font-size: 0.9em;
    line-height: 2;
}
.toggle:checked + .title-fq + .content {
    max-height: 640px;
    transition: all 2.5s;
}
.toggle:checked + .title-fq::before {
    transform: rotate(90deg) !important;
}

.campaign-info .info {
    margin: 20px auto 10px;
    font-size: 1.5rem;
    margin: 20px auto 10px;
    background: #4b2902;
    color: #fff;
    padding: 3px;
}

.campaign-info table {
    width: 99%;
    border-collapse: collapse;
    margin: auto;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.campaign-info th, .campaign-info td {
    border: solid 1px #ddd;
    padding: 10px 0 !important;
    color: #4b2902;
}

.campaign-info th {
    width: 10%;
    background-color: #eee;
}

.campaign-info td {
    background-color: #fff;
    font-weight: bold;
}

.campaign-info table span {
    font-size: 1rem;
    font-weight: normal;
    line-height: 0 !important;
}
.download > label{
    color: #eb8a93;
    line-height: 1.2em;
    /* text-decoration: underline; */
    /*border-bottom: 1px solid #253589;*/
}
.download_check {
    display: none;
}
.download {
    display: flex;
    align-items: center;
    font-weight: bold;
    position: relative;
    padding: 0 16px 16px 16px;
}
.download > label::before {
    content: none;
    position: absolute;
    /* background: red; */
    color: #fff;
    bottom: -2px;
    left: 0;
    height: 21px;
    width: 32px;
    /* z-index: 99999; */
    border-bottom: 3px solid #fff;
}
.download > label {
    /*
    margin-left: -70px;
    position: absolute;
    top: -1px;
    left: 69px;
    padding-bottom: 3px;
    */
    margin-left: 8px;
}
.hikaku_dl input[id^="table_child"] {
    /* background: red !important; */
    /* background: url(../img/icon_check_empty2.png) !important; */
    background: url(../img/icon_checked2.png) !important;
    display: none;
}
.noclick {
    pointer-events: none;
}
.form select {
    background: none!important;
}
@media screen and (max-width: 768px) {
    #container, .formBlock, .formBlock table select {
        color: #4b2902;
    }
    .formBlock {
        color: #4b2902;
    }
    .formBlock table select {}
    .mV {
        /* background: url("../img/fv_back.jpg"); */
        /* text-align: center; */
    }

    .mV_campaign {
        padding: 10px 2px;
    }

    .mV_title {
        width: 96%;
        padding: 30px 0;
    }

    .campaign-info {
        padding: 30px 10px 0;
    }

    .campaign-info th {
        display: table-cell !important;
    }

    .ranking {
        width: 96%;
    }

    .ranking > h2 {
        margin: -10px auto 30px;
        padding: 3px;
    }

    .ranking h3:before {
        top: -20px;
    }

    .ranking .title1::before {
        width: 60px;
        height: 60px;
        background-image: url(../img/title-icon1.png);
        content: '';
        display: inline-block;
        background-size: contain;
        left: -8px;
    }

    .ranking .title2::before {
        width: 60px;
        height: 60px;
        background-image: url(../img/title-icon2.png);
        content: '';
        display: inline-block;
        background-size: contain;
        left: -8px;
    }

    .ranking-lists {
        width: 99%;
        display: block;
    }

    .ranking-list {
        width: 100%;
        display: block;
        margin-bottom: 15px;
    }

    .ranking-lists > li:nth-child(2) {
        margin-left: 0;
    }

    .ranking-list > ul {
        padding: 0px;
    }

    .ranking-list li {
        font-size: 2rem;
        padding: 0 0 30px 65px;
    }

    .ranking-list li::before {
        width: 40px;
        height: 40px;
    }

    .ranking-list li::after {
        left: 28px;
        font-size: 1.5rem;
    }

    .ranking .ranking-bottomText {
        font-size: 2.2rem;
    }

    .campaign-info-inner {
        width: auto;
    }

    .campaign-info-inner .campaign-info-title {
        font-size: 1.5rem;
    }

    .campaign-info table tr {
        display: block;
        float: left;
        width: 50%;
    }

    .campaign-info table .right {
        float: right;
        width: 50%;
    }

    .campaign-info th, .campaign-info td {
        padding: 6px 0 !important;
        line-height: 30px;
    }

    .campaign-info table th {
        display: block !important;
        width: 100%;
        height: 30px;
    }

    .campaign-info table td {
        display: block;
        width: 100%;
        height: 30px;
        line-height: 1.5rem;
    }

    .formBlock p.link {
        text-align: left;
    }

    .cateGroupList {
        padding-left: 15px;
        padding-right: inherit;
    }

    .cateGroupList:nth-child(2) ul {
        height: auto;
    }

    .title-btn {
        width: 100%;
        font-size: 15px;
    }

    .bottom-scroll-navi-detail {
        width: 100%;
        height: 150px;
    }

    .sp-only {
        display: block;
    }

    .categoryChild {
        min-height: 0;
        margin: 25px 7px 20px;
    }

    .campaign-badge::after {
        width: 84%;
        top: -23px;
        right: 0;
        left: 0;
        margin: auto;
        padding: 2px 0;
        font-size: 1.3rem;
    }

    .categoryChild.columnsp1 {
        margin: 25px 5% 1rem 5%;
    }

    .title-katch {
        font-size: 2rem;
        color: #2616a0;
        background: #ffd801;
        line-height: 1.3;
        padding: 10px 15px;
        text-shadow: none;
        display: block;
        font-style: normal;
    }

    .txt1_1, .txt1_3 {
        line-height: inherit;
    }

    .btn1 {
        transition: all 0.3s 0s ease;
        display: inline-block;
        text-decoration: none;
        line-height: 1;
        min-width: 240px;
        padding: 15px 25px;
        text-align: center;
        position: relative;
        border: none;
        position: relative;
        letter-spacing: 0.5px;
    }

    .bottunNavi_space {
        height: 145px;
    }
    .campaign-info span.amazon {
    font-size: 3rem;
        line-height: 1.2em;
        padding: 10px;
    }
}

.fv_bottom {
    background: #e6f7f4;
    position: relative;
}
.fv_bottom::before {
    content: "";
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    clip-path: polygon(50% 90%, 0 0, 100% 0);
    height: 100px;
    background: #e6f7f4;
    z-index: +1;
}
.fv_bottom ul {
    padding: 50px 0 10px;
    display: flex;
    width: 90%;
    margin: auto;
}
.fv_bottom ul li {
    width: 33.3%;
    border-right: solid 2px #fff;
}
.fv_bottom ul li:nth-child(1) {
    padding-right: 5rem;
}
.fv_bottom ul li:nth-child(2) {
    padding: 0 5rem;
}
.fv_bottom ul li:nth-child(3) {
    border-right: none;
    padding-left: 5rem;
}
.fv_bottom_title {
    min-height: 96px;
    font-weight: bold;
    color: #253589;
}
.fv_bottom_title::before,.fv_bottom_a::before {
    content: "Q.";
    font-size: 3rem;
    margin-right: 10px;
    opacity: 0.7;
    vertical-align: bottom;
}
.fv_bottom ul li img {
    margin: 20px auto;
    max-width: 90%;
    min-height: 300px;
    object-fit: contain;
}
.fv_bottom ul li:nth-child(3) img {
    max-width: 100%;
}
.fv_bottom ul li span {
    font-size: 0.7rem;
    color: #253589;
    font-weight: normal;
}
.fv_bottom_a {
    font-weight: bold;
    color: #F9606E;
}
.fv_bottom_a::before {
    content: "A.";
}

.fv_bottom_ans {
    padding: 15rem 5rem 3rem;
    text-align: center;
    display: grid;
    align-items: center;
    background: url("../img/bg2.jpg") left;
    background-size: cover;
}
.fv_bottom_ans_title {
    font-size: 3rem;
    font-weight: bold;
    color: #253589;
}
.fv_bottom_ans_title span {
    font-size: 5rem;
}
.fv_bottom_ans_pre {
    padding: 1rem 0 0;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    margin: auto;
}
.fv_bottom_ans_pre p {
    display: inline-block;
}
.fv_bottom_ans_pre p span {
    color: #F9FBAA;
    font-size: 4rem;
}

.hikaku_dl input[type="checkbox"] {
    background: url(../img/icon_check_empty2.png) left top;
    background-size: 24px 24px;
    display: block;
    height: 24px;
    width: 24px;
    position: relative;
    top: 17px;
    margin-right: 10px;
}

.hikaku_dl input[type="checkbox"]:checked  {
    background: url(../img/icon_checked2.png) no-repeat left top;
    background-size: 24px 24px;
    display: block;
    height: 24px;
    width: 24px;
    position: relative;
    top: 17px;
}
.hikaku_dl p {
    padding-left: 35px;
    margin-top: -10px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .fv_bottom ul {
        display: block;
        padding: 30px 0 10px;
    }
    .fv_bottom ul li {
        width: 100%;
        margin-bottom: 50px;
        border-right: none;
    }
    .fv_bottom ul li:nth-child(2) {
        padding: 0;
    }
    .fv_bottom ul li:nth-child(3) {
        padding-left: 0;
    }
    .fv_bottom ul li img {
        margin: 10px auto;
        max-width: 250px;
        min-height: auto;
    }
    .fv_bottom_ans {
        padding: 10rem 1rem 5rem;
    }
    .fv_bottom_ans_title {
        font-size: 2rem;
    }
    .fv_bottom_ans_title span {
        font-size: 3rem;
    }
    .fv_bottom_ans_pre {
        font-size: 2rem;
    }
    .fv_bottom_ans_pre p span{
        font-size: 3rem;
    }
    .campaign-info span {
        font-size: 3.5rem;
    }
    .accordion {
        max-width: 100vw;
    }
    .toggle:checked + .title-fq + .content {
        max-height: fit-content;
    }
    .hikaku_dl {
        display: block;
        padding: 0 20px 20px 20px;
        margin-top: -15px;
    }
}



.categoryBox {
    padding: 0;
}
.categorySub {
    justify-content: left;
    padding: 24px;
}
.categoryChild {
    padding: 8px 8px 16px 8px;
    height: auto;
    min-height: auto;
    max-height: none;
    margin: 0;
    width: 25%;
    box-sizing: border-box;
}
.categoryChildInner {
    width: auto;
    min-height: auto;
    margin: 0;
    padding: 24px;
    height: auto!important;
}
.campaign-badge::after {
    top: -12px;
    font-size: 12px;
}
span.check {
    width: 24px!important;
    height: 24px!important;
    position: absolute!important;
    top: 16px!important;
    left: 16px!important;
}
.categoryChildInner span + span {
    flex: 1;
    display: block;
}
.categoryChildInner span + span img {
    display: block;
    margin: 0 auto!important;
    width: 90%;
    max-width: 160px!important;
    object-fit: contain;
    object-position: 50% 50%;
    font-size: 5px;
    overflow: hidden;
    aspect-ratio: 6 / 4;
}
.categoryChildInner .bottom {
    min-height: 80px!important;
}
.modal-open {
    margin: 0 auto!important;
}
@media screen and (max-width: 1024px) {
    .categoryChild {
        width: 33.33%;
    }
}
@media screen and (max-width: 768px) {
    .categorySub {
        padding: 8px;
    }
    .categoryChild {
        width: 50%;
        padding: 4px 4px 16px 4px;
    }
    .categoryChildInner {
        padding: 16px;
        display: block;
    }
}


.blockBox .categoryBox .download {
    justify-content: center;
}
                .blockBox .categoryBox .download .categoryMain {
                    padding: 0;
                    margin: 0;
                    justify-content: center;
                }
                .blockBox .categoryBox .download .categoryMain .cateSp .icon_check {
                    position: inherit!important;
                }
            