body {
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/*-----------------------
 wrap
-------------------------*/
.wrap {
    width: 960px;
    margin: 0 auto;
}

/*-----------------------
 header
-------------------------*/
header {
    width: 100%;
    height: 60px;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 999;
}

header .wrap {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
    /* justify-content: space-between; */
}

header .wrap .logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.logo-tx {
    font-size: 3rem;
    font-weight: bold;
    color: #E60000;
}

header .wrap .logo h1 {
    display: inline-block;
    margin-left: 2em;
    font-size: 1.4rem;
    font-weight: bold;
}

header .wrap .head_contact {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

header .wrap .head_contact a.head_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    color: #fff;
    font-weight: bold;
    background-color: #c60001;
    width: 155px;
    height: 39px;
    margin-left: 1em;
    border-radius: 5px;
}

header .wrap .head_contact a.head_btn:hover {
    opacity: 0.7;
}

header .wrap .head_contact .head_tels p:nth-of-type(1) {
    font-size: 2rem;
    line-height: 2.3rem;
    letter-spacing: 1px;
    font-weight: bold;
}

@media screen and (max-width:780px) {
    .logo-tx {
        font-size: 2rem;
        font-weight: bold;
    }
}

/*-----------------------
 section
-------------------------*/
section {
    padding: 0;
    margin: 0;
    clear: both;
    width: 100%;
    min-height: 100px;
}

section:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

section .wrap {
    /* background-color: #f3f3f3; */
    background-color: #fff;
}


/*-----------------------
 mv
-------------------------*/
section.mv>.header {
    background-color: #0096da;
    background-image: url("../images/mv_img.png");
    background-position: 95% bottom;
    background-repeat: no-repeat;
    background-size: auto auto;
    min-height: 410px;
    color: #fff;
    padding: 30px 30px 20px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

section.mv>.header p:nth-of-type(1) {
    font-size: 2.2rem;
    line-height: 2.3rem;
    margin-bottom: 1em;
    font-weight: bold;
}

section.mv>.header p:nth-of-type(1) span {
    position: relative;
}

section.mv>.header p:nth-of-type(1) span:before {
    content: "・・・・・";
    position: absolute;
    left: 0;
    top: -0.75em;
}

section.mv .header h2 {
    font-size: 4.8rem;
    letter-spacing: -3px;
    font-weight: bold;
    margin-bottom: 0.5em;
}

section.mv .header h2 span {
    font-size: 3rem;
    padding-left: 0.25em;
}

section.mv .header .mv_list {
    display: inline-block;
    clear: both;
    padding: 0.5em 2.5em;
    border: 2px solid #74d1fc;
    min-width: 562px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

section.mv .header .mv_list h3 {
    line-height: 3.6rem;
    font-size: 2.7rem;
    text-align: center;
    border-bottom: 2px solid #74d1fc;
    margin-bottom: 0.25em;
}

section.mv .header .mv_list ul {
    font-size: 2.1rem;
    line-height: 3.4rem;
}

section.mv .under h2 {
    background-color: #2846b4;
    text-align: center;
    color: #fff;
    font-size: 2.1rem;
    line-height: 3.4rem;
    font-weight: bold;
    padding: 5px 0;
}

section.mv .under h3 {
    font-size: 2.7rem;
    line-height: 3.4rem;
    text-align: center;
    font-weight: bold;
    margin: 1em 0;
}

section.mv .under.wrap {
    padding-bottom: 3em;
}

section.mv .under ul {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
}

section.mv .under ul li {
    width: 47%;
}

section.mv .under ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    font-size: 2.3rem;
    line-height: 3rem;
    border-radius: 10px;
    width: 100%;
    height: 96px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

section.mv .under ul li a .icon {
    padding: 0 1em;
}

section.mv .under ul li a:after {
    content: "＞";
    font-size: 3rem;
    position: absolute;
    right: 0.5em;
}

section.mv .under ul li:nth-of-type(1) a {
    background-color: #2846b4;
}

section.mv .under ul li:nth-of-type(2) a {
    background-color: #c60001;
}

section.mv .under ul li a:hover {
    opacity: 0.8;
}

p.linesns {
    padding-left: 26px;
    position: relative;
}

p.linesns a {
    padding: 0 0.5em;
    color: #00B900;
    font-weight: bold;
    text-decoration: underline;
}

p.linesns:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    display: block;
    background-image: url("../images/icon_linebt.png");
    background-size: cover;
    top: 0;
    left: 0;
}

h2.sc_title {
    background-color: #E60000;
    text-align: center;
    color: #fff;
    font-size: 2.1rem;
    line-height: 3.4rem;
    font-weight: bold;
    padding: 8px 0;
    position: relative;
    margin-bottom: 1.5em;
    font-family: "MS Mincho", sans-serif;
}

h2.sc_title:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    /* border-left:23px solid #fff;
  border-top:0px solid transparent;
  border-bottom:50px solid transparent; */
}

h2.sc_title:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    /* border-right:23px solid #fff;
  border-top:50px solid transparent;
  border-bottom:0px solid transparent; */
}

h3.underline {
    font-size: 2.4rem;
    line-height: 3rem;
    position: relative;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2em;
}

h3.underline:before {
    content: "";
    display: block;
    width: 218px;
    height: 1px;
    background-color: #2846b4;
    bottom: -0.5em;
    left: 50%;
    margin-left: -109px;
    position: absolute;
}

h3.no_underline {
    font-size: 2.7rem;
    line-height: 3.4rem;
    position: relative;
    font-weight: bold;
    text-align: center;
    clear: both;
    margin: 2em 0 1em 0;
}

section .wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

section.hajimete .inner {
    width: 635px;
    margin: 0 auto;
    padding-bottom: 2em;
}

section.hajimete .inner p {
    font-size: 1.8rem;
    line-height: 3rem;
    font-weight: bold;
}

section.hajimete .inner p strong {
    color: #c60001;
}

section.hajimete .bluebox {
    width: 90%;
    margin: 0 auto 3em auto;
    padding: 30px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #5cb6fa;
    text-align: center;
    border-radius: 20px;
}

section.hajimete .bluebox img {
    width: 100%;
    max-width: 812px;
    height: auto;
}


ul.merit_list {
    width: 90%;
    margin: 0 auto 3em auto;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.merit_list li {
    width: 48%;
    text-align: center;
    padding: 0.25em 0;
    border-radius: 10px;
    border: 1px solid #5cb6fa;
    background-color: #fff;
    font-size: 1.6rem;
    line-height: 3rem;
    margin-bottom: 1em;
    font-weight: bold;
}

.wbox {
    width: 90%;
    margin: 1em auto;
    padding: 1em 2em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #5cb6fa;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 200px;
}

.wbox .wchild {
    width: 100%;
    padding: 2em 0;
    min-height: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wbox .icon {
    display: block;
    width: 161px;
    height: auto;
    float: left;
    margin-right: 2em;
}

.wbox .icon img {
    width: 100%;
    max-width: 159px;
    height: auto;
    object-fit: cover;
}

.wbox .wchild p {
    font-size: 1.8rem;
    line-height: 3rem;
    font-weight: bold;
}

.wbox .wchild p:nth-of-type(1) {
    font-size: 2.2rem;
    line-height: 3rem;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.wbox .wchild strong {
    color: #c60001;
}

.wbox .wchild h4 {
    position: relative;
    font-size: 3.6rem;
    font-weight: bold;
    margin-bottom: 0.5em;
    z-index: 2;
    width: 100%;
}

.wbox .wchild h4:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -0.25em;
    left: 0;
    background-color: #96a4da;
    z-index: 3;
}

.wbox .wchild h4:before {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 2px;
    bottom: -0.25em;
    left: 0;
    background-color: #2846b4;
    z-index: 4;
}

ul.convert_btn_list {
    width: 90%;
    clear: both;
    margin: 0 auto 5em auto;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
}

ul.convert_btn_list li {
    width: 48%;
}

ul.convert_btn_list li a {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 130px;
    padding: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #2846b4;
    color: #fff;
    border-radius: 10px;
}

ul.convert_btn_list li a:hover {
    opacity: 0.8;
}

ul.convert_btn_list li a .icon {
    width: auto;
    height: 100%;
    display: block;
    margin-right: 1em;
    float: left;
    text-align: center;
}

ul.convert_btn_list li a .icon img {
    width: auto;
    height: 100%;
    max-height: 98px;
}

ul.convert_btn_list li a .child {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    font-weight: bold;
    display: block;
    text-align: center;
}

ul.convert_btn_list li a .child p:nth-of-type(1) {
    font-size: 1.8rem;
    line-height: 3rem;
}

ul.convert_btn_list li a h4 {
    font-size: 3.6rem;
    line-height: 1.2;
}

ul.convert_btn_list li a .child p:nth-last-of-type(1) {
    font-size: 1.6rem;
    line-height: 3rem;
}

ul.convert_btn_list li:nth-of-type(2) a {
    background-color: #c60001;
}

.wbox-w {
    width: 85%;
    border: 2px solid #2846b4;
    background-color: #fff;
    padding: 0;
    margin: 0 auto 1em auto;
}

.wbox-w:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.wbox-w h4 {
    font-size: 1.8rem;
    font-weight: bold;
    padding: 0.25em 0;
    line-height: 3rem;
    text-align: center;
    color: #2846b4;
    background-color: #eaeaea;
}

.wbox-w .left-box,
.wbox-w .right-box {
    width: 50%;
    min-height: 100px;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 1em;
    text-align: center;
    font-weight: bold;
}

.wbox-w .left-box {
    border-right: 1px solid #2846b4;
}

.wbox-w .left-box p,
.wbox-w .right-box p {
    color: #2846b4;
    font-size: 1.8rem;
    line-height: 3rem;
}

.wbox-w .left-box p.red,
.wbox-w .right-box p.red {
    color: #c60001;
}

.wbox-w .left-box p.black,
.wbox-w .right-box p.black {
    color: #000;
}

.wbox-w .left-box h5,
.wbox-w .right-box h5 {
    font-size: 4.8rem;
    line-height: 1.5;
}

.wbox-w .left-box h5 span,
.wbox-w .right-box h5 span {
    font-size: 3rem;
}

p.norikae_read {
    font-weight: bold;
    text-align: center;
    font-size: 1.8rem;
    clear: both;
    margin-bottom: 4em;
    color: #2846b4;
}

p.norikae_read strong {
    color: #c60001;
}

p.nagare_read {
    font-weight: bold;
    text-align: center;
    font-size: 2.4rem;
    line-height: 3rem;
    clear: both;
    margin-bottom: 1.5em;
    color: #2846b4;
}

p.nagare_read strong {
    color: #c60001;
}

ul.nagare_list {
    width: 66%;
    margin: 0 auto 3em auto;
    display: block;
}

ul.nagare_list li {
    clear: both;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: 126px;
    padding: 0;
    margin-bottom: 2em;
    background-color: #fff;
    border: 2px solid #2846b4;
}

ul.nagare_list li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

ul.nagare_list li div.child {
    width: 100%;
    height: 100%;
    min-height: 125px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    font-weight: bold;
}

ul.nagare_list li div.icon {
    width: 120px;
    min-width: 150px;
    height: auto;
    display: block;
    float: right;
    padding: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

ul.nagare_list li div.icon img {
    width: auto;
    height: 100%;
    max-height: 86px;
}

ul.nagare_list li div.child h3 {
    font-size: 2.4rem;
    line-height: 3rem;
    color: #2846b4;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 50px;
    border-bottom: 2px solid #2846b4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul.nagare_list li div.child h3 span {
    width: 55px;
    height: 50px;
    color: #fff;
    background-color: #2846b4;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1em;
}

ul.nagare_list li div.child p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin: 1em 2em;
}

p.contact_read {
    font-size: 2.4rem;
    line-height: 3rem;
    text-align: center;
    color: #000;
    font-weight: bold;
    margin-bottom: 1.5em;
}

#contact form dl {
    width: 60%;
    display: block;
    margin: 0 auto 3em auto;
    padding: 30px 40px 1em 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#contact form dl dt,
#contact form dl dd {
    clear: both;
    padding: 0 0 0.25em 0;
    width: 100%;
    color: #000;
}

#contact form dl dt {
    font-size: 1.4rem;
    line-height: 3rem;
}

#contact form dl dt i {
    font-size: 1rem;
    margin-left: 1em;
    font-weight: normal;
    color: red;
}

#contact form dl dd {
    margin-bottom: 2.0em;
}

#contact form dl dd input {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.25em;
    border: 1px solid #000;
}

#contact form dl dd input.short {
    width: 40%;
}

#contact form dl dd textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: auto;
    min-height: 7em;
}

#contact form dl dd:nth-last-of-type(1) {
    padding-top: 1em;
    text-align: center;
}

#contact form dl dd:nth-last-of-type(1) p {
    margin: 1em 0 0 0;
}

#contact form dl dd:nth-last-of-type(1) p a {
    color: #fff;
}

#contact form dl dd:nth-last-of-type(1) p a:hover {
    text-decoration: underline;
}

#contact form dl dd input[type=submit] {
    background-color: #c60001;
    color: #fff;
    border: none;
    width: 145px;
    display: block;
    margin: 0 auto;
    font-weight: bold;
}

/*----------------------
 page-top
-------------------------*/
#page-top {
    width: 40px;
    height: 40px;
    display: block;
    position: fixed;
    right: 5%;
    bottom: 5%;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 998;
}

#page-top img {
    width: 40px;
    height: 40px;
}

#page-top:hover {
    opacity: 0.8;
}

.sp {
    display: none !important;
}

.pc {
    display: inherit;
}


/*----------------------
 page-top
-------------------------*/
.l-footer {
    min-width: 960px;
    padding-top: 15px;
    text-align: center;
}

.l-footer .l-footer-navi {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.l-footer .sns-logo.wrap img {
    display: block;
    margin: 2em auto;
}

.l-footer .footer-nav.cf {
    width: 100%;
}

.l-footer ul.footer-navi-list.float-list {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.l-footer ul.footer-navi-list.float-list li a {
    padding: 0 1em;
}

.l-footer ul.footer-navi-list.float-list li {
    border-right: 1px solid #A9A9A9;
}

.l-footer ul.footer-navi-list.float-list li:nth-last-of-type(1) {
    border-right: none;
}



.l-copyright.wrap {
    width: 100%;
    text-align: center;
    background-color: #1f296a;
    padding: 0.5em 0;
}

.l-copyright.wrap p {
    color: #fff;
    font-size: 1rem;
}


@media screen and (max-width:960px) {
    header .wrap {
        width: 90%;
        margin: 0 auto;
    }

    .wrap,
    .l-footer,
    section .wrap {
        width: 100%;
        margin: 0 auto;
    }

    .l-footer {
        min-width: inherit;
    }

    #contact form dl {
        width: 70%;
        min-width: 393px;
        max-width: 393px;
    }

    .l-footer ul.footer-navi-list.float-list {
        border-collapse: collapse;
        border-spacing: 0;
        empty-cells: show;
        width: 96%;
        margin: 0 auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .l-footer ul.footer-navi-list.float-list li {
        padding: 0;
        min-width: 50%;
        width: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-right: none;
        border-top: 1px solid #A9A9A9;
        border-left: 1px solid #A9A9A9;
    }

    .l-footer ul.footer-navi-list.float-list li:nth-child(even) {
        border-right: 1px solid #A9A9A9;
    }

    .l-footer ul.footer-navi-list.float-list li a {
        padding: 1em 0;
        display: block;
        text-align: center;
        min-width: 100%;
    }

    .l-footer ul.footer-navi-list.float-list li:nth-last-of-type(1) {
        border-right: 1px solid #A9A9A9;
        border-bottom: 1px solid #A9A9A9;
        width: 100%;
    }


}

@media screen and (max-width:780px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    header .wrap .sp img {
        max-height: 40px;
        width: auto;
    }

    header .wrap .logo h1 {
        margin-left: 1em;
    }

    header .wrap .head_contact.sp a {
        margin-left: 1em;
    }

    section.mv .under ul li {
        width: 49%;
    }

    section.mv .under ul li a .icon {
        padding: 0 0.5em;
    }

    section.mv .under ul li a .icon img {
        width: auto;
        height: 50px;
    }

    section.mv .under ul li a {
        font-size: 1.6rem;
        line-height: 1.5;
        height: auto;
        padding: 0.5em;
    }

    section.mv .under ul li a:after {
        font-size: 2rem;
    }

    section.mv .header h2 {
        font-size: 3.6rem;
    }

    section.mv .header h2 span {
        font-size: 2.2rem;
        padding-left: 0.25em;
    }

    section.mv .header .mv_list {
        padding: 0.5em 1.5em;
        min-width: 70%;
    }

    h2.sc_title {
        font-size: 1.8rem;
    }

    h2.sc_title:before {
        /* border-left: 2.4vw solid #fff;
        border-top: 0px solid transparent;
        border-bottom: 50px solid transparent; */
    }

    h2.sc_title::after {
        /* border-right: 2.4vw solid #fff;
        border-top: 50px solid transparent;
        border-bottom: 0px solid transparent; */
    }

    section.mv .under h3 {
        font-size: 1.8rem;
        line-height: 1.5;
        margin: 1em 0;
    }

    h3.underline {
        font-size: 1.8rem;
    }

    h3.underline:before {
        content: "";
        display: block;
        width: 180px;
        margin-left: -90px;
    }

    section.hajimete .inner {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 2em;
    }

    section.hajimete .inner p {
        font-size: 1.6rem;
        line-height: 1.5;
    }

    ul.merit_list li {
        width: 49%;
        font-size: 1.4rem;
    }


    .wbox {
        padding: 1em;
        height: auto;
    }

    .wbox .icon {
        width: 120px;
        margin-right: 1em;
    }

    .wbox .wchild p:nth-of-type(1) {
        font-size: 1.6rem;
        line-height: 1.5;
    }

    .wbox .wchild h4 {
        font-size: 2.4rem;
    }

    .wbox .wchild p {
        font-size: 1.6rem;
        line-height: 1.5;
    }

    .wbox .wchild {
        padding: 0;
        min-height: inherit;
    }

    .wbox-w {
        width: 80%;
    }

    h3.no_underline {
        font-size: 1.8rem;
    }

    ul.convert_btn_list li {
        width: 49%;
    }

    ul.convert_btn_list li a {
        width: 100%;
        height: auto;
        padding: 0.5em;
    }

    ul.convert_btn_list li a .icon {
        margin-right: 0.5em;
    }

    ul.convert_btn_list li a .icon img {
        max-height: 50px;
    }

    ul.convert_btn_list li a .child p:nth-of-type(1) {
        font-size: 1.4rem;
        line-height: 1.5;
    }

    ul.convert_btn_list li a h4 {
        font-size: 1.8rem;
    }

    ul.convert_btn_list li a .child p:nth-last-of-type(1) {
        font-size: 1.2rem;
        line-height: 1.5;
    }

    .wbox-w .left-box p, .wbox-w .right-box p {
        font-size: 1.6rem;
        line-height: 1.5;
    }

    .wbox-w .left-box h5, .wbox-w .right-box h5 {
        font-size: 3rem;
        line-height: 1.5;
    }

    .wbox-w .left-box h5 span, .wbox-w .right-box h5 span {
        font-size: 2rem;
    }

    p.norikae_read {
        font-size: 1.6rem;
        margin-bottom: 3em;
    }

    ul.nagare_list {
        width: 80%;
        margin: 0 auto 3em auto;
        display: block;
    }

    ul.nagare_list li div.child h3 {
        font-size: 1.8rem;
        line-height: 1.5;
        height: auto;
    }

    ul.nagare_list li div.child h3 span {
        width: auto;
        height: auto;
        padding: 0.5em 1em;
    }

    ul.nagare_list li div.child p {
        font-size: 1.4rem;
        line-height: 1.5;
        margin: 1em;
    }

    ul.nagare_list li div.icon {
        width: auto;
        min-width: 110px;
        padding: 0.5em;
    }

    p.contact_read {
        font-size: 1.6rem;
        line-height: 1.5;
    }

}

@media screen and (max-width:600px) {
    header .wrap {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 100%;
        margin: 0 auto;
        width: 100%;
        padding: 0 5%;
    }

    header .wrap .logo img {
        max-width: 130px;
    }

    header .wrap .logo h1 {
        margin-left: 1em;
        font-size: 1rem;
        font-weight: normal;
    }

    header .wrap .sp img {
        max-height: 30px;
        width: auto;
    }

    header .wrap .head_contact.sp a {
        margin-left: 0.5em;
    }

    section.mv>.header {
        min-height: 420px;
        padding: 2em 1em;
        background-position: 95% 220px;
    }

    section.mv>.header p:nth-of-type(1) {
        font-size: 1.6rem;
        line-height: 2rem;
        margin-bottom: 1em;
    }

    section.mv .header h2 {
        font-size: 2.4rem;
    }

    section.mv .header h2 span {
        font-size: 1.6rem;
        padding-left: 0.25em;
    }

    section.mv .header .mv_list {
        padding: 0.5em;
        min-width: 90%;
        margin: 0 auto;
        display: block;
        width: 100%;
    }

    section.mv .header .mv_list h3 {
        line-height: 1.5;
        font-size: 1.6rem;
        text-align: center;
        border-bottom: 1px solid #74d1fc;
    }

    section.mv .header .mv_list ul li {
        font-size: 1.4rem;
        line-height: 1.5;
    }

    section.mv .under h2 {
        font-size: 1.6rem;
        line-height: 1.5;
    }

    section.mv .under h3 {
        font-size: 1.6rem;
    }

    section.mv .under ul {
        width: 90%;
        margin: 0 auto;
        display: block;
    }

    section.mv .under ul li {
        width: 85%;
        margin: 0 auto 1em auto;
    }

    section.mv .under ul li a .icon {
        min-width: 52px;
        text-align: center;
        padding: 0 0.5em;
    }

    h2.sc_title {
        font-size: 1.6rem;
        line-height: 1.2;
        padding: 0.25em 1em;
    }

    section.hajimete .inner p {
        font-size: 1.4rem;
        line-height: 1.5;
    }

    section.hajimete .bluebox {
        padding: 1em;
        border-radius: 1em;
    }

    h3.underline {
        font-size: 1.6rem;
        line-height: 2;
        margin-bottom: 1.5em;
    }

    h3.underline::before {
        bottom: -0.25em;
    }

    ul.merit_list {
        width: 90%;
        margin: 0 auto 3em auto;
        display: block;
    }

    ul.merit_list li {
        width: 100%;
    }

    .wbox {
        padding: 0.5em;
    }

    .wbox .icon {
        width: auto;
        margin-right: 0.5em;
    }

    .wbox .icon img {
        max-width: 50px;
    }

    .wbox .wchild p:nth-of-type(1) {
        font-size: 1.4rem;
    }

    .wbox .wchild h4 {
        font-size: 1.8rem;
    }

    .wbox .wchild p {
        font-size: 1.4rem;
    }

    .wbox .wchild p br {
        display: none;
    }

    ul.convert_btn_list {
        margin: 0 auto 3em auto;
        display: block;
    }

    ul.convert_btn_list li {
        width: 85%;
        margin: 0 auto 1em auto;
    }

    ul.convert_btn_list li a {
        padding: 0.5em 1em;
    }

    .wbox-w h4 {
        font-size: 1.6rem;
        line-height: 1.5;
    }

    .wbox-w .left-box, .wbox-w .right-box {
        clear: both;
        width: 100%;
        min-height: 100px;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 1em;
        text-align: center;
        font-weight: bold;
    }

    .wbox-w .left-box {
        border-bottom: 1px solid #2846b4;
        border-right: none;
    }

    .wbox-w .left-box p, .wbox-w .right-box p {
        font-size: 1.4rem;
    }

    .wbox-w .left-box h5, .wbox-w .right-box h5 {
        font-size: 2rem;
        line-height: 1.5;
    }

    .wbox-w .left-box h5 span, .wbox-w .right-box h5 span {
        font-size: 1.4rem;
    }

    p.norikae_read {
        font-size: 1.4rem;
    }

    p.nagare_read {
        font-size: 1.6rem;
        line-height: 1.5;
    }

    ul.nagare_list {
        width: 90%;
        margin: 0 auto 3em auto;
        display: block;
    }

    ul.nagare_list li div.icon {
        width: auto;
        min-width: 70px;
        padding: 0.5em;
    }

    ul.nagare_list li div.icon img {
        width: auto;
        height: 100%;
        max-height: 50px;
    }

    ul.nagare_list li div.child h3 {
        font-size: 1.6rem;
        line-height: 1.5;
        height: auto;
    }

    ul.nagare_list li div.child p {
        font-size: 1.4rem;
        line-height: 1.5;
        margin: 0.5em;
    }

    ul.nagare_list li {
        min-height: inherit;
    }

    p.contact_read {
        font-size: 1.4rem;
        line-height: 1.5;
        padding: 0;
        max-width: 100%;
    }

    #contact form dl {
        width: 90%;
        margin: 0 auto 3em auto;
        min-width: inherit;
        max-width: inherit;
        padding: 1em 2em;
    }

}

@media screen and (max-width:320px) {
    header .wrap .logo img {
        max-width: 100px;
    }

    header .wrap .sp img {
        max-height: 20px;
        width: auto;
    }

    section.mv .header .mv_list ul li {
        font-size: 1.2rem;
    }

    section.mv .under h2 {
        font-size: 1.3rem;
        line-height: 1.5;
    }

    section.mv .under ul li {
        width: 100%;
        margin: 0 auto 1em auto;
    }

    ul.convert_btn_list li {
        width: 100%;
        margin: 0 auto 1em auto;
    }

    p.norikae_read {
        font-size: 1.2rem;
    }

    .wbox-w h4 {
        font-size: 1.4rem;
        line-height: 1.5;
    }

    ul.nagare_list li div.child h3 {
        font-size: 1.4rem;
        line-height: 1.5;
        height: auto;
    }

    .l-footer ul.footer-navi-list.float-list li a {
        font-size: 1.2rem;
    }
}

.pri-titl {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 15px;
    color: #000;
}

.privacy-policy-box {
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 20px;
    /* background-color: #f9f9f9; */
}

.privacy-policy-content {
    font-size: 14px;
    line-height: 1.5em;
    color: #000;
}

.privacy-policy-content h3 {
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
    text-align: center;
}

.privacy-policy-content h4 {
    font-size: 16px;
    color: #df6121;
    margin: 15px 0 10px;
}

.privacy-policy-content h5 {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 5px;
}

.privacy-policy-content p,
.privacy-policy-content ul {
    margin-bottom: 10px;
}

.privacy-policy-content ul {
    padding-left: 20px;
}