@charset "UTF-8";

#column p .marker_red {
  background-color: #fad6da;
}

#column p .marker_green {
  background-color: #e3f6dd;
}

#column p strong {
  font-weight: 700;
}

#column p .green {
  color: #73cf58;
}

#column p .orange {
  color: #ff7700;
}

#column [class^=index_h3] {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.62rem;
  letter-spacing: 0.1em;
  margin-top: 3rem;
  padding: 0.5rem 0 0.5rem 5rem;
  background-color: #f0f3f5;
}

#column [class^=index_h3]::before {
  content: "";
  width: 1rem;
  height: 65%;
  position: absolute;
  top: 17%;
  left: 20px;
}

#column [class^=index_h3] a {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  color: #1492e6;
  text-decoration: none;
}

#column [class^=index_h3] span {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  color: #ff7700;
}

#column [class^=index_h3] strong {
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
}

#column .red::before {
  background-color: #e33249;
}

#column .purple::before {
  background-color: #9c7abe;
}

#column .green::before {
  background-color: #73cf58;
}

#column .blue::before {
  background-color: #1aa7c4;
}

#column .orange::before {
  background-color: #fe9335;
}

#column .gold::before {
  background-color: #D4A31C;
}

#column .yellow::before {
  background-color: #F6DA4A;
}

#column .index_h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.96rem;
  letter-spacing: 0.05em;
  margin: 1rem 0;
  position: relative;
}

#column [class^=color_bg_] {
  margin: 2rem 0;
  padding: 2.5rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

#column .color_bg_green {
  background-color: #fffcf5;
}

#column .color_bg_green h5::before {
  background: #fe9335;
}

#column .item_card {
  margin: 2rem 0;
  padding: 3rem;
  text-align: left;
}

#column .item_card>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3rem;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 2rem;
}

#column .item_card>div>a {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 65%;
}

@media screen and (max-width: 600px) {
  #column .item_card>div>a {
    width: 80%;
  }
}

#column .item_card_text {
  width: 70%;
  position: relative;
  text-align: left;
}

#column .item_card_text p {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 600px) {
  #column .item_card_text {
    width: 100%;
  }
}

#column .item_card>a {
  width: 70%;
  display: block;
  font-weight: 500;
  color: #1492e6;
  text-decoration: underline;
  margin: 0 auto;
}

#column .item_card>a::before {
  content: "◆";
  margin-right: 5px;
  color: #3c3c3c;
  text-decoration: none;
  display: inline-block;
}

@media screen and (max-width: 600px) {
  #column .item_card>a {
    width: 100%;
  }
}

#column .item_card h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  position: relative;
  margin: 1rem 0 1rem 3rem;
}

#column .item_card h5::before {
  content: "";
  display: block;
  width: 0.9rem;
  height: 95%;
  position: absolute;
  top: 10%;
  left: -2.3rem;
}

#column .check a {
  background: #73cf58;
  border: solid 3px #73cf58;
}

#column .check a div p {
  color: #fff;
}

#column .check a:hover {
  background: #fff;
}

#column .check a:hover p {
  color: #73cf58;
}






#column .link_unki {
  margin: 5.0rem 2px;
}

#column .link_unki ul {
  margin: 0;
  padding: 0;
}

#column .link_unki ul li {
  margin: 2.0rem 0 0;
  padding: 2.0rem;
  text-align: center;
  font-size: 2.6rem;
  font-family: 'Noto Serif JP', serif;
}

#column .link_unki ul li strong {
  display: block;
  text-align: center;
  margin: 2rem 0 0;
}

#column .link_unki ul li a {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.0;
  padding: 0.7rem 4.0rem;
  border-radius: 5.0rem;
  letter-spacing: 0.1em;
  color: #fff;
  text-decoration: none;
  font-family: 'Noto Serif JP', serif;
  background: linear-gradient(#FB9A1A, #FC3B01);
  border: solid #fff 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

#column .link_unki ul li a:after {
  content: "▼";
  display: inline-flex;
  color: #ff7700;
  background: #fff;
  font-size: 1.2rem;
  line-height: 1.0;
  width: 2.0rem;
  height: 2.0rem;
  border-radius: 50%;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 0 0 0.1em 2.0rem;
}

#column .link_unki ul li:nth-of-type(1) {
  background-color: #F6DA4A;
}

#column .link_unki ul li:nth-of-type(2) {
  background-color: #D5B8FF;
}

#column .link_unki ul li:nth-of-type(3) {
  background-color: #EFE0C8;
}

#column>p>strong {
  color: #E33249;
}

#column .link_item {
  display: block;
  margin: 5.0rem auto 0;
  width: 95%;
}

#column .hougaku_color {
  margin: 5.0rem auto 0;
  width: 95%;
  border-top: solid 1px #707070;
  border-bottom: solid 1px #707070;
}

#column .hougaku_color div {
  padding: 2.0rem 4.0rem;
  border-top: dashed 1px #707070;
  display: flex;
  align-items: center;
}

#column .hougaku_color div:before {
  content: "";
  display: block;
  width: 12rem;
  height: 12rem;
}

#column .hougaku_color div dl {
  margin-left: 3.0rem;
}

#column .hougaku_color div dl dt {
  font-size: 2.2rem;
  font-weight: bold;
}

#column .hougaku_color div dl dd {
  font-size: 1.8rem;
}

#column .hougaku_color div dl dd a {
  display: block;
  font-size: inherit;
  color: #1492E6;
  text-decoration: underline;
}


#column .hougaku_color div:nth-of-type(1):before {
  background-color: #F6DA4A;
}

#column .hougaku_color div:nth-of-type(1) dl dt {
  color: #C39000;
}

#column .hougaku_color div:nth-of-type(2):before {
  background-color: #D5B8FF;
}

#column .hougaku_color div:nth-of-type(2) dl dt {
  color: #916CC6;
}

#column .hougaku_color div:nth-of-type(3):before {
  background-color: #EFE0C8;
}

#column .hougaku_color div:nth-of-type(3) dl dt {
  color: #CCB691;
}

#column .hougaku_color div:first-child {
  border-top: none;
}

#column .item_list {
  padding: 0.1rem 2.5%;
}


#column .item_list h4 {
  margin-top: 2.0rem;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.0;
  padding: 2.0rem;
  width: calc(100% / 0.95);
  transform: translateX(-2.5%);
}

#column .item_list>a {
  margin: 4.0rem 0 0;
}

#column .item_list h5 {
  margin-top: 2.0rem;
  font-size: 2.0rem;
  line-height: 1.0;
  padding: 0.7rem 0 0.7rem 2.0rem;
  position: relative;
  font-weight: bold;
}

#column .item_list h5::before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#column .item_list>p {
  font-size: 1.6rem;
}

#column .item_list>ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3.0rem;
}

#column .item_list>ul li {
  width: 49%;
  font-size: 1.8rem;
  font-weight: bold;
}

#column .item_list>ul li a img {
  margin: 0;
}

#column .item_list>ul li::before {
  content: "◆";
}

#column .item_list .series_link {
  display: block;
  background: #fff;
  padding: 2.0rem 0 4.0rem;
  text-align: center;
  text-decoration: underline;
  font-size: 2.0rem;
  width: calc(100% / 0.95);
  transform: translateX(-2.5%);
}

#column .serise_list {
  margin: 5.0rem auto 0;
  width: 80%;
}

#column .serise_list h4 {
  text-align: center;
  font-size: 2.0rem;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

#column .serise_list div {
  display: flex;
  flex-wrap: wrap;
}

#column .serise_list div a {
  width: 50%;
  margin: 0;
  padding: 0;
}

#column .serise_list div a img {
  margin: 0;
  padding: 0;
}

#column .serise_list>a {
  display: block;
  margin: 2.0rem 0 0;
  text-align: center;
  font-size: 2.0rem;
}






#column .fu_yellow h4 {
  background-color: #F6DA4A;
}

#column .fu_yellow {
  background-color: #F6DA4A1A;
}

#column .fu_yellow h5::before {
  background: #C39000;
}

#column .fu_yellow>ul li::before {
  color: #F6DA4A;
}

#column .fu_purple h4 {
  background-color: #D5B8FF;
}

#column .fu_purple {
  background-color: #D5B8FF1A;
}

#column .fu_purple h5::before {
  background: #916CC6;
}

#column .fu_purple>ul li::before {
  color: #D5B8FF;
}

#column .fu_beige h4 {
  background-color: #EFE0C8;
}

#column .fu_beige {
  background-color: #CCB6911A;
}

#column .fu_beige h5::before {
  background: #CCB691;
}

#column .fu_beige>ul li::before {
  color: #EFE0C8;
}

#column .item_add {
  margin: 2.0rem auto 0;
  width: 95%;
  background: #B8ECA91A;
  padding: 1px 10% 5.0rem;
}

#column .item_add>a {
  display: block;
  margin-top: 5.0rem;
}

#column .item_add h4 {
  margin: 2.0rem 0 0;
  font-size: 2.0rem;
  font-weight: bold;
  padding: 0 0 0 2.0rem;
  position: relative;
}

#column .item_add h4::before {
  content: "";
  display: block;
  width: 0.9rem;
  height: 100%;
  background: #73CF58;
  position: absolute;
  top: 0;
  left: 0;
}

#column .item_add>p {
  margin: 2.0rem 0 0;
  font-size: 1.6rem;
}

#column .item_add>span {
  display: block;
  margin: 3.0rem 0 0;
  text-align: center;
}

#column .item_add>span a {
  display: inline-block;
  font-size: 2.0rem;
  line-height: 1.0;
  padding: 1.0rem 4.0rem;
  border-radius: 5.0rem;
  letter-spacing: 0.1em;
  color: #fff;
  text-decoration: none;
  background: #1492E6;
  border: solid #fff 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

#column .item_add>span a:after {
  content: "▶";
  display: inline-flex;
  color: #1492E6;
  background: #fff;
  font-size: 1.2rem;
  line-height: 1.0;
  width: 2.0rem;
  height: 2.0rem;
  border-radius: 50%;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 0 0 0.1em 2.0rem;
}

#column .link_unki ul li:nth-of-type(1) {
  background-color: #F6DA4A;
}

sup {
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  vertical-align: super;
  position: relative;
  top: 0.4em;
}

sub {
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  vertical-align: sub;
  position: relative;
  bottom: -0.1em;
}


















/* 
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
font-family: 'Sawarabi Mincho', serif;
font-family: 'Zen Old Mincho', serif;
font-family: 'Noto Sans', sans-serif; 
*/