@charset "utf-8";

/*ヘッダー・フッター用のアイコン*/
@font-face {
  font-family: 'icomoon';
  src: url('/medical/member/common/font/icomoon.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}



.for-pc{
	display: none;
}
#contents_wrap{
	padding: 30px 10px;
    background: #f0f0f0;
    border: 1px solid #003B8F;
    border-width: 5px 0 1px;
}
#contents_wrap h1{
	text-align: center;
	margin-bottom: 1em;
}
#contents_wrap .ttl_logo{
	margin: 0 auto 10px;
	width: 30%;
}
#contents_wrap .ttl_logo img{
	width: 100%;
}
#contents_wrap .col2_left{
	background: #fff;
    border-top: 3px solid #173A8A;
	padding: 10px ;
	margin-bottom: 15px;
    box-shadow: 4px 4px 3px 0px rgba(17, 17, 26, 0.08);
}
#contents_wrap .titleM{
	text-align: center;
}
.btn_set{
	margin: 1em auto;
    text-align: center;
}
.id_login .btn_set button{
    background: #173A8A;
    padding: .8em 3em;
    border-radius: 3px;
    color: #fff;
    position: relative;
	font-size: 100%;
    box-shadow: 4px 4px 3px 0px rgba(17, 17, 26, 0.08);
    font-size: .9em;
    font-weight: bold;
}
#contents_wrap .col2_right{
	background: #fff;
    border-top: 3px solid #5CB178;
	padding: 10px ;
	margin-bottom: 3em;
    box-shadow: 4px 4px 3px 0px rgba(17, 17, 26, 0.08);
}
#contents_wrap .med_login .loginArea{
    background: #E6E6E6;
    padding: 10px;
}
#contents_wrap .med_login .loginArea p{
	font-size: .85rem;
	text-align: center;
	margin-bottom:10px;
}
.med_login .btn_set{
    margin-bottom: 0;
}
.med_login .btn_set a{
    background: #5CB178;
    padding: .8em 3em;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    position: relative;
    box-shadow: 4px 4px 3px 0px rgba(17, 17, 26, 0.08);
    font-size: .9em;
    font-weight: bold;
}
#contents_wrap .txt_center{
    text-align: center;
}

#contents_wrap .med_login .txt_center{
    font-size: .85rem;
    text-align: center;
    margin: 1em auto;
}
#contents_wrap .new_member_login{
    background: #fff;
    border-top: 3px solid #173A8A;
    padding: 10px;
    margin-bottom: 3em;
    box-shadow: 4px 4px 3px 0px rgba(17, 17, 26, 0.08);
    font-size: .9em;
    }
#contents_wrap .new_member_login .btn_set a{
    background: #173A8A;
    padding: .8em 3em;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    text-align: left;
    position: relative;
    box-shadow: 4px 4px 3px 0px rgba(17, 17, 26, 0.08);
    font-size: .9em;
    font-weight: bold;
}
#contents_wrap .new_member_login .col_right .btn_set a{
    background: #F0F7FF;
    color: #173A8A;
    border: 2px solid #173A8A;
    font-size: .8rem;
    padding: .5em;
    font-weight: bold;
}

#contents_wrap  .other_member_login{
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 4px 4px 3px 0px rgba(17, 17, 26, 0.08);
  }
#contents_wrap  .other_member_login .btn_set a.color_makizume{
    background: #8DB7C6;
    padding: 1em;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: .8em;
    width: 70%;
    position: relative;
    box-shadow: 4px 4px 3px 0px rgba(17, 17, 26, 0.08);
	font-weight: bold;
}
#contents_wrap  .other_member_login .btn_set a.color_iniks{
    background: #88A1C5;
    padding: 1em;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: .8em;
    width: 70%;
    position: relative;
    box-shadow: 4px 4px 3px 0px rgba(17, 17, 26, 0.08);
	font-weight: bold;
}
.fa-arrow-right:before {
    font-size: 1.2em;
    position: absolute;
    transform: translate(-50%, -50%);
    right: 5px;
    top: 50%;
}

#check01:disabled + span {
  opacity: 0.5;
}

#check01:not(:disabled) + span {
  opacity: 1;
  cursor: pointer;
    font-size: 100%;
}

/* login
-------------------------------------------------- */
#contents_wrap .loginArea{
	margin: 10px auto;
}
#contents_wrap .loginArea dl dd{
	font-weight:bold;
}
#contents_wrap .loginArea .form_login {
	font-size: 100%;
	}
#contents_wrap .loginArea .form_login{
	height:50px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
    background: #F0F7FF;
    border: 1px solid #B7B7B7;
    border-radius: 5px;
    padding: 0 10px;
}
#contents_wrap .loginArea .login_keep{
	text-align:center;
	margin-bottom:20px;
}
#contents_wrap .loginArea .password_txt a,
#contents_wrap .med_login .txt_center a{
	text-align:center;
	margin-bottom:20px;
	font-size:.85rem;
	text-decoration: underline;
    color: #004EE3;
    font-weight: bold;
}
#contents_wrap .txt_link a{
	text-decoration: underline;
    color: #004EE3;
}
  .form_login::placeholder {
    font-size: .8em;
}


/*terms_privacy.html*/
#contents_wrap.membership_terms_wrap{
    padding: 10px;
    background: #fff;
   border: none; 
   border-width: 0;
}
#contents_wrap.membership_terms_wrap a{
    text-decoration: underline;
	font-weight: bold;
}
.list_num,
.list_note {
    list-style: none;
}
.list_num li {
    counter-increment: num;
    margin-left: 1.5rem;
}
.list_num li:before {
    content: "(" counter(num) ")";
    float: left;
    margin-left: -1.5rem;
}
.list_note li {
    counter-increment: note;
    margin-left: 1.5rem;
}
.list_note li:before {
    content: counter(note) ".";
    float: left;
    margin-left: -1.5rem;
}
#membership_inner{
    margin-top:  1em;
    border-top: 1px solid #000;
    padding-top: 1em;
}
#membership_inner h3{
    margin-bottom: 10px;
}
#membership_inner dl dt{
    font-weight: bold;
}
#membership_inner dl dd{
    margin-bottom: 20px;
}
#membership_inner .scroll_wrap{
    margin-bottom: 30px;
    background: #ffffff;
    border: 1px solid #bfbfbf;
    height: 200px;
    overflow-y: scroll;
    padding: 10px;    
    font-size: .9em;
}
.membership_link_wrap{
    border: 1px solid #000;
    border-width: 1px 0 1px;
    padding: 1em 10px;
}

#membership_inner .membership_link_right .btn_set .btn{
    border: 1px solid #000;
    padding: 1em 2.5em 1em 1em;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    width: 100%;
    box-shadow: 4px 4px 3px 0px rgba(17, 17, 26, 0.08);
	color: #000;
    font-size: .9em;
	font-weight: bold;
}

.fa-arrow-up-right-from-square:before, .fa-external-link:before{
    position: absolute;
    transform: translate(-50%, -50%);
    right: 5px;
    top: 50%;
}

.select_btn_wrap{
    padding: 1em 10px;
}

.select_btn_wrap a.submit-btn{
    background: #173A8A;
    padding: 1em 3em;
    border-radius: 3px;
    color: #fff;
    position: relative;
    text-decoration: none!important;
    width: 80%;
    display: block;
    margin: 0 auto;
    box-shadow: 4px 4px 3px 0px rgba(17, 17, 26, 0.08);
    font-size: .9em;
}
.select_btn_wrap .btn_set{
	margin: 2em auto;
}
.select_btn_wrap a.no-btn{
	border: 1px solid #000;
	padding: .8em 0;
	border-radius: 3px;
	color: #000;
	position: relative;
	text-decoration: none!important;	
	width: 40%;
	display: block;
	margin: 0 auto;
	box-shadow: 4px 4px 3px 0px rgba(17, 17, 26, 0.08);
	font-weight: bold;
}
.agree_buttonArea {
  display: flex;
  align-items: center;
  gap: 0.5em; 
  line-height: 1.5;
}

.agree_button {
  margin-top: 0.2em;
}

/* チェックボックスを非表示にして、見た目だけ変える */
.agree_buttonArea input[type="checkbox"] {
  display: none;
}

/* ラベルの中にチェックボックス見た目を作る */
.agree_buttonArea {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
    font-weight: bold;
}

/* チェックマーク用ボックス */
.agree_buttonArea::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 25px;
  border: 2px solid #c5d0d9; /* グレーの枠線 */
  border-radius: 6px;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
  transition: all 0.2s ease;
}

/* チェック状態のときに青いチェックマーク表示 */
.agree_buttonArea input[type="checkbox"]:checked + .checkbox-parts::before {
    content: "";
    position: absolute;
    left: -26px;
    top: 50%;
    width: 10px;
    height: 18px;
    border: solid #005bac;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    transform: translateY(-70%) rotate(45deg);
}

/* ラベルテキスト */
.checkbox-parts {
	font-size: 14px;
	line-height: 1.4;
	position: relative;
	display: inline-block;
}

/* チェックボックスが無効化されている場合の見た目 */
.submit-btn.disabled {
	pointer-events: none;
	background: #8b8d8f !important;
}

.submit-btn.active {
  pointer-events: auto;
  opacity: 1;
}

/* Tablet
-------------------------------------------------- */
@media print, screen and (min-width:768px) {
    #contents_inner{
		display: flex;
		flex-wrap: wrap;
        justify-content: center;
	}
	#contents_wrap .ttl_logo{
	    height: 35px;
	   }
	
    #contents_inner .col2_left,
    #contents_inner .col2_right{
        width: 48%;
        margin-bottom: 3em;
    }
    #contents_inner .col2_left{
        margin-right: 15px;
    }
    .med_login .btn_set{
        margin-top: 0;
        margin-bottom: 5px;
    }
    #contents_wrap .med_login .loginArea{
        margin-bottom: 2em;
    }
    #contents_wrap .new_member_login{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    #contents_wrap .new_member_login .btn_set{
        width: 45%;
        margin-left: 0;
    }
    #contents_wrap .new_member_login .btn_set a{
        width: 100%;
    }
    #contents_wrap .new_member_login .col_right{
        width: 53%;
    }
   #contents_wrap .new_member_login .col_right .btn_set{
       width: auto;
      text-align: left;
    }
    #contents_wrap .new_member_login .col_right .btn_set a{
            width: auto;
    }
    #contents_wrap .other_member_login{
        display: flex;
}    
    #contents_wrap .other_member_login .btn_set{
        width: 48%;
    }   
    #contents_wrap .other_member_login .btn_set a.color_makizume,
    #contents_wrap .other_member_login .btn_set a.color_iniks{
        width: 100%;
		font-size: .9em;
    }
    #contents_wrap .txt_link{
      text-align: center;
    }

	/*terms_privacy.html*/
	.membership_link_right{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.membership_link_right .btn_set:first-child{
		width: 40%;
	}
	.membership_link_right .btn_set:nth-child(2){
		width: 55%;
	}
	.membership_link_left .for-sp{
		text-align: center;
	}
	.select_btn_wrap a.submit-btn,
	.select_btn_wrap a.no-btn{
		width: 45%;
	}
	

	/* チェックマーク用ボックス */
	.agree_buttonArea::before {
	  width: 32px;
	  height: 32px;
	}

	/* チェック状態のときに青いチェックマーク表示 */
	.agree_buttonArea input[type="checkbox"]:checked + .checkbox-parts::before {
	  left: -30px;
	}
	
	#membership_inner .membership_link_right .btn_set .btn,
	#contents_wrap.membership_terms_wrap a{
		font-size: 100%;
	}

}




/* PC
-------------------------------------------------- */
@media print, screen and (min-width:960px) {
	
	#membership_inner .membership_link_right .btn_set .btn:hover,
	.select_btn_wrap a.no-btn:hover{
		background: #000;
		color: #fff;
		 transition: 0.5s;
	}
	
    .for-sp{
        display: none;
    }
    .for-pc{
	display: block;
	}

    #contents_wrap{
        padding-bottom: 4em;
    }
    #contents_inner	{
        width: 1040px;
        margin: 0 auto;
    }
    .id_login .btn_set button{
        padding: 1em 5em;
    }
    #contents_inner .col2_left, #contents_inner .col2_right{
        padding: 1em 3em;
    }
    #contents_wrap .titleM{
        margin-bottom: 1em;
    }
    #contents_wrap .new_member_login,
    #contents_wrap .other_member_login{
        width: 1040px;
        margin: 0 auto 3em;
        padding: 2em;
    }
    #contents_wrap .new_member_login .btn_set{
        font-size: 1.2rem;
    }
    #contents_wrap .new_member_login .btn_set a{
        padding: 1em;
    }
    #contents_wrap .new_member_login .col_right .btn_set{
      margin-bottom: 0;
      }
	#contents_wrap .new_member_login .col_right .btn_set a{
	  padding: .5em 1em;
	}
	#contents_wrap .other_member_login{
		padding: 2em 12em;
		margin-bottom: 2em;
	}
	#contents_wrap .other_member_login .btn_set{
		margin: 0 1em;
	}
	.id_login .btn_set button:hover{
		opacity: 0.7;
		 transition: 0.5s;
	}
	#contents_wrap .btn_set a:hover{
		text-decoration: none;
		 transition: 0.5s;
	}
	

	/*terms_privacy.html*/
	#membership_inner{
		margin-top: 3em;
		padding-top: 3em;
	}
	#contents_wrap.membership_terms_wrap{
		padding: 3em 0;
	}
	#membership_inner .scroll_wrap{
		height: 500px;
		padding: 2em;
		margin-bottom: 5em;
	}
	.membership_link_wrap{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
        justify-content: space-between;
	}
	.membership_link_wrap .membership_link_left{
		width: 30%;
	}
	.membership_link_wrap .membership_link_right{
		width: 65%;
	}
	.agree_buttonArea{
		justify-content: center;
	}
	.select_btn_wrap{
		margin-top: 3em;
	}
	.select_btn_wrap a.submit-btn{
		width: 30%;
	}
	.select_btn_wrap a.no-btn{
		width: 20%;
	}
	.select_btn_wrap .membership_link_wrap .btn_set{
		width: 100%;
	}

}




