/*------------------------------------------------------------
v335a
------------------------------------------------------------*/
.l-contents {
  overflow: hidden; }

.c-mainImg {
  margin-bottom: 56px;
  font-size: 2.053rem;
  position: relative;
  line-height: 1.48;
  background-color: #f8f8f8; }
  .c-mainImg .image {
    text-align: center; }
    .c-mainImg .image img {
      width: 100%;
      max-width: 1280px; }
  .c-mainImg .c-mainImg_textBox {
    width: 966px;
    position: absolute;
    top: 53.5%;
    left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .c-mainImg .c-mainImg_title {
    margin-bottom: 14px;
    font-size: 5.122rem;
    color: #231815;
    font-weight: bold;
    line-height: 1; }
    .c-mainImg .c-mainImg_title .en {
      margin-bottom: 3px;
      font-size: 2rem;
      display: block;
      font-weight: normal; }
  .c-mainImg .c-mainImg_text01 {
    margin-bottom: 87px; }
  .c-mainImg .c-mainImg_text02 {
    margin-bottom: 11px;
    font-size: 1.8rem;
    line-height: 1.7; }
  .c-mainImg .c-mainImg_ul {
    margin-bottom: 16px;
    width: 212px;
    font-size: 1.7rem; }
    .c-mainImg .c-mainImg_ul li {
      margin-bottom: 10px; }
      .c-mainImg .c-mainImg_ul li:last-child {
        margin-bottom: 0; }
      .c-mainImg .c-mainImg_ul li:nth-child(2) .c-mainImg_txt {
        letter-spacing: -2px; }
    .c-mainImg .c-mainImg_ul a {
      padding: 5px 5px 3px 12px;
      width: 100%;
      color: #fff;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: #e10012;
      line-height: 1;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      letter-spacing: -1.5px; }
    .c-mainImg .c-mainImg_ul .c-mainImg_icon {
      margin-right: 11px;
      width: 27px; }
    .c-mainImg .c-mainImg_ul .c-mainImg_txt {
      padding-bottom: 2px;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      letter-spacing: 0.5px; }
  .c-mainImg .c-mainImg_price {
    font-size: 1.8rem; }
    .c-mainImg .c-mainImg_price span {
      margin-bottom: 2px;
      font-size: 1.3rem;
      display: block; }

.l-wrapper {
  width: auto; }

.c-v335a_list > li {
  position: relative; }
  .c-v335a_list > li:nth-child(2n)::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f7f7f7;
    content: "";
    z-index: -1; }
  .c-v335a_list > li:nth-child(2) .text-box {
    padding-top: 32px; }

.c-v335a_list .img-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.c-v335a_list .photo-box {
  width: 49.85%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }
  .c-v335a_list .photo-box img {
    width: 100%; }

.c-v335a_list .text-box {
  padding: 47px 4px 0 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.c-v335a_list .link-ul {
  width: 554px; }
  .c-v335a_list .link-ul li {
    margin-bottom: 50px; }
    .c-v335a_list .link-ul li:last-child {
      margin-bottom: 0; }
  .c-v335a_list .link-ul a {
    padding-left: 5px;
    color: #b0b0b1;
    display: block;
    font-size: 1.55rem; }
  .c-v335a_list .link-ul .link-ttl {
    margin: 0 0 11px -5px;
    padding: 0 0 15px 25px;
    color: #464646;
    font-size: 3.5rem;
    line-height: 1;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    letter-spacing: 3.5px; }
    .c-v335a_list .link-ul .link-ttl::before {
      width: 4px;
      height: calc(100% + 3px);
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: #e10012;
      content: ""; }
    .c-v335a_list .link-ul .link-ttl span {
      display: inline-block;
      position: relative; }
      .c-v335a_list .link-ul .link-ttl span::before {
        margin-top: -2px;
        width: 8px;
        height: 8px;
        border: 2px solid;
        position: absolute;
        top: 50%;
        right: -28px;
        border-color: #464646 #464646 transparent transparent;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        content: ""; }

.c-v335a-btn {
  margin-top: 33px; }
  .c-v335a-btn a {
    margin: 0 auto;
    max-width: 368px;
    padding: 11px 8px 13px;
    display: block;
    color: #fff;
    font-size: 1.7rem;
    background-color: #e10012;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    letter-spacing: -2px; }
    .c-v335a-btn a img {
      margin: -5px 12px 0 0;
      display: inline-block;
      vertical-align: middle; }

@media screen and (min-width: 768px) {
  .c-mainImg .c-mainImg_textBox {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }

@media screen and (max-width: 767px) {
  .c-titleBlock1 .c-title4 {
    padding: 6px 0 14px 24px; }
    .c-titleBlock1 .c-title4 h2 {
      margin-top: 2px;
      font-size: 1.1rem !important; }
    .c-titleBlock1 .c-title4 span {
      font-size: 0.8rem !important; }
  .l-contents {
    margin-top: 0 !important; }
  .c-mainImg {
    margin-bottom: 102px;
    padding: 0; }
    .c-mainImg .c-mainImg_textBox {
      width: 100%;
      padding: 15px 22px;
      left: 0;
      top: 0;
      height: 100%;
      font-size: 1.1rem;
      line-height: 1.8; }
    .c-mainImg .c-mainImg_title {
      margin-bottom: 3px;
      font-size: 2.386rem; }
      .c-mainImg .c-mainImg_title .en {
        margin-bottom: 1px;
        font-size: 0.932rem; }
    .c-mainImg .c-mainImg_ul {
      width: 100%;
      padding: 0 20px;
      position: absolute;
      top: calc(100% + 20px);
      left: 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .c-mainImg .c-mainImg_ul li {
        margin-bottom: 0; }
      .c-mainImg .c-mainImg_ul a {
        padding: 8px 5px 8px 4px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-size: 1.6rem;
        letter-spacing: 0.5px; }
      .c-mainImg .c-mainImg_ul .c-mainImg_txt {
        -webkit-box-flex: inherit;
        -webkit-flex: inherit;
            -ms-flex: inherit;
                flex: inherit; }
    .c-mainImg .c-mainImg_text01 {
      margin-bottom: 0; }
    .c-mainImg .c-mainImg_price {
      font-size: 1.11rem;
      position: absolute;
      top: calc(100% + 71px);
      width: auto;
      right: 22px;
      letter-spacing: 1px; }
      .c-mainImg .c-mainImg_price span {
        margin-bottom: -3px;
        font-size: 0.8rem; }
    .c-mainImg .c-mainImg_text02 {
      font-size: 1rem; }
  .c-v335a_list {
    margin: 0 -10px; }
    .c-v335a_list .link-ul {
      width: auto; }
      .c-v335a_list .link-ul .link-ttl {
        margin-bottom: 7px;
        padding: 0 0 10px 13px;
        font-size: 1.6rem;
        letter-spacing: 1.5px; }
        .c-v335a_list .link-ul .link-ttl::before {
          width: 2px;
          left: 1px; }
        .c-v335a_list .link-ul .link-ttl span::before {
          margin-top: -3px;
          width: 5px;
          height: 5px; }
      .c-v335a_list .link-ul a {
        font-size: 1.168rem; }
      .c-v335a_list .link-ul li {
        margin-bottom: 44px; }
    .c-v335a_list .text-box {
      margin: 0 7px;
      padding-top: 0 !important;
      display: block; }
    .c-v335a_list .img-box {
      display: block; }
    .c-v335a_list .photo-box {
      margin-bottom: 23px;
      width: auto; }
    .c-v335a_list > li {
      padding: 20px 20px 38px; } }

@media screen and (max-width: 399px) {
  .c-mainImg {
    padding: 56px 0 25px; } }
