@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/sawarabimincho.css);

body{
  background-image: url(background.jpg);
  font-family: 'Noto Serif', 'Sawarabi Mincho', serif;
  font-weight: 400; /* normal */
}

/************************************************************/

.box1{
  padding: 0.3em 1em;
  margin: 2em 0;
  color: #474747;
  background: rgba(157, 157, 155, 0.186);/*背景色*/
  border-left: double 7px #D6B090;/*左線*/
  border-right: double 7px #D6B090;/*右線*/
}
.box1 p {
  margin: 0; 
  padding: 0;
}


  .wrap{
    display:flex;
    justify-content:center;
    align-items:center;
  }
  .box{
    display:flex;
    justify-content:center;
    align-items:center;
    width:600px;
    height:230px;
  }


/************************************************************/

.text1{
  font-size: 35px;
  color: #d68b99;
}

.text2{
  font-size: 10px;
  color:#61616185
}

.text3{
  color:#272727e3
}