@charset "utf-8";
/*
  イベント申込みフォーム用
*/

/* ----------------------------------------------------------

0.Event Forms

1.Universal Selector & reset css
2.Structure Module
3.Text Module
4.Table Module
5.List Module
6.Image Module
7.Link Module
8.Form Module

------------------------------------------------------------- */

/* ----------------------------------------------------------
colors

header link                         white            #ffffff
footer link                         white            #ffffff
content bg                          light yellow     #fff2d6
.pagetitle bg                       light green      #a9ce4d
article.announcement bg             yellow           #ffd67e
article header h1 border-bottom     skyblue          #40c8f4
article h1-6                        gray             #525453
text                                black            #000000
hr                                  light gray       #999999
link                                green            #73a961
notice                              orange           #f18966

------------------------------------------------------------- */

/* ==========================================================

     0.Event Forms

============================================================= */
body > div > header h1.j-s-lc_app {
  display: inline-block;
  margin-top: -46px;
  margin-left: 2em;
  height: 56px;
  color: #fff;
  line-height: 56px;
  font-size: 24px;
  vertical-align: middle;
}

nav.steps {
  margin: -40px 0 8px 0;
  height: 32px;
  background-color: #ffd67e;
}

nav.steps ol {
  margin: 0 212px;
  color: #fff;
  font-size: 0px; /* liをinline-blockにした時にできる隙間対策  */
  list-style: none none inside;
}
nav.steps ol li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 5px 0;
  height: 32px;
  width: 180px;
  font-size: 16px;
  text-align: center;
}
nav.steps ol li.current {
  background-color: #f18966;
  font-weight: bold;
}
nav.steps ol li.current:not(:last-child):after {
  position: absolute;
  top: 0;
  left: 100%;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 16px solid #f18966;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
}

section.notice.j-s-lc_app {
  margin-left: 170px;
  width: 540px;
}
section.error.j-s-lc_app {
  margin: 4em 0;
  padding: 2em;
  background-color: #f18966;
  border-radius: 8px;
  color: #fff;
  text-align: center;
}
#content article form.j-s-lc_app {
  margin-top: 2em;
}
#content article form.j-s-lc_app ul {
  margin-left: 0;
  list-style: none;
}
#content article form.j-s-lc_app ol {
  margin-left: 0;
  list-style-position: inside;
}
#content article form.j-s-lc_app ul {
  line-height: normal;
}

#content article form.j-s-lc_app dl {
  margin: 0;
  padding: 2em;
}
#content article form.j-s-lc_app dl:nth-child(2n + 1) {
  background-color: rgba(255, 255, 255, 0.25);
}
#content article form.j-s-lc_app dl.error {
  background-color: rgba(241, 137, 102, 0.25);
}
#content article form.j-s-lc_app dl dt {
  box-sizing: border-box;
  float: left;
  clear: left;
  padding-right: 2em;
  width: 280px;
  text-align: right;
}
#content article form.j-s-lc_app dl dd {
  margin-left: 280px;
}
#content article form.j-s-lc_app.comfirmation dl dd {
  color: #444;
  font-weight: bold;
}
#content article form.j-s-lc_app dl dd small {
  display: block;
  margin-top: 12px;
  font-size: 12px;
}
#content article form.j-s-lc_app dl dd.error {
  color: #f18966;
}
#content article form.j-s-lc_app dd table {
  width: 100%;
}
#content article form.j-s-lc_app dd table tbody th {
  text-align: left;
  empty-cells: show;
}
#content article form.j-s-lc_app dd table td {
  text-align: center;
  empty-cells: show;
}
#content article form.j-s-lc_app table.choose_bunkakai.disabled {
  border-color: #ccc;
  color: #ccc;
}

#content article span.choose_bunkakai {
  margin-left: 1em;
}

#content article form.j-s-lc_app label {
  vertical-align: middle;
}
#content article form.j-s-lc_app textarea {
  padding: 1em;
  width: 75%;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}
#content article form.j-s-lc_app input::-webkit-input-placeholder {
  color: #aaa;
}
#content article form.j-s-lc_app input:-ms-input-placeholder {
  color: #aaa;
}
#content article form.j-s-lc_app input::-moz-placeholder {
  color: #aaa;
}
#content article form.j-s-lc_app input[type="text"],
#content article form.j-s-lc_app input[type="email"],
#content article form.j-s-lc_app input[type="tel"] {
  box-sizing: border-box;
  padding: 0.5em 1em;
  width: 75%;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}
#content article form.j-s-lc_app input[type="radio"] {
  margin-right: 0.5em;
  vertical-align: middle;
}
#content article form.j-s-lc_app input[type="submit"] {
  padding: 0.25em 1em;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
#content article form.j-s-lc_app input[type="submit"]:hover {
  background-color: #ddd;
  border: 1px solid #bbb;
}
#content article form.j-s-lc_app .submitarea {
  margin-top: 6em;
  text-align: center;
}
#content article form.j-s-lc_app .submitarea p {
  margin-left: 0;
}

article.done.j-s-lc_app {
  padding: 6em 2em;
  text-align: left;
}
article.done.j-s-lc_app p:not(:last-child) {
  margin-bottom: 2em;
}
body > div > footer .container {
  height: 160px;
}

/* lightbox_pop */
.lightbox_pop {
  display: inline-block;
  position: relative;
  padding: 0.5em;
  width: 200px;
  background-color: #999999;
  border-radius: 2em;
  color: #ffffff;
  text-align: center;
}
.lightbox_pop:hover {
  background-color: #cccccc;
}

/* ==========================================================

     1.Universal Salector & reset css

============================================================= */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-family: Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  zoom: normal;
}

/* ==========================================================

     2.Structure Module

============================================================= */
html {
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  padding-bottom: 160px;
  width: 100%;
  min-height: 100%;
  background: url(images/header_bg.png) repeat-x left top,
    url(images/body_bg.png);
}
body > div {
  width: 100%;
  height: 100%;
}

body > div > header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  padding-top: 12px;
  width: 100%;
  height: 90px;
  background: url(images/header_bg.png) repeat-x;
}

.container {
  margin: 0 auto;
  width: 980px;
}
body > div > .container {
  padding-top: 120px;
}

#main_visual {
  margin: 80px 0;
  width: 980px;
  height: 380px;
}
.logos {
  width: 380px;
  height: 380px;
}

#slide_images {
  position: relative;
  top: -380px;
  left: 380px;
  padding: 20px 0 0 20px;
  width: 600px;
  height: 380px;
  background-color: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.45);
  border-radius: 8px;
}

#content {
  padding: 40px 0 80px 0;
  width: 980px;
  background-color: #fff2d6;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.45);
  border: 8px solid #fff2d6;
  border-radius: 8px;
}

#content nav.sub {
  margin-bottom: 40px;
}
#content nav.page {
}
#content nav.page ul {
}
#content nav.page ul li {
}

#content article {
  margin: 0 40px 80px 40px;
}
#content article:nth-child(2) {
  /*nav.subがないとき*/
  margin-top: 40px;
}
#content article:last-child {
  margin-bottom: 0;
}
article header {
  margin-bottom: 40px;
}
article section {
  margin-bottom: 80px;
}
article section:last-child {
  margin-bottom: 0px;
}

#content article.announcement {
  padding: 40px;
  background-color: #ffd67e;
  border: 8px solid #ffd67e;
  border-radius: 8px;
}
#content article.announcement .application {
  margin-top: 40px;
}
#content article.news {
}
#content article > article {
  margin: 0 0 40px 30px;
  padding-left: 10px;
  border-left: 1px dotted #000000;
}

nav.page {
  margin: 0 30px;
}
nav.page .earlier {
  float: left;
}
nav.page .laster {
  float: right;
}

.attachment {
  margin-top: 40px;
}

div.columns2 {
  padding: 20px 0;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 8px;
}
div.columns2:after {
  content: "";
  display: block;
  clear: both;
}
div.columns2 div {
  box-sizing: border-box;
  padding: 0 20px;
  width: 390px;
}
div.columns2 div:first-child {
  float: left;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
div.columns2 div:nth-child(2) {
  float: right;
}
div.columns2 div :first-child {
  margin-top: 0;
}

body > div > footer {
  bottom: 0;
  width: 100%;
  height: 160px;
  background: url(images/footer_bg.png) repeat-x left bottom;
}
/* お申込みフォーム用にコメントアウト
	body > footer .container {
		height: 160px;
		background: url(images/footer_bg.png) repeat-x left bottom;
	}*/
body > div > footer nav {
  margin-top: 40px;
}

.notice {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 1em;
  padding: 20px;
  border: 2px dotted #f18966;
  border-radius: 8px;
}

#page404 {
  text-align: center;
}
#page404 a.toppagelink {
  display: block;
  position: relative;
  left: 50%;
  margin-left: -120px;
  padding: 32px 0;
  width: 240px;
  height: 120px;
  background: url(images/manabi_logotxt_bg.png);
  border-image-source: url(images/manabi_logotxt_bg.png);
  border-radius: 8px;
  color: #ffffff;
  font-weight: bold;
  line-height: 32px;
  font-size: 24px;
  text-indent: 12px;
  letter-spacing: 8px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.45);
}
#page404 a.toppagelink:hover {
  color: #ffd67e;
}

#topcontrol {
  position: fixed;
  left: 50%;
  bottom: 200px;
  margin-left: 460px;
  z-index: 10;
  width: 16px;
  height: 10px;
  background: url(images/totoppage.png) no-repeat;
  text-indent: 9000px;
}

.float_r {
  margin: 40px;
  float: right;
}
.float_l {
  margin: 40px;
  float: left;
}
.align_c {
  margin-right: auto;
  margin-left: auto;
}

.clear {
  clear: both;
}

/* clearfix */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

hr {
  margin: 20px 40px;
  height: 1px;
  border-bottom: 1px dotted #999999;
}

/* ==========================================================

     3.Text Module

============================================================= */
strong,
em {
  font-style: normal;
  font-weight: bold;
}
strong.note {
  color: #f18966;
}

blockquote {
  margin-left: 20px;
  padding: 20px;
  border-left: 4px solid #ffd67e;
  border-radius: 8px;
}
code {
  font-family: monospace;
}

body > div > header #pagetop h1 {
  display: inline-block;
}
body > div > header #pagetop:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#content > h1 {
  margin: 0 0 0 -8px;
  padding: 0 40px;
  width: 980px;
  height: 80px;
  background: url(images/manabi_logotxt_bg.png);
  color: #ffffff;
  font-weight: bold;
  line-height: 80px;
  font-size: 32px;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 10px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.45);
}

article > header h1 {
  border-bottom: 1px solid #40c8f4;
  font-size: 24px;
}
article.announcement > header h1 {
  margin-top: 20px;
}
article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
  margin: 1em 0 0.5em 0;
  color: #525453;
  line-height: 1.1;
}
article h1 {
  margin-top: 40px;
  font-size: 20px;
}
article h2 {
  margin-left: 0.5em;
  font-size: 18px;
}
article h3 {
  margin-left: 0.5em;
  font-size: 16px;
}
article h4 {
  margin-left: 0.5em;
  font-size: 14px;
}
article h5 {
  margin-left: 0.5em;
  font-size: 12px;
}
article h6 {
  margin-left: 0.5em;
  font-size: 10px;
}

article.news article header h1 {
  margin-bottom: 1em;
  border: none;
  font-size: 20px;
}
article header time {
  margin-bottom: 4px;
}

article p {
  margin-bottom: 1em;
  margin-left: 1em;
  line-height: 1.6;
}
article p:last-child {
  margin-bottom: 0;
}
article > article p {
  margin-bottom: 0.5em;
  line-height: 1.2;
}
article p.align_center {
  text-align: center;
}
article .wp-caption-text,
article .entry-caption p {
  line-height: 1.2em;
  font-size: 80%;
}

.announcement .application p {
  margin: 0 auto;
  width: 320px;
  height: 36px;
  background-color: #73a961;
  border: 8px solid #73a961;
  border-radius: 8px;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
}

#content > article.news time {
  margin-right: 2em;
}

#content article address {
  margin: 20px;
  font-style: normal;
  text-align: center;
}

.pageback {
  text-align: center;
}

body > div > footer .inquiry {
  color: #000000;
  line-height: 40px;
  font-size: 15px;
  text-align: right;
  vertical-align: middle;
}
body > div > footer address {
  margin-top: 36px;
  color: #ffffff;
  font-size: 10px;
  text-align: center;
}

small {
  color: #666666;
  line-height: 1.1;
  font-size: 65%;
}

.text_right {
  text-align: right;
}
.text_center {
  text-align: center;
}
.underline {
  text-decoration: underline;
}

/* ==========================================================

     4.Table Module

============================================================= */
#content table {
  background-color: #fff5de;
  border-collapse: collapse;
  border: 1px solid #ddebb8;
}
#content table thead,
#content table tfoot {
  background-color: #ddebb8;
}
#content table thead th,
#content table tfoot th {
  padding: 0.6em 0.8em;
  border-right: 1px solid #fff2d6;
  white-space: nowrap;
}
#content table thead th:last-child,
#content table tfoot th:last-child {
  border-right: none;
}
#content table tbody {
}
#content table tbody tr {
  border-bottom: 1px solid #ddebb8;
}
#content table tbody tr:last-child {
  border-bottom: none;
}
#content table tbody th,
#content table tbody td {
  padding: 0.6em 0.8em;
  border-right: 1px solid #ddebb8;
}
#content table tbody th:last-child,
#content table tbody td:last-child {
  border-right: none;
}
#content table tbody tr:nth-child(even) {
  background-color: #fff0cf;
}

#content table.w_max {
  width: 100%;
}

/* ==========================================================

     5.List Module

============================================================= */
ul,
ol {
  list-style-position: inside;
}

ol {
  list-style: decimal;
}

header nav ul {
  position: relative;
  top: -28px;
  left: 80px;
  font-weight: bold;
  font-size: 15px;
  list-style: none;
}
header nav ul li {
  display: inline;
  margin-right: 24px;
}
header nav ul li:last-child {
  margin-right: 0;
}

.logos ul {
  list-style: none;
}
.logos ul li.jnsc_logo {
  margin: 0 0 10px 30px;
}
.logos ul li.manabi_logotxt {
  padding: 80px 0 0 30px;
  width: 380px;
  height: 270px;
  background: url(images/manabi_logotxt_bg.png);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.45);
  border-image-source: url(images/manabi_logotxt_bg.png);
  border-radius: 8px 0 0 8px;
  color: #ffffff;
  font-weight: bold;
  font-size: 45px;
  text-indent: -20px;
  text-align: center;
  letter-spacing: 10px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.45);
}

#content article ul {
  margin-left: 1em;
  margin-bottom: 1em;
}
#content article ol {
  margin-left: 2.5em;
  margin-bottom: 1em;
}
#content article ul:last-child,
#content article ol:last-child {
  margin-bottom: 0;
}
#content article ul li {
  margin-bottom: 0.5em;
  line-height: 1.25;
}
#content article ul li:last-child {
  margin-bottom: 0;
}
#content nav.sub ul {
  margin-right: 40px;
  list-style: none;
}
#content nav.sub ul li {
  float: right;
  margin-left: 20px;
  padding-top: 3px;
  width: 160px;
  height: 30px;
  background-color: #73a961;
  border: 8px solid #73a961;
  border-radius: 0 0 8px 8px;
  line-height: 15px;
  font-size: 15px;
  text-align: center;
}

#content article table td ul {
  margin: 0;
  list-style: none;
}

#content .announcement .application ul {
  list-style: none;
}
#content .announcement .application ul li {
  font-weight: bold;
}
#content .announcement .application ul .dl_docs {
  float: left;
  height: 36px;
}
#content .announcement .application ul .mail {
  float: right;
  height: 36px;
  background-color: #73a961;
  border: 8px solid #73a961;
  border-radius: 8px;
  line-height: 20px;
  vertical-align: middle;
}
#content .announcement .application ul .closed {
  padding: 0 20px;
  color: #ffffff;
  letter-spacing: 4px;
}

body > div > footer nav ul {
  font-weight: bold;
  list-style: none;
}
body > div > footer nav ul li {
  display: inline;
  padding: 0 16px;
  border-right: 1px solid #ffffff;
  font-size: 13px;
}
body > div > footer nav ul li:first-child {
  margin-left: 0;
}
body > div > footer nav ul li:last-child {
  margin-right: 0;
  border-right: none;
}

#content article dl {
  margin-left: 1em;
  margin-bottom: 1em;
}
#content article dl dt {
  color: #444444;
  font-weight: bold;
}
#content article dl dd {
  margin-left: 1em;
  margin-bottom: 0.5em;
}

#content article dl.horizontal {
  margin-left: 3em;
}
#content article dl.horizontal:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
#content article dl.horizontal dt {
  float: left;
  clear: left;
}
#content article dl.horizontal dd {
  margin-left: 8em;
}

/* ==========================================================

     6.Image Module

============================================================= */
img {
  border: none;
}

#content article img {
  background-color: #ffffff;
  border: 4px solid #ffffff;
  border-radius: 8px;
}

/* Images */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft {
  margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
  margin: 5px 10px 5px 0;
}

img.alignright {
  margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
  margin: 5px 0 5px 10px;
}

img.aligncenter {
  margin: 5px auto;
}

img.alignnone {
  margin: 5px 0;
}

img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
article .attachment img {
  display: block;
  margin: 0 auto;
}

/* ==========================================================

     7.Link Module

============================================================= */
a {
  text-decoration: none;
  transition-property: all;
  transition-duration: 0.65s;
  transition-timing-function: liner;
  transition-delay: 0;
}

body > div > header a {
  color: #ffffff;
}
body > div > header nav ul li a {
}
body > div > header nav ul li a:hover {
  color: #ffd67e;
}

#content a {
  color: #73a961;
}
#content a:hover {
  border-bottom: none;
  color: #a9ce4d;
}
article header a h1 {
  border-bottom: 1px solid #40c8f4;
  font-size: 24px;
  color: #73a961;
}
article header a:hover h1 {
  border-bottom: 1px solid #40c8f4;
  font-size: 24px;
  color: #a9ce4d;
}

#content nav.sub ul li a {
  position: relative;
  top: -4px;
  border: none;
  color: #ffffff;
}
#content nav.sub ul li a:hover {
  color: #ffd67e;
}

#content .announcement .application ul .dl_docs a {
  line-height: 36px;
  vertical-align: bottom;
}
#content .announcement .application ul .mail a {
  border: none;
  color: #ffffff;
}
#content .announcement .application ul .mail a:hover {
  color: #ffd67e;
}

#content .announcement .application p > a {
  color: #ffffff;
  font-weight: bold;
}
#content .announcement .application p > a:hover {
  color: #ffd67e;
}

article.news article header h1 a {
  font-size: 20px;
}

.news ul li a {
  border: none;
}

.more-link {
  font-weight: bold;
  line-height: 2em;
}
.more-link:before,
.more-link:after {
  content: "……";
}

body > div > footer .inquiry a {
  color: #000000;
}
body > div > footer .inquiry a:hover {
  color: #a7aaa8;
}
body > div > footer nav a {
  color: #ffffff;
  font-size: 13px;
  text-shadow: 1px 1px 0px #000000;
}
body > div > footer nav a:hover {
  color: #ffd67e;
}

.attention {
  font-weight: bold;
  font-size: 24x;
  color: #f33;
}

/* ==========================================================

     8.Form Module

============================================================= */
