@charset "utf-8";

a.white{
	color:#fff;
}

dt {
    font-weight: bold;
}
.grad-wrap {
  position: relative;
}
.grad-wrap + .grad-wrap {
  margin-top: 40px;
}
.grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 150px;
  margin: auto;
  padding: .5em 0;
  border-radius: 2px;
  background: #314180;
  color: #fff;
  /* font-size: 1.3rem; */
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.grad-btn::after {
  content: "もっと見る"
}
.grad-btn:hover {
  background: #fff;
  color: #41413f;
}
.grad-btn .fa {
  /* margin-right: .5em; */
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 30rem;
}
.grad-item p + p {
  margin-top: 1em;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 40px; /*グラデーションで隠す範囲*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  z-index: 1;
}
.grad-trigger {
  display: none;
}
.grad-trigger:checked ~ .grad-btn {
  bottom: -2em;
}
.grad-trigger:checked ~ .grad-btn::after {
  content: "閉じる"
}
.grad-trigger:checked ~ .grad-btn .fa {
  transform: rotate(180deg);
}
.grad-trigger:checked ~ .grad-item {
  height: auto;
}
.grad-trigger:checked ~ .grad-item::before {
  display: none;
}


iframe.youtube {
  margin: 1rem auto;
  display: block;
  max-width: 100%;
}
.addCont01.lower .block .box-head .catch {
    font-size: 17px;
}
.kanren {
  position: relative;
  box-sizing: border-box;
}

.kanren br {
  display: none;
}

.readmore-content {
  position: relative;
  overflow: hidden;
  height: 160px;
}

.readmore-content::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 50px;
  z-index: 1;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
}

.readmore-label {
  display: table;
  bottom: 5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: 5px auto;
  z-index: 2;
  padding: 7px 15px;
  background-color: #121212;
  border-radius: 10px;
  color: #FFF;
}

.readmore-label:before {
  content: "\7D9A\304D\3092\8AAD\3080";
}

.readmore-check {
  display: none;
}

.readmore-check:checked~.readmore-label {
  position: static;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.readmore-check:checked~.readmore-label:before {
  content: "\9589\3058\308B";
}

.readmore-check:checked~.readmore-content {
  height: auto;
}

.readmore-check:checked~.readmore-content::before {
  display: none;
}

#toc {
  background: #fff;
  padding: 20px 10px 10px 18px;
  width: 530px;
  margin: 60px auto 20px;
  border: 5px solid #fced7a;
  font-weight: bold;
}

#toc ul {
  position: relative;
}

#toc ul:before {
  position: absolute;
  content: '目次';
  top: -32px;
  font-weight: bold;
  left: 0;
  font-size: 20px;
}

#toc ul li {
  padding: 2px 0 2px 30px;
  list-style: none;
  position: relative;
  counter-increment: number;
}

#toc ul li::before {
  display: block;
  background-color: #333;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 6px;
  left: 0;
  color: #fff;
  text-align: center;
  line-height: 1.7;
  font-weight: bold;
  font-size: 1.2rem;
}

#contents #toc ol {
  margin: 0px 0 10px;
}

#contents #toc ol ol {
  padding: 0;
  margin: 10px auto;
}

#contents ol li {
  padding: 4px 0 0 20px;
}

#contents ol li:nth-child(-n+9)::before {
  content: none;
}

#contents ol li:nth-child(n+10)::before {
  content: none;
}

#contents #toc .chapter {
  counter-reset: chapter !important;
}

#contents #toc .chapter>li:before {
  content: counter(chapter) "" !important;
  counter-increment: chapter !important;
}

#contents #toc .chapter>ol>li:before {
  content: counter(chapter) "" !important;
  counter-increment: chapter !important;
}
#toc ol ol li {
    list-style: disc;
    padding-left: 0;
    margin-left: 1rem !important;
}

#toc ol ol li:before {
    display: none;
}
.catch2 {
    margin: 0 0 0.5rem 0;
    padding: 0.1rem 0.8rem 0.3rem 0.8rem;
    background: #314180;
    color: #fff;
}
.addCont01 .block.block2 .box-head .catch span,
.addCont01 .block.block2_lower .box-head .catch span {
    padding: 0;
}


.block-feature .box.ico-2.off {
    background: #fff url(/wp/wp-content/uploads/add02_ico_02_off.png) no-repeat 1.8rem center;
    background-size: 72px auto;
    color: #ccc;
}

.block-feature .box.ico-4.off {
    background: #fff url(/wp/wp-content/uploads/add02_ico_04_off.png) no-repeat 1.8rem center;
    background-size: 72px auto;
    color: #ccc;
}


.block-feature .box.ico-5.off {
    background: #fff url(/wp/wp-content/uploads/add02_ico_05_off.png) no-repeat 1.8rem center;
    background-size: 72px auto;
    color: #ccc;
}





/*----------------------------------------------------
  PCサイトcss
----------------------------------------------------*/

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

  /*/////////////PC用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/

  * .wr05_table-row {
    width: 100%;
    border-collapse: collapse;
  }

  .wr05_table-row table {
    width: 100%;
  }

  .wr05_table-row thead th {
    background: #3EB1C6;
    color: #FFF;
    padding: 10px 15px;
    border-right: #FFF solid 1px;
    border-bottom: #FFF solid 1px;
  }

  .wr05_table-row thead th:last-child {
    border-right: #3EB1C6 solid 1px;
  }

  .wr05_table-row tbody th {
    background: #3EB1C6;
    color: #FFF;
    padding: 10px 15px;
    border-bottom: #FFF solid 1px;
    vertical-align: top;
    width: 15%;
  }

  .wr05_table-row tbody tr:last-child th {
    border-bottom: #3EB1C6 solid 1px;
  }

  .wr05_table-row tbody td {
    background: #FFF;
    padding: 10px 15px;
    border-left: #3EB1C6 solid 1px;
    border-bottom: #3EB1C6 solid 1px;
    vertical-align: top;
  }

  .wr_img_right {
    position: relative;
    margin-bottom: 40px;
  }

  .wr_img_right:after {
    content: '';
    display: block;
    clear: both;
  }

  .wr_img_right .wr_img.fr {
    float: right;
    margin-left: 25px;
    width: 320px;
  }

  .wr_img_right .wr_img.fr img {
    max-width: 100%;
    border: 1px solid #aaa;
    margin-bottom: 5px;
  }

  .wr_img_right .wr_img .wr_caption {
    font-size: 12px;
    color: #969696;
    text-align: center;
    word-wrap: break-word;
    margin-bottom: 20px;
    line-height: 1.4em;
  }

  .faq {
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
    display: flex;
    display: -webkit-flex;
  }

  .faq.f_l {
    padding: 30px 0 30px 150px;
  }

  .faq.f_r {
    padding: 30px 150px 30px 0;
  }

  .faq .faq-img img {
    max-width: 100%;
  }

  .faq.f_l .faq-txt {
    background: #fff;
    border: 2px solid #555;
    border-radius: 10px;
    float: right;
    width: 100%;
    padding: 20px 30px;
    position: relative;
  }

  .faq.f_l .faq-txt:before {
    content: "";
    width: 21px;
    height: 21px;
    position: absolute;
    top: 56px;
    border-left: 2px solid #555;
    border-top: 2px solid #555;
    transform: rotate(-45deg);
    background: #fff;
    left: -13px;
    margin-top: -13px;
  }

  .faq.f_l .faq-txt .float-img.fl {
    position: absolute;
    top: 0;
    left: -160px;
  }

  .faq.f_l .faq-txt .faq-img.fr {
    position: absolute;
    top: 0;
    right: -160px;
  }

  .faq.f_l .faq-txt .faq-img.fl .faq-flame {
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 100px;
  }

  .faq.f_l .faq-txt .faq-img.fl .faq-flame img {
    border-radius: 100px;
  }

  .faq.f_r .faq-txt {
    background: #fff;
    border: 2px solid #555;
    border-radius: 10px;
    float: left;
    width: 100%;
    padding: 20px 30px;
    position: relative;
  }

  .faq.f_r .faq-txt:before {
    content: "";
    width: 21px;
    height: 21px;
    position: absolute;
    top: 56px;
    border-right: 2px solid #555;
    border-top: 2px solid #555;
    transform: rotate(45deg);
    background: #fff;
    right: -13px;
    margin-top: -13px;
  }

  .faq.f_l .faq-txt .faq-img.fl {
    position: absolute;
    top: 0;
    left: -150px;
    margin: 0 !important;
  }

  .faq.f_r .faq-txt .faq-img.fl {
    position: absolute;
    top: 0;
    right: -150px;
    margin: 0 !important;
  }

  .faq.f_r .faq-txt .faq-img.fl .faq-flame,
  .faq.f_l .faq-txt .faq-img.fl .faq-flame {
    width: 120px;
    height: 120px;
    background: #eaeaea;
    border-radius: 100px;
  }

  .faq.f_r .faq-txt .faq-img.fl .faq-flame img {
    border-radius: 100px;
  }

  .box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
  }

  .box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
  }

  .box27 p {
    margin: 0;
    padding: 0;
  }

  .box17 {
    margin: 2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
  }

  .box17:before, .box17:after {
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
  }

  .box17:before {
    left: 10px;
  }

  .box17:after {
    right: 10px;
  }

  .box17 p {
    margin: 0;
    padding: 0;
  }

  .category_links {
    position: relative;
    margin: 5rem 0 3rem 0;
    padding: 1.5rem 2rem;
    background: #314180;
    color: #fff;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
  }

  h5.title {
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    margin: 3rem 0 1rem 0;
  }

  #toc {
    border: 2px solid #e8e8e8;
    padding: 15px;
    background: #fbfbfb;
  }

  #toc::before {
    content: "目次";
    display: block;
    font-weight: bold;
    text-align: center;
    color: #636363;
  }

  #toc li {
    font-size: .9rem;
    list-style-type: decimal;
    margin: 8px 0 0;
    color: #0aa6cc;
  }

  #toc li a {
    line-height: 1.2;
    color: #111;
    text-decoration: none;
    padding-left: 3px;
    display: block;
  }

  #toc ol ol li {
    font-size: .85rem;
    margin: 0 0 3px;
  }

  #toc li br {
    display: none;
  }

  .minicach {
    font-size: 2rem;
    font-weight: bold;
  }

  .minicach2 {
    font-size: 1.8rem;
    font-weight: bold;
  }
.addCont01 .block.block2_lower,
.addCont01 .block.block2 {
    justify-content: space-evenly;
    margin-top: 20px;
}
.addCont01 .block.block2 .box {
    width: 40%;
}		
.addCont01 .block.block2_lower .box {
    width: calc((84% - -1.4rem) / 2);
}
.addCont01 .block .box-body .btn-web, .addCont01 .block .box-body .btn-internal {
    width: 97%;
    margin: 2rem auto 0 0;
}
header {
    width: 100%;
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 100;
    box-shadow: 0 0px 20px #00000012;
}
.out-frame {
    padding-top: 18rem;
}
#g-nav {
    margin-bottom: 0;
}
	
}
	


/*----------------------------------------------------
  SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 599px) {

  /*/////////////SP用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/
  .wr05_table-row thead {
    display: none;
  }

  .wr05_table-row tbody th {
    display: block;
    background-color: #3EB1C6;
    color: #fff;
  }

  .wr05_table-row tbody td {
    display: block;
  }

  .wr05_table-row tbody td::before {
    content: attr(label);
    float: left;
    clear: both;
    font-weight: bold;
  }

  .wr05_table-row tbody td p {
    padding-left: 6em;
  }

  .wr_img_right {
    position: relative;
    margin-bottom: 20px;
  }

  .wr_img_right:after {
    content: '';
    display: block;
    clear: both;
  }

  .wr_img_right .wr_img.fr {
    float: none;
    margin-right: 0;
    width: 100%;
  }

  .wr_img_right .wr_img.fr img {
    width: 80%;
    max-width: 100%;
    display: block;
    margin: 0 auto 5px;
    border: 1px solid #aaa;
  }

  .wr_img_right .wr_img .wr_caption {
    font-size: 12px;
    color: #969696;
    text-align: center;
    word-wrap: break-word;
    margin-bottom: 20px;
    line-height: 1.3em;
  }

  .faq {
    padding: 10% 0;
    width: 100%;
  }

  .faq.flex {
    align-items: center;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
  }

  .faq.f_r {
    flex-flow: row-reverse;
  }

  .faq .faq-img .faq-flame {
    border-radius: 100px;
  }

  .faq .faq-img .faq-flame img {
    border-radius: 100px;
  }

  .faq .faq-img {
    width: 80px;
    float: left;
    margin: 0 10px 10px 0;
    border-radius: 80px;
    background: #eee;
    height: 80px;
  }

  .faq.f_l .faq-txt {
    background: #fff;
    border: 1px solid #555;
    border-radius: 5px;
    padding: 4%;
    position: relative;
    text-align: justify;
  }

  #index-bottom .faq .faq-txt p,
  #page-bottom .faq .faq-txt p {
    margin: 0;
  }

  .faq.f_r .faq-txt {
    background: #fff;
    border: 1px solid #555;
    border-radius: 5px;
    padding: 4%;
    position: relative;
    text-align: justify;
  }

  .box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
  }

  .box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
  }

  .box27 p {
    margin: 0;
    padding: 0;
  }

  .box17 {
    margin: 2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
  }

  .box17:before, .box17:after {
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
  }

  .box17:before {
    left: 10px;
  }

  .box17:after {
    right: 10px;
  }

  .box17 p {
    margin: 0;
    padding: 0;
  }

  .category_links {
    margin: 4rem 0 2rem 0;
    padding: 1.5rem;
    font-size: 2.1rem;
  }

  h5.title {
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    margin: 3rem 0 1rem 0;
  }

  #toc {
    border: 2px solid #e8e8e8;
    padding: 15px;
    background: #fbfbfb;
    width: 100%;
    box-sizing: border-box;
  }

  #toc::before {
    content: "目次";
    display: block;
    font-weight: bold;
    text-align: center;
    color: #636363;
  }

  #toc li {
    font-size: .9rem;
    list-style-type: decimal;
    margin: 8px 0 0;
    color: #0aa6cc;
  }

  #toc li a {
    line-height: 1.2;
    color: #111;
    text-decoration: none;
    padding-left: 3px;
    display: block;
  }

  #toc ol ol li {
    font-size: .85rem;
    margin: 0 0 3px;
  }

  #toc li br {
    display: none;
  }
  #contents #toc ol {
    padding: 0;
  }

  .minicach {
    font-size: 2rem;
    font-weight: bold;
  }

  .minicach2 {
    font-size: 1.8rem;
    font-weight: bold;
  }

  iframe {
    width: 100%;
    height: auto;
  }
.block-feature .box.ico-2.off {
    background: #fff url(/wp/wp-content/uploads/add02_ico_02_off.png) no-repeat 1.5rem center;
    background-size: 54px 54px;
}

.block-feature .box.ico-4.off {
    background: #fff url(/wp/wp-content/uploads/add02_ico_04_off.png) no-repeat 1.5rem center;
    background-size: 54px 54px;
}

.block-feature .box.ico-5.off {
    background: #fff url(/wp/wp-content/uploads/add02_ico_05_off.png) no-repeat 1.5rem center;
    background-size: 54px 54px;
}


}