html.mobile header,
html.mobile #contents,
html.mobile footer {
  position: relative;
  min-width: 0;
  transition: all 0.3s;
  right: 0;
}
html.mobile.pushed {
  overflow: hidden;
}
html.mobile.pushed header,
html.mobile.pushed #contents,
html.mobile.pushed footer {
  right: 300px;
}
html.mobile.pushed #contents nav {
  right: 0;
  pointer-events: auto;
}
html.mobile section {
  width: 100%;
}
html.mobile header {
  position: fixed;
  height: 50px;
  background: #008085;
  text-align: center;
}

/*2017/3/31*/
html.mobile header h1 {
  display: inline-block;
  float: none;
  margin-top: 0;
  position: relative;
  top: -1px;
  background:url(../svg/logo.svg) no-repeat;
  width:135px;
  height:30px;
}

html.mobile header h1 a::before {
  position: static;
  margin-top: 10px;
  /*background:url(../svg/logo.svg) no-repeat;*/
}
html.mobile header h1.header-pc {
  display: none;
}
html.mobile header section:first-child {
  padding: 13px 15px;
  position: relative;
}
html.mobile header section:first-child div.sp-btn {
  display: block;
  float: left;
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  padding: 10px;
}
html.mobile header section:first-child div.sp-btn i {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #fff;
  opacity: 1;
  left: 25%;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
html.mobile header section:first-child div.sp-btn i:nth-child(1) {
  top: 15px;
}
html.mobile header section:first-child div.sp-btn i:nth-child(2), html.mobile header section:first-child div.sp-btn i:nth-child(3) {
  top: 50%;
  margin-top: -1px;
}
html.mobile header section:first-child div.sp-btn i:nth-child(4) {
  bottom: 15px;
}
html.mobile header section:first-child div.sp-btn.open i:nth-child(1) {
  top: 50%;
  width: 0;
  left: 50%;
}
html.mobile header section:first-child div.sp-btn.open i:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
html.mobile header section:first-child div.sp-btn.open i:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
html.mobile header section:first-child div.sp-btn.open i:nth-child(4) {
  bottom: 50%;
  width: 0;
  left: 50%;
}
html.mobile #contents nav {
  width: 300px;
  height: 100%;
  top: 0;
  right: -300px;
  z-index: 10001;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #008085;
  transition: all 0.3s;
}
html.mobile #contents nav a {
  pointer-events: none !important;
}
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 {
  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 #008085;
}
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: #008085;
}
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);
  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);
  transform: rotate(90deg);
  transition: all 0.3s;
}
html.mobile #contents nav > div ul > li.has-sub i::before {
  content: "f";
  font-size: 12px;
  font-size: 0.8571428571rem;
  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: #008085;
}
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;
  -webkit-background-size: contain;
  background-size: contain;
}
html.mobile #contents nav .header-ul::after {
  display: none;
/*
  content: "a";
  font-size: 120px;
  font-size: 8.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: block;
  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: calc( 50% - 2.5px );
  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 #007176;
  color: rgba(255, 255, 255, 0.6);
}
html.mobile #contents nav .header-pc {
  display: block;
  float: left;
  height: 50px;
  width: 90%;
  margin: 20px 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: #008085;
  font-size: 17px;
  font-size: 1.2142857143rem;
  letter-spacing: 2px;
  pointer-events: none;
}
html.mobile #contents nav .header-pc a {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
}
html.mobile #contents .breadcrumb {
  display: none;
}
html.mobile #contents section {
  padding-left: 0;
}
html.mobile #contents section::before {
  display: none;
}
html.mobile #contents section > div {
  padding: 0 20px;
  margin-bottom: 30px;
}
html.mobile #contents section .title {
  padding: 20px;
  height: auto;
}
html.mobile #contents section .title + .subtitle,
html.mobile #contents section .title + .menu-set,
html.mobile #contents section .subtitle + .menu-set {
  margin-top: -30px;
}
html.mobile #contents section .subtitle {
  min-height: 215px;
  height: auto;
  padding: 15px;
  background-position: 35% top;
  -webkit-background-size: cover;
  background-size: cover;
}
html.mobile #contents section .subtitle h2 {
  min-height: 100px;
  text-shadow: 0px 0px 5px #000;
}
html.mobile #contents section .subtitle h2.h2-dark {
  text-shadow: 0px 0px 4px #fff;
}
html.mobile #contents section .menu-set {
  padding: 0;
}
html.mobile #contents section .menu-set a.giga-button {
  background-position: 35% top;
}
html.mobile #contents section .menu-set a.giga-button .img {
  position: absolute;
  bottom: 0;
  margin-top: 0;
  height: auto;
  width: 100%;
  padding: 15px;
}
html.mobile #contents section .menu-set a.giga-button .img p {
  display: none;
}
html.mobile #contents section .youtube-box {
  height: 300px !important;
}
html.mobile #contents section .grid-block.grid-m1 > li {
  margin-left: 0px;
  width: 100%;
  clear: none;
  margin-top: 20px;
}
html.mobile #contents section .grid-block.grid-m1 > li:nth-child(1n-0) {
  margin-left: 0;
  clear: left;
}
html.mobile #contents section .grid-block.grid-m1 > li:nth-child(-n+1) {
  margin-top: 0;
}
html.mobile #contents section .grid-block.grid-m2 > li {
  margin-left: 20px;
  width: calc( 50% - 10px );
  clear: none;
  margin-top: 20px;
}
html.mobile #contents section .grid-block.grid-m2 > li:nth-child(2n-1) {
  margin-left: 0;
  clear: left;
}
html.mobile #contents section .grid-block.grid-m2 > li:nth-child(-n+2) {
  margin-top: 0;
}
html.mobile #contents section .grid-block.grid-m3 > li {
  margin-left: 20px;
  width: calc( 100% / 3 - 40px / 3 );
  clear: none;
  margin-top: 20px;
}
html.mobile #contents section .grid-block.grid-m3 > li:nth-child(3n-2) {
  margin-left: 0;
  clear: left;
}
html.mobile #contents section .grid-block.grid-m3 > li:nth-child(-n+3) {
  margin-top: 0;
}
html.mobile #contents section .float-left,
html.mobile #contents section .float-right {
  width: 100%;
}
html.mobile #contents section .float-left + .float-right,
html.mobile #contents section .float-right + .float-left {
  margin-top: 20px;
}
html.mobile #contents section .img div {
  width: 100%;
}
html.mobile #contents section h2 span {
  font-size: 38px;
  font-size: 2.7142857143rem;
}
html.mobile #contents section h3.lead-title {
  overflow: hidden;
}
html.mobile #contents section h3.lead-title::before {
  margin-right: 100%;
  white-space: nowrap;
}
html.mobile #contents section table.table tbody th,
html.mobile #contents section table.table tbody td {
  padding: 10px 12px;
}
html.mobile #contents section table.table > tbody > tr > th {
  white-space: nowrap;
}
html.mobile #contents section table.table-plain tbody th,
html.mobile #contents section table.table-plain tbody td {
  padding: 10px 0;
  padding-right: 10px;
}
html.mobile #contents section ul.tab li::after {
  padding: 0 10px;
}
html.mobile #contents section blockquote {
  padding: 15px;
}
html.mobile #contents section a.blockquote blockquote::before {
  right: 20px;
  top: 20px;
}
html.mobile #contents section a.blockquote h3 {
  padding-bottom: 15px;
}
html.mobile #contents section article {
  padding: 15px;
}
html.mobile #contents section aside {
  padding: 15px;
}
html.mobile #contents section a[href*="tel:"] {
  pointer-events: auto;
}
html.mobile #contents section q {
  display: block;
  float: left;
  padding: 15px;
}
html.mobile #contents section q div,
html.mobile #contents section q h4 {
  display: block;
  float: left;
  width: 100%;
}
html.mobile #contents section q div {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #008085;
}
html.mobile #contents section q div > * {
  width: auto;
}
html.mobile #contents section q div > span {
  display: block;
  float: left;
}
html.mobile #contents section q div > small {
  display: block;
  float: right;
  margin-top: 0;
}
html.mobile #contents section q h4 {
  padding-left: 0;
  border-left: none;
}
html.mobile #contents section .link-acrobat .float-left.img {
  width: auto;
  margin-bottom: 0;
}
html.mobile footer a.btn-top {
  bottom: 45px;
  right: 20px;
}
html.mobile footer section {
  padding: 0;
  text-align: center;
}
html.mobile footer section::before {
  display: none;
}
html.mobile.android header h1 {
  top: 12px;
}
html.mobile.android #contents nav .header-ul::after {
  top: 16px;
}

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