@charset "UTF-8";
.bold {
  font-weight: bold;
  color: #d68783;
}
.col-wrap {
  display: flex;
  gap: 40px
}
ul.disc {
  margin-bottom: 1em;
}
ul.disc li {
  list-style: disc;
  font-size: 16px;
  margin-left: 1em;
  margin-bottom: 0.5em;
}
ol.dec {
  margin-bottom: 1em;
}
ol.dec li {
  list-style: decimal;
  font-size: 16px;
  margin-left: 1em;
  margin-bottom: 0.5em;
}
.kogao_s_top span {
  width: 100%;
  height: 570px;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
}
.kogao_s p {
  font-size: 16px;
  line-height: 2;
}
.kogao_s .last_update{
	text-align:right;
	padding: 0.5em;
	display: block;
	}
.kogao_s .inner_box {
  width: 1000px;
  margin: 40px auto;
}
.kogao_s .inner_box h1 {
  font-size: 40px;
  font-weight: bold;
  color: #eb8080;
  margin-bottom: 40px;
}
.top_under_text {
  margin: 40px 0;
}
.top_under_text p {
  margin-bottom: 1em;
}
.top_under_text dl {
  display: flex;
  justify-content: center;
}
.top_under_text dl dt {
  width: 60%;
  margin-right: 5%;
}
.top_under_text dl dd {
  width: 35%;
}
.top_under_text dl dd img {
  padding: 0 30px 30px;
}
.kogao_s #toc_container {
  background: #f9f9f9;
  border: none;
  padding: 30px;
  margin-bottom: 1em;
  width: 100% !important;
  display: table;
  font-size: 100%;
}
.kogao_s #toc_container p.toc_title {
  font-size: 24px;
  border-bottom: 1px solid #333;
  padding: 0 0 15px;
  margin: 0 0 30px;
}
.kogao_s #toc_container .toc_list li a {
  font-size: 16px;
  margin-bottom: 20px;
  display: block;
  font-weight: bold;
}
.kogao_s #toc_container .toc_list li a .toc_number {
  color: #ec8abc;
  margin-right: 20px;
}
.kogao_s_inner {
  width: 800px;
  margin: auto;
}
.kogao_s_inner .read {
  font-size: 90% !important;
  line-height: 1.5;
  background: #eee;
  padding: 1em;
  /* width: 90%; */
}
.kogao_img {
  margin: 40px auto;
  width: 100%;
}
.kogao_img img {
  width: 100%;
}
.kogao_img_small {
  width: 40%;
  height: auto;
  float: left;
  margin: 0 20px 20px 0;
}
.kogao_case {
  margin-bottom: 50px;
}
.kogao_s .kogao_case .lisk_list {
  background: #eee;
  padding: 1em;
}
.kogao_s .kogao_case .lisk_list p {
  font-size: 14px;
  margin-bottom: 0.5em;
  line-height: 1.3;
}
body.single .txt h2 {
  background: #ed8a8a;
  color: #fff;
  padding: 20px;
  font-size: 26px;
  text-align: center;
  margin: 40px auto;
  width: 100%;
}
body.single .txt h3 {
  color: #ed8a8a;
  font-size: 24px;
  padding-bottom: 0.25em;
  border-bottom: 1px dotted #333;
  margin-bottom: 1em;
  position: relative;
}
body.single .txt h3::before {
  content: "■";
  margin-right: 0.25em
}
body.single .txt h4{
	font-size: 18px;
	/* font-weight:bold; */
	color: #666;
	background: #eee;
	padding: 0.25em 0.25em 0.25em 1em;
	margin: 1em 0 0.5em;
}


body.single .txt p {
  margin-bottom: 30px;
}
.kogao_s_inner iframe {
  width: 100%;
  height: 450px;
  margin: 40px auto;
}
.youtube_link {
  padding: 20px 100px;
  text-align: center;
  display: block;
  margin: 0 auto;
  background: #333233;
  color: #fff;
  font-size: 22px;
}
.rand_contents {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  width: 100%;
}
.rand_contents li {
  width: 31%;
  margin-right: 3.5%;
}
.rand_contents li a {
  width: 285px;
  height: 250px;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.rand_contents li a img {
  min-width: 600px;
  left: -160px;
  position: relative;
}
.rand_contents li p {
  line-height: 1.4;
}
.rand_contents li:nth-of-type(3n) {
  margin-right: 0;
}
.kogao_link_btn {
  width: 500px;
  margin: 40px auto 0;
  text-align: center;
  padding: 15px 0;
  color: #fff;
  background: #333;
  display: block;
}
.kogao_link_btn:hover {
  background: #4abed3;
  color: #fff;
}
.top_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
}
.top_link a {
  display: block;
  width: 45%;
  text-align: center;
  background: #333;
  position: relative;
  color: #fff;
  font-size: 20px;
  padding: 15px 0;
  margin-bottom: 30px;
}
.top_link a:hover {
  background: #4abed3;
  color: #fff;
}
.top_link a span {
  position: absolute;
  right: 10px;
  top: 20px;
}
.top_u_area {
  margin-bottom: 40px;
}
.kogao_s .inner_box .box01 li {
  font-size: 150%;
  font-weight: bold;
}


.column_link_btn a{
	display:block;
	width:80%;
	background:bisque;
	color:#fff;
	text-align:center;
	padding:0.5em;
	background:#8f4e4e;
	border-radius:100px;
	margin:30px auto;
	max-width:600px;
}
.column_link_btn a span{
	width:95%;
	position:relative;
	display:block;
	margin: 0 auto;
}

.column_link_btn a span:before {
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: 600;
	position:absolute;
	right:0;
}
a.column_link_text{
	text-decoration:underline;
	color:#ff6668;
}
a.column_link_text:hover{
	text-decoration:underline;
background:#ff6668;
	color:#fff;

}
.table_A {
    width: 100%;
    border: #ccc 1px solid;
    border-bottom: none;
    line-height: 1.5;
    margin-top: 40px;
  }
  .table_A th, .table_A td {
    padding: 1em;
    border: #ccc 1px solid !important;
    vertical-align: middle;
    text-align: center;
  }
  .table_A th.left, .table_A td.left {
    text-align: left;
  }
  .table_A thead th {
    background: #d9eeee;
  }
  .table_A tbody th {
    background: #f5f5f5;
  }
  .table_A th {
    white-space: nowrap;
  }
  .table_A.w2 th, .table_A.w2 td {
    width: 50%;
  }
  .table_A.w3 th, .table_A.w3 td {
    width: 33%;
  }
  .table_A.w4 th, .table_A.w4 td {
    width: 25%;
  }

@media screen and (max-width: 760px) {
  .col-wrap {
    display: flex;
    gap: 20px;
    width: 100%;
    margin: 0 auto
  }
  ul.disc {
    margin-bottom: 1em;
  }
  ul.disc li {
    list-style: disc;
    font-size: 3.6vw;
    margin-left: 1em;
    margin-bottom: 0.5em;
  }

  ol.dec {
    margin-bottom: 1em;
  }
  ol.dec li {
    list-style: decimal;
    font-size: 3.6vw;
    margin-left: 1em;
    margin-bottom: 0.5em;
  }	
  .kogao_s_top span {
    width: 100%;
    height: 35vw;
    display: block;
    background-size: cover;
  }
  .kogao_s p {
    font-size: 3.6vw;
    line-height: 2;
  }
  .kogao_s .inner_box {
    width: 100%;
    margin: 7vw auto;
  }
  .kogao_s .inner_box h1 {
    font-size: 5vw;
    font-weight: bold;
    color: #eb8080;
    margin-bottom: 4vw;
    width: 94%;
    margin: auto;
  }
  .top_under_text {
    margin: 4vw auto;
    width: 94%;
  }
  .kogao_s #toc_container {
    background: #f9f9f9;
    border: none;
    padding: 3vw;
    margin-bottom: 1em;
    width: 100%;
    display: table;
    font-size: 100%;
  }
  .kogao_s #toc_container p.toc_title {
    font-size: 4vw;
    border-bottom: 1px solid #333;
    padding: 0 0 3vw;
    margin: 0 0 4vw;
  }
  .kogao_s #toc_container .toc_list li a {
    font-size: 3.6vw;
    margin-bottom: 2vw;
    display: block;
    font-weight: bold;
  }
  .kogao_s #toc_container .toc_list li a .toc_number {
    color: #ec8abc;
    margin-right: 2vw;
  }
  .kogao_s_inner {
    width: 94%;
    margin: auto;
  }
  .kogao_img {
    margin: 4vw auto;
    width: 100%;
  }
  .kogao_img img {
    width: 100%;
  }
  body.single .txt h2 {
    background: #ed8a8a;
    color: #fff;
    padding: 3vw;
    font-size: 4.8vw;
    text-align: center;
    margin: 4vw auto;
    width: 100%;
    font-weight: bold;
  }
  body.single .txt h3 {
    font-weight: bold;
    color: #ed8a8a;
    font-size: 4.2vw;
    padding-bottom: 0.25em;
    border-bottom: 1px dotted #333;
    margin: 1em 0;
    position: relative;
  }
  body.single .txt h3::before {
    content: "■";
    margin-right: 0.25em
  }
	body.single .txt h4{
    font-size: 3.8vw;
    font-weight: bold;
}

  body.single .txt p {
    margin-bottom: 3vw;
  }
  .kogao_s_inner iframe {
    width: 100%;
    height: 52vw;
    margin: 4vw auto;
  }
  .youtube_link {
    padding: 2vw 5vw;
    text-align: center;
    display: block;
    margin: 0 auto;
    background: #333233;
    color: #fff;
    font-size: 4vw;
    ;
  }
  .kogao_link_btn {
    width: 100%;
  }
  .rand_contents {
    width: 90%;
    margin: 4vw auto;
    display: table;
  }
  .rand_contents li {
    text-align: center;
    width: 100%;
    margin-bottom: 6vw;
  }
  .rand_contents li img {
    width: 100%;
  }
  .top_link {
    display: table;
    margin: 0 auto 3vw;
    width: 90%;
  }
  .top_link a {
    display: block;
    width: 100%;
    text-align: center;
    background: #333;
    position: relative;
    color: #fff;
    font-size: 3.6vw;
    padding: 15px 0;
    margin-bottom: 3vw;
  }
  .top_link a span {
    position: absolute;
    right: 10px;
    top: 20px;
  }
  .top_under_text p {
    margin-bottom: 1em;
  }
  .top_under_text dl {
    display: table;
  }
  .top_under_text dl dt {
    width: 100%;
    margin-right: 0;
  }
  .top_under_text dl dd {
    width: 70%;
    margin: 4vw auto;
  }
  .top_u_area {
    margin-bottom: 4vw;
    width: 86%;
    margin: 0px auto 20px;
  }
	.column_link_btn a{
		width:90%;
		max-width:inherit;
		
	}
	.table_A {
    width: 100%;
    border: #ccc 1px solid;
    border-bottom: none;
    line-height: 1.5;
    margin-top: 40px;
  }
  .table_A th, .table_A td {
    padding: 1em;
    border: #ccc 1px solid !important;
    vertical-align: middle;
    text-align: center;
  }
  .table_A th.left, .table_A td.left {
    text-align: left;
  }
  .table_A thead th {
    background: #d9eeee;
  }
  .table_A tbody th {
    background: #f5f5f5;
  }
  .table_A th {
    /* white-space: nowrap; */
  }
  .table_A.w2 th, .table_A.w2 td {
    width: 50%;
  }
  .table_A.w3 th, .table_A.w3 td {
    width: 33%;
  }
  .table_A.w4 th, .table_A.w4 td {
    width: 25%;
  }
}