@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 500; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body {
  counter-reset: number 0;
  line-height: 2em;
  font-weight: 500;
  letter-spacing: 0.6;
  color: #000;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 16px; }
  @media only screen and (max-width: 768px) {
    body {
      font-size: 20px;
      font-size: 2.6041666667vw;
      line-height: 30px; } }

.inner {
  margin: 0 auto;
  max-width: 1200px; }

.inner2 {
  margin: 0 auto;
  max-width: 1000px; }

#contents_wrap {
  width: 100%;
  min-width: 100%;
  margin-bottom: 150px; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    #contents_wrap {
      margin-bottom: 100px;
      margin-bottom: 13.0208333333vw; } }
  @media only screen and (max-width: 468px) {
    #contents_wrap {
      margin-bottom: 150px;
      margin-bottom: 19.53125vw; } }

#contents {
  width: 100%;
  max-width: 1200px; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    #contents {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media only screen and (max-width: 468px) {
    #contents {
      padding-left: 10px !important;
      padding-right: 10px !important; } }

#main {
  width: 100%; }

#main #col_main {
  width: 100%; }

#side {
  width: 18.75000%; }

.map {
  margin: 56px 20px 0; }

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left; }

.policy h3 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px; }

.policy p {
  margin: 0 0 20px; }

table {
  table-layout: fixed; }

table td {
  padding: 0 !important; }

.tlauto table {
  table-layout: auto; }

table td img {
  height: auto !important; }

.pdtd10 td {
  padding: 10px !important; }

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line; }

b, strong {
  font-weight: bold; }

u {
  text-decoration: line-through; }

img {
  max-width: 100%;
  height: auto !important; }

small {
  font-size: 80%; }

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3; }

span {
  font-weight: inherit; }

u {
  text-decoration: underline; }

b {
  font-weight: 500; }

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px; }

a {
  text-decoration: none; }

a:hover {
  opacity: 0.6; }

@media screen and (min-width: 469px) and (max-width: 768px) {
  .imgR, .imgL {
    max-width: 30% !important; } }
@media only screen and (max-width: 468px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center; } }

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

.gothic {
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

@media only screen and (max-width: 468px) {
  .fltL {
    float: none;
    width: 100% !important; }

  .fltR {
    float: none;
    width: 100% !important; }

  .sptal {
    text-align: left !important; }

  .sptar {
    text-align: right !important; }

  .sptac {
    text-align: center !important; }

  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px; } }
header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto; }

@-webkit-keyframes zoom {
  50% {
    -webkit-transform: scale(1.1); } }
@keyframes zoom {
  50% {
    transform: scale(1.1); } }
#header {
  width: 100%; }
  #header .fltL {
    width: 30%; }
    #header .fltL #siteID {
      margin: 30px 0 0 0; }
      @media only screen and (max-width: 468px) {
        #header .fltL #siteID {
          margin: 10px 0 0 15px;
          text-align: left; } }
      #header .fltL #siteID a {
        display: block;
        opacity: 1; }
      #header .fltL #siteID img {
        max-width: calc(643px / 2);
        width: 100%; }
  #header .fltR {
    width: 68%; }
    #header .fltR #hed_info {
      margin: 20px 0;
      display: table;
      float: right; }
      @media only screen and (max-width: 468px) {
        #header .fltR #hed_info {
          margin: 10px; } }
      #header .fltR #hed_info .cont {
        display: table-cell;
        vertical-align: middle;
        padding-right: 20px; }
        #header .fltR #hed_info .cont img {
          max-width: calc(540px / 2);
          width: 100%; }
        #header .fltR #hed_info .cont a {
          opacity: 1;
          transition: 1s; }
      #header .fltR #hed_info .tel {
        display: table-cell;
        vertical-align: middle; }
        #header .fltR #hed_info .tel img {
          max-width: calc(640px / 2);
          width: 100%; }
        #header .fltR #hed_info .tel a {
          opacity: 1;
          transition: 1s; }

#nav_global {
  background: #00a23f;
  margin-bottom: 5px; }
  @media only screen and (max-width: 468px) {
    #nav_global {
      float: none;
      margin: 0;
      display: inline-block; } }
  #nav_global .btn {
    display: none; }
    @media only screen and (max-width: 468px) {
      #nav_global .btn {
        position: fixed;
        color: #fff;
        display: block;
        right: 15px;
        top: 15px;
        z-index: 9999;
        background-color: #00a33d;
        cursor: pointer;
        border-radius: 50%;
        width: 44px;
        height: 44px;
        text-align: center;
        font-size: 20px;
        line-height: 44px; } }
    #nav_global .btn:hover {
      filter: alpha(opacity=90);
      opacity: .90; }
  #nav_global .check {
    display: none; }
    #nav_global .check:checked + ul {
      top: 64px; }
    #nav_global .check:checked + ul + .cbtn {
      display: block;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.2); }
  #nav_global ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    @media only screen and (max-width: 468px) {
      #nav_global ul {
        position: fixed;
        z-index: 999;
        display: block;
        background-color: #fff;
        width: 90%;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -600px;
        list-style-type: none;
        border-radius: 10px;
        transition: 0.5s ease-in-out;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out; } }
    #nav_global ul li {
      -webkit-flex-grow: 1;
      flex-grow: 1;
      line-height: 1; }
      @media only screen and (max-width: 468px) {
        #nav_global ul li {
          float: none; }
          #nav_global ul li + li {
            border-top: 1px dotted #ddd; } }
      #nav_global ul li a {
        display: block;
        padding: 15px 0 !important;
        font-size: 16px;
        color: #fff;
        text-decoration: none;
        opacity: 1; }
        @media only screen and (max-width: 468px) {
          #nav_global ul li a {
            padding: 20px 10px;
            display: block;
            padding: 10px;
            text-align: center;
            text-decoration: none;
            color: #000; } }
        #nav_global ul li a:hover {
          opacity: 1;
          -webkit-animation: .3s;
          animation: zoom .3s; }
  @media only screen and (max-width: 468px) {
    #nav_global .cbtn {
      z-index: 99;
      display: none;
      top: 0;
      left: 0;
      position: fixed; } }

#mainArea {
  width: 100%; }
  #mainArea img {
    width: 100%;
    height: auto; }

#local-keyvisual {
  position: relative; }
  #local-keyvisual h1 {
    letter-spacing: 0.1em;
    margin: 0 auto;
    max-width: 1200px;
    color: #fff;
    font-size: 2.813em;
    font-weight: 700;
    padding: 150px 0;
    z-index: 100;
    position: relative;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3); }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      #local-keyvisual h1 {
        padding: 100px 0; } }
    @media only screen and (max-width: 468px) {
      #local-keyvisual h1 {
        padding: 80px 0; } }

#local-keyvisual #local-keyvisual-bg, #local-keyvisual .local-keyvisual-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-position: center center; }

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  color: #000;
  margin-top: auto; }
  footer#global_footer #nav_footer {
    display: inline-block;
    padding: 50px 0; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      footer#global_footer #nav_footer {
        display: none; } }
    @media only screen and (max-width: 468px) {
      footer#global_footer #nav_footer {
        display: none; } }
    footer#global_footer #nav_footer ul {
      display: inline-block; }
      footer#global_footer #nav_footer ul li {
        float: left; }
        footer#global_footer #nav_footer ul li a {
          font-size: 16px;
          padding: 0 10px;
          color: #000;
          text-decoration: none; }
          footer#global_footer #nav_footer ul li a:hover {
            opacity: 0.6; }
  footer#global_footer #copy {
    color: #000;
    display: block;
    text-align: center;
    font-size: 16px; }
    @media only screen and (max-width: 768px) {
      footer#global_footer #copy {
        font-size: 25px;
        font-size: 3.2552083333vw;
        line-height: 1.7em; } }
    footer#global_footer #copy a {
      color: #000;
      text-decoration: none; }
      footer#global_footer #copy a:hover {
        opacity: 1; }

.imgcalc img {
  max-width: calc(100% / 2); }

.cont_1 .txt {
  font-size: 18px;
  padding-left: 15px !important;
  font-weight: 500; }
  @media only screen and (max-width: 768px) {
    .cont_1 .txt {
      font-size: 18px;
      font-size: 2.34375vw;
      line-height: 20px;
      padding-left: 0 !important;
      padding-top: 10px !important; } }

.cont_2 {
  background: url(../images/common/pt.png) left top;
  border: 2px solid #dbdbdb;
  padding: 60px;
  margin-top: 100px; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .cont_2 {
      margin-top: 50px;
      margin-top: 6.5104166667vw;
      padding: 40px; } }
  @media only screen and (max-width: 468px) {
    .cont_2 {
      margin-top: 100px;
      margin-top: 13.0208333333vw;
      padding: 20px; } }

.check {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 20px; }
  @media only screen and (max-width: 768px) {
    .check {
      font-size: 18px; } }
  @media only screen and (max-width: 468px) {
    .check {
      font-size: 20px;
      font-size: 2.6041666667vw;
      line-height: 20px; } }
  .check i {
    font-weight: 700;
    margin-bottom: 4px;
    margin-right: 10px;
    font-size: 30px;
    color: #fc3c3c;
    vertical-align: middle; }
    @media only screen and (max-width: 468px) {
      .check i {
        font-size: 30px;
        font-size: 3.90625vw;
        line-height: 20px; } }

/* box */
.home_td {
  padding: 0 100px;
  margin-left: -3.8461538462% !important;
  margin-top: 100px; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .home_td {
      margin-top: 50px;
      margin-top: 6.5104166667vw;
      padding: 0px; } }
  @media only screen and (max-width: 468px) {
    .home_td {
      margin-top: 100px;
      margin-top: 13.0208333333vw;
      padding: 0px; } }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .home_td {
      margin-left: -3.8461538462% !important; } }
  @media only screen and (max-width: 468px) {
    .home_td {
      margin-left: 0 !important; } }
  .home_td .box {
    padding: 30px;
    border: 2px solid #ccc;
    z-index: 10;
    float: left;
    width: 46.1538461538% !important;
    margin-left: 3.8461538462% !important;
    margin-bottom: 3.8461538462% !important; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      .home_td .box {
        width: 46.1538461538% !important;
        margin-left: 3.8461538462% !important;
        display: block; } }
    @media only screen and (max-width: 468px) {
      .home_td .box {
        width: 100% !important;
        margin-left: 0 !important; } }
    .home_td .box img {
      width: 100% !important; }
    .home_td .box .cont_titl {
      display: block;
      margin: 30px 0 10px; }
      .home_td .box .cont_titl h2 {
        color: #00a23f;
        font-size: 20px;
        font-weight: bold; }
        @media screen and (min-width: 469px) and (max-width: 768px) {
          .home_td .box .cont_titl h2 {
            font-size: 20px;
            font-size: 2.6041666667vw; } }
        @media only screen and (max-width: 468px) {
          .home_td .box .cont_titl h2 {
            font-size: 35px;
            font-size: 4.5572916667vw; } }
    .home_td .box a {
      margin-top: 20px;
      color: #fff;
      background: #8cb384;
      display: block;
      padding: 10px 20px;
      transition: 1s;
      opacity: 1; }
      .home_td .box a:hover {
        background: #00a23f; }

.bg_100per_wrap {
  position: relative;
  margin-top: 70px;
  padding: 50px 0; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .bg_100per_wrap {
      margin-top: 50px;
      margin-top: 6.5104166667vw;
      padding: 20px 0; } }
  @media only screen and (max-width: 468px) {
    .bg_100per_wrap {
      margin-top: 50px;
      margin-top: 6.5104166667vw;
      padding: 10px 0; } }
  .bg_100per_wrap .bgwrap {
    padding: 50px 0;
    background: rgba(255, 255, 255, 0.6); }
    @media only screen and (max-width: 768px) {
      .bg_100per_wrap .bgwrap {
        padding: 10px; } }

.bg_100per_inner {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: url(../images/common/pt_2.png) left top;
  z-index: -1; }

.cont_3 {
  margin-top: 100px; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .cont_3 {
      margin-top: 50px;
      margin-top: 6.5104166667vw;
      padding: 0px; } }
  @media only screen and (max-width: 468px) {
    .cont_3 {
      margin-top: 100px;
      margin-top: 13.0208333333vw;
      padding: 0px; } }
  .cont_3 .fltL {
    padding-bottom: 30px;
    width: 48%;
    border: 1px solid #00a23f; }
    @media only screen and (max-width: 768px) {
      .cont_3 .fltL {
        width: 100%;
        float: none; } }
    .cont_3 .fltL td {
      font-size: 13px; }
  .cont_3 .fltR {
    padding-bottom: 30px;
    width: 48%;
    border: 1px solid #00a23f; }
    @media only screen and (max-width: 768px) {
      .cont_3 .fltR {
        width: 100%;
        float: none;
        margin-top: 30px; } }
  .cont_3 .txt {
    padding: 0 10px;
    margin-top: 10px; }
  .cont_3 .txt2 {
    padding: 0 10px;
    margin-top: 30px; }
  .cont_3 a {
    color: #000; }

.bg_100per_wrap2 {
  position: relative;
  margin-top: 100px;
  padding: 50px 0; }
  @media only screen and (max-width: 768px) {
    .bg_100per_wrap2 {
      margin-top: 50px;
      margin-top: 6.5104166667vw;
      padding: 20px 0; } }
  .bg_100per_wrap2 .bgwrap {
    padding: 50px 0;
    background: rgba(255, 255, 255, 0.6); }

.bg_100per_inner2 {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: url(../images/common/pt_2.png) left top;
  z-index: -1; }

.news {
  padding: 50px;
  background: rgba(255, 255, 255, 0.6); }
  @media only screen and (max-width: 768px) {
    .news {
      padding: 20px; } }
  .news .scl {
    height: 380px;
    overflow-y: scroll; }
  .news .news_txt {
    margin-bottom: 15px;
    padding: 10px 0 !important; }
    .news .news_txt tr td:first-child {
      color: #fff;
      width: 15%;
      text-align: center;
      vertical-align: middle;
      background: #00a23f;
      padding: 10px 5px !important; }
    .news .news_txt tr td:nth-child(2) {
      padding-left: 10px !important; }
      @media only screen and (max-width: 468px) {
        .news .news_txt tr td:nth-child(2) {
          padding-left: 0 !important;
          padding-top: 10px !important; } }

@media only screen and (max-width: 768px) {
  .tbl_scroll {
    overflow-x: auto;
    white-space: nowrap; } }
@media only screen and (max-width: 768px) {
  .tbl_scroll table {
    table-layout: auto; } }

/* title */
.midashi {
  border-bottom: 6px double #00a23f;
  margin: 100px auto 30px auto; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .midashi {
      margin-top: 50px;
      margin-top: 6.5104166667vw;
      margin-bottom: 30px;
      margin-bottom: 3.90625vw; } }
  @media only screen and (max-width: 468px) {
    .midashi {
      margin-top: 100px;
      margin-top: 13.0208333333vw;
      margin-bottom: 30px;
      margin-bottom: 3.90625vw; } }
  .midashi h2 {
    color: #000;
    line-height: 1.7em;
    font-size: 35px;
    font-weight: 700;
    padding-bottom: 15px; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      .midashi h2 {
        font-size: 25px;
        font-size: 3.2552083333vw; } }
    @media only screen and (max-width: 468px) {
      .midashi h2 {
        font-size: 28px;
        font-size: 3.6458333333vw; } }
    .midashi h2 span {
      color: #00a23f; }

.midashi2 {
  margin: 0 auto 50px auto; }
  @media only screen and (max-width: 768px) {
    .midashi2 {
      margin-bottom: 30px;
      margin-bottom: 3.90625vw; } }
  .midashi2 h2 {
    color: #000;
    line-height: 1.7em;
    font-size: 35px;
    font-weight: 700;
    padding-bottom: 15px; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      .midashi2 h2 {
        font-size: 30px;
        font-size: 3.90625vw; } }
    @media only screen and (max-width: 468px) {
      .midashi2 h2 {
        font-size: 35px;
        font-size: 4.5572916667vw; } }
    .midashi2 h2 span {
      color: #fc3c3c; }

.midashi3 {
  margin: 0 auto 50px auto; }
  @media only screen and (max-width: 768px) {
    .midashi3 {
      margin-bottom: 30px;
      margin-bottom: 3.90625vw; } }
  .midashi3 h2 {
    color: #000;
    line-height: 1.7em;
    font-size: 35px;
    font-weight: 700;
    padding-bottom: 15px; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      .midashi3 h2 {
        font-size: 30px;
        font-size: 3.90625vw; } }
    @media only screen and (max-width: 468px) {
      .midashi3 h2 {
        font-size: 30px;
        font-size: 3.90625vw; } }

.midashi4 {
  background: #00a23f;
  padding: 15px 20px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 768px) {
    .midashi4 {
      margin-bottom: 20px;
      margin-bottom: 2.6041666667vw; } }
  .midashi4 h2 {
    font-size: 35px;
    color: #fff;
    line-height: 1; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      .midashi4 h2 {
        font-size: 35px;
        font-size: 4.5572916667vw; } }
    @media only screen and (max-width: 468px) {
      .midashi4 h2 {
        font-size: 35px;
        font-size: 4.5572916667vw; } }

.midashi5 {
  margin: 0 auto 30px auto; }
  @media only screen and (max-width: 768px) {
    .midashi5 {
      margin-bottom: 20px;
      margin-bottom: 2.6041666667vw; } }
  .midashi5 h2 {
    color: #000;
    line-height: 1.7em;
    font-size: 35px;
    font-weight: 700; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      .midashi5 h2 {
        font-size: 30px;
        font-size: 3.90625vw; } }
    @media only screen and (max-width: 468px) {
      .midashi5 h2 {
        font-size: 35px;
        font-size: 4.5572916667vw; } }

.midashi6 {
  margin: 0 auto 20px auto; }
  @media only screen and (max-width: 768px) {
    .midashi6 {
      margin-bottom: 15px;
      margin-bottom: 1.953125vw; } }
  .midashi6 h3 {
    color: #000;
    line-height: 1.7em;
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      .midashi6 h3 {
        font-size: 20px;
        font-size: 2.6041666667vw; } }
    @media only screen and (max-width: 468px) {
      .midashi6 h3 {
        font-size: 25px;
        font-size: 3.2552083333vw; } }

.midashi7 {
  border-bottom: 6px double #00a23f;
  margin: 50px auto 30px auto; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .midashi7 {
      margin-top: 30px;
      margin-top: 3.90625vw;
      margin-bottom: 30px;
      margin-bottom: 3.90625vw; } }
  @media only screen and (max-width: 468px) {
    .midashi7 {
      margin-top: 50px;
      margin-top: 6.5104166667vw;
      margin-bottom: 30px;
      margin-bottom: 3.90625vw; } }
  .midashi7 h2 {
    color: #000;
    line-height: 1.7em;
    font-size: 35px;
    font-weight: 700;
    padding-bottom: 15px; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      .midashi7 h2 {
        font-size: 25px;
        font-size: 3.2552083333vw; } }
    @media only screen and (max-width: 468px) {
      .midashi7 h2 {
        font-size: 28px;
        font-size: 3.6458333333vw; } }
    .midashi7 h2 span {
      color: #00a23f; }

.midashi8 {
  margin: 100px auto 30px auto; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .midashi8 {
      margin-top: 50px;
      margin-top: 6.5104166667vw;
      margin-bottom: 30px;
      margin-bottom: 3.90625vw; } }
  .midashi8 h2 {
    color: #000;
    line-height: 1.7em;
    font-size: 35px;
    font-weight: 700;
    padding-bottom: 15px; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      .midashi8 h2 {
        font-size: 30px;
        font-size: 3.90625vw; } }
    @media only screen and (max-width: 468px) {
      .midashi8 h2 {
        font-size: 35px;
        font-size: 4.5572916667vw; } }
    .midashi8 h2 span {
      color: #fc3c3c; }

.midashi9 {
  background: #00a23f;
  padding: 15px 20px;
  margin: 100px auto 30px auto; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .midashi9 {
      margin-top: 50px;
      margin-top: 6.5104166667vw;
      margin-bottom: 30px;
      margin-bottom: 3.90625vw; } }
  .midashi9 h2 {
    font-size: 35px;
    color: #fff;
    line-height: 1; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      .midashi9 h2 {
        font-size: 35px;
        font-size: 4.5572916667vw; } }
    @media only screen and (max-width: 468px) {
      .midashi9 h2 {
        font-size: 35px;
        font-size: 4.5572916667vw; } }

.midashi10 {
  border-bottom: 6px double #00a23f;
  margin: 0 auto 30px auto; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .midashi10 {
      margin-bottom: 30px;
      margin-bottom: 3.90625vw; } }
  @media only screen and (max-width: 468px) {
    .midashi10 {
      margin-top: 50px;
      margin-top: 6.5104166667vw;
      margin-bottom: 30px;
      margin-bottom: 3.90625vw; } }
  .midashi10 h2 {
    color: #000;
    line-height: 1.7em;
    font-size: 35px;
    font-weight: 700;
    padding-bottom: 15px; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      .midashi10 h2 {
        font-size: 25px;
        font-size: 3.2552083333vw; } }
    @media only screen and (max-width: 468px) {
      .midashi10 h2 {
        font-size: 28px;
        font-size: 3.6458333333vw; } }
    .midashi10 h2 span {
      color: #00a23f; }

.comptd td:first-child {
  width: 15% !important; }
  @media only screen and (max-width: 468px) {
    .comptd td:first-child {
      width: 100% !important; } }

.cont_5 .box {
  margin-bottom: 50px; }
  @media only screen and (max-width: 768px) {
    .cont_5 .box {
      margin-bottom: 50px;
      margin-bottom: 6.5104166667vw; } }
  .cont_5 .box .fltL {
    width: 60%; }
    @media only screen and (max-width: 468px) {
      .cont_5 .box .fltL {
        width: 100%; } }
  .cont_5 .box .fltR {
    width: 38%; }
    @media only screen and (max-width: 468px) {
      .cont_5 .box .fltR {
        width: 100%;
        margin-top: 15px; } }
  .cont_5 .box:nth-child(even) .fltL {
    float: right; }
  .cont_5 .box:nth-child(even) .fltR {
    float: left; }

.bf {
  margin: 20px auto 0 auto; }
  @media only screen and (max-width: 768px) {
    .bf {
      margin-top: 15px;
      margin-top: 1.953125vw; } }
  .bf span {
    display: block;
    margin-top: 15px;
    font-size: 18px; }
    @media only screen and (max-width: 468px) {
      .bf span {
        font-size: 25px;
        font-size: 3.2552083333vw; } }
  @media only screen and (max-width: 468px) {
    .bf .yazirusi {
      display: none; } }

.cont_6 {
  background-image: url(../images/common/pt.png), url(../images/contents/jiko_01.png);
  background-position: left top,right 20px bottom 20px;
  background-repeat: repeat,no-repeat;
  border: 2px solid #dbdbdb;
  padding: 60px; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .cont_6 {
      padding: 40px; } }
  @media only screen and (max-width: 468px) {
    .cont_6 {
      padding: 20px; } }

.accident {
  margin: 50px 0; }
  @media only screen and (max-width: 768px) {
    .accident {
      margin-bottom: 50px;
      margin-bottom: 6.5104166667vw;
      margin-top: 50px;
      margin-top: 6.5104166667vw; } }

.accidentflow {
  margin: 50px 0; }
  @media only screen and (max-width: 768px) {
    .accidentflow {
      margin-bottom: 50px;
      margin-bottom: 6.5104166667vw;
      margin-top: 50px;
      margin-top: 6.5104166667vw; } }
  .accidentflow .fltL {
    width: 30%; }
    @media only screen and (max-width: 468px) {
      .accidentflow .fltL {
        width: 100%; } }
  .accidentflow .fltR {
    width: 68%; }
    @media only screen and (max-width: 468px) {
      .accidentflow .fltR {
        width: 100%;
        margin-top: 15px; } }
  .accidentflow img {
    width: 100% !important; }

.btn a {
  color: #00a23f; }
.btn i {
  margin-left: 7px; }

.pankuzu {
  margin: 50px 0; }
  @media only screen and (max-width: 768px) {
    .pankuzu {
      margin-bottom: 50px;
      margin-bottom: 6.5104166667vw;
      margin-top: 50px;
      margin-top: 6.5104166667vw; } }
  .pankuzu a {
    color: #000; }

/*# sourceMappingURL=common.css.map */
