@charset 'Shift_JIS';
:root {
  --w-basesize: 1000px;
  overflow-x: hidden;
}
:root {
  --text-title-s: 22px;
  --text-title-m: 24px;
  --text-title-l: 26px;
  --text-title-ll: 28px;
  --text-title-lll: 32px;
  --text-sss: 12px;
  --text-ss: 14px;
  --text-s: 16px;
  --text-m: 18px;
  --text-l: 20px;
  --text-ll: 22px;
  --text-lll: 24px;
}
strong {
  font-size: 1.2em;
}
.small {
  font-size: 0.8em;
}
:root {
  --point-color01: #008494;
  --point-color02: #B0B334;
  --lead-h1-text-color: #000000;
  --lead-h1-bg-color: #F5F5F5;
}
br.sp-br {
  display: none;
}
br.pc-br {
}
/*--------------------------------------------------------------------------------ページタイトルまわり*/
.article_header {
  width: var(--w-basesize);
  margin: 2em auto;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.article_header img {
  width: 100%;
  hight: auto;
}
.title {
  font-size: var(--text-title-l);
  line-height: 1.3em;
  text-align: left;
}
.date {
  font-weight: 500;
  font-size: var(--text-s);
  padding: 2em 0;
  display: block;
  text-align: right;
}
p{
line-height: 1.8rem;
}
/*--------------------------------------------------------------------------------リード*/
.lead {
  width: var(--w-basesize);
  margin: 0 auto;
  padding: 0;
}
.lead p {
  font-size: var(--text-m);
  padding: 1em 0;
  font-weight: bold;
}
.leadTitle {
  margin: 2em 0 .5em 0;
  padding: 1em 0 1em 1em;
  font-size: var(--text-title-s);
  line-height: 1.4em;
  letter-spacing: 0.02em;
  color: var(--lead-h1-text-color);
  background: var(--lead-h1-bg-color);
  border-left: solid 30px var(--point-color01);
  border-bottom: solid 3px #d7d7d7;
}
/* --------------------------まとめ------------------------- */ :root {
  --matome-h2-text-color: #FFFFFF;
  --matome-h2-bg-color: #0F7E6E;
}
.sec_wrap-matome{
  width: var(--w-basesize);
  margin: 0 auto;
}
.matome {
  margin-top: 6em;
  padding-bottom: 1em;
}
.matome p {
  margin: 2em 2em 0 2em;
}
.matome h2 {
  position: relative;
  padding: 0.6em;
  background: var(--matome-h2-bg-color);
  color: var(--matome-h2-text-color);
}
.matome h2:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid var(--matome-h2-bg-color);
  width: 0;
  height: 0;
}
/*--------------------------------------------------------------------------------枠1*/
.sec_wrap {
  width: var(--w-basesize);
  margin: 0 auto;
  /*  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);*/
}
/*--------------------------------------------------------------------------------まわりこみあり 左右*/
.p_n, .p_l, .p_r {
  padding: 0;
  overflow: hidden;
  margin: 0 auto;
  display: block;
}
.p_n p, .p_l p, .p_r p {
  padding: 1em 0 0;
  margin: 0;
}
.p_n img {
  width: 100%;
  height: auto;
  margin: 2em 0;
}
.p_l img.pr56w {
  float: left;
  max-width: 56%;
  height: auto;
  margin: 0 2em 2em 0;
}
.p_l img.pr35w {
  float: left;
  max-width: 35%;
  height: auto;
  margin: 0 2em 2em 0;
}
.p_l img.pr45w {
  float: left;
  max-width: 45%;
  height: auto;
  margin: 0 2em 2em 0;
}
.p_r img.pr35w {
  float: right;
  max-width: 35%;
  height: auto;
  margin: 0 0 2em 2em;
}
.p_r img.pr56w {
  float: right;
  max-width: 56%;
  height: auto;
  margin: 0 2em 2em 2em;
}
/*---------------------------------------------------------------------------sec_wrap の中の要素*/
.p_pack {
  padding: 0;
  text-align: center;
}
.p_pack p {
  text-align: left;
}
.p_pack:first-child {
}
.p_pack:not(:first-child) {
}
.p_pack:last-child {
  padding: 0;
  margin: 0;
}
.p_pack h1 {
  font-size: var(--text-title-l);
  color: #FFFFFF; /*文字色*/
  padding: 0.8em 0.5em 0.8em 2em; /*文字周りの余白*/
  margin: 2em 0 1em;
  line-height: 1.3; /*行高*/
  background: #F7852B; /*背景色*/
  vertical-align: middle;
  border-radius: 25px 0px 0px 25px; /*左側の角を丸く*/
  border-bottom: solid 8px #FFFE90;
  text-align: left;
}
.p_pack h2.name {
  text-align: left;
  padding: 0.5em 0 0.5em 1em;
  border-left: 20px solid #FF00CC;
  margin: 1em;
  color: #000000;
  background: #E4EFF1;
}
/*--------------------------------------------------------------------------------左右25% 横並び 2ボックス */
.column_w2_50 {
  display: flex;
  justify-content: space-between;
  gap: 2em;
  margin:2em 0;
  flex-wrap: wrap;
}
.column_w2_50-con{
  width: 41%;
  border-radius: 30px;
  padding: 2em;
  text-align: center;
  border: solid 2px #A4A4A4;
  background: #D9D9D9;
}
.column_w2_50-con h2 {
  font-size: var(--text-title-m);
  line-height: 1.2em;
  color:#00867E;
}
.column_w2_50-con h3 {
  text-align: center;
  font-size: var(--text-title-m);
  line-height: 1.2em;
 font-weight: bold;
  margin: 0;
  position: relative;
  color: #C31992;
  padding: 0;
  margin-bottom: 15px;
  border-bottom: solid 2px #C31992;
}
.column_w2_50-con img {
  width: 100%;
  height: auto;
  margin:2em 0 1em; 
}
.column_w2_50-con p {
  padding: 0;
  margin: 0;
}
.column_w2_50-con:nth-child(1) {}
.column_w2_50-con:nth-child(2) {}
.column_w2_50-con:nth-child(3) {}
.column_w2_50-con:nth-child(4) {}

/*--------------------------------------------------------------------------------左右 横並び 3ボックス */
.column_w3_33 {
  display: flex;
  margin:2em 0;
  justify-content: space-between;
  gap: 2em;
  flex-wrap: wrap;
}
.column_w3_33-con {
  width: 24%;
  border-radius: 30px;
  padding: 2em;
  text-align: center;
  border: solid 2px #A4A4A4;
  background: #D9D9D9;
}
.column_w3_33-con h2 {
  font-size: var(--text-title-m);
  line-height: 1.2em;
  color:#00867E;
}
.column_w3_33-con img {
  width: 100%;
  height: auto;
  margin:1em 0;
}
.column_w3_33-con p {
  padding: 0;
  margin: 0;
  text-align: left;
}
.column_w3_33-con:nth-child(1) {
  /*background-color: #2196F3; 背景色指定 */
}
.column_w3_33-con:nth-child(2) {
  /*background-color: #4CAF50; /* 背景色指定 */
}
.column_w3_33-con:nth-child(3) {
  /*background-color: #4A31C9; /* 背景色指定 */
}

