/*
Theme Name: chokuso theme
Theme URI: 
Description: 
Author: fujipro
Version: 1.0.0
License: 
License URI: 
Tags: 
*/
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

:root {
  --site_width: 954px;
  --red: #b72a2d;
  --blue: #0a4a95;
  interpolate-size: allow-keywords;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  min-height: 0vw; /* Safari clamp関数対策 */
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-size: 16px;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "yu gothic", sans-serif;
}

img {
  max-width: 100%;
}

.SpOnlyBr {
  display: none;
}
@media screen and (width < 800px) {
  .SpOnlyBr {
    display: block;
  }
}

details[open]::details-content {
  height: auto;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  background-color: #fff;
  border: solid 1px #d2d3d3;
  min-height: 2.4rem;
  height: fit-content;
  padding: 0.8rem;
  width: 100%;
  max-width: 100%;
  /* 古いsafari上書き用 */
  background: #ffffff !important;
  border: 1px solid #d2d3d3 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  opacity: 1 !important;
}

.Site_header {
  max-width: 954px;
  margin: 0 auto;
  padding: 20px 20px 0;
}
.Site_header .header_grid {
  display: grid;
  grid-template-columns: 35% 2% 17% 0.5% 26% 1% 8% 0.5% 8%;
  grid-template-areas: "logo space1 soudan . tel space3 mail . twentyfour";
  align-items: end;
  justify-content: space-between;
}
@media (width < 900px) {
  .Site_header .header_grid {
    grid-template-columns: 3.4fr 1fr 1fr;
    grid-template-rows: repeat(2, auto);
    grid-template-areas: "logo soudan soudan" "tel mail twentyfour";
    align-items: center;
    gap: 0 1.5vw;
  }
}
.Site_header .header_grid .logo {
  grid-area: logo;
}
.Site_header .header_grid .soudan {
  grid-area: soudan;
}
.Site_header .header_grid .tel {
  grid-area: tel;
}
@media (width < 900px) {
  .Site_header .header_grid .tel {
    margin-right: 5px;
  }
}
.Site_header .header_grid .mail {
  grid-area: mail;
}
.Site_header .header_grid .twentyfour {
  grid-area: twentyfour;
}
.Site_header .header_nav {
  display: flex;
  min-height: 47px;
  padding: 16px 40px;
  margin-top: 10px;
  line-height: 1.8;
  align-items: center;
  flex-wrap: wrap;
  background-color: #eaf6fd;
}
.Site_header .header_nav > .item {
  position: relative;
}
.Site_header .header_nav > .item:not(:last-child)::after {
  content: "|";
  position: relative;
  margin-left: 1rem;
  margin-right: 1rem;
  pointer-events: none;
}
.Site_header .header_nav > .item.current {
  font-weight: bold;
}

.Site_footer {
  margin-top: 120px;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.8;
}
.Site_footer .serviceArea {
  max-width: var(--site_width);
  margin: 0 auto;
  font-size: 1rem;
  text-align: left;
  margin: 0 auto;
  padding: 0 20px;
}
@media (width < 500px) {
  .Site_footer .serviceArea {
    font-size: 0.8rem;
  }
}
.Site_footer .blueBack {
  margin-top: 2rem;
  padding: 2rem 20px;
  background-color: #eaf6fd;
}
.Site_footer .logo {
  display: block;
}
.Site_footer .logo > img {
  width: 240px;
}
.Site_footer .logo {
  margin: 0 auto 1rem;
}

.FirstView {
  position: relative;
  max-width: var(--site_width);
  margin: 0 auto;
  padding: 0 20px;
}
.FirstView .backImage {
  position: relative;
  width: 100%;
  aspect-ratio: 16/8;
  object-fit: cover;
  object-position: 0 0px;
}
.FirstView .frontString {
  position: absolute;
  width: 56%;
  left: 50px;
  top: 10%;
}

.Goannai {
  padding: 0 20px;
  max-width: var(--site_width);
  margin: 40px auto 0;
  text-align: center;
}
.Goannai .title {
  font-size: clamp(1.2rem, 3.6dvw, 2rem);
  font-weight: bold;
  line-height: 1.6;
}
.Goannai .subTitle {
  font-size: clamp(1rem, 3.6dvw, 1.8rem);
}
.Goannai .telImage {
  margin-top: 16px;
  width: 480px;
}
.Goannai .alignBox {
  text-align: left;
  width: fit-content;
  margin: 64px auto 0;
  font-size: clamp(0.8rem, 2.6dvw, 1.2rem);
  font-family: serif;
}
.Goannai .copy {
  font-size: clamp(1.5rem, 4.2dvw, 2.4rem);
  font-weight: bold;
  padding-bottom: 1rem;
  border-bottom: solid 2px var(--blue);
}
.Goannai .list {
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.8;
}

.PlanSection {
  padding: 0 20px;
  max-width: var(--site_width);
  margin: 120px auto 0;
  container-type: inline-size;
}
.PlanSection .sectionTitle {
  margin-top: 1rem;
  font-size: clamp(1.8rem, 5.8vw, 2.8rem);
  text-align: center;
  font-weight: bold;
}
.PlanSection .sectionSubTitle {
  text-align: center;
  margin: 1rem auto 0;
  background-color: var(--blue);
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: clamp(0.25rem, 1.72vw, 1.2rem);
}
@media (width < 800px) {
  .PlanSection .sectionSubTitle {
    font-size: 3vw;
    text-align: left;
    line-height: 1.6;
  }
}
.PlanSection .cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
.PlanSection .card {
  margin-top: 1.8rem;
  padding: 1rem;
  border: solid 4px var(--blue);
  border-radius: 5px;
  flex: 0 0 294px;
  flex-shrink: 0;
  width: 294px;
  font-size: 0.8rem;
  margin-inline: calc((914px - 100%) * 9999);
}
.PlanSection .card .planName {
  color: var(--blue);
  font-weight: bold;
  font-size: 2rem;
}
.PlanSection .card .planImage {
  margin-top: 0.5rem;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.PlanSection .card .planDesc {
  font-weight: bold;
  margin-top: 1rem;
  letter-spacing: -1px;
}
.PlanSection .card .priceBox {
  margin-top: 1rem;
  display: grid;
  gap: 0 1rem;
  font-weight: bold;
  grid-template-columns: auto 1fr;
  grid-template-rows: repeat(4, auto);
  grid-template-areas: "mark ." "osusume price" "kihon price" ". zeikomi" "option option";
}
.PlanSection .card .mark {
  grid-area: mark;
  color: var(--red);
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
}
.PlanSection .card .osusumeDo {
  grid-area: osusume;
  text-align: center;
}
.PlanSection .card .kihon {
  grid-area: kihon;
  width: fit-content;
  height: fit-content;
  color: #fff;
  background-color: var(--red);
  padding: 0.6rem;
}
.PlanSection .card .price {
  grid-area: price;
  color: var(--red);
  font-size: 2rem;
  line-height: 1;
}
.PlanSection .card .price .bigNumber {
  font-size: 4rem;
  letter-spacing: -4px;
}
@media (width < 660px) {
  .PlanSection .card .price .bigNumber {
    font-size: 3.6rem;
  }
}
.PlanSection .card .price .yen {
  font-size: 1.2rem;
}
.PlanSection .card .zeikomi {
  grid-area: zeikomi;
}
.PlanSection .card .option {
  grid-area: option;
  margin-top: 1rem;
}
.PlanSection .reigai {
  margin-top: 60px;
  text-align: center;
  font-weight: bold;
}

/* 特徴セクション */
.FeaturesSection {
  margin: 120px auto 0;
  padding: 0 20px;
  max-width: var(--site_width);
  container-type: inline-size;
}

.featuresTitle {
  font-size: clamp(1.8rem, 6.7vw, 2.8rem);
  text-align: center;
  color: var(--blue);
  font-weight: bold;
}

.featuresSubTitle {
  font-size: clamp(0.8rem, 2.1vw, 1.2rem);
  font-family: serif;
  text-align: center;
  margin-top: 1rem;
}

.feature-item {
  display: flex;
  align-items: stretch;
  margin-bottom: 40px;
  gap: 30px;
}
.feature-item:nth-of-type(1) {
  margin-top: 2rem;
}

.feature-item:nth-child(odd) {
  flex-direction: row-reverse;
}

.feature-img {
  object-fit: cover;
  width: 49%;
  aspect-ratio: 8/5;
}

.feature-content {
  flex: 1;
}

.featureCopy {
  font-size: 2.2rem;
  color: var(--blue);
  margin-bottom: 15px;
  font-weight: bold;
}

.featureDesc {
  font-size: 2rem;
  font-family: serif;
  line-height: 1.8;
}

@media (width < 920px) {
  .feature-item {
    display: block;
    position: relative;
    padding: 20px;
    width: 380px;
    max-width: 100%;
    margin-inline: auto;
  }
  .feature-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .featureCopy {
    -webkit-text-stroke: 5px #fff;
    paint-order: stroke;
    font-size: 1.6rem;
  }
  .featureDesc {
    background: rgba(255, 255, 255, 0.8666666667);
    backdrop-filter: blur(3px);
    padding: 20px;
    border-radius: 5px;
    font-size: 1.2rem;
  }
}
/* FAQセクション */
.FaqSection {
  margin: 120px auto 0;
  padding: 0 20px;
  max-width: var(--site_width);
  container-type: inline-size;
}
.FaqSection .section-title {
  text-align: center;
  font-size: clamp(1.8rem, 6.7vw, 2.8rem);
  font-size: 2.8rem;
  font-weight: bold;
  color: var(--blue);
}

.faq-item {
  border-top: 3px solid var(--blue);
  border-inline: 3px solid var(--blue);
}
.faq-item:nth-of-type(1) {
  margin-top: 2rem;
}
.faq-item:last-of-type {
  border-bottom: 3px solid var(--blue);
}
.faq-item::details-content {
  transition: height 0.4s, opacity 0.4s, content-visibility 0.4s allow-discrete;
  height: 0;
  opacity: 0;
  overflow: clip;
  background-color: #f0f2ff;
}
.faq-item[open]::details-content {
  opacity: 1;
}

.faq-item summary {
  font-size: 1.6rem;
  padding: 32px 20px;
  cursor: pointer;
  font-weight: bold;
  color: #004080;
  position: relative;
  list-style: none;
  display: flex;
  align-items: center;
}
@media (width < 660px) {
  .faq-item summary {
    font-size: 1rem;
  }
}

.faq-item summary::-webkit-details-marker {
  display: none; /* デフォルトのマーカーを消す */
}

.faq-item summary::before {
  content: "Q";
  font-size: 1.6rem;
  font-weight: bold;
  color: #004080;
  margin-right: 15px;
}
@media (width < 660px) {
  .faq-item summary::before {
    font-size: 1rem;
    margin-right: 8px;
  }
}

.faq-item summary::after {
  content: "▼";
  font-size: 12px;
  position: absolute;
  right: 15px;
  transition: transform 0.2s;
}

.faq-item[open] summary::after {
  transform: rotate(180deg);
}

.faq-answer {
  line-height: 1.6;
  padding: 15px;
  background-color: #f9f9f9;
  border-top: 1px solid #eee;
}

.ChokusoSection {
  position: relative;
  max-width: 776px;
  margin: 0 auto;
  padding: 0 20px;
}
.ChokusoSection .sectionTitle {
  font-family: serif;
  font-weight: bold;
  font-size: 2.2rem;
  margin-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: solid 3px var(--blue);
  margin-bottom: 1rem;
}
.ChokusoSection .content {
  line-height: 1.4;
  font-size: 1rem;
}
.ChokusoSection .planName {
  margin-top: 2rem;
  font-size: 1.6rem;
  font-family: serif;
  font-weight: bold;
  color: #15425E;
  padding-bottom: 0.5rem;
}
.ChokusoSection .tableTitle {
  margin-top: 4rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}

/* デスクトップ用スタイル */
.funeral-comparison {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.funeral-comparison th,
.funeral-comparison td {
  border: 1px solid #ccc;
  padding: 12px;
  text-align: left;
}

.funeral-comparison th {
  background-color: var(--blue);
  color: #fff;
}

/* スマートフォン用（縦並び） */
@media screen and (max-width: 680px) {
  .funeral-comparison thead {
    display: none; /* ヘッダーを隠す */
  }
  .funeral-comparison tr {
    display: block;
    margin-bottom: 20px;
    border: 2px solid #004080;
  }
  .funeral-comparison td {
    display: block;
    text-align: right;
    position: relative;
    padding-left: 40%;
    border: none;
    border-bottom: 1px solid #eee;
  }
  .funeral-comparison td::before {
    content: attr(data-label); /* data-labelの内容を表示 */
    position: absolute;
    left: 10px;
    font-weight: bold;
    color: #004080;
  }
  /* 「項目」行は見栄えのために背景を変えても良いでしょう */
  .funeral-comparison td:first-child {
    background-color: #eef4fa;
    text-align: center;
    padding-left: 10px;
  }
  .funeral-comparison td:first-child::before {
    content: "";
  }
}
/* 追加のスタイル定義 */
.PlanSection {
  position: relative;
  max-width: var(--site_width);
  margin: 0 auto;
  padding: 0 20px;
}
.PlanSection .page-title {
  color: var(--blue);
  font-size: 2rem;
  font-weight: bold;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.plan-item {
  margin-bottom: 60px;
}

.plan-header-main {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 20px;
  flex-wrap: wrap;
}

.plan-name {
  color: var(--blue);
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
}

.badge {
  background-color: var(--red);
  color: #fff;
  font-size: 14px;
  padding: 8px 8px;
  border-radius: 3px;
  vertical-align: middle;
}

.badge-orange {
  background-color: var(--red);
}

.plan-price {
  color: #bf0000;
}

.price-number {
  font-size: 4rem;
  font-weight: bold;
}

.price-unit {
  font-size: 20px;
  font-weight: bold;
}

.price-zeikomi {
  display: block;
  color: #000;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  line-height: 1;
}

.price-note {
  font-size: 0.8rem;
  font-weight: bold;
  color: #000;
}

.plan-description {
  font-size: 14px;
  margin: 20px 0;
  line-height: 1.8;
}

.recommend-title {
  font-size: 1.8rem;
  font-family: serif;
  margin: 1rem 0 0;
}

/* 円形要素のグリッド */
.recommend-grid {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

@scope (.circle-item) {
  :scope {
    margin-top: 1rem;
    flex: 1;
    aspect-ratio: 1/1;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding-top: 5%;
    align-items: center;
    text-align: center;
    background-color: #dcdddd;
  }
  h5 {
    color: var(--blue);
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 5px;
    min-height: 2.4em;
    align-content: center;
    font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
  }
  p {
    font-size: 1rem;
    font-family: serif;
    line-height: 1.5;
  }
  @media (width < 768px) {
    :scope {
      justify-content: center;
      padding-top: 0;
    }
  }
}
.plan-divider {
  border: none;
  border-top: 2px solid #0a4994;
  margin: 60px 0;
}

@scope (.naiyouGrid) {
  :scope {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(max-content, auto) 1fr;
    margin-top: 2rem;
  }
  :scope > h4 {
    color: #fff;
    background-color: #0a4994;
    writing-mode: vertical-lr;
    padding: 1rem;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
  }
  :scope > ul {
    border: #0a4994 solid 1px;
    list-style: disc inside;
    padding-left: 1rem;
    line-height: 1.8;
    width: max-content;
    padding: 1rem 2rem;
  }
  @media (width < 768px) {
    :scope {
      grid-template-columns: 1fr;
      grid-template-rows: auto auto;
    }
    :scope > h4 {
      writing-mode: inherit;
    }
    :scope > ul {
      width: auto;
    }
  }
}
/* レスポンシブ対応 */
@media (max-width: 932px) {
  .recommend-grid {
    flex-direction: column;
    align-items: center;
  }
  .circle-item {
    width: 80%;
    max-width: 300px;
    aspect-ratio: 1;
    flex: none;
    justify-content: center;
    padding-top: 0;
  }
  .plan-header-main {
    flex-direction: column;
    align-items: flex-start;
  }
  .PlanSection .page-title {
    font-size: 1.3rem;
  }
}
.AboutusSection {
  position: relative;
  max-width: 776px;
  margin: 0 auto;
  padding: 0 20px;
}
.AboutusSection .sectionTitle {
  font-family: serif;
  font-weight: bold;
  font-size: 2.2rem;
  margin-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: solid 3px var(--blue);
  margin-bottom: 1rem;
}
.AboutusSection .content {
  line-height: 1.4;
  font-size: 1rem;
}

@scope (.PrivacySection) {
  :scope p {
    margin-top: 1rem;
  }
  position: relative;
  max-width: 776px;
  margin: 0 auto;
  padding: 0 20px;
  .sectionTitle {
    font-family: serif;
    font-weight: bold;
    font-size: 2.2rem;
    margin-top: 2rem;
    padding-bottom: 1rem;
    border-bottom: solid 3px var(--blue);
    margin-bottom: 1rem;
  }
  .content {
    line-height: 1.4;
    font-size: 1rem;
  }
}
@scope (.ContactSection) {
  .container {
    width: 776px;
    max-width: 100%;
    margin: 40px auto 2rem;
  }
  hgroup {
    display: grid block;
    grid-template-columns: repeat(2, auto);
    align-items: center;
    justify-content: start;
    gap: 1rem;
  }
  @media (width < 772px) {
    hgroup {
      padding: 20px;
      grid-template-columns: 1fr;
    }
  }
  hgroup > h2 {
    font-size: 2rem;
    font-family: serif;
    font-weight: bold;
  }
  .contact24 {
    background-color: var(--blue);
    text-align: center;
    padding: 1rem;
    margin-top: 2rem;
  }
  .contact24 > img {
    width: 300px;
  }
}
@scope (.FormWrapper) {
  :scope {
    background-color: #f2f2f8;
    margin-top: 20px;
    padding: 2rem 1rem;
  }
  input[type=checkbox] {
    appearance: auto;
    vertical-align: baseline;
  }
  input[type=submit] {
    color: #fff;
    background-color: var(--red);
    font-size: 1.7em;
    font-weight: bold;
    padding: 1rem;
    border-radius: 5px;
    margin: 0 auto;
  }
  /* label:has(input[type="submit"]){ */
  label:has(.wpcf7-list-item-label) {
    display: flex;
    gap: 4px;
    align-items: center;
  }
  p:has(.wpcf7-spinner) {
    padding-left: 74px;
  }
  .formGrid {
    display: grid block;
    grid-template-columns: max-content max-content 1fr;
    width: 550px;
    max-width: 100%;
    margin: 0 auto;
    gap: 2rem;
  }
  @media (width < 760px) {
    .formGrid {
      display: flex;
      flex-wrap: wrap;
      gap: 0 1rem;
    }
  }
  .formGrid > .rowTitle {
    align-content: start;
    font-weight: bold;
    min-height: 2.4rem;
    line-height: calc(2.4rem + 8px);
  }
  @media (width < 760px) {
    .formGrid > .rowInput {
      flex: 1 1 100%;
      margin-bottom: 1rem;
      border-bottom: solid 1px rgba(0, 0, 0, 0.0666666667);
      padding-bottom: 1.3rem;
    }
  }
  .formGrid > .rowInput:has(textarea) {
    border: none;
  }
  .formGrid > .hissu {
    align-self: center;
    font-weight: bold;
    color: #fff;
    background-color: var(--red);
    height: fit-content;
    padding: 4px 4px 3px;
    font-size: 0.8em;
    line-height: 1;
    border-radius: 5px;
  }
  .formGrid > .colSpan {
    grid-column: 1/-1;
    text-align: center;
  }
  @media (width < 760px) {
    .formGrid > .colSpan {
      margin-top: 1rem;
      flex: 1 1 auto;
    }
  }
  .policy {
    width: 550px;
    max-width: 100%;
    background-color: #fff;
    border: solid 1px #d2d3d3;
    margin: 2rem auto;
    padding: 1rem;
  }
}

/*# sourceMappingURL=style.css.map */
