@charset "UTF-8";
@media screen and (max-width:750px){

/**********************header**********************/
h2 {
    background-color: #000;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
    margin-top: 0px;
}
#block1 {
    background-color: #fff;
    padding: 5%;
}
.list {
  width: 100%;
}
.list dt, .list dd {
  box-sizing: border-box;
}
.list dt {
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    background-color: #feddfb;
}
.list dt:last-of-type,
.list dd:last-of-type {
  border: none;
}
.list dd {
    display: flex;
    align-items: center;
    width: 100%;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 20px;
    background-color: #fff;
}
.txt {
    width: 100%;
    border: 1px solid #999;
    height: 30px;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
}
.txt2 {
    width: 100%;
    border: 1px solid #999;
    height: 100px;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
}
.button {
    background-color: #000;
    color: #fff;
    width: 120px;
    height: 50px;
    font-size: 16px;
    border-style: none;
    margin-left: 10px;
    margin-right: 10px;
    transition: 0.5s;
}
.button:hover {
    background-color: #999;
    cursor:pointer  
}
.button_wrap {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
}
.txt_center {
    width: 140px;
    float: left;
    text-align: center;
}
end000000000000000000000000000{
}
}
