@charset "UTF-8";
/* ==============================================================================

  utility.css

-------------------------------------------------------------------------------

  01. float
  02. clearfix
  07. font
  08. font-size
  09. line-height
  10. wight
  11. color
  12. telnumber

============================================================================== */
/* float
   ========================================================================== */
.u-fl {
  float: left !important;
}

.u-fr {
  float: right !important;
}

.u-fc {
  display: block !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

/* clearfix
   ========================================================================== */
.u-clearfix {
  *zoom: 1;
}

.u-clearfix:before,
.u-clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.u-clearfix:after {
  clear: both;
}

/* font-size
   ========================================================================== */
.u-annotation {
  display: block;
  font-size: 12px;
  line-height: 1.6;
}

@media print {
  .u-tel_print {
    display: inline-block;
  }
  .u-tel_display {
    display: none;
  }
}

/* color
   ========================================================================== */
.u-cl-emphasis {
  color: #fb8282;
}

.u-cl-base01 {
  color: #6ac07e;
}

.u-cl-base02 {
  color: #479a5b;
}

/* 文字色 */
.u-cl {
  color: #333333;
}

.u-cl-wh {
  color: #fff;
}

.u-cl-or {
  color: #fb6e2f;
}

/* 背景色 */
.u-bg-wh {
  background: #fff;
}

.u-bg-ja {
  background: #e38787;
}

.u-cl-ja {
  color: #e38787;
}

/* font
   ========================================================================== */
.u-font_Min {
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

/* weight
   ========================================================================== */
em {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

/* 下線
   ========================================================================== */
.u-ul-emphasis {
  border-bottom: 2px solid #dc0032;
}

/* コンテンツ幅
   ========================================================================== */
.u-inner {
  width: 980px;
  margin: 0 auto;
  text-align: left;
}

/* フォーム
   ========================================================================== */
.u-input-txt {
  height: 30px;
  padding-left: 10px;
  background: #f8f8f8;
  border: 1px solid #ccc;
}

.u-input-txt::-webkit-input-placeholder {
  color: #818181;
  font-size: 13px;
  font-size: 1.3rem;
  background: #f8f8f8;
  vertical-align: middle;
}

.u-input-txt:-moz-placeholder {
  color: #818181;
  font-size: 13px;
  font-size: 1.3rem;
  background: #f8f8f8;
  vertical-align: middle;
}

.u-input-txt::-moz-placeholder {
  color: #818181;
  font-size: 13px;
  font-size: 1.3rem;
  background: #f8f8f8;
  vertical-align: middle;
  opacity: 1;
}

.u-input-txt:-ms-input-placeholder {
  color: #818181;
  font-size: 13px;
  font-size: 1.3rem;
  background: #f8f8f8;
  vertical-align: middle;
}

.u-input-txt::-ms-input-placeholder {
  color: #818181;
  font-size: 13px;
  font-size: 1.3rem;
  background: #f8f8f8;
  vertical-align: middle;
  transform: scale(0.8) translate(-35px, 0);
}

.u-input-txt:placeholder-shown {
  color: #818181;
  font-size: 10px;
  font-size: 1.0rem;
  background: #f8f8f8;
  vertical-align: middle;
}

/* ページトップボタン
   ========================================================================== */
.u-page-top {
  position: fixed;
  bottom: 20px;
  right: 50%;
  margin-right: -580px;
  font-size: 77%;
  z-index: 10;
}

.u-page-top a {
  background: #6bc07f;
  text-decoration: none;
  color: #fff;
  width: 54px;
  padding: 20px 0 20px;
  text-align: center;
  display: block;
  border-radius: 30px;
  line-height: 1.4rem;
  position: relative;
  box-shadow: 0px 3px 6px 0px #c7c0c0;
}

.u-page-top a:hover {
  text-decoration: none;
  background: #45b15e;
}

.u-page-top .arrow {
  position: relative;
  width: 15px;
  height: 15px;
  border: 2px solid rgba(102, 102, 102, 0);
  border-left-color: #FFF;
  border-top-color: #FFF;
  top: 0px;
  left: 20px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.u-page-top .arrow::before {
  position: absolute;
  top: -3px;
  left: 6px;
  content: "";
  width: 2px;
  height: 20px;
  background: #fff;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.u-bordt01 {
  border-top: 1px solid #ececec;
}
