@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow: scroll;
  color: #000;
}

body, h1, h2, h3, h4, h5, h6, form, p, ul, ol, li, table, tr, th, td, dl, dd, dt {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

img {
  border: none;
  vertical-align: bottom;
}

li {
  list-style: none;
}

* html h1, * html h2, * html h3, * html h4, * html h5, * html table {
  font-size: 100%;
}

table {
  padding: 0;
}

th, td {
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}

.clear {
  height: 0px;
  clear: both;
}

* html .clear {
  overflow: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/
 /*/
height: auto;
overflow: hidden;
/**/
}

.hpji {
  text-decoration: underline;
}
.hpji:hover {
  text-decoration: none;
}
.hpji::after {
  content: " ";
  display:inline-block;
  width:12px;
  height:12px;
  margin-left:6px;
  background-image: url("../images/common/hpj.png");
  background-size:12px;
}

/* common module
------------------------------------------------------ */
.alt {
  position: absolute;
  top: -5000px;
  left: -999px;
}

.alignR {
  text-align: right !important;
}

.alignC {
  text-align: center !important;
}

.alignL {
  text-align: left !important;
}

.valignT {
  vertical-align: top !important;
}

.valignM {
  vertical-align: middle !important;
}

.valignB {
  vertical-align: bottom !important;
}

.bold {
  font-weight: bold !important;
}

.normal {
  font-weight: normal !important;
}

.white {
  color: #ffffff !important;
}

.brack {
  color: #000000 !important;
}

.red {
  color: #CC0000 !important;
}

.noBorder {
  border: none !important;
}

.noBorderBottom {
  border-bottom: none !important;
}

.bgWhite {
  background: #FFF !important;
}

.bgGrey {
  background: #f5f5f5 !important;
  padding: 10px 15px;
}

.bgRed {
  background: #ffefef !important;
  padding: 10px 15px;
}

.txt_red {
  color: #d00 !important;
}

.txt_orange {
  color: #ed8600 !important;
}

.txt_pink {
  color: #f400ac !important;
}

.txt_green {
  color: #169f00 !important;
}

.txt_blue {
  color: #0400b3 !important;
}

.tx_gray {
  color: #ccc!important;
}

.footer .spFooterBanner li span {
  display: block;
  ext-align: center;
  font-size: 11px;
}

/*
----------------------------------------
----------------------------------------
----------------------------------------
*/
/* ============================================================
contents
============================================================ */
.mtTestBlock {
  /*
  display: none!important;
  */
}

@media print, screen and (min-width: 751px) {
  /* common module PC
  ------------------------------------------------------ */
  html {
    font-size: 16px;
    line-height: 1.7;
  }

  body {
    background: url("../images/common/bg.gif") repeat 0 0;
  }

  .wrapper {
    width: 100%;
    min-width: 940px;
    overflow: hidden;
    background: url("../images/common/bg_kumo.png") no-repeat center 450px;
  }

  .headerBtn {
    width: 90%;
    padding: 0 5%;
    position: relative;
  }
  .headerBtn ul li.bt1 {
    position: absolute;
    right: 105px;
    top: 0;
    z-index: 10;
  }
  .headerBtn ul li.bt2 {
    position: fixed;
    right: 15px;
    top: 0;
    z-index: 10;
  }

  .alpha {
    opacity: 1.0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
  }

  .alpha:hover {
    opacity: 0.7;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
  }

  .floatL {
    float: left !important;
  }

  .floatR {
    float: right !important;
  }

  /* LINK
  ------------------------------------------------------ */
  a {
    color: #292929;
    text-decoration: none;
  }

  a:hover {
    text-decoration: underline;
  }

  /* --------------------------------------------------- */
  .pcNon,
  .forSP {
    display: none !important;
  }

  .size14 {
    font-size: 14px !important;
  }

  .m0 {
    margin: 0 !important;
  }

  .mT0 {
    margin-top: 0 !important;
  }

  .mT5 {
    margin-top: 5px !important;
  }

  .mT10 {
    margin-top: 10px !important;
  }

  .mT15 {
    margin-top: 15px !important;
  }

  .mT20 {
    margin-top: 20px !important;
  }

  .mT30 {
    margin-top: 30px !important;
  }

  .mT40 {
    margin-top: 40px !important;
  }

  .mB0 {
    margin-bottom: 0px !important;
  }

  .mB5 {
    margin-bottom: 5px !important;
  }

  .mB10 {
    margin-bottom: 10px !important;
  }

  .mB15 {
    margin-bottom: 15px !important;
  }

  .mB20 {
    margin-bottom: 20px !important;
  }

  .mB30 {
    margin-bottom: 30px !important;
  }

  .mB40 {
    margin-bottom: 40px !important;
  }

  .mL0 {
    margin-left: 0 !important;
  }

  .mL5 {
    margin-left: 5px !important;
  }

  .mL10 {
    margin-left: 10px !important;
  }

  .mL15 {
    margin-left: 15px !important;
  }

  .mL20 {
    margin-left: 20px !important;
  }

  .mL30 {
    margin-left: 30px !important;
  }

  .mL40 {
    margin-left: 40px !important;
  }

  .mR0 {
    margin-right: 0px !important;
  }

  .mR5 {
    margin-right: 5px !important;
  }

  .mR10 {
    margin-right: 10px !important;
  }

  .mR15 {
    margin-right: 15px !important;
  }

  .mR20 {
    margin-right: 20px !important;
  }

  .mR30 {
    margin-right: 30px !important;
  }

  .mR40 {
    margin-right: 40px !important;
  }

  .p0 {
    padding: 0 !important;
  }

  .pT0 {
    padding-top: 0 !important;
  }

  .pT5 {
    padding-top: 5px !important;
  }

  .pT10 {
    padding-top: 10px !important;
  }

  .pT15 {
    padding-top: 15px !important;
  }

  .pT20 {
    padding-top: 20px !important;
  }

  .pT30 {
    padding-top: 30px !important;
  }

  .pT40 {
    padding-top: 40px !important;
  }

  .pB0 {
    padding-bottom: 0px !important;
  }

  .pB5 {
    padding-bottom: 5px !important;
  }

  .pB10 {
    padding-bottom: 10px !important;
  }

  .pB15 {
    padding-bottom: 15px !important;
  }

  .pB20 {
    padding-bottom: 20px !important;
  }

  .pB30 {
    padding-bottom: 30px !important;
  }

  .pB40 {
    padding-bottom: 40px !important;
  }

  .pL0 {
    padding-left: 0 !important;
  }

  .pL5 {
    padding-left: 5px !important;
  }

  .pL10 {
    padding-left: 10px !important;
  }

  .pL15 {
    padding-left: 15px !important;
  }

  .pL20 {
    padding-left: 20px !important;
  }

  .pL30 {
    padding-left: 30px !important;
  }

  .pL40 {
    padding-left: 40px !important;
  }

  .pR0 {
    padding-right: 0px !important;
  }

  .pR5 {
    padding-right: 5px !important;
  }

  .pR10 {
    padding-right: 10px !important;
  }

  .pR15 {
    padding-right: 15px !important;
  }

  .pR20 {
    padding-right: 20px !important;
  }

  .pR30 {
    padding-right: 30px !important;
  }

  .pR40 {
    padding-right: 40px !important;
  }

  .dspBlock {
    display: block !important;
  }

  .w100 {
    width: 100px;
  }

  .w200 {
    width: 200px;
  }

  .w300 {
    width: 300px;
  }

  .w330 {
    width: 330px;
  }

  .w350 {
    width: 350px;
  }

  .w400 {
    width: 400px;
  }

  .w500 {
    width: 500px;
  }

  .w600 {
    width: 600px;
  }

  /* common style
  ----------------------------------------*/
  .p-block {
    width: 92%;
    overflow: hidden;
    padding: 2.5%;
    margin: 0 1.5% 20px;
    font-size: 14px;
    line-height: 1.7;
    background: #f5f5f5;
    border: 1px solid #DDD;
  }

  .p-block span.caption {
    display: inline-block;
    width: 139px;
    text-align: center;
    font-size: 12px;
    padding-top: 5px;
  }

  .p-block p {
    margin-bottom: 15px;
  }

  .p-midashi {
    width: 100%;
    clear: both;
    margin-left: -5px;
    margin-top: -5px;
    padding: 5px 0 5px 10px;
    text-align: left;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: bold;
    background: #666;
    color: #fff;
  }

  .p-block .left {
    float: left;
    margin: 5px 15px 10px 0;
    font-size: 12px;
  }

  .p-block .left img,
  .p-block .right img {
    display: block;
    margin-bottom: 7px;
  }

  .p-block .right {
    float: right;
    margin: 5px 0 10px 15px;
    font-size: 12px;
  }

  /* color
  ----------------------------------------*/
  .p-green {
    background: #f6fae7;
    border: 1px solid #d2e098;
  }

  .p-green .p-midashi {
    background: #a4be39;
  }

  .p-pink {
    background: #fbe9e9;
    border: 1px solid #f1c6c6;
  }

  .p-pink .p-midashi {
    background: #e87a7b;
  }

  .p-orange {
    background: #fff1db;
    border: 1px solid #ffd799;
  }

  .p-orange .p-midashi {
    background: #ff9b05;
  }

  .p-blue {
    background: #ecf8ff;
    border: 1px solid #8dd3ff;
  }

  .p-blue .p-midashi {
    background: #2694f5;
  }

  .tx_gray {
    color: #ccc!important;
  }

  .overflow {
    overflow: hidden;
  }

  #subLayout #primary p.photo {
    font-size: 12px;
    line-height: 1.3;
  }

  #subLayout #primary p.photo img {
    margin-bottom: 7px;
  }

  /* common style END ----------------------------------------*/
  .pc_leftCol .logo {
    margin-bottom: 15px;
  }

  .sp_headr {
    display: none;
  }

  .leftMenu {
    background: url("../images/common/menu_bg.png") no-repeat center 0;
    margin-bottom: 30px;
  }
  .leftMenu .leftMenuIn {
    background: url("../images/common/menu_bottom.gif") no-repeat center bottom;
    padding: 43px 10px 10px;
  }
  .leftMenu li {
    padding-top: 7px;
  }

  .bannerWrap li {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .bannerWrap li a {
    display: block;
  }
  .bannerWrap li img {
    max-width: 100%;
  }

  .footer {
    background: url("../images/common/footer_topline.png") repeat-x 0 97px;
  }
  .footer .spFooterBanner {
    display: none;
  }
  .footer .spFooterBanner li span {
    display: block;
    ext-align: center;
    font-size: 11px;
  }
  .footer .footerIn {
    width: 930px;
    margin: 0 auto;
    background: url("../images/common/bg_ki.png") no-repeat 0 0;
    padding: 65px 0 50px;
  }
  .footer .footerIn .goTop {
    text-align: right;
    margin-bottom: -20px;
  }
  .footer .footerIn .footerBtnPS {
    display: none;
  }
  .footer .footerIn .footerNav {
    position: relative;
    display: inline-block;
  }
  .footer .footerIn .footerNav li {
    display: inline-block;
    font-size: 12px;
    padding-right: 10px;
    margin-right: 8px;
  }
  .footer .footerIn .footerNav li:first-child {
    background: url("../images/common/footer_line.gif") no-repeat right center;
  }
  .footer .footerIn .copy {
    display: inline-block;
    font-size: 12px;
  }

  .linkBt {
    border: 1px solid #d6d6d6;
    text-align: center;
    width: 135px;
    float: right;
  }
  .linkBt:hover {
    background: url(../images/common/bt_bg.gif);
  }
  .linkBt a {
    font-size: 13px;
    padding: 7px 0 7px 15px;
    display: block;
    background: url(../images/common/arrow_grey.gif) no-repeat 15px;
  }
  .linkBt a:hover {
    background: url(../images/common/arrow_grey_hov.gif) no-repeat 15px;
    text-decoration: none;
    color: #fff;
  }

  #drawer {
    display: none;
  }

  #drawerMenu {
    display: none;
  }

  .overlay {
    display: none;
  }

  /*
  ----------------------------------------
  ----------------------------------------
  ----------------------------------------
  */
  /* ============================================================
  contents
  ============================================================ */
  .contentsWrap {
    width: 930px;
    margin: 0 auto;
    padding-top: 35px;
  }

  .navigationWrap {
    width: 210px;
    float: left;
  }

  .mainContents {
    width: 692px;
    float: right;
  }

  .newsList li {
    overflow: hidden;
    margin-bottom: 10px;
  }
  .newsList li span.day {
    display: block;
    width: 115px;
    float: left;
    font-size: 13px;
    color: #777;
    padding-top: 1px;
  }
  .newsList li .linkTxt {
    display: block;
    margin-left: 120px;
    padding-left: 20px;
    background: url("../images/common/list_orange_maru.png") no-repeat 0px 5px;
  }

  .mtTestBlock {
    /*
    display: none!important;
    */
  }

  .blueBox2 {
    background: #eff0f4;
    border: 1px solid #5368ad;
    margin-bottom: 30px;
    padding: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    overflow: hidden;
  }
}
@media print, screen and (max-width: 750px) {
  /* common module SP
  ------------------------------------------------------ */
  html {
    font-size: 16px;
    line-height: 1.8;
  }

  body {
    min-width: 320px;
    background: url("../images/common/bg.gif") repeat 0 0;
  }

  img {
    border: none;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
  }

  /* LINK
  ------------------------------------------------------ */
  a {
    color: #292929;
    text-decoration: none;
  }

  a:hover {
    text-decoration: none;
  }

  /* --------------------------------------------------- */
  .spNon,
  .forPC {
    display: none !important;
  }

  .sp_m0 {
    margin: 0 !important;
  }

  .sp_mT0 {
    margin-top: 0 !important;
  }

  .sp_mT5 {
    margin-top: 5px !important;
  }

  .sp_mT10 {
    margin-top: 10px !important;
  }

  .sp_mT15 {
    margin-top: 15px !important;
  }

  .sp_mT20 {
    margin-top: 20px !important;
  }

  .sp_mT30 {
    margin-top: 30px !important;
  }

  .sp_mB0 {
    margin-bottom: 0px !important;
  }

  .sp_mB5 {
    margin-bottom: 5px !important;
  }

  .sp_mB10 {
    margin-bottom: 10px !important;
  }

  .sp_mB15 {
    margin-bottom: 15px !important;
  }

  .sp_mB20 {
    margin-bottom: 20px !important;
  }

  .sp_mB30 {
    margin-bottom: 30px !important;
  }

  .sp_mL0 {
    margin-left: 0 !important;
  }

  .sp_mL5 {
    margin-left: 5px !important;
  }

  .sp_mL10 {
    margin-left: 10px !important;
  }

  .sp_mL15 {
    margin-left: 15px !important;
  }

  .sp_mL20 {
    margin-left: 20px !important;
  }

  .sp_mL30 {
    margin-left: 30px !important;
  }

  .sp_mR0 {
    margin-right: 0px !important;
  }

  .sp_mR5 {
    margin-right: 5px !important;
  }

  .sp_mR10 {
    margin-right: 10px !important;
  }

  .sp_mR15 {
    margin-right: 15px !important;
  }

  .sp_mR20 {
    margin-right: 20px !important;
  }

  .sp_mR30 {
    margin-right: 30px !important;
  }

  .sp_p0 {
    padding: 0 !important;
  }

  .sp_pT0 {
    padding-top: 0 !important;
  }

  .sp_pT5 {
    padding-top: 5px !important;
  }

  .sp_pT10 {
    padding-top: 10px !important;
  }

  .sp_pT15 {
    padding-top: 15px !important;
  }

  .sp_pT20 {
    padding-top: 20px !important;
  }

  .sp_pT30 {
    padding-top: 30px !important;
  }

  .sp_pB0 {
    padding-bottom: 0px !important;
  }

  .sp_pB5 {
    padding-bottom: 5px !important;
  }

  .sp_pB10 {
    padding-bottom: 10px !important;
  }

  .sp_pB15 {
    padding-bottom: 15px !important;
  }

  .sp_pB20 {
    padding-bottom: 20px !important;
  }

  .sp_pB30 {
    padding-bottom: 30px !important;
  }

  .sp_pL0 {
    padding-left: 0 !important;
  }

  .sp_pL5 {
    padding-left: 5px !important;
  }

  .sp_pL10 {
    padding-left: 10px !important;
  }

  .sp_pL15 {
    padding-left: 15px !important;
  }

  .sp_pL20 {
    padding-left: 20px !important;
  }

  .sp_pL30 {
    padding-left: 30px !important;
  }

  .sp_pR0 {
    padding-right: 0px !important;
  }

  .sp_pR5 {
    padding-right: 5px !important;
  }

  .sp_pR10 {
    padding-right: 10px !important;
  }

  .sp_pR15 {
    padding-right: 15px !important;
  }

  .sp_pR20 {
    padding-right: 20px !important;
  }

  .sp_pR30 {
    padding-right: 30px !important;
  }

  .sp_dspBlock {
    display: block !important;
  }

  /* common style
  ----------------------------------------*/
  .p-block {
    width: 92%;
    overflow: hidden;
    padding: 2.5%;
    margin: 0 1.5% 20px;
    font-size: 14px;
    line-height: 1.7;
    background: #f5f5f5;
    border: 1px solid #DDD;
  }

  .p-block span.caption {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    padding-top: 5px;
  }

  .p-block p {
    margin-bottom: 15px;
  }

  .p-midashi {
    width: 100%;
    clear: both;
    margin-left: -5px;
    margin-top: -5px;
    padding: 5px 0 5px 10px;
    text-align: left;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: bold;
    background: #666;
    color: #fff;
  }

  .p-block .left {
    float: left;
    margin: 5px 15px 10px 0;
    font-size: 12px;
    max-width: 50%;
  }

  .p-block .left img,
  .p-block .right img {
    display: block;
    margin-bottom: 7px;
  }

  .p-block .right {
    float: right;
    margin: 5px 0 10px 15px;
    font-size: 12px;
    max-width: 50%;
  }

  .p-block .left br,
  .p-block .right br {
    display: none;
  }

  /* color
  ----------------------------------------*/
  .p-green {
    background: #f6fae7;
    border: 1px solid #d2e098;
  }

  .p-green .p-midashi {
    background: #a4be39;
  }

  .p-pink {
    background: #fbe9e9;
    border: 1px solid #f1c6c6;
  }

  .p-pink .p-midashi {
    background: #e87a7b;
  }

  .p-orange {
    background: #fff1db;
    border: 1px solid #ffd799;
  }

  .p-orange .p-midashi {
    background: #ff9b05;
  }

  .p-blue {
    background: #ecf8ff;
    border: 1px solid #8dd3ff;
  }

  .p-blue .p-midashi {
    background: #2694f5;
  }

  .overflow {
    overflow: hidden;
  }

  #subLayout #primary p.photo {
    font-size: 12px;
    line-height: 1.3;
  }

  #subLayout #primary p.photo img {
    margin-bottom: 7px;
  }

  /* common style END ----------------------------------------*/
  .pc_leftCol {
    display: none;
  }

  .sp_headr {
    background: #FFF;
    padding: 10px 5px 10px 0;
  }
  .sp_headr .logo {
    display: block;
    width: 230px;
    float: left;
  }
  .sp_headr .menuBt {
    width: 55px;
    float: right;
    padding-top: 5px;
    background: url("../images/common/sp/btn_close.png") no-repeat 0 5px;
    background-size: 55px 56px;
    cursor: pointer;
  }

  .bannerWrap li img {
    max-width: 100%;
  }

  .footer .spFooterBanner {
    display: table;
    width: 96%;
    margin: 0 2%;
    padding-top: 15px;
  }
  .footer .spFooterBanner li {
    display: table-cell;
    width: 49%;
  }
  .footer .spFooterBanner li:nth-child(2n-1) {
    padding-right: 1%;
    text-align: center;
  }
  .footer .spFooterBanner li:nth-child(2n) {
    padding-left: 1%;
    text-align: center;
  }
  .footer .spFooterBanner li span {
    display: block;
    ext-align: center;
    font-size: 11px;
  }
  .footer .footerIn {
    margin: 0 auto;
    background: url("../images/common/bg_ki.png") no-repeat 10px 0;
    padding: 65px 0 50px;
  }
  .footer .footerIn .goTop {
    text-align: right;
    padding-right: 10px;
    margin-bottom: 10px;
    background: url("../images/common/footer_topline.png") repeat-x 0 center;
  }
  .footer .footerIn .footerBtnPS {
    margin: 0 auto 15px;
    display: table;
    width: 96%;
    max-width: 400px;
  }
  .footer .footerIn .footerBtnPS li {
    display: table-cell;
    width: 50%;
  }
  .footer .footerIn .footerBtnPS li.btnMem {
    background: url("../images/common/sp/ico_hoshi.png") no-repeat 10px center #a29785;
    background-size: 20px;
  }
  .footer .footerIn .footerBtnPS li.btnInq {
    background: url("../images/common/sp/ico_mail.png") no-repeat 10px center #eb5d00;
    background-size: 20px;
  }
  .footer .footerIn .footerBtnPS li a {
    display: block;
    padding: 10px 25px 10px 30px;
    text-align: center;
    color: #FFF;
    background: url("../images/common/sp/arrow_white.gif") no-repeat 95% center;
    background-size: 10px;
  }
  .footer .footerIn .footerNav {
    text-align: center;
    width: 100%;
    padding: 10px 0;
  }
  .footer .footerIn .footerNav li {
    display: inline-block;
    font-size: 12px;
    padding-right: 10px;
    margin-right: 8px;
  }
  .footer .footerIn .footerNav li:first-child {
    background: url("../images/common/footer_line.gif") no-repeat right 4px;
  }
  .footer .footerIn .copy {
    text-align: center;
    font-size: 11px;
    padding: 0 10px;
  }

  .linkBt {
    margin: 0 10px;
    text-align: center;
  }
  .linkBt a {
    color: #283972;
    display: block;
    border: 1px solid #283972;
    padding: 8px 10px;
  }
  .linkBt span {
    background: url(../images/common/sp/arrow_grey.gif) no-repeat left;
    background-size: 17px;
    padding-left: 20px;
  }

  #drawerMenu {
    width: 25px;
  }

  .overlay .spClose {
    display: block;
    z-index: 999;
  }
  .overlay .hide {
    display: none;
  }

  .spNav {
    width: 100%;
    display: none;
    position: absolute;
    z-index: 99;
    right: 0;
    top: 81px;
  }
  .spNav ul li {
    background-color: #e98747;
    opacity: .95;
    /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha(opacity=95);
    /* IE lt 8 */
    -ms-filter: "alpha(opacity=95)";
    /* IE 8 */
    border-bottom: 1px solid #FFF;
  }
  .spNav ul li a {
    color: #FFF;
    display: block;
    background: url(../images/common/sp/arrow_white3.png) no-repeat 96% 50%;
    background-size: 9px;
    padding: 15px 4%;
    text-decoration: none;
  }

  /*
  ----------------------------------------
  ----------------------------------------
  ----------------------------------------
  */
  .wrapper {
    position: relative;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
  }

  #wrapper.open {
    -webkit-transform: translate3d(-280px, 0, 0);
    -moz-transform: translate3d(-280px, 0, 0);
    -o-transform: translate3d(-280px, 0, 0);
    -ms-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
  }

  .open .overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .open .overlay .spClose {
    position: absolute;
    top: 5px;
    right: -1px;
    height: 35px;
    width: 33px;
    margin: 5px 5px 0 0;
  }

  #drawer {
    background: #283972;
    position: fixed;
    padding-top: 5px;
    top: 0;
    right: -280px;
    width: 280px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
  }

  #drawer .spClose {
    float: right;
    height: 35px;
    width: 33px;
    margin: 0 5px 5px;
  }
  #drawer .spClose .closeBt {
    width: auto;
    margin: 0;
    border: none;
    padding: 0;
  }

  #drawer.open {
    -webkit-transform: translate3d(-280px, 0, 0);
    -moz-transform: translate3d(-280px, 0, 0);
    -o-transform: translate3d(-280px, 0, 0);
    -ms-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
  }

  .spNavi .level2-1 {
    letter-spacing: -0.4em;
    overflow: hidden;
    width: 100%;
  }
  .spNavi .level2-1 li {
    display: inline-block;
    letter-spacing: normal;
    text-align: center;
    background: #4e5e96;
    width: 50%;
    border-left: 1px solid #283972;
    border-bottom: 1px solid #283972;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .spNavi .level2-1 li:nth-child(odd) {
    border-left: none;
  }
  .spNavi .level2-1 a {
    color: #fff;
    padding: 10px;
    display: block;
  }
  .spNavi .level2-1 a span.ico_blank {
    background: url("../images/common/tab_white2.gif") no-repeat right 3px;
    padding: 0 17px;
  }
  .spNavi .level2-2 {
    border-bottom: 1px solid #4e5e96;
  }
  .spNavi .level2-2 a {
    color: #fff;
    display: block;
    padding: 10px;
    background: url(../images/common/sp/arrow_white.gif) no-repeat 95% center;
    background-size: 5px;
  }
  .spNavi .level2-2 span {
    padding-right: 20px;
    background: url(../images/common/tab_white2.gif) no-repeat right 3px;
  }
  .spNavi .level3 {
    background: #4e5e96;
    margin-bottom: 0;
    display: none;
  }
  .spNavi .level3.disp {
    display: block;
  }
  .spNavi .level3 li {
    border-bottom: none;
  }
  .spNavi .level3 li:last-child {
    border-bottom: none;
  }
  .spNavi .level3 li.direct a {
    display: block;
    padding: 10px;
    margin: 0;
    color: #FFF;
  }
  .spNavi .level3 li.direct.active {
    background: none;
  }
  .spNavi .level3 a {
    border-bottom: 1px solid #4e5e96 !important;
    color: #fff;
    display: block;
    padding: 10px;
    background: url(../images/common/sp/arrow_white.gif) no-repeat 95% center;
    background-size: 5px;
  }
  .spNavi .level4 {
    background: #c0c9e8;
    display: none;
  }
  .spNavi .level4.disp {
    display: block;
  }
  .spNavi .level4 a {
    color: #4e5e96;
    padding: 7px 10px;
    border-bottom: 1px solid #929dc4;
    background: url(../images/common/sp/arrow_white3.png) no-repeat 95% center;
    background-size: 5px;
  }
  .spNavi .level4 li.direct {
    background: none;
  }
  .spNavi .level4 li.direct a {
    color: #4e5e96;
    padding: 7px 10px;
    border-bottom: 1px solid #929dc4;
    background: url(../images/common/sp/arrow_white3.png) no-repeat 95% center;
    background-size: 5px;
  }
  .spNavi .level4 li.active {
    background-color: #5368ad !important;
  }
  .spNavi .level4 li.active a {
    color: #fff;
  }
  .spNavi .level5 {
    display: none;
    padding: 7px 0;
  }
  .spNavi .level5 li {
    border-bottom: none;
  }
  .spNavi .level5 li a {
    color: #000 !important;
  }
  .spNavi .level5 li.active {
    background: none !important;
  }
  .spNavi .level5 li.active a {
    font-weight: bold;
  }
  .spNavi .level5.disp {
    display: block;
  }
  .spNavi .level5.disp a {
    display: block;
    color: #4e5e96 !important;
    padding: 5px 10px;
    margin-left: 10px;
    border-bottom: none;
    background: url(../images/common/sp/arrow_white.gif) no-repeat 95% center;
    background-size: 5px;
  }
  .spNavi .level6 {
    display: none;
  }
  .spNavi .level3 span {
    display: none;
  }

  #drawer .anoInfo {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin-bottom: 20px;
  }
  #drawer .anoInfo a {
    color: #fff;
    padding: 8px 0;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: normal;
    width: 50%;
    display: table-cell;
    border-right: 1px solid #283972;
    text-align: center;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #drawer .anoInfo a:nth-child(1) {
    background: url(../images/common/sp/arrow_white2.gif) no-repeat 23px 17px #4c8dc7;
    background-size: 12px;
  }
  #drawer .anoInfo a:nth-child(2) {
    background: url(../images/common/sp/arrow_white2.gif) no-repeat 8px 17px #59c3d3;
    background-size: 12px;
    border-left: none;
  }
  #drawer .anoInfo a span {
    background: url(../images/common/sp/tab_blue.gif) no-repeat 95% top;
    background-size: 14px;
    display: block;
  }

  .closeBt {
    color: #fff;
    width: 200px;
    margin: 0 auto 20px;
    border: 1px solid #fff;
    padding: 8px 0;
    text-align: center;
  }
  .closeBt span {
    background: url(../images/common/sp/ico_close2.gif) no-repeat left;
    background-size: 10px;
    padding-left: 15px;
  }

  /* ============================================================
  contents
  ============================================================ */
  .contentsWrap {
    min-width: 320px;
  }

  .newsList li {
    overflow: hidden;
    margin-bottom: 7px;
    padding-top: 7px;
    border-top: 1px solid #CCC;
  }
  .newsList li:first-child {
    border-top: none;
  }
  .newsList li span.day {
    display: block;
    font-size: 12px;
    padding-top: 3px;
    color: #777;
  }
  .newsList li .linkTxt {
    display: block;
    padding-left: 18px;
    background: url("../images/common/list_orange_maru.png") no-repeat 0px 7px;
    background-size: 11px;
  }

  .mtTestBlock {
    /*
    display: none!important;
    */
  }

  .blueBox2 {
    margin: 0 10px;
    background: #eff0f4;
    border: 1px solid #5368ad;
    margin-bottom: 30px;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    overflow: hidden;
  }
}
