@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
div.section.page-header {
  background: url("../img/bg03.webp") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
div.section.page-header .container .row .col-md-12 .page-header_pageTitle {
  font-family: "Noto Sans JP", sans-serif;
}

div#footer_pc_fixed_button {
  display: block;
  position: fixed;
  background: #18345e;
  right: 1%;
  bottom: 1.5%;
  width: 330px;
  z-index: 100;
  border-radius: 5px;
  transition: 0.2s;
}
div#footer_pc_fixed_button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  div#footer_pc_fixed_button {
    display: none;
  }
}

div#footer_fixed_menu {
  position: fixed;
  width: 100%;
  bottom: 0px;
  left: 0px;
  background: none;
  height: 76px;
  z-index: 100;
  display: none;
  padding: 0px;
}
@media screen and (max-width: 768px) {
  div#footer_fixed_menu {
    display: block;
  }
}
div#footer_fixed_menu ul {
  padding: 0px;
  margin: 0px !important;
  font-size: 0px;
}
div#footer_fixed_menu ul li {
  background: #03224e;
  color: white;
  list-style: none;
  padding: 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  display: inline-block;
  width: 20%;
  height: 76px;
  margin-right: 0px !important;
  margin-left: 0px !important;
  text-align: center;
  position: relative;
  padding-top: 2px;
  line-height: 1.3em;
  border-right: 2px solid white;
  vertical-align: top;
}
div#footer_fixed_menu ul li img {
  width: auto;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 38px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
div#footer_fixed_menu ul li.to_top {
  background: none;
}
div#footer_fixed_menu ul li.to_top img {
  width: auto;
  height: 56px;
  position: absolute;
  left: 54%;
  top: 9px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.my_column_link_button {
  margin: 24px 0px;
  text-align: center;
}
.my_column_link_button > a {
  color: white;
  background: linear-gradient(90deg, #f49ada 80%, #f6aae3);
  background: linear-gradient(52deg, #f36e16 60%, #f36e16);
  display: inline-block;
  box-shadow: 4px 4px 6px 1px #d0d0d0;
  padding: 13px 24px 15px 41px;
  border-radius: 20px;
  min-width: 320px;
  line-height: 1.2em;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  transition: 0.15s;
  margin: 4px 0px 4px 0px;
}
.my_column_link_button > a:hover {
  opacity: 0.85;
  text-decoration: none;
  color: white;
  margin: 5px 0px 3px 2px;
  box-shadow: 2px 2px 4px 1px #b5b5b5;
}
.my_column_link_button > a:before {
  background-image: url("../img/allow_right02.png");
  background-size: 19px;
  background-position: 0px center;
  background-repeat: no-repeat;
  content: " ";
  position: absolute;
  height: 100%;
  left: 14px;
  top: 0px;
  width: 70%;
}
.my_column_link_button span.micro_copy {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #f36e16;
}

.my_column_link_button_rich_cta_button {
  text-align: center;
}
.my_column_link_button_rich_cta_button > a {
  color: white;
  background: #e08e23;
  display: inline-block;
  box-shadow: 4px 4px 6px 1px #d0d0d0;
  padding: 19px 46px 22px 26px;
  border-radius: 45px;
  min-width: 320px;
  line-height: 1.2em;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  transition: 0.15s;
  margin: 14px 0px 4px 0px;
}
.my_column_link_button_rich_cta_button > a:hover {
  opacity: 0.85;
  text-decoration: none;
  color: white;
}
.my_column_link_button_rich_cta_button > a:before {
  background-image: url("../img/allow_right.png");
  background-size: 20px;
  background-position: 13px center;
  background-repeat: no-repeat;
  content: " ";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 44px;
  height: 100%;
}

.glp1_hokan_div {
  background: #eaeaea;
  border-radius: 5px;
  padding: 20px 16px;
}
.glp1_hokan_div h3 {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  border-bottom: 2px solid white;
  margin: 4px 0px;
}
.glp1_hokan_div h3:after {
  border: none;
}
.glp1_hokan_div p {
  font-family: "Noto Sans JP", sans-serif;
  margin: 4px 0px;
}
.glp1_hokan_div p span.attention {
  color: red;
  font-weight: bold;
  text-decoration: underline;
}

div.rich_cat_button_div {
  font-family: "Noto Sans JP", sans-serif;
  border: #337ab7 2px solid;
  padding: 20px;
  border-radius: 12px;
}
div.rich_cat_button_div .summary2 {
  border: none;
  font-size: 23px;
  color: #337ab7;
  text-align: center;
  margin-bottom: 18px;
  padding: 0px;
}
div.rich_cat_button_div .summary2:after, div.rich_cat_button_div .summary2:before {
  border: none;
}
div.rich_cat_button_div .summary3 {
  border: none;
  font-size: 16px;
  margin: 0px 0px 3px 0px;
  padding: 3px 0px;
  font-weight: bold;
}
div.rich_cat_button_div .summary3:after, div.rich_cat_button_div .summary3:before {
  border: none;
}
div.rich_cat_button_div p {
  font-size: 16px;
}

.top_banner_image {
  width: 100%;
  margin-bottom: 20px;
}

.gentlemax_table01 {
  overflow-x: scroll;
  display: block;
}
@media screen and (max-width: 768px) {
  .gentlemax_table01:before {
    content: "右にスクロールできます";
  }
}
.gentlemax_table01 table {
  width: auto !important;
  white-space: nowrap;
  border-collapse: separate;
  border-spacing: 5px;
  border: none;
}
.gentlemax_table01 table tr {
  border: none;
  width: 100%;
  width: auto;
}
.gentlemax_table01 table tr th {
  border-radius: 18px;
  font-family: "Noto Sans JP", sans-serif;
  width: auto !important;
  text-align: center;
  border: none;
  background: #efefef;
  padding: 8px;
  line-height: 2em;
}
.gentlemax_table01 table tr th:nth-of-type(1) {
  background: white;
  border-radius: 0px;
  position: sticky;
  left: 0;
}
.gentlemax_table01 table tr th:nth-of-type(1):before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
}
.gentlemax_table01 table tr td {
  width: auto !important;
  border: none;
  line-height: 2em;
  text-align: center;
  padding: 8px;
}
.gentlemax_table01 table tr td:nth-of-type(1) {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  border-left: none;
  background: white;
  position: sticky;
  left: 0;
}
.gentlemax_table01 table tr td:nth-of-type(1):before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
}

.sideSection h2, .sideSection h1 {
  font-size: 18px !important;
  font-family: "Noto Sans JP", sans-serif;
}
.sideSection ul.wpp-list {
  margin-left: 0px;
  padding-left: 0px;
}
.sideSection ul.wpp-list li a {
  font-size: 14px;
}

h2.h2design1 {
  color: rgb(39, 37, 37);
  background-color: rgb(158, 220, 228);
  padding: 25px;
  font-weight: bold;
}

h3.h3design1 {
  border-bottom: 2px rgb(232, 232, 176) solid;
  font-size: 18px;
  font-weight: bold;
  padding: 4px 0px;
  margin: 30px 0px !important;
}
h3.h3design1:before {
  content: "→";
  color: rgb(227, 87, 111);
  margin-right: 9px;
  font-weight: bold;
  font-size: 18px;
}
h3.h3design1:after {
  width: 0px;
  border: none !important;
}

.display-none-block {
  display: none;
}

.entry-body h2.h2-style-check {
  background-color: #f5f5f5 !important;
  color: #333 !important;
  padding: 8px 15px !important;
  line-height: 1.4 !important;
  border-left: 5px solid #337ab7 !important;
  border-top: none !important;
  border-bottom: none !important;
  font-size: 1.8rem;
}
.entry-body h3.h3-style-check {
  font-size: 1.4rem;
}/*# sourceMappingURL=style.css.map */