/*--------------------------------------------------------------
	Common
--------------------------------------------------------------*/
@charset "utf-8";
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Regular");
  font-weight: 500;
}

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

body {
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  color: #0d1c1f;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
}
img {object-fit: cover;}
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: 18px; line-height: 1.7em;}
b, strong, .bold{
}
.btn-block {font-weight: bold;}
.content-box {position: relative;}

#home {position: relative;}

/*--------------------------------------------------------------
	mainImg
--------------------------------------------------------------*/
.container-header {width: 90%; margin: 0 5%; padding: 0;}
#head_logo {margin: 0; padding: 0;}
#head_logo a {font-size: 11px; white-space: nowrap; line-height: 1.3em; color: #1d2b55; font-weight: bold;}
#head_logo a span {display: inline-block; font-size: 14px; margin-top: 4px;}
#header_contact {float: right; font-weight: bold; font-size: 140%;}
#header_contact a {display: block; background: #1d2b55; color: #ffffff; padding: 10px 15px; border-radius: 0 0 5px 5px;}
#header_contact a:hover {background: rgba(29,43,85,0.8);}
#mockup {position: absolute; top: 30%; right: -3%;}
.bg_maincatch {background: #1d2b55; color: #ffffff; border-radius: 7px;}
#mainImg_txt {color: #333333;}
#mainImg_txt h2 {text-align: center; padding: 0 30px; padding-bottom: 0.7em;}
#mainImg_txt h2 .bg_border {border-bottom: 4px solid #ffffff; margin-bottom: 0.5em;}
#mainImg_txt h2 .bg_border div {display: inline-block; position: relative; top: 0.7em; background: #1d2b55; padding: 0 15px;}
#mainImg_txt h2 strong, .start_pack h3 strong {font-size: 120%;}
#mainImg_txt h2 span {background: #ffffff; color: #db734b; padding: 3px 15px; border-radius: 5px;}
#mainImg_txt h2 small {display: inline-block; width: 100%; vertical-align: middle; background: #1d2b55; font-size: 80%; color: #ffffff; padding: 5px 30px; margin-bottom: 15px; line-height: 1.4em; font-weight: bold; border-radius: 30px;}
.main_txt h3 {text-align: center; margin-top: 3%;}
.main_txt .ranking {width: 70%; float: left; background: rgba(255,255,255,0.8); padding: 2%; border: 5px solid #1d2b55; box-sizing: border-box;}
.main_txt .ranking dl, .main_txt .ranking dl dt, .main_txt .ranking dl dd, .main_txt .ranking dl dd ul {margin: 0; padding: 0;}
.main_txt .ranking dl dt {font-size: 200%; color: #db734b; font-weight: bold; text-align: center;}
.main_txt .ranking dl dt br {display: none;}
.main_txt .ranking dl dt small {display: block; font-size: 12px !important; color: #999999;}
.main_txt .ranking dl dd ul {margin-top: 3%;}
.main_txt .ranking dl dd ul li {font-size: 100%; color: #333333; letter-spacing: 0;}
.main_txt .ranking_table {width: 23%; float: right; background: rgba(255,255,255,0.8); border-collapse: collapse; border: 5px solid #1d2b55; box-sizing: box-sizing;}
.main_txt .ranking_table th {width: 25%; background: #efefef; color: #1d2b55; text-align: center; padding: 10px 15px;}
.main_txt .ranking_table td {width: 75%; padding: 0 2%;}
.main_txt .ranking_table span {display: inline-block; font-weight: bold; margin: 2%; background: #e7ecfa; color: #1d2b55; padding: 5px 15px; border-radius: 15px;}
.main_txt .ranking_table th, .main_txt .ranking_table td {display: block; font-size: 16px; width: 100%;}
.main_txt .ranking_table td {margin-top: 15px; padding: 5px 15px;}
.main_txt .ranking_table td span {
    width: 100%;
    font-size: 16px;
    text-align: center;
    padding: 10px;
    margin-bottom: 15px;
}
.main_txt:after {display: block; content: ""; clear: both;}
.navbar-brand {padding: 15px 0;}
.navbar-brand img {height: 30px; margin-top: -4px; float: left; padding-right: 13px;}
.yajirushi_area {margin: 2% auto; text-align: center;}
.yajirushi_area p {font-size: 180% !important; font-weight: bold !important;}
.yajirushi_area p strong {color: #db734b;}
@media (max-width: 1300px) {#mockup img {max-width: 480px;} #mainImg_txt p {letter-spacing: 0 !important;} #mainImg_txt{top: 50%;}}

.navbar-custom {
  background: #ffffff;
  border-radius: 0;
  z-index: 1000;
  letter-spacing: 3px;
  font-size: 11px;
  transition: background, padding 0.4s ease-in-out 0s;
}

.navbar a {
  transition: color 0.125s ease-in-out 0s;
}

.navbar-custom .dropdown-menu {
  background: rgba(26, 26, 26, 0.9);
  border-radius: 0;
  border: 0;
  padding: 0;
  box-shadow: none;
}

.navbar-custom .navbar-brand {
  font-size: 24px;
}

.navbar-custom .nav li > a {
  position: relative;
  font-size: 11px;
  padding-left: 20px;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.8);
}

.navbar-custom .dropdown-menu > li > a {
  border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
  padding: 11px 20px !important;
  letter-spacing: 2px;
  color: #999;
}

.navbar-custom .dropdown-menu .dropdown-menu {
  border-left: 1px solid rgba(73, 71, 71, 0.15);
  left: 100%;
  right: auto;
  top: 0;
  margin-top: 0;
}

.navbar-custom .dropdown-menu.left-side .dropdown-menu {
  border: 0;
  border-right: 1px solid rgba(73, 71, 71, 0.15);
  right: 100%;
  left: auto;
}

.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:hover,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover,
.navbar-custom .dropdown-menu > li > a:focus,
.navbar-custom .dropdown-menu > li > a:hover {
  background: none;
  color: #0d1c1f;
}

.navbar-custom .dropdown-menu > li > a:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}

.navbar-custom .dropdown-toggle:after {
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  margin-top: -6px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 9px;
  content: "\f107";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.navbar-toggle {padding: 0; margin-top: 0; top: 10px;}

.navbar-custom .navbar-toggle .icon-bar {
  background: #000;
}

.dropdown-menu {
  min-width: 180px;
  font-size: 11px;
}

.sns-header {}
.sns_ul_pc {float: left;}
.sns_ul_pc li {list-style-type: none; float: left; padding-right: 5px; padding-top: 5px;}
.sns_ul_pc li iframe {vertical-align: bottom;}
.sns_ul_pc li a {padding: 7px 0 0 0 !important;}

#mainImg_txt .main_txt .txt_answer {font-size: 230%; font-weight: bold; color: #db734b; margin: 0 auto 15px auto; text-align: center;}

#contact {margin-bottom: 0 !important; padding-bottom: 0 !important;}
#contact-form {padding: 0 15px;}

.txt_bk {color: #0d1c1f;}

.fukidashi h2 {
  text-align: center;
  font-weight: bold;
  padding: 30px;
  margin-top: 0;
}
.mgt-40 {margin-top: -40px !important;}
.mgt-50 {margin-top: -50px !important;}
.pdt50 {padding-top: 50px;}
.pdb70 {padding-bottom: 70px;}

#member p {font-size: 14px;}

.only_sp {display: none !important;}
.only_pad {display: none !important;}
.ls_s {letter-spacing: -10px; background: none !important;}
.txt_center {margin: 0 auto; text-align: center !important;}
.txt_o {color: #0d1c1f !important;}

.navbar-right {
 font-weight: 900;
}

.frame {
 position: relative;
 line-height: 1.4;
 padding:0.25em 1em;
 display: inline-block;
 top:0;
}

.frame:before,.frame:after{ 
  position: absolute;
  top: 0;
  content:'';
 width: 8px;
 height: 100%;
 display: inline-block;
}
.frame:before{
 border-left: solid 1px #fff;
 border-top: solid 1px #fff;
 border-bottom: solid 1px #fff;
  left: 0;
}
.frame:after{
  content: '';
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  right: 0;
}
.step_area {display: block; clear: both;}
.flex_box {display: flex; list-style-type: none; margin: 0; padding: 0;}
.flex_box li {flex-wrap: wrap; width: 100%; font-size: 120%; font-weight: bold; letter-spacing: 1px;; text-align: center !important; color: #1d2b55;}
.flex_box li img {max-height: 120px; display: block; text-align: center; margin: 0 auto 15px auto;}
.flow_list li {position: relative;}
.flow_list li img {border-radius: 50%; width: 180px; height: 180px; max-height: 180px; object-fit: cover; border: 4px solid rgba(29,43,85,0.2); box-sizing: content-box;}
.flow_list li:after {display: block; content: "▶︎"; font-size: 180%; color: rgba(29,43,85,0.3); position: absolute; right: -5%; top: 30%;}
.flow_list li:last-child:after {display: none;}

.midashi_kouka {background: #db734b; font-size: 160%; color: #ffffff; font-weight: bold; padding: 10px 15px; margin: 10% 5% 5% 5%;}
.kouka li {font-size: 100%;}
.kouka li span, .main_txt .ranking dl dd ul li span {font-size: 270%; display: block; color: rgba(219,115,75,0.5); text-align: center; margin-bottom: 15px;}
.kouka li strong {color: #db734b;}
.covid_box ul {clear: both; position: relative; margin-top: 7%; flex-wrap: wrap;}
.covid_box .flex_box li {color: #ffffff; width: calc(88%/3); margin: 4% 2% !important; line-height: 1.4em; letter-spacing: 0;}
.covid_box .flex_box li i {display: block; font-size: 280%; margin-bottom: 15px;}
.point_list img {max-height: 160px !important;}

.under_l {
 width: 100%;
 position: relative;
 display: inline-block;
 margin-bottom: 2em;
}
.under_l strong {font-size: 200%; color: #1d2b55;}
.under_l:before {
 content: '';
 position: absolute;
 bottom: -15px;
 display: inline-block;
 width: 60px;
 height: 1px;
 left: 50%;
 -moz-transform: translateX(-50%);
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 transform: translateX(-50%);
 background-color: #999;
 border-radius: 2px;
}
.bg_bl_c {
 background: rgba(48, 187, 219, 1.0);
 color: #ffffff;
 font-weight: bold;
 padding: 10px 15px;
 border-radius: 25px;
 margin-left: 30px;
 margin-right: 30px;
}

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

.img_eyecatch {
  margin: 3em 5%;
  text-align: center;
}

.fukidashi_down {
    position: relative;
    background: #fff;
    padding: 3em 0.5em;
    border: 1px solid #1d2b55;
    border-top: 5px solid #1d2b55;
}
.fukidashi_down:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 48%;
    border: 15px solid transparent;
    border-top: 15px solid #fffd62;
    width: 0;
    height: 0;
}
.contents .fukidashi_down:after, .container .fukidashi_down:after {border-top: 15px solid #1d2b55 !important;}
.down_no:after {display: none;}
.fukidashi_down h2 {
    margin: 0; 
    padding: 0;
}

.fukidashi {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #fff;
  font-size: 16px;
  background: #1d2b55;
  background-repeat: repeat;
  background-image: url(../images/dark-mosaic.png);
}

.fukidashi h2 img {vertical-align: middle; margin-right: 15px;}
.fukidashi h2 {margin-bottom: 0; position: relative;}

.fukidashi h3 {
 font-size: 24px;
 color: #1d2b55;
 font-weight: bold;
 margin: 0;
 padding: 10px;
 text-align: center;
}

.price table {
  width: 100% !important;
  border: 2px solid #cccccc;
  border-collapse: collapse;
}
.price table th {
  background: rgba(29,43,85,0.6);
  width: 100%;
  color: #ffffff;
  font-size: 160%;
  text-align: center;
  padding: 15px 20px;
}
.price table td {
  width: 100%;
  text-align: center;
  padding: 15px 20px;
}
.price table td ul {list-style-type: none; margin: 0 0 15px 0; padding: 0;}
.price table td p {font-size: 140%; margin-bottom: 0;}

iframe {
  display: block;
  border: 0;
  margin: 0 auto 3em auto;
  text-align: center;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left !important;
}

.position-relative {
  position: relative;
}

.leftauto {
  right: 0 !important;
  left: auto !important;
}

/*--------------------------------------------------------------
	Header
--------------------------------------------------------------*/
.home-section {
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  z-index: 1;
  background-size: cover;
}
.bg_gr {background: #fafafa;}

#about {
  position: relative;
  overflow: hidden;
  margin: 0;
}
#about .features-item {position: relative;}
#about .features-item:after {
  display: block;
  position: absolute;
  left: 100%;
  top: 25%;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 400%;
}
.contents_inner {
  box-sizing: boder-box;
  margin: 0 auto;
  padding: 30px 0 80px 0;
  text-align: center;
}

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

/* mainImg */
.kvc {position:relative; padding-top: 0 !important;}
#mainImg_v_white{position:absolute; width:100%; height:100%; background:rgba(0,0,0,0); z-index:10;}
#mainImg_txt {
width: 90%;
margin: 0 5%;
position:absolute;
z-index:20;
}
#mainImg_txt .col-md-12 {padding: 0 !important;}
#mainImg_txt h2 {font-size: 30px; font-weight: 900; margin-top: 0; margin-bottom: 15px; letter-spacing: 5px;}
#mainImg_txt p {font-size: 18px; font-weight: bold; letter-spacing: 5px;}
#mainImg_txt p.txt_24 {font-size: 24px;}
#mainImg, .kv {height: 100% !important;}
.kv {
padding-top: 0 !important;
position: relative;
top: 10%;
}
#mainImg_txt .btn_other {margin-top: 3%;}
#mainImg_txt .btn_top span, #mainImg_txt .btn_other span {font-size: 120%; letter-spacing: 1px; color: #a25538;}
#mainImg_txt .btn_top span {letter-spacing: 0 !important;}
#mainImg_txt .btn_other span small {font-size: 60%;}
#mainImg_txt .btn.btn-border-o {font-size: 160%; margin-left: 0;}
#mainImg .btn.btn-border-o {width: 100%;}
.box_half {width: 50%;}
.btn_other a {display: block; margin: 0 auto !important;}

/* Reset box-shadow */
.btn,
.well,
.panel,
.progress,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
  box-shadow: none;
}

/* Reset border-radius */
.well,
.label,
.alert,
.progress,
.form-control,
.modal-content,
.panel-heading,
.panel-group .panel,
.nav-tabs > li > a,
.nav-pills > li > a {
  border-radius: 2px;
}
.form-control {font-size: 15px;}
input[type=button].btn-block {padding: 15px 0; width: 50% !important; border: none !important;}

.navbar-custom {position: fixed; margin-bottom: 0; box-shadow: 0 0 0 1px rgb(0,0,0,0.075);}

/* Sections */
.navbar-custom + .main {
}

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

.module,
.module-small {
  position: relative;
  padding: 70px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* Module header */
.module-small {
  padding: 70px 0;
}

.module-extra-small {
  padding: 25px 0px;
}

.module-medium {
  padding: 75px 0px;
}

/* Sections dividers */
.divider-w {
  border-top: 1px solid #eaeaea;
  margin: 0;
}

.divider-d {
  border-top: 1px solid #202020;
  margin: 0;
}

/* Half-image */
.side-image {
  position: absolute;
  height: 100%;
  background: #e5e5e5;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  border: 1px solid #e5e5e5;
  border-collapse: collapse;
}
.side-image-50 {background-position: 50%;}
.col-md-6-right {border-right: none;}
.col-md-6-left {border-left: none;}

.side-image-text {
  background: #fff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 140px 60px 140px;
}
.side-image-text p {font-size: 20px;}

.option_area, .img_gaiyou, .jisseki_area {margin: 5% auto; text-align: center;}
.img_gaiyou img {text-align: center; margin: 0 auto;}
.kadai_area {margin-top: 5%;}
.txt_ps {display: block !important; font-size: 160% !important; font-weight: bold; margin-bottom: 10%;}

.col-md-offset-6-right {float: right; width: 50%; margin-right: 50%;}
.col-md-6-right {width: 50%; margin-left: 50%;}

/* 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, #flow {
  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-light-45:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-gray, .bg-merit {
  background: #fafafa;
}

.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;
}

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

.parallax-bg {
  background-attachment: fixed;
  background-size: cover;
}

/* 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;
}

/*--------------------------------------------------------------
	About
--------------------------------------------------------------*/
.side-image img {
    display: block;
    position: relative;
    margin: 0 auto 0 auto;
    padding: 0;
    top: 40%;
  }
.flow_box {
  display: flex;
  padding: 0;
}
.flow_box li {width: 100%; position: relative; text-align: center; list-style-type: none; margin: 1em;}
.flow_box li:first-child {margin-left: 0;}
.flow_box li:last-child {margin-right: 0;}
.flow_box li:last-child:after {display: none;}
.flow_box li span {display: block; text-align: center; margin: 0 auto 10px auto; background: yellow; width: 30px; height: 30px; border-radius: 30px;}
.flow_box li:after {
  display: block;
  position: absolute;
  right: -15%;
  top: 42%;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 180%;
 }
.txt_big {font-size: 180% !important; font-weight: bold; margin-bottom: 1.7em;}

.features-item {
  color: #2c2c2c;
  margin: 20px 0;
  padding: 30px 20px 10px 20px;
  text-align: center;
}
.features-item p {
  text-align: left;
  font-size: 14px;
  line-height: 1.6em;
}
.features-item p strong {
  color: #b92222;
}
.features-item p small {
  display: block;
}
.features-icon {
  line-height: 1.2;
  font-size: 48px;
  color: #1d2b55;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
}
.features-icon img {width: 60%; text-align: center; margin: 0 auto;}
.features-title {font-size: 18px; font-weight: bold;}
h3.features-title span {display: block; font-size: 80%; margin-top: 5px;}

.kadai_area p {font-size: 14px;}
.kadai_area .alt-features-item {padding-left: 0;}
.alt-features-title {
  letter-spacing: -1px;
  font-size: 18px;
  font-weight: 900;
  color: #1d2b55;
  margin: 0 0 15px 0;
  text-align: center;
}
.alt-features-title small {
  display: block;
  margin-top: 10px;
  font-size: 80%;
}

.alt-features-item {
  position: relative;
  padding-left: 40px;
  margin: 0 0 35px 0;
  font-size: 14px;
  line-height: 1.4em;
  text-align: center;
}

.alt-features-icon {
  color: #1d2b55;
  font-weight: 900;
  text-align: center;
  line-height: 2em;
  font-size: 300%;
}

/* Landing Page */

.landing-image-text {
  padding-top: 30px;
  padding-bottom: 0px;
}

.landing-image-text h2 {
	color: #0d1c1f;
	font-weight: bold;
	font-size: 180% !important;
}

.module-title {font-weight: bold;}
.module-title small {display: block; font-weight: bold; line-height: 1.7em; margin: 40px auto 0 auto; color: #555555;}
.bg-dark .module-title small, .bg-dark .module-title small a {color: #ffffff;}
.bg-dark .module-title small a {text-decoration: underline;}
.bg-dark .module-title small a:hover {text-decoration: none;}
.module-title span {display: block; width: 320px; font-size: 50%; color: #1d2b55; margin:0 auto 15px auto; line-height: 2em; background: rgba(29,43,85,0.1); border-radius: 25px;}

.txt_wh, .txt_wh a, .txt_white {color: #fff !important;}
.txt_wh small {color: #fff !important; font-size: 14px;}

.txt_gray {color: #999999;}

.btn_top, .btn_other {margin: 0 auto; text-align: center;}
.btn_top, .btn_top a, .btn_other, .btn_other a {font-weight: bold;}
.btn_top span, .btn_other span {
	display: inline-block;
	color: #a25538;
	font-size: 18px;
	margin-bottom: 5px;
	line-height: 1.9em;
}

.btn_other strong {color: #e8340c;}

/*--------------------------------------------------------------
	Buttons
--------------------------------------------------------------*/
.btn {
  border-radius: 0;
  letter-spacing: 2px;
  font-size: 16px;
  padding: 16px 37px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

.btn.btn-round {
  border-radius: 2px;
}

.btn.btn-circle {
  border-radius: 35px;
}

.btn.btn-w {
  background: rgba(255, 255, 255, 0.8);
  color: #0d1c1f;
}

.btn.btn-w:hover,
.btn.btn-w:focus {
  background: white;
  color: #0d1c1f;
}

.btn.btn-g {
  background: #e5e5e5;
  color: #0d1c1f;
}

.btn.btn-g:hover,
.btn.btn-g:focus {
  background: #d8d8d8;
  color: #0d1c1f;
}

.btn-warning {
  font-size: 150%;
  background: #eea236;
  border-color: #eea236;
}

.btn.btn-border-w {
  background: #efefef;
  border: 1px solid rgba(255, 255, 255, 0.75);
  color: #0d1c1f;
  font-size: 150%;
}
.btn.btn-border-o {
  width: 60%;
  background: #db734b;
  border-bottom: 4px solid #a25538;
  color: #fff;
  font-size: 24px;
}
.btn.btn-border-o:hover,
.btn.btn-border-o:focus {
  background: #a25538 !important;
  color: #fff !important;
  transition: .9s;
}

.btn.btn-d {
  background: rgba(17, 17, 17, 0.8);
  color: #fff;
}

.btn.btn-d:hover,
.btn.btn-d:focus {
  background: #a25538;
}

/* Buttons size */
.btn.btn-lg {
  padding: 12px 45px;
  font-size: 13px;
}

.btn.btn-sm {
  padding: 6px 25px;
  font-size: 10px;
  letter-spacing: 1px;
}

.btn.btn-xs {
  padding: 4px 19px;
  font-size: 10px;
  letter-spacing: 0;
}

.btn-list .btn {
  margin: 5px 0;
}

.image-button {
  margin: 0px 5px;
}

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

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

.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;
}

.color_logo {color: #0d1c1f !important;}

.alt-module-subtitle {
  display: table;
}

.alt-module-subtitle h5 {
  display: table-cell;
  white-space: pre;
  padding: 0 8px;
  color: #0d1c1f;
}

.landing-reason .module-title + .module-subtitle {
  margin-top: -60px;
  margin-bottom: 40px;
}

.module-title, .module-subtitle, .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: #1d2b55;}
.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
--------------------------------------------------------------*/
.footer {
  padding: 30px 0 180px 0;
  border-top: 1px solid #cccccc;
}
.footer_sub {padding: 30px 0 !important;}
.footer .copyright {
  font-size: 10px;
  padding-top: 15px;
  margin: 0;
  text-align: center;
  letter-spacing: 0;
}

.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;}

#contactForm small {font-weight: normal;}
#contact h3 {font-weight: bold;}
#contact h3 small {color: #333333;}
.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 #1d2b55;
  bottom: -2px;
  width: 80px;
}
.under_line span {
  text-align: right;
  display: inline-block;
  position: absolute;
  right: 0;
  font-weight: normal;
}

.fl_left {float: left; width: 48%;}
.fl_right {float: right; width: 48%;}
.txt_140,p#txt_kakunin {font-size: 140%; font-weight: 900; line-height: 1.8em;}

input.hissu {background: rgba(232, 52, 12, 0.1) !important;}

#confirm {font-size: 15px; width: 100%; margin-bottom: 3%; color: #fff;}
#confirm tr th {width: 30%; padding-bottom: 15px;}

#after_sent {
  background: #1d2b55;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  margin: 15px auto 30px auto;
  line-height: 3em;
}

/*--------------------------------------------------------------
	Responsive Styles - Media Queries
--------------------------------------------------------------*/
  .navbar-custom .dropdown-menu {
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
  }
  .navbar-custom .open > .dropdown-menu {
    visibility: visible;
    opacity: 1;
  }
  .navbar-custom .dropdown-menu .dropdown-toggle:after {
    position: absolute;
    display: block;
    right: 9px;
    top: 50%;
    margin-top: -6px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 9px;
    content: "\f105";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
  }
  /* Comments */
  .comment .comment {
    margin-left: 75px;
  }
  
  .title h2 {font-size: 57%;}
  .col-sm-3 {width: 33%;}
  .col-sm-4 {width: 25%;}
  .content-box-image {margin: 0 auto; text-align: center;}
}

@media (max-width: 1200px) {
  .alt-features-item {
    margin: 0;
  }
  #head_logo a span, #head_logo span {display: none !important;}
}

@media (max-width: 1080px) {
  .home-section {padding-top: 15px;}
  .btn_other {font-size: 140%;}
  
  /* Navbar */
  .navbar-custom {
    letter-spacing: 1px;
  }
}

@media (max-width: 991px) {
.only_tab {display: block !important;}
  #mainImg_txt {text-align: center;}
  #mainImg_txt h2 {font-size: 30px;}
  #mainImg_txt p br {display: none;}
  .btn_other, .btn-border-o {font-size: 120%;}
  #flow .alt-services-image img {max-width: 60%; margin: 0 auto;}
  .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;
  }
    /* Half-image */
  .side-image {
    position: relative;
    height: 300px;
  }
  /* Navbar */
  .navbar-custom {
    letter-spacing: 0;
  }
  .title h2 {font-size: 54%; letter-spacing: 3px;}
  .only_pad {display: block !important;}
   #mainImg, .kv {position: static; margin-top: 30px;}
   .box_half {width: 100%;}
   #mockup {position: relative; margin: 15px auto 0 auto; text-align: center;}
   #mockup img {max-width: 50%;}
   .col-md-6-right, .col-md-offset-6-right {width: 100%; float: none; margin-left: 0;}
   .main_txt .check_list {margin: 0 !important;}
   #mainImg_txt .btn_top span, #mainImg_txt .btn_other span {font-size: 100%;}
   #mainImg .btn.btn-border-o {width: 90%; font-size: 120%;}
}

@media (max-width: 767px) {
  #head_logo a span {display: inline-block !important; font-size: 10px; line-height: 1.4em; margin-top: -3px}
  #header_contact {text-align: center; font-size: 100%;}
  #header_contact a {padding: 8px 15px;}
  #header_contact span {display: none;}
  .navbar-header {display: inline-block;}
  .navbar-nav>li>a {padding-top: 20px !important; padding-bottom: 20px !important;}
  .fukidashi h2 {padding: 20px 15px; font-size: 140%;}
  .contents {margin-bottom: 0;}
  .contents:before {background-size: 50%;}
  .fukidashi_down {padding: 15px;}
  #mainImg_txt h2 {font-size: 18px; padding: 0 15px 15px 15px; letter-spacing: 0; margin-bottom: 15px;}
  #mainImg_txt h2 br {display: none;}
  #mainImg_txt h2 small {font-size: 70%; padding: 5px 10px; margin-bottom: 0;}
  #mainImg_txt {top: 50% !important;}
  #mainImg_txt .main_txt p {font-size: 1.2em;}
  #mainImg_txt .main_txt .flex_box {display: flex !important; flex-wrap: wrap; justify-content: center;}
  .bg_maincatch {margin-top: 20px;}
  .main_txt .ranking {padding: 2% 0;}
  .main_txt .ranking, .main_txt .ranking_table {width: 100%; float: none;}
  .main_txt .ranking_table th, .main_txt .ranking_table td {display: table-cell; font-size: 12px;}
  .main_txt .ranking_table {margin-top: 10px;}
  .main_txt .ranking_table td span {padding: 5px; margin-bottom: 0;}
  .main_txt .ranking_table td, .main_txt .ranking_table td span {font-size: 12px; width: auto; margin: 0 3px;}
  .main_txt .ranking dl dd ul {margin-top: 10px;}
  .main_txt .ranking dl dt {font-size: 18px; letter-spacing: 0;}
  .main_txt .ranking dl dt br {display: none;}
  .main_txt .ranking dl dd ul li {font-size: 15px; padding: 10px 0 !important;}
  .main_txt .ranking dl dd ul li span {font-size: 200%; margin-bottom: 10px;}
  .main_txt .ranking_table {margin-top: 10px;}
  .main_txt .ranking_table th {width: 25%; background: #efefef; color: #1d2b55; text-align: center; font-size: 12px !important; padding: 10px 5px;}
.main_txt .ranking_table td {width: 75%; padding: 0 2%;}
.main_txt .ranking_table span {display: inline-block; font-weight: bold; margin: 2%; background: #e7ecfa; color: #1d2b55; padding: 5px 15px; border-radius: 15px;}
  .yajirushi_area p {font-size: 120% !important;}
  .yajirushi_area img {max-width: 50% !important;}
  
  .flex_box {display: block; padding: 0;}
  .flex_box li {padding: 10px;}
  .kouka li {margin-bottom: 5%;}
  .flow_list li:after {position: static; content: "▼"; margin: 5% auto 4% auto; text-align: center;}
  #mainImg_txt .main_txt p br {display: none;}
  #mainImg_txt .btn_other span {font-size: 230%; text-align: center; margin-left: 0;}
  #mainImg_txt .btn.btn-border-o {font-size: 18px;}
  #mainImg_txt .check_list {width: 100% !important;}
  .btn_other span {margin-left: 0 !important;}
  #about .progress_box h3 {margin-bottom: 1.7em;}
  #about .features-item:after {position: static; text-align: center; content: "\f0dd"; margin-top: 1em;}
  .fukidashi_down:after {left: 46%;}
  .price table td ul {text-align: left;}
  .covid_box {margin-top: 30px; height: 100% !important; background-position: 5% 100% !important;}
  .covid_box h2 {margin-top: 15px !important; font-size: 20px;}
  .covid_box ul {margin: 10% auto 7% auto; text-align: center;}
  .covid_box .flex_box {flex-wrap: nowrap;}
  .covid_box .flex_box li {width: 45%; display: inline-block; font-size: 90%;}
  .covid_box .btn_other {padding-bottom: 10%;}
  .landing-image-text {padding-top: 0;}
  .side-image {border-left: none; border-right: none;}
  .side-image img {
  display: block;
  position: relative;
  top: 40%;
  }
  .kadai_area .only_sp img {display: block; max-width: 50%; text-align: center; margin: 0 auto 10%;}
  .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;
  }
  .col-md-offset-6-right, .col-md-6-right {float: right; width: 100%; margin-right: 0; margin: 0;}

  /* Navbar */
  .only_pc {display: none !important;}
  .only_sp {display: block !important; line-height: 0;}
  .home-section{background-position: 100% center;}
  .kv {margin-top: 0; background-position: 60%;}
  #mainImg_txt .col-sm-6 {width: 100%;}
  #mainImg_txt h2 {font-size: 18px; letter-spacing: 0;}
  #mainImg_txt h2 span {font-size: 18px; padding: 3px 5px;}
  #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: 24px; margin-top: 15px; letter-spacing: 0;}
  .module-title small, #jirei .content-box-title, .testimonial-title, #mission .content-box-title {font-size: 15px !important;}
  .negative_list li {font-size: 1em;}
  .features-item p {font-size: 14px;}
  .fukidashi h3 {font-size: 18px;}
  .frame {font-size: 22px;margin-top: 15px;}
  .landing-image-text h2 {font-size: 140% !important; text-align: center; margin-top: 15px;}
  .midashi_kouka {font-size: 140%;}
  .font-alt span {display: block; font-size: 80%;}
  .module-subtitle {font-size: 18px;}
  .txt_wh, .sp_15 {font-size: 18px;}
  .navbar-custom .navbar-nav {
    letter-spacing: 3px;
    margin-top: 1px;
    margin-bottom: 0;
    background: rgba(255, 255, 255, 0.1)
  }
  .navbar-custom .nav li > a {color: #0d1c1f;}
  .navbar-custom li > a:hover {
    background: rgba(255, 255, 255, 0.1) !important;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
    padding: 10px 25px;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-header,
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
    padding: 10px 35px;
  }
  .navbar-custom li a,
  .navbar-custom .dropdown-search {
    border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
  }
  .navbar-custom .dropdown-toggle:after,
  .navbar-custom .dropdown-menu .dropdown-toggle:after {
    right: 7%;
    content: "\f107";
  }
  .navbar-custom .nav > .open > .dropdown-toggle:after,
  .navbar-custom .dropdown-menu .dropdown.open .dropdown-toggle:after {
    right: 7px;
    content: "\f106";
  }
  .navbar-custom .navbar-nav > li:last-child.navbar-cart > a {
    padding-left: 15px;
  }
  .navbar-custom .cart-item-number {
    display: none;
  }
  .navbar-custom .navbar-cart > a:after {
    content: "\f107";
  }
  .navbar-custom .navbar-cart-item a {
    border: 0 !important;
  }
  .navbar-toggle .icon-bar {text-align: center; margin: 0 auto;}
  .dropdown-menu.cart-list {
    text-align: left;
    border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
  }
  .navbar-cart-item {
    border: none;
    border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
    padding-bottom: 10px;
  }
  .navbar-cart-img {
    display: none;
  }
  .navbar-cart-title {
    white-space: normal;
    padding: 0;
    margin-left: 0;
  }
  .btn.btn-border-w {
    font-size: 140%;
  }
  /* Features */
  .features-item {
    margin: 0 0 30px;
  }
  .alt-features-item {
    padding-left: 0;
    margin: 0 0 30px;
  }
  .alt-features-title, .sp_center {display: block; text-align: center;}
  .alt-features-icon {
    position: static;
    width: auto;
    margin: 0 auto 8px;
    text-align: center;
    font-weight: bold;
  }

  .parallax-bg {background-size: auto; background-attachment: fixed;}

  .post.mb-0 {
    margin-bottom: 40px !important;
  }
  .footer {
    text-align: center;
  }
  .copyright {width: 100%; margin: o auto;}
  .footer-social-links {
    text-align: center;
    margin: 10px 0;
  }
  .align-center-sm {
    text-align: center;
  }
  .align-left-sm {
    text-align: left;
  }
  
.bg-light-60:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
}
#head_logo a {font-size: 12px;}
.title h2 {font-size: 68%; line-height: 1em; margin: 0;}
.title h2 span {display: inline;}

.check_list {width: 90%; margin: 0 auto;}
.features-title {margin-bottom: 1.7em;}
.fukidashi_down h3 {font-size: 20px !important; line-height: 2em;}
#contact h3 {line-height: 1.4em;}
#contact h3 small {display: block !important; margin-top: 10px; font-size: 80%;}
.content-box-title {font-size: 120%; margin-bottom: 30px;}
.content-box-image img {display: block; max-width: 90%; margin: 0 auto; text-align: center;}
.features-item {margin-left: auto; margin-right: auto;}
.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%;}
.btn_top, .btn_other {font-size: 50%; margin: 10px 15px !important;}
.fukidashi_down .btn_other {margin: 10px 0 !important;}
.btn.btn-border-o {width: 100%; font-size: 260%; padding: 16px 0; letter-spacing: 1px;}
.bg_sptop {margin-top: 15px;}
.bg_sptop h3 {color: #0d1c1f; font-size: 20px; font-weight: bold;}
.bg_sptop p {text-align: center; line-height: 1.5em; font-size: 13px;}
.footer p img {max-width: 60% !important; margin-top: 20px;}
.col-sm-3, .col-sm-4 {width: 100%;}

.fa-2x {
    font-size: 2em;
}
}

@media only screen and (max-width: 640px) {
.scroll{overflow: auto !important; white-space: nowrap;}
.scroll::-webkit-scrollbar{height: 5px !important;}
.scroll::-webkit-scrollbar-track{background: #F1F1F1 !important;}
.scroll::-webkit-scrollbar-thumb {background: #BCBCBC !important;}

#mainImg {height: 100% !important;}
#mainImg_txt .mb-60 {margin-bottom: 15px !important;}
#mainImg_txt p {letter-spacing: 1px;}
.negative_list {margin: 1em 15px;}
.fl_left, .fl_right {float: none; width: 100%;}
.navbar-brand {padding-right: 0;}
.navbar-toggle {padding: 0 10px;}
.navbar-custom .nav li > a {font-size: 14px;}
.nav>li>a {font-size: 14px;}
.navbar-custom .navbar-brand {font-size: 18px;}
.navbar-brand img {position: relative; padding-right: 10px;}
#head_logo a {position: relative;}
.parallax-bg {background-size: auto; background-attachment: scroll;}

#head_logo a {font-size: 13px;}
.module {padding: 45px 0 !important;}
h2,h3 {font-weight: bold;}
.title {letter-spacing: 0;}
.title h2 {font-size: 82%; letter-spacing: 2px;}
.title h2 span {font-size: 45%;}

.contents_inner {padding: 0 0 30px 0 !important;}
.mt-60 {margin-top: 30px;}
.bg_white {background: #fff; padding: 15px 0;}

.content-box {font-size: 18px; line-height: 1.5em;}
.module, .module-small {padding: 70px 0;}
.module-title {margin: 0 0 45px;}
.features-item {padding: 25px 15px 5px 15px;}
.btn_other span {font-size: 200%;}
.footer_link {width: 100%;}
.footer .copyright {padding-bottom: 60px;}
}

@media only screen and (max-width: 480px) {
#header_contact a {padding: 8px 10px;}
#head_logo a span {margin-top: -3px;}
#mainImg, .kv {margin-top: 50px;}
.bg_maincatch {margin-top: 0;}
#mainImg_txt h2 {font-size: 14px !important; line-height: 1.7em; margin-top: 0; padding-top: 0 !important; padding-bottom: 10px !important; letter-spacing: 0;}
#mainImg_txt h2 .bg_border {font-size: 12px; border-bottom: 2px solid #ffffff;}
#mainImg_txt h2 small {font-size: 12px;}
#mainImg_txt h2 span {font-size: 15px; margin: 1px 3px;}
.main_txt .ranking {padding: 3% 2%;}
.main_txt .ranking dl dt {font-size: 18px !important; margin-bottom: 10px;}
.main_txt .ranking dl dt br {display: block;}
.main_txt .ranking dl dd ul li {font-size: 14px; padding: 5px 0 !important;}
.main_txt .ranking_table {background: #ffffff;}
.main_txt .ranking_table th {width: 20%;}
.main_txt .ranking_table td {width: 80%;}
.main_txt .ranking_table th, .main_txt .ranking_table td {font-size: 14px;}
.main_txt .ranking_table td {padding: 5px 0;}
.main_txt .ranking_table td span {font-size: 11px; margin: 2% 1%; padding: 5px 3px;}
.main_txt .ranking dl dd ul li span {margin-bottom: 5px;}
#mainImg_txt p {font-size: 16px !important; margin-top: 10px; margin-bottom: 10px !important;}
.covid_box .flex_box li {width: 48%; font-size: 80%; margin: 4% 0% !important;}
.side-image-text {padding: 30px;}
.main_txt h3 {font-size: 18px; letter-spacing: 0; margin-top: 0 !important;}
.fukidashi h2 img, .under_l img {max-width: 50%;}
#contact h3 {font-size: 16px;}
.form_label, table#confirm th {width: 100% !important;}
#mainImg .btn.btn-border-o {width: 100%;}
.footer {padding: 15px 0 80px 0;}
}

@media only screen and (max-width: 375px) {
#head_logo a {font-size: 10px;}
#head_logo a span {margin-top: -4px;}
.navbar-brand img {height: 20px; margin-top: 0;}
#mainImg_txt h2 small {padding: 5px 15px;}
.main_txt .ranking dl dt {font-size: 120%;}
.covid_box h2 {margin-top: 15px !important; font-size: 18px;}
.kouka li span, .main_txt .ranking dl dd ul li span {font-size: 270%;}
.bg_bl h2 {font-size: 24px;}
h2.module-title, .txt_big {font-size: 170%;}
#custom-collapse .btn.btn-border-o, .btn.btn-border-o {font-size: 18px;}
.content-box-title {font-size: 20px !important;}
#head_logo a {top: 4px;}
}


@media only screen and (max-width: 320px) {
#mainImg, .kv {margin-top: 50px;}
#mainImg_txt h2 {font-size: 12px !important; margin-bottom: 10px;}
#mainImg_txt h2 span {font-size: 13px;}
#mainImg_txt h2 small {font-size: 10px; padding: 5px 10px;}
.main_txt .ranking dl dt {font-size: 13px !important; }
.main_txt .ranking dl dt br {display: none;}
.main_txt .ranking dl dd ul li {font-size: 12px; padding: 0;}
.main_txt .ranking dl dd ul li span {font-size: 230%; margin-bottom: 5px;}
.main_txt .ranking_table td span {font-size: 10px;}
.yajirushi_area p {font-size: 14px !important;}
.yajirushi_area img {display: none;}
#mockup img {max-width: 65%;}
#mainImg .btn.btn-border-o {font-size: 14px;}
.navbar-brand img {height: 15px;}
#head_logo a {font-size: 10px;}
.title h2 {font-size: 60%; letter-spacing: 5px;}
h2.module-title {font-size: 180%;}
.btn_other {font-size: 50%;}
.btn_other span {font-size: 180%; letter-spacing: 1px;}
#mainImg_txt .btn_other span {font-size: 180%;}
.content-box-title {font-size: 18px !important;}
}

@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

/* オーバーレイボタン */
#olayBtn {
	position: fixed;
	width: 100%;
	background: rgba(255, 239, 107, 0.9);
	box-sizing: border-box;
	z-index: 1000;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
}
#olayBtn div {
	margin: 0 auto !important;
	text-align: center;
	padding: 10px 15px !important;
	visibility: visible !important;
}
#olayBtn dl {border: 2px solid #1d2b55; margin: 5px 0 0 0; background: #ffffff;}
#olayBtn dl:after {display: block; content: ""; clear: both;}
#olayBtn dl dt {background: #1d2b55; color: #ffffff; padding: 5px 15px;}
#olayBtn dl dd {padding: 5px 15px; text-align: center; font-size: 24px;}
#olayBtn dl dd a {color: #3d58aa;}
#olayBtn dl dd small {font-size: 14px;}
#olayBtn .btn_top span, #olayBtn .btn_other span {
	display: block;
	color: #db734b;
	font-size: 16px;
	margin-bottom: 5px;
	line-height: 1.4em;
}
#olayBtn .btn.btn-border-o {width: 100%;}
#olayBtn .btn {padding: 10px 15px;}
#olayBtn div img {margin: 0 auto; text-align: center;}

@media (max-width: 767px) {
#olayBtn .flex_box {display: flex !important;}
#olayBtn dl {margin-top: 0 !important;}
#olayBtn div {padding: 0 !important;}
#olayBtn dl dt, #olayBtn .btn_top span, #olayBtn .btn_other span {font-size: 14px; letter-spacing: 0;}
#olayBtn dl dt, #olayBtn dl dd {padding: 3px 5px;}
#olayBtn dl dd, #olayBtn .btn.btn-border-o {font-size: 18px; letter-spacing: 0;}
#olayBtn dl dd small {display: block; font-size: 12px; letter-spacing: 0;}
}
@media (max-width: 375px) {
#olayBtn .flex_box li {padding: 10px 5px;}
#olayBtn dl dt, #olayBtn .btn_top span, #olayBtn .btn_other span {font-size: 12px;}
#olayBtn dl dd, #olayBtn .btn.btn-border-o {font-size: 16px;}
#olayBtn dl dd small {font-size: 10px;}
}
@media (max-width: 320px) {
#olayBtn dl dt, #olayBtn .btn_top span, #olayBtn .btn_other span {font-size: 12px;}
#olayBtn dl dd, #olayBtn .btn.btn-border-o {font-size: 14px;}
#olayBtn dl dd small {font-size: 9px;}
}

/* 2021/9/14 中村追加分　お客様の声 */
.voice-rap {
  display: flex; 
  justify-content:space-around;
  flex-wrap: wrap; 
  padding: 10px;
}
.voice-item {
  width: 48%;
}
@media only screen and (max-width:767px){
  .voice-rap {
    display: block; 
    justify-content:none;
    flex-wrap: wrap; 
    padding: 10px;
  }
  .voice-item {
    width: 100%;
    margin-bottom:20px ;
  }
}