@charset "UTF-8";

/*  画面サイズが480pxまで  */
/* -----------------------------------------------------
// general
// -------------------------------------------------- */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
}
body {
  color: #333;
  font-family: Arial, メイリオ, Meiryo, "ＭＳ Ｐゴシック", mono-space, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  width: 100%;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
}
a,
a hover {
  color: #fff;
  text-decoration: none;
}
/* common class
  ** -------------------------------*/
.spShow {
  display: block;
}
.pcShow {
  display: none;
}
.head {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  padding-bottom: 20px;
  font-weight: bold;
}
/*entry btn*/
.entry_btn {
  background: -moz-linear-gradient(top, #eb853e, #e36f1e); 
  background: -webkit-linear-gradient(top, #eb853e, #e36f1e); 
  background: linear-gradient(to bottom, #eb853e, #e36f1e);
  background: #eb853e;
  display: block;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  border-radius: 6px;
  text-align: center;
  -moz-box-shadow: 0 6px 0 #993f00;
  -webkit-box-shadow: 0 6px 0 #993f00;
  box-shadow: 0 6px 0 #993f00;
  outline: none;
  padding: 16px 12px 14px;
  box-sizing: border-box;
}
.entry_btn::before,
.entry_btn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.entry_btn,
.entry_btn::before,
.entry_btn::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.entry_btn:hover {
  background: -moz-linear-gradient(top, #e3511e, #eb5e3e); 
  background: -webkit-linear-gradient(top, #e3511e, #eb5e3e); 
  background: linear-gradient(to bottom, #e3511e, #eb5e3e);
  background: #e3511e;
}
.entry_btn span {
  font-size: 13px;
  font-size: 1.3rem;
}

/* -----------------------------------------------------
// Contents
// -------------------------------------------------- */

/* header
  ** -------------------------------*/
#wrapper {
  overflow: hidden;
  width: 100%;
}
#page_header {
  background: #00A4E4;
  position: relative;
  height: 63px;
}
#page_header .header_logo {
  position: absolute;
  top: 14px;
  left: 12px;
  margin: 0;
  width: 171px;
  height: 36px;
}

/* header co_host 共催版*/
#co_host #page_header {
  background: #fff;
  position: relative;
  height: 63px;
}
#co_host #page_header > .inner {
  padding: 0 12px;
}
#co_host #page_header .box_header_logo {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* reverse ロゴを左右逆にする*/
#co_host #page_header .box_header_logo.reverse {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
#co_host #page_header .header_logo_cohost {
  padding-top: 12px;
}
#co_host #page_header .header_logo_cohost {
  width: 100px;
  height: 41px;
}
#co_host #page_header .box_header_logo.reverse .header_logo_cohost {
  width: 100px;
  height: 41px;
}
#co_host #page_header .header_logo_cohost p img {
  display: inline;
}
#co_host #page_header .header_logo {
  width: 100px;
  height: 21px;
  position: static;
  padding-top: 22px;
}
/* header co_host 共催版 ここまで*/

/* seminar_title
  ** -------------------------------*/
#seminar_title > .inner {
  background: #f5f5f5 url('../img/bg_summary.png')no-repeat left top;
  background-size: 80%;
  padding: 30px 20px 30px;
}
#seminar_title h1 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 22px;
  font-weight: bold;
}
#seminar_title h1::after {
  border: #00A4E4 solid;
  box-sizing: border-box;
  border-width: 2px;
  content: "";
  display: block;
  height: 2px;
  width: 60px;
  margin-top: 16px;
}

/* visual
  ** -------------------------------*/
#visual {
  margin-bottom: 14px;
}
/* seminar_summary
  ** -------------------------------*/
#seminar_summary {
  border: 2px solid #00A4E4;
  margin: 0 20px 20px;
}
#seminar_summary > dt {
  color: #00A4E4;
  font-weight: bold;
  padding: 5px 0 2px;
  text-align: center;
  border-bottom: 2px solid #00A4E4;
}
#seminar_summary > dd {
  padding: 12px 12px 6px;
}
/* teacher
  ** -------------------------------*/
#teacher {
  background:#00A4E4 url('../img/bg_teahcer.png')no-repeat right top;
  background-size: 80%;
}
#teacher > .inner {
  padding: 0 12px 16px;
}
#teacher .head {
  color: #fff;
  padding-top: 30px;
}
#teacher .box_teacher {
  background: #fff;
  position: relative;
  padding: 20px 20px 10px;
  -moz-box-shadow: 0 0 8px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.1);
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
#teacher .teacher_img {
  float: left;
  width: 90px;
}
#teacher .teacher_name {
  padding: 0 0 10px;
  margin-left: 110px;
}
/*プロフィール画像なし*/
#teacher .no_img {
  margin-left: 0;
}
#teacher .teacher_name dd {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
}
#teacher .teacher_name dd > span {
  font-weight: normal;
  padding-left: 2px;
  font-size: 16px;
  font-size: 1.6rem;
}
#teacher .box_profile:after,
#teacher .teacher_name:after {
  content: "";
  display: block;
  clear: both;
}
#teacher .title {
  background: #036a9f;
  color: #fff;
  font-weight: bold;
  margin: 0 -20px 14px;
  padding: 6px 20px 2px;
}
#teacher .teacher_profile {
  display: table;
}
#teacher .teacher_profile dt {
  display: inline-table;
  width: 100%;
}
#teacher .teacher_profile dd {
  display: inline-table;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 6px;
  margin-bottom: 6px;
}
#teacher .teacher_award li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 6px;
  margin-bottom: 6px;
}
#teacher .teacher_profile dd:last-child, 
#teacher .teacher_award li:last-child {
  border-bottom: none;
}

/* entry
  ** -------------------------------*/
.entry {
  padding: 20px 12px 26px;
}

/* outline
  ** -------------------------------*/
#outline {
  background: #f5f5f5;
  padding: 30px 12px 0;
}
#outline > .box_outline {
  background: #fff;
  position: relative;
  padding: 0 20px 30px;
  -moz-box-shadow: 0 0 8px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.1);
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
#outline .head {
  color: #00A4E4;
  padding: 30px 0 20px;
}
#outline .outline_detail dt {
  color: #036a9f;
  font-weight: bold;
  margin-bottom: 2px;
}
#outline .outline_detail dd {
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
#outline .outline_detail dd:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
#outline .outline_map {
  padding: 4px 0 8px;
}
#outline .entry {
  padding: 20px 0 26px;
}

/* contact
  ** -------------------------------*/
#contact {
  background-color: #081634;
  background-image: url('../img/bg_contact_s.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-attachment: fixed;
  background-size: contain;
  padding: 26px 12px;
}
#contact > .inner {
  background: rgba(255,255,255,0.8);
  -moz-box-shadow: 0 0 8px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.1);
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
  padding: 20px;
}
#contact .head {
  color: #898989;
  font-size: 20px;
  font-size: 2.0rem;
  padding-bottom: 16px;
}
#contact .title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 6px;
}
#contact .contact_tel {
  text-align: left;
  margin-bottom: 4px;
}
#contact .contact_name {
  text-align: left;
}

/* gototop
  ** -------------------------------*/
.page_top {
	position: fixed;
	bottom: 16px;
	right: 16px;
	z-index: 2;
	opacity: 0.8;
}
.page_top a {
	width: 40px;
	height: 40px;
	display: block;
	font-size: 16px;
	line-height: 42px;
	background-color: #555;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
.page_top a::before {
  content: '^';
	transform: scale(1.5, 1);
	-webkit-transform: scale(1.5, 1);
	-ms-transform: scale(1.5, 1);
	display: block;
  padding-top: 2px;
}

/* footer
  ** -------------------------------*/
#page_footer {
  background: #00a4e4;
  color: #fff;
  padding: 16px 20px 12px;
  text-align: center;
}
#page_footer .footer_num {
  color: #d7d7d7;
  font-size: 12px;
  font-size: 1.2rem;
}
#page_footer .copyright {
  font-family: Verdana, “Droid Sans”, “メイリオ”, ”Meiryo”, ”ＭＳ Ｐゴシック”, ”Hiragino Kaku Gothic Pro”, ”ヒラギノ角ゴ Pro W3″, sans-serif;/*Android対策*/
}

@media screen and (min-width: 768px)  {
/*　画面サイズが768pxから960pxまではここを読み込む　*/
  
  /* header co_host 共催版*/
  #co_host #page_header .header_logo {
    width: 140px;
    height: 29px;
    padding-top: 18px;
  }
  /* header co_host 共催版 ここまで*/
  
  #seminar_title > .inner {
    background-size: 50%;
    padding: 50px 80px 130px
  }
  #seminar_title .seminar_title {
    padding: 40px 20px 0;
  }
  #seminar_title .seminar_title {
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
  }
  #seminar_title .seminar_title::after {
    margin: 12px auto 0;
  }
  #seminar_title h1 {
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
    padding-right: 0;
  }
  #seminar_title h1::after {
    margin: 12px auto 0;
  }
  #visual {
    margin: 0 20px 20px;
  }
  #visual > p {
    margin-top: -90px;
  }
  #summary .visual p img {
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.1);
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
  }
  #seminar_summary {
    margin: 0 20px 60px;
    display: table;
  }
  #seminar_summary > dt {
    border-bottom: none;
    border-right: 2px solid #00A4E4;
    padding: 5px 0 2px;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    display: table-cell;
    width: 200px;
    vertical-align: middle;
  } 
  #seminar_summary > dd {
    padding: 18px 22px 10px;
    display: table-cell;
  }
  #teacher {
    background-size: 50%;
  }
  #teacher > .inner {
    padding: 0 12px 60px;
}
  #teacher .head {
    padding-top: 40px;
  }
  #teacher .box_teacher {
    padding: 40px 50px 26px;
  }
  #teacher .box_profile {
    margin-bottom: 30px;
  }
  #teacher .teacher_img {
    width: 160px;
  }
  #teacher .teacher_name {
    padding: 36px 0 0;
    margin-left: 210px;
  }
  #teacher .teacher_name dd {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
  }
  #teacher .no_img {
    margin-left: 0;
    padding-top: 0;
  }
  #teacher .title {
    background: none;
    color: #0073ae;
    margin: 0 0 6px 0;
    padding: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #teacher .teacher_profile {
    margin-bottom: 22px;
  }
  #teacher .teacher_profile dt {
    width: 36%;
    border-bottom: none;
    padding-bottom: 2px;
    margin-bottom: 2px;
  }
  #teacher .teacher_profile dd {
    border-bottom: none;
    width: 62%;
    padding-bottom: 2px;
    margin-bottom: 2px;
  }
  #teacher .teacher_award li {
    border-bottom: none;
    padding-bottom: 4px;
    margin-bottom: 4px;
  }
  #teacher .box_teacher:after {
    content: "";
    display: block;
    clear: both;
  }
  .entry {
    padding: 40px 0 44px;
  }
  .entry_btn {
    margin: 0 auto;
    width: 70%;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .entry_btn span {
    font-size: 24px;
    font-size: 2.4rem;
  }
  #outline {
      padding: 40px 12px 0;
  }
  #outline .head {
    padding: 20px 0 0;
  }
  #outline > .box_outline {
    padding: 40px 50px;
  }
  #outline .outline_detail {
    margin: 30px auto 0;
    box-sizing: border-box;
  }
  #outline .inner::before {
    border-width: 0 0 16px 16px;
    height: 46px;
    width: 46px;
  }
  #outline .inner::after {
    border-width: 0 16px 16px 0;
    height: 46px;
    width: 46px;
  }
  #outline .outline_detail dt {
    color: #000;
    font-weight: bold;
    margin-bottom: 0;
    border-top: 1px solid #ddd;
    float: left;
    width: 130px;
    box-sizing: border-box;
    padding-top: 16px;
  }
  #outline .outline_detail dd {
    border-top: 1px solid #ddd;
    border-bottom: none;
    padding: 16px 0 0;
    margin: 0 0 16px 130px;
    box-sizing: border-box;
  }
  #outline .outline_detail dt:first-child,
  #outline .outline_detail dd:first-of-type  {
    border-top: none;
  }
  #outline .outline_detail dd:after {
  content: '';
  display: block;
  clear: both;
  }
  #outline .entry {
    padding: 40px 0 44px;
  }
  #contact {
    padding: 40px 12px;
  }
  #contact > .inner {
    display: table;
    box-sizing: border-box;
    width: 100%;
    padding-left: 0;
  }
  #contact .head {
    display: table-cell;
    width: 168px;
    vertical-align: middle;
    border-right: 1px solid #d1d1d1;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0;
    font-weight: bold;
  }
  #contact .box_contact {
    display: table-cell;
    padding-left: 40px;
  }
}

@media screen and (min-width: 960px)  {
/*　画面サイズが960pxからはここを読み込む　*/
  .spShow {
    display: none;
  }
  .pcShow {
    display: block;
  }
  .head {
    font-size: 26px;
    font-size: 2.6rem;
    padding-bottom: 40px;
    font-weight: normal;
  }
  #page_header {
    height: 100px;
  }
  #page_header .inner{
    width: 920px;
    height: 100px;
    margin: 0 auto;
    padding: 0;
  }
  #page_header .header_logo {
    position: static;
    padding: 20px 0 0 0;
    width: 285px;
    height: 60px;
  }
  
  /* header co_host 共催版*/
  #co_host #page_header {
    height: 100px;
  }
  #co_host #page_header .box_header_logo {
    width: 920px;
  }
  #co_host #page_header .inner{
    width: 920px;
    height: 100px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0;
  }
  #co_host #page_header .header_logo_cohost {
    width: 180px;
    height: 74px;
  }
  #co_host #page_header .box_header_logo.reverse .header_logo_cohost {
    width: 180px;
    height: 74px;
  }
  #co_host #page_header .header_logo {
    width: 285px;
    height: 60px;
    padding-top: 20px;
  }
  /* header co_host 共催版 ここまで*/
  
  #seminar_title > .inner {
    background-size: auto;
    background-attachment: fixed;
  }
  #seminar_title > .inner {
    padding: 86px 0 160px;
  }
  #seminar_title h1 {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 40px;
    text-align: center;
    padding-right: 0;
    width: 700px;
    margin: 0 auto 36px;
  }
  #seminar_title h1::after {
    border-width: 2px;
    height: 2px;
    width: 100px;
    margin: 28px auto 0;
  }
  #seminar_title h1 + p {
    width: 700px;
    margin: 0 auto;
  }
  #visual {
    margin: 0 auto 36px;
    width: 920px;
  }
  #seminar_summary {
    width: 920px;
    margin: 0 auto 80px;
    display: table;
  }
  #seminar_summary > dt {
    border-bottom: none;
    border-right: 2px solid #00A4E4;
    padding: 5px 0 2px;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    display: table-cell;
    width: 200px;
    vertical-align: middle;
  } 
  #seminar_summary > dd {
    padding: 18px 22px 10px;
    display: table-cell;
  }
  #teacher {
    background-size: auto;
    background-attachment: fixed;
    padding-bottom: 80px;
  }
  #teacher > .inner {
    padding: 40px 0 0;
    width: 920px;
    margin: 0 auto;
  }
  .entry {
    padding: 50px 0 54px;
  }
  .entry_btn {
    width: 600px;
    padding: 20px 12px 18px;
  }
  #outline {
    padding: 80px 0 0;
  }
  #outline > .box_outline {
    padding: 40px 0 50px;
    width: 900px;
    margin: 0 auto;
  }
  #outline .outline_detail {
    width: 740px;
    margin: 30px auto 0;
    box-sizing: border-box;
  }
  #outline .outline_map {
    margin: 0;
  }
  #contact {
    background-image: url('../img/bg_contact_l.png');
    padding: 50px 0;
    background-color: #061a39;
  }
  #contact > .inner {
    width: 920px;
    margin: 0 auto;
  }
  .page_top {
	  bottom: 13px;
	  right: 13px;
  }
  .page_top a {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
  .page_top a::before {
    padding-top: 7px;
  }
  #page_footer {
    padding: 28px 0 22px;
  }
  #page_footer > .inner  {
    margin: 0 auto;
    width: 920px;
  }
  #page_footer .footer_nav {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1024px)  {
/*　画面サイズが1280pxからはここを読み込む　*/
  #page_header .inner,
  #page_header_cohost,
  #co_host #page_header .inner,
  #co_host #page_header .box_header_logo {
    width: 980px;
  }
  #seminar_title h1 {
    width: 740px;
  }
  #seminar_title h1 + p {
    width: 740px;
  }
  #visual {
    width: 980px;
  }
  #seminar_summary {
    width: 980px;
  }
  #teacher > .inner {
    width: 980px;
  }
  #outline > .box_outline {
    width: 980px;
  }
  #contact > .inner {
    width: 980px;
  }
  #page_footer > .inner  {
    width: 980px;
  }
}





