@charset "utf-8";
/* CSS Document（flow/index.html用） */

/*---発刊までの流れ---*/
#section01{
  margin:0px auto 50px auto;
  padding-bottom:70px;
  width:100%;
  height:auto;
  overflow:hidden;
  background:url(../img/bg02.jpg) no-repeat center;
	background-size: cover;
}

.section02{
  margin:0px auto;
  padding:50px auto;
  width:100%;
  height:auto;
  overflow:hidden; 
  background:url(img/bg01.jpg) no-repeat center;
	background-size: cover;
}

/*マスターズができるまで用ボックス*/
.flow_box{
  font-size:14px;
  width:850px;
  height:auto;
  margin:40px auto;
  padding-top:20px;
  padding-right:20px;
  text-align:left;
  line-height:1.7;
  background-color:#fff;
}

.flowbox_l{
  width:240px;
  height:300px;
  float:left;
  text-align:center;
  background-color:#fff;
}

.flowbox_r{
  width:auto;
  height:auto;
  padding: 15px 15px 20px 0px;
  background-color:#fff;
}

.point{
  border-bottom:solid 2px #e13e91;
  font-size:18px;
  color:#e13e91;
  font-weight:bold;
  padding-top:20px;
  margin-bottom:10px;
}
