@charset "UTF-8";
/*+-----+
/+ RESET
/*+-------------------------------------------*/
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;
}

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: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
}

ul, li {
  list-style: none;
}

/*+-----+
/+ ALL
/*+-------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  background-color: white;
  font-family: メイリオ, Meiryo, ＭＳ Ｐゴシック, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #231815;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
}

a {
  outline: none;
  text-decoration: underline;
  color: #231815;
}
a:hover {
  color: #231815;
  text-decoration: none;
}

/*+-----+
/+ STRUCTURE
/*+-------------------------------------------*/
body {
  background: url("/common/images/bg_body.png") left top repeat-x;
}

/* header
/*+---------------------------------*/
#header {
  border-bottom: 1px solid #e8e8e8;
}
#header .header_inner {
  margin: 0 auto;
  width: 970px;
  height: 120px;
  position: relative;
}
#header .header_inner .logo_site {
  position: relative;
  top: 25px;
  left: 0;
}
#header .header_inner .btn_contact {
  position: absolute;
  top: 27px;
  right: 0px;
}

/* main_visual
/*+---------------------------------*/
#main_visual {
  height: 368px;
  text-align: center;
}

/* content
/*+---------------------------------*/
#container {
  padding-top: 30px;
  background: url("/common/images/bg_container.png") left top repeat #ffd156;
}

#content {
  padding: 30px 30px 32px 30px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  width: 910px;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: -32px;
}

/* footer
/*+---------------------------------*/
#footer {
  position: relative;
  overflow: hidden;
}
#footer #pagetop {
  margin: 0 auto;
  width: 910px;
  text-align: right;
}
#footer .footer_inner {
  height: 70px;
  background: url("/common/images/bg_stripe_orange.png") left top repeat-x #f18906;
}
#footer .footer_inner .copyright {
  text-align: center;
  position: relative;
  top: 24px;
}

/*+-----+
/+ MODULE
/*+-------------------------------------------*/
/* HEADING MODULE
/*+---------------------------------*/
/*- hdg_lv01 ---------*/
.hdg_lv01 {
  margin-bottom: 30px;
  padding-top: 9px;
  padding-left: 40px;
  height: 41px;
  background: url("/common/images/bg_hdg_lv01.png") left top no-repeat;
  color: #fff;
  font-size: 23px;
  font-size: 2.3rem;
  letter-spacing: 3px;
}

/*- hdg_lv02 ---------*/
.hdg_lv02 {
  margin-bottom: 25px;
  padding-top: 4px;
  padding-left: 20px;
  background: url("/common/images/bg_hdg_lv02.png") left 2px repeat-y;
  font-size: 21px;
  font-size: 2.1rem;
  letter-spacing: 0.5px;
}

.hdg_lv02_seminar_ttl {
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  padding-bottom: 20px;
  border-bottom: 4px solid #f18906;
  width: 802px;
}

/* BOX MODULE
/*+---------------------------------*/
/*- seminar ---------*/
.box_gray {
  border: 1px solid #cccccc;
}

.box_seminar_detail {
  margin-top: 32px;
  text-align: center;
}
.box_seminar_detail .seminar_text {
  margin-right: auto;
  margin-left: auto;
  width: 780px;
  text-align: left;
}
.box_seminar_detail .seminar_text p + p {
  margin-top: 20px;
}

.box_seminar_detail02 {
  background: url("/seminar/images/bg_box_seminar_detail02.png") left top repeat;
}
.box_seminar_detail02 .box_seminar_detail02_top {
  height: 83px;
  background: url("/seminar/images/bg_box_seminar_detail02_top.png") left top no-repeat;
}
.box_seminar_detail02 .box_seminar_detail02_inner {
  padding: 15px 70px 65px 70px;
  overflow: hidden;
}

.box_seminar_wh {
  padding: 40px;
  background-color: #fff;
  border-radius: 4px;
}

#box_banner_wh {
  padding: 15px 30px 32px 30px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  width: 910px;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 20px;
}

.bnr {
  margin-top: 0px;
}


/* LIST MODULE
/*+---------------------------------*/
/*- ul ---------*/
.list_disc {
  margin-left: 6px;
}
.list_disc li {
  padding-left: 10px;
  background: url("/common/images/icon_disc.png") left 10px no-repeat;
}

.list_asterisk li {
  margin-bottom: 5px;
  padding-left: 15px;
  background: url("/common/images/icon_asterisk.png") left 5px no-repeat;
  font-size: 14px;
  font-size: 1.4rem;
}
.list_asterisk li.last {
  margin-bottom: 0;
}

.red {
 color: red;
}
/*- ol ---------*/
/*- dl ---------*/
/* BUTTON MODULE
/*+---------------------------------*/
/*- xxx ---------*/
.box_btn {
  margin-top: 50px;
  margin-bottom: 60px;
  text-align: center;
}
.box_btn a + a {
  margin-left: 25px;
}

.box_btn02 {
  margin-top: 100px;
  margin-bottom: 250px;
  text-align: center;
}

/* TABLE MODULE
/*+---------------------------------*/
/*- xxx ---------*/
.tbl_seminar_info {
  margin-bottom: 25px;
  width: 100%;
  font-weight: bold;
  line-height: 1;
}
.tbl_seminar_info tr th {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 80px;
  font-size: 22px;
  font-size: 2.2rem;
  vertical-align: middle;
}
.tbl_seminar_info tr th .label_circle {
  margin-right: 30px;
  padding-top: 20px;
  width: 60px;
  height: 40px;
  border: 2px solid #333333;
  border-radius: 32px 32px;
  background-color: #fff;
}
.tbl_seminar_info tr td {
  padding-top: 12px;
  padding-bottom: 8px;
  border-bottom: 2px dotted #fff;
  vertical-align: middle;
  font-size: 28px;
  font-size: 2.8rem;
}
.tbl_seminar_info tr td .place {
  font-size: 22px;
  font-size: 2.2rem;
}
.tbl_seminar_info tr.top th, .tbl_seminar_info tr.top td {
  padding-top: 0;
}

.tbl_seminar_info02 {
  margin-bottom: 25px;
  width: 100%;
}
.tbl_seminar_info02 th {
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 1px dotted #dbdbdb;
  width: 110px;
}
.tbl_seminar_info02 th .label {
  display: block;
  padding-top: 4px;
  width: 70px;
  background-color: #ed8606;
  color: #fff;
}
.tbl_seminar_info02 th.top {
  padding-top: 0;
}
.tbl_seminar_info02 td {
  padding-bottom: 10px;
  border-bottom: 1px dotted #dbdbdb;
}

/* LINK MODULE
/*+---------------------------------*/
a.link_text {
  text-decoration: underline;
}
a.link_text:hover {
  text-decoration: none;
}

/* OTHER MODULE
/*+---------------------------------*/
/*- icon_blank ---------*/
/*- text ---------*/
.block_text p {
  margin-bottom: 30px;
}

/*+-----+
/+ PAGE STYLE
/*+-------------------------------------------*/
/* top
/*+---------------------------------*/
/*- seminar info---------*/
.box_seminar_summary {
  margin-bottom: 60px;
}
.box_seminar_summary .box_lead {
  margin-bottom: 50px;
  overflow: hidden;
}
.box_seminar_summary .box_lead .box_logo {
  float: left;
  margin-right: 30px;
  border: 1px solid #cccccc;
}
.box_seminar_summary .box_lead .box_logo span {
  display: table-cell;
  width: 330px;
  height: 210px;
  text-align: center;
  vertical-align: middle;
}
.box_seminar_summary .box_lead .lead_text {
  float: left;
  width: 545px;
}
.box_seminar_summary .box_fig_right {
  overflow: hidden;
}
.box_seminar_summary .box_fig_right .fig_right {
  float: right;
  margin-left: 70px;
}
.box_seminar_summary .box_fig_right .list_disc {
  margin-bottom: 26px;
}

.box_seminar_summary .box_fig {
  margin-top: 26px;
}
.box_seminar_summary .box_fig img + img {
  margin-left: 14px;
}

/* seminar
/*+---------------------------------*/
/*- xxx ---------*/
.box_seminar_detail02 {
  position: relative;
}
.box_seminar_detail02 #fukidasi_ga_140717 {
  position: absolute;
  top: 24px;
  right: 40px;
}

/* application
/*+---------------------------------*/
/*- error ---------*/
.box_error {
  margin-top: 20px;
  padding: 30px;
  background-color: #ffe3e3;
  color: #c82600;
  font-size: 14px;
  font-size: 1.4rem;
}
.box_error p + ul {
  margin-top: 24px;
}
.box_error ul {
  font-size: 13px;
  font-size: 1.3rem;
}
.box_error ul li:before {
  content: "＊";
  padding-right: 4px;
}
.box_error ul li.last {
  margin-bottom: 0;
}
.box_error ul li + li {
  margin-top: 5px;
}

.box_stripe_or {
  margin-top: 20px;
  padding: 6px;
  background: url("/common/images/bg_stripe_orange.png") left top repeat #f18906;
}

/*- form ---------*/
.tbl_form {
  background-color: #dddbd4;
  border-collapse: separate;
  border-spacing: 0 1px;
  width: 100%;
  font-size: 15px;
  font-size: 1.5rem;
}
.tbl_form th {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 210px;
  background: url("/common/images/bg_th_form.png") left top repeat;
  font-weight: normal;
  vertical-align: middle;
}
.tbl_form th .required {
  padding-left: 5px;
  color: #c82600;
  font-size: 10px;
  font-size: 1.0rem;
}
.tbl_form td {
  padding: 15px 20px 15px 20px;
  background-color: #fff;
}

/*- form parts ---------*/
.textbox {
  padding: 3px 10px 3px 10px;
  border: 1px solid #dddbd4;
  height: 22px;
  background-image: -webkit-linear-gradient(top, #e8e8e8 0% white 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0% white 100%);
}

.pulldown {
  padding: 5px 0;
  border: 1px solid #dddbd4;
  height: 28px;
  background-image: -webkit-linear-gradient(top, #e8e8e8 0% white 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0% white 100%);
}

/*- btn ---------*/
.box_btn input {
  display: block;
  border: medium none;
  margin: 0 auto;
  height: 63px;
  width: 322px;
  background-color: transparent;
  background-position: left top;
  background-repeat: no-repeat;
  cursor: pointer;
  overflow: hidden;
  text-indent: -9999px;
}
.box_btn .btn_back_input,
.box_btn .btn_complete {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}
.box_btn .btn_confirm {
  background-image: url("/application/images/btn_confirm.png");
}
.box_btn .btn_confirm:hover {
  background-image: url("/application/images/btn_confirm_on.png");
}
.box_btn .btn_complete {
  background-image: url("/application/images/btn_complete.png");
}
.box_btn .btn_complete:hover {
  background-image: url("/application/images/btn_complete_on.png");
}
.box_btn .btn_back_input {
  width: 212px;
  background-image: url("/application/images/btn_back_input.png");
}
.box_btn .btn_back_input:hover {
  background-image: url("/application/images/btn_back_input_on.png");
}

/*- size ---------*/
.length01 {
  width: 60px;
}

.length02 {
  width: 100px;
}

.length03 {
  width: 330px;
}

/*- form text---------*/
.label_text01 {
  padding-right: 10px;
}

.label_text02 {
  padding-right: 10px;
  padding-left: 22px;
}

.label_text03 {
  padding-left: 10px;
}

.hyphen {
  padding-right: 10px;
  padding-left: 10px;
}

.notes01 {
  margin-bottom: 10px;
  color: #C82600;
  font-size: 13px;
  font-size: 1.3rem;
}

.participants {
  margin-bottom: 10px;
}
.participants.last {
  margin-bottom: 0;
}

.participants_confirm:after {
  content: "/";
  padding-right: 10px;
  padding-left: 10px;
}
