@charset "UTF-8";

.contents {
  clear: both;
}

#main-container {
  width: calc(100vw - 20px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  border-top: 2px solid #3295f9;
  border-bottom: 2px solid #3295f9;
}

@media print, screen and (max-width: 1020px) {
  #main-container {
    width: 100%;
    padding-bottom: 40px;
  }
}

#main-container p {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
}

#main-container img {
  vertical-align:bottom;
}

#main-container h1 {
  display: inline;
}

#main-container h2 {
  display: block;
  position: relative;
  width: 900px;
  font-size: 24px;
  margin: 0 auto 40px auto;
  padding: 22px 0 16px 48px;
  color: #fff;
  font-weight: bold;
}
#main-container h2 i:before {
  position: absolute;
  top: 48%;
  left: 0;
  color: #fff;
  font-size: 35px;
  transform: translate(0, -50%);
}
#main-container h2.h2-A i:before {
  content: '\f05a';
}
#main-container h2.h2-B i:before {
  content: '\f017';
}
#main-container h2.h2-C i:before {
  content: '\f0e0';
  top: 47%;
}

#main-container .headline-area .fa-info-circle {
  font-size: 28px;
  margin-right: 14px;
}

.contents-box {
  width: 940px;
  margin: 0 auto;
  overflow: hidden;
}

#top-area {
  width: 980px;
  margin: 0 auto;
  position: relative;  
}

#top-area .badge-pc {
  position: absolute;
  right: 0;
  bottom: -20px;
}
#top-area .badge-sp {
  display: none;
}


.main-image-pc {
  display: block;
}
.main-image-sp {
  display: none;
}

.keisai-area {
  width: 100%;
  border-top: 1px dashed #3295f9;
  background-color: #f1fbff;
}

.headline-area {
  width: 100%;
  background-color: #3295f9;
}

.keisai-h {
  display: block;
  position: relative;
  padding: 20px 0 30px 22px;
  font-size: 18px;
  font-weight: bold;
  color: #3279f9;
  margin: 20px 0 20px 0;
}
.keisai-h i:before {
  position: absolute;
  top: 51%;
  left: 0;
  content: '\f0d8';
  color: #3279f9;
  font-size: 25px;
  transform: translate(0, -72%) rotate(90deg);
}


.button-area-pc {
  display: table;
  border-collapse: separate;
  border-spacing: 50px 0;
  margin-bottom: 20px;
}

.button-area-sp {
  display: none;
}

.tel-grp {
  position: relative;
  display: table-cell;
  width: 380px;
  height: 80px;
  border: 2px solid #3279f9;
  border-radius: 4px;
}

.grp-hl {
  width: 200px;
  position: absolute;
  left: 50%;
  top:-10px;
  transform: translate(-50%,0);
  background-color: #f1fbff;
  font-size: 16px;
  font-weight: bold;
  color: #3279f9;
  text-align: center;
}

.tel-num {
  position: absolute;
  top: 32px;
  left: 90px;
  width: 200px;
  padding-left: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #3279f9;
  text-align: center;
}
.tel-num i:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\f095';
  color: #3279f9;
  font-size: 25px;
}

.webBtn-grp {
  position: relative;
  display: table-cell;
  width: 380px;
  height: 80px;
  border: 2px solid #3279f9;
  border-radius: 4px;
}

.webBtn-grp a {
  display: block;
  position: absolute;
  top: 20px;
  left: 25px;
  /* transform: translate(-50%, -50%); */
  background-color: #3295f9;
  border: 1px solid #3295f9;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, .4);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 44px;
  text-align: center;
  height: 44px;
  width: 330px;
}

.bzHours {
  position: relative;
  width: 300px;
  padding: 0 0 40px 20px;
  margin-left: 350px!important;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.bzHours i:before {
  position: absolute;
  top: 18%;
  left: 0;
  transform: translate(0, -50%);
  content: '\f017';
  color: #3279f9;
  font-size: 18px;
}

.points-img-pc,
.prog-img-pc {
  margin-bottom: 40px;
}
.points-img-sp,
.prog-img-sp {
  display: none;
}

.point-grp {
  background-color: #fff;
  border: none;
  padding: 10px 0 0 0;
}

.Keisai-AltBgColor {
  background-color: #f1fbff;
}

.point-title {
  margin-left: 1em;
}
.point-title p {  
  display: inline-block!important;
  font-size: 20px;
  font-weight: bold;
  color: #3279f9;
  line-height: 40px;
}

.point-mark {
  display: inline-block;
}

.point-text {
  margin-bottom: 20px;
  margin-left: 72px;
}

.point-text p {
  font-size: 18px;
  line-height: 26px;
}

table#p2-table {
  border: 2px solid #3295f9;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 4px;
  font-size: 18px;
  color: #333;
  background-color: #fff;
  width: 100%;
}
table#p2-table thead th,
table#p2-table tbody th,
table#p2-table tbody td {
  padding: .8em 1em;
  border-bottom: 1px dashed #3295f9;
  text-align: center;
}
table#p2-table thead th {
  background-color: #fff;
  font-weight: bold;
}
table#p2-table tbody th {
  background-color: #e6f8ff;
}
table#p2-table thead th + th,
table#p2-table tbody td {
  border-left: 1px solid #3295f9;
}
table#p2-table tbody tr td:last-child {
  background-color: #ff6699;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
}
table#p2-table tbody tr:last-child th,
table#p2-table tbody tr:last-child td {
  border-bottom: none;
}
table#p2-table thead tr:first-child th:first-child {
  border-radius: 3px 0 0 0;
  background-color: #e6f8ff;
  color: #00a0e9;
}
table#p2-table thead tr:first-child th:last-child {
  border-radius: 0 3px 0 0;
  background-color: #ff6699;
  color: #fff;
  font-size: 22px;
}
table#p2-table tbody tr:last-child th:first-child {
  border-radius: 0 0 0 3px;
}
table#p2-table tbody tr:last-child th:last-child {
  border-radius: 0 0 3px 0;
}

.keisai-area-bk {
  background-color: #f1fbff;
}

.bk-wb {
  background-color: #f1fbff;
}

/*-------------*/

table#inquiry-table {
  border: 2px solid #3295f9;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 4px;
  font-size: 18px;
  color: #333;
  background-color: #3295f9;
  width: 885px;
  margin: 0 auto 20px auto;
}
table#inquiry-table thead th,
table#inquiry-table tbody th,
table#inquiry-table tbody td {
  padding: 14px 18px;
  border-bottom: 1px dashed #f1fbff;
  text-align: center;
}
table#inquiry-table tbody th {
  width: 260px;
  background-color: #3295f9;
  font-weight: bold;
  color: #fff;
  text-align: left;
}
table#inquiry-table tbody tr td:last-child {
  background-color: #fff;
  color: #333;
  font-size: 16px;
  line-height: 26px;
  border-bottom: 1px dashed #3295f9;
  text-align: left;
}
table#inquiry-table tbody tr:last-child th,
table#inquiry-table tbody tr:last-child td {
  border-bottom: none;
}
table#inquiry-table thead tr:first-child th:first-child {
  border-radius: 3px 0 0 0;
  background-color: #e6f8ff;
  color: #00a0e9;
}
table#inquiry-table thead tr:first-child th:last-child {
  border-radius: 0 3px 0 0;
  background-color: #ff6699;
  color: #fff;
  font-size: 22px;
}
table#inquiry-table tbody tr:last-child th:first-child {
  border-radius: 0 0 0 3px;
}
table#inquiry-table tbody tr:last-child th:last-child {
  border-radius: 0 0 3px 0;
}

table#inquiry-table input[type="text"],
table#inquiry-table textarea,
table#inquiry-table input[type="tel"],
table#inquiry-table input[type="email"],
table#inquiry-table input[type="date"],
table#inquiry-table select {
  border: 1px solid #aaa;
  margin: 0;
  display: block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 108%;
  -moz-box-shadow: inset 1px 1px 3px #deded5;
  -webkit-box-shadow: inset 1px 1px 3px #deded5;
  box-shadow: inset 1px 1px 3px #deded5;
  background: #fff;
  padding: 7px 10px;
}
table#inquiry-table input[type="text"],
table#inquiry-table input[type="tel"],
table#inquiry-table input[type="email"],
table#inquiry-table input[type="date"],
table#inquiry-table select {
  width: 330px;
}
table#inquiry-table textarea {
  width: calc(100% - 1em);
  height: 6em;
}

.must {
  display: inline-block;
  float: right;
  border-radius: 4px;
  background-color: #ff6699;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding: 2px 8px;
  text-align: center;
}

#pplink-text {
  width: 330px;
  text-align: center;
  font-size: 16px;
  margin: 0 auto;
  padding-bottom: 10px;
}

#pplink {
  display: block;
  font-size: 16px;
  width: 330px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}

#submit-wrapper {
  width: 470px;
  margin: 0 auto 40px auto;
}
#btn_submit {
  width: 100%;
  position: relative;
  padding: 12px;
  background-color: #3295f9;
  border: 1px solid #3295f9;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, .4);
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
#btn_submit span {
  font-size: 26px;
}
#btn_submit i:before {
  position: absolute;
  top: 72%;
  right: 111px;
  content: '\f0d8';
  color: #fff;
  font-size: 38px;
  transform: translate(0, -72%) rotate(90deg);
}

#btn_cong_submit {
  width: 100%;
  position: relative;
  padding: 12px;
  background-color: #3295f9;
  border: 1px solid #3295f9;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, .4);
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
#btn_cong_submit span {
  font-size: 15px;
}
#btn_cong_submit i:before {
  position: absolute;
  top: 68%;
  right: 10px;
  content: '\f0d8';
  color: #fff;
  font-size: 38px;
  transform: translate(0, -72%) rotate(90deg);
}
#btn_cong_submit.right_btn {
  width: 70%;
  float: right;
}

#btn_back {
  width: 25%;
  position: relative;
  padding: 12px;
  background-color: #fff;
  border: 1px solid #898989;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, .4);
  font-weight: bold;
  color: #3295f9;
  cursor: pointer;
}
#btn_back span {
  font-size: 15px;
  margin-left: 15px;
}
#btn_back i:before {
  position: absolute;
  top: 70%;
  left: 0px;
  content: '\f0d8';
  color: #3295f9;
  font-size: 38px;
  transform: translate(0, -72%) rotate(270deg);
}

#tel-grp-bottom {
  position: relative;
  width: 470px;
  border: 2px solid #3279f9;
  border-radius: 4px;
  margin: 0 auto 20px auto;
}
#grp-hl-bottom {
  width: 200px;
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translate(-50%,0);
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  color: #3279f9;
  text-align: center;
}
#tel-num-bottom {
  width: 200px;
  padding: 27px 0;
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
  color: #3279f9;
}
#tel-num-bottom i:before {
  display: block;
  float: left;
  margin-right: 10px;
  content: '\f095';
  color: #3279f9;
  font-size: 25px;
}

/*---- 確認画面  ----*/
#h1-confirm {
  display: block!important;
  position: relative;
  width: 837px;
  font-size: 24px;
  margin: 0 auto;
  padding: 22px 0 16px 48px;
  color: #3295f9;
  font-weight: bold;
}
#h1-confirm i:before {
  position: absolute;
  top: 48%;
  left: 0;
  color: #3295f9;
  font-size: 35px;
  transform: translate(0, -50%);
  content: '\f0e0';
  top: 47%;
}

.headline-area-confirm {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #3279f9;
  margin-bottom: 40px;
}

#submit-wrapper-confirm {
  position: relative;
  width: 100%;
  margin: 0 auto 40px auto;
  text-align: center;
}

#submit-confirm {
  width: 470px;
  position: relative;
  padding: 12px;
  background-color: #3295f9;
  border: 1px solid #3295f9;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, .4);
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

#submit-confirm i:before {
  position: absolute;
  top: 64%;
  right: 111px;
  content: '\f0d8';
  color: #fff;
  font-size: 38px;
  transform: translate(0, -72%) rotate(90deg);
}
#submit-confirm span {
  font-size: 21px;
}

#BtnBack {
  position: absolute;
  top: 7px;
  left: 27px;
  width: 120px;
  height: 44px;
  background-color: #fff;
  border: none;
  border: 1px solid #898989;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, .4);
  font-size: 80%;
  cursor: pointer;
}
#BtnBack i:before {
  position: absolute;
  top: 50%;
  left: 3px;
  content: '\f0d8';
  color: #898989;
  font-size: 29px;
  transform: translate(0, -50%) rotate(-90deg);
}

#comp_title {
  font-size: 21px;
  font-weight: bold;
  padding-bottom: 20px;
}

#comp_text {
  padding-bottom: 100px;
}


/*--------- SP --------------*/
@media only screen and (max-width: 768px) {

  #main-container p {
    font-size: 100%;
    line-height: 150%;
  }
  
  #main-container img {
    max-width: 100%;
    height: auto;
    width: auto;
  }
  
  #main-container h2 {
    width: auto;
    margin: 0 0 10px 0;
    padding: 10px 0 8px 35px;
    font-size: 1.2em;
  }

  #main-container h2 i:before {
    top: 47%;
    left: 10px;
    font-size: 22px;
  }
  
  .contents-box {
    width: calc(100% - 20px);
  }
  
  #top-area {
    width: 100%;
  }
  
  #top-area .badge-pc {
    display: none;
  }
  #top-area .badge-sp {
    display: block;
    position: absolute;
    right: 10px;
    bottom: -20px;
    width: 96px;
  }
  
  .main-image-pc {
    display: none;
  }
  .main-image-sp {
    display: block;
  }

  .keisai-h {
    padding: 10px 0 10px 18px;
    font-size: 14px;
  }
  .keisai-h:before {
    top: 58%;
    font-size: 24px;
  }
  
  .keisai-h i:before {
    top: 62%;
  }

  .button-area-pc {
    display: none;
  }
  .button-area-sp {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  .button-area-sp::after {
    display: block;
    content: "";
    clear: both;
  }

  .telBtn {
    display: block;
    position: relative;
    float: left;
    width: 46%;
    height: 45px;
    background-color: #3295f9;
    border: 1px solid #3295f9;
    border-radius: 4px;
    box-shadow: 1px 1px 1px rgba(155, 155, 155, .4);
    color: #fff;
  }
  .telBtn i::before {
    position: absolute;
    top: 48%;
    left: 7px;
    color: #fff;
    font-size: 19px;
    content: '\f095';
    transform: translate(0, -50%);
  }
  .telBtn-label1 {
    display: block;
    font-size: 9px;
    margin: 2px 0 0 30px;
    height: 18px;
  }
  .telBtn-label2 {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-left: 42px;
  }

  .mlBtn-label {
    display: block;
    position: relative;
    float: left;
    width: calc(46% - 31px);
    height: 45px;
    background-color: #ff6699;
    border: 1px solid #ff6699;
    border-radius: 4px;
    box-shadow: 1px 1px 1px rgba(155, 155, 155, .4);
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 44px;
    margin-left: 20px;
    padding-left: 32px;
  }
  .mlBtn-label i::before {
    position: absolute;
    top: 48%;
    left: 8px;
    color: #fff;
    font-size: 20px;
    transform: translate(0, -50%);
    content: '\f0e0';
  }

  
  .bzHours {
    margin-left: 0!important;
    width: 200px;
    margin: 0 auto!important;
    font-size: 13px;
    padding-bottom: 10px;
}
  
  .bzHours i:before {
    top: 34%;
  }
  
  .points-img-pc,
  .prog-img-pc
   {
    display: none;
  }
  .points-img-sp,
  .prog-img-sp {
    display: block;
    margin-bottom: 10px;
  }

  .point-grp {
    background-color: #f1fbff;
    border-top: 1px dashed #3295f9;
  }
  
  .Keisai-AltBgColor {
    background-color: #fff;
  }

  .point-title {
    margin-left: 0;
  }
  .point-title p {
    font-size: 14px;
  }
  
  .point-mark {
    max-width: 10%!important;
  }
  
  .point-text {
    margin-left: 0;
  }
  
  table#p2-table {
    margin-top: 10px;
    font-size: 70%;
    line-height: 13px;
  }
  table#p2-table thead th,
  table#p2-table tbody th,
  table#p2-table tbody td {
    padding: 0.5em 0.5em;
  }
  table#p2-table tbody tr td:last-child {
    font-size: 11px;
    line-height: 13px;
  }
  table#p2-table thead tr:first-child th:last-child {
    font-size: 11px;
  }

  .keisai-area-bk {
    background-color: #fff;
  }


  /*-------------*/

  table#inquiry-table {
    width: 100%;
    font-size: 100%;
    background-color: #fff;
  }
  table#inquiry-table thead th,
  table#inquiry-table tbody th,
  table#inquiry-table tbody td {
    display: block;
    background-color: #fff;
    color: #333;
  }
  table#inquiry-table tbody th {
    padding: 8px 10px 0 10px;
  }
  table#inquiry-table tbody tr td:last-child {
    padding: 8px 10px 12px 10px;
    font-size: 100%;
    line-height: 150%;
  }

  table#inquiry-table input[type="text"],
  table#inquiry-table textarea,
  table#inquiry-table input[type="tel"],
  table#inquiry-table input[type="email"],
  table#inquiry-table input[type="date"],
  table#inquiry-table select {
    width: calc(100% - 21px);
  }

  .must {
    float: none;
    margin-left: 10px;
    font-size: 12px;
  }

  #pplink-text {
    width: 100%;
  }

  #pplink {
    width: 100%;
    font-size: 100%;
  }

  #submit-wrapper {
    width: 100%;
  }
  #submit:before {
    top: 60%;
    right: 4px;
  }

  #tel-grp-bottom {
    width: calc(100% - 4px);
  }
  #tel-num-bottom {
    font-size: 20px!important;
  }

  #btn_submit i:before {
    top: 60%;
    right: 10px;
  }


  /*---- 確認画面  ----*/
  #h1-confirm {
    width: auto;
    margin: 0;
    padding: 10px 0 8px 35px;
    font-size: 1.2em;
  }
  #h1-confirm i:before {
    top: 47%;
    left: 10px;
    font-size: 22px;
  }

  .headline-area-confirm {
    margin-bottom: 20px;
  }

  #submit-confirm {
    width: 100%;
    margin-bottom: 20px;
  }

  #submit-confirm i:before {
    right: 10%;
    top: 60%;
    font-size: 166%;
  }
  #submit-confirm span {
    font-size: 120%;
  }

  #BtnBack {
    position: relative;
    top: 0;
    left: 0;
  }

  #comp_title {
    font-size: 120%!important;
  }
      
  #comp_text {
    padding-bottom: 40px;
  }

}

@media only screen and (max-width: 320px) {
  #top-area .badge-sp {
    display: block;
    position: absolute;
    right: 10px;
    bottom: -20px;
    width: 85px;
  }

  .button-area-sp {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  .button-area-sp::after {
    display: block;
    content: "";
    clear: both;
  }

  .telBtn {
    display: block;
    position: relative;
    float: left;
    width: 45%;
    height: 45px;
    background-color: #3295f9;
    border: 1px solid #3295f9;
    border-radius: 4px;
    box-shadow: 1px 1px 1px rgba(155, 155, 155, .4);
    color: #fff;
  }
  .telBtn i::before {
    display: none;
  }
  .telBtn-label1 {
    display: block;
    font-size: 9px;
    margin: 2px 0 0 8px;
  }
  .telBtn-label2 {
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-left: 28px;
  }

  .mlBtn-label {
    display: block;
    position: relative;
    float: left;
    width: calc(45% - 5px);
    height: 45px;
    background-color: #ff6699;
    border: 1px solid #ff6699;
    border-radius: 4px;
    box-shadow: 1px 1px 1px rgba(155, 155, 155, .4);
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 44px;
    margin-left: 20px;
    padding-left: 10px;
  }
  .mlBtn-label i::before {
    display: none;
  }

}

.input-error {
  color: #F00;
}