@charset "UTF-8";
h1 {
text-align: center;
font-size: 300%;
}

.iframe{
	text-align: center;
}

.center_iframe{
  display: block;
  margin: auto;
}


.flex_box {
	display: flex;              /* フレックスボックスにする */
	padding-right: 120px;
	padding-left: 120px;
	padding-top: 100px;
}

.list{
	padding: 20px;
    color:  #fff;               /* 文字色 */
    margin:  10px;              /* 外側の余白 */
    border-radius:  5px;        /* 角丸指定 */
	margin:0 auto;
	font-size: 200%;
	text-align: center;
}


.list:nth-child(1){
	background-color: #eee;
}

.list:nth-child(2){
	background-color: #eee;
}

.list:nth-child(3){
	background-color: #eee;
}


.yobi {
	text-align: center;
	font-size: 150%;
	margin-top: 100px;
}