@charset "utf-8";

/* ****************************************************
Title: layout.css
***************************************************** */

/* -------------------------------------------------------------------- 
 body
-------------------------------------------------------------------- */

body {
  color: #2b0e06;
  font-family: "HiraginoKaku-W3-90msp-RKSJ-H", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Verdana, Osaka, "MS PGothic", Sans-Serif;
  /*font-family:"HiraginoKaku-W3-90msp-RKSJ-H","ヒラギノ角ゴ Pro W3","ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;*/
  font-size: 13px;
  *font-size: small;
  *font: x-small;
  text-align: center;
  text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  max-height: 999999px;
  min-width: 900px;
}

.topicsCopyWrap {
  display: none !important;
}

img {
  vertical-align: bottom;
}

.relative-wrap {
  position: relative;
}

.contWrap01 {
  width: 900px;
  margin: 0px auto;
  position: relative;
}

.colPink01 {
  color: #d1506d !important;
}

p,
span,
dt,
dd,
th,
td,
li,
h1,
h2,
h3,
h4 {
  max-height: 999999px;
  background-image: url(../img/spacer.gif);
}

/*-----------------------*/

.anc {
  position: relative;
}
.ancIn {
  position: absolute;
  /*top: -69px;*/
}

#top {
  /*padding-top: 69px;*/
}

/*-----------------------*/

.pc {
  display: block;
}

.sp {
  display: none;
}

.pcBr {
  display: inline;
  width: 320px;
}

.spBr {
  display: none;
  width: 340px;
}

.pcTable {
  display: table !important;
}
.spTable {
  display: none !important;
}

.contIn1000 {
  width: 1000px;
  margin: 0px auto;
  position: relative;
}

.radius200 {
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  -o-border-radius: 200px;
  -ms-border-radius: 200px;
  border-radius: 200px;
}

/*@media screen and (max-width:768px) {*/
@media screen and (max-width: 767px) {
  body {
    min-width: 200px;
  }

  #wrap {
    overflow: hidden;
    width: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 0px;
    min-width: 200px;
  }

  .contWrap01 {
    width: auto;
    margin: 0px auto;
    position: relative;
  }

  /*-----------------------*/

  .anc {
    position: relative;
  }
  .ancIn {
    position: absolute;
    /*top: -79px;*/
  }

  #top {
    /*padding-top: 79px;*/
  }

  /*-----------------------*/

  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .pcBr {
    display: none;
  }
  .spBr {
    display: inline;
  }

  .pcTable {
    display: none !important;
  }
  .spTable {
    display: table !important;
  }

  .contIn1000 {
    width: auto;
  }
}

/* -------------------------------------------------------------------- 
 header
-------------------------------------------------------------------- */

#gheader {
  background-color: #f7f4ee;
}
.header {
  width: 900px;
  margin: 0px auto;
  padding: 10px 0px 24px 0px;
  text-align: left;
}
.headerH101 {
  color: #989898;
  font-size: 10px;
  line-height: 10px;
  margin-bottom: 10px;
}

.headerTable01 {
  display: table;
  width: 100%;
}
.headerCell01 {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}
.headerCell02 {
  display: table-cell;
  text-align: right;
  vertical-align: bottom;
}
.headerCell02-flex {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}
.logoWrap {
  display: table;
}
.logoCell {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  padding-right: 14px;
}
.logoWrap .text01 {
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 8px;
}
.logoWrap .text02 {
  font-size: 24px;
  line-height: 24px;
}

.headerBtnWrap01 a {
  display: block;
  background-image: url(../img/header_btn_ar01.png);
  background-repeat: no-repeat;
  background-position: 120px center;
  width: 140px;
  margin: 0px 0px 0px auto;
  text-align: center;
  padding: 7px 0px 8px 0px;
  background-color: #ffffff;
  font-size: 13px;
  list-style-position: 13px;
}
.header a:link {
  color: #333333;
  text-decoration: none;
}
.header a:visited {
  color: #333333;
  text-decoration: none;
}
.header a:hover {
  color: #333333;
  text-decoration: none;
}
.header a:active {
  color: #333333;
  text-decoration: none;
}

.headerBtnWrap02 {
  display: flex;
  align-items: center;
}

.headerBtnWrap02 > a {
  display: flex;
  align-items: center;
  font-size: 13px;
  gap: 5px;
}

.spMenu01 {
  display: none;
}

.spNaviWrap01 {
  display: none;
}

/*@media screen and (max-width:768px) {*/
@media screen and (max-width: 767px) {
  #gheader {
    background-color: #f7f4ee;
    height: 55px;
  }
  .header {
    box-sizing: border-box;
    width: 100%;
    height: 55px;
    margin: 0px auto;
    padding: 5px 0px 5px 5px;
    text-align: left;
    background-color: #f7f4ee;
    position: fixed;
    z-index: 500;
  }
  .headerH101 {
    color: #989898;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: -0.05em;
    margin-bottom: 4px;
  }

  .headerTable01 {
    display: table;
    width: 100%;
  }
  .headerCell01 {
    display: table-cell;
    text-align: left;
    vertical-align: top;
  }
  .headerCell02 {
    display: table-cell;
    text-align: right;
    vertical-align: bottom;
  }

  .logoWrap {
    display: table;
  }
  .logoCell {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    padding-right: 10px;
  }
  .logoCell img {
    width: 26px;
    height: auto;
  }

  .logoWrap .text01 {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 0px;
    font-weight: bold;
  }
  .logoWrap .text02 {
    font-size: 13px;
    line-height: 1.5em;
    font-weight: bold;
  }

  .headerBtnWrap01 a {
    display: block;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 120px center;
    width: 55px;
    height: 100%;
    margin: 0px 0px 0px auto;
    text-align: center;
    padding: 0px 0px 0px 0px;
    background-color: #bea578;
    color: #ffffff;
    font-size: 0px;
    line-height: 0px;
    text-indent: -9999px;
    list-style-position: 13px;
    background-image: url("../img/sp_header_navi01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 47px auto;
    position: absolute;
    top: 0px;
    right: 55px;
  }
  .header .headerBtnWrap01 a:link {
    color: #ffffff;
    text-decoration: none;
  }
  .header .headerBtnWrap01 a:visited {
    color: #ffffff;
    text-decoration: none;
  }
  .header .headerBtnWrap01 a:hover {
    color: #ffffff;
    text-decoration: none;
  }
  .header .headerBtnWrap01 a:active {
    color: #ffffff;
    text-decoration: none;
  }

  .header a:link {
    color: #333333;
    text-decoration: none;
  }
  .header a:visited {
    color: #333333;
    text-decoration: none;
  }
  .header a:hover {
    color: #333333;
    text-decoration: none;
  }
  .header a:active {
    color: #333333;
    text-decoration: none;
  }

  .spMenu01 {
    display: block;
    background-color: #d1506d;
    height: 100%;
    width: 55px;
    background-image: url("../img/sp_header_navi02.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px auto;
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .spMenu01.open {
    background-image: url("../img/sp_header_navi02_on.png");
  }

  .spNaviWrap01 {
    display: none;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 55px;
  }
  .spNavi01 li a {
    display: block;
    background-color: #d1506d;
    padding: 0px 18px;
    color: #ffffff;
    text-align: left;
    font-size: 14px;
    line-height: 1.2em;
  }
  .spNavi01 li a span {
    display: block;
    padding: 15px 0px 15px 0px;
    border-bottom: 1px solid #ffffff;
  }
  .spNavi01 li:last-child a span {
    border-bottom: none;
  }
  .header .spNavi01 a:link {
    color: #ffffff;
    text-decoration: none;
  }
  .header .spNavi01 a:visited {
    color: #ffffff;
    text-decoration: none;
  }
  .header .spNavi01 a:hover {
    color: #ffffff;
    text-decoration: none;
  }
  .header .spNavi01 a:active {
    color: #ffffff;
    text-decoration: none;
  }

  .headerBtnWrap02 {
    display: none;
  }
}

/* -------------------------------------------------------------------- 
 main
-------------------------------------------------------------------- */

.contentsWrap {
  width: 900px;
  margin: 0px auto;
  color: #595757;
  min-height: 730px;
}
.contentsWrap.topContntsWrap {
  min-height: 100px;
}

.slick-mp4 {
  width: 100%;
}

.gNaviWrap {
  display: table;
  width: 100%;
  height: 66px;
  overflow: hidden;
}
.gNaviWrap li {
  border-left: 3px solid #ffffff;
  display: table-cell;
  text-align: center;
  vertical-align: top;
  width: 12.5%;
}
.gNaviWrap li:first-child {
  border-left: none;
}

.gNaviWrap li p {
  display: table;
  width: 100%;
  height: 78px;
}
.gNaviWrap li a {
  display: table-cell;
  text-align: center;
  vertical-align: top;
  background-color: #bea578;
  font-size: 14px;
  line-height: 14px;
  border-bottom: 7px solid #d1506d;
  padding-top: 36px;
}

.gNaviWrap .gnavi01 a {
  background-image: url(../img/navi_icon01.png);
  background-repeat: no-repeat;
  background-position: center 6px;
}
.gNaviWrap .gnavi02 a {
  background-image: url(../img/navi_icon02.png);
  background-repeat: no-repeat;
  background-position: center 6px;
}
.gNaviWrap .gnavi03 a {
  background-image: url(../img/navi_icon03.png);
  background-repeat: no-repeat;
  background-position: center 6px;
}
.gNaviWrap .gnavi04 a {
  background-image: url(../img/navi_icon04.png);
  background-repeat: no-repeat;
  background-position: center 6px;
  padding-top: 43px;
}
.gNaviWrap .gnavi05 a {
  background-image: url(../img/navi_icon05.png);
  background-repeat: no-repeat;
  background-position: center 6px;
}
.gNaviWrap .gnavi06 a {
  background-image: url(../img/navi_icon06.png);
  background-repeat: no-repeat;
  background-position: center 6px;
}
.gNaviWrap .gnavi07 a {
  background-image: url(../img/navi_icon07.png);
  background-repeat: no-repeat;
  background-position: center 6px;
}
.gNaviWrap .gnavi08 a {
  background-image: url(../img/navi_icon08.png);
  background-repeat: no-repeat;
  background-position: center 6px;
  padding-top: 43px;
}

.gNaviWrap a:link {
  color: #ffffff;
  text-decoration: none;
}
.gNaviWrap a:visited {
  color: #ffffff;
  text-decoration: none;
}
.gNaviWrap a:hover {
  /* color: #faf08c; */
  opacity: 0.7;
  text-decoration: none;
}
.gNaviWrap a:active {
  color: #ffffff;
  text-decoration: none;
}

/* .gNaviWrap .gnavi01 a:hover {
  background-image: url(../img/navi_icon01_on.png);
}
.gNaviWrap .gnavi02 a:hover {
  background-image: url(../img/navi_icon02_on.png);
}
.gNaviWrap .gnavi03 a:hover {
  background-image: url(../img/navi_icon03_on.png);
}
.gNaviWrap .gnavi04 a:hover {
  background-image: url(../img/navi_icon04_on.png);
}
.gNaviWrap .gnavi05 a:hover {
  background-image: url(../img/navi_icon05_on.png);
}
.gNaviWrap .gnavi06 a:hover {
  background-image: url(../img/navi_icon06_on.png);
} */

.gNaviWrap .gNaviActive a {
  /* color: #faf08c; */
  opacity: 0.7;
  text-decoration: none;
}

/* .gNaviWrap .gNaviActive .gnavi01 a {
  background-image: url(../img/navi_icon01_on.png);
}
.gNaviWrap .gNaviActive .gnavi02 a {
  background-image: url(../img/navi_icon02_on.png);
}
.gNaviWrap .gNaviActive .gnavi03 a {
  background-image: url(../img/navi_icon03_on.png);
}
.gNaviWrap .gNaviActive .gnavi04 a {
  background-image: url(../img/navi_icon04_on.png);
}
.gNaviWrap .gNaviActive .gnavi05 a {
  background-image: url(../img/navi_icon05_on.png);
}
.gNaviWrap .gNaviActive .gnavi06 a {
  background-image: url(../img/navi_icon06_on.png);
} */

.topTopicsWrap {
  border: 1px solid #d1506d;
  margin-top: 25px;
}
.topTopicsTable {
  display: table;
  width: 100%;
}
.topTopicsTable .cellLeft {
  display: table-cell;
  text-align: left;
  vertical-align: top;
  padding: 10px;
  width: 120px;
}
.topTopicsTable .cellRight {
  display: table-cell;
  text-align: left;
  vertical-align: top;
  padding: 10px;
}

.topTopicsTitWrap {
  padding: 12px 12px 12px 16px;
}
.topTopicsTit {
  color: #d1506d;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
}
.topTopicsLink {
  background-image: url(../img/topics_icon_ar01.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 16px;
}
.topTopicsLink a {
  font-size: 14px;
  line-height: 21px;
  color: #c8b48c;
  display: inline-block;
  padding-top: 2px;
}
.topTopicsLink a:link {
  color: #bea578;
  text-decoration: none;
}
.topTopicsLink a:visited {
  color: #c8b48c;
  text-decoration: none;
}
.topTopicsLink a:hover {
  color: #c8b48c;
  text-decoration: underline;
}
.topTopicsLink a:active {
  color: #c8b48c;
  text-decoration: none;
}

.topTopicsContWrap {
  width: auto;
  height: 180px;
  overflow: auto;
  border-left: 3px solid #cbcbcb;
}
.topTopicsCont {
  padding: 12px 20px 12px 28px;
}

.topBtnWrap01 {
  padding: 20px 0px;
}
.topBtnWrap01 li {
  display: table;
  width: 440px;
  height: 54px;
}
.topBtnWrap01 .li01 {
  float: left;
}
.topBtnWrap01 .li02 {
  float: right;
}
.topBtnWrap01 a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background-color: #fcf7c5;
  color: #d1506d;
  font-size: 14px;
  line-height: 28px;
  -webkit-box-shadow: 2px 2px 0px 0px rgba(209, 80, 50, 1);
  -moz-box-shadow: 2px 2px 0px 0px rgba(209, 80, 50, 1);
  box-shadow: 2px 2px 0px 0px rgba(209, 80, 50, 1);
}
.topBtnWrap01 a:link {
  color: #d1506d;
  text-decoration: none;
}
.topBtnWrap01 a:visited {
  color: #d1506d;
  text-decoration: none;
}
.topBtnWrap01 a:hover {
  color: #d1506d;
  text-decoration: underline;
  background-color: #faf08c;
}
.topBtnWrap01 a:active {
  color: #d1506d;
  text-decoration: none;
}

.topBtnWrap01 a .span01 {
  display: inline-block;
  background-image: url(../img/top_btn_icon01.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 40px;
}
.topBtnWrap01 a .span02 {
  display: inline-block;
  padding-right: 25px;
  position: relative;
}

.topBtnWrap01 a .span02::before {
  content: '';
  width: 10px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(90deg);
  background-image: url(../img/top_btn_ar01.png);
  background-repeat: no-repeat;
  background-position: right center;
}

/*------*/

.topNaviWrap {
  background-color: #fcfbf9;
  padding: 38px 0px 23px 0px;
}

.topContNavi01 {
  width: 900px;
  margin: 0px auto;
  overflow: hidden;
}
.topContNaviWrap {
  width: 920px;
}
.topContNaviWrap li {
  width: 442px;
  padding: 0px 15px 15px 0px;
  float: left;
}
.topContNaviWrap li p {
  display: table;
  width: 100%;
  height: 60px;
}
.topContNaviWrap li a {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  background-color: #bea578;
  font-size: 14px;
  line-height: 14px;
  border-left: 7px solid #d1506d;
  padding-left: 54px;
  position: relative;
}
.topContNaviWrap li a .span01 {
  font-size: 14px;
  line-height: 14px;
  color: #d1506d;
  width: 122px;
  text-align: center;
  padding: 6px 0px 4px 0px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  -o-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  background-color: #ffffff;
  position: absolute;
  top: 19px;
  right: 14px;
}

.topContNaviWrap .gnavi01 a {
  background-image: url(../img/navi_icon01.png);
  background-repeat: no-repeat;
  background-position: 22px center;
}
.topContNaviWrap .gnavi02 a {
  background-image: url(../img/navi_icon02.png);
  background-repeat: no-repeat;
  background-position: 22px center;
}
.topContNaviWrap .gnavi03 a {
  background-image: url(../img/navi_icon03.png);
  background-repeat: no-repeat;
  background-position: 22px center;
}
.topContNaviWrap .gnavi04 a {
  background-image: url(../img/navi_icon04.png);
  background-repeat: no-repeat;
  background-position: 22px center;
}
.topContNaviWrap .gnavi05 a {
  background-image: url(../img/navi_icon05.png);
  background-repeat: no-repeat;
  background-position: 22px center;
}
.topContNaviWrap .gnavi06 a {
  background-image: url(../img/navi_icon06.png);
  background-repeat: no-repeat;
  background-position: 22px center;
}
.topContNaviWrap .gnavi07 a {
  background-image: url(../img/navi_icon07.png);
  background-repeat: no-repeat;
  background-position: 22px center;
}
.topContNaviWrap .gnavi08 a {
  background-image: url(../img/navi_icon08.png);
  background-repeat: no-repeat;
  background-position: 22px center;
}

.topContNaviWrap a:link {
  color: #ffffff;
  text-decoration: none;
}
.topContNaviWrap a:visited {
  color: #ffffff;
  text-decoration: none;
}
.topContNaviWrap a:hover {
  /* color: #faf08c; */
  opacity: 0.7;
  text-decoration: none;
}
.topContNaviWrap a:active {
  color: #ffffff;
  text-decoration: none;
}

/* .topContNaviWrap a:hover .span01 {
  background-color: #faf08c;
} */

/* .topContNaviWrap .gnavi01 a:hover {
  background-image: url(../img/navi_icon01_on.png);
}
.topContNaviWrap .gnavi02 a:hover {
  background-image: url(../img/navi_icon02_on.png);
}
.topContNaviWrap .gnavi03 a:hover {
  background-image: url(../img/navi_icon03_on.png);
}
.topContNaviWrap .gnavi04 a:hover {
  background-image: url(../img/navi_icon04_on.png);
}
.topContNaviWrap .gnavi05 a:hover {
  background-image: url(../img/navi_icon05_on.png);
}
.topContNaviWrap .gnavi06 a:hover {
  background-image: url(../img/navi_icon06_on.png);
} */
/* -----
business 3/23追加
----------------*/
.business {
  margin: 30px auto;
  width: 840px;
}

.businessText {
  text-align: left;
}

.businessList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px 30px;
  margin-bottom: 32px;
}

/* .businessItemHeader {
  margin-bottom: 18px;
  position: relative;
}

.businessItemHeaderText {
  position: absolute;
  top: 50%;
  left: 22px;
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
  transform: translateY(-50%);
} */
.businessItemHeader {
  margin-bottom: 18px;
  position: relative;
  display: flex;
}
.businessItemHeader img {
  width: 113px;
}

.businessItemHeaderText {
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
  width: 233px;
  display: flex;
  align-items: center;
  padding-left: 22px;
}

.businessItemHeaderText01 {
  background-color: #cb5219;
}
.businessItemHeaderText02 {
  background-color: #dc5310;
}
.businessItemHeaderText03 {
  background-color: #ea5504;
}
.businessItemHeaderText04 {
  background-color: #ed6c00;
}
.businessItemHeaderText05 {
  background-color: #f08300;
}
.businessItemHeaderText06 {
  background-color: #f39800;
}

.businessLinks {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 14px;
}

.businessCaution {
  color: #d1506d;
}

/* -----
business 3/23追加
----------------*/
.flow {
  margin: 30px auto 0px;
  width: 100%;
}

.flowTitle {
  margin-bottom: 22px;
  font-size: 16px;
}

.flowList {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.flowList:nth-of-type(2) {
  padding-left: 16px;
  margin: 30px 0px 30px;
}

.detailText01.bottomAjst {
  margin-bottom: initial;
}

/* -----
internationalImg 3/23追加
----------------*/
.internationalImg {
  display: block;
  margin: 30px auto;
}

/*@media screen and (max-width:768px) {*/
@media screen and (max-width: 767px) {
  .topMainvisual01 img {
    width: 100%;
    height: auto;
  }

  .contentsWrap {
    width: auto;
    margin: 0px auto;
    color: #595757;
    min-height: 100px;
  }
  .contentsWrap.topContntsWrap {
    min-height: 100px;
  }

  .gNaviWrap {
    display: none;
    width: 100%;
    height: auto;
  }
  .gNaviWrap.gNaviWrapTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: auto;
  }

  .gNaviWrap li {
    border-left: none;
    display: block;
    text-align: center;
    vertical-align: top;
    width: 25%;
    margin-bottom: 2px;
  }
  .gNaviWrap li:first-child {
    border-left: none;
  }

  .gNaviWrap li p {
    display: table;
    width: 100%;
    height: 80px;
    border: 4px solid white;
  }

  .gNaviWrap li:nth-of-type(1) p,
  .gNaviWrap li:nth-of-type(2) p,
  .gNaviWrap li:nth-of-type(3) p,
  .gNaviWrap li:nth-of-type(4) p {
    border-top: initial;
    border-bottom: initial;
  }

  .gNaviWrap li:nth-of-type(1) p,
  .gNaviWrap li:nth-of-type(5) p {
    border-left: initial;
  }

  .gNaviWrap li:nth-of-type(4) p,
  .gNaviWrap li:nth-of-type(8) p {
    border-right: initial;
  }

  .gNaviWrap li a {
    display: table-cell;
    text-align: center;
    vertical-align: top;
    background-color: #bea578;
    font-size: 13px;
    line-height: 14px;
    border-bottom: 7px solid #d1506d;
    padding-top: 40px;
  }

  .gNaviWrap .gnavi01 a {
    background-image: url(../img/navi_icon01.png);
    background-repeat: no-repeat;
    background-position: center 6px;
  }
  .gNaviWrap .gnavi02 a {
    background-image: url(../img/navi_icon02.png);
    background-repeat: no-repeat;
    background-position: center 6px;
  }
  .gNaviWrap .gnavi03 a {
    background-image: url(../img/navi_icon03.png);
    background-repeat: no-repeat;
    background-position: center 6px;
  }
  .gNaviWrap .gnavi04 a {
    background-image: url(../img/navi_icon04.png);
    background-repeat: no-repeat;
    background-position: center 6px;
    padding-top: 45px;
  }
  .gNaviWrap .gnavi05 a {
    background-image: url(../img/navi_icon05.png);
    background-repeat: no-repeat;
    background-position: center 6px;
  }
  .gNaviWrap .gnavi06 a {
    background-image: url(../img/navi_icon06.png);
    background-repeat: no-repeat;
    background-position: center 6px;
  }

  .gNaviWrap .gnavi08 a {
    background-image: url(../img/navi_icon08.png);
    background-repeat: no-repeat;
    padding-top: 45px;
  }

  .gNaviWrap a:link {
    color: #ffffff;
    text-decoration: none;
  }
  .gNaviWrap a:visited {
    color: #ffffff;
    text-decoration: none;
  }
  .gNaviWrap a:hover {
    /* color: #faf08c; */
    text-decoration: none;
  }
  .gNaviWrap a:active {
    color: #ffffff;
    text-decoration: none;
  }

  /* .gNaviWrap .gnavi01 a:hover {
    background-image: url(../img/navi_icon01_on.png);
  }
  .gNaviWrap .gnavi02 a:hover {
    background-image: url(../img/navi_icon02_on.png);
  }
  .gNaviWrap .gnavi03 a:hover {
    background-image: url(../img/navi_icon03_on.png);
  }
  .gNaviWrap .gnavi04 a:hover {
    background-image: url(../img/navi_icon04_on.png);
  }
  .gNaviWrap .gnavi05 a:hover {
    background-image: url(../img/navi_icon05_on.png);
  }
  .gNaviWrap .gnavi06 a:hover {
    background-image: url(../img/navi_icon06_on.png);
  }

  .gNaviWrap .gNaviActive a {
    color: #faf08c;
    text-decoration: none;
  }

  .gNaviWrap .gNaviActive .gnavi01 a {
    background-image: url(../img/navi_icon01_on.png);
  }
  .gNaviWrap .gNaviActive .gnavi02 a {
    background-image: url(../img/navi_icon02_on.png);
  }
  .gNaviWrap .gNaviActive .gnavi03 a {
    background-image: url(../img/navi_icon03_on.png);
  }
  .gNaviWrap .gNaviActive .gnavi04 a {
    background-image: url(../img/navi_icon04_on.png);
  }
  .gNaviWrap .gNaviActive .gnavi05 a {
    background-image: url(../img/navi_icon05_on.png);
  }
  .gNaviWrap .gNaviActive .gnavi06 a {
    background-image: url(../img/navi_icon06_on.png);
  } */

  .topTopicsWrap {
    border: 1px solid #d1506d;
    margin: 15px 10px 0px 10px;
  }
  .topTopicsTable {
    display: block;
    width: auto;
  }
  .topTopicsTable .cellLeft {
    display: block;
    text-align: left;
    vertical-align: top;
    padding: 10px;
    width: auto;
  }
  .topTopicsTable .cellRight {
    display: block;
    text-align: left;
    vertical-align: top;
    padding: 0px 10px 10px 10px;
  }

  .topTopicsTitWrap {
    padding: 0px;
  }
  .topTopicsTit {
    color: #d1506d;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.05em;
    padding-bottom: 0px;
    float: left;
  }
  .topTopicsLink {
    background-image: url(../img/topics_icon_ar01.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 16px;
    float: right;
  }
  .topTopicsLink a {
    font-size: 14px;
    line-height: 21px;
    color: #c8b48c;
    display: inline-block;
    padding-top: 2px;
  }
  .topTopicsLink a:link {
    color: #bea578;
    text-decoration: none;
  }
  .topTopicsLink a:visited {
    color: #c8b48c;
    text-decoration: none;
  }
  .topTopicsLink a:hover {
    color: #c8b48c;
    text-decoration: underline;
  }
  .topTopicsLink a:active {
    color: #c8b48c;
    text-decoration: none;
  }

  .topTopicsContWrap {
    width: auto;
    height: 180px;
    overflow: auto;
    border-left: none;
    border-top: 2px solid #cbcbcb;
  }
  .topTopicsCont {
    padding: 10px 0px 10px 0px;
  }
  .topTopicsCont iframe {
    width: 100%;
  }

  .topBtnWrap01 {
    padding: 20px 10px 0px 10px;
  }
  .topBtnWrap01 li {
    display: table;
    width: 100%;
    height: 50px;
    margin-bottom: 18px;
  }
  .topBtnWrap01 .li01 {
    float: left;
  }
  .topBtnWrap01 .li02 {
    float: right;
  }
  .topBtnWrap01 a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background-color: #fcf7c5;
    color: #d1506d;
    font-size: 14px;
    line-height: 28px;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(209, 80, 50, 1);
    -moz-box-shadow: 2px 2px 0px 0px rgba(209, 80, 50, 1);
    box-shadow: 2px 2px 0px 0px rgba(209, 80, 50, 1);
  }
  .topBtnWrap01 a:link {
    color: #d1506d;
    text-decoration: none;
  }
  .topBtnWrap01 a:visited {
    color: #d1506d;
    text-decoration: none;
  }
  .topBtnWrap01 a:hover {
    color: #d1506d;
    text-decoration: underline;
    background-color: #faf08c;
  }
  .topBtnWrap01 a:active {
    color: #d1506d;
    text-decoration: none;
  }

  .topBtnWrap01 a .span01 {
    display: inline-block;
    background-image: url(../img/top_btn_icon01.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
  }
  
  .topBtnWrap01 a .span02 {
    display: inline-block;
    padding-right: 25px;
    position: relative;
  }
  
  .topBtnWrap01 a .span02::before {
    content: '';
    width: 10px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(90deg);
    background-image: url(../img/top_btn_ar01.png);
    background-repeat: no-repeat;
    background-position: right center;
  }

  /*------*/

  .topNaviWrap {
    background-color: #fcfbf9;
    padding: 20px 10px 20px 10px;
  }

  .topContNavi01 {
    width: auto;
    margin: 0px auto;
    overflow: hidden;
  }
  .topContNaviWrap {
    width: auto;
  }
  .topContNaviWrap li {
    width: auto;
    padding: 0px 0px 15px 0px;
    float: none;
  }
  .topContNaviWrap li p {
    display: table;
    width: 100%;
    height: 60px;
  }
  .topContNaviWrap li a {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    background-color: #bea578;
    font-size: 15px;
    line-height: 1.3em;
    border-left: 7px solid #d1506d;
    padding-left: 40px;
    position: relative;
  }
  .topContNaviWrap li a .span01 {
    font-size: 13px;
    line-height: 14px;
    color: #d1506d;
    width: 110px;
    text-align: center;
    padding: 6px 0px 4px 0px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    -o-border-radius: 16px;
    -ms-border-radius: 16px;
    border-radius: 16px;
    background-color: #ffffff;
    position: absolute;
    top: 19px;
    right: 14px;
  }

  .topContNaviWrap .gnavi01 a {
    background-image: url(../img/navi_icon01.png);
    background-repeat: no-repeat;
    background-position: 10px center;
  }
  .topContNaviWrap .gnavi02 a {
    background-image: url(../img/navi_icon02.png);
    background-repeat: no-repeat;
    background-position: 10px center;
  }
  .topContNaviWrap .gnavi03 a {
    background-image: url(../img/navi_icon03.png);
    background-repeat: no-repeat;
    background-position: 10px center;
  }
  .topContNaviWrap .gnavi04 a {
    background-image: url(../img/navi_icon04.png);
    background-repeat: no-repeat;
    background-position: 10px center;
  }
  .topContNaviWrap .gnavi05 a {
    background-image: url(../img/navi_icon05.png);
    background-repeat: no-repeat;
    background-position: 10px center;
  }
  .topContNaviWrap .gnavi06 a {
    background-image: url(../img/navi_icon06.png);
    background-repeat: no-repeat;
    background-position: 10px center;
  }
  .topContNaviWrap .gnavi07 a {
    background-image: url(../img/navi_icon07.png);
    background-repeat: no-repeat;
    background-position: 10px center;
  }
  .topContNaviWrap .gnavi08 a {
    background-image: url(../img/navi_icon08.png);
    background-repeat: no-repeat;
    background-position: 10px center;
  }

  .topContNaviWrap a:link {
    color: #ffffff;
    text-decoration: none;
  }
  .topContNaviWrap a:visited {
    color: #ffffff;
    text-decoration: none;
  }
  /* .topContNaviWrap a:hover {
    color: #faf08c;
    text-decoration: none;
  } */
  .topContNaviWrap a:active {
    color: #ffffff;
    text-decoration: none;
  }

  /* .topContNaviWrap a:hover .span01 {
    background-color: #faf08c;
  } */

/*   .topContNaviWrap .gnavi01 a:hover {
    background-image: url(../img/navi_icon01_on.png);
  }
  .topContNaviWrap .gnavi02 a:hover {
    background-image: url(../img/navi_icon02_on.png);
  }
  .topContNaviWrap .gnavi03 a:hover {
    background-image: url(../img/navi_icon03_on.png);
  }
  .topContNaviWrap .gnavi04 a:hover {
    background-image: url(../img/navi_icon04_on.png);
  }
  .topContNaviWrap .gnavi05 a:hover {
    background-image: url(../img/navi_icon05_on.png);
  }
  .topContNaviWrap .gnavi06 a:hover {
    background-image: url(../img/navi_icon06_on.png);
  } */

  /* -----
business 3/23追加
----------------*/
  .business {
    margin: 30px auto;
    width: 100%;
  }

  .businessText {
    text-align: left;
  }

  .businessList {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: initial;
    margin: auto;
    width: 100%;
    max-width: 400px;
    margin-bottom: 32px;
  }

  .businessItem {
    height: fit-content;
    margin-bottom: 10%;
  }

  .businessItemHeader {
    max-width: 400px;
    height: fit-content;
    margin: 0px auto 18px;
  }
  .businessItemHeaderText {
    width: 70%;
  }

  .businessItemHeader > img {
    width: 30%;
  }

  .businessLinks {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 14px;
  }

  /* -----
flow 3/23追加
----------------*/
  .flowList {
    flex-direction: column;
    align-items: center;
    gap: 0px;
  }

  .flowTitle {
    margin-bottom: 15px;
  }

  .flowList:nth-of-type(2) {
    margin: 0px 0px 15px;
    padding-left: 0;
  }

  .flowList > .flowListTriangle {
    transform: rotate(90deg);
    height: 46px;
    width: auto;
  }

  .flowList > img {
    width: 100%;
    max-width: 400px;
  }

  /* -----
internationalImg 3/23追加
----------------*/
  .internationalImg {
    margin: 15px auto;
    width: 70%;
  }
}

/* -------------------------------------------------------------------- 
 footer
-------------------------------------------------------------------- */

#gfooter {
  background-color: #f7f4ee;
}
.footer {
  width: 900px;
  margin: 0px auto;
  padding: 25px 0px 35px 0px;
}
.footerText {
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  padding-bottom: 15px;
}
.footerCopy {
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}

/*@media screen and (max-width:768px) {*/
@media screen and (max-width: 767px) {
  #gfooter {
    background-color: #f7f4ee;
  }
  .footer {
    width: auto;
    margin: 0px auto;
    padding: 25px 0px 35px 0px;
  }
  .footerText {
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    padding-bottom: 15px;
  }
  .footerCopy {
    font-size: 12px;
    line-height: 15px;
    text-align: center;
  }
}

/* -------------------------------------------------------------------- 
 下層
-------------------------------------------------------------------- */

.bredWrap {
  padding-left: 20px;
}
.bredIn {
  display: table;
  height: 40px;
}
.bredIn li {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}
.bredIn li a:link {
  color: #595757;
  text-decoration: none;
}
.bredIn li a:visited {
  color: #595757;
  text-decoration: none;
}
.bredIn li a:hover {
  color: #595757;
  text-decoration: underline;
}
.bredIn li a:active {
  color: #595757;
  text-decoration: none;
}

.h2Wrap01 {
  display: table;
  width: 100%;
  height: 94px;
  background-image: url(../img/cont_line01.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #f9f7f3;
}
.h2Wrap01 .contH201 {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  font-size: 18px;
  line-height: 18px;
  padding-left: 50px;
}

.detailCont840 {
  width: 840px;
  margin: 0px auto;
  text-align: left;
}
.detailContIn {
  padding: 20px 0px 0px 22px;
}
.detailContIn.bottomLine01 {
  border-bottom: 1px solid #b2b2b2;
}

.detailLineWrap01 {
  margin-bottom: 20px;
}
.detailH301 {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 24px;
}
.detailH301 .textSquare {
  font-size: 21px;
}

.detailH401 {
  font-size: 14px;
  line-height: 34px;
}
.detailH402 {
  font-size: 14px;
  line-height: 24px;
}
.detailH402 .textSquare {
  font-size: 18px;
}

.detailText01 {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 24px;
}

/* 20230803 kantan for pc add class detail-indu__btn*/
  .detail-indu__btn{
    width:200px;
    height:20px;
    /* background:blue; */
    color:#d1506d;
    font-size:14px;
    text-align:center;
  }
/* 20230803 kantan for pc add class news-btn__pl*/
  .news-btn__pl{
    padding-left:20px;
  }

.detailUl01 li {
  font-size: 14px;
  line-height: 24px;
  text-indent: -1em;
  padding-left: 1em;
}

.detailBox01 {
  padding-left: 10px;
}

.detailUlDownload {
  display: table;
  width: 100%;
  margin: 16px 0px /*2021.3.17変更*/ 15px /*ここまで*/ 0px;
}
.detailUlDownload li {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}
.width50 .detailUlDownload li {
  width: 50%;
}

.detailUlDownload a {
  display: table;
  height: 66px;
  font-size: 14px;
  line-height: 24px;
}
.detailUlDownload a:link {
  color: #595757;
  text-decoration: none;
}
.detailUlDownload a:visited {
  color: #595757;
  text-decoration: none;
}
.detailUlDownload a:hover {
  color: #595757;
  text-decoration: underline;
}
.detailUlDownload a:active {
  color: #595757;
  text-decoration: none;
}

.detailUlDownload a span {
  display: table-cell;
  text-align: left;
  vertical-align: top;
  padding: 0px 0px 0px 70px;
}

.downloadPdf a {
  background-image: url(../img/dl_icon_pdf01.png);
  background-repeat: no-repeat;
  background-position: left top;
}
/*2022.4.6追加*/
.downloadPdf2 a {
  background-image: url(../img/dl_icon_pdf02.png);
  background-repeat: no-repeat;
  background-position: left top;
}
/*2022.4.6追加ここまで*/

.downloadExcel a {
  background-image: url(../img/dl_icon_excel01.png);
  background-repeat: no-repeat;
  background-position: left top;
}

/*2022.7.22追加*/
.downloadExcel2 a {
  background-image: url(../img/dl_icon_excel02.png);
  background-repeat: no-repeat;
  background-position: left top;
}
/*2022.7.22追加ここまで*/

.downloadWord a {
  background-image: url(../img/dl_icon_word01.png);
  background-repeat: no-repeat;
  background-position: left top;
}

/*2022.7.22追加*/
.downloadWord2 a {
  background-image: url(../img/dl_icon_word02.png);
  background-repeat: no-repeat;
  background-position: left top;
}

/*2022.7.22追加ここまで*/

.downloadWrap01 {
  margin: 16px 0px 35px 0px;
}
.downloadKeishin a {
  display: table;
  height: 66px;
  font-size: 15px;
  line-height: 26px;
  background-image: url(../img/dl_icon_keishin.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.downloadWrap01 a:link {
  color: #595757;
  text-decoration: none;
}
.downloadWrap01 a:visited {
  color: #595757;
  text-decoration: none;
}
.downloadWrap01 a:hover {
  color: #595757;
  text-decoration: underline;
}
.downloadWrap01 a:active {
  color: #595757;
  text-decoration: none;
}

.downloadKeishin a p {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  padding: 0px 0px 0px 70px;
}
.downloadKeishin a p span {
  font-size: 14px;
  line-height: 24px;
}

/*2019.4.19追加*/

.downloadNl a {
  display: table;
  height: 66px;
  font-size: 15px;
  line-height: 26px;
  background-image: url(../img/dl_icon_nl.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.downloadNl a p {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  padding: 0px 0px 0px 70px;
}

.downloadNl a p span {
  font-size: 14px;
  line-height: 24px;
}

/*追加ここまで*/

.detailUlDownload .downloadPdfSm a {
  background-image: url(../img/dl_icon_pdf01_sm.png);
  background-repeat: no-repeat;
  background-position: left top;
  height: 30px;
}
.detailUlDownload .downloadPdfSm a span {
  vertical-align: middle;
  padding-left: 35px;
}

.detailUl02 {
  margin: 5px 0px 20px 0px;
}
.detailUl02 li {
  float: left;
  margin-right: 28px;
}
.detailUl02 li .text01 {
  color: #d1506d;
  font-size: 12px;
  line-height: 21px;
}
.detailUl02 li table {
  border-top: 1px solid #b2b2b2;
  border-left: 1px solid #b2b2b2;
  font-size: 14px;
  line-height: 24px;
}
.detailUl02 li table th {
  border-right: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  background-color: #b2b2b2;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  padding: 2px 8px;
}
.detailUl02 li table td {
  border-right: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  text-align: center;
  vertical-align: middle;
  padding: 0px 6px;
}
.detailUl02 li table td.td01 {
  font-size: 12px;
}

.detailBox02 {
  padding: 4px 0px 0px 30px;
}

.detailUl03 {
  margin-bottom: 5px;
}
.detailUl03 li {
  font-size: 14px;
  line-height: 24px;
  text-indent: -5em;
  padding-left: 5em;
}

.detailBox02In01 {
  display: table;
  margin-bottom: 5px;
}
.detailBox02In01 p {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  padding: 6px 112px;
  border: 1px solid #b2b2b2;
  font-size: 14px;
  line-height: 21px;
}
.detailTyuusyaku01 {
  color: #d1506d;
  font-size: 14px;
  line-height: 24px;
}

a.mailLink01:link {
  color: #d1506d;
  text-decoration: none;
}
a.mailLink01:visited {
  color: #d1506d;
  text-decoration: none;
}
a.mailLink01:hover {
  color: #d1506d;
  text-decoration: underline;
}
a.mailLink01:active {
  color: #d1506d;
  text-decoration: none;
}

.detailLinkBtnWrap01 a {
  display: block;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.05em;
  width: 130px;
  color: #ffffff;
  text-align: center;
  background-color: #d1506d;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  -o-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
}
.detailLinkBtnWrap01 a:link {
  color: #ffffff;
  text-decoration: none;
}
.detailLinkBtnWrap01 a:visited {
  color: #ffffff;
  text-decoration: none;
}
.detailLinkBtnWrap01 a:hover {
  color: #ffffff;
  text-decoration: none;
}
.detailLinkBtnWrap01 a:active {
  color: #ffffff;
  text-decoration: none;
}

.detailUl04 li {
  padding-bottom: 25px;
}

a.pdfSmIcon01 {
  display: inline-block;
  background-image: url(../img/dl_icon_pdf01_sm.png);
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 13px;
  line-height: 15px;
  padding: 8px 0px 8px 30px;
}
a.pdfSmIcon01:link {
  color: #595757;
  text-decoration: none;
}
a.pdfSmIcon01:visited {
  color: #595757;
  text-decoration: none;
}
a.pdfSmIcon01:hover {
  color: #595757;
  text-decoration: underline;
}
a.pdfSmIcon01:active {
  color: #595757;
  text-decoration: none;
}

.detailTable01 {
  border-top: 1px solid #b2b2b2;
  border-left: 1px solid #b2b2b2;
  width: 520px;
}
.detailTable01 th {
  border-right: 1px solid #b2b2b2;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  background-color: #b2b2b2;
  width: 80px;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  line-height: 13px;
  padding: 12px 0px;
}
.detailTable01 th.th01 {
  border-bottom: 1px solid #b2b2b2;
}

.detailTable01 td {
  border-right: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  font-size: 13px;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  padding: 0px 13px;
}
.detailTable01 td.td01 {
  padding: 2px 20px;
}

.detailDl01 {
  margin-bottom: 20px;
}
.detailDl01 dt {
  font-size: 14px;
  line-height: 24px;
}
.detailDl01 dd {
  font-size: 14px;
  line-height: 24px;
  padding-left: 10px;
}

.tInd01 {
  text-indent: -0.5em !important;
}

.detailFormWrap {
  width: 800px;
}
.formH301Wrap {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 18px;
}
.formH301 {
  display: table;
  width: 132px;
  height: 30px;
}
.formH301 span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background-image: url(../img/form_tit_bg01.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #dbdbdb;
  padding-right: 12px;
  font-size: 14px;
  line-height: 14px;
}

.detailForm01 {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 18px;
}
.detailForm01 .formSm01 {
  font-size: 12px;
  line-height: 21px;
}

.detailForm01 th {
  text-align: left;
  vertical-align: top;
  width: 110px;
  padding: 6px 0px;
}
.detailForm01 td {
  text-align: left;
  vertical-align: top;
  padding: 6px 0px;
}
.detailForm01 td label {
  margin-right: 44px;
  vertical-align: middle;
}
.detailForm01 td label.label02 {
  margin-right: 140px;
  vertical-align: middle;
}
.detailForm01 td .p01 {
  margin-bottom: 8px;
}
.detailForm01 td input {
  margin-right: 10px;
  vertical-align: middle;
}
.formInput01 {
  width: 140px;
  height: 20px;
  padding: 2px 10px;
}
.formInput02 {
  width: 60px;
  height: 20px;
  padding: 2px 10px;
}
.formInput03 {
  width: 580px;
  height: 20px;
  padding: 2px 10px;
}
.formInput04 {
  width: 250px;
  height: 20px;
  padding: 2px 10px;
}
.formTextarea01 {
  width: 580px !important;
  height: 60px !important;
  padding: 2px 10px !important;
}

.formBtnWrap01 {
  display: table;
  margin-bottom: 18px;
}
.formBtnWrap01 li {
  display: table-cell;
  padding-right: 15px;
}
.formBtn01 {
  border: none !important;
  background-image: url(../img/form_btn_bg01.png) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  width: 112px !important;
  height: 25px !important;
  cursor: pointer;
  font-size: 14px !important;
  line-height: 14px !important;
  border-radius: 10px !important;
  padding: 0px !important;
  max-width: 100% !important;
}
.formBtn01:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  background-color: transparent !important;
}
.formText01 {
  font-size: 12px;
  line-height: 21px;
}

.memberBox01 {
  border-top: 1px solid #d1506d;
  border-bottom: 1px solid #d1506d;
  padding: 10px 0px;
}
.memberBox01In {
  border-right: 1px solid #d1506d;
  border-left: 1px solid #d1506d;
  padding: 0px 15px;
}
.memberBox01 dt {
  color: #d1506d;
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 6px;
}
.memberBox01 dd {
  font-size: 14px;
  line-height: 24px;
}

.topicsContWrap {
  display: table;
  width: 100%;
}
.topicsContWrap .cellLeft {
  display: table-cell;
  text-align: left;
  vertical-align: top;
  width: 138px;
}
.topicsContWrap .cellRight {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}

/*---------2019.11.13追加*/
.detailTable02 {
  border-top: 1px solid #b2b2b2;
  border-left: 1px solid #b2b2b2;
  width: 520px;
}
.detailTable02 th {
  border-right: 1px solid #b2b2b2;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  background-color: #d1506d;
  width: 80px;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  line-height: 13px;
  padding: 12px 0px;
}
.detailTable02 th.th01 {
  border-bottom: 1px solid #b2b2b2;
}

.detailTable02 td {
  border-right: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  font-size: 13px;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  padding: 0px 13px;
}
.detailTable02 td.td01 {
  padding: 2px 20px;
}
/*---------2020.5.26追加*/
a.pink:link {
  text-decoration: underline;
  color: #d1506d;
}
a.pink:visited {
  text-decoration: underline;
  color: #d1506d;
}
a.pink:active {
  text-decoration: underline;
  color: #d1506d;
}
a.pink:hover {
  text-decoration: underline;
  color: #d1506d;
}

a.tel:link {
  text-decoration: none;
  color: #595757;
}

a.tel:hover {
  text-decoration: underline;
  color: #595757;
}

/*@media screen and (max-width:768px) {*/
@media screen and (max-width: 767px) {
  .bredWrap {
    padding-left: 20px;
  }
  .bredIn {
    display: table;
    height: 40px;
  }
  .bredIn li {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
  }
  .bredIn li a:link {
    color: #595757;
    text-decoration: none;
  }
  .bredIn li a:visited {
    color: #595757;
    text-decoration: none;
  }
  .bredIn li a:hover {
    color: #595757;
    text-decoration: underline;
  }
  .bredIn li a:active {
    color: #595757;
    text-decoration: none;
  }

  .h2Wrap01 {
    display: table;
    width: 100%;
    height: 50px;
    background-image: url(../img/cont_line01.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #f9f7f3;
  }
  .h2Wrap01 .contH201 {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    font-size: 18px;
    line-height: 18px;
    padding-left: 24px;
  }

  .detailCont840 {
    width: auto;
    margin: 0px auto;
    text-align: left;
  }
  .detailCont840 .detailContIn {
    padding: 20px 10px 0px 10px !important;
  }
  .detailContIn.bottomLine01 {
    border-bottom: 1px solid #b2b2b2;
  }

  .detailLineWrap01 {
    margin-bottom: 20px;
    overflow: hidden;
  }
  .detailH301 {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 24px;
  }
  .detailH301 .textSquare {
    font-size: 21px;
  }

  .detailH401 {
    /*font-size: 14px;*/
    font-size: 13px;
    line-height: 34px;
  }
  .detailH402 {
    font-size: 14px;
    line-height: 24px;
  }
  .detailH402 .textSquare {
    font-size: 18px;
  }

  .detailText01 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 24px;
  }

  .detailUl01 li {
    font-size: 14px;
    line-height: 24px;
    text-indent: -1em;
    padding-left: 1em;
  }

  .spPb01 {
    padding-bottom: 80px;
  }

  .detailBox01 {
    padding-left: 10px;
  }

  .detailUlDownload {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 16px 0px 15px 10px;
  }
  .detailUlDownload li {
    display: block;
    text-align: left;
    vertical-align: top;
    margin-bottom: 10px;
    width: auto;
  }
  .width50 .detailUlDownload li {
    width: auto;
  }

  .spDetailDown01 li {
    width: 50%;
    float: left;
    margin-bottom: 10px;
  }

  .detailUlDownload a {
    display: table;
    height: 66px;
    font-size: 14px;
    /*line-height: 24px;*/
    line-height: 1.5em;
  }
  .detailUlDownload a:link {
    color: #595757;
    text-decoration: none;
  }
  .detailUlDownload a:visited {
    color: #595757;
    text-decoration: none;
  }
  .detailUlDownload a:hover {
    color: #595757;
    text-decoration: underline;
  }
  .detailUlDownload a:active {
    color: #595757;
    text-decoration: none;
  }

  .detailUlDownload a span {
    display: table-cell;
    text-align: left;
    vertical-align: top;
    padding: 0px 0px 0px 50px;
  }

  .downloadPdf a {
    background-image: url(../img/dl_icon_pdf01.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 50px;
  }

  /*2022.4.6追加*/
  .downloadPdf2 a {
    background-image: url(../img/dl_icon_pdf02.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 50px;
  }
  /*2022.4.6追加ここまで*/

  .downloadExcel a {
    background-image: url(../img/dl_icon_excel01.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 50px;
  }
  /*2022.7.22追加*/
  .downloadExcel2 a {
    background-image: url(../img/dl_icon_excel02.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 50px;
  }
  /*2022.7.22追加ここまで*/
  .downloadWord a {
    background-image: url(../img/dl_icon_word01.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 50px;
  }
  /*2022.7.22追加*/
  .downloadWord2 a {
    background-image: url(../img/dl_icon_word02.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 50px;
  }
  /*2022.7.22追加ここまで*/
  .downloadWrap01 {
    margin: 16px 0px 35px 0px;
  }
  .downloadKeishin a {
    display: table;
    height: 66px;
    font-size: 15px;
    line-height: 26px;
    background-image: url(../img/dl_icon_keishin.png);
    background-repeat: no-repeat;
    background-position: left top;
  }

  .downloadWrap01 a:link {
    color: #595757;
    text-decoration: none;
  }
  .downloadWrap01 a:visited {
    color: #595757;
    text-decoration: none;
  }
  .downloadWrap01 a:hover {
    color: #595757;
    text-decoration: underline;
  }
  .downloadWrap01 a:active {
    color: #595757;
    text-decoration: none;
  }

  .downloadKeishin a p {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    padding: 0px 0px 0px 70px;
  }
  .downloadKeishin a p span {
    font-size: 14px;
    line-height: 24px;
  }

  /*2019.4.19追加*/

  .downloadNl a {
    display: table;
    height: 66px;
    font-size: 15px;
    line-height: 26px;
    background-image: url(../img/dl_icon_nl.png);
    background-repeat: no-repeat;
    background-position: left top;
  }

  .downloadNl a p {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    padding: 0px 0px 0px 70px;
  }

  .downloadNl a p span {
    font-size: 14px;
    line-height: 24px;
  }

  /*追加ここまで*/

  .detailUlDownload .downloadPdfSm a {
    background-image: url(../img/dl_icon_pdf01_sm.png);
    background-repeat: no-repeat;
    background-position: left top;
    height: 30px;
  }
  .detailUlDownload .downloadPdfSm a span {
    vertical-align: middle;
    padding-left: 35px;
  }

  .detailUl02 {
    margin: 5px 0px 20px 0px;
  }
  .detailUl02 li {
    float: none;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .detailUl02 li .text01 {
    color: #d1506d;
    font-size: 12px;
    line-height: 21px;
  }
  .detailUl02 li table {
    border-top: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
  }
  .detailUl02 li table th {
    border-right: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    background-color: #b2b2b2;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    padding: 2px 8px;
  }
  .detailUl02 li table td {
    border-right: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    text-align: center;
    vertical-align: middle;
    padding: 0px 6px;
  }
  .detailUl02 li table td.td01 {
    font-size: 12px;
  }

  .spDetailUl02 {
    display: table !important;
    width: 100%;
  }
  .spDetailUl02 li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
  }

  .detailBox02 {
    padding: 4px 0px 0px 1em;
  }

  .detailUl03 {
    margin-bottom: 5px;
  }
  .detailUl03 li {
    font-size: 14px;
    line-height: 24px;
    text-indent: 0em;
    padding-left: 0em;
  }

  .detailBox02In01 {
    display: table;
    margin-bottom: 5px;
  }
  .detailBox02In01 p {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    padding: 6px 112px;
    border: 1px solid #b2b2b2;
    font-size: 14px;
    line-height: 21px;
  }
  .detailTyuusyaku01 {
    color: #d1506d;
    font-size: 14px;
    line-height: 24px;
  }

  a.mailLink01:link {
    color: #d1506d;
    text-decoration: none;
  }
  a.mailLink01:visited {
    color: #d1506d;
    text-decoration: none;
  }
  a.mailLink01:hover {
    color: #d1506d;
    text-decoration: underline;
  }
  a.mailLink01:active {
    color: #d1506d;
    text-decoration: none;
  }

  /* 20230803 kantan add for spclass detail-indu__btn*/
  .detail-indu__btn{
    width:100%;
    height:20px;
    /* background:blue; */
    color:#d1506d;
    text-align:center;
    font-size:14px;
  }

  /* 20230803 kantan for sp add class news-btn__pl*/
  .news-btn__pl{
    padding-left:0px;
  }

  .detailLinkBtnWrap01 a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.05em;
    box-sizing: border-box;
    width: 70%;
    padding: 10px 10px 10px 10px;
    margin: auto;
    color: #ffffff;
    text-align: center;
    background-color: #d1506d;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    -o-border-radius: 16px;
    -ms-border-radius: 16px;
    border-radius: 100px;
  }
  .detailLinkBtnWrap01 a:link {
    color: #ffffff;
    text-decoration: none;
  }
  .detailLinkBtnWrap01 a:visited {
    color: #ffffff;
    text-decoration: none;
  }
  .detailLinkBtnWrap01 a:hover {
    color: #ffffff;
    text-decoration: none;
  }
  .detailLinkBtnWrap01 a:active {
    color: #ffffff;
    text-decoration: none;
  }

  .detailUl04 li {
    padding-bottom: 25px;
  }

  a.pdfSmIcon01 {
    display: inline-block;
    background-image: url(../img/dl_icon_pdf01_sm.png);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 13px;
    line-height: 15px;
    padding: 8px 0px 8px 30px;
  }
  a.pdfSmIcon01:link {
    color: #595757;
    text-decoration: none;
  }
  a.pdfSmIcon01:visited {
    color: #595757;
    text-decoration: none;
  }
  a.pdfSmIcon01:hover {
    color: #595757;
    text-decoration: underline;
  }
  a.pdfSmIcon01:active {
    color: #595757;
    text-decoration: none;
  }

  .detailTable01 {
    border-top: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    width: 100%;
  }
  .detailTable01 th {
    border-right: 1px solid #b2b2b2;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    background-color: #b2b2b2;
    width: 80px;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    line-height: 13px;
    padding: 12px 0px;
  }
  .detailTable01 th.th01 {
    border-bottom: 1px solid #b2b2b2;
  }

  .detailTable01 td {
    border-right: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    vertical-align: middle;
    padding: 5px 13px;
  }
  .detailTable01 td.td01 {
    padding: 2px 20px;
  }

  .detailDl01 {
    margin-bottom: 20px;
  }
  .detailDl01 dt {
    font-size: 14px;
    line-height: 24px;
  }
  .detailDl01 dd {
    font-size: 14px;
    line-height: 24px;
    padding-left: 10px;
  }

  .tInd01 {
    text-indent: -0.5em !important;
  }

  .detailFormWrap {
    width: auto;
    padding: 0px 10px 0px 10px;
  }
  .formH301Wrap {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 18px;
  }
  .formH301 {
    display: table;
    width: 132px;
    height: 30px;
  }
  .formH301 span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background-image: url(../img/form_tit_bg01.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #dbdbdb;
    padding-right: 12px;
    font-size: 14px;
    line-height: 14px;
  }

  .detailForm01 {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 18px;
    display: block;
  }
  .detailForm01 .formSm01 {
    font-size: 12px;
    line-height: 21px;
  }

  .detailForm01 th {
    display: block;
    text-align: left;
    vertical-align: top;
    width: auto;
    padding: 6px 0px 0px 0px;
  }
  .detailForm01 td {
    display: block;
    text-align: left;
    vertical-align: top;
    padding: 6px 0px;
  }
  .detailForm01 td label {
    margin-right: 44px;
    vertical-align: middle;
  }
  .detailForm01 td label.label02 {
    margin-right: 140px;
    vertical-align: middle;
  }
  .detailForm01 td .p01 {
    margin-bottom: 8px;
  }
  .detailForm01 td input {
    margin-right: 10px;
    vertical-align: middle;
  }
  .formInput01 {
    box-sizing: border-box;
    width: 140px;
    height: 30px;
    padding: 2px 10px;
  }
  .formInput02 {
    box-sizing: border-box;
    width: 60px;
    height: 30px;
    padding: 2px 10px;
  }
  .formInput03 {
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    padding: 2px 10px;
  }
  .formInput04 {
    box-sizing: border-box;
    width: 250px;
    height: 30px;
    padding: 2px 10px;
  }
  .formTextarea01 {
    box-sizing: border-box;
    width: 100% !important;
    height: 60px !important;
    padding: 2px 10px !important;
  }

  .formBtnWrap01 {
    display: block;
    margin: 0px auto 0px auto;
    width: 80%;
  }
  .formBtnWrap01 li {
    display: block;
    padding-right: 0px;
    margin-bottom: 18px;
  }
  .formBtn01 {
    /*border: none !important;*/
    background-image: none !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 100% 100%;
    width: 100% !important;
    height: 40px !important;
    cursor: pointer;
    font-size: 14px !important;
    line-height: 14px !important;
    border: 1px solid #666666 !important;
    border-radius: 100px !important;
    padding: 0px !important;
    max-width: 100% !important;
  }
  .formBtn01:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    background-color: transparent !important;
  }
  .formText01 {
    font-size: 12px;
    line-height: 21px;
  }

  .memberBox01 {
    border-top: 1px solid #d1506d;
    border-bottom: 1px solid #d1506d;
    padding: 10px 0px;
  }
  .memberBox01In {
    border-right: 1px solid #d1506d;
    border-left: 1px solid #d1506d;
    padding: 0px 15px;
  }
  .memberBox01 dt {
    color: #d1506d;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 6px;
  }
  .memberBox01 dd {
    font-size: 14px;
    line-height: 24px;
  }

  .topicsContWrap {
    display: block;
    width: auto;
  }
  .topicsContWrap .cellLeft {
    display: block;
    text-align: left;
    vertical-align: top;
    width: auto;
    margin-bottom: 5px;
  }
  .topicsContWrap .cellRight {
    display: block;
    text-align: left;
    vertical-align: top;
  }

  /*---------2019.11.13追加*/
  .detailTable02 {
    border-top: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    width: auto;
  }
  .detailTable02 th {
    border-right: 1px solid #b2b2b2;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    background-color: #d1506d;
    width: 80px;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    line-height: 13px;
    padding: 12px 0px;
  }
  .detailTable02 th.th01 {
    border-bottom: 1px solid #b2b2b2;
  }

  .detailTable02 td {
    border-right: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    vertical-align: middle;
    padding: 0px 13px;
  }
  .detailTable02 td.td01 {
    padding: 2px 20px;
  }
  /*---------2020.5.26追加*/
  a.pink:link {
    text-decoration: underline;
    color: #d1506d;
  }
  a.pink:visited {
    text-decoration: underline;
    color: #d1506d;
  }
  a.pink:active {
    text-decoration: underline;
    color: #d1506d;
  }
  a.pink:hover {
    text-decoration: underline;
    color: #d1506d;
  }

  a.tel:link {
    text-decoration: none;
    color: #595757;
  }

  a.tel:hover {
    text-decoration: underline;
    color: #595757;
  }

  /*----------------------------*/

  ul#newsList li {
    font-size: 14px !important;
    line-height: 1.6em !important;
    padding: 0px 0px 15px 0px !important;
  }
  ul#newsList .title {
    padding-bottom: 5px !important;
  }
}

/*--------------------------------------
	2022/07/29 追加
---------------------------------------*/

.topSnsBtnWrap01 {
  display: flex;
  justify-content: center;
  width: 700px;
  margin: auto;
  margin-bottom: 20px;
}

/*---------------------------*/

.accordionAc.acWrap01 {
  background-image: url("../img/ac_btn_open01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 102px auto;
  width: 102px;
  height: 32px;
  padding: 15px 0px 15px 0px;
}
.accordionAc.acWrap01.open {
  background-image: url("../img/ac_btn_close01.png");
}

.acContWrap01 {
  display: none;
  padding-bottom: 15px;
}

.accordionAc02.acWrap01 {
  display: inline-block;
  vertical-align: middle;
  background-image: url("../img/ac_btn_open01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 102px auto;
  width: 102px;
  height: 32px;
}
.accordionAc02.acWrap01.open {
  background-image: url("../img/ac_btn_close01.png");
}

.acContWrap02 {
  display: none;
  padding-top: 1px;
  padding-bottom: 15px;
}

/*------------------------*/

.rdiFuki01 img {
  vertical-align: middle;
  width: 75px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .topSnsBtnWrap01 {
    display: flex;
    justify-content: center;
    width: auto;
    margin: auto auto 20px auto;
    padding: 0px 10px;
  }
  .topSnsBtnWrap01 li {
    width: 48%;
  }
  .topSnsBtnWrap01 li img {
    width: 100%;
  }

  /*------------------------------*/

  .accordionAc.acWrap01 {
    background-image: url("../img/ac_btn_open01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 152px auto;
    width: 152px;
    height: 48px;
    padding: 15px 0px 15px 0px;
    margin: auto;
  }

  .accordionAc02.acWrap01 {
    display: block;
    vertical-align: middle;
    background-image: url("../img/ac_btn_open01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 153px auto;
    box-sizing: border-box;
    width: 153px;
    height: 48px;
    margin: auto auto 20px auto;
  }

  .rdiFuki01 img {
    vertical-align: middle;
    width: 75px;
    height: auto;
  }
}

/*--------------------------------------
	2022/09/23 追加
---------------------------------------*/

.slick-dots {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 10px;
}
.slick-dots li {
  display: inline-block;
  padding: 0px 4px;
}
.slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #c8b48c;
  font-size: 0px;
  line-height: 0px;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: #d1506d;
}

@media screen and (max-width: 767px) {
}

/*--------------------------------------
	2022/12/20 追加
---------------------------------------*/

.projectFuki01 {
  position: absolute;
  top: 0px;
  right: 300px;
}
.projectFuki01 img {
  width: 250px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .projectFuki01 {
    position: absolute;
    top: 20px;
    right: 0px;
  }
  .projectFuki01 img {
    width: 180px;
    height: auto;
  }
}

/*---*/
