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

  h1 {
    font-family: 'Noto Sans JP', sans-serif;
  }

  h2,h3,h4,p,span {
    font-family: sans-serif;
  }

@media screen and (min-width: 768px) {
  
  body {
    max-width: 1080px;
    min-width: 970px;
    margin: 0 auto;
  }

  p {
    line-height: 1.7;
  }

  .title-h2 {
    text-align: center;
    padding: 0 0 50px 0;
    margin: 0;
  }

  /*=====================
  ヘッダー
  =====================*/

  header {
    padding: 20px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
  }

  #header-logo {
    margin-top: 10px;
  }

  header > div > a > img {
    width: 230px;

  }

  #phone-contact-box {
    display: flex;
  }

  #phone-number {
    text-align: center;
    background-color: #fff;
    border: 2px solid rgb(26, 108, 215);
    padding: 10px 23px;
    margin-right: 15px;
    border-radius: 100px;
    height: 56px;
    line-height: 23px;
  }

  #phone-number > h3 {
    line-height: 0.8;
    margin: 0;
    color: rgb(26, 108, 215);
  }

  #phone-number > span {
    color: rgb(26, 108, 215);
    font-size: 14px;
  }

  #header-contact {
    text-align: center;
    background-color: rgb(26, 108, 215);
    border: 2px solid #fff;
    padding: 10px 23px;
    border-radius: 100px;
    height: 56px;
    line-height: 28px;
  }

  #header-contact > h3 {
    margin: 0;
    color: #fff;
    text-decoration: none;
  }

  #phone-contact-box > a {
    text-decoration: none;
  }

  #header-contact:hover {
    background-color: rgb(25, 61, 120);
  }

  #phone-contact-box2 {
    display: none;
  }

  /*=====================
  メインビジュアル
  =====================*/

  #main-visual {
    position: relative;
    height: 764px;
    margin-top: 20px;
  }

  #main-visual > img {
    width: 100%;
  }

  #part2 {
    display: none;
  }

  #main-visual #part1 {
    text-align: center;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-weight: bolder;
    font-size: 60px;
    /*font-size: max(50px, min(5vw,60px));*/
    /*font-size: clamp(50px, 5vw, 60px);*/
    font-weight: bold;
    color: #fff;
  }

  #main-contener .main-item:nth-child(2) {
    margin-top: -8px;
  }

  #main-contener {
    text-align: center;
    position: absolute;
    bottom: 280px;
    left: 200px;
    right: 200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }

  #main-contener .main-item {
    width: calc((100% - 30px) /3);
  }

  .main-item h3 {
    color: rgb(25, 61, 120);
  }

  /*=====================
  お問い合わせ・電話受付1
  =====================*/

  .contact-and-phone {
    margin-top: 50px;
    text-align: center;
  }

  .contact-and-phone > div:last-child {
    margin-top: 40px;
  }

  .contact-title {
    color: rgb(26, 108, 215);
  }

  .contact-title2 {
    color: #fff;
    background: rgb(26, 108, 215);
    margin: 0 auto;
    padding: 20px;
    border-radius: 15px;
    width: 450px;
  }

  .contact-and-phone > div > a {
    text-decoration: none;
  }

  .contact-and-phone > div > a > h2:hover {
    background-color: rgb(25, 61, 120);
  }

  /*=====================
  お悩み
  =====================*/

    #yourworries {
      background: rgb(255, 243, 243);
      padding: 60px;
      margin-top: 60px;
    }

    #yourworries > div {
      max-width: 850px;
      margin: 0 auto;
      height: auto;
    }

    #yourworries > div > .title-h2:after {
      content: url(../images/uzumaki.png);
      margin-left: 13px;
      position: relative;
      top: 6px;
    }

    #yourworries > div > h3 {
      margin: 0;
      margin-bottom: 30px;
    }

    #yourworries > div > h3::before {
      content: url(../images/check.png);
      margin-right: 10px;
      position: relative;
      top: 3px;
    }

    #yourworries > div h3:nth-of-type(3) {
      margin-bottom: 0;
    }

  /*=====================
  インターペーパーが解決
  =====================*/

  #cardList__container {
    background-color: rgb(237, 245, 253);
    padding: 60px 30px;
  }

  #cardList__container > .title-h2::after {
    content: url(../images/light-buld.png);
    margin-right: 10px;
    position: relative;
    top: 5px;
  }

  .card__thumb {
    background-color: #fff;
    border-radius: 10px 10px 0 0;
  }

  .card__thumb img {
    max-width: none;
    width: 100%;
    border-radius: 10px 10px 0 0;
  }

  .card__txt__box {
    border-radius: 0 0 5px 5px;
    padding: 30px;
    color: #fff;
  }

  .card__txt__box h3 {
    margin: 0 0 25px 0;
    font-size: 22px;
  }

  .card__txt {
    margin: 0;
  }

  .cardList__item {
    margin-top: 20px;
    display: block;
    text-decoration: none;
    color: inherit;
    background-color: rgb(26, 108, 215);
    border: 2.5px solid rgb(26, 108, 215);
    border-radius: 10px;
    width: calc((100% - 40px) /3);
  }

  #cardList {
    display: flex;
    justify-content: space-between;
    margin-top: -20px;
  }

/*=====================
ご利用の流れ
=====================*/

#flow {
  background-color: rgb(228, 254, 240);
  margin: 0;
  padding: 60px 30px;
}

#flow > #flow-table {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
}

#flow > #flow-table > div {
  position: relative;
  background-color: green;
  padding: 30px;
  color: #fff;
  width: calc((100% - 56px) /4);
  margin: 0;
}

.flow-green > h3,
.flow-yellow > h3 {
  height: 50px;
  margin: 0;
}

.flow-green > p,
.flow-yellow > p {
  margin: 30px 0 0 0;
}

#flow-table > div:last-child::after {
  display: none;
}

#flow > #flow-table > div::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent green;
  border-width: 250px 0 250px 35px;
  position: absolute;
  top: -50px;
  right: -35px;
  bottom: -50px;
  margin: auto;
  z-index: 100;
}

#flow > #flow-table .flow-yellow {
background: rgb(36, 171, 36);
}

#flow > #flow-table .flow-yellow::after {
  border-color: transparent transparent transparent rgb(36, 171, 36);
}

/*=====================
  動画でわかるインターペーパー
=====================*/

  #video {
    padding: 60px 30px;
  }

/*=====================
 お客様の声
=====================*/

#voice {
  padding: 60px 30px;
}
.voiceContaoner {
  display: flex;
  justify-content: space-between;
}

.article {
  width: calc(50% - 30px);
}

.article__namecach {
  border-bottom: 2px solid #4498e7;
  padding-bottom: 7px;
}

.article__ttl {
  margin: 0 0 3px 0;
}

.article__nametxt {
  font-weight: 600;
}

.article-flexbox {
  display: flex;
  flex-direction: row;
  margin: 20px 0 0 0;
}

.article-flexbox__txt {
  width: 70%;
  margin: 0;
}

.article-flexbox__img {
  width: 30%;
  margin-left: 25px;
  align-self: stretch;
}

.article-flexbox__img img {
  width: 100%;
  border-radius: 50%;
}

.article__namecach._line {
  border-bottom: 2px solid #fdbde3;
}

/*=====================
 お問い合わせ
=====================*/

#contact .title-h2 {
  margin-top: 80px;
  padding-bottom: 0;
}

iframe {
  height: 950px;
}

/*=====================
 プライバシー
=====================*/

.privacy-item {
  text-align: center;
  margin-top: 20px;
}

.privacy {
  margin: 0 auto;
  padding: 7px 120px;
  background-color: rgb(26, 108, 215);
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  font-family: sans-serif;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
}

.privacy:hover {
  background-color: rgb(25, 61, 120);
}

/*================
フッター
=================*/

footer > div > a > img {
  width: 230px;
  margin: 20px;

}

/***追従するトップへ戻るボタン***/
#pagetop1{
  width: 70px;
  height: 50px;
  position: fixed;
  right: 15px;
  bottom: 80px;
  opacity: 0.8;
  border-radius: 15px;
  background-color: #666;
}
#pagetop1 a{
  position: relative;
  display: block;
  width: 70px;
  height: 50px;
  text-decoration: none;
  text-align: center;
}
#pagetop1 a::before{
  font-family: "Font Awesome 5 Free";
  content: "\f102";
  font-weight: 900;
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 10px;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto;
}
/***トップへ戻るボタンここまで***/
}

/*==================================
min-width: 476px max-width: 767px
===================================*/

@media screen and (min-width: 476px) and (max-width: 767px) {

body {
  margin: 0 auto;
}

p {
  line-height: 1.7;
}

.title-h2 {
  text-align: center;
  padding: 0 0 30px 0;
  margin: 0;
}

/*================
ヘッダー
=================*/

header {
  padding: 20px;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

#header-logo {
  margin-top: 10px;
}

header > div > a > img {
  width: 230px;

}

#phone-contact-box2 {
  display: flex;
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 100;
}

#phone-contact-box {
  display: none;
}

#phone-number {
  text-align: center;
  background-color: #fff;
  color: rgb(26, 108, 215);
  border: 2px solid rgb(26, 108, 215);
  padding: 10px 23px;
  margin-right: 15px;
  border-radius: 100px;
  width: 260px;
  height: 56px;
  line-height: 23px;
}


#phone-number:hover {
  background-color: rgb(25, 61, 120);
  border: 2px solid #fff;
  color: #fff;
}

#phone-number > h3 {
  line-height: 0.8;
  margin: 0;
}

#phone-number > span {
  font-size: 14px;
}

#header-contact {
  text-align: center;
  background-color: rgb(26, 108, 215);
  border: 2px solid #fff;
  padding: 10px 23px;
  border-radius: 100px;
  width: 240px;
  height: 56px;
  line-height: 28px;
}

#header-contact > h3 {
  margin: 0;
  color: #fff;
  text-decoration: none;
}

#phone-contact-box2 > a {
  text-decoration: none;
}

#header-contact:hover {
  background-color: rgb(25, 61, 120);
}

/*================
メインビジュアル
=================*/

  #main-visual {
    position: relative;
  }

  #part1 {
    display: none;
  }

  #main-visual > h1 {
    font-size: 7.5vw;
    text-align: center;
    position: absolute;
    top: 55px;
    left: 35px;
    right: 35px;
    margin: 0 auto;
    margin: auto;
    color: #fff;
  }

  #main-visual > img {
    width: 100%;
  }


  #main-contener .main-item:nth-child(2) {
    margin-top: -8px;
  }

  #main-contener {
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin: 30px 30px;
  }

  .main-item {
    width: calc((100% - 15px) /3);
  }

  .main-item h3 {
    color: rgb(25, 61, 120);
  }

  .main-item h3 > br {
    display: none;
  }

/*=====================
  お問い合わせ・電話受付1
  =====================*/

  .contact-and-phone {
    margin: 30px 30px;
    text-align: center;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 20px 0 40px;
  }

  .contact-and-phone > div:last-child {
    margin-top: 30px;
  }

  .contact-title {
    color: rgb(26, 108, 215);
  }

  .contact-title2 {
    color: #fff;
    background: rgb(26, 108, 215);
    margin: 0 auto;
    padding: 20px;
    border-radius: 10px;
    width: 350px;
  }

  .contact-and-phone > div > a {
    text-decoration: none;
  }

  .contact-and-phone > div > a > h2:hover {
    background-color: rgb(25, 61, 120);
  }

/*=====================
  お悩み
  =====================*/

  #yourworries {
    background: rgb(255, 243, 243);
    padding: 18px 30px 30px 40px;
    margin: 40px 30px;
  }

  #yourworries > div {
    max-width: 500px;
    margin: 0 auto;
    height: auto;
  }

  #yourworries > div > .title-h2:after {
    content: url(../images/uzumaki.png);
    margin-left: 10px;
    position: relative;
    top: 6px;
  }

  #yourworries > div > h3 {
    margin: 0;
    margin-bottom: 30px;
  }

  #yourworries > div > h3::before {
    content: url(../images/check.png);
    margin-right: 10px;
    position: relative;
    top: 3px;
    float: left;
    margin-bottom: 40px;
  }

  #yourworries > div h3:nth-of-type(3) {
    margin-bottom: 0;
  }

/*=====================
インターペーパーが解決
=====================*/

#cardList__container {
  background-color: rgb(237, 245, 253);
  padding: 30px;
  margin: 40px 30px;
}

#cardList__container > .title-h2::after {
  content: url(../images/light-buld.png);
  margin-right: 10px;
  position: relative;
  top: 3px;
  display: block;
}

.card__thumb {
  background-color: #fff;
  border-radius: 10px 10px 0 0;
}

.card__thumb img {
  max-width: none;
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.card__txt__box {
  width: 100%;
  border-radius: 0 0 5px 5px;
  padding: 20px;
  color: #fff;
}
.card__txt {
  margin: 0;
}

.cardList__item {
  margin-top: 20px;
  display: block;
  text-decoration: none;
  color: inherit;
  background-color: rgb(26, 108, 215);
  border: 2.5px solid rgb(26, 108, 215);
  border-radius: 10px;
  width: calc((100% - 20px) /2);
}

#cardList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -20px;
}

@media screen and (max-width: 642px) {
  #cardList {
    display: block;
    margin-top: -20px;
    margin: 0 30px;
  }

  .cardList__item {
   width: 100%;
  }
}

/*=====================
ご利用の流れ
=====================*/

#flow {
  background-color: rgb(228, 254, 240);
  padding: 30px;
  margin: 40px 30px;
}

#flow-table > div > h3 {
  text-align: center;
  margin: 30px;
}

#flow-table {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

#flow-table div {
  position: relative;
  background-color: green;
  padding: 30px;
  margin: 0 30px 50px 30px;
  color: #fff;
  width: 70vw;
  
}

#flow-table > div:last-child::after {
  display: none;
}

#flow-table > div::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: green transparent transparent transparent;
  border-width: 40px 35vw 0 35vw;
  position: absolute;
  /*bottom: -40px;*/
  top: 100%;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 11;
  text-align: left;
}

#flow-table .flow-yellow {
  background: rgb(36, 171, 36);
}

#flow-table .flow-yellow::after {
  border-color: rgb(36, 171, 36) transparent transparent transparent;
}

/*=====================
 動画でわかるインターペーパー
=====================*/

#video {
  margin-bottom: 130px;
}

/*=====================
 お客様の声
=====================*/

.voiceContaoner {
  display: block;
  padding: 0 30px;
}

.article {
  width: 100%;
}

.article + .article {
  margin-top: 40px;
}

.article__namecach {
  border-bottom: 2px solid #4498e7;
  padding-bottom: 7px;
}

.article__ttl {
  margin: 0 0 3px 0;
}

.article__nametxt {
  font-weight: 600;
}

.article-flexbox {
  display: flex;
  flex-direction: row;
  margin: 20px 0 0 0;
}

.article-flexbox__txt {
  width: 70%;
  margin: 0;
}

.article-flexbox__img {
  width: 30%;
  margin-left: 25px;
  align-self: stretch;
}

.article-flexbox__img img {
  width: 100%;
  border-radius: 50%;
}

.article__namecach._line {
  border-bottom: 2px solid #fdbde3;
}

/*=====================
 お問い合わせ
=====================*/

iframe {
  height: 1150px;
}

#contact .title-h2 {
  margin-top: 80px;
  padding-bottom: 0;
}

/*=====================
 プライバシー
=====================*/
.privacy-item {
  text-align: center;
  margin-top: 20px;
}

.privacy {
  margin: 0 auto;
  padding: 7px 120px;
  background-color: rgb(26, 108, 215);
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  font-family: sans-serif;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
}

.privacy:hover {
  background-color: rgb(25, 61, 120);
}

/*=====================
  フッター
=====================*/

  footer {
    padding: 20px;
  }

  #footer-logo {
    margin-bottom: 130px;
  }

  footer > div > a > img {
    width: 230px;

  }

/***追従するトップへ戻るボタン***/
  #pagetop1{
    width: 70px;
    height: 50px;
    position: fixed;
    right: 15px;
    bottom: 120px;
    opacity: 0.8;
    border-radius: 15px;
    background-color: #666;
  }
  #pagetop1 a{
    position: relative;
    display: block;
    width: 70px;
    height: 50px;
    text-decoration: none;
    text-align: center;
  }
  #pagetop1 a::before{
    font-family: "Font Awesome 5 Free";
    content: "\f102";
    font-weight: 900;
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 10px;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: auto;
  }
/***トップへ戻るボタンここまで***/
}


/*==================================
max-width: 475px
===================================*/

@media screen and (max-width: 475px) {

  body {
    min-width: 375px;
    margin: 0;
  }

  p {
    font-size: 14px;
    line-height: 1.7;
  }
  
  .title-h2 {
    text-align: center;
    padding: 0 0 30px 0;
    margin: 0;
  }

  h2 {
    font-size: 19px;
  }

  h3 {
    font-size: 17px;
  }
  
  /*================
  ヘッダー
  =================*/
  
  header {
    margin: 15px;
  }
  
  header > div > a > img {
    width: 170px;
  
  }
  
  #phone-contact-box2 {
    display: flex;
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 100;
  }
  
  #phone-contact-box {
    display: none;
  }

  #tel1 {
    display: none;
  }
  
  #phone-number {
    text-align: center;
    background-color: #fff;
    color: rgb(26, 108, 215);
    border: 2px solid rgb(26, 108, 215);
    padding: 10px 15px;
    margin-right: 5px;
    border-radius: 100px;
    width: 185px;
    height: 45px;
    line-height: 22.5px;
  }
  
  
  #phone-number:hover {
    background-color: rgb(25, 61, 120);
    border: 2px solid #fff;
    color: #fff;
  }
  
  #phone-number > h3 {
    font-size: 12.5px;
    line-height: 0.5;
    margin: 0;
  }
  
  #phone-number > span {
    font-size: 10px;
  }
  
  #header-contact {
    text-align: center;
    background-color: rgb(26, 108, 215);
    border: 2px solid #fff;
    padding: 10px 23px;
    border-radius: 100px;
    width: 168px;
    height: 45px;
    line-height: 22.5px;
  }
  
  #header-contact > h3 {
    font-size: 13px;
    margin: 0;
    color: #fff;
    text-decoration: none;
  }
  
  #phone-contact-box2 > a {
    text-decoration: none;
  }
  
  #header-contact:hover {
    background-color: rgb(25, 61, 120);
  }
  
  /*================
  メインビジュアル
  =================*/
  
    #main-visual {
      position: relative;
    }

    #part1 {
      display: none;
    }
  
    #main-visual > #part2 {
      font-size: 8vw;
      text-align: center;
      position: absolute;
      top: 30px;
      left: 55px;
      right: 55px;
      margin: 0 auto;
      margin: auto;
      color: #fff;
    }
  
    #main-visual > img {
      width: 100%;
    }
  
    #main-contener {
      margin: 30px 30px 0 30px;
    }
  
    .main-item h3 {
      color: rgb(25, 61, 120);
    }

    .main-item {
      position: relative;
      padding: 12px 3px 9px 3px;
      border-top: 1px solid black;
    }

    .main-item img {
      width: 65px;
    }

    .main-item h3 {
      position: absolute;
      top: 21px;
      left: 80px;
      margin: 0;
    }
  
    .main-item h3 > br {
      display: none;
    }
  
  /*=====================
    お問い合わせ・電話受付1
  =====================*/
  
    .contact-and-phone {
      margin: 0 30px;
      text-align: center;
      border-top: 1px solid black;
      border-bottom: 1px solid black;
      padding: 20px 0 40px;
    }
  
    .contact-and-phone > div:last-child {
      margin-top: 30px;
    }
  
    .contact-title {
      color: rgb(26, 108, 215);
    }
  
    .contact-title2 {
      color: #fff;
      background: rgb(26, 108, 215);
      margin: 0 auto;
      padding: 20px;
      border-radius: 10px;
      width: 230px;
      font-size: 16px;
    }
  
    .contact-and-phone > div > a {
      text-decoration: none;
    }
  
    .contact-and-phone > div > a > h2:hover {
      background-color: rgb(25, 61, 120);
    }
  
  /*=====================
    お悩み
    =====================*/
  
    #yourworries {
      background: rgb(255, 243, 243);
      padding: 30px;
      margin: 40px 30px;
    }
  
    #yourworries > div {
      max-width: 500px;
      margin: 0 auto;
      height: auto;
    }
  
    #yourworries > div > .title-h2:after {
      content: url(../images/uzumaki.png);
      margin-left: 10px;
      position: relative;
      top: 6px;
    }
  
    #yourworries > div > h3 {
      font-size: 16px;
      margin: 0;
      margin-bottom: 30px;
    }
  
    #yourworries > div > h3::before {
      content: url(../images/check.png);
      margin-right: 10px;
      position: relative;
      top: 3px;
      float: left;
      margin-bottom: 40px;
    }
  
    #yourworries > div h3:nth-of-type(3) {
      margin-bottom: 0;
    }
  
  /*=====================
  インターペーパーが解決
  =====================*/
  
  #cardList__container {
    background-color: rgb(237, 245, 253);
    padding: 30px;
    margin: 40px 30px;
  }
  
  #cardList__container > .title-h2::after {
    content: url(../images/light-buld.png);
    margin-right: 10px;
    position: relative;
    top: 3px;
    display: block;
  }
  
  .card__thumb {
    background-color: #fff;
    border-radius: 10px 10px 0 0;
  }
  
  .card__thumb img {
    max-width: none;
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
  
  .card__txt__box {
    background-color: rgb(26, 108, 215);
    border-radius: 0 0 5px 5px;
    padding: 20px;
    color: #fff;
  }

  .card__txt__box > h3 {
    margin: 0 0 14px 0;
  }

  .card__txt {
    margin: 0;
  }
  
  .cardList__item {
    margin-top: 20px;
    display: block;
    text-decoration: none;
    color: inherit;
    border: 2.5px solid rgb(26, 108, 215);
    border-radius: 10px;
  }
  
  #cardList {
    margin-top: -20px;
  }
  
    .cardList__item {
     width: 100%;
    }
  
  /*=====================
  ご利用の流れ
  =====================*/
  
  #flow {
    background-color: rgb(228, 254, 240);
    padding: 30px;
    margin-bottom: 30px;
    
  }
  
  #flow-table > div > h3 {
    text-align: center;
  }
  
  #flow-table {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
  }
  
  #flow-table div {
    position: relative;
    background-color: green;
    padding: 20px;
    margin: 0 30px 50px 30px;
    color: #fff;
    width: 70vw;
    
  }
  
  #flow-table > div:last-child::after {
    display: none;
  }
  
  #flow-table > div::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: green transparent transparent transparent;
    border-width: 40px 35vw 0 35vw;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 11;
    text-align: left;
  }
  
  #flow-table .flow-yellow {
    background: rgb(36, 171, 36);
  }
  
  #flow-table .flow-yellow::after {
    border-color: rgb(36, 171, 36) transparent transparent transparent;
  }
  

  /*=====================
    お問い合わせ・電話受付2
  =====================*/

    /*#flow + .contact-and-phone {
      display: none;
    }

  /*=====================
   動画でわかるインターペーパー
  =====================*/

   #video {
    margin: 30px;
    margin-bottom: 80px;
   }
  
  /*=====================
   お客様の声
  =====================*/
  
  .voiceContaoner {
    display: block;
    padding: 0 25px 80px 25px;
  }
  
  .article {
    width: 100%;
  }
  
  .article + .article {
    margin-top: 40px;
  }
  
  .article__namecach {
    border-bottom: 2px solid #4498e7;
    padding-bottom: 7px;
  }
  
  .article__ttl {
    margin: 0 0 3px 0;
  }
  
  .article__nametxt {
    font-weight: 600;
  }
  
  .article-flexbox {
    display: flex;
    flex-direction: row;
    margin: 20px 0 0 0;
  }
  
  .article-flexbox__txt {
    width: 60%;
    margin: 0;
  }
  
  .article-flexbox__img {
    width: 40%;
    margin-left: 20px;
    align-self: stretch;
  }
  
  .article-flexbox__img img {
    width: 100%;
    border-radius: 50%;
  }
  
  .article__namecach._line {
    border-bottom: 2px solid #fdbde3;
  }

  /*=====================
    お問い合わせ
  =====================*/
  
  iframe {
    height: 1220px;
  }
  
  #contact .title-h2 {
    padding-bottom: 0;
  }

  /*=====================
    プライバシー
  =====================*/

  .privacy-item {
    text-align: center;
    margin-top: 20px;
  }
  
  .privacy {
    margin: 0 auto;
    padding: 5px 70px;
    background-color: rgb(26, 108, 215);
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    font-family: sans-serif;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
  }
  
  .privacy:hover {
    background-color: rgb(25, 61, 120);
  }
  
  /*=====================
    フッター
  =====================*/
  
    footer {
      padding: 20px;
    }
  
    #footer-logo {
      margin-bottom: 130px;
    }
  
    footer > div > a > img {
      width: 170px;
  
    }

  /***追従するトップへ戻るボタン***/
    #pagetop1{
      width: 45px;
      height: 45px;
      position: fixed;
      right: 15px;
      bottom: 80px;
      opacity: 0.8;
      border-radius: 50%;
      background-color: #666;
    }
    #pagetop1 a{
      position: relative;
      display: block;
      width: 70px;
      height: 50px;
      text-decoration: none;
      text-align: center;
    }
    #pagetop1 a::before{
      font-family: "Font Awesome 5 Free";
      content: "\f102";
      font-weight: 900;
      font-size: 25px;
      color: #fff;
      position: absolute;
      width: 25px;
      height: 25px;
      top: 5px;
      bottom: 10px;
      right: 25px;
      left: 0;
      margin: auto;
    }
/***トップへ戻るボタンここまで***/
}

