@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
/*------------------------------
mixin / variable
--------------------------------*/
main {
  padding-top: 51px;
}

.page-diy h1 {
  font-size: 46px;
  color: #fff;
  text-align: center;
  padding: 50px 0;
}

.page-diy .title {
  background-image: url("/contents/diy/images/bg_h1.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.page-diy .bg-title {
  background: -webkit-gradient(linear, left top, left bottom, from(#D38484), color-stop(95%, #DFB0B0), to(#DFB0B0));
  background: linear-gradient(180deg, #D38484 0%, #DFB0B0 95%, #DFB0B0 100%);
  margin-bottom: 75px;
}

.page-diy article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1220px;
  padding: 0 10px;
  margin: 0 auto;
}
.page-diy article img {
  width: 100%;
  height: auto;
}

.page-diy section.main {
  width: 70%;
  margin-right: 5%;
}

.page-diy aside {
  width: 25%;
}

.page-diy ul#diy h2 {
  font-size: 26px;
  color: #C87E7E;
  font-weight: normal;
  font-family: 'Noto Sans JP', "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  margin: 0 0 30px 0;
}

.page-diy ul#diy h2 strong {
  color: #000000;
  font-weight: normal;
  margin-left: 15px;
}

.page-diy ul#diy li {
  border-top: 1px solid #C87E7E;
  padding: 30px 0;
}

.page-diy ul#diy li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-diy ul#diy li a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-diy ul#diy li a p.fl {
  width: 31%;
  margin-right: 6.5%;
}

.page-diy ul#diy li a p.fl img {
  border-radius: 10px;
}

.page-diy ul#diy li a div {
  width: 62.5%;
  padding-top: 30px;
}

.page-diy ul#diy li a div p {
  font-size: 16px;
  line-height: 2;
}

.page-diy ul#diy li a div p span {
  display: block;
  font-size: 12px;
  color: #A3A3A3;
  margin: 30px 0 0 0;
}

.magazine {
  border: 1px solid #4D4D4D;
  font-family: "Arial", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  padding: 24px 0;
  text-align: center;
  color: #000000;
}

.magazine .magazine-vol {
  font-size: 22px;
  text-align: center;
  font-weight: 700;
}

.magazine .magazine-vol span {
  display: block;
  font-size: 16px;
}

.magazine .magazin-date {
  text-align: center;
  color: #cccccc;
  font-size: 12px;
  margin-bottom: 16px;
}

.magazine .magazine-title {
  margin: 20px 0;
}

.magazine .magazine-title strong {
  display: block;
}

.magazine .circle-btn {
  font-family: 'Noto Sans JP', "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  max-width: 135px;
  max-height: 135px;
  height: auto;
  border-radius: 50%;
  background: #4D4D4D;
  text-align: center;
  line-height: 135px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.magazine .circle-btn:hover {
  background-color: #F37021;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.side-banner {
  margin: 45px 0;
}

.side-contents {
  border: 1px solid #707070;
  border-radius: 5px;
  padding: 15px 15px 25px 15px;
}

.side-contents > p {
  font-size: 20px;
  color: #4D4D4D;
  font-family: 'Noto Sans JP', "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 700;
  margin-bottom: 14px;
}

.side-contents ul li {
  border-top: 1px solid #E0D8D5;
  padding: 12px 0;
  position: relative;
}

.side-contents ul li:after {
  position: absolute;
  content: url("/contents/diy/images/side-contents-arrow.svg");
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.side-contents ul li:nth-last-of-type(1) {
  border-bottom: 1px solid #E0D8D5;
}

.side-contents ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.side-contents ul li a p:nth-of-type(1) {
  width: 30%;
}

.side-contents ul li a p:nth-of-type(2) {
  width: 68%;
  margin-left: 2%;
  color: #A3A3A3;
  font-size: 12px;
}

.side-contents ul li a p:nth-of-type(2) strong {
  display: block;
  color: #444444;
  font-size: 15px;
  margin-top: 5px;
  line-height: 1.2;
  padding: 3px 0;
}

.side-contents ul li a p:nth-of-type(2) span.pt1 {
  color: #444444;
}

.side-contents ul li a p:nth-of-type(2) span.pt2 {
  color: #444444;
  font-weight: 700;
  font-size: 13px;
}

.side-contents ul li a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.side-followme {
  text-align: center;
}

.side-followme > p {
  color: #C87E7E;
  font-size: 24px;
  font-weight: 700;
  font-family: 'Noto Sans JP', "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  padding: 45px 0 28px 0;
}

.side-followme ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px;
}

.side-followme ul li a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

footer {
  margin-top: 0 !important;
}
/*# sourceMappingURL=diy.css.map */