@charset "UTF-8";
/*==========================================
	RESET
	*box-sizeing : box-borderを使用
	 IE7以下はbox-container用のcssを追記
==========================================*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

html {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/*Font Size
html 62.5% =10px相当 = 1em
EX: 16px相当 = 1.6em に上書き
-----------------------------------------*/
body {
  margin: 0;
  padding: 0;
  height: 100%;
  text-align: center;
  color: #333;
  font-size: 1.4em;
  line-height: 1.8;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
}

p {
  line-height: 1.6;
}

p, pre, address, cite {
  margin: 0;
  font-size: 100%;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

em, b, strong {
  font-weight: bold;
}

small {
  font-size: 85%;
}

hr {
  box-sizing: content-box;
  height: 0;
}

sub,
sup {
  font-size: 0.78em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

a {
  color: #06f;
  background-color: inherit;
}

a:link {
  text-decoration: underline;
}

a:visited {
  text-decoration: underline;
}

a:hover {
  color: #00f;
  text-decoration: none;
}

a:active {
  text-decoration: underline;
}

ol {
  margin: 0 0 0 1.5em;
  padding: 0;
}

dl {
  list-style-position: inside;
  list-style: none;
  margin: 0;
  padding: 0;
}

dt, dd {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li li, li li li, li p, li pre, li dt, li dd, dd li, dd p, dd pre, dd dt, dd dd {
  font-size: 100%;
  line-height: inherit;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

address {
  font-style: normal;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

th, td {
  line-height: 1.5;
  font-size: 100%;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  /*baseline*/
}

audio, canvas {
  display: inline-block;
}

embed, iframe, object, video {
  margin-bottom: 1.6em;
  max-width: 100%;
  vertical-align: middle;
}

p > embed, p > iframe, p > object, p > video {
  margin-bottom: 0;
}

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

	固定幅用 layout
	
==========================================*/
/*
コンテンツ幅設定
-------------------------------------------*/
.container {
  text-align: left;
  width: 1200px;
}

.container {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
}

/*
row
----------------------------------------- */
.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

/*
column
----------------------------------------- */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  float: left;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666667%;
}

.col-10 {
  width: 83.33333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.66666667%;
}

.col-1 {
  width: 8.33333333%;
}

.col-pull-12 {
  right: 100%;
}

.col-pull-11 {
  right: 91.66666667%;
}

.col-pull-10 {
  right: 83.33333333%;
}

.col-pull-9 {
  right: 75%;
}

.col-pull-8 {
  right: 66.66666667%;
}

.col-pull-7 {
  right: 58.33333333%;
}

.col-pull-6 {
  right: 50%;
}

.col-pull-5 {
  right: 41.66666667%;
}

.col-pull-4 {
  right: 33.33333333%;
}

.col-pull-3 {
  right: 25%;
}

.col-pull-2 {
  right: 16.66666667%;
}

.col-pull-1 {
  right: 8.33333333%;
}

.col-pull-0 {
  right: auto;
}

.col-push-12 {
  left: 100%;
}

.col-push-11 {
  left: 91.66666667%;
}

.col-push-10 {
  left: 83.33333333%;
}

.col-push-9 {
  left: 75%;
}

.col-push-8 {
  left: 66.66666667%;
}

.col-push-7 {
  left: 58.33333333%;
}

.col-push-6 {
  left: 50%;
}

.col-push-5 {
  left: 41.66666667%;
}

.col-push-4 {
  left: 33.33333333%;
}

.col-push-3 {
  left: 25%;
}

.col-push-2 {
  left: 16.66666667%;
}

.col-push-1 {
  left: 8.33333333%;
}

.col-push-0 {
  left: auto;
}

.col-offset-12 {
  margin-left: 100%;
}

.col-offset-11 {
  margin-left: 91.66666667%;
}

.col-offset-10 {
  margin-left: 83.33333333%;
}

.col-offset-9 {
  margin-left: 75%;
}

.col-offset-8 {
  margin-left: 66.66666667%;
}

.col-offset-7 {
  margin-left: 58.33333333%;
}

.col-offset-6 {
  margin-left: 50%;
}

.col-offset-5 {
  margin-left: 41.66666667%;
}

.col-offset-4 {
  margin-left: 33.33333333%;
}

.col-offset-3 {
  margin-left: 25%;
}

.col-offset-2 {
  margin-left: 16.66666667%;
}

.col-offset-1 {
  margin-left: 8.33333333%;
}

.col-offset-0 {
  margin-left: 0;
}

/*==========================================
	BASE
==========================================*/
body {
  background-color: #C8C8C8;
}

.win .font-family-serif {
  font-family: Garamond,"Times New Roman","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.mac .font-family-serif {
  font-family: Garamond,"Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3",serif;
}

.brand-name img {
  width: 100%;
  height: auto;
}

/*
Gnav
---------------------------------*/
#gnav {
  background-color: #036EB8;
}

#gnav ul {
  list-style: none;
  padding: 0;
  overflow: hidden;
  border-top: 1px solid #fff;
}

#gnav li {
  width: 241px;
  margin: 0;
  padding: 0;
  float: left;
  border: 1px solid #fff;
  margin-top: -1px;
  margin-left: -1px;
}

#gnav a {
  display: block;
  background-image: url(../images/gnav-arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  text-indent: 25px;
  padding: 17px 0;
}

#gnav a:hover {
  background-color: #0495F4;
}

#gnav #gnav05,
#gnav #gnav10 {
  border-right: 0;
}

#gnav #gnav11,
#gnav #gnav12,
#gnav #gnav13 {
  border-bottom: 0;
}

/*
#main .container
---------------------------------*/
#main .container {
  background-color: #fff;
  padding: 50px 50px 30px;
}

#main .container p {
  margin-bottom: 16px;
}

#main .bg-blue .container {
  background-color: #E0F1FA;
}

#main header {
  position: relative;
  height: 225px;
}

#main .ti01 {
  position: absolute;
  width: 800px;
  background-color: #eee;
  padding: 40px 40px;
  font-size: 1.714em;
  color: #026DB8;
  line-height: 1.4;
  font-weight: bold;
  height: 140px;
  overflow: hidden;
  z-index: 1;
}

#main .bg-blue .container .ti01 {
  background-color: #fff;
}

#main .speaker {
  right: 115px;
  top: 0;
  position: absolute;
  width: 280px;
  height: 140px;
  background-color: #333;
  padding-left: 5px;
  display: block;
  z-index: 3;
}

#main .speaker dl {
  margin-top: 30px;
}

#main .speaker dt, #main .speaker dd {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}

#main .speaker dd {
  width: 100px;
}

#main .speaker small,
#main .speaker strong {
  display: block;
  line-height: 1.4;
}

#main .speaker small {
  font-size: 0.786em;
}

#main .speaker strong {
  margin-top: 5px;
  font-size: 1.071em;
}

#main .speaker:after,
#main .speaker:before {
  content: '';
  display: block;
  height: 0;
  position: absolute;
  top: 0;
  width: 0;
}

#main .speaker:before {
  border-left: 75px solid transparent;
  border-bottom: 140px solid #333;
  left: -75px;
}

#main .speaker:after {
  border-right: 75px solid transparent;
  border-top: 140px solid #333;
  right: -75px;
}

#main .speaker-syozoku {
  position: absolute;
  right: 75px;
  top: 60px;
  width: 835px;
  height: 140px;
  color: #fff;
  background-color: #036EB8;
  z-index: 0;
}

#main .speaker-syozoku dt, #main .speaker-syozoku dd {
  float: left;
}

#main .speaker-syozoku dt, #main .speaker-syozoku dd {
  margin-top: 100px;
  line-height: 1.4;
}

#main .speaker-syozoku dt {
  margin-top: 100px;
  font-size: 1.286em;
}

#main .speaker-syozoku dd {
  margin-top: 96px;
  margin-left: 20px;
  font-size: 0.857em;
}

#main .speaker-syozoku:after,
#main .speaker-syozoku:before {
  content: '';
  display: inline-block;
  height: 0;
  position: absolute;
  top: 0;
  width: 0;
}

#main .speaker-syozoku:before {
  border-left: 75px solid transparent;
  border-bottom: 140px solid #036EB8;
  left: -75px;
}

#main .speaker-syozoku:after {
  border-right: 75px solid transparent;
  border-top: 140px solid #036EB8;
  right: -75px;
}

#tokyo .ti01,
#nagoya02 .ti01 {
  padding-top: 55px;
}

#nihon .speaker {
  width: 650px;
}

#nihon .speaker dl {
  width: 215px;
  float: left;
}

#site-footer .container {
  background-color: #036EB8;
  text-align: center;
  color: #fff;
}

#site-footer .container p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.875em;
  padding: 30px 0;
}

/*
clearfix
-----------------------------*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/*
text align
-----------------------------*/
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

/*
noscript
---------------------------------*/
#noscriptWrap {
  width: 100%;
  text-align: center;
  z-index: 0;
}

#noscriptIn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -35%;
  width: 70%;
  padding: 20px;
  background: #A8A8A8;
  z-index: 3;
}

/*
scrollup
----------------------------------------- */
#scrollUp {
  display: block;
  right: 10px;
  bottom: 70px;
  width: 60px;
  height: 60px;
  background: url(../images/scrollup.png) left top no-repeat;
  background-size: 60px;
  text-indent: -9999em;
  outline: none;
}

#scrollUp:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*embed-responsive
----------------------------------------- */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}
