@charset "UTF-8";
/*
Theme Name:tennouji

*/
/* =Reset default browser CSS.
-------------------------------------------------------------- */
a {
  word-break: break-all;
}

html {
  font-size: 16px;
}

body {
  font-size: 16px;
  line-height: 1.7;
  color: #2b2b2b;
  font-family: "Noto Sans JP", Verdana, "ヒラギノ角ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.alignleft {
  float: left;
  margin: 0px 15px 15px 0;
}

.alignright {
  float: right;
  margin: 0px 0px 15px 15px;
}

.aligncenter {
  display: block;
  margin: auto;
}

p {
  font-size: 16px;
  line-height: 1.7;
}

li {
  list-style: none;
}

h2, h3 {
  clear: both;
}

.bold {
  font-weight: bold;
}

caption {
  font-size: 1.3em;
  font-weight: bold;
  caption-side: top;
}

.text-shadow {
  text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.83), -2px 2px 5px rgba(255, 255, 255, 0.83), 2px -2px 5px rgba(255, 255, 255, 0.83), -2px -2px 5px rgba(255, 255, 255, 0.83), 2px 0px 5px rgba(255, 255, 255, 0.83), 0px 2px 5px rgba(255, 255, 255, 0.83), -2px 0px 5px rgba(255, 255, 255, 0.83), 0px -2px 5px rgba(255, 255, 255, 0.83);
}

/*********** ヘッダー*******************/
.headset {
  background-color: #00b7ee;
  min-height: 20px;
}

.bg-base {
  background-color: #00b7ee;
}
@media (max-width: 575.98px) {
  .bg-base h2 {
    padding: 0 0.2rem;
  }
}

h1 {
  font-size: 16px;
}

/*********** ナビゲーション*******************/
.sumaho_navi {
  padding: 0.5rem 0;
}

#sumaho_btn {
  position: absolute;
  top: auto;
  right: 5px;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler {
  border-color: rgb(0, 0, 0);
}

#menu li a {
  color: #151515;
}

.dropdown {
  z-index: 2;
}

#menu .sub {
  left: -23px;
  top: 3em;
  position: absolute;
  background-color: #00b7ee;
  width: 200px;
  min-height: 0;
  height: 0;
  z-index: 3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}

#menu .sub.active {
  min-height: 420px;
}

#menu .sub > li > a {
  font-size: 14px;
  color: #fff;
  display: block;
  padding: 0.5em 0;
}

#menu .sub > li > a:hover {
  background-color: #82c7ff;
  opacity: 1;
}

@media (max-width: 575.98px) {
  #navi {
    background-color: #00b7ee;
  }
  #navi .navbar {
    padding: 0 !important;
  }
  #navi li a {
    color: #fff !important;
  }
}
/*********** メインイメージ*******************/
#bg-main {
  background: url(images/bg-main.jpg) no-repeat center/cover;
  padding: 1.5rem 0 1.5rem;
}
#bg-main:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 10px 15px 10px 0;
  border-color: transparent orange transparent transparent;
  top: 50%;
  left: -15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.kaketuke {
  text-align: center;
}
.kaketuke h2 {
  font-size: 2rem;
  font-family: "Zen Antique", serif;
  font-weight: bold;
  display: inline-block;
  background-color: orange;
  padding: 0.3em 0.5em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFA500), to(#FF8C00));
  background-image: -webkit-linear-gradient(top, #FFA500, #FF8C00);
  background-image: linear-gradient(to bottom, #FFA500, #FF8C00);
  background-color: #FFA500;
  border-radius: 60px;
  -webkit-box-shadow: inset 0 -3px 0 #FF8C00, 0 3px 0 #FF8C00, 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 -3px 0 #FF8C00, 0 3px 0 #FF8C00, 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 40px;
  color: #fff;
  font-style: italic;
  text-align: center;
}

span.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #ff6));
  background: -webkit-linear-gradient(transparent 40%, #ff6 40%);
  background: linear-gradient(transparent 40%, #ff6 40%);
}

/***********５つの特徴*************/
#pointArea {
  padding: 6rem 0 4rem;
}
#pointArea ul.row li {
  margin-bottom: 4rem;
}
#pointArea ul.row li .inner {
  background: #fff;
  border-radius: 15px;
  border: 3px solid #8dc930;
  padding: 45px 15px 15px 15px;
  position: relative;
  height: 100%;
}
#pointArea ul.row li .inner.pink {
  border: 3px solid #f49ac1;
}
#pointArea ul.row li .inner.pink h3 {
  color: #f49ac1;
}
#pointArea ul.row li .inner.blue {
  border: 3px solid #74e1ff;
}
#pointArea ul.row li .inner.blue h3 {
  color: #74e1ff;
}
#pointArea ul.row li .inner.orange {
  border: 3px solid #fc9153;
}
#pointArea ul.row li .inner.orange h3 {
  color: #fc9153;
}
#pointArea ul.row li .inner.purple {
  border: 3px solid #cc83cd;
}
#pointArea ul.row li .inner.purple h3 {
  color: #cc83cd;
}
#pointArea ul.row li .inner span.num {
  position: absolute;
  left: calc(50% - 40px);
  top: -43px;
  font-size: 1.5rem;
  color: #fff;
  /* Large devices (desktops) */
}
@media (min-width: 992px) {
  #pointArea ul.row li .inner span.num {
    font-size: 36px;
    /* CSS code goes here */
  }
}
#pointArea ul.row li .inner h3 {
  padding-top: 0.5rem;
  text-align: center;
  font-size: 1.5rem;
  color: #8dc930;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  /* Large devices (desktops) */
}
@media (min-width: 992px) {
  #pointArea ul.row li .inner h3 {
    font-size: 36;
    /* CSS code goes here */
  }
}
#pointArea ul.row li .inner h3 span img {
  padding-right: 10px;
}
#pointArea ul.row li .inner p {
  font-family: "Noto Serif JP", serif;
}

#wakaranaiArea {
  background-color: #fff;
}
#wakaranaiArea .box {
  position: relative;
}
#wakaranaiArea .box img {
  display: block;
  margin: auto;
  /* Large devices (desktops) */
}
@media (min-width: 992px) {
  #wakaranaiArea .box img {
    position: absolute;
    left: 10px;
    /* CSS code goes here */
  }
}
#wakaranaiArea .box p {
  font-size: 2.5rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  margin-bottom: 0;
}
#wakaranaiArea .box p.wakaranai {
  /* Large devices (desktops) */
}
@media (min-width: 992px) {
  #wakaranaiArea .box p.wakaranai {
    font-size: 72px;
    /* CSS code goes here */
  }
}
#wakaranaiArea .box p.yokukiku {
  /* Large devices (desktops) */
}
@media (min-width: 992px) {
  #wakaranaiArea .box p.yokukiku {
    font-size: 48px;
    /* CSS code goes here */
  }
}
#wakaranaiArea #arrow_orange {
  position: relative;
}
#wakaranaiArea #arrow_orange img {
  position: relative;
  top: 30px;
}

#soudanArea {
  padding: 5rem 0 4rem;
  background: url(images/bg-netwrok.png);
}
#soudanArea h2 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  /* Large devices (desktops) */
}
@media (min-width: 992px) {
  #soudanArea h2 {
    font-size: 3rem;
    /* CSS code goes here */
  }
}
#soudanArea p {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 1.8rem;
}

#news {
  background-color: #edfaff;
}
#news .heading {
  text-align: center;
}
#news .heading h2 {
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  display: inline-block;
  padding: 1em 1rem;
}
#news .heading h2 span {
  font-weight: normal;
  font-size: 0.4em;
  color: #54a4ff;
  display: block;
  margin-top: 10px;
  position: relative;
}
#news .heading h2 span:before {
  content: "";
  width: 40px;
  height: 1px;
  position: absolute;
  background-color: #54a4ff;
  top: 45%;
  left: 15px;
}
#news .heading h2 span:after {
  content: "";
  width: 40px;
  height: 1px;
  position: absolute;
  background-color: #54a4ff;
  top: 45%;
  right: 15px;
}
#news .news {
  background-color: #fff;
}
#news table {
  border: none;
  color: #007ee9;
}
#news table tr {
  border-bottom: 3px dotted #00b7ee;
}
#news table th, #news table td {
  border: none;
}
#news table th p, #news table td p {
  margin-bottom: 0;
}

/***********サービス*************/
.bg-rightorange {
  background-color: #ffeada;
}

.bg-rightgreen {
  background-color: #ddfee2;
}

.bg-rightpink {
  background-color: #ffd7f2;
}

.bg-rightblue {
  background-color: #d0f4ff;
}

.target li div {
  border-radius: 20px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.target li div p {
  font-weight: bold;
  /* Large devices (desktops) */
  font-size: 1rem;
}
@media (min-width: 992px) {
  .target li div p {
    font-size: 1.5rem;
    /* CSS code goes here */
  }
}

h3.topread {
  text-align: center;
  font-weight: bold;
  font-family: "Kaisei Tokumin", serif;
}
@media (max-width: 575.98px) {
  h3.topread {
    font-size: 5vw;
  }
}
h3.topread span {
  /* Large devices (desktops) */
  font-size: 1.1rem;
  color: rgb(154, 0, 0);
  font-style: italic;
}
@media (min-width: 992px) {
  h3.topread span {
    font-size: 1.3rem;
    /* CSS code goes here */
  }
}

p.topread {
  text-align: center;
  font-weight: bold;
  font-family: "Kaisei Tokumin", serif;
}

.handwritten-box {
  background-color: #f6f2e6;
  border: 1px solid #c9b69a;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
  font-family: "Zen Antique", serif;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  position: relative;
}

.handwritten-box p {
  margin-bottom: 10px;
}

.handwritten-box h1, .handwritten-box h2, .handwritten-box h3, .handwritten-box h4, .handwritten-box h5, .handwritten-box h6 {
  font-family: "Georgia", serif;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
}

.handwritten-box .signature {
  font-style: italic;
  text-align: right;
  margin-top: 20px;
}

#serviceArea .card {
  border-radius: 1rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

#serviceArea .card h4 {
  position: relative;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

#serviceArea .card h4:after {
  position: absolute;
  left: 50%;
  content: "";
  width: 15px;
  border-style: solid;
  border-width: 15px 7.5px 0 7.5px;
  border-color: #32b16c transparent transparent transparent;
  bottom: -10px;
}

#serviceArea .card h4.bg-navy:after {
  border-color: #070075 transparent transparent transparent;
}

#serviceArea .card h4.bg-darkblue:after {
  border-color: #0074bf transparent transparent transparent;
}

#serviceArea .card h4.bg-blue:after {
  border-color: #00b7ee transparent transparent transparent;
}

#serviceArea .card h4.bg-orange:after {
  border-color: #f28e0c transparent transparent transparent;
}

#serviceArea .card h4.bg-red:after {
  border-color: rgb(208, 0, 0) transparent transparent transparent;
}

#serviceArea .card h4.bg-pink:after {
  border-color: #ea68a2 transparent transparent transparent;
}

#serviceArea .card h4.bg-purple:after {
  border-color: #662d91 transparent transparent transparent;
}

#serviceArea .card h4.bg-mosu:after {
  border-color: #8dc63f transparent transparent transparent;
}

#serviceArea .card h4.bg-brown:after {
  border-color: #603913 transparent transparent transparent;
}

/*********** 事務所紹介*******************/
.bg-gray {
  background-color: #ececec;
}

/*********** 汎用色・背景*******************/
.box-shadow {
  border: 1px solid #f7f7f7;
  -webkit-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 4px rgba(0, 0, 0, 0.3);
}

.raidus15 {
  border-radius: 15px;
}

.bg-koushi {
  background-image: url(images/check_bg.png);
}

.bg-stripe-orange {
  background: url(images/bg_koushi_orange.png);
}

.bg-stripe-green {
  background: url(images/bg_stripe_geen.png);
}

.bg-purple {
  background-color: #662d91 !important;
}

.bg-mosu {
  background-color: #8dc63f !important;
}

.bg-brown {
  background-color: #603913 !important;
}

.bg-green {
  background-color: #32b16c !important;
}

.border-green {
  border-color: #32b16c !important;
}

.text-green {
  color: #32b16c;
}

.text-yellow {
  color: yellow;
}

.bg-yellow {
  background-color: yellow;
}

.bg-pink {
  background-color: #ea68a2 !important;
}

.border-pink {
  border-color: #ea68a2 !important;
}

.text-pink {
  color: #ea68a2;
}

.bg-blue {
  background-color: #00b7ee !important;
}

.text-blue {
  color: #00b7ee !important;
}

.bg-darkblue {
  background-color: #0074bf !important;
}

.text-darkblue {
  color: #0074bf !important;
}

.bg-navy {
  background-color: #070075 !important;
}

.border-navy {
  border-color: #070075 !important;
}

.text-navy {
  color: #050049;
}

.bg-red {
  background-color: rgb(208, 0, 0) !important;
}

.text-red {
  color: rgb(208, 0, 0);
}

.bg-orange {
  background-color: #f28e0c !important;
}

.border-orange {
  border-color: #f28e0c !important;
}

.bg-cream {
  background-color: rgb(255, 250, 214);
}

.text-orange {
  color: #f28e0c;
}

#top p.h2 {
  line-height: 1.7;
}

/*********** アイコンエリア色*******************/
/***********見出し*******************/
@media (min-width: 1140px) {
  .heading h2 {
    font-weight: bold;
    font-size: 3em;
  }
}
.heading h2 {
  font-weight: bold;
  text-align: center;
  position: relative;
  /* border-bottom: 1px solid #3EB8D7; */
  padding-bottom: 0.6rem;
  position: relative;
}

@media (min-width: 1140px) {
  .google_map iframe {
    height: 500px;
  }
  .google_map {
    padding-top: 0;
    height: 500px;
  }
}
/*****************button*********************/
a.btn-more {
  border-radius: 20px;
  padding: 0.4em 1em;
  background-color: #00b7ee;
  color: #fff;
  font-size: 0.8rem;
}

/*****************contact*********************/
/***********問合せのボタン*******************/
#contactArea {
  background: url(images/bg_contact.png);
  background-size: cover;
}

/**************footer************************/
#footerMenu li {
  display: inline-block;
}

#footer {
  background: #00b7ee;
  padding-bottom: 20px;
}

#footer p {
  color: #fff;
}
#footer p.small {
  font-size: 0.7em;
}

#company p {
  color: #fff;
  margin-bottom: 0.7em;
}

#footer li a {
  color: #fff;
}

#footer ul li a {
  display: block;
  margin: 5px;
  padding-left: 15px;
  text-decoration: none;
  color: #fff;
  position: relative;
}

#footer ul li a:before {
  position: absolute;
  left: -5px;
  content: "";
  width: 5px;
  height: 15px;
  border-right: 1px solid #fff;
  top: 7px;
}

.bg-light {
  background-color: #fafafa !important;
}

.border-light {
  border: #eeeeee 1px solid !important;
}

.bg-footel {
  background: rgba(72, 148, 1, 0.9);
}

.bg-footmail {
  background: rgba(242, 142, 12, 0.8);
}

/**************下層ページのテンプレート*******************/
#main.kasou {
  background: url(images/bg-kasou.jpg) no-repeat center/cover;
  padding: 5rem 0 5rem;
}
#main.kasou h1 {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
}

th.moyori {
  border-right: 2px solid #fff;
  padding: 10px;
  background-color: #b3b3b3;
}

td.moyori {
  padding: 10px;
  background-color: #ececec;
}

.service li {
  padding: 1.5rem;
}
.service li .inner {
  background-color: #f8f9fa;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  height: 100%;
  text-align: center;
  background-color: #ffffff;
  border-radius: 0 0 15px 15px;
}
.service li .inner .body {
  padding-top: 1rem;
}
.service li .inner .body p {
  margin-bottom: 0;
  text-align: center;
}
.service li .inner h3 {
  color: #fff;
  border-radius: 15px 15px 0 0;
  padding: 15px;
  display: block;
  margin: 0;
  padding: 5px 10px;
  overflow: hidden;
  border-left: none;
}

#inheritance-registration h3 {
  background-color: #1abc9c;
}

#will-creation h3 {
  background-color: #3498db;
}

#inheritance-renunciation h3 {
  background-color: #9b59b6;
}

#dementia-measures h3 {
  background-color: #f39c12;
}

#estate-arrangement h3 {
  background-color: #e74c3c;
}

#real-estate-registration h3 {
  background-color: #2ecc71;
}

#company-establishment h3 {
  background-color: #34495e;
}

#preparation h3 {
  background-color: #16a085;
}

#real-estate-sale h3 {
  background-color: #c0392b;
}

#faq dl {
  margin-bottom: 2rem;
}
#faq dl dt {
  margin-bottom: 0;
  position: relative;
  padding-left: 54px;
  padding-right: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
  font-size: 1.1rem;
}
#faq dl dt .icon {
  background-color: #2a5caa;
  width: 42px;
  height: 42px;
  text-align: center;
  position: absolute;
  left: 0;
  color: #fff;
  top: 0;
  font-size: 1.2rem;
}
#faq dl dt:before {
  content: "";
  font-size: 18px;
  color: #fff;
  background: #ED5E93;
  width: 2px;
  height: 15px;
  position: absolute;
  right: 5%;
  top: 40%;
  text-align: center;
  display: inline-block;
  line-height: 1.3;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
#faq dl dt:after {
  content: "";
  font-size: 18px;
  color: #fff;
  background: #ED5E93;
  width: 2px;
  height: 15px;
  position: absolute;
  right: 5%;
  top: 40%;
  text-align: center;
  display: inline-block;
  line-height: 1.3;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#faq dl dd {
  font-size: 1.3rem;
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 2rem 0;
}
#faq dl dd p {
  padding-top: 0px;
  padding-left: 54px;
  padding-right: 30px;
  font-size: 1.3rem;
}
#faq dl dd .icon {
  font-weight: bold;
  background-color: #f39c12;
  text-align: center;
  width: 42px;
  height: 42px;
  color: #fff;
  position: absolute;
  left: 0;
  color: #fff;
  top: 0;
  font-size: 1.6rem;
  line-height: 1.6;
}

#faq dl dd {
  display: none;
}

#faq dl dd.show {
  display: block;
}

#faq dl dt.show:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.bg-cream {
  background-color: #fffdf4;
  border-radius: 20px;
  border: 5px solid #eeff00;
}

#sidebar h3 {
  background-color: #f0fcff;
  border-bottom: 2px solid #00b7ee;
  padding: 0.5rem;
}

.kasou h2 {
  font-size: 2.1rem;
  font-weight: bold;
  text-align: left;
  padding: 0.1em 0 0.1em 0.5em;
  border-top: #00b7ee double 6px;
  border-bottom: #00b7ee solid 2px;
  background-color: rgb(255, 252, 241);
  color: #00b7ee;
  margin-bottom: 1rem;
}

.kasou h3 {
  font-size: 1.6rem;
  padding: 0.2em 0 0.2em 0.5em;
  border-left: 5px solid #00b7ee;
  font-weight: bold;
  color: #00b7ee;
  background-color: rgb(255, 252, 241);
  margin-bottom: 1rem;
}

.kasou h4 {
  color: #00b7ee;
  padding: 0.2em 0 0.2em 0.5em;
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  margin-bottom: 1rem;
  position: relative;
}

@media (max-width: 571px) {
  .google_map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%;
  }
  .google_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 992px) {
  form table {
    width: 620px !important;
    margin: auto;
  }
}
@media (min-width: 992px) {
  form table th span {
    display: inline;
  }
}
@media (min-width: 992px) {
  form input.wpcf7-submit {
    width: 79px;
    margin: 15px auto;
    display: block;
  }
}

@media (min-width: 576px) {
  textarea {
    width: 412px;
  }
}

.souzoku p.kikan {
  font-size: 1.4rem;
}
.souzoku p.henkou {
  font-size: 1.2rem;
}

/***********スマホページ*******************/
@media (max-width: 576px) {
  /* ナビゲーショ*/
  .sumaho_navi {
    padding: 0.5rem 0 0;
  }
  #navi {
    outline: none;
    border-top: #fff 0px solid;
    border-bottom: #fff 0px solid;
  }
  #menu .sub {
    position: static;
    width: 100%;
    min-height: 0;
    height: 0;
    z-index: 3;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
  }
  #bg-main p.kaiketu {
    font-family: "Kaisei Tokumin", serif;
    font-size: 8vw;
    font-style: italic;
  }
  #menu li {
    text-align: center;
    padding: 0 10px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  a.btntel {
    font-size: 16px;
    width: 160px;
  }
  #bg-main .kaketuke h2 {
    font-size: 6vw;
  }
  /* メインイメー*/
  #bg-main p {
    font-size: 1.5rem;
  }
  #main h2 {
    font-size: 1.4rem;
  }
  /* コンタクトボタ*/
  a.btn--green, a.btn--red {
    padding: 0.3em 0.2em;
    font-size: 14px;
    width: 80%;
  }
  #toruble p {
    font-size: 1.5rem;
  }
  .kasou h2 {
    font-size: 1.7rem;
  }
  .kasou h3 {
    font-size: 1.4rem;
  }
  /* フォーム*/
  form table th, form table td {
    display: block;
  }
  form table input[type=text], form table input[type=email],
  form table input[type=tel] {
    width: 95%;
    padding: 0.4em;
  }
  form table .mwform-tel-field input[type=text] {
    width: 30%;
    padding: 0.4em;
  }
  .mwform-checkbox-field.horizontal-item {
    display: block;
  }
  textarea {
    width: 95%;
  }
  .form {
    width: 100%;
  }
  /*********** グーグルマップのIFLAME*******************/
  .google_map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%;
  }
  .google_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}/*# sourceMappingURL=style.css.map */