@import url("fontawesome-all.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600|Arvo:700");

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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
mark,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

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

body {
    -webkit-text-size-adjust: none;
}

mark {
    background-color: transparent;
    color: inherit;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input,
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

/* Basic */

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    background: #f0f0f0;
}

body.is-preload *,
body.is-preload *:before,
body.is-preload *:after {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

body,
input,
textarea,
select {
    font-family: Yu Gothic Medium”, “游ゴシック Medium”, YuGothic, “游ゴシック体, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 300;
    color: #111;
    line-height: 1.65em;
    font-size: 15.5pt;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    text-transform: uppercase;
    color: #666;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none;
    border: 0;
}

h2 {
    font-size: 1.60em;
    font-weight: 400;
    letter-spacing: 4px;
    margin: 0 0 1.5em 0;
    line-height: 1.75em;
}

h3 {
    font-size: 1.5em;
    letter-spacing: 3px;
    color: #666;
    margin: 0 0 1.5em 0;
    line-height: 1.75em;
}

a {
    -moz-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
    color: #444;
    text-decoration: none;
    border-bottom: solid 1px #ddd;
}

a mark {
    -moz-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
}

a:hover {
    color: #2a590b;
    border-bottom-color: rgba(255, 255, 255, 0);
}

a:hover mark {
    color: #2a590b;
}


    /* adjusting jump links */

    .box2 .anchor{
    display: block;
    padding-top: 40px;
    margin-top: -40px;
}



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

    .box2 .anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
}


mark,
b {
    font-weight: 600;
    color: #111;
}

em,
i {
    font-style: italic;
}

sub {
    position: relative;
    top: 0.5em;
    font-size: 0.8em;
}

sup {
    position: relative;
    top: -0.5em;
    font-size: 0.8em;
}

hr {
    border: 0;
    border-top: solid 1px #999
    margin-top: 35px;
    margin-bottom: 30px;
}

blockquote {
    border-left: solid 0.5em #ddd;
    padding: 1em 0 1em 2em;
    font-style: italic;
}

p {
    text-align: left;
        margin: 2em 0 3em;

    line-height: 2.0em;
    color: #111;
    font-weight: 500;
    margin-bottom: 3em;
}

p.mid {
    font-size: 1.2em;
    margin-bottom: 0.1em;
}

p.large {
    font-size: 1.2em;
    margin-bottom: 1em;
}

ul,
ol,
dl,
table,
blockquote {
    margin-bottom: 2em;
}

br.clear {
    clear: both;
}

/* Marker */
mark {
    font-color: #111;
    font-weight: bold;
    background-color: #ff9;

}
/* Marker Pink */
.marker-p{
background:linear-gradient(transparent 85%, #c7ffc1 85%);
font-weight:bold; 
}

/* Marker Yellow */
.marker-y{
 background: linear-gradient(transparent 85%, #fff799 85%);
font-weight: bold; 
}

/* Marker Blue */
.marker-b{
 background: linear-gradient(transparent 85%, #c1e0ff 85%);
font-weight: bold; 
}

.white {
    color: #fff;
    text-shadow: 3px 3px 2px black;
}

.red {
    color: #35730e;
}

.blue {
    color: #3399ff;
}

.grey{
    color: #666;
}

/* chart.js */ 
.canvas-container {
    position: relative;
    width:  calc(100% - 40px);
    height: 400px;
    overflow: hidden;
    margin:20px;
}
.pink { 
 color: #ffc1e0;
}


.lightpink { 
 color: #ff6a6a;
}


/* breadcrumb */

.breadcrumb {
    margin: 0;
    padding: 1.1em 0em;
    list-style: none;
    overflow: hidden;
}

.breadcrumb li {
    display: inline;
    /*横に並ぶように*/
    list-style: none;
}

.breadcrumb li:after {
    /* >を表示*/
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f101";
    padding: 0 0.2em;
    color: #666;
}

.breadcrumb li:last-child:after {
    content: '';
}

.breadcrumb li a {
    text-decoration: none;
    color: #666;
}

.breadcrumb li:first-child a:before {
    /*家アイコンに*/
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f015";
    font-size: 1.0em;
}

.breadcrumb li a:hover {
    text-decoration: underline;
}

.sidebar-ad {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}

/* 折り返し */

.title { 
    text-align: center; 
}

.text { 
    display: inline-block; 
}


/* ページトップへ */

#page-top{
    position: fixed;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    min-width: 50px;
    min-height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    bottom: 8%;
    right: 2%;
}


/* Box-title */

.box-b {
    margin: 2em 0;
    background: #35730e;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box-b .box-title {
    font-size: 1.4em;
    background: #35730e;
    padding: 14px 10px;
    margin: 0 0 0 0.5em;
    text-align: left;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box-b p {
    padding: 15px 20px;
    margin: 0;
}

/* Box */

.box1 {
    position: relative;
    margin: 2em 0 3em;
    padding: 0.5em 1em;
    border: solid 3px #35730e;
    border-radius: 8px;
    margin-bottom: 3em;
}
.box1 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #35730e;
    font-weight: bold;
}
.box1 p {
    margin: 0; 
    padding: 0;
}

.box1 ul {
    margin: 0; 
    padding: 20px;
}

.box2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #232323;
    background: #fff8e8;
    border-left: solid 10px #c5d826;
}
.box2 p {
    margin: 0; 
    padding: 0;
}
.box2 h4 {
    font-size: 20px;
    margin: 0 1em 0em 0;
    text-align: left;
}

/* Container */

.container {
    margin: 0 auto;
    max-width: 100%;
    width: 70em;
}

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

    .container {
        width: 68em;
    }

}

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

    .container {
        width: calc(100% - 80px);
    }

}

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

    .container {
        width: calc(100% - 100px);
    }

}

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

    .container {
        width: calc(100% - 40px);
    }

}

/* Row */

.row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
}

.row>* {
    box-sizing: border-box;
}

.row.gtr-uniform>*> :last-child {
    margin-bottom: 0;
}

.row.aln-left {
    justify-content: flex-start;
}

.row.aln-center {
    justify-content: center;
}

.row.aln-right {
    justify-content: flex-end;
}

.row.aln-top {
    align-items: flex-start;
}

.row.aln-middle {
    align-items: center;
}

.row.aln-bottom {
    align-items: flex-end;
}

.row>.imp {
    order: -1;
}

.row>.col-1 {
    width: 8.33333%;
}

.row>.off-1 {
    margin-left: 8.33333%;
}

.row>.col-2 {
    width: 16.66667%;
}

.row>.off-2 {
    margin-left: 16.66667%;
}

.row>.col-3 {
    width: 25%;
}

.row>.off-3 {
    margin-left: 25%;
}

.row>.col-4 {
    width: 33.33333%;
}

.row>.off-4 {
    margin-left: 33.33333%;
}

.row>.col-5 {
    width: 41.66667%;
}

.row>.off-5 {
    margin-left: 41.66667%;
}

.row>.col-6 {
    width: 50%;
}

.row>.off-6 {
    margin-left: 50%;
}

.row>.col-7 {
    width: 58.33333%;
}

.row>.off-7 {
    margin-left: 58.33333%;
}

.row>.col-8 {
    width: 66.66667%;
}

.row>.off-8 {
    margin-left: 66.66667%;
}

.row>.col-9 {
    width: 75%;
}

.row>.off-9 {
    margin-left: 75%;
}

.row>.col-10 {
    width: 83.33333%;
}

.row>.off-10 {
    margin-left: 83.33333%;
}

.row>.col-11 {
    width: 91.66667%;
}

.row>.off-11 {
    margin-left: 91.66667%;
}

.row>.col-12 {
    width: 100%;
}

.row>.off-12 {
    margin-left: 100%;
}

.row.gtr-0 {
    margin-top: 0px;
    margin-left: 0px;
}

.row.gtr-0>* {
    padding: 0px 0 0 0px;
}

.row.gtr-0.gtr-uniform {
    margin-top: 0px;
}

.row.gtr-0.gtr-uniform>* {
    padding-top: 0px;
}

.row.gtr-25 {
    margin-top: -12.5px;
    margin-left: -12.5px;
}

.row.gtr-25>* {
    padding: 12.5px 0 0 12.5px;
}

.row.gtr-25.gtr-uniform {
    margin-top: -12.5px;
}

.row.gtr-25.gtr-uniform>* {
    padding-top: 12.5px;
}

.row.gtr-50 {
    margin-top: -25px;
    margin-left: -25px;
}

.row.gtr-50>* {
    padding: 25px 0 0 25px;
}

.row.gtr-50.gtr-uniform {
    margin-top: -25px;
}

.row.gtr-50.gtr-uniform>* {
    padding-top: 25px;
}

.row {
    margin-top: -50px;
    margin-left: -50px;
}

.row>* {
    padding: 50px 0 0 50px;
}

.row.gtr-uniform {
    margin-top: -50px;
}

.row.gtr-uniform>* {
    padding-top: 50px;
}

.row.gtr-150 {
    margin-top: -75px;
    margin-left: -75px;
}

.row.gtr-150>* {
    padding: 75px 0 0 75px;
}

.row.gtr-150.gtr-uniform {
    margin-top: -75px;
}

.row.gtr-150.gtr-uniform>* {
    padding-top: 75px;
}

.row.gtr-200 {
    margin-top: -100px;
    margin-left: -100px;
}

.row.gtr-200>* {
    padding: 100px 0 0 100px;
}

.row.gtr-200.gtr-uniform {
    margin-top: -100px;
}

.row.gtr-200.gtr-uniform>* {
    padding-top: 100px;
}

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

    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }

    .row>* {
        box-sizing: border-box;
    }

    .row.gtr-uniform>*> :last-child {
        margin-bottom: 0;
    }

    .row.aln-left {
        justify-content: flex-start;
    }

    .row.aln-center {
        justify-content: center;
    }

    .row.aln-right {
        justify-content: flex-end;
    }

    .row.aln-top {
        align-items: flex-start;
    }

    .row.aln-middle {
        align-items: center;
    }

    .row.aln-bottom {
        align-items: flex-end;
    }

    .row>.imp-xlarge {
        order: -1;
    }

    .row>.col-1-xlarge {
        width: 8.33333%;
    }

    .row>.off-1-xlarge {
        margin-left: 8.33333%;
    }

    .row>.col-2-xlarge {
        width: 16.66667%;
    }

    .row>.off-2-xlarge {
        margin-left: 16.66667%;
    }

    .row>.col-3-xlarge {
        width: 25%;
    }

    .row>.off-3-xlarge {
        margin-left: 25%;
    }

    .row>.col-4-xlarge {
        width: 33.33333%;
    }

    .row>.off-4-xlarge {
        margin-left: 33.33333%;
    }

    .row>.col-5-xlarge {
        width: 41.66667%;
    }

    .row>.off-5-xlarge {
        margin-left: 41.66667%;
    }

    .row>.col-6-xlarge {
        width: 50%;
    }

    .row>.off-6-xlarge {
        margin-left: 50%;
    }

    .row>.col-7-xlarge {
        width: 58.33333%;
    }

    .row>.off-7-xlarge {
        margin-left: 58.33333%;
    }

    .row>.col-8-xlarge {
        width: 66.66667%;
    }

    .row>.off-8-xlarge {
        margin-left: 66.66667%;
    }

    .row>.col-9-xlarge {
        width: 75%;
    }

    .row>.off-9-xlarge {
        margin-left: 75%;
    }

    .row>.col-10-xlarge {
        width: 83.33333%;
    }

    .row>.off-10-xlarge {
        margin-left: 83.33333%;
    }

    .row>.col-11-xlarge {
        width: 91.66667%;
    }

    .row>.off-11-xlarge {
        margin-left: 91.66667%;
    }

    .row>.col-12-xlarge {
        width: 100%;
    }

    .row>.off-12-xlarge {
        margin-left: 100%;
    }

    .row.gtr-0 {
        margin-top: 0px;
        margin-left: 0px;
    }

    .row.gtr-0>* {
        padding: 0px 0 0 0px;
    }

    .row.gtr-0.gtr-uniform {
        margin-top: 0px;
    }

    .row.gtr-0.gtr-uniform>* {
        padding-top: 0px;
    }

    .row.gtr-25 {
        margin-top: -12.5px;
        margin-left: -12.5px;
    }

    .row.gtr-25>* {
        padding: 12.5px 0 0 12.5px;
    }

    .row.gtr-25.gtr-uniform {
        margin-top: -12.5px;
    }

    .row.gtr-25.gtr-uniform>* {
        padding-top: 12.5px;
    }

    .row.gtr-50 {
        margin-top: -25px;
        margin-left: -25px;
    }

    .row.gtr-50>* {
        padding: 25px 0 0 25px;
    }

    .row.gtr-50.gtr-uniform {
        margin-top: -25px;
    }

    .row.gtr-50.gtr-uniform>* {
        padding-top: 25px;
    }

    .row {
        margin-top: -50px;
        margin-left: -50px;
    }

    .row>* {
        padding: 50px 0 0 50px;
    }

    .row.gtr-uniform {
        margin-top: -50px;
    }

    .row.gtr-uniform>* {
        padding-top: 50px;
    }

    .row.gtr-150 {
        margin-top: -75px;
        margin-left: -75px;
    }

    .row.gtr-150>* {
        padding: 75px 0 0 75px;
    }

    .row.gtr-150.gtr-uniform {
        margin-top: -75px;
    }

    .row.gtr-150.gtr-uniform>* {
        padding-top: 75px;
    }

    .row.gtr-200 {
        margin-top: -100px;
        margin-left: -100px;
    }

    .row.gtr-200>* {
        padding: 100px 0 0 100px;
    }

    .row.gtr-200.gtr-uniform {
        margin-top: -100px;
    }

    .row.gtr-200.gtr-uniform>* {
        padding-top: 100px;
    }

}

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

    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }

    .row>* {
        box-sizing: border-box;
    }

    .row.gtr-uniform>*> :last-child {
        margin-bottom: 0;
    }

    .row.aln-left {
        justify-content: flex-start;
    }

    .row.aln-center {
        justify-content: center;
    }

    .row.aln-right {
        justify-content: flex-end;
    }

    .row.aln-top {
        align-items: flex-start;
    }

    .row.aln-middle {
        align-items: center;
    }

    .row.aln-bottom {
        align-items: flex-end;
    }

    .row>.imp-large {
        order: -1;
    }

    .row>.col-1-large {
        width: 8.33333%;
    }

    .row>.off-1-large {
        margin-left: 8.33333%;
    }

    .row>.col-2-large {
        width: 16.66667%;
    }

    .row>.off-2-large {
        margin-left: 16.66667%;
    }

    .row>.col-3-large {
        width: 25%;
    }

    .row>.off-3-large {
        margin-left: 25%;
    }

    .row>.col-4-large {
        width: 33.33333%;
    }

    .row>.off-4-large {
        margin-left: 33.33333%;
    }

    .row>.col-5-large {
        width: 41.66667%;
    }

    .row>.off-5-large {
        margin-left: 41.66667%;
    }

    .row>.col-6-large {
        width: 50%;
    }

    .row>.off-6-large {
        margin-left: 50%;
    }

    .row>.col-7-large {
        width: 58.33333%;
    }

    .row>.off-7-large {
        margin-left: 58.33333%;
    }

    .row>.col-8-large {
        width: 66.66667%;
    }

    .row>.off-8-large {
        margin-left: 66.66667%;
    }

    .row>.col-9-large {
        width: 75%;
    }

    .row>.off-9-large {
        margin-left: 75%;
    }

    .row>.col-10-large {
        width: 83.33333%;
    }

    .row>.off-10-large {
        margin-left: 83.33333%;
    }

    .row>.col-11-large {
        width: 91.66667%;
    }

    .row>.off-11-large {
        margin-left: 91.66667%;
    }

    .row>.col-12-large {
        width: 100%;
    }

    .row>.off-12-large {
        margin-left: 100%;
    }

    .row.gtr-0 {
        margin-top: 0px;
        margin-left: 0px;
    }

    .row.gtr-0>* {
        padding: 0px 0 0 0px;
    }

    .row.gtr-0.gtr-uniform {
        margin-top: 0px;
    }

    .row.gtr-0.gtr-uniform>* {
        padding-top: 0px;
    }

    .row.gtr-25 {
        margin-top: -10px;
        margin-left: -10px;
    }

    .row.gtr-25>* {
        padding: 10px 0 0 10px;
    }

    .row.gtr-25.gtr-uniform {
        margin-top: -10px;
    }

    .row.gtr-25.gtr-uniform>* {
        padding-top: 10px;
    }

    .row.gtr-50 {
        margin-top: -20px;
        margin-left: -20px;
    }

    .row.gtr-50>* {
        padding: 20px 0 0 20px;
    }

    .row.gtr-50.gtr-uniform {
        margin-top: -20px;
    }

    .row.gtr-50.gtr-uniform>* {
        padding-top: 20px;
    }

    .row {
        margin-top: -40px;
        margin-left: -40px;
    }

    .row>* {
        padding: 40px 0 0 40px;
    }

    .row.gtr-uniform {
        margin-top: -40px;
    }

    .row.gtr-uniform>* {
        padding-top: 40px;
    }

    .row.gtr-150 {
        margin-top: -60px;
        margin-left: -60px;
    }

    .row.gtr-150>* {
        padding: 60px 0 0 60px;
    }

    .row.gtr-150.gtr-uniform {
        margin-top: -60px;
    }

    .row.gtr-150.gtr-uniform>* {
        padding-top: 60px;
    }

    .row.gtr-200 {
        margin-top: -80px;
        margin-left: -80px;
    }

    .row.gtr-200>* {
        padding: 80px 0 0 80px;
    }

    .row.gtr-200.gtr-uniform {
        margin-top: -80px;
    }

    .row.gtr-200.gtr-uniform>* {
        padding-top: 80px;
    }

}

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

    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }

    .row>* {
        box-sizing: border-box;
    }

    .row.gtr-uniform>*> :last-child {
        margin-bottom: 0;
    }

    .row.aln-left {
        justify-content: flex-start;
    }

    .row.aln-center {
        justify-content: center;
    }

    .row.aln-right {
        justify-content: flex-end;
    }

    .row.aln-top {
        align-items: flex-start;
    }

    .row.aln-middle {
        align-items: center;
    }

    .row.aln-bottom {
        align-items: flex-end;
    }

    .row>.imp-medium {
        order: -1;
    }

    .row>.col-1-medium {
        width: 8.33333%;
    }

    .row>.off-1-medium {
        margin-left: 8.33333%;
    }

    .row>.col-2-medium {
        width: 16.66667%;
    }

    .row>.off-2-medium {
        margin-left: 16.66667%;
    }

    .row>.col-3-medium {
        width: 25%;
    }

    .row>.off-3-medium {
        margin-left: 25%;
    }

    .row>.col-4-medium {
        width: 33.33333%;
    }

    .row>.off-4-medium {
        margin-left: 33.33333%;
    }

    .row>.col-5-medium {
        width: 41.66667%;
    }

    .row>.off-5-medium {
        margin-left: 41.66667%;
    }

    .row>.col-6-medium {
        width: 50%;
    }

    .row>.off-6-medium {
        margin-left: 50%;
    }

    .row>.col-7-medium {
        width: 58.33333%;
    }

    .row>.off-7-medium {
        margin-left: 58.33333%;
    }

    .row>.col-8-medium {
        width: 66.66667%;
    }

    .row>.off-8-medium {
        margin-left: 66.66667%;
    }

    .row>.col-9-medium {
        width: 75%;
    }

    .row>.off-9-medium {
        margin-left: 75%;
    }

    .row>.col-10-medium {
        width: 83.33333%;
    }

    .row>.off-10-medium {
        margin-left: 83.33333%;
    }

    .row>.col-11-medium {
        width: 91.66667%;
    }

    .row>.off-11-medium {
        margin-left: 91.66667%;
    }

    .row>.col-12-medium {
        width: 100%;
    }

    .row>.off-12-medium {
        margin-left: 100%;
    }

    .row.gtr-0 {
        margin-top: 0px;
        margin-left: 0px;
    }

    .row.gtr-0>* {
        padding: 0px 0 0 0px;
    }

    .row.gtr-0.gtr-uniform {
        margin-top: 0px;
    }

    .row.gtr-0.gtr-uniform>* {
        padding-top: 0px;
    }

    .row.gtr-25 {
        margin-top: -12.5px;
        margin-left: -12.5px;
    }

    .row.gtr-25>* {
        padding: 12.5px 0 0 12.5px;
    }

    .row.gtr-25.gtr-uniform {
        margin-top: -12.5px;
    }

    .row.gtr-25.gtr-uniform>* {
        padding-top: 12.5px;
    }

    .row.gtr-50 {
        margin-top: -25px;
        margin-left: -25px;
    }

    .row.gtr-50>* {
        padding: 25px 0 0 25px;
    }

    .row.gtr-50.gtr-uniform {
        margin-top: -25px;
    }

    .row.gtr-50.gtr-uniform>* {
        padding-top: 25px;
    }

    .row {
        margin-top: -50px;
        margin-left: -50px;
    }

    .row>* {
        padding: 50px 0 0 50px;
    }

    .row.gtr-uniform {
        margin-top: -50px;
    }

    .row.gtr-uniform>* {
        padding-top: 50px;
    }

    .row.gtr-150 {
        margin-top: -75px;
        margin-left: -75px;
    }

    .row.gtr-150>* {
        padding: 75px 0 0 75px;
    }

    .row.gtr-150.gtr-uniform {
        margin-top: -75px;
    }

    .row.gtr-150.gtr-uniform>* {
        padding-top: 75px;
    }

    .row.gtr-200 {
        margin-top: -100px;
        margin-left: -100px;
    }

    .row.gtr-200>* {
        padding: 100px 0 0 100px;
    }

    .row.gtr-200.gtr-uniform {
        margin-top: -100px;
    }

    .row.gtr-200.gtr-uniform>* {
        padding-top: 100px;
    }

}

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

    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }

    .row>* {
        box-sizing: border-box;
    }

    .row.gtr-uniform>*> :last-child {
        margin-bottom: 0;
    }

    .row.aln-left {
        justify-content: flex-start;
    }

    .row.aln-center {
        justify-content: center;
    }

    .row.aln-right {
        justify-content: flex-end;
    }

    .row.aln-top {
        align-items: flex-start;
    }

    .row.aln-middle {
        align-items: center;
    }

    .row.aln-bottom {
        align-items: flex-end;
    }

    .row>.imp-small {
        order: -1;
    }

    .row>.col-1-small {
        width: 8.33333%;
    }

    .row>.off-1-small {
        margin-left: 8.33333%;
    }

    .row>.col-2-small {
        width: 16.66667%;
    }

    .row>.off-2-small {
        margin-left: 16.66667%;
    }

    .row>.col-3-small {
        width: 25%;
    }

    .row>.off-3-small {
        margin-left: 25%;
    }

    .row>.col-4-small {
        display: inline;
        width: 50%;
    }

    .row>.off-4-small {
        margin-left: 33.33333%;
    }

    .row>.col-5-small {
        width: 41.66667%;
    }

    .row>.off-5-small {
        margin-left: 41.66667%;
    }

    .row>.col-6-small {
        width: 50%;
    }

    .row>.off-6-small {
        margin-left: 50%;
    }

    .row>.col-7-small {
        width: 58.33333%;
    }

    .row>.off-7-small {
        margin-left: 58.33333%;
    }

    .row>.col-8-small {
        width: 66.66667%;
    }

    .row>.off-8-small {
        margin-left: 66.66667%;
    }

    .row>.col-9-small {
        width: 75%;
    }

    .row>.off-9-small {
        margin-left: 75%;
    }

    .row>.col-10-small {
        width: 83.33333%;
    }

    .row>.off-10-small {
        margin-left: 83.33333%;
    }

    .row>.col-11-small {
        width: 91.66667%;
    }

    .row>.off-11-small {
        margin-left: 91.66667%;
    }

    .row>.col-12-small {
        width: 100%;
    }

    .row>.off-12-small {
        margin-left: 100%;
    }

    .row.gtr-0 {
        margin-top: 0px;
        margin-left: 0px;
    }

    .row.gtr-0>* {
        padding: 0px 0 0 0px;
    }

    .row.gtr-0.gtr-uniform {
        margin-top: 0px;
    }

    .row.gtr-0.gtr-uniform>* {
        padding-top: 0px;
    }

    .row.gtr-25 {
        margin-top: -7.5px;
        margin-left: -7.5px;
    }

    .row.gtr-25>* {
        padding: 7.5px 0 0 7.5px;
    }

    .row.gtr-25.gtr-uniform {
        margin-top: -7.5px;
    }

    .row.gtr-25.gtr-uniform>* {
        padding-top: 7.5px;
    }

    .row.gtr-50 {
        margin-top: -15px;
        margin-left: -15px;
    }

    .row.gtr-50>* {
        padding: 15px 0 0 15px;
    }

    .row.gtr-50.gtr-uniform {
        margin-top: -15px;
    }

    .row.gtr-50.gtr-uniform>* {
        padding-top: 15px;
    }

    .row {
        margin-top: -30px;
        margin-left: -30px;
    }

    .row>* {
        padding: 30px 0 0 30px;
    }

    .row.gtr-uniform {
        margin-top: -30px;
    }

    .row.gtr-uniform>* {
        padding-top: 30px;
    }

    .row.gtr-150 {
        margin-top: -45px;
        margin-left: -45px;
    }

    .row.gtr-150>* {
        padding: 45px 0 0 45px;
    }

    .row.gtr-150.gtr-uniform {
        margin-top: -45px;
    }

    .row.gtr-150.gtr-uniform>* {
        padding-top: 45px;
    }

    .row.gtr-200 {
        margin-top: -60px;
        margin-left: -60px;
    }

    .row.gtr-200>* {
        padding: 60px 0 0 60px;
    }

    .row.gtr-200.gtr-uniform {
        margin-top: -60px;
    }

    .row.gtr-200.gtr-uniform>* {
        padding-top: 60px;
    }

}

/* Sections/Article */

section,
article {
    margin-bottom: 15em;
}

section> :last-child,
article> :last-child,
section:last-child,
article:last-child {
    margin-bottom: 0;
}

/* Image */

.image {
    -moz-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    display: inline-block;
    border: solid 6px #ebebeb !important;
}

.image:hover {
    opacity: 0.9;
}

.image img {
    display: block;
    width: 100%;
}

.image amp-img {
    display: block;
    width: 100%;
}

.image.fit {
    display: block;
    width: 100%;
}

.image.featured {
    display: block;
    width: 100%;
    margin: 0 0 3.5em 0;
}

.image.left {
    float: left;
    margin: 0 1.5em 1.5em 0;
    position: relative;
    top: 0.5em;
}

.image.centered {
    display: block;
    margin: 0 0 2em 0;
}

.image.centered img {
    margin: 0 auto;
    width: auto;
}

/* List */

ul {
    list-style: disc;
    padding-left: 1em;
}

ul li {
    padding-left: 0.5em;
    margin: 0.75em 0 0.75em 0;
}

ul li:first-child {
    margin-top: 0;
}

ol {
    list-style: decimal;
    padding-left: 1em;
}

ol li {
    padding-left: 0.5em;
    margin: 0.75em 0 0.75em 0;
    font-weight: 500;
}

ol li:first-child {
    margin-top: 0;
}

.border ul, ol {
  color: #333;
  font-weight: 700;
  border-top: solid #333 1px;/*上のボーダー*/
  border-bottom: solid #333 1px;/*下のボーダー*/
  padding: 1.1em 0 0.6em 1.8em;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
.border ul, ol {
    margin-bottom: 4em;
    padding: 1.1em 0 2.1em 1.8em;
}
}


/* Links */

ul.links {
    list-style: none;
    padding-left: 0;
}

ul.links li {
    display: inline;
    border-left: solid 1px #d0d0d0;
    padding-left: 1em;
    margin: 0 0 0 1em;
}

ul.links li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
}

/* Actions */

ul.actions {
    margin-top: 1.3em;
    clear: both;
    list-style: none;
    padding-left: 0; 
    text-align: center;
}

ul.actions li {
    padding-left: 0;
    display: inline-block;
    margin: 0 0 0 0em;
}

ul.actions li:first-child {
    margin-left: 0;
}

/* Divided */

ul.divided {
    list-style: none;
    margin: 2em;
    padding-left: 0;
}

ul.divided li {
    border-top: solid 2px #ccc;
    padding-left: 0;
    margin: 1.5em 0 0 0;
    padding: 1.5em 0 0 0;
}

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

ul.divided li {
    border-top: solid 2px #ccc;
    padding-left: 0;
    margin: 1.5em 0 0 0;
    padding: 1.5em 0 1.0em 0;
}
}


ul.divided li:first-child {
    border-top: 0;
    margin-top: 0px;
    margin-bottom: 1.5em;
    padding-top: 0;
}

/* Icons */

ul.icons {
    list-style: none;
    padding-left: 0;
}

ul.icons>li {
    position: relative;
    padding: 2em 0 0 3em;
    margin: 0;
}

ul.icons>li:before {
    position: absolute;
    left: 0;
    top: 2.6em;
    display: block;
    font-size: 0.8em;
    background: #878787;
    color: #e4e4e4;
    width: 2em;
    height: 2em;
    border-radius: 2em;
    line-height: 2em;
    text-align: center;
    box-shadow: 0.125em 0.175em 0 0 rgba(0, 0, 0, 0.125);
}

ul.icons>li:first-child {
    padding-top: 0;
}

ul.icons>li:first-child:before {
    top: 0;
}

/* Form */

form label {
    font-weight: 600;
    text-transform: uppercase;
    color: #888;
    display: block;
    margin: 0 0 1em 0;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form select,
form textarea {
    -moz-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out;
    -ms-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
    -webkit-appearance: none;
    display: block;
    border: 0;
    background: #e8e8e8;
    width: 100%;
    box-shadow: inset 2px 2px 0px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    line-height: 1.25em;
    padding: 0.75em 1em 0.75em 1em;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form select:focus,
form textarea:focus {
    background: #f0f0f0;
}

form textarea {
    min-height: 11em;
}

form ::-webkit-input-placeholder {
    color: #555 !important;
    line-height: 1.35em;
}

form :-moz-placeholder {
    color: #555 !important;
}

form ::-moz-placeholder {
    color: #555 !important;
}

form :-ms-input-placeholder {
    color: #555 !important;
}

form ::-moz-focus-inner {
    border: 0;
}

/* Table */

table {
    width: 100%;
}

table tbody tr {
    border-top: solid 1px #E5E5E5;
}

table tbody tr:first-child {
    border-top: 0;
}

table td {
    text-align: center;
    padding: 0.75em 1em 0.75em 0em;
    border: dashed 1px #a9a9a9;
    font-weight: 500;
}

table th {
    width: 190px;
    text-align: left;
    font-weight: bold;
    padding: 0.75em 1em 0.75em 1em;
    border: dashed 1px #a9a9a9;
}

table thead {
    background: #878787;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    border: 0;
    box-shadow: 0.125em 0.175em 0 0 rgba(0, 0, 0, 0.125);
    font-size: 1.0em;
    letter-spacing: 2px;
}

table tfoot {
    background: #F0F0F0;
    border-top: solid 2px #E5E5E5;
}

.mobile-table td:first-child {
  background: #fbf5f5;
}

@media screen and (max-width: 640px) {
  .scroll {
    overflow-x: auto;
  }
  .tbl {
    min-width: 640px;
    margin: 0 10px 50px;
  }
  .tbl td {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
  }
}

/* 500px以下の画面で適用 */
@media only screen and (max-width: 500px) {
  .mobile-table {
    width: 100%;
  }
  .mobile-table .thead {
    display: none;
  }
  .mobile-table tr {
    width: 100%;
  }
  .mobile-table td {
    display: block;
    text-align: right;
    width: 100%;
  }
  .mobile-table td:first-child {
    background: #e9727e;
    color: #fff;
    font-weight: bold;
    text-align: right;

    margin-right: 20px;
  }
  .mobile-table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-left: 20px;
    margin-right: 10px;
  }
}

/* Button */

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-appearance: none;
    position: relative;
    display: inline-block;
    background: #35730e;
    color: #fff !important;
    text-transform: uppercase;
    border-radius: 20px;
    border: 0;
    outline: 0;
    font-size: 1em;
    box-shadow: 0.125em 0.175em 0 0 rgba(0, 0, 0, 0.125);
    font-weight: 600;
    text-align: center;
    font-size: 0.90em;
    letter-spacing: 2px;
    padding: 0.85em 2.75em 0.85em 2.75em;
}

input[type="button"].icon:before,
input[type="submit"].icon:before,
input[type="reset"].icon:before,
button.icon:before,
.button.icon:before {
    position: relative;
    padding-right: 0.75em;
    opacity: 0.5;
    top: 0.05em;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover {
    background: #2a590b;
}

input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
button:active,
.button:active {
    background: #c5d826;
}

input[type="button"].alt,
input[type="submit"].alt,
input[type="reset"].alt,
button.alt,
.button.alt {
    background: #878787;
}

input[type="button"].alt:hover,
input[type="submit"].alt:hover,
input[type="reset"].alt:hover,
button.alt:hover,
.button.alt:hover {
    background: #979797;
}

input[type="button"].alt:active,
input[type="submit"].alt:active,
input[type="reset"].alt:active,
button.alt:active,
.button.alt:active {
    background: #878787;
}

/* Box */

.no-sidebar .box.post>header {
    text-align: center;
}

.box.excerpt .date {
    background: #c5d826;
    color: #35730e;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
    border: 0;
    box-shadow: 0.125em 0.175em 0 0 rgba(0, 0, 0, 0.125);
    display: inline-block;
    font-size: 0.85em;
    letter-spacing: 2px;
    padding: 0.25em 1em 0.25em 1em;
    margin: 0 0 2.5em 0;
}

.box.excerpt p {
    color: #555;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    display: inline-block;
    font-size: 1.1em;
    letter-spacing: 2px;
    padding: 0.25em 1em 0.25em 1em;
    margin: 0 0 0.3em 0;
}

/* Icons */

.icon {
    text-decoration: none;
    position: relative;
    text-decoration: none;
}

.icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.icon:before {
    line-height: inherit;
}

.icon>.label {
    display: none;
}

.icon.solid:before {
    font-weight: 900;
}

.icon.brands:before {
    font-family: 'Font Awesome 5 Brands';
}

/* Page Wrapper */

#page-wrapper>section {
    margin-bottom: 0;
}

/* Header */

#header {
    position: relative;
    position: relative;
    background: #fff;
    text-align: center;
}

#header>.container {
    padding: 14em 0 7em 0;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px -10px 0px 0px #e5e5e5;
}

#header h1 {
    font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    color: #35730e;
    text-shadow: 0.05em 0.075em 0 rgba(0, 0, 0, 0.1);
    font-size: 3em;
    letter-spacing: 13px;
}

#header h1 a {
    border: 0;
}

#header p {
    text-transform: uppercase;
    font-weight: 400;
    color: #888;
    margin: 3.5em 0 0 0;
    font-size: 1.0em;
    letter-spacing: 3px;
    text-align: center;
}

/* Nav */

#nav {
    position: absolute;
    top: 1.2em;
    left: 0;
    width: 100%;
    cursor: default;
}

#nav>ul>li {
    display: inline-block;
    padding-right: 2em;
}

#nav>ul>li:last-child {
    padding-right: 0;
}

#nav>ul>li>a {
    border: 0;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    color: #777;
    outline: 0;
    display: block;
}

#nav>ul>li>a:before {
    display: inline-block;
    background: #fff;
    color: #35730e;
    width: 2.25em;
    font-size: 0.8em;
    height: 2.25em;
    border-radius: 2.25em;
    line-height: 2.1em;
    text-align: center;
    box-shadow: 0.125em 0.175em 0 0 rgba(0, 0, 0, 0.125);
    margin-right: 0.75em;
    -moz-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
    transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
}

#nav>ul>li>a>span {
    -moz-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
    font-size: 0.8em;
    letter-spacing: 3px;
}

#nav>ul>li>ul {
    display: none;
}

#nav>ul>li.active>a:before,
#nav>ul>li:hover>a:before {
    background: #35730e;
    color: #fff;
}

#nav>ul>li.active>a>span,
#nav>ul>li:hover>a>span {
    color: #2a590b;
}

.dropotron {
    text-align: left;
    border: solid 1px #e5e5e5;
    border-radius: 4px;
    background: #fff;
    background: rgba(255, 255, 255, 0.965);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    padding: 0.75em 0 0.5em 0;
    min-width: 12em;
    line-height: 14px;
    margin-top: calc(-0.5em + 1px);
    margin-left: -2px;
    list-style: none;
}

.dropotron.level-0 {
    margin-top: 1.5em;
    margin-left: -1em;
}

.dropotron.level-0:after {
    content: '';
    display: block;
    position: absolute;
    left: 1.25em;
    top: calc(-0.75em + 1px);
    border-left: solid 0.75em rgba(255, 255, 255, 0);
    border-right: solid 0.75em rgba(255, 255, 255, 0);
    border-bottom: solid 0.75em #fff;
}

.dropotron.level-0:before {
    content: '';
    display: block;
    position: absolute;
    left: 1.25em;
    top: -0.75em;
    border-left: solid 0.75em rgba(255, 255, 255, 0);
    border-right: solid 0.75em rgba(255, 255, 255, 0);
    border-bottom: solid 0.75em #ccc;
}

.dropotron span,
.dropotron a {
    display: block;
    padding: 0.1em 1em 0.3em 1em;
    border: 0;
    border-top: solid 1px #f0f0f0;
    outline: 0;
}

.dropotron li {
    padding-left: 0;
    margin: 0;
}

.dropotron li:first-child>span,
.dropotron li:first-child>a {
    border-top: 0;
    padding-top: 0;
}

.dropotron li:hover>span,
.dropotron li:hover>a {
    -moz-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
    color: #2a590b;
}

/* Features */

#features {
    position: relative;
    overflow: hidden;
    background: #fff;
    text-align: center;
    padding: 6em 0;
}

#features p {
    text-align: center;
}

#features ul.actions {
    margin-top: 1.25em;
}

/* Banner */

#banner {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner h2 {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner mark {
    color: inherit;
}

#banner>.container {
    position: relative;
}

#banner>.container:before,
#banner>.container:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    width: 35px;
    height: 141px;
    margin-top: -70px;
    background: url("images/bracket.svg");
    opacity: 0.15;
}

#banner>.container:before {
    left: 0;
}

#banner>.container:after {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    right: 0;
}

#banner2 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner2.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner2 h2 {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner2 mark {
    color: inherit;
}

#banner3 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner3.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner3 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner3 mark {
    color: inherit;
}

#banner4 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner4.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner4 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner4 mark {
    color: inherit;
}


#banner5 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner5.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner5 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner5 mark {
    color: inherit;
}

#banner6 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner6.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner6 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner7 mark {
    color: inherit;
}

#banner7 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner7.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner7 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner7 mark {
    color: inherit;
}

#banner8 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner8.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner8 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner8 mark {
    color: inherit;
}

#banner9 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner9.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner9 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner9 mark {
    color: inherit;
}

#banner10 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner10.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner10 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner10 mark {
    color: inherit;
}

#banner11 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner11.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner11 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner11 mark {
    color: inherit;
}

#banner12 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner12.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner12 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner12 mark {
    color: inherit;
}

#banner13 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner13.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner13 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner13 mark {
    color: inherit;
}

#banner14 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner14.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner14 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner14 mark {
    color: inherit;
}

#banner15 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner15.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner15 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner15 mark {
    color: inherit;
}

#banner16 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner16.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner16 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner16 mark {
    color: inherit;
}

#banner17 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner17.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner17 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner17 mark {
    color: inherit;
}


#banner18 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner18.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner18 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner18 mark {
    color: inherit;
}

#banner19 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner19.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner19 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner19 mark {
    color: inherit;
}


#banner20 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner20.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner20 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner20 mark {
    color: inherit;
}

#banner21 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner21.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner21 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner21 mark {
    color: inherit;
}

#banner22 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner22.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner22 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner22 mark {
    color: inherit;
}

#banner23 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner23.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner23 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner23 mark {
    color: inherit;
}

#banner24 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner24.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner24 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner24 mark {
    color: inherit;
}

#banner25 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner25.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner25 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner25 mark {
    color: inherit;
}

#banner26 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner26.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner26 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner26 mark {
    color: inherit;
}

#banner27 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner27.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner27 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner27 mark {
    color: inherit;
}

#banner28 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner28.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner28 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner28 mark {
    color: inherit;
}

#banner29 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner29.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner29 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner29 mark {
    color: inherit;
}

#banner30 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner30.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner30 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner30 mark {
    color: inherit;
}

#banner31 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner31.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner31 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner31 mark {
    color: inherit;
}
#banner32 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner32.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner32 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner32 mark {
    color: inherit;
}
#banner33 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner33.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner33 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner33 mark {
    color: inherit;
}
#banner34 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner34.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner34 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner34 mark {
    color: inherit;
}
#banner35 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner35.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner35 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner35 mark {
    color: inherit;
}
#banner36 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner36.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner36 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner36 mark {
    color: inherit;
}
#banner37 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner37.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner37 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner37 mark {
    color: inherit;
}
#banner38 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner38.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner38 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner38 mark {
    color: inherit;
}
#banner39 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner39.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner39 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner39 mark {
    color: inherit;
}
#banner40 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner40.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner40 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner40 mark {
    color: inherit;
}
#banner41 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner41.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner41 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner41 mark {
    color: inherit;
}
#banner42 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner42.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner42 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner42 mark {
    color: inherit;
}
#banner43 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner43.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner43 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner43 mark {
    color: inherit;
}
#banner44 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner44.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner44 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner44 mark {
    color: inherit;
}
#banner45 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner45.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner45 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner45 mark {
    color: inherit;
}
#banner46 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner46.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner46 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner46 mark {
    color: inherit;
}
#banner47 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner47.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner47 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner47 mark {
    color: inherit;
}
#banner48 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner48.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner48 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner48 mark {
    color: inherit;
}
#banner49 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner49.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner49 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner49 mark {
    color: inherit;
}
#banner50 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner50.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner50 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner50 mark {
    color: inherit;
}
#banner51 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner51.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner51 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner51 mark {
    color: inherit;
}
#banner52 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner52.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner52 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner52 mark {
    color: inherit;
}
#banner53 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner53.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner53 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner53 mark {
    color: inherit;
}
#banner54 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner54.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner54 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner54 mark {
    color: inherit;
}
#banner55 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner55.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner55 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner55 mark {
    color: inherit;
}

#banner56 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner56.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner56 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner56 mark {
    color: inherit;
}
#banner57 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner57.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner57 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner57 mark {
    color: inherit;
}
#banner58 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner58.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner58 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner58 mark {
    color: inherit;
}
#banner59 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner59.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner59 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner59 mark {
    color: inherit;
}

#banner60 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner60.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner60 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner60 mark {
    color: inherit;
}

#banner61 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner61.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner61 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner61 mark {
    color: inherit;
}

#banner62 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner62.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner62 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner62 mark {
    color: inherit;
}

#banner63 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner63.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner63 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner63 mark {
    color: inherit;
}
#banner64 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner64.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner64 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner64 mark {
    color: inherit;
}

#banner65 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner65.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner65 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner65 mark {
    color: inherit;
}

#banner66 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner66.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner66 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner66 mark {
    color: inherit;
}

#banner67 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner67.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner67 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner67 mark {
    color: inherit;
}

#banner68 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner68.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner68 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner68 mark {
    color: inherit;
}

#banner69 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner69.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner69 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner69 mark {
    color: inherit;
}

#banner70 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner70.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner70 p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

#banner70 mark {
    color: inherit;
}

#banner71 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner71.jpg");
    background-size: cover;
    padding: 10em 0;
}


 #banner72 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner72.jpg");
    background-size: cover;
    padding: 10em 0;
}


 #banner73 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner73.jpg");
    background-size: cover;
    padding: 10em 0;
}


 #banner74 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner74.jpg");
    background-size: cover;
    padding: 10em 0;
}


 #banner75 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner75.jpg");
    background-size: cover;
    padding: 10em 0;
}


 #banner76 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner76.jpg");
    background-size: cover;
    padding: 10em 0;
}


 #banner77 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner77.jpg");
    background-size: cover;
    padding: 10em 0;
}


 #banner78 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner78.jpg");
    background-size: cover;
    padding: 10em 0;
}


 #banner79 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner79.jpg");
    background-size: cover;
    padding: 10em 0;
}


 #banner80 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner80.jpg");
    background-size: cover;
    padding: 10em 0;
}


 #banner81 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner81.jpg");
    background-size: cover;
    padding: 10em 0;
}


 #banner82 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner82.jpg");
    background-size: cover;
    padding: 10em 0;
}


 #banner83 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner83.jpg");
    background-size: cover;
    padding: 10em 0;
}


 #banner84 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner84.jpg");
    background-size: cover;
    padding: 10em 0;
}


 #banner85 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner85.jpg");
    background-size: cover;
    padding: 10em 0;
}


 #banner86 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner86.jpg");
    background-size: cover;
    padding: 10em 0;
}


 #banner87 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner87.jpg");
    background-size: cover;
    padding: 10em 0;
}


 #banner88 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner88.jpg");
    background-size: cover;
    padding: 10em 0;
}


 #banner89 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner89.jpg");
    background-size: cover;
    padding: 10em 0;
}


 #banner90 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner90.jpg");
    background-size: cover;
    padding: 10em 0;
}


 #banner91 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner91.jpg");
    background-size: cover;
    padding: 10em 0;
}


 #banner92 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner92.jpg");
    background-size: cover;
    padding: 10em 0;
}


 #banner93 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner93.jpg");
    background-size: cover;
    padding: 10em 0;
}


 #banner94 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner94.jpg");
    background-size: cover;
    padding: 10em 0;
}


 #banner95 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner95.jpg");
    background-size: cover;
    padding: 10em 0;
}


 #banner96 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner96.jpg");
    background-size: cover;
    padding: 10em 0;
}


 #banner97 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner97.jpg");
    background-size: cover;
    padding: 10em 0;
}


 #banner98 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner98.jpg");
    background-size: cover;
    padding: 10em 0;
}


 #banner99 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner99.jpg");
    background-size: cover;
    padding: 10em 0;
}


 #banner100 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner100.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner101 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner101.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner102 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner102.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner103 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner103.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner104 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner104.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner105 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner105.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner106 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner106.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner107 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner107.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner108 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner108.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner109 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner109.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner110 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner110.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner111 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner111.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner112 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner112.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner113 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner113.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner114 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner114.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner115 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner115.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner116 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner116.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner117 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner117.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner118 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner118.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner119 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner119.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner120 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner120.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner121 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner121.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner122 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner122.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner123 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner123.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner124 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner124.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner125 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner125.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner126 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner126.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner127 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner127.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner128 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner128.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner129 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner129.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner130 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner130.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner131 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner131.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner132 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner132.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner133 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner133.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner134 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner134.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner135 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner135.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner136 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner136.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner137 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner137.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner138 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner138.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner139 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner139.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner140 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner140.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner141 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner141.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner142 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner142.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner143 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner143.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner144 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner144.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner145 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner145.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner146 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner146.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner147 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner147.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner148 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner148.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner149 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner149.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner150 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner150.jpg");
    background-size: cover;
    padding: 10em 0;


}

#banner151 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner151.jpg");
    background-size: cover;
    padding: 10em 0;

    
}

#banner152 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner152.jpg");
    background-size: cover;
    padding: 10em 0;

    
}

#banner153 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner153.jpg");
    background-size: cover;
    padding: 10em 0;

    
}

#banner154 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner154.jpg");
    background-size: cover;
    padding: 10em 0;

    
}

#banner155 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner155.jpg");
    background-size: cover;
    padding: 10em 0;

    
}

#banner156 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner156.jpg");
    background-size: cover;
    padding: 10em 0;

    
}

#banner157 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner157.jpg");
    background-size: cover;
    padding: 10em 0;

    
}

#banner158 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner158.jpg");
    background-size: cover;
    padding: 10em 0;

    
}

#banner159 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner159.jpg");
    background-size: cover;
    padding: 10em 0;

    
}

#banner160 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner160.jpg");
    background-size: cover;
    padding: 10em 0;

    
}

#banner161 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner161.jpg");
    background-size: cover;
    padding: 10em 0;

    
}

#banner162 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner162.jpg");
    background-size: cover;
    padding: 10em 0;

    
}

#banner163 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner163.jpg");
    background-size: cover;
    padding: 10em 0;

    
}

#banner164 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner164.jpg");
    background-size: cover;
    padding: 10em 0;

    
}

#banner165 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner165.jpg");
    background-size: cover;
    padding: 10em 0;

    
}

#banner166 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner166.jpg");
    background-size: cover;
    padding: 10em 0;

    
}

#banner167 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner167.jpg");
    background-size: cover;
    padding: 10em 0;

    
}

#banner168 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner168.jpg");
    background-size: cover;
    padding: 10em 0;

    
}

#banner169 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner169.jpg");
    background-size: cover;
    padding: 10em 0;

    
}

#banner170 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner170.jpg");
    background-size: cover;
    padding: 10em 0;

    
}

#banner171 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner171.jpg");
    background-size: cover;
    padding: 10em 0;

    
}

#banner172 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner172.jpg");
    background-size: cover;
    padding: 10em 0;

    
}

#banner173 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner173.jpg");
    background-size: cover;
    padding: 10em 0;

    
}

#banner174 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner174.jpg");
    background-size: cover;
    padding: 10em 0;

    
}

#banner175 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner175.jpg");
    background-size: cover;
    padding: 10em 0;

    
}

#banner176 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner176.jpg");
    background-size: cover;
    padding: 10em 0;

    
}

#banner177 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner177.jpg");
    background-size: cover;
    padding: 10em 0;

    
}

#banner178 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner178.jpg");
    background-size: cover;
    padding: 10em 0;

    
}

#banner179 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner179.jpg");
    background-size: cover;
    padding: 10em 0;

    
}

#banner180 {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner180.jpg");
    background-size: cover;
    padding: 10em 0;

    
}



/* Main */

#main {
    position: relative;
    overflow: visible;
    background: #fff;
    padding: 6em 0;
}

/* Content */

#content>section,
#content>article {
    border-top: solid 2px #e5e5e5;
    box-shadow: inset 0px 8px 0px 0px #fff, inset 0px 10px 0px 0px #e5e5e5;
    margin: 5em 0 0 0;
    padding: 5em 0 0 0;
}

#content>section:first-child,
#content>article:first-child {
    border-top: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

/* Sidebar */

#sidebar>section,
#sidebar>article {
    border-top: solid 2px #c5d826;
    box-shadow: inset 0px 8px 0px 0px #fff, inset 0px 10px 0px 0px #e5e5e5;
    margin: 2em 0 0 0;
    padding: 5em 0 0 0;
    border: solid 2px #c5d826;
    background: #fff;
}


#sidebar>section:first-child,
#sidebar>article:first-child {
    border-top: solid 2px #c5d826;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

/* Sticky-Sidebar */

.sidebar-ad {
  position: -webkit-sticky;
  position: sticky;
  top: 1px;
}

/* Index-Sidebar */

.index ul {
  border: solid 2px #ffb03f;
  padding: 0.5em;
  position: relative;
  margin-top: 0.1em;
  line-height: 1.0em;
}
.index ul li {
  line-height: 1.0;
  padding: 0.0em 0 0.0em 0.1em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
}
.index ul li:last-of-type {
  border-bottom: none;
}

.index ul li:after {
  /*タイトルタブ*/
  background: #ffb03f;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 1px 7px;
  content: "もくじ";/*タブの文字*/
  letter-spacing: 0.05em;/*字間*/
}


/*Table of Contents */

 #toc ol  {
  color: #111; 
  border: double 0px #fff;/*二重線 太さ 色*/
  background: #fff; 
  padding: 0.7em 0.5em 0em 3em;
  margin-bottom: 1.8em;
}

#toc li  {
  line-height: 1.8;
  padding: 0.2em 0 0em;
}

.box3 {
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 0;
    border: solid 2px #c5d826;
}


.box3 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #35730e;
    color: #ffffff;
    font-weight: bold;
}
.box3 p {
    margin: 0; 
    padding: 0;
}



/* Footer */

#footer {
    position: relative;
    overflow: hidden;
    border-top: solid 2px #e5e5e5;
    background: #f0f0f0;
    padding: 6em 0 8em 0;
}

#footer li strong{
     font-size: 18px;

}

#footer li {
     font-size:15px;

}

#footer {
  color: #333;
  border-top: solid #333 1px;/*上のボーダー*/
  border-bottom: solid #333 1px;/*下のボーダー*/
  padding: 2em 0em 0.5em 3.9em;
}

#footer ul {
  line-height: 1.6;
  padding: 0.9em 0 0 1.5em;
  margin-top: 15px;
  list-style: none;
}

#footer li {
  line-height: 1.6;
  padding: 0.5em 0 0.5em 0;
}

#footer ul .right {
  text-align: right;
}


#footer form input[type="text"],
#footer form input[type="email"],
#footer form input[type="password"],
#footer form select,
#footer form textarea {
   background: #f7f7f7;
}

#footer form input[type="text"]:focus,
#footer form input[type="email"]:focus,
#footer form input[type="password"]:focus,
#footer form select:focus,
#footer form textarea:focus {
    background: #fff;
}

#footer h2 {
    text-align: center;
    margin-bottom: 3em;
}

#footer ul li a {
    color: #777;
    font-weight: bold;
}

#footer ul li a:hover {
    color: #35730e;
    font-weight: bold;
}

/* ads */

#ads {
    position: relative;
    overflow: hidden;
    border-top: solid 2px #e5e5e5;
    background: #f0f0f0;
    padding: 2em 0 8em 0;
}

/* Copyright */

#copyright {
    border-top: solid 2px #e5e5e5;
    text-align: center;
    margin-top: 6em;
    padding-top: 4em;
}


/* Circle-Index(pink) */

.ci1 {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci1:before {
  font-family: "Font Awesome 5 Free";
  content: "1";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff6363;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci2 {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci2:before {
  font-family: "Font Awesome 5 Free";
  content: "2";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff6363;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci3 {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci3:before {
  font-family: "Font Awesome 5 Free";
  content: "3";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff6363;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci4 {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci4:before {
  font-family: "Font Awesome 5 Free";
  content: "4";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff6363;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci5 {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci5:before {
  font-family: "Font Awesome 5 Free";
  content: "5";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff6363;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci6 {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci6:before {
  font-family: "Font Awesome 5 Free";
  content: "6";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff6363;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci7 {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci7:before {
  font-family: "Font Awesome 5 Free";
  content: "7";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff6363;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci8 {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci8:before {
  font-family: "Font Awesome 5 Free";
  content: "8";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff6363;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}




.chevron {
  position: relative;/*相対位置*/
  padding: 0.5em 0.5em 0.5em 1.5em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
  color: #ff6a6a;/*文字色*/
  border-top: dotted 1px gray;
  border-bottom: dotted 1px gray;
  background: #fffff4;
}

.chevron:before {
  font-family: "Font Awesome 5 Free";/*忘れずに*/
  content: "\f138";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0.25em;/*アイコンの位置*/
  top: 0.5em;/*アイコンの位置*/
  color: #ff6a6a; /*アイコン色*/
}


/* Circle-Index(blue) */

.ci1b {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci1b:before {
  font-family: "Font Awesome 5 Free";
  content: "1";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #3399ff;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci2b {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci2b:before {
  font-family: "Font Awesome 5 Free";
  content: "2";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #3399ff;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci3b {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci3b:before {
  font-family: "Font Awesome 5 Free";
  content: "3";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #3399ff;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci4b {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci4b:before {
  font-family: "Font Awesome 5 Free";
  content: "4";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #3399ff;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci5b {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci5b:before {
  font-family: "Font Awesome 5 Free";
  content: "5";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #3399ff;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}



.chevron-b {
  position: relative;/*相対位置*/
  padding: 0.5em 0.5em 0.5em 1.5em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
  color: #3399ff;/*文字色*/
  border-top: dotted 1px gray;
  border-bottom: dotted 1px gray;
  background: #fffff4;
}

.chevron-b:before {
  font-family: "Font Awesome 5 Free";/*忘れずに*/
  content: "\f138";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0.25em;/*アイコンの位置*/
  top: 0.5em;/*アイコンの位置*/
  color: #3399ff; /*アイコン色*/
}

.ci0r {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2592C7;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci0r:before {
  font-family: "Font Awesome 5 Free";
  content: "R";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #2592C7;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci0e {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci0e:before {
  font-family: "Font Awesome 5 Free";
  content: "Ξ";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

/* Circle-Index(orange) */

.ci0o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci0o:before {
  font-family: "Font Awesome 5 Free";
  content: "₿";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci1o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci1o:before {
  font-family: "Font Awesome 5 Free";
  content: "1";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci2o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci2o:before {
  font-family: "Font Awesome 5 Free";
  content: "2";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci3o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci3o:before {
  font-family: "Font Awesome 5 Free";
  content: "3";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci4o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci4o:before {
  font-family: "Font Awesome 5 Free";
  content: "4";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci5o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci5o:before {
  font-family: "Font Awesome 5 Free";
  content: "5";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci6o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci6o:before {
  font-family: "Font Awesome 5 Free";
  content: "6";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci7o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci7o:before {
  font-family: "Font Awesome 5 Free";
  content: "7";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci8o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci8o:before {
  font-family: "Font Awesome 5 Free";
  content: "8";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci9o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci9o:before {
  font-family: "Font Awesome 5 Free";
  content: "9";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci10o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci10o:before {
  font-family: "Font Awesome 5 Free";
  content: "10";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci11o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci11o:before {
  font-family: "Font Awesome 5 Free";
  content: "11";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci12o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci12o:before {
  font-family: "Font Awesome 5 Free";
  content: "12";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci13o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci13o:before {
  font-family: "Font Awesome 5 Free";
  content: "13";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci14o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci14o:before {
  font-family: "Font Awesome 5 Free";
  content: "14";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci15o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci15o:before {
  font-family: "Font Awesome 5 Free";
  content: "15";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci16o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci16o:before {
  font-family: "Font Awesome 5 Free";
  content: "16";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci17o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci17o:before {
  font-family: "Font Awesome 5 Free";
  content: "17";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci18o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci18o:before {
  font-family: "Font Awesome 5 Free";
  content: "18";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci19o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci19o:before {
  font-family: "Font Awesome 5 Free";
  content: "19";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci20o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci20o:before {
  font-family: "Font Awesome 5 Free";
  content: "20";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci21o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci21o:before {
  font-family: "Font Awesome 5 Free";
  content: "21";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci22o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci22o:before {
  font-family: "Font Awesome 5 Free";
  content: "22";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci23o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci23o:before {
  font-family: "Font Awesome 5 Free";
  content: "23";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci24o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci24o:before {
  font-family: "Font Awesome 5 Free";
  content: "24";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci25o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci25o:before {
  font-family: "Font Awesome 5 Free";
  content: "25";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci26o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci26o:before {
  font-family: "Font Awesome 5 Free";
  content: "26";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci27o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci27o:before {
  font-family: "Font Awesome 5 Free";
  content: "27";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci28o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci28o:before {
  font-family: "Font Awesome 5 Free";
  content: "28";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci29o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci29o:before {
  font-family: "Font Awesome 5 Free";
  content: "29";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci30o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci30o:before {
  font-family: "Font Awesome 5 Free";
  content: "30";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci31o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci31o:before {
  font-family: "Font Awesome 5 Free";
  content: "31";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci32o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci32o:before {
  font-family: "Font Awesome 5 Free";
  content: "32";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci33o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci33o:before {
  font-family: "Font Awesome 5 Free";
  content: "33";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci34o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci34o:before {
  font-family: "Font Awesome 5 Free";
  content: "34";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci35o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci35o:before {
  font-family: "Font Awesome 5 Free";
  content: "35";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci36o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci36o:before {
  font-family: "Font Awesome 5 Free";
  content: "36";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci37o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci37o:before {
  font-family: "Font Awesome 5 Free";
  content: "37";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci38o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci38o:before {
  font-family: "Font Awesome 5 Free";
  content: "38";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci39o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci39o:before {
  font-family: "Font Awesome 5 Free";
  content: "39";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci40o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci40o:before {
  font-family: "Font Awesome 5 Free";
  content: "40";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci41o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci41o:before {
  font-family: "Font Awesome 5 Free";
  content: "41";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci42o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci42o:before {
  font-family: "Font Awesome 5 Free";
  content: "42";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci43o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci43o:before {
  font-family: "Font Awesome 5 Free";
  content: "43";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci44o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci44o:before {
  font-family: "Font Awesome 5 Free";
  content: "44";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci45o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci45o:before {
  font-family: "Font Awesome 5 Free";
  content: "45";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci46o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci46o:before {
  font-family: "Font Awesome 5 Free";
  content: "46";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci47o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci47o:before {
  font-family: "Font Awesome 5 Free";
  content: "47";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci48o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci48o:before {
  font-family: "Font Awesome 5 Free";
  content: "48";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci49o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci49o:before {
  font-family: "Font Awesome 5 Free";
  content: "49";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci50o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci50o:before {
  font-family: "Font Awesome 5 Free";
  content: "50";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci51o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci51o:before {
  font-family: "Font Awesome 5 Free";
  content: "51";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci52o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci52o:before {
  font-family: "Font Awesome 5 Free";
  content: "52";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci53o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci53o:before {
  font-family: "Font Awesome 5 Free";
  content: "53";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci54o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci54o:before {
  font-family: "Font Awesome 5 Free";
  content: "54";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci55o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci55o:before {
  font-family: "Font Awesome 5 Free";
  content: "55";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci56o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci56o:before {
  font-family: "Font Awesome 5 Free";
  content: "56";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci57o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci57o:before {
  font-family: "Font Awesome 5 Free";
  content: "57";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci58o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci58o:before {
  font-family: "Font Awesome 5 Free";
  content: "58";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci59o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci59o:before {
  font-family: "Font Awesome 5 Free";
  content: "59";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci60o {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci60o:before {
  font-family: "Font Awesome 5 Free";
  content: "60";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff9933;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}
.chevron-o {
  position: relative;/*相対位置*/
  padding: 0.5em 0.5em 0.5em 1.5em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
  color: #ff9933;/*文字色*/
  border-top: dotted 1px gray;
  border-bottom: dotted 1px gray;
  background: #fffff4;
}

.chevron-o:before {
  font-family: "Font Awesome 5 Free";/*忘れずに*/
  content: "\f138";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0.25em;/*アイコンの位置*/
  top: 0.5em;/*アイコンの位置*/
  color: #ff9933; /*アイコン色*/
}


/* Circle-Index(red) */

.ci1r {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci1r:before {
  font-family: "Font Awesome 5 Free";
  content: "1";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff3333;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci2r {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci2r:before {
  font-family: "Font Awesome 5 Free";
  content: "2";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff3333;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci3r {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci3r:before {
  font-family: "Font Awesome 5 Free";
  content: "3";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff3333;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci4r {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci4r:before {
  font-family: "Font Awesome 5 Free";
  content: "4";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff3333;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci5r {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci5r:before {
  font-family: "Font Awesome 5 Free";
  content: "5";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff3333;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci6r {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci6r:before {
  font-family: "Font Awesome 5 Free";
  content: "6";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff3333;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}



.chevron-r {
  position: relative;/*相対位置*/
  padding: 0.5em 0.5em 0.5em 1.5em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
  color: #ff3333;/*文字色*/
  border-top: dotted 1px gray;
  border-bottom: dotted 1px gray;
  background: #fffff4;
}

.chevron-r:before {
  font-family: "Font Awesome 5 Free";/*忘れずに*/
  content: "\f138";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0.25em;/*アイコンの位置*/
  top: 0.5em;/*アイコンの位置*/
  color: #ff3333; /*アイコン色*/
}


.ci1g {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci1g:before {
  font-family: "Font Awesome 5 Free";
  content: "1";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #009944;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci2g {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci2g:before {
  font-family: "Font Awesome 5 Free";
  content: "2";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #009944;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci3g {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci3g:before {
  font-family: "Font Awesome 5 Free";
  content: "3";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #009944;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci4g {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci4g:before {
  font-family: "Font Awesome 5 Free";
  content: "4";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #009944;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci5g {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci5g:before {
  font-family: "Font Awesome 5 Free";
  content: "5";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #009944;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci6g {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci6g:before {
  font-family: "Font Awesome 5 Free";
  content: "6";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #009944;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}



.chevron-g {
  position: relative;/*相対位置*/
  padding: 0.5em 0.5em 0.5em 1.5em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
  color: #009944;/*文字色*/
  border-top: dotted 1px gray;
  border-bottom: dotted 1px gray;
  background: #fffff4;
}

.chevron-g:before {
  font-family: "Font Awesome 5 Free";/*忘れずに*/
  content: "\f138";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0.25em;/*アイコンの位置*/
  top: 0.5em;/*アイコンの位置*/
  color: #009944; /*アイコン色*/
}


.ci1p {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci1p:before {
  font-family: "Font Awesome 5 Free";
  content: "1";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #990088;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci2p {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci2p:before {
  font-family: "Font Awesome 5 Free";
  content: "2";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #990088;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci3p {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci3p:before {
  font-family: "Font Awesome 5 Free";
  content: "3";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #990088;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci4p {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci4p:before {
  font-family: "Font Awesome 5 Free";
  content: "4";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #990088;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci5p {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci5p:before {
  font-family: "Font Awesome 5 Free";
  content: "5";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #990088;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}

.ci6p {
  position: relative;
  background: #d3d3d3;
  padding: 2px 5px 2px 28px;
  font-size: 16px;
  color: #2d2d2d;
  border-radius: 0 10px 10px 0;
  left: 1em;
}

.ci6p:before {
  font-family: "Font Awesome 5 Free";
  content: "6";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #990088;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px white; 
  border-radius: 50%;
}



.chevron-p {
  position: relative;/*相対位置*/
  padding: 0.5em 0.5em 0.5em 1.5em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
  color: #990088;/*文字色*/
  border-top: dotted 1px gray;
  border-bottom: dotted 1px gray;
  background: #fffff4;
}

.chevron-p:before {
  font-family: "Font Awesome 5 Free";/*忘れずに*/
  content: "\f138";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0.25em;/*アイコンの位置*/
  top: 0.5em;/*アイコンの位置*/
  color: #990088; /*アイコン色*/
}


/* XLarge */

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

    /* Basic */

    body,
    input,
    textarea,
    select {
        font-size: 13pt;
    }

}

/* Large */

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

    /* Basic */

    body,
    input,
    textarea,
    select {
        font-size: 12pt;
    }

    h2 br,
    h3 br,
    h4 br,
    h5 br,
    h6 br {
        display: none;
    }

    /* Image */

    .image.left {
        max-width: 50%;
    }

    .image.right {
        max-width: 50%;
    }

    /* Header */

    #header>.container {
        padding: 12em 0 5em 0;
    }

    #header h1 {
        font-size: 2.5em;
    }

    /* Nav */

    #nav>ul>li {
        padding-right: 1.25em;
    }

    /* Features */

    #features {
        padding: 4em 0;
    }

    /* Banner */

    #banner {
        padding: 8em 0;
    }

    #banner>.container {
        padding: 0 4em;
    }

    #banner>.container br {
        display: none;
    }

    /* Main */

    #main {
        padding: 4em 0;
    }

    /* Footer */

    #footer {
        padding: 4em 0;
    }

    /* Copyright */

    #copyright {
        margin-top: 2em;
        padding-top: 2em;
    }

}

/* Medium */

#navPanel,
#titleBar {
    display: none;
}

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

    /* Basic */

    html,
    body {
        overflow-x: hidden;
    }

    /* Header */

    #header>.container {
        padding: 10em 0 7em 0;
    }

    /* Nav */

    #nav {
        display: none;
    }

    /* Nav */

    #page-wrapper {
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-transition: -moz-transform 0.5s ease;
        -webkit-transition: -webkit-transform 0.5s ease;
        -ms-transition: -ms-transform 0.5s ease;
        transition: transform 0.5s ease;
        padding-bottom: 1px;
    }

    #titleBar {
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-transition: -moz-transform 0.5s ease;
        -webkit-transition: -webkit-transform 0.5s ease;
        -ms-transition: -ms-transform 0.5s ease;
        transition: transform 0.5s ease;
        display: block;
        height: 44px;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 10001;
    }

    #titleBar .toggle {
        text-decoration: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 80px;
        height: 60px;
        border: 0;
    }

    #titleBar .toggle:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        text-transform: none !important;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }

    #titleBar .toggle:before {
        display: inline-block;
        text-decoration: none;
        content: '\f0c9';
        display: block;
        width: 60px;
        height: 40px;
        background: rgba(232, 232, 232, 0.9);
        border-radius: 4px;
        position: absolute;
        left: 5px;
        top: 5px;
        box-shadow: 0.125em 0.125em 0 0 rgba(0, 0, 0, 0.15);
        text-align: center;
        line-height: 40px;
        font-size: 18px;
        color: #aaa;
    }

    #titleBar .toggle:active:before {
        opacity: 0.5;
    }

    #navPanel {
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-transform: translateX(-275px);
        -webkit-transform: translateX(-275px);
        -ms-transform: translateX(-275px);
        transform: translateX(-275px);
        -moz-transition: -moz-transform 0.5s ease;
        -webkit-transition: -webkit-transform 0.5s ease;
        -ms-transition: -ms-transform 0.5s ease;
        transition: transform 0.5s ease;
        display: block;
        height: 100%;
        left: 0;
        overflow-y: auto;
        position: fixed;
        top: 0;
        width: 275px;
        z-index: 10002;
        background: #444;
        border-right: solid 2px #3c3c3c;
        font-weight: 400;
        text-transform: uppercase;
        color: #888;
        letter-spacing: 2px;
        font-size: 0.85em;
    }

    #navPanel .link {
        display: block;
        color: #ddd;
        text-decoration: none;
        height: 44px;
        line-height: 44px;
        border: 0;
        border-top: solid 1px #3c3c3c;
        padding: 0 1em 0 1em;
    }

    #navPanel .link:first-child {
        border-top: 0;
    }

    #navPanel .link.depth-0 {
        font-weight: 600;
        color: #fff;
    }

    #navPanel .indent-1 {
        display: inline-block;
        width: 1em;
    }

    #navPanel .indent-2 {
        display: inline-block;
        width: 2em;
    }

    #navPanel .indent-3 {
        display: inline-block;
        width: 3em;
    }

    #navPanel .indent-4 {
        display: inline-block;
        width: 4em;
    }

    #navPanel .indent-5 {
        display: inline-block;
        width: 5em;
    }

    #navPanel .depth-0 {
        color: #fff;
    }

    body.navPanel-visible #page-wrapper {
        -moz-transform: translateX(275px);
        -webkit-transform: translateX(275px);
        -ms-transform: translateX(275px);
        transform: translateX(275px);
    }

    body.navPanel-visible #titleBar {
        -moz-transform: translateX(275px);
        -webkit-transform: translateX(275px);
        -ms-transform: translateX(275px);
        transform: translateX(275px);
    }

    body.navPanel-visible #navPanel {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    /* Sidebar */

    #sidebar {
        padding-top: 6em;
    }

}

/* Small */

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

    /* Basic */

    body,
    input,
    textarea,
    select {
        font-size: 11pt;
    }

    h2,
    h4,
    h5,
    h6 {
        font-size: 1.2em;
        letter-spacing: 2px;
        text-align: center;
        margin: 0 0em 1.5em 0;
    }

    h3 {
        font-size: 1.4em;
        letter-spacing: 2px;
        text-align: center;
        margin: 0 1em 2em 0;
    }

    .title-ads {
        font-size: 1.0em;
        letter-spacing: 2px;
        text-align: center;
        margin: -2.0em 0 -1.0em 0;
    }

    h2 br,
    h3 br,
    h4 br,
    h5 br,
    h6 br {
        display: none;
    }

    /* Image */

    .image.featured {
        margin: 0 0 1.5em 0;
    }

    .image.left {
        max-width: 35%;
    }

    .image.right {
        max-width: 35%;
    }

    /* Button */

    input[type="button"],
    input[type="submit"],
    input[type="reset"],
    button,
    .button {
        letter-spacing: 2px;
        display: block;
        padding: 1em 0 1em 0;
        width: 100%;
    }

    /* Actions */

    ul.actions li {
        display: block;
        margin: 1em 0 0 0;
    }

    ul.actions li:first-child {
        margin-top: 0;
    }

    /* Box */

    .box.excerpt header {
        text-align: center;
    }

    /* Header */

    #header>.container {
        padding: 6em 0 4em 0;
    }

    #header h1 {
        font-size: 2em;
        letter-spacing: 8px;
        line-height: 1.325em;
    }

    #header p {
        margin: 1.25em 0 0 0;
        letter-spacing: 2px;
    }

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

    #header h1 {
        font-size: 1.5em;
    }

    #header>.container {
        padding: 2em 0 1em 0;
    }

}

    /* Banner */

    #banner {
        padding: 5em 0;
    }

    #banner>.container {
        padding: 0;
    }

    #banner>.container:before,
    #banner>.container:after {
        display: none;
    }

    #banner p {
        font-size: 1.25em;
    }

    /* Features */

    #features {
        padding: 2em 0;
    }

    #features ul.actions {
        margin-top: 0;
    }

    /* Main */

    #main {
        padding: 2em 0;
    }

    /* Content */

    #content>section,
    #content>article {
        margin: 3em 0 0 0;
        padding: 3em 0 0 0;
    }

    /* Sidebar */

    #sidebar {
        padding-top: 13em;
    }

    #sidebar>section,
    #sidebar>article {
        margin: 3em 0 3em 0;
        padding: 3em 0 0 0;
    }

    /* Title */

    .title {
    padding: 2em;
    }

    /* Footer */

    #footer ul, li {
        margin-left : auto;
        margin-right: auto;
        padding: 2em 0 0 0em;
    }

    #footer ul.icons {
        margin-bottom: 0;
    }

    #ads img {
        margin: 0 auto;
        padding: 0em 0 0 0em;
    }

    /* Copyright */

    #copyright .links {
        margin-bottom: 0;
    }

    #copyright .links li {
        display: block;
        padding-left: 0;
        margin-left: 0;
        border-left: 0;
    }
}

/* bottom menu */

#bottom-menu {
    position: fixed;
    width: 100%;
    bottom: 0px;
    font-size: 0;
    opacity: 0.9;
    z-index: 99;
}

#bottom-menu ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

#bottom-menu li {
    justify-content: center;
    align-items: center;
    width: 50%;
    padding: 0;
    margin: 0;
    font-size: 14px;
    border-right: 1px solid #fff;
}

#bottom-menu li:first-child {
    background: #999;
}

#bottom-menu li:last-child {
    background: #35730e;
}

#bottom-menu li a {
    color: #fff;
    font-weight: 600;
    text-align: center;
    display: block;
    width: 100%;
    padding: 10px;
}


@media screen and (min-width: 750px) {
    #bottom-menu {
        display: none !important
    }
}



/* quiz */

/* クイズのすべてを管理する親要素 */
.quiz_area{
    position: relative;
}

/* 回答後に上に被せてタップできなくするための要素（デフォルト非表示、回答後に一時的に表示） */
.quiz_area .quiz_area_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    color: #FFF;
    text-align: center;
}

/* 画面に〇、×を表示するための要素（デフォルト非表示、回答後に一時的に表示） */
.quiz_area .quiz_area_icon{
    position: absolute;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    z-index: 9999;
    transform: translate(-50%, -50%);
    color: red;
    display: none;
    font-size: 10em;
    font-weight: bold;
    -webkit-text-stroke: 4px #FFF;
    text-stroke: 4px #FFF;
}

/* .trueまたは.falseのクラスが付与されたら表示するものとみなす */
.quiz_area .quiz_area_icon.true, .quiz_area .quiz_area_icon.false{
    display: block;
}

/* .trueは正解（〇を表示） */
.quiz_area .quiz_area_icon.true:before{
    content: '〇';
    color: red;
}
/* .falseは不正解（×を表示） */
.quiz_area .quiz_area_icon.false:before{
    content: '×';
    color: blue;
}

/* 現在の問題数を表示 */
.quiz_area .quiz_no{
    font-weight: bold;
}

/* 問題文と回答後の結果（デザインは使いまわし） */
.quiz_area .quiz_question, .quiz_result{
    box-sizing: border-box;
    padding: 15px;
    border: 4px solid #CCC;
    font-weight: bold;
}

/* 回答後の結果は初期非表示 */
.quiz_area .quiz_result{
    display: none;
    text-align: center;
}


/* 以下クイズの選択肢のデザイン */
.quiz_area .quiz_ans_area ul{
    margin: 10px 0 0 0;
    padding: 0;
    display: block;
}

.quiz_area .quiz_ans_area ul::after{
    content: "";
    display: block;
    clear: both;
}

.quiz_area .quiz_ans_area ul li{
    box-sizing: border-box;
    list-style: none;
    float: left;
    width: 100%;
    padding: 10px 15px;
    border: 2px solid #CCC;
    margin: 0 0 -2px 0;
    cursor: pointer;
}

.quiz_area .quiz_ans_area ul li.selected{
    background-color: #bcbcbc;
}

/*-----------------------------------------------------------------------------------*/
  Search
/*-----------------------------------------------------------------------------------*/

#search-wrapper input#search-box {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    background-color: #555;
    border-bottom: 2px solid #555;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #eee;
    font-size: 14px;
    padding: 8px 5px;
}


::placeholder {
    text-align: center;
    color: #999;
}

.opaqued #search-wrapper input#search-box {
    background-color: rgba(0, 0, 0, 0.4);
    border-bottom: 2px solid transparent;
}

.search-trigger {
    color: #fff;
    display: inline-block;
    padding: 8px, 0, 30px;
    line-height: 1;
}


.search-trigger:hover {
    cursor: pointer;
}

.tb-wrap{
  width:100%;
  overflow-x:scroll;
}

