@charset "UTF-8";
#header {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  left: 0;
  top: 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  width: 100%;
  z-index: 1000;
  background-color: #ffffff;
  position: inherit !important;
  padding: 0 30px;
}

#header_container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 0 auto;
  max-width: 1200px;
  min-width: 790px;
  padding: 10px 0;
  width: 100%;
}
@media (max-width: 767px) {
  #header_container {
    padding: 0;
  }
}

#header_logo {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 200px;
}

@media (max-width: 767px) {
  #header_logo img {
    max-width: 160px;
    margin-top: 8px;
  }
  #header_logo a {
    width: 90%;
  }
}
#header_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  margin-left: auto;
  width: 80%;
}

#header_navi ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-bottom: 0;
  padding: 1px 0;
}

#header_navi ul li {
  color: #fff;
  font-size: 14px;
  list-style-type: none;
  padding: 0.5em 0;
  position: relative;
}

#header_navi ul li p {
  margin-bottom: 0;
  cursor: pointer;
  margin-bottom: 0;
  display: block;
  padding: 10px 18px;
  background: #ffffff;
  font-weight: normal;
  border-radius: 7px;
}
@media (max-width: 767px) {
  #header_navi ul li p {
    background: #b6b5b6;
    color: #ffffff;
    font-weight: 700;
  }
}

#header_navi ul li i {
  margin-left: 5px;
}
#header_navi ul li i a {
  color: #3a393a;
  display: block;
  padding: 1px 10px;
}
#header_navi ul li i a:hover {
  border-radius: 4px;
  color: #4dc6c1;
}

#header_navi ul li + li {
  margin-left: 30px;
}

#header_navi ul li > ul {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  display: block;
  left: 0;
  margin-top: 3px;
  opacity: 0;
  padding: 10px 0;
  pointer-events: none;
  position: absolute;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  z-index: 199;
}

#header_navi ul li > ul > li {
  height: auto;
  margin-left: 0;
  padding: 0;
  word-break: keep-all;
}

#header_navi ul li > ul > li + li {
  margin-left: 0;
}

#header_navi ul li > ul > li > a {
  color: #555;
  padding: 0.4em 20px;
  white-space: nowrap;
  font-weight: normal;
}

#header_navi ul li > ul > li > a:hover {
  border-radius: 0;
}

#header_navi ul li:hover > ul {
  margin-top: 7px;
  opacity: 1;
  pointer-events: all;
}

#navigation ul {
  list-style: none;
  margin: 0;
}

#navigation ul li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}

#navigation ul li a {
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
  color: #555;
  display: block;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  text-align: center;
}

#navigation > ul > li > a {
  font-size: 13px;
  color: #777;
}

@media (max-width: 767px) {
  #header {
    padding: 0 0 26px 0 !important;
  }
  #header, #header_container, #header_navi, #header_navi > ul {
    display: block;
    width: 100%;
    z-index: 9999;
    background-color: #ffffff;
  }
  #header_container {
    height: auto;
    min-width: auto;
    padding: 0;
  }
  #header_logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 72px;
    left: 0;
    padding: 0 20px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 102;
    background-color: #ffffff;
    border-bottom: 1px solid #ffffff;
    max-width: inherit;
  }
  #header_logo #navi-btn > span:first-of-type {
    top: 0;
  }
  #header_logo #navi-btn > span:nth-of-type(2) {
    top: 9px;
  }
  #header_logo #navi-btn > span:nth-of-type(3) {
    bottom: 0;
  }
  #navi-btn {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    height: 22px;
    margin-left: auto;
    position: relative;
    -webkit-transition: 0.8s ease;
    transition: 0.8s ease;
    width: 25px;
  }
  #navi-btn > span {
    background-color: #b6b5b6;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    height: 4px;
    left: 0;
    position: absolute;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
  }
  #header_navi {
    background-color: #fff;
    height: 100%;
    margin-left: 0;
    margin-top: -100vh;
    overflow-y: scroll;
    position: fixed;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    z-index: 11;
  }
  #header_navi ul {
    margin-top: 20px;
    padding: 0 20px;
  }
  #header_navi ul:first-child {
    border-top: 1px solid #cccccc;
  }
  #header_navi ul li a:hover {
    background: 0 0;
  }
  #header_navi ul > li {
    display: block;
    font-size: 14px;
    height: auto;
    padding: 20px 0;
    width: 100%;
  }
  #header_navi ul > li, #header_navi #header_navi ul > li > p {
    border-top: 1px solid #d8d8d8;
  }
  #header_navi ul li:first-child {
    border-top: none;
  }
  #header_navi ul > li + li {
    margin-left: 0;
  }
  #header_navi ul > li > ul {
    background: 0 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    margin: 10px 0 0 0;
    opacity: 1;
    padding: 0;
    position: static;
    width: auto;
  }
  #header_navi ul > li > ul > li {
    border: 0;
    padding: 10px 0;
    width: 100%;
  }
  #header_navi ul > li > ul > li > a {
    padding: 0 20px;
  }
  #header_navi ul > li > ul > li > a:hover {
    background: 0 0;
  }
  #header_navi ul > li a, #header_navi #header_navi ul > li p {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
  }
  #header_navi ul > li a {
    color: #444;
    font-weight: 700;
    text-decoration: none;
    width: 100%;
    display: block;
  }
  #header_navi .nested-li.search {
    margin-top: 20px;
  }
  #header_navi ul > li.nested-li {
    border-top: 0;
    padding: 0;
    margin-bottom: 20px;
    text-align: left;
    -webkit-transform: rotate(0.05deg);
            transform: rotate(0.05deg);
  }
  #header_navi ul > li.nested-li:nth-child(n+3) {
    width: 100%;
    padding: 0 20px;
  }
  #header_navi ul > li:first-child p {
    border-top: 0;
  }
  #header_navi ul + ul {
    margin-left: 0;
  }
  #header_navi.show-navi {
    margin-top: 52px;
    padding-bottom: 60px;
  }
}
input#s {
  height: min(10.5vw, 40px);
  border-radius: 7px 0 0 7px;
  border: 1px solid #b6b5b6;
  color: #333333;
  padding: 0 8px;
}

input[type=text]:focus {
  outline: none;
}

.search_form button {
  padding: 0;
  border: none;
  background: transparent;
  display: initial;
  float: right;
}
@media (max-width: 767px) {
  .search_form button {
    width: 11%;
  }
}

.search_form button img {
  border-radius: 0 7px 7px 0;
  cursor: pointer;
  width: 41px;
}

.vpc {
  display: block !important;
}

.vsp {
  display: none !important;
}

/*---------------------------------------------*/
@media (max-width: 767px) {
  input#s {
    width: 89%;
  }
  .vpc {
    display: none !important;
  }
  .vsp {
    display: block !important;
    text-align: center;
  }
}
#header_navi ul > li.nested-li.main_navi {
  border-top: 0;
  padding: 0;
  margin-bottom: 0;
  background-color: #ffffff;
  text-align: left;
}
#header_navi ul > li.nested-li.main_navi p {
  padding: 0;
}
#header_navi ul > li.nested-li.main_navi p a {
  text-decoration: none;
  color: #3a393a;
}
#header_navi ul > li.nested-li.main_navi p a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  #header_navi ul > li.nested-li.main_navi {
    border-bottom: 1px #cccccc solid;
  }
  #header_navi ul > li.nested-li.main_navi p {
    background-color: #ffffff;
    padding: 0;
    border-radius: 0;
  }
  #header_navi ul > li.nested-li.main_navi p a {
    border-radius: 0;
    padding: min(4vw, 24px) min(8vw, 30px);
    width: 100%;
    display: block;
    text-decoration: none;
  }
}

@media (max-width: 767px) {
  #header_navi ul > li.nested-li.main_navi:first-child {
    border-top: 1px #cccccc solid;
  }
}

button {
  line-height: 0;
}

form.search_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inside-header.grid-container {
  max-width: 1200px;
}

.site.grid-container {
  max-width: inherit;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: calc(100vh - 33px);
}

body #top_icon {
  -webkit-filter: invert(65%) sepia(45%) saturate(6854%) hue-rotate(296deg) brightness(82%) contrast(96%);
  filter: invert(65%) sepia(45%) saturate(6854%) hue-rotate(296deg) brightness(82%) contrast(96%);
}

body.ai article#Underlayer-guide .uguide-content .uguide-page h1 {
  font-size: clamp(22px, 3.5vw, 27px);
  font-weight: bold;
}

body.ai article#Underlayer-guide .uguide-content .uguide-page h2 {
  font-size: clamp(19px, 3.5vw, 23px);
  line-height: 1.7;
}

body.ai article#Underlayer-guide .uguide-content .uguide-page .entry-content {
  font-size: clamp(14px, 3.5vw, 18px);
  line-height: 1.7;
}

body.ai article#Underlayer-guide .uguide-content .uguide-page .entry-content ul {
  margin: 0 0 1.5em 2.5em;
}

footer {
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}

.wapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #ffffff;
  overflow: hidden;
}

body.ai {
  font-family: "M PLUS 1p", sans-serif !important;
  font-size: 18px;
}
body.ai .inside-header {
  padding: 10px 0;
}
body.ai .copyright {
  font-size: clamp(14px, 3.5vw, 18px);
}
body.ai .is-left-sidebar {
  display: none;
}
body.ai .site-content .content-area {
  width: 100%;
}
body.ai main#main {
  margin: 0;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
body.ai .title-top-h2 {
  text-align: center;
  font-size: clamp(22px, 3.5vw, 27px);
  font-weight: bold;
  margin: 0 auto clamp(10px, 3vw, 30px) auto;
  color: #cd4694;
}
body.ai article#Underlayer-top {
  padding: 0;
  margin: 0;
  background-color: #f577a8;
}
body.ai article#Underlayer-top .utop-content {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: clamp(10px, 5vw, 70px);
  padding-left: clamp(10px, 5vw, 30px);
  padding-right: clamp(10px, 5vw, 30px);
  color: #ffffff;
}
body.ai article#Underlayer-top .utop-content p.pan {
  font-size: clamp(13px, 3.5vw, 16px);
  color: #ffffff;
}
body.ai article#Underlayer-top .utop-content p.pan span {
  color: #b6b5b6;
}
body.ai article#Underlayer-top .utop-content p.pan a {
  text-decoration: none;
  color: #ffffff;
}
body.ai article#Underlayer-top .utop-content p.pan a:hover {
  text-decoration: underline;
  color: #ffffff;
}
body.ai article#Underlayer-top .utop-content h2 {
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: bold;
  margin-top: clamp(10px, 5vw, 70px);
}
body.ai article#Underlayer-top .utop-content p.h2-text {
  font-size: clamp(14px, 3.5vw, 18px);
  margin: 0;
}
body.ai article#guide {
  padding: clamp(30px, 5vw, 50px) clamp(10px, 5vw, 30px);
  margin-bottom: 0;
  background-color: #f7f8f9;
}
@media (max-width: 767px) {
  body.ai article#guide {
    padding: 3%;
  }
}
body.ai article#guide .guide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
body.ai article#guide .guide-content .guide-beginner.width50 {
  width: 49.2% !important;
}
@media (max-width: 767px) {
  body.ai article#guide .guide-content .guide-beginner.width50 {
    width: 100% !important;
  }
}
body.ai article#guide .guide-content .guide-beginner.width50 .guide-beginner-l {
  width: 30%;
}
body.ai article#guide .guide-content .guide-beginner.width50 .guide-beginner-l img {
  max-width: 120px;
}
body.ai article#guide .guide-content .guide-beginner.width50 .guide-beginner-r {
  width: 70%;
}
body.ai article#guide .guide-content .guide-beginner {
  background-color: #ffffff;
  width: 100%;
  margin-bottom: 20px;
  padding: 3% 2.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  body.ai article#guide .guide-content .guide-beginner {
    padding: 5% 2.5%;
  }
}
body.ai article#guide .guide-content .guide-beginner .guide-beginner-l {
  width: 14%;
  min-width: 145px;
  text-align: center;
  padding: 0 20px;
}
@media (max-width: 767px) {
  body.ai article#guide .guide-content .guide-beginner .guide-beginner-l {
    padding: 0;
    width: 16%;
    min-width: 100px;
  }
  body.ai article#guide .guide-content .guide-beginner .guide-beginner-l img {
    max-width: 100px !important;
  }
}
body.ai article#guide .guide-content .guide-beginner .guide-beginner-l img {
  max-width: 120px;
}
body.ai article#guide .guide-content .guide-beginner .guide-beginner-r {
  width: 86%;
}
@media (max-width: 767px) {
  body.ai article#guide .guide-content .guide-beginner .guide-beginner-r {
    width: 84%;
    padding: 0 5px 0 10px;
    position: relative;
  }
  body.ai article#guide .guide-content .guide-beginner .guide-beginner-r p {
    font-size: clamp(16px, 2.7vw, 30px);
    margin-top: 10px;
  }
}
body.ai article#guide .guide-content .guide-beginner .guide-list-detail {
  text-align: right;
}
@media (max-width: 767px) {
  body.ai article#guide .guide-content .guide-beginner .guide-list-detail {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
body.ai article#guide .guide-content .guide-beginner .guide-sp-top {
  pointer-events: none;
  text-decoration: none;
}
body.ai article#guide .guide-content .guide-beginner .title-top-h2 {
  text-align: left;
  font-size: clamp(16px, 2.7vw, 30px);
  font-weight: bold;
  margin: 0 auto clamp(10px, 3vw, 30px) auto;
  color: #3a393a;
}
@media (max-width: 767px) {
  body.ai article#guide .guide-content .guide-beginner .title-top-h2 {
    text-align: left;
    margin: 0;
  }
}
@media (max-width: 767px) {
  body.ai article#guide .guide-content .guide-beginner a.guide-sp-top {
    text-decoration: none;
    pointer-events: painted;
    width: 100%;
    height: 100%;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body.ai article#guide .guide-content .guide-beginner a.guide-sp-top p {
    margin: 0 0 10px 0;
  }
}
body.ai article#guide .guide-content .guide-list {
  background-color: #ffffff;
  width: 32%;
  padding: 3% 2.5%;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
}
body.ai article#guide .guide-content .guide-list .guide-sp-top {
  pointer-events: none;
  text-decoration: none;
}
@media (max-width: 767px) {
  body.ai article#guide .guide-content .guide-list a.guide-sp-top {
    text-decoration: none;
    pointer-events: painted;
    width: 100%;
    height: 100%;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body.ai article#guide .guide-content .guide-list a.guide-sp-top p {
    margin: 0 0 10px 0;
  }
}
body.ai article#guide .guide-content .guide-list .title-top-h2 {
  text-align: left;
  font-size: clamp(16px, 2.7vw, 30px);
  font-weight: bold;
  margin: 0 auto clamp(10px, 3vw, 30px) auto;
  color: #3a393a;
}
@media (max-width: 767px) {
  body.ai article#guide .guide-content .guide-list .title-top-h2 {
    text-align: center;
    margin: 0;
  }
}
body.ai article#guide .guide-content .guide-list .guide-list-detail {
  text-align: right;
}
@media (max-width: 767px) {
  body.ai article#guide .guide-content .guide-list .guide-list-detail {
    margin-top: 12px;
  }
}
body.ai article#guide .guide-content .guide-list p {
  height: auto;
  min-height: 70px;
  font-size: clamp(13px, 3.5vw, 16px);
}
body.ai article#guide .guide-content .guide-list p.top-p {
  display: initial;
  vertical-align: text-top;
}
@media (max-width: 767px) {
  body.ai article#guide .guide-content .guide-list p.top-p {
    display: inherit;
  }
}
body.ai article#guide .guide-content .guide-list p.top-p img {
  max-width: 40px;
}
@media (max-width: 767px) {
  body.ai article#guide .guide-content .guide-list p.top-p img {
    max-width: inherit;
  }
}
@media (max-width: 767px) {
  body.ai article#guide .guide-content .guide-list {
    width: 50%;
    min-height: 168px;
    height: 38vw;
    border: solid #b6b5b6;
    border-width: 0 1px 1px 0;
    padding: 0;
  }
}
body.ai article#contact-content {
  padding: clamp(30px, 5vw, 50px) clamp(10px, 5vw, 30px);
  margin: 0;
}
body.ai article#contact-content .inside-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 0;
}
@media (max-width: 767px) {
  body.ai article#contact-content .inside-article {
    padding: 0;
  }
}
body.ai article#contact-content .inside-article .entry-content {
  width: 100%;
}
body.ai article#contact-content .inside-article .entry-content label {
  font-size: clamp(14px, 3.5vw, 18px);
  line-height: 2;
}
body.ai article#contact-content .inside-article .entry-content .wpcf7-submit {
  margin: 0 auto;
  display: block;
  text-align: center;
  color: #fff;
  background: #cd4694;
  font-size: 14px;
  border-radius: 12px;
  text-decoration: none;
  padding: 10px 20px;
  opacity: 1;
  width: 160px;
}
body.ai article#Underlayer-guide {
  padding: clamp(30px, 5vw, 50px) clamp(10px, 5vw, 30px);
  margin: 0;
}
body.ai article#Underlayer-guide .uguide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
body.ai article#Underlayer-guide .uguide-content .uguide-list:nth-child(1), body.ai article#Underlayer-guide .uguide-content .uguide-list:nth-child(2) {
  padding-top: 0;
}
body.ai article#Underlayer-guide .uguide-content .uguide-list {
  width: 49%;
  margin-bottom: 10px;
  padding: clamp(10px, 5vw, 30px);
}
@media (max-width: 767px) {
  body.ai article#Underlayer-guide .uguide-content .uguide-list {
    width: 100%;
    padding-top: 0;
    padding-right: clamp(10px, 3vw, 30px);
    padding-left: clamp(10px, 3vw, 30px);
  }
}
body.ai article#Underlayer-guide .uguide-content .uguide-list h3 {
  font-size: clamp(22px, 3.5vw, 27px);
  font-weight: bold;
  border-bottom: solid 3px #b6b5b6;
  position: relative;
  padding: 8px 0;
}
body.ai article#Underlayer-guide .uguide-content .uguide-list h3:after {
  position: absolute;
  display: block;
  content: " ";
  border-bottom: solid 3px #cd4694;
  bottom: -3px;
  width: 40%;
}
body.ai article#Underlayer-guide .uguide-content .uguide-list ul {
  margin: 6% 0 0 6%;
}
body.ai article#Underlayer-guide .uguide-content .uguide-list ul li {
  font-size: clamp(14px, 3.5vw, 18px);
  margin: 1% 0;
  list-style: circle;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  body.ai article#Underlayer-guide .uguide-content .uguide-list ul li {
    margin: 4% 0;
  }
}
body.ai article#Underlayer-guide .uguide-content .uguide-list ul li a {
  text-decoration: none;
  color: #3a393a;
}
body.ai article#Underlayer-guide .uguide-content .uguide-list ul li a:hover {
  text-decoration: underline;
}
body.ai article#Underlayer-guide .uguide-content .uguide-page-list {
  width: 30%;
  margin-bottom: 10px;
  padding: 10px 15px clamp(10px, 5vw, 30px) 0;
}
body.ai article#Underlayer-guide .uguide-content .uguide-page-list ul {
  list-style: none;
  text-decoration: none;
  margin-left: 0;
}
body.ai article#Underlayer-guide .uguide-content .uguide-page-list ul li.side-menu {
  margin-bottom: 0;
  border-bottom: 1px solid #b6b5b6;
}
body.ai article#Underlayer-guide .uguide-content .uguide-page-list ul li.side-menu p.nav-open.click-open.active {
  font-weight: bold;
}
body.ai article#Underlayer-guide .uguide-content .uguide-page-list ul li.side-menu a {
  text-decoration: none;
  height: 100%;
  width: 100%;
  display: block;
  color: #3a393a;
}
body.ai article#Underlayer-guide .uguide-content .uguide-page-list ul li.side-menu .nav-open {
  margin: 0;
  padding: 20px 40px 20px 20px;
  color: #3a393a;
  font-size: clamp(14px, 3.5vw, 18px);
  position: relative;
  cursor: pointer;
}
body.ai article#Underlayer-guide .uguide-content .uguide-page-list ul li.side-menu .nav-open::before {
  content: "＋";
  position: absolute;
  right: 20px;
}
body.ai article#Underlayer-guide .uguide-content .uguide-page-list ul li.side-menu .nav-open.active::before {
  content: "－";
}
body.ai article#Underlayer-guide .uguide-content .uguide-page-list ul li.side-menu .nav-open:hover {
  opacity: 0.8;
}
body.ai article#Underlayer-guide .uguide-content .uguide-page-list ul li.side-menu .nav-open,
body.ai article#Underlayer-guide .uguide-content .uguide-page-list ul li.side-menu nav {
  width: 100%;
}
body.ai article#Underlayer-guide .uguide-content .uguide-page-list ul li.side-menu nav {
  margin: 0 auto;
  display: none;
  overflow: hidden;
  -webkit-transition: none;
  transition: none;
}
body.ai article#Underlayer-guide .uguide-content .uguide-page-list ul li.side-menu nav ul {
  margin-left: 64px;
}
body.ai article#Underlayer-guide .uguide-content .uguide-page-list ul li.side-menu nav ul li {
  list-style: circle;
  list-style-position: outside;
  padding: 0 0 10px 0;
}
body.ai article#Underlayer-guide .uguide-content .uguide-page-list ul li.side-menu nav ul li a {
  padding: 0;
  display: inline;
}
body.ai article#Underlayer-guide .uguide-content .uguide-page-list ul li.side-menu nav ul li a:hover {
  text-decoration: underline;
}
body.ai article#Underlayer-guide .uguide-content .uguide-page-list ul li.side-menu .click-slide + nav,
body.ai article#Underlayer-guide .uguide-content .uguide-page-list ul li.side-menu .hover-slide + nav {
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translatex(200%);
          transform: translatex(200%);
  -webkit-transition-duration: 0.4s !important;
          transition-duration: 0.4s !important;
}
body.ai article#Underlayer-guide .uguide-content .uguide-page-list ul li.side-menu .click-slide.active + nav,
body.ai article#Underlayer-guide .uguide-content .uguide-page-list ul li.side-menu .hover-slide.active + nav {
  -webkit-transform: translatex(0);
          transform: translatex(0);
}
body.ai article#Underlayer-guide .uguide-content .uguide-page-list ul li.side-menu.page-active p {
  font-weight: bold;
  font-size: clamp(14px, 3.5vw, 18px);
  border-bottom: 3px solid #3a393a;
  padding-bottom: 18px;
  margin-bottom: 14px;
  padding-left: 10px;
  padding-top: 20px;
}
body.ai article#Underlayer-guide .uguide-content .uguide-page-list ul li.side-menu.page-active ul {
  margin-bottom: 20px;
  margin-left: 40px;
  margin-right: 20px;
  font-size: clamp(13px, 3.5vw, 16px);
}
body.ai article#Underlayer-guide .uguide-content .uguide-page-list ul li.side-menu.page-active li {
  list-style: circle;
  list-style-position: outside;
  padding: 10px 0 10px 0;
}
body.ai article#Underlayer-guide .uguide-content .uguide-page-list ul li.side-menu.page-active li a {
  padding: 0;
  display: inline;
}
body.ai article#Underlayer-guide .uguide-content .uguide-page-list ul li.side-menu.page-active li a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  body.ai article#Underlayer-guide .uguide-content .uguide-page-list {
    display: none;
  }
}
body.ai article#Underlayer-guide .uguide-content .uguide-page {
  width: 70%;
  margin-bottom: 10px;
  padding: clamp(10px, 5vw, 30px);
}
@media (max-width: 767px) {
  body.ai article#Underlayer-guide .uguide-content .uguide-page {
    width: 100%;
    padding-top: 0;
    padding-right: clamp(10px, 3vw, 30px);
    padding-left: clamp(10px, 3vw, 30px);
  }
}
body.ai article#Underlayer-guide .uguide-content .uguide-page h3 {
  font-size: clamp(22px, 3.5vw, 27px);
  font-weight: bold;
}
body.ai article#Underlayer-guide .uguide-content .uguide-page .uguide-page-content p {
  font-size: clamp(14px, 3.5vw, 18px);
  line-height: 1.7;
}
body.ai .site-info {
  background-color: #969696;
  color: #ffffff;
}

a.button_detail {
  margin: 0;
  text-align: center;
  color: #fff;
  background: #cd4694;
  font-size: 14px;
  border-radius: 12px;
  text-decoration: none;
  padding: 10px 20px;
  opacity: 1;
}

a:hover.button_detail {
  background: #d573ac;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.inside-site-info {
  padding: 10px 0 !important;
}

.my_svg path {
  color: #fff;
  fill: currentColor;
}

.pageSubTitle2 {
  font-size: clamp(14px, 3.5vw, 18px);
  font-weight: 400;
  font-style: normal;
  color: #4D4D4D;
  margin: 0;
}

.contentText {
  font-size: clamp(14px, 3.5vw, 18px);
  font-weight: 400;
  font-style: normal;
  color: #4D4D4D;
  margin: 0;
}

.qa {
  padding-top: 180px;
  padding-bottom: 278px;
}

.qa__box {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.qa__box > dl > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px min(5.9vw, 24px);
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  color: #f577a8;
  background: #f8f8f8;
  font-size: clamp(14px, 3.5vw, 18px);
  border-radius: 12px;
  border: 2px solid #f577a8;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .qa__box > dl > dt {
    padding: 10px 40px 10px 20px;
  }
}

.qa__box > dl > dt .crossBar {
  width: 21px;
  height: 21px;
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .qa__box > dl > dt .crossBar {
    right: 12px;
  }
}

.qa__box > dl > dt .crossBar::before {
  content: "";
  display: inline-block;
  width: 1.6px;
  height: 100%;
  background-color: #4D4D4D;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform-origin: center center;
          transform-origin: center center; /* 中心を基準にtransform */
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.qa__box > dl > dt .crossBar::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1.6px;
  background-color: #4D4D4D;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.qa__box > dl > dt > span {
  font-size: clamp(22px, 3.5vw, 27px);
  line-height: 1.75;
  font-weight: 500;
  font-style: normal;
  color: #5FB1DE;
  margin-right: 12px;
}
.qa__box > dl > dd {
  margin: 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  padding: 0 min(5.9vw, 24px); /* paddingの上下を0にする */
  max-height: 0; /* max-heightを0にする、レスポンシブ対応 */
  overflow: hidden; /* overflow: hidden;を付けるのがポイント */
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.qa__box > dl > dd > span {
  font-size: 28px;
  line-height: 1.7;
  font-weight: 500;
  font-style: normal;
  color: #5FB1DE;
  margin-right: 23px;
}

/* アニメーション後のスタイル */
.qa__box > dl > dd.is-open { /* heightとpaddingをアニメーション */
  max-height: 100px;
  padding: 10px 34px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .qa__box > dl > dd.is-open {
    padding: 10px min(5.9vw, 24px);
    margin-bottom: 20px;
  }
}

/* プラスボタンのアニメーション */
.qa__box > dl > dt.is-open .crossBar::before {
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg); /* 90度回転 */
}

.uguide-content.news-content {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.uguide-content.news-content article.search {
  margin-bottom: 40px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 30px;
}
.uguide-content.news-content article.search h3 a {
  text-decoration: none !important;
  color: #000000;
}
.uguide-content.news-content article.search .search-button {
  text-align: end;
  margin-top: 20px;
}

article.uguide-page.search-wapper {
  width: 85% !important;
}
@media (max-width: 767px) {
  article.uguide-page.search-wapper {
    width: 100% !important;
  }
}
/*# sourceMappingURL=style.css.map */