@charset "UTF-8";

/*------------------------------------------------------------------------------------------------------------
カラーの上書き　追加仕様の色変更をするための記述
------------------------------------------------------------------------------------------------------------*/


/* 02　2023　demo 修正 */

/*-------------------------------------------------
ヘッダー　フッター
-------------------------------------------------*/
header,
footer{
    /* background: #A685E2 */
    background:  #355872;
}

.go_top a{
    /* background: #A685E2;＿ */
    background: #355872;
}




/*-------------------------------------------------
ホバーでアニメーションするボタン
-------------------------------------------------*/
.button:hover {
  /*border-color: #D1C145;*/
	/* background: #d6c5f5; */
	background: #9CD5FF;
	color: #403a3a;
}
.button.current:hover {
  /*border-color: #D1C145;*/
	/* background: #A685E2; */
	background: #9CD5FF;
	color:#fff;
}

/*.button::before {
  background: #ffe3f5;
}*/



/*-------------------------------------------------
ナビ
-------------------------------------------------*/
nav a.current{
    /* background: #A685E2; */
    background: #355872;
}



/*-------------------------------------------------
kv h1
-------------------------------------------------*/
section.kv{
/*    background: #f1eccb;*/
    /* background: #d6c5f5 */
    background: #9CD5FF
;
}

h1{
    /* background: #A685E2; */
    background: #355872;
}



/*-------------------------------------------------
h2～
-------------------------------------------------*/
h2,h3,h4,h5,h6{
    /* color: #A685E2; */
    color: #355872;
}

h2{
    /* border-left-color: #A685E2;
    border-bottom-color: #A685E2;
		background: #d6c5f5; */
    border-left-color: #355872;
    border-bottom-color: #355872;
		background: #9CD5FF;
}

h5{
    /* border-bottom-color: #A685E2;
	background: #d6c5f5; */
    border-bottom-color: #355872;
	background: #9CD5FF;
}

h6{
    /* border-bottom-color: #A685E2;
		background: #d6c5f5; */
    border-bottom-color: #355872;
		background: #9CD5FF;
}

.section{
	margin-bottom:40px;
}

span.bold_text{
	font-weight: bold;
	color: #355872;
}

/*-------------------------------------------------
テーブル
-------------------------------------------------*/
th{
/*    background: #eaf2e9;*/
    /* background: #d6c5f5; */
    background: #9CD5FF;
}

/*-------------------------------------------------
テキストインデント
-------------------------------------------------*/
.indent1{
  padding-left: 1em;
  text-indent: -1em;
}
.indent1_5{
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.indent2{
  padding-left: 2em;
  text-indent: -2em;
}
.indent5{
  padding-left: 5em;
  text-indent: -5em;
}
.mb00{
  margin-bottom: 0;
}

/*-------------------------------------------------
リスト
-------------------------------------------------*/



/*-------------------------------------------------
ダウンロードアイコン
-------------------------------------------------*/



/*-------------------------------------------------
動画リスト
-------------------------------------------------*/


/*-------------------------------------------------
スケジュール矢印
-------------------------------------------------*/
/*-------------------------------------------------
2023 スケジュール矢印　位置調整
-------------------------------------------------*/

.sp_table {
position: relative;
}
.sp_table th,
.sp_table td{
  padding: 10px 5px;
}
.yajirushi{
position:relative;
}
.yajirushi::after{
  content:"";
  position: absolute;
}
.yajirushi1::after{
  height: 20px;
  width: 360px;
  background-image: url(../img/schedule/arrow_long.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 22px;
  top:50%;
  transform: translateY(-50%);
}
.yajirushi2::after{
  height: 20px;
  width: 338px;
  background-image: url(../img/schedule/arrow_long.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 18px;
  top:50%;
  transform: translateY(-50%);
}
.yajirushi3::after{
  height: 20px;
  width: 338px;
  background-image: url(../img/schedule/arrow_long.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 18px;
  top:50%;
  transform: translateY(-50%);
}
.yajirushi4::after{
  height: 20px;
  width: 68px;
  background-image: url(../img/schedule/arrow_short.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 16px;
  top:50%;
  transform: translateY(-50%);
}
.yajirushi5::after{
  height: 20px;
  width: 284px;
  background-image: url(../img/schedule/arrow_long.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 18px;
  top:50%;
  transform: translateY(-50%);
}
.yajirushi6::after{
  height: 20px;
  width: 328px;
  background-image: url(../img/schedule/arrow_long.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 18px;
  top:50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1186px) {

	
}
@media screen and (min-width: 481px) and (max-width: 1185px) {

}
@media screen and (max-width: 480px) {

/*
#yajirushi_01{
	transform:scale(1.18, 1)
}
#yajirushi_02{
	transform:scale(1.01, 1)
}
#yajirushi_03{
	transform:scale(0.88, 1)
}
#yajirushi_04{
	transform:scale(0.82, 1)
}
#yajirushi_05{
	transform:scale(0.92, 1)
}
*/
}





