@charset "UTF-8";
body {
  color: #4C251E;
  background: url(../images/photo/bg_sepia_pc.jpg) no-repeat center bottom;
  background-size: cover;
  background-attachment: fixed;
}

/* リンク */
a {
  color: #4C251E;
  font-weight: bold;
  text-decoration: underline;
  transition: .2s;
}

@media (hover: hover) {
  a:hover {
    text-decoration: none;
    color: #4C251E;
  }
}

#no_script {
  position: relative;
  width: 100%;
  background: #f00;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  margin: 0;
  font-size: 14px;
  z-index: 100;
}

/* sp */
.sp_off, .pc_tb {
  display: none !important;
}

.sp_inline {
  display: inline !important;
}

/* structure
====================================================================================================================================== */
html,
body {
  width: 100%;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  overflow-y: scroll;
  overflow-x: hidden;
}

#container {
  width: 100%;
}

.wrapper {
  width: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.wrapper:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#link_to_top {
  display: none;
}

#pc_main_catch {
  display: none;
}

#main_contents_area {
  position: relative;
  overflow: hidden;
  background-color: #FFF2D5;
}

#page_title_wrap {
  padding: 0 0 3.5em;
  position: relative;
  background: url(../images/kazari/page_title_top.svg) no-repeat center top;
  background-size: 100% auto;
}

#page_title_wrap .tags_area {
  margin-bottom: 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

#page_title_wrap .tags_area p {
  min-width: 100px;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  background-color: #F4B73D;
  padding: 0.4em 1em;
  border-radius: 1em;
  margin-bottom: 0;
}

#page_title_wrap .tags_area .tag_baibai {
  background-color: #943623;
  color: #fff;
}

#page_title_wrap .tags_area .tag_chintai {
  background-color: #F4B73D;
}

#page_title_wrap .tags_area .tag_status_kosho {
  border: 1px solid #4C251E;
  background-color: #fff;
}

#page_title_wrap .tags_area .tag_status_nyukyo {
  background-color: #d00;
  color: #fff;
}

#page_title_wrap .updated_date {
  font-size: 0.8rem;
  text-align: center;
  color: #4C251E;
  margin-bottom: 0.4em;
}

#page_title_wrap.page_title_with_photo {
  position: relative;
  color: #fff;
  padding-bottom: 0;
  margin-bottom: 3.5em;
}

#page_title_wrap.page_title_with_photo .title_bg_photo {
  aspect-ratio: 5/7;
  background-color: #4C251E;
}

#page_title_wrap.page_title_with_photo .title_bg_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
}

#page_title_wrap.page_title_with_photo .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-top: 2em;
  background: url(../images/kazari/page_title_top.svg) no-repeat center top, url(../images/kazari/page_title_bottom.svg) no-repeat center bottom;
  background-size: 100% auto;
}

#page_title_wrap.page_title_with_photo .wrapper:after {
  display: none;
}

#page_title_wrap.page_title_with_photo #navibar {
  color: #4C251E;
  margin-bottom: 0;
  position: absolute;
  top: 5px;
  left: 20px;
  width: calc(100% - 20px * 2);
}

#page_title_wrap.page_title_with_photo .page_title,
#page_title_wrap.page_title_with_photo .vertical {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  translate: 0 -50%;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

#page_title_wrap.page_title_with_photo .vertical {
  top: 55%;
}

#page_title_wrap.page_title_with_photo .vertical span {
  border-color: #fff;
}

#navibar {
  font-size: 0.8rem;
  margin-bottom: 9em;
}

#navibar p {
  margin-bottom: 0;
}

#navibar a {
  font-weight: normal;
}

/* header
====================================================================================================================================== */
/* リード文 */
#lead_area {
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #fff;
  text-align: center;
  background-color: #4C251E;
  padding: 1.2em 5px;
  position: relative;
}

#lead_area p {
  margin-bottom: 0;
}

#lead_area:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 5px;
  background: url(../images/kazari/lead_bottom.svg) repeat-x left top;
  background-size: contain;
}

#header {
  padding: 22px 0 13px;
  padding-right: 10px;
  background-color: #fff;
}

#header.top {
  padding: 0;
  background-color: #EB7323;
}

#header.top #site_title {
  width: 280px;
  aspect-ratio: 280/247;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 45px 0 0 20px;
  background: url(../images/kazari/top_title_bg.svg) no-repeat left top;
  background-size: contain;
}

#header.top #site_title img {
  width: 225px;
}

#site_title {
  margin-bottom: 0;
  width: 194px;
  margin: 0 auto;
}

#site_title img {
  width: 100%;
}

@media (hover: hover) {
  #site_title a:hover {
    opacity: 0.8;
  }
}

.side_fixed_button {
  position: fixed;
  right: 0;
  z-index: 99999;
}

.side_fixed_button a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 65px;
  height: 70px;
  padding-left: 5px;
  border-radius: 24px 0 0 24px;
  box-shadow: 4px 4px 0 0 rgba(76, 37, 30, 0.1);
  font-size: 0.8rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
}

.side_fixed_button a .icon {
  width: 26px;
}

@media (hover: hover) {
  .side_fixed_button a:hover {
    opacity: 0.8;
  }
}

#button_menu_open {
  top: 60px;
}

#button_menu_open a {
  background-color: #4C251E;
  color: #fff;
}

#button_contact_link,
#button_language {
  top: calc(60px + 70px + 10px);
}

#button_contact_link a,
#button_language a {
  background-color: #fff;
  color: #4C251E;
}

#button_insta {
  top: calc(60px + (70px + 10px) * 2);
  right: 8px;
}

#button_insta a {
  display: grid;
  place-items: center;
  width: 38px;
  height: auto;
  padding: 0;
  aspect-ratio: 1/1;
  background-color: #4C251E;
  border-radius: 50%;
  box-shadow: none;
}

#button_insta img {
  width: 52.65%;
}

.cms-ready #button_menu_open {
  top: calc(60px + 46px);
}

.cms-ready #button_contact_link,
.cms-ready #button_language {
  top: calc(60px + 70px + 10px + 46px);
}

.cms-ready #button_insta {
  top: calc(60px + (70px + 10px) * 2 + 46px);
}

html:not([lang="ja"]) #button_menu_open {
  top: calc(60px + 57px);
}

html:not([lang="ja"]) #button_contact_link,
html:not([lang="ja"]) #button_language {
  top: calc(60px + 70px + 10px + 57px);
}

html:not([lang="ja"]) #button_insta {
  top: calc(60px + (70px + 10px) * 2 + 57px);
}

/* globalnavi
====================================================================================================================================== */
#globalnavi {
  margin-bottom: 0.5em;
}

#globalnavi ul.nav_list {
  margin-bottom: 1.5em;
}

#globalnavi ul.nav_list > li {
  font-size: 1.2rem;
  font-weight: bold;
  border-bottom: 2px dotted rgba(76, 37, 30, 0.3);
}

#globalnavi ul.nav_list > li > a {
  display: block;
  padding: 1.15em 0;
  padding-left: 1.8em;
  text-decoration: none;
  line-height: 1;
  font-weight: bold;
  background: url(../images/icon/link_arrow_b.svg) no-repeat left center;
  background-size: 1.45em auto;
}

#globalnavi ul.nav_list > li > a .smaller {
  font-size: 0.833em;
}

#globalnavi ul.nav_list > li .sub_menu {
  padding-bottom: 0.8em;
}

#globalnavi ul.nav_list > li .sub_menu ul.sub_menu_list {
  margin-bottom: 0;
}

#globalnavi ul.nav_list > li:has(.sub_menu) > a {
  position: relative;
}

#globalnavi ul.nav_list > li:has(.sub_menu) > a:after {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  background: url(../images/icon/icon_open02.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
}

#globalnavi ul.nav_list > li:has(.sub_menu) > a.sub_menu_opened:after {
  background-image: url(../images/icon/icon_close02.svg);
}

#globalnavi .sub_menu {
  display: none;
}

#globalnavi ul.sub_menu_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2em;
  margin-bottom: 1.2em;
}

#globalnavi ul.sub_menu_list li {
  font-size: 1.02rem;
  line-height: 1.6;
  padding-left: 0.8em;
  position: relative;
}

#globalnavi ul.sub_menu_list li a {
  text-decoration: none;
}

#globalnavi ul.sub_menu_list li:before {
  content: "";
  position: absolute;
  top: 0.5lh;
  left: 0;
  translate: 0 -50%;
  width: 0.4em;
  height: 0.4em;
  border-radius: 50%;
  background-color: #F4B73D;
}

@media (hover: hover) {
  #globalnavi ul.nav_list > li > a:hover {
    opacity: 0.9;
    text-decoration: underline;
  }
  #globalnavi ul.sub_menu_list li a:hover {
    text-decoration: underline;
  }
}

/* サイドメニュー */
#side_menu,
#language_menu {
  position: fixed;
  top: 60px;
  right: 0;
  z-index: 999999;
  background-color: #fff;
  border: 1px solid #4C251E;
  border-right: none;
  padding: 43px 20px;
  border-radius: 28px 0 0 28px;
  translate: 100%;
  transition: .35s ease-out;
}

#side_menu.opened,
#language_menu.opened {
  translate: 0;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
}

#side_menu.opened .button_menu_close,
#language_menu.opened .button_menu_close {
  display: block;
}

#side_menu .button_menu_close,
#language_menu .button_menu_close {
  position: absolute;
  top: 0;
  left: 0;
  translate: -8px -8px;
  width: 42px;
  line-height: 1;
  display: none;
}

#side_menu .button_menu_close a,
#language_menu .button_menu_close a {
  display: grid;
  place-items: center;
  aspect-ratio: 1/1;
  background-color: #4C251E;
  border-radius: 50%;
}

#side_menu .button_menu_close img,
#language_menu .button_menu_close img {
  width: 50%;
}

#side_menu {
  width: 338px;
  height: calc(100dvh - 70px);
}

#side_menu .scroll_wrap {
  height: 100%;
  padding: 0 12px;
  overflow: auto;
}

#side_menu .side_inner {
  height: 100%;
}

#side_menu .to_top {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 1.5em;
}

#side_menu #search_form {
  margin-bottom: 0.4em;
}

#side_menu #search_form form {
  position: relative;
}

#side_menu #search_form form input[type="text"] {
  border: none;
  background-color: #FFF2D5;
  border-radius: 12px;
  font-size: 1rem;
  padding: 8px 40px 8px 10px;
}

#side_menu #search_form form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  background: url(../images/icon/i_search.svg) no-repeat center center;
  background-size: 50% auto;
}

#side_menu .button_area {
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px 8px;
  margin-bottom: 0;
}

#side_menu .button_area a {
  width: 100%;
  min-width: 0;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
}

#side_menu .button_area .button_ijusodan {
  position: relative;
}

#side_menu .button_area .button_ijusodan .fukidashi {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  translate: -10px -10px;
  rotate: -5deg;
  width: 6em;
  padding-top: 0.8em;
  aspect-ratio: 362/252;
  background: url(../images/kazari/fukidashi_yellow.png) no-repeat center center;
  background-size: contain;
  font-size: 0.733rem;
  font-weight: bold;
  line-height: 1.2;
  color: #4C251E;
}

#side_menu .button_area .button_yellow {
  width: calc((100% - 8px) / 2);
  font-size: 1rem;
  background-image: none;
  padding: 0.6em 0;
}

#side_menu .menu_close {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  margin-top: 1.7rem;
  text-decoration: underline;
}

#side_menu .menu_close p {
  margin-bottom: 0;
}

@media (hover: hover) {
  #side_menu .to_top a:hover {
    text-decoration: underline;
  }
}

/* Language
====================================================================================================================================== */
#language_menu {
  width: 200px;
}

#language_menu ul {
  margin-bottom: 0;
}

#language_menu ul li {
  font-size: 1.1rem;
  margin-bottom: 0.3em;
}

#language_menu ul li:last-child {
  margin-bottom: 0;
}

#language_menu ul li a {
  font-weight: normal;
}

/* アニメーション定義
====================================================================================================================================== */
@keyframes fade_down {
  from {
    opacity: 0;
    translate: 0 -10px;
  }
  to {
    opacity: 1;
    translate: 0;
  }
}

@keyframes fade_up {
  from {
    opacity: 0;
    translate: 0 10px;
  }
  to {
    opacity: 1;
    translate: 0;
  }
}

@keyframes slide_in_from_left {
  from {
    opacity: 0;
    translate: -20px;
  }
  to {
    opacity: 1;
    translate: 0;
  }
}

@keyframes slide_in_from_right {
  from {
    opacity: 0;
    translate: 20px;
  }
  to {
    opacity: 1;
    translate: 0;
  }
}

@keyframes item_appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* アニメーション */
@keyframes bird_appear {
  from {
    opacity: 0;
    translate: 30px 5px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}

/* contents
====================================================================================================================================== */
#conts {
  padding: 0 0 10rem;
}

#main_slider {
  z-index: 2;
  margin-top: -180px;
  padding-bottom: 5%;
  position: relative;
}

#main_slider .bx-wrapper {
  z-index: 2;
}

#main_slider ul {
  margin-bottom: 0;
  aspect-ratio: 390/493;
  clip-path: polygon(25.56% 99.94%, 30.59% 99.88%, 35.7% 99.49%, 41.88% 98.49%, 50.95% 95.33%, 56.54% 92.72%, 60.62% 90.44%, 63.77% 88.5%, 69.24% 84.12%, 71.44% 82.78%, 73.79% 81.62%, 76.26% 80.67%, 78.84% 79.92%, 81.51% 79.37%, 84.24% 79.04%, 91% 78.98%, 99.95% 77.89%, 100% 0.71%, 98.69% 0.35%, 93.54% 0.04%, 89.67% 0.05%, 84.28% 1.03%, 76.01% 1.67%, 69.69% 3.63%, 66.25% 5.16%, 60.49% 8.85%, 54.97% 11.71%, 52.95% 12.47%, 48.73% 13.6%, 44.34% 14.17%, 41.43% 14.23%, 38.06% 14%, 32.54% 13.25%, 26.95% 12.92%, 21.8% 13.24%, 19.03% 13.25%, 16.4% 13.54%, 10.88% 15.01%, 7.62% 15.6%, 0% 18.03%, 0% 95.11%, 7.44% 98.07%, 11.22% 99.01%, 19.1% 99.78%, 22.97% 99.98%, 25.56% 99.94%);
  overflow: hidden;
}

#main_slider ul li {
  padding: 0;
  margin: 0;
  height: 100%;
}

#main_slider ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#main_slider ul li:before {
  display: none;
}

#main_slider .kazari {
  position: absolute;
  z-index: 99;
}

#main_slider .kazari img {
  width: 100%;
}

#main_slider .kazari01 {
  top: -8px;
  right: 55px;
  width: 182px;
}

#main_slider .kazari02 {
  bottom: 0;
  left: 49%;
  translate: -50%;
  width: 105%;
}

#main_slider .catch_text {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  right: 25px;
  z-index: 999;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2;
  color: #fff;
  letter-spacing: 0.2em;
  leading-trim: both;
  text-edge: cap;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
}

#main_slider .catch_text span {
  display: block;
  writing-mode: vertical-rl;
  border-right: 3px solid #fff;
  padding: 0 0 0.4em;
  white-space: nowrap;
}

html[lang="ja"] .is_chrome #main_slider .catch_text {
  letter-spacing: calc(0.2em - 0.45em);
}

html:not([lang="ja"]):not([lang="zh-CN"]):not([lang="zh-TW"]) #main_slider .catch_text {
  display: block;
}

html:not([lang="ja"]):not([lang="zh-CN"]):not([lang="zh-TW"]) #main_slider .catch_text span {
  width: fit-content;
  writing-mode: horizontal-tb;
  border-right: none;
  border-bottom: 3px solid #fff;
  padding: 0 0 0.12em 0;
  white-space: normal;
}

#news {
  background-color: #EB7323;
  margin-top: -35%;
  padding: 41% 0 8em;
  color: #fff;
}

#news .articles_wrap {
  position: relative;
  padding-left: 30px;
  margin-bottom: 2em;
}

#news h2 {
  border: none;
  padding: 0;
  font-family: "Darumadrop One", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.05em;
  position: absolute;
  top: -1em;
  left: 0;
  rotate: 90deg;
  transform-origin: left bottom;
}

#news .button_area {
  width: min(340px, 100%);
  margin: 0 auto 1em;
}

#news .button_area a {
  min-width: 0;
  width: 100%;
}

#news .button_area .button_event {
  background-image: none;
  padding-right: 1.8em;
}

#news .button_area .button_event span {
  display: inline-block;
  padding-left: 2em;
  background: url(../images/icon/i_calendar.svg) no-repeat left center;
  background-size: 1.33em auto;
}

#about {
  position: relative;
}

#about:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 108%;
  aspect-ratio: 1260/180;
  background: url(../images/kazari/round_sky.png) no-repeat left bottom;
  background-size: contain;
}

#about:after {
  content: "";
  display: block;
  position: absolute;
  top: -10%;
  left: 50%;
  translate: -50%;
  width: 94px;
  aspect-ratio: 94/99;
  background: url(../images/kazari/top_section_decoradion.svg) no-repeat;
  background-size: contain;
}

#about .about_main_area {
  position: relative;
}

#about .bg_area .gradient {
  min-height: 200px;
  background: linear-gradient(180deg, #D1ECFD 80%, #D6F2FE 100%);
}

#about .bg_area .photo_area img {
  width: 100%;
}

#about .left_copy {
  position: absolute;
  top: -1em;
  left: -0.35em;
  z-index: 1;
  rotate: 90deg;
  transform-origin: left bottom;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.87rem;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  margin: 0;
}

#about .main_text_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 3em 25px 0 30px;
  display: flex;
  justify-content: space-between;
  gap: 1.8em;
}

#about .main_text_area h2 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  writing-mode: vertical-rl;
  letter-spacing: 0.15em;
  padding: 0;
  margin: 0;
  border: none;
  white-space: nowrap;
}

#about .main_text_area p {
  flex-grow: 1;
  padding-top: 2em;
  font-weight: bold;
  line-height: 2.2em;
  margin-bottom: 0;
}

#about .about_bottom {
  position: relative;
  margin-top: -30px;
  height: 180px;
}

#about .about_bottom .fukidashi {
  position: absolute;
  bottom: calc(100% - 60px);
  left: calc(50% - 110px);
  rotate: 3deg;
  width: 320px;
}

#about .about_bottom .fukidashi img {
  width: 100%;
}

#about .about_bottom .faces {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%;
  width: 424px;
  height: 100%;
}

#about .about_bottom .faces .kao {
  width: 100px;
  position: absolute;
}

#about .about_bottom .faces .kao img {
  width: 100%;
}

#about .about_bottom .faces .kao01 {
  top: 0;
  left: 0;
}

#about .about_bottom .faces .kao02 {
  top: 0;
  left: 124px;
}

#about .about_bottom .faces .kao03 {
  top: 14px;
  left: 260px;
}

#about .about_bottom .faces .kao04 {
  top: 65px;
  left: 60px;
}

#about .about_bottom .faces .kao05 {
  top: 65px;
  left: 181px;
}

#about .about_bottom .faces .kao06 {
  top: 74px;
  right: -5px;
}

html[lang="ja"] .is_chrome #about .main_text_area h2 {
  letter-spacing: calc(0.15em - 0.45em);
}

html:not([lang="ja"]):not([lang="zh-CN"]):not([lang="zh-TW"]) #about .main_text_area {
  display: block;
  padding-left: 40px;
}

html:not([lang="ja"]):not([lang="zh-CN"]):not([lang="zh-TW"]) #about .main_text_area h2 {
  writing-mode: horizontal-tb;
  letter-spacing: 0.13em;
  margin-bottom: 0.8em;
  white-space: normal;
}

html:not([lang="ja"]):not([lang="zh-CN"]):not([lang="zh-TW"]) #about .main_text_area h2 br {
  display: none;
}

html:not([lang="ja"]):not([lang="zh-CN"]):not([lang="zh-TW"]) #about .main_text_area p {
  padding-top: 0;
}

#kurashi {
  padding: 3.5em 0 65%;
  background: url(../images/photo/bg_sepia.jpg) no-repeat center bottom;
  background-size: 100% auto;
}

#kurashi .list_box_alternated {
  margin-left: 0;
  margin-right: 0;
}

#satoyama_taiken .taiken_intro_area {
  position: relative;
  z-index: 2;
  margin: 0;
}

#satoyama_taiken .taiken_intro_area:before, #satoyama_taiken .taiken_intro_area:after {
  background-image: url(../images/kazari/round_white.png);
  position: absolute;
  left: 0;
  width: 100%;
}

#satoyama_taiken .taiken_intro_area:before {
  bottom: 100%;
}

#satoyama_taiken .taiken_intro_area:after {
  top: 100%;
}

#satoyama_taiken .taiken_intro_area .inner {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5em 0;
  position: relative;
}

#satoyama_taiken .taiken_intro_area .inner:before, #satoyama_taiken .taiken_intro_area .inner:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  translate: -50%;
  width: 94px;
  aspect-ratio: 94/99;
  z-index: 2;
}

#satoyama_taiken .taiken_intro_area .inner:before {
  top: -30%;
  background: url(../images/kazari/top_section_decoradion02.svg) no-repeat;
  background-size: contain;
}

#satoyama_taiken .taiken_intro_area .inner:after {
  bottom: -22%;
  background: url(../images/kazari/top_section_decoradion03.svg) no-repeat;
  background-size: contain;
}

#satoyama_taiken .taiken_intro_area .vertical_texts {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 3.5em;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.15;
  margin-bottom: 0.3em;
}

#satoyama_taiken .taiken_intro_area .vertical_texts p {
  width: 1em;
  margin-bottom: 0;
  position: relative;
}

#satoyama_taiken .taiken_intro_area .vertical_texts p::first-letter {
  font-size: 1.2em;
  line-height: 2.15;
  padding: 0.45em;
  margin-left: -0.52em;
}

#satoyama_taiken .taiken_intro_area .vertical_texts p.first_orange:first-letter {
  background: url(../images/kazari/maru_yellow.svg) no-repeat;
  background-size: contain;
}

#satoyama_taiken .taiken_intro_area .vertical_texts p.first_pink:first-letter {
  background: url(../images/kazari/maru_pink.svg) no-repeat;
  background-size: contain;
}

#satoyama_taiken .taiken_intro_area .arch_text {
  width: 265px;
  margin-bottom: 0;
}

#satoyama_taiken .taiken_intro_area .arch_text img {
  width: 100%;
}

html:not([lang="ja"]):not([lang="zh-CN"]):not([lang="zh-TW"]) #satoyama_taiken .taiken_intro_area .vertical_texts {
  display: block;
  text-align: center;
}

html:not([lang="ja"]):not([lang="zh-CN"]):not([lang="zh-TW"]) #satoyama_taiken .taiken_intro_area .vertical_texts p {
  width: auto;
  margin-bottom: 1em;
}

html:not([lang="ja"]):not([lang="zh-CN"]):not([lang="zh-TW"]) #satoyama_taiken .taiken_intro_area .vertical_texts p::first-letter {
  font-size: 1.2em;
  line-height: 1;
  padding-top: 0.3em;
  margin: 0 0.2em 0 0;
}

.taiken_section {
  padding-top: 37%;
}

.taiken_section .lead_text {
  width: fit-content;
  text-align: center;
  color: #943623;
  font-weight: bold;
  margin: 0 auto 1em;
}

.taiken_section .lead_text:before, .taiken_section .lead_text:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.27em;
  aspect-ratio: 19/26;
  background: url(../images/kazari/fukidashi_line.svg) no-repeat;
  background-size: contain;
  margin-left: 0.4em;
}

.taiken_section .lead_text:before {
  scale: -1 1;
  margin-right: 0.4em;
}

.taiken_section .main_text_area {
  display: flex;
  gap: 0.4em;
  margin-bottom: 1em;
}

.taiken_section .main_text_area p {
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 0;
  flex-grow: 1;
}

.taiken_section .main_text_area h2.vertical {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.taiken_section .button_area {
  margin-bottom: 0;
}

.taiken_section .button_area a {
  position: relative;
  min-width: 0;
  width: min(320px, 100%);
}

.taiken_section .button_area a .fukidashi {
  display: block;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  color: #4C251E;
  width: 6.25em;
  aspect-ratio: 362/252;
  background: url(../images/kazari/fukidashi_beige.png) no-repeat;
  background-size: contain;
  padding-top: 0.7em;
  position: absolute;
  top: 0;
  left: 0;
  translate: -15px -10px;
  rotate: -15deg;
}

#design_daigaku {
  background-color: #F4B73D;
  position: relative;
  padding-bottom: 3.5em;
}

#design_daigaku:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -11%;
  translate: -50%;
  width: 94px;
  aspect-ratio: 94/99;
  background: url(../images/kazari/top_section_decoradion04.svg) no-repeat;
  background-size: contain;
  z-index: 2;
}

#design_daigaku:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  aspect-ratio: 390/85;
  background: url(../images/kazari/round_yellow.png) no-repeat left bottom;
  background-size: 108% 100%;
  margin-top: -1px;
  scale: 1 -1;
}

#design_daigaku .slider {
  width: 72%;
  margin: 0 auto 2em;
}

#design_daigaku .slider .bx-viewport {
  overflow: visible !important;
}

#design_daigaku .slider ul li a {
  text-decoration: none;
}

#design_daigaku .slider ul li a figure figcaption .link_title {
  text-decoration: underline;
}

#design_daigaku .slider figure {
  position: relative;
}

#design_daigaku .slider figure .icon_category {
  position: absolute;
  top: 0;
  left: 0;
  translate: -12px -10px;
  width: 74px;
}

#design_daigaku .slider figure .icon_category img {
  width: 100%;
  height: auto;
  background: none;
}

#design_daigaku .slider figure .photo {
  aspect-ratio: 280/187;
}

#design_daigaku .slider figure .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: none;
}

#design_daigaku .slider figure figcaption {
  text-align: center;
  font-weight: bold;
  margin-top: 0.8em;
}

#design_daigaku .slider figure figcaption .link_title {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 0;
}

#design_daigaku .slider figure figcaption .date {
  color: #943623;
  margin: 0.45em 0 0;
}

@media (hover: hover) {
  #design_daigaku .slider ul li a:hover figure figcaption .link_title {
    text-decoration: none;
  }
}

.work_shop_list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 17px;
  margin-bottom: 2.5em !important;
}

.work_shop_list ul li {
  margin: 0 !important;
  padding: 0 !important;
}

.work_shop_list ul li:before {
  display: none !important;
}

.work_shop_list ul li a {
  text-decoration: none;
}

.work_shop_list ul li a figure figcaption .link_title {
  text-decoration: underline;
}

.work_shop_list figure {
  position: relative;
}

.work_shop_list figure .icon_category {
  position: absolute;
  top: 0;
  left: 0;
  translate: -7px -7px;
  width: 55px;
}

.work_shop_list figure .icon_category img {
  width: 100%;
}

.work_shop_list figure .photo, .work_shop_list figure .thumb {
  aspect-ratio: 280/187;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
}

.work_shop_list figure .photo img, .work_shop_list figure .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: none;
}

.work_shop_list figure .photo .finished, .work_shop_list figure .thumb .finished {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(76, 37, 30, 0.4);
  display: grid;
  place-items: center;
}

.work_shop_list figure .photo .finished img, .work_shop_list figure .thumb .finished img {
  width: 63%;
  height: auto;
  object-fit: fill;
}

.work_shop_list figure figcaption {
  text-align: center;
  font-weight: bold;
  margin-top: 0.8em;
}

.work_shop_list figure figcaption .link_title {
  font-size: 1.13rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.work_shop_list figure figcaption .date {
  font-size: 0.85rem;
  color: #943623;
  margin: 0.2em 0 0;
}

.work_shop_view_more {
  border: 2px solid #4C251E;
  background-color: #F7E8C6;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  padding: 0.8em;
  margin-bottom: 2.5em;
}

.work_shop_view_more p {
  display: inline-block;
  margin-bottom: 0;
  padding-right: 1.6em;
  background: url(../images/icon/icon_open02.svg) no-repeat right center;
  background-size: 1.3em auto;
}

@media (hover: hover) {
  .work_shop_list ul li a:hover figure figcaption .link_title {
    text-decoration: none;
  }
  .work_shop_view_more:hover {
    opacity: 0.8;
    cursor: pointer;
  }
}

#satoyama_otameshi {
  background-color: #F7C9C6;
  padding-bottom: 10em;
}

#satoyama_otameshi .main_text_area {
  flex-direction: row-reverse;
  gap: 1.5em;
  position: relative;
  z-index: 2;
}

#satoyama_otameshi .photos_area {
  aspect-ratio: 390/337;
  position: relative;
  z-index: 1;
  margin: -6.5em -25px -1.2em;
}

#satoyama_otameshi .photos_area .photo01,
#satoyama_otameshi .photos_area .photo02,
#satoyama_otameshi .photos_area .photo03 {
  position: absolute;
  border-radius: 12px;
  overflow: hidden;
}

#satoyama_otameshi .photos_area .photo01 img,
#satoyama_otameshi .photos_area .photo02 img,
#satoyama_otameshi .photos_area .photo03 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#satoyama_otameshi .photos_area .photo01 {
  top: 0;
  right: -2%;
  width: 68%;
  aspect-ratio: 133/100;
}

#satoyama_otameshi .photos_area .photo02 {
  bottom: 15%;
  left: -14.87%;
  width: 41.03%;
  aspect-ratio: 1/1;
}

#satoyama_otameshi .photos_area .photo03 {
  bottom: 0;
  left: calc(50% + 3px);
  width: 30.77%;
  aspect-ratio: 4/3;
}

#satoyama_otameshi .button_area {
  position: relative;
  z-index: 2;
}

html:not([lang="ja"]):not([lang="zh-CN"]):not([lang="zh-TW"]) #design_daigaku .main_text_area, html:not([lang="ja"]):not([lang="zh-CN"]):not([lang="zh-TW"]) #satoyama_otameshi .main_text_area {
  flex-direction: column-reverse;
  gap: 1.5em;
}

html:not([lang="ja"]):not([lang="zh-CN"]):not([lang="zh-TW"]) #design_daigaku .main_text_area h2.vertical, html:not([lang="ja"]):not([lang="zh-CN"]):not([lang="zh-TW"]) #satoyama_otameshi .main_text_area h2.vertical {
  margin: 0;
}

html:not([lang="ja"]):not([lang="zh-CN"]):not([lang="zh-TW"]) #satoyama_otameshi .photos_area {
  margin-top: 2.5em;
}

#top_bottom_links .list_box_alternated {
  margin-left: 0;
  margin-right: 0;
  align-items: flex-start;
}

#top_bottom_links .list_box_alternated .icon_area {
  top: 0;
  translate: 0;
}

#top_bottom_links .list_box_alternated .text_area {
  margin-top: 1em;
}

#top_bottom_links .list_box_alternated .text_area a {
  padding-bottom: 2em;
}

#top_bottom_links .list_box_alternated .text_area .lead_text {
  font-size: 0.9rem;
  margin-bottom: 0.5em;
}

#top_bottom_links .list_box_alternated .text_area .comment_text {
  margin-top: 0.5em;
}

#top_bottom_links .list_box_alternated:nth-of-type(even) .icon_area {
  border-radius: 0 18px 18px 0;
  left: 0;
}

#top_bottom_links .list_box_alternated:nth-of-type(even) .text_area {
  border-radius: 24px 0 0 24px;
  margin-left: auto;
  margin-right: 0;
}

/* footer
====================================================================================================================================== */
#footer {
  position: relative;
  background-color: #EB7323;
  color: #fff;
  text-align: center;
  padding: 2.5em 0;
}

#footer:before {
  content: "";
  display: block;
  position: absolute;
  bottom: calc(100% - 1px);
  left: -1%;
  width: 110%;
  aspect-ratio: 1260/181;
  background: url(../images/kazari/round_orange.png) no-repeat center bottom;
  background-size: contain;
}

#footer .fukidashi {
  position: absolute;
  top: -15%;
  left: 3%;
  padding-top: 1.3em;
  width: 130px;
  aspect-ratio: 362/252;
  rotate: -10deg;
  background: url(../images/kazari/fukidashi.png) no-repeat center center;
  background-size: contain;
  font-size: 0.8rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

#footer .fukidashi .larger {
  font-size: 1.17em;
}

#footer .fukidashi p {
  margin-bottom: 0;
}

#footer .link_about {
  margin-bottom: 1.2em;
}

#footer .link_about .en {
  font-family: "Darumadrop One", sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 0.2em;
}

#footer .link_about .link_text {
  margin-bottom: 0;
  font-size: 1.8rem;
}

#footer .link_about .link_text a {
  display: inline-block;
  color: inherit;
  padding: 0 1.8em 0 1.3em;
  background: url(../images/icon/link_arrow03_w.svg) no-repeat right center;
  background-size: 1.6em auto;
}

#footer .footer_info {
  margin-bottom: 2.3em;
}

#footer .footer_info .org_name {
  font-weight: bold;
  margin-bottom: 0.2em;
}

#footer .footer_info address {
  font-size: 0.9rem;
}

#footer .button_area {
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-bottom: 2.5em;
}

#footer .button_area a {
  display: block;
  min-width: 0;
  width: min(100%, 320px);
}

#footer .button_area a:last-of-type {
  margin-bottom: 0;
}

#footer .footer_links {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5em;
}

#footer .footer_links li {
  font-size: 0.9rem;
  padding: 0 1.1em;
  border-left: 1px solid #fff;
  line-height: 1;
}

#footer .footer_links li:first-child {
  padding-left: 0;
  border-left: none;
}

#footer .footer_links li:last-child {
  padding-right: 0;
}

#footer .footer_links li a {
  color: #fff;
}

#footer .copyright {
  display: block;
  font-size: 0.875rem;
}

/* side_fixed_box
====================================================================================================================================== */
.top_page {
  display: block;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 9999;
  width: 40px;
}

.top_page img {
  width: 100%;
}

@media (hover: hover) {
  .top_page:hover {
    opacity: 0.8;
  }
}

/* 移住について
====================================================================================================================================== */
#iju_intro_area {
  padding: 0 0 12em;
}

#iju_intro_area .intro_lead_text {
  text-align: center;
  font-weight: bold;
  margin-bottom: 3.5em;
}

#iju_intro_area .movie_wrap {
  aspect-ratio: 16/9;
  margin-bottom: 2.5em;
}

#iju_intro_area .movie_wrap iframe {
  width: 100%;
  height: 100%;
}

#iju_intro_area .button_area {
  margin-bottom: 0;
}

#think_about_iju {
  position: relative;
  margin-bottom: 9em;
}

#think_about_iju.top {
  margin-left: 0;
  margin-right: 0;
}

#think_about_iju.top .inner {
  padding-bottom: 4em;
  position: relative;
}

#think_about_iju.top .inner:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -8%;
  left: 50%;
  z-index: 2;
  translate: -50%;
  width: 94px;
  aspect-ratio: 94/99;
  background: url(../images/kazari/top_section_decoradion.svg) no-repeat;
  background-size: contain;
}

#think_about_iju:before, #think_about_iju:after {
  aspect-ratio: 390/60;
  position: absolute;
  left: 0;
  width: 100%;
}

#think_about_iju:before {
  bottom: 100%;
}

#think_about_iju:after {
  top: 100%;
}

#think_about_iju .kao {
  position: absolute;
  top: calc(-100vw * 60 / 390);
  left: 50%;
  translate: -50% -35%;
  display: flex;
  justify-content: center;
}

#think_about_iju .kao img {
  width: 90px;
}

#think_about_iju .kao img:first-child {
  margin-right: -2px;
}

#think_about_iju .kao img:last-child {
  margin-left: -2px;
}

#think_about_iju h2 {
  border: none;
  padding: 0;
  text-align: center;
  margin-bottom: 0.8em;
}

#think_about_iju h2 img {
  width: 100%;
  max-width: 260px;
}

#think_about_iju .lead_text {
  text-align: center;
  font-weight: bold;
  margin-bottom: 2.5em;
}

#think_about_iju .list_box_alternated {
  margin-bottom: 1em;
}

#think_about_iju .list_box_alternated .text_area:before {
  content: "";
  display: block;
  position: absolute;
  top: -13px;
  z-index: 3;
  width: 52px;
  aspect-ratio: 12/7;
  background-repeat: no-repeat;
  background-size: contain;
}

#think_about_iju .list_box_alternated:nth-of-type(1) .text_area:before {
  background-image: url(../images/kazari/number01.png);
}

#think_about_iju .list_box_alternated:nth-of-type(2) .text_area:before {
  background-image: url(../images/kazari/number02.png);
}

#think_about_iju .list_box_alternated:nth-of-type(3) .text_area:before {
  background-image: url(../images/kazari/number03.png);
}

#think_about_iju .list_box_alternated:nth-of-type(4) .text_area:before {
  background-image: url(../images/kazari/number04.png);
}

#think_about_iju .list_box_alternated:nth-of-type(5) .text_area:before {
  background-image: url(../images/kazari/number05.png);
}

#think_about_iju .list_box_alternated:nth-of-type(6) .text_area:before {
  background-image: url(../images/kazari/number06.png);
}

#think_about_iju .list_box_alternated:nth-of-type(7) .text_area:before {
  background-image: url(../images/kazari/number07.png);
}

#think_about_iju .list_box_alternated:nth-of-type(8) .text_area:before {
  background-image: url(../images/kazari/number08.png);
}

#think_about_iju .list_box_alternated:nth-of-type(9) .text_area:before {
  background-image: url(../images/kazari/number09.png);
}

#think_about_iju .list_box_alternated:nth-of-type(10) .text_area:before {
  background-image: url(../images/kazari/number10.png);
}

#think_about_iju .list_box_alternated:nth-of-type(odd) .text_area:before {
  right: 15px;
}

#think_about_iju .list_box_alternated:nth-of-type(even) .text_area:before {
  left: 15px;
}

#think_about_iju .button_online_soudan {
  margin: 2em -25px 2em;
  display: flex;
  justify-content: flex-end;
}

#think_about_iju .button_online_soudan .button_area {
  margin-bottom: 0;
  position: relative;
}

#think_about_iju .button_online_soudan .button_area .kao_fukidashi {
  position: absolute;
  bottom: 0;
  right: 100%;
  z-index: 1;
  translate: 27px 5px;
}

#think_about_iju .button_online_soudan .button_area .kao_fukidashi .soudan_kao {
  width: 94px;
  rotate: 10deg;
}

#think_about_iju .button_online_soudan .button_area .kao_fukidashi .soudan_kao img {
  width: 100%;
}

#think_about_iju .button_online_soudan .button_area .kao_fukidashi .fukidashi {
  font-size: 0.8rem;
  font-weight: bold;
  color: #4C251E;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 0;
  width: 6.25em;
  aspect-ratio: 362/252;
  padding-top: 0.6em;
  background: url(../images/kazari/fukidashi_beige.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: calc(100% - 15px);
  right: 34%;
  rotate: -5deg;
}

#think_about_iju .button_online_soudan .button_area a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 1.4rem;
  padding: 1.4em 0;
  padding-right: 0.5em;
  border: 3px solid #fff;
  border-right: none;
  min-width: 0;
  width: 300px;
  background-position: right 0.7em center;
  background-size: 0.85em auto;
}

#think_about_iju .button_online_soudan .button_area a span {
  display: block;
}

#think_about_iju .button_online_soudan .button_area a .smaller {
  font-size: 0.7em;
  color: #F4B73D;
}

#other_links {
  margin-bottom: 7em;
}

#iju_soudan {
  position: relative;
  padding-top: 2.5em;
  margin: 4rem 0 0;
}

#iju_soudan .fukidashi {
  position: absolute;
  top: -30px;
  left: -10px;
  font-size: 0.933rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  width: 8.6em;
  padding: 1.4em 1em 0;
  aspect-ratio: 362/252;
  rotate: -5deg;
  background: url(../images/kazari/fukidashi.png) no-repeat;
  background-size: contain;
  margin-bottom: 0;
}

#iju_soudan h2 {
  font-size: 1.4rem;
  text-align: center;
  border: none;
  padding: 0;
  line-height: 1.6;
}

#iju_soudan .button_area a.button_soudan span {
  display: block;
}

#iju_soudan .button_area a.button_soudan .small {
  font-size: 0.75em;
  color: #F4B73D;
}

#iju_soudan .button_area a.button_tel {
  background-color: #fff;
  background-image: none;
  color: #4C251E;
  font-size: 1rem;
  padding-right: 1.8em;
}

#iju_soudan .button_area a.button_tel .telno {
  font-size: 1.4em;
}

/* カレンダー
====================================================================================================================================== */
.calendar_prev_next {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
  line-height: 1;
  font-weight: bold;
}

.calendar_prev_next .y, .calendar_prev_next .ym {
  margin: 0;
}

.calendar_prev_next .y .month_text, .calendar_prev_next .ym .month_text {
  font-size: 1.8rem;
}

.calendar_prev_next .y .month_text .smaller, .calendar_prev_next .ym .month_text .smaller {
  font-size: 0.78em;
}

.calendar_prev_next .move {
  font-size: 1.1rem;
}

.calendar_prev_next .move a {
  display: block;
  position: relative;
}

.calendar_prev_next .move a:before {
  content: "";
  display: block;
  width: 1.27em;
  aspect-ratio: 1/1;
  background: url(../images/icon/link_arrow_b.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}

.calendar_prev_next .move.prev a {
  padding-left: 1.7em;
}

.calendar_prev_next .move.prev a:before {
  left: 0;
  rotate: 180deg;
}

.calendar_prev_next .move.next a {
  padding-right: 1.7em;
}

.calendar_prev_next .move.next a:before {
  right: 0;
}

.month_calendar_table {
  margin-bottom: 20px;
}

.month_calendar_table tbody tr.sat th {
  color: #4DBBF2;
}

.month_calendar_table tbody tr.sun th {
  color: #d00;
}

/* フォーム画面
====================================================================================================================================== */
table.table_form tbody tr:first-of-type td {
  border-top: none;
}

table.table_form tbody th, table.table_form tbody td {
  display: block;
  width: 100%;
}

table.table_form tbody th {
  border-bottom: none;
  background: none;
  padding: 1em 0 0.4em;
}

table.table_form tbody td {
  padding: 0 0 1.3em;
}

table.table_form tbody td .help_text {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.8rem;
  color: #666;
}

table.table_form tbody td ul[id^="formtools_qa-"] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4em 1em;
  margin-bottom: 0 !important;
}

table.table_form tbody td ul[id^="formtools_qa-"] li {
  margin: 0 !important;
  padding: 0 !important;
}

table.table_form tbody td ul[id^="formtools_qa-"] li:before {
  display: none !important;
}

form#inputForm {
  text-align: center;
}

form input,
form button {
  font-size: 14px;
}

form button {
  font-size: 18px;
}

form input[type="text"],
form input[type="email"],
form textarea {
  background: #fff;
  border: none;
  color: #4C251E;
  outline: none;
  padding: 4px 6px;
  font-size: 16px;
  font-weight: normal;
  border-radius: 5px;
  transition: background-color 0.3s, color 0.3s;
}

form input[type="text"],
form input[type="email"] {
  width: 100%;
}

form textarea {
  width: 100%;
  height: 220px;
  line-height: 1.6;
}

form select {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  width: fit-content;
  margin-right: 0.3em;
  border: 1px solid #BFAC8F;
  background: #fff;
  border-radius: 0;
  font-size: 16px;
  padding: 0.35em 0.4em;
}

/*confilm*/
.error {
  color: #f33;
  font-weight: normal;
}

.error:before {
  content: "※";
}

/*確認*/
form table {
  margin-bottom: 2em;
}

.form_send h2 {
  margin-top: 1.5em;
  margin-bottom: 1em;
}

form .column02 {
  overflow: hidden;
}

/*form .column02 dt { float:left; width:27%; margin-bottom:0; }
form .column02 dd { float:left; width:73%; }*/
form .form_file_group {
  margin-bottom: 20px;
  overflow: hidden;
}

form .file_list {
  margin-bottom: 10px;
  overflow: hidden;
}

form .form_tit {
  clear: both;
  letter-spacing: 0.2em;
  padding-right: 10px;
}
