@charset "UTF-8";

/* ===================================================================

 file name  :  common.css

=================================================================== */
/* --------------------------------------------------
 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;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
select,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  vertical-align: bottom;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
  font-family: monospace, monospace;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  color: inherit;
  font: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 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-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid silver;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

ul {
  padding: 0;
}

ul li {
  list-style: none;
}

hr.spacer {
  margin-block: 2em;
  border: unset;
}

/* --------------------------------------------------
 common
--------------------------------------------------- */
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'evogriaregular';
  src: url('../css/font/evogria-webfont.eot');
  src: url('../css/font/evogria-webfont.eot?#iefix') format('embedded-opentype'),
    url('../css/font/evogria-webfont.woff2') format('woff2'),
    url('../css/font/evogria-webfont.woff') format('woff'),
    url('../css/font/evogria-webfont.ttf') format('truetype');
}

@font-face {
  font-display: swap;
}

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

html {
  width: 100%;
  font-size: 62.5%;
}

body {
  min-width: 1060px;
  width: 100%;
  background: #fff;
  color: #000;
  font-size: 1.6rem;
  font-size: 1.8rem;
  /* font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif; */
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN',
    'HiraKakuProN-W3', 'Helvetica Neue', 'Hiragino Sans', 'メイリオ', Meiryo,
    Helvetica, Arial, sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
}

body.logged-in .stuck {
  top: 32px;
}

@media screen and (max-width: 1025px), (max-width: 1025px) {
  body.logged-in .stuck {
    top: 0px;
  }
}

img {
  vertical-align: bottom;
}

a {
  color: #000;
  text-decoration: none;
}

a,
.header2 span {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover,
.header2 span:hover {
  color: #ff876c;
  text-shadow: 0px 0px 6px #fff;
}

.drawer--top .drawer-nav {
}

.content iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

.none {
  display: none;
}

.sp {
  display: none;
}

@media screen and (max-width: 1025px) {
  body {
    min-width: 0;
    font-size: 1.4rem;
    font-size: 1.6rem;
  }

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

  img {
    max-width: 100%;
    height: auto;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .row2-right {
    float: none;
    width: 100%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1025px),
  (max-width: 1025px) {
  body {
    min-width: 0;
  }

  div#wrap {
    overflow: hidden;
  }
}

/* 2017.10.10 office-ing 追加 bxsliderローディング対応 */
#loader {
  opacity: 1;
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: #ff876c;
  top: 0;
  left: 0;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

/* 2017.11.19 office-ing 引用スタイル追加 */
body.single .content blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}

body.single .content blockquote cite {
  display: block;
  text-align: right;
}

blockquote.q1 {
  position: relative;
  padding: 30px 15px 8px 15px;
  box-sizing: border-box;
  background: #efefef;
  color: #555;
}

blockquote.q1::before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 15px;
  vertical-align: middle;
  content: '\f10d';
  font-family: FontAwesome;
  color: #cfcfcf;
  font-size: 28px;
  line-height: 1;
}

blockquote.q2 {
  position: relative;
  padding: 30px 15px 8px 15px;
  box-sizing: border-box;
  background: #f5f5f5;
  color: #777;
  border-left: 4px solid #9dd4ff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
  margin: 2rem 0;
}

blockquote.q2::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;
}

blockquote.q3 {
  position: relative;
  padding: 30px 15px 8px 15px;
  box-sizing: border-box;
  border: solid 2px #464646;
  color: #464646;
  margin: 2rem 0;
}

blockquote.q3::before {
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 15px;
  vertical-align: middle;
  content: '\f10d';
  font-family: FontAwesome;
  color: #77c0c9;
  font-size: 25px;
  line-height: 1;
}

blockquote.q4 {
  position: relative;
  padding: 30px 15px 8px 15px;
  box-sizing: border-box;
  color: #464646;
  background: #ddeaff;
  margin: 2rem 0;
}

blockquote.q4::before {
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 15px;
  vertical-align: middle;
  content: '\f10d';
  font-family: FontAwesome;
  color: #fff;
  font-size: 28px;
  line-height: 1;
}

blockquote.q5 {
  position: relative;
  padding: 7px 15px;
  box-sizing: border-box;
  color: #585858;
  border: solid 3px #585858;
  margin: 3rem 20px;
}

blockquote.q5::before {
  display: inline-block;
  position: absolute;
  top: -20px;
  left: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  content: '\f10d';
  font-family: FontAwesome;
  background: #585858;
  color: #fff;
  font-size: 22px;
}

blockquote.q5::after {
  display: inline-block;
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  content: '\f10e';
  font-family: FontAwesome;
  background: #585858;
  color: #fff;
  font-size: 22px;
}

blockquote.q6 {
  position: relative;
  padding: 5px 12px 5px 56px;
  box-sizing: border-box;
  color: #464646;
  background: #f0f7ff;
  margin: 2rem 0;
}

blockquote.q6::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 36px;
  height: 36px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  vertical-align: middle;
  text-align: center;
  content: '\f10d';
  font-family: FontAwesome;
  color: #fff;
  font-size: 20px;
  line-height: 36px;
  background: #a5d7ff;
  border-radius: 50%;
}

blockquote.q7 {
  position: relative;
  padding: 5px 12px 5px 56px;
  box-sizing: border-box;
  color: #464646;
  background: #fff0f0;
  margin: 2rem 0;
}

blockquote.q7::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 36px;
  height: 36px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  vertical-align: middle;
  text-align: center;
  content: '\f10d';
  font-family: FontAwesome;
  color: #fff;
  font-size: 20px;
  line-height: 36px;
  background: #ff9d9d;
  border-radius: 50%;
}

blockquote.q8 {
  position: relative;
  padding: 5px 12px 5px 56px;
  box-sizing: border-box;
  color: #464646;
  background: #fff4db;
  margin: 2rem 0;
}

blockquote.q8::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 36px;
  height: 36px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  vertical-align: middle;
  text-align: center;
  content: '\f10d';
  font-family: FontAwesome;
  color: #fff;
  font-size: 20px;
  line-height: 36px;
  background: #ffd596;
  border-radius: 50%;
}

blockquote.q9 {
  position: relative;
  padding: 5px 10px 5px 32px;
  box-sizing: border-box;
  background: #f3f3f3;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
  margin: 2rem 0 2rem 15px;
}

blockquote.q9::before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -15px;
  width: 40px;
  height: 30px;
  vertical-align: middle;
  text-align: center;
  content: '\f10d';
  font-family: FontAwesome;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  background: #92d4ff;
  box-shadow: 0 2px 2px rgba(26, 26, 26, 0.14);
}

blockquote.q9::after {
  position: absolute;
  content: '';
  top: 40px;
  left: -15px;
  border: none;
  border-bottom: solid 8px transparent;
  border-right: solid 15px #6eb3e0;
}

blockquote.q10 {
  position: relative;
  padding: 15px 10px 5px;
  box-sizing: border-box;
  background: #f3f3f3;
  margin: 2rem 0;
}

blockquote.q10::before {
  display: inline-block;
  position: absolute;
  top: -8px;
  left: 9px;
  width: 40px;
  height: 30px;
  vertical-align: middle;
  text-align: center;
  content: '\f10d';
  font-family: FontAwesome;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  background: #6fcdd9;
}

blockquote.q10::after {
  position: absolute;
  content: '';
  top: -8px;
  left: 49px;
  border: none;
  border-bottom: solid 8px #6cacb5;
  border-right: solid 9px transparent;
}

/* --------------------------------------------------
 header
--------------------------------------------------- */
.header {
  position: relative;
  background: #fff;
  /* z-index: 9999; */
}

.header:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 92px;
  height: 92px;
  background: #1bacdc;
  content: '';
}

.header1 {
  height: 92px;
  padding-left: 112px;
  display: flex;
  align-items: center;
}

.header1 .logo {
  display: inline-block;
  line-height: 1;
  float: left;
}

.header1 aside {
  padding-left: 2vw;
}

.header1 aside li {
  display: inline-block;
  margin: 0 12px 0 0;
  vertical-align: baseline;
}

.header1 aside a {
  color: #f09400;
  font-size: 3rem;
  display: block;
}

.header2 {
  padding-left: 92px;
  padding-right: 140px;
  /* border-bottom: 4px solid #ff876c; */
  background: #f09400;
}

#pc_gnav nav {
  margin: 0 auto;
  /* width: 1060px; */
  margin: 0;
  width: auto;
  /* padding-left: 112px; */
  /* overflow-x: auto; */
  width: 100%;
}

#pc_gnav nav {
  scrollbar-width: none;
}

#pc_gnav nav::-webkit-scrollbar {
  display: none;
}

#pc_gnav nav > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  /* max-width: 1060px; */
  margin: 0 auto;
}

#pc_gnav li {
  /* display: flex; */
  /* align-items: center; */
  /* position: relative; */
  position: relative;
  flex: 1;
  /* justify-content: center; */
}

#pc_gnav > nav > ul > li:not(:last-child)::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 2em;
  background-color: #fff;
  transform: translateY(-50%);
}

.header2 a,
.header2 span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-size: 1.9rem;
  font-size: 1.8rem;
  white-space: nowrap;
  padding: 0 1em;
}

.header2 a:hover,
.header2 span:hover {
  color: #fff;
}

.header2 a:hover:after,
.header2 span:hover:after {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
}

#pc_gnav li ul {
  display: none;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 1000;
  background-color: #ff876c;
  width: fit-content;
}

#pc_gnav li ul {
  /* position: fixed; */
  /* top: 140px; */
}

#pc_gnav li ul li {
  margin: 0;
  display: block;
}

#pc_gnav li ul em {
  display: none;
}

#sp_gnav {
  display: none;
  z-index: 1;
}

.header .search {
  position: absolute;
  top: 0;
  right: 0;
}

.header .search .btn {
  position: relative;
  padding: 15px 0 0;
  width: 92px;
  height: 92px;
  background: #ff876c;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
}

.header .search .btn::after {
  position: absolute;
  left: 50%;
  bottom: 8px;
  translate: -50%;
  width: 30px;
  height: 48px;
  background: url('../img/ico_btn_search.gif') no-repeat;
  content: '';
  background-size: 30px 48px;
}

.drawer-open .header {
  & .search {
    position: fixed;
    top: 15px;
    right: 35px;
    z-index: 3;
  }

  & .search .btn {
    font-size: 0;
    padding: 0;
    width: auto;
    height: auto;
    line-height: unset;
    background: none;
    &::before {
      display: none;
    }

    &::after {
      content: '\f057';
      font-size: 52px;
      font-family: 'Font Awesome 6 Free';
      background: unset;
      position: static;
    }
  }
}

@media screen and (max-width: 768px) {
  .drawer-open .header {
    .search {
      top: 15px;
      right: 15px;
    }

    & .search .btn {
      &::before {
        display: none;
      }

      &::after {
        font-size: 44px;
      }
    }
  }
}

.drawer-toggle,
#menu {
  cursor: pointer;
}

.drawer-nav a.drawer-toggle {
  position: absolute;
  top: 65px;
  right: 40px;
  padding: 10px 20px;
  cursor: pointer;
  background: #000;
  color: #fff;
}

.drawer-nav a.drawer-toggle:before {
  content: '\f0c9';
  font-family: 'FontAwesome';
  margin-right: 15px;
}

.drawer-nav a.drawer-toggle:after {
  border: none;
  margin: 0;
}

@media screen and (max-width: 1025px), (max-width: 1025px) {
  .header:after {
    display: none;
  }

  .header1 {
    height: 55px;
    padding: 10px 0 0 10px;
  }

  .header1 aside li {
    /* display: inline-block; */
    /* margin: 0 10px 0 0; */
    /* vertical-align: baseline; */
  }

  .header1 aside a {
    font-size: 2.4rem;
  }

  #menu {
    position: absolute;
    top: 0;
    right: 0;
    height: 55px;
  }

  #menu img {
    height: 100%;
  }

  .header2 {
    display: none;
    position: absolute;
    top: 55px;
    display: none;
    width: 100%;
  }

  .header2 nav {
    width: 100%;
    padding-left: 0;
  }

  .header2 li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #fff;
  }

  .header2 a,
  .header2 span,
  .header2 li ul li a,
  .header2 li ul em {
    display: block;
    padding: 10px;
    height: auto;
    font-size: 1.6rem;
    line-height: normal;
  }

  .header2 a:hover:after,
  .header2 span:hover:after,
  .header2 li ul li a:hover:after {
    display: none;
  }

  .header2 span:after {
    font-family: FontAwesome;
    content: '\f105';
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 2.6rem;
    color: #fff;
  }

  .header2 ul {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    border: none;
    background: #f09400;
  }

  .header2 li ul {
    top: 0;
    left: 100%;
    z-index: 999999;
    width: 100%;
    /* border: none; */
  }

  .header2 li ul em {
    font-style: normal;
    text-align: center;
  }

  .header2 li ul em:before {
    font-family: FontAwesome;
    content: '\f104';
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 2.6rem;
    color: #fff;
  }

  .header2#sp_gnav li {
    position: static;
  }

  .header2#sp_gnav ul {
    display: block;
  }

  .header2#sp_gnav > nav > ul > li::before {
    display: none;
  }

  .header .search {
    position: relative;
    top: auto;
    right: auto;
  }

  .header .search .btn {
    padding: 0 0 0 50px;
    width: 100%;
    height: 40px;
    text-align: left;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 40px;
  }

  .header .search .btn:after {
    top: 5px;
    bottom: auto;
    left: 10px;
    margin: 0;
    width: 30px;
    height: 30px;
    background: url('../img/ico_search.gif') no-repeat;
    background-size: 30px 30px;
  }

  .header .search .btn:before {
    position: absolute;
    top: 50%;
    right: 18px;
    margin: -8px 0 0;
    width: 20px;
    height: 18px;
    background: url('../img/ico_search_sp.gif') no-repeat;
    background-size: 20px 18px;
    content: '';
  }

  .drawer-nav a.drawer-toggle {
    right: 0;
    left: 0;
    top: 60px;
    text-align: center;
  }
}

@media only screen and (max-width: 1025px) {
  .header1 {
    height: 92px;
    padding: 0 0 0 10px;
  }
}

@media only screen and (max-width: 768px) {
  .header1 {
    height: 55px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1025px),
  (max-width: 1025px) {
  .header1 .logo img {
    max-width: 167px;
  }

  .header1 .logo img.pc {
    max-width: none;
  }

  #pc_gnav nav {
    padding-left: 1vw;
    padding-right: 1vw;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1025px) and (orientation: landscape) {
  .header:after {
    display: none;
  }
}

@media only screen and (max-width: 460px) {
  .header1 aside {
    padding-left: 5vw;
  }

  .header1 aside li:nth-child(-n + 4) {
  }

  .header1 aside li:nth-child(n + 5) {
    display: none;
  }

  .header1 aside a {
    font-size: 2.1rem;
  }
}

/* 言語スイッチ */
.lang_switcher {
  display: flex;
  align-items: center;
  position: absolute;
  right: calc(140px + 3vw);
  height: 30px;
}

.lang_switcher img {
  height: 60%;
  border: 1px solid #ccc;
}

.lang_switcher span {
  line-height: 1;
  display: inline-block;
  padding-left: 0.5em;
}

@media only screen and (max-width: 1150px) and (min-width: 769px) {
  .lang_switcher {
    right: calc(92px + 3vw);
  }
}

@media screen and (max-width: 850px) {
  .lang_switcher span {
    display: none;
  }
}

@media screen and (max-width: 1025px) {
  .lang_switcher {
    right: calc(55px + 15px);
  }
}

@media only screen and (max-width: 460px) {
  .lang_switcher {
    height: 29px;
    top: 16px;
    display: none;
  }
}

/* --------------------------------------------------
 sns button
--------------------------------------------------- */
/*
.simple-share {display: flex;}
.simple-share li {width: 82px;}
*/
.sharewrap {
  padding: 1em 0;
}

.sharewrap h3 {
  margin: 0.5em 0;
}

.share {
  width: 101%;
}

.sns {
  margin: 0 auto;
  text-align: center;
}

.sns ul {
  display: flex;
  gap: 1%;
}

.sns li {
  /* float: left; */
  /* width: 49%; */
  /* margin: 0 1% 2% 0; */
  width: 19%;
}

.sns li a {
  font-size: 80%;
  position: relative;
  display: block;
  padding: 10px;
  color: #fff;
  border-radius: 2px;
  text-align: center;
  text-decoration: none;
}

.sns li a:before,
.sns li a i {
  margin-right: 0.2em;
  margin-left: 0.2em;
  font-size: 1.1em;
}

.sns li a:hover {
  -webkit-transform: translate3d(0px, 3px, 1px);
  -moz-transform: translate3d(0px, 3px, 1px);
  transform: translate3d(0px, 3px, 1px);
  box-shadow: none;
}

.sns li a .text {
  font-weight: bold;
}

.sns li a .count {
  font-size: 10px;
  margin-left: 2px;
}

/* ツイッター */
.sns .twitter a {
  background: #00acee;
  box-shadow: 0 3px 0 #0092ca;
}

.sns .twitter a:hover {
  background: #0092ca;
}

/* Facebook */
.sns .facebook a {
  background: #3b5998;
  box-shadow: 0 3px 0 #2c4373;
}

.sns .facebook a:hover {
  background: #2c4373;
}

/* グーグル */
.sns .googleplus a {
  background: #db4a39;
  box-shadow: 0 3px 0 #ad3a2d;
}

.sns .googleplus a:hover {
  background: #ad3a2d;
}

/* はてぶ */
.sns .hatebu a {
  background: #5d8ac1;
  box-shadow: 0 3px 0 #43638b;
}

.sns .hatebu a:hover {
  background: #43638b;
}

.sns .hatebu a:before {
  content: 'B!';
  font-weight: bold;
  line-height: 1;
}

/* LINE */
.sns .line a {
  background: #25af00;
  box-shadow: 0 3px 0 #219900;
}

.sns .line a:hover {
  background: #219900;
}

.sns .line a:before {
  content: 'LINE';
  font-weight: bold;
  line-height: 1;
}

.sns .line a .text {
  display: none;
}

/* Pocket */
.sns .pocket a {
  background: #f03e51;
  box-shadow: 0 3px 0 #c0392b;
}

.sns .pocket a:hover {
  background: #c0392b;
}

/* RSS */
.sns .rss a {
  background: #ffb53c;
  box-shadow: 0 3px 0 #e09900;
}

.sns .rss a:hover {
  background: #e09900;
}

/* Feedly */
.sns .feedly a {
  background: #87c040;
  box-shadow: 0 3px 0 #74a436;
}

.sns .feedly a:hover {
  background: #74a436;
}

.share.short .sns li {
  /* width: 19%; */
  /* margin: 0 1% 0 0; */
}

.share.short .sns li a {
  padding: 0.8em 4px;
  text-decoration: none;
  color: #fff;
}

.fb-likebtn {
  display: table;
  background: #111;
  color: #fff;
  text-align: center;
  margin: 1em 0 0;
  width: 100%;
  max-width: 100%;
}

.fb-likebtn .fb-button {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  overflow: hidden;
}

.fb-likebtn .eyecatch,
.fb-likebtn .rightbox {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  border: none;
}

.fb-likebtn .eyecatch img {
  width: 100%;
}

.fb-likebtn .like_text {
  font-size: 1.05em;
  margin-top: 1em;
  font-weight: bold;
  line-height: 1.4;
}

.fb-likebtn .like_text p {
  margin-bottom: 1em;
}

.fb-likebtn .like_text .small {
  font-size: 11px;
  color: #ccc;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .fb-likebtn .fb-button {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
  }

  .fb-likebtn .like_text {
    font-size: 0.9em;
  }

  .fb-likebtn .like_text p {
    margin-bottom: 0;
    padding: 0;
  }

  .share.short .sns li a .text {
    display: none;
  }
}

/* SNSアイコン直下のbrを無効化 */
.soundcloud > br:first-child {
  display: none;
}

/* --------------------------------------------------
 search-block
--------------------------------------------------- */
.search-block {
  padding: 60px;
  background: #ff876c;
  color: #fff;
}

.searchform {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
  width: 100%;
  max-width: 810px;
  margin-inline: auto;
}

.searchform__label {
  background: url(../img/ico_search.png) no-repeat center left / contain;
  height: 48px;
  line-height: 48px;
  padding-left: 3.5em;
  font-weight: bold;
}

.searchform__input[type='text'] {
  max-width: 20em;
  border: 2px solid #ccc;
}

.searchform__submit {
  width: 10em;
  height: 48px;
  line-height: 48px;
  border: none;
  border-radius: 10px;
  background: #333;
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-block {
  & .search-post-nav {
    max-width: 1070px;
    margin-inline: auto;
  }
  & .search-post-nav img {
    width: 100%;
    max-width: 100%;
  }

  & .search-post-nav .row2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 25px;
  }
  & .search-post-nav h3 {
    cursor: default;
  }
}

.search-close {
  width: 10em;
  padding: 1em;
  border: none;
  border-radius: 10px;
  background: #333;
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2em;
  margin-inline: auto;
}

@media (max-width: 768px) {
  .search-block {
    padding: 70px 12px;
  }

  .searchform {
    gap: 10px;
    margin-bottom: 20px;
    justify-content: flex-start;
  }

  .searchform__label {
    display: none;
  }

  .searchform__input[type='text'] {
    flex: 1;
    font-size: clamp(1.6rem, 4.2vw, 2.2rem);
    max-width: unset;
    height: clamp(3rem, 8vw, 4.4rem);
  }

  .searchform__submit {
    font-size: clamp(1.6rem, 4.2vw, 2.2rem);
    width: clamp(6.4rem, 17vw, 10em);
    height: clamp(3rem, 8vw, 4.4rem);
    line-height: clamp(3rem, 8vw, 4.4rem);
    border-radius: 4px;
  }

  .search-block {
    & .search-post-nav .row2 {
      display: grid;
      grid-template-areas:
        'menu1 menu2'
        'menu1 menu3';
      grid-template-rows: auto 1fr;
      gap: 6px;
    }

    & .row2-left {
      grid-area: menu1;
    }

    & .row2-middle {
      grid-area: menu2;
    }

    & .row2-right {
      grid-area: menu3;
    }

    & .ttl-t4 {
      font-size: clamp(1rem, 2.6vw, 2.2rem);
    }
  }
}

/* --------------------------------------------------
 module
--------------------------------------------------- */
.ttl {
  position: relative;
  height: 24px;
  background: #30363d;
}

.ttl:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -7px;
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  border-radius: 100%;
  content: '';
}

.ttl:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -4px;
  border-width: 8px 4px 0 4px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  content: '';
}

.ttl2 {
  padding: 16px;
  border: 1px solid #e2e7ea;
  background: url('../img/bg.gif');
}

.ttl2 img {
  width: 100%;
  cursor: pointer;
}

.ttl-t1 {
  position: relative;
  margin: 65px 0 0;
  padding: 0 0 12px 36px;
  border-bottom: 4px solid #1bacdc;
  color: #1bacdc;
  font-weight: bold;
  font-size: 2.2rem;
}

.ttl-t1:after {
  position: absolute;
  top: 0;
  left: 0;
  margin: -12px 0 0;
  border-width: 24px 0 24px 24px;
  border-style: solid;
  border-color: transparent transparent transparent #1bacdc;
  content: '';
}

.ttl-t1 + ul {
  margin: 20px 0 0;
}

.ttl-t2 {
  position: relative;
  padding: 12px 12px 12px 50px;
  background: #834e6a;
  color: #fff;
  font-size: 2.2rem;
}

.ttl-t2:before {
  position: absolute;
  top: 50%;
  left: 10px;
  margin: -12px 0 0;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #fff;
  content: '';
}

.ttl-t2:after {
  position: absolute;
  top: 50%;
  left: 19px;
  margin: -4px 0 0;
  border-width: 5px 0 5px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #834e6a;
  content: '';
}

.ttl-t3 {
  position: relative;
  padding: 12px 12px 12px 50px;
  background: #344e89;
  color: #fff;
  font-size: 2.2rem;
}

.ttl-t3:before {
  position: absolute;
  top: 50%;
  left: 10px;
  margin: -12px 0 0;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #fff;
  content: '';
}

.ttl-t3:after {
  position: absolute;
  top: 50%;
  left: 19px;
  margin: -4px 0 0;
  border-width: 5px 0 5px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #344e89;
  content: '';
}

.ttl-t4 {
  padding: clamp(5px, 1.3vw, 10px);
  padding-left: clamp(2.5rem, 6.6vw, 5.2rem);
  background: #344e89 url('../img/ico_search_2.png') left
    clamp(5px, 1.3vw, 10px) center no-repeat;
  background-size: clamp(1.6rem, 4.2vw, 3.2rem);
  font-size: clamp(1.2rem, 3.2vw, 2.2rem);
  line-height: 1.2;
  color: #fff;
}

.ttl-t5 {
  position: relative;
  margin: 50px 0 0;
  padding: 0 0 0 15px;
  height: 55px;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 55px;
}

.ttl-t5:after {
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 9px;
  background: url('../img/bg_2.gif') repeat-x;
  content: '';
}

.tw {
  background: #1bacdc;
}

.fb {
  background: #344e89;
}

@media screen and (max-width: 1025px) {
  .ttl:after {
    /* border-width: 6px 3px 0 3px; */
  }

  .ttl2 {
    padding: 5px;
  }

  .ttl-t1 {
    margin: 30px 0 0;
    padding: 0 0 10px 25px;
    border-bottom: 2px solid #1bacdc;
    font-size: 1.6rem;
  }

  .ttl-t1:after {
    margin: -8px 0 0;
    border-width: 16px 0 16px 15px;
  }

  .ttl-t1 + ul {
    margin: 0;
  }

  .ttl-t2 {
    padding: 5px 5px 5px 28px;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .ttl-t2:before {
    top: 7px;
    left: 5px;
    margin: 0;
    width: 18px;
    height: 18px;
  }

  .ttl-t2:after {
    top: 12px;
    left: 12px;
    margin: 0;
    border-width: 4px 0 4px 6px;
  }

  .ttl-t3 {
    padding: 5px 5px 5px 28px;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .ttl-t3:before {
    top: 7px;
    left: 5px;
    margin: 0;
    width: 18px;
    height: 18px;
  }

  .ttl-t3:after {
    top: 12px;
    left: 12px;
    margin: 0;
    border-width: 4px 0 4px 6px;
  }

  .ttl-t5 {
    margin: 20px 0 0;
    padding: 5px 0 5px 10px;
    height: auto;
    font-size: 1.6rem;
    line-height: normal;
  }

  .ttl-t5:after {
    position: absolute;
    top: -9px;
    left: 0;
    width: 100%;
    height: 9px;
    background: url('../img/bg_2.gif') repeat-x;
    content: '';
  }
}

.ttl-bg1 {
  position: relative;
  margin: 20px 0 0;
  height: 40px;
  border-bottom: 4px solid #634755;
  background: #e5e8ec;
  line-height: 40px;
}

.ttl-bg1:before {
  position: absolute;
  top: 0;
  left: 0;
  border-width: 22px 0 22px 22px;
  border-style: solid;
  border-color: transparent transparent transparent #634755;
  content: '';
}

.ttl-bg1:after {
  position: absolute;
  top: 0;
  right: 0;
  border-width: 22px 22px 22px 0;
  border-style: solid;
  border-color: transparent #ffffff transparent transparent;
  content: '';
}

.ttl-bg1 h1 {
  padding: 0 0 0 40px;
  font-weight: bold;
  font-size: 2.7rem;
}

.ttl-bg1 h2 {
  padding: 0 0 0 40px;
  font-weight: bold;
  font-size: 2.7rem;
}

@media screen and (max-width: 1025px) {
  .ttl-bg1 {
    margin: 0;
    height: 44px;
    line-height: 44px;
  }

  .ttl-bg1:before {
    border-width: 22px 0 22px 15px;
  }

  .ttl-bg1:after {
    border-width: 22px 15px 22px 0;
  }

  .ttl-bg1 h1 {
    padding: 0 0 0 20px;
    font-size: 1.6rem;
  }

  .ttl-bg1 h2 {
    padding: 0 0 0 20px;
    font-size: 1.6rem;
  }
}

.ttl-bg2 {
  position: relative;
  margin: 40px 0 0;
  padding: 0 0 0 18px;
  height: 66px;
  border-left: 10px solid #30363d;
  background: #82e2e0 url('../img/bg_2.gif') repeat-x top left;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 66px;
  background-size: 20px 9px;
}

.ttl-bg2:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9px;
  background: url('../img/bg_2.gif') repeat-x bottom left;
  content: '';
  background-size: 20px 9px;
}

.ttl-bg2:after {
  position: absolute;
  top: 0;
  right: 0;
  border-width: 33px 33px 33px 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  content: '';
}

@media screen and (max-width: 1025px) {
  .ttl-bg2 {
    padding: 0 0 0 10px;
    height: 50px;
    font-size: 1.6rem;
    line-height: 50px;
  }

  .ttl-bg2:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 9px;
    background: url('../img/bg_2.gif') repeat-x bottom left;
    content: '';
    background-size: 20px 9px;
  }

  .ttl-bg2:after {
    position: absolute;
    top: 0;
    right: 0;
    border-width: 25px 15px 25px 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    content: '';
  }
}

.ttl-bg3 {
  position: relative;
  margin: 20px 0 0;
  border-bottom: 4px solid #634755;
  background: #975a7b;
  color: #fff;
  font-size: clamp(1.6rem, 4.2vw, 2rem);
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3em 1.5em;
  min-height: 1.8em;
  --edge: 1em;
  clip-path: polygon(
    0 0,
    100% 0,
    calc(100% - var(--edge)) 50%,
    100% 100%,
    0 100%
  );
}

.ttl-bg3:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 100%;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #634755;
}

.ttl-bg3::after {
  display: none;
}

.ttl-bg4 {
  position: relative;
  margin: 20px 0 0;
  border-bottom: 4px solid #634755;
  background: #e5e8ec;
  color: #634755;
  font-size: clamp(1.6rem, 4.2vw, 2rem);
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3em 1.5em;
  min-height: 1.8em;
  --edge: 1em;
  clip-path: polygon(
    0 0,
    100% 0,
    calc(100% - var(--edge)) 50%,
    100% 100%,
    0 100%
  );
}

.ttl-bg4:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 100%;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #634755;
}

.ttl-bg4::after {
  display: none;
}

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

.tag dt {
  display: inline-block;
  padding: 0 5px 0 0;
  color: #344e89;
  font-family: 'evogriaregular';
  display: inline;
  /* float: left; */
  line-height: 1.2;
}

.tag dd {
  display: inline-block;
  color: #808080;
  vertical-align: middle;
  font-size: 1.6rem;
  display: inline;
  line-height: 1.2;
  /* top: -3px; */
  vertical-align: baseline;
}

.tag dd span {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 4px 10px;
  border: 1px solid;
  border-radius: 6px;
}

@media screen and (max-width: 1025px) {
  .tag dt {
  }

  .tag dd {
    display: block;
  }

  .tag dd span {
    margin: 0 5px 5px 0;
    padding: 2px;
    border-radius: 3px;
  }
}

.list-entry li a {
  position: relative;
  display: block;
  padding: 20px 0;
}

.list-entry a:after {
  display: block;
  clear: both;
  content: '';
}

.list-entry li {
  border-bottom: 1px dotted #cdd5d7;
}

.list-entry li time {
  display: block;
  margin: 10px 0 0 90px;
  font-size: 1.4rem;
}

.list-entry li figure {
  position: relative;
  float: left;
  clear: left;
  overflow: hidden;
  width: 80px;
  height: 80px;
  background: #ccc;
}

.list-entry li figure .cat_short_name {
  position: absolute;
  top: 1px;
  right: 1px;
  background-color: rgb(230, 144, 20);
  color: #fff;
  font-size: 73%;
  padding: 0.5em;
  display: none;
}

.list-entry li figure img {
  width: 100%;
  height: auto;
  border: 1px solid #f7f8fc;
  box-sizing: border-box;
}

.list-entry li h3 {
  margin: 0 0 0 90px;
  padding: 0;
  background: none;
  color: #1cb083;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
}

.list-entry li .cat {
  margin: 0 0 0 90px;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 1025px) {
  .list-entry li a {
    position: relative;
    display: block;
    padding: 20px 10px;
  }

  .list-entry a:after {
    display: block;
    clear: both;
    content: '';
  }

  .list-entry li time {
    display: block;
    margin: 10px 0 0 28%;
    font-size: 1rem;
  }

  .list-entry li figure {
    width: 25%;
    height: auto;
  }

  .list-entry li h3 {
    margin: 0 0 0 28%;
    font-size: 1.2rem;
  }

  .list-entry li .cat {
    margin: 0 0 0 28%;
    font-size: 1rem;
  }
}

/* スマホ */
@media screen and (max-width: 767px) {
  .list-entry li figure .cat_short_name {
    font-size: 8px;
  }
}

.list-entry2 {
  border: 1px solid #e2e7ea;
  border-top: none;
}

.list-entry2 li {
  border-top: 1px solid #e2e7ea;
}

.list-entry2 a {
  position: relative;
  display: block;
  padding: 20px;
  background: #fff;
  font-size: 1.2rem;
}

.list-entry2 li:nth-child(odd) a {
  background: #f7f8fc;
}

.list-entry2 a:before {
  position: absolute;
  top: 50%;
  right: 26px;
  margin: -3px 0 0;
  width: 10px;
  height: 6px;
  background: #344e89;
  content: '';
}

.list-entry2 a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  margin: -8px 0 0;
  border-width: 8px 0 8px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #344e89;
  content: '';
}

@media screen and (max-width: 1025px) {
  .list-entry2 a {
    padding: 10px 20px 10px 10px;
    line-height: 1.2;
  }

  .list-entry2 a:before {
    position: absolute;
    top: 50%;
    right: 9px;
    margin: -2px 0 0;
    width: 8px;
    height: 4px;
    background: #344e89;
    content: '';
  }

  .list-entry2 a:after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin: -6px 0 0;
    border-width: 6px 0 6px 4px;
    border-style: solid;
    border-color: transparent transparent transparent #344e89;
    content: '';
  }
}

.list-cat {
  border: 1px solid #e2e7ea;
  border-top: none;
}

.list-cat li {
}

.list-cat li a {
  position: relative;
  display: block;
  padding: 20px 0;
}

.list-cat img {
  width: 100%;
}

.list-cat .trigger {
  padding: 5px;
  border-top: 1px solid #e2e7ea;
  background: #f7f8fc;
  cursor: pointer;
}

.list-cat .submenu {
  background: #f7f8fc;
  font-size: 1.4rem;
}

.list-cat .submenu li {
  border-top: 1px solid #e2e7ea;
}

.list-cat .submenu a {
  display: block;
  padding: 10px 20px;
}

.list-cat .submenu a,
.list-entry2 a {
  padding: 15px 20px;
}

.list-carou {
  background-color: #f7f8fc;
}

.list-carou .slick-track {
  display: flex;
  align-items: stretch;
}

.list-carou .slick-slide {
  height: auto;
}

.list-carou .slick-slide > div {
  height: 100%;
}

.list-carou li {
  height: 100%;
}

.list-carou a {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 5px;
  padding: 10px 2px;
}

.list-carou a:hover {
  opacity: 0.7;
}

.list-carou figure {
  position: relative;
  overflow: hidden;
}

.list-carou figure .sale_limit {
  background-color: #e4380a;
  color: #fff;
  padding: 0.4em 0.2em;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
  box-sizing: border-box;
  font-size: 1.6rem;
}

.list-carou figure .cat_short_name {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: rgb(230, 144, 20);
  color: #fff;
  font-size: 73%;
  line-height: 1.5;
  padding: 0.3em 0.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.list-carou figure img {
  width: 100%;
  height: auto;
  border: 1px solid #f7f8fc;
  box-sizing: border-box;
}

.list-carou h3 {
  color: #834e6a;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  padding-inline: 5px;
  margin-bottom: 10px;

  @media screen and (max-width: 767px) {
    font-size: 1.2rem;
  }
}

.list-carou-popular-posts h3 {
  margin-bottom: 10px;
}

.list-carou .tag {
  margin: 5px 0 0;
  padding: 0 10px;
  margin-bottom: 28px;
  overflow: hidden;
}

.list-carou .time {
  font-weight: bold;
  font-size: 1.4rem;
  margin-top: auto;
  display: flex;
  margin-left: auto;
  padding-inline: 5px;
  white-space: nowrap;
  gap: 0.5em;

  @media screen and (max-width: 767px) {
    font-size: 1.2rem;
    text-align: left;
    display: block;
  }

  @media screen and (min-width: 768px) and (max-width: 1025px) {
    display: block;
  }
}

.list-carou .new {
  color: #e64645;
  font-weight: bold;
  font-size: 100%;
}

.list-carou .google-auto-placed {
  display: none;
}

@media screen and (max-width: 1025px) {
  .list-cat .submenu a,
  .list-entry2 a {
    padding: 10px 20px 10px 10px;
  }

  .list-carou figure .sale_limit {
    font-size: 1rem;
  }

  .list-carou .tag {
    margin-top: 10px;
    padding: 0;
  }

  .list-carou .tag dt {
    float: none;
    font-size: 1.2rem;
  }

  .list-carou .tag dd {
    float: none;
    margin: 0;
    line-height: 1;
    font-size: 1.2rem;
    height: 2em;
    overflow: hidden;
  }
}

/* ADD START 2022.03.28 office-ing */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-arrow {
  font-size: clamp(1.6rem, 4.2vw, 2.5rem);
  opacity: 0.5;
  z-index: 1;
  width: auto;
  height: auto;

  @media (min-width: 992px) {
    opacity: 0.75;
  }
}

.slick-next {
  right: 0;
}

.slick-prev {
  left: 0;
}

.slick-arrow::before {
  display: none;
}

.slick-arrow i {
  background-color: #975a7b;
  color: #fff;
  border-radius: 100vh;
  padding: 0.3em;
}

.slick-dots {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 0.85em;
  font-family: Arial;
  top: 100%;
}

.slick-dots li {
  padding: 0;
  background: transparent;
}

@media screen and (max-width: 1025px) {
  .slick-dots li {
    width: auto;
  }
}

/* ADD END 2022.03.28 office-ing */
.box {
  position: relative;
  padding: 40px 60px;
  border: 2px solid #5bc5bd;
  background: #cde2e9;
  text-align: center;
}

.box2 {
  padding: 0 0 0 15px;
  background: #30363d;
}

.box-carou {
  background: #f1fafc;
}

.frame {
  overflow: auto;
  height: 300px;
  border: 1px solid #e2e7ea;
}

.frame li {
  min-height: 110px;
  border-top: 1px dotted #e2e7ea;
}

.frame li:nth-child(even) {
  background: #f7f8fc;
}

.sns li {
  /* display: inline-block; */
}

.ad {
  min-height: 60px;
  background: #cdd5d7;
}

.bn img {
  width: 100%;
}

@media screen and (max-width: 1025px) {
  .box {
    padding: 20px 10px;
  }

  .box2 {
    padding: 0 0 0 5px;
  }

  .frame {
    overflow: auto;
    height: 300px;
    border: 1px solid #e2e7ea;
  }

  .frame li {
    min-height: 110px;
    border-top: 1px dotted #e2e7ea;
  }

  .frame li:nth-child(even) {
    background: #f7f8fc;
  }

  .sns li {
    /* display: inline-block; */
  }

  .ad {
    min-height: 60px;
    background: #cdd5d7;
  }

  .bn img {
    width: 100%;
  }
}

div.hero {
  max-width: 100%;
}

ul.slider {
  visibility: hidden;
  opacity: 0;
}

.home .main section:first-child .ttl-bg3 {
  margin-top: 0;
}

/* --------------------------------------------------
 bread-wrap
--------------------------------------------------- */
.bread-wrap {
  background: url('../img/bg.gif');
}

.bread-wrap .inner {
  margin: 0 auto;
  width: 1060px;
}

.bread-wrap .inner ul {
  padding: 20px 0;
}

.bread-wrap li {
  position: relative;
  display: inline;
  padding: 0 20px 0 0;
  font-weight: bold;
  font-size: 1.9rem;
  line-height: normal;
}

.bread-wrap li a {
  visibility: visible !important;
}

.bread-wrap li:after {
  position: absolute;
  padding: 0 0 0 5px;
  content: '>';
}

.bread-wrap li:last-child:after {
  display: none;
}

@media screen and (max-width: 1025px) {
  .bread-wrap .inner {
    padding: 20px 10px;
    width: 100%;
    height: auto;
    line-height: normal;
  }

  .bread-wrap .inner ul {
    padding: 0;
  }

  .bread-wrap li {
    padding: 0 20px 0 0;
    font-size: 1.4rem;
  }
}

/* --------------------------------------------------
 container
--------------------------------------------------- */
.container:after {
  display: block;
  clear: both;
  content: '';
}

.container {
  margin: 0 auto;
  padding: 65px 0;
  width: 1060px;
}

body.archive .container {
  padding-top: 0;
}

body.archive.category-dtm_word .container {
  padding-top: 65px;
}

@media screen and (max-width: 1025px) {
  .container {
    padding: 0;
    width: 100%;
  }

  body.archive .container,
  body.archive.category-dtm_word .container {
    padding-top: 0px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1025px) {
  body.archive.category-dtm_word .container {
    padding-top: 20px;
  }

  .container {
    width: auto;
  }
}

@media screen and (max-width: 1367px) and (min-width: 769px) and (orientation: landscape) {
  .container {
    width: 1024px;
  }
}

/* --------------------------------------------------
 main
--------------------------------------------------- */
.main {
  float: left;
  width: 740px;
  content-visibility: auto;
}

.no-sidebar .main {
  width: 100%;
}

.main .bread {
  margin: 25px 0 0;
}

.main .bread li {
  position: relative;
  display: inline-block;
  padding: 0 16px 0 0;
  color: #e36e54;
}

.main .bread li:after {
  position: absolute;
  right: 3px;
  color: #000;
  content: '>';
}

.main .bread li:last-child:after {
  display: none;
}

.main .bread a {
  color: #e36e54;
}

.main article {
  margin: 15px 0 0;
  overflow: hidden;
}

.archive article {
  margin: 0;
  padding: 30px 20px;
  border: 1px solid #999;
}

.main header h1 {
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.5;
}

.archive header h1 {
  font-weight: bold;
  font-size: 4.2rem;
  line-height: 1;
}

:where(header) .pr_text {
  text-align: right;
  top: calc(1em + 15px);
  position: relative;
}

@media screen and (max-width: 1025px) {
  :where(header) .pr_text {
    top: calc(1em + 10px);
  }
}

.main header .author {
  margin: 15px 0 0;
  color: #808080;
}

.main header .author a {
  color: #808080;
  text-decoration: underline;
}

.main header .author time {
  display: inline-block;
  margin: 0 0 0 5px;
}

/*
.main .row2-left {
  width: 365px;
  max-width: 49%;
}

.main .row2-right {
  width: 365px;
  max-width: 49%;
}
*/

.main .row2 .bn {
  margin: 0 0 25px;
}

.main .row2 {
  padding: 0 0 65px;
}

.main .row2 a {
  display: block;
}

@media screen and (max-width: 1025px) {
  .main {
    float: none;
    padding: 20px 10px 0;
    width: 100%;
  }

  body.single .main,
  body.page .main {
    padding: 0;
  }

  .main .bread {
    margin: 0;
    padding: 20px 10px;
    background: url('../img/bg.gif');
  }

  .main article {
    margin: 0;
  }

  body.single .main header,
  body.page .main header {
    padding: 20px 10px;
    border-top: 5px solid #1bacdc;
  }

  .main header h1 {
    font-size: 1.6rem;
  }

  .main header .author {
    margin: 10px 0 0;
    font-size: 1.2rem;
  }

  body.single .main .ad,
  body.page .main .ad {
    display: none;
  }

  .main.archive {
    padding: 20px 10px 0;
  }

  .main.archive article {
    padding: 0 0 20px;
    border: none;
  }

  .main.archive header h1 {
    font-size: 2rem;
  }

  /* .main .row2-left {
    float: left;
    width: 49%;
  }

  .main .row2-right {
    float: right;
    width: 49%;
  } */

  .main .row2 .bn {
    margin: 0 0 10px;
  }

  .main .row2 {
    margin: 20px 0 0;
    padding: 0 0 20px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1025px) {
  /* .sidebar .row2-left {
    float: left;
    width: 49%;
  }

  .sidebar .row2-right {
    float: right;
    width: 49%;
  } */

  .sidebar .row2 {
    padding: 0 0 20px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1025px) and (orientation: landscape) {
  .main {
    width: 680px;
    /* margin-left: 10px; */
  }

  /* .main .row2-left {
    width: 49%;
    margin-right: 2%;
  }

  .main .row2-right {
    width: 49%;
  } */

  .sidebar {
    /* margin-right: 10px; */
  }

  .sidebar .row2-left {
    float: none;
    width: auto;
  }

  .sidebar .row2-right {
    float: none;
    width: auto;
  }

  .sidebar .row2 {
    padding: 0 0 0px;
  }
}

@media screen and (max-width: 1367px) and (min-width: 769px) and (orientation: landscape) {
  .main {
    width: calc(100% - 320px);
  }

  /* .main .row2-left {
    width: calc(50% - 5px);
  }

  .main .row2-right {
    width: calc(50% - 5px);
  } */
}

.pager {
  margin: 10px 0 0;
  padding: 20px 90px;
  background: #f7f8fc;
}

.pager li {
  text-align: right;
  line-height: 1.5;
}

.pager li:first-child {
  margin: 0 0 20px;
  text-align: left;
}

.pager li a {
  position: relative;
  display: inline-block;
  padding: 0 0 4px;
  border-bottom: 1px dashed #808080;
}

.pager li a:after {
  position: absolute;
  top: 50%;
  right: -68px;
  margin: -6px 0 0;
  padding: 0 20px 0 0;
  width: 68px;
  height: 15px;
  background: url('../img/ico_pager_next.gif') no-repeat right 0;
  color: #344e89;
  content: 'NEXT';
  font-weight: normal;
  font-family: 'evogriaregular';
  background-size: 13px 15px;
}

.pager li:first-child a:after {
  right: auto;
  left: -68px;
  padding: 0 0 0 20px;
  background: url('../img/ico_pager_back.gif') no-repeat left 0;
  content: 'BACK';
  background-size: 13px 15px;
}

@media screen and (max-width: 1025px) {
  .pager {
    margin: 0;
    padding: 0 10px 20px;
    background: none;
  }

  .pager li {
    padding: 0 60px 0 0;
    font-size: 1.2rem;
  }

  .pager li:first-child {
    padding: 0 0 0 60px;
  }

  .pager li a:after {
    right: -58px;
    font-size: 1.4rem;
  }

  .pager li:first-child a:after {
    left: -58px;
  }
}

.pager2 {
  margin: 10px 0 0;
  padding: 15px;
  border: 4px solid #82e2e0;
  background: #f7f8fc;
}

.pager2 ul {
  padding: 0 70px 12px;
}

.pager2 li {
  text-align: right;
}

.pager2 li:first-child {
  margin: 0 0 20px;
  text-align: left;
}

.content .pager2 li a,
.content .pager2 dd a {
  position: relative;
  display: inline-block;
  padding: 0 0 4px;
  border-bottom: 1px dashed #808080;
  text-decoration: none;
  color: #000;
  line-height: 1;
}

.pager2 li a:after {
  position: absolute;
  top: 50%;
  right: -68px;
  margin: -6px 0 0;
  padding: 0 20px 0 0;
  width: 68px;
  height: 15px;
  background: url('../img/ico_pager_next.gif') no-repeat right 0;
  color: #344e89;
  content: 'NEXT';
  font-family: 'evogriaregular';
  background-size: 13px 15px;
}

.pager2 li:first-child a:after {
  right: auto;
  left: -68px;
  padding: 0 0 0 20px;
  background: url('../img/ico_pager_back.gif') no-repeat left 0;
  content: 'BACK';
  background-size: 13px 15px;
}

.pager2 .tag {
  margin: 12px 0 0;
}

.content .tab {
  font-size: 0;
  background-color: #ad3534;
  width: 100%;
  box-sizing: border-box;
  table-layout: fixed;
  display: table;
}

.content img {
  max-width: 100%;
  height: auto;
}

.content .tab_content > div {
  display: none;
}

.content .tab_content > div.selected,
.content .tab_content div.link,
.content .tab_content div.item,
.content .tab_content .sc_fancy_player_container,
.content .tab_content .sc_fancy_player_container div {
  display: block;
}

.content .sc_fancy_player_container {
  margin-top: 20px;
}

.tab.bottom li:after {
  border-color: transparent transparent #ffa38f;
  border-width: 0 6px 10px 6px;
  top: 47%;
}

.tab.bottom .selected:after {
  border-color: transparent transparent #fff;
}

@media screen and (max-width: 1025px) {
  .pager2 {
    margin: 20px 0 0;
    padding: 10px;
  }

  .pager2 ul {
    padding: 0 0 12px;
  }

  .pager2 li {
    padding: 0 60px 0 0;
    font-size: 1.2rem;
  }

  .pager2 li:first-child {
    padding: 0 0 0 60px;
  }

  .pager2 li a:after {
    right: -58px;
    font-size: 1.4rem;
  }

  .pager2 li:first-child a:after {
    left: -58px;
  }

  .pager2 .tag {
    margin: 10px 0 0;
  }
}

/* 記事詳細 */
body.single .sns,
body.page .sns {
  margin: 15px 0 0;
}

body.single .content,
body.page .content {
  margin: 15px 0 0;
}

body.single .content p,
body.page .content p {
  margin: 30px 0 0;
  line-height: 1.8;
}

:where(.content) a {
  /* color: #808080; */
  text-decoration: underline;
}

@media screen and (max-width: 1025px) {
  body.single .sns,
  body.page .sns {
    margin: 20px 0 0;
  }

  body.single .content,
  body.page .content {
    margin: 0;
    padding: 20px 10px;
    border-top: 5px solid #1bacdc;
  }

  body.single .content p,
  body.page .content p {
    margin: 20px 0 0;
  }
}

/*li.simple-share-button.simple-share-twitter { display: none;}
li.simple-share-button.simple-share-twitter.widgetoon { display: inline-block;}*/
body.single .content h2,
body.page .content h2 {
  position: relative;
  margin: 35px 0 0;
  padding: 19px 18px;
  background: url('../img/bg_2.gif') repeat-x top left;
  font-weight: bold;
  font-size: 2.4rem;
  font-size: 2.6rem;
  line-height: 1.5;
  background-size: 20px 9px;
}

body.single .content h2:after,
body.page .content h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9px;
  background: url('../img/bg_2.gif') repeat-x bottom center;
  content: '';
  background-size: 20px 9px;
}

body.single .content h3,
body.page .content h3 {
  margin: 30px 0 0;
  padding: 0 0 0 45px;
  min-height: 42px;
  background: url('../img/ico_h3.gif') no-repeat;
  font-weight: bold;
  font-size: 2.4rem;
  font-size: 2.6rem;
  line-height: 1.5;
  background-size: 43px;
}

body.single .content h4,
body.page .content h4 {
  position: relative;
  margin: 20px 0 0;
  font-size: 2.3rem;
  font-size: 2.5rem;
}

body.single .content h4.t1,
body.page .content h4.t1 {
  padding: 12px 12px 12px 50px;
  background: #74b8dc;
  color: #fff;
}

body.single .content h4.t1:before,
body.page .content h4.t1:before {
  position: absolute;
  top: 50%;
  left: 10px;
  margin: -12px 0 0;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #fff;
  content: '';
}

body.single .content h4.t1:after,
body.page .content h4.t1:after {
  position: absolute;
  top: 50%;
  left: 19px;
  margin: -4px 0 0;
  border-width: 5px 0 5px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #74b8dc;
  content: '';
}

body.single .content h4.t2,
body.page .content h4.t2 {
  padding: 12px 12px 12px 50px;
  background: #f09400;
  color: #fff;
}

body.single .content h4.t2:before,
body.page .content h4.t2:before {
  position: absolute;
  top: 50%;
  left: 10px;
  margin: -12px 0 0;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #fff;
  content: '';
}

body.single .content h4.t2:after,
body.page .content h4.t2:after {
  position: absolute;
  top: 50%;
  left: 19px;
  margin: -4px 0 0;
  border-width: 5px 0 5px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #f09400;
  content: '';
}

body.single .content h4.t3,
body.page .content h4.t3 {
  padding: 0 0 0 29px;
  color: #808080;
  text-decoration: underline;
  font-size: 1.6rem;
}

body.single .content h4.t3:before,
body.page .content h4.t3:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin: -8px 0 0;
  width: 16px;
  height: 16px;
  border: 2px solid #808080;
  border-radius: 100%;
  background: #fff;
  content: '';
}

body.single .content h4.t3:after,
body.page .content h4.t3:after {
  position: absolute;
  top: 50%;
  left: 8px;
  margin: -2px 0 0;
  border-width: 4px 0 4px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #808080;
  content: '';
}

body.single .content h4.t4,
body.page .content h4.t4 {
  padding: 0 0 0 29px;
  color: #f7931e;
  text-decoration: underline;
  font-size: 1.6rem;
}

body.single .content h4.t4:before,
body.page .content h4.t4:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin: -8px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #f7931e;
  content: '';
}

body.single .content h4.t4:after,
body.page .content h4.t4:after {
  position: absolute;
  top: 50%;
  left: 8px;
  margin: -2px 0 0;
  border-width: 4px 0 4px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  content: '';
}

body.single .content h5,
body.page .content h5 {
  margin: 25px 0 0;
  padding: 0 0 12px 40px;
  border-bottom: 1px solid #834e6a;
  background: url('../img/ico_h5.gif') no-repeat;
  color: #834e6a;
  font-size: 2.3rem;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.5;
  background-size: 34px;
}

body.single .content .box1,
body.page .content .box1 {
  margin: 35px 0 0;
  padding: 25px;
  border: 2px solid #5bc5bd;
  border-radius: 20px;
}

body.single .content .box1 p:first-child,
body.page .content .box1 p:first-child {
  margin: 0;
}

body.single .content .box2,
body.page .content .box2 {
  margin: 30px 0 0;
  padding: 25px;
  border: 2px solid #5bc5bd;
  background: #cde2e9;
  text-align: center;
}

body.single .content .box2 li,
body.page .content .box2 li {
  display: inline-block;
  margin: 8px 0 0;
  padding: 0 0 0 45px;
  background: url('../img/ico_ul_1.gif') no-repeat;
  text-align: left;
  font-size: 2rem;
  line-height: 1.8;
  background-size: 34px;
}

body.single .content .box2 li:first-child,
body.page .content .box2 li:first-child {
  margin: 0;
}

body.single .content .dot,
body.page .content .dot {
  margin: 15px 0 0;
  padding: 0 0 15px;
  height: 5px;
  border: none;
  background: url('../img/bg_hr.gif') repeat-x top center;
}

body.single .content .midasi,
body.page .content .midasi {
  position: relative;
  margin: 35px 0 0;
  padding: 19px 18px;
  background: url('../img/bg_2.gif') repeat-x top left;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5;
  background-size: 20px 9px;
}

body.single .content .midasi:after,
body.page .content .midasi:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9px;
  background: url('../img/bg_2.gif') repeat-x bottom center;
  content: '';
  background-size: 20px 9px;
}

body.single .content .midasi2,
body.page .content .midasi2 {
  margin: 30px 0 0;
  padding: 0 0 0 45px;
  min-height: 42px;
  background: url('../img/ico_h3.gif') no-repeat;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5;
  background-size: 42px;
}

body.single .content .midasi3,
body.page .content .midasi3 {
  position: relative;
  margin: 20px 0 0;
  font-size: 2.3rem;
}

body.single .content .midasi3,
body.page .content .midasi3 {
  padding: 12px 12px 12px 50px;
  background: #74b8dc;
  color: #fff;
}

body.single .content .midasi3:before,
body.page .content .midasi3:before {
  position: absolute;
  top: 50%;
  left: 10px;
  margin: -12px 0 0;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #fff;
  content: '';
}

body.single .content .midasi3:after,
body.page .content .midasi3:after {
  position: absolute;
  top: 50%;
  left: 19px;
  margin: -4px 0 0;
  border-width: 5px 0 5px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #74b8dc;
  content: '';
}

ul.list {
  margin: 35px 0 0 14px;
}

ul.list li {
  margin: 12px 0 0;
  padding: 0 0 0 30px;
  background: url('../img/ico_ul_3.gif') no-repeat;
  line-height: 1.6;
  background-size: 18px 20px;
}

ul.list li:first-child {
  margin: 0;
}

.maru_list {
  margin: 40px 0 0;
  border: 4px solid #82e2e0;
}

.maru_list li {
  padding: 12px;
  list-style: none;
  font-size: 1.4rem;
}

.maru_list li:nth-child(even) {
  background: #f7f8fc;
}

.maru_list li span {
  display: inline-block;
  margin: 0 8px 0 0;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background: #484f59;
  color: #fff;
  text-align: center;
  line-height: 26px;
}

.maru_list li div {
  display: inline-block;
  vertical-align: top;
  line-height: 1.8;
}

:where(.soundcloud) img {
  border: solid 3px #ccc;
  padding: 4px;
  box-sizing: border-box;
  background-color: #fff;
}

.course_list,
.zitenArea .left_articles .course_list {
  background-color: #f7f8fc;
}

.course_list li,
.zitenArea .left_articles .course_list li {
  list-style: none;
  width: 50%;
  float: left;
  line-height: normal;
  background-color: #f7f8fc;
  border: 1px solid #f7f8fc;
  box-sizing: border-box;
  padding: 10px;
}

.course_list li a,
.zitenArea .left_articles .course_list li a {
  display: block;
  padding: 10px;
  overflow: hidden;
  background-color: #fff;
}

.course_list li img {
  float: left;
  margin-right: 10px;
}

.course_list li h5 {
  color: #1cb083;
  font-weight: bold;
}

.course_list li p {
  margin-top: 5px;
}

body.single .content .course_list li h5 {
  padding: 0;
  background: none;
  margin-bottom: 0;
  border: 0;
  margin-top: 20px;
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 5px;
}

body.page .course_list li h5 {
  color: #1cb083;
  font-weight: bold;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  border: 0;
  line-height: normal;
  background: none;
}

body.page .course_list li a {
  text-decoration: none;
}

/*▼2016.09.29 トップページにコース一覧追加 */
/*
body.single aside .contents h4, body.page aside .contents h4, body.archive aside .contents h4{ position: relative; margin: 20px 0 0; font-size: 2.3rem;}
body.single aside .contents h4.t1, body.page aside .contents h4.t1, body.archive aside .contents h4.t1{ padding: 12px 12px 12px 50px; background: #74b8dc; color: #fff;}
body.single aside .contents h4.t1:before, body.page aside .contents h4.t1:before, body.archive aside .contents h4.t1:before{ position: absolute; top: 50%; left: 10px; margin: -12px 0 0; width: 24px; height: 24px; border-radius: 100%; background: #fff; content: "";}
body.single aside .contents h4.t1:after, body.page aside .contents h4.t1:after, body.archive aside .contents h4.t1:after{ position: absolute; top: 50%; left: 19px; margin: -4px 0 0; border-width: 5px 0 5px 8px; border-style: solid; border-color: transparent transparent transparent #74b8dc; content: "";}
*/
body.home aside .contents h4,
body.single aside .contents h4,
body.page aside .contents h4,
body.archive aside .contents h4 {
  position: relative;
  margin: 20px 0 0;
  font-size: 2.3rem;
}

body.home aside .contents h4.t1,
body.single aside .contents h4.t1,
body.page aside .contents h4.t1,
body.archive aside .contents h4.t1 {
  padding: 12px 12px 12px 50px;
  background: #74b8dc;
  color: #fff;
}

body.home aside .contents h4.t1:before,
body.single aside .contents h4.t1:before,
body.page aside .contents h4.t1:before,
body.archive aside .contents h4.t1:before {
  position: absolute;
  top: 50%;
  left: 10px;
  margin: -12px 0 0;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #fff;
  content: '';
}

body.home aside .contents h4.t1:after,
body.single aside .contents h4.t1:after,
body.page aside .contents h4.t1:after,
body.archive aside .contents h4.t1:after {
  position: absolute;
  top: 50%;
  left: 19px;
  margin: -4px 0 0;
  border-width: 5px 0 5px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #74b8dc;
  content: '';
}

body.home .main .row2 {
  padding-bottom: 30px;
}

body.home aside .contents h4.t1 {
  margin-top: 55px;
}

/*▲2016.09.29 トップページにコース一覧追加 */
/*▼2017.09.11 トップページに記事一覧リンクボタン追加*/
.main .btn-more {
  margin: 0;
  border-bottom: none;
  padding: 0;
}

.main .btn-more a {
  margin-top: 0;
  font-size: 70%;
}

/*▲2017.09.11 トップページに記事一覧リンクボタン追加*/
div.taiou {
  overflow: hidden;
}

p.taiou {
  float: left;
  width: 100px;
}

.instructorWrap p.taiou {
  width: 67px;
  margin-right: 9px;
  height: auto;
  margin-bottom: 20px;
}

#content .instructorWrap p.taiou img {
  padding: 0;
}

.instructorWrap p.taiou.lastChild {
  margin-right: 0;
}

p.taiou_soft {
  float: left;
  width: 110px;
  height: 150px;
  padding-right: 9px;
  line-height: 1.2em;
}

body.single div.massive a,
body.page div.massive a {
  padding-left: 120px;
  background: url('../img/ico_soundpriset.gif') no-repeat;
  background-size: 100px;
  display: table-cell;
  height: 100px;
  vertical-align: middle;
}

.main .bread {
  display: none;
}

/* 重複のため非表示 */
body.single .content iframe,
body.page .content iframe {
  max-width: 100%;
}

.ul-t1 {
  margin: 0 0 0 14px;
}

.ul-t1 li {
  margin: 12px 0 0;
  padding: 0 0 0 33px;
  background: url('../img/ico_ul_2.gif') no-repeat;
  line-height: 1.6;
  background-size: 24px 25px;
}

.ul-t1 li:first-child {
  margin: 0;
}

.ol-t1 {
  margin: 40px 0 0;
  border: 4px solid #82e2e0;
}

.ol-t1 li {
  padding: 12px;
  list-style: none;
  font-size: 1.4rem;
}

.ol-t1 li:nth-child(even) {
  background: #f7f8fc;
}

.ol-t1 li span {
  display: inline-block;
  margin: 0 8px 0 0;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background: #484f59;
  color: #fff;
  text-align: center;
  line-height: 26px;
}

.ol-t1 li div {
  display: inline-block;
  vertical-align: top;
  line-height: 1.8;
}

.ul-t2 {
  margin: 35px 0 0 14px;
}

.ul-t2 li {
  margin: 12px 0 0;
  padding: 0 0 0 30px;
  background: url('../img/ico_ul_3.gif') no-repeat;
  line-height: 1.6;
  background-size: 18px 20px;
}

.ul-t2 li:first-child {
  margin: 0;
}

.dl-t1 dt::before,
.dl-t1::after {
  content: '';
}

.dl-t1 {
  margin: 35px 0 0;
  font-size: 3.2rem;
}

.dl-t1 * {
  box-sizing: border-box;
}

.dl-t1 dd,
.dl-t1 dt {
  float: left;
  background-color: #fbffc5;
  font-weight: 700;
  position: relative;
  min-height: 8rem;
  display: flex;
  align-items: center;
}

.dl-t1 dd:not(:last-of-type),
.dl-t1 dt:not(:last-of-type) {
  margin-bottom: 1.5rem;
}

.dl-t1 dt {
  clear: both;
  padding-left: 9rem;
  width: 52%;
}

.dl-t1 dt::before {
  border: 0.45em solid transparent;
  border-left: 0.6em solid #c50000;
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.dl-t1 dd {
  text-align: right;
  width: 48%;
  color: #c50000;
  font-size: 150%;
  padding-right: 5rem;
  justify-content: flex-end;
}

.dl-t1::after {
  clear: both;
  display: table;
}

.dl-t1 dd span {
  font-size: 60%;
  position: relative;
  margin-top: 0.5em;
  padding-left: 0.1em;
}

.tab {
  margin: 30px 0 0;
  border: 2px solid #ad3534;
}

.tab li {
  position: relative;
  display: table-cell;
  box-sizing: border-box;
  padding: 0 0 0 50px;
  vertical-align: middle;
  width: inherit;
  height: 45px;
  border: 2px solid #ad3534;
  background: #e36e54;
  color: #ffa38f;
  font-weight: bold;
  font-size: 2.1rem;
  /* line-height: 45px; */
  cursor: pointer;
}

.tab li:before {
  position: absolute;
  top: 50%;
  left: 14px;
  margin: -11px 0 0;
  width: 22px;
  height: 22px;
  border: 2px solid #ffa38f;
  border-radius: 100%;
  content: '';
}

.tab li:after {
  position: absolute;
  top: 50%;
  left: 21px;
  margin: -2px 0 0;
  border-width: 10px 6px 0 6px;
  border-style: solid;
  border-color: #ffa38f transparent transparent transparent;
  content: '';
}

.tab .selected {
  background: #e64645;
  color: #fff;
}

.tab .selected:before {
  border: 2px solid #fff;
}

.tab .selected:after {
  border-color: #fff transparent transparent transparent;
}

@media screen and (max-width: 1025px) {
  body.single .content h2,
  body.page .content h2 {
    margin: 20px 0 0;
    padding: 14px 0;
    padding: 16px 0;
    font-size: 1.6rem;
    font-size: 1.8rem;
  }

  body.single .content h3,
  body.page .content h3 {
    margin: 20px 0 0;
    padding: 0 0 0 26px;
    min-height: 0;
    background-size: 21px 21px;
    font-size: 1.4rem;
    font-size: 1.6rem;
  }

  body.single .content h4,
  body.page .content h4 {
    position: relative;
    margin: 20px 0 0;
    font-weight: bold;
    font-size: 1.4rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  body.single .content h4.t1,
  body.page .content h4.t1 {
    padding: 5px 5px 5px 28px;
  }

  body.single .content h4.t1:before,
  body.page .content h4.t1:before {
    top: 7px;
    left: 5px;
    margin: 0;
    width: 18px;
    height: 18px;
  }

  body.single .content h4.t1:after,
  body.page .content h4.t1:after {
    top: 12px;
    left: 12px;
    margin: 0;
    border-width: 4px 0 4px 6px;
  }

  body.single .content h4.t2,
  body.page .content h4.t2 {
    padding: 5px 5px 5px 28px;
  }

  body.single .content h4.t2:before,
  body.page .content h4.t2:before {
    top: 7px;
    left: 5px;
    margin: 0;
    width: 18px;
    height: 18px;
  }

  body.single .content h4.t2:after,
  body.page .content h4.t2:after {
    top: 12px;
    left: 12px;
    margin: 0;
    border-width: 4px 0 4px 6px;
  }

  body.single .content h4.t3,
  body.page .content h4.t3 {
    padding: 0 0 0 20px;
    font-size: 1.2rem;
  }

  body.single .content h4.t3:before,
  body.page .content h4.t3:before {
    top: 0;
    margin: 0;
    width: 16px;
    height: 16px;
  }

  body.single .content h4.t3:after,
  body.page .content h4.t3:after {
    top: 5px;
    left: 6px;
    margin: 0;
    border-width: 3px 0 3px 5px;
  }

  body.single .content h4.t4,
  body.page .content h4.t4 {
    padding: 0 0 0 20px;
    font-size: 1.2rem;
  }

  body.single .content h4.t4:before,
  body.page .content h4.t4:before {
    top: 0;
    margin: 0;
    width: 16px;
    height: 16px;
  }

  body.single .content h4.t4:after,
  body.page .content h4.t4:after {
    top: 5px;
    left: 6px;
    margin: 0;
    border-width: 3px 0 3px 5px;
  }

  body.single .content h5,
  body.page .content h5 {
    margin: 20px 0 0;
    padding: 0 0 5px 23px;
    background-size: 18px 18px;
    font-size: 1.4rem;
    font-size: 1.6rem;
  }

  body.single .content .box1,
  body.page .content .box1 {
    margin: 20px 0 0;
    padding: 10px;
    border-radius: 10px;
  }

  body.single .content .box1 p:first-child,
  body.page .content .box1 p:first-child {
    margin: 0;
  }

  body.single .content .box2,
  body.page .content .box2 {
    margin: 20px 0 0;
    padding: 10px;
  }

  body.single .content .box2 li,
  body.page .content .box2 li {
    display: inline-block;
    margin: 8px 0 0;
    padding: 0 0 0 23px;
    background-position: 0 2px;
    background-size: 18px 18px;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  body.single .content .dot,
  body.page .content .dot {
    margin: 20px -10px 0;
    padding: 0 0 20px;
  }

  .ul-t1 {
    margin: 0;
  }

  .ul-t1 li {
    margin: 20px 0 0;
    padding: 0 0 0 23px;
    background-size: 18px 19px;
    line-height: 1.5;
  }

  .ol-t1 {
    margin: 20px 0 0;
  }

  .ol-t1 li {
    padding: 5px 10px;
  }

  .ol-t1 li:after {
    display: block;
    clear: both;
    content: '';
  }

  .ol-t1 li span {
    float: left;
    margin: 0;
    width: 18px;
    height: 18px;
    font-size: 1rem;
    line-height: 18px;
  }

  .ol-t1 li div {
    display: block;
    margin: -2px 0 0 23px;
    line-height: 1.5;
  }

  .ul-t2 {
    margin: 20px 0 0;
  }

  .ul-t2 li {
    margin: 10px 0 0;
    padding: 0 0 0 25px;
    line-height: 1.5;
  }

  .dl-t1 {
    margin-top: 20px;
    font-size: 2.5rem;
  }

  .dl-t1 dd,
  .dl-t1 dt {
    min-height: 7rem;
  }

  .dl-t1 dt {
    padding-left: 6rem;
  }

  .dl-t1 dt::before {
    left: 3rem;
  }

  .dl-t1 dd {
    padding-right: 3rem;
  }

  .dl-t1 dd:not(:last-of-type),
  .dl-t1 dt:not(:last-of-type) {
    margin-bottom: 1rem;
  }

  .tab {
    margin: 20px 0 0;
  }

  .tab li {
    padding: 0 0 0 25px;
    width: 25%;
    height: 50px;
    font-size: 1.4rem;
    line-height: 50px;
  }

  .tab li:before {
    position: absolute;
    top: 50%;
    left: 5px;
    margin: -7px 0 0;
    width: 14px;
    height: 14px;
    border: 1px solid #ffa38f;
    border-radius: 100%;
    content: '';
  }

  .tab li:after {
    position: absolute;
    top: 50%;
    left: 9px;
    margin: -2px 0 0;
    border-width: 5px 3px 0 3px;
  }

  .tab .selected:before {
    border: 1px solid #fff;
  }

  .tab.bottom li:after {
    border-width: 0 3px 5px 3px;
  }

  .content .tab {
    display: table;
  }

  .content .tab li {
    text-align: center;
    padding-right: 1%;
    line-height: 1;
  }

  .course_list,
  .zitenArea .left_articles .course_list {
    padding: 5px 0;
  }

  .course_list li,
  .zitenArea .left_articles .course_list li {
    width: 100%;
    float: none;
    padding: 5px 10px;
  }

  .course_list li img {
    width: 70px;
  }

  body.single aside .contents h4,
  body.page aside .contents h4,
  body.archive aside .contents h4 {
    position: relative;
    margin: 20px 0 0;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  body.single aside .contents h4.t1,
  body.page aside .contents h4.t1,
  body.archive aside .contents h4.t1 {
    padding: 5px 5px 5px 28px;
  }

  body.single aside .contents h4.t1:before,
  body.page aside .contents h4.t1:before,
  body.archive aside .contents h4.t1:before {
    top: 7px;
    left: 5px;
    margin: 0;
    width: 18px;
    height: 18px;
  }

  body.single aside .contents h4.t1:after,
  body.page aside .contents h4.t1:after,
  body.archive aside .contents h4.t1:after {
    top: 12px;
    left: 12px;
    margin: 0;
    border-width: 4px 0 4px 6px;
  }
}

@media screen and (max-width: 640px) {
  /* Mobileのみ */
  body.single.mobile .content iframe,
  body.page.mobile .content iframe {
    height: auto;
  }

  .dl-t1 dd,
  .dl-t1 dt {
    float: none;
    width: 100%;
    min-height: 1em;
  }

  .dl-t1 dt {
    padding-left: 5rem;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .dl-t1 dt::before {
    left: 2rem;
    top: 3.3rem;
  }

  .dl-t1 dd {
    padding-right: 2rem;
    padding-bottom: 2rem;
  }

  .dl-t1 dt:not(:last-of-type) {
    margin-bottom: 0;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1025px) /*,
  (max-width: 1025px) */ {
  .content .tab {
    display: block;
  }

  .content .tab li {
    line-height: 45px;
    text-align: left;
    display: inline-block;
    padding-right: 0;
  }

  .course_list,
  .zitenArea .left_articles .course_list {
    background-color: #f7f8fc;
    padding: 5px;
    overflow: hidden;
  }

  .course_list li,
  .zitenArea .left_articles .course_list li {
    width: 50%;
    float: left;
    padding: 5px;
  }
}

:where(.main) .link {
  margin: 25px 0 0;
  border: 1px solid #f7f8fc;
}

body.single .main .link h2,
body.page .main .link h2 {
  position: relative;
  padding: 12px 12px 12px 50px;
  background: none #74b8dc;
  color: #fff;
  font-size: 2.3rem;
  margin: 0;
  font-weight: normal;
  line-height: normal;
}

.main .link h2:before {
  position: absolute;
  top: 50%;
  left: 10px;
  margin: -12px 0 0;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #fff;
  content: '';
}

body.single .main .link h2:after,
body.page .main .link h2:after {
  position: absolute;
  top: 50%;
  left: 19px;
  height: auto;
  bottom: initial;
  margin: -4px 0 0;
  border-width: 5px 0 5px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #74b8dc;
  content: '';
  background: none;
}

:where(.main .link) li a {
  display: block;
  padding: 20px 30px;
  text-decoration: none;
}

:where(.main .link) li:nth-child(odd) a {
  background: #f7f8fc;
}

:where(.main .link) a:after {
  display: block;
  clear: both;
  content: '';
}

:where(.main .link) li a > br {
  display: none;
}

:where(.main .link) figure {
  float: left;
  clear: left;
  overflow: hidden;
  width: 108px;
  height: 108px;
  background: #ccc;
}

:where(.main .link) img {
  width: 100%;
  border: none;
  padding: 0;
}

.main .link li h3 {
  margin: 0 0 0 148px;
  color: #1cb083;
  font-weight: bold;
  font-size: 1.8rem;
  background-image: none;
  padding: 0;
  min-height: 0;
  line-height: normal;
}

.main .link li p {
  margin: 10px 0 0 148px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.main .bn li,
.container aside .bn li {
  margin: 10px 0 0;
}

@media screen and (max-width: 1025px) /*, (max-width: 1025px) */ {
  .main .link {
    margin: 20px 0 0;
  }

  .main .link h2 {
    padding: 5px 5px 5px 28px;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .main .link h2:before {
    /* top: 7px; */
    /* left: 5px; */
    /* margin: 0; */
    /* width: 18px; */
    /* height: 18px; */
  }

  .main .link h2:after {
    /* top: 12px; */
    /* left: 12px; */
    /* margin: 0; */
    /* border-width: 4px 0 4px 6px; */
  }

  .main .link li a {
    padding: 20px 10px;
  }

  .main .link li figure {
    width: 25%;
    height: auto;
  }

  .main .link li h3 {
    margin: 0 0 0 28%;
    font-size: 1.4rem;
  }

  .main .link li p {
    margin: 10px 0 0 28%;
    font-size: 1.2rem;
  }

  .main .bn li {
    margin: 10px 0 0;
    padding: 0 10px;
  }
}

/* ▼2017.08.13 office-ing 製品セール情報のシングルページ */
body.single.sale .main article {
  /* margin-top: 20px; */
}

body.single.sale .main > section .share {
  margin-top: 15px;
  /*    margin-bottom: -24px;*/
}

body.single.sale .main header .author {
  margin: 20px 0 10px;
  text-align: right;
}

body.single.sale .main h1 {
  color: #fff;
  background-color: #e4380a;
  text-align: center;
  padding: 0.4em 0;
  position: relative;
  margin-bottom: 0.8em;
}

body.single.sale .main h1::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 0.6em solid #e4380a;
  border-bottom: none;
  border-left: 1.3em solid transparent;
  border-right: 1.3em solid transparent;
}

body.single.sale .main .sale_img {
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
}

body.single.sale .main .sale_summary_ttl {
  background: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

body.single.sale .main .sale_summary_ttl::before,
body.single.sale .main .sale_summary_ttl::after {
  border-top: 3px double;
  content: '';
  display: inline;
  flex-grow: 1;
  position: static;
  width: initial;
  width: auto;
  height: initial;
  height: auto;
  background: none;
}

body.single.sale .main .sale_summary_ttl::before {
  margin-right: 0.5em;
}

body.single.sale .main .sale_summary_ttl::after {
  margin-left: 0.5em;
}

body.single.sale .main .sale_term {
  text-align: center;
  margin-bottom: 1em;
}

body.single.sale .main .sale_term span {
  display: inline-block;
  border: 1px solid #fdec00;
  background-color: #fffee2;
  color: #fd0000;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 0.5em 2em;
}

body.single.sale .main .sale_dtl {
  text-align: center;
  font-weight: bold;
}

body.single.sale .main .sale_dtl .fa {
  font-size: 110%;
  padding: 0 0.2em;
}

body.single.sale .main .sale_dtl a {
  color: #0764cb;
}

body.single.sale .main .sale_dtl {
  text-align: center;
  font-weight: bold;
}

body.single.sale .main .sale_dtl .fa {
  font-size: 110%;
  padding: 0 0.2em;
}

body.single.sale .main .sale_dtl a {
  color: #0764cb;
}

body.single.sale .main .author_box {
  margin-top: 2em;
}

body.single.sale .main .author_face {
  width: 25%;
  float: left;
  padding-right: 3%;
  padding-top: 6px;
}

body.single.sale .main .author_desc {
  width: 72%;
  float: left;
}

body.single.sale .main .author_desc p {
  margin: 0;
}

body.single.sale .main .sale_sound_box {
  margin-top: 2em;
}

body.single.sale .main .author_links {
  margin-top: 2em;
  margin-bottom: 4em;
}

body.single.sale .main .contributor {
  text-decoration: underline;
  display: inline;
  float: right;
  line-height: 2em;
  margin-right: 1em;
}

body.single.sale .main .urls {
  float: right;
}

body.single.sale .main .urls a {
  display: inline-block;
  margin-left: 0.2em;
}

body.single.sale .main .urls a.disable {
  pointer-events: none;
  cursor: default;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

body.single.sale .main .urls a img {
  width: 35px;
  height: 35px;
}

:where(.sale .content) .link li > p {
  display: none;
}

@media screen and (max-width: 1025px) {
  body.single.sale .main > section .share {
    padding-left: 10px;
    padding-right: 10px;
  }

  body.single.sale .main header {
    padding: 20px 0 0;
    border-top: 0;
  }

  body.single.sale .main header .author {
    padding-right: 10px;
  }

  body.single.sale .main .content {
    border-top: 0;
  }

  body.single.sale .sale_term span {
    padding: 0.5em 0.8em 0.8em;
    font-size: 2rem;
    display: block;
  }

  body.single.sale .main .author_face {
    width: 150px;
    padding-right: 15px;
    padding-bottom: 5px;
  }

  body.single.sale .main .author_desc {
    float: none;
    width: initial;
    width: auto;
  }

  body.single.sale .main .urls {
    float: none;
    text-align: center;
  }

  body.single.sale .main .contributor {
    float: none;
    margin-right: 0;
    text-align: center;
    display: block;
  }
}

/* ▲2017.08.13 office-ing 製品セール情報のシングルページ */
/* ▼2017.09.24 office-ing 「Before/After」2カラム画像エリア追加 */
.ba_container {
  margin-bottom: 1em;
}

.ba_container .before,
.ba_container .after {
  float: left;
  width: 50%;
  text-align: center;
  position: relative;
  padding: 0 15px;
  box-sizing: border-box;
}

.ba_container .before::before,
.ba_container .before::after {
  content: '';
  position: absolute;
  top: 60%;
  left: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ba_container .before::before {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: transparent;
  border: 2px solid #e93534;
  display: none;
}

.ba_container .before::after {
  border-width: 8px 0 8px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #e93534;
  -webkit-transform: translate(-38%, -50%);
  transform: translate(-38%, -50%);
}

.ba_container .title {
  display: block;
  text-align: center;
  padding: 0.4em 0 0.5em;
  width: 203px;
  max-width: 100%;
  margin: 0 auto;
  font-weight: bold;
  color: #ffffff;
  background: #74b8dc;
  font-style: normal;
}

.ba_container .before > a,
.ba_container .after > a {
  display: block;
}

.ba_container .before .title + br,
.ba_container .after .title + br {
  display: none;
}

.ba_container .before .title {
  background: #481901;
}

.ba_container .after .title {
  background: #f54800;
}

@media screen and (max-width: 767px) {
  .ba_container .before,
  .ba_container .after {
    float: none;
    width: 100%;
    padding: 0;
  }

  .ba_container .before {
    margin-bottom: 45px;
  }

  .ba_container .before::before,
  .ba_container .before::after {
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
  }

  .ba_container .before::after {
    -webkit-transform: translate(-50%, 160%);
    transform: translate(-50%, 160%);
    border-width: 12px 8px 0;
    border-color: #e93534 transparent transparent;
  }
}

/* ▲2017.09.24 office-ing 「Before/After」2カラム画像エリア追加 */
/* 記事一覧 */
.main.archive section:after {
  display: block;
  clear: both;
  content: '';
}

.main.archive section {
  margin: 30px 0 0;
  padding: 10px 20px;
  border: 2px solid #5bc5bd;
  background: #cde2e9;
}

.main.archive section a {
  display: block;
}

.main.archive figure {
  float: left;
  clear: left;
  overflow: hidden;
  box-sizing: border-box;
  padding: 20px;
  width: 180px;
  height: 180px;
  background: #e5e8ec;
}

.main.archive figure img {
  width: 100%;
}

.main.archive h2 {
  position: relative;
  margin: 0 0 0 230px;
  padding: 12px 0 1px 34px;
  color: #834e6a;
  font-weight: bold;
  font-size: 1.9rem;
  max-height: 2.4em;
  overflow: hidden;
}

.main.archive h2:before {
  position: absolute;
  top: 22px;
  left: 0;
  margin: -10px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #834e6a;
  content: '';
}

.main.archive h2:after {
  position: absolute;
  top: 22px;
  left: 8px;
  margin: -4px 0 0;
  border-width: 4px 0 4px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  content: '';
}

.main.archive time {
  margin: 12px 0 0 230px;
  display: block;
  font-size: 1.2rem;
}

.main.archive .content p {
  margin: 15px 0 0 230px;
  text-decoration: underline;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5;
}

.main.archive .more {
}

.main.archive .more {
  position: relative;
  display: inline-block;
  padding: 0 34px 0 0;
  color: #834e6a;
  font-weight: bold;
  font-size: 1.7rem;
  margin: 12px 0 0 0;
  float: right;
}

.main.archive .more:before {
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -4px 0 0;
  width: 14px;
  height: 8px;
  background: #834e6a;
  content: '';
}

.main.archive .more:after {
  position: absolute;
  top: 50%;
  right: 0;
  margin: -11px 0 0;
  border-width: 11px 0 11px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #834e6a;
  content: '';
}

.main.archive .tag {
  margin: 15px 0 0 230px;
  overflow: hidden;
}

.main.archive .tag:after {
  display: none;
}

@media screen and (max-width: 1025px) /*, (max-width: 1025px) */ {
  .main.archive section {
    margin: 10px 0 0;
    padding: 5px 10px;
    border: 1px solid #5bc5bd;
  }

  .main.archive figure {
    padding: 10px;
    width: 25%;
    height: auto;
  }

  .main.archive h2 {
    margin: 0 0 0 28%;
    padding: 5px 0 0 20px;
    font-size: 1.4rem;
  }

  .main.archive h2:before {
    top: 5px;
    left: 0;
    margin: 0;
    width: 14px;
    height: 14px;
  }

  .main.archive h2:after {
    top: 12px;
    left: 6px;
    margin: -3px 0 0;
    border-width: 3px 0 3px 5px;
  }

  .main.archive time {
    margin: 10px 0 0 28%;
  }

  .main.archive .content p {
    margin: 10px 0 0 28%;
    font-size: 1.2rem;
  }

  .main.archive .more {
    margin: 10px 0 0 28%;
  }

  .main.archive .more a {
    padding: 0 30px 0 0;
    font-size: 1.6rem;
  }

  .main.archive .tag {
    margin: 10px 0 0 28%;
  }

  .main.archive .tag dt {
    width: auto;
    margin-right: 10px;
  }

  .main.archive .tag dd {
    margin-left: 0;
  }
}

.pager3 {
  margin: 50px 0;
}

.pager3 ul {
  text-align: center;
}

.pager3 li {
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 10px;
  vertical-align: top;
}

.pager3 li a {
  display: block;
  width: 55px;
  height: 55px;
  background: #cde2e9;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 2.2rem;
  line-height: 55px;
}

.pager3 .current a,
.pager3 a:hover {
  background: #834e6a;
}

.pager3 .prev {
  padding: 0 30px 0 0;
}

.pager3 .next {
  padding: 0 0 0 30px;
}

.pager3 .prev a,
.pager3 .next a {
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  background: #834e6a;
  text-indent: 100%;
  white-space: nowrap;
}

.pager3 .prev a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -12px;
  border-width: 10px 18px 10px 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  content: '';
}

.pager3 .next a:after {
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -10px -12px 0 0;
  border-width: 10px 0 10px 18px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  content: '';
}

@media screen and (max-width: 1025px) /*, (max-width: 1025px) */ {
  .pager3 {
    position: relative;
    margin: 40px 0;
  }

  .pager3 li {
    padding: 0 5px;
  }

  .pager3 li a {
    width: 30px;
    height: 30px;
    font-size: 1.4rem;
    line-height: 30px;
  }

  .pager3 .current a,
  .pager3 a:hover {
    background: #834e6a;
  }

  .pager3 .prev {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
  }

  .pager3 .next {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
  }

  .pager3 .prev a:after {
    margin: -5px 0 0 -6px;
    border-width: 5px 9px 5px 0;
  }

  .pager3 .next a:after {
    margin: -5px -6px 0 0;
    border-width: 5px 0 5px 9px;
  }
}

/* 2018.01.05 外部記事埋め込みコンテンツを別タブで開く */
div.content a.wp-embedded-wrapper {
  position: relative;
  display: block;
}

div.content a.wp-embedded-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}

/* --------------------------------------------------
 sidebar
--------------------------------------------------- */
.sidebar {
  float: right;
  width: 300px;
}

.no-sidebar .sidebar {
  display: none;
}

.sidebar .ad {
  background: none;
}

.sidebar .ad li {
  margin: 20px 0 0;
}

.sidebar .ad li a {
  display: block;
}

.sidebar .ad div.border {
  display: none;
}

.sidebar .ad li:first-child {
  margin: 0;
}

.sidebar .ad.footer_ad ul {
  text-align: center;
  margin: 20px 0;
}

.sidebar .ad li div {
  min-height: 300px;
  /*background: #cdd5d7;*/
}

.sidebar h3 {
  margin-top: 20px;
}

.sidebar h3 img {
  width: 100%;
}

.sidebar .list-entry2 {
  /* margin: 0 0 45px; */
}

.sidebar .bn {
  margin: 0 0 45px;
}

.sidebar #fix_guide {
  position: fixed;
  top: 200px;
  display: none;
  min-height: 0;
}

.sidebar #fix_guide li {
}

.sidebar .list-entry li:nth-child(n + 7) {
  display: none;
}

/* サイドバー記事検索ナビ */
.sidebar .search-post-nav {
  & .ttl-t4 {
    font-size: 1.8rem;
  }

  & img {
    max-width: 100%;
    width: 100%;
  }
}

/* サイドバー記事一覧リンクボタン */
.btn-more {
  margin-bottom: 50px;
  border-bottom: 4px solid #1bacdc;
  padding-bottom: 0.5em;
  text-align: right;
}

.btn-more a {
  display: inline-block;
  color: #fff;
  background-color: #f1644a;
  margin-top: 0.5em;
  position: relative;
  font-size: 90%;
  letter-spacing: 0.1em;
  padding: 0.5em 0.5em 0.5em 2em;
  white-space: nowrap;
  text-decoration: none;
}

.btn-more a::before,
.btn-more a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0.5em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-more a::before {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  background-color: #fff;
}

.btn-more a::after {
  width: 0;
  height: 0;
  border: 0.4em solid transparent;
  border-left: 0.5em solid #f1644a;
  border-right: 0;
  left: 0.85em;
}

.btn-more a:hover {
  /* opacity: 0.7; */
  color: #fff !important;
}

@media screen and (max-width: 1025px) {
  .sidebar {
    float: none;
    margin: 20px 0 0;
    width: 100%;
  }

  .sidebar .ad ul {
    padding: 0 5px;
    text-align: center;
  }

  .sidebar .ad li {
    display: inline-block;
    margin: 10px 0 0;
    padding: 0 5px;
    /* width: 50%; */
  }

  .sidebar .ad div.border,
  .sidebar .ad.footer_ad li.border {
    display: block;
    padding: 0;
    margin: 0;
  }

  .sidebar .ad.footer_ad li {
    display: inline-block;
  }

  .sidebar .ad li:first-child {
    margin: 0;
  }

  .sidebar .ad li div {
    min-height: 100px;
  }

  .sidebar .list-entry2 {
    margin: 0 0 10px;
  }

  .sidebar .bn {
    margin: 0 0 10px;
  }

  /* サイドバー記事検索ナビ */
  .sidebar .search-post-nav {
    & .ttl-t4 {
      font-size: 1.8rem;
      padding: 0.5em 0.5em 0.5em 2em;
      background-position: center left 0.5em;
      background-size: 1em;
    }
  }

  .btn-more {
    border-bottom-width: 2px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* --------------------------------------------------
 word
--------------------------------------------------- */
div.single section {
  margin: 40px 0 0;
}

div.single .ttl-bg2 + section {
  margin: 0;
}

div.single .result + section {
  margin: 20px 0 0;
}

div.single .ttl-bg2 {
  margin: 115px 0 0;
}

div.single input[type='text'] {
  padding: 12px 20px;
  width: 720px;
  border: none;
  background: #fff;
  font-size: 2.2rem;
  height: auto;
}

div.single input[type='submit'] {
  margin: 0 0 0 30px;
  padding: 12px 50px;
  border: none;
  border-radius: 25px;
  background: #000;
  color: #fff;
  font-size: 2.2rem;
}

div.single .box {
  vertical-align: top;
}

div.single .list-type:after {
  display: block;
  clear: both;
  content: '';
}

div.single .list-type {
  margin: -18px 0 0;
}

div.single .list-type li {
  float: left;
  margin: 18px 0 0;
  padding: 0 50px;
}

div.single .list-type a {
  display: inline-block;
  margin: 0 15px;
  width: 34px;
  height: 34px;
  border: 4px solid #82e2e0;
  background: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 2.3rem;
  line-height: 34px;
}

div.single .list-type a:hover {
  background: #cdd5d7;
}

div.single .list-type span {
  display: inline-block;
  margin: 0 15px;
  width: 42px;
  height: 42px;
  line-height: 42px;
}

div.single .box h3 {
  padding: 0 0 30px 50px;
  background: url('../img/ico_keyword.gif') no-repeat;
  text-align: left;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 40px;
  background-size: 40px;
  margin-top: 30px;
}

div.single .box h3:first-child {
  margin-top: 0px;
}

div.single .box .btn {
  position: absolute;
  top: 40px;
  right: 60px;
}

@media screen and (max-width: 1025px) {
  div.single {
    padding: 20px 10px;
  }

  div.single .ad {
    display: none;
  }

  div.single section {
    margin: 20px 0 0;
  }

  div.single .result + section {
    margin: 10px 0 0;
  }

  div.single .ttl-bg2 {
    margin: 40px 0 0;
  }

  div.single input[type='text'] {
    padding: 5px 10px;
    width: 65%;
    font-size: 1.4rem;
  }

  div.single input[type='submit'] {
    margin: 0 0 0 5px;
    padding: 8px 0;
    width: 25%;
    border-radius: 20px;
    font-size: 1.4rem;
  }

  div.single .list-type {
    margin: -10px 0 0;
  }

  div.single .list-type li {
    margin: 10px 0 0;
    padding: 0;
    width: 100%;
  }

  div.single .list-type a {
    margin: 0;
    padding: 10px 0;
    width: 20%;
    height: auto;
    border: 2px solid #82e2e0;
    vertical-align: middle;
    font-size: 1.4rem;
    line-height: normal;
  }

  div.single .list-type span {
    display: inline-block;
    margin: 0;
    width: 20%;
    height: auto;
    vertical-align: middle;
    line-height: normal;
  }

  div.single .box h3 {
    padding: 0 0 0 25px;
    background-position: 0 2px;
    background-size: 20px 20px;
    font-size: 1.6rem;
    line-height: normal;
  }

  div.single .box .btn {
    position: relative;
    top: auto;
    right: auto;
    margin: 20px 0 0;
  }
}

div.single .list-checkbox {
  margin: -12px -20px 0 0;
  padding: 0 20px;
  text-align: left;
}

div.single .list-checkbox li {
  display: inline-block;
  margin: 12px 20px 0 0;
  text-align: left;
}

div.single input[type='checkbox'] + label {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 22px;
  cursor: pointer;
}

@media (min-width: 1px) {
  div.single input[type='checkbox'] {
    display: none;
    margin: 0;
  }

  div.single input[type='checkbox'] + label {
    padding: 0 0 0 32px;
  }

  div.single input[type='checkbox'] + label:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    box-sizing: border-box;
    margin-top: -11px;
    width: 22px;
    height: 22px;
    border: 4px solid #ccc;
    border-radius: 100%;
    content: '';
  }

  div.single input[type='checkbox']:checked + label:before {
    border-color: #975a7b;
    background: #634755;
  }

  div.single input[type='checkbox']:checked + label:after {
    position: absolute;
    top: 50%;
    left: 5px;
    display: block;
    box-sizing: border-box;
    margin-top: -5px;
    width: 10px;
    height: 8px;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    content: '';
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@media screen and (max-width: 1025px) {
  div.single .list-checkbox {
    margin: 0;
    padding: 0;
  }

  div.single .list-checkbox li {
    margin: 10px 0 0;
    width: 48%;
    vertical-align: middle;
  }

  div.single input[type='checkbox'] + label {
    font-size: 1.4rem;
  }
}

div.single .list {
  border: 2px solid #5bc5bd;
  border-top: none;
  border-right: none;
  background-color: #5bc5bd;
  box-sizing: border-box;
}

div.single .list li {
  padding: 8px 14px;
  border-top: 2px solid #5bc5bd;
  background: #f1fafc;
  width: 100%;
}

div.single .list li:after {
  display: block;
  clear: both;
  content: '';
}

div.single .list li figure {
  float: left;
  clear: left;
  overflow: hidden;
  box-sizing: border-box;
  padding: 20px;
  width: 180px;
  min-height: 180px;
  max-height: 180px;
  background: #fff;
  position: relative;
}

.single .sale__saleLimit {
  background-color: #e4380a;
  color: #fff;
  padding: 0.2em;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}

div.single .list li figure .cat_short_name {
  position: absolute;
  top: 1px;
  right: 1px;
  background-color: rgb(230, 144, 20);
  color: #fff;
  font-size: 73%;
  padding: 0.5em;
}

div.single .list li img {
  width: 100%;
}

div.single .list li h3 {
  position: relative;
  margin: 0 0 0 194px;
  padding: 4px 0 4px 34px;
  border-bottom: 1px dotted #cdd5d7;
  color: #634755;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

div.single .list li h3:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin: -10px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #975a7b;
  content: '';
}

div.single .list li h3:after {
  position: absolute;
  top: 50%;
  left: 8px;
  margin: -4px 0 0;
  border-width: 4px 0 4px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  content: '';
}

div.single .list li p {
  margin: 10px 0 0 194px;
  text-decoration: underline;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.5;
}

div.single .list li .more {
  margin: 10px 0 0 194px;
}

div.single .list li .more a {
  position: relative;
  display: inline-block;
  padding: 0 34px 0 0;
  color: #834e6a;
  font-weight: bold;
  font-size: 1.7rem;
}

div.single .list li .more a:before {
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -4px 0 0;
  width: 14px;
  height: 8px;
  background: #834e6a;
  content: '';
}

div.single .list li .more a:after {
  position: absolute;
  top: 50%;
  right: 0;
  margin: -11px 0 0;
  border-width: 11px 0 11px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #834e6a;
  content: '';
}

div.single .list li .tag,
body.category div.single .list li .tag {
  margin: 10px 0 0 194px;
  display: none;
}

div.single .list li .tag:after {
  display: none;
}

div.single .list li .tag.category,
body.category.search div.single .list li .tag.category {
  /* display: block; */
}

@media screen and (max-width: 1025px) {
  div.single .list li {
    padding: 20px 10px;
  }

  div.single .list li figure {
    padding: 10px;
    width: 25%;
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .single .sale__saleLimit {
    top: 100%;
  }

  div.single .list li h3 {
    margin: 0 0 0 28%;
    padding: 0 0 5px 30px;
    font-size: 1.6rem;
  }

  div.single .list li h3:before {
    top: 4px;
    left: 0;
    margin: 0;
    width: 18px;
    height: 18px;
  }

  div.single .list li h3:after {
    top: 10px;
    left: 7px;
    margin: 0;
    border-width: 3px 0 3px 5px;
  }

  div.single .list li p {
    margin: 10px 0 0 28%;
    font-size: 1.2rem;
  }

  div.single .list li .more {
    margin: 10px 0 0 28%;
  }

  div.single .list li .more a {
    padding: 0 30px 0 0;
    font-size: 1.6rem;
  }

  div.single .list li .tag,
  body.category.search div.single .list li .tag {
    margin: 10px 0 0 28%;
    display: none;
  }

  div.single .list li .tag dt {
    float: none;
    display: table-cell;
  }

  div.single .list li .tag dd {
    display: table-cell;
  }

  div.single .list li .tag.category {
    /* display: table; */
  }
}

/* スマホ */
@media screen and (max-width: 767px) {
  div.single .list li figure .cat_short_name {
    font-size: 8px;
  }
}

div.single .result-ttl {
  min-width: 740px;
  display: inline-block;
}

div.single .result-ttl h1 {
  display: inline-block;
}

div.single .result-ttl ul {
  display: inline-block;
  margin: 0 0 0 20px;
}

div.single .result-ttl li {
  position: relative;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0 20px 0 0;
  color: #975a7b;
  font-weight: bold;
  font-size: 1.9rem;
}

div.single .result-ttl a {
  color: #975a7b;
}

div.single .result-ttl li:after {
  position: absolute;
  right: 0;
  content: '>';
}

div.single .result-ttl li:last-child {
  color: #000;
}

div.single .result-ttl li:last-child:after {
  display: none;
}

@media screen and (max-width: 1025px) {
  div.single .result-ttl {
    width: 100%;
    min-width: 0;
  }

  div.single .result-ttl ul {
    display: none;
  }

  div.single .bread {
    margin: 20px 0 0;
  }

  div.single .bread li {
    position: relative;
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0 20px 0 0;
    color: #975a7b;
    font-weight: normal;
  }

  div.single .bread li:after {
    position: absolute;
    right: 0;
    content: '>';
  }

  div.single .bread li:last-child {
    color: #000;
  }

  div.single .bread li:last-child:after {
    display: none;
  }
}

div.single .result {
  position: relative;
}

div.single .result .sns {
  position: absolute;
  top: 0;
  right: 0;
}

body.search {
  position: static;
}

#search_count {
  display: none;
}

h1 #search_count {
  display: inline;
  font-size: 2rem;
  margin-left: 20px;
}

.box2 ul.list {
  margin: 0 0 0 14px;
}

.box2 ul.list li {
  margin: 0;
  width: 50%;
  box-sizing: border-box;
  overflow: hidden;
  float: left;
  border-right: 2px solid #5bc5bd;
}

@media screen and (max-width: 1025px) {
  .box2 ul.list li {
    width: 100%;
    float: none;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1025px) {
  .box2 ul.list li {
    width: 50%;
    float: left;
    padding: 5px;
    min-height: 180px;
  }
}

/* --------------------------------------------------
 footer
--------------------------------------------------- */
.footer {
  position: relative;
  background: #1bacdc;
}

.footer footer {
  margin: 0 auto;
  padding: 45px 0;
  width: 1060px;
  color: #fff;
  text-align: center;
}

.footer footer a {
  color: #fff;
}

.footer h2 {
  font-weight: bold;
  font-size: 3.2rem;
}

.footer nav {
  margin: 50px 0 0;
}

.footer nav li {
  position: relative;
  display: inline-block;
  padding: 0 10px;
}

.footer nav li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: '';
  vertical-align: middle;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footer nav li a {
  padding: 0 0 0 5px;
  font-size: 1.7rem;
}

.footer h3 {
  margin: 35px 0 0;
  padding: 0 0 10px;
  color: #82e2e0;
  font-weight: bold;
  font-size: 2.7rem;
}

.footer form {
  position: relative;
  display: inline-block;
  height: 50px;
}

.footer form input[type='text'] {
  width: 460px;
  height: 50px;
  border: none;
  background: #fff;
  vertical-align: bottom;
  line-height: 50px;
  padding: 0 15px;
}

.footer form button {
  position: relative;
  margin: 0 0 0 10px;
  width: 140px;
  height: 50px;
  border: none;
  border-radius: 10px;
  background: #333;
  vertical-align: bottom;
  font-size: 2.2rem;
  line-height: 50px;
  padding: 0;
  font-size: 2.2rem !important;
}

.footer form:after {
  position: absolute;
  top: 0;
  right: -115px;
  width: 92px;
  height: 92px;
  background: url('../img/bg_footer.gif') no-repeat 0 0;
  content: '';
  background: url('../img/bg_footer.png');
  background-size: 92px;
}

.footer aside {
  margin: 30px 0 0;
  text-align: center;
}

.footer aside li {
  display: inline-block;
  padding: 0 5px;
  vertical-align: middle;
}

.footer aside li:first-child {
  padding: 0 15px 0 5px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.footer small {
  display: block;
  margin: 20px 0 0;
  font-size: 1.7rem;
  line-height: 2;
}

@media screen and (max-width: 1025px) {
  .footer:after {
    width: 44px;
    height: 44px;
  }

  .footer footer {
    padding: 20px 10px;
    width: 100%;
  }

  .footer h2 {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .footer nav {
    margin: 40px 0 0;
  }

  .footer nav li {
    position: relative;
    display: inline-block;
    padding: 0;
    border-left: 1px solid #fff;
  }

  .footer nav li:first-child {
    border: none;
  }

  .footer nav li:after {
    display: none;
  }

  .footer nav li a {
    padding: 0 5px;
    font-size: 1.3rem;
  }

  .footer h3 {
    margin: 15px 0 0;
    padding: 0 0 10px;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .footer form {
    width: 100%;
    display: block;
    padding: 0;
    height: 50px;
    text-align: left;
  }

  .footer form input[type='text'] {
    display: inline-block;
    width: 70%;
  }

  .footer form button {
    display: inline-block;
    width: 25%;
    margin: 0 0 0 2%;
    font-size: 1.6rem;
  }

  .footer form:after {
    display: none;
  }

  .footer aside {
    margin: 15px 0 0;
  }

  .footer aside li {
    display: inline-block;
    padding: 0 5px;
    vertical-align: middle;
  }

  .footer aside li:first-child {
    padding: 0 5px 0 0;
    width: 70%;
  }

  .footer aside li:first-child img {
    width: 330px;
  }

  .footer small {
    margin: 15px 0 0;
    text-align: left;
    font-size: 1.2rem;
    line-height: 2;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1025px) {
  .footer footer {
    width: auto;
  }
}

/* --------------------------------------------------
  form
--------------------------------------------------- */
.form {
  padding: 0 0 85px;
  background: #fff;
}

.form table {
  margin: 75px 0 0;
  text-align: left;
}

.form th {
  width: 200px;
  vertical-align: top;
}

.form td {
  padding: 0 0 0 80px;
  width: 480px;
}

body.single .form h3,
body.page .form h3 {
  padding: 0 0 15px;
  border-bottom: 2px solid #f7a119;
  color: #f7a119;
  font-weight: bold;
  font-size: 2.4rem;
  background: none;
}

.form h4 {
  margin: 55px 0 0;
}

.form p {
  margin: 20px 0 0;
  line-height: 1.5;
}

.form th img {
  vertical-align: middle;
}

.form th p {
  font-weight: normal;
}

body.single .form h5,
body.page .form h5 {
  padding: 30px 0 15px;
  font-weight: bold;
  font-size: 2.3rem;
  background: none;
  border-bottom: none;
  margin: 0;
  line-height: normal;
  color: #000;
}

.form h5 span {
  color: #f16d61;
}

.form strong {
  text-decoration: none;
}

.form td .strong {
  display: inline-block;
  color: #f16d61;
  text-decoration: underline;
  font-weight: normal;
}

.form td p {
  color: #ff876c;
  font-weight: bold;
  line-height: 1.5;
}

input[type='text'] {
  box-sizing: border-box;
  padding: 0 1em;
  width: 100%;
  height: 48px;
  border: 0;
  border: 1px solid #808080;
  color: #000;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

input[type='email'] {
  box-sizing: border-box;
  padding: 0 1em;
  width: 100%;
  height: 48px;
  border: 0;
  border: 1px solid #808080;
}

input[type='tel'] {
  box-sizing: border-box;
  padding: 0 1em;
  width: 100%;
  height: 48px;
  border: 0;
  border: 1px solid #808080;
}

input[type='text'].st {
  width: 10%;
}

input[type='url'] {
  box-sizing: border-box;
  padding: 0 1em;
  width: 100%;
  height: 48px;
  border: 0;
  border: 1px solid #808080;
  color: #000;
}

input[type='number'] {
  box-sizing: border-box;
  padding: 0 0 0 1em;
  width: 100%;
  height: 48px;
  border: 0;
  border: 1px solid #808080;
  color: #000;
}

textarea {
  box-sizing: border-box;
  margin: 30px 0 0;
  padding: 0.5em 1em;
  width: 100%;
  height: 340px;
  border: 0;
  border: 1px solid #808080;
}

.wrap-text {
  margin: 0 0 30px;
}

.wrap-select {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border: 1px solid #808080;
  vertical-align: bottom;
}

.wrap-select select {
  position: relative;
  box-sizing: border-box;
  padding: 0 68px 0 20px;
  width: 100%;
  height: 48px;
  outline: none;
  border: 0;
  border-radius: 0;
  background: url('../img/btn_select.gif') top right no-repeat;
  color: #c3c3c3;
  line-height: 48px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form .block {
  display: inline-block;
}

input[type='radio'] {
  display: inline-block;
}

input[type='radio'] + label {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

@media (min-width: 1px) {
  input[type='radio'] {
    display: none;
  }

  input[type='radio'] + label {
    margin: 0 30px 0 0;
    padding: 0 0 0 65px;
    height: 50px;
    line-height: 50px;
  }

  input[type='radio'] + label:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    box-sizing: border-box;
    margin: -25px 0 0;
    width: 46px;
    height: 46px;
    border: 4px solid #c3c3c3;
    border-radius: 100%;
    background: #fff;
    content: '';
  }

  input[type='radio']:checked + label:before {
    border: none;
    background: #f16d61;
  }

  input[type='radio']:checked + label:after {
    position: absolute;
    top: 50%;
    left: 7px;
    display: block;
    box-sizing: border-box;
    margin-top: -15px;
    width: 30px;
    height: 20px;
    border-bottom: 6px solid #fff;
    border-left: 6px solid #fff;
    content: '';
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .list-checkbox input[type='radio'] + label {
    margin: 0;
    padding: 0 0 0 30px;
    height: 25px;
    line-height: 25px;
  }

  .list-checkbox input[type='radio'] + label:before {
    margin: -12px 0 0;
    width: 23px;
    height: 23px;
  }

  .list-checkbox input[type='radio']:checked + label:after {
    left: 4px;
    margin-top: -7px;
    width: 15px;
    height: 10px;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
  }
}

.form div + span {
  display: inline-block;
  margin: 0 10px;
  vertical-align: bottom;
}

input[type='text'] + span {
  display: inline-block;
  margin: 0 15px;
  vertical-align: bottom;
}

.form .box {
  margin: 30px 0 0;
  padding: 10px 0;
  background: #e5e8ec;
  text-align: center;
  font-size: 6rem;
}

.form .submit {
  margin: 130px 0 0;
  text-align: center;
}

.form .submit button {
  padding: 0 130px 0 195px;
  height: 80px;
  border: none;
  border-radius: 4px;
  background: #f16d61 url('../img/ico_btn.gif') no-repeat 130px 50%;
  color: #fff;
  font-size: 3rem;
  line-height: 80px;
}

@media screen and (max-width: 1025px) {
  .form {
    padding: 0 0 40px;
    font-size: 1.2rem;
  }

  .form .inner {
    padding: 0 15px;
  }

  .form table {
    margin: 40px 0 0;
    width: 100%;
  }

  .form .form-inner th {
    display: block;
    width: 100%;
    vertical-align: top;
  }

  .form .form-inner td {
    display: block;
    padding: 0;
    width: 100%;
  }

  .form h3 {
    padding: 0 0 15px;
    font-size: 1.5rem;
  }

  .form h4 {
    margin: 40px 0 0;
  }

  .form p {
    margin: 20px 0 0;
  }

  .form h5 {
    padding: 20px 0 10px;
    font-size: 1.2rem;
  }

  .form td .strong {
    display: block;
    margin: 20px 0 0;
  }

  .form .ttl-t4 {
    margin: 40px -15px 0;
  }

  input[type='text'] {
    padding: 0 15px;
    height: 30px;
  }

  input[type='email'] {
    padding: 0 15px;
    height: 30px;
  }

  input[type='tel'] {
    padding: 0 15px;
    height: 30px;
  }

  textarea {
    margin: 20px 0 0;
    padding: 10px 15px;
    height: 170px;
  }

  .wrap-text {
    margin: 0 0 15px;
  }

  .wrap-select select {
    padding: 0 45px 0 15px;
    height: 30px;
    background-size: contain;
    line-height: 30px;
  }

  .form .block {
    display: block;
    margin: 10px 0 0;
  }

  input[type='radio'] + label {
    margin: 0 15px 0 0;
    padding: 0 0 0 60px;
    font-size: 1.4rem;
  }

  input[type='radio'] + label:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    box-sizing: border-box;
    margin: -25px 0 0;
    width: 46px;
    height: 46px;
    border: 4px solid #c3c3c3;
    border-radius: 100%;
    background: #fff;
    content: '';
  }

  input[type='radio']:checked + label:before {
    border: none;
    background: #f16d61;
  }

  input[type='radio']:checked + label:after {
    position: absolute;
    top: 50%;
    left: 7px;
    display: block;
    box-sizing: border-box;
    margin-top: -15px;
    width: 30px;
    height: 20px;
    border-bottom: 6px solid #fff;
    border-left: 6px solid #fff;
    content: '';
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .form .box {
    margin: 20px 0 0;
    font-size: 3rem;
  }

  .form .submit {
    margin: 40px 0 0;
  }

  .form .submit button {
    padding: 12px 0;
    width: 100%;
    height: auto;
    background: #f16d61 url('../img/ico_btn.gif') no-repeat 20% 50%;
    background-size: 22px 19px;
    font-size: 1.5rem;
    line-height: normal;
  }
}

.note2:after {
  background-size: 348px;
}

.form .box {
  font-size: inherit;
}

.form input[type='submit'].wpcf7-submit {
  padding: 0 130px 0 195px;
  height: 80px;
  border: none;
  border-radius: 4px;
  background: #f16d61 url('../img/ico_btn.gif') no-repeat 130px 50%;
  color: #fff;
  font-size: 3rem;
  line-height: 80px;
  background-size: 44px;
}

.form .form-inner span.date {
  display: inline-block;
  margin: 0 15px;
  vertical-align: bottom;
}

.wpcf7-radio label {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

@media (min-width: 1px) {
  input[type='radio'] {
    display: none;
  }

  .wpcf7-radio label {
    margin: 0 30px 0 0;
    padding: 0 0 0 65px;
    height: 50px;
    color: #c3c3c3;
    line-height: 50px;
  }

  .wpcf7-radio label:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    box-sizing: border-box;
    margin: -25px 0 0;
    width: 46px;
    height: 46px;
    border: 4px solid #c3c3c3;
    border-radius: 100%;
    background: #fff;
    content: '';
  }

  .wpcf7-radio label.checked:before {
    border: none;
    background: #f16d61;
  }

  .wpcf7-radio label.checked:after {
    position: absolute;
    top: 50%;
    left: 7px;
    display: block;
    box-sizing: border-box;
    margin-top: -15px;
    width: 30px;
    height: 20px;
    border-bottom: 6px solid #fff;
    border-left: 6px solid #fff;
    content: '';
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@media screen and (max-width: 1025px) {
  .trial .block1 .list ul li {
    background-size: 19px;
  }

  .tpl3 h3 {
    background-position: 0 6px;
    background-size: 13px 13px;
  }

  .form input[type='submit'].wpcf7-submit {
    padding: 12px 0;
    width: 100%;
    height: auto;
    background: #f16d61 url('/img/ico_btn.gif') no-repeat 20% 50%;
    background-size: 22px 19px;
    font-size: 1.5rem;
    line-height: normal;
  }

  input[type='text'].st {
    padding: 0;
    text-align: center;
  }
}

/* ▼2017.12.20 office-ing X'masキャンペーン応募フォーム追加 */
form .xmas2017 * {
  box-sizing: border-box;
}

form .xmas2017 figcaption p {
  background-color: #fcfecc;
  font-size: 157%;
  font-weight: 700;
  padding: 0.2em 0.5em;
  text-indent: -0.4em;
}

form .xmas2017 figcaption a {
  color: #339a97;
}

form .xmas2017 figcaption .fa {
  font-size: 80%;
  margin: 0 0.3em 0 0.7em;
}

form .xmas2017 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 0 50%;
  flex: 1 0 50%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1em 0;
}

form .xmas2017 .list dd,
form .xmas2017 .list dt {
  padding: 1em;
  margin-bottom: 1em;
  position: relative;
  min-height: 4em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

form .xmas2017 .list dd::before,
form .xmas2017 .list dt::before {
  content: ' ';
  display: block;
}

form .xmas2017 .list dd::after,
form .xmas2017 .list dt::after {
  content: ' ';
  clear: both;
}

form .xmas2017 .list dt {
  background-color: #910000;
  color: #fff;
  border-radius: 4px 0 0 4px;
  padding-right: 4em;
  width: 40%;
}

form .xmas2017 .list dd {
  background-color: #f4e798;
  border-radius: 0 4px 4px 0;
  width: 60%;
}

form .xmas2017 .required {
  background-color: #e70012;
  font-size: 0.9em;
  padding: 0.4em;
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

form .xmas2017 input.text {
  height: 2em;
}

form .xmas2017 input[type='radio'] {
  display: inline-block;
}

form .xmas2017 .wpcf7-radio label {
  margin: initial;
  padding: initial;
  height: initial;
  line-height: initial;
  color: initial;
}

form .xmas2017 .wpcf7-radio label:before {
  display: none;
}

form .xmas2017 select {
  height: 2em;
}

form .xmas2017 p {
  margin: 0 0 0.5em !important;
}

form .xmas2017 .kiyaku {
  text-align: center;
}

form .xmas2017 .kiyaku .acceptance {
  margin-right: 1em;
}

form .xmas2017 #submit {
  background: url(../img/btn-send-xmas.gif) no-repeat;
  background-size: contain;
  width: 224px;
  height: 65px;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  font-size: 0;
  margin: 0 auto;
  display: block;
  outline: 0;
  transition: all 0.5s ease-in-out;
}

form .xmas2017 #submit:hover {
  filter: brightness(130%);
  transform: translateY(5px);
}

form .xmas2017 input[type='text'] + span {
  margin: initial;
}

form .xmas2017 + div.wpcf7-response-output {
  padding: 0.8em 1em;
}

form .xmas2017 + div.wpcf7-mail-sent-ok {
  color: #fff;
  background-color: #094;
  border-color: #094;
}

form .xmas2017 + div.wpcf7-validation-errors {
  color: #fff;
  background-color: #e70012;
  border-color: #e70012;
}

@media screen and (max-width: 1025px) {
  form .xmas2017 figcaption p {
    font-size: 120%;
  }

  form .xmas2017 .list {
    display: block;
  }

  form .xmas2017 .list dd,
  form .xmas2017 .list dt {
    min-height: auto;
    min-height: initial;
    width: 100%;
  }

  form .xmas2017 .list dt {
    border-radius: 4px 4px 0 0;
    margin-bottom: 0;
  }

  form .xmas2017 .list dd {
    border-radius: 0 0 4px 4px;
  }
}

/* ▲2017.12.20 office-ing X'masキャンペーン応募フォーム追加 */
/* ▼2017.12.20 office-ing バナー広告掲載依頼フォーム追加 */
form .banner-add * {
  box-sizing: border-box;
}

form .banner-add .red {
  color: red;
}

form .banner-add .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 0 50%;
  flex: 1 0 50%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1em 0;
}

form .banner-add .list dd,
form .banner-add .list dt {
  padding: 1em;
  margin-bottom: 1em;
  position: relative;
  min-height: 4em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

form .banner-add .list dd::before,
form .banner-add .list dt::before {
  content: ' ';
  display: block;
}

form .banner-add .list dd::after,
form .banner-add .list dt::after {
  content: ' ';
  clear: both;
}

form .banner-add .list dt {
  background-color: #3598db;
  color: #fff;
  border-radius: 4px 0 0 4px;
  padding-right: 4em;
  width: 40%;
  flex-wrap: wrap;
}

form .banner-add .optional,
form .banner-add .required {
  font-size: 0.9em;
  padding: 0.4em;
  position: absolute;
  top: 50%;
  right: 1em;
}

form .banner-add .list dt strong {
  color: #dad709;
  font-weight: 400;
  display: block;
}

form .banner-add .list dd {
  background-color: #abdcfc;
  border-radius: 0 4px 4px 0;
  width: 60%;
}

form .banner-add .list .noflex {
  display: block;
}

form .banner-add .required {
  background-color: #0c6bad;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

form .banner-add .optional {
  background-color: #addbfc;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #0c6bad;
}

form .banner-add .wpcf7-form-control-wrap {
  width: 100%;
}

form .banner-add textarea {
  margin: 0;
  line-height: 1.5;
  padding: 0.5em;
}

form .banner-add input.text {
  height: 2em;
  padding: 0 0.5em;
}

form .banner-add input[type='radio'] {
  display: inline-block;
}

form .banner-add input[type='number'] {
  width: 4em;
}

form .banner-add .ad-type .wpcf7-list-item,
form .banner-add .month {
  margin-left: 0;
}

form .banner-add .your-file {
  margin-bottom: 0.5em;
  display: inline-block;
}

form .banner-add input[type='file'] {
  outline: 0;
  line-height: 1;
}

form .banner-add .ad-type .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 0.5em;
}

form .banner-add .wpcf7-radio label {
  margin: initial;
  padding: initial;
  height: initial;
  line-height: initial;
  color: initial;
}

form .banner-add .wpcf7-radio label:before {
  display: none;
}

form .banner-add select {
  height: 2em;
  padding: 0 0.5em;
}

form .banner-add p {
  margin: 0 0 0.5em !important;
}

form .banner-add .kiyaku {
  text-align: center;
}

form .banner-add .kiyaku .acceptance {
  margin-right: 1em;
}

form .banner-add #submit {
  background: #1bbc9b;
  color: #fff;
  padding: 0.4em 2em;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  font-size: 1.8em;
  margin: 0 auto;
  display: block;
  outline: 0;
  transition: all 0.5s ease-in-out;
  border-radius: 10px;
}

form .banner-add #submit:hover {
  filter: brightness(130%);
  transform: translateY(5px);
}

form .banner-add input[type='text'] + span {
  margin: initial;
}

form .banner-add + div.wpcf7-response-output {
  padding: 0.8em 1em;
}

form .banner-add + div.wpcf7-mail-sent-ok {
  color: #fff;
  background-color: #094;
  border-color: #094;
}

form .banner-add + div.wpcf7-validation-errors {
  color: #fff;
  background-color: #e70012;
  border-color: #e70012;
}

@media screen and (max-width: 1025px) {
  form .banner-add .list {
    display: block;
  }

  form .banner-add .list dd,
  form .banner-add .list dt {
    min-height: auto;
    min-height: initial;
    width: 100%;
  }

  form .banner-add .list dt {
    border-radius: 4px 4px 0 0;
    margin-bottom: 0;
  }

  form .banner-add .list dd {
    border-radius: 0 0 4px 4px;
  }
}

/* ▲2017.12.20 office-ing バナー広告掲載依頼フォーム追加 */
/* ▼2019.01.31 office-ing フォームのデフォルトスタイル変更 */
div.wpcf7 {
  padding: 1em 0;
}

.wpcf7 .form-inner {
  line-height: 1.6;
  background-color: #c8ebea;
  padding: 0 0 1em;
}

.wpcf7 .form-inner label {
  display: block;
  padding: 0 0 0.5em;
  font-weight: bold;
}

.wpcf7 .form-inner .wpcf7-list-item label {
  padding: 0 0 0 56px;
  margin: 0;
  color: inherit;
  font-weight: normal;
}

.wpcf7 .form-inner .form-row {
  padding: 1em 1em;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #5bc5bd;
}

.wpcf7 .form-inner > .form-row:nth-child(2n) {
  background: #b4eeed;
}

.wpcf7 .form-inner .required,
.wpcf7 .form-inner .optional {
  position: relative;
  color: #fff;
  font-size: 70%;
  font-weight: normal;
  display: inline-block;
  padding: 0.5em;
  border-radius: 0.4em;
  margin-left: 1em;
}

.wpcf7 .form-inner .required {
  background-color: #e36e54;
}

.wpcf7 .form-inner .optional {
  background-color: #1bacdc;
}

.wpcf7 .form-inner .required::before,
.wpcf7 .form-inner .optional::before {
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  border: 0.4em solid;
  border-left: none;
  border-top: 0.2em solid transparent;
  border-bottom: 0.2em solid transparent;
}

.wpcf7 .form-inner .required::before {
  color: #e36e54;
}

.wpcf7 .form-inner .optional::before {
  color: #1bacdc;
}

.wpcf7 .form-inner input[type='text'],
.wpcf7 .form-inner input[type='email'],
.wpcf7 .form-inner input[type='tel'],
.wpcf7 .form-inner input[type='number'],
.wpcf7 .form-inner textarea {
  max-width: 80%;
  padding: 0.7em;
  transition: 0.5s;
  margin: 0;
}

@media screen and (max-width: 1025px) {
  .wpcf7 .form-inner input[type='text'],
  .wpcf7 .form-inner input[type='email'],
  .wpcf7 .form-inner input[type='tel'],
  .wpcf7 .form-inner input[type='number'],
  .wpcf7 .form-inner textarea {
    max-width: 100%;
  }
}

.wpcf7 .form-inner input[type='text']:focus,
.wpcf7 .form-inner input[type='email']:focus,
.wpcf7 .form-inner input[type='tel']:focus,
.wpcf7 .form-inner input[type='number']:focus,
.wpcf7 .form-inner textarea:focus {
  background-color: lightgoldenrodyellow;
  outline: none;
  border-color: #5bc5bd;
}

.wpcf7 .form-inner .wpcf7-radio input[checked] + .wpcf7-list-item-label::after {
  content: '';
  position: absolute;
  top: 25px;
  left: 11px;
  display: block;
  transform: translateY(-79%) rotate(-45deg);
  border-left: 4px solid;
  border-bottom: 4px solid;
  border-color: #5bc5bd;
  width: 20px;
  height: 14px;
}

@media screen and (max-width: 1025px) {
  .wpcf7
    .form-inner
    .wpcf7-radio
    input[checked]
    + .wpcf7-list-item-label::after {
    left: 14px;
  }
}

.form-inner .wpcf7-form-control:not(.wpcf7-radio).wpcf7-not-valid {
  background-color: #fcc;
}

.form-inner .wpcf7-form-control.wpcf7-radio.wpcf7-not-valid label:before {
  background-color: #fcc;
}

.wpcf7 .form-inner .form-row p {
  margin: 0 0 1em;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  color: #fff;
  background-color: #f00;
  border: none;
  margin: 0;
  padding: 1em;
  line-height: inherit;
}

div.wpcf7-mail-sent-ok {
  background-color: #1bacdc;
  border-color: #1bacdc;
  color: #fff;
  padding: 1em;
  line-height: 1.6;
  margin: 0;
}

.wpcf7 .form-inner .wpcf7-submit {
  background: #f09400;
  color: #fff;
  margin: 1em auto 0;
  padding: 0.4em 2em;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  font-size: 1.8em;
  display: block;
  outline: 0;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}

.wpcf7 .form-inner .wpcf7-submit:hover {
  filter: brightness(130%);
  transform: translateY(5px);
}

/* ▲2019.01.31 office-ing フォームのデフォルトスタイル変更 */
/* --------------------------------------------------
  result
--------------------------------------------------- */
.archive header.result h1 {
  font-size: 2.7rem;
}

.archive .container article {
  padding: 0;
  border: none;
}

body.archive .container aside {
  visibility: hidden;
}

div.single input.clear + label {
  background-color: #000;
  padding: 0 16px;
}

div.single input.clear + label:before {
  border: 0;
  width: auto;
}

@media screen and (max-width: 1025px) {
  .ttl-bg1:before,
  .ttl-bg1:after {
    border-width: 0;
  }

  div.single .result-ttl {
    height: auto;
    line-height: normal;
  }

  .archive header.result h1 {
    padding: 5px;
  }

  .archive .container article {
    padding-top: 10px;
  }

  body.archive .container aside {
    margin: 0 -10px;
  }

  body.archive .container aside .bn {
    margin: 0 10px;
  }
}

/* --------------------------------------------------
  page
--------------------------------------------------- */
div.shikaku {
  padding: 20px;
  margin-top: 20px;
  background: #eee;
}

ol.contentsMenu {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  list-style-position: inside;
  text-align: center;
}

ol.contentsMenu li {
  display: inline;
  margin-right: 30px;
  vertical-align: top;
  width: auto;
  float: none;
  line-height: 1.111;
}

ol.contentsMenu li a {
  display: inline;
  padding: 0px 0 0px 16px;
  color: #5b5b5b;
  text-align: inherit;
  border: none;
  background-color: transparent;
  width: auto;
  background: url(../img/arrow_cir_r.gif) no-repeat 0 center;
  background-size: 12px;
  vertical-align: middle;
  font-weight: bold;
}

ol.contentsMenu li a:hover {
  color: #e82c2b;
}

ol.contentsMenu li.lastChild {
  margin-right: 0 !important;
}

ol.contentsMenu.one li {
  margin-right: 0;
}

.zitenArea ol.contentsMenu li {
  background-image: none;
}

.infoBox ol.contentsMenu li {
  float: none;
  text-align: right;
}

@media screen and (max-width: 640px) {
  .infoBox ol.contentsMenu li {
    text-align: left;
    margin-left: 8px;
  }

  body.page ol.contentsMenu {
    margin-bottom: 30px !important;
    text-align: left;
  }

  body.page ol.contentsMenu li {
    margin-bottom: 10px;
    display: block;
    float: none;
  }
}

.content ul.cooperation {
  margin: 20px 0;
  letter-spacing: -0.4em;
}

.content ul.cooperation li {
  display: inline-block;
  width: 49%;
  text-align: center;
  margin: 10px 0;
  vertical-align: middle;
  letter-spacing: normal;
}

@media screen and (max-width: 767px) {
  .content ul.cooperation li.one {
    width: 100%;
  }
}

/* ▼ add by office-ing ▼ */
/* --------------------------------------------------
 common
--------------------------------------------------- */
.header1 aside a .line {
  position: relative;
  top: 2px;
  display: inline-block;
  background: url(../img/ico_line05.png) no-repeat;
  background-size: contain;
  width: 28px;
  height: 26px;
  transition: all 0.3s ease;
}

.header1 aside a:hover .line {
  background-image: url(../img/ico_line02.png);
  -webkit-box-shadow: 0px 0px 6px #fff;
  box-shadow: 0px 0px 6px #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

@media screen and (max-width: 1025px), (max-width: 1025px) {
  .header1 aside a .line {
    width: 25px;
    height: 22px;
  }
}

@media screen and (max-width: 380px) {
  .header1 aside li {
    margin: 4px 6px 0 0;
  }

  .header1 aside a .line {
    width: 15px;
    height: 13px;
  }
}

@media screen and (max-width: 360px) {
  .header1 aside a {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 340px) {
  .header1 aside li {
    display: none;
  }

  .header1 aside li:not(:last-child) {
    margin-right: 4px;
  }

  .header1 aside li .fa {
    font-size: 80%;
  }
}

.footer aside a .line {
  display: inline-block;
  background: url(../img/ico_line06.png) no-repeat;
  background-size: contain;
  width: 15px;
  height: 14px;
  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer aside a:hover .line {
  background-image: url(../img/ico_line04.png);
  -webkit-box-shadow: 0px 0px 6px #fff;
  box-shadow: 0px 0px 6px #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* --------------------------------------------------
 header
--------------------------------------------------- */
@media screen and (max-width: 340px) {
  .header1 aside li .fa {
    font-size: 80%;
  }
}

/* --------------------------------------------------
 sidebar
--------------------------------------------------- */
/* ▼2017.01.13 office-ing add start▼ */
/* サイドバーで master slider の動作と競合しているCSSを除去 */
.sidebar .ad li div {
  min-height: initial;
}

/* ▲2017.01.13 office-ing add end▲ */
/* --------------------------------------------------
 main
--------------------------------------------------- */
/* 記事詳細 */
/* 2016.08.24 仕様変更 「Add Quicktag」fontタグをspanタグに変更 */
span.red {
  color: #ff0000;
}

.ol-t1 li span.red {
  display: inline;
  margin: 0;
  width: initial;
  height: initial;
  border-radius: 0;
  background: initial;
  color: #ff0000;
  line-height: initial;
  text-align: initial;
}

@media screen and (max-width: 1025px) {
  .ol-t1 li span.red {
    float: none;
    font-size: inherit;
  }

  #outer_wrapper {
    height: 100vh;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

/* ページ上部広告バナーを中央寄せ */
.main > .ad {
  text-align: center;
}

.main > .ad img {
  max-width: 100%;
  height: auto;
}

/* 2016.09.11 仕様変更 スマホでも記事上広告を表示する */
@media screen and (max-width: 1025px) {
  body.single .main .ad,
  body.page .main .ad {
    display: block;
  }

  body.single .main .ad ins,
  body.single .main .ad iframe,
  body.page .main .ad iframe {
    overflow: hidden;
  }
}

/* --------------------------------------------------
 word
--------------------------------------------------- */
/*▼2016.10.14 DTM用語集に戻るボタン追加 */
.archive .container article {
  position: relative;
}

.archive .backpage {
  height: 44px;
  display: inline-block;
  text-align: center;
  width: 9em;
  visibility: hidden;
}

.archive .backpage.head {
  position: absolute;
  top: -56px;
  right: 0;
}

.archive .backpage.foot {
  margin-left: auto;
  margin-top: 20px;
}

.archive .backpage {
  background: #1babdd;
  color: #fff;
  position: relative;
  font-weight: bold;
  font-size: 1.9rem;
  display: block;
  line-height: 44px;
  letter-spacing: 0.05em;
  padding: 0 1em 0 1.8em;
}

.archive .backpage:hover {
  color: #fff !important;
  background: #5bc4bd;
}

.archive .backpage:before {
  content: '';
  border: 6px solid transparent;
  border-right: 10px solid #fff;
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 53%;
  left: 0.7em;
}

@media screen and (max-width: 1025px) /*, (max-width: 1025px) */ {
  .archive .backpage {
    height: 36px;
    width: 12em;
  }

  .archive .backpage.head {
    top: -48px;
  }

  .archive .backpage {
    font-size: 1.4rem;
    line-height: 36px;
  }

  .archive .backpagebefore {
    left: 0.4em;
  }
}

@media screen and (max-width: 420px) {
  .archive .backpage.head {
    top: 11px;
  }
}

/*▲2016.10.14 DTM用語集に戻るボタン追加 */
/* --------------------------------------------------
 footer
--------------------------------------------------- */
/* 2016.09.23 仕様変更 feedアイコン設置 */
/*
@media screen and (max-width: 1025px){
    .footer aside li:first-child{ width: 65%;}
}
*/
/*▼2016.10.13 LINEアイコン追加 */
@media screen and (max-width: 1025px) {
  .footer aside li:first-child {
    width: 55%;
  }
}

/*▲2016.10.13 LINEアイコン追加 */
/* --------------------------------------------------
画像回り込み
--------------------------------------------------- */
/* 2016.11.26 画像回り込み */
.aligncenter {
  display: block;
  clear: both;
  margin: 0.25em auto 1.5em;
}

.alignleft {
  float: left;
  clear: both;
  margin: 0.25em 1.5em 1.5em 0;
}

.alignright {
  float: right;
  clear: both;
  margin: 0.25em 0 1.5em 1.5em;
}

h2,
hr {
  clear: both;
}

/* --------------------------------------------------
 2017.01.10 FBシェアボタン Mac版Firefox崩れ対応
--------------------------------------------------- */
/*
.simple-share .fb-like iframe {
    width: 72px!important;
}
*/
/* --------------------------------------------------
 2017.01.15 カテゴリーページのシェアボタン追加
--------------------------------------------------- */
div.single section {
  margin: 20px 0 0;
}

/* --------------------------------------------------
 2017.01.15 トップページFacebookウィジェット中央寄せ
--------------------------------------------------- */
.fb-page.fb_iframe_widget {
  display: block;
  text-align: center;
}

/* --------------------------------------------------
 2017.01.15 トップページ無料体験レッスンバナー中央寄せ
--------------------------------------------------- */
img.aligncenter {
  margin: 0 auto;
  display: block;
}

/* --------------------------------------------------
 2017.02.15 Youtube動画レスポンシブ
--------------------------------------------------- */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  display: block;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* --------------------------------------------------
 2017.02.15 広告枠「スポンサード」
--------------------------------------------------- */
.ad_box {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0.8em 0;
  margin: 0.2em 0 0.8em;
  position: relative;
}

.ad_box:before {
  content: 'スポンサード';
  display: block;
  font-family: '游ゴシック', 'Yu Gothic', sans-serif;
  font-size: 0.8em;
  color: #999;
  position: absolute;
  top: -0.4rem;
  right: 0;
  padding-left: 1em;
  background-color: #fff;
}

.ad_box--2::before {
  top: calc(100% - 0.4rem);
}

.ad_box img[src^='http://www.rentracks.jp/adx/p.gifx']
{
  display: none !important;
}

.ad {
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .ad_box {
    margin: 0.8em 0 0.8em;
  }
}

/* --------------------------------------------------
 2017.10.11 Amazonアフィリエイト
--------------------------------------------------- */
body.mobile .kalu_wraper {
  display: none;
}

/* --------------------------------------------------
 講師プロフィール
--------------------------------------------------- */
.instructor-prof {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 3%;
}

.instructor-prof figure {
  flex: 0 1 25%;
  border: 15px solid #e5e8ec;
  width: 40%;
}

.instructor-prof figure img {
  width: 100%;
}

.instructor-prof .desc {
  flex: 0 1 calc(69% - 3em);
}

.instructor-prof .desc p {
  margin: 0 0 1em !important;
}

.instructor-prof + .readmore {
  text-align: center;
  display: block;
  margin-bottom: 8%;
}

@media screen and (max-width: 767px) {
  .instructor-prof {
    display: block;
  }

  .instructor-prof figure {
    border-width: 7px;
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
  }
}

/* --------------------------------------------------
 2018.11.13 サイドバーのTwitterフォローボタン
--------------------------------------------------- */
@media screen and (max-width: 1025px) {
  .sidebar .twitter-follow-button {
    margin: 10px;
  }
}

/* --------------------------------------------------
 2019.08.01 コンタクトフォームの画像認証マーク非表示
--------------------------------------------------- */
/*
.grecaptcha-badge {
    display: none!important;
}
*/
/* --------------------------------------------------
MP3連動画像
--------------------------------------------------- */
.clickable-container {
  position: relative;
}

.clickable-container .audio {
  display: none;
}

.clickable-container .clickable-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.clickable-area[data-clickable-cell='top left'] {
  top: 0;
  left: 0;
  width: 50%;
  height: 50%;
}

.clickable-area[data-clickable-cell='top right'] {
  top: 0;
  left: 50%;
  width: 50%;
  height: 50%;
}

.clickable-area[data-clickable-cell='bottom left'] {
  top: 50%;
  left: 0;
  width: 50%;
  height: 50%;
}

.clickable-area[data-clickable-cell='bottom right'] {
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
}

.clickable-area[data-clickable-cell='top'] {
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
}

.clickable-area[data-clickable-cell='left'] {
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}

.clickable-area[data-clickable-cell='right'] {
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
}

.clickable-area[data-clickable-cell='bottom'] {
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
}

/* --------------------------------------------------
  音楽求人・人材募集：詳細ページ
--------------------------------------------------- */
/* ページタイトル */
.single.recruitment .content h2 {
  background: none;
  background-image: linear-gradient(
    -45deg,
    rgb(255, 112, 80) 25%,
    #fff 25%,
    #fff 50%,
    rgb(255, 112, 80) 50%,
    rgb(255, 112, 80) 75%,
    #fff 75%,
    #fff
  );
  padding: 18px;
  background-size: 0.6rem 0.6rem;
  z-index: 0;
}

.single.recruitment .content h2::after {
  background: none;
}

.single.recruitment .content h2::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  height: calc(100% - 16px);
  display: block;
  background: #fff;
  z-index: -1;
}

/* 求人情報 */
.applReqItem {
  margin: 30px auto;
  line-height: 1.6;
}

.applReqItem__inner {
  border: 1px solid #ccc;
  border-top: 4px solid rgb(255, 112, 80);
  border-radius: 4px;
  padding: 20px 10px;
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.37);
}

.applReqItem a {
  color: rgba(6, 92, 203, 1);
  text-decoration: underline;
}

.applReqItem__header {
}

.applReqItem__imageBox {
  margin-bottom: 30px;
  text-align: center;
}

.applReqItem__image {
  box-sizing: border-box;
  margin-bottom: 10px;
  display: block;
}

.applReqItem__image:nth-child(2) {
  border-top: 1px dashed #ccc;
  padding-top: 10px;
}

.applReqItem__photo {
  width: 100%;
  height: auto;
}

.applReqItem__summaryBox {
  margin-bottom: 30px;
}

.applReqItem__label,
.applReqItem__value {
  padding: 1em 1em;
}

.applReqItem__label {
  background-color: rgb(255, 251, 232);
}

.applReqItem__label .fas {
  margin-right: 0.2em;
}

.applReqItem__heading {
  margin: 30px 0 10px !important;
  background: none !important;
  line-height: 1.6 !important;
  min-height: unset !important;
  font-size: 18px !important;
  padding: 0 !important;
  border-bottom: 2px solid rgb(255, 112, 80);
}

.applReqItem__heading .fa {
  color: rgb(255, 112, 80);
  margin-right: 0.2em;
}

.applReqItem__textbox {
  padding: 20px 15px;
  border: 1px solid #ccc;
}

@media screen and (min-width: 768px) {
  .applReqItem__header {
    display: flex;
    margin-bottom: 40px;
    grid-gap: 30px;
  }

  .applReqItem__imageBox {
    margin-bottom: 0;
    flex: 0 0 30%;
    /* width: 30%; */
    /* padding: 0 15px; */
  }

  .applReqItem__summaryBox {
    margin-bottom: 0;
    flex: 1 1 70%;
    /* width: 70%; */
    /* padding: 0 15px; */
  }

  .applReqItem__list {
    border-top: 1px dashed #ccc;
    display: flex;
  }

  .applReqItem__list:last-child {
    border-bottom: 1px dashed #ccc;
  }

  .applReqItem__label {
    flex: 0 0 10em;
    padding: 1em 1.5em;
  }

  .applReqItem__summaryBox .applReqItem__label {
    flex: 0 0 6em;
  }
}

/* --------------------------------------------------
  音楽求人・人材募集：カテゴリーページ
--------------------------------------------------- */
/* カテゴリータイトル */
.category.recruitment .result-ttl {
  text-align: center;
}

.category.recruitment .result-ttl::before {
  border-width: 20px 0 20px 15px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

.category.recruitment .result-ttl::after {
  border-width: 20px 15px 20px 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
}

.category.recruitment .result-ttl h1 {
  padding: 0;
}

@media screen and (min-width: 992px) {
  .category.recruitment .container {
    width: 820px;
  }

  /* カテゴリータイトル */
  .category.recruitment .result-ttl {
    display: block;
  }

  .category.recruitment .result-ttl h1 {
    line-height: inherit;
  }

  /* SNSボタン */
  .category.recruitment .content .sns ul {
    display: flex;
    justify-content: space-between;
  }

  .category.recruitment .content .sns li {
    flex: 1 0 auto;
    margin: 0;
    padding: 0 5px;
  }
}

/* 募集要項一覧 */
.applReqList {
  margin: 0 !important;
  background: transparent !important;
  border: none !important;
}

.applReqList__item {
  border: none !important;
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.applReqList .applReqItem__inner {
  padding: 20px 10px 30px;
}

.applReqList .applReqItem__header {
  margin-bottom: 30px;
}

.applReqList applReqItem__titleBox {
}

.applReqList .applReqItem__title {
  margin: 0 0 5px !important;
  padding: 0 !important;
  font-size: 14px !important;
  font-weight: normal !important;
  border: none !important;
  line-height: 1.6 !important;
  max-height: unset !important;
  color: inherit !important;
}

.applReqList .applReqItem__title::before {
  display: none;
}

.applReqList .applReqItem__title::after {
  display: none;
}

.applReqList .applReqItem__detailLink {
  font-weight: bold;
  font-size: 20px;
}

.applReqList .applReqItem__summaryBox {
  margin-bottom: 20px;
}

.applReqList .applReqItem__detailBtn {
  color: #fff;
  background-color: rgb(243, 98, 17);
  border-right: 2px solid rgb(188, 83, 28);
  border-bottom: 2px solid rgb(188, 83, 28);
  border-radius: 12px;
  text-decoration: none;
  text-align: center;
  width: 100%;
  display: block;
  font-size: 20px;
  padding: 0.3em;
  font-weight: bold;
  margin: 0 auto;
}

.applReqList .applReqItem__detailBtn:hover {
  transform: translateY(4px);
}

.applReqItem__detailBtn .fa {
  margin: 0 0.2em;
}

@media screen and (min-width: 768px) {
  .applReqList .applReqItem__inner {
    padding: 20px 15px 30px;
  }

  .applReqList .applReqItem__header {
    align-items: center;
    margin-bottom: 20px;
  }

  .applReqList .applReqItem__imageBox {
    width: 26%;
  }

  .applReqList .applReqItem__titleBox {
    padding: 0 15px;
    width: 74%;
  }

  .applReqList .applReqItem__summaryBox {
    width: 100%;
    padding: 0 15px;
  }

  .applReqList .applReqItem__label {
    flex: 0 0 14em;
    padding: 1em 2em;
  }

  .applReqList .applReqItem__value {
    padding: 1em 2em;
  }

  .applReqList .applReqItem__detailBtn {
    width: 17em;
    font-size: 24px;
  }
}

/* --------------------------------------------------
  保護パスワード送信フォーム
--------------------------------------------------- */
.post-password-form {
  margin-bottom: 30px;
  margin-top: 5px;
  display: flex;
}

.post-password-form [type='password'] {
  font-size: 16px;
  padding: 0 0.8em;
  width: 50%;
  height: 2em;
  box-sizing: border-box;
}

.post-password-form [type='submit'] {
  font-size: 16px;
  margin-left: 15px;
  padding: 0 0.8em;
  -webkit-appearance: none;
  background-color: #333;
  color: #fff;
  border: none;
  height: 2em;
  border-radius: 3px;
  box-sizing: border-box;
}

/* --------------------------------------------------
 2020.09.30 製品アフィリエイト
--------------------------------------------------- */
.p_ads * {
  box-sizing: border-box;
}

.p_ads__row {
  display: flex;
  align-items: center;
  border: 10px solid #eee;
  margin: 1em 0;
}

.p_ads__col {
  width: 50%;
  padding: 15px;
}

.p_ads__img {
  display: block;
  margin: 0 auto;
  border: none;
  padding: 0;
}

.p_ads__title {
  color: #666;
  line-height: 1.4;
  font-size: 170%;
  font-weight: bold;
}

.p_ads__sponsored {
  color: #aaa;
  font-size: 80%;
  line-height: 1.4;
}

.p_ads .p_ads__btn {
  text-decoration: none;
  color: #fff;
  background-color: #ccc;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  padding: 1em;
  border-radius: 2.5em;
  box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.2);
}

.p_ads .p_ads__btn:hover {
  text-shadow: none;
  color: #fff;
}

.p_ads__btn.p_ads__btn--soundhouse {
  background-color: #795284;
  background-image: linear-gradient(to bottom, #795284, #65476d);
}

.p_ads__btn.p_ads__btn--amazon {
  background-color: #ffce00;
  background-image: linear-gradient(to bottom, #ffce00, #ffa700);
}

.p_ads__btn.p_ads__btn--rakuten {
  background-color: #bf0000;
  background-image: linear-gradient(to bottom, #bf0000, #9a0303);
}

@media screen and (max-width: 600px) {
  .p_ads__row {
    flex-direction: column;
  }

  .p_ads__col {
    width: 100%;
  }
}

/* --------------------------------------------------
 2023.01.13 アドセンス自動挿入制御
--------------------------------------------------- */
:where(.no-ads) .adsbygoogle {
  display: none !important;
}

body.no-ads {
  padding: 0 !important;
}

/* --------------------------------------------------
 2023.12.14 アニメーション追加
--------------------------------------------------- */

/**
 * shiny
 */
@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0;
  }

  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1;
  }

  100% {
    transform: scale(500) rotate(25deg);
    opacity: 0;
  }
}

.shiny::after {
  content: '';
  position: absolute;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0) 10%,
    rgba(255, 255, 255, 1) 100%,
    rgba(255, 255, 255, 0) 0%
  );
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.shiny {
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 1025px) {
  .header .search {
    position: relative;
  }

  .header .search .btn {
    padding: 0 0 0 50px;
    width: 100%;
    height: 40px;
    text-align: left;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 40px;
  }

  .header .search .btn:after {
    top: 5px;
    bottom: auto;
    left: 15px !important;
    margin: 0;
    width: 30px;
    height: 30px;
    background: url('../img/ico_search.gif') no-repeat;
    background-size: 30px 30px;
    transform: none;
  }

  .header .search .btn:before {
    top: 50% !important;
    right: 18px !important;
    transform: translateY(-50%);
    margin: 0 !important;
  }

  .sidebar .ad li:first-child {
    display: block;
  }

  .sidebar #fix_guide {
    display: none !important;
  }

  #pc_gnav {
    display: none;
  }

  .header1 {
    height: 55px;
  }
}

@media screen and (max-width: 768px) {
  .header .search .btn:after {
    left: 10px !important;
  }
}

/* --------------------------------------------------
  MP3サウンドプレイヤー
--------------------------------------------------- */
.mejs-container {
  margin-top: 0.5em;
}

/* --------------------------------------------------
  新着一覧（投稿ページ用）
--------------------------------------------------- */

/* 投稿全般、および、音楽の求人・人材募集カテゴリーの投稿 */
:is(body.single .content, .single.recruitment .content) {
  & .ttl-bg3 {
    position: relative;
    margin: 20px 0 0;
    border-bottom: 4px solid #634755;
    background: #975a7b;
    color: #fff;
    font-size: clamp(1.6rem, 4.2vw, 2rem);
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.3em 1.5em;
    min-height: 1.8em;
    --edge: 1em;
    clip-path: polygon(
      0 0,
      100% 0,
      calc(100% - var(--edge)) 50%,
      100% 100%,
      0 100%
    );

    &::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 1em;
      height: 100%;
      clip-path: polygon(0 0, 100% 50%, 0 100%);
      background-color: #634755;
    }
  }

  & .list-carou {
    & a {
      text-decoration: none;
    }

    & h3 {
      margin: unset;
      margin-bottom: 10px;
      padding-inline: 5px;
      color: #834e6a;
      font-weight: bold;
      font-size: 1.6rem;
      line-height: 1.5;
      background: unset;
      min-height: unset;

      @media screen and (max-width: 1025px) {
        font-size: 1.2rem;
      }
    }
  }
}
