@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*margin*/
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-50 {
  margin-top: 50px;
}

.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-25 {
  margin-right: 25px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-35 {
  margin-right: 35px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-45 {
  margin-right: 45px;
}
.mr-50 {
  margin-right: 50px;
}

.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-25 {
  margin-left: 25px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-35 {
  margin-left: 35px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-45 {
  margin-left: 45px;
}
.ml-50 {
  margin-left: 50px;
}

.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-50 {
  margin-bottom: 50px;
}

/*padding*/
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-25 {
  padding-top: 25px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-35 {
  padding-top: 35px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-45 {
  padding-top: 45px;
}
.pt-50 {
  padding-top: 50px;
}

.pr-10 {
  padding-right: 10px;
}
.pr-15 {
  padding-right: 15px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-25 {
  padding-right: 25px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-35 {
  padding-right: 35px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-45 {
  padding-right: 45px;
}
.pr-50 {
  padding-right: 50px;
}

.pl-10 {
  padding-left: 10px;
}
.pl-15 {
  padding-left: 15px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-25 {
  padding-left: 25px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-35 {
  padding-left: 35px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-45 {
  padding-left: 45px;
}
.pl-50 {
  padding-left: 50px;
}

.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-35 {
  padding-bottom: 35px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-45 {
  padding-bottom: 45px;
}
.pb-50 {
  padding-bottom: 50px;
}

/*--------------------------------------------------------*/

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
a {
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
.cf::after {
  content: "";
  display: block;
  clear: both;
}

.sp {
  display: none;
}
.pc {
  display: block;
}
@media screen and (max-width: 760px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}

/*--------------------------------------------*/

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #fff;
  z-index: 999;
  flex-wrap: wrap;
  padding: 0;
}
a.logo {
  margin:0 0 0 15px;
}
header h1 {
  display: flex;
  font-size: 11px !important;
  width: 100%;
  font-weight: lighter;
  background: #eee;
  box-sizing: border-box;
  margin: 0 !important;
  padding: 3px 3px 3px 15px;
  color: #333 !important;
}
.h_btnwrap {
  height: auto;
  display: flex;
  align-items: center;
}
.h_btnwrap .h_tel img {
  margin-right: 10px;
  height: 84px;
}
.mv {
  margin-top: 127px;
  background: url(img/mvbg.jpg?ver=250204) center bottom no-repeat;
  background-size: cover;
  height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mv .catch{
    text-align: center;
    font-size: 42px;
    font-weight: 900;
    color: #fff;
}
.mv .catch span{
    display: block;
    font-size: 38px;
}


.mv img {
  display: block;
  max-width: 506px;
  margin: 0 auto;
  padding: 18vh 15px;
}
h2 {
  text-align: center;
  font-weight: bold;
  font-size: 40px;
}
h2 span {
  font-size: 1.4rem;
  color: #3087ca;
  display: block;
}
.about {
  text-align: center;
  padding: 100px 15px;
  background-color: #eee;
}
.about .inner img {
  max-width: 300px;
}
.about p {
  margin: 30px 0;
}
.features {
  background: #eee;
  padding: 100px 15px 150px;
}
.features .inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  position: relative;
}
.features .inner img {
  width: 23%;
  padding: 10px 0;
}
.features .inner p {
  position: absolute;
  right: 0;
  bottom: -70px;
  font-size: 1.4rem;
}
.seervice {
  padding: 100px 15px;
}
.seervice .inner {
  max-width: 1000px;
  margin: 0 auto;
}
.t_sub {
  text-align: center;
  font-weight: bold;
  margin: 50px 0;
}
.ser_img {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}
.ser_img img {
  max-width: 49.5%;
  max-height: 280px;
}
.seervice .inner h3 {
  font-size: 3rem;
  border-bottom: 2px solid #3087ca;
  margin: 20px 0;
  padding-bottom: 5px;
}
.seervice .inner h4 {
  text-align: center;
  font-size: 24px;
}
.price h4 {
  line-height: 2.1;
}
.price .price-cep {
  display: inline-block;
  margin: 0 10px;
  color: #eee;
}
.note {
}
.price_ex {
  position: relative;
  max-width: 595px;
  margin: 0 auto;
}
.price_ex .each {
  margin: 20px auto;
  max-width: 730px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.price_ex .each img {
  margin: 5px;
}
.price_ex .each img:nth-of-type(1) {
	width:82px;
}
.price_ex .each img:nth-of-type(2) {
	width:450px;
}
.start {
  background: url(img/bg_ww.jpg) center no-repeat;
  background-size: cover;
  padding: 100px 15px;
}
.start .inner {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.message {
  font-size: 1.4rem;
  margin: 80px 0 0 0;
}
.message span {
  font-size: 1.8rem;
  font-weight: bold;
}
.voice {
  padding: 100px 15px;
  overflow: hidden;
}
.voice .inner {
  max-width: 1000px;
  margin: 0 auto;
}
.v_each {
  display: flex;
  align-items: center;
  margin: 0 0 60px 0;
}
.v_each .txt {
  max-width: calc(1000px - 380px);
  padding: 0 0 0 40px;
}
.v_each .txt h3 {
  font-size: 2.2rem;
  color: #3087ca;
  margin: 25px 0;
}
.tx_wrap {
  position: relative;
  padding: 20px 0 30px;
}
.tx_wrap h4 {
  font-size: 1.8rem;
  margin: 20px 0;
}
.tx_wrap:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 200%;
  left: -300px;
  bottom: 0;
  background: #eee;
  z-index: -1;
}
.v_each.rev {
  flex-flow: row-reverse;
}
.v_each.rev .txt {
  padding: 0 30px 0 0;
}
.example {
  padding: 90px 15px 100px;
  overflow: hidden;
  background-color: #3087ca;
}
.example h2 {
  margin-top: 0px;
  margin-bottom: 35px;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}
.example h2 span {
  display: inline-block;
  font-size: 46px;
  color: #fff;
}
.example .inner {
  max-width: 1000px;
  margin: 0 auto;
}
.example .inner p {
  width: 100%;
  padding: 40px 35px;
  margin: 0 auto;
  background: #fff;
  box-sizing: border-box;
  font-size: 16px;
}
.area {
  padding: 60px 15px;
}
.area .inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.area .inner img {
  width: 100%;
  height: auto;
  border: solid 1px #D9D9D9;
}
.area .inner .map{
  margin: 0;
  width: 580px;
}
.area .inner .map span{
  display: block;
  font-size: 1.4rem;
  margin: 5px 0 0;
}
.area_detail {
  width: calc(100% - 610px);
}
.area_detail .a_each{
}
.area_detail .a_each:nth-of-type(2n){
  margin-right: 0;
}
.area_detail h3 {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: bold;
}
.area_detail p{
  margin: 0 0 5px;
  padding-left: 10px;
  position: relative;
}
.area_detail p:before{
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  top: 12px;
  left: 0;
  background-color: #3087CA;
  border-radius: 10px;
}
.flow {
  padding: 60px 15px;
}
.flow .inner {
  max-width: 800px;
  margin: 0 auto;
}
.flow_each {
  background: #eee;
  display: flex;
  align-items: center;
  position: relative;
  padding: 50px;
  margin-bottom: 60px;
}
.flow_each:after {
  content: "";
  position: absolute;
  bottom: -38px;
  left: 0;
  right: 0;
  margin: auto;
  width: 28px;
  height: 17px;
  background: url(img/steparrow.png) no-repeat center;
}
.flow_each:last-child:after {
  content: none;
}
.number {
  position: absolute;
  left: -20px;
  top: -30px;
}
.fl_txt {
  margin: 0 0 0 60px;
}
.fl_txt h3 {
  font-size: 24px;
  margin: 20px 0;
}
.faq {
  background: #eee;
  padding: 60px 15px;
}
.faq .inner {
  max-width: 1000px;
  margin: 0 auto;
}
.faq .inner h3 {
  font-size: 3rem;
  border-bottom: 2px solid #3087ca;
  margin: 20px 0;
  padding-bottom: 5px;
}
.faq_each {
  margin: 60px 0 0 0;
}
.faq_a {
}
.p_right {
  text-align: right;
  font-size: 1.4rem;
}
.contact {
  padding: 60px 15px;
}
.contact .inner {
  max-width: 800px;
  margin: 0 auto;
}
.contact .c_center {
  text-align: center;
  display: block;
  margin: 0 auto;
  max-width: 496px;
}
.contact .inner p {
  font-size: 1.4rem;
}
.contact .inner p span {
  color: #3087ca;
  border-bottom: 1px solid;
}
.contact .inner .notes{
  text-align: center;
}

.footer_txt {
}

footer {
  background: #333333;
  padding: 60px 15px;
}
footer .inner {
  max-width: 1000px;
  margin: 0 auto;
}
footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer p {
  color: #fff;
  font-size: 1.2rem;
}
footer p a {
  color: #fff;
  font-size: 1.2rem;
}

.wo_thanks {
  text-align: center;
}
.wo_thanks p {
  font-size: 1.6rem;
}
.wo_thanks a {
  background: #3087ca;
  color: #fff;
  padding: 5px 15px;
  margin: 30px auto;
  display: inline-block;
}

/*スマホ対応*/
@media screen and (min-width: 761px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (max-width: 760px) {
  header {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
  }
  header h1 {
    font-size: 9px;
  }
  h2 {
    font-size: 8vw;
  }
  .logo {
    width: 25%;
    margin-left: 2%;
  }
  .logo img {
    width: 100%;
  }
  .h_btnwrap {
    width: 63%;
    justify-content: space-between;
    margin: 0px 0 0 0;
  }
  .h_btnwrap .h_tel img {
    height: auto;
    margin-right: 0px;
  }
  .mv {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: url(img/mvbg-sp.jpg?ver=250204) center bottom no-repeat;
    background-size: cover;
    height: 300px;
    margin-top: 14vw;
  }
  .mv img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding: 12vh 15px;
  }
    .mv .catch{
        font-size: min(32px, 6.0vw);
    }
    .mv .catch span{
        font-size: min(28px, 5.5vw);
    }
  .t_sub {
    text-align: justify;
  }
  .t_sub br {
    display: none;
  }
  .about {
    padding: 50px 15px;
  }
  .about img {
    width: 70%;
    max-width: 70%;
  }
  .features .inner img {
    width: 47%;
    padding: 0px;
    margin-bottom: 3%;
  }
  .ser_img {
    justify-content: center;
  }
  .ser_img img {
    max-width: 100%;
    height: 57vw;
    object-fit: contain;
    padding-bottom: 20px;
  }
  .message {
    margin-top: 40px;
  }
  .price h4 img.price-50 {
    margin-top: 5px;
    margin-bottom: -5px;
  }
  .price .price-cep {
    display: none;
  }
  .v_each {
    flex-wrap: wrap;
    flex-flow: column;
  }
  .v_each:last-child {
    margin-bottom: 0px;
  }
  .v_each .txt h3 {
    margin-bottom: 15px;
  }
  .v_each .txt {
    padding: 0;
  }
  .v_each.rev {
    flex-flow: column;
  }
  .price_ex .each .arrow {
    display: none;
  }
  .price_ex .each {
    margin: 10px auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
  }
	.price_ex .each img{
		margin: 0;
	}
	.price_ex .each img:nth-of-type(1){
		width: 20%;
	}
	.price_ex .each img:nth-of-type(2){
		width: 80%;
	}
  .tx_wrap {
    padding-top: 10px;
  }
  .tx_wrap:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 300%;
    left: -300px;
    bottom: 0;
    background: #eee;
    z-index: -1;
  }
  .tx_wrap h4 {
    margin-top: 10px;
  }
  .example {
    padding: 75px 15px;
  }
  .example h2 {
    margin-bottom: 35px;
    line-height: 1.3;
  }
  .example .inner p {
    padding: 25px;
  }
  .area .inner {
    display: block;
  }
  .area .inner img {
    width: 100%;
  }
  .area .inner .map{
    width: 100%;
    margin: 0 0 20px;
  }
  .area_detail {
    padding: 0;
    display: block;
    width: 100%;
  }
  .flow_each {
    flex-wrap: wrap;
    flex-flow: column;
    padding: 25px;
  }
  .fl_txt {
    margin: 0;
  }
  .number {
    left: -10px;
    top: -15px;
  }
  .required-srt {
    right: auto;
  }
  footer .inner {
    flex-wrap: wrap;
    flex-flow: column;
  }
  footer .inner p {
    margin: 30px 0 0 0;
  }
  .features {
    background: #eee;
    padding: 50px 5px 150px;
  }

  .features .inner p {
    left: 0;
    text-align: center;
    padding: 0px 5px;
  }

  .seervice {
    padding: 50px 15px;
  }

  .start {
    background: url(img/bg_ww.jpg) center no-repeat;
    background-size: cover;
    padding: 50px 15px;
  }

  .voice {
    padding: 50px 15px 0px 15px;
    overflow: hidden;
    margin-bottom: 20px;
  }

  .area {
    padding: 50px 15px;
  }

  .flow {
    padding: 50px 15px;
  }

  .faq {
    background: #eee;
    padding: 50px 15px;
  }
  .contact {
  }
  .cform td {
    font-size: 16px;
  }
  .cform td input {
    font-size: 16px;
    line-height: 1;
    vertical-align: middle;
  }
  .cform td textarea {
    font-size: 16px;
  }
  .cform td ::placeholder {
    padding: 5px;
    font-size: 16px;
  }
  .contact .inner .notes{
    text-align: left;
  }
}

/*アコーディオン*/
.accordion ul {
  width: 100%;
  padding: 0;
}

.accordion li {
  position: relative;
  list-style: none;
  background: #fff;
  margin: 10px 0;
}
.accordion li h5 {
  font-size: 1.8rem;
  margin: 0;
  padding: 0 30px 0 55px;
  position: relative;
}
.accordion li h5:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(img/icon_q.svg) center;
  width: 38px;
  height: 38px;
}
.accordion .faq_a {
  padding-left: 55px;
  position: relative;
}
.accordion .faq_a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(img/icon_a.svg) center;
  width: 38px;
  height: 38px;
}
.accordion li:first-child {
}

.accordion li .hinmoku {
  font-weight: bold;
  margin-left: 0px;
}

.manylist li {
  margin-left: 20px;
}

.accordion > ul > li > a {
  display: block;
  text-decoration: none;
  cursor: pointer;
  padding: 15px 20px;
}

.accordion > ul > li > a h5:hover {
  text-decoration: none;
}

.accordion > ul > li > ul {
  display: none;
  text-align: left;
  padding: 15px 20px;
  color: #555;
  line-height: 1.8;
}

.accordion li .accordion_icon,
.accordion li .accordion_icon span {
  display: inline-block;
  transition: all 0.3s;
  box-sizing: border-box;
}

.accordion li .accordion_icon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 13px;
  right: 15px;
}

.accordion li .accordion_icon span {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #000;
}

.accordion li .accordion_icon span:nth-of-type(1) {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.accordion li .accordion_icon span:nth-of-type(2) {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.accordion li .accordion_icon.active span:nth-of-type(1) {
  display: none;
}

.accordion li .accordion_icon.active span:nth-of-type(2) {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

/*メールフォーム*/
.cform th {
  font-size: 14px;
  width: 25%;
  border-bottom: solid 2px #fff;
  padding: 20px 5px;
  font-weight: normal;
  text-align: left;
  position: relative;
  font-weight: bold;
}

.cform td {
  font-size: 14px;
  line-height: 150%;
  border-bottom: solid 2px #fff;
  padding: 20px 5px;
}

.cform {
  width: 100%;
  margin: auto;
  background: #eee;
  padding: 30px;
  margin: 60px 0 0 0;
}

.cform [type="submit"] {
  display: inline-block;
  font-size: 2.4rem;
  padding: 10px 30px;
  text-decoration: none;
  background: #3087ca;
  color: #fff;
  border-bottom: solid 4px #b17c00;
  border-radius: 3px;
  cursor: pointer;
}

.cform option,
.cform textarea,
.cform input[type="text"],
.cform input[type="email"],
.cform input[type="search"],
.cform input[type="url"] {
  width: 100%;
  padding: 10px;
  border: none;
}

.required-srt {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 1.2rem;
  padding: 5px 10px;
  background: #ff5134;
  color: #fff;
  margin-left: 10px;
  vertical-align: middle;
  height: 23px;
  line-height: 1.2rem;
}

@media only screen and (max-width: 760px) {
  .cform th,
  .cform td {
    width: 100%;
    display: block;
    border-top: none;
  }
}

.submit-btn {
  width: 50%;
  max-width: 380px;
  min-width: 220px;
  margin: 0 auto;
  position: relative;
}
.submit-btn input {
  background: #3087ca;
  margin: 30px auto;
  display: block;
  border: none;
  text-align: center;
  padding: 30px;
  color: #fff;
  transition: all 0.4s ease;
  cursor: pointer;
  width: 100%;
}
.submit-btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  background: url(img/arrow.png) center no-repeat;
  width: 10px;
  height: 17px;
  margin: auto;
}

.submit-btn input:hover {
  opacity: 0.7;
}



/*投稿----------*/

.contact{
}
.cform{
	background:#eee;
}
.cform option,
.cform textarea,
.cform input[type="text"],
.cform input[type="email"],
.cform input[type="search"],
.cform input[type="url"]{
	background:#fff;
}
.cform th,
.cform td{
	border-bottom: solid 2px #ccc;
}
.topic{
	padding: 80px 0;
}
.topic .inner {
    width: 980px;
    margin: 0 auto;
}
.topic .headline h2 img{
	width: 107px;
}
.topic .list{
	display: flex;
}
.topic .list .list-item{
	width: 310px;
	background: #eee;
	margin: 0 25px 0 0;
}
.topic .list .list-item a{
	display: block;
}
.topic .list .list-item .img{
	margin: 0;
}
.topic .list .list-item .img img{
	width: 100%;
	height: auto;
}
.topic .list .list-item .text{
	padding: 20px;
}
.topic .list .list-item .text .date{
	margin: 0 0 10px;
}
.topic .list .list-item .text .tit{
	font-weight: bold;
	font-size: 20px;
	margin: 0;
}
.topic .list .list-item:nth-of-type(3){
	margin: 0;
}
.topic .more-link {
    width: 200px;
    margin: 40px 0 0 auto;
}
.topic .more-link a{
    background:#3087ca;
	border:1px solid #3087ca;
    text-align: center;
    color: #FFF;
    display: block;
    padding: 15px 0;
	position:relative;
	font-size:14px;
}
.topic .more-link a:before{
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom:0;
	right:10px;
	margin:auto;
}
.topic .more-link a:hover{
	background: none;
	color:#3087ca;
}

@media screen and (max-width: 737px){
	.topic .inner {
		width: auto !important;
		margin: 0 10px !important;
		padding: 0 5px;
	}
	.topic .list {
		flex-wrap: wrap;
	}
	.topic .list .list-item{
		width: 49%;
		margin: 0 2% 10px 0;
	}
	.topic .list .list-item:nth-child(odd){
		margin: 0 2% 10px 0;
	}
	.topic .list .list-item:nth-child(2n){
		margin: 0 0 10px 0;
	}
	
	.topic .list .list-item .text .tit{
		font-size: 15px;
	}
	.topic .more-link {
		width: 100%;
		margin: 20px 0 0 auto;
	}
}


/*-----------*/

.topic{
}
.wowash_post{
	padding: 150px 0 0 0;
	font-size:12px !important;
}
.wowash_post .inner{
	width:100%;
}
.wowash_post article h2,
.wowash_post .detail h2{
	text-align:left;
}
.wowash_post .detail .inner{
    border: 1px solid #ccc;
    padding: 20px !important;
	margin: 0 0 40px;
}
.wowash_post #main h1 {
    font-size: 24px;
    font-weight: bold;
    border-left: 4px solid #3087ca !important;
    padding: 3px 0 0 10px;
    line-height: 1.2;
    margin: 0 0 20px;
	color:#3087ca;
}
.wowash_post #main .detail h2{
	border:none;
	background:#3087ca;
	color:#fff;
	padding: 5px 15px;
}
.wowash_post #sub h3{
	background:#3087ca;
	border-bottom:none;
}
.wowash_post #sub > ul > li{
	border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.wowash_post article h2{
	background:#3087ca !important;
}
.wowash_post #topicpass a{
	color:#000 !important;
}
.wowash_post article p.link a{
	color:#3087ca !important;
}
.wowash_post .list_pagination li a{
    background-color: #fff !important;
    color: #3087ca !important;
    font-size: 1.4rem;
    text-decoration: underline;	
}
.wowash_post .article-post h3{
	color:#fff;
	background:#3087ca;
	padding: 0 15px;
}

.wowash_post .pickup-list{
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0;
}
.wowash_post .pickup-list .pickup-list-item{
	width: 330px;
	margin: 0 50px 30px 0; 
	background: #eee;
}
.wowash_post .pickup-list .pickup-list-item:nth-of-type(2n){
	margin: 0 0 30px 0; 
}
.wowash_post .pickup-list .pickup-list-item p.text{
	padding: 15px 20px;
	font-weight: bold;
	font-size: 16px;
}

@media screen and (max-width: 760px) {
	.wowashgroup header .logo {
    	width: 25%;
		margin-left: 15px;
	}
	.wowashgroup header .description{
		display:block;
		text-align: left;
	}
	.wowash_post{
		padding: 30px 0 0 0;
	}
	.wowash_post .pickup-list .pickup-list-item{
		width: 49%;
		margin: 0 2% 2% 0; 
	}
	.wowash_post .pickup-list .pickup-list-item:nth-of-type(2n){
		margin: 0 0 2% 0; 
	}
	.wowash_post .pickup-list .pickup-list-item .img img{
		max-width: 100%;
		height: auto;
	}
	.wowash_post .pickup-list .pickup-list-item p.text{
		padding: 0 10px;
		font-size: 14px;
	}
}

/* wowash投稿記事
=================================================================*/
#topic #visual {
    background: url("../../img/wowash/visual_img.jpg") no-repeat center top #F2EEE3;
}

@media screen and (max-width: 737px) {
    #topic #visual {
        background: url("../../img/wowash/visual_img.jpg") no-repeat center center #F2EEE3;
        background-size: 120%;
    }
}

#topic #cont {
    width: 980px;
    margin: 0 auto;
}

#topic #main {
    width: 715px;
    margin: 30px 0 50px;
    float: right;
}

#topic #main section {
    margin: 0 0 30px;
}

@media screen and (max-width: 737px) {
    #topic #cont {
        width: auto;
        margin: 0 auto;
    }

    #topic #main {
        width: auto;
        margin: 30px 0;
    }

    #topic #main section {
        margin: 0 0 10px;
        padding: 0;
    }

    #topic #main section .inner {
        width: auto;
        margin: 0 10px;
    }
}

#topic #main .list .inner article {
    margin: 0 0 30px;
}

#topic #main .list .inner article:last-of-type {
    margin: 0 0 60px;
}

#topic #main .list .inner article h2 {
    margin: 0 0 10px;
    padding: 5px 0;
    border-bottom: dotted 1px #999;
    font-size: 1.5em;
    font-weight: bold;
}

#topic #main .list .inner article h2 a {
    display: block;
    color: #9F0000;
    text-decoration: underline;
}

#topic #main .list .inner article h2 a:hover {
    text-decoration: none;
}

#topic #main .list .inner article ul {
    margin: 0 0 10px;
}

#topic #main .list .inner article ul li {
    display: inline-block;
}

#topic #main .list .inner article ul li.attr {
    /*width: 90px;*/
    margin: 0 10px 0 0;
    padding: 1px 15px;
    display: inline-block;
    color: #fff;
    font-size: 0.857em;
    text-align: center;
}

#topic #main .list .inner article ul li.attr.green {
    background-color: #46A51C;
}

#topic #main .list .inner article ul li.attr.yellow {
    background-color: #C2B015;
}

#topic #main .list .inner article p.img {
    float: left;
}

#topic #main .list .inner article p.txt {
    width: 550px;
    margin: 0 10px 1em 0;
    float: right;
}

#topic #main .list .inner article p.link {
    padding: 0 0 0 15px;
    background: url("../img/icon_arrow03.png") no-repeat left center;
    float: right;
}

#topic #main .list .inner article p.link a {
    color: #9F0000;
    text-decoration: underline;
}

#topic #main .list .inner article p.link a:hover {
    text-decoration: none;
}

@media screen and (max-width: 737px) {
    #topic #main .list .inner article p.img {
        margin: 0 10px 10px 0;
        float: left;
    }

    #topic #main .list .inner article p.txt {
        width: auto;
        margin: 0;
        float: none;
    }
}

#topic #main ul.list_pagination {
    margin: 0 auto 30px;
    text-align: center;
    position: relative;
}

#topic #main ul.list_pagination li {
    margin: 0 2px;
    display: inline-block;
    font-size: 1.333em;
}

#topic #main ul.list_pagination li a {
    padding: 10px 20px;
    background-color: #ccc;
    display: block;
    color: #fff;
}

#topic #main ul.list_pagination li.stay a,
#topic #main ul.list_pagination li a:hover {
    background-color: #999;
}

#topic #main ul.list_pagination li.prev2 {
    margin: 0 0 0 10px;
    float: left;
}

#topic #main ul.list_pagination li.next2 {
    margin: 0 10px 0 0;
    float: right;
}

@media screen and (max-width: 737px) {
    #topic #main ul.list_pagination {
        margin: 0 10px 80px;
    }

    #topic #main ul.list_pagination.mrg30 {
        margin: 30px 10px;
    }

    #topic #main ul.list_pagination li {
        margin: 0 3px;
        font-size: 1.167em;
    }

    #topic #main ul.list_pagination li.prev {
        position: absolute;
        left: 0;
        bottom: -55px;
    }

    #topic #main ul.list_pagination li.next {
        position: absolute;
        right: 0;
        bottom: -55px;
    }

    #topic #main ul.list_pagination li.prev2 {
        margin: 0;
    }

    #topic #main ul.list_pagination li.next2 {
        margin: 0;
    }
}

#topic #main .detail h2 {
    margin: 0 0 10px;
    font-size: 1.833em;
}

#topic #main .detail .inner {
    padding: 0 10px;
}

#topic #main .detail .inner ul {
    margin: 0 0 15px;
    text-align: right;
}

#topic #main .detail .inner ul li {
    display: inline-block;
}

#topic #main .detail .inner ul li.attr {
    width: 90px;
    margin: 0 10px 0 0;
    padding: 1px 5px;
    display: inline-block;
    color: #fff;
    font-size: 0.857em;
    text-align: center;
}

#topic #main .detail .inner ul li.attr.green {
    background-color: #46A51C;
}

#topic #main .detail .inner ul li.attr.yellow {
    background-color: #C2B015;
}

@media screen and (max-width: 737px) {
    #topic #main .detail h2 {
        padding: 0 10px 5px;
        font-size: 1.500em;
    }

    #topic #main .detail .inner {
        padding: 0;
    }
}
#pickup #visual {
    display: none;
    background: url("../../img/blog/visual_img.jpg") no-repeat center top #F2EEE3;

}



@media screen and (max-width: 737px) {

    #pickup #visual {

        background: url("../../img/blog/visual_img.jpg") no-repeat center center #F2EEE3;

        background-size: 120%;

    }

}



#pickup #cont {

    width: 980px;

    margin: 0 auto;

}



#pickup #main {

    width: 715px;

    margin: 30px 0 50px;

    float: right;

}

#pickup #main h1 {
    font-size: 24px;
    font-weight: bold;
    border-left: 4px solid #aaa;
    padding: 3px 0 0 10px;
    line-height: 1.2;
    margin: 0 0 20px;
}

#pickup #main section {
    margin: 0 0 30px;

}





@media screen and (max-width: 737px) {

    #pickup #cont {

        width: auto;

        margin: 0 auto;

    }



    #pickup #main {

        width: auto;

        margin: 30px 0;

    }



    #pickup #main section {

        margin: 0 0 10px;

        padding: 0;

    }



    #pickup #main section .inner {

        width: auto;

        margin: 0 10px;

    }

}





#pickup #main .list .inner article {
    border: 1px solid #aaa;
    margin: 0 0 30px;
    padding: 20px;
}



#pickup #main .list .inner article:last-of-type {

    margin: 0 0 60px;

}

#pickup #main .list .inner h1 {
    font-size: 24px;
    font-weight: bold;
    border-left: 4px solid #aaa;
    padding: 3px 0 0 10px;
    line-height: 1.2;
    margin: 0 0 20px;
}

#pickup #main .list .inner article h2 {
    background: #000;
    margin: 0 0 10px;
    padding: 10px 15px;
    ;
    font-size: 1.5em;
    font-weight: bold;
}

#pickup #main .list .inner article h2 a {
    display: block;
    font-weight: bold;
    color: #fff;
}



#pickup #main .list .inner article h2 a:hover {

    text-decoration: none;

}



#pickup #main .list .inner article ul {
    margin: 0 0 10px;
    text-align: right;
}



#pickup #main .list .inner article ul li {

    display: inline-block;

}



#pickup #main .list .inner article ul li.attr {

    /*width: 90px;*/

    margin: 0 10px 0 0;

    padding: 1px 15px;

    display: inline-block;

    color: #fff;

    font-size: 0.857em;

    text-align: center;

}



#pickup #main .list .inner article ul li.attr.green {

    background-color: #46A51C;

}



#pickup #main .list .inner article ul li.attr.yellow {

    background-color: #C2B015;

}



#pickup #main .list .inner article p.img {

    float: left;

}



#pickup #main .list .inner article p.txt {
    width: 420px;
    margin: 0 10px 1em 0;
    float: right;
}



#pickup #main .list .inner article p.link {
    padding: 0 0 0 15px;
    /*  background: url("../img/icon_arrow03.png") no-repeat left center;*/
    float: right;
}



#pickup #main .list .inner article p.link a {

    color: #9F0000;

    text-decoration: underline;

}



#pickup #main .list .inner article p.link a:hover {

    text-decoration: none;

}





@media screen and (max-width: 737px) {
    #pickup #main .list .inner article {
        padding: 15px;
    }

    #pickup #main .list .inner article h2 {
        padding: 10px;
    }

    #pickup #main .list .inner article p.img {
        margin: 0 0 10px 0;
        float: none;
        text-align: center;
    }



    #pickup #main .list .inner article p.txt {

        width: auto;

        margin: 0;

        float: none;

    }

}





#pickup #main ul.list_pagination {

    margin: 0 auto 30px;

    text-align: center;

    position: relative;

}



#pickup #main ul.list_pagination li {

    margin: 0 2px;

    display: inline-block;

    font-size: 1.333em;

}



#pickup #main ul.list_pagination li a {
    padding: 10px 20px;
    /*  background-color: #ccc;*/
    display: block;
    color: #9F0000;
    text-decoration: underline;
    font-size: 14px;
}



#pickup #main ul.list_pagination li.stay a,
#pickup #main ul.list_pagination li a:hover {
    /*  background-color: #999;*/
    text-decoration: none;
}



#pickup #main ul.list_pagination li.prev2 {

    margin: 0 0 0 10px;

    float: left;

}



#pickup #main ul.list_pagination li.next2 {

    margin: 0 10px 0 0;

    float: right;

}



@media screen and (max-width: 737px) {

    #pickup #main ul.list_pagination {

        margin: 0 10px 80px;

    }



    #pickup #main ul.list_pagination.mrg30 {

        margin: 30px 10px;

    }



    #pickup #main ul.list_pagination li {

        margin: 0 3px;

        font-size: 1.167em;

    }



    #pickup #main ul.list_pagination li.prev {

        position: absolute;

        left: 0;

        bottom: -55px;

    }



    #pickup #main ul.list_pagination li.next {

        position: absolute;

        right: 0;

        bottom: -55px;

    }



    #pickup #main ul.list_pagination li.prev2 {

        margin: 0;

    }



    #pickup #main ul.list_pagination li.next2 {

        margin: 0;

    }

}

#pickup #main .detail h2 {
    background: #000;
    margin: 0 0 10px;
    padding: 10px 15px;
    border-bottom: none;
    font-size: 1.5em;
    font-weight: bold;
    color: #fff;
}

#pickup #main .detail h2::after {
    display: none;
}

#pickup #main .detail .inner {
    border: 1px solid #aaa;
    padding: 20px;
    margin: 0 0 40px;
}



#pickup #main .detail .inner ul {

    margin: 0 0 15px;

    text-align: right;

}



#pickup #main .detail .inner ul li {

    display: inline-block;

}



#pickup #main .detail .inner ul li.attr {

    width: 90px;

    margin: 0 10px 0 0;

    padding: 1px 5px;

    display: inline-block;

    color: #fff;

    font-size: 0.857em;

    text-align: center;

}



#pickup #main .detail .inner ul li.attr.green {

    background-color: #46A51C;

}



#pickup #main .detail .inner ul li.attr.yellow {

    background-color: #C2B015;

}

#pickup #main .detail .pickup-list {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
}

#pickup #main .detail .pickup-list .pickup-list-item {
    width: 330px;
    margin: 0 50px 30px 0;
    background: #eee;
}

#pickup #main .detail .pickup-list .pickup-list-item:nth-of-type(2n) {
    margin: 0 0 30px 0;
}

#pickup #main .detail .pickup-list .pickup-list-item p.text {
    padding: 15px 20px;
    font-weight: bold;
    font-size: 16px;
}

@media screen and (max-width: 737px) {
    #pickup #main section.detail {
        padding: 0 10px;
    }

    #pickup #main .detail h2 {
        padding: 10px;
        font-size: 1.500em;
    }

    #pickup #main .detail .inner {
        padding: 15px;
    }

    #pickup #main .detail .pickup-list .pickup-list-item {
        width: 49%;
        margin: 0 2% 2% 0;
    }

    #pickup #main .detail .pickup-list .pickup-list-item:nth-of-type(2n) {
        margin: 0 0 2% 0;
    }

    #pickup #main .detail .pickup-list .pickup-list-item .img img {
        max-width: 100%;
        height: auto;
    }

    #pickup #main .detail .pickup-list .pickup-list-item p.text {
        padding: 0 10px;
        font-size: 14px;
    }
}
/*** ------------------------------------------------------------------------------ 



sub



-----------------------------------------------------------------------------  ***/

#sub {

  width:225px;

  float:left;

  margin: 30px 0 20px;

  /*border: solid 1px #aaa;*/

}



#sub h3 {

  padding: 10px 15px;

  background-color: #000000;

  border-bottom: solid 1px #000;

  color: #fff;

  font-size: 1.500em;

  font-weight: bold;

}



#sub > ul {
/*  padding: 20px;*/
  font-size: 1.167em;
/*  border: 1px solid #000;*/
  margin: 0 0 25px;
}



#sub > ul > li {
  margin:0;
  padding:10px 5px 10px 20px;
  background: url(../img/icon_arrow01.png) no-repeat  left 10px top 16px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}

#sub ul li span{

  font-weight: bold;

  margin:0;

}

#sub ul li:last-child{

  margin:0 0 0;

}

#sub ul li a:hover {

  text-decoration: underline;

}



  

@media screen and (max-width: 737px){

  

  #sub {

    display:none;

  }

  /*#blog #sub,

  #topics #sub{

    display:block;

  }*/

}

#topicpass {

  width:980px;

  margin: 0 auto;

  padding: 10px 0 0;

  color:#333;

}

#topicpass a{

  color:#333;

  text-decoration: underline;

}

#topicpass a:hover{

  color:#333;

  text-decoration: none;

}

#topicpass li{

  float:left;

}

#topicpass li span{

  display:inline-block;

  padding:0 5px;

}

#topicpass a{

  color: #9F0000;

}

#cont #topicpass{

  font-size: 12px;

}



@media screen and (max-width: 737px){

  #topicpass {

    width: auto;

    margin: 0 10px;

  }

  

  #topicpass li{

    //float:none;

    //display: inline-block;

  }

}
.clearfix:after {
  content:".";
  display:block;
  visibility:hidden;
  clear:both;
  height:0.1px;
  font-size:0.1em;
  line-height:0;
}
.clearfix {
  display:inline-table;
  zoom:1;
}
/*Hides from IE-mac \*/
* html .clearfix {
  height:1%;
}
.clearfix {
  display:block;
}
.wowash_post{
  padding: 150px 0 0 0;
  font-size:12px !important;
}
.wowash_post .inner{
  width:100%;
}
.wowash_post article h2,
.wowash_post .detail h2{
  text-align:left;
}
.wowash_post .detail .inner{
    border: 1px solid #ccc;
    padding: 20px !important;
  margin: 0 0 40px;
}
.wowash_post #main h1 {
    font-size: 24px;
    font-weight: bold;
    border-left: 4px solid #3087ca !important;
    padding: 3px 0 0 10px;
    line-height: 1.2;
    margin: 0 0 20px;
  color:#3087ca;
}
.wowash_post #main .detail h2{
  border:none;
  background:#3087ca;
  color:#fff;
  padding: 5px 15px;
}
.wowash_post #sub h3{
  background:#3087ca;
  border-bottom:none;
  margin: 0;
}
.wowash_post #sub > ul > li{
  border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.wowash_post article h2{
  background:#3087ca !important;
}
.wowash_post #topicpass a{
  color:#000 !important;
}
.wowash_post article p.link a{
  color:#3087ca !important;
}
.wowash_post .list_pagination li a{
    background-color: #fff !important;
    color: #3087ca !important;
    font-size: 1.4rem;
    text-decoration: underline; 
}
.wowash_post .article-post h3{
  color:#fff;
  background:#3087ca;
  padding: 0 15px;
}

.wowash_post .pickup-list{
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}
.wowash_post .pickup-list .pickup-list-item{
  width: 330px;
  margin: 0 50px 30px 0; 
  background: #eee;
}
.wowash_post .pickup-list .pickup-list-item:nth-of-type(2n){
  margin: 0 0 30px 0; 
}
.wowash_post .pickup-list .pickup-list-item p.text{
  padding: 15px 20px;
  font-weight: bold;
  font-size: 16px;
}

@media screen and (max-width: 760px) {
  .wowashgroup header .logo {
      width: 25%;
    margin-left: 15px;
  }
  .wowashgroup header .description{
    display:block;
    text-align: left;
  }
  .wowash_post{
    padding: 30px 0 0 0;
  }
  .wowash_post .pickup-list .pickup-list-item{
    width: 49%;
    margin: 0 2% 2% 0; 
  }
  .wowash_post .pickup-list .pickup-list-item:nth-of-type(2n){
    margin: 0 0 2% 0; 
  }
  .wowash_post .pickup-list .pickup-list-item .img img{
    max-width: 100%;
    height: auto;
  }
  .wowash_post .pickup-list .pickup-list-item p.text{
    padding: 0 10px;
    font-size: 14px;
  }
}
.article-post h1,

.article-post h2,

.article-post h3,

.article-post h4,

.article-post h5,

.article-post h6 {

  clear: both;

  font-weight: 700;

  margin: 36px 0 12px;

}



.article-post h1 {

  font-size: 26px;

  line-height: 1.3846153846;

}



.article-post h2{

  font-size:1.833em;

  font-weight: bold;

  background: #0074B9;

  color:#FFFFFF;

  margin:0 0 25px;

  padding:5px 15px;

  position:relative;

}

.article-post h2:after{

  content:"";

  display:block;

  width: 0;

  height: 0;

  border:10px #FFF solid;

  border-top: 10px #0074B9 solid;

  position:absolute;

  left:20px;

  bottom:-20px;   

}

.article-post h3 {

  font-size: 22px;

}



.article-post h4 {

  font-size: 20px;

}



.article-post h5 {

  font-size: 18px;

}



.article-post h6 {

  font-size: 16px;

}



.article-post h1:first-child,

.article-post h2:first-child,

.article-post h3:first-child,

.article-post h4:first-child,

.article-post h5:first-child,

.article-post h6:first-child {

  margin-top: 0;

}


/**** 2023.01.26 追記 ****/
.cform td .date-box{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.cform td .date-box .txt1 br{
  display: none;
}
.cform td .date-box .box{
  margin: 0 10px;
}
.cform td .date-box span{
  color: #000;
  border: none;
}
  @media screen and (max-width: 760px) {
  .cform td .date-box .txt1{
    max-width: 60px;
    width: 60px;
  }
  .cform td .date-box .txt1 br{
    display: block;
  }
  .cform td .date-box .box{
    width: calc(100% - 100px);
    margin: 0 10px;
  }
  .cform td .date-box .txt2{
    max-width: 60px;
    width: 60px;
  }
  .cform td .date-box .txt2 > span{
    display: block;
    margin: 0;
  }
}

/**** 2025.01.22 追記 ****/
.consideration {
  text-align: center;
  padding: 100px 15px;
}
.consideration .head{
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.8;
  color: #3087ca;
}
.consideration ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 60px auto 0;
}
.consideration ul li{
  width: calc(100% / 5 - 20px);
}
.consideration ul li .icon{
  border: solid 1px #D8D8D8;
  margin: 0;
}
.consideration ul li .txt{
  margin-top: 10px;
  color: #3087ca;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 760px) {
  .consideration {
    padding: 50px 15px;
    text-align: left;
  }
  .consideration .head{
    font-size: 1.8rem;
  }
  .consideration ul{
    justify-content: flex-start;
    margin: 30px auto 0;
  }
  .consideration ul li{
    width: calc(100% / 2 - 5px);
    margin: 0 10px 10px 0;
    text-align: center;
  }
  .consideration ul li:nth-child(even){
    margin-right: 0;
  }
  .consideration ul li .txt{
    margin-top: 5px;
  }
}
.seervice .s-midashi{
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  color: #3087ca;
  text-align: center;
  margin: 0 0 30px;
}
.seervice .s-flow{
  margin: 0 0 60px;
}
.seervice .s-flow ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.seervice .s-flow ul li{
  width: calc(100% / 4 - 20px);
  position: relative;
}
.seervice .s-flow ul li p{
  margin: 0;
}
.seervice .s-flow ul li:after{
  content: '';
  position: absolute;
  right: -16px;
  top: 43%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url(img/arrow02.svg) no-repeat center center;
}
.seervice .s-flow ul li:last-child:after{
  display: none;
}
.seervice .s-flow ul li .num{
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 10px;
}
.seervice .s-flow ul li .img{
  margin: 0 0 10px;
}
.seervice .price{
  margin: 60px 0 0;
  text-align: center;
}
.seervice .price ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px 0;
}
.seervice .price ul li{
  width: calc(100% / 2 - 20px);
  border: solid 2px #3087CA;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
}
.seervice .price ul li .t1{
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 10px;
}
.seervice .price ul li .t2{
  margin: 0;
}
@media screen and (max-width: 760px) {
  .seervice .s-midashi{
    font-size: 2rem;
    margin: 0 0 20px;
  }
  .seervice .s-flow{
    margin: 0 0 40px;
  }
  .seervice .s-flow ul{
    display: block;
  }
  .seervice .s-flow ul li{
    width: 100%;
    margin: 0 0 40px;
  }
  .seervice .s-flow ul li:after{
    content: '';
    position: absolute;
    right: initial;
    top: initial;
    left: 50%;
    bottom: -22px;
    transform: translateX(-50%) rotate(90deg);
  }
  .seervice .s-flow ul li img{
    width: 100%;
  }
  .seervice .s-flow ul li .num{
    font-size: 1.8rem;
    margin: 0 0 5px;
  }
  .seervice .s-flow ul li .img{
    margin: 0 0 5px;
  }
  .seervice .price{
    margin: 40px 0 0;
  }
  .seervice .price ul{
    display: block;
    margin: 20px 0;
  }
  .seervice .price ul li{
    width: 100%;
    border: solid 1px #3087CA;
    display: block;
    padding: 10px 5px;
    margin: 0 0 10px;
  }
  .seervice .price ul li .t1{
    font-size: 2rem;
    margin: 0 0 10px;
  }
}
.operation {
  text-align: center;
  padding: 100px 15px;
  background: #eee;
}
.operation .midashi{
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  color: #3087ca;
  text-align: center;
  margin: 50px 0 30px;
}
.operation ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 60px auto 0;
}
.operation ul li{
  width: calc(100% / 4 - 20px);
}
.operation ul li img{
  width: 100%;
}
.operation ul li .icon{
  margin: 0;
}
.operation ul li .txt{
  margin-top: 10px;
  font-weight: bold;
  line-height: 1.8;
  font-weight: 2rem;
}
.operation ul li .txt span{
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
}
@media screen and (max-width: 760px) {
  .operation {
    padding: 50px 15px;
  }
  .operation ul{
    justify-content: flex-start;
    margin: 30px auto 0;
  }
  .operation ul li{
    width: calc(100% / 2 - 5px);
    margin: 0 10px 10px 0;
    text-align: center;
  }
  .operation ul li:nth-child(even){
    margin-right: 0;
  }
  .operation ul li .txt{
    margin-top: 5px;
    font-weight: 1.8rem;
  }
  .operation ul li .txt span{
    font-size: 1.4rem;
  }
}
.conditions{
  padding: 100px 15px;
  background: #eee;
}
.conditions > ul{
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.conditions > ul > li{
  width: calc(100% / 3 - 10px);
  background-color: #fff;
  padding: 25px;
}
.conditions > ul > li .midashi{
  color: #3087ca;
  font-size: 1.8rem;
  font-weight: bold;
  border: solid 2px #3087ca;
  padding: 10px;
  width: 100px;
  margin: 0 auto 20px;
  text-align: center;
}
.conditions > ul > li ul li,
.conditions > ul > li .txt{
  font-size: 1.6rem;
}
.conditions > ul > li ul li{
  margin: 0 0 10px;
  padding-left: 20px;
  position: relative;
}
.conditions > ul > li ul li:before{
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #3087ca;
}
.conditions > ul > li ul li span{
  display: block;
  font-size: 1.4rem;
}
@media screen and (max-width: 760px) {
  .conditions {
    padding: 50px 15px;
  }
  .conditions > ul{
    display: block;
  }
  .conditions > ul > li{
    width: 100%;
    padding: 15px;
    margin: 0 0 10px;
  }
  .conditions > ul > li .midashi{
    font-size: 1.6rem;
    padding: 5px;
    border: solid 1px #3087ca;
    margin: 0 auto 10px;
  }
  .conditions > ul > li ul li{
    padding-left: 10px;
  }
  .conditions > ul > li ul li:before{
    top: 12px;
    width: 5px;
    height: 5px;
  }
  .conditions > ul > li ul li span{
    display: block;
    font-size: 1.2rem;
  }
}

.notes{
  font-size: 1.2rem;
}