/*仮設置用*/
.header{
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}
.header > img{
  width: 1080px;
  margin: 0 auto;
}
/*仮設置用*/

.main {
  background-color: #fff;
  width: 860px;
  padding: 69px 29px 36px;
  border: 1px solid transparent;
  margin: 0 auto;
}

/* indexページ */
.oc_repo_index_image{
  margin-bottom: 40px;
}
.oc_repo_index_title{
  background-color: #3C3C3C;
  color: #fff;
  padding: 15px 20px;
  margin-bottom: 20px;
  font-size: 2.4rem;
}
.oc_repo_entry_list{
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
  list-style: none;
}
.oc_repo_entry_list_item{
  width: 49%;
  display: flex;
}
.oc_repo_entry_list_item a{
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  border: 1px solid #3C3C3C;
  text-decoration: none;
  transition: all 0.3s ease;
}
.oc_repo_entry_list_item a:hover{
  opacity: 0.8;
}
.oc_repo_entry_list_thumb{
  display: flex;
  align-items: center;
  justify-content: center;
}
.oc_repo_entry_list_thumb img{
  object-fit: cover;
  aspect-ratio: 1 / 1;
}
.oc_repo_entry_list_thumb_longImg img{
  object-fit: contain;
}
.oc_repo_entry_list_cont{
  display: flex;
  align-items: center;
  padding: 10px;
}
.oc_repo_entry_list_icon{
  width: 20%;
  overflow: hidden;
  border-radius: 50%;
}
.oc_repo_entry_list_text{
  width: 80%;
  padding-left: 15px;
  color: #3C3C3C;
  line-height: 1.5;
  font-size: 1.6rem;
}

/* 記事ページ */
.oc_repo_main{
  margin-bottom: 40px;
}
.oc_repo_main_title{
  line-height: 3rem;
  margin-bottom: 30px;
  padding: 10px;
  letter-spacing: 5px;
  background-color: #faccd6;
  border-radius: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
}
.oc_repo_main_image{
  margin-bottom: 20px;
}
.oc_repo_main_text{
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-bottom: 20px;
}
.oc_repo_toc{
  margin-bottom: 40px;
}
.oc_repo_toc_list{
  padding: 20px 10px 20px 20px;
  border: #ffc8c3 1px solid;
}
.oc_repo_toc_title{
  display: inline-block;
  width: 30%;
  padding: 12px 10px 10px;
  background-color: #ffc8c3;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.oc_repo_toc_list_item{
  font-size: 1.8rem;
  line-height: 3.6rem;
  list-style: none;
}
.oc_repo_toc_list_item a{
  color: #333;
  transition: all 0.3s ease;
}
.oc_repo_toc_list_item a:hover{
  opacity: 0.8;
}
.oc_repo_section{
  margin-bottom: 80px;
}
.oc_repo_section_inner{
  margin-bottom: 60px;
}
.oc_repo_section_title{
  margin-bottom: 20px;
  padding: 10px;
  letter-spacing: 2px;
  background-color: #f6c0cd;
  border-radius: 20px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 3rem;
}
.oc_repo_section_title_sub{
  margin-bottom: 20px;
  background-color: #f7f7f7;
  border-left: 10px solid #f6c0cd;
  color: #666;
  padding: 8px 8px 8px 20px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.oc_repo_section_thumb{
  margin-bottom: 30px;
}
.oc_repo_section_thumb a{
  transition: all 0.3s ease;
}
.oc_repo_section_thumb a:hover{
  opacity: 0.8;
}
.oc_repo_section_thumb img{
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.oc_repo_section_thumb_text{
  font-size: 1.4rem;
  line-height: 3rem;
  margin-bottom: 30px;
  text-align: right;
}
.oc_repo_section_thumb + .oc_repo_section_thumb_text{
  margin-top: -20px;
}

.oc_repo_section_thumb_list{
  margin-bottom: 30px;
  list-style: none;
  display: flex;
  gap: 10px;
}
.oc_repo_section_thumb_list_caption{
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: center;
  padding-top: 10px;
}

/* スペック */
.oc_repo_section_table {
  width: 100%;
  margin: 10px 0 20px;
  border: 1px solid #999;
  border-spacing: 0;
}
.oc_repo_section_table th,
.oc_repo_section_table td {
  border-top: 1px solid #999;
  font-size: 1.8rem;
  line-height: 3rem;
  width: 50%;
  padding: 16px;
  text-align: left;
}
.oc_repo_section_table tr:first-of-type th,
.oc_repo_section_table tr:first-of-type td {
  border-top: none;
}
.oc_repo_section_table th {
  background-color: #f6c0cd;
  border-right: 1px solid #999;
  color: #fff;
  font-weight: normal;
}
.oc_repo_section_table_star{
  color: #f6c0cd;
}
.oc_repo_section_text{
  font-size: 1.8rem;
  line-height: 3rem;
  margin-bottom: 30px;
}
.oc_repo_section_text a{
  color: #f6c0cd;
  font-weight: bold;
  text-decoration: none;
}
.oc_repo_section_emphasis{
  font-weight: bold;
}
.oc_repo_section_notice{
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 30px;
}
.oc_repo_section_line{
  background: linear-gradient(transparent 60%, #f6c0cd 60%);
  font-weight: bold;
}
.oc_repo_section_list{
  margin: 20px 0 40px 10px;
}
.oc_repo_section_list_item{
  font-size: 1.8rem;
  line-height: 3rem;
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 10px;
}
.oc_repo_section_list_item:last-child{
  margin-bottom: 0;
}
.oc_repo_section_list_item::before{
  content: "●";
  margin-right: 5px;
}
.oc_repo_section_list_item a{
  color: #f6c0cd;
  font-weight: bold;
  text-decoration: none;
}
/* oc_repo_section_number_list */
.oc_repo_section_number_list{
  margin: 20px 0 20px 2.5em;
}
.oc_repo_section_number_list_item{
  font-size: 1.8rem;
  line-height: 3rem;
  list-style: none;
  margin-bottom: 10px;
  list-style-type: decimal;
}

.oc_repo_cta{
  width: 98%;
  margin: 10px auto;
  padding: 20px;
  background: #f0f1f1;
}
.oc_repo_cta_block{
  display: flex;
  margin-bottom: 30px;
}
.oc_repo_cta_block:last-child{
  margin-bottom: 0;
}
.oc_repo_cta_text{
  width: 40%;
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: right;
}
.oc_repo_cta_bnr{
  filter: drop-shadow(0px 5px 5px rgb(12, 28, 32, 0.45));
  margin-bottom: 10px;
}
.oc_repo_cta_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45%;
  margin-left: 20px;
  text-align: center;
}
.oc_repo_cta_btn a{
  background: #b2d2e9;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  line-height: 250%;
  padding: 5px;
  box-shadow: #666 2px 2px 4px;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease;
}
.oc_repo_cta_btn a::after{
  content: "";
  display: block;
  margin: 0 15px;
  width: 10px;
  height: calc(tan(60deg) * 14px / 2);
  background: #fff;
  display: inline-block;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.stand_out a{
  background: #ff99a7;
}
.oc_repo_cta_btn a:hover{
  opacity: 0.8;
}
.oc_repo_summarize_list{
  margin: 20px 0 20px 10px;
}
.oc_repo_summarize_list_item{
  font-size: 1.8rem;
  line-height: 3rem;
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 10px;
}
.oc_repo_summarize_list_item::before{
  content: "●";
  margin-right: 5px;
}
.star::before{
  content: "★";
}
.heart::before{
  content: "♥";
}
.square::before{
  content: "■";
}

.oc_repo_summarize_color{
  color: #f6c0cd;
  font-weight: bold;
}

/* プロフィール */
.oc_repo_profile_title{
  width: 30%;
  letter-spacing: 2px;
  padding: 6px 20px 3px;
  border-left: 10px solid #f6c0cd;
  background: #f7f7f7;
  color: #666;
  font-family: 'Urbanist', sans-serif;
  font-weight: 200;
  font-size: 1.6rem;
  line-height: 3rem;
  text-align: center;
}
.oc_repo_profile_wrap{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  padding: 20px;
  border: 1px solid #f6c0cd;
}
.oc_repo_profile_thumb{
  width: 20%;
  margin-right: 20px;
}
.oc_repo_profile_thumb a{
  transition: all 0.5s ease;
}
.oc_repo_profile_thumb a:hover{
  opacity: 0.8;
}
.oc_repo_profile_thumb img{
  border-radius: 50%;
}
.oc_repo_profile_block{
  width: 80%;
}
.oc_repo_profile_detail{
  margin-bottom: 20px;
}
.oc_repo_profile_detail_name{
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.oc_repo_profile_detail_list{
  align-items: center;
  display: flex;
  gap: 10px;
  list-style: none;
  flex-wrap: wrap;
}
.oc_repo_profile_detail_list_item{
  font-size: 2rem;
  background-color: #eee;
  border-radius: 30px;
  text-align: center;
  padding: 8px 28px;
}
.oc_repo_profile_sns_list{
  align-items: center;
  display: flex;
  list-style: none;
  gap: 10px;
  justify-content: flex-end
}
.oc_repo_profile_sns_list_item{
  width: 48px;
}
.oc_repo_profile_sns_list_item a{
  align-items: center;
  background-color: #f6c0cd;
  border-radius: 50%;
  display: block;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  padding: 9px;
}
.oc_repo_profile_sns_list_item a:hover{
  opacity: 0.8;
}
.oc_repo_profile_sns_list_item img{
  max-height: 30px;
}

/* 関連記事 */
.oc_repo_related{
  margin-bottom: 80px;
}
.oc_repo_related_title{
  width: 30%;
  letter-spacing: 2px;
  padding: 6px 20px 3px;
  border-left: 10px solid #f6c0cd;
  background: #f7f7f7;
  color: #666;
  font-family: 'Urbanist', sans-serif;
  font-weight: 200;
  font-size: 1.6rem;
  line-height: 3rem;
  text-align: center;
}
.oc_repo_related_wrap{
  padding: 20px;
  border: 1px solid #f6c0cd;
}
.oc_repo_related_link{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  transition: all 0.5s ease;
  text-decoration-color: #333;
  color: #333;
}
.oc_repo_related_link:hover{
  opacity: .5;
}
.oc_repo_related_thumb{
  width: 20%;
  margin-right: 20px;
}
.oc_repo_related_content{
  width: calc(80% - 20px);
  display: flex;
  align-items: center;
}
.oc_repo_related_text{
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: bold;
}

/*仮設置用*/
.footer{
  background-color: #eee;
}
.footer > img{
  width: 1080px;
  margin: 0 auto;
}
/*仮設置用*/