@media print {
  body {
    overflow: visible !important;
  }
}

body {
  line-height: 1.5;
  background-color: #fff;
  color: #000;
  font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, Georgia, serif;
}

strong {
  color: #dc3a12;
}

blockquote {
  border: solid 1px #cccccc;
  background: #f0f0f0;
  margin: 1em;
  padding: 1em;
}

dl {
  margin: 1em 0;
}

dd {
  margin-left: 3em;
}

ul,
ol {
  margin: 1em 0 1em 2em;
  padding: 0;
}

p {
  margin: 1em 0;
}

a {
  text-decoration: underline;
}

a img {
  vertical-align: middle;
}

input[type="text"]:focus,
textarea:focus {
  background-color: #ffc;
}

/*
  clearfix
*/
.pkg:after,
.wrapper:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

#breadcrumbs {
  margin: 0;
  padding: 10px 0 10px 20px;
  font-size: 12px;
  background-color: #edf8f7;
}

#breadcrumbs ul {
  display: inline;
  margin: 0;
}

#breadcrumbs,
#breadcrumbs ul {
  list-style-type: none;
}

#breadcrumbs li {
  display: inline;
}

#breadcrumbs ul li {
  margin-left: .5em;
}

#breadcrumbs ul ul:before {
  content: ">";
  margin-left: .5em;
}

.entry-meta {
  font-size: 12px;
}

.entry-meta dt,
.entry-meta dd {
  display: inline;
}

.entry-header .entry-meta {
  text-align: right;
}

.entry-footer .entry-meta {
  clear: both;
  margin: 1em 0 0;
  border: dotted 1px #ccc;
  padding: 5px;
}

/* content */
blockquote .cite {
  text-align: right;
}

a.img {
  display: block;
  text-decoration: none;
  overflow: hidden;
}

.img {
  display: block;
  position: relative;
  background-repeat: no-repeat;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
}

.img * {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
}

.img br {
  display: none;
}

.img a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

table.img {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table.img tr,
table.img th,
table.img td {
  background-color: transparent !important;
}

.right {
  float: right;
  padding: 0 0 10px 10px;
}

.left {
  float: left;
  padding: 0 10px 10px 0;
}

.clr {
  clear: both;
}

.img2 {
  text-align: center;
  text-indent: 0;
}

.imgList {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div.att {
  margin-top: 1em;
}

div.att>p,
p.att {
  margin-top: 1em;
  text-indent: -1em;
  padding-left: 1em;
}

div.att p {
  margin: 0;
}

div.att>p>span:first-child,
.att>span:first-child {
  color: red;
  font-style: normal;
}

span.att {
  text-indent: 0;
  padding: 0;
}

.att2 {
  color: red;
}

p.more {
  position: relative;
  padding-left: 16px;
}

p.more a:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -5px;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #1F2A76;
  width: 0;
  height: 0;
}

ul.more {
  list-style-type: none;
  margin: 1em 0 1em 5px;
  padding: 0;
}

ul.more li {
  background: url(li02.png) no-repeat 0 .3em;
  padding: 0 0 0 16px;
  margin: 4px 0;
}

ul.more ol {
  margin: 1em 0 1em 2em;
}

ul.more ul {
  list-style-type: disc;
  margin: 1em 0 1em 2em;
}

ul.more li li {
  padding: 0;
  background-image: none;
}

.checkList {
  list-style-type: none;
  margin: 1em 0;
}

.checkList li {
  background: url(check.png) no-repeat 0 .3em;
  padding-left: 18px;
  -webkit-background-size: 15px 15px;
}

.fade a:hover {
  opacity: 0.3;
}

.b2 {
  color: red;
}

a[target="_blank"]:after {
  content: url(openwindow.png);
  margin-left: 2px;
}

a[href$=".pdf"]:before {
  content: url(pdf_small.png);
  margin-right: 2px;
}

/* table */
.outer {
  border: solid 1px #ccc;
}

.table {
  margin: 1em auto 0;
  border-collapse: collapse;
}

.table th,
.table td {
  color: #333;
  padding: 2px 5px;
  border: solid 1px #ccc;
}

.table th {
  font-weight: normal;
  vertical-align: middle;
  text-align: center;
}

.odd,
.table>tbody>tr>td {
  background: #fff;
}

.even,
.table2>tbody>tr:nth-of-type(2n)>td,
.table2>tbody>tr:nth-of-type(2n+1)>th,
.table>tbody>tr>th {
  background-color: #f7f7f7;
}

.table2>tbody>tr:nth-of-type(2n)>th {
  background-color: #eee;
}

.table>tbody>tr.head>th {
  background-color: #ddd;
  font-weight: bold;
}

caption,
tr.caption>th {
  background-color: #1F2A76 !important;
  color: #fff;
  text-align: left !important;
  padding: 2px 5px;
}

.fee {
  margin: 1em auto 0;
  width: 100%;
}

.fee>tbody>tr>th,
.fee>tbody>tr>td,
.table .val {
  vertical-align: middle;
  text-align: center;
}

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

table.list {
  width: 100%;
  margin-top: 1em;
}

table.list th,
table.list td {
  vertical-align: top;
  text-align: left;
}

table.list .head td {
  text-align: center;
}

.history {
  border: none;
  width: 100%;
  margin-top: 1em;
}

.history th {
  font-weight: normal;
  width: 7em;
}

.history th,
.history td {
  border: none;
  text-align: left;
  vertical-align: top;
  border-top: dashed 1px silver;
  padding: 2px 0;
}

.history tr:first-child th,
.history tr:first-child td {
  border: none;
}

.table td :first-child {
  margin-top: 0;
  margin-bottom: 0;
}

a.feed {
  background: url('feed.gif') no-repeat 0 0;
  margin-left: 12px;
  padding-left: 12px;
}

.fsL {
  font-size: 128%;
}

.fsLL {
  font-size: 144%;
}

.mark,
.markTbl td {
  text-align: center;
  font-family: "MS PGothic";
}

.mailaddress {
  vertical-align: middle;
}

.gmap {
  margin: 20px auto;
  width: 600px;
}

.slideMenu .header span {
  display: none;
}

#changeView {
  display: none;
}

.mobile #changeView {
  display: block;
}

#changeView {
  clear: both;
  margin: 16px auto;
  width: 320px;
}

#changeView li {
  float: left;
}

#changeView li a {
  display: block;
  height: 48px;
  text-indent: -9999px;
}

/* content */
.content {
  position: relative;
  padding: 0;
  width: auto;
  font-size: 88%;
}

.content h1 {
  margin: 0;
  font-size: 142%;
  padding: 18px 10px;
  color: #2A2A36;
  text-align: center;
}

.content h1+h2,
.content h1+h3,
.content h2+h3 {
  margin-top: 1em;
}

.content h1.img {
  border: none;
  height: 160px;
  padding: 0;
  text-indent: -9999px;
}

.archive-title {
  margin: 0 10px;
}

.content h2 {
  margin: 2em 0 0;
  font-size: 128%;
  padding: 11px 8px;
  border-bottom: solid 1px #1F2A76;
  color: #2A2A36;
}

.content h2 a,
.content h3 a {}

.content h1+h2 {
  margin-top: 1em !important;
}

.content h3 {
  margin: 2em 0 0;
  font-size: 114%;
  color: #1F2A76;
  padding: 5px 10px;
  border-left: 5px solid #1f2a76;
}

.content h4 {
  margin: 1.5em 0 0;
  font-size: 100%;
  color: #1F2A76;
  border-bottom: dashed 1px #1F2A76;
}

.content h5 {
  margin: 1em 0 0;
  font-size: 100%;
  color: #1F2A76;
}

.content h6 {
  margin: 1em 0 0;
  font-size: 100%;
  color: #000;
}

.content p {
  margin: 1em 0 0;
}

.content b.b2 {
  color: red;
}

.content fieldset {
  margin: 1em auto;
}

.content legend {
  font-weight: bold;
}

#gotop .gotop {
  margin-top: 0;
  margin-bottom: 0;
}

#content .gotop {
  display: none;
}

#gotop {
  display: block;
  position: fixed;
  width: 100%;
  height: 0;
  top: auto;
  bottom: 20px;
  z-index: 9999;
}

#gotop a {
  position: relative;
  float: right;
  margin-top: -100px;
  margin-right: -15mm;
  background: #666;
  border-radius: 25px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  opacity: .7;
}

#gotop a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -7px;
  margin-top: -4px;
  border-style: solid;
  border-width: 4px 0 0 4px;
  border-color: #fff;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}

/*  */
.drop-down-category {
  margin: 1em auto 0;
}

.pagination {
  clear: both;
  margin: 20px 0;
  font-size: 75%;
  line-height: 2;
}

.pagination:after {
  clear: both;
  display: block;
  content: " ";
  height: 0;
}

.pagination>* {
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background: #555;
}

.pagination a:hover,
.pagination .current {
  background-color: #1F2A76;
  color: #fff;
}

/* contact form 7 */
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
}

.wpcf7 *:focus {
  background-color: #ffc;
}

.wpcf7 input,
.wpcf7 textarea {
  font-weight: normal;
}

.wpcf7 label {
  font-weight: bold;
}

.wpcf7 input.name {
  width: 20em;
}

.wpcf7 input.tel {
  width: 14em;
}

.wpcf7 input.mail {
  width: 30em;
}

.wpcf7 input.zip {
  width: 8em;
}

.wpcf7 input.pref {
  width: 8em;
}

.wpcf7 input.address {
  width: 100%;
}

.wpcf7 textarea {
  width: 100%;
  height: 8em;
}

.wpcf7 label b {
  font-weight: normal;
  color: red;
}

.wpcf7 fieldset {
  background: transparent;
  margin: 1em 0 0;
  padding: 10px 15px;
}

.wpcf7 fieldset label {
  font-weight: normal;
  white-space: nowrap;
  float: left;
  margin-right: 1em;
}

.wpcf7 legend {
  font-weight: bold;
  color: #000;
}

.wpcf7 legend b {
  color: red;
}

.wpcf7 select {
  max-width: 100%;
}

.wpcf7-checkbox {
  display: block;
  clear: both;
}

.wpcf7-checkbox .wpcf7-list-item {
  display: block;
}

.wpcf7-checkbox label {
  font-weight: normal;
}

.wpcf7-checkbox:after {
  display: block;
  clear: both;
  content: " ";
  height: 0;
}

.wpcf7-radio label {
  font-weight: normal;
}

.wpcf7 .mf_month,
.wpcf7 .mf_day,
.wpcf7 .mf_hour,
.wpcf7 .mf_month2,
.wpcf7 .mf_day2,
.wpcf7 .mf_hour2,
.wpcf7 .mf_month3,
.wpcf7 .mf_day3,
.wpcf7 .mf_hour3 {
  display: inline;
}

.wpcf7 .mf_privacy {
  position: static;
  display: inline;
  margin-right: 1em;
}

.wpcf7 #mf_privacy {
  position: relative;
}

.wpcf7 #mf_privacy .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  bottom: -1em;
  width: 100%;
}

.wpcf7 .wpcf7-not-valid {
  background: pink;
}

/* widget */
.wPosts .header {
  margin: 0;
  padding: 0;
}

.wPosts .header a {
  position: relative;
  display: block;
  text-decoration: none;
}

.wPosts ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.wPosts li {
  padding: 10px;
}

.wPosts li:after {
  clear: both;
  display: block;
  content: " ";
  height: 0;
}

.wPosts li a {
  display: block;
  color: #444;
  text-decoration: none;
}

.wPosts li span {
  display: table-cell;
}

.wPosts .date {
  width: 9em;
}

.wPosts .title {}

.wPosts .new {
  display: inline;
  margin-left: 5px;
  color: #f00;
}

.wFlow>.pkg {
  background: url(flow_arrow1.png) repeat-y;
  padding-left: 80px;
}

.wFlow>.pkg:after {
  content: "";
  display: block;
  margin-left: -80px;
  width: 80px;
  height: 35px;
  background: url(flow_arrow2.png) no-repeat;
}

.wFlow>.pkg:last-child,
.wFlow>.pkg:last-child:after {
  padding-bottom: 0;
  background-color: #fff;
  background-image: none;
}

.wFlow>.pkg .header {
  margin-top: 5px;
  margin-left: -80px;
  background-color: #fff;
}

.wPrivacyPolicy {
  margin: 0;
  border: solid 1px #ccc;
  padding: 9px;
  height: 200px;
  overflow: auto;
  background-color: #fff;
}

.wPrivacyPolicy>*:first-child {
  margin-top: 0;
}

.wMessage {
  font-family: serif;

  & h2 {
    padding:10px 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(224, 224, 224, 1) 50%, rgba(224, 224, 224, 1) 51%, rgba(255, 255, 255, 1) 100%);
    font-size:24px;
    text-align: center;
    text-shadow: 2px 2px 2px #fff;
  }
  & .body {
    p {
      margin:0;
      font-size:18px;
      text-indent: 1em;
      line-height: 2;
    }
  }
  & .daihyou {
    font-size:18px;
    text-align: right;
  }
}

.wPrivate .img {
  background: url(pc.png) no-repeat;
  height: 0;
  padding-top: 9.70149253731343%;
  background-size: contain;
}

.wCorporate .img {
  background: url(cc.png) no-repeat;
  height: 0;
  padding-top: 9.70149253731343%;
  background-size: contain;
}

.wInformation .header a {
  background-color: #1F2A76;
  text-indent: 1em;
  font-size: 1.3em;
  color: #FFF;
  font-weight: normal;
  line-height: 2em;
}

.wInformation .date {
  background-color: #E0E0E0;
  text-align: center;
}

.wInformation .title {
  text-indent: 1em;
}

.wContact {
  background-color: #EDF8F7;
}

.wContact h3 {
  background-color: #4BBAB1;
  text-indent: 1em;
  font-size: 1.5em;
  color: #FFF;
  font-weight: normal;
  line-height: 2em;
}

.wContact div.wpcf7 {
  padding: 0 1.5em 1em;
}

.wContact .wpcf7 input[type=submit] {
  background-color: #4BBAB1;
  color: #fff;
  border-style: none;
  padding: 0.3em 1em;
  font-size: 120%;
}

.wMenu ul {
  list-style-type: none;
  margin: 0;
}

.wMenu ul li {
  border-bottom: solid 1px #E0E0E0;
}

.wMenu li a {
  display: block;
  margin-top: 5px;
  height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999px;
}

.wMenu .sm01 a {
  background-image: url(sm01.png);
}

.wMenu .sm02 a {
  background-image: url(sm02.png);
}

.wMenu .sm03 a {
  background-image: url(sm03.png);
}

.wMenu .sm04 a {
  background-image: url(sm04.png);
}

.wMenu .sm05 a {
  background-image: url(sm05.png);
}

.wMenu .sm06 a {
  background-image: url(sm06.png);
}

.wMenu .sm07 a {
  background-image: url(sm07.png);
}

@media screen and (max-width:970px) {
  #gotop {
    display: block;
    position: fixed;
    width: 100%;
    height: 0;
    top: auto;
    bottom: 20px;
  }

  #gotop a {
    float: right;
    font-size: 20px;
    margin-top: -50px;
    margin-right: 0;
  }
}

@media print,
screen and (min-width:641px) {
  body {
    min-width: 970px;
  }

  a:hover {
    opacity: .5;
    background-color: rgba(255, 255, 255, 0.5);
  }

  /* hidden */
  .home #content .wInquiry2,
  #sphMenu,
  #spfMenu,
  *[class*="spw"],
  #siteMenu,
  #navigation,
  .fspMenu {
    display: none;
  }

  /* layout */
  .wrapper {
    width: 970px;
    margin-right: auto;
    margin-left: auto;
  }

  #content,
  #content2,
  #content3 {
    float: left;
  }

  #contents {
    clear: both;
    position: static;
    padding-bottom: 20px;
  }

  .home #contents {
    margin: 20px 0;
  }

  #content {
    width: 670px;
  }

  #content2,
  #content3 {
    width: 280px;
  }

  #contentFooter {
    clear: both;
    margin-top: 2em;
  }

  /* tw */
  .layout-tw #content {
    margin-left: 300px;
  }

  .layout-tw #content2 {
    margin-left: -970px;
  }

  .layout-tw #content3 {
    display: none;
  }

  /* wt */
  .layout-wt #content {
    margin-left: 0;
  }

  .layout-wt #content2 {
    margin-left: 10px;
  }

  .layout-wt #content3 {
    display: none;
  }

  .layout-w #content3 {
    display: none;
  }

  .layout-w #content2 {
    display: none;
  }

  .layout-w #content {
    margin-left: 0;
    width: 100% !important;
  }

  /* #header {} */
  #header {
    background: url(hbg.png) repeat-x;
  }

  #header * {
    margin-top: 0;
    margin-bottom: 0;
  }

  #headerContent {
    position: relative;
    background: url(header.png) no-repeat;
    height: 120px;
    text-indent: -9999px;
  }

  #siteName {
    float: left;
    width: 421px;
    height: 120px;
  }

  #siteName .img {
    width: 100%;
    height: 100%;
  }

  #hImg .img {
    background: url(main_img.jpg) no-repeat;
    height: 370px;
    text-indent: -9999px;
  }

  /* 画像メニュー */
  #hMenu {
    list-style-type: none;
    margin: 0;
    height: 50px;
  }

  #hMenu li {
    float: left;
  }

  #hMenu li:first-child a {
    border: none;
  }

  #hMenu a {
    display: block;
    border-left: solid 1px #fff;
    height: 50px;
    background-image: url(hm.png);
    text-indent: -9999px;
  }

  #hm1 a {
    width: 145px;
    background-position: 0 0;
  }

  #hm2 a {
    width: 149px;
    background-position: -146px 0;
  }

  #hm3 a {
    width: 161px;
    background-position: -296px 0;
  }

  #hm4 a {
    width: 166px;
    background-position: -458px 0;
  }

  #hm5 a {
    width: 97px;
    background-position: -625px 0;
  }

  #hm6 a {
    width: 133px;
    background-position: -723px 0;
  }

  #hm7 a {
    width: 113px;
    background-position: -857px 0;
  }

  #hImg .img {
    background: url(main_img.jpg) no-repeat;
    height: 320px;
  }

  /* footer */
  #fMenu {
    background-color: #BABABA;
  }

  #footer {
    background-color: #009cd3;
    color: #fff;
  }

  #fMenu .wrapper {
    display: table;
  }

  #fMenu .wrapper>div {
    display: table-cell;
    vertical-align: top;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  #fMenu .office {
    width: 270px;
  }

  #fMenu .office .img {
    display: block;
    background: url(f_logo.png) no-repeat;
    width: 270px;
    height: 51px;
  }

  .fMenu {
    list-style-type: none;
    margin: 5px 0 0;
    font-size: 85%;
    text-align: center;
  }

  .fMenu li {
    display: inline;
    padding: 0 6px;
    border-left: solid 1px #000;
  }

  .fMenu li a {
    color: #000;
    text-decoration: none;
  }

  .fMenu li:first-child {
    border-left: none;
    padding-left: 0;
  }

  #copyright {
    background-color: #1F2A76;
    color: #fff;
    font-size: 12px;
    padding: 10px;
    text-align: center;
  }

  /* widget */
  .widget {
    font-size: 14px;
  }

  #content .widget {
    margin-top: 10px;
  }

  #content2 .widget,
  #content3 .widget {
    margin-top: 10px;
  }

  #contents .widget:first-child {
    margin-top: 0;
  }

  .widget .widgetHeader {
    margin: 0;
    padding: 9px 0;
    color: #1F2A76;
    font-size: 157%;
    background: url(tbg.png) repeat-x;
    text-align: center;
  }

  #content .wCustomer {
    margin-top: 20px;
  }

  #content .wInformation,
  #content .wContact {
    margin-top: 25px;
  }

  .wContact .wpcf7 label {
    display: inline-block;
    width: 10em;
  }

  .wContact .wpcf7 .wpcf7-form-control-wrap {
    display: inline-block;
  }

  .wContact .wpcf7 .mf_text_label {
    vertical-align: top;
  }

  .wContact .wpcf7 .mf_address,
  .wContact .wpcf7 .mf_text {
    width: 33em;
  }

}

@media screen and (max-width:640px) {
  body {
    padding-top: 40px;
  }

  .mm-opened {
    margin-top: 0;
  }

  .mm-opened body {
    padding-top: 0;
  }

  a[name] {
    display: block;
    position: relative;
    margin-top: -40px;
    padding-top: 40px;
    width: 0;
    height: 0;
    z-index: 0;
  }

  img {
    max-width: 100%;
  }

  img.right,
  img.left {
    display: block;
    float: none;
    margin: 10px auto;
    padding: 0;
  }

  .img {
    background-size: contain !important;
  }

  .mm-menu {
    color: #fff;
    background-color: #009cd3;
  }

  .mm-list {
    font-size: 114%;
    padding-top: 40px !important
  }

  .mm-subopen:after {
    border-color: rgba(255, 255, 255, 1) !important
  }

  .mm-page {
    background-color: #fff;
    overflow: hidden;
  }

  .mm-page[style*="min-height"] #siteMenu {
    /* margin-top:-40px; */
  }

  .admin-bar #wpadminbar {
    position: fixed;
  }

  .admin-bar #siteMenu {
    top: 46px;
  }

  /* hidden */
  #hMenu,
  #breadcrumbs,
  .content .gotop,
  .wInquiry,
  #fMenu {
    display: none
  }

  /* layout */
  #contents {
    clear: both;
    position: static;
    margin: 10px 0;
  }

  /* header */
  .wrapper {
    width: 100% !important;
  }

  #headerContent {
    position: relative;
    background: url(sp_header.png) no-repeat 0 0/contain;
    height: 32.03125vw;
    text-indent: -9999px;
  }

  #headerContent p {
    margin: 0;
    height: 0;
    text-indent: -9999px;
  }

  #headerContent .tel a {
    position: absolute;
    left: 12.2%;
    top: 63.5%;
    width: 38.8%;
    height: 0;
    padding-top: 5.6%;
  }

  #siteName .img {
    height: 0;
    padding-top: 21.09375%;
  }

  #navigation {
    display: block
  }

  #siteMenu {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #1F2A76;
    color: #fff;
    z-index: 9999;
    line-height: 1;
    height: 40px;
    vertical-align: middle;
    text-indent: -9999px;
  }

  #siteMenu ul {
    list-style-type: none;
    margin: 0;
  }

  #siteMenu li {
    float: left;
    display: block !important;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 20%;
    height: 20px;
    margin: 10px 0;
  }

  #siteMenu li a {
    position: static !important;
    display: block;
    width: 100% !important;
    height: 100% !important;
  }

  #siteMenu .sitename {
    background-image: url(sp_home.png);
  }

  #siteMenu .tel {
    background-image: url(sp_tel.png);
  }

  #siteMenu .mail {
    background-image: url(sp_mail.png);
  }

  #siteMenu .map {
    background-image: url(sp_map.png);
  }

  #siteMenu .menu {
    background-image: url(sp_menu.png);
  }

  .headroom {
    will-change: transform;
    transition: transform 200ms linear;
  }

  .headroom--pinned {
    transform: translateY(0%);
  }

  .headroom--unpinned {
    transform: translateY(-100%);
  }

  #hImg .img {
    background: url(sp_main_img.jpg) no-repeat;
    height: 0;
    padding-top: 43.75%;
  }

  #sphMenu {
    list-style-type: none;
    margin: 0;
    display: table;
    width: 100%;
  }

  #sphMenu li {
    display: table-cell;
    border-left: solid 1px #fff;
    text-align: center;
    width: 25%;
    background-color: #1F2A76;
    vertical-align: middle;
  }

  #sphMenu a {
    position: relative;
    display: block;
    padding: 6px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
  }

  /* footer */
  #copyright {
    font-size: 10px;
    padding: 10px;
    text-align: center;
  }

  #spfMenu .office {
    display: none;
  }

  #spfMenu ul {
    list-style-type: none;
    margin: -1px 0 0 -1px;
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
  }

  #spfMenu li {
    width: 50%;
    background-color: #1F2A76;
  }

  #spfMenu li a {
    position: relative;
    display: block;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    margin: 0;
    padding: 6px 12px 6px 6px;
    background-color: #1F2A76;
    color: #fff;
    text-decoration: none;
  }

  #spfMenu li a:after {
    content: "";
    position: absolute;
    margin-bottom: -5px;
    right: 6px;
    bottom: 50%;
    font-weight: bold;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
  }

  #gotop {
    display: block;
    position: fixed;
    width: 100%;
    height: 0;
    top: auto;
    bottom: 20px;
  }

  #gotop a {
    float: right;
    font-size: 20px;
    margin-top: -50px;
    margin-right: 0;
  }

  /* content */
  .content {
    padding-right: 10px;
    padding-left: 10px;
  }

  .content h1,
  .content h2,
  .content h3 {
    margin-right: -10px;
    margin-left: -10px;
  }

  .gmap {
    position: relative;
    margin: 20px auto;
    max-width: 100%;
    height: 100vw;
  }

  .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
  }

  .gmap small {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100% !important;
    height: 2em;
  }

  .wpcf7 .table th,
  .wpcf7 .table td {
    display: block;
    padding: 0;
    border: none;
  }

  .wpcf7 .table th {
    margin-top: 1em;
  }

  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"],
  .wpcf7 textarea {
    width: 98%;
  }

  .widthFixed {
    overflow: auto;
  }

  .widthFixed>div {
    min-width: 680px;
  }

  .iframeWrapper {
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .slideMenu {
    height: auto;
    text-indent: 0;
    background-image: none;
    border: none;
    padding: 0;
  }

  .slideMenu .header {
    background-image: none;
    position: relative;
  }

  .slideMenu .header:after {
    display: block;
    clear: both;
    content: " ";
    height: 0;
  }

  .slideMenu .header>span:last-child {
    position: absolute;
    display: block !important;
    right: 5px;
    top: 0;
    width: 10%;
    height: 100%;
    margin: 5px 0;
    background: url(drop.png) no-repeat 100% 25% !important;
    background-size: contain;
    text-indent: -9999px;
    cursor: pointer;
  }

  .slideMenu .header>a {
    display: block !important;
    width: 90% !important;
    height: 100%;
    margin: 0;
    text-decoration: none;
    background-image: none;
  }

  .slideMenu .header>a>span {
    padding: 8px 15px;
  }

  .slideMenu .header+ul {
    display: none;
    position: static;
    height: auto;
    clear: both;
  }

  /* widget */
  .widget {
    font-size: 14px;
  }

  #content .widget {
    margin-top: 10px;
  }

  #content2 .widget,
  #content3 .widget {
    margin-top: 10px;
  }

  #contents .widget:first-child {
    margin-top: 0;
  }

  #content .wCustomer {
    margin-top: 20px;
  }

  #content .wInformation,
  #content .wContact {
    margin-top: 25px;
  }

  /* side */
  .wMenu {
    max-width: 280px;
    margin-right: auto;
    margin-left: auto;
  }

  .wMenu ul {
    list-style-type: none;
    margin: 0;
  }

  .wMenu li a {
    display: block;
    margin-top: 5px;
    height: 0;
    padding-top: 14.28571428571429%;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -9999px;
  }

  .wContact .wpcf7 .mf_address,
  .wContact .wpcf7 .mf_text {
    width: 100%;
  }
}

@media screen and (max-width:320px) {
  .wInformation .date {
    display: block;
  }

  .wInformation .title {
    text-indent: unset;
  }
}