/*====================================
  共通項目
====================================*/
section.content {
  padding-top: 84px;
}

@media (max-width: 991px) {
section.content {
  padding-top: 66px;
}
}

section + section {
  padding-top: 0;
}

h3.h3-style01 {
  border-bottom: 1px solid #cb986b;
  font-size: 24px;
  padding-bottom: 13px;
  margin-bottom: 30px;
}

h4 {
  font-size: 18px;
  font-weight: 700;
}


/*--  Main Visual --*/
.main-visual {
  background: url("/technical/img/pht_index_mv_001.jpg") no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
}

.mv_inner {
  padding: 20px;
  text-align: center;
}

.main-visual h1 {
  color: #fff;
  display: block;
  font-size: 36px;
  margin: 0;
  text-shadow: 0px 0px 5px black;
}

.main-visual h1 .h1_subttl {
  color: #3d88f2;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding-top: 10px;
  text-shadow: none;
}

/*====================================
  第2階層　非共通項目
====================================*/
.head-article-img {
  background: url("/technical/img/bg_index_01.png") no-repeat;
  background-size: cover;
  padding-top: 40px;
}

@media (max-width: 991px) {
.head-article-img {
  background-position: 50% 50%;
}
}

.head-article-img a {
  display: block;
}

.head-article-img a:hover .head-article-img-txt {
  background: #d9e9ff;
  transition: 0.2s;
}

.head-article-img-txt {
  background: #fff;
  margin: auto;
  padding: 15px;
  position: relative;
  top: -40px;
  text-align: center;
  width: 80%;
}

.head-article-img-txt span {
  color: #cb986b;
  display: block;
}

.tech-seach {
  justify-content: center;
  padding-top: 50px;
  margin: 0;
}

@media (max-width: 991px) {
.tech-seach {
  margin: auto;
  width: 70%;
}

.tech-seach .btn-tech-wrap:nth-child(2) {
  padding-right: 0;
}
}

@media (max-width: 767px) {
.tech-seach {
  margin: auto;
  width: 90%;
}

.tech-seach .btn-tech-wrap:nth-child(2) {
  padding-right: 0;
}
}

@media (max-width: 556px) {
.tech-seach {
  margin: auto;
  width: 80%;
}

.tech-seach .btn-tech-wrap {
  padding-right: 0;
}
}

@media (max-width: 425px) {
.tech-seach {
  margin: 0;
  width: 100%;
}

.tech-seach .btn-tech-wrap {
  padding-right: 0;
}
}

.btn-tech-wrap {
  padding-right: 14px;
}

.btn-tech-wrap:last-child {
  padding-right: 0;
}

.btn-tech {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 230px;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}

.btn-tech a {
  color: #fff;
  font-size: 18px;
  padding: 8px 30px;
  z-index: 2;
}

.btn-tech a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-tech a span {
  font-size: 14px;
}

.btn-tech:before {
  content: '';
  background: #2953a6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: skew(-20deg);
  z-index: 0;
}

.btn-tech:hover:before {
  background: #3d88f2;
  transition: 0.2s;
}

.btn-tech:hover a {
  color: #fff;
}

/*--acordion--*/
.card {
  border: none;
  border-radius: 0;
  background: #f0f2f4;
  border-bottom: 4px solid #fff;
  padding: 0;
}

.card.first {
  border-top: 4px solid #fff;
}

.card-ttl {
  background: #2953a6;
  color: #fff;
  font-size: 24px;
  padding: 20px;
  text-align: center;
}

.card-ttl span {
  font-size: 19px;
}

.card-header {
  background: #f0f2f4;
  border: none;
  padding: 0;
}

.card-header h4 {
  font-size: 16px;
  margin: 0;
}

.card-header h4 a {
  padding: 20px 30px;  
}

.card-header h4 a.text-body {
  font-weight: 700;
}

.card-header h4 a.text-body.d-block:hover {
  background: #d9e9ff;
}

.card-header h4 a.text-body.d-block.collapsed:hover {
  background: #d9e9ff;
}

.card-header:first-child {
  border-radius: 0;
}

.card .list-group-item {
  background: #f0f2f4;
  border-top: 2px solid #fff;
  border-right: none;
  border-left: none;
  border-bottom: none;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  margin: 0 0 0 30px;
}

.card .list-group-item div.row {
  align-items: center;
  width: 100%;
}

.card .list-group-item div.row div:first-child {
  flex-basis: 250px;
  max-width: inherit;
  padding: 0;
}

.card .list-group-item div.row div:first-child a:after {
  content: none;
}

.card .list-group-item div.row div:nth-child(2) {
  flex-basis: 320px;
  max-width: inherit;
  padding: 0;
}

.card .list-group-item div.row div:nth-child(3) {
  flex-basis: 260px;
  max-width: inherit;
  margin: 0;
  padding: 0;
}

.card .list-group-item div.label span {
  color: #fff;
  display: inline-block;
  font-size: 13px;
  margin: 3px;
  padding: 4px;
  text-align: center;
  width: 80px;
  height: 25px;
}

.ss-lbl01 {
  background: #6175b0;
}

.ss-lbl02 {
  background: #b06161;
}

.ss-lbl03 {
  background: #7bb061;
}

.card .list-group-item.category {
  padding: 15px 0 20px 30px;
}

.card .list-group-item a {
  display: inline-block;
  padding: 0 20px 0 0;
  position: relative;
}

.card .list-group-item a:hover {
  font-weight: 700;
  transition: 0.2s;
}

.card .list-group-item a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 7px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #282828;
  border-right: 1px solid #282828;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.card .list-group-item a:hover:after {
  border-top: 1px solid #7f2500;
  border-right: 1px solid #7f2500;
}

.card-header {
  position: relative;
  outline: none;
}

.card-header:before, .card-header:after {
  position: absolute;
  top: 29px;
  right: 36px;
  content: '';
  display: inline-block;
  width: 24px;
  height: 2px;
  border-top: 2px solid #2953a6;
  border-bottom: none;
  transition: 0.5s;
  pointer-events: none;
}

.card-header:after {
  border-right: 0;
  border-left: 0;
  top: 0px;
  right:  36px;
  bottom: 0;
  margin: auto;
  transform: rotate(90deg);
}

.card-header.open:after {
  opacity: 0;
  transition: 0.5s;
}

@media (min-width: 992px) {
.container.w900 {
  width: 930px;
}

.container.w720 {
  width: 750px;
}
}

@media (max-width: 767px) {
.card .list-group-item {
  display: block;
}

.card .label {
  margin-top: 5px;
  margin-left: 20px;
}
}

section.search-syllabary .syllabary-header ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 10px 30px;
}

.syllabary-header {
  background: #f0f2f4;
}

.syllabary-header ul li {
  padding: 0 24px 0 0;
  margin: 5px;
}

.syllabary-header ul li:first-child {
  padding-left: 0;
}

.syllabary-header ul li:last-child {
  padding-right: 0;
}

.syllabary-header ul li a {
  position: relative;
}

.syllabary-header ul li a:after {
  content: "";
  position: absolute;
  top: -7px;
  right: -15px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid #282828;
  border-right: 1px solid #282828;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.syllabary-header ul li a:hover:after {
  border-top: 1px solid #7f2500;
  border-right: 1px solid #7f2500;
  transition: 0.2s;
}

.syllabary-header ul li.btn-usage {
  border: 1px solid #282828;
  font-size: 12px;
  padding: 3px 24px 3px 6px;
  position: relative;
}

.syllabary-header ul li.btn-usage:after {
  content: "";
  position: absolute;
  top: -1px;
  right: 12px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid #282828;
  border-right: 1px solid #282828;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.syllabary-header ul li.btn-usage:hover {
  background: #aaa;
  transition: 0.2s;
}

.syllabary-header ul li.btn-usage .btn {
  box-shadow: none;
  font-size: 12px;
  padding: 0;
}

.syllabary-header ul li.btn-usage:hover .btn {
  color: #fff;
  transition: 0.2s;
}

.syllabary-header ul li.btn-usage:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: 0.2s;
}

@media (max-width: 767px) {
.syllabary-header ul li.btn-usage:hover {
  background: none;
}

.syllabary-header ul li.btn-usage:hover .btn {
  color: #282828;
}

.syllabary-header ul li.btn-usage:hover:after {
  border-top: 1px solid #282828;
  border-right: 1px solid #282828;  
}
}

@media (min-width: 768px) {
.modal-dialog {
  max-width: 680px;
  margin: 1.75rem auto;
}
}

.syllabary-header ul li.btn-usage .modal-content {
 border-radius: 0; 
}

.syllabary-header ul li.btn-usage .modal-header {
  border-bottom: none;
  padding: 20px 20px 0 20px;
}

.syllabary-header ul li.btn-usage .modal-header .close {
  outline: none;
}

.syllabary-header ul li.btn-usage .modal-body p {
  font-size: 14px;
  padding: 10px 10px 0 6px;
}

.container.ssyl-cont {
  background: #f0f2f4;
  border-top: 4px solid #fff;
  padding: 0;
}

.container.ssyl-cont ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.container.ssyl-cont ul li {
  border-top: 2px solid #fff;
  display: flex;
  align-items: center;
  padding: 15px 30px;
}

@media (max-width: 767px) {
.container.ssyl-cont ul li {
  display: block;
  padding: 15px;
}
}

.container.ssyl-cont ul li:first-child {
  border-top: none;
}
.container.ssyl-cont [class^="col"] {
  padding: 0;
}

.container.ssyl-cont .prod-name {
  padding-right: 20px;
}

@media (max-width: 767px) {
.container.ssyl-cont .prod-name {
  margin-bottom: 10px;
}
}

.container.ssyl-cont .prod-name a {
  display: inline-block;
  position: relative;
}
.container.ssyl-cont .prod-name a:after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #282828;
  border-right: 1px solid #282828;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-txt-1 {
  font-size: 30px;
}

.header-txt-2 {
  font-weight: 700;
  padding-left: 90px;
}

.header-txt-3 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-weight: 700;
}

@media (max-width: 767px) {
.header-txt-3 {
  display: none;
}
}

@media (max-width: 320px) {
.header-txt-2 {
  padding-left: 20px;
}
}

.label {
  margin-left: 10px;
}

.ssyl-cont .label span {
  color: #fff;
  display: inline-block;
  font-size: 13px;
  margin: 5px;
  padding: 4px;
  text-align: center;
  width: 80px;
  height: 25px;
}

.search-syllabary .ssyl-cont .label span.d-md-none {
  color: #282828;
  display: block;
  font-weight: 700;
}

.ssyl-lbl01 {
  background: #b39e62;
}

.ssyl-lbl02 {
  background: #7f61b0;
}

.ssyl-lbl03 {
  background: #5ba66f;
}

.ssyl-lbl04 {
  background: #7f2500;
}

.ssyl-lbl05 {
  background: #61a0b0;
}

.ssyl-lbl06 {
  background: #777;
}

.ssyl-lbl07 {
  background: #3232a6;
}


/*====================================
  第3階層
====================================*/
/*--  Main Visual --*/


.slick-slide img {
  display: block;
  margin: auto;
}



section.key-visual ul.slider {
  list-style: none;
  margin: 0;
  padding: 0;
}

.slick-dots {
  bottom: 55px;
}

.slick-dots li button:before {
  color: #fff;
  font-size: 20px;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  color: #3d88f2;
}

.box-area .box-ttl {
  background: #2953a6;
  color: #fff;
  font-size: 28px;
  padding: 9px;
  text-align: center;
}

.box-area .box {
  background: #f0f2f4;
  padding: 30px 40px 40px 40px;
}

@media (max-width: 767px) {
.box-area .box {
  padding: 20px;
}
}

.box-area-ul {
  list-style: none;
  padding-left: 10px;
}

.box-area-ul li {
  font-weight: 700;
  padding-bottom: 15px;
  padding-left: 1em; 
  text-indent: -1.5em;
}

.box-area-ul li span {
  font-weight: 400;
}

.box-area-ul li:before {
  content: "■";
  color: #cb986b;
  margin-right: 8px;
}

.cont-area .container {
  margin-bottom: 60px;
}

.cont-area .container:last-child {
  margin-bottom: 0;
}

.proc .proc-box .row {
  background: #f0f2f4;
  align-items: center;
  margin-bottom: 4px;
}

.proc .proc-box > .row .col-md-4 {
  flex-basis: 210px;
  padding: 0;
}

.proc .proc-box .proc-number {
  flex-basis: 50px;
  padding: 15px 0 8px 15px;
}

.proc .proc-box .proc-number span {
  color: #fff;
  background: #2953a6;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  width: 50px;
  height: 50px;
  /*position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;*/
}

@media (max-width: 767px) {
.proc .proc-box > .row {
  padding: 15px;
}

.proc .proc-box > .row div {
  padding-bottom: 5px;
}

.proc .proc-box > .row div:nth-child(2) {
  flex-basis: auto;
}

.proc .proc-box .proc-number {
  padding: 8px;
}

.proc .proc-box span.proc-text {
  display: block;
  padding-left: 10px;
}
}

/*
.btn-skew:before {
  background: #7f2500;
}

.btn-skew:hover:before {
  background: #cb986b;
} 
*/
.modal-img:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.2s;
}

.catalog {
  display: flex;
  justify-content: center;
  margin: auto;
  width: 600px;
}

.catalog div {
  margin: 0 auto;
  padding-bottom: 0;
  width: 260px;
}

.catalog .btn-skew a:after {
  content: "";
  background: url(/common/img/ico_blank_w.png) no-repeat;
  background-size: contain;
  border: none;
  display: inline-block;
  position: static;
  transform: none;
  width: 15px;
  height: 15px;
  margin-left: 12px;
}

@media (max-width: 767px) {
.catalog {
  display: block;
  width: 100%;
}

.catalog > div {
  width: 100%;
  margin-bottom: 40px;
}

.catalog > div p {
  text-align: center;
}
}

#technical.article figure img {
  width: auto;
}

