@charset "UTF-8";
/* CSS Document */
.wrap-nav-other {
  background: var(--purple-10);
  margin-bottom: 40px;
  padding: 1.25em 1em;
  text-align: center;
}
.nav-anc-app,
.wrap-nav-other ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
.nav-anc-app li,
.wrap-nav-other ul li {
  position: relative;
}
.nav-anc-app li:not(:last-child)::after,
.wrap-nav-other ul li:not(:last-child)::after {
  content: '｜';
  display: inline-block;
  padding: 0 .5em;
}
.nav-anc-app a:hover,
.wrap-nav-other a:hover {
  color: var(--purple);
  text-decoration: underline;
}
.img-border > *:not(figcaption) {
  border: 1px solid #ccc !important;
}
.wrap-table th {
  border-left: none;
  background: var(--beige-40);
  text-align: center;
}
.wrap-table {
	table-layout: fixed;
}
.wrap-table th + td {
  border-right: 1px solid var(--beige) !important;
}
.wrap-table td:last-child,
.wrap-table thead th:last-child{
  border-right: none;
}
.link-portal {
  width: 100%;
  max-width: var(--bt-large);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px auto;
  text-align: center;
  padding: .5em;
  background: var(--purple);
  border: 1px solid var(--purple);
  color: #fff;
  font-weight: bold;
}
.link-portal span {
  font-size: .85em;
}
.link-portal:hover {
  color: var(--purple);
  background: #fff;
}
@media screen and (min-width: 960px) {
  .wrap-con > .con-inner:not(.wrap-nav-other):not(.wrap-serch-resin) {
  	width: calc(100% - 4vw - 4vw);
    margin-bottom: 100px;
}
 .wrap-anc {
  padding-top: 120px;
	margin-top: -120px;
  }
}
@media screen and (max-width: 959px) {
  .wrap-con > .con-inner:not(.wrap-nav-other):not(.wrap-serch-resin) {
	width: calc(100% - 1em - 1em);
    margin-bottom: 60px;
  }
 .wrap-anc {
  padding-top: 60px;
	margin-top: -60px;
  }
  .wrap-table {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
.wrap-table-scroll {
  max-width: 767px;
  width: 100%;
  overflow-x: auto;
}
}
@media screen and (max-width: 479px) {
  .nav-anc-app li, .wrap-nav-other ul li {
    padding: .25em 0;
  }
}

/*　カード型3列配置　*/
.list-card-row3 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -30px;
}
.list-card-row3 > * {
  background: var(--beige-40);
  width: calc(92% / 3);
  display: flex;
  flex-direction: column;
  padding: 1.5em;
  margin-bottom: 30px;
}
.list-card-row3 > *:not(:nth-child(3n)) {
  margin-right: 4%;
}  
@media screen and (max-width: 959px) {
.list-card-row3 {
  justify-content: space-between;
  margin-bottom: -20px;
    }
.list-card-row3 > * {
  width: calc(96% / 2);
  margin: 0 0 20px !important;
    }
}
@media screen and (max-width: 479px) {
  .list-card-row3 > * {
    width: 100%;
  }
}

/*　樹脂検索　詳細ページテンプレ　/resin/  */
/* ============================================ */
.resin-product .heading-1 {
  color: #333;
  font-size: 2.4rem;
  margin-bottom: 1em;
}
.resin-product .heading-2 {
  font-size: 2rem;
  color: var(--purple);
}
.resin-product .wrap-text {
  margin-bottom: 40px;
}
table.table-resin01 {
  margin-bottom: 60px;
}
.resin-product th,
.resin-product td {
  padding: .5em 1em;
}
table.table-resin02 {
  border-collapse: separate;
  border-bottom: 1px solid var(--beige);
}
table.table-resin01 th {
  background: var(--beige-40);
  text-align: center;
  width: 200px;
}
table.table-resin01 td {
  width: calc(100% - 200px);
}
table.table-resin01 th {
	border-left: none;
}
table.table-resin01 td,
table.table-resin02 th:last-child,
table.table-resin02 td:last-child {
	border-right: none;
}
table.table-resin02 th,
table.table-resin02 td {
	border-left: none;
  border-bottom: none;
}
table.table-resin02 tr:first-child th:not(:last-child) {
  background: var(--purple-10);
  text-align: center;
}
table.table-resin02 tr:first-child th:last-child {
  background: var(--purple);
  color: #fff;
  text-align: center;
}
table.table-resin02 td {
  text-align: center;
}
table.table-resin02 tr th:nth-child(1) {
  width: 30%;
  background: #fff;
}
table.table-resin02 tr td:nth-child(n+2):nth-child(-n+4) {
  width: 15%;
}
table.table-resin02 tr td:nth-child(5) {
  width: 25%;
}
@media (min-width: 960px) and (max-width: 1920px){
.resin-product th,
.resin-product td {
  padding: .5em 1vw;
}
}
@media screen and (max-width: 959px) {
  .resin-product .heading-1 {
  font-size: 2rem;
}
.resin-product .heading-2 {
  font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .wrap-resin-scroll {
    max-width: 767px;
    width: 100%;
    overflow-x: auto;
  }
.resin-product th,
.resin-product td {
  padding: .5em;
  font-size: 1.3rem;
}
table.table-resin01 th {
  width: 8em;
}
table.table-resin01 td {
  width: calc(100% - 8em);
}
  table.table-resin02 {
    min-width: 480px;
  }
table.table-resin02 tr th:nth-child(1) {
  width: 25%;
  position: sticky;
  left: 0;
  z-index: 1;
}
table.table-resin02 tr td:nth-child(n+2):nth-child(-n+4) {
  width: 12%;
}
table.table-resin02 tr td:nth-child(5) {
  width: 39%;
}
}


/* 製品安全情報  /sds/  */
/* ============================================ */
.wrap-con.sds > section.con-inner:not(:last-child) {
  margin-bottom: 80px;
}
.wrap-con.sds .wrap-nav-anc {
  font-size: 1.4rem;
  font-weight: bold;
}
.wrap-con.sds .wrap-info {
  display: none;
}
.wrap-con.sds .wrap-info.active {
  background: var(--beige-40);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 1em;
}
.wrap-con.sds .wrap-info.active h2 {
  font-size: 1.125em;
  font-weight: bold;
  padding: 0 1em;
}
.wrap-con.sds .wrap-info.active ul {
  width: calc(100% - 160px);
}
.wrap-con.sds .wrap-info.active ul li {
  display: flex;
  align-items: baseline;
}
.wrap-con.sds .wrap-info.active .news-day {
  font-size: 1.4rem;
  padding-right: 2em;
}
.list-sds {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.list-sds > li {
  border-bottom: 1px solid #ccc;
  display: flex;
  width: calc(50% - 1.5em);
  justify-content: space-between;
  align-items: center;
  padding-bottom: .75em;
  margin-bottom: .75em;
}
.list-sds>li  ul {
  width: calc(25% - .5em);
  max-width: 158px;
  display: flex;
  justify-content: space-between;
}
.list-sds.row-2>li  ul {
  width: calc(50% - 1em);
  max-width: 300px;
  display: flex;
  justify-content: space-between;
}
.list-sds.row-2>li p {
  width: 50%;
}
.list-sds > li ul > li {
  width: calc(100% - 8px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.list-sds.row-2 > li ul > li {
  width: calc(50% - 4px);
  max-width: 150px;
}
.list-sds > li ul > li:last-child {
  margin-left: auto;
}
.list-sds a {
  border: 1px solid var(--purple);
  background: var(--purple);
  color: #fff;
  padding: .25em 0 .25em .5em;
  width: 100%;
}
.list-sds a:hover {
  background: #fff;
  color: var(--purple);
}
@media screen and (max-width: 959px) {
.wrap-con.sds > section.con-inner {
    max-width: 600px;
  }
.wrap-con.sds > section.con-inner:not(:last-child) {
  margin-bottom: 60px;
}
.wrap-con.sds .wrap-info.active,
.wrap-con.sds .wrap-info.active ul li {
  display: block;
  }
.wrap-con.sds .wrap-info.active h2 {
  text-align: center;
  }
.wrap-con.sds .wrap-info.active ul {
  width: 100%;
  }
.wrap-con.sds .wrap-info.active .news-day {
  font-size: 1.3rem;
  padding:  0 0 .5em 0;
  }
  .list-sds > li {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  }
.list-sds.row-2>li p {
  width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .list-sds > li  ul {
    width: 100% !important;
    margin-top: .5em;
  }
  .list-sds > li ul > li {
      width: calc(50% - 4px);
  }
  .list-sds > li ul > li:last-child {
    margin-left: inherit;
  }
}


/* 用途例、特設　リンクリスト共通設定  */
/* ============================================ */
.wrap-app-index {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
  margin-bottom: -30px;
}
.wrap-app-index > * {
  background: var(--beige-40);
  width: calc(92% / 3);
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.wrap-app-index > *:not(:nth-child(3n)) {
  margin-right: 4%;
}
.wrap-app-index .heading-app {
  order: 2;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 6% 6% .5em;
}
.wrap-app-index ul {
  order: 3;
  padding: 0 6% 6%;
}
.wrap-app-index figure {
  order: 1;
  border-bottom: 4px solid #fff;
}
.wrap-con.app .wrap-app-index ul {
  margin-left: 1em;
}
.wrap-con.app .wrap-app-index a {
  color: #000;
}
.wrap-con.app .list-link a {
  font-weight: normal;
}
.wrap-con.app .wrap-app-index a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 959px) {
  .wrap-app-index {
    max-width: 800px;
    margin: auto;
    justify-content: space-between;
    margin-bottom: -20px;
  }
  .wrap-app-index > * {
    width: calc(96% / 2);
    margin: 0 0 20px !important;
  }
}
@media screen and (max-width: 479px) {
  .wrap-app-index > * {
    width: 100%;;
    margin: 0 0 20px !important;
  }
    .wrap-app-index > *:not(:last-child) {
      margin-bottom: 0;
  }
}

/* 用途例  /application/  */
/* ============================================ */
.nav-anc-app {
  margin: 40px auto 80px;
}
.wrap-con.app > section.con-inner {
  margin-bottom: 20px !important;
}
.wrap-con.app h2:not(.heading-app) {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px dotted #999;
  padding-bottom: .5em;
  margin-bottom: 1em;
}
.wrap-app-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrap-app-inner {
  width: 48%;
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 60px;
}
.wrap-app-inner h3 a,
.wrap-nav-other > p {
  color: var(--purple);
  font-size: 1.8rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: .25em;
}
.wrap-app-inner h3 a:hover {
  text-decoration: underline; 
}
.wrap-app-inner > div {
  width: calc(100% - 180px);
  margin-left: 20px;
}
.wrap-app-inner figure {
  width: 160px;
  height: 160px;
}
@media screen and (max-width: 959px) {
  .nav-anc-app {
  margin: 20px auto 40px;
  }
  .wrap-app-list {
    display: block;
  }
  .wrap-app-inner {
    width: 100%;
  }
.wrap-app-inner:not(:last-child) {
margin-bottom: 40px;
  }
}
@media screen and (max-width: 479px) {
  .wrap-con.app h2 {
    font-size: 2rem;
  }
.wrap-app-inner h3 a,
.wrap-nav-other > p {
  font-size: 1.6rem;
  }
  .wrap-app-inner  {
    align-items: center;
    flex-direction: column-reverse;
  }
  .wrap-app-inner > div {
    width: 100%;
    margin: 0;
  }
  .wrap-app-inner figure {
    margin-bottom: .5em;
  }
}


/* 特設　/special/
製品情報　/product/ */
/* ============================================ */
.wrap-con.special > .con-inner,
.wrap-con.special > .con-inner > section {
  margin-bottom: 80px !important;
}
.wrap-con.special > .con-inner:not(.wrap-special-app) h2:not(.heading-1) {
  border-top: 2px dotted #999;
  border-bottom: 2px dotted #999;
  font-size: 2.4rem;
  font-weight: bold;
  padding: .5em 0;
  margin-bottom: 1em;
  line-height: 1.5;
}
.wrap-special-app h2,
.wrap-list-rohacell h4 {
  background: var(--purple);
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: .5em 0;
}
.wrap-row3,
.wrap-row2-1,
.wrap-row1-2,
.wrap-con.special .wrap-row2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrap-row1 + *,
.wrap-row3 + *,
.wrap-row2-1 + *,
.wrap-row1-2 + * {
  margin-top: 40px;
}
.wrap-row3 > *:first-child {
  width: calc(40% - 40px);
}
.wrap-row3 > *:last-child {
  width: 60%;
}
.wrap-row2-1 > *:first-child,
.wrap-row1-2 > *:last-child {
  width: calc(70% - 40px);
}
.wrap-row2-1 > *:last-child,
.wrap-row1-2 > *:first-child  {
  width: calc(30% - 5px);
}
.wrap-con.special .wrap-row3 > div figure:not(:last-child) {
  margin-bottom: 20px;
}
.wrap-con.special .wrap-row1 > * {
  width: 100%;
}
.wrap-con.special .wrap-row2 {
  margin-bottom: -20px;
  height: fit-content;
}
.wrap-con.special .wrap-row2 > * {
  width: calc(50% - 5px);
  margin-bottom: 20px;
}
.wrap-row2 .font-s.width-100 {
  margin-top: calc(-20px + .5em) !important;
  width: 100% !important;
}
.wrap-table.product th {
  width: 260px;
}
.wrap-table.product td,
.wrap-table.product td:last-child {
  width: calc(100% - 260px);
}
.wrap-table.product td:last-child {
    border-right: none !important;
}
.wrap-img-product {
  display: flex;
  justify-content: center;
  max-width: 800px;
  margin: auto auto 40px;;
}
.wrap-img-product > * + * {
  margin-left: 10px;
}
.wrap-img-product img {
  max-height: 262px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

figure > a[target="_blank"]::after {
  display: none !important;
}
figure > a[target="_blank"] > img {
  transition: all 0.3s ease;
}
figure > a[target="_blank"]:hover > img {
  opacity: .8;
  transition: all 0.3s ease;
}

@media screen and (max-width: 959px) {
.wrap-con.special > .con-inner:not(.wrap-special-app) h2:not(.heading-1) {
  font-size: 2rem;
  }
.wrap-row1 + *,
.wrap-row3 + *,
.wrap-row2-1 + *,
.wrap-row1-2 + * {
  margin-top: 20px;
}
.wrap-row3,
.wrap-row2-1,
.wrap-row1-2,
.wrap-con.special .wrap-row2 {
  display: block;
  }
  .wrap-con.special .wrap-row2 {
    margin-bottom: 0;
  }
  .wrap-row3 > *:first-child,
  .wrap-row3 > *:last-child,
  .wrap-row2-1 > *:first-child,
  .wrap-row2-1 > *:last-child,
  .wrap-row1-2 > *:first-child,
  .wrap-row1-2 > *:last-child {
  width: 100%;;
}
.wrap-row3 figure,
.wrap-row2-1 figure,
.wrap-row1-2 figure,
.wrap-con.special .wrap-row2 figure {
  max-width: 480px;
  width: 100%;;
  margin: 20px auto 0;
  }
  .wrap-row1-2 figure {
    margin-bottom: 20px;
  }

.wrap-row2 .font-s.width-100 {
  margin: .5em auto 0 !important;
  max-width: 480px;
}
.wrap-table.product th {
  width: 8em;
}
.wrap-table.product td,
.wrap-table.product td:last-child {
  width: calc(100% - 8em);
}
.wrap-img-product {
  display: block;
  max-width: 480px;
}
.wrap-img-product > * + * {
  margin: 20px 0 0 0;
}
}
/* ロハセル */
.wrap-list-rohacell h4,
.wrap-list-rohacell h4 + * {
  margin-bottom: 30px;
}
.wrap-table.rohacell {
  border-bottom: 1px solid var(--beige);
  border-collapse: separate;
  max-width: 1200px;
  margin: auto;
}
.wrap-table.rohacell th,
.wrap-table.rohacell td {
    border-left: none;
    border-bottom: none;
}
.wrap-table.rohacell thead th:nth-child(1) {
  width: 20%;
}
.wrap-table.rohacell thead th:nth-child(2) {
  width: 25%;
}
.wrap-table.rohacell thead th:nth-child(n+3):nth-child(-n+5) {
  width: 10%;
}
.wrap-table.rohacell thead th:nth-child(6) {
  width: 25%;
}
.wrap-table.rohacell tbody th {
  background: #fff;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .wrap-table.rohacell {
    min-width: 768px;
  }
.wrap-table.rohacell thead th:first-child,
.wrap-table.rohacell tbody th {
 width: 15%;
  position: sticky;
  left: 0;
  z-index: 1;
}
.wrap-table.rohacell thead th:nth-child(2) {
  width: 20%;
}
.wrap-table.rohacell thead th:nth-child(n+3):nth-child(-n+5) {
  width: calc(45% / 3);
}
.wrap-table.rohacell thead th:nth-child(6) {
  width: 20%;
}
}
/* モノマー */
.wrap-link-monomer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.wrap-link-monomer > * {
  width: calc(50% - 20px);
}
.wrap-link-monomer > *:first-child {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
.wrap-link-monomer > * {
  width: 100%;
  }
.wrap-link-monomer > *:first-child {
  margin-right: 0;
  margin-bottom: 1em;
}
}
/* 複合シート */
.heading-sheet {
  max-width: 240px;
}
  
/* サステナビリティ　/sustainability/  */
/* ============================================ */
.con-inner.sustain > * > *:not(:first-child):not(:last-child) {
  margin-bottom: 60px;
}
.wrap-con.sustain .wrap-img-row2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 2em 0;
}
.wrap-con.sustain .wrap-img-row2 > * {
  width: calc(50% - 20px);
}
@media screen and (max-width: 959px) {
.con-inner.sustain > * > *:not(:first-child):not(:last-child) {
  margin-top: 40px;
}
.wrap-con.sustain .wrap-img-row2 > * {
  width: 100%;
  max-width: 480px;
  margin: auto;
}
.wrap-con.sustain .wrap-img-row2 > *:not(:last-child) {
  margin-bottom: 1.5em;
  }
}
/* ISCC認証 */
.logo-iscc {
	border: 1px solid #ccc;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	padding: 2em;
}
.logo-iscc > div {
	width: calc(100% - 280px);
}
.logo-iscc > figure {
	max-width: 240px;
}
.list-iscc {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.list-iscc > * {
	background: var(--beige-40);
	width: calc(50% - 20px);
	padding: 2em;
	margin-bottom: 60px;
}
.list-iscc h3 {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: .75em;
}
@media screen and (max-width: 767px) {
	.logo-iscc {
		display: block;
		padding: 1em;
	}
.logo-iscc > div {
	width: 100%;
}
.logo-iscc > figure {
	width: 70%;
	max-width: 240px;
	margin: 1em auto 0;
}
	.list-iscc {
	margin-bottom: 20px;
	}
	.list-iscc > * {
		width: 100%;
	padding: 1em;
	margin-bottom: 20px;
	}
	.list-iscc h3 {
	font-size: 2rem;
	}
}

/* 企業情報　/company/  */
/* ============================================ */
.con-inner.company > *:not(:last-child) {
  margin-bottom: 60px;
}
.wrap-table.company th {
  width: 200px;
}
.wrap-table.company td,
.wrap-table.company td:last-child {
  width: calc(100% - 200px);
}
.wrap-other-company ul {
  display: flex;
  justify-content: center;
}
.wrap-table.company td:last-child {
  border-right: none !important;
}
@media screen and (max-width: 959px) {
.con-inner.company > *:not(:last-child) {
  margin-bottom: 40px;
}
  .table-company {
    font-size: 1.4rem;
  }
.wrap-table.company th {
  width: 7em;
  }
.wrap-table.company td,
.wrap-table.company td:last-child {
  width: calc(100% - 7em);
  }
}

/* 沿革 */
.wrap-history-name {
  display: flex;
  justify-content: space-between;
}
.wrap-history-name > * {
  background: var(--beige-40);
  width: 16%;
  text-align: center;
}
.wrap-history-name > * > *:last-child {
  border-top: .75em solid #fff;
  padding: 1em .25em;
  position: relative;
}
.wrap-history-name > *:not(:last-child) > *:last-child::after {
  content: "\e901";
  color: var(--purple);
  font-family: 'iconset';
  display: block;
  font-size: 2em;
  top: calc(50% - .75em);
  right: -33%;
  width: 33%;
  position: absolute;
  transform: rotate(90deg);
}
@media screen and (max-width: 959px) {
.wrap-history-name {
  display: block;
  max-width:600px;
  margin: auto;
  }
  .wrap-history-name > * {
    display: flex;
    width: 100%;
    background: none;
  }
  .wrap-history-name > *:not(:last-child) {
    margin-bottom: 3em;
  }
.wrap-history-name > * > *:first-child {
    width: 45%;
  padding-right: .75em;
  margin: auto;
  }
  .wrap-history-name > * > *:last-child {
    width: 55%;
    border-top: none;
    background: var(--beige-40);
    display: flex;
    justify-content: center;
    align-items: center;
  }
.wrap-history-name > *:not(:last-child) > *:last-child::after {
  right: 0;
  bottom: -1.5em;
  top: inherit;
  transform: rotate(180deg);
  width: 100%;
  }
}

/* 拠点一覧／グループ会社 */
.location-add {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -60px;
}
.location-add > * {
  width: calc(50% - 20px);
  margin-bottom: 60px;
  border: 1px solid #ccc;
  padding: 2em;
}
.location-add h3 {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 0 0 .5em 0;
  line-height: 1.5;
}
.location-add .wrap-row.row2 > * {
  width: calc(50% - 1em);
}
.wrap-map iframe {
  width: 100%;
  height: 320px;
  margin-bottom: 1em;
} 
@media screen and (max-width: 959px) {
  .location-add {
  margin-bottom: -1.5em;
  }
.location-add > * {
  width: 100%;
  border: none;
  border-bottom: solid 1px #ccc;
  padding: 0 0 1.5em 0;
  margin-bottom: 1.5em;
  }
.location-add h3 {
  font-size: 2rem;
  }
.location-add .wrap-row.row2 > * {
  width: 100%;
}
.location-add .wrap-row.row2 > *:not(:last-child) {
  margin-bottom: 1em;
  }
}

/* 電子メールのなりすまし防止について　/howto/  */
/* ============================================ */
.list-card-row3.nav-howto {
  margin-top: 60px;
}
.list-card-row3.nav-howto li {
  padding: 0;
  background: none;
  position: relative;
  overflow: hidden;
  transition: all .5s ease;
}
.list-card-row3.nav-howto a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.list-card-row3.nav-howto p {
  font-size: calc(2rem + ((1vw - (960 / 100 * 0.1rem)) * 100 * (24 - 20) / (1920 - 960)));
  font-weight: bold;
  padding: .5em;
  background: var(--purple);
  color: #fff;
  display: flex;
  align-items: center;
	transition: all 0.5s ease;
  height: 100%;
  z-index: 1;
}
.list-card-row3.nav-howto a:hover p {
  background: #000;
}
.list-card-row3.nav-howto a img {
	transition: all 0.5s ease;
}
.list-card-row3.nav-howto a:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 959px) {
.list-card-row3.nav-howto p {
  font-size: 2rem;
  }
}

/* 個人情報保護方針　/privacy/
プライバシーポリシー　/policy/
ご利用にあたって　/about/  */
/* ============================================ */
.wrap-con.privacy > * > *,
.wrap-con.policy > * > *,
.wrap-con.about > * > * {
  margin-bottom: 60px !important;
}
.wrap-con.privacy > * > section > section {
  margin-bottom: 40px !important;
}
.wrap-con.privacy > * > section > section > section {
  margin-bottom: 30px;
}
.wrap-con.privacy h4 {
  font-weight: bold;
}

/* お客様サイト /portal/  */
/* ============================================ */
.wrap-img-site {
  display: flex;
  justify-content: space-between;
}
.wrap-img-site > * {
  width: calc(50% - 20px);
}
.wrap-howto {
  background: var(--beige-40);
  padding: 2vw;
}
.con-inner:not(.wrap-howto ) .heading-2 {
  border-top: 2px dotted #999;
  border-bottom: 2px dotted #999;
  padding: .5em 0;
  margin-bottom: 1em;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .wrap-img-site {
    display: block;
    max-width: 600px;
    margin: 0 auto;
  }
.wrap-img-site > * {
  width: 100%;
}
.wrap-howto {
  padding: 1em;
  }
}

