@charset "utf-8";

/*============================
お問い合わせ
============================*/

body.contactBody {
    padding-top: 0;
}
body.contactBody header {
    display:none;
}
.contact .wrap {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1036px;
    padding: 2em 18px;
}
.contact .flexWrap {
    display: flex;
    justify-content: space-between;
}
.contact .flexWrap .detailSide {
    width: 376px;
}
.contact .flexWrap .detailSide h1 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #2AB4AD;
    margin-bottom: 1em;
}
.contact .flexWrap .detailSide h1 .catch {
    font-size: 19px;
    font-weight: 600;
    padding: 0.6em 0 1em;
    border-bottom: 1px solid #2AB4AD;
}
.contact .flexWrap .detailSide h2 {
    border-bottom: 1px solid #2AB4AD;
    padding: 15px 0;
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 700;
}
.contact .flexWrap .detailSide>figure {
    margin: 0 0 20px;
}
.contact .flexWrap .detailSide>p {
    font-size: 16px;
}
.contact .flexWrap .detailSide .postContent {
    margin: 40px 0;
    padding: 1em 1.5em;
    background-color: #e9f7f7;
    border-radius: 1em;
}
.contact .flexWrap .detailSide .postContent h2 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.05em;
    border-bottom: none;
    margin-bottom: 0.4em;
}
.contact .flexWrap .detailSide .postContent ul {
    padding: 0 0 1em;
}
.contact .flexWrap .detailSide .postContent li {
    font-size: 16px;
    margin: 0 0 10px;
    display: flex;
    line-height: 1.3;
    position: relative;
    padding-left: 0.8em;
}
.contact .flexWrap .detailSide .postContent li:before {
    content: "";
    position: absolute;
    background-color: #2AB4AD;
    border-radius: 50%;
    right: auto;
    left: 0;
    width: 6px;
    height: 6px;
    display: block;
    top: 0.5em;
    bottom: auto;
    margin: 0;
}
.contact .flexWrap .detailSide .postContent .thumnails {
    display: flex;
    justify-content: space-between;
}
.contact .flexWrap .detailSide .postContent .thumnails figure {
    width: 119px;
}
.contact .flexWrap .detailSide .privacyMark {
    display: flex;
}
.contact .flexWrap .detailSide .privacyMark figure {
    width: 60px;
}
.contact .flexWrap .detailSide .privacyMark p {
    font-size: 14px;
    line-height: 1.6;
    padding: 0 0 0 14px;
    flex: 1;
}
.contact .flexWrap .formSide {
    width: 584px;
}
.contact .formWrap {
    background: #EFEFEF;
    padding: 30px;
    border-radius: 10px;
}
.contact .formWrap .smpForm {
    padding: 0;
}
.contact .formWrap .ss_field:first-child {
    margin-top: 0;
}
.contact .formWrap .smpForm .ss_contents fieldset {
    border: none;
    padding: 0 0 15px;
}
.contact .formWrap .smpForm .ss_field:nth-child(odd) {
    background-color: transparent;
}
.contact .formWrap .ss_contents fieldset+fieldset {
    background-color: transparent;
}
.contact .formWrap .ss_grid {
    display: block
}
.contact .formWrap .ss_upComment {
    margin-bottom: 5px;
    font-size: 14px;
}
.contact .formWrap .ss_form_title,
.contact .formWrap .ss_enquete_title {
    font-size: 16px;
    margin: 0 0 3px;
}
.contact .formWrap input[type="text"],
.contact .formWrap input[type="email"],
.contact .formWrap input[type="tel"],
.contact .formWrap textarea,
.seminar_detail .formWrap input[type="text"],
.seminar_detail .formWrap input[type="email"],
.seminar_detail .formWrap textarea
{
    background: #FFF;
    border: none;
    font-size: 16px;
    padding: 6px 15px;
    border-radius: 10px;
    width: 100%;
}
.contact .formWrap .ss_bottomComment {
    font-size: 14px;
    margin-top: 6px;
    color: #000000;
}
.contact .formWrap #ss_name .ss_grid {
    display: flex
}
.contact .formWrap #ss_name input[type="text"] {
    width: auto;
}
.contact .formWrap #ss_name .ss_input {
    padding: 0 15px 0 0;
    ;
}
.contact .formWrap #ss_name .ss_leftComment {
    display: none;
}
.contact .formWrap .ss_visitor_form fieldset:first-child .ss_form_title {
    background-color: transparent;
    font-size: 16px;
    text-align: center;
    margin: 0 0 10px;
}
.contact .formWrap .ss_visitor_form fieldset:first-child .ss_input {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}
.contact .formWrap .ss_visitor_form fieldset:first-child .ss_input input[type="checkbox"] {
    margin: 0 12px 0 0;
}
.contact .formWrap .ss_visitor_form fieldset:first-child .ss_upComment {
    padding: 20px 25px;
    background: #FFF;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
    margin: 0 0 20px;
}
.contact .formWrap .ss_visitor_form fieldset:first-child .ss_upComment a {
    color: #2AB4AD;
    text-decoration: underline;
}
.contact .formWrap .ss_visitor_form fieldset:first-child .ss_upComment a:hover {
    text-decoration: none;
}
.contact .formWrap .ss_enquete_form .ss_input {
    font-size: 16px;
}
.contact .formWrap .ss_enquete_form input[type="checkbox"],
.contact .formWrap .ss_enquete_form input[type="radio"] {
    margin: 0 5px 0 10px;
}
.contact .formWrap .ss_btnArea {
    padding: 30px 0 10px;
}
.contact .formWrap .ss_btnArea input[type="button"] {
    width: 317px;
    height: 78px;
    border-radius: 40px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    border: none;
    cursor: pointer;
    background: #2AB4AD;
    background: -moz-linear-gradient(left, #4BD5CE 1%, #A3D872 100%);
    background: -webkit-linear-gradient(left, #4BD5CE 1%, #A3D872 100%);
    background: linear-gradient(to right, #4BD5CE 1%, #A3D872 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4BD5CE', endColorstr='#A3D872', GradientType=1);
    transition: 0.3s;
}
.contact .formWrap .ss_btnArea input[type="button"]:hover {
    opacity: 0.7;
}
.contact .formWrap .ss_user_notnull {}
.contact .formWrap .ss_user_notnull {
    display: inline-block;
    visibility: hidden;
    position: relative;
}
.contact .formWrap .ss_user_notnull:after {
    visibility: visible;
    display: inline-block;
    content: "必須";
    font-size: 10px;
    color: #FFF;
    background: #EB1515;
    border-radius: 2px;
    padding: 2px 10px 3px;
    position: absolute;
    right: -34px;
    top: 2px;
    white-space: nowrap;
}
.contact .formWrap section {
}
.contact .formWrap select {
    background: #FFF;
    border: none;
    font-size: 16px;
    padding: 6px 30px 6px 15px;
    border-radius: 10px;
}
.contact .formWrap #ss_prefecture_master_id .ss_input {
    position:relative;
}
.contact .formWrap #ss_prefecture_master_id .ss_input:before {
    content:"";
    position:absolute;
	left: 90px;
    top:13px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.contact .formWrap #ss_prefecture_master_id .ss_input:has(> .ss_error_msg):before ,#seminar_form .formWrap #ss_prefecture_master_id .ss_input:has(> .ss_error_msg):before {
    top:33px;
}


.contact .formWrap .smpForm .ss_contents fieldset#ss_prefecture_master_id {
    border: none;
    padding: 0 0 20px;
}
.contact .formWrap .smpForm .ss_contents .ss_enquete_form fieldset {
    border: none;
    padding: 0 0 30px;
}
.contact .formWrap .ss_enquete_title {
    margin: 0 0 14px;
}
.contact .formWrap .ss_enquete_title br {
    display:none;
}


footer.contactFooter {
    padding: 33px 0 0;
}
footer.contactFooter .tel {
    border-bottom: 1px solid #DEDEDE;
    padding: 0 0 33px;
}
footer.contactFooter .wrap {
    display: block;
}
footer.contactFooter .tel .wrap .flexWrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
footer.contactFooter .tel .wrap .flexWrap .text {
    font-size: 16px;
    font-weight: 700;
    padding: 0 35px 0 0;
}
footer.contactFooter .tel .wrap .flexWrap .text span {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    margin: 10px 0 0;
}
footer.contactFooter .tel .wrap .flexWrap .telnumber a {
    display: flex;
    font-size: 36px;
    font-weight: 700;
    font-style: normal;
    color: #2AB4AD;
    line-height: 1em;
    pointer-events: none;
    font-family: 游ゴシック体, Yu Gothic, YuGothic, メイリオ, Meiryo, Osaka, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: -0.02em;
    font-weight: bold;
}
footer.contactFooter .tel .wrap .flexWrap .telnumber figure {
    line-height: 1em;
    padding: 0 10px 0 0;
}
footer.contactFooter .tel .wrap .flexWrap .telnumber figure img {
    margin: 0 0 7px;
}
footer.contactFooter .link {
    padding: 33px 0 0;
}
footer.contactFooter .link .wrap {}
footer.contactFooter .link .wrap ul {
    display: block;
    text-align: center;
}
footer.contactFooter .link .wrap li {
    display: inline-block;
}
footer.contactFooter .link .wrap li:not(:last-child) {
    padding: 0 20px 0 0;
}
footer.contactFooter .link .wrap li:before {
    content: "■";
    color: #2AB4AD;
    font-size: 8px;
    margin: 0 8px 0 0;
}
footer.contactFooter .link .wrap li a {
    font-size: 13px;
}



div.form_privacy_container {
    padding: 10px 25px;
    background: #FFF;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
    margin: 0;
    overflow-y: scroll;
    height: 120px;
}
div.form_privacy_container h2 {
    color: #1364E7;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 20px;
}
div.form_privacy_container h3 {
    font-size: 14px;
    font-weight: 700;
    border-left: 4px solid #129b49;
    padding-left: 12px;
    margin: 0 0 10px;
}
div.form_privacy_container strong {
    font-weight: 700;
}
div.form_privacy_container p.tx_r {
    text-align: right;
}
div.form_privacy_container h4 {
    color: #1364E7;
    font-size: 14px;
    border-bottom: 2px solid #1364E7;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
div.form_privacy_container h5 {
    font-weight: 700;
    margin-bottom: 10px;
}
div.form_privacy_container h5::before {
    content: "◆";
    color: #1364E7;
    font-size: 14px;
    margin-right: 5px;
}
.form_privacy_tbl01 {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-bottom: 30px;
}
.form_privacy_tbl02 {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-bottom: 0;
}
.form_privacy_tbl01 th,
.form_privacy_tbl01 td {
    padding: 5px 10px;
    box-sizing: border-box;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
}
.form_privacy_tbl01 td li {
    font-size: 12px;
}
.form_privacy_tbl01 th {
    background: #eee;
    text-align: left;
    vertical-align: top;
}
.form_privacy_tbl01 tr:nth-child(1) th:nth-child(1) {
    width: 40%;
}
.form_privacy_tbl02 th,
.form_privacy_tbl02 td {
    padding: 10px 20px;
    box-sizing: border-box;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
}
.form_privacy_tbl02 th {
    background: #eee;
    text-align: left;
    vertical-align: middle;
}
.form_privacy_tbl02 tr:nth-child(1) th:nth-child(1) {
    width: 40%;
}
div.form_privacy_container ol {
    margin-left: 1em;
    list-style: decimal;
    line-height: 1.4;
}
div.form_privacy_container ol li {
    line-height: 187.5%;
}
div.form_privacy_container .m_b_20 {
    margin-bottom: 15px;
}
div.form_privacy_container .m_b_30 {
    margin: 0 0 22px;
}
div.form_privacy_container .m_b_40 {
    margin: 0 0 30px;
}
div.form_privacy_container dt {
    margin-bottom: 5px;
    font-weight: 700;
}
div.form_privacy_container dd {
    /*margin-bottom: 10px;*/
}
.form_privacy_tbl02 th, .form_privacy_tbl02 td {
    padding: 5px 10px;
    box-sizing: border-box;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
}
div.form_privacy_container a {
    padding-left: 20px;
    position: relative;
    color: #1364E7;
    text-decoration: none;
}
div.form_privacy_container a::before {
    content: "";
    width: 7px;
    height: 7px;
    border: 0;
    border-top: solid 1px #129b49;
    border-right: solid 1px #129b49;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3px;
    transform: rotate(45deg);
}




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

    .contact .flexWrap {
        display: block;
    }
    .contact .flexWrap .detailSide {
        width: auto;
        padding: 0 0 30px;
    }
    .postContent {
        margin: 20px 0;
        padding: 30px 0 20px;
    }
    .contact .flexWrap .detailSide>figure {
        text-align: center;
    }
    .contact .flexWrap .detailSide .postContent .thumnails figure {
        width: 32%;
        text-align: center;
    }
    .contact .flexWrap .detailSide .postContent .thumnails figure img {
        width: 100%;
        max-width: 238px;
    }
    .contact .flexWrap .formSide {
        width: auto;
    }
}

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

    body.contact {
        padding-bottom: 0;
    }
    .contact {
        padding: 0 0 50px;
    }

    .contact .flexWrap .detailSide>p {
        font-size: 14px;
    }
    .contact .flexWrap .detailSide .postContent li {
        font-size: 14px;
    }
    .contact .flexWrap .detailSide .postContent li:before {
        padding: 0 10px 0 0;
    }
    .contact .flexWrap .detailSide .privacyMark {
        display: flex;
    }
    .contact .formWrap {
        padding: 20px;
    }
.contact .formWrap .ss_btnArea input[type="button"] {
    width: 100%;
    max-width: 317px;
    height: 78px;
}

    footer.contactFooter {
        padding: 33px 0 0;
    }
    footer.contactFooter .tel {
        border-bottom: 1px solid #DEDEDE;
        padding: 0 0 33px;
    }
    footer.contactFooter .tel .wrap .flexWrap {
        display: block;
    }
    footer.contactFooter .tel .wrap .flexWrap .text {
        text-align: center;
        padding: 0 0 10px;
    }
    footer.contactFooter .tel .wrap .flexWrap .telnumber {
        text-align: center;
    }
    footer.contactFooter .tel .wrap .flexWrap .telnumber a {
        pointer-events: auto;
        justify-content: center;
    }
    footer.contactFooter .link {
        padding: 33px 0 0;
    }
    footer.contactFooter .link .wrap ul {
        display: inline-block;
        text-align: left;
    }
    footer.contactFooter .link .wrap li {
        display: block;
        margin: 0 0 8px;
    }
}




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



.contact .formWrap #ss_name .ss_grid {
    display: block
}
.contact .formWrap #ss_name .ss_grid .ss_input {
    margin: 0 0 4px;
}



}


/*============================
サンクスページ
============================*/

.contact.thanks .contactContent {
    padding: 50px 0;
}
.contact.thanks .contactContent .wrap {
    text-align: center;
}
.contact.thanks .smp_form {
    width: auto;
    display: inline-block;
}
.contact.thanks .smp_form h1 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 45px;
    text-align: center;
}
.contact.thanks .smp_form p {
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 16px;
}
.contact.thanks .smp_form a {
    display: inline-block;
    border: 1px solid #2AB4AD;
    background: #2AB4AD;
    color: #FFF;
    font-size: 18px;
    padding: 10px 50px;
    border-radius: 30px;
    margin: 60px 0 0;
}
.contact.thanks .smp_form a:hover {
    background: #FFF;
    color: #2AB4AD;
}





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


    .thanks .contactContent {
        padding: 50px 0;
    }
    .thanks .smp_form p {
        font-size: 14px;
        margin: 0 0 16px;
    }
    .thanks .smp_form a {
        margin: 30px 0 0;
        font-size: 16px;
    }
}







/*============================
セミナーフォーム
============================*/

#seminar_form .formWrap {
    background: #FFF;
    padding: 30px;
    border-radius: 10px;
}
#seminar_form .formWrap .smpForm {
    padding: 0;
}
#seminar_form .formWrap .ss_field:first-child {
    margin-top: 0;
}
#seminar_form .formWrap .smpForm .ss_contents fieldset {
    border: none;
    padding: 0 0 15px;
    background:#FFF;
}
#seminar_form .formWrap .smpForm .ss_field:nth-child(odd) {
    background-color: transparent;
}
#seminar_form .formWrap .ss_contents fieldset+fieldset {
    background-color: transparent;
}
#seminar_form .formWrap .ss_grid {
    display: block
}
#seminar_form .formWrap .ss_upComment {
    margin-bottom: 5px;
    font-size: 14px;
}
#seminar_form .formWrap .ss_form_title,
#seminar_form .formWrap .ss_enquete_title {
    font-size: 16px;
    margin: 0 0 3px;
}
#seminar_form .formWrap input[type="text"],
#seminar_form .formWrap input[type="tel"],
#seminar_form .formWrap input[type="email"],
#seminar_form .formWrap textarea {
    background: #EFEFEF;
    border: none;
    font-size: 16px;
    padding: 12px 15px;
    border-radius: 10px;
    width: 100%;
}
#seminar_form .formWrap select {
    background: #EFEFEF;
    border: none;
    font-size: 16px;
    padding: 6px 30px 6px 15px;
    border-radius: 10px;
}
#seminar_form .formWrap #ss_prefecture_master_id .ss_input {
    position:relative;
}
#seminar_form .formWrap #ss_prefecture_master_id .ss_input:before {
    content:"";
    position:absolute;
	left: 90px;
    top:13px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#seminar_form .formWrap .ss_bottomComment {
    font-size: 14px;
    margin-top: 6px;
}
#seminar_form .formWrap #ss_name .ss_grid {
    display: flex
}
#seminar_form .formWrap #ss_name input[type="text"] {
    width: 170px;
}
#seminar_form .formWrap #ss_name .ss_input {
    padding: 0 15px 0 0;
    ;
}
#seminar_form .formWrap #ss_name .ss_leftComment {
    display: none;
}
#seminar_form .formWrap .ss_visitor_form fieldset:first-child .ss_form_title {
    background-color: transparent;
    font-size: 16px;
    text-align: center;
    margin: 0 0 10px;
}
#seminar_form .formWrap .ss_visitor_form fieldset:first-child .ss_input {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}
#seminar_form .formWrap .ss_visitor_form fieldset:first-child .ss_input input[type="checkbox"] {
    margin: 0 12px 0 0;
}
#seminar_form .formWrap .ss_visitor_form fieldset:first-child .ss_upComment {
    padding: 20px 25px;
    background: #EFEFEF;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
    margin: 0 0 20px;
}
#seminar_form .formWrap .ss_visitor_form fieldset:first-child .ss_upComment a {
    color: #2AB4AD;
    text-decoration: underline;
}
#seminar_form .formWrap .ss_visitor_form fieldset:first-child .ss_upComment a:hover {
    text-decoration: none;
}
#seminar_form .formWrap .ss_enquete_form .ss_input {
    font-size: 16px;
}
#seminar_form .formWrap .ss_enquete_form input[type="checkbox"],
#seminar_form .formWrap .ss_enquete_form input[type="radio"]{
    margin: 0 5px 0 10px;
}
#seminar_form .formWrap .ss_btnArea {
    padding: 30px 0 10px;
}
#seminar_form .formWrap .ss_btnArea input[type="button"] {
    width: 317px;
    height: 78px;
    border-radius: 40px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    border: none;
    cursor: pointer;
    background: #4BD5CE;
    background: -moz-linear-gradient(left, #4BD5CE 1%, #A3D872 100%);
    background: -webkit-linear-gradient(left, #4BD5CE 1%, #A3D872 100%);
    background: linear-gradient(to right, #4BD5CE 1%, #A3D872 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4BD5CE', endColorstr='#A3D872', GradientType=1);
    transition: 0.3s;
}
#seminar_form .formWrap .ss_btnArea input[type="button"]:hover {
    opacity: 0.7;
}
#seminar_form .formWrap .ss_user_notnull {}
#seminar_form .formWrap .ss_user_notnull {
    display: inline-block;
    visibility: hidden;
    position: relative;
}
#seminar_form .formWrap .ss_user_notnull:after {
    visibility: visible;
    display: inline-block;
    content: "必須";
    font-size: 10px;
    color: #FFF;
    background: #EB1515;
    border-radius: 2px;
    padding: 2px 10px 3px;
    position: absolute;
    right: -34px;
    top: 2px;
    white-space: nowrap;
}

#seminar_form .formWrap .smpForm .ss_contents fieldset#ss_prefecture_master_id {
    border: none;
    padding: 0 0 20px;
}
#seminar_form .formWrap .smpForm .ss_contents .ss_enquete_form fieldset {
    border: none;
    padding: 0 0 30px;
}
#seminar_form .formWrap .ss_enquete_title {
    margin: 0 0 14px;
}
#seminar_form .formWrap .ss_enquete_title br {
    display:none;
}


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


#seminar_form .formWrap #ss_name input[type="text"] {
    width: auto;
}

#seminar_form .formWrap .ss_btnArea input[type="button"] {
    width: 100%;
    max-width: 317px;
}

}

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

#seminar_form .formWrap #ss_name .ss_grid {
    display: block
}


}
/*============================
個人情報取り扱い欄無効時
============================*/
.contact .formWrap.disable_Info .ss_visitor_form fieldset:first-child .ss_form_title {
    background-color: transparent;
    text-align: initial;
    margin: 0 0 3px;
}
.contact .formWrap.disable_Info .ss_visitor_form fieldset:first-child .ss_input {
    text-align: initial;
    font-weight: initial;
}

.contact .formWrap.disable_Info .ss_visitor_form fieldset:first-child .ss_upComment {
    padding: initial;
    background: initial;
    border-radius: initial;
    font-size: 14px;
    font-weight: initial;
    line-height: initial;
    text-align: initial;
    margin: 0 3px 5px 3px;
}
.contact .formWrap.disable_Info .smpForm .ss_contents .ss_enquete_form fieldset {
    padding: 0;
}
.contact .formWrap.disable_Info .ss_enquete_title {
    margin: 0 0 3px;
}
.contact .formWrap.disable_Info .ss_btnArea {
    padding: 15px 0 10px;
}
#seminar_form .formWrap.disable_Info .ss_visitor_form fieldset:first-child .ss_form_title {
    text-align: initial;
    margin: 0 0 3px;
}
#seminar_form .formWrap.disable_Info .ss_visitor_form fieldset:first-child .ss_input {
    text-align: initial;
    font-weight: initial;
}
#seminar_form .formWrap.disable_Info .ss_visitor_form fieldset:first-child .ss_upComment {
    padding: initial;
    background: initial;
    border-radius: initial;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
    margin: 0 3px 5px 3px;
}
#seminar_form .formWrap.disable_Info .ss_enquete_title {
    margin: 0 0 3px;
}
#seminar_form .formWrap.disable_Info .ss_btnArea {
    padding: 15px 0 10px;
}