@charset "UTF-8";



/* support only */

/* base */
header {
  position: relative;
}

main {
  margin-top: 0;
}

summary {
  display: block;
}

summary::marker,
summary::-webkit-details-marker {
  display: none;
}

.us_smallText {
  font-size: 0.85em;
  line-height: 1.5;
}

.text_center {
  text-align: center;
}

/* layout */

.ly_cont {
  padding: 25px 0;
}

.ly_mainCont {
  width: 700px;
  margin-bottom: 80px;
  font-size: .9em;
}

.ly_subCont {
  width: 260px;
  margin-right: 40px;
}

.ly_supportNav {
  max-width: 1000px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}

/* DEFORM通信 */
.el_icon__doc::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../img/dlicon__doc.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 1em;
}

.el_news_ttl {
  font-weight: 700;
}

/* トップページ */
.topMain {
  width: 70%;
  padding-right: 30px;
}

.topSide {
  width: 30%;
  height: auto;
}

.topSide img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 5px;
}

.el_topCont2 a {
  width: calc((100% - 25px) / 2);
  margin-right: 25px;
  padding: 15px;
  margin-bottom: 20px;
}

.el_topCont2>a:nth-child(2n) {
  margin-right: 0;
}


/* サイドバー */
.bl_subList {
  list-style-type: none;
  padding: 0.5em 0;
}

.bl_subList li {
  gap: 0 10px;
}

.bl_subList li a {
  display: block;
  padding: .7em .3em;
  font-size: var(--fontSize-caption);
  border-bottom: dotted 1px var(--color-border);
  font-weight: 700;
}

.bl_subList li a:hover {
  background-color: #d2d0d0;
  opacity: 1 !important;
}

.bl_subList li ul li {
  padding-left: 1.5em;
}

.ly_subCont summary {
  display: block;
  padding: 0.7em 0.3em;
  font-size: var(--fontSize-caption);
  border-bottom: dotted 1px var(--color-border);
  cursor: pointer;
  position: relative;
  font-weight: 700;
}

.ly_subCont summary:hover {
  background-color: #d2d0d0;
  opacity: 1 !important;
}

.ly_subCont summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 2px solid var(--color-black);
  border-right: 2px solid var(--color-black);
  content: '';
  transition: transform .5s;
  position: absolute;
  right: 1em;
  top: 1.3em;
}

/* リスト */
.bl_dlList {
  margin-bottom: 2em;
}

.bl_dlList li {
  margin-bottom: .7em;
}

.bl_dlList li a {
  display: inline-block;
  border-bottom: dotted 1px var(--color-border);
}

.bl_dlList li a::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../img/dlicon.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 1em;
}

.bl_dlList__doc li a::before {
  background-image: url(../img/dlicon__doc.png);
}

/* テーブル */
.ly_tableUs {
  width: 100%;
}

.ly_tableUs tr {
  border: solid 1px var(--color-border);
}

.ly_tableUs th,
td {
  padding: .5rem 1.5rem;
}

.ly_tableUs th {
  background-color: var(--color-back);
  width: 150px;
}

.ly_tableUs_w110 th {
  width: 110px;
}

.ly_table_manual th {
  width: 40px;
  vertical-align: middle;
}

.ly_table_manual td {
  width: 30%;
  padding: 30px 20px;
  /* padding: 1em 1.5em;
  height: 90px;
  vertical-align: middle; */
}

.ly_table_manual td p {
  text-align: center;
}

.ly_table_manual td a {
  display: block;
  border: solid 1px var(--color-main);
  color: var(--color-main);
  text-align: center;
  font-weight: 700;
  width: 100%;
  border-radius: 3px;
}

.ly_table_manual td>.mo2d {
  border: solid 1px #0085ce;
  color: #0085ce;
}

.ly_table_manual td>.shapedl {
  border: solid 1px #787777;
  color: #787777;
  margin-top: 5px;
}

/*  */
.ly_table_release th {
  width: 30%;
  vertical-align: middle;
}

.ly_table_release td {
  width: auto;
  padding: 1em 1.5em;
  vertical-align: middle;
}

.ly_table_release td a {
  display: inline-block;
  border-bottom: dotted 1px var(--color-border);
  width: auto;
  margin-bottom: .5em;
}

.ly_table_release td a::before {
  content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../img/dlicon__doc.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 1em;
}

.ly_table_release td a:last-child {
  margin-bottom: 0;
}

/* コラム */
.el_card {
  padding: 0;
  box-shadow: none;
  border: solid 1px #ddd;
}

.el_card summary {
  display: block;
  font-size: var(--fontSize-caption);
  background-color: var(--color-back);
  cursor: pointer;
  position: relative;
  font-weight: 700;
  padding: 15px 20px;
}

.el_card summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 2px solid var(--color-main);
  border-right: 2px solid var(--color-main);
  content: '';
  transition: transform .5s;
  position: absolute;
  right: 2em;
  top: 25px;
}

details .el_card_text {
  padding: 20px 20px;
}

details .us-text a {
  color: var(--color-main);
  text-decoration: underline;
}

details .el_btn {
  background-color: var(--color-main);
  color: var(--color-white)!important;
  padding: 0 20px 3px;
  border-radius: 1rem;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  margin: 10px 20px 20px;
  text-decoration: none;
}

.ly_mainCont details {
  margin-bottom: 1em;
}

.jumpLink a {
  color: var(--color-main);
  text-decoration: underline;
}

/* ページ内ジャンプ */
.ly_jumpUs ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.ly_jumpUs ul li {
  margin-bottom: 5px;
}

.ly_jumpUs ul li a {
  border: solid 1px var(--color-border);
  padding: 0 1em;
  margin-right: 1em;
  border-radius: 3px;
  font-weight: 700;
}

.ly_jumpUs ul li a::before {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-right: 10px;
  margin-bottom: 2px;
  border-bottom: 2px solid var(--color-main);
  border-right: 2px solid var(--color-main);
  content: '';
  transition: transform .5s;
  display: inline-block;
  padding-top: -5px;
}

/* マニュアルその他 */

.bl_otherList {
  border: solid 1px var(--color-border);
  border-radius: 3px;
}

.bl_otherList summary>p {
  font-weight: 700;
  cursor: pointer;
  padding: 15px;
}

.bl_otherList summary>p::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 2px solid var(--color-main);
  border-right: 2px solid var(--color-main);
  content: '';
  transition: transform .5s;
  display: inline-block;
  padding-top: -5px;
}

.bl_otherList_inner {
  padding: 15px;
}

/* 文字とか */
.el_smallFs {
  font-size: .8em;
}

.el_headUs02 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.el_headUs03 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.3em;
}

.el_link__video {
  color: var(--color-main);
  border: solid 1px var(--color-main);
  padding: 0 1em;
}

.bl_footer {
  /* display: block !important; */
  justify-content: space-around;
  text-align: center;
  vertical-align: middle;
}

.bl_footer a {
  display: block;
}

.bl_footer_copy {
  text-align: center;
  margin-top: 20px;
}

.telbox {
  border: solid 1px #fff;
  display: inline-block;
  padding: 5px 30px 15px;
}

.telNo {
  font-size: 2em;
  text-align: center;
  margin-left: 10px;
  padding-left: 20px;
  font-weight: 700;
  background: url(../img/telicon.svg) no-repeat;
  background-size: 23px;
  background-position: 0 58%;
}

.telTime {
  line-height: 1;
  margin-bottom: 10px;
}

.contactLink {
  background: #fff;
  color: var(--color-black);
  font-weight: 700;
  border-radius: 15px;
}

/* faq */
.faqTag {
  font-size: .9em;
  display: inline-block;
  color: var(--color-main);
  border: solid 1px var(--color-main);
  padding: 0 15px;
  background-color: #fff;
  margin-bottom: 8px;
}

.faqTag2 {
  font-size: .9em;
  display: inline-block;
  color: var(--color-main);
  padding: 0 15px;
  margin-bottom: 8px;
}

#search-box {
  width: 50%;
  margin-top: 20px;
}

.search_container {
  box-sizing: border-box;
  position: relative;
  border: 1px solid #999;
  display: block;
  padding: 5px 40px 5px 20px;
  margin-bottom: 20px;
  border-radius: 20px;
  height: auto;
  width: 100%;
  overflow: hidden;
}

.search_container input[type="text"] {
  width: 100%;
  border: none;
  height: 2.0em;
}

.search_container input[type="text"]:focus {
  outline: 0;
}

.search_container input[type="submit"] {
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.3em;
  border: none;
  background: none;
  color: var(--color-main);
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  right: 0;
  top: -5px;
  outline: none;
}

/* case download */
.bl_caseDL img {
  margin-bottom: 1em;
}

.bl_caseDL h4 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 2em;
  margin-bottom: 0.3em;
}

.bl_caseDL a {
  background-color: var(--color-main);
  color: var(--color-white);
  padding: 0 20px;
  border-radius: 1rem;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  margin: 10px 0;
}

/*  */
.sftclink {
  color: #fff;
  background: var(--color-main);
  font-weight: 700;
  font-size: 1.2em;
  padding: 10px 20px;
  display: inline-block;
  margin: 10px 0;
}

@media only screen and (max-width: 886px) {
  .ly_supportNav {
    margin-left: 10px;
  }

  .bl_row {
    display: flex;
  }

  .ly_cont {
    padding: 25px 10px;
  }

  .topMain {
    width: 100%;
    padding-right: 0;
  }

  .topSide {
    width: 70%;
    margin: 0 auto;
  }

  .ly_subCont {
    width: 100%;
    margin-right: 0;
  }

  .ly_table_manual td {
    padding: .5em;
  }
}

.faq_thumb {
  max-width: 50%;
  margin: 10px 0;
}

.form-container {
  margin: 1em;
}

.form-container p {
  margin: 0!important;
  font-weight: 700;
}

.form-container input {
  appearance: auto!important;
  margin-right: 7px;
}

.form-container label[for] {
  margin-right: 2em;
}

.form-container button {
  background: #eaeaea;
  padding: 0 20px;
  border-radius: 3px;
  border: solid 1px darkgray;
}

.form-container button:hover {
  opacity: 0.5;
}