@charset "UTF-8";

/* 手机端共通文字サイズ（ここで一括調整可能）
   手机端のメディアクエリ内でのみ参照すること */
:root {
  --phone-fs-lg: 2rem; /* 大：見出し・強調テキスト */
  --phone-fs-md: 1.7rem; /* 中：ナビ・標準テキスト */
  --phone-fs-sm: 1.2rem; /* 小：注釈・フッターテキスト */
}

/* リセット
---------------------------------------------------------- */
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
table,
th,
td,
button,
a,
span {
  margin: 0;
  padding: 0;
  font-size: 2.2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
ol,
ul {
  list-style: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
address {
  font-style: normal;
}

/* レイアウト
----------------------------------------*/
html {
  height: 100%;
}
body {
  height: 100%;
}

/*clearfix
----------------------------------------*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0.1em;
  line-height: 0;
}

/*float
----------------------------------------*/
.clear {
  clear: both !important;
}
.float_n {
  float: none !important;
}
.float_l {
  float: left;
  *display: inline;
  *zoom: 1;
}
.float_r {
  float: right;
  *display: inline;
  *zoom: 1;
}
.align_l {
  text-align: left !important;
}
.align_c {
  text-align: center !important;
}
.align_r {
  text-align: right !important;
}
.valign_m {
  vertical-align: middle !important;
}

/*font
----------------------------------------*/
.fontb {
  font-weight: bold !important;
}
.fontl {
  font-weight: 300 !important;
}

/*margin
----------------------------------------*/
/*top*/
.mt0 {
  margin-top: 0px !important;
}
.mt05 {
  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;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}

/*bottom*/
.mb0 {
  margin-bottom: 0px !important;
}
.mb05 {
  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;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}

/*right*/
.mr05 {
  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;
}

/*left*/
.ml05 {
  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;
}
.m_auto {
  margin-left: auto;
  margin-right: auto;
}

/*width
----------------------------------------*/
.w05per {
  width: 5% !important;
}
.w10per {
  width: 10% !important;
}
.w15per {
  width: 15% !important;
}
.w20per {
  width: 20% !important;
}
.w25per {
  width: 25% !important;
}
.w30per {
  width: 30% !important;
}
.w33per {
  width: 33.3333333333333% !important;
}
.w35per {
  width: 35% !important;
}
.w40per {
  width: 40% !important;
}
.w45per {
  width: 45% !important;
}
.w50per {
  width: 50% !important;
}
.w55per {
  width: 55% !important;
}
.w60per {
  width: 60% !important;
}
.w65per {
  width: 65% !important;
}
.w70per {
  width: 70% !important;
}
.w75per {
  width: 75% !important;
}
.w80per {
  width: 80% !important;
}
.w85per {
  width: 85% !important;
}
.w90per {
  width: 90% !important;
}
.w95per {
  width: 95% !important;
}

/* display
----------------------------------------*/
.hidden {
  display: none;
}

/* img
----------------------------------------*/
img {
  max-width: 100%;
  height: auto;
  _width: 100%;
}
.img_100per {
  width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.img_responsive {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  _width: 100%;
}
.img_default {
  width: auto;
  height: auto;
}

@media screen and (max-width: 768px) {
  html,
  body,
  div,
  dl,
  dt,
  dd,
  ul,
  ol,
  li,
  h1,
  h2,
  h2,
  h3,
  h4,
  h5,
  h6,
  pre,
  form,
  fieldset,
  input,
  textarea,
  p,
  table,
  th,
  td,
  button,
  a,
  span {
    margin: 0;
    padding: 0;
    font-size: var(--phone-fs-md);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
}

/* リセットここまで
----------------------------------------*/
