@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
/* /////////////////////////////////////////////////////////////////////////// Basic */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, figure, hr, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

main, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

table {
	border-collapse: collapse;
  border-spacing: 0; }

li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.3; }
  h1.bold, h2.bold, h3.bold, h4.bold, h5.bold, h6.bold {
    font-weight: 500; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

legend {
  color: #000; }

img, svg {
	max-width: 100%;
	height: auto;
  font-size: 0;
  line-height: 0;
  vertical-align: top; }

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal; }

mark {
  background: none; }

p, blockquote, dl, figcaption {
  line-height: 1.8; }

ol, ul {
  line-height: 1.8;
  list-style: none; }

a {
  cursor: pointer;
  outline: none; }

fieldset, img {
  border: 0; }

hr {
  border: 0;
  height: 0; }

*, *:before, *:after {
  box-sizing: border-box; }

body {
  font-family: 'Noto Sans JP',Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
  font-size: 1em;
}

table {
  font-size: inherit;
  font: 100%; }

pre, code, kbd, samp, tt {
  font-family: monospace;
  line-height: 100%; }

.serif {
  font-family: 'Sawarabi Mincho', serif; }

a:link {
  color: #0071ae;
  text-decoration: none; }

a:visited {
  color: #111; }

a:hover, a:active {
  color: #45b7ea;
  text-decoration: underline; }

.bnrlink a {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.pdf, .word, .excel,
.inside,
.outside {
  display: inline-block;
  margin-left: 1.2em;
  text-indent: -1.2em; }

.pdf:before {
  color: #d00;
  content: '\f1c1';
  font-family: 'FontAwesome';
  margin-right: 5px; }

.word:before {
  color: #2f59e4;
  content: '\f1c2';
  font-family: 'FontAwesome';
  padding-right: 5px; }

.excel:before {
  color: #4ac61d;
  content: '\f1c3';
  font-family: 'FontAwesome';
  padding-right: 5px; }

.inside:before {
  content: '';
  display: inline-block;
  background: url(img/arrow_right.svg) no-repeat center center;
  background-size: cover;
  margin: 0 5px 1px 0;
  width: 14px;
  height: 14px;
  vertical-align: middle; }

.outside:before {
  content: '';
  display: inline-block;
  background: url(img/arrow_right.svg) no-repeat center center;
  background-size: cover;
  margin: 0 5px 1px 0;
  transform: rotate(-45deg);
  width: 14px;
  height: 14px;
  vertical-align: middle; }

.inside-link ul li a:before,
.anchor:before {
  content: '';
  display: inline-block;
  background: url(img/arrow_right.svg) no-repeat center center;
  background-size: cover;
  margin: 0 5px 1px 0;
  transform: rotate(90deg);
  width: 14px;
  height: 14px;
  vertical-align: middle; }

.inside-link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .inside-link ul li {
    margin-left: 1.5em; }
    .inside-link ul li:first-child {
      margin-left: 0; }

a.imglink {
	display: inline-block;
	position: relative;
}
a.imglink img {
	border: solid 1px #ddd;
	margin: 0 6px 8px 0;
}
a:hover.imglink {
	text-decoration: none;
}
a:hover.imglink img {
	border-color: #7EB6FF;
}
a.imglink .caption {
	transition: all, .2s;
	display: inline-block;
	position: absolute;
	left: 0; right: 0; bottom: 0;
	padding: 8px;
	line-height: 1.5;
	background: rgba(0,0,0,.2);
	color: #fff;
	text-shadow: 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000;
	text-align: center;
}
a:hover.imglink .caption {
	background: rgba(0,0,0,.4);
}

.xCenter a.imglink img {
	margin: 0 3px 8px;
}

.clearfix:after,
.wrapper:after {
  content: "";
  clear: both;
  display: table; }

/* /////////////////////////////////////////////////////////////////////////// Layout */
body {
  text-align: center; }

.wrapper {
  max-width: 1230px;
	padding-left: 15px;
	padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
  text-align: left; }

.radius5 {
  border-radius: 5px; }

.mb,
.pc-none,
.pc-none-inline {
  display: none; }

.s-header {
	position: relative;
  margin: 0 auto;
  padding: 25px; }
  .s-header h1 {
		width: 320px; }

    .s-header .menu-toggle {
			display: none;
			position: absolute;
			top: 50%; right: 25px;
			margin-top: -14px;
      color: #009ce6;
      cursor: pointer;
      text-align: center;
      width: 36px;
      height: 36px;
      z-index: 101; }
      .s-header .menu-toggle > div {
        position: relative; }
        .s-header .menu-toggle > div span {
          background: #000;
          display: block;
          left: 0;
          position: absolute;
          width: 100%;
          height: 3px;
          transition: .35s ease-in-out; }
          .s-header .menu-toggle > div span:nth-child(1) {
            top: 0; }
          .s-header .menu-toggle > div span:nth-child(2) {
            top: 10px; }
          .s-header .menu-toggle > div span:nth-child(3) {
            top: 20px; }
        .s-header .menu-toggle > div.close span:nth-child(1) {
          top: 10px;
          transform: rotate(315deg); }
        .s-header .menu-toggle > div.close span:nth-child(2) {
          width: 0;
          left: 50%; }
        .s-header .menu-toggle > div.close span:nth-child(3) {
          top: 10px;
          transform: rotate(-315deg); }

.g-nav {
  background-color: #009ce6; }
  .g-nav-main {
    display: flex;
    margin: 0 auto;
    position: relative; }
    .g-nav-main li {
      border-right: 1px solid #fff;
      flex: 1;
      font-size: 14px;
			font-size: 0.875rem;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 500;
      line-height: 1;
      text-align: center; }
      .g-nav-main li:last-child {
        border-right: 0; }
      .g-nav-main li a {
        color: #fff;
        display: block;
        text-decoration: none;
        width: 100%;
        height: 100%;
        padding: 25px 0; }
        .g-nav-main li a.branch {
          position: relative; }
      .g-nav-main li.active > a {
        background-color: rgba(255,255,255,.3); }
      .g-nav-main li .active:after {
        z-index: 800; }
/*
.g-nav-main li:nth-child(5) > a:after {
	display: inline-block;
	content: 'NEW';
	font-size: 80%;
	background-color: red;
	padding: 3px 5px;
	margin-left: 6px;
}*/


.btn-pagetop {
  position: fixed;
	z-index: 1000;
  bottom: 150px;
  right: 0; }
  .btn-pagetop a {
    background-color: #333;
    display: block;
    padding: 15px 0;
    width: 60px;
    height: 60px;
    z-index: 8000; }
    .btn-pagetop a:hover {
      background-color: #888; }

.s-footer {
  background-color: #eee;
  padding: 1.5rem 0 2rem; }
  .s-footer a {
    color: #000;
    text-decoration: none; }
    .s-footer a:hover {
      text-decoration: underline; }
  .s-footer-sitemap {
    display: flex;
    margin: 20px auto;
    text-align: left;
    width: 1200px; }
    .s-footer-sitemap > div {
      border-left: 1px solid #a5a5a5;
      flex: 1;
      padding: 0 15px; }
      .s-footer-sitemap > div:first-child {
        border: 0;
        padding: 0 15px 0 0; }
    .s-footer-sitemap dl {
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 1.6; }
      .s-footer-sitemap dl dt {
        font-weight: bold; }
      .s-footer-sitemap dl dd {
        margin-left: 1em; }
  .s-footer-group {
    border-top: 1px solid #a5a5a5; }
    .s-footer-group ul {
      display: flex;
      margin: 0 auto;
      width: 1200px; }
      .s-footer-group ul li {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 13px;
        font-size: 0.8125rem;
        margin-right: 30px; }
    .s-footer-group a {
      display: block;
      padding: 15px 0; }
      .s-footer-group a:before {
        color: #a5a5a5;
        content: '\f0da';
        font-family: 'FontAwesome';
        margin-right: 4px; }
      .s-footer-group a:hover,
      .s-footer-group a:hover:before {
        color: #45b7ea;
        text-decoration: none; }
  .s-footer .author {
    border-top: 1px solid #a5a5a5;
    padding: 20px; }
    .s-footer .author > div {
      align-items: center;
      display: flex;
      flex-wrap: wrap;
      margin: 0 auto;
      width: 1200px; }
      .s-footer .author > div .author-logo {
        opacity: 0.3;
        filter: alpha(opacity=30); }
      .s-footer .author > div .address {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 13px;
        font-size: 0.8125rem;
        margin: 0 auto 0 2em; }
      .s-footer .author > div .copyright {
        color: #8b8b8b; }
        .s-footer .author > div .copyright small {
          font-family: Helvetica, Arial, sans-serif;
          font-size: 12px;
          font-size: 0.75rem; }

.c-header { margin-bottom: 0; }
  .c-header h2 {
    background: url(img/header_bg_stripe.png) repeat center center;
    border-bottom: 1px solid #009ce6;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 1.3;
    padding: 25px 0;
    position: relative; }
    .c-header h2:after {
      background: #009ce6;
      content: '';
      width: 200px;
      height: 5px;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
  .c-header .c-nav-seclevel {
    background: #fff;
    font-family: 'Noto Sans JP', sans-serif; }
    .c-header .c-nav-seclevel ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .c-header .c-nav-seclevel ul li {
        padding: 8px;
        flex: 1 0 auto;
        text-align: center;
        white-space: nowrap; }
        .c-header .c-nav-seclevel ul li a {
          color: #000;
          display: block;
          border: 1px solid #ccc;
					border-radius: 4px;
					font-size: 115%;
          padding: 8px 25px;
          text-decoration: none; }
          .c-header .c-nav-seclevel ul li a:hover,
          .c-header .c-nav-seclevel ul li a.active {
            background-color: #DCEDF8; }
          .c-header .c-nav-seclevel ul li a i {
            content: '';
            display: inline-block;
            background: url(img/arrow_right.svg) no-repeat center center;
            background-size: cover;
            margin: 0 5px 1px 0;
            width: 14px;
            height: 14px;
            vertical-align: middle; }
          .c-header .c-nav-seclevel ul li a.category i {
            transform: rotate(-45deg); }
  .c-header .cmenu-toggle {
    display: none; }

/* /////////////////////////////////////////////////////////////////////////// Common */
.xLeft, .sp-center {
  text-align: left; }

.xCenter, .sp-left {
  text-align: center; }

.xRight {
  text-align: right; }

.yTop {
  vertical-align: top; }

.yMiddle {
  vertical-align: middle; }

.yBottom {
  vertical-align: bottom; }

.fLeft {
  float: left; }

.fRight {
  float: right; }

.inline-block {
  display: inline-block; }

.wrap-clear {
  overflow: hidden;
  zoom: 1; }

.hr-line {
  border-top: 1px solid #ddd;
  text-align: center; }
  .hr-line:after {
    content: '§';
    display: inline-block;
    background: #fff;
    color: #ddd;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    padding: 5px 8px;
    position: relative;
    top: -15px;
    transform: rotate(60deg); }

.mgt5 {
  margin-top: 5px; }

.mgt10 {
  margin-top: 10px; }

.mgt15 {
  margin-top: 15px; }

.mgt20 {
  margin-top: 20px; }

.mgt25 {
  margin-top: 25px; }

.mgt30 {
  margin-top: 30px; }

.mgt35 {
  margin-top: 35px; }

.mgt40 {
  margin-top: 40px; }

.mgt3 {
  margin-top: 3px; }

.mgt8 {
  margin-top: 8px; }

.mgr5 {
  margin-right: 5px; }

.mgr10 {
  margin-right: 10px; }

.mgr15 {
  margin-right: 15px; }

.mgr20 {
  margin-right: 20px; }

.mgr25 {
  margin-right: 25px; }

.mgr30 {
  margin-right: 30px; }

.mgr35 {
  margin-right: 35px; }

.mgr40 {
  margin-right: 40px; }

.mgb5 {
  margin-bottom: 5px; }

.mgb10 {
  margin-bottom: 10px; }

.mgb15 {
  margin-bottom: 15px; }

.mgb20 {
  margin-bottom: 20px; }

.mgb25 {
  margin-bottom: 25px; }

.mgb30 {
  margin-bottom: 30px; }

.mgb35 {
  margin-bottom: 35px; }

.mgb40 {
  margin-bottom: 40px; }

.mgb3 {
  margin-bottom: 3px; }

.mgb8 {
  margin-bottom: 8px; }

.mgl5 {
  margin-left: 5px; }

.mgl10 {
  margin-left: 10px; }

.mgl15 {
  margin-left: 15px; }

.mgl20 {
  margin-left: 20px; }

.mgl25 {
  margin-left: 25px; }

.mgl30 {
  margin-left: 30px; }

.mgl35 {
  margin-left: 35px; }

.mgl40 {
  margin-left: 40px; }

.mgl1em {
  margin-left: 1em; }

.text11 {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.6; }

.text12 {
  font-size: 12px;
  font-size: 0.75rem; }

.text13 {
  font-size: 13px;
  font-size: 0.8125rem; }

.text14 {
  font-size: 14px;
  font-size: 0.875rem; }

.text15 {
  font-size: 15px;
  font-size: 0.9375rem; }

.text16 {
  font-size: 16px;
  font-size: 1rem; }

.text18 {
  font-size: 18px;
  font-size: 1.125rem; }

.text20 {
  font-size: 20px;
  font-size: 1.25rem; }

.text22 {
  font-size: 22px;
  font-size: 1.375rem; }

.text24 {
  font-size: 24px;
  font-size: 1.5rem; }

.line13 {
  line-height: 1.3; }

.line15 {
  line-height: 1.5; }

.notes {
  margin-left: 1em;
  text-indent: -1em; }

.idt {
  text-indent: 1em; }

.red {
  color: #f00; }

.green {
  color: #009ce6; }

.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

.nowrap {
  white-space: nowrap; }

.normal {
  font-weight: normal; }

.h01 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 50px;
  padding-bottom: 15px;
  position: relative;
  text-align: center; }
  .h01:after {
    background-color: #009ce6;
    content: '';
    width: 55px;
    height: 2px;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }

.h02, .h02-noborder, .infoItem h2 {
  border-left: 4px solid #009ce6;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
  padding: 0 0 0 10px; }
  .h02-noborder {
    border: 0;
    padding: 0; }

.h03 {
  background-color: #ced4c8;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  padding: 5px 8px; }

.h04 {
  border-bottom: 1px dotted #a5a5a5;
  color: #009ce6;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.3;
  padding-bottom: 8px; }

.lead {
	font-size: 24px;
	font-size: 1.5rem;
  font-size: 18px;
	text-align: center;
	margin-bottom: 2em;
}

.infoItem p {
	margin-bottom: 1em;
}
.infoItem .pubDate {
	text-align: right; }

.border-box {
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.4); }
  .border-box-gray {
    border: 1px solid #ddd; }

.solid-box {
  border-radius: 5px;
  padding: 10px 15px; }
  .solid-box-green {
    background: #DFEBF8;
    box-shadow: inset 1px 1px 1px #bcbcbc; }
  .solid-box-gray {
    background: #f1f1f1;
    box-shadow: inset 1px 1px 1px #bcbcbc; }

.columnbox {
  display: flex;
  flex-wrap: wrap; }
  .columnbox .column-2 {
    margin-left: 4%;
    margin-top: 15px;
    width: 48%; }
    .columnbox .column-2:nth-child(-n+2) {
      margin-top: 0; }
    .columnbox .column-2:nth-of-type(odd) {
      margin-left: 0; }
  .columnbox .column-3 {
    margin-left: 2%;
    margin-top: 15px;
    width: 32%; }
    .columnbox .column-3:nth-child(-n+3) {
      margin-top: 0; }
    .columnbox .column-3:nth-of-type(3n+1) {
      margin-left: 0; }
  .columnbox .column-4 {
    margin-left: 2%;
    margin-bottom: 15px;
    width: 23.5%; }
    .columnbox .column-4:nth-child(-n+4) {
      margin-top: 0; }
    .columnbox .column-4:nth-of-type(4n+1) {
      margin-left: 0; }
  .columnbox .full-img img {
    width: 100%;
    height: auto; }

.disc-list01 > li {
  margin-left: 1.6em;
  list-style: disc; }
  .disc-list01 > li.no-disc {
    list-style: none; }

.disc-list02 > dt {
  margin-left: 1.4em;
  display: list-item; }

.disc-list02 > dd {
  margin-left: 1.4em; }

.num-list01 > li {
  margin-left: 2.4em;
  list-style: decimal; }

.num-list02 > li {
  margin-left: 2.4em;
	position:relative;
  counter-increment: cnt; }
  .num-list02 > li:before {
    display: inline-block;
		width: 2.4em;
		position:absolute;
		left: -2.4em;
		text-align:center;
		top: 0;
    content: "(" counter(cnt) ") "; }

.num-list03 > li {
  margin-left: 1.4em;
  text-indent: -1.4em;
  counter-increment: cnt; }
  .num-list03 > li:before {
    display: marker;
    content: counter(cnt) ") "; }

.alpha-list01 > li {
  margin-left: 1.2em;
  list-style: upper-alpha; }

.pdf-list01 > li {
  margin-left: 1.2em;
  text-indent: -1.2em; }
  .pdf-list01 > li:before {
    color: #d00;
    content: '\f1c1';
    font-family: 'FontAwesome';
    margin-right: 5px; }

.kome-list01 > li {
  margin-left: 1.2em;
  text-indent: -1.2em; }
  .kome-list01 > li:before {
    content: '※';
		text-indent: 0;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    display: inline-block;
		width: 1.2em; }

.link-list01 > li:before {
  content: '';
  display: inline-block;
  background: url(img/arrow_right.svg) no-repeat center center;
  background-size: cover;
  margin: 0 5px 1px 0;
  width: 14px;
  height: 14px;
  vertical-align: middle; }

.dl-list01 {
  overflow: hidden;
  line-height: 1.5; }
  .dl-list01 dt {
    clear: left;
    float: left; }

.dl-list-border {
  border-top: 1px solid #ccc; }
  .dl-list-border dd {
    border-bottom: 1px solid #ccc; }

.dl-w3 dt {
  padding: 5px 0;
  width: 3em; }

.dl-w3 dd {
  padding: 5px 0 5px 4em; }

.dl-w4 dt {
  padding: 5px 0;
  width: 4em; }

.dl-w4 dd {
  padding: 5px 0 5px 5em; }

.dl-w5 dt {
  padding: 5px 0;
  width: 5em; }

.dl-w5 dd {
  padding: 5px 0 5px 6em; }

.dl-w6 dt {
  padding: 5px 0;
  width: 6em; }

.dl-w6 dd {
  padding: 5px 0 5px 7em; }

.dl-w7 dt {
  padding: 5px 0;
  width: 7em; }

.dl-w7 dd {
  padding: 5px 0 5px 8em; }

.dl-w8 dt {
  padding: 5px 0;
  width: 8em; }

.dl-w8 dd {
  padding: 5px 0 5px 9em; }

.dl-w9 dt {
  padding: 5px 0;
  width: 9em; }

.dl-w9 dd {
  padding: 5px 0 5px 10em; }

.dl-w10 dt {
  padding: 5px 0;
  width: 10em; }

.dl-w10 dd {
  padding: 5px 0 5px 11em; }

.dl-w11 dt {
  padding: 5px 0;
  width: 11em; }

.dl-w11 dd {
  padding: 5px 0 5px 12em; }

.dl-w12 dt {
  padding: 5px 0;
  width: 12em; }

.dl-w12 dd {
  padding: 5px 0 5px 13em; }

.dl-w13 dt {
  padding: 5px 0;
  width: 13em; }

.dl-w13 dd {
  padding: 5px 0 5px 14em; }

.dl-w14 dt {
  padding: 5px 0;
  width: 14em; }

.dl-w14 dd {
  padding: 5px 0 5px 15em; }

.dl-w15 dt {
  padding: 5px 0;
  width: 15em; }

.dl-w15 dd {
  padding: 5px 0 5px 16em; }

.tb th, .tb td {
  padding: 4px 6px; }

.tb .gray {
  background: #f1f1f1; }

.tb-tb01 {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc; }
  .tb-tb01 th, .tb-tb01 td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }
  .tb-tb01 td {
    background: rgba(255, 255, 255, 0.4); }

.w5 {
  width: 5%; }

.w10 {
  width: 10%; }

.w15 {
  width: 15%; }

.w20 {
  width: 20%; }

.w25 {
  width: 25%; }

.w30 {
  width: 30%; }

.w35 {
  width: 35%; }

.w40 {
  width: 40%; }

.w45 {
  width: 45%; }

.w50 {
  width: 50%; }

.w55 {
  width: 55%; }

.w60 {
  width: 60%; }

.w65 {
  width: 65%; }

.w70 {
  width: 70%; }

.w75 {
  width: 75%; }

.w80 {
  width: 80%; }

.w85 {
  width: 85%; }

.w90 {
  width: 90%; }

.w95 {
  width: 95%; }

.w100 {
  width: 100%; }

.w1em {
  width: 1em; }

.w2em {
  width: 2em; }

.w3em {
  width: 3em; }

.w4em {
  width: 4em; }

.w5em {
  width: 5em; }

.w6em {
  width: 6em; }

.w7em {
  width: 7em; }

.w8em {
  width: 8em; }

.w9em {
  width: 9em; }

.w10em {
  width: 10em; }

.photo-r {
  float: right;
  margin-left: 15px; }

.photo-c {
  text-align: center; }

.photo-l {
  float: left;
  margin-right: 15px; }

.photo-r,
.photo-r-full {
  float: right;
  margin-left: 15px; }

.photo-c {
  text-align: center; }

.photo-l,
.photo-l-full {
  float: left;
  margin-right: 15px; }

.photo-full img {
  width: 100%;
  height: auto; }

.videolink {
  display: block;
  position: relative; }
.videolink:before {
	color: #fff;
	content: '\f16a';
	font-family: 'FontAwesome';
	font-size: 50px;
	font-size: 3.125rem;
	position: absolute;
	right: 50%;
	bottom: 50%;
	transform: translate(50%, 50%);
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
	z-index: 100; }

.contactbox {
  border: 1px solid #a5a5a5;
  display: flex;
  margin: 35px auto;
  width: 1000px; }
	.contactbox > div {
		display: flex;
		align-items: center; }
  .contactbox > div:nth-of-type(1) {
    background: #009ce6;
    padding: 20px;
    position: relative;
    white-space: nowrap; }
  .contactbox > div:nth-of-type(2) {
    border-right: 1px solid #a5a5a5;
    margin: 15px 25px;
    padding-right: 25px;
    position: relative; }
  /*.contactbox h3,
  .contactbox h4 {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }*/
  .contactbox h3 {
    color: #fff;
		position: relative;
    padding-left: 55px; }
    .contactbox h3:before {
      content: '';
      background: url(img/contact.svg) no-repeat center center;
      background-size: cover;
      display: block;
      position: absolute;
      width: 44px;
      height: 44px;
      left: 0px;
      top: -3px; }
  .contactbox ul {
    padding: 15px 0; }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus:-moz-placeholder {
  color: transparent; }

input:focus::-moz-placeholder {
  color: transparent; }

input::focus::placeholder {
  color: transparent; }

.content-area {
  text-align: left; }
  .content-area input[type=button],
  .content-area input[type=submit] {
    border: 0;
    cursor: pointer;
    font-family: FontAwesome;
    -webkit-appearance: none;
    appearance: none; }
  .content-area input[type=text] {
    border: 1px solid #bbb;
    border-radius: 5px;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    padding: 6px 10px; }
    .content-area input[type=text]:focus {
      border: 1px solid #aaa;
      box-shadow: 0px 0px 3px rgba(61, 176, 246, 0.8); }
  .content-area input[type=radio] {
    outline: none; }
  .content-area select {
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #bbb;
    border-radius: 5px;
    box-sizing: content-box;
    padding: 6px 8px; }
    .content-area select:focus {
      border: 1px solid #aaa;
      box-shadow: 0px 0px 3px rgba(61, 176, 246, 0.8); }
  .content-area textarea {
    border: 1px solid #bbb;
    border-radius: 5px;
    outline: none;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    padding: 6px 10px; }
    .content-area textarea:focus {
      border: 1px solid #aaa;
      box-shadow: 0px 0px 3px rgba(61, 176, 246, 0.8); }

/*
.historyback {
  display: none;
  margin: 0 15px 10px 15px;
  text-align: left;
}
*/
.breadcrumbs {
  font-size: 0;
  margin: 0 0 30px;
  padding: 5px 10px;
  text-align: left;
  background-color: #f1fbff;
}
  .breadcrumbs li {
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6; }
    .breadcrumbs li:before {
      margin: 0 6px;
      color: #666;
      content: '>'; }
    .breadcrumbs li:first-child {
      margin: 0;
      color: #666;
      content: '>'; }
    .breadcrumbs li:first-child:before {
			display: none; }
    .breadcrumbs li a {
      color: #0071ae;
      text-decoration: none; }
      .breadcrumbs li a:hover {
        color: #45b7ea;
        text-decoration: underline; }

.content {
  margin-right: auto;
  margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
  max-width: 1030px; }

.content article {
	margin-bottom: 80px;
}

.top-visual {
  /* max-height: 600px;
  position: relative;
  overflow: hidden; */
	margin-bottom: 30px;
}
  .top-visual .base img {
    width: 100%; }
  .top-visual .msg {
    position: absolute;
		top: 16%;
		left: 6%;
		font: normal 42px/1.3 "Sawarabi Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
		color: #111;
    }

.top-gkln {
  max-height: 210px;
  position: relative;
  overflow: hidden; }
	.top-gkln a {
		display: block;
		color: #fff;
		border-top: solid 1px #fff; }
		.top-gkln a:before {
			content: '\f105';
			font-family: 'FontAwesome';
			font-size: 50px;
			line-height: 1;
			position: absolute;
			z-index: 999;
			top: 50%;
			margin-top: -25px;
			right: 15px; }
    .top-gkln a > div {
      background: rgba(0, 0, 0, 0.2);
      position: absolute;
      width: 100%;
      height: 100%; }
		.top-gkln a > div p {
			position: absolute;
			text-align: center;
			top: 50%; width: 100%;
			margin-top: -19px; }
		.top-gkln a > div p img {
			max-width: 80%; }
		.top-gkln .base img {
			width: 100%; }
    .top-gkln a:hover > div {
			background: rgba(0, 0, 0, 0.1); }

.top-group {
  background: #009ce6;
  color: #fff;
  display: flex; }
  .top-group a {
    color: #fff;
    display: block;
    flex: 1;
		border-top: solid 1px #fff;
		border-left: solid 1px #fff;
    overflow: hidden;
    position: relative;
    text-decoration: none; }
	.top-group a:first-child { border-left: none; }
    .top-group a:before {
      content: '\f105';
      font-family: 'FontAwesome';
      font-size: 40px;
      font-size: 2.5rem;
      position: absolute;
      z-index: 999;
      top: 38%;
      right: 15px; }
    .top-group a > div {
      background: rgba(0, 0, 0, 0.2);
      position: absolute;
      width: 100%;
      height: 100%; }
		.top-group a > div p img {
			max-width: 80%; }
    .top-group a .base img {
      width: 100%;
      height: auto; }
    .top-group a h3 {
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 19px;
      font-size: 1.1875rem;
      font-weight: 400;
      margin: 14% 0 15px 0; }
  .top-group a:hover > div {
    background: rgba(0, 0, 0, 0.1); }

.top-news {
  margin-bottom: 40px; }
  .top-news-tab {
    width: 1200px;
    display: flex;
    font-family: 'Noto Sans JP', sans-serif;
    margin: auto; }
    .top-news-tab li {
      border-top: 1px solid #a5a5a5;
      border-right: 1px solid #a5a5a5;
      width: 10em; }
      .top-news-tab li:first-child {
        border-left: 1px solid #a5a5a5; }
    .top-news-tab a {
      background-color: #bebebe;
      border-bottom: 1px solid #a5a5a5;
      color: #666;
      display: block;
      padding: 8px 0;
      text-decoration: none; }
      .top-news-tab a.selected {
        border-bottom: 1px solid #fff;
        background-color: #fff;
        color: #000; }
	.top-news h2 {
		max-width: 1230px;
		padding-left: 15px;
		padding-right: 15px;
		margin: 0 auto;
		text-align: left;
	}
	.top-news h2 span {
		display: inline-block;
		border: 1px solid #a5a5a5;
		border-bottom: none;
		padding: 10px;
		text-align: center;
		width: 10em;
		background: #fff;
		position: relative;
		top:1.5px;
	}
	.top-news .panel {
    border-top: 1px solid #a5a5a5;
    padding: 50px 0 ; }
  .top-news .news-list {
    margin: 0 auto;
		padding-left: 15px;
		padding-right: 15px;
    max-width: 1230px;
    width: 100%;
  }

.news-list-link {
  text-align: right; }
  .news-list-link li {
    display: inline-block;
    margin-left: 10px; }
    .news-list-link li:first-child {
      margin: 0; }
    .news-list-link li a {
      color: #000; }
      .news-list-link li a:hover {
        color: #45b7ea;
        text-decoration: none; }
      .news-list-link li a .fa {
        color: #8b8b8b; }

.top-ctbanner {
    text-align: center;
    margin: 40px auto;
    background-color: #f4f4f4;
    padding: 60px;
}
.top-ctbanner > .columnbox {
  max-width: 1200px;
  margin: auto;
}
@media screen and (min-width:768px) and ( max-width:1024px)  {
.top-ctbanner {
    padding: 10px;
}
}
@media screen and (max-width: 767px) {
.top-ctbanner {
    margin: 20px auto;
    padding: 10px;
}
.top-ctbanner > .columnbox .column-2:nth-child(1) {
    margin-top: 0px;
}
.top-ctbanner > .columnbox .column-2:nth-child(2) {
    margin-top: 10px;
}
}

.tgs-contmenu {
	padding:7px 0;
	background:#009ce6;
}
.tgs-contmenu > ul {
	max-width:1216px;
	margin: 0 auto;
	display: flex;
}
.tgs-contmenu > ul > li {
	margin: 8px;
	flex: 1;
}
.tgs-contmenu > ul > li > a {
	display: block;
	position: relative;
	font-size: 24px;
	line-height: 30px;
	overflow: hidden;
}
.tgs-contmenu > ul > li > a:hover {
	text-decoration: none;
}
.tgs-contmenu > ul > li > a:before {
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 50px;
	line-height: 1;
	position: absolute;
	z-index: 999;
	top: 50%;
	margin-top: -25px;
	right: 15px; }
.tgs-mn-thumb > li {
	/*background-position: center center;
	background-size: cover;*/
	background-color: #fff;
}
.tgs-mn-thumb a {
	text-align: center;
	color: #111;
	padding: 60px 20px;
	height: 150px;
}
.tgs-mn-thumb a:hover {
	background-color: rgba(0,0,0,0.1);
}
/*
#tgs-mn01 { background-image: url(../../img/top_nav_01.jpg); }
#tgs-mn02 { background-image: url(../../img/top_nav_02.jpg); }
#tgs-mn03 { background-image: url(../../img/top_nav_03.jpg); }
*/

.tgs-mn-banner > li {
	background-color: #fff;
	background-position: 86% center;
	background-repeat: no-repeat;
	background-size: contain;
}
.tgs-mn-banner a {
	position: relative;
	text-align: left;
	color: #000;
	padding: 35px 40px;
	height: 100px;
}
.tgs-mn-banner a:hover {
	background-color: rgba(0,0,0,0.1);
}
.tgs-mn-banner a small {
	position: absolute;
	top:40px; left: 155px;
	display: inline-block;
	vertical-align: middle;
	font-size: 58%;
	line-height: 1.4;
}
/*
#tgs-mn04 { background-image: url(../../img/top_bn_bg01.jpg); }
*/
#tgs-mn05 { background-image: url(../../img/top_bn_bg02.jpg); }

.top-contmenu {
	margin-top: 20px;
}

.top-contmenu-large {
  margin-bottom: 20px;
  display: flex; }
  .top-contmenu-large li {
    background-color: #fff;
    border-top: 1px solid #a5a5a5;
    border-bottom: 1px solid #a5a5a5;
    border-left: 1px solid #a5a5a5;
    flex: 1;
    position: relative;
    text-align: left; }
    .top-contmenu-large li:first-child {
      border-left: 0; }
  .top-contmenu-large a {
    color: #000;
    display: block;
    height: 100%;
    text-decoration: none; }
    .top-contmenu-large a:hover {
      color: #45b7ea; }
    .top-contmenu-large a:after {
      content: '';
      background: url(img/arrow_right.svg) no-repeat center center;
      background-size: cover;
      display: block;
      position: absolute;
      width: 20px;
      height: 20px;
      bottom: 13px;
      right: 10px; }
  .top-contmenu-large .thumb {
    overflow: hidden;
    max-height: 200px; }
    .top-contmenu-large .thumb img {
      width: 100%;
      height: auto; }
  .top-contmenu-large .cont-title {
    display: block;
    padding: 30px 15px 30px 15px;
    text-align: center; }

.top-contmenu-normal {
  margin-bottom: 20px;
  display: flex; }
  .top-contmenu-normal li {
    background-color: #fff;
		background-repeat:no-repeat;
		background-position:left top;
		background-size: contain;
    border-top: 1px solid #a5a5a5;
    border-bottom: 1px solid #a5a5a5;
    border-left: 1px solid #a5a5a5;
    flex: 1;
    position: relative;
    text-align: left; }
    .top-contmenu-normal li:first-child {
      border-left: 0; }
  .top-contmenu-normal a {
    color: #000;
    display: block;
    height: 100%;
		line-height:1.2;
    text-decoration: none;
    padding: 30px 15px 30px 15px;
    text-align: center; }
    .top-contmenu-normal a:hover {
      background-color: rgba(0,0,0,0.1); }
    .top-contmenu-normal a:after {
      content: '';
      background: url(img/arrow_right.svg) no-repeat center center;
      background-size: cover;
      display: block;
      position: absolute;
      width: 20px;
      height: 20px;
      bottom: 13px;
      right: 10px; }
	#tgs-ft1 { background-image: url(../../img/top_nav_ft01.jpg); }
	#tgs-ft2 { background-image: url(../../img/top_nav_ft02.jpg); }
	#tgs-ft3 { background-image: url(../../img/top_nav_ft03.jpg); }
	#tgs-ft4 { background-image: url(../../img/top_nav_ft04.jpg); }


.news-title {
  align-content: center;
  border-bottom: 2px solid #ddd;
  display: flex;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 10px;
  padding-bottom: 2px; }
  .news-title h2 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    margin-right: auto; }
  .news-title a {
    color: #000;
    font-size: 13px;
    font-size: 0.8125rem; }
    .news-title a:hover {
      color: #45b7ea;
      text-decoration: none; }
    .news-title a:before {
      color: #8b8b8b;
      content: '\f0c9';
      font-family: 'FontAwesome';
      margin-right: 4px; }

.news-list {
  clear: both;
  overflow: hidden;
  line-height: 1.5;
  text-align: left; }
  .news-list dt {
    clear: left;
    float: left;
    padding: 6px 0;
    position: relative;
    width: 8em;
    white-space: nowrap; }
  .news-list dd {
    padding: 6px 0 6px 9em; }
    .news-list dd em {
      color: #d00;
      margin-left: 5px; }
  .news-list a {
    text-decoration: none; }
    .news-list a:hover {
      text-decoration: underline;
      color: #009ce6;
     }

.paging {
  border-top: 1px solid #a5a5a5;
  margin-top: 20px;
  padding-top: 20px; }
  .paging ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .paging ul li {
      margin: 2px 2px;
      border: 1px solid #ddd; }
      .paging ul li a {
        padding: 0px 6px;
        display: block;
        color: #0071ae; }
        .paging ul li a:hover,
        .paging ul li a:active {
          color: #45b7ea;
          text-decoration: none; }
      .paging ul li em {
        color: #fff;
        padding: 0px 6px;
        display: block;
        font-weight: bold;
        background: #009ce6; }



@media screen and (max-width: 59.9375em) {
  /* /////////////////////////////////////////////////////////////////////////// Basic */
  p, blockquote, li, dt, dd, table {
    line-height: 1.6;
    word-wrap: break-word; }
  .mb {
    display: block; }
  .mb-none {
    display: none; }
  /* /////////////////////////////////////////////////////////////////////////// Layout */
  body {
    -webkit-text-size-adjust: 100%; }
  .s-header {
    padding: 15px; }
    .s-header h1 {
      width:240px; }

  .btn-pagetop a {
    background-color: #333; }
    .btn-pagetop a:hover {
      background-color: #333; }
  .s-footer {
    border: 0; }
    .s-footer-sitemap {
      display: none; }
    .s-footer-group {
      border-top: 1px solid #a5a5a5; }
      .s-footer-group ul {
        justify-content: center;
        width: auto; }
        .s-footer-group ul li {
          margin-right: 20px; }
          .s-footer-group ul li:last-child {
            margin-right: 0; }
      .s-footer-group a {
        padding: 10px 0; }
    .s-footer .author {
      padding: 15px; }
      .s-footer .author > div {
        flex-direction: column;
        width: auto; }
        .s-footer .author > div .author-logo img {
          width: 200px;
          height: auto; }
        .s-footer .author > div .address {
          margin: 8px auto 3px; }
  .c-nav-toplevel {
    display: none; }
  .c-header {
    margin-bottom: 20px; }
    .c-header > div {
      position: relative; }
    .c-header h2 {
      border-bottom: 1px solid #009ce6;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.3;
      padding: 15px 65px 15px 15px;
      text-align: left; }
      .c-header h2:after {
        content: none; }

  .breadcrumbs {
    display: none; }
  .contactbox {
    flex-direction: column;
    margin: 30px 15px;
    width: auto; }
    .contactbox > div:nth-of-type(1) {
      padding: 10px; }
    .contactbox > div:nth-of-type(2) {
      border-right: 0;
      margin: 10px 10px 5px 10px;
      padding-right: 0; }
    .contactbox h3,
    .contactbox h4 {
      top: auto;
      left: auto;
      transform: none; }
    .contactbox h3 {
      padding-left: 35px; }
      .contactbox h3:before {
        background-size: contain;
        width: 25px;
        height: 25px;
        left: 0px;
        top: -3px; }
    .contactbox h4 {
      font-weight: bold; }
    .contactbox ul {
      padding: 0px 10px 10px 10px; }
  .h01 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 35px;
    padding-bottom: 15px; }
  .h02, .h02-noborder, .infoItem h2 {
    font-size: 18px;
    font-size: 1.125rem; }
  .h03 {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 4px 8px; }
  /* .top-visual {
    max-height: 300px; } */
    .top-visual .msg {
			text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 8px #fff;
      font-size:32px; }
  .top-group a:before {
    font-size: 30px;
    font-size: 1.875rem;
    right: 10px; }
	.top-gkln a > div p {
		margin-top: -15px; }
  .top-group a:after {
    border: 5px solid rgba(61, 85, 34, 0.8); }
  .top-group a h3 {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 12% 0 10px 0; }
  .top-topics {
    margin: 25px 0; }
    .top-topics h2 {
      margin-bottom: 25px; }
    .top-topics ul .topics-title {
      padding: 13px 25px 13px 15px; }
      .top-topics ul .topics-title:after {
        width: 13px;
        height: 13px; }
    .top-topics ul .thumb img {
      width: 100%;
      height: auto; }
  .top-news-tab {
    width: auto;
    margin: 0 15px; }
    .top-news-tab li {
      flex: 1;
      width: auto; }
	.tgs-mn-thumb a {
		height:190px;
		padding: 80px 20px; }
	.tgs-mn-banner {
		flex-direction: column; }
	.tgs-mn-banner a small {
		display: none; }
  .top-contmenu {
    padding-bottom: 20px; }
  .top-contmenu-large {
    margin-bottom: 20px; }
    .top-contmenu-large .cont-title {
      padding: 15px 15px 25px 15px; }
    .top-contmenu-large a:after {
      width: 13px;
      height: 13px;
      bottom: 10px;
      right: 8px; }
  .top-contmenu-normal a {
    padding: 15px 15px 15px 15px; }
    .top-contmenu-normal a:after {
      width: 13px;
      height: 13px;
      bottom: 10px;
      right: 8px; }
 }

/* @media screen and (max-width: 37.4375em) { */
@media screen and (max-width: 767px) {
    /* /////////////////////////////////////////////////////////////////////////// Basic */
  .sp-none {
    display: none; }
  .pc-none {
    display: block; }
  .pc-none-inline {
    display: inline; }
  .inside-link {
    border: 1px solid #ddd;
    border-radius: 3px; }
    .inside-link ul {
      flex-direction: column;
      justify-content: flex-start; }
      .inside-link ul li {
        border-top: 1px solid #ddd;
        margin-left: 0; }
        .inside-link ul li:first-child {
          border-top: 0;
          margin-left: 0; }
        .inside-link ul li a {
          display: block;
          padding: 6px 8px; }
  .sp-left {
    text-align: left; }
  .sp-center {
    text-align: center; }
  .dl-list01 dt {
    display: list-item;
    float: none;
    font-weight: bold;
    list-style-position: inside; }
  .dl-w3 dt {
    padding: 0;
    width: auto; }
  .dl-w3 dd {
    padding: 0 0 5px 0.9em; }
  .dl-w4 dt {
    padding: 0;
    width: auto; }
  .dl-w4 dd {
    padding: 0 0 5px 0.9em; }
  .dl-w5 dt {
    padding: 0;
    width: auto; }
  .dl-w5 dd {
    padding: 0 0 5px 0.9em; }
  .dl-w6 dt {
    padding: 0;
    width: auto; }
  .dl-w6 dd {
    padding: 0 0 5px 0.9em; }
  .dl-w7 dt {
    padding: 0;
    width: auto; }
  .dl-w7 dd {
    padding: 0 0 5px 0.9em; }
  .dl-w8 dt {
    padding: 0;
    width: auto; }
  .dl-w8 dd {
    padding: 0 0 5px 0.9em; }
  .dl-w9 dt {
    padding: 0;
    width: auto; }
  .dl-w9 dd {
    padding: 0 0 5px 0.9em; }
  .dl-w10 dt {
    padding: 0;
    width: auto; }
  .dl-w10 dd {
    padding: 0 0 5px 0.9em; }
  .dl-w11 dt {
    padding: 0;
    width: auto; }
  .dl-w11 dd {
    padding: 0 0 5px 0.9em; }
  .dl-w12 dt {
    padding: 0;
    width: auto; }
  .dl-w12 dd {
    padding: 0 0 5px 0.9em; }
  .dl-w13 dt {
    padding: 0;
    width: auto; }
  .dl-w13 dd {
    padding: 0 0 5px 0.9em; }
  .dl-w14 dt {
    padding: 0;
    width: auto; }
  .dl-w14 dd {
    padding: 0 0 5px 0.9em; }
  .dl-w15 dt {
    padding: 0;
    width: auto; }
  .dl-w15 dd {
    padding: 0 0 5px 0.9em; }
  .dl-list-border dt {
    padding-top: 5px; }
  .tb-sp col,
  .tb-sp th,
  .tb-sp td {
    display: block;
    width: auto; }
  .responsive-msg,
  .scroll-msg {
    background: #f1f1f1;
    font-size: 13px;
    font-size: 0.8125rem;
    display: block;
    margin-bottom: 10px;
    text-align: center;
    padding: 4px 0; }
  .responsive-msg:before {
    content: '表はズームしてご覧ください'; }
  .scroll-msg:before {
    content: '表はスクロールしてご覧ください'; }
  .responsive-table table {
    min-width: 600px; }
  .scroll {
    overflow: auto;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) 0 0/20px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) right/20px 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    border-right: 1px solid #CCC;
    max-height: 350px; }
    .scroll::-webkit-scrollbar {
      height: 10px; }
    .scroll::-webkit-scrollbar-track {
      background: #F1F1F1; }
    .scroll::-webkit-scrollbar-thumb {
      background: #BCBCBC; }
    .scroll table {
      background: linear-gradient(to left, rgba(255, 255, 255, 0), white 15px) 0 0/50px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), white 15px) right/50px 100%;
      background-repeat: no-repeat;
      background-attachment: local;
      border-bottom: 1px solid #CCC;
      border-collapse: collapse;
      width: 745px; }
  .columnbox {
    flex-direction: column; }
    .columnbox .column-2,
    .columnbox .column-3,
    .columnbox .column-4 {
      margin-left: 0;
      width: 100%; }
      .columnbox .column-2:nth-child(-n+4),
      .columnbox .column-3:nth-child(-n+4),
      .columnbox .column-4:nth-child(-n+4) {
        margin-top: 15px; }
      .columnbox .column-2:first-child,
      .columnbox .column-3:first-child,
      .columnbox .column-4:first-child {
        margin-top: 0; }
  .photo-r,
  .photo-c,
  .photo-l {
    float: none;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    text-align: center; }
    .photo-r img,
    .photo-c img,
    .photo-l img {
      max-width: 400px;
      width: 100%;
      height: auto; }
  .photo-r-full,
  .photo-c-full,
  .photo-l-full {
    float: none;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    text-align: center; }
  /* /////////////////////////////////////////////////////////////////////////// Layout */
  .s-header {
    padding: 13px 10px; }
    .s-header h1 {
      width: 160px; }
		.s-header .menu-toggle {
			display: block;
			right: 16px;
			width:28px;
			height: 32px; }
  .g-nav {
		display: none;}
    .g-nav-main {
			flex-wrap: wrap; }
      .g-nav-main li {
				flex: 1 1 50%;
        border-top: 1px solid #fff; }
			.g-nav-main li:nth-of-type(even) {
				border-right: 0; }
        .g-nav-main li a {
          padding: 15px 10px; }
  .btn-pagetop {
    bottom: 60px; }
    .btn-pagetop a {
      padding: 7px 0;
      width: 43px;
      height: 43px; }
  .c-header h2 {
    border-bottom: 1px solid #009ce6;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.3;
    text-align: left; }
    .c-header h2:after {
      content: none; }
  .contactbox {
    font-size: 13px;
    font-size: 0.8125rem;
    margin: 20px 15px; }
    .contactbox h3 {
      padding-left: 25px; }
      .contactbox h3:before {
        width: 20px;
        height: 20px;
        top: -2px; }
    .contactbox h4 {
      font-weight: bold; }
    .contactbox ul {
      padding: 0px 10px 10px 10px; }
  /* .top-visual {
    max-height: 150px; } */
    .top-visual .msg {
      font-size: 22px; }
	.top-gkln a > div p {
		margin-top: -9px; }
	.top-group {
    flex-wrap: wrap; }
    .top-group a {
      width: 50%;
      flex: none; }
	.top-group a:nth-child(2n+1) { border-left: none; }
      .top-group a:before {
        font-size: 25px;
        font-size: 1.5625rem;
        right: 8px; }
      .top-group a:after {
        border: 3px solid rgba(61, 85, 34, 0.8); }
      .top-group a h3 {
				font-size: 13px;
        margin: 12% 0 10px 0; }
  .top-topics {
    margin: 20px 15px; }
    .top-topics h2 {
      margin-bottom: 15px; }
      .top-topics h2 img {
        width: auto;
        height: 14px; }
    .top-topics ul {
      flex-wrap: wrap; }
      .top-topics ul li {
        flex: none;
        width: 50%; }
        .top-topics ul li:first-child {
          border-left: 1px solid #a5a5a5; }
        .top-topics ul li:nth-of-type(even) {
          border-right: 1px solid #a5a5a5; }
        .top-topics ul li:nth-of-type(n+3) {
          border-top: 0; }
      .top-topics ul .topics-title {
        font-size: 13px;
        font-size: 0.8125rem;
        padding: 10px 25px 10px 10px; }
        .top-topics ul .topics-title:after {
          top: 13px;
          right: 8px; }
  .top-news {
    margin-bottom: 0; }
    .top-news-tab {
      flex-wrap: wrap; }
      .top-news-tab li {
        border-top: 1px solid #a5a5a5;
        border-right: 1px solid #a5a5a5;
        font-size: 11px;
        font-size: 0.6875rem;
        flex: none;
        width: 33%; }
        .top-news-tab li:nth-of-type(3n+1) {
          width: 34%;
          border-left: 1px solid #a5a5a5; }
        .top-news-tab li:nth-of-type(n+4) {
          border-top: 0; }
    .top-news .panel {
      padding: 10px 0 20px 0; }
  .news-list-link {
    margin-top: 10px;
    text-align: center; }
    .news-list-link li {
      display: inline-block;
      font-size: 13px;
      font-size: 0.8125rem;
      margin-left: 10px; }
      .news-list-link li a {
        border: 1px solid #a5a5a5;
        display: block;
        width: 8em; }
	.tgs-contmenu > ul > li > a {
		font-size: 18px; }
	.tgs-mn-thumb {
		flex-direction: column; }
	.tgs-mn-thumb a {
		height: 80px;
		padding: 25px 20px; }
 	.tgs-mn-banner > li {
		background-position: 75% center; }
	.tgs-mn-banner a {
		height:auto;
		padding: 16px 20px; }
 .top-contmenu {
    padding: 15px 15px; }
  .top-contmenu-large {
    margin: 0;
    flex-direction: column; }
    .top-contmenu-large li {
      border: 1px solid #a5a5a5;
      border-bottom: 0; }
      .top-contmenu-large li:first-child {
        border-left: 1px solid #a5a5a5; }
    .top-contmenu-large a {
      align-items: center;
      color: #000;
      display: flex;
      height: auto; }
      .top-contmenu-large a:after {
        bottom: 40%;
        right: 8px; }
    .top-contmenu-large .thumb {
      overflow: visible;
      max-height: auto; }
      .top-contmenu-large .thumb img {
        width: 100px;
        height: auto; }
    .top-contmenu-large .cont-title {
      line-height: 1.3;
      padding: 0 25px 0 15px;
      text-align: left; }
  .top-contmenu-normal {
    margin-bottom: 15px;
    border-bottom: 1px solid #a5a5a5;
    flex-direction: column; }
    .top-contmenu-normal li {
      border: 1px solid #a5a5a5;
      border-bottom: 0; }
      .top-contmenu-normal li:first-child {
        border-left: 1px solid #a5a5a5; }
    .top-contmenu-normal a:after {
			bottom: 39%;
			right: 8px; }
  .news-list dt {
    float: none;
    padding: 0 0 3px 0;
    width: auto; }
    .news-list dt:after {
      top: 2px;
      left: 7em; }
  .news-list dd {
    padding: 0 0 10px 0; }
  .infoItem iframe {
    width: 100%;
    height: auto; }
  .years100List li {
    margin: auto 0 5px auto;
    padding: 4px; }
    .years100List li img {
      width: 100%;
      height: auto; }
  .themeList ul {
    flex-direction: column; }
    .themeList ul li {
      width: auto; }
      .themeList ul li:nth-of-type(3n+1) {
        width: auto; }
  .captionMain {
    max-width: auto; } }

/* @media (min-width: 60em) {
	a[href^="tel:"] {
		pointer-events: none;
	}
} */

@media print {
  body {
    color: #000;
    font-family: sans-serif;
    font-size: 10pt;
    min-width: 640px; }
  .s-header ul,
  .s-search,
  .g-nav,
  .btn-pagetop a,
  .s-footer-sitemap,
  .s-footer-group,
  .c-nav-toplevel,
  .c-nav-seclevel {
    display: none; }
  .s-footer {
    background-color: #fff; }
    .s-footer .author > div {
      display: block;
      width: auto; }
      .s-footer .author > div .address,
      .s-footer .author > div .author-logo {
        display: none; }
      .s-footer .author > div .copyright {
        color: #8b8b8b; } }
