@charset "UTF-8";
@import url("../css/reset.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900&display=swap");
/* -- FOUNDATION -- */
html {
  font-size: 62.5%;
}

body {
  font: 1.6rem/1.7 "Noto Sans JP", sans-serif !important;
  color: #333333;
  background: #F00 !important;
  font-weight: 300;
  font-feature-settings: "palt";
  letter-spacing: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #333333;
  transition: 0.3s;
}

a:hover {
  filter: contrast(120%);
}

li {
  list-style: none;
}

main {
  display: block;
}

/* -- LAYOUT -- */
#page_header {
  width: 1000px;
  background: #ffffff;
  margin: 50px auto 0;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.015), 0 6.7px 5.3px rgba(0, 0, 0, 0.02), 0 12.5px 10px rgba(0, 0, 0, 0.024), 0 22.3px 17.9px rgba(0, 0, 0, 0.027), 0 41.8px 33.4px rgba(0, 0, 0, 0.033), 0 100px 80px rgba(0, 0, 0, 0.05);
}

#page_header img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

#page_header .header_block {
  display: none;
  padding: 12px 20px;
  background: #fff;
}

/********************************************
.kv
********************************************/
.kv_wrap {
  display: block;
  box-sizing: border-box;
  padding: 5% 10%;
  background: #FFF;
  border-radius: 20px 20px 0 0;
}

@media (max-width: 768px) {
  .kv_wrap {
    padding: 5% 4%;
  }
}

/********************************************
フォーム
********************************************/
input[type="submit"] {
  background: #000000 !important;
}

@media (max-width: 768px) {
  input[type="submit"] {
    width: 100% !important;
  }
}

.sitetop {
  color: #F00 !important;
}

#formArea {
  width: 960px;
  background: #fff;
  padding: 12px 20px;
  margin: 0 auto 20px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.015), 0 6.7px 5.3px rgba(0, 0, 0, 0.02), 0 12.5px 10px rgba(0, 0, 0, 0.024), 0 22.3px 17.9px rgba(0, 0, 0, 0.027), 0 41.8px 33.4px rgba(0, 0, 0, 0.033), 0 100px 80px rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
  #page_header {
    width: 90%;
    margin: 25px auto 0;
  }
  #page_header img {
    width: 100%;
    height: auto;
    max-width: 1000px;
  }
  #page_header .header_block {
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 12px 20px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background: #fff;
  }
  #formArea {
    width: 82%;
    background: #fff;
    padding: 12px 4%;
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
}

.footer {
  position: relative;
}

.footer_sns_sp {
  display: none;
}

.footer_bnr {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 70px auto;
}

.footer_pagetop {
  display: none;
}

.footer_tfm {
  margin-right: 50px;
  width: 231px;
  height: auto;
}

.footer_seibu {
  width: 231px;
  height: auto;
}

.footer_bottom {
  position: relative;
}

@media (max-width: 480px) {
  .footer_sns_sp {
    width: 100%;
    background: #e8f6fc;
    padding: 20px 0;
    display: block;
  }
  .footer_sns_sp_list {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer_sns_sp_radiko {
    width: 45%;
    margin: 0 auto 10px;
  }
  .footer_sns_sp_radiko img {
    width: 100%;
    height: auto;
    max-width: 229px;
  }
  .footer_sns_sp_tw a {
    display: block;
    width: 30px;
    margin: 0 10px 0 0;
  }
  .footer_sns_sp_fb a {
    display: block;
    width: 30px;
    margin: 0 0px 0 0;
  }
  .footer_bnr {
    flex-flow: column;
    align-items: center;
    margin: 40px 0 40px;
  }
  .footer_bnr > li {
    max-width: 250px;
  }
  .footer_pagetopSp {
    position: relative;
    display: block;
    text-align: center;
  }
  .footer_tfm {
    margin: 0 auto 40px;
    width: 45%;
  }
  .footer_seibu {
    width: 45%;
  }
}

.copyright {
  padding: 11px 0;
  font-size: 1.1rem;
  color: #000000;
  letter-spacing: 0.1em;
  text-align: center;
}

@media (max-width: 768px) {
  .copyright {
    padding: 15px 0;
    font-size: 1.1rem;
    letter-spacing: 0;
  }
}

.pagetop {
  position: fixed;
  display: flex;
  align-items: center;
  bottom: -135px;
  right: 30px;
  transition: 0.4s ease;
  cursor: pointer;
  background: #000000;
  padding: 15px 10px;
  border-radius: 10px;
  z-index: 2;
}

.pagetop img {
  width: 20px;
}

.pagetop.is-scroll {
  bottom: 30px;
}

@media (max-width: 768px) {
  .pagetop {
    right: 15px;
  }
  .pagetop.is-scroll {
    bottom: 15px;
  }
}

/* -- UTILITY -- */
/* 共通フッター用 もしくはブレイクポイントごとの表示指定 */
.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}

/*# sourceMappingURL=./style.css.map */
.present_chk label.chk-text {
  height: auto;
  margin-bottom: 15px;
}

#ualink {
  color: #3390ff;
  font-weight: bold;
  text-decoration: underline;
}

/********************************************
.end
********************************************/
.end{
  font-size: 3.0rem;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin: 100px auto 100px;
}
@media (max-width: 768px) {
  .end{
    font-size: 2.0rem;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin: 50px auto 50px;
  }
  
}
/********************************************
.contents
********************************************/
.contents {
  width: 86%;
  margin: 30px auto 30px;
  padding: 3% 0%;
  box-sizing: border-box;
  border-radius: 20px;
  border: 3px solid #F00;
}

@media (max-width: 768px) {
  .contents {
    width: 96%;
    padding: 5% 5% 0;
    margin: 15px auto 15px;
    border: 2px solid #F00;
  }
}

.contents_ttl {
  font-size: 3.0rem;
  font-weight: 700;
  color: #F00;
  text-align: center;
  margin: 0 auto 20px;
}

@media (max-width: 768px) {
  .contents_ttl {
    font-size: 2.0rem;
    margin: 0 auto 15px;
    line-height: 1.4;
  }
}

.contents_point {
  width: 90%;
  margin: 0 auto 30px;
  background: #000000;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding: 1% 5%;
  box-sizing: border-box;
  color: #ffffff;
}

.contents_point span {
  font-size: 3rem;
}

.contents_point_pc {
  display: inline-block !important;
}

@media (max-width: 768px) {
  .contents_point_pc {
    display: none;
  }
}

@media (max-width: 768px) {
  .contents_point {
    width: 100%;
    font-size: 1.6rem;
  }
  .contents_point span {
    font-size: 2.4rem;
  }
}

.contents_time {
  width: 90%;
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .contents_time {
    width: 100%;
  }
}

.contents_time_wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.contents_time strong {
  font-size: 2.2rem;
  font-weight: 900;
  display: block;
  margin: 0 auto 15px;
}

@media (max-width: 768px) {
  .contents_time strong {
    font-size: 1.6rem;
  }
}

.contents_time p {
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .contents_time p {
    width: 100%;
    font-size: 1.4rem;
  }
}

.contents_time span {
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #F00;
  padding: 2px 5px;
  border-radius: 100px;
  font-weight: bold;
  margin-right: 20px;
  box-sizing: border-box;
}

.contents_time span img {
  width: 20px;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .contents_time span {
    width: 25%;
    font-size: 1.2rem;
    margin-right: 10px;
  }
  .contents_time span img {
    width: 10px;
    margin-right: 5px;
  }
}

.contents_lead {
  width: 90%;
  font-size: 1.8rem;
  line-height: 2.8;
  text-align: left;
  margin: 0 auto;
  background: linear-gradient(#ccc 1px, transparent 1px);
  background-size: auto 2.5em;
  border-bottom: 1px #ccc solid;
  line-height: 2.5em;
}

@media (min-width: 481px) and (max-width: 768px) {
  .contents_lead {
    font-size: 1.5rem;
    margin: 0 auto 30px;
  }
}

@media (max-width: 480px) {
  .contents_lead {
    width: 100%;
    font-size: 1.3rem;
    margin: 0 auto 30px;
    text-align: left;
  }
  .contents_lead br {
    display: none;
  }
}

.contents_notes {
  width: 90%;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: left;
  margin: 30px auto 0;
  background-size: auto 2.5em;
}

.contents_notes a {
  color: #F00 !important;
  text-decoration: underline;
}

@media (min-width: 481px) and (max-width: 768px) {
  .contents_notes {
    font-size: 1.5rem;
    margin: 0 auto 30px;
  }
}

@media (max-width: 480px) {
  .contents_notes {
    width: 100%;
    font-size: 1.3rem;
    margin: 0 auto 30px;
    text-align: left;
    line-height: 1.8;
  }
}

.contents_article {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

@media (max-width: 768px) {
  .contents_article {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.contents_personality {
  width: 48%;
  background: url(../../img/personality_bg.jpg);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 1.93237%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

@media (min-width: 481px) and (max-width: 768px) {
  .contents_personality {
    width: 70%;
    margin: 0 auto 30px;
  }
}

@media (max-width: 480px) {
  .contents_personality {
    width: 100%;
    margin: 0 auto 30px;
    padding: 3.86473%;
  }
}

.contents_personality_wrap {
  width: 100%;
  background: #fff;
  border-radius: 3px;
  padding: 2%;
  box-sizing: border-box;
}

@media (max-width: 480px) {
  .contents_personality_wrap {
    padding: 3%;
  }
}

.contents_personality_border {
  width: 100%;
  background: url(../../img/personality_ttl.png) center 15px no-repeat;
  background-size: 100%;
  border: 1px dotted #c5a988;
  border-radius: 3px;
  padding: 2%;
  box-sizing: border-box;
}

.contents_personality_name {
  margin-top: 10.86957%;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.4;
}

.contents_personality_name span {
  display: block;
  font-size: 1.1rem;
}

@media (max-width: 480px) {
  .contents_personality_name {
    margin-top: 14.49275%;
    font-size: 1.8rem;
  }
}

.contents_personality_txt {
  font-size: 1.4rem;
  text-align: center;
  padding: 15px 0;
}

@media (max-width: 480px) {
  .contents_personality_txt {
    font-size: 1.2rem;
    text-align: left;
    padding: 15px 7px;
  }
  .contents_personality_txt br {
    display: none;
  }
}

.contents_bnr {
  width: 48%;
  background: url(../../img/bnr_bg.png);
  padding: 30px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.contents_bnr_inner {
  width: 90%;
  margin: 0;
}

@media (min-width: 481px) and (max-width: 768px) {
  .contents_bnr {
    width: 70%;
  }
}

@media (max-width: 480px) {
  .contents_bnr {
    width: 100%;
    margin-bottom: 15px;
  }
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .contents_lead {
  border-bottom: none;
}

_:-ms-lang(x)::-ms-backdrop, .fm-btnArea {
  display: block !important;
}
