/*
 Theme Name:   cecare.info Child
 Theme URI:    https://cecare.info
 Description:  セケア（cecare.info）専用子テーマ — CP5 T003-PRECIOUS ベース
 Author:       KUNIHIDE
 Author URI:   https://cecare.info
 Template:     cp5-t003-PRECIOUS
 Version:      1.0.0
 Text Domain:  cecare-child
 License:      Private — All rights reserved
*/

/* ===================================================
   CSS Custom Properties（サイト全体のデザイントークン）
   =================================================== */
:root {
  /* ブランドカラー */
  --color-primary:   #E75480;  /* ピンク（メインCTA） */
  --color-secondary: #D4AF37;  /* ゴールド（アクセント） */
  --color-bg-dark:   #1C1C2E;  /* ダークネイビー（背景） */
  --color-bg-light:  #F5F5F5;  /* ライトグレー */
  --color-text:      #333333;  /* テキスト基本色 */
  --color-text-light:#FFFFFF;  /* 白テキスト */
  --color-border:    #E0E0E0;  /* ボーダー */

  /* フォント */
  --font-base: 'Noto Sans JP', sans-serif;

  /* スペーシング */
  --spacing-xs:  4px;
  --spacing-sm:  8px;
  --spacing-md:  16px;
  --spacing-lg:  24px;
  --spacing-xl:  40px;

  /* 角丸 */
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
}

/* ===================================================
   ベースオーバーライド
   =================================================== */
body {
  font-family: var(--font-base);
  color: var(--color-text);
}

/* ===================================================
   18歳確認ポップアップ
   =================================================== */
#cecare-age-verify {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.cecare-av-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
}

.cecare-av-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 40px;
  border-radius: var(--radius-md);
  text-align: center;
  max-width: 400px;
  width: 90%;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
}

.cecare-av-title {
  font-size: 20px;
  font-weight: bold;
  color: var(--color-bg-dark);
  margin-bottom: var(--spacing-md);
}

.cecare-av-box p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: var(--spacing-lg);
}

#cecare-av-yes {
  background: var(--color-primary);
  color: var(--color-text-light);
  border: none;
  padding: 12px 24px;
  border-radius: var(--radius-sm);
  cursor: pointer;
  margin: var(--spacing-sm);
  font-size: 15px;
  font-weight: bold;
  transition: opacity 0.2s;
}

#cecare-av-yes:hover {
  opacity: 0.85;
}

#cecare-av-no {
  background: #aaa;
  color: var(--color-text-light);
  border: none;
  padding: 12px 24px;
  border-radius: var(--radius-sm);
  cursor: pointer;
  margin: var(--spacing-sm);
  font-size: 15px;
  transition: opacity 0.2s;
}

#cecare-av-no:hover {
  opacity: 0.85;
}

/* ===================================================
   CTAボタン共通
   =================================================== */
.cecare-cta-btn {
  display: inline-block;
  background: var(--color-primary);
  color: var(--color-text-light);
  padding: 14px 32px;
  border-radius: var(--radius-md);
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  transition: opacity 0.2s, transform 0.2s;
}

.cecare-cta-btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

/* ===================================================
   キャスト一覧カード
   =================================================== */
.cecare-cast-status {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.cecare-cast-status--active  { background: #e74c3c; }
.cecare-cast-status--today   { background: var(--color-primary); }
.cecare-cast-status--off     { background: #95a5a6; }
.cecare-cast-status--coming  { background: var(--color-secondary); }
============================*/
.main-navigation a {
  background-color: #FFF;
  margin-bottom: 1px;
  border: none;
}
/*============================
=   パーツ
=	header
=   header pc menu
=	maintitle
=	main-content
=   entry-content　見出しcss
=   @media screen ブレイクポイント
=   entry-content　ul li
=   footer-nav
=   footer-subnav
=   footer-copy
=   タグクラウドのデザイン
=   ブログ運営エリア blog-nav
=   カテゴリ
=   タクソノミー
=	system card
=   system teble
=   system op
=   system accordion
=   cast
=   wp Customer Reviews
=   wpcr3_table_2
=	widget title
= スライダー画像の自動ズームイン　アニメーション効果を切る
= WP Customer Reviews
= profile-weekly-schedule

============================*/
@media print, screen and (min-width: 48em) {}
@media print, screen and (min-width: 64em) {}

/*============================
=    パーツ
============================*/
ul.inline-list {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0.94444rem;
    margin-left: -1.22222rem;
    margin-right: 0;
    overflow: hidden;
    padding: 0;
}

/*============================
=    header
============================*/
header {}
#top-header-widget-col {
  background: rgb(238, 236, 239);
  background: -moz-linear-gradient(83deg, rgba(238, 236, 239, 1) 0%, rgba(217, 94, 219, 1) 48%, rgba(242, 241, 246, 1) 99%);
  background: -webkit-linear-gradient(83deg, rgba(238, 236, 239, 1) 0%, rgba(217, 94, 219, 1) 48%, rgba(242, 241, 246, 1) 99%);
  background: linear-gradient(83deg, rgba(238, 236, 239, 1) 0%, rgba(217, 94, 219, 1) 48%, rgba(242, 241, 246, 1) 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeecef", endColorstr="#f2f1f6", GradientType=1);
}
#swiper-container-cp5_image_slider-2 {
  /*max-width: 100rem;*/
  margin-right: auto;
  margin-left: auto;
}
/*============================
=    header pc menu
============================*/
div#head-menu-frame {
  display: none;
}
ul#menu-global-menu {
  margin-top: revert;
	text-align: right;
}
ul#menu-global-menu li {
  display: inline-block;
  vertical-align: bottom;
  border: 1px solid #D35400;
  padding: 5px;
  background: #e95791;
  text-align: center;
  font-size: medium;
}


ul#menu-global-menu li {
	-moz-box-shadow:inset 0px 1px 0px 0px #f7c5c0;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f7c5c0;
	box-shadow:inset 0px 1px 0px 0px #f7c5c0;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fc8d83), color-stop(1, #e4685d));
	background:-moz-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
	background:-webkit-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
	background:-o-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
	background:-ms-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
	background:linear-gradient(to bottom, #fc8d83 5%, #e4685d 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8d83', endColorstr='#e4685d',GradientType=0);
	background-color:#fc8d83;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 3px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
}

ul#menu-global-menu li:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e4685d), color-stop(1, #fc8d83));
	background:-moz-linear-gradient(top, #e4685d 5%, #fc8d83 100%);
	background:-webkit-linear-gradient(top, #e4685d 5%, #fc8d83 100%);
	background:-o-linear-gradient(top, #e4685d 5%, #fc8d83 100%);
	background:-ms-linear-gradient(top, #e4685d 5%, #fc8d83 100%);
	background:linear-gradient(to bottom, #e4685d 5%, #fc8d83 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4685d', endColorstr='#fc8d83',GradientType=0);
	background-color:#e4685d;
}
ul#menu-global-menu li:active {
	position:relative;
	top:1px;
}

ul#menu-global-menu li a {
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 768px) {}
@media screen and (min-width: 1024px) {
  div#head-menu-frame {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
/*============================
=    maintitle
============================*/
section.maintitle {
  display: block;
}
.maintitle {
  background: linear-gradient(135deg, #FEB692 10%, #EA5455 100%);
  /*background: linear-gradient(45deg, #139fae, #2e87af, #1071b8);*/
  color: #fff;
}
.maintitle-breadcrumb {
  border-bottom: solid 1px rgba(255, 255, 255, .20);
  height: 36px;
}
.maintitle-breadcrumb-list {
  width: 92%;
  max-width: 1280px;
  margin: -15px auto;
  padding: 0 0 0 0;
}
.maintitle-breadcrumb-list ul {
  letter-spacing: -.40em;
}
.maintitle-breadcrumb li {
  display: inline-block;
  font-size: 10px;
  -webkit-transform: scale(0.9);
  -webkit-transform-origin: 0 0;
}
.maintitle-breadcrumb li {
  list-style: none;
  letter-spacing: normal;
}
.maintitle-breadcrumb li a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}
.maintitle-breadcrumb li .fa {
  padding: 0 10px;
  position: relative;
  top: -1px;
}
.maintitle-breadcrumb li .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.maintitle-title {
  width: 92%;
  max-width: 1280px;
  margin: 0 auto;
  height: 163px;
  display: table;
}
.maintitle-title h2 {
  display: table-cell;
  vertical-align: middle;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 2px;
  position: relative;
  top: -3px;
}
section.maintitle .page-title {
  background-color: transparent;
  background: none;
  background-image: none;
}
.fa-angle-right:before {
  content: "\f105";
}
/*============================
=    main-content
============================*/
#main-content {
  max-width: 100rem;
  margin-right: auto;
  margin-left: auto;
}
/*============================
=     entry-content　見出しcss
============================*/
.entry-content h2 {
    position: relative;
    padding: 1em 2em;
    text-align: center;
    margin-top: 4em;
    margin-bottom: 3em;

	font-weight: bold;
text-shadow: 3px 2px 3px #FFBFDF;


}

.entry-content h2:before,
.entry-content h2:after {
  position: absolute;
  content: '';
}

.entry-content h2:after {
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-top: 2px solid #f67;
  border-left: 2px solid #f67;
}

.entry-content h2:before {
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-right: 2px solid #f67;
  border-bottom: 2px solid #f67;
}

.entry-content h3 {
  position: relative;
  padding: 1.5rem;
  text-align: center;
  font-size: larger;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.entry-content h3:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #f67;
}
.entry-content h4 {
  padding: 1rem 2rem;
  border-left: 6px double #DD575E;
  font-size: revert;
  margin-top: 15px;
}
.entry-content h5 {
  position: relative;
  display: inline-block;
  padding: 0 65px;
  text-align: center;
}
.entry-content h5:before, .entry-content h5:after {
  position: absolute;
  top: calc(50% - 3px);
  width: 50px;
  height: 6px;
  content: '';
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
}
.entry-content h5:before {
  left: 0;
}
.entry-content h5:after {
  right: 0;
}
main div.entry-content {
  max-width: 100rem;
}
/*============================
=   @media screen ブレイクポイント
============================*/
.entry-content {
  font-size: medium;
}
.cast-schedule-time {
  font-size: medium;
  font-weight: bolder;
  margin-bottom: -10px;
}
.cast-icon-lists {
  margin: 0.25rem 0 -2px 0;
}
.cast-section .cast-name {
  margin-bottom: -5px;
}
@media screen and (min-width: 768px) {
  .entry-content {
    font-size: initial;
  }
}
@media screen and (min-width: 1024px) {}
/*============================
=    entry-content　ul li
============================*/
.tr_service {
  margin-right: 2rem;
}
.tr_service li {
  border-bottom: dashed 1px silver;
  margin-bottom: 2rem;
}
.tr_service li i {
  font-size: larger;
  color: darksalmon;
}
/*============================
=            footer-nav         =
============================*/
.row.expanded {
  max-width: none;
}
section.footer-nav {
  /* background: #0a6bb7 linear-gradient(90deg, #388ba9, #0e6cb6);*/
  background: linear-gradient(135deg, #FEB692 10%, #EA5455 100%);
  text-align: center;
  padding-bottom: 50px;
}
.title-index {
  padding: 60px 0 40px;
  letter-spacing: 1.2px;
}
.title-index-title {
  color: #fff;
  font-size: xxx-large;
}
.title-index-subtitle {
  color: #fff;
}
.title-index-subtitle {
  font-size: 13px;
  line-height: 1;
  color: #8e8e8e;
}
@media screen and (min-width: 768px) {
  .title-index {
    padding: 48px 0 48px;
    letter-spacing: 0.8px;
  }
  .title-index-title {
    font-size: 24px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .title-index {
    padding: 55px 0 30px;
  }
  .title-index-title {
    font-size: 27px;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 12px;
  }
}
.footer-nav nav {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
.footer-nav figure {
  background: white;
  border-radius: 100px;
  display: table;
  height: 180px;
  width: 180px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-nav figure .fa.arw {
  font-size: 13px;
  position: absolute;
  right: 10px;
  top: 48%;
}
.footer-nav .tel .fa {
  color: #3a8ca8;
  font-size: 60px;
}
.footer-nav .mail .fa {
  color: #1c7cb1;
  font-size: 55px;
}
.footer-nav .form .fa {
  color: #0a6bb7;
  font-size: 55px;
}
.footer-nav figure .fa {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.footer-nav dl dt {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 16px;
}
.footer-nav dl dd {
  font-size: 13px;
}
@media screen and (min-width: 768px) {}
@media screen and (min-width: 1024px) {}
/*============================
=            footer-subnav         =
============================*/
.footer-subnav {
  background-color: #ff6699;
  padding: 50px 0;
  text-align: center;
}
.footer-subnav nav {
  font-size: 12px;
  display: block;
}
.footer-subnav ul {
  list-style: none;
  letter-spacing: -0.1rem;
}
.footer-subnav ul li {
  display: inline-block;
  padding: 0 1.47%;
  border-right: solid 1px white;
  line-height: 1;
}
/*============================
=           footer-copy     =
============================*/
#footer-copy {
  background-color: #ff6666;
}
/*============================
=  widget    =
============================*/
widget, widget_text, widget_custom_html, widget-title, title-name, textwidget, custom-html-widget {}
widget_text {
  color: #000000;
}
widget h3 {}
/*============================
=  タグクラウドのデザイン    =
============================*/
/*タグクラウドのデザイン*/
.widget_tag_cloud .tagcloud a {
  padding: 10px 0;
  color: #666;
  display: inline-block;
  width: 48.5%;
  background: none;
  font-size: 12px;
  text-decoration: none;
  border-bottom: dotted 1px #ddd;
}
/*タグクラウドマウスオーバー時*/
.widget_tag_cloud .tagcloud a:hover {
  color: #7fbfff;
  background: #fafafa;
  font-weight: bold;
}
/*タグクラウドテキスト前アイコン*/
.tagcloud a:before {
  text-shadow: none;
  font-family: "Font Awesome 5 Free";
  content: "\f02c";
  font-weight: 900;
  color: #eedcb3;
  padding-right: 6px;
}
/*============================
=  ブログ運営エリア blog-nav  =
============================*/
section.blog-nav {
  /* background: #0a6bb7 linear-gradient(90deg, #388ba9, #0e6cb6);*/
  background: linear-gradient(135deg, #F6D242 10%, #FF52E5 100%);
  text-align: center;
  padding-bottom: 50px;
}
/*============================
=  見出し
============================*/
section.blog-nav h4 {
  padding: 1rem 2rem;
  border-top: 6px double #000;
  border-bottom: 6px double #000;
}
section.blog-nav h2 {
  position: relative;
  padding: 1.5rem;
  text-align: center;
  border: 2px solid #000;
  background: #fff;
}
section.blog-nav h2:before, section.blog-nav h2:after {
  position: absolute;
  content: '';
}
section.blog-nav h2:before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 2px solid #000;
  border-radius: 50%;
  background: #fff;
}
section.blog-nav h2:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
section.blog-nav h2 i {
  font-size: 30px;
  font-size: 3rem;
  line-height: 60px;
  position: absolute;
  z-index: 1;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  text-align: center;
}
section.blog-nav h2 span {
  position: relative;
  z-index: 1;
}
/*============================
=  新着記事
============================*/
.my-recent-post {
  margin: 0 auto 0;
}
.my-recent-post ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.my-recent-post li {
  margin-top: 2px;
}
.my-recent-post li a {
  padding: 5px 0;
  border: none;
  color: #000000;
  flex: 1;
  font-size: 14px;
  text-decoration: none;
  display: block;
  font-weight: bold;
}
.my-recent-post li a:hover {
  background-color: #eeeeee;
}
.my-recent-post li .text {
  line-height: 1.5em;
}
@media (max-width: 599px) {
  .my-recent-post {
    padding: 10px 0;
  }
  .my-recent-post #my-first-recent-post {
    width: 100%;
    height: 250px;
    float: none;
    background-size: cover;
    background-position: center center;
  }
  .my-recent-post li .thumb {
    width: 100px;
    height: 80px;
    float: left;
    background-size: cover;
    background-position: center center;
  }
  .my-recent-post li .text {
    margin-left: 110px;
  }
  .my-recent-post #my-first-recent-post-text {
    padding-top: 10px;
    margin-left: 0px;
  }
  .my-recent-post li a:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media (min-width: 600px) {
  .my-recent-post ul {
    display: flex;
    flex-wrap: wrap;
  }
  .my-recent-post li {
    display: flex;
    flex: 0 0 33%;
    padding: 0 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .my-recent-post li .thumb {
    width: 100%;
    height: 210px;
    margin-bottom: 5px;
    background-size: cover;
    background-position: center center;
  }
  .my-recent-post li .text {
    margin-left: 0;
  }
}
.my-recent-post-title {
  border-bottom: solid 3px orange;
  position: relative;
  width: 200px;
  text-align: left;
  padding-left: 1em;
  padding-bottom: 10px;
  display: inline-block;
  font-size: 16px;
}
.my-recent-post-title:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px gold;
  bottom: -3px;
  width: 20%;
}
.list-cat {
  font-size: 12px;
  color: darkgray !important;
  font-weight: normal;
  margin-top: 5px;
}
/*============================
=  カテゴリ
============================*/
ul.category-list, ul.category-list li {
  padding: 0px;
  margin: 0px;
}
ul.category-list li {
  list-style-type: none !important;
  list-style-image: none !important;
  margin: 5px 0px 5px 0px !important;
}
ul.category-list li {
  position: relative;
  padding-left: 20px;
}
ul.category-list li:after, ul.category-list li:before {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 8px;
  height: 11px;
  width: 4px;
  background: #aaa;
  border-radius: 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
ul.category-list li:before {
  top: 8px;
  left: 3px;
  height: 8px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
ul.category-list02 {
  padding: 0;
  font: 14px/1.6 'arial narrow', sans-serif;
  list-style: none;
}
ul.category-list02 li {
  position: relative;
  padding: 0.5em 1em 0.5em 2.3em;
  margin-bottom: 5px;
  color: rgb(129, 194, 250);
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid rgba(129, 194, 250, 0.5);
}
ul.category-list02 li:after, ul.category-list02 li:before {
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
ul.category-list02 li:before {
  top: 0.7em;
  left: 0.2em;
  width: 12px;
  height: 12px;
  border: 2px solid rgba(129, 194, 250, 0.5);
}
ul.category-list02 li:after {
  top: 0.9em;
  left: 0.7em;
  width: 14px;
  height: 14px;
  background: rgba(129, 194, 250, 0.3);
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
/*============================
=  タクソノミー
============================*/
ul.tag-list li {
  display: inline;
  font-size: small;
}
ul.tag-list li {
  list-style-type: none !important; /*ポチ消す*/
  background-color: #F6DBF8;
  color: #505050;
  border-radius: 15px 0px 0px 15px; /*左側の角丸く*/
  padding: 5px;
  margin: 5px;
}
ul.tag-list li:before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 1em;
  height: 1em;
  background: #fff;
  border-radius: 50%;
  margin-right: 8px;
}
/*============================
=  system card
============================*/
.system_card {
  margin: 30px auto;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px #ccc;
}
.system_card-img {
  border-radius: 5px 5px 0 0;
  max-width: 100%;
  height: auto;
}
.system_card-content {
  padding: 20px;
}
.system_card-title {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: #333;
  padding: 1rem 2rem;
  border-left: 0px none #DD575E !important;
}
.system_card-text {
  color: #777;
  font-size: 14px;
  line-height: 1.5;
}
.system_card-link {
  text-align: center;
  border-top: 1px solid #eee;
  padding: 20px;
}
.system_card-link a {
  text-decoration: none;
  color: #0bd;
  margin: 0 10px;
}
.system_card-link a:hover {
  color: #0090aa;
}
/*============================
=  system teble
============================*/
table.table_box {
  border-collapse: collapse;
  border-spacing: 5px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: large;
}
table.table_box tr {
  border-bottom: solid 2px white;
}
table.table_box tr:last-child {
  border-bottom: none;
}
table.table_box th {
  position: relative;
  text-align: left;
  width: 10%;
  background-color: #ec78b4;
  color: white;
  text-align: center;
  padding: 5px 0;
}
table.table_box th:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  border-left: 10px solid #ec78b4;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
table.table_box td {
  text-align: left;
  width: 20%;
  text-align: center;
  background-color: #eee;
  padding: 5px 0;
}
/*  teble_box_02 */
table.table_box_02 {
  border-collapse: collapse;
  border-spacing: 5px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: small;
}
table.table_box_02 tr {
  border-bottom: solid 2px white;
}
table.table_box_02 tr:last-child {
  border-bottom: none;
}
table.table_box_02 th {
  position: relative;
  text-align: left;
  width: 10%;
  background-color: #ec78b4;
  color: white;
  text-align: center;
  padding: 5px 0;
}
table.table_box_02 th:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  border-left: 10px solid #ec78b4;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
table.table_box_02 td {
  text-align: left;
  width: 20%;
  text-align: center;
  background-color: #eee;
  padding: 5px 0;
}

table.table_box li,
table.table_box_02 li {

}


table.table_box_03 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  border-collapse: collapse;
  width: 600px;
  border-collapse:separate;
  border-spacing: 0;
}

table.table_box_03 th:first-child{
  border-radius: 6px 0 0 0;
}

table.table_box_03 th:last-child{
  border-radius: 0 6px 0 0;
  border-left: 0.6px solid #ffffff;
}

table.table_box_03 th{
  text-align: center;
  color:white;
  /*background: linear-gradient(#86ace2,#0065f4);*/
	background: linear-gradient(#e2868a,#f400bf);
  border-left: 0.3px solid #ffffff;
  width: 20%;
  padding: 10px 0;
}

table.table_box_03 td{
  text-align: center;
  border-left: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
  border-top:none;
  box-shadow: 0px -3px 8px 1px #eee inset;
  width: 20%;
  padding: 12px 0;
}

table.table_box_03 td:last-child{
  border-right: 1px solid #c3c3c3;
}

table.table_box_03 tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

table.table_box_03 tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

/*============================
=  System topics
============================*/
.ttl {
  font-size: 150%;
  font-weight: bold;
  color: #045FB4;
  padding: 10px 0;
  border-bottom: solid 2px #045FB4;
}
.topics {
  margin: 10px 0 0;
}
.topics dl {
  /*padding: 15px 0;
border-bottom: 1px solid #ccc;*/
  margin: 2em auto;
  padding: 1em;
  width: 100%;
  border: 1px solid #a9a9a9;
  background-color: #fff;
  box-shadow: 1.5px 1.5px 2px #696969;
}
.topics dt {
  padding-bottom: 5px;
}
.topics dt {
  display: block;
  text-align: center;
  font-size: x-large;
  font-weight: 400;
  font-style: normal;
  color: #ff85a2;
  text-shadow: #fff 3px 0 0, #fff 2.83487px .98158px 0, #fff 2.35766px 1.85511px 0, #fff 1.62091px 2.52441px 0, #fff .70571px 2.91581px 0, #fff -.28717px 2.98622px 0, #fff -1.24844px 2.72789px 0, #fff -2.07227px 2.16926px 0, #fff -2.66798px 1.37182px 0, #fff -2.96998px .42336px 0, #fff -2.94502px -.5717px 0, #fff -2.59586px -1.50383px 0, #fff -1.96093px -2.27041px 0, #fff -1.11013px -2.78704px 0, #fff -.13712px -2.99686px 0, #fff .85099px -2.87677px 0, #fff 1.74541px -2.43999px 0, #fff 2.44769px -1.73459px 0, #fff 2.88051px -.83825px 0, #fc9289 5px 0 0, #fc9289 4.90033px .99335px 0, #fc9289 4.60531px 1.94709px 0, #fc9289 4.12668px 2.82321px 0, #fc9289 3.48353px 3.58678px 0, #fc9289 2.70151px 4.20736px 0, #fc9289 1.81179px 4.6602px 0, #fc9289 .84984px 4.92725px 0, #fc9289 -.146px 4.99787px 0, #fc9289 -1.13601px 4.86924px 0, #fc9289 -2.08073px 4.54649px 0, #fc9289 -2.94251px 4.04248px 0, #fc9289 -3.68697px 3.37732px 0, #fc9289 -4.28444px 2.57751px 0, #fc9289 -4.71111px 1.67494px 0, #fc9289 -4.94996px .7056px 0, #fc9289 -4.99147px -.29187px 0, #fc9289 -4.83399px -1.27771px 0, #fc9289 -4.48379px -2.2126px 0, #fc9289 -3.95484px -3.05929px 0, #fc9289 -3.26822px -3.78401px 0, #fc9289 -2.4513px -4.35788px 0, #fc9289 -1.53666px -4.75801px 0, #fc9289 -.56076px -4.96845px 0, #fc9289 .4375px -4.98082px 0, #fc9289 1.41831px -4.79462px 0, #fc9289 2.34258px -4.41727px 0, #fc9289 3.17346px -3.86382px 0, #fc9289 3.87783px -3.15633px 0, #fc9289 4.4276px -2.32301px 0, #fc9289 4.80085px -1.39708px 0, #fc9289 4.98271px -.41545px 0;
}
.topics dl dd ul li {
  -moz-box-shadow: inset 0px -3px 7px -1px #f7c5c0;
  -webkit-box-shadow: inset 0px -3px 7px -1px #f7c5c0;
  box-shadow: inset 0px -3px 7px -1px #f7c5c0;
  background-color: #fc8d83;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  border: 2px solid #d83526;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  padding: 3px 8px;
  text-decoration: none;
  text-shadow: 2px 2px 5px #b23e35;
  margin-top: 3px;
  margin-bottom: 3px;
}
.topics dl dd ul li:hover {
  background-color: #e4685d;
}
.topics dl dd ul li:active {
  position: relative;
  top: 1px;
}
@media screen and (min-width: 768px) {
  .topics dt {
    clear: left;
    float: left;
    width: 15%;
    display: inline-block;
    font-weight: normal;
    padding-left: 10px;
    font-size: x-large;
  }
  .topics dd {
    margin-left: 11%;
  }
} /* PC end */
@media screen and (min-width: 1024px) {
  .topics dt {
    display: inline-block;
    width: 20%;
    font-size: xx-large;
  }
}

/*============================
=  system accordion
============================*/
/*---------------------------------
アコーディオンボックス
--------------------------------*/
.acbox{
  width: auto;
  font-size:0px; /* ラベルと開く部分を分離する時は数値を入れる */
  margin:0 10px; /* ボックス全体の位置調整 */
}

.acbox label{
  width: auto;
  font-size: 16px; /* ラベルの文字サイズ */
  font-weight: bold;
  text-align: center;
  background: #f6dbf8; /* ラベルの背景色 */
  position: relative;
  display: block;
  padding:8px;
  border-radius: 4px; /* ラベルの角の丸み */
  cursor: pointer;
  color: #252525;
}

.acbox label:hover{
  background: #8BC34A; /* ラベルにマウスを乗せた時の背景色 */
}

.acbox input{
  display: none;
}

.acbox label:after{
  color: #fff;
  content:"▼"; /* ラベルのアイコン */
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -14px;
}

.acbox input:checked ~ label::after {
  content:"▲"; /* ラベルをクリックした後のアイコン */
}

.acbox div{
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.15s; /* 開閉スピードの設定 */
}

.acbox input:checked ~ div{
  height: auto;
  padding: 18px; /* 開いた部分の枠内の余白 */
  border-radius: 0px;
  background: #F3F4F5; /* 開いた部分の背景色 */
  opacity: 1;
}

.acbox input:checked ~ label {
  background: #C34AB3; /* クリック後のラベルの背景色 */
}

.acbox-under{
  font-size: 15px; /* 開いた部分の文字サイズ */
  color: #555555; /* 開いた部分の文字色 */
}

/*============================
=  cast
============================*/
#profile-main-image img {
  max-width: 80%;
}
#profile-frame .profile-frame {
  font-size: medium;
}

/*============================
=  wp Customer Reviews
============================*/
.wpcr3_respond_2{
    display: block;
}
.wpcr3_show_btn, .wpcr3_cancel_btn{
    display: none;
}
/* フォーム全体の最大幅追記 */
.wpcr3_div_2 {
    max-width: 100%;
}
/* 画面幅600px以下で見出しと入力フォームを２段にする */
@media (max-width: 600px){
.wpcr3_table_2 td {
    text-align: left;
    display: block;
}
}

/*  レビューフォームの幅設定 */
.wpcr3_respond_2 textarea {
    min-width: 300px;
    width: 100%;
    max-width: 100%;
}
/*  レビューフォームの border削除 */
.wpcr3_table_2 tbody {
    border: 0px !important;

}
.wpcr3_review h4, .wpcr3_leave_text h4 {
  padding: 1rem 2rem;
  border-left: 6px double #85c0fb;
  font-size: large;
  font-weight: revert;
  margin-top: 15px;
}

.wpcr3_item wpcr3_product .wpcr3_item_name,
.wpcr3_review_author .wpcr3_item_name {
  display: none;
}


.wpcr3_aggregateRating .profile-title {
    background-color: #e1f0ff !important;
}
.wpcr3_aggregateRating .profile-title .title-name {
  color: #6d6161 !important;
  border-color: #85c0fb !important;
}

.wpcr3_aggregateRating h3 {
    position: relative;
    padding: 1.5rem;
    text-align: center;
    font-size: larger;
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.wpcr3_aggregateRating h3:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #e1f0ff;
}

/*============================
=   wpcr3_table_2
============================*/

/* レスポンシブ2列テーブル */
.definition dl{
  display:flex;
  flex-wrap: wrap;
  border: 1px solid #ccc;
  border-top: none;
}
.definition dt{
  background: #e1f0ff;
  width: 30%;
  padding: 10px;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
}
.definition dd{
  padding: 10px;
  margin: 0;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  width: 70%;
  background: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 560px) {
.definition dl{
    flex-flow: column nowrap;
  }
.definition dt,
.definition dd{
    width: 100%;
  }
.definition dd{
    border-left: none;
  }
}
/*============================
=	widget title
============================*/
#cp5_cast_slider-4 h3.widget-title,
#cp5_cast_slider-3 h3.widget-title,
#cp5_schedule_slider-3 h3.widget-title,
#bbp_topics_widget-2 h3.widget-title,
#bbp_views_widget-2 h3.widget-title,
#widget_wpmemwidget-2 h3.widget-title {

}

#cp5_cast_slider-4 h3.widget-title,
#cp5_cast_slider-3 h3.widget-title,
#cp5_schedule_slider-3 h3.widget-title,
#bbp_topics_widget-2 h3.widget-title,
#bbp_views_widget-2 h3.widget-title,
#widget_wpmemwidget-2 h3.widget-title,
#bbp_forums_widget-2 h3.widget-title {
  position: relative;
  background: #ec78b4;
  box-shadow: 0px 0px 0px 5px #ec78b4;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  color: #454545;
}

#cp5_cast_slider-4 h3.widget-title:after,
#cp5_cast_slider-3 h3.widget-title:after,
#cp5_schedule_slider-3 h3.widget-title:after,
#bbp_topics_widget-2 h3.widget-title:after,
#bbp_views_widget-2 h3.widget-title:after,
#widget_wpmemwidget-2 h3.widget-title:after,
#bbp_forums_widget-2 h3.widget-title:after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #f377b5;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.widget-odd,
.widget-even {
    padding-left: 10px;
    padding-right: 10px;
}

/* スライダー画像の自動ズームイン　アニメーション効果を切る */

.swiper-wrapper .swiper-slide-active img.slider-image {
-webkit-animation: none!important;
animation: none!important;
pointer-events: none;
}
/*============================
= WP Customer Reviews
============================*/
.wpcr3_respond_2{
    display: block;
}

.wpcr3_show_btn, .wpcr3_cancel_btn{
    display: none;


    /* フォーム全体の最大幅追記 */
    .wpcr3_div_2 {
        max-width: 100%;
    }

    /* 画面幅600px以下で見出しと入力フォームを２段にする */
    @media (max-width: 600px){
    .wpcr3_table_2 td {
        text-align: left;
        display: block;
    }
    }

    /*  レビューフォームの幅設定 */
    .wpcr3_respond_2 textarea {
        min-width: 300px;
        width: 100%;
        max-width: 100%;
    }

div.wpcr3_review_item div.wpcr3_item_name { display: none !important; }
	

