@charset "UTF-8";


#login_block {
    padding: 65px 0 150px;
}
#lower_head {
	background: none;
}
.user_head{
	background: url(../img/common/user_bg.png);
	background-position: right;
	background-size: cover;
}
.contact_head{
	background: url(../img/common/contact_bg.png);
	background-position: right;
	background-size: cover;
}
.register_head{
	background: url(../img/common/register_bg.png);
	background-position: right;
	background-size: cover;
}
#lower_head:before {
	content:none;
}
#lower_head h2 {
	font-family: 'Noto Serif', serif ;	
	font-size:16px;
	text-align:center;
    color: #fff;
    padding: 65px 0;
}
#lower_head h2 span {
    text-shadow: none;
    padding-top: 0;
    margin-bottom: 0;
}
#form_block,
.login_bg {
	background:#fff;	
}
.logo_list_box {
    margin: 0 auto 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ececec;
    /*box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 4px;
    border-radius: 3px;
    box-shadow: 0px 10px 10px -5px rgba(240, 240, 240, 0.5);*/
}
.login_logo_list {
	/*! width:280px; */
    overflow: hidden;
    margin: 0 auto;
}
.login_logo_list li {
    /*max-width: 120px;*/
    width: 23%;
    margin-right: 2%;
    text-align: center;
    float: left;
}
.login_logo_list li:last-child{
	margin-right:0;
}
/*.login_logo_list li p {
    font-size: 12px;
    background: #311f13;
    color: #fff;
    border-radius: 30px;
    padding: 6px;
    display: block;
    width: 170px;
    margin: 0 auto 20px;
}*/
.login_logo_list li p {
    font-size: 10px;
    color: #737373;
    display: block;
    margin: 15px auto 0;
}
/*#login_block::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    width: 100%;
    height: 0;
    padding-top: 8.5%;
    background: url(../img/login/band.png) no-repeat;
    background-size: cover;
}*/

#form_block .member_box {
    display: block;
    border-bottom: none;
	text-align:center;
	margin-bottom:60px;
}
/*#form_block .member_box h3 {
    font-family: 'Noto Serif', serif;
    position: relative;
    display: block;
    font-size: 24px;
    padding-bottom: 20px;
}
#form_block .member_box h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #4598e8 15%, #E4E4E4 15%);
}*/
#form_block .member_box h3 {
    font-family: 'Noto Serif', serif;
    position: relative;
    display: inline-block;
    padding: 0 55px;
    font-size: 32px;
    font-weight: 100;
}
#form_block .member_box h3::before, #form_block .member_box h3::after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 4px;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
}


#form_block .member_box h3:before {
  left:0;
}
#form_block .member_box h3:after {
  right: 0;
}


#login_block .form-group,
.pass_inner {
	max-width:380px;
    margin: 0 auto 15px;
}


.form_row {
    display: block;
    width: 100%;
    max-width: 380px;
    margin: 30px auto 0;
    text-align: center;
}
.form_row > label{
  display: block;
  text-align: left;
  font-size: 15px;
}
.form_row .form_row_child {
  margin-top: 10px;
}
.input_group {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	height: 60px;
	margin-top: 5px;
	border: 1px solid rgb(225, 225, 225);
}
.input_group .input_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #F0F0F0;
    font-size: 20px;
    width: 60px;
    height: 100%;
    border: none;
    box-sizing: border-box;
    color: #737373;
}
.input_group .form_control {
  width: calc(100% - 60px);
  height: 100%;
  box-sizing: border-box;
  border: none !important;
  padding: 10px;
  color: #848484;
}
.form_btn_wrap {
  display: block;
  margin-top: 40px;
}
.pass_text {
    font-size: 12px;
    margin-top: 10px;
    display: block;
}





#contact_block .link_btn {
    margin: 0 auto;
    border-radius: 20px;
    font-size: 20px;
}
#contact_block p {
	font-family: 'Noto Serif', serif ;	
}
#catch_block {
    background: url(../img/login/catch_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 120px 0;
    position: relative;
    background-size: cover;
}
#catch_block h3 {
	margin:0;	
	font-family: 'Noto Serif', serif ;	
}
#conte_box table th {
    font-family: 'Noto Serif', serif;
    padding: 20px 10px;
}
#contact_block,
footer {
	background:#fff;	
}
.link_btn,
#login_block .btn-primary {
    background: #4598e8;
}
#login_block .btn-primary {
    max-width: 50%;
    height: 50px;
    line-height: 50px;
    margin: 30px auto 0;
    border-radius: 5px;
}
.delete_btn_gray {
    background-color: #d5d3c9;
	color:#000 !important;
}





#toroku_wrap {
	margin-top:90px;	
}
#side h3 {
	font-size:24px;
	font-weight:300;
	font-family: 'Noto Serif', serif;
    color: #4598e8;
}
#side .btn {
    color: #737373 !important;
    padding: 12px 0 12px 5px;
    font-size: 14px;
}
#side .btn::before {
    content: none;
}
.fa, .far, .fas {
	padding-right:10px;	
}
#conte_box table {
    margin-top: 30px;
}


.white_box {
    position: absolute;
    top: 85%;
    left: 0;
    right: 0;
    width: 700px;
    margin: 0 auto;
    background: #fff;
    padding: 40px 20px 0 20px;
    border-radius: 50px;
}
/*.white_box::before {
    content: "";
    width: 100%;
    height: 100px;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
}*/
.white_box .logo_list_box{
	border:none;
}

#form_block,
#register_block #form_block {
    padding: 120px 0;
}
#form_block .wrap {
    margin: 60px auto 0;
}
#form_block input {
    height: 100%;
    height: 50px;
}
.p-myform__cover select {
    border: 1px solid rgb(225, 225, 225);
}

#form_block input[type="text"], #form_block input[type="email"], #form_block input[type="tel"],#form_block textarea {
    border: 1px solid rgb(225, 225, 225);
}

#form_block input[type="submit"] {
    background: #4598e8;
	color: #fff;
	font-size: 16px;
    text-align: center;
	width: 47%;
    max-width: 250px;
    line-height: 60px;
    height: 60px;
	cursor: pointer;
    border-radius: 10px;
	padding:0;
}
#form_block input ,select, textarea {
    border: 1px solid rgb(225, 225, 225);
}
.input_check:checked + label::after,
.form-check-input:checked + label::after {
    background: #3399ff;
}

.privacy_box h4 {
    font-family: 'Noto Serif', serif;
    font-size: 20px;
    margin-bottom: 40px;
    text-align: center;
}

#form_block .wHalf {
    width: 49%;
    margin-right: 2%;
    float: left;
}
#form_block .wHalf:last-child {
	margin-right: 0;
}
#form_block .wFull {
    width: 100%;
}

#register_block .prefectures {
    float: right;
}


.sub_nav a,
footer nav .main_nav li a {
	color: #737373 !important;
}
footer nav .main_nav {
    width: 525px;
}


@media screen and (max-width: 840px) {
	
/*.login_logo_list {
	width:100%;	
}*/
.login_logo_list li p {
	width:auto;	
}
#lower_head {
    margin-bottom: 60px;
}

#lower_head h2 {
    position: static;
    padding: 60px 0;
    font-size: 24px;
}
#lower_head h2 {
	font-size:18px;		
}
#side .btn {
	font-size:14px;	
}

footer nav {
    margin-top: 0;
}
footer nav .main_nav {
	width:100%;	
}

}

@media screen and (max-width: 640px) {
	
	#lower_head h2 span {
		font-size:24px;	
	}
	#form_block .member_box h3 {
		font-size:24px;	
	}
	#login_block .form-group,
	.pass_inner {
		width: 100%;
		margin: 0 auto;
	}
	.white_box {
		width:100%;	
	}
	#form_block {
		padding: 130px 0 60px 0 !important;
	}
	#form_block .member_box {
		margin-bottom: 30px;
	}
	.privacy_box {
		margin-top: 20px;
	}
	.privacy_box h4 {
		font-size: 17px;
		margin-bottom: 25px;
	}
	
	.login_logo_list li {
		width: 48%;
		margin-bottom:15px;
	}
	.login_logo_list li:nth-child(even){
		margin-right:0;
	}
	.login_logo_list li:nth-child(3),
	.login_logo_list li:nth-child(4){
		margin-bottom:0;
	}
	
}
@media screen and (max-width: 420px) {
	
	.login_logo_list {
    	width: 100%;
	}
	
}

/*-----------------------------------

	pagetop

-----------------------------------*/
#pagetop{
    position: fixed;
    right: 20px;
    bottom: 100px;
    cursor: pointer;
    z-index: 999;
    width: 80px;
    height: 80px;
    background: #737373;
    border-radius: 50%;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}
#pagetop:after{
    font-size: 40px;
	color:#fff;
    font-family: "Font Awesome 5 Free";
    content: '\f077';
    font-weight: bold;
	text-align: center;
    line-height: 80px;
    display: block;
}
#pagetop:hover:before{
    background: #3a96e9;
}
@media screen and (max-width: 640px) {
    #pagetop{
		display:block !important;
        right: 20px;
        bottom: 50px;
        width: 50px;
        height: 50px;
    }
    #pagetop:after{
        font-size: 30px;
        line-height: 50px;
    }
}


#login_block .login_wrap {
    width: 660px;
}

@media screen and (max-width: 840px) {
	
	#login_block .login_wrap {
		width: 100%;
	}
	
}

#toroku_wrap .verfiry_complete_logo_list {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-flow:row wrap;
	flex-flow:row wrap;
	max-width: 700px;
	margin: 50px auto 80px;
}
#toroku_wrap .verfiry_complete_logo_list li {
	width:50%;
	text-align: center;
}
#toroku_wrap .verfiry_complete_logo_list li:nth-child(n + 3) {
	margin-top: 50px;
}
#toroku_wrap .verfiry_complete_logo_list li .small_txt {
	font-size: 10px;
    color: #737373;
    display: block;
    margin-top: 15px;
	text-align: center;
}
#toroku_wrap .verfiry_complete_logo_list li .link_btn {
	width: 220px;
	margin: 20px auto 0;
	height: 50px;
	line-height: 50px;
}