/*Foudation Customize*/

/*----- fonts ----*/
html {
  font-size: 110%;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
}

/*----- colors ----*/
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #8f6b24;
  color: #fefefe;
	font-weight: 500;
}
.button:hover, .button:focus {
  background-color: #ab7e04;
  color: #fefefe;
}
.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #8f6b24;
  color: #8f6b24;
	background-color: white;
}
.button.hollow:hover, .button.hollow:focus {
  border: 1px solid #8f6b24;
  color: #8f6b24;
  background-color: #e7dfd0;
}
h1, .h1 {
	font-size: 1.6rem;
	font-weight: bold;
  margin-bottom: 3rem;
}
h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1rem;
	font-weight: bold;
	color: #8f6b24;
}
h3, .h3 {
	font-size: 1.25rem;
	font-weight: bold;
  margin-bottom: 1.5rem;
}
h4, .h4 {
	font-size: 1.1rem;
	font-weight: 800;
  margin: 1.5rem 0;
	color: #8f6b24;
}
label, legend, h5, .h5 {
	font-size: 1rem;
	font-weight: 600;
}
.help-text {
	font-style: normal;
}
.help-text a {
	color: black;
	text-decoration: underline;
}
.help-text a img {
	width: 14px;
	height: 15px;
	margin-left: 3px;
}
textarea {
    height: 4rem;
}
/*----- top-nav ----*/

.topbar-responsive {
  background: #2c3840;
  padding: 1rem 1.5rem;
}

.topbar-responsive__top {
	background: white;
}
.topbar-responsive .menu {
  background: #2c3840;
}
.topbar-responsive__top .menu {
	background: white;
}
.topbar-responsive .menu li:last-of-type {
  margin-right: 0;
}

.topbar-responsive .menu a {
  color: #fefefe;
  transition: color 0.15s ease-in;
}
.topbar-responsive__top .menu a {
  color: black;
  transition: color 0.15s ease-in;
}

.topbar-responsive .menu a:hover {
  color: #c6d1d8;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
          box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: "";
}
.menu-icon__top::after {
  background: black;
  -webkit-box-shadow: 0 7px 0 black, 0 14px 0 black;
          box-shadow: 0 7px 0 black, 0 14px 0 black;
  content: "";
}
.menu-icon:hover::after {
  background: #cacaca;
  -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
          box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
          box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
          box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

@media screen and (max-width: 63.99875em) {
  .topbar-responsive .menu a {
    padding: 0.875rem 0;
  }
}

.topbar-responsive .menu .topbar-responsive-button {
  color: #fefefe;
  border-color: #fefefe;
  border-radius: 5000px;
  transition: color 0.15s ease-in, border-color 0.15s ease-in;
}

.topbar-responsive .menu .topbar-responsive-button:hover {
  color: #c6d1d8;
  border-color: #c6d1d8;
}

@media screen and (max-width: 63.99875em) {
  .topbar-responsive .menu .topbar-responsive-button {
    width: 100%;
    margin: 0.875rem 0;
  }
}

@media screen and (max-width: 63.99875em) {
  .topbar-responsive {
    padding: 0.75rem;
  }
  .topbar-responsive .top-bar-title {
    position: relative;
    width: 100%;
  }
  .topbar-responsive .top-bar-title span {
    position: absolute;
    right: 0;
    border: 1px solid #fefefe;
    border-radius: 5px;
    padding: 0.25rem 0.45rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .topbar-responsive .top-bar-title span .menu-icon {
    margin-bottom: 4px;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@media screen and (max-width: 39.9375em) {
  .topbar-responsive-links {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    width: 100%;
    -webkit-animation: fadeIn 1s ease-in;
            animation: fadeIn 1s ease-in;
  }
}
/*----- top-accordion ----*/
.accordion-title {
	font-size: 1em;
	color: black;
	border: none;
	padding: 1em 3em 1em 0;
}
/*----- top-carousel ----*/
.orbit-container {
	height: 225px;
}
.orbit-caption {
	font-size: 0.9rem;
	padding: 0.3rem;
}
.orbit-bullets button {
	width: 10px;
	height: 10px
}
/*----- callout ----*/
.callout {
  border: none;
  background:#f3f0e6;
}