@charset "utf-8";
/*------------------------------------------------------------
 RESET
------------------------------------------------------------*/
header{
       width:350px;
       height:50px;
       padding:10px;
}

p#first{
     font-size:30px;
     font-family:"Yu Gothic","遊ゴシック";
     font-weight:bold;
}


.box{display:flex;}
 
p#second{
   font-size:14px;
   font-family:"Yu Gothic","遊ゴシック";
   font-weight:500;
    }

.item1{width:530px;
     height:710px;
     margin:10px;
     background:#deffd8;
     }

.item2{width:350px;
     height:710px;
     margin:10px;
     }




