@charset "utf-8";

/*------------------------------------------------------------
デフォルトスタイル
------------------------------------------------------------*/

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, font, 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 {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
}

body {
  font-size: 62.5%;
}

body, table, input, textarea, select, option {
  font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a, a:link {
  color: #333;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a:visited {
  color: #333;
}

a:hover {
  color: #333;
}

a:active {
  color: #333;
}

a.underline, a:link.underline {
  color: #f04d22;
  text-decoration: underline;
}

#main span a, #main .link a {
  position: relative;
}

#main span a:before, #main .link a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: transparent;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}

#main span a:hover::before, #main .link a:hover::before {
  background-color: #f04d22;
}

#mainNav, #navFooter {
  display: none;
}


/*------------------------------------------------------------
書式設定
------------------------------------------------------------*/


/* テキストの位置 */

.taLeft {
  text-align: left !important;
}

.taCenter {
  text-align: center !important;
}

.taRight {
  text-align: right !important;
}


/* フォントの大きさ（プラス） */

.fsP1 {
  font-size: 1.08em !important;
}

.fsP2 {
  font-size: 1.16em !important;
}

.fsP3 {
  font-size: 1.24em !important;
}

.fsP4 {
  font-size: 1.32em !important;
}

.fsP5 {
  font-size: 1.4em !important;
}


/* フォントの大きさ（マイナス） */

.fsM1 {
  font-size: 0.92em !important;
}

.fsM2 {
  font-size: 0.84em !important;
}

.fsM3 {
  font-size: 0.76em !important;
}

.fsM4 {
  font-size: 0.68em !important;
}

.fsM5 {
  font-size: 0.6em !important;
}


/* フォントの太さ */

.fwNormal {
  font-weight: normal !important;
}

.fwBold {
  font-weight: bold !important;
}


/*------------------------------------------------------------
微調整用クラス（※多用しないこと）
------------------------------------------------------------*/

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}


/*------------------------------------------------------------
汎用スタイル
------------------------------------------------------------*/

* html .clearfix {
  zoom: 1;
}

*+html .clearfix {
  zoom: 1;
}

.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}


/*------------------------------------------------------------
レイアウト
------------------------------------------------------------*/

body {
  min-width: 950px;
  color: #333;
  font-size: 13px;
  line-height: 1.5;
  text-size-adjust: none;
  text-align: left;
  -webkit-text-size-adjust: none;
  background-color: #FFF;
  background: url(../../images/common/bg.jpg) left top repeat-x;
}

#container {
  font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif !important;
  text-align: left;
}

#main {
  margin: 0 auto 100px;
}

a[href^="tel:"] {
  color: #333;
  cursor: default;
  pointer-events: none;
}

.sp {
  display: none !important;
}

@media all and (min-width: 0) and (max-width: 767px) {
  body {
    min-width: inherit;
    overflow-x: hidden;
    background: none;
  }
  #main {
    width: 100%;
    margin: 20px 0 0;
  }
  a:hover, a:hover img {
    opacity: 1 !important;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  a[href^="tel:"] {
    @charset "utf-8";
    /*------------------------------------------------------------  デフォルトスタイル  ------------------------------------------------------------*/
    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, font, 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 {
      margin: 0;
      padding: 0;
      background: transparent;
      border: 0;
      outline: 0;
      font-size: 1em;
    }
    body {
      font-size: 62.5%;
    }
    body, table, input, textarea, select, option {
      font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
    }
    article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
      display: block;
    }
    ol, ul {
      list-style: none;
    }
    blockquote, q {
      quotes: none;
    }
     :focus {
      outline: 0;
    }
    ins {
      text-decoration: none;
    }
    del {
      text-decoration: line-through;
    }
    img {
      vertical-align: top;
    }
    a, a:link {
      /* color: #333; */
      text-decoration: none;
      -webkit-transition: all .3s;
      transition: all .3s;
    }
    a:visited {
      color: #333;
    }
    a:hover {
      color: #333;
    }
    a:active {
      color: #333;
    }
    a.underline, a:link.underline {
      color: #f04d22;
      text-decoration: underline;
    }
    #main span a, #main .link a {
      position: relative;
    }
    #main span a:before, #main .link a:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 1px;
      background-color: transparent;
      left: 0;
      bottom: 0;
      transition: 0.3s;
    }
    #main span a:hover::before, #main .link a:hover::before {
      background-color: #f04d22;
    }
    #mainNav, #navFooter {
      display: none;
    }
    /*------------------------------------------------------------  書式設定  ------------------------------------------------------------*/
    /* テキストの位置 */
    .taLeft {
      text-align: left !important;
    }
    .taCenter {
      text-align: center !important;
    }
    .taRight {
      text-align: right !important;
    }
    /* フォントの大きさ（プラス） */
    .fsP1 {
      font-size: 1.08em !important;
    }
    .fsP2 {
      font-size: 1.16em !important;
    }
    .fsP3 {
      font-size: 1.24em !important;
    }
    .fsP4 {
      font-size: 1.32em !important;
    }
    .fsP5 {
      font-size: 1.4em !important;
    }
    /* フォントの大きさ（マイナス） */
    .fsM1 {
      font-size: 0.92em !important;
    }
    .fsM2 {
      font-size: 0.84em !important;
    }
    .fsM3 {
      font-size: 0.76em !important;
    }
    .fsM4 {
      font-size: 0.68em !important;
    }
    .fsM5 {
      font-size: 0.6em !important;
    }
    /* フォントの太さ */
    .fwNormal {
      font-weight: normal !important;
    }
    .fwBold {
      font-weight: bold !important;
    }
    /*------------------------------------------------------------  微調整用クラス（※多用しないこと）  ------------------------------------------------------------*/
    .mt0 {
      margin-top: 0 !important;
    }
    .mb0 {
      margin-bottom: 0 !important;
    }
    /*------------------------------------------------------------  汎用スタイル  ------------------------------------------------------------*/
    * html .clearfix {
      zoom: 1;
    }
    *+html .clearfix {
      zoom: 1;
    }
    .clearfix:after {
      height: 0;
      visibility: hidden;
      content: ".";
      display: block;
      clear: both;
    }
    /*------------------------------------------------------------  レイアウト  ------------------------------------------------------------*/
    body {
      min-width: 1270px;
      color: #333;
      font-size: 13px;
      line-height: 1.5;
      text-size-adjust: none;
      -webkit-text-size-adjust: none;
      background-color: #FFF;
      background: url(../../images/common/bg.jpg) left top repeat-x;
    }
    #container {
      text-align: left;
    }
    #main {
      margin-bottom: 100px;
    }
    a[href^="tel:"] {
      cursor: default;
      pointer-events: none;
    }
    .sp {
      display: none !important;
    }
    @media all and ( min-width: 0) and (max-width: 767px) {
      body {
        min-width: inherit;
        overflow-x: hidden;
        background: none;
      }
      #main {
        margin: 20px 0 0;
      }
      a:hover, a:hover img {
        opacity: 1 !important;
      }
      .sp {
        display: block !important;
      }
      .pc {
        display: none !important;
      }
      a[href^="tel:"] {
        cursor: pointer;
        pointer-events: auto;
      }
      #social_top {
        margin-top: 20px;
      }
    }
    /*------------------------------------------------------------  ヘッダー  ------------------------------------------------------------*/
    #gHeader {
      padding: 9px 0 1px;
    }
    #gHeader .hBox {
      width: 954px;
      margin: 0 auto 14px;
    }
    #gHeader .hBox h1 {
      padding-left: 6px;
      float: left;
    }
    #gHeader .hBox .search {
      padding-right: 2px;
      margin-top: 9px;
      float: right;
    }
    #gHeader .hBox .search p {
      margin-top: 4px;
      font-size: 10px;
    }
    #gHeader .hBox .search p, #gHeader .hBox .search .hText, #gHeader .hBox .search .hButton {
      float: right;
    }
    #gHeader .hBox .search .hText {
      margin-left: 13px;
    }
    #gHeader .hBox .search .hButton {
      margin-left: 9px;
      background: url(../img/common/bg01.gif) repeat-x left top;
    }
    #gHeader .hBox .search .hButton input:hover {
      opacity: 0.7;
    }
    #gHeader .hBox .search input[type="text"] {
      padding: 3px;
      width: 129px;
      height: 22px;
      border: 1px solid #ccc;
      box-sizing: border-box;
    }
    #gHeader .hBox .search input[type="button"] {
      width: 81px;
      height: 22px;
      padding-top: 2px;
      font-size: 12px;
      cursor: pointer;
      border: 1px solid #ccc;
      box-sizing: border-box;
      border-radius: 2px;
      background: none;
      background: url(../img/common/icon01.gif) no-repeat left 5px center;
    }
    .menuBox {
      display: none;
    }
    @media all and ( min-width: 0) and (min-width: 768px) {
      .menuBox {
        display: none !important;
      }
    }
    @media all and ( min-width: 0) and (max-width: 767px) {
      #gHeader {
        padding: 6px 7px 14px;
        position: relative;
        background: url(../img/common/h_bg.gif) repeat-x left bottom;
        background-size: 2px 5px;
      }
      #gHeader .menu {
        position: absolute;
        right: 14px;
        top: 15px;
      }
      #gHeader .menu img {
        width: 29px;
      }
      #gHeader .hBox {
        width: auto;
        margin: 0 auto 14px;
      }
      #gHeader .hBox h1 {
        padding-left: 0;
        float: none;
      }
      #gHeader .hBox h1 img {
        width: 221px;
      }
      #gHeader .hBox .search {
        display: none;
      }
      #gHeader .menuBox {
        width: 100%;
        display: none;
        padding-bottom: 20px;
        position: absolute;
        left: 0;
        top: 100%;
        background-color: #fff;
        z-index: 9999;
      }
      #gHeader .menuBox ul li a {
        padding: 15px 30px;
        display: block;
        font-size: 14px;
        color: #333;
        border-bottom: 1px solid #333;
      }
    }
    /*------------------------------------------------------------  gNavi  ------------------------------------------------------------*/
    #gNavi {
      padding-bottom: 12px;
      background: url(../img/common/bg02.gif) repeat-x left bottom;
    }
    #gNavi ul {
      width: 954px;
      margin: 0 auto;
    }
    #gNavi ul li {
      width: 159px;
      float: left;
      border-right: 1px dotted #000;
      box-sizing: border-box;
    }
    #gNavi ul li:last-child {
      border: none;
    }
    #gNavi ul li a {
      padding-top: 3px;
      font-size: 15px;
      display: block;
      position: relative;
      line-height: 1.1;
      text-align: center;
      font-weight: bold;
    }
    #gNavi ul li.on a, #gNavi ul li a:hover {
      color: #3C7CAA;
    }
    #gNavi ul li.on a:before, #gNavi ul li a:hover:before {
      width: 6px;
      height: 6px;
      background: url(../img/common/icon02.gif) no-repeat left top;
      background-size: 6px 6px;
      position: absolute;
      top: -7px;
      left: 50%;
      content: "";
    }
    @media all and ( min-width: 0) and (max-width: 767px) {
      #gNavi {
        display: none;
      }
    }
    /*------------------------------------------------------------  パンクズリスト  ------------------------------------------------------------*/
    .pagePath {
      padding-top: 2px;
      width: 954px;
      margin: 0 auto 28px;
    }
    .pagePath li {
      margin-right: 7px;
      display: inline-block;
      color: #333;
      font-size: 10px;
    }
    .pagePath li:last-child {
      margin-right: 0;
    }
    .pagePath li a {
      margin-right: 10px;
      color: #1e90d7;
    }
    .pagePath li a:hover {
      text-decoration: underline;
    }
    @media all and ( min-width: 0) and (max-width: 767px) {
      .pagePath {
        width: auto;
        margin: 0;
        padding: 25px 13px 20px;
        display: none;
      }
    }
    /*------------------------------------------------------------  フッター  ------------------------------------------------------------*/
    #gFooter {
      padding-bottom: 40px;
      position: relative;
      border-top: 2px solid #ddd;
    }
    #gFooter .fBox {
      padding: 7px 0 0 13px;
      width: 952px;
      margin: 0 auto;
      position: relative;
      box-sizing: border-box;
    }
    #gFooter .fBox:before {
      height: 2px;
      border-top: 2px solid #E6471F;
      position: absolute;
      top: -2px;
      left: 0;
      right: 0;
      content: "";
    }
    #gFooter .fBox .fNavi {
      width: 630px;
      float: left;
    }
    #gFooter .fBox .fNavi li {
      margin-right: 10px;
      float: left;
    }
    #gFooter .fBox .fNavi li:last-child {
      margin-right: 0;
    }
    #gFooter .fBox .fNavi li a {
      padding-left: 13px;
      display: block;
      font-size: 10px;
      background: url(../img/common/f_icon.gif) no-repeat left top 1px;
    }
    #gFooter .fBox .fNavi li a:hover {
      text-decoration: underline;
    }
    #gFooter .fBox .copyright {
      width: 300px;
      text-align: right;
      margin-top: -1px;
      float: right;
      font-size: 11px;
    }
    @media all and ( min-width: 0) and (max-width: 767px) {
      #gFooter {
        padding-bottom: 0;
        border-top: none;
      }
      #gFooter .fBox {
        padding: 0;
        width: auto;
      }
      #gFooter .fBox::before {
        border: none;
      }
      #gFooter .fBox .fNavi {
        width: auto;
        margin-bottom: 32px;
        float: none;
        border-bottom: 2px solid #E2C693;
      }
      #gFooter .fBox .fNavi li {
        margin-right: 0;
        float: none;
        border-top: 2px solid #E2C693;
      }
      #gFooter .fBox .fNavi li a {
        padding: 7px 0 7px 32px;
        font-size: 11px;
        color: #1e90d7;
        background: url(../img/common/sp_f_icon.jpg) no-repeat left 16px top 9px;
        background-size: 9px 13px;
      }
      #gFooter .fBox .copyright {
        width: auto;
        margin-top: 0;
        float: none;
        text-align: center;
        font-size: 10px;
      }
    }
    /*------------------------------------------------------------  comDl  ------------------------------------------------------------*/
    .comDl {
      width: 954px;
      margin: 0 auto 27px;
      display: table;
      position: relative;
      z-index: 999;
    }
    .comDl dt, .comDl dd {
      display: table-cell;
      vertical-align: middle;
    }
    .comDl dt {
      width: 310px;
      font-size: 26px;
      letter-spacing: 1px;
      font-weight: normal;
      box-sizing: border-box;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }
    .comDl dt a:hover {
      opacity: 0.7;
    }
    .comDl dd>ul {
      background: url(../img/common/line01.png) repeat-y left top;
    }
    .comDl dd>ul>li {
      width: 160px;
      display: table;
      float: left;
      position: relative;
    }
    .comDl dd>ul>li>a {
      padding: 8px 0;
      display: table-cell;
      color: #333;
      font-size: 14px;
      line-height: 1.6;
      text-align: center;
      vertical-align: middle;
      background: url(../img/common/line01.png) repeat-y right top;
    }
    .comDl dd>ul>li>a:hover {
      color: #f04d22;
    }
    .comDl dd>ul>li ul {
      visibility: hidden;
      padding: 19px 30px 15px;
      position: absolute;
      top: 100%;
      left: 50%;
      width: 230px;
      margin-left: -115px;
      z-index: 9999;
      border: 1px solid #F04D22;
      border-radius: 20px;
      box-sizing: border-box;
      background-color: #fff;
      opacity: 0;
      -webkit-transition: visibility 0s .5s, opacity .5s;
      transition: visibility 0s .5s, opacity .5s;
    }
    .comDl dd ul li:nth-of-type(3) ul {
      width: 195px;
      margin-left: -97px;
    }
    .comDl dd ul li:nth-of-type(4) ul {
      width: 365px;
      margin-left: -180px;
    }
    .comDl dd ul li:nth-of-type(5) ul {
      width: 280px;
      margin-left: -139px;
    }
    .comDl dd>ul>li li {
      padding: 8px 0 9px;
    }
    .comDl dd>ul>li ul li a {
      color: #333;
      font-size: 14px;
      position: relative;
    }
    .comDl dd>ul>li ul li a:hover {
      color: #f04d22;
      text-decoration: none;
    }
    .comDl dd>ul>li ul li a::before {
      content: '';
      width: 100%;
      height: 1px;
      background-color: transparent;
      position: absolute;
      bottom: 0;
      left: 0;
      transition: 0.3s;
    }
    .comDl dd>ul>li ul li a:hover::before {
      background-color: #f04d22;
    }
    .comDl dd>ul>li ul:before {
      width: 10px;
      height: 9px;
      background: url(../img/common/icon03.gif) no-repeat left top;
      background-size: 10px 9px;
      position: absolute;
      top: -9px;
      left: 50%;
      margin-left: -4px;
      content: "";
    }
    .comDl dd>ul>li:hover ul {
      visibility: visible;
      opacity: 1;
      -webkit-transition: visibility 0s 0s, opacity .5s 0s;
      transition: visibility 0s 0s, opacity .5s 0s;
    }
    @media all and ( min-width: 0) and (max-width: 767px) {
      .comDl {
        width: auto;
        margin: 0 auto !important;
        display: inherit;
        background-color: #F1F1F1;
      }
      .comDl.sp {
        margin: 40px auto 0 !important;
      }
      .comDl dd {
        display: none;
      }
      .comDl dt {
        display: inherit;
      }
      .comDl dt:hover {
        cursor: pointer;
      }
      .comDl dt {
        width: auto;
        font-size: 23px;
        padding: 8px 19px;
        color: #333;
        letter-spacing: 0.7px;
        background: url(../img/common/sp_icon01.png) no-repeat right 15px top 15px;
        background-size: 15px 15px;
      }
      .comDl dt span {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 12px;
        top: 8px;
        z-index: 1;
      }
      .comDl dt.active {
        background: url(../img/common/sp_icon02.png) no-repeat right 15px top 15px;
        background-size: 15px 15px;
      }
      .comDl dd>ul {
        background: none;
      }
      .comDl dd>ul>li ul {
        visibility: visible;
        opacity: 1;
      }
      .comDl dd>ul>li {
        width: auto;
        display: inherit;
        float: none;
        position: relative;
        border-top: 1px solid #C3C3C3;
        color: #333;
        font-size: 14px;
        background: none;
      }
      .comDl dd>ul>li>span {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 12px;
        top: 8px;
        z-index: 1;
      }
      .comDl dd>ul>li>span:hover {
        cursor: pointer;
      }
      .comDl dd>ul>li>ul li a span {
        display: none;
      }
      .comDl dd>ul>li>a {
        padding: 13px 30px 10px;
        display: block;
        text-align: left;
        background: url(../img/common/sp_icon01.png) no-repeat right 20px top 15px;
        background-size: 15px 15px;
      }
      .comDl dd>ul>li>a.on {
        background: url(../img/common/sp_icon02.png) no-repeat right 20px top 15px;
        background-size: 15px 15px;
      }
      .comDl dd>ul>li ul {
        display: none;
        padding: 15px 0;
        width: auto !important;
        position: static;
        margin-left: 0 !important;
        border: none;
        border-radius: 0;
        background-color: #E5E5E5;
      }
      .comDl dd>ul>li:hover ul {
        display: none;
      }
      .comDl dd>ul>li ul::before {
        background: none;
      }
      .comDl dd>ul>li:first-child>a {
        padding: 12px 20px 10px;
        background: url(../img/common/sp_icon03.png) no-repeat right 22px top 16px;
        background-size: 9px 15px;
      }
      .comDl dd>ul>li li {
        padding: 0;
      }
      .comDl dd>ul>li ul li a {
        padding: 9px 40px;
        display: block;
        background: url(../img/common/sp_icon03.png) no-repeat right 23px top 9px;
        background-size: 9px 15px;
      }
      .comDl dd>ul>li ul li a:hover {
        color: #333;
      }
      .comDl dd>ul>li ul li a::before {
        content: none;
      }
      .comDl dd>ul>li ul li a:hover {
        text-decoration: none;
      }
      .comDl dd>ul>li>a:hover {
        color: #333;
      }
      #main .comDl dt {
        display: none;
      }
      #main .comDl dd {
        display: block;
      }
      #main .comDl dd>ul>li:first-child {
        border-top: none;
      }
      .comDl dd>ul>li:nth-of-type(3) ul {
        width: auto;
        margin-left: 0;
      }
      .comDl dd>ul>li:nth-of-type(4) ul {
        width: auto;
        margin-left: 0;
      }
    }
    /*------------------------------------------------------------  headLine01  ------------------------------------------------------------*/
    .headLine01 {
      margin-bottom: 52px;
      position: relative;
      color: #333;
      font-size: 31px;
      letter-spacing: 1px;
      font-weight: normal;
      text-align: center;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }
    .headLine01:before {
      width: 60px;
      height: 2px;
      border-bottom: 2px solid #F04D22;
      position: absolute;
      bottom: -10px;
      left: 50%;
      margin-left: -31px;
      content: "";
    }
    @media all and ( min-width: 0) and (max-width: 767px) {
      .headLine01 {
        margin-bottom: 40px;
        font-size: 24px;
        letter-spacing: 1px;
        line-height: 1.35;
      }
    }
    /*------------------------------------------------------------  comList  ------------------------------------------------------------*/
    .comList {
      width: 950px;
      margin: 0 auto;
      box-sizing: border-box;
    }
    .comList li {
      margin-right: 20px;
      width: 222px;
      float: left;
      position: relative;
      background-color: #fff;
      box-shadow: 3px 3px 5px #DAD8D9, -1px -1px 2px #e4e4e4;
      border-radius: 20px;
    }
    .comList li a {
      padding-bottom: 13px;
      display: block;
    }
    .comList a:before {
      border: 1px solid transparent;
      border-radius: 20px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      content: "";
      -webkit-transition: all .5s;
      transition: all .5s;
    }
    .comList a:hover:before {
      border-color: #F75232;
    }
    .comList li:last-child {
      margin-right: 0 !important;
    }
    .comList li img {
      margin-bottom: 5px;
    }
    .comList li .ttl {
      margin-bottom: 2px;
      font-size: 23px;
      text-align: center;
      color: #333;
      letter-spacing: -1px;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }
    .comList li .title {
      font-size: 16px;
      text-align: center;
      color: #f04d22;
    }
    @media all and ( min-width: 0) and (max-width: 767px) {
      .comList {
        margin-top: -10px;
        width: auto;
      }
      .comList li {
        margin: 15px 4% 0 0 !important;
        width: 48% !important;
        border-radius: 15px;
      }
      .comList li a {
        padding: 0 0 7px;
      }
      .comList li:nth-child(2n) {
        margin-right: 0 !important;
      }
      .comList li img {
        width: 100%;
        margin-bottom: 0;
      }
      .comList li .ttl {
        margin: -3px 0 0;
        font-size: 15px;
        letter-spacing: -1px;
      }
      .comList li .title {
        font-size: 14px;
        font-size: 3vmin;
      }
      .comList a:hover:before {
        border: none;
      }
    }
    /*------------------------------------------------------------  comUl  ------------------------------------------------------------*/
    .comUl {
      margin: 0 0 57px 1px;
    }
    .comUl li {
      width: 222px;
      margin-right: 20px;
      float: left;
      position: relative;
      text-align: center;
      border-radius: 20px;
      box-shadow: 3px 3px 5px #DAD8D9, -1px -1px 2px #e4e4e4;
      box-sizing: border-box;
    }
    .comUl li:last-child {
      margin-right: 0;
    }
    .comUl li a {
      padding: 16px 0 19px;
      display: block;
    }
    .comUl a:before {
      border: 1px solid transparent;
      border-radius: 20px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      content: "";
      -webkit-transition: all .5s;
      transition: all .5s;
    }
    .comUl a:hover:before {
      border-color: #F75232;
    }
    .comUl li a img {
      margin-bottom: 21px;
    }
    .comUl li p {
      font-size: 16px;
      color: #f04d22;
    }
    @media all and ( min-width: 0) and (max-width: 767px) {
      .comUl {
        margin: -10px 0 30px;
      }
      .comUl li {
        width: 48%;
        margin: 10px 4% 0 0;
        border-radius: 15px;
      }
      .comUl li:nth-child(2n) {
        margin-right: 0;
      }
      .comUl li a {
        padding: 16px 0 19px;
      }
      .comUl a:hover:before {
        border: none;
      }
      .comUl li a img {
        height: 100px;
        margin-bottom: 21px;
      }
      .comUl li p {
        font-size: 14px;
        padding: 0 10px;
      }
    }
    /*------------------------------------------------------------  comLink  ------------------------------------------------------------*/
    .comLink {
      width: auto;
      margin: 0 auto;
      text-align: center;
    }
    .comLink a {
      padding: 8px 40px 7px;
      display: inline-block;
      font-size: 18px;
      color: #f04d22;
      text-align: center;
      background-color: #fff;
      border: 1px solid #f04d22;
      border-radius: 50px;
      box-sizing: border-box;
      -webkit-transition: all .5s;
      transition: all .5s;
    }
    .comLink a:hover {
      color: #fff;
      background-color: #f04d22;
    }
    @media all and ( min-width: 0) and (max-width: 767px) {
      .comLink {
        width: auto;
      }
      .comLink a {
        padding: 6px 40px;
        font-size: 16px;
      }
      .comLink a:hover {
        color: #f04d22;
        background-color: #fff;
      }
    }
    /*------------------------------------------------------------  pageTop  ------------------------------------------------------------*/
    @media all and ( min-width: 0) and (max-width: 767px) {
      .pagetop_sp {
        z-index: 999;
      }
      .pagetop_sp img {
        width: 50px;
      }
    }
    /*------------------------------------------------------------  mainVisual  ------------------------------------------------------------*/
    .mainVisual {
      margin-bottom: 30px;
      padding: 55px 0 0;
      min-height: 275px;
      background: url(../img/common/main_visual_bg.jpg) repeat-x top center;
    }
    .mainVisual .subBox {
      margin: 0 auto;
      padding-top: 65px;
      width: 960px;
      position: relative;
    }
    .mainVisual .subBox h2 {
      margin-bottom: 27px;
      color: #f04d22;
      font-size: 46px;
      font-weight: normal;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      letter-spacing: -2.6px;
      position: relative;
      z-index: 1;
    }
    .mainVisual .subBox p {
      margin-left: 5px;
      font-size: 14px;
      line-height: 1.7;
      position: relative;
      z-index: 1;
    }
    .mainVisual .subBox .photo, .mainVisual .subBox .img01, .mainVisual .subBox .img02, .mainVisual .subBox .img03 {
      position: absolute;
    }
    .mainVisual .subBox .img01 {
      left: -149px;
      top: 34px;
    }
    .mainVisual .subBox .img02 {
      right: 250px;
      top: 52px;
    }
    .mainVisual .subBox .img03 {
      right: -100px;
      top: 66px;
    }
    .mainVisual .subBox .photo {
      top: -50px;
      right: -88px;
    }
    .mainVisLd {
      width: 950px;
      font-size: 14px;
      line-height: 1.8;
      margin: 0 auto;
      padding-left: 5px;
      transform: translateY(-150px);
    }
    @media all and ( min-width: 0) and (max-width: 767px) {
      .mainVisual {
        margin-bottom: 20px;
        min-height: inherit;
        padding: 40px 20px;
        background: rgb(248, 239, 216);
        background: -moz-linear-gradient(top, rgb(248, 239, 216) 50%, rgb(255, 255, 255) 100%);
        background: -webkit-linear-gradient(top, rgb(248, 239, 216) 50%, rgb(255, 255, 255) 100%);
        background: linear-gradient(to bottom, rgb(248, 239, 216) 50%, rgb(255, 255, 255) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8efd8', endColorstr='#ffffff', GradientType=0);
        background-size: cover;
        overflow: hidden;
      }
      .mainVisual .subBox {
        padding-top: 0;
        width: auto;
      }
      .mainVisual .subBox h2 {
        margin-bottom: 5px;
        font-size: 25px;
        line-height: 1.2;
        letter-spacing: -1.5px;
      }
      .mainVisual .subBox p {
        padding-right: 110px;
        font-size: 14px;
        line-height: 1.5;
      }
      .mainVisual .subBox .photo, .mainVisual .subBox .img01, .mainVisual .subBox .img02, .mainVisual .subBox .img03 {
        position: absolute;
      }
      .mainVisual .subBox .img01 {
        width: 50px;
        left: 0;
        top: 0;
      }
      .mainVisual .subBox .img02 {
        width: 50px;
        right: 300px;
        top: 50px;
      }
      .mainVisual .subBox .img03 {
        width: 50px;
        right: 0;
        top: 50px;
      }
      .mainVisual .subBox .photo {
        width: 42vmin;
        top: inherit !important;
        right: -26px !important;
        bottom: -14vmin;
      }
      .mainVisual .subBox .photo img {
        width: 100%;
      }
      .mainVisLd {
        width: 90%;
        margin: 0 auto 30px;
        transform: translateY(0px);
      }
    }
    /*------------------------------------------------------------  headLine02  ------------------------------------------------------------*/
    .headLine02 {
      margin-bottom: 22px;
      padding-bottom: 4px;
      font-size: 24px;
      color: #333;
      border-bottom: 2px solid #c9caca;
      letter-spacing: 1px;
    }
    @media all and ( min-width: 0) and (max-width: 767px) {
      .headLine02 {
        margin-bottom: 10px;
        font-size: 18px;
      }
    }
    /*------------------------------------------------------------  headLine03  ------------------------------------------------------------*/
    .headLine03 {
      padding: 0 0 4px 5px;
      font-size: 20px;
      color: #333;
    }
    .headLine03 img {
      margin-right: 12px;
    }
    /*------------------------------------------------------------  comSubBox  ------------------------------------------------------------*/
    .comSubBox {
      width: 950px;
      margin: 0 auto;
    }
    @media all and ( min-width: 0) and (max-width: 767px) {
      .comSubBox {
        width: auto;
      }
    }
    /*------------------------------------------------------------  comLinkUl  ------------------------------------------------------------*/
    #main .comLinkUl {
      margin: 0 auto 20px;
    }
    #main .comLinkUl li {
      margin-right: 20px;
      width: 222px;
      float: left;
      position: relative;
    }
    #main .comLinkUl li a {
      color: #333;
      padding: 7px 15px 35px;
      display: block;
      text-align: center;
      position: relative;
      border-radius: 18px 18px 20px 20px;
      box-shadow: 3px 3px 5px #DAD8D9, -1px -1px 2px #e4e4e4;
    }
    #main .comLinkUl a:before {
      border: 1px solid transparent;
      border-radius: 20px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      content: "";
      -webkit-transition: all .5s;
      transition: all .5s;
    }
    #main .comLinkUl li a:hover:before {
      border-color: #F75232;
    }
    #main .comLinkUl li a:after {
      margin-left: -7px;
      width: 15px;
      height: 15px;
      background: url(../img/common/icon04.png) no-repeat;
      background-size: 15px 15px;
      position: absolute;
      bottom: 10px;
      left: 50%;
      border-radius: 20px;
      content: "";
    }
    #main .comLinkUl li a span {
      margin-top: 15px;
      display: block;
      font-size: 14px;
      text-align: left;
      line-height: 1.72;
    }
    #main .comLinkUl li:nth-child(4n) {
      margin-right: 0;
    }
    @media all and ( min-width: 0) and (max-width: 767px) {
      #main .comLinkUl {
        margin-bottom: 0;
        width: auto !important;
      }
      #main .comLinkUl li {
        margin: 0 0 15px !important;
        width: 48% !important;
      }
      #main .comLinkUl li:nth-child(2n) {
        float: right;
      }
      #main .comLinkUl li a {
        padding: 5px 5px 20px;
        border-radius: 5px;
      }
      #main .comLinkUl li a:hover:before {
        content: none;
      }
      #main .comLinkUl li a:after {
        margin-left: -6px;
        width: 12px;
        height: 12px;
        bottom: 5px;
        background-size: 12px 12px;
      }
      #main .comLinkUl li a span {
        line-height: 1.5;
      }
      #main .comLinkUl li a img {
        width: 100%;
      }
      #main .comLinkUl li:hover:before {
        border: none;
      }
    }
    /*------------------------------------------------------------  pankuzu  ------------------------------------------------------------*/
    #pankuzu a, #pankuzu a:visited {
      color: #1380cc;
      text-decoration: none;
    }
    #pankuzu a:hover {
      text-decoration: underline;
    }
    @media all and ( min-width: 0) and (max-width: 767px) {
      #pankuzu a:hover {
        text-decoration: none;
      }
    }
    cursor: pointer;
    color: #333;
    pointer-events: auto;
  }
  #social_top {
    margin-top: 20px;
  }
}


/*------------------------------------------------------------
ヘッダー
------------------------------------------------------------*/

#gHeader {
  padding: 9px 0 1px;
}

#gHeader .hBox {
  width: 954px;
  margin: 0 auto 14px;
}

#gHeader .hBox h1 {
  padding-left: 6px;
  float: left;
}

#gHeader .hBox .search {
  padding-right: 2px;
  margin-top: 9px;
  float: right;
}

#gHeader .hBox .search p {
  margin-top: 4px;
  font-size: 10px;
}

#gHeader .hBox .search p, #gHeader .hBox .search .hText, #gHeader .hBox .search .hButton {
  float: right;
}

#gHeader .hBox .search .hText {
  margin-left: 13px;
}

#gHeader .hBox .search .hButton {
  margin-left: 9px;
  background: url(../img/common/bg01.gif) repeat-x left top;
}

#gHeader .hBox .search .hButton input:hover {
  opacity: 0.7;
}

#gHeader .hBox .search input[type="text"] {
  padding: 3px;
  width: 129px;
  height: 22px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

#gHeader .hBox .search input[type="button"] {
  width: 81px;
  height: 22px;
  padding-top: 2px;
  font-size: 12px;
  cursor: pointer;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 2px;
  background: none;
  background: url(../img/common/icon01.gif) no-repeat left 5px center;
}

.menuBox {
  display: none;
}

@media all and (min-width: 0) and (min-width: 768px) {
  .menuBox {
    display: none !important;
  }
}

@media all and (min-width: 0) and (max-width: 767px) {
  #gHeader {
    padding: 6px 7px 14px;
    position: relative;
    background: url(../img/common/h_bg.gif) repeat-x left bottom;
    background-size: 2px 5px;
  }
  #gHeader .menu {
    position: absolute;
    right: 14px;
    top: 15px;
  }
  #gHeader .menu img {
    width: 29px;
  }
  #gHeader .hBox {
    width: auto;
    margin: 0 auto 14px;
  }
  #gHeader .hBox h1 {
    padding-left: 0;
    float: none;
  }
  #gHeader .hBox h1 img {
    width: 221px;
  }
  #gHeader .hBox .search {
    display: none;
  }
  #gHeader .menuBox {
    width: 100%;
    display: none;
    padding-bottom: 20px;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #fff;
    z-index: 9999;
  }
  #gHeader .menuBox ul li a {
    padding: 15px 30px;
    display: block;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #333;
  }
}


/*------------------------------------------------------------
gNavi
------------------------------------------------------------*/

#gNavi {
  padding-bottom: 12px;
  background: url(../img/common/bg02.gif) repeat-x left bottom;
}

#gNavi ul {
  width: 954px;
  margin: 0 auto;
}

#gNavi ul li {
  width: 159px;
  float: left;
  border-right: 1px dotted #000;
  box-sizing: border-box;
}

#gNavi ul li:last-child {
  border: none;
}

#gNavi ul li a {
  padding-top: 3px;
  font-size: 15px;
  display: block;
  position: relative;
  line-height: 1.1;
  text-align: center;
  font-weight: bold;
}

#gNavi ul li.on a, #gNavi ul li a:hover {
  color: #3C7CAA;
}

#gNavi ul li.on a:before, #gNavi ul li a:hover:before {
  width: 6px;
  height: 6px;
  background: url(../img/common/icon02.gif) no-repeat left top;
  background-size: 6px 6px;
  position: absolute;
  top: -7px;
  left: 50%;
  content: "";
}

@media all and (min-width: 0) and (max-width: 767px) {
  #gNavi {
    display: none;
  }
}


/*------------------------------------------------------------
パンクズリスト
------------------------------------------------------------*/

.pagePath {
  padding-top: 2px;
  width: 954px;
  margin: 0 auto 28px;
}

.pagePath li {
  margin-right: 7px;
  display: inline-block;
  color: #333;
  font-size: 10px;
}

.pagePath li:last-child {
  margin-right: 0;
}

.pagePath li a {
  margin-right: 10px;
  color: #1e90d7;
}

.pagePath li a:hover {
  text-decoration: underline;
}

@media all and (min-width: 0) and (max-width: 767px) {
  .pagePath {
    width: auto;
    margin: 0;
    padding: 25px 13px 20px;
    display: none;
  }
}


/*------------------------------------------------------------
フッター
------------------------------------------------------------*/

#gFooter {
  padding-bottom: 40px;
  position: relative;
  border-top: 2px solid #ddd;
}

#gFooter .fBox {
  padding: 7px 0 0 13px;
  width: 952px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

#gFooter .fBox:before {
  height: 2px;
  border-top: 2px solid #E6471F;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  content: "";
}

#gFooter .fBox .fNavi {
  width: 630px;
  float: left;
}

#gFooter .fBox .fNavi li {
  margin-right: 10px;
  float: left;
}

#gFooter .fBox .fNavi li:last-child {
  margin-right: 0;
}

#gFooter .fBox .fNavi li a {
  padding-left: 13px;
  display: block;
  font-size: 10px;
  background: url(../img/common/f_icon.gif) no-repeat left top 1px;
}

#gFooter .fBox .fNavi li a:hover {
  text-decoration: underline;
}

#gFooter .fBox .copyright {
  width: 300px;
  text-align: right;
  margin-top: -1px;
  float: right;
  font-size: 11px;
}

@media all and (min-width: 0) and (max-width: 767px) {
  #gFooter {
    padding-bottom: 0;
    border-top: none;
  }
  #gFooter .fBox {
    padding: 0;
    width: auto;
  }
  #gFooter .fBox::before {
    border: none;
  }
  #gFooter .fBox .fNavi {
    width: auto;
    margin-bottom: 32px;
    float: none;
    border-bottom: 2px solid #E2C693;
  }
  #gFooter .fBox .fNavi li {
    margin-right: 0;
    float: none;
    border-top: 2px solid #E2C693;
  }
  #gFooter .fBox .fNavi li a {
    padding: 7px 0 7px 32px;
    font-size: 11px;
    color: #1e90d7;
    background: url(../img/common/sp_f_icon.jpg) no-repeat left 16px top 9px;
    background-size: 9px 13px;
  }
  #gFooter .fBox .copyright {
    width: auto;
    margin-top: 0;
    float: none;
    text-align: center;
    font-size: 10px;
  }
}


/*------------------------------------------------------------
comDl
------------------------------------------------------------*/

.comDl {
  width: 950px;
  margin: 0 auto 27px;
  display: table;
  position: relative;
  z-index: 999;
}

.comDl dt, .comDl dd {
  display: table-cell;
  vertical-align: middle;
}

.comDl dt {
  width: 310px;
  font-size: 26px;
  letter-spacing: 1px;
  font-weight: normal;
  box-sizing: border-box;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.comDl dt a:hover {
  opacity: 0.7;
}

.comDl dd>ul {
  background: url(../img/common/line01.png) repeat-y left top;
}

.comDl dd>ul>li {
  width: 160px;
  display: table;
  float: left;
  position: relative;
}

.comDl dd>ul>li>a {
  padding: 8px 0;
  display: table-cell;
  color: #333;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  vertical-align: middle;
  background: url(../img/common/line01.png) repeat-y right top;
}

.comDl dd>ul>li>a:hover {
  color: #f04d22;
}

.comDl dd>ul>li ul {
  visibility: hidden;
  padding: 19px 30px 15px;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 230px;
  margin-left: -115px;
  z-index: 9999;
  border: 1px solid #F04D22;
  border-radius: 20px;
  box-sizing: border-box;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: visibility 0s .5s, opacity .5s;
  transition: visibility 0s .5s, opacity .5s;
}

.comDl dd ul li:nth-of-type(3) ul {
  width: 195px;
  margin-left: -97px;
}

.comDl dd ul li:nth-of-type(4) ul {
  width: 365px;
  margin-left: -180px;
}

.comDl dd ul li:nth-of-type(5) ul {
  width: 280px;
  margin-left: -139px;
}

.comDl dd>ul>li li {
  padding: 8px 0 9px;
}

.comDl dd>ul>li ul li a {
  color: #333;
  font-size: 14px;
  position: relative;
}

.comDl dd>ul>li ul li a:hover {
  color: #f04d22;
  text-decoration: none;
}

.comDl dd>ul>li ul li a::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}

.comDl dd>ul>li ul li a:hover::before {
  background-color: #f04d22;
}

.comDl dd>ul>li ul:before {
  width: 10px;
  height: 9px;
  background: url(../img/common/icon03.gif) no-repeat left top;
  background-size: 10px 9px;
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -4px;
  content: "";
}

.comDl dd>ul>li:hover ul {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s 0s, opacity .5s 0s;
  transition: visibility 0s 0s, opacity .5s 0s;
}

@media all and (min-width: 0) and (max-width: 767px) {
  .comDl {
    width: auto;
    margin: 0 auto !important;
    display: inherit;
    background-color: #F1F1F1;
  }
  .comDl.sp {
    margin: 40px auto !important;
  }
  .comDl dd {
    display: none;
  }
  .comDl dt {
    display: inherit;
  }
  .comDl dt:hover {
    cursor: pointer;
  }
  .comDl dt {
    width: auto;
    font-size: 23px;
    padding: 8px 19px;
    color: #333;
    letter-spacing: 0.7px;
    background: url(../img/common/sp_icon01.png) no-repeat right 15px top 15px;
    background-size: 15px 15px;
  }
  .comDl dt span {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 12px;
    top: 8px;
    z-index: 1;
  }
  .comDl dt.active {
    background: url(../img/common/sp_icon02.png) no-repeat right 15px top 15px;
    background-size: 15px 15px;
  }
  .comDl dd>ul {
    background: none;
  }
  .comDl dd>ul>li ul {
    visibility: visible;
    opacity: 1;
  }
  .comDl dd>ul>li {
    width: auto;
    display: inherit;
    float: none;
    position: relative;
    border-top: 1px solid #C3C3C3;
    color: #333;
    font-size: 14px;
    background: none;
  }
  .comDl dd>ul>li>span {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 12px;
    top: 8px;
    z-index: 1;
  }
  .comDl dd>ul>li>span:hover {
    cursor: pointer;
  }
  .comDl dd>ul>li>ul li a span {
    display: none;
  }
  .comDl dd>ul>li>a {
    padding: 13px 30px 10px;
    display: block;
    text-align: left;
    background: url(../img/common/sp_icon01.png) no-repeat right 20px top 15px;
    background-size: 15px 15px;
  }
  .comDl dd>ul>li>a.on {
    background: url(../img/common/sp_icon02.png) no-repeat right 20px top 15px;
    background-size: 15px 15px;
  }
  .comDl dd>ul>li ul {
    display: none;
    padding: 15px 0;
    width: auto !important;
    position: static;
    margin-left: 0 !important;
    border: none;
    border-radius: 0;
    background-color: #E5E5E5;
  }
  .comDl dd>ul>li:hover ul {
    display: none;
  }
  .comDl dd>ul>li ul::before {
    background: none;
  }
  .comDl dd>ul>li:first-child>a {
    padding: 12px 20px 10px;
    background: url(../img/common/sp_icon03.png) no-repeat right 22px top 16px;
    background-size: 9px 15px;
  }
  .comDl dd>ul>li li {
    padding: 0;
  }
  .comDl dd>ul>li ul li a {
    padding: 9px 40px;
    display: block;
    background: url(../img/common/sp_icon03.png) no-repeat right 23px top 9px;
    background-size: 9px 15px;
  }
  .comDl dd>ul>li ul li a:hover {
    color: #333;
  }
  .comDl dd>ul>li ul li a::before {
    content: none;
  }
  .comDl dd>ul>li ul li a:hover {
    text-decoration: none;
  }
  .comDl dd>ul>li>a:hover {
    color: #333;
  }
  #main .comDl dt {
    display: none;
  }
  #main .comDl dd {
    display: block;
  }
  #main .comDl dd>ul>li:first-child {
    border-top: none;
  }
  .comDl dd>ul>li:nth-of-type(3) ul {
    width: auto;
    margin-left: 0;
  }
  .comDl dd>ul>li:nth-of-type(4) ul {
    width: auto;
    margin-left: 0;
  }
}


/*------------------------------------------------------------
headLine01
------------------------------------------------------------*/

.headLine01 {
  margin-bottom: 52px;
  position: relative;
  color: #333;
  font-size: 31px;
  letter-spacing: 1px;
  font-weight: normal;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.headLine01:before {
  width: 60px;
  height: 2px;
  border-bottom: 2px solid #F04D22;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -31px;
  content: "";
}

@media all and (min-width: 0) and (max-width: 767px) {
  .headLine01 {
    margin-bottom: 40px;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 1.35;
  }
}


/*------------------------------------------------------------
comList
------------------------------------------------------------*/

.comList {
  width: 950px;
  margin: 0 auto;
  box-sizing: border-box;
}

.comList li {
  margin-right: 20px;
  width: 222px;
  float: left;
  position: relative;
  background-color: #fff;
  box-shadow: 3px 3px 5px #DAD8D9, -1px -1px 2px #e4e4e4;
  border-radius: 20px;
}

.comList li a {
  color: #333;
  padding-bottom: 13px;
  display: block;
}

.comList a:before {
  border: 1px solid transparent;
  border-radius: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  -webkit-transition: all .5s;
  transition: all .5s;
}

.comList a:hover:before {
  border-color: #F75232;
}

.comList li:last-child {
  margin-right: 0 !important;
}

.comList li img {
  margin-bottom: 5px;
}

.comList li .ttl {
  margin-bottom: 2px;
  font-size: 23px;
  text-align: center;
  color: #333;
  letter-spacing: -1px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.comList li .title {
  font-size: 16px;
  text-align: center;
  color: #f04d22;
}

@media all and (min-width: 0) and (max-width: 767px) {
  .comList {
    margin-top: -10px;
    width: auto;
  }
  .comList li {
    margin: 15px 4% 0 0 !important;
    width: 48% !important;
    border-radius: 15px;
  }
  .comList li a {
    padding: 0 0 7px;
  }
  .comList li:nth-child(2n) {
    margin-right: 0 !important;
  }
  .comList li img {
    width: 100%;
    margin-bottom: 0;
  }
  .comList li .ttl {
    margin: -3px 0 0;
    font-size: 15px;
    letter-spacing: -1px;
  }
  .comList li .title {
    font-size: 14px;
    font-size: 3vmin;
  }
  .comList a:hover:before {
    border: none;
  }
}


/*------------------------------------------------------------
comUl
------------------------------------------------------------*/

.comUl {
  margin: 0 0 57px 1px;
}

.comUl li {
  width: 222px;
  margin-right: 20px;
  float: left;
  position: relative;
  text-align: center;
  border-radius: 20px;
  box-shadow: 3px 3px 5px #DAD8D9, -1px -1px 2px #e4e4e4;
  box-sizing: border-box;
}

.comUl li:last-child {
  margin-right: 0;
}

.comUl li a {
  padding: 16px 0 19px;
  display: block;
}

.comUl a:before {
  border: 1px solid transparent;
  border-radius: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  -webkit-transition: all .5s;
  transition: all .5s;
}

.comUl a:hover:before {
  border-color: #F75232;
}

.comUl li a img {
  margin-bottom: 21px;
}

.comUl li p {
  font-size: 16px;
  color: #f04d22;
}

@media all and (min-width: 0) and (max-width: 767px) {
  .comUl {
    margin: -10px 0 30px;
  }
  .comUl li {
    width: 48%;
    margin: 10px 4% 0 0;
    border-radius: 15px;
  }
  .comUl li:nth-child(2n) {
    margin-right: 0;
  }
  .comUl li a {
    padding: 16px 0 19px;
  }
  .comUl a:hover:before {
    border: none;
  }
  .comUl li a img {
    height: 100px;
    margin-bottom: 21px;
  }
  .comUl li p {
    font-size: 14px;
    padding: 0 10px;
  }
}


/*------------------------------------------------------------
comLink
------------------------------------------------------------*/

.comLink {
  width: auto;
  margin: 0 auto;
  text-align: center;
}

.comLink a {
  padding: 8px 40px 7px;
  display: inline-block;
  font-size: 18px;
  color: #f04d22;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f04d22;
  border-radius: 50px;
  box-sizing: border-box;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.comLink a:hover {
  color: #fff;
  background-color: #f04d22;
}

@media all and (min-width: 0) and (max-width: 767px) {
  .comLink {
    width: auto;
  }
  .comLink a {
    padding: 6px 40px;
    font-size: 16px;
  }
  .comLink a:hover {
    color: #f04d22;
    background-color: #fff;
  }
}


/*------------------------------------------------------------
pageTop
------------------------------------------------------------*/

@media all and (min-width: 0) and (max-width: 767px) {
  .pagetop_sp {
    z-index: 999;
  }
  .pagetop_sp img {
    width: 50px;
  }
}


/*------------------------------------------------------------
mainVisual
------------------------------------------------------------*/

.mainVisual {
  width: 100%;
  margin-bottom: 30px;
  padding: 55px 0 0;
  min-height: 275px;
  margin: 0 auto;
  background: url(../img/common/main_visual_bg.jpg) repeat-x top center;
  background-size: cover;
}

.mainVisual {}

.mainVisual .subBox {
  margin: 0 auto;
  padding-top: 65px;
  width: 950px;
  position: relative;
}

.mainVisual .subBox h2 {
  margin-bottom: 27px;
  color: #f04d22;
  font-size: 46px;
  font-weight: normal;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: -2.6px;
  position: relative;
  z-index: 1;
}

.mainVisual .subBox p {
  margin-left: 5px;
  font-size: 14px;
  line-height: 1.7;
  position: relative;
  z-index: 1;
}

.mainVisual .subBox .photo, .mainVisual .subBox .img01, .mainVisual .subBox .img02, .mainVisual .subBox .img03 {
  position: absolute;
}

.mainVisual .subBox .img01 {
  left: -149px;
  top: 34px;
}

.mainVisual .subBox .img02 {
  right: 250px;
  top: 52px;
}

.mainVisual .subBox .img03 {
  right: -100px;
  top: 66px;
}

.mainVisual .subBox .photo {
  top: -50px;
  right: -88px;
}

.mainVisLd {
  width: 950px;
  font-size: 14px;
  line-height: 1.8;
  margin: 0 auto;
  padding-left: 5px;
  transform: translateY(-150px);
}

@media all and (min-width: 0) and (max-width: 767px) {
  .mainVisual {
    margin-bottom: 20px;
    min-height: inherit;
    padding: 40px 20px;
    background: rgb(248, 239, 216);
    background: -moz-linear-gradient(top, rgb(248, 239, 216) 50%, rgb(255, 255, 255) 100%);
    background: -webkit-linear-gradient(top, rgb(248, 239, 216) 50%, rgb(255, 255, 255) 100%);
    background: linear-gradient(to bottom, rgb(248, 239, 216) 50%, rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8efd8', endColorstr='#ffffff', GradientType=0);
    background-size: cover;
  }
  .mainVisual .subBox {
    padding-top: 0;
    width: auto;
  }
  .mainVisual .subBox h2 {
    margin-bottom: 5px;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: -1.5px;
  }
  .mainVisual .subBox p {
    padding-right: 110px;
    font-size: 14px;
    line-height: 1.5;
  }
  .mainVisual .subBox .photo, .mainVisual .subBox .img01, .mainVisual .subBox .img02, .mainVisual .subBox .img03 {
    position: absolute;
  }
  .mainVisual .subBox .img01 {
    width: 50px;
    left: 0;
    top: 0;
  }
  .mainVisual .subBox .img02 {
    width: 50px;
    right: 300px;
    top: 50px;
  }
  .mainVisual .subBox .img03 {
    width: 50px;
    right: 0;
    top: 50px;
  }
  .mainVisual .subBox .photo {
    width: 42vmin;
    top: inherit !important;
    right: 0;
    bottom: -14vmin;
  }
  .mainVisual .subBox .photo img {
    width: 100%;
  }
  .mainVisLd {
    width: 90%;
    margin: 0 auto 30px;
    transform: translateY(0px);
  }
}


/*------------------------------------------------------------
headLine02
------------------------------------------------------------*/

.headLine02 {
  margin-bottom: 22px;
  padding-bottom: 4px;
  font-size: 24px;
  color: #333;
  border-bottom: 2px solid #c9caca;
  letter-spacing: 1px;
}

@media all and (min-width: 0) and (max-width: 767px) {
  .headLine02 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}


/*------------------------------------------------------------
headLine03
------------------------------------------------------------*/

.headLine03 {
  padding: 0 0 4px 5px;
  font-size: 20px;
  color: #333;
}

.headLine03 img {
  margin-right: 12px;
}


/*------------------------------------------------------------
comSubBox
------------------------------------------------------------*/

.comSubBox {
  width: 950px;
  margin: 0 auto;
}

@media all and (min-width: 0) and (max-width: 767px) {
  .comSubBox {
    width: auto;
  }
}


/*------------------------------------------------------------
comLinkUl
------------------------------------------------------------*/

#main .comLinkUl {
  margin: 0 auto 20px;
}

#main .comLinkUl li {
  margin-right: 20px;
  margin-bottom: 20px;
  width: 222px;
  float: left;
  position: relative;
}

#main .comLinkUl li a {
  color: #333;
  padding: 7px 15px 35px;
  display: block;
  text-align: center;
  position: relative;
  border-radius: 18px 18px 20px 20px;
  box-shadow: 3px 3px 5px #DAD8D9, -1px -1px 2px #e4e4e4;
}

#main .comLinkUl a:before {
  border: 1px solid transparent;
  border-radius: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  -webkit-transition: all .5s;
  transition: all .5s;
}

#main .comLinkUl li a:hover:before {
  border-color: #F75232;
}

#main .comLinkUl li a:after {
  margin-left: -7px;
  width: 15px;
  height: 15px;
  background: url(../img/common/icon04.png) no-repeat;
  background-size: 15px 15px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  border-radius: 20px;
  content: "";
}

#main .comLinkUl li a span {
  margin-top: 15px;
  display: block;
  font-size: 14px;
  text-align: left;
  line-height: 1.72;
}

#main .comLinkUl li:nth-child(4n) {
  margin-right: 0;
}

@media all and (min-width: 0) and (max-width: 767px) {
  #main .comLinkUl {
    margin-bottom: 0;
    width: auto !important;
  }
  #main .comLinkUl li {
    margin: 0 0 15px !important;
    width: 48% !important;
  }
  #main .comLinkUl li:nth-child(2n) {
    float: right;
  }
  #main .comLinkUl li a {
    padding: 5px 5px 20px;
    border-radius: 5px;
  }
  #main .comLinkUl li a:hover:before {
    content: none;
  }
  #main .comLinkUl li a:after {
    margin-left: -6px;
    width: 12px;
    height: 12px;
    bottom: 5px;
    background-size: 12px 12px;
  }
  #main .comLinkUl li a span {
    line-height: 1.5;
  }
  #main .comLinkUl li a img {
    width: 100%;
  }
  #main .comLinkUl li:hover:before {
    border: none;
  }
}


/*------------------------------------------------------------
pankuzu
------------------------------------------------------------*/

#pankuzu a, #pankuzu a:visited {
  color: #1380cc;
  text-decoration: none;
}

#pankuzu a:hover {
  text-decoration: underline;
}

@media all and (min-width: 0) and (max-width: 767px) {
  #pankuzu {
    margin: 0 10px 12px;
  }

  #pankuzu a:hover {
    text-decoration: none;
  }
}


/*------------------------------------------------------------
common
------------------------------------------------------------*/
@media only screen and (max-width: 640px) {
  ul#reponsiveNavMain li a,
  ul#reponsiveNavMain li.nav-back a,
  ul#reponsiveNavMain li a.home,
  ul#reponsiveNavMain li a.nav-parent,
  ul#reponsiveNavMain .sub-title {
      color: #fff;
  }
}
