* {
  font-feature-settings: "palt";
}

* {
  font-feature-settings: "palt";
}

::selection {
  background-color: #15C3BC;
  color: #FFFFFF;
}

/* Firefox */
::-moz-selection {
  background-color: #15C3BC;
  color: #FFFFFF;
}

#container {
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  margin: 0 auto;
  min-height: 450px;
}
@media screen and (max-width: 1280px) {
  #container {
    width: 95%;
  }
}
@media screen and (max-width: 1024px) {
  #container {
    display: block;
    min-height: 380px;
  }
}
@media screen and (max-width: 650px) {
  #container {
    padding-top: 80px;
  }
}
#container .content-header {
  margin: 0 auto 20px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
#container .content-header .h-icon {
  position: relative;
  top: 6px;
  margin-right: 12px;
}
#container .content-header .h-icon.facebook {
  top: 0;
}
#container .content-header h2 {
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1em;
  color: #1664c1;
}
@media screen and (max-width: 520px) {
  #container .content-header h2 {
    line-height: 1.4em;
  }
}
#container .content-header h2 span {
  font-size: 0.4em;
  color: #656566;
}
@media screen and (max-width: 520px) {
  #container .content-header h2 span {
    font-size: 0.6em;
  }
}

#pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9000;
}
@media screen and (max-width: 1100px) {
  #pagetop {
    mix-blend-mode: unset;
  }
}
#pagetop a {
  display: inline-block;
}
@media screen and (max-width: 1100px) {
  #pagetop a img {
    width: 35px;
    height: auto;
    vertical-align: bottom;
  }
}

@media screen and (max-width: 650px) {
  #global-header {
    background: #151515;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
}
#global-header .inner {
  width: 100%;
  padding: 60px 0;
}
@media screen and (max-width: 1100px) {
  #global-header .inner {
    padding: 10px 0;
  }
}
#global-header .inner .logo {
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 650px) {
  #global-header .inner .logo {
    margin-bottom: 0;
  }
}
#global-header .inner .logo a {
  display: inline-block;
}
#global-header .inner .logo a img {
  vertical-align: bottom;
  width: 50px;
  height: auto;
}
#global-header .inner .logo a img.pc {
  display: inline-block;
}
@media screen and (max-width: 650px) {
  #global-header .inner .logo a img.pc {
    display: none;
  }
}
#global-header .inner .logo a img.sp {
  display: none;
}
@media screen and (max-width: 650px) {
  #global-header .inner .logo a img.sp {
    display: inline-block;
  }
}
@media screen and (max-width: 1100px) {
  #global-header .inner .logo a img {
    width: 45px;
  }
}
@media screen and (max-width: 650px) {
  #global-header .inner .logo a img {
    width: 15px;
    position: relative;
  }
}
#global-header .inner .site_frase {
  text-align: center;
  margin-bottom: 16px;
  color: #1a1a1a;
  letter-spacing: 0.15em;
  font-size: 1.8rem;
  font-family: "bokutoh-ruika", sans-serif;
  font-weight: 100;
  font-style: normal;
}
@media screen and (max-width: 1100px) {
  #global-header .inner .site_frase {
    font-size: 1.5rem;
  }
}
#global-header .inner .site_frase span {
  font-size: 1.8rem;
  color: #B1B1B1;
  font-family: "bokutoh-ruika", sans-serif;
  font-weight: 100;
  font-style: normal;
}
@media screen and (max-width: 1100px) {
  #global-header .inner .site_frase span {
    font-size: 1.5rem;
  }
}

#container .page_title {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  #container .page_title {
    top: 20%;
    padding-left: 20px;
  }
}
@media screen and (max-width: 520px) {
  #container .page_title {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
#container .page_title span {
  display: inline-block;
  font-size: 4.2rem;
  padding: 7px 15px;
  line-height: 1;
  font-feature-settings: "palt";
  color: #fff;
  background: #1a1a1a;
  border-radius: 5px;
}
@media screen and (max-width: 834px) {
  #container .page_title span {
    font-size: 5rem;
  }
}
@media screen and (max-width: 520px) {
  #container .page_title span {
    font-size: 2.8rem;
  }
}
#container .subtitle {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 834px) {
  #container .subtitle {
    top: 20%;
    padding-left: 20px;
  }
}
@media screen and (max-width: 520px) {
  #container .subtitle {
    width: 100%;
    padding-left: 0;
    top: 5vh;
    text-align: center;
  }
}
#container .subtitle span {
  display: inline-block;
  font-size: 4.2rem;
  padding: 7px 15px;
  line-height: 1;
  font-feature-settings: "palt";
  color: #fff;
  background: #1a1a1a;
  border-radius: 5px;
}
@media screen and (max-width: 834px) {
  #container .subtitle span {
    font-size: 5rem;
  }
}
@media screen and (max-width: 520px) {
  #container .subtitle span {
    font-size: 3.5rem;
  }
}

.navi_wrap {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .navi_wrap {
    width: 95%;
  }
}
@media screen and (max-width: 520px) {
  .navi_wrap {
    display: none;
  }
}
.navi_wrap #global-navi {
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .navi_wrap #global-navi {
    width: 100%;
  }
}
.navi_wrap #global-navi ul {
  display: flex;
  justify-content: flex-start;
}
.navi_wrap #global-navi ul li {
  width: 100%;
}
.navi_wrap #global-navi ul li a {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px 0;
  width: 100%;
  transition: all 0.4s ease-in-out;
  color: #151515;
  text-align: center;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.navi_wrap #global-navi ul li a:hover {
  background: #151515;
  color: #15C3BC;
}
.navi_wrap .ut_navi {
  width: 25%;
  display: flex;
  justify-content: flex-end;
  display: none;
}

.searchfield {
  font-size: 14px;
  width: 75%;
  margin-top: 10px;
  margin-right: 3px;
  margin-left: 5px;
  padding: 7px 5px;
  border: 2px solid #ddd;
  border-radius: 3px;
}

.searchsubmit {
  font-family: FontAwesome;
  font-size: 1.4em;
  padding: 0;
  cursor: pointer;
  color: #255fac;
  border: none;
  background: transparent;
}

.searchsubmit:hover {
  opacity: 0.6;
}

#key-visual {
  position: relative;
  width: 100%;
  height: 550px;
  overflow: hidden;
  background: #cee4ed;
}
#key-visual img.key-pic {
  width: 100%;
  height: 100%;
}
#key-visual .key-text {
  position: absolute;
  top: 35%;
  width: 100%;
  text-align: center;
}
#key-visual .key-text span {
  font-size: 3.2em;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  display: inline-block;
  margin-bottom: 20px;
}
@media screen and (max-width: 415px) {
  #key-visual .key-text span {
    font-size: 2.4em;
  }
}

#top-key-visual {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}
#top-key-visual img.key-pic {
  object-fit: cover;
  object-position: center center;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}
#top-key-visual .key-text {
  text-align: right;
  position: absolute;
  right: 3%;
  top: 30%;
}
@media screen and (max-width: 834px) {
  #top-key-visual {
    height: 350px;
  }
  #top-key-visual .key-text img {
    width: 65%;
  }
}
@media screen and (max-width: 415px) {
  #top-key-visual {
    height: 150px;
  }
}

.pagination {
  text-align: center;
}

a.page-numbers,
.pagination .current {
  background: #fff;
  border: solid 1px #ccc;
  padding: 5px 8px;
  margin: 0 2px;
  text-decoration: none;
}

.pagination .current {
  background: #000;
  border: solid 1px #000;
  color: #fff;
}

#global-footer {
  padding: 80px 0;
  background: #121212;
}
@media screen and (max-width: 1100px) {
  #global-footer {
    padding: 32px 0;
  }
}
#global-footer .inner {
  width: 750px;
  margin: 0 auto 16px;
}
@media screen and (max-width: 520px) {
  #global-footer .inner {
    width: 80%;
  }
}
#global-footer .inner .footer-up {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 48% 48%;
  column-gap: 4%;
}
@media screen and (max-width: 520px) {
  #global-footer .inner .footer-up {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 25px;
  }
}
#global-footer .inner .footer-up .footer_logo_wrap a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 520px) {
  #global-footer .inner .footer-up .footer_logo_wrap a {
    text-align: center;
  }
}
#global-footer .inner .footer-up .footer_logo_wrap a img {
  width: auto;
  height: 60%;
}
@media screen and (max-width: 1100px) {
  #global-footer .inner .footer-up .footer_logo_wrap a img {
    width: 38px;
    height: auto;
    vertical-align: bottom;
  }
}
#global-footer .inner .footer-up .footer_up_title {
  margin-bottom: 15px;
}
#global-footer .inner .footer-up .footer_up_title span {
  width: 100%;
  display: inline-block;
  padding: 4px 10px;
  color: #1a1a1a;
  background: #fff;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1;
}
#global-footer .inner .footer-up .footer_category_wrap {
  width: 100%;
}
#global-footer .inner .footer-up .footer_category_wrap .cat_list {
  width: 100%;
}
#global-footer .inner .footer-up .footer_category_wrap .cat_list li {
  margin-bottom: 10px;
  width: 100%;
}
#global-footer .inner .footer-up .footer_category_wrap .cat_list li:last-child {
  margin-bottom: 0;
}
#global-footer .inner .footer-up .footer_category_wrap .cat_list li a {
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  color: #fff;
  font-size: 1.6rem;
  padding: 4px 10px;
  line-height: 1;
  width: 100%;
  box-sizing: border-box;
}
#global-footer .inner .footer-up .footer_category_wrap .cat_list li a:hover {
  transition: all 0.45s ease;
  color: #1a1a1a;
  background: #15C3BC;
}
#global-footer .inner .footer-up .footer_tag_wrap ul {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
#global-footer .inner .footer-up .footer_tag_wrap ul li {
  display: inline-block;
  width: auto;
  margin-right: 10px;
  margin-bottom: 10px;
}
#global-footer .inner .footer-up .footer_tag_wrap ul li:last-child {
  margin-bottom: 0;
}
#global-footer .inner .footer-up .footer_tag_wrap ul li a {
  box-sizing: border-box;
  display: inline-block;
  color: #fff;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  padding: 4px 10px;
  line-height: 1;
  outline: 1px solid #fff;
  outline-offset: -1px;
}
#global-footer .inner .footer-up .footer_tag_wrap ul li a:hover {
  transition: 0.45s ease;
  color: #fff;
  background: #15C3BC;
}
#global-footer .inner .footer_catch {
  text-align: center;
  margin-bottom: 12px;
}
#global-footer .inner .footer_catch span {
  display: inline-block;
  padding: 8px 10px 0;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 1100px) {
  #global-footer .inner .footer_catch img {
    width: 80px;
    height: auto;
    vertical-align: bottom;
  }
}
#global-footer .inner .footer_middle {
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
  font-size: 1.8rem;
}
#global-footer .inner .footer_middle a {
  display: inline-block;
  color: #838383;
  font-size: 1.4rem;
}
#global-footer .inner .footer_middle a:hover {
  color: #15C3BC;
  transition: all 0.15s ease;
}
@media screen and (max-width: 520px) {
  #global-footer .inner .footer_middle a {
    font-size: 1.35rem;
  }
}
#global-footer .inner .footer-sns {
  text-align: center;
  margin-bottom: 20px;
}
#global-footer .inner .footer-sns a {
  display: inline-block;
}
#global-footer .inner .footer-sns a:nth-child(1) {
  margin-right: 16px;
}
@media screen and (max-width: 1100px) {
  #global-footer .inner .footer-sns a:nth-child(1) {
    margin-right: 24px;
  }
}
#global-footer .inner .footer-sns a img {
  width: 35px;
  height: 35px;
}
@media screen and (max-width: 1100px) {
  #global-footer .inner .footer-sns a img {
    width: 32px;
  }
}
#global-footer .copy {
  text-align: center;
  font-size: 1.4em;
}
#global-footer .copy small {
  color: #fff;
  font-family: "bokutoh-ruika", sans-serif;
  font-weight: 100;
  font-style: normal;
}

@media screen and (max-width: 520px) {
  #container {
    width: 88%;
  }
}

#tool_content_wrap {
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 1100px) {
  #tool_content_wrap {
    width: 100%;
    margin: 0 auto 80px;
  }
}
#tool_content_wrap .tool_description {
  font-size: 1.8rem;
  line-height: 1.8;
  color: #565656;
  max-width: 60vw;
  margin: 0 auto 20px;
}
@media screen and (max-width: 650px) {
  #tool_content_wrap .tool_description {
    max-width: 80vw;
  }
}
#tool_content_wrap #tool_post_list {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  column-gap: 2%;
}
@media screen and (max-width: 520px) {
  #tool_content_wrap #tool_post_list {
    display: block;
  }
}
#tool_content_wrap #tool_post_list .list_box {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  background: #fff;
  margin-bottom: 32px;
  cursor: pointer;
}
#tool_content_wrap #tool_post_list .list_box .post-thumb img {
  width: 100%;
  height: 225px;
  object-fit: cover;
  vertical-align: bottom;
}
@media screen and (max-width: 520px) {
  #tool_content_wrap #tool_post_list .list_box .post-thumb img {
    height: 120px;
  }
}
#tool_content_wrap #tool_post_list .list_box h3 {
  padding: 24px 24px 8px;
  letter-spacing: 0.08em;
  line-height: 1.8;
  font-weight: bold;
}
#tool_content_wrap #tool_post_list .list_box h3 a {
  font-size: 1.8rem;
  color: #565656;
  transition: all 0.4s ease;
}
#tool_content_wrap #tool_post_list .list_box h3 a:hover {
  color: #15C3BC;
}
#tool_content_wrap #tool_post_list .list_box .post-meta {
  margin-bottom: 16px;
  padding: 0 24px;
}
@media screen and (max-width: 520px) {
  #tool_content_wrap #tool_post_list .list_box .post-meta {
    padding: 10px;
  }
}
#tool_content_wrap #tool_post_list .list_box .post-meta .posttime,
#tool_content_wrap #tool_post_list .list_box .post-meta .postcat {
  display: inline-block;
  color: #707070;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
}
#tool_contents {
  font-family: "Arial", sans-serif;
  text-align: center;
  padding: 50px;
  background: #292929;
  color: #fff;
  width: 65vw;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 650px) {
  #tool_contents {
    width: 80vw;
    padding: 14px;
  }
}
#tool_contents h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
}
#tool_contents p {
  color: #fff;
  margin-bottom: 20px;
  font-size: 1.8rem;
}
#tool_contents label {
  font-size: 1.8rem;
  color: #fff;
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 650px) {
  #tool_contents label {
    width: 100%;
  }
}
#tool_contents input {
  padding: 8px;
  font-size: 16px;
  width: 100px;
  margin: 5px;
  text-align: center;
  border-radius: 5px;
  border: none;
}
@media screen and (max-width: 650px) {
  #tool_contents input {
    display: inline-block;
    width: 45vw;
  }
}
#tool_contents button {
  margin-left: 30px;
  padding: 10px 20px;
  background: #fdb927;
  color: rebeccapurple;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  font-weight: bold;
}
@media screen and (max-width: 650px) {
  #tool_contents button {
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
  }
}
#tool_contents button:hover {
  background: #fff;
  color: rebeccapurple;
}
#tool_contents button .result {
  margin-top: 30px;
  font-size: 1.5em;
  font-weight: bold;
}
#tool_contents #result {
  margin-top: 30px;
  font-size: 2em;
  color: #fff;
}

#toolfour_contents {
  margin: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", system-ui, sans-serif;
  background: var(--bg);
  color: var(--text);
}
#toolfour_contents:root {
  --bg: #292929;
  --accent: #fdb927;
  --card: #1f1f1f;
  --text: #ffffff;
  --muted: #cbd5e1;
  --danger: #ff6b6b;
  --radius: 10px;
}
#toolfour_contents * {
  box-sizing: border-box;
}
#toolfour_contents .wrap {
  width: 100%;
  max-width: 90vw;
}
#toolfour_contents header {
  text-align: center;
  margin-bottom: 24px;
}
#toolfour_contents h1 {
  margin: 0 0 6px 0;
  font-size: 2rem;
}
#toolfour_contents p.lead {
  margin: 0;
  color: var(--muted);
  font-size: 1.8rem;
}
#toolfour_contents .card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.06));
  border-radius: var(--radius);
  padding: 18px;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.03);
}
#toolfour_contents .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 14px;
}
#toolfour_contents .row {
  display: grid;
  grid-template-columns: 38% 62%;
  padding: 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.01);
}
#toolfour_contents .label {
  width: 100%;
  font-weight: 600;
  color: var(--muted);
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
#toolfour_contents .inputs {
  width: 100%;
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
#toolfour_contents input[type=number] {
  width: 110px;
  padding: 8px 10px;
  border-radius: 6px;
  border: none;
  background: #e8e8e8;
  color: var(--text);
  font-size: 1.6rem;
  text-align: center;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", system-ui, sans-serif;
}
#toolfour_contents .unit {
  color: var(--muted);
  font-size: 1.6rem;
}
#toolfour_contents .actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 16px;
}
#toolfour_contents button {
  padding: 10px 16px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.6rem;
}
#toolfour_contents .btn-primary {
  background: #fdb927;
  color: #111;
}
#toolfour_contents .btn-ghost {
  background: transparent;
  color: #cbd5e1;
  border: 1px solid rgba(255, 255, 255, 0.06);
}
#toolfour_contents .result {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
#toolfour_contents .panel {
  padding: 14px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.03);
  font-size: 1.5rem;
}
#toolfour_contents .panel h3 {
  margin: 0 0 8px 0;
  font-size: 1.8rem;
  color: var(--muted);
}
#toolfour_contents .stat {
  font-size: 1.6rem;
  font-weight: 700;
}
#toolfour_contents .small {
  font-size: 1.4rem;
  color: var(--muted);
  margin-top: 6px;
}
#toolfour_contents .error {
  color: var(--danger);
  margin-top: 8px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 720px) {
  #toolfour_contents .grid {
    grid-template-columns: 1fr;
  }
  #toolfour_contents .result {
    grid-template-columns: 1fr;
  }
  #toolfour_contents .label {
    width: 100%;
    font-size: 1.4rem;
  }
}

/*# sourceMappingURL=simulator.css.map */
