@charset "UTF-8";
/* CSS Document */
/*body*/
body {
  font: 500 14px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
/*HEADER*/
.logo {
  text-align: center;
  border-bottom: 1px solid #cdcdcd;
}
.logo img {
  width: 308px;
  padding: 20px 0;
  margin: auto;
}
/**/
@media (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
a {
  text-decoration: none;
  outline: 0;
  color: #3782E7;
}
.red {
  color: #d40e0e;
}
.underline {
  text-decoration: underline;
}
/**/
@media (min-width: 768px) {
  main.pagecontents.form-contents {
    /*margin-top: 80px;*/
    padding-top: 80px;
  }
}
/**/
input[type=email], input[type=number], input[type=search], input[type=text], input[type=tel], input[type=url], input[type=password], select, textarea {
  padding: 6px 10px;
  background-color: #fff;
  box-shadow: none;
  box-sizing: border-box
}
input[type=email], input[type=number], input[type=search], input[type=text], input[type=tel], input[type=url], input[type=password], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-color: #ddd;
  border-width: 1px;
  appearance: none;
}
textarea {
  vertical-align: top;
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.btn-group, .form-inline .form-group {
  vertical-align: middle;
  display: inline-block
}
input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=text]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=password]:focus, select:focus, textarea:focus {
  border: 1px solid #33C3F0;
  outline: 0
}
label, legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600
}
fieldset {
  padding: 0;
  border-width: 0
}
input[type=checkbox], input[type=radio] {
  display: inline
}
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: 400
}
.input-group {
  position: relative;
  display: table;
  margin-bottom: 10px
}
.input-group.input-group-large .form-control, .input-group.input-group-large .input-group-addon {
  font-size: 1.6rem;
  height: 42px;
  padding: 8px 14px;
  line-height: 1.3333333
}
.input-group.input-group-small .form-control, .input-group.input-group-small .input-group-addon {
  font-size: 1.2rem;
  height: 28px;
  padding: 4px 8px;
  line-height: 1.5
}
.input-group .input-group-addon {
  background: #eee;
  color: #555;
  padding: 6px 12px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1
}
.input-group .input-group-addon input {
  margin-bottom: 0
}
.input-group .input-group-addon:first-child {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}
.input-group .input-group-addon:last-child {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}
.input-group .input-group-btn .btn, .input-group .input-group-btn button {
  margin-top: 0;
  margin-bottom: 0
}
.input-group .input-group-btn .btn:first-child, .input-group .input-group-btn button:first-child {
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}
.input-group .input-group-btn .btn:last-child, .input-group .input-group-btn button:last-child {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}
.input-group .form-control, .input-group-addon, .input-group-btn {
  display: table-cell
}
.input-group .form-control {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 0
}
.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle
}
.input-group-btn {
  position: relative
}
.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  color: #575757;
  background-color: #fff;
  background-image: none;
  font-size: 1.4rem;
  line-height: 1.42857143
}
.form-control.input-lg {
  font-size: 1.6rem;
  height: 42px;
  padding: 8px 14px;
  line-height: 1.3333333
}
.checkbox label {
  margin-bottom: 0;
  display: inline-block;
  font-size: 1.3rem
}
.form-inline .form-group {
  margin-bottom: 0
}
.form-group {
  margin-bottom: 15px
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset
}
select {
  position: relative;
  border-color: #d3d3d3;
  border-radius: 2px;
  height: 28px;
  background: url(../images/pageForm/select_arrow.png) 100% center no-repeat #f8f8f8 !important;
  background-size: 15px 4px !important;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
  line-height: 28px;
  padding: 0 20px 0 7px;
  -moz-appearance: none;
  -webkit-appearance: none
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) {
  select {
    background-image: url(../images/pageForm/select_arrow@2x.png) !important
  }
}
.button, button, input[type=button], input[type=submit], input[type=reset] {
  display: inline-block;
  padding: 6px 12px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.42857143;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  background: #4183C4;
  white-space: nowrap;
  outline: 0;
  border: none;
  cursor: pointer;
  vertical-align: middle;
  margin-top: 5px;
  margin-bottom: 5px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.button:hover, button:hover, input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
  background: #3a7bbb
}
.button i.fa, button i.fa, input[type=button] i.fa, input[type=submit] i.fa, input[type=reset] i.fa {
  color: #fff;
  font-size: 14px;
  margin-right: 4px
}
.button.btn-default, button.btn-default, input[type=button].btn-default, input[type=submit].btn-default, input[type=reset].btn-default {
  color: #474747;
  background: #fff;
  border: 1px solid #ccc
}
.button.btn-default i, button.btn-default i, input[type=button].btn-default i, input[type=submit].btn-default i, input[type=reset].btn-default i {
  color: #474747
}
.button.btn-default:hover, button.btn-default:hover, input[type=button].btn-default:hover, input[type=submit].btn-default:hover, input[type=reset].btn-default:hover {
  background: #f8f8f8
}
.button.btn-primary, button.btn-primary, input[type=button].btn-primary, input[type=submit].btn-primary, input[type=reset].btn-primary {
  background: #4183C4
}
.button.btn-primary.btn-border, button.btn-primary.btn-border, input[type=button].btn-primary.btn-border, input[type=submit].btn-primary.btn-border, input[type=reset].btn-primary.btn-border {
  border: 1px solid #3a7bbb
}
.button.btn-primary:hover, button.btn-primary:hover, input[type=button].btn-primary:hover, input[type=submit].btn-primary:hover, input[type=reset].btn-primary:hover {
  background: #3a7bbb
}
.button.btn-warning, button.btn-warning, input[type=button].btn-warning, input[type=submit].btn-warning, input[type=reset].btn-warning {
  background: #f1c40f
}
.button.btn-warning.btn-border, button.btn-warning.btn-border, input[type=button].btn-warning.btn-border, input[type=submit].btn-warning.btn-border, input[type=reset].btn-warning.btn-border {
  border: 1px solid #e3b90d
}
.button.btn-warning:hover, button.btn-warning:hover, input[type=button].btn-warning:hover, input[type=submit].btn-warning:hover, input[type=reset].btn-warning:hover {
  background: #e3b90d
}
.button.btn-success, button.btn-success, input[type=button].btn-success, input[type=submit].btn-success, input[type=reset].btn-success {
  background: #26AE90
}
.button.btn-success.btn-border, button.btn-success.btn-border, input[type=button].btn-success.btn-border, input[type=submit].btn-success.btn-border, input[type=reset].btn-success.btn-border {
  border: 1px solid #23a186
}
.button.btn-success:hover, button.btn-success:hover, input[type=button].btn-success:hover, input[type=submit].btn-success:hover, input[type=reset].btn-success:hover {
  background: #23a186
}
.button.btn-info, button.btn-info, input[type=button].btn-info, input[type=submit].btn-info, input[type=reset].btn-info {
  background: #00ACED
}
.button.btn-info.btn-border, button.btn-info.btn-border, input[type=button].btn-info.btn-border, input[type=submit].btn-info.btn-border, input[type=reset].btn-info.btn-border {
  border: 1px solid #00a1de
}
.button.btn-info:hover, button.btn-info:hover, input[type=button].btn-info:hover, input[type=submit].btn-info:hover, input[type=reset].btn-info:hover {
  background: #00a1de
}
.button.btn-danger, button.btn-danger, input[type=button].btn-danger, input[type=submit].btn-danger, input[type=reset].btn-danger {
  background: #DD6149
}
.button.btn-danger.btn-border, button.btn-danger.btn-border, input[type=button].btn-danger.btn-border, input[type=submit].btn-danger.btn-border, input[type=reset].btn-danger.btn-border {
  border: 1px solid #db563c
}
.button.btn-danger:hover, button.btn-danger:hover, input[type=button].btn-danger:hover, input[type=submit].btn-danger:hover, input[type=reset].btn-danger:hover {
  background: #db563c
}
.button.btn-large, button.btn-large, input[type=button].btn-large, input[type=submit].btn-large, input[type=reset].btn-large {
  font-size: 2.1rem;
  padding: 6px 18px
}
.button.btn-large i.fa, button.btn-large i.fa, input[type=button].btn-large i.fa, input[type=submit].btn-large i.fa, input[type=reset].btn-large i.fa {
  font-size: 28px
}
.button.btn-small, button.btn-small, input[type=button].btn-small, input[type=submit].btn-small, input[type=reset].btn-small {
  font-size: 1.2rem;
  padding: 3px 6px
}
.btn-group {
  margin-top: 5px;
  margin-bottom: 5px
}
.btn-group .btn, .btn-group button {
  margin: 0
}
.btn-group .btn-border:nth-child(n+1) {
  border-left: 0
}
.btn-group > * {
  border-radius: 0;
  float: left
}
.btn-group > :first-child {
  border-radius: 3px 0 0 3px
}
.btn-group > :last-child {
  border-radius: 0 3px 3px 0
}
a:active, a:focus, a:hover {
  color: #0FA0CE;
  text-decoration: none;
  outline: 0
}
table {
  margin: 0 0 1.5em;
  width: 100%
}
td, th {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1
}
.blurBorder, .gallery, .site-header, .sub-label {
  text-align: center
}
li > ol, li > ul {
  margin-bottom: 0;
  margin-left: 0
}
.inform-tt-02.text-14 dt {
  color: #1c386f;
  font-weight: 700
}
/*ーーーーーーーーーーーーーーーーーーーーーーー
　　三角の矢印アイコン（正円背景）　　　
ーーーーーーーーーーーーーーーーーーーーーーー*/
.p.kuwasiku-miru a, p.kuwasiku-miru span.type-a {
  position: relative;
  padding-right: 15px;
}
p.kuwasiku-miru a::after, p.kuwasiku-miru span.type-a::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 1px #5380bc;
  border-right: solid 1px #5380bc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 56%;
  right: 7px;
  margin-top: -6px;
}
@media (max-width: 768px) {
  ol.sagasu-nav li {
    width: 49%;
  }
  ol.sagasu-nav li a {
    /* padding: 0.8em 0 0.8em 21px; */
    vertical-align: middle;
  }
}
/**/
ul.dayselect {
  padding: unset;
  list-style-type: none;
}
ul.dayselect li {
  margin-bottom: 1em;
}
ul.dayselect li p.kibou {
  margin-bottom: 0;
  font-weight: bold;
}
/**/
h1.pagetitle {
  padding: 0.5em 0;
}
h1.pagetitle span {
  font-size: 16px;
}
/**/
div#reserve {
  padding-bottom: 2em;
  max-width: 820px;
  margin: auto;
}
/**/
.privacypolicy-check {
  border: 1px solid #cdcdcd;
  padding: 14px 0;
}
p.pp-link {
  text-align: center;
  margin-bottom: 0;
}
p.pp-link a {
  font-size: 18px;
  text-decoration: underline;
}
.privacypolicy-check .center-block {
  margin: 0;
}
/**/
.blue-line-square.center.kakiformyori {
  margin-bottom: 0;
}
.blue-line-square2 {
  border: 1px solid #60a2e4;
  margin: 0.7em auto;
  text-align: center;
  max-width: 700px;
  padding: 0.6em 0;
}
.blue-line-square2 p {
  text-align: center;
  margin: 0;
  font-weight: bold;
}
.blue-line-square2 h3 {
  margin: 0;
  font-size: 18px;
  margin-bottom: 0.3em;
}
@media (min-width:721px) {
  .blue-line-square2.call-info {
    max-width: 320px;
  }
}
ul.form-call-link {}
ul.form-call-link li {
  font-weight: bold;
  font-size: 17px;
  line-height: 1.5;
}
ul.form-call-link li a {}
.blue-line-square2.call-info {
  border: 1px solid #cdcdcd;
  background-color: #edeff3;
  border-radius: 4px;
}
p.mltextpickup {
  background-color: #5380bc;
  color: #FFF;
  line-height: 1.4;
  padding: 0.5em 7px;
  font-weight: bold;
  border-radius: 4px;
}
p.mltextpickup span {
  font-size: 81%;
}
@media (max-width:768px) {
  p.mltextpickup span {
    display: block;
  }
}
p {
  margin: unset;
  margin-bottom: 1.5rem;
  line-height: 1.7;
}
td.radio-field p {
  text-align: left;
}
@media (max-width: 768px) {
  table.table-2 input[type=email], table.table-2 input[type=number], table.table-2 input[type=search], table.table-2 input[type=text], table.table-2 input[type=tel], table.table-2 input[type=url], table.table-2 input[type=password], table.table-2 textarea {
    font-size: 16px;
    max-width: 100%;
  }
}
/*--------------------------
ADD 20200427
---------------------------*/
#webformpage h1.pagetitle {
  border-bottom: 0;
  font-family: sans-serif;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: -0.5px;
  color: #4e6488;
  padding-bottom: 5px;
  text-align: center;
}
#webformpage h1.pagetitle span {
  font-size: 73%;
}
.blue-box-text {
  text-align: center;
  margin-bottom: 1em;
}
.blue-box-text p {
  display: inline-block;
  background-color: #657ea6;
  color: #FFF;
  font-weight: bold;
  padding: 0px 6px;
  margin-bottom: 0;
}
.contact-set2 p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.7em;
}
.contact-set2 p a {
  font-size: 117%;
  margin-left: 0.2em;
}
h3.goriyou-nagare {
  text-align: center;
  background-color: #919191;
  color: #FFF;
  font-weight: bold;
  font-size: 15px;
  font-family: unset;
  padding: 3px;
}
.web-reserve-flow {
  background-color: #dee9f7;
  text-align: center;
  margin-bottom: 1em;
}
.goriyou-annai {
  background-color: #dee9f7;
}
.goriyou-annai dl {
  display: flex;
  align-items: center;
}
.goriyou-annai dl dt, .goriyou-annai dl dd {
  margin: 0;
  width: 50%;
}
.goriyou-annai dl dt {
  font-size: 14px;
  line-height: 1.5;
  padding: 0.5em 0.3em 0.5em 1em;
}
.goriyou-annai dl dd {
  padding-right: 0.8em;
}
p.wfp.link-btn.kuwasiku-miru {
  display: block;
  margin: 0;
}
p.wfp.link-btn.kuwasiku-miru a {
  display: block;
  width: 100%;
  background-color: #fff;
  color: #333;
  font-weight: normal;
  border-color: #999;
  padding: 8px 6px;
  font-size: 17px;
  position: relative;
  border: 1px solid #ababab;
}
p.wfp.link-btn.kuwasiku-miru a:after {
  border-color: #999;
}
@media (min-width: 769px) {
  #webformpage h1.pagetitle {
    text-align: center;
    font-size: 28px;
    line-height: 1.4;
    margin: 0;
  }
  #webformpage h1.pagetitle span {
    /* display: block; */
    font-size: 65%;
  }
  .blue-box-text p {
    font-size: 15px;
  }
  .web-reserve-flow .inner, .goriyou-annai .inner {
    max-width: 480px;
    margin: auto;
  }
  h3.goriyou-nagare {
    margin-top: 1.5em;
    font-size: 18px;
  }
}
ul.basiclist {
  padding-left: 2em;
}
ul.basiclist li {
  list-style-type: disc;
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 0.7em;
  font-weight: bold;
  color: #4c74a5;
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーー
ADD 20200507（しわ・たるみフォーム）
ーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
p.kinshi-midashi {
  text-align: center;
  font-size: 18px;
  color: #537fbc;
}
p.kinshi-midashi span {
  font-size: 80%;
}
.privacypolicy-check.kinshijikou {
  margin-bottom: 1em;
  padding: 13px 20px;
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーー
ADD Web予約フォームサンクスページ調整
ーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.thanks-text {
  max-width: 640px;
  margin: 2em auto 1em;
}
.thanks-text p {}
h1.pagetitle.thanks {
  line-height: 1.4;
}
h1.pagetitle.thanks span {
  display: block;
  font-size: 20px;
}
@media (max-width:768px) {
  h1.pagetitle.thanks {
    text-align: left !important;
    font-size: 22px !important;
  }
  h1.pagetitle.thanks span {}
}
p.btn {
  text-align: center;
}
p.btn a {
  border: 1px solid #537fbc;
  display: block;
  text-decoration: none;
  background-color: #f1f7ff;
  font-size: 15px;
  padding: 0.3em;
  margin: 2em auto;
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーー
ADD Web予約フォーム毛穴治療
ーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
dd.shinryoujikan p {
  line-height: 1.4;
  margin-bottom: 0.6em;
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーー
ADD Web予約フォームシミ治療
ーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
td.datetime p {
  text-align: left;
}
/**/
p.nikibikeana-nashi {
  font-size: 12px;
  width: 90%;
  margin: 0 auto 1em;
  font-weight: normal;
  line-height: 1.5;
  text-align: justify;
}
@media (min-width:600px) {
  p.nikibikeana-nashi {
    width: 100%;
    text-align: center;
  }
}
/*20210727 追加*/
.add-info-part {
  padding: 1.5em;
  margin-bottom: 2em;
}
.add-info-part h4 {
  text-align: center;
  margin-bottom: 1em;
  font-size: 17px;
  margin-top: 0;
}
@media (min-width:768px) {
  .table-2 {
    border: none;
    border-top: 1px solid #CCC;
    border-collapse: collapse;
    width: 100%;
    font-size: 14px
  }
  .table-2 td, .table-2 th {
    border: none;
    border-bottom: 1px solid #CCC;
    padding: 15px;
    font-weight: 400
  }
  .table-2 th {
    border: none;
    width: 240px;
    text-align: left;
    border-bottom: 1px solid #CCC;
    border-left-width: 0;
    vertical-align: text-bottom
  }
}
@media (max-width:767px) {
  .table-2, .table-2 tbody, .table-2 td, .table-2 th, .table-2 tr {
    display: block;
    width: 100%
  }
  .table-2 th {
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px dashed #D4DADB;
    background-color: #f1f7fd;
    padding: 4px 4px 4px 3em;
    text-align: left
  }
  .table-2 td {
    text-align: left;
    padding: 8px
  }
}
/**/
input#FormName, input#FormSex {
  max-width: 30%
}
span.mwform-radio-field.horizontal-item {
  display: inline-block;
  margin-left: 10px;
}
/**/
.sp-block span.mwform-radio-field {
  display: block;
  line-height: 1.7;
}
/**/
.form-require {
  position: relative;
}
@media (min-width:768px) {
  .form-require::after {
    position: absolute;
    content: '※';
    color: red;
    right: 10px;
    padding: 0 10px;
    top: 17px
  }
}
@media (max-width:767px) {
  .form-text {
    width: calc(100% - 32px)
  }
  .form-require:after {
    position: absolute;
    content: '※';
    color: red;
    left: 10px;
    top: calc(50% - 10px);
    padding: 0 10px
  }
}
.center-block {
  font-weight: 700;
  font-size: 20px;
  margin-top: 1em;
  line-height: 2;
}
.blue-line-square.center p, .btn-part, .center-block, .soushincp.gray-square p {
  text-align: center;
}
/**/
.btn-part {
  margin-top: 2em;
}
button.form-btn.form-btn-confirm, button.form-btn.form-btn-submit, input.form-btn.form-btn-back {
  background-color: #333;
  padding: .8em 3em;
  font-size: 22px
}
/**/
.text-red {
  color: #F44336;
  font-weight: 700
}
span.ml-caution {
  font-size: 12px;
  line-height: 1.5;
  display: inline-block;
  margin-top: .5em;
  margin-bottom: 0.6em;
  font-weight: 700;
}
.color-red {
  color: red;
}

/*footer*/
.footer {
    border-top: 1px solid #cdcdcd;
    padding-top: 0.5em;
}
.footer p {
    text-align: center;
    font-size: 12px;
    color: #7e7c7c;
}


/* 擬似プログレスバー */
.step-flow {
max-width: 820px;
display: grid;
grid-template-columns: repeat(3, 1fr);
outline: 1px solid #5380bc;
outline-offset: -1px;
width: calc(100% - 12px);
margin: 1em auto 0;
}
.step-flow__item {
color: #5380bc;
text-align: center;
font-weight: bold;
font-size: 1.2rem;
padding: 6px 2px;
position: relative;
}
.step-flow__item--current {
background-color: #5380bc;
color: #fff;
}
.step-flow__item:not(:last-child)::before {
content: "";
display: block;
background-color: #5380bc;
position: absolute;
top: 0;
right: -3vw;
width: 3vw;
height: 100%;
-webkit-clip-path: polygon(0% 0%, calc(100% - 3vw) 0%, 100% 50%, calc(100% - 3vw) 100%, 0% 100%);
clip-path: polygon(0% 0%, calc(100% - 3vw) 0%, 100% 50%, calc(100% - 3vw) 100%, 0% 100%);
}
.step-flow__item:not(:last-child)::after {
content: "";
display: block;
background-color: #fff;
position: absolute;
top: 2px;
right: calc(-3vw + 2px);
width: 3vw;
height: calc(100% - 2px - 2px);
-webkit-clip-path: polygon(0% 0%, calc(100% - 3vw + 2px) 0%, 100% 50%, calc(100% - 3vw + 2px) 100%, 0% 100%);
clip-path: polygon(0% 0%, calc(100% - 3vw + 2px) 0%, 100% 50%, calc(100% - 3vw + 2px) 100%, 0% 100%);
}
.step-flow__item--current::after {
background-color: #5380bc !important;
}
.step-flow+p{
margin-top: .5em;
font-size: 1.3rem;
text-align: center;
}
@media (min-width: 768px) {
.step-flow__item {
  font-size: 1.6rem;
  padding: 10px 2px;
}
.step-flow__item:not(:last-child)::before {
  top: 0;
  right: -20px;
  width: 20px;
  height: 100%;
  -webkit-clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 0% 100%);
  clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 0% 100%);
}
.step-flow__item:not(:last-child)::after {
  top: 2px;
  right: -18px;
  width: 20px;
  height: calc(100% - 2px - 2px);
  -webkit-clip-path: polygon(0% 0%, calc(100% - 20px + 2px) 0%, 100% 50%, calc(100% - 20px + 2px) 100%, 0% 100%);
  clip-path: polygon(0% 0%, calc(100% - 20px + 2px) 0%, 100% 50%, calc(100% - 20px + 2px) 100%, 0% 100%);
}
}

/* 必須アイコン */
.table-2 td, .table-2 th {
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 15px;
  font-weight: 400;
}
.table-2 th {
  padding-left: 50px;
   line-height: 25px;
}
.form-require:after {
  position: absolute;
  content: "必須";
  color: #fff;
  background-color: #d40e0e;
  border-radius: 4px;
  width: fit-content;
  height: fit-content;
  inset: 18px 0 0 7px;
  margin: 0 auto auto 0;
  padding: 4px 6px 3px;
  font-size: .8em;
  line-height: 1;
}
@media (min-width: 768px) {
  .table-2 th {
    border: none;
    width: 240px;
    text-align: left;
    border-bottom: 1px solid #ccc;
    border-left-width: 0;
    vertical-align: text-bottom;
    padding-left: 45px;
  }
  .form-require::after {
    padding: 4px 6px;
    inset: 22px 0 0 0;
  }
}

.table-2 select{
    position: relative;
    border: #d3d3d3 solid 1px;
    border-radius: 2px;
    height: 28px;
    background: url(images/select_arrow.png) 100% center no-repeat #f8f8f8 !important;
    background-size: 15px 4px !important;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
    line-height: 28px;
    padding: 0 20px 0 7px;
    -moz-appearance: none;
    -webkit-appearance: none;
}