@charset "UTF-8";
/*--------------------------------
 1.Setting
 2.Base

 H1.Header
 H2.Logo
 H3.Global Navigation

 C1.Main Container
 C2.BreadCrumb
 C3.Page Image
 C3.Page Nation
 C4.Content Foot

 F1.Footer
 F2.Footer Navigation
 F3.Office Information
 F4.CopyRight

 Page
 P1.Index
 P1.Data Cleaning
 P2.BAMDIS
 P2.3Classification DM

 Archives

 Single
--------------------------------*/
/*--------------------------------
 1.Setting
--------------------------------*/
.fz12 {
  font-size: 12px;
  font-size: 1.2rem; }

.fz14 {
  font-size: 14px;
  font-size: 1.4rem; }

.fz16 {
  font-size: 16px;
  font-size: 1.6rem; }

.fz20 {
  font-size: 20px;
  font-size: 2.0rem; }

.fwb {
  font-weight: bold; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }
  a:active, a:hover {
    outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible;
  text-transform: none; }

select {
  text-transform: none; }

button, html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer; }

input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }
  input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0; }
  input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto; }
  input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
    input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
      -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

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

td, th {
  padding: 0; }

/*--------------------------------
 2.Base
--------------------------------*/
html {
  font-size: 62.5%;
  line-height: 1.5; }

html, button, input, select, textarea {
  color: #666; }

body {
  min-width: 320px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }

::-moz-selection, ::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio, canvas, img, video {
  vertical-align: middle; }

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle; }

a {
  outline: none; }
  a img {
    border: 0; }
    a img:hover {
      opacity: 0.7; }

.ie8 img {
  width: auto; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

button {
  margin: 0;
  padding: 0;
  border: 0;
  background: none; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

@media only screen and (min-width: 991px) {
  .wrapper {
    width: 1200px;
    margin: 0 auto;
    position: relative; } }
/*--------------------------------
 Section
--------------------------------*/
.sec_nav {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.sec_block {
  margin-bottom: 50px; }

/*--------------------------------
 H1.Header
--------------------------------*/
.header-container {
  padding-top: 72px;
  position: relative;
  background: #fff;
  z-index: 10; }

@media only screen and (min-width: 991px) {
  .header-container {
    padding: 0 0 5px;
    border-top: 5px solid #ad84bf; } }
.header_main {
  width: 100%;
  position: fixed;
  top: 0;
  background: #fff; }

@media only screen and (min-width: 991px) {
  .header_main {
    position: static; } }
.sp_btn {
  width: 56px;
  height: 22px;
  position: absolute;
  right: 10px;
  top: 7px;
  background: url(../img/common/btn_menu_sp.png) no-repeat center center;
  background-size: auto 22px;
  text-indent: -100%;
  line-height: 0;
  cursor: pointer; }

/*--------------------------------
 H2.Logo
--------------------------------*/
.site_title {
  margin: 4px 0;
  height: 30px;
  line-height: 0;
  text-align: center; }
  .site_title img {
    height: 30px; }

@media only screen and (min-width: 991px) {
  .site_title {
    margin: 0 60px 0 0;
    height: 60px;
    float: left; }
    .site_title a {
      display: block;
      width: 290px;
      height: 60px;
      background: url(../img/common/img_logo.png) no-repeat left top; }
    .site_title img {
      display: none; } }
/*--------------------------------
 H3.SamrtPhone Navigation
--------------------------------*/
.sp_nav {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 100; }

.sp_nav_wrap {
  margin: 0;
  background: rgba(201, 188, 156, 0.9); }
  .sp_nav_wrap dt, .sp_nav_wrap dd {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    margin: 0;
    padding: 0;
    display: block; }
  .sp_nav_wrap dt {
    padding: 15px 0 0 10px;
    height: 39px;
    background: #ad84bf;
    line-height: 0; }
    .sp_nav_wrap dt img {
      height: 8px; }
  .sp_nav_wrap dd.btn_close {
    position: fixed;
    right: 10px;
    top: 7px;
    line-height: 0;
    cursor: pointer; }
    .sp_nav_wrap dd.btn_close img {
      height: 30px; }
  .sp_nav_wrap .sp_nav_list li {
    border-bottom: 1px solid #fff;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.5; }
  .sp_nav_wrap .sp_nav_list a {
    padding: 11px 10px;
    display: block;
    color: #513d32;
    background: url(../img/common/arw_white.png) no-repeat 96.875% center;
    text-decoration: none; }

/*--------------------------------
 H3.Global Navigation
--------------------------------*/
.header_main .sec_nav {
  display: table;
  table-layout: fixed; }
  .header_main .sec_nav li {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    display: table-cell;
    font-size: 10px;
    font-size: 1.0rem;
    text-align: center; }
    .header_main .sec_nav li a {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      display: block; }

.sec_nav.sp {
  width: 100%;
  -webkit-box-shadow: 0px 2px 3px 0px #f7f3ea;
  -moz-box-shadow: 0px 2px 3px 0px #f7f3ea;
  box-shadow: 0px 2px 3px 0px #f7f3ea; }
  .sec_nav.sp li {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 33.333333%;
    font-size: 1.5rem;
    line-height: 1.0; }
    .sec_nav.sp li:first-child {
      border-left: none; }
    .sec_nav.sp li a {
      padding: 8px 0;
      border: 1px solid #ad84bf;
      color: #fff;
      background: #ad84bf;
      text-decoration: none; }
    .sec_nav.sp li.current a {
      color: #ad84bf;
      background: #fff; }

@media only screen and (min-width: 991px) {
  .sec_nav.sp {
    display: none; } }
.sec_nav.pc {
  display: none; }

@media only screen and (min-width: 991px) {
  .sec_nav.pc {
    padding: 11px 0 0;
    display: block; }
    .sec_nav.pc li {
      padding-right: 45px;
      overflow: hidden; }
      .sec_nav.pc li a {
        height: 44px;
        background-repeat: no-repeat;
        background-image: url(../img/common/bg_gnav.png);
        text-indent: -500px; }
    .sec_nav.pc .nav_home a {
      width: 78px;
      background-position: left top; }
      .sec_nav.pc .nav_home a.current, .sec_nav.pc .nav_home a:hover {
        background-position: left -44px; }
    .sec_nav.pc .nav_facility {
      padding-right: 28px; }
      .sec_nav.pc .nav_facility a {
        width: 133px;
        background-position: -78px top; }
        .sec_nav.pc .nav_facility a.current, .sec_nav.pc .nav_facility a:hover {
          background-position: -78px -44px; }
    .sec_nav.pc .nav_price {
      padding-right: 34px; }
      .sec_nav.pc .nav_price a {
        width: 63px;
        background-position: -211px top; }
        .sec_nav.pc .nav_price a.current, .sec_nav.pc .nav_price a:hover {
          background-position: -211px -44px; }
    .sec_nav.pc .nav_access {
      padding-right: 33px; }
      .sec_nav.pc .nav_access a {
        width: 100px;
        background-position: -274px top; }
        .sec_nav.pc .nav_access a.current, .sec_nav.pc .nav_access a:hover {
          background-position: -274px -44px; }
    .sec_nav.pc .nav_company {
      padding-right: 0; }
      .sec_nav.pc .nav_company a {
        width: 102px;
        background-position: right top; }
        .sec_nav.pc .nav_company a.current, .sec_nav.pc .nav_company a:hover {
          background-position: right -44px; } }
/*--------------------------------
 H3.Header Info
--------------------------------*/
.header_info {
  width: 230px;
  position: absolute;
  right: 0;
  top: 5px; }

.chg_font {
  margin: 16px 0 0;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%; }
  .chg_font dt, .chg_font dd, .chg_font ul {
    margin: 0;
    padding: 0;
    display: table-cell;
    list-style-type: none; }
  .chg_font dt {
    padding-right: 5px;
    width: 80px;
    width: 44%;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: right; }
  .chg_font dd {
    font-size: 13px;
    font-size: 1.3rem; }
    .chg_font dd li {
      margin-left: 5px;
      border-radius: 3px;
      display: inline-block;
      width: 50px;
      color: #fff;
      background: #ad84bf;
      line-height: 1.5;
      text-align: center;
      cursor: pointer; }

/*--------------------------------
 F1.Footer
--------------------------------*/
@media only screen and (min-width: 991px) {
  .footer-container {
    padding: 25px 0 0;
    background: #f7f3ea; } }
.footer_tel {
  margin-bottom: 10px;
  padding: 0 10px; }
  .footer_tel a {
    border-radius: 5px;
    display: block;
    color: #fff;
    background: #ad84bf;
    text-decoration: none; }
  .footer_tel dl, .footer_tel dt, .footer_tel dd {
    margin: 0;
    padding: 0; }
  .footer_tel dl {
    margin: 0 auto;
    padding: 10px 0;
    display: table;
    width: 90%; }
  .footer_tel dt, .footer_tel dd {
    padding: 0 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    display: table-cell; }
  .footer_tel dt {
    font-size: 10px;
    font-size: 1.0rem;
    text-align: right; }
  .footer_tel dd {
    font-size: 20px;
    font-size: 2.0rem; }

@media only screen and (min-width: 991px) {
  .footer_address {
    margin: 0 auto 20px;
    display: table;
    table-layout: fixed;
    width: 650px; } }
.title_footer {
  margin: 0 0 10px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center; }

@media only screen and (min-width: 991px) {
  .title_footer {
    margin: 0;
    padding-right: 20px;
    width: 254px;
    height: 44px;
    display: table-cell;
    background: url(../img/common/img_logo_footer.png) no-repeat left top;
    text-indent: -1000%;
    vertical-align: bottom; } }
.footer_info address {
  font-style: normal; }

@media only screen and (min-width: 991px) {
  .footer_info {
    display: table-cell;
    vertical-align: bottom; } }
.address {
  margin-bottom: 30px;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center; }
.numbar {
  margin-bottom: 30px;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center; }
@media only screen and (min-width: 991px) {
  .footer_info address {
    margin: 0 10px 0 0;
    display: inline-block;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem; }
  .footer_info .address {
    margin: 0 10px 0 0; }
  .footer_info .faxno {
    margin-right: 0; } }
/*--------------------------------
 F2.Gotop
--------------------------------*/
.gotop {
  padding: 20px 10px;
  font-size: 10px;
  font-size: 1.0rem;
  text-align: right; }
  .gotop a {
    color: #333;
    text-decoration: none; }

@media only screen and (min-width: 991px) {
  .gotop {
    padding: 0;
    height: 120px;
    position: relative; }
    .gotop a {
      display: block;
      width: 72px;
      height: 72px;
      position: absolute;
      right: 5%;
      top: 24px;
      background: url(../img/common/img_gotop.png) no-repeat left top;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden; } }
/*--------------------------------
 F3.Footer Navigation
--------------------------------*/
.footer_nav_wrap {
  background: url(../img/common/line_dotted.png) repeat-x left top; }

.nav_footer {
  margin-bottom: 20px;
  padding-top: 20px;
  text-align: center; }
  .nav_footer li {
    padding: 0 10px 0 15px;
    border-left: 1px solid #333;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1; }
    .nav_footer li:first-child {
      padding-left: 0;
      border-left: none; }
  .nav_footer a {
    color: #333;
    text-decoration: none; }
    .nav_footer a:hover {
      text-decoration: underline; }

/*--------------------------------
 F4.CopyRight
--------------------------------*/
.copyright {
  margin: 0;
  padding: 10px 0;
  color: #513d32;
  background: #cdc0a1;
  text-align: center; }
  .copyright small {
    font-size: 9px;
    font-size: 0.9rem;
    font-family: arial; }

@media only screen and (min-width: 991px) {
  .copyright {
    color: #fff;
    background: #ad84bf; }
    .copyright small {
      font-size: 14px;
      font-size: 1.4rem; } }
/*--------------------------------
 C1.Main Container
--------------------------------*/
/*--------------------------------
 C3.Main
--------------------------------*/
.sec_box {
  padding: 28px 0 0; }

@media only screen and (min-width: 991px) {
  .sec_box {
    padding: 55px 0 0; } }
.sec_head {
  margin: 0 3.125% 15px;
  padding: 3px 3.125% 11px;
  border: 2px solid #ad84bf;
  border-radius: 10px;
  background: #f2f2eb;
  text-align: center;
  line-height: 1; }
  .sec_head .title_sec {
    margin: 0;
    padding: 0;
    color: #513d32; }

@media only screen and (min-width: 991px) {
  .sec_head {
    margin: 0 0 30px; } }
.table .th, .table .td {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  color: #333; }
.table .th {
  color: #513d32;
  font-weight: bold; }

@media only screen and (min-width: 991px) {
  .table {
    display: table;
    table-layout: fixed; }
    .table .thead {
      display: table-header-group; }
    .table .tbody {
      display: table-row-group; }
    .table .tr {
      display: table-row; }
    .table .th, .table .td {
      display: table-cell; } }
.table_normal {
  margin: 0 auto;
  border-top: 1px solid #513d32; }
  .table_normal .tr {
    margin: 0;
    padding: 0; }
  .table_normal .th, .table_normal .td {
    margin: 0;
    padding: 10px;
    border: 1px solid #513d32;
    border-top: 0;
    font-size: 15px;
    font-size: 1.5rem; }

.txt_table_caution {
  margin: 0 3.125%;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: right; }

@media only screen and (min-width: 991px) {
  .table_normal .cell_head {
    width: 200px; }
  .table_normal .th, .table_normal .td {
    padding: 10px 20px;
    vertical-align: middle; }
  .table_normal .td {
    border-left: 0; }
  .table_normal .cell_head {
    text-align: center; }

  .txt_table_caution {
    margin: 0 auto;
    width: 900px; } }
.cell_head {
  color: #513d32;
  background: #f7f3ea; }

.breadcrumb {
  margin: 10px 0 30px;
  text-align: right; }
  .breadcrumb ol {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .breadcrumb li {
    display: inline-block;
    color: #333;
    font-size: 12px;
    font-size: 1.2rem; }
    .breadcrumb li:before {
      content: ">";
      margin-right: 5px; }
    .breadcrumb li:first-child:before {
      content: none; }
    .breadcrumb li a {
      color: #333;
      text-decoration: none; }

/*--------------------------------
 Page
--------------------------------*/
.img_main_wrap {
  height: 80px;
  background: #f7f3ea; }
  .img_main_wrap .img_main {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 27px 0 0;
    text-align: center; }

.title_block {
  margin: 0 3.125% 15px;
  padding: 5px;
  border-bottom: 3px dotted #f2c9e7;
  color: #ad84bf;
  font-size: 20px;
  font-size: 2.0rem; }

.title_block2 {
  margin: 0 3.125% 5px;
  padding: 10px;
  color: #ad84bf;
  font-size: 18px;
  font-size: 1.8rem; }

@media only screen and (min-width: 991px) {
  .title_block {
    margin: 0 0 20px;
    padding: 5px 16px; } 

  .title_block2 {
	margin-top: 0;
	margin-right: 0;
	margin-left: 20px;
	margin-bottom: 5px;
	padding: 5px 30px;
}}
.block_body .txt_normal {
  margin-top: 0;
  margin-left: 3.125%;
  margin-right: 3.125%; }
.block_body2 .txt_normal {
  margin-top: 0;
  margin-left: 3.125%;
  margin-right: 3.125%; }

@media only screen and (min-width: 991px) {
  .block_body .txt_normal {
    margin-right: 0;
    margin-left: 0;
    padding: 0 16px; }

  .block_body2 .txt_normal {
    margin-right: 0;
    margin-left: 25px;
    padding: 0px 16px; } }
.txt_kome:before {
  content: "\00203b"; }

.txt_caution {
  color: #8E1E21; }

.clr_red {
  color: #f00; }

.clr_dred {
  color: #c00; }

.clr_orange {
  color: #c90; }

.clr_blue {
  color: #09c; }

.clr_green {
  color: #9c0; }

/*--------------------------------
 P1.Index
--------------------------------*/
.page_home .img_main_wrap {
  margin-bottom: 10px;
  padding: 52.34375% 0 0;
  height: auto;
  position: relative; }
  .page_home .img_main_wrap .img_main {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/index/img_mv_sp.jpg) no-repeat center top;
    background-size: 100% auto;
    text-indent: -9999px; }
    .page_home .img_main_wrap .img_main:after {
      content: "";
      display: block;
      width: 100%;
      height: 20px;
      position: absolute;
      top: 0;
      background: url(../img/index/img_shadow.png) no-repeat center top; }

@media only screen and (min-width: 991px) {
  .page_home .img_main_wrap {
    margin-bottom: 40px;
    padding: 0;
    height: 400px; }
    .page_home .img_main_wrap .img_main {
      position: static;
      background-image: url(../img/index/img_mv.jpg);
      background-size: auto 400px; } }
.index_caption {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  margin: 0 3.125% 30px;
  border: 1px dashed #f2c9e7;
  border-radius: 10px;
  text-align: center; }
  .index_caption h2 {
    margin: 0 0 10px;
    padding: 20px 0 0;
    color: #000;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E","HGS明朝E","ＭＳ Ｐ明朝", serif; }
  .index_caption .txt_normal {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 10px;
    font-size: 1.0rem; }
  .index_caption a {
    color: #ad84bf; }

@media only screen and (min-width: 991px) {
  .index_caption {
    margin: 0 auto 30px;
    border-width: 3px;
    width: 860px; }
    .index_caption h2 {
      font-size: 22px;
      font-size: 2.2rem; }
    .index_caption .txt_normal {
      margin-top: 0;
      font-size: 16px;
      font-size: 1.6rem; }
      .index_caption .txt_normal > *:first-child + * + * {
        display: none; }
      .index_caption .txt_normal br:nth-child(3) {
        display: none; } }
.index_bnrlist {
  margin-bottom: 20px; }
  .index_bnrlist ul {
    margin: 0 3.125%;
    padding: 0;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    /* Safari */
    justify-content: space-around;
    list-style-type: none; }
  .index_bnrlist li {
    margin-bottom: 10px;
    width: 46%;
    text-align: center; }

@media only screen and (min-width: 991px) {
  .index_bnrlist {
    margin-bottom: 50px; }
    .index_bnrlist ul {
      margin: 0 auto;
      display: table;
      width: 100%; }
    .index_bnrlist li {
      display: table-cell;
      width: 25%; } }
.topics_box {
  margin-bottom: 20px;
  padding: 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  display: table;
  table-layout: fixed;
  width: 100%; }
  .topics_box .sec_head,
  .topics_box .sec_body {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    display: table-cell;
    vertical-align: top; }
  .topics_box .sec_head {
    border: 0;
    border-radius: 0;
    width: 7.8%;
    max-width: 50px;
    background: url(../img/index/img_topics_title_sp.png) no-repeat center center #cdc0a1;
    background-size: contain;
    overflow: hidden;
    text-indent: -800px; }
  .topics_box .topics_list_wrap {
    padding: 8px 8px 4px; }

@media only screen and (min-width: 991px) {
  #topics {
    padding: 50px 0; }

  .topics_box {
    background: #f7f3ea;
    border: 0;
    display: block; }
    .topics_box .sec_head,
    .topics_box .sec_body {
      display: block; }
    .topics_box .sec_head {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      margin: 0 auto;
      padding: 0 8px 10px;
      border: 0;
      width: 1180px;
      max-width: 100%;
      color: #ad84bf;
      background: url(../img/common/line_dotted.png) repeat-x left bottom;
      overflow: visible;
      text-align: left;
      text-indent: 0; } }
.topics_block {
  margin: 0 0 8px;
  display: table;
  width: 100%; }
  .topics_block:nth-child(4), .topics_block:nth-child(5) {
    display: none; }
  .topics_block .topics_date,
  .topics_block .topics_title {
    margin: 0;
    padding: 0;
    display: table-cell;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    vertical-align: top; }
  .topics_block .topics_date {
    padding-right: 10px;
    width: 75px;
    font-size: 12px;
    font-size: 1.2rem; }
  .topics_block .topics_title a {
    padding-right: 15px;
    display: block;
    color: #333;
    background: url(../img/common/arw_beige.png) no-repeat right top;
    text-decoration: none; }

.topics_list > *:first-child + * + * + *, .topics_list > *:first-child + * + * + * + * {
  display: none; }

@media only screen and (min-width: 991px) {
  .topics_block {
    border-bottom: 1px solid #ccc; }
    .topics_block:nth-child(4), .topics_block:nth-child(5) {
      display: block; }
    .topics_block .topics_date,
    .topics_block .topics_title {
      padding: 10px 20px;
      font-size: 16px;
      font-size: 1.6rem; }
    .topics_block .topics_date {
      padding-right: 110px;
      background-position: right 10px;
      background-repeat: no-repeat; }
    .topics_block .topics_title a {
      padding-right: 0;
      display: inline;
      background: none;
      text-decoration: underline; }
    .topics_block .icon_news {
      background-image: url(../img/common/icon_news.png); }
    .topics_block .icon_event {
      background-image: url(../img/common/icon_event.png); }

  .topics_list > *:first-child + * + * + *, .topics_list > *:first-child + * + * + * + * {
    display: block; } }
.bnr_recruit {
  margin: 30px 3.125% 0;
  text-align: center; }

@media only screen and (min-width: 991px) {
  .bnr_recruit {
    margin-top: 50px; } }
/*--------------------------------
 P2.Facility
--------------------------------*/
.page_facility .sec_box {
  margin-top: -98px;
  padding-top: 98px; }

@media only screen and (min-width: 991px) {
  .page_facility .sec_box {
    margin-top: 0;
    padding-top: 55px; } }
.nav_facility ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  /* Safari */
  justify-content: space-around; }
.nav_facility li {
  margin-bottom: 10px;
  width: 46%;
  text-align: center; }

@media only screen and (min-width: 991px) {
  .nav_facility ul {
    display: table;
    width: 100%; }
  .nav_facility li {
    display: table-cell;
    width: 25%; } }
.facility_table {
  margin: 0 3.125% 30px; }

@media only screen and (min-width: 991px) {
  .facility_table {
    margin: 0 auto 90px;
    width: 900px; } }
.facility_img ul {
  margin: 0;
  padding: 0 3.125%;
  list-style-type: none; }
.facility_img li {
  margin: 0 4% 10px 0;
  width: 48%;
  float: left;
  text-align: center; }
  .facility_img li:nth-child(2n) {
    margin-right: 0; }

@media only screen and (min-width: 991px) {
  .facility_img {
    width: 1200px;
    overflow: hidden; }
    .facility_img ul {
      padding: 0;
      width: 1220px; }
    .facility_img li {
      margin: 0 20px 20px 0;
      width: auto;
      text-align: center; }
      .facility_img li:nth-child(2n) {
        margin-right: 20px; } }
.system_table_wrap .table_label {
  margin: 0 3.125% 10px; }
  .system_table_wrap .table_label ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .system_table_wrap .table_label p {
    margin: 0;
    padding: 0; }

.system_table {
  margin: 0 auto 15px;
  border-top: 0;
  display: table;
  table-layout: fixed;
  width: 93.75%;
  text-align: center; }
  .system_table .thead {
    display: table-header-group; }
  .system_table .tbody {
    display: table-row-group; }
  .system_table .tr {
    display: table-row; }
  .system_table .th, .system_table .td {
    padding: 8px 5px 7px;
    display: table-cell; }
  .system_table .th {
    border-top: 1px solid #513d32; }
    .system_table .th:first-child {
      border-right: 0; }
  .system_table .td {
    border: 1px solid #513d32;
    border-width: 0 1px 1px;
    width: 50px; }
    .system_table .td:first-child {
      border-right: 0;
      width: auto; }
  .system_table .cell_accept {
    width: 50px; }
  .system_table .fz14 {
    font-size: 14px;
    font-size: 1.4rem; }

@media only screen and (min-width: 991px) {
  .system_table_wrap {
    margin: 0 auto;
    padding-left: 15px;
    width: 915px; }
    .system_table_wrap .table_label {
      margin: 0 0 10px;
      text-align: right; }
      .system_table_wrap .table_label ul, .system_table_wrap .table_label li, .system_table_wrap .table_label p {
        display: inline-block; }

  .system_table {
    margin: 0 15px 0 0;
    width: 290px;
    float: left; }
    .system_table .cell_accept {
      width: 50px; } }
.facility_img {
  margin: 0 3.125% 15px; }

@media only screen and (min-width: 991px) {
  .facility_img {
    margin: 0 0 50px;
    text-align: center; } }
.btn_map ul {
  margin: 0 3.125% 10px;
  padding: 0;
  list-style-type: none;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  /* Safari */
  justify-content: space-around; }
.btn_map li {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  margin-bottom: 10px;
  padding: 0 5px;
  width: 33.333%;
  text-align: center; }

@media only screen and (min-width: 991px) {
  .btn_map ul {
    margin: 20px auto 50px;
    display: table;
    width: 1040px; }
  .btn_map li {
    padding-right: 20px;
    display: table-cell;
    width: 150px; }
    .btn_map li:first-child {
      padding-left: 20px; } }
/*--------------------------------
 P3.Price
--------------------------------*/
.fee_buttlist{
	list-style-type:none;
    display: table-cell;
	padding:10px 40px 40px;

	}
.fee_buttlist a{
	float:left;
	margin: 5px 5px;
	}
.fee_buttlist a:hover {
	 background:#CDAADC;
	}
	

.fee_button {
	width:155px;
	color:#FFFFFF;
	background-color:#AD84BF;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	display:block;
	text-decoration:none;
	border:1px solid #89599E;
	padding:10px 0px 10px 0px;
	border-radius:15px; }


.fee_table {
  margin: 0 3.125% 10px; }
  .fee_table .thead {
    display: none; }
  .fee_table .cell_col {
    padding: 0; }

@media only screen and (min-width: 991px) {
  .fee_table {
    margin: 0 auto 10px;
    width: 900px; }
    .fee_table .thead {
      display: table-header-group;
      background: #ad84bf; }
      .fee_table .thead .cell_title,
      .fee_table .thead .cell_data {
        color: #fff;
        text-align: center; }
    .fee_table .cell_title {
      width: 200px; }
    .fee_table .cell_data {
      border-left: 0; }
    .fee_table .cell_head span {
      display: block; } }
.c_table {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  margin: 0;
  padding: 10px;
  border-top: 1px dashed #513d32;
  display: table;
  table-layout: fixed;
  width: 100%; }
  .c_table:first-child {
    border-top: 0; }
  .c_table dt, .c_table dd {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    display: table-cell; }
  .c_table dd {
    padding-left: 3%;
    width: 48%; }

@media only screen and (min-width: 991px) {
  .c_table {
    padding: 0; }
    .c_table dt {
      padding: 7px 20px; }
    .c_table dd {
      padding: 7px;
      border-left: 1px solid #513d32;
      width: 400px;
      text-align: center; } }
.cooperation_block {
  margin-bottom: 0; }

.block_body .list_cooperation {
  margin: 0 0 0 40px;
  padding: 0; }

.criteria_table {
  margin: 0 3.125%;
  border-top: 1px solid #513d32; }
  .criteria_table .cell {
    margin: 0;
    border-top: 0; }
  .criteria_table .cell_head,
  .criteria_table .cell_data {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    margin: 0; }

@media only screen and (min-width: 991px) {
  .criteria_table {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    margin: 40px auto 0;
    border-top: 0;
    border-left: 1px solid #513d32;
    width: 900px; }
    .criteria_table .cell {
      border: 1px solid #513d32;
      border-left: 0;
      display: table-cell;
      width: 158px; }
    .criteria_table .th, .criteria_table .td {
      border: 0;
      display: block; }
    .criteria_table .td {
      border-top: 1px solid #513d32;
      vertical-align: middle; }
    .criteria_table .cell_head,
    .criteria_table .cell_data {
      padding: 10px 15px; }
    .criteria_table .cell_head {
      width: 100%;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: bold; }
    .criteria_table .cell_data {
      text-align: center; }
      .criteria_table .cell_data span {
        display: block; }
    .criteria_table > *:first-child + * + * + * + * {
      width: 270px; }
    .criteria_table .cell:last-child {
      width: 270px; } }
#introduction {
  padding-top: 78px; }

/*--------------------------------
 P3.Access
--------------------------------*/
.access_table {
  margin: 0 3.125% 30px; }

@media only screen and (min-width: 991px) {
  .access_table {
    margin: 0 auto 90px;
    width: 900px; } }
.gmap_wrap {
  margin: 0 3.125%;
  position: relative; }
  .gmap_wrap .gmap_area {
    padding-top: 55.55%;
    position: relative; }
  .gmap_wrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }

@media only screen and (min-width: 991px) {
  .gmap_wrap {
    margin: 0 auto;
    width: 900px;
    height: 500px; } }
#cboxTopLeft {
  background-image: url(../img/colorbox/border1.png); }

#cboxTopCenter {
  background-image: url(../img/colorbox/border1.png); }

#cboxTopRight {
  background-image: url(../img/colorbox/border1.png); }

#cboxBottomLeft {
  background-image: url(../img/colorbox/border1.png); }

#cboxBottomCenter {
  background-image: url(../img/colorbox/border1.png); }

#cboxBottomRight {
  background-image: url(../img/colorbox/border1.png); }

#cboxMiddleLeft {
  background-image: url(../img/colorbox/border2.png); }

#cboxMiddleRight {
  background-image: url(../img/colorbox/border2.png); }

#cboxLoadingOverlay {
  background-image: url(../img/colorbox/loading.gif); }

#colorbox, #cboxWrapper {
  overflow: visible; }

#cboxContent {
  overflow: visible; }

#cboxLoadedContent {
  margin-bottom: 0; }

#cboxTitle {
  display: none; }

#cboxClose {
  width: 54px;
  height: 54px;
  background: url(../img/facility/btn_close.png) no-repeat left top;
  top: -30px;
  right: 20px;
  text-indent: 300px;
  overflow: hidden;
  z-index: 100; }

.pc {
  display: none; }

@media only screen and (min-width: 991px) {
  .pc {
    display: block; }

  .sp {
    display: none; } }
.cf:before,
.cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

/*IE6,7対策 （haslayout対策）*/
.cf {
  *zoom: 1; }
