@charset "utf-8";

* {
    box-sizing: border-box;
    word-wrap: break-word
}

html {
    font-size: 62.5%;
    line-height: 1.6;
}

body {
    min-width: 1220px;
    margin: 0;
    padding: 0;
    text-align: center;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
}

@media only screen and (max-width:599px) {
    body {
        min-width: 0;
    }
}


#slide,
.slide {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}


h1,
h2,
h3,
p,
ul,
li,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3 {
    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;
}

.afs8 {
    font-size: 1.06rem;
}

.afs9 {
    font-size: 1.2rem;
}

.afs10 {
    font-size: 1.33rem;
}

.afs105 {
    font-size: 1.4rem;
}

.afs11 {
    font-size: 1.46rem;
}

.afs12 {
    font-size: 1.6rem;
}

.afs13 {
    font-size: 1.73rem;
}

.afs14 {
    font-size: 1.86rem;
}

.afs15 {
    font-size: 2rem;
}

.afs16 {
    font-size: 2.13rem;
}

.afs17 {
    font-size: 2.26rem;
}

.afs18 {
    font-size: 2.39rem;
}

.afs19 {
    font-size: 2.53rem;
}

.afs20 {
    font-size: 2.66rem;
}

.afs21 {
    font-size: 2.8rem;
}

.afs22 {
    font-size: 2.92rem;
}

.afs23 {
    font-size: 3.05rem;
}

.afs24 {
    font-size: 3.2rem;
}

.afs25 {
    font-size: 3.32rem;
}

.afs26 {
    font-size: 3.45rem;
}

.afs27 {
    font-size: 3.6rem;
}

.afs28 {
    font-size: 3.72rem;
}

.afs29 {
    font-size: 3.85rem;
}

.afs30 {
    font-size: 4rem;
}

.afs32 {
    font-size: 4.26rem;
}

.afs34 {
    font-size: 4.53rem;
}

@media only screen and (max-width: 599px) {

    .afs13,
    .afs14,
    .afs15,
    .afs16,
    .afs17 {
        font-size: 14px;
    }

    .afs18,
    .afs19,
    .afs20,
    .afs21,
    .afs22 {
        font-size: 16px;
    }

    .afs23,
    .afs24,
    .afs25,
    .afs26,
    .afs27 {
        font-size: 20px;
    }

    .afs28,
    .afs29,
    .afs30 {
        font-size: 24px;
    }

    .afs32,
    .afs34 {
        font-size: 26px;
    }

}

.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;
}


.pl10,
h1.pl10,
h2.pl10,
h3.pl10,
h4.pl10,
p.pl10,
table.pl10,
th.pl10,
td.pl10,
ul.pl10,
li.pl10 {
    padding-left: 10px;
}

.pageNum a {
    display: inline;
    font-size: 13px;
}

.inline-a {
    display: inline;
}

br.brad {
    display: none;
}

span.spanad2 {
    display: none;
}

@media only screen and (max-width:599px) {
    br.brad {
        display: block;
    }

    br.brad2 {
        display: none;
    }

    span.spanad {
        display: none;
    }

    span.spanad2 {
        display: inline;
    }
}