
h1 {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  position: relative;
  text-align: center;
  margin: 0 15px;
  color: #e5cfa3;
  font-size: 1.6rem;
  font-family: "源ノ明朝", serif;
  letter-spacing: 0.2em;
  line-height: 1.5;
}


h2 {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  position: relative;
  text-align: center;
  margin: 0 15px;
  color: #e5cfa3;
  font-size: 1.6rem;
  font-family: "源ノ明朝", serif;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
h3 {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  position: relative;
  text-align: center;
  color: #e6e6e6;
  font-size: 1.0rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin: 15px 0 10px 0;
}
p {
  line-height: 1.75em;
  letter-spacing: 0.02em;
  margin: 10px 0;
  font-size: 0.9rem;
}
.inner_top-bottomspace {    /* privacy company contactで使用*/
  margin-top: 10px;
  margin-bottom: 30px;
}
.main_description {        /* companyで使用*/
  margin-bottom: 10px;
}
.title_space {             /* privacy companyで使用*/
  padding-top: 10px;
  padding-bottom: 10px;
}
.content-sidespace {
  padding-right: 20px;
  padding-left: 20px;
}
.content_header {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3d3d3d;
}
.content_header::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height:100%;
  top: 0;
  left: 0;
  background-color: #3d3d3d;
  opacity: 0.5;
}
.content_header-title h1 {
  position: relative;
  display: inline-block;
  z-index: 3;
  color: #e5cfa3;
}
.content_header-title h2 {
  position: relative;
  display: inline-block;
  z-index: 3;
  color: #e5cfa3;
}
button {
  border: none;
  outline: none;
  background: transparent;
}


/*------ パンくず -------*/
/*黒系*/

.news-index .breadcrumb-list li{
  color: #232323;
}
.news-index .breadcrumb-list a:link { text-decoration: none; color: #232323; }
.news-index .breadcrumb-list a:visited { text-decoration: none; color: #232323; }
.news-index .breadcrumb-list a:hover { text-decoration: none; color: #232323; }
.news-index .breadcrumb-list a:active { text-decoration: none; color: #232323; }

.news-index .breadcrumb-list li:not(:last-of-type)::after {
  color: #232323; /* 記号の色 */
}

.products .breadcrumb-list li{
  color: #232323;
}
.products .breadcrumb-list a:link { text-decoration: none; color: #232323; }
.products .breadcrumb-list a:visited { text-decoration: none; color: #232323; }
.products .breadcrumb-list a:hover { text-decoration: none; color: #232323; }
.products .breadcrumb-list a:active { text-decoration: none; color: #232323; }

.products .breadcrumb-list li:not(:last-of-type)::after {
  color: #232323; /* 記号の色 */
}
.contact-form-sub .breadcrumb-list li{
  color: #232323;
}
.contact-form-sub .breadcrumb-list a:link { text-decoration: none; color: #232323; }
.contact-form-sub .breadcrumb-list a:visited { text-decoration: none; color: #232323; }
.contact-form-sub .breadcrumb-list a:hover { text-decoration: none; color: #232323; }
.contact-form-sub .breadcrumb-list a:active { text-decoration: none; color: #232323; }

.contact-form-sub .breadcrumb-list li:not(:last-of-type)::after {
  color: #232323; /* 記号の色 */
}
/*グレー系*/
.products-index .breadcrumb-list li{
  color: #969696;
}
.products-index .breadcrumb-list a:link { text-decoration: none; color: #969696; }
.products-index .breadcrumb-list a:visited { text-decoration: none; color: #969696; }
.products-index .breadcrumb-list a:hover { text-decoration: none; color: #969696; }
.products-index .breadcrumb-list a:active { text-decoration: none; color: #969696; }

.products-index .breadcrumb-list li:not(:last-of-type)::after {
  color: #969696; /* 記号の色 */
}
/*------ 画面サイズ条件 -------*/
@media (min-width: 1101px) 



} /*↑ @media (min-width: 1101px)*/
@media (max-width: 1100px) {

}/*↑ @media (max-width: 1100px)*/
@media (max-width: 768px) {


}/*↑ @media (max-width: 768px)*/
@media (min-width: 767px) {
  


}/*↑ @media (min-width: 767px)*/
@media (max-width: 430px) {

#main {
  display: flex;
  flex-direction: column;
  }
/*パンくず*/
.breadcrumb {
  order: 5;
  }
/*白系*/
.company .breadcrumb-list li{
  color: #efefef;
}
.company .breadcrumb-list a:link { text-decoration: none; color: #efefef; }
.company .breadcrumb-list a:visited { text-decoration: none; color: #efefef; }
.company .breadcrumb-list a:hover { text-decoration: none; color: #efefef; }
.company .breadcrumb-list a:active { text-decoration: none; color: #efefef; }

.company .breadcrumb-list li:not(:last-of-type)::after {
  color: #efefef; /* 記号の色 */
}

.contact .breadcrumb-list li{
  color: #efefef;
}
.contact .breadcrumb-list a:link { text-decoration: none; color: #efefef; }
.contact .breadcrumb-list a:visited { text-decoration: none; color: #efefef; }
.contact .breadcrumb-list a:hover { text-decoration: none; color: #efefef; }
.contact .breadcrumb-list a:active { text-decoration: none; color: #efefef; }

.contact .breadcrumb-list li:not(:last-of-type)::after {
  color: #efefef; /* 記号の色 */
}

.museum .breadcrumb-list li{
  color: #efefef;
}
.museum .breadcrumb-list a:link { text-decoration: none; color: #efefef; }
.museum .breadcrumb-list a:visited { text-decoration: none; color: #efefef; }
.museum .breadcrumb-list a:hover { text-decoration: none; color: #efefef; }
.museum .breadcrumb-list a:active { text-decoration: none; color: #efefef; }

.museum .breadcrumb-list li:not(:last-of-type)::after {
  color: #efefef; /* 記号の色 */
}

/*黒系*/
.products-index .breadcrumb-list li{
  color: #232323;
}
.products-index .breadcrumb-list a:link { text-decoration: none; color: #232323; }
.products-index .breadcrumb-list a:visited { text-decoration: none; color: #232323; }
.products-index .breadcrumb-list a:hover { text-decoration: none; color: #232323; }
.products-index .breadcrumb-list a:active { text-decoration: none; color: #232323; }

.products-index .breadcrumb-list li:not(:last-of-type)::after {
  color: #232323; /* 記号の色 */
}

/*パンくず*/
.contact_main {
  margin-top: 20px;
  }
h1, h2 {
  font-size: 1.35rem;
  }
.content_header {
  height: 70px;
  }


}/*↑ @media (max-width: 430px)*/
/*------ 画面サイズ条件 end-------*/

/*------ privacy -------*/
.privacy_main {
  display: flex;
  justify-content: center;
  background-color: #2d2d2d;
}
.privacy .content_header::after {
  display: none;
}
.privacy .breadcrumb {
  background-color: #2d2d2d;
}
.privacy_title {
  border-bottom: 1px solid #e5d7b3;
  margin-bottom: 10px;
}
.privacy_title h2{
  text-align: start;
}
.privacy_main-inner {
  width: 80%;
}
.privacy_main-block-inner {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.privacy_main-block-inner a:link { text-decoration: underline; color: #2ba6f9; }
.privacy_main-block-inner a:visited { text-decoration: underline; color: #2ba6f9; }
.privacy_main-block-inner a:hover { text-decoration: underline; color: #2ba6f9; }
.privacy_main-block-inner a:active { text-decoration: underline; color: #2ba6f9; }

.privacy_main-block {
  font-size: 0.9rem;
}

/*------ 画面サイズ条件 -------*/
@media (min-width: 1101px) {
.privacy_main-inner {
  width: calc(1100px * 0.8);
  }
} /*↑ @media (min-width: 1101px)*/
@media (max-width: 768px) {
.privacy_title h2{
  font-size: 1.2rem;
  }
}/*↑ @media (max-width: 768px)*/
@media (max-width: 430px) {
.privacy_main-inner {
  width: 100%;
  }
.privacy_title h2{
  font-size: 1.1rem;
  }
}/*↑ @media (max-width: 430px)*/
/*------ 画面サイズ条件 end-------*/


/*------ company -------*/

.company {
  background-color: #2d2d2d;
}
.company .content_header {
  background-color: #3d3d3d;
}
.company .content_header::after {
  display: none;
}
.company_container {
  display: flex;
  justify-content: center;
  line-height: 1.5rem;
  padding-top: 20px;
}
.company-overview.company_container {
  padding-top: 0px;
}
.company_container-inner {
  width: 80%;
}
.company_title {
  border-bottom: 1px solid #e5d7b3;
  margin-bottom: 10px;
}
.company_title h2{
  text-align: start;
}
.company_container-block-inner {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  margin-bottom: 20px;
}
.company_container-item {
  display: flex;
  font-size: 0.89rem;
  line-height: 1.6rem;
  letter-spacing: 0.02rem;
}
.company-overview_contents dl {
  display: flex;
  width: 94%;
  margin: 15px 0 0 0 ;
}
.company-overview_contents dt {
  line-height: 1.5rem;
  display:flex;
  align-items: flex-start;
  font-size: 1.08rem;
}
.company-overview_contents dd {
  margin: 0 0 0 16px;
  display:flex;
  flex-wrap: wrap;
  font-size: 0.89rem;
}
.company-image {
  display:flex;
  justify-content: center;
  align-items: center;
  object-fit: contain;
  margin: 20px 0 0 0 ;
}
.company-image img{
  object-fit: contain;
  width: 230px ;
  height: 300px ;
}
.company-history_contents {
  width: 100%;
}
.company-history_contents dl {
  display: flex;
  width: 100%;
}
.company_container-block p {
  letter-spacing: 0.02rem;
  font-size: 0.9rem;
}
.company-history_description {
  width: calc(100% - 180px);
  display: flex;
  flex-direction: column;
}
.company-history_contents dt {
  width: 180px;
}
.company-history_contents dd {
  display:flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 5px;
  margin-left: 0px;
  width: 100%;
  font-size: 0.89rem;
  flex-shrink: 0;
}
.company-access_contents {
  width: 100%;
}
.company-access_text {
  margin: 15px 0 20px 0;
}
.company-map {
  width: 100%;
  height: 340px;
}
.company-map_google-map {
  width: 100%;
  height: 100%;
}
.group-companies_contents {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 20px;
}
.group-companies h3 {
  margin: 10px 0 0 0;
  font-size: 0.95rem;
  line-height: 2rem;
}
.company_container-block-inner p {
  margin: 0 0 10px 0;
}
.group-companies_address dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  font-size: 0.9rem;
  letter-spacing: 0.02rem;
}
.group-companies_address dd {
  margin: 0 16px 0 0;
}
.group-companies_address-tel {
  display: flex;
  flex-wrap: wrap;
}
/*------ 画面サイズ条件 -------*/
@media (min-width: 1101px) {
.company_container-inner {
  width: calc(1100px * 0.8);
  }
.company-overview_contents dt {
  width: 25%;
  }
.company-overview_contents dd {
  width: 75%;
  }

} /*↑ @media (min-width: 1101px)*/
@media (max-width: 1100px) {
.company-overview_contents dl {
  flex-direction:column;
  width:100%;
  }
.company-overview_contents dt {
  width: 100%;
  }
.company-overview_contents dd {
  width: 95%;
  margin: 5px 0;
  }
.company-image {
  height: 600px;
  }
.company-overview_business-details dd{
  width: calc(100% + 250px);
  }

}/*↑ @media (max-width: 1100px)*/
@media (max-width: 768px) {
.company_title h2{
  font-size: 1.22rem
  }
.company_container-item {
  flex-direction: column;
  }
.company-overview_contents dl {
  width: 100%;
  }
.company-image {
  height: auto;
  }
.company-overview_contents dl {
  margin: 0 0 15px 0;
  }
.company-overview_contents_business-details dd{
  width: 100%;
  }
.company-overview_business-details dd{
  width: 100%;
  }
.company-history .company_container-block-inner.content-sidespace {
  padding-left: 10px;
}
.company-history_description {
  width: calc(100% - 120px);
  }
.company-history_contents dl {
  line-height: 1.4rem;
  margin: 12px 0;
  }
.company-history_contents dl:first-child{
  margin: 3px 0 12px 0;
}
.company-history_contents dt {
  width: 90px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  line-height: 1.3rem;
  margin-right: 20px;
  }
.company-access_text {
  margin: 0 0 20px 0;
  }
.group-companies h3 {
  margin: 0;
  }
}/*↑ @media (max-width: 768px)*/
@media (max-width: 430px) {
.company_main .content-sidespace {
  padding-right: 10px;
  padding-left: 10px;
}
.company_container-inner {
  width: 100%;
  }
.company_title h2{
  margin-right: 10px;
  margin-left: 10px;
  }
.company-overview_contents dd {
  width: 100%;
  }
.company-history .company_container-block-inner.content-sidespace {
  padding-left: 0;
  }
.group-companies_contents {
  flex-direction: row;
  }
.company-history_contents dt {
  margin-right: 15px;
  }
.group-companies_address-add dl {
  display: flex;
  flex-direction: column;
  }
.group-companies_address-add dd {
  margin: 0 0 6px 0;
  }
.group-companies dl {
  margin-right: 0;
  }
.company_container-block p {
  line-height: 1.5rem;
  }
.company .breadcrumb {
  background-color: #3d3d3d;
}

}/*↑ @media (max-width: 430px)*/
/*------ 画面サイズ条件 end-------*/


/*------ museum -------*/
.museum_header-container {
  display: flex;
  justify-content: center;
  line-height: 1.8em;
  padding-top: 15px;
}
.museum_container {
  display: flex;
  justify-content: center;
  line-height: 1.8em;
  padding-top: 40px;
  padding-bottom: 10px;
}
.museum_container-inner {
  width: 80%;
}
.museum_main-header-inner {
  display: flex;
  justify-content:center;
}
.museum_navi ul {
  list-style: none;
  display: grid;
  gap: 10px;
  justify-content:center;
  grid-template-columns: repeat(5, 1fr);
  margin: 0;
  padding: 10px 0 50px 0;
  width: 100%;
}
/* 使用シーン追加の際は削除 ↓ */
.retro-museum_navi ul {
  grid-template-columns: repeat(4, 1fr);
}
.museum_navi a {
  padding: 5px 10px;
  border: 1px solid #e5cfa3;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  place-items: center; 
  box-sizing: border-box;
  border-radius: 10px;
  color: #e5cfa3;
  letter-spacing: 0.1em;
  line-height: 1.3em;
  height: 100%;
}
.museum_navi a:link { text-decoration: none; color: #e5cfa3; }
.museum_navi a:visited { text-decoration: none; color: #e5cfa3; }
.museum_navi a:hover { text-decoration: none; color: #e5cfa3; }
.museum_navi a:active { text-decoration: none; color: #e5cfa3; }

.museum_container h3{
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  text-align: center;
  margin: 0 15px;
  color: #e5cfa3;
  font-size: 1.3rem;
  font-family: "源ノ明朝", serif;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
.museum_container-block-inner {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.museum_title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.museum_title h3{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.3rem;
}
/*
.line-start, 
.line-end {
  position: relative;
  width: 20%;
  height: 1px;
  background-color: #e5cfa3;
  display: flex;
  align-items: center;
}
.line-start::after, 
.line-end::after {
  content:"";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #e5cfa3;
}
.line-start::after {
  right: 0;
}
.line-end::after {
  left: 0;
}
*/
.museum_text {
  padding: 10px 0 20px 0;
}
.museum_text p {
  font-size: 0.9rem;
}
.museum_image {
  display: flex;
  justify-content: center;
  width: 100%;
  object-fit: contain;
}
.museum_image img {
  width: 100%;
  object-fit: contain;
}


/*------ name-museum -------*/
.name-museum.content_header {
  background-image: url(../files/images/name-museum/name-museum_header-background.jpg);
}

/*------ retro-museum -------*/
.retro-museum.content_header {
  background-image: url(../files/images/retro-museum/retro-museum_header-background.jpg);
}
.retro_container {
  display: flex;
  flex-direction: column;
}
.retro_container-title {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 5px;
  background-color: #000;
  height: 60px;
  border-bottom: 1px solid #969696;
}
.museum_container-item h4 {
  font-weight: 400;
  font-size: 0.95rem;
  margin: 10px 0;
}
.retro_container-image {
  display: flex;
  justify-content: center;
  background-color: #000;
}
.retro_container-image img {
  width: 100%;
  object-fit: contain;
}
.retro_container-text {
  padding: 5px 15px;
  border-top: 1px solid #969696;
  font-size: 0.9rem;
}
.retro_container-text p {
  font-size: 0.9rem;
}
.retro_arrow {
  position: relative;
  padding-left: 25px;
}
.retro_arrow::before {
position: absolute;
content: '';
width:12px;
height:12px;
background-color:#fff;
top: 50%;
left: 0;
margin-top: -4px;
}
.retro_arrow::after {
  position:absolute;
  content: '';
  border:solid 14px transparent;
  border-left:solid 14px #fff;
  top: 50%;
  left: 10px;
  margin-top: -12px;
}
/*------ retro-museum manufacturing-process -------*/
.manufacturing-process_container-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
  gap: 5px;
}
.manufacturing-process_container-inner .museum_contents {
  width: 27%;
}
.manufacturing-process_container-inner .retro_container-image {
  padding: 10px;
}
/*------ retro-museum how-to-rub -------*/
.how-to-rub_container-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
  gap: 25px;
}
.how-to-rub_container-inner .museum_contents {
  width: calc((100% - 25px) / 2);
}
.how-to-rub_container-inner .retro_container-image {
  width: 100%;
}
.how-to-rub_container-inner .retro_container-image img {
  width: 100%;
}
.how-to-rub_container-inner .retro_container-title{
  border-bottom: none;
}
.how-to-rub_container-inner .retro_container-text {
  border-top: none;
}
/*------ retro-museum usage-scene retro-match old-advertising-------*/
.usage-scene_container-inner, 
.retro-match_container-inner, 
.old-advertising_container-inner {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  gap: 25px;
}
.usage-scene_container-inner .museum_contents, 
.retro-match_container-inner .museum_contents, 
.old-advertising_container-inner .museum_contents {
  width: calc((100% - 25px - 25px) / 3);
}
.usage-scene_container-inner .retro_container-image {
  width: 100%;
  background-color: #232323;
}
.retro-match_container-inner .retro_container-image, 
.old-advertising_container-inner .retro_container-image {
  width: calc(100% - 10px - 10px);
  padding: 10px;
  background-color: #232323;
  }
.usage-scene_container-inner .retro_container-image img, 
.retro-match_container-inner .retro_container-image img, 
.old-advertising_container-inner .retro_container-image img {
  width: 100%;
}
.usage-scene_container-inner .retro_container-title {
  border-bottom: none;
}
.usage-scene_container-inner .retro_container-text {
  border-top: none;
}


/*------ 画面サイズ条件 -------*/
@media (min-width: 1101px) {
.museum_container-inner {
  width: calc(1100px * 0.8);
  }
.museum_image img {
  width: 60%;
  }
.name-museum .museum_text {
  display: flex;
  justify-content: center;
  }
.name-museum .museum_text p {
  width: 70%;
  }


} /*↑ @media (min-width: 1101px)*/
@media (max-width: 1100px) {
.museum_navi ul {
  grid-template-columns: repeat(6, 11vw);
  }
.museum_navi .-btn1 {
  grid-column: 1 / 3;
  }
.museum_navi .-btn2 {
  grid-column: 3 / 5;
  }
.museum_navi .-btn3 {
  grid-column: 5 / 7;
  }
.museum_navi .-btn4 {
  grid-column: 1 / 4;
  }
.museum_navi .-btn5 {
  grid-column: 4 / 7;
  }

.retro-museum_navi .-btn1,  
.retro-museum_navi .-btn4 {
  grid-column: 1 / 4;
  }
.retro-museum_navi .-btn2, 
.retro-museum_navi .-btn5 {
  grid-column: 4 / 7;
  }

/*------ retro-museum -------*/
.how-to-rub_container-inner, 
.usage-scene_container-inner, 
.retro-match_container-inner, 
.old-advertising_container-inner {
  gap: 25px ;
  }
.how-to-rub_container-inner .museum_contents {
  width: calc(50% - 25px / 2);
  }
.usage-scene_container-inner .museum_contents, 
.retro-match_container-inner .museum_contents, 
.old-advertising_container-inner .museum_contents {
  width: calc(50% - 25px / 2);
  }
  
  
  
  
  

}/*↑ @media (max-width: 1100px)*/
@media (min-width: 769px) {
.museum_image img {
  width: 70%;
  }
}
/*↑ @media (min-width: 1100px)*/
@media (max-width: 768px) {
.museum_navi ul {
  grid-template-columns: repeat(2, 40vw);
  }
.museum_navi .-btn1, 
.museum_navi .-btn3 {
  grid-column: 1 / 2;
  }
.museum_navi .-btn2, 
.museum_navi .-btn4 {
  grid-column: 2 / 3;
  }
.museum_navi .-btn5 {
  grid-column: 1 / 2;
  }

.retro-museum_navi .-btn1, 
.retro-museum_navi .-btn4 {
  grid-column: 1 / 2;
  }
.retro-museum_navi .-btn2, 
.retro-museum_navi .-btn5 {
  grid-column: 2 / 3;
  }


/*------ retro-museum -------*/

.retro_arrow {
  position: relative;
  padding-top: 25px;
  padding-left: 0px;
}
.retro_arrow::before {
  position: absolute;
  content: '';
  width:12px;
  height:12px;
  background-color:#fff;
  top: 0;
  left: 0;
  right: 50%;
  margin-top: 0;
  margin-right: -4px;
}
.retro_arrow::after {
  position:absolute;
  content: '';
  border:solid 14px transparent;
  border-top:solid 14px #fff;
  top: 10px;
  right: 50%;
  left: -8px;
  margin-top: 0;
  margin-right: -12px;
}
.retro_container-image img {
  width: 50%;
  }
/*
.line-start.-long, 
.line-end.-long {
  width: 30%;
  }
*/
.manufacturing-process_container-inner {
  flex-direction: column;
  align-items: center;
  gap: 20px;
  }
.manufacturing-process_container-inner .museum_contents {
  width: 100%;
  }
.how-to-rub_container-inner {
  flex-direction: column;
  align-items: center;
  gap: 30px;
  }
.how-to-rub_container-inner .museum_contents {
  width: 100%;
  }
.usage-scene_container-inner, 
.retro-match_container-inner, 
.old-advertising_container-inner {
  flex-direction: column;
  align-items: center;
  gap: 30px;
  }
.usage-scene_container-inner .museum_contents, 
.retro-match_container-inner .museum_contents, 
.old-advertising_container-inner .museum_contents {
  width: 100%;
  }
.usage-scene_container-inner .retro_container-title {
  border-bottom: 1px solid #969696;
  }
.usage-scene_container-inner .retro_container-text {
  border-top: 1px solid #969696;
  }
.usage-scene_container-inner .retro_container-image {
  width: calc(100% - 10px - 10px);
  padding: 10px;
  }
.usage-scene_container-inner .retro_container-image img, 
.retro-match_container-inner .retro_container-image img, 
.old-advertising_container-inner .retro_container-image img {
  width: 50%;
  }
    
    
    

}/*↑ @media (max-width: 768px)*/
@media (min-width: 767px) {
  


}/*↑ @media (min-width: 767px)*/
@media (max-width: 430px) {
.museum_navi li {
  min-height: 50px;
}
.museum_navi span.text-small {
  font-size: 0.8em;
}
.museum_main-header-inner {
  margin-right: 0px;
  margin-left: 0px;
}
.museum_container-inner {
  width: 100%;
  }
.museum_container h3{
  margin: 0 5px;
  }
/*
.line-start, 
.line-end {
  width: 35%;
}
*/

.museum h3 .text-small {
  font-size: 0.8em;
}

.retro-museum .breadcrumb{
  background-color: #3d3d3d;
}
.name-museum .breadcrumb{
  background-color: #303030;
}




}/*↑ @media (max-width: 430px)*/
/*------ 画面サイズ条件 end-------*/


/*------ products -------*/
.products {
  background-color: #e6e6e6;
  color: #232323;
}
.products .under-header_space {
  background-color: #232323;
}
.products .content_header {
/*  background-image: url(../files/images/products/products-top.png);*/
  background-color: #3d3d3d;
}
.products .content_header::after {
  display: none;
}
.products h2 {
  color: #e5cfa3;
}
.products h3 {
  color: #232323;
  text-align: start;
}
.products-item_inner {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
/*------ products-items -------*/
.products-item-container {
  display: flex;
  width: 100%;
}
.products-item_text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: calc(50% - 40px);
  padding: 0 20px;
}
.products-item h3 {
  font-size: 1.6rem;
  margin: 5px 0 15px 0;
  letter-spacing: 0.08em;
  line-height: 1.5em;
  display: flex;
  flex-wrap: wrap;
}
.products-item .text-small {
  font-size: 1.3rem;
  line-height: 1.3em;
}

.products-item p {
  margin: 20px 0;
}
.products-item td a{
  text-underline-offset: 3px;
}
.products-item td a:link { text-decoration: underline; color: #232323; }
.products-item td a:visited { text-decoration: underline; color: #232323; }
.products-item td a:hover { text-decoration: underline; color: #232323; }
.products-item td a:active { text-decoration: underline; color: #232323; }

.products-item_image {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.products-item_image-inner {
  width: calc(100% - 30px);
  padding: 0 20px;
}
.products-item_image img{
  width: 100%;
}
.products-item_spec table {
  border-collapse: collapse;
  width: 100%;
}
.products-item_spec td {
  font-size: 0.9rem;
  padding: 8px;
  border-bottom: 1px solid #a5a5a5;
  line-height: 1.7em;
}
.products-item_spec tr:first-child td {
  border-top: 1px solid #a5a5a5;
}
.products-item_spec td:first-child {
  width: 100px;
  padding-left: 20px;
}

.products-item_btn-area {
  display: flex;
  flex-direction: column;
  margin: 40px 0;
}
.products-item_dl-items {
  display: flex;
  flex-direction: column;
  margin: 5px 0;
}
.products-item_contact-menu {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
  margin: 5px 0;
}
.products-item_btn {
  width: 100%;
  padding: 12px 10px;
  letter-spacing: 0.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  /*border-radius: 5pt;*/
  font-size: 0.9rem;
  margin: 5px 0;
  /*border-radius: 5pt;*/
  }
.products-item_dl-items .products-item_btn {
  color: #333333;
  border: 1px solid #333333;
  position: relative;
  width: calc(100% - 62px);
  padding: 12px 10px 12px 50px;
  text-indent: -30px;
  text-align: center;
}
_::-webkit-full-page-media, _:future, :root .products-item_dl-items .products-item_btn {
  text-indent: -30px;
}
.products-item_dl-items .products-item_btn:hover {
  background-color: #efefef;
}
.products-item_contact-menu .products-item_btn {
  color: #efefef;
  background-color: #b70000;
/*  background-image: url(../files/images/common/mail-icon.png);
  background-repeat: no-repeat;
  background-size: 21px auto;
  background-position: 18px center;*/
}

.products-item_contact-menu .products-item_btn:hover {
  background-color: #db1f22;
  cursor: pointer;
}

/*dlアイコン-別ウィンドウ*/
.dl-external-link-icon {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0.9em;
  height: 0.9em;
  border: 0.1em solid currentColor;
  border-radius: 0.1em;
  background: #e6e6e6;
  box-sizing: content-box;
  left: 20px;
  position: absolute;
}

.dl-external-link-icon > span {
  position: absolute;
  top: -0.2em;
  right: -0.2em;
  width: 45%;
  height: 45%;
  border: 0.1em solid currentColor;
  border-bottom: 0;
  border-left: 0;
  background: #e6e6e6;
  box-shadow: -0.1em 0.1em 0 0.1em #e6e6e6;
  box-sizing: border-box;
}

.dl-external-link-icon > span::before {
  content: '';
  position: absolute;
  top: -0.05em;
  right: -0.1em;
  width: 0.085em;
  height: 0.8em;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: top center;
}

.products-item_btn:hover .dl-external-link-icon {
  background-color: #efefef;
}
.products-item_btn:hover .dl-external-link-icon > span {
  background-color: #efefef;
  box-shadow: -0.1em 0.1em 0 0.1em #efefef;
}


/*dlアイコン*/
.dl-icon {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 1.15em;
  height: 1.15em;
  left: 20px;
  position: absolute;
}

.dl-icon::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.46em;
  border: 0.1em solid currentColor;
  border-top: 0;
  border-radius: 0 0 0.15em 0.15em;
  box-sizing: border-box;
}

.dl-icon > span {
  position: relative;
  width: 0.1em;
  height: 0.625em;
  background: currentColor;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.353em;
  margin: auto;
}

.dl-icon > span::before {
  content: '';
  width: 0.40625em;
  height: 0.40625em;
  border: 0.1em solid currentColor;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  position: absolute;
  left: 50%;
  bottom: -0.05em;
  box-sizing: border-box;
}

/*------ 画面サイズ条件 -------*/
@media (min-width: 1101px) {
.products-item-container {
  width: 1000px;
  }

} /*↑ @media (min-width: 1101px)*/
@media (max-width: 1100px) {



}/*↑ @media (max-width: 1100px)*/
@media (max-width: 768px) {
.products-item_inner {
  padding: 20px 0 30px 0;
  }
.products-item-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  }
.products-item_image {
  width: 80%;
  }
.products-item_text {
  width: 80%;
  margin-top: 30px;
}
.products-item_image-inner {
  width: 100%;
  padding: 0px;
}


}/*↑ @media (max-width: 768px)*/
@media (min-width: 767px) {
  


}/*↑ @media (min-width: 767px)*/
@media (max-width: 430px) {
.products-item_main {
  margin-top: 10px;
  }
.products-item_inner{
  padding-bottom: 0;
  }
.products-item_spec td:first-child {
  padding-left: 5px;
  }

.products-item h3 {
  font-size: 1.25rem;
  line-height: 1.5em;
  }
.products-item .text-small {
  font-size: 0.95rem;
  }
.products-item_image {
  width: 95%;
  }
.products-item_text {
  width: 95%;
  margin-top: 20px;
  }






}/*↑ @media (max-width: 430px)*/
/*------ 画面サイズ条件 end-------*/


/*------ products-items-index -------*/

.products-index .breadcrumb {
  background-color: #232323;
}
.products-index_text {
  color: #e6e6e6;
  text-align: center;
  background-color: #232323;
  margin-top: -5px;
  padding: 20px 0 80px 0;
}
.products-index_text p {
  letter-spacing: 0.2em;
}
.products-index .max-width-430 {
  pointer-events: none; /*クリックを無効にしたい時*/
}

.products-index_header-btn {
  display: flex;
  justify-content: center;
  margin: 20px 20px 0 20px;
}
.products-index_header-btn a {
  height: 100%;
}
.products-index_header-btn .more_btn {
  width: calc(200px - (0.2em + 15px));
  position: relative;
  padding-left: calc(0.2em + 15px + 10px);
}
/*dlアイコン-別ウィンドウ*/
.products-index .dl-external-link-icon {
  display: inline-block;
  vertical-align: middle;
  color: #c8c8c8;
  line-height: 1;
  width: 0.9em;
  height: 0.9em;
  border: 0.1em solid currentColor;
  border-radius: 0.1em;
  background: #232323;
  box-sizing: content-box;
  left: 20px;
  position: absolute;
}
.products-index .dl-external-link-icon > span {
  position: absolute;
  top: -0.2em;
  right: -0.2em;
  width: 45%;
  height: 45%;
  border: 0.1em solid currentColor;
  border-bottom: 0;
  border-left: 0;
  background: #232323;
  box-shadow: -0.1em 0.1em 0 0.1em #232323;
  box-sizing: border-box;
}
.products-index .dl-external-link-icon > span::before {
  content: '';
  position: absolute;
  top: -0.05em;
  right: -0.1em;
  width: 0.085em;
  height: 0.8em;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: top center;
}

.products-index .more_btn:hover .dl-external-link-icon {
  color: #e5cfa3;
}

.products-index_item-container {
  display: flex;
  justify-content: center;
  margin-top: -40px;
  padding-bottom: 40px;
}
.products-index_item-container-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 80%;
}
.products-index_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  height: 100%;
}
.products-index_image {
  width: 100%;
  overflow: hidden;
}
.products-index_image img {
  width: 100%;
}
.products-index_text-block {
  display: flex;
  justify-content: center;
}
.products-index_text-block-inner {
  width: calc(100% - 20px);
}
.products-index_item-name {
  display: flex;
}
.products-index_item-name h3 {
  letter-spacing: 0.02em;
  line-height: 1.3em;
  font-size: 1.1rem;
  margin: 8px 0;
  font-weight: 900;
  padding-top: 3px;
  flex-wrap: wrap;
}
.products-index .text-small {
  font-size: 0.85rem;
}
.products-index_item-description p {
  font-size: 0.9rem;
  line-height: 1.5em;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.products-index_item-description tr {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 5px 0;
}
.products-index td {
  line-height: 1.3em;
}
.products-index td:first-child {
  font-weight: 600;
}

.products-index_item-btn {
  margin: 10px;
  width: calc(100% - 20px);
  }
.products-index_btn {
  padding: 8px 5px;
  letter-spacing: 0.2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /*border-radius: 5pt;*/
  font-size: 0.9rem;
  color: #333333;
  border: 1px solid #333333;
  }
.products-index_btn:hover {
  border: 1px solid #333333;
  background-color: #c8c8c8;
  color: #333333;
  cursor:pointer;
}

.products-index_item-btn a:link { text-decoration: none; color: #333333; }
.products-index_item-btn a:visited { text-decoration: none; color: #333333; }
.products-index_item-btn a:hover { text-decoration: none; color: #333333; }
.products-index_item-btn a:active { text-decoration: none; color: #333333; }

/*------ 画面サイズ条件 -------*/
@media (min-width: 1101px) {
.products-index_item-container-inner {
  width: 1000px;
  }
.products-index_text-block-inner {
  padding: 0 20px;
}
.products-index td {
  font-size: 0.9rem;
}
.products-index_item-btn {
  margin: 10px 20px 20px 20px;
  width: calc(100% - 40px);
  }


} /*↑ @media (min-width: 1101px)*/
@media (max-width: 1100px) {
.products-index_item-container-inner {
  grid-template-columns: repeat(3, 1fr);
  }


}/*↑ @media (max-width: 1100px)*/
@media (min-width: 769px) {
.min-width-769px_display-none {
  display: none;
  }

}/*↑ @media (min-width: 769px)*/
@media (max-width: 768px) {
.products-index_text p {
  letter-spacing: 0.2em;
  }
.max-width-768px_display-none {
  display: none;
  }
.products-index_item-container-inner {
  grid-template-columns: repeat(2, 1fr);
  }
.products-index_item-container-inner {
  width: 90%;
}


}/*↑ @media (max-width: 768px)*/
@media (min-width: 767px) {
  


}/*↑ @media (min-width: 767px)*/
@media (max-width: 430px) {


.products-index_item-container-inner {
  gap: 20px 10px;
  display: flex;
  flex-wrap: wrap;
}
.products-index_item {
  width: calc((100% - 10px) / 2 );
  height: auto;
  position:relative;
}
.products-index_item-description p {
  -webkit-line-clamp: 3;
}
.products-index_btn {
  letter-spacing: 0.1em;
  }

.products-index_item-name h3 {
  font-size: 0.9rem;
}
.products-index .text-small {
  font-size: 0.8rem;
}
.products-index .max-width-430 {
  pointer-events: auto; /*クリックを有効にしたい時*/
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.products-index_item-description, 
.products-index_item-btn {
  display: none;
}

.products-index .breadcrumb{
  background-color: #e6e6e6;
}




}/*↑ @media (max-width: 430px)*/
/*------ 画面サイズ条件 end-------*/


/*------ contact -------*/
.contact {
  background-color: #2d2d2d;
}
.contact .content_header {
  background-color: #3d3d3d;
}
.contact .content_header::after {
  display: none;
}
.contact_main {
  display: flex;
  justify-content: center;
}
.contact_main-inner {
  margin-bottom: 60px;
  width: 700px;
}
.contact_main input,
.contact_main textarea {
  padding: 8px;
  font-size: 1.0rem;
  font-family: inherit;
  
}
.contact_main input[type="text"],
.contact_main input[type="email"],
.contact_main textarea {
  border: 1px solid #6c6c6c;
  border-radius: 3px;
}
.contact_main .-text-input input,
.contact_main input.-text-input {
  max-width: calc(100% - 18px);
}
.contact_main label#お届け先ご住所-label {
  width: calc(100% - 18px);
}
.contact_main input#お受取人名 {
  max-width: calc(100% - 35px - 2px);
}
.form-block input.input-cursor,
.form-block input.-width_100,
.form-block textarea.-width_100 {
  width: 100%;
}
.input-cursor,
.form-block input[type=radio],
.form-block input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
}
input#数量 {
  width: 172.5px;
}
input#会社名 {
  margin-bottom: 10px;
}
dd.-width_100.-margin_bottom {
  margin-bottom: 10px;
}
input#オーダー, 
input#既製 {
  margin-bottom: 15px;
}
.contact_main h2 {
  margin: 0 0 30px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #e5cfa3;
}
.form p{
  color: #232323;
  font-size: 0.9rem;
  margin-bottom: 0;
}
.form label {
  padding: 10px 10px 10px 0;
  margin: 0 10px;
}
.form label.-line-height {
  line-height: 1.5em;
}
.form-block {
  margin-bottom: 40px;
  background-color: #e6e6e6;
}
.form-contents{
  padding: 0 0 10px 0;
}
.form-item {
  margin: 0;
}
.form-block dl {
  line-height: 1.5em;
  width: 100%;
}
.form-block dt {
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  background-color: #6c6c6c;
  color: #fff;
  padding: 10px 20px;
}
.form-block dd {
  font-size: 1.1rem;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 30px 10px 30px;
  margin: 0;
  color: #3d3d3d;
}
.form-block dd.text-small {
  padding: 0 30px 10px 30px;
}
.form-item.form-checked dt {
  background-color: #a0a0a0;
}
.form-checked dl.-checked.-rows {
  font-size: 1.1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 2em;
  margin: 0;
}
.form-checked dl.-checked.-columns {
  display: flex;
  flex-direction: column;
  line-height: 2em;
  margin: 0;
  width: 100%;
}
.form-checked dl.-checked dt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  background-color: transparent;
  color: #3d3d3d;
}
.form-checked dl.-checked dt.-rows {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #6c6c6c;
  margin-bottom: 10px;
}
.form-checked dl.-checked dd {
  padding: 0;
  margin: 0;
  color: #3d3d3d;
  flex-direction: column;
  width: 100%;
}
.form-checked dl.-checked label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 10px 0 0;
  width: fit-content;
}
.form-block .form-checked dd {
  padding: 10px 30px 0 30px;
  width: calc(100% - 60px);
}
.contact .-checked.-checked2 {
  margin-top: 5px;
}
.contact .contents-column {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  margin-bottom: 10px;
}
.contact .contents-column -column dd {
  display: flex;
  flex-direction: column;
}
.form-checked dl.-checked dd .-checked label{
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.7em;
  margin-left: 20px;
}
.form-item.-content-of-inquiry dd:last-child{
  padding: 0 30px 10px 30px;
}
.contact .text-small,
.contact span.text-small {
  font-size: 0.9rem;
  letter-spacing: 0.01em;
  line-height: 1.5em;
  padding: 0 0 5px 0;
}
.contact p .text-small {
  font-size: 0.8rem;
}
.file-button { 
  /* 「選択されていません（選択後はファイル名）」のスタイル*/
  font-size: 0.8rem;
}
.submit-btn_container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 0.9rem;
}
.submit-btn_container-inner {
  width: 80%;
}
.checklist_block {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.checklist_item {
  padding: 10px 0;
  letter-spacing: 0.02em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.checklist_item.agree_privacy a {
  margin: 0 8px 0 0;
}
.agree_privacy a:link { text-decoration: underline; color: #2ba6f9; }
.agree_privacy a:visited { text-decoration: underline; color: #2ba6f9; }
.agree_privacy a:hover { text-decoration: underline; color: #2ba6f9; }
.agree_privacy a:active { text-decoration: underline; color: #2ba6f9; }
input[type="checkbox" i] {
  margin-right: 10px;
}
.submit-btn_block {
  margin: 30px 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
}
.submit-btn {
  padding: 10px;
}
.submit-btn_block input{
  padding: 10px;
  width: 250px;
  border: none;
  border-radius: 3px;
  font-size: 1.0rem;
  letter-spacing: 0.2em;
}
.submit-btn.-confirmation input {
  background-color: #c92323;
  color: #fff;
  padding: 20px 10px;
  opacity: 0.5;
}
.submit-btn.-confirmation input.is-active {
  opacity: 1;
}
.submit-btn_block input:hover {
  background-color: #fff;
  cursor: pointer;
}
.submit-btn.-confirmation input.is-inactive:hover {
  background-color: #c92323;
  opacity: 0.5;
  cursor: default;
}
.submit-btn.-confirmation input.is-active:hover {
  background-color: #ef2631;
}
.checked_company-name,
.checked_contact-order,
.checked_address,
.checked_tel,
.checked_name {
  display: none;
  transition: 1s;
}
.FlexTextarea {
  position: relative;
  width: 100%;
  margin: 0;
}

.FlexTextarea__dummy {
  overflow: hidden;
  visibility: hidden;
  box-sizing: border-box;
  padding: 5px 15px;
  min-height: 45px;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.-textarea-widespace .FlexTextarea__dummy {
  min-height: 160px;
}
.FlexTextarea__textarea {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 5px 15px;
  width: 100%;
  height: 100%;
  letter-spacing: inherit;
  resize: none;
}


.required,
.optional {
  width: 30px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  font-size: 8pt;
  line-height: 1em;
  text-align: center;
  margin: 5px 0 5px 10px;
}
.required{
  background-color: #dd3a3a;
  color: #e6e6e6;
}
.optional{
  background-color: #2767ce;;
  color: #f6f6f6;
}
::placeholder {
  color: #d3d3d3;
}
/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #d3d3d3;
}
/* IE対応 */
:-ms-input-placeholder {
  color: #d3d3d3;
}

/*------ tmpl-folder -------*/
.contact-form {
  background-color: #e6e6e6;
  color: #232323;
}
.contact-form a { text-decoration: underline; color: #2ba6f9; }
.contact-form a:link { text-decoration: underline; color: #2ba6f9; }
.contact-form a:visited { text-decoration: underline; color: #2ba6f9; }
.contact-form a:hover { text-decoration: underline; color: #2ba6f9; }
.contact-form a:active { text-decoration: underline; color: #2ba6f9; }

.contact-form .content_header {
  background-color: #3d3d3d;
}

.contact-form h1{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.contact-form h1 .text-small{
  font-size: 0.8rem;
}
.contact-form h3 {
  color: #232323;
  font-size: 1.0rem;
  font-weight: 700;
  text-align: center;
  justify-content: center;
  margin: 20px 0;
  line-height: 1.7em;
}
.contact-form p {
  font-size: 0.9rem;
  line-height: 1.5em;
  margin-bottom: 20px;
}

.contact-form_inner {
  padding: 5vh 0 10vh 0;
}
.contact-form_inner hr {
  width: 60%;
  max-width: 700px;
  min-width: 200px;
  margin: 5vh 0;
}
.contact-form_container {
  display: flex;
  justify-content: center;
}
.contact-form_container-inner{
  width: 100%;
  max-width: 700px;
}
.contact-form table {
  width: 80%;
}
.contact-form table tr {
  display: flex;
  flex-direction:column;
  margin-bottom: 15px;
}
.contact-form table td {
  padding: 8px 10px 3px 10px;
  min-height: 20px;
  font-size: 1.1rem;
}
.contact-form table td:first-child {
  border-bottom: 1px solid #969696;
  font-size: 1.0rem;
}
.contact-form_btn-block {
  margin: 10vh 0 5vh 0;
}
.contact-form_btn-block input{
  padding: 10px;
  width: 250px;
  border: 1px solid #969696;
  border-radius: 3px;
  font-size: 1.0rem;
  letter-spacing: 0.2em;
}
.contact-form_btn-block input:hover {
  background-color: #fff;
  cursor: pointer;
}
.contact-form b {
  font-size: 1.0rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contact-form span.msg {
  font-size: 1.1rem;
}
.contact-form.thanks b {
  justify-content: center;
}

.contact-form_btn-block .-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-form_btn {
  padding: 10px;
}
.contact-form_btn.-send input {
  background-color: #c92323;
  color: #fff;
  padding: 20px 10px;
  border: none;
}
.contact-form_btn.-send input:hover {
  background-color: #ef2631;
}
/*------ 画面サイズ条件 -------*/
@media (min-width: 1101px) {


} /*↑ @media (min-width: 1101px)*/
@media (max-width: 1100px) {
contact-form_inner {
  width: 1000px;
}


}/*↑ @media (max-width: 1100px)*/
@media (max-width: 768px) {
.contact_main-inner {
  width: 90%;
}
/*------ tmpl-folder -------*/
.contact-form table {
  width: 90%;
}


}/*↑ @media (max-width: 768px)*/
@media (min-width: 767px) {



}/*↑ @media (min-width: 767px)*/
@media (max-width: 430px) {
.form-block dd {
  padding: 20px 10px 10px 10px;
}
.form-block dd.text-small {
  padding: 10px 15px;
}
.form-item.-content-of-inquiry dd:last-child{
  padding: 0 15px 10px 15px;
}
.submit-btn_container-inner {
  width: 100%;
}
.form-block dd.-margin_bottom {
  margin-bottom: 10px;
}
/*------ tmpl-folder -------*/

.contact-form h3 {
  font-size: 1.0rem;
}
.contact-form table {
  width: 100%;
}
.contact-form_btn-block {
  margin: 5vh 0;
}

}/*↑ @media (max-width: 430px)*/
/*------ 画面サイズ条件 end-------*/


/*------ pages news -------*/
.news-index {
  background-color: #e6e6e6;
  color: #232323;
}
.news-index .content_header {
  /*background-image: url(../files/images/products/products-top.png);*/
  background-color: #3d3d3d;
}
.news-index .content_header::after {
  display: none;
}
.news-index .content_header h2{
  display: flex;
  flex-direction: column;
}
.news-index h1 {
  display: flex;
  flex-direction: column;
  color: #e5cfa3;
  line-height: 1.2em;
}
.news-index .title_sub {
  font-size: 0.8rem;
  line-height: 1.2em;
}
.news-index h3 {
  color: #232323;
}
.news-index_item {
  display: flex;
  justify-content: center;
  width: 100%;
}
.news-index_item-inner {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 700px;
  padding: 20px 0;
  border-bottom: 1px solid #a5a5a5;
}
.news-index_item-image {
  width: 20%;
}
.news-index_item-image img{
  width: 100%;
}
.news-index_item-text-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 20% - 20px);
  height: 100%;
}
.news-index_item-title {
 font-size: 1.0rem;
 font-weight: 900;
 }
.news-index_item-text-block p{
  line-height: 1.5em;
  text-underline-offset: 3px;
 font-size: 0.9rem;
 }
.news-index_item-tag-block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
 }
.news-index_item-text-block .more_btn {
  color: #ffffff;
  line-height: 1.2em;
  padding: 3px;
  text-indent: 0;
  border: none;
  background-color: #a5a5a5;
  font-size: 0.7rem;
  width: auto;
  height: calc(100% - 10px);
  min-height: 25px;
  flex-wrap: wrap;
}
_::-webkit-full-page-media, _:future, :root .news-index_item-text-block .more_btn {
  text-indent: 0;
}
.news-index_item-text-block .more_btn span {
  text-indent: 0;
}
_::-webkit-full-page-media, _:future, :root .news-index_item-text-block .more_btn span {
  text-indent: 0;
}
.news-index_item-text-block a:hover .more_btn {
  border: none;
  color: #ffffff;
  background-color: #a5a5a5;
  opacity: 0.7;
}
.news-index_item-text-block .more_btn:hover {
  border: none;
  color: #ffffff;
  background-color: #a5a5a5;
}

.news-index a:link { text-decoration: none; color: #232323; }
.news-index a:visited { text-decoration: none; color: #232323; }
.news-index a:hover { text-decoration: none; color: #232323; }
.news-index a:active { text-decoration: none; color: #232323; }

.news-index_item-description a:link { text-decoration: underline; color: #232323; }
.news-index_item-description a:visited { text-decoration: underline; color: #232323; }
.news-index_item-description a:hover { text-decoration: underline; color: #232323; }
.news-index_item-description a:active { text-decoration: underline; color: #232323; }

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  width: 100%
}
.pagination_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 90%
}
.pagination_item {
  margin: 0 5px;
  padding: 0;
  background-color: #d8d8d8;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination_item.-now {
  background-color: #a0a0a0;
  color: #fff;
}

.pagination_item:hover {
  background-color: #a0a0a0;
  color: #fff;
  cursor: pointer;
}
.pagination_text {
  font-size: 1.0rem;
  color: #a0a0a0;
}
.pagination_arrow {
  display: inline-block;
  vertical-align: middle;
  color: #sub.css;
  line-height: 1.5em;
  position: relative;
  width: 0.8em;
  height: 0.8em;
  margin: 0 5px;
}
.pagination_item:hover .pagination_text,
.pagination_item:hover .pagination_arrow {
  color: #fff;
}

.pagination_arrow.-prev {
  transform: translateX(25%) rotate(-135deg);
}
.pagination_arrow.-next {
  transform: translateX(-25%) rotate(45deg);
}
.pagination_arrow::before, .pagination_arrow::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}
.pagination_arrow::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}
.pagination_arrow::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}
.pagination a:link { text-decoration: none; color: #6c6c6c; }
.pagination a:visited { text-decoration: none; color: #6c6c6c; }
.pagination a:hover { text-decoration: none; color: #fff; }
.pagination a:active { text-decoration: none; color: #6c6c6c; }

a.pagination_item.-now {
  color: #fff;
  cursor: default;
}
.pagination_item.news-index_page-num.pagination_text.-now:hover {
  cursor: default;
}
/*------ 画面サイズ条件 -------*/
@media (min-width: 1101px) {
.news-index_item-inner {
  width: 1000px;
}


} /*↑ @media (min-width: 1101px)*/
@media (max-width: 1100px) {



}/*↑ @media (max-width: 1100px)*/
@media (max-width: 768px) {
.news-index_item-tag-block {
  grid-template-columns: repeat(3, 1fr);
 }
.news-index_item-text-block .more_btn {
  padding: 3px;
  height: calc(100% - 6px);
}

.news-index_item-inner {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 80%;
  padding: 40px 0;
}
.news-index_item-image {
  max-width: 140px;
  width: 50%;
  margin-bottom: 30px;
}
.news-index_item-text-block {
  width: calc(100% - 10%);
}

}/*↑ @media (max-width: 768px)*/
@media (min-width: 767px) {
  


}/*↑ @media (min-width: 767px)*/
@media (max-width: 430px) {
.news-index_item-tag-block {
  grid-template-columns: repeat(2, 1fr);
 }

.news-index_item-text-block .more_btn {
  height: 30px;
}
.pagination {
  padding: 50px 0;
}






}/*↑ @media (max-width: 430px)*/
/*------ 画面サイズ条件 end-------*/















/*------ pages 名前 -------*/


/*------ 画面サイズ条件 -------*/
@media (min-width: 1101px) {



} /*↑ @media (min-width: 1101px)*/
@media (max-width: 1100px) {



}/*↑ @media (max-width: 1100px)*/
@media (max-width: 768px) {



}/*↑ @media (max-width: 768px)*/
@media (min-width: 767px) {
  


}/*↑ @media (min-width: 767px)*/
@media (max-width: 430px) {







}/*↑ @media (max-width: 430px)*/
/*------ 画面サイズ条件 end-------*/
