@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://fonts.googleapis.com/css?family=Source+Code+Pro");
/*--------------------------------
 1.Base
 2.Layout
 3.Module
 4.State
 5.Theme

 T1.Theme common

 H1.Header
 H2.Global Navigation
 H3.BreadCrumb

 C1.Main
 C2.Aside

 F1.Footer
 F2.Footer Navigation
 F3.Footer reserve
 F4.Footer SP

 Page
 P1.Index
 P1-1.Index common
 P1-2.Customer content
 P1-3.Feature content
 P1-4.Treatment content
 P1-5.Owner content
 P1-6.Recommendation content
 P1-7.Voice content
 P1-8.Media content
 P1-9.Comparison content
 P1-10.Counseling content
 P1-11.QA content
 P1-12.OK NG content
 P1-13.Ohji content
 P2.Price
 P3.Staff
 P4.Access
 P5.Inquiry

 Entry
 E1.Before After
 E1-A.Before After Archive
 E1-S.Before After Single
 E2.Blog
 E2-A.Blog Archive
 E2-S.Blog Single
 E3.Questionnaire
 E3-A.Questionnaire Archive
 E3-S.Questionnaire Single

--------------------------------*/
/*--------------------------------
 1.Base
--------------------------------*/
.fz14 {
  font-size: 14px;
  font-size: 1.4rem; }

.fz18 {
  font-size: 18px;
  font-size: 1.8rem; }

.fz20 {
  font-size: 20px;
  font-size: 2.0rem; }

.fz30 {
  font-size: 30px;
  font-size: 3.0rem; }

.fz42 {
  font-size: 42px;
  font-size: 4.2rem; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

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

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

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

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

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

*, *:before, *:after {
  box-sizing: border-box; }

html {
  font-size: 54.6%;
  line-height: 1.6; }

@media print, screen and (min-width: 991px) {
  html {
    font-size: 62.5%;
    line-height: 1.6; } }
html, button, input, select, textarea {
  font-family: Verdana, Noto Sans JP, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #393939; }

button, input, select, textarea {
  width: 100%; }

body {
  min-width: 320px;
  background: url(../img/common/bg.jpg);
  font-size: 16px;
  font-size: 1.6rem; }

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

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

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

.ie8 img {
  width: auto;
  height: auto; }

a {
  outline: none;
  text-decoration: none; }
  a img {
    border: 0; }
    a img:hover {
      opacity: 0.7; }
  a:link {
    color: #393939;
    text-decoration: underline; }
  a:visited {
    color: #393939;
    text-decoration: none; }
  a:hover {
    color: #393939;
    text-decoration: underline; }

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

caption {
  display: none; }

button {
  margin: 0;
  padding: 0;
  border: 0;
  background: none; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

p, li, dt, dd, th, td, pre {
  -ms-line-break: strict;
  line-break: strict;
  -ms-word-break: break-strict;
  word-break: break-strict; }

/*--------------------------------
 3.Layout
--------------------------------*/
.l-nav {
  margin: 0;
  padding: 0;
  list-style-type: none; }

/*--------------------------------
 3.Module
--------------------------------*/
.pc {
  display: none; }

.sp {
  display: block; }

@media print, screen and (min-width: 991px) {
  .pc {
    display: block; }

  .sp {
    display: none; } }
.wrapper,
.wrapper_l {
  padding: 0 3.125%;
  width: 100%;
  margin: 0 auto;
  position: relative; }

@media print, screen and (min-width: 991px) {
  .wrapper {
    margin: 0 auto;
    padding: 0;
    width: 960px; } }
.page_head {
  height: 100px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .page_head .page_title {
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E","HGS明朝E","ＭＳ Ｐ明朝", serif;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 28px;
    font-size: 2.8rem; }

.content_menu .page_head {
  background-image: url(../img/menu/img_main.jpg); }

@media print, screen and (min-width: 991px) {
  .page_head {
    height: 150px; }
    .page_head .page_title {
      margin-left: -390px;
      left: 50%;
      width: 780px;
      font-size: 40px;
      font-size: 4.0rem; } }
/*--- list ---*/
.disc {
  list-style-type: disc; }

/*--- table ---*/
.table .tr {
  margin: 0; }
.table .th, .table .td {
  margin: 0;
  padding: 5px 3.33%;
  font-size: 15px;
  font-size: 1.5rem; }
.table .th {
  font-weight: bold; }
.table .td {
  padding-top: 0;
  padding-bottom: 10px; }
  .table .td ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .table .td .disc {
    padding-left: 20px;
    list-style-type: disc; }

@media print, screen and (min-width: 767px) {
  .table {
    display: table;
    width: 100%; }
    .table .caption {
      display: table-caption; }
    .table .thead {
      display: table-header-group; }
    .table .tbody {
      display: table-row-group; }
    .table .tfoot {
      display: table-footer-group; }
    .table .col {
      display: table-column; }
    .table .colgroup {
      display: table-column-group; }
    .table .tr {
      display: table-row; }
    .table .th, .table .td {
      padding: 15px 0 15px 5px;
      display: table-cell;
      word-wrap: break-word;
      overflow: hidden;
      font-weight: normal; } }
.table_wrap {
  width: 100%; }

@media print, screen and (min-width: 767px) {
  .table_wrap {
    overflow: visible; } }
.submit_area {
  margin: 10.8% 0 0;
  text-align: center; }

.submit_back_area {
  margin-top: 5.4%;
  padding-top: 5.4%;
  border-top: 1px dotted #ccc;
  display: none;
  text-align: center; }

.mw_wp_form_confirm .submit_back_area {
  display: block; }

.btn {
  margin: 0 auto;
  padding: 10px;
  border: 2px solid #d2d2d2;
  display: block;
  position: relative;
  z-index: 10;
  text-align: center; }

@media print, screen and (min-width: 991px) {
  .btn {
    width: 240px; } }
.btn_link {
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none; }
  .btn_link:link, .btn_link:visited {
    text-decoration: none; }
  .btn_link:focus, .btn_link:active {
    top: 3px; }

.btn-search {
  color: #fff; }

.btn_back {
  color: #c00;
  background: #eee; }
  .btn_back:hover {
    background: #ccc; }

.btn_submit {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 51%, #e5e5e5 54%);
  background: -webkit-linear-gradient(top, white 51%, #e5e5e5 54%);
  background: linear-gradient(to bottom, white 51%, #e5e5e5 54%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
  font-weight: bold; }
  .btn_submit:hover {
    background: #ffe57f; }
  .btn_submit:focus, .btn_submit:active {
    top: 3px; }

.txt_normal {
  margin: 2.5rem 0 0;
  line-height: 1.6; }

.txt_caution {
  list-style-type: none; }
  .txt_caution li {
    text-indent: -20px;
    text-indent: 0; }
    .txt_caution li:before {
      content: "※";
      margin-right: 5px; }

.txt_disclaimer {
  margin: 3px 0 5px;
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: left;
  clear: both; }

@media print, screen and (min-width: 767px) {
  .txt_disclaimer {
    text-align: right; } }
.desclaimer_block {
  margin: 5.4% 0 0; }

.txt_big {
  font-size: 130%; }

.txt_bold {
  font-weight: bold; }

.clr_orange {
  color: #ffab00; }

.clr_green {
  color: #81b01a; }

.txt_line {
  margin: 0;
  display: inline;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 85%, #ffc400 85%, #ffc400 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 85%, #ffc400 85%, #ffc400 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 85%, #ffc400 85%, #ffc400 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffc400',GradientType=0 );
  /* IE6-9 */ }

.txt_shadow {
  -moz-text-shadow: 1px 0px 4px white, 0px 1px 5px white, -1px 0px 4px white, 0px -1px 5px white;
  -webkit-text-shadow: 1px 0px 4px white, 0px 1px 5px white, -1px 0px 4px white, 0px -1px 5px white;
  -ms-text-shadow: 1px 0px 4px white, 0px 1px 5px white, -1px 0px 4px white, 0px -1px 5px white;
  text-shadow: 1px 0px 4px white, 0px 1px 5px white, -1px 0px 4px white, 0px -1px 5px white; }

.overflowx {
  overflow-x: hidden; }

.cf:before, .cf:after {
  content: "";
  display: table; }
.cf:after {
  clear: both; }

/*--------------------------------
 5.State
--------------------------------*/
/*--------------------------------
 6.Theme
--------------------------------*/
/*--------------------------------
 T1.Theme common
--------------------------------*/
.block_head {
  text-align: center; }

.block_title {
  margin: 0;
  padding: 0;
  font-size: 48px;
  font-size: 4.8rem;
  font-family: 'Source Code Pro', monospace; }

.block_caption {
  margin: 7% auto 0;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem; }

@media only screen and (min-width: 991px) {
  .block_title {
    font-size: 60px;
    font-size: 6.0rem; }

  .block_caption {
    font-size: 20px;
    font-size: 2.0rem; } }
/*--------------------------------
 T1.Header
--------------------------------*/
.l-header {
  /*
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  */ }

.header_wrap a[href^="tel:"] {
  cursor: default; }
.header_wrap a img {
  opacity: 1; }

@media only screen and (min-width: 767px) {
  .header_wrap {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between; }
    .header_wrap .header_content {
      padding-left: 10px;
      width: 45%; }
    .header_wrap .header_contact {
      padding-right: 10px;
      width: 39%; } }
.header_content {
  margin: 5px 0 0; }
  .header_content .page_description {
    margin: 0;
    font-size: 13px;
    font-size: 1.3rem; }

.header_title {
  margin: 5px auto;
  padding: 0;
  width: 80%;
  line-height: 1; }
  .header_title a img {
    opacity: 1; }

@media only screen and (min-width: 991px) {
  .header_content {
    margin-top: 20px; }

  .header_title {
    margin: 5px 0;
    padding: 0;
    line-height: 1;
    width: 100%; }
    .header_title a img {
      opacity: 1; } }
.header_contact {
  background: #f52d21;
  text-align: center; }

@media only screen and (min-width: 991px) {
  .header_contact {
    text-align: right; } }
/*--------------------------------
 H2.Global Navigation
--------------------------------*/
.nav_global {
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5; }
  .nav_global ul {
    margin: 0 auto;
    padding: 0;
    list-style-type: none; }
    .nav_global ul li {
      border-bottom: 1px solid #eee;
      font-family: 'Source Code Pro', monospace; }
      .nav_global ul li a {
        padding: 8px;
        display: block;
        color: #393939;
        text-decoration: none; }
      .nav_global ul li.current {
        background: rgba(14, 25, 36, 0.1); }

.btn_spmenu {
  box-sizing: border-box;
  padding: 15px;
  color: #666;
  background: #fff;
  width: 55px;
  height: 55px;
  cursor: pointer;
  outline: 0;
  z-index: 510000; }

@media print, screen and (min-width: 991px) {
  .btn_spmenu {
    display: none; }

  .nav_global {
    margin: 10px auto 0;
    width: 780px;
    font-size: 16px;
    font-size: 1.6rem; }
    .nav_global ul {
      display: -webkit-flex;
      /* Safari */
      display: flex;
      -webkit-flex-wrap: wrap;
      /* Safari */
      flex-wrap: wrap;
      width: 100%; }
      .nav_global ul li {
        border: 0;
        width: 20%;
        text-align: center; } }
@media print, screen and (min-width: 991px) {
  .drawer-nav {
    position: relative; }

  .drawer--left .drawer-nav {
    left: 0; } }
/*--------------------------------
 H3.BreadCrumb
--------------------------------*/
.l-breadcrumb {
  background: rgba(255, 255, 255, 0.8);
  background: none; }

/*--------------------------------
 C1.Main
--------------------------------*/
.article_content {
  margin-top: 4.6%;
  padding: 2.32% 3.48%;
  background: #fff;
  clear: both; }
  .article_content:first-child {
    margin-top: 5.8%; }

.article_head {
  padding: 3.6% 2.6%;
  color: #fff;
  background: #ffab00; }

.article_title {
  margin: 0;
  padding: 0 0 0 4.0%;
  border-left: 10px solid #ffd45a;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.2; }

.article_body {
  padding: 4.0% 0 0;
  color: #333; }
  .article_body iframe {
    max-width: 100%; }

.article_foot {
  margin-top: 6.7%;
  text-align: center; }

@media only screen and (min-width: 1200px) {
  .article_content {
    margin-top: 40px;
    padding: 40px 60px; }
    .article_content:first-child {
      margin-top: 50px; }

  .article_head {
    padding: 30px 20px; }

  .article_title {
    padding-left: 30px; }

  .article_body {
    padding-top: 30px; }
    .article_body h3 {
      margin: 1.5rem 0 0;
      position: relative;
      font-weight: bold; }
    .article_body h4 {
      margin: 1.5rem 0 0; }
    .article_body h5 {
      margin: 1.5rem 0 0; }
    .article_body iframe {
      max-width: none; }

  .article_foot {
    margin-top: 50px; } }
/* title */
.ttl_head {
  padding: 4% 2.7%;
  background: #ffab00; }

.ttl_main {
  margin: 0;
  padding-left: 4.0%;
  border-left: 12px solid #ffe57f;
  color: #fff;
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.1; }

.ttl_line_green {
  padding: 1.8% 1.3%;
  border-top: 6px solid #81b01a;
  border-bottom: 1px dotted #9f9fa0; }

.ttl_line_orange {
  padding: 0 0 0 2.7%;
  border-left: 10px solid #ffab00; }

.ttl_bg_rorange {
  padding: 1.7% 2.7% 1.7% 0;
  background: #ffe57f; }

.ttl_bg_rorange h3 {
  margin: 0; }

/*--------------------------------
 F1.Footer
--------------------------------*/
.l-footer {
  background: #fff; }

.gotop_wrap {
  position: fixed;
  right: 5%;
  bottom: 40px;
  z-index: 10000; }

.gotop {
  text-align: center; }
  .gotop a {
    margin: 0 0 0 auto;
    border-radius: 5px;
    display: block;
    width: 48px;
    height: 48px;
    position: relative;
    background: #0066b3; }
    .gotop a span {
      display: none; }
    .gotop a:after {
      content: "";
      margin-top: -6px;
      margin-left: -11px;
      border-top: 4px solid #fff;
      border-right: 4px solid #fff;
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      width: 20px;
      height: 20px;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.footer_wrapper .section_block {
  margin: 0 auto;
  padding: 14% 0; }
.footer_wrapper .section_head .remake_txt {
  margin: 0;
  padding: 2px 5px;
  border-radius: 3px;
  display: inline-block;
  color: #fff;
  background: #0066b3;
  font-size: 11px;
  font-size: 1.1rem; }
.footer_wrapper .section_head .section_title {
  margin: 5px 0 0;
  padding: 0 0 50px;
  background: url(../img/common/img_gs.png) no-repeat left bottom;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal; }
.footer_wrapper .section_head .section_caption {
  text-align: center; }
.footer_wrapper .section_body {
  margin: 20px 0 0; }
  .footer_wrapper .section_body .txt_normal {
    margin: 5px 0 0;
    font-size: 18px;
    font-size: 1.8rem; }
.footer_wrapper .section_foot .foot_nav {
  margin: 20px 0 0;
  padding: 0;
  list-style-type: none;
  border: 1px solid #ccc;
  border-top: 0; }
  .footer_wrapper .section_foot .foot_nav li {
    border-top: 1px solid #ccc; }
    .footer_wrapper .section_foot .foot_nav li a {
      padding: 5px;
      display: block;
      text-align: center;
      text-decoration: none; }

@media print, screen and (min-width: 767px) {
  .footer_wrapper .section_block {
    width: 48%; } }
@media print, screen and (min-width: 991px) {
  .gotop_wrap {
    right: 10%;
    bottom: 0; }

  .gotop a {
    border-radius: 5px 5px 0 0; }

  .footer_wrapper .section_block {
    padding: 135px 0;
    width: 460px; }
  .footer_wrapper .section_head {
    position: relative; }
    .footer_wrapper .section_head .section_caption {
      position: absolute;
      right: 0;
      top: 0; }
  .footer_wrapper .section_foot .foot_nav {
    padding: 0;
    border: 0;
    list-style-type: none; }
    .footer_wrapper .section_foot .foot_nav li {
      border: 0;
      display: inline-block; }
      .footer_wrapper .section_foot .foot_nav li:before {
        content: "・"; }
      .footer_wrapper .section_foot .foot_nav li a {
        display: inline; }
        .footer_wrapper .section_foot .foot_nav li a:hover {
          text-decoration: underline; } }
.copyright {
  margin: 0;
  padding: 0 0 10px;
  text-align: center; }

/*--------------------------------
 Page
--------------------------------*/
.l-main {
  margin-top: 10px; }

@media print, screen and (min-width: 991px) {
  .l-main {
    margin-top: 10px; } }
.thumb_right {
  margin: 0 0 3.3%;
  text-align: center; }

.thumb_left {
  margin: 0 0 3.3%;
  text-align: center; }

@media print, screen and (min-width: 767px) {
  .thumb_right {
    margin: 0 0 2.7% 3.3%;
    float: right; }

  .thumb_left {
    margin: 0 3.3% 2.7% 0;
    float: left; } }
.thumb_mid {
  margin-top: 2.5rem; }

/*--------------------------------
 P1.Index
--------------------------------*/
.service_block {
  margin: 0 auto; }

.service_list {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .service_list li {
    padding: 1%;
    width: 49%; }
  .service_list .bnr01, .service_list .bnr02 {
    width: 100%; }

@media print, screen and (min-width: 767px) {
  .service_list {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .service_list li {
      padding: 1%;
      width: 23%; }
    .service_list .bnr01, .service_list .bnr02 {
      width: 49%; } }
@media print, screen and (min-width: 991px) {
  .service_block {
    width: 940px; }

  .service_list li {
    padding: 10px;
    border-top: 1px dashed #b2b2b2;
    border-left: 1px dashed #b2b2b2;
    width: 235px; }
  .service_list .bnr01, .service_list .bnr02 {
    border-top: 0;
    width: 470px; }
  .service_list .bnr01, .service_list .bnr03, .service_list .bnr07, .service_list .bnr11 {
    border-left: 0; } }
.remake_block {
  margin: 50px 0 0; }
  .remake_block .section_title {
    margin: 0;
    padding: 0; }
  .remake_block .section_caption {
    margin: 10px 0 0;
    text-align: center; }

.remake_main_box {
  margin-top: 30px; }
  .remake_main_box .box_head {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
    position: relative;
    width: 100%; }
    .remake_main_box .box_head:before, .remake_main_box .box_head:after {
      content: "";
      position: absolute;
      width: 20px;
      height: 100%;
      background-size: cover; }
    .remake_main_box .box_head:before {
      left: 0;
      background: url(../img/index/img_obi_left.png) no-repeat left top;
      background-size: 20px 100%; }
    .remake_main_box .box_head:after {
      right: 0;
      background: url(../img/index/img_obi_right.png) no-repeat left top;
      background-size: 20px 100%; }
  .remake_main_box .box_title {
    margin: 0 20px;
    padding: 3px 0;
    width: calc(100% - 38px);
    color: #fff;
    background: #006683;
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center; }
    .remake_main_box .box_title span {
      color: #feef00; }
  .remake_main_box .box_body {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
    margin: 30px 1% 0;
    padding: 20px 2%;
    border-radius: 5px;
    background: #fff; }

.remake_det_info .box_body_title {
  margin: 0;
  text-align: center; }

.remake_det_thumb {
  margin: 20px auto 0;
  text-align: center; }

@media print, screen and (min-width: 767px) {
  .remake_main_box .box_body {
    -webkit-flex-direction: row-reverse;
    /* Safari */
    flex-direction: row-reverse;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between; }

  .remake_det_info {
    width: 55%; }

  .remake_det_thumb {
    margin: 0;
    width: 42%; } }
.remake_merit_box {
  margin: 30px auto; }
  .remake_merit_box .box_title {
    padding: 2px 5px;
    border-left: 5px solid #535a8c;
    background: #e1deda;
    font-size: 20px;
    font-size: 2.0rem; }

.remake_merit_list {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #a3a198; }
  .remake_merit_list dt, .remake_merit_list dd {
    box-sizing: border-box;
    margin: 0;
    padding: 3px 10px; }
  .remake_merit_list dt {
    color: #535a8c; }
  .remake_merit_list .txt_normal {
    margin: 0; }

@media print, screen and (min-width: 767px) {
  .remake_merit_box {
    width: 98%;
    max-width: 940px; }

  .remake_merit_list {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
    margin: 0;
    padding: 0; }
    .remake_merit_list dt, .remake_merit_list dd {
      box-sizing: border-box;
      padding: 10px 0; }
    .remake_merit_list dt {
      padding-left: 10px;
      width: 17%; }
    .remake_merit_list dd {
      padding-right: 10px;
      width: 83%; }
    .remake_merit_list .txt_normal {
      margin: 0; } }
.section_footer {
  margin-bottom: 50px; }
  .section_footer .section_bnr {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center; }
  .section_footer li {
    margin-top: 10px; }
    .section_footer li:first-child {
      margin-top: 0; }

@media print, screen and (min-width: 767px) {
  .section_footer {
    margin-bottom: 50px; }
    .section_footer .section_bnr {
      margin: 0;
      padding: 0;
      list-style-type: none;
      text-align: center; }
    .section_footer li {
      margin-top: 30px; }
      .section_footer li:first-child {
        margin-top: 0; }
        .section_footer li:first-child a {
          cursor: default; }
          .section_footer li:first-child a img {
            opacity: 1; } }
.company_table .td {
  border-bottom: 1px solid #eee; }

@media print, screen and (min-width: 767px) {
  .company_table .th, .company_table .td {
    border-bottom: 1px solid #eee; } }
/* company */
.company_block {
  margin: 50px auto 30px; }
  .company_block .section_head .remake_txt {
    margin: 0;
    padding: 2px 5px;
    border-radius: 3px;
    display: inline-block;
    color: #fff;
    background: #0066b3;
    font-size: 11px;
    font-size: 1.1rem; }
  .company_block .section_head .section_title {
    margin: 5px 0 0;
    padding: 0 0 50px;
    background: url(../img/common/img_gs.png) no-repeat left bottom;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal; }
  .company_block .section_head .section_caption {
    display: none;
    text-align: center; }
  .company_block .section_body {
    margin: 20px 0 0; }
    .company_block .section_body .txt_normal {
      margin: 5px 0 0;
      font-size: 18px;
      font-size: 1.8rem; }
    .company_block .section_body .tr {
      border-bottom: 1px dotted #C4BC93; }
    .company_block .section_body .gmap {
      margin-top: 10px;
      padding-top: 57%;
      max-width: 520px;
      position: relative; }
      .company_block .section_body .gmap iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0; }

@media print, screen and (min-width: 767px) {
  .company_block .section_body .tr {
    border: 0; }
  .company_block .section_body .th, .company_block .section_body .td {
    border-bottom: 1px dotted #C4BC93; } }
@media print, screen and (min-width: 991px) {
  .company_block {
    width: 700px; }
    .company_block .section_block {
      padding: 135px 0;
      width: 460px; }
    .company_block .section_head {
      margin: 0 auto;
      width: 450px;
      position: relative; }
      .company_block .section_head .section_caption {
        display: block;
        position: absolute;
        right: 0;
        top: 0; }
    .company_block .section_body .th {
      width: 150px; } }
