@charset "UTF-8";
/**
 * * Theme Name: 2026.07.04 BITTIMES for PC
 * * Description: 2026.07.04 bittimes.net専用テーマ
 * * Version: 2.0.0
 * * Author: Miki
 * * Author URI: bittimes.net
 * */
/* reset style start */
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

img {
  height: auto;
  display: block;
}

body {
  font-size: 15px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

form {
  vertical-align: baseline;
  width: 100%;
}

input[type=button], input[type=submit], button, input[type=text] {
  -webkit-appearance: none;
  vertical-align: middle;
}
input[type=button]:focus, input[type=submit]:focus, button:focus, input[type=text]:focus {
  outline: none;
}

iframe {
  max-width: 100%;
}

a {
  text-decoration: none;
}

.year-link {
  position: relative;
  padding-right: 20px;
  display: block;
  cursor: pointer;
}
.year-link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-top: solid 2px #444;
  border-right: solid 2px #444;
  transform: rotate(135deg);
  transition: transform 0.3s ease;
}
.year-link.expanded:after {
  transform: rotate(-45deg);
}

/* 主に全体に関わる構造やレイアウト、共通設定のCSSを記述します */
body {
  font-family: "Century Gothic", "Lucida Grande", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "sans-serif";
}

a {
  color: #000;
}
a:hover {
  color: orangered;
}

.flex-content {
  display: flex;
  flex-grow: 1;
  width: 1000px;
  margin: 32px auto 0;
  align-items: flex-end;
}

#grid-sidebar-top, #grid-sidebar {
  width: 300px;
  bottom: 20px;
  position: sticky;
}

#main-content {
  padding-right: 32px;
  box-sizing: border-box;
  width: 700px;
}

#grid-footer {
  grid-row: 4;
  grid-column: 1/span 3;
  margin-top: 21px;
}

#grid-pickup {
  width: 1000px;
  margin: 21px auto;
}

.grid-header-content {
  display: grid;
  grid-template-rows: 85px 35px;
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 6px;
  width: 1000px;
  margin: 0 auto;
}
.grid-header-content > ul, .grid-header-content > ul + div {
  border-top: 1px solid #e8e8e8;
  padding-top: 4px;
  margin-top: 1px;
}
.grid-header-content > ul {
  grid-row: 2;
  grid-column: 1/3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}
.grid-header-content > ul li {
  display: block;
}
.grid-header-content > ul li > a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
.grid-header-content > ul li > a:hover {
  color: orangered;
}
.grid-header-content > ul li > a i, .grid-header-content > ul li > a svg {
  margin-right: 7px;
}
.grid-header-content > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.grid-header-content > div:first-child {
  grid-row: 1;
  grid-column: 1/2;
}
.grid-header-content > div:nth-child(2) {
  grid-row: 1;
  grid-column: 2/4;
  padding: 7px 0;
}
.grid-header-content > div:nth-child(2) img {
  width: 90%;
  margin-left: auto;
}
.grid-header-content > div a {
  display: block;
}
.grid-header-content > div a img {
  width: 100%;
  height: auto;
}
.grid-header-content .logo {
  padding: 14px;
  position: relative;
}
.grid-header-content .logo img {
  width: 250px;
  height: auto;
}
.grid-header-content .logo .logo-name {
  font-size: 12px;
  position: absolute;
  top: 18px;
  right: 25px;
}

.searchfield {
  font-size: 14px;
  width: 230px;
  margin-right: 3px;
  margin-left: 40px;
  border: 1px solid #fff;
  padding: 6px;
  background-color: #f9f9f9;
  border-radius: 15px;
  text-indent: 0.5em;
}

.searchsubmit {
  font-family: FontAwesome;
  font-size: 1.4em;
  cursor: pointer;
  color: #255fac;
  border: none;
  background: transparent;
  justify-content: end;
}
.searchsubmit:hover {
  opacity: 0.6;
}

.h2-label {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 14px;
  letter-spacing: 0.1em;
}
.h2-label > i, .h2-label svg {
  margin-right: 7px;
  color: #000;
}

.h3-label {
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 14px;
  letter-spacing: 0.1em;
}
.h3-label > i, .h3-label svg {
  margin-right: 7px;
}

.more {
  text-align: right;
  font-size: 15px;
}
.more a {
  color: #000;
  display: block;
  padding: 14px 7px;
}
.more a:hover {
  color: orangered;
  transition: all 150ms 0 ease-out;
}
.more i, .more svg {
  margin-right: 7px;
}

.pickup-posts {
  display: flex;
  justify-content: space-between;
}
.pickup-posts > div {
  position: relative;
  width: 32%;
}
.pickup-posts > div:before {
  content: "";
  display: block;
  height: 7vh;
  width: 100%;
  position: absolute;
  background: linear-gradient(rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.8));
  bottom: 0;
  z-index: 1;
}
.pickup-posts > div img {
  width: 100%;
  height: auto;
  position: relative;
}
.pickup-posts > div h3 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 17px;
  line-height: 22px;
  padding: 7px;
  color: white;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 10;
}
.pickup-posts > div:hover h3 {
  text-shadow: 0 0 4px #fff;
}
.pickup-posts a {
  display: block;
}

.thumb-text-list-posts {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  justify-content: space-between;
  margin-bottom: 32px;
}
.thumb-text-list-posts img {
  width: 100%;
  height: auto;
}
.thumb-text-list-posts > a {
  display: flex;
  width: 48%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px 0;
  border-bottom: 1px solid #e5e5e5;
}
.thumb-text-list-posts > a:hover h3 {
  color: orangered;
}
.thumb-text-list-posts > a > div {
  display: flex;
}
.thumb-text-list-posts > a > div div:first-child {
  flex: 1;
  position: relative;
}
.thumb-text-list-posts > a > div div:last-child {
  flex: 2;
  padding: 0 14px;
  position: relative;
}
.thumb-text-list-posts > a > div h3 {
  font-size: 15px;
  line-height: 20px;
  color: #000;
  margin-bottom: 16px;
  height: 80px;
  overflow: hidden;
}
.thumb-text-list-posts > a > div time {
  font-size: 12px;
  display: block;
  text-align: right;
  margin-top: 7px;
  position: absolute;
  bottom: 0;
  left: 14px;
}
.thumb-text-list-posts > a > div time > i, .thumb-text-list-posts > a > div time svg {
  margin-right: 4px;
}
.thumb-text-list-posts + .more {
  margin-bottom: 32px;
  margin-top: -32px;
}
.thumb-text-list-posts .new-icon {
  display: block;
  position: absolute;
  top: -15px;
  left: -15px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 10px;
  background-color: orangered;
  color: #fff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
}

.big-thumb-posts {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.big-thumb-posts > div {
  width: 32%;
}
.big-thumb-posts > div:hover h3 {
  color: orangered;
}
.big-thumb-posts > div a {
  display: block;
}
.big-thumb-posts > div img {
  width: 100%;
  height: auto;
}
.big-thumb-posts > div h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin: 4px 0;
}
.big-thumb-posts > div time {
  font-size: 11px;
  display: block;
  text-align: right;
  margin-top: 7px;
  margin-right: 4px;
}
.big-thumb-posts > div time > i, .big-thumb-posts > div time svg {
  margin-right: 4px;
}

.mailmagazine-area {
  margin: 0;
}

.thumb-text-type-for-pop {
  margin-bottom: 32px;
}
.thumb-text-type-for-pop ul li a {
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px dotted #e5e5e5;
}
.thumb-text-type-for-pop ul li a img {
  width: 100%;
  height: auto;
}
.thumb-text-type-for-pop ul li a > div:first-child {
  flex: 1;
}
.thumb-text-type-for-pop ul li a > div:last-child {
  flex: 2;
  padding-left: 14px;
}
.thumb-text-type-for-pop ul li a > div:last-child small {
  color: #000;
  font-size: 12px;
  font-weight: bold;
}
.thumb-text-type-for-pop ul li a > div:last-child p {
  font-size: 13px;
  line-height: 18px;
  margin-top: 4px;
}
.thumb-text-type-for-pop ul li:hover p {
  color: orangered;
}

.text-link-posts {
  margin-bottom: 32px;
}
.text-link-posts ul li a, .text-link-posts ol li a {
  display: block;
  padding: 7px;
  margin-bottom: 11px;
  background-color: #f7f7f7;
  color: #000;
  border-radius: 2px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 14px;
}
.text-link-posts ul li a:hover, .text-link-posts ol li a:hover {
  color: orangered;
}
.text-link-posts ul li i, .text-link-posts ul li svg, .text-link-posts ol li i, .text-link-posts ol li svg {
  margin-right: 7px;
  position: absolute;
  right: 0;
}
.text-link-posts ol li {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.text-link-posts ol li:nth-child(1) a:before {
  content: "\f43f";
  margin-right: 4px;
}
.text-link-posts ol li:nth-child(2) a:before {
  content: "\f445";
  margin-right: 4px;
}
.text-link-posts ol li:nth-child(3) a:before {
  content: "\f447";
  margin-right: 4px;
}

.thumb_with_accordion_posts > div a {
  margin-bottom: 21px;
  padding-bottom: 21px;
  border-bottom: 1px dotted #e5e5e5;
  display: block;
  color: #000;
}
.thumb_with_accordion_posts > div:first-child img {
  width: 100%;
  height: auto;
  margin-bottom: 21px;
}
.thumb_with_accordion_posts > div .label {
  display: block;
  font-size: 14px;
  line-height: 18px;
  height: 3em;
}
.thumb_with_accordion_posts > div:hover p {
  color: orangered;
}

.accordion-posts-area {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.accordion-posts-area > div {
  width: 32%;
}

.popular-cryptcurrency {
  margin-bottom: 32px;
}
.popular-cryptcurrency li {
  position: relative;
}
.popular-cryptcurrency li > a > img {
  width: 32px;
  height: 32px;
}
.popular-cryptcurrency li a {
  display: flex;
  padding: 14px 0;
  border-bottom: 1px dotted #e5e5e5;
  color: #000;
}
.popular-cryptcurrency li a:after {
  position: relative;
  display: block;
  right: 17px;
  width: 5px;
  height: 5px;
  margin-top: -4px;
  border-top: solid 3px #444;
  border-right: solid 3px #444;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popular-cryptcurrency li a:after, .popular-cryptcurrency li a:before {
  content: "";
  position: absolute;
  top: 50%;
}
.popular-cryptcurrency li a > span {
  width: 100%;
  margin: 9px 0 0 9px;
}
.popular-cryptcurrency li:hover a {
  color: orangered;
}

.my-pickup-area {
  margin-bottom: 32px;
}
.my-pickup-area ul li a {
  display: block;
  margin-bottom: 21px;
}
.my-pickup-area ul li a img {
  width: 100%;
  height: auto;
}

.popular_tags_in_sidebar ul li {
  position: relative;
}
.popular_tags_in_sidebar ul li a {
  display: block;
  padding: 21px 0;
  border-bottom: 1px dotted #e5e5e5;
  color: #000;
  padding-right: 21px;
  line-height: 22px;
}
.popular_tags_in_sidebar ul li a i, .popular_tags_in_sidebar ul li a svg {
  margin-right: 7px;
}
.popular_tags_in_sidebar ul li:hover a {
  color: orangered;
}
.popular_tags_in_sidebar .year {
  border-bottom: 1px solid #efefef;
  padding: 21px;
}
.popular_tags_in_sidebar .year > .year-link {
  position: relative;
  padding-right: 20px;
}
.popular_tags_in_sidebar .year > .year-link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-top: solid 2px #444;
  border-right: solid 2px #444;
  transform: rotate(135deg);
  transition: transform 0.3s ease;
}
.popular_tags_in_sidebar .year > .year-link.expanded:after {
  transform: rotate(-45deg);
}

.help-help-help-writer {
  margin-bottom: 32px;
}
.help-help-help-writer a img {
  width: 100%;
  height: auto;
}

.snsbtn30 {
  padding: 0 43px;
}
.snsbtn30 p {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  margin: 14px 0;
}
.snsbtn30 ul {
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  justify-content: space-between;
}
.snsbtn30 ul li a > svg, .snsbtn30 ul li a > span, .snsbtn30 ul li a > img {
  width: 24px;
  height: 24px;
  display: block;
}
.snsbtn30 ul li a {
  display: block;
}

.card-list-posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 14px;
  margin-bottom: 32px;
}
.card-list-posts > div {
  width: 24%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 14px;
}
.card-list-posts > div img {
  width: 100%;
  height: auto;
}
.card-list-posts > div p {
  font-size: 13px;
  font-weight: bold;
  line-height: 17px;
  padding: 7px;
}
.card-list-posts > div:hover p {
  color: orangered;
}

.term-title {
  margin: 14px 0 42px;
}
.term-title > small {
  font-size: 11px;
  margin-bottom: 4px;
  display: block;
}
.term-title > small i, .term-title > small svg {
  margin-right: 2px;
}
.term-title > h1 {
  font-size: 24px;
  font-weight: bold;
}
.term-title > p {
  font-size: 13px;
  line-height: 20px;
  margin: 14px 0;
  color: #666;
}
.term-title > p + ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.term-title > p + ul li a {
  display: block;
  padding: 7px;
  border: 1px solid #000;
  margin-right: 14px;
  margin-bottom: 14px;
  line-height: 20px;
}
.term-title > p + ul li a:hover {
  color: orangered;
  border-color: orangered;
}
.term-title > p + ul li a i, .term-title > p + ul li a svg {
  margin-right: 2px;
}

.post-list {
  display: flex;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px dotted #e5e5e5;
}
.post-list > div:first-child {
  flex: 1;
}
.post-list > div:last-child {
  flex: 2;
  position: relative;
  padding-left: 14px;
}
.post-list > div time, .post-list > div ul {
  position: absolute;
  bottom: 0;
  font-size: 13px;
}
.post-list > div ul {
  display: flex;
  right: 14px;
}
.post-list > div ul li {
  margin-left: 7px;
}
.post-list > div ul li a:hover {
  color: orangered;
}
.post-list > div time {
  right: 14px;
  bottom: 20px;
}
.post-list > div time > i, .post-list > div time svg {
  margin-right: 4px;
}
.post-list > div a {
  display: block;
}
.post-list > div a i, .post-list > div a svg {
  margin-right: 7px;
}
.post-list > div a img {
  width: 100%;
  height: auto;
}
.post-list > div h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
}

/* single.php用 CSS */
.single-post-area h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 12px;
}
.single-post-area time > i, .single-post-area time svg {
  margin-right: 4px;
}

.single-thumbnail > img {
  width: 100%;
  height: auto;
  margin: 11px 0 32px;
}

.rel-tag-posts-area {
  padding: 16px;
  border: 1px dashed #000;
  margin: 32px 0;
  border-radius: 2px;
}
.rel-tag-posts-area > p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
  display: inline-block;
}

.rel-tag-posts {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px dotted #ccc;
}
.rel-tag-posts:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.rel-tag-posts a {
  display: flex;
}
.rel-tag-posts a div:first-child {
  flex: 1;
}
.rel-tag-posts a div:last-child {
  flex: 4;
}
.rel-tag-posts a img {
  width: 100%;
  height: auto;
  margin: 0;
}
.rel-tag-posts a p {
  font-weight: bold;
  font-size: 18px;
  padding: 14px;
  margin-bottom: 0;
  line-height: 26px;
}
.rel-tag-posts a:hover {
  color: orangered;
}

.content-decoration-area {
  font-size: 15px;
}
.content-decoration-area h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 43.2px;
  margin-bottom: 24px;
  background-color: #f7f7f7;
  border-left: 7px solid #071831;
  padding-left: 10px;
  margin-top: 52px;
}
.content-decoration-area h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 32.4px;
  margin-bottom: 24px;
  border-left: 3px solid #071831;
  padding-left: 7px;
}
.content-decoration-area h4 {
  font-size: 15px;
  font-weight: bold;
  line-height: 27px;
  margin-bottom: 24px;
}
.content-decoration-area u {
  line-height: 22px;
}
.content-decoration-area > p {
  line-height: 28px;
  margin-bottom: 32px;
  letter-spacing: 0.05em;
}
.content-decoration-area > p a {
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid #7bb5e6;
  color: #27adcc;
}
.content-decoration-area > p a:before, .content-decoration-area > p a:after {
  content: " ";
  letter-spacing: 0em;
}
.content-decoration-area > p a:hover {
  color: orangered;
  border-color: orangered;
}
.content-decoration-area a + u, .content-decoration-area img + u {
  font-size: 13px;
  margin: 4px 14px 7px;
  display: block;
  color: #999;
  text-align: center;
  line-height: 18px;
  text-decoration: none;
}
.content-decoration-area br {
  line-height: 2.7em;
}
.content-decoration-area strong {
  font-weight: bold;
}
.content-decoration-area b {
  font-weight: bold;
  color: #444;
  background: linear-gradient(transparent 60%, #ffbdbd 0%);
}
.content-decoration-area img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 32px auto;
}
.content-decoration-area > img, .content-decoration-area a > img {
  width: 100%;
  height: auto;
  display: block;
  margin: 32px auto;
}
.content-decoration-area a > img {
  margin-bottom: 14px;
}
.content-decoration-area ul, .content-decoration-area ol {
  margin-bottom: 32px;
  padding-left: 30px;
  line-height: 22px;
}
.content-decoration-area ul li, .content-decoration-area ol li {
  display: list-item;
  padding: 4px 0;
  margin-bottom: 14px;
}
.content-decoration-area ul li {
  list-style: disc;
}
.content-decoration-area ol li {
  list-style: decimal;
}
.content-decoration-area table {
  width: 100%;
}
.content-decoration-area table tr, .content-decoration-area table th, .content-decoration-area table td {
  text-align: center;
  padding: 14px 7px;
  border-bottom: 1px dotted #000;
}
.content-decoration-area table th {
  border-bottom: 1px solid #000;
}
.content-decoration-area blockquote {
  position: relative;
  padding: 35px 15px 10px 15px;
  margin-bottom: 32px;
  box-sizing: border-box;
  font-style: italic;
  background: #f7f7f7;
  color: #666;
  border-left: 4px solid #9dd4ff;
  line-height: 28px;
}
.content-decoration-area blockquote:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 15px;
  vertical-align: middle;
  content: "\f10d";
  font-family: FontAwesome;
  color: #9dd4ff;
  font-size: 28px;
  line-height: 1;
}
.content-decoration-area blockquote p {
  padding: 0;
  margin: 7px 0;
  line-height: 1.7;
}
.content-decoration-area blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
.content-decoration-area dl {
  line-height: 18px;
}
.content-decoration-area dl dt {
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 2px;
  color: #666;
}
.content-decoration-area dl dd {
  font-size: 16px;
  margin-bottom: 14px;
  padding-left: 7px;
}
.content-decoration-area small {
  font-size: 13px;
  color: #666;
  font-style: italic;
  line-height: 1.5em;
}
.content-decoration-area iframe {
  margin: 32px auto;
  display: block;
}
.content-decoration-area .wpcf7 {
  margin-top: 14px;
  padding: 32px;
  background-color: #f7f7f7;
  border-radius: 4px;
}
.content-decoration-area .wpcf7 tr th {
  border: none;
  display: block;
  background-color: #eee;
  padding: 14px 0;
  padding-left: 0px;
  font-weight: bold;
  font-size: 17px;
}
.content-decoration-area .wpcf7 tr td {
  display: block;
  margin: 4px 0;
  font-size: 14px;
  line-height: 21px;
  color: #444;
  padding: 7px;
}
.content-decoration-area .wpcf7 span[class=required-contactform7] {
  color: white;
  background-color: orangered;
  margin-right: 7px;
  border-radius: 2px;
  padding: 0 7px;
}
.content-decoration-area .wpcf7 input, .content-decoration-area .wpcf7 textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 14px;
  text-indent: 0.1em;
  margin-bottom: 14px;
  border: none;
  border: 1px solid #ccc;
  margin-top: 7px;
}
.content-decoration-area .wpcf7 textarea {
  border: 1px solid #ccc;
}
.content-decoration-area .wpcf7 input[type=submit] {
  border: none;
  background-color: royalblue;
  color: white;
}
.content-decoration-area .wpcf7 input[type=submit]:hover {
  cursor: pointer;
}
.content-decoration-area .wpcf7 p label {
  display: block;
  font-size: 14px;
  color: #444;
  line-height: 21px;
}
.content-decoration-area twitterwidget {
  margin: 0 auto;
}

.term-area {
  display: block;
  justify-content: start;
  flex-wrap: nowrap;
  margin-bottom: 52px;
  margin-top: 32px;
}
.term-area li {
  display: inline-block;
}
.term-area li a {
  display: inline-block;
  padding: 4px 7px;
  border: 1px solid #000;
  margin: 0 7px 7px 0;
}
.term-area li a i, .term-area li a svg {
  margin-right: 4px;
}
.term-area li a:hover {
  color: orangered;
  border-color: orangered;
}

.sns-button-in-single {
  margin-top: 32px;
  display: flex;
  justify-content: space-around;
}
.sns-button-in-single + .content-decoration-area {
  margin-top: 32px;
}
.sns-button-in-single li {
  width: 100%;
}
.sns-button-in-single li a {
  display: block;
  padding: 7px;
  text-align: center;
}
.sns-button-in-single li a i, .sns-button-in-single li a svg {
  margin-right: 4px;
}
.sns-button-in-single li a:hover {
  color: orangered;
}

.the-facebook-share {
  margin-top: 32px;
  background-color: #3e3e3e;
  display: flex;
  align-items: center;
}
.the-facebook-share > div:first-child {
  flex: 1.6;
}
.the-facebook-share > div:first-child img {
  width: 100%;
  height: auto;
}
.the-facebook-share > div:last-child {
  flex: 1;
  text-align: center;
}
.the-facebook-share > div:last-child > p {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  margin-bottom: 7px;
}

.table-of-contents {
  font-size: 15px;
  border: 1px solid #000;
  padding: 32px 32px 1px 32px;
}
.table-of-contents .outline-header {
  margin-bottom: 14px;
  font-size: 20px;
}
.table-of-contents .outline-header i, .table-of-contents .outline-header svg {
  margin-right: 4px;
}
.table-of-contents ul {
  margin-bottom: 14px;
  margin-top: 10px;
}
.table-of-contents ul li a {
  border-bottom: 1px dotted #e5e5e5;
  padding: 7px 0;
  display: block;
}
.table-of-contents ul li a:hover {
  color: orangered;
}
.table-of-contents > ul > li:last-child a, .table-of-contents ol > li:last-child a {
  border-bottom: none;
}

/* page-*.php用CSS */
.ruby-list {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  margin: 32px 0;
}
.ruby-list li a i {
  margin-right: 4px;
}
.ruby-list li a:hover {
  color: orangered;
}

.page-post-area h1 {
  margin-top: 32px;
}
.page-post-area h2 {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-bottom: 14px;
  margin-bottom: 32px;
  margin-top: 64px;
}
.page-post-area h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 21px;
}
.page-post-area h3 a {
  border-bottom: 1px solid #000;
}
.page-post-area h2 i, .page-post-area h3 i {
  margin-right: 4px;
}
.page-post-area p {
  margin-bottom: 32px;
  font-size: 13px;
  padding-left: 1em;
  line-height: 18px;
}
.page-post-area b {
  font-weight: bold;
  font-size: 15px;
}

.keyword-post-ul {
  margin-top: 14px;
  margin-bottom: 32px;
}
.keyword-post-ul li a {
  display: block;
  padding: 4px 0;
  color: #7bb5e6;
}
.keyword-post-ul li a:hover {
  color: orangered;
}

.tags-area {
  margin-top: 32px;
}
.tags-area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 14px;
  line-height: 20px;
}
.tags-area ul li {
  display: block;
  width: 48%;
}
.tags-area ul li a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 7px;
  margin-bottom: 14px;
}
.tags-area ul li a:hover {
  color: orangered;
}
.tags-area ul li a i {
  margin-right: 4px;
}

.shop-request-area h1 {
  margin-bottom: 32px;
}
.shop-request-area ol {
  font-size: 13px;
  line-height: 16px;
  padding-left: 32px;
  margin-bottom: 32px;
}
.shop-request-area ol li {
  display: list-item;
  padding: 4px 0;
  list-style: disc;
}
.shop-request-area ol li i {
  margin-right: 4px;
}

.page-request-form dl dt {
  font-size: 14px;
  color: #000;
  margin-bottom: 11px;
}
.page-request-form dl dd > img {
  margin-bottom: 32px;
}
.page-request-form textarea, .page-request-form input, .page-request-form select {
  border: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 32px;
  padding: 14px 7px;
  display: block;
  border: 1px solid #ccc;
}
.page-request-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.page-shop-area {
  border: 1px solid red;
}
.page-shop-area .shop-items {
  margin-top: 32px;
}
.page-shop-area .shop-items .shop-item {
  border: 1px solid blue;
  display: flex;
}
.page-shop-area .shop-items .shop-item div:first-child {
  flex: 1;
  border: 1px solid red;
}
.page-shop-area .shop-items .shop-item div:first-child img {
  width: 100%;
  line-height: auto;
}
.page-shop-area .shop-items .shop-item div:last-child {
  flex: 2;
  border: 1px solid green;
  position: relative;
}
.page-shop-area .shop-items .shop-item div:last-child p {
  margin: 0;
  padding: 0;
}
.page-shop-area .shop-items .shop-item div:last-child .shop-name-label {
  border: 1px solid red;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
.page-shop-area .shop-items .shop-item div:last-child .shop-description {
  font-size: 15px;
  line-height: 20px;
}
.page-shop-area .shop-items .shop-item div:last-child ul {
  display: absolute;
  bottom: 0;
}
.page-shop-area .shop-items .shop-item div:last-child .admin-delete-label {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 11px;
}

#breadcrumb {
  color: #666;
  font-size: 12px;
}
#breadcrumb a {
  color: #666;
}
#breadcrumb a:hover {
  color: orangered;
}
#breadcrumb span {
  display: inline-block;
  padding: 4px;
}
#breadcrumb span:first-child {
  padding-left: 0;
}

.pagination {
  margin-bottom: 52px;
}
.pagination ul {
  display: flex;
  justify-content: center;
}
.pagination ul .page-numbers, .pagination ul .current {
  display: block;
  padding: 7px 14px;
  border: 1px solid #000;
  margin: 7px;
}
.pagination ul .page-numbers {
  background-color: #fff;
  color: #000;
}
.pagination ul .page-numbers:hover {
  color: orangered;
  border-color: orangered;
}
.pagination ul .current {
  background-color: #000;
  color: #fff;
}

.ad-area {
  margin: 32px 0;
}

.footer-nav-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 1000px;
  margin: 0 auto 14px;
}

.footer-menu > ul {
  font-size: 14px;
}
.footer-menu > ul > li {
  text-indent: 0.3em;
}
.footer-menu > ul > li > a {
  display: block;
  padding: 7px 0;
  color: #c8c8c8;
  position: relative;
  padding-right: 21px;
}
.footer-menu > ul > li > a i, .footer-menu > ul > li > a svg {
  margin-right: 7px;
  margin-right: 7px;
  position: absolute;
  right: 0;
}
.footer-menu > ul > li:hover a {
  color: orangered;
}

.footer-label {
  font-size: 17px;
  color: #c8c8c8;
  display: block;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px dotted #c8c8c8;
}

footer {
  padding-top: 64px;
  background-color: #353535;
}
footer small {
  border-top: 1px solid #c8c8c8;
  display: block;
  text-align: center;
  font-size: 13px;
  color: #c8c8c8;
  padding: 14px;
}

.footer-logo img {
  width: 320px;
  height: auto;
}

.sorry-text {
  font-size: 42px;
  line-height: 42px;
  margin: 52px 0;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
  z-index: 100;
}
#page-top a {
  display: block;
  padding: 14px;
  background-color: black;
  opacity: 0.5;
  text-decoration: none;
  color: white;
  width: 30px;
  height: 30px;
  line-height: 26px;
  border-radius: 50%;
  text-align: center;
}

.ad-opt-style img {
  width: 100%;
  height: auto;
}

.google-adsense img {
  width: 100%;
  height: auto;
}

/*# sourceMappingURL=style.css.map */
