@charset "UTF-8";
/*
 ============================================================
  ファイル名：top_sp.css
  機能概要：
  トップページ用CSS

  更新履歴：
  2015.12.21：作成
 ============================================================
*/
/* ------------------------------------------------------------
	01. SITE SETTING CSS
   ------------------------------------------------------------ */

.for_pc{
	display: none;
}
   
.for_sp{
	display: inherit;
}


.sec01 {
  padding: 20px 0 8px;
  background: #f2f1e7; }
  .sec01 .sec01__title {
    width: 276px;
    margin-bottom: 12px; }
    .sec01 .sec01__title img {
      width: 100%; }
  .sec01 .inner {
    position: relative;
    width: 320px;
    margin: 0 auto;
    padding: 8px 20px 12px;
    background: url(../imgs/top_sec01_bg02.png) repeat-y center top;
    background-size: 309px 100%; }
    .sec01 .inner:before {
      content: '';
      display: block;
      position: absolute;
      width: 320px;
      height: 8px;
      left: 0;
      top: 0;
      background: url(../imgs/top_sec01_bg01.png) no-repeat center top;
      background-size: 309px auto;
      z-index: 10; }
    .sec01 .inner:after {
      content: '';
      display: block;
      position: absolute;
      width: 320px;
      height: 8px;
      left: 0;
      bottom: 0;
      background: url(../imgs/top_sec01_bg03.png) no-repeat center bottom;
      background-size: 309px auto; }

.sec02 {
  margin-bottom: 30px;
  padding: 28px 10px;
  background: #032e60; }
  .sec02 .inner {
    margin: 0 auto; }

.sec03 {
  padding: 0 0 40px; }
  .sec03 .inner {
    margin: 0 auto; }
  .sec03 .linkpanel__box01 {
    border: 1px solid #064085; }
  .sec03 .linkpanel__box02 {
    border: 1px solid #064085; }
  .sec03 .linkpanel__ttl {
    padding: 10px;
    background: #f0f5fb;
    font-size: 21px;
    font-size: 21px;
    font-size: 1.3125rem;
    text-align: center;
    color: #064085; }
    .sec03 .linkpanel__ttl img {
      display: block;
      margin: 0 auto 5px;
      vertical-align: middle; }
  .sec03 .linkpanel__detail {
    padding: 10px; }
    .sec03 .linkpanel__detail p {
      line-height: 1.2;
      font-size: 16px;
      font-size: 16px;
      font-size: 1rem; }

.noticesec01 {
  padding: 10px;
  border: 2px solid #064085;
  background: #ebf2fa;
  font-size: 18px;
  font-size: 18px;
  font-size: 1.125rem; }
  .noticesec01__ttl {
    color: #064085; }
  .noticesec01__sttl {
    font-weight: bold; }
	
	
#movie .hd__h3 {
    margin-bottom: 5px;}
	
.sec3_forsp {
  display: inherit; }
.sec3_forpc {
  display: none; }


.election__btn {
  position: absolute;
  width: 100%;
  padding: 10px 0 20px;
  bottom: 0;
  left: 0;
  background: #fff;
  cursor: pointer;
  text-align: center; }
  .election__btn--open {
    display: inline; }
    .open .election__btn--open {
      display: none; }
  .election__btn--close {
    display: none; }
    .open .election__btn--close {
      display: inline; }
  .election__btn.open {
    position: relative;
    padding: 16px 0 0;
    background: none; }


  .sec01__list {
	    padding-left: 16px;
		padding-left: 1.14286rem !important;
		padding-right: 16px;
		padding-right: 1.14286rem !important;
    }
    .sec01__list li {
      position: relative;
      overflow: hidden;
      margin-bottom: 20px;
      border: 1px solid #064085; }
      .sec01__list li.open {
        height: auto !important;
        padding-bottom: 20px !important; }
      .sec01__list li:after {
        content: '';
        display: block;
        position: absolute;
        width: 65px;
        height: 74px;
        left: -2px;
        top: -2px; }
      .sec01__list li .detail {
        padding: 0; }
        .sec01__list li .detail__list {
          margin-bottom: -7px; }
          .sec01__list li .detail__list:after {
            content: "";
            display: block;
            clear: both;
            height: 0; }
    .sec01__list01 {
      height: 240px; }
    .sec01__list02 {
      height: 270px; }
    .sec01__list03 {
      height: 270px; }

    .sec01__list li ul li{
      margin-bottom: 0;
      border: none; }
