@charset "utf-8";
/* CSS Document */
body {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 13px;
  line-height: 24px;
  color: #ffffff;
  background: #E0C6F1;
}
#container {
  width: 750px;
  margin: 0 auto;
}
a:link{color: #ffffff;}
a:hover{opacity: 0.5;}
a:visited{color: #ffffff;}
p.copyright {
  text-align: center;
	margin-bottom: 20px;
}
div.pIcon {
  width: 200px;
  margin: 0 auto;
  position: relative;
  top: -180px;
}
img.pIcon {
  position: absolute;
}
.snsiconArea {
  position: relative;
}
.snsiconArea div {
  position: absolute;
  top: -48px;
  right: 0;
}
.snsiconArea div a {
  margin-left: 10px;
}
.snsiconArea div a img {
  width: 42px;
}
.snsiconArea a img:hover {
  opacity: 0.6;
}
p.name {
  font-size: 20px;
  padding: 20px 0 0;
  font-weight: bold;
}
p.hurigana, p.snsid {
  line-height: 22px;
}
#main {
  width: 670px;
  border: #fff 3px solid;
  padding: 18px 18px 40px;
  box-sizing: border-box;
  margin: 220px auto 30px;
  border-radius: 40px;
  background: #D9BEE5;
}
hr {
  border: none;
  border-top: 1px solid #fff;
  margin: 30px 0;
}
hr:first-child {
  border: none;
  border-top: 1px solid #fff;
  margin: 0 0 5px;
}
div.textArea {
  padding: 30px 16px;
  box-sizing: border-box;
}
div.attentionArea {
  padding: 20px;
  box-sizing: border-box;
  background: #ffffff;
  font-size: 12px;
  color: #B59EBF;
}
div.attentionArea li:first-child {
  padding: 0 0 10px 15px;
}
div.attentionArea li {
  position: relative;
  padding: 0 0 0 15px;
  font-weight: bold;
}
div.attentionArea li:first-child::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
div.attentionArea li::before {
  content: "*";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
p.boldTitle {
  font-weight: bold;
  padding: 0 0 10px;
}
p.kome {
  text-align: right;
  font-size: 11px;
  padding: 0 0 5px;
}
span.sankaku {
  font-size: 5px;
}
span.red { 
  color: #D02D30;
}
span.blue {
  color: #3D88FC;
}
span.purple {
  color: #8946BC;
}
span.yellow {
  color: #FFDE34;
}
span.orange {
  color: #F47C40;
}
summary {
  display: block;
  cursor: pointer;
  width: 166px;
  margin: 0 auto;
}
summary::-webkit-details-marker {
  /* Safari */
  display: none;
  cursor: pointer;
  width: 166px;
  height: 42px;
  margin: 0 auto;
}
.accordion .textArea {
  padding: 30px 10px 0px;
  box-sizing: border-box;
}
.summary_inner {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ffffff;
  padding: 10px 10px;
  color: #ffffff;
  font-size: 11px;
}
.summary_inner:hover {
  color: #B59EBF;
  background: #ffffff;
}
.summary_inner p {
  padding: 0 0 0 36px;
}
/* --------icon-------- */
.icon {
  display: block;
  position: relative;
  width: 8px;
  margin-left: 6px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.4s;
}
/* OPEN */
details[open] .icon {
  transform: rotate(180deg);
}
/* icon bar style */
.icon::before, .icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  height: 1px;
  background-color: #ffffff;
}
.summary_inner:hover .icon::before, .summary_inner:hover .icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  height: 1px;
  background-color: #B59EBF;
}
.icon::before {
  left: 0;
  transform: rotate(45deg);
}
.icon::after {
  right: 0;
  transform: rotate(-45deg);
}
/* ---------------- */
.wrapper_pseudoElementsIcon .summary_inner::after {
  content: "";
  display: block;
  width: 10px;
  height: 16px;
  margin-left: 6px;
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform-origin: center 43%;
  /* CLOSE animation */
  animation: 0.4s close-animation;
}
@keyframes close-animation {
  from {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(0deg);
  }
}
/* OPEN animation */
details[open] .summary_inner::after {
  animation: 0.4s open-animation forwards;
}
@keyframes open-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
/* FVG */
.conFVG{ padding: 0 0.2% 0;
    width: 2.4%;
    display: inline-block;
}
.conFVG div{
    position:relative;
    top:0.2vw;
}

/* ---------------------------------- */
@media screen and (max-width: 750px) {
  br.pc {
    display: none;
  }
  #container {
    width: 100vw;
    margin: 0 auto;
  }
  .snsiconArea {
    position: static;
  }
  .snsiconArea div {
    position: static;
    width: 39.9vw;
    margin: 20px auto 0;
  }
  .snsiconArea div a img {
    width: 10vw;
  }
  #main {
    width: 89.333vw;
    border: #fff 3px solid;
    padding: 2.4vw 5vw 5vw;
    box-sizing: border-box;
    margin: 0 auto;
    margin: 220px auto 30px;
    border-radius: 5.333vw;
  }
  p.name {
    font-size: 4.478vw;
    padding: 7vw 0 0;
  }
  p.hurigana, p.snsid {
    line-height: 3.284vw;
  }
  div.textArea {
    font-size: 2.5vw;
    ;
    line-height: 5vw;
    letter-spacing: 0.01em;
    padding: 5vw 0;
    box-sizing: border-box;
    text-align: justify;
  }
  div.attentionArea {
    padding: 2.667vw;
    box-sizing: border-box;
    background: #ffffff;
    font-size: 2.1vw;
    color: #B59EBF;
    line-height: 4.3vw;
    letter-spacing: 0.03em;
  }
  div.attentionArea li:first-child {
    padding: 0 0 1.333vw 2vw;
    text-align: justify;
  }
  div.attentionArea li {
    position: relative;
    padding: 0 0 0 2vw;
    font-weight: bold;
  }
  summary {
    width: 37.867vw;
  }
  summary::-webkit-details-marker {
    /* Safari */
    width: 37.867vw;
  }
  .summary_inner {
    padding: 2.933vw 2vw;
    color: #ffffff;
    font-size: 2.667vw;
  }
  summary {
    width: 37.867vw;
  }
  summary::-webkit-details-marker {
    /* Safari */
    width: 37.867vw;
  }
  .summary_inner {
    padding: 2.933vw 2.667vw;
    color: #ffffff;
    font-size: 2.133vw;
  }
  .summary_inner p {
    padding: 0 0 0 8vw;
  }
  .accordion .textArea {
    padding: 4vw 0 3vw;
    box-sizing: border-box;
  }
/* FVG */
.conFVG{ padding: 0 0.2% 0;
    width: 3%;
    display: inline-block;
}
.conFVG div{
    position:relative;
    top:0.2vw;
}
}