@charset "UTF-8";
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(/fonts/NotoSansJP/NotoSansJP-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url(/fonts/NotoSansJP/NotoSansJP-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(/fonts/NotoSansJP/NotoSansJP-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url(/fonts/Montserrat/Montserrat-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url(/fonts/Montserrat/Montserrat-SemiBold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url(/fonts/Montserrat/Montserrat-Regular.woff) format("woff");
  font-display: swap;
}
/*16*1.75/2*/
/*=========*/
/* company */
/*=========*/
.company {
  margin-bottom: 240px;
}
@media (max-width: 767px) {
  .company {
    margin-bottom: 160px;
  }
}
.company .title-area {
  padding-bottom: 80px;
}
.company .message-sec {
  margin-bottom: min(240px, 23.46vw);
  /*240/1023*/
}
@media (max-width: 767px) {
  .company .message-sec {
    margin-bottom: 120px;
  }
}
.company .message-sec .wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .company .message-sec .wrap {
    display: block;
  }
}
.company .message-sec .wrap .txt {
  width: 46.428%;
  /*520/1120*/
}
@media (max-width: 1023px) {
  .company .message-sec .wrap .txt {
    width: 100%;
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .company .message-sec .wrap .txt {
    margin-bottom: 40px;
  }
}
.company .message-sec .wrap .txt p {
  margin-bottom: 40px;
  line-height: 2.1;
}
@media (max-width: 767px) {
  .company .message-sec .wrap .txt p {
    margin-bottom: 20px;
  }
}
.company .message-sec .wrap .txt p:last-child {
  margin-bottom: 0;
}
.company .message-sec .wrap .txt p.name {
  line-height: 1.6;
  text-align: right;
}
.company .message-sec .wrap .txt p.name span {
  display: block;
  font-size: 20px;
  font-family: "NotoSansJP-Bold", sans-serif;
}
@media (max-width: 767px) {
  .company .message-sec .wrap .txt p.name span {
    font-size: 18px;
  }
}
.company .message-sec .wrap .img {
  width: 49.107%;
  /*550/1120*/
  margin-top: 70px;
}
@media (max-width: 1023px) {
  .company .message-sec .wrap .img {
    width: 100%;
    margin-top: 0;
    text-align: center;
  }
}
.company .overview-sec .tb-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .company .overview-sec .tb-wrap {
    display: block;
  }
}
.company .overview-sec .tb-wrap .table {
  width: 46.428%;
  /*520/1120*/
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .company .overview-sec .tb-wrap .table {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .company .overview-sec .tb-wrap .table:not(:last-child) tr:last-child th,
.company .overview-sec .tb-wrap .table:not(:last-child) tr:last-child td {
    border-bottom: none;
  }
}
.company .overview-sec .tb-wrap .table th {
  width: 156px;
}
@media (max-width: 767px) {
  .company .overview-sec .tb-wrap .table th {
    width: 110px;
  }
}
.company .overview-sec .tb-wrap .table td {
  width: calc(100% - 156px);
  line-height: 2.1;
}
@media (max-width: 767px) {
  .company .overview-sec .tb-wrap .table td {
    width: calc(100% - 110px);
  }
}
.company .overview-sec .tb-wrap .table td p {
  margin-bottom: 0;
  line-height: 2.1;
}
.company .overview-sec .tb-wrap .table td .gm .map-link {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  color: #9C9C9C;
}
.company .overview-sec .tb-wrap .table td .gm .map-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 17px;
  background: url(/images/company/overview_ic01.svg) no-repeat;
  background-size: 100% auto;
}
.company .overview-sec .tb-wrap .table td .gm .map-link:hover {
  text-decoration: none;
}
.company .overview-sec .tb-wrap .table td .dl .dl-link {
  position: relative;
  display: inline-block;
  padding-right: 25px;
  color: #9C9C9C;
}
.company .overview-sec .tb-wrap .table td .dl .dl-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(/images/company/overview_ic02.svg) no-repeat;
  background-size: 100% auto;
}
.company .overview-sec .tb-wrap .table td .dl .dl-link:hover {
  text-decoration: none;
}

/*==========*/
/* business */
/*==========*/
.business {
  margin-bottom: 240px;
}
@media (max-width: 767px) {
  .business {
    margin-bottom: 160px;
  }
}
.business .service-list {
  margin-bottom: 0;
}
.business .service-list > li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .business .service-list > li {
    display: block;
    margin-bottom: 48px;
  }
}
.business .service-list > li:nth-child(even) {
  flex-direction: row-reverse;
}
.business .service-list > li:last-child {
  margin-bottom: 0;
}
.business .service-list > li .txt {
  width: 46.428%;
  /*520/1120*/
}
@media (max-width: 767px) {
  .business .service-list > li .txt {
    width: 100%;
    margin-bottom: 24px;
  }
}
.business .service-list > li .txt h3 {
  font-family: "NotoSansJP-Bold", sans-serif;
}
.business .service-list > li .txt p {
  margin-bottom: 20px;
  line-height: 2.1;
}
.business .service-list > li .txt p:last-child {
  margin-bottom: 0;
}
.business .service-list > li .img {
  width: 49.107%;
  /*550/1120*/
}
@media (max-width: 767px) {
  .business .service-list > li .img {
    width: 100%;
  }
}
.business.leisure-business .service-list > li {
  margin-bottom: 72px;
}
@media (max-width: 767px) {
  .business.leisure-business .service-list > li {
    margin-bottom: 48px;
  }
}
.business.leisure-business .service-list > li:last-child {
  margin-bottom: 0;
}
.business.leisure-business .service-list > li .txt h3 {
  position: relative;
  margin-bottom: 32px;
  padding-left: 20px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .business.leisure-business .service-list > li .txt h3 {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.business.leisure-business .service-list > li .txt h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 22px;
  border-radius: 500px;
  background: #155394;
}
.business.leisure-business .service-list > li .txt .bt-list {
  margin-bottom: 0;
}
.business.leisure-business .service-list > li .txt .bt-list li {
  margin-bottom: 15px;
}
.business.leisure-business .service-list > li .txt .bt-list li:last-child {
  margin-bottom: 0;
}

/*=============*/
/* information */
/*=============*/
.information {
  margin-bottom: 240px;
}
@media (max-width: 767px) {
  .information {
    margin-bottom: 160px;
  }
}
.information .list-news {
  margin-bottom: 0;
}
.information.entry-detail {
  margin-bottom: 120px;
}
.information .wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .information .wrap {
    display: block;
  }
}
.information .wrap .left-menu {
  max-width: 730px;
  width: calc(100% - 326px);
}
@media (max-width: 1023px) {
  .information .wrap .left-menu {
    width: 100%;
  }
}
.information .wrap .left-menu .wp-pagenavi {
  justify-content: flex-start;
}
.information .wrap .right-menu {
  width: 310px;
}
@media (max-width: 1023px) {
  .information .wrap .right-menu {
    width: 100%;
    max-width: 310px;
  }
}
.information .category-data dt {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid #155394;
  font-size: 18px;
  line-height: 1;
  color: #555;
  font-family: "NotoSansJP-Bold", sans-serif;
}
@media (max-width: 767px) {
  .information .category-data dt {
    font-size: 15px;
  }
}
.information .category-data dt img {
  width: 18px;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .information .category-data dt img {
    width: 15px;
  }
}
.information .category-data dd {
  margin-bottom: 40px;
}
.information .category-data .list-link li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
  color: #555;
  font-size: 18px;
}
@media (max-width: 767px) {
  .information .category-data .list-link li a {
    font-size: 15px;
  }
}
.information .category-data .list-link li a::after {
  content: "";
  display: block;
  width: 19px;
  height: 8px;
  background: url(/images/information/information_ic03.svg) no-repeat;
  background-position: left center;
}
.information .category-data .list-link li a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*================*/
/* privacy-policy */
/*================*/
.privacy-policy {
  margin-bottom: 240px;
}
@media (max-width: 767px) {
  .privacy-policy {
    margin-bottom: 160px;
  }
}
.privacy-policy .heading-area {
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .privacy-policy .heading-area {
    margin-bottom: 32px;
  }
}
.privacy-policy .heading-area .heading01 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .privacy-policy .heading-area .heading01 {
    margin-bottom: 24px;
  }
}
.privacy-policy .heading-area p {
  margin-bottom: 0;
}
.privacy-policy .privacy-heading01 {
  margin: 48px 0 24px;
  font-family: "NotoSansJP-Bold", sans-serif;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .privacy-policy .privacy-heading01 {
    margin: 32px 0 16px;
  }
}
.privacy-policy p {
  line-height: 2.1;
}
.privacy-policy .address-list li {
  display: flex;
  line-height: 2.1;
}
.privacy-policy .address-list li .ttl {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.privacy-policy .address-list li .txt {
  flex: 1;
}
.privacy-policy .address-list li p {
  margin-bottom: 0;
}

/*=========*/
/* contact */
/*=========*/
.contact {
  margin-bottom: 240px;
  /* ContactForm用 */
}
@media (max-width: 767px) {
  .contact {
    margin-bottom: 160px;
  }
}
.contact .first-txt {
  max-width: 750px;
  margin: 0 auto 64px;
}
@media (max-width: 767px) {
  .contact .first-txt {
    margin-bottom: 48px;
  }
}
.contact .contact-table {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}
@media (max-width: 767px) {
  .contact .contact-table {
    display: block;
  }
}
.contact .contact-table tr:first-child th p {
  margin-top: 0;
}
.contact .contact-table th {
  display: block;
  width: 100%;
  font-size: 20px;
  font-family: "NotoSansJP-Bold", sans-serif;
  text-align: left;
}
@media (max-width: 767px) {
  .contact .contact-table th {
    font-size: 16px;
  }
}
.contact .contact-table th p {
  margin: 32px 0 16px;
}
@media (max-width: 767px) {
  .contact .contact-table th p {
    margin: 24px 0 16px;
  }
}
.contact .contact-table th .required {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 4px;
  border: 1px solid #FF4D6D;
  color: #FF4D6D;
  font-size: 14px;
}
@media (max-width: 767px) {
  .contact .contact-table th .required {
    font-size: 12px;
  }
}
.contact .contact-table td {
  display: block;
  width: 100%;
}
.contact .contact-table .error {
  display: block;
  color: #F00;
}
.contact .contact-table .mail-confirm span {
  font-size: 16px;
}
@media (max-width: 767px) {
  .contact .contact-table .mail-confirm span {
    font-size: 14px;
  }
}
.contact .contact-table .address-zip {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .contact .contact-table .address-zip {
    margin-bottom: 16px;
  }
}
.contact .contact-table .address-zip input[type=text] {
  width: 144px;
}
.contact .contact-table .radio-label span {
  position: relative;
  margin: 0 !important;
  padding-left: 24px;
}
.contact .contact-table .radio-label span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #D9D9D9;
  transition: 0.3s all;
}
.contact .contact-table .radio-label input[type=radio] {
  display: none;
}
.contact .contact-table .radio-label input[type=radio]:checked + span::before {
  background: #48B789;
}
@media (max-width: 767px) {
  .contact .contact-table .mwform-tel-field, .contact .contact-table .mwform-zip-field {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 2px;
  }
}
.contact .end-msg {
  margin: 64px 0;
  font-size: 18px;
  text-align: center;
}
.contact .list-bt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px 64px;
  margin: 80px auto 132px;
}
@media (max-width: 767px) {
  .contact .list-bt {
    display: block;
    margin: 40px 0 80px;
  }
}
.contact .list-bt li {
  width: 300px;
}
@media (max-width: 767px) {
  .contact .list-bt li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.contact .list-bt li p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .contact .list-bt li:last-child {
    margin-bottom: 0;
  }
}
.contact .list-bt .com-bt.prev {
  background: #C1C6CC;
}
.contact .list-bt .com-bt.prev input[type=submit],
.contact .list-bt .com-bt.prev input[type=button] {
  background: #C1C6CC;
}
.contact .wpcf7-list-item {
  display: inline-block;
}
.contact .wpcf7-list-item label input + span {
  margin-left: 0.5em;
}
.contact .wpcf7-list-item + .wpcf7-list-item {
  margin-left: 1em;
}
.contact .contact-area02 .heading01 {
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .contact .contact-area02 .heading01 {
    margin-bottom: 48px;
  }
}
.contact .contact-area02 .tel-wrap {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.contact .contact-area02 .tel-wrap p {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 0;
  text-align: center;
}
.contact .contact-area02 .tel-wrap p.txt {
  margin-bottom: 8px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .contact .contact-area02 .tel-wrap p.txt {
    font-size: 16px;
  }
}
.contact .contact-area02 .tel-wrap p.tel {
  position: relative;
  padding-left: 35px;
  font-size: 31px;
  font-family: "Montserrat-Bold", sans-serif;
}
.contact .contact-area02 .tel-wrap p.tel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: url(/images/contact/contact_ic01.svg) no-repeat;
  background-size: 100% auto;
}
.contact .contact-area02 .tel-wrap p.tel a {
  color: #333;
}
.contact .contact-area02 .tel-wrap p.tel a:hover {
  text-decoration: none;
}

/*==================*/
/* document_request */
/*==================*/
.document_request {
  margin-bottom: 240px;
  /* ContactForm用 */
}
@media (max-width: 767px) {
  .document_request {
    margin-bottom: 160px;
  }
}
.document_request .first-txt {
  max-width: 750px;
  margin: 0 auto 64px;
}
@media (max-width: 767px) {
  .document_request .first-txt {
    margin-bottom: 48px;
  }
}
.document_request .contact-table {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}
@media (max-width: 767px) {
  .document_request .contact-table {
    display: block;
  }
}
.document_request .contact-table tr:first-child th p {
  margin-top: 0;
}
.document_request .contact-table th {
  display: block;
  width: 100%;
  font-size: 20px;
  font-family: "NotoSansJP-Bold", sans-serif;
  text-align: left;
}
@media (max-width: 767px) {
  .document_request .contact-table th {
    font-size: 16px;
  }
}
.document_request .contact-table th p {
  margin: 32px 0 16px;
}
@media (max-width: 767px) {
  .document_request .contact-table th p {
    margin: 24px 0 16px;
  }
}
.document_request .contact-table th .required {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 4px;
  border: 1px solid #FF4D6D;
  color: #FF4D6D;
  font-size: 14px;
}
@media (max-width: 767px) {
  .document_request .contact-table th .required {
    font-size: 12px;
  }
}
.document_request .contact-table td {
  display: block;
  width: 100%;
}
.document_request .contact-table .error {
  display: block;
  color: #F00;
}
.document_request .contact-table .mail-confirm span {
  font-size: 16px;
}
@media (max-width: 767px) {
  .document_request .contact-table .mail-confirm span {
    font-size: 14px;
  }
}
.document_request .contact-table .address-zip {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .document_request .contact-table .address-zip {
    margin-bottom: 16px;
  }
}
.document_request .contact-table .address-zip input[type=text] {
  width: 144px;
}
@media (max-width: 767px) {
  .document_request .contact-table .address-zip input[type=text] {
    width: 100px;
  }
}
.document_request .contact-table .radio-label span {
  position: relative;
  margin: 0 !important;
  padding-left: 24px;
}
.document_request .contact-table .radio-label span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #D9D9D9;
  transition: 0.3s all;
}
.document_request .contact-table .radio-label input[type=radio] {
  display: none;
}
.document_request .contact-table .radio-label input[type=radio]:checked + span::before {
  background: #48B789;
}
@media (max-width: 767px) {
  .document_request .contact-table .mwform-tel-field, .document_request .contact-table .mwform-zip-field {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 2px;
  }
}
.document_request .end-msg {
  margin: 64px 0;
  font-size: 18px;
  text-align: center;
}
.document_request .list-bt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px 64px;
  margin: 64px auto 140px;
}
@media (max-width: 767px) {
  .document_request .list-bt {
    display: block;
    margin: 40px 0 80px;
  }
}
.document_request .list-bt li {
  width: 300px;
}
@media (max-width: 767px) {
  .document_request .list-bt li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.document_request .list-bt li p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .document_request .list-bt li:last-child {
    margin-bottom: 0;
  }
}
.document_request .list-bt .com-bt.prev {
  background: #C1C6CC;
}
.document_request .list-bt .com-bt.prev input[type=submit],
.document_request .list-bt .com-bt.prev input[type=button] {
  background: #C1C6CC;
}
.document_request .wpcf7-list-item {
  display: inline-block;
}
.document_request .wpcf7-list-item label input + span {
  margin-left: 0.5em;
}
.document_request .wpcf7-list-item + .wpcf7-list-item {
  margin-left: 1em;
}

/*==========*/
/* download */
/*==========*/
.download {
  margin-bottom: 240px;
}
@media (max-width: 767px) {
  .download {
    margin-bottom: 160px;
  }
}
.download .tb-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .download .tb-wrap {
    display: block;
  }
}
.download .tb-wrap .table {
  width: 46.428%;
  /*520/1120*/
  margin-bottom: 0;
  border-top: none;
}
@media (max-width: 1023px) {
  .download .tb-wrap .table {
    width: 100%;
  }
}
.download .tb-wrap .table th {
  width: 140px;
  padding: 24px 0;
  font-family: "NotoSansJP-Bold", sans-serif;
}
@media (max-width: 1023px) {
  .download .tb-wrap .table th {
    width: 120px;
  }
}
.download .tb-wrap .table td {
  width: calc(100% - 140px);
  padding: 24px 0;
}
@media (max-width: 1023px) {
  .download .tb-wrap .table td {
    width: calc(100% - 120px);
  }
}
.download .tb-wrap .table td .link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-bottom: 0;
}
.download .tb-wrap .table td .link-list li {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  display: inline-block;
}
.download .tb-wrap .table td .link-list li .dl-link {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  color: #48B789;
  transition: 0.5s all;
}
.download .tb-wrap .table td .link-list li .dl-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(/images/document_request/download/download_ic01.svg) no-repeat;
  background-size: 100% auto;
}
.download .tb-wrap .table td .link-list li .dl-link:hover {
  opacity: 0.7;
  text-decoration: none;
}
@media (max-width: 1023px) {
  .download .tb-wrap .table:not(:last-child) tr:last-child th,
.download .tb-wrap .table:not(:last-child) tr:last-child td {
    border-bottom: none;
  }
}

/*=====================*/
/* product-development */
/*=====================*/
.product-development {
  margin-bottom: 240px;
}
@media (max-width: 767px) {
  .product-development {
    margin-bottom: 160px;
  }
}
.product-development .tab {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .product-development .tab {
    gap: 8px;
    margin-bottom: 24px;
  }
}
.product-development .tab li {
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  font-size: clamp(14px, 1.955vw, 20px);
  /*20/1023*/
}
.product-development .tab li a,
.product-development .tab li span {
  display: inline-block;
  padding: 8px 16px;
  border: 2px solid #155394;
  border-radius: 500px;
  background-color: #FFF;
  color: #155394;
  transition: 0.3s all;
}
.product-development .tab li a:hover,
.product-development .tab li span:hover {
  background-color: #155394;
  color: #FFF;
  text-decoration: none;
}
.product-development .tab li:hover, .product-development .tab li.active {
  background: none;
}
.product-development .tab li.active a,
.product-development .tab li.active span {
  background-color: #155394;
  color: #FFF;
  text-decoration: none;
}
.product-development .tab-sub {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-bottom: 112px;
}
@media (max-width: 767px) {
  .product-development .tab-sub {
    gap: 4px 12px;
    margin-bottom: 56px;
  }
}
.product-development .tab-sub li {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #155394;
  font-size: clamp(14px, 1.955vw, 20px);
  /*20/1023*/
  cursor: pointer;
}
.product-development .tab-sub li a {
  color: #155394;
  transition: 0.5s all;
}
.product-development .tab-sub li a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.product-development .tab-cts .product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 3.571%;
  /*40/1120*/
}
@media (max-width: 767px) {
  .product-development .tab-cts .product-list {
    gap: 20px 3.846%;
    /*20/520*/
    max-width: 520px;
    margin: 0 auto;
  }
}
.product-development .tab-cts .product-list li {
  width: 22.321%;
  /*250/1120*/
}
@media (max-width: 767px) {
  .product-development .tab-cts .product-list li {
    width: 48.076%;
    /*250/520*/
  }
}
.product-development .tab-cts .product-list li a {
  transition: 0.5s all;
}
.product-development .tab-cts .product-list li a:hover {
  opacity: 0.7;
  color: #333;
  text-decoration: none;
}
.product-development .tab-cts .product-list li a:hover img {
  opacity: 1;
}
.product-development .tab-cts .product-list li .img {
  position: relative;
  margin-bottom: 8px;
  padding-bottom: 71.2%;
  /*178/250*/
}
.product-development .tab-cts .product-list li .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.product-development .tab-cts .product-list li .category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 0;
}
.product-development .tab-cts .product-list li .category-list li {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 4px 6px;
  border: 1px solid #155394;
  border-radius: 10px;
  font-size: clamp(10px, 1.27vw, 13px);
  /*13/1023*/
  text-align: center;
  line-height: 1;
}
@media (max-width: 767px) {
  .product-development .tab-cts .product-list li .category-list li {
    border-radius: 8px;
  }
}
.product-development .tab-cts .product-list li .txt {
  padding: 16px 0 24px;
  font-size: clamp(12px, 1.564vw, 16px);
  /*16/1023*/
  text-align: center;
}
@media (max-width: 767px) {
  .product-development .tab-cts .product-list li .txt {
    padding: 6px 0 12px;
  }
}
.product-development .tab-sec {
  margin-bottom: min(280px, 27.37vw);
  /*280/1023*/
}
@media (max-width: 767px) {
  .product-development .tab-sec {
    margin-bottom: 140px;
  }
}
.product-development .contact-sec .heading-area {
  margin-bottom: 112px;
}
@media (max-width: 767px) {
  .product-development .contact-sec .heading-area {
    margin-bottom: 72px;
  }
}
.product-development .contact-sec .heading-area .heading01 {
  margin-bottom: 32px;
}
.product-development .contact-sec .heading-area p {
  margin-bottom: 0;
}
.product-development .contact-sec .bt-list {
  display: flex;
  justify-content: space-between;
  gap: 80px 0;
  max-width: 990px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .product-development .contact-sec .bt-list {
    display: block;
  }
}
.product-development .contact-sec .bt-list li {
  width: 46.464%;
  /*460/990*/
}
@media (max-width: 767px) {
  .product-development .contact-sec .bt-list li {
    max-width: 460px;
    width: 100%;
    margin: 0 auto 24px;
  }
}
@media (max-width: 767px) {
  .product-development .contact-sec .bt-list li:last-child {
    margin-bottom: 0;
  }
}
.product-development .contact-sec .bt-list li a.contact-bt {
  display: block;
  padding: min(48px, 4vw) 24px;
  /*48/1200*/
  border-radius: 8px;
  background: #48B789;
  color: #FFF;
  font-size: min(30px, 2.5vw);
  /*30/1200*/
  font-family: "NotoSansJP-Bold", sans-serif;
  line-height: 1.3;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .product-development .contact-sec .bt-list li a.contact-bt {
    padding: 28px 8px;
    font-size: 15px;
  }
}
.product-development .contact-sec .bt-list li a.contact-bt:hover {
  opacity: 0.7;
  text-decoration: none;
}
.product-development .contact-sec .bt-list li a.contact-bt span {
  position: relative;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding-left: 44px;
  text-align: center;
}
@media (max-width: 767px) {
  .product-development .contact-sec .bt-list li a.contact-bt span {
    padding-left: 22px;
  }
}
.product-development .contact-sec .bt-list li a.contact-bt span::before {
  content: "";
  position: absolute;
  top: 54%;
  left: 0;
  transform: translateY(-50%);
}
.product-development .contact-sec .bt-list li a.contact-bt.ptn01 span::before {
  width: 30px;
  height: 31px;
  background: url(/images/product-development/product-development_ic01.svg) no-repeat;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .product-development .contact-sec .bt-list li a.contact-bt.ptn01 span::before {
    width: 15px;
    height: 16px;
  }
}
.product-development .contact-sec .bt-list li a.contact-bt.ptn02 span::before {
  width: 30px;
  height: 23px;
  background: url(/images/product-development/product-development_ic02.svg) no-repeat;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .product-development .contact-sec .bt-list li a.contact-bt.ptn02 span::before {
    width: 15px;
    height: 12px;
  }
}
.product-development.detail .detail-sec {
  margin-bottom: 185px;
}
@media (max-width: 767px) {
  .product-development.detail .detail-sec {
    margin-bottom: 120px;
  }
}
.product-development.detail .detail-sec .category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 40px;
}
.product-development.detail .detail-sec .category-list li {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 4px 8px;
  border: 1px solid #155394;
  border-radius: 8px;
  font-size: clamp(10px, 1.27vw, 13px);
  /*13/1023*/
  line-height: 1;
}
.product-development.detail .detail-sec .img-wrap {
  float: left;
  width: 336px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .product-development.detail .detail-sec .img-wrap {
    float: initial;
    width: 100%;
    margin-bottom: 16px;
  }
}
.product-development.detail .detail-sec .img-wrap .img {
  width: 300px;
}
@media (max-width: 767px) {
  .product-development.detail .detail-sec .img-wrap .img {
    width: 100%;
    text-align: center;
  }
}
.product-development.detail .detail-sec .img-wrap .img img {
  margin: 0 auto;
}
.product-development.detail .detail-sec table {
  max-width: 800px;
  width: 100%;
  margin: 60px auto 136px;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #999;
}
@media (max-width: 767px) {
  .product-development.detail .detail-sec table {
    margin: 40px auto 80px;
  }
}
.product-development.detail .detail-sec table th {
  width: 50%;
  padding: 16px 30px;
  border-bottom: 1px solid #999;
  background: #EFEFEF;
}
@media (max-width: 767px) {
  .product-development.detail .detail-sec table th {
    display: block;
    width: 100%;
    height: auto !important;
    padding: 16px;
  }
}
.product-development.detail .detail-sec table td {
  width: 50%;
  padding: 16px 30px;
  border-bottom: 1px solid #999;
}
@media (max-width: 767px) {
  .product-development.detail .detail-sec table td {
    display: block;
    width: 100%;
    height: auto !important;
    padding: 16px;
  }
}
.product-development.detail .detail-sec .table2 th {
  width: auto;
}
@media (max-width: 767px) {
  .product-development.detail .detail-sec .table2 th {
    display: table-cell;
    width: auto;
  }
}
@media (max-width: 767px) {
  .product-development.detail .detail-sec .table2 td {
    display: table-cell;
    width: auto;
  }
}
.product-development.detail .detail-sec .wp-block-table {
  clear: both;
  /*& + p {
  	position: relative;
  	margin-bottom: 56px;
  	padding-left: 20px;
  	font-size: 18px;
  	font-family: $base_font_bold;
  	line-height: 1.3;

  	@include mq(max, tb) {
  		margin-bottom: 48px;
  		font-size: 16px;
  	}

  	&::before {
  		content: "";
  		position: absolute;
  		top: 50%;
  		left: 0;
  		transform: translateY(-50%);
  		width: 6px;
  		height: 100%;
  		border-radius: 500px;
  		background: #155394;
  	}
  }*/
}
.product-development.detail .detail-sec .wp-block-image {
  text-align: center;
}
.product-development.detail .detail-sec .bt {
  margin-top: 180px;
  text-align: center;
}
@media (max-width: 767px) {
  .product-development.detail .detail-sec .bt {
    margin-top: 80px;
  }
}

/*=========*/
/* lithium */
/*=========*/
.lithium .h-title01 {
  text-align: center;
}
.lithium .h-title02 {
  margin: 128px 0 64px;
  text-align: center;
}
@media (max-width: 767px) {
  .lithium .h-title02 {
    margin: 64px 0 44px;
  }
}
.lithium .h-title02 .en-txt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 24px;
  margin-bottom: 24px;
  color: #155394;
  font-family: "Saira", sans-serif;
  font-weight: 600;
  font-size: 42px;
  line-height: 1;
  font-style: italic;
}
@media (max-width: 767px) {
  .lithium .h-title02 .en-txt {
    font-size: 23px;
  }
}
.lithium .h-title02 .en-txt::before, .lithium .h-title02 .en-txt::after {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  background-color: #155394;
}
@media (max-width: 767px) {
  .lithium .h-title02 .en-txt::before, .lithium .h-title02 .en-txt::after {
    width: 32px;
    height: 2px;
  }
}
.lithium .h-title02 .jp-txt {
  display: block;
  font-family: "NotoSansJP-Bold", sans-serif;
  font-size: 48px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .lithium .h-title02 .jp-txt {
    font-size: 28px;
  }
}
.lithium .contents {
  max-width: 1200px;
}
.lithium .com-bt {
  max-width: 100%;
  border-radius: 30px;
  background-color: #25b6c1;
  font-size: 20px;
  line-height: 53px;
  filter: drop-shadow(0 4px 3px rgba(51, 51, 51, 0.6));
}
@media (max-width: 767px) {
  .lithium .com-bt {
    font-size: 16px;
  }
}
.lithium .com-bt span {
  width: 100%;
  padding: 0 34px;
}
.lithium .com-bt.next span {
  display: block;
}
.lithium .com-bt.next span::before {
  left: auto;
  right: 16px;
}
.lithium .main-sec {
  position: relative;
}
.lithium .main-sec .bg-area {
  height: 580px;
  background: url(/images/lithium/main_bg01.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .lithium .main-sec .bg-area {
    height: 456px;
    background: url(/images/lithium/main_bg01_sp.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .lithium .main-sec .bg-area::before {
    content: "";
    display: block;
    height: 44px;
    background-color: #f8f8f8;
  }
}
.lithium .main-sec .h-title01 {
  padding-top: 120px;
}
@media (max-width: 767px) {
  .lithium .main-sec .h-title01 {
    padding-top: 100px;
  }
  .lithium .main-sec .h-title01 img {
    max-width: 298px;
    margin: 0 auto;
  }
}
.lithium .main-sec .list-point {
  max-width: 1380px;
  width: 96%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 1.76%;
  margin: -100px auto 0;
}
@media (max-width: 767px) {
  .lithium .main-sec .list-point {
    width: 100%;
    gap: 0 3.5%;
    margin-top: 0;
  }
}
.lithium .main-sec .list-point li {
  width: 15.2%;
  /*210/1380*/
}
@media (max-width: 767px) {
  .lithium .main-sec .list-point li {
    position: absolute;
    width: 116px;
  }
  .lithium .main-sec .list-point li:nth-child(1) {
    top: 16px;
    left: 0;
  }
  .lithium .main-sec .list-point li:nth-child(2) {
    top: 16px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .lithium .main-sec .list-point li:nth-child(3) {
    top: 16px;
    right: 0;
  }
  .lithium .main-sec .list-point li:nth-child(4) {
    bottom: -58px;
    left: 0;
  }
  .lithium .main-sec .list-point li:nth-child(5) {
    bottom: -58px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .lithium .main-sec .list-point li:nth-child(6) {
    bottom: -58px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .lithium .sec-advantage {
    padding-top: 56px;
  }
}
.lithium .sec-advantage .list-col3 {
  gap: 0 3.26%;
}
@media (max-width: 1023px) {
  .lithium .sec-advantage .list-col3 {
    display: block;
  }
}
.lithium .sec-advantage .list-col3 li {
  width: 31.16%;
  /*374/1200*/
  margin: 0;
  padding: 32px 24px;
  background-color: #e6f4fc;
  border-radius: 8px;
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 76, 0.5);
}
@media (max-width: 1023px) {
  .lithium .sec-advantage .list-col3 li {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .lithium .sec-advantage .list-col3 li {
    padding: 16px 8px;
  }
}
.lithium .sec-advantage .list-col3 li figure {
  width: 60%;
  max-width: 206px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .lithium .sec-advantage .list-col3 li figure {
    width: 115px;
    float: left;
  }
}
.lithium .sec-advantage .list-col3 li .txt-note dt {
  margin: 16px 0;
  font-family: "NotoSansJP-Bold", sans-serif;
  font-size: 28px;
  text-align: center;
  line-height: 1.3;
}
@media (max-width: 1023px) {
  .lithium .sec-advantage .list-col3 li .txt-note dt {
    min-height: 96px;
    padding-left: 130px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .lithium .sec-advantage .list-col3 li .txt-note dt {
    padding-right: 8px;
    line-height: 1.6;
    font-size: 20px;
  }
}
.lithium .sec-product {
  margin-top: 96px;
  padding-bottom: 120px;
  background-color: #f8f8f8;
  overflow: hidden;
}
@media (max-width: 767px) {
  .lithium .sec-product {
    margin-top: 64px;
    padding-bottom: 64px;
  }
}
.lithium .sec-product .h-note {
  margin-bottom: 130px;
  text-align: center;
}
@media (max-width: 767px) {
  .lithium .sec-product .h-note {
    margin-bottom: 72px;
    text-align: left;
  }
}
.lithium .sec-product .list-product {
  gap: 128px 7.5%;
}
@media (max-width: 1023px) {
  .lithium .sec-product .list-product {
    display: block;
  }
}
.lithium .sec-product .list-product > li {
  width: 46.25%;
  /*555/1200*/
  margin: 0;
  padding: 15px;
  border-radius: 8px;
  background-color: #f1f1f1;
  box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.25);
}
@media (max-width: 1023px) {
  .lithium .sec-product .list-product > li {
    width: 100%;
    margin-bottom: 63px;
  }
}
@media (max-width: 767px) {
  .lithium .sec-product .list-product > li {
    padding: 8px;
  }
}
.lithium .sec-product .list-product > li .inner {
  height: 100%;
  padding: 0 32px 32px;
  background-color: #FFF;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .lithium .sec-product .list-product > li .inner {
    padding: 0 16px 16px;
  }
}
.lithium .sec-product .list-product > li figure {
  max-width: 320px;
  margin: 0 auto -10%;
  text-align: center;
}
@media (max-width: 767px) {
  .lithium .sec-product .list-product > li figure {
    max-width: 250px;
    margin-bottom: -20%;
  }
}
.lithium .sec-product .list-product > li figure img {
  transform: translateY(-25%);
}
.lithium .sec-product .list-product > li .h-product {
  margin-bottom: 16px;
  font-family: "NotoSansJP-Bold", sans-serif;
  font-size: 32px;
  line-height: 1;
}
@media (max-width: 767px) {
  .lithium .sec-product .list-product > li .h-product {
    margin-bottom: 12px;
    font-size: 24px;
  }
}
.lithium .sec-product .list-product > li .note {
  font-family: "NotoSansJP-Medium", sans-serif;
  color: #666;
}
.lithium .sec-product .list-product > li .list-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 4px;
  margin: 24px 0;
}
@media (max-width: 767px) {
  .lithium .sec-product .list-product > li .list-tag {
    margin: 16px 0;
  }
}
.lithium .sec-product .list-product > li .list-tag li {
  width: auto;
  height: 26px;
  padding: 0 24px;
  margin: 0;
  border: 1px solid #155394;
  border-radius: 12px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  .lithium .sec-product .list-product > li .list-tag li {
    height: 20px;
    padding: 0 16px;
    font-size: 10px;
    line-height: 18px;
  }
}
.lithium .sec-product .list-product > li .txt-info {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .lithium .sec-product .list-product > li .txt-info {
    margin-bottom: 16px;
  }
  .lithium .sec-product .list-product > li .txt-info dd {
    font-size: 12px;
  }
}
.lithium .sec-product .list-product > li .txt-info dt {
  font-family: "NotoSansJP-Bold", sans-serif;
  font-size: 18px;
}
@media (max-width: 767px) {
  .lithium .sec-product .list-product > li .txt-info dt {
    font-size: 16px;
  }
}
.lithium .sec-product .list-product > li .txt-info + .txt-info {
  padding-top: 24px;
  border-top: 1px solid #666;
}
@media (max-width: 767px) {
  .lithium .sec-product .list-product > li .txt-info + .txt-info {
    padding-top: 16px;
  }
}
.lithium .sec-product .list-product > li .btn {
  text-align: center;
}
.lithium .sec-choose .com-wrap {
  position: relative;
  align-items: flex-start;
  padding-bottom: 32px;
}
@media (max-width: 767px) {
  .lithium .sec-choose .com-wrap {
    display: block;
    padding-bottom: 0;
  }
}
.lithium .sec-choose .com-wrap figure {
  width: 46.4%;
  border-radius: 16px;
  box-shadow: 0px 0px 8px 0px rgba(51, 51, 51, 0.71);
  overflow: hidden;
}
@media (max-width: 767px) {
  .lithium .sec-choose .com-wrap figure {
    width: 100%;
    margin-bottom: 16px;
  }
}
.lithium .sec-choose .com-wrap .txt {
  width: 50.6%;
}
@media (max-width: 767px) {
  .lithium .sec-choose .com-wrap .txt {
    width: 100%;
  }
}
.lithium .sec-choose .com-wrap .txt .num {
  margin: 0 0 24px;
  font-family: "Saira", sans-serif;
  font-weight: 600;
  font-style: italic;
  color: #155394;
  font-size: 88px;
  line-height: 1;
}
@media (max-width: 767px) {
  .lithium .sec-choose .com-wrap .txt .num {
    float: left;
    margin-bottom: 0;
    font-size: 53px;
  }
}
.lithium .sec-choose .com-wrap .txt .num span {
  display: inline-block;
  border-bottom: 3px solid #155394;
}
@media (max-width: 767px) {
  .lithium .sec-choose .com-wrap .txt .num span {
    border-bottom-width: 2px;
  }
}
.lithium .sec-choose .com-wrap .txt .h-choose {
  margin-bottom: 16px;
  font-family: "NotoSansJP-Bold", sans-serif;
  font-size: 28px;
  line-height: 1;
}
@media (max-width: 767px) {
  .lithium .sec-choose .com-wrap .txt .h-choose {
    padding-left: 80px;
    margin-bottom: 8px;
    font-size: 24px;
  }
}
.lithium .sec-choose .com-wrap .txt .note {
  font-family: "NotoSansJP-Medium", sans-serif;
  color: #666;
}
@media (max-width: 767px) {
  .lithium .sec-choose .com-wrap .txt .note {
    padding-left: 80px;
    clear: right;
  }
}
.lithium .sec-choose .com-wrap .txt p span {
  font-size: 87.5%;
  color: #666;
}
.lithium .sec-choose .com-wrap::before {
  content: "";
  position: absolute;
  width: 2639px;
  height: 274px;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .lithium .sec-choose .com-wrap::before {
    height: 200px;
    bottom: auto;
    top: 40%;
  }
}
.lithium .sec-choose .com-wrap.txt-right::before {
  right: 50%;
  margin-right: -50%;
  background: url(/images/lithium/choose_bg01.png) no-repeat;
  background-size: 100% auto;
}
.lithium .sec-choose .com-wrap.txt-left .txt {
  text-align: right;
}
@media (max-width: 767px) {
  .lithium .sec-choose .com-wrap.txt-left .txt {
    text-align: left;
  }
}
.lithium .sec-choose .com-wrap.txt-left::before {
  left: 50%;
  margin-left: -50%;
  background: url(/images/lithium/choose_bg02.png) no-repeat;
  background-size: 100% auto;
}
.lithium .sec-comparison .table {
  border-top: none;
}
.lithium .sec-comparison .table tr:nth-child(even) {
  background-color: #efefef;
}
.lithium .sec-comparison .table th,
.lithium .sec-comparison .table td {
  padding: 12px;
  border: 1px solid #999;
}
.lithium .sec-comparison .table th {
  width: 240px;
}
@media (max-width: 767px) {
  .lithium .sec-comparison .table {
    display: block;
    width: 100%;
  }
  .lithium .sec-comparison .table tr,
.lithium .sec-comparison .table th,
.lithium .sec-comparison .table td {
    display: block;
    width: 100%;
    border: none;
    text-align: center;
  }
  .lithium .sec-comparison .table th {
    padding: 8px 8px 0;
  }
  .lithium .sec-comparison .table td {
    padding: 0 8px 8px;
  }
  .lithium .sec-comparison .table tr:nth-child(1) th {
    display: none;
  }
  .lithium .sec-comparison .table tr:nth-child(2) {
    display: none;
  }
}
.lithium .sec-comparison .wrap {
  display: flex;
  justify-content: space-between;
}
.lithium .sec-comparison .wrap .cell {
  width: 48%;
}
.lithium .sec-comparison .wrap .cell select {
  width: 100%;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .lithium .sec-comparison .select-data .tbl1 .table td:not(:nth-of-type(1)) {
    display: none;
  }
  .lithium .sec-comparison .select-data .tbl2 td:not(:nth-of-type(2)) {
    display: none;
  }
  .lithium .sec-comparison .select-data .tbl3 td:not(:nth-of-type(3)) {
    display: none;
  }
  .lithium .sec-comparison .select-data .tbl4 td:not(:nth-of-type(4)) {
    display: none;
  }
}
.lithium .sec-contact {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .lithium .sec-contact {
    padding-bottom: 80px;
  }
}
.lithium .sec-contact .list-col3 {
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .lithium .sec-contact .list-col3 {
    display: block;
  }
}
.lithium .sec-contact .list-col3 li {
  max-width: 326px;
  margin: 0;
  text-align: center;
}
@media (max-width: 1023px) {
  .lithium .sec-contact .list-col3 li {
    width: 100%;
    margin: 0 auto 64px;
  }
}
.lithium .sec-contact .list-col3 figure {
  max-width: 206px;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .lithium .sec-contact .list-col3 figure {
    max-width: 160px;
  }
}
.lithium .sec-contact .list-col3 .h-contact {
  margin: 16px 0 40px;
  font-family: "NotoSansJP-Bold", sans-serif;
  font-size: 28px;
  line-height: 1;
}
@media (max-width: 767px) {
  .lithium .sec-contact .list-col3 .h-contact {
    margin: 8px 0 32px;
    font-size: 24px;
  }
}
.lithium .sec-contact .list-col3 .tel {
  margin-bottom: 8px;
  font-family: "NotoSansJP-Bold", sans-serif;
  color: #155394;
  font-size: 20px;
  line-height: 1;
}
.lithium .sec-contact .list-col3 .tel a {
  color: #155394;
  font-size: 32px;
}
@media (max-width: 767px) {
  .lithium .sec-contact .list-col3 .tel a {
    font-size: 38px;
  }
}
.lithium .sec-contact .list-col3 .txt-time {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0 16px;
  color: #666;
  font-family: "NotoSansJP-Medium", sans-serif;
}
@media (max-width: 767px) {
  .lithium .sec-contact .list-col3 .txt-time {
    font-size: 21px;
  }
}
.lithium .sec-contact .list-col3 .txt-time dt {
  padding: 4px 8px;
  border: 1px solid #666;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 767px) {
  .lithium .sec-contact .list-col3 .txt-time dt {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .lithium .sec-contact .list-col3 .btn {
    max-width: 275px;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=contents.css.map */