@charset "UTF-8";
/*■01.RESET HTML*/
html {
  background-color: #fff;
  font-family: "Meiryo", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

body {
  position: relative;
  margin: 0 auto;
  color: #363636;
  word-wrap: break-word; }

p, li, pre, td, th, dt, dd {
  line-height: 1.5; }

#wrapper {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  background-color: #FFF;
  position: relative;
  word-wrap: break-word; }

a {
  color: #719492; }

/*■02.CLEAR FLOAT*/
.clearfix:after {
  clear: both;
  display: block;
  content: " ";
  height: 0px;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

/* Hide these rules from IE-mac \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

.hidden {
  display: none; }

/*■03.USE MEDIA*/
.pull-left {
  float: left; }

.pull-right {
  float: right; }

.media, .media-body {
  overflow: hidden; }

.media-text:after {
  clear: both;
  display: block;
  content: "";
  height: 0px;
  visibility: hidden; }

/*■04.LAYOUT*/
.hidden {
  display: none; }

.container {
  padding: 0 2%;
  position: relative; }

.font14pc {
  font-size: 100%; }

.font15pc {
  font-size: 107%; }

.font16pc {
  font-size: 114%; }

.font17pc {
  font-size: 121%; }

.font18pc {
  font-size: 129%; }

.font19pc {
  font-size: 136%; }

.font20pc {
  font-size: 143%; }

.font21pc {
  font-size: 150%; }

.font22pc {
  font-size: 157%; }

.font23pc {
  font-size: 164%; }

.font24pc {
  font-size: 171%; }

.font25pc {
  font-size: 179%; }

.font26pc {
  font-size: 186%; }

.font27pc {
  font-size: 193%; }

.font28pc {
  font-size: 200%; }

.font29pc {
  font-size: 207%; }

.font30pc {
  font-size: 214%; }

.font31pc {
  font-size: 221%; }

.font32pc {
  font-size: 229%; }

.flex_bg {
  width: 100%;
  margin-right: -100%; }

.flex_content {
  width: 100%;
  position: relative; }

/*■05.FLEX*/
.dis_flex {
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */ }

/*justify-content*/
.flex_jus_start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start; }

.flex_jus_end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end; }

.flex_jus_center {
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center; }

.flex_jus_between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between; }

.flex_jus_around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around; }

.flex_jus_ini {
  justify-content: initial;
  -webkit-justify-content: initial;
  -moz-justify-content: initial;
  -ms-justify-content: initial; }

/*align-items*/
.flex_align_item_start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start; }

.flex_align_item_end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end; }

.flex_align_item_stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch; }

.flex_align_item_baseline {
  align-items: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline; }

.flex_align_item_center {
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center; }

.flex_align_item_ini {
  align-items: initial;
  -webkit-align-items: initial;
  -moz-align-items: initial;
  -ms-align-items: initial; }

.flex-container {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/*■06.LAYOUT*/
/*HEADER*/
.h_header {
  padding: 4% 2% 4.5% 2%;
  position: relative;
  background: #333333; }
  .h_header .h_logo {
    width: 60%;
    float: left; }
  .h_header .h_btn {
    width: 40%;
    float: right;
    text-align: right; }
    .h_header .h_btn li {
      float: right;
      width: 34%; }
      .h_header .h_btn li.acco_box {
        margin-left: 7%; }
  .h_header .h_nav {
    position: absolute;
    top: 100%;
    left: 0;
    background: #405253;
    width: 100%;
    display: none;
    z-index: 9999;
    padding-right: 2%; }
    .h_header .h_nav ul.sub_menu {
      padding: 0 15px; }
      .h_header .h_nav ul.sub_menu li {
        margin-bottom: 2px;
        width: 100%;
        border-bottom: 1px dotted #ffffff;
        padding: 3% 0 1%;
        position: relative;
        background: url(../common_img/icon.png) center right no-repeat;
        background-size: 2%; }
        .h_header .h_nav ul.sub_menu li:last-child {
          border: none; }
        .h_header .h_nav ul.sub_menu li a {
          color: #fff;
          text-decoration: none;
          display: block;
          font-size: 109%; }
          .h_header .h_nav ul.sub_menu li a span {
            color: #b5c5c5;
            font-family: 'Futura Condensed', sans-serif; }
  .h_header .acco_box {
    cursor: pointer; }
    .h_header .acco_box.opened {
      background: url(../common_img/hmenu_on.png) no-repeat top left;
      background-size: 95%;
      z-index: 999;
      position: relative;
      cursor: pointer; }
      .h_header .acco_box.opened img {
        opacity: 0; }

/*■footer*/
.ftop {
  background: #fff;
  padding: 4% 2%;
  border-top: 1px solid #d7dfdf;
  padding-top: 5%;
  margin-top: 5%; }
  .ftop .logo {
    margin-bottom: 4%;
    padding-left: 12%; }
  .ftop .ftxt {
    color: #53716f;
    text-align: center;
    margin-bottom: 3%; }
  .ftop .page_up {
    position: fixed;
    bottom: 20%;
    right: -500px;
    z-index: 9;
    width: 20%; }

.ffoot {
  background: #556869;
  padding: 4% 3% 1% 10%; }
  .ffoot ul li {
    float: left;
    width: 50%;
    margin-bottom: 1%;
    background: url(../common_img/icon2.png) no-repeat left center;
    background-size: 4%;
    padding-left: 4%;
    padding-bottom: 3%; }
    .ffoot ul li a {
      color: #fff;
      text-decoration: none; }

.btn_contact {
  font-weight: bold;
  border: 1px solid #95b2b0;
  padding: 2% 10% 2% 4%;
  background: url(../common_img/icon01.png) center right 15% no-repeat;
  font-family: 'Yu Gothic', sans-serif;
  width: 40%;
  margin: 0 auto;
  display: block;
  text-align: center;
  background-size: 12%;
  color: #719492;
  text-decoration: none !important; }

/*■07.FIX RESPONSIVE*/

/*# sourceMappingURL=base.css.map */
