@charset "utf-8";

@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;
box-sizing: border-box;
}

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

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

.link_hover_anime_up_shadow:last-child {
margin: 2rem 0 0 0;
}

.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;
}

.line_in_box {
margin: 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;
}

.link_hover_anime_up_shadow:last-child {
margin: 2rem 0 0 0;
}

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

.aisatsu_02 {
display: flex;
flex-flow: column nowrap;
align-items: center;
justify-content: center;
width: 96%;
margin: 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;
}

.line_in_box {
margin: 3rem 0;
border: 1px #32B8EB solid;
width: 100%;
}


}


