.activities__list1 {
}

.activities__item2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto;
}

[type="submit"] {
	position: relative;
    display: inline-block;
    background: #E9414C;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 4px;
	width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 1rem;
       -webkit-appearance: none;
  cursor: pointer;
  margin-top: 10px;
}

.btn2 {
	position: relative;
    display: inline-block;
    background: #E9414C;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 4px;
	width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 1rem;
       -webkit-appearance: none;
  cursor: pointer;
  margin-top: 10px;
}

[type="submit"]:hover {
	opacity:.7;
	transition:.7s;
}

[type="text"] {
	border: 1px solid #E9414C;
	width: 100%;
}

.form_txt {
	border: 1px solid #E9414C;
	width: 80%;
	padding: 10px;
}

.btn {
	position: relative;
    display: inline-block;
    background: #E9414C;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 4px;
	width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 1rem;
  margin-top: 10px;
}

.activities__body img {
	display: block;
	margin-bottom: 30px;
}

.activities__body p.txt {
	margin-bottom: 30px;
}

.activities__item2 {
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto;
}

.activities__list2 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 40px;
    border-bottom: 1px dotted;
}

.activities__list1 {
    display: flex;
    justify-content: space-between;
}

.btn_sakura {
	width: 100%;
    height: 50px;
    margin-top: 0px;
    padding: 0 20px;
    line-height: 50px;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 5px 10px;
    background-position: right 20px top 50%;
}

.txt2 {
	margin-top: 30px;
}

.activities2 {
    background: #fff;
    border-radius: 8px;
    border: 2px solid #E9414C;
    margin-top: 40px;
}

.table-b-td-a {
	font-size: 1rem;
	margin-right: 30px;
}

.table-b-td-a2 {
	font-size: 1rem;
	margin-right: 20px;
}

select {
	font-size: 1rem;
	font-weight: bold;
	margin-right: 30px;
	border: 1px solid;
    padding: 10px;
    width: 100%;
}

.activities__item__body2 {
    margin-bottom: 28px;
	width: 100%;
}

.activities__title {
font-size: 20px !important;
    line-height: 1.4em;
}