@charset "UTF-8";

/* CSS Document */

.areav {
  background: #FEF1D3;
  margin-top: -80px;
  padding: 50px;
}

.areav .index {
  position: relative;
  background: #ffe894;
  border-radius: 5px;
  padding: 48px 90px 40px;
  width: 98%;
  margin: 70px auto 70px;
}

.areav .index .ttl {
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
  width: 182px;
  height: 42px;
  background: #fcca0f;
  border-radius: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}

.areav .index .list {
  display: flex;
  justify-content: space-between;
}

.areav .index .list li {
  width: 48%;
  margin: 0;
}

.areav .index .list li a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #ffb000;
  background: #fff;
  padding: 18px 5px;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
}

.areav .index .list li a:hover {
  background: #ffb000;
}

.areav .areaVideo:first-of-type {
  margin-top: 2px;
}

.contentVideo {
  width: 100%;
  max-width: 1080px;
  margin: 80px auto 0px;
  position: relative;
  padding: 0% 3.703703% 3%;
}

#main .areaVideo .videotxt p {
  font-weight: normal;
  font-size: 16px;
	text-align: center;
}

.areaVideo .txt {
  text-align: center;
  color: white;
  padding-bottom: 20px;
}

.videounder_ttl {
  background: #E89898;
  margin-top: 50px;
}

.video_ttl_middle {
  background: white;
  text-align: center;
  padding: 5px;
  font-size: 22px;
  border: 2px dotted #FDAC1F;
  margin-top: 30px;
  color: #FC8201;
  font-weight: bold;
  letter-spacing: 0.3em;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  border-radius: 30px;
}

.video_cat {
  display: flex;
  align-items: center;
  font-size: 23px;
  color: #FC8201;
  padding-top: 30px;
  font-weight: bold;
  letter-spacing: 1em;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

.video_cat:before, .video_cat:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #FC8201;
}

.video_cat:before {
  margin-right: 3rem;
}

.video_cat:after {
  margin-left: 1rem;
}

.videounder {
  /*! border-left: 12px solid #fdac20; */
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.6;
  padding: 30px 20px 30px;
  margin-bottom: 17px;
  font-weight: bold;
  color: white;
  text-align: center;
  z-index: 1;
}



.videounder_ttl .icoSquare::before {
  content: "";
  position: absolute;
  top: initial;
  left: 340px;
  width: 45px;
  height: 45px;
  background: #dd6c6c;
  -ms-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  border-top-left-radius: 5px 5px;
  border-bottom-right-radius: 5px 5px;
  border-top-right-radius: 10px 10px;
  border-bottom-left-radius: 10px 10px;
  z-index: -1;
}

.ttl_video{
	background: #E89898;
    color: #fff;
    padding: 9px 0 9px 37px;
	line-height: 1;
	margin-bottom: 28px;
	  font-weight: 700;
}

.videotxt {
  margin: 20px;
}

.videotxt span {
  margin: 20px;
}

.line_y {
  background: linear-gradient(transparent 50%, #FFFF00 0%);
}

.chishikivideo {
  display: flex;
  padding: 0px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.chishikivideo .chishikiv_item {
  padding: 10px;
  margin: 0px;
  width: 50%;
}

.chishikiv_box {
  background-color: #f6f3ef;
  height: auto;
  padding: 20px;
}

.chishikivideo .ttlVideo02 {
  background: rgb(249, 215, 156);
  border-left: 12px solid #fdac20;
  font-size: 17px;
  letter-spacing: -0.01em;
  line-height: 1.3;
  padding: 10px 20px 7px;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
}

.chishikivideo .ttlVideo02 span {
  font-size: 14px
}


/*ログインボタン*/


/*listのアンカーボタン*/

.video_index {
  display: flex;
  justify-content: center;
  font-size: 19px;
}

.video_index li {
  padding: 10px;
  margin: 20px 10px;
  width: 40%;
  background: white;
  color: #FDAC1F;
  font-weight: bold;
  border: 2px solid #FDAC1F;
}

.video_index a {
  display: flex;
  justify-content: center;
}

.video_index li:hover {
  color: #FFF;
  background: hsl(38, 98.2%, 55.9%);
}


/*list01の以下はテストのボタン*/

.video_index01 {
  display: flex;
  justify-content: center;
}

.video_index01 li {
  margin: 20px 10px;
  width: 30%;
  background-color: white;
  text-align: center;
  color: #FDAC1F;
  font-size: 20px;
  font-weight: bold;
  border: 1px solid #fcca00;
}

.video_index01 .video_ttl {
  background: rgb(249, 215, 156);
  border-left: 12px solid #fdac20;
  font-size: 17px;
  letter-spacing: -0.01em;
  line-height: 1.6;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
}

.video_index01 a {
  display: block;
  padding: 12px 20px;
}

.video_index01 a:hover {
  background: #ffb000;
  color: white;
}


/*list01のボタン*/

.videodl_btnbox {
  text-align: center;
}

.videodl_btn {
  display: inline-block;
  margin: 30px auto;
  border: 2px solid #fdac20;
  border-radius: 5px;
}

.videodl_btnbox a:hover {
  background: #fac000;
}

.videodl_btn a {
  display: block;
  padding: 7px 20px;
}



/*
.vbtn {
  color: #858586;
  margin: 10px;
  background-color: white;
  display: flex;
  width: 40%;
  line-height: 1.6;
  border: 3px solid #fdac20;
  border-radius: 7px;
}/*
/*
.vbtn p {
  padding: 10px 40px;
  font-weight: bold;
}

.vbtn a {
  display: block;
  width: 100%;
}

.vbtn a:hover {
  background: #FFFFDF;
}
*/


/*
.vico:before {
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-weight: 900;
  float: right;
  font-size: 33px;
  color: #fdac20;
}

.bomb:before {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
}

.vbtn span {
  height: 80px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 339px;
}*/

.areaVideolist {
  margin-top: 80px
}

.videolog_ttl {
  background: #fdac20;
  text-align: center;
  font-size: 24px;
  letter-spacing: -0.01em;
  line-height: 1.6;
  padding: 6px;
  margin-bottom: 17px;
  font-weight: bold;
  color: white;
}

.attention_video {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.7;
 margin-top: 30px;
	margin-left: 12.8%
}
.attention_video2 {
	margin-left: 1em;
}
.downbox{
	margin-top: 50px;
	border: 1px dotted #FDAC1F;
}


/* ログインボタン完成 */

.v-button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  /* ボタン間の余白を追加 */
}

.v-button {
  width: 35%;
  background-color: transparent;
  border: 2px solid #fba91a;
  border-radius: 5px;
  padding: 5px 15px;
  color: #231815;
  text-align: left;
  display: flex;
  align-items: center;
  height: 60px;
  margin-bottom: 10px;
  margin-top: 70px;
  text-decoration: none;
  /* リンクの下線を削除 */
}

.v-button span {
  vertical-align: middle;
  line-height: 1.4;
}

.v-button::after {
  margin-left: auto;
  line-height: inherit;
  vertical-align: middle;
  content: "\f054 ";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 17px;
}

.v-button:hover {
  background-color: #fcca00;
}

  /* */
.video .areaVideo{
	margin-top: 60px;
}
.video .areaVideo:first-of-type{
	margin-top: 44px;
}
.video .ttlVideo{
	background: rgba(253,172,32,0.4);
	border-left: 12px solid #fdac20;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -0.01em;
	line-height: 1.6;
	padding: 3px 20px 2px;
	margin-bottom: 17px;
	font-weight: bold;
}
.video .boxVideo{
	background: #f6f3ef;
	padding: 43px 32px 20px;
}
.video .ytVideo{
	width: 80%;
	max-width: 735px;
	margin: 0 auto;
}
.video .ytVideo > div{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.video .ytVideo iframe{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}
.video .txtVideo{
	margin-top: 27px;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: -0.01em;
	font-weight: normal;
	margin: 27px 27px 0px;
}

.video .txtVideo2{
	text-align: left;
	line-height: 1.8;
	margin: 27px 27px 0px;


}
.video .bnr{
	margin-top: 70px;
}

.box .attention_btn{
	margin-left: 12.8%;
font-size: 12px;
}

.attention_btn_sponly{
	display:none;
	margin-top: -10px;
}


@media screen and (max-width:768px) {
  #main .areaVideo .videotxt p {
    font-size: 15px;
  }
	.areav .index {
  	padding: 48px 10px 40px;
	font-size: 17px;
}
.areav .index .list li a {
  font-size: 17px;
}
	

	
	
  .contentVideo {
    margin: 50px auto 100px;
    padding: 0% 0% 7%;
  }
  .video_index li {
    padding: 5px;
    font-size: 18px;
  }
  .videounder_ttl {
    margin-top: 30px;
  }
  .areav {
    margin-top: -40px;
    padding: 20px;
  }
  .video_index li {
    width: 100%;
  }
  .videounder {
    font-size: 20px;
    padding: 20px 20px 3px;
    margin-bottom: 5px;
  }
  .videounder_ttl .icoSquare::before {
    top: initial;
    width: 30px;
    height: 30px;
    left: 130px;
  }
  .areaVideo .txt {
    padding: 7px;
    line-height: 1.5;
    font-size: 15px
  }
  .video_ttl_middle {
    font-size: 18px;
	padding: 10px 20px;
	line-height: 1.5;

  }
  .chishikivideo {
    display: flex;
    padding: 0px;
    justify-content: center;
    margin-top: inherit;
    flex-direction: column;
  }
  .chishikivideo .chishikiv_item {
    padding: 10px;
    margin: 0px;
    width: inherit;
  }
  .contentVideo {
    margin: 50px auto 20px;
  }
  .chishikivideo .ttlVideo02 {
    font-size: 15px;
  }
  .videodl_btn a {
    display: block;
    padding: 0px 20px 5px 20px;
  }
  .v-button-container {
    flex-direction: column;
    gap: 10px;
	margin-top: 30px;
    /* ボタン間の間隔を調整 */
  }
  .v-button {
    width: 80%;
    /* ボタンの幅を100%に設定 */
    margin: 5px;
    /* ボタン間の余白を削除 */
  }
		.video .areaVideo{
		margin-top: 40px;
	}
	.video .areaVideo:first-of-type{
		margin-top: 30px;
	}
	.video .ttlVideo{
		font-size: 15px;
		padding: 8px 15px;
	}
	.video .boxVideo{
		padding: 25px 26px;
	}
	.video .ytVideo{
		width: 100%;
	}
	.video .txtVideo{
		margin-top: 15px;
		font-size: 14px;
	}
	.attention_video {
		font-size: 1.4rem;

}
	
	.box .attention_btn{
display: none;
}
.attention_btn_sponly{
	display:inherit;
	margin-top: -10px;
}
}