@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


html{
  font-size: 62.5%;
  box-sizing: border-box;
  background: #fff;
  margin-top: 0 !important;
  width: 100%;

}
body {
  font-family:'Roboto', sans-serif, 'Noto Sans JP', sans-serif;
  color: var(--dark);
  text-decoration-line: none;
  font-size: 1.6rem;
  line-height: 2.6rem;
  text-decoration-line: none;
  text-decoration: none;
  border-bottom: none;
  margin: 0;
  background-color:white;
}

a{
  text-decoration-line: none;
  text-decoration: none;
  color: var(--dark);
 font-family:'Roboto', sans-serif, 'Noto Sans JP', sans-serif;

}
a, a:hover, a:active {
  color:  var(--dark);
  text-decoration-line: none;
  text-decoration: none;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

img{
  max-width:100%;
  height: auto;
}
header{
  line-height: inherit;
}
li > ul, li > ol{
  margin-left: 0;

}
li{
  list-style:none;
}
:root {
  /* 色指定 */
  --basic: #1d2088;
  --main:#e60012;
  --light: #fcf9f7;
  --sub: #cbae12;
  --lighty: #fcf9f7;
  --dark: #0c0e54;
  --main-gradient: linear-gradient(to bottom, #83ccd2, #ceeff2);

  --gre: #de552b;
  --gre-dark: #387e00;
  --or: #de552b;
  --or-bg: #ffa64a;
  --gre-light: #abb8a0;
  --msjapan: #3d221e;
}


.bg_blue {
    background: var(--light);
}

.logo-box{
	position:absolute;
	top:0.8rem;
	right:0rem;
	background: #fff;
	padding: 1rem 1.6rem;
	border-radius: 4px 0 0px 4px;
}
.logo-box p{
	font-size: 1.2rem;
	line-height: 1.8rem;
	margin-right: 1rem;
}
.logo-box img{
	width: 100px;
}
/* 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;
}

    .pc_icon_small {
        width: 85%;
    }
    /* pc & sp
----------------------------------------------------------- */
.mv_illust img {
    margin: auto;
    display: block;
}
.mv_illust img.sub_til {
    margin: 0 auto 0 10rem;
    /*margin-bottom: 3.2rem;*/
    display: block;
}

.mv_illust .fv_gift {
    width: 995px;
    margin: -40px auto 0;
}
.mv_illust img.gift {
    margin-left: -40px;
}

.pc {
    margin: auto;
}

.sp {
    display: none;
}

.mv_illust img.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;
    padding: 0;
    width: 100%;
    margin-bottom: 4rem;
}

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

.inner02 {
    margin: 0 auto;
    background: #fff;
}

.wrapper {
    max-width: 1080px;
    margin: 0 auto;
}

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

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

.checkList {
    margin: 0 auto;
    width: 720px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

/* container
----------------------------------------------------------- */
#container {
    line-height: 1.5;
    color: var(--dark);
    text-align: left;
    overflow: hidden;
    background: var(--light);
}

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

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

/* mV
----------------------------------------------------------- */
#bottomNavi {
    /* display: none !important; */
}
.mV {
    height: 50rem;
    position: relative;
    background: #fcf9f7;
    background-image:
    url('../img/bg_deco_left.png'),
    url('../img/bg_deco_right.png'),
    url('../img/bg_red.png'),
    url('../img/bg_yellow.png'),
    url('../img/bg_blue_left.png'),
    url('../img/bg_blue_right.png');
    background-position:
    top left,
    top right,
    top left,
    top right,
    bottom left,
    bottom right;
    background-repeat: no-repeat;
    background-size:
    auto 100%,
    auto 100%,
    auto 55%,
    auto 60%,
    50% 40%,
    50% 30%;

    .campaign_title {
        margin: 0;
        text-indent: -9999px;
        font-size: 0;
    }
    .pic {
        display: block;
        width: min(100%, 1050px);
        margin: 28px auto 0;
    }
}
/* explanation
----------------------------------------------------------- */
.explanation {
    margin: 0 0;
    padding: 5rem 2rem 8rem;
    background: var(--main-gradient);

    div {
        position:relative;
        z-index:3;

        .explanation_til {
            text-align: center;
            position: relative;

            .heading{
                position: relative;
                padding: 8px 0;
                margin-bottom: 30px;
                background: var(--basic);
                color: #fff;
                font-size: 3rem;
                letter-spacing: 0.2rem;
                transform: skewX(160deg);/*傾斜をつける*/

                span{
                    display: block;
                    font-weight: 600;
                    transform: skewX(-160deg);/*テキストのみ傾斜を戻す*/
                }
            }

            .heading_image{
                position: absolute;
                width: 210px;
                top: -18%;
                left: 22%;
            }
            .bubble{
                position: absolute;
                width: 150px;
                top: 34%;
                right: 15%;
            }

            .txt1,
            .txt2 {
                font-weight: bold;
            }
            .txt1 {
                font-size: 2.5rem;
            }
            .txt2 {
                font-size: 3rem;

                .txt_min{
                    font-weight: 600;
                    font-size: 2.5rem;
                }
                .txt_big{
                    font-size: 3.5rem;
                    font-weight: bold;
                }

                .highlight {
                    color: var(--main);
                    background: #fff;
                    padding: 1.5rem 0.5rem 0.1rem;
                    font-weight: 600;

                    span {
                        font-size: 1.5em;
                        font-weight: 700;
                    }
                }
            }
        }
        .prize_list {
            width: 100%;
            max-width: 900px;
            margin: 30px auto 0;
            position: relative;

            .row {
                display: flex;
                justify-content: center;
                flex-wrap: wrap;
                margin-bottom: 10px;
                justify-content: space-between;

                img {
                    width: 100%;
                    max-width: 48%;
                    margin: 5px;
                }
            }
            .bottom {

                img:nth-child(1) {
                    width: 40%;
                }
                img:nth-child(2),img:nth-child(3) {
                    width: calc(25% - -10px);
                }
            }
            .firework_01{
                position: absolute;
                width: 230px;
                top: -17%;
                left: -12%;
            }
            .firework_02{
                position: absolute;
                width: 170px;
                top: 45%;
                right: -13%;
            }
        }
    }
}
.explanation_02 {
    margin: 4rem 0 0;
}
.explanation_02 .subtil{
	width: 168px;
	margin: 0 auto 1.2rem;
}
.explanation_02 .txt{
	font-weight: bold;
	text-align: center;
    font-size: 1.8rem;

    .highlight {
        color: #d70b1f;

        span {
            font-size: 1.5em;
            font-weight: 700;
        }
    }
}
@media screen and (max-width: 768px) {
.explanation {
    padding-top: 5rem;

    div {
        .explanation_til {
            .heading{
                padding: 5px 0;
                margin-bottom: 0;

                span{
                    font-size: 1.8rem;
                }
            }
            .txt2 {
                margin-top: 1.5rem;
                line-height: 1.5;
                font-size: 1.8rem;
                
                .txt_min{
                    font-size: 1.6rem;
                }
                .txt_big{
                    font-size: 2.2rem;
                }
                .highlight {
                    font-size: 1.1em;
                    padding: 0.8rem 0.2rem 0.1rem;
                    margin: 0 0.2rem;

                    span {
                        font-size: 1.5em;
                    }
                }
            }
            .heading_image {
                width: 120px;
                top: -15%;
                left: 8px;
            }
            .bubble{
                width: 85px;
                top: 25%;
                right: -2%;
            }
            .txt3{
                position: relative;
                text-align: left;
                font-size: 1.6rem;
                margin-top: 20px;
                z-index: 99;

                p{
                    font-weight: bold;

                    .highlight{
                        font-weight: bold;
                        color: var(--main);
                        font-size: 1.4rem;
                        background: #fff;
                        padding: 10px 2px 1px;
                    }
                    .txt_big{
                        font-weight: bold;
                        font-size: 2.5rem;
                    }
                }

                .catchphrase{
                    position: absolute;
                    top: -16px;
                    left: 57%;
                    transform: translateX(-50%);
                    font-size: 1.3rem;
                    padding: 0 10px;
                }
            }
        }
        .prize_list {
            width: 100%;
            max-width: 800px;
            margin: auto;

            .row{
                img {
                    max-width: 100%;
                    margin: 10px auto;
                }
            }

            .top {
                flex-direction: column;
                margin-bottom: 0;
            }

            .bottom {
                display: flex;
                flex-wrap: wrap;

                img:nth-child(1) {
                    width: 100%;
                    max-width: 100%;
                }
                img:nth-child(2),img:nth-child(3) {
                    width: calc(50% - 10px);
                    max-width: none;
                    margin: 10px 0;
                }
            }
            .firework_01{
                width: 120px;
                top: -2%;
                left: -12%;
                z-index: -99;
            }
            .firework_02{
                width: 110px;
                top: 23%;
                right: -13%;
            }
        }
    }
}
}

/*---campaign 表エリア*/
.campaign_table {
    margin: 2rem 0 0;
}
.campaign_table h4 {
	font-size: 1.8rem;
	padding: 0.5rem 2.4rem 0.4rem;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 1rem;
	z-index: 2;
	position: relative;
	background: #e6f3fa;
	color: var(--bl);
	border-radius: 999px;
}
.campaign_table table {
    color: var(--dark);
	border: solid 2px var(--dark);
	max-width: 940px;
	width: 100%;
	margin: 0 auto 0.8rem;
	position: relative;
	z-index: 2;
}
.campaign_table th {
	background: none;
	border: solid 1px var(--basic);
	padding: 1rem;
	width: 10%;
	text-align: center;
	font-weight: bold;
}
.campaign_table td {
	background: #ffffff;
	border: solid 1px var(--basic);
	padding: 1rem;
	width: 10%;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}
.campaign_table strong {
	color: var(--bl);
	font-weight: bold;
}
.campaign_table td span {
	font-size: 1.2rem;
	font-weight: normal;
	color: #d70b1f;
}
.dl_lead{
	font-size: 1.4rem;
	line-height: 2rem;
	text-align: center;
}
.att-txt {
    font-size: 1.5rem;
    line-height: 2.6rem;
    max-width: 940px;
    margin: 1.6rem auto 0;
}

/*---end campaign 表エリア*/

/* btnarea
----------------------------------------------------------- */

.btn-bl br {
    display: none;
}
.btn-area{
	padding: 8rem 0;
    background: #fff;
}
.btn-area a,.btn{
	background: #d70b1f;
	font-size: 1.6rem;
	line-height: 2.8rem;
	padding: 2rem 3.2rem;
	z-index:4;
	font-weight: bold;
	color: #fff;
	text-align: center;
	display: block;
	position:relative;
	border-radius:100vw;
	transition:.3s;
    border: solid 2px #d70b1f;
}
.btn-area a::before,.btn::before {
	color: white;
/*	transform: rotate(90deg);*/
	position: absolute;
	right: 2.8rem;
	  top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	z-index: 5;
	font-size: 2rem;
	border-radius: 1px;
	transition: 0.3s ease-in-out;
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.btn-area a:hover,.btn:hover{
	background: #fff;
	color: #d70b1f;
}
.btn-area a:hover::before {
	color: var(--or);
}
.btn:hover:before {
    color: var(--or);

}



     /* navigation
----------------------------------------------------------- */

.navigation{
	padding: 5rem 0 5rem;
	background:var(--basic);
}

a.btn-flat {
    overflow: hidden;
    padding: 1.5rem 2rem;
    color: #fff;
    background: var(--basic);
    border: solid 2px var(--basic);
    font-weight: bold;
    border-radius: 2px;
}

a.btn-flat span {
    position: relative;
    font-weight: bold;
    font-size: 1.5rem;
}

.lunch-btn, a.lunch-btn, button.lunch-btn {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    background-color: #fff;
    border: solid 2px var(--basic);
    max-width: 340px;
    width: 100%;
    color: var(--basic);
    border-radius: 100px;
    font-weight: bold;
}
.lunch-btn:after {
  color: var(--basic);
  /* transform: rotate(90deg); */
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 5;
  font-size: 2rem;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.lunch-btn:hover {
    background-color: #fff;
    color: var(--basic);
}
.lunch-btn:hover::after {
  color: var(--basic);
}



.nav-li li{
	width: 24%;
	position:relative;
	transition:.3s;
}

.nav-li li a{
	padding: 1rem 1rem;
	border-radius: 100vw;
    box-sizing: border-box;
}

.nav-li li a span{
	font-size:1.4rem;
	line-height:2rem;
}

.jss {
    justify-content: space-between;
    flex-wrap: wrap;
}




    /* 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 {
       padding: 3.2rem 1.6rem;
		background: var(--light);
		color: var(--basic);
        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: 70px 0 30px 0;
    }

    .comparisonBlock p.txt {
        padding:1rem 1.6rem;
		line-height: 2.2rem;
		font-weight: bold;
        text-align: center;
    }

    h2.comparisonttl {
        border-radius: 999px;
        text-align: center;
      padding: 1rem 1.6rem;
    font-size: 2.8rem;
		font-weight: bold;
		position:relative;
    }


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

    #keiri h2 span:before {
        content: url("../img/calc_hoso.svg");
        position: absolute;
        top: 10px;
		left:0px;
        margin-right: 0px;
    }

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

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

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

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

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

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

    .categoryBox {
        margin-bottom: 40px;
        border-radius: 3px;
        background: #fff;
		box-sizing: border-box;
		width: 100%;
		padding: 2rem 1.6rem;
       
    }

    .categoryBox input {
        display: none;
    }

    .categoryBox label {
        cursor: pointer;
    }

    /* categoryMain */
    .categoryMain {
        margin-bottom: 2rem;
    }

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

    .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 {
        font-size: 1.4rem;
		line-height: 2rem;
		font-weight: bold;
      
        display: block;
        padding: 0.5rem 0 0 0;
    }

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

    /* categorySub */


    .categoryChild {
        margin-bottom: 14px;
    }

    .categoryChild label {
        cursor: pointer;
		position:relative;
    }

    .categoryChildInner {
		border:solid 1px var(--light);
        box-shadow: rgba(0, 0, 0, 10%) 0px 4px 8px;
        border-radius: 3px;
        width: 260px;
        min-height: 200px;
        margin: 0 15px;
        box-sizing: border-box;
        display: block;
        padding: 15px 10px;
        height: 200px !important;
    }

    .categoryChildInner.column3 {
        width: 32%;
        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;
    }
    .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;
		font-weight: bold;
		font-size: 1.5rem;
		line-height: 2rem;
    }

    .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;
    }

    /* login
----------------------------------------------------------- */
    .login{
        background: var(--main-gradient);
    }
    .login .inner{
        max-width: 500px;
        width: 100%;
        text-align: center;
    }
    .login .login_txt{
        font-weight: bold;
        font-size: 1.8rem;
        letter-spacing: 0.1rem;
        margin-bottom: 20px;
        color: var(--basic);
    }
    .login .manegy_login ul{
        text-align: left;
    }
    .login .manegy_login ul li{
        margin-bottom: 20px;
    }
    .login .manegy_login ul li dt{
        font-size: 14px;
    }
    .login .manegy_login input{
        width: 100%;
        height: 36px;
        border: none;
        padding: 0 15px;
        box-sizing: content-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
    }
    .login .login-btn .btn1{
        color: #fff;
        background: var(--main);
        border: 1px solid var(--main);
        border-radius: 100px;
    }
    .login .login-btn .btn1:hover{
        color: var(--main);
        background: #fff;
        border: 1px solid var(--main);
        cursor: pointer;
    }
    .login .login-btn .btn1 span{
        font-weight: bold;
    }
    .login .login-btn .btn1:after {
        color: white;
        position: absolute;
        right: 2rem;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        z-index: 5;
        font-size: 2rem;
        border-radius: 1px;
        transition: 0.3s ease-in-out;
        content: "\f0da";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }
    .login .login-btn .btn1:hover::after {
        color: var(--main);
    }
    .login .login-btn .note{
        font-size: 1.3rem;
        margin-top: 15px;
    }
    .login .txt_box{
        margin-top: 30px;
    }
    .login .txt_box .txt{
        margin-bottom: 5px;
        font-size: 1.4rem;
    }
    .login .txt_box .txt-b{
        margin-top: 20px;
        font-size: 1.2rem;
    }
    .login .txt_box .txt a{
        text-decoration: underline;
    }

    /* formBlock
----------------------------------------------------------- */
    .formBlock {
        padding: 4rem 0 0 0;
        margin-bottom: 15px;
        text-align: left;
    }

    .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;
    }

    .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: 1.5rem;
    }

    .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: 30px 0 100px 0;
    }

    #submit_1 {
        background: #d70b1f;
        font-size: 1.6rem;
        line-height: 2.8rem;
        padding: 2.2rem 3.2rem;
        z-index: 4;
        font-weight: bold;
        width: 100%;
        color: #fff;
        text-align: center;
        display: block;
        position: relative;
        border-radius: 100vw;
        transition: .3s;
        border: solid 2px #d70b1f;
        max-width: 390px;
    }

    #submit_1:before {
        color: white;
        position: absolute;
        right: 2.8rem;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        z-index: 5;
        font-size: 2rem;
        border-radius: 1px;
        transition: 0.3s ease-in-out;
        content: "\f0da";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }

    #submit_1:hover {
        background: #fff;
        color: #d70b1f;
        cursor: pointer;
    }

    #submit_1:hover:before {
        color: #d70b1f;
    }
    .form h2{
        margin-bottom: 3px !important;
    }
    .form .note{
        font-size: 1.2rem;
        text-align: center;
        margin-bottom: 20px;
        line-height: 1.8rem;
    }


    /* footer
----------------------------------------------------------- */

.footer-box{
    background: var(--light);
    padding:3.2rem 0 2rem;
  }
  .footer-con .logo a{
    width: 140px;
    display: block;
  }
  .footer-li{
    width:70%;
  }
  .footer-li li a{
    color:var(--basic);
    transition:.2s;
    font-size: 1.4rem;
  }
  .footer-li li a:hover{
    opacity:0.6;
  }
  .copy {
    padding:1rem 0;
    background: var(--basic);
  }
  .copy p{
        text-align: center;
    font-size:1.3rem;
    line-height:1.8rem;
      color: #fff
  }

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

    .wrapper {
      width: 100%;
      padding-left: 1.6rem;
      padding-right: 1.6rem;
      margin-left: auto;
      margin-right: auto;
      box-sizing: border-box;
    }

    .footer-li{
      width:70%;
    }

  }

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

    .formBlock p.link, .formBlock p.head {
        font-size: 2rem;
		font-weight: bold;
    }
    .formBlock table th span.name, .footer p.copy small {
        font-size: 1.6rem;
    }

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


    /* font
----------------------------------------------------------- */
    .serviceTitle h2, .comparisonTitle h2 {
        font-size: 2.6rem;
		line-height: 3.4rem;
		font-weight: bold;
		margin-bottom: 1.6rem;
		color: var(--basic);
    }


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

    .serviceTitle .subtitle, .catettl .h3 {
        font-size: 2rem;
		font-weight: bold;
    }


    .categoryChildInner .bottom .company {
        font-size: 1.2rem;
    }

    .categoryChildInner .bottom .company2 {
        font-size: 1rem;
    }
/*}*/


.att{
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 2.1rem;
}


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

    .sp {
        display: block;
    }

    .mv_illust img.pc {
        display: none;
    }
    .mv_illust img.sp {
        display: block;
    }

    .lead h2 img {
        padding-left: 0;
    }

    .lead p {
        margin: 0 auto 30px;
        font-size: 16px;
    }

    /* 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: 0 auto;
        width: 96%;
    }

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

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

    /* container
			----------------------------------------------------------- */
    #container {
        font-size: 1.7rem;
        font-size: 1.7rem;
        line-height: 1.5;
        color: var(--dark);
        text-align: left;
        overflow: hidden;
    }


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

    .mv_illust {
    }

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




    .cateGroup {
        margin-bottom: 2rem;
    }

    .cateGroup .flex {
        flex-wrap: wrap;
    }

    .cateGroup .flex.flex_ {
        justify-content: center;
    }

    .cateGroupList {
        width: 50%;
        padding: 0 1rem;
        margin-bottom: 2rem;
        box-sizing: border-box;
    }

    .cateGroupList:nth-child(1), .cateGroupList:nth-child(3) {
       border-right:1px solid rgba(255,255,255,0.7);
    }

    .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 ul {
        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;
    }



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

	#keiri h2{
		position:relative;
	}


    #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;
    }

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

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



    .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 .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, 10%) 0px 4px 8px;
        border-radius: 3px;
        width: 100%;
        display: block;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding: 10px 0;
        position:relative;
    }

    .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;
		position:absolute;
    }

    .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 .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 {
    }

    /* formBlock
			----------------------------------------------------------- */
    .formBlock {
        padding: 4rem 0 0 0;
        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 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;
    }

    /* #submit_1 {
        width: 100%;
        height: 90px;
        display: inline-block;
        background: #f28c00;
        color: #FFF;
        border-bottom: solid 4px #d15a09;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        border-radius: 10px;
        box-sizing: border-box;
        text-decoration: none;
        text-align: center;
        line-height: 90px;
    }

    #submit_1:before {
        content: url("../img/icon_arrow_r_white.png");
        display: inline-block;
        width: 35px;
        position: relative;
        top: 0;
    }

    #submit_1 span {
        position: relative;
        top: -3px;
    } */


    /* footer
			----------------------------------------------------------- */

    .footer{
        padding-bottom:8rem;
        margin-bottom: 8rem;
      }
        .footer-box{
          display:block;
        }
        .footer-box .logo{
          margin:0 auto 1rem;
        }
        .footer-li {
          width:100%;
        }
        .footer-li li{
          width:33%;
        }

    /* font
			----------------------------------------------------------- */

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

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

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

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


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


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

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




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




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

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

@media screen and (max-width:400px){
    .footer-li li{
      width:48%;
    }
  }

.btn1 {
    transition: all 0.3s 0s ease;
    background: var(--main);
    color: #fff;
    display: inline-block;
    text-decoration: none;
    border-radius: 6px;
    line-height: 1;
    min-width: 350px;
    padding: 15px 25px;
    text-align: center;
    position: relative;
    border: none;
    position: relative;
    letter-spacing: 0.5px;
	margin-top:1rem;
}

.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: 1.5rem;
    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 {
    background: var(--main);
    padding: 20px 26px 20px 26px;
    margin: 0 8px;
}

.service_check {
    text-align: center;
	font-weight: bold;
    font-size: 1.5rem;
}



/*
.checkborder {
   border:2px solid var(--sub);
    border-radius: 3px;
    display: block;
}
*/

.categoryBox input[type=checkbox]:checked ~ .categoryChildInner {
    border: var(--sub) 2px solid;
    border-radius: 4px;
}

#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: 1.6rem;
    color: #fff;
    z-index: 2;
}

/* .bottom-scroll-navi-detail {
    display: none;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 16px;
    background: #fff;
    box-shadow: 1px 1px 6px rgba(0,0,0,.1), -1px -1px 6px #ffffff;
    box-sizing: border-box;
}

.bottom-scroll-navi-detail p {
    line-height: 1.1em;
}

.bottom-scroll-navi-detail a {
    transition: all 0.3s 0s ease;
    background: var(--sub);
    color: #fff;
    display: block;
    text-decoration: none;
    border-radius: 6px;
    line-height: 1;
    width: 160px;
    margin: 8px auto;
    padding: 15px 25px;
    text-align: center;
    position: relative;
    border: none;
    position: relative;
    letter-spacing: 0.5px;
    margin-top: 1rem;
}

.title-btn {
    font-weight: 500;
    color: #333;
    float: left;
    position: relative;
    text-align: center;
    font-size: 1.9rem;
}

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

.navi-num {
    color: #1eb3dd;
    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: #00b4ff;
    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;
    background: var(--light);
    text-align: center;
}

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

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

.campaign-info-inner .campaign-info-title {
    font-size: 1.8rem;
	line-height: 2.6rem;
	font-weight: bold;
	margin-bottom: 1.8rem;
	letter-spacing: 0.01em;
}

.campaign-info span {
    font-size: 3.6rem;
	letter-spacing: 0.01em;
    color: var(--sub);
    font-weight: bold;
    display: block;
    line-height: 4.4rem;
}

.campaign-info .info {
 
    font-size: 1.6rem;
	font-weight: bold;
   margin-bottom: 0.8rem;
    background: var(--main);
    color: var(--besic);
   padding: 0.6rem 1rem;
	border-radius:999px;
}

.campaign-info table {
    width: 100%;
    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: #0e1b53;
}

.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;
} */

@media screen and (max-width: 768px) {
    .mV {
        height: 515px;
        background-image: url(../img/bg_top_sp.png),url(../img/bg_bottom_sp.png);
        background-position: top, bottom;
        background-repeat: no-repeat;
        background-size: 100%;

        .pic {
            width: 410px;
        }
    }

    .mv_illust img.sub_til {
        width: 283px;
        margin-bottom: 2.2rem;
    }
    .mv_illust h1 img {
        width: 450px;
    }
    .mV img.date {
        width: 250px;
        padding: 1.2rem 2rem;
    }
    .mv_illust .fv_gift {
        width: 100%;
        margin: -10px auto 0;
    }
    .mv_illust img.gift {
        width: 460px;
        margin-left: 0;
    }


    .explanation {
		position:relative;
	}
	.explanation-deco{
		position: absolute;
		width: 44px;
		top: 2.4rem;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
    .explanation .explanation_til p span {
        font-size: 1.5rem;
    }
	.explanation .explanation_til h2{
		font-size: 2.4rem;
		line-height: 3.2rem;
	}
	.explanation .explanation_til h2 span{
		font-size: 2.8rem;
	}
	.explanation_li li,.explanation_li li:first-of-type{
		width: 90%;
		margin-bottom: 7.8rem;
        max-width: 350px;
	}
    .explanation_li_sec li,.explanation_li_sec li:first-of-type{
        margin: 1rem auto 4rem;
    }
    .explanation_01 .subtil {
        margin: 0 auto 9rem;
    }
	.explanation_li li:last-of-type{
		margin-bottom: 0;
	}
    .explanation_02 .txt {
        font-size: 1.5rem;
    }

	.campaign_table table {
		border: none;
		margin-left: auto;
		margin-right: auto;
		display: flex;
		justify-content: center;
		width: 100%;
	}
	.campaign_table thead {
		display: block;
		float: left;
	}
	.campaign_table tr {
		display: block;
		float: left;
	}
	.campaign_table tbody {
		display: block;
		float: left;
		vertical-align: middle;
		align-items: center;
	}
	.campaign_table tr {
		display: block;
		float: left;
	}
	.campaign_table tr td, .campaign_table tr th {
		display: block;
		height: 2rem;
		border-bottom: none;
		line-height: 2rem;
	}
	.campaign_table td {
		width: 50vw;
		border-left: none;
	}
	.campaign_table th {
		width: 30vw;
	}
	.campaign_table tr td:last-child, .campaign_table tr th:last-child{
		border-bottom:1px solid var(--basic);
	}
	.dl_lead{
		text-align: left;
	}

    .nav-li li{
		width: 49%;
        margin-bottom: 1.2rem;
	}
    .nav-li li:nth-child(3),.nav-li li:last-child{
        margin-bottom: 0;
	}
	.nav-li li .btn-txt{
		font-size: 1.5rem;
		line-height: 2rem;
	}






    .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 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: 2.8rem;
    } */

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

    .cateGroupList {
        padding: 0 20px 23px;
        max-width: 300px;
        margin-bottom: 2rem;
    }

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



    .title-btn {
        width: 100%;
        font-size: 1.5rem;
    }

    .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;
        background: var(--main);
        color: #fff;
        display: inline-block;
        text-decoration: none;
        border-radius: 6px;
        line-height: 1;
        min-width: 240px;
        padding: 15px 25px;
        text-align: center;
        position: relative;
        border: none;
        position: relative;
        letter-spacing: 0.5px;
        width: 100%;
    }

    .bottunNavi_space {
        height: 145px;
    }

    .catettl span {
        text-align: center;
    }
}


@media screen and (max-width: 460px) {
    .btn-bl br {
        display: block;
    }

    .btn-area a, .btn {
        padding: 1rem 0;
    }

    .explanation .explanation_til h2 {
        line-height: 3.6rem;
    }

    .explanation .explanation_til h2 br {
        display: block;
    }
}

@media screen and (max-width: 420px) {
    .mv_illust img.sub_til {
        width: 260px;
        margin: 0 auto;
    }

    .mv_illust h1 {
        margin: 0 0 0.6rem;
    }

    .mv_illust h1 img {
        margin-bottom: 2rem;
    }

    .mV img.date {
        margin-bottom: 2.6rem;
    }
}



.categoryChild {
    padding: 8px 8px 24px 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: -14px;
    font-size: 1.2rem;
}
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: 658px) {
    .cateGroupList {
        width: 100%;
        max-width: none;
    }
}

@media screen and (max-width: 1024px) {
    .categoryChild {
        width: 33.33%;
    }
}
@media screen and (max-width: 768px) {

    .categoryChild {
        width: 50%;
        padding: 4px 4px 24px 4px;
    }
    .categoryChildInner {
        padding: 16px;
        display: block;
    }
	.blockList h3, .catettl .h3{
		text-align: center;
	}
}

@media screen and (max-width: 400px) {
.mV {
    height: 450px;

    .pic {
        width: 355px;
    }
}
.explanation {
    margin-top: 0;
    padding: 10px 20px 4rem;

    div {
        padding-inline: 0;

        .prize_list {
            display: block;

            li {
                width: 100%;
                margin: 3rem 0 0;
            }
        }
    }
}
.btn-area {
    padding: 4rem 0;
}
.navigation{
	padding: 4rem 0;
}

}