@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:700,400,300);
@import url(https://fonts.googleapis.com/css?family=Economica:400);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*-webkit-print-color-adjust: exact;*/
}

html {
  height: 100%;
}

body {
  height: 100%;
  /*overflow: hidden;*/
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

strong {
  font-weight: bold;
}

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

img {
  border: 0;
  max-width: 100%;
}

/*-- Fundamental --*/
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 14px;
}

body {
  -webkit-overflow-scrolling: touch;
}

body,
input,
select,
textarea {
  font-size: 14px;
  font-size: 1rem;
  font-family: "Lato", "Noto", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
  font-kerning: normal;
  color: #333;
  line-height: 1.2em;
}

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

/*-- Structure --*/
header,
#contents,
footer {
  display: block;
  float: left;
  width: 100%;
  min-width: 960px;
}

.modal-area {
  display: none;
}

*::selection {
  background: rgba(0, 128, 133, 0.25);
}

img {
  display: block;
  float: left;
}
img.float-none {
  display: inline;
}

small,
.small {
  font-size: 11px;
  font-size: 0.7857142857rem;
}

sup,
sub {
  font-size: 0.7857142857em;
  color: inherit;
  position: relative;
}

.emp {
  color: #c00;
}

sup {
  top: -0.4em;
  display: inline-block;
  vertical-align: text-bottom;
}

sub {
  bottom: -0.4em;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s all;
}
a:hover {
  text-decoration: underline;
  color: #008085;
}

.fade {
  background-color: transparent;
}
.fade img {
  transition: 0.3s all;
}
.fade:hover img {
  opacity: 0.5;
}

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

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

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

.float-left {
  display: block !important;
  float: left !important;
}

.float-right {
  display: block !important;
  float: right !important;
}

.float-none {
  float: none !important;
}

.strong {
  font-weight: bold;
}

.bottom-clear {
  margin-bottom: 0 !important;
}

/*-- Header --*/
header {
  position: fixed;
  top: 0;
  z-index: 10000;
  height: 50px;
  box-sizing: border-box;
  background: #333;
  color: #fff;
  overflow: hidden;
}
header h1 {
  display: block;
  float: left;
  color: #fff;
}
header h1 a {
  display: block;
  float: left;
  width: 135px;
  height: 40px;
}
header h1 a:hover {
  color: #fff;
}
/*2017/3/31*/
header h1 a::before {
  content: " ";  
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 33%;
  margin-top: -10px;
  color: inherit;
  background:url(../svg/logo.svg) no-repeat;
  width:135px;
  height:40px;

}
header h1.header-sp {
  display: none;
}
header section:first-child {
  font-size: 12px;
  font-size: 0.8571428571rem;
  box-sizing: border-box;
  height: 50px;
  padding: 13px 30px 0;
  text-transform: uppercase;
  color: inherit;
  width: 100%;
}
header section:first-child > ul {
  display: block;
  float: right;
}
header section:first-child > ul a {
  display: block;
  float: left;
  height: 25px;
  line-height: 26.25px;
  color: inherit;
  transition: all 0.3s;
}
header section:first-child > ul li {
  display: block;
  float: left;
  height: 25px;
  line-height: 26.25px;
  margin-left: 30px;
}
header section:first-child > ul li:first-child {
  margin-left: 0;
}
header section:first-child > ul li.active a,
header section:first-child > ul li a:hover {
  text-decoration: none;
  font-weight: bold;
}
header section:first-child > ul li a::before {
  display: block;
  float: left;
  margin-right: 10px;
}
header section:first-child > ul li:nth-child(1) a::before {
  content: "b";
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-family: "toei-jutaku" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
header section:first-child > ul li:nth-child(2) a::before {
  content: "c";
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-family: "toei-jutaku" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
header section:first-child > ul li:nth-child(3) a::before {
  content: "d";
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-family: "toei-jutaku" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
header section:first-child > ul li:nth-child(4) a::before {
  content: "e";
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-family: "toei-jutaku" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
header section:first-child div.sp-btn {
  display: none;
}

/*-- Footer --*/
footer {
  height: 30px;
  position: relative;
  bottom: 0;
  background: #e2e2e2;
  z-index: 1000;
}
footer section {
  width: 100%;
  padding: 0 30px;
  padding-left: 250px;
  font-size: 10px;
  font-size: 0.7142857143rem;
  height: 30px;
  line-height: 30px;
  text-align: right;
  letter-spacing: 1px;
  position: relative;
}
footer section::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 250px;
  height: 30px;
  background: url(../img/logo_iida_group.png) center center no-repeat #008085;
}
footer section ul {
  display: block;
  float: left;
  margin-left: 30px;
}
footer section ul li {
  display: inline-block;
}
footer section ul li::after {
  content: '\FF5C';
  display: inline-block;
  padding: 0 10px;
}
footer section ul li:last-child::after {
  display: none;
}
footer a.btn-top {
  position: fixed;
  bottom: 55px;
  right: 50px;
  background: transparent;
  opacity: 0;
  font-weight: 700;
}
footer a.btn-top, footer a.btn-top::before {
  transition: 0.3s all;
}
footer a.btn-top.shown {
  opacity: 1;
}
footer a.btn-top::before, footer a.btn-top::after {
  display: block;
  float: left;
  height: 30px;
  line-height: 30px;
  color: #fff;
}
footer a.btn-top::after {
  content: 'Page Top';
  letter-spacing: 1px;
  background: rgba(0, 128, 133, 0.5);
  padding: 0 20px;
}
footer a.btn-top::before {
  content: "g";
  font-size: inherit;
  font-family: "toei-jutaku" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: rgba(0, 128, 133, 0.75);
  width: 0;
  opacity: 0;
  text-align: center;
}
footer a.btn-top:hover {
  background: #fff;
}
footer a.btn-top:hover::before {
  opacity: 1;
  width: 30px;
}

/*@font-face {
	font-family: 'Noto';
	font-style: normal;
	font-weight: 100;
	src: url(//fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Thin.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Thin.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Thin.otf) format('opentype');
}

@font-face {
	font-family: 'Noto';
	font-style: normal;
	font-weight: 300;
	src: url(//fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Light.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Light.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Light.otf) format('opentype');
}

@font-face {
	font-family: 'Noto';
	font-style: normal;
	font-weight: 400;
	src: url(//fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Regular.otf) format('opentype');
}

@font-face {
	font-family: 'Noto';
	font-style: normal;
	font-weight: 700;
	src: url(//fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Bold.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Bold.otf) format('opentype');
}*/
@font-face {
  font-family: 'toei-jutaku';
  font-style: normal;
  font-weight: normal;
  src: url("../font/toei-jutaku.eot");
  src: url("../font/toei-jutaku.eot?#iefix") format("embedded-opentype"), url("../font/toei-jutaku.woff") format("woff"), url("../font/toei-jutaku.ttf") format("truetype"), url("../font/toei-jutaku.svg#toei-jutaku") format("svg");
}
/*-- Contents --*/
body {
  opacity: 0;
  background: #fff;
}

.preloader, .overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999;
  background: #fff;
}

.overlay {
  z-index: 9999;
  display: none;
  background: rgba(51, 51, 51, 0.8);
  pointer-events: none;
}

#contents {
  padding-top: 50px;
  padding-bottom: 30px;
  min-height: 100%;
  margin-bottom: -30px;
}
#contents::after {
  display: block;
  content: '';
  height: 30px;
}
#contents nav {
  display: block;
  float: left;
  position: fixed;
  z-index: 1000;
  width: 250px;
}
#contents nav div {
  display: block;
  float: left;
  background: #008085;
  width: 250px;
}
#contents nav div > a {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  color: #fff !important;
  transition: all 0s !important;
}
#contents nav div > a:hover {
  color: #008085 !important;
}

/*2017/3/31*/
#contents nav div > a h2 {
  height: 250px;
  line-height: 250px;
  text-align: center;
  position:relative;
}

/*2017/3/31*/
#contents nav div > a h2::before {
  display: inline-block;
  content: "　";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background:url(../svg/logo.svg) no-repeat;
  width:200px;
  height:60px;
  position:absolute;
  left:25px;
  top:47%;
}

#contents nav div > ul {
  display: block;
  float: left;
  width: 100%;
}
#contents nav div > ul > li {
  font-size: 15px;
  font-size: 1.0714285714rem;
  color: #fff;
  line-height: 1.3em;
  letter-spacing: 3px;
  background: rgba(255, 255, 255, 0.2);
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 1px;
}
#contents nav div > ul > li:last-child {
  margin-bottom: 0;
}
#contents nav div > ul > li > a, #contents nav div > ul > li > span {
  display: block;
  float: left;
  width: 100%;
  padding: 17px 40px 17px 30px;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
}
#contents nav div > ul > li.has-sub > a::after, #contents nav div > ul > li.has-sub > span::after {
  content: "f";
  font-size: 10px;
  font-size: 0.7142857143rem;
  font-family: "toei-jutaku" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
}
#contents nav div > ul > li.active > a, #contents nav div > ul > li.active > span, #contents nav div > ul > li.show-sub > a, #contents nav div > ul > li.show-sub > span, #contents nav div > ul > li > a:hover, #contents nav div > ul > li > span:hover {
  background: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  color: #008085;
}
#contents nav div > ul > li > ul {
  display: block;
  float: left;
  display: none;
  position: absolute;
  z-index: -1;
  background: rgba(0, 0, 0, 0.8);
  width: 250px;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  /*overflow: hidden;*/
  top: 0;
  left: 0;
  padding-top: 15px;
}
#contents nav div > ul > li > ul > li {
  display: block;
  float: left;
  width: 100%;
  letter-spacing: 0.1em;
}
#contents nav div > ul > li > ul > li a {
  display: block;
  float: left;
  width: 100%;
  padding: 15px 30px;
}
#contents nav div > ul > li > ul > li a:hover {
  background: rgba(255, 255, 255, 0.25);
  color: inherit;
  text-decoration: none;
}
#contents nav div > ul > li > ul > li ul {
  display: block;
  float: left;
  font-size: 12px;
  font-size: 0.8571428571rem;
  padding: 0 30px;
  margin-bottom: 15px;
}
#contents nav div > ul > li > ul > li ul li {
  display: block;
  float: left;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
#contents nav div > ul > li > ul > li ul li a {
  display: block;
  float: left;
  width: 100%;
  padding: 10px 15px;
  padding-right: 0;
}
#contents section {
  display: block;
  float: left;
  width: 100%;
  padding-left: 250px;
  position: relative;
  margin-bottom: 30px;
  /*.button {
  	@include block();
  	@include text(center);
  	@include height(40);
  	width: 100%;
  	transition: all 0.3s;
  	background: $semi-color;
  	color: #fff;
  	&:hover {
  		text-decoration: none;
  		background: $main-color;
  	}
  }*/
}
#contents section::before {
  content: '';
  display: block;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 250px;
  background: #008085;
}
#contents section > div {
  display: block;
  float: left;
  width: 100%;
  padding: 0 50px;
  margin-bottom: 50px;
}
#contents section > div > * {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
#contents section > div > *:last-child {
  margin-bottom: 0;
}
#contents section .title {
  background: #f2f2f2;
  width: 100%;
  height: 250px;
  padding: 30px 50px 40px;
  overflow: hidden;
}
#contents section h2, #contents section h3, #contents section h4, #contents section h5, #contents section h6, #contents section p {
  width: 100%;
}
#contents section .title + .subtitle,
#contents section .title + .menu-set,
#contents section .subtitle + .menu-set {
  margin-top: -50px;
}
#contents section .subtitle {
  display: table;
  height: 215px;
  position: relative;
  background-repeat: no-repeat;
  background-position: left center;
  background-color: rgba(102, 102, 102, 0.25);
}
#contents section .subtitle h2 {
  display: table-cell;
  padding-top: 0;
  float: none;
  vertical-align: middle;
  font-size: 30px;
  font-size: 2.1428571429rem;
  line-height: 1.4em;
  letter-spacing: 2px;
  font-weight: 100;
  color: #fff;
  border-top: none;
  /*text-shadow: 1px 1px $dark-color;*/
}
#contents section .subtitle h2::before {
  display: none;
}
#contents section .subtitle h2 b {
  font-size: 15px;
  font-size: 1.0714285714rem;
  line-height: 1.3em;
  display: inline-block;
  margin-top: 15px;
  width: 100%;
}
#contents section .subtitle h2.h2-dark {
  color: #333;
  font-weight: 300;
}
#contents section h2 {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  border-top: 1px solid #ccc;
  padding-top: 30px;
  position: relative;
}
#contents section h2::before {
  content: '';
  display: block;
  float: left;
  position: absolute;
  width: 182px;
  height: 1px;
  top: -1px;
  left: 0;
  background: #008085;
}
#contents section h2 span,
#contents section h2 small {
  width: 100%;
}
#contents section h2 span {
  display: block;
  float: left;
  font-size: 42px;
  font-size: 3rem;
  line-height: 1em;
  letter-spacing: 1px;
  font-weight: 300;
}
#contents section h2 small {
  font-weight: 400;
  display: inline-block;
  font-size: 17px;
  font-size: 1.2142857143rem;
  color: #008085;
  margin-top: 20px;
  letter-spacing: 1px;
}
#contents section h3 {
  display: block;
  float: left;
  width: 100%;
  font-size: 20px;
  font-size: 1.4285714286rem;
  position: relative;
  padding-left: 42px;
  padding-bottom: 15px;
  border-bottom: 1px solid #333;
  line-height: 1.3em;
}
#contents section h3::before {
  content: '';
  position: absolute;
  height: 2px;
  width: 21px;
  left: 0;
  top: 0.65em;
  margin-top: -1px;
  display: inline-block;
  background: #008085;
}
#contents section h3.lead-title {
  color: #008085;
  padding: 0;
  border-bottom: none;
}
#contents section h3.lead-title span {
  display: inline-block;
}
#contents section h3.lead-title::before {
  content: attr(data-title);
  vertical-align: top;
  text-align: center;
  padding: 8px 20px;
  min-width: 100px;
  color: #fff;
  box-sizing: border-box;
  font-size: 15px;
  font-size: 1.0714285714rem;
  line-height: 1em;
  font-weight: 300;
  letter-spacing: 1px;
  margin-right: 30px;
  margin-top: 0;
  margin-bottom: 10px;
  position: static;
  height: auto;
  width: auto;
}
#contents section h3.lead-title + * {
  margin-top: -10px;
}
#contents section h3.lead-title:not([data-title])::before {
  display: none;
}
#contents section h3.lead-title:not([data-title]) + * {
  margin-top: auto;
}
#contents section h4 {
  font-size: 17px;
  font-size: 1.2142857143rem;
}
#contents section h5,
#contents section h6 {
  font-size: 15px;
  font-size: 1.0714285714rem;
}
#contents section h4,
#contents section h5,
#contents section h6 {
  line-height: 1.5em;
  letter-spacing: 1px;
}
#contents section h4 {
  color: #008085;
}
#contents section h4 a {
  display: block;
  float: right;
  font-size: 13px;
  font-size: 0.9285714286rem;
  line-height: inherit;
  color: #333;
  font-weight: normal;
}
#contents section h4 a::before {
  display: none;
}
#contents section h4 a::after {
  content: "f";
  font-size: 8px;
  font-size: 0.5714285714rem;
  font-family: "toei-jutaku" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-left: 9px;
}
#contents section h4 a:hover {
  color: #008085;
}
#contents section h4.title-block span {
  display: inline-block;
  vertical-align: middle;
  padding: 8px 20px;
  background: #008085;
  color: #fff;
  margin-right: 15px;
}
#contents section h5 {
  font-weight: bold;
}
#contents section p {
  display: block;
  float: left;
  line-height: 1.7em;
  /*a {
  	text-decoration: underline;
  }*/
}
#contents section a {
  display: inline-block;
  padding-left: 1.6em;
  padding-left: calc(1em + 10px);
  position: relative;
  transition: 0.3s all;
}
#contents section a::before:hover, #contents section a::after:hover,
#contents section a *::before:hover,
#contents section a *::after:hover {
  text-decoration: none;
}
#contents section a::before {
  display: block;
  float: left;
  content: "h";
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-family: "toei-jutaku" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 0;
  color: #008085;
  margin-right: 10px;
}
#contents section a[href*="tel:"] {
  padding-left: 0;
  display: inline-block;
  width: auto;
  float: none;
  pointer-events: none;
}
#contents section a[href*="tel:"]::before {
  display: none;
}
#contents section a[href*="mailto:"]::before {
  content: "k";
  font-size: inherit;
  font-family: "toei-jutaku" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: 'k' !important;
  margin-left: 5px;
  margin-right: 5px;
}
#contents section a[target]::before {
  content: "i";
  font-size: inherit;
  font-family: "toei-jutaku" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: -0.15em;
}
#contents section a[target][data-type]::after {
  content: "（" attr(data-type) "ファイル：" attr(data-size) "）";
  display: inline;
  text-transform: uppercase;
}
#contents section a[target][data-type] i {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-position: right bottom;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
#contents section a[target][data-type="pdf"] i {
  background-image: url(../img/ico_pdf.png);
}
#contents section a.noicon {
  padding-left: 0;
}
#contents section a.noicon::before {
  display: none;
}
#contents section article {
  display: block;
  float: left;
  padding: 30px;
  border: 1px solid #ccc;
}
#contents section article p {
  line-height: 1.5em;
}
#contents section article > * {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
#contents section article > *:last-child {
  margin-bottom: 0;
}
#contents section aside,
#contents section q {
  width: 100%;
  padding: 30px;
  background: rgba(0, 128, 133, 0.1);
}
#contents section aside {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
#contents section aside:last-child {
  margin-bottom: 0;
}
#contents section aside > * {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
#contents section aside > *:last-child {
  margin-bottom: 0;
}
#contents section aside.aside-menu {
  background: #f2f2f2;
}
#contents section q {
  display: table;
  color: #008085;
}
#contents section q div, #contents section q h4 {
  display: table-cell;
  vertical-align: middle;
}
#contents section q div {
  width: 155px;
}
#contents section q div span,
#contents section q div small {
  display: block;
  float: left;
  font-size: 15px;
  font-size: 1.0714285714rem;
  width: 100%;
}
#contents section q div small {
  margin-top: 7px;
  font-family: 'Economica';
}
#contents section q h4 {
  width: calc(100% - 155px);
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: 300;
  padding-left: 30px;
  border-left: 1px solid #008085;
}
#contents section q h4 span {
  display: inline-block;
  width: 100%;
  color: #333;
  font-size: 13px;
  font-size: 0.9285714286rem;
  line-height: 1.5em;
  font-weight: 400;
  margin-top: 15px;
}
#contents section blockquote {
  display: block;
  float: left;
  border: 1px solid #ccc;
  padding: 30px;
  position: relative;
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
#contents section blockquote:last-child {
  margin-bottom: 0;
}
#contents section blockquote > * {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
#contents section blockquote > *:last-child {
  margin-bottom: 0;
}
#contents section blockquote::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid #008085;
  border-right: 20px solid transparent;
  position: absolute;
  top: -1px;
  left: -1px;
}
#contents section a.blockquote {
  padding-left: 0;
}
#contents section a.blockquote::before {
  display: none;
}
#contents section a.blockquote:hover {
  color: inherit;
}
#contents section a.blockquote:hover blockquote {
  background: rgba(0, 128, 133, 0.1);
  border-color: rgba(0, 128, 133, 0.1);
}
#contents section a.blockquote blockquote {
  transition: 0.3s all;
  padding: 50px 40px;
}
#contents section a.blockquote blockquote::before {
  content: "j";
  font-size: inherit;
  font-family: "toei-jutaku" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  border: none;
  left: auto;
  right: 40px;
  top: 40px;
  color: #008085;
}
#contents section a.blockquote blockquote h3 {
  padding-left: 0;
  padding-bottom: 30px;
  border-bottom-color: #ccc;
}
#contents section a.blockquote blockquote h3::before {
  display: none;
}
#contents section table {
  display: table !important;
  width: 100%;
}
#contents section table th, #contents section table td {
  vertical-align: top;
}
#contents section table a {
  text-decoration: none;
}
#contents section table a:hover {
  text-decoration: none;
}
#contents section table.table {
  border: 1px solid #ccc;
  /*tr:last-child{
  	th, td{
  		border-bottom: none;
  	}
  }*/
}
#contents section table.table th, #contents section table.table td {
  padding: 20px 30px;
  border-bottom: 1px solid #ccc;
  line-height: 1.5em;
  letter-spacing: 1px;
}
#contents section table.table tbody th {
  background: #f2f2f2;
}
#contents section table.table-data th, #contents section table.table-data td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
}
#contents section table.table-data thead th {
  background: #f2f2f2;
}
#contents section table.table-list tbody tr th, #contents section table.table-list tbody tr td {
  border: 1px solid #ccc;
}
#contents section table.table-list tbody tr th {
  padding: 15px 20px;
}
#contents section table.table-list tbody tr td {
  padding: 0 20px;
  border-top: none;
  border-bottom: none;
}
#contents section table.table-list tbody tr.tr-first td {
  padding-top: 15px;
  border-top: 1px solid #ccc;
}
#contents section table.table-list tbody tr.tr-last td {
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
#contents section table.table-plain tbody th, #contents section table.table-plain tbody td {
  padding: 5px 0;
  padding-right: 15px;
  border: none;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  background: none;
  line-height: inherit;
  text-align: left;
}
#contents section ul.list-dot, #contents section ul.list-number, #contents section ul.list-letter {
  display: inline-block;
  width: 100%;
}
#contents section ul.list-dot, #contents section ul.list-number {
  padding-left: 1.5em;
  line-height: 1.5em;
}
#contents section ul.list-dot > li {
  list-style: disc outside;
}
#contents section ul.list-dot > li a {
  vertical-align: top;
  padding-left: 0;
  padding-right: 1.6em;
  padding-right: calc(1em + 10px);
}
#contents section ul.list-dot > li a::before {
  left: auto;
  right: 0;
  margin-right: 0;
  margin-left: 10px;
}
#contents section ul.list-number > li {
  list-style: decimal outside;
}
#contents section ul.list-letter > li {
  padding-left: 1em;
  text-indent: -1em;
}
#contents section hr {
  display: block;
  float: left;
  width: 100%;
  height: 0;
  border-top: 1px dotted #333;
  background: none;
}
#contents section div + div.inner {
  margin-top: -10px;
}
#contents section div.single > * {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
#contents section div.single > *:last-child {
  margin-bottom: 0;
}
#contents section .img {
  width: 300px;
}
#contents section .img > div {
  width: 300px;
  height: auto;
}
#contents section .txt {
  width: calc(100% - 330px);
}
#contents section .portrait .img {
  width: 200px;
}
#contents section .portrait .img > div {
  width: 200px;
  height: auto;
}
#contents section .portrait .txt {
  width: calc(100% - 230px);
}
#contents section div.img > div {
  display: block;
  float: left;
  overflow: hidden;
  /*background: $light-color;*/
}
#contents section div.img img {
  width: 100%;
}
#contents section div.img span {
  font-size: 12px;
  font-size: 0.8571428571rem;
  line-height: 1.5em;
}
#contents section div.img > * {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
#contents section div.img > *:last-child {
  margin-bottom: 0;
}
#contents section div.txt > * {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
#contents section div.txt > *:last-child {
  margin-bottom: 0;
}
#contents section .breadcrumb {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
#contents section .breadcrumb li {
  display: inline-block;
}
#contents section .breadcrumb li::before {
  content: '\00A0\FF1E\00A0';
  display: inline-block;
}
#contents section .breadcrumb li:first-child::before {
  display: none;
}
#contents section .breadcrumb a {
  padding-left: 0;
}
#contents section .breadcrumb a::before {
  display: none;
}
#contents section .grid-block {
  display: block;
  float: left;
  width: 100%;
}
#contents section .grid-block > li {
  display: block;
  float: left;
}
#contents section .grid-block > li > * {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
#contents section .grid-block > li > *:last-child {
  margin-bottom: 0;
}
#contents section .grid-block .grid-img div {
  display: block;
  float: left;
  width: 100%;
  overflow: hidden;
}
#contents section .grid-block .grid-img div img {
  width: 100%;
  height: auto;
}
#contents section .grid-block.grid-1 > li {
  margin-left: 0px;
  width: 100%;
  clear: none;
  margin-top: 30px;
}
#contents section .grid-block.grid-1 > li:nth-child(1n-0) {
  margin-left: 0;
  clear: left;
}
#contents section .grid-block.grid-1 > li:nth-child(-n+1) {
  margin-top: 0;
}
#contents section .grid-block.grid-2 > li {
  margin-left: 30px;
  width: calc( 50% - 15px );
  clear: none;
  margin-top: 30px;
}
#contents section .grid-block.grid-2 > li:nth-child(2n-1) {
  margin-left: 0;
  clear: left;
}
#contents section .grid-block.grid-2 > li:nth-child(-n+2) {
  margin-top: 0;
}
#contents section .grid-block.grid-3 > li {
  margin-left: 28px;
  width: calc( 100% / 3 - 20px );
  clear: none;
  margin-top: 30px;
}
#contents section .grid-block.grid-3 > li:nth-child(3n-2) {
  margin-left: 0;
  clear: left;
}
#contents section .grid-block.grid-3 > li:nth-child(-n+3) {
  margin-top: 0;
}
#contents section .grid-block.grid-4 > li {
  margin-left: 30px;
  width: calc( 25% - 22.5px );
  clear: none;
  margin-top: 30px;
}
#contents section .grid-block.grid-4 > li:nth-child(4n-3) {
  margin-left: 0;
  clear: left;
}
#contents section .grid-block.grid-4 > li:nth-child(-n+4) {
  margin-top: 0;
}
#contents section .grid-block.grid-5 > li {
  margin-left: 30px;
  width: calc( 20% - 24px );
  clear: none;
  margin-top: 30px;
}
#contents section .grid-block.grid-5 > li:nth-child(5n-4) {
  margin-left: 0;
  clear: left;
}
#contents section .grid-block.grid-5 > li:nth-child(-n+5) {
  margin-top: 0;
}
#contents section ul.tab {
  display: block;
  float: left;
  font-size: 15px;
  font-size: 1.0714285714rem;
  width: 100%;
  text-align: center;
}
#contents section ul.tab li {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  padding-bottom: 15px;
}
#contents section ul.tab li::after {
  display: inline-block;
  content: '\FF5C';
  padding: 0 25px;
}
#contents section ul.tab li:last-child::after {
  display: none;
}
#contents section ul.tab li span {
  display: block;
  float: left;
  position: relative;
}
#contents section ul.tab li.active span::after, #contents section ul.tab li:hover span::after {
  content: '';
  display: block;
  float: left;
  position: absolute;
  width: 100%;
  height: 1em;
  padding: 5px 10px;
  top: -5px;
  left: -10px;
  background: rgba(0, 128, 133, 0.2);
}
#contents section div[data-tab] {
  display: none;
}
#contents section .menu-set {
  padding: 0;
}
#contents section .menu-set a.giga-button {
  display: block;
  float: left;
  width: 100%;
  height: 215px;
  padding-left: 0;
  margin-bottom: 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #f2f2f2;
}
#contents section .menu-set a.giga-button .img {
  width: 350px;
}
#contents section .menu-set a.giga-button .img > div {
  width: 350px;
  height: auto;
}
#contents section .menu-set a.giga-button .txt {
  width: calc(100% - 350px);
}
#contents section .menu-set a.giga-button::before {
  display: none;
}
#contents section .menu-set a.giga-button .img {
  height: 100%;
  padding: 20px 25px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  position: relative;
  transition: 0.3s all;
}
#contents section .menu-set a.giga-button .img h3 {
  padding-left: 0;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
  font-weight: 300;
  letter-spacing: 2px;
}
#contents section .menu-set a.giga-button .img h3::before {
  display: none;
}
#contents section .menu-set a.giga-button .img p {
  display: block;
  float: left;
  position: absolute;
  bottom: 20px;
  width: 300px;
}
#contents section .menu-set a.giga-button .img::before {
  content: "j";
  font-size: inherit;
  font-family: "toei-jutaku" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 10px;
  right: 10px;
}
#contents section .menu-set a.giga-button:hover .img {
  background: rgba(255, 255, 255, 0.9);
}
#contents section .menu-set a.giga-button:hover .img h3, #contents section .menu-set a.giga-button:hover .img::before {
  color: #008085;
}
#contents section .menu-set a.giga-button:hover .img h3 {
  font-weight: 400;
}
#contents section .menu-set a.giga-button:hover .img p {
  color: #333;
}
#contents section .mega-button {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  padding: 20px;
  text-align: center;
}
#contents section .mega-button::before, #contents section .mega-button[target]::before {
  float: none;
  content: 'j';
  font-size: 14px;
  font-size: 1rem;
  width: auto;
  position: absolute;
  left: auto;
  right: 10px;
  top: 10px;
  margin-right: 0;
}
#contents section .mega-button:hover {
  text-decoration: none;
  color: inherit;
  background: rgba(0, 128, 133, 0.1);
  border-color: rgba(0, 128, 133, 0.1);
}
#contents section .youtube-box {
  display: block;
  float: left;
  width: 100%;
  padding-left: 0;
}
#contents section .youtube-box::before {
  display: none;
}
#contents section .youtube-box div {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
#contents section .youtube-box div::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/ico_youtube_off.png) center center no-repeat;
  -webkit-background-size: 20% auto;
  background-size: 20% auto;
}
#contents section .youtube-box:hover div::before {
  background-image: url(../img/ico_youtube_on.png);
}
#contents section .link-acrobat .img {
  width: 158px;
}
#contents section .link-acrobat .img > div {
  width: 158px;
  height: auto;
}
#contents section .link-acrobat .txt {
  width: calc(100% - 188px);
}
#contents section .link-acrobat a {
  padding-left: 0;
}
#contents section .link-acrobat a::before {
  display: none;
}
#contents section .news-contents html, #contents section .news-contents body, #contents section .news-contents div, #contents section .news-contents span, #contents section .news-contents applet, #contents section .news-contents object, #contents section .news-contents iframe, #contents section .news-contents h1, #contents section .news-contents h2, #contents section .news-contents h3, #contents section .news-contents h4, #contents section .news-contents h5, #contents section .news-contents h6, #contents section .news-contents p, #contents section .news-contents blockquote, #contents section .news-contents pre, #contents section .news-contents a, #contents section .news-contents abbr, #contents section .news-contents acronym, #contents section .news-contents address, #contents section .news-contents big, #contents section .news-contents cite, #contents section .news-contents code, #contents section .news-contents del, #contents section .news-contents dfn, #contents section .news-contents em, #contents section .news-contents img, #contents section .news-contents ins, #contents section .news-contents kbd, #contents section .news-contents q, #contents section .news-contents s, #contents section .news-contents samp, #contents section .news-contents small, #contents section .news-contents strike, #contents section .news-contents strong, #contents section .news-contents sub, #contents section .news-contents sup, #contents section .news-contents tt, #contents section .news-contents var, #contents section .news-contents b, #contents section .news-contents u, #contents section .news-contents i, #contents section .news-contents center, #contents section .news-contents dl, #contents section .news-contents dt, #contents section .news-contents dd, #contents section .news-contents ol, #contents section .news-contents ul, #contents section .news-contents li, #contents section .news-contents fieldset, #contents section .news-contents form, #contents section .news-contents label, #contents section .news-contents legend, #contents section .news-contents table, #contents section .news-contents caption, #contents section .news-contents tbody, #contents section .news-contents tfoot, #contents section .news-contents thead, #contents section .news-contents tr, #contents section .news-contents th, #contents section .news-contents td, #contents section .news-contents article, #contents section .news-contents aside, #contents section .news-contents canvas, #contents section .news-contents details, #contents section .news-contents embed, #contents section .news-contents figure, #contents section .news-contents figcaption, #contents section .news-contents footer, #contents section .news-contents header, #contents section .news-contents hgroup, #contents section .news-contents menu, #contents section .news-contents nav, #contents section .news-contents output, #contents section .news-contents ruby, #contents section .news-contents section, #contents section .news-contents summary, #contents section .news-contents time, #contents section .news-contents mark, #contents section .news-contents audio, #contents section .news-contents video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*-webkit-print-color-adjust: exact;*/
}
#contents section .news-contents html {
  height: 100%;
}
#contents section .news-contents body {
  height: 100%;
  /*overflow: hidden;*/
}
#contents section .news-contents article, #contents section .news-contents aside, #contents section .news-contents details, #contents section .news-contents figcaption, #contents section .news-contents figure, #contents section .news-contents footer, #contents section .news-contents header, #contents section .news-contents hgroup, #contents section .news-contents menu, #contents section .news-contents nav, #contents section .news-contents section {
  display: block;
}
#contents section .news-contents ol, #contents section .news-contents ul {
  list-style: none;
}
#contents section .news-contents blockquote, #contents section .news-contents q {
  quotes: none;
}
#contents section .news-contents blockquote:before, #contents section .news-contents blockquote:after, #contents section .news-contents q:before, #contents section .news-contents q:after {
  content: "";
  content: none;
}
#contents section .news-contents strong {
  font-weight: bold;
}
#contents section .news-contents table {
  border-collapse: collapse;
  border-spacing: 0;
}
#contents section .news-contents img {
  border: 0;
  max-width: 100%;
}
#contents section .news-contents * {
  color: #333;
  letter-spacing: normal;
}
#contents section .news-contents *::before, #contents section .news-contents *::after {
  content: none;
}

/*# sourceMappingURL=common.css.map */
