@charset "utf-8";

*,::before,::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; 
  -webkit-tap-highlight-color: transparent; 
}
body {
  font-family: "YuGothic","Yu Gothic","游ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
  font-style: normal;
font-weight: 500;
  font-size: 15px;
  color:#595757;
  background: #F8F2ED;
  margin: 0;
  padding: 0;
  min-height: 100%;
  max-width: 1980px;
  min-width: 250px;
  line-height: 1.5em;
}
main {
  min-height: 300px;
  margin-bottom: 180px;
}
h2,h3,h4 {
  font-family: "YuMincho","Yu Mincho","游 明朝","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-style: normal;
  font-weight: 600;
}
.yu-mincho {
  font-family: "YuMincho","Yu Mincho","游 明朝","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-style: normal;
  font-weight: 400;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl{
  margin: 0;
  padding: 0;
  list-style-type:none;
  text-align: left;
}
h1, h2, h3, h4, h5, h6{
  line-height: 1.3em;
}
p,dl,ul,ol{
  line-height: 1.7em;
}
dt,dd {
  margin-left: 0;
}
p,ul,ol{
  margin-bottom: 15px;
}
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary{
  display:block;
}
section p:last-child,article p:last-child,dd:last-of-type,ul:last-of-type,li:last-of-type {
  margin-bottom:0;
}
table,blockquote,address,pre,iframe,form,figure,dl {
  margin: 0;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  transition: all 0.5s;
}
a:not([class]):hover,
.opa:hover {
  opacity: .5;
}
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}
td,th {
  vertical-align: middle;
  padding: 0;
  font-weight: normal;
}
/*
table th:last-child, table td:last-child {
border-right: none;
}
table tr:last-child th, table tr:last-child  td {
border-bottom: none;
}
*/
img,video {
  max-width: 100%;
  height: auto;
}
.d_b {
  display: block!important;
}
/*  fade  */
.fadein {
  opacity: 0;
  transition: all 1.5s!important;
}
.fadein.is-show {
  opacity: 1;
}
/*  font  */
.red {
color: #f54230;
}
.notice {
  color: #898686;
  font-size: 0.8rem;
}
.f_s {
  font-size: 0.8em;
}
.f_b {
  font-weight: 600;
}
.f_18 {
  font-size: 18px;
 }
.f_20 {
  font-size: 20px;
}
.f_24 {
  font-size: 24px;
}
.f_30 {
  font-size: 30px;
}
.t_l{
  text-align: left!important;
}
.t_r{
  text-align: right!important;
}
.t_c{
  display: block!important;
  text-align: center!important;
}
/*  margin  */
.m_a {
  margin: auto;
}
.mt_0 {
  margin-top: 0!important;
}
.mt_10 {
  margin-top: 10px!important;
}
.mt_15 {
  margin-top: 15px!important;
}
.mt_20 {
  margin-top: 20px!important;
}
.mt_30 {
  margin-top: 30px!important;
}
.mt_60 {
  margin-top: 60px!important;
}
.mt_120 {
  margin-top: 120px!important;
}
.mb_0 {
  margin-bottom: 0!important;
}
.mb_10 {
  margin-bottom: 10px!important;
}
.mb_15 {
  margin-bottom: 15px!important;
}
.mb_20 {
  margin-bottom: 20px!important;
}
.mb_30 {
  margin-bottom: 30px!important;
}
.mb_60 {
  margin-bottom: 60px!important;
}
.mb_120 {
  margin-bottom: 120px!important;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  main {
    margin-bottom: 90px;
  }
  .dn_mob {
    display: none!important;
  }
  .mt_60 {
    margin-top: 45px!important;
  }
  .mt_120 {
    margin-top: 60px!important;
  }
  .mb_60 {
    margin-bottom: 45px!important;
  }
  .mb_120 {
    margin-bottom: 60px!important;
  }
  .f_18 {
    font-size: 16px;
  }
  .f_20 {
    font-size: 18px;
  }
  .f_24 {
    font-size: 20px;
  }
  .f_30 {
    font-size: 24px;
  }
  .fadein_up_early,.fadein_up,.fadein_up_slow{
    opacity: 0;
    transition: all 1.5s!important;
  }
  .fadein_up.is-show,.fadein_up_early.is-show,.fadein_up_slow.is-show {
    opacity: 1;
  }
  .flex_pc {
    display: block;
  }
  .flex_pc figure {
    width: 90%;
    display: block;
    margin: 0 auto 1rem;
  }
}
@media (min-width: 768px) {
h1, h2, h3, h4, h5, h6, p, ul, ol, dl{
  text-align: justify;
}
  body {
    font-size: 15px;
  }
  .dn_pc {
    display: none!important;
  }
  .fadein_up_early {
    opacity: 0;
    transform: translate(0, 20%);
    transition: all 0.5s!important;
  }
  .fadein_up,.fadein_up_pc {
    opacity: 0;
    transform: translate(0, 30%);
    transition: all 1s!important;
  }
  .fadein_up_slow {
    opacity: 0;
    transform: translate(0, 40%);
    transition: all 1.5s!important;
  }
  .fadein_up.is-show,.fadein_up_early.is-show,.fadein_up_slow.is-show,.fadein_up_pc.is-show {
    transform: translate(0, 0);
    opacity: 1;
  }
  .flex_pc {
    display: flex;
  }
  .flex_pc figure {
    width: 300px;
    margin-right: 3rem;
  }
  .flex_pc .div_flex_text {
    width: calc(100% - 250px);
  }
  .flex_reverse {
    flex-direction: row-reverse;
  }
  .flex_reverse figure {
    margin-left: 3rem;
    margin-right: 0rem;
  }
}
