@charset "UTF-8";
html {
  font-size: 100%;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

img {
  width: 100%;
}

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #464646;
  font-size: 100%;
  line-height: 1.6;
}

/* common============================================ */
a, button {
  transition: all .2s ease-out;
}

a:hover {
  color: #04984A;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 30px;
  color: #04984A;
  font-weight: bold;
}

h3 {
  font-size: 18px;
}

/* u_midashi */
.u_midashi01 {
  border-bottom: 1px solid #04984A;
}

.u_midashi02 {
  font-size: 26px;
}

.u_midashi03 {
  font-size: 22px;
  border-bottom: 1px solid #04984A;
}

.u_midashi04 {
  font-weight: bold;
  border-left: 4px solid #04984A;
  padding: 0 0 0 8px;
}

.u_midashi05 {
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid #E6E6E6;
}

.link_button a {
  background-color: #F79228;
  color: #fff;
  font-size: 18px;
  height: 46px;
  line-height: 46px;
  font-weight: bold;
  text-align: center;
  display: block;
  border-radius: 5px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
}

.multistakeholder .link_button a {
  background-image: url(../../assets/img/icon_pdf.svg);
  background-size: 32px;
  background-position: left 24px center;
  background-repeat: no-repeat;
  width: 330px;
  margin: 0 auto;
  padding-left: 26px;
}

/* p_project_component ============================================ */
.p_contentswrap {
  max-width: 940px;
  margin: 0 auto;
}

@media (max-width: 940px) {
  .p_contentswrap {
    padding: 0 20px;
  }
}

.c_naviicon li {
  position: relative;
  text-align: left;
  padding: 0 0 0 32px;
}

.c_naviicon li:before {
  content: "";
  background: url("../../assets/img/icon_arrow.svg");
  background-size: 22px;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.u_text_green {
  color: #04984A;
}

.u_text_size-l {
  font-size: 20px;
  font-weight: bold;
}

.u_text_right {
  text-align: right;
}

.u_mt10 {
  margin: 10px 0 0;
}

.u_mt15 {
  margin: 15px 0 0;
}

.u_mt40 {
  margin: 40px 0 0;
}

.u_mt50 {
  margin: 50px 0 0;
}

.c_green_box {
  margin: 20px 0 0;
  background: #F4FAF7;
  padding: 25px;
}

.c_green_box .u_text_green {
  margin: 0 0 20px;
}

/* l_wrapper============================================ */
/* l_header============================================ */
.l_header .l_header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}

.l_header .l_header__inner .l_header__search #headerSearch {
  position: relative;
  width: 284px;
}

.l_header .l_header__inner .l_header__search #headerSearch *[type="search"],
.l_header .l_header__inner .l_header__search #headerSearch *[type="text"] {
  width: 240px;
  min-height: 38px;
  padding: 0 7px;
  border: 1px solid #bbbbbb;
  margin-right: 5px;
  font-size: 12px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 14px;
  background: #fff;
}

.l_header .l_header__inner .l_header__search #headerSearch > input + button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 38px;
  padding: 0;
  border: none;
  background: #F79228;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  text-align: center;
}

.l_header .l_header__inner .l_header__search #headerSearch > input + button img {
  height: 24px;
  width: auto;
}

.l_header .l_header__inner .l_header__search #headerSearch > input + button:hover {
  opacity: 0.8;
}

.l_header .l_header__inner .l_header__search #headerSearch > input + button img {
  vertical-align: middle;
}

@media (min-width: 765.98px) {
  .l_header .l_header__nav {
    background: #04984A;
    position: relative;
  }
}

@media (min-width: 765.98px) {
  .l_header .l_header__nav .l_header__navmenu {
    display: flex;
    justify-content: space-between;
  }
}

.l_header .l_header__nav .l_header__navmenu > li {
  width: 100%;
  text-align: center;
  border-right: 1px solid #fff;
  /*position: relative;*/
}

@media (min-width: 765.98px) {
  .l_header .l_header__nav .l_header__navmenu > li {
    display: block;
  }
}

.l_header .l_header__nav .l_header__navmenu > li > a, .l_header .l_header__nav .l_header__navmenu > li > button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: #04984A;
  color: #fff;
  /* padding: 14px; */
  padding: 8px 0;
  width: 100%;
  height: 100%;
}

.l_header .l_header__nav .l_header__navmenu > li:nth-child(4) > a {
  font-size: 18px;
  line-height: 22px;
}

.l_header .l_header__nav .l_header__navmenu > li span {
  font-size: 15px;
}

@media all and (-ms-high-contrast: none\0) {
  .l_header .l_header__nav .l_header__navmenu > li > a *::-ms-backdrop, .l_header .l_header__nav .l_header__navmenu > li > a, .l_header .l_header__nav .l_header__navmenu > li > button *::-ms-backdrop, .l_header .l_header__nav .l_header__navmenu > li > button {
    padding: 17px 14px 11px;
  }
}

@media (min-width: 765.98px) {
  .l_header .l_header__nav .l_header__navmenu > li a:hover, .l_header .l_header__nav .l_header__navmenu > li button:hover {
    background: #fff;
    color: #04984A;
  }
}

.l_header .l_header__nav .l_header__navmenu > li a:hover {
  opacity: 1;
}

.l_header .l_header__nav .l_header__navmenu > li a img {
  width: 34px;
}

@media all and (-ms-high-contrast: none\0) {
  .l_header .l_header__nav .l_header__navmenu > li *::-ms-backdrop, .l_header .l_header__nav .l_header__navmenu > li {
    width: 218px;
  }
}

.l_header .l_header__nav .l_header__navmenu li.p_home {
  width: 64px;
  border-left: 1px solid #fff;
}

.l_header .l_header__nav .l_header__navmenu li.p_home a {
  padding: 14px;
}

@media (min-width: 765.98px) {
  .l_header .l_header__nav .l_header__navmenu .l_header__nav__inner {
    display: none;
    position: absolute;
    left: 0;
    /* top: 60px; */
    width: 100%;
    z-index: 3;
    background: #fff;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
  }
  .l_header .l_header__nav .l_header__navmenu .l_header__nav__inner .p_contentswrap {
    display: flex;
    align-items: flex-start;
    padding: 15px 0;
    background: url("../../assets/img/img_nav_bg.png?r=20240227") no-repeat right bottom;
    background-size: 116px;
  }
  .l_header .l_header__nav .l_header__navmenu .l_header__nav__inner .p_contentswrap > p {
    width: 130px;
    height: 130px;
    background-color: #04984A;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
  }
  .l_header .l_header__nav .l_header__navmenu .l_header__nav__inner .p_contentswrap > p.c_navi_profile {
    background-image: url("../../assets/img/icon_profile.svg");
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: center top 20px;
    padding: 89px 0 0;
  }
  .l_header .l_header__nav .l_header__navmenu .l_header__nav__inner .p_contentswrap > p.c_navi_business {
    background-image: url("../../assets/img/icon_business01.svg");
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: center top 20px;
    padding: 89px 0 0;
  }
  .l_header .l_header__nav .l_header__navmenu .l_header__nav__inner .p_contentswrap .p_naviinner {
    display: flex;
    flex-wrap: wrap;
    width: 560px;
    margin: 30px 0 0 40px;
  }
  .l_header .l_header__nav .l_header__navmenu .l_header__nav__inner .p_contentswrap .p_naviinner li {
    width: calc(100% / 3);
    margin: 0 0 26px 0;
  }
  .l_header .l_header__nav .l_header__navmenu .l_header__nav__inner .p_contentswrap .p_naviinner li:nth-child(n + 4) {
    margin: 0 0 0 0;
  }
}

@media all and (min-width: 765.98px) and (-ms-high-contrast: none\0) {
  .l_header .l_header__nav .l_header__navmenu .l_header__nav__inner .p_contentswrap .p_naviinner li *::-ms-backdrop, .l_header .l_header__nav .l_header__navmenu .l_header__nav__inner .p_contentswrap .p_naviinner li {
    width: 186px;
  }
}

/* l_main_top============================================ */
.l_main_top {
  background: url("../../assets/img/top_main_bg.png") no-repeat center top;
  background-size: 6400px;
  padding: 55px 0 0;
}

.l_main_top .p_contentswrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l_main_top h1 {
  color: #000;
  font-weight: bold;
}

.l_main_top h1 span {
  color: #F79228;
}

.l_main_top img {
  width: 184px;
}

/* l_main_inner============================================ */
.l_main_inner {
  background: #F5F5F5;
  padding: 40px 0;
}

.l_main_inner h1 {
  color: #04984A;
  font-weight: bold;
  position: relative;
}

/* l_breadcrumb============================================ */
.l_breadcrumb {
  margin: 15px auto 0;
}

.l_breadcrumb ul {
  display: flex;
  justify-content: flex-start;
}

.l_breadcrumb ul li {
  font-size: 14px;
  line-height: 1;
}

.l_breadcrumb ul li a img {
  width: 16px;
  vertical-align: middle;
}

.l_breadcrumb ul li:last-child {
  color: #04984A;
}

.l_breadcrumb li:after {
  content: ">";
  font-size: 12px;
  margin: 0 8px;
  color: #464646;
}

.l_breadcrumb li:last-child:after {
  content: none;
}

/* l_content============================================ */
.l_content {
  margin: 60px auto 0;
}

/* ============================================
top
============================================ */
.p_top .l_topcontents01 + .l_topcontents01 {
  margin-top: 60px;
}

.p_top .l_topcontents01 h3 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 4px;
}

.p_top .l_topcontents01 ul {
  display: flex;
  justify-content: space-between;
}

.p_top .l_topcontents01 ul + ul {
  margin-top: 20px;
}

.p_top .l_topcontents01 ul li {
  width: 100%;
  margin: 0 20px 0 0;
}

.p_top .l_topcontents01 ul li:last-child {
  margin: 0;
}

.p_top .l_topcontents01 ul li a {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  display: block;
  width: 100%;
  height: 120px;
  line-height: 120px;
  background-size: 70px;
  background-position: left 50px center;
  background-repeat: no-repeat;
  background-color: #04984A;
  border-radius: 10px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
}

.p_top .l_topcontents01 ul li a.p_toplink01 {
  background-image: url("../../assets/img/icon_profile.svg");
}

.p_top .l_topcontents01 ul li a.p_toplink02 {
  background-image: url("../../assets/img/icon_business01.svg");
}

.p_top .l_topcontents01 ul li a.p_toplink03 {
  line-height: 1.6;
  display: table;
  background-color: #ed6d34;
  background-image: url("../../assets/img/icon_business02.svg");
}

.p_top .l_topcontents01 ul li a.p_toplink03 div {
  display: table-cell;
  vertical-align: middle;
}

.p_top .l_topcontents01 ul li a.p_toplink03 span {
  font-size: 18px;
  font-weight: bold;
}

.p_top .l_topcontents01 ul li a:hover {
  opacity: 0.8;
}

.p_top .l_topcontents01 ul li a span.u_only_sp {
  display: none;
}

.p_top .l_topcontents01 ul li a span {
  font-size: 16px;
  font-weight: normal;
  display: block;
}

.p_top .l_topcontents02 {
  margin: 120px 0 0 0;
}

.p_top .l_topcontents02 dl {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #E6E6E6;
}

.p_top .l_topcontents02 dl dt {
  color: #fff;
  background: #F79228;
  padding: 6px 22px;
  border-radius: 10px;
  margin: 15px 0;
  width: 122px;
  text-align: center;
}

@media all and (-ms-high-contrast: none\0) {
  .p_top .l_topcontents02 dl dt *::-ms-backdrop, .p_top .l_topcontents02 dl dt {
    width: auto;
    padding: 10px 22px 5px 22px;
  }
}

.p_top .l_topcontents02 dl dd {
  font-size: 18px;
  padding: 20px 0;
  margin: 0 0 0 20px;
}

@media all and (-ms-high-contrast: none\0) {
  .p_top .l_topcontents02 dl dd *::-ms-backdrop, .p_top .l_topcontents02 dl dd {
    width: 100%;
  }
}

/* ============================================
profile
============================================ */
.p_profile h1 {
  padding: 0 0 0 100px;
}

.p_profile h1:before {
  content: "";
  background: url("../../assets/img/icon_profile_green.svg");
  background-size: 80px;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.p_profile h2 {
  margin: 0 0 30px;
}

.p_profile .l_content {
  line-height: 1.8;
}

.p_profile .l_content section {
  margin: 130px 0 0;
}

.p_profile .l_content section:first-child {
  margin: 0;
}

.p_profile .l_content_profile01 p {
  margin: 0 0 30px;
  line-height: 2;
}

.p_profile .l_content_profile02 dl {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #E6E6E6;
  padding: 20px 0;
}

.p_profile .l_content_profile02 dl dt {
  width: 200px;
  font-weight: bold;
}

.p_profile .l_content_profile04 ul {
  display: flex;
  justify-content: space-between;
}

.p_profile .l_content_profile04 h3 {
  margin: 15px 0 0;
  color: #04984A;
  font-size: 20px;
  font-weight: bold;
}

.p_profile .l_content_profile04 p {
  margin: 2px 0 0;
}

@media (max-width: 940px) {
  .p_profile .l_content_profile04 li {
    width: 49%;
  }
  .p_profile .l_content_profile04 iframe {
    width: 100%;
  }
}

/* ============================================
center
============================================ */
.p_center h1 {
  padding: 0 0 0 100px;
}

.p_center h1:before {
  content: "";
  background: url("../../assets/img/icon_business01_green.svg");
  background-size: 80px;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.p_center .l_content_center01 {
  background: #F4FAF7;
  padding: 40px 20px;
  border-top: 4px solid #04984A;
}

.p_center .l_content_center01 p {
  text-align: center;
  font-size: 18px;
}

.p_center .l_content {
  line-height: 2;
}

.p_center .l_content section {
  margin: 80px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p_center .l_content section.l_content_center03 {
  flex-direction: row-reverse;
}

.p_center .l_content section img, .p_center .l_content section div {
  width: 450px;
}

@media (max-width: 940px) {
  .p_center .l_content section img, .p_center .l_content section div {
    width: 49%;
  }
}

@media all and (-ms-high-contrast: none\0) {
  .p_center .l_content section img *::-ms-backdrop, .p_center .l_content section img {
    flex-shrink: 0;
  }
}

.p_center .l_content section p {
  margin: 2px 0 0;
}

/* ============================================
sitemap
============================================ */
.p_sitemap .l_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.p_sitemap .l_content li {
  line-height: 2.2;
}

.p_sitemap .l_content li.c_indent01 ul {
  margin: 0 0 0 20px;
}

.p_sitemap .l_content li.c_indent02 {
  margin: 0 0 0 36px;
}

.p_sitemap .l_content a {
  color: #04984A;
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  vertical-align: middle;
}

.p_sitemap .l_content a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #04984A;
  border-right: 1px solid #04984A;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 940px) {
  .p_sitemap .l_content > ul:first-child {
    margin: 0 20px 0 0;
  }
}

/* ============================================
privacy
============================================ */
.p_privacy .l_content section {
  font-size: 14px;
}

.p_privacy .l_content section h3 {
  font-weight: bold;
  font-size: 18px;
  margin: 25px 0 5px;
}

.p_privacy .l_content section .c_list_wrap01 {
  margin: 5px 0 0 -18px;
}

.p_privacy .l_content section .c_list_indent {
  margin: 0 0 0 18px;
}

.p_privacy .l_content section dl {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #E6E6E6;
  padding: 10px 0 10px 18px;
}

.p_privacy .l_content section dl:first-child {
  border-top: 1px solid #E6E6E6;
}

.p_privacy .l_content section dl dt {
  width: 130px;
  font-weight: normal;
}

.p_privacy .l_content section dl dd {
  width: 752px;
}

.p_privacy .l_content a {
  color: #04984A;
}

.p_privacy .l_content .u_midashi03 {
  margin: 50px 0 15px;
}

.p_privacy .l_content .u_midashi04 {
  margin: 20px 0 20px;
}

.p_privacy .l_content .u_midashi05 {
  margin: 20px 0 10px;
}

.p_privacy .l_content .u_text_list01 {
  font-weight: normal;
  text-align: left;
  text-indent: 0;
  display: block;
}

.p_privacy li > p {
  display: inline;
  font-weight: bold;
}

.p_privacy .l_content_privacy_anc {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0;
}

.p_privacy .l_content_privacy_anc li {
  display: flex;
  justify-content: center;
  width: calc(100% / 3);
  border-right: 1px solid #04984A;
  position: relative;
  padding: 0 0 0 0;
  color: #04984A;
  vertical-align: middle;
}

.p_privacy .l_content_privacy_anc li:first-child {
  border-left: 1px solid #04984A;
}

.p_privacy .l_content_privacy_anc li:before {
  content: "";
  position: absolute;
  bottom: 17px;
  left: 0;
  right: 0;
  margin: auto;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 2px solid #04984A;
  border-right: 2px solid #04984A;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.p_privacy .l_content_privacy_anc li a {
  font-weight: bold;
  text-align: center;
  display: block;
  width: 100%;
  padding: 5px 0 30px;
  line-height: 1.5;
}

.p_privacy .c_list_dot01 {
  margin: 0 0 0 8px;
}

.p_privacy .c_list_dot01 > li {
  text-indent: -0.7em;
  padding-left: 0.3em;
  line-height: 2;
}

.p_privacy .c_list_dot01 > li:before {
  content: "";
  background: #04984A;
  width: 5px;
  height: 5px;
  left: 0;
  top: -3px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  margin-right: .5em;
}

.p_privacy .c_list_dot02 {
  margin: 0 0 0 8px;
}

.p_privacy .c_list_dot02 > li {
  text-indent: -0.7em;
  padding-left: 0.3em;
  line-height: 2;
}

.p_privacy .c_list_dot02 > li:before {
  content: "";
  background: #464646;
  width: 3px;
  height: 3px;
  left: 0;
  top: -3px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  margin-right: .5em;
}

.p_privacy .c_list_dot02_indent {
  margin: 0 0 0 24px;
}

.p_privacy .c_list_dot02_indent02 {
  margin: 0 0 0 -8px;
}

.p_privacy .c_list_count01 {
  counter-reset: item;
}

.p_privacy .c_list_count01 > li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}

.p_privacy .c_list_count01 > li:before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: .5em;
  font-weight: bold;
  color: #04984A;
}

.p_privacy .c_list_count01.counter_lower_alpha > li:before {
  content: counter(item, lower-alpha) ")";
}

.p_privacy .c_list_count01_indent {
  margin: 0 0 0 -13px;
}

.p_privacy .c_list_count02 {
  counter-reset: item;
}

.p_privacy .c_list_count02 > li {
  text-indent: -1.3em;
  padding-left: 1.5em;
  line-height: 1.8;
}

.p_privacy .c_list_count02 > li:before {
  counter-increment: item;
  content: "(" counter(item) ")";
  position: relative;
  left: -3px;
}

.p_privacy .c_list_count03 {
  counter-reset: item;
}

.p_privacy .c_list_count03 > li {
  text-indent: -1.3em;
  padding-left: 1.5em;
  line-height: 1.8;
}

.p_privacy .c_list_count03 > li:before {
  counter-increment: item;
  content: "(" counter(item) ")";
  position: relative;
  left: -3px;
  color: #04984A;
  font-weight: bold;
}

.p_privacy .c_list_count04 {
  counter-reset: number;
  text-indent: 0;
}

.p_privacy .c_list_count04 > li {
  position: relative;
  line-height: 2;
}

.p_privacy .c_list_count04 > li:before {
  content: counter(number);
  counter-increment: number;
  padding: 0px 12px 0 4px;
  font-size: 11px;
  position: absolute;
  left: -18px;
  top: 4px;
  display: block;
}

.p_privacy .c_list_count04 > li:after {
  content: '';
  position: absolute;
  display: block;
  top: 7px;
  left: -19px;
  width: 16px;
  height: 16px;
  border: 1px solid #464646;
  border-radius: 50%;
  margin: auto;
}

@media all and (-ms-high-contrast: none) {
  .p_privacy *::-ms-backdrop,
  .p_privacy .c_list_count04 > li:after {
    top: 5px;
    left: -19px;
  }
}

.p_privacy .c_list_count04_indent {
  margin: 0 0 0 19px;
}

.p_privacy .c_list_count05 {
  counter-reset: item;
  list-style-type: upper-latin;
}

.p_privacy .c_list_count05 > li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}

.p_privacy .c_list_count05 > li:before {
  counter-increment: item;
  padding-right: .5em;
  font-weight: bold;
  color: #04984A;
}

.p_privacy .c_list_count05_indent {
  margin: 0 0 0 21px;
}

.p_privacy .c_list_count06 {
  counter-reset: number;
}

.p_privacy .c_list_count06 > li {
  position: relative;
  line-height: 2;
  text-indent: 0;
}

.p_privacy .c_list_count06 > li:before {
  content: counter(number);
  counter-increment: number;
  font-size: 11px;
  color: #04984A;
  /*
  padding: 2px .8em 0 4px;
  */
  padding: 0px 12px 0 4px;
  position: absolute;
  left: -18px;
  top: 4px;
  display: block;
}

.p_privacy .c_list_count06 > li:after {
  content: '';
  position: absolute;
  display: block;
  top: 7px;
  /* bottom: 0; */
  left: -19px;
  /* transform: translateY(-50%); */
  /*
  width: 1.1em;
  height: 1.1em;
  */
  width: 16px;
  height: 16px;
  border: 1px solid #04984A;
  border-radius: 50%;
  margin: auto;
}

.p_privacy .c_list_count06_indent {
  margin: 0 0 0 19px;
}

.p_privacy .l_content_privacy01 p {
  line-height: 1.8;
}

.p_privacy .l_content_privacy01 .c_list_count01 {
  margin: 10px 0 0;
  line-height: 2.5;
}

.p_termofuse table {
  width: 100%;
}

.p_privacy table tr.head th,
.p_termofuse table tr.head th {
  text-align: center;
}

.p_privacy table th,
.p_termofuse table th {
  background-color: #e4fbef;
}

.p_privacy table th,
.p_privacy table td,
.p_termofuse table th,
.p_termofuse table td {
  padding: 0.3em;
  border: 1px solid #04984a;
}

.p_termofuse table th,
.p_termofuse table td {
  font-size: 13px;
  vertical-align: middle;
  white-space: nowrap;
}

/* ============================================
corporate-info
============================================ */
.p_corporate-info p {
  line-height: 1.8;
}

.p_corporate-info .u_midashi04 {
  font-size: 18px;
  margin: 75px 0 0;
  color: #464646;
}

/* ============================================
termofuse
============================================ */
.p_termofuse p {
  line-height: 1.8;
}

.p_termofuse section p {
  font-size: 14px;
}

.p_termofuse section a {
  color: #04984A;
}

.p_termofuse section h2 {
  margin: 80px 0 10px;
}

.p_termofuse section ul li {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 2;
  overflow-wrap: break-word;
}

.p_termofuse section ul li:before {
  content: "";
  background: #04984A;
  width: 5px;
  height: 5px;
  left: 0;
  top: -3px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  margin-right: .5em;
}

.p_termofuse section ol {
  counter-reset: item;
}

.p_termofuse section ol li {
  font-size: 14px;
  text-indent: -1.3em;
  padding-left: 1.3em;
  line-height: 2;
  overflow-wrap: break-word;
}

.p_termofuse section ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: .5em;
  font-weight: bold;
  color: #04984A;
}

/* ============================================
plan
============================================ */
.p_plan .c_green_box {
  border: 1px solid #04984A;
  margin: 0 0 27px;
}

.p_plan .c_green_box p {
  font-size: 18px;
  line-height: 2;
}

/* l_footer============================================ */
.l_footer {
  background: #F5F5F5;
  margin: 140px 0 0 0;
  padding: 40px 0;
}

.l_footer .c_naviicon {
  display: flex;
  flex-wrap: wrap;
}

.l_footer .c_naviicon li {
  padding: 0 0 0 20px;
  margin: 0 55px 20px 0;
}

.l_footer .c_naviicon li:before {
  background-size: 16px;
  width: 16px;
  height: 16px;
}

.l_footer .c_naviicon li:nth-child(n + 5) {
  margin: 0 55px 0 0;
}

@media (max-width: 940px) {
  .l_footer .c_naviicon li:nth-child(n + 4) {
    margin: 0 55px 0 0;
  }
}

.l_footer .c_naviicon li a {
  font-weight: bold;
  font-size: 14px;
}

/* drawer-menu======================================== */
@media (min-width: 765.98px) {
  .drawer-menu {
    margin-right: 0 !important;
  }
}

/* topback============================================ */
.topback {
  display: block;
  position: fixed;
  bottom: 3%;
  right: 3%;
  width: 90px;
}

@media (min-width: 765.98px) {
  .topback:hover {
    bottom: 4%;
  }
}

/* copy============================================ */
.copy {
  background: #ffffff;
  text-align: center;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copy p {
  font-size: 11px;
}

.copy img {
  width: 388px;
}

/* ============================================ */
.u_only_pc {
  display: block;
}

.u_only_sp {
  display: none;
}
