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

body {
  line-height: 1.7;
  background-color: #fff;
  color: #000;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-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: 0 0 10px;
  font-size: 12px;
}

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

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

#breadcrumbs li {
  display: inline;
}

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

#breadcrumbs ul ul:before {
  content: ">";
  margin-left: 0.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.att2>p>span:first-child,
div.att>p>span:first-child,
.att>span:first-child {
  color: red;
  font-style: normal;
}

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

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

p.more a,
a.more {
  background: url(li02.png) no-repeat 0 50%;
  padding-left: 16px;
}

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

ul.more li {
  background: url(li02.png) no-repeat 0 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 0.3em;
  padding-left: 18px;
  -webkit-background-size: 15px 15px;
}

.fade a:hover {
  opacity: 0.3;
}

.b2 {
  color: #d72616;
}

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

a.noicon[target="_blank"]:after {
  content: none;
}

/* 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: #0086d7;
  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;
}

.arrow-down {
  margin: 1em auto;
  display: flex;
  justify-content: center;

  & span {
    display: block;
    width: 128px;
    height: 32px;
    background: #f08700;
    clip-path: polygon(52% 100%, 0 0, 100% 0);
  }
}

ul.soudan {
  margin: 1em 0 1em 1em;
  padding-left: 38px;
  font-weight: bold;
  text-indent: -38px;
  list-style-type: none;

  & li:before {
    content: "☞";
    margin-right: 8px;
    font-size: 32px;
    vertical-align: middle;
  }
}

/* content */
.content {
  position: relative;
  padding: 0 5px;
  width: auto;
  font-size: 18px;
}

.content h1 {
  margin: 0 -5px;
  font-size: 168%;
  padding: 15px 10px;
  border-top: solid 4px #1e9933;
  border-bottom: solid 3px #808080;
}

.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 -5px 0;
  font-size: 156%;
  background-color: #4ab3f5;
  color: #fff;
  border-top: solid 3px #0086d7;
  padding: 8px 10px 12px 10px;
}

.content h2 a,
.content h3 a {
  color: #fff;
}

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

.content h3 {
  margin: 2em -5px 0;
  font-size: 128%;
  color: #000;
  border-top: solid 2px #0086d7;
  border-bottom: solid 1px #0086d7;
  padding: 7px 10px;
}

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

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

.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 {
  float: right;
  margin-top: -100px;
  margin-right: -15mm;
  background: #666;
  color: #fff;
  text-align: center;
  height: auto;
  width: auto;
  overflow: visible;
  text-decoration: none;
  text-indent: 0;
  padding: 15px;
  font-size: 20px;
  line-height: 1;
  border-radius: 25px;
}

/*  */
.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: #0086d7;
  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 input[type="checkbox"] {
  margin-right: 8px;
}

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

.wpcf7 #mf_privacy .wpcf7-form-control-wrap {
  display: inline;
}

/* widget */
.wPosts {
  position: relative;
}

.wPosts .header {
  margin: 0;
  background-color: #1e9933;
  color: #fff;
}

.wPosts .header a {
  display: block;
  height: 100%;
  text-indent: -9999px;
}

.wPosts .categoryTop {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 40px;
}

.wPosts .categoryTop a {
  float: right;
  line-height: 40px;
  width: 10px;
  background: url(li01.svg) no-repeat 0 50%;
  background-size: contain;
  text-decoration: none;
  margin-right: 10px;
  text-indent: -9999px;
}

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

.wPosts li {
  border-top: solid 1px #ccc;
}

.wPosts li:first-child {
  border-top: none;
}

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

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

.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;
}

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

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

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

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

.wShareButton li {
  float: left;
  margin: 10px;
}

.wShareButton .line {
  display: block;
  width: 82px;
  height: 20px;
  background: url(linebutton_82x20.png) no-repeat;
  background-size: 82px 20px;
  text-indent: -9999px;
}

.wMovie {
  max-width: 560px;
  margin: 10px auto;
}

.wMovie>div {
  position: relative;
  height: 0;
  padding: 56.25% 0 0;
}

.wMovie>div iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.wColumn .header {
  background: url(column.png) no-repeat;
  height: 28px;
  text-indent: -9999px;
}

.wColumn ul {
  display: table;
  width: 100%;
}

.wColumn li {
  display: table-row;
  width: 100%;
}

.wColumn li>span {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}

.wColumn .thumb {
  width: 64px;
  padding-right: 10px;
}

.wColumn .txt {}

.wColumn .tags {
  width: 100px;
  padding-right: 10px;
}

.wColumn .title {
  display: block;
  width: auto;
  font-size: 128%;
}

.wColumn .tags>a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
}

.wColumn .tags>.t_01 {
  background: #8a4a50;
}

.wColumn .tags>.t_02 {
  background: #94bc6a;
}

.wColumn .tags>.t_03 {
  background: #3489ab;
}

.wColumn .tags>.t_04 {
  background: #d4746b;
}

.wColumn .categoryTop {
  position: absolute;
  right: 14px;
  top: 14px;
  width: auto;
  height: 28px;
}

.wColumn .categoryTop a {
  float: right;
  line-height: 28px;
  width: auto;
  background: url(li02.png) no-repeat 100% 50%;
  text-decoration: none;
  margin-right: 10px;
  padding-right: 14px;
  text-indent: 0;
}

.wTopics .inner {
  padding: 10px;
}

.wTopics .header a {
  border-bottom: solid 2px #6d70b4;
  border-left: solid 6px #6d70b4;
  color: #6d70b4;
  padding: 5px;
  text-decoration: none;
}

.wTopics .cat>span {
  display: inline-block;
  width: 100px;
  color: #fff;
  text-align: center;
  margin-right: 0.5em;
}

.wTopics ul {
  display: table;
  width: 100%;
  padding: 0;
}

.wTopics li {
  display: table-row;
}

.wTopics li>span {
  display: table-cell;
  vertical-align: top;
  padding: 10px;
  border-bottom: solid 1px #ccc;
}

.wTopics .cat {
  width: 100px;
}

.wTopics .title {
  width: auto;
  text-decoration: none;
}

.wTopics .new {
  display: inline;
  padding: 0;
}

.wTopics .cat>a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.wTopics .cat>.c_01 {
  background: #8a4a50;
}

.wTopics .cat>.c_02 {
  background: #94bc6a;
}

.wTopics .cat>.c_03 {
  background: #3489ab;
}

.wTopics .cat>.c_04 {
  background: #d4746b;
}

.wTopics .categoryTop {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 44px;
}

.wTopics .categoryTop a {
  float: right;
  line-height: 44px;
  width: auto;
  background: url(li1.png) no-repeat 100% 50%;
  text-decoration: none;
  margin-right: 10px;
  padding-right: 14px;
  text-indent: 0;
}

.wInquiry2 .img {
  background: url(inquiry2.jpg) no-repeat;
  height: 320px;
}

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

.sideMenu01 li {
  margin: 1px 0 0;
}

.sideMenu01 a {
  display: block;
  background-image: url(sm.png);
  height: 36px;
  text-indent: -9999px;
  background-repeat: no-repeat;
}

.sideMenu01 .sm01 a {
  background-position: 0 0;
}

.sideMenu01 .sm02 a {
  background-position: 0 -36px;
}

.sideMenu01 .sm03 a {
  background-position: 0 -72px;
}

.sideMenu01 .sm04 a {
  background-position: 0 -108px;
}

.sideMenu2 ul {
  list-style-type: none;
  margin: 0 auto;
  max-width: 220px;
}

.sideMenu2 li {
  margin-top: 10px;
}

.sideMenu2 a {
  display: block;
  height: 0;
  padding: 36.36% 0 0;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
}

.sideMenu2 .column a {
  background-image: url(column.png);
}

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

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

  /* hidden */
  #sp-menu,
  *[class*="spw"],
  #sphMenu,
  #siteMenu,
  #navigation,
  .fspMenu {
    display: none;
  }

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

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

  #contents {
    clear: both;
    position: static;
    margin: 20px 0;
  }

  #content {
    width: 680px;
  }

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

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

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

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

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

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

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

  .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: 190px;
    text-indent: -9999px;
  }

  #headerContent .mail>a {
    position: absolute;
    left: 830px;
    top: 15px;
    width: 120px;
    height: 120px;
  }

  #siteName {
    float: left;
    max-width: 520px;
    width: 100%;
  }

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

  #hMenu {
    list-style-type: none;
    margin: 0;
    height: 48px;
  }

  #hMenu li {
    float: left;
  }

  #hMenu a {
    display: block;
    width: 120px;
    height: 50px;
    background-image: url(hm.png);
    text-indent: -9999px;
  }

  #hm1 a {
    background-position: 0 0;
  }

  #hm2 a {
    background-position: -120px 0;
  }

  #hm3 a {
    background-position: -240px 0;
  }

  #hm4 a {
    background-position: -360px 0;
  }

  #hm5 a {
    background-position: -480px 0;
  }

  #hm6 a {
    background-position: -600px 0;
  }

  #hm7 a {
    background-position: -720px 0;
  }

  #hm8 a {
    background-position: -840px 0;
  }

  #hImg .img {
    background: url(main_img.jpg) no-repeat;
    width: 100%;
    height: 370px;
  }

  /* footer */
  #fMenu {
    border-top: solid 5px #0086d7;
  }

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

  #fMenu .wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

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

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

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

  /* widget */
  .widget {
    color: #1a1a1a;
  }

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

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

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

  .wOsusume .header a {
    background: url(tt01.png) no-repeat 0 0 / contain;
    height: 0;
    padding-top: 5.88235294117647%;
  }

  .wNews .header a {
    background: url(tt02.png) no-repeat 0 0 / contain;
    height: 0;
    padding-top: 5.88235294117647%;
  }

  .wWelcome .inner {
    border: solid 1px #24b53c;
    padding: 14px;
  }

  .wWelcome .header {
    border: none;
    margin: 0;
    padding: 0;
    background: initial;
    color: #dc4235;
    font-size: 22px;
  }

  .wWelcome .pkg {
    display: flex;
    margin: -5px;

    &:after {
      content: none;
    }
  }

  .wWelcome .pkg>* {
    margin: 5px;
    width: calc(50% - 10px);
  }

  .wTel3 .img {
    background: url(mb01.png) no-repeat 0 0/contain;
    height: 0;
    padding-top: 50%;
  }

  .wMail3 .img {
    background: url(mb02.png) no-repeat 0 0/contain;
    height: 0;
    padding-top: 50%;
  }

  .wTotalSupport .img {
    background: url(mb03.png) no-repeat;
    height: 0;
    padding-top: 27.94117647058824%;
  }

  .wSchedule .wBefore {
    float: left;
  }

  .wSchedule .wAfter {
    float: right;
  }

  .wBefore {
    margin: 1em auto 0;
    max-width: 330px;
    width: 100%;
  }

  .wBefore .img {
    background: url(before.png) no-repeat;
    height: 0;
    padding-top: 200%;
  }

  .wBefore a {
    left: 4.54545454545455%;
    width: 90.90909090909091%;
    height: 0;
    padding-top: 39.39393939393939% !important;
  }

  .wBefore .b01 a {
    top: 13.63636363636364%;
  }

  .wBefore .b02 a {
    top: 34.84848484848485%;
  }

  .wBefore .b03 a {
    top: 56.06060606060606%;
  }

  .wBefore .b04 a {
    top: 77.27272727272727%;
  }

  .wAfter {
    margin: 1em auto 0;
    max-width: 330px;
    width: 100%;
  }

  .wAfter .img {
    background: url(after.png) no-repeat;
    height: 0;
    padding-top: 200%;
  }

  .wMenu .pkg {
    list-style-type: none;
    margin: -10px 0 0 -10px;
  }

  .wMenu li {
    float: left;
    width: 33.33%;
  }

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

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

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

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

  .wExample {
    margin-right: auto;
    margin-left: auto;
    max-width: 680px;
  }

  .wExample .img {
    background: url(mb07.png) no-repeat;
    height: 0;
    padding-top: 68.38%;
  }

  .wPhoto01 table {
    width: 100%;
  }

  .wJirei .inner {
    border: solid 1px #24b53c;
    padding: 6px;
  }

  .wJirei .header a {
    background: url(mt03.png) no-repeat 0 0 / contain;
    height: 0;
    padding-top: 7.46268656716418%;
  }

  .wJirei li {
    border-top: dotted 1px #808080;
  }

  .wJirei li:first-child {
    border-top: none;
  }

  .wVoice .inner {
    border: solid 1px #24b53c;
    padding: 6px;
  }

  .wVoice .header {
    margin: 0;
  }

  .wVoice .header a {
    display: block;
    background: url(mt04.png) no-repeat 0 0 / contain;
    height: 0;
    padding-top: 7.46268656716418%;
    text-indent: -9999px;
  }

  .wVoice .pkg {
    padding: 10px;
  }

  .wVoice .header2 {
    margin: 0;
    padding: 9px 10px;
    background-color: #24b53c;
    color: #fff;
    font-size: 18px;
  }

  .wVoice .pkg .pkg {
    margin: 0;
    padding: 0;
  }

  .wVoice .img2 {
    display: table-cell;
    width: 200px;
    padding: 10px 0 0 10px;
    vertical-align: top;
  }

  .wVoice .img2>a {
    display: block;
    padding-bottom: 30px;
    background: url(zoom.png) no-repeat 0 100%;
  }

  .wVoice .txt {
    display: table-cell;
    padding-top: 10px;
    color: #1a1a1a;
    vertical-align: top;
    width: 436px;
  }

  .wVoice .txt .img2 {
    display: block;
    float: none;
    width: auto;
  }

  .wVoice .header3 {
    margin: 0;
    color: #d72616;
    font-size: 20px;
    font-weight: normal;
  }

  .wTel2 {
    margin-right: auto;
    margin-left: auto;
    max-width: 260px;
  }

  .wTel2 .img {
    height: 0;
    padding-top: 138.4615384615385%;
    background: url(inquiry2_tel.png) no-repeat;
  }

  .wMail2 {
    margin-right: auto;
    margin-left: auto;
    max-width: 260px;
  }

  .wMail2 .img {
    height: 0;
    padding-top: 30.76923076923077%;
    background: url(inquiry2_mail.png) no-repeat;
  }

  .wMenu2 .pkg {
    list-style-type: none;
    margin: 0;
  }

  .wMenu2 li a {
    display: block;
    margin-top: 5px;
    height: 70px;
    background-repeat: no-repeat;
    text-indent: -9999px;
  }

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

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

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

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

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

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

  .wArea .txt {
    letter-spacing: -1px;
  }

  .wBus .inner {
    border: solid 1px #57cf64;
    padding: 9px;
  }

  .wBus .img {
    width: 240px;
    height: 150px;
    background: url(sm07.png) no-repeat;
  }

  .wInquiry {
    margin: 1em auto 0;
    max-width: 680px;
  }

  .wInquiry .wMail {
    margin-top: 10px;
  }

  .wInquiry .txt {
    padding: 10px 0;
    text-align: center;
  }

  .wTel {
    margin-right: auto;
    margin-left: auto;
    max-width: 680px;
  }

  .wTel .img {
    height: 0;
    padding-top: 47.05882352941176%;
    background: url(inquiry_tel.png) no-repeat;
  }

  .wMail {
    margin-right: auto;
    margin-left: auto;
    max-width: 480px;
  }

  .wMail .img {
    height: 0;
    padding-top: 20.83333333333333%;
    background: url(inquiry_mail.png) no-repeat;
  }

  .wMenu3 .header {
    margin: 0;
    height: 0;
    padding-top: 15.38461538461538%;
    background-size: contain;
    text-indent: -9999px;
  }

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

  .wMenu3 ul a {
    display: block;
    position: relative;
    margin-top: 1px;
    padding: 8px 16px 8px 6px;
    color: #333;
    text-decoration: none;
  }

  .wMenu3 ul a:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    width: 8px;
    height: 100%;
  }

  .wMenu3 .wAfter2 {
    margin-top: 10px;
  }

  .wBefore2 .header {
    background-image: url(s_before.png);
  }

  .wBefore2 .pkg a {
    background-color: #a1e6ac;
  }

  .wBefore2 .pkg a:after {
    background: url(li01.png) no-repeat 0 50%;
  }

  .wAfter2 .header {
    background-image: url(s_after.png);
  }

  .wAfter2 .pkg a {
    background-color: #a1cfe6;
  }

  .wAfter2 .pkg a:after {
    background: url(li02.png) no-repeat 0 50%;
  }

  .wVideo .inner {
    height: 0;
    padding-top: 56.20608899297424%;
    position: relative;
  }

  .wVideo iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .wSoudankai {
    margin: 1em auto;
    max-width: 680px;
  }

  .wSoudankai .img {
    padding-top: 51.76%;
    height: 0;
    background: url(soudankai_bn.png) no-repeat 0 0/contain;
  }

  .wSoudankai .txt {
    position: absolute;
    left: 3.68%;
    top: 21.02%;
    width: 92.65%;
    height:55px;
    white-space: initial !important;
    text-indent: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-align: center;
  }

  .wSoudankai .txt {
    font-size: 18px;
  }

  .wSoudankai .txt br {
    display: block;
  }

  .wFeature .outer {
    border: solid 1px #0979c1;
  }

  .wFeature h2 {
    margin: 10px 0 0;
    padding-top: 7.37%;
    height: 0;
    background: url(feature_text.png) no-repeat 0 0 / contain;
    text-indent: -9999px;
  }

  .wFeature ul {
    margin: 0;
    padding: 10px;
    font-size: 20px;
    list-style-type: none;
  }

  .wFeature li {
    padding: 0 0 0 48px;
    background: url(feature_arrow.png) no-repeat 0 6px;
  }
}

@media screen and (max-width: 640px) {
  .mm-opened {
    margin-top: 0;
  }

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

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

  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%;
  }

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

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

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

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

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

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

  #header {
    background: transparent !important;
  }

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

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

  #headerContent .tel a {
    position: absolute;
    left: 23.125%;
    top: 80.88888888888889%;
    width: 34.0625%;
    height: 0;
    padding-top: 4.0625%;
  }

  #siteName {
    margin: 0 auto;
  }

  #siteName .img {
    position: absolute;
    width: 100%;
    height: 0;
    padding-top: 14.53125%;
  }

  #navigation {
    display: block;
  }

  #sp-menu a {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 12vw;
    height: 12vw;
    background: url(spbtn_menu.png) no-repeat 0 0 / contain;
    text-indent: -9999px;
  }

  .admin-bar #sp-menu a {
    top: 56px;
  }

  #siteMenu {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fdeacc;
    z-index: 9999;
  }

  #siteMenu ul {
    list-style-type: none;
    margin: 0;
    display: table;
    border-collapse: separate;
    border-spacing: 10px;
    width: 100%;
  }

  #siteMenu li {
    display: table-cell;
    width: 16%;
    vertical-align: top;
  }

  #siteMenu li a {
    display: block;
    height: 0;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -9999px;
  }

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

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

  #siteMenu .tel {
    width: 57.07%;
  }

  #siteMenu .tel a {
    background-image: url(spbtn_tel.png);
    padding-top: 28.04%;
  }

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

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

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

  #hImg .img {
    height: 106.67vw;
    background: url(sp_main_img.jpg) no-repeat;
  }

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

  #sphMenu:after {
    display: block;
    clear: both;
    content: "";
    height: 0;
  }

  #sphMenu li {
    display: table-cell;
    text-align: center;
  }

  #sphMenu a {
    display: block;
    border-left: solid 1px #fff;
    padding: 5px;
    background-color: #1e9933;
    color: #fff;
    text-decoration: none;
  }

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

  #fMenu {
    border: none;
    background-color: #fff;
  }

  .fMenu {
    display: block;
    list-style-type: none;
    margin: -1px 0 0 -1px;
  }

  .fMenu li {
    float: left;
    width: 50%;
  }

  .fMenu a {
    position: relative;
    display: block;
    margin: 1px 0 0 1px;
    padding: 5px;
    background-color: #1e9933;
    color: #fff;
    text-decoration: none;
  }

  .fMenu a:after {
    content: "";
    position: absolute;
    right: 5px;
    top: 0;
    width: 6px;
    height: 100%;
    background: url(li01.svg) no-repeat 0 50%;
    background-size: contain;
  }

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

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

  /* content */
  .content h1 {
    font-size: 128%;
    padding: 7px 5px;
  }

  .content h2 {
    font-size: 114%;
    padding: 4px 5px 6px 5px;
  }

  .content h3 {
    font-size: 100%;
    padding: 3px 5px;
  }

  .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 {
    color: #1a1a1a;
  }

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

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

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

  .wPosts li a {
    padding: 5px;
  }

  .wFlow {
    background-image: none;
  }

  .wFlow>.pkg {
    background-image: none;
    padding-left: 0;
  }

  .wFlow>.pkg:after {
    margin-left: auto;
    margin-right: auto;
  }

  .wFlow>.pkg .header {
    margin-left: -5px;
    margin-right: -5px;
  }

  .wOsusume .header a {
    background: url(tt01.png) no-repeat 0 0 / contain;
    height: 0;
    padding-top: 5.88235294117647%;
  }

  .wNews .header a {
    background: url(tt02.png) no-repeat 0 0 / contain;
    height: 0;
    padding-top: 5.88235294117647%;
  }

  .wWelcome .inner {
    border: solid 1px #24b53c;
    margin: 5px;
    padding: 4px;
  }

  .wWelcome .header {
    border: none;
    margin: 0;
    padding: 0;
    background: initial;
    color: #dc4235;
    font-size: 20px;
  }

  .wWelcome .pkg {
    padding: 0 20px;
  }

  .wWelcome .pkg>div {
    margin-top: 5px;
  }

  .wTel3 {
    margin: 1em auto 0;
    max-width: 560px;
    width: 100%;
  }

  .wTel3 .img {
    background: url(sp_mb01.png) no-repeat;
    height: 0;
    padding-top: 42.86%;
  }

  .wMail3 {
    margin: 1em auto 0;
    max-width: 560px;
    width: 100%;
  }

  .wMail3 .img {
    background: url(sp_mb02.png) no-repeat;
    height: 0;
    padding-top: 42.86%;
  }

  .wTotalSupport .img {
    background: url(mb03.png) no-repeat;
    height: 0;
    padding-top: 27.94117647058824%;
  }

  .wSchedule .pkg {
    padding: 0 10px;
  }

  .wBefore {
    margin: 1em auto 0;
    max-width: 620px;
    width: 100%;
  }

  .wBefore .img {
    background: url(sp_before.png) no-repeat;
    height: 0;
    padding-top: 196.13%;
  }

  .wBefore a {
    left: 4.54545454545455%;
    width: 90.32%;
    height: 0;
    padding-top: 38.71% !important;
  }

  .wBefore .b01 a {
    top: 11.76%;
  }

  .wBefore .b02 a {
    top: 33.47%;
  }

  .wBefore .b03 a {
    top: 55.18%;
  }

  .wBefore .b04 a {
    top: 76.81%;
  }

  .wAfter {
    margin: 1em auto 0;
    max-width: 620px;
    width: 100%;
  }

  .wAfter .img {
    background: url(sp_after.png) no-repeat;
    height: 0;
    padding-top: 331.45%;
  }

  .wMenu .pkg {
    list-style-type: none;
    margin: 2px auto 0;
    max-width: 560px;
    width: 75%;
  }

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

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

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

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

  .wExample {
    margin-right: auto;
    margin-left: auto;
    max-width: 680px;
  }

  .wExample .img {
    background: url(mb07.png) no-repeat;
    height: 0;
    padding-top: 68.38%;
  }

  .wPhoto01 table {
    width: 100%;
  }

  .wJirei .inner {
    border: solid 1px #24b53c;
    margin: 5px;
  }

  .wJirei .header a {
    background: url(mt03.png) no-repeat 0 0 / contain;
    height: 0;
    padding-top: 7.46268656716418%;
  }

  .wJirei li {
    border-top: dotted 1px #808080;
  }

  .wJirei li:first-child {
    border-top: none;
  }

  .wVoice .inner {
    border: solid 1px #24b53c;
    margin: 5px;
  }

  .wVoice .header {
    margin: 0;
  }

  .wVoice .header a {
    display: block;
    background: url(mt04.png) no-repeat 0 0 / contain;
    height: 0;
    padding-top: 7.46268656716418%;
    text-indent: -9999px;
  }

  .wVoice .pkg {
    padding: 5px;
  }

  .wVoice .header2 {
    margin: 0;
    padding: 4px;
    background-color: #24b53c;
    color: #fff;
    font-size: 14px;
  }

  .wVoice .pkg .pkg {
    margin: 0;
    padding: 0;
  }

  .wVoice .img2 {
    width: 100px;
    margin: 10px auto 0;
  }

  .wVoice .img2>a {
    display: block;
    padding-bottom: 30px;
    background: url(zoom.png) no-repeat 0 100%/100px auto;
  }

  .wVoice .txt {
    margin-top: 10px;
    color: #1a1a1a;
  }

  .wVoice .txt .img2 {
    float: none;
    width: auto;
  }

  .wVoice .txt .img2 img {
    width: 20%;
  }

  .wVoice .header3 {
    margin: 0;
    color: #d72616;
    font-size: 20px;
    font-weight: normal;
  }

  /*     .wTel2 { margin-right:auto; margin-left:auto; max-width:260px; }
 *     .wTel2 .img { height:0; padding-top:138.4615384615385%; background:url(inquiry2_tel.png) no-repeat; }
 *     .wMail2 { margin-right:auto; margin-left:auto; max-width:260px; }
 *     .wMail2 .img { height:0; padding-top:30.76923076923077%; background:url(inquiry2_mail.png) no-repeat; }
 */
  .wMenu2 {
    margin-right: auto;
    margin-left: auto;
    max-width: 525px;
  }

  .wMenu2 .pkg {
    list-style-type: none;
    margin: -5px 0 0 -5px;
  }

  .wMenu2 li {
    float: left;
    width: 50%;
  }

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

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

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

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

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

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

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

  .wArea .txt {
    text-align: center;
  }

  .wBus .inner {
    border: solid 1px #57cf64;
    padding: 4px;
  }

  .wBus .img {
    margin: 0 auto;
    width: 240px;
    height: 150px;
    background: url(sm07.png) no-repeat;
  }

  .wAccess {
    margin-right: auto;
    margin-left: auto;
    max-width: 525px;
    font-size: 11px;
  }

  .wAccess .pkg {
    margin: -5px 0 0 -5px;
  }

  .wAccess .pkg>div {
    float: left;
    width: 50%;
    margin: 0 !important;
  }

  .wAccess .pkg>div>div {
    margin: 5px 0 0 5px;
  }

  .wSNS {
    margin-right: auto;
    margin-left: auto;
    max-width: 525px;
    font-size: 11px;
  }

  .wSNS .pkg {
    margin: -5px 0 0 -5px;
  }

  .wSNS .pkg>div {
    float: left;
    width: 50%;
    margin: 0 !important;
  }

  .wSNS .pkg>div>div {
    margin: 5px 0 0 5px;
  }

  .wInquiry2 {
    margin: 1em auto 0;
    max-width: 680px;
  }

  .wInquiry2 .wMail2 {
    margin-top: 10px;
    width: 80%;
  }

  .wInquiry2 .txt {
    padding: 10px 0;
    text-align: center;
  }

  .wTel2 {
    margin-right: auto;
    margin-left: auto;
    max-width: 680px;
  }

  .wTel2 .img {
    height: 0;
    padding-top: 47.05882352941176%;
    background: url(inquiry_tel.png) no-repeat;
  }

  .wTel2 .tel2 {
    display: none;
  }

  .wMail2 {
    margin-right: auto;
    margin-left: auto;
    max-width: 480px;
  }

  .wMail2 .img {
    height: 0;
    padding-top: 20.83333333333333%;
    background: url(inquiry_mail.png) no-repeat;
  }

  .wMenu3 .header {
    margin: 0;
    height: 0;
    padding-top: 15.38461538461538%;
    background-size: contain;
    text-indent: -9999px;
  }

  .wMenu3 ul {
    list-style-type: none;
    margin: 0;
    font-size: 12px;
  }

  .wMenu3 ul a {
    display: block;
    position: relative;
    margin-top: 1px;
    padding: 8px 6px;
    color: #333;
    text-decoration: none;
  }

  .wMenu3 ul a:after {
    content: "";
    position: absolute;
    right: 2px;
    top: 0;
    width: 8px;
    height: 100%;
  }

  .wMenu3 {
    margin-right: auto;
    margin-left: auto;
    max-width: 525px;
  }

  .wMenu3>.pkg {
    margin: -5px 0 0 -5px;
  }

  .wMenu3>.pkg>div {
    float: left;
    width: 50%;
  }

  .wMenu3 .inner {
    margin: 5px 0 0 5px;
  }

  .wBefore2 .header {
    background-image: url(s_before.png);
  }

  .wBefore2 .pkg a {
    background-color: #a1e6ac;
  }

  .wBefore2 .pkg a:after {
    background: url(li01.png) no-repeat 0 50%/4px auto;
  }

  .wAfter2 .header {
    background-image: url(s_after.png);
  }

  .wAfter2 .pkg a {
    background-color: #a1cfe6;
  }

  .wAfter2 .pkg a:after {
    background: url(li02.png) no-repeat 0 50%/4px auto;
  }

  .wVideo .inner {
    height: 0;
    padding-top: 56.20608899297424%;
    position: relative;
  }

  .wVideo iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .wSoudankai {
    margin: 1em auto;
    max-width: 680px;
  }

  .wSoudankai .img {
    padding-top: 51.76%;
    height: 0;
    background: url(soudankai_bn.png) no-repeat 0 0/contain;
  }

  .wSoudankai .txt {
    position: absolute;
    left: 3.68%;
    top: 21.02%;
    width: 92.65%;
    height:8.09vw;
    white-space: initial !important;
    text-indent: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-align: center;
  }

  .wSoudankai .txt br {
    display: block;
  }

  .wFeature .outer {
    border: solid 1px #0979c1;
  }

  .wFeature h2 {
    margin: 10px 0 0;
    padding-top: 10.03%;
    height: 0;
    background: url(sp_feature_text.png) no-repeat 0 0 / contain;
    text-indent: -9999px;
  }

  .wFeature ul {
    margin: 0;
    padding: 10px;
    font-size: 20px;
    list-style-type: none;
  }

  .wFeature li {
    padding: 0 0 0 48px;
    background: url(sp_feature_arrow.png) no-repeat 0 6px / 45px 19px;
  }

  .wSoudankai .txt {
    font-size: 3vw;
  }
}