@charset "UTF-8";

/*====================================================================
既存テンプレートcss関連
====================================================================*/

body {
    text-align: start !important;
    /*
    overflow-x: hidden;
    */
    position: relative;
}

#beta {
    float: none !important;
}

#breadcrumbs {
    margin: 0px 60px;
}

#breadcrumbs-inner {
    width: auto !important;
}

#breadcrumbs-content {
    padding-left: 0px;
}

/*====================================================================
基本設定
====================================================================*/

.side-active {
    color: red;
} 

/* body */
body {
    font-size: 1.1rem !important;
    margin: 0px;
    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.08em;
    overflow-x: hidden;
}

/* float 解除 Clearfix */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    letter-spacing: -.40em; /* inline-block隙間除去 文字間を詰めて隙間を削除する */
}

ul li {
	list-style-type: none;
	letter-spacing: normal; /* inline-block隙間除去 文字間を通常に戻す */
}

h1,h2,h3,h4,h5,p {
  margin: 0px; /* 初期化 */
}

img {
	width:100%;
	max-width: 100%;
	height: auto;
	vertical-align:bottom; /* img隙間をなくす */
	border: 0px; /* IE10以下で画像周りの青い線を非表示 */
    -webkit-backface-visibility: hidden; /* widows版　chrome 画像ぼやけるの防止 */
}

/* リンク設定 */
a:link		{ color:#2f8ace; }
a:visited	{ color:#7052aa; text-decoration: underline; }
a:hover		{ text-decoration: none; }
a:active	{ color:#333333; }

/* フォーカスした際に線が入るのを消す処理 */
*:focus {
  outline: none;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
}

/*====================================================================
共通設定
====================================================================*/
   
/*** 共通 ***/
.inner-width {
    max-width: 1200px;
    margin: 0px auto;
}

/* 表示設定 */
.display-inline-block {
    display: inline-block;
}

/* 並び */
.align-center {
   text-align: center;
}

.align-left {
    text-align: left;
}

/* マージン設定 */
.m-top10 {
    margin-top: 10px !important;
}

.m-top30 {
    margin-top: 30px !important;
}

.m-top60 {
    margin-top: 60px !important;
}

.m-bottom10 {
    margin-bottom: 10px !important;
}

.m-bottom20 {
    margin-bottom: 20px !important;
}

.m-bottom40 {
    margin-bottom: 40px !important;
}

/*** ヘッダー ***/
#header-out {
    padding: 10px 0px;
    background: white;
    z-index: 9999;
    width: 100%;
}

#add-header-inner {
    position: relative;
}

#second-header-logo {
    display: inline-block;
}

#second-header-logo img {
    max-width: 368px;
    margin-top: 5px;
}

/* 色変え用ロゴ */
#header-logo-change-color {
   display: none; 
}

/* ヘッダーボタン */
.header-btn {
    float: right;
    display: inline-block;
    color: white !important;
    font-family: 'M PLUS Rounded 1c', sans-serif,"Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    transform: rotate(0.03deg); /* シャギーを防ぐ指定 */
    font-size: 1.3em;
    font-weight: 700;
    vertical-align: middle;
    text-decoration: none;
    height: 59px;
}

#header-contact-btn {
    background: #ff6203;
    padding: 15px 25px 10px 20px;
}

/* FireFoxのみ */
@-moz-document url-prefix() {
  #header-contact-btn {
    padding: 9px 25px 10px 20px;
  }
}

#header-data-btn {
    display: none;
    background: #037aff;
    padding: 9px 3px 10px 20px;
    margin-left: 10px;
    letter-spacing: 0em;
}

#tbsp-contact-btn {
    display: none;
    float: right;
}

#tbsp-contact-btn img {
    max-width: 82px;
}

#tbsp-data-btn {
    float: right;
}

#tbsp-data-btn img {
    max-width: 82px;
}

#tbsp-data-btn {
    display: none;
}

.mt-main-index #header-data-btn {
    /* TOPページのみ表示 */
    display: inline-block;
}

.mt-main-index #second-nav-out {
    /* TOPページのみ非表示 */
    display: none;
}

#header-contact-btn img {
    max-width: 38px;
    padding-bottom: 6px;
    margin-right: 10px;
}

#header-data-btn img {
    max-width: 26px;
    padding-bottom: 4px;
    margin-right: 10px;
}

#header-data-btn #teacher-small-text {
    font-size: 70%;
}

.header-btn:hover {
    opacity: 0.8;
    text-decoration: none !important;
}

/* パンくず */
#webpage-pankuzu-out {
    margin: 30px 60px;
}

#pankuzu-home {
    max-width: 20px;
    margin-bottom: 7px;
}

#pankuzu-home:hover {
    opacity: 0.8;
}

/* 基本ボタン01 */
.basic-btn01 {
    text-align: center;
    margin-top: 30px;
    font-family: 'M PLUS Rounded 1c', sans-serif,"Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    transform: rotate(0.03deg); /* シャギーを防ぐ指定 */
    font-size: 1.2em;
}

.basic-btn01 a {
    color: white;
    padding: 10px 45px 10px 20px;
    /* 角丸 */
    border-radius:50px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
}

.basic-btn01 a:hover {
    text-decoration: none !important;
    opacity: 0.8;
}

/* 色設定 */
.basic-btn01.red a {
    background:url(../images/common/arrow03.png) no-repeat center right 10px #fe2539;
    background-size: 20px auto;
}

.basic-btn01.blue a {
    background:url(../images/common/arrow03.png) no-repeat center right 10px #03a0ff;
    background-size: 20px auto;
}

/* ナビゲーション */
#second-nav-out {
    font-family: 'M PLUS Rounded 1c', sans-serif,"Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    transform: rotate(0.03deg); /* シャギーを防ぐ指定 */
    padding: 10px 0px;
    background: #ff8623;
}

#second-nav-inner {
    display: table;
    width: 100%;
}

#second-nav-out li {
    display: table-cell;
    vertical-align: middle;
    letter-spacing: 0.05em;
    font-size: 1.15em;
    font-weight: 700;
    padding-left: 10px;
}

#second-nav-out ul > *:first-child {
    padding-left: 0px;
}

#second-nav-out li a {
    display: block;
    height: 100%;
    padding: 5px 10px 10px 12px;
    min-height: 59px;
    color: black;
    background: white;
    text-decoration: none;
}

#second-nav-out li a span {
    display: inline-block;
}

/* ナビゲーションボタンごとの設定 */
#navi-movie img {
    max-width: 34px;
    margin-right: 12px;
    margin-bottom: 5px;
}

#navi-movie span {
    margin-top: 5px;
}

#navi-tairyoku img {
    max-width: 25px;
    margin-right: 6px;
    margin-bottom: 5px;
}

#navi-tairyoku span {
    margin-top: 5px;
}

#navi-school img {
    max-width: 30px;
    margin-right: 8px;
    margin-bottom: 6px;
}

#navi-school span {
    margin-top: 6px;
}

#navi-improve img {
    max-width: 25px;
    margin-right: 8px;
    margin-bottom: 6px;
}

#navi-improve span {
    margin-top: 6px;
}

#navi-ball img {
    max-width: 25px;
    margin-right: 8px;
    margin-bottom: 6px;
}

#navi-ball span {
    margin-top: 5px;
}

#navi-connect img {
    max-width: 27px;
    margin-right: 5px;
    margin-bottom: 3px;
}

#navi-connect span {
    margin-top: 8px;
}

/* vimeoレスポンシブ */
.video {
    position: relative;
    height: 0;
    padding: 0 0 56.25%;
    overflow: hidden;
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* メニューボタン */
#header-menu {
    display: none;
    float: right;
}

/* メニュー */
#menu-out {
    width: 0px;
    position: fixed;
    background: #ff6203;
    right: 0px;
    width: 0px;
    transition: .5s;
    z-index: 10001;
    height: 100vh;
    opacity: 0;
    top: 82px;
}

.slide-menu {
    width: 50% !important;
}

/* タブレットスマホメニューリンク */
#tbsp-menu-list li {
    padding: 10px;
    margin: 0px;
    border-bottom: 1px solid white;
    display: none;
}

#tbsp-menu-list li a {
    color: white;
    display: inline-block;
    text-align: left;
    padding-left: 60px;
    white-space: nowrap;
}

/* スマホタブレットメニューボタン 色変え用 */
#test-tbsp-btn-black,
#test-tbsp-btn-blue,
#contact-tbsp-btn-black,
#contact-tbsp-btn-blue {
    display: none;
}

/* アイコン画像設定 */
#tbsp-menu-list #menu-video {
    background: url(../images/common/tbsp-video-menu-icon.png) no-repeat center left 30px;
    background-size: 27px auto;
}

#tbsp-menu-list #menu-physical {
    background: url(../images/common/tbsp-physical-menu-icon.png) no-repeat center left 30px;
    background-size: 24px auto;
}

#tbsp-menu-list #menu-fullness {
    background: url(../images/common/tbsp-school-menu-icon.png) no-repeat center left 30px;
    background-size: 27px auto;
}

#tbsp-menu-list #menu-improve {
    background: url(../images/common/tbsp-improve-menu-icon.png) no-repeat center left 30px;
    background-size: 26px auto;
}

#tbsp-menu-list #menu-club {
    background: url(../images/common/tbsp-club-menu-icon.png) no-repeat center left 30px;
    background-size: 22px auto;
}

#tbsp-menu-list #menu-link {
    background: url(../images/common/tbsp-link-menu-icon.png) no-repeat center left 30px;
    background-size: 26px auto;
}

/* メニューを開いた時 */
.slide-menu{
    right: 0px !important;
    opacity: 1 !important;
}


.slide-menu #tbsp-menu-list li {
    display: block;
}

/* ヘッダー固定用のクラス追加 */
.content-fixed {
    position: fixed;
    top: 0;
}

/* サイドボタン */
#side-btn {
    position: fixed;
    top: 11%;
    right: 0px;
    z-index: 9995;
}

/* オリジナルサイドバーあり設定 */
#side-in-out {
    display: flex;
}

#side-main {
    /*
    float: left;
    */
    width: 72%;
    margin-right: 3%;
}

#side-link-out {
    width: 25%;
}

#side-link-inner {
    /*
    float: left;
    */
    position: sticky;
    top: 20px;
    background: #f6f6de;
    /* 角丸 */
    border-radius:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;    
}

#side-link-inner a {
    display: block;
    color: black;
    padding: 10px 30px 10px 20px;
    background-size: 8px auto;
}

#side-link-inner ul li {
    border-top: dotted 1px #3e3e3e;
}

#side-link-inner ul > *:first-child {
    background: #3cc941;
    text-align: center;
    border-top: none;
    font-size: 1.1em;
    /* 角丸 */
    border-radius:20px 20px 0px 0px;
    -webkit-border-radius:20px 20px 0px 0px;
    -moz-border-radius:20px 20px 0px 0px;
}

#side-link-inner ul > *:first-child+* {
    border-top: none;
}

#side-link-inner ul li a {
    color: #3e3e3e;
}

#side-link-inner ul > *:first-child a {
    color: white;
    background-image: none;
}

/* 各ページ設定 */
/* 学校体育充実 */
.fullness-page #side-link-inner ul > *:first-child {
    background: #01b3ea;
}

.fullness-page #side-link-inner a {
    background: url(../images/common/arrow06-lblue.png) center right 15px no-repeat;
    background-size: 8px auto;
}

/* 体力向上に向けて */
.improve-page #side-link-inner ul > *:first-child {
    background: #3cc941;
}

.improve-page #side-link-inner a {
    background: url(../images/common/arrow06-green.png) center right 15px no-repeat;
    background-size: 8px auto;
}


/* Slickスライダー　ドットのみ slick-themeより */
/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;
    
    /*
    opacity: .25;
    */
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #ff54de;
}

/* Slick ドット加工 */
.slick-dots li button:before {
    font-size: 30px;
}

/* サイドボタン */
#side-btn {
    display: inline-block;
    max-width: 50px;
}

.common-side-btn {
    float: right;
    color: white;
    font-family: 'M PLUS Rounded 1c', sans-serif,"Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    transform: rotate(0.03deg); /* シャギーを防ぐ指定 */ 
    font-weight: 700;
    padding: 12px 8px 12px 12px;
    cursor: pointer;
    
}

/* 背景色PC */
.side-btn-icon {
    padding-bottom: 5px;
}

/*
.side-btn-text {
    display: inline-block;
    font-size: 120%;
    line-height: 0.8em;
    /* 縦書き 
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
*/

.side-btn-text-img {
    padding: 5px 0px 4px;
}

#side-btn-back {
    background: #f706a0;
}

#side-three-btn {
    display: inline-block;
}

#side-three-btn span {
    display: inline-block;
    padding: 10px;
    font-size: 110%;
    padding: 1px 5px;
    background: white;
    margin-top: 10px;
    text-align: center;
    /* 角丸 */
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px; 
}

#side-three-btn #white-btn {
    color: black;
    background: white;
}

#side-three-btn #black-btn {
    background: #000000;
}

#side-three-btn #blue-btn {
    background: #285aff;
}

/* 文字サイズPC */
#side-btn-text-size {
    background: #00c7f3;
    margin-top: 10px;
}

#side-btn-text-size #side-three-btn {
    color: black;
}

/* ボタン2並び */
.two-btn {
    display: flex;
    justify-content: center; 
}

.two-btn .basic-btn01 {
    margin: 10px 5px;
} 

/* tbspボタン */
#tb-sp-side-btn {
    display: none;
}

.notel {
    pointer-events: none;
    color: black;
}

@media screen and (max-width:1024px) {
    /* サイドボタン */
    #side-btn {
        position: fixed;
        top: 20%;
        right: 0px;
    } 
    
    .common-side-btn {
        /*
        display: none;
        
        max-width: none;
        */
        font-size: 80%;
    }
    
    /* tbspボタン
    #tb-sp-side-btn {
        display: inline-block;
    }
    
    #tb-sp-side-btn img {
        float: right;
    }
     */
}

@media screen and (max-width:1199px) {
    /* ヘッダーボタン */
    #header-menu {
        display: block;
    }
    
    .header-btn {
        font-size: 110%;
    }
    
    /* タブレットスマホメニューボタン */
    .menu-trigger {
        margin-top: 7px;
        margin-left: 20px;
    }
    
    .menu-trigger,
    .menu-trigger span {
      display: inline-block;
      transition: all .4s;
      box-sizing: border-box;
    }
    .menu-trigger {
      position: relative;
      width: 50px;
      height: 44px;
      background: none;
      border: none;
      appearance: none;
      cursor: pointer;
    }
    .menu-trigger span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 4px;
      background-color: #ff6c00;
      border-radius: 4px;
    }
    .menu-trigger span:nth-of-type(1) {
      top: 0;
    }
    .menu-trigger span:nth-of-type(2) {
      top: 20px;
    }
    .menu-trigger span:nth-of-type(3) {
      bottom: 0;
    }
    
    .menu-trigger.active span:nth-of-type(1) {
      transform: translateY(20px) rotate(-45deg);
    }
    .menu-trigger.active span:nth-of-type(2) {
      opacity: 0;
    }
    .menu-trigger.active span:nth-of-type(3) {
      transform: translateY(-20px) rotate(45deg);
    }
    
    #second-header-logo img {
        max-width: 280px;
        margin-top: 10px;
    }
}

@media screen and (max-width:1100px) {
    /* ロゴ */
    #second-header-logo img {
        margin-top: 22px;
    }
    
    /*　タブレットスマホ用メニュー */
    #tbsp-contact-btn {
        display: block;
    }
    
    .mt-main-index #tbsp-data-btn {
        display: block; /* TOPページのみ表示 */
    }
    
    .menu-trigger {
        margin-top: 18px;
    }
    
    /*
    #menu-out {
        margin-top: 26px;
    }
    */
    top: 26px;
}

@media screen and (max-width:1100px) {
    /* TOPページのみボタン */
    .mt-main-index .basic-btn01 {
        text-align: center;
        margin-top: 60px;
    }
}

@media screen and (max-width:900px) {
    /* パンくず */
    #webpage-pankuzu-out {
        margin: 30px 20px;
    }    
    
    /* サイドボタン */
    #side-btn {
        top: 11%;
    }
}

@media screen and (max-width:767px) {    
    /* 共通 */
    #header-out {
        height: 50px;   
    }
    
    .two-btn {
        display: block;
    }
    
    .two-btn .basic-btn01 {
        margin: 30px 0px;
        font-size: 80%;
    }
    
    #add-header-inner {
        padding: 0px 10px !important;
    }
    
    #second-header-logo img {
        margin-top: 12px;
        max-width: 200px;
    }
    
    /* タブレットスマホ用メニュー */
    /*
    #menu-out {
        margin-top: 14px;
    }
    */
    #menu-out {
        top: 50px;
    }
    
    .menu-trigger {
        height: 26px;
        width: 30px;
        margin-top: 12px;
        margin-left: 10px;
    }    

    .menu-trigger span:nth-of-type(2) {
        top: 11px;
    }
    
    .menu-trigger.active span:nth-of-type(1) {
        transform: translateY(12px) rotate(
    -45deg);
    }
    
    .menu-trigger.active span:nth-of-type(3) {
        transform: translateY(-10px) rotate(
    45deg);
    }
    
    #tbsp-data-btn img {
        max-width: 50px;
    }
    
    #tbsp-contact-btn img {
        max-width: 50px;
    }
    
    /* サイドボタン */
    #side-btn {
        top: 14%;
        max-width: 32px;
    }
    
    .common-side-btn {
        font-size: 60%;
        text-align: center;
        padding: 8px 6px 15px 8px;
    }
    
    .common-side-btn img {
        display: block;
    }
    
    .side-btn-text-img {
        width: 26px;
    }
    
    .side-btn-icon {
        max-width: 20px;
    }
    
    #side-three-btn {
        display: none;
    }
    /*
    #side-three-btn span {
        font-size: 60%;
        padding: 1px 3px;
        background: white;
        margin-top: 5px;
        text-align: center;
        /* 角丸 
        border-radius:2px;
        -webkit-border-radius:2px;
        -moz-border-radius:2px; 
    }
    */
}

@media screen and (max-width:500px) {
    .slide-menu {
        width: 75% !important;
    }
}

@media screen and (max-width:400px) {
    /* 共通 */
    #second-header-logo img {
        margin-top: 15px;
        max-width: 160px;
    }
    
    /* タブレットスマホ用メニュー */
    #menu-out {
        top: 50px;
    }
}

@media screen and (max-width:360px) {
    /* 共通 */
    #second-header-logo img {
        margin-top: 17px;
        max-width: 125px;
    }
}


/*====================================================================
TOPページ
====================================================================*/

/* 背景 */
#top-page-back {
    background: url(../images/top/back-img-top-pc.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
    padding-top: 50px;
    padding-bottom: 150px;
}

/* TOPメインイラスト仮入れ */
#top-main-illust {
    padding-bottom: 20px;
}

#top-main-illust .sp-illust {
     display: none;
}

#running-illust {
    position: absolute;
    top: 50%;
    left: 1.7vw;
    max-width: 216px;
}

#basket-illust {
    position: absolute;
    bottom: 23%;
    right: 6.5vw;
    max-width: 138px;
}

/* バナー */
#top-graph-ban-out {
    margin-top: 40px;
    margin-bottom: 20px;
}
#topgraph-ban-tbsp {
    display: none;
}
#topgraph-ban-tbsp,#topgraph-ban-pc-black,#topgraph-ban-tbsp-black,#topgraph-ban-pc-blue,#topgraph-ban-tbsp-blue
{
    display: none;
}

@media screen and (max-width:1700px) {
    #running-illust {
        display: none;
    }

    #basket-illust {
        display: none;
    }    
}

@media screen and (max-width:900px) {
    #topgraph-ban-pc {
        display: none;
    }
    #topgraph-ban-tbsp {
        display: inline;
    }
}

@media screen and (max-width:767px) {
    #top-main-illust .pc-illust {
         display: none;
    }

    #top-main-illust .sp-illust {
         display: inline;
    }
}
    
@media screen and (max-width:650px) {
    #top-main-illust {
        padding-top: 0px;
    }

    /* 背景 */
    #top-page-back {
        background: url(../images/top/back-img-top-sp.jpg) no-repeat;
        background-size: cover;
        background-position: center top;
    }
}
 
#news-list {
    margin-top: 55px;
}

#news-list li {
    background: white;
    padding: 20px 50px;
        /* 角丸 */
border-radius:50px;
-webkit-border-radius:50px;
-moz-border-radius:50px;
    margin-bottom: 20px;
    text-align: left;
}

#news-list li .date {
    display: inline-block;
    text-align: center;
    min-width: 8em;
    background: #ff6c00;
    padding: 3px 10px;
    color: white;
}

#news-list li a {
    color: black;
    background-size: inline-block;
    margin-left: 20px;
}

/*
#news-list li a {
	pointer-events: none;
}
*/

/* TOP PCメニュー */
#top-menu-out a {
    display: block;
    float: left;
    width: 185px;
    height: 185px;
    margin-right: 18px;
}

#top-menu-out #top-pc-video-btn {
    background: url(../images/top/top-menu-btn.png) no-repeat;
}

#top-menu-out #top-pc-video-btn:hover {
    background: url(../images/top/top-menu-btn.png) no-repeat;
    background-position: 0px -185px;
}

#top-menu-out #top-pc-physical-btn {
    background: url(../images/top/top-menu-btn.png) no-repeat;
    background-position: -185px 0px;
}

#top-menu-out #top-pc-physical-btn:hover {
    background: url(../images/top/top-menu-btn.png) no-repeat;
    background-position: -185px -185px;
}

#top-menu-out #top-pc-fullness-btn {
    background: url(../images/top/top-menu-btn.png) no-repeat;
    background-position: -370px 0px;
}

#top-menu-out #top-pc-fullness-btn:hover {
    background: url(../images/top/top-menu-btn.png) no-repeat;
    background-position: -370px -185px;
}

#top-menu-out #top-pc-improve-btn {
    background: url(../images/top/top-menu-btn.png) no-repeat;
    background-position: -555px 0px;
}

#top-menu-out #top-pc-improve-btn:hover {
    background: url(../images/top/top-menu-btn.png) no-repeat;
    background-position: -555px -185px;
}

#top-menu-out #top-pc-club-btn {
    background: url(../images/top/top-menu-btn.png) no-repeat;
    background-position: -740px 0px;
}

#top-menu-out #top-pc-club-btn:hover {
    background: url(../images/top/top-menu-btn.png) no-repeat;
    background-position: -740px -185px;
}

#top-menu-out #top-pc-link-btn {
    background: url(../images/top/top-menu-btn.png) no-repeat;
    background-position: -925px 0px;
    margin-right: 0px;
}

#top-menu-out #top-pc-link-btn:hover {
    background: url(../images/top/top-menu-btn.png) no-repeat;
    background-position: -925px -185px;
}

/* ピックアップ動画 */
#top-pick-up-video .level-icon {
    display: inline-block;
    color: white;
    font-size: 95%;
    padding: 5px 9px 3px;
    margin-right: 8px;
}

#top-pick-up-video .begginer-icon {
    background: #ff5d2e;
}

#top-pick-up-video .intermediate-icon {
    background: #004cbb;
}

#top-pick-up-video .challenge-icon {
    background: #1fb36a;
}

#top-pick-up-video {
    margin-top: 50px;
}

.pick-up-video {
    position: relative;
    float: left;
    width: 32%;
    margin-left: 2%;
}

.video-waku {
    padding: 0px;
}
    
.level_1 .video-waku {
    border: double 4px #ffcc84;
}
    
.level_2 .video-waku {
    border: double 4px #7fc5ed;
}
    
.level_3 .video-waku {
    border: double 4px #fea7c5;
}
    
#top-pick-up-video > *:first-child {
    margin-left: 0px;
}
    
/* リボン */
.ribbon01-out {
    position: relative;
    top: -14px;
    margin: auto;
    text-align: center;
}    
    
.ribbon01 {
  display: inline-block;
  position: relative;
  line-height: 1.2em;
  text-align: center;
  padding: 5px 0;
  font-size: 15px;/*フォントサイズ*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
  clip-path: polygon(100% 0, 95% 50%, 100% 100%, 0% 100%, 5% 50%, 0% 0%);

}

.ribbon01 h3 {
  margin: 0;
  padding: 10px 30px;
  border-top: dashed 1px #FFF;/*上の破線*/
  border-bottom: dashed 1px #FFF;/*下の破線*/
  line-height: 1.2em;
  font-weight: bold;
}

.ribbon01 a {
    color: white;
}
    
.pick-up-video.level_1 .ribbon01 {
    background: #ffa421;
}
    
.pick-up-video.level_2 .ribbon01 {
    background: #008cdc;
}

.pick-up-video.level_3 .ribbon01 {
    background: #fb0359;
}

/* TOPページのみボタン */
.mt-main-index .basic-btn01 {
    display: none;
}

.mt-main-index .basic-btn01 a {
    padding-top: 16px;
}

@media screen and (max-width:1270px) {
    /*　TOP PCメニュー */
    #top-menu-out a {
        margin-right: 10px;
    }    
}

@media screen and (max-width:1230px) {
    /*　TOP PCメニュー */
    #top-menu-out a {
        margin-right: 6px;
    }    
}

@media screen and (max-width:1199px) { 
    /*　TOP PCメニュー */
    #top-menu-out {
        display: none;
    }
}

@media screen and (max-width:1100px) { 
    /* ヘッダーボタン */
    .header-btn {
        display: none !important;
    }
}

@media screen and (max-width:1023px) {
    /* TOP見出しのみもっと見るを非表示にしてボタンを表示 */
    .mt-main-index .middle-title01 .more-link {
        display: none;
    }
    
    #more-movie-title {
        margin-top: 0px;
    }

    .mt-main-index .basic-btn01 {
        display: block;
    }
}

@media screen and (max-width:767px) {
    /* TOP背景 */
    #top-page-back {
        padding-bottom: 100px;
    }
    
    /* 新着一覧 */
    #news-list li .date {
        font-size: 80%;
    }
    
    #news-list li {
        padding: 10px 20px 10px 30px;
    }    
    
    #news-list li a {
        display: block;
        margin-left: 0px;
        margin-top: 5px;
    }
}

/*====================================================================
セカンドページ共通
====================================================================*/

/* セカンドページ仮入れイラスト */
#second-main-illust {
    padding: 20px;
    text-align: center;
}

#second-main-illust img {
    max-width: 1100px;
}

#second-main-illust .sp-illust {
	display: none;
}

@media screen and (max-width:767px) {
   #second-main-illust .pc-illust {
	   display: none;
   }     
    
   #second-main-illust .sp-illust {
	   display: inline;
   } 
}

/* 背景設定 */
.second-page-back {
    background: url(../images/common/back-img-pc.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
    padding-top: 20px;
    padding-bottom: 120px;
}

#second-main-contents {
    background: white;
    position: relative;
}

#movie-page .second-page-big-title01 {
    background: #ff1414;
}

.second-page-big-title01 {
    font-family: 'M PLUS Rounded 1c', sans-serif,"Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    transform: rotate(0.03deg); /* シャギーを防ぐ指定 */
    text-align: center;
    color: white;
    font-size: 1.4em !important;
    letter-spacing: 0.1em;
    padding: 10px;
    text-align: center;
}

.second-page-big-title01 h2 {
    font-weight: 700;
    line-height: 1.2em;
}

.big-title02 {
    border-top: dashed 1px white;
    border-bottom: dashed 1px white;
    padding: 0.2em 0.5em;
    text-align: center;
    font-size: 1.3em;
    line-height: 1.2em;
    color: white;
    font-family: 'M PLUS Rounded 1c', sans-serif,"Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    transform: rotate(0.03deg); /* シャギーを防ぐ指定 */
}    

/* 中見出し01 */
.middle-title01 {
    position: relative;
    font-family: 'M PLUS Rounded 1c', sans-serif,"Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    transform: rotate(0.03deg); /* シャギーを防ぐ指定 */
    text-align: center;
    color: white;
    font-size: 140%;
    padding: 7px 10px 3px;
    margin-top: 60px;
    /* 角丸 */
    border-radius:50px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
}

.middle-title02 {
    text-align: center;
    padding-bottom: 0.5em !important;
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: 8px 6px;
    margin-top: 40px;
    font-family: 'M PLUS Rounded 1c', sans-serif,"Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    transform: rotate(0.03deg); /* シャギーを防ぐ指定 */
    font-size: 1.1em;
    line-height: 1.2em;
}
    
.middle-title01.red {
    background: #fe2539;
}

.middle-title01.blue {
    background: #03a0ff;
}
    
.middle-title01 h2 {
    display: ineline-block;
    font-weight: 700;
}

.middle-title01-shippo {
    position: absolute;
    bottom: -21px;
    max-width: 26px;
}
    
.middle-title01 .more-link {
    position: absolute;
    right: 30px;
    top: 0px;
    bottom: 0px;
    margin: 15px auto;
    display: inline-block;
    font-size: 0.5em;
    background: white;
    padding: 12px 13px 15px 15px;
    color: black;
}
    
.middle-title01 .more-link:hover {
    text-decoration: none !important;
}

/* 小見出し */
.second-page-small-title01 {
    font-weight: bold;
    margin-top: 20px;
}

/* 小見出し02 */
.small-title02 {
    border-bottom: 1px solid #555555;
}

.small-title02 h5 {
    font-weight: bold;
    padding-left: 10px;
}

/*** 各ページ設定 ***/
/* 運動動画 */
.video-page .big-title02 {
    background: #ff1414;
    box-shadow: 0px 0px 0px 3px #ff1414;    
}

/* 学校体育充実 */
.fullness-page .big-title02 {
    background: #01b3ea;
    box-shadow: 0px 0px 0px 3px #01b3ea;    
}
    
.fullness-page .middle-title02 {
    background-image: radial-gradient( circle at 2px center, #88dbf5, #88dbf5 2px, transparent 2px, transparent 100% );
}

/* 体力向上に向けて */
.improve-page .big-title02 {
    background: #3cc941;
    box-shadow: 0px 0px 0px 3px #3cc941;    
}
    
.improve-page .middle-title02 {
    background-image: radial-gradient( circle at 2px center, #9de4a0, #9de4a0 2px, transparent 2px, transparent 100% );
}

/* 部活動 */
.club-page .big-title02 {
    background: #ff5a00;
    box-shadow: 0px 0px 0px 3px #ff5a00;    
}
    
.club-page .middle-title02 {
    background-image: radial-gradient( circle at 2px center, #ffac7f, #ffac7f 2px, transparent 2px, transparent 100% );
}

.more-link img {
    max-width: 18px;
    vertical-align: middle;
    margin-left: 10px;
}

#titke-furigana {
    display: block;
    /*
    text-align: center;
    */
    text-align: left;
    font-size: 0.4em;
    font-weight: normal;
    line-height: 1.2em;
}

#page-title-text {
	display: inline-block;
}

#second-page-big-title01-line {
    display: block;
    height: 5px;
    width: 100%;
    /* ストライプ */
    background: repeating-linear-gradient(-45deg, #8abeed, #8abeed 5px, #ffffff 5px, #ffffff 10px);
}

.second-page-inner {
    margin: 30px 60px 0px;
    padding-bottom: 80px;
}

/* 各ページごとのアイコンと縞模様の設定 */
/* 動画ページ */
#second-video-title #second-page-big-title01-icon img {
    max-width: 52px;
    margin-bottom: 5px;
}

#second-video-title #second-page-big-title01-line {
    /* ストライプ */
    background: repeating-linear-gradient(-45deg, #ff6e6e, #ff6e6e 5px, #ffffff 5px, #ffffff 10px);
}

/* 新体力テスト */
#second-physical-test-title #second-page-big-title01-icon img {
    max-width: 40px;
    margin-bottom: 4px;
}

#second-physical-test-title #second-page-big-title01-line {
    /* ストライプ */
    background: repeating-linear-gradient(-45deg, #ff90ce, #ff90ce 5px, #ffffff 5px, #ffffff 10px);
}


/* 学校体育充実 */
#second-fullness-title #second-page-big-title01-icon img {
    max-width: 46px;
    margin-bottom: 5px;
}

#second-fullness-title #second-page-big-title01-line {
    /* ストライプ */
    background: repeating-linear-gradient(-45deg, #88dbf5, #88dbf5 5px, #ffffff 5px, #ffffff 10px);
}

/* 体力向上 */
#second-improve-title #second-page-big-title01-icon img {
    max-width: 34px;
    margin-bottom: 5px;
}

#second-improve-title #second-page-big-title01-line {
    /* ストライプ */
    background: repeating-linear-gradient(-45deg, #9de4a0, #9de4a0 5px, #ffffff 5px, #ffffff 10px);
}


/* 部活動 */
#second-club-title #second-page-big-title01-icon img {
    max-width: 37px;
    margin-bottom: 5px;
}

#second-club-title #second-page-big-title01-line {
    /* ストライプ */
    background: repeating-linear-gradient(-45deg, #ffac7f, #ffac7f 5px, #ffffff 5px, #ffffff 10px);
}

/* お問い合わせページ */
#second-contact-title #second-page-big-title01-icon img {
    max-width: 43px;
    margin-bottom: 5px;
}

#second-contact-title #second-page-big-title01-line {
    /* ストライプ */
    background: repeating-linear-gradient(-45deg, #81c6fe, #81c6fe 5px, #ffffff 5px, #ffffff 10px);
}

/* このサイトについてのページ */
#second-about-title #second-page-big-title01-icon img {
    max-width: 43px;
    margin-bottom: 5px;
}

#second-about-title #second-page-big-title01-line {
    /* ストライプ */
    background: repeating-linear-gradient(-45deg, #8adbed, #8adbed 5px, #ffffff 5px, #ffffff 10px);
}

/* つながるページ */
#second-link-title #second-page-big-title01-icon img {
    max-width: 43px;
    margin-bottom: 5px;
}

#second-link-title #second-page-big-title01-line {
    /* ストライプ */
    background: repeating-linear-gradient(-45deg, #ffd490, #ffd490 5px, #ffffff 5px, #ffffff 10px);
}

/* サイトマップ */
/*
#second-link-title #second-page-big-title01-icon img {
    max-width: 43px;
    margin-bottom: 5px;
}
*/

#second-sitemap-title #second-page-big-title01-line {
    /* ストライプ */
    background: repeating-linear-gradient(-45deg, #ffc291, #ffc291 5px, #ffffff 5px, #ffffff 10px);
}

/* 基本テキスト枠 */
.second-page-text01 {
    margin: 20px 20px 60px 20px;
}

/* リンク */
.pdf-link {
    margin-top: 40px;
}
    
/* アイコン設定 */
i {
    margin-right: 5px;
}    
    
.fa-file-excel {
    color: #207245;
}
    
.fa-file-pdf {
    color: #fa0f00;
}
    
/* リスト関連 */
.second-page-dl01 dd {
    margin-bottom: 20px;
}

.second-page-list01 {
    padding-left: 1em;
}
    
.second-page-list01 li {
    margin-bottom: 5px;
    padding-left:1em;
	text-indent:-1em;
}

.second-page-list02 {
    margin-top: 20px;
}

.second-page-list02 li {
    margin-bottom: 10px;
}

.second-page-dl02 {
    margin-top: 10px;
}

.second-page-dl02 dt {
    font-weight: bold;
    color: #0046b8;
    margin-top: 10px;
}
    
/* その他のテキスト */
.special-text {
    padding-top: 20px;
}
    
/* インデント設定 */
.indent01 {
    display: inline-block;
    padding-left:1em;
	text-indent:-1em;
}
    
/* 枠線 */
.line-waku01 {
    border-top:dashed 1px #ccc;
    padding-top: 20px;
}

/* 基本テーブル01 */
.basic-table01 {
    margin-top: 20px;
}

.basic-table01 table {
    font-size: 90%;
}

.basic-table01 table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #cfcfcf;
    border-bottom: none;
    border-left: none;
}

.basic-table01 table th,td {
    text-align: center;
    padding: 5px 10px;
}

.basic-table01 table th {
    color: white;
    border-bottom: 1px solid #cfcfcf;
    border-left: 1px solid #cfcfcf;
    padding: 10px;
}

.basic-table01 table td {
    border-bottom: 1px solid #cfcfcf;
    border-left: 1px solid #cfcfcf;
}



/* 各ページ設定 */
.improve-page .basic-table01 table th {
    background: #3cc941;
}

.improve-page .basic-table01 table tr:nth-child(even) td { /* 行ごとに色変更 */
    background: #f0fbf0;
}

#contact-page .basic-table01 {
    margin-bottom: 60px;
}

#contact-page .basic-table01 table {
    width: 100%;
}

#contact-page .basic-table01 table th {
    background: #4eaefd;
    padding: 20px 10px;
}

#contact-page .basic-table01 table td {
    text-align: left;
    padding: 20px 10px 20px 20px;
}

@media screen and (max-width:600px) {
    #contact-page .basic-table01 table th {
        width: 35%;
        padding: 20px 5px;
    }    
}
        
/* テーブル枠なし */
.no-frame-table01 th {
    white-space: nowrap;
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 10px;
}
    
.no-frame-table01 td {
    vertical-align: top;
    padding: 10px;
    text-align: left;
}

/*** セカンドページ写真 ***/
.second-page-photo01 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.second-page-photo01 img {
    max-width: 500px;
}

/* 3並び写真 */
.second-three-photo01 {
    margin-top: 20px;
}

.second-three-photo01 li {
    float: left;
    width: 32%;
    margin-left: 2%;
}

.second-three-photo01 > *:first-child {
    margin-left: 0px;
}

.second-three-photo01 .three-photo-text {
    display: block;
    text-align: center;
    margin-top: 10px;
}

/* pdfダウンロード */
.pdf-download-out {
    margin-top: 20px;
    border-top: solid 1px #ccc;
}

.pdf-download .pdf-download-img {
    float: left;
    width: 15%;
    margin-right: 3%;
}

.pdf-download .pdf-down-load-text {
    float: left;
    width: 82%;
    font-size: 0.7em;
}

#side-main .pdf-download .pdf-download-img {
    float: left;
    width: 25%;
}

#side-main .pdf-down-load-text {
    float: left;
    width: 72%;    
}

/* TOPページに戻るボタン */
#second-top-back-btn {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 5px 15px;
    color: white;
    font-size: 0.9em;
    background: #157edc;
}

#second-top-back-btn img {
    max-width: 16px;
    margin-bottom: 6px;
    margin-right: 5px;
}

#second-top-back-btn:hover {
    text-decoration: none !important;
}

/* 各ページ設定 */
.video-page #second-top-back-btn {
    background: #ff1414;
}

.physical-page #second-top-back-btn {
    background: #ff229d;
}

.fullness-page #second-top-back-btn {
    background: #01b3ea;
}

.improve-page #second-top-back-btn {
    background: #3cc941;
}

.club-page #second-top-back-btn {
    background: #ff5a00;
}

.contact #second-top-back-btn {
    background: #028ffe;
}

.about #second-top-back-btn {
    background: #15b9dc;
}

.link-page #second-top-back-btn {
    background: #ffa10a;
}

.sitemap #second-top-back-btn {
    background: #ff8623;
}
    
@media screen and (max-width:1024px) {
    /* サイドメニューあり枠 */
    #side-in-out {
        display: block;
    }
    
    #side-main {
        width: 100%;
        margin-right: 0px;
    }
    
    #side-link-out {
        width: 100%;
    } 
}
    
@media screen and (max-width:1023px) {
    /* 見出し */
    .middle-title01 {
        font-size: 130%;
    }

    .second-page-big-title01 {
        font-size: 1.3em !important;
    }
}

@media screen and (max-width:1100px) {
    /* 部活動ページ */
    .club-page .second-page-back {
       background: url(../images/common/back-img-tb.jpg) no-repeat;
       background-size: cover;
       background-position: center top;
    }
    
    /* 体力づくり推進事業ページ */
    #page-40.second-page-back {
       background: url(../images/common/back-img-tb.jpg) no-repeat;
       background-size: cover;
       background-position: center top;
    }
}

@media screen and (max-width:1000px) {
    /* pdfダウンロード */
    .pdf-download .pdf-download-img {
        width: 20%;
        margin-right: 3%;
    }
    
    .pdf-download .pdf-down-load-text {
        width: 77%;
    }
}

@media screen and (max-width:900px) {   
    /* セカンドページ枠 */
    .second-page-inner {
        margin: 30px 20px 0px;
    }
}

@media screen and (max-width:767px) {
    /* 背景画像 */
    .second-page-back {
        background: url(../images/common/back-img-sp.jpg) no-repeat;
        background-size: cover;
        background-position: center top;
        padding-top: 20px;      
    }
    
    /* 見出し */
    .big-title02 {
        font-size: 1.1em;
        padding: 0.2em 0.2em;
    }
    
    /* 基本テキスト枠 */
    .second-page-text01 {
        margin: 20px 0px 40px 0px;
    }
    
    /* pdfダウンロード */
    .pdf-download .pdf-download-img {
        width: 40%;
        margin-right: 3%;
    }
    
    .pdf-download .pdf-down-load-text {
        width: 57%;
    }
}

@media screen and (max-width:600px) {
    /* 部活動ページ */
    .club-page .second-page-back {
       background: url(../images/common/back-img-sp-long.jpg) no-repeat;
       background-size: cover;
       background-position: center top;
    }
    
    /* 体力づくり推進事業ページ */
    #page-40.second-page-back {
       background: url(../images/common/back-img-sp-long.jpg) no-repeat;
       background-size: cover;
       background-position: center top;
    }
    
    /* テーブル */
    .no-frame-table01 th,.no-frame-table01 td {
        display: block;
        padding: 0px;
    }
    
    .no-frame-table01 th {
        padding-top: 10px;
    }
    
    /* pdfダウンロード */
    .pdf-download .pdf-download-img {
        width: 100% !important;
        margin-right: 0px;
        text-align: center;
    }
    
    .pdf-download .pdf-download-img img {
        max-width: 158px;
    }
    
    .pdf-download .pdf-down-load-text {
        width: 100% !important;
        margin-top: 10px;
    }
}

@media screen and (max-width:480px) {
    /* 見出し */
    .middle-title01 {
        font-size: 90%;
    }
    
    .second-page-big-title01 {
        font-size: 1.1em !important;
    }
    
    #second-video-title #second-page-big-title01-icon img {
        max-width: 30px;
    }
    
    #second-physical-test-title #second-page-big-title01-icon img {
        max-width: 24px;
    }
    
    #second-fullness-title #second-page-big-title01-icon img {
        max-width: 32px;
    }
    
    #second-improve-title #second-page-big-title01-icon img {
        max-width: 27px;
    }
    
    #second-club-title #second-page-big-title01-icon img {
        max-width: 28px;
    }
    
    #second-link-title #second-page-big-title01-icon img {
        max-width: 30px;
    }
    
    .page-link-table th {
        font-size: 110% !important;
    }
}


/*====================================================================
運動動画
====================================================================*/

/* ふりがな文字間隔調整 */
.video-page #titke-furigana {
    letter-spacing: 0.5em;
}

/* icheck.js上書き */
.form-section .icheckbox_square-red {
    margin-right: 5px;
}

/* ヘッダー　運動プログラムボタン */
#video-header-btn {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: right;
}

#video-header-btn a {
    color: black;
    font-weight: bold;
}

#video-header-btn a:hover {
    opacity: 0.7;
    text-decoration: none !important;
}

#video-header-btn .video-page-icon {
    color: #ff1414 !important;
}

/* 外枠 */
#video-search-out .searchBox {
    background: #fff0f3;
    padding: 40px;
    font-size: 120%;
}

/* フォーム関連 */
#video-search-out .form-section {
    margin: 20px 0px;
    border-bottom: 1px dashed #fd0c2f;
    padding-bottom: 20px;
}

.form-section.form-section-border-none { /* 下に線がいらない場合 */
    border-bottom: none !important;
}

.form-section.form-section-border-add { /* 上に線がいる場合 */
    border-top: 1px dashed #fd0c2f;
    margin-top: 0px !important;
    padding-top: 20px;
}

.form-section-select-pull-down {
    margin-bottom: 0px !important;
}

#video-search-out .form-title {
    display: inline-block;
    font-weight: bold;
    min-width: 180px;
}

#video-search-out .form-contetnts {
    display: inline-block;
}

#video-search-out .input-contents {
    margin-right: 18px;
}

/* ボタン */
.normal-btn01 {
    display: inline-block;
    border: none;
    padding: 15px 70px 15px 60px;
    font-size: 1em;
    letter-spacing: 0.1em;
    color: white;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    border-radius: 60px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: url(../images/common/arrow03.png) no-repeat center right 10px #ff1414;
    background-size: 31px auto;
}

.normal-btn01:hover{
    background-color: #ff3939; /*ボタン色*/
    opacity: 0.8;
}

/* プルダウン */
.pull-down01 select::-ms-expand {
	display: none;
}

.pull-down01 {
    font-size: 120%;
}

.pull-down01 select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    font-size: 80%;
	padding: 19px 65px 19px 10px;
	line-height: 1.1em;
	border-radius: 5px;
	border: 1px solid #969696;
	background-image: url(../images/common/select-arrow01.jpg);
    background-size: 60px auto;
	background-repeat: no-repeat;
	background-position: right center;
	background-color: white;
}

/* インプット テキスト部分　*/
input[type="text"] {
    border-radius: 5px;
    padding: 19px 10px;
    font-size: 90%;
    border: 1px solid #969696;
}

/* 各設定 */
#video-search-out .form-control3 {
    width: 50%;
}

#video-search-out #free_word {
    width: 70%;
}

/* 選択後現れる部分 */
#objective {
    margin-top: 0px !important;
}

.form-section #play,.form-section #exercise {
    margin-top: 20px;
}

.searchBox #sports_test {
    margin-top: 0px;
}

/* プルダウン 
.pull-down01 {
    display: block;
	overflow: hidden;
	width: 90%;
	margin: 2em auto;
	text-align: center;
}
.pull-down01 select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.pull-down01 select::-ms-expand {
    display: none;
}
.pull-down01.cp_sl03 {
	position: relative;
	border-radius: 2px;
	border: 2px solid #ff1414;
	background: #ffffff;
}
.pull-down01.cp_sl03::before {
	position: absolute;
	top: 0.8em;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #ff1414;
	pointer-events: none;
}
.pull-down01.cp_sl03 select {
	padding: 8px 38px 8px 8px;
	color: #ff1414;
}

*/

/* ボタン */
#search-btn-out {
    text-align: center;
}

/*** 検索結果 ***/
.video-resulut-contents-out {
    border: 1px solid #afafaf;
    margin-bottom: 40px;
}

/* 見出し */
.video-result-title {
    display: table;
    width: 100%;
    border-bottom: 1px solid #afafaf;
    font-family: 'M PLUS Rounded 1c', sans-serif,"Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    transform: rotate(0.03deg); /* シャギーを防ぐ指定 */
    font-weight: 700;
    font-size: 130%;
    color:black;
}

.video-result-title .title-text {
    display: table-cell;
    padding: 10px 20px;
    vertical-align: middle;
}

.qr-btn {
    display: table-cell;
    padding: 10px 40px 10px 20px;
    vertical-align: middle;
    width: 220px;
}

.level_1 .qr-btn {
    background: #ff9a0a;
}

.level_2 .qr-btn {
    background: #008cdc;
}

.level_3 .qr-btn {
    background: #fb0359;
}

.qr-btn input {
    border: 0px;
    max-width: 160px;
    position: relative;
    z-index: 2;
}

/* レベルごと設定 */
.level_1 .video-small-title {
    background: #ff9a0a;
}

.level_2 .video-small-title {
    background: #008cdc;
}

.level_3 .video-small-title {
    background: #fb0359;
}

/* 枠設定 */
.video-result-contents {
    margin: 20px;
}

.video-result-contents .vide-left-contents {
    float: left;
    width: 45%;
    margin-right: 3%;
}

.video-result-contents .vide-right-contents {
    float: left;
    width: 52%;
}

.video-detail-section {
    display: block;
    margin-bottom: 15px;
}
/* 詳細見出し＆テキスト */
.video-small-title {
    display: inline-block;
    font-weight: bold;
    color: white;
    padding: 7px 15px 5px;
    line-height: 1.2em;
    margin-right: 10px;
      /* 角丸 */
border-radius:50px;
-webkit-border-radius:50px;
-moz-border-radius:50px;
padding: 
}

.video-ugoki .video-detail-text {
    display: block;
    margin-top: 10px;
}

/* ビデオリンク関連 */
.video-link-out {
    margin-top: 10px;
}

/* ビデオ注意書き */
.video-result-cation {
    display: block;
    font-size: 90%;
    margin-bottom: 5px;
}

/* ボタン */
.video-youtube-btn,.video-download-btn,
.shido-point-youtube-download .video-download-btn
{
    display: inline-block;
    font-size: 90%;
    color: white !important;
    text-decoration: none !important;
    margin-bottom: 10px;
/* 角丸 */
border-radius:4px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
}

.video-youtube-btn {
    background: url(../images/common/btn-youtube-icon.png) no-repeat center left 10px #ff0000;
    background-size: 20px auto;
    padding: 6px 15px 6px 38px;
}

.video-youtube-btn:hover {
    text-decoration: none !important;
    opacity: 0.8;
}

.video-download-btn,
.shido-point-youtube-download .video-download-btn
{
    padding: 6px 15px 6px 35px;
}

.level_1 .video-download-btn {
    background: url(../images/common/btn-download-icon.png) no-repeat center left 10px #ffb21a;
    background-size: 19px auto;
}

.level_2 .video-download-btn,
.shido-point-youtube-download .video-download-btn
{
    background: url(../images/common/btn-download-icon.png) no-repeat center left 10px #07aedd;
    background-size: 19px auto;
}

.level_3 .video-download-btn {
    background: url(../images/common/btn-download-icon.png) no-repeat center left 10px #ff4e82;
    background-size: 19px auto;
}

.video-download-btn:hover {
    text-decoration: none !important;
    opacity: 0.8; 
}

/* 検索ワード */
#result-word-out {
    border: 1px solid #afafaf;
    padding: 20px;
    margin-bottom: 30px;
    font-size: 85%;
}

#result-word-out .result-word-title {
    display: inline-block;
    padding: 3px 12px;
    color: white;
    margin-right: 10px;
    background: #ff4343;
    /* 角丸 */
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
}

.result-word {
    display: inline-block;
    margin: 5px 15px 5px 0px;  
}

/* ページャー */
#pager-out {
    margin-top: 30px;
    font-size: 90%;
    font-weight: bold;
    text-align: center;
}

#pager-inner {
    display: inline-block;
}

#pager-out a {
    text-decoration: none !important;
}

#pager-out a:hover {
    opacity: 0.8;
}

#pager-out .pager-number {
    display: inline-block;
    float: left;
    color: #008cdc;
    padding: 6px 8px;
    min-width: 33px;
    text-align: center;
    margin: 3px 6px 3px 0px;
    letter-spacing: 0em;
    border: 1px solid #008cdc;
    /* 角丸 */
    border-radius:8px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
}

#pager-out .active {
    color: white;
    background: #008cdc;
}

#pager-btn {
    margin-top: 30px;
    text-align: center;
}

#pager-btn #back-page {
    display: inline-block;
    margin: 0px 10px;
}

#back-page a {
    color: white;
    padding: 10px 20px 10px 45px;
    /* 角丸 */
    border-radius:50px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
}

#pager-btn #back-page a {
    background:url(../images/common/arrow01.png) no-repeat center left 10px #008cdc;
    background-size: 20px auto;    
}

#pager-btn #back-top a {
    color: #6d6d6d;
    border: 1px solid #6d6d6d;
    padding: 10px 20px;
    /* 角丸 */
    border-radius:50px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
}

#pager-btn #back-top {
    display: inline-block;
}

#pager-btn a:hover {
    opacity: 0.7;
    text-decoration: none !important;
}

/*
#pager-out #next-page {
    display: inline-block;
}

#pager-out #next-page a {
    color: white;
    padding: 10px 45px 10px 20px;
    background: #008cdc;
    background:url(../images/common/arrow03.png) no-repeat center right 10px #008cdc;
    background-size: 20px auto;
    border-radius:50px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
}
*/

/* ページャードット */
.dots {
    float: left;
    margin-top: 10px;
}

.left-dots {
    margin-right: 5px;
}

.right-dots {
    margin-right: 5px;
}

/* 運動動画検索結果ページのみ非表示 */
#page-16 #second-top-back-btn {
    display: none;
}

/* 動画検索結果ページにテキスト追加 */
.video-page #pager-btn:after {
  position: absolute;
  right: 60px;
  bottom: 30px;
  content: url(/images/video/qr-copyright.png);
}

/*** 運動プログラム一覧表から探す ***/

/* 表 */
#video-list-table {
    margin-top: 0px;
}

#video-list-table table th {
    background: #ff6468;
}

#video-list-table th,#video-list-table td {
    word-wrap: break-word;
    line-height: 1.4em;
}

#video-list-table .level1_color  {
    background: #ffb142;
}

#video-list-table .level2_color  {
    background: #3aa6e4;
}

#video-list-table .level3_color  {
    background: #fc3c7f;
}

#video-list-table .light-color {
    background: #ff9199;
}

#video-list-table table th {
    border-bottom: 1px solid #ffc1c3;
    border-left: 1px solid #ffc1c3;   
}

#video-list-table table td {
    border-bottom: 1px solid #ffc1c3;
    border-left: 1px solid #ffc1c3;   
}

#video-list-table table {
    border: 1px solid #ffc1c3;
    border-bottom: none;
    border-left: none;
}

@media screen and (max-width:1024px) {
    /* 動画見出し */
    .video-result-title {
        font-size: 110%;
    }
    
    #result-word-out {
        padding: 10px 20px;
    }
    
    .result-word {
        display: block;
        margin: 10px 5px 10px 0px; 
    }
}

@media screen and (max-width:900px) {
    #video-search-out .form-title {
        display: block;
        margin-bottom: 10px;
    }

    /* 動画検索結果ページにテキスト追加 */
    .video-page #pager-btn:after {
      right: 20px;
    }
}

@media screen and (max-width:767px) {
    /* 検索枠 */
    #video-search-out .searchBox {
        padding: 10px 20px 40px;
        font-size: 100%;
    }    
    
    /* フォーム */
    #video-search-out .form-control3 {
        width: 100%;
    }
    
    #video-search-out #free_word {
        width: 100%;
    }
    
    .pull-down01 select {
        padding: 15px 65px 15px 10px;
        background-image: url(../images/common/select-arrow01.jpg);
        background-size: 45px auto;
        background-repeat: no-repeat;
        background-position: right center;
        background-color: white;
    }

    input[type="text"] {
        padding: 15px 10px;
    }
    
    /* 動画見出し */
    .video-result-title {
        font-size: 90%;
    }
    
    /* 動画 */
    #video-header-btn {
        font-size: 70%;
    }
    
    .video-result-contents .vide-left-contents {
        float: none;
        width: 100%;
        margin-right: 0px;
    }
    
    .video-result-contents .vide-right-contents {
        float: none;
        width: 100%;
    }
    
    .video-link-out {
        margin-bottom: 20px;
    }
    
    .video-detail-section {
        text-align: center;
    }
    
    .video-small-title {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
    }
    
    /* QR */
    .qr-btn {
        padding: 10px 20px 10px 20px;
        width: 100px;
    }

    .qr-btn input {
        max-width: 100px;
    }
    
    /* ボタン */
    #pager-btn #back-page {
        display: block;
    }
    
    #pager-btn #back-top {
        margin-top: 40px;
    }
    
    /* 動画一覧テーブル */
    #video-list-table th,#video-list-table td {
        padding: 3px 5px;
        line-height: 2em;
    }
    
    #video-list-table {
        font-size: 40%;
    }
}

@media screen and (max-width:600px) {
    /* フォーム */
    #video-search-out .form-control3 {
        width: 100%;
    }
    
    #video-search-out .input-contents {
        display: block;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:500px) {
    /* 検索結果ワード部分 */
    .result-word {
        text-align: center;
    }
    
    #result-word-out .result-word-title {
        display: block;
        padding: 3px 10px;
        margin-right: 0px;
        margin-bottom: 10px;
        text-align: center;
    }
    
    #zenken-out {
        text-align: center;
        display: inherit;
    }
    
    #zenken-out .result-word {
        display: inline-block !important;
    }
    
    #zenken-out .result-word-title {
        margin: 0px;
    }
    
    /* 動画見出し */
    .video-result-title {
        font-size: 110%;
    }
    
    #result-word-out {
        padding: 10px 20px;
    }
    
    .result-word {
        display: block;
        margin: 10px 5px 10px 0px; 
    }
}

@media screen and (max-width:480px) {
    /* 動画見出し */
    .video-result-title .title-text {
        padding: 10px;
        line-height: 1.2em;
    }    
    
    /* QR */
    .qr-btn {
        padding: 5px 10px 5px 10px;
        width: 60px;
    }

    .qr-btn input {
        max-width: 80px;
    }

    /* 動画検索結果ページにテキスト追加 */
    .video-page #pager-btn:after {
      content: url(/images/video/qr-copyright-sp.png);
    }
}

/*====================================================================
体力向上に向けて
====================================================================*/

/* 個別テーブル設定 */
#improve-event-table tr th:nth-of-type(3) {
    width: 30%;
}

#improve-event-detail {
    margin-top: 20px;
}

#improve-event-detail li {
    padding-left:2em;
    text-indent:-2em;
    margin-bottom: 5px;
}

/*** 体力づくり優良校顕彰式について　***/
.yuryoko-table th {
    color: #0046b8;
    padding-top: 1em;
    vertical-align: top;
}

.yuryoko-table td {
    padding-left: 1.5em;
    padding-right: 0px;
    text-align: left;
    vertical-align: top;
    font-size: 90%;
}

@media screen and (max-width: 600px) {
    .yuryoko-table th,
    .yuryoko-table td {
        display: block;
    }
}

/*====================================================================
学校体育充実
====================================================================*/

/* 水色テキスト */
.lightblue-text {
    color: #01b3ea;
}

.youshiki-indent {
    display: block;
    padding-left: 4em;
}

/* テーブルとリンク設定など */
.page-link-table-out {
    margin-bottom: 30px;
}

.page-link-table {
    width: 100%;
    border: 1px solid #afafaf;
}

.page-link-table th {
    font-family: 'M PLUS Rounded 1c', sans-serif,"Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
transform: rotate(0.03deg); /* シャギーを防ぐ指定 */
    text-align: center;
    font-size: 150%;
    padding: 18px 20px 10px;
}

.page-link-table .td-page-link {
    padding: 30px;
}

.td-ul-link li {
    margin-top: 20px;
    padding-left:1.6em;
    text-align: left;
}

.td-ul-link > *:first-child {
    margin-top: 0px;
}

/* 各ページ設定 */
/* 学校体育充実 */
.fullness-page .page-link-table th {
    background: #e5f7fd;
}

.fullness-page .td-ul-link li {
    background: url(../images/common/arrow06-blue.png) no-repeat top 3px left;
    background-size: 21px auto;
}

/* 体力向上に向けて */
.improve-page .page-link-table th {
    background: #ebf9ec;
}

.improve-page .td-ul-link li {
    background: url(../images/common/arrow06-lgreen.png) no-repeat top 3px left;
    background-size: 21px auto;
}

/*** 研修の紹介 ***/
#shidou-point-title {
    margin-top: 60px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 120%;
}

.shido-point-btn {
    margin-bottom: 80px;
}

#shido-point-btn-sp {
    display: none;
}

#shido-point-btn-sp a {
    font-size: 75%;
}

/* 動画リスト */
#shido-point-movie-list { 
    list-style-type: none;
    padding-left: 0px;
}

#shido-point-movie-list li {
    float: left;
    width: 32%;
    margin-bottom: 2%;
    /* box-shadow: 0px 3px 22px -7px #777777; */
    padding: 10px 10px 5px 10px;
    border: 1px solid #01b3ea;
}

#shido-point-movie-list li h5 {
    color: #03a0ff;
    text-align: center;
    font-size: 140%;
    line-height: 1.2em;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

#shido-point-movie-list li .video-result-cation {
    font-size: 70%;
}

#shido-point-movie-list > *:first-child,
#shido-point-movie-list > *:first-child+*,
#shido-point-movie-list > *:first-child+*+*+*,
#shido-point-movie-list > *:first-child+*+*+*+*,
#shido-point-movie-list > *:first-child+*+*+*+*+*+*,
#shido-point-movie-list > *:first-child+*+*+*+*+*+*+*
{
    margin-right: 2%;
}

#shido-point-movie-list .video-result-cation {
    text-align: center;
}

.shido-point-youtube-download p  {
    text-align: center;
}

#shido-point-movie-list .video-download-btn,
#shido-point-movie-list .video-youtube-btn {
    font-size: 80%;
}

#shido-point-movie-list .video-youtube-btn {
    min-width: 204px;
}

/*
#shido-point-movie-list > *:first-child,
#shido-point-movie-list > *:first-child+*+*,
#shido-point-movie-list > *:first-child+*+*+*+*,
#shido-point-movie-list > *:first-child+*+*+*+*+*+*,
#shido-point-movie-list > *:first-child+*+*+*+*+*+*+*+*
{
    margin-right: 2%;
}
*/

@media screen and (max-width:767px) {
    .youshiki-indent {
        padding-left: 2em;
    }
    
    .page-link-table th {
        padding: 18px 5px 10px;
    }
    
    #shido-point-movie-list li {
            width: 100%;
    }
    
    #shido-point-movie-list li {
        margin-right: 0px;
        margin-bottom: 20px;
    }
    
    #shido-point-btn-pctb {
        display: none;
    }
    
    #shido-point-btn-sp {
        display: block;
    }
}



/*====================================================================
新体力テスト
====================================================================*/

/* 新体力テスト */
/* 枠 */
#tairyoku-test-left-con,#tairyoku-test-right-con {
    float: left;
    width: 48.5%;
}

#tairyoku-test-left-con {
    margin-right: 3%;
}

/* 一時追加 */
#tairyoku-test-left-con .test-link-inner {
    min-height: 763px;
}

#tairyoku-test-left-con #manual-link-list-out {
    margin-top: 30px;
}

@media screen and (max-width: 850px) {
    #tairyoku-test-left-con .test-link-inner {
        min-height: 820px;
    }
    
    #tairyoku-test-left-con #manual-link-list-out {
        margin-top: 15px;
    }
}

@media screen and (max-width: 767px) {
    #tairyoku-test-left-con .test-link-inner {
        min-height: auto;
    }
}

/* 背景縞々など */

#manual-link.test-link-out {
    padding: 10px;
    background-image: linear-gradient(-45deg,
      #fff 25%, #ccf0e2 25%, #ccf0e2 50%, #fff 50%, #fff 75%,#ccf0e2 75%, #ccf0e2
    );
    background-size: 4px 4px;
}

#system-link.test-link-out {
    padding: 10px;
    background-image: linear-gradient(-45deg,
      #fff 25%, #ffd3eb 25%, #ffd3eb 50%, #fff 50%, #fff 75%,#ffd3eb 75%, #ffd3eb
    );
    background-size: 4px 4px;
}

#system-link.test-link-out {
    padding: 10px;
    background-image: linear-gradient(-45deg,
      #fff 25%, #ffd3eb 25%, #ffd3eb 50%, #fff 50%, #fff 75%,#ffd3eb 75%, #ffd3eb
    );
    background-size: 4px 4px;
}

/* 担当教員研修 */
#teacher-link.test-link-out {
    padding: 10px;
    background-image: linear-gradient(-45deg,
      #fff 25%, #d3fdff 25%, #d3fdff 50%, #fff 50%, #fff 75%,#d3fdff 75%, #d3fdff
    );
    background-size: 4px 4px;
}

/*
#manual-link {
    margin-right: 3%;
}

.test-link-out {
    width: 48.5%;
    float: left;
}
*/

.test-link-inner {
    background-color: rgba(255,255,255,0.85);
    padding: 40px 20px 10px;
}

#system-logo {
    text-align: center;
}

#system-logo img {
    max-width: 531px;
}

.test-link-out #test-text {
    text-align: center;
    margin-top: 35px;
}

.test-link-out #test-text span {
    display: inline-block;
    text-align: left;
}

/* 見出し */
#physical-test-title {
    text-align: center;
    font-size: 170%;
}

#physical-test-title h3 {
    display: inline-block;
    line-height: 1.2em;
    font-weight: bold;
    font-family: 'M PLUS Rounded 1c', sans-serif,"Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        transform: rotate(0.03deg); /* シャギーを防ぐ指定 */
}

#physical-test-title i {
    margin-right: 10px;
}

#system-link #physical-test-title h3 {
    color: #ff229d;
}

#system-link #physical-test-title h3 {
    color: #ff229d;
}

#manual-link #physical-test-title h3 {
    color: #01b370;
}

#system-link .test-link-inner {
    padding-top: 70px;
}

#manual-link-list-out {
    text-align: center;
    margin-top: 15px;
}

#manual-link .test-link-inner {
    padding: 20px 20px 10px;
}

/*
#manual-link-list {
    display: inline-block;
}
*/
/*
#manual-link-list a {
    color: black !important;
}
*/

#manual-link-list .main-pdf {
    font-weight: bold;
    background: #01b370;
    border: 1px solid #b5b5b5;
    border-bottom: none;
    padding: 4px 5px;
    font-size: 90%;
}

#manual-link-list .main-pdf span {
    font-size: 80%;
}

#manual-link-list .main-pdf a {
    color: white !important;
}

#manual-link-list .main-pdf i {
    margin-right: 10px;
}

#manual-link-list ol {
    border: 1px solid #b5b5b5;
    margin-left: 0px;
    padding: 10px 20px;
}

#manual-link-list ol li {
    /*
    float: left;
    */
    text-align: left;
    margin-right: 20px;
    margin-bottom: 3px;
    font-size: 90%;
}

.main-pdf i {
    color: white;
}

/* 担当教員研修 */
#teacher-link {
    margin-top: 20px;
}

#teacher-link #physical-test-title h3 {
    color: #33b0ed;
}

.test-link-out .only-file {
    margin-top: 20px;
    margin-bottom: 20px;
}

.test-link-out .only-file ol {
    list-style-type: none;
    margin-left: 0px;
}

.test-link-out .only-file ol li {
	font-size: 90%;
}

/* ボタン */
#test-link-btn {
    margin-top: 30px;
    text-align: center;
}

#teacher-login-link {
    display: block;
    background: url(../images/common/arrow03.png) no-repeat center right 10px #ff6a1a;
    background-size: 30px auto;
    padding-right: 55px;
    padding-left: 35px;
    line-height: 1.3em;
    cursor: pointer;
}

#teacher-login-link:hover {
    text-decoration: none !important;
}

#school-board-link {
    display: block;
    background: url(../images/common/arrow03.png) no-repeat center right 10px #37cc1d;
    background-size: 30px auto;
    margin-top: 20px;
    padding-right: 55px;
    padding-left: 35px;
    line-height: 1.3em;
    cursor: pointer;
}

#school-board-link:hover {
    text-decoration: none !important;
}

#physical-test-ban-out {
    margin-top: 40px;
    margin-bottom: 60px;
}

#physical-test-ban-out img {
    border: 1px solid #5b78e5;
}

body.blue-back #physical-test-ban-out img {
    border: 1px solid white;
}


body.black-back #physical-test-ban-out img {
    border: 1px solid white;
}


@media screen and (max-width:1000px) {
    /* 新体力テストボタン */
    #test-link-btn {
        margin: 35px auto 0px;
    }
    
    #teacher-login-link {
        display: block;
        font-size: 80%;
        padding-left: 18px;
        padding-right: 40px;
    }

    #school-board-link {
        display: block;
        font-size: 80%;
        margin-top: 20px;
        padding-left: 18px;
        padding-right: 40px;
    }        
}

@media screen and (max-width:767px) {
    #tairyoku-test-left-con,#tairyoku-test-right-con {
        float: none;
        width: 100%;
    }
    
    #tairyoku-test-left-con {
        margin-right: 0px;
    }
    
    #tairyoku-test-right-con { /* PC時の右側の要素配置変更 */
        display: flex;
        flex-direction:column;
    }
    
    #teacher-link {
        order: 1;
    }
    
    #system-link {
        order: 2;
    }    
    /*
    .test-link-out {
        width: 100%;
        float: none;
    }
    
    #manual-link {
        margin-right: 0px;
    }
    */
    
    #system-link {
        margin-top: 20px;
    }
    
    #system-link .test-link-inner {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    #teacher-login-link,#school-board-link {
        display: inline-block;
        width: 80%;
    }
}

@media screen and (max-width:600px) {
    /* 新体力テストボタン */
    #test-link-btn {
        width: 100%;
    }    
    
    /* 見出し */
    #physical-test-title {
        font-size: 120%;
    }
    
    #physical-test-title i {
        margin-right: 5px;
    }
    
    /* 新体力テストボタン */
    #teacher-login-link {
        text-align: left;
        background-size: 15px auto;
        padding-right: 28px;
        padding-left: 20px;
        line-height: 1.1em;
    }

    #school-board-link {
        text-align: left;
        background-size: 15px auto;
        padding-right: 28px;
        padding-left: 20px;
        line-height: 1.1em;
    }
    
    #test-link-btn {
        font-size: 90%;
    }
}

@media screen and (max-width:480px) {   
    #manual-link-list ol li {
        /*
        list-style-type: circle;
        */
        float: none;
        margin-right: 0px;
        text-align: left;
    }
    
    #teacher-login-link,#school-board-link {
        display: block;
        width: 100%;
    }
}


/*====================================================================
お知らせページ
====================================================================*/

/*** 新着一覧 ***/
#news-list-page #news-list {
    border-bottom: 1px solid #afafaf;
    margin-bottom: 30px;
}    
    
#news-list-page #news-list li {
    border-top: 1px solid #afafaf;
    /* 角丸 */
    border-radius:0px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
}
    
#news-list-page #news-list li {
    margin-bottom: 0px;
    padding-left: 20px;
}
    
#news-page-btn {
    text-align: center;
    margin-bottom: 20px;
}
    
#news-page-btn #back-page {
    display: inline-block;
}
    
#news-page-btn #back-page a {
    background:url(../images/common/arrow01.png) no-repeat center left 10px #157edc;
    background-size: 20px auto;
    /* フォント */
    font-family: 'M PLUS Rounded 1c', sans-serif,"Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        transform: rotate(
    0.03deg);
}
    
#news-page-btn #back-page a:hover {
   text-decoration: none !important;
   opacity: 0.8;
}
    
#news-page-btn .basic-btn01 {
    display: inline-block;
    font-size: 1em;
    margin-top: 0px;
}
    
#news-page-btn .basic-btn01 a {
    background: url(../images/common/arrow03.png) no-repeat center right 10px #3c3cbb;
    background-size: 20px auto;
}

/*** 新着詳細ページ　***/
#news-detail-page #news-page-btn {
    margin-top: 60px;
    margin-bottom: 60px;
}

#news-page-btn #back-top a {
    color: #6d6d6d;
    border: 1px solid #6d6d6d;
    padding: 10px 30px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}

#news-page-btn #back-top a:hover {
    text-decoration: none !important;
    opacity: 0.8;
}

#news-detail-page .second-page-big-title01 {
    font-size: 1.3em !important;
}

/* 日付関連 */
#pankuzu-inner {
    padding-bottom: 10px;
}

#kiji-date {
    float: right;
    font-size: 95%;
    margin-left: 10px;
}

@media screen and (max-width: 1023px) {
    #news-detail-page .second-page-big-title01 {
        font-size: 1.1em !important;
    }    
}

@media screen and (max-width:767px) {
    #news-list-page #news-list li {
        padding-left: 10px;
    }    
    
    #news-page-btn {
        margin-top: 24px;
    }
    
    #news-page-btn span {
        display: block !important;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    #news-page-btn #back-page {
        margin-bottom: 0px;
    }
    
    #news-page-btn .basic-btn01 {
        margin-top: 0px;
    }
}

@media screen and (max-width:600px) {
    /* 日付 */
    #kiji-date {
        display: block;
        float: none;
        margin-top: 10px;
        margin-left: 0px;
    }    
}

@media screen and (max-width: 480px) {
    #news-detail-page .second-page-big-title01 {
        font-size: 0.9em !important;
    }
}

/*====================================================================
フッター
====================================================================*/

#footer-road {
    position: relative;
    display: block;
    width: 100%;
    height: 110px;
    position: relative;
    background: #e2e581;
}

#footer-bush {
    position: relative;
    top: -50px;  
    display: block;
    width: 100%;
    height: 94px;
    background: url(../images/common/footer-buth.png);
}

#footer-ground {
    background: url(../images/common/footer-ground.jpg);
    text-align: center;
}

#footer-link {
    display: inline-block;
    padding: 15px 0px;
}

#footer-link  > *:first-child {
    margin-left: 0px;
}

#footer-link li {
    float: left;
    margin-left: 55px;
}

#footer-link li a {
    color: white;
    text-decoration: none;
}

#footer-link li a:hover {
    text-decoration: underline;
}

#footer-link li img {
    max-width: 9px;
    margin-right: 10px;
    margin-bottom: 8px;
}

#footer-copyright {
    color: white;
    font-size: 70%;
    padding: 10px 5px;
    border-top: 1px solid white;
}

/* フッターイラスト */
#footer-illust01 {
    top: -55px;
    left: 15vw;
    position: absolute;
    max-width: 260px;
    z-index: 3;
}

#footer-illust02 {
    top: -110px;
    right: 9vw;
    position: absolute;
    max-width: 306px;
    z-index: 3;
}

@media screen and (max-width:1024px) { 
     /* フッターイラスト */
    #footer-illust01 {
        max-width: 22vw;
        top: -20px;
        left: 5vw;
    }

    #footer-illust02 {
        max-width: 26vw;
        top: -70px;
        right: 5vw;
    }      
}

@media screen and (max-width:767px) { 
     /* フッターイラスト */
    #footer-illust01 {
        max-width: 30vw;
        top: -20px;
        left: 5vw;
    }

    #footer-illust02 {
        max-width: 35vw;
        top: -56px;
        right: 1.5vw;
    }
    
    /* フッターリンク */
    #footer-link li {
        float: none;
        margin-left: 0px;
        text-align: left;
    }
}

@media screen and (max-width:480px) { 
     /* フッターイラスト */
    #footer-illust01 {
        max-width: 33vw;
        top: 20px;
    }

    #footer-illust02 {
        max-width: 40vw;
        top: -5px;
    }        
}

/*====================================================================
レスポンシブ設定
====================================================================*/

@media screen and (max-width:1250px) {    
    /* 共通 */
    .inner-width {
        margin-left: 20px;
        margin-right: 20px;
    }
    
    /* ヘッダー */
    #header-out {
        margin-left: 0px;
        margin-right: 0px;
    }
    
    #add-header-inner {
        padding: 10px 20px;
    }
    
    /* セカンドページナビ */
    #second-nav-out {
        font-size: 85%;
    }
}

@media screen and (max-width:1199px) { 
    #second-nav-out {
        display: none;
    }
}

@media screen and (max-width:1100px) {
    #header-out {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    
    #add-header-inner {
        padding: 0px 20px;
    }
}

/*====================================================================
サイトマップ
====================================================================*/

.sitemap-contents {
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-top: 30px;
}
    
#sitemap-contents-out > *:first-child+*,
#sitemap-contents-out > *:first-child+*+*+*,
#sitemap-contents-out > *:first-child+*+*+*+*+*,
#sitemap-contents-out > *:first-child+*+*+*+*+*+*+*
{
    margin-right: 0px;
}
    
.sitemap .sitemap-contents dt {
background-image: radial-gradient( circle at 2px center, #ffaa65, #ffaa65 2px, transparent 2px, transparent 100% );
background-position: center bottom;
background-repeat: repeat-x;
background-size: 8px 6px;

font-size: 110%;
font-weight: bold;
padding-bottom: 5px;
text-align: center;
}
    
.sitemap .sitemap-contents dd {
    margin-top: 10px;
    padding-left: 1em;
}
   
.sitemap .sitemap-contents dd a {
    display: inline-block;
    padding-left:1em;
	text-indent:-1em;    
}
    
.sitemap i {
    color: #ff8623;
}
    
@media screen and (max-width:767px) {
    .sitemap-contents {
        float: none;
        width: 100%;
        margin-right: 0px;
    } 
}

/*====================================================================
つながるページ
====================================================================*/
/*** バナー貼り付け ***/
#link-ban-list-out {
    display: table;
    width: 100%;
    margin-top: 20px;
}
    
#link-ban-list-out > *:first-child {
    border-left: 1px dashed #ffbd53;
}
    
#link-ban-list-out li {
    display: table-cell;
    border-right: 1px dashed #ffbd53;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
}
    
.sample-ban-out {
    margin-top: 10px;  
}
    
#link-ban-list-out li h4 {
    font-weight: bold;
    margin-bottom: 10px;
}
    
.sample-ban-out textarea {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  padding: 8px;
}

#textarea01 {
  height: 7rem;
  max-width: 300px;
}
    
#textarea02 {
  height: 7rem;
  max-width: 300px;
}
    
#textarea03 {
  height: 5rem;
  max-width: 468px;
}
    
#ban300-sample {
    max-width: 300px;
}
    
#ban100-sample {
    max-width: 300px;
}
 
#ban468-sample {
    max-width: 468px;
}
    
#sample-ban-out100 {
    padding-bottom: 20px;
}
    
#sample-ban-out468 {
    border-top: 1px dashed #ffbd53;
    padding-top: 20px;
}
    
/* その他 */
#sample-source-text {
    margin-top: 1em;
    text-align: center;
    font-weight: bold;
}

#sample-source-text span {
    margin-top: 1em;
    display: inline-block;
    text-align: left;
}
    
/* ボタン */
.copy-button {
  appearance: none;
  border: 0;
  border-radius: 5px;
  background: #ff5f0a;
  color: #fff;
  padding: 8px 16px;
  font-size: 16px;
  margin-top: 10px;
} 
    
.copy-button:hover {
    cursor: pointer;
}
    

/*** 関連サイトリンクバナー　***/   
.link-page .big-title02 {
    background-color: #ffa10a;
    box-shadow: 0px 0px 0px 3px #ffa10a;
}

#tsunagaru-ban-out {
    margin-top: 40px;
    margin-bottom: 120px;
}    
    
#tsunagaru-ban-out .link-ban {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
}

#tsunagaru-ban-out .link-ban img {
    max-width: 302px;
}

@media screen and (max-width:767px) {
    #tsunagaru-ban-out {
        margin-bottom: 60px;
    }

    #tsunagaru-ban-out .link-ban {
        display: block;
        text-align: center;
        margin-right: 0px;
    }

    #tsunagaru-ban-out .link-ban img {
        width: 100%;
    }
}
    
@media screen and (max-width:650px) {
    #link-ban-list-out {
        display: block;
    }
    
    #link-ban-list-out li {
        display: block;
        border: none !important;
        padding-right: 0px;
        padding-left: 0px;
    }
    
    .sample-ban-out {
        border-top: 1px dashed #ffbd53;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    #link-ban-list-out > *:first-child .sample-ban-out {
        border-top: none;
    }
}

/*====================================================================
お問い合わせ
====================================================================*/

#contact-page-inner {
    max-width: 800px;
    margin: 0px auto;
}


/*====================================================================
部活動
====================================================================*/

/* ふりがなの文字間を広げる */
.club-page #titke-furigana {
    letter-spacing: 0.65em;
}


/*====================================================================
新体力テストの結果をグラフにしてみよう！
====================================================================*/

#graph-btn-out {
    margin-top: 20px;
    margin-bottom: 40px;
}

#graph-btn-out a {
    display: block;
    float: left;
    width: 30%;
    margin-right: 5%;
}

#graph-btn-out a:hover {
    opacity: 0.8;
}

#graph-btn-out span {
    display: block;
    color: black;
    margin-top: 10px;
}

#graph-btn-out > *:first-child+*+* {
    margin-right: 0px;
}

#graph-text {
    margin-top: 40px;
}

/* グラフシステム入力ページ修正 */
/* 小学校用 */
.primary-school-page .big-title02 {
    background: #157edc !important;
    box-shadow: 0px 0px 0px 3px #157edc !important;
}

.primary-school-page .formWrap {
    background-color: #e7f2fb;
}

.primary-school-page .normal-btn01 {
    background: url(../images/common/arrow03.png) no-repeat center right 10px #157edc;
    background-size: 31px auto;
}

.primary-school-page #second-top-back-btn {
    background: #157edc !important;
}

/* 中学校用 */
.junior-high-school-page .second-page-big-title01 {
    background: #ffa10a !important;
}

.junior-high-school-page #second-page-big-title01-line {
    background: repeating-linear-gradient(-45deg, #ffd490, #ffd490 5px, #ffffff 5px, #ffffff 10px) !important;
}

.junior-high-school-page .big-title02 {
    background: #ffa10a !important;
    box-shadow: 0px 0px 0px 3px #ffa10a !important;
}

.junior-high-school-page .formWrap {
    background-color: #fff5e6;
}

.junior-high-school-page .normal-btn01 {
    background: url(../images/common/arrow03.png) no-repeat center right 10px #ffa10a;
    background-size: 31px auto;
}

.junior-high-school-page #second-top-back-btn {
    background: #ffa10a !important;
}

/* 高校用 */
.high-school-page .second-page-big-title01 {
    background: #ff5a00 !important;
}

.high-school-page #second-page-big-title01-line {
    background: repeating-linear-gradient(-45deg, #ffac7f, #ffac7f 5px, #ffffff 5px, #ffffff 10px);
}

.high-school-page .formWrap {
    background-color: #ffeee5;
}

.high-school-page .normal-btn01 {
    background: url(../images/common/arrow03.png) no-repeat center right 10px #ff5a00;
    background-size: 31px auto;
}

.high-school-page #second-top-back-btn {
    background: #ff5a00 !important;
}

@media screen and (min-width: 575px) {
    /* グラフシステム入力ページ修正 */
    /* 小学校用 */
   .primary-school-page table th,.primary-school-page table td {
        border-bottom: 1px dashed #157edc;
    }
    
    /* 中学校用 */
    .junior-high-school-page table th,.junior-high-school-page table td {
        border-bottom: 1px dashed #ffa10a;
    }
    
    /* 高校用 */
    .high-school-page table th,.high-school-page table td {
        border-bottom: 1px dashed #ff5a00;
    }   
}

@media screen and (max-width:575px) {
    /* グラフシステム入力ページ修正 */
    /* 小学校用 */
   .primary-school-page table td {
        border-bottom: 1px dashed #157edc;
    }
    
    .primary-school-page table th {
        border-top: none;
        border-bottom: none;
        padding-top: 20px;
    }
    
    /* 中学校用 */
   .junior-high-school-page table td {
        border-bottom: 1px dashed #ffa10a;
    }
    
    .junior-high-school-page table th {
        border-top: none;
        border-bottom: none;
        padding-top: 20px;
    }
    
    /* 高校用 */
   .high-school-page table td {
        border-bottom: 1px dashed #ff5a00;
    }
    
    .high-school-page table th {
        border-top: none;
        border-bottom: none;
        padding-top: 20px;
    }
}
    
@media screen and (max-width:767px) {
    #graph-btn-out a {
        width: 32%;
        margin-right: 2%;
    }
    
    #graph-btn-out > *:first-child+*+* {
        margin-right: 0px;
    }
}

@media screen and (max-width:500px) {
    #graph-btn-out a {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }    
}

/*====================================================================
このサイトについて
====================================================================*/

#site-about-text {
    text-align: center;
}

#site-about-text span {
    display: inline-block;
    text-align: left;
}

/* 囲み枠 */
.about-contact-waku {
  text-align: center;
  margin-top: 40px !important;
}

.about-contact-waku p {
  position: relative;
  z-index: 3;
  display: inline-block;
  margin: 0;
  padding: 30px 60px;
  background: #f3fbfd;
  /* テキスト改行 */
  overflow-wrap: break-word;
  word-break: break-word;
  word-break: break-all;
}

.about-contact-waku div
{
  display: inline-block;
  position: relative;
  background: rgba(255, 255, 255, 1);
}

.about-contact-waku div::after
{
    position: absolute;
    top: -4px; bottom: -4px;
    left: -4px; right: -4px;
    background: repeating-linear-gradient(-45deg, #8adbed, #8adbed 3px, white 3px, white 6px);
    background-color: black;
    content: '';
    z-index: 1;
}

    
@media screen and (max-width:550px) {
    .about-contact-waku p {
      padding: 20px 30px;
    }    
}

@media screen and (max-width:360px) {
    .about-contact-waku p {
      padding: 20px;
    }    
}

/*====================================================================
フォントサイズ・背景色変更用CSS
====================================================================*/

/*** フォントサイズ変更用 ***/
body.font-small {
    font-size: 0.8rem !important;
}

body.font-large {
    font-size: 1.3rem !important;
}

body.font-large #header-contact-btn {
    font-size: 125%;
}

body.font-large #header-data-btn {
    font-size: 125%;
}


body.font-small .middle-title01 .more-link {
    padding: 12px 13px 20px 15px;
}

/* Firefoxのみ */
@-moz-document url-prefix() {  
    body.font-small .middle-title01 .more-link {
        padding: 3px 13px 25px 15px;
    }
}

/* TOPページ　*/
body.font-large #top-menu-out {
    position: relative;
    left: -40px;
    zoom: 1.15;
    width: 1300px;
}

body.font-small #top-menu-out {
    zoom: 0.9;
    position: relative;
    left: 80px;
}

body.font-large #top-menu-out a {
    margin-right: 5px;
    margin-bottom: 5px;
}

body.font-large .ribbon01 {
    font-size: 110% !important; 
}

body.font-small .ribbon01 {
    font-size: 100% !important; 
}

@-moz-document url-prefix() {  
  body.font-large #top-menu-out {
    transform-origin: 0 0;
    transform: scale(1.1);
  }
    
  body.font-small #top-menu-out {
    transform-origin: 0 0;
    transform: scale(0.9);
  }
}

body.font-large #top-pick-up-video .level-icon {
    margin-bottom: 5px;
}

/* セカンドページ */
body.font-large #manual-link .test-link-inner,
body.font-large #system-link .test-link-inner,
body.font-small #manual-link .test-link-inner,
body.font-small #system-link .test-link-inner
 {
     height: auto !important;
}

/* メニュー */
body.font-large #second-nav-out img {
    max-width: 20px;
    margin-right: 3px !important;
}

body.font-large #second-nav-out li {
    padding-left: 3px;
}

body.font-large #second-nav-out li a {
    padding: 5px 4px 3px 7px;
}

/*** 背景色変更 ***/
/* 共通 */
body.black-back .level_1 .video-waku,
body.black-back .level_2 .video-waku,
body.black-back .level_3 .video-waku {
    border: double 4px white;
}

body.blue-back .level_1 .video-waku,
body.blue-back .level_2 .video-waku,
body.blue-back .level_3 .video-waku {
    border: double 4px white;
}

body.black-back .basic-btn01.red a {
    background: url(../images/common/arrow03.png) no-repeat center right 10px #FFFF00;
    background-size: 20px auto;
    color: #000000 !important;
}

body.blue-back .basic-btn01.red a {
    background: url(../images/common/arrow03.png) no-repeat center right 10px #FFFF00;
    background-size: 20px auto !important;
    color: #0000FF !important;
}

/* TOPページメニュー　*/
/* 黒 */
body.black-back #top-menu-out #top-pc-video-btn {
    background: url(../images/top/top-menu-btn-black.png) no-repeat;
}

body.black-back #top-menu-out #top-pc-video-btn:hover {
    background: url(../images/top/top-menu-btn-black.png) no-repeat;
    background-position: 0px -185px;
}

body.black-back #top-menu-out #top-pc-physical-btn {
    background: url(../images/top/top-menu-btn-black.png) no-repeat;
    background-position: -185px 0px;
}

body.black-back #top-menu-out #top-pc-physical-btn:hover {
    background: url(../images/top/top-menu-btn-black.png) no-repeat;
    background-position: -185px -185px;
}

body.black-back #top-menu-out #top-pc-fullness-btn {
    background: url(../images/top/top-menu-btn-black.png) no-repeat;
    background-position: -370px 0px;
}

body.black-back #top-menu-out #top-pc-fullness-btn:hover {
    background: url(../images/top/top-menu-btn-black.png) no-repeat;
    background-position: -370px -185px;
}

body.black-back #top-menu-out #top-pc-improve-btn {
    background: url(../images/top/top-menu-btn-black.png) no-repeat;
    background-position: -555px 0px;
}

body.black-back #top-menu-out #top-pc-improve-btn:hover {
    background: url(../images/top/top-menu-btn-black.png) no-repeat;
    background-position: -555px -185px;
}

body.black-back #top-menu-out #top-pc-club-btn {
    background: url(../images/top/top-menu-btn-black.png) no-repeat;
    background-position: -740px 0px;
}

body.black-back #top-menu-out #top-pc-club-btn:hover {
    background: url(../images/top/top-menu-btn-black.png) no-repeat;
    background-position: -740px -185px;
}

body.black-back #top-menu-out #top-pc-link-btn {
    background: url(../images/top/top-menu-btn-black.png) no-repeat;
    background-position: -925px 0px;
    margin-right: 0px;
}

body.black-back #top-menu-out #top-pc-link-btn:hover {
    background: url(../images/top/top-menu-btn-black.png) no-repeat;
    background-position: -925px -185px;
}

/* 青 */
body.blue-back #top-menu-out #top-pc-video-btn {
    background: url(../images/top/top-menu-btn-blue.png) no-repeat;
}

body.blue-back #top-menu-out #top-pc-video-btn:hover {
    background: url(../images/top/top-menu-btn-blue.png) no-repeat;
    background-position: 0px -185px;
}

body.blue-back #top-menu-out #top-pc-physical-btn {
    background: url(../images/top/top-menu-btn-blue.png) no-repeat;
    background-position: -185px 0px;
}

body.blue-back #top-menu-out #top-pc-physical-btn:hover {
    background: url(../images/top/top-menu-btn-blue.png) no-repeat;
    background-position: -185px -185px;
}

body.blue-back #top-menu-out #top-pc-fullness-btn {
    background: url(../images/top/top-menu-btn-blue.png) no-repeat;
    background-position: -370px 0px;
}

body.blue-back #top-menu-out #top-pc-fullness-btn:hover {
    background: url(../images/top/top-menu-btn-blue.png) no-repeat;
    background-position: -370px -185px;
}

body.blue-back #top-menu-out #top-pc-improve-btn {
    background: url(../images/top/top-menu-btn-blue.png) no-repeat;
    background-position: -555px 0px;
}

body.blue-back #top-menu-out #top-pc-improve-btn:hover {
    background: url(../images/top/top-menu-btn-blue.png) no-repeat;
    background-position: -555px -185px;
}

body.blue-back #top-menu-out #top-pc-club-btn {
    background: url(../images/top/top-menu-btn-blue.png) no-repeat;
    background-position: -740px 0px;
}

body.blue-back #top-menu-out #top-pc-club-btn:hover {
    background: url(../images/top/top-menu-btn-blue.png) no-repeat;
    background-position: -740px -185px;
}

body.blue-back #top-menu-out #top-pc-link-btn {
    background: url(../images/top/top-menu-btn-blue.png) no-repeat;
    background-position: -925px 0px;
    margin-right: 0px;
}

body.blue-back #top-menu-out #top-pc-link-btn:hover {
    background: url(../images/top/top-menu-btn-blue.png) no-repeat;
    background-position: -925px -185px;
}

/* 黒 */
body.black-back #webpage-pankuzu-out {
    background: #000000 !important;
}

body.black-back #second-main-contents {
    background: #000000 !important;
    color: #FFFF00 !important;    
}

body.black-back .second-page-inner {
    background: #000000 !important;
    color: #FFFF00 !important;
}

body.black-back #video-search-out .searchBox {
    background: #000000 !important;
}

body.black-back #second-nav-out a {
    background: #000000 !important;
}

body.black-back a {
    color: #FFFF00 !important;
}

/* 新着 */
body.black-back #news-list li {
    background: #000000 !important;
    color: #FFFF00 !important;    
}

body.black-back #news-list li .date {
    background: #999999;
    color: #FFFF00 !important; 
}

/* TOP */
body.black-back .pick-up-video.level_1 .ribbon01,
body.black-back .pick-up-video.level_2 .ribbon01,
body.black-back .pick-up-video.level_3 .ribbon01 {
    background: #000000;
}

body.blue-back .pick-up-video.level_1 .ribbon01,
body.blue-back .pick-up-video.level_2 .ribbon01,
body.blue-back .pick-up-video.level_3 .ribbon01 {
    background: #0000FF;
}

body.black-back #top-pick-up-video .begginer-icon {
    background: #FFFF00;
    color: #000000;
}

body.black-back #top-pick-up-video .intermediate-icon {
    background: #FFFF00;
    color: #000000;
}

body.black-back #top-pick-up-video .challenge-icon {
    background: #FFFF00;
    color: #000000;
}

body.blue-back #top-pick-up-video .begginer-icon {
    background: #FFFF00;
    color: #0000FF;
}

body.blue-back #top-pick-up-video .intermediate-icon {
    background: #FFFF00;
    color: #0000FF;
}

body.blue-back #top-pick-up-video .challenge-icon {
    background: #FFFF00;
    color: #0000FF;
}

/* 新体力テスト */
body.black-back #manual-link #physical-test-title h3,
body.black-back #system-link #physical-test-title h3 {
	color: #FFFF00 !important;
}

body.blue-back #manual-link #physical-test-title h3,
body.blue-back #system-link #physical-test-title h3 {
	color: #FFFF00 !important;
}

body.black-back #manual-link-list .main-pdf {
    background:  #FFFF00 !important;
    border: 1px solid white;
    border-bottom: none;
}

body.black-back #manual-link-list .main-pdf a {
    color: black !important;
}

body.blue-back #manual-link-list .main-pdf {
    background:  #FFFF00 !important;
    border: 1px solid white;
    border-bottom: none;
}

body.blue-back #manual-link-list .main-pdf a {
    color: #0000FF !important;
}

/* 運動動画 */
body.black-back .icheckbox_square-red,
body.black-back .iradio_square-red,
body.blue-back .icheckbox_square-red,
body.blue-back .iradio_square-red
{
    background-image: url(original-yellow.png);
}

body.black-back .pull-down01 select {
	background-image: url(../images/common/select-arrow01-black.jpg);
    background-size: 60px auto;
	background-repeat: no-repeat;
	background-position: right center;
    background-color: #999999;
    color: #FFFF00;
    border: 1px solid #FFFF00;
}

body.blue-back .pull-down01 select {
	background-image: url(../images/common/select-arrow01-blue.jpg);
    background-size: 60px auto;
	background-repeat: no-repeat;
	background-position: right center;
    background-color: #0000AA;
    color: #FFFF00;
    border: 1px solid #FFFF00;
}

body.black-back #video-search-out .form-section,
body.blue-back #video-search-out .form-section
{
    border-bottom: 1px dashed #FFFF00;
}

body.black-back .form-section.form-section-border-add,
body.blue-back .form-section.form-section-border-add
{
    border-top: 1px dashed #FFFF00;
}

body.black-back .normal-btn01 {
    background: url(../images/common/arrow03.png) no-repeat center right 10px #FFFF00;
    color: #000000;
    background-size: 31px auto;
}

body.blue-back .normal-btn01 {
    background: url(../images/common/arrow03.png) no-repeat center right 10px #FFFF00;
    color: #0000FF;
    background-size: 31px auto;
}

body.black-back.mt-main-index .basic-btn01.red a {
   background: url(../images/common/arrow03.png) no-repeat center right 10px #000000;
   background-size: 20px auto;
   color: #FFFF00 !important;
}

body.black-back.mt-main-index .basic-btn01.blue a {
   background: url(../images/common/arrow03.png) no-repeat center right 10px #000000;
   background-size: 20px auto; 
}

body.blue-back.mt-main-index .basic-btn0background-image: radial-gradient( circle at 2px center, #ffaa65, #ffaa65 2px, transparent 2px, transparent 100% );1.red a {
   background: url(../images/common/arrow03.png) no-repeat center right 10px #0000AA;
   background-size: 20px auto;     
}

body.blue-back.mt-main-index .basic-btn01.blue a {
   background: url(../images/common/arrow03.png) no-repeat center right 10px #0000AA;
   background-size: 20px auto; 
}

/* お知らせページ */
body.black-back #news-list-page #news-list,
body.blue-back #news-list-page #news-list
{
   border-bottom: 1px solid white;
}

body.black-back #news-list-page #news-list li,
body.blue-back #news-list-page #news-list li
{
   border-top: 1px solid white;
}

body.black-back #news-page-btn #back-page a {
    background:url(../images/common/arrow01.png) no-repeat center left 10px #999999;
    background-size: 20px auto;
}

body.blue-back #news-page-btn #back-page a {
    background:url(../images/common/arrow01.png) no-repeat center left 10px #0000AA;
    background-size: 20px auto;
}

body.black-back #news-page-btn .basic-btn01 a {
    background: url(../images/common/arrow03.png) no-repeat center right 10px #FFFF00;
    background-size: 20px auto;
    color: #000000 !important;
}

body.blue-back #news-page-btn .basic-btn01 a {
    background: url(../images/common/arrow03.png) no-repeat center right 10px #FFFF00;
    background-size: 20px auto;
    color: #0000FF !important;    
}

/* 研修の紹介ページ */
body.black-back .shido-point-btn a {
   background: url(../images/common/arrow03.png) no-repeat center right 10px #FFFF00;
   background-size: 20px auto;
   color: #000000 !important;
}

body.blue-back .shido-point-btn a {
   background: url(../images/common/arrow03.png) no-repeat center right 10px #FFFF00;
   background-size: 20px auto; 
   color: #0000FF !important;
}

body.black-back #shido-point-movie-list li {
    border: 1px solid #FFFF00;
}

body.blue-back #shido-point-movie-list li {
    border: 1px solid #FFFF00;
}

body.black-back #shido-point-movie-list h5 {
    color: #FFFF00;
}

body.blue-back #shido-point-movie-list h5 {
    color: #FFFF00;
}

/* サイトマップ */
body.black-back .sitemap-contents dt,
body.blue-back .sitemap-contents dt
{
    background-image: radial-gradient( circle at 2px center, #FFFF00, #FFFF00 2px, transparent 2px, transparent 100% );
}

body.black-back.sitemap i,
body.blue-back.sitemap i
{
    color: #FFFF00;
}

@media screen and (max-width:767px) {   
    body.black-back .pull-down01 select {
        background-image: url(../images/common/select-arrow01-black.jpg);
        background-size: 45px auto;
        background-repeat: no-repeat;
        background-position: right center;
    }
    
    body.blue-back .pull-down01 select {
        background-image: url(../images/common/select-arrow01-blue.jpg);
        background-size: 45px auto;
        background-repeat: no-repeat;
        background-position: right center;
    }
}

/* 検索結果 */
body.black-back #result-word-out .result-word-title {
    background: #FFFF00;
    color: #000000;
}

body.blue-back #result-word-out .result-word-title {
    background: #FFFF00;
    color: #0000FF;
}

body.black-back .video-result-title
{
    background: #FFFF00;
}

body.blue-back .video-result-title
{
    background: #FFFF00;
    color: #0000FF;
}

body.black-back .level_1 .qr-btn,
body.black-back .level_2 .qr-btn,
body.black-back .level_3 .qr-btn
{
    background: #999999;
}

body.blue-back .level_1 .qr-btn,
body.blue-back .level_2 .qr-btn,
body.blue-back .level_3 .qr-btn
{
    background: #0000AA;
}

body.black-back .level_1 .video-small-title,
body.black-back .level_2 .video-small-title,
body.black-back .level_3 .video-small-title
{
    background: #FFFF00;
    color: #000000; 
}

body.blue-back .level_1 .video-small-title,
body.blue-back .level_2 .video-small-title,
body.blue-back .level_3 .video-small-title
{
    background: #FFFF00;
    color: #0000AA; 
}

body.black-back .video-youtube-btn {
    background: url(../images/common/btn-youtube-icon.png) no-repeat center left 10px #FFFF00;
    background-size: 20px auto;
    color: #000000 !important;
}

body.blue-back .video-youtube-btn {
    background: url(../images/common/btn-youtube-icon.png) no-repeat center left 10px #FFFF00;
    background-size: 20px auto;
    color: #0000AA !important;
}

body.black-back .level_1 .video-download-btn,
body.black-back .level_2 .video-download-btn,
body.black-back .level_3 .video-download-btn,
body.black-back .shido-point-youtube-download .video-download-btn /* 研修紹介ページ用 */
{
    background: url(../images/common/btn-download-icon.png) no-repeat center left 10px #999999;
    background-size: 19px auto;
    color: white !important;
}

body.blue-back .level_1 .video-download-btn,
body.blue-back .level_2 .video-download-btn,
body.blue-back .level_3 .video-download-btn,
body.blue-back .shido-point-youtube-download .video-download-btn /* 研修紹介ページ用 */
{
    background: url(../images/common/btn-download-icon.png) no-repeat center left 10px #0000AA;;
    background-size: 19px auto;
    color: white !important;
}

body.black-back #pager-out .pager-number,
body.blue-back #pager-out .pager-number
{
    border: 1px solid #FFFF00;
}

body.black-back #pager-out .active {
    background: #FFFF00;
    color: #000000 !important;
}

body.blue-back #pager-out .active {
    background: #FFFF00;
    color: #0000FF !important;
}

body.black-back #pager-btn #back-page a {
    color: #000000 !important;
    background: url(../images/common/arrow01.png) no-repeat center left 10px #FFFF00;
    background-size: 20px auto;
}

body.blue-back #pager-btn #back-page a {
    color: #0000FF !important;
    background: url(../images/common/arrow01.png) no-repeat center left 10px #FFFF00;
    background-size: 20px auto;
}

body.black-back #pager-btn #back-top a,
body.blue-back #pager-btn #back-top a
{
    border: 1px solid #FFFF00;
}

/* グラフにしてみようバナー */
body.blue-back #topgraph-ban-pc-blue {
    display: inline;
}
body.blue-back #topgraph-ban-pc {
    display: none;
}
body.black-back #topgraph-ban-pc-black {
    display: inline;
}
body.black-back #topgraph-ban-pc {
    display: none;
}
@media screen and (max-width:900px) {
    body.blue-back #topgraph-ban-tbsp-blue {
        display: inline;
    }
    body.blue-back #topgraph-ban-pc-blue {
        display: none;
    }
    body.blue-back #topgraph-ban-tbsp {
        display: none;
    }
    body.black-back #topgraph-ban-tbsp-black {
        display: inline;
    }
    body.black-back #topgraph-ban-pc-black {
        display: none;
    }
    body.black-back #topgraph-ban-tbsp {
        display: none;
    }
}

/* 細かい部分 */
body.black-back .middle-title01 {
    color: #FFFF00;
    background: #000000;
}

body.black-back .middle-title01 .more-link {
    background: #999999;
}

body.black-back .middle-title01 .more-link img {
    filter: brightness(0) invert(100%);
}

body.black-back .middle-title01-shippo {
    display: none;
}

/* ヘッダー */
body.black-back #header-logo {
    display: none;
}

body.black-back #header-logo-change-color {
    display: inline;
}

body.black-back header {
    background: #000000;
}

body.black-back #header-out {
    background: #000000;
}

body.black-back #header-contact-btn {
    background: #999999;
}

body.black-back #header-data-btn {
    background: #999999;
}

/* スマホメニュー */
body.black-back .menu-trigger span {
    background-color: #FFFF00;
}

body.black-back #menu-out {
    background: #999999;
}

body.black-back #test-tbsp-btn,
body.black-back #contact-tbsp-btn
{
    display: none;
}

body.black-back #test-tbsp-btn-black,
body.black-back #contact-tbsp-btn-black
{
    display: inline;
}

/* フッター */
body.black-back #footer-ground {
    background: #000000;
}

body.black-back #footer-copyright {
    color: #FFFF00;
}


/* 青 */
body.blue-back #webpage-pankuzu-out {
    background: #0000FF !important;
}

body.blue-back #second-main-contents {
    background: #0000FF !important;
    color: #FFFF00 !important;    
}

body.blue-back #video-search-out .searchBox {
    background: #0000FF !important;
}

body.blue-back .second-page-inner {
    background: #0000FF !important;
    color: #FFFF00 !important;
}

body.blue-back #second-nav-out a {
    background: #0000FF !important;
}

body.blue-back a {
    color: #FFFF00 !important;
}

/* 新着 */
body.blue-back #news-list li {
    background: #0000FF !important;
    color: #FFFF00 !important;    
}

body.blue-back #news-list li .date {
    background: #0000AA;
    color: #FFFF00 !important; 
}

/* 動画関連 */
body.blue-back .pick-up-video.level_1 .ribbon01,
body.blue-back .pick-up-video.level_2 .ribbon01,
body.blue-back .pick-up-video.level_3 .ribbon01 {
    background: #0000FF;
}

/* 細かい部分 */
body.blue-back .middle-title01 {
    color: #FFFF00;
    background: #0000FF;
}

body.blue-back .middle-title01 .more-link {
    background: #0000AA;
}

body.blue-back .middle-title01 .more-link img {
    filter: brightness(0) invert(100%);
}

body.blue-back .middle-title01-shippo {
     position: relative;
}

body.blue-back .middle-title01-shippo {
     display: none;
}

body.blue-back .lightblue-text,body.black-back .lightblue-text {
    color: #FFFF00 !important;
}

/* 動画関連 */
body.blue-back .pick-up-video.level_1 .ribbon01,
body.blue-back .pick-up-video.level_2 .ribbon01,
body.blue-back .pick-up-video.level_3 .ribbon01 {
    background: #0000FF;
}

body.blue-back #video-header-btn .video-page-icon,
body.black-back #video-header-btn .video-page-icon
{
    color: #FFFF00 !important;
}

body.black-back #video-list-table table {
    border: 1px solid white;
    border-bottom: none;
    border-left: none;
}

body.blue-back #video-list-table table {
    border: 1px solid white;
    border-bottom: none;
    border-left: none;
}

body.blue-back #video-list-table table th {
    border-bottom: 1px solid white;
    border-left: 1px solid white;
}

body.black-back #video-list-table table th {
    border-bottom: 1px solid white;
    border-left: 1px solid white;
}

body.blue-back #video-list-table table td {
    border-bottom: 1px solid white;
    border-left: 1px solid white;
}

body.black-back #video-list-table table td {
    border-bottom: 1px solid white;
    border-left: 1px solid white;
}

/* サイドボタン */
/* 黒 */
body.black-back #side-btn-back {
    background: #000000;
    border: 1px solid white;
}

body.black-back #side-three-btn span {
    background: #FFFF00 !important;
    color: #000000 !important;
}

body.black-back #side-btn-text-size {
    background: #999999;
    border: 1px solid white;
}

/* 青 */
body.blue-back #side-btn-back {
    background: #0000AA;
    border: 1px solid white;
}

body.blue-back #side-three-btn span {
    background: #FFFF00 !important;
    color: #0000FF !important;
}

body.blue-back #side-btn-text-size {
    background: #0000FF;
    border: 1px solid white;
}

/* ヘッダー */
body.blue-back #header-logo {
    display: none;
}

body.blue-back #header-logo-change-color {
    display: inline;
}

body.blue-back header {
    background: #0000FF;
}

body.blue-back #header-out {
    background: #0000FF;
}

body.blue-back #header-contact-btn {
    background:  #0000AA;
}

body.blue-back #header-data-btn {
    background:  #0000AA;
}

/* フッター */
body.blue-back #footer-ground {
    background: #0000FF;
}

body.blue-back #footer-copyright {
    color: #FFFF00;
}

/*** セカンドページ ***/
/* 共通 */
body.black-back #side-link-inner {
    background: #999999;
}

body.blue-back #side-link-inner {
    background: #0000AA;
}

body.black-back .page-link-table th {
    background: #999999 !important;
}

body.blue-back .page-link-table th {
    background: #0000AA !important;
}

body.black-back .second-page-big-title01 {
    background: #FFFF00 !important;
    color: #000000 !important;
}

body.blue-back .second-page-big-title01 {
    background: #0000AA !important;
    color: #FFFF00 !important;
}

body.black-back #second-page-big-title01-line {
    background: white !important;
}

body.blue-back #second-page-big-title01-line {
    background: #FFFF00 !important;
}

body.black-back .second-page-big-title01 img
{
    filter: brightness(0);
}

body.black-back #second-top-back-btn {
    background: #FFFF00 !important;
    color: #000000 !important;
}

body.blue-back #second-top-back-btn {
    background: #FFFF00 !important;
    color: #0000FF !important;
}

body.black-back #second-top-back-btn img {
    filter: brightness(0);
}

body.black-back #second-nav-out,
body.blue-back #second-nav-out {
    background: #FFFF00;
}

body.black-back #pankuzu-home {
    filter: brightness(0) invert(100%);
}

body.blue-back #pankuzu-home {
    filter: brightness(0) invert(100%);
}

body.black-back .page-link-table-out .td-ul-link li {
    background: url(../images/common/arrow06-yellow.png) no-repeat top 3px left;
    background-size: 21px auto;
}

body.blue-back .page-link-table-out .td-ul-link li {
    background: url(../images/common/arrow06-yellow.png) no-repeat top 3px left;
    background-size: 21px auto;
}

body.black-back #side-link-inner a {
    background: url(../images/common/arrow06-yellow-02.png) center right 15px no-repeat;
    background-size: 8px auto;
}

body.blue-back #side-link-inner a {
    background: url(../images/common/arrow06-yellow-02.png) center right 15px no-repeat;
    background-size: 8px auto;
}

body.black-back #side-link-inner ul > *:first-child {
    background: #FFFF00;
}

body.black-back #side-link-inner ul > *:first-child a {
    color: #000000 !important;    
}

body.blue-back #side-link-inner ul > *:first-child {
    background: #FFFF00;
}

body.blue-back #side-link-inner ul > *:first-child a {
    color: #0000AA !important;
}

body.black-back #side-link-inner ul li,
body.blue-back #side-link-inner ul li
{
    border-top: dotted 1px #FFFF00;
}

body.black-back #side-link-inner ul > *:first-child+*,
body.blue-back #side-link-inner ul > *:first-child+*
{
    border-top: none;
}

body.black-back .big-title02 {
    background: #FFFF00;
    color: #000000;
    box-shadow: 0px 0px 0px 3px #FFFF00;
}

body.blue-back .big-title02 {
    background: #FFFF00;
    color: #0000FF;
    box-shadow: 0px 0px 0px 3px #FFFF00;
}

body.black-back .middle-title02,
body.blue-back .middle-title02
{
    background-image: radial-gradient( circle at 2px center, #FFFF00, #FFFF00 2px, transparent 2px, transparent 100% );
}

body.black-back .second-page-dl02 dt {
    color: #999999;
}

body.blue-back .second-page-dl02 dt {
    color: #FFFF00;
}

/* テーブル黒 */
body.black-back .basic-table01 table {
    border: 1px solid #FFFF00;
}

body.black-back .basic-table01 table th {
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    background: #FFFF00 !important;
    color: #000000;
}

body.black-back .basic-table01 table td {
    border-bottom: 1px solid #FFFF00;
    border-left: 1px solid #FFFF00;
}

body.black-back .basic-table01 table td {
    background: #999999;
}

/* テーブル青 */
body.blue-back .basic-table01 table {
    border: 1px solid #FFFF00;
}

body.blue-back .basic-table01 table th {
    border-bottom: 1px solid #0000AA;
    border-left: 1px solid #0000AA;
    background: #FFFF00 !important;
    color: #0000AA !important;
}

body.blue-back .basic-table01 table td {
    border-bottom: 1px solid #FFFF00;
    border-left: 1px solid #FFFF00;
}

body.blue-back .basic-table01 table td {
    background: #0000AA;
}

/* テーブル縦書き */
.table-vertical {
   writing-mode: tb-rl; 
   display: inline-block; 
   white-space: nowrap; 
}

/* アイコン */
body.black-back .fa-file-pdf,
body.black-back .fa-file-excel
{
    color: #999999;
}

body.blue-back .fa-file-pdf,
body.blue-back .fa-file-excel
{
    color: #FFFF00;
}

/* インプット要素 */
body.black-back input[type="text"] {
    background-color: #999999;
    color: #FFFF00;
    border: 1px solid #FFFF00;
}

body.blue-back input[type="text"] {
    background-color: #0000AA;
    color: #FFFF00;
    border: 1px solid #FFFF00;
}

/* 新体力テスト */
body.black-back .test-link-inner {
    background-color: #000000;
}

body.black-back .test-link-out {
    background: #FFFF00 !important;
}

body.blue-back .test-link-out {
    background: #FFFF00 !important;
}

body.blue-back .test-link-inner {
    background-color: #0000FF !important;
}

body.black-back #physical-test-title h3,body.blue-back #physical-test-title h3 {
    color: #FFFF00 !important;
}

body.black-back #test-link-btn a {
    background-color: #FFFF00;
    color: #000000 !important;
}

body.blue-back #test-link-btn a {
    background-color:  #FFFF00;
    color: #0000FF !important;
}

body.black-back #manual-link-list ol {
    border: 1px solid white;
}

body.blue-back #manual-link-list ol {
    border: 1px solid white;
}

/* スマホメニュー */
body.blue-back .menu-trigger span {
    background-color: #FFFF00;
}

body.blue-back #menu-out {
    background: #0000AA;
}

body.blue-back #test-tbsp-btn,
body.blue-back #contact-tbsp-btn
{
    display: none;
}

body.blue-back #test-tbsp-btn-blue,
body.blue-back #contact-tbsp-btn-blue
{
    display: inline;
}

/* つながるページ */
body.black-back .copy-button {
    background: #FFFF00;
    color: #000000;
}

body.blue-back .copy-button {
    background: #FFFF00;
    color: #0000FF;
}

body.black-back #link-ban-list-out > *:first-child,
body.blue-back #link-ban-list-out > *:first-child
{
    border-left: 1px dashed #ffff00;
}
    
body.black-back #link-ban-list-out li,
body.blue-back #link-ban-list-out li
{
    border-right: 1px dashed #ffff00;
}

body.black-back #sample-ban-out468,
body.blue-back #sample-ban-out468
{
    border-top: 1px dashed #ffff00;
}

/* 体力づくり優良校顕彰式について */
body.black-back .yuryoko-table th,
body.blue-back .yuryoko-table th
{
    color: #FFFF00 !important;
}

/* 新体力テストの結果をグラフにしてみよう！ */
body.black-back #site-about-text span {
    color: #FFFF00;
}
body.blue-back #site-about-text span {
    color: #FFFF00;
}

@media screen and (max-width:650px) {
    body.black-back .sample-ban-out,
    body.blue-back .sample-ban-out
    {
        border-top: 1px dashed #ffff00;
    }
}