/*******************************
#mainIng .bg
****************************/
#mainImg .bg {
    background-image: url("../img/10th-anniv2/mv03-3.jpg");
    background-color: #fff;
/*    background-color: #89d4fb;*/
}

@media screen and (max-width: 599px){
    #mainImg .bg {
        background-image: url("../img/10th-anniv2/mv03-3_sp.jpg");
/*        height:calc(735 * (100vw / 640));*/
    }
}

@media screen and (min-width: 1800px){
    #mainImg .bg {
        background-size: contain;
        padding-top: 600px;
    }
}

@media screen and (min-width: 600px){
    #mainImg .bg {
        padding-top: min(600px,38%);
        background-position: center;
    }
}

/***********************************
section
**********************************/
.section{
    width:100%;
    box-sizing: border-box;
    padding:0 10px;
    margin: auto;
}

.section__title{
    margin-bottom: 28px;
}

@media screen and (min-width:600px){
    .section{
        max-width:1080px;
        padding:0 40px;
        background-color: white;
    }
    .section__title{
        margin-bottom: 28px;
    }
}

/******************************
main
******************************/
main{
    overflow: hidden;
    counter-reset: number 0;
    line-height: 1.4;
    font-size:16px;
}

@media screen and (min-width:600px) {
    main{
/*        background-color:#fff8ff;*/
/*        background: url("../img/10th-anniv/clds_bg.jpg")no-repeat;*/
        background-position: center center;
      margin: 0 0 10em;
    }
}

/*********************************
base
**********************************/
.secPrograming,
.subsecCourse__imageblock,
.subsecCourse__item,
.secChallenge__imageblock,
.secPointFoot__logo,
.subsecCourse__summary-detail{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.secPrograming,
.subsecCourse__imageblock,
.subsecCourse__item,
.secChallenge__imageblock{
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content: space-between;
    align-items: flex-start;
}

.secPointFoot__logo{
    justify-content: center;
    align-items: center;
}

span{
    vertical-align: baseline;
}

@media screen and (min-width: 600px){
    #breadcrumb .contents__wrap {
        width: 1080px;
        background-color: white;
        box-sizing: border-box;
        margin: 0 auto;
    }
    #breadcrumb ol {
        padding-left:40px;
    }
}

.subsecCourse__imageblock img,
.secChallenge__img--big,
.secChallenge__img,
.secChallenge__img--small{
    object-fit: contain;
}


/*====================================================================
　cont
====================================================================*/
.read-txt {
  text-align: center;
  margin: .6em auto 1em;
  font-size: 1.4em;
  line-height: 1.6;
  color: #000;
}

.catch {
  font-size: 2em;
  font-weight: bold;
  color: #da549d;
  text-align: center;
}

.item {
  margin-bottom: 4em;
}

.cont h2 {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: .5em;
  color: #318cda;
  padding: 1rem 2rem;
  border-top: 3px solid #318cda;
  border-bottom: 3px solid #318cda;
}

.cont h2::before {
    content: '';
    display: inline-block;
    width: .7em;
    height: .7em;
    margin-right: 13px;
    border-radius: 50%;
    background: #87cefa;
}

.cont h3 {
  font-size: 1.4em;
  font-weight: bold;
  color: #318cda;
  margin: 1.5em 0 .5em;
}
.cont p {
  font-size: 1.2em;
  line-height: 1.8;
/*  margin-bottom: .6em;*/
}
.cont p span {
  font-weight: bold;
}
.cont p strong {
  font-weight: bold;
  color: #ff4500;
}

.ml50 {
  margin-left: 50px;
}

.cont .read-btxt {
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 2em;
  color: #318cda;
}
.read-btxt .crimson {
  color: #da549d;
}

.left {
  text-align: left !important;
}

.red-txt {
  color: #da549d;
  font-weight: bold;
}

.cont p.cap {
  font-size: .75em;
}

@media screen and (max-width: 768px) {
  .read-txt {
    text-align: left;
    font-size: 1.2em;
    margin: .6em auto 1em;
  }
  .catch {
    font-size: 1.4em;
  }
  .cont .read-btxt {
    font-size: 1.2em;
  }
  .cont .read-btxt.left {
    font-size: 1em;
  }
  .cont ul,.cont dl {
    font-size: 1em;
  }
  .contents__wrap {
    background: none;
    padding: 0 1em;
  }
  .cont h2 {
    font-size: 1.2em;
  }
  .cont h3 {
    font-size: 1em;
  }
  .cont p {
    font-size: 1em;
    line-height: 1.6;
  }
  .cont p.read {
    font-size: 1em;
    margin-bottom: 2em;
  }
  .contents {
    display: block;
  }
  
}

@media screen and (min-width:769px) {
  .cont h2 span::before,
  .cont h2 span::after{
    content: "～";
  }
}


/******************************
 箇条書き
********************************/
.cont ul,.cont dl {
  font-size: 1.2em;
  line-height: 1.8;
}

ul.bullet {
  display: block;
  margin: 1em 0 5em;
}

ul.bullet li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

ul.bullet li span {
  font-weight: bold;
  margin-right: .5em;
}

dl.bullet {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 1em 0 5em;
}

dt {
  width: 11%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}

dd {
  width: 89%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.bullet img {
  padding-top: .5em;
}

@media screen and (max-width: 768px) {
  .cont ul,.cont dl {
    font-size: 1em;
  }
  dt {
    width: 30%;
  }
  dd {
    width: 70%;
  }
}


/******************************
 inquirybtn
********************************/
.inquirybtn{
    text-align: center;
    margin-top: 2em;
}

.inquirybtn li{
    margin-bottom:15px;
}

.inquirybtn li:last-of-type{
    margin-bottom:0;
}

/* お問い合わせボタン(2022/08/02)*/
.inquirybtn a{
    display: block;
    position: relative;
    padding: 20px;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
    border-radius: 50px;
    box-sizing: border-box;
    margin: auto;
    line-height: 1.2;
}

/* hover時のアクション*/
.inquirybtn a:hover{
    transition: all 0.5s 0s ease;
}

/*
.inquirybtn.red a:hover:after {
  border-top:2px solid #fff;
  border-right:2px solid #fff;
}
*/


/* ボタン(赤)*/
.inquirybtn.red a{
    background-color:#da549d;
    color:#fff;
}

/* ボタン(青)*/
.inquirybtn.blue a{
    background-color:#318cda;
    color:#fff;
}

.inquirybtn a:hover {
  background-color: #ffa500;
  color: #fff;
}


/* ボタンの矢印 (2022/08/02) */
.inquirybtn a::after{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    content:"";
    right:30px;
    top: 24px;
    width:10px;
    height:10px;
    transform:rotate(45deg);
}

@media screen and (max-width: 768px) {
  .inquirybtn {
    margin-top: 2em;
  }
  .inquirybtn a {
    font-size: 1.6em;
  }
  .inquirybtn a::after{
    top: 42%;
  }

}

@media screen and (min-width:600px) {
    .inquirybtn a{
        padding: 34px 15px;
    }
    /* ボタンの矢印 */
    .inquirybtn a::after{
        top:45px;
        right:40px;
    }

    /* お問い合わせボタン(横並び) */
    .inquirybtn ul{
        display:-webkit-box;
        display:-moz-box;
          display:-ms-flexbox;
        display: -webkit-flex;
          display:flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    /* 2022/08/02 */
    .inquirybtn li{
        width:48%;
    }
}

/****************************
.youtube
****************************/
.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9のアスペクト比 */
    height: 0;
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*====================================================================
　サブメニュー
====================================================================*/
ul.table {
  margin: 5em 0;
  font-size: 1.1em;
  padding: 1em 4em;
  background-color: #DAAF08;
  border-radius: .8em;
}
ul.table h2 {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.6em;
  margin: 0 0 .5em;
  text-shadow: 1px 2px 3px #b8860b;
}
ul.table li {
  margin-bottom: .5em;
  display: block;
  padding: .6em 1em;
  background-color: #fff;
  border-radius: 2em;
}
ul.table li a {
  color: #DAAF08;
  font-weight: bold;
  cursor: pointer;
}
ul.table li.active {
  pointer-events: none;
  background-color: #ddd;
}
ul.table li.active a {
  color: #aaa;
}
ul.table li a:before {
  font-family: "FontAwesome";
  content: "\f138";
}
ul.table li a:hover {
  color: red;
  border-bottom: 1px solid red;
}

@media screen and (max-width: 768px) {
  ul.table {
    font-size: 1em;
    padding: 1em;
  }
  ul.table h2 {
    font-size: 1.4em;
    line-height: 1.4;
  }
}

/******** 終了 ********/
.endCopy {
  font-size: 2rem;
  line-height: 1.4;
  color: #da3939;
  text-align: center;
  padding: 1rem 2rem;
  border: 4px solid #da3939;
  background-color: #fff;
  margin-bottom: 2rem;
  border-radius: 1rem;
}

@media screen and (max-width: 768px)  {
  .endCopy {
    padding: .8rem 1rem;
    text-align: justify;
  }
}
