@charset "UTF-8";
/* CSS Document */
/*■01.RESET HTML*/
img {
  margin: 0px;
  padding: 0px;
  border: 0px;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease; }

.ov_hover:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70)"; }

a {
  color: #333;
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

html {
  overflow-y: auto; }

body {
  font-size: 14px;
  font-family: "Meiryo","メイリオ","MS PGothic","MS Pゴシック",sans-serif;
  color: #232323;
  min-width: 1000px;
  overflow: hidden; }

/*■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*/
.container {
  position: relative;
  width: 1000px;
  margin: 0 auto; }

/*■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; }

.flex_bg {
  width: 100%;
  margin-right: -100%; }

.flex_content {
  width: 100%;
  position: relative; }

/*HEADER*/
header {
  padding-top: 10px;
  padding-bottom: 25px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff; }
  header .h_logo {
    width: 140px;
    padding-top: 10px; }
  header .htel {
    width: 500px; }
    header .htel .phone {
      width: 260px; }
      header .htel .phone .num_phone {
        background: url(../common_img/icon_phone01.png) center left no-repeat;
        padding: 5px 0 5px 40px;
        font-size: 28px;
        color: #0a0050;
        font-weight: bold; }
      header .htel .phone .htxt {
        font-size: 11px;
        color: #0a0050;
        margin-left: 55px;
        font-weight: bold;
        margin-top: -13px;
        letter-spacing: -1px; }
    header .htel .hbtn {
      width: 240px;
      text-align: center; }
      header .htel .hbtn a {
        display: block;
        background: #ff4200;
        color: #fff;
        font-weight: bold;
        padding: 15px;
        text-decoration: none;
        font-size: 16px;
        font-family: 'Yu Gothic', sans-serif;
        border-radius: 5px; }


/*FOOTER*/
footer .ftop {
  background: url(../common_img/bg_footer.png) center bottom no-repeat, url(../common_img/bg_caro.png) center top;
  padding: 60px 0 70px;
  text-align: center; }
  footer .ftop h2 {
    margin-bottom: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    font-family: 'Yu Gothic', sans-serif; }
  footer .ftop h2 img{
    vertical-align: bottom;}
  footer .ftop .f_infor {
    margin: 0 70px; }
  footer .ftop .ftel {
    width: 415px;
    float: left; }
    footer .ftop .ftel .num_phone {
      background: url(../common_img/icon_phone02.png) center left no-repeat;
      padding: 5px 0 5px 60px;
      font-size: 45px;
      color: #0a0050;
      font-weight: bold; }
    footer .ftop .ftel .ftxt {
      color: #0a0050;
      font-size: 18px;
      margin-left: 45px;
      margin-top: -15px; }
  footer .ftop .fbtn {
    width: 385px;
    margin: auto;}
    footer .ftop .fbtn a {
      display: block;
      background: #ff4200;
      color: #fff;
      text-decoration: none;
      font-weight: bold;
      font-size: 22px;
      font-family: 'Yu Gothic', sans-serif;
      padding: 17px;
      border-radius: 3px; }
footer .copy_right {
  color: #555555;
  text-align: center;
  padding: 16px 0; }

/*# sourceMappingURL=base.css.map */
