@charset "shift_jis";
@import url('//fonts.googleapis.com/css?family=Noto+Sans+JP&subset=japanese&display=swap');
@import url('//fonts.googleapis.com/css?family=Alegreya+Sans+SC&display=swap');

/*-------------------------------------------------------*/


/* common */


/*-------------------------------------------------------*/

body.cmn2 {
  color: #222;
  line-height: 1.5;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}

body.cmn2 a {
  color: #19509d;
  text-decoration: underline;
  -webkit-tap-highlight-color: rgba(30, 15, 190, 0.3);
  -webkit-touch-callout: none;
}

body.cmn2 a:hover {
  color: #19509d;
  text-decoration: none;
}

body.cmn2 .link_active a:link,
body.cmn2 .link_active a:visited,
body.cmn2 a.link_active:link,
body.cmn2 a.link_active:visited {
  text-decoration: underline;
}

body.cmn2 .link_active a:hover,
body.cmn2 a.link_active:hover {
  text-decoration: none !important;
}

body.cmn2 .vanish {
  position: absolute;
  left: -9999em;
}

body.cmn2 img[src$=".svg"] {
  position: relative;
  top: 0.4px;
  left: 0.4px;
}

body.cmn2 input[type=text] {
  font-family: 'Noto Sans JP', sans-serif;
}

/*-------------------------------------------------------*/


/* commonBlockSkip */


/*-------------------------------------------------------*/

#common-blockskip {
  z-index: 9999;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#common-blockskip * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#common-blockskip a {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: -1px;
  padding: 0;
  color: #ffffff;
  text-decoration: underline;
  line-height: 0;
  background: #737373;
  float: left;
  min-width: 0;
  text-align: center;
  cursor: default;
  overflow: hidden;
}

#common-blockskip a:hover {
  text-decoration: none;
}

#common-blockskip a.show {
  height: auto;
  margin-top: 0;
  padding: 5px 0 6px;
  color: #ffffff;
  line-height: 1;
  cursor: pointer;
}