@charset "utf-8";

/*
  File Name   : knowledge.css
*/


/* PC Layout ******************************************************************************************* */




/* Index
============================================================ */
body.index .first-block {
  margin: 0 0 40px;
}

body.index .first-block p {
  font-size: 16px;
}

body.index .first-block p a {
  text-decoration: underline;
}

body.index .first-block p a:hover {
  text-decoration: none;
}

body.index .top-table {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}

body.index .top-table th,
body.index .top-table td {
  border-bottom: solid 1px #ccc;
  padding: 18px;
  vertical-align: middle;
}

body.index .top-table th {
  width: 316px;
}

body.index .top-table td {
  border-left: solid 1px #ccc;
  font-size: 16px;
}

body.index .top-table td.dotted {
  border-bottom: dotted 1px #ccc !important;
}

body.index .top-table th h2 {
  font-size: 20px;
  color: #8c5483;
  margin: 0 0 20px;
}

body.index .top-table th h2 span {
  font-size: 16px;
}

body.index .top-table a {
  text-decoration: underline;
}

body.index .top-table a:hover {
  text-decoration: none;
}

body.index .top-table a.arrow-q {
  background: url(../img/knowledge/arrow-q.png) 0 50% no-repeat;
  background-size: 26px 26px;
  padding: 5px 0 5px 35px;
}



/* list detail
============================================================ */
body.list .list-all {
  margin: 0 0 50px;
}

body.list .list-all li {
  padding: 18px 5px;
  border-bottom: solid 1px #ccc;
}

body.list .list-all li:first-child {
  border-top: solid 1px #ccc;
}

body.list .list-all a.arrow-q {
  background: url(../img/knowledge/arrow-q.png) 0 50% no-repeat;
  background-size: 26px 26px;
  padding: 5px 0 5px 35px;
}

body.list .list-all a {
  text-decoration: underline;
  font-size: 16px;
}

body.list .list-all a:hover {
  text-decoration: none;
}

.bottom-table th,
.bottom-table td {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 10px 0;
  vertical-align: middle;
}

.bottom-table th {
  width: 160px;
  font-size: 16px;
  font-weight: bold;
  color: #8d5583;
}

.bottom-table td li {
  width: 176px;
  line-height: 1.8;
}

.bottom-table td ul.w230 li {
  width: 230px;
}
@media screen and (max-width: 768px) {
  .bottom-table td ul.w230 li {
    width: 50%;
    font-size: 1.0em;
  }
}
@media screen and (max-width: 640px) {
  .bottom-table td ul.w230 li {
    width: 50%;
    font-size: 0.7em;
  }
}

.bottom-table td li:nth-child(4) {
  width: 230px;
}

body.knowledge-detail dt {
  font-size: 20px;
  border-bottom: solid 1px #ccc;
  background: url(../img/knowledge/arrow-q.png) 0 50% no-repeat;
  background-size: 26px 26px;
  padding: 15px 0 10px 35px;
}

body.knowledge-detail dd {
  font-size: 16px;
  border-bottom: solid 1px #ccc;
  background: url(../img/knowledge/arrow-a.png) 0 20px no-repeat;
  background-size: 26px 26px;
  padding: 20px 0 30px 35px;
}

body.knowledge-detail dd.border-b-no {
  border-bottom: none;
}
body.knowledge-detail dd.pb-0 {
  padding: 20px 0 0 35px;
}

body.knowledge-detail dd .text-block {
  width: 580px;
  float: left;
}

body.knowledge-detail dd .img-block {
  width: 340px;
  float: right;
}

body.knowledge-detail dl {
  margin: 0 0 30px;
}

.paging .prev,
.paging .next {
  background: #383838;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  width: 170px;
  display: block;
}

.paging .prev a,
.paging .next a {
  display: block;
  color: #fff;
  padding: 13px 0;
}

.paging .prev a:hover,
.paging .next a:hover {
  text-decoration: none;
}

.paging .prev {
  float: left;
}

.paging .next {
  float: right;
}

.paging {
  margin: 0 0 40px;
}

body.knowledge-detail .text-block a {
  text-decoration: underline;
}

body.knowledge-detail .text-block a:hover {
  text-decoration: none;
}


/* manner knowledge
============================================================ */
body.manner #container,
body.knowledge #container {
  font-size: 16px;
}

body.manner #container .title-03,
body.knowledge #container .title-03 {
  margin-bottom: 40px;
}

body.manner #container .title-01,
body.knowledge #container .title-01 {
  margin-bottom: 23px;
}

body.manner .layout-01,
body.knowledge .layout-01,
body.manner .layout-02,
body.knowledge .layout-02 {
  margin-bottom: 50px;
}

body.manner .layout-01 .text-block {
  width: 540px;
  float: left;
}

body.manner .layout-01 .img-block {
  width: 340px;
  float: right;
}

body.manner .layout-01 ol,
body.manner .layout-02 dl {
  margin-top: 20px;
}

body.manner .bottom-bn img,
body.knowledge .bottom-bn img {
  margin: 0 auto 20px;
  width: 100%;
}

















/* SP Layout ******************************************************************************************* */

/* Index
============================================================ */
@media screen and (max-width: 768px) {
  body.manner #container, body.knowledge #container {
    font-size: 15px;
  }
  body.manner #container .title-03, body.knowledge #container .title-03 {
    margin-bottom: 20px;
  }
  body.manner .layout-01, body.knowledge .layout-01, body.manner .layout-02, body.knowledge .layout-02 {
    margin-bottom: 30px;
  }
  body.manner #container .title-01, body.knowledge #container .title-01 {
    margin-bottom: 15px;
  }
  body.manner .layout-01 .text-block {
    float: none;
    width: 100%;
  }
  body.manner .layout-01 .img-block {
    float: none;
    width: 100%;
    margin-top: 15px;
  }
  body.manner .layout-01 .img-block img {
    width: 100%;
    height: auto;
  }
  body.manner .layout-02 dl b {
  font-size: 18px;
  }
  body.index .top-table th {
    width: 100%;
  }
  body.index .top-table th,
  body.index .top-table td {
    border-bottom: 1px solid #ccc;
    padding: 12px;
    display: block;
  }
  body.index .top-table td {
    border-left: none;
    font-size: 18px;
  }
  body.index .top-table th h2 {
    color: #8c5483;
    font-size: 18px;
    margin: 0 0 10px;
  }
  body.index .top-table th {
    padding: 20px 12px 12px;
  }
  body.index .first-block p {
    font-size: 15px;
  }
  body.index .first-block {
    margin: 0 0 20px;
  }
  .bottom-table th {
    font-size: 14px;
    width: 100%;
  }
  .bottom-table th,
  .bottom-table td {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px 0;
    display: block;
  }
  .bottom-table td {
    border-top: none;
  }
  .paging .prev, .paging .next {
    background: #383838 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    width: 140px;
  }
  .paging .prev a,
  .paging .next a {
    padding: 10px 0;
  }
  body.knowledge-detail dt {
    background: url("../img/knowledge/arrow-q.png") no-repeat scroll 0 50% / 26px 26px;
    font-size: 18px;
    line-height: 1.6;
    padding: 15px 0 10px 35px;
  }
  body.knowledge-detail dd .text-block {
    float: none;
    width: 100%;
  }
  body.knowledge-detail dd {
    font-size: 15px;
  }
  body.knowledge-detail dd .img-block {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  body.knowledge-detail dd .img-block img {
    width: 100%;
    height: auto;
  }
}
/* End media screen */