@charset "UTF-8";



.chatbot,
.faq{text-align: center; 
  margin-bottom: 10px;
}

.chatbot a{
  background: #307ac3; color: #FFF;
  line-height: 3em;
  border-radius: 3em;
  font-weight: bold;
  display: block;
  text-align: center;
  width: 350px;
  text-decoration: none;
  margin: 10px auto;
}
.faq a{
  background: #21B5C0; color: #FFF;
  line-height: 3em;
  border-radius: 3em;
  font-weight: bold;
  display: block;
  text-align: center;
  width: 350px;
  text-decoration: none;
  margin: 10px auto;
}

/* ミディアムデバイス (タブレット) のスタイル */
@media (max-width: 1024px) {

  .header {
    width: 100%;
    height: 90px;
    background: #00368C;
    position: relative;
  }

  h3 {
    width: 100%;
    height: 90px;
    background: url("../images/logo_kojima_w.png") no-repeat center 10px;
    background-size: 50%;
    line-height: 120px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
  }

  .contents {
    width: 400px;
    position: relative;
    font-family: 'Noto Sans JP', sans-serif;
  }

  .read {
    width: 380px;
    margin: 20px auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
  }

  ul.read li {
    /* list-style: circle; */
    /* list-style-position: inside; */
    /* padding-left: 1em; */
    /* text-indent: -1em; */
  }

  ul.read li:first-child {
      margin-bottom: 16px;
  }

  h4 {
    width: 380px;
    padding: 10px;
    line-height: 120%;
    background: #D1F7F2;
    margin: 0 auto 20px;
    font-size: 20px;
    font-weight: 700;
  }

  h4:first-of-type {
    margin-top: 20px;
  }

  h5 {
    width: 380px;
    padding: 10px;
    line-height: 120%;
    background: #F1F1F1;
    border-top: 1px solid #8A8A8A;
    border-bottom: 1px solid #8A8A8A;
    margin: 0 auto 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
  }

  h5.thanks {
    width: 380px;
    padding: 10px;
    line-height: 120%;
    background: #D1F7F2;
    border: none;
    margin: 0 auto 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
  }


  .attention {
    width: 380px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
  }

  .read4 {
    width: 380px;
    margin: 0px auto 40px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 160%;
    border-bottom: 1px dotted #666;
    padding: 40px;
  }

  dl dt img {
    width: 40px;
    height: 19px;
    margin-left: 4px;
    margin-bottom: -3px;
  }

  dl {
    width: 380px;
    margin: 20px auto;
  }

  dl dt {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 6px;
  }

  dl dd input {
    width: 360px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    padding-left: 10px;
  }

  dl dd textarea {
    width: 360px;
    height: 240px;
    line-height: 140%;
    font-size: 22px;
    padding-left: 10px;
  }

  #confirm {
    width: 380px;
    height: 54px;
    background: url("../images/form01.png");
    background-size: 100%;
    margin: 40px auto;
  }

  #confirm a,
  .confirm_back a,
  .confirm_next a,
  .confirm_next2 a {
    line-height: 54px;
    display: block;
    text-indent: -9999px;
  }

  #confirm:hover,
  .confirm_back:hover,
  .confirm_next:hover,
  .confirm_next2:hover {
    opacity: 0.7;
    transition: 0.3s all;
  }

  .btn {
    width: 380px;
    margin: 40px auto;
  }

  .confirm_back {
    width: 180px;
    height: 54px;
    background: url("../images/form02.png");
    background-size: 100%;
    float: left;
  }

  .confirm_next {
    width: 180px;
    height: 54px;
    background: url("../images/form03.png");
    background-size: 100%;
    margin-left: 20px;
    float: left;
  }

  .sec_mark {
    width: 400px;
    height: 70px;
    margin: 0 auto 40px;
  }

  .sec_mark #DigiCertClickID_WSbgKKAz {
    width: 140px;
    height: 70px;
    float: left;
  }

  .sec_mark #DigiCertClickID_WSbgKKAz img {
    width: 140px;
    height: 70px;
  }

  .sec_mark .read3 {
    width: 250px;
    height: 70px;
    float: left;
    margin-left: 10px;
    padding: 0px 10px;
    line-height: 140%;
    font-size: 16px;
    font-weight: 400;
  }

  #footer {
    color: #000;
    font-size: 14px;
    padding: 10px 0 14px;
    text-align: center;
    width: 380px;
    margin: 0px auto;
    border-top: 1px dotted #666;
  }

  dl.check dd {
    padding: 14px 20px;
    background: #EAEAEA;
    font-size: 18px;
    font-weight: 500;
    line-height: 160%;
  }

  .error {
  /*	display: none;*//*システム渡し時にはエラーが表示されている状態に*/
    background: #FBECE9;
    border: 1px solid #D4432D;
    color: #D4432D;
    font-size: 16px;
    font-weight: 700;
    width: 380px;
    margin: 20px auto;
    padding: 10px 10px;
  }

  .error span.alert-circle.icon {
    background: #D4432D;
    border: solid 1px #D4432D;
    border-radius: 50%;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    position: relative;
    top: 2px;
  }
  .error span.alert-circle.icon::before,
  .error span.alert-circle.icon::after {
    content: "";
    background: #fff;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
  }
  .error span.alert-circle.icon::before {
    width: 2px;
    height: 7px;
    top: 3px;
  }
  .error span.alert-circle.icon::after {
    width: 2px;
    height: 2px;
    top: 11px;
  }


}

/* ラージデバイス (デスクトップ) のスタイル */
@media (min-width: 1025px) {
  .contents {
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
  }

  .header {
    width: 100%;
    height: 120px;
    background: #00368C;
    position: relative;
  }

  h3 {
    width: 100%;
    height: 120px;
    background: url("../images/logo_kojima_w.png") no-repeat center 20px;
    line-height: 160px;
    color: #fff;
    font-size: 36px;
    text-align: center;
    font-weight: 700;

  }

  .read {
    width: 680px;
    margin: 20px auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
  }

  ul.read li {
      /* list-style: circle; */
      /* list-style-position: inside; */
      /* padding-left: 8em;
      text-indent: -8em; */
  }

  ul.read li:first-child {
      margin-bottom: 16px;
  }

  h4 {
    width: 680px;
    height: 60px;
    line-height: 60px;
    background: #D1F7F2;
    margin: 0 auto 20px;
    padding: 0 20px;
    font-size: 20px;
    font-weight: 700;
  }

  h4:first-of-type {
    margin-top: 20px;
  }

  h5 {
    width: 680px;
    height: 40px;
    line-height: 40px;
    background: #F1F1F1;
    border-top: 1px solid #8A8A8A;
    border-bottom: 1px solid #8A8A8A;
    margin: 0 auto 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
  }

  h5.thanks {
    width: 680px;
    height: 60px;
    line-height: 60px;
    background: #D1F7F2;
    border: none;
    margin: 0 auto 20px;
    padding: 0 20px;
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px
  }

  .attention {
    width: 680px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
  }

  .read4 {
    width: 600px;
    margin: 40px auto;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 140%;
    border: 1px solid #EAEAEA;
    padding: 40px;
    border-radius: 20px;
  }

  dl dt img {
    width: 40px;
    height: 19px;
    margin-left: 4px;
    margin-bottom: -3px;
  }

  dl {
    width: 680px;
    margin: 20px auto;
  }

  dl dt {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 6px;
  }

  dl dd input {
    width: 670px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    padding-left: 10px;
  }

  dl dd textarea {
    width: 670px;
    height: 200px;
    line-height: 140%;
    font-size: 22px;
    padding-left: 10px;
  }

  #confirm {
    width: 380px;
    height: 54px;
    background: url("../images/form01.png");
    background-size: 100%;
    margin: 40px auto;
  }

  #confirm a,
  .confirm_back a,
  .confirm_next a,
  .confirm_next2 a {
    line-height: 54px;
    display: block;
    text-indent: -9999px;
  }

  #confirm:hover,
  .confirm_back:hover,
  .confirm_next:hover,
  .confirm_next2:hover {
    opacity: 0.7;
    transition: 0.3s all;
  }

  .btn {
    width: 380px;
    margin: 40px auto;
  }

  .confirm_back {
    width: 180px;
    height: 54px;
    background: url("../images/form02.png");
    background-size: 100%;
    float: left;
  }

  .confirm_next {
    width: 180px;
    height: 54px;
    background: url("../images/form03.png");
    background-size: 100%;
    margin-left: 20px;
    float: left;
  }

  .sec_mark {
    width: 730px;
    height: 101px;
    margin: 0 auto 40px;
  }

  .sec_mark #DigiCertClickID_WSbgKKAz {
    width: 201px;
    height: 101px;
    float: left;
  }

  .sec_mark #DigiCertClickID_WSbgKKAz img {
    width: 201px;
    height: 101px;
  }

  .sec_mark .read3 {
    width: 500px;
    height: 101px;
    float: left;
    margin-left: 20px;
    padding: 28px 20px 0px 20px;
    line-height: 140%;
    font-size: 16px;
    font-weight: 400;
  }

  #footer {
    color: #000;
    font-size: 16px;
    padding: 10px 0;
    text-align: center;
    width: 750px;
    margin: 0px auto;
    border-top: 1px dotted #666;
  }

  dl.check dd {
    padding: 14px 20px;
    background: #EAEAEA;
    font-size: 18px;
    font-weight: 500;
    line-height: 160%;
  }

  .sp_only {
    display: none;
  }

  .error {
  /*	display: none;*//*システム渡し時にはエラーが表示されている状態に*/
    background: #FBECE9;
    border: 1px solid #D4432D;
    color: #D4432D;
    font-size: 16px;
    font-weight: 700;
    width: 680px;
    margin: 20px auto;
    padding: 10px 20px;
  }

  .error span.alert-circle.icon {
    background: #D4432D;
    border: solid 1px #D4432D;
    border-radius: 50%;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    position: relative;
    top: 2px;
  }
  .error span.alert-circle.icon::before,
  .error span.alert-circle.icon::after {
    content: "";
    background: #fff;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
  }
  .error span.alert-circle.icon::before {
    width: 2px;
    height: 7px;
    top: 2px;
  }
  .error span.alert-circle.icon::after {
    width: 2px;
    height: 2px;
    top: 10px;
  }


}