@charset "UTF-8";
/* =======================================
						 ▼▼▼▼ ALL ▼▼▼▼
	 ======================================= */
* {
  border: none;
  box-sizing: border-box;
}

body {
  color: #333333;
  font-size: 16px;
  font-family: "Noto Sans CJK JP", "Yu Gothic UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  line-height: normal;
  position: relative;
  overflow-wrap: break-word;
  word-wrap: break-word;
  background: #ffffff;
}

p {
  font-family: "Yu Gothic UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
select {
  border: solid 1px #000;
}

input:focus, select:focus, button:focus {
  outline: 0;
}

img {
  max-width: 100%;
}

header {
  width: 100%;
  position: absolute;
  top: 0;
}

header .logo {
  padding: 3% 0 0 3%;
  width: 38%;
}

header .btn_block {
  position: absolute;
  right: 15px;
  top: 15px;
  display: flex;
  width: 25%;
}

header .btn_block a {
  display: block;
  margin: 0 5px;
  width: 50%;
}

header .btn_block a img {
  width: 100%;
}

.wrap {
  width: 100%;
}

.wrap img {
  width: 100%;
}

.tel_button {
  text-align: center;
}

.price {
  margin: 16px 0;
/*
  padding: 16px;
  background: linear-gradient(180deg, #0D5598 0%, rgba(10, 57, 100, 0) 100%);
*/
}
.price .exam {
  color: #ffffff;
  margin-bottom: 8px;
}

.place {
  background: #0D5598;
  padding: 24px 16px;
}
.place h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  color: #ffffff;
}
.place .items .item {
  margin-top: 24px;
}
.place .items .item h3 {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.place .items .item h3::after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  bottom: 0;
  right: calc(8% - 10px);
  width: 13px;
  height: 13px;
  border-top: 3px solid #333;
  border-right: 3px solid #333;
  transform: rotate(135deg);
}
.place .items .item h3.on::after {
  transform: rotate(-45deg);
}
.place .items .item h3 img {
  width: 84%;
  vertical-align: top;
}
.place .items .item .value {
  position: relative;
  z-index: 2;
  display: none;
}
.place .items .item .value .ques {
  background: #E2F1FF;
  padding: 16px;
}
.place .items .item .value .ques h4 {
  background: #0A3964;
  display: inline-block;
  padding: 5px 8px;
  color: #ffffff;
  margin-bottom: 8px;
  font-weight: 700;
}
.place .items .item .value .prices {
  background: #ffffff;
  padding: 16px;
}
.place .items .item .value .prices h4 {
  background: #0A3964;
  display: inline-block;
  padding: 5px 8px;
  color: #ffffff;
  margin-bottom: 8px;
  font-weight: 700;
}
.place .items .item .value .prices .price_item {
  padding: 18px 0;
  border-bottom: 1px dotted #0D5598;
}
.place .items .item .value .prices .price_item .title {
  color: #0A3964;
  font-weight: 700;
  margin-bottom: 12px;
}
.place .items .item .value .prices .price_item .priceval {
  color: #F67E0F;
  font-size: 14px;
  margin-left: 10px;
}
.place .items .item .value .prices .price_item .priceval span {
  font-size: 24px;
}
.place .items .item .value .prices .price_item .check {
  font-size: 12px;
  color: #545454;
}

.reason {
  padding: 16px;
  text-align: center;
}
.reason h2 {
  padding: 16px 0;
}
.reason h2 img {
  width: 70%;
}
.reason .items .item {
  margin: 18px 0;
  position: relative;
  border: solid 1px #0A3964;
  border-radius: 8px;
}
.reason .items .item h3 {
  border-radius: 8px 8px 0 0;
  background: #E2F1FF;
  padding: 20px 0 16px;
  color: #0A3964;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
}
.reason .items .item h3 span {
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: #0A3964;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  top: -16px;
  left: calc(50% - 16px);
  z-index: 2;
}
.reason .items .item p {
  padding: 16px;
  text-align: left;
}

.flow {
  background: url(./img/bg_flow.png) repeat;
}
.flow h2 {
  background: #0A3964;
  color: #ffffff;
  font-size: 28px;
  text-align: center;
  padding: 16px;
}
.flow .items .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 24px 16px;
  align-items: flex-start;
}
.flow .items .item h3 {
  width: 100%;
  background: #ffffff;
  border: solid 1px #F67E0F;
  border-radius: 4px;
  margin: 0 0 16px;
}
.flow .items .item h3 span {
  background: #F67E0F;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  padding: 0 8px;
  border-radius: 4px 0 0 4px;
  margin-right: 8px;
}
.flow .items .item p {
  width: 58%;
}
.flow .items .item img {
  width: 38%;
}
.flow .payment {
  background: #ffffff;
  border-radius: 8px;
  position: relative;
  padding: 32px 14px 16px;
  margin: 48px 16px 32px;
}
.flow .payment h3 {
  text-align: center;
  background: #0D5598;
  color: #ffffff;
  padding: 4px 12px;
  font-weight: 900;
  position: absolute;
  display: inline-block;
  top: -12px;
  left: calc(50% - 80px);
  border-radius: 4px;
}
.flow .payment .items .item {
  display: block;
  border-bottom: 1px dotted #0D5598;
  text-align: center;
  padding: 8px 0;
}
.flow .payment .items .item h4 {
  color: #F67E0F;
  font-size: 18px;
  margin: 8px 0;
  font-weight: 700;
}
.flow .payment .items .item p {
  width: 100%;
  text-align: left;
}
.flow .payment .items .item img {
  width: auto;
}

.voice {
  background: #0D5598;
  padding: 24px 16px;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: visible;
  margin: 0 0 30px;
}
.voice::after {
  content: " ";
  background: url(./img/voice_after.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 46px;
  position: absolute;
  bottom: -45px;
  left: 0;
}
.voice .items .item {
  margin: 24px 0;
  padding: 0 0 16px;
  border-radius: 8px;
  background: #ffffff;
}
.voice .items .item h3 {
  border-radius: 8px 8px 0 0;
  display: flex;
  color: #333333;
  font-weight: 900;
}
.voice .items .item h3 span {
  width: 50%;
  background: rgba(246, 126, 15, 0.1);
  padding: 8px;
}
.voice .items .item h3 span.type {
  border-radius: 8px 0 0 0;
  color: #ffffff;
  background: #F67E0F;
  padding: 8px;
}
.voice .items .item img {
  display: block;
  margin: 16px;
  width: calc(100% - 32px);
}
.voice .items .item .info p {
  margin: 16px;
  color: #333333;
}
.voice .items .item .info p.title {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}
.voice .items .item .info span {
  display: block;
  color: #333333;
  text-align: right;
  margin: 16px;
}

.question {
  padding: 16px;
  background: url(./img/bg_question.png) repeat;
}
.question h2 {
  text-align: center;
  margin: 16px;
}
.question h2 img {
  width: 75%;
}
.question .items .item {
  padding: 8px;
  border-radius: 4px;
  background: #E2F1FF;
  box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.15);
  margin: 16px 0 0;
}
.question .items .item h3 {
  font-weight: 700;
  color: #0A3964;
  position: relative;
  padding: 0 30px 0 0;
}
.question .items .item h3::after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  bottom: 0;
  right: calc(8% - 10px);
  width: 13px;
  height: 13px;
  border-top: 3px solid #0A3964;
  border-right: 3px solid #0A3964;
  transform: rotate(135deg);
}
.question .items .item h3.on::after {
  top: 50%;
  transform: rotate(-45deg);
}
.question .items .item p {
  display: none;
  margin: 16px 0 0 20px;
}
.question .items .item p span {
  margin: 0 0 0 -20px;
  font-weight: 700;
  display: block;
}

.contact {
  margin: 16px 0;
  background: url(./img/bg_contact.png);
}
.contact h2 {
  background: #F67E0F;
  padding: 16px 0;
  text-align: center;
  font-size: 28px;
  color: #ffffff;
  font-weight: 700;
}
.contact > p {
  margin: 24px 16px 0;
}
.contact form {
  padding: 16px;
}
.contact form .item {
  margin: 32px 0;
}
.contact form .item .info {
  font-weight: 700;
}
.contact form .item .info .required {
  font-size: 14px;
  font-weight: normal;
  padding: 2px 4px;
  background: #FF7272;
  border-radius: 4px;
  display: inline-block;
  margin-left: 8px;
}
.contact form .error_val {
  padding: 8px 0;
  color: #ff0000;
}
.contact form label {
  display: block;
  margin: 4px 0;
}
.contact form label.file {
  cursor: pointer;
  background: #F67E0F;
  color: #ffffff;
  padding: 8px 16px;
  display: inline-block;
  border-radius: 4px;
  marign: 16px 0 0;
}
.contact form input[type=text],
.contact form input[type=number],
.contact form input[type=date],
.contact form input[type=email],
.contact form select {
  margin: 8px 0 0;
  width: 100%;
  padding: 5px;
  border: solid 1px #C3C3C3;
  border-radius: 4px;
}
.contact form input[type=file] {
  display: none;
}
.contact form textarea {
  margin: 8px 0 0;
  width: 100%;
  padding: 5px;
  border: solid 1px #C3C3C3;
  border-radius: 4px;
  height: 160px;
}
.contact form input[type=submit] {
  border-radius: 4px;
  background: #0D5598;
  color: #ffffff;
  text-align: center;
  display: block;
  padding: 12px 16px;
  width: 100%;
}
.contact form input[type=submit].back {
  background: #999999;
  width: 50%;
}
.contact form input[type=image] {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.contact form input[type=image]:hover {
  opacity: 0.9;
}

footer {
  background: #0A3964;
  color: #ffffff;
  text-align: center;
  padding: 32px 0;
}
footer .totop {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 16px;
  display: block;
}
footer ul {
  display: flex;
  justify-content: space-around;
}
footer ul li {
  font-size: 12px;
}
footer ul li a {
  color: #ffffff;
}
footer .foot_tel {
  width: 100%;
  position: fixed;
  bottom: 0;
  background: #ffffff;
  z-index:2;
}
footer .foot_tel img {
  width: 100%;
  vertical-align: top;
}

.sp_block {
  display: block !important;
}

.pc_block {
  display: none !important;
}

.sp_inline {
  display: inline !important;
}

.pc_inline {
  display: none !important;
}

@media screen and (min-width: 769px) {
  header {
    width: 768px;
    margin: 0 auto;
    right: 0;
    left: 0;
  }
  .wrap {
    width: 768px;
    margin: 0 auto;
  }
  .tel_button img {
    width: 400px;
  }
  .place .items .item h3 {
    width: 400px;
    margin: 0 auto;
  }
  .place .items .item .value {
    width: 400px;
    margin: 0 auto;
  }
  .reason h2 img {
    width: 252px;
  }
  .reason .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .reason .items .item {
    width: 48%;
  }
  .flow {
    padding-bottom: 40px;
  }
  .flow > .items .item {
    width: 536px;
    margin: 24px auto -44px;
  }
  .flow > .items .item h3 {
    display: inline-block;
    width: auto;
    padding: 0 10px 0 0;
  }
  .flow > .items .item p {
    width: 360px;
  }
  .flow > .items .item img {
    width: 160px;
    position: relative;
    top: -44px;
  }
  .flow .payment {
    width: 536px;
    margin: 48px auto 32px;
  }
  .voice h2 img {
    width: 368px;
  }
  .voice .items .item {
    display: flex;
    flex-wrap: wrap;
  }
  .voice .items .item h3 {
    width: 100%;
  }
  .voice .items .item img {
    width: calc(50% - 16px);
    margin-right: 0;
  }
  .voice .items .item .info {
    width: 50%;
  }
  .question h2 img {
    width: 196px;
  }
  .question > p {
    text-align: center;
  }
  .question .items .item {
    width: 480px;
    margin: 16px auto 0;
  }
  .contact > p {
    width: 385px;
    margin: 24px auto 0;
  }
  .contact form {
    width: 385px;
    margin: 0px auto;
  }
  footer {
    padding: 32px 0;
  }
  footer ul {
    justify-content: center;
  }
  footer ul li {
    margin: 0 20px;
  }
  .sp_block {
    display: none !important;
  }
  .pc_block {
    display: block !important;
  }
  .sp_inline {
    display: none !important;
  }
  .pc_inline {
    display: inline !important;
  }
}

/*# sourceMappingURL=style.css.map */
