@charset "UTF-8";
/* Reset Style */
html {
  overflow-y: scroll; }

body {
  line-height: 1;
  color: #000; }

/* html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

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

input, select {
  vertical-align: middle; }

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small; }

select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%; }

/* 汎用クラス */
.opacity {
  opacity: 0.55;
  -moz-opacity: 0.55;
  filter: alpha(opacity=55);
  -ms-filter: "alpha(opacity=55)"; }

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.table_cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle; }

.fr,
.imgR {
  float: right;
  margin-left: 10px; }

.fl,
.imgL {
  float: left;
  margin-right: 10px; }

.imgC,
.tC,
.btn {
  text-align: center; }

.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.tR,
.sign {
  text-align: right; }

.box_size, .btn a, .btn a.white.borderGray, .btn a.white.border, header nav ul li, footer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.ts_none {
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none !important; }

.bs_none {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important; }

.fontAsap {
  font-family: "Asap", sans-serif;
  font-weight: 700; }

.blockCenter {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

.txVertical {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl; }

/* clearfix */
.clearfix, header nav:after, #Mainwrap #headline ul:after {
  *zoom: 1; }
  .clearfix:after, header nav:after, #Mainwrap #headline ul:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

.section {
  width: 984px;
  margin: 0 auto;
  padding: 0 0 35px 0; }
  .section.small {
    width: 900px; }
  .section.pt-small {
    padding-top: 20px; }
  .section.pt-normal {
    padding-top: 35px; }
  .section.pb0 {
    padding-bottom: 0; }
  .section.pb1 {
    padding-bottom: 10px; }
  .section.pb3 {
    padding-bottom: 30px; }
  .section.pb6 {
    padding-bottom: 60px; }
  .section.mb-normal {
    margin-bottom: 30px; }
  .section.mb-large {
    margin-bottom: 60px; }
  .section.border {
    border-bottom: 1px solid #e3dedc; }
  .section.column50-50 {
    display: table; }
    .section.column50-50 div {
      display: table-cell;
      vertical-align: top; }
      .section.column50-50 div:first-child {
        width: 50%; }
      .section.column50-50 div:last-child {
        width: 50%; }
  .section.column3-3-3 {
    display: table; }
    .section.column3-3-3 div {
      display: table-cell;
      vertical-align: top;
      width: 32%; }
      .section.column3-3-3 div:nth-child(1) {
        padding-right: 1%; }
      .section.column3-3-3 div:nth-child(2) {
        padding: 0 0.5%; }
      .section.column3-3-3 div:nth-child(3) {
        padding-left: 1%; }
  .section.full {
    width: 100%; }
    .section.full.column2 {
      display: table; }
      .section.full.column2 div {
        display: table-cell;
        width: 48%; }
        .section.full.column2 div:first-child {
          text-align: right;
          /* padding-right: 5%; */ }
        .section.full.column2 div:last-child {
          text-align: left;
          /* padding-left: 5%; */ }

.bottomAdvantage {
  padding: 35px 0 0 0;
  background: url(../images/bgDotted.png); }

#topicPath {
  border-top: 1px solid #d2dde4;
  padding: 25px 0; }
  #topicPath ul {
    width: 984px;
    margin: 0 auto;
    text-align: left; }
  #topicPath li {
    display: inline-block;
    color: #333; }
    #topicPath li a {
      text-decoration: none;
      color: #333; }
    #topicPath li a:after {
      padding-left: 1em;
      margin-right: 1em; }

.notes {
  font-size: 11px; }

.telNum {
  font-family: "Asap", sans-serif;
  font-weight: 400; }

#pageTop {
  clear: both;
  text-align: right; }

.contentInfo {
  width: 100%;
  padding: 20px;
  margin-top: 60px;
  text-align: center;
  background: #ded3d0; }
  .contentInfo p {
    margin: 0;
    margin: 0 !important; }
  .contentInfo .telNum {
    font-size: 20px; }
  .contentInfo span[data-action="call"] {
    text-decoration: none; }
  .contentInfo span {
    text-decoration: none; }

.backTop {
  text-align: right !important; }
  .backTop:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 30px;
    background: #eae5e3;
    position: relative;
    margin-right: 35px;
    vertical-align: bottom; }
  .backTop a {
    color: #6c5651;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold; }
    .backTop a:before {
      content: '';
      display: inline-block;
      width: 18px;
      height: 16px;
      background: url(../images/iconBack.png) no-repeat;
      margin-right: 1em;
      position: relative;
      top: 5px; }

.btn {
  margin-bottom: 1em;
  position: relative; }
  .btn a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    display: block;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
    position: relative; }
    .btn a.yellow {
      background: #f6ea20;
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -ms-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease; }
      .btn a.yellow:hover {
        background: #001d48;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease; }
    .btn a.white {
      background: #fff;
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -ms-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease;
      color: #333; }
      .btn a.white.borderGray {
        border: 2px solid #e9e9e9;
        color: #9a9a9a; }
      .btn a.white.border {
        border: 2px solid #f6ea20; }
      .btn a.white.borderWhite {
        border: 2px solid #fff; }
      .btn a.white:hover {
        background: #001d48;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
        color: #fff; }
    .btn a.yellow {
      background: #f6ea20; }
    .btn a.pdf:after {
      content: '';
      display: block;
      width: 19px;
      height: 25px;
      background: url(../images/iconPDF.png) no-repeat;
      position: absolute;
      right: 5%;
      top: 40%; }
    .btn a span {
      font-family: "Roboto Condensed", sans-serif;
      font-weight: 700;
      display: block;
      letter-spacing: normal; }
    .btn a.sizeL {
      width: 460px;
      height: 70px;
      padding-top: 25px; }
    .btn a.sizeM {
      width: 296px;
      height: 56px;
      padding-top: 20px; }

.right {
  float: right !important; }

.left {
  float: left !important; }

.textRight {
  text-align: right; }

.text-left {
  text-align: left; }

.textCenter {
  text-align: center; }

.textBold {
  font-weight: bold; }

.clear {
  clear: both; }

.mincho {
  font-family: "リュウミン M-KL", "游明朝", "YuMincho"; }

html, body {
  height: 100%; }

body {
  min-width: 984px;
  position: relative;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #333;
  font-family: YuGothic, "游ゴシック", sans-serif;
  letter-spacing: .1em;
  font-size: 13px;
  text-align: center;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased; }

header {
  width: 100%;
  background: url(images/mainVIsual.jpg) no-repeat;
  background-size: cover;
  height: 673px;
  position: relative; }
  header nav {
    max-width: 1272px;
    margin: 0 auto;
    position: relative;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #fff; }
    header nav p {
      width: 95px;
      position: relative;
      top: 30px;
      left: 0; }
    header nav #navigation {
      width: 400px;
      float: right; }
    header nav ul:first-of-type {
      float: left;
      text-align: left; }
    header nav ul li {
      display: inline-block;
      margin-right: 20px;
      position: relative; }
      header nav ul li.spLi {
        display: none; }
      header nav ul li:last-child {
        margin-right: 0; }
      header nav ul li a {
        -webkit-text-shadow: 0 0 5px #333 #333;
        -moz-text-shadow: 0 0 5px #333 #333;
        -ms-text-shadow: 0 0 5px #333 #333;
        -o-text-shadow: 0 0 5px #333 #333;
        text-shadow: 0 0 5px #333 #333; }
      header nav ul li.category {
        border-left: 1px solid #fff;
        padding-left: 10px; }
      header nav ul li.category.access a {
        padding-left: 20px; }
      header nav ul li.category.access a:before {
        content: '';
        display: inline-block;
        position: absolute;
        left: 0;
        top: -8px;
        background: url(images/iconMap.png) no-repeat;
        width: 30px;
        height: 36px; }
    header nav a {
      color: #fff;
      text-decoration: none;
      font-size: 16px;
      font-weight: bold; }
  header h1 {
    position: absolute;
    width: 100%;
    height: 176px;
    font-size: 40px;
    line-height: 1.3;
    color: #fff;
    -webkit-text-shadow: 0 0 10px #333;
    -moz-text-shadow: 0 0 10px #333;
    -ms-text-shadow: 0 0 10px #333;
    -o-text-shadow: 0 0 10px #333;
    text-shadow: 0 0 10px #333;
    font-weight: bold;
    font-family: "Roboto Condensed", sans-serif;
    text-align: right;
    top: 25%;
    right: 0;
    left: 45%;
    bottom: 0;
    margin: auto;
    width: 546px; }
  header #mainVisualBnr {
    position: absolute;
    top: 63%;
    right: 0;
    left: -20%;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 50px;
    text-align: right; }
    header #mainVisualBnr li {
      list-style: none;
      display: inline-block; }
    header #mainVisualBnr .btn a {
      width: 400px;
      height: 50px;
      color: #fff;
      background: #c0a27c;
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -ms-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease;
      line-height: 50px;
      font-size: 20px; }
    header #mainVisualBnr .btn a:hover {
      background: #001d48;
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -ms-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease; }

.btn a {
  height: 50px;
  color: #fff;
  background: #c0a27c;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  line-height: 50px; }
.btn a:hover {
  background: #001d48;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

#headerWrap {
  position: relative;
  background: #fff;
  padding: 0; }
  #headerWrap:after {
    content: '';
    width: 100%;
    height: 34px;
    display: block;
    position: absolute;
    bottom: -34px;
    background: url(images/shadow.png) repeat-x;
    z-index: 1; }

#Mainwrap {
  width: 100%;
  background: #FFF;
  padding: 60px 0 0 0;
  position: relative; }
  #Mainwrap h2, #Mainwrap h3.bottomHead {
    font-family: "リュウミン M-KL", "游明朝", "YuMincho";
    font-weight: 400;
    font-size: 38px;
    text-align: center;
    color: #22579E;
    margin-bottom: 30px;
    position: relative;
    letter-spacing: -0.05em; }
    #Mainwrap h2:before, #Mainwrap h3.bottomHead:before {
      content: '';
      display: block;
      position: absolute;
      border-top: 2px dotted #686767;
      width: 100%;
      height: 2px;
      top: 28px; }
    #Mainwrap h2 span, #Mainwrap h3.bottomHead span {
      background: #FFF;
      padding: 0 15px;
      position: relative; }
    #Mainwrap h2 + p, #Mainwrap h3.bottomHead + p {
      font-size: 16px;
      font-family: YuGothic, "游ゴシック", sans-serif;
      text-align: center;
      color: #333;
      line-height: 1.5;
      display: block;
      letter-spacing: 0; }
    #Mainwrap h2.noBorder:before, #Mainwrap h3.bottomHead.noBorder:before {
      content: none; }
  #Mainwrap h3.bottomHead {
    font-size: 30px;
    color: #333; }
    #Mainwrap h3.bottomHead:before {
      background: url(images/head-bg-dotted.png) repeat-x;
      border: none;
      height: 11px;
      top: 16px; }
  #Mainwrap #headline {
    background: #c8cfdd;
    width: 100%;
    height: 370px;
    display: block;
    position: absolute;
    top: 3611px;
    z-index: 100; }
    #Mainwrap #headline p {
      margin: 0 auto; }
    #Mainwrap #headline p:first-child {
      padding: 0;
      width: 984px;
      margin: 35px auto 20px auto; }
      #Mainwrap #headline p:first-child img {
        width: 984px; }
    #Mainwrap #headline ul {
      width: 984px;
      margin: 0 auto; }
      #Mainwrap #headline ul li {
        float: left;
        list-style: none;
        width: 314px;
        margin-right: 20px; }
        #Mainwrap #headline ul li:last-child {
          margin-right: 0; }
  #Mainwrap .detailWrap {
    width: 312px;
    float: left; }
    #Mainwrap .detailWrap h4 {
      background: url(images/headDayBg.png) repeat-x;
      position: relative;
      margin: 20px 0;
      color: #8b7ba0; }
      #Mainwrap .detailWrap h4 span {
        background: #fff;
        padding: 4px 10px;
        position: relative;
        top: -10px;
        font-size: 16px; }
    #Mainwrap .detailWrap .btn.border {
      width: 70%;
      margin: 20px auto; }
      #Mainwrap .detailWrap .btn.border a {
        border: 1px solid #c0a27c;
        color: #fff;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
        letter-spacing: 0; }
      #Mainwrap .detailWrap .btn.border a:hover {
        color: #fff;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease; }
      #Mainwrap .detailWrap .btn.border.slim a {
        height: 35px;
        line-height: 35px; }
      #Mainwrap .detailWrap .btn.border.long {
        width: 90%; }
      #Mainwrap .detailWrap .btn.border.long a {
        letter-spacing: 0;
        font-size: 12px; }

.mainTx {
  padding: 50px 0 20px 0; }
  .mainTx p {
    font-family: YuGothic, "游ゴシック", sans-serif;
    font-size: 20px;
    line-height: 1.9;
    font-weight: 600; }

.list-point {
  margin-bottom: 25px; }
  .list-point dt {
    padding: 15px 0; }

.point {
  background: #22579E;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  letter-spacing: -0.05em;
  font-size: 12px;
  position: relative;
  top: -2px;
  margin: 0 7px 0 0;
  padding: 5px 10px; }

.menuList dt, .menuList dd {
  display: inline-block;
  vertical-align: top; }
.menuList dt {
  margin-right: 15px; }

.color--blue {
  color: #22579E; }

.font--middle {
  font-size: 16px; }

.font--14 {
  font-size: 14px; }

.font--large {
  font-size: 20px; }

.font--bold {
  font-weight: bold; }

.list--no-mark li {
  list-style: none; }

.list--minheight li {
  line-height: 1.5; }

#bottomBtn {
  padding: 40px 0 80px 0; }
  #bottomBtn .btn {
    width: 90%;
    margin: 0 auto; }
    #bottomBtn .btn.exc {
      margin-top: 20px;
      border: 2px solid #c0a27c; }
      #bottomBtn .btn.exc a {
        background: none;
        color: #c0a27c; }
        #bottomBtn .btn.exc a:hover {
          background: #ebdfcf; }

footer {
  height: 80px;
  max-width: 1272px;
  margin: 0 auto;
  padding: 0 20px; }
  footer p:first-child {
    float: left;
    line-height: 80px; }
  footer p:last-child {
    float: right;
    padding-top: 30px; }

@media screen and (max-width: 640px) {
  body {
    min-width: 100%; }

  header {
    width: 100%;
    height: 500px;
    background-position: -310px 20px; }
    header nav {
      max-width: 100%;
      padding: 0 0 0 0;
      background: #fff;
      position: relative; }
      header nav p:first-child {
        display: none; }
      header nav #navigation {
        width: 100%;
        float: none; }
      header nav ul {
        width: 100%; }
        header nav ul li {
          padding: 0;
          margin: 0;
          float: left;
          width: 50%;
          height: 40px;
          line-height: 40px;
          text-align: center;
          border-bottom: 1px solid #ccc; }
          header nav ul li:first-of-type a:before {
            content: none; }
          header nav ul li img {
            padding: 3px 5px 0 5px;
            height: 30px;
            width: auto; }
          header nav ul li:nth-child(even) a:before {
            content: '';
            display: block;
            position: absolute;
            width: 1px;
            height: 20px;
            background: #ccc;
            top: 10px; }
          header nav ul li.spLi {
            display: block; }
            header nav ul li.spLi:first-of-type {
              text-align: left;
              padding-left: 5%; }
            header nav ul li.spLi:nth-child(2) {
              text-align: right;
              padding-right: 5%;
              position: relative; }
              header nav ul li.spLi:nth-child(2) a {
                border-left: none !important; }
          header nav ul li.pcLi {
            display: none; }
          header nav ul li.category {
            padding: 0;
            border-left: none; }
          header nav ul li.category.access {
            position: relative; }
            header nav ul li.category.access a {
              padding-left: 0; }
            header nav ul li.category.access a:before {
              content: '';
              display: block;
              position: absolute;
              left: 40%;
              top: 0;
              background: url(images/iconMap.png) no-repeat;
              width: 30px;
              height: 36px; }
          header nav ul li.line2 {
            line-height: 2.2;
            padding-top: 8px; }
      header nav a {
        color: #333;
        font-size: 12px;
        width: 100%;
        height: 100%;
        padding: 10px auto;
        display: block; }
    header h1 {
      position: relative;
      font-size: 30px;
      width: 90%;
      top: 40%;
      right: 0;
      left: 0;
      bottom: 0; }
    header #mainVisualBnr {
      position: absolute;
      top: 100%;
      right: 0;
      left: 0;
      bottom: -10px;
      z-index: 200;
      margin: auto;
      width: 100%; }
      header #mainVisualBnr li {
        list-style: none;
        display: block;
        width: 90%;
        float: none;
        margin: 0 auto; }
      header #mainVisualBnr .btn a {
        width: 100%;
        height: 50px;
        color: #fff;
        background: #c0a27c;
        line-height: 50px;
        font-size: 12px;
        letter-spacing: 0; }

  #Mainwrap .special {
    padding: 15px 5%;
    width: 90%;
    margin: 0 auto; }
    #Mainwrap .special div {
      text-align: left; }
      #Mainwrap .special div li {
        list-style: none; }
        #Mainwrap .special div li.w1 {
          width: 50%; }
        #Mainwrap .special div li.w2 {
          width: 100%; }
      #Mainwrap .special div .headThumb {
        display: none; }
    #Mainwrap .special div:first-child {
      width: 100%;
      float: none; }
    #Mainwrap .special div:last-child {
      padding-left: 0;
      width: 100%;
      margin-top: 35px; }
    #Mainwrap .special .photoList1 li {
      float: left;
      margin: 0; }
      #Mainwrap .special .photoList1 li:nth-child(1) {
        margin: 0; }
      #Mainwrap .special .photoList1 li:nth-child(2) {
        margin: 0; }
    #Mainwrap .special .photoList2 li {
      float: left;
      margin: 0 0 10px 0; }
      #Mainwrap .special .photoList2 li:nth-child(1) {
        margin: 0 0 10px 0; }
      #Mainwrap .special .photoList2 li:nth-child(3) {
        margin: 0 0 10px 0; }
      #Mainwrap .special .photoList2 li:last-child {
        margin: 0 0 10px 0; }

  #Mainwrap {
    padding: 0; }
    #Mainwrap h2 {
      font-size: 30px;
      margin-top: 30px;
      line-height: 1.3; }
      #Mainwrap h2 span:before {
        width: 100%;
        height: 16px; }
      #Mainwrap h2 span:after {
        content: none; }
    #Mainwrap .detailWrap {
      width: 100%;
      float: none; }
      #Mainwrap .detailWrap:nth-child(2) {
        margin: 0; }
      #Mainwrap .detailWrap:nth-child(3) .detail {
        padding-bottom: 0; }
      #Mainwrap .detailWrap .detail {
        width: 264px;
        margin: 0 auto;
        background: #fff;
        position: relative;
        padding-bottom: 120px; }

  #bottomBtn .btn a {
    font-size: 12px; }

  footer {
    max-width: 100%;
    height: 80px;
    padding: 20px; }
    footer p:first-child {
      float: left;
      line-height: 1.2;
      font-size: 10px; }
    footer p:last-child {
      float: right;
      padding: 0; }

  .mainTx {
    padding: 50px 0 20px 0; }
    .mainTx p {
      line-height: 1.2;
      margin-bottom: 0.8em; }

  .menuList dt {
    margin-right: 0; }

  .section {
    width: 90%;
    padding: 20px 5%; }
    .section.small {
      width: 90%; }
    .section.full.pb0 {
      padding-bottom: 0; }
    .section.full.pt1 {
      padding-top: 35px; }
    .section.pb0 {
      padding-bottom: 0; }
    .section.column50-50 {
      display: block; }
      .section.column50-50 div {
        display: block !important; }
        .section.column50-50 div:first-child {
          width: 100%; }
        .section.column50-50 div:last-child {
          width: 100%; }
    .section.column3-3-3 {
      display: block; }
      .section.column3-3-3 div {
        display: block !important;
        padding: 0;
        width: 100%; }
    .section.full {
      width: 100%;
      margin: 0;
      padding: 0 0 35px 0;
      box-sizing: border-box; }
      .section.full.column2 {
        display: block; }
        .section.full.column2 div {
          width: 50%;
          float: left; }
          .section.full.column2 div:first-child {
            text-align: center; }
          .section.full.column2 div:last-child {
            text-align: center; }
    .section.pt1 {
      padding-top: 35px; } }
.table1 {
  width: 100%;
  margin: 20px 0; }
  .table1 tr {
    border: 1px solid #806b67; }
  .table1 th, .table1 td {
    width: 100%;
    display: block;
    padding: 2% 2%;
    box-sizing: border-box;
    border-right: none; }
  .table1 th {
    border-bottom: 1px solid #806b67; }
  .table1 td {
    border-right: none; }

.table2 {
  display: block;
  border: 1px solid #806b67; }
  .table2 tr, .table2 th, .table2 td {
    border: none; }
  .table2 thead {
    display: block;
    float: left;
    overflow-x: scroll; }
    .table2 thead tr {
      white-space: nowrap;
      padding: 3% 3%;
      border-right: 1px solid #806b67; }
  .table2 tbody {
    display: block;
    width: auto;
    overflow-x: scroll;
    white-space: nowrap; }
    .table2 tbody tr {
      display: inline-block;
      margin: 0 -3px; }
  .table2 td {
    display: block;
    border-left: 1px solid #806b67; }
  .table2 th {
    display: block;
    width: auto; }
  .table2 td, .table2 th {
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #806b67; }

.tableBox {
  width: 100%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch; }

.table3 {
  display: block; }

@font-face {
  font-family: 'icomoon';
  src: url("../../common/fonts/icomoon.eot?i0tomx");
  src: url("../../common/fonts/icomoon.eot?i0tomx#iefix") format("embedded-opentype"), url("../../common/fonts/icomoon.ttf?i0tomx") format("truetype"), url("../../common/fonts/icomoon.woff?i0tomx") format("woff"), url("../../common/fonts/icomoon.svg?i0tomx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.commonIconSet, .icon-arrow-1, #topicPath li a:after, header nav ul li a:before, header #mainVisualBnr .btn a:after, .btn a:after, .icon-3line, .icon-arrow-2, .btn a.arrow2-after:after, .icon-tel, .telNum:before, .icon-mail, .icon-blank:after, #Mainwrap .detailWrap .btn.border a:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-1, #topicPath li a:after, header nav ul li a:before, header #mainVisualBnr .btn a:after, .btn a:after {
  content: "\e900"; }

.icon-3line {
  content: "\e901"; }

.icon-arrow-2, .btn a.arrow2-after:after {
  content: "\e902"; }

.icon-tel, .telNum:before {
  content: "\e903"; }

.icon-mail {
  content: "\e904"; }

.icon-blank:after, #Mainwrap .detailWrap .btn.border a:after {
  content: "\e905"; }
