@charset "UTF-8";
/** * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) * Richard Clark (http://richclarkdesign.com) * http://cssreset.com */
html,
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong,
sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, figcaption, figure, footer, header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

li {
  list-style: none;
}

img {
  display: block;
}

/* --------------------------------------------
 * 　基本設定
 * -------------------------------------------- */
body {
  font-family: "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  min-height: calc(100vh - 190px);
  padding-top: 20px;
  padding-bottom: 170px;
  position: relative;
}

body * {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #555;
}

a:hover {
  text-decoration: underline;
}

.on_mobile {
  display: none !important;
}

#wrap {
  width: 100%;
  height: auto;
}

input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.w_inner {
  width: 860px;
  margin-right: auto;
  margin-left: auto;
}

.like_btn {
  display: inline-block;
  background: #035296;
  color: #fff;
  padding: 3px 6px 1px;
  border-radius: 2px;
}

.form_btn {
  display: flex;
  justify-content: center;
}
.form_btn a, .form_btn button {
  display: flex;
  align-items: center;
  padding: 18px 23px 15px;
  font-size: 18px;
  color: #fff;
  background: #035296;
  border: 1px solid #035296;
  border-radius: 3px;
  transition: all ease 0.33s;
}
.form_btn a:hover, .form_btn button:hover {
  background: #fff;
  color: #035296;
  cursor: pointer;
  transition: all ease 0.18s;
  text-decoration: none;
}
.form_btn a i, .form_btn button i {
  margin-left: 12px;
}

.btn_box {
  display: flex;
  justify-content: center;
}
.btn_box .form_btn {
  margin-right: 10px;
  margin-left: 10px;
}

.error_message {
  font-size: 12px;
  color: #e13426;
}

input[type=text], input[type=number], input[type=email] {
  -webkit-appearance: none;
}

/* --------------------------------------------
 * 　ヘッダー
 * -------------------------------------------- */
header .logo {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
header .logo > div {
  margin: 0 5px;
}
header .site_head_txt {
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}
header .site_head_txt .sub {
  margin-bottom: 5px;
}
header .site_head_txt .main {
  font-size: 39px;
}
header .site_head_txt .sup span {
  color: #ff0050;
}

.sec_message {
  text-align: center;
  font-size: 14px;
  margin-bottom: 35px;
}
.sec_message span {
  color: #ff0050;
  font-weight: bold;
}

.sec_flow {
  background: #fbfbfb;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 40px;
}
.sec_flow .inner {
  display: flex;
  align-items: stretch;
}
.sec_flow .inner .txt_box {
  width: 390px;
  min-width: 390px;
  padding: 25px;
  border: 1px solid #c3c3c3;
  border-radius: 2px;
}
.sec_flow .inner .txt_box .ttl {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.sec_flow .inner .txt_box .step {
  margin-bottom: 25px;
}
.sec_flow .inner .txt_box .step:last-child {
  margin-bottom: 0;
}
.sec_flow .inner .txt_box .step .head {
  font-size: 14px;
  color: #035296;
}
.sec_flow .inner .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
.sec_flow .inner .arrow img {
  display: inline-block;
}

.sec_page_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 40px;
  font-size: 15px;
}
.sec_page_nav .step {
  display: flex;
  align-items: center;
}
.sec_page_nav .step .num {
  padding: 12px 0 0;
  font-size: 17px;
  text-align: center;
  border: 1px solid #035296;
  border-radius: 26px;
  width: 52px;
  min-width: 52px;
  height: 52px;
  margin-right: 10px;
}
.sec_page_nav .step .txt {
  padding-top: 2px;
  text-align: left;
}
.sec_page_nav .step.current {
  font-weight: bold;
  color: #035296;
}
.sec_page_nav .step.current .num {
  border: 3px solid #035296;
  background: #035296;
  color: #fff;
  padding-top: 10px;
}
.sec_page_nav .arrow {
  margin-right: 18px;
  margin-left: 18px;
  font-size: 20px;
}

.sec_important {
  border: 1px solid #D0D0D0;
  padding: 45px 35px;
}
.sec_important .head {
  text-align: center;
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 35px;
}
.sec_important .con {
  display: flex;
  margin-bottom: 45px;
}
.sec_important .con .txt {
  flex-grow: 1;
  margin-right: 20px;
}
.sec_important .con .link {
  width: 310px;
  min-width: 310px;
}
.sec_important .con .link a {
  display: block;
  padding: 17px 0 13px;
  border: 1px solid #035296;
  border-radius: 3px;
  text-align: center;
  color: #035296;
}
.sec_important .con .link a:hover {
  text-decoration: none;
}
.sec_important .con .link i {
  font-size: 18px;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #FAFAFA;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 5px;
  margin-top: 60px;
}
footer .logo {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
footer .logo > div {
  margin: 0 5px;
}
footer .copyright {
  font-size: 12px;
  color: #999;
}

.sec_form {
  border: 1px solid #D0D0D0;
  padding: 60px 80px;
  border-radius: 3px;
}
.sec_form .form_head {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
}
.sec_form .form_note {
  text-align: center;
  margin-bottom: 20px;
}
.sec_form .check_course {
  margin-bottom: 30px;
  font-size: 15px;
}
.sec_form .check_course > span {
  display: block;
  margin-left: 0 !important;
}
.sec_form .check_course label {
  padding: 20px 20px 16px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
}
.sec_form .check_course label input {
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-right: 10px;
}
.sec_form .forLimitedApplication {
  margin-top: 10px;
  font-size: 14px;
}
.sec_form .forLimitedApplication .main {
  font-size: 17px;
  font-weight: bold;
  color: #e13426;
  margin-bottom: 5px;
}
.sec_form .forLimitedApplicationNote {
  color: #e13426;
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
}
.sec_form .forLimitedApplicationNote span {
  font-weight: bold;
}
.sec_form .forLimitedApplicationNote .date {
  color: #229dd0;
}
.sec_form .table_head {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.sec_form .early_benefits {
  margin-top: 20px;
  margin-bottom: 40px;
  border: 1px dotted #ddd;
  padding: 20px 27px;
  border-radius: 3px;
}
.sec_form .early_benefits .b_head {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  color: #035296;
}
.sec_form .early_benefits .con {
  margin-bottom: 10px;
}
.sec_form .early_benefits .con span {
  color: #035296;
  font-weight: bold;
}
.sec_form .early_benefits .example {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
.sec_form .early_benefits .example .ex {
  width: 48.5%;
  min-width: 48.5%;
}
.sec_form .request_doc {
  margin-bottom: 30px;
  margin-top: 30px;
}
.sec_form .request_doc .head {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.sec_form .request_doc .note {
  margin-bottom: 10px;
  font-size: 14px;
}
.sec_form .request_doc .request_check {
  margin-bottom: 15px;
}
.sec_form .go_back {
  text-align: center;
}
.sec_form .go_back a {
  color: #004E9A;
  text-decoration: underline;
}
.sec_form .go_back a:hover {
  text-decoration: none;
}

.form_table_comfirm td {
  border-bottom: 1px solid #ddd;
}

.sec_complete_mes {
  margin-top: 30px;
  text-align: center;
}
.sec_complete_mes .mes {
  margin-bottom: 25px;
}
.sec_complete_mes .to_top {
  margin-bottom: 10px;
}
.sec_complete_mes .to_top a {
  color: #035296;
}

.sec_form .mw_wp_form {
  width: 100%;
  font-size: 16px;
}
.sec_form .mw_wp_form table {
  width: 100%;
  font-size: 16px;
  table-layout: fixed;
}
.sec_form .mw_wp_form table .td_left {
  width: 265px;
  height: auto;
  vertical-align: middle;
  background: #ffffff;
  padding: 10px 10px 10px 0;
  vertical-align: middle;
}
.sec_form .mw_wp_form table .td_left .item {
  font-size: 15px;
}
.sec_form .mw_wp_form table .td_left .item span {
  font-size: 11px;
}
.sec_form .mw_wp_form table .td_left .note {
  font-size: 11px;
  color: #e13426;
  margin-top: -2px;
}
.sec_form .mw_wp_form table .td_right {
  width: calc(100% - 265px);
  height: auto;
  background: #fff;
  padding: 10px 0;
  vertical-align: middle;
}
.sec_form .mw_wp_form table .td_right .post_code {
  margin-bottom: 5px;
}
.sec_form .mw_wp_form table .td_right .post_code input {
  width: 170px;
  margin-left: 5px;
}
.sec_form .mw_wp_form table .other {
  margin-top: 8px;
}
.sec_form .mw_wp_form table .other .td_left {
  width: 120px;
  padding-left: 0;
  vertical-align: top;
}
.sec_form .mw_wp_form table .other .td_right {
  width: calc(100% - 120px);
}
.sec_form .mw_wp_form table .other .item {
  width: 135px;
  min-width: 135px;
}
.sec_form .mw_wp_form table .other .t_area {
  flex-grow: 1;
}
.sec_form .mw_wp_form table .other .t_area textarea {
  width: 100%;
  padding: 10px;
  font-size: 16px;
}
.sec_form .mw_wp_form p {
  margin: 0 0 15px 0;
}
.sec_form .mw_wp_form input, .sec_form .mw_wp_form select {
  width: 100%;
  height: 45px;
  padding: 5px 5px 3px;
  border-radius: 3px;
  border: none;
  font-size: 16px;
}
.sec_form .mw_wp_form input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 0 3px 3px 0;
}
.sec_form .mw_wp_form input::-moz-placeholder {
  font-size: 12px;
}
.sec_form .mw_wp_form input::placeholder {
  font-size: 12px;
}
.sec_form .mw_wp_form textarea {
  width: 100%;
  height: 150px;
  padding: 5px 5px 3px;
  border-radius: 3px;
  border: 1px solid #ddd;
  font-size: 16px;
}
.sec_form .mw_wp_form .flexwrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec_form .mw_wp_form input, .sec_form .mw_wp_form textarea, .sec_form .mw_wp_form select {
  background: #edf2f7;
  border: none;
  outline: none;
}
.sec_form .mw_wp_form tr td .any {
  display: inline-block;
  color: #fff;
  background: #a1d5c3;
  padding: 3px 7px 1px;
  margin-left: 5px;
  border-radius: 2px;
  font-size: 12px;
}
.sec_form .mw_wp_form tr td .required {
  display: inline-block;
  color: #fff;
  background: #ff4300;
  padding: 3px 0 3px;
  margin-left: 5px;
  border-radius: 2px;
  font-size: 11px;
  text-align: center;
  min-width: 32px;
}
.sec_form .mw_wp_form .error {
  font-size: 12px !important;
  color: #e13426 !important;
}
.sec_form .mw_wp_form .acceptance {
  margin-top: 20px;
  text-align: center;
}
.sec_form .mw_wp_form .acceptance a {
  color: #004E9A;
  text-decoration: underline;
}
.sec_form .mw_wp_form .acceptance span {
  display: inline-block;
  vertical-align: middle;
}
.sec_form .mw_wp_form .acceptance .acc_note {
  width: 310px;
  line-height: 1.2em;
}
.sec_form .mw_wp_form .submit_box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 50px;
}
.sec_form .mw_wp_form .submit_box > * {
  margin: 0 7px;
}
.sec_form .mw_wp_form .submit_box input[type=submit] {
  background: #004E9A;
  width: auto;
  height: 70px;
  padding: 0 20px;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
}
.sec_form .mw_wp_form .submit_box input[type=submit]:hover {
  cursor: pointer;
}
.sec_form .mw_wp_form .submit_box input[type=submit]:disabled {
  background: #eee;
  color: #454545;
}

.mw_wp_form_confirm .early_benefits, .mw_wp_form_confirm .request_check_note {
  display: none;
}
.mw_wp_form_confirm .td_left .item span {
  display: none;
}

.mw_wp_form_confirm .check_course {
  padding: 20px 20px 16px;
  border: 1px solid #ddd;
}
.mw_wp_form_confirm table td {
  border-bottom: 1px solid #ddd;
  padding: 11px 2px 9px;
}
.mw_wp_form_confirm .flexwrap {
  justify-content: flex-start;
}
/*# sourceMappingURL=order-unlimited.css.map */