/* CSS Document */
#wrapper {
  width: 100%;
  overflow: hidden; }

.pc {
  display: block; }
  @media screen and (max-width: 768px) {
    .pc {
      display: none; } }

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

a {
  color: #1972c6!important; }

* {
  color: #575757;
  word-break: break-all; }

.contsIn {
  width: 1000px;
  margin: auto; }
  @media screen and (max-width: 768px) {
    .contsIn {
      width: 100%;
      padding: 0 5%;
      box-sizing: border-box; } }

.contsIn2 {
  width: 960px;
  margin: auto;
  float: center;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .contsIn2 {
      width: 100%;
      padding: 0 5%;
      box-sizing: border-box; } }

.contsIn3 {
  width: 1180px;
  margin: auto;
  float: center;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .contsIn3 {
      width: 100%;
      padding: 0 2%;
      box-sizing: border-box; } }

.left {
  float: left; }

.right {    
  float: right;
  text-align: justify;}

.h2_bg {
  background: url(../img/h2_bg.png) center center;
  background-repeat: repeat-x;
  margin: 80px 0 60px; }
  @media screen and (max-width: 768px) {
    .h2_bg {
      margin: 40px 0 20px;
      background-position: center center;
      background-size: 18px; } }

.h2_bg_02 {
  background: url(../img/h2_bg.png) center center;
  background-repeat: repeat-x;
  margin: 80px 0 0; }
  @media screen and (max-width: 768px) {
    .h2_bg_02 {
      margin: 40px 0 0px;
      background-position: center center;
      background-size: 18px; } }

h2 {
  background-color: #fff;
  display: inline-block;
  padding: 0px 10px;
  font-size: 30px;
  color: #575757; }
  @media screen and (max-width: 768px) {
    h2 {
      font-size: 22px;
      line-height: 1; } }

h3 {
  background-image: url(../img/h3_bg.png);
  background-repeat: no-repeat;
  background-position: left 8px;
  padding-left: 40px;
  color: #575757;
  font-size: 24px;
  margin-bottom: 12px; }
  @media screen and (max-width: 768px) {
    h3 {
      font-size: 18px;
      padding-left: 25px;
      background-size: 15px;
      background-position: left 5px;
      margin-bottom: 5px; } }

.nml {
  font-size: 16px;
  color: #575757;
  line-height: 1.6; }
  @media screen and (max-width: 768px) {
    .nml {
      font-size: 14px; } }
  .nml em {
    font-weight: bold;
    font-style: normal; }

a {
  color: #1c5dae; }

.bullet {
  color: #B2F2FF; }

/*---------------mv---------------
------------------------------------------*/
.kv {
  text-align: center;
  width: 100%;
  background:linear-gradient(90deg,#1972c7 0%,#1972c7 50%,#f2ce3b 50%,#f2ce3b 100%);    
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .kv {
      padding: 0 3.5%; }
      .kv img {
        width: 100%; } }

.kv_sp{
    display: none;
}

/*---------------sec01---------------
------------------------------------------*/
#sec01 {
  /*background-color:#fff100;*/
  background-color: #F6F6F6;
  padding: 80px 0; }
  @media screen and (max-width: 768px) {
    #sec01 {
      padding: 30px 5%; } }
  #sec01 p {
    line-height: 2.2;
    font-size: 16px; }
  #sec01 .contsIn {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 50px; }
    @media screen and (max-width: 768px) {
      #sec01 .contsIn {
        display: block;
        padding: 0; } }
  #sec01 .left {
    margin: 0;
    float: none; }
    @media screen and (max-width: 768px) {
      #sec01 .left {
        width: 100%;
        text-align: center;
        margin: 0; }
        #sec01 .left img {
          width: 120px; } }
  #sec01 .right {
    width: 750px;
    padding-left: 50px;
    box-sizing: border-box;
    float: none;
    line-height: 1.6; }
    @media screen and (max-width: 768px) {
      #sec01 .right {
        width: 100%;
        padding: 0;
        margin: 25px 0 0;
        font-size: 14px; } }

.organizer {
  width: 1000px;    
  font-size: 15px;
  margin: 0 auto;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .organizer {
      font-size: 12px;
      display: block; } }
  .organizer li{
    width: 100%;  
    text-align: right;  
   }
  .organizer li:first-child {
    margin-right: 15px; }
    @media screen and (max-width: 768px) {
      .organizer li:first-child {
        margin: 0 0 5px; } }


/*---------------new---------------
------------------------------------------*/
.thinking_area{
    width: 100%;
    background-color: #f2ce3b;
}

.thinking_contents{
    padding: 70px 0 80px 0;
    width: 1000px;
    margin: 0 auto;
}

.thinking_title{
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    
}

.thinking_title h2{
    font-size: 30px;
    color: #1972c6;
    background: none;
}

.thinking_01{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 35px 0;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}

.thinking_02{
    background-color: #ffffff;
    border-radius: 5px;
    padding: 35px 0;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}

.thinking_03{
    background-color: #ffffff;
    border-radius: 5px;
    padding: 35px 0;
    width: 48%;
}

.thinking_04{
    background-color: #ffffff;
    border-radius: 5px;
    padding: 35px 0;
    width: 48%;
}


.thinking_01 h3{
    background-image:none;
    font-size: 22px;
    text-align: left;
    padding: 0;
    left: 0;
    margin-left: -40px;
}

.thinking_02 h3{
    background-image:none;
    font-size: 22px;
    text-align: left;
    padding: 0;
    left: 0;
    margin-left: -40px;
}

.thinking_03 h3{
    background-image:none;
    font-size: 22px;
    text-align: left;
    padding: 0;
    left: 0;
    margin-left: -40px;
}

.thinking_04 h3{
    background-image:none;
    font-size: 22px;
    text-align: left;
    padding: 0;
    left: 0;
    margin-left: -40px;
}

.title_01,.title_02,.title_03,.down_text{
    background-color: #f2ce3b;
    border-radius: 5px;
    color: #1972c6;
    padding: 10px;
}

.title_02{
    line-height: 3;
}

.down_text{
    margin-left: -13px;
    padding-left: 0;
}

.down_hide{
    display: none;
}

.thinking_content_01{
    width: 45%;
    padding-right: 60px;
}

.thinking_content_01 p{
    text-align: justify;
}

.thinking_content_02{
    width: 90%;
    margin: 0 auto;
    padding-top: 25px;
}

.thinking_content_02 p{
    text-align: justify;
}

.thinking_content_03{
    width: 80%;
    margin: 0 auto;
    padding-top: 25px;
}

.thinking_content_03 p{
    text-align: justify;
}

.thinking_content_04{
    width: 80%;
    margin: 0 auto;
    padding-top: 25px;
}

.thinking_content_04 p{
    text-align: justify;
}

.yokonarabi{
    display: flex;
    justify-content: space-between;
}

.to_school{
    padding-top: 100px;
}

.school_contents{
    border: solid 3px #1972c6;
    border-radius: 5px;
    width: 875px;
    margin: 0 auto;
}

.school_title{
    text-align: center;
    background-color: #ffffff;

}

.school_title h2{
    margin-top: -20px;
    font-size: 30px;
    color: #1972c6;
    padding: 0 30px;
}

.school_conent{
    padding: 40px 60px 55px 60px;
}

.school_conent p{
    text-align: justify;
}

.red_color{
    color: #f52e2e;
}

/*---------------sec02---------------
------------------------------------------*/
#sec02 .contsIn2 p, #sec02 .contsIn2 .box {
  margin: 0 0 30px 40px; }
  @media screen and (max-width: 768px) {
    #sec02 .contsIn2 p, #sec02 .contsIn2 .box {
      margin: 0 0 20px 25px; } }
  #sec02 .contsIn2 p .px14, #sec02 .contsIn2 .box .px14 {
    font-weight: 400;
    font-size: 14px; }
  #sec02 .contsIn2 p span, #sec02 .contsIn2 .box span {
    display: inline-block;
    font-weight: bold;
    margin-top: 5px; }
  #sec02 .contsIn2 p .List, #sec02 .contsIn2 .box .List {
    margin: 5px 0 10px; }
    #sec02 .contsIn2 p .List li, #sec02 .contsIn2 .box .List li {
      font-size: 16px;
      color: #575757;
      line-height: 1.6;
      padding-left: 1.5em;
      text-indent: -1.5em; }
      @media screen and (max-width: 768px) {
        #sec02 .contsIn2 p .List li, #sec02 .contsIn2 .box .List li {
          font-size: 14px; } }
#sec02 .left {
  width: 480px;
  box-sizing: border-box; }
  #sec02 .left:first-child {
    padding-right: 30px; }
    @media screen and (max-width: 768px) {
      #sec02 .left:first-child {
        padding-right: 0; } }
  @media screen and (max-width: 768px) {
    #sec02 .left {
      width: 100%; } }
  #sec02 .left table {
    width: 100%;
    box-sizing: border-box;
    padding-left: 40px; }
    @media screen and (max-width: 768px) {
      #sec02 .left table {
        padding-left: 30px; } }
    #sec02 .left table * {
      box-sizing: border-box; }
    #sec02 .left table tr {
      vertical-align: top; }
      #sec02 .left table tr th {
        font-size: 16px;
        width: 80px;
        padding-bottom: 10px; }
        @media screen and (max-width: 768px) {
          #sec02 .left table tr th {
            font-size: 14px;
            width: 70px; } }
      #sec02 .left table tr td {
        font-size: 16px;
        padding-bottom: 10px; }
        @media screen and (max-width: 768px) {
          #sec02 .left table tr td {
            font-size: 14px; } }
        #sec02 .left table tr td span {
          font-weight: bold; }
#sec02 .poster {
  background-color: #f6f6f6;
  width: 1000px;
  margin: auto;
  padding: 15px 0; }
  @media screen and (max-width: 768px) {
    #sec02 .poster {
      width: 100%; } }
  #sec02 .poster .left {
    width: 105px;
    margin-left: 180px; }
  #sec02 .poster .right {
    width: 520px;
    margin-right: 150px; }
    #sec02 .poster .right p.ttl {
      font-size: 24px;
      display: block;
      color: #575757;
      margin-bottom: 20px; }
    #sec02 .poster .right a {
      display: block;
      margin-top: 20px; }

.under_btn{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 40px;
}

.download_btn{
    margin-right: 10px;
}

.mail_address{
    border: dashed 1px #2174c3;
    border-radius: 5px;
    padding:25px 35px;   
}

.mail{
    font-size: 18px;
}


/*---------------sec03---------------
------------------------------------------*/
#sec03 .clearfix {
  margin-top: 40px;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    #sec03 .clearfix {
      display: flex; }
      #sec03 .clearfix:after {
        display: none; } }

@media screen and (max-width: 767px){
    #sec03 .clearfix {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    
    #sec03 .right{
        width: calc(100% - 0px) !important;
        padding-left: 0!important;
    }
    
    #sec03 .left{
        padding-bottom: 20px;
    }
}

#sec03 .left {
  width: 180px; }
  @media screen and (max-width: 768px) {
    #sec03 .left {
      width: 100px; } }
#sec03 .right {
  width: 740px; }
  @media screen and (max-width: 768px) {
    #sec03 .right {
      width: calc(100% - 100px);
      padding-left: 20px; } }
  #sec03 .right p.ttl {
    color: #575757;
    font-size: 24px;
    margin: 8px 0 15px;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      #sec03 .right p.ttl {
        margin: 0 0 10px;
        font-size: 18px; } }
  #sec03 .right p.nml .bold {
    font-weight: 600; }
  #sec03 .right a img {
    display: inline-block;
    margin: 10px 15px 0 0; }
    @media screen and (max-width: 768px) {
      #sec03 .right a img {
        margin: 10px 0 0; } }

/*---------------sec04---------------
------------------------------------------*/
#sec04 ul.works {
  overflow: hidden; }
  #sec04 ul.works li {
    float: left; }
    @media screen and (max-width: 768px) {
      #sec04 ul.works li {
        float: none;
        margin: 0 0 15px !important; }
        #sec04 ul.works li img {
          width: 100%; } }
#sec04 .btnBox01 {
  display: table;
  margin: 80px auto 0; }
  @media screen and (max-width: 768px) {
    #sec04 .btnBox01 {
      display: block;
      margin-top: 20px; } }
  #sec04 .btnBox01 > li {
    display: table-cell;
    padding: 0 10px; }
    @media screen and (max-width: 768px) {
      #sec04 .btnBox01 > li {
        display: block;
        text-align: center;
        padding: 0;
        margin-top: 20px; } }
#sec04 .btnBox02 {
  display: table;
  margin: 20px auto 0; }
  @media screen and (max-width: 768px) {
    #sec04 .btnBox02 {
      display: block;
      margin-top: 20px; } }
  #sec04 .btnBox02 > li {
    display: table-cell;
    padding: 0 10px; }
    @media screen and (max-width: 768px) {
      #sec04 .btnBox02 > li {
        display: block;
        text-align: center;
        padding: 0;
        margin-top: 20px; } }

.dsnone {
  display: none; }

/*
.ContsBox{
	background:#fff;
	width:785px;
	padding:10px 0;
	overflow:hidden;
}

.ContsBox .closeBox{
	text-align:right;
	font-size:12px;
}

.ContsBox .close{
	text-align:right;
	padding-right:10px;
}

.ContsBox .ContsBoxIn{
	width:647px;
	margin:0 auto;
}
	*/
/*---------------sec05---------------
------------------------------------------*/
#sec05 .Prize {
  display: flex;
  justify-content: center;
  align-items: flex-end;    
  margin: 0 0 30px; }
  @media screen and (max-width: 767px) {
    #sec05 .Prize {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around; } }
  #sec05 .Prize li:nth-child(2) {
    margin: 0 30px; }
  @media screen and (max-width: 767px) {
    #sec05 .Prize li {
      display: block;
      padding: 0;
      margin: 0 !important; }
      #sec05 .Prize li:nth-child(n+3) {
        margin-top: 20px !important; } }
#sec05 .mgR9 {
  margin-right: 9px; }
#sec05 .prizeBox {
  background-color: #ec2b6d;
  padding: 13px 0 10px;
  text-align: center; }
  #sec05 .prizeBox .nml {
    color: #fff;
    font-size: 18px; }
  #sec05 .prizeBox p span {
    font-size: 20px;
    color: #575757;
    padding-right: 20px; }
    @media screen and (max-width: 767px) {
      #sec05 .prizeBox p span {
        font-size: 16px;
        padding-right: 10px; } }

.too_copic{
    padding-left: 45px;
}



/*---------------sec06---------------
------------------------------------------*/
#sec06 {
  margin-top: 90px;
  padding: 30px 0 0 0;
  background-color: #f2f2f2; }
  @media screen and (max-width: 768px) {
    #sec06 {
      margin-top: 45px; } }
  #sec06 .cautionBox {
    background-color: #fff;
    width: 1000px;
    margin: auto;
    padding: 25px 0; }
    @media screen and (max-width: 768px) {
      #sec06 .cautionBox {
        width: 100%;
        box-sizing: border-box;
        padding: 15px 5%; } }
    #sec06 .cautionBox .left {
      margin-left: 110px; }
      @media screen and (max-width: 768px) {
        #sec06 .cautionBox .left {
          width: 100%;
          margin: 0;
          text-align: center; } }
    #sec06 .cautionBox .right {
      width: 680px;
      margin-right: 100px; }
      @media screen and (max-width: 768px) {
        #sec06 .cautionBox .right {
          width: 100%;
          margin: 20px 0 0; } }
      #sec06 .cautionBox .right p.ttl {
        font-size: 24px;
        color: #575757; }
        @media screen and (max-width: 768px) {
          #sec06 .cautionBox .right p.ttl {
            font-size: 18px;
            margin-bottom: 5px; } }
  #sec06 .contsIn p.ttl {
    font-size: 20px;
    color: #575757;
    margin-top: 40px;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      #sec06 .contsIn p.ttl {
        font-size: 18px;
        margin-top: 20px; } }
  #sec06 .contsIn ul {
    margin: 20px 0 0px; }
    @media screen and (max-width: 768px) {
      #sec06 .contsIn ul {
        margin: 20px 0 0px; } }
    #sec06 .contsIn ul li {
      padding-left: 1em;
      text-indent: -1em;
      margin-bottom: 10px;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: -0.5px;
      color: #575757; }
      #sec06 .contsIn ul li:last-child {
        margin-bottom: 0; }
      @media screen and (max-width: 768px) {
        #sec06 .contsIn ul li {
          font-size: 12px; } }

.contact {
  background-color: #f2f2f2; }

.contBox {
  display: table;
  padding: 50px 0;
  margin: 0; }
  @media screen and (max-width: 768px) {
    .contBox {
      display: block;
      padding: 30px 0; } }
  .contBox p {
    font-size: 18px; }
    @media screen and (max-width: 768px) {
      .contBox p {
        font-size: 14px; } }

/*---------------footer----------------
------------------------------------------*/
#footer {
  background-color: #7d7d7d; }
  #footer .footerIn {
    width: 1030px;
    margin: auto;
    padding: 10px 0 10px 0;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      #footer .footerIn {
        width: 100%;
        padding: 20px 0; } }
  #footer .copy {
    font-size: 14px;
    color: #fff;
    float: left; }
    @media screen and (max-width: 768px) {
      #footer .copy {
        font-size: 12px;
        text-align: center;
        float: none; } }
  #footer .rightBox {
    float: right; }
    @media screen and (max-width: 768px) {
      #footer .rightBox {
        float: none;
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center; }
        #footer .rightBox span {
          margin: 0;
          width: 50%;
          text-align: center; } }
    #footer .rightBox a {
      font-size: 14px;
      color: #fff !important; }
      @media screen and (max-width: 768px) {
        #footer .rightBox a {
          text-align: center;
          width: 50%;
          font-size: 12px; } }


@media screen and (max-width: 1200px){
    .contsIn3{
        width: 90%;
    }
}

@media screen and (max-width: 1100px) {
    .thinking_contents{
        width: 90%;
    }
    
    .thinking_03{
        width: 47%;
    }

    .thinking_04{
        width: 47%;
    }
    
    .school_contents{
        width: 85%;
    }
}

@media screen and (max-width: 1030px) {
    .down_hide{
        display: block;
    }
    
    .title_03{
        line-height: 3;
    }
    
    .down_text{
        padding-left: 10px;
    }
    
    .thinking_content_01{
        width: 50%;
    }
}

@media screen and (max-width: 800px){
    .mail_address{
        padding:20px 30px;
        font-size: 14px;
    }
    
    .mail{
        font-size: 16px;
    }
}

@media screen and (max-width: 768px){
    .thinking_contents{
        padding: 50px 0 60px 0;
    }
    
    .thinking_area p{
        font-size: 14px;
    }
    
    .down_text{
        margin-left: -10px;
        padding-left: 0;
    }

    .down_hide{
        display: none;
    }
    
    .title_01,.title_02,.down_text,.title_03{
        line-height: 2.7;
    }
    
    .thinking_title h2{
        font-size: 20px;
    }
    
    .thinking_01{
        display: block;
    }
    
    .thinking_01 h3{
        font-size: 14px;
        margin-left: -20px;      
    }
    
    .thinking_content_01{
        width: 90%;
        padding-right: 0;
        padding-top: 25px;
        margin: 0 auto;
    }
    
    .thinking_02 h3{
        font-size: 14px;
        margin-left: -20px;           
    }
    
    .thinking_content_03{
        width: 90%;
    }    
    
    .thinking_03 h3{
        font-size: 14px;
        margin-left: -20px;           
    }
    
    .thinking_03{
        width: 100%;
        margin-bottom: 30px;
    } 
    
    .thinking_content_04{
        width: 90%;
    }      
    
    .thinking_04 h3{
        font-size: 14px;
        margin-left: -20px;           
    }
    
    .thinking_04{
        width: 100%;
    }    
    
    .yokonarabi{
        display: block;
    }
    
    .school_title h2{
        margin-top: -10px;
        font-size: 20px;        
    }
    
    .to_school{
    padding-top: 60px;
    padding-bottom: 30px;
    }
    
    .school_contents p{
        font-size: 14px;
    }
    
    .contsIn3{
        width: 100%;
        padding-right: 20px;
    }
}

@media screen and (max-width: 767px){
    .thinking_01 {
        padding: 20px 0;
    }
    
    .thinking_content_01{
        padding-top: 10px;
    }
    
    .thinking_02 {
        padding: 20px 0;
    }
    
    .thinking_content_02{
        padding-top: 10px;
    }    
    
    .thinking_03 {
        padding: 20px 0;
    }  
    
    .thinking_content_03{
        padding-top: 10px;
    }      
    
    .thinking_04 {
        padding: 20px 0;
    }
    
    .thinking_content_04{
        padding-top: 10px;
    }      
    
    #sec05 .Prize li:nth-child(1){
        margin: 0 0;
        width: 50%;
    }    
    
    #sec05 .Prize li:nth-child(2){
        margin: 0 0;
        width: 45%;
    }
    
    #sec05 .Prize li:nth-child(3){
        margin-right: -55px !important;
        padding-top: 30px;
        width: 50%;
        
    }
    
    #sec05 .Prize li:nth-child(4){
        margin-right: -10px !important;
        width: 45%;
    }
    
    .school_conent{
        padding: 20px 20px;
    }
    
    .under_btn{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 0px;
    }
    
    .mail_address{
        margin-top: 10px;
    } 
    
    .down_mail{
        display: inline-block;
    }
}


@media screen and (max-width: 415px){
    .kv_sp{
    display: block;
    }
    
    .kv{
        display: none;
    }
    
    #sec05 .Prize li:nth-child(3){
        margin-right: -70px !important;
        padding-top: 30px;
        width: 50%;
        
    }
    
    #sec05 .Prize li:nth-child(4){
        margin-right: -30px !important;
        width: 45%;
    }    
}

@media screen and (max-width: 320px){
    .thinking_01 h3 {
        margin-left: -24px;
        font-size: 13.5px;
    }
    
    .title_01,.title_02,.down_text,.title_03{
        line-height: 3;
    }    
} 

