@charset "UTF-8";
/******************************************************
body
******************************************************/
body {
  /*font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif; */
  background: #FFF;
  color: #333;
  font-size: 16px;
  line-height: 1.8;
}

@font-face {
  font-family: "KozGoPro";
  src: url("font/KozGoPro-Medium.eot");
  src: url("font/KozGoPro-Medium.ttf") format("truetype"), url("font/KozGoPro-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SourceHanSansJP-Light';
  src: url("font/SourceHanSansJP-Light.eot");
  src: url("font/SourceHanSansJP-Light.eot?#iefix") format("embedded-opentype"), url("font/SourceHanSansJP-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SourceHanSansJP-Normal';
  src: url("font/SourceHanSansJP-Normal.eot");
  src: url("font/SourceHanSansJP-Normal.eot?#iefix") format("embedded-opentype"), url("font/SourceHanSansJP-Normal.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.ie body .koz {
  font-family: "SourceHanSansJP-Normal";
}

body {
  font-family: "メイリオ" , Meiryo , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "ＭＳ Ｐゴシック" , "MS PGothic" ,Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , sans-serif;
  font-weight: normal;
}

/* 小塚ゴシック使用: */
.koz {
  font-family: 'Noto Sans Japanese' , "Kozuka Gothic Pro R", 'SourceHanSansJP-Normal', "メイリオ" , Meiryo , "小塚ゴシック Pro R",'KozGoPro', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}

.ie body .koz {
  font-family: "SourceHanSansJP-Normal" !important;
}

* {
  font-size: 100%;
  font-weight: normal;
}

a {
  text-decoration: none;
  color: inherit;
}
a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: inherit;
}

.rollover img:hover {
  opacity: .7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  zoom: 1;
  background: #fff\9;
}

a.rollover:hover, div.rollover:hover, p.rollover:hover {
  opacity: .7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  zoom: 1;
}

img {
  vertical-align: middle;
}

.inner {
  width: 960px;
  margin: 0 auto;
}

p.lineH2 {
  line-height: 2;
}

/*--------------------
header
--------------------*/
header {
  padding-top: 20px;
  margin-bottom: 15px;
}
header .logo {
  width: 540px;
  float: left;
}
header h1 {
  width: 97px;
  float: left;
  margin-right: 15px;
}
header .logo p.ttl {
  font-size: 30px;
}
header .contact {
  width: 345px;
  float: right;
}
header .contact .tel {
  float: left;
  width: 191px;
  margin-left: 20px;
}
header .contact p {
  font-size: 12px;
}
header .contact p.txt_tel {
  font-size: 26px;
  font-size: 20px\9;
  background: url(../img/common/icn_tel.png) no-repeat left center;
  background-size: 24px 24px;
  padding-left: 30px;
  font-weight: 600;
  height: 30px;
  line-height: 1.2;
}
header .btn_request {
  width: 130px;
  height: 45px;
  background: #ff6600;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  float: left;
  margin-top: 20px;
}
header .btn_request a {
  display: block;
  padding: 10px 0 12px 20px;
  background: url(../img/common/icn_request.png) no-repeat 20px 45%;
}

/*chrome*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  header .contact p.txt_tel {
    font-size: 20px;
    padding-top: 5px;
  }
}
/*--------------------
nav
--------------------*/
nav ul {
  border-right: 5px solid #e6e6e6;
  border-top: 5px solid #e6e6e6;
  border-bottom: 5px solid #e6e6e6;
  box-sizing: border-box;
  margin-bottom: 30px;
}
nav ul li {
  width: 159px;
  border-left: 5px solid #e6e6e6;
  float: left;
  text-align: center;
}
nav ul li a {
  padding-top: 15px;
  text-align: center;
  box-sizing: border-box;
  font-size: 14px;
  display: block;
  height: 110px;
  font-weight: bold;
}
nav ul li p {
  height: 35px;
  color: #0e5ba2;
  margin-top: 15px;
  line-height: 1.4;
}

/*--------------------
footer
--------------------*/
footer {
  margin-top: 55px;
  background: #ecf6d2;
  border-top: 1px solid #06a74b;
  padding-top: 30px;
  padding-bottom: 80px;
  color: #4e2d1a;
}
footer #pageTop {
  position: fixed;
  right: 10%;
  bottom: 0;
  width: 100px;
  height: 100px;
  background-color: #22B1E0;
}
footer #pageTop a {
  display: block;
  padding: 14px 10px 0;
  text-align: center;
  color: #fff;
  line-height: 18px;
  font-size: 14px;
}
footer #pageTop a i {
  display: block;
  font-size: 25px;
  padding-bottom: 10px;
}
footer #pageTop:hover {
  background-color: #67b7e5;
}
footer #pageTop:hover a span {
  text-decoration: underline;
}
footer .logo {
  width: 350px;
  float: left;
}
footer .logo img {
  float: left;
}
footer .logo p {
  float: left;
  margin-top: 20px;
  line-height: 1.4;
  margin-left: 20px;
}
footer .copy {
  font-size: 10px;
  float: right;
  padding: 15px 0 0;
}

/*--------------------
style
--------------------*/
.txt_s {
  font-size: 12px;
}

.txtBL {
  color: #22b1e0;
}

.txtPink {
  color: #f05473;
}

section {
  margin-bottom: 120px;
}

ol li, ul li {
  list-style: none;
}
