@charset "UTF-8";
/*
	01.General
	02.Header
	03.Top Page Contents
	04.Lower Contents
	05.News & Topics
	06.Access
	07.Form
	08.Footer
	09.SmartPhone
*/
/*---------------------------------------------
	Anchor
  ---------------------------------------------*/
a {
  outline: none;
}

a:link {
  text-decoration: none;
  color: #1870dd;
}

a:visited {
  text-decoration: none;
  color: #1870dd;
}

a:hover {
  text-decoration: underline;
  color: #1870dd;
}

a:active {
  text-decoration: underline;
  color: #1870dd;
}

/* 産学官交流 */
.icon_review {
  width: 20px;
  height: 20px;
  background: url(../img/css_sprite.png) no-repeat;
  -moz-background-size: 20px 180px;
  -o-background-size: 20px 180px;
  -webkit-background-size: 20px 180px;
  background-size: 20px 180px;
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 0%;
  background-position: 0 0;
}

/* 研究開発 */
.icon_research {
  width: 20px;
  height: 20px;
  background: url(../img/css_sprite.png) no-repeat;
  -moz-background-size: 20px 180px;
  -o-background-size: 20px 180px;
  -webkit-background-size: 20px 180px;
  background-size: 20px 180px;
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 0%;
  background-position: 0 -20px;
}

/* 販路開拓 */
.icon_route {
  width: 20px;
  height: 20px;
  background: url(../img/css_sprite.png) no-repeat;
  -moz-background-size: 20px 180px;
  -o-background-size: 20px 180px;
  -webkit-background-size: 20px 180px;
  background-size: 20px 180px;
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 0%;
  background-position: 0 -40px;
}

/* 補助金・助成金 */
.icon_subsidy {
  width: 20px;
  height: 20px;
  background: url(../img/css_sprite.png) no-repeat;
  -moz-background-size: 20px 180px;
  -o-background-size: 20px 180px;
  -webkit-background-size: 20px 180px;
  background-size: 20px 180px;
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 0%;
  background-position: 0 -60px;
}

/* 事業再生 */
.icon_recovery {
  width: 20px;
  height: 20px;
  background: url(../img/css_sprite.png) no-repeat;
  -moz-background-size: 20px 180px;
  -o-background-size: 20px 180px;
  -webkit-background-size: 20px 180px;
  background-size: 20px 180px;
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 0%;
  background-position: 0 -80px;
}

/* 経営 */
.icon_manage {
  width: 20px;
  height: 20px;
  background: url(../img/css_sprite.png) no-repeat;
  -moz-background-size: 20px 180px;
  -o-background-size: 20px 180px;
  -webkit-background-size: 20px 180px;
  background-size: 20px 180px;
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 0%;
  background-position: 0 -100px;
}

/* 資金調達 */
.icon_funding {
  width: 20px;
  height: 20px;
  background: url(../img/css_sprite.png) no-repeat;
  -moz-background-size: 20px 180px;
  -o-background-size: 20px 180px;
  -webkit-background-size: 20px 180px;
  background-size: 20px 180px;
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 0%;
  background-position: 0 -120px;
}

/* 人材育成 */
.icon_human {
  width: 20px;
  height: 20px;
  background: url(../img/css_sprite.png) no-repeat;
  -moz-background-size: 20px 180px;
  -o-background-size: 20px 180px;
  -webkit-background-size: 20px 180px;
  background-size: 20px 180px;
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 0%;
  background-position: 0 -140px;
}

/* 採用情報 */
.icon_recruit {
  width: 20px;
  height: 20px;
  background: url(../img/css_sprite.png) no-repeat;
  -moz-background-size: 20px 180px;
  -o-background-size: 20px 180px;
  -webkit-background-size: 20px 180px;
  background-size: 20px 180px;
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 0%;
  background-position: 0 -160px;
}

/* ------ label color  ------ */
.label1 {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  margin-right: 10px;
  padding: 3px 1em;
  width: auto;
  background-color: #f35d3b;
}

.label2 {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  margin-right: 10px;
  padding: 3px 1em;
  width: auto;
  background-color: #b25a9a;
}

.label3 {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  margin-right: 10px;
  padding: 3px 1em;
  width: auto;
  background-color: #b5cf67;
}

.label4 {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  margin-right: 10px;
  padding: 3px 1em;
  width: auto;
  background-color: #beaf00;
}

.label5 {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  margin-right: 10px;
  padding: 3px 1em;
  width: auto;
  background-color: #d50000;
}

.label6 {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  margin-right: 10px;
  padding: 3px 1em;
  width: auto;
  background-color: #ff9331;
}

.label7 {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  margin-right: 10px;
  padding: 3px 1em;
  width: auto;
  background-color: #ff8c9d;
}

.label8 {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  margin-right: 10px;
  padding: 3px 1em;
  width: auto;
  background-color: #00ace9;
}

.label9 {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  margin-right: 10px;
  padding: 3px 1em;
  width: auto;
  background-color: #504a8d;
}

.label14 {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  margin-right: 10px;
  padding: 3px 1em;
  width: auto;
  background-color: #27a25d;
}

.label15 {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  margin-right: 10px;
  padding: 3px 1em;
  width: auto;
  background-color: #aaa39b;
}

.label16 {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  margin-right: 10px;
  padding: 3px 1em;
  width: auto;
  background-color: #e4d447;
}

.label17 {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  margin-right: 10px;
  padding: 3px 1em;
  width: auto;
  background-color: #005642;
}

.label18 {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  margin-right: 10px;
  padding: 3px 1em;
  width: auto;
  background-color: #004ebc;
}

.label19 {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  margin-right: 10px;
  padding: 3px 1em;
  width: auto;
  background-color: #b68537;
}

.label20 {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  margin-right: 10px;
  padding: 3px 1em;
  width: auto;
  background-color: #57584f;
}

.label21 {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  margin-right: 10px;
  padding: 3px 1em;
  width: auto;
  background-color: #682d86;
}

.label22 {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  margin-right: 10px;
  padding: 3px 1em;
  width: auto;
  background-color: #1ab1b1;
}

.label23 {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  margin-right: 10px;
  padding: 3px 1em;
  width: auto;
  background-color: #2c8bc4;
}

.label24 {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  margin-right: 10px;
  padding: 3px 1em;
  width: auto;
  background-color: #178383;
}

.btn {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  text-align: center;
  background: none;
  cursor: pointer;
  padding: 20px 25px;
  display: inline-block;
  margin: 0 5px 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  outline: none;
  position: relative;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* Button 1 */
.btn-1 {
  background: #bbbbbb;
  color: #fff;
  -moz-box-shadow: #888888 0 6px;
  -webkit-box-shadow: #888888 0 6px;
  box-shadow: #888888 0 6px;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

/* Button 1c */
.btn-1c {
  border-radius: 4px;
}

.btn-1c:hover {
  box-shadow: 0 4px #888888;
  top: 2px;
}

.btn-1c:active {
  box-shadow: 0 0 #888888;
  top: 6px;
}

/* Button 2 */
.btn-2 {
  background: #e0323a;
  color: #fff;
  -moz-box-shadow: #ab3c3c 0 6px;
  -webkit-box-shadow: #ab3c3c 0 6px;
  box-shadow: #ab3c3c 0 6px;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

/* Button 2c */
.btn-2c {
  border-radius: 4px;
}

.btn-2c:hover {
  box-shadow: 0 4px #ab3c3c;
  top: 2px;
}

.btn-2c:active {
  box-shadow: 0 0 #ab3c3c;
  top: 6px;
}

.btn-box a {
  color: #fff;
  text-decoration: none;
}

.btn-box a:hover {
  color: #fff;
  text-decoration: none;
}

.text-red {
  color: #e0323a;
}

.text-blue {
  color: #1870dd;
}

/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/
/* ------ Web Font ------ */
/* IE */
@font-face {
  font-family: iconfont;
  src: url(CONDENSEicon.eot);
}
/* Firefox, Opera, Safari */
@font-face {
  font-family: iconfont;
  src: url(CONDENSEicon.otf) format("truetype");
}
.icon {
  font-family: iconfont;
  font-weight: normal;
  text-decoration: none;
}

.icon-arrow:before {
  content: "ú";
}

.icon-arrow2:before {
  content: "Ñ";
}

.icon-search:before {
  content: "[";
}

.icon-bullet:before {
  content: "Ö";
}

.icon-mail:before {
  content: "F";
}

.icon-link:before {
  content: "_";
}

.pdr {
  padding-right: 0.5rem;
}

.pdl {
  padding-left: 0.5rem;
}

.vm {
  vertical-align: middle;
}

.pdb10 {
  padding-bottom: 10px;
}

.pdT20 {
  padding-top: 20px;
}

.bold {
  font-weight: bold;
}

.fsB {
  font-size: 20px;
  font-size: 2.6rem;
}

.fsS {
  font-size: 10px;
  font-size: 1.2rem;
}

.bnr-link-txt {
  display: inline-block;
  padding: 28% 0 0;
}

/*-----------------------------------------------------

	01.General Settings

-----------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
}

body#top {
  background: url(../img/bg_pattern01.gif);
}

body#page {
  background-color: #fff;
}

#wrapper {
  width: 100%;
}

#top #header-inner, #top #nav, #top #contents, #top #footer-inner {
  width: 1146px;
}

#page #header-inner, #page #nav, #page #contents, #page #footer-inner {
  width: 1000px;
}

.break {
  display: none;
}

.tbl1 th {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  background-color: #013568;
  padding: 5px;
  border: 1px solid #e4e4e4;
}
.tbl1 td {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 5px;
  border: 1px solid #e4e4e4;
}
.tbl1 td.bgc1 {
  background-color: #E5F3FC;
}

.wfull {
  width: 100%;
}

/*-----------------------------------------------------

	02.Header

-----------------------------------------------------*/
header {
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 100;
}

#header-inner {
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
}

#tel {
  float: right;
  padding-top: 28px;
  line-height: 160%;
  color: #999;
  max-width: 216px;
}

#logo {
  padding: 20px 0;
  width: 280px;
  float: left;
}
#logo a {
  display: block;
  max-width: 280px;
}

#search-box {
  float: right;
  margin: 40px 18px 0 0;
}
#search-box .site-search input {
  float: left;
  margin-right: 2px;
  padding: 10px 5px;
  width: 200px;
}
#search-box .site-search a {
  color: #fff;
  float: left;
  width: 60px;
  padding: 8px;
  cursor: pointer;
  height: 21px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  background-color: #068BF1;
}

#gnav {
  clear: both;
  width: 100%;
  background-color: #1870dd;
}

#nav {
  margin: 0 auto;
  *zoom: 1;
  z-index: 100;
}
#nav li {
  position: relative;
}
#nav li a {
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
  color: #fff;
  display: block;
}
#nav li a span:after {
  width: 0;
  height: 0;
  border: 0.313em solid transparent;
  border-bottom: none;
  border-top-color: #0955b2;
  content: '';
  vertical-align: middle;
  display: inline-block;
  position: relative;
  right: -0.313em;
}

#nav > a {
  display: none;
}

#nav > ul {
  height: 60px;
  border-left: solid 1px #498ee3;
}

#nav > ul > li {
  float: left;
}

#nav > ul > li > a {
  display: block;
  padding: 17px 30px;
  text-align: center;
}

#nav > ul > li > a {
  border-right: solid 1px #498ee3;
}

#nav > ul > li:hover > a,
#nav > ul:not(:hover) > li.active > a {
  background-color: #0955b2;
}

#nav li ul {
  background-color: #0955b2;
  display: none;
  position: absolute;
  top: 100%;
}

#nav li:hover ul {
  display: block;
  left: 0;
  right: 0;
}

#nav li:not(:first-child):hover ul {
  left: -1px;
}

#nav li ul li {
  position: relative;
}

#nav li ul li a {
  position: relative;
  width: 280px;
  border-top: solid 1px #498ee3;
  padding: 0.75em;
  display: block;
  background-color: #0955b2;
}

#nav li ul a:before {
  background: url(../img/css_sprite2.png) no-repeat;
  -moz-background-size: 50px 100px;
  -o-background-size: 50px 100px;
  -webkit-background-size: 50px 100px;
  background-size: 50px 100px;
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 11px;
  background-position: 0 0;
  top: 40%;
  right: 10px;
}

#nav li ul li a:hover,
#nav li ul:not(:hover) li.active a {
  background-color: #1870dd;
}

/*-----------------------------------------------------

	03.Top Page Contens

-----------------------------------------------------*/
#top {
  /* Right Column ------------ */
}
#top #contents {
  margin: 0 auto;
  padding-top: 13px;
  overflow: hidden;
  *zoom: 1;
}
#top #left-column {
  float: left;
  width: 660px;
  background-color: #fff;
}
#top article {
  padding: 10px 20px 0;
}
#top #mainvisual {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 10px;
}
#top #mainvisual #mainvisual-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block;
}
#top #mainvisual #mainvisual-inner .img {
  position: absolute;
  display: none;
  width: 660px;
  /* 画像の幅 */
  margin-left: -330px;
  /* -(画像の幅÷2) */
  padding-left: 50%;
  top: 0;
}
#top #mainvisual #mainvisual-inner .img:first-child {
  position: relative;
  display: block;
}
#top #mainvisual #mainvisual-arrow {
  position: absolute;
  z-index: 200;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -20px;
}
#top #mainvisual #mainvisual-arrow #mainvisual-arrow-inner {
  position: relative;
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
}
#top #mainvisual #mainvisual-arrow #mainvisual-arrow-inner .prev, #top #mainvisual #mainvisual-arrow #mainvisual-arrow-inner .next {
  position: absolute;
  width: 27px;
  height: 27px;
  overflow: hidden;
}
#top #mainvisual #mainvisual-arrow #mainvisual-arrow-inner .prev {
  left: 2%;
}
#top #mainvisual #mainvisual-arrow #mainvisual-arrow-inner .next {
  right: 2%;
}
#top #mainvisual #mainvisual-arrow a {
  display: block;
  width: 27px;
  height: 54px;
}
#top #mainvisual #mainvisual-arrow a:link, #top #mainvisual #mainvisual-arrow a:visited {
  margin-top: 0px;
}
#top #mainvisual #mainvisual-arrow a:hover, #top #mainvisual #mainvisual-arrow a:active {
  margin-top: -27px;
}
#top #mainvisual #mainvisual-arrow a img {
  vertical-align: top;
}
#top #mainvisual #mainvisual-btn {
  display: none;
  width: 100%;
  height: 10px;
  margin-top: 10px;
  text-align: center;
}
#top #mainvisual #mainvisual-btn div {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  overflow: hidden;
  vertical-align: top;
  *display: inline;
}
#top #mainvisual #mainvisual-btn a {
  display: block;
  width: 10px;
  height: 20px;
}
#top #mainvisual #mainvisual-btn a:link, #top #mainvisual #mainvisual-btn a:visited {
  margin-top: 0px;
}
#top #mainvisual #mainvisual-btn a:hover, #top #mainvisual #mainvisual-btn a:active, #top #mainvisual #mainvisual-btn a.current {
  margin-top: -10px;
}
#top #mainvisual #mainvisual-btn a img {
  vertical-align: top;
}
#top .slick-dotted.slick-slider {
  margin-bottom: 0;
}
#top .slick-prev::before {
  left: 4px;
  right: 0;
  transform: rotate(-135deg);
}
#top .slick-next::before {
  left: 0;
  right: 3px;
  transform: rotate(45deg);
}
#top .slick-prev::before, #top .slick-next::before {
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  bottom: 0;
  height: 6px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 6px;
}
#top .slick-prev {
  left: 10px;
}
#top .slick-next {
  right: 10px;
}
#top .slick-arrow {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: 30px;
  margin-top: -22px;
  outline: medium none;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  top: 65%;
  transition: all 0.2s ease 0s;
  width: 30px;
  z-index: 1;
}
#top #news, #top #event {
  padding: 0 0 20px;
  overflow: hidden;
}
#top #news h2, #top #event h2 {
  background-color: #1870dd;
  padding: 8px 10px;
}
#top #news h2 .title, #top #event h2 .title {
  color: white;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0 1em 0 0;
}
#top #news h2 .en, #top #event h2 .en {
  color: #ffe212;
  font-weight: normal;
  font-family: 'Libre Baskerville', serif;
  font-size: 10px;
  font-size: 1rem;
}
#top #news h2 .golist, #top #event h2 .golist {
  color: #fff;
  float: right;
  display: inline-block;
  background-color: #222;
  padding: 4px 10px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 5px 5px;
}
#top #news h2 .golist:hover, #top #event h2 .golist:hover {
  text-decoration: none;
  background-color: #498ee3;
}
#top #news li, #top #event li {
  border-bottom: 1px dotted #e4e4e4;
}
#top #news li a, #top #event li a {
  display: block;
  padding: 10px 0;
  overflow: hidden;
}
#top #news li a dt, #top #event li a dt {
  float: left;
  width: 30em;
  width: 30rem;
}
#top #news li a dt .date, #top #event li a dt .date {
  color: #222;
  position: relative;
  padding: 0 0 0 30px;
  vertical-align: top;
}
#top #news li a dt .label1, #top #news li a dt .label2, #top #news li a dt .label3, #top #news li a dt .label4, #top #news li a dt .label5, #top #news li a dt .label6, #top #news li a dt .label7, #top #news li a dt .label8, #top #news li a dt .label9, #top #news li a dt .label10, #top #news li a dt .label11, #top #news li a dt .label12, #top #news li a dt .label13, #top #news li a dt .label14, #top #news li a dt .label15, #top #news li a dt .label16, #top #news li a dt .label17, #top #news li a dt .label18, #top #news li a dt .label19, #top #news li a dt .label20, #top #news li a dt .label21, #top #news li a dt .label22, #top #news li a dt .label23, #top #news li a dt .label24, #top #event li a dt .label1, #top #event li a dt .label2, #top #event li a dt .label3, #top #event li a dt .label4, #top #event li a dt .label5, #top #event li a dt .label6, #top #event li a dt .label7, #top #event li a dt .label8, #top #event li a dt .label9, #top #event li a dt .label10, #top #event li a dt .label11, #top #event li a dt .label12, #top #event li a dt .label13, #top #event li a dt .label14, #top #event li a dt .label15, #top #event li a dt .label16, #top #event li a dt .label17, #top #event li a dt .label18, #top #event li a dt .label19, #top #event li a dt .label20, #top #event li a dt .label21, #top #event li a dt .label22, #top #event li a dt .label23, #top #event li a dt .label24 {
  width: 140px;
}
#top #news li a dd, #top #event li a dd {
  color: #1870dd;
  margin-left: 30em;
  margin-left: 30rem;
}
#top #news li a:hover, #top #event li a:hover {
  color: #1870dd;
  opacity: 0.6;
  background-color: #f5f5f5;
}
#top #service {
  padding: 0 0 20px;
}
#top #service h2 {
  background-color: #1870dd;
  padding: 8px 10px;
}
#top #service h2 .title {
  color: white;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0 1em 0 0;
}
#top #service h2 .en {
  color: #ffe212;
  font-weight: normal;
  font-family: 'Libre Baskerville', serif;
  font-size: 10px;
  font-size: 1rem;
}
#top .column-set {
  width: 640px;
  *margin-bottom: 30px;
  margin-right: -20px;
  overflow: hidden;
  *zoom: 1;
  clear: both;
  padding: 20px 0 0 0;
}
#top .column-set li {
  float: left;
}
#top .column-set li a {
  display: block;
  overflow: hidden;
  width: 300px;
  padding: 0 0 10px;
  margin: 0 20px 10px 0;
  background-color: #fff;
  border-bottom: 1px dotted #e4e4e4;
}
#top .column-set li a .pic {
  float: left;
}
#top .column-set li a .name-box {
  float: left;
  padding: 10px 0 0 10px;
}
#top .column-set li a .name-box h3 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #1870dd;
  line-height: 1.2;
}
#top .column-set li a .name-box p {
  font-size: 1.2rem;
  color: #222;
}
#top .column-set li a:hover {
  opacity: 0.6;
}
#top #right-column {
  float: right;
  width: 480px;
  padding-bottom: 20px;
 /*
.col1 {
	width: 150px;
    height: 150px;
}*/
}
#top #right-column #right-column-other a:hover {
  opacity: 0.6;
}
#top #right-column #right-column-purpose a {
  text-align: center;
  font-size: 1.6rem;
  color: #1870dd;
  display: block;
  width: 150px;
  height: 150px;
}
#top #right-column #right-column-purpose a .icon {
  display: inline-block;
  padding: 25px 0 10px;
  width: 70px;
}
#top #right-column #right-column-purpose a .text {
  font-weight: bold;
  display: block;
}
#top #right-column #right-column-purpose a:hover {
  text-decoration: none;
}
#top #right-column .item {
  margin: 0 0 10px 10px;
  float: left;
  background: #fff;
}
#top #right-column .item a {
  display: block;
}
#top #right-column .col2 {
  width: 310px;
  height: 150px;
}
#top #right-column .col3 {
  width: 480px;
}
#top #right-column .banner-smp {
  display: none;
}
#top #right-column .link-bnr {
  overflow: hidden;
  padding: 0 0 8px;
}
#top #right-column .link-bnr li {
  float: left;
  display: inline-block;
  padding: 8px 0 0 7.5px;
}
#top #right-column .pickup h3, #top #right-column .pickup-member h3 {
  background: #013568;
  padding: 10px;
}
#top #right-column .pickup h3 .title, #top #right-column .pickup-member h3 .title {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0 1em 0 0;
}
#top #right-column .pickup h3 .en, #top #right-column .pickup-member h3 .en {
  color: #ffe212;
  font-size: 10px;
  font-size: 1rem;
  font-weight: normal;
  font-family: 'Libre Baskerville', serif;
}
#top #right-column .pickup ul li, #top #right-column .pickup-member ul li {
  border-bottom: 1px dotted #e4e4e4;
}
#top #right-column .pickup ul li a, #top #right-column .pickup-member ul li a {
  display: block;
  padding: 10px;
}
#top #right-column .pickup ul li a:hover, #top #right-column .pickup-member ul li a:hover {
  text-decoration: none;
}
#top #right-column .pickup ul li:last-child, #top #right-column .pickup-member ul li:last-child {
  border: none;
}
#top #right-column .pickup .row, #top #right-column .pickup-member .row {
  box-sizing: border-box;
  padding: 10px;
  overflow: hidden;
}
#top #right-column .pickup .row .col-l, #top #right-column .pickup-member .row .col-l {
  float: left;
  width: 43%;
}
#top #right-column .pickup .row .col-r, #top #right-column .pickup-member .row .col-r {
  float: right;
  padding-right: 1em;
  width: 50%;
}
#top #right-column .pickup .row dt, #top #right-column .pickup-member .row dt {
  padding: 0 0 1em;
}
#top #right-column .pickup .row dt a, #top #right-column .pickup-member .row dt a {
  font-size: 1.2em;
  line-height: 1.3;
}
#top #right-column .pickup .row dt a:hover, #top #right-column .pickup-member .row dt a:hover {
  text-decoration: none;
}
#top #right-column .pickup .row dt span, #top #right-column .pickup-member .row dt span {
  display: block;
}
#top #right-column .pickup .row dd, #top #right-column .pickup-member .row dd {
  line-height: 1.3;
  padding: 0 0 1em;
}
#top #right-column .pickup .row .pm-number, #top #right-column .pickup-member .row .pm-number {
  color: #999;
}
#top #right-column .pickup .row .pm-name, #top #right-column .pickup-member .row .pm-name {
  color: #1870dd;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
}
#top #right-column .pickup .row .pm-btn a, #top #right-column .pickup-member .row .pm-btn a {
  background: #1870dd;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  padding: .4em 1em;
}
#top #right-column .pickup .row .pm-btn a:hover, #top #right-column .pickup-member .row .pm-btn a:hover {
  text-decoration: none;
}
#top #right-column .ranking h3 {
  background: #013568;
  padding: 10px;
}
#top #right-column .ranking h3 .title {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0 1em 0 0;
}
#top #right-column .ranking h3 .en {
  color: #ffe212;
  font-size: 10px;
  font-size: 1rem;
  font-weight: normal;
  font-family: 'Libre Baskerville', serif;
}
#top #right-column .ranking dl {
  padding: 10px;
  border-bottom: 1px dotted #e4e4e4;
}
#top #right-column .ranking dl dt {
  float: left;
  width: 4em;
  width: 4rem;
}
#top #right-column .ranking dl dt span {
  color: #fff;
  background: #e0323a;
  font-weight: bold;
  display: inline-block;
  padding: 2px 8px;
}
#top #right-column .ranking dl dd {
  margin-left: 4em;
  margin-left: 4rem;
}
#top .mosaic-block {
  position: relative;
  overflow: hidden;
  width: 150px;
  height: 150px;
  border: none;
  -moz-box-shadow: #bcc5c8 1px 1px 0 0;
  -webkit-box-shadow: #bcc5c8 1px 1px 0 0;
  box-shadow: #bcc5c8 1px 1px 0 0;
}
#top .mosaic-backdrop {
  text-align: center;
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fff;
}
#top .mosaic-overlay {
  display: none;
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #111;
}
#top .bar .mosaic-overlay {
  bottom: -150px;
  height: 150px;
  background: #17233B;
  opacity: 0.9;
}
#top .details {
  margin: 20px 10px;
}
#top .details h3 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #ffe212;
  padding: 0 0 0.5em;
}
#top .details p {
  color: #eee;
  font-size: 14px;
  line-height: 1.6;
}

.slide-banner {
  position: relative;
  height: 150px;
  width: 100%;
}

.swiper-container {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.ban-sp {
  display: none;
}

/*-----------------------------------------------------

	04.Lower Contents

-----------------------------------------------------*/
#breadcrumb {
  background-color: #e4e4e4;
  padding: 14px 0;
  width: 100%;
}
#breadcrumb #breadcrumb-inner {
  margin: 0 auto;
  overflow: hidden;
  width: 1000px;
}
#breadcrumb #breadcrumb-inner ul {
  overflow: hidden;
}
#breadcrumb #breadcrumb-inner ul li {
  display: inline-block;
  padding: 0 10px 0 0;
}
#breadcrumb #breadcrumb-inner ul li a {
  padding: 0 10px 0 0;
  border-right: 1px solid #fff;
}

#page #contents {
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  *zoom: 1;
  background-color: #e4e4e4;
}
#page #contents #right-column {
  width: 700px;
  float: right;
  background-color: #fff;
  min-height: 800px;
}
#page #contents #right-column a:link {
  text-decoration: underline;
}
#page #contents #right-column a:hover {
  text-decoration: none;
}
#page #contents #right-column a.btn {
  text-decoration: none;
}
#page #contents #right-column .heading1 {
  padding: 20px 0;
  margin: 0 0 40px 30px;
  border-bottom: 1px dotted #222;
}
#page #contents #right-column .heading1 span {
  display: inline-block;
}
#page #contents #right-column .heading1 .title {
  color: #000;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1.2;
  padding: 12px 20px 0 0;
}
#page #contents #right-column .heading1 .sub {
  color: #1870dd;
}
#page #contents #right-column .heading1 .en {
  font-weight: normal;
  font-family: 'Libre Baskerville', serif;
}
#page #contents #right-column .right-column-inner {
  padding: 0 0 30px 30px;
  font-size: 15px;
  font-size: 1.6rem;
}
#page #contents #right-column .right-column-inner p {
  padding-bottom: 1em;
}
#page #contents #right-column .right-column-inner .heading2 {
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  padding: 15px;
  margin-bottom: 20px;
  background-color: #1870dd;
}
#page #contents #right-column .right-column-inner .heading3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
  margin: 0 0 15px;
  padding: 5px 10px 10px;
  border-bottom: 1px solid #e4e4e4;
}
#page #contents #right-column .right-column-inner .heading3 span {
  border-left: 2px solid #1870dd;
  display: block;
  padding-left: 10px;
}
#page #contents #right-column .right-column-inner .heading4 {
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#page #contents #right-column .right-column-inner .date {
  position: relative;
  padding: .1em 0 .1em 30px;
}
#page #contents #right-column .right-column-inner .lead-text {
  color: #22ae7e;
  font-weight: bold;
  padding: 0 0 30px;
}
#page #contents #right-column .right-column-inner .col-set-two {
  clear: both;
  overflow: hidden;
  margin: 0 -4% 20px 0;
}
#page #contents #right-column .right-column-inner .col-set-two .col {
  float: left;
  width: 46%;
  margin: 0 4% 20px 0;
}
#page #contents #right-column .right-column-inner .col-set-two .col .heading3 {
  margin: 0 0 15px;
}
#page #contents #right-column .right-column-inner .col-set-two .col .txt {
  line-height: 1.2;
  color: #bbbbbb;
}
#page #contents #right-column .right-column-inner .col-set-two .col2 {
  float: left;
  margin: 0 20px 20px 0;
  background-color: #f5f5f5;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  display: block;
  padding: 20px;
  width: 285px;
  background-color: #f5f5f5;
}
#page #contents #right-column .right-column-inner .col-set-two .col2 .category {
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  width: 80px;
  padding: 2px 5px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 10px;
  background-color: #013568;
}
#page #contents #right-column .right-column-inner .col-set-two .col2 dt {
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
}
#page #contents #right-column .right-column-inner .col-set-two .col2 dt span {
  display: inline-block;
  line-height: 1.2;
  padding: 0 0 0 1em;
}
#page #contents #right-column .right-column-inner .col-set-two .col2 dt span:after {
  background: url(../img/css_sprite2.png) no-repeat;
  -moz-background-size: 50px 100px;
  -o-background-size: 50px 100px;
  -webkit-background-size: 50px 100px;
  background-size: 50px 100px;
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 12px;
  background-position: 0 -12px;
  top: 30%;
  left: 0;
}
#page #contents #right-column .right-column-inner .col-set-two .col2 dd {
  line-height: 1.4;
  padding: 10px 0;
}
#page #contents #right-column .right-column-inner .col-set-two .col2 .link-area a {
  display: block;
  height: 100%;
  position: absolute;
  text-indent: -9999px;
  width: 100%;
  top: 0;
  left: 0;
}
#page #contents #right-column .right-column-inner .col-set-two .link-box:hover {
  background-color: #e8f1fb;
}
#page #contents #right-column .right-column-inner .col-set-three {
  clear: both;
  overflow: hidden;
  margin: 0 -10px 40px 0;
  padding: 10px;
  background-color: #f5f5f5;
}
#page #contents #right-column .right-column-inner .col-set-three .col3 {
  float: left;
  margin: 0 10px 10px 0;
  background-color: #f5f5f5;
  position: relative;
  display: block;
  padding: 5px;
  width: 200px;
  background-color: #fff;
}
#page #contents #right-column .right-column-inner .col-set-three .link-box:hover {
  background-color: #1870dd;
}
#page #contents #right-column .right-column-inner .col-set-2 {
  overflow: hidden;
  margin-bottom: 20px;
}
#page #contents #right-column .right-column-inner .col-set-2.is-left .col-l {
  float: left;
  width: 30%;
}
#page #contents #right-column .right-column-inner .col-set-2.is-left .col-r {
  float: right;
  width: 65%;
}
#page #contents #right-column .right-column-inner .col-set-2.is-right .col-l {
  float: left;
  width: 65%;
}
#page #contents #right-column .right-column-inner .col-set-2.is-right .col-r {
  float: right;
  width: 30%;
}
#page #contents #right-column .right-column-inner .col-set-3 {
  overflow: hidden;
  margin: 0 -3% 0 0;
}
#page #contents #right-column .right-column-inner .col-set-3 .col3 {
  float: left;
  margin: 0 3% 20px 0;
  width: 30.333%;
}
#page #contents #right-column .right-column-inner .section {
  clear: both;
  margin: 0 0 50px;
}
#page #contents #right-column .right-column-inner .section2 {
  clear: both;
  margin: 0 0 20px;
}
#page #contents #right-column .right-column-inner hr.line {
  display: block;
  border: 2px solid #013568;
  margin: 0 0 50px;
}
#page #contents #right-column .right-column-inner .img-r {
  float: right;
  margin: 0 0 20px 20px;
  width: 320px;
}
#page #contents #right-column .right-column-inner .img-r2 {
  float: right;
  margin: 0 0 20px 20px;
  width: auto;
}
#page #contents #right-column .right-column-inner .img-l {
  float: left;
  margin: 0 20px 20px 0;
  width: 320px;
}
#page #contents #right-column .right-column-inner .img-l2 {
  float: left;
  margin: 0 20px 20px 0;
  width: auto;
}
#page #contents #right-column .right-column-inner .number-list li {
  position: relative;
  padding: 0 0 0 20px;
}
#page #contents #right-column .right-column-inner .number-list li:before {
  background: url(../img/css_sprite2.png) no-repeat;
  -moz-background-size: 50px 100px;
  -o-background-size: 50px 100px;
  -webkit-background-size: 50px 100px;
  background-size: 50px 100px;
  display: block;
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-position: -6px 0;
  top: 21%;
  left: 0;
}
#page #contents #right-column .right-column-inner .number-list li.two:before {
  background-position: -6px -15px;
}
#page #contents #right-column .right-column-inner .number-list li.three:before {
  background-position: -6px -30px;
}
#page #contents #right-column .right-column-inner .number-list li.four:before {
  background-position: -6px -45px;
}
#page #contents #right-column .right-column-inner .number-list li.five:before {
  background-position: -6px -60px;
}
#page #contents #right-column .right-column-inner .number-list li.six:before {
  background-position: -21px 0px;
}
#page #contents #right-column .right-column-inner .number-list li.seven:before {
  background-position: -21px -15px;
}
#page #contents #right-column .right-column-inner .number-list li.eight:before {
  background-position: -21px -30px;
}
#page #contents #right-column .right-column-inner .number-list li.nine:before {
  background-position: -21px -45px;
}
#page #contents #right-column .right-column-inner .number-list li.ten:before {
  background-position: -21px -60px;
}
#page #contents #right-column .right-column-inner .normal-list li {
  line-height: 1.4;
  position: relative;
  padding: 0 0 1em 18px;
}
#page #contents #right-column .right-column-inner .normal-list li .normal-sub-List li {
  position: relative;
  padding: 0 0 0 16px;
}
#page #contents #right-column .right-column-inner .normal-list li .normal-sub-List li:before {
  background: url(../img/css_sprite2.png) no-repeat;
  -moz-background-size: 50px 100px;
  -o-background-size: 50px 100px;
  -webkit-background-size: 50px 100px;
  background-size: 50px 100px;
  display: block;
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background-position: -6px -75px;
  top: 40%;
  left: 7px;
}
#page #contents #right-column .right-column-inner .normal-list li:before {
  background: url(../img/css_sprite2.png) no-repeat;
  -moz-background-size: 50px 100px;
  -o-background-size: 50px 100px;
  -webkit-background-size: 50px 100px;
  background-size: 50px 100px;
  display: block;
  position: absolute;
  content: "";
  width: 8px;
  height: 3px;
  background-position: -6px -75px;
  top: 0.6em;
  left: 0;
}
#page #contents #right-column .right-column-inner .contact-box {
  clear: both;
  overflow: hidden;
  background-color: #f6f3e9;
  padding: 15px;
  border: 5px solid #ebe7d9;
  margin: 0 0 40px;
}
#page #contents #right-column .right-column-inner .contact-box dl {
  float: left;
  width: 380px;
}
#page #contents #right-column .right-column-inner .contact-box dl dt {
  font-weight: bold;
  padding: 0 0 10px;
}
#page #contents #right-column .right-column-inner .contact-box dl dd {
  font-size: 13px;
  font-size: 1.3rem;
}
#page #contents #right-column .right-column-inner .contact-box p {
  float: right;
  width: 200px;
}
#page #contents #right-column .right-column-inner .contact-box p a {
  margin: 10px 0 0;
  float: right;
}
#page #contents #right-column .right-column-inner .file-box, #page #contents #right-column .right-column-inner .links-box {
  background-color: #f5f5f5;
  margin: 0 0 40px;
}
#page #contents #right-column .right-column-inner .file-box dl, #page #contents #right-column .right-column-inner .links-box dl {
  padding: 10px;
}
#page #contents #right-column .right-column-inner .file-box dl dt, #page #contents #right-column .right-column-inner .links-box dl dt {
  float: left;
  font-weight: bold;
  width: 15em;
  width: 15rem;
}
#page #contents #right-column .right-column-inner .file-box dl dt span, #page #contents #right-column .right-column-inner .links-box dl dt span {
  padding: 5px 0;
}
#page #contents #right-column .right-column-inner .file-box dl dd, #page #contents #right-column .right-column-inner .links-box dl dd {
  margin-left: 15em;
  margin-left: 15rem;
  border-left: 1px solid #fff;
}
#page #contents #right-column .right-column-inner .file-box dl dd ul, #page #contents #right-column .right-column-inner .links-box dl dd ul {
  display: inline-block;
  padding: 0 0 0 20px;
}
#page #contents #right-column .right-column-inner .file-box dl dd li, #page #contents #right-column .right-column-inner .links-box dl dd li {
  line-height: 1.2;
  padding: 0 0 10px;
}
#page #contents #right-column .right-column-inner .file-box dl dd li a .link, #page #contents #right-column .right-column-inner .links-box dl dd li a .link {
  font-size: 1.4rem;
}
#page #contents #right-column .right-column-inner .file-box dl dd li a .label3, #page #contents #right-column .right-column-inner .file-box dl dd li a .label5, #page #contents #right-column .right-column-inner .file-box dl dd li a .label8, #page #contents #right-column .right-column-inner .file-box dl dd li a .label9, #page #contents #right-column .right-column-inner .links-box dl dd li a .label3, #page #contents #right-column .right-column-inner .links-box dl dd li a .label5, #page #contents #right-column .right-column-inner .links-box dl dd li a .label8, #page #contents #right-column .right-column-inner .links-box dl dd li a .label9 {
  width: 60px;
}
#page #contents #right-column .right-column-inner .links-box dl dd ul li a .label1, #page #contents #right-column .right-column-inner .links-box dl dd ul li a .label2, #page #contents #right-column .right-column-inner .links-box dl dd ul li a .label3, #page #contents #right-column .right-column-inner .links-box dl dd ul li a .label4, #page #contents #right-column .right-column-inner .links-box dl dd ul li a .label5, #page #contents #right-column .right-column-inner .links-box dl dd ul li a .label6, #page #contents #right-column .right-column-inner .links-box dl dd ul li a .label7, #page #contents #right-column .right-column-inner .links-box dl dd ul li a .label8, #page #contents #right-column .right-column-inner .links-box dl dd ul li a .label9, #page #contents #right-column .right-column-inner .links-box dl dd ul li a .label10, #page #contents #right-column .right-column-inner .links-box dl dd ul li a .label11, #page #contents #right-column .right-column-inner .links-box dl dd ul li a .label12, #page #contents #right-column .right-column-inner .links-box dl dd ul li a .label13, #page #contents #right-column .right-column-inner .links-box dl dd ul li a .label14, #page #contents #right-column .right-column-inner .links-box dl dd ul li a .label15, #page #contents #right-column .right-column-inner .links-box dl dd ul li a .label16, #page #contents #right-column .right-column-inner .links-box dl dd ul li a .label17, #page #contents #right-column .right-column-inner .links-box dl dd ul li a .label18, #page #contents #right-column .right-column-inner .links-box dl dd ul li a .label19, #page #contents #right-column .right-column-inner .links-box dl dd ul li a .label20, #page #contents #right-column .right-column-inner .links-box dl dd ul li a .label21, #page #contents #right-column .right-column-inner .links-box dl dd ul li a .label22, #page #contents #right-column .right-column-inner .links-box dl dd ul li a .label23, #page #contents #right-column .right-column-inner .links-box dl dd ul li a .label24, #page #contents #right-column .right-column-inner .file-box dl dd ul li a .label1, #page #contents #right-column .right-column-inner .file-box dl dd ul li a .label2, #page #contents #right-column .right-column-inner .file-box dl dd ul li a .label3, #page #contents #right-column .right-column-inner .file-box dl dd ul li a .label4, #page #contents #right-column .right-column-inner .file-box dl dd ul li a .label5, #page #contents #right-column .right-column-inner .file-box dl dd ul li a .label6, #page #contents #right-column .right-column-inner .file-box dl dd ul li a .label7, #page #contents #right-column .right-column-inner .file-box dl dd ul li a .label8, #page #contents #right-column .right-column-inner .file-box dl dd ul li a .label9, #page #contents #right-column .right-column-inner .file-box dl dd ul li a .label10, #page #contents #right-column .right-column-inner .file-box dl dd ul li a .label11, #page #contents #right-column .right-column-inner .file-box dl dd ul li a .label12, #page #contents #right-column .right-column-inner .file-box dl dd ul li a .label13, #page #contents #right-column .right-column-inner .file-box dl dd ul li a .label14, #page #contents #right-column .right-column-inner .file-box dl dd ul li a .label15, #page #contents #right-column .right-column-inner .file-box dl dd ul li a .label16, #page #contents #right-column .right-column-inner .file-box dl dd ul li a .label17, #page #contents #right-column .right-column-inner .file-box dl dd ul li a .label18, #page #contents #right-column .right-column-inner .file-box dl dd ul li a .label19, #page #contents #right-column .right-column-inner .file-box dl dd ul li a .label20, #page #contents #right-column .right-column-inner .file-box dl dd ul li a .label21, #page #contents #right-column .right-column-inner .file-box dl dd ul li a .label22, #page #contents #right-column .right-column-inner .file-box dl dd ul li a .label23, #page #contents #right-column .right-column-inner .file-box dl dd ul li a .label24 {
  width: 90px;
}
#page #contents #right-column .right-column-inner .qa-box {
  padding: 0 0 20px;
}
#page #contents #right-column .right-column-inner .qa-box dl dt {
  color: #013568;
  font-weight: bold;
}
#page #contents #right-column .right-column-inner .page-navi {
  overflow: hidden;
  padding: 0 0 20px;
}
#page #contents #right-column .right-column-inner .page-navi .left {
  float: left;
}
#page #contents #right-column .right-column-inner .page-navi .right {
  float: right;
}
#page #contents #right-column .right-column-inner .page-navi a {
  color: #fff;
  display: inline-block;
  padding: 15px 30px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #bbbbbb;
  text-decoration: none;
}
#page #contents #right-column .right-column-inner .page-navi a:hover {
  text-decoration: none;
  background-color: #0955b2;
}
#page #contents #right-column .right-column-inner .news {
  padding: 0 0 40px;
  overflow: hidden;
}
#page #contents #right-column .right-column-inner .news h2 {
  background-color: #1870dd;
  padding: 10px;
}
#page #contents #right-column .right-column-inner .news h2 .title {
  color: white;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0 1em 0 0;
}
#page #contents #right-column .right-column-inner .news h2 .en {
  color: #ffe212;
  font-weight: normal;
  font-family: 'Libre Baskerville', serif;
  font-size: 10px;
  font-size: 1rem;
}
#page #contents #right-column .right-column-inner .news h2 .golist {
  color: #fff;
  text-decoration: none;
  float: right;
  display: inline-block;
  background-color: #222;
  padding: 4px 10px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 5px 5px;
}
#page #contents #right-column .right-column-inner .news h2 .golist:hover {
  text-decoration: none;
  background-color: #498ee3;
}
#page #contents #right-column .right-column-inner .news li {
  border-bottom: 1px dotted #e4e4e4;
}
#page #contents #right-column .right-column-inner .news li a {
  display: block;
  padding: 10px 0;
}
#page #contents #right-column .right-column-inner .news li a dt {
  float: left;
  width: 14em;
  width: 15rem;
}
#page #contents #right-column .right-column-inner .news li a dt .date {
  color: #222;
  padding: 0 0 0 5px;
}
#page #contents #right-column .right-column-inner .news li a dd {
  color: #1870dd;
  margin-left: 14em;
  margin-left: 15rem;
}
#page #contents #right-column .right-column-inner .news li a:hover {
  color: #1870dd;
  background-color: #f5f5f5;
}
#page #contents #left-column {
  width: 260px;
  float: left;
  margin: 0 0 0 20px;
  position: relative;
  z-index: 90;
}
#page #contents #left-column #main-menu {
  margin: 0 0 20px;
  background-color: #fff;
}
#page #contents #left-column #main-menu .title {
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.7rem;
  padding: 34px 20px;
  background: url(../img/left_column_bg.gif) no-repeat;
}
#page #contents #left-column #main-menu .menu li {
  position: relative;
}
#page #contents #left-column #main-menu .menu a {
  color: #013568;
  display: block;
  padding: 16px 18px;
  border-top: 1px solid #e4e4e4;
  border-left: 2px solid #013568;
}
#page #contents #left-column #main-menu .menu a.current {
  background-color: #f1f1f1;
}
#page #contents #left-column #main-menu .menu a:hover {
  color: #498ee3;
  text-decoration: none;
  background-color: #e8f1fb;
}
#page #contents #left-column #main-menu .menu a:before {
  background: url(../img/css_sprite2.png) no-repeat;
  -moz-background-size: 50px 100px;
  -o-background-size: 50px 100px;
  -webkit-background-size: 50px 100px;
  background-size: 50px 100px;
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 11px;
  background-position: 0 0;
  top: 40%;
  right: 10px;
}
#page #contents #left-column #service {
  margin: 0 0 20px;
}
#page #contents #left-column #service .title {
  color: #fff;
  font-size: 1.6rem;
  background-color: #1870dd;
  padding: 10px 20px;
}
#page #contents #left-column #service .menu {
  background-color: #fff;
}
#page #contents #left-column #service .menu li {
  position: relative;
}
#page #contents #left-column #service .menu li a {
  padding: 15px 20px;
  display: block;
  border-top: 1px solid #e4e4e4;
}
#page #contents #left-column #service .menu li a .s-subtitle {
  color: #000;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8;
  display: block;
}
#page #contents #left-column #service .menu li a .s-title {
  color: #1870dd;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  line-height: 1.2;
}
#page #contents #left-column #service .menu li a:hover {
  color: #498ee3;
  text-decoration: none;
  background-color: #e8f1fb;
}
#page #contents #left-column #service .menu li a:before {
  background: url(../img/css_sprite2.png) no-repeat;
  -moz-background-size: 50px 100px;
  -o-background-size: 50px 100px;
  -webkit-background-size: 50px 100px;
  background-size: 50px 100px;
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 11px;
  background-position: 0 0;
  top: 40%;
  right: 10px;
}
#page #contents #left-column #banner {
  margin: 0 0 20px;
  background-color: #fff;
}
#page #contents #left-column #banner ul {
  padding: 10px 0 0;
}
#page #contents #left-column #banner ul li {
  padding: 0 0 10px;
  text-align: center;
}
#page #contents #left-column #banner ul li a:hover {
  opacity: 0.6;
}
#page #contents .bold-text {
  color: #fc7a23;
  font-weight: bold;
}
#page #contents .note-text {
  color: #bbbbbb;
  padding-left: 1em;
  text-indent: -1em;
}
#page #contents .note-num-text {
  color: #a1a1a1;
  padding-left: 2.2em;
  text-indent: -2.2em;
}

/* 基本スタイル */
.tableBlock {
  margin-top: 2em;
}

table {
  width: 100%;
  table-layout: fixed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cfcfcf;
}
table tr th {
  background: #f2f2f2;
}
table tr th, table tr td {
  padding: 1em;
  line-height: 1.5;
  text-align: left;
  border: 1px solid #cfcfcf;
}

.tableBlock.tbl-service {
  overflow-x: auto;
}
.tableBlock.tbl-service table {
  width: 670px;
}
.tableBlock.tbl-service .bgc1 {
  background: #1870dd;
  color: white;
  font-weight: bold;
}
.tableBlock.tbl-service .bgc2 {
  background: #fc7a23;
  color: white;
  font-weight: bold;
}

.tableBlock.tbl-service::-webkit-scrollbar {
  height: 0.5em;
  background-color: #F1F1F1;
}

.tableBlock.tbl-service::-webkit-scrollbar-thumb {
  background-color: #BCBCBC;
  border-radius: 12px;
  border-radius: 1.2rem;
}

.tableBlock.tbl-service::-webkit-scrollbar-thumb:hover {
  background-color: #A9A9AA;
}

/*-----------------------------------------------------

	05.News & Topics

-----------------------------------------------------*/
#event-list, #news-list {
  padding: 0 0 40px;
  overflow: hidden;
}
#event-list li, #news-list li {
  border-bottom: 1px dotted #e4e4e4;
}
#event-list li a, #news-list li a {
  display: block;
  padding: 10px;
}
#event-list li a dt, #news-list li a dt {
  float: left;
  width: 31em;
  width: 31rem;
}
#event-list li a dt .date, #news-list li a dt .date {
  color: #222;
  position: relative;
  padding: 0 0 0 30px;
}
#event-list li a dt .label1, #event-list li a dt .label2, #event-list li a dt .label3, #event-list li a dt .label4, #event-list li a dt .label5, #event-list li a dt .label6, #event-list li a dt .label7, #event-list li a dt .label8, #event-list li a dt .label9, #event-list li a dt .label10, #event-list li a dt .label11, #event-list li a dt .label12, #event-list li a dt .label13, #event-list li a dt .label14, #event-list li a dt .label15, #event-list li a dt .label16, #event-list li a dt .label17, #event-list li a dt .label18, #event-list li a dt .label19, #event-list li a dt .label20, #news-list li a dt .label1, #news-list li a dt .label2, #news-list li a dt .label3, #news-list li a dt .label4, #news-list li a dt .label5, #news-list li a dt .label6, #news-list li a dt .label7, #news-list li a dt .label8, #news-list li a dt .label9, #news-list li a dt .label10, #news-list li a dt .label11, #news-list li a dt .label12, #news-list li a dt .label13, #news-list li a dt .label14, #news-list li a dt .label15, #news-list li a dt .label16, #news-list li a dt .label17, #news-list li a dt .label18, #news-list li a dt .label19, #news-list li a dt .label20 {
  width: 140px;
}
#event-list li a dd, #news-list li a dd {
  color: #1870dd;
  margin-left: 32em;
  margin-left: 32rem;
}
#event-list li a:hover, #news-list li a:hover {
  color: #1870dd;
  opacity: 0.6;
  background-color: #f5f5f5;
}

/*-----------------------------------------------------

	06.Access

-----------------------------------------------------*/
/* グーグルマップ */
.gmap {
  width: 670px;
  height: 400px;
  margin: 0 0 30px;
}

/*-----------------------------------------------------

	07.Form

-----------------------------------------------------*/
.flow ul {
  overflow: hidden;
  clear: both;
  display: block;
  width: 100%;
  background-color: #f5f5f5;
}
.flow ul li {
  text-align: center;
  float: left;
  display: inline-block;
  padding: 10px 0;
  width: 33%;
  border-right: 1px solid #fff;
}
.flow ul li.active {
  color: #fff;
  background-color: #bbbbbb;
}
.flow ul li:last-child {
  border: none;
}

.entry-form dl {
  padding: 20px 10px 0;
  margin: 0;
  overflow: hidden;
  clear: both;
  border-bottom: 1px dotted #ccc;
}
.entry-form dl dt {
  color: #1870dd;
  float: left;
  font-weight: bold;
  padding: 0;
  width: 35%;
}
.entry-form dl dd {
  color: #000;
  display: block;
  width: 63%;
  position: relative;
  padding: 0 0 20px;
  margin-left: 36%;
}

input {
  text-indent: 5px;
  border: 1px solid #bbb;
  padding: 10px 0;
  -moz-box-shadow: #eee 0 0 1px 1px inset;
  -webkit-box-shadow: #eee 0 0 1px 1px inset;
  box-shadow: #eee 0 0 1px 1px inset;
}

.input-mini {
  width: 40px;
}

.input-small {
  width: 60px;
}

.input-xlarge {
  color: #777;
  width: 100%;
}

.err {
  color: #e0323a;
  font-weight: bold;
  display: inline-block;
  margin: 0 0 5px;
}

.err-area input {
  border: 3px solid #e0323a;
}

input[type="checkbox"] {
  border: none;
  margin: 0 5px 0 0;
}

/*
input.checkbox {
	border: none;
	padding: 10px;
}*/
input::-moz-focus-inner {
  border: 0 none;
  padding: 0;
}

input[type="submit"] {
  -webkit-appearance: none;
}

select {
  border: 1px solid #bbb;
  padding: 10px 5px;
  width: 100%;
  -moz-box-shadow: #eee 0 0 1px 1px inset;
  -webkit-box-shadow: #eee 0 0 1px 1px inset;
  box-shadow: #eee 0 0 1px 1px inset;
}

textarea {
  border: 1px solid #bbb;
  padding: 6px 5px;
  -moz-box-shadow: #eee 0 0 1px 1px inset;
  -webkit-box-shadow: #eee 0 0 1px 1px inset;
  box-shadow: #eee 0 0 1px 1px inset;
}

label {
  cursor: pointer;
}

.label {
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
  vertical-align: baseline;
  line-height: 14px;
  display: inline-block;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  background-color: #e0323a;
  padding: 3px 5px;
  margin: 0 8px 0 0;
}

/*-----------------------------------------------------

	08.Footer

-----------------------------------------------------*/
footer {
  width: 100%;
  background-color: #000;
  overflow: hidden;
}
footer #footer-inner {
  margin: 0 auto;
  padding: 40px 0;
  overflow: hidden;
}
footer #footer-inner .fi-l {
  float: left;
  width: 670px;
}
footer #footer-inner .fi-l nav {
  overflow: hidden;
  padding: 0 0 30px;
}
footer #footer-inner .fi-l nav ul {
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
}
footer #footer-inner .fi-l nav ul li a {
  color: #fff;
  display: inline-block;
  width: 16em;
  width: 16rem;
  text-align: center;
  border-left: 1px solid #222;
  float: left;
  padding: 6px 0;
}
footer #footer-inner .fi-l nav ul li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
footer #footer-inner .fi-l nav ul li:last-child a {
  border-right: 1px solid #222;
}
footer #footer-inner .fi-l .sub-nav {
  padding: 0 0 20px;
}
footer #footer-inner .fi-l .sub-nav li {
  display: inline-block;
}
footer #footer-inner .fi-l .sub-nav li a {
  color: #fff;
  font-size: 1.2em;
  font-size: 1.2rem;
  padding: 10px 20px 10px 0;
}
footer #footer-inner .fi-l .sub-nav li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
footer #footer-inner .fi-l .sns-smp {
  display: none;
}
footer #footer-inner .fi-r {
  float: right;
}
footer #footer-inner .fi-r .fb-bg {
  background-color: #fff;
}
footer #copyright {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}
footer #copyright a:link {
  text-decoration: none;
  color: #fff;
}

/*-----------------------------------------------------

	09.479px	SmartPhone

-----------------------------------------------------*/
@media screen and (max-width: 768px) {
  .no-sp {
    display: none;
  }

  .ban-sp {
    display: block;
  }
  .ban-sp-list {
    overflow: hidden;
    text-align: center;
  }
  .ban-sp-list li {
    padding: 0 0 10px;
  }

  .bnr-link-txt {
    padding: 0;
  }

  #top .slick-dotted.slick-slider {
    margin: 0 0 10px;
  }

  #top #header-inner, #top #nav, #top #contents, #top #footer-inner {
    width: 100%;
  }

  #page #header-inner, #page #nav, #page #contents, #page #footer-inner {
    width: 100%;
  }

  header {
    /* first level */
    /* second level */
  }
  header #header-inner #logo {
    padding: 20px 18px;
  }
  header #header-inner #tel, header #header-inner #search-box {
    display: none;
  }
  header #nav {
    position: relative;
    top: auto;
    left: auto;
  }
  header #nav > a {
    width: 3.125em;
    /* 50 */
    height: 3.125em;
    /* 50 */
    text-align: left;
    text-indent: -9999px;
    background-color: #1870dd;
    position: relative;
  }
  header #nav > a:before,
  header #nav > a:after {
    position: absolute;
    border: 2px solid #fff;
    top: 35%;
    left: 25%;
    right: 25%;
    content: '';
  }
  header #nav > a:after {
    top: 60%;
  }
  header #nav:not(:target) > a:first-of-type,
  header #nav:target > a:last-of-type {
    display: block;
  }
  header #nav > ul {
    height: auto;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #1870dd;
  }
  header #nav:target > ul {
    display: block;
  }
  header #nav > ul > li {
    width: 100%;
    float: none;
  }
  header #nav > ul > li > a {
    height: auto;
    text-align: left;
    padding: 1em;
  }
  header #nav > ul > li:not(:last-child) > a {
    border-right: none;
    border-bottom: 1px solid #0955b2;
  }
  header #nav li ul {
    position: static;
    padding: 1.25em;
    /* 20 */
    padding-top: 0;
  }
  header #nav li ul li a {
    width: auto;
  }

  #top #contents #left-column {
    width: 100%;
  }
  #top #contents #left-column #mainvisual, #top #contents #left-column #service, #top #contents #left-column #banner, #top #contents #left-column .slider {
    display: none;
  }
  #top #contents #left-column article {
    padding: 0;
  }
  #top #contents #left-column #news h2 .en, #top #contents #left-column #event h2 .en {
    display: none;
  }
  #top #contents #left-column #news li a, #top #contents #left-column #event li a {
    padding: 10px;
  }
  #top #contents #left-column #news li a dt, #top #contents #left-column #event li a dt {
    float: none;
    width: 100%;
  }
  #top #contents #left-column #news li a dd, #top #contents #left-column #event li a dd {
    line-height: 1.4;
    padding: 5px 0 0;
    margin: 0;
  }
  #top #contents #right-column {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }
  #top #contents #right-column .item {
    margin: 0 0 10px 3%;
  }
  #top #contents #right-column #right-column-purpose {
    margin-left: -3.05%;
    width: auto;
    overflow: hidden;
  }
  #top #contents #right-column #right-column-purpose a {
    width: 100%;
    height: 150px;
  }
  #top #contents #right-column #right-column-purpose .smp {
    display: none;
  }
  #top #contents #right-column #right-column-purpose .icon {
    padding: 20px 0 10px;
  }
  #top #contents #right-column #right-column-other {
    display: none;
  }
  #top #contents .banner-smp {
    display: block;
  }
  #top #contents .col2 {
    width: 300px;
    height: auto;
  }
  #top .mosaic-block {
    position: relative;
    overflow: hidden;
    width: 47%;
    height: 150px;
    border: none;
    -moz-box-shadow: #bcc5c8 1px 1px 0 0;
    -webkit-box-shadow: #bcc5c8 1px 1px 0 0;
    box-shadow: #bcc5c8 1px 1px 0 0;
  }
  #top .mosaic-overlay {
    z-index: -1;
  }
  #top .details {
    margin: 10px;
  }

  #page #breadcrumb {
    width: 100%;
    padding: 0;
  }
  #page #breadcrumb #breadcrumb-inner {
    width: auto;
    padding: 10px;
  }
  #page #contents #left-column {
    display: none;
  }
  #page #contents #right-column {
    width: 100%;
    float: none;
    min-height: inherit;
  }
  #page #contents #right-column .heading1 {
    padding: 10px;
    margin: 0 0 10px;
  }
  #page #contents #right-column .heading1 .title {
    color: #1870dd;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    display: block;
    padding-top: 12px 0 0;
  }
  #page #contents #right-column .heading1 .sub {
    display: none;
  }
  #page #contents #right-column .right-column-inner {
    padding: 10px;
  }
  #page #contents #right-column .right-column-inner .heading2 {
    font-size: 1.8rem;
    padding: 5px 10px;
    margin: 0 0 10px;
  }
  #page #contents #right-column .right-column-inner .col-set-two {
    margin: 0;
  }
  #page #contents #right-column .right-column-inner .col-set-two .col {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }
  #page #contents #right-column .right-column-inner .col-set-two .col .heading3 {
    margin: 0 0 15px;
  }
  #page #contents #right-column .right-column-inner .col-set-two .col .txt {
    font-size: 1.3rem;
    display: block;
    padding: 5px 0 15px;
  }
  #page #contents #right-column .right-column-inner .col-set-two .col2 {
    float: none;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
  }
  #page #contents #right-column .right-column-inner .col-set-two .col2 p {
    padding: 10px;
  }
  #page #contents #right-column .right-column-inner .col-set-two .col2 dl {
    padding: 10px;
  }
  #page #contents #right-column .right-column-inner .col-set-two .col2 .category {
    display: none;
  }
  #page #contents #right-column .right-column-inner .col-set-2, #page #contents #right-column .right-column-inner .col-set-3, #page #contents #right-column .right-column-inner .col-set-three {
    margin: 0 0 10px;
  }
  #page #contents #right-column .right-column-inner .col-set-2.is-left .col-l, #page #contents #right-column .right-column-inner .col-set-2.is-left .col-r, #page #contents #right-column .right-column-inner .col-set-2.is-right .col-l, #page #contents #right-column .right-column-inner .col-set-2.is-right .col-r, #page #contents #right-column .right-column-inner .col-set-3.is-left .col-l, #page #contents #right-column .right-column-inner .col-set-3.is-left .col-r, #page #contents #right-column .right-column-inner .col-set-3.is-right .col-l, #page #contents #right-column .right-column-inner .col-set-3.is-right .col-r, #page #contents #right-column .right-column-inner .col-set-three.is-left .col-l, #page #contents #right-column .right-column-inner .col-set-three.is-left .col-r, #page #contents #right-column .right-column-inner .col-set-three.is-right .col-l, #page #contents #right-column .right-column-inner .col-set-three.is-right .col-r {
    float: none;
    width: auto;
    margin: 0 0 10px;
    padding: 0;
    display: inline-block;
  }
  #page #contents #right-column .right-column-inner .col-set-2 .col3, #page #contents #right-column .right-column-inner .col-set-3 .col3, #page #contents #right-column .right-column-inner .col-set-three .col3 {
    float: none;
    width: auto;
    margin: 0 0 10px;
    padding: 0;
    display: inline-block;
  }
  #page #contents #right-column .right-column-inner .section {
    margin: 0 0 20px;
  }
  #page #contents #right-column .right-column-inner .img-r, #page #contents #right-column .right-column-inner .img-l {
    float: none;
    display: block;
    margin: 0 0 20px;
    width: 100%;
  }
  #page #contents #right-column .right-column-inner .img-r2, #page #contents #right-column .right-column-inner .img-l2 {
    width: 34%;
  }
  #page #contents #right-column .right-column-inner .contact-box dl {
    float: none;
    width: 100%;
  }
  #page #contents #right-column .right-column-inner .contact-box p {
    float: none;
    width: 100%;
  }
  #page #contents #right-column .right-column-inner .contact-box p a {
    float: none;
  }
  #page #contents #right-column .right-column-inner .file-box, #page #contents #right-column .right-column-inner .links-box {
    background-color: #f5f5f5;
    margin: 30px 0 0;
  }
  #page #contents #right-column .right-column-inner .file-box dl, #page #contents #right-column .right-column-inner .links-box dl {
    padding: 10px;
  }
  #page #contents #right-column .right-column-inner .file-box dl dt, #page #contents #right-column .right-column-inner .links-box dl dt {
    float: none;
    width: auto;
    display: block;
    padding: 0 0 10px;
  }
  #page #contents #right-column .right-column-inner .file-box dl dt span, #page #contents #right-column .right-column-inner .links-box dl dt span {
    padding: 5px 0;
  }
  #page #contents #right-column .right-column-inner .file-box dl dd, #page #contents #right-column .right-column-inner .links-box dl dd {
    margin-left: 0;
    border-left: none;
  }
  #page #contents #right-column .right-column-inner .file-box dl dd ul, #page #contents #right-column .right-column-inner .links-box dl dd ul {
    display: inline-block;
    padding: 0;
  }
  #page #contents #right-column .right-column-inner .file-box dl dd li, #page #contents #right-column .right-column-inner .links-box dl dd li {
    line-height: 1.2;
    padding: 0 0 10px;
    border-bottom: 1px dotted #fff;
    margin: 0 0 10px;
  }
  #page #contents #right-column .right-column-inner .file-box dl dd li a, #page #contents #right-column .right-column-inner .links-box dl dd li a {
    display: block;
  }
  #page #contents #right-column .right-column-inner .file-box dl dd li a .link, #page #contents #right-column .right-column-inner .links-box dl dd li a .link {
    font-size: 1.6rem;
    display: block;
    padding: 5px 0 0;
  }
  #page #contents #right-column .right-column-inner .file-box dl dd li:last-child, #page #contents #right-column .right-column-inner .links-box dl dd li:last-child {
    border: none;
  }
  #page #contents #right-column .right-column-inner .page-navi {
    padding: 0;
  }
  #page #contents #right-column .right-column-inner .news h2 .en {
    display: none;
  }
  #page #contents #right-column .right-column-inner .news li a {
    padding: 10px;
  }
  #page #contents #right-column .right-column-inner .news li a dt {
    float: none;
    width: 100%;
  }
  #page #contents #right-column .right-column-inner .news li a dd {
    line-height: 1.4;
    padding: 5px 0 0;
    margin: 0;
  }
  #page #contents #news-list li a, #page #contents #event-list li a {
    padding: 10px;
  }
  #page #contents #news-list li a dt, #page #contents #event-list li a dt {
    float: none;
    width: 100%;
  }
  #page #contents #news-list li a dd, #page #contents #event-list li a dd {
    line-height: 1.4;
    padding: 5px 0 0;
    margin: 0;
  }

  .entry-form dl {
    padding: 10px 0 0;
  }
  .entry-form dl dt {
    float: none;
    padding: 0 0 5px;
    width: 100%;
  }
  .entry-form dl dd {
    margin: 0;
    padding: 0 0 10px;
    width: auto;
  }
  .entry-form dl dd .input-xlarge {
    width: 96%;
  }
  .entry-form dl dd textarea {
    padding: 5px 2px;
  }

  .btn {
    width: 97%;
  }

  a.btn {
    width: 80%;
  }

  footer #footer-inner {
    padding: 20px 0;
  }
  footer #footer-inner .fi-l {
    float: none;
    width: 100%;
  }
  footer #footer-inner .fi-l nav {
    padding: 0;
  }
  footer #footer-inner .fi-l nav ul {
    float: left;
    width: 50%;
  }
  footer #footer-inner .fi-l nav ul li a {
    text-align: center;
    float: none;
  }
  footer #footer-inner .fi-l .sub-nav {
    padding: 0 10px 20px;
  }
  footer #footer-inner .fi-l .sub-nav li {
    display: block;
  }
  footer #footer-inner .fi-l .sub-nav li a {
    display: block;
    padding: 5px 10px;
  }
  footer #footer-inner .fi-l .sns-smp {
    display: block;
    padding: 0 0 10px 10px;
  }
  footer #footer-inner .fi-r {
    display: none;
  }
  footer #copyright {
    padding: 0 10px;
  }

  /* グーグルマップ */
  .gmap {
    width: 100%;
    height: 300px;
  }

  .break {
    display: inherit;
  }

  .tableBlock.tbl-service table {
    font-size: 11px;
    font-size: 1.1rem;
    width: 500px;
  }
  .tableBlock.tbl-service table th {
    width: 100px;
  }
}
.label_excel {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  padding: 3px 6px;
  width: auto;
  background-color: #687f41;
}

.label_zip {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  padding: 3px 6px;
  width: auto;
  background-color: #8c66b5;
}

.label_pdf {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  padding: 3px 6px;
  width: auto;
  background-color: #e0323a;
}

.label_word {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  padding: 3px 6px;
  width: auto;
  background-color: #0955b2;
}

.label_ppt {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  padding: 3px 6px;
  width: auto;
  background-color: #D04727;
}

/*----------------------------------------------------
	印刷用スタイル
----------------------------------------------------*/
@media print {
  * html body {
    zoom: .7;
  }

  #page #header-inner, #page #nav, #page #contents, #page #footer-inner {
    width: auto;
  }

  header, #page #contents #left-column, footer #footer-inner .fi-l nav {
    display: none;
  }

  #page #contents #right-column {
    width: 100%;
  }

  #page #contents {
    overflow: inherit;
  }

  footer {
    background: none;
    border-top: 1px solid #333;
  }

  footer #copyright {
    color: #333;
  }
}
