@charset "UTF-8";
/* 共通 -------------------- */
body {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
@media screen and (max-width: 500px) {
  body {
    font-size: 12.6px;
  }
}

header {
  margin: 2em 0 1em;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 500px) {
  header {
    margin: 10px 0;
  }
}

h1 {
  font-size: 2em;
  line-height: 1.6;
  font-weight: 400;
}

h2 {
  font-size: 1.5em;
  line-height: 1.6;
}

p {
  line-height: 1.8;
  font-size: 1em;
}

li {
  line-height: 2;
}

a {
  color: #333;
  text-decoration: none;
  /*border-bottom: 1px dotted $color-campaign-base;*/
}
a:hover {
  color: #333;
}

a:hover,
a:active,
a:focus {
  text-decoration: none !important;
}

hr {
  margin: 30px 0;
  border-color: #eee;
}

textarea {
  width: 100%;
  resize: vertical;
}

input + label {
  padding-left: 3px;
}

label {
  display: inline-block;
}

strong {
  color: #ed4a4a;
}

#bk-canvas {
  z-index: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
}

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #000000;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 110;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f062';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 8px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.page_footer {
  color: #787878;
  font-size: 0.9em;
  height: 42px;
  margin: 2em auto 0;
  text-align: center;
  vertical-align: text-top;
  padding: 1em 0 0;
  z-index: 100;
  position: absolute;
  width: 100%;
  left: 0;
  background-color: #d9d9d9;
}

.container {
  max-width: 960px;
  min-height: 100%;
}

.site_logo {
  margin-left: 1em;
}
@media screen and (max-width: 500px) {
  .site_logo {
    margin-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .site_logo img {
    width: 60%;
    max-width: calc(100% - (15px * 2));
    height: auto;
  }
}

.page_ttl {
  font-size: 1.7em;
  text-align: center;
  margin-bottom: 1em;
  font-weight: bold;
  border-bottom: 3px solid #bd3a43;
  /*
  &::before{
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('/img/arrow.png');
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
  }
  */
}
.page_ttl_head {
  text-align: center;
  color: white;
  font-size: 1.2em;
  padding: 0.3em;
  margin: 1em 0;
  border-radius: 5px;
}
.page_ttl_head-elementary {
  background: #bd3a43;
  border: 4px solid #bd3a43;
}

.page_subttl {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  color: white;
  margin: 0;
  background: #bd3a43;
}

.check_frame {
  background: #fcf6f2;
  padding: 0.2em;
}

@media screen and (max-width: 500px) {
  .col-sm-12 {
    padding-right: 0;
    padding-left: 0;
  }
}

/*
.wrapper{
  width:900px;
  margin: 20px auto;
}
*/
/*
.sub_ttl{
  margin-top:0;
  font-size:1.5em;
  font-weight:normal;
}
*/
.big_txt {
  font-size: 1.2em;
}

/*
.file_icon{
  float:left;
  clear:both;
}
*/
/*
.question{
  margin-bottom:0.6em;
}
*/
/*
.question_review{
  margin:2em 0 0.6em;
}
*/
/*
.item{
  display:inline-block;
  margin:0 1em 0.5em;
  vertical-align:top;
}
*/
/*
.item_short{
  display:inline-block;
  margin:0 0.2em 0.5em 0;
  vertical-align:top;
}
.item_short input{
  width:60px;
}
*/
.row {
  margin: 0.5em 0;
  word-break: break-all;
}

.row.error_msg {
  margin-left: 1em;
}

/*
.number{
  text-align:right;
}
*/
.txt_r {
  text-align: right;
}

.txt_c {
  text-align: center;
}

.txt_t {
  vertical-align: top;
}

.bold {
  font-weight: bold;
}

.color-red {
  color: red;
}

.color-top5 {
  color: #04439B;
}

.inline-block {
  display: inline-block;
}

/*
.txt_wrap{
  display:table;
}
*/
/*
.txt_label{
  display:table-cell;
  white-space:nowrap;
}
*/
/*
.txt_box{
  display:table-cell;
}
*/
/*
.fs2{
  font-size:80%;
}
*/
/*
.fs3{
  font-size:12px;
}
*/
.mt0 {
  margin-top: 0 !important;
}

.mt05 {
  margin-top: 0.5em !important;
}

.mt1 {
  margin-top: 1em !important;
}

.mt2 {
  margin-top: 2em !important;
}

.mt3 {
  margin-top: 3em !important;
}

.mt4 {
  margin-top: 4em !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb05 {
  margin-bottom: 0.5em !important;
}

.mb1 {
  margin-bottom: 1em !important;
}

.mb2 {
  margin-bottom: 2em !important;
}

.mb3 {
  margin-bottom: 3em !important;
}

.mb4 {
  margin-bottom: 4em !important;
}

.ml0 {
  margin-left: 0em !important;
}

.ml05 {
  margin-left: 0.5em !important;
}

.ml1 {
  margin-left: 1em !important;
}

.ml2 {
  margin-left: 2em !important;
}

.ml3 {
  margin-left: 3em !important;
}

.ml4 {
  margin-left: 4em !important;
}

.mr0 {
  margin-right: 0em !important;
}

.mr05 {
  margin-right: 0.5em !important;
}

.mr1 {
  margin-right: 1em !important;
}

.mr2 {
  margin-right: 2em !important;
}

.mr3 {
  margin-right: 3em !important;
}

.mr4 {
  margin-right: 4em !important;
}

/*
.ltsp3of4{
  letter-spacing: 4 / 3 - 1em;
}
.ltsp2of4{
  letter-spacing: 4 / 2 - 1em;
}
.ltsp1of4{
  letter-spacing: 4 / 1 - 1em;
}
*/
/*
.ind1{
  text-indent:-1em;
  margin-left:2em;
}
*/
/*
.link_box{
  margin:30px 5em;
}
*/
.error_msg {
  color: #cc3333;
  margin: 0;
}
.error_msg:before {
  content: "⚠️";
}
.error_msg:after {
  content: "";
}

.warning {
  margin: 1em 0;
  padding: 0.5em;
  border: 1px solid #bd3a43;
}
.warning h2 {
  margin: 0 0 0.5em 0;
  font-size: 1em;
  font-weight: bold;
  color: #bd3a43;
  text-align: center;
}
.warning ul {
  list-style: disc;
  margin: 0 0 0 2em;
}

/*
.short_error_msg_box{
  display:inline-block;
  width:19%;
  word-break:break-all;
  vertical-align:top;
}
*/
/*
.header_error_box{
  margin-bottom:1em;
  border:4px solid #cc6666;
  padding:1em;
  background:#fff;
}
*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.btn {
  border: 1px solid #bd3a43;
  border-radius: 0;
  background: #bd3a43;
  color: #ffffff;
  font-size: 1em;
  font-weight: bold;
  display: block;
  margin: 1em auto;
  padding: 0.9em 1.8em;
  cursor: pointer;
  transition: all 0.3s;
}
.btn:hover {
  color: #bd3a43;
  border: 1px solid #bd3a43;
  background: #f9e0cf;
  transition: all 0.3s;
}
.btn:active {
  position: relative;
  top: 2px;
}

.btn_back {
  border: 1px solid #888888;
  background: #888888;
  color: #ffffff;
  font-size: 1em;
  font-weight: normal;
  display: inline-block;
  margin: 1em auto;
  padding: 0.3em 0.6em;
  cursor: pointer;
}
.btn_back:hover {
  color: #888888;
  border: 1px solid #888888;
  background: #eeeeee;
  transition: all 0.3s;
}
.btn_back:active {
  position: relative;
  top: 2px;
}

.btn_search {
  border: 1px solid #1d1c3f;
  border-radius: 0;
  background: #eeeeee;
  font-size: 0.95em;
  display: inline-block;
  margin: 0 0 0 0.5em;
  padding: 0.2em 0.4em;
  cursor: pointer;
  transition: all 0.3s;
}
.btn_search:hover {
  color: #1d1c3f;
  border: 1px solid #1d1c3f;
  background: #FFF;
  transition: all 0.3s;
}
.btn_search:active {
  position: relative;
  top: 2px;
}

/*
.menu_btn{ // マイページ上でメニュー用のボタン
  a{
    border: 4px solid #3b673c;
    border-radius: 5px;
    background: #3b673c;
    color: #ffffff;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    display: block;
    padding: 0.5em;
    margin: 1em auto;
    width: 19em;
    max-width: 100%;
    cursor: pointer;
  }
  a:hover{
    border: 4px solid #223B22;
    background: #223B22;
  }
  a:active{
    position: relative;
    top: 2px;
  }
  &-grayout{
    a{
      border: 4px solid #d9d9d9;
      background: #d9d9d9;
      cursor:default;
    }
    a:hover{
      border:4px solid #d9d9d9;
      background: #d9d9d9;
      }
  }
}
.menu_btn_back{ // マイページ上でメニュー用のボタン（戻る）
  a{
    border: 4px solid #3b673c;
    border-radius: 5px;
    background: #3b673c;
    color: #ffffff;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    display: block;
    padding: 0.5em;
    margin: 1em auto;
    width: 12em;
    max-width: 100%;
    cursor: pointer;
  }
  a:hover{
    border: 4px solid #223B22;
    background: #223B22;
  }
  a:active{
    position: relative;
    top: 2px;
  }
  &-grayout{
    a{
      border: 4px solid #d9d9d9;
      background: #d9d9d9;
      cursor:default;
    }
    a:hover{
      border:4px solid #d9d9d9;
      background: #d9d9d9;
      }
  }
}
*/
/*
.question.disable{
    color: #9d9d9d;
}
*/
/*
.answer.disable{
    color: #9d9d9d;
}
*/
/*
.youshiki{
  display:inline-block;
  vertical-align:top;
  margin-left:0.5em;
}
*/
/*
.mgn4{
  margin-top:4em;
  margin-bottom:4em;
}
*/
/*
.login_btn:hover{
  opacity:0.8;
}
*/
/*
.link_wrap{
  display:inline-block;
  max-width:355px;
  vertical-align:top;
}
*/
.nobr {
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .nobr {
    white-space: normal;
  }
}

/*
.utls{
  margin-top:2em;
}
*/
/*
.utl_item{
  border:1px solid #333;
  padding:10px;
  background:white;
  dd::after{
    content:"";
    clear:both;
    display:block;
  }
  &:hover{
    background:#fafaff;
  }
}
*/
/*
.download_ttl{
  background:url('/img/ttl_bk_gr.gif');
  padding-left:15px;
  font-size:1.5em;
  line-height:2;
  color:#333;
}
*/
.clear {
  clear: both;
}

.contact_address {
  display: inline-block;
  padding: 10px;
  float: right;
}

.link {
  text-decoration: none;
  border-bottom: dotted 1px #bd3a43;
}
.link:hover {
  color: #bd3a43;
  border-bottom: none;
}

/*
.link_under{
  color:$color-campaign-base;
  text-decoration: underline;
  &:hover{
    color: #3E571E;
  }
}
*/
.endpos {
  position: absolute;
  bottom: 0;
  z-index: 40;
}
@media screen and (max-width: 500px) {
  .endpos {
    bottom: auto;
  }
}

.hidden {
  display: none;
}

/* 画面別 -------------------- */
/* 共通 */
.content_info_wrap {
  background: white;
  border: 1px solid #999;
  margin: 2em 1em;
  /*
  min-height: 300px;
  */
  padding-bottom: 1em;
  /* サインアップ画面（views/signup.php） */
  /* マイページ画面（views/mypage.php） */
}
@media screen and (max-width: 500px) {
  .content_info_wrap {
    margin: 1em;
  }
}
.content_info_wrap-signup {
  vertical-align: top;
  position: relative;
}
.content_info_wrap-signup .dl_list dt {
  width: 5em;
  display: block;
  text-align: right;
  float: left;
  line-height: 2;
}
.content_info_wrap-signup .dl_list dd {
  display: block;
  margin-left: 5em;
  line-height: 2;
}
.content_info_wrap-signup .login {
  text-align: right;
  margin-bottom: 1em;
}
.content_info_wrap-signup .login a {
  padding: 0.2em;
  color: #FFFFFF;
  background: #bd3a43;
  border-radius: 4px;
}
.content_info_wrap-signup .login a:hover {
  color: #ffffff;
  background: #3E571E;
}
.content_info_wrap-mypage {
  vertical-align: top;
  position: relative;
  margin-top: 0;
}
.content_info_wrap-mypage .dl_list dt {
  width: 5em;
  display: block;
  text-align: right;
  float: left;
  line-height: 2;
}
.content_info_wrap-mypage .dl_list dd {
  display: block;
  margin-left: 5em;
  line-height: 2;
}
.content_info_body {
  margin-top: 2em;
}
@media screen and (max-width: 700px) {
  .content_info_body {
    display: block;
  }
}
.content_info_txt {
  margin-bottom: 0;
  padding-bottom: 0;
}
.content_info_txt_wrap {
  padding-right: 1.5em;
  padding-left: 1.5em;
  vertical-align: top;
}
@media screen and (max-width: 700px) {
  .content_info_txt_wrap {
    display: block;
  }
}
.content_info_txt_wrap h2 {
  margin-top: 0;
}
.content_info_txt_wrap-signup {
  padding-left: 1em;
}
.content_info_footer dt {
  font-weight: normal;
}
.content_info_outer {
  /* サインアップ画面用（views/signup.php） */
  /* マイページ画面用（views/mypage.php） */
}
.content_info_outer-signup {
  border-spacing: 1em 0;
  margin: 0 -1em;
}
.content_info_outer-mypage {
  border-spacing: 1em 0;
  margin: 0 -1em;
}
.content_info_head {
  text-align: center;
  color: white;
  font-size: 1.2em;
  padding: 0.3em;
  margin: 1em;
  border-radius: 5px;
  background: #bd3a43;
  border: 4px solid #bd3a43;
  font-weight: bold;
}
.content_info_subhead {
  margin: 26px 0 4px;
  padding: 0 0 0 6px;
  border-left: 3px solid #bd3a43;
  font-size: 1.2em;
  font-weight: bold;
  color: #bd3a43;
  vertical-align: top;
}
.content_info_childhead {
  margin: 14px 0 4px;
  padding: 0 0 0 6px;
  border-left: 2px solid #000000;
  font-size: 1.1em;
  font-weight: bold;
}

/* サインアップ画面（views/signup.php） */
.signup_block {
  background: white;
  margin: 5px auto;
  width: 100%;
  max-width: 701px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 1em;
}
@media screen and (max-width: 991px) {
  .signup_block {
    position: static;
  }
}
.signup_ttl {
  text-align: center;
  color: white;
  font-size: 1.2em;
  line-height: 2.6;
  background-color: #bd3a43;
  margin: 0 0 10px;
  border-radius: 5px 5px 0 0;
}
.signup_wrap, .signup_wrap-single, .signup_wrap-survey {
  display: table;
  width: 100%;
  max-width: 700px;
  margin: auto;
  background-color: rgba(189, 58, 67, 0.15);
  padding: 1em 2em;
}
@media screen and (max-width: 500px) {
  .signup_wrap, .signup_wrap-single, .signup_wrap-survey {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .signup_wrap, .signup_wrap-single, .signup_wrap-survey {
    padding: 1em;
  }
}
.signup_wrap-survey {
  padding-top: 0;
  padding-bottom: 0;
}
.signup_row {
  display: table-row;
}
.signup_row-survey, .signup_row-single {
  display: block;
}
.signup_row-survey {
  padding: 0 0.5em 1em 0.5em;
  background: white;
}
.signup_label {
  padding: 0.5em 0.5em 0.5em 0;
  min-width: 10em;
  margin-right: 1em;
  display: table-cell;
  font-size: 0.9;
}
@media screen and (max-width: 500px) {
  .signup_label {
    padding: 0;
    text-align: left;
    display: block;
  }
}
.signup_label_dummy {
  display: none;
}
.signup_label_wrap {
  margin-left: 1em;
}
.signup_label_wrap input {
  padding: 0.2em;
}
.signup_label_sub {
  text-indent: -1em;
  padding: 0 0.5em 0.5em 3.5em;
}
.signup_label_sub img {
  padding: 0 0.5em 0.5em 0;
}
.signup_label_4_checkbox {
  font-weight: normal;
  padding: 0 0.25em;
  vertical-align: text-top;
}
.signup_terms {
  padding: 0.5em;
  height: 150px;
  overflow-y: scroll;
  border: solid 1px #C1C1C1;
  background: white;
  font-size: 0.9em;
}
.signup_terms h3 {
  margin-top: 1em;
  font-size: 1em;
  font-weight: bold;
}
.signup_terms p {
  margin: 0;
}
.signup_terms ul {
  list-style-type: disc;
  margin-bottom: 0;
}
.signup_terms li {
  margin-left: 2em;
}
.signup_input_wrap {
  display: table-cell;
}
.signup_input_wrap input {
  width: 100%;
  padding: 0.2em;
}
.signup_input_wrap input[id^="age"], .signup_input_wrap input[id^="sex"] {
  width: auto;
}
.signup_input_wrap input[id^="name"], .signup_input_wrap input[id^="kana"], .signup_input_wrap input#postalcode, .signup_input_wrap input[id^="address2"] {
  width: 50%;
}
.signup_input_wrap input#tel {
  width: 60%;
}
.signup_input_wrap span {
  font-size: 0.9em;
}
@media screen and (max-width: 500px) {
  .signup_input_wrap {
    display: block;
    padding-bottom: 1em;
  }
}
.signup_input_wrap-single {
  padding: 0 0.5em;
}
.signup_required {
  color: red;
}
.signup_endmessage {
  color: #bd3a43;
  text-align: center;
  font-weight: bold;
  margin: 1em 0;
}

/* ログイン画面（views/login.php） */
.login_block {
  background: white;
  margin: 2em auto;
  border: 1px solid #bd3a43;
  border-radius: 6px;
  width: 490px;
  position: relative;
}
@media screen and (max-width: 500px) {
  .login_block {
    margin: 1em auto;
  }
}
@media screen and (max-width: 500px) {
  .login_block {
    width: 100%;
  }
}
.login_ttl {
  text-align: center;
  color: white;
  font-size: 1.2em;
  line-height: 2.6;
  background-color: #bd3a43;
  margin: 0 0 10px;
  border-radius: 5px 5px 0 0;
}
.login_wrap {
  display: table;
  width: 500px;
  margin: 2em 0;
}
@media screen and (max-width: 500px) {
  .login_wrap {
    width: calc(100% - 3em);
    margin: 1em auto;
  }
}
.login_row {
  display: table-row;
}
.login_label {
  padding: 0.5em;
  min-width: 10em;
  text-align: right;
  margin-right: 1em;
  display: table-cell;
  font-size: 0.9;
}
@media screen and (max-width: 500px) {
  .login_label {
    padding: 0;
    text-align: left;
    display: block;
  }
}
.login_input_wrap {
  display: table-cell;
}
.login_input_wrap input {
  width: 270px;
}
@media screen and (max-width: 500px) {
  .login_input_wrap input {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .login_input_wrap {
    display: block;
    padding-bottom: 1em;
  }
}
.login_error {
  color: #cc3333;
  margin: 0 1em;
}

/* マイページ画面（views/mypage.php） */
.mypage_info {
  border: 1px solid #3b673c;
  border-radius: 6px;
  margin: 0;
  position: relative;
}
.mypage_info-title {
  background: #3b673c;
  border-radius: 5px 5px 0 0;
  padding: 0.5em;
  color: #FFFFFF;
  font-weight: bold;
}
.mypage_info-title a {
  padding: 0.2em;
  color: #FFFFFF;
  border-radius: 4px;
}
.mypage_info-title a:hover {
  color: #3b673c;
  background: #FFFFFF;
}
.mypage_info-logout {
  position: absolute;
  top: calc(0.5em + 0.2em);
  right: 0.5em;
  font-size: 0.9em;
  font-weight: normal;
}
.mypage_info-logout a {
  padding: 0.2em;
  color: #FFFFFF;
  border-radius: 4px;
}
.mypage_info-logout a:hover {
  color: #3b673c;
  background: #FFFFFF;
}
.mypage_info-list {
  padding: 0.5em 0.5em 0.5em 1em;
  margin: 0;
}
.mypage_info-list dt {
  width: 8em;
  display: block;
  text-align: right;
  float: left;
  line-height: 2;
  font-weight: normal;
}
.mypage_info-list dd {
  display: block;
  margin-left: 8em;
  line-height: 2;
}
.mypage_info p {
  padding: 0.5em 0.5em 0.5em 1em;
  margin: 0;
}

.mypage_menu {
  background: white;
  margin: 6em auto;
  width: 490px;
  margin: auto;
}
@media screen and (max-width: 500px) {
  .mypage_menu {
    width: 100%;
  }
}
.mypage_menu_endmessage {
  color: #223B22;
  text-align: center;
  font-weight: bold;
  margin: 1em 0;
}

.breadcrumb_info ul {
  margin: 0;
}
.breadcrumb_info li {
  display: inline;
}
.breadcrumb_info li:first-child::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f015';
  color: #333;
  margin-right: 0.2em;
}
.breadcrumb_info li:not(:last-child)::after {
  content: " > ";
}

.progress_info ol {
  margin: 0;
  padding: 0;
  counter-reset: step;
  z-index: 0;
  position: relative;
}
.progress_info ol li {
  list-style-type: none;
  width: 25%;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #aaa;
}
.progress_info ol li:before {
  width: 30px;
  height: 30px;
  content: counter(step);
  counter-increment: step;
  line-height: 30px;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: #eee;
}
.progress_info ol li:after {
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #eee;
  top: 15px;
  left: -50%;
  z-index: -1;
}
.progress_info ol li:first-child:after {
  content: none;
}
.progress_info ol li.is-current {
  color: #bd3a43;
}
.progress_info ol li.is-current:before {
  background-color: #bd3a43;
  color: #fff;
}
.progress_info ol li.is-current + li:after {
  background-color: #bd3a43;
}
.progress_info_suisen ol li {
  width: 33.3%;
}
.progress_info_vote ol li {
  width: 20%;
}

/* マイページ内の推薦画面・投票画面共通 */
.form_error {
  border: 1px solid #cc3333;
  margin: 0 0 1em;
  padding: 0;
}
.form_error p {
  margin: 0;
  padding: 0.5em;
}

/* マイページ内の推薦画面（views/suisen_mypage.php） */
.suisen_chart_list {
  column-count: 4;
  column-rule: 1px solid #999;
}
@media screen and (max-width: 800px) {
  .suisen_chart_list {
    column-count: 3;
  }
}
@media screen and (max-width: 600px) {
  .suisen_chart_list {
    column-count: 2;
  }
}

.suisen_chart_initial {
  background-color: #E8EBD5;
}

.suisen_chart_name {
  margin-left: 1em;
}
.suisen_chart_name label {
  font-weight: normal;
}
.suisen_chart_name input:checked + span {
  background-color: #FFE4C4;
  color: #cc3333;
  font-weight: bold;
}

/* マイページ内の推薦確認画面（views/check_suisen_mypage.php） */
.suisen_check_view {
  border: 1px solid #999;
  padding: 1em;
}

.suisen_check_name {
  font-size: 2em;
  text-align: center;
  font-weight: bold;
}

/* マイページ内の投票画面（views/vote_step1_mypage.php～views/vote_step3_mypage.php） */
.vote_chart_list {
  column-count: 4;
  column-rule: 1px solid #999;
}
@media screen and (max-width: 800px) {
  .vote_chart_list {
    column-count: 3;
  }
}
@media screen and (max-width: 600px) {
  .vote_chart_list {
    column-count: 2;
  }
}

.vote_chart_initial {
  background-color: #E8EBD5;
}

.vote_chart_name {
  margin-left: 1em;
}
.vote_chart_name label {
  font-weight: normal;
}
.vote_chart_name input:checked + span {
  background-color: #FFE4C4;
  color: #cc3333;
  font-weight: bold;
}
.vote_chart_name input[disabled] + span {
  color: #CCCCCC;
}

/* マイページ内の投票確認画面（views/check_vote_mypage.php） */
.vote_check_view {
  border: 1px solid #999;
  padding: 1em;
}

.vote_check_name {
  font-size: 2em;
  text-align: center;
  font-weight: bold;
}

.vote_check_noname {
  font-size: 2em;
  text-align: center;
}
