@charset "UTF-8";/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
	font-family: "Noto Sans JP",sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
	overflow-y: scroll;
  overflow-x: scroll;
  padding-top: 60px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
	display: none;
}
a {
	background-color: transparent;
}
a:active, a:hover {
	outline: 0;
	text-decoration: none;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: 700;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 1em;
	margin: .67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
img {
	border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0;
}
input {
	line-height: normal;
}
input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
height:auto;
}
input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
-webkit-appearance:none;
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: 700;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
@font-face {
	font-family: sippo-pc;
	font-display: swap;
	src: url(../../fonts/sippo-pc.eot?nexchj);
	src: url(../../fonts/sippo-pc.eot?nexchj#iefix) format("embedded-opentype"), url(../../fonts/sippo-pc.ttf?nexchj) format("truetype"), url(../../fonts/sippo-pc.woff?nexchj) format("woff"), url(../../fonts/sippo-pc.svg?nexchj#sippo-pc) format("svg");
}
.sippo-icon-arrow-right:before {
	content: "\e900";
	color: #fff;
}
.sippo-icon-arrow-right-small:before {
	content: "\e907";
	color: #000;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
}
*:hover {
	text-decoration: none;
	outline: none;
	-webkit-tap-highlight-color: transparent;
}
html {
	height: 100%;
	width: 100%;
}
body {
	font-weight: 400;
	color: #3F3F3F;
	font-size: 16px;
	width: 100%;
}
img {
	height: auto;
}
button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
a {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}
ul, li, ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	margin: 0;
}
p, figure {
	margin: 0;
}
select {
	outline: none;
}
/* ---------- footer ---------- */
.l-footer {
	width: 100%;
}
.l-footer .l-footer-inner {
	margin: 0 auto;
	padding: 21px 17px 68px;
	position: relative;
  width: 100%;
  background-color: #FFE4C2;
}
.l-footer .l-footer-inner .footer-nav__list {
	width: 100%;
}
.l-footer .l-footer-inner .footer-nav__list li {
	width: auto;
	display: inline-block;
	line-height: 2.8;
	padding: 0 10px;
	position: relative;
}
.l-footer .l-footer-inner .footer-nav__list li a {
	color: #3F3F3F;
}
.l-footer .l-footer-inner .footer-nav__list li a:hover {
	color: #44bfca;
	text-decoration: underline;
}
.l-footer .l-footer-inner .footer-nav__list li:after {
	content: '';
	display: block;
	width: 1px;
	height: 10px;
	background-color: #4d4d4d;
	position: absolute;
	right: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.l-footer .l-footer-inner .footer-nav__list li:last-child:after {
	width: 0;
}
.l-footer .l-footer-inner .footer__scroll-top {
	width: 100%;
	height: 50px;
	position: relative;
}
.l-footer .l-footer-inner .footer__scroll-top .footer-logo {
	position: relative;
	width: 100%;
	height: 100%;
}
.l-footer-inner .footer__scroll-top .footer-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100px;
}
.l-footer .l-footer-inner .copyright {
	text-align: center;
}
.l-footer .footer-link-wrapper {
	width: 100%;
	height: 64px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 210 !important;
}
.l-footer .footer-link-wrapper .footer__page-top {
	position: fixed;
	bottom: 74px;
	right: 3.73333%;
	z-index: 100;
	width: 48px;
	display: none;
}
.l-footer .footer-link-wrapper .footer__page-top img {
	width: 100%;
	height: auto;
}
.l-footer .footer__page-top2 {
	position: fixed;
	bottom: 60px;
	right: 10px;
	z-index: 100;
	width: 48px;
  opacity: 0;
}
.l-footer .footer__page-top2 img {
	width: 100%;
	height: auto;
}
.l-footer .footer-link-wrapper .footer-link {
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #ff9409;
}
.l-footer .footer-link-wrapper .footer-link li {
	display: inline-block;
	margin-left: 8%;
	height: 48px;
	line-height: 1;
	vertical-align: top;
}
.l-footer .footer-link-wrapper .footer-link li img {
	width: 24px;
	height: 24px;
}
.l-footer .footer-link-wrapper .footer-link li.active{
	opacity: .6;
}
.l-footer .footer-link-wrapper .footer-link li p {
	color: #fff;
	line-height: 1.4;
	margin: 0 -5px;
}
.l-footer .footer-link-wrapper .footer-link li:first-child {
	margin-left: 0;
}
.l-footer .footer-link-wrapper .footer-link .home {
	width: 40px;
	height: 48px;
	padding-top: 6px;
}
.l-footer .footer-link-wrapper .footer-link .reading,
.l-footer .footer-link-wrapper .footer-link .reading2 {
	width: 40px;
	height: 48px;
	padding-top: 6px;
}
.l-footer .footer-link-wrapper .footer-link .recommend {
	width: 40px;
	height: 48px;
	padding-top: 6px;
}
.l-footer .footer-link-wrapper .footer-link .ranking {
	width: 40px;
	height: 48px;
	padding-top: 6px;
}
.l-footer .footer-link-wrapper .footer-link .ranking img {
	transform: scale(1.08);
}
.l-footer .footer-link-wrapper .footer-link .useful,
.l-footer .footer-link-wrapper .footer-link .useful2 {
	width: 40px;
	height: 48px;
	padding-top: 6px;
	position: relative;
}
.l-footer .footer-link-wrapper .footer-link .useful img,
.l-footer .footer-link-wrapper .footer-link .useful2 img {
	transform: scale(1.33);
}
.l-footer #c-menu {
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 11;
	position: fixed;
	top: 100%;
	left: 0;
	padding-bottom: 130px;
}
.l-footer #c-menu2 {
  width: 100%;
  margin-top: 100vh;
	background-color: #fff;
	z-index: 105;
	position: fixed;
  top: 0;
  left: 0;
  transition: margin-top .25s;
}
.l-footer #c-menu .l-contents,
.l-footer #c-menu2 .l-contents {
	width: 100%;
	text-align: center;
  padding-top: 20px;
  padding-bottom: 64px;
}
.l-footer #c-menu .l-contents .menu-title,
.l-footer #c-menu2 .l-contents .menu-title {
	text-align: left;
	height: 24px;
}
.l-footer #c-menu .l-contents .menu-title__icon,
.l-footer #c-menu2 .l-contents .menu-title__icon {
	width: 24px;
	height: 24px;
	display: inline-block;
}
.l-footer #c-menu .l-contents .menu-title__icon img,
.l-footer #c-menu2 .l-contents .menu-title__icon img {
	vertical-align: top;
}
.l-footer #c-menu .l-contents .menu-title h1,
.l-footer #c-menu2 .l-contents .menu-title h1 {
	display: inline-block;
	line-height: 1.66667;
	vertical-align: top;
	height: 24px;
	margin-left: 12px;
	color: #8c8c8c;
}
.l-footer #c-menu .l-contents .l-main,
.l-footer #c-menu2 .l-contents .l-main {
	margin-bottom: 13px;
	float: inherit;
}
.l-footer #c-menu2 .l-contents .l-main section {
  margin-top: 30px;
  padding: 0;
}
.l-footer #c-menu2 .l-contents .l-main section:first-child {
  margin-top: 0;
}
.l-footer #c-menu2 .l-contents .l-main .menu-subtitle {
  margin-bottom: 15px;
  color: #ff9409;
  text-align: left;
  line-height: 1.5;
}
.l-footer #c-menu2 .l-contents .l-main .menu-subtitle p {
  font-size: 12px;
  line-height: 1.5;
}
.l-footer #c-menu2 .l-contents .l-main .c-link__more {
  padding-bottom: 0;
}
.l-footer #c-menu2 .l-contents .l-main .menu-link {
  margin-bottom: 20px;
  text-align: left;
}
.l-footer #c-menu2 .l-contents .l-main .menu-link a {
  display: block;
}
.l-footer #c-menu2 .l-contents .l-main .menu-link .menu-link__icon {
  display: inline-block;
  height: 32px;
  margin: 0;
  vertical-align: middle;
}
.l-footer #c-menu2 .l-contents .l-main .menu-link .menu-link__icon img {
  width: 32px;
  height: 32px;
}
.l-footer #c-menu2 .l-contents .l-main .menu-link .menu-link__name {
  margin-left: 5px;
  color: #44bfca;
  font-size: 16px;
  line-height: 1.36364;
  letter-spacing: 2px;
  vertical-align: middle;
}
.l-footer #c-menu2 .l-contents .l-main .menu-link .menu-link__icon + .menu-link__name {
  display: inline-block;
}
.l-footer #c-menu2 .l-contents .l-main .menu-link .menu-link__description {
  width: 100%;
  margin-top: 5px;
  color: #8c8c8c;
  font-size: 12px;
  line-height: 1.5;
}
.l-footer .footer-sitelist {
  padding-bottom: 5px;
  margin-bottom: 21px;
  border-bottom: solid 1px #4d4d4d;
}
.l-footer .footer-sitelist__hdg {
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.l-footer .footer-sitelist__hdg:after {
  content: '';
  position: absolute;
  top: 8px;
  right: 2px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #333;
  border-left: 2px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center;
  transform-origin: center
}
.l-footer .footer-sitelist__hdg.is-active:after {
  -webkit-transform: rotate(135deg) translate(4px, -4px);
  transform: rotate(135deg) translate(4px, -4px)
}
.l-footer .footer-sitelist__list:nth-child(2):after,
.l-footer .footer-sitelist__list:nth-child(4):after,
.l-footer .footer-sitelist__list:nth-child(5):after {
  clear: both;
  display: block;
  content: ""
}
.l-footer .footer-sitelist__list:nth-child(2) .footer-sitelist__item:last-child:after,
.l-footer .footer-sitelist__list:nth-child(4) .footer-sitelist__item:last-child:after,
.l-footer .footer-sitelist__list:nth-child(5) .footer-sitelist__item:last-child:after {
  content: none
}
.l-footer .footer-sitelist__list:nth-child(2),
.l-footer .footer-sitelist__list:nth-child(4) {
  margin-bottom: 20px
}
.l-footer .footer-sitelist__body {
  padding: 5px 0 16px;
  display: none;
}
.l-footer .footer-sitelist__item {
  float: left;
  margin: 5px 20px 0 0;
  font-size: 12px;
  position: relative
}
.l-footer .footer-sitelist__item a {
  color: #242424;
}
.l-footer .footer-sitelist__item:after {
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #b3b3b3
}
.l-footer .footer-sitelist__item a:nth-child(n+2) {
  margin-left: 20px;
  position: relative
}
.l-footer .footer-sitelist__item a:nth-child(n+2):before {
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #4d4d4d
}
.l-footer .footer-sitelist__item.nolink {
  float: none
}
.l-footer .footer-sitelist__item.nolink:after {
  content: none
}
.l-footer .footer-sitelist__item.nolink span {
  font-weight: 700
}
.menu-article-blocks__body .menu-article-block {
  font-weight: 300;
  border-bottom: 1px solid #d9d9d9;
  font-size: 16px;
  line-height: 1.42857;
  padding: 8px 0;
}
.menu-article-blocks__body .menu-article-block:first-child {
  padding-top: 0;
}
.menu-article-block a {
  display: block;
  min-height: 42px;
}
.menu-article-block  .menu-article-block__img {
  float: left;
  height: 48px;
  width: 64px;
  display: inline-block;
  overflow: hidden;
}
.menu-article-block .menu-article-block__body {
  padding: 2px 0 0 74px;
  color: #242424;
  text-align: left;
  width: 100%;
}
.menu-article-texts__body {
  margin-top: 15px;
  color: #242424;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.42857;
  text-align: left;
}
.menu-article-texts__body .menu-article-text__body {
  display: inline-block;
  margin-top: 5px;
}
.menu-article-texts__body .menu-article-text__body::after {
  content: "/";
  margin: 0 8px;
}
.menu-article-texts__body .menu-article-text__body:last-child::after {
  content: none;
}
.menu-article-texts__body .menu-article-text__body a {
  color: #242424;
}
.menu-category-blocks__body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.menu-category-blocks__body .menu-category-block {
  width: calc(50% - 10px);
  font-weight: 300;
  border-bottom: 1px solid #d9d9d9;
  font-size: 14px;
  line-height: 1.42857;
  padding: 8px 0;
}
.menu-category-blocks__body .menu-category-block:nth-child(1),
.menu-category-blocks__body .menu-category-block:nth-child(2) {
  padding-top: 0;
}
.menu-category-block a {
  display: block;
  min-height: 42px;
}
.menu-category-block  .menu-category-block__img {
  float: left;
  height: 48px;
  width: 64px;
  display: inline-block;
  overflow: hidden;
}
.menu-category-block .menu-category-block__body {
  padding: 2px 0 0 74px;
  color: #242424;
  text-align: left;
  width: 100%;
}
.l-footer #p-menu {
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 11;
	position: fixed;
	top: 100%;
	left: 0;
	padding-bottom: 130px;
}
.l-footer #p-menu2 {
	width: 100%;
  margin-top: 100vh;
	background-color: #fff;
	z-index: 105;
	position: fixed;
  top: 0;
  left: 0;
  transition: margin-top .25s;
}
.l-footer #p-menu .l-contents,
.l-footer #p-menu2 .l-contents {
	width: 100%;
	text-align: center;
  padding-top: 20px;
  padding-bottom: 64px;
}
.l-footer #p-menu .l-contents .menu-title,
.l-footer #p-menu2 .l-contents .menu-title {
	text-align: left;
	height: 24px;
}
.l-footer #p-menu .l-contents .menu-title__icon,
.l-footer #p-menu2 .l-contents .menu-title__icon {
	width: 32px;
	height: 24px;
	display: inline-block;
}
.l-footer #p-menu .l-contents .menu-title__icon img,
.l-footer #p-menu2 .l-contents .menu-title__icon img {
	vertical-align: top;
}
.l-footer #p-menu .l-contents .menu-title h1,
.l-footer #p-menu2 .l-contents .menu-title h1 {
	display: inline-block;
	line-height: 1.66667;
	vertical-align: top;
	height: 24px;
	margin-left: 12px;
	color: #8c8c8c;
}
.l-footer #p-menu .l-contents .l-main,
.l-footer #p-menu2 .l-contents .l-main {
	margin-bottom: 13px;
	float: inherit;
}
.l-footer #p-menu .l-contents .l-main .p-followus,
.l-footer #p-menu2 .l-contents .l-main .p-followus {
  margin: 0;
  padding: 0;
  border: none;
}
.l-footer #p-menu .l-contents .l-main .p-followus__description,
.l-footer #p-menu2 .l-contents .l-main .p-followus__description {
  margin-bottom: 20px;
}
.l-footer #p-menu .l-contents .l-main .p-followus__share,
.l-footer #p-menu2 .l-contents .l-main .p-followus__share {
  display: block;
  max-width: none;
  margin-bottom: 20px;
}
.l-footer #p-menu .l-contents .l-main .p-followus__share li,
.l-footer #p-menu2 .l-contents .l-main .p-followus__share li {
  width: auto;
  max-width: none;
  margin: 0 0 20px;
}
.l-footer #p-menu .l-contents .l-main .p-followus__share li:last-child,
.l-footer #p-menu2 .l-contents .l-main .p-followus__share li:last-child {
  margin-bottom: 0;
}
.l-footer #p-menu .l-contents .l-main .p-followus__share a,
.l-footer #p-menu2 .l-contents .l-main .p-followus__share a {
  display: flex;
  align-items: center;
  position: relative;
  height: 40px;
  padding: 0 10px 0 30px;
  text-align: center;
  border-radius: 20px;
}
.l-footer #p-menu .l-contents .l-main .p-followus__share p,
.l-footer #p-menu2 .l-contents .l-main .p-followus__share p {
  width: 100%;
  margin-top: 0;
  font-size: 14px;
  color: #fff;
}
.l-footer #p-menu .l-contents .l-main .p-followus__share img,
.l-footer #p-menu2 .l-contents .l-main .p-followus__share img {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 42px;
  height: 42px;
  background-color: #fff;
  border: solid 1px #fff;
  border-radius: 50%;
}
.l-footer #p-menu .l-contents .l-main .p-followus__share li:nth-child(1) a,
.l-footer #p-menu2 .l-contents .l-main .p-followus__share li:nth-child(1) a {
  background-color: #29b800;
}
.l-footer #p-menu .l-contents .l-main .p-followus__share li:nth-child(2) a,
.l-footer #p-menu2 .l-contents .l-main .p-followus__share li:nth-child(2) a {
  background-color: #ff9309;
}
.l-footer #p-menu .l-contents .l-main .p-followus__share li:nth-child(3) a,
.l-footer #p-menu2 .l-contents .l-main .p-followus__share li:nth-child(3) a {
  background-color: #af30bc;
}
.l-footer #p-menu .l-contents .l-main .p-followus__share li:nth-child(4) a,
.l-footer #p-menu2 .l-contents .l-main .p-followus__share li:nth-child(4) a {
  background-color: #333;
}
.l-footer #p-menu .l-contents .l-main .p-followus__share li:nth-child(5) a,
.l-footer #p-menu2 .l-contents .l-main .p-followus__share li:nth-child(5) a {
  background-color: #1877f2;
}
/* ---------- hamburger ---------- */
.body.no-scroll{
  overflow: hidden;
}

   /* ハンバーガーメニューボタン */
   .hamburger {
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1001;
  }

  .hamburger span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #4d4d4d;
    margin: 2.5px 0;
    border-radius: 3px;
    transition: all 0.3s ease;
  }

  .hamburger.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  /* メニュー全体 */
  .menu {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #FF9409;
    color: white;
    transition: top 0.4s ease;
    overflow: hidden;
  }
  .menu.active {
    position: absolute;
    top: 60px;
    height: 100%;
    min-height: calc(100dvh - 60px);
    overflow: scroll;
    z-index: 998;
    padding-bottom: 55px;
  }
  .menu-inner{
    min-height: calc(100% - 60px);
  }

  .menu a,.submenu-toggle {
    display: block;
    text-decoration: none;
    color: white;
    font-size: 16px;
    font-weight: 700;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    border-bottom: 1px #fff solid;
  }

  /* サブメニュー */
  .submenu {
    max-height: 0;
    overflow: hidden;
    background-color: #ff9409;
    transition: 0.4s ease-in-out;
  }

  .submenu.active {
    max-height: 755px; /* 十分大きな値を設定 */
  }

  .submenu a{
    font-size: 16px;
    color: #fff;
    border-bottom: 1px dashed #fff;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .submenu-toggle{
    text-align: center;
    position: relative;
  }
  .submenu-toggle::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    transition: transform 0.3s ease-in-out;
    border-radius: 15px;
    top: 48%;
    right: 38%;
  }
  .submenu-toggle.active:after{
    transform: rotate(-180deg);
  }

  .sns-inner{
    display: flex;
    background-color: #fff;
    justify-content: center;
    gap: 35px;
    height: 55px;
  }

.c-sns-icons a{
  padding-top: 15px;
  padding-bottom: 15px;
}
.c-sns-icons.active{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55px;
  transition: bottom 0.4s ease-in-out;
}

.c-sns-icons{
  width: 100%;
  height: 55px;
  z-index: 9999;
  transition: bottom 0.4s ease-in-out;
  position: fixed;
  bottom: -100%;

}

/* ---------- article-slider ---------- */
.p-article-slider {
  overflow: hidden;
}
.p-article-slider .p-article-slider__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-top: 34px;
}
.p-article-slider .p-article-slider__nav .p-article-slider__button {
  position: relative;
  inset: auto;
  width: 30px;
  height: 30px;
  margin: 6px 0;
  background-image: none;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(0, 0, 0, .2);
  transition: opacity .15s;
}
.p-article-slider .p-article-slider__button::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  border: solid #ffbd66;
  transform: rotate(45deg);
}
.p-article-slider .p-article-slider__button.p-article-slider__button--prev::before {
  right: -4px;
  border-width: 0 0 2px 2px;
}
.p-article-slider .p-article-slider__button.p-article-slider__button--next::before {
  left: -4px;
  border-width: 2px 2px 0 0;
}
.p-article-slider .p-article-slider__pagination {
  display: flex;
  gap: 20px;
  position: static;
}
.p-article-slider .p-article-slider__pagination span {
  width: 10px;
  height: 10px;
  background-color: #c9c9c9;
  opacity: 1;
}
.p-article-slider .p-article-slider__pagination span.swiper-pagination-bullet-active {
  background-color: #ff9409;
}


.l-contents {
	display: block;
	margin: auto;
	overflow: hidden;
	width: 100%;
}
.l-contents .l-main {
	float: left;
	width: 100%;
}
.l-contents .l-sidenav {
	float: right;
	width: 100%;
}
.l-sub-contents {
	width: 100%;
}
.l-sub-contents-inner {
	margin: 0 auto;
	width: 100%;
	padding: 0;
}
.c-btn {
	font-weight: 500;
	background: #ff9409;
	border-radius: 2px;
	font-size: 16px;
	color: #fff;
	letter-spacing: .57px;
	padding: 11px 24px 13px;
	text-align: center;
	border: 1px solid #ff9409;
}
.c-btn:hover {
	background-color: #FFF;
	border-radius: 3px;
	color: #ff9409;
}
.c-btn-more__wrapper {
	width: 100%;
	text-align: center;
}
.c-btn-more__wrapper .c-btn-more {
	font-weight: 500;
	background: #ff9409;
	border-radius: 2px;
	color: #fff;
	letter-spacing: .57px;
	line-height: 22px;
	padding: 3.49854% 4.08163%;
	text-align: center;
	width: 45.1895%;
	border: 1px solid #ff9409;
}
.c-btn-more__wrapper .c-btn-more:after {
	content: "\e901";
	font-family: sippo-pc, sans-serif;
	font-size: 12px;
	margin-left: 8px;
}
.c-btn-more__wrapper .c-btn-more:hover {
	background-color: #FFF;
	border-radius: 3px;
	color: #ff9409;
	border: 1px solid #ff9409;
}
.c-hr {
	background-color: #d9d9d9;
	border: 0;
	outline: none;
	height: 1px;
}
.c-hr--line-bold {
	background-color: #d9d9d9;
	border: 0;
	outline: none;
	height: 8px;
}
.c-share-sticky {
	width: 100%;
	height: 68px;
}
.c-share-sticky__inner {
	width: 100%;
	height: 48px;
  background-color: #fff;
	position: relative;
  z-index: 10;
}
.c-share-sticky li.c-share-sticky__title {
	margin-right: 24px;
}
.c-share-sticky__text {
	font-weight: 300;
	display: inline-block;
	color: #8c8c8c;
	line-height: 1.33333;
	width: auto;
	text-align: center;
	vertical-align: top;
	margin-left: 15.73333%;
	position: absolute;
	top: 50%;
	left: 0;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.c-share-sticky ul {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	right: 0;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: right;
}
.c-share-sticky li {
	display: inline-block;
	margin-bottom: 0;
	margin-right: 16px;
	width: 32px;
	height: 32px;
	position: relative;
}
.c-share-sticky li a {
	height: 100%;
	width: 100%;
}
.c-share-sticky li a:hover {
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.c-share-sticky li a img {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}
.c-link {
	font-weight: 300;
	color: #44bfca;
	display: block;
	font-size: 16px;
	line-height: 1.875;
	position: relative;
	width: 100%;
}
.c-link__text:hover {
	text-decoration: underline;
}
.c-link:before {
	color: #44bfca;
	content: "\e900";
	font-family: sippo-pc, sans-serif;
	font-size: 16px;
	line-height: 1;
	margin: -8px 0 0 10px;
	position: absolute;
	right: 0;
	top: 50%;
}
.c-link__more, .c-link__top {
	font-weight: 300;
	font-size: 14px;
	line-height: 1.42857;
	padding: 4.26667% 0;
	text-align: right;
}
.c-link__more .c-link__text, .c-link__top .c-link__text {
	color: #4d4d4d;
}
.c-link__more .c-link__text:hover, .c-link__top .c-link__text:hover {
	text-decoration: underline;
}
.c-link__more:after, .c-link__top:after {
	color: #44bfca;
	content: "\e900";
	font-family: sippo-pc, sans-serif;
	font-size: 12px;
	margin-left: 8px;
}
.c-site-breadcrumb {
	margin: 0 auto;
	padding: 8px 0 8px 16px;
	width: 100%;
	background-color: #e6e6e6;
	position: relative;
}
.c-site-breadcrumb .c-breadcrumb {
	font-weight: 300;
	font-size: 0;
}
.c-site-breadcrumb .c-breadcrumb li {
	display: inline-block;
}
.c-site-breadcrumb .c-breadcrumb li:after {
	content: "\e907";
	color: #959fa5;
	display: inline-block;
	font-family: sippo-pc, sans-serif;
	font-size: 12px;
	margin: 0 16px;
	vertical-align: middle;
}
.c-site-breadcrumb .c-breadcrumb li:last-of-type:after {
	display: none;
}
.c-site-breadcrumb .c-breadcrumb a {
	color: #44bfca;
	line-height: 1.42857;
	vertical-align: middle;
}
.c-site-breadcrumb .c-breadcrumb a:hover {
	text-decoration: underline;
}
.c-breadcrumb__top {
	font-weight: 300;
	font-size: 0;
}
.c-breadcrumb__top .c-current a {
	color: #8c8c8c;
}
.c-breadcrumb__top li {
	color: #8c8c8c;
	display: inline-block;
	font-size: 12px;
	line-height: 1.33333;
}
.c-breadcrumb__top li:after {
	content: "\e907";
	color: #959fa5;
	display: inline-block;
	font-family: sippo-pc, sans-serif;
	font-size: 12px;
	margin: 0 16px;
}
.c-breadcrumb__top li:last-of-type:after,
.c-breadcrumb__top li.noArrow:after {
	display: none !important;
}
.c-breadcrumb__top a {
	color: #44bfca;
	font-size: 12px;
	line-height: 1.33333;
}
.c-breadcrumb__top a span {
	display: block;
	margin-bottom: -3.44828%;
}
.c-breadcrumb__top a:hover {
	text-decoration: underline;
}
.c-breadcrumb__top .c-breadcrumb__home img {
	width: 16px;
	height: auto;
	margin-bottom: -3.44828%;
}
.c-breadcrumb__top svg {
	height: 16px;
	vertical-align: text-top;
	width: 16px;
}
.c-breadcrumb {
	font-weight: 200;
	font-size: 0;
}
.c-breadcrumb li {
	display: inline-block;
}
.c-breadcrumb li:after {
	content: "\e907";
	color: #959fa5;
	display: inline-block;
	font-family: sippo-pc, sans-serif;
	font-size: 12px;
	line-height: 1;
	margin: 0 16px;
	vertical-align: middle;
}
.c-breadcrumb li:last-of-type:after {
	display: none;
}
.c-breadcrumb a {
	color: #44bfca;
	line-height: 1.42857;
	vertical-align: middle;
}
.c-breadcrumb a:hover {
	text-decoration: underline;
}
.c-top-img--small {
   padding-top: 33.33333%;
   position: relative;
   width: 100%;
}
.c-top-img--small img {
	position: absolute;
	top: 0;
	left: 0;
}
.c-top-img--small__title {
  display: none;
  align-items: center;
  justify-content: center;
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 60px;
}
#authors .c-top-img--small__title,
#feature .c-top-img--small__title,
#keep .c-top-img--small__title,
#tag .c-top-img--small__title {
	display: flex;
}
.c-top-img--small__title span {
  display: block;
  text-shadow: 0 1px 8px rgba(0,0,0,.5);
  background-color: rgba(0, 0, 0, .35);
  padding: 5px 15px;

	font-weight: 300;
	color: #fff;
	font-size: 18px;
	line-height: 1.44444;
  letter-spacing: 2px;
  text-align: center;
}
.description{
  font-weight: 300;
  color: #4d4d4d;
  line-height: 1.42857;
  text-align: center;
  width: 100%;
}


.c-tag {
	font-weight: 300;
	margin-right: 8px;
}
.c-tag a {
	border: 1px solid #ff9409;
	border-radius: 2px;
	color: #ff9409;
	display: inline-block;
	letter-spacing: .44px;
	line-height: 1.71429;
	padding: 0 8px;
}
.c-tag a:hover {
	background-color: rgba(255,148,9,.1);
}
.c-tag.c-tag--large a {
	font-size: 18px;
	letter-spacing: 0;
	line-height: 1.44444;
	padding: 11px 12px;
	margin-bottom: 8px;
}
.c-tag.c-tag--medium a {
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1;
	padding: 11px 12px;
}
.c-title--h1 {
	font-weight: 300;
	font-size: 36px;
	color: #242424;
	line-height: 1.5;
}
.c-title--h3 {
	font-weight: 300;
	color: #242424;
	border-left: solid 2px #44bfca;
	line-height: 1.45455;
	padding: 0 0 0 12px;
}
.c-series-block {
	font-weight: 300;
	font-size: 16px;
	line-height: 1.375;
	width: 100%;
	position: relative;
}
.c-series-block a {
	color: #FFF;
}
.c-series-block:before {
	content: '';
	display: block;
	padding-top: 75.21866%;
}
.c-series-block .c-series {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.c-series-block .c-series .c-series-block__img {
	background-position: center center;
	background-repeat: none;
	background-size: cover;
	color: #FFF;
	height: auto;
	margin: 0 0 14px;
	text-align: center;
	width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
.c-series-block .c-series .c-series-block__img:hover {
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.c-series-block .c-series .c-series-block__img::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.c-series-block .c-series .c-series-block__img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.c-series-block .c-series .c-series-block__img .c-series-block__text {
  background-color: rgba(0, 0, 0, .35);
  padding: 10px 5px;
  position: relative;
  z-index: 2;
}
.c-series-block .c-series .c-series-block__img .c-series-block__title {
	font-weight: 500;
	color: #FFF;
	font-size: 18px;
	line-height: 1.22222;
	margin: 0 auto 2px;
	text-shadow: 0 1px 8px rgba(0,0,0,.3);
  width: 100%;
}
.c-series-block .c-series .c-series-block__img .c-series-block__sub-title {
	font-weight: 500;
	color: #FFF;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.42857;
	text-shadow: 0 1px 8px rgba(0,0,0,.3);
  width: 100%;
  position: relative;
}
.c-series-block .c-series .c-series-block__body {
	text-align: left;
	width: 100%;
}
.c-series-block .c-series .c-series-block__body a {
	color: #242424;
}
.c-series-block .c-link__more, .c-series-block .c-link__top {
	padding-top: 20px;
	padding-bottom: 0;
}
.c-article-block__small {
	font-weight: 300;
	border-bottom: 1px solid #d9d9d9;
	font-size: 14px;
	line-height: 1.42857;
	padding: 2.62391% 0;
	width: 100%;
}
.c-article-block__small a {
	color: #242424;
}
.c-article-block__small:hover {
	background-color: #f5f5f5;
}
.c-article-block__small:hover .c-article-block__img {
	text-decoration: underline;
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.c-article-block__small .c-article-block__img {
	float: left;
	height: 66px;
	width: 88px;
	display: inline-block;
	text-align: center;
	overflow: hidden;
}
.c-article-block__small .c-article-block__img img {
	width: initial;
	height: 100%;
}
.c-article-block__small .c-article-block__body {
	color: #242424;
	text-align: left;
	width: 100%;
}

@media(min-width:376px) {
.c-article-block__small .c-article-block__body {
	padding: 2px 0 0 120px;
}
;
}

@media(max-width:375px) {
.c-article-block__small .c-article-block__body {
	width: 100%;
	padding: 2px 0 0 32%;
}
;
}
.c-article-block__pr {
	font-weight: 300;
	margin-top: 6px;
	font-size: 10px;
	color: #8c8c8c;
	letter-spacing: 0;
	line-height: 1.66667;
	text-align: left;
}
.c-article-block-ranking__img {
	float: left;
	height: auto;
	width: 136px;
	height: 102px;
	/* padding-top: 31%; */
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.c-article-block-ranking__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: initial;
  height: 100%;
  object-fit: cover;
}
.c-article-block-ranking__img.rank1:before, .c-article-block-ranking__img.rank2:before, .c-article-block-ranking__img.rank3:before, .c-article-block-ranking__img.rank4:before, .c-article-block-ranking__img.rank5:before, .c-article-block-ranking__img.rank6:before, .c-article-block-ranking__img.rank7:before, .c-article-block-ranking__img.rank8:before, .c-article-block-ranking__img.rank9:before, .c-article-block-ranking__img.rank10:before {
	content: "";
	z-index: 10;
	background: url(../img/icon-rank1.svg) no-repeat center center;
	background-size: cover;
	top: -4px;
	height: 37px;
	position: absolute;
	left: 2px;
	width: 33px;
}
.c-article-block-ranking__img.rank2:before {
	background: url(../img/icon-rank2.svg) no-repeat center center;
	background-size: cover;
}
.c-article-block-ranking__img.rank3:before {
	background: url(../img/icon-rank3.svg) no-repeat center center;
	background-size: cover;
}
.c-article-block-ranking__img.rank4:before, .c-article-block-ranking__img.rank5:before, .c-article-block-ranking__img.rank6:before, .c-article-block-ranking__img.rank7:before, .c-article-block-ranking__img.rank8:before, .c-article-block-ranking__img.rank9:before, .c-article-block-ranking__img.rank10:before {
	background: url(../img/icon-rank4.svg) no-repeat center center;
	width: 36px;
	height: 36px;
	top: 0;
	left: 0;
	margin-top: 0;
}
.c-article-block-ranking__img.rank5:before {
	background: url(../img/icon-rank5.svg) no-repeat center center;
}
.c-article-block-ranking__img.rank6:before {
	background: url(../img/icon-rank6.svg) no-repeat center center;
}
.c-article-block-ranking__img.rank7:before {
	background: url(../img/icon-rank7.svg) no-repeat center center;
}
.c-article-block-ranking__img.rank8:before {
	background: url(../img/icon-rank8.svg) no-repeat center center;
}
.c-article-block-ranking__img.rank9:before {
	background: url(../img/icon-rank9.svg) no-repeat center center;
}
.c-article-block-ranking__img.rank10:before {
	background: url(../img/icon-rank10.svg) no-repeat center center;
}
.c-article-block-ranking__body {
	color: #242424;
	text-align: left;
	font-size: 14px;
	line-height: 1.375;
	padding-left: 151px;
}
.c-main-article-block {
	font-weight: 300;
	width: 100%;
	height: auto;
}
.c-main-article-block .c-article-block__img {
  margin-bottom: 10px;
  position: relative;
}
.c-main-article-block .c-article-block__img:hover {
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.c-main-article-block .c-article-block__img a {
	position: relative;
	display: block;
	padding-top: 75.9%;
	overflow: hidden;
}
.c-main-article-block .c-article-block__img a img{
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: inherit;
  height: 100%;
  object-fit: cover;
}
.c-main-article-block a.c-article-block__category {
	letter-spacing: 0;
	line-height: 1.42857;
	display: inline;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin-bottom: 0;
  padding: 1px 8px;
  background-color: #8c8c8c;
  color: #fff;
  font-size: 12px;
}
.c-main-article-block .c-article-block__category:hover {
  background-color: #a5a5a5;
  opacity: 1 !important;
}
.c-main-article-block .c-article-block__category a {
	color: #44bfca;
}
.c-main-article-block .c-article-block__category a:hover {
	text-decoration: underline;
}
.c-main-article-block .c-article-block__author {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.42857;
  margin-bottom: 4px;
  text-align: left;
}
.c-main-article-block .c-article-block__author a {
  color: #69ccd5;
  font-size: 12px;
}
.c-article-block__date {
	color: #8c8c8c;
	margin-top: 6px;
	font-size: 10px;
	letter-spacing: 0;
	line-height: 1.66667;
	text-align: left;
}
.c-main-article-block .c-article-block__body {
	text-align: left;
	color: #242424;
  line-height: 1.44444;
  font-size: 14px;
}
.c-main-article-block .c-article-block__body a {
	color: #242424;
}
.c-main-article-block .c-article-block__body a:hover {
	text-decoration: underline;
}
.c-article-block {
	overflow: hidden;
}
.c-article-block__group {
	font-weight: 300;
	display: inline-block;
	text-align: left;
	width: 47.81341%;
	vertical-align: top;
}
.c-article-block__group:nth-child(even) {
	margin-left: 4.37318%;
}
.c-article-block__group .c-article-block__img {
	height: auto;
	margin-bottom: 8px;
	position: relative;
	width: 100%;
}
.c-article-block__group .c-article-block__img a {
	position: relative;
	display: block;
	overflow: hidden;
  padding-top: 75%;
}
.c-article-block__group .c-article-block__img img {
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: inherit;
  height: 100%;
  object-fit: cover;
}
.c-article-block__group .c-article-block__img:hover {
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.c-article-block__group .c-article-block__img.new:before {
	content: "";
	background: url(../img/icon-new.svg) no-repeat center center;
	background-size: cover;
	z-index: 10;
	top: 5px;
	height: 27px;
	position: absolute;
	left: -4px;
	width: 48px;
}
.c-article-block__group a.c-article-block__category {
	display: inline;
	letter-spacing: 0;
	line-height: 1.42857;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin-bottom: 0;
  padding: 1px 8px;
  background-color: #8c8c8c;
  color: #fff;
  font-size: 10px;
}
.c-article-block__group .c-article-block__category:hover {
  background-color: #a5a5a5;
  opacity: 1 !important;
}
.c-article-block__group .c-article-block__category a {
	color: #44bfca;
}
.c-article-block__group .c-article-block__category a:hover {
	text-decoration: underline;
}
.c-article-block__group .c-article-block__author {
	letter-spacing: 0;
	line-height: 1.42857;
	margin-bottom: 4px;
}
.c-article-block__group .c-article-block__author a {
  color: #69ccd5;
  font-size: 10px;
}
.c-article-block__group .c-article-block__body {
	line-height: 1.44444;
  width: 100%;
  font-size: 12px;
}
.c-article-block__group .c-article-block__body a {
	color: #242424;
}
.c-article-block__group .c-article-block__body a:hover {
	text-decoration: underline;
}
.c-article-block__group-date {
	font-weight: 300;
	display: inline-block;
	text-align: left;
	width: 280px;
}
.c-article-block__group-date .c-article-block__img {
	height: 210px;
	margin-bottom: 10px;
	position: relative;
	width: 280px;
}
.c-article-block__group-date .c-article-block__img.new:after {
	content: "";
	background: url(../img/label-new.png) no-repeat center center;
	background-size: contain;
	height: 30px;
	left: -7px;
	position: absolute;
	top: 8px;
	width: 54px;
}
.c-article-block__group-date .c-article-block__category {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.42857;
	margin-bottom: 4px;
}
.c-article-block__group-date .c-article-block__category a {
	color: #44bfca;
}
.c-article-block__group-date .c-article-block__category a:hover {
	text-decoration: underline;
}
.c-article-block__group-date .c-article-block__body {
	font-size: 18px;
	line-height: 1.44444;
	margin-bottom: 10px;
	width: 280px;
}
.c-article-block__group-date .c-article-block__body a {
	color: #242424;
}
.c-article-block__group-date .c-article-block__body a:hover {
	text-decoration: underline;
}
.c-article-block__group-date .c-article-block__date {
	color: #8c8c8c;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.42857;
	text-align: right;
}
.c-tab {
	font-size: 0;
	height: 40px;
	margin: 0 0 9.32945%;
	position: relative;
	background-color: #fff;
}
.c-tab:before {
	content: '';
	display: block;
	border-bottom: 1px solid #d9d9d9;
	width: 4px;
	height: 40px;
	position: absolute;
	margin-left: -3px;
	top: 0;
	left: 0;
	z-index: -1;
}
.c-tab .c-tab__label {
	font-weight: 300;
	border-bottom: 1px solid #d9d9d9;
	color: #8c8c8c;
	display: inline-block;
	font-size: 16px;
	height: 40px;
	line-height: 2.5;
	text-align: center;
	width: 33.333333%;
}
.c-tab .c-tab__label img {
	width: 32px;
	height: 32px;
	vertical-align: top;
}
.c-tab .c-tab__label:hover svg {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.c-tab .c-tab__label:hover a {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	text-decoration: none;
}
.c-tab .c-tab__label svg {
	height: 32px;
	vertical-align: middle;
	width: 32px;
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.c-tab .c-tab__label span {
	vertical-align: top;
}
.c-tab .c-tab__label.tab_on {
	border: 1px solid #d9d9d9;
	border-bottom: none;
	color: #242424;
}
.c-tab .c-tab__label.tab_on svg {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.c-tab .c-tab__label.tab_on a {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.c-tab .c-tab__label a {
	color: #242424;
	display: block;
	height: 40px;
	width: 100%;
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.c-tab .c-tab__cat svg {
	width: 28px;
	height: 28px;
}
.c-tab:after {
	content: '';
	display: block;
	border-bottom: 1px solid #d9d9d9;
	width: 4px;
	height: 40px;
	position: absolute;
	top: 0;
	right: -3px;
	z-index: -1;
}
.c-input__text input {
	background: url(../img/icon-search.png) no-repeat 18px center;
	border: 1px solid #8c8c8c;
	height: 56px;
	padding: 15px 10px 15px 58px;
	width: 100%;
}
.c-image-caption {
	font-weight: 200;
	color: #8c8c8c;
	display: inline-block;
	font-size: 12px;
	line-height: 1.33333;
	width: 100%;
}
.c-text-padding {
	/* padding: 0 4.26667%; */
  padding: 0 10px;
}
.c-text-margin {
	/* margin: 0 4.26667%; */
  margin: 0 10px;
}
.c-article-title {
	position: relative;
	text-align: center;
}
.c-article-title:before {
	content: '';
	display: block;
	position: absolute;
	background: url(../img/foot_print1.svg) no-repeat center center;
	background-size: contain;
	width: 18.36735%;
	height: 20px;
	top: 50%;
	left: 4.37318%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.c-article-title h2 {
	font-weight: 300;
	color: #4d4d4d;
	letter-spacing: 1px;
	line-height: 1.4;
}
.c-article-title:after {
	content: '';
	display: block;
	position: absolute;
	background: url(../img/foot_print2.svg) no-repeat center center;
	background-size: contain;
	width: 18.36735%;
	height: 20px;
	top: 50%;
	right: 4.37318%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.c-writer-wrapper {
	width: 100%;
	overflow: hidden;
}
.c-writer-banner {
	width: 100%;
}
.c-writer-banner__avatar {
	float: left;
	width: 72px;
	margin-right: 16px;
}
.c-writer-banner__body {
	width: 100%;
	min-height: 72px;
	padding-left: 88px;
}
.c-writer-banner__name {
	font-weight: 300;
	color: #44bfca;
	line-height: 1.42857;
	margin: 0 auto 12px;
}
.c-writer-banner__name:hover {
	text-decoration: underline;
}
.c-writer-banner__meta {
	font-weight: 300;
	color: #4d4d4d;
	line-height: 1.42857;
}
.c-writer-banner--size_large {
	width: 160px;
}
.c-writer-banner--size_large .c-writer-banner__avatar {
	float: none;
	width: 120px;
	height: 120px;
	margin: 0 auto;
}
.c-writer-banner--size_large .c-writer-banner__body {
	padding: 0;
	text-align: center;
}
.c-select {
	height: 48px;
	position: relative;
	width: 175px;
}
.c-select:before {
	color: #44bfca;
	content: "\e901";
	font-family: sippo-pc, sans-serif;
	font-size: 12px;
	line-height: 1;
	margin-top: -6px;
	pointer-events: none;
	position: absolute;
	right: 15px;
	top: 50%;
	z-index: 1;
}
.c-select select {
	font-weight: 300;
	border: 0;
	border-radius: 0;
	color: #8c8c8c;
	font-size: 16px;
	height: 48px;
	line-height: 22px;
	padding: 0 16px;
	text-align: center;
	text-align: -webkit-center;
	width: 175px;
}
.p-banner-wrapper {
  width: 100%;
	position: relative;
  text-align: center;
}
#toppbannerwrapper{
	min-height: 10px;
}
.p-banner-wrapper .p-banner {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: auto;
	width: 320px;
	height: 100%;
}
.p-banner-wrapper .p-banner img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.p-article-blocks {
	margin: 0 auto;
	width: 100%;
}
.p-article-blocks__title {
	font-weight: 300;
	color: #8c8c8c;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.42857;
	margin: 0 auto 12px;
}
.p-article-blocks__body .c-series-block+.c-article-block__small {
	border-top: 1px solid #d9d9d9;
}
.p-article-wrapper .p-category__article-type {
	text-align: center;
}
.p-article-wrapper .p-category__article-type ul {
	font-size: 0;
}
.p-article-wrapper .p-category__article-type li {
	font-weight: 300;
	display: inline-block;
	margin-left: 37px;
	position: relative;
	line-height: 1.42857;
}
.p-article-wrapper .p-category__article-type li:first-of-type {
	margin: 0;
}
.p-article-wrapper .p-category__article-type .article-type--select a {
	color: #8c8c8c;
	font-size: 16px;
	line-height: 22px;
}
.p-article-wrapper .p-category__article-type .article-type--select a:hover {
	color: #242424;
}
.p-article-wrapper .p-category__article-type .article-type--select.on a {
	color: #242424;
}
.p-article-wrapper .p-category__article-type .on:after {
	content: "";
	border-bottom: 2px solid #44bfca;
	bottom: 0;
	left: 50%;
	margin: 0 0 -6px -12px;
	position: absolute;
	width: 24px;
}
.p-article-wrapper .p-category__article {
	font-size: 0;
}
.p-article-wrapper .p-category__article .p-article-block-wrapper {
	width: 100%;
}
.p-rensai .p-rensai-article-block .p-rensai-article {
	overflow: hidden;
}
.p-rensai .p-rensai-article-block .p-rensai-article-link {
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}
.p-rensai .p-rensai-article-block .p-rensai-article-inner + .p-rensai-article-inner .p-rensai-article-link {
  padding-top: 20px;
}
.p-rensai .p-rensai-article-block .p-rensai-article-link:hover {
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.p-rensai .p-rensai-article-block .p-rensai-article-link .p-rensai-series__title {
  color: #242424;

  font-weight: 500;
	font-size: 18px;
	line-height: 1.22222;
	margin: 0 auto 10px;
}
.p-rensai .p-rensai-article-block .p-rensai-article-link .p-rensai-series__sub-title {

  font-weight: 500;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.42857;
}
.p-rensai .p-rensai-article-block .p-rensai-article-link .p-rensai-series__label {
  display: inline-block;
  min-width: 40px;
  margin-top: -4px;
  padding: 2px 5px;
  color: #FFF;
	font-weight: 200;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
}
.p-rensai .p-rensai-article-block .p-rensai-article-link .p-rensai-series__label-1 {
  background-color: #44bfca;
}
.p-rensai .p-rensai-article-block .p-rensai-article-link .p-rensai-series__label-2 {
  background-color: #f76ea7;
}
.p-rensai .p-rensai-article-block .p-rensai-article-link .p-rensai-series__label-3 {
  background-color: #ff9409;
}
.p-rensai .p-rensai-article-block .p-rensai-article-link .p-rensai-series {
  display: flex;
  justify-content: space-between;
}
.p-rensai .p-rensai-article-block .p-rensai-article-link .p-rensai-series__img-wrapper {
	width: 120px;
}
.p-rensai .p-rensai-article-block .p-rensai-article-link .p-rensai-series__img-wrapper img {
  display: block;
	position: relative;
	width: 100%;
	height: auto;
}
.p-rensai .p-rensai-article-block .p-rensai-article-link .p-rensai-series__body {
  font-weight: 300;
  font-size: 14px;
	text-align: left;
	width: calc(100% - 130px);
	color: #242424;
	line-height: 1.42857;
}
.p-rensai .p-rensai-article-block .p-rensai-article-link .c-link__more {
	padding: 10px 0 0;
}
.p-feature .p-article .c-tab__body {
	height: auto;
}
.p-feature .p-article .c-tab__body .c-article-block__group {
	width: 100%;
}
.p-feature .p-article .c-tab__body .c-article-block__img {
	position: relative;
}
.p-feature .p-article .c-tab__body .c-article-block__img:before {
	content: '';
	display: block;
	padding-top: 75.21866%;
}
.p-feature .p-article .c-tab__body .c-article-block__img a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.p-feature .p-article .c-tab__body .c-article-block__img a img {
	position: relative;
	width: 100%;
	height: auto;
}
.p-hospital {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	background-color: #f5f5f5;
	padding-top: 40px;
	padding-bottom: 40px;
}
.p-hospital__icon {
	padding: 0;
	margin: 0 auto 12px;
	height: 72px;
}
.p-hospital .p-hospital__icon {
  display: inline-block;
  height: 48px;
  margin: 0 5px 15px 0;
  vertical-align: middle;
}
.p-hospital__icon img {
	width: 72px;
	height: 72px;
}
.p-hospital .p-hospital__icon img {
  width: 48px;
	height: 48px;
}
.p-hospital__name {
	font-weight: 300;
	font-size: 22px;
	color: #44bfca;
	letter-spacing: 3.6px;
	line-height: 1.36364;
	padding-bottom: 15px;
}
.p-hospital .p-hospital__name {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 2px;
  vertical-align: middle;
}
.p-hospital__description {
	font-weight: 300;
	color: #8c8c8c;
	font-size: 16px;
	line-height: 1.375;
	margin-bottom: 20px;
}
.p-hospital .c-btn {
  display: inline-block;
  width: 82.93333%;
}
.p-followus {
  height: auto;
  padding: 15px 0;
	text-align: center;
	width: auto;
  position: relative;
  z-index: 1;
	border: 1px solid #d9d9d9;
	margin: 0 4.26667%;
}
.p-followus__title {
  font-size: 24px;
	font-weight: 300;
	color: #242424;
	letter-spacing: 1px;
	line-height: 1.375;
	margin: 0 0 10px;
}
.p-followus__description {
  font-size: 14px;
	font-weight: 300;
	color: #242424;
	line-height: 1.42857;
	margin: 0 0 15px;
}
.p-followus__share {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 280px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-followus__share li {
  width: calc(33.333% - 4px);
  max-width: 70px;
  margin: 16px 8px 0 0;
}
.p-followus__share li:last-child {
  margin-right: 0;
}
.p-followus__share a {
  display: block;
}
.p-followus__share img {
  display: block;
  width: 48px;
  margin: 0 auto;
}
.p-followus__share p {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.42857;
  white-space: nowrap;
}

.p-followus__share li:nth-child(1) p {
  color: #1877f2;
}
.p-followus__share li:nth-child(2) p {
  color: #333;
}
.p-followus__share li:nth-child(3) p {
  color: #af30bc;
}
.p-counsel {
  margin: 0 auto;
  padding-bottom: 40px;
	text-align: center;
	width: 100%;
}
.p-counsel__icon {
	padding: 0;
	margin: 0 auto 12px;
	height: 72px;
}
.p-counsel .p-counsel__icon {
  display: inline-block;
  height: 48px;
  margin: 0 5px 15px 0;
  vertical-align: middle;
}
.p-counsel__icon img {
	width: 72px;
	height: 72px;
}
.p-counsel .p-counsel__icon img {
  width: 48px;
	height: 48px;
}
.p-counsel__name {
	font-weight: 300;
	font-size: 22px;
	color: #44bfca;
	letter-spacing: 3.6px;
	line-height: 1.36364;
	margin-bottom: 15px;
}
.p-counsel .p-counsel__name {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 2px;
  vertical-align: middle;
}
.p-counsel__description {
	font-weight: 300;
	font-size: 16px;
	color: #8c8c8c;
	line-height: 1.375;
	margin-bottom: 20px;
}
.p-counsel .c-btn {
  display: inline-block;
	width: 82.93333%;
}
.p-symptom {
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
	text-align: center;
  width: 100%;
}
.p-symptom__icon {
	padding: 0;
	margin: 0 auto 12px;
	height: 72px;
}
.p-symptom .p-symptom__icon {
  display: inline-block;
  height: 48px;
  margin: 0 5px 15px 0;
  vertical-align: middle;
}
.p-symptom__icon img {
	width: 72px;
	height: 72px;
}
.p-symptom .p-symptom__icon img {
  width: 48px;
	height: 48px;
}
.p-symptom__name {
	font-weight: 300;
	font-size: 22px;
	color: #44bfca;
	letter-spacing: 3.6px;
	line-height: 1.36364;
	padding-bottom: 15px;
}
.p-symptom .p-symptom__name {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 2px;
  vertical-align: middle;
}
.p-symptom__description {
	font-weight: 300;
	font-size: 16px;
	color: #8c8c8c;
	line-height: 1.375;
	margin-bottom: 20px;
}
.p-symptom .c-btn {
  display: inline-block;
	width: 82.93333%;
}
.p-guide {
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
	text-align: center;
  width: 100%;
}
.p-guide__icon {
	padding: 0;
	margin: 0 auto 12px;
	height: 72px;
}
.p-guide .p-guide__icon {
  display: inline-block;
  height: 48px;
  margin: 0 5px 15px 0;
  vertical-align: middle;
}
.p-guide__icon img {
	width: 72px;
	height: 72px;
}
.p-guide .p-guide__icon img {
  width: 48px;
	height: 48px;
}
.p-guide__name {
	font-weight: 300;
	font-size: 22px;
	color: #44bfca;
	letter-spacing: 3.6px;
	line-height: 1.36364;
	padding-bottom: 15px;
}
.p-guide .p-guide__name {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 2px;
  vertical-align: middle;
}
.p-guide__description {
	font-weight: 300;
	font-size: 16px;
	color: #8c8c8c;
	line-height: 1.375;
	margin-bottom: 20px;
}
.p-guide .c-btn {
  display: inline-block;
	width: 82.93333%;
}
.p-pickup {
	text-align: center;
	width: 100%;
}
.p-pickup__body {
	font-size: 0;
}
.p-pickup__row {
	margin: 0 auto -24px;
	width: 100%;
}
.p-recommend__title:before {
	left: 0;
}
.p-recommend__title:after {
	right: 0;
}
.p-recommend__body {
	font-size: 0;
}
.p-recommend__row {
	margin: 0 auto;
	width: 100%;
}
.p-new__theme {
	width: 229px;
	height: 24px;
	position: relative;
}
.p-new__theme svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
.p-new__body {
	font-size: 0;
}
.p-new__row {
	margin: 0 auto;
	width: 100%;
}
.p-new .c-link__more, .p-new .c-link__top {
	padding-top: 0;
}
.p-promotion {
	width: 100%;
}
.p-promotion .p-promotion-container {
	background-color: #f5f5f5;
	max-width: 343px;
	width: 100%;
	margin: 0 auto;
}
.p-promotion .p-promotion-container .img-wrapper {
	width: 100%;
	height: auto;
	max-height: 250px;
	margin: 0 auto;
	padding: 4px 4px 0;
}
.p-promotion .p-promotion-container .img-wrapper img {
	width: 100%;
	height: auto;
}
.p-promotion .p-promotion-container .p-promotion__body {
	font-weight: 300;
	padding: 12px 16px 16px;
}
.p-promotion .p-promotion-container .p-promotion__body .p-promotion__title {
	color: #8c8c8c;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.42857;
	margin-bottom: 8px;
}
.p-promotion .p-promotion-container .p-promotion__body .p-promotion__text {
	color: #242424;
	font-size: 16px;
	line-height: 1.375;
}
.p-trend {
	position: relative;
}
.p-trend__theme {
	width: 161px;
	height: 24px;
	position: relative;
}
.p-trend__theme svg {
	position: absolute;
	top: 0;
	left: 0;
}
.p-ad {
  max-width: 336px;
  min-height: 250px;
	display: block;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}
.p-ad .ad__img {
	width: 300px;
	height: 250px;
}
.p-ad .ad__img:hover {
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.p-ranking__title {
	width: 100%;
	height: 24px;
	text-align: left;
}
.p-ranking__title .svg-wrapper {
	width: 199px;
	height: 24px;
	line-height: 24px;
	display: inline-block;
}
.p-ranking__title .svg-wrapper svg {
	width: 100%;
	height: auto;
}
.p-ranking__title .text {
	margin: 0;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	vertical-align: top;
	color: #ff9409;
}
.p-ranking .c-tab {
	margin-bottom: 4.66472%;
}
.p-ranking__icon {
	padding: 40px 0 16px;
}
.p-ranking__name {
	font-weight: 300;
	font-size: 24px;
	color: #44bfca;
	letter-spacing: 3.6px;
	line-height: 1.16667;
	padding-bottom: 17px;
}
.p-ranking__description {
	font-weight: 300;
	font-size: 16px;
	color: #8c8c8c;
	line-height: 1.375;
	padding-bottom: 27px;
}
.p-ranking__comment {
	margin: 0 auto 16px;
	text-align: left;
	width: 100%;
}
.p-ranking__comment-info {
	font-weight: 300;
	font-size: 14px;
	line-height: 1.42857;
	width: 100%;
}
.p-ranking__animal-icon {
	float: left;
	width: 13.99417%;
}
.p-ranking__animal-icon svg {
	width: 100%;
	height: auto;
}
.p-ranking__meta {
	float: left;
	margin: 0 0 0 12px;
}
.p-ranking__pet-type {
	color: #242424;
	margin: 0 auto 2px;
	text-align: left;
}
.p-ranking__pet-date {
	color: #242424;
	text-align: left;
}
.p-ranking__action {
	float: right;
	text-align: left;
}
.p-ranking__action.replay {
	color: #44bfca;
}
.p-ranking__action.replay:hover {
	text-decoration: underline;
}
.p-ranking__reply {
	margin: 0 auto 2px;
}
.p-ranking .c-btn {
	width: 82.93333%;
}
.p-fixed-page {
	margin: 32px auto 80px;
}
.p-fixed-page__pageTitle {
	font-weight: 300;
	text-align: center;
	font-size: 24px;
	line-height: 1.16667;
	margin-top: 56px;
}
.p-fixed-page__pageTitle.-size20 {
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: 1px;
}
.p-fixed-page__body {
	margin-top: 40px;
}
.p-fixed-page__bodyH2 {
	font-size: 18px;
	line-height: 1.44444;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 20px 0;
	margin-top: 40px;
	font-weight: 400;
}
.p-fixed-page__bodyH2.-size16 {
	font-size: 16px;
	line-height: 1.625;
	padding: 0;
	border-top: none;
	border-bottom: none;
}
.p-fixed-page__bodyH2.-line {
	font-weight: 400;
	color: #242424;
	border-left: solid 2px #ff9409;
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 32px;
	padding: 0 0 0 12px;
	border-top: none;
	border-bottom: none;
}
.p-fixed-page__bodyH3 {
	font-weight: 200;
	font-size: 16px;
	line-height: 1.375;
	margin-top: 40px;
	font-weight: 400;
	background: #f7f7f7;
	padding: 10px 20px;
}
.p-fixed-page__bodyImg {
	margin-top: 80px;
}
.p-fixed-page__bodyImg+.p-fixed-page__bodyImg {
	margin-top: 40px;
}
.p-fixed-page__bodyText {
	font-size: 16px;
	line-height: 1.875;
	margin-top: 30px;
}
.p-fixed-page__bodyText:first-child {
	margin-top: 0;
}
.p-fixed-page__bodyH2+.p-fixed-page__bodyText {
	margin-top: 40px;
}
.p-fixed-page__bodyH3+.p-fixed-page__bodyText {
	margin-top: 40px;
}
.p-fixed-page__bodyH2.-size16+.p-fixed-page__bodyText {
	margin-top: 0;
}
.p-fixed-page__bodyText .strong-color {
	font-size: 16px;
	line-height: 1.875;
	margin-top: 40px;
	font-weight: 400;
}
.p-fixed-page__bodyNote {
	margin-top: 40px;
	padding: 20px;
	border: 1px solid #e6e6e6;
}
.p-fixed-page__bodyNote .p-fixed-page__bodyH3 {
	margin-top: 0;
}
.p-qa-section {
	margin-top: 40px;
}
.p-qa-section__typeQ {
	font-size: 16px;
	line-height: 1.625;
	color: #ff9409;
}
.p-qa-section__typeQ:before {
	content: 'Q.';
	margin-right: 8px;
}
.p-qa-section__typeA {
	font-size: 16px;
	line-height: 1.625;
	margin-top: 20px;
}
.p-qa-section__typeA:before {
	content: 'A.';
	margin-right: 8px;
}
.p-qa-section__text {
	font-size: 16px;
	line-height: 1.875;
	margin-top: 40px;
}
.p-qa-section__text:first-child {
	margin-top: 0;
}
.p-qa-section__text .strong-color {
	font-size: 16px;
	line-height: 1.875;
	margin-top: 40px;
	font-weight: 400;
}
.p-qa-section__text a {
	color: #44bfca;
}
.p-pagelink {
	margin-bottom: 56px;
}
.p-pagelink__list {
	border-bottom: 1px solid #e6e6e6;
}
.p-pagelink__item {
	font-size: 16px;
	border-top: 1px solid #e6e6e6;
}
.p-pagelink__item a {
	color: #242424;
	padding: 12px 0;
	display: block;
	position: relative;
}
.p-pagelink__item a:before {
	color: #44bfca;
	content: "\e900";
	font-family: sippo-pc, sans-serif;
	font-size: 16px;
	line-height: 1;
	margin: -8px 0 0 10px;
	position: absolute;
	right: 0;
	top: 50%;
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.p-form-info {
	text-align: center;
	padding: 40px 0;
}
.p-form-info__name {
	font-weight: 300;
	font-size: 20px;
	color: #ff9409;
	line-height: 1.5;
	padding-bottom: 17px;
}
.p-form-info__description {
	font-weight: 300;
	color: #242424;
	font-size: 16px;
	line-height: 1.875;
	padding-bottom: 27px;
}
.p-form-info__btn {
	width: 300px;
	margin: 0 auto;
}
.p-form {
	margin-top: 40px;
}
.p-form .p-form__inputText, .p-form .p-form__textArea {
	padding: 10px;
	width: 100%;
	outline: none;
	border-radius: 2px;
	border: 1px solid #e6e6e6;
}
.p-form .p-form__inputText:focus, .p-form .p-form__textArea:focus {
	border: 1px solid #44bfca;
	outline: none;
}
.p-form .p-form__inputText:focus::-webkit-input-placeholder, .p-form .p-form__textArea:focus::-webkit-input-placeholder {
color:transparent;
}
.p-form .p-form__inputText:focus:-ms-input-placeholder, .p-form .p-form__textArea:focus:-ms-input-placeholder {
color:transparent;
}
.p-form .p-form__inputText:focus::placeholder, .p-form .p-form__textArea:focus::placeholder {
color:transparent;
}
.p-form .p-form__inputText {
	min-height: 54px;
}
.p-form .p-form__textArea {
	min-height: 180px;
}
.p-form__select {
	position: relative;
}
.p-form__select select {
	padding: 10px;
	border: 1px solid #e6e6e6;
	width: 100%;
	border-radius: 2px;
}
.p-form__select .placeholder {
	color: #8c8c8c;
	color: #f00;
}
.p-form__select:before {
	content: '';
	background: url(../../sp/img/arrow-down-triangle.svg) no-repeat center center;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	right: 10px;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.p-form__column {
	padding: 0;
}
.p-form__columnTitle {
	font-weight: 300;
	font-size: 16px;
	padding-right: 60px;
	margin-bottom: 8px;
}
.p-form__columnError {
	display: none;
	color: #ff634a;
	font-size: 16px;
	margin-top: 10px;
}
.p-form__tag {
	color: #fff;
	font-size: 12px;
	border-radius: 3px;
	line-height: 24px;
	padding: 0 6px;
	height: 24px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: text-bottom;
}
.p-form__tag.-must {
	background: #e37163;
}
.p-form__tag.-any {
	background: #848484;
}
.p-form__btnWrap {
	text-align: center;
	margin-top: 60px;
}
.p-form__btnWrap .c-btn {
	width: 300px;
	display: block;
	margin: 0 auto;
}
.p-form__btnWrap .c-btn+.c-btn {
	margin-top: 40px;
}
.p-form__btnWrapLink {
	font-weight: 300;
	font-size: 14px;
	line-height: 1.42857;
	padding: 10px 0;
}
.p-form__btnWrapLink:after {
	color: #44bfca;
	content: "\e900";
	font-family: sippo-pc, sans-serif;
	font-size: 12px;
	margin-left: 8px;
}
.p-form__btnWrapLink a {
	color: #4d4d4d;
}
.p-form__btnWrapLink .c-link__text:hover {
	text-decoration: underline;
}
.help__comfirm+.p-form__btnWrap {
	margin-top: 80px;
}
.p-form__privacy {
	margin-top: 40px;
	padding: 20px;
	border: 1px solid #e6e6e6;
}
.p-form__privacyCheck {
	text-align: center;
	display: block;
	margin-top: 16px;
}
.p-form__radioInput {
	display: none;
}
.p-form__radio.-horizon {
	display: inline-block;
	margin-left: 30px;
}
.p-form__radio.-horizon:first-of-type {
	margin-left: 0;
}
.p-form__radioLabel {
	position: relative;
	padding-left: 30px;
}
.p-form__radio .p-form__radioInput+.p-form__radioIcon:before {
	position: absolute;
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	top: 50%;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-radius: 50%;
	border: 2px solid #e6e6e6;
}
.p-form__radio .p-form__radioInput:checked+.p-form__radioIcon:after {
	position: absolute;
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	top: 50%;
	left: 6px;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-radius: 50%;
	background: #44bfca;
}
.p-form .p-form__group+.p-form__group {
	margin-top: 40px;
}
.p-form .p-form__columnBody.-error input[type=text], .p-form .p-form__columnBody.-error textarea {
	border: 1px solid #ff634a;
	background: #fff3f1;
}
.p-form .p-form__columnBody.-error .p-form__columnError {
	display: block;
}
.p-form .label-checkbox input[type=checkbox] {
	display: none;
}
.p-form .label-checkbox {
	cursor: pointer;
	position: relative;
	padding-left: 30px;
}
.p-form .label-checkbox .lever:before {
	content: "";
	width: 16px;
	height: 16px;
	display: block;
	border: 2px solid #e6e6e6;
	position: absolute;
	top: 4px;
	left: 0;
}
.p-form .label-checkbox input[type=checkbox]:checked+.lever {
	color: #44bfca;
}
.p-form .label-checkbox input[type=checkbox]:checked+.lever:after {
	content: "";
	width: 8px;
	height: 8px;
	display: block;
	background: #44bfca;
	position: absolute;
	top: 10px;
	left: 6px;
}
.p-stepBar {
	position: relative;
	list-style: none;
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 0;
	text-align: center;
	width: 100%;
	overflow: hidden;
}
.p-stepBar__step {
	position: relative;
	float: left;
	display: inline-block;
	line-height: 38px;
	padding: 0 40px 0 20px;
	background-color: #cecece;
	box-sizing: border-box;
	font-size: 14px;
	color: #fff;
}
.p-stepBar__step:before, .p-stepBar__step:after {
	position: absolute;
	left: -15px;
	display: block;
	content: '';
	background-color: #cecece;
	border-left: 4px solid #FFF;
	width: 19px;
	height: 19px;
}
.p-stepBar__step:after {
	top: 0;
	-ms-transform: skew(30deg);
	transform: skew(30deg);
}
.p-stepBar__step:before {
	bottom: 0;
	-ms-transform: skew(-30deg);
	transform: skew(-30deg);
}
.p-stepBar__step.current {
	color: #FFF;
	background-color: #ff9409;
}
.p-stepBar__step.current:before, .p-stepBar__step.current:after {
	background-color: #ff9409;
}
.p-stepBar__step:first-child:before, .p-stepBar__step:first-child:after {
	content: none;
}
.p-stepBar.step3 .p-stepBar__step {
	width: 34%;
}
.p-stepBar.step3 .p-stepBar__step:first-of-type {
	width: 35%;
}
.p-stepBar.step3 .p-stepBar__step:last-of-type {
	width: 31%;
}
.p-right-column {
	width: 300px;
}

.p-header{
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.10);
}
.p-header-inner{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 10px;
  z-index: 999;
  background-color: #fff;
}
.p-header-inner__logo a img{
  width: 100px;
}
.p-header__icons {
  display: flex;
  gap: 20px;
  align-items: center;
}













/* ---------- modal ---------- */
.l-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  inset: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  line-height: 1.5;
  opacity: 0;
  pointer-events: none;
  transition: opacity .5s;
}
.l-modal.l-modal--show {
  opacity: 1;
  pointer-events: auto;
  transition: opacity .5s;
}
.l-modal .l-modal__overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
}
.l-modal .l-modal__content {
  position: relative;
  z-index: 2;
  background: url(../../sp/img/philosophy_bg.png) no-repeat center #fff;
  background-size: cover;
  border-radius: 20px;
}
.c-philosophy {
  width: 350px;
  overflow-y: auto;
  max-height: 500px;
  line-height: 1.5;
  border: solid 4px #ff9409;
  border-radius: 20px;
  overflow: hidden;
}
.c-philosophy__inner {
  padding-top: 25px;

  height: 500px;
}
.c-philosophy__title {
  margin-bottom: 20px;
  color: #ff9409;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.c-philosophy__text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.9;
}
.c-philosophy__button {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.c-philosophy__button button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 40px;
  /* width: 160px;
  height: 45px; */
  background-color: #ff9409;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  border-radius: 22.5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, .2);
  transition: opacity .15s;
}
.c-philosophy__button button:hover {
  opacity: .7;
}


.u-fl-l {
	float: left;
}
.u-fl-r {
	float: right;
}
.u-mt13 {
	margin-top: 13px;
}
.u-mt16 {
	margin-top: 16px;
}
.u-mt32 {
	margin-top: 32px;
}
.u-mb2 {
	margin-bottom: 2px;
}
.u-mb8 {
	margin-bottom: 8px;
}
.u-mb10 {
	margin-bottom: 10px;
}
.u-mb12 {
	margin-bottom: 12px;
}
.u-mb14 {
	margin-bottom: 14px;
}
.u-mb15 {
	margin-bottom: 15px;
}
.u-mb16 {
	margin-bottom: 16px;
}
.u-mb17 {
	margin-bottom: 17px;
}
.u-mb19 {
	margin-bottom: 19px;
}
.u-mb20 {
	margin-bottom: 20px;
}
.u-mb22 {
	margin-bottom: 22px;
}
.u-mb24 {
	margin-bottom: 24px;
}
.u-mb26 {
	margin-bottom: 26px;
}
.u-mb27 {
	margin-bottom: 27px;
}
.u-mb30 {
	margin-bottom: 30px;
}
.u-mb32 {
	margin-bottom: 32px;
}
.u-mb33 {
	margin-bottom: 33px;
}
.u-mb34 {
	margin-bottom: 34px;
}
.u-mb36 {
	margin-bottom: 36px;
}
.u-mb40 {
	margin-bottom: 40px;
}
.u-mb43 {
	margin-bottom: 43px;
}
.u-mb46 {
	margin-bottom: 46px;
}
.u-mb48 {
	margin-bottom: 48px;
}
.u-mb51 {
	margin-bottom: 51px;
}
.u-mb54 {
	margin-bottom: 54px;
}
.u-mb56 {
	margin-bottom: 56px;
}
.u-mb64 {
	margin-bottom: 64px;
}
.u-mb85 {
	margin-bottom: 85px;
}
.u-cf:before, .u-cf:after {
	content: " ";
	display: table;
}
.u-cf:after {
	clear: both;
}
.u-cf {
*zoom:1;
}
.u-fs10 {
	font-size: 10px;
}
.u-fs12 {
	font-size: 12px;
}
.u-fs14 {
	font-size: 14px;
}
.u-fs16 {
	font-size: 16px;
}
.u-fs18 {
	font-size: 18px;
}
.u-fs22 {
	font-size: 22px;
}
.u-fs24 {
	font-size: 24px;
}
.u-d-ib {
	display: inline-block;
}
.iconTitle {
	display: inline-block;
	line-height: 1.66667;
	vertical-align: top;
	height: 24px;
	margin-left: 12px;
	color: #8c8c8c;
  font-size: 12px;
}
.dnone {
  display: none !important;
}
/*テキスト５本*/
.module-pr {
  margin: 53px 0 0;
  padding: 0 4.26667%;1	1	1
}
.module-pr__header{
	display: block;
	margin: 0 auto;
	text-align: center
}
.module-pr__header h2 {
    font-size: 18px;
    text-align: center;
    margin: 0;
    background: url(../../sp/img/ornament-line.png) repeat-x;
    background-size: auto 5px;
	background-position: center;
}
.module-pr__header h2 span{
    background: #fff;
    padding: 0 10px;
	color: #4d4d4d;
}

.module-pr__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  -webkit-box-pack: justify;
}
.module-pr__item {
width: 100%;
  padding: 12px 0;
  border-bottom: solid 1px #D9D9D9;
}
.module-pr__item a {
  display: block;
  color: #242424;
}
.module-pr__item a:hover{
  text-decoration: underline;
}
.module-pr__item__heading {
  display: block;
  font-size: 16px;
   line-height: 1.375;

  font-weight: 300;
}
.module-pr__item__cite {
  display: block;
  margin: 7px 0 0;
  color: #8c8c8c;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.66667;
  font-weight: 300;
}

/*関連サイト*/
.module-relation {
    margin: 44px 0 44px;
    padding: 0 15px;
}
.module-relation-header{
	display: block;
	margin: 0 auto;
	text-align: center;
  margin-bottom: 20px;
}
.module-relation-header h2 {
    font-size: 18px;
    text-align: center;
    margin: 0;
    background: url(../../sp/img/ornament-line.png) repeat-x;
    background-size: auto 5px;
	background-position: center;
}
.module-relation-header h2 span{
    background: #fff;
    padding: 0 10px;
	color: #4d4d4d;
}
.module-relation__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.module-relation__item {
  position: relative;
  margin: 10px 0 0;
  display: -webkit-box;
  display: flex;
}

.module-relation__item + .module-relation__item{margin-top: 20px;}
.module-relation__item a {

  font-weight: 300;
  align-items: center;
  -webkit-box-align: center;
}
.module-relation__item__image {
  position: relative;
  overflow: hidden;
  width: 80px;
  height: 80px;
  margin: 0 13px 0 0;
  border: 1px solid #d9d9d9;
}
a .module-relation__item__heading {
    display: -webkit-box;
    display: flex;
    flex: 1;
    font-size: 16px;
    line-height: 1.375;
    -webkit-box-flex: 1;
	color: #242424;
}
.module-relation__item__cite {
    display: block;
    margin: 6px 0 0;
    color: #8c8c8c;
    font-size: 12px;
    line-height: 1.66667;
}

.module-relation a[target='_blank']:after{
content: none;
}

/*記事下誘導枠モジュール*/
  .relation-card {
    margin: 0 0 40px;
    padding: 20px 4.26667%;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;

    font-weight: 300;
    display: block;
  }
  .relation-card__head {

    font-weight: 300;
    color: #8c8c8c;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.4;
    position: relative;
    margin-bottom: 16px;
    padding: 0 4.26667%;

  }
  .relation-card__inner {
    display: block;
  }
  .relation-card__img {
    margin:0 auto 12px;
    width: 200px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
  }

  .relation-card__img>img {
    max-width: 100%;
    margin: 0;
    display: block;
  }

  .relation-card__item {
    margin-bottom: 0;
  }

  .relation-card__item>*:last-child {
    margin-bottom: 0;
  }

  .relation-card__tag>ul {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.42857;
    margin: 0;
  }

  .relation-card__tag>ul>li {
    background: rgba(68,191,202,.1);
    cursor: pointer;
    display: inline-block;
    border-radius: 2px;
    margin:0 4% 10px 0;
    padding: 0 4px;
  }

  .relation-card__tag>ul>li:hover {
    background-color: #c9ecef;
  }

  .relation-card__tag>ul>li>a {

    font-weight: 300;
    color: #44bfca;
    font-size: 14px;
    line-height: 1.42857;
  }

  .relation-card__series {
    margin: 0 0 6px;
    font-size: 15px;
    line-height: 1.4;
    color: #8c8c8c;
  }

  .relation-card__series a {
    color: #8c8c8c;
    text-decoration: none;
  }

  .relation-card__series a:hover {
    text-decoration: underline;
  }

  .relation-card__title {
    font-size: 16px;
    line-height: 1.44444;
    margin-bottom: 8px;
  }

  .relation-card__title a {
    color: #242424;
  }

  .relation-card__title a:hover{
    text-decoration: underline;
  }

  .relation-card__info {
    padding: 8px 0 0;
    line-height: 1.6
  }

  .relation-card__info span {
    color: #8c8c8c;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.66667;
    text-align: left;
  }
  .relation-card__info span+span {
    display: block
  }
  .relation-card__info a {
    font-weight: bold;
    text-decoration: none;
  }
  .relation-card__info a:hover {
    color: #4497d3;
  }
  .relation-card__pr:before {
    content: "PR\FF5C";
  }
  .relation-card__desk {
    font-size: 14px;
    line-height: 1.375;
    margin-bottom: 10px;
  }
  .relation-card__desk+.relation-card__info {
    border-top: 1px dotted #d9d9d9;
  }

.newsTit {
  font-size: 18px;
  background: url(../img/news_tit_bg.png) 0 8px no-repeat;
  text-align: center;
  margin: 0 0 30px;
}
.newsTit span {
  background: #fff;
  padding: 0 20px;
}
.news dl {
  border-bottom: solid 1px #D9D9D9;
  margin: 0 10px 10px;
}
.news dl:after { /* clearfix */ clear: both; content: " "; display: block; height: 0; visibility: hidden; }
.news dl dt {
  clear: both;
  width: 30%;
  float: left;
  padding: 5px 0 10px;
  vertical-align: top;
  text-align: left;
  font-size: 16px;
  color: #8C8C8C;
  line-height: 1.4;
}
.news dl dd {
  padding: 5px 0 10px;
  vertical-align: top;
  text-align: left !important;
  font-size: 16px;
  line-height: 1.4;
}
.news dl dd a {
  color: #333;
}
#pickup {
  margin-top: -60px;
  padding-top: 60px;
}

.top_rect01,
.top_rect02 {
	min-height:280px;
}
.kiji_rect01 {
	min-height:129px
}
.kiji_rect02 {
	min-height:280px;
	text-align: center;
}
.kiji_rect03 {
	min-height:280px;
	text-align: center;
}
.kiji_rect04 {
	min-height:280px;
	text-align: center;
}
.info01 {
	min-height:339px;
}
.foot {
	min-height:250px;
	width: 300px;
	height: 250px;
}

.kiji_rect03,
.kiji_rect04,
.foot {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
}
.header-bnr {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 180px;
	width: 100%;
	margin: 12px 0;
}
.header-bnr img {
	max-width: 320px;
}
.floating-bnr {
	position: fixed;
	bottom: 0px;
	z-index: 11;
	min-height: 50px;
	width: 100%;
	display: flex;
	justify-content: center;
}
.floating-bnr img {
	max-width: 320px;
}




#content-wrapper.active{
  position: fixed;
}

/* section */
section:not(section.p-separator,section.p-qa-section,section.p-fixed-page__section){
  padding-top: 40px;
  padding-bottom: 40px;
}
section.p-qa-section,section.p-fixed-page__section{
  padding-bottom: 40px;
}

.c-section__title img{
  display: block;
  margin: 0 auto 5px auto;
  height: 30px;
}

.c-section__title {
  margin: 0 auto 20px auto;
}

.c-section__title h2{
  font-family: "Zen Maru Gothic";
  color: #ff9409;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}

/* article */
.l-article{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 5px 10px;
  width: 100vw;
}

.c-article__card{
  width: 100%;
  width: calc((100% - 10px) * 1 / 2);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  align-items: center;
  overflow: hidden;
}
.c-article__card--inner{
  display: block;
}
a.l-article__img{
  display: block;
  width: 100%;
  height: 140px;
}

.c-article__img{
  object-fit: cover;
  width: 100%;
  height: 140px;
}
.c-author-tag {
  border-radius: 2px;
  background: #519ca2;
  border:#519ca2 1px solid ;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 500;
  padding: 2px 5px;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.c-article__text{
  padding: 15px 5px 20px 5px;
  text-align: left;
}
.c-article__card .c-article__text p {
  color: #3f3f3f;
  margin-bottom: 10px;
  margin-top: 5px;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.c-article__text p a{
  color: #3f3f3f;
  font-size: 12px;
  font-weight: 500;
  display: block;
  height: 70px;
  overflow: hidden;
}
.c-article__card .c-category {
  padding: 2px 9px;
  border-radius: 30px;
  border: 1px solid #a6a6a6;
  font-size: 12px;
  font-weight: 500;
  gap: 4px;
  align-items: center;
  display: inline-flex;
}

.c-article__card .c-category span{
  color: #a6a6a6;
}

.c-icon__decoration{
  position: absolute;
}
.c-icon__decoration{
  width: 20px;
  bottom: 5px;
  right: 5px;
}


/* ranking */
.tab-btn {
  display: none;
}
.tab-list-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.tab-list-wrap li{
  width: calc(100% / 3);
}

.tab-list {
  display: block;
  height: 40px;
  padding: 8px 0;
  text-align: center;
  border: 1px solid #d9d9d9;
  border-radius: 10px 10px 0 0;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 4px;
  color: #8c8c8c;
}

.tab-list img {
  opacity: 0.5;
}
.tab-list span {
  color: #8c8c8c;
  display: inline-block;
}

#tab-btn1:checked ~ .tab-list-wrap #tab-list1,
#tab-btn2:checked ~ .tab-list-wrap #tab-list2,
#tab-btn2:checked ~ .tab-list-wrap #tab-list2 img,
#tab-btn2:checked ~ .tab-list-wrap #tab-list2 span,
#tab-btn3:checked ~ .tab-list-wrap #tab-list3,
#tab-btn3:checked ~ .tab-list-wrap #tab-list3 span,
#tab-btn3:checked ~ .tab-list-wrap #tab-list3 img{
  border-bottom: none;
  color: #3f3f3f;
  opacity: 1;
}
.tab-content {
  display: none;
}
#tab-btn1:checked ~ .tab-content-wrap #tab-content1,
#tab-btn2:checked ~ .tab-content-wrap #tab-content2,
#tab-btn3:checked ~ .tab-content-wrap #tab-content3{
  display: block;
}
.tab-content-wrap{
  margin-bottom: 20px;
}

.tab-content ul li {
  border-bottom: 1px solid #d9d9d9;
  color: #3f3f3f;
  padding: 8px 0;
}
.c-ranking-tag {
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 20px;
  border: 1px solid #fff;
  box-shadow: 0px 1.5px 3.5px 0px rgba(0, 0, 0, 0.3);
  height: 20px;
  width: 20px;
  border-radius: 50%;
  text-align: center;
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-size: 14px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 500;
}

.rank-first {
  background-color: #c29964;
  color: #fff;
}

.rank-second {
  background-color: #a1a9b1;
  color: #fff;
}
.rank-third {
  background-color: #a66f50;
  color: #fff;
}
.rank-other {
  background-color: #e6e6e6;
  color: #8c8c8c;
}

.l-tab-content {
  display: flex;
  gap: 12px;
  position: relative;
}
.l-tab- {
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.l-ranking-text {
  color: #3f3f3f;
  font-size: 14px;
  padding-top: 2px;
}



.l-tab-content img {
  object-fit: contain;
  border-radius: 5px;
  width: 120px;
  height: 90px;
  object-position: 50% 50%;
  flex-shrink: 0;
}

.p-notice ul {
  margin-bottom: 20px;
}
.p-notice ul li:first-child {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.p-notice ul li {
  border-bottom: 1px solid #e6e6e6;
}

.p-notice ul li a{
  font-size: 14px;
  color:#3f3f3f;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  text-indent: 10px;
}

.p-announce ul > li + li {
  margin-top: 15px;
}

.l-announce-tab{
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.l-announce-tab img{
  flex-shrink: 0;
  object-fit: contain;
  width: 80px;
  height: 80px;
  object-position: 50% 50%;
  border: 1px solid #d9d9d9;
}
.l-announce-tab dl dt{
  font-size: 14px;
  color: #3f3f3f;
  margin-bottom: 5px;
}
.l-announce-tab dl dd{
  font-size: 12px;
  color: #797979;
  text-align: left;
  margin-inline-start:0;
}


.c-btn-list {
  display: inline-flex;
  padding: 8px 17px 8px 15px;
  background-color: #44bfca;
  border: #44bfca solid 1px;
  color: #fff;
  border-radius: 30px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.20);
  font-size: 14px;
  font-weight: 400;
  gap: 8px;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.c-btn-list span {
  display: block;
  color: #fff;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.arrow {
  position: relative;
  display: block;
  padding: 0 0 0 16px;
  color: #000;
  text-decoration: none;
  font-size: 15px;
}
.arrow::before, .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.sample5-3::before {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.sample5-3::after {
  left: 5.3px;
  width: 5.3px;
  height: 5.3px;
  border-top: 1.5px solid #44bfca;
  border-right: 1.5px solid #44bfca;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.l-side{
  margin: 50px 10px 60px;
}

.l-side .l-btn-list{
  text-align: end;
}

.p-ranking .l-btn-list,.p-notice .l-btn-list{
  text-align: end;
}
.l-btn-list.new {
  padding-top: 20px;
  padding-bottom: 20px;
}
.lower .p-ranking,.lower .p-notice,.lower .p-announce{
  padding-left:10px;
  padding-right: 10px;
}
/* tag */
.l-tags__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 10px;
  max-width: 1000px;
  border-radius: 10px;
  padding: 10px;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.p-tags__inner{
  padding-left: 10px;
  padding-right: 10px;
}

.l-tags__list li a {
  color: #ffbd66;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  padding: 6px 15px;
  border-radius: 40px;
  border: 1px solid #ffbd66;
  background: #fff;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  display: block;
}

.l-btn-list{
  text-align: end;
}

/* separator */
.p-separator {
  border-bottom: 3px solid #FFBD66;
}

.p-separator__inner img {
  margin: 0 auto;
  display: flex;
  width: 100vw;
}

/* ========================================================
    Chessリンク期間だけ追加するクラス　※終了したら削除する
======================================================== */
.p-counsel__pet-type{
margin-top:15px;
}
