@charset "UTF-8";
/* ==========================================================================
 Foundation
============================================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  counter-reset: followupnum; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  vertical-align: top;
  max-width: 100%; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (min-width: 800px) {
  html, body {
    width: 100%;
    height: 100%;
    min-width: 1200px; } }
@media screen and (max-width: 799px) {
  html, body {
    width: 100%;
    height: 100%; } }
body {
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  color: #333;
  word-break: break-all;
  line-height: 1.8; }

ul {
  list-style: none; }

em {
  font-weight: bold; }

a {
  color: #1a1a1a;
  cursor: pointer;
  outline: none;
  text-decoration: none; }

a:hover {
  text-decoration: none; }

strong {
  font-weight: bold; }

address {
  font-style: normal; }

sub, sup {
  font-size: 10px; }

.bold {
  font-weight: bold; }

.nowrap {
  white-space: nowrap; }

iframe {
  vertical-align: top; }

/* ==========================================================================
 layout
============================================================================*/
@media screen and (min-width: 800px) {
  .l-header__inner {
    padding: 10px 0;
    display: flex;
    align-items: center;
    width: 1000px;
    margin: 0 auto; }
    .l-header__inner__logo {
      margin-right: 180px; }
    .l-header__inner__gnavi {
      display: flex;
      align-items: center; }
      .l-header__inner__gnavi p {
        color: #00a0e9;
        font-size: 20px;
        margin-right: 40px; }
        .l-header__inner__gnavi p a {
          color: #00a0e9; } }
@media screen and (max-width: 799px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 999;
    width: 100%;
    border-bottom: solid 1px #ccc; }
    .l-header__inner {
      padding: 5px 0;
      display: flex;
      align-items: center;
      height: 56px;
      width: 100%;
      margin: 0 auto; }
      .l-header__inner__logo {
        width: 50%;
        padding-left: 5px; }
      .l-header__inner__gnavi {
        display: flex;
        align-items: center;
        width: 50%;
        justify-content: flex-end;
        margin-top: 10px; }
        .l-header__inner__gnavi p {
          color: #00a0e9;
          font-size: 20px;
          margin-right: 20px; }
          .l-header__inner__gnavi p a {
            color: #00a0e9; } }
span.border-s {
  width: 80px;
  height: 4px;
  display: block;
  position: relative;
  margin: 100px auto 40px; }
  span.border-s:before {
    content: "";
    display: block;
    width: 50%;
    border-bottom: 4px solid #333333;
    position: absolute;
    bottom: 0;
    right: 0; }
  span.border-s:after {
    content: "";
    display: block;
    width: 50%;
    border-bottom: 4px solid #e50012;
    position: absolute;
    bottom: 0;
    left: 0; }

.m-bm {
  margin-bottom: 10px; }

.u-ta--center {
  text-align: center; }

.l-section__basic {
  width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 799px) {
    .l-section__basic {
      width: 100%;
      padding: 0 20px; } }

.c-headline {
  font-weight: bold;
  font-size: 38px;
  text-align: center;
  margin-bottom: 40px; }
  @media screen and (max-width: 799px) {
    .c-headline {
      font-size: 28px; } }
  .c-headline span.h2-en {
    font-size: 18px;
    display: block; }
  .c-headline span.h2-text {
    display: inline-block;
    background: #e50012;
    color: #fff;
    font-size: 21px;
    border-radius: 5px;
    padding: 5px 10px; }

@media screen and (min-width: 800px) {
  .sec-main {
    background: #e60012;
    padding: 30px 0 20px 0;
    overflow: hidden; }
    .sec-main .c-main {
      width: 1000px;
      margin: 0 auto;
      position: relative; }
      .sec-main .c-main div img {
        display: block;
        position: relative;
        z-index: 100; }
      .sec-main .c-main::after {
        position: absolute;
        display: block;
        content: "";
        width: 879px;
        height: 559px;
        right: -400px;
        bottom: -20px;
        background: url(../img/main-af.png) no-repeat;
        z-index: 50; } }
@media screen and (max-width: 799px) {
  .sec-main .c-main-sp {
    width: 100%;
    margin: 56px auto 0;
    position: relative; }
    .sec-main .c-main-sp div img {
      display: block;
      position: relative;
      z-index: 100;
      width: 100%; } }
.sec1 .box2 {
  margin: 60px 0; }
  @media screen and (max-width: 799px) {
    .sec1 .box2 {
      text-align: center;
      margin: 30px 0; } }
  .sec1 .box2 dl {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 799px) {
      .sec1 .box2 dl {
        display: block; } }
    .sec1 .box2 dl dt {
      font-size: 20px;
      width: 40%; }
      @media screen and (max-width: 799px) {
        .sec1 .box2 dl dt {
          width: 100%;
          font-size: 18px;
          padding-bottom: 60px;
          position: relative; }
          .sec1 .box2 dl dt::after {
            position: absolute;
            display: block;
            content: "";
            width: 40px;
            height: 42px;
            left: 47%;
            bottom: 5px;
            background: url(../img/arrow3.png) no-repeat; } }
    .sec1 .box2 dl dd {
      font-size: 32px;
      font-weight: bold;
      color: #e50012;
      width: 50%;
      position: relative; }
      @media screen and (max-width: 799px) {
        .sec1 .box2 dl dd {
          width: 100%;
          font-size: 28px;
          padding-bottom: 30px; } }
      @media screen and (min-width: 800px) {
        .sec1 .box2 dl dd.item1::after {
          position: absolute;
          display: block;
          content: "";
          width: 42px;
          height: 40px;
          left: -80px;
          bottom: 10px;
          background: url(../img/arrow1.png) no-repeat; } }
.sec1 .box1 {
  width: 900px;
  background: url(../img/sec1-bg.jpg) no-repeat;
  color: #fff697;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
  margin: 0 auto;
  background-position: center; }
  @media screen and (max-width: 799px) {
    .sec1 .box1 {
      width: 90%;
      background-size: cover; } }
  .sec1 .box1 h3 {
    font-size: 46px;
    font-size: 24px; }
  .sec1 .box1 h4 {
    font-size: 36px; }
    @media screen and (max-width: 799px) {
      .sec1 .box1 h4 {
        font-size: 22px;
        padding: 40px 0 50px;
        position: relative; }
        .sec1 .box1 h4::after {
          position: absolute;
          display: block;
          content: "";
          width: 40px;
          height: 42px;
          left: 45%;
          bottom: 5px;
          background: url(../img/arrow4.png) no-repeat; } }
  .sec1 .box1 dl {
    display: flex;
    justify-content: flex-start; }
    @media screen and (max-width: 799px) {
      .sec1 .box1 dl {
        display: block; } }
    .sec1 .box1 dl dt {
      font-size: 32px;
      width: 60%;
      position: relative; }
      @media screen and (max-width: 799px) {
        .sec1 .box1 dl dt {
          width: 100%;
          font-size: 20px; } }
      @media screen and (min-width: 800px) {
        .sec1 .box1 dl dt::after {
          position: absolute;
          display: block;
          content: "";
          width: 38px;
          height: 36px;
          right: 0px;
          bottom: 10px;
          background: url(../img/arrow2.png) no-repeat; } }
    .sec1 .box1 dl dd {
      font-size: 32px;
      color: #fff697;
      width: 20%; }
      @media screen and (max-width: 799px) {
        .sec1 .box1 dl dd {
          width: 100%;
          font-size: 18px; } }
.sec1 .sec1-text1 {
  padding-left: 50px; }
  @media screen and (max-width: 799px) {
    .sec1 .sec1-text1 {
      padding-left: 0;
      text-align: center; } }

.sec2 {
  margin-bottom: 100px; }
  .sec2 p {
    font-size: 58px;
    color: #fff;
    font-weight: bold;
    background: #e50012;
    line-height: 1.3;
    padding: 50px 0 50px 50px;
    position: relative; }
    @media screen and (max-width: 799px) {
      .sec2 p {
        font-size: 22px;
        padding: 30px 0 30px 20px; } }
    .sec2 p::after {
      position: absolute;
      display: block;
      content: "";
      width: 142px;
      height: 219px;
      right: 20px;
      bottom: -5px;
      background: url(../img/sec2-1.png) no-repeat; }
      @media screen and (max-width: 799px) {
        .sec2 p::after {
          width: 80px;
          height: 105px;
          background-size: contain;
          right: 5px; } }
  .sec2 ul {
    border: solid 5px #e50012; }
    .sec2 ul li {
      padding: 40px 30px; }
      @media screen and (max-width: 799px) {
        .sec2 ul li {
          padding: 20px 15px; } }
      .sec2 ul li:nth-child(2n-1) {
        background: #eee; }
      .sec2 ul li span {
        display: inline-block;
        font-size: 20px;
        padding-top: 10px; }
        @media screen and (max-width: 799px) {
          .sec2 ul li span {
            font-size: 14px; } }

.sec-con .con-box1-bg {
  background: #f7f7f7;
  padding: 20px 0; }
  .sec-con .con-box1-bg .con-box1 {
    width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 799px) {
      .sec-con .con-box1-bg .con-box1 {
        width: 100%; }
        .sec-con .con-box1-bg .con-box1 p {
          padding: 0 10px; } }
    .sec-con .con-box1-bg .con-box1 h3 {
      display: flex;
      font-size: 28px;
      align-items: center; }
      @media screen and (max-width: 799px) {
        .sec-con .con-box1-bg .con-box1 h3 {
          display: block;
          font-size: 20px;
          padding: 0 10px;
          margin-top: 20px; } }
      .sec-con .con-box1-bg .con-box1 h3 span.con-circle {
        font-size: 15px;
        display: inline-block;
        background: #e50012;
        border-radius: 60px;
        color: #fff;
        width: 60px;
        height: 60px;
        text-align: center;
        font-weight: bold;
        line-height: 1.2;
        padding-top: 11px;
        margin-left: 10px; }
        @media screen and (max-width: 799px) {
          .sec-con .con-box1-bg .con-box1 h3 span.con-circle {
            width: 50px;
            height: 50px;
            font-size: 15px;
            padding-top: 6px; } }
        .sec-con .con-box1-bg .con-box1 h3 span.con-circle:nth-of-type(3) {
          margin-right: 10px; }
      .sec-con .con-box1-bg .con-box1 h3 .sec-con-text {
        font-size: 13px; }
.sec-con .con-box2-bg {
  background: #f0eff4;
  padding: 30px 0; }
  .sec-con .con-box2-bg .con-box2 {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    position: relative; }
    @media screen and (max-width: 799px) {
      .sec-con .con-box2-bg .con-box2 {
        width: 100%;
        padding-bottom: 210px; } }
    @media screen and (max-width: 799px) {
      .sec-con .con-box2-bg .con-box2-m {
        padding: 10px 20px; } }
    .sec-con .con-box2-bg .con-box2-m dl {
      display: flex;
      align-items: center;
      justify-content: space-around; }
      @media screen and (max-width: 799px) {
        .sec-con .con-box2-bg .con-box2-m dl {
          margin-bottom: 30px; } }
      .sec-con .con-box2-bg .con-box2-m dl dt {
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        line-height: 1.2;
        padding-right: 50px; }
      .sec-con .con-box2-bg .con-box2-m dl dd a {
        display: block; }
      .sec-con .con-box2-bg .con-box2-m dl dd img {
        display: inline-block;
        margin-bottom: 20px; }
    .sec-con .con-box2-bg .con-box2 .con-box2-pic {
      position: absolute;
      bottom: -30px;
      right: 0; }
      @media screen and (max-width: 799px) {
        .sec-con .con-box2-bg .con-box2 .con-box2-pic {
          padding: 10px 20px 0; } }

.sec3 ul li {
  background: #eeeeee;
  margin-bottom: 60px;
  padding: 30px 0 30px 100px;
  font-size: 18px;
  font-weight: bold;
  position: relative; }
  @media screen and (max-width: 799px) {
    .sec3 ul li {
      padding: 20px 10px 20px 60px; }
      .sec3 ul li:last-child {
        margin-bottom: 30px; } }
  .sec3 ul li::after {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    content: "1";
    left: -25px;
    top: -25px;
    color: #fff;
    background: #e50012;
    font-size: 35px;
    text-align: center;
    font-weight: bold; }
    @media screen and (max-width: 799px) {
      .sec3 ul li::after {
        left: -10px; } }
  .sec3 ul li:nth-child(2)::after {
    content: "2"; }
  .sec3 ul li:nth-child(3)::after {
    content: "3"; }
  .sec3 ul li:nth-child(4)::after {
    content: "4"; }

.sec4 {
  background: #ffeef2;
  padding-top: 10px;
  margin-top: 50px;
  padding-bottom: 50px; }
  .sec4 .l-section__basic {
    width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 799px) {
      .sec4 .l-section__basic {
        width: 100%; } }
    .sec4 .l-section__basic .sec4-box-l {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 799px) {
        .sec4 .l-section__basic .sec4-box-l {
          display: block; } }
      .sec4 .l-section__basic .sec4-box-l div ol li {
        margin-bottom: 30px;
        font-size: 18px;
        position: relative; }
        @media screen and (max-width: 799px) {
          .sec4 .l-section__basic .sec4-box-l div ol li {
            padding-left: 50px; } }
        .sec4 .l-section__basic .sec4-box-l div ol li::after {
          position: absolute;
          width: 22px;
          height: 22px;
          border-radius: 22px;
          content: "1";
          display: block;
          left: -30px;
          top: 5px;
          background: #e50012;
          color: #fff;
          font-size: 20px;
          text-align: center;
          line-height: 1.2; }
        @media screen and (max-width: 799px) {
          .sec4 .l-section__basic .sec4-box-l div ol li::after {
            left: 15px; } }
        .sec4 .l-section__basic .sec4-box-l div ol li:nth-child(2)::after {
          content: "2"; }

.sec5 .sec5-box-l {
  display: flex;
  padding-top: 20px; }
  @media screen and (max-width: 799px) {
    .sec5 .sec5-box-l {
      display: block; } }
  .sec5 .sec5-box-l > div {
    width: 50%; }
    @media screen and (max-width: 799px) {
      .sec5 .sec5-box-l > div {
        width: 100%; }
        .sec5 .sec5-box-l > div p {
          text-align: center;
          padding-bottom: 30px; } }
    .sec5 .sec5-box-l > div h3 {
      font-size: 22px;
      font-weight: bold; }
    .sec5 .sec5-box-l > div ol {
      margin-bottom: 50px; }
      @media screen and (max-width: 799px) {
        .sec5 .sec5-box-l > div ol {
          margin-bottom: 20px; } }
      .sec5 .sec5-box-l > div ol li {
        margin-bottom: 10px; }
        .sec5 .sec5-box-l > div ol li span {
          color: #e50012; }
.sec5 h4 {
  color: #e50012;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  padding-top: 40px;
  margin-bottom: 150px; }
  @media screen and (max-width: 799px) {
    .sec5 h4 {
      padding-top: 20px;
      margin-bottom: 80px;
      font-size: 20px; } }

.sec6 .c-headline {
  margin-bottom: 20px; }
.sec6 p {
  text-align: center;
  font-size: 14px; }
.sec6 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 80px; }
  .sec6 ul li {
    width: 240px;
    text-align: center;
    background: #eeeeee;
    margin-bottom: 60px;
    font-size: 14px;
    padding: 40px 0 20px 0;
    line-height: 1.5;
    position: relative; }
    @media screen and (max-width: 799px) {
      .sec6 ul li {
        width: 45%;
        padding: 40px 10px 20px 10px; } }
    .sec6 ul li::after {
      position: absolute;
      content: "STEP.1";
      display: block;
      width: 120px;
      height: 40px;
      border-radius: 20px;
      background: #e50012;
      color: #fff;
      font-size: 12px;
      left: 60px;
      top: -20px;
      font-weight: bold;
      line-height: 40px; }
    @media screen and (max-width: 799px) {
      .sec6 ul li::after {
        left: 15%; } }
    .sec6 ul li:nth-child(2)::after {
      content: "STEP.2"; }
    .sec6 ul li:nth-child(3)::after {
      content: "STEP.3"; }
    .sec6 ul li:nth-child(4)::after {
      content: "STEP.4"; }
    .sec6 ul li:nth-child(5)::after {
      content: "STEP.5"; }
    .sec6 ul li:nth-child(6)::after {
      content: "STEP.6"; }
    .sec6 ul li:nth-child(7)::after {
      content: "STEP.7"; }
    .sec6 ul li:nth-child(8)::after {
      content: "STEP.8"; }
    .sec6 ul li img {
      display: inline-block;
      padding-bottom: 30px; }

.sec-form {
  width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 799px) {
    .sec-form {
      width: 100%;
      padding: 0 20px; } }

/* contact 用 .table-dot */
/* about contact 用 .table-dot */
.table-dot th, .table-dot td {
  border-top: 1px dotted #666666;
  padding: 16px 4px; }

.table-dot th.end, .table-dot td.end {
  border-bottom: 1px dotted #666666; }

.table-dot th {
  border-right: 22px solid #FFF;
  text-align: right;
  width: 190px;
  vertical-align: top; }

.table-dot td h3 {
  display: inline-block;
  border: 1px solid #333333;
  border-radius: 4px;
  font-size: 17px;
  line-height: 17px;
  padding: 6px 8px;
  margin-bottom: 6px; }

.table-dot td dl {
  margin-bottom: 32px; }

.table-dot td dt {
  margin-top: 16px;
  color: #00a0e9; }

.table-dot td dd.url a {
  color: #67deff;
  text-decoration: underline; }

.table-dot span.must:after {
  content: url(../img/icon-must.png);
  padding-left: 10px;
  height: 26px;
  vertical-align: top;
  display: inline-block; }

.table-dot span.any:after {
  content: url(../img/icon-any.png);
  padding-left: 10px;
  height: 26px;
  vertical-align: top;
  display: inline-block; }

.table-dot input, .table-dot textarea {
  width: 80%;
  border: 1px solid #333333;
  background: #FFF;
  padding: 5px; }

.table-dot textarea {
  height: 10em; }

.table-dot .postcd {
  width: 6em;
  border: 1px solid #333333;
  background: #FFF;
  margin-left: 0.5em; }

.table-dot .privacy-kakunin th, .table-dot .privacy-kakunin td {
  border-top: none; }

.table-dot .privacy-wrap {
  height: 10em;
  overflow-y: scroll;
  font-size: 12px;
  border: 1px solid #333333;
  padding: 10px; }

.table-dot .privacy-wrap h3 {
  border: none;
  margin-top: 10px;
  margin-bottom: 6px;
  padding-left: 0; }

.table-dot .privacy-wrap ol {
  border: none;
  margin-top: 0; }

.table-dot .privacy-kakunin input {
  width: 2em; }

#contact .btn1, #contact input[type="submit"], #contact input[type="button"], #contact input[type="reset"] {
  background: #333333;
  font-size: 120%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 15px 0;
  color: #fff;
  display: block;
  border: none;
  width: 40%;
  margin: 0 auto 10px auto; }

#contact .btn-box .back {
  float: left;
  width: 30% !important;
  font-weight: normal; }

#contact .submit {
  float: right;
  width: 50% !important;
  font-weight: bold; }

#contact .btn-box {
  width: 80%;
  margin: 0 auto; }

#contact .p-b10 {
  padding-bottom: 10px; }

#contact .p-t30 {
  padding-top: 30px; }

#contact .p-b30 {
  padding-bottom: 30px; }

@media screen and (max-width: 799px) {
  .table-dot {
    display: block; }
    .table-dot th {
      display: block;
      width: 100%;
      text-align: center; }
    .table-dot td {
      display: block;
      width: 100%;
      text-align: center; } }
.form-c .c-red {
  color: red; }
.form-c .table-dot {
  width: 100%; }
  .form-c .table-dot th {
    width: 250px; }

    @media screen and (max-width: 799px) {
      .form-c .table-dot th {
        width: 100%; } 
#mail_form .sp-privacy{
	display: flex;
	justify-content: center;
	align-items: center;
}
}
.form-c input[type="submit"], .form-c input[type="button"], .form-c input[type="reset"] {
  background: #333333;
  font-size: 120%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 15px 0;
  color: #fff;
  display: block;
  border: none;
  width: 40%;
  margin: 0 auto 10px auto; }
  @media screen and (max-width: 799px) {
    .form-c input[type="submit"], .form-c input[type="button"], .form-c input[type="reset"] {
      width: auto; } }

.l-footer {
  background: #e50012;
  position: relative;
  margin-top: 200px; }
  @media screen and (max-width: 799px) {
    .l-footer {
      margin-top: 100px; } }
  .l-footer__sitemap {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    color: #fff; }
    @media screen and (max-width: 799px) {
      .l-footer__sitemap {
        width: 100%; } }
    .l-footer__sitemap .ft-pic {
      position: absolute;
      bottom: 0; }
    .l-footer__sitemap .ft-box2 {
      padding-left: 200px;
      padding-top: 10px;
      margin-right: 30px; }
      @media screen and (max-width: 799px) {
        .l-footer__sitemap .ft-box2 {
          padding-left: 20px;
          margin-right: 20px; } }
      .l-footer__sitemap .ft-box2 address {
        font-size: 14px; }
        @media screen and (max-width: 799px) {
          .l-footer__sitemap .ft-box2 address {
            font-size: 11px; } }
        .l-footer__sitemap .ft-box2 address img {
          display: inline-block;
          padding-bottom: 20px; }
    .l-footer__sitemap .ft-box3 {
      padding-top: 30px;
      margin-right: 40px; }
      .l-footer__sitemap .ft-box3 p {
        margin-bottom: 30px;
        font-weight: bold; }
        .l-footer__sitemap .ft-box3 p img {
          display: inline-block;
          padding-right: 10px; }
      .l-footer__sitemap .ft-box3 p.ft-mail {
        border: solid 1px #fff;
        padding: 10px;
        margin-bottom: 10px; }
        .l-footer__sitemap .ft-box3 p.ft-mail a {
          color: #fff; }
    .l-footer__sitemap .ft-box4 {
      padding-top: 30px;
      padding-right: 40px; }
    .l-footer__sitemap .ft-box5 {
      padding-top: 20px; }
      @media screen and (max-width: 799px) {
        .l-footer__sitemap .ft-box5 {
          padding-right: 5px; } }
      .l-footer__sitemap .ft-box5 a {
        color: #fff; }
        @media screen and (max-width: 799px) {
          .l-footer__sitemap .ft-box5 a {
            font-size: 14px; } }

@media screen and (min-width: 800px) {
  .sp {
    display: none !important; } }
@media screen and (max-width: 799px) {
  .pc {
    display: none !important; } }
