@charset "utf-8";
/* CSS Document */
/* PC用スタイルシート */

.onlyPC {
  display: none !important;
}

/* font指定 */
body,
input,
select,
option,
textarea,
button {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', Roboto, 'メイリオ', 'Meiryo',
    'Helvetica Neue', HelveticaNeue, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
}
/* ブラウザが IE の場合はフォントをメイリオに設定 */
/*
@media all and (-ms-high-contrast:none) {
	body {
		font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}
}
*/

body {
  min-width: 320px;
  width: 100%;
  line-height: 1.6;
  color: #191919;
  padding-bottom: 80px;
  position: relative;
}
p,
li,
dt,
dd {
  font-size: 15px;
}
a {
  color: #0059b2;
  text-decoration: none;
}

/* 中央寄せ */
.inner {
  margin: 0 20px;
  overflow: hidden;
}

/* ヘッダーフッターTEL共通 */
.tel {
  background: url(../img/ico_tel_01.png) no-repeat left 4px;
  background-size: 38px;
  color: #153e9d;
  font-weight: bold;
  line-height: 1.1;
  padding: 0 0 0 45px;
}
.tel span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}

/* ボタン */
.btn a {
  display: block;
  background: #ffee00;
  width: 250px;
  margin: 20px auto 30px;
  padding: 10px 0 8px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}
.btn a:before {
  content: '';
  box-sizing: border-box;
  border: 4px solid transparent;
  border-left: 6px solid #0b6fc3;
  position: absolute;
  top: 17px;
  right: 6px;
}
.btn a:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* ボーダーボタン */
.borderBtn a {
  background-color: #fff;
  border: 1px solid #133ba0;
  text-align: center;
  box-sizing: border-box;
}

/* ===================================
#head
=================================== */
#head {
  height: 50px;
  border-bottom: 2px solid #15bfff;
}
#head .inner {
  margin: 0;
}

/* ヘッダーロゴ */
#head_logo a {
  display: block;
  float: left;
  background: url(../img/sp/logo_head.png) no-repeat;
  background-size: 325px;
  width: 325px;
  height: 49px;
  text-indent: -9999px;
}

/* メニュー */
#head .menuBtn {
  display: block;
  float: right;
  box-sizing: border-box;
  background: url(../img/sp/btn_menu_01.png) no-repeat 0 0;
  background-size: contain;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  margin: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
}
#head .menuBtn.active {
  background: url(../img/sp/btn_menu_02.png) no-repeat 3px 0;
  background-size: contain;
}
#nav_overlay {
  z-index: 9998;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

/* メニュー内 */
#head #navSP {
  width: 100%;
  height: 100vh;
  background: #15bfff;
  transform: translateY(0%);
  visibility: visible;
  pointer-events: all;
  overflow: hidden;
  display: none;
  z-index: 9999;
  padding: 75px 20px 10px;
  top: 0 !important;
  box-sizing: border-box;
  overflow-y: scroll;
}
#head #navSP dl {
  margin-bottom: 10px;
}
#head #navSP dl dt,
#head #navSP dl dt a,
#head #navSP dl dd a {
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: bold;
  display: block;
  padding: 15px 4px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
#head #navSP dl dt:nth-child(1) {
  border: none;
}
#head #navSP dl dt:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#head #navSP dl dt a {
  border: none;
  padding: 0 0 15px;
}
#head #navSP dl dd a {
  font-size: 18px;
  border: none;
  margin: 0 0 0 30px;
  padding: 0 0 5px 18px;
  position: relative;
}
#head #navSP dl dd a:before {
  content: '';
  box-sizing: border-box;
  border: 5px solid transparent;
  border-left: 8px solid #fff;
  position: absolute;
  top: 8px;
  left: 0;
}
#head #navSP .contactBoxSP {
  position: relative;
}
#head #navSP .contactBoxSP ul li:nth-child(1) a {
  margin: 10px 8px 10px 0;
}
#head #navSP .contactBoxSP ul li:nth-child(2) a {
  padding-top: 15px;
  margin: 10px 0 10px 8px;
}
#head #navSP .tel {
  font-size: 40px;
  text-align: center;
  padding: 0;
  margin: 10px;
  background: none;
}
#head #navSP .tel a {
  color: #fff;
}
#head #navSP .tel b {
  display: inline-block;
  position: relative;
  background: url(../img/sp/ico_tel_02.png) no-repeat left 4px;
  background-size: 38px;
  padding-left: 40px;
}
#head #navSP .fax {
  font-size: 20px;
  color: #fff;
  text-align: center;
}
#head #navSP .fax span {
  font-size: 14px;
  vertical-align: middle;
  display: inline-block;
  padding: 0 0 0 8px;
}

/* ===================================
#pankuzu
=================================== */
#pankuzu {
  padding: 20px 0 40px;
}
#pankuzu ul {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#pankuzu ul li {
  margin-right: 0.5em;
  color: #666;
  font-size: 12px;
  display: inline;
}
#pankuzu ul li a {
  color: #0059b2;
}
#pankuzu ul li:before {
  content: '> ';
  padding: 0 3px;
}
#pankuzu ul li:first-child:before {
  content: '';
  padding: 0;
  margin-left: 0.5em;
}

/* ===================================
#pagetop
=================================== */
#pagetop {
}
#pagetop a {
  text-align: center;
  display: block;
  text-indent: -9999px;
}

/* ===================================
#foot
=================================== */
#foot {
  border-top: 1px solid #0b6fc3;
}
#foot .inner {
  overflow: hidden;
  margin: 38px 0 0;
}

/* #foot_logo */
#foot #foot_logo {
}
#foot #foot_logo a {
  text-indent: -9999px;
  background: url(../img/sp/logo_foot_02.png) no-repeat left top;
  background-size: 100%;
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto;
}

.infoArea {
  overflow: hidden;
  color: #153e9d;
  text-align: center;
}
.infoArea .message {
  font-size: 13px;
  font-weight: bold;
  color: #153e9d;
  margin: 10px 0 0;
  line-height: 1.7;
  text-align: center;
}
.infoArea .contactBox {
  margin: 0 20px 10px;
}
.infoArea .contactBox .tel {
  font-size: 38px;
  border: 2px solid #d1e9f4;
  text-align: center;
  margin: 10px 0;
  padding: 0;
  background: none;
}
.infoArea .tel b {
  display: inline-block;
  position: relative;
  background: url(../img/sp/ico_tel_01.png) no-repeat left 0;
  background-size: 38px;
  padding-left: 45px;
  letter-spacing: 1px !important;
}
.infoArea .contactBox .tel span,
.gnav .tel span {
  /* padding-left: 15px; */
  line-height: 1.8;
}
.infoArea .tel a {
  display: block;
  color: #153e9d;
  padding: 15px 0 12px;
}
.infoArea .fax {
  font-size: 21px;
  font-weight: bold;
  margin-top: -5px;
  text-align: center;
  letter-spacing: 0.5px;
}
.infoArea .fax span {
  background: #ffee00;
  text-align: center;
  padding: 1px 7px 0;
  border-radius: 20px;
  font-size: 13px;
  vertical-align: top;
  margin: 5px 9px 0 0;
  display: inline-block;
}
.infoArea .fax span:last-child {
  background: #fff;
  padding-left: 10px;
  font-weight: normal;
}
.infoArea .hours {
  font-size: 14px;
}
.infoArea .hours span {
  font-weight: bold;
  padding-right: 5px;
}
.infoArea .mail {
  width: 100%;
  margin: 10px 0;
}

.infoArea .mail p {
  width: 100%;
}
.infoArea .mail a {
  float: right;
  width: 100%;
  background: #ffee00;
  color: #153e9d;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 10px 20px;
  line-height: 45px;
  display: block;
  box-sizing: border-box;
}
.infoArea .mail .mailForm a {
  width: 400px;
  float: left;
}
.infoArea .mail span {
  display: inline-block;
  font-size: 16px;
  line-height: 1.4;
  padding-right: 10px;
}

/* #foot_menu */
#foot_menu {
  background: #f5f5f5;
  overflow: hidden;
  margin: 15px 0 0;
  padding: 70px 20px 22px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#foot_menu:before {
  content: 'SITE MAP';
  display: block;
  position: absolute;
  top: 35px;
  left: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #3fb7ec;
  letter-spacing: 1px;
}
#foot_menu li {
  margin: 15px 0;
  width: 48%;
}
#foot_menu li a {
  font-size: 13px;
  padding: 0 0 0 12px;
  display: block;
  position: relative;
  color: #191919;
}
#foot_menu li a:before {
  content: '';
  box-sizing: border-box;
  border: 4px solid transparent;
  border-left: 6px solid #163e9d;
  position: absolute;
  top: 5px;
  left: 0;
}

#foot .address {
  font-size: 3.2vw;
  width: 88%;
  color: #333;
  position: relative;
  display: inline-block;
  text-align: left;
}
#foot .address a {
  border: 1px solid #ccc;
  padding: 5px 15px 2px;
  margin-left: 18px;
  color: #333;
  position: absolute;
  top: 25%;
  right: 0;
}
#foot #linkBB {
  margin: 0 20px;
}
#foot #linkBB a {
  text-indent: -9999px;
  background: url(../img/sp/bnr_bb.png) no-repeat left top;
  background-size: 100%;
  width: 100%;
  height: 23vw;
  display: block;
  margin-top: 10px;
}
#foot #linkBB a:hover {
  opacity: 0.7;
}

/*　realnetpro　*/
#foot #linkRealnetpro {
  margin: 0 20px;
}
#foot #linkRealnetpro a {
  text-indent: -9999px;
  background: url(../img/bnr_realnetpro_01.png) no-repeat left top / contain;
  background-size: 100%;
  width: 210px;
  height: 100px;
  display: block;
  margin: 10px auto;
}
#foot #linkRealnetpro a:hover {
  opacity: 0.7;
}

/* #copyright */
#copyright {
  text-align: center;
  background: #15bfff;
  color: #fff;
  font-size: 14px;
  padding: 10px 0 5px;
  font-family: Verdana, 'Droid Sans', 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'メイリオ',
    'Meiryo', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
}

/* .contactBoxSP */
.contactBoxSP {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 80px;
}
.contactBoxSP ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contactBoxSP ul li {
  width: 50%;
}
.contactBoxSP ul li a {
  position: relative;
  display: block;
  background: #ffee00;
  color: #153e9d;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 7px 0;
  margin: 10px 20px 10px 8px;
  line-height: 1.2;
  height: 60px;
  box-sizing: border-box;
}
.contactBoxSP ul li a:after {
  content: '';
  box-sizing: border-box;
  border: 4px solid transparent;
  border-left: 6px solid #163e9d;
  position: absolute;
  top: 27px;
  right: 8px;
}
.contactBoxSP ul li:nth-child(1) a {
  padding: 15px 0;
  margin: 10px 8px 10px 20px;
}
.contactBoxSP ul li:nth-child(2) a {
  padding-top: 15px;
  background: #097acb;
  background: -moz-linear-gradient(top, #097acb 0%, #1546a3 100%);
  background: -webkit-linear-gradient(top, #097acb 0%, #1546a3 100%);
  background: linear-gradient(to bottom, #097acb 0%, #1546a3 100%);
  color: #fff;
}
.contactBoxSP ul li:nth-child(2) a:after {
  border-left-color: #fff;
}
.contactBoxSP ul li a span {
  font-size: 10px;
  display: block;
  margin-bottom: 2px;
}

/* ===================================
下層ページ共通
=================================== */
h1 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  height: 200px;
  margin: 0;
  padding-top: 68px;
  box-sizing: border-box;
  background-color: #ccc;
}

/* ===================================
幅の狭いスマホ用
=================================== */
@media screen and (max-width: 360px) {
  #head_logo a {
    background-size: 290px;
  }
  #head #navSP {
    padding: 75px 15px 10px;
  }
  #head #navSP .tel,
  .infoArea .contactBox .tel {
    font-size: 34px;
  }
  #head #navSP .tel b {
    background: url(../img/sp/ico_tel_02.png) no-repeat left 2px;
    background-size: 34px;
    padding-left: 34px;
    font-size: 31px;
  }
  .infoArea .tel b {
    background: url(../img/sp/ico_tel_01.png) no-repeat left 0;
    background-size: 34px;
    padding-left: 38px;
    font-size: 33px;
  }
  .infoArea .contactBox .tel span {
    margin: 5px 0 0;
  }
  .contactBoxSP ul li a:after {
    display: none;
  }
}

/* ===================================
iPhone
=================================== */
.iPhone #head #navSP .tel b {
  letter-spacing: -1px;
  font-size: 35px;
}
.iPhone .infoArea .tel b {
  letter-spacing: -1px;
  font-size: 34px;
}

/* ===================================
iPhone フッター上の電話番号
=================================== */
.iPhone .contactArea h2 {
  font-size: 34px;
}
.iPhone .contactArea .tel a {
  letter-spacing: -1px;
  font-size: 37px;
}
.iPhone .contactArea .tel span {
  padding-left: 30px;
}
@media screen and (max-width: 360px) {
  .iPhone .contactArea h2 {
    font-size: 29px;
  }
}
