html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    -webkit-text-size-adjust: 100%;
    }

  .wrap {
    margin: auto;
    width: 100%;
    color: #0E0E0E;
  }

  .inner-wrap {
    margin: 0 auto;
    background-size: cover;
  }

  .inner-wrap [class^='inner-sec'] {
    max-width: 90%;
    margin: auto;
  }

  h2 {
    color: #0E0E0E;
    font-size: 24px;
    font-weight: bold;
    margin: auto;
    text-align: center;
  }

  h2 span {
      font-size: 30px;
  }

  .yellow_line {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #E6FF00 0%);
    padding: 0 3px;
  }
  .black-bg-shadow{
    padding: 0.6em 0.2em;
    width: 100%;
  }
  p {
    margin: initial;
  }

  .text-center {
    text-align: center;
    font-size: 18px;
    line-height: 32px;
  }

  .btn-more {
    background-color: #000;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    color: #fff;
    width: 80%;
    margin: auto;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    padding: 11px 0;
    justify-content: center;
    align-items: center;
  }

  .btn-more a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
  }

  .btn-more img {
    width: 14%;
  }

  .btn-more p {
    margin: 0 0 0 10px;
  }

  .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6  {
    font-weight: bold;
  }

  .pc { display: block !important; }
  .sp { display: none !important; }

  @media (max-width: 600px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
    img { max-width: 90%;}
    .br-pc { display: none;}
  }

  @media (min-width:601px) {
    .br-sp { display: none;}
  }


  /*ヘッダー
  ---------------------------------------*/

  header {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    background-color: #fff;
    z-index: 1000;
  }

  header ul {
    display: flex;
    margin: auto;
    height: 60px;
    position: relative;
  }

  .header_logo {
    display: flex;
    justify-content: center;
  }

  .header_logo img {
    display: block;
    width: 50%;
  }

  .inner_header_logo {
    display: none;
  }

  .inner_header_logo p:first-of-type{
    color: #000;
  }

  .inner_header_logo p:last-of-type {
    background-color: #000;
    letter-spacing: 1em;
    text-align: center;
    padding-left: 1em;
  }

  header ul li {

    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
  }

  header ul li:first-of-type {
    padding: 20px 0;
  }

  header ul li:first-of-type {
    margin-right: auto;
    margin-left: 20px;
  }

  header ul li:nth-of-type(2) {
    background-color: #4CBBB0;
    position: absolute;
    top: 0px;
    left: 45%;
    bottom: 0px;
    padding-right: 10px;
  }

  .header ul li:nth-of-type(2) a {
    z-index: 32;
  }

  header ul li:nth-of-type(3) {
    z-index: 30;
    position: absolute;
    top: 0px;
    left: 71%;
    right: 0;
    bottom: 0px;
  }

    header ul li:nth-of-type(2):before {
    position: absolute;
    top: 0px;
    left: 42%;
    right: 28%;
    bottom: 0px;
    z-index: -1;
    transform: skewX(-11deg);
    background-color: #4CBBB0;
    content: "";
    position: fixed;
    height: 60px;
  }

  header ul li:nth-of-type(3):before {
    position: absolute;
    top: 0px;
    left: 71%;
    right: -40px;
    bottom: 0px;
    z-index: -1;
    transform: skewX(-11deg);
    background-color: #000;
    content: "";
    position: fixed;
    height: 60px;
  }

  header ul li:not(:first-of-type) a {
    display: block;
    padding: 20px 0;
  }

  /*アイキャッチ
   --------------------------------------------- */

  .eyecatch {
    background-image: url(./image/SP/eyecatch_SP_2x.png);
    background-color: #4CBBB0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin-top: 60px;
    padding: 30px 0 15px 0;
  }

  .lead {
    width:100%;
  }

  .lead span {
    display: inline-block;
    color: #fff;
    font-size: 10vw;
    line-height: 47px;
    margin-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    padding-right: 5px;
    padding-left: 5px;
  }

  .lead .lead-border {
    color: #fff;
    font-size: 5vw;
    /* -webkit-text-stroke:6px rgba(0, 0, 0, 0.48); */
    text-shadow: 0px 4px 1px rgba(58, 58, 58, 0.18),
                  1px 3px 1px rgba(58, 58, 58, 0.18),
                  2px 3px 1px rgba(58, 58, 58, 0.18),
                  2px 2px 1px rgba(58, 58, 58, 0.18),
                  3px 2px 1px rgba(58, 58, 58, 0.18),
                  3px 1px 1px rgba(58, 58, 58, 0.18),
                  4px 0px 1px rgba(58, 58, 58, 0.18),
                  3px -1px 1px rgba(58, 58, 58, 0.18),
                  3px -2px 1px rgba(58, 58, 58, 0.18),
                  2px -2px 1px rgba(58, 58, 58, 0.18),
                  2px -3px 1px rgba(58, 58, 58, 0.18),
                  1px -3px 1px rgba(58, 58, 58, 0.18),
                  0px -4px 1px rgba(58, 58, 58, 0.18),
                  -1px -3px 1px rgba(58, 58, 58, 0.18),
                  -2px -3px 1px rgba(58, 58, 58, 0.18),
                  -2px -2px 1px rgba(58, 58, 58, 0.18),
                  -3px -2px 1px rgba(58, 58, 58, 0.18),
                  -3px -1px 1px rgba(58, 58, 58, 0.18),
                  -4px 0px 1px rgba(58, 58, 58, 0.18),
                  -3px 1px 1px rgba(58, 58, 58, 0.18),
                  -3px 2px 1px rgba(58, 58, 58, 0.18),
                  -2px 2px 1px rgba(58, 58, 58, 0.18),
                  -2px 3px 1px rgba(58, 58, 58, 0.18),
                  -1px 3px 1px rgba(58, 58, 58, 0.18);
    font-weight: bold;
    margin: auto;
    text-align: left;
  }

  .lead .lead-border::before{
    content: "\30D3\30EB\30E1\30F3\30FB\4E0D\52D5\7523\7BA1\7406\306E\73FE\5834\3092\5909\3048\308B";
    -webkit-text-stroke: 0;
    position: absolute;
    width: 90%;
  }


  .lead h1 {
    margin: 10px 0 190px 0;
  }

  .lead-badges {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }

  .lead-badges p {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 11px;
  }

  .lead-badges .DLlink {
    height: 50%;
    width: 100%;
    margin-left: 17%;
  }

  .lead-badges .DLlink img {
    width: 30%;
  }

  .lead-DLlink {
    text-align: center;
    width: 45%;
  }

  img.sp.yellow_circle {
    width: 40%;
  }

/* new
---------------------------------------------*/
.sec-new {
  padding: 3em 0 3em;
}
.sec-new .copy{
  text-align: center;
  width: 100%;
}
.sec-new .inner-sec > div:nth-of-type(1){
  font-size: 5vw;
}
.sec-new img {
  max-width: 80%;
  margin: 1em auto;
}
.sec-new .text-shadow{
  font-size: 12vw;
}


/* こんなお悩みありませんか
---------------------------------------------*/

  .sec-problem {
    background: #000000 0% 0% no-repeat padding-box;
  }

  .inner-sec-problem {
    opacity: 1;
    padding-bottom: 150px;
    position: relative;
  }

  .inner-sec-problem h2 {
    color: #fff;
    padding: 60px 0 50px 0;
    font-size: 30px;
    width: 70%;
    line-height: 45px;
  }

  .problems {
    display: flex;
    flex-wrap: wrap;

  }

  .problemItem {
    margin: auto;
    margin-bottom: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 50%;
  }

  .problemItem img {
    margin-bottom: 10px;
    width: 100%;
  }

  .problem_answer {
      position: relative;
      padding-top: 170px;
      flex-wrap: wrap;
  }

  .answer_item {
      margin: auto;
      text-align: center;
      font-size: 18px;
      font-weight: bold;
      width: 50%;
      margin-bottom: 30px;
  }

  .answer_item img {
    margin-bottom: 10px;
    width: 100%;
  }

  .greenMessage {
    position: absolute;
    top: 81%;
    left:-5;
    width: 100%;
    border-top: 255px solid #4CBBB0;
    border-right: 40px solid transparent;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    z-index: 3;
  }

  .greenMessage p {
    position: absolute;
    top: 50%;
    left: 56%;
    -webkit-transform: translate(-50%, -120%);
    transform: translate(-50%, -150%);
    width: 100%;
    margin: auto;
  }

  .greenMessage_left {
    position: absolute;
    top: 81%;
    left: -195px;
    width: 145%;
    border-top: 255px solid #4CBBB0;
    border-right: 70px solid transparent;
    z-index: 0;
  }


/* 特長
-------------------------------------- */

  .sec-feature {
    background-color: #F2F4F4;
  }

  .problem_answer {
    display: flex;
  }

  .description {
    text-align: center;
    font-weight: bold;
    position: relative;
    margin: 20px 0 74px 0;
  }

  .description .background {
    font-size: 100px;
    color: #CDEBE8;
  }

  .description .description-text {
    color: #000;
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%)
                translateY(-50%);
    width: 100%;
  }

  .feature {
    position: relative;
  }

  .feature_item h2 {
    margin-bottom: 73px;
  }

  .feature_item {
    margin: auto;
    color: #0E0E0E;
  }

  .feature_point {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 68px 1em 40px 1em;
    width: 100%;
    margin: auto;
    background-color: #fff;
  }

  .feature_point:not(:last-child) {
    margin-bottom: 115px;
  }

  .feature_point .text {
    text-align: left;
    margin: auto;
    width: 95%;
  }

  .inner-feature_point {
    position: relative;
    text-align: center;
  }

  /* feature image
  -------------------------------------------------*/
  .inner-feature_point .point_img, .inner-feature_point .point_img_L {
    width: 70%;
    margin: 40px auto;
  }

  .point_img_cloud, .point_img_4 {
    width: 100%;
    margin: 40px auto;
  }
  /* -----------------------------------------------*/

  .point_detail {
    position: relative;
  }

  .inner-feature_point h3 {
    font-size: 32px;
    text-align: center;
  }

  .point_number {
    position: absolute;
    top: -105px;
    left: 48%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    height: 70%;
    width: auto;
  }

  .point_number_R {
    position: absolute;
    top: -105px;
    left: 48%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    height: 10.5%;
    width: auto;
  }

  .point_detail_text h3 {
    line-height: 49px;
  }

/* ほかにもメリット働き方改革
--------------------------------------------------- */

  .other_merit_list {
      margin: auto;
      padding: 25px 10px 124px 10px;
  }

  .merit_item {
      margin: auto;
      text-align: left;
      display: flex;
      align-items: center;
      margin-top: 20px;
  }

  .merit_item img {
    max-width: 50%;
  }

  .other_merit h2 {
    margin: 80px 0 30px 0;
  }

  .merit_item p {
    margin-left: 14px;
    line-height: 28px;
  }

  .workstyle_reform {
    position: relative;
    padding-bottom: 80px;
  }

  .workstyle_reform .text {
    margin: 40px auto;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 28px;
    width: 85%;
    text-align: left;
  }

  .workstyle_reform img {
    margin: auto;
    max-width: 100%;
  }

/* ----------ZENGOの使い方--------- */

  .inner-sec-howto {
    padding: 80px 0;
  }

  .sec-howto h2 {
    font-size: 24px;
  }

  .sec-howto .text-center {
    margin: 40px 0;
    font-size: 16px;
    line-height: 36px;
  }

  .sec-howto .text-center span {
    font-size: 28px;
    font-weight: bold;
  }

  .howto_3steps {
    justify-content: space-between;
    align-items: center;
  }

  .howto_box {
    background-color: #F2F4F4;
    width: 80%;
    position: relative;
    padding: 40px 20px 20px 20px;
    text-align: center;
    margin: auto;
  }

  .howto_box h3 {
    position: relative;
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
    z-index: 3;
    text-align: left;
    margin-bottom: 30px;
  }

  .howto_box p {
    margin: 30px 14px 0 14px;
    line-height: 32px;
  }

  .howto_box .step_img {
    width: 141px;
    margin-top: 50px;
    margin: auto;
  }

  .howto_box:last-of-type .step_img {
    margin-top: 14px;
  }

  .howto_number {
    position: absolute;
    top: 40px;
    right: 23px;
    z-index: 1;
  }

  .howto-triangle {
    width: 0;
    height: 0;
    border-top: 35px solid #F2F4F4;
    border-right: 45px solid transparent;
    border-left: 45px solid transparent;
    margin: 10.5px auto;
  }

  .sec-howto .btn-more {
    margin-top: 55px;
  }

/* 利用料金
------------------------------------------------- */

.inner-sec-price .text-center {
  margin: 32px 0 40px 0;
}

.sec-price h2 {
  font-size: 30px;
}

.sec-price .announce {
  font-size: 16px;
  text-align: left;
  width: 90%;
  margin: auto;
  margin-top: 40px;
}

.price-oval {
  box-shadow: 0px 0px 10px #0000001A;
  border-radius: 80px;
  margin: 20px auto;
  width: 80%;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding: 20px 0;
}


.price-oval:first-of-type {
  padding: 22px 15px;
  letter-spacing: -0.3px;
}


.price-oval .price_L {
  font-size: 28px;
}

.price_yellow {
  font-size: 18px;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 65%, #E6FF00 0%);
  line-height: 45px;
}

/* 機能比較
--------------------------------------- */

.inner-sec-compare {
  padding:60px 0 65px 0;
}

.inner-sec-compare h2 {
  margin-bottom: 50px;
  font-size: 30px;
}

.explain-table {
  width: 100%;
}

.compare-text {
  margin: 45px 0 50px 0;
  font-size: 16px;
  line-height: 32px;
}

.compare-text .text-center:first-child {
  margin-bottom: 30px;
}

.explain-table .tbl-col {
  flex: 1;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}

.explain-table .tbl-row:first-child .tbl-col:first-child {
  background: #E8E8E8;
  font-weight: bold;
  font-size: 24px;
  border-right: 1px solid #fff;
  padding: 52px 10px;
}

.explain-table .tbl-row:first-child .tbl-col {
  background: #F2F4F4;
  border-bottom: 6px solid #fff;
  font-size: 16px;
  padding: 14px 0;
  line-height: 24px;
}

.explain-table .tbl-row:last-child .tbl-col:first-child {
  background: #4CBBB0;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  border-right: 1px solid #fff;
  padding: 52px 10px;
  margin-top: 32px;
}

.explain-table .tbl-row:not(:first-child) .tbl-col{
  background: #e2f7f5;
  padding: 17px 0;
  font-size: 16px;
  color: #000000;
  border-right: 1px solid #fff;
  border-bottom: 6px solid #fff;
  padding: 14px 0 17px 0;
}

.explain-table .tbl-row:last-child .tbl-col span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  padding-top: 4px;
}

/* ----------ZENGOカメラ--------- */
.sec-camera{
  padding-top: 5em;
}

.sec-camera h2{
  max-width: 100%;
  margin-bottom: 0;
}
.sec-camera h2 .black-bg-shadow {
  font-size: 6vw;
  padding: 0.4em 0;
  width: 100%;
}
.sec-camera h2 .text-shadow {
  font-size: 13.5vw;
  margin: 0.3em 0;
}
.sec-camera .desc h3{
  margin: 1em 0;
  max-width: 100%;
  text-align: center;
  font-size: 7vw;
}
.sec-camera .desc figure{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto -2em;
}
.sec-camera .desc {
  padding-top: 5%;
}
.sec-camera .desc .white-bg{
  margin-top: 42%;
  padding: 80% 1em 3.0em;
}
.sec-camera .desc .white-bg > p{
  max-width: 100%;
}

.sec-camera .set-item ul{
  width: 100%;
  padding: 0.6em;
}
.sec-camera .set-item .set-contents {
  text-align: center;
  width: 100%;
  padding: 1em 1em;
}
.sec-camera .feature-camera ul{
  max-width: 400px;
  margin: 2em auto;
}
.sec-camera .feature-camera ul li{
  width: 140px;
  font-size: 14px;
  margin: 1.0em 3%;
}
.sec-camera .feature-camera ul li.larger{
  width: 240px;
  font-size: 24px;
  margin: 0.3em 0.5em;
}
.sec-camera .desc figure{
  width: 100%;
}
.sec-camera .set-item{
  flex-wrap: wrap;
}

.sec-camera .set-item > img{
  display: block;
  transform: rotate(90deg);
  margin: -4em 0;
}
.sec-camera .set-item .set-price {
  width: 100%;
  text-align: center;
}
.sec-camera .set-item .black-bg {
  /* padding: 4em 0em 1em; */
}
.sec-camera dl dt {
  flex-basis: 7em;
  flex-grow: 0;
  padding: 0 0.5em;
}
.sec-camera .tel{
  padding: 2em 1em 1em;
}
.sec-camera .tel .number{
  font-size: 9vw;
  margin: 1em 0;
}
.sec-camera .tel small{
  margin: 1em 0;
}
/* よくあるご質問
------------------------------------------------- */

.sec-FAQ {
    background-color: #4cbbb0;
}

.sec-FAQ ul {
  padding: 0;
}

.inner-sec-FAQ {
  padding: 60px 0 88px 0;
}

.FAQ-content {
  margin: 50px 0 0 0;
}

.inner-sec-FAQ h2 {
  color: #fff;
  font-size: 30px;
}

.qa-list {
  padding: 7%;
}

.qa-item {
  margin-bottom: 20px;
}

.qa-item span {
  font-weight: bold;
}

.qa-icon {
  color: #FFF;
  width: 44px;
  height: 44px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-weight: bold;
}

.qa-icon p {
  vertical-align: bottom;
}

.question .qa-icon {
  background-color: #4cbbb0;
}

.answer .qa-icon {
  background-color: #000;
}

.question {
  padding: 20px;
  color: #4CBBB0;
  font-weight: bold;
  background-color: #fff;
  display: flex;
}

.answer {
  padding: 20px;
  background-color: #F2F4F4;
  display: flex;
}

.qa_text {
  display: flex;
  align-items: center;
  line-height: 29px;
  width: 82%;
}

.FAQ-content .text-center {
  color: #fff;
  font-weight: bold;
  margin: 60px 0 43px 0;
  font-size: 16px;
}


/* メディア掲載
--------------------------------------- */

.inner-sec-media {
  padding: 60px 0 76px 0;
}

.sec-media h2 {
  font-size: 30px;
  margin-bottom: 15px;
}

.inner-sec-media ul {
  padding-left: 0;
}

.media_logolist {
  display: flex;
  flex-wrap: wrap;
}

.logo_img_1, .logo_img_2, .logo_img_3 {
  width: 50%;
  margin-top: 30px;
  text-align: center;
}


/* お知らせ
-------------------------------------------- */

  .sec-information {
      background-color: #F2F4F4;
  }
  .inner-sec-information {
    padding: 80px 0 65px 0;
  }

  .inner-sec-information h2 {
    margin-bottom: 50px;
    font-size: 30px;
  }

  .info_frame {
    margin: auto;
    background-color: #fff;
    padding: 0 30px;
  }

  .info_frame .info_item {
    margin: auto;
    font-size: 16px;
    border-bottom: 2px solid #E9E9E9;
    padding: 30px 0;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .info_frame:nth-of-type(3) .info_item {
    border-bottom: none;
  }

  .info_date {
    font-weight: bold;
    width: 45%;
    margin-bottom: 20px;
  }

  .info_type {
    background-color: #4cbbb0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: 45%;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 20px;
  }

  .inner-sec-information .btn-more {
    margin-top: 55px;
  }

  .info_detail {
    width: 100%;
  }

  .inner-sec-information .info_detail a{
    color: #4cbbb0;
    text-decoration: underline;
  }

/* ----------アプリダウンロード--------- */

  .trial10days {
    background-color: #E6FF00;
    background-image: url(./image/bg_line.png);
    padding: 30px 0;
    margin: auto;
    padding: 80px 0 60px 0;
  }

  .trial10days img {
    display: block;
    margin: auto;
  }

  .trial10days img:last-of-type {
    margin-bottom: 15px;
  }

  .btn-appDL_now {
    background-color: #000;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    width: 303px;
    text-align: center;
    line-height: 57px;
    margin: auto;
  }

  .sec-appDL {
    background-size: cover;
    background-color: #4cbbb0;
    position: relative;
  }

  .inner-sec-appDL {
    justify-content: center;
    align-items: center;
    position: relative;
    padding-bottom: 280px;
  }

  .inner-sec-appDL .appDL_iPhone_img {
    position: absolute;
    left:50%;
    bottom:0;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    max-width: 100%;
  }

  .DLlink {
    text-align: center;
  }

  .DLlink .DLlink_A {
    width: 70%;
    margin-bottom: 20px;
  }

  .DLlink .DLlink_B {
    width: 100%;
  }

  .appDL_info .text {
    color: #fff;
    font-weight: bold;
    font-size: 23px;
    text-align: center;
    margin-bottom: 30px;
    padding-top: 50px;
  }

  .appDL_info .text span {
    font-size: 30px;
  }


  /*お問い合わせ
  ---------------------------------------------　*/

  .sec-contact {
    background-color: #f2f4f4;
  }

  .sec-contact h2 {
    font-size: 30px;
  }

  .inner-sec-contact {
    width: 100%;
    text-align: center;
    padding: 80px 0 60px 0;
  }

  .contactbox_wrap {
    justify-content: center;
  }

  .contactbox {
    background-color: #fff;
    width: 100%;
    margin-top: 33px;
  }

  .contactbox p:first-child {
    font-size: 20px;
    font-weight: bold;
  }

  .contact_green {
    color: #4CBBB0;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .contactbox:first-of-type {
    padding: 20px 0;
    margin-right: 40px;
  }

  .contactbox:first-of-type .contact_green p:first-of-type {
    font-size: 29px;
    letter-spacing: 0.58px;
    padding: 10px 0;
  }

  .contactbox:first-of-type p:last-of-type {
    font-size: 14px;
  }

  .contactbox:first-of-type img {
    width: 44px;
    height: 44px;
  }

  .contactbox:last-of-type {
    padding: 50px 0 57px 0;
  }

  .contactbox:last-of-type .contact_green {
    padding-top: 10px;
  }

  .contact_green p {
    font-size: 16px;
  }

  .contactbox:last-of-type img {
    width: 39px;
    height: 39px;
    margin-right: 5px;
  }

  .contact_green a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
  }

/* -----Pマーク-----　*/
  .inner-sec-privacyMark {
    width: 86%;
    padding: 60px 0;
    margin:auto;
    align-items: center;
    line-height: 30px;
  }

  .inner-sec-privacyMark .seal {
    width: 95px;
    margin: auto auto 20px auto;
  }

/* -------フッター------　*/


  .sec-footer-corporate {
    max-width: 880px;
    margin: auto;
  }

  .footer-Wrapper {
    background-color: #f2f4f4;
  }
  .footer-Sitemap {
    display: flex;
    padding: 80px 0;
  }

  .Sitemap_col {
    margin: auto;
  }

  .footer-corporate {
    background-color: #4cbbb0;
    padding: 60px 0;
    justify-content: center;
  }

.ftCorporate-list li {
    margin: auto;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    text-decoration: underline;
  }


  .copyright {
    background-color: black;
    color: white;
    text-align: center;
    font-size: 8px;
    line-height: 14px;
  }

  li {
    list-style: none;
  }

  a,
  a:visited,
  a:hover,
  a:active {
    color: inherit;
    text-decoration: none;
  }

  ul {
    padding: 0;
  }
