@charset "UTF-8";
@import url("http://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Ubuntu+Condensed|Ubuntu:300,400,700");
html {
  font-size: 62.5%;
}

body {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'Noto Sans Japanese', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  margin: 0;
}

/* リンク */
a {
  color: #bf0000;
  transition: all  0.3s ease;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: background-color 0.3s;
}
a[href^="http://"]:after, a[href^="https://"]:after {
  color: #bf0000;
  content: "\f2d2";
  font-family: FontAwesome;
  margin-left: 10px;
  right: 20px;
  margin: -10px 0 0 10px;
  text-decoration: none;
  top: 27px;
}
a:hover {
  opacity: 0.8;
  transition: all  0.3s ease;
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
}
a:visited {
  color: #bf0000;
}
a.blank:after {
  color: #bf0000;
  content: "\f2d2";
  font-family: 'Font Awesome\ 5 Free';
  margin-left: 10px;
  text-decoration: none;
}

.btn.type01:after {
  color: #fff;
  content: "\f35a";
  font-family: 'Font Awesome\ 5 Free';
  font-size: 1.6rem;
  margin: 0 10px 0 10px;
  right: 30px;
  position: relative;
}
.btn.type01 a {
  background-color: #bf0000;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
  min-width: 184px;
  padding: 15px 60px 15px 19px;
  position: relative;
  text-align: left;
  text-decoration: none;
}
.btn.type01 a .fileInfo {
  font-size: 1.2rem;
  font-weight: normal;
}
.btn.type01 a[href$='.zip']:after, .btn.type01 a[href$='.rar']:after, .btn.type01 a[href$='.gzip']:after {
  color: #bf0000;
  content: "\f1c6";
  font-family: FontAwesome;
  font-size: 2.5rem;
  right: 30px;
  margin: -10px 0 0 20px;
  position: absolute;
  top: 27px;
}
.btn.type01 a[href$=".pdf"]:after {
  color: #bf0000;
  color: #fff;
  content: "\f1c1";
  font-family: FontAwesome;
  font-size: 2.5rem;
  right: 30px;
  margin: -10px 0 0 20px;
  position: absolute;
  top: 17px;
}
.btn.type01 a[href^="http://"]:after {
  color: #bf0000;
  color: #fff;
  content: "\f2d2";
  font-family: FontAwesome;
  margin-left: 10px;
  right: 20px;
  margin: -10px 0 0 20px;
  position: absolute;
  top: 27px;
}
.btn.type01 a:hover {
  background-color: #ff0000;
  border-radius: 3px;
  transition: all  0.3s ease;
}
.btn.type01 a:after {
  color: #fff;
}
.btn.type02 a {
  background-color: #ea1e5d;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 20px;
  min-width: 184px;
  padding: 15px 19px;
  position: relative;
  text-align: left;
  text-decoration: none;
}
.btn.type02 a:after {
  color: #fff;
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 1.2rem;
  right: 20px;
  margin: -10px 0 0 20px;
  position: absolute;
  top: 27px;
}
.btn.type02 a:hover {
  background-color: #fd719c;
  border-radius: 3px;
  transition: all  0.3s ease;
}
.btn.type03 {
  background-color: #ccc;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  margin: 0 0 20px 300px;
  min-width: 184px;
  padding: 15px 19px;
  position: relative;
  text-align: left;
  text-decoration: none;
}
.btn.type03:after {
  color: #fff;
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 1.2rem;
  right: 20px;
  margin: -10px 0 0 20px;
  position: absolute;
  top: 27px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.note {
  color: #595757;
  font-size: 1.2rem;
  line-height: 1.3;
}

.aste {
  font-size: 1.2rem;
  vertical-align: super;
}

.center {
  text-align: center;
}

.t_left {
  text-align: left !important;
}

.fontNormal {
  font-weight: normal !important;
}

ul.note {
  color: #595757;
  font-size: 1.2rem;
  line-height: 1.3;
  list-style: none;
  padding: 0;
}
ul.note li {
  margin-bottom: 7px;
  text-indent: -1em;
  padding-left: 1em;
}
ul.note li ul {
  list-style: disc;
  margin: 0 0 5px -10px;
}
ul.note.two li {
  text-indent: -2em;
}

figure {
  margin: 0 0 20px 0;
}
figure figcaption {
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}

address {
  font-style: normal;
}

p {
  margin-top: 0;
}

ul.type01 {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.type01 li {
  border-left: 4px solid #21adde;
  margin-bottom: 10px;
  padding-left: 10px;
}
ul.type02 {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.type02 li {
  margin-bottom: 10px;
  padding-left: 10px;
}
ul.type02 li:before {
  color: #bf0000;
  content: "\f0c8";
  font-family: FontAwesome;
  font-size: 1.8rem;
  margin-right: 10px;
}
ul.subList {
  font-size: 1.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.subList li {
  border-left: none;
  margin-bottom: 7px;
  text-indent: -1.5em;
  padding-left: 1.5em;
  line-height: 1.4;
}
ul.subList li:before {
  color: #bf0000;
  content: "\f0c8";
  font-family: FontAwesome;
  margin-right: 10px;
}

ol.type01 {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
ol.type01 li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
ol.type01 li:before {
  background-color: #bf0000;
  content: counter(my-counter);
  counter-increment: my-counter;
  color: #fff;
  display: block;
  float: left;
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 22px;
  margin: 3px 0 0 -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}

table.type01 {
  border-collapse: collapse;
  border-top: 1px solid #004ba0;
  border-bottom: 1px solid #004ba0;
}
table.type01 thead tr th {
  background-color: #004ba0;
  border-right: 1px solid #fff;
  color: #fff;
  padding: 20px 0;
  width: auto;
}
table.type01 thead tr th:last-child {
  border-right: none;
}
table.type01 tbody.left tr td {
  text-align: left;
}
table.type01 tr .supple {
  color: #000;
  font-size: 1.2rem;
  font-weight: normal;
}
table.type01 tr th {
  background-color: #f1f1f1;
  border-bottom: 1px dotted #004ba0;
  border-right: 1px solid #004ba0;
  padding: 20px;
  text-align: center;
}
table.type01 tr th:last-child {
  border-right: none;
}
table.type01 tr td {
  border-bottom: 1px dotted #004ba0;
  border-right: 1px solid #004ba0;
  padding: 20px 20px;
  text-align: left;
}
table.type01 tr td ul {
  margin: 0 0 0 10px;
  padding: 0;
}
table.type01 tr td:last-child {
  border-right: none;
}
table.type01 tr td .dateEmp {
  color: #ea1e5d;
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.nowrap {
  white-space: nowrap;
}

.closed {
  background: url("../img/cmn_bg_gray01.gif") repeat;
  border-radius: 3px;
  clear: both;
  font-size: 1.4rem;
  padding: 20px 20px 10px 20px;
}
.closed .tit {
  color: #74450c;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.closed ul li {
  border-left: none;
}

.tenjikaiLink {
  float: right;
  margin-top: -5px;
}
.tenjikaiLink .btn {
  cursor: pointer;
  font-size: 10px;
  border: solid 1px;
  display: inline-block;
  line-height: 1.42857143;
  padding: 2px 6px;
  margin-left: 5px;
  touch-action: manipulation;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.tenjikaiLink .btn a {
  text-decoration: none;
}
.tenjikaiLink .btn.btn-1 {
  border-color: #0093cf;
  border-radius: 2px;
  background: #0093cf;
  color: #fff;
  text-decoration: none;
}
.tenjikaiLink .btn.btn-1 a {
  text-decoration: none;
}
.tenjikaiLink .btn.btn-2 {
  border-color: #0093cf;
  border-radius: 2px;
  background: #fff;
  color: #0093cf;
  text-decoration: none;
}
.tenjikaiLink .btn.btn-2 a {
  text-decoration: none;
}

header {
  border-top: 5px solid #F00;
}
header #global_link a:after {
  content: none;
}
header .inner {
  width: 1000px;
  margin: 0 auto;
}
header .inner .contact {
  float: right;
}
header .inner .contact .btn a {
  min-width: auto;
  margin-bottom: 0;
  padding: 0 60px 0px 10px;
}
header .inner .low.first .column.left {
  float: left;
  margin-top: 18px;
  width: 670px;
}
header .inner .low.first .column.right {
  float: right;
  margin-top: 10px;
}
header .inner .low.first .column.right a {
  text-decoration: none;
}
header .inner .low.first .column.right a:before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 10px;
}
header .inner .low.second {
  clear: both;
  overflow: hidden;
}
header .inner .low.second .term, header .inner .low.second .venue {
  float: left;
  font-family: 'Ubuntu Condensed', sans-serif;
  font-size: 2rem;
  text-align: left;
}
header .inner .low.second .term .dateEmp, header .inner .low.second .venue .dateEmp {
  font-size: 2.4rem;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  vertical-align: top;
}
header .inner .low.second .term .dateSub, header .inner .low.second .venue .dateSub {
  line-height: 1;
  vertical-align: top;
}
header .inner .low.second .term .tit {
  background-color: #004ba0;
  clear: both;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 10px 10px auto;
  padding: 0 6px;
}
header .inner .low.second .venue .tit {
  background-color: #004ba0;
  clear: both;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 10px 10px auto;
  padding: 0 6px;
  margin-left: 20px;
}
header .inner .low.second .venue .venueEmp {
  float: left;
  font-weight: bold;
  line-height: 1;
  vertical-align: top;
}
header nav#gNavi {
  border-bottom: #E1E1E1 solid 5px;
  margin: 20px 0 0 0;
  padding-bottom: 10px;
}
header nav#gNavi ul {
  width: 1000px;
  margin: 0 auto;
  list-style: none;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  width: 1000px;
}
header nav#gNavi ul li {
  border-left: 1px solid #ccc;
  float: left;
  font-family: 'Ubuntu', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 5px 0;
  padding: 0 30px;
  text-align: center;
}
header nav#gNavi ul li:last-child {
  border-right: 1px solid #ccc;
}
header nav#gNavi ul li a {
  color: #000;
  text-decoration: none;
}
header nav#gNavi ul li a:hover {
  color: #bf0000;
  transition: all  0.3s ease;
}

footer {
  background-color: #000;
  border-top: #F00 5px solid;
  clear: both;
  position: relative;
}
footer #pageTop {
  background-color: #bf0000;
  clear: both;
  color: #fff;
  cursor: pointer;
  height: 66px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 66px;
  z-index: 100;
  transition: all  0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: background-color 0.3s;
}
footer #pageTop:hover {
  background-color: #ff0000;
}
footer #pageTop a {
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}
footer #pageTop a svg {
  height: 40px;
  left: 15px;
  position: relative;
  top: 15px;
  width: 35px;
}
footer .inner {
  width: 1000px;
  margin: 0 auto;
  color: #fff;
}
footer .inner a {
  color: #fff;
  text-decoration: none;
}
footer .inner a:after {
  color: #fff;
}
footer .inner #contact {
  float: right;
  margin-right: 20px;
  padding: 50px 0;
  width: 300px;
}
footer .inner #contact .tit {
  background-color: #BCBCBC;
  border-radius: 10px 10px 0 0;
  color: #FFF;
  font-weight: bold;
  margin: 0;
  padding: 10px 20px;
}
footer .inner #contact address {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  color: #000;
  font-size: 1.5rem;
  padding: 20px;
}
footer .inner #contact address strong {
  display: inline-block;
  margin-bottom: 15px;
}
footer .inner #contact address a {
  color: #000;
}
footer .inner .column {
  float: left;
  margin: 50px 20px 0 0;
  width: 315px;
}
footer .inner .column a:before {
  content: "\f35a";
  font-family: Font Awesome\ 5 Free;
  margin-right: 10px;
}
footer .inner .column a.blank.after {
  color: #fff;
}
footer .inner .column ul {
  list-style: none;
  margin: 0 0 25px 0;
  padding: 0;
}
footer .inner .column ul li {
  display: inline-block;
}
footer .inner .column .tit {
  font-weight: bold;
  margin-bottom: 25px;
}
footer .inner .column:last-child {
  margin-right: 0;
}
footer .inner .column.second {
  margin-top: 50px;
}
footer .copyright {
  clear: both;
  padding: 0 0 30px 0;
}
footer .copyright small {
  width: 1000px;
  margin: 0 auto;
  color: #fff;
  display: inherit;
  text-align: center;
}

.top main {
  clear: both;
}
.top main #heroArea {
  margin-bottom: 50px;
  overflow: hidden;
  position: relative;
}
.top main #heroArea .inner {
  width: 1000px;
  margin: 0 auto;
}
.top main #heroArea .inner .tit {
  height: 330px;
  position: absolute;
  width: 1000px;
  z-index: 999;
}
.top main #heroArea .inner .tit h1 {
  margin: 0;
  padding-top: 50px;
  text-align: center;
}
.top main #heroArea .inner .tit .appli {
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.top main #heroArea .inner .tit .appli .btn a {
  margin-bottom: 10px;
}
.top main #heroArea ul.slick-box {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.top main #heroArea ul.slick-box img {
  width: 100%;
  height: auto;
}
.top main #outline, .top main #info, .top main #layout, .top main #categories, .top main #difShow {
  clear: both;
  padding-bottom: 70px;
  overflow: hidden;
}
.top main #outline h2, .top main #info h2, .top main #layout h2, .top main #categories h2, .top main #difShow h2 {
  color: #bf0000;
  border-bottom: 3px solid #E1E1E1;
  font-size: 2.4rem;
  margin-bottom: 50px;
  padding-bottom: 10px;
  text-align: center;
}
.top main #outline h3, .top main #info h3, .top main #layout h3, .top main #categories h3 {
  border-bottom: #ccc solid 1px;
  border-top: #ccc solid 1px;
  border-left: #bf0000 solid 5px;
  border-right: #bf0000 solid 5px;
  clear: both;
  font-size: 1.6rem;
  margin: 0 0 30px 0;
  padding: 5px 0px 5px 0;
  text-align: center;
}
.top main #outline .inner, .top main #info .inner, .top main #layout .inner, .top main #categories .inner {
  width: 1000px;
  margin: 0 auto;
  clear: both;
}
.top main #layout figure img {
  display: block;
  margin: 0 auto;
  width: 706px;
}
.top main #difShow .inner {
  text-align: center;
}
.top main #difShow .inner p {
  display: inline;
}
.top main #difShow .inner p a:after {
  content: "";
}
.top main #difShow .inner p + p {
  margin-left: 20px;
}
.top main #categories section {
  margin-bottom: 30px;
  overflow: hidden;
}
.top main #categories section .column {
  float: left;
  margin-right: 20px;
  width: 390px;
}
.top main #categories section .column:last-child {
  margin-right: 0;
}
.top main #categories section:last-child {
  margin-bottom: 0;
}

.anchor {
  background-color: #f1f1f1;
  border-radius: 3px;
  font-size: 1.4rem;
  margin: 50px auto 0;
  width: 830px;
  overflow: auto;
  padding: 10px 20px;
  width: 790px;
}
.anchor ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.anchor ul li {
  float: left;
  margin: 0 30px 0 20px;
}
.anchor ul li a {
  color: #000;
  text-decoration: none;
}
.anchor ul li a:hover {
  text-decoration: underline;
}
.anchor ul li a:before {
  color: #bf0000;
  content: "\f0ab";
  position: absolute;
  font-family: FontAwesome;
  margin-left: -20px;
}

.page-child main article .pageTit {
  color: #bf0000;
  clear: both;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  text-align: center;
}
.page-child main article .pageTit h1 {
  margin: 1.7em 0;
}
.page-child main article .inner {
  width: 800px;
  margin: 0 auto;
}
.page-child main article h2 {
  border-color: #E1E1E1;
  border-style: solid;
  border-width: 3px;
  border-width: 0 0 3px 0;
  font-family: 'Ubuntu', sans-serif;
  margin: 0 0 30px 0;
  text-align: center;
}
.page-child.summary main article #info {
  margin-bottom: 140px;
}
.page-child.trend main article figure {
  text-align: center;
}
.page-child.trend main article #intro, .page-child.trend main article #shower, .page-child.trend main article #tempo, .page-child.trend main article #powder {
  clear: both;
  margin-bottom: 30px;
}
.page-child.trend main article #intro {
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.page-child.trend main article #tempo .column.left {
  float: left;
  margin-right: 20px;
  width: 390px;
}
.page-child.trend main article #tempo .column.right {
  float: left;
  width: 390px;
}
.page-child.trend main article #powder {
  margin-bottom: 140px;
}

.download--inner {
  max-width: 800px;
  margin: 0 auto;
}
.download__unit {
  margin-bottom: 100px;
}
.download__unit figure {
  text-align: center;
}
.download__btn {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  max-width: 500px;
  margin: 20px auto;
  padding-left: 0;
}
.download__btn li {
  list-style: none;
}
.download__btn li a {
  display: block;
  padding: 10px;
  background-color: #05257a;
  color: white;
  border: 1px solid transparent;
  text-decoration: none;
}
.download__btn li a:hover {
  text-decoration: none;
  background-color: white;
  color: #05257a;
  border: 1px solid #05257a;
}
.download__sourceCode {
  width: 500px;
  overflow: auto;
  word-wrap: break-word;
  border: 1px solid #ccc;
  margin: 20px auto;
  color: #05257a;
  font-family: monospace, monospace;
}
.download__sourceCode pre {
  margin-bottom: 10px;
}

.visit--inner {
  max-width: 800px;
  margin: 0 auto 100px;
}
.visit__title {
  margin-bottom: 100px !important;
}
.visit__subTitle {
  margin-top: 80px !important;
  text-align: center;
}
.visit__btn a {
  display: block;
  width: 600px;
  color: white;
  font-size: 18px;
  text-align: center;
  background-color: #004ba0;
  padding: 20px;
  margin: 0 auto;
}
.visit__btn a:after {
  content: none;
}
.visit__append {
  text-align: center;
}

.nolink a {
  opacity: 0.5;
  pointer-events: none;
}
