@charset "UTF-8";
@media (min-width: 896px) {
    body.contact .c-pageTtl_warp.is-non {
        padding-bottom: 40px;
    }
}
.form_warp {
    max-width: 1360px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 70px 40px 110px;
    box-sizing: border-box;
}
.form_ttl {
    width: 410px;
    box-sizing: border-box;
}
.c-form {
    width: 900px;
    margin: 0 auto;
    box-sizing: border-box;
    /*padding-right: 110px;*/
}
.c-form_in {
    width: 900px;
}
@media (min-width: 896px) {
    body.training-entry .c-form,
    body.seminar-entry .c-form,
    body.block-entry .c-form {
        width: 1000px;
    }
    body.training-entry .c-form_in,
    body.seminar-entry .c-form_in,
    body.block-entry .c-form_in {
        width: 1000px;
    }
}
@media only screen and (min-width: 897px) and (max-width: 1250px) {
    .c-form_in {
        width: 100%;
    }
}
.form-ttl {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
}
.form-sb {
    font-size: 30px;
    font-weight: bold;
    padding-top: 1.6em;
}
.form_attent {
    color: #ff0000;
    margin-top: 10px;
    position: relative;
    padding-left: 1em;
    line-height: 1.4;
}
.form_attent span {
    position: absolute;
    left: 0;
}
/********************************
contact
*********************************/
.form_flow {
    margin: 0 0 40px;
}
.form_flow ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.form_flow ul li {
    background: #dfdfdf;
    color: #696969;
    text-align: center;
    width: 150px;
    height: 50px;
    border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-sizing: border-box;
    padding-top: 16px;
    margin-right: 60px;
    position: relative;
}
.form_flow ul li:last-child {
    margin-right: 0;
}
.form_flow ul li:before {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    position: absolute;
    right: -60px;
    top: 50%;
    background: #dfdfdf;
}
.form_flow ul li:last-child:before {
    content: none;
}
.form_flow ul li .nmb {
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    padding-bottom: .5em;
}
.form_flow ul li .txt {
    font-size: 17px;
    font-weight: bold;
    line-height: 1;
}
.form_flow ul li.on {
    background: #10218b;
    color: #fff;
}
.form_box {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #d8d8d8;
}
.form_box.top {
    -webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.form_box.notbl {
    display: block;
    padding: 30px 0;
}
.form_box.is-borno {
    border-bottom: 0;
}
.form_box.is-nonpdt {
    padding-top: 0;
}
.form_box.is-nonpdb {
    padding-bottom: 0;
}
.form_dtlbx {
    padding: 30px 0 0;
}
.form_dtlbx.is-ver2 {
    padding: 18px 0 0;
}
.form_dtlbx.is-left {
    padding-left: 18px;
}
.form_dtl {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    margin-bottom: 30px;
}
.form_dtl.is-lw {
    -webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}
.form_dtl.blk {
    display: block;
}
/*
body.cfm .form_dtl {
    margin-bottom: 0;
}
*/
.form_dtl:last-child {
    margin-bottom: 0;
}
.form_box dt {
    width: 100%;
    max-width: 270px;
    padding-right: 20px;
    box-sizing: border-box;
    margin-bottom: 0;
}
body.training-entry .form_box > dt,
body.seminar-entry .form_box > dt,
body.block-entry .form_box > dt,
body.ct-1000005 .form_box > dt {
    max-width: 280px;
}
body.member.edit .form_box .form-txt {
    font-size: 15px;
}
@media (max-width:1140px) {
    .form_box dt {
        max-width: 240px;
    }
}
@media all and (-ms-high-contrast:none) {
    .form_box dt {
        max-width: 340px;
    }
}
body.cfm .form_box dt {
    max-width: 330px;
}
.form_box.top dt {
    padding-top: 12px;
}
.is-cnf .form_box.top dt {
    padding-top: 0;
}
.form_box.notbl dt {
    display: block;
    width: 100%;
    padding-right: 0;
    margin-bottom: 12px;
}
.form_box .form_dtl dt {
    width: 100%;
    max-width: 140px;
}
.form-txt {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.form-txt.is-note {
    margin-bottom: 0;
}
.is-his {
    display: block;
    position: relative;
    padding-right: 50px;
}
.is-his:before {
    content: '必須';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #ff0000;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 3px 8px 5px 8px;
}
.form_box dt.top .is-his:before {
    top: 3px;
    transform: translateY(0);
}
.form_box dd {
    font-size: 17px;
    width: 100%;
    /*
    padding-right: 80px;
    */
    box-sizing: border-box;
}
body.member.edit .form_box dd {
    font-size: 15px;
}
/*
@media (max-width:1440px) {
    .form_box dd {
        padding-right: 40px;
    }
}
*/
.form_box.notbl dd {
    display: block;
    width: 100%;
    padding-right: 0;
}
.form_box .form_dtl dd {
    padding: 0;
}
.form_box dd a {
    font-size: 17px;
    color: #10218b;
}
.form_box dd .form_add li a {
    font-size: 13px;
}
.form_flex {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.form_flex.is-tp {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}
.form_flex.blk {
    display: block;
}
.flexin {
    width: 100%;
    margin-right: 30px;
}
.flexin:last-child {
    margin-right: 0;
}
.form_flex.ver2 .flexin {
    margin-right: 0;
}
.credit_policy {
    margin-top: 20px;
    border: 1px solid #10218b;
    padding: 20px;
    height: 130px;
    width: 100%;
    box-sizing: border-box;
    overflow-y: scroll;
    font-size: 15px;
}
.credit_policy .ttl {
    padding-bottom: 10px;
    font-weight: bold;
}
.form_box dd .credit_policy a {
    font-size: 15px;
}
@media (max-width:1340px) {
    .form_flex.ver2 .flexin:last-child {
        margin-top: 10px;
    }
    .is-lw .form_flex.ver2 .flexin:last-child {
        margin-top: 0;
    }
}
.flextxt {
    font-size: 14px;
    padding: 0 15px;
}
.flextxt.is-fss {
    font-size: 12px;
}
.flextxt:first-child {
    padding: 0 15px 0 0;
}
.flextxt:last-child {
    padding: 0 0 0 15px;
}
.form_flex.chgwid .flextxt {
    padding: 0 12px;
}
.form_flex.chgwid .flextxt:last-child {
    padding: 0 0 0 12px;
}
.form_lst {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.form_lst.is-ver2 {
    margin: -20px 0 0 0;
}
.form_lst.is-rgt {
    margin-top: 30px;
}
@media only screen and (min-width: 896px) {
    .form_lst.is-wid01 {
        max-width: 430px;
    }
}
.form_lst li {
    width: 100%;
    max-width: 140px;
    margin-right: 30px;
}
.form_lst.is-sec li {
    display: none;
}
.form_lst.is-sec li.is-on {
    display: block;
}
.form_lst.is-tri li {
    display: none;
}
.form_lst.is-tri li.is-on {
    display: block;
}
@media only screen and (min-width: 1280px) {
    .form_lst.is-sec li {
        max-width: 250px;
        margin-top: 15px;
        margin-right: 15px;
    }
    .form_lst.is-sec li:nth-child(1) ,
    .form_lst.is-sec li:nth-child(2) {
        margin-top: 0;
    }
    .form_lst.is-sec li:nth-child(2n) {
        margin-right: 0;
    }
    .form_lst.is-tri li {
        margin-top: 15px;
    }
    .form_lst.is-tri li:nth-child(1) ,
    .form_lst.is-tri li:nth-child(2) {
        margin-top: 0;
    }
    .form_lst.is-tri li:nth-child(3) {
        margin-top: 0;
    }
    .form_lst.is-tri li:nth-child(3n) {
        margin-right: 0;
    }
}
@media only screen and (min-width: 896px) and (max-width: 1279px) {
    .form_lst.is-tri li {
        margin-top: 15px;
        max-width: 120px;
    }
}
.form_lst.is-ver2  li {
    margin-right: 15px;
    margin-top: 20px;
}
.form_lst.is-ver3 li {
    width: 78%;
    margin: 0 0 15px 0;
    display: none;
}
.form_lst.is-ver3 li.is-on {
    display: block;
}
.form_lst.is-ver3 li.is-fst {
    display: block;
}
.form_lst.is-ver4 li {
    max-width: 176px;
    margin-right: 16px;
    margin-bottom: 16px;
}
.form_lst.is-ver4 li:nth-child(3n) {
    margin-right: 0;
}
.form_lst.is-ver4 li:nth-child(8):last-child,
.form_lst.is-ver4 li:has(+ li:nth-child(8)) {
    margin-bottom: 0;
}
.form_lst.is-ver4 li.is-other,
.form_lst.is-ver4 li:has(+ .is-other) {
    margin-bottom: 0;
}
.form_lst.is-ver4 li.is-other {
    max-width: 368px;
}
.form_lst.is-ver3 li:first-child {
    display: block;
}
.form_lst li:last-child {
    margin-right: 0;
}
.form_lst.is-ver3 li:last-child {
    margin: 0 0 0 0;
}
.form_lst li.wid {
    max-width: 290px;
}
.form_lst li.wid2 {
    max-width: 200px;
}
.form_lst li.wid3 {
    max-width: 250px;
}
.form_lst li.wid4 {
    max-width: 180px;
}
@media (max-width:1327px) {
    .form_lst li.wid3:last-child {
        margin: 10px 0 0 0;
    }
}
.form_lst li.wid4 {
    max-width: 180px;
}
.form_lst li.wid4_add {
    max-width: calc(100% - 198px);
    margin-left: -12px;
}
.form_lst li.wid5 {
    max-width: 260px;
}
.form_lst li.fax {
    max-width: 210px;
    margin-right: 0;
}
.form_lst li.wid-auto {
    width: auto;
}
.form_lst li .lt {
    font-size: 14px;
}
.form_lst.is-sp1 li {
    margin-top: 20px;
}
.form_lst.is-sp1 li:nth-child(-n+2) {
    margin-top: 0;
}
.form_lst.is-sp1 li:nth-child(2n) {
    margin-right: 0;
}
@media (max-width:1220px) {
    .form_lst.is-sp1 {
        display: block;
    }
    .form_lst.is-sp1 li {
        margin: 0 0 10px 0;
    }
    .form_lst.is-sp1 li:last-child {
        margin: 0;
    }
}
.formBtn_warp {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 80px 0 0;
}
.formBtn_warp.is-ajt {
    padding: 50px 0 0;
}
body.login .formBtn_warp {
    padding: 60px 0 0;
}
.formBtn {
    width: 310px;
    margin: 0 15px;
}
.formBtn.c-btn a {
    max-width: 310px;
    height: 80px;
    border-radius: 0;
    font-size: 17px;
}
.form_view {
    background: #f5f5f5;
    padding: 25px;
    font-size: 17px;
    line-height: 1.9;
}
.form_add {
    padding-top: 18px;
}
.form_add:last-child {
    padding-top: 0;
}
.form_add.is-ver2 {
    padding-top: 0;
}
.form_add.is-ver3 {
    padding-top: 18px;
}
.form_add li {
    font-size: 13px;
    line-height: 1.5;
    position: relative;
    padding-left: 1em;
    margin-bottom: 5px;
}
.form_add li.is-st {
    color: #10218b;
}
.form_add li.is-rd {
    color: #ff0000;
}
.form_add li.is-ft {
    font-size: 14px;
}
.form_add li:last-child {
    margin: 0;
}
.form_add.is-ver2 li {
    font-size: 14px;
}
.form_add li.no {
    padding-left: 0;
}
.form_add span {
    position: absolute;
    left: 0;
    top: 0;
}
.form_dtltl {
    margin-bottom: 30px;
}
.dtl-ttl {
    font-size: 14px;
    margin-bottom: 15px;
}
.dtl-ttl span {
    font-size: 17px;
    font-weight: bold;
    color: #10218b;
}
.dtl-bln {
    display: inline-block;
    background: #5e6bbf;
    padding: 12px 16px;
    position: relative;
}
.dtl-bln:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border: 5px solid transparent;
    border-top: 5px solid #5e6bbf;
}
.dtl-bln span {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
}
/*form parts*/
.form_box input[type="text"],
.form_box input[type="password"],
.form_box input[type="tel"],
.form_box input[type="email"] {
    width: 100%;
    height: 50px;
    font-size: 17px;
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
    padding: 0 20px;
    box-sizing: border-box;
}
.form_box textarea {
    width: 100%;
    height: 260px;
    font-size: 17px;
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
    padding: 20px;
    box-sizing: border-box;
}
.form_box select {
    width: 100%;
    height: 50px;
    font-size: 17px;
    border: 1px solid #f5f5f5;
    background: #f5f5f5 url(../svg/arw_tri_down_blu.svg) no-repeat right 20px center;
    background-size: 7px auto;
    color: #696969;
    padding: 0 20px;
    box-sizing: border-box;
}
.form_box input[type="radio"] + label,
.form_box input[type="checkbox"] + label {
    width: 100%;
    display: block;
    font-size: 17px;
    line-height: 1.6;
    position: relative;
    padding: 12px 20px;
    background: #f5f5f5;
    box-sizing: border-box;
}
.form_box input[type="radio"]:disabled + label,
.form_box input[type="checkbox"]:disabled + label {
    color: #ccc;
}
.form_box input[type="radio"] + label > .parts,
.form_box input[type="checkbox"] + label > .parts {
    display: inline-block;
    position: relative;
    padding-left: 2em;
}
 input[type="radio"] + label > .parts:before,
.form_box input[type="checkbox"] + label > .parts:before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 1px solid #e5e5e5;
    background: #fff;
}
.form_box input[type="radio"] + label > .parts:before{
    border-radius: 50%;
}
.form_box input[type="checkbox"] + label > .parts:before{
    border-radius: 0;
}
.form_box input[type="radio"]:checked + label > .parts:after{
    content: "";
    display: block;
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: #10218b;
    border-radius: 50%;
}
.form_box input[type="checkbox"]:checked + label > .parts:before{
    background: #10218b;
}
.form_box input[type="checkbox"]:checked + label > .parts:after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 7px;
    width: 6px;
    height: 10px;
    margin: -9px 0 0 0;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}
.flexin.wid1 {
    max-width: 260px;
}
@media (max-width:1440px) {
    .flexin.wid1 {
        max-width: 47%;
        margin: 0 4% 0 0;
    }
    .flexin.wid1:last-child {
        margin: 0;
    }
}
.flexin.wid2 {
    max-width: 180px;
}
.flexin.wid3 {
    max-width: 120px;
}
@media (max-width:1240px) {
    /*
    .flextxt:nth-child(4) {
        margin: 0 30px 0 0;
    }
    .flexin.wid3:nth-child(5) {
        margin: 10px 0 0 0;
    }
    */
}
.flexin.wid4 {
    max-width: 400px;
}
.flexin.wid5 {
    max-width: 190px;
}
.flexin.wid6 {
    width: 600px;
    max-width: 86%;
}
body.member .flexin.wid6 {
    width: auto;
}
.flexin.wid7 {
    max-width: 200px;
}
.flexin.wid8 {
    max-width: 50%;
}
.flexin.wid9 {
    max-width: 270px;
}
.flexin.wid10 {
    width: 500px;
    max-width: 100%;
}
.form_box input.is-wid01 {
    width: 500px;
}
.form_flex.chgwid .flexin.wid2 {
    max-width: 110px;
}
.form_flex.chgwid .flexin.wid3 {
    max-width: 90px;
}
/*error*/
.error_box {
    border: 1px solid #ff0000;
    background: #fff4f5;
    padding: 20px 30px;
    margin: 40px 0 0;
}
.error_box .form-txt {
    color: #ff0000;
    line-height: 2.2;
}
.is-error {
    display: block;
    font-size: 14px;
    line-height: 1;
    padding: 15px 0 0;
    color: #ff0000;
}
.form_box input[type="text"].error,
.form_box input[type="tel"].error,
.form_box input[type="email"].error {
    border: 1px solid #ff0000;
    background: #fff4f5;
}
.form_box textarea.error {
    border: 1px solid #ff0000;
    background: #fff4f5;
}
.form_box input[type="radio"].error + label:before{
    border: 1px solid #ff0000;
    background: #fff4f5;
}
/*confirm*/
body.confirm .is-his:before {
    content: none;
}
/*end*/
.end_box {
    padding: 30px 0 0;
}
.end_ttl {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 20px;
}
.end_txt {
    font-size: 17px;
    line-height: 2.2;
    text-align: center;
}
.end_txt.is-att {
    color: #eb0b0b;
    font-size: 18px;
    margin-top: 20px;
}
.formTxt_wrap {
    margin: 0 0 10px 0;
}
.formTxt-txt {
    font-size: 20px;
    line-height: 1.8;
}
.formTxt-txt.ver2 {
    position: relative;
    padding: 0 0 0 1em;
    margin: 0 0 20px 0;
    color: #ff0000;
}
.formTxt-txt.ver2 span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.formEx_wrap {
    margin: 40px 0 0 0;
    padding: 20px;
    background: #f5f5f5;
}
@media (min-width: 896px) {
    .formEx_wrap {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.formEx-txt {
    font-size: 17px;
    line-height: 1.8;
}
.formEx-btn {
    width: 270px;
}
.formEx-btn.c-btn a {
    height: 60px;
}
.formLnk-lnk {
    text-align: center;
    margin: 30px 0 0 0;
}
.formLnk-lnk a {
    padding: 0 14px 0 0;
    color: #10218b;
    position: relative;
}
.formLnk-lnk a:before {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 0;
    z-index: 9;
    width: 8px;
    height: 14px;
    background: url(../svg/arw_line_right_blu.svg) no-repeat center center;
    background-size: 8px auto;
}
@media (min-width: 896px) {
    body.login .formLnk-lnk a {
        font-size: 16px;
    }
    body.login .formLnk-lnk a:before {
        bottom: 3px;
    }
    .formLnk-lnk a:hover {
        text-decoration: underline;
    }
}
/*人材協入会のご案内*/
.c-form.ver2 {
    width: 100%;
    margin: 60px 0 0 0;
    /* border-top: 1px solid #10218b; */
}
.c-form.ver2 .c-form_in {
    width: 100%;
}
.c-form.ver2 .form_box input[type="radio"] + label,
.c-form.ver2 .form_box input[type="checkbox"] + label {
    max-width: 550px;
}
.c-form.ver2 .form_box input[type="text"].wid1 {
    max-width: 258px;
    margin: 0 30px 0 0;
}
@media (max-width:1280px) {
    .c-form.ver2 .form_box input[type="text"].wid1 {
        max-width: 47%;
        margin: 0 5% 0 0;
    }
}
.c-form.ver2 .form_box input[type="text"].wid1:nth-child(2) {
    margin: 0;
}
.c-form.ver2 .form_box input[type="text"].wid2 {
    max-width: 400px;
}
.c-form.ver2 .form_box input[type="text"].wid3 {
    max-width: 190px;
}
.c-form.ver2 .form_box select.wid4 {
    max-width: 220px;
}
.c-form.ver2 .form_box input[type="text"].wid5 {
    width: 100%;
}
.c-form.ver2 .c-btn.wid1 a {
    max-width: 310px;
    margin: 0 auto;
}
.form_upload label {
    width: 210px;
    display: block;
    height: 50px;
    background: #f5f5f5;
    font-size: 16px;
    padding: 0 20px 0 20px;
    box-sizing: border-box;
    line-height: 50px;
    text-align: center;
    position: relative;
}
.form_upload label input[type="file"] {
    opacity: 0;
    width: 210px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}
.form_upload.wid2 label {
    width: auto;
}
.form_upload.wid2 label input[type="file"] {
    width: 100%;
}
.form_upload-img.wid2 img,
.form_upload-del.wid2 {
    max-width: 160px;
}
.form_upload + .form_upload-img,
.form_upload-del {
    margin-top: 20px;
}
.is-cnf .form_upload + .form_upload-img,
.is-cnf .form_upload-del {
    margin-top: 0;
}
.js-uploadfile-name {
    padding-top: 5px;
    display: none;
}
.formFlt_wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.2);
}
body.member .formFlt_wrap .formBtn_warp {
    padding: 0 0;
}
@media (min-width: 896px) {
    body.member .formFlt_wrap {
        padding: 20px 80px 20px 390px;
        box-sizing: border-box;
    }
    body.member.edit .formFlt_wrap {
        padding: 20px 0 20px 0;
        width: calc(100% - 430px);
        left: 50%;
        max-width: 970px;
        transform: translate(-50%, 0);
        margin: 0 0 0 175px;
    }
    .formFlt_wrap .formBtn.c-btn a {
        height: 60px;
    }
    body.edit .pagetop {
        bottom: 120px;
    }
}
@media (min-width: 1261px) {
    body.member.edit .formFlt_wrap {
        width: calc(100% - 470px);
        margin: 0 0 0 155px;
    }
}
.increase-btn {
    width: 250px;
    margin: 20px 0 0 0;
}
.form_box dd .increase-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 250px;
    height: 60px;
    box-sizing: border-box;
    background: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    border: 1px solid #bfbfbf;
}
@media (min-width: 896px) {
    .form_box dd .increase-btn a:hover {
        border: 1px solid #10218b;
        background: #10218b;
        color: #ffffff;
    }
}
.form-txtb {
    text-align: center;
    font-size: 18px;
    padding: 20px 0 0 0;
}
.fsup {
    font-size: 17px;
}
.form_error {
    padding: 0 0 30px 0;
}
.form_login {
    padding: 30px;
    border: 1px solid #10218b;
    margin: 0 0 60px 0;
}
.form_login-ttl {
    font-size: 22px;
    line-height: 1.5;
    font-weight: bold;
    margin: 0 0 25px;
    color: #10218b;
    text-align: center;
}
.form_login_src-ttl {
    font-size: 17px;
    margin: 0 20px 0 0;
}
.form_login_in {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    padding: 0 20px;
}
.form_login_src {
    width: 542px;
    background: #f1f1f1;
    padding: 18px 20px;
    box-sizing: border-box;
}
.form_login_src_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.form_login_src_tx input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border: 0;
    border-radius: 4px 0 0 4px ;
    outline: none;
    background: none;
    box-sizing: border-box;
    width: 270px;
    height: 45px;
    background: #fff;
    padding: 0 20px;
    font-size: 18px;
}
.form_login_src_btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #10218b;
    width: 110px;
    height: 45px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #10218b;
    box-sizing: border-box;
    border-radius: 0 4px 4px 0;
}
.form_login_src_btn a span {
    padding: 0 0 0 28px;
    position: relative;
}
.form_login_src_btn a span:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url(../svg/icn_search_w.svg) no-repeat 0 0;
    background-size: 100% auto;
}
.form_login_result {
    background: #fff;
    margin: 15px 0 0 0;
    padding: 10px;
}
.form_login_result .is-error {
    padding: 0;
    line-height: 1.6;
}
/*ログイン*/
@media (min-width: 896px) {
    .form_warp.is-login {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .form_warp.is-login .c-form {
        /*
        width: -webkit-calc(100% - 480px);
        width: calc(100% - 480px);
        */
        width: 48%;
    }
}
.form_warp.is-login .c-form {
    margin: 0;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
    padding: 0 0 40px 0;
}
.form_warp.is-login .c-form_in {
    width: auto;
    padding: 40px 30px 0 30px;
}
@media (min-width: 896px) {
    .formDet_wrap {
        width: 48%;
        /*
        width: 430px;
        */
    }
}
.formDet_wrap {
    box-sizing: border-box;
    padding: 0 0 40px 0;
}
.formDet-ttl {
    background: #f7f6f6;
    text-align: center;
    line-height: 1;
    padding: 20px 0;
    color: #10218b;
    font-weight: bold;
    font-size: 20px;
}
.formDet_wrap .formDet-ttl {
    border: 1px solid #dfdfdf;
    border-bottom: 0;
}
.formDet_in {
    padding: 40px 20px 40px 20px;
    border: 1px solid #dfdfdf;
    border-top: 0;
}
.formDet-txt {
    font-size: 16px;
    margin: 0 0 20px 0;
}
/*
.formDet-txt span {
    color: #ff0000;
}
*/
.formDet-list {
    margin: 0 0 0 30px;
}
.formDet-list li {
    font-size: 23px;
    line-height: 1.8;
}
.formDet-list li span {
    color: #10218b;
    font-size: 20px;
    padding: 0 8px 0 0;
}
.formDet-list li span.red {
    color: #000000;
    font-size: 20px;
}
.form_warp.is-login .form_box input.is-wid01 {
    width: 100%;
}
@media (min-width: 896px) {
    .formDet-btn {
        margin: 40px auto 0 auto;
        max-width: 280px;
    }
    .form_warp.is-login .form_box dt {
        max-width: 220px;
    }
    body.login .form_warp.is-login .formBtn_warp {
        padding: 30px 0 0;
    }
    .form_warp.is-login .formBtn.c-btn a {
        height: 60px;
    }
}
@media only screen and (min-width: 896px) and (max-width: 1140px) {
    .form_warp.is-login .form_box dt {
        max-width: 220px;
    }
}
.seminar-btn a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #5e6bbf;
    padding: 6px 15px;
    text-align: center;
    border: 3px solid #5e6bbf;
    text-decoration: none;
}
.seminar-btn a:hover {
    opacity: .8;
}
.seminar-btn a .is-btn {
    position: relative;
}
.seminar-btn a .is-btn:before,
.seminar-btn a .is-btn:after {
    position: absolute;
    display: block;
    content: '';
    background-color: #5e6bbf;
    border-radius: 3px;
    position: absolute;
    width: 15px;
    height: 3px;
    top: 13px;
    left: -36px;
}
.seminar-btn a .is-btn:before {
    width: 3px;
    height: 15px;
    top: 7px;
    left: -30px;
}
.branch-btn {
    float: right;
}
.branch-btn a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #5e6bbf;
    padding: 6px 15px 6px 45px;
    text-align: center;
    border: 3px solid #5e6bbf;
    text-decoration: none;
}
.branch-btn a:hover {
    opacity: .8;
}
.branch-btn a .is-btn {
    position: relative;
}
.branch-btn a .is-btn:before,
.branch-btn a .is-btn:after {
    position: absolute;
    display: block;
    content: '';
    background-color: #5e6bbf;
    border-radius: 3px;
    position: absolute;
    width: 15px;
    height: 3px;
    top: 13px;
    left: -30px;
    transform: rotate(45deg);
}
.branch-btn a .is-btn:before {
    width: 3px;
    height: 15px;
    top: 7px;
    left: -24px;
}
.member_in.is-branch .c-form_in {
    position: relative;
}
.branch_wrap {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.branch-txt {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 11;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
.formNote_lst {
    margin-bottom: 80px;
}
.formNote_lst li {
    position: relative;
    font-size: 17px;
    line-height: 1.6;
    padding: 0 0 0 2em;
}
.formNote_lst li span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.freeword_wrap {
    display: none;
    margin-top: 10px;
}
.freeword_wrap.is-active {
    display: flex;
    align-items: center;
}
.freeword_wrap span {
    display: block;
    width: 110px;
}
.form_box textarea.is-ver2 {
    width: calc(100% - 110px);
    height: 60px;
}
.form_box .form_dtl dt span.error {
    font-size: 14px;
    color: #ff0000;
}
@media only screen and (max-width: 896px) {
    .form_warp {
        width: 100%;
        display: block;
        padding: 50px 0 50px;
    }
    .form_ttl {
        width: 100%;
        padding: 0 25px;
        padding-bottom: 80px;
    }
    body.login .form_ttl {
        padding-bottom: 30px;
    }
    .c-form {
        width: 100%;
        padding-right: 0;
        padding: 0 25px;
    }
    .c-form_in {
        width: auto;
    }
    .form-ttl {
        font-size: 30px;
    }
    .form-sb {
        font-size: 23px;
        line-height: 1.4;
        padding-top: 25px;
    }
    /********************************
    contact
    *********************************/
    .form_flow {
        margin: 0;
    }
    .form_flow ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .form_flow ul li {
        width: 100px;
        height: 50px;
        border-radius: 5px;
        -ms-border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        padding-top: 18px;
        margin-right: 12px;
    }
    .form_flow ul li:last-child {
        margin-right: 0;
    }
    .form_flow ul li .nmb {
        font-size: 10px;
    }
    .form_flow ul li .txt {
        font-size: 15px;
    }
    .form_box {
        display: block;
        padding: 35px 0;
    }
    .form_box.notbl {
        padding: 55px 0 25px 0;
    }
    .form_box dt {
        display: block;
        width: 100%;
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 18px;
    }
    .form_box .form_dtl dt {
        width: 100%;
        max-width: 100%;
    }
    body.training-entry .form_box > dt,
    body.seminar-entry .form_box > dt,
    body.block-entry .form_box > dt,
    body.ct-1000005 .form_box > dt {
        max-width: 100%;
    }
    .form_box.top dt {
        padding-top: 0;
    }
    .form_box.notbl dt {
        margin-bottom: 16px;
    }
    .form-txt {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 18px;
    }
    .is-his {
        display: inline-block;
        padding: 0 46px 0 0;
    }
    .is-his:before {
        font-size: 12px;
        padding: 4px 6px;
    }
    .form_box dd {
        display: block;
        padding-right: 0;
    }
    .form_box dd a {
        font-size: 14px;
    }
    .form_box dd .form_add li a {
        font-size: 14px;
    }
    .form_flex {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .form_flex.is-tp {
        display: block;
    }
    .form_flex.ver2 .flexin.is-his:before {
        position: relative;
        display: inline-block;
    }
    .flexin {
        margin-right: 4%;
    }
    .flexin:last-child {
        margin-right: 0;
    }
    .flextxt {
        font-size: 14px;
        padding: 0 10px;
    }
    .flextxt:first-child {
        padding: 0 20px 0 0;
    }
    .flextxt.ver2 {
        padding: 10px 0 0;
    }
    .flextxt.is-wid2 {
        width: 13px;
    }
    .is-add {
        display: none;
    }
    .form_lst.is-rgt {
        margin: 30px 0 0 0;
    }
    .form_lst li {
        max-width: 48%;
        margin-right: 4%;
    }
    .form_lst li.wid5 {
        max-width: 48%;
    }
    .form_lst li.wid6 {
        max-width: 48%;
    }
    .form_lst li.fax + li.flextxt:last-child {
        padding: 10px 0 0 0;
    }
    .form_lst.is-sp1 li {
        width: 48%;
        margin-right: 4%;
        margin-top: 15px;
    }
    .form_lst.is-sp1 li:nth-child(1) ,
    .form_lst.is-sp1 li:nth-child(2) {
        margin-top: 0;
    }
    .form_lst.is-sp1 li:nth-child(2n) {
        margin-right: 0;
    }
    .form_lst li.wid {
        max-width: 48%;
    }
    .form_lst li.wid2 {
        max-width: 48%;
    }
    .form_lst li.wid3 {
        max-width: 48%;
    }
    .form_lst li.wid4 {
        max-width: 48%;
    }
    .form_lst li.wid4_add {
        max-width: 48%;
        margin-left: 0;
    }
    .form_lst li.wid-auto {
        max-width: 100%;
    }
    .form_lst.is-sec li {
        margin-bottom: 15px;
    }
    .form_lst.is-sec li:nth-child(2n) {
        margin-right: 0;
    }
    .form_lst.is-tri li {
        margin-bottom: 10px;
    }
    .form_lst.is-tri li:nth-child(2n) {
        margin-right: 0;
    }
    .form_lst.is-payment_term li.wid:first-child {
        max-width: 42%;
    }
    .form_lst.is-payment_term li.wid:last-child {
        max-width: 54%;
    }
    .form_lst.is-ver2 {
        margin: 0 0 0 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .form_lst.ver2 li {
        max-width: 100%;
        margin-right: 0;
    }
    .form_lst.ver2 li:first-child {
        margin-bottom: 10px;
    }
    .form_lst.is-ver2 li {
        margin-right: 4%;
        margin-top: 15px;
        max-width: 48%;
    }
    .form_lst.is-ver2 li:nth-child(1) ,
    .form_lst.is-ver2 li:nth-child(2) {
        margin-top: 0;
    }
    .form_lst.is-ver2 li:nth-child(2n) {
        margin-right: 0;
    }
    .form_lst.is-ver3 li {
        max-width: 100%;
    }
    .form_lst.is-ver4 li {
        max-width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
    }
    .form_lst.is-ver4 li:nth-child(3n) {
        margin-right: 4%;
    }
    .form_lst.is-ver4 li:nth-child(2n) {
        margin-right: 0;
    }
    .form_lst.is-ver4 li.is-other {
        max-width: 48%;
    }
    .formBtn_warp {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 50px 0 0;
    }
    body.login .formBtn_warp {
        padding: 50px 0 0;
    }
    .formBtn {
        width: 48%;
        margin: 0;
    }
    .formBtn:only-child {
        width: 100%;
        margin: 0 auto;
    }
    .formBtn.c-btn a {
        max-width: 100%;
        height: 50px;
        font-size: 13px;
    }
    .form_view {
        padding: 25px 25px;
        margin: 0 -25px;
        font-size: 14px;
    }
    .form_add {
        padding-top: 15px;
    }
    .form_add li {
        font-size: 14px;
    }
    .form_add.is-ver2 li {
        font-size: 12px;
    }
    .form_dtlbx.is-left {
        padding-left: 16px;
    }
    .form_dtltl {
        margin-bottom: 30px;
    }
    .form_dtl {
        display: block;
        margin-bottom: 30px;
    }
    .form_dtl.is-mg1 {
        margin-bottom: 15px;
    }
    .dtl-ttl {
        font-size: 12px;
        margin-bottom: 15px;
    }
    .dtl-ttl span {
        display: block;
        font-size: 14px;
    }
    .dtl-bln {
        text-align: center;
        display: block;
        padding: 12px 15px;
    }
    .dtl-bln span {
        font-size: 14px;
    }
    /*error*/
    .error_box {
        padding: 15px 15px;
        margin: 20px 0 0;
    }
    .error_box .form-txt {
        line-height: 1.8;
    }
    .is-error {
        font-size: 12px;
        padding: 10px 0 0;
    }
    .flexin.wid1 {
        max-width: 48%;
    }
    .flexin.wid2 {
        max-width: 100%;
    }
    .flexin.wid3 {
        max-width: 35%;
    }
    .flexin.wid4 {
        max-width: 100%;
    }
    .flexin.wid5 {
        width: calc(100% - 36px);
    }
    .flexin.wid6 {
        max-width: 100%;
    }
    .flexin.wid7 {
        max-width: 100%;
    }
    .flexin.wid9 {
        max-width: 100%;
    }
    .flexin.wid10 {
        max-width: 100%;
    }
    .form_flex.chgwid .flexin.wid2 {
        max-width: 100%;
    }
    .form_flex.chgwid .flexin.wid3 {
        max-width: 35%;
    }
    .flexin.is-widsp1 {
        max-width: 70%;
    }
    .flexin.is-widsp2 {
        max-width: 100%;
    }
    .flexin.wid2.mg {
        margin-bottom: 30px;
    }
    .form_attent {
        font-size: 14px;
        margin-top: 19px;
    }
    .flexin.wid3.mg {
        margin-bottom: 15px;
    }
    .flexin.is-mgtpsp1 {
        margin-top: 15px;
    }
    .credit_policy {
        padding: 15px;
        font-size: 14px;
    }
    .form_box dd .credit_policy a {
        font-size: 14px;
    }
    .parts.poricy a {
        display: block;
        padding-top: 8px;
    }
    /*form parts*/
    .form_box input[type="password"],
    .form_box input[type="text"],
    .form_box input[type="tel"],
    .form_box input[type="email"] {
        font-size: 14px;
        height: 60px;
        padding: 0 15px;
    }
    .form_box select {
        font-size: 14px;
        height: 60px;
        padding: 0 15px;
    }
    .form_box textarea {
        font-size: 14px;
        width: 100%;
        height: 210px;
        padding: 20px 15px;
    }
    .form_box input[type="radio"] + label,
    .form_box input[type="checkbox"] + label{
        font-size: 14px;
        line-height: 1.6;
        padding: 19px 15px;
    }
    .form_box input[type="radio"] + label > .parts,
    .form_box input[type="checkbox"] + label > .parts {
        padding: 0 0 0 2.4em;
    }
    .form_box input.is-wid01 {
        width: 100%;
    }
    body.edit .form_box input[type="radio"] + label,
    body.edit .form_box input[type="checkbox"] + label{
        line-height: 1.4;
        padding: 0 15px;
        height: 60px;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    /*end*/
    .end_box {
        padding: 30px 0 0;
        min-height: auto;
    }
    .end_ttl {
        font-size: 16px;
        margin: 0 0 10px;
        text-align: left;
    }
    .end_txt {
        font-size: 14px;
        line-height: 1.8;
        text-align: left;
    }
    .end_txt.is-att {
        font-size: 16px;
    }
    .formTxt_wrap {
        margin: 0 0 0 0;
    }
    .formTxt_wrap.is-ver2 {
        margin: 30px 0 0 0;
    }
    .formTxt-txt {
        font-size: 15px;
    }
    .formTxt-txt.ver2 {
        margin: 0;
    }
    .formEx_wrap {
        margin: 20px 0 0 0;
        padding: 15px;
    }
    .formEx-txt {
        font-size: 14px;
    }
    .formEx-btn {
        width: auto;
        margin: 15px 0 0 0;
    }
    .formEx-btn.c-btn a {
        height: 50px;
    }
    .formLnk-lnk {
        text-align: center;
        margin: 30px 0 0 0;
    }
    .formLnk-lnk a {
        padding: 0 14px 0 0;
        color: #10218b;
        position: relative;
    }
    .formLnk-lnk a:before {
        content: "";
        position: absolute;
        bottom: 2px;
        right: 0;
        z-index: 9;
        width: 8px;
        height: 14px;
        background: url(../svg/arw_line_right_blu.svg) no-repeat center center;
        background-size: 8px auto;
    }
    @media (min-width: 896px) {
        .formLnk-lnk a:hover {
            text-decoration: underline;
        }
    }
    .fsup {
        font-size: 14px;
    }

    /*人材協入会のご案内*/
    .c-form.ver2 {
        margin: 25px 0 0 0;
        padding: 0;
    }
    .c-form.ver2 .c-form_in {
        width: 100%;
    }
    .c-form.ver2 .form_box input[type="radio"] + label,
    .c-form.ver2 .form_box input[type="checkbox"] + label {
        width: 100%;
    }
    .c-form.ver2 .form_box input[type="text"].wid1 {
        width: 48%;
        margin: 0 2% 0 0;
    }
    .c-form.ver2 .form_box input[type="text"].wid1:nth-child(2) {
        margin: 0;
    }
    .c-form.ver2 .form_box input[type="text"].wid2 {
        width: 100%;
    }
    .c-form.ver2 .form_box input[type="text"].wid3 {
        width: 90%;
    }
    .c-form.ver2 .form_box select.wid4 {
        width: 100%;
    }
    .c-form.ver2 .form_box input[type="text"].wid5 {
        width: 100%;
    }
    .c-form.ver2 .c-btn.wid1 a {
        max-width: 100%;
    }
    .c-form.ver2 .form-txt.ver2 {
        margin: 15px 0 0 0;
    }
    .form_upload label {
        font-size: 14px;
    }
    .formFlt_wrap {
        padding: 15px 25px;
        box-sizing: border-box;
    }
    body.edit .pagetop {
        bottom: 95px;
    }
    .increase-btn {
        width: 200px;
        margin: 20px auto 0 auto;
    }
    .form_box dd .increase-btn a {
        height: 50px;
    }
    body.edit .c-btn.ver4 a {
        padding: 0 0 0 20px;
    }
    body.edit .c-btn.ver3 a:before {
        right: 15px;
    }
    body.edit .c-btn.ver4 a:before {
        width: 10px;
        height: 12px;
        left: 15px;
        background: url(../svg/arrow-left-solid-blk.svg) no-repeat 0 center;
        background-size: 100% auto;
    }
    .form-txtb {
        font-size: 14px;
        padding: 0;
    }
    .form_error {
        padding: 20px 0 0 0;
    }
    .form_login {
        padding: 17px;
    }
    .form_login_in {
        padding: 0;
        display: block;
    }
    .form_login .formBtn {
        width: 100%;
    }
    .form_login-ttl {
        font-size: 13px;
        line-height: 1.4;
        margin: 0 0 15px;
        text-align: left;
    }
    .form_login_src {
        width: 100%;
        margin: 45px 0 0 0;
        position: relative;
        padding: 0;
    }
    .form_login_src_tx {
        width: 75%;
    }
    .form_login_src_tx input[type="text"] {
        width: 100%;
        background: #f5f5f5;
        font-size: 16px;
    }
    .form_login_src_btn {
        width: 25%;
    }
    .form_login_src_btn a {
        width: 100%;
        font-size: 12px;
    }
    .form_login_src_btn a span {
        padding: 0 0 0 20px;
    }
    .form_login_src_btn a span:before {
        width: 14px;
        height: 14px;
    }
    .form_login_src-ttl {
        position: absolute;
        left: 0;
        top: -30px;
        font-size: 15px;
    }
    .form_login_result {
        background: #fff;
        margin: 0;
        padding: 10px 0 0;
        font-size: 13px;
    }
    .form_login_result .is-error {
        line-height: 1.8;
        font-size: 13px;
    }
    /*ログイン*/
    .form_warp.is-login {
        padding: 0 0 50px;
    }
    .form_warp.is-login .c-form {
        padding: 0 0 0 0;
        margin: 0 0 30px 0;
        border: 0;
    }
    .form_warp.is-login .c-form_in {
        width: auto;
        padding: 30px 25px 0 25px;
    }
    .formDet_wrap {
        padding: 0 0 30px 0;
        border: 0;
    }
    .formDet-ttl {
        padding: 15px 0;
        font-size: 18px;
        background: #10218b;
        color: #fff;
    }
    .formDet_wrap .formDet-ttl {
        border: 0;
    }
    .formDet_in {
        padding: 30px 25px 0 25px;
        border: 0;
    }
    .formDet-txt {
        font-size: 15px;
        margin: 0 0 20px 0;
    }
    .formDet-list {
        margin: 0 0 25px 0;
    }
    .formDet-list li {
        font-size: 16px;
        line-height: 1.8;
    }
    .formDet-list li span {
        color: #10218b;
        font-size: 14px;
        padding: 0 8px 0 0;
    }
    .formDet-list li span.red {
        font-size: 16px;
    }
    .formDet-btn {
        margin: 0 auto;
        max-width: 280px;
    }
    .form_warp.is-login .form_box input.is-wid01 {
        width: 100%;
    }
    body.login .form_warp.is-login .formBtn_warp {
        padding: 20px 0 0;
    }
    .seminar-btn {
        padding: 0 25px;
    }
    .seminar-btn a {
        font-size: 15px;
        padding: 4px 0;
        margin: 0 0 15px 0;
        text-align: center;
    }
    .seminar-btn a .is-btn:before,
    .seminar-btn a .is-btn:after {
        width: 13px;
        height: 3px;
        top: 10px;
        left: -30px;
    }
    .seminar-btn a .is-btn:before {
        width: 3px;
        height: 13px;
        top: 5px;
        left: -25px;
    }
    .branch-btn a {
        font-size: 15px;
        padding: 4px 10px 4px 40px;
        margin: 0 0 15px 0;
        text-align: center;
    }
    .branch-btn a .is-btn:before,
    .branch-btn a .is-btn:after {
        width: 13px;
        height: 3px;
        top: 10px;
        left: -25px;
    }
    .branch-btn a .is-btn:before {
        width: 3px;
        height: 13px;
        top: 5px;
        left: -20px;
    }
    .branch-txt {
        font-size: 15px;
    }
    .formNote_lst {
        margin-bottom: 50px;
    }
    .formNote_lst li {
        font-size: 15px;
    }
}/*@media*/
@media only screen and (max-width: 340px) {
    .form_flow ul li {
        margin-right: 20px;
    }
    .form_flow ul li .txt {
        font-size: 13px;
    }
    body.edit .c-btn.ver4 a:before {
        left: 10px;
    }
    .dtl-bln span {
        font-size: 13px;
    }
}/*@media*/

/*cmn*/
.c-btn.ver3 a {
    background: #10218b;
    color: #fff;
}
.c-btn.ver3 a:before {
    background: url(../svg/arrow-right-solid-wh.svg) no-repeat 0 center;
    background-size: 100% auto;
}
.c-btn.ver4 a {
    border: 1px solid #dfdfdf;
    background: #dfdfdf;
    color: #000;
}
.c-btn.ver4 a:before {
    width: 10px;
    height: 12px;
    right: auto;
    left: 30px;
    background: url(../svg/arrow-left-solid-blk.svg) no-repeat 0 center;
    background-size: 100% auto;
}
@media (min-width: 896px) {
    .c-btn.ver3 a:hover {
        background: #fff;
        color: #10218b;
    }
    .c-btn.ver3 a:hover:before {
        background: url(../svg/arrow-right-solid.svg) no-repeat 0 center;
        background-size: 100% auto;
    }
    .c-btn.ver4 a:hover {
        background: #fff;
        color: #000;
    }
    .c-btn.ver4 a:hover:before {
        left: 20px;
    }
}
@media only screen and (max-width: 896px) {
    .c-breadcrumbs {
        padding: 10px 15px;
    }
    .c-breadcrumbs ul {
        padding: 0;
    }
    .ft_form {
        padding: 0;
    }
    .freeword_wrap.is-active {
        display: block;
    }
    .freeword_wrap span {
        width: 100%;
        font-size: 14px;
        margin-bottom: 5px;
    }
    .form_box textarea.is-ver2 {
        width: 100%;
    }
}
