@charset "UTF-8";
/* ===== ベース設定 ===== */
body, html {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #f9f9f9;
  color: #333;
  font-size: 16px;
  line-height: 1.6;
}
img{
	width: 100%;	
}
/* ===== ロゴエリア ===== */
.head_top {
  background: #fff;
  padding: 10px 15px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.head_top img {
  max-width: 180px;
  height: auto;
}

/* ===== メインコンテンツエリア ===== */
.main_box {
	width: 90%;
	max-width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	background: #ffffff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	border-radius: 0px 0px 8px 8px;
}

/* ===== ステップデータ表示エリア ===== */
#user-info {
  margin-top: 20px;
  font-size: 18px;
  color: #333;
}

#user-info a {
  text-decoration: none;
}

#user-info a:hover {
  text-decoration: underline;
}

.hr{
	border-bottom: 1px solid hsla(0,0%,94%,1.00);
	margin-bottom: 0px;
	padding-bottom: 7px;
}
/* ===== YouTube埋め込み用スタイル ===== */
.user-video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9比率 */
  height: 0;
  overflow: hidden;
  margin-top: 20px;
}

.user-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
p{
	font-size: 0.8em;
	margin-bottom: 21px;
}
/* ===== スマホ最適化（追加） ===== */
@media (max-width: 480px) {
  body {
    font-size: 15px;
  }

  .head_top img {
    max-width: 140px;
  }

  .main_box {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding-top: 7px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
  }

  #user-info {
    font-size: 16px;
  }
}

/* ===== タブレット対応（オプション） ===== */
@media (min-width: 481px) and (max-width: 768px) {
  .main_box {
    padding: 20px;
  }

  #user-info {
    font-size: 17px;
  }
}
h2{
	text-align: center;
	font-size: 1.2em;
	color: hsla(0,0%,62%,1.00);
	margin-bottom: 40px;
}
.button{
	text-align: center;
	color: hsla(0,0%,100%,1.00);
}
.button a{
	font-size: 0.8em;
	color: hsla(0,0%,100%,1.00);
	background-color: hsla(221,84%,50%,1.00);
	border-radius: 6px;
	padding-top: 15px;
	padding-right: 35px;
	padding-bottom: 15px;
	padding-left: 35px;
}
.modoru{
	text-align: center;
	margin-top: 70px;
	margin-bottom: 70px;
}
.modoru a{
	background-color: hsla(0,0%,56%,1.00);
	color: hsla(0,0%,100%,1.00);
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	border-radius: 215px;
	text-decoration: none;
	font-size: 0.8em;
}
.center{
	text-align: center;	
}