@charset "UTF-8";
@import url('https://fonts.cdnfonts.com/css/din-1451-std');

/*---------- ページ全体の指定 ----------*/

body {
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: #000;
  font-family: YakuHanJP, 'Yu Gothic Medium', '游ゴシック Medium', YuGothic,
    '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',
    'メイリオ', sans-serif;
  overflow-x: hidden;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

a:link {
  color: #333;
  text-decoration: underline;
}
a:visited {
  color: #333;
  text-decoration: underline;
}
a:hover {
  color: #666;
  text-decoration: none;
}
a img {
  border-style: none;
}
img {
  vertical-align: bottom;
  max-width: 100%;
}

p {
  font-size: 100%;
  line-height: 160%;
}
@media screen and (min-width: 871px) {
  p {
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 870px) {
  .spnone {
    display: none !important;
  }
}
@media screen and (min-width: 871px) {
  .pcnone {
    display: none !important;
  }
}

.header_bottom {
  margin: auto;
  max-width: 768px;
  padding: 0px 22px 5px;
}

.copy {
  margin: 0;
  padding: 0;
}
.copy img {
  width: 100%;
}
.copy_bg {
  background-image: url(img/image2.png), url(img/image1.png),
    linear-gradient(#f8fffb 81%, #84bd3f 81%, #84bd3f 84%, #ffffff00 85%);
  background-position: left 75%, right top, center;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 150px, 150px, contain;
}
@media (max-width: 870px) {
  .copy_bg {
    background-image: none;
  }
}
@media screen and (min-width: 871px) {
  .copy {
    padding: 0;
    text-align: center;
    background-position: top right;
    background-repeat: no-repeat;
  }
  .copy img {
    width: 1000px;
  }
}
.name {
  text-align: right;
  font-weight: bold;
  font-size: 1.6em;
  font-family: 'Noto Serif JP', serif;
}
.worry_bg {
  margin: 0;
  padding: 20px 20px 30px 20px;
  background: #e9fff3;
}
.worry_title {
  margin: 0;
  padding: 0;
  font-size: 150%;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
}
.worry_txt {
  margin: 0px auto 0 auto;
  padding: 0;
}
.worry_pict {
  margin: 0 0 25px 0;
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.worry_pict img {
  width: 100%;
}
.case_title {
  max-width: 800px;
  margin: auto;
  padding: 20px 20px 2em;
}
@media screen and (min-width: 871px) {
  .worry_bg {
    margin: 0 0;
    padding: 30px 0;
  }
  .worry_title {
    font-size: 32px;
  }
  .worry_txt {
    width: 800px;
  }
  .worry_pict {
    margin: 0 0 25px 0;
  }
}
.case_bg {
  margin: 0;
  padding: 20px 0 20px;
  background-image: url(img/image2.png), url(img/image1.png);
  background-position: left bottom, right top;
  background-repeat: no-repeat, no-repeat;
  background-size: 150px, 150px;
}

.case_contents {
  padding: 20px;
  max-width: 1000px;
  margin: auto;
}

.case_list_li {
  border: 0.2rem solid #13aa59;
  position: relative;
  box-sizing: border-box;
  list-style: none;
  margin: 0 0 2rem 0;
}

.case__header {
  background: #fffdcc;
  color: #000;
  padding: 20px 20px 20px 40px;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 870px) {
  .case_list_li:last-child {
    margin: 0;
  }
  .case__header {
    padding: 20px 15px 20px 15px;
    text-align: center;
  }
  .case_bg {
    background-size: 100px, 100px;
  }
  .case_contents {
    margin: 0 auto;
    padding: 0px !important;
  }
}

.agent_list {
  margin: 0;
  padding: 30px 0;
  border-bottom: solid 1px #ccc;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.agent_pict {
  width: 25%;
  margin: 0;
  padding: 0px 0 0 15px;
}
.agent_pict img {
  width: 100%;
}
.agent_detail {
  width: 70%;
  margin: 0;
  padding: 0 10px;
}
.agent_name {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 180%;
  letter-spacing: 1px;
}
.agent_txt {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 1px;
}
.agent_resultlink {
  margin: -8px 0 0 0;
  padding: 0 0 20px 0;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 1px;
  color: #00c854;
}
.agent_resultlink a:link {
  color: #00c854;
  text-decoration: underline;
}
.agent_resultlink a:visited {
  color: #00c854;
  text-decoration: underline;
}
.agent_resultlink a:hover {
  color: #00c854;
  text-decoration: none;
}
.agent_contact {
  width: 180px;
  margin: 0 0 0 auto;
  padding: 10px 0 0 0;
}
ul.case_list {
  max-width: 900px;
  margin: auto;
  width: 90%;
}
@media (max-width: 870px) {
  .agent_list {
    margin: 0;
    padding: 30px 0;
    border-bottom: solid 1px #ccc;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
  }
  .agent_detail {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .agent_pict {
    width: 70%;
    margin: 0 auto 15px;
    padding: 0px 0 0 15px;
  }
  ul.case_list {
    padding: 0 20px 20px;
  }
}
@media screen and (min-width: 871px) {
  .agency_subhead {
    font-size: 24px;
  }
  .agency_box {
    padding: 45px 0 30px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .agency {
    width: 48%;
  }
  .agency_name {
    font-size: 21px;
    letter-spacing: 1px;
  }
  .agency_name span {
    font-size: 14px;
  }
  .pattern_01 {
    width: 100%;
    font-size: 18px;
  }
  .pattern_02 {
    width: 100%;
    font-size: 14px;
  }
  .pattern_03 {
    width: 40%;
    font-size: 25px;
  }
  .agency_unregistered {
    padding: 45px 0 60px 0;
    font-size: 18px;
    letter-spacing: 1px;
  }
}
.agent_sbhead {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  line-height: 150%;
}
.agent_sbhead span {
  color: #00c854;
  margin-right: 5px;
}
.agent_tag {
  margin: 0 0 15px 0;
  padding: 5px 0 0 0;
}
.agent_tag ul li {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 100%;
  padding: 0.4em;
  color: #00c854;
  border-radius: 3px;
  border: solid 1px #00c854;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.agent_tag ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

#detail_bg {
  margin: 0;
  padding: 0px 20px 20px;
  background-color: #edf4f2;
}
.detail_top {
  background: #019f58;
  padding: 20px 20px;
  color: #fff;
  text-align: center;
  margin-top: 0;
  position: relative;
}
.detail_top img {
  max-width: 600px;
  margin: auto;
}
.detail_top:before {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 0;
  width: 0;
  border-style: solid;
  border-color: transparent;
  border-top-color: #009f58;
  border-width: 16px;
  content: '';
}
hr {
  width: 90%;
  margin: 10px auto 5px auto;
  padding: 0;
  height: 0;
  border: 0;
  border-top: 2px dotted #01a054;
}
.detail_frame {
  margin: 0 auto;
  padding: 20px 0 0;
}
.detail_subhead {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 125%;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
  color: #019f58;
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.detail_subhead:before,
.detail_subhead:after {
  border-top: 1px solid #019f58;
  content: '';
  width: 30px; /* 線の長さ */
}
.detail_subhead:before {
  margin-right: 15px; /* 文字の右隣 */
}
.detail_subhead:after {
  margin-left: 15px; /* 文字の左隣 */
}
.detail_eng {
  margin: 0;
  padding: 10px 0 10px 0;
  font-size: 100%;
  line-height: 100%;
  color: #a58e42;
  text-align: center;
  font-family: 'Yellowtail', cursive;
}
.detail_number {
  margin: 0;
  padding: 20px 0 15px 0;
  font-size: 100%;
  font-weight: bold;
  line-height: 100%;
  text-align: center;
}
.detail_number span {
  padding: 2px 15px;
  color: #019f58;
  border: 1px solid #019f58;
  background: #fffdcc;
}
.detail_title {
  margin: 0;
  padding: 0;
  font-size: 130%;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
}

@media screen and (min-width: 871px) {
  #detail_bg {
    margin: 0;
    padding: 0px 0 40px;
    background-color: #edf4f2;
  }

  .detail_frame {
    width: 768px;
    margin: 0 auto;
    padding: 20px 0 0;
  }
  .detail_subhead {
    margin: 20px 0 20px 0;
    padding: 0;
    font-size: 28px;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
    color: #019f58;
    display: flex;
    align-items: center; /* 垂直中心 */
    justify-content: center; /* 水平中心 */
  }
  .detail_subhead:before,
  .detail_subhead:after {
    border-top: 1px solid #019f58;
    content: '';
    width: 120px; /* 線の長さ */
  }
  .detail_subhead:before {
    margin-right: 15px; /* 文字の右隣 */
  }
  .detail_subhead:after {
    margin-left: 15px; /* 文字の左隣 */
  }
  .detail_eng {
    margin: 0;
    padding: 10px 0 10px 0;
    font-size: 28px;
    line-height: 100%;
    color: #a58e42;
    text-align: center;
    font-family: 'Yellowtail', cursive;
  }
  .detail_number {
    margin: 0;
    padding: 30px 0 15px 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 100%;
    letter-spacing: 1px;
    text-align: center;
  }
  .detail_number span {
    padding: 2px 15px;
    color: #019f58;
    border: 1px solid #019f58;
    background: #fffdcc;
  }
  .detail_title {
    margin: 0;
    padding: 0;
    font-size: 28px;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
    letter-spacing: 1px;
  }
}

.point_box {
  margin: 10px 0 20px 0;
  padding: 10px 15px 25px 15px;
  background: #fff;
  border: solid 1px #019f58;
}
.point_box:last-child {
  margin: 10px 0 0px 0;
}
table.point {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}
table.point th {
  width: 25px;
  font-size: 100%;
  line-height: 160%;
  padding: 10px 0 5px 0;
  color: #009f58;
  vertical-align: top;
  text-align: left;
}
table.point td {
  font-size: 100%;
  font-weight: bold;
  line-height: 160%;
  padding: 10px 0 5px 0;
  vertical-align: top;
  border-bottom: 1px dotted #019f58;
}
@media screen and (min-width: 871px) {
  .point_box {
    margin: 15px 0 20px 0;
    padding: 20px 100px 30px 100px;
  }
  table.point th {
    width: 30px;
    font-size: 18px;
  }
  table.point td {
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 1px;
  }
}

table.check {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  background: #fff;
  font-weight: bold;
}
table.check tr {
  margin: 0 auto;
  padding: 22px 12px 20px 30px;
  border-bottom: 2px dotted #13aa59;
  display: block;
}

table.check th {
  width: 25px;
  font-size: 105%;
  line-height: 160%;
  padding: 0 0 0 5px;
  color: #019f58;
  vertical-align: top;
  text-align: left;
}
table.check2 td {
  font-size: 100%;
  line-height: 160%;
  padding: 0;
  vertical-align: top;
}
table.check2 {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}
table.check2 tr {
  margin: 0 auto;
  padding: 0;
  display: block;
  display: flex;
  align-items: center;
}

table.check2 th {
  width: 21px;
  font-size: 105%;
  line-height: 160%;
  padding: 0;
  color: #019f58;
  vertical-align: top;
  text-align: left;
}
table.check2 td {
  font-size: 105%;
  line-height: 160%;
  padding: 0;
  vertical-align: top;
}
@media (max-width: 870px) {
  table.check tr {
    padding: 12px 0px 12px 0px;
  }
  table.check2 tr {
    padding: 0px 0px 5px 0px;
    align-items: flex-start;
  }
}
@media screen and (min-width: 871px) {
  .know_title {
    margin: 0 0 30px 0;
    font-size: 36px;
    letter-spacing: 1px;
  }
  .know_box {
    width: 1080px;
    margin: 0 auto 75px auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid #019f58;
  }
  .know_pict {
    width: 48%;
  }
  .know_txt {
    width: 48%;
    padding: 15px 0 0 0;
  }
  table.check {
    margin: 10px 0 35px 0;
  }
  table.check th {
    width: 32px;
    font-size: 21px;
  }
  table.check td {
    font-size: 21px;
    line-height: 160%;
    letter-spacing: 1px;
  }
  table.check2 {
    margin: 0;
  }
  table.check2 th {
    width: 32px;
    font-size: 21px;
  }
  table.check2 td {
    line-height: 160%;
    letter-spacing: 1px;
  }
}

.detail {
  margin: 30px auto 0 auto;
  padding: 0;
}
.detail table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}
.detail table th {
  padding: 15px 0;
  font-size: 100%;
  line-height: 180%;
  color: #fff;
  background: #468f74;
  display: block;
}
.detail table td {
  padding: 15px;
  font-size: 100%;
  line-height: 180%;
  display: block;
  background-color: #fff;
}
@media screen and (min-width: 871px) {
  .detail {
    width: 768px;
    margin: 45px 0 0 0;
  }
  .detail table {
    border-collapse: separate;
  }
  .detail table th {
    width: 180px;
    font-size: 16px;
    letter-spacing: 1px;
    display: table-cell;
  }
  .detail table td {
    font-size: 16px;
    letter-spacing: 1px;
    display: table-cell;
    border-bottom: solid 1px #ccc;
  }
}
.device_a {
  padding: 15px;
  color: #fff;
  border: 1px solid #fff;
  margin: 20px 5% 20px;
  text-align: left;
}
.device {
  margin: 0 auto;
  padding: 15px 20px 15px 20px;
}
.device table {
  width: 100%;
  border-collapse: separate;
  margin: 0;
  padding-bottom: 1em;
}
.device table th {
  width: 80px;
  padding: 15px 0;
  font-size: 95%;
  line-height: 160%;
  color: #fff;
  background: #032e1c;
}
.device table td {
  padding: 15px;
  font-size: 100%;
  line-height: 160%;
  border-bottom: solid 1px #eee;
  background: #fff;
  font-weight: bold;
  text-align: left;
}
@media screen and (min-width: 871px) {
  .device {
    width: 768px;
    margin: 45px auto 0 auto;
  }
  .device table th {
    width: 200px;
    font-size: 16px;
    letter-spacing: 1px;
    display: table-cell;
    border-bottom: solid 1px #fff;
  }
  .device table td {
    font-size: 16px;
    letter-spacing: 1px;
  }
}
.device_bg {
  margin: 0;
  padding: 10px 20px 20px;
  text-align: center;
  background: -moz-linear-gradient(left, #019f58, #0c6374);
  background: linear-gradient(to right, #00887d, #36b22c);
  background: linear-gradient(to right, #00887d, #36b22c);
}
.device_bg2 {
  margin: 0;
  padding: 0 30px 45px;
  text-align: center;
  background: -moz-linear-gradient(left, #019f58, #0c6374);
  background: linear-gradient(to right, #00887d, #36b22c);
  background: linear-gradient(to right, #00887d, #36b22c);
}
@media (max-width: 870px) {
  .device_a {
    margin: 20px 0% 10px;
  }
  .device_bg2 {
    padding: 0 20px 20px;
  }
}
.device_bg3 {
  margin: 0;
  padding: 20px 20px;
  text-align: center;
  background: -moz-linear-gradient(left, #019f58, #0c6374);
  background: linear-gradient(to right, #00887d, #36b22c);
  background: linear-gradient(to right, #00887d, #36b22c);
}
.device {
  margin: auto;
  padding: 0;
}

.btn {
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 25px 0;
  font-size: 110%;
  font-weight: bold;
  display: block;
  text-decoration: none;
  color: #fff;
  border: solid 3px #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  position: relative;
}
.btn:hover {
  color: #468f74;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* ＿＿＿フローティングボタンまわり＿＿＿＿ */
.device_fl_bg {
  margin: 0;
  padding: 10px 20px;
  display: block;
  text-align: center;
}

.device_fl {
  margin: 0;
  padding: 5px 10px;
}
.device_fl a:link {
  color: #fff;
  text-decoration: none;
}
.device_fl a:visited {
  color: #fff;
  text-decoration: none;
}
.device_fl a:hover {
  color: #468f74;
  text-decoration: none;
}

.float_btn {
  width: 100%;
  margin: 0;
  padding: 15px 0;
  font-size: 110%;
  font-weight: bold;
  display: block;
  text-decoration: none;
  background: -moz-linear-gradient(left, #019f58, #0c6374);
  background: linear-gradient(to right, #00887d, #36b22c);
  background: linear-gradient(to right, #00887d, #36b22c);
  color: #fff;
  border: solid 3px #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  position: relative;
}
.float_btn:hover {
  color: #468f74;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.floating {
  display: inline-block;
  position: fixed;
  width: 100%;
  bottom: 80px;
  z-index: 9999;
  text-align: center;
  margin: 0;
  padding: 0;
}
/* ＿＿＿＿＿フローティングボタンまわりここまで＿＿＿＿＿ */

.offer {
  margin: 0;
  padding: 30px 0 0 0;
  font-size: 120%;
  font-weight: bold;
  line-height: 180%;
  color: #fdd11d;
}
.offer_txt {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  line-height: 180%;
  color: #fff;
}
@media screen and (min-width: 871px) {
  .device_bg {
    padding: 0 0 20px;
    margin: auto;
  }
  .device_bg2 {
    padding: 0 0 20px;
    margin: auto;
  }
  .device_bg3 {
    padding: 20px 0;
    margin: auto;
  }
  .btn {
    width: 640px;
    padding: 30px 0;
    font-size: 24px;
  }

  .float_btn {
    width: 600px;
    margin: 0 auto 0 auto;
    padding: 30px 5px;
    font-size: 110%;
    font-weight: bold;
    display: block;
    text-decoration: none;
    background: -moz-linear-gradient(left, #019f58, #0c6374);
    background: linear-gradient(to right, #00887d, #36b22c);
    background: linear-gradient(to right, #00887d, #36b22c);
    color: #fff;
    border: solid 3px #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    position: relative;
  }

  .offer {
    padding: 30px 0 0 0;
    font-size: 28px;
    letter-spacing: 1px;
  }
  .offer_txt {
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 1px;
  }
}

.fade-in-bottom {
  opacity: 0;
  animation-name: fadein-bottom;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes fadein-bottom {
  0% {
    opacity: 0.2;
    transform: translateY(0px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.step_eng {
  margin: 0;
  padding: 45px 0 25px 10px;
  font-size: 140%;
  line-height: 150%;
  letter-spacing: 10px;
  text-align: center;
  color: #019f58;
  font-family: 'Roboto Condensed', sans-serif;
}
.step_box {
  margin: 0 20px 60px 20px;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.step_pict {
  width: 34%;
  margin: 0;
  padding: 0;
}
.step_pict img {
  width: 100%;
}
.step_txt {
  width: 60%;
  margin: 0;
  padding: 0;
}
.step_txt p {
  font-size: 90%;
}
.step_title {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  font-size: 120%;
  font-weight: bold;
  line-height: 120%;
  text-align: center;
  border-bottom: solid 1px #019f58;
}
.step_title span {
  font-size: 75%;
  font-weight: normal;
}
.step_caption {
  margin: 0;
  padding: 0;
  font-size: 70%;
  line-height: 160%;
  color: #666;
}
@media screen and (min-width: 871px) {
  .step_eng {
    padding: 60px 0 30px 10px;
    font-size: 36px;
  }
  .step_box {
    width: 650px;
    margin: 0 auto 90px auto;
  }
  .step_pict {
    width: 240px;
  }
  .step_txt {
    width: 375px;
  }
  .step_txt p {
    font-size: 18px;
  }
  .step_title {
    margin: 0 0 30px 0;
    font-size: 24px;
    letter-spacing: 1px;
  }
  .step_title span {
    font-size: 16px;
  }
  .step_caption {
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 1px;
  }
}

/* 0905追加上部新機能バーSP用 */
.notification-bar {
  font-size: 2em;
  color: #fff;
  text-align: center;
  font-feature-settings: 'palt';
  margin-right: 5px;
  font-weight: bold;
  width: 100%;
  background: -moz-linear-gradient(left, #019f58, #0c6374);
  background: linear-gradient(to right, #00887d, #36b22c);
  background: linear-gradient(to right, #00887d, #36b22c);
}

/* 0122追加上部新機能バーSP用_濃い緑 */
.notification-bar2 {
  font-size: 2em;
  color: #fff;
  text-align: center;
  font-feature-settings: 'palt';
  margin-right: 5px;
  font-weight: bold;
  width: 100%;
  background: linear-gradient(
    45deg,
    #032e1c 0%,
    #032e1c 35%,
    #099e4c 50%,
    #032e1c 75%,
    #032e1c 90% 100%
  );
}

.new-news {
  display: flex;
  align-content: center;
  align-items: center;
  padding: 5px 0;
  justify-content: center;
}

.new-news img {
  width: 100%;
}

@media screen and (min-width: 871px) {
  .notification-bar {
    padding: 5px 0 0px;
    font-size: 1.4em;
  }

  .new-news {
    padding: 10px 5px;
    margin-right: 5px;
  }
  .new-news img {
    width: 600px;
  }
}

/*3つの理由*/
.reason_title {
  margin: 0 auto;
  padding: 30px 15px 20px 15px;
  font-size: 180%;
  font-weight: 900;
  text-align: center;
  line-height: 140%;
  font-family: 'Rounded Mplus 1c';
}
.reason_bg {
  background: #e8fff5;
  padding: 20px;
  margin: auto;
}
.reason_contents {
  display: flex;
  align-items: stretch;
  max-width: 1400px;
  margin: auto;
}
.reason_wrap {
  display: flex;
  flex-direction: column;
  padding: 0 20px 20px;
  align-items: center;
  width: 30%;
}
.reason_img {
  max-width: 200px;
  margin: auto;
}
.reason_sub {
  font-style: 0.8em !important;
  font-weight: 700;
}
.reason_tag {
  background: #009f58;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1;
  margin-bottom: -2em;
  z-index: 2;
  max-width: 100px;
  max-height: 100px;
  min-height: 100px;
  min-width: 100px;
  font-weight: bold;
}
.reason_number {
  font-size: 2em;
}
.reason_box {
  border-radius: 10px;
  padding: 40px 20px 20px;
  box-shadow: 0 3px 10px rgb(0, 0, 0, 0.2);
  height: 100%;
  background: #fff;
}
.reason_tit {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  background: #009f58;
  padding: 5px;
  color: #fff;
}
@media (max-width: 1200px) {
  .reason_img {
    max-width: 100px;
  }
  .reason_contents {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .reason_wrap {
    width: 94%;
  }
}
@media (max-width: 870px) {
  .reason_wrap {
    width: 100%;
  }
  .reason_title {
    padding: 5px 0px 0.5em;
  }
}

/*LINE拡大中*/
.y_box {
  background: #fffdcc;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
}
.y_box p {
  margin: 0;
}
.section_border:before {
  border-top: 30px solid #e9f4ef;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 0;
}
.market_bg {
  padding: 20px 15px 0px;
  background: #13aa59;
}
.market_sp {
  padding: 0px 40px 0px;
  word-break: break-word;
  text-align: right;
  font-size: 0.8em;
}
@media (max-width: 870px) {
  .market_sp {
    padding: 0px 20px 0px;
  }
  .section_border:before {
    border-right: 40vw solid transparent;
  }
}
.relative {
  position: relative;
}

.market_tit {
  margin: 0 0 1em;
  padding: 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 140%;
  text-align: center;
}
.market_wrap {
  display: flex;
  padding: 20px;
  margin: 0em auto -1px;
  flex-direction: column;
  padding: 20px;
  max-width: 1000px;
  background: #fff;
}
.market_wrap h3 {
  font-size: 1.4em;
  color: #fff;
  background: #009f58;
  padding: 20px;
  margin-top: 0;
}
.market_box {
  display: flex;
  margin-bottom: 2em;
}
.market_left {
  width: 50%;
  padding: 20px;
  word-break: break-word;
}
.market_right {
  width: 50%;
  padding: 20px;
  word-break: break-word;
}
.market_lstep_wrap {
  background: #e8fff6;
  padding: 20px 20px 0;
  margin: auto;
}
.market_lstep_contents {
  max-width: 800px;
  margin: auto;
  padding: 20px;
}
.market_lstep_box {
  background: #fff;
  padding: 20px;
  margin: 20px 0;
}
.market_lstep_box p {
  margin: 0 auto;
  padding: 0 0 0 100px;
  font-size: 9px;
  line-height: 150%;
  letter-spacing: 1px;
  text-align: left;
}
.tryangle_02 {
  margin: -1.3em auto 0;
  max-width: 1000px;
}

@media (max-width: 870px) {
  .market_lstep_box {
    padding: 10px;
  }
  .market_lstep_contents {
    padding: 0 0 20px;
  }
  .market_tit {
    margin: 0 0 1em;
    padding: 0;
    font-size: 120%;
    font-weight: bold;
    line-height: 140%;
    text-align: center;
  }
  .market_box {
    display: flex;
    margin-bottom: 0em;
    flex-direction: column;
  }
  .market_box:nth-child(2) {
    display: flex;
    margin-bottom: 2em;
    flex-direction: column-reverse;
  }
  .market_left {
    width: 90%;
    margin: auto;
    padding: 0;
  }
  .market_right {
    width: 90%;
    margin: auto;
    padding: 0;
  }
  .market_wrap {
    padding: 2em 0px 3em;
  }
  .market_wrap h3 {
    text-align: center;
    margin-bottom: 0;
  }
  .market_lstep_box p {
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 9px;
    line-height: 150%;
    letter-spacing: 1px;
    text-align: left;
  }
}
/*---------- 文字装飾 ----------*/

.bold {
  font-weight: bold;
}
.flex_c tr {
  align-items: flex-start !important;
}
.flex_c th {
  padding-right: 5px !important;
  padding-top: 0 !important;
  margin-top: -2px;
}
.red {
  font-weight: bold;
  color: #dd0000;
}
.yellow {
  color: #fdfd76;
}
.ul {
  text-decoration: underline;
}
.ym {
  font-weight: bold;
  background: linear-gradient(transparent 40%, #fdfd76 40%);
}
.caption {
  font-size: 75%;
  color: #666666;
  font-weight: normal;
  line-height: 150%;
}

.center {
  text-align: center;
}
.right {
  text-align: right;
}

.mt {
  margin-top: 30px;
}
@media screen and (min-width: 871px) {
  .mt {
    margin-top: 45px;
  }
}

/*---------- フッター ----------*/
@media (max-width: 870px) {
  .phone_item {
    padding-top: 10px;
  }
}

.footer_badge {
  background: #fff;
  border-radius: 5px;
  padding: 0px 2px;
  color: #444445;
}
#footer {
  margin: 0;
  padding: 30px 0;
  font-size: 75%;
  line-height: 200%;
  color: #fff;
  background: #101829;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}
#footer a:link {
  color: #fff;
  text-decoration: underline;
}
#footer a:visited {
  color: #fff;
  text-decoration: underline;
}
#footer a:hover {
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 871px) {
  #footer {
    font-size: 12px;
  }
}

/*contact*/
.contact {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 20px;
  background: #2b364d;
  color: #fff;
}
.contact_tit {
  font-weight: bold;
  border-right: 1px dotted #fff;
  padding-right: 50px;
}

@media (max-width: 870px) {
  .contact {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-content: center;
    margin: auto;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .contact div {
    margin-bottom: 10px;
  }
  .contact :first-child {
    margin-bottom: 0;
  }
  .contact_tit {
    padding-bottom: 1em;
    font-weight: bold;
    border-right: none;
    padding-right: 0;
    border-bottom: 1px dotted #fff;
    padding-bottom: 10px;
  }
}

/* 特典 */
.ribbon {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
.ribbon {
  --s: 1.8em; /* the ribbon size */
  --d: 0.8em; /* the depth */
  --c: 0.8em; /* the cutout part */

  padding: 0 calc(var(--s) + 0.5em) var(--d);
  line-height: 1.8;
  background: conic-gradient(
        at left var(--s) bottom var(--d),
        #0000 25%,
        #0008 0 37.5%,
        #0004 0
      )
      0 /50% 100% no-repeat,
    conic-gradient(
        at right var(--s) bottom var(--d),
        #0004 62.5%,
        #0008 0 75%,
        #0000 0
      )
      100%/50% 100% no-repeat;
  clip-path: polygon(
    0 var(--d),
    var(--s) var(--d),
    var(--s) 0,
    calc(100% - var(--s)) 0,
    calc(100% - var(--s)) var(--d),
    100% var(--d),
    calc(100% - var(--c)) calc(50% + var(--d) / 2),
    100% 100%,
    calc(100% - var(--s) - var(--d)) 100%,
    calc(100% - var(--s) - var(--d)) calc(100% - var(--d)),
    calc(var(--s) + var(--d)) calc(100% - var(--d)),
    calc(var(--s) + var(--d)) 100%,
    0 100%,
    var(--c) calc(50% + var(--d) / 2)
  );
  background-color: #dd0000; /* the main color */
  width: 200px;
  margin: 1.5em auto -1.5em;
  text-align: center;
}

@media (max-width: 870px) {
  .ribbon {
    text-align: center;
    margin: 0em auto -1.5em;
  }
}

.box_tokuten {
  position: relative;
  padding: 0rem 4rem 0rem;
  background-color: #fff;
  margin-top: 2em;
  border: 2px solid #dd0000;
  font-weight: bold;
  font-size: 1.2em;
}

.box_tokuten span {
  position: absolute;
  top: -10px;
  left: 15px;
  width: 40px;
  height: 75px;
  line-height: 25px;
  background-color: #dd0000;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  line-height: 1.2;
  padding-top: 10px;
  font-family: 'Roboto Condensed', sans-serif !important;
}

.box_tokuten span::before {
  position: absolute;
  top: 0;
  left: 100%;
  width: 0px;
  height: 0px;
  border: none;
  border-bottom: 10px solid #153b5b;
  border-right: 7px solid transparent;
  content: '';
}

.box_tokuten span::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 20px 10px 20px;
  border-color: transparent #dd0000;
  content: '';
}

@media (max-width: 870px) {
  .box_tokuten span {
    left: 10px;
  }
  .box_tokuten {
    padding: 0px 10px 0px 3em;
    margin-top: 1em;
  }
  .point_box:last-child {
    margin: 17px 0 0px 0;
  }
}

/**/
.device_sub {
  background: #fff;
  padding: 10px 20px;
  margin: 1em auto;
  width: fit-content;
  color: #0a9160;
  font-weight: bold;
  font-size: 1.2em;
}

.font_namber {
  font-family: 'Roboto Condensed', sans-serif !important;
}

.big {
  font-size: 1.2em;
}
.small {
  font-size: 0.8em;
}
.namber {
  font-size: 1.6em;
}
.grade {
  background: -moz-linear-gradient(left, #019f58, #0c6374);
  background: linear-gradient(to right, #00887d, #36b22c);
  background: linear-gradient(to right, #00887d, #36b22c);
}
.zoom {
  background: #0004df;
  padding: 2px 5px;
  color: #fff;
  border-radius: 8%;
  margin-left: 5px;
}

/**/
.present_contents_bg {
  /*
  background: url(./img/present_bg.png);
  background-size: cover;*/
  background: #172544;
}
.present_contents_wrap {
  margin: 0 auto;
  padding: 0px 0 20px;
  max-width: 800px;
}
.present_contents_h2 {
  background: #f2dc88;
  border-top: 2px solid #b27b2c;
  border-bottom: 2px solid #b27b2c;
  background: linear-gradient(#f2da7d, #fff2c3);
  margin-top: 0;
  padding: 20px;
  text-align: center;
  color: #0f346a !important;
}
.present_contents_h2 img {
  max-width: 600px;
  margin: auto;
}
.present_contents_wrap h3 {
  text-align: center;
  border-bottom: dashed 2px #f7d06f;
  padding: 0 0 13px;
  font-size: 34px;
  line-height: 1.3;
  font-feature-settings: 'palt';
  font-weight: bold;
  margin: 0 auto 15px;
  letter-spacing: 1px;
  width: 86%;
}
.present_contents_area {
  background: url(./img/voice_area1.png), url(./img/voice_area3.png);
  background-position: center top, center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, 100% auto;
  padding: 33px 0 33px;
  margin: 0 auto 30px;
  width: 704px;
}
.present_contents_area_in {
  background: url(./img/voice_area2.png);
  background-repeat: repeat-y;
  background-position: center;
  padding-bottom: 20px;
  background-size: 100%;
  width: 704px;
}
.v_txt {
  width: 88%;
  margin: 15px auto 15px;
}
.present_contents_wrap h3 .sub {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 5px;
  margin-top: 0;
}

.present_contents_wrap img {
  display: block;
  margin: 0 auto;
}

@media (max-width: 870px) {
  .present_contents_area {
    padding: 4% 0;
    margin: 0 auto 20px;
    width: 100%;
  }
  .present_contents_wrap {
    margin: 0;
    padding: 0px 20px 10px 20px;
  }
  .present_contents_area_in {
    width: 100%;
    padding: 10px 0 10px;
  }
  .present_contents_wrap h3 {
    text-align: center;
    background-size: 90% auto;
    padding: 0 0 10px;
    font-size: 6.7vw;
    line-height: 1.3;
    font-feature-settings: 'palt';
    margin: 0 auto 10px;
    color: #333;
  }
  .present_contents_wrap h3 .sub {
    font-size: 5vw;
    line-height: 1.3;
    margin-bottom: 5px;
    color: #333;
  }
  .v_txt {
    width: 90%;
    margin: 10px auto 20px;
  }
  .present_contents_wrap img {
    width: 100%;
  }
}

/**/
.message_tit_img {
  max-width: 600px;
  margin: auto;
}
.message_img {
  max-width: 500px;
  margin: auto;
  text-align: center;
}
.message_bg {
  background-image: linear-gradient(
      0deg,
      transparent calc(100% - 1px),
      #f0f0f0 calc(100% - 1px)
    ),
    linear-gradient(
      90deg,
      transparent calc(100% - 1px),
      #f0f0f0 calc(100% - 1px)
    );
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  padding: 0 15px 20px;
}
.message_wrap {
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  max-width: 800px;
}

@media (max-width: 870px) {
  .message_wrap {
    margin: 0;
    padding: 20px 20px 20px 20px;
  }
}

/**/
.attention_box {
  background: #fdeded;
  padding: 2em;
}
.attention_wrap {
  margin: 0 auto;
  padding: 20px;
  background: #ffff;
  max-width: 800px;
}

.attention_h2 img {
  max-width: 500px;
  margin: auto;
}

.attention_h2 {
  background: #dd0000;
  padding: 10px 20px 20px;
  color: #fff;
  text-align: center;
  margin-top: 0;
  position: relative;
  max-width: 800px;
  margin: auto;
}
.attention_h2:before {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 0;
  width: 0;
  border-style: solid;
  border-color: transparent;
  border-top-color: #dd0000;
  border-width: 16px;
  content: '';
}

@media (max-width: 870px) {
  .attention_wrap {
    margin: 0px;
    padding: 30px 15px;
  }
  .attention_h2:before {
    left: 47%;
  }
  .attention_box {
    background: #fdeded;
    padding: 0 0 20px;
  }
}

/**/
.charm_h2 {
  background: #19284a;
  padding: 20px 20px;
  color: #fff;
  text-align: center;
  margin-top: 0;
  position: relative;
}
.charm_h2 img {
  max-width: 800px;
  margin: auto;
}
.charm_h2:before {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 0;
  width: 0;
  border-style: solid;
  border-color: transparent;
  border-top-color: #19284a;
  border-width: 16px;
  content: '';
}
.charm_wrap {
  margin: 0 auto;
  padding: 35px 0;
  max-width: 10800px;
}
.charm_box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-left: 8px;
  padding-right: 8px;
  max-width: 1100px;
  margin: auto;
}
.charm_item {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px 0;
  border: 6px solid #019f58;
  background: #fff;
  width: 500px;
  margin: 10px;
}

.charm_item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
}
.charm_item:first-child::before {
  background: url(./img/icon_num1.svg) no-repeat 0 0;
  background-size: 70px;
}
.charm_item:nth-child(2)::before {
  background: url(./img/icon_num2.svg) no-repeat 0 0;
  background-size: 70px;
}
.charm_item:nth-child(3)::before {
  background: url(./img/icon_num3.svg) no-repeat 0 0;
  background-size: 70px;
}
.charm_item:nth-child(4)::before {
  background: url(./img/icon_num4.svg) no-repeat 0 0;
  background-size: 70px;
}
.charm_item:nth-child(5)::before {
  background: url(./img/icon_num5.svg) no-repeat 0 0;
  background-size: 70px;
}
.charm_item:nth-child(6)::before {
  background: url(./img/icon_num6.svg) no-repeat 0 0;
  background-size: 70px;
}

.charm_icon {
  margin: 0 24px;
  max-width: 218px;
}
.charm_tit {
  flex-basis: 100%;
  margin-top: 14px;
  color: #009f58;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.2;
  text-align: center;
}
.charm_p {
  flex-basis: 100%;
  margin: 8px 15px 0;
  text-align: left;
  line-height: 1.8;
}
@media (max-width: 870px) {
  .charm_wrap {
    margin: 0;
    padding: 20px 20px 30px 20px;
  }
  .charm_item {
    width: 100%;
    min-width: 0.00000001%;
    margin: 10px 0;
  }
  .charm_tit {
    margin-top: 12px;
    font-size: 1.4rem;
  }
  .charm_box {
    justify-content: space-between;
    padding: 0;
  }
}

/*btn*/
.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap {
  margin: 0px 0;
}

a.btn-c {
  font-size: 2.2rem;
  position: relative;
  padding: 1.5rem 2rem 1.5rem 2rem;
  color: #fff;
  background: #e94919;
  -webkit-box-shadow: 0 5px 0 #d44114;
  box-shadow: 0 5px 0 #d44114;
}

a.btn-c span {
  font-size: 1.5rem;
  position: absolute;
  top: -1.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  display: block;
  padding: 0.2rem 15px;
  color: #d44114;
  border: 2px solid #d44114;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-c span:before,
a.btn-c span:after {
  position: absolute;
  left: calc(50% - 10px);
  content: '';
}

a.btn-c span:before {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #d44114 transparent transparent transparent;
}

a.btn-c span:after {
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

a.btn-c i {
  margin-right: 1rem;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #eb5b30;
  -webkit-box-shadow: 0 2px 0 #d44114;
  box-shadow: 0 2px 0 #d44114;
}

@media (max-width: 870px) {
  a.btn-c {
    font-size: 1.6em;
    position: relative;
    padding: 1.5rem 1rem 1.5rem 1em;
    color: #fff;
    background: #e94919;
    -webkit-box-shadow: 0 5px 0 #d44114;
    width: 87%;
  }
  a.btn-c span {
    font-size: 1.1rem;
    top: -1.25rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
/*追従ボタン*/
#uniqueButtonContainer {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 0px;
  text-align: right;
  padding-right: 5px;
}
.float_box {
  width: 500px;
}

@media (max-width: 870px) {
  #uniqueButtonContainer {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 95%;
    padding-right: 0px;
  }
  .btn-wrap {
    margin: 10px 0;
  }
}
div#uniqueButtonContainer {
  z-index: 9999999999;
}
div#uniqueButtonContainer .btn-wrap {
  margin: 0 auto;
  text-align: center;
}

/**/
.kotoba-list1-box {
  display: flex;
  margin-bottom: 10px;
  justify-content: center;
  align-items: center;
  color: #070803;
}

.kotoba-list1-item:nth-child(1) {
  background-color: #feee21;
  display: flex;
  justify-content: center;
  width: 10%;
  height: 5em;
  line-height: 1.2;
  color: #fff;
  align-items: center;
  align-content: stretch;
}

.kotoba-list1-item:nth-child(2) {
  display: flex;
  background-color: #fffcd1;
  width: 90%;
  padding-left: 16px;
  padding-right: 5px;
  height: 5em;
  line-height: 1.2;
  align-items: center;
  font-weight: bold;
}

.kotoba-list1-item p {
  display: inline-block;
}

/* 基本スタイル */
.global-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}

.logo img {
  width: 100px; /* ロゴのサイズ調整 */
}

.nav-links {
  list-style: none;
  display: flex;
  font-family: 'Rounded Mplus 1c';
}

.nav-links a {
  text-decoration: none;
}

.nav-links li {
  margin-left: 20px;
}

.hamburger {
  display: none;
}

@media screen and (max-width: 870px) {
  .global-nav {
    padding: 0 0 0 10px;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 58px;
    width: 100%;
    background-color: rgb(0 0 0 / 81%);
    z-index: 1000;
    margin: -10px;
    padding: 20px;
  }

  .nav-links a {
    color: #fff;
  }

  .nav-links li {
    padding-bottom: 5px;
  }

  .nav-links.show {
    display: block;
  }

  .hamburger {
    display: block;
    background-color: #fff;
    border-color: #fff;
    color: #4ac852;
    font-size: 40px;
    box-shadow: none;
    outline: none;
    max-width: 50px;
    padding: 0;
    margin: 0;
    text-align: center;
  }
}

button {
  border: none;
  outline: none;
  background: transparent;
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.section_company {
  background-color: #17233d;
  padding: 0px;
  margin: 0 auto 0px;
  background-size: 10px 10px;
  background-position: 0 0, 20px 20px;
}
.subhead3 {
  margin: 0;
  padding: 0;
  font-size: 150%;
  line-height: 150%;
  text-align: center;
  padding: 40px 0 0;
  font-weight: 900;
  font-feature-settings: 'palt';
  color: #fff;
}
h3 {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  text-align: center;
}
.info-box {
  background: #fff;
  padding: 20px;
  margin: 20px 0;
}
.content_box {
  max-width: 750px;
  margin: 0 auto;
  padding: 20px 15px 30px;
}
.logo2 {
  max-width: 500px;
  text-align: center;
  margin: auto;
}
@media (max-width: 870px) {
  .subhead3 {
    font-size: 29px;
    padding: 50px 0 0;
  }
}
.logo {
  margin: 0;
  padding: 0;
  font-size: 42px;
  font-weight: 900;
  line-height: 100%;
  color: #00c853;
  font-family: 'Rounded Mplus 1c';
  color: #00c853;
}
logo a:visited {
  color: #00c853;
  text-decoration: none;
}
.logo a {
  color: #00c853;
  text-decoration: none;
}
.logo h1 {
  margin: 0;
  padding: 0;
  font-size: 92%;
  font-weight: 900;
  line-height: 100%;
}

.topbg {
  background: url(./img/bg.png);
  background-size: 100% 100%;
}
.copy-center img {
  max-width: 100%;
  height: auto;
}
.copy {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  text-align: center;
  max-width: 1200px;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .copy {
    padding: 0;
    text-align: center;
    background-position: top right;
    background-repeat: no-repeat;
  }
}
.spmaincopy.pcnone {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .pcnone {
    display: none !important;
  }
}
.copy-left img,
.copy-right img {
  width: 600px;
  height: auto;
}
.spmaincopy.pcnone {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  margin-top: 0;
}
.topimgsp {
  display: flex;
  align-items: flex-end;
  margin-top: -20px;
}
@media screen and (max-width: 769px) {
  .topbg {
    background: url(./img/bg-sp.png);
    background-size: 100% 100%;
  }
}
.device_bg {
  margin: 0;
  padding: 20px 20px 20px;
  text-align: center;
  background: -moz-linear-gradient(left, #019f58, #0c6374);
  background: linear-gradient(to right, #00887d, #36b22c);
  background: linear-gradient(to right, #00887d, #36b22c);
}
.dl-btn-tag {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
}
.dl-btn-tag {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
}
.dl-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 520px;
  background: #f19025;
  border: 2px solid #ffffff;
  border-radius: 999px;
  padding: 15px 15px;
  text-decoration: none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.dl-btn-main {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}
.dl-btn-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ffffff;
  position: relative;
}
.dl-btn-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #f96c17;
  border-right: 2px solid #f96c17;
  transform: translate(-50%, -50%) rotate(45deg);
}
.dl-btn-main {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}
a.dl-btn {
  text-decoration: none !important;
}

@media screen and (max-width: 769px) {
  .dl-btn-bg {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.dl-btn-bg {
  display: flex;
  justify-content: center;
  align-items: center;
}

div#uniqueButtonContainer {
  background: #0a2509cc;
  padding: 0px 0 10px;
  width: 100%;
  justify-content: center;
  margin: 0;
  bottom: 0;
  right: 0;
}
div#uniqueButtonContainer .device {
  width: 95%;
}
.text-s {
  text-align: left;
  font-size: 0.7em;
  color: #fff;
}
@media screen and (min-width: 769px) {
  div#uniqueButtonContainer {
    background: #0a2509cc;
    padding: 0px 0 10px;
    bottom: 0;
    width: 100%;
  }
  .text-s {
    text-align: center !important;
    font-size: 0.7em;
    color: #fff;
  }
}

.sq {
  border: 1px solid #fff;
  padding: 0 0.2em;
  font-size: 0.8em;
}

.event-card {
  background: #fff;
  border-radius: 16px;
  padding: 10px 20px;
  max-width: 700px;
  margin: 20px auto 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  color: #333;
  text-align: center;
  padding-top: 10px;
}

.event-card h2 {
  margin-bottom: 20px;
  font-size: 1.5em;
  color: #333;
  margin-top: 10px;
}

.event-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 15px;
}

.event-item {
  flex: 1 1 250px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  background-color: rgb(244 244 244);
  padding: 10px;
  border-radius: 8px;
  max-width: 45%;
}

.date {
  font-weight: bold;
}

.label {
  background-color: #f36c6c;
  color: white;
  padding: 2px 8px;
  font-size: 0.8em;
  border-radius: 4px;
}

.time {
  white-space: nowrap;
  font-weight: bold;
}

@media (max-width: 600px) {
  .event-card {
    margin: 20px auto;
  }

  .event-row {
    flex-direction: column;
  }

  .event-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
