/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  height: 100%;
}

li{list-style-position: inside;}

body {
  height: 100%;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.common-wrapper {
  background-size: 300%;
  background-attachment: fixed;
  background-repeat: repeat;
  background-position: 0 0;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  min-height: 100%;
}

.common-wrapper--rainbow {
  background-image: url(../img/rainbow.png);
}

.common-wrapper--deep-pink {
  background-image: url(../img/deep-pink.png);
}

.common-header {
  padding-top: 18px;
  position: relative;
}

.common-header>.back-button {
  font-family: "ヒラギノ角ゴシック";
  font-size: 10px;
  font-weight: 300;
  padding-left: 12px;
  position: absolute;
}

.common-wrapper--rainbow>.common-header>.back-button {
  color: #222222;
}

.common-wrapper--deep-pink>.common-header>.back-button {
  color: #fff;
}

.common-header>.back-button:before {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  top: 0;
  left: 1px;
}

.common-wrapper--rainbow>.common-header>.back-button:before {
  border-left: solid 2px #222222;
  border-bottom: solid 2px #222222;
}

.common-wrapper--deep-pink>.common-header>.back-button:before {
  border-left: solid 2px #fff;
  border-bottom: solid 2px #fff;
}

.common-header>h1 {
  font-family: "ヒラギノ角ゴシック";
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 7px;
  text-align: center;
}

.common-wrapper--rainbow>.common-header>h1 {
  color: #222222;
}

.common-wrapper--deep-pink>.common-header>h1 {
  color: #fff;
}

.general-content {
  background-color: #fff;
  padding: 10px;
  padding-top: 16px;
  word-break: break-all;
}

.general-content>.page-mv {
  margin-top: 0;
  margin-bottom: 16px;
}

.general-content>h2 {
  border-top: solid 2px #222222;
  border-bottom: solid 2px #222222;
  display: block;
  font-family: "ヒラギノ角ゴシック";
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: left;
  line-height: 1.35;
}

.general-content>h3,
.text-box>h3 {
  color: #FF3061;
  display: block;
  font-family: "ヒラギノ角ゴシック";
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 16px;
}

.general-content>h4,
.text-box>h4 {
  color: #222222;
  display: block;
  font-family: "ヒラギノ角ゴシック";
  font-size: 16px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 16px;
}

.general-content>p,
.general-content>table td>p,
.text-box>p{
  color: #222222;
  font-family: "ヒラギノ角ゴシック";
  font-size: 12px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 10px;
}

.general-content>p>a {
  color: #33C7F7;
  text-decoration: underline;
}

.general-content>table td a{
  margin: 10px 0 0 0;
  display: block;
}


.general-content>p>a:hover {
  text-decoration: none;
}

.general-content>p>strong {
  background-color: #FFD9E2;
  font-weight: 600;
  font-size: 14px;
  padding: 2px 0;
}

.general-content>table {
  border: solid 1px #ddd;
  margin-bottom: 10px;
  width: 100%;
}

.general-content>table th {
  background-color: #F4F4F4;
  border: solid 1px #ddd;
  color: #222222;
  font-family: "ヒラギノ角ゴシック";
  font-size: 12px;
  font-weight: 600;
  padding: 14px 10px 10px;
  text-align: left;
}

.general-content>table td {
  border: solid 1px #ddd;
  color: #222222;
  font-family: "ヒラギノ角ゴシック";
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6em;
  padding: 14px 10px 10px;
}
.general-content>table td img{
  width: 100%;
}

.general-content>.caption {
  color: #222222;
  font-family: "ヒラギノ角ゴシック";
  font-size: 12px;
  line-height: 24px;
}

.general-content>ul,
.general-content>ol {
  /*list-style: none;*/
  list-style-position: inside;
  margin-bottom: 10px;
}

.general-content>ul>li,
.general-content>ol>li {
  color: #222222;
  font-family: "ヒラギノ角ゴシック";
  font-size: 12px;
  line-height: 24px;
  position: relative;
  margin-bottom: 5px;
  padding-left: 10px;

}

/*.general-content>ul>li:before {
  content: '';
  background-color: #999999;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  display: block;
  position: absolute;
  top: calc(0.5em - 1.5px + 6px);
  left: 0;
}*/

.general-content>img {
  margin: 10px 0;
  width: 100%;
  height: auto;
}

.general-content>.arrow {
  color: #33C7F7;
  display: block;
  font-family: "ヒラギノ角ゴシック";
  font-size: 14px;
  font-weight: 300;
  line-height: 36px;
  padding-left: 0.8em;
  position: relative;
  text-decoration: none;
}

.general-content>.arrow:before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-right: solid 2px #33C7F7;
  border-bottom: solid 2px #33C7F7;
  position: absolute;
  top: calc(1em + 1px);
  left: 0;
  transform: rotate(-45deg);

}

.general-content>.button {
  background-color: #33C7F7;
  border-radius: 22px 22px 22px 22px;
  color: #fff;
  display: block;
  font-family: "ヒラギノ角ゴシック";
  font-size: 14px;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  text-decoration: none;
  width: 240px;
}

.general-content>.button--off {
  background-color: rgb(49 197 246 / 0.30);
}

.button--noentry{
  background-color: #ccc;
  border-radius: 100px;
  color: #8e8e8e;
  display: block;
  font-family: "ヒラギノ角ゴシック";
  font-size: 14px;
  font-weight: normal;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  text-decoration: none;
  width: 240px;
  line-height: 1.25rem;
}

li.article-cell {
  background-color: #fff;
  display: flex;
  padding: 3px;
  margin-bottom: 16px;
}

li.article-cell>.image-cell {
  line-height: 0;
}

li.article-cell>.image-cell>img {
  width: 136px;
  height: 102px;
  object-fit: cover;
}

li.article-cell>.text-cell {
  padding: 7px 10px 0 10px;
}

li.article-cell>.text-cell>h2 {
  color: #222222;
  font-family: "ヒラギノ角ゴシック";
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}

li.article-cell>.text-cell>p {
  color: #222222;
  font-family: "ヒラギノ角ゴシック";
  font-size: 10px;
  font-weight: 300;
  line-height: 18px;
}

li.article-cell>.text-cell>time {
  color: #222222;
  font-family: "Barlow";
  font-size: 13px;
  font-weight: 800;
  line-height: 16px;
}

.article-cell--deadline {
  position: relative;
}

.article-cell--deadline:before {
  content: "";
  display: block;
  background-image: url(../img/deadline.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 33px;
  height: 33px;
}

.page-icon {
  position: relative;
}

.page-icon:before {
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 50%;
  content: "";
  display: none;
  position: absolute;
  top: -27px;
  right: -13px;
  width: 64px;
  height: 64px;
}

.page-icon--black-balloon:before {
  background-color: #313131;
  background-image: url(../img/balloon.svg);
}

.page-icon--blue-balloon:before {
  background-color: #33C7F7;
  background-image: url(../img/balloon.svg);
}

.page-icon--black-present:before {
  background-color: #313131;
  background-image: url(../img/present.svg);
}

.page-icon--blue-present:before {
  background-color: #33C7F7;
  background-image: url(../img/present.svg);
}

.page-icon--black-popper:before {
  background-color: #313131;
  background-image: url(../img/popper.svg);
}

.page-icon--blue-popper:before {
  background-color: #33C7F7;
  background-image: url(../img/popper.svg);
}

/*20201206*/
.list-none li{list-style: none;}
.article-list a {text-decoration: none;}
.no-deta{
  text-align: center;
  background: #fff;
  padding:15px;
  margin: 50px 0 0 0;
}

/*20210125*/
.form-wrap{
  padding: 10px 18px !important;
}
.form-wrap dt{
  margin-top: 20px;
  font-size: 0.8em;
  margin-bottom: 3px;
}
.form-wrap dt .required{
  color: #e81e1e;
  margin-left: 5px;
  font-size: 0.6em;
}
.form-wrap dd{font-size: 0.8em;}
.form-inner-text{
  display: inline-block;
  font-size: 0.6rem;
  color: #888;
  line-height: 1.3em;
}
.form-inner-text2{
  display: inline-block;
  font-size: 0.8rem;
  line-height: 1.3em;
  margin:10px 10px 0 0;
}
input[type="radio"]{
  margin-top: 0px;
}
.input-short{width: 15% !important; margin-right: 5px !important;}
input[type="text"],textarea{
  box-sizing: border-box;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  margin: 5px 0;
  font-size: 16px;
  color: #333;
  border: solid 1px #ccc;
  border-radius: 6px;
  outline: 0;
  transition: 0.3s;
  -webkit-appearance: none;
}

input[type="text"]:focus,textarea:focus {
  border: 1px solid #00b5ad;
}
textarea{
  height: 145px;
}

.date{
  text-align: right;
  font-size: 0.8rem !important;
  color: #888 !important;
  margin-bottom: 15px;

}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 20px;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

/*20210409*/
.text-box{
  padding: 0px 18px 18px 18px;
  border:1px solid #333;
  margin: 20px auto 40px auto;
}
.text-box h4{
  line-height: 1.75rem;
}

.inner_ol{
  margin-left: 15px;
}

h2,h3,h4{line-height: 1.45rem;}

.row{display: flex;flex-wrap: wrap;}

.m-0{margin: 0 0!important;}
.p-0 {
    padding: 0 0!important;
}
.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}