@charset "UTF-8";
/*- jp-cmptemp
-----------------------------------------------------------------------*/
#jp-cmptemp {
  background: #e4f0fa;
  font-family:"メイリオ", Meiryo, sans-serif;
}

  #jp-cmptemp h1.jp-cmptemp-common-ttl {
	border-top:8px solid #e02d2e;
	border-bottom:8px solid #223276;
	height:59px;
	width:150px;
	position:relative;
	background:#fff;
	padding:0 0 0 200px;
	line-height:2.5;
  }
    #jp-cmptemp h1.jp-cmptemp-common-ttl:before {
    content:"";
    height:102px;
    width:128px;
    top:-16px;
    position:absolute;
    left:25px;
 	background:url(../img/common/ribon.png) no-repeat right;
    border-radius: 0;
    border:0px solid #fff;
    }
    #jp-cmptemp h1.jp-cmptemp-common-ttl:after {
    content:"";
    height:75px;
    width:40px;
    top:-8px;
    position:absolute;
    right:-40px;
 	background:url(../img/common/h1_bg.png) no-repeat right;
    }

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

    #jp-cmptemp h1.jp-cmptemp-common-ttl {
      width:auto;
      height:auto;
      margin:0 ;
      padding: 0 ;
      font-size: 18px;
      text-align:center;
      display:block;
    }
    #jp-cmptemp h1.jp-cmptemp-common-ttl:after,
    #jp-cmptemp h1.jp-cmptemp-common-ttl:before{
      background:none;
      height:0;
      width:0;
      margin:0;
      padding:0;
      font-size:0;
      line-height:0;
    }
}

/*- jp-cmptemp-pre
-----------------------------------------------------------------------*/
#jp-cmptemp #jp-cmptemp-pre{
	background: url(../img/common/bg.png) #00347c;
	padding:0 0 30px;
}
#jp-cmptemp #jp-cmptemp-pre dl{
	background:#fff;
	padding: 10px 10px 0;
	margin:0 50px;
}

#jp-cmptemp #jp-cmptemp-pre dt{
	color:#223276;
	font-weight:bold;
	text-align:center;
	font-size:28px;
	padding:10px 0 10px;
}
#jp-cmptemp #jp-cmptemp-pre dd{
	color:#e62222;
	font-weight:bold;
	text-align:center;
	font-size:36px;
	margin:0;
	padding:0 0 30px;
}


@media screen and (max-width: 767px) {
#jp-cmptemp #jp-cmptemp-pre dl{
	width:98%;
	margin:0 1% 1%;
	padding:0;
}
#jp-cmptemp #jp-cmptemp-pre dt{
	color:#223276;
	font-weight:bold;
	text-align:center;
	font-size:18px;
}
#jp-cmptemp #jp-cmptemp-pre dd{
	color:#e62222;
	font-weight:bold;
	text-align:center;
	font-size:130%;
}
	
}

/*- jp-cmptemp-main
-----------------------------------------------------------------------*/
 #jp-cmptemp .jp-cmptemp-main-lead {
    background: #fff;
    padding: 1% 1% 20px;
  }
   #jp-cmptemp .jp-cmptemp-main-lead p{
      background:#00347c;
      margin:0 0 10px;
      padding:10px;
      line-height:1.5;
    }

     #jp-cmptemp .jp-cmptemp-main-lead p b {
        color: #e02d2e;
        text-shadow:
			-1px -1px #fff,
			1px -1px #fff,
			-1px 1px #fff,
			1px 1px #fff;
      }

     #jp-cmptemp .jp-cmptemp-main-wrap {
        background: url(../img/common/bg.png) #e6232a;
        border-right: 30px solid #fff;
		border-left: 30px solid #fff;
      }

@media screen and (max-width: 767px) {
     #jp-cmptemp .jp-cmptemp-main-wrap {
        border-right: 0px solid #fff;
		border-left: 0px solid #fff;
      }
   #jp-cmptemp .jp-cmptemp-main-lead p {
      padding: 10px;
    }

       #jp-cmptemp .jp-cmptemp-main-days dd {
          margin:0;
        }

}

/*- jp-cmptemp-songlist
-----------------------------------------------------------------------*/
#jp-cmptemp #jp-cmptemp-songlist {
  background: url(../img/common/bg.png) #00347c;
}
#jp-cmptemp #jp-cmptemp-songlist.jp-cmptemp-box .coution{
	padding:0;
	list-style:none;
	color:#fff;
	width:90%;
	margin:0 auto 40px;
}
#jp-cmptemp #jp-cmptemp-songlist .jp-cmptemp-songlist-allsong{
	list-style:none;
    margin:0 50px 10px;
    padding:30px 0 0;
    background:#fff;
}
#jp-cmptemp #jp-cmptemp-songlist .jp-cmptemp-songlist-allsong li{
	float:none;
	padding:0 30px 30px;
}
#jp-cmptemp #jp-cmptemp-songlist .jp-cmptemp-songlist-allsong li p{
	float:none;
	border:none;
	border-radius:5px;
	background:#e6232a;
	width:100%;
	margin:0;
	position:relative;
}
#jp-cmptemp #jp-cmptemp-songlist .jp-cmptemp-songlist-allsong li p:after{
	content:"";
	display:block;
	width:18px;
	height:0;
	padding:32px 0 0;
	background:url(../img/common/arrow001.png) no-repeat center center;
	background-size:contain;
	position:absolute;
	right:1em;
	top:0;
	bottom:0;
	margin:auto;
}
#jp-cmptemp #jp-cmptemp-songlist .jp-cmptemp-songlist-allsong li p a{
	display:block;
	padding:.5em;
	text-align:center;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:30px;
}
#jp-cmptemp #jp-cmptemp-songlist .jp-cmptemp-songlist-allsong li p:hover{
	background:#ff2691;
}

@media screen and (max-width: 767px) {
#jp-cmptemp #jp-cmptemp-songlist .jp-cmptemp-songlist-allsong{
	width:98%;
	padding:30px 0 0;
	margin:0 1% 1em;
}
#jp-cmptemp #jp-cmptemp-songlist .jp-cmptemp-songlist-allsong li{
	padding:0 1% 30px;
}
#jp-cmptemp #jp-cmptemp-songlist .jp-cmptemp-songlist-allsong li p:after{
	width:12px;
	padding:21px 0 0;
}
#jp-cmptemp #jp-cmptemp-songlist .jp-cmptemp-songlist-allsong li p a{
	font-size:130%;
	padding:1em 2em 1em 0;
}



#jp-cmptemp #jp-cmptemp-songlist.jp-cmptemp-box .coution{
	padding:0;
	list-style:none;
	color:#fff;
	width:98%;
	margin:0 auto 40px;
	font-size:14px;
}
}

  #jp-cmptemp .jp-cmptemp-songlist-headline {
    color: #00347c;
  }

    /* ▼ Std リスト */
    #jp-cmptemp #jp-cmptemp-songlist ul.jp-cmptemp-songlist-std {
      padding:0;
      list-style:none;
    }

    /* ▼ リスト */
    #jp-cmptemp .jp-cmptemp-songlist-line {
      margin-bottom: 0px;
      border-bottom: 0px solid #fff;
    }

    #jp-cmptemp .jp-cmptemp-songlist-std li.jp-cmptemp-songlist-line:last-child {
      margin-bottom: 0;
      border: none;
    }

            #jp-cmptemp .jp-cmptemp-songlist-titleline .jp-cmptemp-songlist-songTitle:after,
            #jp-cmptemp .jp-cmptemp-songlist-line .jp-cmptemp-songlist-songTitle a:after {
			content:"";
			padding-right:0;
            }

/*- jp-cmptemp-flow
-----------------------------------------------------------------------*/
#jp-cmptemp #jp-cmptemp-flow {
  background: url(../img/common/bg.png) #00347c;
}

  #jp-cmptemp .jp-cmptemp-flow-headline {
    color: #00347c;
  }

  #jp-cmptemp #jp-cmptemp-flow ul {
    list-style:none;
  }

     #jp-cmptemp .jp-cmptemp-flow-box p.jp-cmptemp-flow-num {
        color: #223276;
        font-weight:bold;
      }

      #jp-cmptemp .jp-cmptemp-flow-box p.jp-cmptemp-flow-num:before {
        background: #e4f0fa;
      }

        #jp-cmptemp .jp-cmptemp-flow-explain-txt {
          line-height:1.5;
        }

      /* ▼ ボタンエリア */
        #jp-cmptemp #jp-cmptemp-flow a.jp-cmptemp-flow-action-std,
        #jp-cmptemp #jp-cmptemp-flow a.jp-cmptemp-flow-action-apply,
        #jp-cmptemp #jp-cmptemp-flow a.jp-cmptemp-flow-action-sub {
          color: #000;
        }

        #jp-cmptemp #jp-cmptemp-flow a.jp-cmptemp-flow-action-std {
          background-color: #e4f0fa;
        }

        #jp-cmptemp #jp-cmptemp-flow a.jp-cmptemp-flow-action-std:hover {
          background-color: #00a8ff;
          color:#fff;
        }

        #jp-cmptemp #jp-cmptemp-flow a.jp-cmptemp-flow-action-std:before,
        #jp-cmptemp #jp-cmptemp-flow a.jp-cmptemp-flow-action-apply:before {
          background-image: url(../img/common/arrow002.png);
        }
        #jp-cmptemp #jp-cmptemp-flow a.jp-cmptemp-flow-action-std:hover:before{
          background-image: url(../img/common/arrow001.png);
        }
#jp-cmptemp #jp-cmptemp-terms .jp-cmptemp-terms-txt ul{
	padding:0;
}
#jp-cmptemp #jp-cmptemp-terms .jp-cmptemp-terms-txt ul li {
	list-style:none;
}
#jp-cmptemp #jp-cmptemp-terms .jp-cmptemp-terms-txt dl{
	margin-left:0;
}
#jp-cmptemp #jp-cmptemp-terms .jp-cmptemp-terms-txt dd{
	margin-left:0;
}
#jp-cmptemp #jp-cmptemp-terms .jp-cmptemp-terms-headline {
	margin-top:0;
}
#jp-cmptemp #jp-cmptemp-official {
  display: block;
  margin-top: 40px;
  text-align: center;
}

#jp-cmptemp #jp-cmptemp-official a.jp-cmptemp-official-btn {
  display: inline-block;
  padding: 15px 80px;
  color: #fff;
  border-radius: 4px;
  background-color: #e6232a;
  font-size: 25px;
  font-weight: bold;
  text-decoration:none;
}
#jp-cmptemp #jp-cmptemp-official a.jp-cmptemp-official-btn:hover{
  background-color: #ff2691;
}
@media screen and (max-width: 767px) {
#jp-cmptemp #jp-cmptemp-official a.jp-cmptemp-official-btn{
	font-size:110%;
	padding: 1em;
}
}