@charset "UTF-8";

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

/* 04　2023　demo 修正 */

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

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




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

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



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



/*-------------------------------------------------
kv h1
-------------------------------------------------*/
section.kv{
   /* background: #eaf2e9; */
   background: #C4DBE2;
    /* background: #FDCFDF; */
    /* background: #7EB1C1; */
}

h1{
    /* background: #FCA3CC; */
    background: #7EB1C1;
}



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

h2{
    /* border-left-color: #FCA3CC;
    border-bottom-color: #FCA3CC;
		background: #FDCFDF; */
    border-left-color: #7EB1C1;
    border-bottom-color: #7EB1C1;
		background: #C4DBE2;
}

h5{
    /* border-bottom-color: #FCA3CC;
	background: #FDCFDF; */
    border-bottom-color: #7EB1C1;
	background: #C4DBE2;
}

h6{
    /* border-bottom-color: #FCA3CC;
		background: #FDCFDF; */
    border-bottom-color: #7EB1C1;
		background: #C4DBE2;
}

.section{
	margin-bottom:40px;
}

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

/*-------------------------------------------------
テキストインデント
-------------------------------------------------*/
.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;
}
@media screen and (min-width: 1186px) {

.yajirushi {
position: absolute;
}
#yajirushi_01 {
top: 150px;
left: 325px;
}
#yajirushi_02 {
top: 195px;
left: 449px;
}
#yajirushi_03 {
top: 240px;
left: 474px;
}
#yajirushi_04 {
top: 285px;
left: 549px;
}
#yajirushi_05 {
top: 330px;
left: 649px;
}
/* .yajirushi-sp{
	display: none;
} */
}
@media screen and (min-width: 481px) and (max-width: 1185px) {
.yajirushi {
position: absolute;
display: block;
}
#yajirushi_01 {
top: 123px;
left: 304px;
}
#yajirushi_02 {
top: 160px;
left: 426px;
}
#yajirushi_03 {
top: 197px;
left: 450px;
}
#yajirushi_04 {
top: 234px;
left: 522px;
}
#yajirushi_05 {
top: 271px;
left: 620px;
}

}
@media screen and (max-width: 480px) {
.yajirushi {
position: absolute;
display: block;
}
#yajirushi_01 {
top: 104px;
left: 292px;
}
#yajirushi_02 {
top: 135px;
left: 417px;
}
#yajirushi_03 {
top: 166px;
left: 442px;
}
#yajirushi_04 {
top: 197px;
left: 517px;
}
#yajirushi_05 {
top: 228px;
left: 617px;
}

/* .yajirushi{
	display: none;
} */
}