@charset "UTF-8";/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
	overflow-y: scroll;
  overflow-x: scroll;
  padding-top: 49px;
}
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;
}
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;
}
.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: 200;
	color: #242424;
	font-size: 16px;
	line-height: 1.875;
	width: 100%;
}
img {
	width: 100%;
	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;
}
.l-footer {
	width: 100%;
}
.l-footer .l-footer-inner {
	margin: 0 auto;
	padding: 21px 17px 64px;
	position: relative;
  width: 100%;
  background-color: #f5f5f5;
}
.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: #242424;
}
.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: 74px;
	right: 3.73333%;
	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: #1ca1f2;
}
.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;
}
.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;
}
.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%;
}
.c-text-margin {
	margin: 0 4.26667%;
}
.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-followus__share li:nth-child(2) {
  width: calc(50% - 10px);
  max-width: 100px;
  margin: 0 20px 0 0;
}
.p-followus__share li:nth-child(2) {
  margin-right: 0;
}
.p-followus__share li:nth-child(1) img, .p-followus__share li:nth-child(2) img {
  width: 60px;
}
.p-followus__share li:nth-child(1) p, .p-followus__share li:nth-child(2) p {
  font-size: 14px;
}
.p-followus__share li:nth-child(1) p {
  color: #ff9309;
}
.p-followus__share li:nth-child(2) p {
  color: #29b800;
}
.p-followus__share li:nth-child(3) p {
  color: #1877f2;
}
.p-followus__share li:nth-child(4) p {
  color: #1ca1f2;
}
.p-followus__share li:nth-child(5) 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 {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.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;
}
.l-header {
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11;
	background-color: #fff;
}
.l-header:before {
	content: '';
	display: block;
	padding-top: 48px;
}
.l-header-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	padding: 0 4.26667%;
}
.p-header ul {
	font-size: 0;
}
.p-header li {
	display: inline-block;
}
.p-header__logo {
	margin-top: 10px;
	height: auto;
	width: 139px;
	display: inline-block;
}
.p-header__logo svg {
	height: 100%;
	width: 100%;
}
.p-header__title {
	font-weight: 300;
	color: #4d4d4d;
	display: inline-block;
	float: left;
	font-size: 12px;
	letter-spacing: .5px;
	line-height: 14px;
	margin: 37px 0 0 20px;
}
.p-header__icons {
	float: right;
	width: 120px;
	margin-top: 12px;
}
.p-header__share {
	float: left;
	height: 24px;
	margin-top: 23px;
	width: 144px;
}
.p-header__share ul {
	font-size: 0;
}
.p-header__share li {
	margin-left: 16px;
}
.p-header__share li:first-of-type {
	margin-left: 0;
}
.p-header__share svg {
	height: 24px;
	width: 24px;
}
.p-header__service {
	width: 100%;
	text-align: right;
}
.p-header__service ul {
	font-size: 0;
}
.p-header__service li {
	width: 24px;
	height: 24px;
	margin-left: 24px;
}
.p-header__service li:first-of-type {
	margin-left: 0;
}
.p-header__service a {
  display: block;
}
.p-header__service a.new {
  position: relative;
}
.p-header__service a.new::before {
  content: "!";
  position: absolute;
  top: -2px;
  right: -7px;
  width: 14px;
  height: 14px;
  background-color: #e60011;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
  text-align: center;
  border-radius: 50%;
}
.p-header-nav {
	background-color: #f5f5f5;
	width: 100%;
}
.p-header-nav__inner {
	margin: 0 auto;
	width: 100%;
	padding: 0 85px 0 112px;
}
.p-header-nav ul {
	font-size: 0;
}
.p-header-nav li {
	display: inline-block;
}
.p-header-nav a {
	font-weight: 300;
	color: #242424;
	font-size: 14px;
	line-height: 1.42857;
}
.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%;
}
.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
}
.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 {
  border-top: solid 1px #D9D9D9;
  padding: 5px 0 0;
}
.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;
	width: 300px;
	height: 250px;
}
.kiji_rect04 {
	min-height:250px;
	width: 336px;
	height: 280px;
}
.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;
}

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