@import url(http://fonts.googleapis.com/css?family=Josefin+Slab);

body {
  margin: 0;
  padding: 0;
}

.top_img {
  position: relative;
  height: 463px;
  width: 100%;
  background: #000;
  z-index: 10;
}
.cover_img {
  position: absolute;
  top: 0;
  background: url(25954761-0-craftsman-header.jpg);
  background-position: center;
  opacity: .5;
  z-index: 1;
  width: 100%;
  height: 461px;
  content: "";
}
.top_img_inner {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 420px;
  margin: 0 auto;
  padding-top: 160px;
}

.contents_01 {
  position: relative;
  width: calc(100% - 6px);
  text-align: center;
  border-color: #9c9c9c;
  border-style: dotted;
  background: #fff;
  z-index: 10;
}
.contents_01 p {
  width: 80%;
  margin: 30px auto;
  text-align: left;
  color: #9c9c9c;
  font-weight: bold;
  font-size: 22px;
  line-height: 44px;
}
.two_line {
  position: relative;
  width: 86%;
  padding: 0 12%;
  display: flex;
  background: #fff;
  z-index: 10;
}

/* 左カラム */
.column_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  width: 60%;
  border-bottom: 1px dotted #898484;
}
.column_list a {
    text-decoration: none;
}
.column_list_title {
  color: #434343;
  font-size: 28px;
  line-height: 36px;
  margin-top: 30px;
  margin-bottom: 20px; 
  width: 100%;
}
.column_box {
  border-top: 1px dotted #898484;
  width: 100%;
  padding: 20px 20px 20px 0;
  display: flex;
}
.column_text_box {
    margin-left: 20px;
}
.column_title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.column_title span {
  color: #e41717;
}
.column_text {
  color: #7a7a7a;
}
.column_info {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  display: block;
}

/* 右カラム */
.column_menu {
  width: calc(40% - 20px);
  margin-left: 20px;
}
.column_menu_title {
  font-size: 28px;
  color: #434343;
  font-family: Josefin Slab;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.column_creator_box {
  text-align: center;
}
.column_creator {
  margin-left: 20px;
  width: calc(50% - 50px);
  max-width: 150px;
  display: inline-block;
}
.column_creator a, .column_creator a img {
  width: 100%;
}
.column_creator a {
  color: #000;
  text-decoration: none;
}
.column_creator img {
  width: 100%;
}
.creator_text {
  text-align: center;
  font-size: 14px;
  margin: 5px 0 15px;
}
.bottom_img_box {
  width: 100%;
  height: 20vw;
  z-index: 1;
  margin-bottom: 30px;
}
.bottom_img {
  background: url(1550823408-25558291-ghost-11.jpeg);
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed;
  content: "";
  width: 100%;
  height: 20vw;
  z-index: 1;
}

.img_copyright {
  position: relative;
  margin: 0;
}
.img_copyright figcaption {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 11px;
  line-height: 13px;
  color: #9c9c9c;
  text-align: left;
}

@media screen and (max-width:480px) {
  .top_img {
    height: 170px;
  }
  .cover_img {
    height: 168px;
    background: url(25954841-0-craftsman-header-sp.jpg);
  }
  .top_img img:nth-of-type(1) {
    width: 230px;
  }
  .top_img img:nth-of-type(2) {
    width: 195px;
  }
  .top_img_inner {
    padding-top: 36px;
  }
  .contents_01 p {
    width: 308px;
    margin: 15px auto;
    font-size: 16px;
    line-height: 28px;
  }
  .column_menu {
    width: 100%;
  }
  .two_line {
    width: calc(100% - 10px);
    padding: 0 5px;
    display: block;
  }
  /* 左カラム */
  .column_list {
    width: 100%;
  }
  .column_list_title {
    font-size: 18px;
    line-height: 36px;
    margin-top: 10px;
    margin-bottom: 5px; 
    width: 100%;
    text-align: center;
  }
  .column_box {
    width: 100%;
    padding: 40px 0 10px;
    position: relative;
  }
  .column_text_box {
    margin-left: 10px;
    width: calc(100vw - 180px);
  }
  .column_title {
    font-size: 13px;
  }
  .column_title span {
    font-size: 13px;
  }
  .column_text {
    font-size: 13px;
  }
  .column_info {
    font-size: 14px;
    position: absolute;
    top: 10px;
    left: 0;
  }
  /* 右カラム */
  .column_menu {
    width: 100%;
    margin-left: 0;
  }
  .column_menu_title {
    font-size: 28px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .column_creator {
    margin: 10px;
    width: calc(48% - 20px);
  }
  .bottom_img_box {
    min-height: 130px;
  }
  .bottom_img {
    min-height: 130px;
    background: url(24980286-0-02-06.jpeg);
    background-size: cover;
    background-position: center left;
  }

}