@charset "utf-8";


/* common ----------------------------------- */


html {
  font-size: 100%;
}

header {
  margin: auto;
  text-align: center;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  line-height: 1.7;
  color: #432;
  text-align: center;
  line-break: strict;
  width: 100%;
}


a {
  text-decoration: none;
}

a[target="_blank"]:after {
  margin: 0 3px;
  font-weight: 300;
  font-family: FontAwesome;
  vertical-align: middle;
  content: '\f08e';
}

main a:not([target="_blank"])::after {
  margin: 0 3px;
  font-weight: 300;
  font-family: FontAwesome;
  vertical-align: middle;
  content: '\f0c1';
 }




img {
  max-width: 100%;
  height: auto;
}

/* common ----------------------------------- */
h1 {
  font-size: 2.7rem;
  font-weight: 400;
}

h2 {
  font-size: 2.0rem;
  font-weight: 400;
}

h3 {
  font-size: 1.7rem;
  font-weight: 400;
}

p {
  font-size: 1.0rem;
  font-weight: 100;
}




ul {
  list-style-type: none;
  padding: 0; /* 左にできる隙間を消す */
}

table {
    border-collapse: collapse;
}

table {
  border:solid #333 1px;
}

th,td {
    border: solid 1px;
}

/* よく使う */
.link_btn a {
  display: block;
  /* width: 30%; */
  margin: 15px auto 20px;
  padding: 10px;
  background-color: var(--main-color);
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  border-radius: 46px;
}
/* .link_btn a::after {
} */



/*  */
.wrapper {
  max-width: 1140px;
  overflow-x: hidden;
  margin: auto;
}

/* 2カラム */
.two_columns {
  display: flex;
  justify-content: center;
}

.black_base {
  background-color: #000000;
  color: #fff;
}

header img {
  width: 210px;
  height: 70px;
}

.top_view {
  width: 100%;
  padding: 30px 0 40px;
}

.top_view .two_columns {
  width: 600px;
  margin: 0 auto 0;
  padding: 0;
}

.top_view .icon {
  width: 80px;
}

.top_view .description {
  width: calc(100% - 80px);
  margin: auto;
  color: #fff;
}

.black_base a {
  width: 500px;
  margin: auto;
  color: #4998f7;
}

.black_base a:link {

  color: #4998f7;
}

.black_base a:visited {

  color: #4998f7;
}

/* .top_view .description a {
  width: 500px;
  margin: auto;
  color: #4998f7;
} */

/* .top_view .description a:link {

  color: #4998f7;
} */

/* .top_view .description a:hover {

  color: #4998f7;
}

.top_view .description a:active {

  color: #4998f7;
} */

/* .top_view .description a:visited {

  color: #4998f7;
} */

.top_view .icon {
  margin: 2px 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top_view .icon img {
  width: 75px;
  height: 75px;

}

.contents_row {
  width: 100%;
  padding: 30px 0 40px;
}

.apps_list {
  margin: 30px auto 0;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.an_app {
    padding: 0;
}

.an_app .title p {
  text-align: center;
  font-size: 18px;
}

.an_app .description p {
  text-align: left;
  font-size: 12px;
}

.company {

}

.company p {

}

.report {
  padding: 2em 2em;
  font-weight: bold;
  border: solid 3px #000000;
}

.report {
  text-align: left;
  font-size: 1rem;
}

.report .align_right{
  text-align: right;
}

.privacy_main{
  padding: 50px 0;
  text-align: left;
}

.privacy_main p{
  padding-left: 1rem;
}

/* tel リンク */
/* PC */
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

a[href^="tel:"] {
  cursor: default;
}

@media (max-width: 767px) {
  h1 {
    font-size: 1.2rem;
  }
  h2 {
    font-size: 1.1rem;
    font-weight: 400;
  }

  h3 {
    font-size: 1.0rem;
    font-weight: 400;
  }
  p {
    font-size: 0.875rem;
  }
  li {
    font-size: 0.875rem;
    text-align: left;
  }
  td {
    font-size: 0.875rem;
  }
  dd {
    font-size: 0.875rem;
  }
  dt {
    font-size: 0.875rem;
  }



  img {
    max-width: 100%;
    height: auto;
  }


  .top_view {
    width: 100%;
    padding: 30px 0 40px;
  }

  .top_view .two_columns {
    width: 100%;
    margin: 0 auto 0;
    padding: 0;
  }

  .top_view .icon {
    width: 100%;
    margin: 0;
    padding: 10px;
  }

  .top_view .description {
    width: 100%;
    margin: 0;
    padding: 10px;
    margin: auto;
    color: #fff;
  }

  /* .top_view .icon img {
    width: 75px;
    height: 75px;
  } */

  .top_view .two_columns {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .report {
    margin: 10px;
    padding: 10px;
  }

  .left_col {
    width: 100%;
    margin: 0;
    padding: 10px;
  }

  .right_col {
    width: 100%;
    margin: 0;
    padding: 10px;
  }

  .section_title h2 {
    font-size: 1.1rem;
    font-weight: 500;
  }

  .about p {
    padding: 10px;
    line-height: 1.7;
    text-align:justify;
    text-align-last:justify;
    text-justify:inter-ideograph
  }

  .service_day  p {
    padding: 0 10px;
  }
  .service_day .contents img {
    display: block;
    margin: 0 auto 20px;;
    width: calc(100% - 20px);/* gap分ひく */
  }

  .service_day .contents {
    justify-content: center;
    flex-direction: column;
    gap: 0;
  }
}
