@charset "utf-8";

html {
    font-size: 62.5%;
    color: #3d3d3d;
}

.href-3 {
    font-size: 2.6rem;
    text-align: center;
    color: #3d3d3d;
    text-decoration: none;
}

.wel {
    font-size: 1.5rem;
}

.href{
    text-decoration: none;
    font-size: 2.8rem;
}

.href-2{
    text-decoration: none;
    font-size: 2rem;
}

input[type="radio"] {
    display: none;
}

.button-t {
    text-align: center;
}

.r-la {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
    font-size: 1.8rem;
}

.r-la::before {
    background: #fff;
    border: 1px solid #231815;
    border-radius: 50%;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}

.r-la::after {
    background: #ed7a9c;
    border-radius: 50%;
    content: '';
    display: block;
    height: 10px;
    left: 9px;
    margin-top: -4px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 10px;
}

input[type="radio"]:checked + .r-la::after {
    opacity: 1;
}

.ipt {
    -webkit-appearance: none;
    font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 50%;
	padding: 0.7em;
	transition: 0.3s;
	letter-spacing: 1px;
	color: #2f2f2f;
	border: 1px solid #ffffff;
	box-shadow: 1px 1px 2px 0 #ed7a9c inset;
	border-radius: 4px;
    margin-top: 30px;
    outline-color: #ed7a9c;
}

.button {
    text-align: center;
}

.s-button {
    -webkit-appearance: none;
     background-color: #ed7a9c;
     border-radius: 5px;
    border: none;
    color: white;
    width: 20%;
    height: 5.2rem;
    font-size: 1.9rem;
    cursor:pointer;
}


.itn {
    display: flex;
    justify-content: center;
}

.follow {
    font-style: 1.4rem;
}

body {
    background-color: #f1f1f1;
    font-family: 'Noto Sans JP', sans-serif;
}

.user {
    
    margin: auto;
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
    width: 120rem;
    justify-content: space-around;
}

.user_item {
    background-color: #fff;
    width: 35rem;
    margin: 1.3rem;
    font-size: 1.7rem;
    text-align: left;
}

.prof {
    height: 17rem;
}

.head_img {
    display: inline-block;
    width: 35rem;
}

.item {
    margin-right: 1.9rem;
}

.container {
    display: flex;
}

footer {
    display: flex;
    justify-content: flex-end;
    font-size: 1.5rem;
}

.error{
    font-size: 1.7rem;
}

.use{
    font-size:1.7rem;
    text-decoration: none;
}

.yaran{
    -webkit-appearance: none;
    border: 2px solid hsl(342, 73%, 80%);
    background-color: #ed7a9c;
    color: white;
    cursor: pointer;
}

input[type=checkbox] {
    display: none;
}
.check {
    -webkit-appearance: none;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.check::before {
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #231815;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.check::after {
    -webkit-appearance: none;
    border-right: 3px solid #ed7a9c;
    border-bottom: 3px solid #ed7a9c;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
input[type=checkbox]:checked + .check::after {
    opacity: 1;
}

.namea {
    font-size: 2rem;
}

@media screen and (max-width:426px) {

    html {
        font-size: 50%;
    }

    .ipt {
        width: 70%;
    }

    .button-f {
        flex-wrap: wrap;
        display: flex;
    justify-content: center;
    }

    .itn {
        display: block;
    }

    .s-button {
        width: 60%;
    }
}