@charset "UTF-8";
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
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, strong, 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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: .5;
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: .5;
  }
}
img {
  -ms-interpolation-mode: bicubic;
}

.forpc {
  display: block;
}
@media screen and (max-width: 767px) {
  .forpc {
    display: none !important;
  }
}

.formb {
  display: none;
}
@media screen and (max-width: 767px) {
  .formb {
    display: block;
  }
}

a {
  transition-property: background-color, border, color, opacity;
  transition-duration: .2s;
  transition-timing-function: linear;
  -webkit-transition-property: background-color, border, color, opacity;
  -webkit-transition-duration: .2s;
  -webkit-transition-timing-function: linear;
  text-decoration: none;
}
a:link {
  color: #fff;
}
a:visited {
  color: #eee;
}
a:hover {
  color: #eef;
  text-decoration: underline;
}
a:active {
  color: #B31B1B;
}
a.link:before {
  margin: 0 3px 0 0;
  content: '\f105';
  font-family: FontAwesome;
  color: #999;
}
.windows a.hover:hover, .mac a.hover:hover {
  opacity: 1;
  animation-duration: 1s;
  animation-name: fadeout;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: fadeout;
  display: block;
  opacity: .5;
}

body {
  font-family: 'Noto Sans JP','游ゴシック Medium','Yu Gothic Medium','游ゴシック体',YuGothic,'Hiragino Sans','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Meiryo UI;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  background-color: #041538;
  background-image: url('../images/bgm.jpg');
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
header #meta {
  padding: 0 0 0 12px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
header #meta .eng {
  margin-left: auto;
  margin-right: 0;
}
header #meta .kit {
  margin-left: 0;
  margin-right: 0;
}
header #sitetitle {
  display: flex;
  align-items: center;
  justify-content: center;
}
header #sitetitle div {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
header #sitetitle div .sitemeta {
  margin: 0 0 8px;
  padding: 3px 4px;
  font-size: 75%;
  font-weight: 500;
  border: 1px solid #ddd;
}
header #sitetitle div h1 {
  margin: 0 0 12px;
}
header #sitetitle div h1 span {
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  color: #000;
}
header #sitetitle div h1 span.sitetitle {
  font-size: 150%;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
header #sitetitle div h1 span.sitelead {
  font-size: 81.25%;
  font-weight: bold;
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 620px) {
  header #sitetitle div .sitemeta {
    margin: 0 auto 5px;
    font-size: 62.5%;
  }
  header #sitetitle div h1 {
    margin: 0 auto 12px;
  }
  header #sitetitle div h1 span.sitetitle {
    font-size: 125%;
    margin: 0 auto 5px;
    display: block;
  }
  body.en header #sitetitle div h1 span.sitetitle {
    font-size: 81.25%;
  }
  header #sitetitle div h1 span.sitelead {
    font-size: 68.75%;
    margin: 0 auto;
    display: block;
  }
}
header p.notes {
  font-size: 75%;
  line-height: 23px;
}
header p.notes a {
  display: block;
  padding: 0 12px;
  color: #000;
}
header p.notes a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #333;
}
@media screen and (max-width: 767px) {
  header p.sitelead {
    margin: 0 0 5px;
    font-size: 8px;
  }
  header p.notes {
    font-size: 8px;
  }
}
header nav ul {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
header nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 12px 20px 8px;
  font-size: 87.5%;
  font-weight: 400;
  text-align: center;
  color: #000 !important;
  line-height: 1.4;
  white-space: nowrap;
  border-bottom: 4px solid #fff;
  box-sizing: border-box;
}
header nav ul li a:hover {
  text-decoration: none;
  border-bottom: 4px solid #003;
}
body#index header nav ul li#nav01 a, body#project header nav ul li#nav02 a, body#strategy header nav ul li#nav03 a, body#structure header nav ul li#nav04 a, body#plan header nav ul li#nav05 a, body#report header nav ul li#nav06 a {
  text-decoration: none;
  border-bottom: 4px solid #003;
}
@media screen and (max-width: 767px) {
  header nav {
    display: none;
    position: absolute;
    top: 87px;
    left: 0;
    width: 100%;
    background-color: #fff;
  }
  header nav ul {
    flex-wrap: wrap;
  }
  header nav ul li {
    max-width: 100%;
    flex-basis: 100%;
    text-align: left;
  }
  header nav ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 8px 20px;
    font-size: 81.25%;
    border-bottom: none !important;
    border-top: 1px solid #ddd;
    box-sizing: border-box;
  }
  header nav ul li a:hover {
    background-color: #f9f9f9;
  }
  header nav ul li a br {
    display: none;
  }
}
@media screen and (max-width: 620px) {
  header nav {
    top: 94px;
  }
  body.en header nav {
    top: 64px;
  }
  body.en header nav ul li a {
    font-size: 75%;
  }
}
header #navbtn {
  display: none;
  position: fixed;
  top: 40px;
  right: 0;
  width: 44px;
  height: 44px;
}
@media screen and (max-width: 767px) {
  header #navbtn {
    display: block;
  }
}
header #navbtn:after {
  width: 44px;
  height: 44px;
  display: block;
  content: '\f0c9';
  font-family: FontAwesome;
  text-align: center;
  line-height: 44px;
}
header #navbtn.active:after {
  content: '\f00d';
}
body.en header #navbtn {
  top: 25px;
}

footer {
  padding: 30px 0;
  background-color: #fff;
}
footer #pagetop {
  position: fixed;
  z-index: 1000;
  bottom: 40px;
  right: 0;
}
footer #pagetop a {
  padding: 8px 12px;
  display: inline-block;
  vertical-align: middle;
  font-size: 75%;
  color: #fff;
  text-align: center;
  background-color: #0071c5;
}
footer #pagetop a:hover {
  color: #0071c5;
  background-color: #fff;
}
footer #pagetop a:before {
  margin: 0 5px 0 0;
  content: '\f102';
  font-family: FontAwesome;
  font-size: 12px;
}
footer #credit {
  text-align: center;
}
footer #credit img {
  width: 160px;
}
footer #copyright {
  padding: 20px 0 0;
  font-size: 9px;
  text-align: center;
}

section#article {
  padding: 134px 20px 20px;
  background-image: url('../images/bg.jpg');
  background-size: 100% auto;
  background-position: left top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  section#article {
    padding: 87px 10px 10px;
  }
}
@media screen and (max-width: 620px) {
  section#article {
    padding: 95px 10px 10px;
  }
}

article .pagetitle {
  padding: 50px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
article .pagetitle .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
article .pagetitle h1 {
  display: inline-block;
  vertical-align: middle;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 250%;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
article .pagetitle p {
  margin: 8px 0 0;
  font-size: 100%;
  font-weight: 300;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  article .pagetitle {
    padding: 20px 20px 0;
  }
  article .pagetitle h1 {
    font-size: 150%;
  }
  article .pagetitle p {
    margin: 3px 0 0;
    font-size: 81.25%;
  }
}
article .articlemenu {
  max-width: 900px;
  margin: 0 auto;
  margin: 0 auto;
}
article .article {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 30px 50px;
  background-color: rgba(0, 50, 150, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  box-sizing: border-box;
}
body#index article .article {
  background-color: rgba(0, 50, 150, 0);
}
article h2 {
  position: relative;
  clear: both;
  position: relative;
  margin: 20px 0 12px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 150%;
  font-weight: bold;
  color: #fff001;
  line-height: 1.5;
}
article h2:first-child {
  margin-top: 0;
}
article h3 {
  margin: 12px 0;
  font-size: 100%;
  font-weight: bold;
  color: #f2b229;
}
article h3 span {
  width: 1.4em;
  height: 1.4em;
  margin: -.3em 5px 0 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 85%;
  color: #fff;
  line-height: 1.4em;
  text-align: center;
  background-color: #f2b229;
  border-radius: 50%;
}
article h4 {
  margin: 12px 0 0;
  font-size: 87.5%;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}
article h4 span {
  width: 1.4em;
  height: 1.4em;
  margin: -.3em 5px 0 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 85%;
  color: #555;
  line-height: 1.4em;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
}
article p {
  margin: 0 0 12px;
  font-size: 81.25%;
  font-weight: 500;
  color: #fff;
  line-height: 1.8;
}
article p.notes {
  font-size: 75%;
  line-height: 1.5;
}
article ul {
  margin: 0 0 12px 8px;
  overflow: hidden;
}
article ul li {
  position: relative;
  margin: 0 0 3px;
  padding: 0 0 0 12px;
  font-size: 81.25%;
  font-weight: 500;
  color: #fff;
  line-height: 1.6;
}
article ul li:before {
  position: absolute;
  top: .4em;
  left: 0;
  content: '\f111';
  font-family: FontAwesome;
  font-size: 62.5%;
  color: #70c8e6;
  line-height: 1.5;
}
article ul li p {
  margin-top: 5px !important;
  font-size: 1em;
}
article ul li ul {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}
article ul li ul li {
  font-size: 1em;
}
article ul.llist {
  margin: 0 0 12px 8px;
}
article ul.llist li {
  position: relative;
  padding: 0 0 0 10px;
}
article ul.llist li:before {
  top: .2em;
  left: 1px;
  content: '\f105';
  font-size: 1em;
  color: #999;
  line-height: 1;
}
article ul.llist li .filesize {
  font-weight: normal;
  color: #444;
}
article ul.llist li a {
  padding: 0;
}
article ul.llist li a:before {
  display: none;
}
article ul.llist li a[href$=".pdf"]:after {
  margin: 0 0 0 3px;
  content: '\f1c1';
  font-family: FontAwesome;
  color: #c00;
}
article ul.llist li a[href$=".doc"]:after,
article ul.llist li a[href$=".docx"]:after {
  margin: 0 0 0 3px;
  content: '\f1c2';
  font-family: FontAwesome;
  color: #0079a1;
}
article ul.llist li a[href$=".xls"]:after,
article ul.llist li a[href$=".xlsx"]:after {
  margin: 0 0 0 3px;
  content: '\f1c3';
  font-family: FontAwesome;
  color: #15a648;
}
article ul.llist li a[href$=".zip"]:after {
  margin: 0 0 0 3px;
  content: '\f1c6';
  font-family: FontAwesome;
  color: #444;
}
article ul.llist li a[href$=".mp3"]:after {
  margin: 0 0 0 3px;
  content: '\f001';
  font-family: FontAwesome;
  color: #39f;
}
article ul.llist li a.external:after {
  margin: 0 3px;
  content: '\f08e';
  font-family: FontAwesome;
  color: #666;
}
article ul.mlist {
  margin: 0 0 20px;
  padding: 8px 12px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}
article ul.mlist li {
  position: relative;
  margin: 0;
  padding: 0 20px 0 15px;
  font-size: 87.5%;
  font-weight: 500;
}
article ul.mlist li:before {
  top: 0;
  left: 3px;
  content: '\f105';
  font-size: 1em;
  color: #eee;
  line-height: 1.6;
}
article ul.mlist li a {
  padding: 0;
}
article ul.mlist li a[href$=".pdf"]:after {
  margin: 0 0 0 3px;
  content: '\f1c1';
  font-family: FontAwesome;
  color: #c00;
}
article ul.mlist li a[href$=".doc"]:after,
article ul.mlist li a[href$=".docx"]:after {
  margin: 0 0 0 3px;
  content: '\f1c2';
  font-family: FontAwesome;
  color: #0079a1;
}
article ul.mlist li a[href$=".xls"]:after,
article ul.mlist li a[href$=".xlsx"]:after {
  margin: 0 0 0 3px;
  content: '\f1c3';
  font-family: FontAwesome;
  color: #15a648;
}
article ul.mlist li a[href$=".zip"]:after {
  margin: 0 0 0 3px;
  content: '\f1c6';
  font-family: FontAwesome;
  color: #444;
}
article ul.mlist li a.external:after {
  margin: 0 3px;
  content: '\f08e';
  font-family: FontAwesome;
  color: #666;
}
article ol {
  margin: 0 0 12px 18px;
}
article ol > li {
  list-style-type: decimal;
  margin: 0 0 5px 1em;
  font-size: 81.25%;
  font-weight: 500;
  color: #fff;
  line-height: 1.6;
}
article ol > li p {
  margin-top: 5px !important;
  font-size: 1em;
}
article ol > li th, article ol > li td {
  font-size: 1em !important;
}
article ol > li ul {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}
article ol > li ul li {
  font-size: 1em;
}
article ol > li ol {
  margin: 5px 0 5px 18px;
}
article ol > li ol li {
  font-size: 1em !important;
}
article ol.num {
  margin: 0 0 12px;
  counter-reset: li;
}
article ol.num > li {
  position: relative;
  margin: 0 0 3px 1.5em;
  padding: .6em 0 0 8px;
  list-style-type: none;
  font-size: 81.25%;
  line-height: 1.6;
}
article ol.num > li strong {
  margin: 0 0 3px;
  display: inline-block;
  vertical-align: middle;
  font-size: 110%;
  color: #fff698;
}
article ol.num > li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 1em;
  top: .85em;
  left: -1.6em;
  width: 2em;
  height: 2em;
  color: #003346;
  font-size: 81.25%;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  border-radius: 1em;
  background-color: #fff;
}
article ol.num > li a {
  padding: 0;
}
article ol.num > li a:before {
  display: none;
}
article ol.num > li ul {
  margin: 5px 0;
}
article ol.num > li ul li {
  font-size: 1em !important;
}
article table th, article table td {
  word-break: break-all;
}
article table.tbl {
  width: 100%;
  margin: 5px 0 12px;
}
article table.tbl th {
  padding: 5px 8px;
  font-size: 81.25%;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  line-height: 1.6;
  vertical-align: top;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
article table.tbl th[scope="row"] {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
article table.tbl th + th, article table.tbl th + td {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
article table.tbl td {
  padding: 5px 8px;
  font-size: 81.25%;
  font-weight: 500;
  color: #fff;
  line-height: 1.6;
  vertical-align: top;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
article table.tbl td + td {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 767px) {
  article table.tbl th[scope="col"] {
    white-space: normal;
  }
}
@media screen and (max-width: 767px) {
  article .article {
    padding: 20px;
  }
}

html, body {
  height: 100%;
}

section#indexarticle {
  padding: 0 0 20px;
  background-image: url('../images/bg.jpg');
  background-size: 100% auto;
  background-position: left top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  section#indexarticle {
    padding: 0 0 10px;
  }
}
body.en section#indexarticle {
  padding: 134px 20px 20px;
}
@media screen and (max-width: 767px) {
  body.en section#indexarticle {
    padding: 87px 10px 10px;
  }
}
@media screen and (max-width: 620px) {
  body.en section#indexarticle {
    padding: 95px 10px 10px;
  }
}

#topimg {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('../images/topimg.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
#topimg .toplead {
  display: none;
  width: 100%;
  max-width: 840px;
}
#topimg .scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -35px;
  width: 70px;
}
@media screen and (max-width: 767px) {
  #topimg .toplead {
    max-width: 80%;
  }
}

.indexcolumns {
  padding: 20px 10px 10px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.indexcolumns .column {
  flex-basis: calc(100 / 4 * 1% - 20px);
  margin: 0 10px 10px;
  padding: 15px;
  display: block;
  background-color: rgba(0, 50, 150, 0.3);
  border: 2px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
}
.indexcolumns .column .imgs {
  position: relative;
  margin: -15px -15px 10px;
  overflow: hidden;
}
.indexcolumns .column .imgs:after {
  content: '';
  padding: 50% 0 0;
  display: block;
}
.indexcolumns .column .imgs img {
  transition: all 0.5s 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}
.indexcolumns .column h2 {
  margin: 0;
  font-family: 'Noto Sans JP','游ゴシック Medium','Yu Gothic Medium','游ゴシック体',YuGothic,'Hiragino Sans','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Meiryo UI;
  font-size: 100%;
  color: #fff;
}
.indexcolumns .column p {
  margin: 0;
  font-size: 81.25%;
  font-weight: 500;
  color: #eee;
}
.indexcolumns .column:hover {
  transition-property: background-color, border, color, opacity;
  transition-duration: .2s;
  transition-timing-function: linear;
  -webkit-transition-property: background-color, border, color, opacity;
  -webkit-transition-duration: .2s;
  -webkit-transition-timing-function: linear;
  text-decoration: none;
  border: 2px solid white;
}
.indexcolumns .column:hover .imgs img {
  top: -10%;
  bottom: -10%;
  left: -10%;
  right: -10%;
  margin: auto;
  max-width: 120%;
  width: 120%;
}
@media screen and (max-width: 767px) {
  .indexcolumns {
    padding: 10px 5px;
    flex-wrap: wrap;
  }
  .indexcolumns .column {
    flex-basis: calc(100 / 2 * 1% - 10px);
    margin: 0 5px 10px;
  }
  .indexcolumns .column h2 {
    font-size: 87.5%;
  }
  .indexcolumns .column p {
    font-size: 75%;
  }
}

.indexcolumns2 {
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.indexcolumns2 h2 {
  width: 100%;
  margin: 0 0 12px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 180%;
  text-align: center;
}
.indexcolumns2 p {
  width: 100%;
  margin: 0 0 20px;
  font-size: 87.5%;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .indexcolumns2 h2 {
    margin: 0 0 5px;
    font-size: 150%;
    font-weight: 300;
  }
  .indexcolumns2 p {
    font-size: 75%;
  }
}

.items {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
.items li {
  margin: 0 10px 20px;
  padding: 0;
  flex-basis: calc(100 / 4 * 1% - 20px);
}
.items li:before {
  display: none;
}
.items li a {
  padding: 12px 20px;
  display: block;
  font-size: 100%;
  font-weight: bold;
  color: #000;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.items li a:hover {
  text-decoration: none;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .items li {
    flex-basis: calc(100 / 2 * 1% - 20px);
  }
  .items li a {
    padding: 15px;
    font-size: 100%;
  }
}

section#links {
  padding: 30px 0 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  section#links {
    margin: 20px 0;
    padding: 20px 10px;
  }
}
section#links .bnrbox ul {
  margin: 0 30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: stretch;
}
section#links .bnrbox ul li {
  margin: 0 10px 20px;
  flex-basis: calc(100 / 6 * 1% - 20px);
}
section#links .bnrbox ul li a {
  display: block;
  border: 2px solid #fff;
}
section#links .bnrbox ul li a:hover {
  transition-property: background-color, border, color, opacity;
  transition-duration: .2s;
  transition-timing-function: linear;
  -webkit-transition-property: background-color, border, color, opacity;
  -webkit-transition-duration: .2s;
  -webkit-transition-timing-function: linear;
  border: 2px solid #336;
}
@media screen and (max-width: 1200px) {
  section#links .bnrbox ul {
    margin: 0 20px;
  }
  section#links .bnrbox ul li {
    flex-basis: calc(100 / 4 * 1% - 20px);
  }
}
@media screen and (max-width: 767px) {
  section#links .bnrbox ul {
    margin: 0 10px;
  }
  section#links .bnrbox ul li {
    margin: 0 5px 10px;
    flex-basis: calc(100 / 2 * 1% - 10px);
  }
}

.article .columns {
  margin: 12px 0 12px -20px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.article .columns.llist {
  margin: 12px 0 12px 8px;
}
.article .columns.llist > li {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: calc(100 / 5 * 1% - 20px);
  margin: 0 20px 5px 0;
  box-sizing: border-box;
}
.article .columns.num > li {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: calc(100 / 2 * 1% - 20px);
  margin: 0 0 5px 20px;
  box-sizing: border-box;
}
.article .columns .column {
  margin: 0 0 12px 20px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: calc(100 / 2 * 1% - 20px);
  box-sizing: border-box;
}
.article .columns .column3 {
  margin: 0 0 12px 20px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: calc(100 / 3 * 1% - 20px);
  box-sizing: border-box;
}
.article .columns .main {
  margin: 0 20px 12px 20px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: calc(75% - 40px);
}
.article .columns .sub {
  margin: 0 0 12px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: calc(25%);
}
@media screen and (max-width: 1000px) {
  .article .column table.tbl th,
  .article .column3 table.tbl th {
    white-space: normal;
  }
}
@media screen and (max-width: 767px) {
  .article .columns {
    margin: 12px 0;
  }
  .article .columns.llist {
    margin: 12px 0;
  }
  .article .columns.llist > li {
    flex-basis: calc(100 / 3 * 1% - 20px);
  }
  .article .columns .column,
  .article .columns .main,
  .article .columns .sub {
    margin: 0 0 12px;
    flex-basis: calc(100 / 1 * 1%);
  }
  .article .columns .column3 {
    margin: 0 5px 12px;
    flex-basis: calc(100 / 3 * 1% - 10px);
  }
}
@media screen and (max-width: 320px) {
  .article .columns.llist > li {
    flex-basis: calc(100 / 2 * 1% - 20px);
  }
  .article .columns.num > li {
    flex-basis: calc(100 / 1 * 1% - 20px);
  }
}

.article .panel {
  margin: 12px 0;
  padding: 12px 20px;
  background-color: rgba(0, 0, 0, 0.2);
}
.article .panel ul {
  margin-bottom: 0;
}
.article .panel ul li {
  margin: 1px 0;
  font-weight: 500;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt-10 {
  margin-top: -10px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.description {
  display: none;
}

.c5 {
  width: 5%;
}

.c10 {
  width: 10%;
}

.c15 {
  width: 15%;
}

.c20 {
  width: 20%;
}

.c25 {
  width: 25%;
}

.c30 {
  width: 30%;
}

.c35 {
  width: 35%;
}

.c40 {
  width: 40%;
}

.c45 {
  width: 45%;
}

.c50 {
  width: 50%;
}

.c60 {
  width: 60%;
}

.c70 {
  width: 70%;
}

.c75 {
  width: 75%;
}

.c80 {
  width: 80%;
}

.c100 {
  width: 100%;
}

.c_left {
  text-align: left !important;
}

.c_right {
  text-align: right !important;
}

.c_center {
  text-align: center !important;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.s_left {
  float: left;
  margin: 0 15px 0 0;
}

.alignleft, .f_left {
  float: left;
  margin: 0 20px 15px 0;
}
@media screen and (max-width: 767px) {
  .alignleft, .f_left {
    float: none;
    margin: 0 auto 15px;
    display: block;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.alignright, .f_right {
  float: right;
  margin: 0 0 15px 20px;
}
@media screen and (max-width: 767px) {
  .alignright, .f_right {
    float: none;
    margin: 0 auto 15px;
    display: block;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.aligncenter {
  margin: 0 auto;
  display: block;
}

.t_right {
  float: right;
}
.t_right:after {
  clear: both;
  content: ".";
  display: block;
  width: 100%;
  height: 0;
  font-size: 0;
  visibility: hidden;
}
.t_right + * {
  clear: both;
}

.img {
  width: 100%;
  height: auto;
}

.indent {
  margin-left: 1em !important;
  text-indent: -1em;
}

.indent3 {
  margin-left: 4em !important;
  text-indent: -4em;
  display: block;
}

.indentblock {
  margin-left: 1em !important;
}

strong {
  font-weight: bold;
}

.clr {
  clear: both;
}

.overflow {
  overflow: hidden;
}

p.nowrap, span.nowrap, th.nowrap, td.nowrap, li.nowrap {
  white-space: nowrap !important;
}

.i5 {
  width: 5%;
  height: auto !important;
}

.i10 {
  width: 10%;
  height: auto !important;
}

.i15 {
  width: 15%;
  height: auto !important;
}

.i20 {
  width: 20%;
  height: auto !important;
}

.i25 {
  width: 25%;
  height: auto !important;
}

.i30 {
  width: 30%;
  height: auto !important;
}

.i35 {
  width: 35%;
  height: auto !important;
}

.i40 {
  width: 40%;
  height: auto !important;
}

.i45 {
  width: 45%;
  height: auto !important;
}

.i50 {
  width: 50%;
  height: auto !important;
}

.i60 {
  width: 60%;
  height: auto !important;
}

.i70 {
  width: 70%;
  height: auto !important;
}

.i80 {
  width: 80%;
  height: auto !important;
}

.i90 {
  width: 90%;
  height: auto !important;
}

.i100 {
  width: 100%;
  height: auto !important;
}

@media screen and (max-width: 767px) {
  .i5,
  .i10,
  .i15,
  .i20,
  .i25,
  .i30,
  .i35,
  .i40,
  .i45,
  .i50,
  .i60,
  .i70,
  .i80,
  .i90,
  .i100 {
    width: 100%;
  }
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.youtube_std {
  position: relative;
  width: 100%;
  padding-top: 75%;
}
.youtube_std iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media print {
  body {
    font-family: '游ゴシック Medium','Yu Gothic Medium','游ゴシック体',YuGothic,'Hiragino Sans','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Meiryo UI;
    background: none !important;
  }

  header {
    position: static;
  }
  header #sitetitle div .sitemeta {
    font-size: 68.75%;
  }
  header #sitetitle div h1 {
    margin: 0 0 5px;
  }
  header #sitetitle div h1 span {
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  }
  header #sitetitle div h1 span.sitetitle {
    font-size: 125%;
  }
  header #sitetitle div h1 span.sitelead {
    font-size: 75%;
  }
  header p.notes {
    font-size: 68.75%;
    line-height: 18px;
  }
  header p.notes a {
    padding: 0 5px;
  }
  header nav {
    display: none !important;
  }

  footer {
    padding: 10px 0;
  }
  footer #pagetop {
    display: none !important;
  }
  footer #credit img {
    width: 100px;
  }
  footer #copyright {
    padding: 5px 0 0;
    font-size: 7px;
  }

  section#article {
    padding: 0 10px 10px;
    background-color: #041538;
  }

  article .pagetitle {
    padding: 25px 10px 10px;
  }
  article .pagetitle h1 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
    font-size: 180%;
  }
  article .pagetitle p {
    margin: 5px 0 0;
    font-size: 100%;
  }
  article .article {
    margin: 5px auto 0;
    padding: 20px;
  }
  article h2 {
    margin: 20px 0 5px;
    font-size: 125%;
  }
  article ul.mlist {
    margin: 0;
  }
  article ol.num > li:before {
    top: .5em;
  }

  html, body {
    height: auto;
  }

  section#indexarticle {
    padding: 0 0 10px;
  }
  body.en section#indexarticle {
    padding: 0 0 10px;
  }
  section#indexarticle .article p {
    font-size: 75%;
    line-height: 1.6;
  }

  #topimg .toplead {
    display: block;
    width: 50%;
    padding: 20px 0 0;
  }
  #topimg .scroll {
    display: none;
  }

  .indexcolumns {
    padding: 5px;
  }
  .indexcolumns .column {
    flex-basis: calc(100 / 5 * 1% - 2px);
    margin: 0 1px;
    padding: 5px;
  }
  .indexcolumns .column .imgs {
    position: relative;
    margin: -5px -5px 5px;
    overflow: hidden;
  }
  .indexcolumns .column h2 {
    font-family: '游ゴシック Medium','Yu Gothic Medium','游ゴシック体',YuGothic,'Hiragino Sans','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Meiryo UI;
    font-size: 68.75%;
  }
  .indexcolumns .column p {
    font-size: 7px;
  }

  .indexcolumns2 h2 {
    margin: 0 0 5px;
    font-size: 125%;
  }
  .indexcolumns2 p {
    margin: 0 0 10px;
    font-size: 81.25%;
  }

  .items li {
    margin: 0 10px 10px;
  }
  .items li a {
    padding: 5px;
    font-size: 75%;
  }

  section#links {
    padding: 10px 0 0;
  }
  section#links .bnrbox ul {
    margin: 0 10px;
  }
  section#links .bnrbox ul li {
    margin: 0 10px;
    flex-basis: calc(100 / 4 * 1% - 20px);
  }
}
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}





.imgWrap img:hover {
	border: 3px #ffffff solid;
	transform: scale(1.8);	/*画像の拡大率*/
	transition-duration: 0.6s;	/*変化に掛かる時間*/
}





