@charset "UTF-8";
/* CSS Document */

/* 中身-モバイルファースト======================================================================================================== */

.outline{
margin-bottom: 20px;
}


/* PCのみ======================================================================================================== */
@media print, screen and (min-width: 751px){

#contents{
display: flex;
justify-content: space-between;
align-items: flex-end;
}

.outline{
width: 640px;
margin-bottom: 0;
}
.photo{
width: 500px;
}

}

