@charset "utf-8";
/* CSS Document */


/*----------------------------------------------------------- ブログ */
#Page #blog {}
#Page #blog h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #666;
	text-align: left;
}
#Page #blog h2 strong {
    text-align: left;
    line-height: 1.4em;
}
#Page #blog h2 span {
    font-size: 50%;
	white-space: nowrap;
}
#Page #blog .catName {
    padding: 0 0 30px;
    display: flex;
    justify-content: end;
}
#Page #blog .catName p {
    padding: 10px;
    font-size: 80%;
}

#Page #blog .contents {
    display: flex;
    max-width: 1200px;
    margin: auto;
    padding: 50px 0;
}
#Page #blog .contentsDetail {
    max-width: 1000px;
    /* background: #efefef; */
    padding: 30px 30px 50px;
    /* border-right: 1px solid #b5b2b2; */
}
#Page #blog #sideMenu {
    max-width: 300px;
    padding: 68px 15px 0;
}
#Page #blog #sideMenu h2 {
    padding: 10px 0;
    font-size: 100%;
    letter-spacing: 3px;
}
#Page #blog #sideMenu ul {
    padding: 0;
}
#Page #blog #sideMenu ul li {padding: 10px 0;}
/*--------------------------------------- 820px */
@media screen and (max-width: 820px) {
#Page #blog .contents {
    flex-flow: column;
    align-items: flex-start;
}
#Page #blog #sideMenu {
    width: 100%;
    padding: 68px 0 0;
    max-width: 100%;
}
}
/*--------------------------------------- 520px */
@media screen and (max-width: 520px) {
#Page #blog h2 {
    flex-flow: column;
    align-items: flex-start;
}
#Page #blog h2 span {
    padding: 10px 0;
}
}
/*----------------------------------------------------------- その他 */
#comingSoon {
display: flex;
align-items: center;
justify-content: center;
height: 500px;
}

.backBtn {
display: flex;
justify-content: center;
align-items: center;
padding: 0 0 50px;
}
.backBtn a {
    padding: 20px;
    width: 240px;
    color: #fff;
    background: #333;
    text-align: center;
}

/*----------------------------------------------------------- インフォメーション */
#infoBox dl {
  border-bottom: 1px solid #635b58;
}
#infoBox dl dt {
  width: 31%;
  color: inherit;
  background: transparent;
  display: flex;
  flex-flow: inherit;
  justify-content: flex-start;
}
#infoBox dl dt span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 20px;
  white-space: nowrap;
}
#infoBox dl dt span.cat {
  color: #72422f;
}
#infoBox dl dd {
  width: 74.5%;
  background: transparent;
}
/*----------------------------------------------------------- 820px */
@media screen and (max-width: 820px) {

  #infoBox dl {
    flex-flow: initial;
  }
  #infoBox dl dt {
    flex-flow: column;
  }
  #infoBox dl dt span.date {
    padding: 0px 20px 5px;
  }
  #infoBox dl dd {
    display: flex;
    align-items: center;
  }
}
/*----------------------------------------------------------- floatBtnBox */
#floatBtnBox {
  position: fixed;
  top: 110px;
  right: 0;
  display: block;
  z-index: 99;
}
#floatBtnBox .cvBtn {
  position: absolute;
  right: 0;
  bottom: 150px;
}
#floatBtnBox .cvBtn ul {
  width: 60px;
  display: flex;
  flex-flow: column;
}
#floatBtnBox .cvBtn ul li {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
#floatBtnBox .cvBtn ul li:nth-child(1) {
  background: #a36d5c;
}
#floatBtnBox .cvBtn ul li:nth-child(2) {
  background: #3a6d47;
}
#floatBtnBox .cvBtn ul li:nth-child(3) {
  background: #d89e64;
  display: none;
}
#floatBtnBox .cvBtn ul li span {
    display: flex;
    align-items: center;
    color: #fff;
    white-space: nowrap;
    font-size: 100%;
}
#floatBtnBox .cvBtn ul li span::before {
  content: '';
  display: block;
  width: 50px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 0 10px 0;
}
#floatBtnBox .cvBtn ul li:nth-child(1) span::before {
  background-image: url(/wp-content/themes/original-child/assets/img/icon_request.png);
}
#floatBtnBox .cvBtn ul li:nth-child(2) span::before {
  background-image: url(/wp-content/themes/original-child/assets/img/icon_reserve.png);
}
#floatBtnBox .cvBtn ul li:nth-child(3) span::before {
  background-image: url(/wp-content/themes/original-child/assets/img/icon_freetel.png);
}
#floatBtnBox .cvBtn ul li a {
  color: #fff;
  padding: 20px;
  display: block;
  writing-mode: tb-rl;
  text-orientation: upright;
  letter-spacing: 5px;
  font-size: 110%;
}
#floatBtnBox .cvBtn ul li:hover {
  opacity: 0.8;
}
#floatBtnBox .eventBtn {
  transform: translateX(400px);
  transition: 0.5s;
}
#floatBtnBox .eventBtn:hover {
  transform: translateX(0);
  transition: 0.5s;
}

/*--フレックス唐津用--*/
#floatBtnBox .floatBtn a{
    background-color: #C74400;
    color: #FFF;
    writing-mode: vertical-rl;
padding: 38px 8px 8px;
    font-weight: 100;
    border-radius: 7px;
	position: relative;
}

#floatBtnBox .floatBtn:nth-child(2) a::before{
    position: absolute;
    content: "";
    background-image: url(../img/common/mail.png);
    width: 29px;
    height: 23px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
     top: 10px;
}
#floatBtnBox .floatBtn:nth-child(3) a::before{
    position: absolute;
    content: "";
    background-image: url("../img/common/home.png");
    width: 29px;
    height: 23px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
}
/*--フレックス唐津用--*/

.eventBtn .leftBox {
  position: relative;
}
.eventBtn .leftBox .mskLine {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
}
.eventBtn .leftBox .mskImg {
    -webkit-mask-image: url("/wp-content/themes/original-child/assets/img/mask.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
    -webkit-mask-size: auto 100%;
}
.eventBtn .leftBox img {
  height: 150px;
}
.eventBtn .rightBox {
  background: #fff;
  background-image: url("/wp-content/themes/original-child/assets/img/event_ar.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 400px;
  border: 1px solid #000333;
    height: 148px;
}
.eventBtn .catName {
    padding: 5px;
    margin: 10px 0 0;
    width: 120px;
    color: #fff;
    text-align: center;
    background: #1f2554;
    border-radius: 0 5px 5px 0;
}
.eventBtn #consultation {
  background: #ce9765;
}



.eventBtn .rightBox ul {
  padding: 10px;
}
.eventBtn .rightBox ul li {
  display: flex;
  align-items: center;
}
.eventBtn .rightBox ul li::before {
  content: '';
  display: block;
  width: 40px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 0 0 10px;
  
}
.eventBtn .rightBox ul li:nth-child(2), .eventBtn .rightBox ul li:nth-child(3) {
  font-size: 80%;
}
.eventBtn .rightBox ul li:nth-child(1)::before {
  background-image: url(/wp-content/themes/original-child/assets/img/icon_event_name.png);
}
.eventBtn .rightBox ul li:nth-child(2)::before {
  background-image: url(/wp-content/themes/original-child/assets/img/icon_event_date.png);
}
.eventBtn .rightBox ul li:nth-child(3)::before {
  background-image: url(/wp-content/themes/original-child/assets/img/icon_event_time.png);
}





/*----------------------------------------------------------- 580px */
@media screen and (max-width: 580px) {

#floatBtnBox {
    top: inherit;
    bottom: 0;
    right: inherit;
    left: 0;
}

#floatBtnBox .cvBtn {
    position: inherit;
    right: inherit;
    bottom: inherit;
}
#floatBtnBox .cvBtn ul {
    width: 100%;
    flex-flow: inherit;
}

#floatBtnBox .cvBtn ul li a {
    writing-mode: inherit;
    text-orientation: inherit;
    padding: 10px;
}
#floatBtnBox .cvBtn ul li:nth-child(3) {
    display: flex;
}
#floatBtnBox .cvBtn ul li {
    flex-grow: 1;
}
#floatBtnBox .cvBtn ul li span::before {
    width: 40px;
    height: 30px;
}
#floatBtnBox .cvBtn ul li span::before {
    margin: 0;
}
#floatBtnBox .eventBtn {display: none;}

}


#floatBtnBox .cvBtn ul li span {
    display: flex;
    align-items: center;
    color: #fff;
    white-space: nowrap;
    font-size: 100%;
}

@media screen and (min-width: 376px) and (max-width: 579px) {
#floatBtnBox .cvBtn ul li span {
    font-size: 80%;
}
}


/*----------------------------------------------------------- 375px */
@media screen and (max-width: 375px) {
#floatBtnBox .cvBtn ul li a {
    padding: 10px 0.715em;
    font-size: 80%;
}


}

/*----------------------------------------------------------- btnBox */
.btnBox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 0;
}
.btnBox a {
  font-size: 110%;
  background: #8a8080;
  color: #fff;
  width: 420px;
  padding: 20px 30px;
  text-align: center;
  border-right: 2px solid #504c4c;
  border-bottom: 2px solid #504c4c;
  background-image: url("/wp-content/themes/original-child/assets/img/btn_ar.png");
  background-position: bottom right;
  background-repeat: no-repeat;
}
.sizeS {
  width: 250px;
}
.sizeS a {
  font-size: 80%;
  font-family: 'Oswald', sans-serif;
}
/*----------------------------------------------------------- bannerBox */
.pcBnr {
  display: block;
}
.pcBnr a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.spBnr {
  display: none;
}
.spBnr a {
  display: flex;
  align-items: center;
  justify-content: center;
}
/*----------------------------------------- 820px */
@media screen and (max-width: 820px) {
  .pcBnr {
    display: none;
  }
  .spBnr {
    display: flex;
    justify-content: center;
  }
}
/*----------------------------------------------------------- pageTitle */
#pageTitle h1 {
  padding: 30px 5px 30px;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.4em;
  text-align: center;
  background: #34875c;
  color: #fff;
}
/*----------------------------------------------------------- 追従ナビ */
#stickerBox {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #22a0b3;
  position: fixed;
  bottom: 0;
}
#stickerBox .detailBox {
  justify-content: center;
  align-items: center;
}
#stickerBox h2 {
  font-size: 120%;
  line-height: 1.4em;
  text-align: center;
  color: #fff;
}
#stickerBox h2 small {
  display: block;
  font-size: 80%;
  color: #fff;
}
#stickerBox ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
#stickerBox ul li {
  padding: 0 0 0 15px;
}
#stickerBox ul li a {
  background: #f9d82d;
  color: #333;
  padding: 15px 30px;
  border-radius: 5px;
  font-weight: 600;
}
/*----------------------------------------------------------- 480px */
@media screen and (max-width: 480px) {
  #stickerBox {
    height: 170px;
  }
  #stickerBox .leftBox {
    height: 80px;
  }
}
/*----------------------------------------------------------- cvBnrBox */
#cvBnrBox {
  padding: 50px 0;
}

/*----------------------------------------------------------- pageTop */
.pTop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 20px;
}
.pTop a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  border: solid 2px #FFF;
  background: rgba(0, 0, 0, 0.55);
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.45);
  transition: all 0.5s;
}
.pTop a:hover {
  background: rgba(0, 0, 0, 0.2);
}
.pTop a::after {
  content: "";
  background-color: #ffffff;
  position: absolute;
  top: 18px;
  left: 8px;
  width: 15px;
  height: 2px;
  transform: rotate(-45deg);
}
.pTop a::before {
  content: "";
  background-color: #ffffff;
  position: absolute;
  top: 18px;
  right: 8px;
  width: 15px;
  height: 2px;
  transform: rotate(45deg);
}



/*----------------------------------------------------------- 580px */
@media screen and (max-width: 540px) {
.pTop {
    bottom: 10px;
    right: 9px;
}
}
/*----------------------------------------------------------- 480px */
@media screen and (max-width: 480px) {
.pTop {
    bottom: 70px;
    right: 10px;
}
}

/*----------------------------------------------------------- sectionmain */
main img {
  max-width: 100%;
  height: auto;
}
main .flexBox1:last-child, main .flexBox2:last-child, main .flexBox3:last-child, main .flexBox4:last-child {
  padding: 0;
}
main .flexBox1, main .flexBox2, main .flexBox3, main .flexBox4 {
  padding: 0 0 10px;
}
main .flexBox2 > ul, main .flexBox3 > ul, main .flexBox4 > ul {
  display: flex;
}
main .flexBox2 > ul > li, main .flexBox3 > ul > li, main .flexBox4 > ul > li {
  margin: 0 0.5vmin 0 0;
  list-style-type: none;
  text-align: center;
}
main .flexBox2 > ul > li:last-child, main .flexBox3 > ul > li:last-child, main .flexBox4 > ul > li:last-child {
  margin: 0;
}
main .flexBox2 > ul > li {
  width: calc(100% / 2);
}
main .flexBox3 > ul > li {
  width: 33%;
}
main .flexBox4 > ul > li {
  width: 25%;
}
main .flexBox3 h4, main .flexBox4 h4 {
  margin: 0;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.6em;
}
.detailBox {
  display: flex;
}
.detailBox .detail {
  padding: 30px;
}
/* tableなどの横スクロールボックス */
.scrollBox table {
  width: 100%;
}
.scrollBox {
  overflow: auto;
  white-space: nowrap;
}
.scrollBox::-webkit-scrollbar {
  height: 5px;
}
.scrollBox::-webkit-scrollbar-track {
  background: #F1F1F1;
}
.scrollBox::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}
.contentsTop {
  padding: 30px 0;
}
.contentsTop p {
  font-size: 18px;
  padding: 20px;
  text-align: center;
}
.attention {
  font-size: 70%;
  color: #666666;
}
.imgBox {
  padding: 50px;
}
.imgBox img {
  max-width: 100%;
}
main .bnrBox ul {
  margin: auto;
}
main .bnrBox ul li {
  list-style-type: none;
  text-align: center;
  background: #265280;
  padding: 0;
}
main .flexBox3 ul li p, main .flexBox4 ul li p {
  padding: 0;
}
main .flexBox3 p:nth-child(3), main .flexBox4 p:nth-child(3) {
  line-height: 1.6em;
  font-size: 16px;
}
main dl {
  display: flex;
  padding: 0 10px;
  flex-wrap: nowrap;
}
main dl dt, main dl dd {
  text-align: left;
  padding: 15px;
  margin: 0 0 3px;
  line-height: 1.6em;
}
main dl dt {
  width: 20%;
  color: #fff;
  background: #838d97;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
main dl dd {
  width: 74.5%;
  background: #e7eef3;
}
main dl dd div {
  line-height: 1.6em;
  padding: 0 0 20px;
}
main h2{
    font-size: 190%;
    padding: 30px 0;
    letter-spacing: 5px;
    text-align: center;
    font-weight: 600;
    line-height: 1.4em;
}
main h2 small{
  display: block;
  padding: 20px 0;
  font-family: 'Oswald', sans-serif;
  font-size: 50%;
  color: #a66843;
}

#Page section h2{
    font-size: 160%;
    padding: 30px 0;
    letter-spacing: 5px;
    font-weight: 600;
    line-height: 1.4em;
}

main h3 {
  padding: 20px;
  font-weight: 500;
  font-size: 120%;
}
main h4 {}
main h5 {}
main h6 {}
main p {
  padding: 0 0 30px;
  line-height: 2em;
  font-size: 16px;
    font-weight: 600;
}
main em {
  font-style: normal;
  font-size: 12px;
  display: inline-block;
  line-height: 2vw;
  padding: 1vmin 0;
}
.contents ul {
  text-align: left;
}
.contents ul li {
  line-height: 1.6rem;
  font-size: 16px;
}
.contents main ol {
  padding: 15px;
  text-align: left;
}
article ol li {
  list-style-type: decimal;
  list-style-position: inside;
  padding: 10px 0;
}
main .centerImage {
  margin: auto;
  text-align: center;
}
main table, main tr, main td {
  border-collapse: collapse;
  border: 1px solid #999;
}
main table td {
  padding: 10px;
  text-align: center;
  width: 20%;
  line-height: 1.6em;
}
main .sliderdef {
  width: 500px;
  padding: 0 0 10px;
}
main .indexList {
  padding: 20px;
  background: #e4e6ed;
}
main .indexList li {
  color: #265280;
  font-weight: 600;
  font-size: 110%;
  line-height: 1.4em;
}
main .indexList li a {
  font-weight: 600;
}
/*----------------------------------------------------------- ページナビ */
.pageNavi {
  padding: 0 0 20px;
  text-align: center;
}
.pageNavi ul {
  display: flex;
  justify-content: space-between;
  border-top: 2px dotted #a9998e;
}
.pageNavi ul li {
  list-style-type: none;
  width: 50%;
}
.pageNavi ul li:first-child {
  text-align: left;
}
.pageNavi ul li:last-child {
  text-align: right;
}
.pageNavi ul li:first-child a::before {
  content: "< ";
}
.pageNavi ul li:last-child a::after {
  content: " >";
}
.pageNavi ul li a {
  display: block;
  padding: 10px;
}
.entry-content {
  padding: 0;
}
/*----------------------------------------------------------- 820px */
@media screen and (max-width: 820px) {
  #thumbBox ul {
    justify-content: center;
  }
  #pageHeader .aioseo-breadcrumbs {
    display: none;
  }
  main h2 ,#Page section h2{
    font-size: 20px;
  }
  main p {
    font-size: 100%;
  }
}
/*----------------------------------------------------------- 540px */
@media screen and (max-width: 540px) {
  #footer02 {
    flex-flow: column;
  }
  #thumbBox ul {
    flex-flow: column;
    align-items: center;
  }
#pageTitle h1 {
    font-size: 130%;
    padding: 20px 15px 20px;
    line-height: 1.4em;
    text-align: left;
}
  #columnArticle .catBox {
    margin: 20px 0 40px;
    align-items: flex-start;
  }
main h2, #Page section h2 {
    padding: 20px 0;
    margin: 10px 0;
    letter-spacing: 2px;
}
  main h3 {
    font-size: 16px;
  }
  main h4 {
    font-size: 16px;
    padding: 3vmin;
    line-height: 1.4em;
  }
  main h5 {
    font-size: 16px;
    text-align: left;
    padding: 0 10px;
    margin: 15px 0 5px;
  }
  main p {
    font-size: 14px;
    line-height: 1.8em;
  }
  .contentsDetail > p {
    padding: 10px;
  }
  main dl dt, main dl dd {
    padding: 8px;
    font-size: 13px;
  }
  main dl dt {
    width: auto;
  }
  main dl dd {
    width: auto;
  }
  .pageNavi ul li {
    padding: 0;
    list-style-type: none;
  }
  .pageNavi ul li a {
    font-size: 14px;
    line-height: 2em;
  }
  main .flexBox1, main .flexBox2, main .flexBox3, main .flexBox4 {}
  main .flexBox1 ul, main .flexBox2 ul, main .flexBox3 ul, main .flexBox4 ul {
    display: block;
  }
  main .flexBox2 ul li, main .flexBox3 ul li, main .flexBox4 ul li {
    width: auto;
    font-size: 16px;
    padding: 10px;
    line-height: 1.6em;
    text-indent: initial;
  }
  .detailBox {
    display: flex;
    flex-flow: column;
  }
  main .indexList li a {
    font-size: 85%;
  }
  .contentsTop {
    padding: 0px;
  }
  .btnBox02 {
    margin: 0 20px;
  }
  .imgBox {
    padding: 0;
  }
  main dl {
    flex-flow: column;
  }
  main h6 {
    padding: 10px 0;
  }
}
/*----------------------------------------------------------- iFrame */
.contents iframe {
  width: 420px;
  height: 314px;
}
/* tablet */
@media screen and (max-width: 812px) {
  .contents iframe {
    width: 420px;
    height: 314px;
  }
  @media all and (max-width:480px) {
    .contents iframe {
      width: auto;
      height: 300px;
    }
  }
}
/*----------------------------------------------------------- スクロールバナー */
#scBnrBox {
  width: 100%;
}
#scBnrBox img {
  width: 100%;
}
/*----------------------------------------------------------- ページナビ */
.wp-pagenavi { /* 全体 */
  margin: 20px 0;
  font-size: 12px;
}
.wp-pagenavi a { /* フォント色 */
  color: #4a4a4a;
}
.pages { /* 左の表記 */
  margin-right: 20px;
}
#pageNavi {
  display: flex;
  justify-content: center;
}
#pageNavi .wp-pagenavi a, #pageNavi .wp-pagenavi span {
  text-decoration: none;
  border: none;
  padding: 3px 5px;
  margin: 2px;
}
.wp-pagenavi .current {
  border: none;
  background: #97bac1;
  color: #fff;
}
.wp-pagenavi a.page:hover { /* マウスオーバー */
  background: #87e6e9;
  color: #fff;
}
.wp-pagenavi .first, .wp-pagenavi .extend { /* ... */
  margin-right: 10px;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink { /* 記号の削除 */
  display: none;
}
.waku_input_wrap .waku_input input {
  width: 100%;
}
/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
/*----------------------------------------------------------- スクロールバナー */
#floatBnr {
  display: none;
}
.layer_board_bg, .layer_board {
  position: absolute;
}
.layer_board_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
  display: none;
  cursor: pointer;
  background: #000;
}
.layer_board {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  text-align: center;
  z-index: 2000;
  padding: 40px;
}
a.btn_close {
  display: block;
  text-decoration: none;
  background: #333;
  text-align: center;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
}
#layer_board_area a.btn_close {
  color: #fff;
}
#columnArticle #toc_container {
  background: #edf4f4;
  border: 1px solid #dbd7d7;
  font-size: 95%;
  margin: 10px auto 50px;
  width: 70%;
  padding: 20px 40px;
}
#columnArticle #toc_container p.toc_title {
  font-size: 150%;
  color: #22a0b3;
}
#columnArticle #toc_container span.toc_toggle {
  display: none;
}
#columnArticle #toc_container li, #columnArticle #toc_container ul {
  margin: 0;
  padding: 8px;
  color: #22a0b3;
}
#columnArticle #toc_container .toc_list > li {
  list-style-type: disc;
  list-style-position: inside;
  color: #22a0b3;
  font-weight: 500;
  font-size: 120%;
}
#columnArticle #toc_container .toc_list > li > ul > li:before {
  content: "└";
  font-weight: 400;
}
#columnArticle #toc_container .toc_number {
  display: none;
}
/*----------------------------------------------------------- 1024px */
@media screen and (max-width: 1024px) {
  .layer_board {
    padding: 20px;
  }
}
/*----------------------------------------------------------- 812px */
@media screen and (max-width: 812px) {
  #scBnrBox img {
    width: 400px;
  }
}
/*----------------------------------------------------------- 480px */
@media screen and (max-width: 480px) {
  #scBnrBox img {
    width: 320px;
  }
  #columnArticle #toc_container {
    width: 85%;
    padding: 20px;
  }
}

.linkArea{
    font-size: 21px;
	
}

.linkArea a,#news .linkArea p{
position: relative;}


.linkArea a::after,#news .linkArea p::after{
    content: "";
    display: inline-block;
    background: url(../img/common/linkarrow.png);
    width: 50px;
    height: 20px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    bottom: -5px;
    right: -60px;
}

#news .linkArea p::after{
    content: "";
    display: inline-block;
    background: url(../img/common/linkarrow.png);
    width: 50px;
    height: 20px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    bottom: 13px;
	right: -60px;}

