@charset "UTF-8";
/* CSS Document */
*, ::after, ::before {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

body {
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 16px;
  font-weight: lighter;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/*デバイス毎の基本フォントサイズ設定*/
@media (max-width: 1500px) {
  body, html {
    font-size: 18px; } }
@media (max-width: 576px) {
  body, html {
    font-size: 14px; } }
/*見出し、本文フォントサイズ設定*/
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 700; }

h2 {
  font-size: 1.6rem;
  margin-bottom: 1.2rem; }

h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem; }

h4 {
  font-size: 1.2rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.6; }

small {
  font-size: 0.6em; }

b, strong {
  font-weight: 700; }

/*リストスタイル設定*/
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0; }

li {
  list-style: none; }

/*テーブルスタイル設定*/
table {
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  margin: 0 auto; }

tr {
  border-bottom: solid #E6E6E6 1px; }

th {
  width: 20%;
  min-width: 8rem;
  padding: 1rem 1rem 1rem 0;
  text-align: inherit; }

td {
  padding: 1rem 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: 2rem;
  margin-left: 0; }

/*リンクスタイル設定*/
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  transition: .3s; }

a:hover {
  opacity: 0.8;
  text-decoration: none; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

code, kbd, pre, samp {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none;
  width: auto;
  height: auto; }

/*コンテナサイズ設定*/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 100%; } }
@media (min-width: 768px) {
  .container {
    max-width: 90%; } }
@media (min-width: 992px) {
  .container {
    max-width: 90%; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1100px; } }
@media (min-width: 1600px) {
  .container {
    max-width: 1100px; } }
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; } }
/* CSS Document */
body, html {
  color: #1c1c1c;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 400;
  line-height: 1.4;
  min-height: 100%;
  font-size: 14px; }

a {
  color: #0075EE; }

.btn {
  display: block;
  width: 500px;
  max-width: 100%;
  color: #fff;
  border: none;
  background: #0075EE;
  padding: 14px 20px;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 40px;
  text-align: center;
  margin: 0 auto;
  text-decoration: none; }
  .btn.btn-color2 {
    color: #0075EE !important;
    background: #fff !important;
    border: solid 2px #0075EE !important; }

.nav {
  z-index: 500;
  top: 0;
  width: 100%;
  transition: .3s;
  height: 60px;
  position: fixed;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
  .nav .container {
    height: 60px;
    display: flex;
    align-items: center; }
    @media (min-width: 1800px) {
      .nav .container {
        max-width: 80%; } }
  .nav_logo {
    font-weight: 700;
    color: #1c1c1c; }
    .nav_logo img {
      height: 30px;
      width: auto; }

.tool {
  min-height: 90vh;
  padding-top: 80px; }
  .tool .form {
    position: relative; }
  .tool .review_p {
    text-align: center; }
  .tool .review_box {
    width: min(100%, 600px);
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
    padding: 1.5rem 1rem; }
  .tool .review_note {
    text-align: center;
    font-size: 0.8rem; }
  .tool .review_1 {
    position: absolute;
    width: 100%; }
    .tool .review_1 h3 {
      color: #0075EE;
      font-size: 1.2rem;
      text-align: center; }
    .tool .review_1_btn {
      background: #0075EE;
      color: #fff;
      display: grid;
      grid-template-columns: 1fr 1fr;
      justify-content: center;
      text-align: center;
      border-radius: 6rem;
      padding: 1rem;
      margin-bottom: 1rem;
      font-size: 1.2rem; }
      .tool .review_1_btn:hover {
        cursor: pointer;
        opacity: 0.8; }
      .tool .review_1_btn input {
        display: none; }
      .tool .review_1_btn_star {
        color: #E4E4E4;
        letter-spacing: 0.2em;
        font-size: 1.4rem; }
        .tool .review_1_btn_star_yellow {
          color: #FBBF04; }
  .tool .review_2 {
    display: none;
    position: absolute;
    width: 100%; }
    .tool .review_2 h3 {
      color: #0075EE;
      font-size: 1.2rem;
      text-align: center; }
    .tool .review_2_btn {
      display: block;
      background: #0075EE;
      color: #fff;
      text-align: center;
      border-radius: 6rem;
      padding: 1rem;
      margin-bottom: 1rem;
      font-size: 1.2rem; }
      .tool .review_2_btn:hover {
        cursor: pointer;
        opacity: 0.8; }
      .tool .review_2_btn input {
        display: none; }
  .tool .review_3 {
    display: none;
    position: absolute;
    width: 100%; }
    .tool .review_3 h3 {
      color: #0075EE;
      font-size: 1.2rem;
      text-align: center; }
    .tool .review_3 textarea {
      background: #F0F0F0;
      border: none;
      width: 100%; }
    .tool .review_3 button {
      font-weight: bold;
      display: block;
      background: #0075EE;
      color: #fff;
      text-align: center;
      border-radius: 6rem;
      padding: 1rem 2rem;
      width: min(100%, 600px);
      margin: 1rem auto 0;
      font-size: 1.2rem;
      border: none; }

footer {
  padding: 1rem 0;
  font-size: 0.9rem; }
  footer .copyright {
    font-size: 10px; }

.confirm h4 {
  font-size: 1.2rem;
  margin: 1rem 0; }
.confirm p {
  margin-bottom: 2rem; }

.privacy-box {
  background: #E4E4E4;
  height: 100px;
  overflow: auto;
  color: #383B3C;
  font-size: 10px;
  padding: 1rem; }

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