@charset "utf-8";
/*************************************************/
/* assessment  */
/*************************************************/
.error_message {
 text-align: left;
 padding: 15px;
 margin: 10px auto;
 font-size: 15px;
 font-weight: bold;
 color: #f00;
 border: 1px solid #faa;
 background-color: #fee;
 line-height: 25px;
}
.asse_form_wrap {
 width: 1000px;
 margin: 0 auto 40px;
}
.asse_form_wrap .h2_title {
 width: 1000px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.asse_form {
 margin: 20px auto;
 border-radius: 3px;
 box-shadow: 0 0 3px 0 #999;
 padding: 20px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.asse_form table {
 border-collapse: collapse;
 margin: 0;
 padding: 0;
 width: 100%;
}
.asse_form tr {
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flex;
 display: -o-flex;
 display: flex;
 margin-bottom: 3px;
}
.asse_form tr th,
.asse_form tr td {
 padding: 15px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.asse_form tr th {
 width: 25%;
 background: #FAFAF9;
}
.asse_form tr th {
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flex;
 display: -o-flex;
 display: flex;
 justify-content: space-between;
 font-size: 14px;
 align-items: flex-start;
 text-align: left;
}
.asse_form tr td {
 width: 75%;
 font-size: 15px;
 line-height: 22px;
}
.asse_form th span {
 font-size: 12px;
 font-weight: bold;
 padding: 0 10px;
 line-height: 22px;
 border-radius: 3px;
}
.asse_form th span.asse_required {
 border: 1px solid #ff4a32;
 color: #ff4a32;
 background: #FFE8E5;
}
.asse_form th span.asse_any {
 border: 1px solid #237dc0;
 color: #237dc0;
 background: #dfebf5;
}
.asse_form td p {
 color: #999;
}
.asse_form td input[type="text"],
.asse_form td input[type="tel"],
.asse_form td input[type="password"],
.asse_form td input[type="number"],
.asse_form td textarea,
.asse_form td select {
 font-size: 16px;
 line-height: 24px;
 padding: 8px 15px;
 border: 1px solid #ccdae4;
 background: #f5f9fc;
 font-family: 'Arial', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 border-radius: 3px;
 margin-bottom: 4px;
 margin-right: 5px;
}
.asse_form td input[type="button"] {
 font-family: 'Arial', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
 font-size: 16px;
 line-height: 24px;
 padding: 8px 15px;
 border: 1px solid #ccc;
 background: #eee;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 border-radius: 3px;
 cursor: pointer;
}
.asse_form td input[type="button"]:hover {
 background: #ccc;
}
.asse_form td select {
 cursor: pointer;
 height: 42px;
 vertical-align: bottom;
}
.asse_form td textarea {
 height: 150px;
 display: block;
}
.asse_form td label {
 border: 1px solid #ccdae4;
 background: #f5f9fc;
 cursor: pointer;
 border-radius: 3px;
 padding: 9px 15px 9px 9px;
 display: inline-block;
 margin: 0 2px 5px 0;
}
.asse_form td label input {
 width: 20px;
 height: 20px;
 margin-right: 5px;
}
.asse_form td label input[type="checkbox"],
.asse_form td label input[type="radio"] {
 vertical-align: sub;
 margin: 0 5px 0 0;
 cursor: pointer;
}
.asse_form td input[type="text"]:hover,
.asse_form td input[type="tel"]:hover,
.asse_form td input[type="password"]:hover,
.asse_form td input[type="number"]:hover,
.asse_form td textarea:hover,
.asse_form td select:hover,
.asse_form td label:hover {
 background: #f9fcf5;
 border: 1px solid #d6eaba;
}
.asse_btn input[type="submit"] {
 -webkit-appearance: none;
 border: 2px solid #2799fb;
 background: #2799fb;
 color: #fff;
 border-radius: 30px;
 width: 400px;
 height: 60px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 box-shadow: 0 0 3px 0 #999;
 padding: 0 40px;
 font-weight: bold;
 cursor: pointer;
 margin: 0 auto;
 font-size: 20px;
 display: block;
 font-family: 'Arial', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}
.asse_btn input[type="submit"]:hover {
 color: #2799fb;
 background: #fff;
}
.asse_btn input[type="button"] {
 -webkit-appearance: none;
 border: 1px solid #ccc;
 background: #eee;
 border-radius: 3px;
 width: 100px;
 height: 40px;
 font-weight: bold;
 cursor: pointer;
 margin: 0 auto;
 display: block;
 font-family: 'Arial', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}
.asse_btn input[type="button"]:hover {
 background: #ccc;
}
/* form result complete
---------------------------------------- */
.asse_form_fin {
 margin: 20px auto;
 border-radius: 3px;
 box-shadow: 0 0 3px 0 #999;
 padding: 20px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.asse_form_fin table {
 border-collapse: collapse;
 margin: 0;
 padding: 0;
 width: 100%;
}
.asse_form_fin tr {}
.asse_form_fin th, .asse_form_fin td {
 font-size: 14px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 display: block;
 width: 100%;
}
.asse_form_fin th {
 text-align: left;
 background: #FAFAF9;
 padding: 5px;
}
.asse_form_fin td {
 padding: 5px;
 padding-bottom: 15px;
}
.asse_result {
 text-align: center;
 padding: 15px;
 margin: 20px auto;
 font-size: 18px;
 font-weight: bold;
 border: 1px solid #aaf;
 background-color: #eef;
 line-height: 25px;
}
.asse_result .price {
 color: #00f;
 font-size: 25px;
}
.asse_fin {
 font-size: 15px;
 line-height: 24px;
}
.asse_fin_txt {
 margin: 30px 50px;
}
.asse_fin_txt span {
 color: #ff0000;
 font-weight: bold;
 display: block;
 font-size: 20px;
 margin-bottom: 10px;
}
.asse_fin_txt p {}
.asse_fin_attention {
 border: 1px solid #090;
 padding: 20px;
 color: #090;
 margin: 30px 50px;
}
.asse_fin_attention span {
 display: block;
 font-weight: bold;
 font-size: 18px;
 margin-bottom: 10px;
}
.asse_fin_attention p {}
/*stepBar*/
.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: #ffdca9;
 content: "";
 width: calc(100% - 24px);
 height: 4px;
 position: absolute;
 left: calc(-50% + 12px);
 top: 10px;
}
.stepBar li:first-child:after {
 display: none;
}
.stepBar li span {
 background: #ffdca9;
 color: #ffffff;
 display: inline-block;
 height: 24px;
 margin-bottom: 5px;
 line-height: 24px;
 width: 24px;
 -moz-border-radius: 50%;
 -webkit-border-radius: 50%;
 border-radius: 50%;
}
.stepBar .visited:after {
 background: #ff9600;
}
.stepBar .visited span {
 background: #ff9600;
}
.cms_off {
 display: none;
}