@charset "UTF-8";
/********動画のCSS*************/
#container{
  margin-top:4%;
}
video{
  width:55%;
  max-width: 55%;
}


/********テーブルクラスに左詰めの全体右移動***************/
/* .table h2{
  margin-left: 18%;
} */

.table {
font-size: 20px;
text-align: left;
margin-left: 16%;
}
@media screen and ( max-width:768px ) {
  .table{
    font-size: 14px;
    margin-left:7%;
  }
  .box p{
    font-size: 14px;
  }
}
@media screen and ( max-width:428px ) {
  .table{
    font-size: 12px;
    margin-left:5%;
  }
  .box p{
    font-size: 10px;
  }
  h2{
    font-size: 15px;
    }

}


.table p{
width:150%;
}
@media screen and ( max-width:768px ) {
  .table p{
    width:100%;
  }
}
@media screen and ( max-width:428px ) {
  .table p{
    width:100%;
  }
}

/*****県内JAグループオリジナル「リクルート動画」******/
.url_JAg {
  margin-top: 5%;
  font-size: 20px;
  text-align: left;
  margin-left: 16%;
}
.url_JAg h3{
    margin-bottom: 1%;
}



@media screen and ( max-width:768px ) {
  .youtube {
    position: relative;
    width: 100%;
    padding-top:56.25%;
  }

  .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 80%;
  }
  .url_JAg {
    margin-top: 5%;
    font-size: 18px;
    text-align: left;
    margin-left: 16%;
  }
}

@media screen and ( max-width:428px ) {
  .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 85%;
    height: 85%;
  }
  .url_JAg {
    margin-top: 5%;
    font-size: 15px;
    text-align: left;
    margin-left: 16%;
  }
}

/*****ｈ2に対して余白を入れる***********************/
h2{
  margin-bottom: 1%;
  margin-top:5%;
}
/*****redクラスに赤色を入れる************************/
.red{
	color: #CB1B45;
}
/**********行間***************/
p{
  line-height: 1.5;
}

/********横に並べる構文***************/
.display{
  margin-top: 5%;
  display: flex;
align-items: center;

}
@media screen and ( max-width:768px ) {
}
@media screen and ( max-width:428px ) {
  .display{
    display:block;/***横並べ解除*********/
  }
}
/********spanつけたところは見せない****************/
/* span{
  visibility: hidden; ;
} */


/***********************/
/*年度採用試験案内 */
/***********************/
#refusal p {
  margin-top:10%;
	margin-left: 15%;
	margin-right:15%;
	height:				80px;
	color:				#CB1B45;
	font-size:			30px;
	font-weight:		bold;
	text-align:			center;
	display:			flex;
align-items:		center;
justify-content:	center;
	border:				5px #CB1B45 solid;
	border-radius:		10px;
}
@media screen and ( max-width:428px ) {
	#refusal p {
    margin-top: 18%;
		height:				15vw;
		font-size:			5vw;
	}
}

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 96%;
    max-width: 800px;
    margin:0 auto;
}

.accordion-area-ex{
    list-style: none;
      width: 96%;
      max-width: 900px;
        margin:0 auto;
}

.accordion-area li,
.accordion-area-ex li{
    margin: 10px 0;
}

.accordion-area section,
.accordion-area-ex section{
	border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1rem;
    font-weight: normal;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
}

/*アイコンの＋と×*/
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;

}
.title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);

}
.title::after{
    top:48%;
    left: 15px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.title.close::before{
	transform: rotate(45deg);
}

.title.close::after{
	transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
  text-align: left;
    display: none;/*はじめは非表示*/
    background: #f3f3f3;
	margin:0 3% 3% 3%;
    padding: 3%;
}


/*========= LoadingのためのCSS ===============*/

/* Loading背景画面設定　*/

/* #splash { */
    /*fixedで全面に固定*/
	/* position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	background:#333;
	text-align:center;
	color:#black;
} */

/* Loadingバー中央配置　 */
/* #splash_text {
	position: absolute;
	top: 50%;
	left: 50%;
    z-index: 999;
	width: 100%;
	transform: translate(-50%, -50%);
	color: #black;
} */

/*************/
/*ワードとエクスポートしたやつの画像*/
/*************/
.mail img{
  width:12%;

}
.docx img{
	margin-left: 10%;
	width: 9%;
}
.pdf img{
	width:9%;
}
@media screen and ( max-width:428px ) {
	.docx img{
		width:15%;
	}
	.pdf img{
		width:15%;
	}
  .mail img{
    width:14%;
  }
}
