
/* 変数
---------------------------------------------- */
/* 押下ボタンおよびメインの色。 */
/* メインの色を濃くした色。*/
/* 背景色に使用する、薄いメインの色。*/
/* 目立たせたい要素の背景など */
/* 薄グレー */
/* メインの補色 */
/* テキストリンク */
/* リンクアクティブ */
/* ボタンリンクのホバー等*/
/* グレー */
/* グレーっぽいメインカラー */
/* フォント */
/* 薄いフォント */
/* アクセントに使用 */
/* ★レーティング*/
/* 価格表現などの目立ちたい要素*/
/* fontサイズ換算 rootが16pxの場合 */
/* 10px */
/* 角丸設定 */
html, body {
  -webkit-text-size-adjust: none;
  overscroll-behavior: none;
  -ms-scroll-chaining: chained;
}

body {
  font-family: YakuHanJP, Noto Sans JP, Meiryo, sans-serif;
  position: relative;
  padding: 110px 0 0;
  margin: 0;
  overflow-x: hidden;
  font-size: 100%;
  line-height: 1.5;
  color: #1c1b1b;
  letter-spacing: 0;
  background: #fff;
  -webkit-text-size-adjust: none;
}

*, *: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;
}

section, nav, article, aside, hgroup, header, footer, figure, figcaption, summary {
  display: block;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  line-height: 0;
  border: none;
  background-color: none;
}

.imgBox,
.listItem {
  line-height: 0;
}

.bgnone {
  padding: 0;
  margin: 0;
  line-height: 0;
  border: none;
  background: none;
}

ul, li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ol {
  padding: 0 0 0 1.5rem;
}

ol li {
  list-style-type: inherit;
  list-style-position: outside;
  padding: 0 0 0 1rem;
}

dl, dd, dt {
  padding: 0;
  margin: 0;
}

table {
  width: 100%;
  margin: 15px 0 15px;
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  padding: 0 0 0;
  margin: 10px 0;
  -webkit-margin-start: auto;
  -webkit-margin-end: auto;
  border: none;
  border-top: 1px solid #f5f5f5;
}

br {
  padding: 0;
  margin: 0;
  font-size: 1px;
  line-height: 1;
}

/* 要素
---------------------------------------------- */
section {
  margin: 0 0 1.5%;
}

article {
  padding: 0;
  margin: 0;
  font-weight: normal;
}

h1 {
  padding: 0 0;
  margin: 0 0;
}

h2 {
  padding: 20px 0;
  margin: 20px 0;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  border: none;
}

@media screen and (max-width: 768px ) {
  h2 {
    font-size: 1.3rem;
  }
}
h3 {
  margin: 20px 0 10px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
}

@media screen and (max-width: 768px ) {
  h3 {
    font-size: 1.15rem;
  }
}
h4 {
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 700;
}

p {
  padding: 0;
  margin: 0 0;
}

.ctn p {
  margin: 15px 0;
}

a {
  cursor: pointer;
  color: #0748a1;
  display: inline-flex;
  line-height: 1.3;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  text-decoration: none;
}
a:hover {
  filter: alpha(opacity=68);
  opacity: 0.68;
}
a.active {
  color: #0066cc;
}

@media screen and (max-width: 650px ) {
  .ctn a:hover {
    opacity: 1;
  }
}
.syoeiBox,
a .syoeiBox {
  overflow: hidden;
  aspect-ratio: 16/25;
  object-fit: cover;
  position: relative;
}
.syoeiBox .syoei,
a .syoeiBox .syoei {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  transition: all 0.1s ease-in-out;
}
.syoeiBox:hover .syoei:not(.sam),
a .syoeiBox:hover .syoei:not(.sam) {
  transform: translateY(-50%) translateX(-50%) scale(1.1);
  transition: all 0.2s ease-in-out;
}

.spOnly,
.sOnly {
  display: none;
}

.pcOnly {
  display: inherit;
}

@media screen and (max-width: 768px ) {
  .spOnly,
  .sOnly {
    display: inherit;
  }
  .pcOnly {
    display: none;
  }
}
.center {
  text-align: center;
}

@media screen and (max-width: 768px ) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* flexPtn(fl) */
.fl {
  display: flex;
}

.fl_wrapp {
  display: flex;
  flex-wrap: wrap;
}

/* 見出し */
.headline01 { /* ランキングっぽい装飾見出し */
  margin: 0 0 40px;
  display: flex;
  justify-content: center;
}
.headline01 > .inner {
  height: 67px;
  display: inline-flex;
}
.headline01 > .inner span {
  display: inline-flex;
  align-items: center;
  font-size: 1.5rem;
  color: #0077b3;
}
.headline01 > .inner:before, .headline01 > .inner:after {
  width: 30px;
  content: "";
  display: block;
  background: url(/datsumou-female/images/label_img01.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.headline01 > .inner:after {
  transform: scale(-1, 1);
}

/* 開閉要素base */
.openBtn { /* クリック対象要素 */ }

.toggleBox { /* 隠しておくコンテンツ*/
  transition: all 0.1s ease-in-out;
  opacity: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
}

.openBtn.active + .toggleBox { /* .activeの隣のコンテンツが開く */
  height: auto;
  position: static;
  opacity: 1;
}

/* チェックボックス */
.check_box {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
  border: none;
  vertical-align: sub;
}
.check_box .txt:before {
  background: #fff;
  border: 1px solid #0077b3;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.check_box .txt:after {
  border-right: 2px solid #0077b3;
  border-bottom: 2px solid #0077b3;
  content: "";
  display: block;
  height: 9px;
  left: 10px;
  margin-top: -6px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 6px;
}
.check_box input[type=checkbox] {
  display: none;
}
.check_box input[type=checkbox]:checked {
  background-color: red;
}
.check_box input[type=checkbox]:checked ~ .txt:after {
  opacity: 1;
}

/* goTop */
.topBtn {
  width: 44px;
  height: 44px;
  line-height: 44px;
  display: block;
  margin: 0 5px 0 auto;
  border-radius: 100%;
  transition: inherit;
  position: fixed;
  bottom: 10px;
  right: 13px;
  background: #0077b3;
}
.topBtn .icon {
  width: 100%;
  height: 100%;
  font-size: 1.3rem;
  font-weight: 900;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*スクロールバー*/
.scroll::-webkit-scrollbar {
  width: 10px;
}

.scroll::-webkit-scrollbar-thumb {
  background: #d3d1c7;
  border-radius: #0077b3;
}

.scroll::-webkit-scrollbar-track-piece:start {
  background: #fff;
}

.scroll::-webkit-scrollbar-track-piece:end {
  background: #fff;
}

/* モーダル */
#modal-bg {
  z-index: 999;
  opacity: 0.45;
  width: 200vw;
  height: 200vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #0f1a06;
}

/* form */
input, select, textarea {
  font-family: YakuHanJP, Noto Sans JP, Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.3;
  padding: 5px;
  margin: 10px auto;
  border: 1px solid #a5a5a5;
  border-radius: 5px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

::-ms-expand {
  display: none;
}

input[type=text]:focus,
textarea:focus {
  border: 1px solid #0077b3;
}

textarea {
  width: 100%;
  height: 200px;
}

input[type=email],
input[type=text] {
  width: 100%;
  max-width: 350px;
}

input[type=submit] {
  font-family: YakuHanJP, Noto Sans JP, Meiryo, sans-serif;
  font-weight: 500;
  width: 100%;
  max-width: 350px;
  cursor: pointer;
  padding: 15px 0;
  margin: 10px auto 15px;
  text-align: center;
  border: none;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  background: #0077b3;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

input[type=submit]:hover {
  filter: alpha(opacity=68);
  opacity: 0.68;
}

.mainArea #searchform001 input#keywords001 {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

.mainArea #searchform001 input#searchform001_submit {
  color: #111;
  background: #efefef;
}

.categorySelect { /* ヘッダーのselectのパタン */
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  align-items: center;
}
.categorySelect .categorySelectList {
  max-width: 135px;
  height: 35px;
  padding: 0 10px;
  margin: 0;
  font-size: 0.9rem;
  border: none;
  color: #003d5c;
  border-top: 1px solid #003d5c;
  border-bottom: 1px solid #003d5c;
  border-left: 1px solid #003d5c;
  border-radius: 18px 0 0 18px;
  overflow: hidden;
  background: #fff;
}
.categorySelect .textBox {
  max-width: 100%;
  height: 35px;
  line-height: 35px;
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
  border-radius: 18px 0 0 18px;
  border: 1px solid #003d5c;
  background: #fff;
}
.categorySelect .submitBtn {
  width: 45px;
  min-width: 45px;
  height: 35px;
  line-height: 35px;
  padding: 0 0;
  margin: 0 0 0;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #003d5c;
  border-radius: 0 18px 18px 0;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/images/search.svg);
  background-color: #003d5c;
}

@media screen and (max-width: 768px ) {
  .categorySelect { /* ヘッダーのセレクトパターン */ }
  .categorySelect .categorySelectList .textBox {
    font-size: 18px;
  }
}
@media screen and (max-width: 650px ) {
  .categorySelect { /* ヘッダーのセレクトパターン */ }
  .categorySelect .textBox {
    max-width: 60px;
  }
}
.yokuaruFaqInner {
  max-width: 900px;
  width: 100%;
  margin: 30px auto 0;
  justify-content: space-between;
}

.yokuaruFaqCnt {
  display: flex;
  margin: 0 0 60px;
}

.yokuaruFaqCnt .item {
  padding: 18px;
  margin: 0 0 15px;
  background: #fff;
}

.yokuaruFaqCnt .qArea {
  margin: 0 0 15px;
  align-items: center;
}

.yokuaruFaqCnt .qBtn {
  min-width: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  padding: 0 0 0 1px;
  border-radius: 50%;
  font-weight: 600;
  display: flex;
  justify-content: center;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  background-color: #feed02;
}

/* FAQ */
.faqList01 .item {
  margin: 20px 0 30px;
}
.faqList01 .item .indent {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  min-width: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 1px;
  margin-right: 10px;
  display: block;
  border-radius: 50%;
  font-weight: 600;
  text-align: center;
  background: #eee;
}
.faqList01 .item .t {
  margin: 0 0 15px;
  align-items: flex-start;
}
.faqList01 .item .t .q {
  color: #fff;
  background: #0077b3;
}
.faqList01 .item .t .qTxt {
  font-weight: 500;
  line-height: 1.3;
}
.faqList01 .item .t .qTxt .textLink {
  margin: 0 0 0;
}
.faqList01 .item .c {
  margin: 0 0 15px;
  align-items: center;
}
.faqList01 .item .c .a {
  background: #e9f8f8;
}
/* 装飾 */
.waku01 {
  padding: 20px 15px;
  margin: 0 0 15px;
  background: #f4f4f4;
}

.waku02 {
  padding: 15px 20px;
  margin: 0 0 15px;
  background: #fff8ca;
}

.treat01 { /* ul */
  padding: 0 15px;
  margin: 0 0 15px;
  line-height: 1.5;
}
.treat01 li {
  display: flex;
  margin: 0 0 8px;
}
.treat01 li::before {
  padding: 2px 2px 0;
  content: "・";
  font-size: 1.3rem;
  display: inline-flex;
  justify-content: center;
  line-height: 1;
  color: #666;
}

.treat02 { /* ul */
  padding: 0 15px;
  margin: 0 0 15px;
  line-height: 1.5;
}
.treat02 li {
  display: flex;
  margin: 0 0 8px;
}

/* 文字装飾 */
.red {
  color: #ff0000;
}

.roma {
  font-family: sans-serif;
  padding: 0 2px 0 0;
  display: inline-flex;
}

.doubleStrike {
  position: relative;
}
.doubleStrike::before {
  content: "";
  position: absolute;
  border-top: 3px double #ff0000;
  width: 100%;
  top: 45%;
}

/* 共通 application.html.erbで使用
---------------------------------------------- */
.header {
  z-index: 999;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #e9f8f8;
}
.header > .inner {
  max-width: 980px;
  height: 60px;
  padding: 0 13px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header .logo {
  width: 150px;
  min-width: 100px;
  line-height: 0;
}
.header .headMenu {
  padding: 0 50px 0 0;
  margin: 0 0 0 auto;
}
.header .headMenu .item {
  width: 100%;
  padding: 10px 10px 10px 10px;
  margin: 0 3px;
  color: #c0bba8;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  font-size: 0.9rem;
  font-weight: 500;
  color: #003d5c;
}
.header .headMenu .item .icon {
  color: #003d5c;
  font-size: 1rem;
  line-height: 1;
  font-weight: normal;
  font-family: YakuHanJP, Noto Sans JP, Meiryo, sans-serif;
}
.header .headMenu .item .t {
  display: block;
}
@media screen and (max-width: 768px ) {
  .header .headMenu .item {
    padding: 5px 10px;
  }
}
.header .headMenu .categorySelect {
  margin: 0 8px 0;
}
.header .headMenu .btn {
  width: 30px;
  min-width: 30px;
  padding: 0 0;
  display: flex;
  align-items: center;
  justify-self: center;
}
.header .headMenu .btn .imgBox {
  width: 20px;
  display: block;
}
.header .gNav {
  background: #0077b3;
}
.header .gNav > .inner {
  max-width: 980px;
  margin: 0 auto;
}
.header .gNav .item {
  width: 100%;
}
.header .gNav .item .t {
  height: 50px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  color: #fff;
  position: relative;
}
.header .gNav .item .t::after {
  width: 1px;
  height: 15px;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -1px;
  transform: translateY(-50%) translateX(0%);
  background: #003d5c;
}
.header .gNav .item .t:hover {
  opacity: 1;
  color: #0077b3;
  background: #e9f8f8;
}
.header .gNav .item .t:hover:after {
  display: none;
}
.header .gNav .item.gNavMoreCatList {
  display: none;
}

@media screen and (max-width: 768px ) {
  .header > .inner {
    width: 100%;
    max-width: 100%;
    height: 60px;
    padding: 0 8px;
    margin: 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
  }
  .header .logo {
    width: 100px;
    min-width: 100px;
    margin: 0 auto 0 0;
  }
  .header .headMenu {
    padding: 0;
    margin: 0 60px 0 0;
  }
}
@media screen and (max-width: 768px ) and (max-width: 445px ) {
  .header .headMenu {
    margin: 0 40px 0 0;
  }
}
@media screen and (max-width: 768px ) {
  .header .headMenu .categorySelect {
    margin: 0 0 0;
  }
}
@media screen and (max-width: 768px ) {
  .header .gNav .item {
    display: none;
  }
  .header .gNav .item .t {
    padding: 0 5px;
    font-size: 0.8rem;
  }
  .header .gNav .item:nth-child(1), .header .gNav .item:nth-child(2), .header .gNav .item:nth-child(3), .header .gNav .item:nth-child(4), .header .gNav .item.gNavMoreCatList {
    display: block;
  }
  .header .gNav .item:nth-child(1) { /* 「新刊」横幅を少なく */
    width: 55%;
  }
  .header .gNav .item:nth-child(2), .header .gNav .item:nth-child(3) { /* 「コメディ」「アクション」横幅を少なく */
    width: 85%;
  }
  .header .gNav .item.gNavMoreCatList {
    position: relative;
  }
  .header .gNav .item.gNavMoreCatList .openBtn {
    cursor: pointer;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    font-size: 0.83rem;
    color: #fff;
  }
  .header .gNav .item.gNavMoreCatList .openBtn .icon {
    font-size: 1.3rem;
    transform: rotate(90deg);
  }
  .header .gNav .item.gNavMoreCatList .toggleBox {
    position: absolute;
    top: 50px;
    right: 0;
    width: 200px;
    background: #003d5c;
  }
  .header .gNav .item.gNavMoreCatList .openBtn.active {
    background: #003d5c;
  }
  .header .gNav .item.gNavMoreCatList .openBtn.active + .toggleBox .item {
    width: 100%;
    display: block;
  }
}
.menu { /* ハンバーガーメニュー */
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 5px;
  margin: 0 0 0;
  display: flex;
  position: absolute;
  top: 10px;
  right: 13px;
}
.menu > .inner {
  width: 100%; /*長さ*/
  height: 100%;
  margin: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.menu span {
  width: 100%; /*長さ*/
  height: 3px; /*線の太さ*/
  display: block;
  transform: rotate(0deg);
  transition: all 0.1s ease-in-out;
  background: #003d5c;
}
.menu span.a {
  transform: translateY(-7px);
}
.menu span.b {
  transform: rotate(0deg);
}
.menu span.c {
  transform: translateY(7px);
}
.menu.open {
  z-index: 1001;
  border-radius: 50%;
  top: 80px;
  background: #003d5c;
}
.menu.open > .inner {
  padding: 3px 0 0 2px;
}
.menu.open span {
  background: #fff;
}
.menu.open span.a {
  transform: rotate(-135deg) translateY(0px);
}
.menu.open span.b {
  display: none;
}
.menu.open span.c {
  transform: rotate(135deg) translateY(3px) translatex(-2px);
}

@media screen and (max-width: 445px ) {
  .menu { /* ハンバーガーメニュー */
    right: 3px;
  }
}
.hdMenu { /* メガメニュー */
  width: 100%;
  opacity: 0;
  height: 0;
  overflow: hidden;
  position: fixed;
  top: 65px;
  background: #f5f5f5;
}
.hdMenu > .inner {
  top: 70px;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  justify-content: center;
}
.hdMenu .hdMenuBox .itemList {
  padding: 0;
  margin: 0 70px 0 0;
  flex-wrap: wrap;
  background: #fff;
}
.hdMenu .hdMenuBox .itemList .item {
  width: 100%;
  max-width: 150px;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
.hdMenu .hdMenuBox .itemList .item .t {
  padding: 13px 0;
  margin: 10px 8px;
  line-height: 1.3;
  color: #1c1b1b;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #dedede;
}

.hdMenu.open {
  z-index: 1000;
  opacity: 1;
  height: auto;
}

@media screen and (max-width: 768px ) {
  .hdMenu { /* メガメニュー */ }
  .hdMenu .hdMenuBox .itemList .item {
    max-width: inherit;
  }
  .hdMenu .hdMenuBox .itemList .item .t {
    margin: 0 0;
    border: none;
  }
  .hdMenu .hdMenuBox .itemList .item:nth-child(2n) .t {
    background: #e9f8f8;
  }
}
.ctn {
  margin: 50px 0;
  padding: 0 0;
}
.ctn > .inner {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
.ctn > .inner > .title {
  padding: 0 0 0 15px;
  margin: 30px auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  color: #1c1b1b;
  font-weight: 600;
  font-size: 1.25rem;
  position: relative;
}
.ctn > .inner > .title:before {
  width: 5px;
  height: 100%;
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(0%);
  background: #0077b3;
}
.ctn > .inner > .linkBox {
  position: absolute;
  top: 0;
  right: 0;
}
.ctn > .inner > .linkBox .goToBtn {
  width: 100%;
  max-width: 248px;
  padding: 5px 5px;
  color: #fff;
  font-size: 0.7rem;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0077b3;
}
.ctn > .inner.titlePtn01 > .title .t .txtDott::before {
  content: "・・・";
  display: inline-block;
  font-size: 2rem;
  line-height: 20px;
  letter-spacing: 0.05rem;
  position: absolute;
  top: -20px;
  left: 0;
}
.ctn > .inner.titlePtn01 .linkBox {
  top: 10px;
}

@media screen and (max-width: 980px ) {
  .ctn > .inner {
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 60px;
  }
  .home .ctn {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 768px ) {
  .ctn {
    max-width: 100%;
    margin: 30px auto;
    padding: 0 0;
    position: relative;
  }
  .ctn > .inner > .linkBox {
    width: 100%;
    position: absolute;
    top: inherit !important;
    bottom: 0;
    right: inherit;
    left: 50%;
    transform: translateY(0%) translateX(-50%);
  }
  .ctn > .inner > .linkBox .goToBtn {
    max-width: 200px;
    height: 35px;
    font-size: 0.8rem;
  }
  .ctn > .inner > .linkBox .goToBtn .icon {
    padding: 2px 0 0;
  }
}
.ctnHeader01 { /* ctn コラム風のヘッダー*/
  flex-wrap: wrap;
}
.ctnHeader01 .cat {
  width: 100%;
  padding: 0 0 15px;
  color: #003d5c;
  display: block;
  position: relative;
}
.ctnHeader01 .cat::before {
  width: 100%;
  height: 3px;
  margin: 0;
  display: block;
  content: "";
  border-radius: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #dfdfdf;
}
.ctnHeader01 .cat::after {
  width: 120px;
  height: 3px;
  content: "";
  border-radius: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #003d5c;
}
.ctnHeader01 .title {
  padding: 0;
  margin: 30px 0 10px;
}
.ctnHeader01 .date {
  margin: 0 0 20px auto;
  font-size: 0.8rem;
  color: #8d8d8d;
  flex-direction: column;
}
.ctnHeader01 .updated {
  display: flex;
}
.ctnHeader01 .published {
  display: flex;
}

.clm01 { /* ctn コラム風のレイアウト*/ }
.clm01 > .inner {
  max-width: 720px;
  padding-bottom: 60px;
}
.clm01 .linkBox {
  margin-left: 8px;
  margin-right: 8px;
}

.ctnBtmCat01 { /* カテゴリ */ }
.ctnBtmCat01 .catList .item {
  width: 33.3333333333%;
  margin: 0 0 0;
  color: #1c1b1b;
  position: relative;
}
.ctnBtmCat01 .catList .item .t {
  padding: 13px 0;
  margin: 0;
  display: flex;
}
.ctnBtmCat01 .catList .item .icon {
  width: 12px;
  height: 20px;
  font-size: 1.25rem;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%) translateX(0%);
}

.footer {
  margin: 80px 0 0;
  position: relative;
  background: #e9f8f8;
}
.footer > .inner {
  max-width: 980px;
  margin: 0 auto;
}
.footer a {
  color: #a5a5a5;
}
.footer a:hover {
  opacity: 0.8;
}
.footer .footerNav {
  padding: 30px 0 30px;
}
.footer .footerNav > .inner {
  padding: 0 0;
  justify-content: center;
}
.footer .footerNav .item {
  padding: 10px 0;
  margin: 10px;
  line-height: 1.3;
  font-size: 0.876rem;
  display: inline-flex;
  align-items: center;
}
.footer .footerNav .item .t {
  width: 100%;
  color: #5e5e5e;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.footer .copyright {
  padding: 0px 15px 50px;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
}
.footer .copyright .imgBox {
  max-width: 250px;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
}
.footer .copyrightText {
  padding: 30px 0;
  text-align: center;
  font-size: 0.8rem;
  color: #a5a5a5;
  background: #fff;
}

@media screen and (max-width: 768px ) {
  .footer .footerNav > .inner {
    flex-wrap: wrap;
  }
  .footer .footerNav .item {
    padding: 10px 10px;
    margin: 0;
  }
  .footer .footerNav .item .t {
    font-size: 0.625rem;
  }
}
/* 使いまわす部品
---------------------------------------------- */
.slick-slider { /* スライダー関連 */
  position: relative;
}
.slick-slider .slick-slide {
  max-width: 600px;
}
.slick-slider .slide-arrow {
  z-index: 1;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
  background: #fff;
}
.slick-slider .slide-arrow::before {
  font-size: 1.5rem;
  color: #c0bba8;
}
.slick-slider .slide-arrow.prev-arrow {
  margin: 0 0 0 -340px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.slick-slider .slide-arrow.next-arrow {
  margin: 0 0 0 340px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

@media screen and (max-width: 768px ) {
  .slick-slider { /* スライダー関連 */ }
  .slick-slider .slick-slide {
    max-width: 400px;
  }
  .slick-slider .slide-arrow.prev-arrow {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%) translateX(0%);
  }
  .slick-slider .slide-arrow.next-arrow {
    margin: 0;
    position: absolute;
    top: 50%;
    left: inherit;
    right: 5px;
    transform: translateY(-50%) translateX(0%);
  }
}
.bnrBox {
  margin: 15px auto;
}
.bnrBox.ptn01 {
  width: 100%;
  max-width: 980px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bnrBox.ptn01 .imgBox {
  max-width: 400px;
  display: block;
  text-align: center;
}
.bnrBox.ptn02 {
  width: 100%;
  max-width: 980px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bnrBox.ptn02 .imgBox {
  display: block;
  text-align: center;
  border: 8px solid #fff;
}

@media screen and (max-width: 980px ) {
  .bnrBox.ptn01 {
    border: 8px solid #fff;
  }
}
@media screen and (max-width: 768px ) {
  .bnrBox.ptn02 {
    flex-direction: column;
  }
}
.linkBox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.goToBtn01 {
  width: 100%;
  max-width: 248px;
  padding: 12px 12px 12px 0;
  color: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0077b3;
}
.goToBtn01:hover {
  opacity: 1;
  color: #fff;
  background: #57BDCC;
}

@media screen and (max-width: 768px ) {
  .goToBtn01 {
    font-size: 0.8rem;
  }
}
.goToBtn02 {
  width: 100%;
  max-width: 248px;
  padding: 12px 0;
  color: #0077b3;
  border: 2px solid #0077b3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.goToBtn02:hover {
  opacity: 1;
  color: #fff;
  background: #0077b3;
}

.goToBtn03 {
  cursor: pointer;
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0077b3;
}
.goToBtn03:hover {
  opacity: 1;
  color: #fff;
  background: #57BDCC;
}

.goToBtn04 {
  width: 100%;
  max-width: 300px;
  height: 44px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0077b3;
}
.goToBtn04 .icon {
  color: #fff;
  font-size: 1.5rem;
}
.goToBtn04:hover {
  opacity: 1;
  color: #fff;
  background: #57BDCC;
}

.goToBtn05 {
  padding: 8px;
  font-size: 0.8rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.goToBtn05 .icon, .goToBtn05 .icon::before, .goToBtn05 .icon:after {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.goToBtn05 .icon {
  color: #0077b3;
  position: relative;
  display: inline-flex;
  margin: 0 3px 0 0;
}
.goToBtn05 .icon::before {
  font-size: 0.9rem;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.goToBtn05 .icon::after {
  z-index: -1;
  content: "";
  border-radius: 60%;
  position: absolute;
  top: 0;
  left: 0;
  background: #0077b3;
}

nav.pagination { /* ページネーション */
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0 0;
}
nav.pagination > .pagenation .pageOther, nav.pagination > .pagenation .page.gap {
  min-width: 36px;
  height: 36px;
  margin: 0 13px 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  background: #fafafa;
}
nav.pagination > .pagenation .pageOther a, nav.pagination > .pagenation .page.gap a {
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: #1c1b1b;
}
nav.pagination > .pagenation .page.gap {
  background: none;
}
nav.pagination > .pagenation .page.current .pageOther {
  color: #0077b3;
  font-weight: 600;
  background: inherit;
}
nav.pagination > .pagenation .pageArrow {
  margin: 0 13px 10px 0;
}
nav.pagination > .pagenation .pageArrow a {
  width: 100px;
  height: 36px;
  padding: 0 0 0;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0077b3;
}
nav.pagination > .pagenation .pageArrow a .icon {
  width: 15px;
  font-size: 0.9rem;
  padding: 0 3px 2px 3px;
}
nav.pagination > .pagenation .pageArrow.prev a .icon {
  transform: rotate(180deg);
}
nav.pagination > .pagenation .pageArrow.prev a::after {
  margin: -1px 0 0;
  display: block;
  content: "前へ";
}
nav.pagination > .pagenation .pageArrow.next a:before {
  margin: -1px 0 0;
  display: block;
  content: "次へ";
}

.tagList {
  flex-wrap: wrap;
}
.tagList .item {
  padding: 3px;
  margin: 3px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.876rem;
  color: #fff;
  border-radius: 5px;
  background: #57bdcc;
}

.signUpArea {
  max-width: inherit;
}
.signUpArea > .inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 30px 20px;
  text-align: center;
  background: #f5f5f5;
}
.signUpArea .moreBtn {
  width: 100%;
  padding: 13px;
  margin: 8px 0 0;
  font-size: 1.5rem;
  font-weight: 900;
  color: #fff;
  height: 50px;
  line-height: 50px;
  justify-content: center;
  align-items: center;
  background: #0748a1;
}
.signUpArea .c {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.signUpArea .c .gentei {
  margin: 5px 0;
  font-size: 1.2rem;
  font-weight: 600;
  display: flex;
  align-items: baseline;
}
.signUpArea .c .gentei .big {
  padding: 0 2px 0;
  line-height: 1;
  font-size: 1.8rem;
}

/* topPage
---------------------------------------------- */
.keyArea {
  margin: 0 0 0;
}
.ctn01 .itemList .item {
  border-bottom: 1px solid #dedede;
}
.ctn01 .itemList .item:first-child {
  border-top: 1px solid #dedede;
}
.ctn01 .itemList .item .t {
  padding: 13px;
  display: flex;
  align-items: center;
  position: relative;
}
.ctn01 .itemList .item .t .time {
  padding: 0 10px 0 0;
}
.ctn01 .itemList .item .t .icon {
  font-size: 1.5rem;
  color: #003d5c;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(0%);
}

.ctn02 {
  max-width: 900px;
  margin: 0 auto;
}
.ctn02 .ctn02List {
  justify-content: space-between;
}
.ctn03 {
  margin: 0 auto;
  overflow: hidden;
}
.ctn03 > .inner {
  margin: 0 auto 40px;
}
.ctn03 > .inner > .title {
  justify-content: flex-start;
  align-items: baseline;
}
.ctn03 > .inner > .title u {
  text-decoration: none;
}
.ctn03 > .inner > .title .t {
  line-height: 1;
  display: inline-block;
  position: relative;
}
.ctn03 > .inner > .title .t b {
  font-size: 2rem;
}
.ctn03 > .inner .itemList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.ctn03 > .inner .itemList .item {
  width: 16.6666666667%;
  margin: 0 0 13px;
}
.ctn03 > .inner .itemList .item .t {
  display: flex;
  flex-direction: column;
  margin: 0 10px 5px;
}
.ctn03 > .inner .itemList .item .t .c {
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ctn03 > .inner .itemList .item .t .name {
  font-size: 0.6rem;
  line-height: 1.3;
  color: #1c1b1b;
}

@media screen and (max-width: 768px ) {
  .ctn03 > .inner .itemList {
    display: flex;
    flex-wrap: wrap;
  }
  .ctn03 > .inner .itemList .item {
    width: 33.3333333333%;
  }
}
.ctn04 .itemList {
  flex-wrap: wrap;
  counter-reset: rank 0;
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
}
.ctn04 .itemList .item {
  width: 16.6666666667%;
  padding: 10px 15px 15px;
  display: block;
  position: relative;
  counter-increment: rank;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.ctn04 .itemList .item .t {
  width: 100%;
  display: block;
}
.ctn04 .itemList .item .t .imgBox {
  display: block;
}
.ctn04 .itemList .item .t .c {
  font-size: 0.6rem;
  line-height: 1.5;
  font-weight: normal;
}
.ctn04 .itemList .item .t .name {
  font-size: 0.6rem;
  line-height: 1.3;
  color: #1c1b1b;
  display: inline-flex;
}
.ctn04 .itemList .item .t::before {
  width: 30px;
  min-width: 30px;
  height: 15px;
  line-height: 15px;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 0.6rem;
  content: counter(rank) " 位";
  background: #F7701F;
}

.ctn05 > .inner > .title {
  align-items: baseline;
}
.ctn05 > .inner > .title u {
  text-decoration: none;
}
.ctn05 > .inner > .title .t b {
  font-size: 2rem;
}
.ctn05 .itemList {
  flex-wrap: wrap;
  border-left: 1px solid #dedede;
  border-top: 1px solid #dedede;
}
.ctn05 .itemList .item {
  width: 50%;
  padding: 10px;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.ctn05 .itemList .item .t {
  height: 100%;
  position: relative;
}
.ctn05 .itemList .item .t .imgBox {
  width: 120px;
  min-width: 120px;
  display: block;
  height: min-content;
}
.ctn05 .itemList .item .t .txtBox {
  margin: 0 0 0 15px;
}
.ctn05 .itemList .item .t .txtBox .c {
  font-size: 1rem;
  padding: 0;
  margin: 0 0 10px;
}
.ctn05 .itemList .item .t .txtBox .name {
  font-size: 0.7rem;
  display: flex;
  justify-content: flex-end;
}
.ctn05 .itemList .item .t .txtBox .txt {
  margin: 8px 0 0;
  padding: 0 0 30px;
  font-size: 0.8rem;
}
.ctn05 .itemList .linkBox {
  width: 100%;
  height: 30px;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  right: 0;
}
.ctn05 .itemList .linkBox .goToBtn05 {
  padding: 3px 3px;
}

@media screen and (max-width: 768px ) {
  .ctn05 > .inner {
    padding-right: 0;
    padding-left: 0;
  }
  .ctn05 > .inner > .title {
    margin-right: 8px;
    margin-left: 8px;
  }
  .ctn05 .itemList {
    flex-direction: column;
    border: none;
  }
  .ctn05 .itemList .item {
    width: 100%;
    border: none;
    border-bottom: 1px solid #dedede;
  }
}
.ctn06 .itemArea > .dlInner {
  min-height: 550px;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.ctn06 .itemArea .itemImgBox {
  width: 40%;
  max-width: 350px;
  position: absolute;
  top: 0;
  left: 0;
}
.ctn06 .itemArea .itemTitle {
  margin-left: 43%;
}
.ctn06 .itemArea .itemTitle .t {
  padding: 0;
  margin: -8px 0 20px;
  letter-spacing: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.ctn06 .itemArea .txtBox {
  margin: 20px 0;
  font-size: 0.85rem;
}
.ctn06 .itemArea .itemCol {
  width: 57%;
  margin-left: 43%;
}
.ctn06 .itemArea .itemCol .elm01 {
  margin: 0 0 0;
}
.ctn06 .itemArea .elm02 {
  padding: 0 0 0;
  font-size: 0.85rem;
  position: relative;
}
.ctn06 .itemArea .elm02 .goToBtn {
  z-index: 1;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  width: 100%;
  max-width: 90px;
  height: 25px;
  line-height: 25px;
  padding: 3px 0px 3px;
  color: #0077b3;
  font-size: 0.7rem;
  letter-spacing: 0;
  border-radius: 5px;
  border: 1px solid #0077b3;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -30px;
  right: 10px;
  background: #fff;
}
.ctn06 .itemArea .elm02 .goToBtn::before {
  width: 100%;
  padding: 0 0 0 5px;
  display: block;
  text-align: center;
  content: "もっとみる";
}
.ctn06 .itemArea .elm02 .goToBtn .icon {
  font-size: 1.3rem;
  transform: rotate(90deg);
}
.ctn06 .itemArea .elm02 .coverBox {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.ctn06 .itemArea .elm02 .c {
  height: 130px;
  overflow: hidden;
}
.ctn06 .itemArea .elm02 .c::before {
  width: 80px;
  height: 3px;
  margin: 20px 0 20px;
  display: inline-block;
  content: "";
  border-radius: 10px;
  background: #e0e7eb;
}
.ctn06 .itemArea .elm02 .c p {
  padding: 0;
  margin: 0;
  line-height: 1.5;
}
.ctn06 .itemArea .elm02 .openBtn.active::before {
  content: "とじる";
}
.ctn06 .itemArea .elm02 .openBtn.active .icon {
  font-size: 1.3rem;
  transform: rotate(-90deg);
}
.ctn06 .itemArea .elm02 .openBtn.active ~ .coverBox {
  display: none;
}
.ctn06 .itemArea .elm02 .openBtn.active ~ .c {
  height: 100%;
  max-height: inherit;
}
.ctn06 .itemArea .actBox {
  width: 100%;
  margin: 60px 0 0 0;
}
.ctn06 .itemArea .actBox .actBoxItem {
  padding: 13px 115px 13px 0;
  align-items: center;
  position: relative;
  border-top: 1px solid #dedede;
}
.ctn06 .itemArea .actBox .actBoxItem .imgBox {
  width: 80px;
  display: block;
}
.ctn06 .itemArea .actBox .actBoxItem .c {
  margin: 0 0 0 13px;
}
.ctn06 .itemArea .actBox .actBoxItem .goToBtn05 {
  width: 110px;
  padding: 8px 0;
  color: #fff;
  font-size: 0.8rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  border-radius: 5px;
  border-bottom: 2px solid #003d5c;
  background: #0077b3;
}
.ctn06 .itemArea .actBox .actBoxItem:last-child {
  border-bottom: 1px solid #dedede;
}

@media screen and (max-width: 768px ) {
  .ctn06 .itemArea > .dlInner {
    min-height: inherit;
  }
  .ctn06 .itemArea .itemImgBox {
    min-width: 120px;
    max-width: inherit;
    position: static;
  }
  .ctn06 .itemArea .itemTitle {
    width: 55%;
    margin: 0;
  }
  .ctn06 .itemArea .itemTitle .t {
    font-size: 1rem;
    margin: 0 0 20px;
  }
  .ctn06 .itemArea .txtBox {
    width: 55%;
    margin: 0;
    font-size: 0.8rem;
  }
  .ctn06 .itemArea .itemCol {
    width: 100%;
    margin-left: 0;
  }
  .ctn06 .itemArea .elm02 {
    margin: 20px 0 0;
    font-size: 0.8rem;
  }
  .ctn06 .itemArea .elm02 .c {
    max-height: 50px;
  }
  .ctn06 .itemArea .elm02 .c::before {
    display: none;
    margin: 8x 0 8px;
  }
  .ctn06 .itemArea .elm02 .goToBtn {
    bottom: -25px;
  }
  .ctn06 .itemArea .elm02 .openBtn.active {
    bottom: -25px;
  }
  .ctn06 .itemArea .actBox {
    margin: 30px 0 0;
  }
  .ctn06 .itemArea .actBox .actBoxItem .imgBox {
    min-width: 80px;
  }
  .ctn06 .itemArea .actBox .actBoxItem .c {
    font-size: 0.9rem;
  }
}
.bnrArea > .inner {
  padding-bottom: 0;
}

/* 会員/決済 関係のページ
---------------------------------------------- */
.users .ctn > .inner,
.devise .ctn > .inner,
.checkout .ctn > .inner {
  width: 100%;
  max-width: 700px;
  padding: 0 13px;
  margin: 0 auto;
}
.users .ctn > .inner .linkBox,
.devise .ctn > .inner .linkBox,
.checkout .ctn > .inner .linkBox {
  margin: 40px 0;
  position: static;
  top: inherit;
  left: inherit;
  right: inherit;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transform: none;
}
.users .ctn > .inner .linkBox .item,
.devise .ctn > .inner .linkBox .item,
.checkout .ctn > .inner .linkBox .item {
  margin: 5px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.users .ctn > .inner .linkBox .item:before,
.devise .ctn > .inner .linkBox .item:before,
.checkout .ctn > .inner .linkBox .item:before {
  content: "\eb65";
  display: block;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.users .ctn > .inner form,
.devise .ctn > .inner form,
.checkout .ctn > .inner form {
  width: 100%;
  max-width: 500px;
  padding: 5%;
  border: 1px solid #a5a5a5;
}
.users .ctn > .inner form .field,
.devise .ctn > .inner form .field,
.checkout .ctn > .inner form .field {
  margin: 20px 0;
}
.users .ctn > .inner form .field > label,
.devise .ctn > .inner form .field > label,
.checkout .ctn > .inner form .field > label {
  font-size: 0.8rem;
  font-weight: 600;
}
.users .ctn > .inner form .field i,
.devise .ctn > .inner form .field i,
.checkout .ctn > .inner form .field i {
  font-size: 0.8rem;
}
.users .ctn > .inner form .actions,
.devise .ctn > .inner form .actions,
.checkout .ctn > .inner form .actions {
  margin: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.users .ctn > .inner form .actions .item,
.devise .ctn > .inner form .actions .item,
.checkout .ctn > .inner form .actions .item {
  margin: 0 13px;
}
.users .ctn > .inner .error,
.devise .ctn > .inner .error,
.checkout .ctn > .inner .error {
  margin: 15px 0;
}
.users .ctn > .inner .errList,
.devise .ctn > .inner .errList,
.checkout .ctn > .inner .errList {
  margin: 15px 0;
}
.users .ctn > .inner .errList .item,
.devise .ctn > .inner .errList .item,
.checkout .ctn > .inner .errList .item {
  padding: 5px 8px;
  margin: 8px 0;
  display: inline-flex;
  border-radius: 5px;
  background-color: antiquewhite;
}

/* カート
---------------------------------------------- */
.cart_items .cartItmWrapper ._type01 {
  margin: 0 auto;
}
.cart_items .cartItmWrapper ._type01 .title {
  width: 30%;
  min-width: 30%;
  padding: 8px 5px;
  text-align: center;
}
.cart_items .cartItmWrapper ._type01 .title ._field {
  text-align: left;
}
.cart_items .cartItmWrapper ._type01 .price {
  width: auto;
  padding: 8px 5px;
  text-align: center;
}
.cart_items .cartItmWrapper ._type01 .confirm {
  width: auto;
  padding: 8px 5px;
  text-align: center;
}
.cart_items .cartItmWrapper ._type01 .cartItmCtn .field {
  border-top: 1px solid #dedede;
}
.cart_items .totalWrapper {
  padding: 20px 0;
  border-top: 2px solid #c0bba8;
}
.cart_items .totalWrapper > .inner {
  text-align: right;
}
.cart_items .totalWrapper .rightBox {
  padding: 0 0 0 3%;
}
.cart_items .totalWrapper .rightBox u {
  font-weight: 600;
  font-size: 1.2rem;
  padding: 0 5px;
  text-decoration: none;
}
.cart_items .totalWrapper .rightBox b {
  font-size: 1.2rem;
  font-weight: normal;
}
.cart_items .actions .goToBtn {
  cursor: pointer;
  margin: 0 auto;
  color: #fff;
  border-color: #57bdcc;
  background: #57bdcc;
}
.cart_items .actions .goToBtn :hover {
  background: #0077b3;
}

@media screen and (max-width: 768px ) {
  .cart_items .cartItmWrapper ._type01 .title {
    width: 180px;
    min-width: 180px;
  }
}
