@charset "UTF-8";
/* ---------------------------------------- */
/* 共通 */
/* ---------------------------------------- */
.listParenthesesMtl {
  margin: 1em 0 0 1em;
}

@media screen and (max-width: 768px) {
  .closingList {
    display: none;
  }
}

.tennList > li {
  list-style-type: disc;
  margin: 0 0 0 20px;
}

.inListMt01 {
  margin: 15px 0 0 0;
}

.listParentheses li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
}

.listParentheses li::before {
  display: marker;
  content: "(" counter(cnt) ") ";
}

.listParentheses .listParenthesesLi {
  padding-left: 1.5em;
}

.listNumberOl .listNumberLi {
  list-style-type: auto;
  margin: 0 0 0 20px;
}

/* ---------------------------------------- */
/* よくあるお問い合わせ */
/* ---------------------------------------- */
.faqSearchFormBx {
  padding: 17.5px 120px 17.5px 20px;
  position: relative;
  height: 100%;
}

@media screen and (max-width: 576px) {
  .faqSearchFormBx {
    padding: 10px 50px 10px 10px;
  }
}

.faqSearchFormBx .searchInput {
  background-image: url(../img/faq_search_icon.svg);
  background-position: center left;
  background-size: auto;
  background-repeat: no-repeat;
  padding: 2px 0 0 33px;
  font-size: 16px;
}

@media screen and (max-width: 576px) {
  .faqSearchFormBx .searchInput {
    background-size: 20px;
    padding: 2px 0 0 26px;
  }
}

.faqSearchForm {
  position: relative;
}

.faqSearchForm .searchConte {
  width: 100%;
  border: 1px solid #FBCD9E;
  border-radius: 5px;
}

.faqSearchBtn {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100px;
  background: #FF8000;
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
  border: 0;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

@media screen and (max-width: 576px) {
  .faqSearchBtn {
    width: 60px;
    font-size: 16px;
  }
}

.faqSearchBtn:hover {
  background-color: #fda64c;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.faqLeadText {
  margin: 10px 0 0 0;
  font-size: 14px;
  line-height: 1.5em;
}

.faqSearchBox {
  margin: 0 0 38px 0;
}

.faqWr {
  margin: 30px -15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 576px) {
  .faqWr {
    margin: 30px auto 0;
  }
}

.faqWr .faqBx {
  width: 31.3%;
  background-color: #FFF7EF;
  border: 1px solid #FBCD9E;
  border-radius: 5px;
  margin: 0 1% 20px;
  padding: 30px 24px 114px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .faqWr .faqBx {
    width: 48%;
  }
}

@media screen and (max-width: 576px) {
  .faqWr .faqBx {
    width: 100%;
    margin: 0 0 20px;
    padding: 20px 15px 50px;
  }
}

.faqWr .faqBx .faqTit {
  color: #FF8000;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
}

@media screen and (max-width: 576px) {
  .faqWr .faqBx .faqTit {
    font-size: 16px;
  }
}

.faqList {
  font-size: 14px;
  line-height: 1.5em;
  padding: 16px 0 16px 0;
  border-bottom: 1px solid #FBCD9E;
}

@media screen and (max-width: 576px) {
  .faqList {
    padding: 10px 0 10px 0;
  }
}

.faqList:first-child {
  padding: 0 0 16px 0;
}

@media screen and (max-width: 576px) {
  .faqList:first-child {
    padding: 0 0 10px 0;
  }
}

.faqList a {
  color: #4B4B4B;
}

.faqList a:hover {
  color: #FF8000;
}

.faqListBx {
  margin: 30px 0 0 0;
}

@media screen and (max-width: 576px) {
  .faqListBx {
    margin: 15px 0 0 0;
  }
}

.faqSearchLink {
  color: #FF8000;
  position: absolute;
  bottom: 24px;
  right: 24px;
  font-size: 14px;
  line-height: 1.5em;
  padding: 0 0 0 10px;
}

@media screen and (max-width: 576px) {
  .faqSearchLink {
    bottom: 15px;
  }
}

.faqSearchLink:hover {
  text-decoration: underline;
}

.faqSearchLink:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 8px;
  background-image: url(../img/icon_arrow_orange.svg);
  background-position: center left;
  background-size: auto;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.answerFlex {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.5fr 2fr;
      grid-template-columns: 1.5fr 2fr;
  gap: 0 30px;
}

@media screen and (max-width: 768px) {
  .answerFlex {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.answerFlexCol01 {
  text-align: center;
}

.answerFlexCol02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .answerFlexCol02 {
    margin: 25px auto 0;
  }
}

.answerLinkBx {
  margin: 30px auto 0;
  text-align: center;
}

.answerLink {
  color: #FF8800;
  font-size: 16px;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .answerLink {
    font-size: 14px;
  }
}

.answerLink:hover {
  text-decoration: none;
}

/* ---------------------------------------- */
/* サイトマップ */
/* ---------------------------------------- */
.sitemapCateBx {
  padding: 0 0 6.5px;
  font-size: 14px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #D6D6D6;
}

@media screen and (max-width: 768px) {
  .sitemapCateBx {
    font-size: 14px;
  }
}

.sitemapCateBx img {
  width: 14px;
}

.sitemapCateBx span {
  margin: 0 0 0 6px;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sitemapTitBox {
  width: 100%;
  background-color: #FFF7EF;
  border: 1px solid #FBCD9E;
  padding: 11px 15px 10px;
  margin: 0 auto 32px;
}

.sitemapBx {
  margin: 19px auto 0;
}

.sitemapCateBx01 {
  width: 98%;
  margin: 0 2% 60px 0;
}

@media screen and (max-width: 1024px) {
  .sitemapCateBx01 {
    margin: 0 2% 30px 0;
  }
}

@media screen and (max-width: 768px) {
  .sitemapCateBx01 {
    width: 48%;
  }
}

@media screen and (max-width: 576px) {
  .sitemapCateBx01 {
    width: 100%;
    margin: 0 0 30px 0;
  }
}

.sitemapCateBx02 {
  width: 18%;
  margin: 0 2% 60px 0;
}

@media screen and (max-width: 1200px) {
  .sitemapCateBx02 {
    width: 31.3%;
    margin: 0 2% 30px 0;
  }
}

@media screen and (max-width: 768px) {
  .sitemapCateBx02 {
    width: 48%;
    margin: 0 2% 30px 0;
  }
}

@media screen and (max-width: 576px) {
  .sitemapCateBx02 {
    width: 100%;
    margin: 0 0 30px 0;
  }
}

.sitemapCateWr01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 15px 10px;
}

.sitemapCateList01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.sitemapCateList01 .sitemapCateItem {
  margin: 0.5em 1.842em 0 0;
}

@media screen and (max-width: 768px) {
  .sitemapCateList01 .sitemapCateItem {
    width: 100%;
  }
}

.sitemapCateList01 .sitemapCateItem a {
  font-size: 12px;
  font-weight: 500;
  color: #6D6D6D;
  text-decoration: none;
}

.sitemapCateList01 .sitemapCateItem a:hover {
  text-decoration: underline;
}

.sitemapCateList02 .sitemapCateItem {
  margin: 0.5em 1.842em 0 0;
}

.sitemapCateList02 .sitemapCateItem a {
  font-size: 12px;
  font-weight: 500;
  color: #6D6D6D;
  text-decoration: none;
}

.sitemapCateList02 .sitemapCateItem a:hover {
  text-decoration: underline;
}

.sitemapCateBx03 {
  width: 10.5%;
  margin: 0 2% 60px 0;
}

@media screen and (max-width: 1024px) {
  .sitemapCateBx03 {
    width: 23%;
    margin: 0 2% 30px 0;
  }
}

@media screen and (max-width: 768px) {
  .sitemapCateBx03 {
    width: 48%;
  }
}

.sitemapCateBx04 {
  width: 23%;
  margin: 0 2% 60px 0;
}

@media screen and (max-width: 768px) {
  .sitemapCateBx04 {
    width: 48%;
  }
}

@media screen and (max-width: 576px) {
  .sitemapCateBx04 {
    width: 100%;
    margin: 0 0 30px 0;
  }
}

.sitemapWr2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sitemapWr2 .sitemap2ColBx {
  margin: 19px 0 0;
  width: 48%;
}

@media screen and (max-width: 768px) {
  .sitemapWr2 .sitemap2ColBx {
    width: 100%;
  }
}

.sitemapCateList03 {
  margin: 0 0 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 15px 10px;
}

.sitemapCateList03 .sitemapCateItem {
  margin: 0.5em 1.842em 0 0;
}

@media screen and (max-width: 576px) {
  .sitemapCateList03 .sitemapCateItem {
    margin: 0.5em 0.5em 0 0;
  }
}

.sitemapCateList03 .sitemapCateItem a {
  font-size: 12px;
  font-weight: 500;
  color: #6D6D6D;
  text-decoration: none;
}

@media screen and (max-width: 576px) {
  .sitemapCateList03 .sitemapCateItem a {
    text-decoration: underline;
  }
}

.sitemapCateList03 .sitemapCateItem a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 576px) {
  .sitemapCateList03 .sitemapCateItem a:hover {
    text-decoration: none;
  }
}

/* ---------------------------------------- */
/* よくあるお問い合わせ詳細 */
/* ---------------------------------------- */
.faqDetailFrame {
  margin: 38px auto 0;
}

.faqDetailFrame:first-child {
  margin: 0 auto;
}

.faqDetailTitSet {
  border-bottom: 1px solid #D6D6D6;
  padding: 0 0 10px 0;
}

.faqDetailTitSet .faqDetailTit {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5em;
}

@media screen and (max-width: 768px) {
  .faqDetailTitSet .faqDetailTit {
    font-size: 18px;
  }
}

@media screen and (max-width: 576px) {
  .faqDetailTitSet .faqDetailTit {
    font-size: 16px;
  }
}

.faqDetailList .questionBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  background: #FFF7EF;
  padding: 10px 40px 10px 2%;
  border: 1px solid #FBCD9E;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

@media screen and (max-width: 768px) {
  .faqDetailList .questionBox {
    padding: 10px 2%;
  }
}

.faqDetailList .questionBox:hover {
  background-color: #fbcd9e7a;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.faqDetailList .questionBox .faqIcon01 {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  background: #FF8000;
  border-radius: 50%;
  max-width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .faqDetailList .questionBox .faqIcon01 {
    max-width: 30px;
    height: 30px;
    font-size: 16px;
  }
}

.faqDetailList .questionBox .question {
  font-weight: bold;
  color: #4B4B4B;
  margin: 0 0 0 2%;
  width: 100%;
  font-size: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.5em;
}

@media screen and (max-width: 768px) {
  .faqDetailList .questionBox .question {
    font-size: 14px;
  }
}

.faqDetailList .answerBox {
  padding: 30px 7.5% 20px;
  display: none;
}

@media screen and (max-width: 768px) {
  .faqDetailList .answerBox {
    padding: 15px 15px 10px;
  }
}

.faqDetailList .answerBox .answerInBox {
  width: 100%;
}

.faqDetailList .answerBox .answerInBox .answer {
  font-size: 14px;
  line-height: 1.5em;
}

.faqDetailBx {
  margin: 30px 0 0;
}

@media screen and (max-width: 768px) {
  .faqDetailBx {
    margin: 15px 0 0;
  }
}

.faqDetailBx .faqDetailList {
  margin: 20px 0 0;
}

@media screen and (max-width: 768px) {
  .faqDetailBx .faqDetailList {
    margin: 10px 0 0 0;
  }
}

.faqDetailBx .faqDetailList:first-child {
  margin: 0;
}

.accordionIcon {
  margin: 0 0 0 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.accordionIcon img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  max-width: 8px;
  width: 100%;
  height: 13px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.accordionIcon.active img {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  max-width: 8px;
  width: 100%;
  height: 13px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

/* ---------------------------------------- */
/* 個人情報保護方針などの共通 */
/* ---------------------------------------- */
.inMainTitSet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.inMainTitSet h1 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5em;
  margin: 0 10px 0 0;
}

@media screen and (max-width: 768px) {
  .inMainTitSet h1 {
    margin: 0;
    width: 100%;
    font-size: 18px;
  }
}

.inMainTitSet p {
  font-size: 12px;
  font-weight: bold;
  color: #FF8000;
  line-height: 1.5em;
}

.inLeadText {
  margin: 24px 0 0 0;
  font-size: 14px;
  line-height: 1.5em;
}

@media screen and (max-width: 576px) {
  .inLeadText {
    margin: 12px 0 0 0;
  }
}

.inListBx {
  margin: 40px 0 0 0;
}

@media screen and (max-width: 576px) {
  .inListBx {
    margin: 20px 0 0 0;
  }
}

.inListBx .inTit01 {
  color: #FF8000;
  position: relative;
  font-weight: bold;
  font-size: 16px;
  padding: 0 0 0 15px;
}

.inListBx .inTit01:before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  width: 5px;
  height: 90%;
  display: block;
  background: #FF8000;
}

@media screen and (max-width: 768px) {
  .inListBx .inTit01 {
    font-size: 14px;
  }
}

.inListBx .inListTextSet {
  font-size: 14px;
  line-height: 1.75em;
  margin: 20px 0 0 0;
}

@media screen and (max-width: 576px) {
  .inListBx .inListTextSet {
    font-size: 12px;
    margin: 10px 0 0 0;
  }
}

.inMailSet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inMailSet .mailLink {
  text-decoration: none;
  color: #4B4B4B;
  display: inline-block;
}

.inMailSet .mailLink:hover {
  text-decoration: underline;
}

.inBylawsText {
  font-size: 14px;
  line-height: 1.5em;
  margin: 60px 0 0 0;
}

@media screen and (max-width: 576px) {
  .inBylawsText {
    font-size: 12px;
    margin: 30px 0 0 0;
  }
}

.urlLink2 {
  color: #FF8000;
  text-decoration: underline;
}

.urlLink2:hover {
  text-decoration: none;
}

/* ---------------------------------------- */
/* 企業情報 */
/* ---------------------------------------- */
.telText {
  display: block;
}

@media screen and (max-width: 576px) {
  .telText {
    display: none;
  }
}

.telSpText {
  color: #4B4B4B;
  text-decoration: underline;
  display: none;
}

@media screen and (max-width: 576px) {
  .telSpText {
    display: block;
  }
}

.telSpText:hover {
  text-decoration: none;
}

.compTh {
  width: 180px;
  border-bottom: 1px solid #E5E5E5;
  text-align: left;
  padding: 27px 2% 27px 40px;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: bold;
}

@media screen and (max-width: 576px) {
  .compTh {
    width: 100%;
    display: block;
    color: #FF8800;
    padding: 10px 2%;
  }
}

.compTd {
  border-bottom: 1px solid #E5E5E5;
  text-align: left;
  padding: 27px 2% 27px 13px;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: bold;
  margin: 0 0 0 20px;
  display: block;
}

@media screen and (max-width: 576px) {
  .compTd {
    width: 100%;
    margin: 0;
    font-weight: 500;
    padding: 10px 2%;
  }
}

.compTb {
  width: 100%;
  margin: 40px 0 0 0;
}

@media screen and (max-width: 576px) {
  .compTb {
    margin: 20px 0 0 0;
  }
}

.compTr:first-child .compTh {
  padding: 0 2% 27px 40px;
}

@media screen and (max-width: 576px) {
  .compTr:first-child .compTh {
    padding: 10px 2%;
  }
}

.compTr:first-child .compTd {
  padding: 0 2% 27px 13px;
}

@media screen and (max-width: 576px) {
  .compTr:first-child .compTd {
    padding: 10px 2%;
  }
}

.urlLink {
  text-decoration: none;
  color: #4B4B4B;
  display: inline-block;
}

.urlLink:hover {
  text-decoration: underline;
}
/*# sourceMappingURL=corporate.css.map */