/* clearfix */
/* bg_rainbow */
/* hover */
#common-footer {
  background: #fff;
}

.ov:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.note {
  font-size: 14px !important;
}

/* contents */
.content {
  font-size: 16px;
}

.content_box {
  padding: 0 0 130px;
}

.content img {
  width: 100%;
}

/* common */
.c_mt_0 {
  margin-top: 0px !important;
}

.c_mt_ss {
  margin-top: 5px !important;
}

.c_mt_s {
  margin-top: 10px !important;
}

.c_mt_mm {
  margin-top: 15px !important;
}

.c_mt_m {
  margin-top: 20px !important;
}

.c_mt_l {
  margin-top: 25px !important;
}

.c_mt_ll {
  margin-top: 30px !important;
}

.content header .header_inner {
  width: 950px;
  margin: auto;
  padding: 13px 0;
}
.content header .header_inner:after {
  content: "";
  display: block;
  clear: both;
}
.content header h1 {
  float: left;
  width: 549px;
}
.content header h1 a {
  display: block;
}
.content header h1 a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.content header .btn_entry {
  float: right;
  padding-top: 4px;
}
.content header .btn_entry a {
  display: block;
  width: 210px;
  height: 70px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  background: #192f81;
  padding: 28px 0;
  box-sizing: border-box;
  border-radius: 5px;
  text-align: center;
}
.content header .btn_entry a span {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.content header .btn_entry a span:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 14px;
  height: 14px;
  background: url(/magic/dreamers/images/arw_white2.png) no-repeat 0 0;
  background-size: 14px;
  margin: -7px 0 0 0;
}
.content header .btn_entry a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.content nav {
  position: relative;
  width: 100%;
}
.content nav:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: url(/magic/dreamers/images/line_rainbow_pc.png) repeat-x center top;
}
.content nav ul {
  position: relative;
  width: 950px;
  margin: auto;
  display: table;
  table-layout: fixed;
}
.content nav ul li {
  position: relative;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.content nav ul li:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  width: 1px;
  height: 21px;
  border-left: 1px dotted #bbb;
}
.content nav ul li:first-child:before {
  display: none;
}
.content nav ul li a {
  position: relative;
  display: inline-block;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  padding: 21px 0;
}
.content nav ul li a:after {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 100%;
  height: 4px;
  background: url(/magic/dreamers/images/icon_cur.png) no-repeat center top;
  background-size: 9px;
  border-bottom: 4px solid #192f81;
}
.content nav ul li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.p-index .content nav ul li.nav_top a, .p-entry .content nav ul li.nav_entry a, .p-schedule .content nav ul li.nav_schedule a, .p-foreigners .content nav ul li.nav_foreigners a, .p-faq .content nav ul li.nav_faq a {
  color: #192f81;
  font-weight: bold;
}
.p-index .content nav ul li.nav_top a:after, .p-entry .content nav ul li.nav_entry a:after, .p-schedule .content nav ul li.nav_schedule a:after, .p-foreigners .content nav ul li.nav_foreigners a:after, .p-faq .content nav ul li.nav_faq a:after {
  display: block;
}
.content footer {
  position: relative;
  padding: 50px 0;
  background: #192f81 no-repeat center top;
}
.content footer:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: url(/magic/dreamers/images/line_rainbow_pc.png) repeat-x center top;
}
.content footer .footer_inner {
  width: 950px;
  margin: auto;
}
.content footer h1 {
  color: #fff;
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px;
}
.content footer .footer_other_links {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
}
.content footer .footer_other_links:after {
  content: "";
  display: block;
  clear: both;
}
.content footer .footer_other_links li a {
  display: block;
  color: #192f81;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
  padding: 34px 0;
  text-align: center;
}
.content footer .footer_other_links li a span {
  position: relative;
  padding-left: 35px;
}
.content footer .footer_other_links li a span:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  background: url(/magic/dreamers/images/arw_blue2.png) no-repeat 0 0;
  background-size: 20px;
  margin-top: -10px;
}
.content footer .footer_other_links li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.content footer .footer_other_links li:nth-child(2n+1) a {
  background: #ccebfe;
}
.content footer .footer_other_links li:nth-child(2n) a {
  background: #b0dffc;
}
.content footer .footer_other_links.col2 li {
  float: left;
  width: 50%;
}
.content footer .footer_common_links:after {
  content: "";
  display: block;
  clear: both;
}
.content footer .footer_common_links li a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  padding: 22px 0;
  border-top: 1px solid #47599a;
  border-bottom: 1px solid #47599a;
  text-align: center;
}
.content footer .footer_common_links li a:after {
  display: block;
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 9px;
  height: 14px;
  margin-top: -7px;
  background: url(/magic/dreamers/images/arw_white.png) no-repeat 0 0;
  background-size: 9px;
}
.content footer .footer_common_links li:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.content footer .footer_common_links.col2 {
  padding-right: 30px;
}
.content footer .footer_common_links.col2 li {
  float: left;
  width: 50%;
  margin-left: 30px;
}
.content footer .footer_common_links.col2 li:first-child {
  margin-left: 0;
}
.content footer .footer_common_links.col2 li:last-child {
  margin-right: -60px;
}
.content footer .btn_pagetop {
  display: block;
  position: absolute;
  left: 50%;
  top: -50px;
  width: 70px;
  height: 52px;
  background: #192f81;
  border-radius: 5px 5px 0 0;
  margin-left: 405px;
  text-indent: -9999px;
}
.content footer .btn_pagetop:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 14px;
  margin: -7px 0 0 -12px;
  background: url(/magic/dreamers/images/arw_up_white.png) no-repeat 0 0;
  background-size: 24px;
}
.content footer.footer_top {
  padding-top: 40px;
  padding-bottom: 30px;
}
.content footer.footer_top .footer_inner:after {
  content: "";
  display: block;
  clear: both;
}
.content footer.footer_top .ttl {
  position: relative;
  color: #192f81;
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  padding: 35px 0;
  background: #fff;
  border-radius: 5px;
  width: 460px;
  float: left;
}
.content footer.footer_top .ttl:after {
  display: block;
  content: "";
  position: absolute;
  right: -29px;
  top: 50%;
  border: 15px solid transparent;
  border-left: 15px solid #fff;
  margin-top: -15px;
}
.content footer.footer_top .box_tel {
  float: right;
  width: 460px;
  padding-top: 2px;
}
.content footer.footer_top .tel {
  width: 390px;
  margin: auto;
}

h1.ttl {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding: 50px 0;
  background: #192f81;
}
h1.ttl span {
  display: inline-block;
  position: relative;
  padding: 0 56px 0 40px;
}
h1.ttl span:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: -12px;
  width: 22px;
  height: 55px;
  background: url(/magic/dreamers/images/icon_h1_l.png) no-repeat 0 0;
  background-size: 22px;
}
h1.ttl span:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: -12px;
  width: 38px;
  height: 54px;
  background: url(/magic/dreamers/images/icon_h1_r.png) no-repeat 0 0;
  background-size: 38px;
}

h2.ttl {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 30px 0;
  background: url(/magic/dreamers/images/bg_rainbow_pc.png) repeat-x center top;
  margin: 120px 0 60px;
}
h1.ttl + h2.ttl {
  margin-top: 0;
}

h3.ttl {
  position: relative;
  color: #069d18;
  font-size: 24px;
  line-height: 1;
  padding: 0 0 10px 0;
  margin: 70px auto 50px;
  width: 850px;
}
h3.ttl:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: url(/magic/dreamers/images/line_rainbow_pc.png) repeat-x center top;
}
h2.ttl + h3.ttl {
  margin-top: 0;
}

.ttl_tdl {
  color: #fff;
  font-size: 28px;
  line-height: 1;
  text-align: center;
  padding: 38px 0;
  background: #ea427a;
  margin: 70px 0 50px;
}
h2.ttl + .ttl_tdl {
  margin-top: -60px;
}

.ttl_tds {
  color: #fff;
  font-size: 28px;
  line-height: 1;
  text-align: center;
  padding: 38px 0;
  background: #10abab;
  margin: 70px 0 50px;
}
h2.ttl + .ttl_tds {
  margin-top: -60px;
}

.c_box {
  width: 850px;
  margin: auto;
}

.btn_list:after {
  content: "";
  display: block;
  clear: both;
}
.btn_list li {
  float: left;
  margin-top: 30px;
}
.btn_list li:nth-child(2n) {
  float: right;
}
.ttl + .c_box > .btn_list:first-of-type {
  margin-top: -30px;
}
.btn_list.center li {
  float: none;
}
.btn_list.center li .c_btn {
  margin: auto;
}

a.c_btn {
  display: table;
  width: 410px;
  height: 70px;
  color: #192f81;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background: #ffc600;
  border-radius: 35px;
}
a.c_btn.color_accent {
  background: #b0dffc;
}
a.c_btn > span {
  display: table-cell;
  vertical-align: middle;
}
a.c_btn > span > span {
  display: inline-block;
  position: relative;
  padding-left: 35px;
}
a.c_btn > span > span:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  background: url(/magic/dreamers/images/arw_blue2.png) no-repeat 0 0;
  background-size: 20px;
  margin-top: -10px;
}
a.c_btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
a.c_btn.is-disabled{
	pointer-events: none;
	cursor: default;
  color: #ccc;
  background: #aaa;
}
a.c_btn.is-disabled > span > span{
	padding-left: 0;
}
a.c_btn.is-disabled > span > span:before{
	display: none;
}
.info_list > dt {
  position: relative;
  padding-left: 20px;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 25px;
}
.info_list > dt:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 4px;
  height: 4px;
  border: 4px solid #192f81;
  border-radius: 6px;
}
.info_list > dd + dt {
  margin-top: 50px;
}
.info_list > dd dt {
  font-weight: bold;
  margin-top: 30px;
}
.info_list > dd .btn_list li:nth-child(1), .info_list > dd .btn_list li:nth-child(2) {
  margin-top: 0;
}

.box_border {
  padding: 50px;
  border: 1px solid #dddddd;
  margin-top: 10px;
}

.list_orange li {
  position: relative;
  padding-left: 1em;
  margin-top: 10px;
  word-break: break-all;
}
.list_orange li:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  background: #ff7e00;
  border-radius: 2px;
}
.list_orange li:first-child {
  margin-top: 0;
}

.toggle_menu {
  margin: 30px 0 0;
}
.toggle_menu > dl > dt {
  color: #192f81;
  font-size: 20px;
  font-weight: bold;
  padding: 25px 50px;
  overflow: hidden;
  background: url(/magic/dreamers/images/arw_down_blue.png) #ffc600 no-repeat 97% center;
  background-size: 20px;
  cursor: pointer;
  border-radius: 5px;
}
.toggle_menu > dl > dt.active {
  background-image: url(/magic/dreamers/images/arw_up_blue.png);
  background-size: 20px;
}
.toggle_menu > dl > dt:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.toggle_menu > dl > dd {
  padding: 30px 50px;
  overflow: hidden;
  display: none;
}

.list_faq dt {
  display: table;
  position: relative;
  padding-left: 50px;
  color: #192f81;
  font-weight: bold;
  min-height: 35px;
  margin-bottom: 20px;
}
.list_faq dt:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 35px;
  background: url(/magic/dreamers/images/icon_q.png) no-repeat 0 0;
  background-size: 40px;
}
.list_faq dt > div {
  display: table-cell;
  vertical-align: middle;
}
.list_faq dd {
  display: table;
  position: relative;
  padding-left: 50px;
  min-height: 35px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px dotted #bbbbbb;
}
.list_faq dd:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 35px;
  background: url(/magic/dreamers/images/icon_a.png) no-repeat 0 0;
  background-size: 40px;
}
.list_faq dd:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.list_faq dd > div {
  display: table-cell;
  vertical-align: middle;
}

.tbl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.tbl tbody tr th, .tbl tbody tr td {
  padding: 40px 0;
  border-bottom: 1px solid #fff;
  vertical-align: middle;
}
.tbl tbody tr th {
  color: #192f81;
  border-right: 1px solid #fff;
  width: 270px;
}
.tbl tbody tr:nth-child(2n+1) th, .tbl tbody tr:nth-child(2n+1) td {
  background: #ccebfe;
}
.tbl tbody tr:nth-child(2n) th, .tbl tbody tr:nth-child(2n) td {
  background: #b0dffc;
}
.tbl.tbl2 {
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  width: auto;
}
.tbl.tbl2 tbody tr th, .tbl.tbl2 tbody tr td {
  font-weight: normal;
  padding: 20px;
}
.tbl.tbl2 tbody tr th {
  width: 150px;
}

.list_img {
  margin: -30px 0 0 -30px;
}
.list_img:after {
  content: "";
  display: block;
  clear: both;
}
.list_img li {
  float: left;
  width: 410px;
  margin: 30px 0 0 30px;
  border: 2px solid #ccc;
  border-radius: 8px;
  box-sizing: border-box;
  overflow: hidden;
}
.list_img li.main {
  width: 850px;
}
.list_img.tdl li {
  border-color: #ea427a;
}
.list_img.tds li {
  border-color: #10abab;
}

.p-index .top_main .slide_item {
  position: relative;
}
.p-index .top_main .slide_item .logo_slide {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 35.83333%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.p-index .top_lead {
  padding: 40px 0;
  background: #192f81;
}
.p-index .top_lead .top_lead_ttl {
  width: 707px;
  margin: 0 auto 55px;
}
.p-index .top_lead .top_lead_txt {
  color: #fff;
  line-height: 1.6875;
  width: 950px;
  margin: 0 auto 30px;
}
.p-index .top_lead .c_btn {
  width: 250px;
  height: 50px;
  font-size: 14px;
  margin: auto;
}
.p-index .top_lead .c_btn > span > span {
  padding-left: 24px;
}
.p-index .top_lead .c_btn > span > span:before {
  width: 14px;
  height: 14px;
  background-size: 14px;
  margin-top: -7px;
}
.p-index .top_menu {
  padding: 50px 0;
}
.p-index .top_menu ul {
  width: 950px;
  margin: -30px auto 0;
}
.p-index .top_menu ul:after {
  content: "";
  display: block;
  clear: both;
}
.p-index .top_menu ul li {
  float: left;
  width: 460px;
  margin: 30px 30px 0 0;
}
.p-index .top_menu ul li:nth-child(2n) {
  margin-right: 0;
}
.p-index .top_menu ul li a {
  display: block;
  background: #b0dffc;
  border-radius: 5px;
}
.p-index .top_menu ul li a img {
  width: auto;
  height: 200px;
  margin: auto;
}
.p-index .top_menu ul li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.p-entry-index .ttl_step {
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  background: url(/magic/dreamers/images/bg_ttl_step_pc.png) no-repeat 0 0;
  box-sizing: border-box;
  width: 459px;
  height: 80px;
  margin: 50px auto 30px;
  padding: 30px 0 0;
  text-align: center;
}
.p-entry-index .links_table {
  border-radius: 5px;
  overflow: hidden;
}
.p-entry-index .links_table:after {
  content: "";
  display: block;
  clear: both;
}
.p-entry-index .links_table li {
  float: left;
  width: 25%;
}
.p-entry-index .links_table li a {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
  padding: 60px 0;
  text-align: center;
  background: #192f81;
  box-sizing: border-box;
  margin-left: 1px;
}
.p-entry-index .links_table li a span {
  position: relative;
  display: inline-block;
  padding-left: 35px;
  text-align: left;
}
.p-entry-index .links_table li a span:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  background: url(/magic/dreamers/images/arw_white2.png) no-repeat 0 0;
  background-size: 20px;
  margin-top: -10px;
}
.p-entry-index .links_table li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.p-entry-index .links_table li:first-child a {
  margin-left: 0;
}
.p-entry-index .step {
  width: 950px;
  margin: 50px auto 25px;
}
.p-entry-index .step .step_list > li {
  padding: 40px 50px 140px;
  background: url(/magic/dreamers/images/bg_arw_entry_flow_pc.png) #e4f5ff no-repeat left bottom;
}
.p-entry-index .step .step_list > li:last-child {
  background-image: url(/magic/dreamers/images/bg_arw_entry_flow2_pc.png);
}
.p-entry-index .step .step_list > li .ttl > a, .p-entry-index .step .step_list > li .ttl > span {
  display: block;
  color: #192f81;
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
  text-decoration: none;
  padding: 20px 0 0 110px;
  background: url(/magic/dreamers/images/ttl_step_1.png) no-repeat 0 0;
  background-size: 80px;
  min-height: 80px;
  box-sizing: border-box;
}
.p-entry-index .step .step_list > li .ttl > a .attention, .p-entry-index .step .step_list > li .ttl > span .attention {
  display: block;
  color: #f21b4d;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
}
.p-entry-index .step .step_list > li .ttl > a {
  position: relative;
}
.p-entry-index .step .step_list > li .ttl > a:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 14px;
  height: 22px;
  background: url(/magic/dreamers/images/arw_blue.png) no-repeat 0 0;
  background-size: 14px;
  margin-top: -11px;
}
.p-entry-index .step .step_list > li .ttl > a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.p-entry-index .step .step_list > li .ttl + .links_table {
  margin-top: 30px;
}
.p-entry-index .step .step_list > li:nth-child(2) .ttl > a {
  background-image: url(/magic/dreamers/images/ttl_step_2.png);
}
.p-entry-index .step .step_list > li:nth-child(3) .ttl > a {
  background-image: url(/magic/dreamers/images/ttl_step_3.png);
}
.p-entry-index .step .step_list > li:nth-child(4) .ttl > a {
  padding-top: 0;
  background-image: url(/magic/dreamers/images/ttl_step_4.png);
}
.p-entry-index .flow1 {
  background: url(/magic/dreamers/images/bg_entry_flow_pc.png) no-repeat center top;
  min-height: 450px;
  margin-bottom: 90px;
}
.p-entry-index .flow1:after {
  content: "";
  display: block;
  clear: both;
}
.p-entry-index .flow1 .flow1_txt {
  color: #ff7e00;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  padding: 40px 0 382px;
}
.p-entry-index .flow1 .flow1_txt > span {
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: normal;
  margin-top: 14px;
}
.p-entry-index .flow1 .flow1_txt2_1 {
  float: left;
  width: 272px;
  margin-left: 105px;
}
.p-entry-index .flow1 .flow1_txt2_2 {
  float: left;
  width: 272px;
  margin-left: 100px;
}
.p-entry-index .winning {
  position: relative;
  width: 950px;
  height: 340px;
  background: url(/magic/dreamers/images/bg_winning_pc.png) no-repeat 0 0;
  padding: 40px 0 0;
  margin: 0 auto  20px;
  box-sizing: border-box;
}
.p-entry-index .winning h3 {
  color: #f21b4d;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
.p-entry-index .winning .links_table {
  margin: 0 50px;
}
.p-entry-index .winning .links_table li {
  width: 50%;
}
.p-entry-index .winning .links_table li a {
  background: #f21b4d;
}
.p-entry-index .flow2 {
  background: url(/magic/dreamers/images/bg_entry_flow2_pc.png) no-repeat center top;
  min-height: 457px;
  margin: 0 -50px;
}
.p-entry-index .flow2 .flow2_txt {
  color: #ff7e00;
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  padding: 30px 0 0;
}

.p-entry-form .info_form {
  margin-top: 46px;
  padding: 45px 0;
  background: #fff8f0;
  border: 4px solid #ffc600;
  border-radius: 5px;
  text-align: center;
}
.p-entry-form .info_form dt {
  color: #192f81;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  margin: 45px 0 30px;
}
.p-entry-form .info_form dt:first-child {
  margin-top: 0;
}

.p-entry-flow .step {
  width: 950px;
  height: 1144px;
  box-sizing: border-box;
  margin: 0 auto 20px;
  padding-top: 294px;
  background: url(/magic/dreamers/images/bg_flow_pc.png) no-repeat left top;
}
.p-entry-flow .step .step_list > li {
  padding: 40px 50px 80px;
}
.p-entry-flow .step .step_list > li .ttl > span {
  display: block;
  color: #f21b4d;
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
  text-decoration: none;
  padding: 20px 0 0 110px;
  background: url(/magic/dreamers/images/ttl_step_1_red.png) no-repeat 0 0;
  background-size: 80px;
  min-height: 80px;
  box-sizing: border-box;
}
.p-entry-flow .step .step_list > li .ttl > span:after {
  content: "";
  display: block;
  clear: both;
}
.p-entry-flow .step .step_list > li .ttl > span .txt1 {
  display: block;
  float: left;
  width: 330px;
}
.p-entry-flow .step .step_list > li .ttl > span .icon_plus {
  display: block;
  float: left;
  margin: 40px 40px 0;
}
.p-entry-flow .step .step_list > li .ttl > span .icon_plus img {
  width: 50px;
}
.p-entry-flow .step .step_list > li .ttl > span .txt2 {
  display: block;
  float: left;
  width: 280px;
}
.p-entry-flow .step .step_list > li .ttl > span a {
  color: #f21b4d;
  text-decoration: none;
}
.p-entry-flow .step .step_list > li:nth-child(1) .ttl > span {
  padding-top: 0;
}
.p-entry-flow .step .step_list > li:nth-child(2) .ttl > span {
  background-image: url(/magic/dreamers/images/ttl_step_2_red.png);
}
.p-entry-flow .step .step_list > li:nth-child(3) .ttl > span {
  background-image: url(/magic/dreamers/images/ttl_step_3_red.png);
}
.p-entry-flow .flow {
  background: url(/magic/dreamers/images/bg_flow2_pc.png) no-repeat center top;
  min-height: 457px;
  margin: 0 -50px;
}
.p-entry-flow .flow .flow_txt {
  color: #ff7e00;
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  padding: 30px 0 0;
}

.box_attention {
  margin-top: 40px;
}

.emphasisArea {
  background-color: #fff;
	border: 1px solid #ccc;
  border-radius: 5px;
  padding: 20px 20px 20px 50px;
  margin-left: auto;
	margin-right: auto;
}

.emphasisArea > *:first-child {
  position: relative;
}

.emphasisArea > *:first-child:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -30px;
  width: 24px;
  height: 24px;
  background: url(https://media2.tokyodisneyresort.jp/asset/images/common/icon_info.svg) no-repeat center/24px;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.w90{
	width: 90%;
}

.w80{
	width: 80%;
}

.w70{
	width: 70%;
}

.w60{
	width: 60%;
}

.w50{
	width: 50%;
}

.w40{
	width: 40%;
}

.w30{
	width: 30%;
}

.w20{
	width: 20%;
}

.w10{
	width: 10%;
}
