@charset "utf-8";
.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.txtcenter {
  text-align: center;
}
.txtright {
  text-align: right;
}
.txtleft {
  text-align: left;
}
.post-content {
  margin-bottom: 50px;
}
.post-content .wrap {
  max-width: 1060px;
}
.post-content .red {
  color: #ff0000;
}
.post-content p, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6, .post-content table th, .post-content table td {
  font-size: 1.4rem;
}
.post-content p {
  line-height: 1.8;
  color: #000000;
}
.post-content p + p {
  margin-top: 25px;
}
.post-content p.bold {
  font-weight: bold;
}
.post-content a {
  color: #0e57a2;
  text-decoration: underline;
}
.post-content a:hover {
  color: #007ac5;
}
.post-content h2 {
  background: linear-gradient(90deg, #0e57a2, #007ac5);
  color: #FFFFFF;
  padding: 10px 20px;
  font-weight: bold;
  margin: 50px 0 25px;
  align-items: center;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 2.4rem;
}
.ie .post-content h2 {
  padding-bottom: 5px;
}
.post-content h2 .cate {
  font-size: 1.1rem;
  margin-right: 15px;
  border-radius: 15px;
  border: 1px solid #FFFFFF;
  min-width: 90px;
  text-align: center;
  padding: 3px 0;
}
.ie .post-content h2 .cate {
  padding: 4px 0 1px;
}
.post-content h2 .ttl {
  font-size: 1.8rem;
}
.post-content h2 .ttl .txt {
  font-size: 1.1rem;
  display: block;
  font-weight: normal;
}
.post-content h3 {
  color: #0e57a2;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0 0 10px 20px;
  margin: 25px 0;
  position: relative;
  line-height: 1.3;
}
.post-content h3:after {
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #007ac5;
  content: "";
}
.post-content h3:first-of-type {
  margin-top: 0px;
}
.post-content h4 {
  color: #007ac5;
  font-size: 2rem;
  margin: 15px 0;
  font-weight: 700;
  line-height: 1.3;
}
.post-content h5 {
  font-size: 1.7rem;
  margin: 25px 0 5px;
  font-weight: 700;
}
.post-content h6 {
  font-weight: bold;
  margin-top: 10px;
  line-height: 1.4;
  font-size: 1.6rem;
  margin-bottom: 5px;
}
.post-content .eyecatch {
  margin-bottom: 30px;
}
.post-content table {
  width: 100%;
  border-collapse: collapse;
}
.post-content table th {
  width: 210px;
  padding: 15px;
  background-color: #f6f6f6;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  letter-spacing: -0.01em;
  line-height: 1.2;
  vertical-align: top;
  color: #000000;
}
.ie .post-content table th {
  padding-bottom: 10px;
}
.post-content table td {
  padding: 15px 10px 15px 15px;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  letter-spacing: -0.016em;
  color: #000000;
}
.ie .post-content table td {
  padding-bottom: 10px;
}
.post-content table td h6:first-of-type {
  margin-top: 0px;
}
.post-content .dot_list, .post-content .number_list {
  margin: 5px 0;
}
.post-content .dot_list > li, .post-content .number_list > li {
  padding-left: 0.5em;
  position: relative;
  font-size: 1.4rem;
}
.post-content .dot_list > li:before {
  width: 3px;
  height: 3px;
  display: block;
  position: absolute;
  left: 0px;
  border-radius: 10px;
  top: 10px;
  background-color: #000000;
  content: "";
}
.post-content .txt_s {
  font-size: 1rem;
}
.post-content p + .txt_s {
  margin-top: 0px;
}
@media screen and (max-width: 1100px) {
	.post-content h2{
		margin-top: 30px;
		justify-content: center;
	}
	.post-content p + p{
		margin-top: 1em;
	}
}
@media screen and (max-width: 767px) {
	.post-content {
		margin-bottom: 6vw;
	}
	.post-content .wrap {
		max-width: inherit;
	}
	.post-content h2 {
		padding: .6em 4vw;
		margin: 6.6vw 0 4vw;
		align-items: flex-start;
	}
	.post-content h2 .ttl{
		flex-basis: 67%;
		font-size: 4.8vw;
		line-height: 1.4;
	}
	.post-content h2 .ttl .txt{
		font-size: 2.9vw;
		margin-top: .5em;
	}
	.post-content h2 .cate{
		flex-basis: 28%;
    font-size: 2.9vw;
    border-radius: 3.6vw;
    padding: .2em 0 .15em;
    margin-bottom: 4vw;
		margin-right: 5%;
		min-width: inherit;
	}
	
	.post-content h3 {
		font-size: 3.7vw;
		padding: .5em 3.4vw;
		margin: 1.5em 0 1em;
	}
	
	.post-content h6{
		font-size: 3.4vw;
		margin: 1.5em 0 .5em;
	}
	
	.post-content p{
		font-size: 3.4vw;
	}
	
	.post-content table th{
		font-size: 3.4vw;
    line-height: 1.8;
		padding: .5em 1em;
	}
	.post-content table td{
		font-size: 3.4vw;
    line-height: 1.8;
		padding: .5em 1em;
	}
}


/*whatsnew_j*/
body#whatsnew_j .post-content h2 {
  font-size: 1.8rem;
}
body#whatsnew_j .post-content table + p {
  margin-top: 30px;
}
/*products_j*/
body#jin_e .post-content p {
  line-height: 1.7;
  letter-spacing: -0.016em;
}
body#jin_e .post-content h2 {
  padding: 5px 20px;
}
.ie body#jin_e .post-content h2 {
  padding-bottom: 0px;
  padding-top: 7px;
}
body#jin_e .post-content h3 {
  color: #007ac5;
  padding: 0 0 8px;
  font-size: 2.4rem;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: center;
}
body#jin_e .post-content h3:after {
  height: 1px;
}
body#jin_e .post-content h3 span {
  color: #FFFFFF;
  font-size: 1.7rem;
  line-height: 1.4;
  font-weight: 700;
  background-color: #e40000;
  padding: 2px 3px 0;
  display: inline-block;
  margin-left: 15px;
}
.ie body#jin_e .post-content h3 span {
  padding-top: 5px;
  margin-top: -5px;
}
body#jin_e .post-content h5 {
  color: #007ac5;
  font-size: 1.5rem;
}
body#jin_e .post-content h4 + h6 {
  margin-top: -10px;
}
body#jin_e .post-content .detail_area {
/*  margin-bottom: 50px;*/
  margin-bottom: 30px;
}
body#jin_e .post-content .detail_area p {
  letter-spacing: -0.01em;
}
body#jin_e .post-content .detail_area .wrap.flex {
  align-items: flex-end;
}
body#jin_e .post-content .detail_area .txt_box {
  flex-basis: 40%;
}
body#jin_e .post-content .detail_area .ttl {
  color: #007ac5;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
}
body#jin_e .post-content .detail_area .img {
  flex-basis: 53%;
  margin: 0 0 10px 7%;
}
body#jin_e .post-content .detail_area .btn_wrap {
  margin-top: 35px;
}
body#jin_e .post-content .detail_area .btn_wrap ul {
  margin: 0 -1%;
}
body#jin_e .post-content .detail_area .btn_wrap ul li {
  margin: 0 1% 8px;
  flex-basis: 48%;
}
body#jin_e .post-content .detail_area .btn_wrap ul li a {
  text-decoration: none;
  font-weight: 700;
  padding: 8px 0 7px;
  border: 2px solid #007ac5;
  display: block;
  text-align: center;
}
.ie body#jin_e .post-content .detail_area .btn_wrap ul li a {
  padding-bottom: 4px;
}
body#jin_e .post-content .detail_area .btn_wrap ul li:nth-child(-n+2) a {
  color: #FFFFFF;
  background-color: #007ac5;
}
body#jin_e .post-content .detail_area .btn_wrap ul li:nth-child(-n+2) a:hover {
  background-color: #333333;
  border: 2px solid #333333;
}
body#jin_e .post-content .detail_area .btn_wrap ul li:nth-child(n+3) a {
  color: #007ac5;
  background-color: #FFFFFF;
}
body#jin_e .post-content .detail_area .btn_wrap ul li:nth-child(n+3) a:hover {
  color: #333333;
  border: 2px solid #333333;
}
body#jin_e .post-content .tabs {
  position: relative;
  z-index: 0;
}
body#jin_e .post-content .tabs:before {
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 51px;
  background-color: #007ac5;
  content: "";
  z-index: -1;
}
.ie body#jin_e .post-content .tabs:before {
  top: 49px;
}
.edge body#jin_e .post-content .tabs:before, .gecko body#jin_e .post-content .tabs:before {
  top: 52px;
}
body#jin_e .post-content input[name="tab_item"] {}
body#jin_e .post-content .tab_item {
  width: 15.65%;
  margin: 0 0.6%;
  background-color: #333333;
  padding: 10px 0;
  color: #FFFFFF;
  border: 1px solid #333333;
  border-bottom: none;
}
.ie body#jin_e .post-content .tab_item {
  padding-bottom: 6px;
  padding-top: 12px;
}
body#jin_e .post-content .tab_item:first-of-type {
  margin-left: 0px;
}
body#jin_e .post-content .tab_item:last-of-type {
  margin-right: 0px;
}
body#jin_e .post-content .tab_item:hover {
  color: #fff;
  opacity: 1;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid #007ac5;
  border-bottom: none;
}
body#jin_e .post-content .tab_item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  background-color: #007ac5;
  transition: all .2s;
  z-index: -1;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform .4s;
}
body#jin_e .post-content .tab_item:hover:before {
  width: 120%;
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
}
body#jin_e .post-content .tabs input:checked + .tab_item {
  background-color: #FFFFFF;
  border: 1px solid #007ac5;
  border-bottom: none;
  color: #007ac5;
}
body#jin_e .post-content .tabs input:checked + .tab_item:hover:before {
  display: none;
}
body#jin_e .post-content .tab_label {
  font-size: 1.8rem;
  letter-spacing: -0.01em;
}
body#jin_e .post-content .tab_label:hover {}
body#jin_e .post-content .tabs input:checked + .tab_item .tab_label {}
body#jin_e .post-content .tag_link {
  position: relative;
  z-index: -0
}
body#jin_e .post-content .tag_link:before {
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0px;
  background-color: #007ac5;
  content: "";
  z-index: -1;
}
body#jin_e .post-content .tag_link ul {
  margin: 0 -0.6%;
}
body#jin_e .post-content .tag_link ul li {
  flex-basis: 15.45%;
  margin: 0 0.6%;
}
body#jin_e .post-content .tag_link ul li a {
  color: #FFFFFF;
  background-color: #007ac5;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 10px 0;
  text-decoration: none;
  display: block;
  text-align: center;
  letter-spacing: -0.01em;
  border: 1px solid #007ac5;
  border-bottom: none;
}
.ie body#jin_e .post-content .tag_link ul li a {
  padding-bottom: 6px;
}
body#jin_e .post-content .tag_link ul li a:hover {
  color: #007ac5;
  background-color: #FFFFFF;
}
body#jin_e .post-content .movie_wrap {
  width: 860px;
  margin: 0 auto;
}
body#jin_e .post-content .movie {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin: 0 auto;
  display: block;
  position: relative;
}
body#jin_e .post-content .movie iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
  left: 0;
  top: 0;
}
body#jin_e .post-content .label_txt {
  font-size: 1.2rem;
  font-weight: 700;
  background-color: #f8b401;
  padding: 3px 3px 0px;
  display: inline-block;
  text-align: center;
  color: #FFFFFF;
  line-height: 1.6;
}
body#jin_e .post-content .flex.col2 {
  margin: 0 -1.5%;
}
body#jin_e .post-content .flex.col2 > li {
  margin: 0 1.5% 45px;
  flex-basis: 47%;
}
body#jin_e .post-content .ts_flex .txtwrap{
	margin-bottom: 25px;
}
body#jin_e .post-content .function_box {}
body#jin_e .post-content .function_box ul {
  margin: 0 -0.4%;
}
body#jin_e .post-content .function_box ul li {
  margin: 0 0.4%;
  flex-basis: 9.2%;
}
body#jin_e .post-content .function_box p {
  font-size: 1.1rem;
  text-align: center;
  letter-spacing: -0.01em;
  line-height: 1.3;
}
body#jin_e .post-content .function_box img + p {
  margin-top: 10px;
}
body#jin_e .post-content .use_box {}
body#jin_e .post-content .use_box ul {
  margin: 0 -0.24%;
}
body#jin_e .post-content .use_box ul li {
  margin: 0 0.24%;
  flex-basis: 4.28%;
}
body#jin_e .post-content .use_box p {
  font-size: 1rem;
  text-align: center;
  margin-top: 5px;
  letter-spacing: -0.01em;
  font-weight: 500;
  line-height: 1.3;
}
body#jin_e .post-content .ttl_name {
  align-items: flex-end;
  line-height: 1.6;
  margin-bottom: 10px;
}
body#jin_e .post-content .ttl_name .name {}
body#jin_e .post-content .ttl_name .series {
  font-size: 1.7rem;
  color: #FFFFFF;
  background-color: #007ac5;
  padding: 1px 5px 0px;
  font-weight: bold;
}
.ie body#jin_e .post-content .ttl_name .series {
  display: inline-block;
  padding: 6px 5px 0px;
  line-height: 1;
}
body#jin_e .post-content .ttl_name .type {
  font-size: 1.8rem;
  color: #007ac5;
  font-weight: 700;
  margin-left: 5px;
}
body#jin_e .post-content .ttl_name .number {
  font-size: 1.9rem;
  color: #007ac5;
  font-weight: 700;
  display: block;
}
body#jin_e .post-content .ttl_name .speed {
  font-size: 1.4rem;
  padding: 1px 10px;
  background-color: #007ac5;
  color: #FFFFFF;
  margin: 0 0 5px 10px;
}
.ie body#jin_e .post-content .ttl_name .speed {
  padding: 4px 10px 0px;
}
body#jin_e .post-content .lineup p {
  line-height: 1.4;
}
body#jin_e .post-content .lineup h6 {
  margin: 5px 0;
  font-size: 1.6rem;
}
body#jin_e .post-content .lineup .txt_s {
  font-size: 1.2rem;
  margin-top: 5px;
}
body#jin_e .post-content .tbl_detail thead {}
body#jin_e .post-content .tbl_detail thead th {
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  padding: 7px 0;
  background-color: #007ac5;
  border: 1px solid #c1c1c1;
  vertical-align: middle;
}
.ie body#jin_e .post-content .tbl_detail thead th {
  padding-bottom: 4px;
  padding-top: 8px;
}
body#jin_e .post-content .tbl_detail tbody {}
body#jin_e .post-content .tbl_detail tbody th {
  color: #007ac5;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 2px 5px;
  /*text-align: center;*/
  border: 1px solid #c1c1c1;
  background-color: transparent;
  vertical-align: middle;
}
body#jin_e .post-content .tbl_detail tbody th {
  padding-bottom: 0px;
  padding-top: 6px;
}
body#jin_e .post-content .tbl_detail tbody td {
  /*font-size: 1.2rem;*/
  padding: 2px 5px;
  text-align: center;
  border: 1px solid #c1c1c1;
}
.ie body#jin_e .post-content .tbl_detail tbody td {
  padding-bottom: 0px;
  padding-top: 6px;
}
body#jin_e .post-content .tbl_detail tbody tr:nth-child(even) th, body#jin_e .post-content .tbl_detail tbody tr:nth-child(even) td {
  background-color: #f6f6f6;
}
body#jin_e .post-content .tbl_detail + .txt_s {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 15px;
}
body#jin_e .post-content .tbl_detail .txtright {
  text-align: right;
}
body#jin_e .post-content .tbl_detail .txtleft {
  text-align: left;
}
body#jin_e .post-content .tbl_detail.spec thead th {
  padding: 8px 5px;
  width: 176px;
}
body#jin_e .post-content .tbl_detail.spec thead th:first-child {
  text-align: left;
}
.ie body#jin_e .post-content .tbl_detail.spec thead th {
  padding: 10px 0 3px;
}
body#jin_e .post-content .tbl_detail.option thead th, body#jin_e .post-content .tbl_detail.option tbody th, body#jin_e .post-content .tbl_detail.option tbody td {
  font-size: 1.3rem;
}
body#jin_e .post-content .tbl_detail.consumable thead th, body#jin_e .post-content .tbl_detail.consumable tbody th, body#jin_e .post-content .tbl_detail.consumable tbody td {
  font-size: 1.3rem;
}
body#jin_e .post-content .tbl_detail.consumable tbody th {
  width: auto;
}
body#jin_e .post-content .tbl_detail.consumable thead th:nth-child(1) {
  width: 40px;
}
body#jin_e .post-content .tbl_detail.consumable thead th:nth-child(2) {
  width: 220px;
}
body#jin_e .post-content .tbl_detail.consumable thead th:nth-child(3) {
  width: 370px;
}
body#jin_e .post-content .tbl_detail.consumable thead th:nth-child(4) {
  width: 90px;
}
body#jin_e .post-content .tbl_detail.consumable thead th:nth-child(5) {
  width: 90px;
}
body#jin_e .post-content .tbl_detail.consumable thead th:nth-child(6) {
  width: 250px;
}
body#jin_e .post-content .tbl_detail.option th {
  width: auto;
}
body#jin_e .post-content .tbl_detail.option th:nth-child(2) {
  width: 360px;
}
body#jin_e .post-content .img_right_col {
	flex-direction: row-reverse;
}
body#jin_e .post-content .img_right_col .txt {
  flex-basis: 53%;
  margin-top: 35px;
}
body#jin_e .post-content .img_right_col .img {
  flex-basis: 42%;
  margin-left: 5%;
  margin-top: 35px;
}
body#jin_e .post-content .img_right_col .txt:first-of-type, body#jin_e .post-content .img_right_col .img:first-of-type {
  margin-top: 0px;
}
body#jin_e .post-content .img_right_col p {
  line-height: 1.4;
}
body#jin_e .post-content .img_right_col h6 {
  margin-bottom: 10px;
  margin-top: 0px;
  padding-left: 1em;
  position: relative;
}
body#jin_e .post-content .img_right_col h6 + h6 {
  margin-top: -10px;
}
body#jin_e .post-content .img_right_col h6:before {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: #000000;
  position: absolute;
  top: 4px;
  left: 0px;
  content: "";
}
body#jin_e .post-content .border_box {
  padding: 3px 10px;
  border: 1px solid #939393;
  display: inline-block;
  margin-top: 10px;
}
.ie body#jin_e .post-content .border_box {
  padding: 7px 10px 0px;
}
body#jin_e .post-content {}

@media screen and (min-width: 1101px) {
	.popup-btn{
		display: none;
	}
}
@media screen and (max-width: 1100px) {
	body#jin_e .post-content{
		margin: 0 0 50px;
	}
	body#jin_e .post-content .detail_area .wrap.flex{
		flex-direction: column-reverse;
	}
	body#jin_e .post-content .detail_area .txt_box{
		display: block;
		width: 100%;
	}
	body#jin_e .post-content .detail_area .txt_box .ttl{
		text-align: center;
		padding: 0;
		margin: 1em 0 0;
	}
	body#jin_e .post-content .detail_area .txt_box p:not(.ttl){
		padding: 0 3%;
		font-size: 1.6rem;
		line-height: 1.4;
	}
	body#jin_e .post-content .detail_area .txt_box p:not(.ttl) br{
		display: none;
	}
	body#jin_e .post-content .detail_area .img{
		display: block;
		width: 100%;
		text-align: center;
		margin: 0;
	}
	
	body#jin_e .post-content .detail_area .btn_wrap ul{
		margin: 0 3%;
		justify-content: space-between;
	}
	body#jin_e .post-content .detail_area .btn_wrap ul li{
		flex-basis: 24.5%;
		margin: 0;
	}
	body#jin_e .post-content .detail_area .btn_wrap ul li a{
		padding: 1em 0 .8em;
	}
	body#jin_e .post-content .tabs:before,
	body#jin_e .post-content .tabs input,
	body#jin_e .post-content .tabs label{
		display: none;
	}
	
	body#jin_e .post-content .tab_content{
		display: block;
	}
	body#jin_e .post-content h2{
		margin-top: 0;
		padding: 8px 40px;
		position: relative;
		cursor: pointer;
	}
	body#jin_e .tab_content:last-of-type h2{
		margin-bottom: 0;
	}
	body#jin_e .post-content h2 + div{
		display: none;
		padding-bottom: 50px;
	}
	body#jin_e .post-content h2 .ico{
		position: absolute;
		right: 20px;
		top: 20px;
		width: 18px;
		height: 18px;
		background: #fff;
	}
	body#jin_e .post-content h2 .ico:before,
	body#jin_e .post-content h2 .ico:after{
		content: "";
		display: inline-block;
		background: #0e57a2;
		position: absolute;
		margin: 0;
		left: auto;
		transition: transform .3s ease;
		top: 50%;
		transform: translateY(-50%);
	}
	body#jin_e .post-content h2 .ico:before{
		width: 10px;
		height: 2px;
		right: 4px;
	}
	body#jin_e .post-content h2 .ico:after{
		height: 10px;
		width: 2px;
		right: 8px;
	}
	body#jin_e .post-content h2.acd-open .ico:after{
		transform: translateY(-50%) rotate(90deg);
	}
	body#jin_e .post-content h3{
		justify-content: center;
		text-align: center;
		padding: 0;
		margin: 1em 0;
	}
	body#jin_e .post-content .ts_94{
		margin-left: 3%;
		margin-right: 3%;
	}
	body#jin_e .post-content .ts_left{
		justify-content: flex-start;
		text-align: left;
	}
	body#jin_e .post-content h3:after{
		display: none;
	}
	body#jin_e .post-content h3.ts_border{
		padding-top: 1.5em;
		border-top: 1px solid #dfdfdf;
		margin-top: 2em;
	}
	body#jin_e .post-content h3.ts_border2{
		padding-top: 1.5em;
		border-top: 2px solid #dfdfdf;
		margin-top: 2em;
	}
	body#jin_e .post-content h4{
		text-align: center;
		margin: 1.5em 0 .5em;
	}
	body#jin_e .post-content h5{
		text-align: center;
		margin-bottom: 1em;
	}
	body#jin_e .post-content h6{
		font-size: 1.7rem;
		text-align: center;
		margin: 2em 0 .5em;
	}
	body#jin_e .post-content p{
		font-size: 1.6rem;
	}
	body#jin_e .post-content .movie_wrap {
		width: 94%;
	}

	body#jin_e .post-content h4 + h6{
		margin-top: 0;
	}
	body#jin_e .post-content .border_box{
		margin-bottom: 20px;
	}
	body#jin_e .po
	st-content .mt1{
		margin-top: 20px;
	}
	body#jin_e .post-content .mt2{
		margin-top: 40px;
	}
	.post-content .txt_s{
		font-size: 1.4rem;
	}
	body#jin_e .post-content p:not(.ts_flex) img{
		display: block;
		margin: 0 auto;
	}
	body#jin_e .post-content .ts_flex{
		display: flex;
	}
	body#jin_e .post-content .ts_flex.reverse{
		flex-direction: row-reverse;
	}
	body#jin_e .post-content .ts_flex .txtwrap{
		width: 50%;
	}
	body#jin_e .post-content .ts_flex .txtwrap h3{
		justify-content: flex-start;
		text-align: left;
		margin-bottom: .5em;
	}
	body#jin_e .post-content .ts_flex p.img{
		width: 50%;
		text-align: center;
	}
	body#jin_e .post-content .ts_flex p.img img{
		max-width: 226px;
	}
	body#jin_e .post-content .ts_flex span{
		margin-right: 6px;
	}
	body#jin_e .post-content p.al img{
		display: block;
		margin-left: 0;
	}
	body#jin_e .post-content p.ts_center{
		text-align: center;
	}
	body#jin_e .post-content ul.ts_listcenter{
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	body#jin_e .post-content .img_right_col{
		display: block;
	}
	body#jin_e .post-content .img_right_col .img{
		max-width: 230px;
		margin: 0 auto;
	}
	body#jin_e .post-content .img_right_col h6{
		text-align: left;
	}
	body#jin_e .post-content .flex.col2 {
		display: block;
		margin: 0;
	}
	body#jin_e .post-content .flex.col2 > li {
		margin: 0 3% 45px;
	}
	body#jin_e .post-content .table_cover{
		overflow-x: scroll;
		margin: 0 3%;
		margin-bottom: 20px;
		padding-bottom: 10px;
	}
	 body#jin_e .post-content .table_cover::-webkit-scrollbar {
		width: 100%;
    height: 8px;
  }
  body#jin_e .post-content .table_cover::-webkit-scrollbar-thumb{
    background: #8c8c8c;
    border-radius: 4px;
  }
  body#jin_e .post-content .table_cover::-webkit-scrollbar-track {
    background: #f1f1f1;
		border-radius: 4px;
  }
	
	body#jin_e .post-content .table_cover table{
		width: 1060px;
	}
	body#jin_e .post-content .table_cover + .txt_s{
		margin: 0 3%;
	}
	body#jin_e .post-content .function_box {}
	body#jin_e .post-content .function_box ul {
		margin: 0;
		justify-content: center;
	}
	body#jin_e .post-content .function_box ul li {
		margin: 0 0.4%;
		flex-basis: auto;
		max-width: 98px;
	}
	body#jin_e .post-content .use_box{
		margin: 0 6% 20px;
	}
	body#jin_e .post-content .use_box ul{
		flex-wrap: wrap;
		max-width: 440px;
		margin: 0 auto;
	}
	body#jin_e .post-content .use_box ul li{
		margin: 0 0.4%;
		flex-basis: auto;
		max-width: 45px;
	}
	body#jin_e .post-content .use_box p{
		margin-bottom: 1em;
	}
	
	body#jin_e .post-content .lineup p{
		text-align: center;
	}
	body#jin_e .post-content .ttl_name{
		display: block;
		text-align: center;
	}
	body#jin_e .post-content .ttl_name .name{
		display: flex;
		justify-content: center;
		margin-bottom: .5em;
	}
	body#jin_e .post-content .ttl_name .speed{
		display: inline-block;
		padding: 1px 1em;
	}
	
	.popup{
		position: relative;
	}
	.popup-btn{
		display: block;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}
}
@media screen and (max-width: 767px) {
	/*whatsnew_j*/
	body#whatsnew_j .post-content h2 {
		font-size: 4.8vw;
		padding: .4em .6em;
		justify-content: flex-start;
	}
	body#whatsnew_j .post-content table + p {
		margin-top: 6vw;
	}
	body#whatsnew_j .post-content table th,
	body#whatsnew_j .post-content table td{
		display: block;
		width: 100%;
	}
	body#whatsnew_j .post-content table td{
		border-top: none;
	}
	body#whatsnew_j .post-content table th{
		border: none;
	}
	body#whatsnew_j .post-content table tr:first-child th{
		border-top: 1px solid #dfdfdf;
	}
	
	body#jin_e .post-content{
		margin: 0 0 12%;
	}
	body#jin_e .post-content .detail_area{
		margin-bottom: 2%;
	}
	body#jin_e .post-content .detail_area .txt_box .ttl{
		font-size: 5.3vw;
		text-align: left;
		line-height: 1.325;
		margin: .5em 0;
	}
	
	body#jin_e .post-content .detail_area .txt_box p:not(.ttl){
		padding: 0;
		font-size: 3.46vw;
	}
	body#jin_e .post-content .detail_area .txt_box p:not(.ttl) br{
		display: none;
	}
	body#jin_e .post-content .detail_area .btn_wrap{
		margin-top: 5.6vw;
	}
	body#jin_e .post-content .detail_area .btn_wrap ul{
		margin: 0;
	}
	body#jin_e .post-content .detail_area .btn_wrap ul li{
		flex-basis: 48%;
		margin-bottom: 4%;
	}
	body#jin_e .post-content .detail_area .btn_wrap ul li a{
		font-size: 3.7vw;
		padding: .5em 0 .4em;
	}
	
	body#jin_e .post-content .tabs .wrap{
		width: 100%;
	}
	body#jin_e .post-content h2{
		font-size: 4.2vw;
		padding: 1.3em 0;
	}
	body#jin_e .post-content h2 .ico{
		width: 4vw;
		height: 4vw;
		top: 7vw;
		right: 3%
	}
	body#jin_e .post-content h2 .ico:before{
		width: 3vw;
    height: .5vw;
    right: .5vw;
	}
	body#jin_e .post-content h2 .ico:after{
		width: .5vw;
    height: 3vw;
    right: 1.75vw;
	}
	body#jin_e .post-content h2 + div{
		padding-bottom: 8vw;
	}
	
	body#jin_e .post-content h3{
		font-size: 4.2vw;
		margin: 2em 0 1.5em;
	}
	body#jin_e .post-content h3.sp_border{
		border-top: 1px solid #dfdfdf;
		padding-top: 2em;
	}
	body#jin_e .post-content h3.s_block{
		position: relative;
		padding-top: 1.3em;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	body#jin_e .post-content h3 span{
		font-size: 3.2vw;
		padding: 0em .5em;
		margin: 0;
		order: -1;
		margin-bottom: 5px;
	}
	body#jin_e .post-content h4{
		font-size: 3.6vw;
	}
	body#jin_e .post-content h5{
		font-size: 3.4vw;
		margin: 2em 0 1em;
	}
	body#jin_e .post-content h6{
		font-size: 3.4vw;
	}
	body#jin_e .post-content h6 .num{
		display: block;
		text-indent: 1em;
	}
	body#jin_e .post-content h6.sp_blue{
		color: #3d7bc3;
	}
	body#jin_e .post-content h4 + h6{
		font-weight: normal;
	}
	body#jin_e .post-content .lineup .txt_s{
		font-size: 2.8vw;
		text-align: left;
	}
	body#jin_e .post-content .mt2{
		margin-top: 2em;
	}
	body#jin_e .post-content p{
		font-size: 3.46vw;
	}
	body#jin_e .post-content img{
		max-width: 100%;
		width: auto;
		height: auto;
	}
	body#jin_e .post-content p:not(.ts_flex) img{
		margin: 0;
		padding: 20px 3%;
	}
	body#jin_e .post-content img.sp100{
		width: 100%;
	}
		body#jin_e .post-content .img21{
		width: 80%;
		margin-left: 0!important;
	}
	body#jin_e .post-content .function_box ul li{
		max-width: inherit;
		width: 31%;
	}
	body#jin_e .post-content .function_box ul li img{
		width: 100%;
	}
	body#jin_e .post-content .function_box ul li p{
		font-size: 3.4vw;
		margin-top: .5em;
	}
	body#jin_e .post-content .function_box ul li p br{
		display: none;
	}
	body#jin_e .post-content .use_box ul{
		max-width: inherit;
		width: 100%;
	}
	body#jin_e .post-content .use_box ul li{
		width: 18%;
		max-width: inherit;
		margin: 0 1%;
	}
	body#jin_e .post-content .use_box ul li img{
		width: 100%;
	}
	body#jin_e .post-content .use_box p{
		font-size: 3.4vw;
		margin: .5em 0 .8em;
		line-height: 1.2;
	}
	body#jin_e .post-content ul.ts_listcenter{
		max-width: inherit;
	}
	.post-content .dot_list > li{
		font-size: 3.4vw;
	}
	.post-content .dot_list > li:before{
		top: 3vw;
	}
	body#jin_e .post-content .ts_flex{
		display: block;
	}
	body#jin_e .post-content .ts_flex li{
		width: 100%;
	}
	body#jin_e .post-content .ts_flex .txtwrap h3{
		text-align: center;
		justify-content: center;
		margin-bottom: 1.5em;
	}
	body#jin_e .post-content .ts_flex .txtwrap,
	body#jin_e .post-content .ts_flex p.img{
		width: 100%;
	}
	body#jin_e .post-content .ts_flex .txtwrap{
		margin-bottom: 4vw;
	}
	body#jin_e .post-content .ts_flex p.img img{
		max-width: 60%;
	}
	
	body#jin_e .post-content .ttl_name .name{
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	body#jin_e .post-content .ttl_name .series{
		font-size: 2.9vw;
	}
	body#jin_e .post-content .ttl_name .type{
		font-size: 3.4vw;
	}
	body#jin_e .post-content .ttl_name .number{
		display: block;
		width: 100%;
		color: #000;
		font-size: 4vw;
		line-height: 1;
		margin-top: .3em;
	}
	body#jin_e .post-content .ttl_name .speed{
		font-size: 3.4vw;
		line-height: 1.2;
	}
	body#jin_e .post-content .ttl_name + h6{
		color: #000;
		font-size: 3.7vw;
		margin: .5em 0;
	}
	
	body#jin_e .post-content .tbl_detail thead {}
	body#jin_e .post-content .tbl_detail thead th {
		font-size: 3.7vw;
		text-align: center;
		padding: .2em .5em;
		width: auto;
		line-height: 1.2;
		white-space: nowrap;
	}
	body#jin_e .post-content .tbl_detail tbody {}
	body#jin_e .post-content .tbl_detail tbody th {
		font-size: 3.7vw;
		text-align: left;
		padding: .2em .5em;
		width: auto;
		line-height: 1.2;
		white-space: nowrap;
	}
	body#jin_e .post-content .tbl_detail tbody th {
		padding: .2em .5em;
	}
	body#jin_e .post-content .tbl_detail tbody td {
		font-size: 3.7vw;
		text-align: center;
		padding: .2em .5em;
		width: auto;
		line-height: 1.2;
	}
	body#jin_e .post-content .tbl_detail tbody tr:nth-child(even) th, body#jin_e .post-content .tbl_detail tbody tr:nth-child(even) td {
		background-color: #f6f6f6;
	}

	body#jin_e .post-content .tbl_detail.spec thead th {
		font-size: 3.7vw;
		text-align: left;
		padding: .2em 1em;
		width: auto;
		min-width: 9em;
	}
	body#jin_e .post-content .tbl_detail.spec thead th:not(:first-child){
		min-width: 10em;
	}
	.ie body#jin_e .post-content .tbl_detail.spec thead th {
		padding: .2em 1em;
	}
	body#jin_e .post-content .tbl_detail.option thead th{
		padding: .5em .1em
	}
	body#jin_e .post-content .tbl_detail.option thead th, body#jin_e .post-content .tbl_detail.option tbody th, body#jin_e .post-content .tbl_detail.option tbody td {
		font-size: 3.7vw;
		white-space: nowrap;
	}
	body#jin_e .post-content .tbl_detail.consumable thead th, body#jin_e .post-content .tbl_detail.consumable tbody th, body#jin_e .post-content .tbl_detail.consumable tbody td {
		font-size: 3.7vw;
		white-space: nowrap;
	}
	body#jin_e .post-content .tbl_detail.consumable tbody th {
		width: auto;
	}
	body#jin_e .post-content .tbl_detail.consumable thead th:nth-child(2){
		min-width: 8em;
	}
	body#jin_e .post-content .table_cover{
		margin-top: 20px;
		padding-bottom: 2vw;
	}
	body#jin_e .post-content .table_cover table{
		width: auto;
	}
  body#jin_e .post-content .table_cover::-webkit-scrollbar {
		width: 100%;
    height: 3.4vw;
  }
  body#jin_e .post-content .table_cover::-webkit-scrollbar-thumb{
    background: #8c8c8c;
    border-radius: 1.7vw;
  }
  body#jin_e .post-content .table_cover::-webkit-scrollbar-track {
    background: #f1f1f1;
		border-radius: 1.7vw;
  }
	
	body#jin_e .post-content .img_right_col h6{
		color: #000;
		margin-bottom: .5em;
	}
	body#jin_e .post-content .img_right_col h6:before{
		width: .6em;
		height: .6em;
		top: .4em;
	}
	body#jin_e .post-content .border_box{
		margin: 2vw 0;
		padding: .4em .6em .2em;
	}
	.popup-btn{
		width: 23vw;
		height: 23ve;
	}
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

PC Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (min-width:768px), print {}
@media screen\0 {}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

TABLET Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

SP Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 767px) {}