@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;
  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";
  -webkit-font-kerning: normal;
          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;
}

*::-moz-selection {
  background: rgba(0, 64, 152, 0.25);
}

*::selection {
  background: rgba(0, 64, 152, 0.25);
}

img {
  display: block;
  float: left;
}

img.float-none {
  display: inline;
}

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

sup,
sub {
  font-size: 0.78571em;
  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;
  -webkit-transition: 0.3s all;
          transition: 0.3s all;
}

a:hover {
  text-decoration: underline;
  color: #003B87;
}

.fade {
  background-color: transparent;
}

.fade img {
  -webkit-transition: 0.3s all;
          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: 20px;
}

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: 50%;
  margin-top: -10px;
  color: inherit;
  background:url(../svg/logo.svg) no-repeat;
  width:135px;
  height:20px;

}
/*
header h1 a::before {
  content: "a";
  font-size: 135px;
  font-size: 9.64286rem;
  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: 50%;
  margin-top: -5px;
  color: inherit;
}
*/
header h1.header-sp {
  display: none;
}

header section:first-child {
  font-size: 12px;
  font-size: 0.85714rem;
  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;
  -webkit-transition: all 0.3s;
          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.14286rem;
  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.14286rem;
  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.14286rem;
  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) {
  background: url(../img/ico_header_010.png) no-repeat left center;
  padding: 0 0 0 15px;
}

header section:first-child > .site_search_box {
  display: block;
  float: right;
  margin:3px 30px 0 0;
}
header section:first-child > .site_search_box .searchTxt{
	border:1px solid #fff;
	border-radius: 3px;
}

header section:first-child > .site_search_box .btn{
    background: #008C8C;
    border: medium;
    color: #fff;
	margin:0 0 0 10px; 
    padding: 1px 20px;
    text-align: center;
	cursor:pointer;
}

header section:first-child > .site_search_box .btn:hover{
    background: #fff;
    color:#008C8C;
}

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.71429rem;
  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 #003B87;
}

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 section .nav-close {
  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 {
  -webkit-transition: 0.3s all;
          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, 64, 152, 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, 64, 152, 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;
}

/*-- Contents --*/
#contents.kanto ol.area_nav li.kantou a {
  color: #07913a;
  background: #fff;
  padding:7px;
  line-height: 15px;
}

#contents.kansai ol.area_nav li.kansai a {
  color: #e34b6a;
  background: #fff;
  padding:7px;
  line-height: 15px;
}

#contents.tokai ol.area_nav li.tokai a {
  color: #0d6cb3;
  background: #fff;
}

#contents nav {
  display: block;
  float: left;
  position: absolute;
  z-index: 1000;
  width: 250px;
}

#contents nav div {
  display: block;
  float: left;
  background: #003B87;
  width: 250px;
}

#contents nav div > a {
  display: block;
  float: left;
  width: 100%;
  /*height: 200px;*/
  color: #fff !important;
  -webkit-transition: all 0s !important;
          transition: all 0s !important;
  margin: 40px 0 19px 0;
}

#contents nav div > a:hover {
  color: #003B87 !important;
}

#contents nav div > a h2 {
  height: 250px;
  line-height: 250px;
  text-align: center;
  background-image: url(../../assets/img/common/logo.svg);
  width: 149px;
  height: 149px;
  background-size: 100%;
  margin: 0 auto;
}

#contents nav div > a h2::before {
  color: #fff !important;
}

#contents nav div ol.area_nav {
  margin: 0 auto;
  text-align: center;
  width: 150px;
}

#contents nav div ol.area_nav li a {
  float: left;
  color: #fff;
  width: 42px;
  height: 44px;
  line-height: 44px;
  display: block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin: 0 0 40px 0;
}

#contents nav div ol.area_nav li.kantou a {
  background: #07913a;
  padding: 7px;
  line-height: 15px;
  margin: 0 8px 0 4px;
}

#contents nav div ol.area_nav li.tokai a {
  background: #0d6cb3;
  margin: 0 8px 0 0;
}

#contents nav div ol.area_nav li.kansai a {
  background: #e34b6a;
  padding: 7px;
  line-height: 15px;
}

#contents nav div ol.area_nav li.tohoku a {
  background: #df6d09;
}

#contents nav div ol.area_nav li a:hover {
  text-decoration: none;
  background: #fff;
}

#contents nav div ol.area_nav li.kantou a:hover {
  color: #07913a;
}

#contents nav div ol.area_nav li.tokai a:hover {
  color: #0d6cb3;
}

#contents nav div ol.area_nav li.kansai a:hover {
  color: #e34b6a;
}

#contents nav div ol.area_nav li.tohoku a:hover {
  color: #df6d09;
}

#contents nav div #header-logout,
#contents nav div #header-login {
  border-top: #fff solid 1px;
  border-bottom: #fff solid 1px;
  margin: 35px 0 20px 25px;
  width: 201px;
  padding: 15px 0;
}

#contents nav div #header-logout div,
#contents nav div #header-login div {
  color: #fff;
  width: 189px;
  text-align: center;
}

#contents nav div #header-logout div p,
#contents nav div #header-login div p {
  font-size: 11px;
  font-size: 0.78571rem;
  margin: 5px 0 10px 0;
  display: block;
}

#contents nav div #header-logout div span,
#contents nav div #header-login div span {
  font-size: 20px;
  font-size: 1.42857rem;
  font-weight: bold;
  margin: 0 0 5px 0;
  display: block;
}

#contents nav div #header-logout div em,
#contents nav div #header-login div em {
  font-size: 12px;
  font-size: 0.85714rem;
  display: block;
}

#contents nav div #header-logout ul,
#contents nav div #header-login ul {
  width: 198px;
}

#contents nav div #header-logout ul li,
#contents nav div #header-login ul li {
  background: none;
}

#contents nav div #header-logout ul li a,
#contents nav div #header-login ul li a {
  font-size: 14px;
  font-size: 1rem;
  background: none;
  background-color: none;
  text-align: center;
  background: #265ca7;
  font-weight: bold;
  padding: 7px 0 !important;
}

#contents nav div #header-logout ul li a.header_login,
#contents nav div #header-login ul li a.header_logout {
  background: #008c8c;
  margin: 10px 0 0 0;
}

#contents nav div #header-logout ul li a:hover,
#contents nav div #header-login ul li a:hover,
#contents nav div #header-logout form .btn_login:hover {
  background: #fff;
  color: #265ca7;
}

#contents nav div #header-logout ul li a:hover.header_login,
#contents nav div #header-login ul li a:hover.header_logout {
  color: #008c8c;
}

#contents nav div #header-logout form input {
  width: 189px;
  border: none;
  margin: 0 0 5px 0;
  padding: 3px 5px;
  background: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

#contents nav div #header-logout form .btn_login {
  font-size: 14px;
  font-size: 1rem;
  text-align: center;
  background: #265ca7;
  color: #fff;
  font-weight: bold;
  margin-top: 5px;
  padding: 7px 0 !important;
  border-style: none;
  cursor: pointer;
  width: 198px;
  -webkit-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

#contents nav div #header-logout form ul li {
  margin: 0 0 3px 3px;
}

#contents nav div #header-logout form ul.new_nav li a {
  margin-top: 0;
}

#contents nav div #header-logout form ul.link_nav {
  margin-top: 15px;
}

#contents nav div #header-logout form ul.link_nav li a {
  background: none;
  color: #fff;
  font-weight: normal;
  margin: 0 0 5px 0;
}

#contents nav div #header-logout form ul.link_nav li a:before {
  display: block;
  float: left;
  content: "h";
  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;
  left: 0;
  top: 0;
  color: #fff;
}

#contents nav div #header-logout form ul.link_nav li a:hover {
  background: none;
  color: #fff;
  font-weight: normal;
}

#contents nav div #header-logout form .header_login {
  color: #fff;
  width: 198px;
  display: block;
  text-decoration: none;
}

#contents nav div #header-logout form .error {
  font-size: 12px;
  font-size: 0.85714rem;
  color: #fcd202;
  margin: 10px 0 0 0;
}

#contents nav div > ul {
  display: block;
  float: left;
  width: 100%;
}

#contents nav div > ul > li {
  font-size: 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1.3em;
  letter-spacing: 1px;
  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;
  -webkit-transition: all 0.3s;
          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.71429rem;
  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: #003B87;
}

#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: 40px;
  left: 0;
  padding-top: 15px;

	position:fixed !important;
}

#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.85714rem;
  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;
}

html.mobile #contents nav {
  width: 300px;
  height: 100%;
  top: 0;
  right: -300px;
  z-index: 10001;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #003B87;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
  position: fixed;
}

html.mobile #contents nav a {
  pointer-events: none !important;
}

html.mobile #contents nav ol.area_nav {
  display: none;
}

html.mobile #contents nav.ready a {
  pointer-events: auto !important;
}

html.mobile #contents nav > div {
  width: 100%;
}

html.mobile #contents nav > div > a {
  display: none;
}

html.mobile #contents nav > div ul > li {
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}

html.mobile #contents nav > div ul > li > a,
html.mobile #contents nav > div ul > li > span {
  width: 100%;
  padding: 17px 20px;
}

html.mobile #contents nav > div ul > li > a:hover,
html.mobile #contents nav > div ul > li > span:hover {
  background: none;
  color: inherit;
}

html.mobile #contents nav > div ul > li.has-sub > a,
html.mobile #contents nav > div ul > li.has-sub > span {
  width: 80%;
  border-right: 1px dashed #003B87;
}

html.mobile #contents nav > div ul > li.has-sub > a::after,
html.mobile #contents nav > div ul > li.has-sub > span::after {
  display: none;
}

html.mobile #contents nav > div ul > li.has-sub.show-sub {
  background: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  color: #003B87;
}

html.mobile #contents nav > div ul > li.has-sub.show-sub > a,
html.mobile #contents nav > div ul > li.has-sub.show-sub > span {
  background: none;
  color: inherit;
}

html.mobile #contents nav > div ul > li.has-sub.show-sub i {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
}

html.mobile #contents nav > div ul > li.has-sub i {
  display: block;
  float: right;
  height: 53px;
  line-height: 53px;
  width: 20%;
  text-align: center;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}

html.mobile #contents nav > div ul > li.has-sub i::before {
  content: "f";
  font-size: 12px;
  font-size: 0.85714rem;
  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;
}

html.mobile #contents nav > div ul > li.has-sub > ul {
  position: relative;
  padding-bottom: 15px;
  width: 100%;
  z-index: auto;
  background-color: rgba(255, 255, 255, 0.6);
}

html.mobile #contents nav > div ul > li.has-sub > ul a {
  width: 100%;
  color: #003B87;
}

html.mobile #contents nav ol.area_nav li.kantou a:hover,
html.mobile #contents nav ol.area_nav li.kantou_on {
  color: #07913a;
}

html.mobile #contents nav ol.area_nav li.tokai a:hover,
html.mobile #contents nav ol.area_nav li.tokai_on {
  color: #0d6cb3;
}

html.mobile #contents nav ol.area_nav li.kansai a:hover,
html.mobile #contents nav ol.area_nav li.kansai_on {
  color: #e34b6a;
}

html.mobile #contents nav #header-logout,
html.mobile #contents nav #header-login {
  border-top: #fff solid 1px;
  border-bottom: #fff solid 1px;
  margin: 35px 0 0 25px;
  width: 250px;
  padding: 15px 0;
}

html.mobile #contents nav #header-logout div,
html.mobile #contents nav #header-login div {
  color: #fff;
  width: 250px;
  text-align: center;
}

html.mobile #contents nav #header-logout div p,
html.mobile #contents nav #header-login div p {
  font-size: 11px;
  font-size: 0.78571rem;
  margin: 5px 0 10px 0;
  display: block;
}

html.mobile #contents nav #header-logout div span,
html.mobile #contents nav #header-login div span {
  font-size: 20px;
  font-size: 1.42857rem;
  font-weight: bold;
  margin: 0 0 5px 0;
  display: block;
}

html.mobile #contents nav #header-logout div em,
html.mobile #contents nav #header-login div em {
  font-size: 12px;
  font-size: 0.85714rem;
  display: block;
}

html.mobile #contents nav #header-logout ul,
html.mobile #contents nav #header-login ul {
  width: 247px;
}

html.mobile #contents nav #header-logout ul li,
html.mobile #contents nav #header-login ul li {
  background: none;
}

html.mobile #contents nav #header-logout ul li a,
html.mobile #contents nav #header-login ul li a {
  font-size: 14px;
  font-size: 1rem;
  background: none;
  background-color: none;
  text-align: center;
  background: #265ca7;
  font-weight: bold;
  padding: 10px 0 !important;
}

html.mobile #contents nav #header-logout ul li a.header_login,
html.mobile #contents nav #header-login ul li a.header_logout {
  background: #008c8c;
  margin: 10px 0 0 0;
}

html.mobile #contents nav #header-logout ul li a:hover,
html.mobile #contents nav #header-login ul li a:hover,
html.mobile #contents nav #header-logout form .btn_login:hover {
  background: #fff;
  color: #265ca7;
}

html.mobile #contents nav #header-logout ul li a:hover.header_login,
html.mobile #contents nav #header-login ul li a:hover.header_logout {
  color: #008c8c;
}

html.mobile #contents nav #header-logout form input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

html.mobile #contents nav #header-logout form input {
  width: 235px;
  border: none;
  margin: 0 0 5px 0;
  padding: 5px 5px;
  background: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

html.mobile #contents nav #header-logout form .btn_login {
  font-size: 14px;
  font-size: 1rem;
  text-align: center;
  background: #265ca7;
  color: #fff;
  font-weight: bold;
  margin-top: 5px;
  padding: 10px 0 !important;
  border-style: none;
  cursor: pointer;
  width: 245px;
  -webkit-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

html.mobile #contents nav #header-logout form ul li {
  margin: 0 0 3px 3px;
}

html.mobile #contents nav #header-logout form ul.new_nav li a {
  margin-top: 0;
}

html.mobile #contents nav #header-logout form ul.link_nav {
  margin-top: 15px;
}

html.mobile #contents nav #header-logout form ul.link_nav li a {
  background: none;
  color: #fff;
  font-weight: normal;
  margin: 0 0 5px 0;
}

html.mobile #contents nav #header-logout form ul.link_nav li a:before {
  display: block;
  float: left;
  content: "h";
  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;
  left: 0;
  top: 0;
  color: #fff;
}

html.mobile #contents nav #header-logout form ul.link_nav li a:hover {
  background: none;
  color: #fff;
  font-weight: normal;
}

html.mobile #contents nav #header-logout form .header_login {
  color: #fff;
  width: 245px;
  display: block;
  text-decoration: none;
}

html.mobile #contents nav #header-logout form .error {
  font-size: 12px;
  font-size: 0.85714rem;
  color: #fcd202;
  margin: 10px 0 0 0;
}

html.mobile #contents nav .header-ul {
  display: block;
  float: left;
  background: #333;
  color: #fff;
  padding: 10px;
  padding-top: 40px;
  width: 100%;
}

html.mobile #contents nav .header-ul::before {
  content: '';
  display: block;
  width: 60px;
  height: 20px;
  top: 10px;
  left: 10px;
  position: absolute;
  background: url(../img/logo_iida_white.png) center top no-repeat;
  background-size: contain;
}

html.mobile #contents nav .header-ul::after {
  content: "a";
  font-size: 120px;
  font-size: 8.57143rem;
  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: none;
  height: 20px;
  top: 10px;
  right: 10px;
  position: absolute;
  pointer-events: none;
}

html.mobile #contents nav .header-ul li {
  display: block;
  float: left;
  height: 40px;
  margin-left: 5px;
  width: -webkit-calc( 50% - 2.5px);
  width: calc( 50% - 2.5px);
  /*n*/
  clear: none;
  margin-top: 5px;
}

html.mobile #contents nav .header-ul li:nth-child(2n-1) {
  margin-left: 0;
  clear: left;
}

html.mobile #contents nav .header-ul li:nth-child(-n+2) {
  margin-top: 0;
}

html.mobile #contents nav .header-ul li a {
  display: block;
  float: left;
  height: 100%;
  width: 100%;
  line-height: 40px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
}

html.mobile #contents nav .footer-ul {
  display: block;
  float: left;
  width: 100%;
  padding: 10px;
}

html.mobile #contents nav .footer-ul li {
  display: block;
  float: left;
  width: 100%;
  height: 45px;
}

html.mobile #contents nav .footer-ul li a {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  line-height: 45px;
  padding: 0 10px;
  border-bottom: 1px solid #003a89;
  color: rgba(255, 255, 255, 0.6);
}

html.mobile #contents nav .header-pc {
  display: block;
  float: left;
  height: 50px;
  width: 90%;
  margin: 10px 5%;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
}

html.mobile #contents nav .header-pc::after {
  content: attr(data-title);
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 50px;
  text-align: center;
  color: #003B87;
  font-size: 17px;
  font-size: 1.21429rem;
  letter-spacing: 2px;
  pointer-events: none;
}

html.mobile #contents nav .header-pc a {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
}

/*@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 section {
  display: block;
  float: left;
  width: 100%;
  padding-left: 250px;
  position: relative;
  margin-bottom: 30px;
}

#contents section::before {
  content: '';
  display: block;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 250px;
  background: #003B87;
}

#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 > div > script {
  display: none;
}


#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.14286rem;
  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.07143rem;
  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: #003B87;
}

#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.21429rem;
  color: #003B87;
  margin-top: 20px;
  letter-spacing: 1px;
}

#contents section h3 {
  display: block;
  float: left;
  width: 100%;
  font-size: 20px;
  font-size: 1.42857rem;
  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: #003B87;
}

#contents section h3.lead-title {
  color: #003B87;
  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.07143rem;
  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.21429rem;
}

#contents section h5,
#contents section h6 {
  font-size: 15px;
  font-size: 1.07143rem;
}

#contents section h4,
#contents section h5,
#contents section h6 {
  line-height: 1.5em;
  letter-spacing: 1px;
}

#contents section h4 {
  color: #003B87;
}

#contents section h4 a {
  display: block;
  float: right;
  font-size: 13px;
  font-size: 0.92857rem;
  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.57143rem;
  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: #003B87;
}

#contents section h4.title-block{
	margin-bottom:20px;
}

#contents section h4.title-block span{
  display: inline-block;
  vertical-align: middle;
  padding: 8px 20px;
  background: #003B8;
  color: #fff;
  margin-right:5px;
}

#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: -webkit-calc(1em + 10px);
  padding-left: calc(1em + 10px);
  position: relative;
  -webkit-transition: 0.3s all;
          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.28571rem;
  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: #003B87;
  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;
  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, 64, 152, 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: #003B87;
}

#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.07143rem;
  width: 100%;
}

#contents section q div small {
  margin-top: 7px;
  font-family: 'Economica';
}

#contents section q h4 {
  width: -webkit-calc(100% - 155px);
  width: calc(100% - 155px);
  font-size: 20px;
  font-size: 1.42857rem;
  font-weight: 300;
  padding-left: 30px;
  border-left: 1px solid #003B87;
}

#contents section q h4 span {
  display: inline-block;
  width: 100%;
  color: #333;
  font-size: 13px;
  font-size: 0.92857rem;
  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 #003B87;
  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, 64, 152, 0.1);
  border-color: rgba(0, 64, 152, 0.1);
}

#contents section a.blockquote blockquote {
  -webkit-transition: 0.3s all;
          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: #003B87;
}

#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: -webkit-calc(1em + 10px);
  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: -webkit-calc(100% - 330px);
  width: calc(100% - 330px);
}

#contents section .portrait .img {
  width: 200px;
}

#contents section .portrait .img > div {
  width: 200px;
  height: auto;
}

#contents section .portrait .txt {
  width: -webkit-calc(100% - 230px);
  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.85714rem;
  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: -webkit-calc( 100% - 0px);
  width: calc( 100% - 0px);
  /*n*/
  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: -webkit-calc( 50% - 15px);
  width: calc( 50% - 15px);
  /*n*/
  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: -webkit-calc( 100% / 3 - 20px);
  width: calc( 100% / 3 - 20px);
  /*3ex*/
  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: -webkit-calc( 25% - 22.5px);
  width: calc( 25% - 22.5px);
  /*n*/
  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: -webkit-calc( 20% - 24px);
  width: calc( 20% - 24px);
  /*n*/
  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.07143rem;
  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, 64, 152, 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: -webkit-calc(100% - 350px);
  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;
  -webkit-transition: 0.3s all;
          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: #003B87;
}

#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, 64, 152, 0.1);
  border-color: rgba(0, 64, 152, 0.1);
}

#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(4, 39, 93, 0.1);
  border-color: rgba(4, 39, 93, 0.1);
}



#contents section .mega-button-green {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  background: #79ad27 ;
  color:#fff;
  border: 1px solid #ccc;
  padding: 20px;
  text-align: center;
}

<!-- shukuraから移植 -->
#contents section .mega-button-green::before,
#contents section .mega-button-green[target]::before {
  float: none;
  content: 'j';
    color:#fff;
  font-size: 14px;
  font-size: 1rem;
  width: auto;
  position: absolute;
  left: auto;
  right: 10px;
  top: 10px;
  margin-right: 0;
}

#contents section .mega-button-green:hover {
  text-decoration: none;
  color: inherit;
  background: #fff;
  border-color: #04275D;
  color:#04275D;
}

#contents section .mega-button-green:hover::before{ color:#04275D;}

<!-- shukuraから移植 -->

#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;
  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;
  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: -webkit-calc(100% - 188px);
  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;
  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 */

#topbn {
  margin:-100px auto 70px;
  width:calc(100% - 80px);
  max-width:1100px;
}

#topbn ul{
  list-style: none;
  height:100px;
}

#topbn ul li{
  width:220px;
  text-align: center;
  float:left;
}

#topbn ul li a{text-decoration: none;}

#topbn ul li a img{width:210px;}