@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);

a {
  padding: 0;
  margin: 0;
}

@media (min-width: 769px) {
  .container {
    width: 1024px;
    margin: auto;
    clear: both;
  }
  .container_800 {
    width: 800px;
    margin: auto;
    clear: both;
  }
  .hidden_pc {
    display: none;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0px;
    padding: 0 15px;
  }
  .container_800 {
    padding: 0px;
    padding: 0 15px;
    clear: both;
  }
  .hidden_sp {
    display: none;
  }
}

#wrapper {
  width: 100%;
}

img {
  max-width: 100%;
  text-align: center;
}

/*--------------------------footer----------------------------------*/

@media (min-width: 769px) {
  #foot_contact {
    background: #18268e;
    text-align: center;
    padding: 50px 0;
    overflow: hidden;
  }
  #foot_contact img {
    float: left;
    margin: 15px;
  }
}
@media (max-width: 768px) {
  #foot_contact {
    background: #18268e;
    text-align: center;
    padding: 20px;
  }
  #foot_contact img {
    text-align: center;
    margin-bottom: 20px;
  }
}

#footer {
  background: #272f3b;
  text-align: center;
  padding: 30px 0 10px 0;
  clear: both;
}

@media (min-width: 769px) {
  #footer .footInfo {
    float: left;
    width: 49%;
    border-right: 1px solid rgba(185, 185, 185, 1);
    margin-bottom: 30px;
  }
  #footer .footInfo img {
    float: left;
    margin-right: 20px;
  }

  #footer .footInfo ul {
    float: right;
    width: 60%;
    font-size: 12px;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    line-height: 170%;
  }
}

@media (max-width: 768px) {
  #footer .footInfo {
    float: left;
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
  }
  #footer .footInfo img {
    margin-bottom: 20px;
  }

  #footer .footInfo ul {
    font-size: 12px;
    color: rgba(255, 255, 255, 1);
    line-height: 170%;
    text-align: center;
  }
}

#footer .footInfo ul li {
  margin-bottom: 20px;
}
#footer .footInfo ul li a {
  padding: 5px;
  color: rgba(255, 255, 255, 1);
  display: inline-block;
  text-decoration: none;
}
#footer .footInfo ul li p.link a {
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 1);
  margin-top: 10px;
  color: rgba(255, 255, 255, 1);
  display: inline-block;
  text-decoration: none;
}
#footer .footInfo ul li p.link2 a {
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 1);
  margin-top: 10px;
  color: rgba(255, 255, 255, 1);
  display: inline-block;
  text-decoration: none;
}
#footer .footInfo ul li p.link2:before {
  content: "└";
  color: rgba(255, 255, 255, 1);
  padding-right: 10px;
}
#footer .footInfo ul li p.link a:after,
#footer .footInfo ul li p.link2 a:after {
  content: "\f08e";
  font-family: FontAwesome;
  color: rgba(255, 255, 255, 1);
  padding-left: 10px;
}

@media (min-width: 769px) {
  #footer .footmenu {
    float: right;
    width: 50%;
  }
  #footer .footmenu ul {
    float: left;
    width: 45%;
    text-align: left;
    font-size: 14px;
    margin-left: 10px;
  }
  #footer .footmenu ul li {
    margin-bottom: 10px;
  }
  #footer .footmenu ul li.blank:after {
    content: "\f08e";
    font-family: FontAwesome;
    color: rgba(255, 255, 255, 1);
    padding-left: 10px;
  }
  .copyright {
    width: 100%;
    border-top: 1px solid rgba(185, 185, 185, 1);
    padding: 15px 0;
    clear: both;
  }
  .copyright p {
    display: block;
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  #footer .footmenu {
    padding: 20px;
  }
  #footer .footmenu ul {
    text-align: center;
    font-size: 14px;
  }
  #footer .footmenu ul li {
    margin-bottom: 00px;
  }
  .copyright {
    border-top: 1px solid rgba(185, 185, 185, 1);
    padding: 15px 0;
    clear: both;
    text-align: center;
    font-size: 10px;
    color: rgba(255, 255, 255, 1);
  }
  .copyright p a {
    color: rgba(255, 255, 255, 1);
  }
  .copyright p.fL,
  .copyright p.fR {
    text-align: center;
    float: none;
  }
}
#footer .footmenu ul li a {
  color: rgba(255, 255, 255, 1);
  margin: 15px 0;
}

#footer a {
  color: rgba(255, 255, 255, 1);
}

/****************************************************
.bread
****************************************************/
ul.breadcrumb {
  font-size: 12px;
  width: 100%;
  clear: both;
  color: rgba(255, 255, 255, 1);
  margin-top: 80px;
}
ul.breadcrumb li {
  float: left;
}
ul.breadcrumb li:before {
  content: ">";
  padding: 0 5px;
}
ul.breadcrumb li.home:before {
  content: "\f015";
  font-family: FontAwesome;
}
ul.breadcrumb li a {
  color: rgba(255, 255, 255, 1);
}

.font12 {
  font-size: 12px;
}
.mb20 {
  margin-bottom: 20px;
}

.fL {
  float: left;
}
.fR {
  float: right;
}
.img100 {
  width: 100%;
}

.mb50 {
  margin-bottom: 50px;
}

a img:hover {
  opacity: 0.8;
}
.button {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

sub {
  font-size: 70%;
  line-height: 0;
  vertical-align: baseline;
  bottom: -0.25em;
}
sup {
  font-size: 70%;
  line-height: 0;
  vertical-align: super;
}

.movieWrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.movieWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn_link a {
  padding: 10px 20px;
  color: #fff;
  background: #1d2d86;
  display: inline-block;
  margin-bottom: 20px;
}

.link_ext a:after {
  content: "\f08e";
  font-family: FontAwesome;
  padding-left: 10px;
}
