@charset "UTF-8";

/* common */

.header {
  width: 100%;
  min-height: 3.2rem;
  color: #454d5d;
  border-bottom: 1px solid rgba(172, 179, 194, 0.2);
  background: #fff;
}

.header-pc {
  display: flex;
  height: 3.2rem;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em 0 0.3em;
}

.header-logo img {
  width: 231px;
  height: 35px;
}

@media (max-width: 768px) {
  .header-pc {
    justify-content: flex-start;
  }
}

.off-canvas .off-canvas-toggle {
  font-size: 1rem;
  right: 0.75rem;
  position: fixed;
  top: 0.75rem;
}

.side-menu {
  list-style: none;
  margin: 0;
  min-width: 220px;
  padding: 0.4rem;
  transform: translateY(0.2rem);
  z-index: 300;
}

.side-menu .menu-item {
  margin-top: 0;
  padding: 0 0.4rem;
  position: relative;
  text-decoration: none;
}
.side-menu .menu-item > a {
  color: inherit;
  display: block;
  margin: 0 -0.4rem;
  padding: 0.5rem 0.4rem;
  text-decoration: none;
}

/* ttl text*/

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

.text-italic {
  font-style: italic;
}

.text-middle {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 0.5em;
}
.text-large {
  font-weight: 500;
  font-size: 1.2rem;
}
.text-large span {
  font-size: 0.8rem;
}
.text-xlarge {
  font-weight: 500;
  font-size: 1.4rem;
}

.text-xlarge span {
  font-size: 0.8rem;
}
.main-ttl {
  font-size: 1.1rem;
  color: inherit;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.5em;
  margin-top: 0;
}

.p-ttl {
  color: rgb(144, 57, 36);
  margin-bottom: 0.5em;
  margin-top: 1.5em;
  line-height: 36px;
  position:relative;
  line-height:1.5em;
  padding-left:1.25em;
}
.sec-ttl {
  font-size: 1.4rem;
  color: rgb(144, 57, 36);
  margin-bottom: 1em;
  margin-top: 1.5em;
}
.sec-ttl span {
  font-size: 1rem;
}
.has-bgline {
  background: url(../images/bg-line.png) no-repeat;
  background-position: center center;
}

.panelbox {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1),
    0 0 0 1px rgba(10, 10, 10, 0.1);
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
}

.panelbox {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}

.panelbox strong {
  color: currentColor;
}

.panelbox a:not(.button):not(.tag) {
  color: currentColor;
  text-decoration: underline;
}

.panelbox-header {
  align-items: center;
  background-color: rgb(144, 57, 36);
  color: #fff;
  font-weight: 500;
  font-size: 1.15rem;
  display: flex;
  justify-content: center;
  line-height: 1.5;
  padding: 0.5em 0.5em;
  position: relative;
}

.panelbox-header + .panelbox-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}

.panelbox-body {
  border-radius: 3px;
  color: #4a4a4a;
  padding: 1.5em;
}

.is-01:before{
  position:absolute;
  left:0;
  content:"";
  display:inline-block;
  width:31px;
  height:36px;
  background:url(../images/no01.jpg) no-repeat;
  background-size:contain;
}
.is-02:before{
    position:absolute;
  left:0;
  content:"";
  display:inline-block;
  width:31px;
  height:36px;
  background:url(../images/no02.jpg) no-repeat;
  background-size:contain;
}
.is-03:before{
    position:absolute;
  left:0;
  content:"";
  display:inline-block;
  width:31px;
  height:36px;
  background:url(../images/no03.jpg) no-repeat;
  background-size:contain;
}
.is-04:before{
    position:absolute;
  left:0;
  content:"";
  display:inline-block;
  width:31px;
  height:36px;
  background:url(../images/no04.jpg) no-repeat;
  background-size:contain;
}