@charset "UTF-8";




/* =========================================================
body
========================================================= */
body{
background:#fff;
color:#000;
width:100%;
line-height:1.5;
font-size:12px;
font-family: Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif;
margin:0;
}

img{
max-width:100%;
}


/* =========================================================
header
========================================================= */
header{
max-width:100%;
}

/* =========================================================
link_contents
========================================================= */
.link_contents{
min-width:320px;
max-width:750px;
margin:0 auto;
}

#link_list {
padding-top: 0.3em;
background-color: #EEEEEE;
}


/* =========================================================
main
========================================================= */
.main {
min-width:320px;
max-width:750px;
margin:0 auto;
}

/* =========================================================
content
========================================================= */
#contents {
padding-top: 0.01em;
padding-left: 0.5em;
padding-right: 0.5em;
padding-bottom: 0.5em;
background-color: #555555;
}

/* =========================================================
introduction
========================================================= */
#introduction {
background-color: #555555;
margin-top: 5px;
}

#title{
margin:1px;
background:#fff;
}
}


#mainhead{
background-color: #ff00ff;
margin: 0px;
}


#subhead {
margin: 0px;
}


#parts {
margin: 10px;
background-color: #aaa;
}


p.banner_img {
margin: 0px;
}


p.button_img {
width: 70%;
}


#attend {
padding: 0.35em;
}


#exception {
padding-inline-start: 0px;
}

#point {
color: #ff1493;
display: inline;

}


#jewel{
background-color: #ff2a62;
margin: 0px;
}



*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-gradient {
  font-weight: normal;

  color: #fff;
  border-radius: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(40%, #ff3cac),
    to(#562b7c)
  );
  background-image: -webkit-linear-gradient(left, #ff3cac 40%, #562b7c 100%);
  background-image: linear-gradient(90deg, #ff3cac 40%, #562b7c 100%);
}

a.btn-gradient:after {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;

  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff3cac),
    color-stop(#562b7c),
    to(#2b86c5)
  );

  background-image: -webkit-linear-gradient(left, #ff3cac, #562b7c, #2b86c5);

  background-image: linear-gradient(90deg, #ff3cac, #562b7c, #2b86c5);
}

a.btn-gradient span {
  position: relative;
  z-index: 1;
}

a.btn-gradient:hover {
  color: #fff;
}

a.btn-gradient:hover:after {
  opacity: 0;
}


Resources





/* =========================================================
pagetop
========================================================= */

#pagetop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    margin: 0;
}
#pagetop a {
    position: relative;
    display: flex;
    width: 65px;
    height: 65px;
    justify-content: center;
    background: rgb(255 166 80);
    transition: opacity .6s ease;
    color: #FFF;
    align-items: center;
    text-decoration: none;
    font-size: 32px;
    border-radius: 100%;
}
#pagetop a:hover {
    opacity: .3;
}
@media screen and (max-width:767px) {
#pagetop a {
    width: 45px;
    height: 45px;
}

/* =========================================================
footer
========================================================= */
#footer {
text-align:center;
}


/* =========================================================
button
========================================================= */
.Button-style {
font-size: 18px;
display: inline-block;
padding: 0.4em 1em 0.2em;
color: #ffffff;
border: #ffffff dashed 1px;
box-shadow: 0 0 0 0.2em #ff99cc;
border-radius: 2.5px;
background-color: #ff99cc;
cursor: pointer;
}