@charset "utf-8";
/* CSS Document */

/*

		Theme Name:株式会社メモリー
		
*/

@import url(css/common.css);
@import url(css/contents.css);

@import url("https://fonts.googleapis.com/css2?family=Anonymous+Pro:ital,wght@0,400;0,700;1,400;1,700&family=Asta+Sans:wght@300..800&family=Inter:wght@400;500;700&family=Noto+Sans+JP:wght@400;500;700;900&family=Roboto:ital,wght@0,400;0,500;0,700;1,700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
html {
  font-size: 62.5%;
} /* 10px */
body {
  color: #000;
  background-color: #fff;
  line-height: 1;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
p {
  line-height: 2;
}
th,
td,
dt,
dd,
li,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}
input,
select,
textarea {
  vertical-align: middle;
}
input[type="text"],
textarea,
input[type="tel"],
input[type="email"] {
  padding: 7px;
  border: 1px solid #ccc;
  width: 100%;
}
select {
  padding: 7px;
}
input[type="submit"] {
  width: 150px;
  padding: 7px 0;
  background-color: #ef7e2e;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
}
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #666;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
hr {
  height: 3px;
  background-color: #999;
  border: none;
}
img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
img.max {
  width: 100%;
}
object,
embed {
  vertical-align: top;
}
/* キャプション
-------------------------------------*/

figcaption {
  text-align: center;
  font-size: 1.4rem;
}
/*ボタン
──────────────────*/
.bt_more a {
  width: 115px;
  padding: 10px;
  display: block;
  margin-left: auto;
  margin-top: 20px;
  background-color: #f59845;
  text-align: center;
  color: #fff;
}
.bt-license a {
  width: 200px;
  background: #069dec;
  padding: 10px;
  box-shadow: 0 3px 0 #007dc2;
  color: #fff;
  border-radius: 10px;
  letter-spacing: 1px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
.bt a {
  background: #069dec;
  padding: 10px 20px;
  box-shadow: 0 3px 0 #007dc2;
  color: #fff;
  border-radius: 10px;
  letter-spacing: 1px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  text-align: center;
}
.title-blue a,
.bt-green a {
  background: #1a913b;
  padding: 10px 20px;
  box-shadow: 0 3px 0 #244b29;
  color: #fff;
  border-radius: 10px;
  letter-spacing: 1px;
  font-weight: 5700;
  position: relative;
  display: inline-block;
  text-align: center;
}
.title-blue a {
  width: 235px;
  margin-top: 5px;
  font-size: 1.6rem;
  font-weight: 500;
  float: right;
}
.bt-manual {
  margin-top: 25px;
  line-height: 1;
}
.bt-manual a,
.bt-orange a {
  background: #ef7e2e;
  padding: 10px 20px;
  box-shadow: 0 3px 0 #68470f;
  color: #fff;
  border-radius: 10px;
  letter-spacing: 1px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  text-align: center;
}
.bt-manual a {
  padding: 7px 20px;
  font-size: 1.4rem;
  font-weight: 500;
}
.bt-manual a:before {
  content: url(images/ic-pdf.png);
  margin-right: 10px;
  vertical-align: -50%;
}
.bt-license a:after,
.title-blue a:after,
.bt-orange a:after,
.bt-green a:after,
.bt a:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.72);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 10px;
  top: 50%;
  margin-top: -3px;
}

/*テーブル
──────────────────*/
table {
  width: 100%;
  border-collapse: collapse;
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  padding: 15px;
  vertical-align: text-top;
}
th {
  text-align: left;
  font-weight: 400;
}
.border {
  border-spacing: 0;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.border th {
  border-top: 0 solid #cccccc;
  border-right: 0 solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.border td {
  border-top: 0 solid #cccccc;
  border-right: 0 solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.border_bottom th,
.border_bottom td {
  border-bottom: 1px solid #cccccc;
}
.dotted td,
.dotted th {
  border-bottom: dotted 1px #999999;
}
.th_f9 {
  background-color: #fff;
  border-spacing: 0;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.th_f9 th {
  border-top: 0 solid #cccccc;
  border-right: 0 solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  background-color: #f9f5ec;
}
.th_f9 td {
  border-top: 0 solid #cccccc;
  border-right: 0 solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.flex_table table {
  width: 33.33%;
  margin-right: -1px;
}

.reservation {
  position: relative;
}
/*リンク
──────────────────*/
a {
  color: #222;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a.under {
  text-decoration: underline;
  color: #3d8ccc;
}

/*余白
──────────────────*/
.pd20 {
  padding: 20px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt70 {
  margin-top: 70px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.ml25 {
  margin-left: 25px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb100 {
  margin-bottom: 100px;
}
.pb20 {
  padding-bottom: 20px;
}
/*テキスト
──────────────────*/
.indent {
  padding-left: 1em;
  text-indent: -1em;
}
.tal {
  text-align: left !important;
}
.tar {
  text-align: right;
}
.tac {
  text-align: center;
}
.v_top {
  vertical-align: text-top;
}
.v_center {
  vertical-align: middle;
}
.v_bottom {
  vertical-align: text-bottom;
}
.size12 {
  font-size: 1.2rem;
}
.size14 {
  font-size: 1.4rem;
}
.size16 {
  font-size: 1.6rem;
}
.size18 {
  font-size: 1.8rem;
}
.size20 {
  font-size: 2rem;
}
.size24 {
  font-size: 2.4rem;
}
.size28 {
  font-size: 2.8rem;
}
.size32 {
  font-size: 3.2rem;
}
.medium {
  font-weight: 500;
}
.m-strong {
  font-weight: 700;
}
.strong {
  font-weight: 700;
}
.strong14 {
  font-size: 1.4rem;
  font-weight: 700;
}
.strong18 {
  font-size: 1.8rem;
  font-weight: 700;
}
.medium18 {
  font-size: 1.8rem;
  font-weight: 700;
}
.strong20 {
  font-size: 2rem;
  font-weight: 700;
}
.strong24 {
  font-size: 2.4rem;
  font-weight: 900;
}
.medium24 {
  font-size: 2.4rem;
  font-weight: 700;
}
.strong28 {
  font-size: 2.8rem;
  font-weight: 900;
}
.medium28 {
  font-size: 2.8rem;
  font-weight: 700;
}
.strong32 {
  font-size: 3.2rem;
  font-weight: 900;
}
.strong34 {
  font-size: 3.4rem;
  font-weight: 900;
}
.normal {
  font-weight: 400;
}
.his {
  font-size: 70%;
  color: #b20000;
}
.marker {
  background: linear-gradient(transparent 0%, #ffff66 0%);
}
.cl_bk {
  color: #000;
}
.cl_gray {
  color: #a6a6a6;
}
.cl_red {
  color: #c4151c;
}
.cl_base {
  color: #f3ecd9;
}
.cl_main {
  color: #3d8ccc;
}
.cl_accentO {
  color: #ef7e2e;
}
.cl_accentG {
  color: #1a913b;
}
.line18 {
  line-height: 1.8;
}
.min {
  font-family:
    "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.gothic {
  font-family:
    "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,
    "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    "MS Pゴシック", "MS PGothic", sans-serif;
}
/*リスト
──────────────────*/
ul,
dl.ol {
  text-indent: 0;
}
ol li {
  list-style: decimal inside;
  margin-left: 1em;
  text-indent: -1.2em;
}
ul li {
  list-style: none;
}
.circle li {
  list-style-type: circle;
  margin-left: 1.5em;
}
.disc li {
  list-style-type: disc;
  margin-left: 1.5em;
  margin-bottom: 5px;
}
.disc li:last-child {
  margin-bottom: 0;
}

/*//　①②③　*/
ol.circle-number {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}

ol.circle-number li {
  margin-left: 20px;
  position: relative;
}
ol.circle-number li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  display: block;
  float: left;
  line-height: 15px;
  margin-left: -20px;
  text-align: center;
  margin-top: 8px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: solid 1px #333;
  font-size: 1.1rem;
}

.wh-circle:before {
  content: "●";
  margin-right: 10px;
}

.bl_circle dt {
  margin-top: 15px;
  margin-left: 1.2em;
  text-indent: -1.2em;
}
.bl_circle dt:first-child {
  margin-top: 0;
}
p.bl_circle {
  margin-left: 1.2em;
  text-indent: -1.2em;
}
p.bl_circle:before,
.bl_circle dt:before {
  content: "●";
  color: #3d8ccc;
  margin-right: 5px;
  vertical-align: 6%;
}
.br_square li,
.br_square dt {
  margin-top: 30px;
  margin-left: 1.5em;
  text-indent: -1.5em;
  font-weight: 700;
}
.br_square li li {
  margin-left: 0;
  margin-top: 15px;
  text-indent: 0;
  font-weight: 400;
}
.br_square li:before,
.br_square dt:before {
  content: unset;
  content: "■";
  color: #a0d7eb;
  margin-right: 5px;
}
.br_square li li:before {
  content: "";
}
p.asterisk {
  margin-left: 1em;
  text-indent: -1em;
}
p.asterisk:before {
  content: "※";
}
ul.asterisk li {
  list-style-type: none;
  margin-left: 1.5em;
  text-indent: -1.5em;
}
ul.asterisk li:before {
  display: inline;
  content: "※";
}
.list-number li {
  list-style-type: decimal;
  margin-left: 1.5em;
  margin-bottom: 10px;
}
ol.parentheses li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  margin-left: 2.3em;
  text-indent: -2.2em;
  margin-bottom: 20px;
}
ol.parentheses li:last-child {
  margin-bottom: 0;
}
ol.parentheses li:before {
  display: marker;
  content: "(" counter(cnt) ")";
  margin-right: 10px;
  list-style: none;
}
ol.list_parentheses {
  margin: 0;
}
ol.list_parentheses li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  margin-left: 2.3em;
  text-indent: -2.2em;
}
ol.list_parentheses li:before {
  display: marker;
  content: "[" counter(cnt) "]";
  margin-right: 10px;
  list-style: none;
}
.left-border {
  margin-left: 25px;
  border-left: solid 2px #85b200;
  padding: 5px 20px;
}
/*ブロック
──────────────────*/
.s_none {
  display: none;
}
.ip_none {
  display: none;
}
.p_none {
  display: block;
}
.sm_none {
  display: block;
}
.br_sm {
  display: none;
}
.sm_inner,
.inner {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}
.t_center {
  text-align: center;
}
.flex_box {
  display: flex;
  flex-wrap: wrap;
}
.justify_between {
  justify-content: space-between;
}
.justify_center {
  justify-content: center;
}
.flex-between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.right {
  float: right;
}
.left {
  float: left;
}
.clear {
  clear: both;
}
.c_fix,
.float {
  overflow: hidden;
}
.float li {
  float: left;
}
.float dt {
  float: left;
  clear: both;
}
.clearfix:after {
  content: "."; /* 新しい要素を作る */
  display: block; /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px; /*¥*/ /*/
  height: auto;
  overflow: hidden;
  /**/
}
.inline li {
  display: inline;
}
.none {
  font-size: 11px;
  position: absolute;
  z-index: -2;
  margin: 1px;
}
.block {
  display: block;
}
.in_block {
  display: inline-block;
}
img.aligncenter {
  display: block;
  margin: 15px auto;
}
.radius {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.bk_f3 {
  padding: 20px;
  background-color: #f3f3f3;
}
.bk_ff {
  padding: 20px;
  background-color: #fff;
}
.bk_ee {
  padding: 30px;
  background-color: #eee;
}
.border {
  border: solid 1px #000;
  padding: 20px;
}
/*レイアウト
──────────────────*/

/*横幅
──────────────────*/
.w20 {
  width: 18.86%;
}
.w30 {
  width: 28.3%;
}
.w32 {
  width: 30.18%;
}
.w35 {
  width: 33%;
}
.w48 {
  width: 46%;
}
.w49 {
  width: 46.22%;
}
.w50 {
  width: 50%;
}
.w64 {
  width: 61%;
}
.w61 {
  width: 58%;
}
.w70 {
  width: 70%;
}
.w75 {
  width: 71%;
}
.w80 {
  width: 76%;
}
.w95 {
  width: 90%;
}
.con80 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.w100 {
  width: 100%;
}
.half20 {
  width: 49%;
}
.w35 {
  width: 35%;
}
.w60 {
  width: 60%;
}
.center {
  display: block;
  margin: 0 auto;
}

/*デバイス
──────────────────*/
@media (max-width: 1024px) {
}
@media (max-width: 768px) {
  .s_none {
    display: none;
  }
  .ip_block {
    display: block;
  }
  .p_none {
    display: none;
  }
  .br_ipnone {
    display: block;
  }
  .sm_center {
    text-align: center;
  }
  .s_center {
    display: block;
    margin: auto;
    margin-bottom: 10px;
  }
  table {
    max-width: 98%;
    margin: auto;
  }
  .inner {
    padding-left: 4%;
    padding-right: 4%;
  }

  .mt15 {
    margin-top: 10px;
  }
  .mt20 {
    margin-top: 10px;
  }
  .mt25 {
    margin-top: 20px;
  }
  .mt30 {
    margin-top: 20px;
  }
  .mt40 {
    margin-top: 20px;
  }
  .mt50 {
    margin-top: 25px;
  }
  .mt70 {
    margin-top: 30px;
  }
  .size24 {
    font-size: 1.8rem;
  }
  .size28 {
    font-size: 2rem;
  }
  .size32 {
    font-size: 2.4rem;
  }
  .strong24 {
    font-size: 1.8rem;
  }
  .strong28 {
    font-size: 2rem;
  }
  .strong32,
  .strong48,
  .strong34 {
    font-size: 2.4rem;
  }
  /* 大きいサイズのテーブルはスマホではスクロールさせる
------------------------- */
  .scroll-table-wrap {
    overflow-x: scroll;
  }
  .scroll-table-wrap table {
    width: 700px;
    margin: 0;
  }
  .mt50 {
    margin-top: 25px;
  }
  .mt40 {
    margin-top: 20px;
  }
  .c_fix img {
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  p {
    line-height: 1.7;
  }
  .con80,
  .w32,
  .w45,
  .w48,
  .w64,
  .w48,
  .w49,
  .w60,
  .w35,
  .w50,
  .w49,
  .half20 {
    width: 100%;
  }
  .br_none {
    display: none;
  }
  .br_sm {
    display: block;
  }
  .s_none {
    display: block;
  }
  .sm_none {
    display: none;
  }
  .p_display {
    display: none;
  }
  .sm20 {
    margin-top: 20px;
  }
  .bt a,
  .bt-green a,
  .bt-orange a {
    width: 100%;
  }
  .c_fix .right,
  .c_fix .left {
    float: none;
    width: 100%;
  }
  .c_fix .right img,
  .c_fix .left img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    width: 80%;
  }
  ol li {
    text-align: left;
  }
  .th_f9 {
    border: 10px solid #fff;
  }
  .th_f9 th,
  .th_f9 td {
    display: block;
    width: 100%;
    border: none;
  }
  .medium24 {
    font-size: 1.8rem;
  }

  .title-blue a {
    background: #1a913b;
    padding: 5px 7px;
    width: 150px;
    margin-top: 5px;
    font-size: 1.4rem;
    font-weight: 400;
    float: right;
  }
  .bt-manual a {
    padding: 7px 20px;
    font-size: 1.4rem;
    font-weight: 500;
    width: 100%;
  }

  .dotted th,
  .dotted td,
  #company-profile table th,
  #company-profile table td {
    width: 100%;
    display: block;
  }
  .dotted th,
  #company-profile table th {
    background-color: #eee;
  }
  .dotted td,
  .dotted th {
    border-bottom: none;
  }

  .bk_ee {
    padding: 15px;
  }
}
/*--追加-----------------------------*/
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

/*--音響ページ下部ブログ-----------------------------*/
.sound-blog-wrap {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: flex-start;
}

.sound-blog-left {
  width: 69.81%;
}

.sound-blog-right {
  width: 25.47%;
}

.sound-blog-right h3 {
  background-color: #3d8ccc;
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding: 10px 0;
  margin-bottom: 20px;
}

.sound-blog-right ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sound-blog-right li {
  padding: 10px 3px;
  border-bottom: dotted 1px #999;
}

.sound-blog-thumb {
  text-align: center;
}

.sound-blog-thumb img {
  width: 70%;
  height: auto;
  display: inline-block;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .sound-blog-wrap {
    display: block;
  }

  .sound-blog-left,
  .sound-blog-right {
    width: 100%;
  }

  .sound-blog-right {
    margin-top: 40px;
  }

  .sound-blog-post {
    font-size: 1.6rem;
    line-height: 2;
  }

  .sound-blog-post p {
    margin-bottom: 25px;
  }

  .sound-blog-post .diary-time {
    line-height: 1.6;
  }
}
.footer-space {
  height: 80px;
}

@media screen and (max-width: 767px) {
  .footer-space {
    height: 50px;
  }
}
/* 現在表示しているページのヘッダーメニュー */
.renewal-header__menu-item.is-current .renewal-header__menu-en {
  color: #001fa8;
}