/*------------------------------------------------------------------------------------*/
/*共通項目*/
#main{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;

}

#main img {
	vertical-align: bottom;
	border: 0;
	max-width: 100%;
}
#main ul {
	letter-spacing: -.4em;
}
#main ul li {
	letter-spacing: normal;
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
}

.orange {color: #eb6c1c;}
.center {text-align: center;}
.aright {text-align: right;}

.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}

#main a {color: #eb6c1c;}

/*------------------------------------------------------------------------------------*/
#main .wrapper {
	max-width: 664px;
	padding: 0 0 50px 0;
}

#main .heading {margin: 20px 0 50px 0}


#main .point{
	margin: 50px 0 0 0;
	}

#main .point h3{
	background: #373737;
	padding: 10px 0 10px 16px;
	margin-bottom: 20px;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
}

#main .point p{
	font-size: 16px;
	margin-bottom: 12px;
}

#main .point .photo{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: center;
	font-weight: 700;
}

#main .point .photo .left{
	width: 330px;
}

#main .point .photo .right{
	width: 330px;
}


#main .point p.attention{
	font-size: 14px;
}



/***スペック***/
.table-container {
  width: 664px;
  margin: 50px auto;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  table-layout: fixed;
}

/* --- 見出し (th) の設定 --- */
.spec-table th {
  width: 220px;
  background-color: #333;
  color: #fff;
  padding: 16px 0;
  font-weight: normal;
  font-size: 14px;
  text-align: center; /* 中央揃えを明示 */
  position: relative;
}

/* thの左右に余白がある白線 */
.spec-table tr:not(:last-child) th::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 12px;  /* 左の隙間 */
  right: 12px; /* 右の隙間 */
  height: 1px;
  background-color: #fff;
}

/* --- データ (td) の設定 --- */
.spec-table td {
  padding: 16px 0;
  text-align: center;
  font-size: 14px;
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #333; /* tdの横線は黒 */
}

/* 偶数行の背景色（1行おきのシマシマ） */
.spec-table tr:nth-child(even) td {
  background-color: #f5f5f5;
}

/* 最後の行の横線を消す */
.spec-table tr:last-child td {
  border-bottom: none;
}

/* tdの中央にある、上下に隙間がある縦線 */
.spec-table td:first-of-type::after {
  content: "";
  position: absolute;
  top: 10px;    /* 上の隙間 */
  bottom: 10px; /* 下の隙間 */
  right: 0;
  width: 1px;
  background-color: #333;
}

/* --- 注釈 --- */
.notes {
    text-align: right;
    font-size: 12px;
    margin-top: 8px;
}




/***手順***/

.flow{
	width: 664px;
	background: #f2f2f2;
	margin: 0 0 50px 0;
	z-index: 0;
}

.flow .title{
	width: 604px;
	margin: 40px auto 20px auto;
		display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.flow .title .illust{
	width: 69px;
	margin-left: 40px;
margin-top: -10px;
z-index: 1;}

.flow .title .title_txt{
	width: 435px;
	margin-top: 34px;
	margin-right: 60px;
text-align: center;}

.flow .title .title_txt h3{
	font-size: 24px;
	font-weight: 700;
	line-height: 170%;
}

.flow .cnt{
	width: 604px;
	margin: 0 auto;
	font-size: 16px;

}

.flow .cnt .photo_area {
	display: flex;
	justify-content: flex-start; 
	flex-wrap: wrap;
	margin-top: 14px;
	gap: 2px; 
}

.flow .cnt .photo_area .photo {
	width: 200px;
}

.flow .arrow{
	text-align: center;
	margin: 16px 0 10px 0;
}

.flow .kansei{
	text-align: center;
	margin:  0 10px 0;
	padding-bottom: 50px;
}
