@charset "utf-8";
/* ====================================
	common
===================================== */
#mainInner {
  max-width: 1200px;
  min-width: 960px;
  margin: 0 auto;
  padding-top: 50px;
}
#mainInner h1 {
  font-size: 36px;
  color: #716F63;
  /* text-align: center; */ /* modied 2021/11/16 */
}
#mainInner h2.titStyle01 {
  margin-top: 50px;
  font-size: 24px;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}
#mainInner h2.titStyle02 {
  margin: 50px 0 20px;
  font-size: 16px;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}
#mainInner h2.titStyle04 {
  border-left: 4px solid #B3B2A4;
  padding-left: 10px;
}
.modelname {
  font-size: 24px;
}
.txtcenter {
  text-align: center;
}
.txtcenter_v {
  vertical-align: middle;
}
.txtright {
  text-align: right;
}
.cb .arrow01::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
  transform: rotate(135deg);
  margin-right: 5px;
}
.caution {
  color: #CC0000;
}
:focus {
  outline: none;
}
ul.pdf li { /* pdfアイコン付与 mod20211223 */
  background: url(/business/print/images_global/n_ic_pdf_02.gif) no-repeat left 0.1em;
  line-height: 26px;
  padding: 0 0 0 34px;
}
.u-mt_20 {
  margin-top: 20px !important;
}

.u-ml_10 {
  margin-left: 10px !important;
}
.u-ml_20 {
  margin-left: 20px !important;
}

.line-detail_agree {
    border-bottom: #DDD 2px solid;
    text-align: left;
    margin-bottom: 30px;
    font-weight: bold;
}

.box-tips { /* mod20241212 */
    border: 1px solid black;
    padding: 10px;
    margin-top: 5px;
}
.eAs_icon-img{ /* mod20241212 */
	width: 17px !important;
   	height: 17px !important;
   	opacity: 1;
}


@media only screen and (max-width: 767px) {
  #mainInner {
    min-width: 0;
    width: auto;
    padding: 30px 10px 0;
  }
  #mainInner h1 {
    font-size: 24px;
  }
  #mainInner h2.titStyle01 {
    font-size: 20px;
  }
  #global__tablinknavigation--wrap #global__tablinknavigation > li a > span {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .forSP {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .forPC {
    display: none;
  }
}
/* ====================================
	FAQトップ
===================================== */
.faqBox .lead {
  margin-top: 10px;
}
.faqBox .select_search h3 {
  margin-top: 30px;
  font-size: 17px;
}
.faqBox .product_search {
  display: flex;
  align-items: center;
  margin-top: 10px;
  position: relative;
}
.faqBox .product_search .form {
  vertical-align: middle;
  border: 2px solid #ccc;
}
.faqBox .product_search .form input[name="q"] {
  border: none;
  height: 40px;
}
.faqBox .product_search .form input[name="image"] {
  width: 20px;
  margin: 10px;
}
.faqBox .product_search .exp {
  margin-left: 20px;
}
.faqBox .product_search #suggest {
  margin-top: 46px;
  position: absolute;
  left: 1px;
  top: 0;
  background-color: #FFFFFF;
  border: 1px solid #CCCCFF;
  font-size: 90%;
  width: 340px;
  height: 100px;
  overflow: auto;
  z-index: 10;
}
.faqBox .product_search #suggest div {
  display: block;
  padding: 2px;
  width: auto;
  overflow: visible;
  white-space: nowrap;
}
.faqBox .product_search #suggest div.select {
  color: #FFFFFF;
  background-color: #3366FF;
}
.faqBox .product_search #suggest div:hover {
  background-color: #99CCFF;
}
.faqBox #productinfo_area {
  margin-top: 50px;
  padding-top: 50px;
  position: relative;
}
.faqBox #productinfo_area:before, .faqBox #productinfo_area:after {
  content: "";
  position: absolute;
  top: 0;
  width: 30px;
  height: 10px;
  border-top: 10px solid #ddd;
  border-bottom: 10px solid #ccc;
}
.faqBox #productinfo_area:before {
  right: 50%;
  transform: skewY(25deg)
}
.faqBox #productinfo_area:after {
  left: 50%;
  transform: skewY(-25deg)
}
.faqBox #productinfo_area .cmn_faqsearch_n01_inner {
  padding: 30px;
  border: 1px solid #ccc;
  background-color: #eee;
  border-radius: 5px;
  text-align: center;
  font-weight: 500;
}
.faqBox #productinfo_area .cmn_faqsearch_n01_inner #search_mn {
  font-weight: 700;
}
.faqBox .select_search .selectBox {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.faqBox .select_search .selectBox > div {
  position: relative;
}
.faqBox .select_search .selectBox #selectBox1 {
  width: calc((100% - 112px) * 0.27);
}
.faqBox .select_search .selectBox #selectBox2 {
  width: calc((100% - 112px) * 0.32);
}
.faqBox .select_search .selectBox #selectBox3 {
  width: calc((100% - 112px) * 0.41);
}
.faqBox .select_search .selectBox p {
  font-weight: 500;
}
.faqBox .select_search .selectBox form select {
  width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  margin-top: 5px;
}
.faqBox .select_search .selectBox > div:nth-child(n+2)::before, .faqBox .select_search .selectBox > div:nth-child(n+2)::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 16px;
  background-color: #d9d9d9;
  left: -30px;
}
.faqBox .select_search .selectBox > div:nth-child(n+2)::before {
  top: calc(100% - 20px);
  transform: skewX(-40deg)
}
.faqBox .select_search .selectBox > div:nth-child(n+2)::after {
  bottom: 20px;
  transform: skewX(40deg);
}
.faqBox .cmn_faqsearch01_wrap {
  background-color: #F8F6F6;
  border: 1px solid #ECECEC;
  padding: 20px 40px 30px;
  margin-top: 30px;
}
.faqBox .cmn_faqsearch01_wrap .cmn_search01 form {
  vertical-align: middle;
  border: 20px solid #C3C2BB;
  display: inline-block;
  border-radius: 4px;
  margin-top: 10px;
  background-color: #fff;
}
.faqBox .cmn_faqsearch01_wrap .cmn_search01 form input[name="q"] {
  border: none;
  height: 40px;
  width: 500px;
}
.faqBox .cmn_faqsearch01_wrap .cmn_search01 input[name="image"] {
  width: 20px;
  margin: 10px;
  background-color: #fff;
}
.faqBox #faqTopPickupBlock .pickup_inner {
  display: flex;
  justify-content: flex-start;
  margin-top: 40px;
  flex-wrap: wrap;
}
.faqBox #faqTopPickupBlock .pickup_inner .box {
  margin: 2%;
  width: 21%;
}
.faqBox #faqTopPickupBlock .pickup_inner > .box p {
  margin-top: 10px;
}
@media screen and (max-width:767px) {
  .faqBox #faqTopPickupBlock .pickup_inner {
    display: block;
  }
  .faqBox #faqTopPickupBlock .pickup_inner .box {
    width: 80%;
    margin: 0 auto 30px;
  }
  .faqBox #faqTopPickupBlock .pickup_inner .box p {
    margin-top: 10px;
  }
}
/*はがきバナー用 2021/11/25 mod はじめ */
.faqBox #faqTopPickupBlock .pickup_inner1 {
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
}
.faqBox #faqTopPickupBlock .pickup_inner1 > div {
  width: 530px;
}
.faqBox #faqTopPickupBlock .pickup_inner1 > div p {
  margin-top: 10px;
  align: center;
}
/*はがきバナー用 2021/11/25 mod おわり */
.faqBox #faqNewsBlock .cmn_history03 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.faqBox #faqNewsBlock .cmn_history03 dl {
  display: flex;
}
.faqBox #faqNewsBlock .cmn_history03 dl:nth-child(n+2) {
  margin-top: 30px;
}
.faqBox #faqNewsBlock .cmn_history03 dl dt {
  width: 130px;
  margin-top: unset; /*2021/11/25 mod */
}
.faqBox #faqNewsBlock .cmn_history03 dl dd.new_update {
  width: 80px;
}
.faqBox #faqNewsBlock .cmn_history03 dl dd.new_update span.faqNewsCate {
  background-color: #248886;
  border: 1px solid #248886;
  color: #fff;
  border-radius: 4px;
  padding: 0 10px;
  font-size: 13px;
}
.faqBox #faqNewsBlock .cmn_history03 dl dd.new_update span.Update {
  border: 1px solid #707070;
}
.faqBox #faqNewsBlock .cmn_history03 dl dd.model_content {
  width: calc(100% - 130px - 80px)
}
.faqBox #faqNewsBlock .cmn_history03 dl dd.model_content .faqNewsModel {
  display: inline-block;
  padding: 0 10px;
  border: 1px solid #666;
}
.faqBox #faqNewsBlock .cmn_history03 dl dd.model_content p {
  margin-top: 5px;
}
.faqBox #faqNewsBlock .cmn_history03 dl dd.model_content ul li {
  margin-top: 5px;
  padding-left: 20px;
  position: relative;
}
.faqBox #faqNewsBlock .cmn_history03 dl dd.model_content ul li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
  left: 0;
  top: 8px;
  transform: rotate(-45deg)
}
.faqBox #faqNewsBlock .arrow01 {
  position: relative;
}
.faqBox #faqNewsBlock .arrow01:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
  left: -18px;
  top: 8px;
  transform: rotate(-45deg)
}

/*折り畳み用 2024/11/25 mod はじめ */

/* Chrome、Safari以外 */
summary {
  display: block;
　cursor: pointer;
  width: auto;
    background-color: #dedede;
    color: #000;
    text-align: left;
    font-size: 1.2em;
    font-weight: 500;
    line-height: 36px;
    margin-top: 1rem;
    margin-bottom: 1rem;
	
	position: relative;
    padding-left: 50px;
}
summary::-webkit-details-marker {
  display: none;
}

summary:before {
    
	content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 5px solid #666;
    border-right: 5px solid #666;
    left:15px;
    top:10px;
    transform: rotate(45deg);
	font-weight: 900
 	
}
[open] summary:before {
    /* content: "-";
	margin-left: 1rem;
	font-weight:900;
	margin-right: 1rem; */
	content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 5px solid #666;
    border-right: 5px solid #666;
    left:15px;
    top:15px;
    transform: rotate(-135deg);
	font-weight: 900
}
/* Chrome、Safari */

details[open] summary {
  color: gray;
}
/* ホバー時のスタイル */
summary:hover {
  cursor: pointer; /* カーソルを指マークに */
  background-color: #EFEFEF;
}

/*折り畳み用 2024/11/25 mod おわり */

@media only screen and (max-width: 767px) {
  .faqBox .product_search {
    display: block;
  }
  .faqBox .product_search .form input[name="q"] {
    width: calc(100% - 48px);
  }
  .faqBox .product_search .exp {
    margin-left: 0;
    margin-top: 5px;
  }
  .faqBox .product_search #suggest {
    width: calc(100% - 4px);
  }
  .faqBox #productinfo_area {
    padding-top: 40px;
  }
  .faqBox #productinfo_area:before, .faqBox #productinfo_area:after {
    width: 24px;
    height: 8px;
    border-top: 8px solid #ddd;
    border-bottom: 8px solid #ccc;
  }
  .faqBox #productinfo_area .cmn_faqsearch_n01_inner {
    padding: 15px;
  }
  .faqBox .select_search .selectBox {
    display: block;
  }
  .faqBox .select_search .selectBox #selectBox1, .faqBox .select_search .selectBox #selectBox2, .faqBox .select_search .selectBox #selectBox3 {
    width: 100%;
  }
  .faqBox .select_search .selectBox > div:nth-child(n+2) {
    margin-top: 40px;
  }
  .faqBox .select_search .selectBox > div:nth-child(n+2)::before, .faqBox .select_search .selectBox > div:nth-child(n+2)::after {
    width: 16px;
    height: 8px;
    background-color: #d9d9d9;
    top: -20px;
  }
  .faqBox .select_search .selectBox > div:nth-child(n+2)::before {
    left: 50%;
    bottom: auto;
    transform: skewY(-35deg);
  }
  .faqBox .select_search .selectBox > div:nth-child(n+2)::after {
    right: 50%;
    left: auto;
    bottom: auto;
    transform: skewY(35deg);
  }
  .faqBox .cmn_faqsearch01_wrap {
    padding: 15px;
    margin-top: 30px;
  }
  .faqBox .cmn_faqsearch01_wrap .cmn_search01 form {
    border: 10px solid #C3C2BB;
  }
  .faqBox .cmn_faqsearch01_wrap .cmn_search01 form input[name="q"] {
    height: 40px;
    width: calc(100% - 48px);
  }
  .faqBox #faqTopPickupBlock .pickup_inner1 > div {
    width: 530px;
    margin: 0 auto 25px;
  }
  .faqBox #faqNewsBlock .cmn_history03 dl {
    flex-wrap: nowrap;
  }
  .faqBox #faqNewsBlock .cmn_history03 dl dd.model_content {
    width: 100%;
  }
  .faqBox #faqNewsBlock .cmn_history03 dl dd.model_content .faqNewsModel {
    margin-top: 5px;
  }
}
/* ====================================
	FAQモデル毎
===================================== */
.faq-proBox01 .main_area {
  display: flex;
  flex-wrap: wrap;
}
.faq-proBox01 .main_area .main_l {
  width: 300px;
  margin-right: 40px;
  text-align: center;
}
.faq-proBox01 .main_area .main_l img {
  width: auto;
}
.faq-proBox01 .main_area .main_r {
  width: calc(100% - 340px)
}
.faq-proBox01 .main_area .main_r .ico_pickup span {
  display: inline-block;
  background-color: #E88622;
  color: #fff;
  padding: 0 1em;
  border-radius: 3px;
}
.faq-proBox01 .main_area .main_r .pickup {
  margin-top: 20px;
}
.faq-proBox01 .main_area .main_r .pickup li {
  margin-top: 5px;
  padding-left: 20px;
  position: relative;
}
.faq-proBox01 .main_area .main_r .pickup li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
  left: 0;
  top: 8px;
  transform: rotate(-45deg)
}
.faq-proBox01 .main_area .main_r .pickup li a {
  text-decoration: none;
}
.faq-proBox01 .main_area .main_r .pickup li a:hover {
  text-decoration: underline;
}
.faq-proBox01 .main_area .searchbox {
  width: 100%;
  margin-top: 40px;
}
.faq-proBox01 .main_area .searchbox .keyword_search {
  display: flex;
  align-items: center;
}
.faq-proBox01 .main_area .searchbox .keyword_search form {
  margin-left: 40px;
  vertical-align: middle;
  border: 1px solid #ccc;
}
.faq-proBox01 .main_area .searchbox .keyword_search form input[name="q"] {
  border: none;
  height: 40px;
  width: 600px;
}
.faq-proBox01 .main_area .searchbox .keyword_search form input[name="image"] {
  width: 20px;
  margin: 10px;
}
.faq-proBox01 .main_area .searchbox .keyword_title {
  font-weight: 500;
  font-size: 16px;
}
.faq-proBox01 .main_area .searchbox .category_list {
  margin-top: 40px;
}
.faq-proBox01 .main_area .searchbox .category_list ul {
  display: flex;
  flex-wrap: wrap;
  background-color: #F8F6F6;
  border: 1px solid #ECECEC;
  padding: 20px 30px;
  margin-top: 10px;
}
.faq-proBox01 .main_area .searchbox .category_list ul li {
  margin: 8px 5px;
}
.faq-proBox01 .main_area .searchbox .category_list ul li a {
  text-decoration: none;
  border: 1px solid #C8C7B8;
  background-color: #fff;
  padding: 4px 15px;
}
.faq-proBox01 .main_area .searchbox .category_list ul li a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  margin-right: 10px;
  margin-bottom: 3px;
}
.faq-proBox01 .main_area .searchbox .category_list ul li.active a, .faq-proBox01 .main_area .searchbox .category_list ul li a:hover {
  background-color: #716F63;
  color: #fff;
}
#faqColorBlock {
  margin-top: 40px;
}
#faqColorBlock dt span {
  background-color: #888;
  color: #fff;
  padding: 5px 15px;
  font-weight: 500;
}
#faqColorBlock dd {
  margin: 20px 0 30px;
}
#faqColorBlock dd li {
  margin-top: 5px;
  padding-left: 20px;
  position: relative;
}
#faqColorBlock dd li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
  left: 0;
  top: 8px;
  transform: rotate(-45deg)
}
#faqColorBlock dd li a {
  text-decoration: none;
}
#faqColorBlock dd li a:hover {
  text-decoration: underline;
}
#faqColorBlock dd.attention li::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 7px;
  border-color: transparent transparent transparent #777;
  left: 3px;
  top: 6px;
  transform: rotate(0deg);
}
@media only screen and (max-width: 767px) {
  .faq-proBox01 .main_area {
    display: block;
  }
  .faq-proBox01 .main_area .main_l {
    width: auto;
    margin: 30px 10px 0;
  }
  .faq-proBox01 .main_area .main_l img {
    width: auto;
  }
  .faq-proBox01 .main_area .main_r {
    width: auto;
    margin-top: 30px;
  }
  .faq-proBox01 .main_area .searchbox .keyword_search {
    display: block;
  }
  .faq-proBox01 .main_area .searchbox .keyword_search form {
    margin-left: 0;
    margin-top: 10px;
  }
  .faq-proBox01 .main_area .searchbox .keyword_search form input[name="q"] {
    width: auto;
  }
  .faq-proBox01 .main_area .searchbox .category_list ul {
    padding: 10px 5px;
  }
}
/* ====================================
	FAQ説明
===================================== */
.faq-dbBox .question, .faq-dbBox .answer_wrap > p:first-of-type {
  font-size: 19px;
}
.faq-dbBox .question span {
  display: inline-block;
}
.faq-dbBox .answer_wrap > * {
  margin-top: 1em;
}
.faq-dbBox .answer_wrap img {
  width: auto;
}
.faq-dbBox .target01 {
  margin-top: 30px;
  background-color: #F8F6F6;
  padding: 20px;
}
.faq-dbBox .target01 .ttl span {
  background-color: #716F63;
  color: #fff;
  border-radius: 4px;
  padding: 2px 10px;
}
.faq-dbBox .target01 .ttl {
  margin-bottom: 5px;
}
.faq-dbBox .target01 .arw {
  margin-top: 5px;
  padding-left: 20px;
  position: relative;
}
.faq-dbBox .target01 .arw:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
  left: 0;
  top: 8px;
  transform: rotate(-45deg)
}
.faq-dbBox .cmn_tit01 {
  background-color: #F8F6F6;
  margin-top: 30px;
  padding: 20px;
}
.faq-dbBox .contentsList {
  background-color: #EBEEF0;
  border: 1px solid #D9D9D9;
  margin-top: 30px;
  padding: 10px 20px 20px;
}
.faq-dbBox .contentsList li {
  margin-top: 10px;
  padding-left: 20px;
  position: relative;
  display: inline-block;
}
.faq-dbBox .contentsList li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
  left: 0;
  top: 5px;
  transform: rotate(45deg)
}
.faq-dbBox .contentsList li a {
  text-decoration: none;
}
.faq-dbBox .contentsList a:hover {
  text-decoration: underline;
}
/*表内容 リスト色なし はじめ*/
.faq-dbBox .contentsList1 {
  border: 1px solid #D9D9D9;
  padding: 10px 20px 20px;
}
.faq-dbBox .contentsList1 li {
  margin-top: 10px;
  padding-left: 20px;
  position: relative;
  display: inline-block;
}
.faq-dbBox .contentsList1 li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
  left: 0;
  top: 5px;
  transform: rotate(45deg);
}
.faq-dbBox .contentsList1 li a {
  text-decoration: none;
}
.faq-dbBox .contentsList1 li a.current {
  color: #333;
  font-weight: bold;
  text-decoration: none;
}
/*表内容 リスト色なし おわり*/
.faq-dbBox .contentsList1 a:hover {
  text-decoration: underline;
}
/* よくあるご質問 新着情報用 はじめ  外部リンク矢印など 20220311*/
.faq-dbBox .contentsList2 {
  /*border: 1px solid #D9D9D9;*/
  padding: 10px 20px 20px;
}
.faq-dbBox .contentsList2 li {
  margin-top: 10px;
  padding-left: 20px;
  position: relative;
  display: inline-block;
}
.faq-dbBox .contentsList2 li a {
  position: relative;
  display: block;
  padding-left: 20px;
  font-size: .875em;
  text-decoration: none;
}
.faq-dbBox .contentsList2 li a::before {
  display: block;
  width: 6px;
  height: 6px;
  border-right: solid 2px #716f63;
  border-bottom: solid 2px #716f63;
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  transform: rotate(-45deg);
}
/* 
.faq-dbBox .contentsList2 li a::before{
    content:"";
    position:absolute;
    width:6px;
    height:6px;
    border-bottom:2px solid #666;
    border-right:2px solid #666;
    left:0;
    top:5px;
    transform: rotate(-45deg);
}*/
.faq-dbBox .contentsList2 li a.current {
  color: #333;
  font-weight: bold;
  text-decoration: none;
}
.faq-dbBox .contentsList2 a:hover {
  text-decoration: underline;
}
/* よくあるご質問 新着情報用 おわり 20220311 */
.faq-dbBox h3.titStyle02 {
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 4px solid #B3B2A4;
  padding-left: 10px;
}
.faq-dbBox .tbl02 {
  border-top: 1px solid #b4b9bd;
  border-left: 1px solid #b4b9bd;
}
.faq-dbBox .tbl02 th, .faq-dbBox .tbl02 td {
  padding: 7px;
  border-right: 1px solid #b4b9bd;
  border-bottom: 1px solid #b4b9bd;
}
.faq-dbBox .tbl02 thead th {
  color: #fff;
  font-weight: bold;
  background: #666;
  border: 1px solid #414141;
  text-align: center;
  vertical-align: middle;
}
.faq-dbBox .tbl02 tbody th {
  background: #efece5;
  font-weight: normal;
  word-break: break-all;
  word-wrap: break-word;
}
.faq-dbBox .faq-back {
  margin-top: 50px;
}
.faq-dbBox .faq-back li {
  margin-top: 10px;
  padding-left: 20px;
  position: relative;
}
.faq-dbBox .faq-back li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
  left: 4px;
  top: 8px;
  transform: rotate(135deg)
}
.faq-dbBox .tbl_wrap table.layout {
  width: 100%;
  table-layout: fixed;
}
.faq-dbBox .tbl_wrap table.layout thead td:first-child {
  width: 10em;
}
.faq-dbBox .tbl_wrap table.layout thead td {
  font-weight: 500;
  background-color: #ebeef0;
}
.faq-dbBox .tbl_wrap table.layout th, .faq-dbBox .tbl_wrap table.layout td {
  border: 1px solid #666;
  padding: 5px 10px;
  vertical-align: middle;
}
/* FAQよくあるご質問用_新着情報 はじめ mod20220311*/
table.layout2 {
  border-collapse: separate;
  border-spacing: 0;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  table-layout: fixed;
  width: 100%;
}
table.layout2 td.bgcl {
  font-weight: bold;
  background-color: #ebeef0;
}
table.layout2 td {
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  padding: 5px;
}
/* FAQよくあるご質問用_新着情報 おわり mod20220311*/
@media only screen and (max-width: 767px) {
  .faq-dbBox .question, .faq-dbBox .answer_wrap > p:first-of-type {
    font-size: 17px;
  }
  .faq-dbBox .target01 {
    padding: 15px;
  }
  .faq-dbBox .contentsList {
    padding: 5px 15px 10px;
  }
  .faq-dbBox .updateday {
    margin-top: 30px;
  }
  .faq-dbBox .tbl_wrap {
    width: 100%;
    overflow-x: scroll;
  }
  .faq-dbBox .tbl_wrap table.layout {
    width: auto;
    table-layout: auto;
  }
  .faq-dbBox .tbl_wrap table.layout thead td:first-child {
    width: auto;
  }
  .faq-dbBox .tbl_wrap table.layout tbody td:first-child {
    white-space: nowrap;
  }
  /* 20200311 FAQ新着情報用 追加*/
  body {
    font-size: 12px;
  }
}
/* ====================================
	ダウンロード選択
===================================== */
.selectBox .lead {
  margin-top: 10px;
}
.selectBox .area_condition.bg_gray {
  background-color: #F8F6F6;
  border: 1px solid #ECECEC;
  margin-top: 10px;
}
.selectBox .product_search {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  position: relative;
}
.selectBox .product_search .pdt_search01 .form {
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
}
.selectBox .product_search .pdt_search01 .form input[name="q"] {
  border: none;
  height: 40px;
}
.selectBox .product_search .pdt_search01 .form input[name="image"] {
  width: 20px;
  margin: 10px;
}
.selectBox .product_search .exp {
  margin-left: 20px;
}
.selectBox .product_search #suggest {
  margin-top: 44px;
  position: absolute;
  left: 1px;
  top: 0;
  background-color: #FFFFFF;
  border: 1px solid #CCCCFF;
  font-size: 90%;
  width: 335px;
  height: 100px;
  overflow: auto;
  z-index: 10;
}
.selectBox .product_search #suggest div {
  display: block;
  padding: 2px;
  width: auto;
  overflow: visible;
  white-space: nowrap;
}
.faqBox .product_search #suggest div.select {
  color: #FFFFFF;
  background-color: #3366FF;
}
.selectBox .product_search #suggest div:hover {
  background-color: #99CCFF;
}
.selectBox .model_select {
  margin-bottom: 30px;
}
.selectBox .model_select ol {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.selectBox .model_select ol li {
  width: calc((100% - 110px) / 3);
  position: relative;
}
.selectBox .model_select ol li p {
  margin-top: 5px;
}
.selectBox .model_select ol li select {
  width: 100%;
  border-color: #ccc;
}
.selectBox .model_select ol li:nth-child(n+2)::before, .selectBox .model_select ol li:nth-child(n+2)::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 20px;
  background-color: #d9d9d9;
  left: -30px;
}
.selectBox .model_select ol li::before {
  top: 55%;
  transform: skewX(-40deg)
}
.selectBox .model_select ol li::after {
  bottom: 45%;
  transform: skewX(40deg);
}
@media only screen and (max-width: 767px) {
  .selectBox .area_condition.bg_gray {
    padding: 20px 10px;
  }
  .selectBox .area_select.model_input {
    margin-top: 0;
  }
  .selectBox .product_search {
    padding-bottom: 20px;
    display: block;
  }
  .selectBox .product_search .pdt_search01 .form input[name="q"] {
    width: calc(100% - 48px);
  }
  .selectBox .product_search .exp {
    margin-left: 0;
    margin-top: 5px;
  }
  .selectBox .product_search #suggest {
    width: calc(100% - 4px);
  }
  .selectBox .area_select.model_select {
    margin-bottom: 0;
    margin-top: 20px;
  }
  .selectBox .model_select ol {
    display: block;
  }
  .selectBox .model_select ol li {
    width: auto;
  }
  .selectBox .model_select ol li:nth-child(n+2) {
    margin-top: 40px;
  }
  .selectBox .model_select ol li:nth-child(n+2)::before, .selectBox .model_select ol li:nth-child(n+2)::after {
    width: 20px;
    height: 8px;
    background-color: #d9d9d9;
    top: -20px;
    left: auto;
  }
  .selectBox .model_select ol li:nth-child(n+2)::before {
    left: 50%;
    transform: skewY(-35deg);
  }
  .selectBox .model_select ol li:nth-child(n+2)::after {
    right: 50%;
    bottom: auto;
    transform: skewY(35deg);
  }
  /* .selectBox .model_select ol li:nth-child(1) select {
        height:90px;
    }*/
}
/* ====================================
	ダウンロードOS選択
===================================== */
.selectBox {
  margin-top: 40px;
}
.selectBox .bg_gray {
  background-color: #F8F6F6;
  padding: 20px;
  margin-bottom: 20px;
}
.selectBox h2.success {
  font-weight: 300;
  font-size: 20px;
}
.selectBox h2.success .changeModel {
  margin-left: 50px;
  font-size: 14px;
}
.selectBox .guideBtn.forSP {
  margin-top: 30px;
}
.selectBox .guideBtn a {
  background-color: #716F63;
  text-decoration: none;
  color: #fff;
  padding: 5px 20px;
  border-radius: 4px;
}
.selectBox .guideBtn a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(-45deg);
  margin-right: 10px;
  margin-bottom: 2px;
}
.selectBox .area_language {
  text-align: right;
  margin-top: 15px;
}
.selectBox .area_condition h3.success {
  font-size: 20px;
  border-left: 4px solid #B3B2A4;
  padding-left: 10px;
}
.selectBox .area_select {
  padding: 0 30px;
  margin-top: 30px;
}
.selectBox .area_select h4 {
  font-weight: 500;
}
.selectBox .area_select h4 span {
  font-size: 1.4em;
}
.selectBox .area_select.os_auto .btn {
  text-align: center;
  margin-top: 20px;
}
.selectBox .area_select.os_auto .btn a {
  background-color: #716F63;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  padding: 15px 40px;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
}
.selectBox .area_select.os_other .arw {
  margin-top: 5px;
  padding-left: 20px;
  position: relative;
  font-size: 18px;
}
.selectBox .area_select.os_other .arw:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
  left: 0;
  top: 12px;
  transform: rotate(-45deg)
}
.selectBox .area_select.os_other .open.arw:before {
  transform: rotate(45deg);
  left: 3px;
  top: 10px;
}
.selectBox .area_select.os_auto .attention {
  margin-top: 15px;
}
.selectBox .area_select.os_other .os_other {
  width: auto;
  margin: 10px 0 0 20px;
}
.selectBox .area_select.os_other .os_other select {
  width: 100%;
}
.selectBox .error {
  background-color: #f0f0f0;
  padding: 30px;
  border-radius: 5px;
  text-align: center;
  margin-top: 20px;
}
.selectBox .error .message {
  font-weight: 400
}
.selectBox .error .btn {
  margin-top: 20px;
}
.selectBox .error .btn a {
  background-color: #716F63;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  padding: 5px 50px;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
}
.selectBox .arwList {
  margin-top: 60px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.selectBox .arwList li {
  margin-top: 5px;
  padding-left: 20px;
  position: relative;
  font-size: 13px;
}
.selectBox .arwList li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
  left: 0;
  top: 8px;
  transform: rotate(-45deg)
}
.selectBox .note_jp {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .selectBox h2.success {
    font-weight: 300;
    font-size: 20px;
  }
  .selectBox h2.success .changeModel {
    display: block;
    margin-left: 0;
    text-align: right;
    margin-bottom: 20px;
  }
  .selectBox .area_select {
    padding: 0;
  }
  .selectBox .area_select.os_auto .btn a {
    padding: 10px 20px;
    font-size: 16px;
    width: 70%;
    min-width: 240px;
  }
  .selectBox .error {
    padding: 20px 15px;
  }
}
/* ====================================
	ダウンロード検索結果
===================================== */
.searchresultBox {
  margin-top: 20px;
}
.searchresultBox .result_list {
  margin-top: 30px;
  background-color: #F8F6F6;
  padding: 20px;
}
.searchresultBox .result_list dl {
  display: flex;
}
.searchresultBox .result_list dl dt {
  white-space: nowrap;
}
.searchresultBox .result_list dl dd {
  font-weight: 500;
  margin-left: 0.5em;
}
.searchresultBox .section {
  margin-top: 30px;
}
.searchresultBox .arwList {
  margin-top: 10px;
  margin-left: 30px;
}
.searchresultBox .arwList li {
  margin-top: 5px;
  padding-left: 20px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.searchresultBox .arwList li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
  left: 0;
  top: 8px;
  transform: rotate(-45deg)
}
.searchresultBox .arwList li a {
  text-decoration: none;
}
.searchresultBox .arwList li span:first-child {
  width: calc(100% - 12em);
}
.searchresultBox .arwList li .reg_date {
  width: 10em;
  text-align: right;
}
.searchresultBox .arwList li a:hover {
  text-decoration: underline;
}
.searchresultBox .arwList li .accBox01 {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #666;
  margin: 10px 0;
  padding: 10px 15px;
}
@media only screen and (max-width: 767px) {
  .searchresultBox .arwList {
    margin-left: 15px;
  }
  .searchresultBox .arwList li {
    display: block;
  }
  .searchresultBox .arwList li .reg_date {
    width: 100%;
    display: block;
  }
}
/* ====================================
	ダウンロード詳細
===================================== */
.searchdetailBox .todlbtn {
  margin-top: 15px;
}
.searchdetailBox .todlbtn a {
  background-color: #EBEEF0;
  border: 1px solid #C3C2BB;
  text-decoration: none;
  padding: 5px 20px 5px 20px;
  border-radius: 4px;
}
.searchdetailBox .todlbtn a:hover {
  background-color: #FFFFFF;
}
.searchdetailBox .dlico {
  display: inline-block;
  position: relative;
  width: 11px;
  border-bottom: 1px solid;
  margin-right: 10px;
  color: #666;
}
.searchdetailBox .dlico::before {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(45deg);
  position: absolute;
  bottom: 3px;
  left: 2px;
}
.searchdetailBox .dlico::after {
  content: "";
  position: absolute;
  width: 0;
  height: 10px;
  border-left: 1px solid;
  bottom: 2px;
  left: 5px;
}
.searchdetailBox .dlico::after {}
.searchdetailBox table {
  margin-top: 40px;
}
.searchdetailBox table th, .searchdetailBox table td {
  border: 1px solid #C3C2BB;
  padding: 10px;
  width: 900px; /* modified 2021/11/16 */
}
.searchdetailBox table th {
  background-color: #EDE8E8;
  width: 280px;
}
.searchdetailBox table tr:nth-child(odd) td {
  background-color: #fafafa;
}
.searchdetailBox .model_list li {
  display: inline-block;
  min-width: 6em;
  white-space: nowrap;
  margin-right: 1em;
}
.searchdetailBox .supple_info li {
  margin-top: 5px;
  padding-left: 20px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.searchdetailBox .supple_info li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
  left: 0;
  top: 8px;
  transform: rotate(-45deg)
}
.searchresultBox .arwList li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
  left: 0;
  top: 8px;
  transform: rotate(-45deg)
}
#downloadArea h2 + p {
  margin-top: 30px;
}
#downloadArea iframe {
  margin-top: 40px;
  width: 100%;
  height: 200px;
  border: 1px solid #ccc;
}
#downloadArea .dlbtn {
  margin-top: 40px;
}
#downloadArea .dlbtn a {
  background-color: #716F63;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  padding: 15px 40px;
  font-size: 18px;
  border-radius: 5px;
}
#downloadArea .dlbtn a:hover {
  background-color: #898779;
}
/* add 20250724 start*/
#downloadArea2 .dlbtn a {
  background-color: #716F63;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px;
  font-size: 15px;
  border-radius: 5px;
}
#downloadArea2 .dlbtn a:hover {
  background-color: #898779;
}
/* add 20250724 end*/

@media only screen and (max-width: 767px) {
  .searchdetailBox table th {
    width: 20%;
  }
  .searchdetailBox table td {
    word-break: break-all;
  }
  #downloadArea .dlbtn a {
    padding: 10px 20px;
    font-size: 16px;
  }
  #downloadArea2 .dlbtn a {
    padding: 10px 20px;
    font-size: 10px;
  }
}