.sec0 .ttl {
  bottom: 4%; }

.p_re {
  position: relative; }

div.container {
  padding-bottom: 145px; }
  @media screen and (max-width: 767px) {
    div.container {
      padding-bottom: 30px; } }

.sec1 {
  padding-bottom: 0; }
  .sec1:before {
    display: none; }
  .sec1:after {
    display: none; }

.box01 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  border: 2px solid #000;
  border-bottom: 0; }
  .box01.boder_b {
    border-bottom: 2px solid #000; }
  @media screen and (max-width: 960px) {
    .box01 {
      display: block; } }
  .box01 .left_box {
    width: 45.16%; }
    @media screen and (max-width: 960px) {
      .box01 .left_box {
        width: 100%; }
        .box01 .left_box .vsp {
          display: block !important; } }
    .box01 .left_box.img01 {
      background-image: url("../images/link/img01.jpg");
      background-position: top center;
      background-size: cover; }
    .box01 .left_box.img02 {
      background-image: url("../images/link/img02.jpg");
      background-position: top center;
      background-size: cover; }
  .box01 .right_box {
    width: 54.84%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
    flex-direction: column;
    flex-wrap: wrap; }
    @media screen and (max-width: 960px) {
      .box01 .right_box {
        width: 100%; } }
  .box01 .s_list_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 550px;
    margin: 0 auto; }
    @media screen and (max-width: 960px) {
      .box01 .s_list_wrap {
        display: block;
        max-width: 600px;
        width: 100%; } }
    .box01 .s_list_wrap ul:not(:last-child) {
      margin-right: 8px; }
    .box01 .s_list_wrap li {
      letter-spacing: 0.2em;
      text-align: left; }
      @media screen and (max-width: 1250px) {
        .box01 .s_list_wrap li {
          font-size: 12px; } }
      @media screen and (max-width: 960px) {
        .box01 .s_list_wrap li {
          text-indent: -1em;
          padding-left: 1em; } }
  .box01 .logo_read {
    margin-bottom: 45px; }
    @media screen and (max-width: 960px) {
      .box01 .logo_read {
        margin-bottom: 35px; } }

.link_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 100%;
  background-color: #000;
  max-width: 1200px;
  margin: 0 auto; }
  .link_btn a {
    color: #fff;
    font-size: 20px;
    display: block;
    width: 100%;
    height: 100%; }
    .link_btn a span {
      position: relative; }
      .link_btn a span::after {
        position: absolute;
        top: 5px;
        right: -30px;
        bottom: 0;
        margin: auto;
        content: "\025b6";
        color: #fff;
        font-size: 14px;
        padding-bottom: 5px;
        display: flex;
        justify-content: center;
        align-items: center; }

.line_img {
  margin: 35px auto; }
