﻿
/*
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;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*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;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.fb_iframe_widget {
  display: inline-block;
  position: relative;
  left: 14%;
}

@media screen and (max-width: 768px) {
  .wysiwyg .table-wrapper {
    overflow-x: auto;
  }
}

h2.head-title, .wysiwyg h2, .free-layout-area h2 {
  overflow: hidden;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 7px 15px 6px;
  border-left: 5px solid #970b31;
  background-color: #f6f3ec;
  color: #333333;
  font-size: 125%;
}

h2.head-title a:link {
  color: #666;
}

h2.head-title a:visited {
  color: #999;
}

h2.head-title a:hover {
  color: #999;
}

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  overflow: hidden;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 0 0 5px 20px;
  border-bottom: 2px solid #970b31;
  color: #333;
  font-size: 112%;
}

h4, .wysiwyg h4, .free-layout-area h4 {
  display: block;
  overflow: hidden;
  margin-top: 20px;
  padding-left: 15px;
  border-left: 5px solid  #970b31;
  font-size: 112%;
  line-height: 1.2;
}

h5, .wysiwyg h5, .free-layout-area h5 {
  display: block;
  overflow: hidden;
  margin-top: 20px;
  padding: 0 0 10px 20px;
  border-bottom: 2px solid #dfd2b7;
  font-size: 112%;
  line-height: 1.2;
}

h6, .wysiwyg h6, .free-layout-area h6 {
  overflow: hidden;
  margin-top: 20px;
  padding-left: 20px;
  font-size: 112%;
  line-height: 1.2;
}

.wysiwyg ul {
  overflow: hidden;
  margin-top: 10px;
  margin-left: 30px;
  padding-left: 1.4em;
  list-style: disc;
}

* html .wysiwyg ul {
  display: inline-block;
}

.wysiwyg ol {
  padding-left: 50px;
  margin-top: 10px;
  list-style: decimal;
  /*回り込み画像時にリストが出ない問題を解決*/
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .wysiwyg ol {
    margin-left: 22px;
  }
}

* html .wysiwyg ol {
  display: inline-block;
}

.wysiwyg p {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.wysiwyg table ul {
  margin-left: 0;
}

.wysiwyg table ol {
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .wysiwyg table ol {
    margin-left: 0;
    padding-left: 40px;
  }
}

.wysiwyg table p {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.wysiwyg table, .smartcmsBbsBlock .bbsBody .form table {
  border-collapse: collapse;
  border: 1px solid #bfbfbf;
  margin-top: 10px;
}

.wysiwyg td
, .wysiwyg th {
  border-collapse: collapse;
  border: 1px solid #bfbfbf;
  padding: 5px 10px;
  word-break: break-all;
}

.wysiwyg th {
  background-color: #f6f3ec;
}

.wysiwyg caption {
  text-align: left;
  font-weight: bold;
  padding: 5px;
}

.wysiwyg div {
  line-height: 150%;
  margin-top: 10px;
}

.wysiwyg img {
  max-width: 100%;
  height: auto;
}

.wysiwyg .col {
  width: 700px;
  overflow: hidden;
}

.wysiwyg .left-col {
  width: 330px;
  float: left;
}

.wysiwyg .right-col {
  width: 330px;
  float: right;
}

.wysiwyg .text_, .cke_panel_list .text_ {
  color: #c00;
}

.wysiwyg .text2_, .cke_panel_list .text2_ {
  color: #00c;
}

.wysiwyg blockquote {
  margin-top: 10px;
  margin-left: 30px;
  padding: 5px 5px 5px 15px;
  background-image: url("../image/blockquote.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #eee;
  border-left: 3px solid #999;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 90%;
  color: #333;
  background: #fff;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 170% !important;
  }
}

img {
  border: none;
  vertical-align: top;
}

p, li, address, table, dt, dd {
  line-height: 150%;
}

ul, ol {
  list-style: none;
}

a:link {
  color: #2d5f92;
  text-decoration: underline;
}

a:visited {
  color: #2d5f92;
  text-decoration: underline;
}

a:hover {
  color: #2d5f92;
  text-decoration: none;
}

/*アクセシビリティ対応*/
a:focus img {
  /*border:1px solid #C00000;*/
}

a:focus {
  background-color: #cce2fc;
  color: #2d5f92;
}

a:active {
  _background: #cce2fc;
  /*IEのみactive疑似クラスにて処理*/
}

/*iphoneでルビで文字サイズが勝手に変わるのを修正*/
body {
  -webkit-text-size-adjust: 100%;
}

address {
  font-style: normal;
}

/*clearfix*/
.cmstag:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.first-left {
  margin-left: 0 !important;
}

.first-top {
  margin-top: 0 !important;
}

.left-col {
  float: left;
}

.right-col {
  float: right;
}

.img-item img, .img-text img {
  max-width: 100%;
  height: auto;
}

@media print, screen and (min-width: 769px) {
  .view-sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .view-pc {
    display: none !important;
  }
}

.des-attention-area {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.des-attention {
  background-color: #FFFF40;
  font-size: 80%;
}

.des-attention2 {
  background-color: #C0C0FF;
  font-size: 80%;
}

.color-scheme-area {
  margin-top: 20px;
}

.scheme-bar {
  padding: 5px 0 5px 0;
  border: 1px solid #333333;
}

.color-scheme-area .box {
  width: 300px;
}

@media print, screen and (min-width: 769px) {
  .color-scheme-area .box {
    float: left;
    margin-left: 20px;
  }
}

.color-scheme-area .title {
  margin: 5px 0 0 0;
}

.scheme1 {
  background-color: #645046;
  text-align: center;
}

.scheme2 {
  border: 1px solid #645046;
  text-align: center;
}

.scheme3 {
  background-color: #ffffff;
  text-align: center;
}

.scheme4 {
  background-color: #da4c52;
  text-align: center;
}

.scheme5 {
  border: 1px solid #eca5a8;
  text-align: center;
}

.scheme6 {
  background-color: #333333;
  text-align: center;
}

.scheme7 {
  background-color: #da4c52;
  text-align: center;
}

.scheme8 {
  background-color: #da4c52;
  color: #333333;
  text-align: center;
}

.scheme9 {
  background-color: #f9e4e5;
  text-align: center;
}

.scheme10 {
  background-color: #645046;
  text-align: center;
}

.scheme11 {
  background-color: #da4c52;
  text-align: center;
}

/* Googleカスタム検索
--------------------------------------------------------- */
/* ----- デフォルトスタイル初期化 ----- */
form.gsc-search-box {
  margin: 0 !important;
  font-size: inherit !important;
}

table.gsc-search-box {
  margin: 0 !important;
  border: none !important;
}

.cse table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

.gsc-search-box .gsc-input > input:hover, .gsc-input-box-hover {
  box-shadow: none !important;
}

.gsc-search-box .gsc-input > input:focus, .gsc-input-box-focus {
  box-shadow: none !important;
}

table.gsc-search-box td {
  line-height: 1.0;
}

.gsib_a {
  padding: 0 0 0 10px !important;
}

.cse input.gsc-input, input.gsc-input {
  box-sizing: border-box;
  padding: 5px 0 !important;
  border: none !important;
  font-size: inherit !important;
  margin: 0 !important;
}

.cse input.gsc-input::-webkit-input-placeholder, input.gsc-input::-webkit-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-moz-placeholder, input.gsc-input:-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input::-moz-placeholder, input.gsc-input::-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-ms-input-placeholder, input.gsc-input:-ms-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.gsst_b {
  font-size: inherit !important;
  padding: 0 !important;
}

.gsst_a {
  padding: 0 !important;
}

.gscb_a {
  display: inline-block;
  font: inherit !important;
  padding: 0 5px !important;
}

td.gsc-search-button {
  font-size: 0;
}

.gsc-search-button {
  margin: 0 !important;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  box-sizing: border-box;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer;
}

/* ----- カスタム設定 ----- */
.gsc-input-box {
  border: 1px solid #ccc !important;
}

@media print, screen and (min-width: 769px) {
  .gsc-input-box {
    border-radius: 5px 0 0 5px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-input-box {
    border-radius: 5px 0 0 5px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 33px;
  }
}

@media screen and (max-width: 768px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 63px;
  }
}

@media print, screen and (min-width: 769px) {
  td.gsc-search-button {
    height: 33px;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  td.gsc-search-button {
    height: 63px;
    padding-left: 0 !important;
  }
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  background-color: #333 !important;
}

@media print, screen and (min-width: 769px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 50px !important;
    border-radius: 0 5px 5px 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 100px !important;
    border-radius: 0 5px 5px 0 !important;
  }
}

@media print, screen and (min-width: 769px) {
  .gsc-search-button-v2 svg {
    width: 13px !important;
    height: 13px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-search-button-v2 svg {
    width: 26px !important;
    height: 26px !important;
  }
}

@media print {
  body {
    zoom: 0.83871;
  }
}

.side-contents .banner-area .list a {
  display: block;
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのヘッダーエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
@media print, screen and (min-width: 769px) {
  body {
    min-width: 1240px;
  }
}

.to-container a {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  margin-top: -9999px;
  color: #333;
  font-size: 97%;
}

.to-container a:focus {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 0;
}

@media print, screen and (min-width: 769px) {
  #header .header-subnav-area {
    display: none;
    width: 100%;
    background-color: #645046;
  }
  #header .header-subnav-area .in {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 7px 0 8px;
  }
  #header .header-subnav-area .in::after {
    clear: both;
    content: "";
    display: block;
  }
  #header .header-subnav-area .unit, #header .header-subnav-area #header-size, #header .header-subnav-area #header-color, #header .header-subnav-area .unit2 {
    display: table;
  }
  #header .header-subnav-area .unit dt, #header .header-subnav-area .unit dd, #header .header-subnav-area .unit li, #header .header-subnav-area #header-size dt, #header .header-subnav-area #header-size dd, #header .header-subnav-area #header-size li, #header .header-subnav-area #header-color dt, #header .header-subnav-area #header-color dd, #header .header-subnav-area #header-color li, #header .header-subnav-area .unit2 dt, #header .header-subnav-area .unit2 dd, #header .header-subnav-area .unit2 li {
    display: table-cell;
    height: 25px;
    vertical-align: middle;
  }
  #header .header-subnav-area .unit dt img, #header .header-subnav-area .unit dd img, #header .header-subnav-area .unit li img, #header .header-subnav-area #header-size dt img, #header .header-subnav-area #header-size dd img, #header .header-subnav-area #header-size li img, #header .header-subnav-area #header-color dt img, #header .header-subnav-area #header-color dd img, #header .header-subnav-area #header-color li img, #header .header-subnav-area .unit2 dt img, #header .header-subnav-area .unit2 dd img, #header .header-subnav-area .unit2 li img {
    vertical-align: middle;
  }
  #header .header-subnav-area .unit, #header .header-subnav-area #header-size, #header .header-subnav-area #header-color {
    float: left;
  }
  #header .header-subnav-area .unit2 {
    float: right;
  }
  #header .header-subnav-area .unit .list li {
    position: relative;
    padding-left: 10px;
  }
  #header .header-subnav-area .unit .list li::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
  }
  #header .header-subnav-area .unit .list li a {
    color: #fff;
    text-decoration: none;
  }
  #header .header-subnav-area .unit .list li a:hover {
    text-decoration: underline;
  }
  #header .header-subnav-area .unit .list li a:focus {
    background-color: #463831;
  }
  #header .header-subnav-area #header-size, #header .header-subnav-area #header-color {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #7c6357;
  }
  #header .header-subnav-area #header-size dt, #header .header-subnav-area #header-color dt {
    padding-right: 10px;
    color: #fff;
  }
  #header .header-subnav-area #header-size dd {
    padding-right: 10px;
  }
  #header .header-subnav-area #header-size dd:last-child {
    padding-right: 0;
  }
  #header .header-subnav-area #header-size dd a:focus {
    background-color: #463831;
  }
  #header .header-subnav-area #header-color dd {
    padding-right: 5px;
  }
  #header .header-subnav-area #header-color dd:last-child {
    padding-right: 0;
  }
  #header .header-subnav-area .unit2 .list li {
    padding-left: 10px;
  }
  #header .header-subnav-area .unit2 .list li:first-child {
    padding-left: 0;
  }
  #header .header-subnav-area .unit2 .list li.header-back a {
    display: block;
    position: relative;
    padding: 0 30px 0 20px;
    box-shadow: 1px 1px 0.99px 0.01px rgba(0, 0, 0, 0.07);
    border-radius: 3px;
    border: 1px solid #fff;
    background-color: #fff;
    color: #333;
    text-decoration: none;
    transition: all 500ms 0s ease;
  }
  #header .header-subnav-area .unit2 .list li.header-back a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 1px solid #da4c52;
    border-right: 1px solid #da4c52;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #header .header-subnav-area .unit2 .list li.header-back a .icon {
    display: inline-block;
    padding: 2px 0 1px 25px;
    background: url(../image/icon_back.png) no-repeat 0 50%;
    background-size: auto 15px;
  }
  #header .header-subnav-area .unit2 .list li.header-back a:hover {
    opacity: 0.8;
  }
  #header .header-image {
    width: 100%;
    text-align: center;
  }
  #header .header-image img {
    max-width: 100%;
    height: auto;
  }
  #header #header-nav {
    padding: 10px 0 9px;
    border-top: 1px solid #4c3d35;
    border-bottom: 1px solid #4c3d35;
    background-color: #645046;
  }
  #header #header-nav .in {
    width: 1200px;
    margin: 0 auto;
  }
  #header #header-nav .list {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  #header #header-nav .list li:last-child {
    border-right: 1px solid #ffffff;
  }
  #header #header-nav .list.clearfix::after {
    content: normal;
  }
  #header #header-nav .list li {
    display: table-cell;
    font-size: 96%;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #ffffff;
  }
  #header #header-nav .list li a {
    display: inline-block;
    padding: 15px 20px;
    border-bottom: 2px solid transparent;
    color: #fff;
    text-decoration: none;
  }
  #header #header-nav .list li a:hover {
    border-bottom: 2px solid #fff;
  }
  #header #header-nav .list li a:focus {
    background-color: #463831;
  }
}

@media screen and (max-width: 768px) {
  #sp-header .header-image {
    text-align: center;
  }
  #sp-header .header-image img {
    max-width: 100%;
    height: auto;
  }
  #sp-header #sp-header-nav {
    position: absolute;
    top: 0;
    right: 0;
  }
  #sp-header #sp-header-nav .menu-btn-area .menu-btn-menu a {
    display: block;
    width: 90px;
    height: 90px;
    background-color: #645046;
  }
  #sp-header #sp-header-nav .menu-btn-area .menu-btn-menu a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 45px;
    height: auto;
    margin: auto;
  }
  #sp-header #sp-header-nav .menu-btn-area .menu-btn-menu a:focus {
    background-color: transparent !important;
  }
  #sp-header #sp-header-nav .menu-btn-area img {
    max-width: 100%;
    height: auto;
  }
  #sp-header .modal-search-bg,
  #sp-header .modal-menu-bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 1000px;
    background: #000;
    opacity: 0.6;
  }
  #sp-header .modal-search,
  #sp-header .modal-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
  }
  #sp-header .modal-search .in,
  #sp-header .modal-menu .in {
    box-sizing: border-box;
    padding-top: 30px;
    background: rgba(208, 202, 199, 0.75);
  }
  #sp-header .modal-search .modal-menu-close,
  #sp-header .modal-menu .modal-menu-close {
    background-color: #645046;
    cursor: pointer;
  }
  #sp-header .modal-search .modal-menu-close:first-child,
  #sp-header .modal-menu .modal-menu-close:first-child {
    position: absolute;
    top: 0;
    right: 0;
  }
  #sp-header .modal-search .modal-menu-close:first-child span,
  #sp-header .modal-menu .modal-menu-close:first-child span {
    display: block;
    width: 90px;
    height: 90px;
  }
  #sp-header .modal-search .modal-menu-close:first-child span img,
  #sp-header .modal-menu .modal-menu-close:first-child span img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  #sp-header .modal-search .modal-menu-close:last-child,
  #sp-header .modal-menu .modal-menu-close:last-child {
    margin-top: 60px;
    padding: 15px 0;
    background-color: #645046;
    color: #fff;
    text-align: center;
  }
  #sp-header .modal-search .modal-menu-close:last-child span,
  #sp-header .modal-menu .modal-menu-close:last-child span {
    padding-left: 40px;
    background: url(../image/modal_menu_close.png) no-repeat 0 50%;
  }
  #sp-header .modal-search .search-box,
  #sp-header .modal-menu .search-box {
    display: none;
    margin-top: 60px;
    padding: 0 10px;
  }
  #sp-header .modal-search .search-box img,
  #sp-header .modal-menu .search-box img {
    max-width: 100%;
    height: auto;
  }
  #sp-header .modal-search .list,
  #sp-header .modal-menu .list {
    margin-top: 60px;
    border-top: 1px solid #ccc;
  }
  #sp-header .modal-search .list li,
  #sp-header .modal-menu .list li {
    border-bottom: 1px solid #ccc;
  }
  #sp-header .modal-search .list li a,
  #sp-header .modal-menu .list li a {
    display: block;
    position: relative;
    padding: 15px 50px 15px 30px;
    background-color: #fff;
    color: #333;
    text-decoration: none;
  }
  #sp-header .modal-search .list li a::before,
  #sp-header .modal-menu .list li a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 10px;
    height: 10px;
    margin-top: -6px;
    border-top: 5px solid #da4c52;
    border-right: 5px solid #da4c52;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #sp-header .modal-search .list2,
  #sp-header .modal-menu .list2 {
    margin: 30px 20px 0;
    text-align: center;
  }
  #sp-header .modal-search .list2 li,
  #sp-header .modal-menu .list2 li {
    margin-top: 15px;
  }
  #sp-header .modal-search .list2 li:first-child,
  #sp-header .modal-menu .list2 li:first-child {
    margin-top: 0;
  }
  #sp-header .modal-search .list2 li.btn-back a,
  #sp-header .modal-menu .list2 li.btn-back a {
    display: inline-block;
    position: relative;
    padding: 0 40px 0 20px;
    box-shadow: 1px 1px 0.99px 0.01px rgba(0, 0, 0, 0.07);
    border-radius: 6px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
    text-decoration: none;
  }
  #sp-header .modal-search .list2 li.btn-back a::before,
  #sp-header .modal-menu .list2 li.btn-back a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    margin-top: -6px;
    border-top: 5px solid #da4c52;
    border-right: 5px solid #da4c52;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #sp-header .modal-search .list2 li.btn-back a .icon,
  #sp-header .modal-menu .list2 li.btn-back a .icon {
    display: inline-block;
    padding: 15px 0 13px 15px;
    background-size: auto 36px;
  }
}

/* pattern-responsive */
/*++++++++++++++++++++++++++++++++++
 * トップページのコンテンツエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
a:link {
  color: #333333;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  #container {
    margin: 40px 20px 0;
  }
}

@media print, screen and (min-width: 769px) {
  #container-in {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 769px) {
  #gn-contents {
    float: left;
    width: 700px;
    margin-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  #gn-contents {
    margin-top: 40px;
  }
}

#gn-contents #newPageDynList1 .title {
  overflow: hidden;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 10px 15px 9px 75px;
  background: #ddcfb3 url(../image/news_title_icon.png) no-repeat 18px 50%;
  color: #333;
  font-size: 125%;
}

#gn-contents #newPageDynList1 .in {
  padding: 15px 15px 20px;
  border: 1px solid #e9e6e6;
  background-color: #fff;
}

#gn-contents #newPageDynList1 .list li {
  margin-top: 15px;
  padding: 0 0 15px 10px;
  border-bottom: 1px dashed #aaa7a1;
}

@media print, screen and (min-width: 769px) {
  #gn-contents #newPageDynList1 .list li {
    overflow: hidden;
  }
}

#gn-contents #newPageDynList1 .list li:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  #gn-contents #newPageDynList1 .list li .date, #gn-contents #newPageDynList1 .list li .text {
    display: block;
  }
}

#gn-contents #newPageDynList1 .list li .date {
  color: #666666;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  #gn-contents #newPageDynList1 .list li .date {
    float: left;
    padding-left: 15px;
  }
}

@media screen and (max-width: 768px) {
  #gn-contents #newPageDynList1 .list li .date {
    padding-left: 18px;
  }
}

#gn-contents #newPageDynList1 .list li .date::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
}

@media print, screen and (min-width: 769px) {
  #gn-contents #newPageDynList1 .list li .date::before {
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #da4c52;
  }
}

@media screen and (max-width: 768px) {
  #gn-contents #newPageDynList1 .list li .date::before {
    border-top: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #da4c52;
  }
}

@media print, screen and (min-width: 769px) {
  #gn-contents #newPageDynList1 .list li .text {
    display: block;
    padding-left: 10em;
  }
}

@media print, screen and (min-width: 769px) {
  #main-contents {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .side-contents {
    float: left;
    width: 220px;
    margin-top: 30px;
  }
  .side-contents.second {
    margin-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .side-contents {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .side-contents .list-box, .side-contents .edit-box {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .side-contents .list-box, .side-contents .edit-box {
    margin-top: 30px;
  }
}

.side-contents .list-box .title, .side-contents .edit-box .title {
  padding: 9px 0 7px 40px;
  border-bottom: 1px solid #dbd8d8;
  background: url(../image/title_icon.png) no-repeat 3% 50%;
  font-size: 125%;
}

@media screen and (max-width: 768px) {
  .side-contents .list-box .title, .side-contents .edit-box .title {
    padding: 9px 0 7px 45px;
    border-bottom: 1px solid #dbd8d8;
    background: url(../image/title_icon.png) no-repeat 0% 50%;
    background-size: 33px 43px;
    font-size: 125%;
  }
}

.side-contents .list-box .list {
  margin-top: 15px;
}

.side-contents .list-box .list li {
  position: relative;
  margin-top: 15px;
}

@media print, screen and (min-width: 769px) {
  .side-contents .list-box .list li {
    padding-left: 15px;
  }
}

@media screen and (max-width: 768px) {
  .side-contents .list-box .list li {
    padding-left: 30px;
  }
}

.side-contents .list-box .list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
}

@media print, screen and (min-width: 769px) {
  .side-contents .list-box .list li::before {
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #645046;
  }
}

@media screen and (max-width: 768px) {
  .side-contents .list-box .list li::before {
    border-top: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 9px solid #645046;
  }
}

.side-contents .list-box .list li:first-child {
  margin-top: 0;
}

.side-contents .list-box .list li .date, .side-contents .list-box .list li .text {
  display: block;
}

.side-contents .list-box .list li .text {
  margin-top: 5px;
}

@media print, screen and (min-width: 769px) {
  .side-contents .banner-area {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .side-contents .banner-area {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .side-contents .banner-area .list {
    letter-spacing: -.5em;
  }
  .side-contents .banner-area .list > li {
    display: inline-block;
    margin-top: 20px;
    margin-left: 20px;
    letter-spacing: normal;
    vertical-align: top;
    width: -webkit-calc((100% - 20px) / 2);
    width: calc((100% - 20px) / 2);
  }
  .side-contents .banner-area .list > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .side-contents .banner-area .list > li:nth-child(2n+1) {
    margin-left: 0;
  }
}

.side-contents .banner-area .list li {
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .side-contents .banner-area .list li {
    margin-top: 10px;
  }
  .side-contents .banner-area .list li:first-child {
    margin-top: 0;
  }
}

.side-contents .banner-area .list li img {
  height: auto;
}

@media print, screen and (min-width: 769px) {
  .side-contents .banner-area .list li img {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .side-contents .banner-area .list li img {
    width: 100%;
  }
}

.side-contents-in > .list-box:first-child, .side-contents-in > .edit-box:first-child {
  margin-top: 0;
}

#gn-slider {
  position: relative;
  width: 100%;
  margin-top: 20px;
}

#gn-slider .list li {
  text-align: center;
}

#gn-slider .list li img {
  height: auto;
}

@media print, screen and (min-width: 769px) {
  #gn-slider .list li img {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #gn-slider .list li img {
    width: 100%;
  }
}

#gn-slider .bxslider .bx-wrapper .bx-controls {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  background-color: #645046;
  font-size: 0;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  #gn-slider .bxslider .bx-wrapper .bx-controls {
    padding: 20px 50px;
  }
}

@media screen and (max-width: 768px) {
  #gn-slider .bxslider .bx-wrapper .bx-controls {
    padding: 28px 80px;
  }
}

#gn-slider .bxslider .bx-wrapper .bx-controls .bx-pager {
  display: inline-block;
  vertical-align: middle;
}

#gn-slider .bxslider .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
  display: inline-block;
  vertical-align: middle;
}

@media print, screen and (min-width: 769px) {
  #gn-slider .bxslider .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
    margin: 0 5px;
  }
}

@media screen and (max-width: 768px) {
  #gn-slider .bxslider .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
    margin: 0 10px;
  }
}

#gn-slider .bxslider .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
  display: block;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  border-radius: 50%;
  background-color: #fff;
}

@media print, screen and (min-width: 769px) {
  #gn-slider .bxslider .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
    width: 8px;
    height: 8px;
  }
}

@media screen and (max-width: 768px) {
  #gn-slider .bxslider .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
    width: 16px;
    height: 16px;
  }
}

#gn-slider .bxslider .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link:hover, #gn-slider .bxslider .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link.active {
  background-color: #da4c52;
}

#gn-slider .bxslider .bx-wrapper .bx-controls .bx-controls-auto {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#gn-slider .bxslider .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item .bx-start, #gn-slider .bxslider .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item .bx-stop {
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}

@media print, screen and (min-width: 769px) {
  #gn-slider .bxslider .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item .bx-start, #gn-slider .bxslider .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item .bx-stop {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 768px) {
  #gn-slider .bxslider .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item .bx-start, #gn-slider .bxslider .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item .bx-stop {
    width: 40px;
    height: 40px;
  }
}

#gn-slider .bxslider .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item .bx-start:focus, #gn-slider .bxslider .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item .bx-stop:focus {
  background-color: transparent;
}

@media print, screen and (min-width: 769px) {
  #gn-slider .bxslider .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item .bx-start {
    background-image: url(../image/slider_controls_auto_start_pc.png);
  }
}

@media screen and (max-width: 768px) {
  #gn-slider .bxslider .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item .bx-start {
    background-image: url(../image/slider_controls_auto_start_sp.png);
  }
}

@media print, screen and (min-width: 769px) {
  #gn-slider .bxslider .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item .bx-stop {
    background-image: url(../image/slider_controls_auto_stop_pc.png);
  }
}

@media screen and (max-width: 768px) {
  #gn-slider .bxslider .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item .bx-stop {
    background-image: url(../image/slider_controls_auto_stop_sp.png);
  }
}

/*==================================
 ファイルリンク
==================================*/
.file-link-item {
  margin: 10px 10px 0 10px;
}

.file-link-item .pdf {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background-image: url(../image/file_link_item_pdf.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.file-link-item .word {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background-image: url(../image/file_link_item_word.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.file-link-item .excel {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background-image: url(../image/file_link_item_excel.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.file-link-item .power {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background-image: url(../image/file_link_item_power.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.file-link-item .audio {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background-image: url(../image/file_link_item_audio.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.file-link-item .txt {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background-image: url(../image/file_link_item_txt.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.file-link-item .zip {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background-image: url(../image/file_link_item_zip.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.file-link-item .lzh {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background-image: url(../image/file_link_item_lzh.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.file-link-item .jpg {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background-image: url(../image/file_link_item_jpg.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.file-link-item .pic {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background-image: url(../image/file_link_item_pic.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.file-link-item .movie {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background-image: url(../image/file_link_item_movie.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.file-link-item .csv {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background-image: url(../image/file_link_item_csv.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.file-link-item .edit {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background-image: url(../image/file_link_item_edit.png);
  background-repeat: no-repeat;
  background-position: left top;
}

/*==================================
 リンク
==================================*/
.link-item {
  padding: 5px 0 13px 0px;
  /* 内部リンク */
  /* 外部リンク */
  /* メールリンク */
}

.link-item .icon {
  padding: 5px 0 5px 40px;
  background-image: url(../image/link_item_naibu.png);
  background-repeat: no-repeat;
  background-position: 10px center;
}

.link-item .icon2 {
  padding: 5px 0px 5px 40px;
  background-image: url(../image/link_item_gaibu.png);
  background-repeat: no-repeat;
  background-position: 10px center;
}

.link-item .icon3 a {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background: url(../image/link_item_mail.png);
  background-repeat: no-repeat;
  background-position: left top;
}

/*==================================
 画像
==================================*/
.img-item {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .img-item {
    width: 100%;
  }
  .img-item img {
    max-width: 100%;
    height: auto;
  }
}

/*==================================
 google map
==================================*/
.gmap {
  height: auto !important;
  margin-top: 10px;
}

.gmap .map-link {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .gmap {
    width: 100% !important;
  }
  .gmap > div:first-of-type {
    width: 100% !important;
  }
}

.map-link {
  margin-top: 10px;
  text-align: center;
}

.map-link a {
  padding-left: 15px;
  background: url(../image/arrow01.png) no-repeat 0 5px;
}

/*==================================
 カラム
==================================*/
.col-area {
  overflow: hidden;
  width: 700px;
  margin-top: 20px;
}

.col-area .left-col {
  float: left;
}

.col-area .right-col {
  float: left;
  margin-left: 10px;
}

.col-area .wysiwyg p {
  margin-top: 0;
}

.col-area .wysiwyg p:first-child {
  margin-top: 10px;
}

.col-area p:last-child {
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .col-area {
    width: 100%;
  }
  .col-area .left-col {
    width: 49%;
  }
  .col-area .left-col img {
    max-width: 100%;
  }
  .col-area .right-col {
    width: 49%;
    margin-left: 2%;
  }
  .col-area .right-col img {
    max-width: 100%;
  }
}

/*==================================
 右画像+左テキスト 左画像+右テキスト
==================================*/
.img-text {
  overflow: hidden;
  margin-top: 20px;
}

.img-text .left-col, .img-text .left-wrap img {
  float: left;
  position: relative;
  top: auto;
  bottom: auto;
  max-width: 45%;
  padding: 0 10px 10px 0;
}

.img-text .right-col, .img-text .right-wrap img {
  float: right;
  position: relative;
  top: auto;
  bottom: auto;
  max-width: 45%;
  padding: 0 0 10px 10px;
}

@media print, screen and (min-width: 769px) {
  .img-text {
    width: 700px;
  }
}

@media screen and (max-width: 768px) {
  .img-text {
    width: 100%;
  }
}

/*==================================
 テーブル
==================================*/
.table-fix {
  table-layout: fixed;
}

.table {
  margin: 10px 0 0;
  border: 1px solid #bfbfbf;
  border-collapse: collapse;
}

.table caption {
  padding: 5px;
  font-weight: bold;
  text-align: left;
}

.table td, .table th {
  padding: 5px 10px;
  border: 1px solid #bfbfbf;
  border-collapse: collapse;
  word-break: break-all;
}

.table th {
  background-color: #f6f3ec;
  color: #333;
}

.table th:first-child {
  width: 33%;
}

.table .wysiwyg p {
  padding: 0;
}

.table .file-link-item {
  margin: 10px 10px 0px 0;
}

.table .file-link-item .pdf, .table .file-link-item .word, .table .file-link-item .excel, .table .file-link-item .power, .table .file-link-item .audio, .table .file-link-item .txt, .table .file-link-item .zip, .table .file-link-item .csv, .table .file-link-item .edit {
  padding: 5px 0 5px 40px;
}

.table .link-item {
  margin: 10px 10px 0 0;
}

/*==================================
PDFダウンロード
==================================*/
#pdf-download {
  margin: 20px auto 0;
  padding: 10px;
  border: 1px solid #bfbfbf;
  background-color: #efefef;
}

#pdf-download a {
  display: block;
  float: left;
  margin-right: 10px;
}

/*==================================
自由レイアウト
==================================*/
.free-layout-area .img-item ul, .free-layout-area .image ul {
  list-style: disc;
  padding-left: 30px;
}

.free-layout-area .img-item ol, .free-layout-area .image ol {
  list-style: decimal;
  padding-left: 30px;
}

.free-layout-area .img-text .left-col img,
.free-layout-area .img-text .right-col img {
  max-width: 100%;
}

.free-layout-area .layout4 {
  margin-top: 20px;
}

.free-layout-area .layout4 .left-col {
  width: 32% !important;
  margin-left: 2%;
}

.free-layout-area .layout4 .left-col:first-child {
  margin-left: 0;
}

.free-layout-area .layout4 .right-col {
  width: 32%;
}

.free-layout-area .layout4 .left-col img,
.free-layout-area .layout4 .right-col img {
  max-width: 100%;
}

.free-layout-area .layout3 .left-col {
  width: 49% !important;
}

.free-layout-area .layout3 .right-col {
  width: 49% !important;
  margin-left: 2%;
}

.free-layout-area .layout3 .left-col img,
.free-layout-area .layout3 .right-col img {
  max-width: 100%;
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
フッター
==================================*/
#footer {
  position: relative;
  margin-top: 50px;
  background-color: #645046;
}

@media print, screen and (min-width: 769px) {
  #footer {
    padding: 15px 0px 0px 0px;
  }
}

@media screen and (max-width: 768px) {
  #footer {
    padding: 40px 0px 0px 0px;
  }
}

#footer #pagetop {
  display: none;
  position: fixed;
  z-index: 100;
}

@media print, screen and (min-width: 769px) {
  #footer #pagetop {
    right: 40px;
    bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  #footer #pagetop {
    right: 20px;
    bottom: 20px;
  }
}

#footer #pagetop a {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #da4c52;
  opacity: 0.8;
}

#footer #pagetop a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media print, screen and (min-width: 769px) {
  #footer .in {
    width: 1200px;
    margin: 0 auto;
  }
}

#footer .wysiwyg {
  display: none;
  margin-top: 20px;
  color: #fff;
}

#footer .wysiwyg .attention {
  color: #333;
}

#footer .info-box {
  margin-top: 20px;
  color: #fff;
  text-align: center;
}

#footer .info-box .site-name {
  font-weight: bold;
  font-size: 168%;
}

@media screen and (max-width: 768px) {
  #footer .info-box .site-name {
    margin-bottom: 40px;
  }
}

#footer .info-box .address {
  font-size: 97%;
  margin-top: 10px;
}

@media print, screen and (min-width: 769px) {
  #footer .info-box .address {
    margin-top: 30px;
  }
}

#footer .info-box .tel {
  font-size: 97%;
}

@media print, screen and (min-width: 769px) {
  #footer .info-box .tel {
    display: inline;
    margin-top: 5px;
    padding-right: 12px;
  }
}

#footer .info-box .tel a {
  color: #fff;
  text-decoration: none;
}

#footer .info-box .fax {
  font-size: 97%;
}

#footer .info-box .fax a {
  color: #fff;
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  #footer .info-box .fax {
    display: inline;
  }
}

@media screen and (max-width: 768px) {
  #footer .info-box .fax {
    margin-bottom: 60px;
  }
}

#footer .info-box .mail {
  font-size: 97%;
}

#footer .info-box .btn-inquiry {
  margin-top: 15px;
}

#footer .info-box .btn-inquiry a {
  display: inline-block;
  position: relative;
  box-shadow: 1px 1px 0.99px 0.01px rgba(0, 0, 0, 0.07);
  border: 1px solid #fff;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  transition: all 500ms 0s ease;
}

@media print, screen and (min-width: 769px) {
  #footer .info-box .btn-inquiry a {
    padding: 0px 60px 0px;
    border-radius: 3px;
    background-size: 7px 10px;
    background-size: auto 10px;
  }
}

@media screen and (max-width: 768px) {
  #footer .info-box .btn-inquiry a {
    padding: 0px 60px 0px 30px;
    border-radius: 6px;
  }
}

#footer .info-box .btn-inquiry a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media print, screen and (min-width: 769px) {
  #footer .info-box .btn-inquiry a::before {
    right: 7px;
    width: 5px;
    height: 5px;
    margin-top: -4px;
    border-top: 3px solid #645046;
    border-right: 3px solid #645046;
  }
}

@media screen and (max-width: 768px) {
  #footer .info-box .btn-inquiry a::before {
    right: 15px;
    width: 9px;
    height: 9px;
    margin-top: -6px;
    border-top: 4px solid #da4c52;
    border-right: 4px solid #da4c52;
  }
}

#footer .info-box .btn-inquiry a .icon {
  display: inline-block;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  #footer .info-box .btn-inquiry a .icon {
    background-size: auto 13px;
  }
}

@media screen and (max-width: 768px) {
  #footer .info-box .btn-inquiry a .icon {
    padding-left: 60px;
    background-size: auto 26px;
  }
}

#footer .info-box .btn-inquiry a .icon a {
  font-size: 97%;
}

#footer .info-box .btn-inquiry a:hover {
  opacity: 0.8;
}

#footer #copyright {
  margin-top: 50px;
  color: #333333;
  font-size: 90%;
  text-align: center;
  background-color: #c1b9b5;
  padding: 20px 0px 15px 0px;
}
