@charset "utf-8";

/*============

pyrofuse.css

=============*/
.mainttl {
  height: 48rem;
}
/*-------------

mainttl

--------------*/

.mainttl h1 i + .logo {
	margin-top: 2.4rem;
	display: inline-block;
}

.mainttl h1 .logo img {
	width: 100%;
	max-width: 18rem;
}

.notes-txt {
	margin-top: 2.4rem;
	font-size: max(1.6rem, 14px);
}

/*-------------

tablelist

--------------*/

.tablelist {
	width: 100%;
	word-wrap: break-word;
	font-size: max(1.6rem, 14px);
}

.tablelist thead th,
.tablelist thead td {
	border: solid 1px #ddd;
	padding: 1.6rem;
	vertical-align: middle;
	text-align: center;
}

.tablelist thead th {
	background-color: #f6f6f6;
	font-weight: normal;
}

.tablelist thead td {
	background-color: #6185a1;
	color: #fff;
	font-weight: bold;
}

.tablelist tbody th,
.tablelist tbody td {
	border: solid 1px #ddd;
	padding: 1.6rem;
	vertical-align: middle;
	text-align: center;
}

.tablelist tbody th {
	background-color: #f6f6f6;
	font-weight: normal;
}

.tablelist caption {
	display: none;
}

.tablelist th i,
.tablelist td i {
	white-space: nowrap;
	display: inline-block;
}

.tablelist_sp th em {
	white-space: nowrap;
	font-weight: normal;
	display: inline-block;
}

.lineup-section .tablelist col.element {
	width: 16rem;
}

.lineup-section .tablelist col.item5 {
	width: calc((100% - 16rem) / 5);
}

.lineup-section .tablelist col.item3 {
	width: calc((100% - 16rem) / 3);
}

.lineup-section .txt {
	margin-top: 3.2rem;
}

/* tablelist_data-img */
.tablelist .tablelist_data-img,
.tablelist_sp .tablelist_data-img {
	padding: 2rem 1rem 4rem;
	position: relative;
}

.tablelist .tablelist_data-img img,
.tablelist_sp .tablelist_data-img img {
	width: 100%;
	max-width: 19rem;
}

.tablelist_data-img::after {
	position: absolute;
	content: "";
	bottom: 1.5rem;
	right: 1rem;
	margin: auto;
	width: 8rem;
	height: 2rem;
	background: url(../img/patented_ic01.svg) no-repeat bottom right;
	opacity: 0.6;
	transform: rotate(-8deg);
}

/*-------------

tablelist__pdf-data

--------------*/

.tablelist__pdf-data__link {
	color: #005bac;
	position: relative;
	padding-left: 2.4rem;
	display: inline-block; /* for IE11 */
}

.tablelist__pdf-data__link:hover {
	text-decoration: underline;
}

.tablelist__pdf-data__link::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 1.8rem;
	height: 1.8rem;
	background: url(../../img/pdf_ic01.svg) no-repeat center right;
	background-size: 1.8rem 1.8rem;
}

/*-------------

pdf-box

--------------*/

.pdf-box__ttl {
	margin-top: 3rem;
}

.pdf-box-list {
	margin-top: 2rem;
}

.pdf-box-list__item {
	margin-top: 0.4rem;
	padding-left: 1.6rem;
	position: relative;
}

.pdf-box-list__item__link {
	color: #005bac;
	position: relative;
	padding-right: 2rem;
	display: inline-block;
}

.pdf-box-list__item__link:hover {
	text-decoration: underline;
}

.pdf-box-list__item::before {
	content: "";
	display: block;
	position: absolute;
	top: 0.5rem;
	left: 0;
	margin: auto;
	width: 0.4rem;
	height: 0.4rem;
	transform: rotate(45deg);
	border-top: 1px solid #005bac;
	border-right: 1px solid #005bac;
}

.pdf-box-list__item__link::after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 1.6rem;
	height: 1.6rem;
	background: url(../../img/pdf_ic01.svg) no-repeat center right;
	background-size: 1.6rem auto;
}

/*----------

use

----------*/

.use {
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	flex-wrap: wrap;
}

.use > .img {
	width: calc(100%/2);
	margin-top: 4rem;
}

.use .img img {
	width: 100%;
}

.use .cont {
	width: calc(100%/2 - 4.8rem);
}

.sixth-ttl {
    margin-top: 0.8rem;
}

/*----------

example

----------*/

.example > li {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 2.4rem;
}

.example > li .img {
	width: calc(100%/2);
}

.example li .txt {
	width: calc(100%/2 - 1.6rem);
}

#main .example li .txt p {
	margin-top: 0.8rem;
}

/*----------

tabs

----------*/

.tabs {
	display: none;
}

/*-------------

order-list

--------------*/

.order-list {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.order-list > li {
	width: calc(100%/3 - 1.6rem);
	margin-top: 4rem;
}

.order-list > li .item {
	padding: 3.2rem 0;
	background-color: #fff;
}

.order-list > li .item img {
	width: 100%;
}

/* pagemove-box */
.pagemove-box {
  margin-top: 3.2rem;
}

.pagemove-box__txt {
  margin-top: 1.6rem;
  text-align: center;
}

/* pagemove-box__btn */
.pagemove-box__btn {
  margin-top: 2.4rem;
  font-size: var(--txt-size9);
  text-align: center;
}

.pagemove-box__btn a {
  padding: 2.4rem 5.6rem;
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  border: 2px solid #fff;
  background-color: #005aaa;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}

.pagemove-box__btn a::before,
.pagemove-box__btn a::after {
  content: '';
  position: absolute;
  z-index: -1;
  background-color: #eaf6fd;
}

.pagemove-box__btn a::after {
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
/* for IE11 */
  border: 0 solid #eaf6fd;
  transition-duration: 0.8s;
  transform: skew(-50deg);
  transform-origin: top left;
  /* for IE11 */
}

.pagemove-box__btn a:hover {
  color: #005aaa;
}

.pagemove-box__btn a:hover::after {
  width: 150%;
  height: 100%;
  border: 1px solid #eaf6fd; /* for IE11 */
}

.pagemove-box__btn a span {
  padding-right: 3rem;
  display: block;
  position: relative;
}

.pagemove-box__btn a span::before {
  content: '';
  position: absolute;
  right: 0;
  background: url(../../img/popup_ic02.png)no-repeat right center;
  background-size: 1.6rem auto;
  height: 100%;
  width: 1.6rem;
}

.pagemove-box__btn a:hover span::before {
  background: url(../../img/popup_ic01.png)no-repeat right 0 center;
  background-size: 1.6rem auto;
}

/*============

media queries

=============*/

/*-------------

タブレット

--------------*/

@media (max-width: 959px) {
	/* tablelist */
	.table-scroll {
		overflow-x: auto;
		border: solid 2px #005aaa;
		white-space: nowrap;
	}

	.table-scroll::-webkit-scrollbar {
		display: block;
		height: 1.6rem;
	}

	.table-scroll::-webkit-scrollbar-thumb {
		background-color: #005aaa;
		border-radius: 0.8rem;
	}


	.tablelist thead th,
	.tablelist thead td {
		border-top: none;
	}

	.tablelist thead tr td:last-of-type,
	.tablelist tbody tr td:last-of-type {
		border-right: none;
	}

	.tablelist thead th,
	.tablelist tbody th {
		border-left: none;
	}

	/* use */

	.use h6 {
		margin-top: 2.4rem;
	}

	.use > .img {
		max-width: 48rem;
		margin: 4rem auto 0;
		width: 100%;
	}

	.use .cont {
		width: 100%;
	}

	/* example */
	.example {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}

	.example > li {
		width: calc(100%/2 - 1.6rem);
		flex-wrap: wrap;
	}

	#main .example li .txt p {
		margin-top: 0.5rem;
	}

	.example li .txt,
	.example li .img {
		width: 100%;
	}

	/* order */
	.order-list > li {
		width: calc(100%/2 - 1.2rem);
	}
}

/*-------------

スマホ

--------------*/

@media (max-width: 519px) {
	/* order */
	.order-list > li {
		width: 100%;
	}

	.use > .img {
		max-width: none;
	}

	.example > li {
		width: 100%;
	}

  .pagemove-box__txt {
    text-align: left;
  }
}
