.background-color {
  background-color: #fff;
}

.center {
  text-align: center;
}

body {}

p {
  font-feature-settings: "palt";
  color: #333;
}

ul,
dl {
  text-align: left;
}

li {
  list-style: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.t-center {
  text-align: center;
}

#header {
  max-width: 900px;
  margin: 0 auto;
  color: #ffffff;
  box-sizing: border-box;
  margin-bottom: 10px;
}


.contents {
  max-width: 900px;
  padding: 20px;
  margin: auto;
  margin-bottom: 80px;
  background: #02A4E2;
}

.contents-inner {
  padding: 50px 20px 50px 20px;
  background: #fff;
}

.contents-inner_read {
  width: 95%;
  margin: 0 auto 50px;
}

.contents-inner_read_img {
  margin-bottom: 20px;
}

.contents-inner_read_text {
  text-align: center;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto 50px;
  width: 95%;
}

.flex p {
  flex: 0.9;
}

.flex_text {
  width: 100%;
}

.flex_img {
  width: 80%;
  margin-left: 30px;
}


.btn_box {
  margin-top: 50px;
}

.form_btn,
.vote-form-btn-large {
  display: block;
  max-width: 500px;
  margin: 10px auto 0;
  font-weight: bold;
  padding: 20px 0;
  border-radius: 45px;
  background: #349ae0;
  color: #fff;
  text-align: center;
  border: solid 2px #349ae0;
  transition: 0.3s;
}

.vote-form-btn-large {
  max-width: 500px;
}

.form_btn:hover,
.vote-form-btn-large:hover {
  border: solid 2px #349ae0;
  background: #fff;
  color: #349ae0 !important;
}

.bold {
  font-size: 1rem;
  font-weight: bold;
}

.emphasis {
  font-size: 1.1rem;
}

.cakeday {
  font-size: 0.9em;
  display: block;
  text-align: center;
}

.marker {
  background: linear-gradient(transparent 70%, #ffd82b 70%);
  display: inline;
}

.note {
  border: solid 2px #ffd418;
  background: #fff;
  margin-top: 50px;
  width: 90%;
  margin: 0 auto;
}

.note_ttl {
  padding: 10px 0;
  background: #ffd418;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
}

.note_list {
  padding: 30px 50px;
  font-size: 1rem;
}

.note_list dt {
  padding: 0 0.5em;
  /*上下 左右の余白*/
  color: #ffd418;
  /*文字色*/
  background: transparent;
  /*背景透明に*/
  border-left: solid 5px #ffd418;
  /*左線*/
  margin-bottom: 10px;
  font-weight: bold;
}

.note_list dd {
  margin-left: 0;
  margin-bottom: 20px;
  color: #333;
}

.note_list ul {
  padding-left: 1em;
}

.underline {
  text-decoration: underline;
  transition: .3s;
}

.underline:hover {
  text-decoration: underline;
  transition: .3s;
}


.content .content-inner {
  line-height: 2.3rem;
}

.content .content-inner dl dt {
  padding: 2px 10px;
  border-left: 5px solid #5a322b;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 30px 0 10px;
}

/*フォームレイアウト*/

.Twelve {
  max-width: 1119px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 1em 0;
}

.form_ttl {
  font-size: 1.8rem !important;
  line-height: 2.5rem;
}

.ui.container {
  width: 800px;
}

.ui.form .fields {
  flex-wrap: wrap;
  margin-bottom: 0;
}

.field label:last-of-type {
  width: 100%;
}



@media screen and (max-width: 480px) {

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .contents {
    width: 100%;
    margin-bottom: 0px;
    padding: 10px;
  }

  .contents-inner {
    width: 100%;
    padding: 30px 10px 50px;
  }

  .contents-inner_read_text {
    text-align: left;
  }

  #header {
    width: 100%;
    margin-bottom: 0;
  }

  .flex {
    display: block;
    width: 100%;

  }

  .flex_img {
    margin: 0 auto;
  }

  .contents-inner p {
    font-size: 1rem;
  }

  .marker {
    display: inline;
  }

  .cakeday {
    font-size: 0.9em;
    text-align: left;
  }

  .note {
    width: 100%;
  }

  .note_list {
    padding: 20px 15px;
    font-size: 1rem;
  }

  .btn_box {
    margin-bottom: 20px;
  }

  .form_btn,
  .vote-form-btn-large {
    padding: 15px 0;
  }

  .flex p {
    flex: 1;
    margin-bottom: 20px;
  }

  .form_ttl {
    font-size: 1.3rem !important;
    line-height: 2rem;
  }



}