/*
 Theme Name:   マイクロハウス
 Theme URI:    http://froide.co.jp/
 Description:  マイクロハウスのテーマ
 Author:       Froide
 Author URI:   http://froide.co.jp/
 Version:      1.0.0
*/
@charset "UTF-8";
/*©*/
@import url("https://fonts.googleapis.com/css?family=Kosugi");
@font-face {
  font-family: 'Icons';
  src: url("font/icons.eot");
  src: url("font/icons.eot?#iefix") format("embedded-opentype"), url("font/icons.woff") format("woff"), url("font/icons.ttf") format("truetype"), url("font/icons.svg#Icons") format("svg");
}

@font-face {
  font-family: 'Form';
  src: url("font/form.eot");
  src: url("font/form.eot?#iefix") format("embedded-opentype"), url("font/form.woff") format("woff"), url("font/form.ttf") format("truetype"), url("font/form.svg#Form") format("svg");
}

body, input, select, textarea {
  font-family: "游ゴシック M","YuGothic M","游ゴシック","YuGothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", "Noto Sans Japanese", "メイリオ","Meiryo", "HGPｺﾞｼｯｸM", "Osaka","ＭＳ Ｐゴシック",sans-serif,"Century Gothic",Arial;
}

html {
  overflow-y: scroll;
}

html {
  font-size: 62.5%;
}

body, h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, figure {
  margin: 0px;
  padding: 0px;
}

body {
  background: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  min-width: 100%;
  -webkit-text-size-adjust: 100%;
}

body * {
  box-sizing: border-box;
}

li {
  list-style: none;
}

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

b {
  font-weight: normal;
}

address {
  font-style: normal;
}

img {
  border: 0px;
  vertical-align: bottom;
  box-sizing: content-box;
  max-width: 100%;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

label {
  cursor: pointer;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

option {
  cursor: pointer;
}

input {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  box-sizing: border-box;
}

input[type=checkbox] {
  display: none;
}

/* input[type=checkbox] + span::before {
  content: '□';
  color: #ccc;
  font-family: 'Form';
  margin-right: 5px;
  font-size: 18px;
  vertical-align: middle;
}

input[type=checkbox]:checked + span::before {
  content: '■';
  color: #000;
} */

input[type=radio] {
  display: none;
}

input[type=radio] + span::before {
  content: '○';
  color: #777;
  font-family: 'Form';
  margin-right: 5px;
  font-size: 18px;
  vertical-align: middle;
}

input[type=radio]:checked + span::before {
  content: '●';
  color: #000;
}

::-webkit-input-placeholder {
  color: #000;
  opacity: 0.2;
}

:-moz-placeholder {
  color: #000;
  opacity: 0.2;
}

label.Chk {
  color: #000;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

article {
  padding-top: 60px;
  color: #244372;
  font-size: 1.6rem;
  line-height: 1.9;
}

@media screen and (max-width: 768px) {
  article {
    padding-top: 30px;
  }
}

article h1:not([class]) {
  text-align: center;
  font-size: 3.2rem;
}

@media screen and (max-width: 768px) {
  article h1:not([class]) {
    font-size: 2.6rem;
    line-height: 1.1;
    padding: 0 70px 15px 70px;
  }
}

article h2:not([class]) {
  text-align: center;
  font-size: 3.2rem;
}

@media screen and (max-width: 768px) {
  article h2:not([class]) {
    font-size: 2.6rem;
    line-height: 1.1;
    padding: 0 70px 15px 70px;
  }
}

article h3:not([class]) {
  font-size: 2.4rem;
  margin: 3rem 0;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  article h3:not([class]) {
    font-size: 2.1rem;
  }
}

article h4:not([class]) {
  font-size: 1.8rem;
  margin: 1rem 0;
  line-height: 1.2;
}

article p {
  margin-bottom: 2rem;
}

article ul:not([class]) {
  margin-left: 2rem;
  margin-bottom: 2rem;
}

article ul:not([class]) li {
  list-style: disc outside;
  margin-bottom: 1rem;
}

article ol:not([class]) {
  margin-left: 2rem;
  margin-bottom: 2rem;
}

article ol:not([class]) li {
  list-style: decimal outside;
  margin-bottom: 1rem;
}

article table {
  border-collapse: inherit;
  margin: 1rem 0;
  border-spacing: 0px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-width: 0 1px 1px 0;
}

article table th, article table td {
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-width: 1px 0 0 1px;
}

article table th {
  background: rgba(0, 0, 0, 0.1);
}

article table td {
  background: rgba(255, 255, 255, 0.5);
}

section {
  padding: 60px 1px 1px 1px;
}

section.bg1 {
  background: #fff5f0;
}

section.bg2 {
  background: #6177a5;
  color: #fff;
}

.title img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .title {
    display: none;
  }
}

.box {
  max-width: 1200px;
  width: 94%;
  margin: 6rem auto;
  text-align: left;
}

.box:has(.contact-induction-btns) {
  margin: 0 auto 6rem;
}

@media screen and (max-width: 768px) {
  .box {
    margin: 2rem auto;
  }
}

.btn {
  display: inline-block;
  font-weight: bold;
  padding: 2rem 1.5rem;
  margin: 3rem auto 1rem auto;
  line-height: 1.1;
  max-width: 400px;
  width: 100%;
  text-align: center;
  background: #b3b3b3;
  color: #fff;
  cursor: pointer;
  position: relative;
}

.btn::after {
  content: '＞';
  font-family: 'Icons';
  /* float: right; */
  font-size: 0.8rem;
  padding-top: 0.5rem;
  position: absolute;
  right: 1.5rem;
  transition: all 0.5s;
}
.btn:hover::after {
  right: 1rem;
}

.btn.pink {
  background: #eb536b;
}

.btn.navy-g {
  background: linear-gradient(#244372, #3a558e);
}

.btn.yellow {
  background: #ffaa28;
}

.contact-induction-btns {
  align-items: center;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 769px), print {
  .image-text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .image-text > div:first-child {
    width: 40%;
    margin-right: 5%;
  }
  .image-text > div:first-child img {
    width: 100%;
  }
  .image-text > div:last-child {
    width: 55%;
  }
  .image-text.reverse {
    flex-direction: row-reverse;
  }
  .image-text.reverse > div:first-child {
    margin-right: 0%;
    margin-left: 5%;
  }
}
.pickup-image {
  width: 280px;
  max-height: 185px;
  object-fit: contain;
}
input[type=submit],
input[type=button] {
  font-size: 1.6rem;
}

/* ローダーgifを非表示  */
div.wpcf7 .ajax-loader {
  display: none !important; 
}
.confirm-message{
    margin-left: 5%;
}
/* formの確認画面 */
input.wpcf7c-conf,
textarea.wpcf7c-conf {
  border: none!important;
  padding: 0!important;
  background: #fff;
}
.wpcf7-text:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset;
}

p.wpcf7c-elm-step2 {
  text-align: center;
  font-size: 3.0rem;
  margin: 0;
}
div.response {
  text-align: center;
  color: #ff0000; 
}
div.wpcf7-validation-errors {
  border: none!important;
}
div.wpcf7-mail-sent-ok {
  border: none!important;
}
select.wpcf7c-conf {
  background: #ffffff!important;
  border: none!important;
}

#page_top {
    background-image: url("./img/to_top2.png") ;
    width: 45px;
    height: 45px;
    float: right;
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 999;
    cursor : pointer;
}
@media screen and (min-width: 769px), print {
  #page_top {
    bottom: 30px;
    right: 50px;
  }
}
.globalsign {
  text-align: center;
}

.p-pagination__items {
    display: flex;
    justify-content: center;
}

.p-pagination__item:nth-child(n + 2) {
    margin-left: 8px;
}

.p-pagination__item a,
.p-pagination__item span {
    border-color: #244372;
    border-style: solid;
    border-width: 2px;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    padding: 6px;
}

.p-pagination__item a {
    transition: all 0.3s ease;
}

.p-pagination__item a:hover,
.p-pagination__item span {
    background-color: #244372;
    color: #ffffff;
}