@charset "UTF-8";
/*
* Name: style.css
*/
/********************************************
*/
/*	GENERAL
*/
/********************************************/
/*==================================
*/
/*		RESET
*/
/*================================*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

/*==================================
*/
/*		COLOR
*/
/*================================*/
/*==================================
*/
/*		COMMON
*/
/*================================*/
* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  line-height: 1.5;
}

body {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: #fff;
  color: #000000;
  -webkit-text-size-adjust: 100%;
}

#wrap {
  width: 100%;
}

.gothic {
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Arial","Verdana","sans-serif";
}

h2 {
  width: 1100px;
  margin: 0 auto 40px;
  color: #000;
  font-size: 50px;
  font-style: italic;
  font-weight: bold;
  font-feature-settings: "palt";
  padding: 80px 0 20px;
  border-bottom: 2px solid #003686;
  text-align: center;
  text-shadow: 2px  2px 10px #fff, -2px  2px 10px #fff, 2px -2px 10px #fff, -2px -2px 10px #fff;
}
h2 span {
  color: #003686;
  font-size: 60px;
}

/*-------------------------
/*			a.contact
-------------------------*/
a.contact {
  display: block;
  width: 680px;
  height: 116px;
  line-height: 116px;
  background: url(../images/btn_contact.png) no-repeat left top;
  text-indent: 160px;
  color: #ffffff;
  text-shadow: 0 2px 3px #000;
  text-decoration: none;
  font-size: 42px;
  font-weight: bold;
  margin: 80px auto;
  clear: both;
}
a.contact:hover {
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  -moz-opacity: 0.7;
  opacity: 0.7;
}

section {
  width: 1100px;
  margin: 0 auto;
}
section .inner {
  width: 800px;
  margin: 0 auto;
}
section .inner > p {
  font-size: 20px;
  line-height: 1.8;
}
section .inner > p .orange {
  color: #ed6c00;
  font-weight: bold;
  border-bottom: 1px dotted #ed6c00;
  padding-bottom: 4px;
}

/* ------------------------------------ */
table {
  width: 1000px;
  margin: 0 auto;
  border-collapse: separate;
}

th {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
}

td {
  font-size: 20px;
  padding: 0 0 0 50px;
}

/********************************************
*/
/*	HEADER
*/
/********************************************/
/*==================================
*/
/*		#menu-area
*/
/*================================*/
#menu-area {
  width: 100%;
  min-width: 1100px;
  height: 60px;
  margin: 0;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

#menu-area-inner {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}

ul#menu {
  float: left;
  margin: 0 0 0 350px;
  list-style: none;
  font-weight: bold;
}
ul#menu li {
  float: left;
  padding-left: 15px;
  margin-right: 10px;
  background: url(../images/footer_bottom.png) no-repeat left center;
}
ul#menu li.first {
  padding-left: 35px;
  background: none;
}
ul#menu li a {
  color: #fff;
  text-decoration: none;
  line-height: 60px;
}
ul#menu li a:hover {
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  -moz-opacity: 0.7;
  opacity: 0.7;
}

#bizup_logo a {
  width: 220px;
  height: 40px;
  background: url(../images/bizup_logo.png) no-repeat left top;
  position: absolute;
  top: 10px;
  left: 0px;
  text-indent: -9898px;
}

/*==================================
*/
/*		#header
*/
/*================================*/
#header {
  width: 100%;
  height: 600px;
  margin: 0 auto;
  clear: both;
  background: #fff;
}
#header .inner {
  width: 100%;
  min-height: 600px;
  padding: 0;
  margin: 0 auto;
  background: url(../images/header.jpg) no-repeat center top;
  background-size: 1100px auto;
  position: relative;
  border: none;
}

/********************************************
*/
/*	MAIN
*/
/********************************************/
/*==================================
*/
/*		.about
*/
/*================================*/
.about {
  margin-top: 80px;
  background: url(../images/bg-about.png) no-repeat;
}
.about h2 + p {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
}
.about .problems {
  width: 800px;
  margin: 40px auto 20px;
  padding: 20px 60px;
  border: 1px solid #ed6c00;
  background: rgba(255, 255, 255, 0.6);
}
.about .problems p {
  color: #ed6c00;
  font-size: 1.4em;
}
.about .problems p span {
  font-size: 1.6em;
  font-style: italic;
  margin-right: 0.5em;
}

/*==================================
*/
/*		.concept
*/
/*================================*/
/*-------------------------
/*	.circle-box
-------------------------*/
.concept .circle-wrap {
  position: relative;
  width: 100%;
  padding: 120px 0 50px;
  margin-top: 40px;
  background: url(../images/bg-concept.png) no-repeat;
}
.concept .circle-wrap .circle-box {
  position: relative;
  margin: 0 auto;
  width: 600px;
  height: 600px;
  background: url(../images/bg-circle.png) center no-repeat;
}
.concept .circle-wrap .circle-box > p {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-size: 40px;
  font-weight: bold;
  color: #ed6c00;
  display: inline-block;
  width: 380px;
  height: 108px;
  text-align: center;
  line-height: 1.4;
  text-shadow: 2px  2px 10px #fff, -2px  2px 10px #fff, 2px -2px 10px #fff, -2px -2px 10px #fff;
}
.concept .circle-wrap .item {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #00873c;
  text-align: center;
  display: table;
  box-shadow: 2px 2px 20px #000;
}
.concept .circle-wrap .item span {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  text-shadow: 2px 2px 4px #000;
}
.concept .circle-wrap .item p {
  position: absolute;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 2px  2px 10px #fff, -2px  2px 10px #fff, 2px -2px 10px #fff, -2px -2px 10px #fff;
}
.concept .circle-wrap .item:nth-of-type(-n + 3) p, .concept .circle-wrap .item:nth-of-type(9) p {
  padding-left: 54px;
  right: -240px;
}
.concept .circle-wrap .item:nth-of-type(n + 4) p {
  padding-right: 54px;
  left: -250px;
}
.concept .circle-wrap .item:nth-of-type(1) p {
  top: -30px;
  background: url(../images/line-01.png) left 0 bottom 0 no-repeat;
}
.concept .circle-wrap .item:nth-of-type(2) p {
  top: -20px;
  background: url(../images/line-01.png) left 0 bottom 0 no-repeat;
}
.concept .circle-wrap .item:nth-of-type(3) p {
  top: 90px;
  background: url(../images/line-02.png) left 0 top 0 no-repeat;
}
.concept .circle-wrap .item:nth-of-type(4) p {
  top: 90px;
  left: -200px;
  background: url(../images/line-03.png) right 0 top 0 no-repeat;
}
.concept .circle-wrap .item:nth-of-type(5) p {
  top: 80px;
  left: -240px;
  background: url(../images/line-03.png) right 0 top 0 no-repeat;
}
.concept .circle-wrap .item:nth-of-type(6) p {
  top: 80px;
  background: url(../images/line-03.png) right 0 top 0 no-repeat;
}
.concept .circle-wrap .item:nth-of-type(7) p {
  top: 10px;
  left: -225px;
  background: url(../images/line-04.png) right 0 bottom 0 no-repeat;
}
.concept .circle-wrap .item:nth-of-type(8) p {
  top: -30px;
  background: url(../images/line-04.png) right 0 bottom 0 no-repeat;
}
.concept .circle-wrap .item:nth-of-type(9) p {
  top: -30px;
  right: -220px;
  left: auto;
  padding-right: 0;
  background: url(../images/line-01.png) left 0 bottom 0 no-repeat;
}

/*==================================
*/
/*		.lecturer
*/
/*================================*/
.lecturer .inner {
  background: #b9d8be;
  border-radius: 10px;
  box-shadow: 5px 5px 10px 3px rgba(0, 0, 0, 0.5) inset;
  padding: 40px;
}
.lecturer .inner > div {
  overflow: hidden;
}
.lecturer .left {
  float: left;
}
.lecturer .right {
  float: right;
}
.lecturer img {
  border-radius: 8px;
}
.lecturer dl {
  margin-top: 10px;
  font-weight: bold;
  font-size: 16px;
}
.lecturer dd span {
  font-size: 40px;
  margin-right: 10px;
}
.lecturer .main-lecturer {
  overflow: hidden;
}
.lecturer .main-lecturer h3 {
  color: #003686;
  font-size: 30px;
  font-style: italic;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #5b87ca;
}
.lecturer .main-lecturer p {
  margin-top: 20px;
}
.lecturer .main-lecturer .right {
  width: 480px;
}
.lecturer .sub-lecturer .left {
  width: 520px;
}
.lecturer .sub-lecturer p {
  border-top: 2px solid #5b87ca;
  padding-top: 20px;
  margin-top: 20px;
}
.lecturer .sub-lecturer dl {
  margin-top: 10px;
  font-weight: bold;
  font-size: 14px;
}
.lecturer .sub-lecturer dd span {
  font-size: 30px;
  margin-right: 10px;
}

/*==================================
*/
/*		.program
*/
/*================================*/
.program .inner {
  width: 900px;
  margin: 0 auto;
  padding: 50px 0 0;
  overflow: hidden;
}
.program .inner > div {
  width: 44%;
}
.program .first {
  float: left;
}
.program .second {
  float: right;
}
.program h3 {
  font-size: 16px;
  line-height: 1.0;
  border-bottom: 2px solid #00873c;
  vertical-align: middle;
  margin-bottom: 20px;
    padding-bottom: 10px;
}
.program h3 em {
  font-size: 20px;
  font-weight: bold;
}
.program h3 .vol {
  color: #00873c;
  margin-right: 20px;
}
.program h3 .where {
  color: red;
}
.program h3 .osaka {
  margin-left: 87px;
}
.program h3 .vol em {
  font-size: 46px;
  font-style: italic;
  vertical-align: middle;
  padding-right: 10px;
}
.program h3 p {
  display: inline;
  margin-left: 20px;
}
.program h4 {
  color: #003686;
  font-size: 1.4em;
  font-style: italic;
  font-weight: bold;
  padding: 0.5em 1.5em;
  background: #009652;
  background: -moz-linear-gradient(top, rgba(0, 150, 82, 0.5) 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, rgba(0, 150, 82, 0.5) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(0, 150, 82, 0.5) 0%, #ffffff 100%);
}
.program ol {
  list-style-type: none;
  counter-reset: num 0;
  padding-left: 54px;
}
.program ol li {
  counter-increment: num;
  position: relative;
  padding-left: 1.4em;
  line-height: 1.8;
}
.program ol li:before {
  content: counter(num);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  background: #00873c;
  border-radius: 50%;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  font-size: 12px;
}
.program ol + h4 {
  margin-top: 40px;
}

/*==================================
*/
/*		.guide
*/
/*================================*/
.guide {
  box-sizing: content-box;
  width: 980px;
  margin: 50px auto;
  padding: 0 20px 20px;
  border: 4px solid #003686;
  border-radius: 10px;
  background: #fff;
}
.guide table {
  width: 980px;
  margin: 0 auto 20px;
  background: #fff;
  border-collapse: collapse;
}
.guide th {
  width: 160px;
  height: 140px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.guide th span {
  background: #003686;
  color: #fff;
  display: block;
  width: 112px;
  padding: 10px 0;
  margin: 0 0 0 20px;
}
.guide td {
  font-size: 20px;
  padding: 20px 0;
    vertical-align: middle;
    
}
.guide td p {
    display: inline;
}
.guide tr:first-child td {
  font-size: 20px;
}
.guide tr:first-child td span {
  font-size: 30px;
  font-weight: bold;
}
.guide tr + tr th {
  border-top: 1px solid #000;
}
.guide tr + tr td {
  border-top: 1px solid #000;
}
.guide tr + tr td + td {
  margin: 0 0 0 100px;
}
.guide tr + tr td > span {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #003686;
  width: 85%;
}
.guide .price {
  font-size: 34px;
  font-weight: bold;
  color: #014099;
}
.guide .price span {
  font-size: 20px;
}
.guide table + ul {
  list-style-type: square;
  margin: 0 0 0 40px;
}
.guide table + ul li {
  color: #212121;
  font-size: 16px;
}


/*==================================
*/
/*		#contact
*/
/*================================*/
#contact {
    padding: 60px 0;
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Arial","Verdana","sans-serif";
}

#contact .box-inner {
    text-align: center;
}

#contact .form-notice {
    font-size: 1.4em;
}

#contact .contact_inner {
    width: 1100px;
    margin: 0 auto;
    font-size: 1.6em;
    text-align: center;
}

#table_form {
    width: 900px;
    border: 0px #ffffff solid;
    border-collapse: collapse;
    table-layout: fixed;
    border-spacing: 0;
    margin: 5px auto 30px;
}
#table_form,
#table_form * {
    -moz-box-sizing: initial;
    -webkit-box-sizing: initial;
    box-sizing: initial;
}
#table_form th {
    width: 170px;
    background-color: #333e8c;
    padding: 15px 20px;
    border: solid 1px #ffffff;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
#table_form td {
    width: 657px;
    padding: 15px;
    border: solid 1px #d3d2c8;
    font-size: 16px;
    text-align: left;
    background: #ffffff;
}
#contact input,
#contact .f-btn input {
  font-size: 16px;
}
#contact input:nth-of-type(1), #contact input:nth-of-type(1),
#contact .f-btn input:nth-of-type(1),
#contact .f-btn input:nth-of-type(1) {
  padding: 20px 30px;
}
#contact input:nth-of-type(2), #contact input:nth-of-type(2),
#contact .f-btn input:nth-of-type(2),
#contact .f-btn input:nth-of-type(2) {
  padding: 20px 70px;
}

#contact .f-btn {
  text-align: center;
}

#contact span.data-r {
  color: #c00d09;
}

/*==================================
*/
/*		#page-top
*/
/*================================*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 50px;
}
#page-top a {
  background: url(../images/pagetop.png) no-repeat left top;
  width: 80px;
  height: 80px;
  display: block;
  text-indent: -9898px;
}
#page-top a:hover {
  background-position: 0px -80px;
}

/**************************************************************
*/
/*	FOOTER
*/
/********************************************/
#footer {
  width: 100%;
  background: #000000;
  min-width: 1100px;
}

#footer-inner {
  width: 1100px;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
}
#footer-inner img {
  margin-right: 12px;
  vertical-align: middle;
}
#footer-inner a {
  color: #ffffff;
}
#footer-inner a:hover {
  color: #cccccc;
}
