﻿@media screen and (min-width: 943px) {
  html {
  scroll-padding-top: 114px; /* 固定ヘッダの高さ分 */
  }
}
@media screen and (max-width: 943px) {
  html {
  scroll-padding-top: 69px; /* 固定ヘッダの高さ分 */
  }
}

/* body
----------------------------------------------*/
body{
  margin: 0;
}


/* header
----------------------------------------------*/
header {
  width: 100%;
  height: 114px;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border-bottom: 3px solid #f0f0f0;
  min-width: 910px;
}

.headtop {
  width: 100%;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.headtop img {
  width: 100%;
}

.headtop span {
  margin-right: 10px;
}

.header-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-nav img {
  width: 100%;
}
/*
@media screen and (max-width: 943px) {
  header {
    height: 69px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .headtop span {
    font-size: 0.8em;
  }
  .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: 60px;
  }
}

.ht-link:before {
  content: url(../../image/arrow.png);
  padding-right: 4px;
}

@media screen and (max-width: 943px) {
  .ht-link {
    font-size: 0.9em;
  }
}
*/

/* footer
----------------------------------------------*/
footer {
  width: 100%;
  background: #6aaeeb;
  padding: 10px 0;
  position: absolute;
  height: 40px;
  bottom: 0;
  min-width: 910px;
}

footer p {
  color: #fff;
  font-size: 0.9em;
}
footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  color: #fff;
  text-decoration: underline;
}

footer a:visited {
  color: #fff;
  text-decoration: none;
}
/*
@media only screen and (max-width: 943px) {
  footer p {
    font-size: 0.7em;
  }
}
*/
.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-nav {
  margin: 0 2em;
}

.footer-nav p {
  padding: 0 2em;
}

.footer-nav p:before {
  content: url(../../image/arrowWh.png);
  padding-right: 4px;
}

.footer-add {
  text-align: center;
  margin: 20px 0;
}

.footer-add p {
  margin: 0;
  padding: 0;
}

.footer-add span:before {
  content: url(../../image/arrowWh.png);
  padding-right: 4px;
  padding-left: 1em;
}

.copyright {
  text-align: center;
  margin: 20px 0;
  margin: 0;
  padding: 0;
}


/* main
----------------------------------------------*/
#wrapper {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding-bottom: 80px;
  box-sizing: border-box;
}

@media screen and (max-width: 943px) {
  .sp-no {
    display: none;
  }
}


/* 画像切り替え
----------------------------------------------*/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 943px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

/* アラート
----------------------------------------------*/
.noscript-msg {
  margin: 2em;
  text-align: center;
  color: red;
}

/* マウスオーバー
----------------------------------------------*/
.mask a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/* 装飾
----------------------------------------------*/
.imp {
  color: red;
}
.imp-inline {
  color: red;
  padding-left: 2em;
  font-weight: bold;
}
.under {
  background: linear-gradient(transparent 90%, #666 90%);
}
.btxt {
  font-weight: bold;
}
.utxt {
  text-decoration: underline
}

/* フロート解除
----------------------------------------------*/
.clearfix:after {
    display:block;
    clear:both;
    height:0px;
    visibility:hidden;
    content:".";
}
.clearfix {
  min-height: 1px; /*IE6、7対策*/
}
/*# sourceMappingURL=style.css.map */


/* ボタン
----------------------------------------------*/
.l_btn{
  vertical-align: top;
  text-align: center;
  width: 50%;
}
.r_btn{
  text-align: center;
  width: 50%;
}