@charset "UTF-8";
/*--------------------------------
 1.Foundation
 2.Layout
 3.Object
 3-1.Component
 3-2.Project
 4.Print
 --------------------------------

 Pj1.Header
 Pj2.Nav
 Pj3.Footer
 Pj4.Content
 Pj5.Aside
 pj5 zIndex

 --------------------------------

 C1.Main Container
 C2.BreadCrumb
 C3.Page Image
 C3.Page Nation
 C4.Content Foot

 F1.Footer
 F2.Footer Navigation
 F3.Office Information
 F4.CopyRight

 Page
 P1.Index
 P2.Homepage
 P2.Server

 Archives

 Single
--------------------------------*/
/* ==========================================================================
   1.Foundation
   ========================================================================== */
/* Reset
   ----------------------------------------------------------------- */
/* Base
   ----------------------------------------------------------------- */
/* memo */
/*-----------------
https://www.webdlab.com/labs/responsive-web-design-4/

◆ 0px 〜 414px
iPhone SE 縦画面
Pixel 2 縦画面
Pixel 2XL 縦画面
iPhone 678 縦画面
iPhone 678 Plus 縦画面
iPhone XS 縦画面
iPhone XR 縦画面
iPhone XS Max 縦画面

◆ 415px〜959px
iPhone SE 横画面
Pixel 2 横画面
Pixel 2XL 横画面
iPhone 678 横画面
iPhone 678 Plus 横画面
iPhone XS 横画面
iPad 縦画面
iPad mini 縦画面
iPad Air 縦画面
iPad Pro 10.5" 縦画面
iPad Pro 11" 縦画面
iPhone XR 横画面
iPhone XS Max 横画面

◆ 960px〜
iPad 横画面、
iPad mini 横画面、
iPad Air 横画面、
iPad Pro 10.5" 横画面、
iPad Pro 11" 横画面、
iPad Pro 12.9" 縦画面、
iPad Pro 12.9" 横画面、
-----------------*/
/* reset */
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 {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.6;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, 'Helvetica Neue', Verdana, "メイリオ", meiryo, sans-serif;
  color: #252423;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  position: relative;
  text-align: left;
  background-color:#38a5ce;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

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

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

a {
  outline: none;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

a img {
  border: 0;
}

a img:hover {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: .7;
}

a:hover {
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

audio,
canvas,
img,
video {
  vertical-align: middle;
}

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

caption {
  display: none;
}

address {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dt,
dd,
th,
td,
pre {
  margin: 0;
  padding: 0;
  -ms-line-break: strict;
  line-break: strict;
  -ms-word-break: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  -webkit-transform: rotate(0.001deg);
          transform: rotate(0.001deg);
}

p {
  margin: 1.12em 0;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}
.ff-gothic {
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, 'Helvetica Neue', Verdana, "メイリオ", meiryo, sans-serif;
}

.ff-mincho {
  font-family: "游明朝", YuMincho, "游明朝体", 'Yu Mincho', "Times New Roman", Georgia, "HG明朝E","HGS明朝E","ＭＳ Ｐ明朝", serif;
}

.fwm {
  font-weight: 500;
}

.fwb {
  font-weight: bold;
}

/* ==========================================================================
   2.Layout
   ========================================================================== */
/* Header
   ----------------------------------------------------------------- */
.page,
.header,
.main,
.footer,
.nav {
  position: relative;
}

.header {
  width: 100%;
  z-index: 10;
}

/* Main
   ----------------------------------------------------------------- */
.main {
  min-height: 500px;
}

.txt-color-orange {
  color: #d96d00;
}

.txt-color-green {
  color: #007f61;
}

.txt-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fff495));
  background: linear-gradient(transparent 70%, #fff495 70%);
}

.call-to-action {
  margin: 2em auto 0;
  padding: 0 12px;
}

.call-btn {
  margin: 0 auto;
  max-width: 600px;
}

.call-btn a {
  background: url(../images/common/bg-btn-green.png) repeat-x left top;
  background-size: auto 100%;
  border: 3px solid #fff;
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 8px -1px rgba(0, 0, 0, 0.5);
          box-shadow: 4px 4px 8px -1px rgba(0, 0, 0, 0.5);
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 1em 8px;
  text-align: center;
  text-shadow: -1px -1px 5px rgba(14, 86, 68, 0.5), 1px -1px 5px rgba(14, 86, 68, 0.5), -1px 1px 5px rgba(14, 86, 68, 0.5), -1px -1px 5px rgba(14, 86, 68, 0.5);
}

.call-btn a:hover {
  opacity: .8;
}

.call-btn .callBtn-txt {
  display: inline-block;
  font-size: 160%;
  margin: 0 .2em;
}

.call-action {
  margin: 0 auto;
  max-width: 600px;
}

.call-action a {
  background: url(../images/common/bg-btn-orange.png) repeat-x left top;
  background-size: auto 100%;
  border: 3px solid #fff;
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 8px -1px rgba(0, 0, 0, 0.5);
          box-shadow: 4px 4px 8px -1px rgba(0, 0, 0, 0.5);
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 1em 8px;
  text-align: center;
  text-shadow: -1px -1px 5px rgba(119, 65, 11, 0.5), 1px -1px 5px rgba(119, 65, 11, 0.5), -1px 1px 5px rgba(119, 65, 11, 0.5), -1px -1px 5px rgba(119, 65, 11, 0.5);
}

.call-action a:hover {
  opacity: .8;
}

.call-action .callBtn-txt {
  display: inline-block;
  font-size: 160%;
  margin: 0 .2em;
}

.call-btn-image {
  margin-top: 3.5em;
  text-align: center;
}

.call-action-image {
  margin: 2em auto 0;
  text-align: center;
}

.call-message {
  color: #3f342e;
  font-size: 16px;
  font-weight: bold;
  margin: 1em 0 0;
  text-align: center;
}

.callBtn-wrap {
  display: inline-block;
}

.callBtn-wrap::after {
  background: url(../images/common/arw-green.png) no-repeat center center;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 24px;
  margin-left: 1em;
  vertical-align: bottom;
  width: 24px;
}

.call-action .callBtn-wrap::after {
  background-image: url(../images/common/arw-orange.png);
}

@media only screen and (min-width: 600px) {
  .call-btn a {
    font-size: 26px;
  }
  .call-action a {
    font-size: 26px;
  }
  .call-message {
    font-size: 26px;
  }
  .callBtn-wrap::after {
    height: 45px;
    width: 45px;
  }
}

/* Footer
   ----------------------------------------------------------------- */
/* ==========================================================================
   3.Object
   ========================================================================== */
/* 3-1.Component
   ----------------------------------------------------------------- */
/**
 * Button
 *
 * Blah Blah Blah
 */
/**
 * Media
 */
.c-wrapper {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 1036px;
}

.c-horizontal--rowreverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.c-horizontal--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-horizontal--columnreverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.c-justify--end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c-justify--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-justify--between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-justify--around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.c-alignitem--start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-alignitem--end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.c-alignitem--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 960px) {
  .c-horizontal,
  .c-horizontal--rowreverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/*
button,
input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
  width: 100%;
}
button {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}
input[type=checkbox],
input[type=radio] {
  margin: 0 0.5rem;
}
input[type=text].zipcode {
  width: 9rem;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
*/
input, textarea, select {
  padding: 4px;
}

.ziplength {
  margin-left: 0.5em;
  width: calc(100% - 2em);
}

.middlelength,
.longlength {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  .ziplength {
    width: 8em;
  }
  .middlelength {
    width: 70%;
  }
  .longlength {
    width: 95%;
  }
}

textarea {
  resize: vertical;
}

.cell-require {
  background: #52a4ce;
  color: #fff;
  display: inline-block;
  margin: 0 0 0 1rem;
  padding: 1px 6px;
}

.c-radio__list span {
  display: list-item;
  margin: 0.5rem 0 0;
  list-style-type: none;
}

.c-radio__list span:first-child {
  margin-top: 0;
}

.c-radio__list span span {
  display: inline;
}

.c-radio__item {
  margin-top: 0.5rem;
}

.c-radio__item:first-child {
  margin-top: 0;
}

.c-submit-area {
  margin: 40px auto 0;
  text-align: center;
}

.c-back-area {
  border-top: 1px dotted #ccc;
  margin-top: 40px;
  padding-top: 40px;
}

.btn {
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.56;
  padding: 20px 8px;
  position: relative;
  width: 100%;
}

.btn:after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

.btn-submit {
  background: #ff6d00;
}

.btn-back {
  background: #ccc;
  color: #cf1d04;
}

.btn[disabled] {
  background-color: #ccc;
  cursor: not-allowed;
  /* 禁止カーソル */
}

.btn[disabled]:hover {
  color: #FFF;
}

@media only screen and (min-width: 600px) {
  .c-submit__btn {
    position: relative;
  }
  .btn {
    height: 86px;
    font-size: 2.3rem;
    line-height: 86px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding: 0;
    position: relative;
    max-width: 498px;
  }
  .btn-submit:hover {
    background: #ff8a33;
  }
  .btn-back:hover {
    background: #727171;
  }
}

.span.wpcf7-not-valid-tip {
  display: inline-block;
  margin: 2px;
}

/*
.radio-list {
  .horizontal-item {
    display: block;
    margin-bottom: 12px;
  }
  label {
    position: relative;
  }

}
.mw_wp_form .radio-list .horizontal-item + .horizontal-item {
  margin: 0 0 12px !important;
}
@media only screen and (min-width: $sm) {
  .radio-list {
    @include flexbase;
    .horizontal-item {
      margin-right: 54px;
    }
  }
  .mw_wp_form .radio-list .horizontal-item + .horizontal-item {
    margin: 0 54px 12px 0 !important;
  }
}

.listtype-inline {
  @include flexbase;
  .horizontal-item {
    display: inline-block;
    margin-right: 20px;
  }
}
@media only screen and (min-width: $sm) {
  .listtype-inline {
    .horizontal-item {
    }
  }
}
.listtype-3c {
  @include flexbase;
  .horizontal-item {
    display: inline-block;
    padding-right: 5px;
    margin: 0;
    width: calc( 100% / 2 );
  }
}
@media only screen and (min-width: $sm) {
  .listtype-3c {
    .horizontal-item {
      width: calc( 100% / 3 );
    }
  }
}

.mw_wp_form .horizontal-item {
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin: 0!important;
}
@media only screen and (min-width: $sm) {
  .mw_wp_form .horizontal-item {
    margin: 0 1rem 0 0;
  }
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-right: 10px!important;
  }
}
*/
.mw_wp_form .mwform-checkbox-field {
  display: block;
}

@media only screen and (min-width: 960px) {
  .mw_wp_form .mwform-checkbox-field {
    display: inline-block;
  }
}

.mw_wp_form_input .horizontal-item .mwform-checkbox-field-text {
  margin-right: 1em;
}

.mw_wp_form_input .horizontal-item:last-child .mwform-checkbox-field-text {
  margin-right: 0;
}

.mw_wp_form_confirm .back-btn {
  margin-top: 40px;
  padding-top: 40px;
}

/*
.input-subtext-area {
  dt,dd {
    margin: 0;
    padding: 0;
  }
}
@media only screen and (min-width: $sm) {
  .input-subtext-area {
    @include flexbase;
    .area1 {
      width: 10%;
    }
    .area15 {
      width: 15%;
    }
    .area2 {
      width: 20%;
    }
    .area25 {
      width: 25%;
    }
    .area3 {
      width: 30%;
    }
    .area4 {
      width: 40%;
    }
    .area6 {
      width: 60%;
    }
    .area7 {
      width: 70%;
    }
    .area75 {
      width: 75%;
    }
    .area8 {
      width: 80%;
    }
    .area85 {
      width: 85%;
    }
    .area9 {
      width: 90%;
    }
  }
}
.mwform-zip-field {
  display: inline-block;
  margin-bottom: 10px;
}
.mw_wp_form_confirm {


  .input_label {
    display: none;
  }
  .exam-txt {
    display: none;
  }
  .privacy-check {
    display: none;
  }
  .privacy-input {
    display: none;
  }
  .c-submit-back {
    display: block;
  }
  .txt-example {
    display: none;
  }
}

.mw_wp_form_input {
  .c-back-area {
    display: none;
  }
}

.c-submit-back {
  display: none;
}
.mw_wp_form_complete {
}
*/
.c-list-unstyle {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.c-table {
  width: 100%;
}

.tr {
  margin: 0;
}

.th, .td {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  padding: 10px 5px;
}

.th {
  background: #efefef;
  position: relative;
}

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

.td .disc {
  padding-left: 20px;
  list-style-type: disc;
}

.icon-require {
  background: #c00;
  border-radius: 4px;
  color: #FFF;
  display: inline-block;
  font-size: 1.4rem;
  padding: 2px 4px;
}

@media only screen and (min-width: 600px) {
  .c-table {
    display: table;
  }
  .tr {
    display: table-row;
  }
  .th, .td {
    background: none;
    display: table-cell;
    font-weight: normal;
    padding: 16px;
    position: relative;
    vertical-align: top;
  }
  .th {
    width: 35%;
  }
  .th .icon-require {
    position: absolute;
    right: 16px;
  }
}

.table__striped .tr:nth-child(2n+1) {
  background: #F1F1F1;
}

.table__lefthead .th {
  background: #f1f1f1;
}

@media only screen and (min-width: 600px) {
  .cell__line--bottom .th,
  .cell__line--bottom .td {
    border-bottom: 1px solid #ccc;
  }
}

.cell__line--all .th,
.cell__line--all .td {
  border: 1px solid #ccc;
  border-top: none;
}

.cell__line--all .tr:first-child .th {
  border-top: 1px solid #ccc;
}

@media only screen and (min-width: 600px) {
  .cell__line--all .th,
  .cell__line--all .td {
    border-top: none;
  }
  .cell__line--all .tr:first-child .th,
  .cell__line--all .tr:first-child .td {
    border-top: 1px solid #ccc;
  }
  .cell__line--all .td {
    border-left: none;
  }
}

@media only screen and (min-width: 600px) {
  .c-flextable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .fth,
  .ftd {
    padding: 16px;
    position: relative;
    vertical-align: top;
  }
  .fth {
    width: 35%;
  }
  .ftd {
    width: 65%;
  }
  .fth .txt-required {
    position: absolute;
    right: 16px;
  }
}

.c-btn {
  border: none;
  cursor: pointer;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 16px 8px;
  position: relative;
  width: 100%;
}

.c-btn__text {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 600px) {
  .c-btn {
    display: inline-block;
  }
  .c-btn:before {
    background: #000;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 0;
    z-index: 0;
  }
  .c-btn:hover:before {
    width: 100%;
  }
}

.c-btn--primary {
  background: #0080cb;
  color: #FFF !important;
}

.c-btn--danger {
  background: #e5002d;
  color: #FFF !important;
}

.btn-submit {
  background: #ff6d00;
}

.btn-back {
  background: #ccc;
  color: #cf1d04;
}

.btn[disabled] {
  background-color: #ccc;
  cursor: not-allowed;
  /* 禁止カーソル */
}

.btn[disabled]:hover {
  color: #FFF;
}

@media only screen and (min-width: 600px) {
  .c-submit__btn {
    position: relative;
  }
  .btn {
    height: 86px;
    font-size: 2.3rem;
    line-height: 86px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding: 0;
    position: relative;
    max-width: 498px;
  }
  .btn-submit:hover {
    background: #ff8a33;
  }
  .btn-back:hover {
    background: #727171;
  }
}

.span.wpcf7-not-valid-tip {
  display: inline-block;
  margin: 2px;
}

.radio-list .horizontal-item {
  display: block;
  margin-bottom: 12px;
}

.radio-list label {
  position: relative;
}

.mw_wp_form .radio-list .horizontal-item + .horizontal-item {
  margin: 0 0 12px !important;
}

@media only screen and (min-width: 600px) {
  .radio-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .radio-list .horizontal-item {
    margin-right: 54px;
  }
  .mw_wp_form .radio-list .horizontal-item + .horizontal-item {
    margin: 0 54px 12px 0 !important;
  }
}

.listtype-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.listtype-inline .horizontal-item {
  display: inline-block;
  margin-right: 20px;
}

.listtype-3c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.listtype-3c .horizontal-item {
  display: inline-block;
  padding-right: 5px;
  margin: 0;
  width: calc( 100% / 2);
}

@media only screen and (min-width: 600px) {
  .listtype-3c .horizontal-item {
    width: calc( 100% / 3);
  }
}

/*
.mw_wp_form .horizontal-item {
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin: 0!important;
}
@media only screen and (min-width: $sm) {
  .mw_wp_form .horizontal-item {
    margin: 0 1rem 0 0;
  }
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-right: 10px!important;
  }
}
*/
.input-subtext-area dt, .input-subtext-area dd {
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 600px) {
  .input-subtext-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .input-subtext-area .area1 {
    width: 10%;
  }
  .input-subtext-area .area15 {
    width: 15%;
  }
  .input-subtext-area .area2 {
    width: 20%;
  }
  .input-subtext-area .area25 {
    width: 25%;
  }
  .input-subtext-area .area3 {
    width: 30%;
  }
  .input-subtext-area .area4 {
    width: 40%;
  }
  .input-subtext-area .area6 {
    width: 60%;
  }
  .input-subtext-area .area7 {
    width: 70%;
  }
  .input-subtext-area .area75 {
    width: 75%;
  }
  .input-subtext-area .area8 {
    width: 80%;
  }
  .input-subtext-area .area85 {
    width: 85%;
  }
  .input-subtext-area .area9 {
    width: 90%;
  }
}

.mwform-zip-field {
  display: inline-block;
  margin-bottom: 10px;
}

.mw_wp_form_confirm .input_label {
  display: none;
}

.mw_wp_form_confirm .exam-txt {
  display: none;
}

.mw_wp_form_confirm .privacy-check {
  display: none;
}

.mw_wp_form_confirm .privacy-input {
  display: none;
}

.mw_wp_form_confirm .c-submit-back {
  display: block;
}

.mw_wp_form_confirm .txt-example {
  display: none;
}

.mw_wp_form_input .c-back-area {
  display: none;
}

.c-submit-back {
  display: none;
}

/* エラーボックス */
.toierrmsg {
  margin: 20px auto;
  width: 90%;
  color: #cf1d04;
}

/* 項目別エラーボックス */
.toisfmerr {
  margin: 0 auto;
  width: 90%;
  color: #cf1d04;
  line-height: 1.5;
}

/* お問い合わせ項目入力欄のエラー時クラス */
.toierrinp {
  background-color: #ffffdd;
}

.privacy-check {
  margin: 0 auto;
  width: 100%;
  max-width: 760px;
}

.mw_wp_form_input .privacy-check {
  display: block;
}

.privacy-wrap {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  padding: 4px;
}

.privacy-scroll {
  height: 260px;
  overflow-y: scroll;
  padding: 20px;
  width: 100%;
}

@media only screen and (min-width: 600px) {
  .privacy-check {
    margin: 0 auto;
    width: 100%;
  }
  .privacy-wrap {
    margin-bottom: 50px;
  }
}

.privacy-title {
  font-size: 1.8rem;
  margin-bottom: 20px;
  text-align: center;
}

.privacy-description {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 24px;
}

.privacy-scroll dl {
  margin: 0 0 24px;
}

.privacy-scroll dt, .privacy-scroll dd {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

.privacy-scroll dt {
  font-weight: bold;
  margin: 0 0 .5em;
}

.privacy-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

.privacy-input span,
.privacy-input input {
  margin: 0 .2em;
}

.privacy-input label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.privacy-txt {
  font-size: 1.6rem;
}

.c-humb-menu-wrap {
  background: none;
  height: 48px;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 48px;
  z-index: 1001;
}

.c-humb-menu-wrap.is-active {
  position: fixed;
  top: 40px;
}

@media only screen and (min-width: 960px) {
  .c-humb-menu-wrap {
    display: none;
  }
}

.c-menu-title {
  color: #FFF;
  display: none;
  font-size: 1.1rem;
  margin: 0;
  position: absolute;
  bottom: 2px;
  text-align: center;
  width: 100%;
}

.c-menu-trigger,
.c-menu-icon span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.c-menu-trigger {
  height: 48px;
  position: relative;
  width: 48px;
}

.c-menu-icon span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 34px;
  height: 2px;
  background-color: #444;
}

.c-menu-icon span:nth-of-type(1) {
  top: 12px;
}

.c-menu-icon span:nth-of-type(2) {
  top: 24px;
}

.c-menu-icon span:nth-of-type(3) {
  top: 35px;
}

.c-humb-menu-wrap.is-active .c-menu-title {
  opacity: 0;
}

.c-humb-menu-wrap.is-active .c-menu-icon span {
  background-color: #fff;
}

.c-humb-menu-wrap.is-active .c-menu-icon span:nth-of-type(1) {
  top: 12px;
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}

.c-humb-menu-wrap.is-active .c-menu-icon span:nth-of-type(2) {
  opacity: 0;
}

.c-humb-menu-wrap.is-active .c-menu-icon span:nth-of-type(3) {
  top: 28px;
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}

.c-nav-fixed--bottom {
  background: #0080cb;
  height: 56px;
  position: fixed;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  z-index: 2;
}

.c-nav-fixed--bottom li {
  font-size: 1.1rem;
  position: relative;
  text-align: center;
  width: 25%;
}

.c-nav-fixed--bottom a,
.c-nav-fixed--bottom label {
  color: #FFF;
  display: inline-block;
  height: 100%;
  padding: 8px;
  width: 80%;
}

.c-nav-fixed--bottom a:before,
.c-nav-fixed--bottom label:before {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
  display: block;
  height: 24px;
  margin: 0 auto 4px;
  width: 24px;
}

.c-nav-fixed--bottom .nav-fixed__home a::before {
  background-image: url(../images/common/icon_home.svg);
}

.c-nav-fixed--bottom .nav-fixed__search label::before {
  background-image: url(../images/common/icon_search.svg);
}

.c-nav-fixed--bottom .nav-fixed__tel a::before {
  background-image: url(../images/common/icon_tel.svg);
}

.c-nav-fixed--bottom .nav-fixed__mail a::before {
  background-image: url(../images/common/icon_mail.svg);
}

.footer-fixed-nav.is-static {
  position: static;
}

@media only screen and (min-width: 600px) {
  .c-nav-fixed {
    display: none;
  }
}

.c-sp {
  display: block;
}

.c-pc {
  display: none;
}

.c-sp-ib {
  display: inline-block;
}

.c-pc-ib {
  display: none;
}

@media only screen and (min-width: 600px) {
  .c-sp {
    display: none;
  }
  .c-pc {
    display: block;
  }
  .c-sp-ib {
    display: none;
  }
  .c-pc-ib {
    display: inline-block;
  }
}

/* 3-2.Project
   ----------------------------------------------------------------- */
body {
	line-height: 1.6;
}

.app {
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 11px rgba(136, 136, 136, 0.5);
          box-shadow: 0px 0px 5px 11px rgba(136, 136, 136, 0.5);
  margin: 0 auto;
  max-width: 800px;
}

.app::before {
  /*background: #7ba8f0;*/
  content: "";
  display: block;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.header {
  background-color: #fff;
  text-align: center;
}

.header-logo {
  color: #007f61;
  font-size: 12px;
  line-height: 1;
  margin: 0;
  padding: .75em;
}

.header-logo-large {
  font-size: 20px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.footer {
  background: #5bb99f;
}

.copyright {
  padding: 1em 0;
}

.copyright-txt {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  text-align: center;
}

.copyright-txt small {
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin: .5em 0 0;
}

.copyright-txt-large {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 20px;
  display: inline-block;
}

@media only screen and (min-width: 600px) {
  .copyright {
    padding: 2em 0;
  }
  .copyright-txt {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 0;
    margin: 0;
    text-align: center;
  }
  .copyright-txt small {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
  }
  .copyright-txt-large {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    display: inline-block;
  }
}

.mainvisual {
  background-color: #f0f7f1;
  padding-bottom: 3.3em;
}

.mainvisual-message {
  background: url(../images/common/bg-mv.jpg) no-repeat right top;
  background-size: contain;
}

.mainvisual-catch {
  margin: 4px 0 0;
  padding: 0 16px;
  text-align: center;
}

.section01,.section-foot {
  padding: 30px 5%;
}
.section01-title{
  color: #fff;
  font-size: 24px;
  font-family: "游明朝", YuMincho, "游明朝体", 'Yu Mincho', "Times New Roman", Georgia, "HG明朝E","HGS明朝E","ＭＳ Ｐ明朝", serif;
  line-height: 1.43;
  font-weight: bold;
}


.section01-title {
  font-size: 22px;
  margin: 0 auto;
}

.section01-title-large {
  font-size: 180%;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}


.section01-txt {
  font-size: 20px;
  line-height: 1.38;
  margin: .8em auto 0;
  color: #fff;
}

.section01-txt-large {
  font-size: 28px;
  line-height: 1.17;
  margin: .4em auto 0;
  max-width: 580px;
}

.section01-price {
	color:#fff;
  font-family: "游明朝", YuMincho, "游明朝体", 'Yu Mincho', "Times New Roman", Georgia, "HG明朝E","HGS明朝E","ＭＳ Ｐ明朝", serif;
	font-weight: bold;
	margin:20px auto;
}
.section01-price p{
	margin:0;
}
.section01-price .price-ttl{
	font-size: 30px;
}
.section01-price .price-type{
	font-size:18px;
}
.section01-price .price-yen{
	font-size: 35px;
}

.section01-price .price-yen span{
	font-size:18px;
}
.section01-price .price02{
	width:100px;
	 transform: rotate( 90deg );
	margin:0 auto;
}
.section01-area{
	padding:30px;
	margin:30px auto;
	max-width:600px;
	background: #fff;
	font-weight: bold;
}

.omoushikomi_ttl{
	max-width:400px;
}
.moushikomi-btn a{
	padding: 30px 100px;
	background-color: #fff;
}




@media only screen and (min-width: 600px) {
  .section01 {
    padding: 4em 16px 2em;
  }
  .section01-title {
    font-size: 31px;
  }
  .section01-txt {
    font-size: 26px;
  }
  .section01-txt-large {
    font-size: 40px;
  }
	.section01-img p{
		width:50%;
	}
.section01-price {
    padding: 1em 16px 2em;
}
.section01-price .price-ttl{
	font-size: 31px;
}
.section01-price .price-type{
	font-size:18px;
}
.section01-price .price-yen{
	font-size: 35px;
}
.section01-price .price01,.section01-price .price03{
	
}
.section01-price .price02{
   transform: rotate( 0deg );
}


}



#contact{
	background-color: #fff;
	width: 90%;
	padding:10px;
	margin-top:50px;
}
#contact h2{
	font-weight: bold;
	text-align: center;
	font-size: 25px;
}

@media only screen and (min-width: 600px) {
#contact{
	padding:40px;
	margin-top:80px;
}
#contact h2{
	font-size: 42px;
}
}

.point-content {
  background-position: right bottom;
  background-size: 71% auto;
  background-repeat: no-repeat;
  padding: 16px;
  position: relative;
}

.point-content::before {
  color: #ffd221;
  counter-increment: pointnum 1;
  content: "POINT 0" counter(pointnum);
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: bold;
}

.point-content:nth-of-type(1) {
  background-image: url(../images/common/img-section06-02.png);
  padding-bottom: 92%;
}

.point-content:nth-of-type(2) {
  background-image: url(../images/common/img-section06-03.png);
  background-position: left bottom;
  padding-bottom: 85%;
  margin-top: -30%;
}

.point-content:nth-of-type(3) {
  background-image: url(../images/common/img-section06-04.png);
  padding-bottom: 68%;
  margin-top: -10%;
}

.pointContent-title {
  color: #fff;
  font-family: "游明朝", YuMincho, "游明朝体", 'Yu Mincho', "Times New Roman", Georgia, "HG明朝E","HGS明朝E","ＭＳ Ｐ明朝", serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.32;
  margin: .25em 0 0;
}

.pointContent-txt {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin: 1.12em 0 0;
}

.point-content:nth-of-type(1) .pointContent-txt {
  max-width: 320px;
}

@media only screen and (min-width: 600px) {
  .point-content {
    background-position: right top;
    background-size: contain;
    margin-top: 2em;
    padding: 40px 7.5% 60px;
  }
  .point-content:nth-of-type(1) {
    padding-bottom: 60px;
  }
  .point-content:nth-of-type(2) {
    background-position: left top;
    margin-top: -1.5em;
    padding-left: 50%;
    padding-bottom: 60px;
  }
  .point-content:nth-of-type(3) {
    margin-top: -1.5em;
    padding-bottom: 60px;
  }
  .pointContent-title {
    font-size: 44px;
  }
  .pointContent-txt {
    font-size: 20px;
  }
}

.section07 {
  background: #f0f7f1;
  margin-top: 4em;
  padding: 16px;
}

.section07-title {
  font-size: 32px;
  font-family: "游明朝", YuMincho, "游明朝体", 'Yu Mincho', "Times New Roman", Georgia, "HG明朝E","HGS明朝E","ＭＳ Ｐ明朝", serif;
  text-align: center;
}

.section07-title::before {
  background: url(../images/common/icon-newer.png) no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 55px;
  margin: 0 auto 12px;
  width: 35px;
}

.section07-txt {
  background: url(../images/common/img-line.png) repeat-x bottom left;
  font-size: 18px;
  line-height: 1.75;
  max-width: 640px;
  margin: 0 auto;
  padding: .7em .9em;
}

.section07-txt span {
  font-size: 125%;
  font-weight: bold;
}

@media only screen and (min-width: 600px) {
  .section07 {
    padding: 3em 20px 4em;
  }
  .section07-title {
    font-size: 38px;
  }
  .section07-txt {
    font-size: 24px;
  }
}

.section08 {
  padding: 0 16px;
  text-align: center;
}

.section08-txt {
  color: #007f61;
  font-size: 18px;
  font-family: "游明朝", YuMincho, "游明朝体", 'Yu Mincho', "Times New Roman", Georgia, "HG明朝E","HGS明朝E","ＭＳ Ｐ明朝", serif;
  font-weight: bold;
  line-height: 1.73;
  margin: 1.5em 0 0;
}

@media only screen and (min-width: 600px) {
  .section08-txt {
    font-size: 38px;
  }
}

.section09 {
  margin-top: 2em;
  padding-bottom: 2em;
}

.section10{
  margin-top: 5em;
  padding-bottom: 2em;
}
.section10 h2{
	text-align: center;
	font-size: 2.0rem;
	color: #007f61;
	font-weight: bold;
}
.section10-txt{
	width: 90%;
	margin: 30px auto 10px;
	line-height: 1.8;
	text-align: left;
}
@media only screen and (min-width: 600px) {
.section10-txt{
	text-align: center;
	}
}
.call-to-action-list {
  list-style-type: none;
  margin: 0 16px;
  padding: 0;
}

.call-btn {
  margin: 1.5em auto;
}

.call-action {
  margin: 1.5em auto;
}

@media only screen and (min-width: 600px) {
  .section09 {
    margin-top: 4.6em;
  }
  .call-to-action-list {
    margin: 0;
  }
}

.fixed-bar {
  opacity: 0;
  position: fixed;
  left: 0;
  bottom: 0;
  -webkit-transition: .3s;
  transition: .3s;
  visibility: hidden;
  width: 100%;
}

.fixed-bar::before {
  background: rgba(0, 0, 0, 0.8);
  content: "";
  display: block;
  height: 90%;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.fixed-bar.is-show {
  opacity: 1;
  visibility: visible;
}

.fixed-action-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  list-style-type: none;
  height: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0;
  max-width: 800px;
}

.fixed-action-list li {
  padding: 0 3px;
}

.fixed-action-list li:first-child {
  margin-bottom: 10px;
}

.fixed-action-list img:hover {
  opacity: 1;
}


.head_cont {
	background-color: #fff;
	border-radius: 15px;
	color: #38a5ce;
	text-align: center;
	padding: 10px;
	margin-top: 30px;
	width:90%;
}
.head_cont p{
	text-align: center;
	margin:10px auto;
}

@media only screen and (min-width: 600px) {
.head_cont {
	border-radius: 30px;
	margin-top: 50px;
	width:100%;
	padding: 20px 5%;
	}
.head_cont p{
	margin:30px auto;
}
}



/* 3-3.Utility
   ----------------------------------------------------------------- */
/**
 * Clearfix
 */
.cf:after {
  content: "";
  display: block;
  clear: both;
}

/**
 * Display
 */
/**
 * Margin
 */
/*--------------------------------
 4.Print
--------------------------------*/
/*# sourceMappingURL=main.css.map */