@charset "UTF-8";

.under #main {
  padding: 15px 6px 30px 0;
  width: 645px;
  float: left;
}
.under #main img {
  max-width: 100%;
  height: auto;
}
.under #main a {
  color: #0066ff;
  text-decoration: underline;
}

#flyer {
  position: relative;
  margin: 0px 0px 0px;
  background: #D1B9D9;
}

#flyer .ttl {
  position: absolute;
  left: 0;
  top: 120px;
  width: 100%;
  text-align: center;
}
#flyer .intro {
  position: relative;
}
#flyer .intro .flyer-intro-02 {
  width: 50%;
  position: absolute;
  bottom: 80px;
}
#flyer .intro .btn_linecpm {
  position: absolute;
  top: 380px;
  left: 442px;
  width: 145px;
  aspect-ratio: 145 / 117;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#flyer .intro .btn_linecpm a {
  display: block;
  width: 100%;
  height: 100%;
}
#flyer .intro .btn_linecpm--cs {
  background-image: url(../img/btn_linecpm_cs.png);
}
#flyer .intro .btn_linecpm--start {
  background-image: url(../img/btn_linecpm_off.png);
}
#flyer .intro .btn_linecpm--start:hover {
  background-image: url(../img/btn_linecpm_on.png);
}
#flyer .intro .btn_linecpm--end {
  background-image: url(../img/btn_linecpm_end.png);
}
#flyer .prize {
  width: 100%;
  position: relative;
}
#flyer .prize .prize__btn {
  position: absolute;
  top: 582px;
  left: 319px;
  width: 255px;
  height: 45px;
}
#flyer .prize .prize__btn:hover {
  opacity: 0.8;
}
#requirements {
  padding: 30px 0 20px 0;
}
#requirements h2 {
  margin-bottom: 20px;
}
#requirements_list dl {
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  align-items: flex-start;
}
#requirements_list dl dt {
  background-color: #745028;
  box-sizing: border-box;
  color: #FFFFFF;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0 15px 0 0;
  padding: 4px 8px;
  text-align: center;
  width: 110px;
}
#requirements_list dl dd {
  flex: 1;
  box-sizing: border-box;
  padding: 2px 0;
  font-size: 0.875rem;
  font-weight: 900;
}
#requirements_list dl dd p {
  font-weight: 900;
}
#requirements_list dl dd a {
  font-weight: 900;
  color: #0066ff;
  text-decoration: underline;
}
#requirements_list dl dd strong {
  background: #000000;
  color: #fff;
  padding: 0 5px;
  margin-right: 5px;
  border: 1px solid #fff;
}
#requirements_list .red {
  font-weight: 900;
  color: #e50012;
}
#requirements_list a.dlbtn {
  padding: 2px 10px 1px;
  margin-right: 3px;
  display: inline-block;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  background-color: #e50012;
  border-radius: 5px;
}
#requirements_list .dlbtn:hover {
  background-color: #f00;
}
#requirements_list .fz-10 {
  font-size: 10px;
}
#requirements_list dl:before,
#requirements_list dl:after {
  display: table;
  content: " ";
}
#requirements_list dl:after {
  clear: both;
}
#requirements_list .requirements-items {
  margin-bottom: 40px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}
#requirements_list .requirements-items li {
  width: 33.333%;
  display: inline-block;
  text-align: center;
  margin-bottom: 12px;
}
#requirements_list .requirements-items li img {
  height: 120px;
}
#requirements_list .requirements-items p {
  text-align: center;
  font-size: .875rem;
  margin: 12px 0;
}
#requirements_list .requirements-items span {
  font-weight: bold;
  font-size: 10px;
}
#requirements_list h3 {
  margin: 0 40px 10px;
  position: relative;
  font-weight: bold;
  display: flex;
  align-items: center;
}
#requirements_list h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000000;
  flex: 1;
}
#requirements_list h3 span {
  font-weight: bold;
  
}
#requirements_list .requirements_list--full dd {
  width: 100%;
}
.requirements-items-other {
  margin: 0 40px 2em;
  overflow: hidden;
  position: relative;
}
.requirements-items-other li {
  margin-top: 10px;
  display: flex;
  position: relative;
}
.requirements-items-other li h4 {
  font-weight: bold;
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 1;
}
.requirements-items-other li p {
  margin-left: auto;
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 1;
}
.requirements-items-other li::before {
  content: "・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 12px;
  letter-spacing: -0.2em;
}
.requirements-items-other p.notes {
  font-size: .7rem;
  padding-top: 20px;
}
#applicationform {
  padding: 0 80px 36px;
  overflow: hidden;
}
#applicationform h3 {
  position: relative;
  margin-bottom: 16px;
}
#applicationform h3 span {
  font-size: 1rem;
  font-weight: bold;
  color: #c0272c;
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 20px 0 0;
  background-color: #fff;
  text-align: left;
}
#applicationform h3:before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #e5e5e5;
}
#applicationform a.btn-download {
  background: #c0272c;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  box-sizing: border-box;
  color: #FFFFFF;
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  padding: .5rem 1rem;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
#applicationform a.btn-download:hover {
  background-color: #981e22;
  text-decoration: none;
}
#applicationform a.btn-download span {
  font-size: .8rem;
  font-weight: bold;
}
#applicationform .notes {
  font-size: .7rem;
  padding-top: 20px;
}
#applicationform .img_left {
  float: left;
  margin: 0 12px 12px 0;
}

#inq {
  background: #d1ebf8;
  /* padding: 1rem; */
}

#notice {
  padding: 36px 0 0 0;
}
#notice h2 {
  background: #808080;
  color: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  display: inline-block;
  padding: .25rem 2rem;
  margin: 0 0 12px 0;
  font-weight: bold;
}
#notice p {
  margin-top: 1em;
}
#notice ul {
  margin-bottom: 1em;
}
#notice ul li {
  margin: 0 0 .25rem 2rem;
  list-style-type: disc;
}
/* #notice ul li:before {
  content: "※";
  margin-left: -1rem;
} */


/* #notice {
  margin: 30px 0;
  padding: 20px;
  overflow-y: scroll;
  height: 400px;
  background: #f6f6f6;
  border: solid #ccc 1px;
}
#notice::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
#notice::-webkit-scrollbar-track {
  border-radius: 5px;
  box-shadow: 0 0 4px #aaa inset;
}
#notice::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}
#notice h2 {
  font-size: 20PX;
  margin: 1em 0 0.5em;
}
#notice ul {
  margin-bottom: 1em;
}
#notice ul li {
  margin: 0 0 .25rem 1rem;
}
#notice ul li:before {
  content: "※";
  margin-left: -1rem;
}
#notice ul li.circle:before {
  content: "●";
}
#notice ul li a{
  color: #000;
  text-decoration: underline;
} */