@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

input[type=submit],
input[type=button] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

html {
  min-width: 1024px;
}

body {
  min-width: 1024px;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5pt;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  background: #f9f8f3;
  color: #5b3e42;
}
body a {
  text-decoration: none;
}

.pc-on {
  display: block;
}

.sp-on {
  display: none;
}

a {
  color: #5b3e42;
  text-decoration: none;
  transition: 0.2s;
}

a:hover {
  opacity: 0.6;
  transition: 0.2s;
}

header {
  position: relative;
  width: 100%;
  padding: 70px 0;
}

.p-title {
  position: relative;
  font-family: ten-mincho-text, source-han-serif-japanese, serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
}
.p-title span {
  display: block;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
}

.c-logo {
    width: 114px;
    height: 114px;
    position: absolute;
    top: -47px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.c-contents-title {
  margin: 10px 0 30px;
  font-family: ten-mincho-text, source-han-serif-japanese, serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 3px;
  text-align: center;
}
.c-contents-title span {
  display: block;
  color: #f59ea7;
  font-family: futura-pt, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
}

.l-main {
  padding: 0 0 100px;
}

.l-wrapper {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
}

.l-contents-main {
  max-width: 670px;
  background: #fff;
  padding: 20px;
  border-bottom: 1px solid #e2e2e0;
}

.l-contents-wrap {
  display: flex;
  justify-content: space-between;
}

.l-contents-side {
  max-width: 30%;
  padding: 0 0 0 10px;
}

.p-card {
  position: relative;
  align-items: center;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #e2e2e0;
}
.p-card a {
  display: flex;
  align-items: center;
}

.p-archives .p-card .c-thumb {
  min-width: 300px;
  max-width: 300px;
}
.p-card .c-thumb {
  width: 360px;
}
.p-card .c-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.c-article {
  margin: 0 0 0px 20px;
  padding: 0;
}

.c-title {
  margin: 10px 0 0;
  font-family: ten-mincho-text, source-han-serif-japanese, serif;
  font-size: 24px;
}

.c-title__archives {
  text-align: center;
  margin: 0 0 30px 0;
  padding: 20px 0 40px;
}

.c-title__archives span {
  font-size: 15px;
  padding: 0 10px 0px 0;
  vertical-align: 4px;
}

.c-category {
  display: inline-block;
  padding: 3px 20px;
  background: #5b3e42;
  color: #fff;
  font-size: 13px;
  letter-spacing: 2px;
}

.c-category a {
  color: #fff;
}

.c-date {
  color: #f59ea7;
  font-family: futura-pt, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
}

.c-text {
  margin: 5px 0;
  color: #666;
  font-size: 13px;
  font-weight: 200;
  line-height: 1.5;
}

.p-tags {
  margin: 0 0 30px 0;
  background: #fff;
  padding: 20px;
  border-bottom: 1px solid #e2e2e0;
}
.p-tags li {
  display: inline-block;
}
.p-tags a {
  display: inline-block;
  margin: 0 5px 10px 0;
  padding: 5px 13px;
  border-radius: 5px;
  background: #f5f1e6;
  font-family: ten-mincho-text, source-han-serif-japanese, serif;
  font-size: 15px;
  letter-spacing: 2px;
  text-decoration: none;
}

.p-popular {
  margin: 0 0 30px 0;
  background: #fff;
  padding: 20px;
  border-bottom: 1px solid #e2e2e0;
}
.p-popular .p-card {
  align-items: stretch;
  margin: 0 0 15px;
  padding: 10px;
  border: none;
  background: #fff;
  box-shadow: 0 2px 6px #dedede;
}
.p-popular .p-card a {
  align-items: stretch;
}
.p-popular .p-card .c-thumb {
  width: 260px;
}
.p-popular .p-card .c-thumb img {
  height: 100%;
  object-fit: cover;
}
.p-popular .c-article {
  max-width: 170px;
  margin: 0 0 0px 10px;
  padding: 0;
  font-size: 15px;
  line-height: 1.5;
}
.p-popular .c-category {
  position: static;
  padding: 3px 10px;
  font-size: 11px;
  display: none;
}
.p-popular .c-title {
  margin: 0 5px 0 0;
  font-family: ten-mincho-text, source-han-serif-japanese, serif;
  font-size: 12px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  min-height: 70px;
}

.p-category {
  margin: 0 0 30px 0;
  background: #fff;
  padding: 20px;
  border-bottom: 1px solid #e2e2e0;
}
.p-category a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 20px 0;
  padding: 0 10px 10px 0;
  border-bottom: 1px solid #e2e2e0;
  font-family: ten-mincho-text, source-han-serif-japanese, serif;
}
.p-category a:after {
  -webkit-transform: rotate(45deg);
  width: 9px;
  height: 9px;
  transform: rotate(45deg);
  border-top: 2px solid #f56e8d;
  border-right: 2px solid #f56e8d;
  content: "";
}
.p-category ul li:last-child a {
  border: none;
}

footer {
  padding: 70px 0 10px;
  background: #e8808a;
  font-size: 13px;
  letter-spacing: 1pt;
  text-align: center;
  color: #fff;
}
footer .p-footer__note {
  margin: 0 0 40px 0;
  padding: 70px 0;
  border: solid 4px #ffffff;
  border-radius: 10px;
  background: #f5f1e6;
  font-size: 16px;
}
footer a {
  color: #fff;
  font-weight: 500;
}
footer .p-footer__note b {
  font-weight: 500;
}
footer .c-copy {
  margin: 0 0 40px 0;
}

.p-related {
  margin: 0 0 30px 0;
  padding: 30px 30px 60px;
  background: #f8f8f6;
  border-bottom: 1px solid #e2e2e0;
}
.p-related .p-card {
  margin: 0 0 20px;
  padding: 20px;
  border: none;
  background: #fff;
  box-shadow: 0 2px 6px #dedede;
}
/*.p-related .p-card:last-child {
  margin: 0 0 10px;
  padding: 0;
  border-bottom: none;
}*/
.p-related .c-thumb {
  min-width: 200px;
  max-width: 200px;
}

.p-related .c-text {
  margin: 5px 0 0 0;
  line-height: 1.7;
  display: none;
}

.p-date {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}
.p-date .c-category {
  font-size: 14px;
  font-weight: 300;
  background: none;
  padding: 0;
}
.p-date .c-category li {
  display: inline-block;
}
.p-date .c-category li a {
  background: #5b3e42;
  padding: 3px 20px;
}
article {
  margin: 0 0 80px 0;
  font-size: 16px;
}
article h1,article h1 span {
  display: block;
  padding: 0 0 15px 0;
  font-family: ten-mincho-text, source-han-serif-japanese, serif;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 2px;
}
article img {
  width: 100%;
  height: auto;
}
article p {
  margin: 0 0 20px 0;
  line-height: 2;
}
article p span {
  color: #e8808a;
}
article .c-orange {
  color: #ee4524;
  font-weight: 500;
  line-height: 2;
  display: inline-block;
  margin: 0 0 5px 0;
  font-size: 18px;
}
article table {
  width: 100%;
  margin: 0 0 70px 0;
}
article th, article td {
  padding: 10px;
  border: 1px solid #e2e2e0;
  border-collapse: collapse;
}
article table .left {
    min-width: 120px;
    background: #f8f8f6;
}

article p em {
  font-weight: 500;
  background: linear-gradient(transparent 60%, #ece5d1 60%);
}
article h2 span {
  display: block;
  margin: 50px 0 30px 0;
  padding: 15px;
  border-radius: 5px;
  background: #5b3e42;
  color: #f5f1e6;
  font-family: ten-mincho-text, source-han-serif-japanese, serif;
  font-size: 30px;
  line-height: 1.4;
}
article h3 {
  margin: 0 0 30px 0;
  padding: 10px 0 10px 20px;
  border-left: 5px solid;
  color: #5b3e42;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 28px;
  font-weight: 600;
  background: #f4f4f4;
}
article h4 {
  margin: 0 0 20px 0;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #e8808a;
}
article h5 {
  margin: 0 0 10px 0;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #e8808a;
}
article strong {
  font-weight: 600;
  background: linear-gradient(transparent 60%, #ffd0d0 60%);

}
article .c-article__img {
  width: 100%;
}
article .c-article__img img {
  width: 100%;
}
article .p-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin: 30px 0;
  padding: 20px 0;
}
article .p-tags__ttl {
  display: inline-block;
  padding: 0 20px 0 0;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
}

.breadcrumbs {
  padding: 10px;
  background: #fff;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #e2e2e0;
}
.breadcrumbs ul {
  display: flex;
}
.breadcrumbs ul li {
  padding-right: 10px;
}
.breadcrumbs ul li:after {
  padding-left: 10px;
  content: ">";
}
.breadcrumbs ul li:last-child:after {
  content: "";
}
.breadcrumbs ul a {
  color: #f56e8d;
  font-weight: 400;
}

#toc_container {
  margin: 0 0 50px 0;
  padding: 50px;
  background: #f8f8f6;
  line-height: 2
}
#toc_container a {
  color: #f56e8d;
  font-weight: 500;
  line-height: 2.2;
  text-decoration: underline;
}
#toc_container .toc_title {
  margin: 0 0 20px 0;
  padding: 0 0 10px;
  border-bottom: 1px solid #e2e2e0;
  font-family: ten-mincho-text, source-han-serif-japanese, serif;
  font-size: 20px;
  text-align: center;
}
.toc_list li ul {
	padding: 0 0 0 20px;
}
#toc_container .toc_list li ul a {
  text-decoration: none;
}
.toc_toggle {
	color: #666;
	font-size: 14px;
  font-family: source-han-sans-japanese, sans-serif;
}

.p-add {
  text-align: center;
  max-height: 270px;
}
.p-add__wrap {
  display: flex;
  justify-content: space-between;
}
.p-add__wrap .p-add__contents img {
  width: 100%;
  height: auto;
}

.p-add__contents {
	width: calc(100% / 2 - 10px);
	max-height: 390px;
}

blockquote {
  margin: 0 0 40px 0;
  padding: 60px;
  background: #F5F1E6 url(../img/blockquote.png) no-repeat -1% -1%;
  background-size: 80px;
  font-family: source-han-sans-japanese, sans-serif;
  line-height: 1.8;
}
blockquote .note {
  margin: 20px 0 0 0;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: right;
}
blockquote .big {
  font-family: ten-mincho-text, source-han-serif-japanese, serif;
  font-size: 24px;
  font-weight: 400;
}
blockquote p {
  margin: 0 0 0px 0;
  font-size: 16px;
}
blockquote b {
  border-bottom: 1px solid;
  font-size: 18px;
  font-weight: 600;
}
blockquote .small {
  color: #ee4524;
  font-size: 15px;
}

.sentence {
  position: relative;
  margin: 50px 0 40px 0;
  padding: 40px;
  border: solid 4px #f5f1e6;
  font-family: ten-mincho-text, source-han-serif-japanese, serif;
  font-size: 26px;
  letter-spacing: 1px;
}
.sentence:after {
  display: inline;
  position: absolute;
  top: -20px;
  left: 20px;
  padding: 2px 18px;
  border-radius: 5px;
  background: #f36564;
  color: #fff;
  font-family: auto;
  font-size: 19px;
  letter-spacing: 3px;
  content: "\4F8B\6587";
}
.sentence span, blockquote span {
  color: #ee4524;
}
.sentence .small {
  display: block;
  color: #929292;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 15px;
  font-weight: 200;
}
.sentence p {
  margin: 0;
  font-weight: 400;
}

.p-profile {
  margin: 0 0 80px 0;
}
.p-profile__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 60px;
  padding: 40px 60px;
  border: solid 4px #f5f1e6;
  background: #fff;
}
.p-profile__wrap img {
  width: 80px;
}
.p-profile__wrap .c-contents-title {
  text-align: left;
}
.p-profile__wrap .c-profile {
  max-width: 820px;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.8;
}
.p-profile__wrap .c-profile b {
  display: block;
  margin: 0 0 10px 0;
  padding: 0 10px 10px 0;
  border-bottom: 1px solid #e2e2e0;
  font-size: 16px;
  font-weight: 500;
}
.p-related .c-category {
  position: absolute;
  left: -1px;
  top: -1px;
  border: solid 1px;
}
.p-related__wrap .p-card a {
  position: relative;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.5vw;
    min-width: auto;
    width: 100%;
  }
  html {
  	min-width: auto;
    width: 100%;
  }
  .pc-on {
    display: none;
  }
  .sp-on {
    display: block;
  }
  header {
    padding: 80px 0 10px;
  }
  .p-title {
    display: block;
    font-size: 5.5vw;
    text-align: center;
    margin: 0 auto 20px;
  }
  .p-title span {
    display: block;
    padding: 0;
    font-size: 3vw;
    letter-spacing: 2px;
  }
  .c-logo {
    display: block;
    width: 80px;
    height: auto;
    margin: 0;
    margin: 0 auto;
    padding: 0;
    top: -27px;
  }
  .c-contents-title {
    font-size: 6.5vw;
    margin: 20px 0;
  }
  .c-contents-title span {
   font-size: 3vw;
    letter-spacing: 2px;
  }
  .l-wrapper {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 0 3%;
  }
  .l-main {
    padding: 30px 0 50px;
  }
  .l-contents-main {
  	max-width: 100%;
    padding: 15px;
	}
  .l-contents-wrap {
    display: block;
  }
  .l-contents-side {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 50px 0;
  }
  .c-title {
    font-size: 3.7vw;
    margin: 0;
  }
  .c-title__archives {
    font-size: 5vw;
  }

  .c-title__archives span {
    font-size: 5vw;
  }
  .p-card .c-category {
    font-size: 3vw;
    position: absolute;
    left: 0;
    top: 0;
  }
  .c-date {
    font-size: 3vw;
    padding: 3px 10px;
    letter-spacing: 1px;
  }
  .c-text {
    font-size: 2.5vw;
  }
  .c-article {
  	margin: 0 0 0px 10px;
  }
  .p-tags {
    margin: 0;
  }
  .p-tags a {
    margin: 0 7px 7px 0;
    padding: 5px 8px;
    font-size: 3.5vw;
    border-radius: 3px;
    letter-spacing: 1px;
  }
  .p-popular {
    padding: 20px 20px 40px;
  }
  .p-popular .p-card {
    align-items: center;
    margin-bottom: 10px;
    padding: 10px;
  }
  .p-popular .p-card a {
    align-items: center;
  }
  .p-popular .p-card .c-thumb {
    width: 100%;
    max-width: 100px;
  }
  .p-popular .p-card .c-thumb img {
    height: auto;
    object-fit: cover;
  }
  .p-popular .c-article {
    max-width: unset;
    margin: 0 0 0 10px;
    font-size: 3.5vw;
  }
  .p-popular .c-category {
    font-size: 3.5vw;
  }
  .p-popular .c-title {
    margin: 0;
    font-size: 3.3vw;
    line-height: 1.5;
  }
  .p-category {
    margin: 30px auto;
  }
  .p-category a {
    font-size: 4.5vw;
    line-height: 2;
  }
  .p-category a:after {
    width: 2.5vw;
    height: 2.5vw;
    border-top: 2px solid #f56e8d;
    border-right: 2px solid #f56e8d;
  }
  footer {
    padding: 70px 0;
  }
  footer .p-footer__note {
    padding: 30px;
    font-size: 3.5vw;
    text-align: left;
  }
  footer .p-footer__note b {
    font-size: 4vw;
    text-align: center;
    display: block;
  }
  footer .c-copy {
    font-size: 3vw;
  }
  .p-related {
    padding: 20px 20px 40px;
  }
  .p-related .c-text {
    display: block;
  }
  .p-related .c-thumb {
    min-width: auto;
    width: 100%;
    margin: 0 0 30px 0;
    max-width: 230px;
  }
  .p-related .p-card {
    display: block;
  }
  .p-related__wrap {
    overflow-x: scroll;
  }
  .p-related__wrap--scroll {
    display: flex;
    justify-content: flex-start;
    width: 1000px;
  }
  .p-related__wrap .p-card a {
    display: block;
  }
  .p-related__wrap .p-card {
    width: 240px;
    margin: 0 20px 0 0;
    padding: 20px;
  }
  .p-related__wrap .c-thumb {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .p-related__wrap .c-article {
    margin: 0;
    padding: 0;
  }
  .p-date .c-category {
    font-size: 3vw;
    letter-spacing: 2px;
    padding: 2px 10px;
  }
  .p-date {
    margin: 20px 0;
    align-items: center;
  }
  article {
    font-size: 3.6vw;
    margin: 0 0 40px 0;
  }
  article h1 {
    margin-bottom: 10px;
    font-size: 6.5vw;
  }
  article p {
    font-weight: 400;
    line-height: 1.9;
  }
  article h2 span {
	font-size: 6.5vw;
    margin: 0 0 30px 0;
    padding: 10px;
    line-height: 1.5;
    border-radius: 5px;
  }
  article .c-orange {
    font-size: 4.5vw;
  }
  article table {
    width: 100%;
    margin: 0 0 50px 0;
  }
  article table .left {
    min-width: 90px;
  }
  article th, article td {
    padding: 20px;
  }
  article h3 {
    padding: 10px 10px 10px 12px;
    border-left: 4px solid #e8808a;
    font-size: 5vw;
    line-height: 1.5;
    margin: 0 0 20px 0;
  }
  article h4 {
    font-size: 5vw;
  }
  article h5 {
    font-size: 5vw;
  }
  article .p-tags__ttl {
    font-size: 3vw;
    padding: 0;
  }
  .p-date .c-category li a {
    background: #5b3e42;
    padding: 3px 13px;
  }
  .breadcrumbs {
    padding: 5px;
    overflow-x: scroll;
    margin: 10px 0 0 0;
  }
  .breadcrumbs ul {
    min-width: 500px;
    display: flex;
    width: max-content;
    padding: 0 20px 0 0;
  }
  .breadcrumbs ul li, .breadcrumbs ul li a {
    display: inline;
    font-size: 10px !important;
  }
  #toc_container .toc_title {
    font-size: 5vw;
  }
  .toc_list li ul {
  	padding: 0 0 0 10px;
  }
  #toc_container a {
    font-size: 4.5vw;
  }
  .toc_toggle {
  	color: #666;
  	font-size: 3.5vw;
  }
  #toc_container .toc_list li ul a {
      font-size: 3.5vw;
      letter-spacing: 0;
  }

.p-popular .p-card .c-thumb {
      width: 300px;
  }
  blockquote {
    margin: 0 0 50px;
    padding: 30px;
  }
  blockquote .note {
    margin: 40px 0 0 0;
    font-size: 3vw;
    font-weight: 200;
  }
  blockquote .big {
    font-size: 5.5vw;
  }
  blockquote p {
    margin: 0 0 20px 0;
    font-size: 3.6vw;
    line-height: 1.6;
  }
  blockquote b {
    margin: 0 0 20px 0;
    border-bottom: none;
    font-size: 3.6vw;
    line-height: 1.6;
    text-decoration: underline;
  }
  blockquote .small {
    font-size: 3.5vw;
  }
  .sentence {
	  margin: 30px 0 30px;
    border: solid 4px #f5f1e6;
    font-size: 5vw;
    padding: 30px 20px 20px 20px;
  }
  .sentence:after {
	top: -15px;
    left: 18px;
    padding: 0 15px;
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 4vw;
    border-radius: 3px;
  }
  .sentence .small {
    font-size: 3vw;
    font-weight: 400;
    margin: 0 0 10px 0;
  }
  .p-profile {
    display: block;
    margin: 0 auto 60px;
    border: solid 5px #f5f1e6;
    padding: 20px;
    width: 80%;
  }
  .p-profile__wrap {
    display: block;
    margin: 0 0 40px 0;
    border: solid 5px #f5f1e6;
    padding: 20px;
  }
  .p-profile__wrap img {
    display: block;
    width: 80px;
    margin: -10px auto 10px;
  }
  .p-profile__wrap .c-contents-title {
    text-align: center;
  }
  .p-profile__wrap .c-profile {
    max-width: 100%;
    font-size: 3vw;
  }
  .p-profile__wrap .c-profile b {
    margin: 0 0;
    border: none;
    color: #e8808a;
    font-size: 5vw;
    text-align: center;
  }
  .p-archives {
    padding: 20px 15px;
  }
  .p-archives .p-card:last-child {
    padding: 0 0 20px 0;
  }
  .p-archives .p-card .c-thumb {
    min-width: 140px;
    max-width: 140px;
  }
  .p-archives .p-card .c-thumb img {
    height: auto;
  }
  .p-archives .c-date {
    display: none;
  }
  article .p-tags {
    margin: 10px 0;
    padding: 0;
    border-bottom: none;
  }
  #toc_container {
    margin: 0 0 50px 0;
    padding: 20px;
    font-size: 3.5vw;
  }
}



.kattene {
  border: 6px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 60px 30px;
  margin-bottom: 1em;
  box-sizing: border-box;
}

.kattene div{
  margin: 0;
}

.kattene p {
  margin: 0;
}

.kattene__imgpart {
  text-align: center; }

  .kattene__imgpart img {
    margin: 0;}

.kattene__description {
  font-size: 0.8em; }

.kattene .kattene__btns {
  width: 100%;
  margin-top: 30px;
}

  .kattene__btns:after {
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
    content: "."; }

  .kattene__btns > div {
    float: left;
    margin-bottom: 5px; }

  .kattene__btns .kattene__btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
   }

  .kattene__btns.__three > div {
    width: 32.66667%; }

    .kattene__btns.__three > div:not(:last-child) {
      margin-right: 1%; }

  .kattene__btns.__two > div {
    width: 49.5%; }

    .kattene__btns.__two > div:nth-child(odd) {
      margin-right: 1%; }

@media screen and (max-width: 767px) {
  .kattene__imgpart img {
    width: 100px;
  }
  .kattene {
	border: 3px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 20px 10px 10px;
    margin-bottom: 1em;
    box-sizing: border-box;
	}
  .kattene__imgpart {
    padding-bottom: 1em; }
  .kattene .kattene__btns {
    margin-top: 1.5em; }
  .kattene__btns.__five > div {
  width: 100%; }
  .kattene__btns.__five > div:nth-child(odd) {
    margin-right: 1%; }
  .kattene__btns.__five > div:last-child {
    margin-right: 0;
    float: right; }

  .kattene__btns.__four > div {
    width: 49.5%; }

    .kattene__btns.__four > div:nth-child(odd) {
      margin-right: 1%; }

  .kattene__btns.__one > div {
    width: 50%;
    margin-left: 25%; }

  .kattene__title {
    font-size: 5vw;
  }
  .kattene__title a {
    font-weight: 500;
  }
}
@media screen and (min-width: 767px) {
  .kattene__title a {
    font-weight: 500;
    font-size: 20px;
  }
  .kattene {
    display: table;
    width: 100%;
    padding-bottom: auto;
    padding: 20px 20px 10px;
  }

  .kattene__imgpart {
    display: table-cell;
    width: 15%;
    padding-bottom: 5px;
  }

  .kattene__infopart {
    display: table-cell;
    vertical-align: top;
    position: relative;
    padding-left: 20px;
    width: 80%;
  }

  .kattene .kattene__description {
    margin-bottom: 4em;
  }

  .kattene__btns {
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    padding-right: 10px;
    display: flex;
    justify-content: space-between;
  }

  .kattene__btns.__five > div {
    width: calc(100% / 3 - 10px);
  }

  .kattene__btns.__four > div {
    width: 24.25%; }

    .kattene__btns.__four > div:not(:last-child) {
      margin-right: 1%; }

  .kattene__btns.__two > div {
    width: 49.5%; }

    .kattene__btns.__two > div:not(:last-child) {
      margin-right: 1%; }

  .kattene__btns.__one > div {
    width: 49.5%;
    float: right;
  }
  .kattene__btn {
    margin-bottom: 15px;
  }
}

.kattene .kattene__btn {
  appearance: none;
  background-color: #54c0d1;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 0.6rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1.5;
  padding: 0.75em 0;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }

.kattene__btn.__small {
  padding: 0.55em;
  font-size: 0.9em; }

.kattene__btn.__orange {
  background-color: #f79330;
  margin-bottom: 5px;
  border-radius: 50px;
  text-align: center; }

  .kattene__btn.__orange i {
    font-weight: bold; }

    .kattene__btn.__orange i:before {
      vertical-align: middle;
      font-size: 1.2em;
      margin-right: 0.2em; }

.kattene__btn.__blue {
  background-color: #007dcd;
  margin-bottom: 5px;
  border-radius: 50px;
  text-align: center; }

  .kattene__btn.__blue i {
    font-weight: bold; }

    .kattene__btn.__blue i:before {
      vertical-align: middle;
      font-size: 1.2em;
      margin-right: 0.2em; }

.kattene__btn.__red {
  background-color: #df3d3d;
  margin-bottom: 5px;
  border-radius: 50px;
  text-align: center; }

  .kattene__btn.__red i {
    font-weight: bold; }

    .kattene__btn.__red i:before {
      vertical-align: middle;
      font-size: 1.2em;
      margin-right: 0.2em; }

.kattene__btn.__green {
  background-color: #6db581;
  margin-bottom: 5px;
  border-radius: 50px;
  text-align: center;
}
  .kattene__btn.__green i {
    font-weight: bold; }

    .kattene__btn.__green i:before {
      vertical-align: middle;
      font-size: 1.2em;
      margin-right: 0.2em; }

.kattene__btn.__pink {
  background-color: #e1325b;
  margin-bottom: 5px;
  border-radius: 3px;
  text-align: center; }

  .kattene__btn.__pink i {
    font-weight: bold; }

    .kattene__btn.__pink i:before {
      vertical-align: middle;
      font-size: 1.2em;
      margin-right: 0.2em; }





.p-contact .c-form{
  display: block;
    margin: 0 auto 10px;
    width: 70%;
}
.p-contact .c-form label {
  display: flex;
  justify-content: space-between;
}
.p-contact .c-form label p:first-child {
  width: calc(100% / 2 - 10px);
  padding: 10px;
  background: #f5f1e6;
  font-weight: 600;
}

.p-contact .c-form label p:first-child span {
  background: #e8808a;
    margin: 0 0 0 10px;
    font-weight: 500;
    font-size: 12px;
    padding: 2px 6px;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
}

.p-contact .c-form label p:last-child  {
  width: calc(100% / 2 - 10px);
  padding: 0;
  background: #fff;
}



.p-contact input,textarea {
  padding: 10px;
  width: 100%;
  border: 1px solid #bbb;
  line-height: 1.6;
}

.p-contact input[type="submit"] {
  background-color: #df3d3d;
    margin-bottom: 5px;
    border-radius: 50px;
    text-align: center;
    width: 30%;
    line-height: 2;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 5px;
    margin: 20px auto 0;
    display: block;
    border: none;
}

.p-contact__note {
  background: #f5f1e6;
  width: 70%;
  margin: 0 auto 20px;
  padding: 50px 60px 60px;
  text-align: center;
}

.p-contact__note em {
  font-size: 18px;
  display: block;
  text-decoration: none;
  font-style: normal;
  margin: 0 0 10px 0;
  font-weight: 600;
}

.p-contact__note b {
  color: #ee4524;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .p-contact input[type="submit"] {
    font-size: 5vw;
    border-radius: 110px;
    width: 80%;
    line-height: 2;
  }
  .kattene .kattene__btn {
  font-size: 0.8rem;
  line-height: 1.7;
  }
  .p-contact__note,.p-contact .c-form {
    width: 100%;
  }
  .p-contact__note em {
    font-size: 5vw;
  }
  
}

.c-add-full #a8_rbr {
	max-height: 78vw;
    overflow: hidden;
}

.c-add-full #a8_rbr img {
	width: 90%;
	min-height: 250px;
    object-fit: contain;
    margin: 30px 0 0 0;
}

.fa-hatena:before {
    font-family: Verdana;
    font-weight: bold;
    content: 'B!';
}

.share {
  margin-top: 0;
  margin-bottom: 50px;
}

.share ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.share ul:after {
    display: block;
    clear: both;
    content: '';
}

.share li {
    float: left;
    width: 25%;
    margin: 0;
    margin-top: 15px;
}

.share li a {
    font-size: 14px;
    display: block;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color: #fff;
}

.share li a:hover {
    opacity: .8;
}

.share li a:visited {
    color: #fff;
}

.tweet a {
    background-color: #55acee;
}

.facebooklink a {
    background-color: #315096;
}

.line a {
    background-color: #00b900;
}

.hatena a {
    background-color: #008fde;
}

@media screen and (max-width:767px){
    .share li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 3px;
    }
    
    .share li i {
        font-size: 1.3em;
        padding-top: 3px;
    }
    .share li a {
      font-size: 3vw;
      line-height: 1.5;
    }
    .facebooklink i, .tweet i, .hatena i {
        display: none;
    }
    .share {
    margin-bottom: 30px;
  }
}

.c-column {
  border: #f56e8d solid 2px;
  padding: 30px;
  margin: 0 0 50px;
}
@media screen and (max-width:767px) {
  .c-column {
    font-size: 4vw;
    padding: 20px;
  }
}

.p-words {
  margin: 0 0 50px;
}
.c-word {
  margin: 0 5px 20px;
    background: #f5f1e6;
    padding: 20px 30px;
    display: inline-block;
    border-radius: 5px;
    font-size: 28px;
    font-weight: 500;
}
.c-word span {
  margin: 0 0 0 20px;
    font-size: 20px;
    font-weight: 300;
    color: #f56e8d;
}
@media screen and (max-width:767px) {
  .c-word {
	font-size: 5vw;
    border-radius: 5px;
    padding: 10px;
    margin: 0 5px 10px;
  }
  .c-word span {
    font-size: 4vw;
  }
  .p-words {
    margin: 0 0 30px;
  }
}


.sentence .gothic {
  font-family: source-han-sans-japanese, sans-serif;
}
.sentence b {
  font-weight: 700;
  margin: 0 5px 0 0;
  color: #ee4524;
}
.sentence .red {
  margin: 0 5px 0 0;
  color: #ee4524;
}
.sentence .green {
  color: #f56e8d;
}


article h3.green {
  padding: 20px;
  border-left: 4px solid #e8808a;
  background: #f5f1e6;
}

.p-words__small {
  margin: 0 0 80px;
}

.p-words__small p {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 5px;
  background: #f8f8f6;
  margin: 0 10px 10px 0;
  box-shadow: 0 2px 6px #dedede;
 }

 .p-words__small b {
  margin: 0 10px;
  font-weight: 500;
  letter-spacing: 0;
 }
 .p-words__small .green {
  color: #f56e8d;
  font-weight: 500;
 }

.p-words__small .small {
    display: inline-block;
    color: #929292;
 }

 .p-words__small .title {
    margin: 0 0 20px 0;
    font-weight: 600;
    color: #5b3e42;
    font-size: 18px;
 }
article h6 {
    margin: 0 0 30px 0;
    font-weight: 500;
    color: #f36564;
    font-size: 25px;
}

.p-contact {
  background: #fff;
  padding: 20px;
  border-bottom: 1px solid #e2e2e0;
}

.p-add__full {
  max-height: 290px;
}
.p-add__full img {
  width: 100%;
  height: auto;
}

@media screen and (max-width:767px) {
.p-add__contents {
  width: calc(100% / 2 - 10px);
  max-height: 80px;
  margin: 40px 0 0 0;
}
 .p-words__small p {
	display: inline-block;
    padding: 3px 9px;
    border-radius: 3px;
    margin: 0 10px 10px 0;
    font-size: 3.5vw;
  }
  .p-words__small {
    margin: 0 0 50px;
  }
  article h3.green {
    margin: 50px 0 40px 0;
  }
  article h6 {
      font-size: 4.5vw;
  }
  article .sentence p.sentence__main {
    line-height: 1.4;
    margin: 5px 0;
  }
  .p-words__small .title {
      font-size: 4.5vw;
 }
}

.pagetop {
  position: fixed;
  width: 70px;
  height: 70px;
  content: "";
  bottom: 10px;
  right: 10px;
  border-radius: 50%;
  color: #fff;
  background: #5b3e42 url(../img/mokuji.svg) no-repeat center center;
  background-size: 35px;
}
@media screen and (max-width:767px) {
	.pagetop {
    width: 23vw;
    height: 23vw;
    content: "";
    bottom: -7vw;
    right: -7vw;
    border-radius: 50%;
    color: #fff;
    background: #5b3e42 url(../img/mokuji.svg) no-repeat 4.7vw 5.7vw;
    background-size: 8.5vw 8vw;
  }
  a.pagetop:hover {
    opacity: 1;
  }
}
#page_top {
    text-align: center;
    display: block;
    font-weight: 700;
    color: #fff;
    font-family: futura-pt, sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
}
#page_top a {
    color: #fff;
    display: block;
    padding: 10px;
    background: #e0ded1;
}
.linkcard {
    margin-bottom: 16px;
    margin-left: 0 !important; 
}
.lkc-thumbnail {
    margin: 6px 14px 0 0;
}

.lkc-title-text {
   font-size: 3.4vw;
}

.pc-add {
  position: sticky;
  position: -webkit-sticky;
  top: 20px;
  height: 250px;
}
.pc-add img {
  width: 100%;
  height: auto;
}

.wp-pagenavi {
    clear: both;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 40px 0 0 0;
}

.wp-pagenavi a, .wp-pagenavi span {
  padding: 3px 11px !important;
  margin: 0 5px 20px !important;
  font-family: futura-pt, sans-serif;
}

.wp-pagenavi span.current {
  font-weight: bold;
  background: #e8808a;
  color: #fff;
  border: #e8808a solid 1px !important;
}