@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* _base */
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
}

body, input, textarea, select {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
    color: #333333;
    line-height: 1.8;
    font-size: 1.6rem;
}

a {
  text-decoration: none;
  color: #333333;
}

main {
  display: block;
}

em {
  font-style: normal;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  margin: 0;
  padding: 0;
}

/*----- COMMON -----*/

.pc-hide {
    display: none;
}

.sp-hide {
    display: block;
}

.lp2408{
    background-color: #e8f2ff;
}

.lp2408 .wrap{
    width: 750px;
    max-width: 100%;
    padding: 40px;
    margin: 0 auto;
    background-color: #ffffff;
}

.lp2408 img {
    line-height: 0.9;
    display: block;
    margin: 0 auto;
}

.lp2408 .header{
    padding: 20px 0;
}

.lp2408 .header img {
    max-width: 100px;
    width: 20%;
    display: block;
  }

.lp2408 .wrap h1{
    margin: 0 auto 60px;
    text-align: center;
    font-size: 1.4em;
    padding-bottom: 20px;
    border-bottom: 2px #00358d solid;
    line-height: 1.6em;
}

.lp2408 .wrap h1 span{
    background-color: #fadad1;
    width: 280px;
    margin: 0 auto 10px;
    padding: 0 8px 3px;
}

.lp2408 .wrap h2{
    font-size: 1.2em;
    background-color: #00358d;
    color: #ffffff;
    margin:30px 0;
    letter-spacing: 0.05em;
    line-height: 1.8em;
    padding: 6px 10px 8px;
}

.lp2408 .wrap h3{
    font-size: 1.2em;
    color: #00358d;
    margin:30px 0 20px;
    letter-spacing: 0.05em;
    line-height: 1.6em;
}

.lp2408 .wrap h4{
    font-size: 1.2em;
    display: inline-block;
    background-color: #fadad1;
    padding: 8px 15px 5px;
    border-radius: 10px 10px 0 0;
}

.lp2408 .wrap .w-list{
    border: 5px solid #fadad1;
    padding: 20px;
}

.lp2408 .wrap .w-list li{
    margin-bottom: 5px;
}

.lp2408 .wrap p{
    margin-bottom: 40px;
}

.lp2408 .wrap .mt30{
    margin-top: 30px;
}

.lp2408 .wrap .f-center{
    text-align: center;
}

.lp2408 .wrap .images{
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.lp2408 .wrap .images small{
    text-align: right;
    display: block;
    font-size: 0.8em;
}

.lp2408 .wrap .bk-yellow{
    background-color: #fffa9d;
    padding-bottom: 2px;
}

.lp2408 .wrap .f-red{
    color: #e60012;
}

.lp2408 .wrap .f-b-red{
    font-size: 1.2em;
    color: #e60012;
}

.lp2408 .wrap .f-b2-red{
    font-size: 1.6em;
    color: #e60012;
}

.lp2408 .wrap .bk-pink{
    background-color: #fadad1;
    padding-bottom: 2px;
}


/*----- movie -----*/
.movie .movie-ttl{
    text-align: center;
    color: #ff5a00;
    display: block;
    margin-bottom: 10px;
    font-size: 1.1em;
}

.movie{
    margin: 40px auto;
    width: 100%;
    max-width: 600px;
}
  
.movie .movie-block {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
  }

  .movie .movie-block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }
/*----- movie -----*/

.lp2408 .wrap a{
    margin: 0 auto;
    display: block;
    width: 100%;
}

.lp2408 .wrap a img{
    width: 100%;
}

.lp2408 .wrap a.link_law {
    display: block;
    width: fit-content;
    margin: 2em auto 0;
    text-decoration: underline;
}

/*----- FOOTER -----*/
.footer {
    background: #ededed;
    padding: 10px 0;
}

.footer .copy {
    font-size: 1rem;
    text-align: center;
}


/* SP */
@media only screen and (max-width: 820px) {

    /*----- movie -----*/
    .movie .movie-ttl{
        font-size: 1.0em;
    }

    .movie .movie-block {
        width: 100%;
        height: auto;
        aspect-ratio: 850 / 478;
        padding-bottom:0;
      }
    
      .movie .movie-block iframe{
        width: 100%;
        height: auto !important;
        aspect-ratio: 850 / 478;
      }
      /*----- movie -----*/


    /*----- FOOTER -----*/
    .footer {
        margin-top: 60px;
    }

    .footer .copy {
        font-size: 2.5vw;
    }

}

@media only screen and (max-width: 750px) {
    .pc-hide {
        display: block;
    }

    .sp-hide {
        display: none;
    }

    .lp2408 .wrap{
        padding: 15px;
    }

    .lp2408 img{
        width: 100%;
    }

    .lp2408 .wrap h1{
        margin: 0 auto 40px;
    }
}

@media only screen and (max-width: 480px) {
    .lp2408 .wrap h1{
        font-size: 1.1em;
        text-align: left;
    }

    .lp2408 .wrap h2{
        line-height: 1.6em;
    }

    .lp2408 .wrap h2, .lp2408 .wrap .f-b-red, .lp2408 .wrap h4, .lp2408 .wrap .f-b-red{
        font-size: 1.0em;
    }


}
