@charset "UTF-8";
/*
Theme Name: mizu-repair_cms_v1
Description: mizu-repair theme version1
Theme URI: https://mizu-repair.com/
Author: Steki, Inc
Author URI: https://steki-inc.jp/
Version: 1.0
License: GPL
License URI: https://www.gnu.org/copyleft/gpl.html
*/
/* ==============================================
 Common
=============================================== */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  min-width: 1200px;
  position: relative;
}

@media (max-width: 767px) {
  html, body {
    min-width: inherit;
  }
}

html {
  overflow-y: scroll;
  margin: 0;
  width: 100%;
}

body {
  background: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "YuGothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Arial", sans-serif;
  color: #262626;
  font-size: 15px;
  font-weight: normal;
  font-weight: 400;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  width: 100%;
}

@media (max-width: 767px) {
  body {
    font-size: 13px;
  }
}

a {
  cursor: pointer;
  color: #262626;
  outline: medium none;
  text-decoration: none;
}

a:visited {
  outline: medium none;
}

a:focus {
  outline: medium none;
}

a:active, a:hover {
  outline: medium none;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
}

address {
  font-style: italic;
  margin: 0 0 24px;
}

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

b, strong {
  font-weight: bold;
  vertical-align: baseline;
}

dfn {
  font-style: italic;
}

mark {
  background: none repeat scroll 0 0 #FFFF00;
  color: #222;
}

p {
  line-height: 1.8;
  margin: 0 0 28px;
  max-height: 100%;
}

@media (max-width: 767px) {
  p {
    line-height: 1.8;
    margin-bottom: 14px;
  }
}

code, kbd, pre, samp {
  -moz-hyphens: none;
  font-family: monospace,serif;
  font-size: 14px;
}

pre {
  background: none repeat scroll 0 0 #F5F5F5;
  color: #666666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote, q {
  -moz-hyphens: none;
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

blockquote {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite, blockquote small {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}

blockquote em, blockquote i {
  font-style: normal;
  font-weight: 300;
}

blockquote strong, blockquote b {
  font-weight: 400;
}

small {
  font-size: 12px;
  font-size: 1.2rem;
  vertical-align: baseline;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin: 0;
}

dt {
  font-weight: bold;
  font-weight: 600;
  margin: 0;
}

dd {
  margin: 0;
}

menu, ol, ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

li {
  margin: 0;
}

th {
  font-weight: bold;
  font-weight: 600;
}

li, dt, dd, th, td {
  line-height: 1.7;
}

img {
  border: 0 none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
}

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

input, textarea, button, select {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "YuGothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Arial", sans-serif;
}

input[type="text"]:focus,
textarea:focus {
  outline: 0;
}

select::-moz-focus-inner,
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border: 0;
  outline: 0;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #222;
}

/* ==============================================
 Font
=============================================== */
/* Font style
----------------------------------------------- */
.ff-serif {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.ff-en {
  font-family: "Roboto", sans-serif;
}

/* Font size
----------------------------------------------- */
.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

p.fs-11 {
  line-height: 1.7;
}

p.fs-12 {
  line-height: 1.7;
}

.fs-small {
  font-size: 13px;
  line-height: 1.8;
}

.fw-bold {
  font-weight: bold;
}

/* Font color
----------------------------------------------- */
.fc-red {
  color: #e50404;
}

.fc-orange {
  color: #f47a00;
}

.fc-blue {
  color: #0088d6;
}

.fc-deep-blue {
  color: #0f5bb8;
}

.fc-yellow {
  color: #fff102;
}

.attention {
  color: #e50404;
}

/* Text Align
----------------------------------------------- */
.ta-center {
  text-align: center;
}

.ta-left {
  text-align: left;
}

.ta-right {
  text-align: right;
}

/* message
----------------------------------------------- */
/* ==============================================
 Layout
=============================================== */
/* Common
----------------------------------------------- */
/* Float
----------------------------------------------- */
.fl-left {
  float: left;
}

.fl-right {
  float: right;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  text-align: center;
}

img.alignleft {
  margin-right: 40px;
  margin-bottom: 20px;
}

img.alignright {
  margin-left: 40px;
  margin-bottom: 20px;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

/* Table
----------------------------------------------- */
.table {
  width: 100%;
  max-width: 100%;
}

.table-type1 {
  border-top: 1px solid #DDDDDD;
  margin-bottom: 40px;
  width: 100%;
}

.table-type1 th {
  background-color: #e7f2fa;
  border-bottom: 1px solid #DDDDDD;
  text-align: left;
  font-weight: normal;
  padding: 18px 20px;
  width: 22%;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .table-type1 th {
    display: block;
    padding: 10px 15px;
    width: 100%;
  }
}

.table-type1 th.ta-center {
  text-align: center;
}

.table-type1 td {
  border-bottom: 1px solid #DDDDDD;
  padding: 18px 20px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .table-type1 td {
    display: block;
    padding: 10px 15px;
    width: 100%;
  }
}

.table-type1 td a {
  color: #0088d6;
  text-decoration: underline;
}

.table-type1 td a:hover {
  text-decoration: none;
}

/* Micro Clearfix
----------------------------------------------- */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* padding
----------------------------------------------- */
.pt-0 {
  padding-top: 0px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-25 {
  padding-top: 25px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

/* margin
----------------------------------------------- */
.mt-0 {
  margin-top: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-25 {
  margin-top: 25px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

/* width
----------------------------------------------- */
._minw40 {
  min-width: 40px;
}

._minw100 {
  min-width: 100px;
}

._minw140 {
  min-width: 140px;
}

._minw200 {
  min-width: 200px;
}

._maxw240 {
  max-width: 240px;
}

._maxw580 {
  max-width: 580px;
}

._maxw880 {
  max-width: 880px;
}

._maxw1040 {
  max-width: 1040px;
}

._maxw1180 {
  max-width: 1180px;
}

._maxw1200 {
  max-width: 1200px;
}

._w40 {
  width: 40px;
}

._w60 {
  width: 60px;
}

._w100 {
  width: 100px;
}

._w150 {
  width: 150px;
}

._w200 {
  width: 200px;
}

._w5p {
  width: 5%;
}

._w10p {
  width: 10%;
}

._w15p {
  width: 15%;
}

._w20p {
  width: 20%;
}

._w25p {
  width: 25%;
}

._w30p {
  width: 30%;
}

._w35p {
  width: 35%;
}

._w40p {
  width: 40%;
}

._w45p {
  width: 45%;
}

._w50p {
  width: 50%;
}

._w55p {
  width: 55%;
}

._w60p {
  width: 60%;
}

/* ==============================================
 layout
=============================================== */
.wrapper {
  overflow: hidden;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 1024px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.container {
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

@media (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.inner {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 1040px;
}

.primary {
  float: left;
  width: 74%;
}

@media (max-width: 1024px) {
  .primary {
    float: none;
    margin-bottom: 50px;
    width: auto;
  }
}

.aside {
  float: right;
  width: 22%;
}

@media (max-width: 1024px) {
  .aside {
    float: none;
    width: auto;
  }
}

/* ==============================================
 loading
=============================================== */
/* ==============================================
 fadein
=============================================== */
/* keyframes
----------------------------------------------- */
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes delayFadeInLeft {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes delayFadeInLeft {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes delayFadeInRight {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes delayFadeInRight {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes delayFadeInTop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes delayFadeInTop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes delayFadeInBottom {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes delayFadeInBottom {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.fadein {
  opacity: 0;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.fadein-left {
  -webkit-transform: translate(-20px, 0);
          transform: translate(-20px, 0);
}

.fadein-right {
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
}

.fadein-top {
  -webkit-transform: translate(0, -20px);
          transform: translate(0, -20px);
}

.fadein-bottom {
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media (min-width: 1025px) {
  .hover-zoom {
    display: block;
    overflow: hidden;
  }
  .hover-zoom img {
    -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  }
  .hover-zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

/* ==============================================
 parts
=============================================== */
/* button
----------------------------------------------- */
/* pager
----------------------------------------------- */
.pager .wp-pagenavi {
  margin-top: 50px;
  text-align: center;
  margin-bottom: 20px;
}

.pager .wp-pagenavi span {
  display: inline-block;
  padding: 0;
  line-height: 38px;
  height: 40px;
  width: 40px;
}

.pager .wp-pagenavi a {
  background-color: #fff;
  padding: 0;
  border-color: #0088d6;
  display: inline-block;
  margin: 0 5px 5px;
  line-height: 38px;
  height: 40px;
  width: 40px;
  text-align: center;
  vertical-align: baseline;
  -webkit-transition: all 0.17s ease-out 0s;
  transition: all 0.17s ease-out 0s;
}

.pager .wp-pagenavi a:hover {
  color: #fff;
  background-color: #0088d6;
}

.pager .wp-pagenavi .current {
  color: #fff;
  background: #0088d6;
  border-color: #0088d6;
  font-weight: normal;
}

.pager .wp-pagenavi .extend,
.pager .wp-pagenavi .pages {
  background: none;
  border: none;
}

/* breadcrumbs
----------------------------------------------- */
.breadcrumbs {
  background-color: #0f5bb8;
  color: #fff;
  position: relative;
  padding: 10px 0;
  font-size: 13px;
}

@media (max-width: 767px) {
  .breadcrumbs {
    font-size: 11px;
  }
}

.breadcrumbs .container > span {
  margin: 0 8px 0 10px;
  line-height: 1;
}

.breadcrumbs .container > span:first-child {
  margin-left: 0;
}

.breadcrumbs span {
  vertical-align: baseline;
}

.breadcrumbs a {
  color: #fff;
  text-decoration: none;
  position: relative;
}

@media (min-width: 1025px) {
  .breadcrumbs a:hover {
    text-decoration: underline;
  }
}

/* list type
----------------------------------------------- */
.list-type1 {
  margin: 10px 0;
}

.list-type1 li {
  padding-left: 1em;
  position: relative;
  line-height: 1.7;
}

.list-type1 li::after {
  content: "";
  background-color: #0088d6;
  height: 4px;
  position: absolute;
  width: 4px;
  top: 11px;
  left: 3px;
  border-radius: 50%;
}

/* indent
----------------------------------------------- */
.indent-1 {
  text-indent: -1em;
  padding-left: 1em;
}

/* heading
----------------------------------------------- */
/* page title
----------------------------------------------- */
.page-title {
  background-color: #0088d6;
}

.page-title h1 {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fff;
  font-size: 32px;
  text-align: center;
}

@media (max-width: 767px) {
  .page-title h1 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 22px;
  }
}

/* ==============================================
 header
=============================================== */
.site-header {
  position: relative;
  padding: 8px 0 10px;
  z-index: 1;
}

@media (max-width: 767px) {
  .site-header {
    padding: 15px 0;
  }
}

.site-header .header-logo {
  float: left;
  position: relative;
  width: 320px;
}

@media (max-width: 767px) {
  .site-header .header-logo {
    float: none;
    width: auto;
  }
  .site-header .header-logo img {
    width: 160px;
  }
}

.site-header .header-logo .shop-name {
  position: absolute;
  top: 46px;
  text-align: center;
  left: 0;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
}

@media (max-width: 767px) {
  .site-header .header-logo .shop-name {
    font-size: 16px;
    top: 7px;
    left: 165px;
    width: auto;
  }
}

.site-header .header-credit {
  float: left;
  padding-top: 3px;
  width: 243px;
}

@media (max-width: 767px) {
  .site-header .header-credit {
    display: none;
  }
}

.site-header .header-tel {
  float: right;
  position: relative;
  width: 460px;
}

.site-header .header-tel a {
  font-size: 35px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 195px;
  top: 18px;
  line-height: 1;
}

.site-header .header-tel .a8_tel {
  top: 10px;
  right: -100px;
}

@media (max-width: 767px) {
  .site-header .header-tel {
    display: none;
  }
}

.home .site-header {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
}

/* ==============================================
 navigation
=============================================== */
.drawer--right .drawer-hamburger {
  padding: 0;
  top: 10px;
  right: 20px !important;
  width: 70px;
}

@media (max-width: 767px) {
  .drawer--right .drawer-hamburger {
    top: 2px;
    right: 5px !important;
    width: 60px;
  }
  .drawer--right .drawer-hamburger img {
    width: 60px;
  }
}

.drawer-overlay {
  z-index: 999;
}

.drawer-nav {
  z-index: 1000;
}

.drawer-nav .drawer-toggle {
  background-color: #262626;
  color: #fff;
  font-size: 15px;
  padding: 15px;
}

.drawer-nav .nav-list li {
  font-size: 15px;
  border-bottom: 1px solid #DDDDDD;
}

.drawer-nav .nav-list li a {
  display: block;
  padding: 10px 15px;
}

.drawer-nav .nav-contact {
  padding: 15px;
  text-align: center;
}

.drawer-nav .nav-contact h3 {
  background-color: #0f5bb8;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 7px;
}

.drawer-nav .nav-contact .fc-red {
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 8px;
}

.drawer-nav .nav-contact .tel span {
  background: url("images/icon_phone.png") no-repeat 0 50%/23px 23px;
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  padding-left: 30px;
}

.drawer-nav .nav-contact .tel b {
  color: #0f5bb8;
  display: block;
}

.drawer-nav .nav-contact .tel + p {
  font-size: 13px;
  margin-bottom: 0;
}

.drawer-nav .nav-area {
  padding: 5px 15px 15px;
}

.drawer-nav .nav-area h3 {
  color: #0f5bb8;
  border: 2px solid #0f5bb8;
  padding: 6px;
  text-align: center;
  margin-bottom: 7px;
}

.drawer-nav .nav-area dl dt {
  font-size: 120%;
  text-align: center;
  margin-bottom: 4px;
}

/* ==============================================
 parts
=============================================== */
/* ==============================================
 top
=============================================== */
.mainvisual {
  background: url("images/mv_bg_pc.jpg") no-repeat 50% 50%/cover;
  overflow: hidden;
}

@media (max-width: 767px) {
  .mainvisual {
    background: url("images/mv_bg_sp.jpg") no-repeat 50% 50%/cover;
  }
  .mainvisual .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.mainvisual .inner {
  padding: 92px 0 40px;
}

@media (max-width: 767px) {
  .mainvisual .inner {
    padding: 60px 0 30px;
  }
}

.mainvisual .catch {
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
}

.mainvisual .catch .qualification {
  text-align: center;
  font-weight: 900;
  font-style: italic;
  font-size: 18px;
  display: block;
  padding: 0 15px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .mainvisual .catch .qualification {
    font-size: 3.4vw;
    padding: 0 2vw;
  }
}

.mainvisual .catch .qualification span {
  border-top: 6px solid red;
  border-bottom: 6px solid red;
  padding: 3px 15px;
}

@media (max-width: 767px) {
  .mainvisual .catch .qualification span {
    border-top: 1vw solid red;
    border-bottom: 1vw solid red;
    padding: 0.6vw;
  }
}

.mainvisual .txt01 {
  position: relative;
  z-index: 1;
}

.mainvisual .txt02 {
  bottom: 40px;
  right: 0;
  position: absolute;
  z-index: 1;
}

@media (max-width: 767px) {
  .mainvisual .txt02 {
    bottom: inherit;
    right: inherit;
    position: relative;
    margin-top: 25px;
  }
  .mainvisual .txt02 img {
    width: 210px;
  }
}

.mainvisual .txt03 {
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 10px;
  display: none;
}

@media (max-width: 767px) {
  .mainvisual .txt03 {
    display: inherit;
  }
}

.mainvisual .txt03 img {
  width: 70%;
}

.mainvisual .tate {
  width: 34%;
  margin-bottom: 10px;
  position: absolute;
  top: 110px;
  left: 700px;
}

@media (max-width: 767px) {
  .mainvisual .tate {
    width: 60%;
    position: relative;
    top: initial;
    left: initial;
  }
}

.mainvisual .credit {
  width: 60%;
  display: none;
}

@media (max-width: 767px) {
  .mainvisual .credit {
    display: inherit;
  }
}

.mainvisual .img {
  position: absolute;
  right: -30px;
  bottom: 0;
}

@media (max-width: 767px) {
  .mainvisual .img {
    right: -10px;
    bottom: -10px;
  }
  .mainvisual .img img {
    width: 165px;
  }
}

.repeat-mainvisual {
  background: url("images/mv_bg_pc.jpg") no-repeat 50% 50%/cover;
  overflow: hidden;
}

@media (max-width: 767px) {
  .repeat-mainvisual {
    background: url("images/mv_bg_sp.jpg") no-repeat 50% 50%/cover;
  }
  .repeat-mainvisual .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.repeat-mainvisual .inner {
  padding: 92px 0 40px;
}

@media (max-width: 767px) {
  .repeat-mainvisual .inner {
    padding: 60px 0 30px;
  }
}

.repeat-mainvisual .catch {
  margin-bottom: 5px;
  position: relative;
  left: 300px;
  top: -20px;
  z-index: 1;
}

.repeat-mainvisual .tel {
  background: url(images/repeatmv_telbg.png) no-repeat;
  width: 660px;
  height: 190px;
  font-size: 62px;
  font-weight: bold;
  padding: 60px 0 0 115px;
  line-height: 1;
  margin-bottom: 5px;
  max-width: 660px;
  white-space: nowrap;
  position: relative;
  top: -6px;
  left: 150px;
  z-index: 1;
}

@media (max-width: 767px) {
  .repeat-mainvisual .tel {
    font-size: 38px;
    display: inline-block;
    background-size: 26px 26px;
    padding-left: 40px;
    margin: 5px 0 3px;
    letter-spacing: -1px;
  }
}

.repeat-mainvisual .txt01 {
  position: relative;
  left: 130px;
  z-index: 1;
}

.repeat-mainvisual .txt02 {
  bottom: 40px;
  right: 0;
  position: absolute;
  z-index: 1;
}

@media (max-width: 767px) {
  .repeat-mainvisual .txt02 {
    bottom: inherit;
    right: inherit;
    position: relative;
    margin-top: 25px;
  }
  .repeat-mainvisual .txt02 img {
    width: 210px;
  }
}

.repeat-mainvisual .txt03 {
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 10px;
  display: none;
}

@media (max-width: 767px) {
  .repeat-mainvisual .txt03 {
    display: inherit;
  }
}

.repeat-mainvisual .txt03 img {
  width: 70%;
}

.repeat-mainvisual .tate {
  width: 34%;
  margin-bottom: 10px;
  position: absolute;
  top: 110px;
  left: 700px;
}

@media (max-width: 767px) {
  .repeat-mainvisual .tate {
    width: 60%;
    position: relative;
    top: initial;
    left: initial;
  }
}

.repeat-mainvisual .credit {
  width: 60%;
  display: none;
}

@media (max-width: 767px) {
  .repeat-mainvisual .credit {
    display: inherit;
  }
}

.repeat-mainvisual .img {
  position: absolute;
  right: -250px;
  bottom: 0;
}

@media (max-width: 767px) {
  .repeat-mainvisual .img {
    right: -10px;
    bottom: -10px;
  }
  .repeat-mainvisual .img img {
    width: 165px;
  }
}

/* area
----------------------------------------------- */
.section-area {
  background-color: #e7f2fa;
  position: relative;
  padding-bottom: 50px;
  z-index: 1;
}

@media (max-width: 767px) {
  .section-area {
    padding-bottom: 30px;
  }
}

.section-area .heading {
  background: #017aca;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#017aca), to(#064ca1));
  background: linear-gradient(to bottom, #017aca 0%, #064ca1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#017aca', endColorstr='#064ca1',GradientType=0 );
  /* IE6-9 */
}

.section-area .heading h2 {
  padding: 20px 100px 50px;
  text-align: right;
  position: relative;
}

@media (max-width: 767px) {
  .section-area .heading h2 {
    padding: 10px 0 30px 90px;
  }
}

.section-area .heading h2 .img {
  position: absolute;
  bottom: 30px;
  left: 100px;
}

@media (max-width: 767px) {
  .section-area .heading h2 .img {
    bottom: 15px;
    left: -10px;
    width: 110px;
  }
}

.section-area .contents {
  position: relative;
  margin-top: -30px;
  z-index: 1;
}

@media (max-width: 767px) {
  .section-area .contents {
    margin-top: -20px;
  }
}

.section-area .contents .inner {
  background-color: #fff;
  padding: 30px 50px;
}

@media (max-width: 767px) {
  .section-area .contents .inner {
    padding: 15px;
  }
}

.section-area .contents table {
  border: 5px solid #e7f2fa;
  margin-bottom: 15px;
  width: 100%;
}

@media (max-width: 767px) {
  .section-area .contents table {
    border-width: 3px;
  }
}

.section-area .contents table th {
  font-size: 46px;
  line-height: 1.6;
  padding: 20px 0 20px 40px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .section-area .contents table th {
    display: block;
    text-align: center;
    padding: 10px 15px 5px;
    font-size: 22px;
  }
}

.section-area .contents table td {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  padding: 20px 40px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .section-area .contents table td {
    display: block;
    padding: 0 15px 10px;
    font-size: 15px;
    font-weight: normal;
  }
}

.section-area .contents p {
  margin-bottom: 0;
  text-align: center;
}

/* cta
----------------------------------------------- */
.section-cta {
  background: #0f5bb8 url("images/cta_bg.jpg") no-repeat 50% 50%/cover;
  padding: 6px 0 50px;
}

@media (max-width: 767px) {
  .section-cta {
    padding-bottom: 30px;
  }
}

.section-cta .cta-attention {
  text-align: center;
}

.section-cta .cta-service {
  position: relative;
  margin-top: -40px;
  text-align: center;
}

@media (max-width: 767px) {
  .section-cta .cta-service {
    margin-top: 10px;
  }
}

.section-cta .pc_cta-tel {
  position: relative;
  margin-bottom: 20px;
  margin-top: -10px;
}

@media (max-width: 767px) {
  .section-cta .pc_cta-tel {
    display: none;
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .section-cta .pc_cta-tel .tit img {
    width: 100%;
  }
}

.section-cta .pc_cta-tel .pc_tel-area {
  position: absolute;
  left: 26px;
  top: 95px;
}

@media (max-width: 767px) {
  .section-cta .pc_cta-tel .pc_tel-area {
    position: static;
    padding: 10px;
    text-align: center;
  }
}

.section-cta .pc_cta-tel .pc_tel-area p {
  margin-bottom: 3px;
}

.section-cta .pc_cta-tel .pc_tel-area .tel {
  background: url("images/cta_contact_tel_pctit.png") no-repeat 7px 50%;
  display: block;
  width: 530px;
  height: 170px;
  font-size: 62px;
  font-weight: bold;
  padding: 70px 0 0 70px;
  line-height: 1;
  margin-bottom: 5px;
  max-width: 530px;
  white-space: nowrap;
  position: relative;
  top: -6px;
}

@media (max-width: 767px) {
  .section-cta .pc_cta-tel .pc_tel-area .tel {
    font-size: 38px;
    display: inline-block;
    background-size: 26px 26px;
    padding-left: 40px;
    margin: 5px 0 3px;
    letter-spacing: -1px;
  }
}

.section-cta .pc_cta-tel .pc_tel-area .tel a {
  color: #fff;
}

.section-cta .pc_cta-tel .pc_tel-area .tel .a8_tel {
  display: block;
  width: 400px;
  font-size: 48px;
  text-align: center;
  -webkit-transform: translate(20px, 5px);
          transform: translate(20px, 5px);
  border: #fff solid 3px;
  border-radius: 15px;
}

.section-cta .pc_cta-tel .pc_tel-area .time {
  text-align: center;
  padding: 0 0 0 70px;
}

@media (max-width: 767px) {
  .section-cta .pc_cta-tel .pc_tel-area .time {
    margin-bottom: 10px;
    padding: 0;
  }
  .section-cta .pc_cta-tel .pc_tel-area .time img {
    width: 200px;
  }
}

.section-cta .pc_cta-tel .pc_tel-area .btn img {
  width: 100%;
}

.section-cta .sp_cta-tel {
  display: none;
  position: relative;
  margin-bottom: 20px;
  margin-top: -10px;
}

@media (max-width: 767px) {
  .section-cta .sp_cta-tel {
    display: block;
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .section-cta .sp_cta-tel .tit img {
    width: 100%;
  }
}

.section-cta .sp_cta-tel .sp_tel-area {
  position: absolute;
  left: 26px;
  top: 95px;
}

@media (max-width: 767px) {
  .section-cta .sp_cta-tel .sp_tel-area {
    position: static;
    padding: 10px;
    text-align: center;
  }
}

.section-cta .sp_cta-tel .sp_tel-area p {
  margin-bottom: 3px;
}

.section-cta .sp_cta-tel .sp_tel-area .tel {
  background: url("images/cta_contact_tel_icon.png") no-repeat 7px 50%;
  display: block;
  font-size: 62px;
  font-weight: bold;
  padding: 0 0 0 70px;
  line-height: 1;
  margin-bottom: 5px;
  max-width: 520px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .section-cta .sp_cta-tel .sp_tel-area .tel {
    font-size: 38px;
    display: inline-block;
    background-size: 26px 26px;
    padding-left: 40px;
    margin: 5px 0 3px;
    letter-spacing: -1px;
  }
}

.section-cta .sp_cta-tel .sp_tel-area .time {
  text-align: center;
  padding: 0 0 0 70px;
}

@media (max-width: 767px) {
  .section-cta .sp_cta-tel .sp_tel-area .time {
    margin-bottom: 10px;
    padding: 0;
  }
  .section-cta .sp_cta-tel .sp_tel-area .time img {
    width: 200px;
  }
}

.section-cta .sp_cta-tel .sp_tel-area .btn img {
  width: 100%;
}

.section-cta .cta-tel {
  position: relative;
  margin-bottom: 20px;
  margin-top: -10px;
}

@media (max-width: 767px) {
  .section-cta .cta-tel {
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .section-cta .cta-tel .tit img {
    width: 100%;
  }
}

.section-cta .cta-tel .tel-area {
  position: absolute;
  left: 26px;
  top: 95px;
}

@media (max-width: 767px) {
  .section-cta .cta-tel .tel-area {
    position: static;
    padding: 10px;
    text-align: center;
  }
}

.section-cta .cta-tel .tel-area p {
  margin-bottom: 3px;
}

.section-cta .cta-tel .tel-area .tel {
  background: url("images/cta_contact_tel_icon.png") no-repeat 7px 50%;
  display: block;
  font-size: 62px;
  font-weight: bold;
  padding: 0 0 0 70px;
  line-height: 1;
  margin-bottom: 5px;
  max-width: 520px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .section-cta .cta-tel .tel-area .tel {
    font-size: 38px;
    display: inline-block;
    background-size: 26px 26px;
    padding-left: 40px;
    margin: 5px 0 3px;
    letter-spacing: -1px;
  }
}

.section-cta .cta-tel .tel-area .time {
  text-align: center;
  padding: 0 0 0 70px;
}

@media (max-width: 767px) {
  .section-cta .cta-tel .tel-area .time {
    margin-bottom: 10px;
    padding: 0;
  }
  .section-cta .cta-tel .tel-area .time img {
    width: 200px;
  }
}

.section-cta .cta-tel .tel-area .btn img {
  width: 100%;
}

.section-cta .cta-credit {
  border: 5px solid #0088d6;
  background-color: #fff;
  padding: 10px 15px;
}

@media (max-width: 767px) {
  .section-cta .cta-credit {
    border-width: 3px;
  }
}

.section-cta .cta-credit table {
  width: 100%;
}

.section-cta .cta-credit table th {
  color: #0f5bb8;
  font-size: 26px;
  line-height: 1.6;
  text-align: center;
  padding-right: 10px;
  white-space: nowrap;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .section-cta .cta-credit table th {
    display: block;
    font-size: 16px;
    padding-right: 0;
    margin-bottom: 5px;
  }
}

.section-cta .cta-credit table td {
  text-align: center;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .section-cta .cta-credit table td {
    display: block;
  }
}

/* trouble01
----------------------------------------------- */
.section-trouble01 {
  background: url("images/trouble01_bg.jpg") no-repeat 50% 50%/cover;
  padding: 50px 0 70px;
}

@media (max-width: 767px) {
  .section-trouble01 {
    padding: 20px 0;
  }
}

.section-trouble01 h2 {
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .section-trouble01 h2 img {
    width: 280px;
  }
}

.section-trouble01 ul li {
  float: left;
  margin-right: 2%;
  width: 32%;
}

.section-trouble01 ul li:last-child {
  margin-right: 0;
}

.section-trouble01 ul li img {
  width: 100%;
}

/* results
----------------------------------------------- */
.section-results {
  background: url("images/results_bg.jpg") no-repeat 50% 0%/100%;
}

.section-results .inner {
  padding-right: 455px;
  padding-top: 70px;
  padding-bottom: 70px;
  min-height: 600px;
}

@media (max-width: 767px) {
  .section-results .inner {
    padding-right: 0;
    padding-top: 30px;
    padding-bottom: 20px;
    min-height: inherit;
  }
}

.section-results h2 {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .section-results h2 {
    padding-right: 100px;
    margin-bottom: 20px;
  }
}

.section-results p {
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .section-results p {
    font-size: 14px;
  }
}

.section-results .img {
  position: absolute;
  top: 10px;
  right: -130px;
}

@media (max-width: 767px) {
  .section-results .img {
    right: -30px;
    top: 20px;
  }
  .section-results .img img {
    width: 120px;
  }
}

/* price
----------------------------------------------- */
.section-price {
  background: url("images/price_bg.jpg") no-repeat 50% 50%/cover;
  padding: 50px 0 50px;
}

@media (max-width: 767px) {
  .section-price {
    padding: 30px 0;
  }
}

.section-price h2 {
  padding-left: 15px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .section-price h2 {
    padding-left: 0;
  }
}

.section-price h2 + p {
  font-size: 18px;
  max-width: 770px;
  margin: 0 auto 30px;
}

@media (max-width: 767px) {
  .section-price h2 + p {
    font-size: 14px;
  }
}

.section-price .price-area .first-item {
  background: #fff;
  text-align: center;
  margin-bottom: 60px;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
}

@media (max-width: 767px) {
  .section-price .price-area .first-item {
    margin-bottom: 30px;
  }
}

.section-price .price-area .first-item .img {
  float: left;
  width: 48%;
}

@media (max-width: 767px) {
  .section-price .price-area .first-item .img {
    float: none;
    width: 100%;
  }
}

.section-price .price-area .first-item .img img {
  width: 100%;
}

.section-price .price-area .first-item .txt {
  float: right;
  padding: 30px 40px 0;
  width: 52%;
}

@media (max-width: 767px) {
  .section-price .price-area .first-item .txt {
    float: none;
    padding: 15px 15px 10px;
    width: 100%;
  }
}

.section-price .price-area .first-item .txt h3 {
  background-color: #0f5bb8;
  color: #fff;
  font-size: 28px;
  position: relative;
  padding: 10px;
  line-height: 1;
  margin-bottom: 15px;
  border-radius: 30px;
}

@media (max-width: 767px) {
  .section-price .price-area .first-item .txt h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.section-price .price-area .first-item .txt h3::after {
  content: "";
  background-size: 20px 20px;
  margin: 0 auto;
  background-color: transparent;
  background-image: radial-gradient(#fff 20%, transparent 20%), radial-gradient(#fff 20%, transparent 20%);
  background-position: 0 0, 10px 10px;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.1;
  width: 100%;
}

.section-price .price-area .first-item .txt h3 .large {
  font-size: 34px;
}

@media (max-width: 767px) {
  .section-price .price-area .first-item .txt h3 .large {
    font-size: 26px;
  }
}

.section-price .price-area .first-item .txt h3 + p {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 18px;
}

@media (max-width: 767px) {
  .section-price .price-area .first-item .txt h3 + p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.section-price .price-area .first-item .txt table {
  width: 100%;
}

.section-price .price-area .first-item .txt table th {
  font-size: 18px;
  padding: 5px 0;
  text-align: center;
  width: 50%;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .section-price .price-area .first-item .txt table th {
    font-size: 14px;
  }
}

.section-price .price-area .first-item .txt table th.col-price {
  background-color: #e1f0f9;
  border-right: 1px solid #fff;
}

.section-price .price-area .first-item .txt table th.col-time {
  background-color: #e5eaed;
  border-left: 1px solid #fff;
}

.section-price .price-area .first-item .txt table td {
  font-size: 30px;
  font-weight: bold;
  padding: 5px 5px 10px;
  width: 50%;
  vertical-align: top;
}

@media (max-width: 767px) {
  .section-price .price-area .first-item .txt table td {
    font-size: 16px;
  }
}

.section-price .price-area .first-item .txt table td.col-price {
  white-space: nowrap;
}

.section-price .price-area .first-item .txt table td strong {
  font-size: 50px;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  position: relative;
  top: 3px;
}

@media (max-width: 767px) {
  .section-price .price-area .first-item .txt table td strong {
    top: 1px;
    font-size: 30px;
  }
}

.section-price .price-area .first-item .txt table td small {
  font-size: 15px;
  display: block;
  line-height: 1;
}

@media (max-width: 767px) {
  .section-price .price-area .first-item .txt table td small {
    font-size: 12px;
    margin-top: 2px;
  }
}

.section-price .price-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-price .price-area ul li {
  background: #fff;
  margin-right: 2%;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  width: 32%;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
}

.section-price .price-area ul li:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 767px) {
  .section-price .price-area ul li:nth-child(3n) {
    margin-right: 4%;
  }
}

@media (max-width: 767px) {
  .section-price .price-area ul li {
    margin-right: 4%;
    margin-bottom: 30px;
    width: 48%;
  }
  .section-price .price-area ul li:nth-child(even) {
    margin-right: 0;
  }
}

.section-price .price-area ul li .img img {
  width: 100%;
}

.section-price .price-area ul li:nth-child(2) h3 {
  background-color: #00a518;
}

.section-price .price-area ul li:nth-child(3) h3 {
  background-color: #f5810e;
}

.section-price .price-area ul li:nth-child(4) h3 {
  background-color: #e93a6a;
}

.section-price .price-area ul li:nth-child(5) h3 {
  background-color: #875a2e;
}

.section-price .price-area ul li:nth-child(6) h3 {
  background-color: #13b3a6;
}

.section-price .price-area ul li h3 {
  background-color: #0088d6;
  color: #fff;
  font-size: 22px;
  position: absolute;
  padding: 11px;
  line-height: 1;
  margin-bottom: 15px;
  top: -26px;
  left: 10px;
  width: calc(100% - 20px);
  border-radius: 30px;
}

@media (max-width: 767px) {
  .section-price .price-area ul li h3 {
    font-size: 13px;
    left: 0;
    padding: 8px;
    width: 100%;
    top: -18px;
  }
}

.section-price .price-area ul li h3::after {
  content: "";
  background-size: 20px 20px;
  margin: 0 auto;
  background-color: transparent;
  background-image: radial-gradient(#fff 20%, transparent 20%), radial-gradient(#fff 20%, transparent 20%);
  background-position: 0 0, 10px 10px;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.1;
  width: 100%;
}

.section-price .price-area ul li h3 .large {
  font-size: 28px;
}

@media (max-width: 767px) {
  .section-price .price-area ul li h3 .large {
    font-size: 16px;
  }
}

.section-price .price-area ul li .txt p {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 10px;
}

@media (max-width: 767px) {
  .section-price .price-area ul li .txt p {
    font-size: 14px;
    line-height: 1.5;
  }
}

.section-price .price-area ul li .txt table {
  width: 100%;
}

.section-price .price-area ul li .txt table th {
  font-size: 16px;
  padding: 5px 0;
  text-align: center;
  width: 50%;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .section-price .price-area ul li .txt table th {
    font-size: 12px;
    line-height: 1.5;
  }
}

.section-price .price-area ul li .txt table th.col-price {
  border-right: 1px solid #fff;
  background-color: #e1f0f9;
}

.section-price .price-area ul li .txt table th.col-time {
  border-left: 1px solid #fff;
  background-color: #e5eaed;
}

.section-price .price-area ul li .txt table td {
  font-size: 18px;
  font-weight: bold;
  padding: 5px 5px 10px;
  width: 50%;
  vertical-align: top;
}

@media (max-width: 767px) {
  .section-price .price-area ul li .txt table td {
    font-size: 12px;
  }
}

.section-price .price-area ul li .txt table td.col-price {
  white-space: nowrap;
}

.section-price .price-area ul li .txt table td strong {
  font-size: 38px;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  position: relative;
  top: 2px;
}

@media (max-width: 767px) {
  .section-price .price-area ul li .txt table td strong {
    top: 0;
    font-size: 20px;
  }
}

.section-price .price-area ul li .txt table td small {
  font-size: 14px;
  display: block;
}

@media (max-width: 767px) {
  .section-price .price-area ul li .txt table td small {
    font-size: 11px;
  }
}

.section-price .price-area + p {
  position: relative;
  margin-top: -30px;
}

@media (max-width: 767px) {
  .section-price .price-area + p {
    margin-top: auto;
    margin-bottom: 0;
  }
}

/* trouble02
----------------------------------------------- */
.section-trouble02 {
  background: url("images/trouble02_bg.gif") repeat 0 0;
}

.section-trouble02 h2 {
  background-color: #262626;
  text-align: center;
  position: relative;
  padding: 25px 0;
  margin-bottom: 90px;
}

@media (max-width: 767px) {
  .section-trouble02 h2 {
    padding: 15px 0;
    margin-bottom: 60px;
  }
}

.section-trouble02 h2::after {
  content: "";
  border-style: solid;
  border-width: 34px 60px 0 60px;
  border-color: #262626 transparent transparent transparent;
  bottom: -33px;
  left: 50%;
  margin-left: -60px;
  position: absolute;
}

@media (max-width: 767px) {
  .section-trouble02 h2::after {
    border-width: 20px 30px 0 30px;
    bottom: -19px;
    margin-left: -30px;
  }
}

.section-trouble02 .block {
  background: #fff;
  border-top: 10px solid #0088d6;
  padding-top: 33px;
  min-height: 290px;
  padding-bottom: 40px;
  margin-bottom: 60px;
  position: relative;
}

@media (max-width: 767px) {
  .section-trouble02 .block {
    min-height: inherit;
    border-top-width: 5px;
    padding: 15px;
    margin-bottom: 20px;
  }
}

.section-trouble02 .block.odd {
  margin-left: 40px;
  padding-left: 460px;
}

.section-trouble02 .block.odd .img {
  left: -40px;
}

@media (max-width: 767px) {
  .section-trouble02 .block.odd {
    margin-left: 0;
    padding-left: 15px;
  }
  .section-trouble02 .block.odd img {
    width: 100%;
  }
}

.section-trouble02 .block.even {
  margin-right: 40px;
  padding-left: 220px;
}

.section-trouble02 .block.even .img {
  right: -40px;
}

.section-trouble02 .block.even .img img {
  width: 100%;
}

@media (max-width: 767px) {
  .section-trouble02 .block.even {
    margin-right: 0;
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .section-trouble02 .block.block01 .txt {
    padding-right: 60px;
  }
}

.section-trouble02 .block.block01 .txt img {
  right: -10px;
}

@media (max-width: 767px) {
  .section-trouble02 .block.block01 .txt img {
    width: 70px;
  }
}

@media (max-width: 767px) {
  .section-trouble02 .block.block02 .txt {
    padding-left: 60px;
  }
}

.section-trouble02 .block.block02 .txt img {
  left: 10px;
}

@media (max-width: 767px) {
  .section-trouble02 .block.block02 .txt img {
    left: -10px;
    width: 80px;
  }
}

.section-trouble02 .block.block03 .txt h3 {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .section-trouble02 .block.block03 .txt h3 {
    margin-bottom: 12px;
  }
}

@media (max-width: 767px) {
  .section-trouble02 .block.block03 .txt {
    padding-right: 110px;
  }
}

.section-trouble02 .block.block03 .txt img {
  right: -10px;
}

@media (max-width: 767px) {
  .section-trouble02 .block.block03 .txt img {
    width: 120px;
  }
}

.section-trouble02 .block .img {
  position: absolute;
  top: -40px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

@media (max-width: 767px) {
  .section-trouble02 .block .img {
    position: static;
    top: auto;
    margin-bottom: 20px;
  }
}

.section-trouble02 .block .txt h3 {
  color: #0088d6;
  line-height: 1.3;
  font-size: 36px;
  margin-bottom: 26px;
}

@media (max-width: 767px) {
  .section-trouble02 .block .txt h3 {
    font-size: 22px;
    margin-bottom: 12px;
  }
}

.section-trouble02 .block .txt ul li {
  background: url("images/icon_drop01.png") no-repeat 0 5px/13px 18px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  padding: 0 0 0 20px;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .section-trouble02 .block .txt ul li {
    background-size: 10px 13px;
    font-size: 14px;
    padding-left: 15px;
  }
}

.section-trouble02 .block .txt img {
  position: absolute;
  bottom: 0;
}

.section-trouble02 .large {
  color: #0f5bb8;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .section-trouble02 .large {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.section-trouble02 .large .txt-bg {
  background-color: #fff;
  padding: 10px;
}

@media (max-width: 767px) {
  .section-trouble02 .large .txt-bg {
    padding: 5px 0;
  }
}

.section-trouble02 .trouble-img {
  background: url("images/trouble02_bg_img.jpg") no-repeat 50% 50%/cover;
  text-align: center;
  padding: 130px 0;
}

@media (max-width: 767px) {
  .section-trouble02 .trouble-img {
    padding: 60px 0;
  }
}

.section-trouble02 .trouble-img p {
  margin-bottom: 0;
}

/* point
----------------------------------------------- */
.section-point {
  background: url("images/point_bg.jpg") no-repeat 50% 50%/cover;
}

.section-point .inner {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 50px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
}

@media (max-width: 767px) {
  .section-point .inner {
    padding: 30px 15px 10px;
  }
}

.section-point h2 {
  text-align: center;
  margin-bottom: 36px;
}

@media (max-width: 767px) {
  .section-point h2 {
    margin-bottom: 20px;
  }
}

.section-point ul {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .section-point ul {
    margin-bottom: 30px;
  }
}

.section-point ul li {
  float: left;
  margin-right: 2%;
  width: 32%;
  overflow: hidden;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
}

.section-point ul li:last-child {
  margin-right: 0;
}

.section-point ul li img {
  width: 100%;
}

.section-point .block {
  background-color: #fff;
  border: 3px solid #0f5bb8;
  position: relative;
  margin-bottom: 50px;
  padding: 40px 50px 26px;
  border-radius: 12px;
}

@media (max-width: 767px) {
  .section-point .block {
    padding: 25px 20px 20px;
    margin-bottom: 30px;
  }
}

.section-point .block h3 {
  position: absolute;
  left: 0;
  top: -23px;
  text-align: center;
  line-height: 1;
  width: 100%;
}

@media (max-width: 767px) {
  .section-point .block h3 {
    top: -19px;
  }
}

.section-point .block h3 strong {
  display: inline-block;
  background-color: #fff;
  font-size: 18px;
  color: #0f5bb8;
  line-height: 1;
  border: 3px solid #0f5bb8;
  padding: 0 0 5px;
  width: 200px;
  border-radius: 30px;
}

@media (max-width: 767px) {
  .section-point .block h3 strong {
    font-size: 14px;
    width: 160px;
    padding: 2px 0 3px;
  }
}

.section-point .block h3 strong span {
  font-size: 32px;
  margin-left: 4px;
  top: 3px;
  position: relative;
  line-height: 1;
  vertical-align: baseline;
}

@media (max-width: 767px) {
  .section-point .block h3 strong span {
    font-size: 22px;
    top: 1px;
  }
}

.section-point .block .large {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .section-point .block .large {
    font-size: 18px;
    line-height: 1.4;
  }
}

.section-point .block .large span {
  font-size: 38px;
}

@media (max-width: 767px) {
  .section-point .block .large span {
    font-size: 26px;
  }
}

.section-point .block p {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .section-point .block p {
    line-height: 1.6;
  }
}

/* voice
----------------------------------------------- */
.section-voice {
  background: url("images/voice_bg.jpg") no-repeat 50% 0%/cover;
  padding: 30px 0 40px;
}

@media (max-width: 767px) {
  .section-voice {
    padding: 20px 0 20px;
  }
}

.section-voice h2 {
  padding-left: 20px;
}

@media (max-width: 767px) {
  .section-voice h2 {
    padding-left: 10px;
    padding-top: 10px;
  }
}

.section-voice ul li {
  background-color: #fff;
  background-image: url("images/voice_fukidashi.png");
  background-repeat: no-repeat;
  background-position: right 6px top 6px;
  border: 6px solid #ededed;
  padding: 30px 35px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .section-voice ul li {
    border-width: 3px;
    padding: 15px 15px 5px;
    margin-bottom: 20px;
  }
}

.section-voice ul li:nth-child(even) {
  background-position: left 6px top 6px;
}

.section-voice ul li .img {
  width: 36%;
}

@media (max-width: 767px) {
  .section-voice ul li .img {
    float: none;
    margin-bottom: 15px;
    width: 100%;
  }
}

.section-voice ul li .img img {
  border: 1px solid #DDDDDD;
  width: 100%;
}

.section-voice ul li .txt {
  width: 60%;
}

@media (max-width: 767px) {
  .section-voice ul li .txt {
    float: none;
    width: 100%;
  }
}

.section-voice ul li .txt h3 {
  background: url("images/line_dash01.jpg") repeat-x 0 100%;
  font-size: 32px;
  color: #f47a00;
  line-height: 1.2;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .section-voice ul li .txt h3 {
    font-size: 20px;
    line-height: 1.4;
  }
}

/* flow
----------------------------------------------- */
.section-flow {
  background-color: #e7f2fa;
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  .section-flow {
    padding-bottom: 20px;
  }
}

.section-flow .heading {
  background: url("images/flow_bg.jpg") no-repeat 50% 50%/cover;
  padding: 80px 0 140px;
}

@media (max-width: 767px) {
  .section-flow .heading {
    padding: 30px 0 60px;
  }
}

.section-flow .heading h2 {
  text-align: center;
  color: #fff;
  font-size: 46px;
}

@media (max-width: 767px) {
  .section-flow .heading h2 {
    font-size: 26px;
  }
}

.section-flow .contents {
  position: relative;
  margin-top: -90px;
}

@media (max-width: 767px) {
  .section-flow .contents {
    margin-top: -40px;
  }
}

.section-flow .contents .inner {
  max-width: 880px;
}

.section-flow .contents .flow-point {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .section-flow .contents .flow-point {
    margin-bottom: 30px;
  }
}

.section-flow .contents .flow-point .box {
  background-color: #ffffff;
  border: 3px solid #0f5bb8;
  margin-right: 4%;
  width: 48%;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.section-flow .contents .flow-point .box:first-child p {
  padding-top: 30px;
}

@media (max-width: 767px) {
  .section-flow .contents .flow-point .box:first-child p {
    padding-top: 12px;
  }
}

.section-flow .contents .flow-point .box:last-child {
  margin-right: 0;
}

.section-flow .contents .flow-point .box h4 {
  background-color: #0f5bb8;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 10px;
}

@media (max-width: 767px) {
  .section-flow .contents .flow-point .box h4 {
    font-size: 14px;
  }
}

.section-flow .contents .flow-point .box p {
  font-size: 20px;
  line-height: 1.6;
  padding: 20px;
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .section-flow .contents .flow-point .box p {
    font-size: 14px;
    padding: 12px;
  }
}

.section-flow .contents ul li {
  background-color: #fff;
  position: relative;
  padding: 30px 30px 30px 80px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .section-flow .contents ul li {
    padding: 15px;
    margin-bottom: 30px;
  }
}

.section-flow .contents ul li::after {
  content: "";
  border-style: solid;
  border-width: 24px 35px 0 35px;
  border-color: #9da4aa transparent transparent transparent;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -33px;
}

@media (max-width: 767px) {
  .section-flow .contents ul li::after {
    border-width: 18px 28px 0 28px;
    margin-left: -28px;
    bottom: -26px;
  }
}

.section-flow .contents ul li:last-child::after {
  content: none;
}

.section-flow .contents ul li .num {
  position: absolute;
  left: -20px;
  top: -25px;
}

@media (max-width: 767px) {
  .section-flow .contents ul li .num {
    left: -10px;
    top: -15px;
    width: 50px;
  }
}

.section-flow .contents ul li .img {
  float: right;
  width: 42%;
}

@media (max-width: 767px) {
  .section-flow .contents ul li .img {
    float: none;
    margin-bottom: 15px;
    width: 100%;
  }
  .section-flow .contents ul li .img img {
    width: 100%;
  }
}

.section-flow .contents ul li .txt {
  float: left;
  width: 53%;
}

@media (max-width: 767px) {
  .section-flow .contents ul li .txt {
    float: none;
    width: 100%;
  }
}

.section-flow .contents ul li .txt h3 {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .section-flow .contents ul li .txt h3 {
    text-align: center;
    font-size: 20px;
  }
}

.section-flow .contents ul li .txt h3 small {
  display: block;
  font-size: 20px;
  color: #0088d6;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .section-flow .contents ul li .txt h3 small {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

.section-flow .contents ul li .txt p {
  font-size: 16px;
}

@media (max-width: 767px) {
  .section-flow .contents ul li .txt p {
    font-size: 14px;
  }
}

/* case
----------------------------------------------- */
.section-case {
  background: url("images/case_bg.jpg") no-repeat 50% 0/100%;
  padding-bottom: 60px;
  padding-top: 60px;
}

@media (max-width: 767px) {
  .section-case {
    padding: 30px 0 0;
  }
}

.section-case h2 {
  text-align: center;
  font-size: 50px;
  color: #0088d6;
  line-height: 1.3;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .section-case h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

.section-case h2 small {
  font-size: 26px;
  color: #262626;
  display: block;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .section-case h2 small {
    font-size: 16px;
  }
}

.section-case ul {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-case ul li {
  background-color: #fff;
  margin-right: 2%;
  width: 23.5%;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

@media (max-width: 767px) {
  .section-case ul li {
    margin-right: 4%;
    margin-bottom: 20px;
    width: 48%;
  }
  .section-case ul li:nth-child(even) {
    margin-right: 0;
  }
}

.section-case ul li:last-child {
  margin-right: 0;
}

.section-case ul li h3 {
  font-size: 22px;
  padding: 10px;
  text-align: center;
  border-bottom: 3px solid #0f5bb8;
}

@media (max-width: 767px) {
  .section-case ul li h3 {
    font-size: 18px;
    line-height: 1.4;
  }
}

.section-case ul li .img {
  text-align: center;
}

.section-case ul li .img img {
  width: 100%;
}

.section-case ul li dl {
  padding: 15px 15px 8px;
}

@media (max-width: 767px) {
  .section-case ul li dl {
    padding: 10px 10px 8px;
  }
}

.section-case ul li dl dt {
  font-size: 14px;
}

.section-case ul li dl dd {
  font-size: 14px;
  margin-bottom: 8px;
}

.section-case ul li dl dd .price {
  font-size: 22px;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .section-case ul li dl dd .price {
    font-size: 20px;
  }
}

.section-case ul li dl dd .price small {
  font-size: 14px;
}

@media (max-width: 767px) {
  .section-case ul li dl dd .price small {
    font-size: 12px;
  }
}

/* trouble03
----------------------------------------------- */
.section-trouble03 {
  background: url("images/trouble03_bg.jpg") repeat 50% 0;
  padding: 70px 0 80px;
}

@media (max-width: 767px) {
  .section-trouble03 {
    padding: 30px 0 20px;
  }
}

.section-trouble03 h2 {
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .section-trouble03 h2 {
    margin-bottom: 20px;
  }
}

.section-trouble03 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .section-trouble03 ul {
    display: block;
  }
}

.section-trouble03 ul li {
  background-color: #fff;
  margin-right: 3%;
  overflow: hidden;
  width: 31.333%;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

@media (max-width: 767px) {
  .section-trouble03 ul li {
    margin-right: auto;
    margin-bottom: 20px;
    width: auto;
  }
}

.section-trouble03 ul li:last-child {
  margin-right: 0;
}

.section-trouble03 ul li .img {
  text-align: center;
}

.section-trouble03 ul li .img img {
  width: 100%;
}

.section-trouble03 ul li dl {
  padding: 10px 15px;
}

.section-trouble03 ul li dl dt {
  color: #0088d6;
  font-size: 26px;
  text-align: center;
  margin-bottom: 3px;
}

.section-trouble03 ul li dl dd {
  background: url("images/icon_check01.png") no-repeat 0 6px/13px 14px;
  font-size: 16px;
  font-weight: bold;
  padding-left: 18px;
  margin-bottom: 3px;
}

/* repeater
----------------------------------------------- */
.section-repeater .container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-repeater .container .inner {
  background: #0a5db5;
  color: #fff;
  padding: 50px;
}

.section-repeater .container .inner .off_inner01 h2 {
  font-size: 30px;
  text-align: center;
  border-bottom: solid 3px #7ca9d8;
}

.section-repeater .container .inner .off_inner01 p {
  font-size: 24px;
  padding-top: 50px;
}

@media (max-width: 767px) {
  .section-repeater .container .inner .off_inner01 p p {
    font-size: 16px;
  }
}

.section-repeater .container .inner .off_inner02 {
  background: #fff;
  color: #0f5bb8;
  height: 200px;
  border-radius: 10px;
  padding: 2em;
}

.section-repeater .container .inner .off_inner02 .alignleft {
  text-align: center;
}

.section-repeater .container .inner .off_inner02 .alignleft p {
  font-size: 30px;
  margin: initial;
}

.section-repeater .container .inner .off_inner02 .alignleft strong {
  font-size: 72px;
}

.section-repeater .container .inner .off_inner02 .alignright p {
  font-size: 24px;
  margin-bottom: initial;
}

/* promise
----------------------------------------------- */
.section-promise {
  background: url("images/promise_bg.jpg") no-repeat 50% 50%/cover;
  padding: 60px 0 80px;
}

@media (max-width: 767px) {
  .section-promise {
    padding: 30px 0;
  }
}

.section-promise .inner {
  max-width: 840px;
}

.section-promise h2 {
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .section-promise h2 {
    margin-bottom: 15px;
  }
  .section-promise h2 img {
    width: 280px;
  }
}

.section-promise ul {
  background-color: #fff;
  border: 8px solid #bce3f4;
  padding: 20px 30px 15px;
}

@media (max-width: 767px) {
  .section-promise ul {
    border-width: 5px;
    padding: 15px;
  }
}

.section-promise ul li {
  background: url("images/line_dash02.jpg") repeat-x 0 100%;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  padding: 0 0 8px 32px;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .section-promise ul li {
    font-size: 16px;
    padding-left: 22px;
    line-height: 1.4;
  }
}

.section-promise ul li::before {
  background: url("images/icon_check02.png") no-repeat 0 0/23px 20px;
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  height: 20px;
  width: 23px;
}

@media (max-width: 767px) {
  .section-promise ul li::before {
    background-size: 15px 14px;
    height: 14px;
    width: 15px;
  }
}

/* company
----------------------------------------------- */
.section-company {
  background-color: #dbf0f9;
  padding: 50px 0 70px;
}

@media (max-width: 767px) {
  .section-company {
    padding: 30px 0;
  }
}

.section-company .inner {
  max-width: 840px;
}

.section-company h2 {
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 767px) {
  .section-company h2 {
    font-size: 22px;
  }
}

.section-company .box {
  background-color: #fff;
  padding: 40px 50px 50px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .section-company .box {
    padding: 15px;
  }
}

.section-company .box h3 {
  color: #0088d6;
  font-size: 22px;
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 767px) {
  .section-company .box h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.section-company .box table {
  border-top: 2px solid #d6d6d6;
  width: 100%;
}

.section-company .box table th {
  border-bottom: 2px solid #d6d6d6;
  font-size: 16px;
  text-align: left;
  padding: 20px 30px;
  width: 180px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .section-company .box table th {
    font-size: 14px;
    border-bottom: none;
    display: block;
    padding: 13px 1em 0;
    width: 100%;
  }
}

.section-company .box table td {
  border-bottom: 2px solid #d6d6d6;
  font-size: 16px;
  text-align: left;
  padding: 20px 30px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .section-company .box table td {
    font-size: 14px;
    display: block;
    padding: 0 1em 10px;
    width: 100%;
  }
}

/* attention
----------------------------------------------- */
#attention .pc {
  display: block;
}

#attention .sp {
  display: none;
}

@media (max-width: 767px) {
  #attention .pc {
    display: none;
  }
  #attention .sp {
    display: block;
  }
}

/* ==============================================
 privacy policy
=============================================== */
.privacy-section {
  padding-top: 40px;
}

.privacy-section h2 {
  margin-bottom: 10px;
}

.privacy-section h3 {
  margin-bottom: 10px;
}

/* ==============================================
 contact
=============================================== */
/* contents
----------------------------------------------- */
.contact-contents {
  background: #cde8f7;
  padding: 30px 0 50px;
}

@media (max-width: 767px) {
  .contact-contents {
    padding-bottom: 30px;
  }
}

.contact-contents .contact-service {
  text-align: center;
}

.contact-contents .contact-tel {
  position: relative;
  margin-top: -10px;
}

@media (max-width: 767px) {
  .contact-contents .contact-tel {
    background-color: #fff;
    margin-top: 10px;
  }
  .contact-contents .contact-tel .tit img {
    width: 100%;
  }
}

.contact-contents .contact-tel .tel-area {
  position: absolute;
  left: 26px;
  top: 95px;
}

@media (max-width: 767px) {
  .contact-contents .contact-tel .tel-area {
    position: static;
    padding: 10px;
    text-align: center;
  }
}

.contact-contents .contact-tel .tel-area p {
  margin-bottom: 3px;
}

.contact-contents .contact-tel .tel-area .tel {
  background: url("images/cta_contact_tel_icon.png") no-repeat 7px 50%;
  display: block;
  font-size: 62px;
  font-weight: bold;
  padding: 0 0 0 70px;
  line-height: 1;
  margin-bottom: 5px;
  width: 520px;
}

@media (max-width: 767px) {
  .contact-contents .contact-tel .tel-area .tel {
    font-size: 30px;
    display: inline-block;
    background-size: 28px 28px;
    padding-left: 42px;
    margin: 5px 0 0;
    width: 100%;
  }
}

.contact-contents .contact-tel .tel-area .time sp-only {
  display: none;
  text-align: center;
}

.contact-contents .contact-tel .tel-area .time sp-only img {
  width: 250px;
}

@media (max-width: 767px) {
  .contact-contents .contact-tel .tel-area .time sp-only {
    margin-bottom: 10px;
  }
  .contact-contents .contact-tel .tel-area .time sp-only img {
    width: 200px;
  }
}

.contact-contents .contact-tel .tel-area .btn img {
  width: 100%;
}

.contact-form {
  background: #e7f2fa;
  padding: 40px 0;
}

/* ==============================================
 footer
=============================================== */
.site-footer {
  background-color: #262626;
  padding: 10px 0 100px;
}

@media (max-width: 767px) {
  .site-footer {
    padding-bottom: 70px;
  }
}

.copyright {
  text-align: center;
  margin-bottom: 0;
  color: #fff;
}

.copyright a {
  color: #fff;
}

@media (max-width: 767px) {
  .copyright {
    font-size: 12px;
  }
}

.pagetop {
  cursor: pointer;
  right: 30px;
  bottom: 52px;
  position: fixed;
  z-index: 100;
}

@media (max-width: 767px) {
  .pagetop {
    display: none !important;
  }
}

.fixed-footer {
  border-top: 10px solid #0f5bb8;
  background: -webkit-gradient(linear, left top, left bottom, from(#eff8fe), to(#d6f0fd));
  background: linear-gradient(#eff8fe, #d6f0fd);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dce8ef',GradientType=0 );
  /* IE6-9 */
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (max-width: 767px) {
  .fixed-footer {
    border-top-width: 3px;
    padding: 5px 0;
  }
  .fixed-footer .container {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.fixed-footer .inner {
  padding: 4px 0 1px 150px;
  max-width: 960px;
}

@media (max-width: 767px) {
  .fixed-footer .inner {
    padding: 0;
    max-width: 380px;
  }
}

.fixed-footer .head {
  position: absolute;
  top: -42px;
  left: 35px;
}

@media (max-width: 767px) {
  .fixed-footer .head {
    display: none;
  }
}

.fixed-footer .img {
  position: absolute;
  left: -30px;
  bottom: -5px;
}

.fixed-footer .img img {
  width: 238px;
  height: auto;
}

@media (max-width: 767px) {
  .fixed-footer .img {
    display: none;
  }
}

.fixed-footer .tel {
  float: left;
  position: relative;
  padding-top: 8px;
  width: 470px;
}

@media (max-width: 767px) {
  .fixed-footer .tel {
    padding-top: 0;
    width: 100%;
  }
}

.fixed-footer .tel .tel-icon {
  width: 400px;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.fixed-footer .tel a {
  font-size: 48px;
  font-weight: bold;
  position: absolute;
  left: 120px;
  top: 2px;
  line-height: 1;
  z-index: 10;
}

@media (max-width: 767px) {
  .fixed-footer .tel a {
    position: static;
  }
}

@media (max-width: 767px) {
  .fixed-footer .tel a span {
    position: absolute;
    left: 27.5%;
    top: 40px;
    font-size: 8.6vw;
    letter-spacing: -2px;
    color: #fff;
  }
}

@media (max-width: 767px) {
  .fixed-footer .campaign {
    display: none;
  }
}

.fixed-footer .mail {
  float: right;
  width: 334px;
}

@media (max-width: 767px) {
  .fixed-footer .mail {
    width: 50%;
  }
}

/* ==============================================
 form
=============================================== */
/* layout
----------------------------------------------- */
/* table */
.form {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.form-table {
  margin-bottom: 20px;
  width: 100%;
}

@media (max-width: 767px) {
  .form-table {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .form-table tr {
    display: block;
    position: relative;
  }
}

.form-table th {
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  padding: 20px 0;
  width: 300px;
  vertical-align: top;
}

@media (max-width: 767px) {
  .form-table th {
    font-size: 16px;
    padding: 0 0 10px;
    display: block;
    width: 100%;
  }
}

.form-table th .required {
  background-color: #e50404;
  color: #fff;
  font-size: 16px;
  padding: 2px 6px;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .form-table th .required {
    font-size: 13px;
  }
}

.form-table td {
  font-size: 22px;
  padding: 15px 0;
  vertical-align: top;
}

@media (max-width: 767px) {
  .form-table td {
    font-size: 16px;
    padding: 0 0 15px;
    display: block;
    width: 100%;
  }
}

.form-table td .form-field {
  margin-bottom: 10px;
}

.form-table td .form-field:last-child {
  margin-bottom: 0;
}

.form-table img {
  max-width: 320px;
}

.check-privacy .mwform-checkbox-field-text {
  display: none;
}

.form .btn {
  color: #fff;
  background-color: #0088d6;
  display: inline-block;
  line-height: 64px;
  height: 64px;
  font-size: 22px;
  padding: 0;
  margin: 0 0;
  width: 48%;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .form .btn {
    font-size: 16px;
    min-width: inherit;
    line-height: 54px;
    height: 54px;
    width: 48%;
  }
}

.form .btn:hover {
  background-color: rgba(0, 136, 214, 0.8);
}

.form .btn[name="submit"] {
  float: right;
}

.form .btn[name="submitBack"] {
  float: left;
  background-color: #888;
}

.form .btn[name="submitBack"]:hover {
  background-color: rgba(136, 136, 136, 0.8);
}

.form .btns {
  font-size: 0;
  letter-spacing: 0;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 640px;
}

.check-privacy .mwform-checkbox-field label {
  background-color: transparent;
  padding: 0;
  margin-right: 3px;
  background-position: 0 50%;
  height: 22px;
  width: 22px;
  vertical-align: middle;
  border-radius: 0;
}

.check-privacy a {
  background: none;
  padding-right: 0;
  text-decoration: underline;
}

@media (min-width: 1025px) {
  .check-privacy a:hover {
    text-decoration: none;
  }
}

.mw_wp_form_preview .form-table th .required,
.mw_wp_form_preview .check-privacy {
  display: none;
}

.mw_wp_form_preview .preview-hidden {
  display: none;
}

.preview-show {
  display: none;
}

.mw_wp_form_preview .preview-show {
  display: block;
}

/* form default */
input.form-control, input[type="number"].form-control, input[type="email"].form-control, button.form-control, textarea.form-control {
  background: #fff;
  font-size: 22px;
  font-weight: bold;
  border: 2px solid #92acbb;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (max-width: 767px) {
  input.form-control, input[type="number"].form-control, input[type="email"].form-control, button.form-control, textarea.form-control {
    font-size: 16px;
  }
}

input.form-control:focus, button.form-control:focus, textarea.form-control:focus {
  border-color: #0088d6;
  background: #fff;
}

input[type="submit"],
input[type="button"],
button {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus,
button:focus {
  outline-offset: -2px;
  outline: 0;
}

input[type="text"].form-control, input[type="number"].form-control, input[type="password"].form-control, input[type="email"].form-control, input[type="tel"].form-control, input[type="url"].form-control, textarea.form-control {
  background-color: #fff;
  padding: 10px;
  border-radius: 6px;
  width: 100%;
}

input[type="text"].form-zip {
  width: 140px;
}

.form .mwform-tel-field input[type="text"],
.form .mwform-zip-field input[type="text"] {
  width: 100px;
  background: #fff;
  font-size: 22px;
  border: 2px solid #92acbb;
  padding: 10px;
  border-radius: 6px;
}

@media (max-width: 767px) {
  .form .mwform-tel-field input[type="text"],
  .form .mwform-zip-field input[type="text"] {
    font-size: 16px;
    width: 80px;
  }
}

.form .btn-area input[type="submit"] {
  background: #0f5bb8;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 20px;
  margin: 0 5px;
  width: 260px;
  -webkit-box-shadow: 0 0 10px rgba(6, 49, 68, 0.2);
  -ms-box-shadow: 0 0 10px rgba(6, 49, 68, 0.2);
  box-shadow: 0 0 10px rgba(6, 49, 68, 0.2);
  -webkit-transition: all 0.17s ease-out 0s;
  transition: all 0.17s ease-out 0s;
}

@media (max-width: 767px) {
  .form .btn-area input[type="submit"] {
    font-size: 18px;
    width: 45%;
  }
}

.form .btn-area input[type="submit"]:hover {
  background: rgba(15, 91, 184, 0.8);
}

.form .btn-area input[type="submit"][name="submitBack"] {
  background-color: #888;
}

.form .btn-area input[type="submit"][name="submitBack"]:hover {
  background: rgba(136, 136, 136, 0.8);
}

.form-preveiw-mes {
  display: none;
}

.mw_wp_form_preview .form .mes,
.mw_wp_form_preview .form .form-table td.form-icon {
  display: none;
}

.mw_wp_form_preview .form .form-table th {
  background-color: #fff;
  padding: 20px 30px;
  width: 270px;
}

.mw_wp_form_preview .form .form-table td {
  background-color: #fff;
  padding: 20px 30px;
}

.mw_wp_form_preview .form .form-table td .select-wrapper {
  font-weight: normal;
}

@media (max-width: 767px) {
  .mw_wp_form_preview .form .form-table th {
    padding: 15px 15px 10px;
    width: 100%;
  }
  .mw_wp_form_preview .form .form-table td {
    padding: 0 15px 15px;
  }
}

.mw_wp_form_preview .form-preveiw-mes {
  display: block;
  font-size: 16px;
}

@media (max-width: 767px) {
  .mw_wp_form_preview .form-preveiw-mes {
    font-size: 14px;
  }
}

.mw_wp_form_preview .checkbox-group {
  font-size: 22px;
}

@media (max-width: 767px) {
  .mw_wp_form_preview .checkbox-group {
    font-size: 16px;
  }
}

.form-complete-mes {
  background-color: #fff;
  padding: 30px;
  font-size: 16px;
  text-align: center;
}

@media (max-width: 767px) {
  .form-complete-mes {
    font-size: 14px;
    text-align: left;
    padding: 15px;
  }
}

/* checkbox */
.checkbox-group {
  font-size: 0;
  letter-spacing: 0;
  position: relative;
}

.checkbox-group .mwform-checkbox-field {
  display: inline-block;
  margin: 0 10px 10px 0 !important;
}

.checkbox-group label {
  display: inline-block;
  background-color: #fff;
  background-position: 16px 50%;
  background-repeat: no-repeat;
  background-image: url("images/checkbox_off.png");
  background-size: 22px 22px;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  padding: 14px 18px 14px 45px;
  border-radius: 6px;
  vertical-align: top;
}

.checkbox-group label.checked-label {
  background-image: url("images/checkbox_on.png");
}

@media (max-width: 767px) {
  .checkbox-group label {
    font-size: 16px;
  }
}

.checkbox-group input[type="checkbox"] {
  display: none;
}

.mwform-checkbox-field {
  display: inline-block;
}

.mwform-checkbox-field label {
  display: inline-block;
  background-color: #fff;
  background-position: 16px 50%;
  background-repeat: no-repeat;
  background-image: url("images/checkbox_off.png");
  background-size: 22px 22px;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  padding: 15px 20px 15px 45px;
  border-radius: 6px;
  vertical-align: top;
}

.mwform-checkbox-field label.checked-label {
  background-image: url("images/checkbox_on.png");
}

@media (max-width: 767px) {
  .mwform-checkbox-field label {
    font-size: 16px;
  }
}

.mwform-checkbox-field input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  z-index: -1;
}

/* selectbox */
.select-wrapper {
  display: block;
  position: relative;
  width: auto;
  font-size: 22px;
  font-weight: bold;
  border: 2px solid #92acbb;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
}

@media (max-width: 767px) {
  .select-wrapper {
    font-size: 16px;
  }
}

.select-wrapper::after {
  content: "";
  background: url("images/select_arrow.png") no-repeat 0 0/10px 25px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 10px;
  height: 25px;
  width: 10px;
}

.select-wrapper select {
  background: none;
  width: 100%;
  font-size: 22px;
  padding: 10px 30px 10px 10px;
  border: none;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  line-height: 1.5;
  background: none transparent;
  vertical-align: middle;
  outline: inherit;
}

@media (max-width: 767px) {
  .select-wrapper select {
    font-size: 16px;
  }
}

.select-wrapper select.form-control-auto {
  width: auto;
}

/* ie9対策 */
.select-wrapper select:not(:target) {
  width: 120% \9;
}

.mw_wp_form_preview .select-wrapper {
  background: none;
  border: none;
  padding: 0;
}

.mw_wp_form_preview .select-wrapper::after {
  content: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "YuGothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Arial", sans-serif;
  color: #aaa;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "YuGothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Arial", sans-serif;
  color: #aaa;
  opacity: 1;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "YuGothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Arial", sans-serif;
  color: #aaa;
  opacity: 1;
}

input::placeholder, textarea::placeholder {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "YuGothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Arial", sans-serif;
  color: #aaa;
  opacity: 1;
}

/* IE */
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "YuGothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Arial", sans-serif;
  color: #aaa;
  opacity: 1;
}

/* Edge */
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "YuGothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Arial", sans-serif;
  color: #aaa;
  opacity: 1;
}

/* Chrome, Safari */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox, IE */
input[type="number"] {
  -moz-appearance: textfield;
}

/* Chrome autofill */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

/* ==============================================
 Media Queries
=============================================== */
/* hidden
----------------------------------------------- */
@media screen and (min-width: 1120px) {
  .hidden-xl {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1119px) {
  .hidden-lg {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hidden-md {
    display: none !important;
  }
}

@media screen and (min-width: 544px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}

@media screen and (max-width: 543px) {
  .hidden-xs {
    display: none !important;
  }
}

@media screen and (max-width: 340px) {
  .hidden-xxs {
    display: none !important;
  }
}

/* column
----------------------------------------------- */
.col-lg-1 {
  width: 12%;
}

.col-lg-2 {
  width: 16.6666%;
}

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

.col-lg-4 {
  width: 33.3333%;
}

.col-lg-5 {
  width: 41.6666%;
}

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

.col-lg-7 {
  width: 57.0833%;
}

.col-lg-8 {
  width: 66.6667%;
}

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

.col-lg-10 {
  width: 83.3334%;
}

.col-lg-11 {
  width: 91.6666%;
}

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

/* pc min
----------------------------------------------- */
@media screen and (max-width: 1119px) {
  /* column
  ----------------------------------------------- */
  .col-md-1 {
    width: 12%;
  }
  .col-md-2 {
    width: 16.6666%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333%;
  }
  .col-md-5 {
    width: 41.6666%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 57.0833%;
  }
  .col-md-8 {
    width: 66.6667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3334%;
  }
  .col-md-11 {
    width: 91.6666%;
  }
  .col-md-12 {
    width: 100%;
  }
}

/* tablet
----------------------------------------------- */
@media screen and (max-width: 1024px) {
  /* ==============================================
     Layout
    =============================================== */
  /* column
    ----------------------------------------------- */
  .col-sm-1 {
    width: 12%;
  }
  .col-sm-2 {
    width: 16.6666%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333%;
  }
  .col-sm-5 {
    width: 41.6666%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 57.0833%;
  }
  .col-sm-8 {
    width: 66.6667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3334%;
  }
  .col-sm-11 {
    width: 91.6666%;
  }
  .col-sm-12 {
    width: 100%;
  }
}

/* column
----------------------------------------------- */
@media screen and (max-width: 767px) {
  /* column
    ----------------------------------------------- */
  .col-xs-1 {
    width: 12%;
  }
  .col-xs-2 {
    width: 16.6666%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.3333%;
  }
  .col-xs-5 {
    width: 41.6666%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-7 {
    width: 57.0833%;
  }
  .col-xs-8 {
    width: 66.6667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-10 {
    width: 83.3334%;
  }
  .col-xs-11 {
    width: 91.6666%;
  }
  .col-xs-12 {
    width: 100%;
  }
}

/* ==============================================
 print
=============================================== */
@media print {
  body {
    zoom: 75%;
  }
}
/*# sourceMappingURL=style.css.map */