@charset "utf-8";
.l-header.dl {
  padding: 13px 0;
  height: auto;
}
.l-header.dl .container {
  display: block;
}
.l-header.dl .logo {
  width: auto;
  text-align: center;
}
.l-header.dl .logo a {
  display: inline-block;
}
.header-caption {
  width: 100%;
  margin-top: 8px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.p-box {
  padding: 30px 20px;
  margin: 0 auto 60px;
  background: #fff;
}

.p-box .inquiry-box {
  padding: 16px 20px;
  border: 1px solid #c6c6c6;
  line-height: 1.6;
}

.p-box .inquiry-box-iframe {
  padding: 0;
}

/*iframeの高さ指定*/
.p-box .inquiry-box-iframe iframe {
  width: 100%;
  min-height: 600px;
}

.p-box .inquiry-box-inquiry iframe {
  width: 100%;
  min-height: 1200px;
}

.text-complete {
  line-height: 1.6;
}

/*ダウンロード資料のイントロ文*/
.p-form-intro {
  margin-top: 16px;
  width: 100%;
}

.p-form-intro-img {
  width: 100%;
  text-align: center;
}

.intro-title {
  margin-top: 14px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.188;
  text-align: center;
}

.intro-text {
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 1.286;
}

.p-form-intro.flow-img {
  margin-bottom: 25px;
}

.p-form-intro.flow-img .intro-text {
  margin-bottom: 15px;
}

@media screen and (min-width: 769px), print {
  .l-header.dl {
    padding: 0;
    height: auto;
  }
  .l-header.dl .container {
    width: 100%;
    height: 80px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row nowrap;
  }
  .l-header.dl .logo {
    width: auto;
    float: none;
    padding-top: 0;
  }
  .l-header.dl .logo img {
    width: 120px;
    height: auto;
    margin-right: 0;
    display: block;
  }
  .l-header.dl .logo a .logo-text-sp {
    display: block;
    width: auto;
  }
  .header-caption {
    width: auto;
    margin-top: 0;
    margin-left: 40px;
    font-size: 26px;
  }

  .p-box {
    padding: 50px 150px;
    margin: 50px 0;
  }

  .p-box .inquiry-box {
    padding: 35px 50px;
    border: 1px solid #c6c6c6;
  }

  .p-box .inquiry-box-iframe {
    padding: 0;
  }

  .result {
    margin-top: 40px;
  }

  .text-complete {
    line-height: 1.42;
  }

  /*ダウンロード資料のイントロ文*/
  .p-form-intro {
    width: 820px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row nowrap;
    margin: 50px auto;
  }

  .p-form-intro-img {
    width: 320px;
    text-align: right;
    margin-right: 40px;
  }

  .p-form-intro-desc {
    width: 435px;
    flex-grow: 1;
  }

  .intro-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 32px;
    text-align: left;
  }
  .intro-text {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 16px;
  }

  
  .p-form-intro.flow-img {
    margin-bottom: 50px;
    display: block;
  }
  
  .p-form-intro.flow-img .p-form-intro-img {
    width: 100%;
    margin: 0;
    text-align: left;
  }
  
  .p-form-intro.flow-img .p-form-intro-desc {
    width: 100%;
  }

  .p-form-intro.flow-img .intro-text {
    margin-bottom: 40px;
  }


  /*フォーム画面フッターコピーライト調整*/

  .l-footer.footer-small .m-container{
    height: 80px;
  }

  .l-footer.footer-small .list-copyright p {
    margin-top: 8px;
  }


} /*media*/
