/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

RESET CSS

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video {  
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  overflow-x: hidden;
  width: 100%;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
} 

img {
    max-width: 100%;
    width: 100%;
	height: auto;
	object-fit: cover;
	box-sizing: border-box;
}
h1 {
	font-size: 2em;
}
p {
  margin: 0;
}
a:hover {
	color: #888;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
} 
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

button {
  padding: 0;
}


.entry-content h2 {
  padding: 1rem 2rem;
  border-top: 6px double #fff;
  border-bottom: 6px double #fff;
  background: #3c3c3c;
  color: #fff;
}
.entry-content h3 {
  margin: 10px 10px 25px;
  font-size: 140%;
  border-left: double 5px #3c3c3c;
  display: block;
  letter-spacing: 1px;
}
@media (max-width: 960px) {
.entry-title {
  font-size: 130%;
}
.entry-content h2 {
  padding: 1rem 2rem;
  border-top: 6px double #fff;
  border-bottom: 6px double #fff;
  background: #3c3c3c;
  color: #fff;
  font-size: 130%;
}
.entry-content h3 {
  margin: 10px 10px 25px;
  font-size: 120%;
  border-left: double 5px #3c3c3c;
  display: block;
  letter-spacing: 1px;
}
}

.flexBl {
  display: flex;
  justify-content: space-between;
}

.dlBl {
  flex-wrap: wrap;
  max-width: 850px;
	margin: 0 auto 40px;
}
.dlBl dt {
  width: 30%;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: 1px solid #dfdfdf;
}
.dlBl dd {
  width: 70%;
  padding: 10px 0;
  border-bottom: 1px solid #dfdfdf;
  margin: 0;
}
.dlBl a {
  color: #2b6abb;
}

/* logo */
.custom-logo-link {
  height: 48px;
  display: block;
  width: 150px;
}
.custom-logo {
  width: 100%;
  object-fit: contain;
  line-height: unset;
  height: auto;
}

/* frameDrama */
.frameDrama {
  padding: 20px 20px 30px;
  margin: 0 auto 80px;
  box-shadow: 0px 5px 15px 0px rgba(140, 140, 140, 0.35);
  border-radius: 10px;
  position: relative;
}
.frameDrama cite {
  text-align: right;
  display: block;
  opacity: 0.5;
  font-size: 90%;
}
.frameDrama  .txtMes {
  padding: 0 10px 50px;
  line-height: 1.8;
}
.frameDrama figure {
  text-align: center;
}

/* snslinkBox */
.snslinkBox {
  max-width: 250px;
  position: absolute;
  bottom: -25px;
  right: 10px;
}
.snslinkBox a {
  background: #3c3c3c;
  width: 50px;
  display: block;
  position: relative;
  border-radius: 50%;
  height: 50px;
  margin: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.xLink::before {
  content: "";
  background: url(/wp-content/uploads/2024/03/logo_x.png) no-repeat;
  width: 50%;
  height: 50%;
  background-size: contain;
}
.instagramLink::before {
  content: "";
  background: url(/wp-content/uploads/2024/03/logo_instgram.png) no-repeat;
  width: 55%;
  height: 55%;
  background-size: contain;
}
.youtubeLink::before {
  content: "";
  background: url(/wp-content/uploads/2024/03/logo_youtube.png) no-repeat;
  width: 60%;
  height: 60%;
  background-size: contain;
  margin: 10px 0 0;
}
.tiktokLink::before {
  content: "";
  background: url(/wp-content/uploads/2024/03/logo_tiktok.png) no-repeat;
  width: 55%;
  height: 55%;
  background-size: contain;
}


.site-info {
  text-align: center;
  font-size: .8rem;
  padding: 0 0 20px;
}

/* postTimes */
.c-postTimes {
  font-size: .75rem;
  letter-spacing: .1px;
  margin-top: 1rem;
  align-items: center;
  display: flex;
}
.u-flex--aic, .u-flex--aicw {
  align-items: center;
  display: flex;
}
.c-postTimes svg {
  margin-right: .25rem;
}
.c-postTimes__item {
  margin-right: .5rem;
}

/* authorBox */
@media (min-width: 959px) {
  .p-authorBox {
    align-items: center;
    display: flex;
    padding: 1.5rem 2rem;
  }
  .p-authorBox__body {
    flex: 1 1 100%;
    margin-left: 1.5em;
  }
}
@media (max-width: 960px) {
  .p-authorBox__avatar {
    margin-bottom: .75em;
  }
  .p-authorBox__avatar .avatar {
    margin: 0 auto;
  }
  .p-authorBox__name, .p-authorBox__position, .p-authorBox__weblink {
    text-align: center;
  }
}
.p-authorBox {
  background-color: #eeeff4;
  padding: 2.5rem 1.5rem;
}
.p-authorBox__avatar {
  flex: 1 0 auto;
  margin: 0;
}
.p-authorBox__avatar .avatar {
  border-radius: 50%;
  display: block;
  height: 100px;
  object-fit: cover;
  width: 100px;
}
.p-authorBox__name {
  color: inherit;
  display: block;
  font-weight: 700;
  text-decoration: none;
}
.u-color-thin {
  opacity: 0.75;
}
.p-authorBox__description {
  font-size: .9rem;
  margin-top: .75rem;
  white-space: break-spaces;
}

/* thumbnail */
.post-thumbnail {
  max-width: 800px;
  margin: 2rem auto 2.5rem;
  text-align: center;
  width: 100%;
}

/* 目次 */
.toc__container {
  border-radius: 10px;
  border: solid 2px #3c3c3c;
  letter-spacing: 1px;
  margin: 20px 0 80px;
}
.toc__container .toc__title {
  text-align: center;
  background: #3c3c3c;
  color: #fff;
  margin: 0;
  border-radius: 5px 5px 0 0;
  padding: 10px 0;
  font-size: 110%;
  letter-spacing: 5px;
}
.toc__list .toc__item--h2 {
  list-style: circle;
  padding: 0 0 10px;
}
.toc__sublist {
  padding: 0 0 0 25px;
}
.toc__sublist li {
  list-style: square;
}
.toc__container .toc__link:hover {
  text-decoration: none;
  color: #888;
}
