@charset "UTF-8";
/* =========================================================
Reset of Default Style
========================================================= */
h1, h2, h3, h4, h5, h6, p, address, a,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  line-height: 140%;
  vertical-align: baseline;
  background: transparent;
}

/* ブラウザ間でのフォントサイズリセット */
textarea {
  font-size: 100%;
}

/* 画像下部空きのリセット */
img {
  vertical-align: middle;
  border: 0;
}

/* リストのスタイルをリセット */
ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #555555;
}

a:hover {
  text-decoration: underline;
}

a img:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

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

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb80 {
  margin-bottom: 80px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb80 {
  padding-bottom: 80px;
}

/* =========================================================
Clear Fix
========================================================= */
.cfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em; /*added for FF*/
  line-height: 0;
}

.cfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .cfix {
  height: 1%;
}

.cfix {
  display: block;
}

/* End hide from IE-mac */
.CLR {
  clear: both;
}

/* =========================================================
body
========================================================= */
body {
  margin: 0;
  padding: 0;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
  color: #333;
  font-size: 12px;
}

#wrap {
  background: #fff;
  overflow: hidden;
}

#header_wpr {
  border-bottom: 1px #dcdcdc solid;
  top: 0;
  position: fixed;
  width: 100%;
  background: #fff;
  left: 0;
  z-index: 2000;
}

#header {
  display: none;
}

@media (min-width: 48.063em) {
  #header {
    display: block;
    max-width: 1160px;
    margin: 0 auto;
  }
}
#header .inner {
  padding: 10px 0 10px;
}

#header-sm .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 10px;
  position: relative;
}
#header-sm .inner .icon-menu {
  position: absolute;
  right: 10px;
  top: 8px;
}
#header-sm .inner .icon-menu .icon-menu-line {
  background: #016BB5;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#header-sm .inner .icon-menu .icon-menu-line::before, #header-sm .inner .icon-menu .icon-menu-line::after {
  background: #016BB5;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#header-sm .inner .header-menu {
  background: #016BB5;
  top: 0;
  right: 0;
}
#header-sm .inner .header-menu .c-link-header-menu {
  background: #014d82;
}

@media (min-width: 48.063em) {
  #header-sm {
    display: none;
  }
}
#header-sm a.logo {
  display: block;
  float: left;
  width: 100px;
}

#header a.logo {
  display: block;
  float: left;
  width: 160px;
}

#header-sm h1 {
  display: block;
  float: left;
  padding: 3px 0 0 10px;
  font-size: 12px;
  color: #016BB5;
}

#header h1 {
  display: block;
  float: left;
  padding: 3px 0 0 19px;
  font-size: 13px;
  color: #016BB5;
}

#header-sm em,
#header h1 em {
  font-weight: bold;
}

#header .contactBtn {
  float: right;
}

#header .contactBtn a {
  display: inline-block;
  position: relative;
  top: -10px;
}

#header .contactBtn img.headBtn {
  margin-top: 2px;
}

#header .gnav ul li {
  float: left;
  border-left: 1px solid #dcdcdc;
  margin-bottom: 3px;
  padding: 0 15px;
}

#header .gnav ul li:hover {
  background: url(../img/nav_bg.gif) no-repeat center bottom;
}

#header .gnav ul li.selected {
  background: url(../img/nav_bg.gif) no-repeat center bottom;
  cursor: default;
}

#header .gnav ul li.new {
  position: relative;
}

#header .gnav ul li.new:after {
  content: "";
  display: block;
  position: absolute;
  left: 7px;
  top: -6px;
  width: 27px;
  height: 13px;
  background: url(../img/icon_side_new.jpg) no-repeat;
}

#header .gnav ul li:last-child {
  border-right: 1px solid #dcdcdc;
}

#header .gnav a.comp {
  display: block;
  float: right;
  text-decoration: underline;
  padding-left: 15px;
  margin-top: 7px;
  background: url(../img/icon_1.jpg) no-repeat center left;
  font-size: 14px;
}

#header .gnav a.comp:hover {
  text-decoration: none;
}

#contents {
  position: relative;
}

@media (min-width: 48.063em) {
  #contents {
    width: 1160px;
    margin: 0 auto;
    padding: 20px 0;
  }
}
#contents .main {
  width: 100%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 70px;
}

@media (min-width: 48.063em) {
  #contents .main {
    float: left;
    width: 940px;
    margin: 0 auto;
    padding: 0 30px 0 0;
  }
}
#contents .bnrWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px 0 30px -10px;
}
#contents .bnrWrap > div {
  padding: 10px 0 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}

@media (min-width: 48.063em) {
  #contents .bnrWrap {
    margin: -20px 0 50px -20px;
  }
  #contents .bnrWrap > div {
    padding: 20px 0 0 20px;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
}
#contents .main h2 {
  margin-bottom: 20px;
  background: url(../img/h2_bg02.jpg) repeat;
  border-radius: 6px;
  padding: 5px 18px;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  font-weight: bold;
}

@media (min-width: 48.063em) {
  #contents .main h2 {
    margin-bottom: 20px;
    border-radius: 6px;
    font-size: 24px;
    line-height: 36px;
  }
}
#contents .main h2.heading1 {
  margin-bottom: 20px;
  color: #0071BE;
  background: none;
  font-size: 30px;
  padding-left: 0;
}

#contents .main h3.heading2 {
  margin-bottom: 20px;
  background: url(../img/h2_bg02.jpg) repeat;
  border-radius: 6px;
  padding: 5px 18px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

@media (min-width: 48.063em) {
  #contents .main h3.heading2 {
    font-size: 24px;
  }
}
#contents .main h3.reason_h3 {
  position: relative;
  margin: 60px 0 25px;
  padding: 5px 18px 5px;
}

#contents .main h3.heading2 .icon {
  background: url(../img/reason_icon.png) no-repeat center center;
  background-size: 80px auto;
  content: "";
  display: block;
  height: 82px;
  width: 80px;
  position: absolute;
  right: 7px;
  bottom: 5px;
  top: -67px;
}

@media (min-width: 48.063em) {
  #contents .main h3.heading2 .icon {
    top: -45px;
  }
}
#contents .side {
  display: none;
}

@media (min-width: 48.063em) {
  #contents .side {
    display: block;
    float: left;
    width: 220px;
  }
}
a.contactBnr {
  display: block;
  text-align: center;
  width: 230px;
  height: 102px;
  padding-top: 71px;
  margin: 0 auto 10px;
  background: url(../img/btn_cont_bg.jpg) no-repeat center center;
}

#contents .side ul.sideList1,
#contents .side ul.sideList2 {
  margin-bottom: 20px;
}

#contents .side ul.sideList1 li {
  display: block;
  border-right: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
}

#contents .side ul.sideList1 li:last-child {
  border-radius: 0 0 5px 5px; /* CSS3草案 */
  -webkit-border-radius: 0 0 5px 5px; /* Safari,Google Chrome用 */
  -moz-border-radius: 0 0 5px 5px; /* Firefox用 */
}

#contents .side ul.sideList1 li a.new {
  background: url(../img/icon_side_new.jpg) no-repeat 10px 12px;
}

#contents .side ul.sideList1 li a {
  display: block;
  padding: 8px 10px 8px 47px;
  color: #0086d3;
  font-size: 14px;
  font-weight: bold;
  background: url(../img/icon_side_arrow.jpg) no-repeat 10px 12px;
}

#contents .side ul.sideList2 li {
  display: block;
  border-bottom: 1px solid #c9c9c9;
}

#contents .side ul.sideList2 li a {
  display: block;
  padding: 10px 0 10px 20px;
  color: #616161;
  background: url(../img/icon_side_arrow2.jpg) no-repeat 10px 12px;
}

#contents .side ul.sideList2 li a:hover {
  color: #0086d3;
}

#contents .side ul.sideBnr li {
  text-align: center;
  color: #616161;
  font-size: 11px;
  line-height: 13px;
  margin-bottom: 10PX;
}

#contents .side ul.sideBnr li img {
  margin-bottom: 5px;
}

#footer {
  width: 100%;
  background: #E5E5E5;
}

#footer .inner {
  padding: 0 15px;
}

@media (min-width: 48.063em) {
  #footer .inner {
    width: 1160px;
    margin: 0 auto;
    padding: 0;
  }
}
#footer .inner .footerPartner .copyA {
  text-align: center;
  margin-top: 10px;
}

#footer .inner .footerPartner p.copyB {
  display: block;
  padding-right: 20px;
  color: #848484;
}

@media (min-width: 48.063em) {
  #footer .inner .footerPartner .copyA {
    padding-top: 40px;
    text-align: left;
    margin-top: 0;
  }
}
#footer .inner .footerPartner p.copyB span {
  display: inline-block;
  line-height: 11px;
  font-size: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (min-width: 48.063em) {
  #footer .inner .footerPartner p.copyB span {
    margin-bottom: 0;
  }
}
#footer ul.footerNav {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 0;
}

#footer ul.footerNav li {
  padding: 0 10px;
}

@media (min-width: 48.063em) {
  #footer ul.footerNav li {
    display: block;
    float: left;
    padding: 0;
    border-right: 1px solid #cccccc;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    max-width: unset;
  }
}
#footer ul.footerNav li:last-child {
  border-right: 0;
}

#footer ul.footerNav li a {
  display: block;
  color: #0064c2;
  display: block;
  text-align: center;
  padding: 3px 0;
}

@media (min-width: 48.063em) {
  #footer ul.footerNav li a {
    padding: 0 10px;
  }
}
#footer .footerPartner {
  padding: 23px 0 15px;
}
#footer .footerPartner > div:nth-of-type(2) {
  text-align: center;
}
#footer .footerPartner > div:nth-of-type(2) div {
  text-align: center;
}

@media (min-width: 48.063em) {
  #footer .footerPartner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footer .footerPartner > div:nth-of-type(1) {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    max-width: 65%;
  }
  #footer .footerPartner > div:nth-of-type(2) {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    max-width: 35%;
    text-align: left;
  }
  #footer .footerPartner > div:nth-of-type(2) div {
    text-align: left;
  }
}
#footer .footerPartner .corp_link {
  text-align: center;
}

#footer .footerPartner .corp_link li {
  display: inline-block;
  text-align: center;
}

#footer .footerPartner .corp_link li img {
  width: 210px;
}

#footer .footerPartner .corp_link li span {
  display: block;
  color: #616161;
  font-size: 11px;
  line-height: 13px;
  margin-top: 10px;
}

#footer .footerPartner > div img {
  margin-right: 15px;
}

#contents .side .side_h2 {
  background-color: #0186D3;
  color: #fff;
  font-size: 16px;
  padding: 5px 10px;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
}

#contents .side .side_h2_2 {
  background-color: #0186D3;
  color: #fff;
  font-size: 15px;
  padding: 5px 10px;
  font-weight: bold;
}