@charset "utf-8";
/*------------------------------------------------------------
共通
------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', sans-serif;
  background: #fff;
  color: #404040;
  font-size: 17px;
  background: #fff;
}
*, *:before, *:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
a:link, a:visited, a:hover, a:active {
  color: #b83397;
}
a:vis a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
/*共通*/
.fsS {
  font-size: .9em;
}
.fsSS {
  font-size: .6em;
  line-height: 1.3;
}
.fsL {
  font-size: 1.3em;
}
.taC {
  text-align: center;
}
.taR {
  text-align: right;
}
.taL {
  text-align: left;
}
.fwB {
  font-weight: bold;
}
.mt40 {
  margin-top: 59px;
  margin-bottom: 43px;
  display: inline-block;
}
.blinking {
  animation: flash 1.5s linear infinite;
}
.txt1 {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding-top: 50px;
}
.txt {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.marker {
  background: linear-gradient(transparent 60%, #ff6 60%);
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.pa {
  padding: 20px 10px;
}
.pa2 {
  padding: 0 10px;
}
.pc_n {
  display: none;
}
.sp_n {
  display: block;
}
.red {
  color: #f10205;
  font-weight: bold;
}
.br_sp {
  display: block;
}
.br_pc {
  display: none;
}
@media screen and (min-width:640px) {
  .sp_n {
    display: none;
  }
  .pc_n {
    display: block;
  }
  .pa2 {
    padding: 0 20px;
  }
  .br_sp {
    display: none;
  }
  .br_pc {
    display: block;
  }
  .pa {
    padding: 20px 10px;
  }
}
/*------------------------------------------------------------
レイアウト
------------------------------------------------------------*/
#content {
  width: 100%;
  margin: 0 auto;
}
.wrapper {
  margin: 3%;
}
figure img, img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
p {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.5;
}
@media screen and (min-width:640px) {
  #content {
    margin: 0 auto;
  }
  p {
    font-size: 25px;
    margin-bottom: 25px;
    line-height: 1.5;
  }
}
/*------------------------------------------------------------
スマホから
ヘッダー
------------------------------------------------------------*/
header {
  width: 100vw;
  position: relative;
  top: 10px;
  z-index: 100;
  box-shadow: 0px 10px 15px -10px #808080;
}
@media screen and (min-width:640px) {
  header {
    width: 100%;
  }
}
/*------------------------------------------------------------
コンテンツ
------------------------------------------------------------*/
#Realtime, #Realtime01, #Realtime02, #Realtime03, #Realtime04, #Realtime05 {
  font-size: 1.3em;
  font-weight: 700;
  margin: 0;
  padding: 1%;
  text-align: center;
  font-family: 'Meiryo', 'メイリオ', sans-serif;
}
@media screen and (min-width:640px) {
  #Realtime, #Realtime01, #Realtime02, #Realtime03, #Realtime04, #Realtime05 {
    font-size: 1.6em;
  }
}
@media screen and (max-width:320px) {
  #Realtime, #Realtime01, #Realtime02, #Realtime03, #Realtime04, #Realtime05 {
    font-size: 1em;
  }
}
/*-------------基本プランのごあんない-------------*/
.trouble-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px;
}
section.trouble {
  margin-bottom: 0;
  margin-top: 2.5em;
}
@media screen and (min-width:640px) {
  section.trouble {
    margin-bottom: 0;
    margin-top: 20px;
  }
  .trouble-flex {
    padding: 25px 25px 0 25px;
  }
}
@media screen and (max-width:320px) {
  p.item02 {
    height: 43vw;
  }
}
/*-------------仕組み-------------*/
section.system {
  margin-bottom: 1em;
  margin-top: 2.5em;
}
@media screen and (min-width:640px) {
  section.system {
    margin-top: 5em;
  }
}
@media screen and (max-width:320px) {
  p.fz_se {
    font-size: 0.75em;
  }
}
/*-------------選ばれる理由-------------*/
section.point {
  background: #04cfe1;
  margin-top: 1.5em;
  margin-bottom: 2em;
  margin-bottom: 2em;
}
h3 {
  color: #e60012;
  font-weight: bold;
  font-style: oblique;
  margin: 0;
  font-size: 1em;
  letter-spacing: -0.5px;
  line-height: 1.4;
}
.point_box p:nth-child(3) {
  font-size: 0.7em;
  line-height: 1.2;
}
@media screen and (min-width:640px) {
  .point_ttl {
    width: 56%;
    height: 10%;
    font-size: 1.3em;
  }
  h3 {
    font-size: 1.7em;
    line-height: 1.3;
  }
}
@media screen and (max-width:320px) {
  .point_ttl {
    font-size: 0.7em;
  }
  h3 {
    font-size: 0.9em;
  }
}
/*-------------お客様からの声-------------*/
section.voices {
  background-image: url(../img/voice_bg.jpg);
  background-size: cover;
  margin-bottom: 2em;
  margin-top: 4em;
}
.voice_ttl {
  font-size: 1.8em;
  color: #e60012;
  letter-spacing: -0.5px;
  font-weight: 800;
}
.slider {
  margin: auto;
  margin-top: 25px;
  width: 88%;
}
.slider img {
  height: auto;
  width: 100%;
  display: block;
  margin: auto;
}
@media screen and (min-width:640px) {
  .voice_ttl {
    font-size: 2em;
  }
  section.voices {
    margin-top: 100px;
  }
}
/*-------------Q&A-------------*/
section.qa {
  margin-bottom: 2em;
}
/*-------------フッター-------------*/
footer {
  background: #00bccd;
  color: #fff;
  margin-top: 1em;
}
tbody {
  font-size: 12px;
}
footer a:link, a:visited, a:hover, a:active {
  color: #fff;
}
@media screen and (max-width:640px) {
  .foot_flex {
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .foot_flex_child {
    width: 48%;
    margin: 0 1% 20px 0;
  }
  .foot_tex {
    width: 95%;
  }
}
h3 {
  font-size: 150%;
  font-weight: bold;
}
.pc {
  display: block;
  max-width: 100%;
  margin: 1% auto;
}
.sp {
  display: none;
}
.bg_lBlue {
  background-color: #d8ecef;
  padding-bottom: 5%;
}
.area a, .area a:visited, .area a:hover {
  color: #333;
}
.bgY {
  background-color: #fff9f3;
}
@media screen and (max-width:640px) {
  h2 {
    font-size: 5.5vw;
    margin: 10% 0 0;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
    width: 95%;
    margin: 5% auto;
  }
  .pics {
    max-width: 95%;
  }
  .column_area {
    width: 95%;
  }
}
h2.ttl {
  background: linear-gradient(to bottom, #007284 0%, #05cfe1 100%);
  padding: 25px 0;
  text-align: center;
  font-size: 3.5em;
  color: #fff;
  text-shadow: 0 0 10px #007284;
  font-style: italic;
  position: relative;
  line-height: 1.2;
}
h2.ttl::after {
  content: '';
  position: absolute;
  top: 100%;
  left: calc(80vw - 50%);
  width: 0;
  height: 0;
  border-top: 60px solid #05cfe1;
  border-left: 20vw solid transparent;
  border-right: 20vw solid transparent;
}
h2.ttl > span {
  color: #faec2f;
  font-size: 1.2em;
}
/*PC*/
@media screen and (min-width:760px) {
  .sec_content {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 50px;
  }
  .sec_content figure {
    text-align: center;
  }
  .ballon2 > .fsSS {
    text-align: right;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
/*SP*/
@media screen and (max-width:760px) {
  h2.ttl {
    font-size: 2em;
  }
  h2.ttl::after {
    border-top: 25px solid #05cfe1;
  }
  .sec_content {
    padding: 30px 5px 0;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* 210917 */
.dots_txt {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  line-height: 0.5;
  margin-bottom: 30px;
  color: #999;
}
.slick_new {
  margin: 0;
}
.slick_new_wrapper {
  border: 4px solid #007284;
  width: 1000px;
  margin: 5% auto 0;
}
.slick_new_wrapper > h3 {
  background-color: #007284;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-weight: bold;
}
.slick_new_wrapper > h3 > span {
  color: #fff600;
}
.slick_new_wrapper > .slick_new {
  padding: 10px 20px;
}
.slick_new_wrapper > .slick_new a {
  color: #333;
}
.slick_new_wrapper > .slick_new > div span {
  color: #e10000;
  font-weight: bold;
  margin-right: 10px;
}
.slick_new_wrapper + .sec_content {
  padding-top: 15px;
}
.slick01_wrapper {
  width: 800px;
  margin: 0 auto;
  overflow-x: hidden;
}
.slick01 .slick-next, .slick01 .slick-prev, .slick02 .slick-next, .slick02 .slick-prev, .slick_new .slick-next, .slick_new .slick-prev {
  display: block;
}
.flow_txt {
  width: 1000px;
  margin: 0 auto;
  border-top: 2px solid #007284;
  border-bottom: 2px solid #007284;
  overflow: hidden;
  padding: 5px 0;
}
.flow_txt > p {
  margin: 0;
  display: inline-block;
  padding-left: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  white-space: nowrap;
  line-height: 1em;
  animation: scrollFlowTxt 10s linear infinite;
}
.flow_txt > p > span {
  color: #e10000;
}
@keyframes scrollFlowTxt {
  0% {
    transform: translateX(0)
  }
  100% {
    transform: translateX(-100%)
  }
}
.bg_lBlue + .map_area {
  margin-top: 4%;
}
@media screen and (max-width:640px) {
  .ttl_img {
    width: 50%;
  }
  .view_ex_all {
    margin-top: 20px;
  }
  .slick_new_wrapper {
    width: 93%;
  }
  .slick_new > div {
    line-height: 1.5;
  }
  .slick01_wrapper {
    width: 98%;
  }
  .flow_txt {
    overflow: visible;
  }
  .flow_txt > p {
    font-size: 1.4rem;
  }
  .bg_lBlue + .map_area {
    margin-top: 10%;
  }
  #content {
    overflow-x: hidden;
  }
  .flow_txt {
    width: 100%;
  }
}
/*== 2・3階層目の共通設定 */
.wrapper {
  height: 100%;
  overflow-x: hidden;
  position: relative;
}
main {
  height: 100%;
  min-height: 100vh;
  padding: 0 50px;
  background-color: #eee;
  transition: all .5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main.open {
  transform: translateX(-250px);
}
main h1 {
  text-align: center;
  font-weight: 500;
}
main p {
  text-align: center;
}
/*========= レイアウトのためのCSS ===============*/
@media screen and (min-width:768px) {
  .he_ri {
    margin-left: auto;
  }
}
img {
  object-fit: contain;
}
.area_content {
  background-color: #0b76f4;
  margin-top: -50px;
}
.area_content_txt {
  width: 65%;
  margin: auto;
  padding: 50px;
}
.area_content_cta {
  width: 65%;
  margin: auto;
  padding: 30px;
  margin-top: -80px;
}
.area_content_cta1 {
  width: 65%;
  margin: auto;
  padding: 30px;
  margin-top: -140px;
}
.cta_area {
  background-image: url(../img//cta_bg.jpg);
  margin-top: -30px;
}
.cta_area02 {
  position: relative;
}
.tel_btn, .web_btn {
  position: absolute;
  bottom: 8%;
  display: block;
}
.tel_btn:hover, .web_btn:hover {
  opacity: 0.8;
}
.tel_btn img, .web_btn img {
  display: block;
}
.cta_area .tel_btn, .cta_area .web_btn {
  width: 22%;
}
.cta_area .tel_btn {
  right: 41%;
}
.cta_area .web_btn {
  right: 18.5%;
}
.cta_area02 .tel_btn, .cta_area02 .web_btn {
  width: 35%;
}
.cta_area02 .tel_btn {
  right: 36%;
}
.cta_area02 .web_btn {
  right: 0;
}
.main_flex {
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
}
.main_flex .mf_right {
  width: 23%;
}
.customer_voice {
  padding: 0 27%;
  margin-top: 50px;
}
.customer_voice img {}
.content_ttl {
  width: 40%;
  max-width: 200px;
  margin: 3% auto;
}
.cv_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 700px;
}
.cv_child {
  width: 48.5%;
  /*    margin-top: 4%;*/
  /*    padding-bottom: 200px;*/
  /*    max-height: 300px;*/
  padding-left: 15px;
  padding-right: 15px;
}
.cv_child_ttl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  left: -20px;
  top: -20px;
}
.cv_child_ttl > img {
  display: block;
  width: 33%;
}
.cv_child_ttl > div {
  width: 62%;
  margin-bottom: 5%;
}
.cv_child_ttl > div p {
  margin: 0;
}
.cv_child_ttl > div p:first-child {
  color: #8e8e8e;
}
.cv_child_ttl > div p:first-child > span {
  background-color: #3366cc;
  color: #fff;
  margin-right: 10px;
  padding: 3px 5px;
  font-size: 16px;
}
.cv_child_ttl > div p:nth-child(2) {
  color: #fe9309;
  margin-top: 5px;
}
.cv_child_ttl + p {
  padding: 0 15px;
  margin: -5px 0 0;
  color: #303030;
  font-size: 16px;
  font-weight: bold;
}
.cv_arrow {
  position: relative;
  overflow: hidden;
  height: 7vw;
}
.cv_arrow::before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  border-top: 7vw solid #3266CC;
  border-right: 100vw solid transparent;
}
.cv_arrow::after {
  content: '';
  position: absolute;
  width: 100%;
  right: 0;
  border-top: 7vw solid #d5f1ff;
  border-left: 100vw solid transparent;
}
.cv_arrow + figure img {
  width: 98%;
  max-width: 700px;
}
.flow_area {
  background-color: #d5f1ff;
  padding: 20px 40px 100px;
}
.qa_area {
  background-color: #c8e7fd;
  margin-bottom: -35px;
}
.mf_right a:hover {
  transition: all 0.3s;
}
/* ---------------------------------------------------------------------------------------------

FAQ

--------------------------------------------------------------------------------------------- */
.faq_box {
  overflow: hidden;
}
.faq_box:last-child {
  margin-bottom: 0;
}
.switch {
  cursor: pointer;
  font-weight: bold;
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: 2px solid #0b76f4;
  background-color: #fff;
  height: 82px;
}
.switch.open {
  background: #0b76f4;
  color: #fff;
  border-radius: 10px 10px 0 0;
}
.contentWrap {
  display: none;
  border-radius: 0 0 10px 10px;
  border: 2px solid #0b76f4;
  /*
    margin-top: 10px;
    border: 3px solid #0a6de3;
*/
  background: #fff;
}
.contentWrap.open {
  display: block;
}
.q {
  transition: .5s;
}
.q, .a {
  position: relative;
}
.q:before, .a:before {
  position: absolute;
  transition: .5s;
}
.q:before {
  content: "Q";
  color: #fff;
  background-color: #0b76f4;
  border-radius: 100px;
  top: 50%;
  transform: translateY(-50%);
  padding: 2px 13px;
}
.open.q:before {
  color: #0b76f4;
  background-color: #fff;
}
.accordion_icon, .accordion_icon span {
  transition: all .4s;
  box-sizing: border-box;
  display: inline-block;
}
.accordion_icon_wrap {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
}
.accordion_icon {
  position: relative;
  display: block;
}
.accordion_icon span {
  position: absolute;
  left: 6px;
  width: 50%;
  height: 2px;
  background-color: #0b76f4;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
.open .accordion_icon span {
  background-color: #fff;
}
.accordion_icon span:nth-of-type(1) {
  top: 15px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
  top: 15px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.open .accordion_icon span:nth-of-type(1) {
  display: none;
}
.open .accordion_icon span:nth-of-type(2) {
  top: 15px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
@media only screen and (max-width : 767px) {
  #faq h2 img {
    max-width: 270px;
  }
  .faq_box {
    margin-bottom: 15px;
  }
  .accordion_icon_wrap {
    right: 15px;
  }
  .q:before, .a:before {
    font-size: 30px;
    left: 15px;
  }
  .q {
    font-size: 1rem;
    padding: 10px 60px;
  }
  .a {
    padding: 10px 15px;
  }
  .a p {
    margin: 0;
  }
  .a:before {
    top: 10px;
  }
  .switch {
    height: 90px;
    font-size: 15px;
  }
}
@media print, screen and (min-width : 768px) {
  .faq_box {
    margin-bottom: 30px;
  }
  .q {
    padding: 10px 80px;
  }
  .q:before, .a:before {
    font-size: 25px;
    left: 20px;
    font-family: 'Ropa Sans', sans-serif;
  }
  .switch {
    height: 90px;
    font-size: 18px;
  }
  .a {
    padding: 20px 25px;
    font-size: 18px;
  }
  .a p {
    margin: 0;
  }
  .a:before {
    top: 0;
  }
  .accordion_icon_wrap {
    right: 30px;
  }
  .contentWrap p {
    font-size: 18px;
  }
  .pc_ds_n {
    display: none !important;
  }
  .openbtn span {
    display: none;
  }
}
/* ---------------------------------------------------------------------------------------------

FAQ END

--------------------------------------------------------------------------------------------- */
@media screen and (max-width:1600px) and (min-width:1024px) {
  .prize_area > .prize > img {
    max-height: 130px;
  }
}
@media screen and (max-width:1023px) and (min-width:768px) {
  .prize_area > .prize > img {
    max-height: 95px;
  }
}
@media screen and (max-width:767px) {
  .prize_area .sp {
    margin: 0;
    width: 100%;
  }
  .prize_area > .prize {
    bottom: 8%;
  }
  .prize_area > .prize > img {
    width: 90%;
  }
  .main_flex .mf_left {
    width: 100%;
  }
  .main_flex .mf_right {
    display: none;
  }
  .customer_voice {
    padding: 0px 10px 10px;
    margin-top: 10px;
  }
  .cv_child {
    max-height: none;
    padding-bottom: 30px;
    /*        margin: 20px auto 0;*/
  }
  .cv_child_ttl {
    left: -5px;
  }
  .flow_area {
    padding: 20px 20px 40px;
  }
  .flow_img {
    margin-top: 20px;
  }
  .qa_area {
    padding: 20px 20px 50px;
  }
  .q:before, .a:before {
    font-size: 18px;
  }
  .q:before {
    padding: 2px 8px;
  }
  .cta_area .sp, .cta_area02 .sp {
    margin: 0;
  }
  .tel_btn, .web_btn {
    width: 90% !important;
    left: 5%;
  }
  .tel_btn {
    bottom: 22%;
  }
  .web_btn {
    bottom: 5%;
  }
  /* ---------------------------------------------------------------------------------------------
    slick
    --------------------------------------------------------------------------------------------- */
  .slick-active {
    width: 95%;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, .17);
  }
  .slick-dots li {
    margin: 0;
  }
  .slick-dots li button:before {
    font-size: 10px;
    color: #303030;
  }
  .slick-dots li.slick-active button:before {
    color: #303030;
  }
  .slick-dots li.slick-active {
    box-shadow: none;
  }
  /* ---------------------------------------------------------------------------------------------
    slick END
    --------------------------------------------------------------------------------------------- */
}
.pc {
  margin: 0;
}
/* ---------------------------------------------------------------------------------------------
header
--------------------------------------------------------------------------------------------- */
header {}
.head_flex {
  display: flex;
  margin: 0 auto 10px;
  width: 100%;
  max-width: 1250px;
  justify-content: space-between;
  align-items: center;
}
.head_flex > figure {
  margin: 0;
  width: 30%;
}
.head_tel_area {
  border: 1px solid #ff6c00;
  background-color: #fff7f1;
  border-radius: 10px;
  padding: 10px 20px;
  position: static;
}
.head_tel_area p, .head_tel_area a {
  display: block;
  margin: 0;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
}
.head_tel_area p {
  color: #3c3c3c;
  font-size: 14px;
}
.head_tel_area p:first-child {
  text-align: left;
}
.head_tel_area p:last-child {
  color: #159df3;
}
.head_tel_area a {
  color: #ff6c00;
  font-size: 32px;
  font-weight: 900;
}
@media screen and (max-width:767px) {
  header {
    box-shadow: none;
    top: 5px;
  }
  .head_tel_area a {
    font-size: 16px;
  }
  .head_tel_area p {
    font-size: 10px;
  }
  .head_tel_area {
    padding: 5px 10px;
    margin-right: 13.5%;
  }
  #header {
    margin-left: 2%;
  }
  .head_flex > figure {
    width: 40%;
  }
  .sb_img {
    display: block;
    width: 85%;
    margin: 20px auto;
  }
}
/* ---------------------------------------------------------------------------------------------
header END
--------------------------------------------------------------------------------------------- */
footer {
  background-color: #0b76f4;
  color: #fff;
  padding: 1% 0 2%;
  text-align: center;
}
.footer_body {
  margin: 0 auto;
}
/* ---------------------------------------------------------------------------------------------
footer END
--------------------------------------------------------------------------------------------- */
.header_btn {
  float: right;
  width: 17%;
  position: absolute;
  top: 5%;
  right: 10%;
}

@media screen and (max-width:640px) {
  .header_btn {
    width: 48%;
    top: 15%;
    right: 2%;
  }
}
.bg_darkbl {
  background-color: #fde431;
}
.time {
  padding: 20px 10px 20px 10px;
  background: #fde431;
}
.trouble_flex {
  display: flex;
  flex-wrap: wrap;
}
.trouble_flex div {
  width: 50%;
  padding: 5px;
}
h1 {
  background: #0a6de3;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  padding: 20px 5px;
  margin: 0;
}
.bgblue {
  background: #d5f1ff;
  color: #0a6de3;
}
h2 {
  text-align: center;
  color: #0a6de3;
  font-size: 1.7rem;
  margin-bottom: 10px;
  margin-top: 15px;
}
.fcF {
  color: #fff;
}
.fcR {
  color: red;
  font-weight: bold;
}
.fcY {
  color: #fff5ad;
  font-weight: bold;
}
.time_txt {
  text-align: center;
}
/*cta周り*/
.cta_area {
  position: relative;
}
.cta_btn {
  width: 30%;
  margin: auto;
  padding-bottom: 50px;
}
.cta_btn2 {
  position: absolute;
  width: 30%;
  top: 48%;
  right: 0;
  left: 35%;
}
.mitsumori p {
  font-weight: bold;
  font-size: 2.0rem;
  text-align: center;
  animation: flash 1.5s linear infinite;
}
@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.mitsumori02 {
  position: absolute;
  width: 28%;
  top: 13%;
  right: 0;
  left: 36%;
}
@media screen and (max-width:640px) {
  .cta_btn {
    width: 90%;
    top: 35%;
    right: 0;
    left: 5%;
  }
  .mitsumori {
    width: 100%;
    margin: auto
  }
  .cta_btn2 {
    width: 90%;
    top: 48%;
    right: 0;
    left: 5%;
  }
  .mitsumori02 {
    width: 80%;
    top: 10%;
    right: 0;
    left: 10%;
  }
}
.balloon1 {
  position: relative;
  padding: 7px 10px;
  max-width: 100%;
  color: #fff;
  background: #0a6de3;
  text-align: center;
  margin: 0 15px 0 15px;
}
.balloon1:before {
  content: "";
  position: absolute;
  top: 90%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #0a6de3;
}
.balloon1 p {
  margin: 0;
  padding: 0;
}
.cp {
  margin: 40px 10px;
}
.mb0 {
  margin-bottom: 0;
}
.reason {
  background: #00bccd;
  padding: 10px 15px 45px 15px;
}
.reason p {
  width: 56%;
  margin: 0 auto;
}
@media screen and (max-width:640px) {
  .reason p {
    width: 100%;
  }
  .reason img {
    padding: 2% 0;
  }
}
.kaikei {
  padding: 0 15px 20px 15px;
}
.voice p {
  margin-top: 0;
}
.mail_btn {
  width: 15%;
  margin: auto;
  top: -140px;
  position: relative;
}
.mail_btn2 {
  width: 15%;
  margin: auto;
  top: -140px;
  position: relative;
}
.mail_btn3 {
  width: 15%;
  margin: auto;
  top: -140px;
  position: relative;
}
@media screen and (max-width:768px) {
  .mail_btn {
    top: -85px;
    width: 16%;
  }
  .mail_btn2 {
    top: -75px;
    width: 16%;
  }
  .mail_btn3 {
    top: -70px;
    width: 16%;
  }
}
@media screen and (max-width:640px) {
  .mail_btn {
    top: -140px;
    width: 50%;
  }
  .mail_btn2 {
    width: 50%;
    top: -85px;
  }
  .mail_btn3 {
    width: 50%;
    top: -100px;
  }
}
.footer_btn {
  position: fixed;
  bottom: 0;
  z-index: 100;
}
footer {
  padding-top: 3%;
  padding-bottom: 10%;
  margin-top: 0;
}
footer p {
  font-size: 15px;
}
@media screen and (max-width:640px) {
  footer {
    padding-bottom: 20%;
  }
}
.voice {
  padding-bottom: 1%;
}
.voice h1 {
  background: none;
}
.way {
  padding: 15px;
  padding-bottom: 40px;
}
.way img {
  width: 45%;
  margin: 0 auto;
  padding: 20px;
}
.way p {
  width: 45%;
  margin: 0 auto;
  padding-bottom: 2%;
  color: #000;
}
.way_ttl {
  width: 40%;
  margin: auto;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width:640px) {
  .way_ttl {
    width: 50%;
    top: 29%;
    right: 10%;
    left: 25%;
  }
  .way p {
    width: 100%;
  }
  .way img {
    width: 100%;
  }
  .way {
    padding: 5px;
    padding-bottom: 5px;
  }
}
.area p {
  margin-bottom: 0;
  padding-bottom: 5px;
  margin-top: 0;
}
.area h1 {
  padding-top: 20px;
}
@media screen and (min-width:640px) {
  .time {
    padding: 25px;
    position: relative;
  }
  .time img {
    margin: 0 auto;
    padding: 0 28%;
  }
  .way {
    padding: 50px 40px;
    padding-bottom: 45px;
  }
  h1 {
    padding: 30px;
    font-size: 3rem;
  }
  .reason img {
    padding: 1% 15%;
  }
  .reason img:first-child {
    padding-top: 20px;
  }
  h2 {
    font-size: 2.5rem;
  }
  .footer_btn {
    left: 30%;
    width: 40%;
  }
  .trouble_flex div {
    padding: 20px;
  }
  .trouble_flex .renovation {
    padding-bottom: 10%;
  }
  .cv_child {
    padding-right: 40px;
    padding-left: 40px;
  }
  .cv_wrapper {
    height: 70%;
  }
  .balloon1 {
    margin: 0 100px 0 100px;
  }
  .slick-dots li button:before {
    line-height: 0;
  }
  .cp {
    margin: 40px 55px 25px 55px;
  }
  .voice_pc {
    width: 34%;
    margin: auto;
    margin-top: 10px;
  }
}
.time_txt {
  position: absolute;
  top: 29%;
  right: 10%;
  left: 10%;
  font-size: 150%;
}
@media screen and (max-width:1300px) {
  .time_txt {
    font-size: 110%;
  }
}
@media screen and (max-width:768px) {
  .time_txt {
    font-size: 80%;
  }
  .cv_wrapper {
    height: 80%;
  }
  p {
    font-size: 15px;
  }
}
.blink {
  animation: blink 1s ease-in-out infinite alternate;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width:640px) {
  .time {
    padding: 15px;
    position: relative;
  }
  .time_txt {
    position: absolute;
    top: 28%;
    right: 9%;
    left: 9%;
    font-size: 15px;
  }
}
.chart {
  background-image: url(../img/chart_bg01.jpg);
}
.chart_txt {
  padding: 0% 20% 0 12%;
}
.chart_ttl {
  padding: 3% 38%;
}
.chart {
  width: 100%;
}
@media screen and (max-width:640px) {
  .chart {
    width: 100%;
    left: 6%;
    top: 4%;
    background-image: url(../img/chart_sp_bg01.png);
  }
  .chart_txt {
    padding: 0% 10% 10% 10%;
  }
  .chart_ttl {
    padding: 0% 15%;
  }
}
.caution02 {
  background-color: #fde431;
  margin-top: -25px;
  margin-bottom: -25px;
}
.caution02_ttl img {
  padding: 0% 34%;
  margin-top: -40px;
}
.caution02_txt img {
  padding: 2% 32%;
}
.bar-top {
  padding-bottom: 60px;
  padding-top: 60px;
}
.bar-bottom {
  padding-bottom: 60px;
}
@media screen and (max-width:640px) {
  .caution02_ttl img {
    padding: 3% 8%;
  }
  .caution02_txt img {
    padding: 7% 4%;
  }
}
.campain_txt {
  width: 100%;
  margin: auto;
  padding: 0px;
}
@media screen and (max-width:640px) {
  .campain_txt {
    width: 100%;
    margin: auto;
    padding: 0px;
  }
}
.sagyou {
  background-color: #E1ECFF;
}
.sagyou_ttl {
  width: 100%;
  margin: auto;
}
@media screen and (max-width:640px) {
  .sagyou_ttl {
    width: 100%;
    left: 25%;
    top: 30%;
  }
  .sagyou_ill {
    width: 30%;
    margin: -20% 0 0 60%;
  }
}
@media screen and (max-width:640px) {
  .kaikei_ttl {
    width: 60%;
    left: 20%;
    top: 26%;
  }
  .kaikei {
    width: 100%;
  }
}
.colona {
  background: #fdfae4;
}
.colona_ttl {
  margin: 0% auto;
  width: 100%;
  padding: 0% 0 3%;
}
.colona_txt {
  margin: 0% auto;
  width: 45%;
}
.colona_txt p {
  text-align: center;
  padding: 4% 0 6% 0;
  margin: 0;
  color: #000;
}
@media screen and (max-width:640px) {
  .colona_ttl {
    width: 100%;
    padding: 0% 0 3%;
  }
  .colona_txt {
    width: 90%;
  }
}
.reason_bg {
  position: relative;
}
.reason_ttl {
  position: absolute;
  width: 40%;
  left: 28%;
  top: 32%;
}
@media screen and (max-width:640px) {
  .reason_ttl {
    width: 60%;
    left: 5%;
    top: 30%;
  }
}
.flow {
  background-image: url(../img/flow_bg_pc.jpg);
  padding-bottom: 1%;
}
.flow_ttl {
  width: 100%;
  margin: 0 auto;
}
.flow_img {
  width: 50%;
  margin: 0 auto;
  padding: 15px;
}
@media screen and (max-width:640px) {
  .flow {
    padding-bottom: 5%;
  }
  .flow_ttl {
    width: 100%;
  }
  .flow_img {
    width: 95%;
    margin-top: -10px;
  }
}
.voice_ttl {
  width: 100%;
  margin: 0 auto;
  padding: 0% 0 2%;
}
@media screen and (max-width:640px) {
  .voice_ttl {
    width: 100%;
    padding: 0% 0 5%;
  }
  .voice_txt {
    width: 80%;
    padding: 0% 0 5%;
    margin: auto;
  }
}
.area {
  background-color: #0b76f4;
}
.area_ttl {
  width: 15%;
  margin: 0 auto;
  padding: 3% 0 2%;
}
.area_img {
  width: 45%;
  margin: 0 auto;
  padding: 0 0px 30px 0;
}
.area_based {
  width: 550px;
  background-color: #f7de66;
  margin: 0 auto;
  padding: 16px;
  margin-top: 50px;
  margin-bottom: 85px;
}
.area_based_txt {
  width: 520px;
  background-color: #fff;
  margin: 0 auto;
  padding: 5%;
}
@media screen and (max-width:640px) {
  .area_ttl {
    width: 40%;
    padding: 5% 0 3%;
  }
  .area_img {
    width: 90%;
  }
}
.qa_ttl {
  width: 15%;
  margin: 0 auto;
  padding: 3% 0 3%;
}
.container {
  width: 45%;
  margin: 0 auto;
  padding-bottom: 3%;
}
@media screen and (max-width:640px) {
  .qa_ttl {
    width: 50%;
    padding: 3% 0 8%;
  }
  .container {
    width: 100%;
    padding-bottom: 2%;
  }
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}
.ryoukin_txt {
  width: 45%;
  margin: auto;
  padding: 40px;
  margin-bottom: 30px;
  margin-top: -70px;
}
.section_txt {
  width: 45%;
  margin: auto;
  padding: 40px;
  margin-bottom: 40px;
  margin-top: -85px;
}
.chart_ttl_ttl {
  background-color: #000;
}
.chart_ttl_ttl img {
  padding: 2% 30%;
}
.chart_ttl_txt {
  background-color: #fde431;
}
.chart_ttl_txt img {
  padding: 3% 29%;
}
@media screen and (max-width:640px) {
  .chart_ttl img {
    padding: 10% 15%;
  }
  .chart_ttl_txt img {
    padding: 10% 11%;
  }
  .txt1 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding-top: 50px;
    margin-bottom: -5px;
  }
  .mitsumori p {
    font-weight: bold;
    font-size: 1.4rem;
    text-align: center;
    animation: flash 1.5s linear infinite;
  }
  .ryoukin_txt {
    width: 100%;
    margin: auto;
    padding: 0 25px 0 25px;
    margin-bottom: 10px;
  }
  .section_txt {
    width: 100%;
    margin: auto;
    padding: 0 25px 0 25px;
    margin-bottom: 30px;
  }
  .bar-top {
    padding-bottom: 40px;
    padding-top: 15px;
  }
  .bar-bottom {
    padding-bottom: 30px;
  }
  .area_based {
    width: 300px;
    background-color: #f7de66;
    margin: 0 auto;
    padding: 12px;
    margin-top: 25px;
    margin-bottom: 55px;
  }
  .area_based_txt {
    width: 270px;
    background-color: #fff;
    margin: 0 auto;
    padding: 2%;
  }
  .txt {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
  }
  .cta_area {
    background-image: url(../img//cta_sp_bg.jpg);
    margin-top: -30px;
    background-position: center;
  }
  .area_content_txt {
    width: 100%;
    margin: auto;
    padding: 20px;
  }
  .area_content_cta1 {
    width: 100%;
    margin: auto;
    padding: 20px;
    margin-top: -90px;
  }
  .area_content {
    margin-top: -50px;
    margin-bottom: -50px;
  }
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 10000;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
  /*content: "";*/
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/*モーダルを閉じるボタンの指定*/
.modal-close{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -15px;
  right: -10px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
    width: 50%;
    margin: auto;	
}
@media (max-width: 767px) {	
.modal-content{	
width: 100%;	
    }
}
	
@media (min-width: 767px) {	
.modal-close {	
right: 230px;	
}	
}

body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}

#time {
    font-size: 2.2rem;
}
@media (max-width: 767px) {	
    #time {
    font-size: 1.4rem;
}
}