@charset "UTF-8";
/* ---reset ---*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body {
  padding: 0;
  margin: 0;
}

/*
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-style: normal;
}
*/
/* --- Font & Text --- */
body {
  font-size: 14px;
  line-height: 1.7em;
  letter-spacing: .05em;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/* --- Link --- */
a {
  color: #0044cc !important;
  outline: none;
  text-decoration: none !important;
}
a:hover {
  color: #4682b4 !important;
  text-decoration: underline !important;
}

a:focus {
  outline: none;
}

/* --- hr --- */
hr {
  border: none;
  border-top: 1px solid #eee;
  height: 1px;
  margin: 2em 0;
}

/*color*/
/* LAYOUT */
body {
  width: 100%;
  min-width: 100%;
  overflow: scroll;
  height: 100%;
}

.content {
  margin-top: 20px;
  margin-bottom: 30px;
}

#wrap {
  width: 100%;
}
#wrap .inner {
  margin: 0 auto;
  max-width: 980px;
  padding: 0 30px;/*150305追加*/
  overflow: hidden;/*150305追加*/
}

.inner {
  max-width: 980px;
}

h3 {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 3px solid #e39636;
  box-shadow: 0 3px 0 0 #F1CA9A;
}

h4 {
  border-bottom: 2px solid #e39636;
}

.tel-link {
  display: none;
}

.fontL {
  font-size: 129%;
}

.under {
  color: #fff;
  filter: dropshadow(color=#000000, offX=0, offY=-1) dropshadow(color=#ff000000, offX=1, offY=0) dropshadow(color=#ff000000, offX=0, offY=1) dropshadow(color=#ff000000, offX=-1, offY=0);
  text-shadow: #666666 1px 1px 0px, #666666 -1px 1px 0px, #666666 1px -1px 0px, #666666 -1px -1px 0px;
}

/*HEADER*/
#header {
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #bababa;
  padding-bottom: 12px;
  margin-top: 8px;
}
#header .logoBox {
  width: 315px;
  display: inline-block;
}
#header h1, #header h2 {
  display: inline-block;
}
#header h1 {
  margin-top: 8px;
}
#header .rightBox {
  float: right;
  width: 476px;/*150305変更*/
  margin-top: 5px;/*150305追加*/
}
#header .failureInquiryNumber {
  display: inline-block;
  /*margin: 10px 0; 150305変更*/
  clear: both;
  margin-top: 20px;/*150305追加*/
  float: right;/*150305変更*/
}

#useSwitch {
  display: inline-block;
  text-align: left;
  margin-right: 0;
}
#useSwitch li {
  display: inline-block;
  margin-right: 0px;
}
#useSwitch li a {
  display: inline-block;
  background: url(../images/user_btn.jpg) no-repeat;
  height: 19px;
  font-size: 0;
}
#useSwitch li a:hover {
  text-decoration: none !important;
}
#useSwitch .user a {
  background-position: 0 -41px;
  width: 125px;
}
#useSwitch .user a:hover {
  background-position: 0 -21px;
}
#useSwitch .user a.active {
  background-position: 0 0;
}
#useSwitch .other a {
  background-position: -135px -41px;
  width: 77px;
}
#useSwitch .other a:hover {
  background-position: -135px -21px;
}
#useSwitch .other a.active {
  background-position: -135px 0;
}
#useSwitch .admin a {
  background-position: -222px -41px;
  width: 134px;
}
#useSwitch .admin a:hover {
  background-position: -222px -21px;
}
#useSwitch .admin a.active {
  background-position: -222px 0;
}
/*150305追加ここまで*/

#langSwitch {
  text-align: right;
  display: inline-block;
  /*margin-left: 50px; 150305変更*/
  float: right;/*150305追加*/
}

#langSwitch {
  text-align: right;
  display: inline-block;
  /*margin-left: 50px; 150305変更*/
  float: right;/*150305追加*/
}
#langSwitch li {
  display: inline-block;
}
#langSwitch li a {
  display: inline-block;
  background: url(../images/lang.gif);
  height: 17px;
  font-size: 0;
}
#langSwitch li a:hover {
  text-decoration: none !important;
}
#langSwitch li.japanese {
  /*margin-right: 5px; 150305変更*/
}
#langSwitch .japanese_disable a {
  background-position: 0 17px;
  width: 44px;
}
#langSwitch .japanese a {
  background-position: 0 34px;
  width: 44px;
}
#langSwitch .japanese a:hover {
  background-position: 0 0;
}
#langSwitch .english_disable a {
  background-position: -55px 17px;
  width: 53px;
}
#langSwitch .english a {
  background-position: -55px 34px;
  width: 53px;
}
#langSwitch .english a:hover {
  background-position: -55px 0;
}

.gmenu {
  display: inline-block;
  float: right;
  clear: both;/*150305追加*/
  margin-top: 20px;/*150305追加*/
}
#gmenu {
  /*margin-top: 15px; 150305変更*/
  clear: both;
}
#gmenu li {
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 15px;
  vertical-align: bottom;
}
#gmenu li a {
  display: inline-block;
  background: url(../images/menu.gif) no-repeat;
  height: 36px;
  font-size: 0;
}
#gmenu li a:hover {
  text-decoration: none !important;
}
#gmenu .gm_01 a {
  background-position: 0 0;
  width: 173px;
}
#gmenu .gm_01 a:hover {
  background-position: 0 -43px;
}
#gmenu .gm_02 a {
  background-position: -187px 0;
  width: 170px;
}
#gmenu .gm_02 a:hover, #gmenu .gm_02 a.active {
  background-position: -187px -43px;
}
#gmenu .gm_03 a {
  background-position: -365px 0;
  width: 126px;
}
#gmenu .gm_03 a:hover, #gmenu .gm_03 a.active {
  background-position: -365px -43px;
}
#gmenu .gm_04 a {
  background-position: -505px 0;
  width: 243px;
}
#gmenu .gm_04 a:hover, #gmenu .gm_04 a.active {
  background-position: -505px -43px;
}
#gmenu .gm_05 a {
  background-position: -761px 0;
  width: 188px;
}
#gmenu .gm_05 a:hover, #gmenu .gm_05 a.active {
  background-position: -761px -43px;
}
#gmenu .gm_06 a {
  background-position: -969px 0;
  width: 171px;
}
#gmenu .gm_06 a:hover, #gmenu .gm_06 a.active {
  background-position: -969px -43px;
}

/*topImg*/
.topLogoImg {
  border-top: 1px solid #bababa;
  padding-top: 10px;
}

.topImage {
  padding: 25px 0;
  margin-bottom: 40px;
  position: relative;
}
.topImage .inner > img {
  width: 100%;
}
.topImage .imgShadow {
  padding: 5px;
  border: 1px solid #eee;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 2px;
}

.postColorBox {
  background-color: #e39636;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 15%;
  margin: -40px 0 -20px 0;
}
.postColorBox img {
  padding: 15px 15px 10px 15px;
}

/*CONTENTS*/
/*subMenu*/
.contents.subMenu .subMenuBase {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.contents.subMenu .subMenuCell {
  display: table-cell;
  vertical-align: top;
}
.contents.subMenu .subMenuHead {
  width: 30%;
  background-image: url(../images/how_to_use_system.png);
  background-color: #e39636;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  border-bottom: 5px solid #fff;
  border-right: 5px solid #fff;
}
.contents.subMenu .subMenuHead.introduction {
  background-image: url(../images/system_introduction.png);
}
.contents.subMenu .subMenuHead.guide {
  background-image: url(../images/guide.png);
}
.contents.subMenu .subMenuHead.link {
  background-image: url(../images/link.png);
}
.contents.subMenu .subMenuBody {
  width: 70%;
}
.contents.subMenu .subMenuBody .list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contents.subMenu .subMenuBody .list li {
  border-bottom: 5px solid #fff;
  display: inline-block;
  width: 100%;
}
.contents.subMenu .subMenuBody .list li a {
  display: block;
  background: url(../images/sp_menu_bg.jpg) no-repeat center center, #e39636;
  background-size: 100% 100%;
  height: 69px;
  width: 100%;
  text-decoration: none;
  text-align: center;
}
.contents.subMenu .subMenuBody .list li a:hover {
  filter: alpha(opacity=70);
  /*For IE*/
  opacity: 0.7;
  /*Opera・Safari*/
  -moz-opacity: 0.7;
  /*For FireFox*/
}
.contents.subMenu .subMenuBody .list li a > * {
  display: inline-block;
  vertical-align: middle;
}
.contents.subMenu .subMenuBody .list li .ghost {
  display: inline-block;
  height: 100%;
  width: 0;
}
.contents.subMenu .subMenuBody .list li .description {
  color: #666;
  font-size: 129%;
}
.contents.subMenu .headImg {
  height: 143px;
}

/*FOOTER*/
.content.ftMenu {
  margin-top: 0;
}

.footerBase {
  background: #e7e7e7;
  padding-top: 25px;
  padding-bottom: 15px;
  margin-top: 80px;
}

#footer {
  overflow: hidden;
}
#footer h1 {
  display: inline-block;
}
#footer h2 {
  display: inline-block;
  margin-right: 15px;
}

.content.ftMenu {
  float: right;
  max-width: 766px;/*150305変更*/
  white-space: normal;
  overflow: hidden;
}
.content.ftMenu dl {
  display: inline-block;
  vertical-align: top;
  max-width: 292px;
  white-space: normal;
}
.content.ftMenu dl a {
  position: relative;
  margin-left: 1.5em;
  text-decoration: none !important;
  color: #494846 !important;
}
.content.ftMenu dl a:before {
  content: "";
  border: solid transparent;
  display: inline-block;
  position: absolute;
  border-width: 6px;
  border-left-color: #e39636;
  margin-top: 3px;
  left: -12px;
  top: 0;
}
.content.ftMenu dl a:hover {
  text-decoration: underline !important;
}
.content.ftMenu dl .subMenu {
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-left: 1em;
}
.content.ftMenu dl .subMenu a {
  position: relative;
}
.content.ftMenu dl .subMenu a:before {
  content: "";
  border: solid transparent;
  display: inline-block;
  position: absolute;
  border-width: 4px;
  border-left-color: #e39636;
  margin-top: 4px;
  left: -12px;
  top: 0;
}
.footMenu dt {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.loginBtnBox {
  clear: both;
  text-align: right;
}

#loginBtn {
  display: inline-block;
  height: 23px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#loginBtn a {
  display: block;
  width: 80px;
  height: 23px;
  background: url(../images/login.gif) no-repeat;
  background-position: 0 -26px;
  font-size: 0;
}
#loginBtn a:hover {
  background-position: 0 0;
  text-decoration: none !important;
}

#adminBtn {
  display: inline-block;
  height: 17px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 10px;
}
#adminBtn a {
  display: block;
  background: url(../images/admin_btn.png);
  height: 17px;
  width: 57px;
  font-size: 0;
  background-position: 0 17px;
}
#adminBtn a:hover {
  background-position: 0 0;
}

#footerText {
  clear: both;
  text-align: center;
  font-size: 86%;
  margin-top: 25px;
}

/* --- smartphone layout --- */
@media screen and (max-width: 605px) {
  .content.ftMenu dl {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #useSwitch, .topImgBox, .forPc {
    display: none;
  }

  /*HEADER*/
  #header {
    border-bottom: none;
  }

  .userSelect select {
    border: 0;
  }

  #langSwitch {
    position: absolute;
    right: 10px;
    top: 0;
    margin-left: 0;
  }
  #langSwitch .japanese_disable a {
    background: url(../images/lang_j_disable.gif) no-repeat 0 0;
    background-size: 100% 100%;
    width: 84px;
    height: 28px;
  }
  #langSwitch .japanese a {
    background: url(../images/lang_j.gif) no-repeat 0 0;
    background-size: 100% 100%;
    width: 84px;
    height: 28px;
  }
  #langSwitch .japanese a.hover {
    background: url(../images/lang_j_hover.gif) no-repeat 0 0;
    background-size: 100% 100%;
  }
  #langSwitch .english_disable a {
    background: url(../images/lang_e_disable.gif) no-repeat 0 0;
    background-size: 100% 100%;
    width: 84px;
    height: 28px;
  }
  #langSwitch .english a {
    background: url(../images/lang_e.gif) no-repeat 0 0;
    background-size: 100% 100%;
    width: 84px;
    height: 28px;
  }
  #langSwitch .english a.hover {
    background: url(../images/lang_e_hover.gif) no-repeat 0 0;
    background-size: 100% 100%;
  }

  .logoBox {
    width: 100%;
    margin-top: 20px;
  }
  .logoBox h2 {
    width: 38%;
  }
  .logoBox h1 {
    width: 60%;
  }
  .logoBox img {
    width: 100%;
  }

  .gmenu {
    width: 100%;
  }

  #gmenu {
    margin-top: 0;
    width: 100%;
    padding: 0;
  }
  #gmenu li {
    width: 48%;
    float: left;
    margin: 0;
    margin: 2px;
  }
  #gmenu .menuWrap {
    position: relative;
    width: 100%;
  }
  #gmenu .menuWrap:after {
    padding-top: 22.346%;
    display: block;
    content: "";
  }
  #gmenu .gm_01 a {
    background: url(../images/sm_menu01.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
  }
  #gmenu .gm_01 a:hover, #gmenu .gm_01 a.active {
    background: url(../images/sm_menu01.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
  }
  #gmenu .gm_02 a {
    background: url(../images/sm_menu02.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
  }
  #gmenu .gm_02 a:hover, #gmenu .gm_02 a.active {
    background: url(../images/sm_menu02.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
  }
  #gmenu .gm_03 a {
    background: url(../images/sm_menu03.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
  }
  #gmenu .gm_03 a:hover, #gmenu .gm_03 a.active {
    background: url(../images/sm_menu03.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
  }
  #gmenu .gm_04 a {
    background: url(../images/sm_menu04.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
  }
  #gmenu .gm_04 a:hover, #gmenu .gm_04 a.active {
    background: url(../images/sm_menu04.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
  }
  #gmenu .gm_05 a {
    background: url(../images/sm_menu05.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
  }
  #gmenu .gm_05 a:hover, #gmenu .gm_05 a.active {
    background: url(../images/sm_menu05.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
  }
  #gmenu .gm_06 a {
    background: url(../images/sm_menu06.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
  }
  #gmenu .gm_06 a:hover, #gmenu .gm_06 a.active {
    background: url(../images/sm_menu06.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
  }

  h3 {
    width: 100%;
  }

  .failureInquiryNumber {
    width: 100%;
    text-align: right;
  }
  .failureInquiryNumber img {
    width: 293px;
    height: 69px;
  }
  .failureInquiryNumberMedia img {
    width: 170px !important;
    height: 41px !important;
  }

  .topLogoImg img {
    width: 84%;
    padding: 8%;
    background: #e39636;
  }

  /*FOOTER*/
  .footerBase {
    margin-top: 60px;
  }

  #footer h1 {
    margin-top: 10px;
  }

  #footerText {
    text-align: left;
    margin-top: 15px;
  }

  .loginBtnBox {
    margin-top: 20px;
  }

  #loginBtn {
    margin-top: 10px;
  }
  #loginBtn a.hover {
    background-position: 0 -27px;
  }

  #adminBtn a.hover {
    background-position: 0 0;
  }

  /*TOPへ戻るボタン*/
  #page-top {
    width: 50px;
    height: 50px;
    display: none;
    position: fixed;
    right: 16px;
    bottom: 16px;
  }

  #page-top p {
    margin: 0;
    padding: 0;
    text-align: center;
    background: #ca7d1c;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  #page-top p.hover {
    background: #F1CA9A;
  }

  #move-page-top {
    color: #fff;
    line-height: 44px;
    font-size: 143%;
    text-decoration: none;
    display: block;
    cursor: pointer;
  }
}
@media screen and (min-width: 481px) {
  .forSp {
    display: none;
  }
}
@media screen and (max-width: 759px) {
  .fontL {
    font-size: 115%;
  }

  .under {
    font-size: 100%;
  }

  #wrap {
    width: 100%;
  }
  #wrap .inner {
    width: 96%;
    margin: 0 auto;
    padding: 0;/*150305追加*/
  }

  /*CONTENT*/
  .contents.subMenu .subMenuBase {
    display: block;
  }
  .contents.subMenu .subMenuCell {
    display: block;
  }
  .contents.subMenu .subMenuHead {
    width: 100%;
  }
  .contents.subMenu .subMenuBody {
    width: 100%;
  }
}
@media screen and (min-width: 890px) {
  .contents.subMenu .subMenuBody .list li {
    width: 49%;
  }
}
/*150305追加*/
@media screen and (min-width: 1300px) {
  #wrap .inner {
    max-width: 1481px;
    position: relative;
  }
  .postColorBox {
    position: absolute;
  }
  .contents.subMenu .subMenuHead {
    width: 20%;
  }
  .contents.subMenu .subMenuBody {
    width: 60%;
  }
  .contents.subMenu .subMenuBody .list li {
    width: 32.874%;
  }
}

/*# sourceMappingURL=style.css.map */
