/* サイト毎に定義するスタイル */

/* 共通
------------------------------------------------------------------------ */
html {
  height: 100%;
  font-size: 62.5%;
}
body {
  height: 100%;
  font-family: 'Helvetica Neue', Arial, Roboto, 'Droid Sans','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-size: 14px;
  font-size: 1.4em;
  line-height: 1.6;
  color:#333333;
  background: #EEEEEE !important;
  -webkit-font-smoothing: antialiased;
}
/*body.s {font-size: 13px;font-size: 1.3em;}*/

/* リンク設定 */
a          {color: #1d3994;}
a:visited   {color: #1d3994;}
a:hover     {color: #1d3994;}
a:focus     {color: #212121;}

a,a:hover,a:visited,a:focus {
  text-decoration: none;
  outline: none;
}
a:hover {text-decoration: none;}
.btn:hover,a:hover {opacity: 0.7;}

.serif {font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}

h1,h2,h3,h4,h5,h6{font-weight:bold;}
p {line-height:1.6;}


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





/* レイアウト
------------------------------------------------------------------------ */
.page {}

.header {
  position: relative;
  height: auto;
  margin: 0 auto;
}

.wrap{width: 1140px;}
.wrap--main{width: 1010px;}
.wrap,
.wrap--main {
  margin: 0 auto;
  position: relative;
}
.s .wrap,
.s .wrap--main {
  width: 100%;
  padding: 0;
  border-top:none;
}

.contents {
  background: #eee;
  padding: 20px 0 10px;
}
.s .contents {
  padding: 0 0 10px;
}


.footer {
  background: #0d5994;
  padding: 30px 70px 40px;
  text-align:center;
}
.s .footer {
  padding: 0 0 20px 0;
  background: #eee;
}




/* コンテンツ
------------------------------------------------------------------------ */
/* 汎用 */

.box__ttl {
  margin: 0 auto 30px;
  text-align: center;
}
.box__ttl img {
  width: 640px;
  height: auto;
}
.s .box__ttl img {
  width: 100%;
  max-width: 640px;
}
.box__body {
  padding: 30px 45px 40px 45px;
  background: #fff;
  color: #333333;
}
.s .box__body {
  padding:0;
  background: #eee;
}





/* 動画
------------------------------------------------------------------------ */
/* movie */
.movie {
  width: 95%;
  width: 100%;
  margin: 0 auto 10px;
  position: relative;
  height: 0;
  padding: 0 0 56.25%;
}
.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/* フッター
------------------------------------------------------------------------ */
.copyright {
  float: left;
  width: 321px;
}
.s .copyright {
  float: none;
  width: 160px;
  margin: 0 auto;
}
.scrollTop {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 99;
  border: 1px solid #eee;
}
.s .scrollTop {
  width: 32px;
  bottom: 10px;
  right: 10px;
}


/* 汎用
------------------------------------------------------------------------ */
.wrapper {
  overflow:hidden;
}

#GeneralPage .box {
  margin-bottom: 30px;
  position: static;
  width:830px;
  float:left;
}
.s #GeneralPage .box {
  margin-bottom: 0;
  width:100%;
}
#GeneralPage .side-box {
  margin-bottom: 30px;
  position: static;
  width:180px;
  float:left;
  background:#006298;
}
.s #GeneralPage .side-box {
  display:none;
}
#GeneralPage .main {
  background: url(../img/common/bg_mainContent.gif) 0 0 repeat-y;
  padding:0;
}
.s #GeneralPage .main{
  background:none;
}
#GeneralPage .pl_btnBlock01_side>*:first-child {
  margin: 0;
}
#GeneralPage .pl_btnBlock01_side {
  text-align:center;
  margin-bottom:20px;
}
#GeneralPage .pl_btnBlock01_side a {
  width: 160px;
  padding: 10px 5px 9px;
  font-size: 1.4rem;
}
#GeneralPage .pl_btnT01_side {
  border: 1px solid #ccc;
  padding: 2px 5px;
  text-align: center;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: rgba(0,0,0,0.2) 0px 2px 2px 1px;
  -webkit-box-shadow: rgba(0,0,0,0.2) 0px 2px 2px 1px;
  -moz-box-shadow: rgba(0,0,0,0.2) 0px 2px 2px 1px;
}
#GeneralPage .pl_btnT01_side {
    display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#GeneralPage .pl_btnT01_side {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.s #GeneralPage .pl_textBlock01 .pl_clmSec .pl_clmBox.pl_clmWide_1_3 {
  width: 50%!important;
}
#GeneralPage .ex_content {
  width: 1010px;
  margin: 0 auto;
}
.s #GeneralPage .ex_content {
  width: 100%;
}
#GeneralPage #pl_navWrap .pl_sidenavi:nth-child(1) {
  margin-top: 0;
}
#GeneralPage #pl_navWrap>nav[role="navigation"]>ul>li a.pl_active {
  background: #010101;
  color: #fff!important;
}
#GeneralPage .pl_linkList01>li>a, .pl_linkList07>li>a, .pl_stepList01>li>a {
  position: relative;
  padding: 17px 25px 17px 10px;
}
#GeneralPage #pl_content .pl_linkList01 {
  margin-bottom: 40px;
  font-weight: bold;
}
#GeneralPage #pl_content .pl_linkList01>li {
  width: 100%;
}
#GeneralPage #pl_content .pl_linkList01>li {
  float: left;
  margin-right: 5px;
}
#GeneralPage header[role="banner"] #pl_utility {
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  background: #000;
}
#GeneralPage header[role="banner"] #pl_headerInner_sp #pl_headerLogo_sp {
  padding: 7px 0px 6px 8px;
}
.s #GeneralPage #pl_headerInner_sp {
  background: #006298;
  text-align: center;
  padding: 5px 0;
}
.s #GeneralPage #pl_headerInner_sp img {
  width: 232px;
}
.s #GeneralPage .pl_contentBlockA02 {
  border-bottom: 1px solid #ccc;
  background: #fff !important;
}
#GeneralPage .pl_linkMore02>span {
  position: relative;
  padding-right: 15px;
  font-size: 1.3rem;
  font-weight: bold;
}
#GeneralPage .pl_linkMore02>span:before {
  content: url(../img/common/ico_arrow_right01.png);
  top: 50%;
  right: 0;
  margin-top: -0.5em;
}
#GeneralPage .frame-member {
  border:1px solid #937e45;
}
#GeneralPage .text-title1 {
  color:#937e45;
  padding-top:21%
}
.s #GeneralPage .text-title1 {
  padding-top:8%
}
#GeneralPage .text-title2 {
  color:#937e45;
  padding-top:30%
}
.s #GeneralPage .text-title2 {
  padding-top:8%
}
#GeneralPage .text-player {
  font-size:14px;
}
.s #GeneralPage .text-player {
  font-size:11px;
}
#GeneralPage .text-player>span {
  position: relative;
  display: block;
  padding-right: 15px;
  font-weight: bold;
}
#GeneralPage .text-player>span:before {
  content: url(../img/common/ico_arrow_right02.png);
  top: .9em;
  right: 0;
  margin-top: -0.5em;
  display: block;
  position: absolute;
  line-height: 1;
}
#GeneralPage .text-adjust {
  width:239px;
}
.s #GeneralPage .text-adjust {
 width:75%;
}
#GeneralPage .img-adjust {
  margin-left:-79px;
}
.s #GeneralPage .img-adjust {
  margin-left:-11%;
}
.s #GeneralPage .info-list {
  padding-left:0; padding-right:0;
}


#GeneralPage .info-list .-bg {
  margin-bottom:15px;
  padding-bottom:15px;
  border-bottom:1px solid #ccc;
}

#GeneralPage .info-list .-date {
  color: #212121;
}

#GeneralPage .info-list a .-date:hover {
  opacity: 1;
}

.s #GeneralPage .info-list .-bg {
  background-image: url(../img/common/ico_arrow_right02_sp.png);
  background-position: 97% 45%;
  background-repeat: no-repeat;
  background-size: 10px;
  padding:0 30px 10px 5px;
  margin-bottom:10px;
}

#GeneralPage .info-list .-text {
  float:right; width:86%;
  font-weight:bold;
  padding:0 10px;
}
.s #GeneralPage .info-list .-text {
  width:100%;
}
#GeneralPage .bg-white {
  background:#fff;
}
#GeneralPage .bg-gray {
  background:#eee;
}
#GeneralPage .text-gold {
  color:#937e45;
}
#GeneralPage .text-blue {
  color:#09518c;
}
#GeneralPage .text-white {
  color:#fff;
}
footer {
  border-top: none;}
.s #GeneralPage footer {
  border-top: 1px solid #ccc;
}
#GeneralPage .pl_table179 tr>* {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  padding:12px 20px 12px 10px;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
}
#GeneralPage .pl_table179 tr:last-child {
  border-bottom:none;
}
#GeneralPage .pl_table179 td {
  font-weight: bold;
  width: 50%;
  border-right:1px solid #ccc;
}
#GeneralPage .pl_table179 td:last-child {
  border-right:none;
}
#GeneralPage .pl_table179{
  width:100%;
  background:#fff;
  font-size:1.4rem;
  line-height:1.3
}
#GeneralPage .pl_table179 a {
  display:table;
  width:100%;-webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  padding:10px 20px 10px 10px;
  font-weight:bold;color:#000;
  position:relative
}
#GeneralPage .pl_table179 a:after {
  display:block;
  position:absolute;
  line-height:1
}
#GeneralPage .pl_table179 a:after {
  content:"";
  top:50%;
  right:-10px;
  width:10px;
  height:15px;
  margin-top:-0.5em;
  background-image:url(../img/common/ico_arrow_right03.png);
  background-position:0 0;
  background-repeat:no-repeat;
  background-size:100% auto
}
#GeneralPage .pl_table179 a:after {
  width:10px
}

#GeneralPage .sns-list {
  font-size: 0;
  padding: 30px 0 20px;
  font-weight: bold;
  text-align: center;
}
.s #GeneralPage .sns-list {
  padding: 20px 0;
}

#GeneralPage .sns-list>li {
  display: inline-block;
  vertical-align: middle;
  padding:0 5px;
}





.s *[class*="pl_h2Title"] {
    background: #006298;
    padding: 12px 15px 11px 10px;
    color: #fff;
}



/* SP用　リスト */
.s .pl_h2Title01 {margin-bottom: 0;}

.s .pl_linkList01, .s .pl_linkList07, .s .pl_stepList01 {
    border-top: 1px solid #ccc;
}

.s .pl_linkList01>li, .s .pl_linkList07>li, .s .pl_stepList01>li {
    background: #fff;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    width: 100%;
}

.s .pl_linkList01>li>a, .s .pl_linkList07>li>a, .s .pl_stepList01>li>a {
    position: relative;
    padding: 17px 25px 17px 10px;
}

.s .pl_linkList01>li>a, .s .pl_linkList07>li>a, .s .pl_stepList01>li>a, .s .pl_linkList01>li>span, .s .pl_linkList07>li>span, .s .pl_stepList01>li>span {
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.1;
}

.s .pl_linkList01 a, .s .pl_linkList07 a, .s .pl_stepList01 a, .s .pl_linkList05 a, .s .pl_linkList04 a {
    color: #333;
}

.s .pl_linkList01>li>a>*, .s .pl_linkList07>li>a>*, .s .pl_stepList01>li>a>*, .s .pl_linkList01>li>span>*, .s .pl_linkList07>li>span>*, .s .pl_stepList01>li>span>* {
    display: table-cell;
    vertical-align: middle;
}


.s .pl_linkList01>li>a:after, .s .pl_linkList07>li>a:after, .s .pl_stepList01>li>a:after {
    content: "";
    top: 50%;
    right: 10px;
    width: 10px;
    height: 15px;
    margin-top: -0.5em;
    background-image: url(../img/common/ico_arrow_right02.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.s .pl_linkList01>li>a:after, .s .pl_linkList07>li>a:after, .s .pl_stepList01>li>a:after {
    display: block;
    position: absolute;
    line-height: 1;
}

/* 応援大使総合トップ */
.contents.-index {
  background: #eee;
  /*padding: 60px 0 10px;*/
}
.s .contents.-index {
  padding: 0 0 10px;
}
.btnT01 {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btnT01 {
  border: 1px solid #ccc;
  padding: 2px 5px;
  text-align: center;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: rgba(0,0,0,0.2) 0px 2px 2px 1px;
  -webkit-box-shadow: rgba(0,0,0,0.2) 0px 2px 2px 1px;
  -moz-box-shadow: rgba(0,0,0,0.2) 0px 2px 2px 1px;
}
.btnT01>span {
  color: #333;
}
.btnBlock01 a {
  padding: 10px 5px 9px;
  font-size: 1.4rem;
}
.s .pl_accBlock01 {
  background: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 2px solid #006298;
  margin-bottom: 0;
}
.s .pl_accBlock01 .pl_accTitle {
  background: #fff;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: bold;
}
.s .pl_accBlock01 .pl_accTitle.pl_active {
  border: none;
}
.s .pl_accBlock01 .pl_accTitle {
  position: relative;
}
.s .pl_accBlock01 .pl_accTitle>a {
  display: block;
  padding: 15px 25px 15px 10px;
  color: #1d3994;
  line-height: 1.25;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}
.naviText {
  width: 220px;
  top: 20px;
  right: 28px;
  position: absolute;
}
ul.navi {
  width: 90px;
  top: 10px;
  left: 30px;
  position: absolute;
}

/* 応援大使ニュース */
/* 恵庭市 170210 */
#movie {
    width: 100%;
    padding: 0;
    margin: auto;
}
/* 応援大使動画 */

.video {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

  .videoItem,
  .video iframe,
  .video embed,
  .video object,
  .video video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  .video::before {
    display: block;
    content: "";
  }
  .video-16by9::before {
      padding-top:56.25%;
  }

/* 210607 */
.btnBlock01 .btn_disabled a,
.btnBlock01 .btn_disabled a span {
  cursor: default;
}
.btnBlock01 .btn_disabled a:hover,
.btnBlock01 .btn_disabled a span:hover {
  opacity: 1;
}

/* 230207 */
.pl_contentColumns{
  display:flex;
  align-items: center;
  justify-content: space-between;
}
.s .pl_contentColumns{
  flex-direction: column;
}
