@charset "utf-8";
/*===========================================
banner.css

横断幕企画のCSS


===========================================*/

/*==============================================
/*
/*共通
/*
=============================================*/
body {
  margin:0;
  padding:0;
  text-align: center;
  font-size: 13px;
  font-family: "メイリオ", Meiryo, Hiragino Sans, Hiragino Kaku Gothic ProN, 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴ Pro W3', Helvetica Neue, Helvetica, sans-serif;
}
footer {
  background: #fff !important;
}
img{
  max-width: 100%;
}
.InnerBox{
  max-width:960px;
  margin: auto; 
}
a:hover{
  text-decoration: none;
}
.Common_Pager{
  padding:8px 8px 10px;
}
.Common_Pager ul{
  display:table;
  margin: 0 auto;
  max-width:280px;
}
.Common_Pager ul + ul {
  margin-top: 8px;
}
.Common_Pager ul li{
  display:table-cell;
  width:36px;
  font-size:.8em;
  vertical-align:top;
  border-top: 1px solid #BDBDBD;
  border-left: 1px solid #BDBDBD;
  border-bottom: 1px solid #BDBDBD;
  background: #fff;
  /*background:#f1f2f3;*/
  /*background-image: -moz-linear-gradient(top,#f7f8f9,#f1f2f3);
  background-image: -o-linear-gradient(top,#f7f8f9,#f1f2f3);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#f7f8f9),to(#f1f2f3));
  background-image:linear-gradient(to bottom,#f7f8f9,#f1f2f3);*//* IE10+, W3C */
}
.Common_Pager ul li:first-child{
  width:54px;
}
.Common_Pager ul li:first-child,
.Common_Pager ul li:first-child a,
.Common_Pager ul li:first-child div{
  border-top-left-radius: 2px 2px;
  border-bottom-left-radius: 2px 2px;
}
.Common_Pager ul li:last-child{
  width:54px;
  border-right: 1px solid #BDBDBD;
}
.Common_Pager ul li:last-child,
.Common_Pager ul li:last-child a,
.Common_Pager ul li:last-child div{
  border-bottom-right-radius : 2px 2px;
  border-top-right-radius : 2px 2px;
}
.Common_Pager ul li a,
.Common_Pager ul li div{
  display:block;
  height:40px;
  line-height: 40px;
  font-weight:bold;
  text-align:center;
  /*padding:8px 2px 6px 2px;*/
  color:#444;
}
.Common_Pager ul li:first-child div,
.Common_Pager ul li:last-child div{
  color:#666;
}
.Common_Pager ul li.Page_Active div{
  color:#fff;
  text-shadow: #27436e 0 -1px 0;
  background: #3376EA;
  box-shadow: rgba(255, 255, 255, 0.4) 0px 1px 0px;
}

/* 川柳用ページャー */
.Common_Pager ul {
  margin: 20px auto;
  text-align: center;
  max-width: 100%;
}
.Common_Pager ul li {
  font-weight: bold;
  background-color: #fff;
  text-align: center;
  border: 1px solid #d9dde3;
  border-right: 0;
  color: #0062cc;
  margin:0;
  width: 40px;
  vertical-align: middle;
}
.Common_Pager ul li a {
  color: #444;
}
.Common_Pager ul li:first-child {
  font-weight: bold;
  background-color: #f5f5f5;
  border-top-left-radius: 4px 4px;
  border-bottom-left-radius: 4px 4px;
  text-align: center;
  border: 1px solid #d9dde3;
  border-right: 0;
  color: #8d8d8d;
  width:55px;
}
.Common_Pager ul li:last-child {
  margin: 0;
  width:55px;
}
.Common_Pager ul li:last-child {
  font-weight: bold;
  background-color: #f5f5f5;
  border-bottom-right-radius: 2px 2px;
  border-top-right-radius: 2px 2px;
  text-align: center;
  border: 1px solid #d9dde3;
  color: #8d8d8d;
}
.Common_Pager ul li:nth-of-type(9n-4) {
  margin-right: 0;
}
.Common_Pager ul li.Page_Active div {
  color: #fff;
  background-color: #404453;
  border: 1px solid #fff;
}

/*==============================================
/*
/*ヘッダー部分
/*
=============================================*/
.BannerHeader{
  position: relative;
  background-color: #ed008d;
  padding-bottom: 250px;
}

.BannerHeader .BannerHeaderInner{
  position: relative;
  width:960px;
  margin: auto; 
  overflow: hidden;
  padding-top: 750px;
  background-image: url('../image/pc/main_img_bg.png');
  background-position: center top;
  background-repeat: no-repeat;
}

.BannerHeader .BannerHeaderInner h1{
  display: block;
  position: absolute;
  width: 960px;
  height: 882px;
  top: 0px;
  right: 0px;
}
.BannerHeader .BannerHeaderInner a.HeaderBtn{
  position: absolute;
  display: block;
  top:20px;
  right: 26px;
  width: 116px;
  height: 116px;
  animation-name: anime1;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
.BannerHeader .BannerHeaderInner a.HeaderBtn:hover{
  animation-play-state: paused;
}
@keyframes anime1 {
0% {top: 20px;}
80% {top: 35px;}
100% {top: 20px;}
}

.BannerHeader .BannerHeaderInner .BannerIntro{
  width: 714px;
  margin: auto;
  color: #fff;
  text-align:justify;
}
.BannerHeader .BannerHeaderInner .BannerIntro p.ReadText{
  font-size: 169.23%;
  line-height: 1.64;
  text-align: left;
  margin-bottom: 50px;
}
.BannerHeader .BannerHeaderInner .BannerIntro dl.period{
   margin-bottom:40px; 
   text-align: center;
}
.BannerHeader .BannerHeaderInner .BannerIntro dl.period dt{
  font-size: 169.23%; 
  font-weight: bold;

}
.BannerHeader .BannerHeaderInner .BannerIntro dl.period dd{
  font-size: 184.62%;
  font-weight: bold;
}
.BannerHeader .BannerHeaderInner .BannerIntro dl.period dd span{
  font-size: 125%;
}
.BannerHeader .BannerHeaderInner .BannerIntro .EntryBtn{
  position: relative;
  display: block;
  width: 620px;
  height: 76px;
  margin: 0 auto 60px;
  line-height: 76px;
  font-size: 153.85%;
  font-weight: bold;
  text-align: center;
  background-color: #272263;
  color: #fff;
  border:2px solid #272263;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.BannerHeader .BannerHeaderInner .BannerIntro .EntryBtn.end{
  color: #bfbfbf;
    box-shadow: unset;
    background: #f3f3f3;
  border:none;
  max-width: 80%;
}
.BannerHeader .BannerHeaderInner .BannerIntro a.EntryBtn:hover {
  background-color: transparent;
  border-color: #fff;
}
.BannerHeader .BannerHeaderInner .BannerIntro a.EntryBtn:after{
  position: absolute;
  right: 30px;
  top:0;
  bottom:0;
  margin:auto;
  content:'';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 13px;
  border-color: transparent transparent transparent #ffffff;  
}
.BannerHeader .BannerHeaderInner .BannerIntro p.InfoText{
  font-size: 123.08%;
  line-height: 1.69;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .BannerHeader{
    padding-bottom:80px;
  }
  .BannerHeader .BannerHeaderInner{
    position: relative;
    width:100%;
    padding-top: 112%;
    background-image: url('../image/sp/main_img_bg.png');
    background-size: contain;
  }
  .BannerHeader .BannerHeaderInner a.HeaderBtn{
    width: 18.12%;
    height: auto;
    top:1%;
  }
  @keyframes anime1 {
    0% {top: 1%;}
    80% {top: 3%;}
    100% {top: 1%;}
  }

  .BannerHeader .BannerHeaderInner h1{
    width: 62.83%;
    /*height: 226px;*/
    top: 5%;
    right: 0px;
  }
  .BannerHeader .BannerHeaderInner .BannerIntro{
    width: 100%;
  }
  .BannerHeader .BannerHeaderInner .BannerIntro p.ReadText{
    width: 81.07%;
    font-size: 123.08%;
    margin: 0 auto 30px;
    text-align: justify;
    font-weight: bold;
  }
  .BannerHeader .BannerHeaderInner .BannerIntro dl.period{
    margin-bottom: 18px;
  }
  .BannerHeader .BannerHeaderInner .BannerIntro dl.period dt,
  .BannerHeader .BannerHeaderInner .BannerIntro dl.period dd {
    font-size: 107.69%;
    margin-bottom: 7px;
    /*letter-spacing: -.8px;*/
  }
  .BannerHeader .BannerHeaderInner .BannerIntro dl.period dd span{
    font-size: 128.57%;
  }
  .BannerHeader .BannerHeaderInner .BannerIntro .EntryBtn{
    width: 315px;
    height: 60px;
    line-height: 60px;
    font-size: 146.15%;
    margin: 0 auto 45px;
  }
  .BannerHeader .BannerHeaderInner .BannerIntro p.InfoText{
       width: 94.67%;
      margin: 0 auto ;
    font-size: 123.08%;
    text-align: justify;
  }
}
@media only screen and (max-width: 350px) {
  .BannerHeader .BannerHeaderInner .BannerIntro a.EntryBtn{
    width: 300px;
  }
}
/*==============================================
/*
/*みんなの横断幕
/*
=============================================*/
.EntryWork{
  position: relative;
  background-color: #fff;
}
.EntryWork:after{
  content: '';
  position: absolute;
  left:0;
  top: 0; 
  transform: skewY(-9deg);
  transform-origin: bottom left;
  width:100%;
  height:100%;
  background:#fff;
}
.ContentsBanner_List .EntryWork{
  margin-top:30px;
}
@media only screen and (max-width: 768px) {
  .ContentsBanner_List .EntryWork{
    margin-top:0px;
  }
}
.ContentsBanner_List .EntryWork:after{
  display: none;

}
.EntryWork h2{
  position: relative;
  width: 620px;
  margin: 0 auto 30px;
  z-index: 1;
}
.EntryWork .EntryWorkInner{
  position: relative;
  max-width: 960px;
  margin:auto;
  z-index: 1;
}
.EntryWork .SortList{
  margin-left:-10px;
}
.EntryWork .SortList ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 870px;
  margin:0 auto 30px;
  text-align: center;
   letter-spacing: -.4em;
}
.EntryWork .SortList ul li{
  position: relative;
  display: inline-block;
  width: 114px;
  height: 30px;
  line-height: 30px;
  color: #272263;
  font-weight: bold;
  background-color: #bbb9d4;
  text-align: center;
  margin-left:10px;
  margin-bottom: 10px;
   letter-spacing: normal;
}
.EntryWork .SortList ul li a{
  color: #272263;

}
.EntryWork .SortList ul li:after{
  position: absolute;
  content:"";
  width: 0;
  height: 0;
  right: 10px;
  top:0;
  bottom: 0;
  margin:auto;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: #282263 transparent transparent transparent;
}
.EntryWork .SortList ul li.active{
  color: #fff;
  background-color: #ed008d;
}
.EntryWork .SortList ul li.active:after,
.EntryWork .SortList ul li.mine:after{
  display: none;
}
.EntryWorkInner .InnerBox{
  
}
div[id^="_banner_list_"] ul{
  margin-top: 10px
}
ul.Banner_items{
  padding:28px 28px 10px 0;
  border:1px solid #c5c5c5;
  border-radius: 12px;
}
ul.Banner_items li{
  position: relative;
  padding-left: 25px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 36px;
}
ul.Banner_items li .BannerWrap{
  position: relative;
  width: 280px;
  height: 130px;
  padding:17px 0 7px;
  text-align: center;
  box-sizing: border-box;
  border:1px solid #000000;
}
ul.Banner_items li .BannerWrap:before,
ul.Banner_items li .BannerWrap:after{
  position: absolute;
  display: block;
  content:'';
  width:25px;
  height: 128px;
  background-image: url('../image/post_hand_left.png');
  background-size: 25px 128px;
  top:-8px;
  left:-10px;
}
ul.Banner_items li .BannerWrap:after{
  transform: scale(-1, 1);
  left: auto;
  right: -10px;
}
ul.Banner_items li .BannerWrap p.BannerText{
  height: 66px;
}
ul.Banner_items li .BannerWrap p.BannerText span{
  display: block;
  font-weight: bold;
}
ul.Banner_items li .BannerWrap p.BannerText span.message{
  font-size: 115.38%;
  height: 15px;
  line-height: 15px;
  max-width: 15em;
  overflow:hidden;
  margin:auto;
}
ul.Banner_items li .BannerWrap p.BannerText span.name{
  font-size: 307.69%;
  height: 60px;
  line-height: 60px;
  max-width: 12em;
  overflow:hidden;
  margin:auto;

}
ul.Banner_items li .BannerWrap p.BannerText span.name.small{
  font-size: 200%;
}
ul.Banner_items li .BannerWrap p.BannerText span.name.exsmall{
  font-size: 169.23%;
}
ul.Banner_items li .BannerWrap p.UserInfo{
  position: relative;
  width:196px;
  height: 21px;
  margin:16px auto 0;
  line-height: 21px;
  border:1px solid #000;
  border-radius: 21px;
  text-align: center;
  background-color: #fff;
}
ul.Banner_items li .BannerWrap p.UserInfo span.avatar{
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  left:1px;
  top:1px;
  border-radius: 18px;
}
ul.Banner_items li .BannerWrap p.UserInfo a{ 
  color: #000000;
  font-weight: bold;
}
ul.Banner_items li .BtnCloseBanner{
  position: absolute;
  width: 18px;
  height: 25px;
  left:25px;
  bottom: 0;
}
ul.Banner_items li .Fav{
  text-align: right;
  height: 28px;
  margin-top: 6px;
}
ul.Banner_items li .Fav dl{
  display: inline-block;
  padding:4px 4px 4px 6px;
  background-color: #272263;
  border-radius: 4px;
  line-height: 1;
  box-sizing: border-box;
  cursor: pointer;
}
ul.Banner_items li .Fav dl dt{
  display: inline-block;
  color:#fff;
}
ul.Banner_items li .Fav dl dd{
  display: inline-block;
  padding:4px 6px;
  color: #888888;
  background-color: #fff;
  border-radius: 3px;
}


ul.Banner_items + .count,
#_banner_list p.count{
  margin:20px auto 20px;
  font-size: 115.38%;
  color: #757575;
}

ul.Banner_items + .count + .MoreBtn a,
#_banner_list .count + .MoreBtn a{
  position: relative;
  display: block;
  width: 280px;
  height: 34px;
  color:#757575;
  line-height: 34px;
  text-align: center;
  margin:auto;
  border-radius: 34px;
  border:1px solid #757575;
}
ul.Banner_items + .count + .MoreBtn a:after,
#_banner_list .count + .MoreBtn a:after{
  position: absolute;
  display: block;
  content:'';
  width:14px;
  height: 17px;
  right: 70px;
  top:0;
  bottom: 0;
  margin:auto;
  background-image: url('../image/icon_reload.png');
  background-repeat: no-repeat;
  background-size: 14px 17px;
}
#_banner_list .nodata p{
    font-size: 123.08%;
    line-height: 1.69;
}


@media only screen and (max-width: 768px) {
  .EntryWork{
    padding-top: 26px;
    background-color: #fff;
  }
  .EntryWork h2{
    width: 71%;
    text-align: center;
  }
  .EntryWork h2 img{
    width: 334px;
    max-width: 95%;
    display: inline-block;
  }
  .EntryWork .SortList ul{
    display: block;
    margin:0 auto 10px;
    width:98%;
    max-width: 355px;
  }
  .EntryWork .SortList ul li{
    font-size: 100%;
    margin-bottom: 10px;
    width: 107px;
    line-height: 30px;
    padding-top: 9px;
  }
  #_banner_list .InnerBox{
    margin:auto 10px;
  }
  #_banner_list .nodata {
    margin-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 350px) {
  .EntryWork .SortList ul {
        width: 95%;
  }
  .EntryWork .SortList ul li{
    width: 94px;
    font-size: 92.31%;
  }
  #_banner_list .InnerBox{
    margin:auto 6px;
  }
  ul.Banner_items li{
    padding-left:13px;
  }
  ul.Banner_items li .BannerWrap{
    width: 250px;
  }

}

/* 横断幕　色*/
.BannerWrap.banner_color_1{
  background-color: #ed0000;
}
.BannerWrap.banner_color_2{
  background-color: #ed008d;
}
.BannerWrap.banner_color_3{
  background-color: #f1a014;
}
.BannerWrap.banner_color_4{
  background-color: #9d4200;
}
.BannerWrap.banner_color_5{
  background-color: #ffea00;
}
.BannerWrap.banner_color_6{
  background-color: #0f6a0b;
}
.BannerWrap.banner_color_7{
  background-color: #4791e3;
}
.BannerWrap.banner_color_8{
  background-color: #7f22b5;
}
.BannerWrap.banner_color_9{
  background-color: #2d23a6;
}
.BannerWrap.banner_color_10{
  background-color: #000000;
}
.BannerWrap.banner_color_11{
  background-color: #c8c8c8;
}
.BannerWrap.banner_color_12{
  background-color: #ffffff;
}
.BannerWrap.message_color_1 .message{
  color: #ed0000;
}
.BannerWrap.message_color_2 .message{
  color: #ed008d;
}
.BannerWrap.message_color_3 .message{
  color: #f1a014;
}
.BannerWrap.message_color_4 .message{
  color: #9d4200;
}
.BannerWrap.message_color_5 .message{
  color: #ffea00;
}
.BannerWrap.message_color_6 .message{
  color: #0f6a0b;
}
.BannerWrap.message_color_7 .message{
  color: #4791e3;
}
.BannerWrap.message_color_8 .message{
  color: #7f22b5;
}
.BannerWrap.message_color_9 .message{
  color: #2d23a6;
}
.BannerWrap.message_color_10 .message{
  color: #000000;
}
.BannerWrap.message_color_11 .message{
  color: #c8c8c8;
}
.BannerWrap.message_color_12 .message{
  color: #ffffff;
}
.BannerWrap.name_color_1 .name{
  color: #ed0000;
}
.BannerWrap.name_color_2 .name{
  color: #ed008d;
}
.BannerWrap.name_color_3 .name{
  color: #f1a014;
}
.BannerWrap.name_color_4 .name{
  color: #9d4200;
}
.BannerWrap.name_color_5 .name{
  color: #ffea00;
}
.BannerWrap.name_color_6 .name{
  color: #0f6a0b;
}
.BannerWrap.name_color_7 .name{
  color: #4791e3;
}
.BannerWrap.name_color_8 .name{
  color: #7f22b5;
}
.BannerWrap.name_color_9 .name{
  color: #2d23a6;
}
.BannerWrap.name_color_10 .name{
  color: #000000;
}
.BannerWrap.name_color_11 .name{
  color: #c8c8c8;
}
.BannerWrap.name_color_12 .name{
  color: #ffffff;
}
/*==============================================
/*
/*フォーム
/*
=============================================*/
.oubo-form{
    background-color: #ed008d;
    padding: 35px 0 50px;
    background-image: url('../image/pc/popup_header.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}
.oubo-form > p.title{
  color:#fff;
  font-size: 146.15%;
  font-weight: bold;
  margin-bottom: 25px;
}
.oubo-form .form_pop_Inner{
  margin: 0 20px 20px;
  padding:30px 0 40px;
  background-color: #fff;
}
.oubo-form .form_pop_Inner div[class^="section"]{
  width: 300px;
  margin:0 auto;
  text-align: left;
}
.oubo-form .form_pop_Inner ul.Banner_items{
  border:none;
}
.ContentsBanner .btn_flag .noactive_block div{
  position: relative;
  /*display: block;*/
  width: 315px;
  height: 60px;
  margin: 0 auto 0px;
  line-height: 60px;
  font-size: 146.15%;
  font-weight: bold;
  text-align: center;
  background-color: #c00072;
  color: #ed008d;
  border:none;
}
.ContentsBanner .btn_flag .noactive_block p{
  color:#fff;
  text-align: center;
  margin:10px auto 60px;
}

.ContentsBanner .btn_flag button{
  position: relative;
  /*display: block;*/
  width: 315px;
  height: 56px;
  margin: 0 auto 60px;
  line-height: 56px;
  font-size: 146.15%;
  font-weight: bold;
  text-align: center;
  background-color: #272263;
  color: #fff;
  border:2px solid #272263;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.ContentsBanner .btn_flag button:hover {
  background-color: transparent;
  border-color: #fff;
}
.ContentsBanner .btn_flag.active .noactive_block{
  display: none;
}
.ContentsBanner .btn_flag.noactive .noactive_block{
  display: block;
}
.ContentsBanner .btn_flag.noactive button{
  display: none;
}
.ContentsBanner .btn_flag.active button{
  display: block
}
.ContentsBanner .form_info p{
  color:#fff;
  font-size: 115.38%;
  text-align: left;
  line-height: 1.47;
  margin:0 25px;
}
.ContentsBanner .form_info p.title{
  text-align: center;
  font-weight: bold;
  margin-bottom:15px;
}
#cboxClose{
  bottom:auto;
  width:24px;
  height: 24px;
  top:-12px;
  right: -5px;
}
.oubo-form div[class^='section'] > p{
  font-size: 115.38%;
  color:#ed008d;
  font-weight: bold;
}
.oubo-form div[class^='section'] p.sub{
  font-weight: normal;
  margin-bottom: 10px;
}

.oubo-form input[type='radio']{
    display: none;
}
.oubo-form .section1{
  padding:0 4px;
}
.oubo-form .section1 .TextArea{
  margin-bottom: 30px;
}
.oubo-form .section1 .TextArea ul li{
  position: relative;
}
.oubo-form .section1 .TextArea input{
  width:100%;
  height: 35px;
  padding:0 10px;
  line-height: 35px;
  font-size: 115.38%;
  border-radius: 6px;
  margin-bottom:2px;
  border:1px solid #ed008d;
  box-sizing: border-box;
}
.oubo-form .section1 .TextArea p{
  font-size: 92.31;
  color: #ed008d;
  text-align: right;
  margin-bottom: 10px;
}
.oubo-form .section1 .TextArea p.alert{
  position: absolute;
  color: #fff;
  background-color: #ed008d;
  left: 10px;
  top: -19px;
  margin: auto;
  text-align: center;
  padding: 2px 6px;
  border-radius: 6px;
}
.oubo-form .section1 .TextArea p.alert:after{
  position: absolute;
  content:'';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #ed008e transparent transparent transparent;
    left: 0;
    right: 0;
    margin: auto;

}
.oubo-form .section1 .SelectArea{
  text-align: center;
  margin-bottom: 30px;
  margin-top:10px;
}
.oubo-form .section1 .SelectArea label{
  display: inline-block;
  color:#272263;
  font-size: 107.69%;
  border-radius: 6px;
  width:135px;
  height: 35px;
  line-height: 35px;
  background-color: #bbb9d4;
}
.oubo-form .section1 .SelectArea label.right{
  margin-left: 20px;
}
.oubo-form .section1 .SelectArea input[type='radio']:checked + label{
  color:#fff;
  background-color: #ed008d;
}
.oubo-form .section1 .SelectArea label:nth-child(n + 3){
  margin-top: 5px;
}
.oubo-form .section2 .sample{
  margin-bottom: 20px;
}
.oubo-form .section2 ul.Banner_items{
  padding-right: 0;
  margin:0 10px;
}
.oubo-form .section2 ul.Banner_items li{
  padding-left: 0;
  margin: auto;

}
.oubo-form .section2 .SelectArea{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.oubo-form .section2 .SelectArea label{
  position: relative;
  height: 30px;
  padding-left: 30px;
  width: 66px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.oubo-form .section2 .SelectArea label span{
  display: inline-block;
  width:30px;
  height: 30px;
  border-radius: 30px;
}
.oubo-form .section2 .SelectArea label:after{
  display: inline-block;
  position: absolute;
  left: 4px;
  top:0;
  bottom:0;
  margin:auto;
  content:'';
  width: 17px;
  height: 17px;
  border:1px solid #bbb9d4;
  border-radius: 17px;
}
.oubo-form .section2 .SelectArea input[type = 'radio']:checked + label:before{
  display: inline-block;
  position: absolute;
  content:'';
  width:9px;
  height: 9px;
  border-radius: 9px;
  background-color: #ed008d;
  left: 9px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.oubo-form .section2 .SelectArea input[type = 'radio']:checked + label:after{
  border:1px solid #ed008d;
}

@media only screen and (max-width: 768px) {
  .oubo-form{
    background-image: url(../image/sp/popup_header.png);
  }
  .oubo-form .form_pop_Inner{
    margin:0 10px 20px;
    text-align: left;
  }
  .oubo-form .section1{
    padding:0;
  }
}
@media only screen and (max-width: 350px) {
  .oubo-form .form_pop_Inner div[class^="section"]{
    width:270px;
  }
  .oubo-form .section1 .SelectArea label{
    width:120px;
  }
  .oubo-form .section1 .SelectArea label.right{
    margin-left:10px;
  }
  .ContentsBanner .btn_flag{
    width: 90%;
    margin:auto;
  }
  .ContentsBanner .btn_flag.noactive .noactive_block div,
  .ContentsBanner .btn_flag button{
    width: 100%;
  }

}

.oubo-form .section2 .SelectArea input[id $= 'color_1'] + label span{
  background-color: #ed0000;
}
.oubo-form .section2 .SelectArea input[id $= 'color_2'] + label span{
  background-color: #ed008d;
}
.oubo-form .section2 .SelectArea input[id $= 'color_3'] + label span{
  background-color: #f1a014;
}
.oubo-form .section2 .SelectArea input[id $= 'color_4'] + label span{
  background-color: #9d4200;
}
.oubo-form .section2 .SelectArea input[id $= 'color_5'] + label span{
  background-color: #ffea00;
}
.oubo-form .section2 .SelectArea input[id $= 'color_6'] + label span{
  background-color: #0f6a0b;
}
.oubo-form .section2 .SelectArea input[id $= 'color_7'] + label span{
  background-color: #4791e3;
}
.oubo-form .section2 .SelectArea input[id $= 'color_8'] + label span{
  background-color: #7f22b5;
}
.oubo-form .section2 .SelectArea input[id $= 'color_9'] + label span{
  background-color: #2d23a6;
}
.oubo-form .section2 .SelectArea input[id $= 'color_10'] + label span{
  background-color: #000000;
}
.oubo-form .section2 .SelectArea input[id $= 'color_11'] + label span{
  background-color: #c8c8c8;
}
.oubo-form .section2 .SelectArea input[id $= 'color_12'] + label span{
  background-color: #ffffff;
  border:1px solid #c8c8c8;
}

/*==============================================
/*
/*SNS投稿確認
/*
=============================================*/
.post_page{
  background-color: #ed008d;
  padding-bottom: 60px;
}
.post_page .head{
  width: 100%;
  padding: 35px 0;
  /*background-image: url(../image/sns_header.png);*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.post_page .head p.title{
  color:#fff;
  font-size: 146.15%;
  font-weight: bold;
}
.post_page .post_sample{
  background-color: #fff;
    padding: 10px 0 30px;

}
.post_page ul.Banner_items{
  border-radius: 0;
  border:none;
}
.post_page ul.Banner_items li{
  margin-bottom: 24px;
}
.post_page .post_links a.tweet{
  display: inline-block;
  color:#fff;
  font-size: 115.38%;
  font-weight: bold;
  padding:0 35px;
  height: 35px;
  line-height: 35px;
  background: #56aaee;
}
.post_page .post_links a.tweet img{
  position: relative;
  display: inline-block;
  width: 26px;
  top: 4px;
  margin-right: 6px;
}
.post_page .InnerBox a.LinkBtn{
  position: relative;
  display: inline-block;
  max-width: 95%;
  margin: 40px auto 0;
  padding: 0px 40px 0 30px;

  font-size: 123.08%;
  font-weight: bold;
  text-align: center;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  border:2px solid #fff;
  border-radius: 40px;
  line-height: 40px;
}
.post_page .InnerBox a.LinkBtn:after {
    position: absolute;
    right: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 13px;
    border-color: transparent transparent transparent #ffffff;
}
.post_page .InnerBox a.LinkBtn:hover {
    color:#ed008d;
    background-color: #fff;
}
.post_page .InnerBox a.LinkBtn:hover:after {

    border-color: transparent transparent transparent #ed008d;
}
@media only screen and (max-width: 768px) {
}