/*
Theme Name: 水道99センター
Author: 株式会社 加藤設備
Author URI: https://99center.jp
Description: This theme is created by GRACE,Inc.
Version: 1.0
*/
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

body {
  color: #333;
  background-color: var(--background-color);
  line-height: 1;
  font-style: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  padding-bottom: 100px;
}

a {
  color: #333;
  display: inline-block;
}

a:hover {
  opacity: .8;
}

h5 {
  text-align: center;
  color: #008FB9;
  margin-bottom: 10px;
}

img {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.inner {
  padding: 0 5% 20px;
}
.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.sponly {
  display: block;
}

.pconly {
  display: none;
}

.head_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px;
}

header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #fff;
  border-bottom: solid 1px #d4e1ff;
}

.header__home-link {
  width: 240px;
  display: flex;
  align-items: center;
}

.header__logo {
  width: 50px;
  display: block;
  margin-right: 5px;
}

.header__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header__title-description {
  display: block;
  background: var(--main-color);
  color: #fff;
  padding: .4em 2.5em .3em;
  border-radius: 1000px;
  font-size: 9px;
  white-space: nowrap;
}

.header__title-name {
  display: block;
  color: var(--main-color);
  font-size: 24px;
  margin-top: 3px;
}

.header_cont.sponly {
  display: flex;
  align-items: center;
}

.grobal_menu {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  height: 0vh;
  width: 100%;
  background-color: rgba(255, 255, 255, .95);
  z-index: 6;
  padding: 0px 0%;
  transition: .3s;
}

input[type="checkbox"]#hummenu:checked~.grobal_menu {
  height: 100vh;
  padding: 50px 3%;
}

.grobal_menu a {
  font-weight: 700;
  border-bottom: solid 2px #ddd;
  padding: 10px 3%;
  color: var(--main-color);
  font-size: 14px;
  display: flex;
  align-items: center;
}

.grobal_menu a ion-icon {
  font-size: 20px;
  margin-right: 10px;
}

.grobal_menu .cta_area {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
}

.grobal_menu .cta_area a {
  width: 100%;
      border-radius: 20px;
}

.header_cont.sponly a.telbtn,
.header_cont.sponly label {
  font-size: 25px;
  display: flex;
  margin-left: 10px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.header_cont.sponly a.telbtn {
  border: solid 2px var(--main-color);
  color: var(--main-color);
  border-radius: 5px;
}

.header_cont.sponly label {
  background-color: var(--main-color);
  color: #fff;
  position: relative;
  z-index: 7;
}


.mv {
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 110px;
  background-color: #f2f9fc;
}

.mv_catch {
  position: absolute;
  top: 30px;
  left: 0px;
  padding: 0 15px;
}
.mv_catch h1 {
  font-size: 20px;
  text-align: center;
  font-weight: 800;
  color: #000000;
}
.mv_catch h1 span {
  display: inline-block;
}
.mv_catch img {
  margin: 5px 0 10px;
}
.mv_catch h3 {
  font-size: 22px;
  font-style: italic;
  font-weight: 800;
  line-height: 1.6;
}
.mv_catch h3 span {
  background: linear-gradient(180deg, transparent 0%, transparent 30%, yellow 30%, yellow 100%);
  margin: 0 2px;
  color: red;
}





.offcatch {
  width: 90%;
  margin: 10px auto;
  display: block;
}
.mv2 .upper {
  text-align: center;
  background-image: url(images/mv-sp2-bk.jpg);
  background-position: bottom center;
  background-size: cover;
  padding: 20px 0 0;
}
.mv2 .upper p,
.mv2 .upper b{
  font-family: "M PLUS 2", sans-serif;
}
.mv2 .upper p {
  font-size: 16px;
  line-height: 1.2;
  color: #FFFF55;
  font-weight: 800;
}
.mv2 .upper p span {
  display: block;
  font-size: 26px;
  margin-bottom: 5px;
}
.mv2 .upper b {
  display: flex;
  width: 100%;
  color: #fff;
  font-size: 42px;
  padding: 0 0 10px;
  align-items: center;
  justify-content: center;
  text-shadow: #006396 3px 5px 0px;
  margin: 0px 3px;
}
.mv2 .upper b span {
  font-size: 64px;
  margin: 0 3px;
}
.mv2 .upper img {
  width: 280px;
  display: block;
  margin: 0 auto;
}
.mv2 .middle {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  padding: 0px 10px;
  margin-top: -40px;
}
.mv2 .middle p {
  font-family: "M PLUS 2", sans-serif;
  color: #fff;
  padding: 38px 0;
  font-size: 14px;
  border-radius: 10000px;
  font-weight: 700;
  line-height: 1.2;
  border: solid 3px #fff;
}
.mv2 .middle p span {
  font-size: 18px;
  color: #FFFF00;
}
.mv2 .middle p:nth-child(odd){
  background-color:#422ED6;
}
.mv2 .middle p:nth-child(even){
  background-color:#4EB7EF;
}

.cta_area a {
  width: 94%;
  margin: 0 auto;
}
.cta_area a {
  background: linear-gradient(170deg, var(--grad1-color), var(--grad2-color));
  color: #fff;
  padding: 15px 0;
  text-align: center;
  display: block;
  font-size: 36px;
  font-weight: 900;
  border-radius: 10000px;
  border: solid 3px #fff;
  box-shadow: #fff 0px 5px 0px;
}

.cta_area a ion-icon {
  font-size: 30px;
}

.cta_area a span {
  display: block;
  font-weight: 900;
  color: yellow;
  font-size: 14px;
  margin-bottom: 3px;
}

.cta_area a p {
  width: 85%;
  text-align: center;
  font-size: 12px;
  display: block;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10000px;
  padding: 7px 0;
  color: var(--grad2-color);
}

.cta_area a b {
  display: inline-block;
}

h4.hojokin {
  margin: 13px 0 0;
  padding-bottom: 20px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.head_count{
  font-size: 12px;
  font-weight: 600;
  font-family: 'Roboto';
  text-align: center;
  background-color: #f52100;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 0;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 2;
}
.head_count b {
  font-size: 22px;
  font-weight: 900;
  margin: 0 5px;
  animation: pulse 1.2s ease-in-out infinite;
}
@keyframes pulse {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.2); }
    100% { transform: scale(1); }
  }
.head_count text {
  font-size: 10px;
}

.payment,
.client,
.workarea,
.maker {
  text-align: center;
  background-color: #fff;
  padding: 20px 0;
}
.maker img {
  margin-top: 10px;
}
.workarea {
  background-color: #f9f8ff;
}
.workarea_child {
margin-top: 10px;
  background-color: #fff;
  padding: 7% 5%;
  border-radius: 20px;
}
.workarea_child b {
  font-weight: 700;
  padding: 10px 0;
  display: block;
}
.workarea_child p {
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.8;
}
.client h2,
.workarea h2,
.maker h2 {
  font-size: 20px;
  padding: 10px 0;
  color: var(--main-color);
}
.client h5,
.workarea h5,
.maker h5 {
  margin: 0;
  color: #000;
  font-size: 11px;
  font-weight: 600;
}
.payment img,
.client img {
  margin-top: 10px;
}

#ihan {
  background: url(images/danger.png) center / 80% no-repeat, linear-gradient(180deg, #FFEB00, #EBD900);
  padding: 50px 0;
  text-align: center;
  position: relative;
}

#ihan:before,
#ihan:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  background-color: #000;
  left: 0;
  background-size: contain;
}

#ihan:before {
  background-image: url(images/ihan1.png);
  top: 0;
}

#ihan:after {
  background-image: url(images/ihan2.png);
  bottom: 0;
}

#ihan b,
#ihan h2,
#ihan p {
  font-weight: 900;
}



#ihan h2 {

}
#ihan h2 b {
  font-size: 20px;
}
#ihan h2 span {
  font-size: 52px;
  -webkit-text-stroke: 0.15em #000;
  paint-order: stroke;
  padding: 15px 0;
  color: #fff;
  display: block;
}

#ihan p {
  line-height: 26px;
}

#ihan p span {
  color: var(--accent-color);
  font-size: 22px;
}


.cta_area{
  padding: 10px 0;
}

#caselist {
  padding: 0 0 30px;
}

.list_ttl {
  background-color: var(--main-color);
  text-align: center;
  font-size: 28px;
  color: yellow;
  line-height: 1;
  display: block;
  padding: 15px 0;
  margin: 0px auto 20px;
  width: 100%;
}

.list_ttl span {
  display: block;
  font-size: 14px;
  color: #fff;
  margin-bottom: 5px;
}

#caselist h4,
#pickup h4 {
  font-size: 22px;
  font-weight: 800;
  text-align: center;
  color: var(--main-color);
  line-height: 30px;
}

#caselist h6 {
  background-color: var(--main-color);
  text-align: center;
  width: 150px;
  color: #fff;
  font-size: 16px;
  padding: 7px;
  margin: 0 auto 25px;
  letter-spacing: 2px;
  border-radius: 10000px;
  position: relative;
}

#caselist h6 ion-icon {
  font-size: 20px;
  position: absolute;
  left: 10px;
  top: calc(50% - 10px);
}

#caselist ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid 1px #ddd;
}

#caselist ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

#caselist ul li img {
  width: 33.33%;
}

#caselist ul li .caselist_cont {
  width: 62%;
}

#caselist ul li .caselist_cont h2 {
  font-size: 16px;
  font-weight: 800;
  position: relative;
}

#caselist ul li .caselist_cont h2 img {
  position: absolute;
  top: -25px;
  left: -50px;
  width: 50px;
}

#caselist ul li .caselist_cont h2:before {
  content: "";
}

#caselist ul li .caselist_cont b {
  font-weight: 800;
  display: flex;
  align-items: flex-end;
  font-size: 22px;
}

#caselist ul li .caselist_cont b text {
  font-size: 50px;
  color: var(--accent-color);
  font-weight: 900;
}

#caselist ul li .caselist_cont b span {
  margin-bottom: 7px;
  color: var(--main-color);
}

#caselist ul li .caselist_cont b span text {
  font-size: 10px;
  color: #000;
}

.caselist_box {
  padding: 20px 6%;
}

.caselist_box.odd {
  background-color: #F4FCFF;
}




#trouble {
  background-color: #000;
  color: #fff;
}

.trouble_ttl {
  background-image: url(images/troublettlbk.jpg);
  background-clip: text;
  /*画像を切り抜く指定*/
  -webkit-background-clip: text;
  /*画像の位置を決める　ベンダープレフィックスもいれておきます*/
  color: transparent;
  /*テキスト透過*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*画像の位置を決める*/
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  line-height: 40px;
  margin-bottom: 20px;
}

.trouble_list {
  padding: 40px 0 20px;
  background-image: url(images/troublebk.png);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center center;
}

.trouble_list p span {
  display: flex;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.trouble_list p span ion-icon {
  margin-right: 5px;
  color: #EFDC00;
  font-size: 30px;
}

.trouble_catch {
  position: relative;
  overflow: hidden;
}

.trouble_catch:after {
  content: "";
  width: 100%;
  height: 40px;
  border-style: solid;
  border-width: 40px 50vw 0 50vw;
  border-color: rgba(0, 0, 0) transparent #000 transparent;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.trouble_catch b {
  position: absolute;
  top: 50%;
  left: calc(50% + 60px);
  transform: translate(-50%, -50%);
  font-size: 24px;
  display: block;
  width: 100%;
  font-weight: 900;
  padding: 0 6%;
  line-height: 38px;
  text-indent: -60px;
  text-shadow: #000 0px 0px 10px;
}

.trouble_catch b span {
  font-size: 36px;
}



#stop {
  background-color: #FFEC00;
}

#stop img {
  max-width: 50%;
  margin: -60px auto 0;
  display: block;
  position: relative;
  z-index: 1;
}

#stop b {
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  display: block;
  line-height: 34px;
  margin-top: -48px;
  position: relative;
  z-index: 2;
  -webkit-text-stroke: 0.2em #fff;
  paint-order: stroke;
}

#stop b span {
  display: block;
  font-size: 32px;
}

#stop p {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  color: #013746;
  padding: 20px 0 35px;
  position: relative;
}

#stop p:after {
  content: "";
  width: 100%;
  height: 40px;
  border-style: solid;
  border-width: 40px 50vw 0 50vw;
  border-color: rgba(0, 0, 0, 0) #fff transparent #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
}



#pickup {
  background: linear-gradient(180deg, #48ccf2 0px, #48ccf2 50px, #fff 50px);
}

.pickuplist_box {
  width: 88%;
  margin: 20px auto 0;
}

.pickuplist_box ul li {
  border: solid 2px #2E305A;
  border-radius: 20px;
  padding: 20px;
  box-shadow: #2E305A 0px 8px 0px;
  margin-bottom: 20px;
}

.pickuplist_box ul li h3 {
  display: block;
  text-align: center;
  font-size: 18px;
}

.pickuplist_box ul li h3 span {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  color: #2c0ba1;
}

.pickuplist_box ul li img {
  margin: 15px 0;
  max-height: 120px;
  object-fit: cover;
  border-radius: 15px;
}

.pickuplist_cont h2,
.pickuplist_cont b {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.pickuplist_cont h2 {
  margin-bottom: 10px;
}

.pickuplist_cont h2 p,
.pickuplist_cont b p {
  display: inline-block;
  background-color: #2E305A;
  color: #fff;
  font-size: 10px;
  width: 60px;
  text-align: center;
  padding: 5px;
  margin-right: 10px;
}

.pickuplist_cont b text {
  font-size: 38px;
  color: var(--accent-color);
  font-weight: 900;
}

.pickuplist_cont b span {
  margin-bottom: 7px;
  color: var(--main-color);
}

.pickuplist_cont b span text {
  font-size: 10px;
  color: #000;
}


#mean {
  background-image: url(images/meanbk-sp.jpg);
  background-size: cover;
  background-position: top;
}
#mean .inner {
    padding: 0 5% 30px;
}
.list_ttl2 {
  display: block;
  background-color: #fff;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 40px;
  font-size: 14px;
}

.list_ttl2 span {
  display: block;
  font-size: 36px;
  font-weight: 900;
  margin-top: 5px;
  color: var(--main-color);
}

#mean ul {
  width: 94%;
  margin: 0 auto;
}

#mean ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: center;
}

#mean ul li:nth-child(even) {
  flex-direction: row-reverse;
}

#mean ul li img {
  width: 100px;
  margin: 0 3%;
}

#mean ul li p {
  width: auto;
  font-size: 20px;
  line-height: 1.2;
  word-break: keep-all;
  font-weight: 900;
}

#mean ul li p span {
  color: red;
  font-size: 120%;
}


#hikaku {
  background-color: #48CCF2;
}

#hikaku .inner {
  padding: 0 3%;
}

#hikaku h6 {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 32px;
}

#hikaku h6 span {
  font-size: 120%;
  font-weight: 900;
}

#hikaku img {
  margin-bottom: 30px;
}

.list_ttl3 {
  display: block;
  background-color: var(--main-color);
  text-align: center;
  padding: 20px 0;
  margin-bottom: 20px;
  font-size: 14px;
  color: #fff;
}

.list_ttl3 span {
  display: block;
  font-size: 30px;
  font-weight: 900;
  margin-top: 5px;
  color: yellow;
}

.voice ul li:not(:last-child) {
  margin-bottom: 30px;
}
.voice ul li .voice_image {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
}
.voice ul li .voice_image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.voice ul li img {
  width: 100%;
  object-fit: cover;
}

.voice ul li p {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
}

.voice ul li p span {
  font-size: 12px;
  font-weight: 500;
  color: #818181;
  margin-top: 5px;
  display: block;
  text-align: right;
}

.voice ul li p b {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  color: var(--main-color);
  padding: 10px 0;
}


#qa .qa_list label {
  display: block;
  border-bottom: solid 2px #2E305A;
  padding: 20px 5px;
  background-color: #fff;
}

#qa .qa_list label b,
#qa .qa_list label p {
  display: block;
  width: 100%;
  font-weight: 700;
}

#qa .qa_list label b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#qa .qa_list label p {
    display: none;
    border-top: solid 1px #d1d1d1;
    padding-top: 10px;
    margin-top: 10px;
    line-height: 18px;
    line-height: 22px;
    align-items: flex-start;
    justify-content: space-between;
}

#qa .qa_list label b ion-icon.on {
  display: block;
}

#qa .qa_list label b ion-icon.off {
  display: none;
}

#qa .qa_list label input[type="checkbox"]:checked+b ion-icon.on {
  display: none;
}

#qa .qa_list label input[type="checkbox"]:checked+b ion-icon.off {
  display: block;
}

#qa .qa_list label input[type="checkbox"]:checked~p {
  display: flex;
}

#qa .qa_list label b:before,
#qa .qa_list label p:before,
#qa .qa_list label b ion-icon {
  width: 20px;
  height: 20px;
  display: block;
  font-size: 20px;
}

#qa .qa_list label b:before {
  content: "Q.";
  color: var(--main-color);
}

#qa .qa_list label p:before {
  content: "A.";
  color: #E13400;
}

#qa .qa_list label b text {
  width: calc(100% - 55px);
}

#qa .qa_list label p text {
  width: calc(100% - 25px);
}

footer {
  background-color: var(--main-color);
  padding: 30px 0;
}

.copy {
  font-size: 12px;
  text-align: center;
  color: #fff;
  background-color: #2E305A;
  padding: 10px 0;
}

footer .cta_area a {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0px;
  border: none;
  padding: 15px 0 10px;
  overflow: hidden;
  font-size: 42px;
}
footer .cta_area a:hover {
  opacity: 1;
}
footer .cta_area a span {
  animation: pulse 1s ease-in-out infinite;
}

  /* キーフレーム方式（0→中間→戻る） */
  @keyframes pulse {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.1); }
    100% { transform: scale(1); }
  }

.footer__home-link {
  background-color: #fff;
  padding: 15px 30px;
  border-radius: 3px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__logo {
  aspect-ratio: 1 / 1;
  width: 15vw;
  min-width: 40px;
}

.footer__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer__title-description {
  font-size: 3.2vw;
  font-weight: 700;
  display: block;
  background: #2E305A;
  color: #FFE245;
  padding: .3em 2.3em .4em;
  border-radius: 1000px;
  white-space: nowrap;
}

.footer__title-name {
  display: block;
  color: #2E305A;
  font-size: 7vw;
  margin-top: .2em;
  font-weight: 800;
  white-space: nowrap;
  transform: scaleX(.95);
}

.footer_links a {
  display: flex;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 10px 5px;
  border-bottom: solid 1px #b5b5b5;
  align-items: center;
}

.footer_links a ion-icon {
  font-size: 18px;
  margin-right: 10px;
}
#formarea {
  background-color: #f9f9f9;
}
#formarea table {
  width: 100%;
  text-align: left;
}
#formarea table input[name="your-name"],
#formarea table input[name="your-address"],
#formarea table input[name="your-mail"],
#formarea table input[name="your-tel"],
#formarea table select,
#formarea table textarea {
  width: 100%;
}
#formarea table input,
#formarea table select,
#formarea table textarea {
  font-size: 14px;
  padding: 7px 8px;
  border-radius: 5px;
  border: solid 1px;
}
#formarea table tr,
#formarea table th,
#formarea table td {
  display: block;
}
#formarea table tr {
  margin-top: 10px;
}
#formarea table th {
  font-size: 14px;
  margin-bottom: 5px;
  color: var(--main-color);
}
#formarea table th span {
  color: red;
}
#formarea table input[type="submit"],
.thanks-btn{
  font-weight: bold;
  border: solid 2px #f1f1f1;
  background-color: var(--main-color);
  color: yellow;
  width: 250px;
  font-size: 18px;
  border-radius: 10000px;
  padding: 12px 0;
  margin: 20px auto 0;
  display: block;
  text-align: center;
}
#formarea .inner {
  padding: 0 5% 30px;
}
#manga .inner {
  padding: 20px 2% 0;
}


.item {
  margin-top: 30px;
}
.item h3 b {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  padding: 10px 0;
  border-top: solid 1px #b0b0b0;
  border-bottom: solid 1px #b0b0b0;
  color: #2b2b2b;
  font-weight: 800;
  font-size: 20px;
}
.ques {
  margin-bottom: 10px;
}
.ques h5,
.prices h6 {
  display: block;
  color: #fff;
  font-size: 14px;
  border-radius: 10000px;
  background-color: var(--main-color);
  padding: 10px 0;
  text-align: center;
  width: 200px;
  margin: 15px auto 5px;
}
.ques ul li {
  padding: 10px 05px;
  border-bottom: solid 1px #ddd;
  font-size: 14px;
}
.price_item {
  padding: 15px 10px;
  border-bottom: solid 1px #ddd;
  font-size: 14px;
}
.price_item .title {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.2;
  color: #110183;
}
.price_item .title br {
  display: none;
}
.price_item .txt {
  font-size: 13px;
  color: #4c4c4c;
}
.price_item .txt .priceval span {
  font-size: 240%;
  font-family: 'Roboto';
  color: red;
  margin: 0 3px;
}
.price_item .check {
  font-size: 12px;
  color: #818181;
  margin-top: 5px;
  display: block;
  line-height: 1.2;
  font-weight: normal;
}

.thanks-ttl {
  display: block;
  text-align: center;
  font-size: 22px;
  margin: 50px 0 20px;
  line-height: 1.2;
}
.thanks-txt {
  font-size: 14px;
  text-align: center;
  font-weight: 600;
}




.company_table {
  text-align: left;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
}
.company_table th,
.company_table td {
  padding: 5px 2px;
}









@media screen and (min-width:769px) {

body {
  max-width: 480px;
  margin: 0 auto;
  overflow-x: hidden;
}
footer .cta_area a {
  display: none;
}

}