@charset "utf-8";
/* CSS Information =========================================
   pages.css
========================================================= */


/* =========================================================
   pages.css
========================================================= */
/* index ===================================================
   template
   common
   home
   contact thanks
   single-works
   archive-works
   archive
   single
   side_nav
   simple custom
   google_mybusiness
========================================================= */

/* template
----------------------------------------------- */
@media (max-width: 833px) {
}
@media (min-width: 834px) {
}
@media (hover: hover) {
/* hover指定できるPCを想定したスタイル */
}
@media (hover: none) {
/* hoverが使えないタッチ端末を想定した装飾 */
}

/* common
----------------------------------------------- */

.home .sec-lv-2 > .inner-sec,
.lower-page .sec-lv-2 > .inner-sec {
  padding-bottom: 4em;
}

.lower-page .heading-1 {
  font-size: 2em;
  padding-bottom: 2em;
  padding-top: 1em;
}

.lower-page .sec-lv-1 > .inner-sec > .inner-sec_contents > ._message {
  border-bottom: 2px solid #cae7f9;
  margin-bottom: 2em;
  padding-bottom: 1.75em;
  width: 100%;
}

.home .sec-lv-2:nth-child(even),
.simple .sec-simple ._plan_top,
.simple .sec-lv-2:nth-child(even),
.custom .sec-custom ._plan_top,
.custom .sec-lv-2:nth-child(even) {
  background:linear-gradient(45deg, rgba(235,252,255,0.5) 0%, rgba(228,242,255,0.7) 100%);
}


.home .heading-2,
.lower-page .heading-2 {
  font-size: 2em;
  text-align: center;
  margin-bottom: 1em;
}

.home .heading-2 > span,
.lower-page .heading-2 > span {
  background-image: linear-gradient(0deg, #A6D2FF 14px, rgba(255, 255, 255, 0) 14px);
}

.home .sec-home ._top_textarea ._top_contact > a {
  background-image: linear-gradient(to top, #D8D9DB 0%, #fff 80%, #FDFDFD 100%);
  border: 1px solid #999;
  border-radius: 100vh;
  box-shadow: 0 3px 2px 1px #fcfcfc, 0 4px 6px #cecfd1, 0 -2px 2px #cecfd1, 0 -4px 2px #eee, inset 0 0 2px 2px #cecfd1;
  display: block;
  font-weight: bold;
  padding: 1em 1em;
  text-align: center;
  text-shadow: 0 1px #fff;
  transition: .4s;
  margin: 2em 0;
  width: 18em;
}

.home .sec-home ._fv_plan_list > li > a,
.home .sec-service .plans_list > li > a,
.simple ._colect_list > li > a,
.custom ._colect_list > li > a {
  background-color: var(--primary-color);
  border-radius: 8px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
  color: #fff;
  display: inline-block;
  margin-top: 1em;
  padding: 0.5em 1em;
  text-align: center;
}

._required {
  color: #f00;
  font-size: 0.75em;
}

.simple .sec-worries ._worries_list,
.simple .sec-plan > .inner-sec > .inner-sec_contents,
.custom .sec-worries ._worries_list,
.custom .sec-plan > .inner-sec > .inner-sec_contents ._atention {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
    max-width: 834px;
}

@media (max-width: 833px) {
  .home .sec-lv-2 > .inner-sec {
    padding-bottom: 2em;
  }

  .home .sec-concept > .inner-sec::after,
  .home .sec-schedule > .inner-sec::after {
    content: '';
    display: block;
    margin-bottom: 2em;
  }
}
@media (min-width: 834px) {
  ._spbr {
    display: none;
  }

}

/* home
----------------------------------------------- */

.home .sec-home ._top_image {
  background-image: linear-gradient(90deg, rgba(230, 230, 230, 0.9), rgba(230, 230, 230, 0.6) 40%, rgba(230, 230, 230, 0));
  background-size: cover;
  position: relative;
  width: 100%;
}

.home .sec-home ._top_image::before {
  content: '';
  display: block;
  background-image: url(../img/home/topimage.jpg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
    top: 0;
    left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.home .sec-home ._top_image ._top_textarea {
  padding-top: calc( 96px + 3em);
}

.home .sec-home ._top_textarea > .heading-1,
.home .sec-home ._top_textarea > ._top_sub_heading {
  font-weight: bold;
  margin-bottom: 1rem;
}

.home .sec-home ._top_textarea > .heading-1 {
  font-size: min(7vw, 2.5em);
}

.home .sec-home ._top_textarea > ._top_sub_heading {
  font-size: min(4vw, 1.25em);
}


.home .sec-home ._fv_plan_list {
  display: flex;
    gap: 1em;
  padding-bottom: 2em;
}

.home .sec-home ._fv_plan_list > li {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 1em;
  text-align: center;
}

.home .sec-home ._fv_plan_list > li > h3 {
  font-size: 1.3em;
  font-weight: bold;
}

.home .sec-home ._fv_plan_list > li > p {
  margin-top: 1em;
}

.home .sec-problem ._problem_list {
  margin: 1em auto;
  width: 24em;
}

.home .sec-problem ._problem_list > li {
  line-height: 1.5;
  padding-bottom: 8px;
  padding-top: 8px;
}

.home .sec-problem ._problem_list > li::before {
  font-size: 1.5em;
  color: #d70202;
  content: "\f00c";
  font-family: fontawesome;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.5em;
}

.home .sec-problem ._text.answer {
  color: var(--primary-color);
  font-size: 2em;
  text-align: center;
}

.home .sec-strength ._strength_list {
  display: grid;
    grid-template-columns: repeat(auto-fit, minmax(182px, 1fr));
  gap: 24px;
}

.home .sec-strength ._strength_list > li {
  text-align: center;
  margin-top: 3em;
}

.home .sec-strength ._strength_list > li > img {
  object-fit: contain;
  width: 100%;
  height: 160px;
}

.home .sec-strength ._strength_list > li > h3 {
  font-size: 1.25em;
  font-weight: bold;
  margin: 1em auto;
}

.home .sec-service .plans_list {
  display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
}

.home .sec-service .plans_list > li {
  display: flex;
    flex-direction: column;
  border: 1px solid #eee;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  padding: 1.5em;
}

.home .sec-service .plans_list > li h3 {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 14px;
}

.home .sec-service .plans_list > li:nth-child(1n) h3 {
  color: var(--primary-color);
}

.home .sec-service .plans_list > li:nth-child(2n) h3 {
  color: #28a745;
}

.home .sec-service .plans_list > li .price {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 14px;
}

.home .sec-service .plans_list > li .price .note {
  font-size: 0.75em;
  font-weight: normal;
}

.home .sec-service .plans_list > li .price .monthly-fee {
  font-size: 0.75em;
}

.home .sec-service .plans_list > li ._target {
  background-color: #f1f1f1;
  margin-bottom: 1em;
  margin-top: 1em;
  padding-bottom: 8px;
}

.home .sec-service .plans_list > li ._target ._title {
  background-color: #ccc;
  margin-bottom: 8px;
  padding: 0.5em;
  text-align: center;

}

.home .sec-service .plans_list > li ._target > ul {
  display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.home .sec-service .plans_list > li ._target > ul > li {
  background-color: #999;
  border-radius: 8px;
  color: #fff;
  margin-bottom: 4px;
  margin-top: 4px;
  padding: 4px 8px;
}

.home .sec-service .plans_list > li > a {
  margin-top: auto;
  align-self: center;
}





@media (max-width: 833px) {
  .home .sec-home ._top_image ._top_textarea {
    width: 100%;
  }

  .home .sec-home ._top_image ._top_textarea .heading-1,
  .home .sec-home ._top_image ._top_textarea ._top_sub_heading {
    text-align: center;
  }

  .home .sec-home ._top_image ._top_textarea ._top_contact > a {
    margin: 2em auto;
  }

  .home .sec-home ._fv_plan_list {
    display: flex;
      justify-content: space-around;
  }

  .home .sec-home ._fv_plan_list > li {
    width: 46%;
  }


  .home .sec-strength ._strength_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .home .sec-home ._top_image {
    background-color: rgba( 230, 230, 230, 0.4);
  }

}
@media (min-width: 834px) {

  .home .sec-strength ._strength_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
  }

  .home .sec-home ._fv_plan_list > li {
    width: 30%;
      min-width: 264px;
  }

}

@media (hover: hover) {
/* hover指定できるPCを想定したスタイル */

}
@media (hover: none) {
/* hoverが使えないタッチ端末を想定した装飾 */
}

/* contact
----------------------------------------------- */
.contact .sec-form ._definitions_list > dl > dt {
  padding: 0.5em 0 0.25em;
}

.contact .sec-form ._definitions_list > dl > dd {
  margin-bottom: 1.5em;
  padding: 0.25em;
}

._form input[type="text"], 
._form input[type="email"], 
._form input[type="tel"], 
._form textarea,
._form .confirm > dl > dd {
  border: 1px solid #aaa;
  box-shadow: 0 0 2px #03b4f9;
  box-sizing: border-box;
  padding: 0.25em 0.5em 0;
  width: 100%;
}

.sec-contact .sec-thanksmess ._image {
  width: 40%;
    max-width: 240px;
  margin: 4em auto;
}

.sec-contact .sec-thanksmess ._image > img {
  object-fit: contain;
  width: 100%;
}

@media (max-width: 833px) {
}
@media (min-width: 834px) {
  .contact .sec-form ._definitions_list > dl {
    display: flex;
      flex-wrap: wrap;
    margin: auto 2em;
  }

  .contact .sec-form ._definitions_list > dl > dt {
    width: 12em;
  }

  .contact .sec-form ._definitions_list > dl > dd {
    width: calc(100% - 12em);
  }
}

@media (hover: hover) {
/* hover指定できるPCを想定したスタイル */
}
@media (hover: none) {
/* hoverが使えないタッチ端末を想定した装飾 */
}




/* archive
   single
----------------------------------------------- */
.archive .sec-archipage .heading-2,
.single .sec-singpage .heading-2 {
  border-left: solid 4px #fbcc33;
  font-size: 1.5em;
  line-height: 1.2;
  margin-bottom: 0.5em;
  padding-left: 0.5em;
}

.single .__post__date {
  margin-bottom: 2em;
}

.archive .__post__author,
.archive .__post__date,
.single .__post__author,
.single .__post__date {
  text-align: right;
}

.archive .__post__author,
.single .__post__author {
  padding-top: 1em;
}

.archive .sec-archipage .inner-sec_contents,
.single .sec-singpage .inner-sec_contents {
  padding-bottom: 2em;
  padding-top: 2em;
}

.sec-archipage .inner-sec_contents > ul > li {
  border-bottom: dotted 1px #ccc;
  padding: 1em 1em 1em 0;
  margin-bottom: 0.5em;
}


@media (max-width: 833px) {
}
@media (min-width: 834px) {
  .archive .sec-lv-1 > .inner-sec > .inner-sec_contents,
  .single .sec-lv-1 > .inner-sec > .inner-sec_contents {
    display: flex;
      flex-wrap: wrap;
  }

  .archive .sec-archipage,
  .single .sec-singpage {
    padding-right: 1em;
    width: calc(100% - 288px - 2em);
  }

  .archive .sidebar,
  .single .sidebar {
    width: 288px;
  }
}

@media (hover: hover) {
/* hover指定できるPCを想定したスタイル */
}
@media (hover: none) {
/* hoverが使えないタッチ端末を想定した装飾 */
}

/* side_nav
----------------------------------------------- */
.sidebar {
  margin-bottom: 2em;
  padding-bottom: 1em;
}

.sidebar .sec-lv-3 > h3 {
  background-color: #fbcc33;
  margin-bottom: 1em;
  margin-top: 3em;
  padding: 0.25em 1em;
}

.sidebar .sec-side-news > h3 {
  margin-top: 0;
}

.sidebar .sec-lv-3 ul > li {
  border-bottom: dotted 1px #ccc;
  padding: 1em 0 1em 1em;
  margin-bottom: 0.5em;
}

.sidebar .sec-lv-3 .__post__date {
  font-size: 0.75em;
  text-align: right;
}

@media (max-width: 833px) {
}
@media (min-width: 834px) {
  .sidebar {
    border-left: solid 1px #fbcc33;
    padding-left: 1em;
  }
}

@media (hover: hover) {
/* hover指定できるPCを想定したスタイル */
}
@media (hover: none) {
/* hoverが使えないタッチ端末を想定した装飾 */
}

/* single-works
----------------------------------------------- */
.single-works .heading-3 {
  border-left: 4px solid var(--primary-color);
  margin-bottom: 1em;
  padding-left: 0.5em;
}

.single-works .sec-device_preview ._preview {
  display: flex;
    align-items: flex-start;
    justify-content: space-around;
}

.sec-works_details .sec-lv-3 {
  margin-bottom: 3em;
}

.sec-works_details > .inner-sec > ._heading {
  font-weight: normal;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  text-align: center;
}

.sec-works_details .sec-device_preview ._preview ._device {
  position: relative;
}

.sec-works_details .sec-device_preview ._preview ._device.-pc {
  background: url("../img/works_details/preview_device_pc.png") 50% 50% no-repeat;
  background-size: contain;
}

.sec-works_details .sec-device_preview ._preview ._device.-sp {
  background: url("../img/works_details/preview_device_sp.png") 50% 50% no-repeat;
  background-size: contain;
}

.sec-works_details .sec-device_preview ._preview ._device ._device_image {
  opacity: 0;
}

.sec-works_details .sec-device_preview ._preview ._device ._window {
  overflow-y: scroll;
}

.sec-works_details .sec-device_preview ._preview ._device.-pc ._window {
  height: 57.4%;
  position: absolute;
    top: 5%;
    left: 5%;
  width: 90%;
}

.sec-works_details .sec-device_preview ._preview ._device.-sp ._window {
  height: 69.8%;
  position: absolute;
    top: 5.7%;
    left: 6.7%;
  width: 86.4%;
}

.sec-works_details .sec-device_preview ._preview ._device ._window > img {
  width: 100%;
}

.sec-works_details .sec-website_infomation ._definitions_list > dl {
  border: 1px solid #000;
  border-top: 0;
  display: flex;
    flex-wrap: wrap;
}

.sec-works_details .sec-website_infomation ._definitions_list > dl > dt {
  border-top: 1px solid #000;
  padding: 0.25em 0.5em;
  width: 9em;
}

.sec-works_details .sec-website_infomation ._definitions_list > dl > dd {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  padding: 0.25em 0.5em;
  width: calc( 100% - 9em );
}

.sec-works_details .sec-work_infomation {
  display: none;
}

.sec-works_details .sec-overview ._overview {
  display: flex;
    justify-content: space-around;
}

.sec-works_details .sec-overview ._overview ._device.-pc {
  width: 60%;
}

.sec-works_details .sec-overview ._overview ._device.-sp {
  width: 25%;
}

.sec-works_details .sec-overview ._overview ._device ._heading {
  display: none;
}

.sec-works_details .sec-overview ._overview ._device ._image {
  box-shadow: 1px 1px 8px #aaa;
}

@media (max-width: 480px) {
  
  .sec-works_details .sec-works_details > .inner-sec > ._heading {
    font-size: 16px;
  }
  
  .sec-works_details .sec-device_preview ._preview ._device.-sp {
    margin-left: auto;
    margin-right: auto;
    width: 40%;
  }
  
}

@media (min-width: 481px) {
  
  .sec-works_details .sec-works_details > .inner-sec > ._heading {
    font-size: 24px;
  }
  
  .sec-works_details .sec-device_preview ._preview {
    display: flex;
      align-items: flex-start;
      justify-content: space-around;
  }
  
  .sec-works_details .sec-device_preview ._preview ._device.-pc {
    width: 50%;
  }
  
  .sec-works_details .sec-device_preview ._preview ._device.-sp {
    width: 20%;
  }
  
}

@media (max-width: 833px) {
}
@media (min-width: 834px) {
}

@media (hover: hover) {
/* hover指定できるPCを想定したスタイル */
}
@media (hover: none) {
/* hoverが使えないタッチ端末を想定した装飾 */
}

/* archive-works
----------------------------------------------- */
.archive-works .sec-works_list > .inner-sec > ._heading {
  font-weight: normal;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  text-align: center;
}

.archive-works .sec-works_list ._list > ul {
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.archive-works .sec-works_list ._list > ul > li {
  margin-bottom: 2.5em;
}

.archive-works .sec-works_list ._list ._item ._thumbnail {
  background-position: 50% 50%;
  background-size: 100% 100%;
  filter: drop-shadow( 0 0 1px rgba( 0, 0, 0, 0.8 ) );
  margin-bottom: 0.5em;
  transition: 0.4s;
}

.archive-works .sec-works_list ._list ._item ._thumbnail:hover {
  background-size: 110% 110%;
}

.archive-works .sec-works_list ._list ._item ._thumbnail > img {
  opacity: 0;
}

.archive-works .sec-works_list ._list ._item ._title {
  margin-top: 0.75em;
  margin-bottom: 0.25em;
  text-align: center;
}

.archive-works .sec-works_list ._list ._item ._business {
  text-align: center;
}

@media (max-width: 480px) {
  
  .archive-works .sec-works_list > .inner-sec > ._heading {
    font-size: 16px;
  }
  
  .archive-works .sec-works_list ._list > ul > li {
    width: 48%;
  }
  
  .archive-works .sec-works_list ._list ._item ._business {
    font-size: 10px;
  }
  
}

@media (min-width: 481px) {
  
  .archive-works .sec-works_list > .inner-sec > ._heading {
    font-size: 24px;
  }
  
  .archive-works .sec-works_list ._list > ul::after {
    content: "";
    display: block;
    width: 31%;
  }
  
  .archive-works .sec-works_list ._list > ul > li {
    width: 31%;
  }
  
  .archive-works .sec-works_list ._list ._item ._business {
    font-size: 12px;
  }
  
}
@media (max-width: 833px) {
}
@media (min-width: 834px) {
}

@media (hover: hover) {
/* hover指定できるPCを想定したスタイル */
}
@media (hover: none) {
/* hoverが使えないタッチ端末を想定した装飾 */
}

/* simple custom
----------------------------------------------- */
.simple .sec-simple ._plan_top,
.custom .sec-custom ._plan_top {
  background-color: #ebfcff;
  background-image: url("../img/custom/custom_top.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
  text-align: center;
  padding-bottom: 4em;
}

.simple .sec-simple .heading-1,
.custom .sec-custom .heading-1 {
  font-weight: bold;
  padding-bottom: 1rem;
}

.simple .sec-simple .heading-1 > span > small,
.custom .sec-custom .heading-1 > span > small {
  font-size: 0.5em;
}

.simple .sec-simple ._plan_top > h2,
.custom .sec-custom ._plan_top > h2 {
  font-size: min(4.5vw,1.25em);
}

.simple .sec-simple ._colect_list,
.custom .sec-custom ._colect_list {
  display: flex;
    justify-content: space-evenly;
  margin-bottom: 1em;
}

.simple .sec-simple ._colect_list > li,
.custom .sec-custom ._colect_list > li {
  font-size: min(4,5vw,1.5em);
}

.simple .sec-simple ._colect_list > li > a,
.custom .sec-custom ._colect_list > li > a {
  border-radius: 1em;
}

.simple .sec-simple ._plan_top > ._text,
.custom .sec-custom ._plan_top > ._text {
  color: #555;
  font-size: 0.75em;
  padding-bottom: 1em;
}

.simple .sec-worries ._worries_list > li {
  background-color: #f1f1f1;
  border-radius: 0.5em;
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  padding: 1.5em;
}

.custom .sec-worries ._worries_list > li {
  background-color: #fff;
  border-radius: 0 0.5em 0.5em 0;
  border-left: 5px solid var(--primary-color);
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
  padding: 1.5em;
}

.simple .sec-worries ._worries_list > li > svg {
  color: var(--primary-color);
  width: 1.5em;
}

.custom .sec-worries ._worries_list > li > ._chek {
  color: var(--primary-color);
  display: block;
  font-size: 1.25em;
}

.simple .sec-worries ._worries_list > li > p {
  color: #333;
  width: calc(100% - 2em);
}

.custom .sec-worries ._worries_list > li > ._title {
  color: var(--primary-color);
  font-size: 1.25em;
  margin: 0.5em 0;
  width: 100%;
}

.custom .sec-worries ._worries_list > li > ._text {
  color: #333;
  width: 100%;
}

.custom .sec-worries .heading-3 {
  color: var(--primary-color);
  font-size: 1.5em;
  margin-top: 1rem;
  text-align: center;
}

.simple .sec-plan ._plamdat,
.custom .sec-plan ._plamdat {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 6px -1px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  text-align: center;
  padding: 1.5em;
  width: 50%;
    max-width: 400px;
    min-width: 296px;
}

.simple .sec-plan ._plamdat ._title,
.custom .sec-plan ._plamdat ._title {
  color: #555;
  font-size: 1.25em;
  margin-bottom: 1em;
}

.simple .sec-plan ._plamdat > dl,
.custom .sec-plan ._plamdat > dl {
  display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  font-weight: bold;
}

.simple .sec-plan ._plamdat > dl > dt:nth-child(1n),
.simple .sec-plan ._plamdat > dl > dd:nth-child(1n),
.custom .sec-plan ._plamdat > dl > dt:nth-child(1n),
.custom .sec-plan ._plamdat > dl > dd:nth-child(1n) {
  margin-bottom: 8px;
}

.simple .sec-plan ._plamdat > dl > dt,
.custom .sec-plan ._plamdat > dl > dt {
  font-size: 1.25em;
  width: calc(100% - 10em);
}

.simple .sec-plan ._plamdat > dl > dd,
.custom .sec-plan ._plamdat > dl > dd {
  color: rgb( 249 115 22);
  font-size: 2em;
  width: 5em;
}

.simple .sec-plan ._plamdat > dl > dd > small,
.custom .sec-plan ._plamdat > dl > dd > small {
  color: #333;
  font-size: 0.25em;
}

.simple .sec-plan ._includ,
.custom .sec-plan ._includ {
  text-align: center;
}

.simple .sec-plan ._includ > ._text,
.custom .sec-plan ._includ > ._text {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 2em;
  margin-top: 4em;
}

.custom .sec-plan > .inner-sec > .inner-sec_contents ._atention {
  margin-bottom: 2em;
}

.custom .sec-plan ._includ > ._includ_list ._title {
  color: #333;
  border-bottom: solid 1px #1a70c7;
  font-weight: bold;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}

.custom .sec-plan ._includ > ._includ_list ._text {
  text-align: left;
}

.simple .sec-design ._image_list > li,
.simple .sec-design ._image_list > li > a,
.custom .sec-design ._image_list > li,
.custom .sec-design ._image_list > li > a {
  display: block;
  width: 100%;
}

.simple .sec-plan ._includ ._includ_list > li,
.simple .sec-featur ._features_list > li,
.simple .sec-design ._image_list > li > a,
.custom .sec-plan ._includ ._includ_list > li,
.custom .sec-featur ._features_list > li,
.custom .sec-design ._image_list > li > a {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 6px -1px;
  border-radius: 8px;
}

.simple .sec-plan ._includ ._includ_list > li,
.simple .sec-featur ._features_list > li,
.custom .sec-plan ._includ ._includ_list > li,
.custom .sec-featur ._features_list > li {
  padding: 1em;
}

.simple .sec-plan ._includ ._includ_list > li ._image,
.simple .sec-featur ._features_list > li ._image,
.custom .sec-plan ._includ ._includ_list > li ._image,
.custom .sec-featur ._features_list > li ._image {
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}

.simple .sec-design ._image_list > li,
.custom .sec-design ._image_list > li {
  height: 100%;
}

.simple .sec-design ._image_list > li > a ._image,
.custom .sec-design ._image_list > li > a ._image {
  width: 100%;
  height: 100%;
}

.simple .sec-plan ._includ ._includ_list > li ._image > img,
.simple .sec-featur ._features_list > li ._image > img,
.simple .sec-design ._image_list > li > a ._image > img,
.custom .sec-plan ._includ ._includ_list > li ._image > img,
.custom .sec-featur ._features_list > li ._image > img,
.custom .sec-design ._image_list > li > a ._image > img {
  object-fit: contain;
  width: 100%;
}

.simple .sec-featur ._features_list > li ._title,
.simple .sec-design ._image_list > li > a ._title,
.custom .sec-featur ._features_list > li ._title,
.custom .sec-design ._image_list > li > a ._title {
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5rem;
}

.simple .sec-featur ._atention,
.custom .sec-featur ._atention {
  color: #555;
  text-align: center;
    margin-bottom: 1em;
    margin-top: 1em;
}

.simple .sec-design .inner-sec_contents > ._text,
.custom .sec-design .inner-sec_contents > ._text {
  margin-bottom: 2em;
  text-align: center;
}

.simple .sec-design ._image_list > li ._textarea,
.custom .sec-design ._image_list > li ._textarea {
  padding: 1em;
}

.simple .sec-step ._step_list,
.custom .sec-step ._step_list {
  counter-reset: number 0;
  list-style: none;
  position: relative;
}

.simple .sec-step ._step_list > li,
.custom .sec-step ._step_list > li {
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.simple .sec-step ._step_list > li::before,
.custom .sec-step ._step_list > li::before {
  background-color: var(--primary-color);
  border-radius: 100%;
  counter-increment: number 1;
  content:counter(number);
  color: #fff;
  display: inline-block;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
  width: 2em;
  height: 2em;
}

.simple .sec-step ._step_list > li > div,
.custom .sec-step ._step_list > li > div {
  background-color: #f1f1f1;
  border-radius: 8px;
  padding: 1em;
  width: calc(100% - 4em);
}

.simple .sec-step ._step_list > li ._title,
.custom .sec-step ._step_list > li ._title {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 8px;
}

.simple .sec-qa ._qa_area > details,
.custom .sec-qa ._qa_area > details {
  margin-top: 1.5em;
  transition: .4s;
}

.simple .sec-qa ._qa_area > details > summary,
.custom .sec-qa ._qa_area > details > summary {
  box-sizing: border-box;
  border: solid 1px #aaa;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  font-weight: bold;
  padding: 1em;
  transition: .4s;
}

.simple .sec-qa ._qa_area > details:first-child,
.custom .sec-qa ._qa_area > details:first-child {
  margin-top: 0;
}

.simple .sec-qa ._qa_area > details > summary::after,
.custom .sec-qa ._qa_area > details > summary::after {
content: '+';
font-size: 1.5em;
line-height: 1;
transition: transform 0.2s ease-in-out;
}

.simple .sec-qa ._qa_area > details[open] > summary::after,
.custom .sec-qa ._qa_area > details[open] > summary::after {
  content: '−';
  transform: rotate(180deg);
}

.simple .sec-qa ._qa_area > details > div,
.custom .sec-qa ._qa_area > details > div {
  background-color: #fff;
  border: 1px solid #aaa;
  border-top: none;
  border-radius: 0 0 8px 8px;
  margin-top: -0.5em;
  margin-bottom: 0.5em;
  padding: 1em;
}

.custom .sec-price .inner-sec_contents {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.1);
  margin: 1em auto;
  padding: 1em;
  text-align: center;
  width: 100%;
    max-width: 720px;
}

.custom .sec-price ._title {
  font-size: 1.5em;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.custom .sec-price ._price ._num {
  font-size: 3em;
  font-weight: bold;
}


.custom .sec-price ._price ._en {
  padding-left: 0.5em;
}

.custom .sec-price ._textarea {
  margin: 1em auto;
}

.custom .sec-price ._point_list {
  margin: 2em auto 1em;
}

.custom .sec-price ._point_list li::before {
  content: '✔︎';
  color: var(--primary-color);
  display: inline-block;
  margin-right: 1em;
}

.custom .sec-price ._pointlist ._atention::before {
  content: '＋';
  font-weight: bold;
  margin-right: 1em;
}

.custom .sec-price ._point_list li {
  display: flex;
    flex-wrap: wrap;
    align-items: center;
  line-height: 1.2;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  width: 32em;
}

@media (max-width: 833px) {
  .simple .sec-simple .heading-1,
  .custom .sec-custom .heading-1 {
    font-size: min( 12vw ,4em);
  }

  .simple .sec-worries ._worries_list,
  .custom .sec-worries ._worries_list {
    display: grid;
      grid-template-columns: repeat(1, minmax(0, 1fr));
      gap: 1.5em;
  }

  .simple .sec-plan ._includ ._includ_list,
  .custom .sec-plan ._includ ._includ_list {
    display: grid;
      grid-template-columns: repeat(auto-fit, minmax(144px, 1fr));
      gap: 1.5em;
    margin-left: auto;
    margin-right: auto;
  }

  .simple .sec-featur ._features_list,
  .simple .sec-design ._image_list,
  .custom .sec-featur ._features_list,
  .custom .sec-design ._image_list {
    display: grid;
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      gap: 1.5em;
    margin-left: auto;
    margin-right: auto;
  }

  .simple .sec-step ._step_list > li,
  .custom .sec-step ._step_list > li {
    margin-bottom: 1.5em;
    width: 100%;
  }

}
@media (min-width: 834px) {
  .simple .sec-simple .heading-1,
  .custom .sec-custom .heading-1 {
    font-size: min( 7vw ,4em);
  }

  .simple .sec-worries ._worries_list,
  .simple .sec-featur ._features_list,
  .simple .sec-design ._image_list,
  .custom .sec-featur ._features_list,
  .custom .sec-design ._image_list {
    display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1.5em;
  }

  .custom .sec-worries ._worries_list {
    display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    width: 100%;
  }

  .custom .sec-worries ._worries_list > li {
    margin-bottom: 1.5em;
    width: calc( 50% - 0.75em);
  }

  .custom .sec-worries ._worries_list > li:last-child {
    margin-bottom: 0;
    width: 100%;
  }

  .simple .sec-plan ._includ ._includ_list,
  .custom .sec-plan ._includ ._includ_list {
    display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 1.5em;
  }

  .simple .sec-step ._step_list::before,
  .custom .sec-step ._step_list::before {
    content: '';
    border-left: solid 2px var(--primary-color);
    box-sizing: border-box;
    display: block;
    position: absolute;
      left: calc(50% - 1px);
    width: 1em;
    height: 100%;
    z-index: -1;
  }

  .simple .sec-step ._step_list > li:nth-child(even),
  .custom .sec-step ._step_list > li:nth-child(even) {
    flex-direction: row-reverse;
    margin-left: 1.5em;
  }

  .simple .sec-step ._step_list > li:nth-child(odd),
  .custom .sec-step ._step_list > li:nth-child(odd) {
    margin-left: calc(50% - 1.5em);
  }

  .simple .sec-step ._step_list > li,
  .custom .sec-step ._step_list > li {
    margin-bottom: 2em;
    width: 50%;
  }

}

@media (hover: hover) {
/* hover指定できるPCを想定したスタイル */
}
@media (hover: none) {
/* hoverが使えないタッチ端末を想定した装飾 */
}


/* google_mybusiness
----------------------------------------------- */
.google_mybusiness .sec-google_mybusiness .sec_area-google_mybusiness {
    background-image: url("../img/google_mybusiness/message_bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 1.5em;
  }

.google_mybusiness .sec-google_mybusiness .sec_area-google_mybusiness ._table_of_contents > ul {
  padding: 2.5em 3em;
}

.google_mybusiness .sec-google_mybusiness .sec_area-google_mybusiness ._table_of_contents > ul > li > a {
  transition: .4s;
}

.google_mybusiness .sec-google_mybusiness .sec_area-google_mybusiness ._table_of_contents > ul > li > a:hover {
  color: #60c2ee;
}

.google_mybusiness .sec-google_mybusiness .sec_area-google_mybusiness .inner-sec_area > ._textarea {
  font-size: 1.125em;
  line-height: 1.5;
}

.google_mybusiness .sec-google_mybusiness .sec_area-google_mybusiness ._table_of_contents {
  background-color: rgba(255, 255, 255, 0.6);
}

.google_mybusiness .sec-lv-3 > .inner-sec > ._heading {
  border-left: 4px solid #000;
  font-weight: normal;
  padding-left: 0.5em;
}

.google_mybusiness .sec-lv-4 > .inner-sec > ._heading {
  font-weight: normal;
}

.google_mybusiness .sec-google_mybusiness .sec_area-google_mybusiness ._link {
  text-align: center;
}

.google_mybusiness .sec-google_mybusiness .sec_area-google_mybusiness ._link > a {
  background-color: #fff;
  color: #60c2ee;
  display: inline-block;
  margin: 2em auto 1em;
  padding: 1em 3em;
  transition: .4s;
}

.google_mybusiness .sec-google_mybusiness .sec_area-google_mybusiness ._link > a:hover {
  background-color: #60c2ee;
  color: #fff;
}

.google_mybusiness .sec-google_mybusiness .sec_area-google_mybusiness ._table_of_contents > ul > li > a {
  display: block;
  padding: 1em;
}

.google_mybusiness .sec-about .sec_area-about ._visual {
  display: flex;
    justify-content: space-between;
  position: relative;
}

.google_mybusiness .sec-about {
  background: linear-gradient( transparent 0%, transparent calc( 60vw - 10vw ), #c5effc calc( 60vw - 10vw ), #c5effc calc( 60vw + 10vw ), rgba(255, 255, 255, 0) calc( 60vw + 10vw ), transparent 100% );
}

.google_mybusiness .sec-about .sec_area-about ._visual::after {
  color: #c30d23;
  content: "＋";
  position: absolute;
    top: calc( 50% - 0.75em );
    left: calc( 50% - 0.5em );
  width: 10%;
}

.google_mybusiness .sec-about .sec_area-about ._visual ._iphone {
  background: 40% 0 no-repeat;
  background-size: contain;
  position: relative;
}

.google_mybusiness .sec-about .sec_area-about ._visual ._iphone:nth-child(1) {
  background-image: url("../img/google_mybusiness/about_image_01.png");
}

.google_mybusiness .sec-about .sec_area-about ._visual ._iphone:nth-child(2) {
  background-image: url("../img/google_mybusiness/about_image_02.png");
}

.google_mybusiness .sec-about .sec_area-about ._visual ._iphone ._search {
  background: url("../img/google_mybusiness/icon_search.png") calc( 100% - 0.75em ) 50% no-repeat;
  border-radius: 0.5em;
}

.google_mybusiness .sec-about .sec_area-about ._visual ._iphone ._search strong {
  font-weight: normal;
  margin-right: 0.25em;
}

.google_mybusiness .sec-about .sec_area-about ._visual ._iphone ._purpose {
  text-align: center;
}

.google_mybusiness .sec-about .sec_area-about ._visual ._iphone ._purpose span {
  display: block;
}

.google_mybusiness .sec-about .sec_area-about ._visual ._iphone ._purpose strong {
  display: block;
}

.google_mybusiness .sec-about .sec-purpose > .inner-sec > ._heading {
  display: none;
}

.google_mybusiness .sec-about .sec-purpose ._ordered_list ._item ._text {
  padding: 0.5em 0;
}

.google_mybusiness .sec-about .sec-purpose ._ordered_list ._item ._text p {
  text-align: center;
}

.google_mybusiness .sec-about .sec-purpose ._ordered_list ._item ._text p span {
  display: block;
}

.google_mybusiness .sec-about .sec-merit ._list > ul > li {
  counter-increment: count;
}

.google_mybusiness .sec-about .sec-merit ._list ._item::before {
  background-color: #00b8ed;
  border-radius: 4em;
  box-shadow: 0 2px 4px rgba( 0, 0, 0, 0.5 );
  color: #fff;
  content: "point";
  font-weight: bold;
}

.google_mybusiness .sec-about .sec-merit ._list ._item::after {
  color: #fff;
  content: counter(count);
}

.google_mybusiness .sec-about .sec-merit ._list ._item ._text p {
  text-align: center;
}

.google_mybusiness .sec-agency_service .sec-work_flow ._ordered_list > ol > li {
  counter-increment: count;
}

.google_mybusiness .sec-agency_service .sec-work_flow ._ordered_list ._item {
  border: 2px solid #000;
}

.google_mybusiness .sec-agency_service .sec-work_flow ._ordered_list ._item::before {
  content: "Step" counter(count);
  display: block;
  font-weight: bold;
}

.google_mybusiness .sec-price ._definitions.-price strong {
  font-weight: normal;
}

.google_mybusiness .sec-price .sec-example ._list ._item {
  border: 2px solid #000;
}

.google_mybusiness .sec-price .sec-example ._list ._item ._heading {
  font-weight: bold;
}

.google_mybusiness .sec-photo_retouch .sec-example ._list ._item ._before_after ._image {
  width: 304px;
}

.google_mybusiness .sec-contact_form ._required::before {
  content: "※";
}

.google_mybusiness .sec-contact_form ._form input[type="text"],
.google_mybusiness .sec-contact_form ._form input[type="email"],
.google_mybusiness .sec-contact_form ._form textarea {
  border: 1px solid #000;
  box-sizing: border-box;
  padding: 0.25em 0.5em 0;
  width: 100%;
}

.google_mybusiness .sec-contact_form ._form ._submit {
  text-align: center;
}

@media (max-width: 833px) {
  
  .google_mybusiness .sec-lv-3,
  .google_mybusiness .sec_area-about ._summary,
  .google_mybusiness .sec_area-agency_service ._summary,
  .google_mybusiness .sec_area-contact_form > .inner-sec_area {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  
  .google_mybusiness .sec-lv-1 > .inner-sec > ._heading {
    font-size: 16px;
  }
  
  .google_mybusiness .sec-lv-2 > .inner-sec > ._heading {
    font-size: 16px;
    margin-bottom: 1.5em;
  }
  
  .google_mybusiness .sec-lv-2 > .inner-sec > ._heading > span {
    display: block;
  }
  
  .google_mybusiness .sec-lv-2 > .inner-sec > ._heading > span > span {
    display: inline-block;
    padding: 0.75em calc( 0.5rem + 0.5em );
    position: relative;
  }
  
  .google_mybusiness .sec-lv-3 {
    margin-bottom: 3em;
  }
  
  .google_mybusiness .sec-lv-3 > .inner-sec > ._heading {
    font-size: 16px;
    margin-bottom: 1.5em;
  }
  
  .google_mybusiness .sec-google_mybusiness .sec_area-google_mybusiness ._message br {
    display: none;
  }
  
  .google_mybusiness .sec-about .sec_area-about ._summary {
    margin-bottom: 1.5em;
  }

  .google_mybusiness .sec-google_mybusiness .sec_area-google_mybusiness ._table_of_contents > ul > li > a {
    text-align: center;
  }

  .google_mybusiness .sec-google_mybusiness .sec_area-google_mybusiness ._link > a {
    margin-bottom: 2em;
  }
  
  .google_mybusiness .sec-about .sec_area-about ._visual {
    margin: 0 auto 3em;
    width: auto;
      min-width: 304px;
      max-width: 352px;
  }
  
  .google_mybusiness .sec-about .sec_area-about ._visual::after {
    font-size: 24px;
  }
  
  .google_mybusiness .sec-about .sec_area-about ._visual ._iphone ._search {
    background-size: 8px;
    font-size: 6px;
    padding: 0.5em 1em;
    position: absolute;
      top: 40px;
      left: calc( 50% - 48px );
    width: 96px;
  }
  
  .google_mybusiness .sec-about .sec_area-about ._visual ._iphone ._purpose {
    position: absolute;
      top: 112px;
      left: calc( 50% - 48px );
    width: 96px;
  }
  
  .google_mybusiness .sec-about .sec_area-about ._visual ._iphone ._purpose span {
    font-size: 8px;
  }
  
  .google_mybusiness .sec-about .sec_area-about ._visual ._iphone ._purpose strong {
    font-size: 11px;
    margin-top: 0.5em;
  }
  
  .google_mybusiness .sec-about .sec-purpose ._ordered_list > ol > li {
    margin-bottom: 3em;
  }
  
  .google_mybusiness .sec-about .sec-purpose ._ordered_list ._item {
    margin: 0 auto;
    width: 70%;
  }
  
  .google_mybusiness .sec-about .sec-merit ._list > ul > li:not(:last-child) {
    margin-bottom: 6em;
  }
  
  .google_mybusiness .sec-about .sec-merit ._list ._item {
    position: relative;
  }
  
  .google_mybusiness .sec-about .sec-merit ._list ._item::before {
    font-size: 10px;
    padding: 2.5em 1em 0.75em;
    position: absolute;
      top: 0;
      left: calc( 50% - 2.5em );
  }
  
  .google_mybusiness .sec-about .sec-merit ._list ._item::after {
    font-size: 18px;
    position: absolute;
      top: 4px;
      left: calc( 50% - 8px );
  }
  
  .google_mybusiness .sec-about .sec-merit ._list ._item ._text {
    margin: 0 auto 1em;
    padding-top: calc( 3.5em + 1em );
    width: 296px;
  }
  
  .google_mybusiness .sec-about .sec-merit ._list ._item ._image {
    margin: 0 auto;
    width: 70%;
  }
  
  .google_mybusiness .sec-agency_service .sec_area-agency_service {
    margin-bottom: 3em;
  }
  
  .google_mybusiness .sec-agency_service .sec-work_flow ._ordered_list {
    margin-bottom: 1.5em;
  }
  
  .google_mybusiness .sec-agency_service .sec-work_flow ._ordered_list > ol > li:not(:last-child) {
    margin-bottom: 6em;
    position: relative;
  }
  
  .google_mybusiness .sec-agency_service .sec-work_flow ._ordered_list > ol > li:not(:last-child)::before,
  .google_mybusiness .sec-agency_service .sec-work_flow ._ordered_list > ol > li:not(:last-child)::after {
    border-top: 1.5em solid #000;
    border-right: 1.5em solid transparent;
    border-left: 1.5em solid transparent;
    content: "";
    display: block;
  }
  
  .google_mybusiness .sec-agency_service .sec-work_flow ._ordered_list > ol > li:not(:last-child)::before {
    position: absolute;
      top: calc( 100% + 2.5em );
      left: calc( 50% - 1.5em );
  }
  
  .google_mybusiness .sec-agency_service .sec-work_flow ._ordered_list > ol > li:not(:last-child)::after {
    border-top-color: #f00;
    position: absolute;
      top: calc( 100% + 2em );
      left: calc( 50% - 1.5em );
  }
  
  .google_mybusiness .sec-agency_service .sec-work_flow ._ordered_list ._item::before {
    padding: 0.5em;
  }
  
  .google_mybusiness .sec-agency_service .sec-work_flow ._ordered_list ._item ._text {
    padding: 0.5em;
    padding-top: 0.75em;
  }
  
  .google_mybusiness .sec-price .sec-price_details ._definitions.-price > dl {
    border: 2px solid #000;
    border-top: 0;
  }
  
  .google_mybusiness .sec-price .sec-price_details ._definitions.-price > dl > dt {
    border-top: 2px solid #000;
    padding: 0.5em;
  }
  
  .google_mybusiness .sec-price .sec-price_details ._definitions.-price > dl > dd {
    border-top: 2px dotted #000;
    padding: 0.5em;
  }
  
  .google_mybusiness .sec-price .sec-example ._list > ul > li:not(:last-child) {
    margin-bottom: 3em;
  }
  
  .google_mybusiness .sec-price .sec-example ._list ._item > ._heading {
    padding: 0.5em;
  }
  
  .google_mybusiness .sec-price .sec-example ._list ._item ._text {
    padding: 0.5em;
    padding-top: 0.75em;
  }
  
  .google_mybusiness .sec-photo_retouch .sec-example ._list ._item ._before_after ._image:nth-of-type(1)::after {
    content: "↓";
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
  }
  
  .google_mybusiness .sec-photo_retouch .sec-example ._list > ul > li:not(:last-child) {
    margin-bottom: 3em;
  }
  
  .google_mybusiness .sec-photo_retouch .sec-example ._list ._item > ._heading {
    margin-bottom: 1.5em;
  }
  
  .google_mybusiness .sec-contact_form ._required {
    font-size: 12px;
  }
  
  .google_mybusiness .sec-contact_form ._form ._definitions > dl > dt {
    margin-bottom: 0.25em;
  }
  
  .google_mybusiness .sec-contact_form ._form ._definitions > dl > dd:not(:last-of-type) {
    margin-bottom: 1em;
  }
  
  .google_mybusiness .sec-contact_form ._form input[type="text"],
  .google_mybusiness .sec-contact_form ._form input[type="email"],
  .google_mybusiness .sec-contact_form ._form textarea {
    font-size: 16px;
    -webkit-appearance: none;
  }
  
  .google_mybusiness .sec-contact_form ._form ._submit {
    margin: 1.25em 0;
  }
  
}

@media (min-width: 834px) {
  
  .google_mybusiness .sec-lv-2 > .inner-sec > ._heading > span,
  .google_mybusiness .sec-lv-3,
  .google_mybusiness .sec_area-lv-1 > .inner-sec_area,
  .google_mybusiness .sec_area-about ._summary,
  .google_mybusiness .sec_area-about ._visual,
  .google_mybusiness .sec_area-agency_service ._summary,
  .google_mybusiness .sec_area-contact_form > .inner-sec_area {
    margin-left: auto;
    margin-right: auto;
  }
  
  .google_mybusiness .sec-lv-3,
  .google_mybusiness .sec_area-lv-1 > .inner-sec_area,
  .google_mybusiness .sec_area-about ._summary,
  .google_mybusiness .sec_area-about ._visual,
  .google_mybusiness .sec_area-agency_service ._summary,
  .google_mybusiness .sec_area-contact_form > .inner-sec_area {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .google_mybusiness .sec-google_mybusiness .sec_area-google_mybusiness .inner-sec_area {
    display: flex;
      flex-wrap: wrap;
      flex-direction: row-reverse;
      -webkit-flex-direction: row-reverse;
      justify-content: space-between;
      align-items: center;
  }

  .google_mybusiness .sec-google_mybusiness .sec_area-google_mybusiness .inner-sec_area > ._table_of_contents {
    width: 24em;
  }

  .google_mybusiness .sec-google_mybusiness .sec_area-google_mybusiness .inner-sec_area > ._textarea {
    width: calc(100% - 24em);
  }
  
  .google_mybusiness .sec-lv-2 > .inner-sec > ._heading {
    font-size: 24px;
    margin-bottom: 2.5em;
  }
  
  .google_mybusiness .sec-lv-2 > .inner-sec > ._heading > span {
    display: block;
  }
  
  .google_mybusiness .sec-lv-2 > .inner-sec > ._heading > span > span {
    display: inline-block;
    padding: 1.25em 3em;
    position: relative;
  }
  
  .google_mybusiness .sec-lv-3 {
    margin-bottom: 3.5em;
  }
  
  .google_mybusiness .sec-lv-3 > .inner-sec > ._heading {
    font-size: 20px;
    margin-bottom: 1.5em;
  }
  
  .google_mybusiness .sec-lv-4 > .inner-sec > ._heading {
    margin: 0.5em 0.75em;
  }
  
  .google_mybusiness .sec-google_mybusiness .sec_area-google_mybusiness > .inner-sec_area {
    height: auto;
      min-height: 512px;
    position: relative;
  }
  
  .google_mybusiness .sec-google_mybusiness .sec_area-contact {
    background: 50% 0 / 1920px 400px no-repeat;
    margin-bottom: 8em;
  }
  
  .google_mybusiness .sec-google_mybusiness .sec_area-contact.-advice {
    background-image: url("../img/google_mybusiness/contact_advice_bg.jpg");
  }
  
  .google_mybusiness .sec-google_mybusiness .sec_area-contact.-support {
    background-image: url("../img/google_mybusiness/contact_support_bg.jpg");
  }
  
  .google_mybusiness .sec-google_mybusiness .sec_area-contact > .inner-sec_area {
    height: 400px;
  }
  
  .google_mybusiness .sec-google_mybusiness .sec_area-contact.-advice ._text {
    padding-top: 40px;
    padding-left: 472px;
  }
  
  .google_mybusiness .sec-google_mybusiness .sec_area-contact.-advice ._text p {
    font-size: 20px;
    line-height: 2;
  }
  
  .google_mybusiness .sec-google_mybusiness .sec_area-contact.-support ._text {
    padding-top: 100px;
    padding-left: 240px;
  }
  
  .google_mybusiness .sec-google_mybusiness .sec_area-contact.-support ._text p {
    font-size: 20px;
    line-height: 2;
  }
  
  .google_mybusiness .sec-about .sec_area-about ._summary {
    font-size: 20px;
    margin-bottom: 3rem;
    padding-left: 1rem;
  }
  
  .google_mybusiness .sec-about .sec_area-about ._visual {
    margin-bottom: 4.5em;
  }
  
  .google_mybusiness .sec-about .sec_area-about ._visual::after {
    font-size: 240px;
  }
  
  .google_mybusiness .sec-about .sec_area-about ._visual ._iphone {
    height: 816px;
    width: 416px;
  }
  
  .google_mybusiness .sec-about .sec_area-about ._visual ._iphone ._search {
    padding: 0.6em 1em 0.4em;
    position: absolute;
      top: 148px;
      left: calc( 50% - 160px );
    width: 320px;
  }
  
  .google_mybusiness .sec-about .sec_area-about ._visual ._iphone ._purpose {
    position: absolute;
      top: 384px;
      left: calc( 50% - 176px );
    width: 352px;
  }
  
  .google_mybusiness .sec-about .sec_area-about ._visual ._iphone ._purpose span {
    font-size: 30px;
  }
  
  .google_mybusiness .sec-about .sec_area-about ._visual ._iphone ._purpose strong {
    font-size: 40px;
    margin-top: 0.5em;
  }
  
  .google_mybusiness .sec-about .sec-purpose ._ordered_list > ol {
    display: flex;
      justify-content: space-between;
  }
  
  .google_mybusiness .sec-about .sec-purpose ._ordered_list > ol > li {
    width: 320px;
  }
  
  .google_mybusiness .sec-about .sec-purpose ._ordered_list ._item ._text {
    font-size: 24px;
    overflow: hidden;
    position: relative;
  }
  
  .google_mybusiness .sec-about .sec-purpose ._ordered_list ._item ._text::before {
    border-top: 1em solid transparent;
    border-bottom: 1em solid transparent;
    border-left: 1em solid #000;
    content: "";
    display: block;
    position: absolute;
      bottom: -1em;
      left: 0;
  }
  
  .google_mybusiness .sec-about .sec-purpose ._ordered_list ._item ._text::after {
    border-top: 1em solid transparent;
    border-bottom: 1em solid transparent;
    border-right: 1em solid #000;
    content: "";
    display: block;
    position: absolute;
      top: -1em;
      right: 0;
  }
  
  .google_mybusiness .sec-about .sec-merit {
    background: linear-gradient( transparent 0%, transparent calc( 50% - 200px ), #c5effc calc( 50% - 200px ), #c5effc calc( 50% + 96px ), rgba(255, 255, 255, 0) calc( 50% + 96px ), transparent 100% );
    padding: 0;
    width: auto;
  }
  
  .google_mybusiness .sec-about .sec-merit > .inner-sec > ._heading {
    display: none;
  }
  
  .google_mybusiness .sec-about .sec-merit > .inner-sec > .inner-sec_contents {
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 1152px;
  }
  
  .google_mybusiness .sec-about .sec-merit ._list > ul {
    display: flex;
      justify-content: space-between;
  }
  
  .google_mybusiness .sec-about .sec-merit ._list > ul > li {
    width: 320px;
  }
  
  .google_mybusiness .sec-about .sec-merit ._list ._item {
    padding-top: 120px;
    position: relative;
  }
  
  .google_mybusiness .sec-about .sec-merit ._list ._item::before {
    font-size: 16px;
    padding: 2.75em 1.125em 0.75em;
    position: absolute;
      top: 0;
      left: calc( 50% - 2.5em );
  }
  
  .google_mybusiness .sec-about .sec-merit ._list ._item::after {
    font-size: 32px;
    position: absolute;
      top: 4px;
      left: calc( 50% - 12px );
  }
  
  .google_mybusiness .sec-about .sec-merit ._list ._item ._text {
    font-size: 20px;
    margin-bottom: 2.5em;
  }
  
  .google_mybusiness .sec-agency_service .sec_area-agency_service {
    margin-bottom: 4.5em;
  }
  
  .google_mybusiness .sec-agency_service .sec-work_flow ._ordered_list {
    margin-bottom: 3.5em;
  }
  
  .google_mybusiness .sec-agency_service .sec-work_flow ._ordered_list > ol > li:not(:last-child) {
    margin-bottom: 4.75em;
    position: relative;
  }
  
  .google_mybusiness .sec-agency_service .sec-work_flow ._ordered_list > ol > li:not(:last-child)::before,
  .google_mybusiness .sec-agency_service .sec-work_flow ._ordered_list > ol > li:not(:last-child)::after {
    border-top: 3em solid #000;
    border-right: 3em solid transparent;
    border-left: 3em solid transparent;
    content: "";
    display: block;
  }
  
  .google_mybusiness .sec-agency_service .sec-work_flow ._ordered_list > ol > li:not(:last-child)::before {
    position: absolute;
      top: calc( 100% + 1.5em );
      left: calc( 50% - 3em );
  }
  
  .google_mybusiness .sec-agency_service .sec-work_flow ._ordered_list > ol > li:not(:last-child)::after {
    border-top-color: #f00;
    position: absolute;
      top: calc( 100% + 0.75em );
      left: calc( 50% - 3em );
  }
  
  .google_mybusiness .sec-agency_service .sec-work_flow ._ordered_list ._item {
    display: flex;
      align-items: center;
      justify-content: space-between;
  }
  
  .google_mybusiness .sec-agency_service .sec-work_flow ._ordered_list ._item::before {
    font-size: 24px;
    padding: 62px 0;
    text-align: center;
    width: 4em;
  }
  
  .google_mybusiness .sec-agency_service .sec-work_flow ._ordered_list ._item ._image {
    order: 1;
    width: 304px;
  }
  
  .google_mybusiness .sec-agency_service .sec-work_flow ._ordered_list ._item ._text {
    padding: 0 2em;
    width: calc( 100% - 96px - 304px );
  }
  
  .google_mybusiness .sec-price .sec-price_details ._definitions.-price {
    margin-bottom: 1.5em;
  }
  
  .google_mybusiness .sec-price .sec-price_details ._definitions.-price > dl {
    border: 2px solid #000;
    border-top: 0;
    overflow: hidden;
  }
  
  .google_mybusiness .sec-price .sec-price_details ._definitions.-price > dl > dt,
  .google_mybusiness .sec-price .sec-price_details ._definitions.-price > dl > dd {
    padding: 0.75em 1.25em;
  }
  
  .google_mybusiness .sec-price .sec-price_details ._definitions.-price > dl > dt {
    border-top: 2px solid #000;
    clear: left;
    float: left;
    width: calc( 100% - 25em );
  }
  
  .google_mybusiness .sec-price .sec-price_details ._definitions.-price > dl > dd {
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    float: left;
    padding-right: 3em;
    text-align: right;
    width: 25em;
  }
  
  .google_mybusiness .sec-price .sec-price_details ._notes {
    margin-bottom: 1.5em;
    margin-left: 1.5em;
  }
  
  .google_mybusiness .sec-price .sec-price_details ._notes:nth-of-type(1) {
    margin-top: 2em;
  }
  
  .google_mybusiness .sec-price .sec-example ._list > ul > li:not(:last-child) {
    margin-bottom: 2.5em;
  }
  
  .google_mybusiness .sec-price .sec-example ._list ._item {
    display: flex;
      align-items: center;
      justify-content: space-between;
  }
  
  .google_mybusiness .sec-price .sec-example ._list ._item ._heading {
    font-size: 24px;
    padding: 62px 0;
    text-align: center;
    width: 304px;
  }
  
  .google_mybusiness .sec-price .sec-example ._list ._item ._image {
    order: 1;
    width: 304px;
  }
  
  .google_mybusiness .sec-price .sec-example ._list ._item ._text {
    padding: 0 2em;
    width: calc( 100% - 304px - 304px );
  }
  
  .google_mybusiness .sec-photo_retouch .sec-price_details ._definitions.-price {
    margin-bottom: 1.5em;
  }
  
  .google_mybusiness .sec-photo_retouch .sec-price_details ._definitions.-price > dl {
    border: 2px solid #000;
    border-top: 0;
    overflow: hidden;
  }
  
  .google_mybusiness .sec-photo_retouch .sec-price_details ._definitions.-price > dl > dt,
  .google_mybusiness .sec-photo_retouch .sec-price_details ._definitions.-price > dl > dd {
    padding: 0.75em 1.25em;
  }
  
  .google_mybusiness .sec-photo_retouch .sec-price_details ._definitions.-price > dl > dt {
    border-top: 2px solid #000;
    clear: left;
    float: left;
    width: calc( 100% - 25em );
  }
  
  .google_mybusiness .sec-photo_retouch .sec-price_details ._definitions.-price > dl > dd {
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    float: left;
    padding-right: 3em;
    text-align: right;
    width: 25em;
  }
  
  .google_mybusiness .sec-photo_retouch .sec-price_details ._notes {
    margin-bottom: 1.5em;
    margin-left: 1.5em;
  }
  
  .google_mybusiness .sec-photo_retouch .sec-price_details ._notes:nth-of-type(1) {
    margin-top: 2em;
  }
  
  .google_mybusiness .sec-photo_retouch .sec-example ._list > ul > li:not(:last-child) {
    margin-bottom: 3em;
  }
  
  .google_mybusiness .sec-photo_retouch .sec-example ._list ._item {
    display: flex;
      align-items: center;
      justify-content: space-between;
  }
  
  .google_mybusiness .sec-photo_retouch .sec-example ._list ._item > ._heading {
    order: 1;
    padding: 0 2em;
    width: 400px;
  }
  
  .google_mybusiness .sec-photo_retouch .sec-example ._list ._item ._before_after {
    display: flex;
      justify-content: space-between;
    position: relative;
    width: 720px;
  }
  
  .google_mybusiness .sec-photo_retouch .sec-example ._list ._item ._before_after ._image:nth-of-type(1)::after {
    content: ">>>";
    position: absolute;
      top: calc( 50% - 0.75em );
      left: calc( 50% - 1.25em );
  }
  
  .google_mybusiness .sec-contact_form ._required {
    font-size: 12px;
  }
  
  .google_mybusiness .sec-contact_form ._form {
    padding: 0 2em;
  }
  
  .google_mybusiness .sec-contact_form ._form ._definitions > dl {
    overflow: hidden;
  }
  
  .google_mybusiness .sec-contact_form ._form ._definitions > dl > dt,
  .google_mybusiness .sec-contact_form ._form ._definitions > dl > dd:not(:last-of-type) {
    margin-bottom: 1.5em;
  }
  
  .google_mybusiness .sec-contact_form ._form ._definitions > dl > dt {
    clear: left;
    float: left;
    padding: 0.5em 0 0.25em;
    width: 12em;
  }
  
  .google_mybusiness .sec-contact_form ._form ._definitions > dl > dd {
    float: left;
    margin-left: 1em;
    padding: 0.25em;
    padding-right: ;
    width: calc( 100% - 12em - 1em );
  }
  
  .google_mybusiness .sec-contact_form ._form ._submit {
    margin: 1.5em 0;
  }
  
}
@media (max-width: 833px) {
}
@media (min-width: 834px) {
}

@media (hover: hover) {
/* hover指定できるPCを想定したスタイル */
}
@media (hover: none) {
/* hoverが使えないタッチ端末を想定した装飾 */
}

/* aaa
----------------------------------------------- */
@media (max-width: 833px) {
}
@media (min-width: 834px) {
}

@media (hover: hover) {
/* hover指定できるPCを想定したスタイル */
}
@media (hover: none) {
/* hoverが使えないタッチ端末を想定した装飾 */
}

/* aaa
----------------------------------------------- */
@media (max-width: 833px) {
}
@media (min-width: 834px) {
}

@media (hover: hover) {
/* hover指定できるPCを想定したスタイル */
}
@media (hover: none) {
/* hoverが使えないタッチ端末を想定した装飾 */
}











/* end of file */