@charset "UTF-8";

/**
 * layer.css
 *
 * # layer
 * # news
 * # contact
 *
*/

/* ==========================================================================
   # layer
   ========================================================================== */

/* # breadcrumb
   -------------------------------------------------------------------------- */
.l-breadcrumb {
  max-width: 1000px;
  margin: 0 auto 60px;
}

.breadcrumb-list {
  display: flex;
  verflow: hidden;
  font-size: 14px;
  line-height: 1.5;
}

.breadcrumb-list-item {
  flex: 0 0 auto;
  white-space: nowrap;
}
.breadcrumb-list-item:last-child {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumb-list-item + .breadcrumb-list-item {
  position: relative;
  padding-left: 24px;
}
.breadcrumb-list-item + .breadcrumb-list-item:before {
  content: ">";
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}
.breadcrumb-list-item:last-child {
  font-weight: 500;
}

.breadcrumb-list-item a {
  color: #333;
}

@media screen and (max-width:500px) {
  
  .l-breadcrumb {
    margin-bottom: 30px;
  }
  
  .breadcrumb-list {
    padding: 0 15px;
  }
  
}

/* # style
   -------------------------------------------------------------------------- */

/* # ttl
   ------------------------------------- */
.layer-ttl {
  max-width: 1000px;
  margin: 0 auto 98px;
  font-size: 0;
  text-align: center;
}
.layer-ttl-inner {
  display: inline-block;
  padding: 10px;
  color: #2B40C5;
  font-size: 40px;
  font-weight: 700;
  background-color: #fff;
  border: 1px solid #2B40C5;
}

@media screen and (max-width:500px) {
  
  .layer-ttl {
    margin-bottom: 30px;
  }
  
  .layer-ttl-inner {
    font-size: 24px;
  }
  
}

/* # layout
   ------------------------------------- */
.l-content {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 80px;
}

.l-bg {
  padding: 20px 0 80px;
  background: url("/images/common/bg_noise.jpg") repeat;
  background-size: 300px 300px;
}
.bg-inner {
  max-width: 1000px;
  margin: 0 auto;
}
p + .l-bg {
  margin-top: 80px;
}

.l-bg-none {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0 80px;
}

@media screen and (max-width:500px) {
  
  .l-content {
    padding: 0 15px 80px;
  }
  
  .l-bg {
    padding: 20px 15px 60px;
  }
  
  .l-bg-none {
    padding: 20px 15px 60px;
  }
  
}

/* # headline
   ------------------------------------- */
.layer-catch {
  margin-bottom: 40px;
  color: #2B40C5;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 2;
}

.head01-wrap {
  margin-bottom: 60px;
}
.head01 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.head01-date {
  color: #2B40C5;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.head02 {
  position: relative;
  margin: 60px 0 40px;
  padding-bottom: 22px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.head02:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 2px;
  background-color: #2B40C5;
  border-radius: 1px;
  transform: translateX(-50%);
}

.head03 {
  margin: 40px 0 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.head04 {
  position: relative;
  margin: 30px 0 10px;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3333333333;
}
.head04:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #2B40C5;
}

@media screen and (max-width:500px) {
  
  .layer-catch {
    padding: 0 15px;
    font-size: 20px;
  }
  .medical-intro .layer-catch {
    margin-left: -15px;
    margin-right: -15px;
  }
  
  .head01-wrap {
    margin-bottom: 40px;
  }
  .head01 {
    font-size: 24px;
  }
  
  .head02 {
    font-size: 20px;
  }
  
  .head03 {
    padding: 0 15px;
    font-size: 18px;
  }
  
}

/* # txt
   ------------------------------------- */
.intro-txt {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}

p:not([class]),
p.tc {
  font-size: 16px;
  line-height: 2;
}
p:not([class]) + p:not([class]),
.cta-day + p:not([class]) {
  margin-top: 20px;
}
.img-list + p:not([class]) {
  margin-top: 40px;
}

.layer-box {
  margin: 40px 0;
  padding: 30px;
  border: 1px solid #2B40C5;
}

@media screen and (max-width:500px) {
  
  .intro-txt {
    padding: 0 15px;
  }
  
  .layer-box {
    padding: 20px;
  }
  
}

/* # ul
   ------------------------------------- */
ul:not([class]) {
  margin: 20px 0;
  padding: 30px;
  background-color: #fff;
  border: 1px solid #2B40C5;
  border-radius: 24px;
}
ul:not([class]) li {
  position: relative;
  padding-left: 14px;
  font-size: 16px;
  line-height: 1.5;
}
ul:not([class]) li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  color: #2B40C5;
}
ul:not([class]) li + li {
  margin-top: 10px;
}

.note-list {
  margin: 10px 0 40px;
}
.note-list li {
  position: relative;
  padding-left: 16px;
  color: #999;
  font-size: 16px;
  line-height: 1.5;
}
.note-list li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.note-list li + li {
  margin-top: 5px;
}

@media screen and (max-width:500px) {
  ul:not([class]) {
    padding: 20px;
  }
}

/* # checklist
   ------------------------------------- */
.checklist {
  display: flex;
  gap: 0 20px;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto 40px;
}
.checklist li {
  display: flex;
  align-items: center;
  width: calc((100% - 40px) / 3);
  position: relative;
  padding: 20px 20px 20px 46px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  background-color: #fff;
  border-bottom: 1px solid #2B40C5;
}
.checklist li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 16px;
  height: 16px;
  background: url("/images/common/ico_check.png") no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
.checklist li:nth-child(1),
.checklist li:nth-child(2),
.checklist li:nth-child(3) {
  border-top: 1px solid #2B40C5;
}

@media screen and (max-width:500px) {
  
  .checklist {
    flex-direction: column;
  }
  .checklist li {
    width: 100%;
  }
  .checklist li:nth-child(2),
  .checklist li:nth-child(3) {
    border-top: none;
  }
}

/* # check-block
   ------------------------------------- */
.checklist-ttl {
  margin-bottom: 20px;
  color: #2B40C5;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
}

.check-block {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}

.check-block-item {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 20px;
  color: #2B40C5;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  border: 1px solid #2B40C5;
  background-color: #fff;
  border-radius: 24px;
}
.check-block-item:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  width: 40px;
  height: 40px;
  background: url("/images/common/ico_check.png") no-repeat;
  background-size: contain;
  transform: translateX(-50%);
}
.check-block-item .mini {
  font-size: 14px;
}

@media screen and (max-width:500px) {
  .check-block {
    flex-direction: column;
  }
  
  .check-block-item {
    font-size: 18px;
  }
}

/* # img-list
   ------------------------------------- */
.img-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.img-list-item {
  width: calc((100% - 40px) / 3);
  overflow: hidden;
  padding: 0 20px 30px;
  background-color: #fff;
  border: 1px solid #2B40C5;
  border-radius: 24px;
}
.img-list-item .img {
  margin: 0 -20px 20px;
}
.img-list-item .ttl {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.img-list-item .txt {
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width:500px) {
  
  .img-list {
    flex-direction: column;
  }
  
  .img-list-item {
    width: 100%;
  }
  
}

/* # img-content
   ------------------------------------- */
.img-content {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.img-content-item {
  width: calc((100% - 40px) / 2);
  display: flex;
  gap: 20px;
  align-items: center;
}

.img-content-item-img {
  overflow: hidden;
  width: 160px;
  border-radius: 16px;
}

.img-content-item-info {
  flex: 1 1 0;
}
.img-content-item-info .ttl {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.2;
}
.img-content-item-info .txt {
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width:500px) {
  
  .img-content-item {
    align-items: flex-start;
    width: 100%;
  }
  
  .img-content-item-img {
    width: 120px;
  }
  
}

/* # full-img
   ------------------------------------- */
.full-img {
  
}

@media screen and (max-width:500px) {
  
  .full-img {
    position: relative;
    overflow: hidden;
    padding-top: 75%;
    border-radius: 0;
  }
  .full-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    transform: translateX(-50%) translateY(-50%);
  }
  
}

/* # scroll-link
   ------------------------------------- */
.scroll-link {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.scroll-link-item {
  flex: 0 1 auto;
  display: flex;
}
.scroll-link-item a {
  flex: 1 1 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 20px 40px;
  color: #2B40C5;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #2B40C5;
  border-radius: 100px;
}
.scroll-link-item a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #2B40C5;
  border-bottom: 1px solid #2B40C5;
  transform-origin: bottom right;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width:500px) {
  
  .scroll-link-item {
    flex: 1 1 auto;
  }
}

/* ==========================================================================
   # medical
   ========================================================================== */
.medical-mainimg {
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto 60px;
  border-radius: 28px;
}

.medical-intro {
  max-width: 1000px;
  margin: 0 auto 80px;
}

.medical-intro-txt {
  margin-top: -20px;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}

.medical-flow {
  
}

.medical-flow-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.medical-flow-item + .medical-flow-item {
  margin-top: 20px;
}

.medical-flow-item-img {
  overflow: hidden;
  width: 210px;
  border-radius: 16px;
}

.medical-flow-item-info {
  flex: 1 1 0;
}
.medical-flow-item-info .ttl {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.2;
}

.medical-price-table {
  width: 100%;
  margin-bottom: 30px;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  background-color: #fff;
  border-top: 1px solid #C7E0E0;
}
.medical-price-table th {
  padding: 20px;
  vertical-align: top;
  text-align: left;
  background-color: #F1F8F8;
  border-bottom: 1px solid #C7E0E0;
}
.medical-price-table td {
  padding: 20px;
  border-bottom: 1px solid #C7E0E0;
}

.medical-price-head {
  margin: 30px 0 10px;
}

@media screen and (max-width:500px) {
  
  .medical-mainimg {
    position: relative;
    padding-top: 75%;
    border-radius: 0;
  }
  .medical-mainimg img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    transform: translateX(-50%) translateY(-50%);
  }
  
  .medical-intro {
    padding: 0 15px;
  }
  
  .medical-flow-item {
    align-items: flex-start;
  }
  .medical-flow-item + .medical-flow-item {
    margin-top: 30px;
  }
  
  .medical-flow-item-img {
    width: 120px;
  }
  
  .medical-flow-item-info .ttl {
    margin-bottom: 10px;
    font-size: 18px;
  }
  
}

/* ==========================================================================
   # clinic
   ========================================================================== */
.clinic-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 40px 0;
  padding: 40px 0;
  border-top: 2px dotted #2B40C5;
  border-bottom: 2px dotted #2B40C5;
}

.clinic-list-item {
  flex: 1 1 0;
  text-align: center;
}
.clinic-list-item .ttl {
  margin-bottom: 20px;
  color: #2B40C5;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}
.clinic-list-item .ttl .sub {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}
.clinic-list-item .txt {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}

.clinic-list-catch {
  margin-bottom: 20px;
  color: #2B40C5;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}

.clinic-role-ttl {
  margin: 40px 0 20px;
  color: #2B40C5;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.clinic-role {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  position: relative;
  margin-bottom: 40px;
}
.clinic-role:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 1px solid #2B40C5;
}

.clinic-role-item {
  flex: 0 0 192px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 192px;
  color: #2B40C5;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  background-color: #fff;
  border: 1px solid #2B40C5;
  border-radius: 50%;
}

.clinic-role-table {
  margin-top: 60px;
  border-top: 2px dotted #2B40C5;
}
.clinic-role-table th {
  width: 25%;
  padding: 20px 0 20px 20px;
  color: #2B40C5;
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  border-bottom: 2px dotted #2B40C5;
}
.clinic-role-table td {
  padding: 20px;
  font-size: 16px;
  line-height: 2;
  border-bottom: 2px dotted #2B40C5;
}

@media screen and (max-width:500px) {
  
  .clinic-list {
    gap: 20px 10px;
    justify-content: center;
  }
  .clinic-list-item {
    flex: 0 0 calc((100% - 10px) / 2);
  }
  
  .clinic-role {
    
  }
  .clinic-role:before {
    content: none;
  }
  
  .clinic-role-table {
    overflow: hidden;
    display: block;
    width: 100%;
  }
  .clinic-role-table tbody,
  .clinic-role-table tr,
  .clinic-role-table th,
  .clinic-role-table td {
    float: left;
    display: block;
    width: 100%;
  }
  .clinic-role-table td  {
    padding-bottom: 30px;
  }
}


/* ==========================================================================
   # doctor
   ========================================================================== */
.doctor-profile {
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto 20px;
}

.doctor-profile-img {
  overflow: hidden;
  width: 500px;
  border-radius: 24px;
}

.doctor-profile-info {
  flex: 1 1 0;
}
.doctor-profile-info .ttl {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1;
}
.doctor-profile-info .name {
  margin-bottom: 40px;
  color: #2B40C5;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
.doctor-profile-info .name .en {
  margin-left: 20px;
  color: #F47615;
  font-size: 14px;
}

.doctor-qualification-ttl {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 1;
  border-bottom: 2px dotted #2B40C5;
}
.doctor-qualification-list {
  margin-bottom: 20px;
}
.doctor-qualification-list li {
  position: relative;
  padding-left: 16px;
  font-size: 16px;
  line-height: 1.2;
}
.doctor-qualification-list li:before {
  content: "◎";
  position: absolute;
  top: 0;
  left: 0;
  color: #2B40C5;
}
.doctor-qualification-list li + li {
  margin-top: 10px;
}
.doctor-qualification-note {
  font-size: 14px;
  line-height: 1.5;
}

.doctor-career {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(4, auto);
  grid-auto-flow: column;
  gap: 0 20px;
  max-width: 1000px;
  margin: 0 auto 80px;
}

.doctor-career-item {
  display: contents;
}

.doctor-career-list {
  display: contents;
}

.doctor-career-list-item {
  display: grid;
  grid-template-columns: 8em 1fr;
  gap: 10px;
  padding: 20px;
  font-size: 16px;
  line-height: 1.5;
  border-bottom: 2px dotted #2B40C5;
}
.doctor-career-list-item .date {
  color: #2B40C5;
  font-weight: 500;
  white-space: nowrap;
}
.doctor-career-list-item .txt {
  
}

.doctor-messafe-img-right {
  overflow: hidden;
  float: right;
  width: 320px;
  margin: 0 0 20px 20px;
  border-radius: 16px;
}

.doctor-messafe-img-left {
  overflow: hidden;
  float: left;
  width: 320px;
  margin: 0 20px 20px 0;
  border-radius: 16px;
}

.doctor-story {
  display: flex;
  gap: 40px;
  max-width: 1000px;
  margin: 80px auto;
}

.doctor-story-ttl {
  width: 260px;
  position: relative;
  padding-left: 38px;
  font-size: 20px;
  line-height: 2;
}
.doctor-story-ttl:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 21px;
  background: url("/images/doctor/ico_quote.png") no-repeat;
  background-size: contain;
}

.doctor-story-txt {
  flex: 1 1 0;
}


@media screen and (max-width:500px) {
  
  .doctor-profile {
    flex-direction: column;
    padding: 0 15px;
  }
  
  .doctor-profile-img {
    width: 100%;
  }
  
  .doctor-career {
    display: block;
    padding: 0 15px;
  }
  
  .doctor-messafe-img-right,
  .doctor-messafe-img-left {
    float: none;
    width: 100%;
    margin: 20px 0;
  }
  
  .doctor-story {
    display: block;
    margin: 60px 0;
    padding: 0 15px;
  }
  
  .doctor-story-ttl {
    width: 100%;
    margin-bottom: 30px;
  }
  
}

/* ==========================================================================
   # faq
   ========================================================================== */
.faq-list {
  margin-bottom: 60px;
  border-top: 2px dotted #2B40C5;
}

.faq-list-item {
  border-bottom: 2px dotted #2B40C5;
}

.faq-list-item-ttl {
  position: relative;
  padding: 20px 20px 20px 57px;
  font-size: 18px;
  line-height: 1.5;
}
.faq-list-item-ttl .ico {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 27px;
  height: 27px;
  padding: 4px 0 5px;
  color: #fff;
  text-align: center;
  line-height: 1;
  background-color: #2B40C5;
  border-radius: 50%;
}

.faq-list-item-txt {
  margin-bottom: 20px;
  padding: 20px;
  font-size: 16px;
  line-height: 2;
  background-color: #F1F8F8;
  border-radius: 8px;
}


/* ==========================================================================
   # news
   ========================================================================== */
.news-list-wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 80px;
}

.news-back-wrap {
  margin-top: 60px;
  text-align: center;
}
.news-back {
  display: inline-block;
  margin: 0 auto;
  padding: 20px 30px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  background-color: #F47615;
  border-radius: 28px;
}

@media screen and (max-width:500px) {
  
  .news-list-wrap {
    padding: 0 15px 60px;
  }
  
}

/* ==========================================================================
   # contact
   ========================================================================== */
.form-step {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 0 auto 30px;
}

.form-step-item {
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #999;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  background-color: #F3F3F3;
  border-radius: 50%;
}
.form-step-item.on {
  color: #fff;
  background-color: #2B40C5;
}
.form-step-item + .form-step-item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  width: 20px;
  height: 1px;
  background-color: #999;
}
.form-step-item .num {
  margin-bottom: 8px;
  font-size: 12px;
}
.form-step-item .txt {
  font-size: 20px;
}

.form-content {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 0 80px;
}
.form-table {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 20px;
}
.form-content td {
  position: relative;
  width: 50%;
  padding: 0 0 20px;
  vertical-align: top;
}

/* # 見出し
   -------------------------------------------------------------------------- */
.form-head {
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
  padding-left: 50px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3333333333;
}
.form-head .hissu,
.form-head .nini {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  padding: 5px 0;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  background-color: #2B40C5;
  border-radius: 4px;
}
.form-head .nini { background-color: #999; }
.form-head .note {
  font-size: 14px;
  font-weight: 400;
}

/* # text
   -------------------------------------------------------------------------- */
.form-input {
  display: block;
  width: 100%;
  padding: 0 20px;
  height: 60px;
  font-size: 20px;
  line-height: normal;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  background-color: #EFEFEF;
}
.form-input:-webkit-autofill { box-shadow: 0 0 0 1000px #EFEFEF inset; }

/* # textarea
   -------------------------------------------------------------------------- */
.form-textarea {
  display: block;
  width: 100%;
  padding: 18px 20px;
  height: 120px;
  font-size: 20px;
  line-height: normal;
  line-height: 1.25;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  background-color: #EFEFEF;
}

::placeholder { color: #b7bec5; }

/* # radio
   -------------------------------------------------------------------------- */
.form-radio-wrap {
  overflow: hidden;
  margin-bottom: -10px;
}


.form-radio {
  float: left;
  display: block;
  margin: 0 20px 10px 0;
}

.form-radio input { display: none; }
.form-radio label {
  position: relative;
  display: block;
  padding-left: 40px;
  font-size: 20px;
  line-height: 1.5;
}
.form-radio label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #DDDDDD;
  background-color: #EFEFEF;
  border-radius: 50%;
  transform: translateY(-50%);
}
.form-radio label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  width: 20px;
  height: 20px;
  background-color: #F47615;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s;
  transform: translateY(-50%);
}
.form-radio input:checked + label { color: #F47615; }
.form-radio input:checked + label:after { opacity: 1; }

/* # checkbox
   -------------------------------------------------------------------------- */
.form-checkbox-wrap {
  overflow: hidden;
  margin-bottom: -10px;
}

.form-checkbox {
  float: left;
  display: block;
  margin: 0 20px 10px 0;
}

.form-checkbox input { display: none; }
.form-checkbox label {
  position: relative;
  display: block;
  padding-left: 40px;
  font-size: 20px;
  line-height: 1.5;
}
.form-checkbox label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #DDDDDD;
  background-color: #EFEFEF;
  border-radius: 2px;
  transform: translateY(-50%);
}
.form-checkbox label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  width: 15px;
  height: 9px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  opacity: 0;
  transition: opacity 0.3s;
  transform-origin: left bottom;
  transform: translateY(-50%) rotate(-45deg);
}
.form-checkbox input:checked + label { color: #F47615; }
.form-checkbox input:checked + label:before {
  background-color: #F47615;
  border-color: #F47615;
}
.form-checkbox input:checked + label:after { opacity: 1; }

/* # select
   -------------------------------------------------------------------------- */
.form-select-wrap {
  position: relative;
  margin-bottom: -20px;
  padding-bottom: 20px;
}
.form-select-wrap:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  transform-origin: top right;
  transform: rotate(135deg);
}
.form-select {
  display: block;
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0 20px;
  color: #333;
  font-size: 20px;
  line-height: normal;
  background: linear-gradient(#fff, #eee);
  border: 1px solid #999;
  border-radius: 4px;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

/* birth */
.form-birth-wrap {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.form-birth-item {
  position: relative;
  display: table-cell;
  width: 33.3333333%;
  padding-right: 24px;
}
.form-birth-txt {
  position: absolute;
  top: 23px;
  right: 5px;
  font-size: 14px;
  line-height: 1;
}

/* # consult-method
   -------------------------------------------------------------------------- */
.js-consult-method {
  display: none;
}

/* # validation
   -------------------------------------------------------------------------- */
.formError,
.error {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #D45355;
  font-size: 12px;
  line-height: 1;
}

/* # privacy
   -------------------------------------------------------------------------- */
.form-privacy {
  text-align: center;
}
.form-privacy .form-checkbox {
  float: none;
  display: inline-block;
  
}
.form-privacy .form-checkbox label {
  font-size: 18px;
  line-height: 1.6666666667;
}
.form-privacy + .formError,
.form-privacy + .error {
  left: 50%;
  transform: translateX(-50%);
}

/* # btn
   -------------------------------------------------------------------------- */
.form-confirm {
  display: block;
  width: 320px;
  margin: 0 auto;
  padding: 30px 0;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  background-color: #999;
  border-radius: 42px;
}
.form-confirm.active {
  background-color: #F47615;
  cursor: pointer;
}

.form-back-wrap {
  margin-top: 20px;
  text-align: center;
}
.form-back {
  display: inline-block;
  padding: 1px;
  color: #999;
  font-size: 18px;
  line-height: 1;
  text-decoration: underline;
  cursor: pointer;
}

/* # txt
   -------------------------------------------------------------------------- */
.form-confirm-txt {
  font-size: 20px;
  line-height: 1.2;
}

@media screen and (max-width:500px) {
  
  .form-step-item {
    width: 80px;
    height: 80px;
  }
  
  .form-content {
    padding: 0 15px 80px;
  }
  
  .form-table {
    overflow: hidden;
    display: block;
    margin-top: 20px;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .form-table tbody,
  .form-table tr {
    display: block;
    width: 100%;
  }
  .form-table td {
    clear: left;
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  
  .form-head .note {
    display: block;
  }
  
  .form-radio {
    float: none;
    margin-right: 0;
  }
  .form-checkbox {
    float: none;
    margin-right: 0;
  }
  
  .form-birth-wrap {
    overflow: hidden;
    display: block;
    margin-bottom: -20px;
  }
  .form-birth-item {
    float: left;
    display: block;
    width: 50%;
    margin-bottom: 20px;
  }
  
  .form-txt {
    padding: 0;
  }
}













