@charset "UTF-8";
/*-------------------------------
	Reset
-------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, sub {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  outline: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  max-width: 100%;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  border: 0;
}

/*イメージ関係100%設定*/
object, embed, video {
  max-width: 100%;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

/*-------------------------------
	Font
-------------------------------*/
html {
  font-size: 87.5%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 75%;
  }
}

body {
  color: #222222;
  line-height: 1.5;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  word-break: normal;
  word-wrap: break-word;
}
@media only screen and (max-width: 768px) {
  body {
    line-height: 1.6;
  }
}

/*-------------------------------
	Font Option
-------------------------------*/
.f-normal {
  font-weight: normal;
}

.f-bold {
  font-weight: bold;
}

.f-italic {
  font-style: italic;
}

.f-s {
  font-size: 0.8571em;
}

.f-2s {
  font-size: 0.7142em;
}

.f-3s {
  font-size: 0.5714em;
}

.f-l {
  font-size: 1.1428em;
}

.f-2l {
  font-size: 1.2857em;
}

.f-3l {
  font-size: 1.4285em;
}

.f-4l {
  font-size: 1.714em;
}

.f-5l {
  font-size: 2em;
}

.f-aka {
  color: #ff3333;
}

.f-kon {
  color: #ff3333;
}

.f-midori {
  color: #75a624;
}

.note {
  padding-left: 1em;
  text-indent: -1em;
}

sup {
  font-size: 0.5714em;
}

/*-------------------------------
	Link
-------------------------------*/
a {
  color: #222222;
  text-decoration: underline;
}

a:hover {
  color: #6fa2c7;
}

.link01 {
  color: #417309;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.link01:hover {
  color: #6fa2c7;
  text-decoration: none;
}

button {
  display: block;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

/*-------------------------------
	Clearfix
-------------------------------*/
.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.flc {
  overflow: hidden;
  zoom: 1;
}

/*-------------------------------
	Float
-------------------------------*/
.float-left {
  display: inline;
  float: left;
}

.float-right {
  display: inline;
  float: right;
}

/* ---------------------------------------------
	Margin 
--------------------------------------------- */
.mt00 {
  margin-top: 0         !important;
}

.mt05 {
  margin-top: 0.3571em !important;
}

.mt10 {
  margin-top: 0.7142em !important;
}

.mt15 {
  margin-top: 1.0714em !important;
}

.mt20 {
  margin-top: 1.4285em !important;
}

.mt25 {
  margin-top: 1.7857em !important;
}

.mt30 {
  margin-top: 2.1428em !important;
}

.mt35 {
  margin-top: 2.5em    !important;
}

.mt40 {
  margin-top: 2.8571em !important;
}

.mt45 {
  margin-top: 3.2142em !important;
}

.mt50 {
  margin-top: 3.5714em !important;
}

.mt60 {
  margin-top: 4.2857em !important;
}

.mt70 {
  margin-top: 5em      !important;
}

.mt80 {
  margin-top: 5.7142em !important;
}

.mt90 {
  margin-top: 6.4285em !important;
}

.mt100 {
  margin-top: 7.1428em !important;
}

.mb00 {
  margin-bottom: 0         !important;
}

.mb05 {
  margin-bottom: 0.3571em !important;
}

.mb10 {
  margin-bottom: 0.7142em !important;
}

.mb15 {
  margin-bottom: 1.0714em !important;
}

.mb20 {
  margin-bottom: 1.4285em !important;
}

.mb25 {
  margin-bottom: 1.7857em !important;
}

.mb30 {
  margin-bottom: 2.1428em !important;
}

.mb35 {
  margin-bottom: 2.5em    !important;
}

.mb40 {
  margin-bottom: 2.8571em !important;
}

.mb45 {
  margin-bottom: 3.2142em !important;
}

.mb50 {
  margin-bottom: 3.5714em !important;
}

.ml00 {
  margin-left: 0         !important;
}

.ml05 {
  margin-left: 0.3571em !important;
}

.ml10 {
  margin-left: 0.7142em !important;
}

.ml15 {
  margin-left: 1.0714em !important;
}

.ml20 {
  margin-left: 1.4285em !important;
}

.ml25 {
  margin-left: 1.7857em !important;
}

.ml30 {
  margin-left: 2.1428em !important;
}

.mr00 {
  margin-right: 0         !important;
}

.mr05 {
  margin-right: 0.3571em !important;
}

.mr10 {
  margin-right: 0.7142em !important;
}

.mr15 {
  margin-right: 1.0714em !important;
}

.mr20 {
  margin-right: 1.4285em !important;
}

.mr25 {
  margin-right: 1.7857em !important;
}

.mr30 {
  margin-right: 2.1428em !important;
}

/* ---------------------------------------------
	Align
--------------------------------------------- */
.align-left {
  text-align: left !important;
}

.align-center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

.valign-top {
  vertical-align: top !important;
}

.valign-middle {
  vertical-align: middle !important;
}

.valign-bottom {
  vertical-align: bottom !important;
}

/* ---------------------------------------------
	Others
--------------------------------------------- */
.block {
  display: block !important;
}

.inline-block {
  display: inline;
  display: inline-block !important;
}

.inline {
  display: inline !important;
}

.none {
  display: none !important;
}

.hidden {
  visibility: hidden !important;
}

.error {
  color: #f22 !important;
}

.list-disc {
  list-style-position: outside;
  list-style-type: disc;
  margin-left: 1.78em;
}

.list-circle {
  list-style-position: outside;
  list-style-type: circle;
  margin-left: 1.78em;
}

.list-square {
  list-style-position: outside;
  list-style-type: square;
  margin-left: 1.78em;
}

.list-decimal {
  list-style-position: outside;
  list-style-type: decimal;
  margin-left: 1.78em;
}

/*-------------------------------
	Field
-------------------------------*/
body{
	background-color: #def0f6;
}
.container {
  z-index: 1;
	background:#def0f6 url(../images/bg01.png) repeat-x 0 0;
}

.wrapper {
  width: 100%;
}

.option-box {
  display: none;
  position: fixed;
  z-index: 30;
  background-color: #eee;
  bottom: 1.2em;
  right: 1.4em;
  -webkit-border-radius: 6px 6px;
  -moz-border-radius: 6px / 6px;
  border-radius: 6px / 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 4px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 4px 0px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 4px 0px;
}
@media only screen and (max-width: 768px) {
  .option-box {
    width: 204px;
    bottom: 0.6em;
    left: 35%;
  }
}
@media only screen and (max-width: 600px) {
	.option-box {
		width: 201px;
		bottom: 0.6em;
		left: 35%;
	}
}
@media only screen and (max-width: 480px) {
  .option-box {
    left: 28%;
  }
}
@media only screen and (max-width: 320px) {
  .option-box {
    left: 20%;
  }
}
.option-box > ul {
  -webkit-border-radius: 6px 6px;
  -moz-border-radius: 6px / 6px;
  border-radius: 6px / 6px;
  border: 1px solid #ccc;
  -webkit-box-shadow: white 0 0 0px 1px inset;
  -moz-box-shadow: white 0 0 0px 1px inset;
  box-shadow: white 0 0 0px 1px inset;
  padding: 0.2em 0.4em;
}
.option-box > ul li {
  padding: 0.3em 0;
}
@media only screen and (max-width: 768px) {
  .option-box > ul {
    overflow: hidden;
  }
  .option-box > ul li {
    display: inline-block;
  }
}

/*-------------------------------
    Slide Menu
-------------------------------*/
.slidemenu {
  top: 0;
  width: 240px;
  position: fixed;
  visibility: hidden;
  z-index: -1;
  background-color: #1858a3;
  -webkit-box-shadow: inset 2px -2px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 2px -2px 3px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}
.slidemenu .menu {
  position: relative;
  padding-bottom: 2em;
}
.slidemenu .menu .first {
  color: #fff;
  text-decoration: none;
  display: block;
  line-height: 3.6;
  padding: 0 0.4em 0 1.4em;
  border-top: 1px solid #2365b2;
  background: url(../images/icon02.png) no-repeat 8px 18px;
  font-weight: bold;
}
.slidemenu .menu > li {
  border-bottom: 1px solid #174478;
}
.slidemenu .menu > li:first-child a {
  border-top: none;
}
.slidemenu .menu > li:last-child {
  border-bottom: none;
}
.slidemenu .menu .second a {
  color: #fff;
  text-decoration: none;
  display: block;
  line-height: 3.6;
  padding: 0 0.4em 0 2em;
  border-top: 1px dotted #8FD63A;
  background: url(../images/icon03.png) no-repeat 16px 18px;
}
.slidemenu .slidemenu-header {
  z-index: 9999;
}
.slidemenu .slidemenu-header .nav-close {
  line-height: 3.6;
  cursor: pointer;
  padding-left: 1.5em;
  background: url(../images/icon08.png) no-repeat 0.4em 1.4em;
}
.slidemenu .menu-topnav-container {
  height: 100%;
  margin-bottom: 4em;
  overflow: hidden;
  position: relative;
  background: url(../images/shadow02.png) repeat-x 0 0;
}

.slidemenu-left {
  left: 0;
}

.slidemenu-right {
  right: 0;
}

.slide-nav-btn {
  display: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  border: none;
  background-color: transparent;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('../images/slide_nav_icon.png?1426593798');
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media only screen and (max-width: 960px) {
  .slide-nav-btn {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .slide-nav-btn {
    top: 0.35em;
    right: 1em;
  }
}
@media only screen and (max-width: 320px) {
  .slide-nav-btn {
    top: 0em;
    right: 0.5em;
  }
}

/*-------------------------------
	Header
-------------------------------*/
.header {
  padding-top: 1.6em;
}
@media only screen and (max-width: 960px) {
  .header {
    padding-bottom: 2.4em;
  }
}
@media only screen and (max-width: 768px) {
  .header {
    padding-top: 1.7em;
  }
}
.header .header-main {
  max-width: 960px;
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.header .header-main .header-inner {
  overflow: hidden;
}
.header .header-main .logo {
  max-width: 330px;
  width: 40%;
  float: left;
}
@media only screen and (max-width: 960px) {
  .header .header-main .logo {
    margin-left: 1em;
  }
}
@media only screen and (max-width: 768px) {
  .header .header-main .logo {
    width: 60%;
    min-width: 200px;
  }
}
.header .header-main .header-detail {
  max-width: 600px;
  width: 40%;
  float: right;
}
@media only screen and (max-width: 960px) {
  .header .header-main .header-detail {
    display: none;
  }
}
.header .header-main .header-top-nav {
  overflow: hidden;
  text-align: right;
}
.header .header-main .header-top-nav li {
  display: inline-block;
  margin-right: 0.8em;
  font-size: 0.8571em;
  padding-left: 0.7em;
  background: url(../images/icon07.png) no-repeat left center;
}
.header .header-main .header-top-nav li a {
  text-decoration: none;
}
.header .header-main .text-size {
  background: url(../images/text_size.png) no-repeat right bottom;
  position: relative;
  height: 26px;
  margin-top: 0.4em;
}
.header .header-main .text-size button {
  display: block;
  width: 18px;
  height: 18px;
  border: none;
  background-color: transparent;
  position: absolute;
  outline: none;
}
.header .header-main .text-size button.small {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('../images/text_size_small.png?1426507626');
  background-repeat: no-repeat;
  background-position: 0 0;
  top: 4px;
  right: 52px;
}
.header .header-main .text-size button.medium {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('../images/text_size_medium.png?1426507624');
  background-repeat: no-repeat;
  background-position: 0 0;
  top: 4px;
  right: 30px;
}
.header .header-main .text-size button.large {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('../images/text_size_large.png?1426507624');
  background-repeat: no-repeat;
  background-position: 0 0;
  top: 4px;
  right: 8px;
}
.header .header-main .text-size button.textresizer-active {
  background-position: 0 -18px;
}
.header .header-main .gnav {
	margin-top: 1.6em;
}
@media only screen and (max-width: 960px) {
	.header .header-main .gnav {
		display: none;
	}
}
.header .header-main .gnav ul {
	list-style-type: none;
}
.header .header-main .gnav ul li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
.header .header-main .gnav ul li.gnav01 {
	width: 143px;
}
.header .header-main .gnav ul li.gnav02 {
	width: 153px;
}
.header .header-main .gnav ul li.gnav03 {
	width: 153px;
}
.header .header-main .gnav ul li.gnav04 {
	width: 173px;
}
.header .header-main .gnav ul li.gnav05 {
	width: 173px;
}
.header .header-main .gnav ul li.gnav06 {
	width: 165px;
}
.header .header-main .gnav ul li > a {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	background-size: contain;
}
.header .header-main .gnav ul li > a > img {
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.header .header-main .gnav ul li.gnav01 > a {
	background: url(../images/gnav01_on.png) no-repeat 0 0;
}
.header .header-main .gnav ul li.gnav02 > a {
	background: url(../images/gnav02_on.png) no-repeat 0 0;
}
.header .header-main .gnav ul li.gnav03 > a {
	background: url(../images/gnav03_on.png) no-repeat 0 0;
}
.header .header-main .gnav ul li.gnav04 > a {
	background: url(../images/gnav04_on.png) no-repeat 0 0;
}
.header .header-main .gnav ul li.gnav05 > a {
	background: url(../images/gnav05_on.png) no-repeat 0 0;
}
.header .header-main .gnav ul li.gnav06 > a {
	background: url(../images/gnav06_on.png) no-repeat 0 0;
}
.header .header-main .gnav ul li > ul {
	list-style: none;
	position: absolute;
	background-color: #2867b0;
	top: 100%;
	left: 1px;
	margin: 0;
	padding: 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	z-index: 20;
	display: none;
}
.header .header-main .gnav ul li > ul > li {
	background-color: #2867b0;
	overflow: hidden;
	width: 290px;
	text-align: left;
}
.header .header-main .gnav ul li > ul > li > a {
	display: block;
	height: auto;
	color: #fff;
	text-decoration: none;
	margin: 0 1em;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border-top: 1px solid #497ebc;
	background: url(../images/icon02.png) no-repeat 0 center;
	padding: 0.7em 0 0.7em 0.6em;
}
.header .header-main .gnav ul li > ul > li > a:hover {
	color: #4d87ca;
}
.header .header-main .gnav ul li > ul > li:first-child {
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
}
.header .header-main .gnav ul li > ul > li:last-child {
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.header .header-main .gnav ul li > ul > li:first-child a {
	border-top: none;
}
.header .header-main .gnav ul li > ul > li:last-child a {
	border-bottom: none;
}
.header .header-main .gnav ul li:last-child > ul {
	left:-125px;
	width: 290px;
}
.header .header-main .slide-nav {
  display: none;
}
@media only screen and (max-width: 768px) {
  .header .header-main .slide-nav {
    display: block;
  }
}

.about .gnav01 > a > img,
.activity .gnav02 > a > img,
.twin_research .gnav03 > a > img,
.twins .gnav04 > a > img,
.researcher .gnav05 > a > img,
.scholar .gnav05 > a > img,
.support .gnav06 > a > img{
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}

.home .gnav01 > a > img,
.home .gnav02 > a > img,
.home .gnav03 > a > img,
.home .gnav04 > a > img,
.home .gnav05 > a > img,
.home .gnav05 > a > img,
.home .gnav06 > a > img{
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
	opacity: 1; 
}

.header .header-main .gnav ul li:hover > a > img {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}


/*-------------------------------
	Footer
-------------------------------*/
.footer {
	background-color: #1a4b84;
}
.footer .inner {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .footer .inner {
    width: 94%;
  }
}
.footer .footer-nav {
	background-color: #538cb6;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .footer .footer-nav {
    display: none;
  }
}
.footer .footer-nav .footer-nav-btn {
  display: block;
  width: 100%;
  padding: 1em 0;
  line-height: 0;
  cursor: pointer;
	background-color: #6fa2c7;
}
.footer .footer-nav .footer-nav-btn:hover {
	background-color: #7daed1;
}
.footer .footer-nav .footer-nav-btn > button {
  display: block;
  width: 164px;
  height: 15px;
  line-height: 0;
  margin-left: auto;
  margin-right: auto;
  border: none;
  background-color: transparent;
  background: url(../images/footer_nav_btn.png) no-repeat 0 0;
  outline: none;
}
.footer .footer-nav .footer-nav-btn.active button {
  background-position: 0 -15px;
}
.footer .footer-nav .footer-nav-content {
  display: none;
  padding: 1.5em 0 1.5em;
  overflow: hidden;
}
.footer .footer-nav .footer-nav-content > ul {
  float: left;
  width: 22%;
  margin-left: 3%;
}
.footer .footer-nav .footer-nav-content > ul:last-child {
  padding-right: 0;
}
.footer .footer-nav .footer-nav-content > ul > li {
  margin-bottom: 0.4em;
}
.footer .footer-nav .footer-nav-content > ul > li a.first {
  padding-left: 0.7em;
  background: url(../images/icon02.png) no-repeat left 5px;
}
.footer .footer-nav .footer-nav-content > ul > li .second {
  margin-left: 0.7em;
}
.footer .footer-nav .footer-nav-content > ul > li .second li {
  padding-left: 0.7em;
  background: url(../images/icon03.png) no-repeat left 8px;
}
.footer .footer-nav .footer-nav-content > ul > li a {
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.footer .footer-nav .footer-nav-content > ul > li a:hover {
  color: #1a4b84;
}
.footer .footer-cover {
  position: relative;
}
.footer .footer-detail {
  overflow: hidden;
  padding: 1em 0 2em;
}
.footer .footer-detail .detail-right {
  float: right;
  width: 50%;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .footer .footer-detail .detail-right {
    float: none;
    width: 100%;
    text-align: left;
  }
}
.footer .footer-detail .detail-right a {
  background: url(../images/icon02.png) no-repeat left 5px;
  padding-left: 0.7em;
  font-size: 0.8571em;
  color: #fff;
  margin-left: 0.6em;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.footer .footer-detail .detail-right a:hover {
  color: #6fa2c7;
}
@media only screen and (max-width: 768px) {
  .footer .footer-detail .detail-right a {
    font-size: 1em;
  }
}
.footer .footer-detail .detail-left {
  float: left;
  max-width: 310px;
  margin-top: 2em;
}
@media only screen and (max-width: 768px) {
  .footer .footer-detail .detail-left {
    float: none;
  }
}
.footer .fln{
	border-top: 1px solid #174478;
}
.footer .copyright {
  display: block;
  text-align: center;
  color: #fff;
  padding: 1em 0 2.4em;
}
@media only screen and (max-width: 768px) {
	.footer .copyright {
		padding-bottom: 7em;
	}
}

/*-------------------------------
    Main
-------------------------------*/
.main {
  width: 100%;
  position: relative;
    margin-top: 2px;
}

.main-md {
  max-width: 960px;
    margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
	-webkit-border-radius: 8px 8px;
	-moz-border-radius: 8px / 8px;
	border-radius: 8px / 8px;
	overflow: hidden;
}

.breadcrumb {
  width: 100%;
  margin-bottom: 1.4em;
}
.breadcrumb > ul {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .breadcrumb > ul {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
}
.breadcrumb > ul li {
  float: left;
  padding: 0.6em 0 0.6em 1.5em;
  margin-right: 1em;
  background: url(../images/icon09.png) no-repeat 0 1em;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .breadcrumb > ul li {
    padding: 0.8em 0 0.8em 1.5em;
    background-position: 0 1.2em;
  }
}
.breadcrumb > ul li:first-child {
  padding-left: 0;
  background: none;
}
.breadcrumb > ul li a {
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.breadcrumb > ul li a:hover {
  color: #6fa2c7;
}

.main-box {
  max-width: 960px;
  width: 100%;
  padding-bottom: 5em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .main-box {
    width: 94%;
  }
}

.main-content {
  width: 75%;
  float: right;
}
@media only screen and (max-width: 768px) {
  .main-content {
    width: 100%;
    float: none;
  }
}

.side {
  width: 22%;
  float: left;
}
@media only screen and (max-width: 768px) {
  .side {
    width: 100%;
    float: none;
    margin-top: 2.5em;
  }
}
.side .side-title01 {
  font-size: 1.2857em;
  color: #fff;
  padding: 1em 0;
  text-align: center;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2365b2), color-stop(100%, #1858a3));
  background: -webkit-linear-gradient(#2365b2, #1858a3);
  background: -moz-linear-gradient(#2365b2, #1858a3);
  background: -o-linear-gradient(#2365b2, #1858a3);
  background: linear-gradient(#2365b2, #1858a3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2365b2', endColorstr='#1858a3', GradientType=0); /* IE8,9 */
}
.side .side-list01 li {
  border-bottom: 1px dotted #777;
}
.side .side-list01 li a {
  display: block;
  padding: 0.8em 0.2em 0.8em 1.5em;
  background: url(../images/icon05.png) no-repeat 0.5em 1.2em;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .side .side-list01 li a {
    padding: 1.1em 0.2em 1.1em 1.7em;
    background-position: 0.5em 1.4em;
  }
}
.side .side-list01 li a:hover {
  color: #1858a3;
  background-color: #cce0ed;
}
.side .side-list01 li.active a {
  color: #1858a3;
  background-color: #cce0ed;
}

.side .side-list01 li.current-menu-item a {
  color: #1858a3;
  background-color: #cce0ed;
}

.side .side-bn01 {
  margin-top: 1.5em;
  overflow: hidden;
}
.side .side-bn01 li {
  margin-top: 0.6em;
}
@media only screen and (max-width: 768px) {
  .side .side-bn01 li {
    margin-top: 0;
    width: 49%;
    float: left;
	  text-align: center;
	  padding-bottom: 0.1em;
  }
	.side .side-bn01 li:nth-child(2n) {
		float: right;
	}
}

.title01 {
  font-size: 1.714em;
  background: url(../images/line01.png) repeat-x left top;
  font-weight: bold;
	/*color: #554233;*/
    color: #1858a3;
}
.title01 span {
  display: block;
  width: 100%;
  padding: 0.8em 0 0.8em;
  background: url(../images/line01.png) repeat-x left bottom;
}

.section h2{
  margin: 2em 0 0.7em;
  color: #fff;
  font-weight: bold;
  font-size: 1.4285em;
  padding: 0.3em 0 0.24em 1.2em;
  border: 1px solid #174478;
  -webkit-border-radius: 4px 4px;
  -moz-border-radius: 4px / 4px;
  border-radius: 4px / 4px;
  background:url(../images/h1_icon.png) no-repeat 0.5em 0.55em, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2365b2), color-stop(100%, #1858a3));
  background:url(../images/h1_icon.png) no-repeat 0.5em 0.55em, -webkit-linear-gradient(#2365b2, #1858a3);
  background:url(../images/h1_icon.png) no-repeat 0.5em 0.55em, -moz-linear-gradient(#2365b2, #1858a3);
  background:url(../images/h1_icon.png) no-repeat 0.5em 0.55em, -o-linear-gradient(#2365b2, #1858a3);
  background:url(../images/h1_icon.png) no-repeat 0.5em 0.55em, linear-gradient(#2365b2, #1858a3);
}
.section h2:not(:target){/*IE9*/
  background:#2365b2 url(../images/h1_icon.png) no-repeat 0.5em 0.55em\9;
}
@media only screen and (max-width: 768px) {
	.section h2{
		padding: 0.2em 0.2em 0.1em 1.2em;
		background:url(../images/h1_icon.png) no-repeat 0.5em 0.45em, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2365b2), color-stop(100%, #1858a3));
		background:url(../images/h1_icon.png) no-repeat 0.5em 0.45em, -webkit-linear-gradient(#2365b2, #1858a3);
		background:url(../images/h1_icon.png) no-repeat 0.5em 0.45em, -moz-linear-gradient(#2365b2, #1858a3);
		background:url(../images/h1_icon.png) no-repeat 0.5em 0.45em, -o-linear-gradient(#2365b2, #1858a3);
		background:url(../images/h1_icon.png) no-repeat 0.5em 0.45em, linear-gradient(#2365b2, #1858a3);
	}
}
@media only screen and (max-width: 600px) {
	.section h2{
		padding: 0.3em 0.2em 0.1em 1.2em;

	}
}

.section h3{
  margin: 1.4em 0 0.6em;
  font-weight: bold;
  font-size: 1.2857em;
  padding: 0 0.2em 0.2em 0.4em;
  border-bottom: 4px solid #88b2d1;
  position: relative;
	color: #174478;
}
.section h3:after{
  position: absolute;
  bottom: -4px;
  left: 0;
  display: block;
  content: '';
  width: 30%;
  height: 4px;
  background-color: #1758a3;
}

.section h4 {
  font-weight: bold;
  padding: 0 0 0.2em 0.5em;
  border-bottom: 1px dotted #538cb6;
	/*color: #554233;*/
}

.section {
    margin-top: 2.2em;
	/*color: #554233;*/
}
.section p {
  margin: 0 1em;
}

.section a {
    color: #1858a3;
    text-decoration: underline;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.section a:hover {
    color: #6fa2c7;
    text-decoration: none;
}

.section address a {
    display: block;
    margin: 0 1em;
    padding-left: 1.2em;
    background: url(../images/icon10.png) no-repeat 0 0.5em;
    color: #1858a3;
    text-decoration: underline;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
@media only screen and (max-width: 768px) {
    .section address a {
        margin: 0;
    }
}
.section address a:hover {
    color: #6fa2c7;
    text-decoration: none;
}

.img01 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 480px) {
.img01 {
    width: 100%;
  }
}

.img02 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media only screen and (max-width: 480px) {
.img02 {
    width: 80%;
  }
}

.img-left,
.alignleft {
  display: block;
/*  width: 40%; */
  height: auto;
  float: left;
  margin: 0 20px 10px 0;
}
@media only screen and (max-width: 320px) {
  .img-left,
  .alignleft {
    float: none;
    width: 80%;
    margin: 0 auto 20px;
  }
}

.img-right,
.alignright{
  display: block;
/*  width: 40%; */
  height: auto;
  float: right;
  margin: 0 0 10px 20px;
}
@media only screen and (max-width: 320px) {
    .img-right,
    .alignright {
    float: none;
    width: 80%;
    margin: 0 auto 20px;
  }
}

.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a.link-item01 {
  display: block;
  margin: 0 1em;
  padding-left: 1.1em;
  background: url(../images/icon01.png) no-repeat 0 0.4em;
  color: #417309;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  a.link-item01 {
    margin: 0.6em 0 0;
  }
}

a.link-item01:hover {
  color: #ed6d28;
  text-decoration: none;
}

.section ul {
  margin: 0 1em 0 1.2em;
  list-style: none;
}
@media only screen and (max-width: 768px) {
  .section ul  {
    margin: 0;
  }
}
.section ul li {
  margin-top: 0.6em;
  padding-left: 1em;
  background: url(../images/icon06.png) no-repeat 0 0.5em;
}
@media only screen and (max-width: 768px) {
  .section ul li {
    padding-left: 1.4em;
    background-position: 0.3em 0.5em;
  }
}

.section ol{
    margin: 0.6em 2em;
}
.section ol li{
  margin-top: 0.4em;
}

@media only screen and (max-width: 768px) {
  .section iframe {
    width: 100%;
  }
  
  .tablet-dn {
    display: none;
  }
}

/*-------------------------------
	Home
-------------------------------*/
.home-catch .catch-left {
  max-width: 580px;
  width: 60.42%;
  float: left;
	padding-top: 4px;
}
.home-catch .catch-left img{
	-webkit-border-radius: 8px 8px;
	-moz-border-radius: 8px / 8px;
	border-radius: 8px / 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 6px;
	-moz-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 6px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 6px;
}
.home-catch .catch-right {
  max-width: 368px;
  width: 38.34%;
  float: right;
	margin-right: -4px;
}
.home-catch .catch-right a{
	display: block;
}
.home-catch .catch-right a.catch-bnr02{
	margin-top: 3%;
}
@media only screen and (max-width: 960px) {
	.home-catch .catch-right a.catch-bnr02{
		margin-top: 4.2%;
	}
}
@media only screen and (max-width: 480px) {
	.home-catch .catch-left,
	.home-catch .catch-right{
		max-width: 100%;
		width: 100%;
		float: none;
		text-align: center;
	}
	.home-catch .catch-right{
		margin-top: 2em!important;
		margin-bottom: 1.5em!important;
	}
	.home-catch .catch-bnr01,
	.home-catch .catch-bnr02{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.home-catch .catch-bnr02{
		margin-top: 1em!important;
	}
}
@media only screen and (max-width: 320px) {
	.home-catch .catch-bnr01,
	.home-catch .catch-bnr02{
		width: 90%;
	}
}

.home-bnr{
	clear: both;
}
.home-bnr ul {
  margin-left: -0.9%;
}
@media only screen and (max-width: 768px) {
  .home-bnr ul {
    margin-left: -5.5%;
  }
}
@media only screen and (max-width: 480px) {
  .home-bnr ul {
    margin-left: 0;
  }
}
.home-bnr ul li {
  width: 24.0625%;
  height: auto;
  float: left;
  margin-left: 0.9%;
  margin-top: 1.6em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .home-bnr ul li {
    width: 45%;
    max-width: 100%;
    margin-left: 5%;
    margin-top: 1.2em;
  }
}
@media only screen and (max-width: 480px) {
  .home-bnr ul li {
    float: none;
    width: 70%;
    margin: 0.8em auto 0;
  }
}
@media only screen and (max-width: 320px) {
  .home-bnr ul li {
    float: none;
    width: 80%;
  }
}
.home-bnr ul li img {
  width: 100%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 4px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 4px;
}

.home-content {
  margin-top: 2em;
  overflow: hidden;
}
.home-content .content-left {
  width: 49.48%;
  float: left;
  background-color: #fff;
  padding: 0.4em;
}
@media only screen and (max-width: 768px) {
  .home-content .content-left {
    width: 100%;
    margin-left: 0;
    float: none;
  }
}
.home-content .content-left .home-news h1 {
  border-top: 4px solid #1858a3;
  border-bottom: 1px solid #BBBBBB;
  padding: 1.4em 0 1.4em 0.4em;
  background: url(../images/home/home_news_sub.png) no-repeat right center;
}
.home-content .content-left .home-news h1 img {
  max-width: 201px;
}
@media only screen and (max-width: 768px) {
  .home-content .content-left .home-news h1 img {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .home-content .content-left .home-news h1 img {
    width: 60%;
  }
}
.home-content .content-right {
	width: 49.48%;
	float: right;
	background-color: #fff;
	padding: 0.4em;
}
@media only screen and (max-width: 768px) {
  .home-content .content-right {
    width: 100%;
    margin-left: 0;
    margin-top: 2.4em;
    float: none;
  }
}
@media only screen and (max-width: 480px) {
  .home-content .content-right {
	  width: 100% !important;
    padding: 1em;
  }
}
@media only screen and (max-width: 320px) {
  .home-content .content-right {
	  padding: 1em;
  }
}
/*.home-content .content-right .fbcomments,
.home-content .content-right .fb_iframe_widget,
.home-content .content-right .fb_iframe_widget[style],
.home-content .content-right .fb_iframe_widget iframe[style],
.home-content .content-right .fbcomments iframe[style],
.home-content .content-right .fb_iframe_widget span {
  width: 100% !important;
  height: 480px !important;
}*/
@media only screen and (max-width: 320px) {
  .home-content .content-right .fbcomments,
  .home-content .content-right .fb_iframe_widget,
  .home-content .content-right .fb_iframe_widget[style],
  .home-content .content-right .fb_iframe_widget iframe[style],
  .home-content .content-right .fbcomments iframe[style],
  .home-content .content-right .fb_iframe_widget span {
    width: 260px !important;
    margin-left: auto;
    margin-right: auto;
  }
}

.home-link {
  margin-top: -1.4em;
  padding: 0 0 2.5em;
}
.home-link .inner {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
	.home-link {
		margin-top: -2em;
	}
  .home-link .inner {
    max-width: 94%;
  }
  .fb_iframe_widget{
	  display:block !important;
	  width:500px;
	  margin:0 auto;
  }
}
.home-link .inner ul {
  overflow: hidden;
  margin-top: 0.6em;
  margin-left: -1em;
}
@media only screen and (max-width: 480px) {
  .home-link .inner ul {
    margin-left: 0;
  }
}
.home-link .inner ul li {
  border: 1px solid #C8C8C8;
  float: left;
  margin-left: 1em;
  margin-top: 0.5em;
}
@media only screen and (max-width: 480px) {
  .home-link .inner ul li {
    margin-left: 0;
    float: none;
    width: 100%;
  }
}
.home-link .inner ul li a {
  display: block;
  border: 1px solid #fff;
  padding: 1em 2em;
  text-align: center;
	background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(#fdfdfd, #eeeeee);
  background: -moz-linear-gradient(#fdfdfd, #eeeeee);
  background: -o-linear-gradient(#fdfdfd, #eeeeee);
  background: linear-gradient(#fdfdfd, #eeeeee);
}
@media only screen and (max-width: 480px) {
  .home-link .inner ul li a.link02 {
    padding: 1.6em 0.4em;
  }
}

/*-------------------------------
	About
-------------------------------*/
.about-history {
  margin: 2.2em 1.2em 0;
}
@media only screen and (max-width: 768px) {
  .about-history {
    margin: 1.8em 0 0;
  }
}
.about-history li {
  padding: 0.8em 0 0.8em 1.2em;
  overflow: hidden;
  background: url(../images/icon06.png) no-repeat 0.3em 1.4em;
}
@media only screen and (max-width: 768px) {
  .about-history li {
    padding: 0.5em 0 0.5em 1.2em;
    background-position: 0.3em 1em;
  }
}

.access iframe {
	display: block;
	width: 100%;
	height: 300px;
}
@media only screen and (max-width: 480px) {
  .access iframe  {
    width: 85%;
	height: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}


.access-list {
  margin-top: 1em;
}
.access-list li {
  list-style-position: outside;
  list-style-type: circle;
  margin-left: 1.8em;
  margin-top: 0.7em;
}
.access-list li a {
  padding-left: 0.6em;
  background: url(../images/icon07.png) no-repeat 0 0.5em;
}

/*-------------------------------
    Activity
-------------------------------*/
.activity-img01 {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .activity-img01 {
    width: 80%;
    float: none;
    display: block;
    margin: 0 auto 15px;
  }
}

.activity-img02 {
  margin: 2em auto 0;
  width: 80%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .activity-img02 {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .activity-img02 {
    margin-top: 1em;
  }
}
.activity-img02 li {
  float: left;
  width: 38%;
  margin: 0 6%;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .activity-img02 li {
    width: 100%;
    float: none;
    margin: 1em auto 0;
  }
}
.activity-img02 li .dt {
  text-align: left;
  color: #417309;
  margin-top: 0.5em;
  padding: 0.3em 0 0 0;
  border-top: 1px dotted #75A624;
}
@media only screen and (max-width: 480px) {
  .activity-img02 li .dt {
    width: 60%;
    min-width: 210px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*-------------------------------
	Futago
-------------------------------*/
.futago-btn01 {
  display: block;
  max-width: 246px;
  height: auto;
  margin: 1.5em auto 0;
}
@media only screen and (max-width: 480px) {
  .futago-btn01 {
    width: 80%;
  }
}

/*-------------------------------
	Support
-------------------------------*/
.support-md01 {
  margin: 2em 0.6em 1.4em;
  font-weight: bold;
  font-size: 1.4285em;
  color: #417309;
}
@media only screen and (max-width: 768px) {
  .support-md01 {
    margin: 2em 0 1.4em;
  }
}

.support-list01 {
  margin: 0.5em 1em 0;
}
@media only screen and (max-width: 768px) {
  .support-list01 {
    margin: 0.5em 0 0;
  }
}
.support-list01 li {
  margin-top: 1.5em;
  padding-left: 1em;
  background: url(../images/icon06.png) no-repeat 0 0.5em;
}
@media only screen and (max-width: 768px) {
  .support-list01 li {
    padding-left: 1.4em;
    background-position: 0.3em 0.5em;
  }
}
.support-list01 li h3 {
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #417309;
}

/*-------------------------------
	Privacy
-------------------------------*/
.privacy-list01 {
  margin-left: 2.5em;
  margin-right: 1em;
  list-style-position: outside;
  list-style-type: disc;
}
.privacy-list01 li {
  margin-top: 0.5em;
}
