/*--------------------------------------------------------------
	Common
--------------------------------------------------------------*/
@charset "utf-8";
body {
  font-family: -apple-system, blinkMacSystemFont, /* Macの欧文はSan Francisco (OS X 10.11以降) */
               'Helvetica Neue',            /* Macの欧文 (OS X 10.10以前) */
               'Segoe UI',                  /* Windowsの欧文 */
               'Hiragino Kaku Gothic ProN', /* Macのヒラギノ */
               Meiryo,                      /* Windowsのメイリオ */
               sans-serif;
  user-select:none;
  -webkit-user-select:none;
  -ms-user-select: none;
  -moz-user-select:none;
  -khtml-user-select:none;
  -webkit-user-drag:none;
  -khtml-user-drag:none;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
}

body {
  background: #fff;
  font: 400 11px/1.8;
  color: #111;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {overflow: hidden !important;}
p, ol, ul, dl, blockquote, .content-box, .alt-features-item, .form-group {font-size: 16px; line-height: 1.7em;}
.container p {font-size: 18px;}
.container p:last-child {margin-bottom: 0;}
b, strong, .bold{
}
ul, ol, ul li, ol li {margin: 0; padding: 0; list-style-position: inside;}
.btn-block {font-weight: bold;}
.content-box {position: relative;}

section {padding-top: 50px; padding-bottom: 50px;}

.h2, h2 {
    font-size: 36px;
}

.only_sp, .only_sp_375 {display: none !important;}
.only_pad {display: none !important;}
.txt_center {margin: 0 auto; text-align: center !important;}

.under_l {
 width: 100%;
 position: relative;
 display: inline-block;
 margin-bottom: 1em;
}
.under_l span {
 display: block;
 font-size: 30px !important;
 font-weight: bold;
 margin-bottom: 30px;
}
.under_l:before {
 content: '';
 position: absolute;
 bottom: 0;
 display: inline-block;
 width: 40px;
 height: 3px;
 left: 50%;
 -moz-transform: translateX(-50%);
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 transform: translateX(-50%);
 background-color: #111;
 border-radius: 1px;
}
.under_line {
    font-size: 18px;
    line-height: 1em;
    padding-bottom: 0.8em;
    border-bottom: solid 2px #ededed;
    position: relative;
    margin: 30px 0;
}
.under_line:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 2px #90cfc3;
    bottom: -2px;
    width: 90px;
}

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

a img:hover {
  opacity: 0.9;
}

/*--------------------------------------------------------------
	Header
--------------------------------------------------------------*/
.home-section {
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 1;
  background-size: cover;
}
.contents_inner {
  box-sizing: boder-box;
  margin: 0 auto;
  padding: 30px 0 80px 0;
  color: #fff;
  text-align: center;
}

/* Transition elsements */
a,
.btn {
  transition: all 0.125s ease-in-out 0s;
}


/* mainImg */

#mainImg {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  
}
#mainImg_txt {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index:20;
}
#mainImg_txt h2 {
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  position:relative;
}
#mainImg_txt h2 img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

#point_area {
  background: url("../images/bg_point.png") repeat-x bottom;
  padding: 0 !important;
}
.point_inner {
  background: url("../images/bg_splash.png") repeat-x;
  background-position: center -100px;
  text-align: center; margin: 0 auto;
}
.point_inner h3 {width: 100%; max-width: 1140px; text-align: center; margin: 0 auto; padding: 30px 0 0 0;}

.bg_dot {
  width: 100%;
  height: 1.2em;
  background: url("../images/bg_dot_title.png") repeat-x;
  background-position: center;
  position: relative;
  margin-top: 60px;
}
.bg_dot img {
  background: #ffffff;
  position: absolute;
  top: -0.3em;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  padding: 0.5em;
}
.flex_box {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  margin: 2em 0;
  padding: 0;
}
.flex_box li {
  margin: 1em 0;
  padding: 0;
}
#tactics {
  width: 100%;
  background: url("../images/bg_splash_bl.png") repeat-x;
  background-position: center top;
  text-align: center;
}
#tactics .container p {
  text-align: left;
}
#tactics .hikaku {
  text-align: left;
}
.tactics_box {
  background: rgba(255,241,0,0.8);
  font-weight: bold;
  margin: 60px 0;
  padding: 20px 30px;
  border-radius: 5px;
  border: 5px solid #111;
}
#evidence {
  background-image: linear-gradient(0deg, transparent 21px, #dddddd 22px),linear-gradient(90deg,  transparent 21px, #dddddd 22px);
  background-color: #fcfcfc;
  background-size: 22px 22px;
}
#evidence .graph_sns dl {
  background: rgba(255,255,255,0.8);
  padding: 20px 30px;
  margin: 60px auto;
  border: 5px solid #111;
  border-radius: 5px;
}
#evidence .graph_sns dl dt, #evidence .graph_sns dl dd {clear: both; float: none; width: 100%;}
#evidence .graph_sns dl dt img {text-align: center; margin: 0 auto;}
#evidence .graph_sns dl dd {text-align: center; margin-bottom: 30px;}
#evidence .graph_sns dl dd h3 {
  font-weight: bold;
  margin-bottom: 1em;
}
#evidence .graph_sns dl:after {
  display: block;
  width: 100%;
  content: "";
  clear: both;
}
#evidence cite {
  display: block;
  background: rgba(14,10,160,0.075);
  padding: 7px 5px;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  font-style: normal;
  margin-bottom: 2.7em;
  border-radius: 5px;
}
#evidence cite a {
  display: block;
}
.hikaku dl.hikaku_pcm dd {
  background: #fff100;
  border: 5px solid #111;
  padding: 20px 30px;
  border-radius: 5px;
}
.hikaku dl.hikaku_ippan dd {
  background: #fafafa;
  border: 5px solid #999999;
  padding: 20px 30px;
  border-radius: 5px;
}
.hikaku dl:after {
  display: block;
  content: "";
  clear: both;
}
.hikaku dl dt, .hikaku dl dd {
  float: left;
}
#hikaku_area .hikaku dl dt {
  margin-right: 30px;
  text-align: center;
}
.hikaku dl.hikaku_ippan dt {
  font-size: 80%;
}
.hikaku dl dt img, .hikaku dl dt small {
  display: block;
}
.hikaku dl dt img {
  margin: 0 auto 15px auto;
  text-align: center;
}
.hikaku dl dd h4 {
  font-weight: bold;
}
.hikaku dl.hikaku_pcm dd h4 {
  font-size: 120%;
  color: #e60012;
}
.hikaku dl.hikaku_pcm dd ul li {
  font-weight: bold;
  list-style-type: none;
  clear: both;
}
.hikaku dl.hikaku_pcm dd ul li:before {
  display: block;
  float: left;
  font-family: FontAwesome;
  color: #e60012;
  content: "\f00c";
  margin-right: 10px;
  margin-bottom: 1em;
}
#jisseki {
  background: #fff100;
  padding: 2em 0;
}
#tactics .flex_box, #jisseki .flex_box {
  justify-content: space-around;
}
#jisseki .flex_box li {
  width: 388px;
}
#jisseki .container h3 img {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.faq_box {
  margin-top: 60px;
}
.faq_box dl {
  clear: both;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #cccccc;
}
.faq_box dl dt, .faq_box dl dd {
  line-height: 1.7em;
  clear: both;
}
.faq_box dl dt {
  margin-bottom: 15px;
}
.faq_box dl dd {
  line-height: 1.7em;
}
.faq_box dl dt:before, .faq_box dl dd:before {
  display: block;
  width: 1.7em;
  height: 1.7em;
  float: left;
  content: "";
  font-weight: bold;
  text-align: center;
  line-height: 1.7em;
}
.faq_box dl dt:before {
  background: #080404;
  color: #fff500;
  content: "Q";
}
.faq_box dl dd:before {
  background: #fff500;
  color: #080404;
  content: "A";
}
.faq_box dl dt span, .faq_box dl dd span {
  display: block;
  float: right;
  width: calc(100% - 2.4em);
}
.faq_box dl dt:after, .faq_box dl dd:after {
  display: block;
  content: "";
  clear: both;
}
.cv_area {
  width: 100%;
  background: url("../images/mainImg_bg.png");
  background-size: cover;
  background-position: center top;
  text-align: center;
  padding: 0;
}
.cv_area_inner {
  width: 100%;
  background: url("../images/bg_cv.png") no-repeat;
  background-position: center;
  text-align: center;
}
.btn_area {
  font-size: 20px;
  font-weight: bold;
  color: #fff100;
  padding: 60px 0;
}
.btn {
  display: block;
  width: 50%;
  background: rgb(63,37,37);
  background: linear-gradient(0deg, rgba(63,37,37,1) 0%, rgba(129,41,31,1) 35%, rgba(230,0,18,1) 100%);
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  margin: 10px auto 0 auto;
  text-align: center;
  line-height: 2em;
  border-bottom: 4px solid #231212;
}
.btn:hover {
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(17,17,17,1) 35%, rgba(51,51,51,1) 100%);
  color: #ffffff;
  border-color: #000;
}

/* Sections */

.main {
  position: relative;
  background-color: #fff;
  z-index: 0;
}

/* Dark background */
.bg-dark,
.bg-dark-15,
.bg-dark-30,
.bg-dark-45,
.bg-dark-60,
.bg-dark-90,
.bg-dark .module-title,
.bg-dark-15 .module-title,
.bg-dark-30 .module-title,
.bg-dark-45 .module-title,
.bg-dark-60 .module-title,
.bg-dark-90 .module-title,
.bg-dark .module-subtitle,
.bg-dark-15 .module-subtitle,
.bg-dark-30 .module-subtitle,
.bg-dark-45 .module-subtitle,
.bg-dark-60 .module-subtitle,
.bg-dark-90 .module-subtitle,
.bg-dark .alt-module-subtitle h5,
.bg-dark-15 .alt-module-subtitle h5,
.bg-dark-30 .alt-module-subtitle h5,
.bg-dark-45 .alt-module-subtitle h5,
.bg-dark-60 .alt-module-subtitle h5,
.bg-dark-90 .alt-module-subtitle h5 {
  color: #fff;
}

.bg-dark {
  background: #0d1c1f;
}

.bg-dark-15:before {
  position: absolute;
  background: rgba(2, 2, 2, 0.2);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-dark-30:before {
  position: absolute;
  background: rgba(2, 2, 2, 0.4);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-dark-45:before {
  position: absolute;
  background: rgba(2, 2, 2, 0.7);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-dark-60:before {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-dark-90:before {
  position: absolute;
  background: rgba(34, 34, 34, 0.9);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-light {
  background: #ffffff;
}

.bg-gray {
  background: #fafafa;
}

.bg-light-30:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-light-60:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-light-70:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-light-80:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

/* Vertical margin, padding */
.p-0 {
  padding: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.module-title {font-weight: bold;}
.module-title small {display: block; line-height: 1.7em; margin: 40px auto 0 auto; color: #0d1c1f;}
.module-title span {display: block;}

/*--------------------------------------------------------------
	Typography
--------------------------------------------------------------*/
a {
  color: #0d1c1f;
}

a:hover, a:focus {
  text-decoration: none;
  color: #aaa;
  outline: 0;
}

.bg-price {
  background: #fff600;
}

.bg-dark a {
  color: #aaa;
}

.bg-dark a:hover, .bg-dark a:focus {
  color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  font-weight: 400;
}

p, ol, ul, blockquote {
  margin: 0 0 20px;
}

blockquote {
  border: 0;
  font-style: italic;
  font-size: 15px;
  padding: 0;
}

.font-alt {
  letter-spacing: 2px;
}

.font-serif {
  font-style: italic;
}

.large-text {
  font-size: 24px !important;
}

.rotate {
  text-shadow: none !important;
}

.module-title {
  position: relative;
  letter-spacing: 4px;
  text-align: center;
  font-size: 33px;
  color: #0d1c1f;
  margin: 0 0 45px;
}

.module-subtitle {
  text-align: center;
  font-size: 30px;
  color: #0d1c1f;
  margin-bottom: 30px;
}

.module-icon {
  text-align: center;
  font-size: 32px;
  margin-bottom: 20px;
}

.module-title + .module-subtitle {
  margin-top: -35px;
}

.module-title, .module-subtitle, .titan-title-size-4, .gradient, .content-box-title, .font-alt, .btn.btn-border-w, h1, h2, h3, h4, h5, h6, .navbar-custom .nav li > a, .btn.btn-circle, .btn.btn-d, .alt-features-title, .fl_left, .fl_right {
  transform: rotate(.03deg);
}

.content-box-title {text-align: center; font-weight: bold; color: #d83d00;}
.module-subtitle span {background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffff7f 0%) repeat scroll 0 0; padding: 0;}

/*--------------------------------------------------------------
	Preloader
--------------------------------------------------------------*/
.page-loader {
  position: fixed;
  background: #000;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: 9998;
}

.loader {
  position: absolute;
  border-left: 2px solid #ffffff;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  height: 46px;
  width: 46px;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -23px;
  text-indent: -9999em;
  font-size: 10px;
  z-index: 9999;
  -webkit-animation: load 0.8s infinite linear;
  -moz-animation: load 0.8s infinite linear;
  ms-animation: load 0.8s infinite linear;
  o-animation: load 0.8s infinite linear;
  animation: load 0.8s infinite linear;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 46px;
  height: 46px;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.box-shadow {box-shadow: 0 0 4px rgba(0,0,0,0.3) inset;}
.highlight {
 display: inline !important;
 background: linear-gradient(transparent 60%, rgba(255, 239, 107, 0.6) 60%);
 font-weight: bold;
 line-height: 1.7em;
}

.txt_highlight {
 color: #f6ee41;
 font-size: 140%;
 font-weight: bold;
}

.txt_highlight {
  position: relative;
  line-height: 1em;
  padding: 0.15em 0.45em;
  margin: 0 0.5em;
}

.txt_highlight:before, .txt_highlight:after{ 
  content:'';
  width: 10px;
  height: 15px;
  position: absolute;
}

.txt_highlight:before{
  border-left: solid 1px #f6ee41;
  border-top: solid 1px #f6ee41;
  top:0;
  left: 0;
}

.txt_highlight:after{
  border-right: solid 1px #f6ee41;
  border-bottom: solid 1px #f6ee41;
  bottom:0;
  right: 0;
}

/*--------------------------------------------------------------
	Footer
--------------------------------------------------------------*/

#contact {
  padding-bottom: 0;
}
#mailformpro {
  margin: 30px auto 60px;
}

.footer {
  padding: 15px 0;
  border-top: 1px solid #cccccc; 
}

.footer h3 {margin: 50px auto;}
.footer .copyright {
  font-size: 10px;
  margin: 0;
  text-align: center;
}

.footer .footer_logo {
  clear: both;
  padding-top: 10px;
}

.footer .footer_link ul {
  float: left;
  padding: 7px 10px;
  font-size: 12px;
  line-height: 1.8em;
  list-style-type: none;
  border-left: 1px dotted #cccccc;
}

.footer .footer-social-links {
  text-align: right;
}

.footer .footer-social-links a {
  display: inline-block;
  padding: 0 6px;
}

hr {display: block; float: none; clear: both; border: none;}

#bnr_footer {
  position: fixed;
  bottom: -20px;
  right: 0;
  transition-duration:0.3s;
  z-index: 2;
}
#bnr_footer:hover {
  bottom: -5px;
}

.fl_left {float: left;}
.fl_right {float: right;}

@media (max-width: 1080px) {
  .flex_box li {width: 48%; margin: 2% 0 !important;}
  .flex_box li img {margin: 0 auto; margin-bottom: 20px;}
  .footer {padding-bottom: 81px;}
}

@media (max-width: 991px) {
  .only_tab {display: block !important;}
  #mainImg_txt h2 {font-size: 30px;}
  #mainImg_txt p br {display: none;}
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  .mt-sm-50 {
    margin-top: 50px !important;
  }
  .mt-sm-60 {
    margin-top: 60px !important;
  }
  .mt-sm-70 {
    margin-top: 70px !important;
  }
  .mt-sm-80 {
    margin-top: 80px !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
  .only_pad {display: block !important;}
}

@media (max-width: 767px) {
  .h2, h2 {font-size: 20px;}
  .flex_box li {width: 100%;}
   .footer {padding-bottom: 141px;}

  @keyframes flash {
    50% {
    opacity: 0;
  }
}
  #mainImg {padding: 0 !important;}
  #mainImg_txt h2 img {width: auto; height: 100%;}
  #mainImg_txt .main_txt {text-align: left; margin-bottom: 1.7em;}
  #mainImg_txt .main_txt p br {display: none;}
  #mainImg_txt .btn_other span {font-size: 180%; text-align: center; margin-left: 0;}
  #mainImg_txt .btn.btn-border-o {font-size: 240%;}
  .mainImg_tel_txt span  {font-size: 130% !important;}
  .mainImg_tel_txt .btn {font-size: 280% !important;}
   #tactics {background-position: center -6%;}
   .tactics_box, #evidence .graph_sns dl {margin: 30px 0; padding: 15px;}
   #evidence .graph_sns dl dd {text-align: left; margin-bottom: 0;}
   #evidence cite {text-align: left;}
   #evidence {position: relative; padding: 0;}
   #evidence:before {display: block; content: ""; width: 100%; height: 100%; position: absolute; background: rgba(255,255,255,0.8); padding: 0 !important;}
   #evidence .container {padding-top: 50px; padding-bottom: 50px; position: relative;}
   .container p {font-size: 16px;}
   .btn_area {font-size: 18px;}
   .btn {width: 90%;}
   .flex_box {display: block;}
   .flex_box li dl {margin-bottom: 60px;}
   #hikaku_area .hikaku dl dt {margin: 0 auto 20px auto;}
   .hikaku dl dt, .hikaku dl dd {float: none; width: 100%;}
   .hikaku dl dd {width: 100%; padding: 15px !important;}
   .hikaku dl.hikaku_pcm dd h4 {font-size: 140%; margin-bottom: 15px;}
   .hikaku dl.hikaku_pcm dd ul li {font-size: 120%; margin-bottom: 15px !important;}
   #hikaku_area .sp_center li {text-align: center !important;}
   #jisseki h3 {margin-bottom: 1.7em;}
   #jisseki .flex_box {margin: 0;}
   #jisseki .flex_box li {width: auto;}
   .container p br {display: none;}
   
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-10 {
    margin-top: 10px !important;
  }
  .mt-xs-20 {
    margin-top: 20px !important;
  }
  .mt-xs-30 {
    margin-top: 30px !important;
  }
  .mt-xs-40 {
    margin-top: 40px !important;
  }
  .mt-xs-50 {
    margin-top: 50px !important;
  }
  .mt-xs-60 {
    margin-top: 60px !important;
  }
  .mt-xs-70 {
    margin-top: 70px !important;
  }
  .mt-xs-80 {
    margin-top: 80px !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xs-10 {
    margin-bottom: 10px !important;
  }
  .mb-xs-20 {
    margin-bottom: 20px !important;
  }
  .mb-xs-30 {
    margin-bottom: 30px !important;
  }
  .mb-xs-40 {
    margin-bottom: 40px !important;
  }
  .mb-xs-50 {
    margin-bottom: 50px !important;
  }
  .mb-xs-60 {
    margin-bottom: 60px !important;
  }
  .mb-xs-70 {
    margin-bottom: 70px !important;
  }
  .mb-xs-80 {
    margin-bottom: 80px !important;
  }
  .only_pc {display: none !important;}
  .only_sp {display: block !important; line-height: 0;}
  .kv {margin-top: 0; background-position: 60%;}
  #mainImg_txt .col-sm-6 {width: 100%;}
  #mainImg_txt h2 {font-size: 36px;}
  #mainImg_txt p {font-size: 14px; letter-spacing: 0px; line-height: 1.4em; margin-bottom: 1em;}
  #mainImg_txt .btn_other {margin: 10px auto !important;}
  .module-title, .landing-image-text h2 {font-size: 20px; margin-top: 15px;}
  .module-title small {font-size: 15px !important;}
  .module-subtitle {font-size: 18px;}
  .footer .footer_link, .footer .footer_logo {float: none; clear: both; text-align: center; margin: 60px auto 0 auto; padding: 0;}
  .footer .footer_logo {max-width: 50%;}
  .footer p img {max-width: 60% !important; margin-top: 20px;}

  #bnr_footer {left: 5px; right: inherit; text-align: left; bottom: -5px;}
  #bnr_footer img {width: 50%;}

@media only screen and (max-width: 480px) {
#mainImg_txt h2 {font-size: 24px;}
.fl_left, .fl_right {float: none; width: 100%;}
.module {padding: 45px 0 !important;}
h2,h3 {font-weight: bold;}
.module, .module-small {padding: 70px 0;}
.module-title {margin: 0 0 45px;}
.footer_link {width: 100%;}
#main {margin: 0 !important; padding: 0 !important; overflow: !important;}
}

@media only screen and (max-width: 375px) {
#home .only_sp {display: none !important;}
#home .only_sp_375 {display: block !important;}
h2.module-title, .txt_big {font-size: 140%;}
}
@media only screen and (max-height: 667px) {
#home .only_sp {display: block !important;}
#home .only_sp_375 {display: none !important;}
}
@media only screen and (max-width: 320px) {
#home .only_sp {display: block !important;}
#home .only_sp_375 {display: none !important;}
h2.module-title {font-size: 180%;}
.under_l {font-size: 18px;}
}
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}