/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

h1 {
    text-align: center;
    position: relative;
    margin: 50px;
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;

}h1:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.stepbar {
    text-align: center;
}
.stepbar>img {
    max-width: 500px;
    width: 100%;
}
.flex-box {
    display: flex;
    padding: 50px 0;
    margin: auto;
    max-width: 450px;
}
.form-area {
    max-width: 900px;
    margin: auto;
    padding: 20px;
}
.flex-box>div {
    width: 34%;
    text-align: center;
}

.btn.sub-btn {
    background: #2b5798;
}

.box {
    margin: 15px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #e7e6e6;
}.box.no-border{
    border:none;
}
.box>span {
    line-height: 2;
}
.w-input {
    display: flex;
    justify-content: space-between;
}
.w-input>input {
    width: 48%;
}

span.required:after {
    content: "必須";
    margin-left: 3px;
    font-size: 14px;
    background: red;
    color: #fff;
    padding: 2px 5px;
}
p.kome {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
}
.term-box {
    width: 100%;
    height: 250px;
    overflow: auto;
    border: 1px solid #000;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0 15px;
}

.company {
    display: none;
}
.company.active {
    display: block;
}

a.btn.back-btn {
    background: #6f8698;
    margin: 25px auto;
    text-decoration: none;
}
.endBox {
    text-align: center;
    margin: 55px;
    display: block;
}


a.btn.line-btn {
    margin: 50px auto 0;
    width: 250px;
}

a.btn.my-btn{
  background: #2b5798;
  text-decoration: none;
  width: 250px;
}
.err {
    text-align: center;
    font-size: 14px;
    color: red;
}

span.bold {
    font-weight: bold;
}

p.kome.line-kome {
    margin-bottom: 50px;
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
    font-weight: normal;
}

@media screen and (max-width: 770px){



}

@media screen and (max-width: 450px){


}

