@charset "utf-8";

@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium");
}

html {
  height: 100% ;
  font-size: 62.5%;
}

body {
  height: 100%;
  font-size: 1.4rem;
  color: #4d4d4d;
  line-height: 1.8;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "YuGothic M", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic" , sans-serif;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
}

.fs12 {
  font-size: 1.2rem !important;
}

.fs14 {
  font-size: 1.4rem !important;
}

.fs16 {
  font-size: 1.6rem !important;
}

.fs18 {
  font-size: 1.8rem !important;
}

.fl_left {
  float: left !important;
}

.fl_right {
  float: right !important;
}

.ta_center {
  text-align: center !important;
}

.ta_left {
  text-align: left !important;
}

.ta_right {
  text-align: right !important;
}

.clearfix:after {
  content:" ";
  display:block;
  clear:both;
}

.hidden {
  display: none !important;
}

.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb100 { margin-bottom: 100px !important; }

.mt0 { margin-top: 0 !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt70 { margin-top: 70px !important; }
.mt80 { margin-top: 80px !important; }
.mt90 { margin-top: 90px !important; }
.mt100 { margin-top: 100px !important; }

.pb0 { padding-bottom: 0px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb60 { padding-bottom: 60px !important; }
.pb70 { padding-bottom: 70px !important; }
.pb80 { padding-bottom: 80px !important; }
.pb90 { padding-bottom: 90px !important; }
.pb100 { padding-bottom: 100px !important; }

.pt0 { padding-top: 0 !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt40 { padding-top: 40px !important; }
.pt50 { padding-top: 50px !important; }
.pt60 { padding-top: 60px !important; }
.pt70 { padding-top: 70px !important; }
.pt80 { padding-top: 80px !important; }
.pt90 { padding-top: 90px !important; }
.pt100 { padding-top: 100px !important; }

.pl0 { padding-left: 0 !important; }
.pl5 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl40 { padding-left: 40px !important; }
.pl50 { padding-left: 50px !important; }
.pl60 { padding-left: 60px !important; }
.pl70 { padding-left: 70px !important; }
.pl80 { padding-left: 80px !important; }
.pl90 { padding-left: 90px !important; }
.pl100 { padding-left: 100px !important; }


/* ↓共通部分記述エリア↓ */

body {
  background: #ebf2f3;
}

nav {
  width: 100%;
  background: #000;
  opacity: .7;
  z-index: 100;
}

nav.fixed {
  position: fixed;
  top: 0;
}

nav ul {
  width: 1000px;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
}

nav li {
  display: inline-block;
}

nav li:not(:last-child) {
  margin-right: 28px;
}

nav a {
  font-size: 1.7rem;
  padding: 0 10px;
  color: #fff;
  display: inline-block;
  line-height: 45px;
  transition: all 0.4s;
}

nav a:hover {
  background: #fff;
  color: #000;
}

.content {
  width: 1006px;
  margin: 0 auto;
  padding: 0 25px 100px;
  background: #fff;
}

nav.fixed + .content {
  padding-top: 120px;
}

.title {
  font-size: 4rem;
  margin-bottom: 5px;
  background: url(../images/common/title-bg.jpg) no-repeat left center;
  font-weight: normal;
}

.title2 {
  margin-bottom: 10px;
  font-size: 2.8rem;
  color: #2185da;
}

footer {
  color: #fff;
  text-align: center;
  padding: 60px 0 20px;
  background: #2185da;
}

footer .container {
  width: 1000px;
  margin: 0 auto 60px;
}

footer .to_pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
}

footer .company-name {
  margin-bottom: 15px;
  font-size: 2.8rem;
  line-height: 1.2;
}

footer .address {
  font-size: 1.7rem;
}

footer .tel {
  font-size: 2.6rem;
}
