@charset "utf-8";
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

		お知らせ

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/****************************************************************************************************************************
お知らせ
****************************************************************************************************************************/

article.under section.members_page{
  margin-bottom:80px;
}

article.under section.members_page .members_ttl{
  background: #f3f3f3;
  position:relative;
  padding:40px 0;
  margin-bottom: 60px;
}

article.under section.members_page .members_ttl:before{
content:"";
width: 100%;
height:5px;
position:absolute;
top:0px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#506ebd+0,7b3991+100 */
background: #506ebd; /* Old browsers */
background: -moz-linear-gradient(left, #506ebd 0%, #7b3991 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #506ebd 0%,#7b3991 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #506ebd 0%,#7b3991 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#506ebd', endColorstr='#7b3991',GradientType=1 ); /* IE6-9 */
}

article.under section.members_page section.special h2{
  font-size:28px;
  margin-bottom:30px;
}

article.under section.members_page section.special h2:after,article.under section.members_page section.special h2:before{
  content:url(../img/members/ttl_star.png);
  margin:0 20px;
}

article.under section.members_page .special > ol{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
justify-content: center;
   margin-top:50px;
   margin-bottom: 50px;
}

article.under section.members_page .special > ol li{
  border-right:1px dotted #a1a1a2;
  width:33.33%;
  margin-bottom:50px;
  padding-left:4%;
  padding-right:4%;
}

article.under section.members_page .special > ol li:nth-child(3n),
article.under section.members_page .special > ol li:last-child{
  border-right:none;  
}

article.under section.members_page .special > ol li .ttl{
  font-size:21px;
  margin-bottom:15px;
  text-align: center;
  color:#6c5d95;
}

article.under section.members_page .special > ol li .number{
  font-size:28px;
  background-image: url(../img/members/benefits.png);
  background-repeat: no-repeat;
  width:63px;
  height:84px;
  margin:0 auto;
  position:relative;
  margin-bottom:20px;
}

article.under section.members_page .special > ol li .number p{
  color:#fff;
  position:absolute;
  top:40px;
  bottom:0;
  left:23px;
  right:0;
}

article.under section.members_page .flow{
  padding:50px 0;
  background:#f3f3f3;
}

article.under section.members_page .flow h2{
  font-size:26px;
  margin-bottom:30px;
}

article.under section.members_page .flow h2:after,article.under section.members_page .flow h2:before{
  content:url(../img/members/ttl_star.png);
  margin:0 20px;
}

article.under section.members_page .flow > ol{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}

article.under section.members_page .flow > ol li{
  width: 22%;
  background:#fff;
  padding:30px;
  text-align: center;
  position:relative;
  }

article.under section.members_page .flow > ol li:after{
  font-family:FontAwesome;
  content:"\f105";
  right:-30px;
  top:50%;
  margin-top:-8px;
  bottom:0;
  position:absolute;
  display: block;
}

article.under section.members_page .flow > ol li:last-child:after{
  content:none;
}

article.under section.members_page .flow > ol li .number{
  font-size:22px;
  margin-bottom:20px;
}

article.under section.members_page .flow > ol li .txt_center{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}

article.under section.members_page .flow .notice {
  font-size:14px;
  margin-top:20px;
}

article.under section.members_page section.flow_detail{
  padding:50px 0 0 0;
}

article.under section.members_page section.flow_detail > ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;

  }

article.under section.members_page section.flow_detail > ul li{
  width: 30%;
  border:1px solid #b5b6b6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;  

}

article.under section.members_page section.flow_detail > ul li a{
  width: 100%;
  padding:30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;  
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
  }

  article.under section.members_page section.flow_detail > ul li a:before{
    content:url(../img/members/arrow.png);
    padding-right:20px;
  }


article.under section.members_page section.flow_detail > .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;  
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
   margin:50px auto;
  border-top: 1px #b5b6b6 solid;
  padding-top: 30px;
}

article.under section.members_page section.flow_detail > .flex div.text_wrap{
  flex: 1;
  margin-right:20px;
}

article.under section.members_page section.flow_detail > .flex > .img{
  width: 187px;
  margin-left:30px;
}

article.under section.members_page section.flow_detail > .flex .text {
  border-bottom:1px solid #b5b6b6;
  padding-bottom:30px;
  margin-bottom:30px;
}

article.under section.members_page section.flow_detail > .flex .text a{
  display: inline-block;
  border:1px solid #505050;
  padding: 5px 30px;
  font-size:14px;
  margin-top:20px;
  }

article.under section.members_page section.flow_detail > .flex .text:last-child{
  border:none;
  padding-left:10px;
}

article.under section.members_page section.flow_detail > .flex .text h3{
  color:#6c5d95;
  font-size:19px;
}

article.under section.members_page section.flow_detail > .flex .text h3:before{
    content: url(../img/members/ttl_star.png);
    margin-right:10px;
}

article.under section.members_page section.flow_detail > .flex .img_sp{
  display: none;
}




/****************************************************************************************************************************
ほくとぴあメンバーズ（友の会）
****************************************************************************************************************************/
article.under section.members_page .sp {
  display: none;
}

article.under section.members_page .outline {
  margin: 80px auto 100px;
}
article.under section.members_page dl{
  display: flex;
  flex-wrap: wrap;
  border-top:1px solid #505050;
}

article.under section.members_page dl dt{
  background:#f6f6f6 ;
  width:21%;
  border-bottom:1px solid #505050;
  padding:20px;
  display: flex;
  align-items: center;
}

article.under section.members_page dl dd{
  width:79%;
  border-bottom:1px solid #505050;
  padding:20px;
  align-items: center;
  flex-wrap: wrap;
}

article.under section.members_page dl dd h3{
  color: #ff0000;
  font-size: 23px;
  margin-bottom: 20px;
}

article.under section.members_page dl dd p{
  padding:10px 0;
}

article.under section.members_page dl dd.ticket_sale p{
  display: flex;
  justify-content: space-between;
}
article.under section.members_page dl dd.ticket_sale p .onsale_day{
  margin-right: 100px;
}

article.under section.members_page dl dd .hokuticketBnr{
  margin: 20px 20px 0;
  border:1px solid #ccc;
}

article.under section.members_page dl dd .link a {
  color: #0068b7;
  padding: 10px 20px;
  text-decoration: underline;
  border:1px solid #b5b6b6;
}

article.under section.members_page dl dd .link a:after {
  content: url(../img/members/ico_blank.png);
  padding-left: 30px;
  vertical-align: -2px;
}

article.under section.members_page .comparison {

}
article.under section.members_page .comparison table {
  width: 100%;
  border-collapse: separate;
  border-bottom: 1px #505050 solid;
}
article.under section.members_page .comparison table thead {
}
article.under section.members_page .comparison table thead th {
  font-size: 18px;
  border-bottom: 5px #fff solid;
}
article.under section.members_page .comparison table thead th:nth-child(2) {
  width: 33%;
  color: #fff;
  background-color: #6c5d95;
}
article.under section.members_page .comparison table thead th:nth-child(3) {
  background-color: #f6f6f6;
}
article.under section.members_page .comparison table tbody {
  border-top: 1px #505050 solid;
}
article.under section.members_page .comparison table tbody th {
  width: 360px;
  padding-left: 30px;
  text-align: left;
  border-top: 1px #505050 solid;
}
article.under section.members_page .comparison table tbody td {
  border-top: 1px #505050 solid;
  text-align: center;
  background-color: #f4f0ff;
}
article.under section.members_page .comparison table tbody td:nth-child(2) {
  background-color: #f6f6f6;
}
article.under section.members_page .comparison table th,
article.under section.members_page .comparison table td {
  vertical-align: middle;
  padding: 20px 0;
}
article.under section.members_page .comparison table tbody td span {
  color: #6c5d95;
  font-weight: bold;
}
article.under section.members_page .comparison .sub {
  margin-top: 10px;
}
article.under section.members_page .comparison .sub li {
  text-indent: -3.5em;
  padding-left: 3.5em;
}
article.under section.members_page .linkArea ul {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
article.under section.members_page .linkArea ul li {
  width: 470px;
  height: 170px;
  text-align: center;
  border: 1px #b5b6b6 solid;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  position: relative;
}
article.under section.members_page .linkArea ul li a {
  color: #0068b7;
  text-decoration: underline;
}
article.under section.members_page .linkArea ul li:after {
  content: url(../img/members/ico_blank.png);
  position: absolute;
  right: 30px;
}
article.under section.members_page .linkArea .red {
  color: #ff0000;
  font-size: 24px;
  text-align: right;
  margin: 10px 30px 0 0;
}
article.under section.members_page .linkArea .note {
  padding: 50px 0;
  margin-bottom: 30px;
  border-bottom: 1px #b5b6b6 solid;
}
article.under section.members_page section.flow_detail > .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;  
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
   margin:50px auto;
  border-top: 1px #b5b6b6 solid;
  padding-top: 30px;
}

article.under section.members_page .linkArea .flex div.text_wrap{
  flex: 1;
  margin-right:20px;
}

article.under section.members_page .linkArea .flex .text {
  border-bottom:1px solid #b5b6b6;
  padding-bottom:30px;
  margin-bottom:30px;
}

article.under section.members_page .linkArea .flex .text a{
  display: inline-block;
  border:1px solid #505050;
  padding: 5px 30px;
  font-size:14px;
  margin-top:20px;
  }

article.under section.members_page .linkArea .flex .text:last-child{
  border:none;
  padding-left:10px;
}

article.under section.members_page .linkArea .flex .text h3{
  color:#6c5d95;
  font-size:19px;
}

article.under section.members_page .linkArea .flex .text h3:before{
    content: url(../img/members/ttl_star.png);
    margin-right:10px;
}

article.under section.members_page .yu-min {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

/****************************************************************************************************************************
  レスポンシブ　1000px
****************************************************************************************************************************/

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

section.special > .txt_center{
  text-align: left;
  padding-left:10px;
  padding-right:10px;

}

section.special > .txt_center h2{
  text-align: center;
}

article.under section.members_page section.special h2{
  font-size:26px;
}

article.under section.members_page .special > ol li{
  width: 50%;
  padding-left:5%;
  border-bottom:1px solid #505050;
  padding-bottom:20px;
}


article.under section.members_page .special > ol li:nth-child(3n){
    border-right: 1px dotted #a1a1a2;
}
article.under section.members_page .special > ol li:nth-child(2n){
    border-right: none;
}

article.under section.members_page .flow > ol li .txt_center{
  display: block;
}

article.under section.members_page .flow > ol li:after{
  font-family:FontAwesome;
  content:"\f107";
    right: -30px;
    bottom: 0;
    margin-top: -8px;
    bottom: 0;
    position: static;
    display: block;
}

article.under section.members_page .flow > ol{
  display: block;
}

article.under section.members_page .flow > ol li{
  width: 100%;
  margin-bottom:10px;
  padding-bottom:10px;
}

article.under section.members_page .flow > ol li p{
  text-align: left;
}

article.under section.members_page .flow > ol li div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}

article.under section.members_page .flow > ol li .number{
  margin-bottom:0;
  border-right:1px solid #6c5d95;
  padding-right:20px;
  margin-right:20px;
}

article.under section.members_page .flow > ol li:last-child p{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
  flex-wrap: wrap;
}
article.under section.members_page .flow > ol li:last-child{
  padding-top:10px;
}

article.under section.members_page section.flow_detail > ul{
  display:  block;
}

article.under section.members_page section.flow_detail > ul li{
  width: 96%;
  margin-right:auto;
  margin-left:auto;
  margin-bottom:10px;
}

article.under section.members_page section.flow_detail > .flex .img_pc{
  display: none;
}

article.under section.members_page section.flow_detail > .flex .img_sp{
  width: 33%;
  display: block;
}

article.under section.members_page section.flow_detail > .flex .img_sp img{
  width: 100%;
  max-width: 100%;
  margin-top:20px;
}


article.under section.members_page section.flow_detail > .flex .sp_wrap{
  padding-right:10px;
  padding-left:10px;
  margin-right:10px;
  margin-left:10px;
   display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
    background: #f3f3f3;
}

article.under section.members_page section.flow_detail > .flex .text h3{
  width:100%;
  text-align: center;
  padding:20px 0;
}

article.under section.members_page section.flow_detail > .flex .sp_wrap p{
  width: 65%;
}



article.under section.members_page .sp {
  display: block;
}
article.under section.members_page .pc {
  display: none;
}
article.under section.members_page .outline {
  margin: 40px auto 50px;
}
article.under section.members_page dl dt{
  width: 29%;
  padding:15px;
  align-items: flex-start ;
}
article.under section.members_page dl dd{
  width:71%;
  padding:15px 0 15px 10px;
  align-items: flex-start ;
}
article.under section.members_page dl dd h3{
  font-size: 20px;
  margin-bottom: 0;
}
article.under section.members_page dl dd p{
  padding:0;
}
article.under section.members_page dl dd .link {
  margin: 10px 0;
}
article.under section.members_page dl dd .link a {
  font-size: 14px;
  padding: 10px 2px;
}
article.under section.members_page dl dd .link a:after {
  content: url(../img/members/ico_blank.png);
  padding-left: 2px;
  vertical-align: -2px;
}


article.under section.members_page .comparison table{
  margin: 0 auto 40px;
}
article.under section.members_page .comparison table thead th {
  width: 100%;
  font-size: 18px;
}
article.under section.members_page .comparison .table01 thead th {
  color: #fff;
  background-color: #6c5d95;
}
article.under section.members_page .comparison .table01 td,
article.under section.members_page .comparison .table01 tbody td:nth-child(2) {
  text-align: left;
  background-color: #f4f0ff;
}
article.under section.members_page .comparison .table02 thead th {
  background-color: #f6f6f6;
}
article.under section.members_page .comparison .table02 td,
article.under section.members_page .comparison .table02 tbody td:nth-child(2) {
  text-align: left;
  background-color: #f6f6f6;
}

article.under section.members_page .comparison table tbody th {
  padding-left: 10px;
  text-align: left;
}
article.under section.members_page .comparison table th,
article.under section.members_page .comparison table td {
  width: 50%;
  padding: 15px 10px;
}


article.under section.members_page .linkArea ul {
  display: block;
  margin-top: 50px;
}
article.under section.members_page .linkArea ul li {
  width: 100%;
  min-height: 120px;
  height: auto;
  padding: 0 30px;
  margin-bottom: 10px;
}
article.under section.members_page .linkArea ul li:after {
  right: 15px;
}
article.under section.members_page .linkArea .red {
  font-size: 20px;
  text-align: center;
  margin: 5px 0 0;
}
article.under section.members_page .linkArea .note {
  padding: 30px 0;
  margin-bottom: 30px;
}
article.under section.members_page .linkArea .flex .text h3{
  width:100%;
  text-align: center;
  padding:20px 0;
}

}

/****************************************************************************************************************************
  レスポンシブ　320px
****************************************************************************************************************************/
@media screen and (max-width: 320px){

article.under section.members_page .linkArea ul li {
  padding: 0;
}
article.under section.members_page dl dd .link a {
  font-size: 11px;
}

}
