.caption {
    font-size: 1.2rem;
	color: #777777;
}

#main .float-wrap .ct {
 Â  Â width: auto !important;
	min-width: 100px;
	max-width: 500px;
}
#main .float-wrap img {
    width: auto;
	max-width: 100%;
}

/* ãƒ¬ã‚¤ã‚¢ã‚¦ãƒˆèª¿æ•´ */
#contents .addParts01 .comBoxWrap .box .comBox p,
#contents .addParts01 .comBoxWrap .box .comBox img {
  padding: 0 15px;
}

#g-nav {
  background-color: #fff;
}

#g-nav::after {
  content: "";
  display: block;
  width: 1200px;
  height: 2px;
  background-color: #c3dcdc;
  margin: 10px auto 0;
}

/* ã‚¢ãƒ«ãƒŸã‚µã‚¤ãƒ‡ã‚£ãƒ³ã‚°ä½•ã«ä½¿ã†ï¼Ÿã®æ¨ªä¸¦ã³3é¸ */
#contents .addParts01 .comBoxWrap .box .comBox {
  padding: 1px;
  margin-bottom: 20px;
  background-color: #f3f3f3;
}

/* TOP å„ã‚»ã‚¯ã‚·ãƒ§ãƒ³è¦‹å‡ºã— PCSPå…±é€š */
#contents .addParts h2.partTtl{
  position: relative;
  line-height: 1.4;
  padding: 0.25em 1em;
  display: block;
  top: 0;
  background-color: rgba(195, 220, 220, 0.5);
  margin: 30px auto;
}
#contents .addParts01.addParts h2.partTtl{
    margin: 30px auto;
}

#contents .addParts h2.partTtl:before,
#contents .addParts h2.partTtl:after {
  position: absolute;
  top: 0;
  content: '';
  width: 8px;
  height: 100%;
  display: inline-block;
}

#contents .addParts h2.partTtl:before {
  border-left: solid 1px black;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  left: 0;
}

#contents .addParts h2.partTtl:after {
  content: '';
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}

/* edit */
#main.index h2, #main.category h1, #main.page h1{
  position: relative;
  line-height: 1.4;
  padding: 0.25em 1em;
  display: block;
  top: 0;
  background-color: rgba(195, 220, 220, 0.5);
  margin: 30px auto;
}

#main.index h2:before, #main.category h1:before, #main.page h1:before,
#main.index h2:after, #main.category h1:after, #main.page h1:after
{
  position: absolute;
  top: 0;
  content: '';
  width: 8px;
  height: 100%;
  display: inline-block;
}

#contents .addParts h2.partTtl:before,
#main.index h2:before, #main.category h1:before, #main.page h1:before{
  border-left: solid 1px black;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  left: 0;
}

#contents .addParts h2.partTtl:after,
#main.index h2:after, #main.category h1:after, #main.page h1:after{
  content: '';
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}
/* end of edit */





/* è£½å“é¸ã³ã§ãƒã‚§ãƒƒã‚¯ã™ã¹ããƒã‚¤ãƒ³ãƒˆã€€ã®è¦‹å‡ºã— */
#main.index h3.heading14 {
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 3.5em;
  line-height: 1.4;
  letter-spacing: 0;
  background: none;
  position: relative;
  color: #333;
  text-align: left;
}

#main.index h3.heading14::before {
  content: attr(data-number);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #96bec8;
  /*  Â color: rgba(195, 220, 220, 0.8); */
  font-size: 4rem;
}

#main.index h3.heading14::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #c3dcdc;
}

/* åŸºç¤Žã‚³ãƒ³ã®BOXä½“è£ */
#contents .right_box {
  padding: 0;
  margin: 0 0 20px 0;
  border: solid 2px #333;
}

#contents .right_box a {
  padding: 20px;
}

#contents .right_box a .box-head .sttl {
  position: relative;
  padding: 0 20px 20px;
  margin: 0;
}

#contents .right_box a .box-head .sttl span {
  position: relative;
  z-index: 2;
}

#contents .right_box a .box-head .sttl::before {
  /* content: attr(data-en); */
  position: absolute;
  /* transform: rotate(-5deg); */
  top: -34px;
  left: -22px;
  color: rgba(195, 220, 220, 0.6);
  font-size: 6rem;
  font-weight: bold;
}

#contents .right_box a .box-body {
  margin-top: 20px;
}

/* TOPã®3ã¤ä¸¦ã³BOX */
.wr_three-box {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.wr_three-box .wr_box {
  border: 1px solid #333;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 31%;
  max-width: 31%;
  padding: 0;
  margin-bottom: 20px;
  background: #fff;
}

.wr_three-box::after {
  /* content: ""; */
  display: block;
  width: 31%;
}

.wr_three-box .wr_box a:hover {
  text-decoration: underline;
}


.wr_three-box .wr_box .wr_box-head {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-align: center;
  border-bottom: 1px solid #333;
  padding: 10px 35px;
  background: url(img/arrow_black.png) no-repeat right 20px center;
  background-size: 5px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5em;
}

.wr_three-box .wr_box .wr_box-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 6px;
  height: calc(5em - 1px);
  background-color: #c3dcdc;
}

.wr_three-box .wr_box .wr_box-body {
  color: #333;
  text-align: left;
  padding: 10px;
}

.wr_three-box .wr_box .wr_box-body a{
  word-break:break-word;
}

.wr_three-box .wr_box .wr_box-body .in_link_btn {
  display: none;
}

/* TOPã®H3ï¼ˆãƒ¡ãƒ¼ã‚«ãƒ¼ãªã©ï¼‰ */
#contents .addParts h3.twoColorUnder {
  border-bottom: solid 3px #c3dcdc;
  position: relative;
  font-size: 2.2rem;
  margin: 20px auto;
}
/*edit */
#main.index h2, #main.category h1, #main.page h1{
   border-bottom: solid 3px #c3dcdc;
  position: relative;
  font-size: 2.2rem;
  margin: 30px auto;
}
/* edit */
#contents .addParts h3.twoColorUnder::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #333;
  bottom: -3px;
  width: 30%;
}

/* edit */
#main.category h2, #main.page h2, #main.index h2 {
  border-bottom: solid 3px #c3dcdc;
  position: relative;
  font-size: 2.2rem;
  margin: 20px auto;
}

#main.category h2:after, #main.page h2:after, #main.index h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #333;
  bottom: -3px;
  width: 30%;
}
/* edit */

/* 総合一覧のアコーディオン */
/* delete the purple highlight and make the text white */
#main p.ac-btn.accordion span.ac-btn-off{
  background:none;
  color: #fff;
}
.ac-btn {
 width: 300px;
  margin: 0 auto 20px auto!important;
  padding: 20px 32px 20px 20px;
  display: block;
  background: #333;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.ac-btn:after {
    content: "";
    background: url(img/ac-btn_off.png);
    background-size:cover;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 35%;
    right: 20px;
}
.ac-btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.ac-btn.is-open .ac-btn-off {
/*   display: none; */
}
.ac-btn.is-open:after {
  content:'';
background: url(img/ac-btn_on.png);
 background-size:cover;
}


.accordion-item {
    display: none;
}

/* top目次 */
#toc {
  border: 2px solid #e8e8e8;
  padding: 20px 35px;
  background: #fbfbfb;
}

#toc::before {
  content: "目次";
  font-size:1.6em;
  display: block;
  font-weight: bold;
  text-align: center;
  color: #636363;
  margin:10px 0 30px;
}

#toc .chapter {
  margin: 12px 0 0;
  padding: 0;
}

#toc .chapter-h {
  font-size: 15px;
  margin: 8px 0 0;
  color: #0aa6cc;
}

#toc .chapter-h a {
  line-height: 1.4;
  color: #111;
  text-decoration: none;
  padding: 0;
  display: block;
}

#toc .chapter-h a:hover {
  text-decoration: underline;
}

#toc .chapter-h br {
  display: none;
}

#toc .chapter .chapter-h {
  padding: 0 0 6px 17px;
  background: none;
}

#toc .chapter .chapter-h:last-child {
	margin-bottom: 0;
}

#toc .chapter>.chapter-h.chapter-h-two {
  counter-increment: mycounter;
  position: relative;
  list-style: none;
  padding-left: 25px;
}

#toc .chapter>.chapter-h.chapter-h-two::before {
  content: counter(mycounter, decimal-leading-zero);
  color: rgba(195, 220, 220);
  position: absolute;
  top: 3px;
  left: 0;
  border: none;
  line-height: 1;
  font-size: inherit;
  height: auto;
  margin: 0;
}

#toc .chapter .chapter-h-three {
  font-size: 14px;
  margin: 4px 0 4px 25px;
  list-style: none;
}

#toc .chapter-h.chapter-h-three::before {
  content: "";
  display: block;
  background-color: #24aae2;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  position: absolute;
  border: none;
  top: 6px;
  left: 0;
  margin: 0;
  line-height: 1;
}


/* SP用のCSS */
@media screen and (max-width: 480px) {
  #toc {
    padding: 15px;
  }
  #toc .chapter {
    margin-top: 12px;
  }
  #toc .chapter .chapter-h {
    font-size: 14px;
  }
  #toc .chapter>.chapter-h.chapter-h-two {
    padding-left: 25px;
  }
  #toc .chapter>.chapter-h.chapter-h-two::before {
    top: 2px;
  }
  #toc .chapter .chapter-h-three {
    font-size: 13px;
    margin: 3px 0 3px 25px;
  }
  #toc .chapter-h.chapter-h-three::before {
    top: 5px;
  }
}


/*----------------------------------------------------
    PCã‚µã‚¤ãƒˆcss
----------------------------------------------------*/

@media screen and (min-width: 600px) {

  /*/////////////PCç”¨ã®CSSã‚’ã“ã“ã«ä½œæˆã—ã¦ãã ã•ã„ã€‚/////////////*/
  /*/////////////å¿…ãšä¸­æ‹¬å¼§ã®ä¸­ã«ä½œæˆã—ã¦ãã ã•ã„ã€‚/////////////*/

  /* ãƒ•ãƒƒã‚¿ãƒ¼ãƒ¬ã‚¤ã‚¢ã‚¦ãƒˆ */
  footer .areaInner .footBox .accChild {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  footer .areaInner .footBox .accChild li {
    margin: 0;
    width: 50%;
  }

  /* MVèƒŒæ™¯ */
  .zigzag_mv {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 350px;
    margin: 0 auto;
    background: #c3dcdc;
    /* filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.8)); */
  }

  .zigzag_mv::before, .zigzag_mv::after {
    height: 20px;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
  }

  .zigzag_mv::before {
    top: -20px;
    background: linear-gradient(90deg, #c3dcdc 15px, transparent 0), linear-gradient(0deg, #c3dcdc 10px, transparent 0);
    background-size: 25px 20px;
  }

  .zigzag_mv::after {
    bottom: -20px;
    background: linear-gradient(90deg, #c3dcdc 15px, transparent 0), linear-gradient(180deg, #c3dcdc 10px, transparent 0);
    background-size: 25px 20px;
  }

  /* MVã‚¨ãƒªã‚¢ */
  #visArea .mainArea .mainTxtBox {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  #visArea .mainArea .catchArea {
    background: none;
    width: auto;
    padding: 0;
    margin: 0 0 30px;
    position: relative;
  }

  #visArea .mainArea .catchArea p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
    font-weight: bold;
  }

  #visArea .mainArea .catchArea h1.catch {
    font-size: 40px;
    font-size: 4.0rem;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: bold;
    margin-top: 10px;
    position: relative;
  }

  #visArea .mainArea .catchArea h2.catch span::after {
    content: "";
    display: block;
    width: 4em;
    height: 2px;
    background-color: #333;
    position: absolute;
    top: 0;
    right: 0;
  }

  /* MVãƒªãƒ¼ãƒ‰ */
  #visArea .mainArea .txtArea {
    background: rgba(255, 255, 255, 0.8);
    width: auto;
    padding: 15px 20px;
  }

  #visArea:before {
    content: "";
    width: 100%;
    height: 400px;
    display: inline-block;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: -1;
    display: none;
    /* PCã¯zigzag_mv */
  }

  /* TOP ãƒã‚§ãƒƒã‚¯ã™ã¹ããƒã‚¤ãƒ³ãƒˆã®4ã¤BOX */
  #contents .addParts03 .listWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #contents .addParts03 .listWrap .listBox {
    display: block;
    width: 49%;
    border: solid 1px #000;
    margin: 0 0 20px 0;
    padding: 20px;
    position: relative;
  }

  #contents .addParts03 .listWrap .listBox p.catch {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 1rem;
  }

  /* ä¸‹å±¤ã®2ã¤ä¸¦ã³BOX */
  #page div.wr_two-box {
    position: relative;
    width: 100%;
    margin: 1rem auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
  }

  #page div.wr_two-box * {
    box-sizing: border-box;
  }

  #page div.wr_two-box .wr_box {
    width: 47.5%;
    padding: 1rem;
  }

  #page div.wr_two-box .wr_box img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: top;
    border: none;
  }

  #page div.wr_two-box .wr_caption {
    font-size: 1rem;
    color: #999;
    display: inline-block;
    margin: 0.5rem auto;
  }

  #page div.wr_two-box .wr_caption a {
    color: #999;
  }
}


/*----------------------------------------------------
    SPã‚µã‚¤ãƒˆcss
----------------------------------------------------*/
@media screen and (max-width: 599px) {
  /*/////////////SPç”¨ã®CSSã‚’ã“ã“ã«ä½œæˆã—ã¦ãã ã•ã„ã€‚/////////////*/
  /*/////////////å¿…ãšä¸­æ‹¬å¼§ã®ä¸­ã«ä½œæˆã—ã¦ãã ã•ã„ã€‚/////////////*/

  #main.index h3.heading14,
  #contents .addParts h3.twoColorUnder {
    font-size: 1.8rem;
  }

  #main.index h3.heading14::before {
    font-size: 3rem;
  }

  /* MV */
  #visArea .mainArea .catchArea::before, #visArea .mainArea .catchArea::after {
    height: 20px;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
  }

  #visArea .mainArea .catchArea::before {
    top: -20px;
    background: linear-gradient(90deg, #c3dcdc 15px, transparent 0), linear-gradient(0deg, #c3dcdc 10px, transparent 0);
    background-size: 25px 20px;
  }

  #visArea .mainArea .catchArea::after {
    bottom: -20px;
    background: linear-gradient(90deg, #c3dcdc 15px, transparent 0), linear-gradient(180deg, #c3dcdc 10px, transparent 0);
    background-size: 25px 20px;
  }


  #visArea .mainArea .catchArea {
    width: 84%;
    padding: 10px 20px;
    margin: 0 0 35px;
    position: relative;
  }

  #visArea .mainArea .catchArea p {
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-weight: bold;
  }

  #visArea .mainArea .catchArea .catch {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.2;
    margin-top: 10px;
  }

  /* TOPã®3ã¤ä¸¦ã³BOX */
  .wr_three-box {
    display: block;
    flex-wrap: nowrap;
  }

  .wr_three-box .wr_box {
    border: 1px solid #333;
    position: relative;
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
    padding: 10px;
    margin: 0 0 20px;
    background: #fff;
  }

  .wr_three-box .wr_box .wr_box-body {
    color: #333;
    text-align: left;
    padding: 10px;
  }

  .wr_three-box .wr_box .wr_box-body .in_link_btn {
    display: block;
    width: 95%;
    margin: 15px auto 0;
    background: #4b8080;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    text-decoration: none !important;
    position: relative;
  }

  .wr_three-box .wr_box .wr_box-body .in_link_btn:after {
    content: '';
    position: absolute;
    top: 15px;
    right: 20px;
    padding: 5px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }

  .wr_three-box .wr_box .wr_box-head::before {
    content: "";
    position: absolute;
    top: inherit;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 5px;
    background-color: #c3dcdc;
  }

  /* TOP ãƒã‚§ãƒƒã‚¯ã™ã¹ããƒã‚¤ãƒ³ãƒˆã®4ã¤BOX */
  #contents .addParts03 .listWrap .listBox {
    display: block;
    width: 100%;
    border: solid 1px #000;
    margin: 0 0 20px 0;
    padding: 10px;
    position: relative;
  }

  /* TOPã®2ã¤ä¸¦ã³BOXã®æœ€å¾Œã®1ã¤SPã§ãƒˆãƒ« */
  #contents .box-wrap::after {
    display: none;
  }

  /* ä¸‹å±¤ã®2ã¤ä¸¦ã³BOX */
  #page div.wr_two-box {
    position: relative;
    width: 100%;
    margin: 1rem auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }

  #page div.wr_two-box .wr_box {
    width: 100%;
    padding: 2rem;
  }
	#main.category h2, #main.page h2, #main.index h2{
		font-size:1.8rem;
	}
}