@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

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

ul, ol {
  list-style: none; }

fieldset, img {
  border: 0; }

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

/* ===================
clearfix 
===================*/
.clearfix:after {
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0px;
  content: " ";
  clear: both; }

* html .clearfix {
  zoom: 1; }

*:first-child + html .clearfix {
  zoom: 1; }

/* ===================
画像余白クリア
===================*/
img {
  font-size: 0;
  line-height: 0;
  vertical-align: top; }

/* ===================
リンク
===================*/
a {
  outline: none; }

a:link {
  text-decoration: none;
  color: #000; }

a:visited {
  text-decoration: none;
  color: #000; }

a:hover {
  text-decoration: underline;
  color: #000; }

a:active {
  text-decoration: none;
  color: #000; }

a:hover img {
  opacity: 0.7; }

/* ===================
ブレークポイント
===================*/
/* ===================
共通変数
===================*/
/* ===================
レイアウト
===================*/
.wrapper {
  width: 100%;
  max-width: 980px;
  margin: 0 auto; }

.wrapper {
  position: relative; }

.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  display: flex; }

.fb_spcbtw {
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between; }

.fb_alitm_cnt {
  -webkit-align-items: center;
  /* Safari */
  align-items: center; }

@media screen and (min-width: 768px) {
  .mb_only {
    display: none; } }

@media screen and (max-width: 767px) {
  .pc_only {
    display: none; } }

.table_box {
  display: table; }

.table_cell {
  display: table-cell; }

.inner {
  padding: 10px; }

/* ===================
汎用クラス
===================*/
.bold {
  font-weight: bold; }

.red {
  color: red; }

.f24 {
  font-size: 2.4rem; }

.mt30 {
  margin-top: 30px; }

.text_center {
  text-align: center; }

/* ===================
共通スタイル
===================*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  font-family: 'Droid Serif', "Hiragino Kaku Gothic Pro","ヒラギノ角ゴシック Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic", sans-serif;
  font-size: 1.4em;
  line-height: 1.75;
  color: #333;
  -webkit-text-size-adjust: 100%; }

#scroll_area_off {
  overflow: hidden; }

/* ===================
ヘッダー
===================*/
header {
  border-bottom: 2px solid #196dbc;
  margin-bottom: 15px; }
  header h1 {
    margin: 15px 10px;
    line-height: 1; }
    header h1 img {
      width: 100%;
      max-width: 390px; }

/* ===================
コンテンツ
===================*/
ol#breadcrumb {
  margin-top: 10px; }
  ol#breadcrumb li {
    display: inline-block;
    font-size: 1.2rem; }
    ol#breadcrumb li a {
      color: #0C6026; }
      ol#breadcrumb li a:link {
        color: #0C6026; }
      ol#breadcrumb li a:visited {
        color: #0C6026; }
      ol#breadcrumb li a:hover {
        color: #0C6026; }
      ol#breadcrumb li a:active {
        color: #0C6026; }
    ol#breadcrumb li a:hover {
      text-decoration: underline; }
    ol#breadcrumb li:before {
      margin: 0 8px;
      content: ">";
      color: #000; }
    ol#breadcrumb li:first-child:before {
      margin: 0;
      content: ''; }

#content {
  margin-bottom: 90px; }

section {
  margin-top: 30px; }
  section h2 {
    margin-bottom: 50px;
    padding: 10px 0;
    line-height: 1;
    border-bottom: 5px solid #196dbc; }
    section h2 img {
      width: 100%;
      height: auto; }

.inner > dl {
  margin-bottom: 30px; }
  .inner > dl > dt {
    font-weight: bold;
    margin: 15px 0;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-bottom: 2px solid #196dbc; }
    .inner > dl > dt span {
      display: inline-block;
      padding: 3px 10px;
      border-left: 5px solid #196dbc; }
  .inner > dl > dd {
    margin: 0 10px 0 30px; }
    @media screen and (max-width: 767px) {
      .inner > dl > dd {
        -webkit-flex-wrap: wrap;
        /* Safari */
        flex-wrap: wrap;
        margin: 0; } }

.goback {
  margin-top: 50px;
  text-align: center; }

.table_scroll {
  overflow: auto;
  /*tableをスクロールさせる*/
  white-space: nowrap;
  /*tableのセル内にある文字の折り返しを禁止*/
  height: 300px; }

.table_scroll::-webkit-scrollbar {
  /*tableにスクロールバーを追加*/
  height: 5px; }

.table_scroll::-webkit-scrollbar-track {
  /*tableにスクロールバーを追加*/
  background: #F1F1F1; }

.table_scroll::-webkit-scrollbar-thumb {
  /*tableにスクロールバーを追加*/
  background: #BCBCBC; }

/* ===================
フッター
===================*/
footer {
  margin-top: 30px;
  background-color: #196dbc;
  padding: 20px 10px; }
  footer small {
    font-size: 1.2rem;
    display: block;
    text-align: center;
    color: #fff; }

.page_top {
  position: absolute;
  top: -105px;
  right: 0; }

#content.index {
  margin-bottom: 30px; }
  #content.index section h2 {
    margin-bottom: inherit;
    padding: inherit;
    border-bottom: none; }
    #content.index section h2 img {
      width: inherit;
      max-width: 100%;
      height: auto; }
  @media screen and (max-width: 767px) {
    #content.index .flexBox {
      -webkit-flex-wrap: wrap;
      /* Safari */
      flex-wrap: wrap; } }

#top_img {
  background: url(../images/index/bg_top.jpg) center center no-repeat;
  height: 310px;
  width: 100%;
  display: table; }
  #top_img div {
    display: table-cell;
    vertical-align: middle;
    padding-left: 50px; }

nav {
  background-color: #efefef; }
  nav ul {
    margin: 0 20px;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between; }
  nav li {
    width: 50%;
    text-align: center; }
  nav img {
    width: 100%;
    max-width: 421px;
    height: auto; }
  @media screen and (max-width: 767px) {
    nav ul {
      margin: 0 10px; }
    nav li {
      width: 100%;
      text-align: center; }
      nav li:first-child {
        margin-bottom: 15px; } }

#info_kaijyo {
  -webkit-flex-shrink: 0;
  /* Safari */
  flex-shrink: 0; }
  #info_kaijyo h3 {
    text-align: center;
    padding: 5px;
    background: -webkit-linear-gradient(#ddd 0%, #fff 100%);
    background: linear-gradient(#ddd 0%, #fff 100%); }
  #info_kaijyo ul {
    padding: 15px 10px;
    border: 1px solid #ccc; }
    #info_kaijyo ul a {
      color: red; }
      #info_kaijyo ul a:link {
        color: red; }
      #info_kaijyo ul a:visited {
        color: red; }
      #info_kaijyo ul a:hover {
        color: red; }
      #info_kaijyo ul a:active {
        color: red; }
  #info_kaijyo li {
    line-height: 2; }
  #info_kaijyo a:before {
    content: "▶︎ "; }
  #info_kaijyo + h2 {
    padding-left: 30px; }
    #info_kaijyo + h2 img {
      width: 100%;
      max-width: 636px; }
  @media screen and (max-width: 767px) {
    #info_kaijyo {
      width: 100%; }
      #info_kaijyo + h2 {
        padding: 0;
        width: 100%;
        margin-top: 15px;
        text-align: center; } }

#otoiawase h2 {
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 15px !important; }
  #otoiawase h2 img {
    vertical-align: middle; }
  #otoiawase h2 span {
    vertical-align: middle;
    margin-left: 5px;
    padding: 5px;
    border-left: 1px solid #ccc; }

#otoiawase ul {
  -webkit-flex-shrink: 0;
  /* Safari */
  flex-shrink: 0; }
  #otoiawase ul img {
    vertical-align: middle;
    padding-right: 30px; }
  @media screen and (max-width: 767px) {
    #otoiawase ul {
      margin-bottom: 15px;
      width: 100%;
      text-align: center; }
      #otoiawase ul img {
        display: block; } }

#otoiawase li {
  padding: 10px;
  border-bottom: 1px dashed #ccc; }
  #otoiawase li:first-child {
    border-top: 1px dashed #ccc; }

#otoiawase p {
  margin-left: 50px;
  text-align: center; }
  #otoiawase p img {
    width: 100%;
    max-width: 285px;
    height: auto; }
  @media screen and (max-width: 767px) {
    #otoiawase p {
      width: 100%;
      margin: 0; } }

.gaiyo section h2 img {
  max-width: 631px; }

.gaiyo table {
  width: 90%;
  margin: 0 5%; }

.gaiyo td, .gaiyo th {
  border-bottom: 1px solid #ccc;
  text-align: left;
  padding: 10px;
  vertical-align: top; }

.gaiyo tr:first-child td, .gaiyo tr:first-child th {
  border-top: 1px solid #ccc; }

@media screen and (max-width: 767px) {
  .gaiyo table {
    margin: 0 0 30px;
    width: 100%; }
  .gaiyo td, .gaiyo th {
    display: block; }
  .gaiyo th {
    border-bottom: none;
    font-weight: bold; }
  .gaiyo tr:first-child td {
    border-top: none; } }

.junkai section h2 img {
  max-width: 346px; }

.junkai .inner > dl > dd dl {
  margin: 5px 0;
  -webkit-align-items: center;
  /* Safari */
  align-items: center; }
  @media screen and (max-width: 767px) {
    .junkai .inner > dl > dd dl {
      margin-top: 15px;
      -webkit-align-items: flex-start;
      /* Safari */
      align-items: flex-start; } }

.junkai .inner > dl > dd dd {
  margin-left: 10px; }
  @media screen and (max-width: 767px) {
    .junkai .inner > dl > dd dd {
      -webkit-flex-wrap: wrap;
      /* Safari */
      flex-wrap: wrap; } }

.junkai .box1 {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  margin-top: 30px; }
  .junkai .box1 p {
    -webkit-flex-shrink: 0;
    /* Safari */
    flex-shrink: 0;
    padding-right: 10px; }
  @media screen and (max-width: 767px) {
    .junkai .box1 {
      -webkit-flex-wrap: wrap;
      /* Safari */
      flex-wrap: wrap; }
      .junkai .box1 p {
        width: 100%;
        margin-bottom: 5px; } }

#junkai_img1 {
  position: absolute;
  bottom: 0;
  right: -200px;
  width: inherit;
  max-height: inherit; }
  @media screen and (max-width: 767px) {
    #junkai_img1 {
      position: relative;
      bottom: inherit;
      right: inherit; } }

.style01 {
  margin-top: 12px; }
  @media screen and (max-width: 767px) {
    .style01 {
      margin-top: 0; } }

.tokutei section h2 img {
  max-width: 218px; }

.tokutei table {
  line-height: 1.5;
  margin: 0 5px; }

.tokutei caption {
  text-align: left; }

.tokutei th, .tokutei td {
  border: 1px solid #333;
  padding: 5px; }

.tokutei th {
  background-color: #f1f8d3; }

.tokutei thead th {
  background-color: #d5eefb; }
