@charset "UTF-8";

/* デフォルトのスタイル */
body {
    margin: 0 auto;
}
body header img {
    -o-object-fit: cover;
    width: 100%;
    max-width: 1240px;
}
.img-container img {
    -o-object-fit: cover;
}
article div img {
    -o-object-fit: cover;
    max-width: 100%;
}
.materials {
    -o-object-fit: cover;
    width: 100%;
}

/* スマートフォン向けのスタイル */
@media screen and (max-width:450px){
  body {
    max-width: 450px;
  }
}
@media (min-width:880px){
.img-container {
    display: flex;
}
}

@media (max-width:1140px){
p {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
}
h3 {
    padding-left: 15px;
    padding-right: 15px;
}
article .img-container ul {
    font-size: 15px;
}
h4 {
    margin-left: 15px;
}
.greyback article h4 {
    font-size: 17px;
}
img {
}
.materials {
}
.flextable .flex-cell .cell-times {
    font-size: 14px;
}
.flextable .flex-cell .cell-title {
    font-size: 14px;
}
.flextable .flex-cell .cell-purpose {
    font-size: 14px;
}
section article li {
    padding-left: 15px;
}
}

@media (max-width:880px){
.flextable .flex-cell .cell-times-header {
    font-size: 11px;
}
.flextable .flex-cell .cell-title-header {
    font-size: 11px;
}
.flextable .flex-cell .cell-purpose-header {
    font-size: 11px;
}
.flextable .flex-cell .cell-times {
    font-size: 9.px;
    font-weight: bold;
    font-size: 9.5px;
    line-height: 1.5;
}
.flextable .flex-cell .cell-title {
    font-size: 9.5px;
    font-weight: bold;
    line-height: 2;
}
.flextable .flex-cell .cell-purpose {
    font-size: 9.5px;
    font-weight: bold;
    line-height: 1.5;
}
article div .img-center {
    width: 80%;
}
.normal article .img-center {
    width: 70％;
}
}

@media only screen and (max-width: 880px) {
  .header-desktop {
    display: none;
  }

  .header-mobile {
    display: block;
  }
}
