@charset "utf-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

body {
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
}

br {
  letter-spacing: 0;
}

ul,
li {
  list-style: none;
}

img,
a img {
  border: none;
  text-decoration: none;
  vertical-align: top;
}

input,
textarea {
  font-family: sans-serif;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

/* For IE 6/7 (trigger hasLayout) */

/* link
------------------------------------------------------------ */
a:link {
  color: #0000ff;
  text-decoration: underline;
}

a:visited {
  color: #0000ff;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
  text-decoration: none;
}

a:active {
  color: #ff0000;
  text-decoration: none;
}

/* layout
------------------------------------------------------------ */
#header {
  text-align: center;
}

#key {
  text-align: center;
}

.contact_t {
  width: 100%;
  /* margin-top: 64px; */
  padding: 10px 0 5px;
  background: url(img/c_bg.gif) repeat top center;
}

.contact_t .c_catch {
  margin-bottom: 5px;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}

.contact_t .btn_box {
  margin-bottom: 10px;
  text-align: center;
}

.contact_t .c_time {
  padding: 0 10px;
  color: #ffffff;
  font-size: 10px;
  line-height: 1.3;
}

.menu_box {}

.menu_box li {
  background: url(img/menu_bg.gif) repeat left top;
  border-top: 1px solid #7c6b27;
  border-bottom: 1px solid #000000;
}

.menu_box li a {
  display: block;
  width: 100%;
  padding: 14px 0 14px;
  background: url(img/f_btn_a.png) no-repeat right;
  -moz-background-size: auto 15px;
  background-size: auto 15px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

/* ??p */
h2.page_title {
  margin-bottom: 10px;
  padding: 10px;
  background: #111111;
  border-top: 1px solid #7c6b27;
  border-bottom: 1px solid #000;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
}

h3.contents_title {
  margin: 0 0 10px 5px;
  padding: 3px 0 3px 10px;
  border-left: 5px solid #bb1a02;
  color: #333333;
  font-size: 120%;
}

.entry_body {
  margin-bottom: 30px;
  padding: 0 15px;
}

.entry_body p {
  margin-bottom: 1em;
  font-size: 100%;
  line-height: 1.6;
}

.ryoukin_box {
  margin: 0 0 1em;
  padding: 1em;
  background: #faf4d9;
  font-size: 100%;
  line-height: 1.5;
}

.ryoukin_box span {
  font-size: 80%;
}

/* TOP */
.top_text {
  margin-bottom: 10px;
  padding: 0 10px;
  line-height: 1.4;
}

.top_c {
  text-align: center;
}

.top_c img {
  margin: 0 0 5px;
}

ul.top_nayami {
  padding: 0 10px;
}

ul.top_nayami li {
  list-style: none;
  min-height: 24px;
  margin-bottom: 10px;
  padding: 0 0 0 24px;
  background: url(img/top_i.png) no-repeat left;
  background-size: 24px auto;
  line-height: 1.3;
}

/* ?????? */
ol.yamikin_taisaku {
  margin-bottom: 10px;
  padding: 0 0 0 30px;
}

ol.yamikin_taisaku li {
  list-style: decimal outside;
  margin-bottom: 1em;
  line-height: 1.5;
}

/* ???????T?v */
.office_box {
  margin-bottom: 15px;
  padding: 0 10px;
}

.keiro {
  padding: 0 10px 20px;
  line-height: 1.5;
}

.office_box .ob_intro {
  font-size: 80%;
  line-height: 1.5;
}

.office_box table {
  font-size: 80%;
}

.office_box th {
  padding: 1em;
  border-bottom: 1px dotted #ccc;
  font-weight: normal;
  line-height: 1.3;
  white-space: nowrap;
  text-align: left;
  vertical-align: top;
}

.office_box td {
  padding: 1em 0;
  border-bottom: 1px dotted #ccc;
  line-height: 1.3;
}

#footer {
  width: 100%;
  padding: 10px 0;
  background: url(img/footer_bg.jpg) no-repeat top;
  background-size: cover;
  color: #fff;
  font-size: 10px;
  text-align: center;
}

/* --------------------------form */
#form_head {
  margin-bottom: 20px;
}

#form_head p {
  padding: 0 1em;
  font-size: 80%;
  line-height: 1.3;
}

#form_head p span {
  color: #ff0000;
}

#form_body {
  margin-bottom: 30px;
}

#form_body input,
#form_body textarea {
  padding: 3px;
  font-size: 100%;
}

#form_body input {
  margin-right: 2px;
}

#form_body select {
  margin-right: 2px;
  font-size: 100%;
}

#form_body dl {
  margin-bottom: 10px;
  padding: 0 1em;
  border-bottom: 1px solid #cccccc;
}

#form_body dt {}

#form_body dt span {
  color: #ff0000;
}

#form_body dd {
  padding: 5px 0 10px;
  line-height: 1.2;
}

#form_body dd span {
  font-size: 80%;
}

#form_body .form_info {
  margin-bottom: 5px;
  padding: 0 10px 5px;
  border-bottom: 1px dotted #ccc;
  font-size: 90%;
}

#form_body p {
  margin-bottom: 10px;
  padding: 5px 10px 5px;
  background: #fdecec;
  color: #ff0000;
  font-size: 80%;
  line-height: 1.3;
}

#form_body .s-btn {
  text-align: center;
}

/*
20240930?@?C??
*/

#main {
  margin-top: 24px;
  padding: 0 8px;
}

.contents01 {
  margin: 10px 0 40px;
}

.contents01 p {
  font-size: 16px;
  margin: 0.5em 0;
  line-height: 1.7;
}

.blue {
  color: rgba(30, 48, 153, 1);
  background: rgba(30, 48, 153, 0.1);
  font-weight: 700;
  font-size: 1em;
  -webkit-text-shadow: none;
  text-shadow: none;
}

.contents02 {
  margin: 40px 0;
}

.contents02 h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #1e3099;
  margin: 1.5em 0 1em;
}

.contents02 img {
  width: 100%;
}

.hikaku-contents p {
  font-size: 14px;
  text-align: center;
}

.hikaku-contents h2 {
  font-size: 24px;
  margin-top: 0;
}

.contents03 p {
  line-height: 1.6;
  font-size: 16px;
  margin: 1em 0;
}

.contents03 h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #1e3099;
  margin: 0.8em 0;
}

.contents03 span {
  color: #e24b3a;
  text-decoration: underline;
}

.contents03 img {
  width: 100%;
}

/*
20241008?@QR?R?[?h???
*/

.qr-wrap p {
  font-size: 16px;
}

.qr-top-tag {
  font-size: 0.9em !important;
  line-height: 1.8 !important;
  color: #4598f1;
}

.qr-text-bold {
  font-weight: bold;
}

.qr-img {
  margin: 10px 0 15px 0;
}

.qr-img01,
.qr-img02 {
  width: 25%;
}

.qr-img02 {
  margin-left: 10px;
}

/* ?申?申?申q?申l?申鐃 */
.fusen-container {
  display: grid;
  grid-template-columns: repeat(1, 20fr);
  width: 100%;
  gap: 32px 16px;
}

.fusen {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 250px;
  padding: 16px 8px;
  background-color: #ffd3d8;
  color: #333333;
}

.fusen::before {
  position: absolute;
  bottom: -5px;
  right: 3px;
  z-index: -1;
  transform: rotate(2deg);
  width: 97%;
  height: 40%;
  background-color: #d0d0d0;
  content: "";
  filter: blur(4px);
}

.fusen-text {
  text-align: center;
  line-height: 2.2;
  font-size: 14px;
  font-weight: bold;
  font-family: "Zen Kurenaido", sans-serif;
}

.fusen-text span {
  display: block;
  width: fit-content;
  margin: auto;
  font-size: 16px;
  margin-bottom: 8px;
  padding: 0 8px;
  background-color: #ffc1b8;
}

/* TOP?申y?申[?申W?申@?申?申?申鐃?申l?申鐃 */
.voice-wrap h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #1e3099;
  margin: 1.5em 0 0.5em;
}

.fusen-voice {
  width: 100%;
  height: auto;
  margin-top: 16px;
}

.fusen-voice p {
  font-size: 14px;
  line-height: 2;
}

.voice-wrap span {
  display: block;
  font-size: 18px;
  margin-bottom: 8px;
}

/* TOP?申y?申[?申W?申@FV?申?申?申?申?申j?申?申?申[ */
.nav-menu {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.nav-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.nav-menu ul li {
  width: 33.333%;
  text-align: center;
  box-sizing: border-box;
}

.nav-menu ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  font-size: 14px;
  height: 80px;
  border: 1px solid #ccc;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  transition: background-color 0.3s, color 0.3s;
  box-sizing: border-box;
}

.nav-menu ul li a i {
  margin: 0;
  font-size: 20px;
  color: #971400;
}

.nav-menu ul li:nth-child(2n) a {
  border-right: 1px solid #ccc;
}

.nav-menu ul li:nth-child(3) {
  background-color: #fff09e;
}

.nav-menu ul li:nth-child(2n) a {
  color: #333;
}

.nav-menu ul li:nth-last-child(-n + 2) a {
  border-bottom: 1px solid #ccc;
  border-right: none;
}

.nav-menu ul li a:hover {
  background-color: #f5f5f5;
  color: #000;
}

.nav-menu ul li:nth-child(3) a:hover {
  background-color: #ffec82 !important;
}

/* TOP?申y?申[?申W?申@?申o?申i?申[ */
.bnr-wrap img {
  width: 160px;
}

.side_box {
  margin-top: 16px;
}

/* 20251106煦莠? */
.notice-banner {
  border-radius: 10px;
  border: 1px solid #1e3099;
  overflow: hidden;
}

.nb-text {
  text-align: center;
  padding: 16px;
}

.nb-text p {}

.nb-price {
  margin-top: 16px;
}

.nb-title {
  font-size: 18px;
  color: #fff;
  background: #1e3099;
  text-align: center;
  padding: 4px 0;
  line-height: 1.8;
}

.nb-types {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.nb-types span {
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 6px;
  padding: 4px 16px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
}

.nb-price {
  font-size: 1.5rem;
  font-weight: 700;
  color: #c62828;
  margin: 10px 0 0 !important;
}

.nb-price span {
  font-size: 2rem;
}

/* 20251119 */
.qa {
  margin-top: 32px;
}

.qa img {
  width: 100%;
}

.f-bold {
  font-weight: bold;
  font-size: 18px;
}

.qa-box {
  padding: 16px;
  background-color: #f5f5f5;
  overflow: visible;
}

div.qa-box:nth-child(1) {
  margin-top: 16px;
}

.qa-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.qa-q {
  display: flex;
  align-items: baseline;
  gap: 12px;
  color: #1e3099;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.5;
  user-select: none;
  position: relative;
}

.qa-q .fa-circle-question {
  font-size: 20px;
  color: #1e3099;
}

.qa-a {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-top: 8px;
  color: #222;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 500;
  max-height: none;
  overflow: visible;
  transition: none;
}

.qa-a .fa-circle-check {
  font-size: 20px;
  color: #1f9d62;
}

/* 20251119 ｮLINE */
.btn_box img {
  width: 100%;
}