@charset "utf-8";


/* ==================================================================
    bonus.css

=================================================================== */

/* ==================================================================
   ■ 共通指定
=================================================================== */
.contents .text._s {
    margin-bottom: 0;
}
.contents .text._l {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 20px;
}
.contents .asterisk {
    margin-top: 5px;
}

.contents .buttonStyle.light-blue {
    max-width: 224px;
    margin-top: 40px;
}
    .contents .buttonStyle.light-blue a {
        width: 100%;
        font-size: 1.6rem;
        padding: 17px 32px;
        text-align: center;
    }
    .contents .buttonStyle.light-blue a:hover {
        opacity: 1;
    }

.contents section p + .lv4.title.c_blue {
    margin-top: 30px;
}
.contents section dl + .lv4.title.c_blue {
    margin-top: 60px;
}

/* --------------------------------
   □  accent
-------------------------------- */
#bonus .accent {
    height: 390px;
    background-image: url(../../images/bonus/accent_pc.jpg);
}
#bonus .accent .txtArea {
    color: #002C6E;
}
    #bonus .accent .heading {
        text-transform: capitalize;
        margin-bottom: 20px;
    }
	
	  #bonus .accent .heading  img{
	  	max-width:500px;
	  }
	
    #bonus .accent .txtArea p.text {
        padding-left: 0px;
    }

/* --------------------------------
   □  outline
-------------------------------- */
#outline .lv3.title._l {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #B1B1B1;
}
#outline .container > .inner {
    text-align: left;
}
#outline .inner .inner {
    padding: 40px 60px 60px;
}
    #outline .inner .inner:last-of-type {
        padding-bottom: 0;
    }
#outline .inner p.text + dl,
#outline .inner dl + dl,
#outline .inner .buttonStyle + dl {
    margin-top: 40px;
}
#outline .inner dl dt.ttl {
    font-size: 2rem;
    margin-bottom: 10px;
}
#outline .inner dl ul.listdot + .asterisk,
#outline .inner dl .text + .asterisk {
    margin-top: 10px;
}
#outline .inner dl dd ul.listdot > li {
    font-size: 1.5rem;
    margin-bottom: 5px;
}
    #outline .inner dl dd ul.listdot > li:before {
        background: #111;
        top: 0.8em;
    }
#outline .inner dl dt.listnum {
     padding-left: 1em;
    text-indent: -1em;
}


@media (max-width: 1600px) and (min-width: 768px) {
}


@media (max-width: 1200px) and (min-width: 768px) {
    /* --------------------------------
       □  accent
    -------------------------------- */
    #bonus .accent .txtArea {
        width: auto;
        max-width: 34%;
    }
	  #bonus .accent .heading  img{
	  	max-width:100%;
	  }
	
    #bonus .accent .txtArea p.text {
        padding-left: 0;
    }
}


/* タブレット用
-------------------------------------------- */
@media (max-width: 999px) and (min-width: 768px) {
}


@media only screen and (max-width : 767px) {
    /* ==================================================================
       ■ 共通指定
    =================================================================== */
    .contents .text,
    .contents .text._s {
        margin-bottom: 0;
    }
    .contents .text._l {
        font-size: 1.8rem;
    }

    .contents .buttonStyle.light-blue {
        width: 100%;
        max-width: 280px;
        margin-top: 20px;
    }
        .contents .buttonStyle.light-blue a {
            font-size: 1.4rem;
            padding: 12px 32px;
        }

    .contents section dl + .lv4.title.c_blue {
        margin-top: 40px;
    }

    /* --------------------------------
       □  accent
    -------------------------------- */
    #bonus .accent {
        background: #F3F8FC;
        height: auto;
    }
    #bonus .accent.bg.sp {
        min-height: 200px;
        height: 50vw;
        background-image: url(../../images/bonus/accent_sp.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    #bonus .accent .txtArea {
        position: static;
        transform: none;
        -webkit-transform: none;
        width: 92%;
        margin: auto;
        padding: 30px 0;
    }
	  #bonus .accent .heading  img{
	  	max-width:100%;
	  }
    #bonus .accent .txtArea p.text {
        padding-left: 0px;
    }

    /* --------------------------------
       □  outline
    -------------------------------- */
    #outline .inner .inner {
        padding: 30px 0;
    }
    #outline .lv3.title._l {
        padding-bottom: 10px;
    }
    #outline .inner dl dt.ttl {
        font-size: 1.8rem;
    }
    #outline .inner p.text + dl,
    #outline .inner dl + dl,
    #outline .inner .buttonStyle + dl {
        margin-top: 30px;
    }

}