/* 会員登録内設定 */
#font_size16 { font-size: 16px; }
#font_size20 { font-size: 24px; }

.subTitle
{
	padding: 50px 0 20px 0;
	color:#1371AD;
	font-size:24px;
	font-weight:bold;
}

.subMsg
{
	font-size:16px;
	margin-bottom:-50px;
}

.pic-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    background-color: #fefefe;
}

.sns-box {
	padding: 20px 0 15px 0;
	  justify-content: center; /* 横方向でセンタリング */
    display: flex;
    gap: 2rem;
}

.btn-sns {
	/*    display: flex;*/
	  justify-content: center; /* 横方向でセンタリング */
    padding: 0.6rem 1rem;
    box-sizing: border-box;
    border-radius: 0.2rem;
    width: 20rem;
    color: white;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
}

.btn-sns svg {
    fill: #fff;
}

.btn-sns span {
    display: inline-block;
    /*width: 6rem;*/
    text-align: center;
}

.btn-sns:hover {
    transform: scale(1.1);
}

.btn-x {
    background-color: #111319;
}

.btn-facebook {
    background-color: #375A94;
}

.line {
      height: 0.5px; /* 線の太さ */
	background-color: #808080; /* 線の色 */
	color: #808080; /* 線の色 */
	border: none;
	width: 350px;
}

.br_libe {
      text-decoration:underline;
    }