@charset "UTF-8";

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

/* 04　2023　demo 修正 */

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

.go_top a{
    /* background: #FCA3CC; */
    background: #EB4C4C;
}




/*-------------------------------------------------
ホバーでアニメーションするボタン
-------------------------------------------------*/
.button:hover {
  /*border-color: #BBDFC8;*/
	/* background: #FDCFDF; */
	background: #EB4C4C;
	color: #403a3a;
}
.button.current:hover {
  /*border-color: #BBDFC8;*/
	/* background: #FCA3CC; */
	background: #EB4C4C;
	color:#fff;
}

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



/*-------------------------------------------------
ナビ
-------------------------------------------------*/
nav a.current{
    /* background: #FCA3CC; */
    background: #EB4C4C;
}



/*-------------------------------------------------
kv h1
-------------------------------------------------*/
section.kv{
   /* background: #eaf2e9; */
   background: #FFA6A6;
    /* background: #FDCFDF; */
    /* background: #EB4C4C; */
}

h1{
    /* background: #FCA3CC; */
    background: #EB4C4C;
}



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

h2{
    /* border-left-color: #FCA3CC;
    border-bottom-color: #FCA3CC;
		background: #FDCFDF; */
    border-left-color: #EB4C4C;
    border-bottom-color: #EB4C4C;
		background: #FFA6A6;
}

h5{
    /* border-bottom-color: #FCA3CC;
	background: #FDCFDF; */
    border-bottom-color: #EB4C4C;
	background: #FFA6A6;
}

h6{
    /* border-bottom-color: #FCA3CC;
		background: #FDCFDF; */
    border-bottom-color: #EB4C4C;
		background: #FFA6A6;
}

.section{
	margin-bottom:40px;
}

/*-------------------------------------------------
テーブル
-------------------------------------------------*/
th{
/*    background: #eaf2e9;*/
    /* background: #FDCFDF; */
    background: #EB4C4C;
}

/*-------------------------------------------------
テキストインデント
-------------------------------------------------*/
.indent1{
  padding-left: 1em;
  text-indent: -1em;
}
.indent1_5{
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.indent2{
  padding-left: 2em;
  text-indent: -2em;
}
.indent2_5{
  padding-left: 2.5em;
  text-indent: -2.5em;
}
.indent3{
  padding-left: 3em;
  text-indent: -3em;
}
.indent4{
  padding-left: 4em;
  text-indent: -4em;
}
.indent5{
  padding-left: 5em;
  text-indent: -5em;
}
.indent6{
  padding-left: 6em;
  text-indent: -6em;
}

.mb00{
  margin-bottom: 0;
}

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



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



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




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

.sp_table {
position: relative;
}
.sp_table table th,
.sp_table table td{
  padding: 10px 5px;
}

.yajirushi{
position:relative;
}
.yajirushi::after{
  content:"";
  position: absolute;
}
.yajirushi1::after{
  height: 20px;
  width: 245px;
  background-image: url(../img/schedule/arrow_long.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 25px;
  top:50%;
  transform: translateY(-50%);
}
.yajirushi2::after{
  height: 20px;
  width: 245px;
  background-image: url(../img/schedule/arrow_long.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 25px;
  top:50%;
  transform: translateY(-50%);
}
.yajirushi3::after{
  height: 20px;
  width: 245px;
  background-image: url(../img/schedule/arrow_long.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 25px;
  top:50%;
  transform: translateY(-50%);
}
.yajirushi4::after{
  height: 20px;
  width: 319px;
  background-image: url(../img/schedule/arrow_long.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  top:50%;
  transform: translateY(-50%);
}
.yajirushi5::after{
  height: 20px;
  width: 319px;
  background-image: url(../img/schedule/arrow_long.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  top:50%;
  transform: translateY(-50%);
}
.yajirushi6::after{
  height: 18px;
  width: 49px;
  background-image: url(../img/schedule/arrow_right.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  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{
	display: none;
} */
}