@media screen and (min-width: 0px) and (max-width: 700px) {

.aisatsu-01 {
display: flex;
flex-flow: column nowrap;
align-items: center;
justify-content: center;
width: 96%;
margin: 2rem 0% 0% 0%;
border: 2px solid;
border-color: rgba(50,184,235,0.75);
padding: 0% 0% 0% 0%;
box-sizing: border-box;
}

.aisatsu-01-inner-01 {
display: flex;
flex-flow: column nowrap;
align-items: center;
justify-content: center;
width: 96%;
margin: 0rem 0% 3rem 0%;
order: 2;
}

.aisatsu-01-inner-01-inner {
display: flex;
flex-flow: column nowrap;
align-items: center;
justify-content: center;
width: 100%;
margin: 0%;
position: relative;
}

.aisatsu-01-inner-02 {
display: flex;
flex-flow: column nowrap;
align-items: center;
justify-content: center;
width: 100%;
margin: 3rem 0% 3rem 0%;
order: 1;
}

.photo-space {
height: 2rem;
}

.aisatsu-02 {
display: flex;
flex-flow: column nowrap;
align-items: center;
justify-content: center;
width: 96%;
margin: 2rem 0% 2rem 0%;
border: 2px solid;
border-color: rgba(50,184,235,0.75);
box-sizing: border-box;
}

.aisatsu-02-inner {
display: flex;
flex-flow: column nowrap;
align-items: center;
justify-content: center;
width: 100%;
margin: 0;
padding: 5rem 0% 5rem 0%;
}

.line-in-box {
margin: 3rem 0% 3rem 0%;
border: 1px #32B8EB solid;
width: 100%;
}


}


@media screen and (min-width: 701px) { 

.aisatsu-01 {
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: center;
width: 96%;
margin: 2rem 0% 0% 0%;
border: 2px solid;
border-color: rgba(50,184,235,0.75);
padding: 0% 0% 0% 2%;
box-sizing: border-box;
}

.aisatsu-01-inner-01 {
display: flex;
flex-flow: column nowrap;
align-items: center;
justify-content: center;
width: 49%;
margin: 2rem 0% 2rem 0%;
}

.aisatsu-01-inner-01-inner {
display: flex;
flex-flow: column nowrap;
align-items: center;
justify-content: center;
width: 100%;
margin: 0%;
position: relative;
transition: 1s;
}

.aisatsu-01-inner-01-inner:last-child {
margin: 0%;
}

.aisatsu-01-inner-01-inner:hover {
box-shadow: 10px 15px 10px 0px rgba(0,0,0,0.3);
transform: translateY(-10px);
transition-duration: 0.3s;
}

.photo-space {
height: 2rem;
}

.aisatsu-01-inner-02 {
display: flex;
flex-flow: column nowrap;
align-items: center;
justify-content: center;
width: 51%;
margin: 0rem 0% 0rem 1rem;
}

.aisatsu-02 {
display: flex;
flex-flow: column nowrap;
align-items: center;
justify-content: center;
width: 96%;
margin: 2rem 0% 2rem 0%;
border: 2px solid;
border-color: rgba(50,184,235,0.75);
box-sizing: border-box;
}

.aisatsu-02-inner {
display: flex;
flex-flow: column nowrap;
align-items: center;
justify-content: center;
width: 100%;
margin: 0;
padding: 5rem 0% 5rem 0%;
}

.line-in-box {
margin: 3rem 0% 3rem 0%;
border: 1px #32B8EB solid;
width: 100%;
}


}