@font-face {
  font-family: "icon";
  src: url("../fonts/icon/icon.eot");
  src: url("../fonts/icon/icon.eot?#iefix") format("eot"), url("../fonts/icon/icon.woff") format("woff"), url("../fonts/icon/icon.ttf") format("truetype"), url("../fonts/icon/icon.svg#icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon-o {
  display: inline-block;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-o--arrow-right:before {
  content: "\EA01";
}

.icon-o--arrow-top:before {
  content: "\EA02";
}

.icon-o--blank:before {
  content: "\EA03";
}

.icon-o--calendar:before {
  content: "\EA04";
}

.icon-o--contact:before {
  content: "\EA05";
}

.icon-o--mypage:before {
  content: "\EA06";
}

.icon-o--pulldown:before {
  content: "\EA07";
}

.icon-o--registration:before {
  content: "\EA08";
}

.icon-o--search:before {
  content: "\EA09";
}

.icon-o--tel:before {
  content: "\EA0A";
}

.icon-o--arrow-bottom:before {
  content: "\EA0B";
}

.belt {
  width: 100%;
  background-color: #003866;
  font-weight: normal;
  padding-top: 15px;
  padding-bottom: 15px;
}

.belt__ja,
.belt__en {
  display: block;
  text-align: center;
  line-height: 1;
}

.belt__ja {
  color: #fff;
  font-size: 15px;
  margin-bottom: 5px;
}

.belt__en {
  color: #0062b3;
  font-size: 10px;
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
}

@media (min-width: 481px) {
  .belt {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .belt__ja {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .belt__en {
    font-size: 10px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.googlemap {
  width: 100%;
  height: 320px;
}

@media (min-width: 481px) {
  .googlemap {
    height: 560px;
  }
}

.masthead {
  position: relative;
  background-color: #005499;
}

.masthead--in-localnav {
  padding-top: 64px;
}

.localnav.is-fixed {
  position: fixed;
}

.localnav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.localnav-text-pc {
  display: none !important;
}

.localnav-text-pc .localnav-text-pc-br {
  display: inline;
}

.localnav ul {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.localnav ul li {
  display: table-cell;
  width: 20%;
}

.localnav ul a {
  display: table;
  background-color: #0062B3;
  position: relative;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-size: 10px;
  line-height: 16px;
  height: 64px;
  width: 100%;
  letter-spacing: -0.05em;
}

.localnav ul a span {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.localnav ul li:not(:last-child) a {
  border-right: 1px solid #003866;
}

.localnav ul li.is-current a {
  color: #fff;
  background-color: #003866;
}

.localnav ul a[target="_blank"] > span:after {
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\EA03";
  vertical-align: -1px;
  margin-left: 2px;
  display: none;
}

.heading {
  font-weight: normal;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
}

.heading__ja,
.heading__en {
  display: block;
  text-align: center;
  line-height: 1.2;
}

.heading__ja {
  font-size: 1.3rem;
  color: #fff;
  margin-top: 3px;
}

.heading__en {
  font-size: 2.4rem;
  color: #fff;
  font-weight:bold;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  font-family: Montserrat;
}

@media (min-width: 481px) {
  .localnav {
    min-width: 1220px;
  }
  .localnav-text-pc {
    display: inline !important;
  }
  .localnav ul a {
    display: block;
    font-size: 13px;
    line-height: 64px;
    height: 64px;
    letter-spacing: 0;
    -webkit-transition: color .05s ease-in-out, background-color .05s ease-in-out;
            transition: color .05s ease-in-out, background-color .05s ease-in-out;
  }
  .localnav ul a br {
    display: none;
  }
  .localnav ul a span {
    display: inline-block;
    position: relative;
  }
  .localnav ul li:not(:first-child) a > span:before {
    content: '';
    display: block;
    width: 1px;
    height: 24px;
    background-color: #003866;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
  }
  .localnav ul li:not(:last-child) a {
    border-right: 0;
  }
  .localnav ul a:hover {
    color: #fff;
    background-color: #003866;
  }
  .localnav ul a[target="_blank"] > span:after {
    display: inline-block;
  }
  .heading {
    padding-top: 31px;
    padding-bottom: 37px;
  }
  .heading__ja {
    font-size: 1.5rem;
	margin-top: 8px;
  }
  .heading__en {
    font-size: 3.6rem;
  }
}

.breadcrumb {
  display: none;
}

@media (min-width: 481px) {
  .breadcrumb {
    display: block;
    font-size: 12px;
    padding-top: 15px;
	float:left;
	width:950px;
  }
  .breadcrumb ol li {
    display: inline-block;
  }
  .breadcrumb li:first-child {
  	background:  url("../img/breadcrumb.png") no-repeat scroll 0 center;
	padding-left:20px;
  }
  .breadcrumb ol li a {
    color: #0062b3;
    text-decoration: underline;
  }
  .breadcrumb ol li:not(:last-child):after {
    font-family: "icon";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\EA01";
    color: #a9afb3;
    vertical-align: -2px;
  }
}

.main {
  background-color: #eef4f6;
  font-size: 1.5rem;
}

.entry, .noentry {
  padding-top: 30px;
  padding-bottom: 30px;
  clear: both;
}

.entry:after, .noentry:after {
  content: '';
  display: block;
  clear: both;
}

.cms_block {
  margin-bottom: 40px;
}
.cms_text {
  margin-bottom: 20px;
}
.cms_block:after {
  content: '';
  display: block;
  clear: both;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb16 {
  margin-bottom: 10px !important;
}

.mb24 {
  margin-bottom: 15px !important;
}

.mb32 {
  margin-bottom: 20px !important;
}

.mb64 {
  margin-bottom: 30px !important;
}
.cms_block h2 {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  text-align: center;
  margin-bottom:30px;
}
.cms_block h2::after {
	background: #0062B3 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 6px;
    margin: 5px auto 0;
    width: 56px;
}
.cms_block h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  background: url("../img/h3_bg.png") repeat scroll left top;
  padding: 10px 10px 10px 25px ;
  position: relative;
}
.cms_block h3::before {
	background: #0062B3 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 32px;
    margin: 5px auto 0;
    width: 6px;
	position:absolute;
	left:0;
}
.cms_block h4 {
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
  line-height:2rem;
}
.cms_block h4::before {
	background: #DCE7ED none repeat scroll 0 0;
    content: "";
    display: block;
	height:auto;
    margin: auto;
    width: 6px;
	position:absolute;
	left:0;
	top: 0;
	bottom: 0;
}
.cms_block h5 {
  font-size: 15px;
  font-weight: bold;
  color: #003866;
  margin-bottom: 3px;
}

.box {
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.box h4 {
  width: 100%;
  background-color: #003866;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  padding: 7px 10px;
  margin-bottom: 20px;
}

.entry table {
  border-collapse: collapse;
  border: 1px solid #DFE7EB;
  width: 100%;
  margin-bottom: 10px;
}

.entry table a {
  color: #0062b3;
  text-decoration: underline;
}

.entry th {
  background-color: #F7F9FB;
  border: 1px solid #DFE7EB;
}
.entry td {
	background-color: #ffffff;
	border: 1px solid #DFE7EB;
}
.cms_text ul li {
  padding-left: 16px;
  position: relative;
  font-size:1.5rem;
  margin-bottom:2px;
}

.cms_text ul li:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #0062B3;
  display: block;
  position: absolute;
  top: 7px;
  left: 0px;
}

.cms_text > a:not([class]),
.cms_text > a.cms_link,
.cms_text > ul li a {
  color: #0062b3;
  text-decoration: underline;
}

.box_left,
.box_right {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0;
}

.box_left img,
.box_right img {
  width: 100%;
  max-width: none;
}

.box_left:after,
.box_right:after {
  content: '';
  display: block;
  clear: both;
}

.box_right {
  font-size: 0;
  margin-bottom: 20px;
}

.box_right img {
  margin-bottom: 10px;
}

.small {
  font-size: 11px;
}
.sp {
	display:none;
}
br.br_pc {
  display: none;
}
.cms_caption_b {
	margin-top:15px;
}
.center {
	text-align:center;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}

@media (min-width: 481px) {
	.main {
		padding-top:120px;
	}
  .entry, .noentry {
    padding-top: 40px;
    padding-bottom: 64px;
  }
  .cms_text {
    margin-bottom: 24px;
  }
  .cms_block {
    margin-bottom: 80px;
  }
  .mb0 {
    margin-bottom: 0px !important;
  }
  .mb16 {
    margin-bottom: 16px !important;
  }
  .mb24 {
    margin-bottom: 24px !important;
  }
  .mb32 {
    margin-bottom: 32px !important;
  }
  .mb64 {
    margin-bottom: 64px !important;
  }
  .ml32 {
    margin-left: 32px !important;
  }
  .ml40 {
    margin-left: 40px !important;
  }
  .cms_block h2 {
    font-size: 2.8rem;
	margin-bottom:40px;
  }
  .cms_block h2::after {
    margin: 15px auto 0;
  }
  .cms_block h3 {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }
  .cms_block h4 {
    margin-bottom: 20px;
	line-height:inherit;
  }
  .cms_block h4::before {
	height: 24px;
  }
  .cms_block h5 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .cms_block table {
    margin-bottom: 16px;
  }
  .cms_block th {
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
	width: 17%;
  }
  .cms_block td {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cms_block th, .cms_block td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .cms_text ul li {
	  padding-left: 16px;
	  font-size:1.3rem;
	  margin-bottom:2px;
	}
  .cms_text ul li:before {
    top: 5px;
  }
  .box,
  .floor {
    clear: both;
  }
  .box {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .box h4 {
    font-size: 18px;
    line-height: 26px;
    padding: 11px 20px;
    margin-bottom: 40px;
  }
  .box th {
    width: 131px;
  }
  .box_left,
  .box_right {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
  .small {
    font-size: 13px;
  }
  .box_left {
    float: left;
    margin-left: 40px;
    width: 600px;
  }
  .box_right {
    float: right;
    margin-right: 40px;
    width: 400px;
  }
  .box_right img {
    margin-bottom: 16px;
  }
  .w300 {
    width: 300px;
  }
  .w330 {
    width: 330px;
  }
  .w346 {
    width: 346px;
  }
  .w346.fl + .w346.fl{
  	margin-left:40px;
  }
  .w346.fl.cms_clear_before {
    margin-left: 0 !important;
	}
  .w470 {
    width: 470px;
  }
  .w500 {
    width: 500px;
  }
  .w528 {
    width: 528px;
  }
  .w730 {
    width: 730px;
  }
  .mc {
  	margin: 0 auto;
  }
  .fl {
    float: left;
  }
  .fr {
    float: right;
  }
  br.br_sp {
    display: none;
  }
  br.br_pc {
    display: inline;
  }
}

@media (max-width: 480px) {
	.cms_block h3::before {
		margin: auto;
		width: 5px;
		top: 0;
		bottom: 0;
	}
  .entry table {
  	border-top:1px solid #DFE7EB;
  	border-bottom:none;
	border-left:none;
	border-right:none;
	font-size:1.3rem;
  }
  .entry th {
    padding: 5px 10px;
    font-weight: bold;
    border-top: 0;
	display:block;
  }
  .entry td {
    padding-top: 5px;
    padding-bottom: 10px;
    border-top: 0;
    padding: 5px 10px;
	display:block;
  }
	.sp {
		display:block;
	}
	.pc {
		display:none;
	}
}

.box .cms_pdf a,
.btn_search a {
  position: relative;
  display: block;
  float: left;
  text-align: center;
}

.box .cms_pdf a {
  width: 47%;
  border: 1px solid #d5dde0;
  margin-bottom: 10px;
  color: #4b4b4b;
  font-size: 10px;
  margin-right: 6%;
  margin-bottom: 10px;
  height: 32px;
  line-height: 30px;
  padding-left: 18px;
}

.box .cms_pdf a:before {
  content: 'PDF';
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 2px;
  background-color: #da251c;
  color: #fff;
  line-height: 28px;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  left: 5px;
  top: 50%;
  margin-top: -14px;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}

.box .cms_pdf + .cms_pdf a {
  margin-right: 0;
}

.btn_search a {
  width: 100%;
  background-color: #ffd200;
  font-size: 16px;
  height: 52px;
  line-height: 52px;
}

.btn_search a:before {
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\EA09";
  font-size: 20px;
  position: absolute;
  left: 20px;
  top: 50%;
  line-height: 0;
}

@media (min-width: 481px) {
  .box .cms_pdf a {
    width: 192px;
    height: 48px;
    line-height: 46px;
    margin-right: 16px;
    margin-bottom: 16px;
    font-size: 13px;
    padding-left: 28px;
    -webkit-transition: background-color .05s ease-in-out;
            transition: background-color .05s ease-in-out;
  }
  .box .cms_pdf a:before {
    width: 28px;
    height: 28px;
    line-height: 28px;
    left: 10px;
    margin-top: -14px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .box .cms_pdf a:hover {
    background-color: #fdeeee;
  }
  .box .cms_pdf + .cms_pdf a {
    margin-right: 0;
  }
  .btn_search a {
    height: 64px;
    line-height: 64px;
    font-size: 18px;
    -webkit-transition: background-color .05s ease-in-out;
            transition: background-color .05s ease-in-out;
  }
  .btn_search a:hover {
    background-color: #fff500;
  }
}

.pagelink {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}

.pagelink:after {
  content: '';
  display: block;
  clear: both;
}

.pagelink a {
  display: block;
  font-size: 11px;
  position: relative;
  color: #003866;
  vertical-align: middle;
  border: 1px solid #003866;
  line-height: 30px;
  height: 32px;
  padding-right: 5px;
}

.pagelink a:before {
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\EA0B";
  line-height: 0;
  top: 50%;
  right: 5px;
  position: absolute;
}

.pagelink .cms_link {
  width: 48%;
  display: block;
  margin-bottom: 8px;
  float: left;
}

.pagelink .cms_link:nth-child(odd) {
  margin-right: 4%;
}

.btn_accessmap,
.btn {
  text-align: center;
}

.btn_accessmap a {
  text-align: center;
  font-size: 11px;
  color: #003866;
  font-weight: bold;
  border: 1px solid #003866;
  display: inline-block;
  width: 240px;
  line-height: 30px;
  height: 32px;
  position: relative;
  letter-spacing: .2em;
}

.btn_accessmap a:after {
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\EA0B";
  line-height: 0;
  top: 50%;
  display: block;
  position: absolute;
  right: 10px;
}

.btn a {
  text-align: center;
  font-size: 11px;
  color: #003866;
  font-weight: bold;
  border: 1px solid #003866;
  display: inline-block;
  width: 240px;
  line-height: 30px;
  height: 32px;
  position: relative;
  letter-spacing: .2em;
}

.btn a:after {
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\EA01";
  line-height: 0;
  top: 50%;
  display: block;
  position: absolute;
  right: 10px;
}

.btn_back a:after {
  display: none;
}

.btn_back a:before {
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\EA01";
  line-height: 0;
  top: 50%;
  display: block;
  position: absolute;
  left: 10px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 40% 50%;
      -ms-transform-origin: 40% 50%;
          transform-origin: 40% 50%;
}

.blue {
  font-size: 16px;
  color: #003866;
  margin-bottom: 15px;
}

@media (min-width: 481px) {
  .pagelink {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    position: fixed;
    z-index: 1000;
    right: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    width: 80px;
    overflow: hidden;
    height: 500px;
    top: 50%;
    margin-top: -250px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pagelink:before {
    content: 'SCROLL';
    position: relative;
    z-index: 100000;
    display: block;
    line-height: 24px;
    height: 24px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    font-size: 10px;
    background-color: #003866;
  }
  .pagelink a {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    height: 64px;
    line-height: 1.5;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    color: #fff;
    border: 0;
    background-color: #0062b3;
    -webkit-transition: background-color .05s ease-in-out;
            transition: background-color .05s ease-in-out;
  }
  .pagelink a:hover {
    background-color: #0093F7;
  }
  .pagelink a:before {
    display: none;
  }
  .pagelink .cms_link {
    position: relative;
    z-index: 100000;
    display: table;
    width: 100%;
    height: 64px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .pagelink .cms_link:not(:last-child) {
    border-bottom: 1px solid #0093F7;
  }
  .btn_accessmap,
  .btn {
    text-align: left;
  }
  .inline {
    display: inline-block;
  }
  .btn_accessmap a {
    font-size: 14px;
    border: 2px solid #003866;
    width: 240px;
    line-height: 44px;
    height: 48px;
    -webkit-transition: color .05s ease-in-out, background-color .05s ease-in-out;
            transition: color .05s ease-in-out, background-color .05s ease-in-out;
  }
  .btn_accessmap a:hover {
    color: #fff;
    background-color: #003866;
  }
  .btn a {
    font-size: 14px;
    border: 2px solid #003866;
    width: 240px;
    line-height: 44px;
    height: 48px;
    -webkit-transition: color .05s ease-in-out, background-color .05s ease-in-out;
            transition: color .05s ease-in-out, background-color .05s ease-in-out;
  }
  .btn a:hover {
    color: #fff;
    background-color: #003866;
  }
  .btn_big a {
    font-size: 16px;
    height: 64px;
    line-height: 60px;
    width: 320px;
  }
  .blue {
    font-size: 18px;
    margin-bottom: 24px;
  }
}

.warning {
  color: #da251c;
  margin-bottom: 10px;
}

.warning br {
  display: none;
}

.cms_text ol {
  counter-reset: number;
  list-style: none;
  padding: 0;
  margin: 0;
}

.cms_text ol li {
  position: relative;
  padding-left: 2em;
}

.cms_text ol li:before {
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 1em;
  text-align: center;
}

@media (min-width: 481px) {
  .warning {
    margin-bottom: 16px;
  }
  .warning br {
    display: inline;
  }
  .text_center {
    text-align: center;
  }
}

.flow {
  counter-reset: number;
}

.flow a {
  color: #0062b3;
  text-decoration: underline;
}

.flow .cms_text {
  position: relative;
  width: 100%;
  margin-bottom: 32px;
}

.flow .cms_text:before {
  counter-increment: number;
  content: "STEP" counter(number);
  display: block;
  position: absolute;
  width: 100%;
  color: #fff;
  top: 30px;
  text-align: center;
  font-size: 12px;
}

.flow .cms_text h3 {
  background-image: url(../img/bg-circle.png);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 174px;
  width: 174px;
  line-height: 174px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 481px) {
  .flow:after {
    content: '';
    display: block;
    clear: both;
  }
  .flow .cms_text {
    width: 232px;
    float: left;
    margin-bottom: 0;
  }
  .flow .cms_text:before {
    font-size: 16px;
    top: 50px;
  }
  .flow .cms_text h3 {
    height: 232px;
    line-height: 232px;
    font-size: 24px;
    width: 100%;
    margin-bottom: 32px;
  }
  .flow .cms_text:not(:last-child) {
    margin-right: 64px;
  }
  .flow .cms_text:not(:last-child):after {
    content: '';
    position: absolute;
    display: block;
    width: 34px;
    height: 34px;
    background-image: url(../img/bg-arrow.png);
    background-repeat: no-repeat;
    top: 100px;
    right: -48px;
  }
}

.floor {
  background-color: #e6eef2;
  padding: 15px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 0;
}

.floor .cms_image {
  display: block;
  margin-bottom: 15px;
}

.floor .cms_image a {
  display: block;
}

.floor .cms_image:last-child {
  margin-bottom: 0;
}

.cms_pdf {
  display: inline;
}

@media (min-width: 481px) {
  .floor {
    background-color: #e6eef2;
    padding: 24px;
    padding-bottom: 0;
    margin-bottom: 40px;
  }
  .floor .cms_image {
    display: inline-block;
    width: 524px;
    margin-bottom: 24px;
  }
  .floor .cms_image a:hover {
    -webkit-transition: opacity .05s ease-in-out;
            transition: opacity .05s ease-in-out;
    opacity: .7;
  }
  .floor .cms_image:last-child {
    margin-bottom: 24px;
  }
  .floor .cms_image:nth-child(even) {
    margin-left: 24px;
  }
  .floor_div3 .cms_image {
    width: 341px;
    margin-right: 24px;
  }
  .floor_div3 .cms_image:nth-child(even) {
    margin-left: 0;
  }
  .floor_div3 .cms_image:nth-child(3n) {
    margin-right: 0;
  }
}

.flatpickr-input {
  cursor: pointer;
  z-index: 1;
}

.flatpickr-mobileInput {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
  box-sizing: border-box;
  padding: 0;
}

.flatpickr-calendar {
  background: #fff;
  display: none;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  padding: 0;
  -webkit-animation: none;
          animation: none;
  direction: ltr;
  border: 1px solid #e6e6e6;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 242px;
  box-sizing: border-box;
}

.flatpickr-calendar.open {
  display: inline-block;
  opacity: 1;
  visibility: visible;
  max-height: 320px;
  z-index: 99999;
  -webkit-animation: flatpickrFadeInDown 0.5s cubic-bezier(0, 1, 0.5, 1);
          animation: flatpickrFadeInDown 0.5s cubic-bezier(0, 1, 0.5, 1);
}

.flatpickr-calendar.inline {
  opacity: 1;
  visibility: visible;
  max-height: 320px;
  display: block;
  position: relative;
}

.flatpickr-calendar.static {
  display: none;
  position: relative;
}

.flatpickr-calendar.static.open {
  display: block;
}

.flatpickr-calendar.hasWeeks {
  width: auto;
}

.flatpickr-calendar.dateIsPicked.hasTime .flatpickr-time {
  height: 38px;
}

.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.8);
  fill: rgba(0, 0, 0, 0.8);
  height: 44px;
  line-height: 40px;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flatpickr-prev-month, .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  height: 16px;
  line-height: 16px;
}

.flatpickr-prev-month i, .flatpickr-next-month i {
  position: relative;
}

.flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-next-month.flatpickr-prev-month {
  left: 15px;
}

.flatpickr-prev-month.flatpickr-next-month, .flatpickr-next-month.flatpickr-next-month {
  right: 15px;
}

.flatpickr-prev-month svg, .flatpickr-next-month svg {
  width: 14px;
}

.flatpickr-prev-month svg path, .flatpickr-next-month svg path {
  -webkit-transition: fill .1s;
          transition: fill .1s;
  fill: #323232;
}

.flatpickr-prev-month svg:hover, .flatpickr-next-month svg:hover {
  fill: #0062b3;
}

.flatpickr-prev-month:hover, .flatpickr-next-month:hover {
  color: #959ea9;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.05);
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
  top: 33%;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  top: 5px;
  display: inline-block;
  text-align: center;
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  padding-left: 7px;
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.8);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.8);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: default;
  padding: 0 0 0 .5ch;
  margin: 0;
  display: inline;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: initial;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
}

.flatpickr-days {
  padding: 1px;
  outline: 0;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  display: inline-block;
  display: inline-block\9;
  position: relative;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-weight: 300;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
      -ms-flex-preferred-size: 14.2857143%;
          flex-basis: 14.2857143%;
  height: 34px;
  line-height: 34px;
  margin: 1px 0 0 0;
  text-align: center;
  -webkit-transition: 50ms all ease-out;
          transition: 50ms all ease-out;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6eef2;
  border-color: #e6eef2;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.inRange {
  border-radius: 0;
}

.flatpickr-day.disabled, .flatpickr-day.disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  color: #323232;
  height: 24px;
  line-height: 24px;
  margin: 0;
  background: transparent;
  text-align: center;
  display: block;
  float: left;
  width: 14.28%;
  font-weight: bold;
}

.flatpickr-weekwrapper {
  display: inline-block;
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  border-right: 1px solid #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
}

.flatpickr-weekwrapper span.flatpickr-day {
  display: block;
  width: 100%;
  max-width: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-innerContainer:after {
  display: inline-block;
  content: "";
  clear: both;
}

.flatpickr-rContainer {
  display: inline-block;
  width: 100%;
  padding: 20px;
}

.flatpickr-time {
  text-align: center;
  border-top: 0;
  outline: 0;
  display: block;
  height: 0;
  line-height: 36px;
  max-height: 36px;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: height 0.33s cubic-bezier(0, 1, 0.5, 1);
          transition: height 0.33s cubic-bezier(0, 1, 0.5, 1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 40%;
  height: 36px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  cursor: pointer;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time .flatpickr-am-pm:focus {
  background: #f0f0f0;
}

.hasWeeks .flatpickr-days, .hasTime .flatpickr-days {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.hasWeeks .flatpickr-days {
  border-left: 0;
}

.dateIsPicked .flatpickr-innerContainer + .flatpickr-time {
  border-top: 1px solid #e6e6e6;
}

@media all and (-ms-high-contrast: none) {
  .flatpickr-days {
    width: 256px;
  }
  .flatpickr-month {
    padding: 0;
  }
  .flatpickr-month svg {
    top: 0 !important;
  }
}

@-webkit-keyframes flatpickrFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes flatpickrFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

/*
.flatpickr-calendar {
	position: fixed;
}
*/
.numInput.cur-year {
  display: inline-block;
}

.numYearText {
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper {
  width: 4em;
}

.flatpickr-current-month input.cur-year {
  display: inline-block;
  width: 2.8em;
}

@media (max-width: 480px) {
  .flatpickr-calendar.static {
    border: 0;
    max-height: none;
    height: 100%;
    height: calc(100% - 97px);
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    border-radius: 0;
  }
  .arrowBottom:before {
    display: none;
  }
  .arrowBottom:after {
    border-width: 8px;
    margin: 0 -8px;
    left: 66%;
  }
  .flatpickr-calendar-close-wrap {
    display: block;
    position: relative;
    width: 100%;
    height: 60px;
  }
  .flatpickr-calendar-close {
    display: block;
    position: absolute;
    text-align: center;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
  }
  .flatpickr-calendar-close span:before,
  .flatpickr-calendar-close span:after {
    content: '';
    display: block;
    position: absolute;
    width: 28px;
    height: 2px;
    background-color: #323232;
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  .flatpickr-calendar-close span {
    display: block;
    position: absolute;
    width: 28px;
    height: 2px;
    background-color: transparent;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .flatpickr-calendar-close span:before {
    top: -9px;
    -webkit-transform: translateY(9px) rotate(45deg);
        -ms-transform: translateY(9px) rotate(45deg);
            transform: translateY(9px) rotate(45deg);
  }
  .flatpickr-calendar-close span:after {
    bottom: -9px;
    -webkit-transform: translateY(-9px) rotate(-45deg);
        -ms-transform: translateY(-9px) rotate(-45deg);
            transform: translateY(-9px) rotate(-45deg);
  }
}

@media (min-width: 481px) {
  .flatpickr-calendar.static {
    position: absolute;
    width: 448px;
    bottom: 54px;
    border: 1px solid #e6eef2;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
  }
  .flatpickr-calendar-close-wrap {
    display: none;
  }
  .flatpickr-calendar:before {
    display: none;
  }
  .flatpickr-calendar:after {
    border-width: 11px;
    margin: 0 -11px;
    margin-left: -11px;
    left: 50%;
  }
}

.flatpickr-days {
  display: block;
  width: 100%;
}

.flatpickr-days:after {
  content: '';
  display: block;
  clear: both;
}

.flatpickr-day {
  float: left;
  display: block;
  width: 14.2857143%;
}

.flatpickr-weekdays .flatpickr-weekday:nth-child(1),
.flatpickr-days .flatpickr-day:nth-child(1),
.flatpickr-days .flatpickr-day:nth-child(7n+1) {
  color: #da251c;
}

.flatpickr-days .flatpickr-day.prevMonthDay:nth-child(1),
.flatpickr-days .flatpickr-day.nextMonthDay:nth-child(1),
.flatpickr-days .flatpickr-day.prevMonthDay:nth-child(7n+1),
.flatpickr-days .flatpickr-day.nextMonthDay:nth-child(7n+1) {
  color: rgba(218, 37, 28, 0.3);
}

.flatpickr-weekdays .flatpickr-weekday:nth-child(7),
.flatpickr-days .flatpickr-day:nth-child(7n) {
  color: #0062b3;
}

.flatpickr-weekdays .flatpickr-weekday.prevMonthDay:nth-child(7),
.flatpickr-weekdays .flatpickr-weekday.nextMonthDay:nth-child(7),
.flatpickr-days .flatpickr-day.prevMonthDay:nth-child(7n),
.flatpickr-days .flatpickr-day.nextMonthDay:nth-child(7n) {
  color: rgba(0, 115, 184, 0.3);
}

.flatpickr-day.today {
  border-color: #ffd200;
}

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  background-color: #ffd200;
  border-color: #ffd200;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #ffd200;
  border-color: #ffd200;
  color: #fff !important;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background-color: #0062b3;
  border-color: #0062b3;
  color: #fff !important;
}

.numInputWrapper,
.cur-month {
  font-weight: bold;
}

.numInputWrapper .cur-year,
.numInputWrapper .numYearText,
.cur-month .cur-year,
.cur-month .numYearText {
  vertical-align: baseline;
}

.numInputWrapper {
  width: 5em;
}

.cur-month {
  width: 3em;
}

.flatpickr-calendar,
.flatpickr-rContainer {
  -webkit-tap-highlight-color: transparent;
}

.flatpickr-day.disabled, .flatpickr-day.disabled:hover {
  color: rgba(57, 57, 57, 0.3) !important;
  background-color: transparent !important;
  border-width: 0 !important;
  cursor: default !important;
}

.flatpickr-day.today.disabled, .flatpickr-day.today.disabled:hover {
  background-color: transparent !important;
  border-width: 2px !important;
}

@-webkit-keyframes ACTIVE_SP {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}

@keyframes ACTIVE_SP {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}

@-webkit-keyframes ACTIVE_PC {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}

@keyframes ACTIVE_PC {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}

.footer {
  padding-top: 30px;
  padding-bottom: 40px;
}

.is-menu-open .footer {
  padding-bottom: 30px;
}

.container {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 481px) {
  .l-site {
    min-width: 1220px;
  }
  .footer {
    padding-top: 60px;
    padding-bottom: 116px;
  }
  .is-menu-open .footer {
    padding-bottom: 116px;
  }
  .container {
    width: 1220px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
  }
  .container--narrow {
    width: 1080px;
  }
}

.fixed-bar {
  position: fixed;
  width: 100%;
  height: 97px;
  padding-top: 12px;
  background-color: rgba(0, 48, 77, 0.95);
  left: 0;
  bottom: 0;
  z-index: 10000;
}

.fixed-bar-right {
    float: right;
    border-top: 0;
    padding-top: 15px;
    margin-top: 0;
  }
.fixed-bar-calendar {
  width: 100%;
  position: relative;
}

.fixed-bar-calendar:after {
  content: '';
  display: block;
  clear: both;
}

.fixed-bar-share-btns {
  float: left;
}

.fixed-bar-share-btns:after {
  content: '';
  display: block;
  clear: both;
}

.fixed-bar-share-btns li {
  float: left;
}

.fixed-bar-share-btns li:not(:last-child) {
  margin-right: 8px;
}

.fixed-bar-share-btns a, .fixed-bar-share-btns img {
  display: block;
  width: 20px;
  height: 20px;
}

.fixed-bar-share {
  width: 100%;
}

.fixed-bar-share:after {
  content: '';
  display: block;
  clear: both;
}

.fixed-bar-share-text {
  display: block;
  font-size: 10px;
  line-height: 20px;
  float: left;
  padding-right: 10px;
  padding-left: 0;
}

.fixed-bar-calendar-form > a > span {
  display: inline-block;
  color: #969696;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.fixed-bar-calendar-form > a > span span {
  display: none;
}

.fixed-bar-calendar-form > a {
  margin-left: 140px;
  display: block;
  color: #323232;
  float: left;
  width: calc( 100% - 194px);
  padding-left: 8px;
  padding-right: 8px;
  background-color: #fff;
  text-decoration: none;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
}

.fixed-bar-calendar-form > button {
  position: relative;
  width: 54px;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  background-color: #ffd200;
  display: block;
  float: left;
  text-align: center;
  -webkit-transition: background-color .05s ease-in-out;
          transition: background-color .05s ease-in-out;
}

.fixed-bar-calendar-form > button .btn-fixed-search__icon-search:before {
  position: absolute;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\EA09";
  line-height: 0;
  font-size: 16px;
  top: 50%;
  left: 5px;
  -webkit-transition: -webkit-transform .15s ease-in-out;
          transition: transform .15s ease-in-out;
}

.fixed-bar-calendar-form > button .btn-fixed-search__text {
  display: inline-block;
  font-size: 12px;
  padding-left: 20px;
  -webkit-transition: -webkit-transform .15s ease-in-out;
          transition: transform .15s ease-in-out;
}

.fixed-bar-calendar-form > button .btn-fixed-search__icon-arrow:before {
  position: absolute;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\EA01";
  line-height: 0;
  font-size: 10px;
  top: 50%;
  right: 2px;
  -webkit-transition: opacity .2s ease-in-out;
          transition: opacity .2s ease-in-out;
  opacity: 0;
}

.fixed-bar-calendar-form > button.is-active {
  background-color: #fff500;
}

.fixed-bar-calendar-form > button.is-active .btn-fixed-search__icon-search:before {
  -webkit-transform: translateX(-26px);
      -ms-transform: translateX(-26px);
          transform: translateX(-26px);
}

.fixed-bar-calendar-form > button.is-active .btn-fixed-search__text {
  -webkit-transform: translateX(-14px);
      -ms-transform: translateX(-14px);
          transform: translateX(-14px);
}

.fixed-bar-calendar-form > button.is-active .btn-fixed-search__icon-arrow:before {
  opacity: 1;
  -webkit-animation: ACTIVE_SP 0.4s cubic-bezier(0, 0, 0.24, 1) infinite alternate;
          animation: ACTIVE_SP 0.4s cubic-bezier(0, 0, 0.24, 1) infinite alternate;
}

.fixed-bar-calendar-text {
  display: block;
  position: absolute;
  width: 140px;
  color: #fff;
  padding-left: 32px;
}

.fixed-bar-calendar-text:before {
  position: absolute;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\EA04";
  font-size: 30px;
  line-height: 28px;
  height: 28px;
  display: block;
  top: 0;
  left: -1px;
}

.fixed-bar-calendar-text > span,
.fixed-bar-calendar-text > small {
  display: block;
}

.fixed-bar-calendar-text > span {
  font-size: 14px;
  height: 18px;
  line-height: 18px;
}

.fixed-bar-calendar-text > span > span {
  font-size: 10px;
  line-height: 14px;
  vertical-align: bottom;
}

.fixed-bar-calendar-text > small {
  color: #0062b3;
  font-size: 10px;
  height: 10px;
  line-height: 10px;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  padding-left: 3px;
}

.fixed-bar-calendar-text:after {
  content: '';
  display: block;
  clear: both;
}

.is-menu-open .fixed-bar {
  display: none;
}

@media (min-width: 481px) {
  .fixed-bar {
    height: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .fixed-bar-calendar-text {
    position: static;
    width: auto;
    float: left;
    padding-left: 55px;
    padding-right: 28px;
  }
  .fixed-bar-calendar-text:before {
    font-size: 45px;
    line-height: 40px;
    height: 40px;
    left: -2px;
  }
  .fixed-bar-calendar-text > span {
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    margin-bottom: 6px;
  }
  .fixed-bar-calendar-text > span > span {
    font-size: 24px;
    line-height: 24px;
  }
  .fixed-bar-calendar-text > small {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .fixed-bar > .container {
    height: 40px;
  }
  .fixed-bar-left {
    float: left;
  }
  
  .fixed-bar-share-btns a,
  .fixed-bar-share-btns img {
    width: 32px;
    height: 32px;
  }
  .fixed-bar-share-btns a {
    -webkit-transition: opacity .05s ease-in-out;
            transition: opacity .05s ease-in-out;
  }
  .fixed-bar-share-btns a:hover {
    opacity: .7;
  }
  .fixed-bar-share-text {
    font-size: 1.0rem;
    line-height: 32px;
  }
  .fixed-bar-calendar-form {
    float: left;
  }
  .fixed-bar-calendar-form > a {
    margin-left: 0;
    width: 448px;
    padding-left: 18px;
    padding-right: 18px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  .fixed-bar-calendar-form > a > span span {
    display: inline;
  }
  .fixed-bar-calendar-form > button {
    width: 120px;
    height: 40px;
    line-height: 40px;
    letter-spacing: .25em;
  }
  .fixed-bar-calendar-form > button .btn-fixed-search__icon-search:before {
    vertical-align: -6px;
    font-size: 23px;
    left: 20px;
  }
  .fixed-bar-calendar-form > button .btn-fixed-search__text {
    font-size: 18px;
    padding-left: 40px;
  }
  .fixed-bar-calendar-form > button .btn-fixed-search__icon-arrow:before {
    vertical-align: -6px;
    font-size: 12px;
    right: 6px;
  }
  .fixed-bar-calendar-form > button.is-active {
    background-color: #fff500;
  }
  .fixed-bar-calendar-form > button.is-active .btn-fixed-search__icon-search:before {
    -webkit-transform: translateX(-52px);
        -ms-transform: translateX(-52px);
            transform: translateX(-52px);
  }
  .fixed-bar-calendar-form > button.is-active .btn-fixed-search__text {
    -webkit-transform: translateX(-28px);
        -ms-transform: translateX(-28px);
            transform: translateX(-28px);
  }
  .fixed-bar-calendar-form > button.is-active .btn-fixed-search__icon-arrow:before {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation: ACTIVE_PC 0.4s cubic-bezier(0, 0, 0.24, 1) infinite alternate;
            animation: ACTIVE_PC 0.4s cubic-bezier(0, 0, 0.24, 1) infinite alternate;
  }
  .fixed-bar-calendar-form > button:hover {
    background-color: #fff500;
  }
  .is-menu-open .fixed-bar {
    display: block;
  }
}

.footer {
  color: #fff;
  background-color: #003866;
}

.footer-bottom {
  color: #80a0b2;
}

.footer-address-telnum,
.footer-address-teltxt {
  line-height: 1;
}

.footer-address-telnum span {
  display: none;
}

.footer-address-teltxt br {
  display: none;
}

.btns-footer-top-outer {
  margin-bottom: 24px;
}

.btns-footer-top-outer:after {
  content: '';
  display: block;
  clear: both;
}

.btns-footer-top-outer .btn-footer-top-outer {
  float: left;
  width: 50%;
}

.btns-footer-top-outer .btn-footer-top-outer a {
  font-size: 11px;
  font-weight: bold;
  display: block;
  border: 1px solid #fff;
  width: 100%;
  height: 32px;
  line-height: 30px;
  text-align: center;
  position: relative;
  padding-left:20px;
}
.btns-footer-top-outer .btn-footer-top-outer a:before {
    display: block;
    position: absolute;
    font-size: 1.3em;
    line-height: 0 !important;
    top: 50%;
    left: 16px;
  }

.btns-footer-top-outer .btn-footer-top-outer:first-child {
  padding-right: 8px;
}

.btns-footer-top-outer .btn-footer-top-outer:first-child a:before {
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\EA09";
}

.btns-footer-top-outer .btn-footer-top-outer:last-child {
  padding-left: 8px;
}

.btns-footer-top-outer .btn-footer-top-outer:last-child a:before {
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\EA05";
}
.btn-footer-top--search {
	padding-left: 9% !important;
}
.footer-top-left > p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 16px;
}

.footer-address {
  margin-bottom: 24px;
  text-align: center;
}

.footer-address-telnum {
  font-size: 32px;
  margin-bottom: 8px;
  font-family: Montserrat;
}

.footer-address-telnum:before {
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\EA0A";
  font-size: .8em;
  vertical-align: -4px;
  margin-right: -5px;
}

.footer-address-teltxt {
  font-size: 12px;
  line-height: 1;
}

.footer-address-teltxt br {
  display: none;
}

.footer-bottom-nav {
  font-size: 12px;
}

.footer-bottom-nav p {
  text-align: center;
}

.footer-bottom-nav p img {
	display:block;
	margin: 0 auto 10px;
	width:165px;
	height:41px;
}

.footer-bottom-nav ul {
  font-size: 10px;
  margin-bottom: 16px;
  padding-top: 8px;
  margin-bottom: 32px;
  text-align:center;
}

.footer-bottom-nav ul li {
  text-align: center;
  margin-bottom: 8px;
  display: inline-table;
}
.footer-bottom-nav ul li:last-child::before {
    content: '/';
    display: inline-block;
    vertical-align: baseline;
    margin-left: .7em;
    margin-right: .75em;
  }

.copyright small {
  display: block;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  letter-spacing: -.02em;
}

@media (min-width: 481px) {
  .footer-top-left > p {
    text-align: left;
    font-size: 18px;
    margin-bottom: 16px;
  }
  .footer-address {
    text-align: left;
    margin-bottom: 0;
  }
  .footer-address:after {
    content: '';
    display: block;
    clear: both;
  }
  .footer-address-telnum,
  .footer-address-teltxt {
    float: left;
  }
  .footer-address-telnum {
    font-size: 40px;
    margin-bottom: 0;
  }
  .footer-address-telnum span {
    display: inline;
	font-weight: bold;
	font-family: Montserrat;
  }
  .footer-address-telnum a {
    display: none;
  }
  .footer-address-teltxt {
    padding-left: 20px;
    font-size: 13px;
    line-height: 20px;
  }
  .footer-address-teltxt br {
    display: inline;
  }
  .footer-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 36px;
    margin-bottom: 36px;
  }
  .footer-top:after {
    content: '';
    display: block;
    clear: both;
  }
  .footer-top-left {
    float: left;
  }
  .footer-top-right {
    float: right;
  }
  .btns-footer-top-outer {
    margin-top: 22px;
    margin-bottom: 0;
  }
  .btns-footer-top-outer .btn-footer-top-outer {
    width: auto;
  }
  .btns-footer-top-outer .btn-footer-top-outer a {
    font-size: 16px;
    width: 224px;
    height: 48px;
    border: 2px solid #fff;
    height: 48px;
    line-height: 44px;
    padding-left: 28px;
    -webkit-transition: color .05s ease-in-out, background-color .05s ease-in-out;
            transition: color .05s ease-in-out, background-color .05s ease-in-out;
  }
  
  .btns-footer-top-outer .btn-footer-top-outer a:hover {
    background-color: #fff;
    color: #003866;
  }
  .footer-bottom-nav {
    font-size: 12px;
    float: left;
  }
  .footer-bottom-nav:after {
    content: '';
    display: block;
    clear: both;
  }
  .footer-bottom-nav p {
    text-align: left;
    float: left;
    margin-bottom: 0;
  }
  .footer-bottom-nav p img {
    margin-right: 15px;
    margin-top: -23px;
	float: left;
	}
  .footer-bottom-nav ul {
    font-size: 12px;
    margin-bottom: 0;
    float: left;
    padding-top: 0;
    margin-bottom: 0;
  }
  .footer-bottom-nav ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .footer-bottom-nav ul li {
    float: left;
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .footer-bottom-nav ul li:before {
    content: '/';
    display: inline-block;
    vertical-align: baseline;
    margin-left: 1em;
    margin-right: .75em;
  }
  .footer-bottom-nav ul li a:hover {
    text-decoration: underline;
  }
  .footer-bottom-nav ul li a {
    display: inline;
  }
  .footer-bottom:after {
    content: '';
    display: block;
    clear: both;
  }
  .copyright {
    float: right;
  }
  .copyright small {
    text-align: left;
    line-height: 21px;
    letter-spacing: -.05em;
	font-family: Montserrat;
  }
}

.is-menu-open .pagetop,
.is-picker-open .pagetop {
  display: none;
}

.pagetop {
  -webkit-transform: translateY(80px);
      -ms-transform: translateY(80px);
          transform: translateY(80px);
  visibility: hidden;
  -webkit-transition: -webkit-transform .2s ease-in-out 0s, visibility 0s step-end .2s;
          transition: transform .2s ease-in-out 0s, visibility 0s step-end .2s;
}

.is-fixed-scrolltop .pagetop {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0, 1, 0.5, 1) 0s, visibility 0s step-end 0s;
          transition: transform 0.2s cubic-bezier(0, 1, 0.5, 1) 0s, visibility 0s step-end 0s;
}

.pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10000;
}

.pagetop a {
  display: block;
  width: 36px;
  height: 36px;
  background-color: #0062B3;
}

.pagetop a:before {
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\EA02";
  font-size: 10px;
  color: #fff;
  line-height: 36px;
  text-align: center;
  display: block;
}
@media (min-width: 481px) {
  .is-picker-open .pagetop,
  .is-menu-open .pagetop {
    display: block;
  }
  .pagetop a {
    width: 80px;
    height: 80px;
    -webkit-transition: background-color .05s ease-in-out;
            transition: background-color .05s ease-in-out;
  }
  .pagetop a:before {
    font-size: 16px;
    line-height: 80px;
  }
  .pagetop a:hover {
    background-color: #0093F7;
  }
}
@media (max-width: 480px) {
  .header {
    position: relative;
    width: 100%;
    height: 60px;
    z-index: 1000;
  }
  .header-logo,
  .btn-header-nav-outer {
    width: 60px;
    height: 60px;
  }
  .header-logo {
    width: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
  }
  .header-logo a {
    display: block;
    width: 86px;
	margin-left: 10px;
  }
  .header-logo a .logo02 {
		display:none;
	}
  .btn-header-nav-outer {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    z-index: 4;
  }
  .btn-header-nav {
    display: block;
    position: relative;
    text-align: center;
    width: 28px;
    height: 20px;
    z-index: 100;
    z-index: 10000;
    cursor: pointer;
	background-color:#0062b3;
  }
  .btn-header-nav__icon,
  .btn-header-nav__icon:before,
  .btn-header-nav__icon:after {
    display: block;
    position: absolute;
    width: 28px;
    height: 2px;
    background-color: #ffffff;
    z-index: 100;
  }
  .btn-header-nav__icon:before,
  .btn-header-nav__icon:after {
    content: '';
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  .btn-header-nav__icon {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all .15s ease-out;
            transition: all .15s ease-out;
  }
  .btn-header-nav__icon:before {
    top: -9px;
    -webkit-transition: -webkit-transform .1s ease-out;
            transition: transform .1s ease-out;
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  .btn-header-nav__icon:after {
    bottom: -9px;
    -webkit-transition: -webkit-transform .1s ease-out;
            transition: transform .1s ease-out;
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  .is-menu-open .btn-header-nav .btn-header-nav__icon {
    background-color: transparent;
  }
  .is-menu-open .btn-header-nav .btn-header-nav__icon:before {
    -webkit-transform: translateY(9px) rotate(45deg);
        -ms-transform: translateY(9px) rotate(45deg);
            transform: translateY(9px) rotate(45deg);
    -webkit-transition: -webkit-transform .1s ease-out .15s;
            transition: transform .1s ease-out .15s;
  }
  .is-menu-open .btn-header-nav .btn-header-nav__icon:after {
    -webkit-transform: translateY(-9px) rotate(-45deg);
        -ms-transform: translateY(-9px) rotate(-45deg);
            transform: translateY(-9px) rotate(-45deg);
    -webkit-transition: -webkit-transform .1s ease-out .15s;
            transition: transform .1s ease-out .15s;
  }
  .btn-header-nav {
    width: 100%;
    height: 100%;
  }
  .is-menu-open .btn-header-nav {
    background-color: #0062B3;
  }
  .is-menu-open .btn-header-nav__icon,
  .is-menu-open .btn-header-nav__icon:before,
  .is-menu-open .btn-header-nav__icon:after {
    background-color: #fff;
  }
  .header-nav-top,
  .header-nav-bottom {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0, 1, 0.5, 1) 0s, opacity 0.1s cubic-bezier(0, 1, 0.5, 1) 0s;
            transition: transform 0.1s cubic-bezier(0, 1, 0.5, 1) 0s, opacity 0.1s cubic-bezier(0, 1, 0.5, 1) 0s;
  }
  .is-menu-open .header-nav-top,
  .is-menu-open .header-nav-bottom {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 1, 0.5, 1) 0.2s, opacity 0.4s cubic-bezier(0, 1, 0.5, 1) 0.2s;
            transition: transform 0.4s cubic-bezier(0, 1, 0.5, 1) 0.2s, opacity 0.4s cubic-bezier(0, 1, 0.5, 1) 0.2s;
  }
  .is-menu-open .header-nav {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0, 1, 0.5, 1), visibility 0s step-end 0s;
            transition: transform 0.1s cubic-bezier(0, 1, 0.5, 1), visibility 0s step-end 0s;
  }
  .header-nav {
    position: absolute;
    visibility: hidden;
    width: 100%;
    background-color: #0062B3;
    z-index: 1;
    left: 0;
    top: 60px;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0, 1, 0.5, 1), visibility 0s step-end 0.1s;
            transition: transform 0.1s cubic-bezier(0, 1, 0.5, 1), visibility 0s step-end 0.1s;
    color: #fff;
    padding: 25px 20px;
    font-size: 1.4rem;
    line-height: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-nav img {
    display: none;
  }
  .header-nav .header-nav-top {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .header-nav .header-nav-bottom {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .header-nav .header-nav-bottom > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
  }
  .header-nav .header-nav-bottom > ul > li {
    text-align: center;
  }
  .header-nav .header-nav-bottom > ul > li a {
    display: block;
  }
  .header-nav .header-nav-bottom > ul > li a br {
    display: none;
  }
  .header-nav .header-nav-bottom > ul > li a .header-nav-sub-spbr {
    display: inline;
  }
  .header-nav .header-nav-bottom > ul > li a[target="_blank"] span:after {
    font-family: "icon";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\EA03";
    vertical-align: -1px;
    margin-left: 0px;
  }
  .header-nav .header-nav-bottom > ul > li > a {
    border-bottom: 1px solid #3381c2;
    padding: 10px;
  }
  .header-nav .header-nav-bottom > ul > li {
    width: 100%;
  }
	.header-nav .header-nav-bottom > ul > li:nth-child(6) > a span::before {
		font-family: "icon";
		font-style: normal;
		font-weight: normal;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\EA05";
		vertical-align: middle;
		font-size: 1.8em;
		margin: 0;
		left: -15px;
		top: -40%;
		position: absolute;
	
	}
	.header-nav .header-nav-bottom > ul > li:nth-child(6) > a span {
		position: relative;
		padding-left: 15px;
		vertical-align: middle;
	
	}
  .header-nav .header-nav-bottom > ul > li:nth-child(6) {
  	background:#FFD200;
	color: #323232;
  }
  .header-nav .header-nav-bottom > ul > li > a span strong {
  	display:none;
  }
  .header-nav .header-nav-top-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-nav .header-nav-top-wrapper .header-address {
    text-align: center;
  }
  .header-nav .header-nav-top-wrapper .header-address .header-address-telnum {
    font-size: 2.4rem;
    margin-top: 16px;
	font-weight:bold;
  }
  .header-nav .header-nav-top-wrapper .header-address .header-address-telnum:before {
    font-family: "icon";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\EA0A";
    font-size: .8em;
    vertical-align: -2px;
    margin-right: 2px;
  }
  .header-address .header-address-telnum p {
  	  display: none;
  }
  .header-address .header-address-telnum span {
	font-family: Montserrat;
  }
  .header-nav .header-nav-top-wrapper .header-address .header-address-telnum span {
    display: none;
  }
  .header-nav .header-nav-top-wrapper .header-address .header-address-teltxt br {
    display: none;
  }
  .header-nav .header-nav-top-wrapper ul {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .header-nav .header-nav-top-wrapper ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .header-nav .header-nav-top-wrapper ul li {
    width: 33.33333333%;
    float: left;
    text-align: center;
  }
  .header-nav .header-nav-top-wrapper ul li a {
    display: block;
    font-size: 13px;
    line-height: 32px;
  }
  .header-nav .header-nav-top-wrapper ul li .icon-registration:before,
  .header-nav .header-nav-top-wrapper ul li .icon-mypage:before,
  .header-nav .header-nav-top-wrapper ul li .icon-contact:before {
    vertical-align: middle;
    padding-right: 3px;
    font-size: 1.3em;
  }
  .header-nav .header-nav-top-wrapper ul li .icon-registration:before {
    font-family: "icon";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\EA08";
  }
  .header-nav .header-nav-top-wrapper ul li .icon-mypage:before {
    font-family: "icon";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\EA06";
  }
  .header-nav .header-nav-top-wrapper ul li .icon-contact:before {
    font-family: "icon";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\EA05";
  }
  
  .btn-inquiry {
    width: 60px;
    height: 60px;
	position: absolute;
    right: 60px;
    top: 0;
	z-index: 4;
	background: #FFD200;
	color: #323232;
  }
  .btn-inquiry a {
  	width: 60px;
    height: 60px;
	display: block;
  }
  .btn-inquiry a::before{
  	font-family: "icon";
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\EA05";
	vertical-align: middle;
	font-size: 2.6em;
	margin:auto;
	text-align:center;
	left: 0;
	top: 4px;
	position: absolute;
	right: 0;
	bottom: 0;
  }
   .btn-inquiry span{
   	text-align: center;
	margin: 0 auto;
	width: 60px;
	position: absolute;
	bottom: 8px;
  }
}

@media (min-width: 481px) {
  .btn-header-nav-outer {
    display: none;
  }
  .header {
    position:fixed;
    width: 100%;
    z-index: 1000;
    display: table;
    table-layout: fixed;
    background-color: #fff;
  }
  .header-logo,
  .header-nav {
    display: table-cell;
    vertical-align: top;
    height: 120px;
  }
  .header-logo {
    width: 15%;
  }
  .header-logo a {
    display: block;
    width: 100%;
    height: 120px;
	border-right: 1px solid #e6eef2;
  }
  .header-logo a img {
    width: 168px;
    max-height: 120px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
	.header-logo a .logo02 {
		display:none;
	}
  .header-nav-bottom > ul {
    display: table;
    width: 100%;
  }
  .header-nav-bottom > ul > li {
    display: table-cell;
    text-align: center;
    height: 75px;
    white-space: nowrap;
	border-right: 1px solid #e6eef2;
	vertical-align:middle;
	width:17%;
  }
  .header-nav-bottom > ul > li a {
    padding: 15px;
  }
  .header-nav-bottom > ul > li span {
    font-size: 1.3rem;
  }
  .header-nav-bottom > ul > li span strong {
    font-size: 1.6rem;
	color: #0062B3;
	font-weight:bold;
	display: block;
	font-family: Montserrat;
  }
  .header-nav-bottom > ul > li > a,
  .header-nav-bottom > ul > li > span {
    display: block;
  }
  .header-nav-bottom > ul > li > a span,
  .header-nav-bottom > ul > li > span span {
    display: inline-block;
    position: relative;
  }
  .header-nav-bottom > ul > li:not(:last-child) > a span:before,
  .header-nav-bottom > ul > li:not(:last-child) > span span:before {
    content: '';
    display: block;
    bottom: -16px;
	left:0;
	right:0;
	margin:auto;
    position: absolute;
    width: 0;
	border-style: solid;
	border-width: 0 ;
	border-color: transparent transparent #005499 transparent;
	transition: all 0.2s 0s ease;
	opacity: 0;
  }
  .header-nav-bottom > ul > li:not(:last-child):hover > a span:before,
  .header-nav-bottom > ul > li:not(:last-child):hover > span span:before,
  .header-nav-bottom > ul > li:not(:last-child).is-current > a span:before,
  .header-nav-bottom > ul > li:not(:last-child).is-current > span span:before {
	bottom: -16px;
	border-width: 0 13px 13px 13px;
	opacity: 1;
  }
  .header-nav-bottom > ul > li:nth-child(6) > a {
  	text-align:center;
  	padding: 26px 0;
    background-color: #ffd200;
    -webkit-transition: background-color .05s ease-in-out;
            transition: background-color .05s ease-in-out;
	
  }
  .header-nav-bottom > ul > li:nth-child(6) > a:hover {
    background-color: #fff500;
  }
  .header-nav-bottom > ul > li:nth-child(6) > a span {
  	font-size: 1.5rem;
    padding-left: 37px;
	position:relative;
  }
  .header-nav-bottom > ul > li:nth-child(6) > a span:before {
    font-family: "icon";
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\EA05";
    vertical-align: middle;
    font-size: 2em;
	margin:0;
	left:0;
	top: -40%;
	position:absolute;
  }
  /* .header-nav-bottom > ul > li:nth-child(6) > a span::after {
    background-color: #ffd200;
    border-radius: 50%;
    color: #eb2a51;
    content: "●";
    font-size: 2.2rem;
    height: 23px;
    left: 17px;
    padding-top: 2px;
    position: absolute;
    top: 2px;
    width: 23px;
	}*/
	.header-nav-bottom > ul > li:nth-child(6) > a em {
    color: #fff;
    font-size: 1.1rem;
    left: 18px;
    position: absolute;
    top: 3px;
    z-index: 99;
	width:20px;
	text-align:center;
	}
  .header-nav-bottom > ul li:hover .header-nav-sub {
    visibility: visible;
    height: 208px;
    -webkit-transition: height 0.2s cubic-bezier(0, 1, 0.5, 1) 0s, visibility 0s step-end 0s;
            transition: height 0.2s cubic-bezier(0, 1, 0.5, 1) 0s, visibility 0s step-end 0s;
  }
  .header-nav-bottom > ul li:hover .header-nav-sub ul {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0, 1, 0.5, 1) 0.2s, opacity 0.05s cubic-bezier(0, 1, 0.5, 1) 0.2s;
            transition: transform 0.2s cubic-bezier(0, 1, 0.5, 1) 0.2s, opacity 0.05s cubic-bezier(0, 1, 0.5, 1) 0.2s;
  }
  .header-nav-sub {
    position: absolute;
    visibility: hidden;
    left: 0;
    top: 100%;
    width: 100%;
    height: 0;
    background-color: #0062B3;
    -webkit-transition: height 0.2s cubic-bezier(0, 1, 0.5, 1) 0s, visibility 0.2s step-end 0s;
            transition: height 0.2s cubic-bezier(0, 1, 0.5, 1) 0s, visibility 0.2s step-end 0s;
    overflow: hidden;
  }
  .header-nav-sub ul {
    width: 1120px;
    margin: 0 auto;
    padding-top: 40px;
    opacity: 0;
    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0, 1, 0.5, 1) 0s, opacity 0.05s cubic-bezier(0, 1, 0.5, 1) 0s;
            transition: transform 0.2s cubic-bezier(0, 1, 0.5, 1) 0s, opacity 0.05s cubic-bezier(0, 1, 0.5, 1) 0s;
  }
  .header-nav-sub ul li {
    float: left;
    width: 192px;
  }
  .header-nav-sub ul li a {
    display: block;
    -webkit-transition: opacity .05s ease-in-out;
            transition: opacity .05s ease-in-out;
  }
  .header-nav-sub ul li a:hover {
    opacity: .7;
  }
  .header-nav-sub ul li img {
    margin-bottom: 15px;
  }
  .header-nav-sub ul li span {
    color: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 16px;
    white-space: nowrap;
  }
  .header-nav-sub ul li a[target="_blank"] span {
    letter-spacing: -0.05em;
  }
  .header-nav-sub ul li a[target="_blank"] span:after {
    font-family: "icon";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\EA03";
    vertical-align: -2px;
    margin-left: 2px;
  }
  .header-nav-sub ul li img,
  .header-nav-sub ul li span {
    display: block;
  }
  .header-nav-sub ul li:not(:last-child) {
    margin-right: 40px;
  }
  .header-nav-top {
    height: 44px;
    border-bottom: 1px solid #e6eef2;
    overflow: hidden;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	opacity:1;
  }
  .header-nav-top:after {
    content: '';
    display: block;
    clear: both;
  }
  .header-nav-top .header-nav-top-wrapper {
    float: right;
  }
  .header-nav-top .header-nav-top-wrapper:after {
    content: '';
    display: block;
    clear: both;
  }
  .header-nav-top .header-nav-top-wrapper .header-address, .header-nav-top .header-nav-top-wrapper ul {
    float: left;
  }
  .header-nav-top .header-nav-top-wrapper ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .header-nav-top .header-nav-top-wrapper ul li {
    float: left;
    line-height: 44px;
  }
  .header-nav-top .header-nav-top-wrapper ul li a {
    font-size: 13px;
    margin-right: 30px;
  }
  .header-nav-top .header-nav-top-wrapper ul li .icon-registration:before,
  .header-nav-top .header-nav-top-wrapper ul li .icon-mypage:before,
  .header-nav-top .header-nav-top-wrapper ul li .icon-contact:before {
    vertical-align: -4px;
    padding-right: 3px;
    font-size: 1.5em;
  }
  .header-nav-top .header-nav-top-wrapper ul li .icon-registration:before {
    font-family: "icon";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\EA08";
  }
  .header-nav-top .header-nav-top-wrapper ul li .icon-mypage:before {
    font-family: "icon";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\EA06";
  }
  .header-nav-top .header-nav-top-wrapper ul li .icon-contact:before {
    font-family: "icon";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\EA05";
  }
  .header-address {
    padding-left: 10px;
  }
  .header-address:after {
    content: '';
    display: block;
    clear: both;
  }
  .header-address p {
    float: left;
	font-size: 1.3rem;
	line-height: 15px;
	padding-top: 15px;
	margin-right:15px;
  }
  .header-address .header-address-telnum,
  .header-address .header-address-teltxt {
    float: left;
  }
  .header-address .header-address-telnum {
    font-size: 2.4rem;
    line-height: 44px;
    padding-right: 15px;
    color: #0062b3;
	font-weight:bold;
  }
  .header-address .header-address-telnum span {
	font-family: Montserrat;
  }
  .header-address .header-address-telnum:before {
    font-family: "icon";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\EA0A";
    vertical-align: -2px;
    display: inline-block;
    font-size: .8em;
    margin-right: -5px;
  }
  .header-address .header-address-telnum p {
  	font-weight:normal;
	color:#323232;
  }
  .header-address .header-address-telnum a {
    display: none;
  }
  .header-address .header-address-teltxt {
    font-size: 1.1rem;
    line-height: 14px;
    padding-right: 20px;
    padding-top: 15px;
  }
  .btn-inquiry {
  	display:none;
  }
}
@media (min-width: 481px) {
	.is-fixed-scrolltop .header {
		position: fixed;
		  border-bottom: 1px solid #e6eef2 ;
	}
	.is-fixed-scrolltop .header-nav-top {
		 opacity:0;
		 height: 0;
	}
	.is-fixed-scrolltop .header-logo,.is-fixed-scrolltop .header-nav {
		height: 60px;
	}
	.is-fixed-scrolltop .header-logo a {
		height: 64px;
		padding: 0 6px;
	}
	.is-fixed-scrolltop .header-logo a img {
		width: 194px;
		padding-top: 13px;
	}
	.is-fixed-scrolltop .header-logo a .logo01 {
		display:none;
	}
	.is-fixed-scrolltop .header-logo a .logo02 {
		display:block;
	}
	.is-fixed-scrolltop .header-nav-bottom > ul > li {
		height: 60px;
	}
	.is-fixed-scrolltop .header-nav-bottom > ul > li a {
		padding: 8px;
	}
	.is-fixed-scrolltop .header-nav-bottom > ul > li:nth-child(6) > a {
		padding: 20px 0;
	}
	
	.is-fixed-scrolltop .header-nav-bottom > ul > li:not(:last-child):hover > a span::before, .is-fixed-scrolltop .header-nav-bottom > ul > li:not(:last-child):hover > span span::before, .is-fixed-scrolltop .header-nav-bottom > ul > li:not(:last-child).is-current > a span::before, .is-fixed-scrolltop .header-nav-bottom > ul > li:not(:last-child).is-current > span span::before {
    width: 100%;
    opacity: 1;
    -webkit-transition: width 0.15s cubic-bezier(0, 1, 0.5, 1), opacity 0.1s cubic-bezier(0, 1, 0.5, 1);
    transition: width 0.15s cubic-bezier(0, 1, 0.5, 1), opacity 0.1s cubic-bezier(0, 1, 0.5, 1);
}
	.is-fixed-scrolltop .header-nav-bottom > ul > li:not(:last-child) > a span::before, .is-fixed-scrolltop .header-nav-bottom > ul > li:not(:last-child) > span span::before {
    content: '';
    display: block;
    bottom: -10px;
    left: 0;
    height: 5px;
    background-color: #0062B3;
    position: absolute;
    width: 0;
    opacity: 0;
    -webkit-transition: width 0.2s cubic-bezier(0, 1, 0.5, 1) 0s, opacity 0.05s cubic-bezier(0, 1, 0.5, 1) 0.15s;
    transition: width 0.2s cubic-bezier(0, 1, 0.5, 1) 0s, opacity 0.05s cubic-bezier(0, 1, 0.5, 1) 0.15s;
	border-width:0;
}
}

@media (min-width: 1350px) {
  .header-logo {
    width: 15%;
  }
  .header-logo a {
    width: 100%;
  }
  .header-logo a img {
	padding-top:0;
	}

}

@media (min-width: 1367px) {
  .header-nav-bottom {
    table-layout: fixed;
  }
  .header-nav-bottom > ul:before {
    content: '';
    display: table-cell;
  }
}


/* 20170404 360°viewボタン追加 */
/*.btn_360view a {
  width: 100%;
  border: 1px solid #d5dde0;
  margin-bottom: 10px;
  color: transparent;
  height: 32px;
  line-height: 30px;
  position: relative;
  display: block;
  float: left;
  text-align: center;
  font-size: 0;
  background-color: #fff;
  background-image: url(../img/360view.png);
  background-repeat: no-repeat;
  background-size: 80px auto;
  background-position: 50% 50%;
}*/
@media (min-width: 481px) {
  .btn_360view a {
    height: 48px;
/*    line-height: 46px;*/
    margin-bottom: 16px;
    background-size: 122px 31px;
    -webkit-transition: background-color .05s ease-in-out;
            transition: background-color .05s ease-in-out;
  }
  .btn_360view a:hover {
    background-color: #d5dde0;
  }
}

.modal iframe {
  width: 100%;
  height: 280px;
}

@media (min-width: 481px) {
  .modal iframe {
    width: 956px;
    height: 488px;
  }
}
.banners {
  background: url("../img/border_bg.gif") repeat scroll left top;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.banners img {
  max-width: none;
  width: 100%;
}

.banners .container {
  position: relative;
}

.banners-list {
  position: relative;
}

.bx-prev,
.bx-next {
  font-size: 0;
  color: transparent;
  position: absolute;
  display: block;
  top: 50%;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -5px;
}

.bx-prev:focus,
.bx-next:focus {
  outline: 0;
}

.bx-next {
  left: 8px;
  border-left: 1px solid #004066;
  border-top: 1px solid #004066;
}

.bx-prev {
  right: 8px;
  border-right: 1px solid #004066;
  border-bottom: 1px solid #004066;
}

@media (min-width: 481px) {
  .banners {
    padding-top: 16px;
    padding-bottom: 16px;
    height: 122px;
  }
  .banners.banners--big {
    padding-top: 24px;
    padding-bottom: 24px;
    height: 228px;
  }
  .banners a {
    display: block;
    -webkit-transition: opacity .05s ease-in-out;
            transition: opacity .05s ease-in-out;
  }
  .banners a:hover {
    opacity: .7;
  }
  .bx-prev,
  .bx-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    -webkit-transition: opacity .05s ease-in-out;
            transition: opacity .05s ease-in-out;
  }
  .bx-prev:hover,
  .bx-next:hover {
    opacity: .7;
  }
  .bx-next {
    left: 16px;
    border-left: 2px solid #004066;
    border-top: 2px solid #004066;
  }
  .bx-prev {
    right: 16px;
    border-right: 2px solid #004066;
    border-bottom: 2px solid #004066;
  }
}
/* 横跳びリンク */
.jlink {
    background: #ffffff;
	border: 6px solid #DCE7ED;
    margin-bottom: 40px;
    padding: 16px 0;
    text-align: center;
}
.jlink ul li {
    display: inline-block;
    width: 13.5%;
	color:#0062B3;
	font-size:1.3rem;
	border-right: 1px solid #E6EEF2;
	padding:8px;
}
.jlink ul li::before {
	display:none;
}
.jlink ul li:last-child {
	border-right: none;
}
.jlink ul li a {
	text-decoration:none;
}
.jlink ul li a:hover {
	text-decoration:underline;
}
.cms_text .jlink ul li::before {
	display:none;
}
@media (max-width: 480px) {
.jlink {
	border: 5px solid #DCE7ED;
    padding: 10px;
}
.jlink ul li {
    width:auto;
	font-size:1.3rem;
	border-right: 1px solid #E6EEF2;
	padding: 0 10px;
	margin: 5px auto;
}
}
/* ページ内リンク */
.plink {
    background: #ffffff;
    text-align: center;
	right: 0;
  /*max-height: calc( 100vh - 80px );*/
  max-height: calc( 100vh - 145px );
  overflow: hidden;
  position: fixed;
  top: 344px;
	width: 56px;
	z-index: 1000;
	box-shadow: 0px 0px 10px -5px #5b5b5b;
	padding: 6px 0;
}
/*
.plink.is-fixed {
  top: 0 !important;
}
*/
.plink .mCustomScrollBox .mCSB_container {
  overflow: hidden;
  margin: 0;
}
.plink .mCustomScrollBox .mCSB_scrollTools {
  height: 100%;
}
.plink .mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer {
  top: 0;
  height: 100%;
}
.plink .mCustomScrollBox .mCSB_scrollTools .mCSB_draggerRail {
  width: 8px !important;
  background-color: #e6eef2;
}
.plink .mCustomScrollBox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px !important;
  background-color: #005499;
}

.plink ul li {
    display: inline-block;
	position: relative;
    width: 29px;
	font-size:1.5rem;
	border-bottom: 1px solid #D3DADD;
	padding: 0 3px;
	-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.plink ul li:last-child {
	border-bottom: none;
}
.plink ul li::before {
    background: #0062B3;
    width: 16px;
    height: 16px;
    position: absolute;
    border-radius: 50%;
    content: "";
    top: 19px;
    right: 0;
	left: 0;
    margin: auto;
}
.plink ul li a {
	padding: 40px 20px 19px;
}
.plink ul li a:hover {
	color: #0062B3;
}
.plink ul li a::before {
    color: #ffffff;
    content: "\EA01";
    font-family: "icon";
	font-weight:bold;
    font-size: 0.85rem;
    left: 0;
	right: 1px;
    position: absolute;
    top: 17px;
    margin: auto;
	-moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
@-moz-document url-prefix(){
.plink ul li a::before {
    top: 15px;
}
}
/* 検索 */
.box_white {
	background:#FFFFFF;
	padding:30px;
}
/*pdfボタン*/
.btn_pdf a::before {
    content: " ";
	background: url("../img/sales.png") no-repeat scroll left top;
	width:18px;
	height:20px;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    left: 20px;
    line-height: 0;
    position: absolute;
    top: 0;
	bottom: 0;
	margin: auto;
}
.btn_pdf a {
    font-size: 1.6rem;
    transition: background-color 0.05s ease-in-out 0s;
	background-color: #0062B3;
	width: 320px;
	position:relative;
	display:block;
	color:#FFFFFF;
	text-align:center;
	padding:20px 5px 20px 40px;
}
.btn_pdf a:hover {
	background-color: #0093F7;
}
.btn_pdf.mc a {
	margin: 0 auto;
}
/*テーブルスクロールバー*/
.no_block > div > div::-webkit-scrollbar{
	width: 5px;
	background: #dee4eb;
}
.no_block > div > div::-webkit-scrollbar:horizontal{
	height: 5px;
	background: #dee4eb;
}
.no_block > div > div::-webkit-scrollbar-thumb{
	background: #0062B3;
	border-radius: 2px;
}
.no_block > div > div::-webkit-scrollbar-thumb:horizontal{
	background: #0062B3;
	border-radius: 2px;
}
@media (max-width: 480px) {
	.box_white {
		padding:20px;
	}
	.plink {
		display:none;
	}
	.btn_pdf a::before {
		display:none;
	}
	.btn_pdf a {
		width: 100%;
		font-size: 1.4rem;
		padding:12px 5px;
	}
	no_block {
		overflow-x: auto;
	}
	.no_block table th {
		display:table-cell;
		white-space:nowrap;
	}
	.no_block table td {
		display:table-cell;
		white-space:nowrap;
	}
}
