@charset "UTF-8";
/*----------------------------------------*/
/*less　変数設定                       
/*----------------------------------------*/
/*
ボックスサイジング
padding と border の幅を要素の幅と高さに含める
*/
@import "reset.css";
.box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/*clearfix*/
/*透過*/
/*インラインボックス*/
.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*シャドウ*/
/*角丸処理*/
/*アニメーション*/
/*-------------------------------------------------*/
/*Flexbox*/
.flexbox {
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
/*-------------------------------------------------*/
/*-------------------*/
/*マージン*/
/*-------------------*/
/*トップ*/
.marginT5 {
  clear: both;
  margin-top: 5px;
}
.marginT10 {
  clear: both;
  margin-top: 10px;
}
.marginT15 {
  clear: both;
  margin-top: 20px;
}
.marginT20 {
  clear: both;
  margin-top: 20px;
}
.marginT30 {
  clear: both;
  margin-top: 30px;
}
.marginT40 {
  clear: both;
  margin-top: 40px;
}
.marginT50 {
  clear: both;
  margin-top: 50px;
}
.marginT60 {
  clear: both;
  margin-top: 60px;
}
/*ボトム*/
.marginB5 {
  clear: both;
  margin-bottom: 5px;
}
.marginB10 {
  clear: both;
  margin-bottom: 10px;
}
.marginB15 {
  clear: both;
  margin-bottom: 15px;
}
.marginB20 {
  clear: both;
  margin-bottom: 20px;
}
.marginB30 {
  clear: both;
  margin-bottom: 30px;
}
.marginB40 {
  clear: both;
  margin-bottom: 40px;
}
.marginB50 {
  clear: both;
  margin-bottom: 50px;
}
.marginB60 {
  clear: both;
  margin-bottom: 60px;
}
/*レフト*/
.marginL5 {
  clear: both;
  margin-left: 5px;
}
.marginL10 {
  clear: both;
  margin-left: 10px;
}
.marginL15 {
  clear: both;
  margin-left: 20px;
}
.marginL20 {
  clear: both;
  margin-left: 20px;
}
.marginL30 {
  clear: both;
  margin-left: 30px;
}
.marginL40 {
  clear: both;
  margin-left: 40px;
}
.marginL50 {
  clear: both;
  margin-left: 50px;
}
/*ライト*/
.marginR5 {
  clear: both;
  margin-right: 5px;
}
.marginR10 {
  clear: both;
  margin-right: 10px;
}
.marginR15 {
  clear: both;
  margin-right: 15px;
}
.marginR20 {
  clear: both;
  margin-right: 20px;
}
.marginR30 {
  clear: both;
  margin-right: 30px;
}
.marginR40 {
  clear: both;
  margin-right: 40px;
}
.marginR50 {
  clear: both;
  margin-right: 50px;
}
.marginR60 {
  clear: both;
  margin-right: 60px;
}
/*トップ&ボトム*/
.marginTB5 {
  clear: both;
  margin: 5px 0px;
}
.marginTB10 {
  clear: both;
  margin: 10px 0px;
}
.marginTB15 {
  clear: both;
  margin: 15px 0px;
}
.marginTB20 {
  clear: both;
  margin: 20px 0px;
}
.marginTB30 {
  clear: both;
  margin: 30px 0px;
}
.marginTB40 {
  clear: both;
  margin: 40px 0px;
}
.marginTB50 {
  clear: both;
  margin: 50px 0px;
}
.marginTB60 {
  clear: both;
  margin: 60px 0px;
}
/*レフト&ライト*/
.marginLR5 {
  clear: both;
  margin: 0px 5px;
}
.marginLR10 {
  clear: both;
  margin: 0px 10px;
}
.marginLR15 {
  clear: both;
  margin: 0px 15px;
}
.marginLR20 {
  clear: both;
  margin: 0px 20px;
}
.marginLR30 {
  clear: both;
  margin: 0px 30px;
}
.marginLR40 {
  clear: both;
  margin: 0px 40px;
}
.marginLR50 {
  clear: both;
  margin: 0px 50px;
}
.marginLR60 {
  clear: both;
  margin: 0px 60px;
}
/*-------------------*/
/*パディング*/
/*-------------------*/
/*トップ*/
.paddingT5 {
  clear: both;
  padding-top: 5px;
}
.paddingT10 {
  clear: both;
  padding-top: 10px;
}
.paddingT15 {
  clear: both;
  padding-top: 20px;
}
.paddingT20 {
  clear: both;
  padding-top: 20px;
}
.paddingT30 {
  clear: both;
  padding-top: 30px;
}
.paddingT40 {
  clear: both;
  padding-top: 40px;
}
.paddingT50 {
  clear: both;
  padding-top: 50px;
}
.paddingT60 {
  clear: both;
  padding-top: 60px;
}
/*ボトム*/
.paddingB5 {
  clear: both;
  padding-bottom: 5px;
}
.paddingB10 {
  clear: both;
  padding-bottom: 10px;
}
.paddingB15 {
  clear: both;
  padding-bottom: 15px;
}
.paddingB20 {
  clear: both;
  padding-bottom: 20px;
}
.paddingB30 {
  clear: both;
  padding-bottom: 30px;
}
.paddingB40 {
  clear: both;
  padding-bottom: 40px;
}
.paddingB50 {
  clear: both;
  padding-bottom: 50px;
}
.paddingB60 {
  clear: both;
  padding-bottom: 60px;
}
/*レフト*/
.paddingL5 {
  clear: both;
  padding-left: 5px;
}
.paddingL10 {
  clear: both;
  padding-left: 10px;
}
.paddingL15 {
  clear: both;
  padding-left: 20px;
}
.paddingL20 {
  clear: both;
  padding-left: 20px;
}
.paddingL30 {
  clear: both;
  padding-left: 30px;
}
.paddingL40 {
  clear: both;
  padding-left: 40px;
}
.paddingL50 {
  clear: both;
  padding-left: 50px;
}
/*ライト*/
.paddingR5 {
  clear: both;
  padding-right: 5px;
}
.paddingR10 {
  clear: both;
  padding-right: 10px;
}
.paddingR15 {
  clear: both;
  padding-right: 15px;
}
.paddingR20 {
  clear: both;
  padding-right: 20px;
}
.paddingR30 {
  clear: both;
  padding-right: 30px;
}
.paddingR40 {
  clear: both;
  padding-right: 40px;
}
.paddingR50 {
  clear: both;
  padding-right: 50px;
}
.paddingR60 {
  clear: both;
  padding-right: 60px;
}
/*トップ&ボトム*/
.paddingTB5 {
  clear: both;
  padding: 5px 0px;
}
.paddingTB10 {
  clear: both;
  padding: 10px 0px;
}
.paddingTB15 {
  clear: both;
  padding: 15px 0px;
}
.paddingTB20 {
  clear: both;
  padding: 20px 0px;
}
.paddingTB30 {
  clear: both;
  padding: 30px 0px;
}
.paddingTB40 {
  clear: both;
  padding: 40px 0px;
}
.paddingTB50 {
  clear: both;
  padding: 50px 0px;
}
.paddingTB60 {
  clear: both;
  padding: 60px 0px;
}
/*レフト&ライト*/
.paddingLR5 {
  clear: both;
  padding: 0px 5px;
}
.paddingLR10 {
  clear: both;
  padding: 0px 10px;
}
.paddingLR15 {
  clear: both;
  padding: 0px 15px;
}
.paddingLR20 {
  clear: both;
  padding: 0px 20px;
}
.paddingLR30 {
  clear: both;
  padding: 0px 30px;
}
.paddingLR40 {
  clear: both;
  padding: 0px 40px;
}
.paddingLR50 {
  clear: both;
  padding: 0px 50px;
}
.paddingLR60 {
  clear: both;
  padding: 0px 60px;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: medium;
  font-weight: 500;
  src: local("Noto Sans CJK JP Medium"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format('opentype');
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: bold;
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype");
}
/********************/
/**** ページ基礎 ****/
/********************/
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.4;
  font-size: 15px;
  color: #333333;
  /* font-feature-settings: "palt"; */
}
a {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  color: #3961BF;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.wrapper {
  margin: 0 auto;
  max-width: 960px;
  min-width: 960px;
  overflow: hidden;
  zoom: 1;
}
/* PC表示 */
.smp {
  display: none;
}
.pc {
  display: inline-block;
}
/******************/
/**** ヘッダー ****/
/******************/
header {
  background: url("../img/bg.png");
  background-size: 100% auto;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
header .catch {
  background: #e66c22;
}
header .catch img {
  width: 100%;
  height: auto;
}
header .catch .wrapper {
  padding: 20px 0;
}
header .wrapper {
  min-width: 960px;
  padding: 0 0 35px 0;
}
header .wrapper h1 {
  margin: 35px auto 0;
  width: 775px;
}
header .wrapper h1 img {
  width: 100%;
  height: auto;
}
header .wrapper .wrap {
  margin-top: 20px;
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●水平方向の揃え方
	space-between：初期値。均等に間隔を空ける
	space-around：「space-between」と同じく均等に間隔を空ける。違うのは、左右の端のFlexアイテムにも半分ずつ間隔を空けてるところ。
	flex-start：横配置の場合、「左揃え」、縦配置の場合、「上揃え」になります。
	flex-end：横配置の場合「右揃え」、縦配置の場合「下揃え」になります。
	center：「中央揃え」です。
	*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
header .wrapper .wrap .sponsor {
  width: 48%;
  font-weight: bold;
}
header .wrapper .wrap .sponsor img {
  width: 100%;
  height: auto;
}
header .wrapper .wrap .sponsor dt {
  margin-bottom: 10px;
}
header .wrapper .wrap .host {
  width: 48%;
  font-weight: bold;
}
header .wrapper .wrap .host .co,
header .wrapper .wrap .host .sp {
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 15px;
}
header .wrapper .wrap .host .co dt,
header .wrapper .wrap .host .sp dt {
  width: 5.5em;
}
header .wrapper .wrap .inov {
  width: 30%;
}
header .wrapper .wrap .inov .title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 20px;
  margin-bottom: 5px;
  background: #E2E2F6;
  font-size: 16px;
  font-weight: bold;
}
header .wrapper .wrap .inov ul li {
  font-size: 15px;
  text-indent: -1.2em;
  padding-left: 1.2em;
  font-weight: 500;
  margin-top: 3px;
}
header .wrapper .wrap .inov ul li:before {
  content: "■ ";
  font-size: 12px;
}
header .wrapper .wrap .same {
  width: 67%;
  background: #fffabc;
  padding: 15px;
}
header .wrapper .wrap .same h3 {
  border-bottom: 1px solid #333333;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
header .wrapper .wrap .same ul {
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●子要素の折り返し設定
	wrap:初期値。折り返しを許可、「複数行」。
	nowrap:折り返しなし、つまり「単一行」。
	wrap-reverse:「wrap」と同じで、ただ、折り返し地点が逆になります。
	*/
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
header .wrapper .wrap .same ul li {
  font-size: 13px;
  text-indent: -1.2em;
  padding-left: 1.2em;
  font-weight: 500;
}
header .wrapper .wrap .same ul li:before {
  content: "■ ";
  font-size: 9px;
}
header .wrapper .wrap .same ul li:nth-child(odd) {
  width: 56.5%;
}
/****************/
/**** メイン ****/
/****************/
main {
  display: block;
  /************************/
  /**** コンテンツ ****/
  /************************/
  /* article.cnts */
}
main article {
  /* コンテンツ共通 */
  /* section.cnt */
  /* テーマ */
  /* インフォメーション */
  /* ご挨拶 */
  /* 出展対象技術・製品 */
  /* アプローチ */
  /* 小間規格・出展料 */
  /* 小間仕様 */
  /* プレゼンほか */
  /* 出展申込方法 */
  /* 前回会場風景 */
}
main article section.cnt {
  /* h1 */
}
main article section.cnt .wrapper {
  padding: 35px 0;
}
main article section.cnt h2 {
  font-weight: bold;
  font-size: 26px;
  line-height: 1.4;
  color: white;
  background: #1e9fd9;
  padding: 5px 0 5px 15px;
  margin-bottom: 15px;
}
main article section.cnt h2 span {
  font-size: 20px;
}
main article section.cnt h3 {
  font-size: 24px;
  border-bottom: 1px solid #333333;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
main article section#theme {
  background: rgba(1, 167, 172, 0.15);
}
main article section#theme .wrapper {
  overflow: visible;
}
main article section#theme h1 {
  margin-bottom: 5px;
}
main article section#theme h1 img {
  width: 100%;
  height: auto;
}
main article section#theme h5 {
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 15px;
}
main article section#theme ul {
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●水平方向の揃え方
	space-between：初期値。均等に間隔を空ける
	space-around：「space-between」と同じく均等に間隔を空ける。違うのは、左右の端のFlexアイテムにも半分ずつ間隔を空けてるところ。
	flex-start：横配置の場合、「左揃え」、縦配置の場合、「上揃え」になります。
	flex-end：横配置の場合「右揃え」、縦配置の場合「下揃え」になります。
	center：「中央揃え」です。
	*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
main article section#theme ul li {
  width: 7.5%;
}
main article section#theme ul li img {
  width: 100%;
  height: auto;
}
main article section#theme ul li.icon {
  position: relative;
}
main article section#theme ul li.icon a {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
}
main article section#theme ul li.icon .tooltip {
  position: absolute;
  background-color: white;
  width: 300px;
  border-radius: 0.3em;
  padding: 0;
  margin: 0.3em 0 0 0;
  display: none;
  bottom: 113%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.2);
}
main article section#theme ul li.icon .tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid white;
}
main article section#theme ul li.icon .tooltip .tooltip_inner {
  padding: 15px;
}
main article section#theme ul li.icon .tooltip .tooltip_inner p.num {
  text-align: center;
  font-weight: bold;
  background: #1d2087;
  padding: 3px 0;
  margin-bottom: 5px;
  color: white;
}
main article section#theme ul li.icon .tooltip .tooltip_inner p.cat {
  font-weight: bold;
  font-size: 1.2em;
  color: #1d2087;
}
main article section#info {
  background: #1e9fd9;
}
main article section#info h1 {
  color: white;
  font-size: 26px;
  margin-bottom: 5px;
}
main article section#info dl {
  background: white;
  padding: 15px 20px;
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●子要素の折り返し設定
	wrap:初期値。折り返しを許可、「複数行」。
	nowrap:折り返しなし、つまり「単一行」。
	wrap-reverse:「wrap」と同じで、ただ、折り返し地点が逆になります。
	*/
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
main article section#info dl dt {
  width: 11%;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px dotted rgba(0, 0, 0, 0.2);
}
main article section#info dl dt:nth-last-child(2) {
  border-bottom: 0;
  padding: 0;
  margin: 0;
}
main article section#info dl dd {
  width: 89%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px dotted rgba(0, 0, 0, 0.2);
}
main article section#info dl dd:nth-last-child(1) {
  border-bottom: 0;
  padding: 0;
  margin: 0;
}
main article section#greeting ul {
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●水平方向の揃え方
	space-between：初期値。均等に間隔を空ける
	space-around：「space-between」と同じく均等に間隔を空ける。違うのは、左右の端のFlexアイテムにも半分ずつ間隔を空けてるところ。
	flex-start：横配置の場合、「左揃え」、縦配置の場合、「上揃え」になります。
	flex-end：横配置の場合「右揃え」、縦配置の場合「下揃え」になります。
	center：「中央揃え」です。
	*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  /*
	●子要素の折り返し設定
	wrap:初期値。折り返しを許可、「複数行」。
	nowrap:折り返しなし、つまり「単一行」。
	wrap-reverse:「wrap」と同じで、ただ、折り返し地点が逆になります。
	*/
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
main article section#greeting ul li {
  width: 48.5%;
  background: rgba(1, 167, 172, 0.15);
  padding: 20px 25px;
}
main article section#greeting ul li h3 {
  display: inline-block;
  border: none;
  color: white;
  margin-left: -25px;
  padding: 5px 25px;
  background: #01a7ac;
  border-radius: 0 20px 20px 0;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
}
main article section#greeting ul li .image {
  float: right;
  width: 125px;
  right: 20px;
  top: 20px;
}
main article section#greeting ul li .image img {
  width: 100%;
  height: auto;
}
main article section#greeting ul li .belong {
  font-weight: bold;
  text-align: right;
  margin: 1.5em 9.5em 2em 0;
}
main article section#greeting ul li .belong .name {
  font-size: 1.2em;
}
main article section#greeting ul li .txt {
  clear: both;
}
main article section#greeting ul li:last-child {
  margin-top: 3%;
  width: 100%;
}
main article section#greeting ul li:last-child th {
  padding: 5px 0 0 0;
}
main article section#greeting ul li:last-child td {
  padding: 5px 0 0 0;
}
main article section#object {
  background: rgba(1, 167, 172, 0.15);
}
main article section#object .image {
  width: 100%;
  margin-bottom: 25px;
}
main article section#object .image img {
  width: 100%;
  height: auto;
}
main article section#object .wrap {
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background: rgba(255, 255, 255, 0.75);
  padding: 25px 25px 5px;
  margin-top: 25px;
}
main article section#object .wrap .box {
  width: 50%;
}
main article section#object .wrap .box h4 {
  margin-bottom: 15px;
}
main article section#object .wrap .box h4 img {
  width: 100%;
  height: auto;
}
main article section#object .wrap .image02 {
  width: 50%;
}
main article section#object .wrap .image02 img {
  width: 100%;
  height: auto;
}
main article section#approach .wrap {
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●水平方向の揃え方
	space-between：初期値。均等に間隔を空ける
	space-around：「space-between」と同じく均等に間隔を空ける。違うのは、左右の端のFlexアイテムにも半分ずつ間隔を空けてるところ。
	flex-start：横配置の場合、「左揃え」、縦配置の場合、「上揃え」になります。
	flex-end：横配置の場合「右揃え」、縦配置の場合「下揃え」になります。
	center：「中央揃え」です。
	*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
main article section#approach .wrap div.box {
  width: 48%;
}
main article section#approach .wrap div.box img {
  width: 100%;
  height: auto;
}
main article section#approach .wrap div.box h4 {
  color: #e66c22;
  font-size: 1.3em;
  border-bottom: 1px solid #e66c22;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
main article section#approach .wrap div.box p strong {
  color: #1d2087;
}
main article section#fee table td,
main article section#fee table th {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 5px;
  text-align: center;
  background: white;
  vertical-align: middle;
}
main article section#fee table td span,
main article section#fee table th span {
  font-size: 0.8em;
  font-weight: normal;
}
main article section#fee table thead td {
  background: #e66c22;
  color: white;
  font-weight: bold;
}
main article section#fee table tbody td {
  font-weight: bold;
  background: #FFFADB;
}
main article section#fee .note {
  margin-top: 10px;
}
main article section#fee .note li {
  font-size: 13px;
  text-indent: -3em;
  margin-left: 3em;
}
main article section#spec .wrap {
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●水平方向の揃え方
	space-between：初期値。均等に間隔を空ける
	space-around：「space-between」と同じく均等に間隔を空ける。違うのは、左右の端のFlexアイテムにも半分ずつ間隔を空けてるところ。
	flex-start：横配置の場合、「左揃え」、縦配置の場合、「上揃え」になります。
	flex-end：横配置の場合「右揃え」、縦配置の場合「下揃え」になります。
	center：「中央揃え」です。
	*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
main article section#spec .wrap.pack {
  margin-top: 30px;
}
main article section#spec .wrap .image {
  width: 25%;
}
main article section#spec .wrap .image img {
  width: 100%;
  height: auto;
}
main article section#spec .wrap .detail {
  width: 73%;
}
main article section#spec .wrap h3 {
  font-size: 20px;
}
main article section#spec .wrap h4 {
  font-size: 18px;
  margin: 10px 0 5px;
  color: #1e9fd9;
}
main article section#spec .wrap table {
  width: 100%;
}
main article section#spec .wrap table td,
main article section#spec .wrap table th {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 5px 10px;
  font-size: 13px;
}
main article section#spec .wrap table th {
  background: #f5f5f5;
  font-weight: normal;
  text-align: center;
}
main article section#spec .wrap .note {
  font-size: 13px;
  margin-top: 10px;
  text-indent: -1.2em;
  margin-left: 1.2em;
}
main article section#ex {
  background: rgba(1, 167, 172, 0.15);
}
main article section#ex .wrap {
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●水平方向の揃え方
	space-between：初期値。均等に間隔を空ける
	space-around：「space-between」と同じく均等に間隔を空ける。違うのは、左右の端のFlexアイテムにも半分ずつ間隔を空けてるところ。
	flex-start：横配置の場合、「左揃え」、縦配置の場合、「上揃え」になります。
	flex-end：横配置の場合「右揃え」、縦配置の場合「下揃え」になります。
	center：「中央揃え」です。
	*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
main article section#ex .wrap.pack {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
main article section#ex .wrap .left {
  width: 65%;
}
main article section#ex .wrap .left img {
  width: 100%;
  height: auto;
}
main article section#ex .wrap .right {
  width: 30%;
}
main article section#ex .wrap .right img {
  width: 100%;
  height: auto;
}
main article section#ex .wrap h3 {
  font-size: 20px;
  border-bottom: none;
  padding-bottom: 0;
}
main article section#ex .wrap h4 {
  font-size: 18px;
  margin: 10px 0 5px;
  color: #1e9fd9;
}
main article section#ex .wrap table {
  width: 100%;
}
main article section#ex .wrap table td,
main article section#ex .wrap table th {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 5px 10px;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.75);
  vertical-align: middle;
}
main article section#ex .wrap table td.a1,
main article section#ex .wrap table th.a1 {
  text-align: center;
}
main article section#ex .wrap table th {
  background: rgba(30, 159, 217, 0.05);
  font-weight: normal;
}
main article section#ex .wrap table thead td,
main article section#ex .wrap table thead th {
  color: white;
  text-align: center;
  font-weight: bold;
  background: rgba(30, 159, 217, 0.75);
}
main article section#ex .wrap .note {
  font-size: 13px;
  margin-top: 10px;
  text-indent: -1.2em;
  margin-left: 1.2em;
}
main article section#appli h3 {
  border-bottom: none;
  padding-bottom: 0;
  text-decoration: underline;
  color: red;
}
main article section#appli h4 {
  font-size: 18px;
  margin: 10px 0 5px;
}
main article section#appli table {
  width: 100%;
  margin: 10px 0;
}
main article section#appli table td,
main article section#appli table th {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 15px;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.75);
  vertical-align: middle;
}
main article section#appli table td.a1,
main article section#appli table th.a1 {
  background: rgba(30, 159, 217, 0.15);
  color: #1e9fd9;
  font-weight: bold;
  font-size: 1.15em;
}
main article section#appli table td strong,
main article section#appli table th strong {
  font-size: 1.2em;
}
main article section#appli table th {
  background: #1e9fd9;
  color: white;
  text-align: center;
}
main article section#appli table thead td,
main article section#appli table thead th {
  color: white;
  text-align: center;
  font-weight: bold;
  background: rgba(30, 159, 217, 0.75);
}
main article section#appli .note {
  padding: 10px;
  background: rgba(1, 167, 172, 0.15);
}
main article section#appli .btn {
  text-align: center;
  margin: 60px 0 20px;
}
main article section#appli .btn a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #3961BF;
  color: white;
  font-size: 1.5em;
  font-weight: bold;
  padding: 20px 0;
  width: 35%;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
}
main article section#report {
  background: rgba(1, 167, 172, 0.15);
}
main article section#report .wrap {
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●水平方向の揃え方
	space-between：初期値。均等に間隔を空ける
	space-around：「space-between」と同じく均等に間隔を空ける。違うのは、左右の端のFlexアイテムにも半分ずつ間隔を空けてるところ。
	flex-start：横配置の場合、「左揃え」、縦配置の場合、「上揃え」になります。
	flex-end：横配置の場合「右揃え」、縦配置の場合「下揃え」になります。
	center：「中央揃え」です。
	*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  /*
	●子要素の折り返し設定
	wrap:初期値。折り返しを許可、「複数行」。
	nowrap:折り返しなし、つまり「単一行」。
	wrap-reverse:「wrap」と同じで、ただ、折り返し地点が逆になります。
	*/
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
main article section#report .wrap div {
  width: 460px;
  margin-top: 25px;
}
main article section#report .wrap div img {
  width: 100%;
  height: auto;
}
main article section#report .wrap div h3 {
  margin: 25px 0 15px;
}
/* main */
/******************/
/**** フッター ****/
/******************/
footer .wrapper {
  padding: 35px 0;
}
footer dl {
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●水平方向の揃え方
	space-between：初期値。均等に間隔を空ける
	space-around：「space-between」と同じく均等に間隔を空ける。違うのは、左右の端のFlexアイテムにも半分ずつ間隔を空けてるところ。
	flex-start：横配置の場合、「左揃え」、縦配置の場合、「上揃え」になります。
	flex-end：横配置の場合「右揃え」、縦配置の場合「下揃え」になります。
	center：「中央揃え」です。
	*/
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  margin-bottom: 20px;
}
footer dl dt {
  background: #e66c22;
  font-weight: bold;
  color: white;
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●垂直方向の揃え方（親要素に設定）
	flex-start：上揃えです。
	flex-end：下揃えです。
	center：上下中央寄せです。
	baseline：最初のflexアイテムのbaselineに揃います。
	stretch：flexコンテナいっぱいに広がります。
	*/
  -webkit-align-items: center;
  -moz-flex-direction: center;
  -ms-align-items: center;
  -o-flex-wrap: center;
  align-items: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 0 20px;
  margin-right: 1em;
}
footer dl dd {
  font-size: 24px;
  font-weight: bold;
}
footer p {
  text-align: center;
}
/****************************/
/**** 各ページの読み込み ****/
/****************************/
