@charset "UTF-8";
#wrapper {
  width: 100%;
  background-color: #298A08;
  overflow: hidden; }

#contents {
  width: 100%;
  max-width: 1060px;
  background-color: #298A08;
  margin: 0 auto; }

.entries {
  margin: 50px 0; }
  @media screen and (max-width: 768px) {
    .entries {
      margin: 30px 0; } }
  .entries .date {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 0px; }
    @media screen and (max-width: 768px) {
      .entries .date {
        font-size: 18px; } }
    .entries .date em {
      font-weight: bold;
      font-size: 48px;
      display: inline-block;
      margin: 0 2px; }
      @media screen and (max-width: 768px) {
        .entries .date em {
          font-size: 30px; } }
    .entries .date .ttl {
      font-size: 30px;
      font-weight: bold;
      line-height: 1.5; }
      @media screen and (max-width: 768px) {
        .entries .date .ttl {
          font-size: 26px; } }
  .entries .note {
    font-style: normal;
    display: block; }

.contsIn {
  max-width: 1060px;
  margin: 0 auto 50px;
  padding: 70px 50px;
  /*background-color: #ffffff;*/
  color: #333333; }
  @media screen and (max-width: 768px) {
    .contsIn {
      margin: 0 auto 30px;
      padding: 40px 5%; } }

.contsWhite {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto 60px;
  background-color: #fff;
  padding: 70px 30px; }
  @media screen and (max-width: 768px) {
    .contsWhite {
      margin: 0 auto 30px;
      padding: 30px 20px 30px; } }

h2.redTtl {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #298A08;
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    h2.redTtl {
      font-size: 28px;
      margin-bottom: 20px; } }

.txaD {
  font-size: 18px;
  text-align: center;
  margin: 30px 0; }
  @media screen and (max-width: 768px) {
    .txaD {
      margin: 15px 0; } }

.txaF {
  font-size: 18px;
  text-align: center;
  margin: 50px 0 30px; }

h3.redUnder {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #298A08; }
  h3.redUnder span {
    font-size: 18px; }
h3.redLeft {
  font-size: 26px;
  padding-left: 15px;
  border-left: 7px solid #298A08;
  margin-bottom: 40px; }
@media screen and (max-width: 768px) {
  h3.redUnder {
    font-size: 20px;
    line-height: 1.6; }
    h3.redUnder span {
      font-size: 14px; }
  h3.redLeft {
    font-size: 18px;
    margin-bottom: 20px; } }

.bold {
  font-weight: bold; }

/*---------------mv----------------
------------------------------------------*/
.mv {
  background-color: #298A08;
  color: #fff;
  /* padding-bottom: 70px;*/ }
  @media screen and (max-width: 768px) {
    .mv {
      /*padding-bottom: 30px;*/ } }
  .mv .contsIn {
    margin: 0 auto;
    padding: 50px 5% 0; }
    @media screen and (max-width: 768px) {
      .mv .contsIn {
        padding: 40px 5% 0; } }
    .mv .contsIn.textW {
      color: #fff; }
  .mv p {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 40px; }
    .mv p.shuasi {
      font-size: 14px;
      font-weight: normal; }
    @media screen and (max-width: 768px) {
      .mv p {
        font-size: 15px;
        margin-bottom: 20px;
        line-height: 1.6; } }

#award {
  text-align: center;
  margin: 30px 0 100px; }
  #award a {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    text-decoration: underline; }
    @media screen and (max-width: 768px) {
      #award a {
        font-size: 20px; } }
    #award a:hover {
      text-decoration: none; }

/*---------------sec01----------------
------------------------------------------*/
.sec01 {
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .sec01 {
      margin: 0 3% 30px; } }
  .sec01 h2 {
    background-color: #298A08;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .sec01 h2 {
        width: 30%;
        margin: 0 auto;
        max-width: 158px; } }
  .sec01 .prize_area {
    padding: 60px 30px 20px;
    overflow: hidden;
    background-color: #fff; }
    @media screen and (max-width: 768px) {
      .sec01 .prize_area {
        padding: 30px 5% 10px; } }
  .sec01 .prize {
    display: table; }
    .sec01 .prize .left {
      display: table-cell;
      vertical-align: middle; }
    @media screen and (max-width: 550px) {
      .sec01 .prize .left {
        width: 18%; } }
    .sec01 .prize .right {
      display: table-cell;
      vertical-align: middle;
      padding-left: 10px; }
    .sec01 .prize span {
      display: inline-block; }
      .sec01 .prize span.ttl {
        font-size: 30px;
        font-weight: bold;
        line-height: 1.5; }
      .sec01 .prize span.name {
        font-size: 24px;
        font-weight: bold; }
      .sec01 .prize span.sho {
        font-size: 16px; }
    @media screen and (max-width: 550px) {
      .sec01 .prize span.ttl {
        font-size: 22px;
        font-weight: bold; }
      .sec01 .prize span.name {
        font-size: 18px;
        font-weight: bold; } }
  .sec01 .prize1 {
    width: 470px;
    margin: 0 auto 60px; }
  .sec01 .prize2 {
    width: 500px;
    float: left;
    /*padding-bottom: 40px;*/ }
  @media screen and (max-width: 1000px) {
    .sec01 .prize2 {
      width: 100%;
      max-width: 500px;
      float: none;
      margin: 0 auto; } }
  .sec01 .prize3 {
    width: 460px;
    float: right; }

.btn-sink {
  display: block;
  margin: 30px auto 50px;
  padding: 10px 24px;
  width: 460px;
  border-radius: 5px;
  background-color: #a3a3a3;
  text-align: center;
  box-shadow: 0 5px 0 #5f5f5f;
  font-size: 24px;
  text-decoration: none;
  color: #fff;
  font-weight: bold; }
  @media screen and (max-width: 1000px) {
    .btn-sink {
      width: 360px;
      font-size: 20px;
      text-align: center; } }

.btn-sink:hover {
  box-shadow: none;
  position: relative;
  top: 4px; }

/*---------------sec02----------------
------------------------------------------*/
@media screen and (max-width: 768px) {
  .sec02 {
    margin: 0 3%; } }
.sec02 .kome {
  font-size: 14px;
  margin-top: 10px; }
  .sec02 .kome > li {
    font-size: 14px;
    text-indent: -1em;
    padding-left: 1em; }
.sec02 .assignment {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .sec02 .assignment > li {
    width: 47.5%;
    background-color: #f7f7f7;
    padding: 0 20px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.8;
    position: relative; }
    @media screen and (max-width: 768px) {
      .sec02 .assignment > li {
        width: 100%;
        padding: 20px 5% 20px; } }
    .sec02 .assignment > li a {
      color: #298A08;
      text-decoration: underline; }
      .sec02 .assignment > li a:hover {
        text-decoration: none; }
    .sec02 .assignment > li ul {
      margin-top: 20px; }
      .sec02 .assignment > li ul > li {
        font-size: 20px; }
        .sec02 .assignment > li ul > li span {
          font-size: 20px;
          color: #b69817;
          padding-right: 10px; }
      @media screen and (max-width: 550px) {
        .sec02 .assignment > li ul > li {
          font-size: 18px; }
          .sec02 .assignment > li ul > li span {
            font-size: 18px; } }
    .sec02 .assignment > li a:hover {
      text-decoration: none; }

@media screen and (max-width: 550px) {
  .sec02 .assignment li .item {
    position: static;
    text-align: center;
    padding-top: 10px;
    width: 100%; } }
/*---------------sec03----------------
------------------------------------------*/
@media screen and (max-width: 768px) {
  .sec03 {
    margin: 0 3%; } }
.sec03 .fukidashi {
  margin-top: 10px;
  text-align: right;
  padding-right: 100px; }
  @media screen and (max-width: 768px) {
    .sec03 .fukidashi {
      padding-right: 30px; } }
.sec03 .grayBox {
  background-color: #b7b7b7;
  padding: 2%;
  width: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .sec03 .grayBox > li {
    display: table;
    height: 80px;
    width: 48%; }
  @media screen and (max-width: 1000px) {
    .sec03 .grayBox {
      display: block; }
      .sec03 .grayBox > li {
        padding: 5px;
        width: 100%; } }
.sec03 .redBox {
  width: 140px;
  background-color: #b69817;
  color: #fff;
  line-height: 1.5;
  padding: 10px 10px;
  font-size: 18px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: bold; }
.sec03 .whiteBox {
  font-size: 16px;
  background-color: #fff;
  width: 305px;
  padding: 10px 10px;
  display: table-cell;
  vertical-align: middle; }
.sec03 .leftBox {
  float: left;
  width: 485px;
  padding-bottom: 60px; }
@media screen and (max-width: 1000px) {
  .sec03 .redBox {
    width: 26%;
    font-size: 14px;
    padding: 5px; }
  .sec03 .whiteBox {
    width: 50%;
    font-size: 14px;
    padding: 10px; } }
@media screen and (max-width: 550px) {
  .sec03 .leftBox {
    width: 100%;
    padding-bottom: 20px; } }
.sec03 .kome {
  font-size: 14px; }
.sec03 .how {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .sec03 .how > li {
    margin-bottom: 20px;
    width: 47.5%;
    background-color: #f7f7f7;
    padding: 20px 20px;
    font-size: 15px;
    line-height: 1.8;
    position: relative; }
    .sec03 .how > li em {
      font-weight: bold; }
    .sec03 .how > li.full {
      width: 100%; }
  @media screen and (max-width: 1000px) {
    .sec03 .how {
      display: block; }
      .sec03 .how > li {
        width: 100%;
        font-size: 14px; } }
.sec03 .ind2 {
  text-indent: -3.5em;
  padding-left: 3.5em; }
@media screen and (max-width: 640px) {
  .sec03 .mgL20 {
    margin-left: 2% !important; }
  .sec03 .mgL30 {
    margin-left: 3% !important; } }

/*---------------sec04----------------
------------------------------------------*/
@media screen and (max-width: 768px) {
  .sec04 {
    margin: 0 3%; } }
.sec04 .grayBox {
  background-color: #f7f7f7;
  padding: 25px 30px 50px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .sec04 .grayBox .txaC {
    width: 100%; }
.sec04 .leftBox {
  width: 100%; }
  .sec04 .leftBox > li {
    width: 48.5%;
    text-align: center;
    float: left; }
  @media screen and (max-width: 1000px) {
    .sec04 .leftBox {
      display: block; }
      .sec04 .leftBox > li {
        width: 100%; } }
.sec04 .logoArea {
  display: table;
  margin: 40px auto 0; }
@media screen and (max-width: 550px) {
  .sec04 .logoArea {
    width: 100%; }
    .sec04 .logoArea em {
      width: 22%;
      padding-right: 5px; }
    .sec04 .logoArea p {
      font-size: 22px !important; }
  .sec04 .enter1 input, .sec04 .enter2 input, .sec04 .enter3 input {
    width: 100%; } }
.sec04 .logoArea em, .sec04 .logoArea2 em {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px; }
.sec04 .logoArea p,
.sec04 .logoArea2 p {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  line-height: 1.4; }

/*---------------sec05----------------
------------------------------------------*/
@media screen and (max-width: 768px) {
  .sec05 {
    margin: 0 3%; } }
.sec05 .contsIn {
  max-width: 1060px;
  background-color: #fff;
  padding: 10px 30px 80px;
  line-height: 1.8;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .sec05 .contsIn {
      padding: 10px 5% 30px; } }
.sec05 .kome {
  font-size: 14px;
  margin-top: 20px; }
.sec05 ul li {
  margin-bottom: 10px;
  text-indent: -1em;
  padding-left: 1em; }
  .sec05 ul li span {
    color: #a0a0a0; }

ul.snsArea {
  overflow: hidden;
  margin-top: 10px; }
  ul.snsArea li {
    float: left;
    margin-right: 20px;
    text-indent: 0em;
    padding-left: 0em; }
    ul.snsArea li span {
      vertical-align: top !important; }

/*---------------footer----------------
------------------------------------------*/
#footer {
  background-color: #7d7d7d; }
  #footer .footerIn {
    max-width: 1060px;
    margin: 0 auto;
    padding: 10px 0 10px 0;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      #footer .footerIn {
        padding: 8px 3% 8px; } }
  #footer .copy {
    font-size: 14px;
    color: #fff;
    float: left; }
  #footer .rightBox {
    float: right; }
    #footer .rightBox a {
      font-size: 14px;
      color: #fff; }

/*---------------prize common---------------------------------------******************
-------------*/
.pz {
  /*---------------sec02----*/
  /*アンカーポイント*/
  /*---------------sec03----------------*/
  /*---------------sec04----------------*/
  /*---------------sohyo----------------
  ------------------------------------------*/
  /*---------------sec05----------------*/
  /*---------------colorbox----------------
  ------------------------------------------*/
  /*---------------ceremony----------------
  ------------------------------------------*/ }
  .pz .prizeBox a {
    display: block;
    margin-bottom: 30px; }
  .pz .prizeBox .link {
    display: block;
    margin-bottom: 15px; }
  .pz .pNote {
    text-align: right;
    font-size: 12px; }
  .pz .redTtl {
    font-size: 36px;
    margin-bottom: 0px;
    font-weight: bold;
    text-align: center;
    color: #000000; }
    @media screen and (max-width: 1000px) {
      .pz .redTtl {
        font-size: 24px; } }
    .pz .redTtl .Fs28 {
      font-size: 28px;
      font-weight: bold;
      margin-top: 5px; }
      @media screen and (max-width: 1000px) {
        .pz .redTtl .Fs28 {
          font-size: 20px;
          margin-top: 30px; } }
    .pz .redTtl .Fs36 {
      font-size: 36px;
      font-weight: bold;
      line-height: 30px; }
      @media screen and (max-width: 1000px) {
        .pz .redTtl .Fs36 {
          font-size: 30px; } }
  .pz .pTtl {
    text-align: center;
    max-width: 170px;
    margin: 0 auto; }
    @media screen and (max-width: 1000px) {
      .pz .pTtl {
        width: 30%; } }
  .pz .prizeName {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #d6001e;
    padding: 0 40px;
    margin-bottom: 30px; }
    @media screen and (max-width: 1000px) {
      .pz .prizeName {
        margin: 30px; } }
    .pz .prizeName span {
      font-size: 16px;
      font-weight: normal; }
      .pz .prizeName span.yomi {
        font-size: 18px;
        font-weight: bold; }
    @media screen and (max-width: 1000px) {
      .pz .prizeName {
        font-size: 18px; }
        .pz .prizeName span {
          font-size: 14px; }
          .pz .prizeName span.yomi {
            font-size: 16px; } }
  .pz .prizeName02 {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    /*border-bottom: 1px solid #d6001e;*/
    padding: 0 40px;
    /* margin-bottom: 30px;*/ }
    @media screen and (max-width: 1000px) {
      .pz .prizeName02 {
        margin: 15px; } }
    .pz .prizeName02 span {
      font-size: 16px;
      font-weight: normal; }
      .pz .prizeName02 span.yomi {
        font-size: 18px;
        font-weight: bold; }
    @media screen and (max-width: 1000px) {
      .pz .prizeName02 {
        font-size: 18px; }
        .pz .prizeName02 span {
          font-size: 14px; }
          .pz .prizeName02 span.yomi {
            font-size: 16px; } }
  .pz .prizeName03 {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    /*border-bottom: 1px solid #d6001e;*/
    padding: 0 40px;
    margin: 20px 0;
    /* margin-bottom: 30px;*/ }
    @media screen and (max-width: 1000px) {
      .pz .prizeName03 {
        margin: 30px; } }
    .pz .prizeName03 span {
      font-size: 16px;
      font-weight: normal; }
      .pz .prizeName03 span.yomi {
        font-size: 18px;
        font-weight: bold; }
    @media screen and (max-width: 1000px) {
      .pz .prizeName03 {
        font-size: 18px; }
        .pz .prizeName03 span {
          font-size: 14px; }
          .pz .prizeName03 span.yomi {
            font-size: 16px; } }
  .pz .commentArea {
    background-color: #f7f7f7;
    padding: 40px;
    box-sizing: border-box;
    margin: 30px 50px 0; }
    .pz .commentArea h3 {
      font-size: 17px;
      margin-bottom: 10px; }
    .pz .commentArea p {
      font-size: 15px;
      line-height: 1.8; }
      @media screen and (max-width: 1000px) {
        .pz .commentArea p {
          text-align: left; } }
  .pz .commentArea02 {
    background-color: #f7f7f7;
    padding: 40px;
    box-sizing: border-box;
    margin: 30px 50px 0;
    text-align: left; }
    @media screen and (max-width: 1000px) {
      .pz .commentArea02 {
        margin: 15px 50px 15px; } }
    .pz .commentArea02 h3 {
      font-size: 17px;
      margin-bottom: 10px; }
    .pz .commentArea02 p {
      font-size: 15px;
      line-height: 1.8; }
      @media screen and (max-width: 1000px) {
        .pz .commentArea02 p {
          text-align: left; } }
  .pz .sec12 {
    margin-bottom: 50px; }
    .pz .sec12 h2 {
      text-align: center; }
    .pz .sec12 .kome {
      font-size: 14px;
      margin-top: 20px; }
    .pz .sec12 .assignment {
      padding: 60px 20px 30px;
      background-color: #ffffff;
      -js-display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: -webkit- space-between;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media screen and (max-width: 1000px) {
        .pz .sec12 .assignment {
          padding: 20px 3% 10px;
          margin: 0 3%; } }
      .pz .sec12 .assignment > li {
        width: 47.5%;
        padding: 35px 20px;
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 1.8;
        position: relative; }
        @media screen and (max-width: 1000px) {
          .pz .sec12 .assignment > li {
            padding: 20px 3%; } }
        .pz .sec12 .assignment > li .logo {
          margin-bottom: 40px; }
          @media screen and (max-width: 1000px) {
            .pz .sec12 .assignment > li .logo {
              margin-bottom: 20px; } }
        .pz .sec12 .assignment > li ul {
          margin-top: 20px; }
          .pz .sec12 .assignment > li ul > li {
            font-size: 22px; }
            .pz .sec12 .assignment > li ul > li span {
              font-size: 22px;
              color: #298A08;
              padding-right: 10px; }
        @media screen and (max-width: 550px) {
          .pz .sec12 .assignment > li ul > li {
            font-size: 18px; }
            .pz .sec12 .assignment > li ul > li span {
              font-size: 18px; } }
        .pz .sec12 .assignment > li a:hover {
          text-decoration: none; }
      @media screen and (max-width: 1000px) {
        .pz .sec12 .assignment {
          display: block; }
          .pz .sec12 .assignment > li {
            width: 100%; } }
  @media screen and (max-width: 550px) {
    .pz .sec02 .assignment li .item {
      position: static;
      text-align: center;
      padding-top: 10px;
      width: 100%; } }
  .pz .Anch {
    margin: 40px 0; }
    .pz .Anch ul {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap; }
      .pz .Anch ul li {
        margin: 20px 0; }
        @media screen and (max-width: 550px) {
          .pz .Anch ul li {
            margin: 15px 0; } }
        .pz .Anch ul li a {
          font-size: 22px;
          color: #ab951c;
          font-weight: bold;
          background-color: #fff;
          padding: 20px;
          border-radius: 100px;
          transition: 0.3s; }
          .pz .Anch ul li a:hover {
            color: #fff;
            background-color: #ab951c; }
          @media screen and (max-width: 1000px) {
            .pz .Anch ul li a {
              font-size: 18px;
              padding: 15px; } }
          @media screen and (max-width: 550px) {
            .pz .Anch ul li a {
              font-size: 15px;
              padding: 12px 30px; } }
  .pz .sec14 {
    background-color: #ffffff;
    padding: 30px 20px 0;
    margin-bottom: 60px; }
    @media screen and (max-width: 1000px) {
      .pz .sec14 {
        padding: 20px 3% 10px;
        margin: 10px 3% 20px; } }
    .pz .sec14 h2 {
      text-align: center;
      margin-bottom: 30px; }
      @media screen and (max-width: 1000px) {
        .pz .sec14 h2 {
          margin: 20px 0 20px; } }
    @media screen and (max-width: 1000px) {
      .pz .sec14 .prizeBox a {
        width: 80%;
        margin: 0 auto;
        height: 80%; } }
    .pz .sec14 .prizeBox a iframe {
      max-width: 700px;
      width: 100%; }
    .pz .sec14 .prizeBox a .iframe02 {
      max-width: 350px;
      width: 100%;
      height: 300px; }
    .pz .sec14 .assignment {
      padding: 0 20px 30px;
      background-color: #ffffff;
      -js-display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: -webkit- space-between;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media screen and (max-width: 1000px) {
        .pz .sec14 .assignment {
          padding: 0 3% 10px;
          margin: 0 3%; } }
      .pz .sec14 .assignment > li {
        width: 47.5%;
        /* padding: 35px0;*/
        /*margin-bottom: 30px;*/
        font-size: 16px;
        line-height: 1.8;
        position: relative; }
        @media screen and (max-width: 1000px) {
          .pz .sec14 .assignment > li {
            padding: 0 3%; } }
        .pz .sec14 .assignment > li .logo {
          margin-bottom: 40px; }
          @media screen and (max-width: 1000px) {
            .pz .sec14 .assignment > li .logo {
              margin-bottom: 20px; } }
        .pz .sec14 .assignment > li ul {
          margin-top: 20px; }
          .pz .sec14 .assignment > li ul > li {
            font-size: 22px; }
            .pz .sec14 .assignment > li ul > li span {
              font-size: 22px;
              color: #298A08;
              padding-right: 10px; }
        @media screen and (max-width: 550px) {
          .pz .sec14 .assignment > li ul > li {
            font-size: 18px; }
            .pz .sec14 .assignment > li ul > li span {
              font-size: 18px; } }
        .pz .sec14 .assignment > li a:hover {
          text-decoration: none; }
      @media screen and (max-width: 1000px) {
        .pz .sec14 .assignment {
          display: block; }
          .pz .sec14 .assignment > li {
            width: 100%; } }
  .pz .sec03 {
    max-width: 1060px;
    margin: 0 auto 30px;
    background-color: #fff;
    padding: 70px 40px 20px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .pz .sec03 .leftBox {
      float: left;
      width: 450px; }
    .pz .sec03 .rightBox {
      float: right;
      width: 450px; }
    .pz .sec03 .redTtl {
      margin-bottom: 10px; }
    .pz .sec03 .txaL {
      min-height: 97px; }
    .pz .sec03 .box1, .pz .sec03 .box2 {
      margin-bottom: 60px; }
  .pz .macAward {
    overflow: hidden;
    width: 370px;
    margin: auto; }
    .pz .macAward .left {
      float: left; }
    .pz .macAward .right {
      float: right; }
      .pz .macAward .right a {
        margin-bottom: 0; }
        .pz .macAward .right a img.mgB {
          margin-bottom: 14px; }
  .pz .sec04 {
    max-width: 1060px;
    margin: 0 auto 30px;
    background-color: #fff;
    padding: 70px 30px 0px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 1000px) {
      .pz .sec04 {
        padding: 30px 3% 10px;
        margin: 0 3%; } }
    .pz .sec04 h3 {
      border-bottom: 1px solid #d6001e;
      margin-bottom: 30px; }
    .pz .sec04 .list {
      overflow: hidden;
      margin-bottom: 40px;
      -js-display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-start;
      justify-content: -webkit- flex-start;
      justify-content: flex-start;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media screen and (max-width: 1000px) {
        .pz .sec04 .list {
          -webkit-justify-content: space-between;
          justify-content: -webkit- space-between;
          justify-content: space-between; } }
    .pz .sec04 .list2 {
      overflow: hidden;
      margin-bottom: 40px;
      -js-display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: -webkit- space-between;
      justify-content: space-between; }
      @media screen and (max-width: 1000px) {
        .pz .sec04 .list2 {
          display: block;
          width: 100%; } }
    .pz .sec04 .listBox {
      text-align: center;
      width: 242px;
      min-width: 242px; }
      @media screen and (max-width: 1000px) {
        .pz .sec04 .listBox {
          width: 90%;
          margin: 0 auto;
          display: block; } }
      .pz .sec04 .listBox.ww {
        width: 300px;
        min-width: 300px; }
        .pz .sec04 .listBox.ww .commentArea {
          max-width: 280px; }
        @media screen and (max-width: 1000px) {
          .pz .sec04 .listBox.ww {
            width: 90%;
            display: block;
            margin: 0 auto; } }
      .pz .sec04 .listBox span.name {
        margin-top: 15px;
        font-size: 18px;
        display: block;
        font-weight: bold; }
        @media screen and (max-width: 1000px) {
          .pz .sec04 .listBox span.name {
            margin-top: 5px;
            font-size: 16px; } }
      .pz .sec04 .listBox span.school {
        font-size: 14px;
        display: block;
        line-height: 1.2; }
        @media screen and (max-width: 1000px) {
          .pz .sec04 .listBox span.school {
            font-size: 13px; } }
      .pz .sec04 .listBox .commentArea {
        background-color: #f7f7f7;
        padding: 20px 3%;
        box-sizing: border-box;
        max-width: 200px;
        margin: 0 auto; }
        .pz .sec04 .listBox .commentArea h3 {
          font-size: 15px;
          margin-bottom: 10px;
          border-bottom: none; }
        .pz .sec04 .listBox .commentArea p {
          text-align: left;
          font-size: 14px;
          line-height: 1.8; }
    .pz .sec04 .btn {
      text-align: center;
      margin-bottom: 40px; }
  .pz .listW {
    width: 100%;
    background-color: #f7f7f7;
    padding: 20px 3%;
    box-sizing: border-box;
    margin: 0 4% 0 2%; }
    .pz .listW h3 {
      font-size: 15px;
      margin-bottom: 10px;
      border-bottom: none; }
    .pz .listW p {
      text-align: left;
      font-size: 14px;
      line-height: 1.8; }
  .pz .sec04-2 {
    max-width: 1060px;
    margin: 0 auto 30px;
    background-color: #fff;
    padding: 70px 40px 20px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .pz .sec04-2 .leftBox {
      float: left;
      width: 450px; }
    .pz .sec04-2 .rightBox {
      float: right;
      width: 450px; }
    .pz .sec04-2 h3 {
      border-bottom: 1px solid #d6001e;
      margin-bottom: 30px;
      text-align: center; }
    .pz .sec04-2 .commentArea {
      text-align: left; }
      .pz .sec04-2 .commentArea h3 {
        font-size: 16px;
        margin-bottom: 10px;
        border-bottom: none;
        text-align: left; }
      .pz .sec04-2 .commentArea p {
        font-size: 14px; }
    .pz .sec04-2 .list {
      overflow: hidden;
      margin-bottom: 40px; }
      .pz .sec04-2 .list .txaL {
        min-height: 97px;
        margin-top: 20px; }
    .pz .sec04-2 .listBox {
      text-align: center;
      width: 450px; }
      .pz .sec04-2 .listBox span.name {
        margin-top: 15px;
        font-size: 18px;
        display: block;
        font-weight: bold; }
  .pz .sec04 .listBox span.school {
    font-size: 14px;
    display: block;
    line-height: 1.2; }
  .pz .sohyo {
    max-width: 1060px;
    margin: 0 auto 60px;
    background-color: #fff;
    padding: 70px 30px 30px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .pz .sohyo .commentArea {
      padding: 50px 60px; }
      @media screen and (max-width: 1000px) {
        .pz .sohyo .commentArea {
          padding: 30px 5%; } }
    @media screen and (max-width: 1000px) {
      .pz .sohyo {
        padding: 30px 3% 30px;
        margin: 0 3% 30px; } }
  .pz .sec05 .contsIn {
    max-width: 1060px;
    background-color: #fff;
    padding: 10px 30px 80px;
    line-height: 1.8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .pz .sec05 .kome {
    font-size: 14px;
    margin-top: 20px; }
  .pz .sec05 ul li {
    margin-bottom: 10px;
    text-indent: -1em;
    padding-left: 1em; }
    .pz .sec05 ul li span {
      color: #a0a0a0; }
  .pz .sec05 .btnArea {
    overflow: hidden;
    width: 970px;
    margin: 50px auto 0; }
    .pz .sec05 .btnArea .left {
      float: left; }
    .pz .sec05 .btnArea .right {
      float: left;
      margin-left: 40px; }
    @media screen and (max-width: 1000px) {
      .pz .sec05 .btnArea {
        width: 100%;
        margin: 30px auto 0; }
        .pz .sec05 .btnArea .left {
          float: none; }
        .pz .sec05 .btnArea .right {
          float: none;
          margin-left: 0;
          margin-top: 10px; } }
  .pz ul.snsArea {
    overflow: hidden;
    margin-top: 10px; }
    .pz ul.snsArea li {
      float: left;
      margin-right: 20px;
      text-indent: 0em;
      padding-left: 0em; }
  .pz .dsnone {
    display: none; }
  .pz .ContsBox {
    background: #fff;
    max-width: 785px;
    padding: 10px 0;
    overflow: hidden;
    margin: 0 auto; }
    @media screen and (max-width: 1000px) {
      .pz .ContsBox {
        width: 90% !important; }
        .pz .ContsBox img, .pz .ContsBox iframe {
          width: 90% !important;
          height: auto;
          display: inline-block;
          margin: 0 auto; } }
    .pz .ContsBox .closeBox {
      text-align: right;
      font-size: 12px; }
  .pz .ContsBox-2 .closeBox {
    text-align: right;
    font-size: 12px; }
  .pz .ContsBox .close, .pz .ContsBox-2 .close {
    text-align: right;
    padding-right: 10px; }
  .pz .ContsBox .ContsBoxIn {
    max-width: 500px;
    margin: 0 auto;
    text-align: center; }
    @media screen and (max-width: 1000px) {
      .pz .ContsBox .ContsBoxIn {
        width: 90%; }
        .pz .ContsBox .ContsBoxIn img, .pz .ContsBox .ContsBoxIn iframe {
          width: 90%;
          height: auto;
          display: inline-block;
          margin: 0 auto; } }
  .pz .ContsBox-2 {
    text-align: center;
    background: #fff;
    max-width: 1000px;
    padding: 10px 0;
    overflow: hidden;
    margin: 0 auto; }
    @media screen and (max-width: 1000px) {
      .pz .ContsBox-2 {
        width: 100%; } }
    .pz .ContsBox-2 .ContsBoxIn {
      max-width: 900px;
      text-align: center;
      margin: 0 auto; }
      @media screen and (max-width: 1000px) {
        .pz .ContsBox-2 .ContsBoxIn {
          width: 90%; }
          .pz .ContsBox-2 .ContsBoxIn img, .pz .ContsBox-2 .ContsBoxIn iframe {
            width: 90%;
            margin: 0 auto;
            height: auto;
            display: inline-block; } }
  .pz .ContsBox-3 {
    background: #fff;
    max-width: 800px;
    padding: 10px 0;
    overflow: hidden;
    margin: 0 auto; }
    @media screen and (max-width: 1000px) {
      .pz .ContsBox-3 {
        width: 100%; } }
    .pz .ContsBox-3 .ContsBoxIn {
      max-width: 700px;
      margin: 0 auto; }
      @media screen and (max-width: 1000px) {
        .pz .ContsBox-3 .ContsBoxIn {
          width: 90%; }
          .pz .ContsBox-3 .ContsBoxIn img, .pz .ContsBox-3 .ContsBoxIn iframe {
            width: 90%;
            height: auto;
            display: inline-block; } }
  .pz .ContsBoxIn h3 {
    text-align: left;
    color: #666666;
    margin-bottom: 20px; }
  .pz .ContsBoxIn p {
    text-align: left;
    margin-bottom: 15px; }
  .pz .picArea {
    width: 700px;
    margin: 10px auto 30px; }
    .pz .picArea h2 {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 10px; }
    .pz .picArea p {
      margin-top: 5px; }
    .pz .picArea .left {
      float: left;
      width: 345px; }
    .pz .picArea .right {
      float: right;
      width: 345px; }

.btn02 {
  background-color: #fa3421;
  border-radius: 15px;
  box-shadow: 0px 10px #7f2920;
  font-size: 40px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 20px 20px;
  transition: opacity 0.3s;
  margin: 0 auto;
  width: 60%; }
  .btn02 p {
    font-family: 'Noto Sans', sans-serif; }
  .btn02 a {
    display: flex;
    align-items: center;
    align-content: center;
    font-family: 'Noto Sans', sans-serif;
    color: #fff;
    text-decoration: none;
    text-shadow: 3px 3px 2px #f6150b; }
    .btn02 a img {
      filter: drop-shadow(3px 3px 2px #f6150b);
      margin-right: 10px; }
  .btn02:active {
    box-shadow: none;
    position: relative;
    top: 10px; }
  .btn02:hover {
    opacity: 0.8; }
  .btn02 .h:hover {
    opacity: 1; }

#contact h3 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    #contact h3 {
      margin-bottom: 15px;
      font-size: 16px; } }
#contact .ctcList {
  max-width: 710px;
  margin: 0 auto;
  background-color: #ffffff;
  border: #dddddd 2px solid;
  border-radius: 8px;
  text-align: center;
  padding: 25px 100px;
  font-size: 18px;
  display: table;
  /*display: flex;
  @include fw;*/ }
  @media screen and (max-width: 768px) {
    #contact .ctcList {
      padding: 15px 40px;
      display: block; } }
  #contact .ctcList > li {
    text-align: left;
    /*width: 48%;*/ }
    @media screen and (max-width: 768px) {
      #contact .ctcList > li {
        width: 100%; } }
    #contact .ctcList > li.mail {
      width: 100%; }
      #contact .ctcList > li.mail span {
        font-size: 20px; }
        @media screen and (max-width: 768px) {
          #contact .ctcList > li.mail span {
            font-size: 18px; } }
  #contact .ctcList em {
    display: inline-block;
    font-size: 20px;
    font-weight: 900;
    font-feature-settings: 'palt' 1;
    font-family: 'Noto Sans JP', sans-serif !important;
    font-style: normal; }
    @media screen and (max-width: 768px) {
      #contact .ctcList em {
        font-size: 18px; } }
    #contact .ctcList em:after {
      content: '▲';
      display: inline-block;
      vertical-align: middle;
      margin: -3px 10px 3px;
      font-size: 13px;
      transform: rotate(90deg);
      /*	color: $redC;*/ }
  #contact .ctcList span,
  #contact .ctcList a {
    display: inline-block;
    font-size: 26px;
    font-weight: 900;
    font-feature-settings: 'palt' 1;
    font-family: 'Noto Sans JP', sans-serif !important;
    color: #000000;
    text-decoration: none; }
    @media screen and (max-width: 768px) {
      #contact .ctcList span,
      #contact .ctcList a {
        font-size: 22px; } }
#contact .receptTime {
  margin-top: 10px;
  text-align: center;
  font-size: 18px; }
  @media screen and (max-width: 768px) {
    #contact .receptTime {
      font-size: 14px; } }
