@charset "UTF-8";
/*width*/
/*height*/
/*center*/
/*color*/
/*color*/
/*font size*/
/* mixinCSS Document */
/* animation */
/* keyframes */
/*----------common----------*/
/*alt*/
/*hover*/
/*----------title----------*/
/*----------table----------*/
/*----------button----------*/
/*----------common----------*/
/* kanranCSS Document */
/*---------------
□□□layout□□□
---------------*/
#kanran #article:before {
  content: "";
  background-color: #f8276c;
  width: 100%;
  height: 75px;
  border-bottom: 15px solid #fd1546;
  position: absolute;
  top: 64px;
  left: 0;
  z-index: 1;
}
#kanran #content {
  padding-bottom: 20px;
  position: relative;
}
#kanran #content .chara {
  position: absolute;
  top: -120px;
  right: 25px;
  z-index: 30;
}
#kanran #content .intro {
  padding: 20px 10px;
}
#kanran #content .intro:before, #kanran #content .intro:after {
  content: url(../../kanran/images/line.gif);
}
#kanran #content .intro h3 {
  padding: 15px 15px 0.5em;
  color: #e53f6e;
  font-weight: bold;
}
#kanran #content .intro h3::before {
  content: "＜";
}
#kanran #content .intro h3::after {
  content: "＞";
}
#kanran #content .intro p {
  padding: 0 15px 15px;
  text-align: left;
}
#kanran #content .intro p.thanks {
  text-align: center;
  color: #f00;
}
#kanran #content .intro strong {
  font-weight: bold;
}
#kanran #content .intro .intro-red {
  color: #f00;
}
#kanran #content .adress p {
  padding: 10px 0;
  text-align: center;
}
#kanran #content .note {
  margin-left: 1.8em;
  padding: 20px;
}
#kanran #content .note li {
  margin-left: 1.5em;
  text-indent: -1.5em;
}
#kanran #content .note li:before {
  content: "※";
  margin-right: 0.5em;
}
#kanran #content .note .note-red {
  color: #f00;
}

/*---------------
□□□font□□□
---------------*/
#kanran #content .intro {
  font-size: 16px;
  line-height: 1.6em;
}
#kanran #content .note li {
  font-size: 14px;
  line-height: 1.6em;
}

@media only screen and (max-width: 680px) {
  #kanran #content .intro {
    font-size: 14px;
  }
  #kanran #content .note li {
    font-size: 12px;
  }
}
