@charset "utf-8";

/* *****************************************
/*+  リセット・基本セッティング  +**********
/***************************************** */

* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
  color: #000;
  background: #c7e8fa;
  /* 95becb*/
}

html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem; /* 16px*/
  line-height: 2;
}
h1 {
  font-size: 36px; /* IE8以下とAndroid4.3以下用フォールバック */
  font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429)); /* 24px~36pxで可変*/
  line-height: 1.3;
}
h2 {
  font-size: 24px; /* IE8以下とAndroid4.3以下用フォールバック */
  font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143)); /* 20px~24pxで可変*/
  line-height: 1.3;
}
@media (min-width: 1200px) {
  /* 1200px以上*/
  h1 {
    font-size: 3.6rem; /* 36px*/
  }
  h2 {
    font-size: 2.4rem; /* 24px*/
  }
}
@media screen and (max-width: 640px) {
  /* 640px以下*/
  body {
    line-height: 2;
  }
  h1 {
    font-size: 2.4rem; /* 24px*/
  }
  h2 {
    font-size: 2rem; /* 20px*/
  }
}

html {
  overflow-y: scroll;
}
body {
  line-height: 1.5;
}
img {
  border: none;
  vertical-align: bottom;
}
table {
  border-collapse: collapse;
}
th {
  text-align: left;
  vertical-align: top;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
  line-height: 1;
}
main > h3 {
  width: 60%;
  margin: 50px 0 -30px;
  z-index: 1;
}
ul,
ol {
  list-style-type: none; /**/
}
em,
strong,
address {
  font-weight: 400;
  font-style: normal;
}

/* リンクカラー */
a {
  outline: none;
  color: #1083b7;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

/* チェックボックス・ラジオボタン崩れ用 */
input {
  vertical-align: middle;
}

select,
input[type="tel"],
input[type="text"],
input[type="number"],
textarea {
  font-size: 1.8rem;
  padding: 2px 4px;
  border-radius: 4px;
  box-shadow: inset 0px 0px 0px 0px red;
  /* box-sizing: border-box; */
  margin: 0 5px;
}
select,
input[type="tel"],
input[type="text"],
input[type="number"] {
  height: 30px;
  line-height: 30px;
}

textarea {
  width: 90% !important;
  height: 100px !important;
}

/* strong */
strong {
  font-weight: bold;
}

/* 大文字 */
.large {
  font-size: 117%;
}

/* 小文字 */
.small {
  font-size: 85%;
}

/* 右寄せ */
.right {
  text-align: right;
}

/* センター寄せ */
.center {
  text-align: center;
}

/* strong以外の強調 */
.pointText {
  color: #f00;
  font-weight: bold;
}

/* 外部リンク
-----------------------------------------------------------*/
.iconSite {
  margin: 0 0 5px 0;
}

/* タイトル
-----------------------------------------------------------*/

h1#Title {
  margin: 0px;
  padding: 0px;
}

h1#Title img {
  width: 100%;
  max-width: 1196px;
}

/* CLEARFIX
-----------------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block; /*IE7・Mac版IE向け */
}
.clearfix {
  display: block; /*Opera、Safari向け */
}
.clear {
  clear: both;
}

/* 透過用
----------------------------------------------------------*/
* html .iepngfix {
  behavior: expression(IEPNGFIX.fix(this));
}

/* 画像リンクのhover
----------------------------------------------------------*/
a:hover img {
  /*モダンブラウザ用*/
  opacity: 0.7;
  /*IE7以下用*/
  filter: alpha(opacity=70);
  /*IE8用*/
  -ms-filter: "alpha(opacity=85)";
}

/* テキストと画像
----------------------------------------------------------*/
.imgBoxL {
  padding: 0 20px 10px 0;
  float: left;
}

/* テキストと画像
----------------------------------------------------------*/
.imgBoxR {
  padding: 0 0 10px 20px;
  float: right;
}

/* *****************************************
/*+  共通  +********************************
/***************************************** */
/* 全体
----------------------------------------------------------*/
#wrapper {
  max-width: 1196px;
  width: 96%;
  margin: 0 auto 20px;
  padding: 0 0 0;
  text-align: center;
  overflow: visible;
}

.hissu {
  font-size: 1.2rem;
  color: white;
  background: #7b1825;
  padding: 2px 4px;
  margin-left: 5px;
}

* {
  font-family: "Yu Gothic", yuGothic, sans-serif;
}
.lead {
  color: #000;
  font-size: 2.4rem;
  font-weight: bolder;
  background: linear-gradient(#fff 0%, #fff 50%, #eaf558 51%, #eaf558 0%);
  display: inline;
  letter-spacing: -1px;
  line-height: 2;
}

.lead + .sub_title {
  font-weight: bold;
  font-size: 2rem;
  color: #07913a;
}

.lead + .sub_title + *,
.lead + * {
  margin: 20px 0 40px;
  line-height: 2;
  font-size: 1.6rem;
  width: 96%;
}

.s_content {
  margin-top: 130px;
  margin-bottom: 0;
  border: 2px solid #c30d23;
  box-sizing: border-box;
  padding: 20px;
  position: relative;
  font-size: 1.5rem;
  width: 44%;
  flex-basis: 44%;
  background: white;
}

.s_content::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  border-left: 20px solid #c30d23;
  border-top: 0px solid #c30d23;
  border-bottom: 20px solid transparent;
}

#inImg {
  width: 100%;
  margin: 0 auto;
}

img#mailform {
  max-width: 960px;
  width: 100%;
}

main {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  overflow: visible;
}

.innerBox {
  background: #fff;
  border-radius: 0 0 20px 20px;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 1px 1px 2px 2px #357990;
  text-align: left;
  position: relative;
}

.s_header h3 {
  width: calc(178.5% + 70px);
  background: white;
  position: absolute;
  height: inherit;
  top: -60px;
  left: -28px;
  box-shadow: 1px 1px 4px #c8c8c8;
  border-top: 4px solid #357990;
}

.s_header h3 img {
  width: 100%;
  max-width: 850px;
  height: auto;
  max-height: 150px;
}

.s_content h4 {
  margin-bottom: 10px;
}

header.s_header {
  position: relative;
  padding-top: 130px;
  width: 55%;
  flex-basis: 55%;
}

h4 img {
  padding: 5% 0 3%;
}
section.col_2 {
  flex: 0 1;
  width: 100%;
  flex-basis: 100%;
  margin: 8% 0 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  position: relative;
  align-items: flex-start;
}
.col_1 {
  flex: 0 1;
  width: 100%;
  flex-basis: 100%;
  background: #fffcf6;
  box-shadow: none;
  /* margin-top: 50px; */
  padding: 0;
  overflow: hidden;
}

section:nth-of-type(1) li p {
  padding-left: 3.8em;
  margin-bottom: 10px;
}

section:nth-of-type(2) li h4,
section:nth-of-type(1) li h4 {
  text-indent: -3.6em;
  padding-left: 3.6em;
  font-size: 1.6rem;
  font-weight: bolder;
  margin-bottom: 5px;
  line-height: 1.5;
}

section:nth-of-type(2) li ul {
  list-style-type: disc;
  list-style-position: inside;
}

section:nth-of-type(2) .s_content li ul li {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
  padding-bottom: 5px;
  letter-spacing: -2.2px;
  line-height: 1.2;
}

section:nth-of-type(2) li h4 {
  margin: 10px 0;
}

section:nth-of-type(2) li h4 span,
section:nth-of-type(1) li h4 span {
  padding-right: 10px;
}

.f_title_lead {
  background: #c30d23;
  color: white;
  font-size: 1.3rem;
  font-weight: bolder;
  width: 120px;
  height: 100%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  bottom: 20px;
}

.f_title_lead + * {
  margin-left: 20px;
}

.f_title_wrapper {
  display: table;
}

.mailform th {
  background: #e7f2f6;
  padding: 10px 20px 10px 10px;
  text-align: right;
  color: #7b1825;
  font-weight: bolder;
  letter-spacing: 1px;
  vertical-align: middle;
}

.mailform td {
  padding: 10px 10px 10px 20px;
}

.mailform tr:first-of-type td,
.mailform tr:first-of-type th {
  padding-top: 50px;
}

.mailform tr:first-of-type th {
  width: 30%;
}

.mailform tr:nth-of-type(10) td,
.mailform tr:nth-of-type(10) th {
  padding-bottom: 30px;
}

.mailform tr:nth-of-type(12) td,
.mailform tr:nth-of-type(12) th {
  padding-top: 30px;
}

.mailform th,
.mailform td {
  border-bottom: 1px dotted #dac296;
}

.mailform td li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.mailform td li:not(:first-of-type) {
  margin: 10px 0;
}

th.t-head {
  background: #357990;
  padding: 30px;
  text-align: center;
  font-size: 1.8rem;
  color: white;
}

th.t-head-c {
  background: #e7f2f6;
}

td.t-body-c {
  background: #fffcf6;
}

p.f_title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}

p.tel {
  font-weight: bold;
}

p.tel a {
  font-size: 2rem;
  text-decoration: none;
}

p.streetAdress {
  padding-bottom: 5px;
  font-size: 90%;
}
.font-s {
  font-size: 90%;
}

.btn_form {
  display: block;
  width: 100px;
  padding: 25px 25px 20px;
  background: #357990;
  color: #fff;
  text-align: center;
  position: fixed;
  right: 0;
  top: 200px;
  z-index: 1000;
  text-decoration: none;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  transition: 0.4s;
}
.btn_form:hover {
  opacity: 0.5;
}

/* ページ閉鎖 */
.close_txt {
  margin-top: 20px;
  padding: 20px 50px;
  border: 4px solid #357990;
  border-radius: 10px;
  color: #e60012;
  font-size: 45px;
  font-weight: 900;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .col_2 {
    flex-wrap: wrap;
  }
  .s_content {
    width: 100%;
    flex-basis: 100%;
    margin: 20px 0;
  }
  header.s_header {
    width: 100%;
    flex-basis: 100%;
    padding-top: 15%;
  }

  .s_content h4 {
    text-align: center;
    margin-bottom: 10px;
  }

  .s_content li h4 {
    text-align: left;
  }

  .s_content h4 img {
    max-width: 500px;
    width: 100%;
  }

  .s_header h3 {
    width: calc(100% + 50px);
    left: -25px;
    top: -10%;
  }

  /*     footer.s_footer {
        position: static;
        width: 100%;
        flex-basis: 100%;
    } */
  .innerBox {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .lead {
    font-size: 1.8rem;
    line-height: 1.8;
  }

  h4 img {
    padding: 15px 0 0;
  }

  .f_title_lead {
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 0;
  }

  .f_title_lead + * {
    margin-left: 0px;
  }

  .f_title_wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  select,
  input[type="tel"],
  input[type="text"],
  input[type="number"],
  textarea {
    width: 90% !important;
  }

  input[type="number"].col_3 {
    width: 24% !important;
    flex-basis: 24%;
  }

  select.col_2,
  input[type="number"].col_2 {
    width: 28% !important;
    flex-basis: 28%;
    /* display: block; */
  }

  main > h3 {
    width: 84%;
    margin: 5% 0 -15px;
    z-index: 1;
  }

  p.f_title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
  }

  .lead + .sub_title {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
  .btn_form:hover {
    opacity: 1;
  }
  /* サイト閉鎖 */
  .close_txt {
    margin: 20px 0;
    padding: 20px;
    border: 4px solid #357990;
    border-radius: 10px;
    color: #e60012;
    font-size: 20px;
    font-weight: 900;
    background-color: #fff;
  }
}
@media screen and (min-width: 640px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  a[href*="tel:"] {
    pointer-events: none;
    display: inline-block;
  }
}
@media screen and (max-width: 639px) {
  .s_content {
    padding: 5px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  td,
  tr,
  th,
  tbody,
  table {
    display: block;
    text-align: left !important;
  }
  table.mailform tr td,
  table.mailform tr th {
    border: none;
  }
  table.mailform tr th {
    background: transparent;
  }
  table.mailform tr:nth-of-type(odd) {
    background: #fffcf6;
  }

  .mailform tr:first-of-type td,
  table.mailform tr td {
    padding-top: 0px;
  }

  table.mailform tr th.t-head {
    background: #357990;
    padding: 30px;
    text-align: center;
    font-size: 1.8rem;
    color: white;
  }
  table.mailform tr th.t-head-c {
    background: #fffcf6;
  }
  table.mailform tr {
    font-size: 1.2rem !important;
  }
  header.s_header {
    padding-top: 10%;
  }

  .mailform tr:nth-of-type(12) td,
  .mailform tr:nth-of-type(12) th {
    padding-top: 0px;
  }

  .col_2 {
    margin-top: 15%;
  }
  .btn_form {
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    top: inherit;
    padding: 0;
    line-height: 50px;
  }
}
.company {
  display: flex;
  justify-content: space-between;
}
.company .qrBox {
  width: 25%;
  margin-right: 30px;
}
.company .qrBox img {
  width: 100%;
  height: auto;
}
.company .qrBox p {
  font-size: 70%;
}
@media screen and (max-width: 399px) {
  header.s_header {
    padding-top: 3%;
  }
  .col_2 {
    margin-top: 20%;
  }
}
@media screen and (max-width: 767px) {
  .company {
    display: block;
  }
  .company .qrBox {
    display: none;
  }
}
