body {
  font-size: 14px;
}

/* layout
------------------ */

#contentwrap {
  padding-bottom: 200px;
}

footer#site-footer {
  height: 200px;
}

main#content {
  min-width: auto;
}

/* header
********************** */

#site-header {
  padding-bottom: 30px;
  min-width: auto;
}
#site-header img.logo {
  width: 167px;
  margin: 24px auto;
}
#site-header h1 {
  font-size: 21px;
  margin-bottom: 30px;
  padding: 0px 3%;
}
#site-header p {
  font-size: 14px;
  color: #525252;
  line-height: 22px;
  text-align: left;
  padding: 0px 5%;
}

/* parts
********************** */
.box-normal {
  padding: 5%;
  margin-bottom: 20px;
}

.procedure {
  width: auto;
  margin: 0 3%;
}
.title-divide h2 {
  margin: 20px auto 0;
  font-size: 14px;
}
.title-divide h2::after,
.title-divide h2::before {
  width: 20px;
}
.title-divide h2::before {
  margin-right: 5px;
}
.title-divide h2::after {
  margin-left: 5px;
}
ul.flow {
  width: auto;
  margin: 0 3%;
}

ul.flow li {
  background: url(../img/bg.flow.svg) center center no-repeat;
  height: auto;
  width: 34%;
  line-height: 1em;
  padding-right: 3%;
  padding-top: 2.2%;
  padding-bottom: 2.1%;
  font-size: 11px;
}
ul.flow li:last-child {
  background: url(../img/bg.flow-end.svg) center center no-repeat;
  padding-right: 0;
  padding-top: 2.2%;
  padding-bottom: 2.1%;
  width: 32%;
}

ul.flow li.active {
  background-image: url(../img/bg.flow.select.svg);
  color: #fff;
}
.procedure.sign-up select,
.procedure.sign-up input[type="password"],
.procedure.sign-up input[type="text"] {
  width: 100%;
}
.procedure .action {
  margin: 40px auto 20px;
}
.procedure .box-normal .action {
  margin: 20px auto;
}
.procedure .action input[type="submit"],
.procedure .action input[type="button"],
.procedure .action .btn {
  margin: 0 auto;
  width: 100%;
}

.procedure.extend,
.procedure.sign-up,
.procedure.sign-up.login {
  width: auto;
}
.procedure.sign-up.login dl:first-of-type {
  padding: 0 8px;
}
.procedure.forms dl,
.procedure.sign-up dl {
  margin-bottom: 20px;
}
.procedure.forms dt,
.procedure.sign-up dt {
  font-size: 16px;
  margin-bottom: 3px;
}
.procedure.forms dd .caption,
.procedure.sign-up dd .caption {
  line-height: 1.2em;
  margin-top: 5px;
}
.procedure.forms input[type="text"],
.procedure.sign-up input[type="text"] {
  width: 100%;
}
.procedure.sign-up .agreement input {
  width: auto;
}
.procedure.forms .btn-list,
.procedure.sign-up .btn-list {
  width: auto;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}
.procedure.forms .btn-list li,
.procedure.sign-up .btn-list li {
  width: 48%;
}
.procedure.forms .btn-list input,
.procedure.sign-up .btn-list input {
  width: 100%;
  font-size: 15px;
}

.procedure.mailsubmit {
  width: auto;
}
.procedure.mailsubmit h2 {
  text-align: center;
  margin-bottom: 20px;
}
.procedure.mailsubmit ul.flow {
  width: 250px;
  flex-direction: column;
  margin: 0 auto;
}
.procedure.mailsubmit ul.flow li {
  width: auto;
  background: url(../img/bg.flow.column.big.svg) center center no-repeat;
  height: 69px;
  padding-top: 10px;
  font-size: 14px;
  margin-bottom: 5px;
}
.procedure.mailsubmit ul.flow li.active {
  background: url(../img/user_regist/remain_status_1_sp.png) center center
      no-repeat;
  padding-top: 18px;
}
.procedure.mailsubmit ul.flow li:nth-child(2) {
  color: #4A2087;
}
.procedure.mailsubmit ul.flow li:last-child {
  padding-right: 0px;
  background: url(../img/bg.flow-end.column.big.svg) center top no-repeat;
  height: 54px;
}

.procedure.mailsubmit .action .btn {
  margin: 0 auto;
  width: 240px;
}
.procedure .zip input[type="text"] {
  width: 80px;
}
.procedure .compatibility select,
.procedure .work input[type="text"],
.procedure .officename input[type="text"],
.procedure .job select,
.procedure .questionnaire select,
.procedure .address input[type="text"].ad5 {
  width: 100%;
}
.procedure .mobilephone,
.procedure .birth {
  display: flex;
  justify-content: space-between;
}
.procedure .mobilephone input[type="text"],
.procedure .birth select {
  margin: 0;
  width: 30%;
}
.procedure .mobilephone span {
  line-height: 40px;
  margin: 0px 10px;
}
.procedure .budget input[type="text"] {
  width: 50%;
}
.procedure .length input[type="text"] {
  width: 150px;
}
.ifrm-container {
  height: 250px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: inline-block;
  border: 2px solid #c2c2c2;
  border-radius: 3px;
  width: 100%;
}

.ifrm {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.procedure.confirm dd,
.procedure.confirm dt {
  float: none;
  line-height: 1.2em;
}
.procedure.confirm dt {
  width: auto;
  padding: 5px 0px 5px 0;
  color: #999;
}
.procedure.confirm dd {
  padding: 0px 0px 10px 0;
  width: auto;
}
.procedure.confirm dl::after {
  content: "";
  display: block;
  clear: both;
}
.procedure.confirm hr {
  border: none;
  height: 0px;
  border-top: 1px solid #eee;
}
.procedure.confirm a.btn {
  width: 150px;
  text-align: center;
  box-shadow: none;
  margin-top: 20px;
}
.procedure.confirm h4 {
  margin: 15px 0 0 0;
}

.arrow_box {
  position: relative;
  background: #ebebeb;
  border: 2px solid #ebebeb;
  margin-top: 16px;
  padding: 16px;
  padding-right: 0;
  width: 80vw;
  border-radius: 4px;
}
.arrow_box:after,
.arrow_box:before {
  bottom: 100%;
  left: 2em;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(186, 12, NaN, 0);
  border-bottom-color: #ebebeb;
  border-width: 15px;
  margin-left: -15px;
}
.arrow_box:before {
  border-color: rgba(186, 12, NaN, 0);
  border-bottom-color: #ebebeb;
  border-width: 18px;
  margin-left: -18px;
}

/* footer
********************** */
#contact::before {
  width: 40px;
  height: 4px;
  margin-left: -20px;
}
#contact {
  padding-top: 35px;
  margin-bottom: 30px;
  min-width: auto;
}
#contact h3 {
  font-size: 20px;
  margin-bottom: 30px;
  margin: 0 5%;
}
#contact .read {
  padding: 0px 5%;
}
#contact .contact {
  width: auto;
  margin: 0 3%;
  padding: 5% 5%;
  flex-direction: column;
}
#contact .contact dt {
  font-size: 16px;
  margin-bottom: 10px;
}
#contact .contact .tel {
  width: auto;
}
#contact .contact .tel img {
  width: 40px;
  height: 35px;
  margin-right: 15px;
}
#contact .contact .tel .number {
  width: auto;
  margin-left: 55px;
  margin: 0;
  display: inline-block;
}
#contact .contact .tel a.tel {
  pointer-events: auto;
  font-size: 26px;
  line-height: 35px;
}
#contact .contact .tel ul {
  font-size: 12px;
  line-height: 1.6em;
  padding-left: 0;
  width: 100%;
}
#contact .contact .chat {
  border-left: none;
  width: auto;
  padding-left: 0px;
  padding-top: 40px;
}
#contact .contact .chat h5 {
  display: inline;
}
#contact .contact .chat p {
  font-size: 12px;
}
.login_btn {
  padding-right: 20px;
  padding-left: 20px;
}

footer#site-footer .footer-menu {
  height: 200px;
}
footer#site-footer .footer-menu .wrap {
  width: auto;
  padding: 10px 5%;
}
footer#site-footer .footer-menu .name {
  float: none;
  margin-right: 0px;
  line-height: 36px;
}
footer#site-footer .footer-menu nav ul {
  line-height: 36px;
  flex-direction: column;
}
footer#site-footer .footer-menu nav a {
  padding: 0px;
}
footer#site-footer .footer-menu small {
  font-size: 12px;
  line-height: 36px;
}

#city {
  width: 100%;
}
#street {
  width: 100%;
}
#MemberMobile {
  width: 100%;
}
#complete_btn {
  margin: 0 auto;
  width: 100%;
}

.pc {
  display: none;
}
.sp {
  display: block;
}

#MemberYear {
  width: 96px;
}
#MemberMonth {
  width: 96px;
}
#MemberDay {
  width: 96px;
}
