@charset "UTF-8";
@import url("//fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700,900&display=swap");
/****************************************************
 * Stylesheet
 *
 * 1.リセット
 * 2.共通設定
 * 3.レイアウト設定
 * 4.テンプレートスタイル
 * 5.コンテンツスタイル
 * 6.SP共通設定
 * 7.SPレイアウト設定
 * 8.SPテンプレートスタイル
 * 9.SPコンテンツスタイル
 * 10.装飾
 * 11.印刷用調整
 * 
 ****************************************************/
/****************************************************
 * 1.リセット
 ****************************************************/
/*!
 YUI 3.18.1 (build f7e7bcb)
 Copyright 2014 Yahoo! Inc. All rights reserved.
 Licensed under the BSD License.
 http://yuilibrary.com/license/
 */
html {
  color: #000;
  background: #FFF; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

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;
  *font-size: 100%; }

legend {
  color: #000; }

/****************************************************
 * 2.共通
 ****************************************************/
html {
  background-color: transparent;
  background-image: none;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333333; }

body {
  font-size: 1em; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.pcNone {
  display: none !important; }

img {
  max-width: 100%;
  vertical-align: bottom; }

.imgCenter {
  display: block;
  margin: 1em auto; }

.imgLeft {
  float: left;
  margin: 0 1em 1em 0; }

.imgRight {
  float: right;
  margin: 0 0 1em 1em; }

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

a {
  color: #333333;
  text-decoration: none;
  outline: none; }
  a:focus {
    outline: none; }
  a:hover {
    text-decoration: underline; }
  a[href^="tel:"] {
    cursor: default; }
    a[href^="tel:"]:hover {
      text-decoration: none; }
  a img {
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    a img:hover {
      opacity: 0.6; }

.inner {
  width: 1100px;
  margin: 0 auto; }

.left {
  float: left; }

.right {
  float: right; }

.cf:before, .cf:after {
  content: " ";
  display: table; }
.cf:after {
  clear: both; }

.anchor {
  width: 0;
  height: 0;
  margin: -80px 0;
  padding: 80px 0;
  font-size: 0;
  line-height: 0;
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden; }

.btn01 a {
  width: 250px;
  line-height: 375%;
  color: #00245e;
  display: inline-block;
  text-align: center;
  background-color: #ffffff;
  background-image: url("../img/icon_arrow01.png");
  background-repeat: no-repeat;
  background-position: 95% center;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .btn01 a:hover {
    text-decoration: none;
    opacity: 0.6; }
  .btn01 a + a {
    margin-left: 10px; }

.btn02 a {
  width: 250px;
  line-height: 375%;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  background-color: #00245e;
  background-image: url("../img/icon_arrow02.png");
  background-repeat: no-repeat;
  background-position: 95% center;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .btn02 a:hover {
    text-decoration: none;
    opacity: 0.6; }
  .btn02 a + a {
    margin-left: 10px; }

.btn03 a {
  width: 340px;
  font-size: 1.375em;
  font-weight: 700;
  line-height: 340%;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  background-color: #0074d9;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .btn03 a:hover {
    text-decoration: none;
    opacity: 0.6; }
  .btn03 a + a {
    margin-left: 10px; }

.radius {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.panel01 {
  margin: 20px 0;
  padding: 20px;
  background-color: #f0f0f0; }
  .panel01 > *:last-child {
    margin-bottom: 0 !important; }

.panel02 {
  margin: 20px 0;
  padding: 20px;
  background-color: #f0f0f0;
  border: solid 5px #dddddd; }
  .panel02 > *:last-child {
    margin-bottom: 0 !important; }

.panel03 {
  margin: 20px 0;
  padding: 20px;
  background-color: #ffffff;
  border: solid 5px #b6dcff; }
  .panel03 > *:last-child {
    margin-bottom: 0 !important; }

.panel04 {
  margin: 20px 0;
  padding: 20px;
  background-color: #dfeefa; }
  .panel04 > *:last-child {
    margin-bottom: 0 !important; }

.jumbotron01 {
  margin: 0 auto 50px auto;
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  border: solid 5px #61b2f8; }
  .jumbotron01 > * {
    display: table-cell; }
  .jumbotron01:before, .jumbotron01:after {
    width: 25px;
    content: '';
    display: table-cell; }
  .jumbotron01 > * {
    padding: 0 25px;
    font-size: 1.5em;
    font-weight: 700;
    color: #0074d9;
    text-align: center;
    border: solid 5px #ffffff; }

.jumbotron02 {
  margin: 0 auto 50px auto;
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  border: solid 5px #61b2f8; }
  .jumbotron02 > * {
    display: table-cell; }
  .jumbotron02:before, .jumbotron02:after {
    width: 25px;
    content: '';
    display: table-cell; }
  .jumbotron02 > * {
    padding: 0 25px;
    font-size: 1.875em;
    font-weight: 700;
    text-align: center;
    border: solid 5px #ffffff; }

/*ブロックグリッド 1～6まで*/
[class*="pc-block-grid-"], [class*="sp-block-grid-"] {
  margin: 0 -10px;
  padding: 0;
  display: block; }
  [class*="pc-block-grid-"]:before, [class*="pc-block-grid-"]:after, [class*="sp-block-grid-"]:before, [class*="sp-block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="pc-block-grid-"]:after, [class*="sp-block-grid-"]:after {
    clear: both; }
  [class*="pc-block-grid-"] > li, [class*="sp-block-grid-"] > li {
    height: auto;
    padding: 0 10px 20px;
    display: block;
    float: left; }
  [class*="pc-block-grid-"].no-padding, [class*="sp-block-grid-"].no-padding {
    margin: 0;
    padding: 0; }
    [class*="pc-block-grid-"].no-padding > li, [class*="sp-block-grid-"].no-padding > li {
      padding: 0; }

.pc-block-grid-1 > li {
  width: 100%; }
  .pc-block-grid-1 > li:nth-of-type(1n) {
    clear: none; }
  .pc-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }

.pc-block-grid-2 > li {
  width: 50%; }
  .pc-block-grid-2 > li:nth-of-type(1n) {
    clear: none; }
  .pc-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }

.pc-block-grid-3 > li {
  width: 33.33333%; }
  .pc-block-grid-3 > li:nth-of-type(1n) {
    clear: none; }
  .pc-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }

.pc-block-grid-4 > li {
  width: 25%; }
  .pc-block-grid-4 > li:nth-of-type(1n) {
    clear: none; }
  .pc-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }

.pc-block-grid-5 > li {
  width: 20%; }
  .pc-block-grid-5 > li:nth-of-type(1n) {
    clear: none; }
  .pc-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }

.pc-block-grid-6 > li {
  width: 16.66667%; }
  .pc-block-grid-6 > li:nth-of-type(1n) {
    clear: none; }
  .pc-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }

/****************************************************
 * 3.レイアウト設定
 ****************************************************/
.container {
  width: 100%;
  min-width: 960px;
  margin: 0 auto;
  padding: 80px 0 0 0; }
  .container > .containerIn {
    width: 960px;
    margin: 0 auto; }
  .container .row {
    width: 100%; }
    .container .row:before, .container .row:after {
      content: " ";
      display: table; }
    .container .row:after {
      clear: both; }
    .container .row > .column {
      float: left; }
      .container .row > .column:last-child {
        float: right; }
      .container .row > .column > .colIn {
        padding: 0 10px; }
    .container .row .col_1 {
      width: 8.33333%; }
    .container .row .col_2 {
      width: 16.66667%; }
    .container .row .col_3 {
      width: 25%; }
    .container .row .col_4 {
      width: 33.33333%; }
    .container .row .col_5 {
      width: 41.66667%; }
    .container .row .col_6 {
      width: 50%; }
    .container .row .col_7 {
      width: 58.33333%; }
    .container .row .col_8 {
      width: 66.66667%; }
    .container .row .col_9 {
      width: 75%; }
    .container .row .col_10 {
      width: 83.33333%; }
    .container .row .col_11 {
      width: 91.66667%; }
    .container .row .col_12 {
      width: 100%; }

/****************************************************
 * 4.テンプレートスタイル
 ****************************************************/
/*ヘッダーブロック*/
header {
  width: 100%;
  min-width: 960px;
  height: 80px;
  margin: 0 auto;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  border-bottom: solid 1px #dddddd; }
  header:before, header:after {
    content: " ";
    display: table; }
  header:after {
    clear: both; }
  header .header_in {
    width: 960px;
    margin: 0 auto; }
  header h1 {
    width: 150px;
    height: 80px;
    padding-top: 25px;
    position: absolute;
    top: 0;
    left: 5px; }
  header .gloval_navi {
    float: right; }
    header .gloval_navi:before, header .gloval_navi:after {
      content: " ";
      display: table; }
    header .gloval_navi:after {
      clear: both; }
    header .gloval_navi ul {
      margin: 0 auto;
      float: left;
      display: table; }
      header .gloval_navi ul > * {
        display: table-cell; }
      header .gloval_navi ul li {
        height: 80px;
        padding-left: 1em;
        font-size: 0.938em;
        vertical-align: middle; }
        header .gloval_navi ul li a {
          padding: 2px; }
          header .gloval_navi ul li a:hover {
            text-decoration: none;
            background-color: #dddddd; }
    header .gloval_navi .sp_navi_close {
      display: none; }
    header .gloval_navi .header_toi {
      float: right; }
  header .sp_navi_open {
    display: none; }

#index header {
  top: -80px; }
#index .container {
  padding-top: 0; }

/*フッターブロック*/
footer {
  width: 100%;
  min-width: 960px;
  margin: 0 auto;
  color: #ffffff;
  background-color: #00245e; }
  footer .pagetop {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 10; }
  footer .sateilink {
    position: fixed;
    bottom: 50px;
    left: 50px;
    z-index: 10; }
  footer .footer_link {
    padding: 10px 0;
    background-color: #939aa0; }
    footer .footer_link .inner {
      text-align: center;
      letter-spacing: -0.4em; }
      footer .footer_link .inner > * {
        display: inline-block;
        letter-spacing: normal; }
      footer .footer_link .inner a {
        margin: 10px;
        font-size: 0.875em;
        color: #ffffff; }
  footer .footer_address {
    padding: 20px 0; }
    footer .footer_address .inner {
      text-align: center;
      letter-spacing: -0.4em; }
      footer .footer_address .inner > * {
        display: inline-block;
        letter-spacing: normal; }
      footer .footer_address .inner > * {
        margin-right: 10px;
        vertical-align: middle; }
      footer .footer_address .inner em {
        font-size: 1.125em;
        font-style: normal; }
      footer .footer_address .inner span {
        margin: 0;
        font-size: 0.875em; }
  footer .copyright {
    width: 100%;
    padding: 20px 0;
    font-size: 0.75em;
    line-height: 150%;
    text-align: center;
    border-top: solid 1px rgba(255, 255, 255, 0.1); }

/****************************************************
 * 5.コンテンツスタイル
 ****************************************************/
/*Indexページ*/
#index .top_mv {
  min-height: 600px;
  height: 100vh;
  background-image: url("../img/mv_bg.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative; }
  #index .top_mv .left {
    width: 150px;
    height: 100%;
    background-color: #ffffff;
    position: relative; }
    #index .top_mv .left .logo {
      padding-top: 25px;
      text-align: center; }
    #index .top_mv .left .scroll {
      position: absolute;
      bottom: 25%;
      left: 53px; }
  #index .top_mv .right {
    width: calc(100% - 150px);
    height: 100%;
    position: relative; }
    #index .top_mv .right .index_header {
      width: 100%;
      max-width: 1290px;
      border-bottom: solid 1px rgba(255, 255, 255, 0.9); }
      #index .top_mv .right .index_header ul {
        margin: 0 0 0 auto;
        display: table; }
        #index .top_mv .right .index_header ul > * {
          display: table-cell; }
        #index .top_mv .right .index_header ul li {
          height: 80px;
          padding-left: 1em;
          font-size: 0.938em;
          vertical-align: middle; }
          #index .top_mv .right .index_header ul li a {
            padding: 2px;
            color: #ffffff; }
            #index .top_mv .right .index_header ul li a:hover {
              text-decoration: none;
              background-color: #dddddd; }
  #index .top_mv .mv_txt {
    width: 60vw;
    max-width: 814px;
    min-width: 576px;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
#index .top_sec1 {
  padding: 50px 0;
  display: table; }
  #srmainte{width:300px;
	    height:120px; 
	}
  #index .top_sec1 > * {
    display: table-cell; }
  #index .top_sec1 h2 {
    width: 200px;
    color: #00245e;
    font-size: 2.125em;
    font-weight: 700;
    letter-spacing: 0.1em;
    vertical-align: middle; }
    #index .top_sec1 h2 span {
      margin-top: 10px;
      color: #6cb3d4;
      font-size: 0.625em;
      letter-spacing: normal;
      display: block;
      font-family: 'Roboto', sans-serif; }
  #index .top_sec1 p {
    padding-left: 130px;
    padding-right: 30px;
    vertical-align: middle; }
    #index .top_sec1 p .date {
      width: 130px;
      margin: 0 0 0 -140px;
      color: #004b8d;
      font-weight: 700;
      display: inline-block;
      font-family: 'Roboto', sans-serif; }
#index .top_sec2 {
  width: 100%;
  min-width: 960px;
  height: 400px;
  padding-top: 100px;
  background-image: url("../img/top_bg1.jpg");
  background-position: center 0; }
  #index .top_sec2 .inner_in {
    width: 250px; }
    #index .top_sec2 .inner_in h2 {
      margin-bottom: 30px;
      color: #ffffff;
      font-size: 2.125em;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-align: center; }
      #index .top_sec2 .inner_in h2 span {
        margin: 10px auto 0 auto;
        color: #6cb3d4;
        font-size: 0.625em;
        letter-spacing: normal;
        display: block;
        font-family: 'Roboto', sans-serif; }
#index .top_sec3 {
  width: 100%;
  min-width: 960px;
  height: 400px;
  padding-top: 100px;
  background-image: url("../img/top_bg2.jpg");
  background-position: center 0; }
  #index .top_sec3 h2 {
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 2.125em;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center; }
    #index .top_sec3 h2 span {
      margin: 10px auto 0 auto;
      color: #6cb3d4;
      font-size: 0.625em;
      letter-spacing: normal;
      display: block;
      font-family: 'Roboto', sans-serif; }
  #index .top_sec3 .btn01 {
    text-align: center; }
#index .top_sec4 {
  padding: 60px 0 0 0; }
  #index .top_sec4 h2 {
    margin-bottom: 30px;
    color: #00245e;
    font-size: 2.125em;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center; }
    #index .top_sec4 h2 span {
      margin: 10px auto 0 auto;
      color: #6cb3d4;
      font-size: 0.625em;
      letter-spacing: normal;
      display: block;
      font-family: 'Roboto', sans-serif; }
  #index .top_sec4 p {
    margin-bottom: 30px;
    text-align: center; }
  #index .top_sec4 .map {
    width: 100%;
    height: 400px; }
    #index .top_sec4 .map iframe {
      width: 100%;
      height: 100%;
      border: none; }
#index .top_sec5 {
  width: 100%;
  min-width: 960px;
  height: 667px;
  margin-bottom: 20px;
  padding-top: 70px;
  background-image: url("../img/top_bg3.jpg");
  background-position: center 0; }
  #index .top_sec5 h2 {
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 2.125em;
    font-weight: 700;
    letter-spacing: 0.1em; }
    #index .top_sec5 h2 span {
      margin: 10px auto 0 auto;
      color: #6cb3d4;
      font-size: 0.625em;
      letter-spacing: normal;
      display: block;
      font-family: 'Roboto', sans-serif; }
  #index .top_sec5 .top_sec5_1 {
    margin-bottom: 160px; }
    #index .top_sec5 .top_sec5_1 p {
      margin-bottom: 30px; }
      #index .top_sec5 .top_sec5_1 p a {
        color: #ffffff; }
  #index .top_sec5 .top_sec5_2 .inner {
    display: table; }
    #index .top_sec5 .top_sec5_2 .inner > * {
      display: table-cell; }
    #index .top_sec5 .top_sec5_2 .inner h2 {
      width: 300px;
      vertical-align: middle; }
    #index .top_sec5 .top_sec5_2 .inner .btn02 {
      vertical-align: middle; }
      #index .top_sec5 .top_sec5_2 .inner .btn02 a {
        width: 300px; }

/*contents*/
#contents .page_ttl {
  width: 100%;
  min-width: 960px;
  height: 170px;
  margin: 0 auto;
  padding-top: 40px;
  background-image: url("../img/pagetitle_bg.jpg");
  background-position: center 0; }
  #contents .page_ttl h2 {
    width: 960px;
    margin: 0 auto;
    padding-left: 150px;
    font-size: 2.25em;
    font-weight: 700; }
    #contents .page_ttl h2 span {
      color: #4792d4;
      font-size: 0.625em;
      display: block; }
#contents .pankuzu {
  width: 100%;
  min-width: 960px;
  margin: 0 auto 100px auto;
  padding: 5px 0;
  white-space: nowrap;
  color: #ffffff;
  background-color: #61b2f8; }
  #contents .pankuzu:before, #contents .pankuzu:after {
    content: " ";
    display: table; }
  #contents .pankuzu:after {
    clear: both; }
  #contents .pankuzu ul {
    width: 960px;
    margin: 0 auto; }
    #contents .pankuzu ul li {
      float: left; }
      #contents .pankuzu ul li:after {
        margin: 0 0.25em;
        content: '/'; }
      #contents .pankuzu ul li:last-child:after {
        content: none; }
      #contents .pankuzu ul li a {
        color: #ffffff; }
#contents .box01 {
  padding: 40px;
  background-color: #ecf6ff;
  border-top: solid 5px #61b2f8;
  border-bottom: solid 5px #61b2f8; }
  #contents .box01.bdn {
    border: none; }
#contents .midashi01 {
  margin-bottom: 30px;
  font-size: 1.875em;
  font-weight: 700;
  color: #4f5357;
  letter-spacing: 0.1em;
  text-align: center; }
  #contents .midashi01:after {
    content: url("../img/midashi01_line.jpg");
    display: block; }
  #contents .midashi01 .sub {
    margin-top: 0.5em;
    display: block;
    font-size: 0.625em; }
#contents .midashi02 {
  margin-bottom: 30px;
  padding-left: 26px;
  font-size: 1.125em;
  font-weight: 700; }
  #contents .midashi02:before {
    width: 16px;
    height: 16px;
    margin: 0 10px 0 -26px;
    content: '';
    background-color: #0074d9;
    display: inline-block; }
#contents .midashi03 {
  margin-bottom: 30px; }
  #contents .midashi03 span {
    padding: 5px 15px;
    font-size: 1.125em;
    font-weight: 700;
    color: #ffffff;
    background-color: #0074d9;
    display: inline-block;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px; }
#contents .midashi04 {
  margin-bottom: 1em;
  padding-left: 24px;
  font-weight: 700; }
  #contents .midashi04:before {
    width: 14px;
    height: 14px;
    margin: 0 10px 0 -24px;
    content: '';
    display: inline-block;
    vertical-align: -0.05em;
    border: solid 4px #0074d9; }
#contents article {
  padding-bottom: 80px; }
#contents section {
  width: 960px;
  margin: 0 auto 80px auto; }
  #contents section.m0 {
    margin-bottom: 0; }
#contents p {
  margin-bottom: 2em;
  line-height: 200%; }
#contents hr {
  width: 100%;
  height: 0;
  margin: 80px 0;
  border: none;
  border-bottom: solid 1px #dddddd; }
#contents .content_table {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: table; }
#contents .table01 {
  width: 100%;
  margin-bottom: 30px;
  line-height: 200%;
  border-spacing: 10px;
  border-collapse: separate; }
  #contents .table01 tbody tr th {
    width: 140px;
    padding: 10px 15px;
    font-weight: bold;
    color: #ffffff;
    background-color: #3098f2; }
  #contents .table01 tbody tr td {
    padding: 10px 15px;
    background-color: #f0f0f0;
    font-size: 0.938em; }
#contents .table02 {
  width: 100%;
  margin-bottom: 30px;
  line-height: 200%;
  border-spacing: 10px;
  border-collapse: separate; }
  #contents .table02 tbody tr th {
    width: 140px;
    padding: 10px 15px;
    font-weight: bold;
    color: #ffffff;
    background-color: #0074d9; }
  #contents .table02 tbody tr td {
    padding: 10px 15px;
    background-color: #ffffff;
    font-size: 0.938em;
    border-bottom: solid 1px #dddddd; }
#contents ul.check01 li {
  font-size: 1.25em;
  margin-bottom: 10px;
  padding-left: 37px; }
  #contents ul.check01 li:before {
    width: 27px;
    height: 18px;
    margin: 0 10px 0 -37px;
    content: '';
    background-image: url("../img/icon_check01.png");
    -webkit-background-size: cover;
    background-size: cover;
    display: inline-block; }
#contents ul.check02 li {
  font-size: 0.938em;
  margin-bottom: 10px;
  padding-left: 23px; }
  #contents ul.check02 li:before {
    width: 10px;
    height: 13px;
    margin: 0 10px 0 -23px;
    content: '';
    background-image: url("../img/icon_sankaku01.png");
    -webkit-background-size: cover;
    background-size: cover;
    display: inline-block; }
#contents .list01 {
  padding-left: 1em;
  list-style: disc outside; }
  #contents .list01 li {
    line-height: 200%; }
#contents .company_sec2 ul li {
  margin-bottom: 20px; }
  #contents .company_sec2 ul li .left .jumbotron01 {
    width: 220px; }
    #contents .company_sec2 ul li .left .jumbotron01 span {
      padding: 0 10px;
      font-size: 1.75em; }
      #contents .company_sec2 ul li .left .jumbotron01 span span {
        font-size: 0.75em;
        color: #333333;
        font-weight: 500;
        display: block; }
  #contents .company_sec2 ul li .right {
    width: 700px; }
#contents .company_sec3 .cf {
  margin-bottom: 1em; }
#contents .company_sec3 .left, #contents .company_sec3 .right {
  width: 50%; }
  #contents .company_sec3 .left .map, #contents .company_sec3 .right .map {
    width: 100%;
    height: 400px; }
    #contents .company_sec3 .left .map iframe, #contents .company_sec3 .right .map iframe {
      width: 100%;
      height: 100%;
      border: none; }
#contents .business_new_sec1 .cf {
  margin-top: 60px; }
#contents .business_new_sec1 .left, #contents .business_new_sec1 .right {
  width: 450px; }
  #contents .business_new_sec1 .left p, #contents .business_new_sec1 .left dl, #contents .business_new_sec1 .right p, #contents .business_new_sec1 .right dl {
    padding-left: 1em;
    font-size: 0.938em; }
  #contents .business_new_sec1 .left dl, #contents .business_new_sec1 .right dl {
    margin-bottom: 2em;
    line-height: 200%; }
    #contents .business_new_sec1 .left dl dt, #contents .business_new_sec1 .right dl dt {
      color: #0074d9;
      font-weight: 700; }
#contents .business_new_sec2 .cf {
  margin-top: 60px; }
#contents .business_new_sec2 .left, #contents .business_new_sec2 .right {
  width: 450px; }
  #contents .business_new_sec2 .left .list01, #contents .business_new_sec2 .right .list01 {
    margin-left: 1em;
    font-size: 0.938em; }
#contents .business_new_sec3 .cf {
  margin-top: 60px; }
#contents .business_new_sec3 .left, #contents .business_new_sec3 .right {
  width: 450px; }
  #contents .business_new_sec3 .left .list01, #contents .business_new_sec3 .right .list01 {
    margin-left: 1em;
    font-size: 0.938em; }
#contents .business_new_sec4 .jirei {
  margin-bottom: 50px; }
  #contents .business_new_sec4 .jirei:last-child {
    margin-bottom: 0; }
  #contents .business_new_sec4 .jirei .left {
    width: 50%; }
  #contents .business_new_sec4 .jirei .right {
    width: 50%;
    font-size: 0.938em; }
    #contents .business_new_sec4 .jirei .right dl {
      margin-bottom: 2em;
      line-height: 200%; }
      #contents .business_new_sec4 .jirei .right dl dt {
        color: #0074d9;
        font-weight: 700; }
  #contents .business_new_sec4 .jirei .area {
    margin-top: 30px;
    text-align: center; }
#contents .patent_sec2 .panel01 p {
  font-size: 0.875em; }
#contents .patent_sec2 .sec2-1 {
  margin-bottom: 50px; }
  #contents .patent_sec2 .sec2-1 .left {
    width: 306px;
    margin-right: 21px; }
    #contents .patent_sec2 .sec2-1 .left:nth-child(3) {
      margin: 0; }
#contents .patent_sec2 .sec2-2 {
  margin-bottom: 50px; }
  #contents .patent_sec2 .sec2-2 .left, #contents .patent_sec2 .sec2-2 .right {
    width: 470px; }
  #contents .patent_sec2 .sec2-2 dl {
    margin-bottom: 1em; }
    #contents .patent_sec2 .sec2-2 dl .left {
      width: 180px;
      padding: 25px;
      font-size: 1.5em;
      font-weight: 600;
      color: #0074d9;
      text-align: center;
      position: relative; }
      #contents .patent_sec2 .sec2-2 dl .left:before {
        width: 25px;
        height: 100%;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        border-top: solid 5px #61b2f8;
        border-bottom: solid 5px #61b2f8;
        border-left: solid 5px #61b2f8; }
      #contents .patent_sec2 .sec2-2 dl .left:after {
        width: 25px;
        height: 100%;
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        border-top: solid 5px #61b2f8;
        border-bottom: solid 5px #61b2f8;
        border-right: solid 5px #61b2f8; }
    #contents .patent_sec2 .sec2-2 dl .right {
      width: calc(100% - 200px); }
  #contents .patent_sec2 .sec2-2 .box {
    margin-bottom: 2em; }
    #contents .patent_sec2 .sec2-2 .box .left {
      width: 143px;
      height: 180px; }
    #contents .patent_sec2 .sec2-2 .box .right {
      width: calc(100% - 153px);
      height: 180px;
      margin: 0; }
#contents .patent_sec2 .sec2-3 h4 + h5 {
  margin-bottom: 1em;
  font-weight: 600;
  color: #0074d9; }
#contents .patent_sec2 .sec2-3 .left, #contents .patent_sec2 .sec2-3 .right {
  width: 470px;
  margin-bottom: 1.5em; }
#contents .maintenance_sec1 .left, #contents .maintenance_sec1 .right {
  width: 470px;
  margin-bottom: 50px; }
  #contents .maintenance_sec1 .left .jumbotron01, #contents .maintenance_sec1 .right .jumbotron01 {
    width: 100%; }
    #contents .maintenance_sec1 .left .jumbotron01 span, #contents .maintenance_sec1 .right .jumbotron01 span {
      padding-top: 25px;
      padding-bottom: 25px; }
  #contents .maintenance_sec1 .left .list01, #contents .maintenance_sec1 .right .list01 {
    font-size: 0.875em; }
#contents .maintenance_sec1 .panel04 dl dt {
  margin-bottom: 25px;
  padding: 0.125em 1em;
  font-size: 1.125em;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background-color: #0074d9;
  -moz-border-radius: 1000px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px; }
#contents .maintenance_sec1 .panel04 dl dd {
  text-align: center; }
  #contents .maintenance_sec1 .panel04 dl dd p {
    margin-bottom: 25px;
    font-size: 1.125em;
    font-weight: 700;
    color: #d53610; }
    #contents .maintenance_sec1 .panel04 dl dd p big {
      font-size: 1.875em;
      font-weight: 700;
      display: block; }
  #contents .maintenance_sec1 .panel04 dl dd .annotation {
    padding: 0.125em 1em;
    font-size: 0.875em;
    background-color: #ffffff; }
#contents .maintenance_sec2 dl {
  margin-bottom: 3em; }
  #contents .maintenance_sec2 dl .left {
    width: 230px;
    padding: 25px;
    font-size: 1.5em;
    font-weight: 600;
    color: #0074d9;
    text-align: center;
    position: relative; }
    #contents .maintenance_sec2 dl .left:before {
      width: 25px;
      height: 100%;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      border-top: solid 5px #61b2f8;
      border-bottom: solid 5px #61b2f8;
      border-left: solid 5px #61b2f8; }
    #contents .maintenance_sec2 dl .left:after {
      width: 25px;
      height: 100%;
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      border-top: solid 5px #61b2f8;
      border-bottom: solid 5px #61b2f8;
      border-right: solid 5px #61b2f8; }
  #contents .maintenance_sec2 dl .right {
    width: calc(100% - 260px); }
    #contents .maintenance_sec2 dl .right h5 {
      font-weight: 700;
      line-height: 200%; }
    #contents .maintenance_sec2 dl .right p {
      margin-bottom: 0; }
#contents .recruit_sec2_box {
  width: 730px;
  margin: 0 auto; }
  #contents .recruit_sec2_box .panel02 {
    margin-bottom: 40px; }
#contents .contact_sec1 > p {
  margin-bottom: 40px; }
  #contents .contact_sec1 > p img {
    display: inline-block;
    vertical-align: -5px; }
#contents .contact_sec1 .mailform .table01 tbody tr th {
  width: 220px;
  padding-right: 69px;
  position: relative; }
  #contents .contact_sec1 .mailform .table01 tbody tr th img {
    position: absolute;
    right: 15px;
    top: calc(50% - 11px); }
#contents .contact_sec1 .mailform input[type="text"] {
  width: 60%;
  padding: 5px;
  border: solid 1px #dddddd; }
#contents .contact_sec1 .mailform textarea {
  width: 100%;
  height: 180px;
  padding: 5px;
  border: solid 1px #dddddd; }
#contents .contact_sec1 .mailform .submit {
  padding: 20px 0; }
  #contents .contact_sec1 .mailform .submit input[type="submit"] {
    width: 200px;
    height: 60px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 1.375em;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    display: block;
    background: none;
    background-color: #0074d9;
    border: none;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    #contents .contact_sec1 .mailform .submit input[type="submit"]:hover {
      opacity: 0.6;
      text-decoration: none; }
#contents .contact_sec2_textarea {
  margin: 40px auto 0 auto; }
  #contents .contact_sec2_textarea .midashi02 {
    margin-bottom: 20px; }
  #contents .contact_sec2_textarea p {
    margin-bottom: 40px;
    padding: 0 1em; }

@media screen and (max-width: 640px) {
  /****************************************************
   * 6.SP共通設定
   ****************************************************/
  html {
    font-size: 14px; }

  html, body {
    height: 100%; }

  body {
    -webkit-text-size-adjust: 100%; }

  .pcNone {
    display: block !important; }

  .spNone {
    display: none !important; }

  .imgCenter, .imgLeft, .imgRight {
    float: none;
    display: block;
    margin: 1em auto; }

  a[href^="tel:"] {
    cursor: pointer; }
    a[href^="tel:"]:hover {
      text-decoration: underline; }

  .inner {
    width: 94%;
    margin: 0 3%; }

  .left, .right {
    float: none; }

  .anchor {
    margin: -70px 0;
    padding: 70px 0; }

  .btn01 a {
    width: 100%;
    line-height: 200%; }
    .btn01 a + a {
      margin: 10px 0 0 0; }

  .btn02 a {
    width: 100%;
    line-height: 200%; }
    .btn02 a + a {
      margin: 10px 0 0 0; }

  .btn03 a {
    width: 100%;
    line-height: 200%; }
    .btn03 a + a {
      margin: 10px 0 0 0; }

  /*ブロックグリッド 1～6まで*/
  .sp-block-grid-1 > li {
    width: 100%; }
    .sp-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .sp-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .sp-block-grid-2 > li {
    width: 50%; }
    .sp-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .sp-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .sp-block-grid-3 > li {
    width: 33.33333%; }
    .sp-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .sp-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .sp-block-grid-4 > li {
    width: 25%; }
    .sp-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .sp-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .sp-block-grid-5 > li {
    width: 20% !important; }
    .sp-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .sp-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .sp-block-grid-6 > li {
    width: 16.66667%; }
    .sp-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .sp-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  /****************************************************
   * 7.SPレイアウト設定
   ****************************************************/
  .container {
    min-width: 320px;
    padding: 70px 0 0 0; }
    .container > .containerIn {
      width: 100%;
      margin: 0 auto; }
    .container .row > .column > .colIn {
      padding: 0 10%; }
    .container .row .col_1, .container .row .col_2, .container .row .col_3, .container .row .col_4, .container .row .col_5, .container .row .col_6, .container .row .col_7, .container .row .col_8, .container .row .col_9, .container .row .col_10, .container .row .col_11, .container .row .col_12 {
      width: 100%; }

  /****************************************************
   * 8.SPテンプレートスタイル
   ****************************************************/
  /*ヘッダーブロック　SP*/
  header {
    min-width: 320px;
    height: 70px; }
    header .header_in {
      width: 100%; }
    header h1 {
      width: 140px;
      height: 70px;
      margin: 0 0 0 3%;
      padding-top: 20px;
      float: left;
      position: static; }
    header .gloval_navi {
      width: 80%;
      height: 100%;
      margin: 0 auto;
      padding: 100px 0 0 0;
      background: none;
      background-color: #00245e;
      position: fixed;
      top: 0;
      right: -100%;
      z-index: 9999; }
      header .gloval_navi ul {
        width: 100%;
        margin: 0 auto;
        display: block;
        border-top: solid 1px #ffffff; }
        header .gloval_navi ul li {
          width: 100% !important;
          height: auto;
          margin: 0 auto;
          padding: 0;
          float: none;
          display: block;
          border-bottom: solid 1px #ffffff; }
          header .gloval_navi ul li:before {
            content: none; }
          header .gloval_navi ul li a {
            padding: 0.5em 0;
            color: #ffffff;
            text-indent: 1em;
            overflow: visible;
            white-space: normal;
            display: block; }
            header .gloval_navi ul li a:hover {
              background: none;
              background-color: #0074d9; }
      header .gloval_navi .sp_navi_close {
        display: block;
        position: absolute;
        top: 20px;
        right: 3%; }
        header .gloval_navi .sp_navi_close a img {
          width: 30px;
          height: 30px; }
    header .sp_navi_open {
      display: block;
      position: absolute;
      top: 20px;
      right: 3%;
      z-index: 9998; }
      header .sp_navi_open a img {
        width: 30px;
        height: 30px; }

  #index header {
    top: 0; }
  #index .container {
    padding-top: 70px; }

  /*フッターブロック　SP*/
  footer {
    min-width: 320px; }
    footer .pagetop {
      width: 40px;
      height: 40px;
      bottom: 20px;
      right: 20px; }
    footer .footer_address {
      padding: 20px 0; }
      footer .footer_address .inner > * {
        margin-bottom: 10px;
        display: block; }
      footer .footer_address .inner img {
        margin-left: auto;
        margin-right: auto; }
    footer .copyright {
      width: 100%;
      padding: 20px 0;
      font-size: 0.75em;
      line-height: 150%;
      text-align: center;
      border-top: solid 1px rgba(255, 255, 255, 0.1); }

  /****************************************************
   * 9.SPコンテンツスタイル
   ****************************************************/
  /*Indexページ　SP*/
  #index .top_mv {
    height: auto;
    min-height: auto; }
    #index .top_mv .mv_txt {
      width: 94%;
      min-width: auto;
      margin: 0 3%;
      padding: 80px 0;
      position: static;
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
  #index .top_sec1 {
    padding: 30px 0;
    display: block; }
    #index .top_sec1 h2 {
      width: 100%;
      margin-bottom: 20px;
      text-align: center;
      display: block; }
      #index .top_sec1 h2 span {
        margin: 0 0 0 1em;
        display: inline-block; }
    #index .top_sec1 p {
      width: 100%;
      padding: 0;
      display: block; }
      #index .top_sec1 p .date {
        width: 100%;
        margin: 0 0 0 0;
        display: block; }
  #index .top_sec2 {
    min-width: 320px;
    height: auto;
    padding: 30px 0;
    background: none;
    background-color: #00245e; }
    #index .top_sec2 .inner_in {
      width: auto; }
      #index .top_sec2 .inner_in h2 {
        margin-bottom: 20px; }
        #index .top_sec2 .inner_in h2 span {
          margin: 0 0 0 1em;
          display: inline-block; }
  #index .top_sec3 {
    min-width: 320px;
    height: auto;
    padding: 30px 0;
    -webkit-background-size: cover;
    background-size: cover; }
    #index .top_sec3 h2 {
      margin-bottom: 20px; }
      #index .top_sec3 h2 span {
        margin: 0 0 0 1em;
        display: inline-block; }
  #index .top_sec4 {
    min-width: 320px;
    height: auto;
    padding: 30px 0; }
    #index .top_sec4 h2 {
      margin-bottom: 20px; }
      #index .top_sec4 h2 span {
        margin: 0 0 0 1em;
        display: inline-block; }
    #index .top_sec4 .map {
      width: 94%;
      margin: 0 3%;
      height: 250px; }
  #index .top_sec5 {
    min-width: 320px;
    height: auto;
    padding: 0;
    background: none;
    background-color: #939aa0; }
    #index .top_sec5 h2 {
      margin-bottom: 20px; }
      #index .top_sec5 h2 span {
        margin: 0 0 0 1em;
        display: inline-block; }
    #index .top_sec5 .top_sec5_1 {
      margin: 0;
      padding: 30px 0; }
      #index .top_sec5 .top_sec5_1 p {
        margin-bottom: 20px; }
    #index .top_sec5 .top_sec5_2 {
      padding: 30px 0;
      background-image: url("../img/top_bg3_sp.jpg");
      background-position: center 0;
      -webkit-background-size: cover;
      background-size: cover; }
      #index .top_sec5 .top_sec5_2 .inner {
        display: block; }
        #index .top_sec5 .top_sec5_2 .inner h2 {
          width: 100%;
          display: block; }
        #index .top_sec5 .top_sec5_2 .inner .btn02 {
          display: block; }
          #index .top_sec5 .top_sec5_2 .inner .btn02 a {
            width: 100%; }

  /*contents　SP*/
  #contents .page_ttl {
    min-width: 100%;
    height: auto;
    padding: 25px 0;
    -webkit-background-size: cover;
    background-size: cover; }
    #contents .page_ttl h2 {
      width: 94%;
      margin: 0 3%;
      padding-left: 0;
      font-size: 1.75em; }
      #contents .page_ttl h2 span {
        margin-left: 10px;
        display: inline-block; }
  #contents .pankuzu {
    min-width: 100%;
    margin: 0 auto 2em auto; }
    #contents .pankuzu ul {
      width: 94%;
      margin: 0 3%; }
  #contents .box01 {
    padding: 1em; }
  #contents .midashi01 {
    margin-bottom: 20px; }
    #contents .midashi01:after {
      line-height: 10px; }
  #contents .midashi02 {
    margin-bottom: 20px; }
  #contents .midashi03 {
    margin-bottom: 20px; }
  #contents article {
    padding-bottom: 3em; }
  #contents section {
    width: 94%;
    margin: 0 auto 4em auto; }
  #contents hr {
    margin: 3em 0; }
  #contents .table01, #contents .table02 {
    font-size: 0.75em;
    border-spacing: 5px; }
    #contents .table01 tbody tr th, #contents .table02 tbody tr th {
      width: 30%;
      padding: 0.5em; }
    #contents .table01 tbody tr td, #contents .table02 tbody tr td {
      padding: 0.5em; }
  #contents .company_sec2 ul li .left .jumbotron01 {
    width: auto;
    margin-bottom: 15px; }
  #contents .company_sec2 ul li .right {
    width: auto; }
  #contents .business_new_sec1 .cf {
    margin-top: 30px; }
  #contents .business_new_sec1 .left, #contents .business_new_sec1 .right {
    width: 100%; }
    #contents .business_new_sec1 .left p, #contents .business_new_sec1 .left dl, #contents .business_new_sec1 .right p, #contents .business_new_sec1 .right dl {
      margin-bottom: 1em; }
  #contents .business_new_sec1 .left {
    margin-bottom: 40px; }
  #contents .business_new_sec2 .cf {
    margin-top: 30px; }
  #contents .business_new_sec2 .left, #contents .business_new_sec2 .right {
    width: 100%; }
    #contents .business_new_sec2 .left ul, #contents .business_new_sec2 .right ul {
      margin-bottom: 1em; }
  #contents .business_new_sec3 .cf {
    margin-top: 30px; }
  #contents .business_new_sec3 .left, #contents .business_new_sec3 .right {
    width: 100%; }
    #contents .business_new_sec3 .left ul, #contents .business_new_sec3 .right ul {
      margin-bottom: 1em; }
  #contents .business_new_sec4 .jirei {
    margin-bottom: 2em; }
    #contents .business_new_sec4 .jirei .left {
      width: 100%;
      margin-bottom: 1em; }
    #contents .business_new_sec4 .jirei .right {
      width: 100%; }
  #contents .patent_sec2 .sec2-1 {
    margin-bottom: 2em; }
    #contents .patent_sec2 .sec2-1 .left {
      width: 100%;
      margin: 0 0 1em 0; }
  #contents .patent_sec2 .sec2-2 {
    margin-bottom: 2em; }
    #contents .patent_sec2 .sec2-2 .left, #contents .patent_sec2 .sec2-2 .right {
      width: 100%; }
    #contents .patent_sec2 .sec2-2 dl .left {
      margin: 0 auto 1.5em auto;
      padding: 15px; }
      #contents .patent_sec2 .sec2-2 dl .left:before, #contents .patent_sec2 .sec2-2 dl .left:after {
        width: 15px; }
    #contents .patent_sec2 .sec2-2 dl .right {
      width: 100%; }
    #contents .patent_sec2 .sec2-2 .box .left {
      float: left; }
    #contents .patent_sec2 .sec2-2 .box .right {
      float: right; }
  #contents .patent_sec2 .sec2-3 .left, #contents .patent_sec2 .sec2-3 .right {
    width: 100%; }
  #contents .maintenance_sec1 .left, #contents .maintenance_sec1 .right {
    width: 100%; }
  #contents .maintenance_sec2 dl .left {
    margin: 0 auto 1.5em auto;
    padding: 15px; }
    #contents .maintenance_sec2 dl .left:before, #contents .maintenance_sec2 dl .left:after {
      width: 15px; }
  #contents .maintenance_sec2 dl .right {
    width: 100%; }
  #contents .recruit_sec2_box {
    width: auto; }
    #contents .recruit_sec2_box .panel02 {
      margin-bottom: 3em; }
  #contents .contact_sec1 > p {
    margin-bottom: 3em;
    font-weight: 500; }
    #contents .contact_sec1 > p img {
      width: 38px;
      vertical-align: -5px; }
  #contents .contact_sec1 .mailform .table01 tbody tr th {
    width: 30%;
    padding-right: 35px; }
    #contents .contact_sec1 .mailform .table01 tbody tr th img {
      width: 25px;
      margin-left: 10px;
      top: calc(50% - 6px);
      right: 5px; }
  #contents .contact_sec1 .mailform input[type="text"] {
    width: 100%; }
  #contents .contact_sec2_textarea {
    margin-top: 3em; }
    #contents .contact_sec2_textarea .midashi02 {
      margin-bottom: 1em; }
    #contents .contact_sec2_textarea p {
      margin-bottom: 2.5em; } }
/****************************************************
 * 10.装飾
 ****************************************************/
.underline {
  text-decoration: underline; }

b, .bold {
  font-weight: 700; }

.colorRed {
  color: #ff0000; }

.colorOrange {
  color: #dd531c; }

.ta-c {
  text-align: center; }

.biographytest {
  font-size: 0.95em;
  border: 2px solid #333;
  border-radius: 5px;
  padding: 5px 10px;
  position: relative;
}

.sdgs{
  margin: 80px 0px 0px 0px;
}

img.sdgsitem{
  width: 100px;
  height: 100px;
  margin: 0px 20px 0px 0px;
}

img.sdgstitle{
  margin: 10px 0px 10px 0px;
  height: 100px;
}

img.satei{
  margin: 0px 0px 0px 0px;
  width: 290px;
  height: 200px;
}


/* 追加リンク情報(2024.09.20) */
.infourl a{
	color: blue;
}


/****************************************************
 * 11.印刷用調整
 ****************************************************/
@media print {
  .container {
    padding: 0; }

  #header {
    position: static; }

  img {
    display: block; } }
