@charset "UTF-8";
:root {
  --z-index-content:10;
  --z-index-header:100;
  --z-index-menu:150;
  --z-index-overlay:200;
  --z-index-cursor:300;
}

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

html {
  line-height: 1;
  scroll-behavior: smooth;
}

ol, ul {
  list-style: none;
}

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

caption, td, th {
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
}

blockquote, q {
  quotes: none;
}

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

a img {
  border: none;
}

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

img {
  vertical-align: top;
  border-style: none;
  max-width: 100%;
  height: auto;
}

@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 700;
  src: url("../font/YakuHanJPs-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 400;
  src: url("../font/YakuHanJPs-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 500;
  src: url("../font/YakuHanJPs-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 300;
  src: url("../font/YakuHanJPs-Light.woff2") format("woff2");
}
.pc {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

main {
  padding: 0;
}
@media screen and (max-width: 767px) {
  main {
    padding: 60px 0 54px;
  }
}

a {
  transition: all 0.2s linear;
  text-decoration: none;
}
a:hover {
  opacity: 0.6;
}

#wrap {
  font-family: "YakuHanJPs", "Noto Sans JP", Meiryo, sans-serif;
  color: #000;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  overflow: hidden;
}
#wrap img {
  max-width: 100%;
  height: auto;
}

/*//////////////////////////// HEADER //////////////////////////*/
.header {
  width: 100%;
  height: 70px;
}
@media screen and (max-width: 767px) {
  .header {
    height: 60px;
    background-color: #F29600;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9;
  }
}
.header #hamburger .btn-gNav {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 24px;
  z-index: 3;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.header #hamburger .btn-gNav span {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #DC4F03;
  border-radius: 10px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.header #hamburger .btn-gNav span:nth-child(1) {
  top: 0;
}
.header #hamburger .btn-gNav span:nth-child(2) {
  top: 10px;
}
.header #hamburger .btn-gNav span:nth-child(3) {
  top: 20px;
}
.header #hamburger .btn-gNav.open span:nth-child(1) {
  background: #fff;
  top: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header #hamburger .btn-gNav.open span:nth-child(2), .header #hamburger .btn-gNav.open span:nth-child(3) {
  top: 6px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header #gNav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #f29600;
  font-size: 16px;
  box-sizing: border-box;
  z-index: 2;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .header #gNav {
    padding-top: 70px;
  }
}
.header #gNav.open {
  right: 0px;
}
.header #gNav .gNav-menu {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  /*justify-content: center;*/
}
@media screen and (max-width: 767px) {
  .header #gNav .gNav-menu {
    display: block;
  }
}
.header #gNav .gNav-menu li {
  display: block;
  padding: 20px 30px;
}
.header #gNav .gNav-menu li a {
  color: #ddd;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .header .btn-gNav {
    display: none;
  }
  .header #gNav {
    position: fixed;
    top: 0;
    right: 0;
    height: 70px;
  }
  .header #gNav .gNav-menu {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    padding-left: 50px;
  }
}
.header ul {
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .header ul {
    display: block;
  }
}
.header ul li {
  /*width: 20%;*/
  display: inline-block;
  padding: 20px 30px;
  font-weight: bold;
  font-size: 21px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
}
@media screen and (max-width: 1098px) {
  .header ul li {
    font-size: 18px;
    padding: 20px 10px;
  }
}
@media screen and (max-width: 767px) {
  .header ul li {
    display: block;
    padding: 20px;
    width: 100%;
  }
}
.header ul li a {
  color: #fff;
}

.logo_left {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  height: 40px;
}
.logo_left .logo {
  position: absolute;
  left: 0;
  top: 0;
}

#contents {
  /*//////////////////// CONTENTS TITLE ////////////////////////////////*/
}
#contents .in_wrap {
  width: 1100px;
  margin: 0 auto;
}
#contents .camTitle {
  background-image: url(../images/momiji.png), url(../images/background-top.png);
  padding: 45px 0 60px;
  background-repeat: no-repeat;
  background-position: center bottom 30px, top center;
}
@media screen and (max-width: 767px) {
  #contents .camTitle {
    background-image: url(../images/momiji-sp.png), url(../images/background-top.png);
    background-repeat: no-repeat, repeat;
    background-size: 100% auto, auto auto;
    background-position: center bottom 155px, top center;
    padding: 90px 0 60px;
  }
}
#contents .camTitle .logo {
  margin-left: 20px;
  width: 170px;
}
#contents .camTitle .titlewrap {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 40px auto 0;
}
@media screen and (max-width: 1098px) {
  #contents .camTitle .titlewrap {
    width: 96%;
  }
}
@media screen and (max-width: 767px) {
  #contents .camTitle .titlewrap {
    width: 100%;
    display: block;
  }
}
#contents .camTitle .titlewrap .left {
  width: 550px;
}
@media screen and (max-width: 767px) {
  #contents .camTitle .titlewrap .left {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }
  #contents .camTitle .titlewrap .left figure {
    width: 95%;
    margin: 0 auto;
  }
}
#contents .camTitle .titlewrap .right {
  width: 590px;
}
@media screen and (max-width: 767px) {
  #contents .camTitle .titlewrap .right {
    width: 100%;
    margin-top: 25px;
  }
}
#contents .camTitle .titlewrap .right h2 {
  text-align: center;
}
#contents .camTitle .titlewrap .right h2 figure {
  width: 86%;
  margin: 0 auto;
}
#contents .camTitle .titlewrap .right .courseList {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #contents .camTitle .titlewrap .right .courseList {
    margin-top: 75px;
    display: block;
    padding: 0 40px;
  }
}
#contents .camTitle .titlewrap .right .courseList li {
  width: 59.3%;
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 10px;
  position: relative;
  box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  #contents .camTitle .titlewrap .right .courseList li {
    width: 100%;
  }
}
#contents .camTitle .titlewrap .right .courseList li:nth-of-type(2) {
  width: 37.3%;
  padding-top: 48px;
}
@media screen and (max-width: 767px) {
  #contents .camTitle .titlewrap .right .courseList li:nth-of-type(2) {
    width: 100%;
    margin-top: 55px;
  }
}
#contents .camTitle .titlewrap .right .courseList li .course {
  width: 120px;
  position: absolute;
  top: -36px;
  left: calc(50% - 60px);
}
#contents .camTitle .titlewrap .cam-note {
  font-size: 0.875rem;
  text-align: right;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #contents .camTitle .titlewrap .cam-note {
    margin-right: 30px;
    margin-top: 15px;
  }
}
#contents .camTitle .applicationWrap {
  width: 1020px;
  margin: 45px auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1098px) {
  #contents .camTitle .applicationWrap {
    width: 96%;
  }
}
@media screen and (max-width: 767px) {
  #contents .camTitle .applicationWrap {
    width: 100%;
    display: block;
    padding: 0 30px;
  }
}
#contents .camTitle .applicationWrap .application-line {
  width: 320px;
}
@media screen and (max-width: 1098px) {
  #contents .camTitle .applicationWrap .application-line {
    width: 26%;
  }
}
@media screen and (max-width: 767px) {
  #contents .camTitle .applicationWrap .application-line {
    width: calc(100% - 60px);
    text-align: center;
  }
}
#contents .camTitle .applicationWrap .application-period {
  width: 680px;
  display: flex;
  margin-top: 35px;
  border: 4px solid #D7000F;
  border-radius: 8px;
}
@media screen and (max-width: 1098px) {
  #contents .camTitle .applicationWrap .application-period {
    width: 72%;
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  #contents .camTitle .applicationWrap .application-period {
    width: calc(100% - 60px);
    display: block;
  }
}
#contents .camTitle .applicationWrap .application-period dt {
  background-color: #D7000F;
  color: #FFF;
  width: 80px;
  line-height: 1.2;
  font-size: 1.25rem;
  font-weight: 900;
  text-align: center;
  padding-top: 15px;
}
@media screen and (max-width: 1098px) {
  #contents .camTitle .applicationWrap .application-period dt {
    width: 64px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  #contents .camTitle .applicationWrap .application-period dt {
    width: 100%;
    box-sizing: border-box;
    line-height: 1;
  }
}
#contents .camTitle .applicationWrap .application-period dd {
  background-color: #FFF;
  width: 600px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 18px;
  color: #6B2800;
}
@media screen and (max-width: 1098px) {
  #contents .camTitle .applicationWrap .application-period dd {
    width: calc(100% - 64px);
    padding: 0 20px;
  }
}
@media screen and (max-width: 828px) {
  #contents .camTitle .applicationWrap .application-period dd {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  #contents .camTitle .applicationWrap .application-period dd {
    width: 100%;
    text-align: center;
    display: block;
    line-height: 1.25;
    padding: 20px;
  }
}
#contents .camTitle .applicationWrap .application-period dd .period {
  font-size: 1.75rem;
  font-weight: 900;
}
@media screen and (max-width: 1098px) {
  #contents .camTitle .applicationWrap .application-period dd .period {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 828px) {
  #contents .camTitle .applicationWrap .application-period dd .period {
    font-size: 1.35rem;
  }
}
#contents .camTitle .applicationWrap .application-period dd .period .year {
  font-size: 1.25rem;
}
@media screen and (max-width: 828px) {
  #contents .camTitle .applicationWrap .application-period dd .period .year {
    font-size: 1.05rem;
  }
}
@media screen and (max-width: 767px) {
  #contents .camTitle .applicationWrap .application-period dd .period .year {
    display: block;
  }
}
#contents .camTitle .applicationWrap .application-period dd .period strong {
  font-size: 2.5rem;
}
@media screen and (max-width: 828px) {
  #contents .camTitle .applicationWrap .application-period dd .period strong {
    font-size: 1.8rem;
  }
}
#contents .camTitle .applicationWrap .application-period dd .period .day {
  font-size: 1.3rem;
}
@media screen and (max-width: 828px) {
  #contents .camTitle .applicationWrap .application-period dd .period .day {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  #contents .camTitle .applicationWrap .application-period dd .period .day.deg {
    transform: rotate(90deg);
    display: block;
  }
}
#contents .camTitle .applicationWrap .application-period dd .time {
  margin-left: 15px;
  font-size: 1.06rem;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (max-width: 828px) {
  #contents .camTitle .applicationWrap .application-period dd .time {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  #contents .camTitle .applicationWrap .application-period dd .time {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}
#contents .secondBlock {
  background: url(../images/second-Bk.png);
  padding: 100px 0 120px;
}
@media screen and (max-width: 767px) {
  #contents .secondBlock {
    padding-bottom: 60px;
  }
}
#contents .cam-target-products {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1098px) {
  #contents .cam-target-products {
    margin: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #contents .cam-target-products {
    width: calc(100% - 40px);
  }
}
#contents .cam-target-products .target-product {
  background-color: #FFF;
  box-sizing: border-box;
  border: 3px solid #DC4F03;
  padding: 90px 30px 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #contents .cam-target-products .target-product {
    padding: 90px 20px 30px;
  }
}
#contents .cam-target-products .target-product h2 {
  width: 762px;
  position: absolute;
  top: -42px;
  left: calc(50% - 381px);
  text-align: center;
  padding: 22px 0;
  text-align: center;
  background-color: #DC4F03;
  color: #FFF;
  font-size: 2.5rem;
  font-weight: 700;
  border-radius: 40px;
}
@media screen and (max-width: 824px) {
  #contents .cam-target-products .target-product h2 {
    font-size: 2.2rem;
    width: 80%;
    left: 10%;
  }
}
@media screen and (max-width: 767px) {
  #contents .cam-target-products .target-product h2 {
    font-size: 1.44rem;
    line-height: 1.2;
    width: 90%;
    left: 5%;
    padding: 15px 0;
  }
}
#contents .cam-target-products .target-product .second-note {
  font-size: 2rem;
  color: #DC4F03;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contents .cam-target-products .target-product .second-note {
    font-size: 1.63rem;
    line-height: 1.2;
  }
}
#contents .cam-target-products .target-product .second-note span {
  font-size: 1.5rem;
  color: #666;
}
#contents .cam-target-products .target-product .products-list {
  margin: 50px auto 0;
  /*padding: 0 37px;*/
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#contents .cam-target-products .target-product .products-list li {
  width: 160px;
  padding: 0 20px;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  #contents .cam-target-products .target-product .products-list li {
    width: 44%;
    padding: 0 3%;
    margin-bottom: 40px;
  }
}
#contents .cam-target-products .target-product .products-list li p {
  text-align: center;
  font-weight: 500;
  font-size: 0.95rem;
  margin-top: 20px;
  color: #009F1E;
}
@media screen and (max-width: 767px) {
  #contents .cam-target-products .target-product .products-list li p {
    line-height: 1.2;
  }
}
#contents .cam-target-products .target-product .products-list li p:before {
  content: "●";
  color: #DC4F03;
  margin-right: 0.25em;
}
#contents .cam-target-products .target-product .products-note {
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #contents .cam-target-products .target-product .products-note {
    font-size: 0.95rem;
  }
}
#contents .cam-target-products .target-product .products-note li {
  margin-left: 1em;
  text-indent: -1em;
  color: #666;
}
#contents .campaign-prizes {
  max-width: 1100px;
  margin: 135px auto 0;
  background-color: #FFF;
  box-sizing: border-box;
  border: 3px solid #D7000F;
  padding: 110px 130px 60px;
  background: url(../images/3rdBlock-Bk.jpg) center center/auto 100% no-repeat;
  position: relative;
}
@media screen and (max-width: 1098px) {
  #contents .campaign-prizes {
    padding: 110px 100px 60px;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  #contents .campaign-prizes {
    width: calc(100% - 40px);
    background-position: bottom center;
    background-size: 100% auto;
    background-color: #b4e8ff;
    padding: 110px 20px 20px;
  }
}
#contents .campaign-prizes h2 {
  width: 762px;
  position: absolute;
  top: -42px;
  left: calc(50% - 381px);
  text-align: center;
  padding: 22px 0;
  text-align: center;
  background-color: #D7000F;
  color: #FFF;
  font-size: 2.5rem;
  font-weight: 700;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  #contents .campaign-prizes h2 {
    font-size: 1.44rem;
    line-height: 1.2;
    width: 90%;
    left: 5%;
    padding: 15px 0;
  }
}
#contents .campaign-prizes .Course-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #contents .campaign-prizes .Course-list {
    display: block;
  }
}
#contents .campaign-prizes .Course-list li {
  position: relative;
  max-width: 460px;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 25px 26px 15px;
  background-color: #FFF;
  box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1098px) {
  #contents .campaign-prizes .Course-list li {
    max-width: 54%;
    padding-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  #contents .campaign-prizes .Course-list li {
    max-width: 100%;
    width: 100%;
    padding: 25px 10px 15px;
  }
}
#contents .campaign-prizes .Course-list li:nth-of-type(2) {
  max-width: 350px;
  padding-top: 40px;
}
@media screen and (max-width: 1098px) {
  #contents .campaign-prizes .Course-list li:nth-of-type(2) {
    max-width: 42%;
  }
}
@media screen and (max-width: 767px) {
  #contents .campaign-prizes .Course-list li:nth-of-type(2) {
    max-width: 100%;
    width: 100%;
    margin-top: 55px;
  }
}
#contents .campaign-prizes .Course-list li .course {
  width: 120px;
  position: absolute;
  top: -36px;
  left: calc(50% - 60px);
}
#contents .campaign-prizes .Application {
  max-width: 800px;
  margin: 25px auto 0;
  display: flex;
  border: 4px solid #D7000F;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  #contents .campaign-prizes .Application {
    display: block;
    width: 100%;
  }
}
#contents .campaign-prizes .Application dt {
  width: 180px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 18px 0;
  justify-content: center;
  background-color: #D7000F;
  color: #FFF;
}
@media screen and (max-width: 1098px) {
  #contents .campaign-prizes .Application dt {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  #contents .campaign-prizes .Application dt {
    width: 100%;
    padding: 10px 0;
  }
}
#contents .campaign-prizes .Application dt p {
  margin-left: 10px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 0.6;
}
@media screen and (max-width: 1098px) {
  #contents .campaign-prizes .Application dt p {
    font-size: 2rem;
  }
}
#contents .campaign-prizes .Application dt p span {
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 1098px) {
  #contents .campaign-prizes .Application dt p span {
    font-size: 1.1rem;
  }
}
#contents .campaign-prizes .Application dd {
  width: 620px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 18px;
  color: #6B2800;
  background-color: #FFF;
}
@media screen and (max-width: 1098px) {
  #contents .campaign-prizes .Application dd {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #contents .campaign-prizes .Application dd {
    width: 100%;
    text-align: center;
    display: block;
    padding: 20px;
  }
}
#contents .campaign-prizes .Application dd .period {
  font-size: 1.75rem;
  font-weight: 900;
}
@media screen and (max-width: 1098px) {
  #contents .campaign-prizes .Application dd .period {
    font-size: 1.65rem;
  }
}
@media screen and (max-width: 954px) {
  #contents .campaign-prizes .Application dd .period {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #contents .campaign-prizes .Application dd .period {
    line-height: 1.25;
  }
}
#contents .campaign-prizes .Application dd .period .year {
  font-size: 1.25rem;
}
@media screen and (max-width: 1098px) {
  #contents .campaign-prizes .Application dd .period .year {
    font-size: 1.22rem;
  }
}
@media screen and (max-width: 954px) {
  #contents .campaign-prizes .Application dd .period .year {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  #contents .campaign-prizes .Application dd .period .year {
    display: block;
  }
}
#contents .campaign-prizes .Application dd .period strong {
  font-size: 2.5rem;
}
@media screen and (max-width: 1098px) {
  #contents .campaign-prizes .Application dd .period strong {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 954px) {
  #contents .campaign-prizes .Application dd .period strong {
    font-size: 2rem;
  }
}
#contents .campaign-prizes .Application dd .period .day {
  font-size: 1.3rem;
}
@media screen and (max-width: 1098px) {
  #contents .campaign-prizes .Application dd .period .day {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 954px) {
  #contents .campaign-prizes .Application dd .period .day {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  #contents .campaign-prizes .Application dd .period .day.deg {
    display: block;
    transform: rotate(90deg);
  }
}
#contents .campaign-prizes .Application dd .time {
  margin-left: 15px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (max-width: 954px) {
  #contents .campaign-prizes .Application dd .time {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #contents .campaign-prizes .Application dd .time {
    margin: 10px 0 0;
    font-size: 1.2rem;
  }
}
#contents .campaign-prizes .note {
  font-size: 0.875rem;
  margin-top: 8px;
  text-align: right;
}

footer {
  margin-top: 40px;
  padding-bottom: 40px;
}
footer .copyright {
  font-size: 13px;
  text-align: center;
  display: block;
}

/*/////////////////////////////// 募集要項 ///////////////////////////////////////////////*/
.application_essential {
  max-width: 1100px;
  margin: 90px auto 0;
  border: solid 3px #15902E;
  background-color: #FFF;
}
@media screen and (max-width: 1098px) {
  .application_essential {
    width: calc(100% - 40px);
    margin: 70px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .application_essential {
    width: calc(100% - 40px);
    margin: 50px auto 0;
  }
}
.application_essential .wBlock {
  padding: 60px 45px;
}
@media screen and (max-width: 767px) {
  .application_essential .wBlock {
    padding: 30px 20px;
  }
}
.application_essential .wBlock h3 {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #ffffff;
  max-width: 1000px;
  width: 100%;
  padding: 10px 20px;
  margin: 0 0 30px;
  border-radius: 10px;
  background: #f7b52c;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .application_essential .wBlock h3 {
    font-size: 18px;
  }
}
.application_essential .wBlock h3.mt {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .application_essential .wBlock h3.mt {
    margin-top: 30px;
  }
}
.application_essential .wBlock h4 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 60px;
}
@media screen and (max-width: 767px) {
  .application_essential .wBlock h4 {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.4;
  }
}
.application_essential .wBlock h4 span {
  color: #DC3A85;
}
.application_essential .wBlock .line-txt {
  line-height: 1.6;
  font-size: 0.94rem;
  margin: 30px 60px 0;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .application_essential .wBlock .line-txt {
    margin: 22px 0 0;
  }
}
.application_essential .wBlock .deadline-time {
  font-weight: 900;
  font-size: 2.81rem;
  margin-top: 40px;
  text-align: center;
  color: #009140;
}
@media screen and (max-width: 1098px) {
  .application_essential .wBlock .deadline-time {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 824px) {
  .application_essential .wBlock .deadline-time {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .application_essential .wBlock .deadline-time {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.application_essential .wBlock .deadline-time .year {
  font-size: 2.06rem;
}
@media screen and (max-width: 1098px) {
  .application_essential .wBlock .deadline-time .year {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 824px) {
  .application_essential .wBlock .deadline-time .year {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .application_essential .wBlock .deadline-time .year.normal {
    font-size: 1.4rem;
  }
}
.application_essential .wBlock .deadline-time .small {
  font-size: 2.06rem;
}
@media screen and (max-width: 1098px) {
  .application_essential .wBlock .deadline-time .small {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 824px) {
  .application_essential .wBlock .deadline-time .small {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .application_essential .wBlock .deadline-time .small {
    font-size: 1.4rem;
  }
  .application_essential .wBlock .deadline-time .small.normal {
    font-size: 1.4rem;
  }
}
.application_essential .wBlock .deadline-time .time {
  font-size: 2.06rem;
  margin-left: 0.25rem;
}
@media screen and (max-width: 1098px) {
  .application_essential .wBlock .deadline-time .time {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 824px) {
  .application_essential .wBlock .deadline-time .time {
    font-size: 1.72rem;
  }
}
@media screen and (max-width: 767px) {
  .application_essential .wBlock .deadline-time .time {
    font-size: 1.4rem;
  }
}
.application_essential .wBlock .deadline-time strong {
  font-size: 4rem;
}
@media screen and (max-width: 1098px) {
  .application_essential .wBlock .deadline-time strong {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .application_essential .wBlock .deadline-time strong {
    font-size: 2rem;
  }
  .application_essential .wBlock .deadline-time strong.normal {
    font-size: 1.6rem;
  }
}
.application_essential .wBlock .noteList {
  margin: 50px 60px 0;
}
@media screen and (max-width: 767px) {
  .application_essential .wBlock .noteList {
    margin: 40px 0 0;
  }
}
.application_essential .wBlock .noteList li {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-left: 1.25em;
  text-indent: -1.25em;
}
.application_essential .wBlock .contact_address {
  margin: 50px 60px 0;
}
@media screen and (max-width: 767px) {
  .application_essential .wBlock .contact_address {
    margin: 40px 0 0;
  }
}
.application_essential .wBlock .contact_address p {
  font-size: 1.06rem;
  font-weight: 500;
  line-height: 1.7;
}
.application_essential .wBlock .contact_address p span {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .application_essential .wBlock .contact_address p span {
    display: block;
  }
}
.application_essential .wBlock .contact_address p small {
  font-size: 0.81rem;
}
.application_essential .line_application {
  max-width: 900px;
  padding: 18px;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background: #eafceb;
  border: 3px solid #00b900;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .application_essential .line_application {
    width: 100%;
  }
}
@media screen and (max-width: 824px) {
  .application_essential .line_application {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .application_essential .line_application {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 40px);
  }
  .application_essential .line_application .arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.application_essential .line_application .line_logo {
  margin-right: 17px;
}
@media screen and (max-width: 767px) {
  .application_essential .line_application .line_logo {
    margin: 0 0 17px;
  }
}
.application_essential .line_application .step_box {
  background: #fff;
  height: 162px;
  padding: 11px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 976px) {
  .application_essential .line_application .step_box {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .application_essential .line_application .step_box {
    height: auto;
    width: 100%;
  }
}
.application_essential .line_application .step_box .step {
  text-align: center;
}
.application_essential .line_application .step_box .step_text {
  font-size: 13px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .application_essential .line_application .step_box .step_text {
    font-size: 15px;
  }
}
.application_essential .line_application .step_box .application_procedure {
  font-weight: bold;
  font-size: 20px;
  margin: 8px 0 12px;
  text-align: center;
  color: #00b900;
}
.application_essential .line_application .step_box .step {
  line-height: 1.1;
}
.application_essential .line_application .one,
.application_essential .line_application .two {
  width: 210px;
}
@media screen and (max-width: 767px) {
  .application_essential .line_application .one,
  .application_essential .line_application .two {
    width: 100%;
  }
}
.application_essential .line_application .three {
  width: 190px;
}
@media screen and (max-width: 767px) {
  .application_essential .line_application .three {
    width: 100%;
  }
}
.application_essential .line_application .qr_code {
  width: 104px;
  position: relative;
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .application_essential .line_application .qr_code {
    margin: 50px 0px 0;
  }
}
.application_essential .line_application .qr_code .qr_hukidashi {
  position: absolute;
  top: -20px;
  width: 100px;
}
.application_essential .line_application .qr_code .qr_img {
  width: 104px;
  margin-top: 53px;
}
.application_essential .campaign_account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  grid-gap: 20px;
  margin: 15px auto;
  max-width: 900px;
}
@media screen and (max-width: 824px) {
  .application_essential .campaign_account {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .application_essential .campaign_account {
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
    display: block;
  }
}
.application_essential .campaign_account .title {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 2.5;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  width: 300px;
  height: 50px;
  background: #00b900;
}
@media screen and (max-width: 767px) {
  .application_essential .campaign_account .title {
    text-align: center;
    margin: 20px auto 0;
  }
}
.application_essential .campaign_account .name {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-align: left;
  color: #00b900;
}
@media screen and (max-width: 767px) {
  .application_essential .campaign_account .name {
    text-align: center;
    margin-top: 20px;
  }
}
.application_essential .campaign_account .name a {
  color: #00b900;
}
.application_essential .application_considerations {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.7;
  text-align: left;
  color: #1a1311;
  width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 824px) {
  .application_essential .application_considerations {
    width: calc(100% - 40px);
  }
}
.application_essential .application_considerations ul {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .application_essential .application_considerations ul {
    width: 100%;
  }
}
.application_essential .application_considerations ul li {
  margin-left: 1em;
  text-indent: -1em;
}

.application_essential .heading {
  width: 100%;
  height: 70px;
  background: #15902E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .application_essential .heading {
    height: 50px;
  }
}
.application_essential .heading h2 {
  font-weight: bold;
  font-size: 34px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .application_essential .heading h2 {
    font-size: 26px;
  }
}
#campaign_target,
#application_essential,
#deadline {
  scroll-margin-top: 70px;
}

#campaign-item {
  scroll-margin-top: 140px;
}/*# sourceMappingURL=campaign.css.map */