@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

body,
html {
    font-family: 'Noto Sans JP', 'Roboto', 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;
    word-wrap: break-word;
    font-size: 15px;
    line-height: 1.5;
    color: #5a4f4a;
    background: #ffffff;
    text-align: left;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 75%;
}

hr {
    border: none;
    border-bottom: 1px dotted #999;
    margin-top: 15px;
    margin-bottom: 15px;
}

.mainvisualwide,
#main {
    width: 100%;
    height: auto;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    background: #ffffff;
}

header {
    position: relative;
}

#wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
}

#toparea {
    width: 100%;
    height: auto;
}

#topareatop {
    width: 100%;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #00008b;

}

#title {
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}

#title h1 {
    margin-left: 30px;
    margin-right: 30px;
}

#title h1.sm {
    display: none;
}

#title img {
    width: 90%;
    height: auto;
    vertical-align: middle;
}

#language {
    margin-left: auto;
    margin-right: 15px;
}

#language img {
    width: 100%;
    height: auto;
}

#contact {
    margin-left: auto;
    margin-right: 15px;
    color: #ffffff;
    text-align: center;
    display: none;
}

#contact a {
    text-decoration: none;
    color: #ffffff;
}

#contact a:hover {
    text-decoration: underline;
    color: #ffffff;
}

#contactsm {
    color: #ffffff;
    background: #00008b;
    padding-bottom: 0.5em;
    text-align: center;
    margin-top: -15px;
}

.visualarea {
    width: 100%;
    height: auto;
}

.visualarea img {
    width: 100%;
    height: auto;
}

#main {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#main article {
    width: 95%;
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 2.5%;
    margin-right: 2.5%;
}

#main article img {
    max-width: 100%;
    height: auto;
}

#main article p {
    margin-bottom: 15px;
}

p.indent {
    padding-left: 23px;
}

#main ul,
ol {
    padding-left: 1.5em;
    margin-bottom: 15px;
}

#main ol ul {
    list-style-type: disc;
}

.paren {
    counter-reset: item;
    list-style: none;
    margin-bottom: 0px;
}

.paren li:before {
    content: "["counters(item, "-") "]";
    counter-increment: item;
    margin-right: 0.5em;
}

.paren li {
    padding-left: 1.0em;
    text-indent: -2.0em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.paren2 {
    counter-reset: item [9];
    list-style: none;
    margin-bottom: 0px;
}

.paren2 li:before {
    content: "["counters(item, "-") "]";
    counter-increment: item;
    margin-right: 0.5em;
}

.paren2 li {
    padding-left: 1.0em;
    text-indent: -2.5em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}


#main #list ul {
    padding-left: 0px;
    margin-bottom: 30px;
}

#main #list li {
    list-style: none;
    border-bottom: 1px dotted #999;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}

#main #list li:first-child {
    border-top: 1px dotted #999;
}

#main li a {
    text-decoration: none;
    color: #4169e1;
}

#main li a:hover {
    text-decoration: none;
    color: #00a3db;
}

#main a,
footer a {
    text-decoration: none;
    color: #4169e1;
}

#main a:hover,
footer a:hover {
    text-decoration: none;
    color: #00a3db;
}


h1.meeting {
    font-size: 26px;
    font-weight: bold;
    margin-top: 30px;
    width: 95%;
    padding-left: 2.5%;
    padding-right: 2.5%;
}


h2 {
    font-weight: bold;
    color: #00008b;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: left;
    position: relative;
    padding: 0.25em 0;
}

h2:after {
    content: "";
    display: block;
    height: 4px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 139, 1)), rgba(173, 216, 230, 1));
    background: linear-gradient(to right, rgba(0, 0, 139, 1), rgba(173, 216, 230, 1));
}

h3 {
    font-weight: 500;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 5px;
    padding-left: 15px;
    position: relative;
    padding-left: 1.5em;
}

h3:before {
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    content: "\f56b";
    position: absolute;
    font-size: 1em;
    left: 0;
    top: 0;
    color: lightblue;
}

h4 {
    font-weight: bold;
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 5px;
    text-align: left;
}

h5 {
    font-weight: bold;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.normal {
    font-weight: normal;
    font-size: 15px;
}


.br-sp {
    display: none;
}

.br-tb {
    display: block;
}

footer {
    margin-top: 80px;
}

#footerarea {
    padding-top: 30px;
    width: 90%;
    height: auto;
    margin-left: 5%;
    margin-right: 5%
}

#copy {
    font-size: 12px;
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

#gototop {
    position: fixed;
    bottom: 3px;
    right: 10px;
}

#gototop img {
    width: 50px;
    height: 50px;
}
