@charset "UTF-8";
/* ###############
  旧デザイン用CSS
################## */
/* case -------------------- */
.case-item {
  margin-top: 35px;
  padding: 10px;
  border-bottom: 1px solid #cccccc;
  background: #F9F9F9;
 /* overflow: auto;*/
  position: relative;
}

.case-item a {
	text-decoration: none;
}

.case-item > a {
	display: block;
}
.case-item-post-type-label {
  position: absolute;
  left: 0;
  top: -20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #fff; /* ラベルの文字色 */
  background: rgba(102, 137, 157, 1); /* ラベルの背景色 */
  padding: 0 15px;
  font-weight: bold;
  border-radius: 3px 3px 0 0;
  z-index: 10;
}

.case-item .img {
  width: 180px;
  text-align: center;
  margin: 20px auto;
}

.case-item .img.printing {
  display: none;
}

/*.case-item:nth-child(1) {
  margin-top: 0;
}*/

.case-item-title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #cccccc;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.4;
}

.case-item h3.case-item-title {
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  padding-left: 15px;
  background: url(../images/common/icon_arrow.png) no-repeat 0 4px;
}


.case-item-title a:hover {
  opacity: .5;
}

.case-item-time {
	display: block;
	margin-bottom: 5px;
  margin-right: 10px;
}

.case-item-cat {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 2px 5px;
  background: #003074;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

/*
.case-item-cat:hover {
  opacity: .5;
}
*/

.case-item-excerpt {
  margin-top: 5px;
}

.case-article-title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.4;
}

.case-article-cat {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 5px;
  padding: 2px 5px;
  background: #003074;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.case-article-cat:hover {
  opacity: .5;
}

.case-article-image {
  margin-top: 20px;
  text-align: center;
}

.case-article-contents {
  margin-top: 20px;
}

.case-article-contents h4 {
  color: #54c5c5;
  font-size: 15px;
}

.case-article-contents p {
  margin: 10px;
}

.case-article-contents img {
	padding: 0px;
}

.case-article-trouble {
  margin-top: 40px;
}

.case-article-trouble-title {
  position: relative;
  padding: 5px 10px 5px 46px;
  background: url(../images/case/bg_trouble_01.gif);
  border-bottom: 1px solid #003074;
  font-size: 17px;
  line-height: 1.4;
  font-weight: normal;
}

.case-article-trouble-title::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 36px;
  height: 100%;
  background: #003074 url(../images/case/icon_trouble_01.gif) 50% 5px no-repeat;
  background-size: 26px 24px;
}

.case-article-trouble-contents {
  margin-top: 20px;
}

.case-article-trouble-contents p {
  margin-top: 10px;
}

.case-article-trouble-contents img {
	margin: 20px;
}

.case-article-trouble-contents img.alignleft {
	margin: 20px 20px 20px 0;
}

.case-article-trouble-contents img.alignright {
	margin: 20px 0px 20px 20;
}



.case-article-proposal-title {
  position: relative;
  padding: 5px 10px 5px 46px;
  background: url(../images/case/bg_proposal_01.gif);
  border-bottom: 1px solid #66cccc;
  font-size: 17px;
  line-height: 1.4;
  font-weight: normal;
}

.case-article-proposal-title::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 36px;
  height: 100%;
  background: #66cccc url(../images/case/icon_proposal_01.gif) 50% 5px no-repeat;
  background-size: 26px 24px;
}

.case-article-proposal-contents {
  margin-top: 20px;
}


.case-article-proposal-contents img.alignleft {
	margin: 20px 20px 20px 0;
}

.case-article-proposal-contents img.alignright {
	margin: 20px 0px 20px 20;
}

.case-article-proposal-contents .text_box_right {
	width: 100%;
	float: none;
	margin: 10px auto;
}
.case-article-proposal-contents .text_box_left {
	width: 100%;
	float: none;
	margin: 10px auto;
}
.case-article-proposal-contents p {
	margin-bottom: 20px;
}

.case-article-proposal-contents p.icon {
  margin-top: 5px;
  margin-bottom: 0px;
  padding: 2px 0 2px 16px;
  background: url(../images/case/icon_proposal_02.png) 0 5px no-repeat;
  background-size: 17px 15px;
}
.case-article-proposal-contents br.case {
	clear: both;
}

.case-article-proposal-contents ul li{
  margin-top: 10px;
  padding: 0 0 2px 25px;
  background: url(../images/case/icon_proposal_02.png) 0 0 no-repeat;
  background-size: auto;
  font-size: 16px;
  }





.case-article-point-title {
  position: relative;
  padding: 5px 10px 5px 46px;
  background: url(../images/case/bg_point_01.gif);
  border-bottom: 1px solid #dcaf00;
  font-size: 17px;
  line-height: 1.4;
  font-weight: normal;
  clear: both;
}

.case-article-point-title::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 36px;
  height: 100%;
  background: #dcaf00 url(../images/case/icon_point_01.gif) 50% 5px no-repeat;
  background-size: 26px 24px;
}

.case-article-point-contents {
  margin-top: 20px;
}


.case-article-point-contents img {
	margin: 20px auto;
}

.case-article-point-contents img.alignleft {
	margin: 20px 20px 20px 0;
}

.case-article-point-contents img.alignright {
	margin: 20px 0px 20px 20;
}


.case-article-point-contents .text_box_right {
	width: 100%;
	float: none;
	margin: 10px auto;
}
.case-article-point-contents .text_box_left {
	width: 100%;
	float: none;
	margin: 10px auto;
}


.case-article-point-contents p {
	margin-bottom: 0px;
}

.case-article-point-contents p.icon {
  margin-top: 5px;
  margin-bottom: 0px;
  padding: 2px 0 2px 16px;
  background: url(../images/case/icon_proposal_02.png) 0 5px no-repeat;
  background-size: 17px 15px;
}



.case-article-point-block {
  margin-top: 20px;
}

.case-article-point-block .text {
  margin-top: 20px;
}

.case-article-point-block .text h4 {
  color: #dcae00;
  font-size: 15px;
}

.case-article-point-block .text p {
  margin-top: 10px;
}

.case-article-point-result {
  margin-top: 40px;
  padding: 15px;
  background: url(../images/case/bg_point_01.gif);
  border: 1px solid #dcaf00;
  clear: both;
}

.case-article-point-result img {
	margin: 20px;
}

.case-article-point-result img.alignleft {
	margin: 20px 20px 20px 0;
}

.case-article-point-result img.alignright {
	margin: 20px 0px 20px 20;
}

.case-article-point-result p + p {
  margin-top: 10px;
}

.case-article-products-list {
  margin-top: 60px;
}

.section-title02 + .case-list {
  margin-top: 20px;
}


/* company -------------------- */
.company {
  /* message - company */
  /* philosophy - company */
  /* charter - company */
  /* profile - company */
  /* companies - company */
  /* office - company */
  /* maker - company */
  /* privacy - company */
  /* sitepolicy - company */
}

.company-bg {
  position: relative;
  background-image: url(../images/company/bg_company_02.png), url(../images/company/bg_company_01.jpg);
  background-repeat: repeat, no-repeat;
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.company-inner-section {
  margin-top: 40px;
}

.company-section-title01 {
  position: relative;
  padding-bottom: 0px;
  color: #d39f02;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  font-style: italic;
}


.company-section-title02 {
  padding: 8px 10px;
  background: #66CCCC;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  color: #FFF;
}

.company-index-nav {
  list-style: none;
  overflow: hidden;
}

/*.company-index-nav:not(:first-child) {
  border-top: 1px solid #ccc;
  padding-top: 2rem;
  margin-top: 2rem;
}*/

.company-index-nav li {
  margin-top: 10px;
}

.company-index-nav li:first-child {
  margin-top: 0;
}

.company-index-nav li a {
  height: 80px;
  position: relative;
  display: block;
  padding-top: 30px;
  padding-right: 30px;
  background: url(../images/company/bg_01.jpg) no-repeat left;
  background-color: #003074;
  color: #fff;
  font-weight: bold;
  text-align: right;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.company-index-nav li a br {
	display: none;
}

.company-index-nav li:nth-of-type(2) a {
  height: 80px;
  position: relative;
  display: block;
  padding-top: 30px;
  padding-right: 30px;
  background: url(../images/company/bg_02.jpg) no-repeat left;
  background-color: #003074;
  color: #fff;
  font-weight: bold;
  text-align: right;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.company-index-nav li:nth-of-type(3) a {
  height: 80px;
  position: relative;
  display: block;
  padding-top: 30px;
  padding-right: 30px;
  background: url(../images/company/bg_03.jpg) no-repeat left;
  background-color: #003074;
  color: #fff;
  font-weight: bold;
  text-align: right;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.company-index-nav li:nth-of-type(4) a {
  height: 80px;
  position: relative;
  display: block;
  padding-top: 30px;
  padding-right: 30px;
  background: url(../images/company/bg_04.jpg) no-repeat left;
  background-color: #003074;
  color: #fff;
  font-weight: bold;
  text-align: right;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}



.company-index-nav li:nth-of-type(5) a {
  height: 80px;
  position: relative;
  display: block;
  padding-top: 30px;
  padding-right: 30px;
  background: url(../images/company/bg_05.jpg) no-repeat left;
  background-color: #003074;
  color: #fff;
  font-weight: bold;
  text-align: right;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.company-index-nav li:nth-of-type(6) a {
  height: 80px;
  position: relative;
  display: block;
  padding-top: 30px;
  padding-right: 30px;
  background: url(../images/company/bg_06.jpg) no-repeat left;
  background-color: #003074;
  color: #fff;
  font-weight: bold;
  text-align: right;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.company-index-nav li:nth-of-type(7) a {
  height: 80px;
  position: relative;
  display: block;
  padding-top: 30px;
  padding-right: 30px;
  background: url(../images/company/bg_07.jpg) no-repeat left;
  background-color: #003074;
  color: #fff;
  font-weight: bold;
  text-align: right;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.company-index-nav li:nth-of-type(8) a {
  height: 80px;
  position: relative;
  display: block;
  padding-top: 30px;
  padding-right: 30px;
  background: url(../images/company/bg_08.jpg) no-repeat left;
  background-color: #003074;
  color: #fff;
  font-weight: bold;
  text-align: right;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}


.company-index-nav li:nth-of-type(9) a {
  height: 80px;
  position: relative;
  display: block;
  padding-top: 30px;
  padding-right: 30px;
  background: url(../images/company/bg_09.jpg) no-repeat left;
  background-color: #003074;
  color: #fff;
  font-weight: bold;
  text-align: right;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

/*.company-index-nav li.company-index-nav-recruit a {
  height: 80px;
  position: relative;
  display: block;
  padding-top: 30px;
  padding-right: 30px;
  background: url(../images/company/bg_10.jpg) no-repeat left;
  background-color: #003074;
  color: #fff;
  font-weight: bold;
  text-align: right;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}*/

@media screen and (max-width: 320px) {

.company-index-nav li a br {
	display: block;
}

.company-index-nav li:nth-of-type(2) a,
.company-index-nav li:nth-of-type(4) a {
  padding-top: 20px;
}


}



.company-index-nav li a:hover {
  opacity: .5;
}

.company-index-nav li a:hover img {
  opacity: 1;
}

.company-index-nav li a::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: '';
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 8px solid transparent;
  border-left: 8px solid #fff;
}

.company-message-section h4 {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: normal;
  text-align: center;
}

.company-message-section .image {
  margin: 40px 0 20px;
  text-align: center;
}

.company-message-section .text p + p {
  margin-top: 20px;
}

.company-message-section .name {
  margin-top: 40px;
  font-size: 17px;
  text-align: right;
}

.company-quality-section {
  margin-bottom: 40px;
}

.company-quality-section .text {
  margin-top: 20px;
}

.company-quality-section .text ul {
  margin: 20px 0;
}

.company-quality-section .text ul.company-list-style01 li {
  list-style-type: decimal;
  margin: 5px 20px 5px 28px;
}

.company-quality-section .text ul.company-list-style02 li {
  list-style-type: disc;
  margin: 5px 20px 5px 28px;
}

.company-quality-section .text p + p {
  margin-top: 20px;
}

.company-philosophy-section-contents {
  padding: 20px 10px 30px 10px;
  background: rgba(255, 255, 255, 0.8);
}

.company-philosophy-section01 h4 {
  font-size: 17px;
  font-weight: normal;
}

.company-philosophy-section01 p {
  margin-top: 20px;
}

.company-philosophy-section01 p br {
  display: none;
}

.company-philosophy-section02 .company-section-title01 {
  margin: 20px 0;
}

.company-philosophy-section02 figure {
  text-align: center;
}

.company-philosophy-section02 dl {
  text-align: center;
}

.company-philosophy-section02 dl dt {
  margin: 20px 0 5px;
  font-size: 17px;
}

.company-charter-section-contents {
  padding: 20px 10px;
  background: rgba(255, 255, 255, 0.8);
}

.company-charter-section h4 {
  margin: 40px 0 10px;
  padding-bottom: 5px;
  padding-left: 1.2em;
  border-bottom: 1px solid #cccccc;
  font-size: 17px;
  line-height: 1.4;
  font-weight: normal;
  text-indent: -1.2em;
}

.company-charter-section .date {
  text-align: right;
  margin-top: 20px;
}

.company-profile-section .table01 {
  margin-top: 20px;
}

.company-profile-section ol {
  margin-left: 20px;
}

.company-profile-section ol li + li {
  margin-top: 10px;
}

.company-profile-section .officer-row,
.company-profile-section .officer-text {
  overflow: hidden;
}

.company-profile-section .officer-row + .officer-row {
  margin-top: 10px;
}

.company-profile-section .officer-label {
  float: left;
  width: 80px;
}

.space {
  padding: 10px 0 10px 5px;
}

.company-profile-section .arrow-link {
  margin-top: 5px;
}

.company-profile-section .button {
	margin-top: 40px;
}

.company-organization-image {
  margin-top: 40px;
  text-align: center;
}

.company-companies-section .table01 {
  margin-top: 20px;
}

.company-companies-section .table01 th {
  width: 80px;
}

.company-office-section table {
  display: block;
  width: 100%;
  margin-top: 20px;
  font-size: 13px;
  border-bottom: 1px solid #cccccc;
}

.company-office-section table tbody,
.company-office-section table tr,
.company-office-section table th,
.company-office-section table td {
  display: block;
  width: 100%;
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

.company-office-section table th,
.company-office-section table td {
  padding: 10px;
  word-break: break-all;
}

.company-office-section table th {
  background: #F9F9F9;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #F9F9F9;
}

.company-office-section table td {
  border-right: 1px solid #ffffff;
}

.company-maker-section02 {
  margin-top: 40px;
}

.company-maker-block {
  margin-top: 20px;
  padding: 15px 10px;
  background: #f9f9f9;
}


.company-maker-block .maker-block-head.no-image {
  margin-bottom: -10px;
}

.company-maker-block .maker-block-title {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: normal;
  color: #003074;
  font-weight: bold;
}

.company-maker-block .maker-block-contents {
  margin-top: 50px;
}

.company-maker-block .maker-block-contents .link {
  margin-top: 20px;
}

.company-maker-block .maker-block-contents .arrow-link {
  padding-right: 13px;
}

.company-maker-block .maker-block-contents .arrow-link::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 10px;
  margin-left: 7px;
  background: url(../images/common/icon_blank_01.png) 0 0 no-repeat;
}

.company-section {
  margin-bottom: 60px;
}

.company-section ol,
.company-section ul {
  margin: 10px 0 0 0;
  background: #f9f9f9;
}

.company-section ul {
  padding: 15px 15px 10px 10px;
}

.company-section ol {
  padding: 15px 15px 10px 30px;
}

.company-section ol li,
.company-section ul li {
  margin-bottom: 5px;
}

.company-section ul li {
  text-indent: -1em;
  padding-left: 1em;
}

.company-section .table02 ul {
  margin: 10px auto 10px 0;
  width: 100%;
}

h4.company-section {
  margin: 40px 0 10px;
  padding-bottom: 5px;
  padding-left: 5px;
  border-bottom: 1px solid #cccccc;
  font-size: 17px;
  line-height: 1.4;
  font-weight: normal;
}

.sitepolicy .company-section .bnr {
	text-align:center;
    float: none;
    padding-top: 2px;
    margin-right: 20px;
	margin-bottom: 20px;
}
.sitepolicy .company-section .bnr img {
	margin: 0 auto;
}

.sitepolicy .company-section .text {
    overflow: hidden;
	margin-bottom: 40px;
}

.recruit .company-section .recruit-news-list {
    margin-top: 15px;
    list-style: none;
}


.recruit .company-section .recruit-news-list li {
    padding: 8px 0;
    overflow: hidden;
    text-indent: inherit;
    padding-left: inherit;
}


.recruit .company-section .recruit-news-list time {
    display: inline-block;
    margin-right: 5px;
    padding-top: 2px;
	margin-bottom: 10px;
}

.companies ul li {
	margin-bottom: 10px;
}

.companies ul li a {
	font-size: 0.9rem;
}

.companies ul li.item {
	margin-bottom: 30px;
	padding-left: 13px;
}

.companies .table03 {
  margin-top: 20px;
}



/* contact -------------------- */
.contact-lead {
  margin-top: 30px;
  background: #003074;
  background-image: url(../images/contact/bg_contact_lead.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 15px 10px 80px 10px;
}

.contact-lead p {
  font-size: 0.9rem;
  color: #FFF;
  font-weight: bold;
  line-height: 1.5;
}

.contact-lead p br {
  display: none;
}

.contact-lead p span {
  font-size: 1.0rem;
  color: #FFFF00;
  padding: 0 4px;
}

.contact-index-nav {
  list-style: none;
  overflow: hidden;
}

.contact-index-nav li:nth-child(1) {
  margin-top: 20px;
}

.contact-index-nav li:nth-child(1) a {
  background: #003074;
}

.contact-index-nav li:nth-child(2) {
  margin-top: 10px;
}

.contact-index-nav li:nth-child(2) a {
  background: #66cccc;
}

.contact-index-nav li a {
  position: relative;
  display: block;
  padding: 15px 30px 15px 15px;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  text-align: right;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.contact-index-nav li a:hover {
  opacity: .5;
}

.contact-index-nav li a:hover img {
  opacity: 1;
}

.contact-index-nav li a::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: '';
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 8px solid transparent;
  border-left: 8px solid #fff;
}

.contact-index-nav-bnr {
  list-style: none;
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
}
.contact-index-nav-bnr li:nth-child(1) {
  margin-top: 20px;
}
.contact-index-nav-bnr li:nth-child(2) {
  margin-top: 10px;
}
.contact-index-nav-bnr li a {
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.contact-index-nav-bnr li a:hover {
  opacity: .5;
}
.contact-index-nav-bnr li a:hover img {
  opacity: 1;
}

.contact-index-nav-bnr2 {
  margin-top: 0;
  width: 90%;
  margin: 0 auto;
}

.contact-tel-area {
  width: 100%;
  background: #F9F9F9;
  padding: 0 0 30px 0;
  text-align: center;
  margin-top: 50px;
}

.contact-tel-area h3 {
  width: 100%;
  background: #003074;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.2rem;
  color: #FFF;
}

.contact-tel-area .tel {
  position: relative;
  font-size: 1.6rem;
  color: #003074;
  font-weight: bold;
  margin-bottom: 10px;
}

.contact-tel-area .tel::before {
  content: "";
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  margin-right: 0.4em;
  background-image: url(../images/contact/icon_contact_tel.png);
  background-repeat: no-repeat;
  background-size: 1.25em auto;
  vertical-align: middle;
}

.contact-tel-area .time {
  width: 90%;
  background: #003074;
  color: #FFF;
  font-size: 0.85rem;
  padding: 10px 0;
  margin: 0 auto;
  text-align: center;
  border-radius: 25px;
}

.contact-link-area {
  width: 100%;
  padding: 0;
  text-align: left;
  margin-top: 30px;
}

.contact-link-area p {
  font-size: 1.1rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
  margin-bottom: 15px;
}

.contact-link-area p span {
  font-size: 0.8rem;
}

.contact-link-area p a {
	color: #003074;
}

.products-form,
.contact-form,
.lp-form {
  margin-top: 10px;
}

.lp-form {
  font-size: 17px;
}

.products-form .required,
.contact-form .required,
.lp-form .required {
  color: #f00;
}

/* 新しい必須ラベル用クラス*/
.products-form .required-alt,
.contact-form .required-alt,
.lp-form .required-alt {
  color: #ffffff;
  background-color: #D30508;
  font-size: 80%;
  margin-right: 10px;
  padding: 2px 5px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.products-form .required + .form-row,
.contact-form .required + .form-row,
.lp-form .required + .form-row {
  margin-top: 20px;
}

.products-form .last-form-row,
.contact-form .last-form-row,
.lp-form .last-form-row {
  border-bottom: 1px solid #cccccc;
}

.products-form .form-label,
.contact-form .form-label,
.lp-form .form-label {
  padding: 10px;
  background: #c7ecec;
  border-left: 1px solid #c7ecec;
  border-right: 1px solid #c7ecec;
}

.products-form .form-label br,
.contact-form .form-label br,
.lp-form .form-label br {
  display: none;
}

.products-form .form-text,
.contact-form .form-text,
.lp-form .form-text {
  padding: 15px 10px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

.products-form .products-form-list01,
.products-form .products-form-list02,
.contact-form .products-form-list01,
.contact-form .products-form-list02,
.lp-form .lp-form-list01,
.lp-form .lp-form-list02 {
  list-style: none;
  overflow: hidden;
}

.products-form .products-form-list01 .mwform-checkbox-field,
.products-form .products-form-list02 .mwform-checkbox-field,
.contact-form .products-form-list01 .mwform-checkbox-field,
.contact-form .products-form-list02 .mwform-checkbox-field,
.lp-form .lp-form-list01 .mwform-radil-field,
.lp-form .lp-form-list02 .mwform-checkbox-field {
  position: relative;
  padding-left: 20px;
}


.products-form .products-form-list01 .mwform-checkbox-field label,
.products-form .products-form-list02 .mwform-checkbox-field label,
.contact-form .products-form-list01 .mwform-checkbox-field label,
.contact-form .products-form-list02 .mwform-checkbox-field label,
.lp-form .lp-form-list01 .mwform-raio-field label,
.lp-form .lp-form-list02 .mwform-checkbox-field label {
  position: relative;
  cursor: pointer;
}

.products-form .products-form-list01 .mwform-checkbox-field input[type="checkbox"],
.products-form .products-form-list02 .mwform-checkbox-field input[type="checkbox"],
.contact-form .products-form-list01 .mwform-checkbox-field input[type="checkbox"],
.contact-form .products-form-list02 .mwform-checkbox-field input[type="checkbox"],
.lp-form .lp-form-list02 .mwform-checkbox-field input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.products-form .products-form-list01 .mwform-checkbox-field .mwform-checkbox-field-text::before,
.products-form .products-form-list02 .mwform-checkbox-field .mwform-checkbox-field-text::before,
.contact-form .products-form-list01 .mwform-checkbox-field .mwform-checkbox-field-text::before,
.contact-form .products-form-list02 .mwform-checkbox-field .mwform-checkbox-field-text::before,
.lp-form .lp-form-list02 .mwform-checkbox-field .mwform-checkbox-field-text::before {
  position: absolute;
  top: 1px;
  left: -20px;
  content: '';
  width: 15px;
  height: 13px;
  background: url(../images/contact/icon_checkbox_01.png) 0 0 no-repeat;
  background-size: 15px 26px;
}

.products-form .products-form-list01 .mwform-checkbox-field input[type="checkbox"]:checked + .mwform-checkbox-field-text::before,
.products-form .products-form-list02 .mwform-checkbox-field input[type="checkbox"]:checked + .mwform-checkbox-field-text::before,
.contact-form .products-form-list01 .mwform-checkbox-field input[type="checkbox"]:checked + .mwform-checkbox-field-text::before,
.contact-form .products-form-list02 .mwform-checkbox-field input[type="checkbox"]:checked + .mwform-checkbox-field-text::before,
.lp-form .lp-form-list02 .mwform-checkbox-field input[type="checkbox"]:checked + .mwform-checkbox-field-text::before {
  background-position: 0 100%;
}

.products-form .products-form-list01 .mwform-checkbox-field:nth-child(n+2),
.contact-form .products-form-list01 .mwform-checkbox-field:nth-child(n+2),
.lp-form .products-form-list02 .mwform-checkbox-field:nth-child(n+2) {
  margin: 7px 0 0 0;
}

.products-form .products-form-list02 .mwform-checkbox-field,
.contact-form .products-form-list02 .mwform-checkbox-field {
  display: block;
  box-sizing: border-box;
}


.lp-form .lp-form-list01 .mwform-radio-field,
.lp-form .lp-form-list02 .mwform-checkbox-field {

  box-sizing: border-box;
}


.lp-form .lp-form-list01 .mwform-radio-field {
  margin: 8px 10px 8px;
  opacity: 1;
}

.lp-form .lp-form-list02 .mwform-checkbox-field {
  margin: 8px 10px 8px;
}







.products-form .products-form-list02 .mwform-checkbox-field:nth-child(n+2),
.contact-form .products-form-list02 .mwform-checkbox-field:nth-child(n+2) {
  margin: 7px 0 0 0;
}

.products-form input[type="text"],
.products-form input[type="email"],
.contact-form input[type="text"],
.contact-form input[type="email"],
.lp-form input[type="text"],
.lp-form input[type="email"]{
  width: 78%;
  padding: 5px;
  border: 1px solid #cccccc;
  border-radius: 0;
  font-size: 16px;
}

.products-form textarea,
.contact-form textarea {
  width: 100%;
  min-height: 37px;
  height: 160px;
  max-height: 300px;
  padding: 5px;
  border: 1px solid #cccccc;
  border-radius: 0;
  font-size: 16px;
  resize: vertical;
  vertical-align: bottom;
}


.lp-form textarea {
  width: 100%;
  min-height: 37px;
  height: 37px;
  max-height: 300px;
  padding: 5px;
  border: 1px solid #cccccc;
  border-radius: 0;
  font-size: 17px;
  resize: vertical;
  vertical-align: bottom;
  min-height: 37px;
  height: 37px;
}

.lp-form textarea.printer {
  min-height: 74px;
  height: 74px;
}

.lp-form .address-wrap {
  width: 78%;
  position: relative;
  border: 1px solid #cccccc;
}

.lp-form .address-wrap select {
  padding: 0px 45px 0px 10px;
  width: 100%;
}

.lp-form .address-wrap:before {
  position: absolute;
  top: 0.8em;
  right: 1em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}



.products-form .type-text,
.contact-form .type-text,
.lp-form .type-text {
  margin-top: 20px;
  font-size: 13px;
}

.lp-form .type-text {
  font-size: 17px;
}


.products-form .zip-text,
.contact-form .zip-text,
.lp-form .zip-text {
  margin-bottom: 20px;
}

.products-form .error-text .error:first-child,
.contact-form .error-text .error:first-child,
.lp-form .error-text .error:first-child {
  margin-top: 10px;
}

.products-form .input-note,
.contact-form .input-note,
.lp-form .input-note {
  position: relative;
  top: -2px;
  color: #f00;
  font-size: 13px;
}

.lp-form .input-note {
  font-size: 17px;
}

.products-form input[type="text"].input-zip01,
.contact-form input[type="text"].input-zip01,
.lp-form input[type="text"].input-zip01 {
  width: 80px;
}

.products-form input[type="text"].input-zip02,
.contact-form input[type="text"].input-zip02,
.lp-form input[type="text"].input-zip02 {
  width: 100px;
}

.products-form input[type="text"].input-tel01,
.contact-form input[type="text"].input-tel01,
.lp-form input[type="text"].input-tel01 {
  width: 70px;
}

.products-form input[type="text"].input-tel02,
.products-form input[type="text"].input-tel03,
.contact-form input[type="text"].input-tel02,
.contact-form input[type="text"].input-tel03,
.lp-form input[type="text"].input-tel02,
.lp-form input[type="text"].input-tel03 {
  width: 80px;
}

.products-form .form-button,
.contact-form .form-button,
.lp-form .form-button {
  margin-top: 20px;
  text-align: center;
}

.products-form .button-reset,
.contact-form .button-resett,
.msds-form .button-reset,
.lp-form .button-reset {
  min-width: 80px;
  margin-right: 10px;
  background: #999999;
  color: #fff;
  font-size: 14px;
}

.lp-form .button-reset {
  font-size: 17px;
}

.products-form .button-conf,
.contact-form .button-conf{
  font-size: 14px;
}

.lp-form .button-conf {
  font-size: 17px;
}


.products-form .button-conf span::before,
.contact-form .button-conf span::before,
.lp-form .button-conf span::before {
  top: 3px;
}

.mw_wp_form_confirm .products-form .type-text,
.mw_wp_form_confirm .contact-form .type-text,
.mw_wp_form_confirm .lp-form .type-text {
  display: none;
}

.mw_wp_form_confirm .products-form .zip-text,
.mw_wp_form_confirm .contact-form .zip-text,
.mw_wp_form_confirm .lp-form .zip-text {
  display: none;
}

.mw_wp_form_confirm .products-form .input-note,
.mw_wp_form_confirm .contact-form .input-note,
.mw_wp_form_confirm .lp-form .input-note {
  display: none;
}

/* フォームの機能強化に伴うスタイル追加 2025-11-14 */
.products-form .form-description {
  margin-bottom: 12px;
  color: #333;
  font-size: 15px;
  line-height: 1.7;
}

.products-form .form-radio label {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  cursor: pointer;
}

.products-form .form-radio input[type="radio"] {
  margin-right: 8px;
}



.products-form .form-label .required {
  color: #e40000;
  font-size: 90%;
  margin-left: 8px;
  font-weight: normal;
}

.products-form .input-help {
  margin-top: 8px;
  color: #888;
  font-size: 0.95em;
  margin-bottom: 15px
}

/* 確認画面で非表示にする要素 */
.mw_wp_form_confirm .products-form .hide-on-confirm,
.mw_wp_form_confirm .contact-form .hide-on-confirm,
.mw_wp_form_confirm .lp-form .hide-on-confirm,
.mw_wp_form_confirm > form > div.hide-on-confirm {
  display: none;
}

/* 入力画面では非表示 */
.show-on-confirm {
  display: none;
}
/* 確認画面では表示 */
.mw_wp_form_confirm .show-on-confirm {
  display: block;
}

/* 確認画面で表示する要素 */
/* .mw_wp_form_confirm .enquiry-detail-row {
  display: block !important;
} */

/* ツールチップのスタイル : BEGIN */

.tooltip {
    position: relative;
    cursor: pointer;
    padding: 0 5px;
}

.balloon_top {
    width: 150px;
    position: absolute;
    left: 50%;
    bottom: 80%;
    transform: translateX(-50%);
    margin-bottom: 15px;
    padding: 8px;
    border-radius: 10px;
    background-color: #666;
    font-size: 0.7em;
    color: #fff;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    transition: 0.5s all;
}

.balloon_top::before {
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 12px solid #666;
    position: absolute;
    top: 99%;
    left: 50%;
    transform: translateX(-50%);
}

.tooltip:hover .balloon_top {
    bottom: 100%;
    visibility: visible;
    opacity: 1;
}

/* ツールチップEND */

/* ========== 追加：スマホ用説明文＆折り返し対応 ========== */
.tooltip-desc-mobile {
  display: none;
  color: #666;
  background: #f8f8f8;
  border-radius: 6px;
  padding: 8px 12px;
  margin-left: 8px;
  font-size: 13px;
  line-height: 1.5;
  white-space: normal;
  word-break: break-word;
  max-width: 90vw;
}

/* スマホ・タブレット時は説明文を表示、アイコンは非表示、グローバルツールチップも折り返し対応 */
@media (max-width: 900px) {
  .tooltip-desc-mobile {
    display: inline-block;
  }
  .tooltip-icon {
    display: none !important;
  }
  #global-tooltip {
    max-width: 90vw !important;
    white-space: normal !important;
    word-break: break-word;
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 12px;
    box-sizing: border-box;
  }
}



/* voice -------------------- */
.top-voice-company {
    font-size: 0.6rem;
    padding: 0 10px;
}
.top-voice-title {
    font-size: 0.8rem;
    padding: 0 10px;
    font-weight: bold;
}
.top-voice-products {
    font-size: 0.6rem;
    padding: 2px 10px 0;
    color: #71C7D4;
    border: 1px solid #71C7D4;
    background: #FFF;
    display: inline;
    margin: 3px 10px 3px 0;
}
@media screen and (min-width: 768px){
.top-voice-products {
    margin: 3px 10px;
}
}
.top-voice-text {
    font-size: 0.6rem;
    /*padding: 5px 10px;*/
    padding: 0 10px 5px;
    color: #71C7D4;
    font-weight: bold;
}
.voice-status {
    margin-top: 20px;
}
.voice-title {
    font-size: 2.0rem!important;
    color: #ff7f50;
}
.voice-h3 {
  position: relative;
  padding: 0 3px 10px;
  border-bottom: 5px solid #003074;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: normal;
}
.voice-h3::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 120px;
  height: 5px;
  background: #71C7D4;
}
.voice-crosshead-02 {
  background: #71C7D4;
  font-size: 28px;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.2;
  padding: 23px 0 19px;
  position: relative;
  margin-bottom: 47px;
}

.voice-crosshead-02::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 8px 0 8px;
  border-color: #71C7D4 transparent transparent transparent;
}

.voice-item-post-type-label {
  position: absolute;
  left: 0;
  top: -20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  background: rgba(102, 137, 157, 1); /* ラベルの背景色 */
  padding: 0 15px;
  font-weight: bold;
  border-radius: 3px 3px 0 0;
  z-index: 10;
}

.voice-item-time {
	display: inline-block;
	margin-right: 10px;
  }

/* home -------------------- */

/* メインビジュアル背景の場合
.home-visual {
  margin-top: 25px;
}
.home-visual-bg {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 43.6875%;
}
*/


/* メインビジュアル画像投稿に変更 */
li.home-visual {
  margin-top: 12px;
  width: 100%;
  height: 170px;
}

li.home-visual img {
  width: 100%;
  height: 158px;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover;';
}
/* //メインビジュアル画像投稿に変更 */


.home-visual-contents {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
}

.home-visual-contents h2 {
  font-size: 4.5vw;
  margin-bottom: 2%;
}

.home-visual-contents p {
  font-size: 4vw;
}

.home-visual-contents-inner {
  max-width: 1150px;
  margin: 0 auto;
  padding: 15px 15px;
}

/*
.home-visual-slide01 .home-visual-bg {
  background: url(../images/home/img_visual_06.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.home-visual-slide02 .home-visual-bg {
  background: url(../images/home/img_visual_01.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.home-visual-slide03 .home-visual-bg {
  background: url(../images/home/img_visual_02.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.home-visual-slide04 .home-visual-bg {
  background: url(../images/home/img_visual_03.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.home-visual-slide05 .home-visual-bg {
  background: url(../images/home/img_visual_04.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.home-visual-slide06 .home-visual-bg {
  background: url(../images/home/img_visual_05.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.home-visual-slide07 .home-visual-bg {
  background: url(../images/home/img_visual_07.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.home-visual-slide08 .home-visual-bg {
  background: url(../images/home/img_visual_08.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.home-visual-slide09 .home-visual-bg {
  background: url(../images/home/img_visual_09.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.home-visual-slide10 .home-visual-bg {
  background: url(../images/home/img_visual_10.jpg) 50% 50% no-repeat;
  background-size: cover;
}
*/

.home-visual .bx-wrapper {
  position: relative;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.home-visual .bx-controls-direction {
  display: none;
}

.home-visual .bx-pager {
  position: absolute;
  left: 0;
  bottom: -18px;
  z-index: 100;
  width: 100%;
  font-size: 0;
  text-align: center;
  pointer-events: none;
}

.home-visual .bx-pager-item {
  display: inline-block;
  margin: 0 5px;
}

.home-visual .bx-pager-item a {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #f5f5f5;
  border-radius: 50%;
  pointer-events: auto;
}

.home-visual .bx-pager-item .active {
  background: #73cfb8;
}


.home-visual .message-area {
	margin: 25px auto 0 auto;
	padding: 20px 10px;
	color: #333;
	text-align: center;
	font-size: 0.75rem;
	background: #f5f5f5;
}

.home-visual .message-area img {
	display: block;
	width: 20%;
	margin: 0 auto;
	margin-bottom: 10px;
}


.home-topics-wrapper {
	background: #f5f5f5;
	margin: 50px auto 30px ;
	padding: 30px 0;
}

.home-topics {
  max-width: 1150px;
  /*margin: 15px auto 0;*/
  padding: 0 15px;
}

.home-topics-title {
  font-size: 25px;
  font-weight: normal;
  text-align: center;
}

.home-search-title {
  font-size: 25px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 10px;
}

.home-topics-list {
  margin-top: 10px;
  border-top: 1px solid #dfe0e8;
  list-style: none;
}

.home-topics-list li {
  border-bottom: 1px solid #dfe0e8;
}

.home-topics-list li a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.home-topics-list li a:hover {
  opacity: .5;
}

.home-topics-item-time {
  display: inline-block;
}

.home-topics-item-cat {
  display: inline-block;
  margin-left: 10px;
  padding: 2px 4px;
  min-width: 62px;
  background: #ddf1f1;
  color: #9e9f9f;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.home-topics-item-text {
  display: block;
  padding-top: 7px;
}

.home-topics .more-button {
  margin-top: 40px;
  text-align: center;
}

.home-search-type {
  margin-top: 15px;
}

.home-search-type-wrapper {
  position: relative;
  background: url(../images/home/bg_search-type_01.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.home-search-type-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/home/bg_search-type_02.png);
}

.home-search-type-contents {
  position: relative;
  z-index: 2;
  padding: 30px 10px 50px;
}

.home-search-type-inner {
  padding: 1px 10px 10px 10px;
  background: rgba(255, 255, 255, 0.65);
}

.home-search-type-block {
  margin-top: 20px;
}

.home-search-type-block01 {
  margin-top: 0;
}

.home-search-type-block-link {
  display: block;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.home-search-type-block-link:hover {
  opacity: .5;
}

.home-search-type-block-link:hover img {
  opacity: 1;
}

.home-search-type-block-title {
  margin-bottom: 7px;
  padding-left: 7px;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.2;
  margin-top: 25px;
}

.home-search-type-block01 .home-search-type-block-title {
  border-left: 5px solid #66cccc;
}


.home-search-type-block-image img {
  pointer-events: none;
}

.home-search-type-block-list {
  padding-top: 5px;
  list-style: none;
  font-size: 0;
  padding-bottom: 15px;
}

.home-search-type-block-list li {
  display: inline-block;
  margin: 10px 10px 0 0;
  font-size: 0;
}

.home-search-type-block-list li a {
  position: relative;
  display: block;
  padding: 5px 10px 5px 14px;
  font-size: 12px;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.home-search-type-block-list li a:hover {
  opacity: .5;
}

.home-search-type-block-list li a::before {
  position: absolute;
  top: 7px;
  left: 4px;
  content: '';
  width: 6px;
  height: 10px;
  background: url(../images/common/icon_arrow-right_white_01.png) 0 0 no-repeat;
  background-size: 6px 10px;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.home-search-type-block01 .home-search-type-block-list li a {
  background: #66cccc;
  border: 1px solid #66cccc;
  color: #FFF;
}

.home-search-feature {
  /*border-bottom: 15px solid #ddf1f1;*/
  border-bottom: 30px solid #ddf1f1;
}

.home-search-feature .section-title01-text span {
  position: relative;
  display: block;
  font-size: 0.6em;
  margin-top: 10px;
}

.home-search-feature-wrapper {
  background: url(../images/home/bg_search-feature_01.jpg) 5% 50% no-repeat;
  background-size: cover;
}

.home-search-feature-contents {
  padding: 10px;
}

.home-search-feature-inner {
  padding: 10px;
  background: rgba(255, 255, 255, 0.65);
}

.home-search-feature-block:nth-of-type(2) {
  margin-top: 20px;
}

.home-search-feature-block-title {
  background: #66cccc;
  color: #fff;
  font-size: 17px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px;
}

.home-search-feature-block-list {
  padding-top: 5px;
  list-style: none;
  font-size: 0;
  display: flex;          /* 子要素を横並びに */
  flex-wrap: wrap;        /* 必要に応じて改行 */
  justify-content: center; /* 中央揃え */
  padding: 0;
  margin: 0;
  gap: 20px; /* 項目間に10pxのスペース */
  text-align: center;
}

.home-search-feature-block-list li {
  /*display: inline-block;
  margin: 10px 10px 0 0;
  width: 100%;
  background: #fff;*/
  width: calc(calc(100% / 3) - 14px);
  text-align: center;          /* テキストを中央揃え */
  box-sizing: border-box;      /* パディングやボーダーを幅に含める */
  text-align: center;
}

.home-search-feature-block-list li a {
  position: relative;
  display: block;
  /*padding: 5px 10px 5px 14px;*/
  /*background: #fff;
  border: 1px solid #66cccc;*/
  font-size: 12px;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.home-search-feature-block-list li a:hover {
  opacity: .5;
}

/*.home-search-feature-block-list li a::before {
  position: absolute;
  top: 7px;
  left: 4px;
  content: '';
  width: 6px;
  height: 10px;
  background: url(../images/common/icon_arrow-right_cyan_01.png) 0 0 no-repeat;
  background-size: 6px 10px;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}*/

.home-search-feature-block-list h4 {
  margin-top: 10px;
}

.home-case, .home-pickup {
  margin-top: 40px;
}

.home-case .section-title02, .home-pickup .section-title02 {
  padding-left: 10px;
}

.home-case-pickup-list {
  margin: 0 10px;
}

.home-case-pickup-item a {
  display: block;
  padding: 15px 5px;
  border-bottom: 1px solid #cccccc;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.home-case-pickup-item a.bg {
  margin-top: 20px;
  display: block;
  padding: 15px 5px;
  border-bottom: 1px solid #cccccc;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  background: #FEFBE0;
}
.home-case-pickup-item a:hover {
  opacity: .5;
}

.home-case-pickup-item a:hover img {
  opacity: 1;
}

.home-case-pickup-item-image {
  float: left;
  /*width: 120px;*/
  width: 80px;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
  /*aspect-ratio: 1 / 1;        /* 正方形（縦横比1:1）を維持 */
}

@media screen and (max-width: 350px) {
  .home-case-pickup-item-image {
    width: 80px;
  }
}


.home-case-pickup-item-image img {
  pointer-events: none;


  width: 100%;                /* 横幅を親要素に合わせる */
  height: 100%;               /* 縦幅を親要素に合わせる */
  object-fit: contain;          /* 縦横比を維持しつつ枠内を埋める */
  object-position: center;    /* 画像を中央に配置 */


}

.home-case-pickup-item-text {
  font-size: 12px;
  overflow: hidden;
}

.home-case-pickup .more-button {
  margin-top: 40px;
  text-align: center;
}

.home-links {
  padding: 20px 0;
  background: url(../images/home/bg_links_01.gif);
}

.home-links ul {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 15px;
  list-style: none;
}

.home-links ul li {
  margin-top: 20px;
  background: #fff;
}

.home-links ul li a {
  display: block;
  padding: 10px;
  background: #003074;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.home-links ul li a:hover {
  opacity: .5;
}

.home-links ul li a span {
  position: relative;
  display: inline-block;
  padding-left: 34px;
  line-height: 1.3;
}

.home-links ul li a span::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  width: 27px;
  height: 25px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 27px 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.home-links ul li:nth-child(1) {
  margin-top: 0;
}

.home-links ul li:nth-child(1) a span::before {
  background-image: url(../images/common/icon_mail_01.png);
}

.home-links ul li:nth-child(1) br {
  display: none;
}

.home-links ul li:nth-child(2) a span::before {
  background-image: url(../images/common/icon_document_01.png);
}

.home-links ul li:nth-child(3) a span::before {
  background-image: url(../images/common/icon_support_01.png);
}

.home-group-company {
  margin-top: 40px;
}

.home-group-company p {
  padding: 20px 20px 0 20px;
}

.home-group-company .section-title02 {
  padding-left: 10px;
}

.home-group-company-list {
  width: 290px;
  margin: -10px auto 0;
  list-style: none;
  overflow: hidden;
}


.home-group-company-list.w100 {
  width: 100%;
  margin: -10px 20px 0;
}


.home-group-company-list li {
  float: left;
  width: 130px;
  margin: 30px 0 0 30px;
}

.home-group-company-list li:nth-child(2n+1) {
  clear: left;
  margin-left: 0;
}

.home-group-company-list li img {
  width: 100%;
}

/* ink -------------------- */
.ink-section01 p {
  margin-top: 20px;
}

.ink-section01 table {
  display: table;
  width: 100%;
  margin-top: 10px;
  border: 1px solid #cccccc;
  border-top: none;
  font-size: 12px;
}

.ink-section01 table tr,
.ink-section01 table th,
.ink-section01 table td {
  display: block;
  width: 100%;
}

.ink-section01 table tr:nth-of-type(1) {
  display: none;
}

.ink-section01 table td {
  position: relative;
  padding: 10px 10px 10px 130px;
  border-top: 1px solid #cccccc;
}

.ink-section01 table td::before {
  position: absolute;
  top: 0;
  left: 0;
  content: attr(data-label);
  width: 120px;
  height: 100%;
  padding: 10px;
  background: #c7ecec;
  border-right: 1px solid #cccccc;
}

.ink-section01 table td:nth-of-type(1) {
  padding: 10px;
}

.ink-section01 table td:nth-of-type(1) span {
  position: relative;
  display: block;
  padding-left: 5em;
  font-size: 13px;
}

.ink-section01 table td:nth-of-type(1) span::before {
  position: absolute;
  top: 0;
  left: 0;
  content: attr(data-label) "： ";
}

.ink-section01 table td:nth-of-type(1)::before {
  content: none;
}

.ink-section02-title {
  padding: 6px 10px;
  background: #66cccc;
  color: #fff;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.4;
}

.ink-section02 .ink-list::after {
  display: block;
  clear: both;
  content: '';
}

.ink-section02 .ink-item {
  margin-top: 20px;
}

.ink-section02 .ink-item-title {
  padding: 10px;
  border-top: 1px solid #66cccc;
  background: #e0f5f5;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
}

.ink-section02 .ink-item-contents {
  margin-top: 20px;
  overflow: hidden;
}

.ink-section02 .ink-item-contents .image {
  float: left;
  width: 84px;
  margin-right: 25px;
}

.ink-section02 .ink-item-contents .image img {
  border: 1px solid #cccccc;
}

.ink-section02 .ink-item-contents .text {
  overflow: hidden;
}

.ink-section02 .ink-item-contents .text dl dt {
  position: relative;
  padding: 2px 2px 4px;
  border-bottom: 1px dotted #666;
  color: #66cccc;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

.ink-section02 .ink-item-contents .text dl dt span {
  position: absolute;
  bottom: -1px;
  right: 0;
  z-index: 2;
  display: inline-block;
  min-width: 60px;
  padding: 7px 10px 5px;
  background: url(../images/ink/bg_label_01.gif);
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.ink-section02 .ink-item-contents .text ul {
  margin: 10px 2px 0;
  list-style: none;
}

.ink-section02 .ink-item-contents .text ul li {
  position: relative;
  margin-top: 3px;
  padding-left: 15px;
  font-size: 13px;
}

.ink-section02 .ink-item-contents .text ul li::before {
  position: absolute;
  top: 5px;
  left: 0;
  content: '';
  width: 10px;
  height: 10px;
  background: #66cccc;
}

.ink-section02 .ink-item-contents .text ul li .note {
  display: inline-block;
  font-size: 11px;
}

.ink-section04 ul {
  margin-top: 20px;
  background: #f9f9f9;
  list-style: none;
}

.ink-section04 ul li {
  position: relative;
  padding: 10px 10px 10px 30px;
  border-bottom: 1px dotted #cccccc;
}

.ink-section04 ul li::before {
  position: absolute;
  top: 11px;
  left: 0;
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/ink/icon_check_01.gif) 0 0 no-repeat;
}


.ink-sds {
  padding-top: 20px;
  margin-top: 40px;
  background: #fff;
  padding-bottom: 20px;
}
.ink-sds a {
  display: block;
  padding: 30px 0px;
  background: #003074;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.ink-sds a:hover {
  opacity: .5;
}
.ink-sds a span {
  position: relative;
  display: inline-block;
  padding-left: 34px;
  line-height: 1.3;
}
.ink-sds a span::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  width: 27px;
  height: 25px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 27px 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ink-sds a span::before {
  background-image: url(../images/common/icon_document_01.png);
}






/* msds -------------------- */
.msds-section {
  margin-top: 40px;
}

.msds-section-contents {
  max-width: 900px;
  margin: 20px auto 0;
  border-bottom: 1px solid #cccccc;
}

.msds-data-label {
  padding: 10px;
  background: #c7ecec;
  border-left: 1px solid #c7ecec;
  border-right: 1px solid #c7ecec;
}

.msds-data-text {
  padding: 10px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

.msds-data-text + .msds-data-text {
  border-top: 1px solid #cccccc;
}

.catalog-section {
  margin-top: 40px;
}

.catalog-section-contents {
  max-width: 1000px;
  margin: 20px auto 0;
  border-bottom: 1px solid #cccccc;
}

.catalog-section-category {
  margin: 20px 0 0 0;
  color: #FF3366;
  font-size: 18px;
  font-weight: bold;
  border-bottom:1px solid #c7ecec;
}

.catalog-data-label {
  padding: 10px;
  background: #c7ecec;
  border-left: 1px solid #c7ecec;
  border-right: 1px solid #c7ecec;
}

.catalog-data-text {
  padding: 10px;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  text-align: center;
}

.catalog-data-text + .catalog-data-text {
  border: 1px solid #cccccc;
}

.msds-form {
  max-width: 1000px;
  margin: 20px auto 0;
}

.msds-form .required {
  color: #f00;
}

.msds-form-rows {
  border-bottom: 1px solid #cccccc;
}

.msds-form-label {
  padding: 10px;
  background: #F9F9F9;
  border-left: 1px solid #F9F9F9;
  border-right: 1px solid #F9F9F9;
}

.msds-form-text {
  padding: 15px 10px;
}

.msds-form .error-text .error:first-child {
  margin-top: 10px;
}

.msds-form input[type="text"] {
  width: 100%;
  padding: 3px 5px;
  border: 1px solid #cccccc;
  font-size: 16px;
}

.msds-form-button {
  margin-top: 20px;
  text-align: center;
}

.msds-form-button .button {
  min-width: 100px;
  margin: 0 5px;
  font-size: 14px;
}

.msds-form-button .button span::before {
  top: 3px;
}

.msds-finish-text {
  margin-top: 20px;
}

.msds-finish-link {
  margin-top: 20px;
}

.msds-finish-link a {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  color: #003074;
}

.msds-finish-link a::before {
  position: absolute;
  top: 8px;
  left: 2px;
  content: '';
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-right: 5px solid transparent;
  border-left: 5px solid #66cccc;
}

/* pickup -------------------- */
.pickup-item {
  margin-top: 35px;
  padding: 10px;
  border-bottom: 1px solid #cccccc;
  background: #F9F9F9;
  position: relative;
}

.pickup-item a {
	text-decoration: none;
}

.pickup-item > a {
	display: block;
}

.pickup-item-post-type-label {
  position: absolute;
  left: 0;
  top: -20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #fff; /* ラベルの文字色 */
  background: rgba(0, 150, 57, 1); /* ラベルの背景色 */
  padding: 0 15px;
  font-weight: bold;
  border-radius: 3px 3px 0 0;
  z-index: 10;
}

.pickup-item .img {
  width: 180px;
  text-align: center;
  margin: 20px auto;
}

.pickup-item .img.printing {
  display: none;
}

/*.pickup-item:nth-child(1) {
  margin-top: 0;
}*/

.pickup-item-title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #cccccc;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.4;
}

.pickup-item h3.pickup-item-title {
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  padding-left: 15px;
  background: url(../images/common/icon_arrow.png) no-repeat 0 4px;
}

.pickup-item-title a:hover {
  opacity: .5;
}

.pickup-item-time {
	display: block;
	margin-bottom: 5px;
  margin-right: 10px;
}

.pickup-item-cat {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 2px 5px;
  background: #003074;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

/*
.pickup-item-cat:hover {
  opacity: .5;
}
*/

.pickup-item-excerpt {
  margin-top: 5px;
}

.pickup-article-title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.4;
}

.pickup-article-cat {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 5px;
  padding: 2px 5px;
  background: #003074;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.pickup-article-cat:hover {
  opacity: .5;
}

.pickup-article-image {
  margin-top: 20px;
  text-align: center;
}

.pickup-article-contents {
  margin-top: 20px;
}

.pickup-article-contents p {
  margin-top: 20px;
}

.pickup-article-contents img {
	padding: 0px;
}

.pickup-article-products-list {
  margin-top: 60px;
}

.section-title02 + .topics-list {
  margin-top: 20px;
}



.pickup-article-contents h1 {
	position: relative;
	padding: 0 3px 5px;
    border-bottom: 4px solid #eaeaea;
    font-size: 25px;
	color: #66cccc;
	margin: 40px auto 20px auto;
}

.pickup-article-contents h1::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    content: '';
    width: 120px;
    height: 5px;
    background: #66cccc;
}

.pickup-article-contents h2 {
position: relative;
padding: 0.2em 0.6em;
background: #66cccc;
font-size: 20px;
color: #FFF;
margin: 40px auto 40px;
}

.pickup-article-contents h2:after {
position: absolute;
content: '';
top: 100%;
left: 20px;
border: 10px solid transparent;
border-top: 15px solid #66cccc;
width: 0;
height: 0;
}

.pickup-article-contents h3 {
font-size: 18px;
padding: 0.25em 0.5em;/*上下 左右の余白*/
color: #666;/*文字色*/
background: transparent;/*背景透明に*/
border-left: solid 5px #66cccc;/*左線*/
margin: 30px auto 20px auto;
}

.pickup-article-contents h4 {
position: relative;
border-top: solid 2px #66cccc;
border-bottom: dotted 1px #ccc;
line-height: 1.4;
padding: 0.4em 0.5em;
margin: 3em 0 0;
background: #f9f9f9;
font-size: 16px;
color: #999;
}

.pickup-article-contents h4:after {/*タブ*/
position: absolute;
font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
content: 'POINT';
background: #66cccc;
color: #fff;
left: 0px;
bottom: 100%;
border-radius: 5px 5px 0 0;
padding: 5px 7px 3px;
font-size: 0.7em;
line-height: 1;
letter-spacing: 0.05em;
}

.pickup-article-contents h4+p,
.pickup-article-contents h4+div {
  /* 後に続く要素がdivの場合もあるため */
  background: #f9f9f9;
  padding: 10px 12px 20px;
  margin-top: 0px;
}

.pickup-article-contents ul {
  margin-top: 1.1em;
  margin-left: 1.2em;
  padding-left: 0;
}

.pickup-article-contents ul>li {
  position: relative;
  padding-left: 1.2em;
  /* 中黒の分だけテキストを右にずらす */
  list-style: none;
  /* デフォルトのリストマーカーを消す */
}

.pickup-article-contents ul>li::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 0;
  color: #4298B5;
  /* 中黒の色を指定（必要に応じて変更） */
  font-size: 1em;
  /* サイズ調整 */
}

.pickup-article-contents summary {
  cursor: pointer;
  font-weight: bold;
  position: relative;
  padding-left: 1.5em;
  /* ブラウザのデフォルト記号を非表示にする */
  list-style: none;
  appearance: none;
}

.pickup-article-contents summary::before {
  content: "▶";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1em;
  transition: transform 0.2s;
}

.pickup-article-contents details[open]>summary::before {
  content: "▼";
}






/* products -------------------- */
.products-term-detail {
  margin: 40px 0;
}

.products-term-detail-title {
  margin-bottom: 20px;
  padding: 5px 10px;
  background: #003074;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
}

.products-term-detail-block p {
  margin-top: 20px;
}

.products-term-detail-block strong {
  color: #003074;
  font-size: 15px;
}

.products-term-detail-block ul,
.products-term-detail-block ol {
  margin: 20px 0 0 20px;
}

.products-term-detail-block .image {
  margin-top: 20px;
}

.products-term-detail-block-title {
  position: relative;
  margin-top: 40px;
  margin-bottom: 23px;
  padding: 5px 10px;
  background: #003074;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 17px;
  line-height: 1.4;
}

.products-term-detail-block-title::after {
  position: absolute;
  left: 0;
  bottom: -3px;
  content: '';
  width: 100%;
  height: 2px;
  background: #eaeaea;
}

.products-detail-title span {
  display: block;
  margin: .4em 0 0;
  padding: .4em 0;
  border-top: 1px solid #cccccc;
  font-size: 20px;
}



.products-detail-image02 {
	clear: both;
}

.products-detail-image02 img {
	margin-top: 20px;
}

.products-detail-images {
  display: flex;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.products-detail-images::after {
  display: block;
  clear: both;
  content: '';
}

.products-detail-images li {
  width: 100px;
  cursor: pointer;
}

.products-detail-images li:nth-child(1) {
  margin-left: 0;
}

.products-detail-images li:nth-child(5) {
  margin-left: 0;
  /* 5番目の画像の左マージンも0に設定 */
}

.products-detail-images li:nth-child(9) {
  margin-left: 0;
  /* 9番目の画像の左マージンを0に設定 */
}


.products-detail-images li:hover img,
.products-detail-images li.is-active img {
  opacity: .5;
}

.products-detail-images li img {
  width: 100%;
  transition: .2s ease-in-out;
}

.products-detail-tag-list {
  font-size: 0;
}

.products-detail-tag-list li {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.products-detail-tag-list li span {
  display: inline-block;
  padding: 2px 10px;
  background: #003074;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.products-detail-summary-title {
  margin-top: 10px;
  padding: 5px 0 5px 10px;
  border-left: 4px solid #cccccc;
  font-size: 17px;
  font-weight: normal;
  line-height: 1;
}

.products-detail-summary-text {
  max-width: 1150px;
  margin: 10px auto 0px auto;
  padding: 0 15px;
  font-size: 2.5vw;
  line-height: 1.4;
}

.products-detail-summary-text  p{
  max-width: 700px;
}

@media screen and (min-width: 768px) { .products-detail-summary-text {
  font-size: 1rem;
}
}

.products-detail-copy {
  margin-top: 20px;
  color: #003074;
  font-size: 15px;
  font-weight: bold;
}

.products-detail-list {
  list-style: none;
  overflow: hidden;
}

.products-detail-list li {
  position: relative;
  padding-left: 14px;
}

.products-detail-list li:first-child {
  margin-top: 0px;
}

.products-detail-list li::before {
  position: absolute;
  top: 9px;
  left: 2px;
  content: '';
  width: 4px;
  height: 4px;
  background: #003074;
}

.products-detail-maker {
  margin-top: 20px;
}

.products-detail-maker-text {
  margin-top: 20px;
}
.case-article-contents .products-detail-block img {
  text-align: center;
  width: 100%;
}
.case-article-contents .mt25 {
  margin-top: 70px;
}
.case-article-contents .section-title02  {
  margin-bottom: 20px;
}
.case-article-contents h4.products-detail-block-title {
  color: #FFF;
}
.products-detail-maker-text dl {
  display: table;
  width: 100%;
  margin: 0 0 0 0;
  font-size: 100%;
  align-items: center;
}
.products-detail-maker-text dl:first-child {
  margin: 20px 0 0 0;
}
.products-detail-maker-text dl:last-child {
  margin: 0 0 20px 0;
}
.products-detail-maker-text dt {
  margin: 0 0 0 0;
  flex-basis: 30%;
  padding: 10px 20px;
  background-color: #c7ecec;
  border-bottom: 1px solid #ccc;
  color: #333;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 30%;
}
.products-detail-maker-text dd {
  flex-basis: 70%;
  padding: 10px 20px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  display: table-cell;
  vertical-align: middle;s
}


.products-detail-maker-text a {
  color: #003074;
}

.products-detail-maker-images {
  margin-top: 20px;
  text-align: center;
}

.products-detail-block h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.1em;
  /* border-bottom: 3px solid #66cccc; */
}

.products-detail-block p + h4 {
  margin-top: 40px;
  font-size: 1.1em;
  /* border-bottom: 3px solid #66cccc; */
}

.products-detail-block h4 + p {
  margin-top: 0px;
}

.products-detail-block p {
  margin-top: 20px;
}

.products-detail-block strong {
  color: #003074;
  font-size: 1.1em;
}

.products-detail-block ul,
.products-detail-block ol {
  margin: 20px 0 0 20px;
}

.products-detail-block .image {
  margin-top: 20px;
}

.products-detail-block-title {
  position: relative;
  margin-top: 40px;
  margin-bottom: 15px;
  padding: 5px 10px;
  background: #003074;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 17px;
  line-height: 1.4;
}

.products-detail-block-title::after {
  position: absolute;
  left: 0;
  bottom: -3px;
  content: '';
  width: 100%;
  height: 2px;
  background: #eaeaea;
}

/* デフォルトは縦並び（column） */
.products-detail-block .block-content-flex {
  display: block;
  /* margin-top: 10px; */
}

.products-detail-block.sub-block {
  margin-bottom: 30px;
}

/* 横並び（row）にしたい場合：親に left-image または right-image クラスがあるとき */
.products-detail-block.left-image .block-content-flex,
.products-detail-block.right-image .block-content-flex {
  flex-direction: row;
  justify-content: space-between;
}

.products-detail-block.media-top .js-zoom-img,
.products-detail-block.media-bottom .js-zoom-img {
  display: inline-block;
  width: 80%;
  vertical-align: middle;
  text-align: center;
}
.products-detail-block.media-top .js-zoom-img img,
.products-detail-block.media-bottom .js-zoom-img img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

@media screen and (max-width: 767px) {
  /* スマホなど画面幅が狭い場合は縦並び（column）に戻す */
  .products-detail-block.left-image .block-content-flex,
  .products-detail-block.right-image .block-content-flex {
    flex-direction: column;
  }

  .products-detail-block.media-right .block-content-flex,
  .products-detail-block.media-left .block-content-flex {
    flex-direction: column;
}
}

/* PCレイアウト */
@media screen and (min-width: 768px) {
  /* 左画像・右テキスト（全体・サブ共通） */
  .products-detail-block.media-left .block-content-flex,
  .products-detail-block.sub-block.media-left .block-content-flex {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 2rem;
    align-items: start;
  }
  .products-detail-block.media-left .block-media,
  .products-detail-block.sub-block.media-left .block-media {
    order: 0; /* 画像が先 */
  }
  .products-detail-block.media-left .block-textarea,
  .products-detail-block.sub-block.media-left .block-textarea {
    order: 1;
  }

  /* 右画像・左テキスト（全体・サブ共通） */
  .products-detail-block.media-right .block-content-flex,
  .products-detail-block.sub-block.media-right .block-content-flex {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 2rem;
    align-items: start;
  }
  .products-detail-block.media-right .block-textarea,
  .products-detail-block.sub-block.media-right .block-textarea {
    order: 0; /* テキストが先 */
  }
  .products-detail-block.media-right .block-media,
  .products-detail-block.sub-block.media-right .block-media {
    order: 1; /* 画像が後 */
  }
  .block-content-flex.single {
  grid-template-columns: 1fr !important;
  }

  .block-textarea {
    margin-left: 10px; /* テキストエリアの左マージンを追加 */
  }

  .block-content-flex.single>.block-textarea {
    width: 95%; /* テキストのみの幅を狭めて可読性を向上 */
  }

}

/* メディアブロック子要素の開閉対応 */
.products-detail-block details {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 8px;
  margin-bottom: 12px;
  background: #fff;
}

.products-detail-block.media-left details .block-media .image,
.products-detail-block.media-right details .block-media .image {
  margin-top: 0px;
}

.products-detail-block.media-top details .block-media .image,
.products-detail-block.media-bottom details .block-media .image {
  margin-top: 20px;
}

.products-detail-block details .block-media .image {
  margin-top: 20px;
}

.products-detail-block details .block-textarea p {
  margin-top: 0px;
}

.products-detail-block summary {
  font-weight: bold;
  cursor: pointer;
  padding: 4px 0;
  outline: none;
  display: list-item;
}



.products-detail-block .block-image {
  min-width: 250px;
}

.products-detail-catalog-list {
  padding-top: 10px;
  list-style: none;
}

.products-detail-catalog-list li {
  position: relative;
  margin-top: 15px;
  padding-left: 30px;
}

.products-detail-catalog-list li::before {
  position: absolute;
  top: 0;
  left: 4px;
  content: '';
  width: 18px;
  height: 21px;
  background: url(../images/common/icon_pdf_01.png) 0 0 no-repeat;
}

.products-detail-catalog-list li a {
  color: #003074;
}

.products-detail-movie {
  max-width: 560px;
  margin: 25px auto 0;
}

.products-detail-movie .movie_ttl{
  font-size: 15px;
  margin-bottom: 10px;
  color: #003074;
}

.products-detail-movie-inner {
  position: relative;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
}

.products-detail-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.products-detail-case-item a {
  display: block;
  padding: 15px 5px;
  border-bottom: 1px solid #cccccc;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.products-detail-case-item a:hover {
  opacity: .5;
}

.products-detail-case-item a:hover img {
  opacity: 1;
}

.products-detail-case-item-image {
  float: left;
  width: 120px;
  margin-right: 10px;
}

.products-detail-case-item-image img {
  pointer-events: none;
}

.products-detail-case-item-text {
 /*  font-size: 12px; */
  overflow: hidden;
}

.pickup-list-wrap {
/*   position: relative;
  width: 400px;
  margin: 40px auto; */
}

.products-detail-pickup-list {
  padding-top: 10px;
  list-style: none;
/*   margin: 0;
  border: 1px solid #ccc;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  max-height: 330px;
  position: relative; */
}


.pickup-more-btn {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background: none;
  color: var(--domino-do-more-blue);
  border: none;
  border-bottom: 1px solid var(--domino-do-more-blue);
  padding: 6px 14px;
  cursor: pointer;
  font-size: 16px;
  font-family: inherit;
  font-weight: normal;
  transition: color 0.2s, border-color 0.2s;
}

.pickup-more-btn:hover {
  color: var(--domino-do-more-blue-60);
  border-bottom-color: var(--domino-do-more-blue-60);
}

.pickup-list-gradient {
  pointer-events: none;
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 60px;
  background: linear-gradient(0deg, rgba(255,255,255,0.96) 70%, rgba(255,255,255,0));
  z-index: 1;
}

.products-detail-pickup-list li {
  position: relative;
  margin-top: 15px;
  padding-left: 85px;
}

.products-detail-pickup-list li::before {
  position: absolute;
  top: 1px;
  left: 0;
  content: 'Pick up!';
  padding: 1px 10px 2px;
  background: #003074;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

.products-detail-pickup-list li a {
  color: #003074;
}

.substrate-anchor-list,
.industry-anchor-list {
  padding: 10px 0 40px;
  list-style: none;
  font-size: 0;
}

.substrate-anchor-list li,
.industry-anchor-list li {
  display: inline-block;
  margin: 10px 10px 0 0;
  font-size: 0;
}

.substrate-anchor-list li a,
.industry-anchor-list li a {
  position: relative;
  display: block;
  padding: 5px 10px 5px 20px;
  background: #a1e0e0;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  color: #FFF;
  font-weight: bold;
}

.substrate-anchor-list li a:hover,
.industry-anchor-list li a:hover {
  opacity: .5;
}

.substrate-anchor-list li a::before,
.industry-anchor-list li a::before {
  position: absolute;
  top: 9px;
  left: 8px;
  content: '';
  width: 6px;
  height: 10px;
  background: url(../images/common/icon_arrow-right_white_01.png) 0 0 no-repeat;
  background-size: 6px 10px;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.substrate-products-list03,
.industry-products-list03 {
  padding-top: 20px;
}

.specifications-date {
  display: block;
  width: 100%;
  font-size: 13px;
  border-bottom: 1px solid #cccccc;
}

.specifications-date tbody,
.specifications-date tr,
.specifications-date th,
.specifications-date td {
  display: block;
  width: 100%;
}

.specifications-date th,
.specifications-date td {
  padding: 7px 10px;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

.specifications-date .col01 {
  padding: 10px;
  background: #66cccc;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.specifications-date .col02 {
  background: #c7ecec;
}

.specifications-date .col03 {
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}

.specifications-column .left-area,
.specifications-column .right-area {
  margin-top: 40px;
}

.specifications-catalog-list {
  padding-top: 10px;
  list-style: none;
}

.specifications-catalog-list li {
  position: relative;
  margin-top: 15px;
  padding-left: 30px;
}

.specifications-catalog-list li::before {
  position: absolute;
  top: 0;
  left: 4px;
  content: '';
  width: 18px;
  height: 21px;
  background: url(../images/common/icon_pdf_01.png) 0 0 no-repeat;
}

.specifications-catalog-list li a {
  color: #003074;
}

/* sitemap -------------------- */
.sitemap-block {
  margin-top: 20px;
}

.sitemap-block ul {
  list-style: none;
}

.sitemap-block ul li {
  position: relative;
  margin-top: 10px;
  padding-left: 13px;
  font-size: 15px;
}

.sitemap-block ul li:first-child {
  margin-top: 0;
}

.sitemap-block ul li::before {
  position: absolute;
  top: 8px;
  left: 0;
  content: '';
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 6px solid transparent;
  border-left: 6px solid #66cccc;
}

.sitemap-block ul li a {
  color: #003074;
}

.sitemap-block .child li {
  margin-top: 5px;
  font-size: 13px;
}

.sitemap-block .child li:first-child {
  margin-top: 10px;
}

.sitemap-block .child li::before {
  top: 7px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-right: 5px solid transparent;
  border-left: 5px solid #66cccc;
}

.sitemap-block-title {
  padding: 5px 10px;
  background: #66cccc;
  color: #fff;
  font-size: 17px;
  line-height: 1.2;
}

.sitemap-block-link {
  position: relative;
  padding-left: 13px;
  font-size: 15px;
}

.sitemap-block-link::before {
  position: absolute;
  top: 8px;
  left: 0;
  content: '';
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 6px solid transparent;
  border-left: 6px solid #66cccc;
}

.sitemap-block-link a {
  color: #003074;
}

.sitemap-label {
  margin-top: 15px;
  padding: 2px 3px;
  background: #cccccc;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}

.sitemap-label + dd {
  padding: 0 0 0 15px;
}

.sitemap-block01-col, .sitemap-block04-col {
  padding: 15px 10px 0;
}

.sitemap-block02-inner {
  margin-top: 15px;
  padding: 0 10px;
}

.sitemap-block02-inner:nth-of-type(odd) {
  padding: 15px 10px;
  background: #f3f3f3;
}

.sitemap-block03-inner {
  margin-top: 15px;
  padding: 15px 10px;
  background: #f3f3f3;
}





/* support -------------------- */

h3.support-section-title01 {
    padding: 9px 20px 9px 70px;
    background: #66CCCC;
    font-size: 18px;
    line-height: 1.2;
    color: #FFF;
	margin-bottom: 30px;
	position: relative;
}


h3.support-section-title01::before {
  position: absolute;
  content: '';
}

h3.support-section-title01.nav01::before {
  top: calc(50% - 15px);
  left: 7px;
  width: 55px;
  height: 31px;
  background: url(../images/support/icon_nav_01.png) 0 0 no-repeat;
  background-size: 55px 31px;
}

h3.support-section-title01.nav02::before {
  top: calc(50% - 15px);
  left: 20px;
  width: 32px;
  height: 31px;
  background: url(../images/support/icon_nav_02.png) 0 0 no-repeat;
  background-size: 32px 31px;
}

h3.support-section-title01.nav03::before {
  top: calc(50% - 15px);
  left: 22px;
  width: 30px;
  height: 31px;
  background: url(../images/support/icon_nav_03.png) 0 0 no-repeat;
  background-size: 30px 31px;
}

h3.support-section-title01.nav04::before {
  top: calc(50% - 15px);
  left: 16px;
  width: 40px;
  height: 31px;
  background: url(../images/support/icon_nav_04.png) 0 0 no-repeat;
  background-size: 40px 31px;
}



h3.support-section-title02 {
    padding: 8px 10px;
    background: #003074;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2;
    color: #FFF;
	margin-bottom: 30px;
}

h3.support-section-title03 {
    padding: 9px 20px 9px 20px;
    background: #66CCCC;
    font-size: 18px;
    line-height: 1.2;
    color: #FFF;
	margin-bottom: 30px;
	position: relative;
}



h4.support-img-title01 {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #66CCCC;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #66CCCC;/*左線*/
}

h4.support-img-title02 {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #003074;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #003074;/*左線*/
}

h4.support-text-title01 {
  position: relative;
  font-size: 16px;
  margin-bottom: 30px;
  display: inline-block;
}
h4.support-text-title01:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
}


h4.support-text-title02 {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #333;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #66CCCC;/*左線*/
  font-size: 18px;
  font-weight: normal;
}

h4.support-text-title02 span {
  background: #FE8802;
  padding: 0.2em 0.8em;
  border-radius: 15px;
  color: #FFF;
  margin-left: 10px;
  font-size: 0.8em;
  display: inline-block;
}

h4.support-text-title03 {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #66cccc;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #eaeaea;/*左線*/
  font-size: 18px;
  font-weight: bold;
}


a.btn--orange {
  color: #fff;
  background-color: #FFCC33;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
}

a.btn--orange:hover {
  color: #fff;
  background: #FE8802;
}

a.btn-c {
  font-size: 16px;
  position: relative;
  padding: 1.0rem 4rem;
  border-radius: 100vh;
}

a.btn-c:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - .8rem);
  right: 1rem;
  margin: 0;
  padding: 0;
  content: '\f054';
}

@media screen and (min-width: 768px){


  h3.support-section-title01 {
      width: 850px;
      height: 80px;
      padding: 15px 0 15px 80px;
      font-size: 20px;
      display: table-cell;
      vertical-align: middle;
  }

  h3.support-section-title01.nav01::before {
    top: calc(50% - 15px);
    left: 12px;
    background: url(../images/support/icon_nav_01.png) 0 0 no-repeat;
    background-size: 55px 31px;
  }

  h3.support-section-title01.nav02::before {
    top: calc(50% - 15px);
    left: 20px;
    background: url(../images/support/icon_nav_02.png) 0 0 no-repeat;
    background-size: 32px 31px;
  }

  h3.support-section-title01.nav03::before {
    top: calc(50% - 15px);
    left: 22px;
    background: url(../images/support/icon_nav_03.png) 0 0 no-repeat;
    background-size: 30px 31px;
  }

  h3.support-section-title01.nav04::before {
    top: calc(50% - 15px);
    left: 16px;
    background: url(../images/support/icon_nav_04.png) 0 0 no-repeat;
    background-size: 40px 31px;
  }

  h3.support-section-title02 {
      padding: 10px 15px;
      font-size: 20px;
  }

  h4.support-img-title01,
  h4.support-img-title02 {
      margin-bottom: 15px;
      font-size: 16px;
  }
  h4.support-text-title01 {
    font-size: 20px;
  }


}

.support-list {
  padding-top: 20px;
}

.support-item {
  margin-top: 20px;
}

.support-item a {
  display: block;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.support-item a:hover {
  opacity: .5;
}

.support-item a:hover img {
  opacity: 1;
}

.support-item a:hover .support-item-title::after {
  border-left-color: #66cccc;
}

.support-item-head {
  position: relative;
  padding: 10px 10px 10px 45px;
  background: url(../images/support/bg_support-list_01.gif);
  color: #fff;
  font-size: 17px;
}

.support-item-head::before {
  position: absolute;
  top: 10px;
  left: 10px;
  content: '';
  width: 27px;
  height: 25px;
  background: url(../images/common/icon_support_01.png) 0 0 no-repeat;
  background-size: 27px 25px;
}

.support-item-contents {
  display: table;
  width: 100%;
  background: #003074;
}

.support-item-image {
  display: table-cell;
  width: 95px;
  text-align: left;
  vertical-align: middle;
}

.support-item-title {
  position: relative;
  display: table-cell;
  padding: 10px 20px 10px 10px;
  color: #fff;
  font-size: 15px;
  text-align: left;
  vertical-align: middle;
  line-height: 1.4;
}

.support-item-title::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: '';
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.printer-support-detail-nav {
  padding-top: 20px;
  list-style: none;
}

.printer-support-detail-nav li {
  margin-top: 10px;
}

.printer-support-detail-nav li a {
  position: relative;
  display: block;
  background: #66cccc;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  white-space: nowrap;
  text-decoration: none;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.printer-support-detail-nav li a:hover {
  opacity: .5;
}

.printer-support-detail-nav li a .sub-text {
  display: block;
  margin-top: 2px;
  font-size: 13px;
}

.printer-support-detail-nav li a::before {
  position: absolute;
  content: '';
}

.printer-support-detail-nav li a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: '';
  margin-top: -5px;
  border-top: 10px solid #fff;
  border-bottom: 10px solid transparent;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.printer-support-detail-nav li:nth-of-type(1) a {
  padding: 9px 20px 9px 70px;
}

.printer-support-detail-nav li:nth-of-type(1) a::before {
  top: 10px;
  left: 7px;
  width: 55px;
  height: 31px;
  background: url(../images/support/icon_nav_01.png) 0 0 no-repeat;
  background-size: 55px 31px;
}

.printer-support-detail-nav li:nth-of-type(2) a {
  padding: 9px 20px 9px 70px;
}

.printer-support-detail-nav li:nth-of-type(2) a::before {
  top: 12px;
  left: 20px;
  width: 32px;
  height: 31px;
  background: url(../images/support/icon_nav_02.png) 0 0 no-repeat;
  background-size: 32px 31px;
}

.printer-support-detail-nav li:nth-of-type(3) a {
  padding: 17px 20px 17px 70px;
}

.printer-support-detail-nav li:nth-of-type(3) a::before {
  top: 12px;
  left: 22px;
  width: 30px;
  height: 31px;
  background: url(../images/support/icon_nav_03.png) 0 0 no-repeat;
  background-size: 30px 31px;
}

.printer-support-detail-nav li:nth-of-type(4) a {
  padding: 17px 20px 17px 70px;
}

.printer-support-detail-nav li:nth-of-type(4) a::before {
  top: 10px;
  left: 16px;
  width: 40px;
  height: 31px;
  background: url(../images/support/icon_nav_04.png) 0 0 no-repeat;
  background-size: 40px 31px;
}

.printer-support-detail-contact-wrap {
	margin: 0 auto 40px auto;
	padding: 0;
}

/*.printer-support-detail-contact-title {
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  color: #2EA7E0;
  margin-top: 20px;
}

.printer-support-detail-contact-title::before {
  position: absolute;
  top: -15px;
  left: 50%;
  content: '';
  width: 90%;
  height: 2px;
  background: #2EA7E0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

*/

h5.printer-support-detail-contact-title {
  position: relative;
  color: #2EA7E0;
  font-size: 18px;
  padding: 10px 0;
  text-align: center;
  margin: 1.5em 0 2em 0;
}

h5.printer-support-detail-contact-title:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  width: 100px;
  height: 70px;
  border-radius: 50%;
  border: 5px solid #2EA7E0;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 768px){

	h5.printer-support-detail-contact-title {
	  font-size: 30px;
	  padding: 10px 0;
	  text-align: center;
	  margin: 1.5em 0 2em 0;
	}

	h5.printer-support-detail-contact-title:before {
	  content: "";
	  position: absolute;
	  top: -16px;
	  left: 50%;
	  width: 180px;
	  height: 100px;
	  border-radius: 50%;
	  border: 5px solid #2EA7E0;
	  border-left-color: transparent;
	  border-right-color: transparent;
	  -webkit-transform: translateX(-50%);
	  transform: translateX(-50%);
	}

}


.printer-support-detail-contact-text {
  text-align: left;
  width: 90%;
  margin: 0 auto;
}

.printer-support-detail-contact-text span {
  background: linear-gradient(transparent 0%, #FFFF00 0%);
  margin-right: 3px;
  padding: 3px;
}


.printer-support-detail-tel-item {
  margin: 20px auto 0 auto;
  padding: 2px;
  /*background: url(../images/support/bg_tel-list_01.gif);*/
  background-size: 5px 5px;
  border-radius: 2px;
  width: 80%;
}

.printer-support-detail-tel-item dl {
  padding: 10px;
  background: #DDF1FB;
  text-align: center;
}

.printer-support-detail-tel-item dl dt {
  margin-bottom: 15px;
  font-size: 15px;
  padding-bottom: 10px;
  color: #333333;
  font-weight: bold;
  border-bottom: #2EA7E0 dotted 1px;
}

.printer-support-detail-tel-item dl dd {
  font-size: 13px;
}



/*ドミノ製品　保守サービス*/

ul.maintenance-service {
    margin: 0 auto 40px 0;
    padding: 15px 15px 15px 10px;
    background: #f9f9f9;
}

ul.maintenance-service li {
    text-indent: -1em;
    padding-left: 1em;
}

.maintenance-service-box {
    position: relative;
    margin: 5em 0 3em 0;
    padding: 0.5em 1.5em 2em;
    border: solid 3px #66CCCC;
}

.maintenance-service-box .box-title {
    position: absolute;
    display: inline-block;
	bottom: 100%;
    left: -3px;
    padding: 10px 20px;
    line-height: 1;
    font-size: 16px;
    color: #FFF;
    background: #66CCCC;
}

.maintenance-service-box p {
    margin: 0 auto 20px auto;
}

.maintenance-service-box ul {
    margin: 0 auto;
}

.printer-support-detail-section02 .block02 .printer-support-detail-section02 .block02 ul li {
    padding-left: 1em;
}

.maintenance-service-box ul.bg-gray li {
    text-indent: -1em;
    padding-left: 1em;
}


.printer-support-detail-section02 .block02 ul li h4::after {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: 0;
  width: 10px;
  height: 5px;
  border-left: 2px solid #66CCCC;
  border-bottom: 2px solid #66CCCC;
  transform: rotate(-45deg);
}

.maintenance-service-box ul.bg-gray {
    padding: 15px 15px 15px 10px;
    background: #f9f9f9;
}

.maintenance-service-box ul.bg-none {
    padding: 0;
    background: none;
}

.maintenance-service-box h5 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}

.maintenance-service-box h5:before {
  content: '';
  position: absolute;
  bottom: -5px;
  display: inline-block;
  width: 100%;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #66CCCC;
  border-radius: 2px;
}

@media screen and (min-width: 768px){
	.maintenance-service-box {
		margin: 5em 0 3.5em 0;
	}

    .printer-support-detail-section02 .block02 ul li h4::after {
      left: -10px;
    }


}



/*ご購入の流れ*/

h3.flow-section-title.step01,
h3.flow-section-title.step02,
h3.flow-section-title.step03,
h3.flow-section-title.step04,
h3.flow-section-title.step05 {
    position: relative;
    background: #003074;
    border-left: solid 3em #66CCCC;
    padding: 8px 10px;
    font-size: 18px;
    line-height: 1.2;
    color: #FFF;
	margin-bottom: 30px;
	font-weight: normal;
}

h3.flow-section-title:before {
  position: absolute;
  padding: 0em;
  color: white;
  font-weight: 900;
  left: -2.2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

h3.flow-section-title.step01:before {
  content: "01";
}
h3.flow-section-title.step02:before {
  content: "02";
}

h3.flow-section-title.step03:before {
  content: "03";
}
h3.flow-section-title.step04:before {
  content: "04";
}
h3.flow-section-title.step05:before {
  content: "05";
}



.flow-customize {
	margin: 20px auto;
}

.flow-customize .left-box,
.flow-customize .right-box {
	margin: 0 auto 20px;
}

.flow-customize .left-box ul {
	padding: 10px;
	margin-bottom: 30px;
	margin-left: 4%;
}

.flow-customize .left-box ul li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 5px;
}




@media screen and (min-width: 768px){

	h3.flow-section-title.step01,
	h3.flow-section-title.step02,
	h3.flow-section-title.step03,
	h3.flow-section-title.step04,
	h3.flow-section-title.step05 {
		padding: 10px 15px;
		font-size: 20px;
	}

	.image.flow-img_01 {
		width: 60%;
		margin: 20px auto 60px auto;
	}

	.image.flow-img_02 {
		width: 65%;
		margin: 20px auto 60px auto;
	}

	.box-flow-img_03 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.box-flow-img_03 img {
        width: 100%;
	}

	.flow-customize {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.flow-customize .left-box {
		width: 42%;
	}

	.flow-customize .right-box {
		width: 56%;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
		-webkit-align-items: flex-start;  /* Safari etc. */
        -ms-align-items    : flex-start;  /* IE10        */
        align-items        : flex-start;
	}

	.flow-customize .right-box img {
		width: 100%;
	}

	.flow-customize .left-box ul {
		margin-left: 0;
	}


}



/*保守サービスについて*/

.support-contact-wrap {
  	display:block;
}

.support-contact-wrap .box {
	width: 100%;
	text-align: center;
    margin: 2em 0 2em 0;
    padding: 0.5em 1em 1.5em 1em;
    border: solid 2px #66CCCC;
}

.support-contact-wrap .box p {
    margin-bottom: 30px;
}

.support-contact-wrap .box a {
  color: #fff;
  background-color: #66CCCC;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}

.support-contact-wrap .box a:hover,
.support-contact-wrap .box a.brother:hover {
  color: #fff;
  background: #FE8802;
}

.support-contact-wrap .box a {
  font-size: 16px;
  position: relative;
  padding: 1.0rem;
  border-radius: 100vh;
}

.support-contact-wrap .box a:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - .8rem);
  right: 1rem;
  margin: 0;
  padding: 0;
  content: '\f054';
}

.support-contact-wrap .box a.brother {
  background-color: #003074;
}

.support-contact-wrap img + p {
	display: none;
}

@media screen and (min-width: 768px){

	.support-contact-wrap {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.support-contact-wrap .box {
		width: 45%;
	}

	.support-contact-wrap .box a {

	  font-weight: 700;
	  line-height: 1.5;
	  position: relative;
	  display: inline-block;
	  width: 80%;
	}

}

/*ドミノ製品　海外でのサポート*/
.flow-chart_01 {
  margin-left: .5em;
  border-left: 2px dashed;
  margin-bottom: 50px;
}


.flow-chart_01 p.title {
  position: relative;
  margin-top: 0;
  margin-left: 2em;
  margin-bottom: 1.0em;
  font-size: 16px;
  font-weight: bold;
}
.flow-chart_01 p.title:before{
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #66CCCC;
  position: absolute;
  left: calc(-2em - 8px);
  top: .5em;
}
.flow-chart_01 p.title:after{
  content: "";
  border-bottom: 2px solid #66CCCC;
  width: 1.5em;
  background: #66CCCC;
  position: absolute;
  top: .9em;
  left: -2em;
}

.flow-chart_01.dark-blue p.title:before{
  background: #003074;
}

.flow-chart_01.dark-blue p.title:after{
  border-bottom: 2px solid #003074;
  background: #003074;
}



.flow-chart_01 ul {
  margin: 0 auto 30px 15px;
  padding: 15px 15px 15px 10px;
  background: #f9f9f9;
}

.flow-chart_01 ul li {
  text-indent:-1em;
  padding-left:1em;
}

.flow-chart_01 p {
  margin: 0 auto 10px 15px;
}

.flow-chart_01 p.bg {
	margin: 0 auto 30px 15px;
    padding: 15px 15px 15px 10px;
    background: #f9f9f9;
}


/*ブラザー製品　保守サービス*/
ul.brother_maintenance-alternativemachine {
  margin-top: 20px;
  padding: 15px 15px 15px 10px;
  background: #f9f9f9;
}

ul.brother_maintenance-alternativemachine li {
  text-indent:-1em;
  padding-left:1em;
}


/*ブラザー製レーザーマーカー*/
.printer-support-detail-tel-item.brother {
  margin: 20px auto 0 auto;
  padding: 2px;
  /*background: url(../images/support/bg_tel-list_01.gif);*/
  background-size: 5px 5px;
  border-radius: 2px;
  width: 100%;
}

.printer-support-detail-tel-item.brother dd span {
	display: block;
}

/* --- 共通 --- */

/* 全体ラッパーを縦積みに */
.printer-support-detail-tel-item.brother .printer-support-detail-tel-flex {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

/* 左カラム */
.printer-support-detail-tel-item.brother .printer-support-detail-tel-col.left {
  width: 100%;
}

/* 右カラム */
.printer-support-detail-tel-item.brother .printer-support-detail-tel-col.right {
  width: 100%;
}

/* 罫線は常に横罫線 */
.printer-support-detail-tel-item.brother .printer-support-detail-tel-divider {
  width: 100%;
  height: 1px;
  background: #ccc;
  margin: 16px 0;
  min-height: 0;
}

/* 右カラム内のリストと画像ラッパー */
.printer-support-detail-tel-item.brother .printer-support-detail-tel-col.right .right-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: fit-content;
}

/* --- レスポンシブ --- */
@media (max-width: 767px) {

  .printer-support-detail-tel-item.brother .printer-support-detail-tel-col.right .right-img {
    flex: 0 0 auto;
  }
}



.printer-support-detail-sc-link {
  margin-top: 20px;
}

.printer-support-detail-sc-link.tel_area {
  margin-top: 20px;
  margin-bottom: 40px;
}


.printer-support-detail-sc-link span {
  position: relative;
  display: inline-block;
  padding-left: 13px;
}

.printer-support-detail-sc-link span::before {
  position: absolute;
  top: 6px;
  left: 0;
  content: '';
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 6px solid transparent;
  border-left: 6px solid #66CCCC;
}

.printer-support-detail-sc-link a {
  color: #003074;
}



.printer-support-detail-section01,
.printer-support-detail-section02 {
  margin: 30px 0 50px 0;
}

.printer-support-detail-section06 {
  margin: 30px 0 20px 0;
}


@media screen and (min-width: 768px){

	.printer-support-detail-section01,
	.printer-support-detail-section02  {
	  margin: 30px 0 70px 0;
	}

	.printer-support-detail-section06  {
	  margin: 30px 0 40px 0;
	}

}

.printer-support-detail-section01 figure {
  margin: 20px 0 30px;
  text-align: center;
}

.printer-support-detail-section02 figure {
  margin: 20px 0 30px;
  text-align: center;
}

.printer-support-detail-section02 .block01 {
  margin-top: 20px;
}
.printer-support-detail-section02 .block01 figure {
	text-align: center;
	margin: 0 auto;
}

.printer-support-detail-section02 .block01 .text {
  margin-top: 20px;
}

.printer-support-detail-section02 .block01 .text p + p {
  margin-top: 10px;
}

.printer-support-detail-section02 .block02 {
  margin: 20px auto 40px auto;
  padding: 0 15px;
  /*border: #66CCCC solid 2px;*/
  background: #e8f7f7;
}

.printer-support-detail-section02 .block02 ul {
  list-style: none;
}

.printer-support-detail-section02 .block02 ul li {
  padding: 15px 5px;
  border-top: 1px dashed #cccccc;
}

.printer-support-detail-section02 .block02 ul li:first-child {
  border-top: none;
}

.printer-support-detail-section02 .block02 ul li h4 {
  position: relative;
  margin-bottom: 10px;
  color: #333;
  font-size: 16px;
  line-height: 1.2;
  padding-left: 20px;
  font-weight: normal;
}


.printer-support-detail-section02 .block02 ul li .link-detail {
  position: relative;
  display: inline-block;
  padding-left: 13px;
}

.printer-support-detail-section02 .block02 ul li .link-detail::before {
  position: absolute;
  top: 6px;
  left: 0;
  content: '';
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 6px solid transparent;
  border-left: 6px solid #a7ca29;
}

.printer-support-detail-section02 .block02 ul li .link-detail a {
  color: #003074;
}


.printer-support-detail-section02 .block02 ul li p {
	padding-left: 20px;
}


.printer-support-detail-section02 .block02 .btn {
	padding-bottom: 10px;
}

.printer-support-detail-section02 .block02 .btn a {
	width: 100%;
	font-size: 17px;
	margin: 20px auto 10px auto;
    display: block;
    padding: 15px 0px;
    background: #ffcc00;
    color: #fff;
    text-decoration: none;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
	text-align: center;
}
.printer-support-detail-section02 .block02 .btn a:hover {
	opacity:.5;
}
.printer-support-detail-section02 .block02 .btn a span {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    line-height: 1.3;
}

.printer-support-detail-section02 .block02 .btn a span::before {
    position: absolute;
    top: 6px;
    left: 0;
    content: '';
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 6px solid transparent;
    border-left: 6px solid #FFF;
}


.printer-support-detail-section02 .block02.flow {
  margin: 40px auto;
  padding: 0 5px;
  background: none;
}

.printer-support-detail-section02 .block02.flow ul li {
  padding: 15px 5px;
  border-top: none;
}


.printer-support-detail-section03 .block01 {
  margin-top: 20px;
}

.printer-support-detail-section03 .block01 figure {
	text-align: center;
	margin:0 auto;
}


.printer-support-detail-section03 .block01 .text {
  margin-top: 20px;
}

.printer-support-detail-section03 .block01 .text p + p {
  margin-top: 10px;
}

.printer-support-detail-section04 .prologue {
  margin: 20px 0;
  font-size: 15px;
  color: #66cccc;
}

.printer-support-detail-section04 .block01 .image ul {
  list-style: none;
  overflow: hidden;
}

.printer-support-detail-section04 .block01 .image ul li {
  float: left;
  width: 32%;
  margin-left: 2%;
}

.printer-support-detail-section04 .block01 .image ul li:first-child {
  margin-left: 0;
}

.printer-support-detail-section04 .block01 .image ul li img {
  width: 100%;
}

.printer-support-detail-section04 .block01 .course-block {
  margin-top: 20px;
  background: #e8f7f7;
}

.printer-support-detail-section04 .block01 .course-block-title {
  padding: 10px;
  background: #66cccc;
  color: #fff;
  font-weight: bold;
}

.printer-support-detail-section04 .block01 .course-block-title-text {
  font-size: 15px;
  line-height: 1.2;
}

.printer-support-detail-section04 .block01 .course-block-title-description {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #fff;
  font-size: 12px;
  line-height: 1.2;
}

.printer-support-detail-section04 .block01 .course-block-contents {
  padding: 20px 10px;
}

.printer-support-detail-section04 .block01 .course-block-contents p + p {
  margin-top: 10px;
}

.printer-support-detail-section04 .block01 .course-block-contents strong {
  color: #f00;
  font-weight: normal;
}

.printer-support-detail-section04 .block01 .course-block-contents dl {
  margin-top: 20px;
}

.printer-support-detail-section04 .block01 .course-block-contents dl dt {
  display: inline-block;
  padding: 2px 10px 2px 15px;
  background: #66cccc;
  color: #fff;
  font-weight: bold;
}

.printer-support-detail-section04 .block01 .course-block-contents dl dd ul {
  margin: 10px 0 0 5px;
}

.printer-support-detail-section05 figure {
  margin: 20px 0 40px;
  text-align: center;
}

.printer-support-maintenance-section01 .block01 {
  margin-top: 20px;
}

.printer-support-maintenance-section01 .block01 figure {
	text-align: center;
	margin:0 auto;
}

.printer-support-maintenance-section01 .block01 .text {
  margin-top: 20px;
}

.printer-support-maintenance-section01 .block01 .text p + p {
  margin-top: 10px;
}

.printer-support-maintenance-section01 .block02 {
  margin-top: 20px;
  padding: 0 15px;
  background: #e8f7f7;
}

.printer-support-maintenance-section01 .block02 ul {
  list-style: none;
}

.printer-support-maintenance-section01 .block02 ul li {
  padding: 15px 5px;
  border-top: 1px dashed #cccccc;
}

.printer-support-maintenance-section01 .block02 ul li:first-child {
  border-top: none;
}

.printer-support-maintenance-section01 .block02 ul li h4 {
  position: relative;
  margin-bottom: 5px;
  color: #66cccc;
  font-size: 16px;
  line-height: 1.2;
}


.printer-support-maintenance-section01 .block02 ul li .link-detail {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  padding-left: 13px;
}

.printer-support-maintenance-section01 .block02 ul li .link-detail::before {
  position: absolute;
  top: 6px;
  left: 0;
  content: '';
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 6px solid transparent;
  border-left: 6px solid #a7ca29;
}

.printer-support-maintenance-section01 .block02 ul li .link-detail a {
  color: #003074;
}

.printer-support-maintenance-section02 .block-title, .printer-support-maintenance-section03 .block-title {
  margin: 40px 0 15px;
  padding: 7px 10px;
  background: #e8f7f7;
  border-left: 4px solid #66cccc;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
}

.printer-support-maintenance-section02 .block-title:nth-of-type(1), .printer-support-maintenance-section03 .block-title:nth-of-type(1) {
  margin-top: 20px;
}

.printer-support-maintenance-section02 .list, .printer-support-maintenance-section03 .list {
  margin-top: 10px;
}

.printer-support-maintenance-section02 .note-block {
  margin-top: 40px;
  background: #f9f9f9;
}

.printer-support-maintenance-section02 .note-block dt {
  display: inline-block;
  padding: 0 10px;
  background: #f00;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.printer-support-maintenance-section02 .note-block dd {
  padding: 10px;
}

.printer-support-maintenance-section02 .note-block ul {
  list-style: none;
}

.printer-support-maintenance-section02 .note-block ul li {
  position: relative;
  padding-left: 1em;
}

.printer-support-maintenance-section02 .note-block ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '・';
}

.printer-support-maintenance-section02 .case-block {
  margin-top: 30px;
  padding: 10px 20px 20px;
  background: #e8f7f7;
  border: 2px solid #66cccc;
}

.printer-support-maintenance-section02 .case-block-title {
  position: relative;
  margin-bottom: 10px;
  padding-left: 48px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #66cccc;
  font-size: 15px;
}

.printer-support-maintenance-section02 .case-block-title span {
  display: block;
  line-height: 1.2;
}

.printer-support-maintenance-section02 .case-block-title::before {
  position: absolute;
  top: 5px;
  left: 0;
  content: '';
  width: 36px;
  height: 38px;
  background: url(../images/support/maintenance/icon_case_01.png) 0 0 no-repeat;
}

.other-support-detail-tel-item {
  margin: 0px auto 20px auto;
  padding: 2px;
  background: url(../images/support/other-support/bg_tel-list_02.gif);
  background-size: 5px 5px;
  border-radius: 2px;
  width: 90%;
}

.other-support-detail-tel-item dl {
  padding: 10px;
  background: #f9f9f9;
  text-align: center;
}

.other-support-detail-tel-item dl dt {
  margin-bottom: 10px;
  font-size: 15px;
  color: #003074;
  border-bottom: #003074 dotted 1px;
}

.other-support-detail-tel-item dl dd {
  font-size: 13px;
}

.other-support-detail-tel-list h4 {
	width: 100%;
	color: #FFF;
    background-color: rgba(0,48,116,0.8);
	font-size: 16px;
	padding: 5px 5px 5px 15px;
}



/* topics -------------------- */
.topics-item {
  margin-top: 35px;
  padding: 10px;
  border-bottom: 1px solid #cccccc;
  background: #F9F9F9;
  position: relative;
}

.topics-item a {
	text-decoration: none;
}

.topics-item > a {
	display: block;
}

.topics-item-post-type-label {
  position: absolute;
  left: 0;
  top: -20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #fff; /* ラベルの文字色 */
  background: rgba(0, 59, 92, 1); /* ラベルの背景色 */
  padding: 0 15px;
  font-weight: bold;
  border-radius: 3px 3px 0 0;
  z-index: 10;
}

.topics-item .img {
  width: 180px;
  text-align: center;
  margin: 20px auto;
}


/*.topics-item:nth-child(1) {
  margin-top: 0;
}*/

.topics-item-title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #cccccc;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.4;
}

.topics-item h3.topics-item-title {
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  padding-left: 15px;
  background: url(../images/common/icon_arrow.png) no-repeat 0 4px;
}

.topics-item-title a:hover {
  opacity: .5;
}

.topics-item-cat {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 5px;
  padding: 2px 5px;
  background: #003074;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

/*
.topics-item-cat:hover {
  opacity: .5;
}
*/

.topics-item-excerpt {
  margin-top: 5px;
}

.topics-article-title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.4;
}

.topics-article-cat {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 5px;
  padding: 2px 5px;
  background: #003074;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.topics-article-cat:hover {
  opacity: .5;
}

.topics-article-contents {
  margin-top: 20px;
}

.topics-article-contents p {
  margin: 20px 0;
}

img.aligncenter {
  margin: 20px auto;
  text-align: center;
  display: block;
}

img.alignleft {
  margin: 20px 20px 20px 0;
}


.topics-article-contents h1 {
	position: relative;
	padding: 0 3px 5px;
    border-bottom: 4px solid #eaeaea;
    font-size: 25px;
	color: #66cccc;
	margin: 40px auto 20px auto;
}

.topics-article-contents h1::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    content: '';
    width: 120px;
    height: 5px;
    background: #66cccc;
}

.topics-article-contents h2 {
position: relative;
padding: 0.2em 0.6em;
background: #66cccc;
font-size: 20px;
color: #FFF;
margin: 40px auto 40px;
}

.topics-article-contents h2:after {
position: absolute;
content: '';
top: 100%;
left: 20px;
border: 10px solid transparent;
border-top: 15px solid #66cccc;
width: 0;
height: 0;
}

.topics-article-contents h3 {
font-size: 18px;
padding: 0.25em 0.5em;/*上下 左右の余白*/
color: #666;/*文字色*/
background: transparent;/*背景透明に*/
border-left: solid 5px #66cccc;/*左線*/
margin: 30px auto 20px auto;
}

.topics-article-contents h4 {
position: relative;
border-top: solid 2px #66cccc;
border-bottom: dotted 1px #ccc;
line-height: 1.4;
padding: 0.4em 0.5em;
margin: 3em 0 0;
background: #f9f9f9;
font-size: 16px;
color: #999;
}

.topics-article-contents h4:after {/*タブ*/
position: absolute;
font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
content: 'POINT';
background: #66cccc;
color: #fff;
left: 0px;
bottom: 100%;
border-radius: 5px 5px 0 0;
padding: 5px 7px 3px;
font-size: 0.7em;
line-height: 1;
letter-spacing: 0.05em;
}

.topics-article-contents h4 + p {
	background: #f9f9f9;
	padding: 10px 12px 20px;
	margin-top: 0px;
}


.topics-article-products-list {
  margin-top: 60px;
  margin-bottom: 40px;
}
.topics-article-products-list p,
.topics-article-products-list h1,
.topics-article-products-list h2,
.topics-article-products-list h3 {
  padding: unset;
  margin: unset;
}
.topics-article-products-list .section-title02 {
  position: relative;
  padding: 0 3px 10px;
  border-bottom: 5px solid #eaeaea;
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
  margin: 0 !important;
  border-left: none !important;
  font-size: 20px;
}
.topics-article-products-list .products-list02 .products-item-text {
  margin-top: 5px;
  font-size: 12px;
}
.topics-article-products-list .products-list02 .products-item-logo p {
  display: table-cell;
  padding: 5px 0;
  vertical-align: middle;
}
.topics-article-products-list figure img {
  margin: 0px auto;
  width: auto;
  max-width: 100%;
  height: auto;
}


/* scheme -------------------- */
.scheme-printer .products-term-detail-block-title {
  background: #66cccc;
}

.scheme-printer .products-term-detail-block strong {
  color: #66cccc;
}

.scheme-printer .products-detail-title::after {
  background: #66cccc;
}

.scheme-printer .products-detail-tag-list li span {
  background: #66cccc;
}

.scheme-printer .products-detail-copy {
  color: #66cccc;
  font-size: 1.35em;
  margin-bottom: 10px;
}

.scheme-printer .products-detail-list li::before {
  background: #66cccc;
}

.scheme-printer .products-detail-block strong {
  color: #66cccc;
  font-size: 1.25rem;
  text-decoration-line: underline;
  text-decoration-color: #6cc;
  margin: 2px;
}

.scheme-printer .products-detail-block-title {
  background: #66cccc;
}

.scheme-printer .products-detail-pickup-list li::before {
  background: #66cccc;
}

.scheme-printer .endsale-list-title {
  border-bottom-color: #66cccc;
}

.scheme-printer .endsale-list-title span {
  background: #66cccc;
}

.scheme-printer .contact-block-contents {
  border-top-color: #66cccc;
}

.scheme-printer .contact-block-contents {
  border-top-color: #66cccc;
}

.scheme-printer .side-block-list li a.is-current::after {
  background: #66cccc;
}

.scheme-printer .side-block-list ul li a::before {
  border-left-color: #66cccc;
}

.scheme-printer .contents {
  margin-top: 20px;
}

.scheme-bib .products-term-detail-block-title {
  background: #6696c6;
}

.scheme-bib .products-term-detail-block strong {
  color: #6696c6;
}

.scheme-bib .products-detail-title::after {
  background: #6696c6;
}

.scheme-bib .products-detail-tag-list li span {
  background: #6696c6;
}

.scheme-bib .products-detail-copy {
  color: #6696c6;
}

.scheme-bib .products-detail-list li::before {
  background: #6696c6;
}

.scheme-bib .products-detail-block strong {
  color: #6696c6;
}

.scheme-bib .products-detail-block-title {
  background: #6696c6;
}

.scheme-bib .products-detail-pickup-list li::before {
  background: #6696c6;
}

.scheme-bib .endsale-list-title {
  border-bottom-color: #6696c6;
}

.scheme-bib .endsale-list-title span {
  background: #6696c6;
}

.scheme-bib .contact-block-contents {
  border-top-color: #6696c6;
}

.scheme-bib .contact-block-contents {
  border-top-color: #6696c6;
}

.scheme-bib .side-block-list li a.is-current::after {
  background: #6696c6;
}

.scheme-bib .side-block-list ul li a::before {
  border-left-color: #6696c6;
}

.scheme-inspection .products-term-detail-block-title {
  background: #73c4ef;
}

.scheme-inspection .products-term-detail-block strong {
  color: #73c4ef;
}

.scheme-inspection .products-detail-title::after {
  background: #73c4ef;
}

.scheme-inspection .products-detail-tag-list li span {
  background: #73c4ef;
}

.scheme-inspection .products-detail-copy {
  color: #73c4ef;
}

.scheme-inspection .products-detail-list li::before {
  background: #73c4ef;
}

.scheme-inspection .products-detail-block strong {
  color: #73c4ef;
}

.scheme-inspection .products-detail-block-title {
  background: #73c4ef;
}

.scheme-inspection .products-detail-pickup-list li::before {
  background: #73c4ef;
}

.scheme-inspection .endsale-list-title {
  border-bottom-color: #73c4ef;
}

.scheme-inspection .endsale-list-title span {
  background: #73c4ef;
}

.scheme-inspection .contact-block-contents {
  border-top-color: #73c4ef;
}

.scheme-inspection .contact-block-contents {
  border-top-color: #73c4ef;
}

.scheme-inspection .side-block-list li a.is-current::after {
  background: #73c4ef;
}

.scheme-inspection .side-block-list ul li a::before {
  border-left-color: #73c4ef;
}

.scheme-beer .products-term-detail-block-title {
  background: #dbab04;
}

.scheme-beer .products-term-detail-block strong {
  color: #dbab04;
}

.scheme-beer .products-detail-title::after {
  background: #dbab04;
}

.scheme-beer .products-detail-tag-list li span {
  background: #dbab04;
}

.scheme-beer .products-detail-copy {
  color: #dbab04;
}

.scheme-beer .products-detail-list li::before {
  background: #dbab04;
}

.scheme-beer .products-detail-block strong {
  color: #dbab04;
}

.scheme-beer .products-detail-block-title {
  background: #dbab04;
}

.scheme-beer .products-detail-pickup-list li::before {
  background: #dbab04;
}

.scheme-beer .endsale-list-title {
  border-bottom-color: #dbab04;
}

.scheme-beer .endsale-list-title span {
  background: #dbab04;
}

.scheme-beer .contact-block-contents {
  border-top-color: #dbab04;
}

.scheme-beer .contact-block-contents {
  border-top-color: #dbab04;
}

.scheme-beer .side-block-list li a.is-current::after {
  background: #dbab04;
}

.scheme-beer .side-block-list ul li a::before {
  border-left-color: #dbab04;
}

.scheme-container .products-term-detail-block-title {
  background: #99CC00;
}

.scheme-container .products-term-detail-block strong {
  color: #99CC00;
}

.scheme-container .products-detail-title::after {
  background: #99CC00;
}

.scheme-container .products-detail-tag-list li span {
  background: #99CC00;
}

.scheme-container .products-detail-copy {
  color: #99CC00;
}

.scheme-container .products-detail-list li::before {
  background: #99CC00;
}

.scheme-container .products-detail-block strong {
  color: #99CC00;
}

.scheme-container .products-detail-block-title {
  background: #99CC00;
}

.scheme-container .products-detail-pickup-list li::before {
  background: #99CC00;
}

.scheme-container .endsale-list-title {
  border-bottom-color: #99CC00;
}

.scheme-container .endsale-list-title span {
  background: #99CC00;
}

.scheme-container .contact-block-contents {
  border-top-color: #99CC00;
}

.scheme-container .contact-block-contents {
  border-top-color: #99CC00;
}

.scheme-container .side-block-list li a.is-current::after {
  background: #99CC00;
}

.scheme-container .side-block-list ul li a::before {
  border-left-color: #99CC00;
}

.scheme-support .side-block-list li a.is-current::after {
  background: #66CCC;
}

.scheme-support .side-block-list ul li a::before {
  border-left-color: #66CCC;
}


/*2020年4月トップページ改修*/
.home-products-select {
	text-align: center;
	margin: 5%;

}
.home-products-select-item-title {
	width: 100%;
	border: 1px solid #CCC;
	padding: 0 0 20px 0;
	margin-bottom: 30px;
}

.home-products-select-item-title h3 {
	position: relative;
	color: #FFF;
	background: #003074;
	padding: 8px 20px 8px 8px;
}

.home-products-select-item-title h3::after {
     position: absolute;
     content: '';
     width: 10px;
     height: 10px;
     border-top: solid 2px #66cccc;
     border-right: solid 2px #66cccc;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
     top: 50%;
     right: 7px;
     margin-top: -5px;
}

.home-products-select-item-title h3 a {
	color: #FFF;
	text-decoration: none;
}

.home-products-select-item-title a h3 {
	color: #FFF;}


.home-products-select-item-title img {
	width: 50%;
	margin: 20px 10px 10px 10px;
}

.home-products-select-item-title ul li:first-child {
	padding-bottom: 20px;
	border-bottom: 1px dotted #CCC;

}

.home-products-select-item-title a {
	display: block;
}


@media screen and (min-width: 600px){
  .case-article-point-result{
    padding: 20px;
  }
  .company-message-section h4 br{
    display: none;
  }
  .company-message-section-contents{
    margin-top: 40px;
  }
  .company-message-section-contents::after{
    display: block;
    clear: both;
    content: '';
  }
  .company-message-section .image{
    float: right;
    margin: 0 0 20px 20px;
  }
  .company-philosophy-section01{
    text-align: center;
  }
  .contact-index-nav li a{
    padding: 30px 30px 30px 15px;
  }
  .contact-index-nav li a br{
    display: none;
  }
  .home-group-company-list{
    width: 450px;
  }
  .home-group-company-list li:nth-child(2n+1){
    clear: none;
    margin: 30px 0 0 30px;
  }
  .home-group-company-list li:nth-child(3n+1){
    clear: none;
    margin-left: 0;
  }
  .printer-support-detail-nav::after{
    display: block;
    clear: both;
    content: '';
  }
  .printer-support-detail-nav li{
    float: left;
    width: 49%;
    margin: 10px 0 0 2%;
  }
  .printer-support-detail-nav li a{
    height: 54px;
  }
  .printer-support-detail-nav li:nth-of-type(1), .printer-support-detail-nav li:nth-of-type(3){
    clear: left;
    margin-left: 0;
  }
  .printer-support-detail-sc-link{
    text-align: right;
  }
  .printer-support-detail-section02 .block01::after, .printer-support-detail-section03 .block01::after{
    display: block;
    clear: both;
    content: '';
  }
  .printer-support-detail-section02 .block01 .image, .printer-support-detail-section03 .block01 .image{
    float: left;
    margin: 0 20px 20px 0;
  }
  .printer-support-detail-section02 .block01 .text, .printer-support-detail-section03 .block01 .text{
    overflow: hidden;
  }
  .printer-support-detail-section02 .block01 .text p + p, .printer-support-detail-section03 .block01 .text p + p{
    margin-top: 20px;
  }
  .printer-support-maintenance-section01 .block01::after{
    display: block;
    clear: both;
    content: '';
  }
  .printer-support-maintenance-section01 .block01 .image{
    float: left;
    margin: 0 20px 20px 0;
  }
  .printer-support-maintenance-section01 .block01 .text{
    overflow: hidden;
  }
  .printer-support-maintenance-section01 .block01 .text p + p{
    margin-top: 20px;
  }



}

@media screen and (min-width: 768px){
  .case-item{
    padding: 20px;
    margin-top: 50px;
    padding-bottom: 50px;
  }

  .case-item > a:hover {
	  opacity: .6;
  }
  .case-item-post-type-label {
    top: -25px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
  }
  .case-item .box .img {
    display: block;
    width: 180px;
    float: right;
    margin: 0px auto 10px 20px;
  }
  .case-item .box .voice_archive_image {
    margin: 42px auto 10px 20px;
  }

  .voice-item-post-type-label {
    top: -25px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
  }


  .clearfix:after {
    content:" ";
    display:block;
    clear:both;
  }

  .case-item-title{
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 20px;
  }

  .case-item-item h3.case-item-title {
    padding-left: 15px;
    background: url(../images/common/icon_arrow.png) no-repeat 0 6px;
  }

  .case-item-time {
	display: inline-block;
	margin-right: 10px;
  }

  .case-item-cat{
    padding: 2px 10px;
  }
  .case-item-excerpt{
    margin-top: 15px;
  }
  .case-article-title{
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 25px;
  }
  .case-article-cat{
    padding: 2px 10px;
  }
  .case-article-image{
    margin-top: 40px;
  }
  .case-article-contents{
    margin-top: 40px;
  }
  .case-article-contents h4{
    font-size: 17px;
  }
  .case-article-contents p{
    margin-top: 20px;
  }
  .case-article-trouble{
    margin-top: 60px;
  }
  .case-article-trouble-title{
    padding: 6px 10px 6px 52px;
    font-size: 20px;
  }
  .case-article-trouble-title::before{
    width: 42px;
    background-size: auto;
  }
  .case-article-trouble-contents p{
    margin-top: 20px;
  }
  .case-article-proposal-title{
    padding: 6px 10px 6px 52px;
    font-size: 20px;
  }
  .case-article-proposal-title::before{
    width: 42px;
    background-size: auto;
  }
  .case-article-proposal-contents::after{
    display: block;
    clear: both;
    content: '';
  }
  .case-article-proposal-contents .image_left{
    float: left;
	max-width: 300px;
    margin: 0 20px 20px 0px;
  }
  .case-article-proposal-contents .image_right{
    float: right;
	max-width: 300px;
    margin: 0 0px 20px 20px;
  }

  .case-article-proposal-contents .text_box_right {
	float: right;
	width: 460px;
  }
  .case-article-proposal-contents .text_box_left {
	float: left;
	width: 460px;
  }

  .case-article-proposal-contents ul li{
    margin-top: 10px;
    padding: 0 0 2px 25px;
    background: url(../images/case/icon_proposal_02.png) 0 0 no-repeat;
    background-size: auto;
    font-size: 16px;
  }


  .case-article-point-contents .image_left{
    float: left;
	max-width: 300px;
    margin: 0 20px 20px 0px;
  }
  .case-article-point-contents .image_right{
    float: right;
	max-width: 300px;
    margin: 0 0px 20px 20px;
  }

  .case-article-point-contents .text_box_right {
	float: right;
	width: 460px;
  }
  .case-article-point-contents .text_box_left {
	float: left;
	width: 460px;
  }


  .case-article-point-title{
    padding: 6px 10px 6px 52px;
    font-size: 20px;
  }
  .case-article-point-title::before{
    width: 42px;
    background-size: auto;
  }
  .case-article-point-block{
    margin-top: 20px;
  }
  .case-article-point-block::after{
    display: block;
    clear: both;
    content: '';
  }
  .case-article-point-block .image{
    float: right;
    width: 180px;
    margin: 0 0 20px 40px;
  }
  .case-article-point-block .text{
    margin-top: 0;
    overflow: hidden;
  }
  .case-article-point-block .text h4{
    font-size: 17px;
  }
  .case-article-point-block .text p{
    margin-top: 10px;
  }
  .case-article-point-result{
    margin-top: 80px;
    padding: 30px;
  }
  .case-article-products-list{
    margin-top: 120px;
  }
  .section-title02 + .case-list{
    margin-top: 60px;
  }
  .company-inner-section{
    margin: 40px 0px 0;
  }
  .company-section-title01{
    padding-bottom: 20px;
    font-size: 28px;
	font-style: italic;
  }
  .company-section-title01::after{
    font-size: 18px;
  }
  .company-section-title02{
    padding: 10px 15px;
    font-size: 18px;
  }
  .company-index-nav li{
    float: left;
    width: 48.75%;
    margin: 20px 0 0 2.5%;
  }
  .company-index-nav li:nth-child(-n+2){
    margin-top: 0;
  }
  .company-index-nav li:nth-child(odd){
    clear: left;
    margin-left: 0;
  }
  .company-index-nav li a{
    padding: 28px 40px 28px 15px;
    font-size: 17px;
  }
  .company-index-nav li:nth-of-type(2) a{
    padding: 28px 40px 28px 15px;
    font-size: 17px;
  }
  .company-index-nav li:nth-of-type(3) a{
    padding: 28px 40px 28px 15px;
    font-size: 17px;
  }
  .company-index-nav li:nth-of-type(4) a{
    padding: 28px 40px 28px 15px;
    font-size: 17px;
  }
  .company-index-nav li:nth-of-type(5) a{
    padding: 28px 40px 28px 15px;
    font-size: 17px;
  }
  .company-index-nav li:nth-of-type(6) a{
    padding: 28px 40px 28px 15px;
    font-size: 17px;
  }
  .company-index-nav li:nth-of-type(7) a{
    padding: 28px 40px 28px 15px;
    font-size: 17px;
  }
  .company-index-nav li:nth-of-type(8) a{
    padding: 28px 40px 28px 15px;
    font-size: 17px;
  }

  .company-index-nav li:nth-of-type(9) a{
    padding: 28px 40px 28px 15px;
    font-size: 17px;
  }



  .company-index-nav li a::after{
    right: 3px;
    margin-top: -6px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid #fff;
  }
  .company-message-section h4{
    font-size: 25px;
    letter-spacing: .1em;
  }
  .company-message-section .text{
    overflow: hidden;
  }
  .company-message-section .name{
    font-size: 21px;
	margin-right: 30px;
  }
  .company-philosophy-section01 .company-philosophy-section-contents{
    padding: 0px 10px 50px;
  }
  .company-philosophy-section01 h4{
    font-size: 25px;
  }
  .company-philosophy-section01 p{
    margin-top: 40px;
    line-height: 1.8;
  }
  .company-philosophy-section01 p br:nth-child(2), .company-philosophy-section01 p br:nth-child(3), .company-philosophy-section01 p br:nth-child(4){
    display: inline;
  }
  .company-philosophy-section02 .company-section-title01{
    margin: 0px 0 0 0;
  }
  .company-philosophy-section02 .company-philosophy-section-contents{
    padding: 30px 40px 60px 40px;
    overflow: hidden;
  }
  .company-philosophy-section02 figure{
    float: right;
    margin-left: 20px;
    padding-top: 35px;
  }
  .company-philosophy-section02 dl{
    overflow: hidden;
  }
  .company-philosophy-section02 dl dt{
    font-size: 25px;
  }
  .company-philosophy-section02 dl dt:first-child{
    margin-top: 0;
  }
  .company-charter-section-contents{
    padding: 30px 20px;
  }
  .company-charter-section .prologue{
    line-height: 1.8;
  }
  .company-charter-section h4{
    font-size: 20px;
  }
  .company-charter-section .date{
    margin-top: 40px;
  }
  .company-profile-section .table01{
    margin-top: 40px;
  }
  .company-profile-section .officer-label{
    width: 100px;
  }
  .company-organization-image{
    margin-top: 60px;
  }
  .company-companies-section .table01 th{
    width: 200px;
  }
  .company-office-section table{
    display: table;
    font-size: 14px;
  }
  .company-office-section table tbody{
    display: table-row-group;
  }
  .company-office-section table tr{
    display: table-row;
  }
  .company-office-section table th{
    display: table-cell;
    width: 200px;
    padding: 15px;
    border-top: 1px solid #cccccc;
    border-right: none;
  }
  .company-office-section table td{
    display: table-cell;
    width: auto;
    padding: 15px;
    border-top: 1px solid #cccccc;
    border-left: none;
  }
  .company-office-section table tr:nth-of-type(1) th, .company-office-section table tr:nth-of-type(1) td{
    border-top: 1px solid #cccccc;
  }
  .space {
	  padding: 20px;
  }

  .company-maker-block{
    margin-top: 40px;
    padding: 20px;
  }
  .company-maker-block .maker-block-head.no-image{
    margin-bottom: 0;
  }
  .company-maker-block .maker-block-head.no-image .maker-block-title{
    max-width: inherit;
  }
  .company-maker-block .maker-block-title, .company-maker-block .maker-block-image{
    display: inline-block;
    vertical-align: middle;
  }
  .company-maker-block .maker-block-title{
    max-width: 500px;
    margin: 0;
    font-size: 25px;
    line-height: 1.2;
  }
  .company-maker-block .maker-block-title span{
    display: inline-block;
    margin-right: 20px;
    padding: 7px 20px 7px 0;
    border-right: 1px solid #cccccc;
	color: #003074;
	font-weight: bold;
  }
  .company-maker-block .maker-block-contents .link{
    margin-top: 30px;
  }
  .contact-index-nav li{
    float: left;
    width: 48.75%;
  }
  .contact-index-nav li:nth-child(1){
    margin: 40px 0 0 0;
  }
  .contact-index-nav li:nth-child(2){
    margin: 40px 0 0 2.5%;
  }
  .contact-index-nav li a{
    padding: 60px 35px 60px 15px;
    font-size: 17px;
  }
  .contact-index-nav li a::after{
    right: 3px;
    margin-top: -6px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid #fff;
  }


  .contact-lead {
    margin-top: 50px;
    padding: 20px 15px 180px 15px;
  }

  .contact-lead p {
    font-size: 1.2rem;
    line-height: 2;
  }

  .contact-lead p br {
    display: block;
  }

  .contact-lead p span {
    font-size: 1.5rem;
    padding: 0 6px 0 0;
  }


  .contact-index-nav-bnr {
    width: 100%;
  }

  .contact-index-nav-bnr li{
    float: left;
    width: 48.75%;
  }
  .contact-index-nav-bnr li:nth-child(1){
    margin: 40px 0 0 0;
  }
  .contact-index-nav-bnr li:nth-child(2){
    margin: 40px 0 0 2.5%;
  }

  .contact-index-nav-bnr2 {
    width: 100%;
    margin-top: 40px;
  }

  .contact-tel-area {
    padding: 0 0 55px 0;
    margin-top: 70px;
  }

  .contact-tel-area h3 {
    padding: 10px;
    margin-bottom: 30px;
    font-size: 1.6rem;
  }

  .contact-tel-area .tel {
    font-size: 3.3rem;
    margin-bottom: 22px;
  }

  .contact-tel-area .time {
    width: 70%;
    font-size: 1.3rem;
  }

  .contact-link-area {
    margin-top: 70px;
    padding: 0 15px;
  }

  .contact-link-area p {
    font-size: 1.3rem;
  }

  .contact-link-area p span {
    font-size: 1.0rem;
  }

  .contact-link-area p a {
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }

  .contact-link-area p a:hover {
    opacity: .5;
  }




  .company-section ol {
	padding: 30px 20px 25px 40px;
  }
  .company-section ul {
	padding: 30px 20px 25px 20px;
  }
  .company-section .table02 ul {
	padding: 15px 20px 10px 20px;
	width: 60%;
  }
  h4.company-section {
    font-size: 20px;
  }
  .sitepolicy .company-section .bnr {
	text-align:left;
    float: left;
  }
  .sitepolicy .company-section .text {
	padding-left: 10px;
  }
  .recruit .company-section .recruit-news-list {
	margin-top: 40px;
  }

  .recruit .company-section .recruit-news-list li {
	padding: 20px 0;
  }

  .recruit .company-section .recruit-news-list time {
	float: left;
	display: block;
	width: 120px;
	margin-right: 20px;
	margin-bottom: 0;
  }

  .companies .table03 {
	margin-top: 40px;
  }

  .text_blue {
	color: #003399;
  }

  .products-form .form-row,
  .contact-form .form-row,
  .lp-form .form-row{
    display: table;
    width: 100%;
  }
  .products-form .required + .form-row,
  .contact-form .required + .form-row,
  .lp-form .required + .form-row{
    margin-top: 40px;
  }
  .products-form .required + .form-row .form-label,
  .contact-form .required + .form-row .form-label,
  .lp-form .required + .form-row .form-label{
    border-top: 1px solid #cccccc;
  }
  .products-form .form-label,
  .products-form .form-text,
  .contact-form .form-label,
  .contact-form .form-text,
  .lp-form .form-label,
  .lp-form .form-text{
    display: table-cell;
    padding: 15px;
    vertical-align: top;
    text-align: left;
  }
  .products-form .form-label,
  .contact-form .form-label,
  .lp-form .form-label{
    width: 240px;
    border-top: 1px solid #fff;
  }
  .products-form .form-label br,
  .contact-form .form-label br,
  .lp-form .form-label br{
    display: inline;
  }
  .products-form .form-text,
  .contact-form .form-text,
  .lp-form .form-text{
    border-top: 1px solid #cccccc;
    border-left: none;
  }
  .products-form .type-text,
  .contact-form .type-text,
  .lp-form .type-text{
    font-size: 14px;
  }
  .products-form .input-note,
  .contact-form .input-note,
  .lp-form .input-note{
    top: 0;
    font-size: 14px;
  }
  .products-form input[type="text"],
  .products-form input[type="email"],
  .products-form textarea,
  .contact-form input[type="text"],
  .contact-form input[type="email"],
  .contact-form textarea,
  .lp-form input[type="text"],
  .lp-form input[type="email"],
  .lp-form textarea{
    padding: 3px 7px;
  }
  .products-form .products-form-list01 .mwform-checkbox-field,
  .products-form .products-form-list02 .mwform-checkbox-field,
  .contact-form .products-form-list01 .mwform-checkbox-field,
  .contact-form .products-form-list02 .mwform-checkbox-field,
  .lp-form .lp-form-list01 .mwform-checkbox-field,
  .lp-form .lp-form-list02 .mwform-checkbox-field {
    padding-left: 28px;
  }

  .products-form .products-form-list01 .mwform-checkbox-field label,
  .products-form .products-form-list02 .mwform-checkbox-field label,
  .contact-form .products-form-list01 .mwform-checkbox-field label,
  .contact-form .products-form-list02 .mwform-checkbox-field label,
  .lp-form .lp-form-list01 .mwform-radio-field label,
  .lp-form .lp-form-list02 .mwform-checkbox-field label{
    position: relative;
    cursor: pointer;
  }



  .products-form .products-form-list01 .mwform-checkbox-field .mwform-checkbox-field-text::before,
  .products-form .products-form-list02 .mwform-checkbox-field .mwform-checkbox-field-text::before,
  .contact-form .products-form-list01 .mwform-checkbox-field .mwform-checkbox-field-text::before,
  .contact-form .products-form-list02 .mwform-checkbox-field .mwform-checkbox-field-text::before,
  .lp-form .lp-form-list01 .mwform-radio-field .mwform-radio-field-text::before,
  .lp-form .lp-form-list02 .mwform-checkbox-field .mwform-checkbox-field-text::before{
    left: -28px;
    width: 20px;
    height: 17px;
    background: url(../images/contact/icon_checkbox_02.png) 0 0 no-repeat;
    background-size: auto;
  }
  .products-form .products-form-list02 .mwform-checkbox-field,
  .contact-form .products-form-list02 .mwform-checkbox-field{
    float: left;
    width: 33%;
    margin-left: 2%;
  }
  .products-form .products-form-list02 .mwform-checkbox-field:nth-child(n+2),
  .contact-form .products-form-list02 .mwform-checkbox-field:nth-child(n+2){
    margin-left: 2%;
  }
  .products-form .products-form-list02 .mwform-checkbox-field:nth-child(-n+3),
  .contact-form .products-form-list02 .mwform-checkbox-field:nth-child(-n+3){
    margin-top: 0;
  }
  .products-form .products-form-list02 .mwform-checkbox-field:nth-child(3n+1),
  .contact-form .products-form-list02 .mwform-checkbox-field:nth-child(3n+1){
    width: 30%;
    margin-left: 0;
    clear: left;
  }
  .products-form .form-button,
  .contact-form .form-button,
  .lp-form .form-button{
    margin-top: 40px;
  }
  .products-form .button-reset,
  .contact-form .button-reset,
  .lp-form .button-reset{
    min-width: 130px;
    margin-right: 15px;
    padding: 15px 40px;
    font-size: 17px;
  }
  .products-form .button-conf,
  .contact-form .button-conf,
  .lp-form .button-conf{
    padding: 15px 40px;
    font-size: 17px;
  }
  .products-form .button-conf span::before,
  .contact-form .button-conf span::before,
  .lp-form .button-conf span::before{
    top: 3px;
  }

  /* メインビジュアル画像投稿に変更 */
  li.home-visual {
    margin-top: 35px;
    height: 350px;
  }
  li.home-visual img {
    height: 315px;
  }
  /* //メインビジュアル画像投稿に変更 */


  .home-visual-contents{
    top: 15%;
  }
  .home-visual-contents h2{
    font-size: 38px;
    margin-bottom: 20px;
  }
  .home-visual-contents p{
    font-size: 27px;
  }
  .home-visual .bx-pager{
    /*bottom: 15px;*/
    bottom: -15px;
  }
  .home-visual .message-area {
	padding: 10px 30px 20px;
	text-align: right;
  }

  .home-visual .message-area img {
	float: right;
	width: 100px;
	margin-bottom: 0;
	margin-left: 20px;
  }
  .home-visual .message-area p {
	padding-top: 10px;
	font-size: 0.8rem;
  }


  .home-topics{
    margin: 30px auto 0;
  }
  .home-topics-title{
    font-size: 30px;
  }
  .home-topics-list{
    margin-top: 30px;
  }
  .home-topics-list li a{
    padding: 15px 0;
  }
  .home-topics-item-time{
    float: left;
    width: 80px;
    margin-right: 15px;
    padding-top: 3px;
  }
  .home-topics-item-cat{
    float: left;
    min-width: 80px;
    margin-right: 15px;
    padding: 5px 4px;
  }
  .home-topics-item-text{
    padding-top: 3px;
    overflow: hidden;
  }
  .home-topics .more-button{
    text-align: right;
    margin-top: 40px;
  }
  .home-search-title {
    font-size: 25px;
    font-weight: normal;
    text-align: center;
	margin-bottom: 0px;
  }
  .home-search{
    margin: 40px auto 0;
  }
  .home-search-title{
    font-size: 30px;
  }
　.home-search-type{
    margin-top: 10px;
  }
  .home-search-type-contents{
    max-width: 1130px;
    margin: 0 auto;
    padding: 20px 15px;
  }
  .home-search-type-inner{
    padding: 10px 30px 30px 30px;
  }
  .home-search-type-block-title{
    margin-bottom: 15px;
    padding-left: 12px;
    font-size: 20px;
    margin-top: 0px;
  }
  .home-search-type-block-list{
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .home-search-type-block-list li a{
    padding: 8px 20px 8px 26px;
    font-size: 14px;
  }
  .home-search-type-block-list li a::before, .home-search-type-block-list li a::after{
    top: 12px;
    left: 10px;
  }
  .home-search-feature{
    border-bottom: 30px solid #ddf1f1;
  }
  .home-search-feature .section-title01-text span{
    position: relative;
    display: inline;
    font-weight: bold;
  }
  .home-search-feature .section-title01-text span::before{
    content: '|';
    margin: 0 .9em 0 .7em;
    font-weight: normal;
  }
  .home-search-feature-wrapper{
    background-position: 50% 50%;
  }
  .home-search-feature-contents{
    margin: 0 auto;
    padding: 20px 15px;
    max-width: 1130px;
  }
  .home-search-feature-inner{
    padding: 30px;
  }
  .home-search-feature-block:nth-of-type(2){
    margin-top: 30px;
  }
  .home-search-feature-block-title{
    padding: 3px;
    font-size: 15px;
    font-weight: bold;
  }
  .home-search-feature-block-list{
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .home-search-feature-block-list li {
    /* width: calc(calc(100% / 8) - 18px); */
    flex: 0 0 calc((100% - (20px * 6)) / 6); /* 6列 */
  }
  .home-search-feature-block-list li a{
    /*padding: 8px 20px 8px 26px;*/
    font-size: 14px;
  }
  .home-search-feature-block-list li a::before, .home-search-feature-block-list li a::after{
    top: 12px;
    left: 10px;
  }
  .home-case .section-title02, .home-pickup .section-title02{
    padding-left: 3px;
  }
  .home-case{
    /*float: left;*/
    /*width: 74.6%;*/
    width: 100%;
    margin: 0;
  }
  .home-pickup{
    /*float: right;*/
    /*width: 23.7%;*/
    width: 100%;
    margin: 0;
  }
  /*.home-pickup .home-case-pickup-item{
    width: 100%;
  }*/
  .home-case-pickup{
    max-width: 1150px;
    padding: 0 15px;
    /*argin: 60px auto 0;*/
    margin: 30px auto 0;
  }
  .home-case-pickup::after{
    display: block;
    clear: both;
    content: '';
  }
  .home-case-pickup-list{
    margin: 0;
  }
  .home-case-pickup-list::after{
    display: block;
    clear: both;
    content: '';
  }
  .home-case-pickup-item{
    float: left;
    /*width: 31.8%;*/
    width: 23.5%;
    margin: 20px 0 0 2%;
  }
  .home-case-pickup-item:nth-child(4n+1){
    margin-left: 0;
  }
  .home-case-pickup-item a{
    padding: 0 0 15px 0;
    background: #fff;
    border: 1px solid #f2f2f2;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
    text-decoration: none;
    overflow: visible;
  }
  .home-case-pickup-item a.bg{
	margin-top: 0px;
    padding: 0;
    background: #fff;
    border: 1px solid #f2f2f2;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
    text-decoration: none;
    overflow: visible;
    background: #FEFBE0;
  }

  .home-case-pickup-item-image{
    float: none;
    width: 100%;
	  /*height: 200px;*/
	  height: 170px;
    /*min-height: 90px;*/
    margin: 0;
  }
  .home-case-pickup-item-text{
    /*min-height: 120px;*/
    /*padding: 10px;*/
    padding: 0 10px;
    font-size: 14px;
  }

  .home-case-pickup .more-button{
    margin-top: 40px;
    text-align: left;
  }
  .home-links{
    padding: 40px 0;
  }
  .home-links ul{
    overflow: hidden;
  }
  .home-links ul li{
    float: left;
    width: 32%;
    margin: 0 0 0 2%;
  }
  .home-links ul li a{
    height: 80px;
    padding-top: 26px;
  }
  .home-links ul li a span{
    padding-left: 45px;
    text-align: left;
  }
  .home-links ul li a span::before{
    width: 32px;
    height: 30px;
    background-size: 32px 30px;
  }
  .home-links ul li:nth-child(1){
    margin: 0;
  }
  .home-links ul li:nth-child(1) a{
    padding-top: 18px;
  }
  .home-links ul li:nth-child(1) br{
    display: inline;
  }
  .home-group-company{
    max-width: 1150px;
    margin: 60px auto 0;
    padding: 0 15px;
  }

  .home-group-company p {
      padding: 20px 20px 0;
  }

  .home-group-company .section-title02{
    padding-left: 3px;
  }
  .home-group-company-list{
    width: 600px;
    margin-top: 0;
  }

  .home-group-company-list.w100 {
    width: 100%;
    margin-top: 0;
  }

  .home-group-company-list li{
    width: 180px;
  }
  .ink-section01 table{
    display: table;
    border: 1px solid #cccccc;
    font-size: 14px;
  }
  .ink-section01 table tr{
    display: table-row;
  }
  .ink-section01 table th,
  .ink-section01 table td{
    display: table-cell;
    width: 20%;
    border: 1px solid #cccccc;
  }
  .ink-section01 table tr:nth-of-type(1){
    display: table-row;
  }
  .ink-section01 table th{
    padding: 10px;
    background: #c7ecec;
    border: 1px solid #cccccc;
    line-height: 1.2;
    font-weight: normal;
    vertical-align: middle;
    text-align: left;
  }
  .ink-section01 table td{
    padding: 10px;
    vertical-align: top;
    font-size: 13px;
  }
  .ink-section01 table td::before{
    content: none;
  }
  .ink-section01 table td:nth-of-type(1) span{
    padding-left: 0;
    font-size: 13px;
  }
  .ink-section01 table td:nth-of-type(1) span::before{
    content: none;
  }
  .ink-section02-title{
    padding: 8px 15px;
    font-size: 20px;
  }
  .ink-section02 .ink-item{
    float: left;
    width: 48.75%;
    margin: 30px 0 0 2.5%;
  }
  .ink-section02 .ink-item:nth-child(odd){
    clear: left;
    margin-left: 0;
  }
  .ink-section02 .ink-item-contents .text dl dt{
    padding: 2px 2px 5px;
    font-size: 18px;
  }
  .ink-section02 .ink-item-contents .text dl dt span{
    min-width: 65px;
    padding: 6px 10px;
    font-size: 13px;
  }
  .ink-section02 .ink-item-contents .text ul{
    margin: 10px 4px 0;
  }
  .ink-section02 .ink-item-contents .text ul li{
    padding-left: 18px;
    font-size: 14px;
  }
  .ink-section02 .ink-item-contents .text ul li::before{
    top: 6px;
  }
  .ink-section02 .ink-item-contents .text ul li .note{
    font-size: 13px;
    line-height: 1.4;
  }
  .ink-section03 .products-detail-case-list{
    padding-top: 15px;
  }
  .ink-section04 ul li{
    padding: 20px 15px 20px 35px;
  }
  .ink-section04 ul li::before{
    top: 21px;
  }
  .ink-sds a {
	font-size: 24px;
  }
  .msds-section + .msds-section{
    margin-top: 60px;
  }
  .msds-section-contents{
    margin: 40px auto 0;
  }
  .msds-data-row{
    display: table;
    width: 100%;
  }
  .msds-data-row:nth-child(1) .msds-data-label{
    border-top: 1px solid #cccccc;
  }
  .msds-data-label, .msds-data-text{
    display: table-cell;
    padding: 15px;
  }
  .msds-data-label{
    width: 33%;
    border-top: 1px solid #fff;
  }
  .msds-data-text{
    border-top: 1px solid #cccccc;
    border-left: none;
  }
  .catalog-section + .catalog-section{
    margin: 60px auto 0;
    display: inline-block;
    border-bottom:none;
    width: 100%;
  }
  .catalog-section-contents{
    margin: 20px auto 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }
  .catalog-data-row{
    display: table;
    width: 100%;
    float: left;
  }
  .catalog-data-label, .catalog-data-text{
    display: table-cell;
    padding: 15px;
  }
  .catalog-data-label{
    vertical-align:middle;
    width: 66%;
    border-top: 1px solid #fff;
  }
  .catalog-data-text{
    width: 34%;
    border-bottom: 1px solid #cccccc;
    text-align: center;
  }
  .catalog-data-text img{
    max-height: 170px;
    min-height: 170px;
  }


  .msds-form{
    margin-top: 40px;
  }
  .msds-form-row{
    display: table;
    width: 100%;
  }
  .msds-form-row:nth-child(1) .msds-form-label{
    border-top: 1px solid #cccccc;
  }
  .msds-form-label, .msds-form-text{
    display: table-cell;
    padding: 15px;
  }
  .msds-form-label{
    width: 280px;
    border-top: 1px solid #cccccc;
  }
  .msds-form-text{
    border-top: 1px solid #cccccc;
    border-left: none;
  }
  .msds-form input[type="text"]{
    padding: 3px 7px;
  }
  .msds-form-button{
    margin-top: 40px;
  }
  .msds-form-button .button{
    min-width: 130px;
    margin: 0 8px;
    padding: 15px 40px;
    font-size: 17px;
  }
  .msds-form-button .button span::before{
    top: 4px;
  }
  .pickup-item{
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .pickup-item > a:hover {
	  opacity: .6;
  }
  .pickup-item-post-type-label {
    top: -25px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
  }
  .pickup-item .box .img {
    width: 180px;
    float: right;
    margin: 0px auto 10px 20px;
  }
  .pickup-item .box .img.printing {
    display: block;
  }
  .pickup-item-title{
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 20px;
  }
  .pickup-item h3.pickup-item-title {
    padding-left: 15px;
    background: url(../images/common/icon_arrow.png) no-repeat 0 6px;
  }

  .pickup-item-time {
	display: inline-block;
	margin-right: 10px;
  }
  .pickup-item-cat{
    padding: 2px 10px;
  }
  .pickup-item-excerpt{
    margin-top: 15px;
  }
  .pickup-article-title{
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 25px;
  }
  .pickup-article-cat{
    padding: 2px 10px;
  }
  .pickup-article-image{
    margin-top: 40px;
  }
  .pickup-article-contents{
    margin-top: 40px;
  }
  .pickup-article-products-list{
    margin-top: 120px;
  }
  .section-title02 + .topics-list{
    margin-top: 60px;
  }
  .products-term-detail{
    margin: 40px 0 10px;
  }
  .products-term-detail-title{
    padding: 5px 15px;
    font-size: 20px;
  }
  .products-term-detail-block::after{
    display: block;
    clear: both;
    content: '';
  }
  .products-term-detail-block.left-image .image{
    float: left;
    max-width: 290px;
    margin: 0 25px 25px 0;
  }
  .products-term-detail-block.right-image .image{
    float: right;
    max-width: 290px;
    margin: 0 0 25px 25px;
  }
  .products-term-detail-block .image{
    margin-top: 40px;
    text-align: center;
  }
  .products-term-detail-block-title{
    margin-top: 60px;
    margin-bottom: 38px;
    padding: 7px 12px;
    font-size: 20px;
  }
  .products-term-detail-block-title::after{
    bottom: -5px;
    height: 4px;
  }
  .products-detail-title span{
    display: inline-block;
    margin: 3px 0 0 20px;
    padding: 0 0 0 15px;
    border-top: none;
    border-left: 1px solid #cccccc;
    vertical-align: top;
  }

  .products-detail-maker{
    display: table;
    width: 100%;
  }
  .products-detail-maker-image, .products-detail-maker-text{
    display: table-cell;
    vertical-align: middle;
  }
  .voice-block{
    display: block;
  }
  .products-detail-maker-image{
    width: 180px;
    text-align: center;
  }
  .products-detail-maker-text{
    margin-top: 0;
    text-align: left;
  }
  .products-detail-maker-images{
    margin-top: 30px;
  }

  .products-detail-block::after{
    display: block;
    clear: both;
    content: '';
  }
  .products-detail-block.left-image .image{
    float: left;
    max-width: 290px;
    margin: 0 25px 25px 0;
  }
  .products-detail-block.right-image .image{
    float: right;
    max-width: 290px;
    margin: 0 0 25px 25px;
  }
  .products-detail-block .image{
    /* margin-top: 40px; */
    text-align: center;
  }
  .products-detail-block-title{
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 7px 12px;
    font-size: 20px;
  }

  .products-detail-block:nth-child(1) > h3:nth-child(1)  {
  margin-top: 0px !important;
}

  .products-detail-block-title::after{
    bottom: -5px;
    height: 4px;
  }

  .products-detail-case-list  {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px; /* 行間 列間 */
    margin-top: 20px;
    align-items: stretch;
  }

  .products-detail-case-list::after{
    display: block;
    clear: both;
    content: '';
  }
  .products-detail-case-item{
    width: 100%;
    margin: 0;
    /* float: left;
    width: 31.4%;
    margin: 25px 0 0 2.9%; */
  }
/*   .products-detail-case-item:nth-child(3n+1){
    clear: left;
    margin-left: 0;
  } */
  .products-detail-case-item a{
    padding: 0;
    background: #fff;
    border: 1px solid #f2f2f2;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
    text-decoration: none;
    overflow: visible;
  }
  .products-detail-case-item-image{
    float: none;
    width: 100%;
    margin: 0;
  }
  .products-detail-case-item-text{
    min-height: 50px;
    padding: 10px 15px;
    font-size: 0.9rem;
  }
  .substrate-anchor-list,
  .industry-anchor-list{
    padding: 0 0 60px;
  }
  .substrate-anchor-list li,
  .industry-anchor-list li{
    margin: 20px 20px 0 0;
  }
  .substrate-anchor-list li a,
  .industry-anchor-list li a{
    padding: 10px 25px 10px 27px;
    font-size: 16px;
	color: #FFF;
	font-weight: bold;
  }
  .substrate-anchor-list li a::before,
  .industry-anchor-list li a::before{
    top: 17px;
    left: 10px;
  }
  .substrate-products-list02,
  .industry-products-list02{
    padding-bottom: 40px;
  }
  .specifications-date{
    position: relative;
    display: table;
    border-bottom: none;
    font-size: 14px;
  }
  .specifications-date tbody{
    display: table-row-group;
  }
  .specifications-date tr{
    display: table-row;
  }
  .specifications-date th,
  .specifications-date td{
    display: table-cell;
  }
  .specifications-date .col01{
    width: 25%;
    border-bottom: 1px solid #fff;
  }
  .specifications-date .col02{
    width: 30%;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
  }
  .specifications-date .col03{
    width: 45%;
    border-top: 1px solid #cccccc;
    border-left: none;
  }
  .specifications-date tr:first-child th{
    border-top: 1px solid #cccccc;
  }
  .specifications-date tr:last-child .col01,
  .specifications-date tr:last-child .col02,
  .specifications-date tr:last-child .col03{
    border-bottom: none;
  }
  .specifications-date tr:last-child::after{
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #cccccc;
  }
  .specifications-column{
    margin-top: 80px;
  }
  .specifications-column::after{
    display: block;
    clear: both;
    content: '';
  }
  .specifications-column .left-area{
    float: left;
    width: 48%;
  }
  .specifications-column .right-area{
    float: right;
    width: 48%;
  }
  .specifications-column .products-list02 .products-item{
    float: none;
    width: 100%;
    max-width: 380px;
    margin: 40px auto 0;
  }
  .specifications-catalog-list{
    padding: 25px 20px 0;
  }
  .sitemap-block{
    margin-top: 40px;
  }
  .sitemap-block ul li{
    margin-top: 15px;
    font-size: 16px;
  }
  .sitemap-block .child li{
    margin-top: 8px;
    font-size: 14px;
  }
  /*.sitemap-block .child li:first-child{
    margin-top: 15px;
  }*/
  .sitemap-block .child li::before{
    top: 8px;
  }
  .sitemap-block-title{
    padding: 5px 12px;
    font-size: 20px;
  }
  .sitemap-block-link{
    font-size: 16px;
  }
  .sitemap-label{
    margin-top: 0;
    font-size: 14px;
  }
  .sitemap-label + dd{
    padding: 0 0 10px 15px;
  }
  .sitemap-block01-column, .sitemap-block04-column{
    padding: 20px 15px 0;
  }
  .sitemap-block01-column::after, .sitemap-block04-column::after{
    display: block;
    clear: both;
    content: '';
  }
  .sitemap-block01-col, .sitemap-block04-col{
    float: left;
    width: 31%;
    margin-left: 3.5%;
    padding: 0;
  }
  .sitemap-block02-col{
    float: left;
    width: 32%;
    margin-left: 2%;
    padding: 0;
  }
  .sitemap-block01-col:nth-of-type(3n+1), .sitemap-block02-col:nth-of-type(3n+1), .sitemap-block04-col:nth-of-type(3n+1){
    margin-left: 0;
  }
  .sitemap-block02-inner{
    margin-top: 20px;
  }
  .sitemap-block02-inner:nth-of-type(odd){
    padding: 20px 10px;
  }
  .sitemap-block02-column{
    padding: 15px 0 0;
  }
  .sitemap-block02-column::after{
    display: block;
    clear: both;
    content: '';
  }
  .sitemap-block03-inner{
    margin-top: 20px;
    padding: 20px 15px;
  }
  .support-list{
    padding-top: 40px;
  }
  .support-list::after{
    display: block;
    clear: both;
    content: '';
  }
  .support-item{
    float: left;
    width: 48.5%;
    margin: 20px 0 0 3%;
  }
  .support-item:nth-child(odd){
    clear: left;
    margin-left: 0;
  }
  .support-item-head{
    padding: 12px 10px 12px 60px;
    font-size: 20px;
  }
  .support-item-head::before{
    top: 13px;
    left: 17px;
    width: 30px;
    height: 28px;
    background-size: 30px 28px;
  }
  .support-item-title{
    font-size: 17px;
  }
  .printer-support-detail-nav{
    padding-top: 50px;
  }
  .printer-support-detail-nav li{
    width: 23.2%;
  }
  .printer-support-detail-nav li a{
    height: 160px;
    text-align: center;
    font-size: 19px;
  }
  .printer-support-detail-nav li a .text{
    display: block;
    position: relative;
    height: 65px;
    letter-spacing: -.1em;
  }
  .printer-support-detail-nav li a .text::before{
    position: absolute;
    bottom: 0;
    left: 10px;
    content: '';
    width: calc(100% - 20px);
    height: 1px;
    background: #fff;
  }
  .printer-support-detail-nav li a .sub-text{
    margin-top: 4px;
    font-size: 15px;
  }
  .printer-support-detail-nav li a::after{
    top: auto;
    bottom: -5px;
    right: 8px;
    margin-top: 0;
    border-top: 12px solid #fff;
    border-bottom: 12px solid transparent;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
  }
  .printer-support-detail-nav li:nth-of-type(-n+4){
    margin: 0 0 0 2.4%;
    clear: none;
  }
  .printer-support-detail-nav li:nth-of-type(-n+4) a{
    padding: 0;
  }
  .printer-support-detail-nav li:nth-of-type(-n+4) a::before{
    top: 77px;
    left: 50%;
    height: 62px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-size: auto;
  }
  .printer-support-detail-nav li:nth-of-type(1){
    margin-left: 0;
  }
  .printer-support-detail-nav li:nth-of-type(1) a .text{
    padding-top: 10px;
  }
  .printer-support-detail-nav li:nth-of-type(1) a::before{
    width: 110px;
  }
  .printer-support-detail-nav li:nth-of-type(2) a .text{
    padding-top: 10px;
  }
  .printer-support-detail-nav li:nth-of-type(2) a::before{
    width: 64px;
  }
  .printer-support-detail-nav li:nth-of-type(3) a .text{
    padding-top: 22px;
  }
  .printer-support-detail-nav li:nth-of-type(3) a::before{
    width: 60px;
  }
  .printer-support-detail-nav li:nth-of-type(4) a .text{
    padding-top: 22px;
  }
  .printer-support-detail-nav li:nth-of-type(4) a::before{
    width: 80px;
  }
  .printer-support-detail-contact-title{
	margin-top: 70px;
    margin-bottom: 30px;
    font-size: 20px;
  }
  .printer-support-detail-contact-title::before{
    top: -20px;
    width: 70%;
    height: 4px;
  }
  .printer-support-detail-contact-text {
    text-align: center;
	width: 100%;
    margin: 0 auto;
  }
  .printer-support-detail-tel-list::after{
    display: block;
    clear: both;
    content: '';
  }
  .printer-support-detail-tel-item{
    float: left;
    margin: 25px 0 0 2%;
    width: 32%;
    background-size: auto;
  }
  .printer-support-detail-tel-item:nth-child(3n+1){
    clear: left;
    margin-left: 0;
  }
  .printer-support-detail-tel-item dl{
    padding: 12px 20px 25px;
  }
  .printer-support-detail-tel-item dl dt{
    margin-bottom: 20px;
    font-size: 20px;
  }
  .printer-support-detail-tel-item dl dd{
    font-size: 14px;
  }


  /*ブラザー製レーザーマーカー*/
  .printer-support-detail-tel-item.brother {
    float: none;
    margin: 15px 0 0 0;
    width: 100%;
    background-size: auto;
  }

  .printer-support-detail-tel-item.brother dd span {
	  display: inline-block;
	  margin: 0 10px;
  }

/*   .printer-support-detail-tel-item.brother dd span:nth-child(3){
	  border-left: #66cccc 1px solid;
	  padding-left: 20px;
  } */


  .printer-support-detail-section01 figure{
    margin: 40px 0;
  }

  .printer-support-detail-section01 figure.mb60{
    margin: 40px 0 60px 0;
  }

  .printer-support-detail-section02 .block01{
    margin-top: 40px;
  }
  .printer-support-detail-section02 .block01 .image{
    margin: 0 25px 20px 0;
  }
  .printer-support-detail-section02 .block02{
    padding: 10px 30px 20px;
  }
  .printer-support-detail-section02 .block02 ul li{
    padding: 20px 7px 20px;
  }
  .printer-support-detail-section02 .block02 ul li h4{
    margin-bottom: 10px;
    font-size: 16px;
  }
  .printer-support-detail-section02 .block02 ul li h4::before{
    top: 4px;
    width: 28px;
    height: 24px;
    background-size: auto;
  }
  .printer-support-detail-section02 .block02 ul li p{
    margin: 0 3px;
  }
  .printer-support-detail-section02 .block02.flow ul li p{
    margin: 0 0 0 20px;
  }
  .printer-support-detail-section02 .block02 ul li .link-detail{
    margin-left: 0px;
  }
  .printer-support-detail-section02 .block02 ul li .link-detail::before{
    top: 7px;
  }

  .printer-support-detail-section02 .block02 .btn a {
	margin: 20px auto 0px auto;
  }


  .printer-support-detail-section03 .block01{
    margin-top: 40px;
  }
  .printer-support-detail-section03 .block01 .image{
    margin: 0 25px 20px 0;
  }
  .printer-support-detail-section04 .prologue{
    margin: 25px 0;
    font-size: 20px;
  }
  .printer-support-detail-section04 .block01 .image{
    float: left;
    width: 198px;
    margin-right: 15px;
  }
  .printer-support-detail-section04 .block01 .image ul li{
    float: none;
    width: auto;
    margin: 20px 0 0;
  }
  .printer-support-detail-section04 .block01 .image ul li:first-child{
    margin: 0;
  }
  .printer-support-detail-section04 .block01 .text{
    overflow: hidden;
  }
  .printer-support-detail-section04 .block01 .text .course-block:first-child{
    margin-top: 0;
  }
  .printer-support-detail-section04 .block01 .text .course-block-title{
    padding: 10px 15px;
  }
  .printer-support-detail-section04 .block01 .text .course-block-title-inner{
    display: table;
    width: 100%;
  }
  .printer-support-detail-section04 .block01 .text .course-block-title-text{
    display: table-cell;
    padding: 0;
    font-size: 17px;
    text-align: left;
    vertical-align: middle;
  }
  .printer-support-detail-section04 .block01 .text .course-block-title-description{
    display: table-cell;
    margin: 0;
    padding: 0 0 0 13px;
    border-top: none;
    border-left: 1px solid #fff;
    text-align: left;
    vertical-align: middle;
  }
  .printer-support-detail-section04 .block01 .text .course-block-contents{
    padding: 20px 10px 40px;
  }
  .printer-support-detail-section04 .block01 .text .course-block-contents p{
    margin: 0 7px;
  }
  .printer-support-detail-section04 .block01 .text .course-block-contents p + p{
    margin-top: 20px;
  }
  .printer-support-detail-section04 .block01 .text .course-block-contents strong{
    color: #f00;
    font-weight: normal;
  }
  .printer-support-detail-section04 .block01 .text .course-block-contents dl dt{
    padding: 0 10px 0 15px;
    font-size: 17px;
  }
  .printer-support-detail-section04 .block01 .text .course-block-contents dl dd ul{
    margin: 15px 0 0 10px;
  }
  .printer-support-detail-section04 .block01 .text .course-block01 .course-block-title-text{
    width: 220px;
  }
  .printer-support-detail-section04 .block01 .text .course-block02 .course-block-title-text{
    width: 275px;
  }
  .printer-support-detail-section05 figure{
    margin: 40px 0 60px;
  }
  .printer-support-maintenance-section01 .block01{
    margin-top: 40px;
  }
  .printer-support-maintenance-section01 .block01 .image{
    margin: 0 25px 20px 0;
  }
  .printer-support-maintenance-section01 .block02{
    padding: 10px 30px 20px;
  }
  .printer-support-maintenance-section01 .block02 ul li{
    padding: 20px 7px 10px;
  }
  .printer-support-maintenance-section01 .block02 ul li h4{
    margin-bottom: 15px;
    font-size: 20px;
  }
  .printer-support-maintenance-section01 .block02 ul li h4::before{
    top: 4px;
    width: 28px;
    height: 24px;
    background-size: auto;
  }
  .printer-support-maintenance-section01 .block02 ul li p{
    margin: 0 3px;
  }
  .printer-support-maintenance-section01 .block02 ul li .link-detail{
    margin-left: 0px;
  }
  .printer-support-maintenance-section01 .block02 ul li .link-detail::before{
    top: 7px;
  }
  .printer-support-maintenance-section02 .block-title, .printer-support-maintenance-section03 .block-title{
    margin: 60px 0 20px;
    padding: 10px;
    border-left: 8px solid #66cccc;
    font-size: 20px;
  }
  .printer-support-maintenance-section02 .block-title:nth-of-type(1), .printer-support-maintenance-section03 .block-title:nth-of-type(1){
    margin-top: 40px;
  }
  .printer-support-maintenance-section02 .note-block{
    margin-top: 60px;
  }
  .printer-support-maintenance-section02 .note-block dt{
    padding: 0 20px;
    font-size: 17px;
  }
  .printer-support-maintenance-section02 .note-block dd{
    padding: 20px;
  }
  .printer-support-maintenance-section02 .case-block{
    margin-top: 60px;
    padding: 20px 30px;
  }
  .printer-support-maintenance-section02 .case-block-title{
    margin-bottom: 18px;
    padding: 3px 0 18px 50px;
    font-size: 20px;
  }
  .printer-support-maintenance-section02 .case-block-title span{
    display: inline-block;
    line-height: inherit;
    margin-left: 2em;
  }
  .printer-support-maintenance-section02 .case-block-title::before{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 35px;
    height: 38px;
    background: url(../images/support/maintenance/icon_case_01.png) 0 0 no-repeat;
  }
  .printer-support-maintenance-section02 .case-block ul{
    margin-left: 5px;
  }

  .other-support-detail-tel-list::after{
    display: block;
    clear: both;
    content: '';
  }
  .other-support-detail-tel-item{
    float: left;
    margin: 0px 0 20px 0;
    width: 48%;
    background-size: auto;
  }
  .other-support-detail-tel-item:nth-child(2){
    margin-left: 3%;
  }
  .other-support-detail-tel-item:nth-child(4){
    margin-left: 3%;
  }

.other-support-detail-tel-item dl{
    padding: 17px 20px 25px;
	height: 125px;
  }
  .other-support-detail-tel-item dl dt{
    margin-bottom: 15px;
    font-size: 17px;
    color: #003074;
  border-bottom: #003074 dotted 1px;
  }
  .other-support-detail-tel-item dl dd{
    font-size: 14px;
  }
  .other-support-detail-tel-list h4 {
	color: #FFF;
    background-color: rgba(0,48,116,0.8);
	font-size: 16px;
	padding: 10px 5px 10px 15px;
  }


  .topics-item{
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .topics-item > a:hover {
	  opacity: .6;
  }
  .topics-item-post-type-label {
    top: -25px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
  }
  .topics-item .box .img {
	width: 180px;
    float: right;
	margin: 0px auto 10px 20px;
  }

  .topics-item-title{
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 20px;
  }

  .topics-item h3.topics-item-title {
    padding-left: 15px;
    background: url(../images/common/icon_arrow.png) no-repeat 0 6px;
  }

  .topics-item-cat{
    padding: 2px 10px;
  }
  .topics-item-excerpt{
    margin-top: 15px;
  }
  .topics-article-title{
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 25px;
  }
  .topics-article-cat{
    padding: 2px 10px;
  }
  .topics-article-contents{
    margin-top: 40px;
  }
  .topics-article-products-list{
    margin-top: 120px;
    margin-bottom: 100px;
  }
  .topics-article-products-list .section-title02 {
    padding: 0 3px 10px;
    border-bottom: 4px solid #eaeaea;
    font-size: 25px;
  }


  .section-title02 + .topics-list{
    margin-top: 60px;
  }


  .scheme-printer .contact-block-contents {
    background: #f9f9f9;
    border: 1px solid #ccc;
  }




/*2020年4月トップページ改修PC・タブレット*/
  .home-products-select {
    display: flex;
    width: 98%;
    margin: 0 auto 70px auto;
  }

  .home-products-select-item-title {
      width: 15%;
      border: 1px solid #CCC;
      padding: 0 0 5px 0;
      margin: 1%;
  }

  .home-products-select-item-title h3:hover {
	  opacity: .6;
	  transition: .3s;
  }


  .home-products-select-item-title.long {
	  width: 30%;
  }

  .home-products-select-item-title img {
      width: 90%;
      margin: 10px 2% 2% 2%;
  }

  .home-products-select-item-title img.mt25 {
      margin-top: 25px;
  }

  .home-products-select-item-title ul {
	  margin-top: 10px;
	  display: flex;
	}

  .home-products-select-item-title ul li {
	  width: 50%;
	}

  .home-products-select-item-title ul li:first-child {
      padding-bottom: 0;
      border-right: 1px dotted #CCC;
      border-bottom: none;
  }

  .home-products-select-item-title a {
      display: block;
  }

}

@media screen and (min-width: 1048px){
  .company-inner-section{
    margin: 60px 0px 0;
  }
  .company-message-section-contents{
    width: 720px;
    margin: 50px auto 0;
  }
  .company-message-section .text p{
    line-height: 1.8;
  }

  li.home-visual {
    margin-top: 70px;
    height: 450px;
  }

  li.home-visual img {
    height: 380px;
  }

  .home-visual-bg{
    height: 450px;
    padding-top: 0;
  }
  .home-visual-contents{
    top: 18%;
    text-align: left;
  }
  .home-visual-contents h2{
    font-size: 38px;
    margin-bottom: 20px;
  }
  .home-visual-contents p{
    font-size: 27px;
    text-align: right;
  }
  .home-visual-contents br{
    display: none;
  }

  .home-visual .bx-pager {
    bottom: 15px;
  }

  .home-visual .message-area {
	margin: 0 auto;
  }

  .home-topics-wrapper {
    margin: 70px auto 0 ;
  }

  .home-topics{
    margin: 50px auto 0;
  }
  .home-topics-list{
    margin-top: 60px;
  }
  .home-search-type{
    margin-top: 15px;
  }
  .home-search-type-contents{
    padding: 30px 15px 45px;
  }
  .home-search-type-inner{
    padding: 60px 50px;
  }
  .home-search-type-block-column01::after{
    display: block;
    clear: both;
    content: '';
  }
  .home-search-type-block01{
    float: left;
    width: 100%;
  }
  .home-search-feature-contents{
    /*padding: 40px 15px 60px;*/
    padding: 40px 0;
  }
  .home-search-feature-inner{
    /*padding: 30px 50px 60px;*/
    padding: 0 0 30px;
  }
  .home-search-feature-inner::after{
    display: block;
    clear: both;
    content: '';
  }
  .home-search-feature-block:nth-of-type(1){
    /*float: left;
    width: 48%;*/
  }
  .home-search-feature-block:nth-of-type(2){
    /*float: right;
    width: 48%;*/
    margin: 0;
  }
  .home-search-feature-block-list{
    padding: 20px;
  }
  .home-case-pickup{
    /*margin: 80px auto 0;*/
    margin: 20px auto 0;
  }
  .home-links{
    padding: 60px 0;
  }
  .home-links ul li a span{
    padding-left: 50px;
    font-size: 17px;
  }
  .home-links ul li:nth-child(1) a{
    padding-top: 26px;
  }
  .home-links ul li:nth-child(1) br{
    display: none;
  }
  .home-group-company-list{
    width: auto;
    margin-top: 0;
  }
  .home-group-company-list li{
    margin: 30px 0 0 45px;
  }
  .home-group-company-list li:nth-child(2n+1), .home-group-company-list li:nth-child(3n+1){
    clear: none;
    margin: 30px 0 0 45px;
  }
  .home-group-company-list li:nth-child(4n+1){
    clear: left;
    margin-left: 0;
  }

  .home-products-select-item-title h3::after {
       right: 13px;
  }

}


@media screen and (min-width: 1300px){
  .home-products-select {
    max-width: 80%;
  }
  .home-group-company p {
      padding: 20px 0 0;
  }
  .home-group-company-list.w100 {
      width: 100%;
      margin-top: 0;
	  margin-left: 0;
  }

}


/* recruit -------------------- */

.table01.recruit th.type {
	color: #66cccc;
	font-size: 15px;
	padding-top: 23px;
	font-weight: bold;
}

.table01.recruit th {
	padding: 20px 10px;
}

.table01.recruit td {
	padding: 20px 0 20px 10px;
}

.table01.recruit dl {
	padding: 0;
}

.table01.recruit dl dt {
	color: #003074;
	padding: 0.3em 0.5em;
	background: -webkit-repeating-linear-gradient(-45deg, #F9F9F9, #F9F9F9 3px,#F7F7F7 3px, #F7F7F7 7px);
	background: repeating-linear-gradient(-45deg, #F9F9F9, #F9F9F9 3px,#F7F7F7 3px, #F7F7F7 7px);
    font-size: 14px;
    font-weight: bold;
	margin-bottom: 10px;
}

.table01.recruit dl dd {
	margin-bottom: 25px;
    padding: 0 0 0 8px;
}

.table01.recruit ul {
    padding: 0;
    margin: 0;
    background: none;
}


.table01.recruit ul li {
    padding-left: 1em;
    text-indent: -1em;
	margin-bottom: 15px;
}

.process-wrapper {
	position: relative;
}

.process-wrapper ol {
    list-style: none;
    padding: 0;
	margin: 40px 0 0 0;
    background: none;
}

.process-wrapper ol li {
    position: relative;
    margin-top: 80px;
	margin-bottom: 70px;
}

.process-wrapper ol li .process-label {
    width: 100%;
    padding: 5px 5px 6px;
    background: #66cccc;
    color: #fff;
    font-size: 15px;
    text-align: center;
	margin-bottom: 15px;
}

.process-wrapper ol li .process-text {
    padding-top: 8px;
    overflow: hidden;
    font-size: 14px;
}

.process-wrapper ol li::before {
    position: absolute;
    top: -35px;
    left: calc(50% - 12px);
    content: '';
    width: 24px;
    height: 14px;
    background: url(../images/common/icon_arrow_02.png) 0 0 no-repeat;
}

.process-wrapper ol li.long {
	margin-bottom: 45px;
}

.process-wrapper ol li.long .process-text {
    padding-top: 0;
}


.process-wrapper ol li:first-child {
    margin-top: 0;
}


.process-wrapper ol li:first-child::before {
    background: none;
}

.process-wrapper ol li::after {
    display: block;
    clear: both;
    content: '';
}

.process-wrapper::after {
    display: block;
    clear: both;
    content: '';
}


@media screen and (min-width: 768px){

  .table01.recruit th.type {
	  font-size: 18px;
	padding-top: 21px;
  }

  .table01.recruit th {
	padding: 20px;
  }

  .table01.recruit td {
	  padding: 20px 0 20px 20px;
  }

  .table01.recruit ul li {
	  margin-bottom: 10px;
  }

  .process-wrapper ol {
	  margin: 60px 0 0 0;
  }

  .process-wrapper ol li {
	  margin-bottom: 50px;
  }

  .process-wrapper ol li::before {
	  top: -29px;
  }

.process-wrapper ol li .process-label {
	  float: left;
	  width: 200px;
	  margin-top: 4px;
	  margin-right: 50px;
	  margin-bottom: 0;
  }
  .process-wrapper ol li::before {
	  left: 88px;
  }


}


/* LP -------------------- */


.lp-global-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 45px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.lp-global-header-inner {
  position: relative;
  max-width: 1150px;
  margin: 0 auto;
  padding: 10px 10px 0;
  text-align: center;
}

.lp-global-header .lp-logo {
  width: 240px;
  height: auto;
  margin: 0 auto;
}

.lp-global-header .lp-header-nav-tel{
  display: none;
}

.lp-layout {
  font-family: Meiryo, メイリオ, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'MS PGothic', 'ＭＳ Ｐゴシック', Helvetica, Arial, sans-serif;
}

.lp-layout .center {
	text-align: center;
	margin: 30px auto;
}

.lp-layout span.caption {
	padding: 0;
	font-size: 15px;
	margin: 20px auto;
	display: block;
}

.lp-layout h2 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.04em;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, 'MS PGothic', 'ＭＳ Ｐゴシック', Helvetica, Arial, sans-serif;
}

.lp-layout h3 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.04em;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, 'MS PGothic', 'ＭＳ Ｐゴシック', Helvetica, Arial, sans-serif;
}

.lp-layout h4 {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.04em;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, 'MS PGothic', 'ＭＳ Ｐゴシック', Helvetica, Arial, sans-serif;
}

.lp-layout h5 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, 'MS PGothic', 'ＭＳ Ｐゴシック', Helvetica, Arial, sans-serif;
}




.lp-image {
  display: block;
  margin: auto;
}

.lp-image img {
  display: block;
  margin: auto;
}

.lp-layout p {
  font-size: 19px;
  line-height: 2.0;
}

.lp-layout [class^="layout--pattern-"] p + p{
    margin: 48px 0 0;
}

.lp-layout .lp-form p {
  margin: 0 0 0;
}

.lp-layout .lp-form p.zip-text,
.lp-layout .lp-form p.required {
	font-size: 17px;
	margin-bottom: 10px;
}

.contents-bg-01 {
  background: #DDF1F1;
}

.contents-bg-02 {
  background: #F5F5F5;
}

.contents-bg-03 {
  background: #0D2EA0;
  color: #FFF;
}

.contents-bg-04 {
  background: #CCCCCC;
}

.contents-bg-05 {
  background: #3C3B37;
  color: #FFF;
}

.lp-mv a {
  display: block;
}

.lp-mv img {
  width: 100%;
}

.lp-inner {
  max-width: 1140px;
  margin: auto;
  padding: 0 20px;
}

.lp-inner .lp-image {
	margin: 20px auto;
}


.lp-crosshead {
  margin: 0 0 40px;
}

.lp-crosshead img {
  display: inline-block;
  margin-right: 2%;
  width: 8%;
}

.lp-crosshead h2 {
  display: inline-block;
  vertical-align: middle;
  width: 90%;
}

.lp-btn-area {
/*  padding: 40px 0;*/
  text-align: center;
  letter-spacing: -0.4em;
}

.lp-btn-area .lp-btn {
  letter-spacing: 0.1em;
  margin: 20px 9px;
}

.layout--pattern-01 {
  padding: 30px 0;
}

.layout--pattern-02 {
  padding: 35px 0 50px;
}

.layout--pattern-03 {
  padding: 35px 0 50px;
}

/*.layout--pattern-03 .lp-image {
  margin-bottom: 52px;
}*/

.layout--pattern-03 .lp-image + p {
  margin-top: 52px;
}


.layout--pattern-03 p:last-child {
  margin-bottom: 0;
}

.layout--pattern-04 {
  padding: 35px 0 50px;
}

.layout--pattern-05 {
  padding: 35px 0 50px;
}

.layout--pattern-06 {
  padding: 35px 0 50px;
}

.layout--pattern-07 {
  margin-top: 0;
}

.layout--pattern-07 img {
  width: 100%;
}

.lp-contact-area {
  padding: 75px 0 0;
}

.lp-crosshead-02 {
  background: #71C7D4;
  font-size: 28px;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.2;
  padding: 23px 0 19px;
  position: relative;
  margin-bottom: 47px;
}

.lp-crosshead-02::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 8px 0 8px;
  border-color: #71C7D4 transparent transparent transparent;
}

.lp-col2-layout::after {
  content: "";
  display: block;
  clear: both;
}

.lp-col2box-image {
  max-width: 604px;
  margin: auto;
}

.lp-col2box-text {
  max-width: 431px;
  margin: auto;
}

.lp-col2box-text p:last-child {
  margin-bottom: 0;
}

.float_L {
  float: left;
}

.float_R {
  float: right;
}

.contact-btn-area {
  text-align: center;
  margin: 72px 0 0;
}

.lp-btn {
  display: inline-block;
}

.mw_wp_form_input .contact-btn-area .lp-btn.submit {
  border: 0px;
  width: 354px;
  height: 74px;
  background: url(../images/lp/btn_form_01.png) 0 0 no-repeat;
  color: transparent;
  font-size: 0;
}

.mw_wp_form_confirm .contact-btn-area .lp-btn.submit {
  border: 0px;
  width: 354px;
  height: 74px;
  background: url(../images/lp/btn_form_03.png) 0 0 no-repeat;
  color: transparent;
  font-size: 0;
}

.contact-btn-area .lp-btn.back {
  border: 0px;
  width: 354px;
  height: 74px;
  background: url(../images/lp/btn_form_02.png) 0 0 no-repeat;
  color: transparent;
  font-size: 0;
}

.lp-layout .youtube {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}

.lp-layout .youtube iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



@media screen and (max-width: 1140px){
  .float_L, .float_R {
    float: none;
  }
  .lp-col2box-image {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .lp-col2box-text {
    max-width: 100%;
  }
  .lp-btn {
    width: 100%;
    max-width: 300px;
    margin: 0 0 5px;
  }
  .lp-btn-area {
/*    padding: 20px 0 15px;*/
  }
  .lp-btn-area .lp-btn {
    margin: 20px auto;
/*    display: block;*/
  }
  .lp-btn-area .lp-btn img {
	  width: 100%;
	  margin: 0 auto;
  }
  .lp-btn.submit {
    width: 100%;
    max-width: 354px;
    margin: 0 0 5px;
  }

  .lp-btn.back {
    width: 100%;
    max-width: 354px;
    margin: 0 0 5px;
  }

}

@media screen and (min-width: 768px){

  .lp-global-header{
    height: 70px;
  }
  .lp-global-header-inner{
    max-width: 1150px;
    padding: 18px 15px 0;
	text-align: left;
  }
  .lp-global-header .lp-logo{
    width: 34%;
    margin: 0;
  }
  .lp-layout {
    padding-top: 70px;
  }

  .lp-global-header .lp-header-nav-tel{
	display: block;
    position: absolute;
    top: 23px;
    right: 20px;
    color: #003074;
    font-weight: bold;
    line-height: 1;
    text-align: center;
	font-size: 22px;
    padding-left: 43px;
  }

  .lp-global-header .lp-header-nav-tel a{
    color: #003074;
    text-decoration: none;
	  opacity: 1;
  }

  .lp-global-header .lp-header-nav-tel img {
    width: 27px;
    height: 27px;
    margin-top: -5px;
    margin-right: 15px;
  }

  .lp-global-header .lp-header-nav-tel a:hover img{
    opacity: 1;
  }




/*	.lp-global-header .lp-header-nav-tel::before {
    position: absolute;
    left: 0;
	top: -4px;
    content: '';
    width: 28px;
    height: 28px;
    background: url(../images/common/icon_tel.png) 0 0 no-repeat;
    background-size: 28px 28px;
  }

  .lp-global-header .lp-header-nav-tel::before a{
	border: none!important;
  }
*/

  .mw_wp_form_input .contact-btn-area .lp-btn.submit:hover{
	opacity: .5;
	cursor: pointer;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
  }

  .mw_wp_form_confirm .contact-btn-area .lp-btn.submit:hover{
	opacity: .5;
	cursor: pointer;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
  }

  .contact-btn-area .lp-btn.back:hover{
	opacity: .5;
	cursor: pointer;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
  }

  .lp-btn-area .lp-btn {
    margin: 40px auto;
  }

  .lp-btn-area .lp-btn img {
	width: 100%;
	padding: 0 10px;
  }

  .lp-layout .youtube {
    margin: 30px 70px;
 }


}



@media screen and (max-width: 768px){
  .float_L, .float_R {
    float: none;
  }
  .lp-inner {
    padding: 0 15px;
  }
  .lp-layout {
    padding-top: 45px;
  }
  .lp-layout h2 {
    font-size: 20px;
  }

  .lp-layout p {
    font-size: 15px;
    line-height: 1.8;
/*    margin: 0 0 25px;*/
  }
  .lp-layout [class^="layout--pattern-"] p + p{
	  margin: 25px 0 0;
  }

  .lp-crosshead {
    margin: 0 0 22px;
  }
  .lp-crosshead h2 {
    width: calc(100% - 55px);
  }
  .lp-crosshead img {
    max-width: 36px;
    margin-right: 15px;
    vertical-align: top;
  }
  .layout--pattern-01 {
    padding: 20px 0;
  }
  .layout--pattern-02 {
    padding: 20px 0 25px;
  }
  .layout--pattern-03 {
    padding: 20px 0 25px;
  }
  .layout--pattern-03 .lp-image {
    margin-bottom: 25px;
  }
  .layout--pattern-04 {
    padding: 20px 0 25px;
  }
  .layout--pattern-05 {
    padding: 20px 0 25px;
  }
  .layout--pattern-06 {
    padding: 20px 0 25px;
  }
  .layout--pattern-07 {
    margin-top: 0;
  }
  .lp-contact-area {
    padding: 40px 0 0;
  }
  .lp-crosshead-02 {
    font-size: 20px;
    margin-bottom: 35px;
    line-height: 1.4;
    padding: 14px 10px 12px;
  }
  .contact-btn-area {
    margin: 40px 0 0;
  }
  .lp-btn-area .lp-btn {
    margin: 20px auto;
    display: block;
  }

}


@media screen and (max-width: 767px){

  .lp-global-header .lp-header-nav-tel{
	display: block;
    position: absolute;
    top: 7px;
    right: 15px;
  }

  .lp-global-header .lp-header-nav-tel img {
    width: 27px;
    height: 27px;
    margin-top: 0;
    margin-right: 0;
  }

  .lp-global-header .lp-header-nav-tel span{
    display: none;
  }

}



@media screen and (max-width: 480px){
  .lp-btn-area .lp-btn img {
	  width: 80%;
	  margin: 0 auto;
  }

  .lp-image img {
	width: 100%;
	height: 170px;
	object-fit: cover;
    font-family: 'object-fit: cover;';
  }

  .lp-mv .lp-image img {
	width: 100%;
	height: 150px;
	object-fit: cover;
    font-family: 'object-fit: cover;';
  }

  .lp-inner .lp-image img {
	width: 100%;
	height: auto;
	object-fit: fill;
    font-family: 'object-fit: fill;';
  }

}

@media screen and (max-width: 320px) {
  .lp-image img {
	width: 100%;
	height: 140px;
	object-fit: cover;
    font-family: 'object-fit: cover;';
  }

  .lp-mv .lp-image img {
	width: 100%;
	height: 130px;
	object-fit: cover;
    font-family: 'object-fit: cover;';
  }

  .lp-logo img {
    width: 80%;
  }
}



/* LP一覧 -------------------- */
.lp-item {
  margin-top: 20px;
  /*padding: 10px;*/
  padding: 20px;
  border-bottom: 1px solid #cccccc;
  background: #F9F9F9;
}

.lp-item a {
	text-decoration: none;
}

.lp-item > a {
	display: block;
}

.lp-item .img {
  width: 180px;
  text-align: center;
  margin: 20px auto;
}

.lp-item .img.printing {
  display: none;
}

.lp-item:nth-child(1) {
  margin-top: 0;
}

.lp-item-title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #cccccc;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.4;
}

.lp-item h3.lp-item-title {
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  padding-left: 15px;
  background: url(../images/common/icon_arrow.png) no-repeat 0 4px;
}

.lp-item-title a:hover {
  opacity: .5;
}

.lp-item-time {
	display: block;
	margin-bottom: 5px;
  margin-right: 10px;
}

.lp-item-cat {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 2px 5px;
  background: #003074;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.lp-item-excerpt p {
  margin-bottom: 5px;
}

.lp-item-excerpt p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px){

  .lp-item{
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .lp-item > a:hover {
	  opacity: .6;
  }
  .lp-item .box .img {
    width: 180px;
    float: right;
    margin: 0px auto 10px 20px;
  }
  .lp-item .box .img.printing {
    display: block;
  }
  .lp-item-title{
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 20px;
  }
  .lp-item h3.pickup-item-title {
    padding-left: 15px;
    background: url(../images/common/icon_arrow.png) no-repeat 0 6px;
  }

  .lp-item-time {
	display: inline-block;
	margin-right: 10px;
  }
  .lp-item-cat{
    padding: 2px 10px;
  }
  .lp-item-excerpt{
    margin-top: 15px;
  }

}




/* 技術情報以下 -------------------- */
.developer-contact  {
    text-align: center;
  }

.developer-contact a {
  display: inline-block;
  padding: 20px 30px;
  width: auto;
  background: #003074;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  margin-left: 20px;
  font-size: 18px;
}

.developer-contact a:hover {
  opacity: .5;
}

@media screen and (max-width: 640px) {
  .mod-freeC752 li {
    width: 100%;
  }
  .mod-freeC752 .mod-freeC752_certification dl dd input[type="text"] {
    width: 80%;
  }
  .mod-freeC752 .mod-freeC752_certification dl dd input[type="submit"] {
    min-width: 4em;
    max-width: 20%;
  }
}

.mod-freeTableSet1 {
  margin: 40px 0;
  overflow: hidden;
}

.mod-freeTableSet1 table {
  border-collapse: collapse;
  table-layout: fixed;
  border-spacing: 0;
  width: 100%;
}

.mod-freeTableSet1 th, .mod-freeTableSet1 td {
  border: solid 1px #fff;
  padding: 11px 12px 8px;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}

.mod-freeTableSet1 th {
  background: #d2d4d9;
}

.mod-freeTableSet1 td {
  background: #f2f2f2;
}

.mod-freeTableSet1 .mod-freeTableSet1_posRight {
  text-align: right;
}

.mod-freeTableSet1 .mod-freeTableSet1_posCenter {
  text-align: center;
}

.mod-freeTableSet1 .mod-freeTableSet1_posMiddle {
  vertical-align: middle;
}

.mod-freeTableSet1 .mod-freeTableSet1_posBottom {
  vertical-align: bottom;
}

.mod-freeTableSet1-col3 th, .mod-freeTableSet1-col3 td {
  width: 33.33%;
}

.mod-freeTableSet1-col2 th, .mod-freeTableSet1-col2 td {
  width: 50%;
}

.mod-freeTableSet1_imgItem {
  max-width: 100%;
  margin-top: 1px;
  margin-bottom: 4px;
}

.mod-freeTableSet1_appLink {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
}

.mod-freeTableSet1_appLink_text {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

.mod-freeTableSet1_appLink_text p {
  margin: 0;
}

.mod-freeTableSet1_appLink_link {
  width: 174px;
  padding-left: 12px;
  box-sizing: border-box;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

.mod-freeTableSet1_appLink_link img {
  width: 100%;
  max-width: 100%;
}

.mod-freeTableSet1_appLink_qrCode {
  width: 80px;
  padding-left: 12px;
  box-sizing: border-box;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

.mod-freeTableSet1_appLink_qrCode img {
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 640px) {
  .mod-freeTableSet1.mod-freeTableSet1-scroll {
    overflow-x: scroll;
  }
  .mod-freeTableSet1.mod-freeTableSet1-scroll table {
    min-width: 1052px;
  }
  .mod-freeTableSet1.mod-freeTableSet1-scroll::-webkit-scrollbar {
    height: 5px;
  }
  .mod-freeTableSet1.mod-freeTableSet1-scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #d2d4d9;
  }
  .mod-freeTableSet1.mod-freeTableSet1-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }
}

.mod-freeTableSet1 .mod-freeC851_productImgCell {
  width: 298px;
  padding: 1px;
  text-align: center;
}

.mod-freeTableSet1 .mod-freeC851_productImgCell img {
  width: 100%;
  max-width: 100%;
}

.mod-freeTableSet1 .mod-freeC851_imgIconList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-bottom: -5px;
  text-align: center;
}

.mod-freeTableSet1 .mod-freeC851_imgIconList li {
  width: calc((100% - 8px * 4) / 4);
  margin-left: 8px;
  margin-bottom: 8px;
}

.mod-freeTableSet1 .mod-freeC851_imgIconList li img {
  width: 34px;
  max-width: 34px;
}

.mod-freeTableSet1 .mod-freeC851_useImgSet {
  width: 275px;
  margin: 0 auto;
}

.mod-freeTableSet1 .mod-freeC851_useImgSet_img img {
  width: 100%;
  max-width: 100%;
}

.mod-freeTableSet1 .mod-freeC851_useImgSet_caption p {
  font-size: 12px;
  line-height: 1.66667;
  margin: 6px 0 0;
  text-align: center;
}

.mod-anchorList2 {
  width: 100%;
  background: #333;
  color: #fff;
  line-height: 1;
  margin-top: 40px;
  margin-bottom: 40px;
}

.mod-anchorList2 ul {
  list-style: none;
  margin: auto;
  padding: 0;
}

.mod-anchorList2 ul:after {
  content: "";
  display: block;
  clear: both;
}

.mod-anchorList2 li {
  float: left;
  padding-right: 20px;
  border-right: solid 1px #fff;
  margin: 0 0 15px 12px;
}

.mod-anchorList2 a {
  color: #fff;
}

.mod-anchorList2 a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  margin-top: -.45em;
  margin-left: 10px;
  border-color: #fff;
}

.mod-anchorList2_inner {
  max-width: 1052px;
  padding: 0 10px;
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 10px;
}

@media screen and (max-width: 1072px) {
  .mod-anchorList2 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
}

@media screen and (max-width: 640px) {
  .mod-anchorList2 {
    display: none;
  }
}

.mod-linkListWIcon.mod-linkListWIcon-grid3 + .mod-linkBlockList {
  margin-top: -40px;
}

@media screen and (max-width: 640px) {
  .mod-linkBlockList li {
    font-size: 16px;
    padding: 12px 20px 12px;
  }
  .mod-linkListWIcon + .mod-linkBlockList {
    margin-top: -40px;
  }
}

.mod-linkBlockList-grid4 ul {
  margin-left: -20px;
  margin-bottom: -20px;
}

.mod-linkBlockList-grid4 li {
  width: calc((100% - 20px * 4) / 4);
  margin-left: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .mod-linkBlockList-grid4 + .mod-linkBlockList-grid4 {
    margin-top: -40px;
  }
  .mod-linkBlockList-grid4 li {
    width: 100%;
  }
}

.mod-linkBlockList-grid5 ul {
  margin-left: -20px;
  margin-bottom: -20px;
}

.mod-linkBlockList-grid5 li {
  width: calc((100% - 20px * 5) / 5);
  margin-left: 20px;
  margin-bottom: 20px;
  padding: 10px 15px 7px;
}

@media screen and (max-width: 640px) {
  .mod-linkBlockList-grid5 + .mod-linkBlockList-grid5 {
    margin-top: -40px;
  }
  .mod-linkBlockList-grid5 li {
    width: 100%;
    padding: 12px 20px 12px;
  }
}

.mod-linkListWLead {
  margin: 40px 0;
}

.mod-linkListWLead ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

.mod-linkListWLead li {
  display: block;
  background: #f2f2f2;
  padding: 13px 20px;
  box-sizing: border-box;
}

.mod-linkListWLead a {
  display: block;
  text-decoration: none;
  padding: 0 0 11px 16px;
  text-indent: -16px;
  font-size: 16px;
}

.mod-linkListWLead a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  margin-right: 8px;
}

.mod-linkListWLead a:only-child {
  padding-bottom: 0;
}

.mod-linkListWLead p {
  border-top: solid 1px #d2d4d9;
  margin: 0;
  padding: 15px 0 5px;
  font-size: 12px;
  line-height: 1.5;
  text-decoration: none;
}

.mod-linkListWLead + .mod-linkListWLead {
  margin-top: -40px;
}

.mod-linkListWLead-grid3 ul {
  margin-left: -20px;
  margin-bottom: -20px;
}

.mod-linkListWLead-grid3 li {
  width: calc((100% - 20px * 3) / 3);
  margin-left: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .mod-linkListWLead-grid3 + .mod-linkListWLead-grid3 {
    margin-top: -40px;
  }
  .mod-linkListWLead-grid3 ul {
    margin-bottom: -20px;
  }
  .mod-linkListWLead-grid3 li {
    width: 100%;
    margin-bottom: 20px;
  }
}

.mod-linkListWIcon {
  margin: 40px 0;
}

.mod-linkListWIcon ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mod-linkListWIcon li {
  margin-bottom: 40px;
  box-sizing: border-box;
  background: #f2f2f2;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 12px 20px 12px;
  min-height: 4em;
}

.mod-linkListWIcon_icon {
  width: 50px;
  min-height: 50px;
  box-sizing: border-box;
  padding: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  display: inline-block;
  position: relative;
}

.mod-linkListWIcon_icon span {
  display: inline-block;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.mod-linkListWIcon_icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
}

.mod-linkListWIcon_text {
  margin: 0;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.5;
}

.mod-linkListWIcon_text p {
  margin: 7px 0 3px;
  font-size: 12px;
  text-indent: 0;
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
  .mod-linkListWIcon_icon {
    display: none;
  }
}

.mod-linkListWIcon-grid3 + .mod-linkListWIcon-grid3 {
  margin-top: -40px;
}

.mod-linkListWIcon-grid3 ul {
  margin-left: -20px;
  margin-bottom: -20px;
}

.mod-linkListWIcon-grid3 li {
  width: calc((100% - 20px * 3) / 3);
  margin-left: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .mod-linkListWIcon_text {
    padding-left: 16px;
    text-indent: -16px;
    font-size: 16px;
    line-height: 1.5;
  }
  .mod-linkListWIcon_text:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    width: 6px;
    height: 6px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -.25em;
    margin-left: -3px;
    margin-right: 11px;
  }
  .mod-linkListWIcon_text span {
    text-indent: 0;
  }
  .mod-linkListWIcon-grid3 ul {
    margin-bottom: -20px;
  }
  .mod-linkListWIcon-grid3 li {
    margin-bottom: 20px;
    width: 100%;
  }
}

.mod-inIcon {
  vertical-align: middle;
  margin: -.25em 0 0 10px;
  height: 20px;
  width: auto !important;
}

.mod-inlineLink .mod-inIcon {
  margin-left: 4px;
  margin-right: 4px;
}

.st_globalLink_global .mod-inIcon {
  height: 8px;
  margin: -.25em 0 0 5px;
}

.mod-paragraph {
  margin: 40px 0;
}

.mod-paragraph.mod-paragraph-center {
  text-align: center;
}

.mod-paragraph.mod-paragraph-right {
  text-align: right;
}

.mod-paragraph.mod-paragraph-large {
  font-size: 16px;
  line-height: 1.5;
}

.mod-faqItem_answer .mod-paragraph {
  margin: 0 0 18px;
}

.mod-headingLv4 {
  margin: 40px 0;
}

.mod-headingLv4 h2, .mod-headingLv4 h3, .mod-headingLv4 h4, .mod-headingLv4 h5, .mod-headingLv4 h6 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  margin: 0;
  padding: 0 0 0 14px;
}

.mod-headingLv4 h2:before, .mod-headingLv4 h3:before, .mod-headingLv4 h4:before, .mod-headingLv4 h5:before, .mod-headingLv4 h6:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 20px;
  background: #1a1a1a;
  margin: -.25em 10px 0 -14px;
  vertical-align: middle;
}

.mod-compoundA712 .mod-headingLv4 {
  margin: 0 0 20px;
}


.mod-link6013 {
  margin: 40px 0;
  text-align: center;
}

.mod-link6013_text {
  font-size: 12px;
  margin: 15px 0;
}

.mod-link6013_button {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: -20px;
  margin-bottom: -20px;
}

.mod-link6013_button li {
  width: 324px;
  margin: 0 0 20px 20px;
}

.mod-link6013_button li a {
  box-sizing: border-box;
  background: #1a1a1a;
  color: #fff;
  width: 324px;
  padding: .5em 1em;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.mod-link6013_button li a span {
  display: inline-block;
}

.mod-link6013_button li a span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  border-color: #fff;
  margin-left: 8px;
}

.mod-link6013_button li a[target=_blank] span:after {
  display: none;
}

@media screen and (max-width: 640px) {
  .mod-link6013_button {
    display: block;
    margin: 0;
  }
  .mod-link6013_button li {
    width: auto;
    margin: 20px 40px;
  }
  .mod-link6013_button li a {
    width: 100%;
  }
}





/* 採用情報ページ募集無しのコメント -------------------- */
.recruit p.info-recruit {
	font-weight: bold;
	letter-spacing: 5px;
	text-align: center;
	padding:20px;
	background-color: #FF7A4D;
	color: #FFF;
	font-size: 20px;
	margin-top: 40px;
	margin-bottom: 60px;
	background: repeating-linear-gradient(-45deg, #FF7A4D, #FF7A4D 8px, #FE8802 8px, #FE8802 13px);
}

@media screen and (max-width: 640px) {
	.recruit p.info-recruit {
		letter-spacing: 1px;
		padding:20px 10px;
		font-size: 15px;
		margin-top: 30px;
		margin-bottom: 40px;
	}
}


/* ブラザーの目指す姿 -------------------- */

.vision-section h3.vision-section-title01 {
    font-size: 20px;
    line-height: 1.6;
	margin-bottom: 30px;
    font-weight: bold;
    color: #0D2EA0;
}

.vision-section h3.vision-section-title01 br {
	display: none;
}

.vision-section h3.vision-section-title02 {
    font-size: 17px;
    line-height: 1.4;
	margin-bottom: 30px;
    font-weight: bold;
    color: #333;
    padding: 0.25em 0.5em;
    background: transparent;
    border-left: solid 5px #0D2EA0;
}


.vision-section h3.vision-section-title03 {
    padding: 10px;
    background: #0D2EA0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    color: #FFF;
    margin-bottom: 30px;
	text-align: center;
}

.vision-section h3.vision-section-title03 br {
	display: none;
}


.vision-section .text {
	margin-bottom: 40px;
}

.vision-section .text p {
	margin-bottom: 20px;
}

.vision-section .text p:last-child {
	margin-bottom: 0;
}

.vision-section .sdgs-wrap {
	margin: 0 auto 40px auto;
}

.vision-section .sdgs-wrap .sdgs-box {
	border: 1px solid #0D2EA0;
    border-radius: 5px;
	padding: 0 0 30px 0;
	margin-bottom: 30px;
}

.vision-section .sdgs-wrap .sdgs-box h4 {
	padding: 10px;
	border-radius: 5px 5px 0 0;
	color: #0D2EA0;
	background: #DDF1FB;
	margin-bottom: 30px;
	font-size: 17px;
	text-align: center;
}

.vision-section .sdgs-wrap .sdgs-box h4 br {
    display: none;
}


.vision-section .sdgs-wrap .sdgs-box img {
	margin: 0 auto;
}

.vision-section .sdgs-wrap .sdgs-box .sdgs-icons {
	padding: 0 4%;

}

.vision-section .bvcm-wrap {
	margin: 0 auto 40px auto;
}

.vision-section .bvcm-wrap .left-box,
.vision-section .bvcm-wrap .right-box {
    margin: 0;
}

.vision-section .bvcm-wrap h4 {
    color: #333;/*文字色*/
    padding: 0.5em 0;/*上下の余白*/
	margin-bottom: 10px;
}

.vision-section .bvcm-wrap h4.orange {
    border-top: solid 2px #EFB14E;/*上線*/
    border-bottom: solid 2px #EFB14E;/*下線*/
}

.vision-section .bvcm-wrap h4.blue {
    border-top: solid 2px #00489A;/*上線*/
    border-bottom: solid 2px #00489A;/*下線*/
}


.vision-section .bvcm-wrap p {
	margin-bottom: 30px;
}


.vision-section .globalvision-wrap {
	margin: 0 auto 40px auto;
}

.vision-section .globalvision-wrap .globalvision-box {
	padding: 5% 5% 8% 5%;
	margin-bottom: 30px;
	background: #f3f3f3;
}

.vision-section .globalvision-wrap .globalvision-box h4 {
	color: #0D2EA0;
	margin-bottom: 20px;
	font-size: 17px;
	text-align: left;
	font-feature-settings: "palt";
}

.vision-section .globalvision-wrap .globalvision-box h4 br {
    display: none;
}


.vision-section .globalvision-wrap .globalvision-box img {
	margin: 0 auto;
}

.vision-section .globalvision-wrap p.excerpt {
    text-align: right;
	font-feature-settings: "palt";
}


@media screen and (min-width: 768px){

	.vision-section h3.vision-section-title01 {
		font-size: 25px;
	}

	.vision-section h3.vision-section-title01 br {
		display: block;
	}

	.vision-section h3.vision-section-title02 {
		font-size: 23x;
	}

	.vision-section h3.vision-section-title03 {
		font-size: 20px;
		padding: 15px;
	}


	.vision-section h3.vision-section-title03 br {
		display: block;
	}

	.vision-section .sdgs-wrap {
		margin: 0 auto 40px auto;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.vision-section .sdgs-wrap .sdgs-box {
		width: 48%;
		margin-bottom: 16px;
	}

	.vision-section .sdgs-wrap .sdgs-box:nth-child(even) {
		margin-right: 2%;
	}

	.vision-section .sdgs-wrap .sdgs-box h4 {
		height: 75px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.vision-section .sdgs-wrap .sdgs-box h4 br {
		display: block;
	}


	.vision-section .bvcm-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.vision-section .bvcm-wrap .left-box {
		width: 52%;
	}

	.vision-section .bvcm-wrap .right-box {
		width: 44%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.vision-section .bvcm-wrap .right-box img {
		width: 100%;
	}

	.vision-section .bvcm-wrap p {
		margin-bottom: 40px;
	}


	.vision-section .globalvision-wrap {
		margin: 0 auto 40px auto;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.vision-section .globalvision-wrap .globalvision-box {
		padding: 2% 2% 3% 2%;
		width: 32.5%;
	}

	.vision-section .globalvision-wrap .globalvision-box h4 {
		height: 90px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.vision-section .globalvision-wrap .globalvision-box h4 br {
		display: block;
	}

	.vision-section .globalvision-wrap p.excerpt {
		text-align: right;
	}


}


/* プリンター詳細ページ　関連voice -------------------- */

.products-detail-voice-item a {
  display: block;
  padding: 15px 5px;
  border-bottom: 1px solid #cccccc;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.products-detail-voice-item a.bg {
  margin-top: 20px;
  display: block;
  padding: 15px 5px;
  border-bottom: 1px solid #cccccc;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  background: #FEFBE0;
}
.products-detail-voice-item a:hover {
  opacity: .5;
}

.products-detail-voice-item a:hover img {
  opacity: 1;
}

.products-detail-voice-item-image {
  float: left;
  width: 120px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.products-detail-voice-item-image img {
  pointer-events: none;
}

.products-detail-voice-item-text {
  font-size: 12px;
  overflow: hidden;
}

@media screen and (min-width: 768px){
  .products-detail-voice-list{
    display: flex;
    flex-wrap: wrap;
  }
  .products-detail-voice-list::after{
    display: block;
    clear: both;
    content: '';
  }
  .products-detail-voice-item{
    float: left;
    width: 31.4%;
    margin: 25px 0 0 2.9%;
  }
  .products-detail-voice-item:nth-child(3n+1){
    margin-left: 0;
  }
  .products-detail-voice-item a{
    padding: 0;
    background: #fff;
    border: 1px solid #f2f2f2;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
    text-decoration: none;
    overflow: visible;
    height: 100%;
  }
  .products-detail-voice-item a.bg{
	margin-top: 0px;
    padding: 0;
    background: #fff;
    border: 1px solid #f2f2f2;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
    text-decoration: none;
    overflow: visible;
    background: #FEFBE0;
  }

  .products-detail-voice-item-image{
    float: none;
    width: 100%;
	  /*height: 200px;*/
    margin-right: 0;
  }
  .products-detail-voice-item-text{
    min-height: 120px;
    padding: 10px;
    font-size: 14px;
  }

}

.products-detail-voice-company {
    font-size: 0.6rem;
    padding: 0 10px;
}
.products-detail-voice-title {
    font-size: 0.8rem;
    /*padding: 0 10px;*/
    font-weight: bold;
}
.products-detail-voice-products {
    font-size: 0.6rem;
    padding: 2px 10px 0;
    color: #71C7D4;
    border: 1px solid #71C7D4;
    background: #FFF;
    display: inline;
    margin: 3px 10px 3px 0;
}

.products-detail-voice-text {
  font-size: 0.6rem;
  padding: 10px;
  color: #71C7D4;
  font-weight: bold;
  clear: both;
}

@media screen and (min-width: 768px){
  .products-detail-voice-products {
    padding: 0 10px;
  }
  /*.products-detail-voice-title {
      padding: 0 0 20px;
  }*/
  .products-detail-voice-company {
    padding: 0 10px 10px;
  }
}

.products-detail-voice-cat {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 2px 5px;
  background: #003074;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  font-size: 0.6rem;
}

@media screen and (min-width: 768px){
  .products-detail-voice-meta {
    padding: 0 10px;

  }
  .products-detail-voice-cat{
    padding: 2px 10px;
  }
}

@media screen and (min-width: 768px){
  /*2024年11月トップ仕様変更*/
  .home-search-feature-item-image {
    /*width: 100px;*/
  }
}

.home-all-information {
  margin-top: 40px;
}

@media screen and (min-width: 768px){
  .home-all-information{
    max-width: 1150px;
    padding: 0 15px;
    margin: 60px auto 0;
  }
}
@media screen and (min-width: 1048px){
  .home-all-information{
    margin: 80px auto 0;
  }
}

@media screen and (min-width: 768px){
  .home-all-information.-information_list{
    margin: 0 auto 0;
  }
}



/* タブ全体のスタイル */
.home-case-pickup-tabs {
}

/* タブボタンのスタイル */
.home-case-pickup-tab-buttons {
  display: flex;
  margin-bottom: 10px;
}

.home-case-pickup-tab-button {
  flex: 1;
  padding: 5px;
  font-size: 12px;
  text-align: center;
  background: #f9f9f9;
  cursor: pointer;
  transition: background 0.3s, border-color 0.3s, font-weight 0.3s;
  border-right: 1px solid #FFFFFF;
}
.home-case-pickup-tab-button.-all {
  border-bottom: 5px solid #666666;
}
.home-case-pickup-tab-button.-pickup {
  border-bottom: 5px solid #009639;
}
.home-case-pickup-tab-button.-topics {
  border-bottom: 5px solid #003B5C;
}
.home-case-pickup-tab-button.-case {
  border-bottom: 5px solid #66899D;
}
.home-case-pickup-tab-button.-voice {
  border-bottom: 5px solid #66899D;
}

.home-case-pickup-tab-button:hover {
  background: #ececec;
}
.home-case-pickup-tab-button.active {
  background: #fff;
  font-weight: bold;
  color: #003074;
}

/* タブコンテンツのスタイル */
.home-case-pickup-tab-content {
  display: none;
}
/* アクティブなタブのコンテンツ */
.home-case-pickup-tab-content.active {
  display: block;
}
.home-case-pickup-item-image {
  position: relative;
  overflow: hidden;
  /*margin-bottom: 7px;*/
}

.home-case-pickup-item-label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.home-case-pickup-post-type-label {
  color: #fff; /* ラベルの文字色 */
  padding: 2px 5px;
  font-size: 11px;
  font-weight: bold;
  border-radius: 2px;
  z-index: 10;
}
.home-case-pickup-post-type-label.-pickup {
  background: rgba(0, 150, 57, 0.7); /* ラベルの背景色 */
}
.home-case-pickup-post-type-label.-topics {
  background: rgba(0, 59, 92, 0.7); /* ラベルの背景色 */
}
.home-case-pickup-post-type-label.-case {
  background: rgba(102, 137, 157, 0.8); /* ラベルの背景色 */
}
.home-case-pickup-post-type-label.-voice {
  background: rgba(102, 137, 157, 0.8); /* ラベルの背景色 */
}

@media screen and (min-width: 768px){

  .home-case-pickup-tab-button {
    padding: 10px;
    font-size: 14px;
  }
  .home-case-pickup-item-image {
    margin-bottom: 10px;
  }
  .home-case-pickup-item-label {
    padding-left: 10px;
  }

  .home-case-pickup-post-type-label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 0;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
}

/*サイト内検索フォーム、検索結果ページ*/
.search-result-list {
  list-style: none;
  padding: 0;
}
.search-box-wrap {
  margin-bottom: 30px;
}
.search-box-inner {
  margin: 0 auto;
  max-width: 100%;
  padding: 0;
}
.searchform {
  display: flex;
  border: 1px solid #ccc; /* 枠線グレー */
  border-radius: 4px;
  overflow: hidden;
}
.searchform input[type="text"] {
  flex: 1;
  padding: 10px 15px;
  border: none;
  color: #333;
}
.searchform input[type="text"]::placeholder {
  color: #aaa; /* 薄いグレーのプレースホルダー */
}
.searchform button {
  width: 48px;
  background-color: #003074;
  background-image: url(../images/common/icon_search_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  border: none;
  cursor: pointer;
}
.searchform button:hover {
  transition: .3s;
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .search-box-wrap {
    margin-bottom: 50px;
  }
  .search-box-inner {
    max-width: 600px;
    margin: 0 auto;
  }
  .searchform input[type="text"] {
    padding: 12px 18px;
  }
  .searchform button {
    width: 60px;
    background-size: 24px 24px;
  }
}

.search-result-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.search-result-item {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
.search-result-link {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-decoration: none;
  color: inherit;
}
.search-result-title {
  margin: 0 0 10px;
  color: #003074;
  line-height: 1.3;
}
.search-result-excerpt {
  margin: 0;
  line-height: 1.3;
}
.search-result-image img {
  max-width: 50%;
  height: auto;
  display: block;
  border-radius: 4px;
  margin: 0 auto;
}

/* PCレイアウト */
@media screen and (min-width: 768px) {
  .search-result-wrap {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .search-result-link {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .search-result-link:hover {
    transition: .3s;
    opacity: 0.7;
  }
  .search-result-title {
    font-size: 1.2em;
  }
  .search-result-text {
    flex: 1;
    padding-right: 20px;
  }
  .search-result-image {
    flex-shrink: 0;
    width: 150px;
  }
  .search-result-image img {
    max-width: 100%;
  }
}

/*ヘッダー用にサイト内検索フォーム調整*/

@media screen and (min-width: 768px) {
  .global-header-inner .searchform input[type="text"] {
    padding: 5px 10px;
    width: 250px;
  }
  .global-header-inner .searchform button {
    width: 40px;
    background-size: 14px 14px;
  }
}


/*サイト内検索結果ページ　お問い合わせ誘導*/
.search-contact-wrap {
  margin: 0 auto 2em;
  padding: 1em 1em 1.5em 1em;
  border: 5px solid #FF6600;
  position: relative;
  z-index: 0;
  text-align: center;
  max-width: 800px;
}



.search-contact-wrap h4 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #FF6600;
  font-weight: bold;
}

.search-contact-wrap p {
  margin-bottom: 10px;
  text-align: left;
}

.search-contact-button a {
  background: #FF6600;
  border-radius: 9999px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: auto;
  max-width: 400px;
  padding: 10px 25px;
  text-decoration: none;
  color: #FFFFFF;
  line-height: 1.8;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  font-size: 1.0rem;
}
.search-contact-button a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 1rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
  transform: translateY(-50%) rotate(45deg);
}
.search-contact-button a:hover:after {
  right: 1.4rem;
}



@media screen and (min-width: 768px) {
  .search-contact-wrap {
    padding: 2em 2em 2.5em 2em;
    border: 5px solid #FF6600;
  }


  .search-contact-wrap h4 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

  .search-contact-wrap p {
    margin-bottom: 30px;
    font-size: 1.2rem;
    text-align: center;
  }

  .search-contact-button a {
    padding: 10px 25px;
    font-size: 1.2rem;
  }

  .search-contact-button a:after {
    right: 3rem;
  }
  .search-contact-button a:hover {
    background: #FF9326;
    color: #FFF;
  }
  .search-contact-button a:hover:after {
    right: 1.4rem;
  }

}

.post-meta {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 10px;
}

.post-type-label {
  padding: 2px 10px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 11px;
}
.post-type-label.-printer { background: #66cccc; }
.post-type-label.-topics { background: #003B5C; }
.post-type-label.-pickup { background: #009639; }
.post-type-label.-case,
.post-type-label.-voice { background: #66899D; }
.post-type-label.-lp { background: #003074; }
.post-type-label.-spec { background: #66cccc; }

.search-result-date {
  font-size: 11px;
}

@media screen and (min-width: 768px) {
  .post-type-label {
    font-weight: 600;
  }
  .search-result-date {
    font-size: 12px;
    font-weight: 600;
  }
}


.highlighted-keyword {
  background-color: #ffff99;
  color: #000;
  font-weight: bold;
  padding: 0 2px;
}










/* 販売終了ラベルのスタイル */
.finished-sales-label {
    display: inline-block; /* インライン要素として表示 */
    padding: 0.2em 0.6em; /* 内側の余白 */
    margin-left: 0.5em; /* 投稿種別ラベルとの間隔 */
    background-color: #808080; /* グレーの背景色 */
    color: #ffffff; /* 白の文字色 */
    font-size: 0.75em; /* 文字サイズ（調整してください） */
    font-weight: bold; /* 太字 */
    border-radius: 3px; /* 角を少し丸くする */
    vertical-align: middle; /* 垂直方向の中央揃え */
    white-space: nowrap; /* テキストが改行されないように */
}

/* 投稿種別ラベルと販売終了ラベルが並ぶときの調整（必要であれば） */
.post-meta .post-type-label + .finished-sales-label {
    /* 必要に応じて、post-type-label の横に並ぶ際の追加調整 */
}

/*ご購入後の製品に関するお問い合わせ*/
.afterservice-service-centers {
      display: flex;
      flex-wrap: wrap;
      gap: 16px;
      justify-content: flex-start;
      margin-top: 10px;
    }
    .afterservice-service-center {
      background: #fff;
      border: 1px solid #b3e4e4;
      border-radius: 4px;
      padding: 12px 16px;
      min-width: 220px;
      flex: 1 1 0;
      box-sizing: border-box;
    }
    /* 760px未満で縦並び */
    @media (max-width: 760px) {
      .afterservice-service-centers {
        flex-direction: column;
        gap: 10px;
      }
      .afterservice-service-center {
        min-width: unset;
        width: 100%;
      }
    }
    /* detailsのsummary記号（▶/▼）明示的指定 */
    .afterservice-contact-summary {
      cursor: pointer;
      font-weight: bold;
      position: relative;
      padding-left: 1.5em;
    }
    .afterservice-contact-summary::before {
      content: "▶";
      position: absolute;
      left: 0;
      top: 0;
      font-size: 1em;
      transition: transform 0.2s;
    }
    details[open] > .afterservice-contact-summary::before {
      content: "▼";
    }
    /* 補足説明 */
    .afterservice-input-help {
      font-size: 0.95em;
      color: #008080;
      margin-bottom: 8px;
}

/* 確認画面なしのフォーム送信ボタン */
.mw_wp_form_input .contact-btn-area .lp-btn.no-confirm-send {
  border: none;
  width: 354px;
  height: 74px;
  background: linear-gradient(90deg, #0070c0 0%, #00aaff 100%);
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 37px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  transition: background 0.2s, box-shadow 0.2s;
  letter-spacing: 0.1em;
  display: inline-block;
}

/* 製品の特長のスタイル */

.products-feature-cards {
    margin-top: 10px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    flex-direction: row; /* 横並びをデフォルトに */
    justify-content: flex-start; /* 左詰め */
}

.products-feature-card {
    background: #f7fafc;
    border: 4px solid #e4edf4;
    border-radius: 4px;
    min-width: 160px;
    flex: 1 1 160px;
    padding: 5px 8px 5px 8px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.products-feature-title {
    background: #e4edf4;
    color: #1976b9;
    font-weight: bold;
    font-size: 1.1em;
    padding: 4px 0 6px 0;
    margin-bottom: 8px;
    border-radius: 2px 2px 0 0;
}

.products-feature-value {
    font-size: min(1.75em, 8vw, 8vh);
    font-weight: bold;
    color: #222;
    margin-bottom: 0;
    min-height: 64px;
    display: flex;
    flex: 1 1 auto; /* 縦方向に広げる */
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* 補足要素等 */
.products-feature-note {
    margin-top: 10px;
    font-size: 0.95em;
    padding: 6px 12px;
}

.products-feature-raw {
    margin-top: 10px;
}

/* 画面幅768px以上でgapを広げる */
@media screen and (min-width: 768px) {
    .products-feature-cards {
        gap: 8px;
    }
}

/* 製品の仕様のスタイル */

.products-spec-cards {
  margin-top: 10px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  /* flex-direction: column; */
}

.products-spec-card {
  background: #fdfdfd;
  border: 4px solid #cad0d4;
  border-radius: 4px;
  min-width: 160px;
  flex: 1 1 160px;
  padding: 5px 8px 5px 8px;
  box-sizing: border-box;
  text-align: center;
}

.products-spec-title {
  background: #cfd1d2;
  color: #000;
  font-weight: bold;
  font-size: 1em;
  padding: 4px 0 6px 0;
  margin-bottom: 8px;
  border-radius: 2px 2px 0 0;
}

.products-spec-value {
  font-size: 1em;
  color: #222;
  margin-bottom: 0;
  min-height: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.products-spec-note {
margin-top: 10px;
font-size: 0.95em;
padding: 6px 12px;
}

.products-spec-raw {
margin-top: 10px;
}

/* 製品ページ 製品の仕様テーブルのスタイル(cf_spectableraw) */
/* テーブル全体 */
.products-spec-raw table {
  width: 100%;
  border-collapse: collapse;
  margin: 12px 0;
  background: #fff;
  table-layout: auto;
}

/* セル（th, td）共通 */
.products-spec-raw th,
.products-spec-raw td {
  padding: 8px 8px;
  text-align: center;
  font-size: 0.8rem;
  border-right: 1px solid #e0e0e0;
}

/* 最右列だけは縦線を消す */
.products-spec-raw th:last-child,
.products-spec-raw td:last-child {
  border-right: none;
}

/* 項目名（左端）セル */
.products-spec-raw th:first-child,
.products-spec-raw td:first-child {
  background: #f0f0f0;
  text-align: right;
  padding-right: 20px;
  border-right: none;
  width: auto;
  min-width: 120px;
}

.products-spec-raw th:first-child {
  background: none !important;
}

/* ヘッダー（th） */
.products-spec-raw th {
  border-bottom: 2px solid #e0e0e0;
  font-weight: 600;
}

/* データセル（td） */
.products-spec-raw td {
  border-bottom: 1px solid #f0f0f0;
}

/* th内のfigure */
.products-spec-raw th figure {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* th内のfigure画像 */
.products-spec-raw th figure img {
  width: 100px;
  height: auto;
  border-radius: 4px;
  margin-bottom: 4px;
  display: block;
}

/* figcaption全体 */
.products-spec-raw th figure figcaption {
  font-size: 1rem;
  font-weight: bold;
  color: #222;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

/* 製品名 */
.products-spec-raw th figure figcaption .product-name {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 5px;
}

/* キャッチコピーや補足 */
.products-spec-raw th figure figcaption span {
  font-size: 13px;
  margin-bottom: 2px;
  display: block;
}

/* 自動的に挿入されるbrタグを無視 */
.products-spec-raw figcaption br {
  display: none;
}

/* スペック値 */
.products-spec-raw .spec-value {
  font-size: 1.5em;
  font-weight: bold;
  margin-right: 5px;
}

/* 項目名のstrong */
.products-spec-raw td strong {
  font-weight: bold;
}

/* レスポンシブ */
@media (max-width: 600px) {

  .products-spec-raw th,
  .products-spec-raw td {
    padding: 8px 3px;
  }

  .products-spec-raw td:first-child {
    width: 80px;
  }

  .products-spec-raw th figure img {
    width: 70px;
  }

  .products-spec-raw th figure figcaption {
    font-size: 0.9rem;
  }
}

    /* 画面幅768px以上で横並び */
  @media screen and (min-width: 768px) {
    .products-spec-cards {
      flex-direction: row;
      gap: 16px;
      font-size: 0.9em;
    }
  }

/* 製品詳細ページ製品概要セクションのスタイル */
.product-summary {
  margin-bottom: 20px;
}

/* 製品画像と説明文のコンテナ */
.products-detail-contents {
  display: flex;
  width: 100%;
}

/* 上段：メイン画像＋説明文を横並び */
.products-detail-upper {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}

/* メイン画像 */
.products-detail-upper .image {
  width: 400px;
  /*! min-width: 0; */
}

.image {
  min-width: 0;
}

.image img {
  width: 100%;
  height: auto;
  display: block;
}

/* 説明文 */
.products-detail-upper .text {
  flex: 1;
}


/* サムネイル画像（下段） */
.products-detail-images {
  display: flex;
  flex-flow: column;
  gap: 16px;
  margin-top: 15px;
  list-style: none;
  padding: 0;
}

.products-detail-images li img {
  width: 100px;
  height: auto;
  display: block;
}

.products-detail-upper .maker-logo {
  max-width: 150px;
}

/* SP時：すべて縦並びにし、順番も指定通りに */
@media (max-width: 768px) {

  .products-detail-upper {
    display: block;
    /* flex-direction: column;
    gap: 24px; */
  }

  .products-detail-contents {
    display: block
  }

  .image,
  .text {
    width: 100%;
  }

  .products-detail-images {
    justify-content: center;
  }

  .products-detail-images {
    margin-top: 16px;
    margin-bottom: 16px;
    gap: 8px;
    flex-wrap: wrap;
    flex-flow: row;
  }

  .products-detail-upper .image {
    width: 80%;
    margin: auto;
  }

  .products-detail-tag-list {
  margin-top: 10px;
  }
}

/* PC時：サムネイルサイズを調整 */
@media (min-width: 768px) {

.products-detail-upper .image {
padding: 10px;
min-width: 300px;
max-width: 400px;
width: auto;
}

.products-detail-upper .text {
  flex: 1;
min-width: 360px;
    max-width: 360px;
}

/*   .products-detail-images {
    padding-right: 10px;
  } */

  .products-detail-images li {
    width: 70px;
  }

}

/* 製品ページ記事ブロックのスタイル */
.article-block-custom {
    /* background: #f6f8fa; */
    border-bottom: 1px solid;
    border-top: 1px solid;
    width: 90%;
    padding: 12px 10px;
    margin: 18px auto;
}

.article-block-custom .article-block-link {
    display: flex;
    text-decoration: none;
    color: inherit;
}

.article-block-custom .article-block-thumb {
    flex-shrink: 0;
    margin-right: 12px;
    width: 100px;
    display: none;
    align-items: center;
    justify-content: center;
}

.article-block-custom .article-block-thumb img {
    display: block;
    width: auto;
    height: auto;
    background: #fff;
}

.article-block-custom .article-block-info {
    flex: 1;
    min-width: 0;
}

.article-block-custom .article-block-title {
    font-size: 1rem;
    font-weight: bold;
    margin: 0 0 6px 0;
}

.article-block-custom .article-block-excerpt {
    font-size: 0.8rem;
    color: #555;
    margin: 0;
}

/* PC時にサムネイル画像を表示 */
@media screen and (min-width: 768px) {
    .article-block-custom .article-block-thumb {
        width: 150px;
        margin-right: 10px;
        display: flex;
    }
    .article-block-custom .article-block-thumb img {
        /* max-height: 32px; */
    }
}

/* 「【展示会用】来場予約・事前質問登録フォーム」管理画面内JavaScriptの代わりにCSSで縦並びにする */
#interest-checkboxes .mwform-checkbox-field {
  display: block;
  margin-left: 10px;
  margin-bottom: 8px;
  /* 必要に応じて項目間の余白を調整 */
}