@charset "utf-8";

/* ============================================
調整用ベーススタイル（コーディング規約準拠項目）
============================================ */
/* ----------------------------------------------------------
 初期化
---------------------------------------------------------- */
html {
  margin: 0;
  padding: 0;
}
body,
button,
input,
select,
textarea {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
div,
span,
p,
pre,
blockquote,
ul,
ol,
li,
dl,
dt,
dd,
address,
form,
select,
option,
input,
label,
section,
nav,
aside,
article,
figure,
figcaption,
header,
footer,
fieldset {
  font-weight: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary,
div,
span,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
a,
img,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
ul,
ol {
  list-style: none;
}
p,
li,
dl,
table {
  line-break: strict;
  word-break: break-strict;
  word-wrap: break-word;
}
img {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  max-width: 100%;
  line-height: 1;
}
a {
  background: transparent;
  outline: 0 none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/* ============================================
基本設定
============================================ */
h1,
h2,
h3,
h4,
h5,
h6,
div,
span,
p,
pre,
blockquote,
ul,
ol,
li,
dl,
dt,
dd,
address,
form,
select,
option,
input,
label,
section,
nav,
aside,
article,
figure,
figcaption,
header,
footer,
fieldset {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
a:link {
  background-color: transparent;

/* color:#369; */
  color: #00f;
  text-decoration: none;
}
a:visited {
  /* color:#369; */
  color: #00f;
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:hover {
  /* color:#369; */
  color: #f00;
  text-decoration: none;
}
img {
  border: none;
}
b,
strong {
  font-weight: 600 !important;
}
i {
  font-style: normal;
}
/* サイズ */
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: .1px;
  line-height: 0;
  visibility: hidden;
}
.sec_box {
  clear: both;
  overflow: hidden;
}
.red {
  color: #f00;
}
/*-- flex骨子 --*/
.born {
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: space-between;
}
.born_start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
/*アンドロイド・コピーライトマーク対応 */
.copy_right_icon {
  color: #333;
  font-family: "Verdana", "Roboto", "Droid Sans", " Arial";
}
.txt_tume {
  letter-spacing: -.05em;
}
/* レスポンシブ 基本設定
------------------------------------------- */
@media only screen and (max-width:759px) {
  .none_sp,
  .none_sp_inline {
    display: none;
  }
  .none_pc {
    display: block;
  }
  .none_pc_inline {
    display: inline-block;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  h1 span,
  h2 span,
  h3 span,
  h4 span,
  h5 span,
  h6 span {
    font-weight: 600;
  }
}
@media screen and (min-width: 760px), print {
  .none_sp {
    display: block;
  }
  .none_pc,
  .none_pc_inline {
    display: none;
  }
  .none_sp_inline {
    display: inline-block;
  }
  html {
    min-width: 1024px;
  }
}
/* ============================================
汎用クラス
============================================ */
/* ------ hover時画像を透過 ------ */
a:hover img.ov {
  filter: alpha(opacity=70);
  -moz-opacity: .7;
       opacity: .7;
}
/* iPad用 */
@media screen and (max-device-width: 1024px) {
  a:hover img.ov {
    opacity: 1 !important;
  }
}
.clear {
  clear: both;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
}
.dispnon {
  display: none;
}
.red {
  color: #f00;
}
.linkcolor {
  color: #369;
}
.txt_small {
  font-size: 80%;
  letter-spacing: .05em;
}
.txt_normal {
  font-size: 13px;
}
.txt_mdl {
  font-size: 16px;
  line-height: 22px;
}
.txtsmall {
  font-size: 80%;
}
table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
.block {
  display: block;
}
.flt_l {
  float: left !important;
}
.flt_r {
  float: right !important;
}
.txt_l {
  text-align: left !important;
}
.txt_c {
  text-align: center !important;
}
.txt_r {
  text-align: right !important;
}
.fwB {
  font-weight: 600;
}
.auto {
  margin: 0 auto;
}
.psn {
  position: relative;
}
.none {
  background-image: none !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;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt80 {
  margin-top: 80px!important;
}
.mr0 {
  margin-right: 0 !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !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;
}
.mb60 {
  margin-bottom: 60px !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;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.ml55 {
  margin-left: 55px !important;
}
.ml60 {
  margin-left: 60px !important;
}
.ml70 {
  margin-left: 70px !important;
}
.ml90 {
  margin-left: 90px !important;
}
.ml140 {
  margin-left: 140px !important;
}
.fs_13 {
  font-size: 13px !important;
}
.fs_14 {
  font-size: 14px !important;
}
.fs_15 {
  font-size: 15px !important;
}
.fs_16 {
  font-size: 16px !important;
}
.fs_18 {
  font-size: 18px !important;
}
.fs_19 {
  font-size: 19px !important;
}
.fs_20 {
  font-size: 20px !important;
}
.fs_28 {
  font-size: 28px !important;
}

/* ============================================
印刷用
============================================ */
@media print {
  /* 表示しない */
  .none_pc {
    display: none;
  }
  /* 背景画像を表示する */
  * {
    -webkit-print-color-adjust: exact;
  }
  /* 表示幅を調整する
-------------------------------------------- */
  body {
    min-width: 1024px;
  }
  /* 改行しない
-------------------------------------------- */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  th,
  td,
  dt {
    page-break-inside: avoid;
  }
}

.grecaptcha-badge {
  z-index: 10000;
}

@media only screen and (max-width:760px) {
  /*-------------------------------------------

reset

-------------------------------------------*/
  html {
    background: #fff;
    color: #333;
    font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka;
    font-size: 13px;
    font-size: 4vw;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
  }

  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 1rem;
  }

  body,
  div,
  dl,
  dt,
  dd,
  ul,
  ol,
  li,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  form,
  textarea,
  p,
  th,
  td,
  section,
  article {
    margin: 0;
    padding: 0;
  }

  select {
    font-size: 1rem;

    padding: .25em 1em .25em .5em;
  }

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

  td {
    word-break: break-all;
  }

  img {
    border: 0;
    display: block;
    height: auto;
    vertical-align: top;
    width: 100%;
  }

  address,
  em,
  th {
    font-style: normal;
    font-weight: normal;
  }

  strong {
    font-weight: 600;
  }

  small {
    font-size: smaller;
  }

  li {
    list-style: none;
  }

  a {
    /* color: #336699; */
    color: #00f;
    text-decoration: none;
  }

  input,
  textarea,
  select,
  button {
    font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka;
  }

  /*アンドロイド・コピーライトマーク対応
-------------------------------------------*/
  .copy_right_icon {
    color: #333;
    font-family: "Verdana", "Roboto", "Droid Sans", " Arial";
  }

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

wrap

-------------------------------------------*/
  #wrap {
    overflow-x: hidden;
    position: relative;
  }
}