@charset "utf-8";

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

.main_box {
display: flex;
flex-flow: column nowrap;
align-items: center;
justify-content: center;
width: 100%;
margin: 2rem 0;
padding: 2rem 0;
border-top: 2px solid;
border-right: none;
border-bottom: 2px solid;
border-left: none;
box-sizing: border-box;
border-color: rgba(50,184,235,0.75);
}

.main_box_inner_box {
display: flex;
flex-flow: column nowrap;
align-items: center;
justify-content: center;
width: 96%;
height: 10rem;
margin: 0 0 2rem 0;
position: relative;
border-top: 2px solid;
border-right: 2px solid;
border-bottom: none;
border-left: 2px solid;
box-sizing: border-box;
border-color: #00A2F2;
}

.main_box_inner_box:last-child {
margin: 0;
}

.box_inner_click {
background: #00A2F2;
}


}


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

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

.main_box_inner_box {
display: flex;
flex-flow: column nowrap;
align-items: center;
justify-content: center;
width: 80%;
height: 10rem;
margin: 0 0 4rem 0;
position: relative;
border-top: 2px solid;
border-right: 2px solid;
border-bottom: none;
border-left: 2px solid;
box-sizing: border-box;
border-color: #00A2F2;
}

.main_box_inner_box:last-child {
margin: 0;
}

.box_inner_click {
background: #00A2F2;
}


}


