body {
font-weight:400;
}

.bold {
  font-weight: 800;
}

.text {
  line-height: 1.6;
  margin: 0.25em 0 1em 0;
}

.xs {
  font-size: 11px;
}
.s {
  font-size: 14px;
}

.l {
  font-size: 20px;
}

.xl {
  font-size: 24px;
}

h3.tit {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
}

h4.tit {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
}

.red {
	color: red;
}

/* ▼ダウンロードのアイコン */
.icon-dl {
  display: inline-block;
  vertical-align: middle;
  color: currentColor;
  line-height: 1;
  position: relative;
  width: 1.15em;
  height: 1.15em;
  margin-left: 1em; /*  (0.5em = 約8px) */
}

.icon-dl::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.46em;
  border: 0.15em solid currentColor; /* ← 太く */
  border-top: 0;
  border-radius: 0; /* ← 角丸削除 */
  box-sizing: border-box;
}

.icon-dl > span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.35em;
  width: 0.15em; /* ← 太く */
  height: 0.65em;
  background: currentColor;
  margin: auto;
}

.icon-dl > span::before {
  content: '';
  width: 0.4em; /* ← 少し太く */
  height: 0.45em;
  border: 0.15em solid currentColor; /* ← 太く */
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  position: absolute;
  left: 50%;
  bottom: -0.05em;
  box-sizing: border-box;
}

/* ▼IllustratorとWordのダウンロードボタン共通 */
.download_btn_orange,
.download_btn_blue {
  display: flex;               /* アイコンとテキストを横並びに */
  align-items: center;         /* 垂直中央揃え */
  justify-content: center;     /* 水平方向中央 */
  max-width: 200px;
  margin: 10px auto 0;
  padding: 8px 5px;
  text-decoration: none;
  font-weight: bold;
}

/* ▼オレンジボタン */
.download_btn_orange {
  border: 2px solid #ff8000;
  color: #ff8000;
  background: #ffeedd;
}

.download_btn_orange:hover {
  background: #ff8000;
  color: #fff;
}

/* ▼ブルーボタン */
.download_btn_blue {
  border: 2px solid #5e7fbb;
  color: #5e7fbb;
  background: #e3e9f4;
}

.download_btn_blue:hover {
  background: #5e7fbb;
  color: #fff;
}

/* ▼PC2カラム SP1カラム　左小右大 */
.column_pc2_l20,
.column_pc2_l30 {
  display: flex;
  flex-wrap: wrap;
}
.column--l,
.column--r {
  width: 100%;
}
@media (max-width: 766px) {
  .column--l img {
    width: 50%;
    height: auto;
    display: block;
    margin: 0 auto 10px;
  }
}

/* PC 左20%右80% */
@media (min-width: 767px) {
  .column_pc2_l20 .column--l {
    width: 20%;
    padding-right: 30px;
  }
  .column_pc2_l20 .column--r {
    width: 80%;
  }
}

/* PC 左30%右70% */
@media (min-width: 767px) {
  .column_pc2_l30 .column--l {
    width: 30%;
    padding-right: 30px;
  }
  .column_pc2_l30 .column--r {
    width: 70%;
  }
}

/* ▼PC2カラム SP1カラム */
.column_pc2sp1{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.column_pc2sp1 > div {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.column_pc2sp1 img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 10px; 
}
@media screen and (max-width: 650px) {
  .column_pc2sp1 > div {
    width: 100%;
  }
}

/* ▼PC2カラム SP2カラム */
.column_pc2sp2{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.column_pc2sp2 > div{
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.column_pc2sp2 img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 10px; 
}
@media screen and (max-width: 650px) {
	.column_pc2sp2 > div{
		width: 50%;
	}
}

/* ▼PC3カラム SP1カラム */
.column_pc3sp1{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.column_pc3sp1 > div {
  width: 33.33333%;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.column_pc3sp1 img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 10px; 
}
@media screen and (max-width: 650px) {
  .column_pc3sp1 > div {
    width: 100%;
  }
}
	
/* ▼PC3カラム SP2カラム */
.column_pc3sp2{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.column_pc3sp2 > div{
  width: 33.33333%;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.column_pc3sp2 img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 10px; 
}
@media screen and (max-width: 650px) {
	.column_pc3sp2 > div{
		width: 50%;
	}
}

/* ▼PC4カラム SP2カラム */
.column_pc4sp2{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.column_pc4sp2 > div{
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.column_pc4sp2 img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 10px; 
}
.column_pc4sp2 h4 {
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 650px) {
	.column_pc4sp2 > div{
		width: 50%;
	}
}
	
/* ▼PC6カラム SP2カラム */
.column_pc6sp2{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center; /* 内容は中央配置 */
}
.column_pc6sp2 > div{
  width: 16.66666%;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.column_pc6sp2 img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 10px; 
}
@media screen and (max-width: 650px) {
	.column_pc6sp2 > div{
		width: 50%;
	}
}
	
/* ▼PC6カラム SP3カラム */
.column_pc6sp3{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center; /* 内容は中央配置 */
}
.column_pc6sp3 > div{
	width: 16.66666%;
	padding: 10px;
}
@media screen and (max-width: 650px) {
	.column_pc6sp3 > div{
		width: 33.33333%;
	}
}

/* ▼リストで横並び160pxで改行  PC5カラム SP3カラム */
.list_pc5sp3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 10px 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: start;
}

.list_pc5sp3 li {
  padding: 10px;
  text-align: center;
}
.list_pc5sp3 img {
  max-width: 100%;
  height: auto;
  margin: 0 auto 10px; 
}

@media screen and (max-width: 650px) {
  .list_pc5sp3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ▼リストで横並び140pxで改行  PC6カラム SP3カラム */
.list_pc6sp3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 10px 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: start;
}

.list_pc6sp3 li {
  padding: 10px;
  text-align: center;
}
.list_pc6sp3 img {
  max-width: 100%;
  height: auto;
  margin: 0 auto 10px; 
}

@media screen and (max-width: 650px) {
  .list_pc6sp3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ▼テーブルでPC横並びSP下に改行 */
.table_design01 {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  text-align: center;
}
.table_design01 th, .table_design01 td {
  border: 2px solid #ddd;
  padding: 0.85em;
}
.table_design01 thead th {
  background-color: #7591c4;
  color: #fff;
  border: 2px solid #7591c4;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.table_design01 thead th:last-of-type {
  border-right: 2px solid #7591c4;
}
.table_design01 tbody th {
  color: #7591c4;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .table_design01 {
    text-align: left;
  }
  .table_design01 thead {
    display:none;
  }
  .table_design01 th, .table_design01 td {
    display: block;
    border: 0;
    border-bottom: 2px solid #ddd;
  }
  .table_design01 tbody th{
    background: #7591c4;
    color:#fff;
  }
  .table_design01 td::before{
    content: attr(data-label);
    color: #7591c4;
    font-weight: bold;
    display: inline-block;
    width: 45%;
    min-width: 4em;
	font-size: 0.85em;
  }
}

/* ▼テーブル */
.table_design02 {
  border-collapse: collapse;
  width: 100%;
  max-width: 767px;
  text-align: center;
}

.table_design02 th,
.table_design02 td {
  border: 2px solid #ddd;
  padding: 0.85em;
}

.table_design02 th {
  background-color: #7591c4;
  color: #fff;
  font-weight: bold;
  width: 20%;
  min-width: 4em;
  border: 2px solid #ddd;
}

/* ▼テーブル */
.table_design03 {
  border-collapse: collapse;
  width: 100%;
}

.table_design03 th,
.table_design03 td {
  border: 2px solid #ddd;
  padding: 0.85em;
}

.table_design03 th {
  background-color: #7591c4;
  color: #fff;
  font-weight: bold;
  width: 20%;
  min-width: 4em;
  border: 2px solid #ddd;
}


