@charset "utf-8";
/* CSS Document */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  letter-spacing: .05em;
  font-style: normal;
  font-weight: normal;
}
small {
  font-size: .6em;
  letter-spacing: .05em
}
ul, ol {
  list-style: none;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.clear {
  clear: both;
}
a {
  text-decoration: none;
  color: #000;
}
main img, heater img {
  width: 100%;
  height: auto;
}
a:hover {
  text-decoration: none;
  opacity: .85;
}
html {
  scroll-behavior: smooth
}
.sp_none {
  display: none
}
.pc_none {
  display: block
}
.sp_noneIB {
  display: none
}
.pc_noneIB {
  display: inline-block
}
body {
  position: relative;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-weight: 300;
  font-size: 18px;
  color: #000;
  width: 100%;
  background: #f9fbf8;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
main {
  width: 100%;
}
.l-header {
  display: block;
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #fff;
  overflow-x: hidden;
}
.c-hamburger {
  position: relative;
  width: inherit;
  height: inherit;
  margin: 0;
  border: transparent;
  background-color: transparent;
  cursor: pointer;
}
.c-hamburger span {
  display: block;
  position: relative;
  left: 50%;
  width: 24px;
  height: 2px;
  transform: translateX(-50%);
  background: #fff;
  transition: all 0.4s;
}
.c-hamburger span:nth-of-type(1) {
  top: -4px;
}
.c-hamburger span:nth-of-type(2) {
  top: 1px;
  transform: translateX(-0.45deg);
}
.c-hamburger span:nth-of-type(3) {
  top: 6px;
  transform: translateX(-0.45deg);
}
.c-hamburger.is-active span:nth-of-type(1) {
  top: 0;
  transform: translateX(-50%) rotate(225deg);
}
.c-hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}
.c-hamburger.is-active span:nth-of-type(3) {
  top: -4px;
  transform: translateX(-50%) rotate(-225deg);
}
.p-header_nav {
  display: flex;
  z-index: 10;
  position: absolute;
  top: 0;
  right: -100%;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background: transparent;
  opacity: 0;
  transition: top 0.6s, right 0.6s, opacity 0.6s;
}
.p-header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  padding: 0 .5em;
}
.p-header_hamburger {
  z-index: 100;
  position: fixed;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #000;
}
.p-header_nav.is-active {
  position: fixed;
  top: 0;
  right: 0;
  opacity: 1;
  background-color: #3fa782;
}
.p-nav_inner {
  position: absolute;
  height: 75%;
  top: 1em;
}
.p-nav_inner h1 {
  color: #fff;
  margin-bottom: 2em;
}
.p-nav_list {
  display: block;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}
.p-nav_item {
  position: relative;
  font-size: 1em;
  font-size: 1em;
}
.p-nav_link {
  color: #fff;
  display: block;
  padding: 20px 10px;
  width: 100%;
}
.p-nav_list .eye-catch2 .p-nav_link {
  padding: 5px 10px;
}
header h1 {
  font-size: 1.2em;
  font-weight: bold;
  z-index: 1;
}
#contents1 {
  background: url(/img/zaimu/con1_back.jpg) center / cover;
  padding: 20% 0 5%;
  margin-top: -30px;
}
@media screen and (max-width:768px) {
  #contents1 {
    background: url(/img/zaimu/sp_con1_back.jpg) center / cover;
    padding: 20% 0 5%;
    margin-top: -30px;
  }
}
#contents1 .inner {
  max-width: 1200px;
  width: 80%;
  margin: 0 auto;
  padding: 30px 0;
  display: flex;
  gap: 50px;
}
#contents1 .inner .fv_text {
  width: 58%;

}
@media screen and (max-width:768px) {
  #contents1 .inner .fv_text {
    width: 100%;
    padding-top: 0px;
  }
}
#contents1 .inner .fv_photo {
  width: 42%;
}
#contents1 .inner .btn {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  position: relative;
  width: auto;
  margin: 50px auto 0;
  padding: 1rem 0px;
  font-weight: bold;
  border-radius: 999px;
  background: #fce15c;
  border: none;
  box-shadow: 5px 5px #f7ae4c;
  transition: 0.3s ease-in-out;
}
#contents1 .inner .btn:hover {
  box-shadow: none;
  transform: translate(5px, 5px);
  color: #3fa782;
  opacity: 1;
}
#contents1 .inner .btn img {
    max-width: 250px;
  }
@media screen and (max-width:768px) {
  #contents1 .inner .btn {
    padding: 8px 0px 3px;
  }
  #contents1 .inner .btn img {
    max-width: 180px;
  }
}
.bottom_btn .btn {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  position: relative;
  max-width: 400px;
  width: auto;
  margin: 50px auto 0;
  padding: 1rem 0px;
  font-weight: bold;
  border-radius: 999px;
  background: #fce15c;
  border: none;
}
.bottom_bt .btn:hover {
  box-shadow: none;
  transform: translate(5px, 5px);
  color: #3fa782;
  opacity: 1;
}
.bottom_btn .btn img {
  max-width: 250px;
}


@media screen and (max-width:768px) {
  .bottom_btn .btn {
    padding: 8px 0px 3px;
  }
  .bottom_btn .btn img {
    max-width: 180px;
  }
}


#contents1 .inner_second .eye-catch, header .p-nav_list .eye-catch2, #contents3 .eye-catch {
  display: inline-block;
  margin: 2em auto 1.2em;
  padding: .1em 2.5em;
  background: #ffd800;
  color: #019968;
  font-size: 1.4em;
  font-weight: bold;
  border-radius: 30px;
  vertical-align: -10%;
}
.inner_second .eye-catch a {
  color: #019968;
}
header .p-nav_list .eye-catch2 {
  font-size: 1.2em;
}
.inner_second .eye-catch span, .p-nav_list .eye-catch2 span, #contents3 .eye-catch span {
  font-size: .5em;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  margin-right: 2em;
  position: relative;
  margin: .5em 20px .5em 0;
  padding: 0 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #019968;
  border-radius: 50%;
  box-sizing: border-box;
  vertical-align: 10%;
}
.p-nav_list .eye-catch2 span {
  margin-left: -3em;
}
.inner_second .eye-catch span:before, .p-nav_list .eye-catch2 span:before, #contents3 .eye-catch span:before {
  content: "";
  position: absolute;
  top: 60%;
  right: -15px;
  margin-top: -15px;
  border: 10px solid transparent;
  border-left: 10px solid #019968;
  z-index: 0;
}
#news {
  background: #f2f2f2;
  margin-top: 0;
  padding-bottom: 2%;
}
#news h2 {
  text-align: center;
  font-weight: bold;
  color: #4eab7b;
  padding: 1em 0;
}
#news .news_inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  font-size: .8em;
}
#news .news_inner .btn {
  color: #fff;
  font-weight: bold;
  display: block;
  margin: .5em 0 1em auto;
  background: #4eab7b;
  border-radius: 15px;
  width: 90px;
  height: 1.8em;
  text-align: center;
  padding-left: 1em;
}
#news .news_contents {
  border: solid 3px #4eab7b;
  padding: 1.5em 0;
  background: #fff;
  height: 320px;
  overflow: auto;
}
.news_contents dl a {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  padding: .5em 5%;
  line-height: 2;
}
.news_contents dt {
	width: 100%;
  font-weight: bold;
}
.news_contents dd {
	width: 100%;
  font-weight: bold;
  border-bottom: solid 2px #4eab7b;
  padding-bottom: .5em;
}
.news_inner span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: .7em;
  height: .7em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  margin-left: 1em;
  transform: translateX(-25%) rotate(45deg);
}
#nav_area {
  width: auto;
  max-width: 1200px;
}
#nav_area h2 {
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  padding-top: 50px;
}
#nav_area ul {
  display: flex;
  flex-wrap: wrap;
  margin: 8% 0;
	gap: 15px;
  justify-content: center;
}
#nav_area ul li {
  width: calc(100% / 2);
  background: #fff;
  border: solid 2px #39956b;
  border-radius: 15px;
  text-align: center;
}
#nav_area ul li .number {
  width: 30%;
  height: auto;
  margin-top: -2em;
  z-index: 5;
}
#nav_area ul li .catch, #nav_area ul li .description {
  font-weight: bold;
}
#nav_area ul li .catch {
  font-size: 1.2em;
}
#nav_area ul li .description {
  font-size: .7em;
}
#nav_area ul li div {
  display: inline-block;
  vertical-align: middle;
  margin: 1em auto;
  color: #39956b;
  line-height: 1;
  width: 1.2em;
  height: 1.2em;
  border: 0.15em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

.conteiner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 50px 50px;
}
.conteiner h3 {
  font-weight: bold;
}
.conteiner ul {
  list-style-type: disc;
  padding-left: 2em;
  font-size: 0.75em;
  line-height: 1.5;
}
.conteiner li {
  margin-bottom: 0.5em;
}

@media screen and (max-width:768px) {
	.conteiner {
	  padding: 20px 25px 0px;
	}
}

#first_conteiner, #second_conteiner, #third_conteiner {
  position: relative;
  background: #E4F1EA;
  border-radius: 20px;
  max-width: 1100px;
  margin: 10% auto;
  padding: 50px;
}
@media screen and (max-width:768px) {
  #first_conteiner, #second_conteiner, #third_conteiner {
    padding: 50px 25px;
    margin: 20% auto;
  }
}
#first_conteiner p, #second_conteiner p, #third_conteiner p {
  font-size: 1.3em;
  line-height: 1.5;
  margin-bottom: 0.8em;
}
#first_conteiner h2, #first_conteiner .catch, #first_conteiner h3, #second_conteiner h2, #third_conteiner h2, #contents3 h2 {
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: .5em;
  margin-top: 2.5%;
}
@media screen and (max-width:768px) {
  #first_conteiner p, #second_conteiner p, #third_conteiner p {
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: 0.8em;
  }
  #first_conteiner h2, #first_conteiner .catch, #first_conteiner h3, #second_conteiner h2, #third_conteiner h2, #contents3 h2 {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: .5em;
    margin-top: 2.5%;
  }
}
#first_conteiner img.number, #second_conteiner img.number, #third_conteiner img.number {
  width: 83.67px;
  height: auto;
  position: absolute;
  top: -2.0em;
  left: 2.5%;
}
.table-wrap {
  overflow-x: scroll;
}
.table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  white-space: nowrap;
  background: #fff;
}
.table th, .table td {
  border: 1px solid #000;
  padding: 0.5em 1em;
	vertical-align:middle;
}

.table tbody tr{
	background: #D6E3BC;
}

.table tbody tr:nth-child(even){
	background: #EAF1DD;
}

.table th{
background: #6ba999;
	color: #fff;
	font-weight: bold;
	white-space: normal;
}

.table tbody th{
	vertical-align: middle;
	padding: 1em 0;
	width: auto;
	display: table-cell;
  min-width: 35px; /* 必要に応じて調整 */


}

.table tbody th p{
	font-weight: bold;
	 display: inline-block;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
text-orientation: upright;
white-space: pre;
	text-align: center;
	font-size: 1em !important;
  line-height: 1.5 !important;
  margin-bottom: 0 !important;
}

#first_conteiner h3.second {
  margin-top: 2em;
}
.flex_inner {
  display: flex;
  gap: 30px;
}
.flex_inner > div {
	width: 55%;
}

.flex_inner > p {
	width: 45%;
}

.flex_inner > p .pc_image {
	width: 80%;
}
@media screen and (max-width:768px) {
  .flex_inner {
    display: block;
  }
	.flex_inner > div {
	width: 100%;
}

.flex_inner > p {
	width: 100%;
}
}

#second_conteiner{
	margin-bottom: 1em;
}
#second_conteiner .chart, #third_conteiner .analysis {
  position: relative;
  width: 100%;
  height: auto;

}
#second_conteiner h3 {
  font-size: .75em;
  font-weight: bold;
  margin-top: 1em;
}
#first_conteiner .small, #second_conteiner .small {
  font-size: 1em;
}

#third_conteiner .flex_inner > p{
	text-align: center;
}

#contents3 {
  width: 90%;
  background: #f2f2f2;
  margin: 10% auto;
  padding: 10% 5%;
}
#contents3 h2 {
  text-align: center;
}
#contents3 .eye-catch {
  text-align: center;
  margin: 1em auto;
  display: block;
}
#contents3 .eye-catch a {
  display: block;
  width: 110%;
}
footer {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto 50px;
}
footer h1 {
  font-weight: bold;
}
footer ul {
  display: flex;
  margin: 1em 0;
}
footer li {
  font-size: .7em;
  font-weight: bold;
}
footer li:nth-of-type(2), footer li:nth-of-type(3) {
  margin: 0 .6em;
}
/*--------------------- info ----------------------------------------------*/
#info_contents1 {
  background: #4eab7b;
  padding: 80px 0 30px;
}
#info_contents1 h2 {
  font-size: 1.5em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 30px 20px 10px;
}
.info_news {
  margin: 2em auto;
  padding: 2em;
  font-size: .8em;
  background: #fff;
}
.top_btn {
  background: #4eab7b;
  text-align: center;
  padding: 1em 0;
  display: block;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  margin: 1em auto;
  position: relative;
  width: 80%;
}
.top_btn::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3em 0 0.3em 0.6em;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%)
}
/*--------------------- info_01----------------------------------------------*/
.main_contents {
  margin: 2em auto;
  max-width: 1000px;
  padding: 2em;
  font-size: .8em;
  background: #fff;
}
.main_contents h1 {
  font-size: 1.5em;
  border-bottom: solid 1px #4eab7b;
  font-weight: bold;
}
.main_contents .time {
  text-align: right;
}
.main_contents p, .main_q p {
  margin: 1em 0;
  overflow-wrap: break-word;
  line-height: 1.8;
}
.main_contents p a {
  text-decoration: underline;
  color: #1a0dab;
}
/*--------------------- Q&A----------------------------------------------*/
.main_q {
  margin: 2em auto;
  width: 78%;
  max-width: 1000px;
  padding: 2em;
  font-size: .8em;
  background: #e4f1e2;
}
.main_qa {
  margin: 2em auto;
  width: 86%;
  max-width: 1000px;
  padding: 7%;
  font-size: .8em;
  background: #fff;
}
.main_q p {
  border-bottom: dashed 2px #4eab7b;
  padding: 1.8em 0;
}
.main_qa .q {
  color: #4eab7b;
  font-weight: bold;
  font-size: 1.15em;
  padding-top: 52px;
  margin-left: 2.5em;
  position: relative;
}
.main_qa .a {
  font-size: 1.15em;
  margin-top: .8em;
  margin-left: 2.5em;
  position: relative;
}
.main_qa .q::before {
  content: "Q";
  color: #fff;
  background: #4eab7b;
  padding: .2em .5em;
  margin-right: .5em;
  margin-left: -2em;
  position: absolute;
  left: -1em;
}
.main_qa .a::before {
  content: "A";
  color: #fff;
  background: #000;
  padding: .2em .5em;
  margin-left: -2em;
  position: absolute;
  left: -1em;
}
/*--------------------- sitepolicy----------------------------------------------*/
#sitepolicy {
  margin: 2em auto;
  max-width: 1000px;
  padding: 2em;
  font-size: .8em;
  background: #fff;
}
#sitepolicy h2 {
  border-bottom: solid 2px #D6D6D6;
  position: relative;
  font-size: 1.5em;
  font-weight: bold;
}
#sitepolicy h2::after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 311px;
  border-bottom: 2px solid #36C190
}
#sitepolicy p {
  line-height: 1.8;
  margin: 2em 0;
}
#sitepolicy h3 {
  font-size: 1.3em;
  font-weight: bold;
}
@media screen and (min-width:768px) {
  .pc_none {
    display: none
  }
  .sp_none {
    display: block
  }
  .pc_noneIB {
    display: none
  }
  .sp_noneIB {
    display: inline-block
  }
  header .btn-trigger {
    display: none;
  }
  body {
    min-width: 1100px;
  }
  .p-header_hamburger {
    display: none;
  }
  .p-nav_inner {
    margin-right: auto;
    margin-left: auto;
    max-width: initial;
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
  }
  .p-header_nav {
    position: static;
    opacity: 1;
    height: inherit;
    width: initial;
  }
  .p-nav_list {
    padding-right: 0;
    padding-left: 0;
    display: flex;
    margin-right: 2.5%;
  }
  .p-nav_item:nth-child(2), .p-nav_item:nth-child(3) {
    border-left: solid 1px #093;
    margin-left: 2em;
  }
  .l-header {
    background: #fff;
    height: 68px;
    position: fixed;
  }
  .p-header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: inherit;
    padding: 0 40px;
  }
  .p-nav_item {
    position: relative;
    font-size: .8em;
    color: #000;
    font-weight: bold;
    text-align: center;
    height: 20px;
  }
  .p-nav_link {
    color: #000;
    padding: 0 5px 0;
    margin-left: 10px;
  }
  .p-nav_link:nth-child(2), .p-nav_link:nth-child(3) {
    border-left: solid 1px #093;
    margin-left: 2em;
  }
  .eye-catch .p-nav_link {
    background: url(/img/zaimu/mail_icon.png) no-repeat left 15% center;
    background-size: 24px auto;
    background-color: #4eab7b;
    color: #fff;
    height: 1.8em;
    border-radius: 100px;
    margin-left: 20px;
    padding: .3em .2em .3em 2.6em;
    margin-top: -.4em;
  }
  .p-nav_link span {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: .8em;
    height: .8em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    margin-left: .8em;
    transform: translateX(-25%) rotate(45deg);
  }
  header .p-nav_list .eye-catch2 {
    display: none;
  }
  #contents1 {
    padding: 5% 0 0;
    margin-top: 0;
  }
  #news .news_contents {
    height: 150px;
  }
  .news_contents dt, .news_contents dd {
    border-bottom: solid 2px #4eab7b;
  }
  .news_contents dt {
    width: 20%;
  }
  .news_contents dd {
    width: 80%;
  }
  #nav_area {
    margin: 10px auto;
  }
  #nav_area h2 {
    font-size: 2.8em;
    padding-top: 70px;
  }
  #nav_area ul {
    margin: 5% 0;
	  flex-wrap: nowrap;
  }
  #nav_area ul li {
    width: 33%;
  }
  #nav_area ul li .number {
    width: 90px;
    height: auto;
    margin-top: -2.8em;
  }
  #nav_area ul li .catch {
    font-size: 1.6em;
  }
  #nav_area ul li .description {
    font-size: 1.2em;
  }
  #nav_area ul li .illust {
    /*width: 260px;*/
	  height: 180px;
    width: auto;
    margin: 20px auto;
  }
  #nav_area ul li div {
    width: 2em;
    height: 2em;
  }
  #first_conteiner, #second_conteiner, #third_conteiner {
    padding: 50px;
  }
  #first_conteiner img.number, #second_conteiner img.number, #third_conteiner img.number {
    width: 100px;
    height: auto;
    top: -2.2em;
  }
  .table-wrap {
    overflow: hidden;
  }
  .table {
    width: 100%;
    white-space: normal;
    border-collapse: collapse;
  }
  #first_conteiner h2, #second_conteiner h2, #third_conteiner h2, #contents3 h2 {
    font-size: 1.5em;
    margin-bottom: .5em;
    margin-top: 2.5%;
  }
  #first_conteiner .catch, #first_conteiner h3, #third_conteiner h3 {
    font-size: 1.5em
  }
  #second_conteiner .inner, #third_conteiner .inner {
    display: flex;
    flex-direction: row-reverse;
  }
/*  #second_conteiner p, #third_conteiner p {
    width: 50%;
  }
  #second_conteiner .chart {
    margin-left: 5%;
  }*/
  #third_conteiner .analysis {
    width: 60%;
    margin: -15% auto 0 15%;
  }
  #contents3 {
    margin: 5% auto;
    padding: 5%;
  }
  #contents3 .eye-catch {
    width: 10em;
  }
  /*--------------------- info ----------------------------------------------*/
  #info_contents1 h2 {
    font-size: 1.8em;
    margin: 30px 20px 10px;
  }
  .info_news {
    width: 1000px;
    margin: 5% auto;
    font-size: .9em;
  }
  .top_btn {
    display: block;
    width: 380px;
    margin: 5% auto;
    border-radius: 25px;
  }
  .main_contents, .main_q {
    font-size: .9em;
  }
  .main_contents h1 {
    font-size: 1.8em;
    margin: 30px 20px 10px;
  }
  .main_q p {
    padding: 1.4em 0;
  }
  .main_qa {
    width: 960px;
    padding: 46px;
  }
  .main_qa .q, .main_qa .a {
    font-size: 1.2em;
  }
  .main_qa .q {
    padding-top: 70px;
  }
  /*--------------------- sitepolicy----------------------------------------------*/
  #sitepolicy h2 {
    font-size: 1.8em;
  }
  #sitepolicy h3 {
    font-size: 1.5em;
  }
}
@media screen and (max-width:768px) {
  footer .p-nav_link {
    color: #000;
    padding: 10px;
  }
}
/* ここから追加CSS */
/* aタグをボタンに変更時、ボタンのデフォルトCSSを無効化 */
dl.like_a {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  padding: .5em 5%;
  line-height: 2;
}
button.like_a {
    all: unset; /* デフォルトスタイルをリセット */
    display: block; /* ブロック全体をクリック可能に */
    width: 100%; /* 横幅を100%に設定 */
    text-align: left; /* 必要に応じてテキストを左寄せ */
    cursor: pointer; /* ポインタを表示 */
    padding: 0; /* 不要な余白を削除 */
    margin: 0; /* 不要なマージンを削除 */
    background: none; /* 背景をリセット */
    border: none; /* 枠線をリセット */
}