.text{
font-family: 'Hiragino Kaku Gothic ProN','?????? ProN W3','?? ????',sans-serif;
line-height: 1.7;
}
.nc{
margin-top: 30px;
}
.title{
margin-bottom: 5px;
font-size: 2.4rem;
font-weight: bold;
}
.date{
font-size: 1.5rem;
}
.nc .head{
display: flex;
justify-content: space-between;
align-items: center;
background: #fca1c3;
width: 100%;
padding: 5px 15px;
border-radius: 30px 30px 0 0; 
font-size: 2rem;
z-index: 3;
}
.nc .head i{
position: relative;
width: 40px;
height: 40px;
background: #fff;
border-radius: 50px;
}
.nc .head i::before{
position: absolute;
display: block;
content: "";
background: #0B1334;
border-radius: 10px;
width: 4px;
height: 32px;
top: 4px;
left: calc(50% - 2px);
transition: .5s;
}
.nc .head i::after{
position: absolute;
display: block;
content: "";
background: #0B1334;
border-radius: 10px;
width: 32px;
height: 4px;
top: calc(50% - 2px);
left: 4px;
}
.nc .head.open i::before{
transform: rotate(90deg);
}
.nc .ncInner{
display: none;
padding: 10px 15px 20px;
border: 2px solid #0B1334;
border-top: none;
border-radius: 0 0 30px 30px;
}
.nc .ncInner .cautionBox{
margin-top: 10px;
}
.nc .ncInner .cautionBox .caution{
position: relative;
margin-left: 18px;
}
.nc .ncInner .cautionBox .caution::after{
position: absolute;
display: block;
content: "";
background: #f62;
border-radius: 10px;
width: 10px;
height: 10px;
top: 6px;
left: -15px;
}
.nc .ncInner .nameWrap .nameBox:nth-of-type(n+2){
margin-top: 10px;
}
.nc .ncInner .nameWrap .default{
font-size: 1.4rem;
}
.nc .ncInner .nameWrap .nameBoxi:nth-of-type(n+2){
margin-top: 10px;
}
.nc .ncInner .nameWrap .nameBox .address{
position: relative;
font-weight: bold;
}
.nc .ncInner .nameWrap .nameBox .address::before{
position: absolute;
content: "";
display: block;
background: #0B1334;
width: 100%;
height: 2px;
left: 0;
bottom: -5px;
border-radius: 10px;
}
.nc .ncInner .nameWrap .nameBox ul{
margin-top: 20px;
}
.nc .ncInner .nameWrap .nameBox ul li{
display: flex;
justify-content: center;
}
.nc .ncInner .nameWrap .nameBox ul li:nth-of-type(n+2){
margin-top: 10px;
}
.nc .ncInner .nameWrap .nameBox .name{
writing-mode: vertical-rl;
}
.nc .ncInner input{
height: 35px;
padding: 0 5px;
border: 2px solid #0B1334;
border-radius: 5px;
text-align: center;
}
.text:nth-of-type(n+2){
margin-top: 30px; 
}
.nc .ncInner .finMessage{
margin-top: 10px;
font-size: 1.4rem;
text-align: center;
}
.nc .ncInner .finMessage p{
padding: 3px 0;
background: #0B1334;
color: #fff;
font-weight: bold;}
.nc .ncInner .finMessage .finish, .nc .ncInner .finMessage .reset{
display: none;
}
@media screen and (min-width: 600px){
.nc .ncInner .nameWrap .nameBox ul{
display: flex;
justify-content: center;
}
.nc .ncInner .nameWrap .nameBox ul li:nth-of-type(n+2){
margin-left: 4%;
}
.nc .ncInner .nameWrap .nameBox ul li:nth-of-type(n+2){
margin-top: 0;
}
.text:nth-of-type(n+2){
margin-top: 30px; 
}
.nc .ncInner .finMessage{
margin-top: 10px;
font-size: 1.4rem;
text-align: center;
}
.nc .ncInner .finMessage p{
padding: 3px 0;
background: #0B1334;
color: #fff;
font-weight: bold;
}
.nc .ncInner .finMessage .finish, .nc .ncInner .finMessage .reset{
display: none;
}
}