@charset "utf-8";

#mbbt5{margin-bottom:5%;}


.tk-contents{
  width: 100%;
  margin:0 auto;
  padding:10px 0 0;
  position: relative;
}

.tk-contents h1{
  font-family: 'Zen Antique', serif;
  font-weight:400;
  font-size:2.2em;
  margin-bottom:30px;
  line-height:1.5;
}

@media screen and (max-width: 1280px) {
.tk-contents h1{
  font-size:1.8em;
  margin-bottom:15px;
}
}

@media screen and (max-width: 900px) {
.tk-contents h1{
  font-size:1.6em;
  margin-bottom:15px;
}
}

@media screen and (max-width: 568px) {
.tk-contents h1{
  font-size:1.3em;
  margin-bottom:5px;
  line-height:1.4;
}
}

.tk-contents .sb-txt{
  letter-spacing:0em;
  line-height:2;
  font-size:1.05em;
  color:#000;
  margin:15px 0;
  padding:0 2%;
  font-family: 'Zen Old Mincho', serif;
  font-weight:400;
  text-align: left;
}

.tk-contents .sb-txt a {
  text-decoration: none;
  color:#475f6c;
}

.tk-contents .sb-txt a:hover {
  color:#53658d;
  text-decoration: underline;
}

@media screen and (max-width: 1280px) {
.tk-contents .sb-txt{
  line-height:1.8;
  font-size:1em;
  margin:10px 0;
}
}

@media screen and (max-width: 568px) {
.tk-contents .sb-txt{
  margin:10px 0;
  line-height:1.6;
  font-size:0.95em;
}
}

/* sk
--------------------------------------------------*/
#sk {
  width: 100%;
  margin: 0;
  padding:1% 0 5%;
  box-sizing: border-box;
  z-index:1;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 568px) {
#sk {
  padding:5% 2% 10%;
}
}

.sk_box {
  width: 100%;
  box-sizing: border-box;
  padding:0 2%;
  margin:0 auto;
  max-width:1000px;
}

.sk_text{
  padding:2%;
  line-height:1.8;
  font-size:0.95em;
}

@media screen and (max-width: 568px) {
.sk_text{
  line-height:1.6;
  font-size:0.9em;
}
}

.sk_box table{
  width : 100%;
  margin : 0 0 2%;
  background: #FFF;
  border-top : solid 1px #ccc;
  border-left : solid 1px #E0E0E0;
  border-right : solid 1px #E0E0E0;
  font-size:13px;
  box-sizing: border-box;
  line-height:1.6;
}

.sk_box td{
  padding : 14px 2% 10px 2.5%;
  box-sizing: border-box;
  width:80%
  color : #000000;
  border-bottom : solid 1px #E0E0E0;
  text-align : left;
}

.sk_box th{
  color : #000;
  border-bottom : solid 1px #E0E0E0;
  border-right : dashed 1px #E0E0E0;
  text-align : center;
  font-weight:normal;
  padding : 14px 5px 10px;
  background : #FBFBFB;
  box-sizing: border-box;
  width:20%;
}

@media only screen and (max-width: 568px)  {
.sk_box th, .sk_box td {
 width:auto;
  display:block;
}

.sk_box th{
  color : #FFF;
  border-bottom : solid 1px #E0E0E0;
  border-right : none;
  font-weight:bold;
  padding : 10px 5px 8px;
  background:#B2B2B2;
  font-size:14px;
}

.sk_box td{
  padding : 10px;
}
}

.sk_box td p{
  margin:5px 0;
}

.sk_box td ul{
  padding:0;
  margin:0;
  width:100%;
}

.sk_box td li{
  padding:5px 0;
}

.sk_box td img{
  width:100%;
  max-width:298px;
  height:auto;
  margin:5px 0;
}

.sk_box caption{
  margin : 0;
  padding : 10px 10px 8px;
  box-sizing: border-box;
  width:100%;
  font-weight : normal;
  letter-spacing : 0.1em;
  background:#6C6C6C;
  border-top : solid 1px #ccc;
  border-right : solid 1px #ccc;
  border-left : solid 1px #ccc;
  color : #FFF;
  text-align : center;
  font-size:18px;
}

@media only screen and (max-width: 568px)  {
.sk_box caption{
  font-size:16px;
}
}