* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*------------------------------------------------------------
  base
------------------------------------------------------------*/
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  color: #333;
}

h2,
h3,
h4,
h5 {
  font-weight: 600;
  margin: 1em 0 0.8em;
}

h2 {
  text-align: left;
  padding: 1em 0.5em 0.8em;
  color: #fff;
  background: #005BAC url("../image/bg_head.jpg") center center no-repeat;
  background-size: cover;
  border-bottom: 4px solid #005BAC;
}

@media screen and (min-width: 568px) {
  h2 {
    font-size: 1.5em;
    padding: 1em 0.5em 0.8em;
  }
}

h3 {
  font-size: 1.1em;
  font-weight: 800;
  text-align: center;
  padding: 0.3em 1.5em;
  border-bottom: 4px solid #005BAC;
  color: #005BAC;
}

@media screen and (min-width: 568px) {
  h3 {
    text-align: left;
    font-size: 1.3em;
    padding: 1em 0.5em 0.8em;
  }
}

p {
  line-height: 1.5em;
}

p.main-info {
  font-size: 1.2em;
  font-weight: 700;
  color: #005BAC;
}

p.main-info strong {
  display: block;
}

p.main-info span {
  display: block;
  font-size: 0.8em;
  font-weight: 500;
  color: #333;
}

i {
  margin: 0 10px 0 0;
}

.pure-button {
  font-weight: 600;
}

img {
  border: none;
}

a {
  outline: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* --------------------------------- Layout Styles */
.l-box {
  padding: 0.5em 1em;
}

.s-box {
  padding: 0.5em 1em;
}

.n-box {
  padding: 1em 0;
}

.t-box {
  max-width: 980px;
  margin: 0 auto;
  padding: 0em 1em;
}

.box {
  padding: 0.5em;
}

@media screen and (min-width: 768px) {
  t-box {
    padding: 0;
  }
}

/* ------------------------------------- table */
.pure-table {
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 1em;
}

    .pure-table th,
    .pure-table td {
        width: 100%; 
        display: block;
        word-wrap: break-word;
        word-break: break-all;
        border-left: none;
    }

.pure-table th {
  background-color: #eee;
}

.pure-table th span {
  color: #C00;
  display: block;
}

.pure-table tr.overview th {
  background-color: #005BAC;
  color: #fff;
}

.pure-table tr.overview td {
  padding-right: 4em;
  position: relative;
}

.pure-table tr.overview td a {
  background-color: #005BAC;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  display: block;
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
  border-radius: 3px;
  padding: 2px 6px;
}

.pure-table tr.overview td a:hover {
  background-color: #C00;
}

.pure-table tr.overview td a i {
  margin: 0 0 0 0.5em;
}

@media screen and (min-width: 568px) {
  .pure-table th,
  .pure-table td {
    display: table-cell;
  }
  .pure-table th {
    width: 20%; /* 30 */
    border-bottom: 1px dotted #ccc;
  }
  .pure-table th:last-child {
    border-bottom: none;
  }
 .pure-table td {
      width: auto; 
 }
}

/* ------------------------------------- menu */
.pure-menu {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  position: relative;
  border-top: 4px solid #005BAC;
  text-align: center;
  padding-top: 5px;
}

.pure-menu img {
  width: 180px;
  height: auto;
}

.pure-menu #topmenu {
  display: none;
}

@media screen and (min-width: 568px) {
  .pure-menu {
    text-align: inherit;
  }
  .pure-menu #topmenu {
    display: block;
  }
  .pure-menu ul {
    position: absolute;
    top: 10px;
    right: 1em;
  }
  .pure-menu img {
    width: 240px;
  }
}

/* --------------------------- SD slide menu */
#menuL {
  position: fixed;
  z-index: 300;
  background-color: rgba(0, 91, 172, 0.9);
  color: #fff;
  top: 0;
  left: -270px;
  width: 270px;
  height: 100%;
}

#menuL .inner {
  max-width: none;
  box-sizing: border-box;
  height: 100%;
  overflow: auto;
}

#menuL h2 {
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  background: none;
}

#menuL h2 a {
  color: #fff;
}

#menuL ul {
  text-align: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#menuL ul li {
  margin: 0;
  padding: 0;
  border-bottom: 1px dotted #fff;
}

#menuL ul li strong {
  display: block;
  text-align: center;
  margin-top: 0.5em;
  padding: 0.8em;
  color: #fff;
  font-weight: 800;
}

#menuL ul li a {
  display: block;
  font-size: 0.8em;
  padding: 0.8em;
  color: #fff;
  text-decoration: none;
}

#menuL ul li a:hover {
  background-color: #005bac;
}

#menuL .show-menu {
  position: fixed;
  z-index: 350;
  top: 6px;
  left: 6px;
  padding: 8px 0;
  border: 2px solid #fff;
  border-radius: 6px;
  line-height: 1;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  width: 40px;
  background-color: rgba(0, 91, 172, 0.9);
  color: #fff;
  cursor: pointer;
}

#menuL .show-menu:before {
  content: "\2261";
}

#menuL.SHOW .show-menu:before {
  content: "x";
}

@media screen and (min-width: 568px) {
  #menuL {
    display: none;
  }
}

/*------------------------------------------------------------
  header
------------------------------------------------------------*/
#header {
  background: #005BAC url("../image/bg_head.jpg") center top no-repeat;
  background-size: cover;
  text-align: center;
  height: 200px;
  width: 100%;
  margin-bottom: 0;
  display: table;
}

#header .header-title {
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 0;
}

#header .header-title h1 {
  padding: 2% 2% 0;
  color: #fff;
  font-size: 1.7em;
  line-height: 1.9em;
  margin-bottom: 0.5em;
}

#header .header-title p {
  color: #fff;
  margin-top: 0;
  font-size: 1em;
  font-weight: 600;
}

#header .header-title p img {
  width: 40px;
  height: auto;
  margin: 0 0.5em 0 0;
}

@media screen and (min-width: 568px) {
  #header {
    height: 300px;
  }
  #header .header-title h1 {
    padding: 0;
    font-size: 2em;
    line-height: 1.5em;
  }
}

@media screen and (min-width: 768px) {
  #header .header-title h1 {
    font-size: 2.5em;
    line-height: 1.6em;
  }
  #header .header-title h1 br {
    display: none;
  }
  #header .header-title p {
    font-size: 1.5em;
  }
}

/*------------------------------------------------------------
  information
------------------------------------------------------------*/
#information {
  max-width: 980px;
  margin: 0 auto 2em;
}

#information .pure-button {
  display: block;
}

#information ul.pagelink {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#information ul.pagelink li {
  margin: 0 0 1em;
  padding: 0 0.5em;
}

#information ul.pagelink li a.button-large {
  font-size: 90%;
  border: 1px solid #666;
  padding: 1em 0.5em;
  color: #005BAC;
}

#information ul.pagelink li a.button-large:hover {
  background-color: #005BAC;
  color: #fff;
}

#information ul.pagelink li a.active {
  background-color: #005BAC;
  color: #fff;
}

@media screen and (min-width: 768px) {
  #information ul.pagelink li a.button-large {
    font-size: 110%;
  }
}

/*------------------------------------------------------------
  main
------------------------------------------------------------*/
#main {
  margin: 0 auto;
}

#main .pure-button {
  display: block;
}

#main .info {
  width: 100%;
}

#main .info h4 {
  margin: 0 0 1em;
  color: #005BAC;
}

#main .info p {
  margin: 0.5em 0;
}

@media screen and (min-width: 568px) {
  #new .info {
    width: 98%;
    margin: 2em 1% 1em;
  }
}

/*------------------------------------------------------------
  footer
------------------------------------------------------------*/
.footer {
  background-color: #005BAC;
  color: #fff;
  font-size: 0.8em;
}

.footer .footerbase {
  max-width: 980px;
  margin: 0 auto;
  padding: 1em;
}

.footer .footerbase a {
  color: #ddd;
}

.footer .footerbase a:hover {
  text-decoration: none;
}

.footer .footerbase h5.footer-title {
  font-size: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.footer .footerbase .footer-link {
  list-style-type: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.footer .footerbase .footer-link li {
  line-height: 1.5em;
  margin-bottom: 1em;
}

.copy {
  background-color: #666;
  color: #fff;
  font-size: 0.6em;
  text-align: center;
}

/* page top button - pagetop.js - */
#page-top {
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: -80px;
  right: 10px;
  padding: 10px;
  background: rgba(23, 92, 125, 0.4);
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  transition: 0.5s;
}

#page-top:hover {
  background: rgba(23, 92, 125, 0.8);
}

/* print */
@media print {
  body {
    width: 1200px;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
  }
  body .pure-menu,
  body #menuL,
  body #page-top,
  body .footer {
    display: none;
  }
}

/* sakata */
.red {
    color: Red
}

.blue {
    color: blue
}

.contents {
    display: flex;
 }

.item1 {
    margin:auto 10px;
}
.item2 {
    vertical-align:top;
}
.item3 {
    white-space: nowrap;
    display: inline-block;
}
.nowrap {
    white-space: nowrap;
}
.center {
    text-align: center;
    vertical-align: middle;
    margin: auto;
    padding-left: 5px;
    padding-right: 5px;
}

.left {
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
}

.right {
    text-align: right;
    padding-left: 5px;
    padding-right: 5px;
}
