@charset "utf-8";

button,
option,
select,
textarea,
input[type="button"],
input[type="submit"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="text"],
input[type="select"],
input[type="option"],
input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: none;
    outline: 0;
    margin: 0;
    background: #fff;
}

input[type=radio],
input[type=checkbox] {
    display: none;
}

select {
    text-indent: 0.01px;
    text-overflow: '';
}

select::-ms-expand {
    display: none;
}

textarea,
input[type="number"],
input[type="text"],
input[type="email"],
input[type="tel"] {
    width: 100%;
    padding: 15px 20px;
    font-size: 16px;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

textarea {
    height: 200px;
}

textarea:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="text"]:focus {
    border: 1px solid #298F80;
}

#sec_01 {
    text-align:center;
    padding: 50px 10px;
}
.form_box   {
    text-align:left;
}
.main_contents h2 {
    clear: both;
    background: #F9F9F9;
    padding: 10px 16px;
    position: relative;
    margin: 0 0 24px 0;
    border-radius: 4px;
    font-size:20px;
    text-align:left;
}
.main_contents h2:before    {
    content: "";
    display: block;
    width: 6px;
    height: 60%;
    position: absolute;
    top: 20%;
    left: 0;
    background-color: #298F80;
    border-radius: 0 2px 2px 0;
}

.stepBar {
    display: flex;
    max-width: 400px;
    position: relative;
    margin: 20px auto;
    text-align: center;
}

.stepBar li {
    font-size: 12px;
    list-style: none;
    position: relative;
    width: 33.333%;
}

.stepBar li:after {
    background: #CCC;
    content: "";
    width: calc(100% - 50px);
    height: 1px;
    position: absolute;
    left: calc(-50% + 25px);
    top: 25px;
}

.stepBar li:first-child:after {
    display: none;
}

.stepBar li span {
    background: #CCC;
    color: #ffffff;
    display: inline-block;
    height: 50px;
    margin-bottom: 5px;
    line-height: 50px;
    width: 50px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.stepBar .visited:after {
    background: #298F80;
}

.stepBar .visited span {
    background: #298F80;
}

.form_tbl {
    width: 100%;
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 40px;
}

.form_tbl th,
.form_tbl td {
    border-top: none;
    padding: 10px;
}

.form_tbl td {
    padding: 20px;
}

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

    .form_tbl th,
    .form_tbl td {
        display: block;
    }
}

.form_tbl th {
    background: #fbfbfb;
}

.required,
.any {
    display: block;
    padding: 4px 6px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.1;
    color: #ffffff;
    float: left;
    margin: 2px 10px 0 0;
}

.required {
    background-color: #E4A91E;
}

.any {
    background-color: #aaaaaa;
}

.form_submit,
.toplink    {
    max-width: 500px;
    margin: 0 auto;
}

.exp {
    font-size:16px;
    margin-bottom: 40px;
}



.form_box button,
.toplink a   {
    display: inline-block;
    width: 100%;
    border: solid 1px #298F80;
    background: #298F80;
    color: #fff;
    margin: 20px auto;
    padding: 10px;
    height: 68px;
    font-size: 18px;
    letter-spacing: 0.1em;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius:100px;
}

.form_box button:hover,
.toplink a:hover {
    background: #fff;
    color: #298F80;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}
.main_contents strong {
    font-weight: 400;
    color:#333;
    background: linear-gradient(transparent 60%, yellow 0%);
}
.err_msg    {
    color:#b40123;
}


.page_box {
    padding: 0 10px;
}

.main_contents .telno_box   {
    border: 5px solid #f4f4f4;
    padding:20px;
    margin-bottom:30px;
    font-size:32px;
    font-weight: 700;
    text-align:center;
    line-height:0.5;
    border-radius: 5px;
}
.main_contents .telno_box i {
    font-size:28px;
    margin-right:5px;
    color: #298F80;
}
.main_contents .telno_box span  {
    font-size:14px;
    color:#333;
}
.main_contents .telno_box a     {
    text-decoration: none;
    color:#666;
}


@media screen and (min-width: 768px) {
    #sec_01 {
        max-width: 900px;
        margin: 0 auto;
        padding:80px 0;
    }
    .main_contents h2  {
        font-size: 28px;
        margin:30px 0 30px 10px;
    }
        .form_tbl {
        width:100%;
    }
    .form_tbl th,
    .form_tbl td {
        font-size: 18px;
        padding: 20px 15px;
        font-weight: normal;
        text-align: left;
        vertical-align: middle;
        border-top: 1px dashed #dddddd;
        border-bottom: 1px dashed #dddddd;
        margin: 0px;
    }
    .form_tbl th {
	   background-color: #fbfbfb;
	   max-width: 300px;
    }
}
