.detail__form-item--hidden{
	display: none;
}

input[type="submit"]{
	cursor: pointer;
}

li{
	list-style: none;
}

                      .detail__form-btn {
                        display: block;
                        white-space: nowrap;
                        cursor: pointer;
                        border-style: none;
                        line-height: 1;
                        background-color: transparent;
                        font-family: yu-mincho-pr6n, yu-mincho-pr6n, 'Yu Mincho',
                          YuMincho, 'Hiragino Mincho Pro', 'MS PMincho', serif;
                      }
                      .detail__form-option__button {
                        padding-left: 0;
                        padding-right: 0;
                        text-align: center;
                        cursor: pointer;
                        transition: background-color 700ms, opacity 700ms;
                        text-decoration: none;
                        color: #333;
                        background-color: #fff;
                        border-style: none;
                        -webkit-appearance: none;
                        appearance: none;
                        width: 100%;
                        font-family: yu-mincho-pr6n, yu-mincho-pr6n, 'Yu Mincho',
                          YuMincho, 'Hiragino Mincho Pro', 'MS PMincho', serif;
                        font-size: 15px;
                      }
                      .detail__form-option__button:hover {
                        background-color: #f2f2f2;
                      }


