@charset "utf-8";
/* ==========================================================

title : 生活施設検索
scope : 生活施設検索ログインページ

last modify : 2013/10/16 201_wakabayashi

========================================================== */

/* ----------------------------
 content
------------------------------ */

html,body{
	min-width: 1024px;
}

body {
	background: none;
  }

  footer .main_footer {
	margin-top: 130px;
  }

* > #content {
	display: block;
	width: 970px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	letter-spacing: 0.08em;
}
#content .box{
	width: 713px;
	overflow:hidden;
	margin:0 auto;
	text-align:center;
}
#content .box #boxp {
	font-size: 17px;
	font-weight: 300;
	line-height: 150%;
	letter-spacing: 0;
	margin-bottom: 1em;
	text-align: center;
}

#content .box .notice {
    background: #fff;
    border: 2px solid #F75586;
    border-radius: 5px;
	font-size: 15px;
	line-height: 1.5;
    margin: 0 auto 2.25em;
	overflow: hidden;
	padding: 1em 1.5em;
	text-align: left;
}

#content .box div {
	width:100%;
	margin:12px 0 0 0;
}
#content .box .err_lostwp {
	width: 120%;
	margin-left: -10%;
	text-align: left;
}
#content .box .err_lostwp_google {
	color: #f00;
	font-weight: 600;
	margin: 1em auto;
	width:100%;
}

#page_title {
	align-items: center;
	background: url(/entry_pubuser/image/login/img-title.png) no-repeat 0 0 / contain;
	display: flex;
	font-size: 30px;
	height: 85px;
	justify-content: center;
	margin: 0 0 30px 0;
	text-align: center;
	width: 970px;
}
.box_back{
	width:900px;
	margin:0 auto 0;
	height:25px;
}
.box_back p.txt_back a{
	display: inline-block;
	background: url(/image_cmn/ico_goback.gif) no-repeat 0 5px;
	padding: 5px 0 10px 25px;
	margin: 0 0 15px 0;
}
#green_box{
	background: #f6eee0;
	border: 1px solid #F75586;
	border-radius: 5px;
	margin: 10px auto 38px;
	text-align: center;
	width: 400px;
}
#bg_green_top{
	align-items: center;
	background: #f75586;
	color:#fff;
	display: flex;
	font-size: 19px;
	font-weight: 600;
	height: 43px;
	justify-content: center;
	line-height: 100%;
	letter-spacing: 0;
}
.bg_green_center{
	background: #f6eee0;
	height: auto;
}
.loginbox input[type="text"],
.loginbox input[type="password"]{
	background-color: #fff;
	border: 1px solid #8a3f56;
	border-radius: 3px;
	box-sizing: border-box;
	color:#333;
	font-size: 14px;
	height: 36px;
	padding-left: 48px;
	width: 100%;
}
.loginbox input[type="password"]::placeholder {
	color:#333;
  }

.loginbox .pass_lose {
	font-size: 15px;
}

#bg_green_bottom {
	background: #f6eee0;
	border-radius: 0 0 5px 5px;
	height: 26px;
	text-align: center;
}
ul.loginbox{
	list-style: none;
	margin: 0 auto;
	padding-top: 26px;
    width: 250px;
}
ul.loginbox li {
	position: relative;
}
ul.loginbox li:not(:last-child) {
	margin-bottom: 8px;
}
li.login_box01::before,
li.login_box02::before {
	content: '';
	display: block;
	left: 16px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
li.login_box02::before {
	top: 8px;
	transform: none;
}
li.login_box01::before {
	background: url('/search/image/user/ico-mail.png') no-repeat center center / contain;
	height: 14px;
	width: 18px;
}
li.login_box02::before {
	background: url('/search/image/user/ico-pass.png') no-repeat center center / contain;
	height: 19px;
	width: 19px;
}
li.err_lostwp {
	padding: 0 .5em;
	color:#FF0000;
	font-weight:bold;
}
.float_right{
	float:right;
	}
.float_left{
	float:left;
	}
#btn_login{
	align-items: center;
	background: #c80d46;
	border-radius: 5px;
	color: #fff;
	display: flex;
	font-size: 19px;
	font-weight: bold;
	height: 42px;
	justify-content: center;
	letter-spacing: 0em;
	margin: 0 auto;
	position: relative;
	width: 250px;
}
#btn_login::before {
	background: #fff url(/entry_pubuser/image/login/ico-mail.png) no-repeat center center / contain;
	background-size: 22px 21px;
	border-radius: 2px 0 0 2px;
	content: '';
	display: inline-block;
	height: 38px;
	left: 2px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 38px;
}
#btn_login input {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	align-items: center;
	background: #c80d46;
	border: none;
	border-radius: 5px;
    box-shadow: -1px -1px 3px 0 rgb(255 255 255 / 0%), 0 2px 3px 0 rgb(0 0 0 / 35%);
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 19px;
	font-weight: bold;
	height: 42px;
	justify-content: center;
	letter-spacing: 0em;
    outline: none;
    padding-left: 46px;
	width: 100%;
	height: 100%;
}
#btn_login:hover {
	opacity: .8;
}

#btn_login input[type="submit"] {
	font-size: 19px;
	font-weight: 600;
}

#content .box div.google_loginbox {
	float: none;
	margin: 20px auto 0;
	width: 320px;
}

.google_loginbox .btn_login {
    margin: 0 auto;
    width: 250px
}

.google_loginbox p.text {
    font-weight: 300;
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: 0;
    margin-top: 10px;
    padding-left: .25em;
    text-align: left;
}

.google_loginbox p.border {
    font-weight: 300;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0;
    margin-top: 20px;
    position: relative;
    text-align: center;
}

.google_loginbox p.border span {
    background-color: #F6EEE0;
    padding: 10px 20px;
    position: relative;
    z-index: 1;
  }

.google_loginbox p.border:after {
    border-top: 1px solid #693C11;
    content: '';
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
  }


.google_loginbox a.btn_google_login {
    align-items: center;
    background: #c80d46;
    border-radius: 5px;
    box-shadow: -1px -1px 3px 0 rgb(255 255 255 / 0%), 0 2px 3px 0 rgb(0 0 0 / 35%);
    color: #fff;
    display: flex;
    font-size: 19px;
    font-weight: bold;
    height: 42px;
    justify-content: center;
    letter-spacing: 0em;
    padding-left: 35px;
    position: relative;
}

.google_loginbox a.btn_google_login:hover {
    opacity: .8;
} 

.btn_google_login:before{
    background: #fff url(/entry_pubuser/image/login/ico-google.png) no-repeat center center / contain;
    background-size: 22px 21px;
    border-radius: 2px 0 0 2px;
    content: '';
    display: inline-block;
    height: 38px;
    left: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
}

.keep{
	text-align: center;
	margin-bottom: 9px;
}
.keep input{
	display: none;
}
.keep input[type="checkbox"]+label {
    color: #000;
    cursor: pointer;
	display: inline-block;
    font-size: 14px;
    letter-spacing: .05em;
	line-height: 22px;
    position: relative;
    padding-left: 30px;
}
.keep input[type="checkbox"]+label::before {
	background: #fff;
    border: 1px solid#afafaf;
    border-radius: 4px;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 22px;
    left: 0;
	position: absolute;
    top: 0;
    width: 22px;
}
.keep input[type=checkbox]:checked+label::before {
    background: #c80d46;
    border: 1px solid #c80d46;
}
.keep input[type="checkbox"]:checked+label::after {
    background: none;
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color: #fff;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 7px;
    left: 5px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    transform: rotate(-45deg);
    width: 12px;
}

/* ----------------------------
 キャンペーンバナー
------------------------------ */
#cambanner{
	width:500px;
	text-align:center;
	margin:0 auto 25px auto;
}

/* ----------------------------
 バナー
------------------------------ */
.banner_box{
	margin: 0 auto 20px;
	width: 450px;
}
.banner_box::after {
	background: url('/entry_pubuser/image/login/img-arrow-pk.png') no-repeat center center / contain;
	content: '';
	display: block;
	height: 16px;
	margin: 5px auto 0;
	width: 40px;
}
.banner_txt {
	font-size: 15px;
	letter-spacing: .06em;
	line-height: 1.6;
	padding: 5px;
}
.banner_box a {
	display: inline;
}
.banner_box .more_link::before {
	border-style: solid;
	border-width: .3em 0 .3em .4em;
	border-color: transparent transparent transparent #00e;
	box-sizing: border-box;
	content: '';
	display: inline-block;
	height: 0;
	margin-right: 2px;
	width: 0;
}

.banner_box .more_link:hover::before {
	border-color: transparent transparent transparent #f00;
}

/* ----------------------------
 新規登録
------------------------------ */
.signup {
	background: #F6EEE0;
	border: 1px solid #F75586;
	border-radius: 5px;
	margin: 0 auto 40px;
	text-align: center;
	width: 400px;
}
.signup_txt {
	align-items: center;
	background: #F75586;
	border-radius: 4px 4px 0 0;
	color: #fff;
	display: flex;
	font-size: 19px;
	font-weight: bold;
	height: 43px;
	justify-content: center;
	letter-spacing: 0em;
	margin-bottom: 5px;
}

.signup_link {
	align-items: center;
	background: #c80d46;
	border-radius: 5px;
    box-shadow: -1px -1px 3px 0 rgb(255 255 255 / 0%), 0 2px 3px 0 rgb(0 0 0 / 35%);
	color: #fff;
	display: flex;
	font-size: 19px;
	font-weight: bold;
	height: 42px;
	justify-content: center;
	letter-spacing: 0em;
	margin: 24px auto;
	width: 250px;
}

.signup_link::after {
	background: url('/search/image/user/ico-circle-arrow.png') no-repeat center center / contain;
	content: '';
	display: inline-block;
	height: 20px;
	margin: 0 0 0 10px;
	width: 20px;
}
.signup_link:hover {
	opacity: .8;
}
.signup_link:visited {
	color: #fff;
}

/* ----------------------------
 clearfix
------------------------------ */	
.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    zoom: 1; /* for IE6/7 */
}


/* ---------------------------------------
_toukouBox _toukou_bosyu _投稿ユーザー様募集
--------------------------------------- */
.toukou_bosyu {
  line-height: 1;
}

.infobnr_box,
.infobnr_box * {
  box-sizing: border-box;
  padding: 0;
}

.infobnr_box {
  border: 1px solid;
  margin: 40px auto;
  width: 567px;
}

.infobnr_box.toukou_bosyu {
  background-color: #fff2f7;
  border-color: #f5d9e3;
}

.infobnr_box .infobnr_title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0;
  padding: 12px;
  text-align: center;
}

.infobnr_box.toukou_bosyu .infobnr_title {
  background-color: #F46B94;
}

.infobnr_box .infobnr_inner {
  padding: 25px 0;
}

.infobnr_box .infobnr_inner dt {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1.25;
  text-align: center;
}

.infobnr_box .infobnr_inner dt::before,
.infobnr_box .infobnr_inner dt::after {
  background: url(/search/image/dtl/ico-square-mark.png) no-repeat center / contain;
  content: '';
  display: inline-block;
  height: 24px;
  width: 24px;
}

.infobnr_box .infobnr_inner dt::before {
  margin-right: 5px;
}

.infobnr_box .infobnr_inner dt::after {
  margin-left: 5px;
}

.infobnr_box .infobnr_inner dd {
  margin-top: 9px;
}

.infobnr_box .infobnr_bnr {
  margin: auto;
  width: 450px;
}

.infobnr_box .infobnr_cap {
  font-feature-settings: "palt";
  font-size: 16px;
  line-height: 1.4;
  margin-top: 10px;
}

.infobnr_box .infobnr_inner dt {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1.25;
  text-align: center;
}

.infobnr_box .infobnr_inner dd+dt {
  margin-top: 25px;
}

/* バナーレスポンシブ対応*/

.pc_hide {
	display: none;
}

.sp_hide {
	display: block;
}

@media screen and (max-width: 750px) {
	#siteroute {
	  box-shadow: none;
	}
  }

@media screen and (max-width: 767px) {
  * > [id^="header"] {
	height: 75px;
  }
  .pc_hide {
	display: block;
  }
  .sp_hide {
    display: none;
  }

  html, body {
	min-width: auto;
  }

  body {
	background: none;
  }
  #siteroute {
	box-shadow: none;
  }
  #siteroute, .breadcrumb {
	width: auto;
  }
  #siteroute li span {
	padding-left: 12px;
  }

  * > #content {
	width: auto;
  }
  #page_title {
	background: url(/entry_pubuser/image/login/img-title_sp.png) no-repeat bottom / cover;
    font-size: 24px;
	font-weight: 600;
    line-height: 100%;
    letter-spacing: 0;
    min-height: 164px;
	text-align: center;
	width: 100%;
  }

  #content .box {
	width: auto;
  }

  #content .box #boxp {
	font-weight: 300;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0;
	margin: 0 15px 20px;
	text-align: left;
  }

  #content .box .err_lostwp {
    width: 100%;
    margin: 1em auto;
  }

  #content .box .notice {
	margin: 0 1em 2.25em;
	width: auto;
  }

  #green_box {
	margin: 10px 15px 38px;
	width:auto;
  }
  .signup {
	margin: 0 15px 40px;
	width:auto;
  }

  #bg_green_top {
	font-weight: 600;
	font-size: 17px;
	line-height: 150%;
	letter-spacing: 0%;
  }
  ul.loginbox {
	width: 297px;
  }

  .google_loginbox {
	width: 297px;
  }
  .google_loginbox .btn_login {
	width: 297px;
  }
  .loginbox input[type="text"],
  .loginbox input[type="password"] {
	height: 48px;
	font-weight: 300;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0.03em;
  }

  .google_loginbox a.btn_google_login {
	height: 50px;
  }
  .btn_google_login:before {
	background-size: 28px 28px;
	height: 46px;
	width: 46px;
	line-height: 100%;
  }

  li.login_box01::before {
	height: 20px;
	width: 20px;
	background-size: 19px 15px;
  }
  li.login_box02::before {
	height: 30px;
	width: 20px;
	background-size: 19px;
  }
  #btn_login {
	height: 50px;
	width: 297px;
	line-height: 100%;
	letter-spacing: 0;
  }

  #btn_login::before {
	background: #fff url(/entry_pubuser/image/login/ico-mail.png) no-repeat center center / contain;
	background-size: 28px 28px;
	height: 46px;
	width: 46px;
  }

  .keep input[type="checkbox"]+label {
	font-size: 15px;
	font-weight: 300;
	line-height: 150%;
	letter-spacing: 0%;
}
  .loginbox .pass_lose {
	font-size: 16px;
  }
  .signup_txt {
	font-size: 17px;
	font-weight: 600;
	line-height: 150%;
	letter-spacing: 0;
	text-align: center;
  }
  .signup_link {
	height: 50px;
	width: 297px;
  }

  /* 投稿募集バナー*/
  .infobnr_box {
    margin: 40px auto 0;
    width: auto;
  }

  aside.toukou_bosyu.infobnr_box {
    margin: 14px 15px 0;
  }

  .infobnr_box .infobnr_title {
    font-size: 16px;
  }

  .infobnr_box .infobnr_inner {
    padding: 17px 20px;
  }

  .infobnr_box .infobnr_inner dt::before {
    display: none;
  }

  .infobnr_box .infobnr_inner dt::after {
    display: none;
  }

  .infobnr_box .infobnr_bnr {
    margin: auto;
    width: 300px;
  }

  .infobnr_box .infobnr_cap {
    font-feature-settings: "palt";
    font-size: 15px;
    line-height: 1.4;
    margin-top: 8px;
    padding: 0;
  }

  .infobnr_box .infobnr_inner dt {
    justify-content: flex-start;
    line-height: 1.45;
    margin: 0 auto;
    text-align: left;
    width: 300px;
  }

  .infobnr_box .infobnr_inner dd+dt {
    margin-top: 16px;
  }
}