@charset "UTF-8";
/* -----------------------
未ログイン時の説明ページ
-------------------------- */
* p {
  color: #333;
  line-height: 1.7;
}

#container {
  width: 100%;
}

#columnWrap {
  width: 100%;
}

.inner_unlogin {
  width: 950px;
  margin: 0 auto;
  padding: 60px 0;
}

.unlogin_login {
  background: #ffeda0;
}
.unlogin_login .inner_unlogin {
  padding: 40px 0;
}

.login_box {
  padding: 10px 15px;
  border-radius: 8px;
  background: #fff;
}
.login_box_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.login_left, .login_right {
  text-align: center;
}
.login_left .ttl_txt, .login_right .ttl_txt {
  margin: 15px 0 5px 0;
}

.login_left {
  margin-right: 40px;
}
.login_left .btn_secondary {
  width: 280px;
  margin: 10px auto;
}
.login_left .btn_secondary .small {
  font-size: 12px;
}

.login_right {
  width: 280px;
}

.unlogin_visual {
  width: 100%;
  background: #ffeda0;
  text-align: center;
}
.unlogin_visual .inner_unlogin {
  padding-top: 0;
}

.unlogin_visual_con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 260px;
  margin-top: -20px;
}
.unlogin_ttl_area {
  width: 55%;
  margin: auto 0;
}
.unlogin_main_ttl {
  display: inline-block;
  position: relative;
}
.unlogin_main_ttl p {
  color: #111;
  font-weight: bold;
  font-size: 36px;
}
.unlogin_main_ttl.emph {
  margin-bottom: -10px;
}
.unlogin_main_ttl.emph p {
  padding: 8px 36px;
}
.unlogin_main_ttl.emph:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 30px;
  content: "";
  border-top: 10px solid #fff;
  border-left: 10px solid #fff;
}
.unlogin_main_ttl.emph:after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 30px;
  content: "";
  border-bottom: 10px solid #fff;
  border-right: 10px solid #fff;
}
.unlogin_sub_ttl {
  color: #333;
  font-size: 16px;
  margin-top: 16px;
}
.unlogin_mainv {
  width: 45%;
  height: auto;
  background: url("../image/sw/cu/unlogin/mainv_pc.png") no-repeat bottom/contain;
}

.unlogin_intro {
  background: #fff8d5 url("../image/sw/cu/unlogin/city.svg") repeat-x bottom center;
  background-size: auto 60px;
}
.unlogin_intro_ttl {
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}
.unlogin_intro_ttl:after {
  display: block;
  width: 80px;
  height: 3px;
  margin: 4px auto 0;
  background: #f8bc47;
  content: "";
}
.unlogin_intro_txt {
  padding: 30px 0 20px;
  font-size: 14px;
  text-align: center;
}

.unlogin_help {
  background: #fffef4;
}
.unlogin_help_box {
  position: relative;
  padding-top: 70px;
  margin-bottom: 60px;
}
.unlogin_help_box:after {
  position: absolute;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 35px auto 0;
  content: "";
  border-style: solid;
  border-width: 20px 13px 0 13px;
  border-color: #f8bc47 transparent transparent transparent;
}
.unlogin_help_box:last-child {
  margin-bottom: 0;
}
.unlogin_help_box:last-child:after {
  display: none;
}
.unlogin_help_ttl {
  font-weight: bold;
  font-size: 18px;
}
.unlogin_help_txt {
  padding: 20px 0;
  color: #555;
  font-size: 14px;
}
.unlogin_help_txt .small {
  font-size: 12px;
}

#footer {
  margin-right: auto;
  margin-left: auto;
}
