@charset "utf-8";

/* panel link色 */
.panel .link:link,.panel .link:visited{
  color: #000;
}
.panel .link:hover,
.panel .link:active {
  color: #ff6c00;
}

/*各コンテンツブロック設定 背景 背景パターンと境界線の組み合わせで設定*/

.contentBlock {
  padding: 20px 35px;
  position: relative;
  background: #78F65F;
  border-radius: 10px 10px 0 0;
}
.contentInner01{
  padding: 15px 160px;
  margin-bottom: 20px;
  background: #fff;
}
.contentInner02{
  padding: 15px 160px;
  background: #fff;
}
.staticSection{
  margin-bottom: 30px;
}

/*各コンテンツブロック設定 背景　 768px以下*/

@media screen and (max-width:768px) {
  .contentBlock {
    padding: 20px 0;
    border-radius: 0;
  }
  .contentInner01{
    padding: 15px 5px 15px;
  }
  .contentInner02{
    padding: 15px 5px 15px;
  }
}

/* タイトル */
.contentsTitle{
  text-align:center;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.contentSubTitle01{
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: 4px solid #eeb734;
  margin-bottom: 20px;
}
.contentSubTitle02{
  font-size: 16px;
  font-size: 1.6rem;
  color: #f7931e;
  margin-bottom: 10px;
}
.contentSubTitle02:before{
  font-family: monospace;
  content: "●";
  color: #f7931e;
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: 5px;
  vertical-align: 0.15rem;
}
.contentSubTitle03{
  font-size: 16px;
  font-size: 1.6rem;
  color: #f7931e;
  margin-bottom: 10px;
}

@media screen and (max-width:768px) {
  .contentsTitle{
    font-size:14px;
    font-size:1.4rem;
    line-height:1.4;
    padding: 0 5px;
  }
  .contentSubTitle01{
    font-size: 15px;
    font-size: 1.5rem;
    padding-bottom: 4px;
    border-bottom: 3px solid #eeb734;
  }
  .contentSubTitle02,.contentSubTitle03{
    font-size: 14px;
    font-size: 1.4rem;
  }
  .contentSubTitle02:before{
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 3px;
  }
}

/* テキスト */
.contentText{
  margin-bottom: 20px;
}
.contentText02{
  margin-bottom: 5px;
}
.centerText{
  text-align: center;
  margin-bottom: 10px;
}
.redText{
  color: red;
  font-weight: bold;
}
@media screen and (max-width:768px) {
  .contentText{
  margin-bottom: 10px;
  }
}
/*・リスト */
.dotList{
  margin-bottom: 20px;
}
.dotList .list{
  text-indent: -18px;
  padding-left: 18px;
}
.dotList .list:before{
  content: '・';
  margin-right: 5px;
}


/* フルードイメージ */
.contentImg{
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .contentImg{
    max-width: 100%;
  }
}

/* textButton 応募 */
.textButton{
  background: #33cc00;
  margin-bottom: 20px;
}
.textButton:after{
  color: #fff;
}
.textButton .text{
  color: #fff;
}
@media screen and (max-width:330px) {
  .textButton .text{
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width:481px) {
  .textButton .sp{
    display: none;
  }
}
.textButton:hover .text,.textButton:hover:after{
    color: #FCC800;
}
/* textButton 色を上書き */
.textButtonCl01 {
  background-color: #ffcc33;
}
.textButtonCl01 .text,.textButtonCl01:after{
  color: #02217c;
}
.textButtonCl01:hover .text,.textButtonCl01:hover:after{
    color: #FFFFFF;
}
/* textButton 色と矢印の位置を上書き（戻る用） */
.textButtonRtn{
  background-color: #99ccff;
}
.textButtonRtn:before{
  
  content: "\f04b";
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -16.5px;
  font-family: FontAwesome;
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color:#FFFFFF;
  font-size: 22px;
}
.textButtonRtn:after{
  content:none;
}

/* オレンジエリア */

.orengeArea {
  background: #fcfad3;
}
.orengeTitle {
  text-align: center;
  color: #ff6600;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px 0 5px;
}
.checkBoxList {
  width: 500px;
  margin: 0 auto 10px;
  padding-bottom: 10px;
}
.checkBoxList .list {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
}
.checkBoxList .list:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: -3px 5px 0 10px;
  background: url("../../../img/v3/tutorial/checkbox_icon.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media screen and (max-width:768px) {
  .orengeArea {
    padding: 0 5px;
  }
  .orengeTitle {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .checkBoxList{
    box-sizing: border-box;
    width: 100%;
    max-width: 370px;
    text-indent: -24px;
    padding-left: 24px;
  }
.checkBoxList .list {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
}
.checkBoxList .list:before {
    width: 18px;
    height: 18px;
    margin: -5px 5px 0 0;
  }
}

/* 動画 */
.video{
  width: 100%;
  height: auto;
}

