@charset "UTF-8";
/* CSS Document */
/* ================================
               Header
================================ */
.site-title {
  position: absolute;
  top: 20px;
  left: 20px;
  max-width: 300px;
  z-index: 10;
}
/* ================================
                FV
================================ */
/*======== 追従ナビ ========*/
.sticky-nav {
  display: block;
  position: fixed;
  z-index: 10;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.sticky-nav .g-sub-nav-list a {
  display: block;
  writing-mode: vertical-rl;
  width: 70px;
  font-size: 1.8rem;
  padding: 15px;
  text-align: center;
  margin-left: 0;
  background-color: var(--sub);
  border-radius: 10px 0 0 10px;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  font-weight: 600;
  border: 3px solid #fff;
  border-right: none;
  letter-spacing: 0.1em;
}
/*PC以外ホバー禁止*/
@media(hover: hover) {
  .sticky-nav .g-sub-nav-list a:hover {
    color: var(--sub);
    background-color: #ffffff;
    border: 3px solid var(--sub);
    border-right: none;
  }
  .sticky-nav.sticky-nav .g-sub-nav-list a:hover i.fa-regular.fa-envelope {
    color: var(--sub) !important;
  }
}
/*======== Key Visual ========*/
/* セクション全体 */
.kv-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff7e8;
  padding: 0;
}
.kv-wrapper {
  position: relative;
  margin: 0 auto;
}
/* 一体化したヒーロー画像 */
.kv-bg {
  display: block;
  width: 100%;
  height: auto;
}
/* テキスト（HTML） */
.kv-catch {
  position: absolute;
  top: 28%;
  left: 23%;
  transform: rotate(-13deg);
  color: #ffffff;
  line-height: 1.3;
  letter-spacing: 0.1em;
  white-space: nowrap;
  pointer-events: none;
}
/* 〇〇工務店 */
.kv-company {
  color: #ffffff;
}
/* 断熱気密工事が */
@media screen and (max-width:1440px) {
  .kv-catch {
    position: absolute;
    top: 27%;
    left: 15%;
  }
}
@media screen and (max-width:1280px) {
  .kv-catch {
    position: absolute;
    top: 26%;
    left: 12%;
  }
}
@media screen and (max-width:820px) {
  .sticky-nav {
    width: 100%;
    top: auto;
    bottom: 0;
    transform: none;
  }
  .sticky-nav .g-sub-nav-list a {
    writing-mode: horizontal-tb;
    width: 100%;
    font-size: 1.6rem;
    padding: 10px;
    text-align: center;
    margin-left: 0;
    margin-bottom: 0px;
    border-right: 1px solid #fff;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
  }
  .sticky-nav .g-sub-nav-list a:first-of-type {
    margin-bottom: 0em;
  }
  .g-sub-nav-list {
    display: flex;
  }
  .g-sub-nav-list a {
    width: 50%;
  }
  .kv-catch {
    top: 23%;
    left: 13%;
  }
  .kv-catch, .kv-catch .font-xlarge {
    font-size: 2.4rem;
  }
  .kv-catch .font-2xlarge, .kv-highlight.font-or {
    font-size: 4.4rem;
  }
}
@media screen and (max-width:600px) {
  .sticky-nav .g-sub-nav-list a {
    font-size: 1.4rem;
    line-height: 1.3;
  }
  .col-20.site-title {
    width: 40%;
    top: 5px;
    left: 5px;
    max-width: 400px;
  }
  .kv-bg {
    margin: 7vw 0 2vw;
  }
  .kv-catch {
    top: 22%;
    left: 8%;
  }
  .kv-catch, .kv-catch .font-xlarge {
    font-size: 1.6rem;
  }
  .kv-catch .font-2xlarge, .kv-highlight.font-or {
    font-size: 2.4rem;
  }
}
@media screen and (max-width:330px) {
  .kv-catch {
    top: 22%;
    left: 3%;
  }
}
/* ================================
            導入コピー
================================ */
.flex.end {
  align-items: flex-end;
}
.name {
  font-size: clamp(1.6rem, 1.309rem + 1.45vw, 2.4rem);
  line-height: 2;
  font-weight: 700;
  text-align: left;
}
/*中央の縦線*/
.text-box {
  position: relative;
}
.text-box::before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 50%;
  width: 1px;
  background-color: var(--main);
  transform: translateX(-50%);
}
@media screen and (max-width:820px) {
  .prologue-section .col-60 {
    width: 80%;
  }
  .col-40.SW-icon {
    width: 70%;
    margin-inline: auto;
    margin-top: 8vw;
  }
  .font-mid.font-or {
    font-size: 2.4rem;
  }
  .font-lead {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .name {
    font-size: 2rem;
  }
  p.company {
    font-size: 1.4rem;
  }
}
@media screen and (max-width:600px) {
  .prologue-section .col-60 {
    width: 100%;
  }
  .col-40.SW-icon {
    width: 100%;
  }
  .font-lead {
    font-size: 1.6rem;
  }
  .kv-point-wrapper {
    gap: 5vw;
  }
  .col-30.sw-list {
    width: 80%;
    margin-inline: auto;
  }
  .text-box .col-47 {
    width: 100%;
  }
  .text-box .col-47:first-of-type {
    padding-bottom: 8vw;
    margin-bottom: 8vw;
    border-bottom: 1px solid #402429;
  }
  .text-box::before {
    content: none;
  }
}
@media screen and (max-width:330px) {
  .font-mid.font-or {
    font-size: 2rem;
  }
}
/* ================================
               CTA
================================ */
.cta-section {
  padding-bottom: 0;
}
.cta-inner {
  background: var(--main) url("../images/cta-bg.jpg") no-repeat left top/100%;
  padding: 5em;
  text-align: center;
  color: #ffffff;
}
.cta-box {
  position: relative;
  background: var(--base);
  padding: 2em 2em;
  max-width: 700px;
  margin-inline: auto;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
}
.slash-title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 600;
}
.slash-title::before, .slash-title::after {
  content: '';
  border-radius: 50px;
  width: 4px;
  height: 40px;
  background-color: #FFDD00;
}
.slash-title::before {
  margin-right: 30px;
  transform: rotate(-35deg)
}
.slash-title:after {
  margin-left: 30px;
  transform: rotate(35deg)
}
.cta-area {
  font-size: 1.8rem;
  margin-bottom: clamp(40px, 4vw, 80px);
}
.cta-badge {
  position: absolute;
  top: -30px;
  left: -45px;
  width: 145px;
  height: 145px;
}
.cta-badge img {
  width: 100%;
  height: auto;
  display: block;
}
.cta-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  color: var(--main);
  border-bottom: 1px solid var(--main);
}
.fa-solid.fa-phone {
  font-size: 5rem;
}
.cta-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
.cta-hours {
  font-size: 1.4rem;
  margin-bottom: 2em;
  color: var(--main);
}
/*====== CTA ボタン ======*/
.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 0.7em 5em;
  background-color: #ff6801;
  color: #fff;
  font-weight: 700;
  font-size: clamp(1.6rem, 1.455rem + 0.73vw, 2rem);
  letter-spacing: 0.08em;
  text-decoration: none;
  border-radius: 999px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transition: all .25s ease;
  position: relative;
}
/* 白い右矢印（三角） */
.cta-btn::after {
  content: "";
  display: inline-block;
  border-left: 18px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
/* ホバー時の浮き上がり */
.cta-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
  /*opacity: 0.95;*/
}
/* アニメーション */
/*拡大縮小*/
.cta-badge img {
  animation: scaleAnimation 2s infinite ease-in-out; /* 2秒周期で繰り返し */
}
@keyframes scaleAnimation {
  0%, 100% {
    transform: scale(1); /* 元のサイズ */
  }
  50% {
    transform: scale(1.1); /* 1.2倍に拡大 */
  }
}
/* ▼ キラッの光 */
.cta-btn.kiran-animation {
  position: relative;
  overflow: hidden;
}
.cta-btn.kiran-animation::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 60px;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-20deg);
  opacity: 0;
  animation: kiranSoft 2.2s ease-in-out infinite;
}
@keyframes kiranSoft {
  0% {
    left: -120%;
    opacity: 0;
  }
  40% {
    opacity: 0.8;
  }
  60% {
    left: 120%;
    opacity: 0.6;
  }
  100% {
    left: 120%;
    opacity: 0;
  }
}
@media screen and (max-width:600px) {
  .cta-inner {
    padding: 3em 1em;
  }
  .cta-section .font-small {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .cta-area {
    font-size: 1.4rem;
  }
  .cta-section .slash-title::before {
    margin: 0 0 0 10px;
  }
  .cta-section .slash-title:after {
    margin: 0 10px 0 0;
  }
  .cta-badge {
    top: -30px;
    left: -5px;
    width: 95px;
    height: 95px;
  }
  .cta-title {
    font-size: 1.6rem;
    width: 80%;
    padding-left: 2em;
    margin-inline: auto;
    line-height: 1.5;
  }
  .fa-solid.fa-phone {
    font-size: 4rem;
  }
  .cta-btn {
    gap: 10px;
    padding: 0.5em 1.5em;
  }
}
@media screen and (max-width:370px) {
  .fa-solid.fa-phone {
    font-size: 3rem;
  }
  .cta-tel .font-large.font-or {
    font-size: 2.4rem;
  }
  .cta-btn {
    font-size: 1.6rem;
  }
}
/* ================================
 ”すべての工事”を 丸ごとお任せ !!
================================ */
.bg-st {
  padding: clamp(40px, 10vw, 100px) 0 clamp(40px, 10vw, 100px);
  background: repeating-linear-gradient(-45deg, rgba(255, 232, 154, 1), rgba(255, 232, 154, 1) 10px, rgba(255, 238, 176, 1) 0, rgba(255, 238, 176, 1) 20px);
}
/*.service-section h3 {
  line-height: 3.5;
}*/
.service-section .u-line {
  border-bottom: 5px solid #ce0019;
  padding-bottom: 0.1em;
  letter-spacing: 0.1rem;
}
.flex.kouji-wrapper {
  display: flex;
  gap: 4em 3em;
  justify-content: center;
}
.sindan-wrapper {
  background-color: #ffffff;
  padding: 2em;
  border-radius: 20px;
  border: 3px solid #ffbf00;
}
@media screen and (max-width:820px) {
  .kouji-wrapper .col-30 {
    width: 45%;
  }
  .service-section h3 {
    line-height: 2;
  }
}
@media screen and (max-width:600px) {
  .service-section .u-line {
    border-bottom: 5px solid #ce0019;
    padding-bottom: 0.1em;
    letter-spacing: 0.1rem;
    line-height: 2.5;
  }
  .service-section h3 .copy-first.copy-first {
    line-height: 1.8;
  }
  .service-section h3 {
    font-size: 1.8rem;
  }
  .u-line .font-xlarge {
    font-size: 3rem;
  }
  .kouji-wrapper .col-30 {
    width: 80%;
  }
  .flex.kouji-wrapper {
    gap: 2em;
  }
  .sindan-wrapper .col-45 {
    width: 100%;
  }
  .sindan-wrapper .col-45:first-of-type {
    margin-bottom: 2em;
  }
}
/* ================================
    こんなお悩みありませんか？
================================ */
.worries-section {
  padding: clamp(30px, 7vw, 70px) 0 0;
}
.worries-section .slash-title::before, .worries-section .slash-title::after {
  content: '';
  border-radius: 50px;
  width: 4px;
  height: 40px;
  background-color: var(--main);
}
.worries-section .slash-title {
  font-weight: 700;
  background: url(../images/yellow-line.png) no-repeat 42% bottom / 28%;
  line-height: 4;
}
@media screen and (max-width:820px) {
  .worries-section .slash-title {
    background: url(../images/yellow-line.png) no-repeat 37% 90% / 28%;
  }
}
@media screen and (max-width:600px) {
  .worries-section .slash-title .font-xlarge.font-bu {
    font-size: 2.4rem;
  }
  .worries-section .slash-title {
    font-size: 2rem;
  }
  .worries-section .slash-title::before {
    margin: 0 10px 0 0;
  }
  .worries-section .slash-title:after {
    margin: 0 0 0 10px;
  }
  .worries-section .slash-title::before, .worries-section .slash-title::after {
    width: 3px;
    height: 30px;
  }
  .worries-section .col-90 {
    width: 100%;
  }
  .worries-section .slash-title {
    font-weight: 700;
    background: url(../images/yellow-line.png) no-repeat 34% 90% / 40%;
  }
}
@media screen and (max-width:380px) {
  .worries-section .slash-title .font-xlarge.font-bu {
    font-size: 2rem;
  }
  .worries-section .slash-title {
    font-size: 1.8rem;
  }
  .worries-section .slash-title {
    font-weight: 700;
    background: url(../images/yellow-line.png) no-repeat 29% 78% / 40%;
  }
}
/*================================
     SWリフォームで全て解決！
================================ */
/*====== 境界線の三角 ======*/
.solution-section {
  position: relative;
  padding: 200px 0 clamp(40px, 10vw, 100px);
  background: repeating-linear-gradient(-45deg, rgba(255, 232, 154, 1), rgba(255, 232, 154, 1) 10px, rgba(255, 238, 176, 1) 0, rgba(255, 238, 176, 1) 20px);
}
.bg-st.solution-section {
  position: relative;
  padding: 0 0 clamp(40px, 10vw, 100px);
}
.solution-section::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-top: 130px solid var(--base);
}
.solution-section .width1000 {
  padding-top: 200px;
}
.point-content {
  background: var(--base);
}
.point-content:nth-of-type(1) img, .point-content:nth-of-type(3) img {
  border-radius: 30px 0 0 30px;
}
.point-content:nth-of-type(2) img {
  border-radius: 0 30px 30px 0;
}
.point-content_txt {
  padding: 2em 4em 2em 0em;
}
.point-content:nth-of-type(2) .point-content_txt {
  padding: 2em 0 2em 4em;
}
.point-list {
  border-bottom: 1px solid var(--main);
  padding-bottom: 0.5em;
}
.solution-section .slash-title::before, .solution-section .slash-title::after {
  width: 3px;
  height: 30px;
  background-color: var(--main);
}
.font-gra {
  margin: 0 auto 1em;
  background: linear-gradient(0deg, #FF3700 20%, #FF9B04 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  display: flex;
  justify-content: center;
}
@media screen and (max-width:860px) {
  .point-content_txt .font-small {
    font-size: 2rem;
  }
}
@media screen and (max-width:760px) {
  .point-content_txt, .point-content:nth-of-type(2) .point-content_txt {
    padding: 2em;
  }
  .point-content .col-48 {
    width: 50%;
  }
}
@media screen and (max-width:700px) {
  .solution-section::before {
    border-top: 70px solid var(--base);
  }
  .solution-section .width1000 {
    padding-top: 100px;
  }
  .solution-section .point-content {
    width: 90%;
    margin-inline: auto;
  }
  .solution-section .col-48 {
    width: 100%;
  }
  .point-content:nth-of-type(1) img, .point-content:nth-of-type(2) img, .point-content:nth-of-type(3) img {
    border-radius: 30px 30px 0 0;
  }
  .point-content_txt, .point-content:nth-of-type(2) .point-content_txt {
    padding: 2em;
  }
  .flex-reverse {
    flex-direction: column;
  }
}
@media screen and (max-width:600px) {
  .solution-section .slash-title::before {
    margin: 0 10px 0 0;
  }
  .solution-section .slash-title:after {
    margin: 0 0 0 10px;
  }
  .font-large.font-gra {
    font-size: 2.4rem;
  }
}
@media screen and (max-width:450px) {
  .font-large.font-gra {
    font-size: 2rem;
  }
}
/* ================================
           お問い合わせ
================================ */
.contact-section {
  padding: clamp(40px, 10vw, 100px) 0 clamp(40px, 10vw, 100px);
  background: repeating-linear-gradient(-45deg, rgba(255, 232, 154, 1), rgba(255, 232, 154, 1) 10px, rgba(255, 238, 176, 1) 0, rgba(255, 238, 176, 1) 20px);
}
.contact-section .font-lead {
  font-weight: 500;
  text-align: center;
}
.wh-bg {
  background-color: #ffffff;
  padding: 8em;
  border-radius: 40px;
  border: 3px solid #ffbf00;
}
.box-scroll {
  height: 15em;
  overflow: auto;
  padding: 2em;
  border: solid 1px #747474;
  background-color: #eeeeef;
  border-radius: 5px;
}
/* ====== フォーム全体 ====== */
.form-container {
  padding: 4em;
  border-radius: 10px;
  max-width: 600px;
  margin: auto;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
/* CF7 が input を span で包む対策 */
.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
   margin-bottom: 2.5rem;
}
/* ラジオボタンが消えるのを防ぐ */
input[type="radio"], input[type="checkbox"] {
  appearance: revert !important;
}
/* ====== 問い合わせ種類（ラジオ） ====== */
.inquiry-type {
  display: flex;
  gap: 2em;
  margin-bottom: 2.5em;
  flex-wrap: wrap;
}
/* CF7 の radio ボタンは <span> で囲まれるため調整 */
.inquiry-type .wpcf7-list-item {
  margin: 0;
}
/* label にクラス付かない場合に対応 */
.inquiry-type label, .inquiry-type .radio-button {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.8rem;
  cursor: pointer;
}
/* ラジオ本体 */
.inquiry-type input[type="radio"] {
  width: 1.8rem;
  height: 1.8rem;
  accent-color: var(--sub);
  cursor: pointer;
}
/* 選択時にラベルを太字に */
.inquiry-type input[type="radio"]:checked + span {
  font-weight: bold;
}
/* 必須マーク */
.required-icon {
  color: red;
  margin-left: 5px;
  font-weight: bold;
}
/* ====== ラベル・テキスト入力 ====== */
.wpcf7 label {
  display: block;
  font-size: 1.8rem;
}
.wpcf7 label + br{
   display: none;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"],.wpcf7 textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
}
textarea {
/*  height: 400px;
  resize: vertical;
  */
}
/* フォーカス時 */
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {
  border: 2px solid #ccc;
  outline: none;
}
/* ====== 送信ボタン ====== */
#js-send-btn,
#js-back-btn,
#js-confirm-btn,
.wpcf7 input[type="submit"],
.wpcf7 button.btn01,.wpcf7 input[type="submit"].btn01 {
  max-width: none;
  font-size: 1.8rem;
  border-radius: 100px;
  text-align: center;
  padding: 0.7em 1.5em;
  background-color: var(--sub);
  border: 2px solid var(--sub);
  color: #ffffff;
  margin-inline: auto;
  transition: all 0.3s;
  cursor: pointer;
}
#js-send-btn:hover,
#js-back-btn:hover,
#js-confirm-btn:hover,
.wpcf7 input[type="submit"]:hover,
.wpcf7 button.btn01:hover,.wpcf7 input[type="submit"].btn01:hover {
  color: var(--sub);
  background-color: #ffffff;
}
/* ====== プライバシーポリシー ====== */
.privacy-policy label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.8rem;
  cursor: pointer;
}
/* CF7 チェックボックス補正 */
.privacy-policy .wpcf7-list-item {
  margin: 0;
}
.privacy-policy input[type="checkbox"] {
  width: 1.8rem;
  height: 1.8rem;
  cursor: pointer;
  border: 1px solid;
}
.checkbox-label a {
  color: #03A9F4;
  text-decoration: underline;
}
.checkbox-label a:hover {
  text-decoration: none;
}
.box-scroll {
  height: 15em;
  overflow: auto;
  padding: 2em;
  border: solid 1px #747474;
  background-color: #eeeeef;
  border-radius: 5px;
}

iframe.inc_privacypolicy{
   width: 100%;
  height: 10em;
  overflow: auto;
  border: solid 1px #747474;
  background-color: #eeeeef;
  border-radius: 5px;
   margin-bottom: 2rem;
}


/* ====== 工事依頼（その他 fieldset） ====== */
fieldset {
  border: none;
  margin: 0 0 2em 0;
  padding: 0;
}
fieldset legend {
  margin-bottom: 10px;
  font-size: 1.8rem;
}
fieldset .radio-button {
  margin-bottom: 10px;
}
.construction_type-list {
  display: flex;
  gap: 2em;
}
/* ====== スマホ対応 ====== */
@media (max-width: 820px) {
  .wh-bg {
    padding: 4em;
  }
}
@media (max-width: 600px) {
  .wh-bg {
    padding: 2em 1em;
  }
  .inquiry-type {
    flex-direction: column;
    gap: 10px;
  }
  button.btn01, input[type="submit"].btn01 {
    width: 100%;
  }
  label, .inquiry-type {
    font-size: 1.6rem;
  }
  fieldset legend, .radio-button, .privacy-policy label {
    font-size: 1.6rem;
  }
  .box-scroll {
    padding: 1em;
  }
  .box-scroll p {
    font-size: 1.4rem;
  }
}
/* ================================
               Footer
================================ */
.footer {
  padding: 3vw 2vw 1vw;
  background-color: var(--main);
  color: #ffffff;
}
.footer .font-lead, .footer .font-mid, .footer .font-large {
  font-weight: 500;
}
.footer-copyright {
  display: flex;
  justify-content: center;
}
.footer .fa-solid.fa-phone {
  font-size: 3rem;
}
@media (max-width: 600px) {
  .footer {
    padding: 3vw 2vw 15vw;
  }
  .footer .col-45 {
    width: 100%;
  }
  .footer .font-large {
    font-size: 2.4rem;
  }
  .footer .fa-solid.fa-phone {
    font-size: 2rem;
  }
  .font-mid.tel-num {
    font-size: 2.4rem;
  }
  .mb-ten5em.hp-url, .address {
    margin-bottom: 0em;
    font-size: 1.4rem;
  }
}

.wpcf7-spinner{
   position: fixed;
   left: 30%;
   top: 30%;
}


/*CSS追加*/

.president-photo img{
   border-radius: 50%;
}


/* Contact Form 7 必須ラベル用 */
.wpcf7 form label.required {
position: relative;
padding-right: 3.2em; /* 必須バッジのぶん右に余白 */
}

/* バッジ（必須アイコン）のデザイン */
.wpcf7 form label.required::after {
content: "必須";
display: inline-block;
font-size: 11px;
color: #fff;
background: #e63946; /* 赤系：変更可 */
padding: 2px 6px;
border-radius: 4px;
margin-left: 6px;
vertical-align: middle;
line-height: 1;
}

.wpcf7-form-control.wpcf7-radio{
   display: block;
   padding-left: 1em;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item{
   display: block;
   width: 100%;
   margin: 0.5em 0;
}

.wpcf7-spinner{
position: fixed;
left: 30%;
top: 30%;
}
.wpcf7 form .wpcf7-response-output {
    display: none !important;
}

.president-photo{
border-radius: 50%;
display: block;
overflow: hidden;
}