@charset "utf-8";

* {
    box-sizing: border-box;
    word-wrap: break-word
}

html {
    font-size: 62.5%;
    line-height: 1.6;
}

body {
    margin: 0;
}

#slide,
.slide {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}


h1,
h2,
h3,
h4,
p,
ul,
li,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4 {
    font-weight: normal;
}


table {
    border-collapse: collapse;
    border-spacing: 0;
}

table th,
table td {
    padding: 0;
    font-weight: normal;
    vertical-align: top;
    text-align: left;
}


img {
    border: none;
    vertical-align: bottom;
    backface-visibility: hidden;
}

@media only screen and (max-width:599px) {
    img {
        max-width: 100%;
        height: auto;
    }
}


a {
    display: block;
    color: rgb(38, 38, 38);
    overflow: hidden;
    outline: none;
    text-decoration: none;
    transition: .3s
}

a:hover {
    opacity: .6
}

.flex-style {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-style-smp {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (max-width: 599px) {
    .flex-style-smp {
        display: block;
    }
}

.fstart {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.fcenter {
    -webkit-justify-content: center;
    justify-content: center;
}
.ait {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.aic {
    -webkit-align-items: center;
    align-items: center;
}

.aib {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.yug {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
}

.yum {
    font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

.bold {
    font-weight: bold;
}

.fs10 {
    font-size: 1rem;
}
.fs11 {
    font-size: 1.1rem;
}

.fs12 {
    font-size: 1.2rem;
}

.fs13 {
    font-size: 1.3rem;
}

.fs14 {
    font-size: 1.4rem;
}


.fs16 {
    font-size: 1.6rem;
}


.fs18 {
    font-size: 1.8rem;
}

.fs20 {
    font-size: 2rem;
}


.fs22 {
    font-size: 2.2rem;
}

.fs24 {
    font-size: 2.4rem;
}

.fs26 {
    font-size: 2.6rem;
}

.fs30 {
    font-size: 3rem;
}

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

    .fs13,
    .fs14,
    .fs16 {
        font-size: 14px;
    }

    .fs18,
    .fs20,
    .fs22 {
        font-size: 16px;
    }

    .fs24,
    .fs26 {
        font-size: 20px;
    }

    .fs28,
    .fs30 {
        font-size: 24px;
    }
}

.tac,
h1.tac,
h2.tac,
h3.tac,
h4.tac,
p.tac,
table.tac,
th.tac,
td.tac,
ul.tac,
li.tac {
    text-align: center;
}

.tal,
h1.tal,
h2.tal,
h3.tal,
h4.tal,
p.tal,
table.tal,
th.tal,
td.tal,
ul.tal,
li.tal {
    text-align: left;
}

.tar,
h1.tar,
h2.tar,
h3.tar,
h4.tar,
p.tar,
table.tar,
th.tar,
td.tar,
ul.tar,
li.tar {
    text-align: right;
}

.ma {
    margin: 0 auto;
}

.mb10,
h1.mb10,
h2.mb10,
h3.mb10,
h4.mb10,
p.mb10,
table.mb10,
th.mb10,
td.mb10,
ul.mb10,
li.mb10 {
    margin-bottom: 10px;
}

.mb15,
h1.mb15,
h2.mb15,
h3.mb15,
h4.mb15,
p.mb15,
table.mb15,
th.mb15,
td.mb15,
ul.mb15,
li.mb15 {
    margin-bottom: 15px;
}

.mb20,
h1.mb20,
h2.mb20,
h3.mb20,
h4.mb20,
p.mb20,
table.mb20,
th.mb20,
td.mb20,
ul.mb20,
li.mb20 {
    margin-bottom: 20px;
}

.mb25,
h1.mb25,
h2.mb25,
h3.mb25,
h4.mb25,
p.mb25,
table.mb25,
th.mb25,
td.mb25,
ul.mb25,
li.mb25 {
    margin-bottom: 25px;
}

.mb30,
h1.mb30,
h2.mb30,
h3.mb30,
h4.mb30,
p.mb30,
table.mb30,
th.mb30,
td.mb30,
ul.mb30,
li.mb30 {
    margin-bottom: 30px;
}

.mb40,
h1.mb40,
h2.mb40,
h3.mb40,
h4.mb40,
p.mb40,
table.mb40,
th.mb40,
td.mb40,
ul.mb40,
li.mb40 {
    margin-bottom: 40px;
}


.mb50,
h1.mb50,
h2.mb50,
h3.mb50,
h4.mb50,
p.mb50,
table.mb50,
th.mb50,
td.mb50,
ul.mb50,
li.mb50 {
    margin-bottom: 50px;
}


.mb60,
.mb60,
h1.mb60,
h2.mb60,
h3.mb60,
h4.mb60,
p.mb60,
table.mb60,
th.mb60,
td.mb60,
ul.mb60,
li.mb60 {
    margin-bottom: 60px;
}

.mb70,
.mb70,
h1.mb70,
h2.mb70,
h3.mb70,
h4.mb70,
p.mb70,
table.mb70,
th.mb70,
td.mb70,
ul.mb70,
li.mb70 {
    margin-bottom: 70px;
}

.mb80,
h1.mb80,
h2.mb80,
h3.mb80,
h4.mb80,
p.mb80,
table.mb80,
th.mb80,
td.mb80,
ul.mb80,
li.mb80 {
    margin-bottom: 80px;
}

.mb100,
h1.mb100,
h2.mb100,
h3.mb100,
h4.mb100,
p.mb100,
table.mb100,
th.mb100,
td.mb100,
ul.mb100,
li.mb100 {
    margin-bottom: 100px;
}

.mb150,
h1.mb150,
h2.mb150,
h3.mb150,
h4.mb150,
p.mb150,
table.mb150,
th.mb150,
td.mb150,
ul.mb150,
li.mb150 {
    margin-bottom: 150px;
}
@media only screen and (max-width: 599px) {
    
    .mb15,
    h1.mb15,
    h2.mb15,
    h3.mb15,
    h4.mb15,
    p.mb15,
    table.mb15,
    th.mb15,
    td.mb15,
    ul.mb15,
    li.mb15,
    .mb20,
    h1.mb20,
    h2.mb20,
    h3.mb20,
    h4.mb20,
    p.mb20,
    table.mb20,
    th.mb20,
    td.mb20,
    ul.mb20,
    li.mb20 {
        margin-bottom: 10px;
    }
    
    .mb25,
    h1.mb25,
    h2.mb25,
    h3.mb25,
    h4.mb25,
    p.mb25,
    table.mb25,
    th.mb25,
    td.mb25,
    ul.mb25,
    li.mb25,    
    .mb30,
    h1.mb30,
    h2.mb30,
    h3.mb30,
    h4.mb30,
    p.mb30,
    table.mb30,
    th.mb30,
    td.mb30,
    ul.mb30,
    li.mb30 {
        margin-bottom: 15px;
    }
    
    .mb40,
    h1.mb40,
    h2.mb40,
    h3.mb40,
    h4.mb40,
    p.mb40,
    table.mb40,
    th.mb40,
    td.mb40,
    ul.mb40,
    li.mb40 {
        margin-bottom: 20px;
    }
    
    
    .mb50,
    h1.mb50,
    h2.mb50,
    h3.mb50,
    h4.mb50,
    p.mb50,
    table.mb50,
    th.mb50,
    td.mb50,
    ul.mb50,
    li.mb50 {
        margin-bottom: 25px;
    }
    
    
    .mb60,
    .mb60,
    h1.mb60,
    h2.mb60,
    h3.mb60,
    h4.mb60,
    p.mb60,
    table.mb60,
    th.mb60,
    td.mb60,
    ul.mb60,
    li.mb60 {
        margin-bottom: 30px;
    }
    
    .mb70,
    .mb70,
    h1.mb70,
    h2.mb70,
    h3.mb70,
    h4.mb70,
    p.mb70,
    table.mb70,
    th.mb70,
    td.mb70,
    ul.mb70,
    li.mb70 {
        margin-bottom: 35px;
    }
    
    .mb80,
    h1.mb80,
    h2.mb80,
    h3.mb80,
    h4.mb80,
    p.mb80,
    table.mb80,
    th.mb80,
    td.mb80,
    ul.mb80,
    li.mb80 {
        margin-bottom: 40px;
    }
    
    .mb100,
    h1.mb100,
    h2.mb100,
    h3.mb100,
    h4.mb100,
    p.mb100,
    table.mb100,
    th.mb100,
    td.mb100,
    ul.mb100,
    li.mb100 {
        margin-bottom: 50px;
    }
    
    .mb150,
    h1.mb150,
    h2.mb150,
    h3.mb150,
    h4.mb150,
    p.mb150,
    table.mb150,
    th.mb150,
    td.mb150,
    ul.mb150,
    li.mb150 {
        margin-bottom: 75px;
    }
}

.pl10,
h1.pl10,
h2.pl10,
h3.pl10,
h4.pl10,
p.pl10,
table.pl10,
th.pl10,
td.pl10,
ul.pl10,
li.pl10 {
    padding-left: 10px;
}


.pl1em,
h1.pl1em,
h2.pl1em,
h3.pl1em,
h4.pl1em,
p.pl1em,
table.pl1em,
th.pl1em,
td.pl1em,
ul.pl1em,
li.pl1em {
    padding-left: 1em;
}

.pageNum a {
    display: inline;
    font-size: 13px;
}

.inline-a {
    display: inline;
}
br.br-ad {
    display: none;
}

@media only screen and (max-width:599px) {
    br.br-ad {
        display: block;
    }
    span.span-ad {
        display: none;
    }
}
