@charset "utf-8";

:root #crm-information-wrap{
  padding-block: 80px;
}
:root #cms-information{
  position: relative;
  width: 100%;
}
:root #cms-information .cms-information__inner {
  width: min(90%,1200px);
  margin-inline: auto;
  display: grid;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
  grid-template-columns: 320px auto;
  column-gap: 80px;
}
:root #cms-information .cms-information__ttl {
  position: relative;
  font-size: 28px;
  line-height: 1;
  letter-spacing: .1em;
  text-align: left;
  color: #00225f;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
:root #cms-information .cms-information__ttl:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: #8090af;
}
:root #cms-information .cms-information__container {
}
:root #cms-information .cms-information__contents {
  position: relative;
  font-size: 24px;
  line-height: 1.75;
  letter-spacing: .1em;
  padding-bottom: 20px;
  margin-bottom: 17px;
  border-bottom: solid 1px #cccccc;
}
:root #cms-information .cms-information__contents-toggle {
  padding-right: 60px;
}
:root #cms-information .cms-information__contents:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
:root #cms-information .cms-information__heading {
  position: relative;
  line-height: 1.75;
}
:root #cms-information .cms-information__contents-0 .cms-information__heading {
  font-size: 1.34em;
}
:root #cms-information .cms-information__link {
  display: block;
  font-size: inherit;
  cursor: pointer;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  color: #00225f;
}
:root #cms-information .cms-information__link:hover {
  text-decoration: none;
}
:root #cms-information .js-toggle-button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  background: #f2f4f7;
  box-sizing: border-box;
  border-radius: 50%;
  width: 1.666666666666667em;
  height: 1.666666666666667em;
  z-index: 1;
}
:root #cms-information .cms-information__contents-0 .js-toggle-button {
  top: 0.4em;
}
:root #cms-information .js-toggle-button:before,
:root #cms-information .js-toggle-button:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%) rotate(0);
  width: 0.833333333333333em;
  height: 1px;
  background: #667a9f;
}
:root #cms-information .js-toggle-button:after {
  transform: translate(-50%,-50%) rotate(90deg);
  transition: transform .2s linear;
  will-change: transform;
}
:root #cms-information .js-toggle-button.active:after {
  transform: translate(-50%,-50%) rotate(0);
}
:root #cms-information .cms-information__desc {
  transition: height .3s linear;
  will-change: height;
  height: 0;
  overflow: hidden;
  font-size: .6em;
  line-height: 1.75;
}
:root #cms-information .cms-information__contents-0 .cms-information__desc {
  font-size: .75em;
}
@media screen and (max-width: 1200px){
  :root #cms-information .cms-information__inner {
    display: block;
    text-align: center;
  }
  :root #cms-information .cms-information__container {
    display: inline-block;
  }
  :root #cms-information .cms-information__contents {
    text-align: left;
  }
  :root #cms-information .cms-information__ttl {
    display: block;
    text-align: center;
    width: 100%;
    margin-right: 0;
    padding-bottom: 20px;
    margin-bottom: 17px;
  }
  :root #cms-information .cms-information__ttl:after {
    left: 0;
    margin-inline: auto;
    width: 100px;
    height: 1px;
  }
}
@media screen and (max-width: 768px) {
  :root #cms-information .cms-information__contents{
    font-size: 20px;
  }
  :root #cms-information .cms-information__desc {
    font-size: .8em;
  }
  :root #cms-information .cms-information__contents-0 .cms-information__desc {
    font-size: .9em;
  }
}
@media screen and (max-width: 480px) {
  :root #crm-information-wrap {
    padding-block: 40px;
  }
  :root #cms-information .cms-information__ttl {
    font-size: 22px;
  }
  :root #cms-information .cms-information__contents {
    font-size: 14px;
    padding-bottom: 14px;
    margin-bottom: 13px;
  }
  :root #cms-information .cms-information__contents-toggle {
    padding-right: 40px;
  }
  :root #cms-information .cms-information__link {
    text-decoration-thickness: 1px;
  }
}