@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500&display=swap');


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.8;
  font-size: 0.875rem;
  color: #666;
  background: #ffffff;
}

::selection {
  background: rgb(156 121 121 / 70%);
  color: #fff;
}

.p {
  word-break: break-word;
}

.h1_sub {
  font-family: 'Zen Maru Gothic', sans-serif;
  display: block;
  font-size: 20px;
  color: #575757;
}

.background {
  background-color: #F43C6E;
  background-image: url("img/22713289.jpg");
  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
  background-size: auto;
  background-repeat: repeat;
  opacity: .8;
  width: 100%;
  height: 100%;
  position: fixed;
}

.logo {
  display: block;
  margin: -10px auto 20px;

}

.subrp {
  background: rgba(255, 255, 255, 0.2);
  margin: 5px 0px 5px 50px;
  padding: 10px 10px 10px 10px;
  display: flex;
  text-align: justify;
  border-radius: 10px;
}

.lead {
  margin: 60px auto;
}

.main {
    position:relative;
    z-index:2;
}

a{
  color : #ff9ece;
}

a:hover{
  color : #bcbcff;
}

a:visited{
  color : #ff9ece;
}

hr{
	border: 0;
	background-color: #fff0;
    border-top: 2px dashed #e7e7e7;
}

.acd-check{
    display: none;
}
.acd-label{
    background: rgba(213,128,170);
    color: #fff;
	display: block;
	margin: auto auto 10px 20px;
	padding: 9px;
	border-radius: 21px;
	width: 120px;
	text-align: center;
	font-family: 'Zen Maru Gothic', sans-serif;
}
.acd-content{
    background:rgba(255,255,255,0.1);
    height: 0;
    opacity: 0;
    padding: 0 10px;
    border-radius:  10px;
    transition: .5s;
    visibility: hidden;
    margin-bottom: 15px;
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}


ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.system {
  color: #fff;
  margin-bottom: 15px;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  border-radius: 5px;
  display: block;
  position: relative;
}

.system+.system {
  margin-top: -10px;
}

.body {
  background: rgb(255 255 255 / 50%);
  max-width: 800px;
  margin: auto;
  padding: 15px;
  color: #858585;
  box-sizing: border-box;
  position: relative;
  overflow:hidden;
}

.main {
  display: flex;
  text-align: justify;
}

.main:not(:last-child) {
  margin: 10px 0px 20px 0px;
}

.ic {
  margin-right: 15px;
  line-height: 0;
  min-width: 90px;
  max-width: 90px;
  height: auto;
  margin-right: 10px;
  position: relative;
  height: 90px;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ic img {
  max-width: 90px;
  height: auto;
}

.heya img {
  max-width: 500px;
  height: auto;
}

.heya {
margin : 0 auto
}

.heya b {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 0px 0px 5px rgb(233 13 158);
    color: #fff;
}

.index img {
  max-width: 600px;
  height: auto;
}

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  align-self: flex-start;
}

b {
  font-weight: bold;
}

.index {
  display: flex;
  justify-content: center;
  align-items: center;
}

.index .body {
  min-width: 20vw;
  width: 100%;
  text-align: center;
  padding: 40px 15px;
  background: none;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

.list_link {
  color: #fff;
  padding: 0 16px;
  font-size: 22px;
  display: block;
  text-decoration: none;
  line-height: 1;
  border-radius: 2px;
  font-family: 'Zen Maru Gothic', sans-serif;
}



.index_lead {
  color: #444;
  font-family: 'Zen Maru Gothic', sans-serif;
  margin:55px auto auto;
  font-size: 14px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 280px;
}

.regulation_lead {
  padding: 2px 10px;
  display: inline-block;
  margin-bottom: 5px;
  border: 1px dashed #ccc;
}

.index_h1 {
  font-size: 20px;
  position: relative;
}

.pc_list {
  display: flex;
  justify-content: center;
  margin: 20px auto;
}

.pc_ic {
  width: 160px;
}

.pc_ic img {
  max-width: 160px;
  width: 100%;
  height: auto;
  border-radius: 50%;
  outline: 10px solid rgb(213 128 170);
  outline-offset: -9px;
}

.pc_ic:not(:last-child) {
  margin-right: 16px;
}

.teban_h2 {
  background: rgba(213,128,170);
  box-shadow: 0px 0px 0px 5px rgba(213,128,170);
  font-size: 18px;
  margin: 20px auto 30px;
  border: dashed 2px #E99EC3;
  font-feature-settings: "palt";
  letter-spacing: -2px;
  line-height: 1.3;
  padding: 3px;
}

.page_h1 {
  font-family: 'M PLUS Rounded 1c';
  text-align:center;
  display:block;
  font-size:34px;
  color:#000;
  margin:0 auto 0px;
  padding: 60px 0 0;
  position:relative;
}

.regulation_list {
  margin-bottom: 30px
}

.regulation_list ul {
  font-size: 12px;
  margin-bottom: 10px;
}

.index_h2 {
  font-size: 18px;
  margin-bottom: 5px;
}

.list+.index_h2 {
  margin-top: 20px;
}

.leadtext {
  line-height: 1.9;
}

.leadtext+.leadtext {
  margin-top: 30px;
}

.body.arasuji {
  padding: 60px 15px;
}

.arasuji_h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}

.naviarea {
    font-family: 'M PLUS 1p', cursive;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: rgb(206 143 227 / 50%);
    font-size: 18px;
    border-top: dashed 3px #ffffff73;
    margin: 0px -15px -15px -15px;
}

.top {
  display: flex;
  justify-content: center;
  font-family: 'Zen Maru Gothic', sans-serif;
  padding: 40px 0;
  font-size: 22px;
  position: relative;
  text-decoration: none;
  margin-right: 15px;
  color: #fff;
}

.next {
  display: flex;
  justify-content: center;
  font-family: 'Zen Maru Gothic', sans-serif;
  padding: 40px 0;
  font-size: 22px;
  position: relative;
  text-decoration: none;
  color: #fff;
}

.before {
  display: flex;
  justify-content: center;
  font-family: 'Zen Maru Gothic', sans-serif;
  padding: 40px 0;
  font-size: 22px;
  position: relative;
  text-decoration: none;
  margin-right: 15px;
  color: #fff;
}

.ryouki {
  color: rgb(224, 224, 224);
}

.saikaku {
  color: rgb(144, 121, 173);
}

.ai {
  color: rgb(160, 216, 239);
}

.charasheet_link {
  text-decoration: none;
}

.success {
  color: #2196f3;
}

.fail {
  color: #f50057;
}

.chip {
  background: rgba(255, 255, 0, 0.2);
  transition: all.2s;
}

.chip:hover {
  background: rgb(255 0 212 / 20%);
}

.charasheet_link {
  position: relative;
  margin-right: 15px;
  transition: all.2s;
}

.charasheet_link:after {
  display: inline-flex;
  width: 9px;
  height: 9px;
  box-sizing: border-box;
  border: 1px solid;
  border-top: 3px solid;
  color: #039;
  position: absolute;
  bottom: 7px;
  right: -12px;
  margin: auto;
}

.charasheet_link:before {
  display: inline-flex;
  width: 5px;
  height: 5px;
  box-sizing: border-box;
  border: 1px solid;
  border-top: none;
  border-right: none;
  color: #039;
  position: absolute;
  bottom: 4px;
  right: -6px;
  margin: auto;
}

@media screen and (min-width: 641px) {
  .mainarasuji {
    padding: 20px 20px 110px;
  }
    .heya b {
    position: static;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 0px 0px 5px rgb(233 13 158);
    color: #fff;
}
.heya img {
    max-width: 100%;
    height: auto;
}
  .list_link {
    transition: .2s;
  }
  .list_link:hover {
  text-decoration: underline dashed 2px;
  }
  .list {
    display: flex;
    justify-content: center;
    background: rgba(213,128,170);
    box-shadow: 0px 0px 0px 5px rgb(213 128 170);
    border: dashed 2px #E99EC3;
    border-radius: 30px;
    margin: 0px 110px 0px 110px;
    padding: 8px 0px 10px 0px;
  }
  .list_list:not(:last-child):after {
    color: #575757;;
    font-size: 12px;
    line-height: 1;
    position: relative;
    top: -5px;
  }
  .list_list {
    display: flex;
    align-items: baseline;
    justify-content: center;
  }
  .charasheet_link:hover {
    transform: scale(1.05);
  }
  .naviarea a:hover {
  text-decoration: underline dashed 2px;
  }
  .naviarea a {
  color: #fff;;
  }
}

.pc_ic img {
  max-width: 160px;
  height: auto;
  border-radius: 50%;
  outline: 10px solid rgb(213 128 170);
  outline-offset: -9px;
}

@media screen and (min-width: 851px) {
  .chip {
    position: relative;
    font-weight: bold;
    display: revert;
  }
    .heya b {
    position: static;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 0px 0px 5px rgb(233 13 158);
    color: #fff;
}
.heya img {
    max-width: 100%;
    height: auto;
}
  .chip_text {
    display: block;
    position: absolute;
    max-width: 200px;
    width: 300%;
    background: rgba(0, 0, 0, 0.8);
    font-size: 10px;
    color: #fff;
    line-height: 1.5;
    padding: 5px;
    text-align: justify;
    transition: all.2s;
    opacity: 0;
    top: 180%;
    font-weight: normal;
    min-width: 250px;
    left: 0;
    pointer-events: none;
    z-index: 1;
  }
  .chip_text:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 10px 8px;
    border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
    top: -7px;
    position: absolute;
  }
  .chip:hover .chip_text {
    opacity: 1;
    top: 120%;
  }
}

@media screen and (max-width: 850px) {
  .chip {
    font-weight: bold;
    cursor: pointer;
  }
    .heya b {
    position: static;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 0px 0px 5px rgb(233 13 158);
    color: #fff;
}
.heya img {
    max-width: 100%;
    height: auto;
}
  .chip_text {
    display: block;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    width: 100%;
    color: #fff;
    line-height: 1.5;
    padding: 10px 10px 16px;
    text-align: justify;
    transition: all.2s;
    opacity: 0;
    left: 0;
    bottom: -50%;
    font-weight: normal;
    box-sizing: border-box;
  }
  .chip:hover:before {
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    position: fixed;
    pointer-events: none;
    z-index: 1;
  }
  .chip:hover .chip_text {
    opacity: 1;
    bottom: 0;
    z-index: 2;
  }
}

@media screen and (max-width: 640px) {
  .mainarasuji {
    padding: 0px 0px 20vw;
  }
  .heya b {
    position: static;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 0px 0px 5px rgb(233 13 158);
    color: #fff;
}
.heya img {
    max-width: 100%;
    height: auto;
}
  .list {
    display: block;
    background: rgba(213,128,170);
    box-shadow: 0px 0px 0px 5px rgb(213 128 170);
    border: dashed 2px #E99EC3;
    border-radius: 30px;
    margin: 0px 100px 0px 100px;
    padding: 8px 0px 10px 0px;
  }
  .list_link {
    padding: 5px 0;
  }
  .lead {
    font-size: 3.13vw;
  }
  .h1_sub {
  	color: #fff;
    font-size: 4vw;
    top: 90%;
    left: 0px;
    right: 0px;
    position: absolute;
  }
  .list_link {
    font-size: 7vw;
    padding: 3vw 0;
  }
  .list_list:not(:last-child):after {
    content: "";
    display: block;
    width: 30vw;
    margin: 1vw auto 0;
    border-bottom: 2px dashed #E99EC3;
  }
  .logo {
      margin: 13vw auto 12vw;
      width: 100%;
      max-width: 77vw;
  }
  .p {
    font-size: 3.69vw;
  }

  .index_lead {
	color: #fff;
	font-size: 3vw;
	top: 38%;
	width: 100svw;
  }
  
  .charasheet_link {
    margin-right: auto;
}
}