.center{
  text-align: center;
}
.border-line{
  border: solid 1px #c8cdd6;
  border-radius: 10px
}
.content {
  max-width: 950px !important;
}
.content.application-type1 {
  max-width: 1200px !important;
}
.mail-btn-area {
  margin-top: 50px;
  display: flex;
  justify-content: space-around;
}
td {
  padding:0px !important;
  font-size: 100%;
  background: white;
}
p ,
span{
  font-size: 18px;
}
img{
  display: inline;
}
.margin-end{
  margin-block-end: 30px;
}
.margin-right{
  margin-right: 15px;
}
.margin-left{
  margin-left: 15px;
}
.good-flow {
  position: relative;
  padding-top: 0.8em;
}

.simple-arrow {
  display: inline-block;
  position: relative;
  min-height: 60px;
  width: 60px;
  margin: 10px;
}
.simple-arrow::before {
  content: "";
  position: absolute;
  background-color: var(--color-process-area);
  width: 30px;
  min-height: 30px;
  top: 0;
  left: 15px;
}
.simple-arrow::after {
  content: "";
  position: absolute;
  background-color: var(--color-process-area);
  height: calc(60px / 2);
  width: 60px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  bottom: 1px;
  left: 0;
}

.simple-arrow-return {
  display: inline-block;
  position: relative;
  min-height: 60px;
  width: 60px;
  margin: 10px;
}
.simple-arrow-return::before {
  content: "";
  position: absolute;
  background-color: var(--color-process-area);
  height: calc(80px / 2);
  width: 80px;
  clip-path: polygon(100% 100%, 50% 0, 0 100%);
  top: 0;
  left: 0;
}
.simple-arrow-return::after {
  content: "";
  position: absolute;
  background-color: var(--color-process-area);
  width: 42px;
  height: calc(100% - 40px);;
  bottom: 10px;
  left: 19px;
}

.short-arrow-yes,
.short-arrow-no,
.medium-arrow-yes,
.medium-arrow-no {
  display: inline-block;
  position: relative;
  min-height: 60px;
  width: 80px;
  margin: 5px;
}
.short-arrow-yes::before,
.short-arrow-no::before,
.medium-arrow-yes::before,
.medium-arrow-no::before {
  content: "";
  white-space: nowrap;
  position: absolute;
  background-color: var(--color-process-area);
  width: 42px;
  height: calc(100% - 40px);
  top: 0;
  left: 19px;
  color: #333;
  font-size: 14px;
  font-weight: initial;
  display: flex;
  align-items: start;
  justify-content: center;
  padding-top: 10px;
}
.short-arrow-yes::after,
.short-arrow-no::after,
.medium-arrow-yes::after,
.medium-arrow-no::after {
  content: "";
  position: absolute;
  background-color: var(--color-process-area);
  height: calc(80px / 2);
  width: 80px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  bottom: 1px;
  left: 0;
}

.short-arrow-yes::before {
  content: "はい";
}
.short-arrow-no::before {
  content: "いいえ";
}
.medium-arrow-yes::before {
  content: "はい";
}
.medium-arrow-no::before {
  content: "いいえ";
}

.boder-column {
  padding: 1.5em;
  border: solid 2px var(--color-process-area);
}
.boder-color {
  background-color: antiquewhite;;
}
.img-width {
  width: 100px;
  padding: 5px 0 5px 0;
}
.div-full-width{
  width:100%;
}
.width-35per {
  width: 35%;
}
.width-30per {
  width: 30%;
}
.width-50per {
  width: 50%;
}
.width-65per {
  width: 65%;
}
.width-25per {
  width: 25%;
}
.width-75per {
  width: 75%;
}
.aC {
  text-align: center;
}
.vM {
  vertical-align: middle;
}
.complete-label {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}
.mail-request-weight{
  font-size: 18px;
}
.mail-request-no-weight{
  font-size: 18px;
  font-weight: normal;
}
.mail-request{
  font-size: 18px;
  font-weight: normal;
}

#mail-address {
  margin-top: 20px;
}

.text-color-red {
  color:red;
}

/* SP */
@media screen and (max-width: 667px) {  
  .boder-column {
    font-size: 14px;
  }
  .img-width, .simple-arrow {
    width: 60px !important;
  }
  .mail-btn-area {
    margin-top: 100px !important;
  }
  p,
  span, .mail-request-weight{
    font-size: 14px !important;
  }
  p,
  span, .mail-request-no-weight{
    font-size: 14px !important;
  }
  p,
  span, .mail-request{
    font-size: 14px !important;
  }
  span.form-label-required {
    font-size: 12px !important;
  }
  .form-label .mail-request {
    margin-top: 10px;
    display: inline-block;
  }
}
