body {
    width: 100%;
    height: 100%;
    /*font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;*/
    font-family: Lato,"游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    font-size: 16px;
    background-color: transparent!important;
}
html {
    width: 100%;
    height: 100%;
}
.navbar-default .navbar-brand {
  color: #fff!important;
}
.navbar-default .navbar-nav>li>a {
  color: #fff;
}
.navbar-default {
  background: url("../img/base/header_bg.png") repeat-x 0% 0%;
}
.navbar {
  min-height: 81px!important;
}
.navbar-header h1,
.navbar-brand {
    font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
    margin-top: 0!important;
    margin-bottom: 0!important;
    font-weight: bold;
    font-size: 28px!important;
    line-height: 20px!important;
}
.navbar-header h1 span {
    font-size: 16px;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.navbar-default a:hover {
    color: #dcdcdc!important;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: #dcdcdc;
  border-bottom: solid 1px #dcdcdc;
  background-color: transparent!important;
}
.navbar-nav>li>a {
  padding-top: 15px;
  padding-bottom: 8px;
}
@media(min-width:768px) {
    .navbar {
        padding: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
      border-color: none!important;
    }
    .top-nav-collapse {
        padding: 0;
    }
}
@media(max-width:768px) {
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
      /*border-color: #e7e7e7;*/
      background-color: rgba(0,0,0,0.5);
    }
    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
      color: #fff!important;
      background-color: #000!important;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
      border-color: transparent;!important;
    }
    .navbar-header h1,
    .navbar-brand {
        font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
        margin-top: 0!important;
        margin-bottom: 0!important;
        font-weight: bold;
        font-size: 22px!important;
        line-height: 20px!important;
    }
    .navbar-header h1 span {
        font-size: 12px;
    }
    /* BUTTON */
    .navbar-default .navbar-toggle {
      border-color: transparent;
      background-color: transparent!important;
    }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #000;
    }
    /* BUTTON End */
    .navbar-default {
        /*background-color: #fff;*/
    }
    .navbar-nav {
      margin: 0px -15px;
    }
    .intro-section {
      /*margin-top: 50px;*/
    }
    .sp-mb {
      margin-bottom: 10%;
    }
    .sp-mt {
      margin-top: 10%;
    }
}
@media(min-width:1024px) {
    .pc-right {
      float: right;
    }
    .iframe-content {
        position: relative;
        width: 100%;
        padding: 100% 0 0 0;
    }
    .iframe-content iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
.intro-section {
    padding-top: 30%;
    padding-bottom: 10%;
    background: url("../img/base/portrait.jpg") no-repeat 10% 15%;
    background-size: 125%;
    position: relative;
}
.msg {
    margin-bottom: 0%;
    max-width: 1901px;
}
.btn-app {
  color: #fff!important;
  border-color: #0171b7;
  background-color: #017DCB;
  margin-top: 3%;
}
.btn-app:hover {
  color: #fff;
  border-color: #017DCB;
  background-color: #0189df;
}
.profile-section {
    padding: 10% 0;
    text-align: center;
    background: #fff;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.8em;
}
.profile-section .name {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
}
.profile-section dl {
  width: 100%;
}
.profile-section dl dt {
  display: block;
  width: 7.5em;
  clear: left;
  float: left;
}
.profile-section dl dd {
  display: block;
  float: left;
}
.message-section {
    padding: 10% 0;
    text-align: left;
    background: #f2f2f2;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.8em;
}
.profile-section h2,
.message-section h2,
.policy-section h2,
.info-section h2,
.application-section h2,
.contact-section h2 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 8%;
}
.second-msg,
.third-msg {
    margin-top: 10%;
}
.second-msg span {
    font-size: 1.2em;
    font-weight: bold;
    color: #EB2C31;
}
.policy-section {
    padding: 10% 0;
    text-align: left;
    background: #fff;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.8em;
}
.policy-section h3 {
    font-weight: bold;
}
.policy-section ul {
    padding:0.5em;
    list-style-type:none;
}
.policy-section ul li {
    position:relative;
    padding: 0em 0.3em 0.3em 1.3em;
}
.policy-section ul li:before {
    position:absolute;
    content:'';
    top: 0.5em;
    left: 0.2em;
    height:0;
    width:0;
    border-style: solid;
    border-width: 6px 0 6px 9px;
    border-color: transparent transparent transparent #000;
}
.info-section {
    padding: 10% 0;
    text-align: center;
    background: #f2f2f2;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.8em;
}
.application-section {
    padding: 10% 0;
    text-align: center;
    background: #fff;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.8em;
}
.contact-section {
    padding: 10% 0;
    text-align: center;
    background: #f2f2f2;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.8em;
}
footer {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 3% 0;
}
footer nav {
  font-size: 12px;
}
footer nav a {
  padding: 0 1%;
  color: #fff!important;
  text-decoration: none;
}
footer nav a:hover {
  color: #fff!important;
  text-decoration: underline;
}
footer p.copy {
  font-size: 10px;
  margin: 10px 0 0 0!important;
}
/* Facebook */
.fbcomments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fbcomments iframe[style],
.fb_iframe_widget span{
    width: 100%! important;
}
#fb_page_plugin_area {
  width:100% !important;
  margin-top: 5%;
}
/* Twitter */
.TwitterWidget #twitter-widget-0 {
  width:100% !important;
}
/* BASE STYLE */
.font-min {
    font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
.font-red {
    color: #EB2C31;
}
.font-bold {
    font-weight: bold;
}
.block {
    display: block;
}
.align-right {
  text-align: right;
}
.z1 {
  z-index: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}