@charset "UTF-8";
/* CSS Document */

/*-------------------------- PC、SP共通--------------------------*/
.content-block h2 {
	font-weight: bold;
	padding: .5em .7em;
    background: #4c56a6;
    /* border-left: 5px solid #4c56a6; */
    color: #fff;
}
.content-block h3 {
	font-weight: bold;
	padding: .5em .7em;
    border-left: 5px solid #88c6e6;
}
.content-block .pv-img {
	text-align: center;
}
#zoom-img h4 {
	
	font-size: 18px;
}
#zoom-img h4 span {
	font-weight: bold;
	border-bottom: 2px solid #88c6e6;
}
.point-style p {
	font-weight: bold;
}
.model_intro ul li {
	list-style-type: disc;
}
.setting-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 15px;
  line-height: 1.6;
}
.setting-table th, .setting-table td {
  border: 1px solid #ddd;
  padding: 10px 14px;
  text-align: left;
  vertical-align: top;
}
.setting-table th {
  background-color: #f5f5f5;
  font-weight: 600;
}
.setting-table tr:nth-child(even) {
  background-color: #fafafa;
}
.setting-table tr:hover {
  background-color: #f0f8ff;
}
.point-style {
	background: #eef2f4;
	padding: 20px;
}
.page-nav {
  background: #f8f9fa;
  border: 1px solid #e1e5ea;
  border-radius: 12px;
  padding: 1.5em;
  margin: 0;
  font-size: 0.95rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* 見出し */
.page-nav::before {
  content: "📘 目次";
  display: block;
  font-weight: 600;
  color: #004c91;
  margin-bottom: 0.8em;
  font-size: 1rem;
}

/* リスト全体 */
.page-nav ul {
  list-style: none;
  margin: 0;
  padding-left: 1em;
}

/* リンク要素 */
.page-nav a {
  display: inline-block;
  padding: 4px 0;
  color: #004c91;
  text-decoration: none;
  transition: all 0.2s ease;
}

/* hover時の装飾 */
.page-nav a:hover {
  color: #0077cc;
  text-decoration: underline;
}

/* 子リスト（設定①〜⑧） */
.page-nav ul ul {
  margin-top: 0.3em;
  margin-bottom: 0.5em;
  padding-left: 1.2em;
  border-left: 2px solid #cfd8e2;
}

.page-nav ul ul li a {
  color: #333;
  font-size: 0.9rem;
}




/*--------------------------SP用スタイル--------------------------*/
@media only screen and (max-width:1023px){
	.content-block {
		width: 100%;
		padding: 3%;
		margin-bottom: 50px;

	}
	.content-block p {
        line-height: 1.8;
	}
	.image-text-block img {
		width: 80%;
		height: auto;
	}
	.content-block img {
		width: 100%;
		height:auto;
	}
	.content-block h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.content-block h3 {
		margin-bottom: 20px;
	}
	.image-text-block .pv-img {
		margin-bottom: 20px;
	}
	.point-style p {
		margin-bottom: 15px;
	}
	#zoom-img h4 {
		margin-bottom: 15px;
	}
	#zoom-img .pv-img {
		margin-bottom: 20px;
	}
	.pv-img img {
		width: 70%;
	}
	.model_intro ul {
	    padding-left: 20px;
		line-height: 1.6;
	}
	.model_intro ul li {
		margin-bottom: 10px;
	}
	.model_intro {
		margin-bottom: 30px;
	}
	
}













/*--------------------------PC用スタイル--------------------------*/
@media print, screen and (min-width:1024px) {
	.content-block {
        width: 1020px;
        padding: 30px 4%;
        margin: 0 auto 50px;
    }
	.content-block p {
		font-size: 18px;
        line-height: 1.8;
	}
	.content-block h2 {
		font-size: 24px;
		margin-bottom: 25px;
	} 
	.content-block h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.setting-block {
		margin-bottom: 50px;
	}
	.image-text-block {
		/*display: flex;*/
		margin-bottom: 30px;
	}
	.image-text-block .pv-img {
		margin-top: 20px;
	}
	#zoom-img {
		display: flex;
		justify-content: space-between;
	}
	#zoom-img h4 {
		margin-bottom: 10px;
	}
	#zoom-img h4 span {
		padding-bottom: 4px;
	}
	#zoom-img img {
		width: 200px;
		height: auto;
	}
	.point-style {
		background: #eef2f4;
		padding: 20px;
	}
	.point-style p {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.model_intro {
		margin-bottom: 80px;
	}
	.model_intro ul {
	    padding-left: 30px;
	}
	.model_intro ul li {
		margin-bottom: 15px;
	}
	.model_intro ul li:last-child {
		margin-bottom: 0;
	}
}