@charset "utf-8";

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

.box {
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);
box-sizing: border-box;
}

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

.box_inner_text_only {
display: flex;
flex-flow: column nowrap;
align-items: center;
justify-content: center;
width: 98%;
padding: 5rem 0;
text-align: left;
}

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

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

.line_in_box_03 {
border: dashed 2px #ffefd5;
width: 100%;
}

.p_01 {
margin: 0 0 3rem 0;
}

.p_02 {
margin: 3rem 0;
}

.p_03 {
margin: 3rem 0 0 0;
}

.p_04 {
margin: 0;
}

.p_05 {
display: flex;
flex-flow: column nowrap;
align-items: start;
justify-content: center;
height: 5rem;
margin: 0;
}

.box_inner_photo_and_text {
display: flex;
flex-flow: column nowrap;
align-items: center;
justify-content: center;
width: 100%;
padding: 3rem 0;
box-sizing: border-box;
}

.box_inner_photo_and_text_photo {
display: flex;
flex-flow: column nowrap;
align-items: flex-end;
justify-content: center;
width: 96%;
}

.box_inner_photo_and_text_text {
display: flex;
flex-flow: column nowrap;
align-items: center;
justify-content: center;
width: 98%;
margin: 2rem 0 0 0;
box-sizing: border-box;
text-align: left;
}


}




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

.box {
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);
box-sizing: border-box;
}

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

.box_inner_text_only {
display: flex;
flex-flow: column nowrap;
align-items: center;
justify-content: center;
width: 98%;
padding: 5rem 0;
text-align: left;
}

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

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

.line_in_box_03 {
border: dashed 2px #ffefd5;
width: 100%;
}

.p_01 {
margin: 0 0 3rem 0;
}

.p_02 {
margin: 3rem 0;
}

.p_03 {
margin: 3rem 0 0 0;
}

.p_04 {
margin: 0;
}

.p_05 {
display: flex;
flex-flow: column nowrap;
align-items: start;
justify-content: center;
height: 2rem;
margin: 0;
}

.box_inner_photo_and_text {
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: center;
width: 100%;
}

.box_inner_photo_and_text_photo {
display: flex;
flex-flow: column nowrap;
align-items: center;
justify-content: center;
width: 50%;
margin: 4rem 0;
padding: 0 0 0 2rem; /* pc-右のremで画像のサイズ調整 */
box-sizing: border-box;
}

.box_inner_photo_and_text_text {
display: flex;
flex-flow: column nowrap;
align-items: center;
justify-content: center;
width: 50%;
padding: 0 1%;
box-sizing: border-box;
text-align: left;
}


}

