@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*--------------------------------------------------
  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, font, 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, button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
  word-break: break-all;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1, h2, h3, h4 {
  font-weight: normal;
}
a {
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
button {
  cursor: pointer;
}
/*--------------------------------------------------
  base styles
--------------------------------------------------*/

/* ------ global ------ */
body {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  color: #333;
}
.accentColor   { color: #ffde00; }
.accentColorBg { color: #ffde00; }
.keyColor      { color: #10105b; }
.keyColorBg    { background-color: #10105b; }
.whiteColorBg  { background-color: #fff; }
.whiteColor  { color: #fff !important; }
.blackColor  { color: #000 !important; }
.empColor      { color: #0495a6; }
.redColor  { color: #ce4040 !important; }
.blueColor  { color: #0067bb !important; }
.brownColor { color: #953735; }
.attenColor{color: #0070c0;}
.orangeColor  { color: #ff823c !important; }
.mailColor{color:#984807 !important;}
.pinkColorBg  { background-color: #FFE4E1; }
.grayColorBg  { background-color: #f2f2f2 !important; }
.m0 { margin: 0 !important; }
.m_auto { margin: 0 auto !important; }

.mt0 { margin-top: 0 !important; }
.mt6 { margin-top: 6px !important; }
.mt10 { margin-top: 10px !important; }
.mt12 { margin-top: 12px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }

.mb0 { margin-bottom: 0 !important; }
.mb4 { margin-bottom: 4px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb12 { margin-bottom: 12px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }

.ml0 { margin-left: 0 !important; }
.ml10 { margin-left: 10px !important; }
.ml20 { margin-left: 20px !important; }
.ml30 { margin-left: 30px !important; }
.ml34 { margin-left: 34px !important; }
.ml40 { margin-left: 40px !important; }
.ml50 { margin-left: 50px !important; }
.mlminus40 { margin-left: -40px !important; }

.mr0 { margin-right: 0 !important; }
.mr10 { margin-right: 10px !important; }
.mr20 { margin-right: 20px !important; }
.mr30 { margin-right: 30px !important; }
.mr34 { margin-right: 34px !important; }
.mr40 { margin-right: 40px !important; }
.mr50 { margin-right: 50px !important; }
.mrminus40 { margin-right: -40px !important; }

.p0 { padding: 0 !important; }
.p10 { padding: 10px !important; }
.p20 { padding: 20px !important; }
.p30 { padding: 30px !important; }

.padding_top25{padding-top: 25px;}
.padding_side{padding: 0px 120px;}
.borderPink {border: 1px solid #f38692;}

.clearfix:after {
  content:" ";
  display:block;
  clear:both;
}
.border_blue_dashed{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-bottom:#144c91 dashed;
}
.border_gray_dashed{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-bottom:#878787 dashed;
}
.fLeft {
  float: left;
  clear: none !important;
}
.fs70p{font-size:70% !important;}
.fs85p{font-size:85% !important;}
.fs90p{font-size:90% !important;}
.fs100p{font-size:100% !important;}
.fs120p{font-size:120% !important;}
.fs140p{font-size:140% !important;}
.fs160p{font-size:160% !important;}
.txtUnderline{text-decoration:underline !important;}

.w192_p{width: 192px !important;}
.w100p{width: 100% !important;}
.w90p{width: 90% !important;}
.w85p{width: 85% !important;}
.w80p{width: 80% !important;}
.w75p{width: 75% !important;}
.w70p{width: 70% !important;}
.w50p{width: 50% !important;}
.w40p{width: 40% !important;}
.w30p{width: 30% !important;}
.w25p{width: 25% !important;}
.w20p{width: 20% !important;}
.w15p{width: 15% !important;}
.w10p{width: 10% !important;}

.mw500px{min-width: 500px !important;}

.txt_c{text-align: center !important;}
.txt_l{text-align: left !important;}
.txt_r{text-align: right !important;}
.txt_vt{vertical-align: top !important;}
.txt_vm{vertical-align: middle !important;}
.txt_vb{vertical-align: bottom !important;}

.of_hidden{overflow: hidden;}
.of_auto{overflow: auto;}

.border_normal{border:1px solid !important;}
.border_no{border:none !important;}
.bg_transparent{background: transparent !important;}

.txt_block{display: inline-block !important;}

.titlename{
  margin-bottom: 5px;
  padding: 10px 5px;
  font-weight: normal;
  background: none;
  border-left: 6px solid #ff6600;
}
.line1 {
  margin: 5px auto;
  padding: 0;
  border: none;
  border-bottom: 2px solid #aaa;
}
.titlecontent {
  margin: 10px auto;
  padding: 20px;
  border: 2px solid #aaa;
}
.btn {
  position: relative;
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  margin: 0 auto;
  box-sizing: border-box;
  color: #fff;
  letter-spacing: 0.5px;
}
.btn:hover {
  filter: alpha(opacity=92);
  -moz-opacity: 0.92;
  opacity: 0.92;
}
.btn:active {
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
}

/* ------ header ------ */
#wrapper {
  position: relative;
}
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  overflow: hidden;
  clear: both;
  box-shadow: 0 2px 15px 0 rgba(0,0,0,0.08);
  -moz-box-shadow: 0 2px 15px 0 rgba(0,0,0,0.08);
  -webkit-box-shadow: 0 2px 15px 0 rgba(0,0,0,0.08);
  border-top: 4px solid #00659b;
  z-index: 100;
  background-color: #fff;
  box-sizing: border-box;
}
#header .headerInner {
  max-width: 960px;
  width: 100%;
  padding: 7px 10px 10px;
  margin: 0 auto;
  overflow: hidden;
  clear: both;
  box-sizing: border-box;
}
#header a {
  color: #333333;
}
#header .logo {
  float: left;
}
#header .headerText {
  font-size: 12px;
  color: #333;
  float: right;
  line-height: 19px;
  letter-spacing: 0.55px;
}
.layout_sp {
  display: none !important;
}

/* ------ contents ------ */
#contents {
  background-color: #fff;
}
.contentsInner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  overflow: hidden;
  clear: both;
  box-sizing: border-box;
}
/*--------------------------------------------------
 * top css
 *-------------------------------------------------*/
.sectionWrapper {
  overflow: hidden;
  clear: both;
  position: relative;
}

/* ------ footer ------ */
.footerBnrBlock {
  text-align: center;
  padding: 20px 0 10px 0;
  box-sizing: border-box;
}
.footerBnrBlock a {
  display: inline-block;
  margin: 0 6px;
}
.footerBnrBlock a img {
}
#footer {
  position: relative;
  height: 120px;
  overflow: hidden;
  font-size: 12px;
  background-color: #fff;
  box-shadow: 0 -2px 15px 0 rgba(0,0,0,0.08);
  -moz-box-shadow: 0 -2px 15px 0 rgba(0,0,0,0.08);
  -webkit-box-shadow: 0 -2px 15px 0 rgba(0,0,0,0.08);
  margin-top: -5px;
}
#footer .copyright {
  clear: both;
  color: #999999;
  font-size: 10px;
  margin-top: 6px;
  padding: 2px 0;
  text-align: center;
  letter-spacing: 1px;
}
#footer .contentsInner {
  position: relative;
  overflow: visible;
}
.block_pc {
  display: block !important;
}

/*--------------------------------------------------
 * sp css
 *-------------------------------------------------*/
@media screen and (max-width: 768px) {
  #wrapper {
    padding-top: 58px;
  }
  .contentsInner {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  #header {
    height: 58px !important;
    padding: 0 14px !important;
    box-sizing: border-box;
    border-top: 0;
    overflow: visible;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-bottom: 1px solid #f0f0f0;
  }
  #header .headerInner {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 0 !important;
    box-sizing: border-box;
    height: inherit;
    margin-top: 7px;
  }
  #header .logo {
    margin: 0 auto;
    margin-top: 4px;
    float: none;
    width: 100%;
    text-align: center;
  }
  #header .logo p {
    display: none;
  }
  #header .logo img.layout_sp {
    display: inline-block !important;
  }
  #header .headerText {
    display: none;
  }
  .layout_pc {
    display: none !important;
  }
  .layout_sp {
    display: block !important;
  }
  .titlecontent {
    padding: 10px 5px;
  }
  .sectionWrapper.mt60{
    margin:0 auto !important;
  }

  /* ------ footer ------ */
  .footerBnrBlock {
    padding: 20px 20px 10px 20px;
  }
  .footerBnrBlock a {
    width: 100%;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .footerBnrBlock img {
    width: 100%;
  }
  #footer {
    height: auto;
    border-top: 1px solid #e5e5e5;
  }
  #footer .contentsInner {
    padding: 0;
  }
  #footer .copyright {
    width: 100%;
    text-align: center;
    line-height: 20px;
    font-size: 11px;
    letter-spacing: 0.2px;
  }
  #footer .footerBottomBar {
    width: 100%;
    border-bottom: 8px solid #0067bb;
    text-align: center;
    padding-top: 52px;
  }
  #footer .footerBottomBar .pagetop {
    display: inline-block;
    margin-bottom: -2px;
    width: 90px;
  }
  #footer .socialBtns {
    right: auto;
    top: auto;
    left: 0;
    width: 100%;
    bottom: 110px;
    text-align: center;
  }
  .btnPrimary {
    width: 84%;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 1px;
    height: 56px;
    line-height: 54px;
  }
  .btnPrimary:after {
    width: 10px;
    top: 19px;
    right: 20px;
    background: url(../img/sp/arrow_white.png) no-repeat;
    background-size: 100% auto;
  }
  .block_pc {
    display: inline-block !important;
  }
  .block_sp {
    display: block;
  }

  #footer .footerBottomBar {
    width: 100%;
    border-bottom: 8px solid #0067bb;
    text-align: center;
    padding-top: 15px;
  }
  #footer .footerBottomBar .pagetop {
    display: inline-block;
    margin-bottom: -2px;
    width: 90px;
  }
}

@media screen and (max-width: 320px) {

}