@charset "UTF-8";

/*-------------------------
__common_style
-------------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
  font-size: 62.5%;
  line-height: 1;
  text-align: center;
  -webkit-text-size-adjust: 100%;
}
fieldset,
table,
img,
a img {
  border: 0;
}
address,
em {
  font-style: normal;
}
strong,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
input::-ms-clear {
  visibility: hidden;
  display: none;
}

.smt_on {
  display: none!important;
}
@media only screen and (max-width: 767px) {
  .smt_on {
    display: block!important;
  }
  .smt_off {
    display: none!important;
  }
}

/*-------------------------
__contents
-------------------------*/
#contents {
  display: block;
  max-width: 1056px;
  margin: 0 auto;
}
#contents {
  font-size: 1px;
  line-height: 0;
}
#contents img {
  height: auto;
  width: 100%;
}
#contents .content_body_row {
  display: flex;
  flex-wrap: wrap;
}
#contents .content_body_row img {
  width: 50%;
}
#contents .content_body_row .content_body_txt {
  font-size: 2.8409vw;
  line-height: 3.8825vw;
  text-align: left;
  padding: 2.817vw 3.849vw 4.953vw ;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: center top;
}
#contents .content_body_row.smt_off .content_body_txt {
  background-image: url("../images/img_1031_pc_13.webp");
}
#contents .content_body_row.smt_on .content_body_txt {
  background-image: url("../images/img_1031_sp_13.webp");
}

#contents .content_fix_header{
  transform: translateY(-100%);
  transition: all .5s;
  position: fixed;
  top: 0;
}
#contents .content_fix_header.fixed{
  transform: translateY(0);
}
@media only screen and (max-width: 767px) {
    #contents .content_body_row.smt_on{
      display: flex!important;
    }
    #contents .content_body_row img{
      width: 100%;
    }
}