@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

.fz-18px {
    font-size: 16px;
}

.entry-content>*, .mce-content-body>*, .article p, .demo .entry-content p, .article dl, .article ul, .article ol, .article blockquote, .article pre, .article table, .article .toc, .body .article, .body .column-wrap, .body .new-entry-cards, .body .popular-entry-cards, .body .navi-entry-cards, .body .box-menus, .body .ranking-item, .body .rss-entry-cards, .body .widget, .body .author-box, .body .blogcard-wrap, .body .login-user-only, .body .information-box, .body .question-box, .body .alert-box, .body .information, .body .question, .body .alert, .body .memo-box, .body .comment-box, .body .common-icon-box, .body .blank-box, .body .button-block, .body .micro-bottom, .body .caption-box, .body .tab-caption-box, .body .label-box, .body .toggle-wrap, .body .wp-block-image, .body .booklink-box, .body .kaerebalink-box, .body .tomarebalink-box, .body .product-item-box, .body .speech-wrap, .body .wp-block-categories, .body .wp-block-archives, .body .wp-block-archives-dropdown, .body .wp-block-calendar, .body .ad-area, .body .wp-block-gallery, .body .wp-block-audio, .body .wp-block-cover, .body .wp-block-file, .body .wp-block-media-text, .body .wp-block-video, .body .wp-block-buttons, .body .wp-block-columns, .body .wp-block-separator, .body .components-placeholder, .body .wp-block-search, .body .wp-block-social-links, .body .timeline-box, .body .blogcard-type, .body .btn-wrap, .body .btn-wrap a, .body .block-box, .body .wp-block-embed, .body .wp-block-group, .body .wp-block-table, .body .scrollable-table, .body .wp-block-separator, .body .wp-block, .body .video-container, .comment-area, .related-entries, .pager-post-navi, .comment-respond {
    margin-bottom: 10px;
}

.widget_nav_menu ul li a {
    color: var(--cocoon-text-color);
    text-decoration: none;
    padding: 10px 0;
    display: block;
    padding-right: 4px;
    padding-left: 4px;
	font-size: 15px;
	border-bottom: 1px dotted #ccc;
}

.widget_nav_menu ul li a :before {
    font-family: "Font Awesome 5 Free";
    content: "\f26c ";
    color: #707070;
    padding-left: 3px;
    font-weight: 900;
}



/*********************************
★タグボックス1
*********************************/
.tag-box1 {
  display: inline-block;
  width: auto;
  margin: 8px 2px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 15px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #141414;
  border: solid 1px #565656;
  border-radius: 3px;
}
.tag-box1 p {
  margin: 0px; 
  padding: 0px;
}

/*********************************
★タグボックス1
*********************************/
@media screen and (max-width: 680px){
.tag-box1 {
  display: inline-block;
  width: auto;
  margin: 8px 2px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 15px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #141414;
  border: solid 1px #565656;
  border-radius: 3px;
}
.tag-box1 p {
  margin: 0px; 
  padding: 0px;
}
}


/************************************
ヘッダー
************************************/
.header-container {
  color: #fefefe;
  background-image: url(http://manga.nako8.com/wp-content/uploads/2024/03/③背景_大理石-scaled.jpg);
  border-bottom: 3px solid #86cfcf;
}
.header .header-in {
   min-height: 60px;
   background-color: rgba(134,207,207,0.01);
}
.header-container .navi {
  background-image: url(http://manga.nako8.com/wp-content/uploads/2024/03/③背景_大理石-scaled.jpg);
  background-color: rgba(134,207,207,0.03);
}
#navi .navi-in > .menu-header .sub-menu {
  background-color: rgba(134,207,207,0.3);
}
#navi .navi-in a:hover {
  background-color: rgba(134,207,207,0.2);
  margin-top: 0.1em;
}

.menu-header .item-label {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1.5px;
}

.site-name-text-link {
	height: 60px;
    color: var(--cocoon-text-color);
    text-decoration: none;
    font-weight: normal;
	padding: 0;
	background-color: none;
}
.navi-in > ul {
  min-height: 60px;
  background-color: rgba(134,207,207,0.01);
  padding: 0;
  margin: 0;
  font-size: 15px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.header-container-in.hlt-top-menu .logo-header .site-name {
    margin: 0;
	width: 210px;
}
.header-container-in.hlt-top-menu .logo-header img {
  max-height: 61px;
  height: 61px;
  width: 210px;
  margin-top: -1px;
  margin-bottom: 1px;
  vertical-align: middle;
  background-color: none;
  background-image: url(http://manga.nako8.com/wp-content/uploads/2024/03/③背景_大理石-scaled.jpg);
}

.header-container-in.hlt-top-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}


/************************************
カルーセル
************************************/
.carousel-in {
    background-color: var(--cocoon-white-color);
    padding: 2px 0;
	background-color:rgba(255,255,255,0.4);
}

/************************************
パンくずリスト 
************************************/
.breadcrumb {
  margin: 5px 0;
  color: var(--cocoon-x-pallid-text-color);
  font-size: 12px;
}

/************************************
日付 更新データ
************************************/
.date-tags {
    line-height: 0.8;
    text-align: right;
	margin-top: 5px;
    margin-bottom: 30px;
}

/************************************
★記事一覧リンクホバー
************************************/
.a-wrap:hover {
    background-color: rgba(134,207,207,0.2);
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    box-shadow: 0 0 8px #f6fafd;
}

/************************************
メインコンテンツ
************************************/
.main {
  width: 860px;
  line-height: 1;
  margin: 5px 0;
  padding: 15px 45px;
  border: 1px solid transparent;
  border-radius: var(--cocoon-basic-border-radius);
  position: relative;
  z-index: 0;
  background-color:rgba(255,255,255,0.3);
}
.content-in {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -25px;
}
.entry-content>*, .demo .entry-content p {
    line-height: 1.8;
}

/************************************
メイン・サイドバー背景
************************************/
.sidebar {
  margin: 5px 0;
  padding: 15px 15px;
  background-color:rgba(255,255,255,0.3);
}

.mce-container, .mce-container *, .mce-widget, .mce-widget *, .mce-reset {
    line-height: 1px;
}


/************************************
サイドバーもくじタイトル
************************************/
h3.widget-sidebar-scroll-title.widget-title {
  font-size: 14px;
	text-align: center;
	margin: 1px 5px 5px 5px;
	padding: 5px;
	background-color: #efe8ea;
	border: 
}

/************************************
サイドバーもくじ内容
************************************/
.nwa .toc{
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  font-size: 11px;
  border: 1px solid #ddd;
  padding-top: 10px;
  padding-bottom: 20px;
}
/*サイドバーもくじハイライト*/
#toc-2 li.current {
	background-color: #ffd7cc; /* ハイライト色 */
}

/************************************
コンテンツもくじ
************************************/
.toc {
  background-color:rgba(255,255,255,0.3);
  border: 1px solid #e5e5e5;
  display: block;
  box-shadow: 0 0 2px 2px rgba(229,229,229,7);
  font-size: 15px;
  padding: 1em 1.6em;
  margin-bottom: 1em;
}
/* もくじタイトル */
.toc-title {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  color: #707070; 
  border-bottom: solid 2px #a5cfd3;
  padding: 2px 5px 6px 5px;
  margin: 1px 2px 3px 2px;
  display: block;
}
/* もくじタイトルアイコン */
.toc-title:before {
  top: 0;
  left: -55px;
  width: 50px;
  height: 50px;
  font-family: "Font Awesome 5 Free";
  content : "\f022";
  font-size: 20px;
  margin-right: 5px;
  color: #a5cfd3;
  padding:14px;
}
/* 目次 H2カスタマイズ */
.toc li a {
  display: block;
  line-height: 2.0;
  margin-top: 8px; 
  padding: 1px 1px 3px 2px;
  position: relative;
  border-bottom: 1px dashed #ccc; 
  color: #707070; 
  font-size: 16px;
  font-weight: 600;
}
/* 目次 H2アイコン */
.toc li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da"; 
  color: #a5cfd3;
  font-size: 20px;
  font-weight: 900;
  padding-right: 12px;
}

/* 目次 H3～カスタマイズ */
.toc .toc-list ul a{ 
  display: block;
  line-height: 2.0;
  padding: 1px 1px 3px 2px;
  position: relative;
  border-bottom: 1px dashed #ccc;
  color: #777777;
  font-size: 15px;
  font-weight: 500;
}
/* 目次 H3～アイコン */
.toc .toc-list ul a:before {
  font-family: "Font Awesome 5 Free"; 
  content: "\f0da"; 
  font-size: 15px;
  margin-left: -10px;
  color: #d5e0e0;
  padding-right: 10px; 
  font-weight: 900; 
}

/************************************
タイトルｈ１～ｈ４
************************************/
.entry-title, .archive-title {
  position: relative;
  font-size: 22px;
  margin: 15px -45px 8px -45px;
  padding: 15px 25px;
  border: double 10px #d2d8d8;
  border-left: none;
  border-right: none;
  box-shadow: 0px 0px 7px 3px #bdc9c8;
  color: #707070; /* 文字色 */  
}

.article h2 {
  position: relative;
  margin: 60px -45px 15px -45px;
  padding: 15px 35px;
  font-size: 22px;
  color: #707070;
  background-color: rgba(215,221,221,0.2);
  border: 4px solid #e8e8e8;
  border-radius: 1px;
  border-left: none;
  border-right: none;
  box-shadow: 0px 0px 6px 2px #d2d8d8;
}

.article h3 {
  margin: 50px -35px 15px -35px;
  padding: 10px 25px; /* 上・右・下・左の余白 */
  color: #665e5e;
  font-size: 20px;
  background-color: rgba(255,255,255,0.1);
  border-top: solid 2px #a5cfd3;
  border-bottom: solid 3px #a5cfd3;
  border-left: none;
  border-right: none;
}

.article h4 {
  margin: 30px -15px 35px -15px;
  padding: 10px 5px 10px 5px; /* 上・右・下・左の余白 */
  color: #665e5e;
  font-size: 18px;
  border-bottom: dotted 3px #a5cfd3;
  border-top: dotted 3px #a5cfd3;
}

/************************************
サイドバーｈ３タイトル
************************************/
.sidebar h2,.sidebar h3 {
  margin: 16px 0;
  padding: 8px 15px;
  font-size: 18px;
  color: #707070;
  background-color: rgba(215,221,221,0.3);
  border-top: solid 3px #e8e8e8;
  border-bottom: solid 3px #e8e8e8;
  border-radius: 4px;
}

/************************************
サイドバーカテゴリ
************************************/
.widget_categories ul li a{
  text-decoration: none;
  max-width: 350px;
  font-size: 15px;
  color: #707070;
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
  font-weight: 500;
}
.widget_categories ul li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f26c ";
  color: #707070;
  padding-left: 3px; 
  font-weight: 900; 
}
.widget_categories  ul li ul li a:before  {
  font-family: "Font Awesome 5 Free";
  content: "\f067 ";
  color: #707070;
  padding-right: 5px;
  font-weight: 900;
}

.cat-item a::before {
  font-family: FontAwesome;
  content: "\f26c ";
  margin-right: 6px;
}
.cat-item .children a::before {
  content: "\f067 ";
}
.font-awesome-5 .cat-item a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.font-awesome-5 .cat-item .children a::before {
  content: "\f067 ";
}

/************************************
サイドバープロフィール
************************************/
.nwa .author-box {
	font-size: 14px;
    text-align: center;
    padding: 20px;
}
.author-box p {
    margin-top: 15px;
    line-height: 1.3;
}

/************************************
TV・特徴まとめ_BOX
************************************/
.TV-feature {
  width: 100%;
  border: 1px solid #dedede;
  margin-top: 2px;
  margin-left: 1px;
  margin-bottom: 5px;
  padding: 20px 3px 1px 3px;
}
.TV-feature .TV-head {
  width: 100%;
  border-bottom: 5px solid #dedede;
  margin-top: -10px;
  margin-bottom: 10px;
  padding-left: 0px;
  padding-right: px;
  color: #595959;
  font-size: 16px;
  font-weight: 550;
}
.TV-feature .TV-head:before {
  font-family: "Font Awesome 5 Free";
  content: "\f26c ";
  color: #707070;
  padding-left: 1px;
  padding-right: 5px;
  font-weight: 900; 
}
.TV-feature img{
  width: 30%;
  height: auto;
  margin-top: 5px;
  margin-left: 2px;
  padding: 3px;
  border: 1px solid #dedede;
  border-radius: 4px;
}

.TV-feature .heading-list {
  padding-left: 1rem;
  margin-top: -20px;
  margin-bottom: 30px;
  line-height: 10px;
}
.TV-feature .heading-list:before {	
  font-family: "Font Awesome 5 Free";
  content: "\f22d ";
  color: #707070;
  padding-right: 10px;
  font-weight: 900; 
}
.point-link {
  width: 50px;
  margin-left: 80px;
  margin-top: -20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
}

 .TV-link-block-button {
  display: inline-block;
  position: relative;
  width: 80%;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  margin-top: 2px;
  margin-left: 10%;
  margin-right: 10%;
  padding: 8px;
  line-height: 25px;
  border-radius: 20px;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  background: linear-gradient(#fed6e3 0%, #e07290 100%);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.45);
}
.TV-link-button: active {
  /*押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*沈むように*/
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(#fed6e3 0%, #ffbcbc 100%);/*グラデーションを明るく*/
}

.TV-feature .point {
  display: inline-block;
  position: relative;
  width: 80%;
  align-items: center;
  margin-top: -30px;
  margin-bottom: 35px;
  margin-left: 10%;
  margin-right: 10%;
  padding: 15px;
  color: #595959;
  font-weight: 550;
  border: 2px solid #ccc;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  line-height: 1.4rem;
  letter-spacing: .2rem;
}


/**********************************
①タブ切り替えBOX
***********************************/
.tab-list1 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.tab-item1 {
  width: 50%;
  height: 45px;
  line-height: 0.px;
  padding-top: 8px;
  border-radius: 1px 1px 0 0;
  border: 1px solid #ccc;
  background-color: #eaeaea;
  color: #999;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
  transition: .4s ease-in-out;
}
.tab-item1:first-child {
  background-color: #f2f2f2;
}
.tab-item1:nth-child(2) {
  background-color: #f2f2f2;
}
.tab-item1:nth-child(3) {
  background-color: #f2f2f2;
}
.tab-item1:nth-child(4) {
  background-color: #f2f2f2;
}

/* タブをクリックした時 ホバーした時 */
.tab-item1:hover, .tab-item1.is-active {
  color: #333;
  border-bottom: 3px solid #565656;
}
.tab-item1:first-child:hover, .tab-item1:first-child.is-active {
  background-color: #bedbdb;
}
.tab-item1:nth-child(2):hover, .tab-item1:nth-child(2).is-active {
  background-color: #bedbdb;
}
.tab-item1:nth-child(3):hover, .tab-item1:nth-child(3).is-active {
  background-color: #bedbdb;
}
.tab-item1:nth-child(4):hover, .tab-item1:nth-child(4).is-active {
  background-color: #bedbdb;
}

/* コンテンツ切替時 */
.panel-list1 {
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  border-radius: 0 0 3px 3px;
}
/* コンテンツ内容 */
.panel-item1 {
  display: none;
  width: 100%;
  padding: 14px;
  color: #282828;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #ccc;
  border-radius: 0 0 3px 3px;
  border-top: none;
}
.panel-item1.is-active {
  display: block;
  animation: panel-show .9s ease-in-out forwards;
}

/* パネル切り替えのアニメーション */
@keyframes panel-show {
  from {
  opacity: 0;
  }
  to {
  opacity: 1;
  }
}

/************************************
②タブ 切り替えBOX
*************************************/
.tab-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.tab-item {
  width: 25%;
  height: 45px;
  line-height: 0.px;
  padding-top: 8px;
  border-radius: 1px 1px 0 0;
  border: 1px solid #ccc;
  background-color: #eaeaea;
  color: #999;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
  transition: .4s ease-in-out;
}
.tab-item:first-child {
  background-color: #f2f2f2;
}
.tab-item:nth-child(2) {
  background-color: #f2f2f2;
}
.tab-item:nth-child(3) {
  background-color: #f2f2f2;
}
.tab-item:nth-child(4) {
  background-color: #f2f2f2;
}

/* タブをクリックした時 ホバーした時 */
.tab-item:hover, .tab-item.is-active {
  color: #333;
  border-bottom: 3px solid #565656;
}
.tab-item:first-child:hover, .tab-item:first-child.is-active {
  background-color: #bedbdb;
}
.tab-item:nth-child(2):hover, .tab-item:nth-child(2).is-active {
  background-color: #bedbdb;
}
.tab-item:nth-child(3):hover, .tab-item:nth-child(3).is-active {
  background-color: #bedbdb;
}
.tab-item:nth-child(4):hover, .tab-item:nth-child(4).is-active {
  background-color: #bedbdb;
}
/* コンテンツ切替時 */
.panel-list {
  font-size: 14px;
  background-color: ;
  border: 1px solid #ccc;
  border-radius: 0 0 3px 3px;
}
/* コンテンツ内容 */
.panel-item1 {
  display: none;
  width: 100%;
  padding: 14px;
  color: #282828;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #ccc;
  border-radius: 0 0 3px 3px;
  border-top: none;
}
.panel-item.is-active {
  display: block;
  animation: panel-show .9s ease-in-out forwards;
}
/* パネル切り替えのアニメーション */
@keyframes panel-show {
  from {
  opacity: 0;
  }
  to {
  opacity: 1;
  }
}

/******************************
★①へこむ アフィリボタン
*******************************/
.link-button {
  width: 100%;
	height: 40px;
	margin-top: -15px;
	margin-bottom: 35px;
}
.link-button1 a{
  position: relative;
  display: block;
	top: 0;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 10px;
  line-height: 25px;
	border: 3px solid #f7f7f7;
  border-radius: 15px;
  background: linear-gradient(#f2f2f2 15%, #a5cfd3; 90%);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 9px rgba(0, 0, 0, 0.45);
  transition: .3s ease-in-out;
}
.link-button1 a:hover {
  top: 9px; /* 元の位置から9px分下げる */
	background-color: #bedbdb;
  box-shadow: 0 0 rgba(0, 0, 0, 0.45); /* 影を0pxにする */
}


/************************************
メリット タイトル付きBOX ブルー
************************************/
.box0-blue .box-title {
	position:absolute;	
    display: inline-block;
	background-color: #a5cfd3; 
	border-radius: 2px;
	font-size: 16px;
	font-weight: 900;
	color: #fff ;
	padding: 7px 10px;
	line-height: 1.6;/*行の高さ*/
	top: -20px; /*上から（0px）移動*/
	left: 10px; /*左から(0px)移動*/
}
.box0-blue {
	position:relative; 
	margin: 30px auto; 
	padding: 30px 35px 15px; 20px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.6;
    background: rgba(255, 255, 255, 0.3);
	border-radius: 3px;
    box-shadow: 0 0 6px 1px #81ced3, 0 0 6px 1px #faccbc;	
}
.box0-blue p {
    margin: 0; 
    padding: 0;
}

/************************************
⓪メリット タイトル付きBOX ピンク
************************************/
.box0-pink .box-title {
	position:absolute;	
    display: inline-block;
	background-color: #eaccd4; 
	border-radius: 2px;
	font-size: 16px;
	font-weight: 900;
	color: #fff ;
	padding: 7px 10px;
	line-height: 1.6;/*行の高さ*/
	top: -20px; /*上から（0px）移動*/
	left: 10px; /*左から(0px)移動*/
}
.box0-pink {
	position:relative; 
	margin: 30px auto; 
	padding: 30px 35px 15px; 20px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.6;
	padding-top: 30px; 
	border-radius: 3px;
    box-shadow: 0 0 6px 1px #eaccd4, 0 0 6px 1px #eaccd4;
}
.box0-pink p{
    margin: 0; 
    padding: 0;
}

/******************************
★へこむ アフィリボタン
*******************************/
.link-button0 {
  width: 100%;
  height: 40px;
  margin-top: -15px;
}
.link-button0 a {
  position: relative;
  display: block;
  top: 0;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 10px;
  line-height: 25px;
  border: 3px solid #f7f7f7;
  border-radius: 15px;
  background: linear-gradient(#afafaf 15%, #0a0a0a 90%);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 9px rgba(0, 0, 0, 0.45);
  transition: .3s ease-in-out;
}
.link-button0 a:hover {
  top: 9px; /* 元の位置から9px分下げる */
  box-shadow: 0 0 rgba(0, 0, 0, 0.45); /* 影を0pxにする */
}

/******************************
★テーブル0
*******************************/
.table0 {
  border-collapse: separate!important;
  overflow: hidden!important;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 3px;
  border: 2px solid #ccc;
  border-radius: 15px;
  font-size: 12px;	
  text-align: center;
  line-height: 140%;

}
.table0 th {
  border: 1px solid #ccc;
  color: #0a0a0a;
  padding: 5px;
  text-align: center;
  font-weight: 900;
  font-size: 16px;
  line-height: 140%;
  background-color:;
}
.table0 td {
  color: #303030;
  padding: 5px;
  font-size: 12px;
  font-weight: ;
  text-align: center;
  border: 1px solid #ccc;
  background-color: ;
}


/******************************
★テーブル１
*******************************/
.table1 {
  overflow-x: auto;
  overflow-y: hidden !important;
  width: 100%;
  margin-top: 1px;
  border: 2px solid #ccc;
  font-size: 12px;	
  text-align: center;
  line-height: 200%;
}
.table1 th {
  border: 2px solid #ccc;
  color: #0a0a0a;
  padding: 5px;
  text-align: center;
  font-weight: 900;
  font-size: 15px;
  line-height: 200%;
  background-color: #f2f2f2;
}
.table1 td {
  color: #303030;
  padding: 5px;
  font-size: 13px;
  font-weight: ;
  text-align: center;
  border: 1px solid #ccc;
  background-color: #f7f7f7;
}


/************************************
★テーブル２ maru batu
************************************/
.table2 {
    overflow-x: auto;
    overflow-y: hidden !important;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 40px;
    line-height: 150%;
    border: solid #eaeaea 2px;
    text-align: center;
}
.table2 th {
  position: sticky;
  line-height: 150%;
  background-color: #ead5db;
  padding: 5px;
  color: #7f7f7f;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  border-width: thin;
}
.table2 td {
  line-height: 150%;
  background-color: #f9f9f9;
  padding: 5px;
  color: #686868;
  font-size: 12px;
  text-align: center;
  border-width: thin;
  padding: 5px;
}
.table-img > img{
  width: 100%;
  height: 100%;
}
.td-maru2 {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(https://takuhai.online/wp-content/uploads/2024/01/maru2-1.png);
}
.td-maru {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(https://takuhai.online/wp-content/uploads/2024/01/maru-1.png);
}
.td-sankaku {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(https://takuhai.online/wp-content/uploads/2024/01/sankaku-1.png);
}
.td-batu {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(https://takuhai.online/wp-content/uploads/2024/01/batu-1.png);
}

/************************************
★テーブル３
************************************/
.table3 {
  overflow-x: auto;
  overflow-y: hidden !important;
  width: 100%;
  height: 400px;
  font-size: 12px;	
  text-align: center;
  border: solid #eaeaea 2px;
  line-height: 20px;
}
.table3 th {
  color: #ffff;
  padding: 10px;
  font-weight: 600;
  font-size:12px;
  text-align: center;
  background: #ead5db;
}
.table3 td {
  padding: 5px 10px;
  font-size: 12px;
  text-align: center;
  border-width: thin;
  border: 1px solid #ffff;
  background: #f9f9f9;
  padding: 5px;
}

/************************************
NEWいいねボタン
************************************/
@charset "UTF-8";
/* iOSでのデフォルトスタイルをリセット */
button {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
button::-webkit-search-decoration {
  display: none;
}
button::focus {
  outline-offset: -2px;
}
button.newiine_btn {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  position: relative;
  cursor: pointer;
  background: transparent;
  border: 3px solid;
  color: #e02871;
  font-size: 15px;
  border-radius: 20px;
  padding: 0px 14px 5px 13px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
button.newiine_btn:hover {
  background: #f1f1f1;
}
button.newiine_btn span.material-icons-round {
  font-size: 15px;
  vertical-align: sub;
}
button.newiine_btn.newiine_clickedtoday {
  color: #e02871;
  border-color: #e02871;
}
button.newiine_btn.newiine_clickedtoday:hover {
  background: #e02871;
}
button.newiine_btn.newiine_clicked {
  color: #ffffff;
  background: #e02871;
  border-color: #e02871;
}
button.newiine_btn.newiine_clicked:hover {
  background: #e02871;
  border-color: #e02871;
}
button.newiine_btn:before {
  position: absolute;
  content: "";
  display: block;
  margin: auto;
  visibility: hidden;
  width: 200px;
  height: 70px;
  border-radius: 50px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  -webkit-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  background: #fd7f96;
}
button.newiine_btn:active {
  -webkit-transform: scale(0.92);
  transform: scale(0.92);
}
button.newiine_btn.newiine_animate:before {
  z-index: 1;
  -webkit-animation: newiine_animation ease-out 0.5s forwards;
  animation: newiine_animation ease-out 0.5s forwards;
}
div.newiine_thanks img {
  max-width: 100%;
}
button.newiine_btn div.newiine_thanks:after {
  content: '';
  width: 0px;
  height: 0px;
  position: absolute;
  left: 20px;
}
button.newiine_btn div.newiine_thanks_up {
  bottom: 140%;
  animation-name: newiine_thanks-up;
}
button.newiine_btn div.newiine_thanks_up:after {
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
  top: calc(100% - 1px);
}
button.newiine_btn div.newiine_thanks_down {
  top: 140%;
  animation-name: newiine_thanks-down;
}
button.newiine_btn div.newiine_thanks_down:after {
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  bottom: calc(100% - 1px);
}
button.newiine_btn div.newiine_thanks_right {
  right: 0;
  left: auto;
}
button.newiine_btn div.newiine_thanks_right:after {
  left: auto;
  right: 20px;
} 
button.newiine_btn div.newiine_thanks p {
  margin: 10px auto;
}

/************************************
VOD・特徴まとめ_BOX
************************************/
.vod-feature {
    padding: 20px 10px 2px 10px;
    border: 1px solid #dedede;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    width: 100%;
}
.vod-feature .heading {
  width: 100%;
  text-align: center;
  font-size: 1rem;
  line-height: 1.4rem;
  letter-spacing: .2rem;
  display: inline-block;
  position: relative;
  font-weight: 550!important;
  padding: 0.8rem 1rem!important;
  margin-bottom: 12px!important;
  color: #fff!important;
  border-radius: 10px;
}
.vod-link-button: active {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(#e0c3cb 0%, #e0577c 100%);/*グラデーションを明るく*/	
}
.vod-feature .heading:after {
  position: absolute;
  bottom: -9px;
  left: 130px;
  width: ;
  height: 0;
  content: "";
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #e0577c transparent transparent;
}
img.alignleft {
  display: inline-block;
  margin: 0 1em 1em 0;
  border: none;
}
.vod-feature .point {
  margin-bottom: 25px;
  border-radius: 4px;
  border: 1px solid #dedede;
}
.vod-feature .point .point-head {
    margin: 0 0 1.2rem!important;
    border-bottom: 1px solid #aaa!important;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.4rem;
    padding-bottom: 1vh;
}
.vod-feature .point ul {
    padding-left: 1rem;
    margin-bottom: 0;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
.vod-feature .figure .right-contents .more-link {
    font-weight: 700;
    text-align: right;
    padding-top: 0.65rem!important;
    padding-bottom: 0.65rem!important;
}
 .vod-link-block-button {
  display: inline-block;
  position: relative;
  text-decoration: none;
	font-size: 20px;
  color: #fff;
  width: 100%;
	padding: 12px;
  line-height: 25px;
  border-radius: 20px;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  background: linear-gradient(#fed6e3 0%, #e07290 100%);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.45);
}
.vod-link-button: active {
  /*押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*沈むように*/
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(#fed6e3 0%, #ffbcbc 100%);/*グラデーションを明るく*/
}

/* あふぃリンク(大) */
.vod-link-button {
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  width: 100%;
  padding: 15px;
  line-height: 25px;
  border-radius: 22px;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  background: linear-gradient(#fed6e3 15%, #e07290 100%);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.45);
}
.vod-link-button: active {
  /*押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*沈むように*/
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(#fed6e3 0%, #ffbcbc 100%);/*グラデーションを明るく*/
}

/************************************
タイトル付き・上下ただの線
************************************/
.sen000 {
    position: relative;
    margin: 30px 0;
    padding: 30px 5px;
    border: solid 3px #d8c7cb;
    border-left: solid 1px #fff;
	  border-right: solid 1px #fff;
}
.sen000 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 30px;
    padding: 0 9px;
    line-height: 1;
    font-size: 22px;
    background: #FFF;
    color: #d6486e;
    font-weight: bold;
}
.sen000 p {
    margin: 0; 
    padding: 0;
}

/************************************
上下ただの線
************************************/
.sen00 {
    position: relative;
    margin: 30px 0;
    padding: 30px 5px;
    border: solid 3px #d8c7cb;
    border-left: solid 1px #fff;
	  border-right: solid 1px #fff;
}

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


/************************************
最新アコーディオンボックス
************************************/
.displayNone {
display: none;
}
.accordion li {
border-bottom: 1px solid #ccc;
padding: 10px;
}
.accordion a {
display: block;
}
.switch {
position: relative;
cursor:pointer;
font-weight: bold;
padding:15px 50px 15px 10px;
font-size: 16px;
font-weight: bold;
background: #edc7c7;
border-radius: 2px;
}

.contentWrap {
font-size: 14px;
padding:20px 10px 20px 10px;
margin-top: -15px;
margin-left: 2px;
margin-right: 2px;
margin-bottom: 8px;
border: 1px solid #ccc;
border-top: none;
border-radius: 2px;
}


.switch:after {
position: absolute;
font-family: "Font Awesome 5 Free";
content: '';
color: #FF6685;
top: 60%;
right: 30px;
margin-top: -18px;
font-size: 22px;
font-weight: bold;
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-moz-transition: all, 0.25s, linear;
-o-transition: all, 0.25s, linear;
-webkit-transition: all, 0.25s, linear;
transition: all, 0.25s, linear;

}
.switch.open:before {
font-family: "Font Awesome 5 Free";
content: '\f105';
color: #fff;
font-size: 22px;
-moz-transform: translate(0, 50%);
-ms-transform: translate(0, 50%);
-webkit-transform: translate(0, 50%);
transform: translate(0, 50%);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
}

.switch:before {
position: absolute;
font-family: "Font Awesome 5 Free";
content: '\f078';
color: #fff;
top: 60%;
right: 30px;
margin-top: -24px;
font-size: 20px;
font-weight: bold;
}

/************************************
ステップバーデザイン4
************************************/
.step-wrap4 {
 counter-reset: count;
 margin: 2em 0;
 position: relative;
}
.step-content4 {
 padding: 1em 0 1.3em 2.5em;
 margin: 0;
 position: relative;
}
.step-content4::before {
 content: "";
 display: block;
 width: 55px;
 height: 55px;
 background: #ed7676;
 border-radius: 50%;
 position: absolute;
 top: 0;
 left: -3px;
}
.step-content4::after {
 content: "";
 display: block;
 height: calc(100% - 55px);
 border-left: solid 2px #ddd;
 position: absolute;
 top: 55px;
 left: 10px;
}
.step-label4 {
 color: #fff;
 font-weight: bold;
 font-size: 12px;
 position: absolute;
 top: 3px;
 left: 10px;
}
.step-label4::after {
 counter-increment: count;
 content: counter(count);
 position: absolute;
 font-size: 30px;
 top: 2px;
 left: 7px;
}
.step-title4 {
 font-weight: bold;
 font-size: 120%;
 margin-left: 1.5em;
}
.step-body4 {
 margin-top: 1em;
 padding: 0 0 1em;
 border-bottom: dotted 2px #ddd;
}
.step-wrap4 > :last-of-type::after {
 display: none;
}

/**********************************
★タグボックス
***********************************/
.tag-box {
  display: inline-block;
  margin: 1px;
	margin-bottom: 15px;
  max-width: 200px;
  padding: 13px 5px;
  height: px;
	line-height: 1px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #141414;
  border: solid 1px #565656;
  border-radius: 3px;
}


/************************************
★公式ボタン
************************************/
.koshiki-button {
	display: inline-block;
    margin: 1px;/*コレ*/
	max-width: 60px;
    padding: 2px 3px;
	height: 25px;
    line-height: 17px;
    font-size: 9px;
    font-weight: 60;
    text-align: center;
    color: #fff;
    background: #e21f53;
    border: solid 2px #fff;
    border-radius: 5px;
}
.koshiki-button p {
    margin: 0px; 
    padding: 0px;
}

/************************************
** 折りたたみテーブル
************************************/
.p-accordion-table {
	line-height:1.6;
	width:100% !important;
	border-collapse: collapse;
	max-width: 100%;
	word-break: break-all;
	border:none !important;
}
.p-accordion-table tr {
	border:none !important;
}
.p-accordion-table th,.p-accordion-table td{
	vertical-align: middle;;
	padding:13px !important;
	border: solid 2px #ddd !important;
	font-size:0.85em !important;
}
.p-accordion-table th {
	background: #e5a7a7;
	letter-spacing: 1px;
	font-weight: 500 !important;
	color: #555 !important;
	min-width: calc(5vw + 50px);
	text-align:center;
	max-width:400px;
}
.p-accordion-table td {
	background:#fff;
}
.p-accordion-table td p{
	padding-bottom:1.2em;
	margin:0;
}
.p-accordion-table td p:last-child{
	margin-bottom:0;
	padding-bottom:0;
}
.p-accordion-table ul{
	margin:0;
	padding:0 1.5em;
}


/************************************
画像横ふわふわタイトル付きBOX
************************************/
.box777 .box-title {
	background-color:#eaccd4;
	border-radius: 2px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
	color: #fff;
	padding: 7px 10px;
	line-height: 2;/*行の高さ*/
	position:absolute;	/* 配置(ここを動かす) */
	top: -20px; /*上から（0px）移動*/
	left: 3px; /*左から(0px)移動*/
}
.box777{
	margin: 25px auto;
	margin-left: 365px;
	font-size: 13px;
	line-height: 18px;
	padding:45px 10px 3px 10px; 
	position:relative; /* 配置(ここを基準に)*/
	border-radius: 3px;
	box-shadow: 0 0 6px 1px #eaccd4, 0 0 6px 1px #eaccd4;	
}

/* ふわふわタイトル付きBOX */
.box77 .box-title {
	background-color:#cc5583; 
	border-radius: 2px;
	font-size: 16px;
	font-weight: bold;
	color: #fff ;
	padding: 7px 10px;
	line-height: 1.6;/*行の高さ*/
	position:absolute;	/* 配置(ここを動かす) */
	top: -20px; /*上から（0px）移動*/
	left: 10px; /*左から(0px)移動*/
}

.box77{
	margin: 2em auto; 
	font-size: 13px;
	line-height: 1.6;
	padding:45px 10px 3px 10px; 
	position:relative; /* 配置(ここを基準に)*/
	border-radius: 3px;
	box-shadow: 0 0 6px 1px #cc004e, 0 0 6px 1px #faccbc	
}
	

/************************************
★ミニバルーン(吹き出し本体)
************************************/
.balloon{
	display: inline-block;/* 横幅を自動で変更 */
  position: relative; 
	line-height: ;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 5px;
	padding: 4px 7px 4px 7px;
	border: 3px solid #cc004e;
	border-radius: 3px;
}
/* beforeで枠線の三角を表現 */
.balloon::before{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 20px;
  bottom: -15px;
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #ce0063 transparent transparent transparent;
}
/* afterで本体の三角を表現 */
.balloon::after{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 20px;
  bottom: -12px;
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #fcfcfc transparent transparent transparent;
}

/************************************
モバイルTOPメニュー
************************************/
.mobile-header-menu-buttons.mobile-menu-buttons > li:nth-of-type(3n + 1) {
  padding-top: 8px;  
  background-color: #f2f2f2;
  color: #686868;
}
.mobile-header-menu-buttons.mobile-menu-buttons > li:nth-of-type(3n + 2) {
  max-width: 100%;
  padding-top: 6px;
  background-color: #f2f2f2;
  color: #686868;
}
.mobile-header-menu-buttons.mobile-menu-buttons > li:nth-of-type(3n + 3) {
  padding-top: 8px;
  background-color: #f2f2f2;
  color: #686868;
}
/*モバイルフッターメニュー*/
.mobile-footer-menu-buttons.mobile-menu-buttons > li {
  background-color: #eae1e5;
  color: #333333;
}


/*ブログカード*/
.blogcard-wrap.a-wrap {
    border: none;
    position: relative;
    background-color: #fcfcfc;
    border: solid 3px #f4f2ef;
}


/*コンタクトフォーム送信ボタン*/
.wpcf7-form [type=submit]:hover {
    background-color: #d13a6c;
    color:  #5e5e5e;
}
.wpcf7-form [type=submit] {
    background-color: #dd9292;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    width: 100%px;
    margin-top: 1em;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
    border: 1px solid #ccc;
    border-radius: 0;
}


/*記事冒頭ボックス*/
.box23{
  margin-top: 5px;
  margin-bottom: 15px;
  padding: 60px 15px 25px 12px;	/* 内側の余白 上・右・下・左 */
  border: 1px solid #d8c7cb;	/* 線の太さ・種類・色 */
  border-radius: 5px;
  position: relative;
  z-index: 0;
}
.box23 .box-title {
  background-color: #d8c7cb;	/* タイトル部分背景色 */
  border-radius: 5px 5px 0px 0px;
  color: #fff;	/* タイトル部分文字色 */
  font-weight: 900;
  height: 55px;	/* タイトル部分高さ */
  padding: 6px 15px;
  margin: 2px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.box23 .box-title:before{
  font-family: "Font Awesome 5 Free";
  content: "\f1b0";f119 \f118 f0d1
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  padding-right: 10px;
  font-weight: 900;
}
.box23:after {
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #d8c7cb transparent transparent transparent;	/* 吹き出し三角部分の色 */
	content: "";
	position: absolute;
	top: 56px;
	left: 80px;
	width: 0px;
	height: 0px;
	z-index: 1;
}
.box23 .box-content {
  display: block;
  border-bottom: 1px dotted #ccc;
  line-height: 1.2 !important;
  padding-top: 20px;
  padding-bottom; 2px !important;
  font-size: 14px;
  text-align: left;
  border-bottom: 1px dotted #ccc;
}
.box23 .box-content:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058 ";
  color: #d6486e;
  font-size: 20px;
  padding-right: 5px;
  font-weight: 900;
}

/*ボーダーボックス*/
.box24 {
    padding: 0.5em 1em;
    margin: 2em 0;
	font-size: 17px;
    font-weight: 60;
    color: ;/*文字色*/
    background: #FFF;
    border: solid 3px #d50176;/*線*/
    border-radius: 5px;/*角の丸み*/
}
.box24 .box-content:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c ";
  font-size: 18px;
  color: #d50176;
  padding-right: 8px;
  font-weight: 900;
}
.box24 p {
    margin: 0; 
    padding: 0;
}

/*点線リストボックス*/
.box25 {
    position: relative;
    padding: 20px 15px;
    margin: 1px 0;
    font-size: 17px;
    font-weight: 60;
    color: ;
    background: rgba(255, 255, 255, 0.3);
    border: 3px solid #e5e5e5;
    border-radius: 5px;
}
.box25 .box-content {
  display: block;
  line-height: 2px !important;
  padding-bottom: 8px !important;
  font-size: 16px;
  text-align: left;
  border-bottom: 1px dotted #b7b7b7;
}
.box25 .box-content:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058 ";
  color: #ead5db;
  padding-right: 8px;
  font-weight: 900;
}
.box25 p {
  margin: 0px; 
  padding: 0px;
}

/*タイトルボックス*/
.box26 {
  position: relative;
  font-size: 16px;
  margin: 36px 0;
  padding: 10px 15px 30px 15px !important;
  border: solid 10px #99bbc7;
  border-radius: 3px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -28x;
    left: 10px;
    padding: 0 9px;
    font-size: 20px;
    background-color: #f9fafc;
    color: #039aa5;
    font-weight: bold;
}
.box26 .box-title:before{
    font-family: "Font Awesome 5 Free";
    content: "\f0a6 ";
    color: #039aa5;
    padding-right: 5px;
    font-weight: 900;
}
.box26 .box-content {
	display: block;
    border-bottom: 1px dotted #99bbc7;
	line-height: 25px !important;
    padding-bottom: 5px !important;
	font-size: 16px;
    text-align: left;
}
.box26 .box-content:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c ";
    color: #039aa5;
    padding-right: 8px;
    font-weight: 900;
}
.box26 p {
	font-size: 16px;
    margin: 0; 
}

.box27 {
    position: relative;
    margin: 36px 0;
    padding: 10px 15px 30px 15px !important;
    border: solid 10px #db9cbf;
    border-radius: 3px;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -28px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 20px;
    background-color: #f9fafc;
    color: #d50176;
    font-weight: bold;
}

.box27 .box-title:before{
    font-family: "Font Awesome 5 Free";
    content: "\f071 ";
    color: #d50176;
    padding-right: 5px;
    font-weight: 900;
}

.box27 .box-content  {
  display: block;
  line-height: 25px !important;
  padding-bottom: 5px !important;
  font-size: 16px;
  text-align: left;
  border-bottom: 2px dotted #db9cbf;
}
.box27 .box-content:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c ";
    color: #d50176;
    padding-right: 5px;
    font-weight: 900;
}
.box27 p {
  font-size: 16px;
  margin: 0; 
  padding: 0;
}

.box28 {
    position: relative;
    margin: 2em 0;
    padding: 25px 11px 25px 20px;
    border: solid 8px #99bbc7;
	border-radius: 5px;
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -34px;
    left: -8px;
    padding: 5px 15px 16px 15px;
    height: 33px;
    line-height: 25px;
    font-size: 16px;
    background: #99bbc7;
    color: #ffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box28 p{
	font-size: 16px;
    margin: 0; 
    padding:  ;
}
.box28 ol ul{
    border-bottom: 2px dotted  #99bbc7;
    padding: 5px 5px 3px 2px;
	margin: 10px 30px 16px 10px;
}

.box29 {
    position: relative;
    margin: 2em 0;
    padding: 25px 11px 25px 20px;
    border: solid 8px #db9cbf;
	border-radius: 5px;
}
.box29 .box-title {
    position: absolute;
    display: inline-block;
    top: -34px;
    left: -8px;
    padding: 5px 15px 16px 15px;
    height: 33px;
    line-height: 25px;
    font-size: 16px;
    background: #db9cbf;
    color: #ffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box29 p {
	font-size: 16px;
    margin: 0; 
    padding:  ;
}
.box29 ol ul {
    border-bottom: 2px border-bottom: 2px dotted #db9cbf;
    padding: 5px 5px 3px 2px;
	margin: 10px 30px 16px 10px;
}

/************************************
★注意赤枠ボックス
************************************/
.box30 {
    position: relative;
    padding: 10px 15px;
    margin: 15px 0;
    font-size: 16px;
    font-weight: 60;
    line-height: 16px;
    color: ;
    background: rgba(255, 255, 255, 0.3);
    border: solid 2px #d50176;
    border-radius: 5px;
}
.box30 p {
    margin: 0px; 
    padding: 0px;
}


/*黒板風_box*/
.kokuban {
    position: relative;
    border: 10px solid #e3b66a;
    background: #52a587;
    border-radius: 5px;
    color: #fff !important;
}
.kokuban-title {
    display: block;
	color: #fff;
    width: 100%;
    text-align: center;
    font-weight: 900;
    letter-spacing: 0px !important;
}
.kokuban:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 57px;
    height: 23px;
    background: url(https://takuhai.online/wp-content/uploads/2022/08/01_kokubankeshi-cutout-1.png);
    background-size: contain;
}
.kokuban p {
    margin: 0; 
    padding: 25px 20px 10px 25px;
}

.kokuban ol ul {
    border-bottom: 2px solid rgba(255,255,255,.21);
    padding: 5px 5px 3px 2px;
	margin: 10px 30px 16px 10px;
}

.box000 {
	display: block;
    width: 100%;
    height: 90px;
	  font-size: 18px;
    border: 1px solid #f9f9f9;
    padding: 1px 10px 1px 200px;
}

.readmore-content{
    position: relative;
    overflow: hidden;
    height: 100px;
}
.readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
    height: 50px;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
}

/* 続きを読むボタン */
.readmore-label{
    display: table;
    bottom: 5px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0 auto;
    z-index: 2;
    padding: 0 10px;
    background-color: #ff7777;
    border-radius: 10px;
    color: #FFF;
}
.readmore-label:before{
    content: '続きを読む';
}

.readmore-check{
    display: none;
}
/*チェック時にボタンを非表示*/
.readmore-check:checked ~ .readmore-label{
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
    /* display: none; */
}
.readmore-check:checked ~ .readmore-label:before{
    content: '閉じる';
}
/*チェック時に高さを自動に戻す*/
.readmore-check:checked ~ .readmore-content{
    height: auto;
}
/*チェック時グラデーション等を削除*/
.readmore-check:checked ~ .readmore-content::before {
    display: none;
}


/*引用*/
blockquote {
    position: relative;
    padding: 20px 15px 15px 60px;
    box-sizing: border-box;
    font-style: italic;
    background: #f5f5f5;
    color: #777777;
    border-left: 4px solid #9dd4ff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 15px;
	  font-family: FontAwesome;
    content: "\f10d";
    
    color: #9dd4ff;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
}

blockquote p {
    padding: 0;
    margin: 7px 0;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.7em;
}


/*もしも_かんたんリンクカスタマイズ*/
/* --------- 外枠 --------- */
div.easyLink-box {
    border: #ccc !important; 
    border-radius : 4px;
    box-shadow: 2px 2px 5px 2px rgba(0,0,0,.26);
}
 
/* --- 商品リンク タイトル --- */
p.easyLink-info-name a {
	  text-decoration: underline !important;
	  font-size: 16px !important;/
    line-height: 12px !important;
	  margin: 1px 1px 1px 1px !important;
	  color: #3296d2 !important; /* 文字色 */
}

/* ------ ボタンサイズ ------ */
div.easyLink-box div.easyLink-info p.easyLink-info-btn a{
height: 30px !important;
padding: 5px 10px 5px 10px !important;
margin: 3px 30px 3px 60px !important;
width: 75% !important;
display: inline-block !important;
font-weight:bold !important;
font-size: 85% !important;
text-align:center !important;
}

/* --------- ボタン色 --------- */
a.easyLink-info-btn-custom_3 {
background: #f6a306 !important; /* 背景色 */
border: 2px solid #f6a306 !important; /* 外枠 */
box-shadow: 0px 3px 7px 0px rgba(0,0,0,.25); /* 影 */
}

a.easyLink-info-btn-amazon {
    background: #f6a306 !important; /* 背景色 */
    border: 2px solid #f6a306 !important; /* 外枠 */
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,.25); /* 影 */
}
 
a.easyLink-info-btn-rakuten {
    background: #bf0000 !important; /* 背景色 */
    border: 2px solid #cf4944 !important; /* 外枠 */
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,.25); /* 影 */
}
 
a.easyLink-info-btn-yahoo {
    background: #f4b170 !important; /* 背景色 */
    border: 2px solid #f4b170 !important; /* 外枠 */
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,.25); /* 影 */
}
 
a.easyLink-info-btn-paypay {
    background: #be8f1c !important; /* 背景色 */
    border: 2px solid #51a7e8 !important; /* 外枠 */
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,.25); /* 影 */
}
/* --- マウスオーバー時のボタン色 --- */
a:hover.easyLink-info-btn-custom_3  {
    opacity: 1 !important; /* 透明度(1.0=不透明 0.0=完全透明) */
    background: #fff !important; /* 背景色 */
    color: #f6a306 !important; /* 文字色 */
}
a:hover.easyLink-info-btn-amazon {
    opacity: 1 !important; /* 透明度(1.0=不透明 0.0=完全透明) */
    background: #fff !important; /* 背景色 */
    color: #f6a306 !important; /* 文字色 */
}
 
a:hover.easyLink-info-btn-rakuten {
    opacity: 1 !important; /* 透明度(1.0=不透明 0.0=完全透明) */
    background: #fff !important; /* 背景色 */
    color: #cf4944 !important; /* 文字色 */
}
 
a:hover.easyLink-info-btn-yahoo {
    opacity: 1 !important; /* 透明度(1.0=不透明 0.0=完全透明) */
    background: #fff !important; /* 背景色 */
    color: #51a7e8 !important; /* 文字色 */
}

a:hover.easyLink-info-btn-paypay {
    opacity: 0 !important; /* 透明度(1.0=不透明 0.0=完全透明) */
    background: #fff !important; /* 背景色 */
    color: #51a7e8 !important; /* 文字色 */
}
}

/* アプリーチ・アプリダウンロード*/
.appreach {
  max-width: 80%;
  text-align: left;
  margin: 75px 75px;
  padding: 15px;
  border: 1px solid #7C7C7C;
  overflow: hidden;
}
.appreach:after {
  content: "";
  display: block;
  clear: both;
}
.appreach p {
  margin-left: 30px;
}
.appreach a:after {
  display: none;
}
.appreach__icon {  
  border-radius: 10%;
  overflow: hidden;
  margin: 5px 18px 5px 11px !important;
  width: 20% !important;
  height: auto !important;
  max-width: 80px !important;
  float: left;
}
.appreach__detail {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  width: 72%;
  max-width: 72%;
}
.appreach__detail:after {
  content: "";
  display: block;
  clear: both;
}
.appreach__name｛
  font-size: 16px;
  line-height: 1.5em !important;
  max-height: 3em;
  overflow: hidden;
}
.appreach__info {
  font-size: 12px !important;
}
.appreach__developper, .appreach__price {
  margin-right: 0.5em;
}
.appreach__posted a {
  margin-left: 20px;
}
.appreach__links {
  float: left;
  height: 40px;
  margin-top: 8px;
  white-space: nowrap;
}
.appreach__aslink img {
  margin-right: 1px;
	margin-left: 30px;
  height: 50px;
  width: 160px;
}
.appreach__gplink img {
	margin-left: 30px;
  height: 50px;
  width: 180px;
}
.appreach__star {
  position: relative;
  font-size: 14px !important;
  height: 1.5em;
  width: 5em;
}
.appreach__star__base {
  position: absolute;
  color: #737373;
}
.appreach__star__evaluate {
  position: absolute;
  color: #ffc107;
  overflow: hidden;
  white-space: nowrap;
}

/*** 画像枠 ***/
.iwe-border-bold img, .iwe-border-bold amp-img {
    border: 2px solid var(--cocoon-current-background-color);
}

/************************************
--- PC以外の時の設定 ---
************************************/
/*必要ならばここにコードを書く*/
/*640px以下*/

/************************************
タイトルｈ１～ｈ４
************************************/
@media screen and (max-width: 680px){
.entry-title, .archive-title {
  position: relative;
  font-size: 22px;
  margin: 15px -15px 2px -15px;
  padding: 15px 20px;
  border: double 10px #d2d8d8;
  border-left: none;
  border-right: none;
  box-shadow: 0px 0px 7px 3px #bdc9c8;
  color: #707070; /* 文字色 */  
}

.article h2 {
  position: relative;
  margin: 40px -15px 15px -15px;
  padding: 15px 20px;
  font-size: 22px;
  color: #707070;
  background-color: rgba(215,221,221,0.2);
  border: 4px solid #e8e8e8;
  border-radius: 1px;
  border-left: none;
  border-right: none;
  box-shadow: 0px 0px 6px 2px #d2d8d8;
}

.article h3 {
  margin: 40px -15px 15px -15px;
  padding: 10px 20px; /* 上・右・下・左の余白 */
  color: #665e5e;
  font-size: 20px;
  background-color: rgba(255,255,255,0.1);
  border-top: solid 2px #a5cfd3;
  border-bottom: solid 3px #a5cfd3;
  border-left: none;
  border-right: none;
}

.article h4 {
  margin: 30px -15px 15px -15px;
  padding: 10px 5px 10px 5px; /* 上・右・下・左の余白 */
  color: #665e5e;
  font-size: 18px;
  border-bottom: dotted 3px #a5cfd3;
  border-top: dotted 3px #a5cfd3;
}
}

/************************************
ヘッダー下 通知エリア
************************************/
@media screen and (max-width: 580px){
.notice-area {
    color: var(--cocoon-white-color);
    text-align: center;
    background-color: #4cae4c;
	padding: 0.6em;
    font-size: 0.8em;
}
}

/************************************
パンくずリスト 
************************************/
@media screen and (max-width: 580px){
.breadcrumb {
  margin-top: 5px;
  color: var(--cocoon-x-pallid-text-color);
  font-size: 12px;
}

/************************************
日付 更新データ
************************************/
.date-tags {
    line-height: 0.8;
    text-align: right;
	margin-top: -2;
    margin-bottom: 30px;
}

/************************************
メインコンテンツ
************************************/
.main {
    width: 860px;
	margin: 5px 0;
    padding: 15px 15px;
    border: 1px solid transparent;
    border-radius: var(--cocoon-basic-border-radius);
    position: relative;
    z-index: 0;
}
main.main, div.sidebar {
        padding: 12px 16px;
        margin: 1px 0;
        border-width: 0;
}
.entry-content>*, .demo .entry-content p {
    line-height: 1.8;
}

.mce-container, .mce-container *, .mce-widget, .mce-widget *, .mce-reset {
    line-height: 1px;
}
/************************************
メイン・サイドバー背景
************************************/
.main, .sidebar {
  margin: 5px 0;
  padding: 15px 15px;
  background-color:rgba(255,255,255,0.5);
}
}

/************************************
サイドバーｈ３タイトル
************************************/
@media screen and (max-width: 580px){
.sidebar h2,.sidebar h3 {
  margin: 16px 0;
  padding: 8px 15px;
  font-size: 18px;
  color: #707070;
  background-color: rgba(215,221,221,0.3);
  border-top: solid 3px #e8e8e8;
  border-bottom: solid 3px #e8e8e8;
  border-radius: 4px;
}

/************************************
サイドバーカテゴリ
************************************/
.widget_categories ul li a{
  text-decoration: none;
  max-width: 350px;
  font-size: 15px;
  color: #707070;
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
  font-weight: 500;
}
.widget_categories ul li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f26c ";
  color: #707070;
  padding-left: 3px; 
  font-weight: 900; 
}
.widget_categories  ul li ul li a:before  {
  font-family: "Font Awesome 5 Free";
  content: "\f067 ";
  color: #707070;
  padding-right: 5px;
  font-weight: 900;
}

.cat-item a::before {
  font-family: FontAwesome;
  content: "\f26c ";
  margin-right: 6px;
}
.cat-item .children a::before {
  content: "\f067 ";
}
.font-awesome-5 .cat-item a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.font-awesome-5 .cat-item .children a::before {
  content: "\f067 ";
}


/************************************
サイドバーもくじタイトル
************************************/
h3.widget-sidebar-scroll-title.widget-title {
    font-size: 14px;
    text-align: center;
	margin: 1px 5px 5px 5px;
	padding: 5px;
	background-color: #efe8ea;
	border: 
}
/************************************
サイドバーもくじ内容
************************************/
.nwa .toc{
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  font-size: 11px;
  border: 1px solid #ddd;
  padding-top: 10px;
  padding-bottom: 20px;
}
/*サイドバーもくじハイライト*/
#toc-2 li.current {
	background-color: #ffd7cc; /* ハイライト色 */
}
}
/************************************
コンテンツもくじ
************************************/
@media screen and (max-width: 580px){
.toc {
  display: block;
  line-height: 11px;
  background-color:rgba(255,255,255,0.3);
  border: 1px solid #e5e5e5;
  box-shadow: 0 0 2px 2px rgba(229,229,229,7);
  font-size: 15px;
  padding: 15px 5px;
  margin-bottom: 20px;
}
/* もくじタイトル */
.toc-title {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  color: #707070; 
  border-bottom: solid 2px #a5cfd3;
  padding: 2px 5px 6px 5px;
  margin: 1px 2px 3px 2px;
  display: block;
}
/* もくじタイトルアイコン */
.toc-title:before {
  top: 0;
  left: -55px;
  width: 50px;
  height: 50px;
  font-family: "Font Awesome 5 Free";
  content : "\f022";
  font-size: 20px;
  margin-right: 5px;
  color: #a5cfd3;
  padding:14px;
}
/* 目次 H2カスタマイズ */
.toc li a {
  display: block;
  line-height: 20px;
  margin-top: 8px; 
  padding: 1px 1px 3px 2px;
  position: relative;
  border-bottom: 1px dashed #ccc; 
  color: #707070; 
  font-size: 14px;
  font-weight: 600;
}
/* 目次 H2アイコン */
.toc li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da"; 
  color: #a5cfd3;
  font-size: 20px;
  font-weight: 900;
  padding-right: 12px;
}

/* 目次 H3～カスタマイズ */
.toc .toc-list ul a{ 
  display: block;
  line-height: 20px;
  padding: 1px 1px 3px 2px;
  position: relative;
  border-bottom: 1px dashed #ccc;
  color: #777777;
  font-size: 13px;
  font-weight: 500;
}
/* 目次 H3～アイコン */
.toc .toc-list ul a:before {
  font-family: "Font Awesome 5 Free"; 
  content: "\f0da"; 
  font-size: 15px;
  margin-left: -10px;
  color: #d5e0e0;
  padding-right: 10px; 
  font-weight: 900; 
}
}

/**********************************
①タブ切り替えBOX モバイル
***********************************/
@media screen and (max-width: 680px) {
.tab-list1 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.tab-item1 {
  width: 50%;
  height: 45px;
  line-height: 0.px;
  padding-top: 8px;
  border-radius: 1px 1px 0 0;
  border: 1px solid #ccc;
  background-color: #eaeaea;
  color: #999;
  font-size: 11px;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
  transition: .4s ease-in-out;
}
.tab-item1:first-child {
  background-color: #f2f2f2;
}
.tab-item1:nth-child(2) {
  background-color: #f2f2f2;
}
.tab-item1:nth-child(3) {
  background-color: #f2f2f2;
}
.tab-item1:nth-child(4) {
  background-color: #f2f2f2;
}

/* タブをクリックした時 ホバーした時 */
.tab-item1:hover, .tab-item1.is-active {
  color: #333;
  border-bottom: 5px solid #565656;
}
.tab-item1:first-child:hover, .tab-item:first-child.is-active {
  background-color: #bedbdb;
}
.tab-item1:nth-child(2):hover, .tab-item:nth-child(2).is-active {
  background-color: #bedbdb;
}
.tab-item1:nth-child(3):hover, .tab-item:nth-child(3).is-active {
  background-color: #bedbdb;
}
.tab-item1:nth-child(4):hover, .tab-item:nth-child(4).is-active {
  background-color: #bedbdb;
}

/* コンテンツ切替時 */
.panel-list1 {
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  border-radius: 0 0 3px 3px;
}
/* コンテンツ内容 */
.panel-item1 {
  display: none;
  width: 100%;
  padding: 15px;
  color: #282828;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #ccc;
  border-radius: 0 0 3px 3px;
  border-top: none;
}
.panel-item1.is-active {
  display: block;
  animation: panel-show .9s ease-in-out forwards;
}

/* パネル切り替えのアニメーション */
@keyframes panel-show {
  from {
  opacity: 0;
  }
  to {
  opacity: 1;
  }
}
}

/************************************
②タブ 切り替えBOX
*************************************/
@media screen and (max-width: 580px) {
.tab-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.tab-item {
  width: 25%;
  height: 45px;
  line-height: 0.px;
  padding-top: 8px;
  border-radius: 1px 1px 0 0;
  border: 1px solid #ccc;
  background-color: #eaeaea;
  color: #999;
  font-weight: bold;
  font-size: 11px;
  text-align: center;
  cursor: pointer;
  transition: .4s ease-in-out;
}
.tab-item:first-child {
  background-color: #f2f2f2;
}
.tab-item:nth-child(2) {
  background-color: #f2f2f2;
}
.tab-item:nth-child(3) {
  background-color: #f2f2f2;
}
.tab-item:nth-child(4) {
  background-color: #f2f2f2;
}

/* タブをクリックした時 ホバーした時 */
.tab-item:hover, .tab-item.is-active {
  color: #333;
  border-bottom: 5px solid #565656;
}
.tab-item:first-child:hover, .tab-item:first-child.is-active {
  background-color: #eaeaea;
}
.tab-item:nth-child(2):hover, .tab-item:nth-child(2).is-active {
  background-color: #eaeaea;
}
.tab-item:nth-child(3):hover, .tab-item:nth-child(3).is-active {
  background-color: #eaeaea;
}
.tab-item:nth-child(4):hover, .tab-item:nth-child(4).is-active {
  background-color: #eaeaea;
}

/* コンテンツ切替時 */
.panel-list {
  background-color: ;
  border: 1px solid #ccc;
  border-radius: 0 0 3px 3px;
}
/* コンテンツ内容 */
.panel-item {
  display: none;
  width: 100%;
  padding: 15px;
  color: #282828;
  border: 1px solid #ccc;
  border-radius: 0 0 3px 3px;
  border-top: none;
}
.panel-item.is-active {
  display: block;
  animation: panel-show .9s ease-in-out forwards;
}
/* パネル切り替えのアニメーション */
@keyframes panel-show {
  from {
  opacity: 0;
  }
  to {
  opacity: 1;
  }
}
}

/************************************
⓪メリット タイトル付きBOX ブルー
************************************/
@media screen and (max-width: 680px){
.box0-blue .box-title {
	position:absolute;	
    display: inline-block;
	background-color: #a5cfd3; 
	border-radius: 2px;
	font-size: 16px;
	font-weight: 900;
	color: #fff ;
	padding: 7px 10px;
	line-height: 1.6;/*行の高さ*/
	top: -20px; /*上から（0px）移動*/
	left: 10px; /*左から(0px)移動*/
}
.box0-blue { 
	position:relative; 
	margin: 30px auto; 
	padding: 30px 35px 15px; 20px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.6;
	background: rgba(255, 255, 255, 0.3);
	padding-top: 30px; 
	border-radius: 3px;
    box-shadow: 0 0 6px 1px #81ced3, 0 0 6px 1px #faccbc;	
}
.box0-blue p {
    margin: 0; 
    padding: 0;
}
}

/************************************
⓪メリット タイトル付きBOX ピンク
************************************/
@media screen and (max-width: 680px){
.box0-pink .box-title {
	position:absolute;	
    display: inline-block;
	background-color: #eaccd4; 
	border-radius: 2px;
	font-size: 16px;
	font-weight: 900;
	color: #fff ;
	padding: 7px 10px;
	line-height: 1.6;/*行の高さ*/
	top: -20px; /*上から（0px）移動*/
	left: 10px; /*左から(0px)移動*/
}
.box0-pink {
	position:relative; 
	margin: 30px auto; 
	padding: 30px 35px 15px; 20px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.6;
	padding-top: 30px; 
	border-radius: 3px;
  box-shadow: 0 0 6px 1px #eaccd4, 0 0 6px 1px #eaccd4;
}
.box0-pink p{
    margin: 0; 
    padding: 0;
}
}

/******************************
★へこむ アフィリボタン
*******************************/
@media screen and (max-width: 680px) {
.link-button0 {
  width: 100%;
  height: 40px;
  margin-top: -15px;
}
.link-button0 a {
  position: relative;
  display: block;
  top: 0;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 10px;
  line-height: 25px;
  border-radius: 15px;
  background: linear-gradient(#efdee7 26%, #e05353 100%);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 9px rgba(0, 0, 0, 0.45);
  transition: .3s ease-in-out;
}
.link-button0 a:hover {
  top: 9px; /* 元の位置から9px分下げる */
  box-shadow: 0 0 rgba(0, 0, 0, 0.45); /* 影を0pxにする */
}
}

/******************************
★テーブル0
*******************************/
@media screen and (max-width: 680px) {
.table0 {
  border-collapse: separate!important;
  overflow: hidden!important;
  width: 100%;
  border: 2px solid #ccc;
  font-size: 12px;	
  text-align: center;
  line-height: 150%;
  margin: auto
}
.table0 th {
  border: 1px solid #ccc;
  color: #0a0a0a;
  padding: 5px;
  text-align: center;
  font-weight: 900;
  font-size:13px;
  line-height: 200%;
  background-color: #f2f2f2;
}
.table0 td {
  color: #303030;
  padding: 5px;
  font-size: 12px;
  font-weight: ;
  text-align: center;
  border:1px solid #ccc;
  background-color: #f7f7f7;
}
}

/******************************
★テーブル１モバイル
*******************************/
@media screen and (max-width: 680px) {
.table1 {
  overflow-x: auto;
  overflow-y: hidden !important;
  width: 100%;
  margin-top: 1px;
  border: 2px solid #ccc;
  font-size: 12px;	
  text-align: center;
  line-height: 200%;
}
.table1 th {
  border: 2px solid #ccc;
  color: #0a0a0a;
  padding: 5px;
  text-align: center;
  font-weight: 900;
  font-size: 13px;
  line-height: 200%;
  background-color: #f2f2f2;
}
.table1 td {
  color: #303030;
  padding: 5px;
  font-size: 12px;
  font-weight: ;
  text-align: center;
  border: 1px solid #ccc;
  background-color: #f7f7f7;
}
}

/************************************
★テーブル２ maru batu
************************************/
@media screen and (max-width: 580px) {
.table2 {
    overflow-x: auto;
    overflow-y: hidden !important;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 40px;
    line-height: 150%;
    border: solid #eaeaea 2px;
    text-align: center;
}
.table2 th {
  position: sticky;
  line-height: 150%;
  background-color: #ead5db;
  padding: 5px;
  color: #7f7f7f;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  border-width: thin;
}
.table2 td {
  line-height: 150%;
  background-color: #f9f9f9;
  padding: 5px;
  color: #686868;
  font-size: 12px;
  text-align: center;
  border-width: thin;
  padding: 5px;
}
.table-img > img {
  width: 100%;
  height: 100%;
}

.td-maru2 {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(https://takuhai.online/wp-content/uploads/2024/01/maru2-1.png);
}
.td-maru {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(https://takuhai.online/wp-content/uploads/2024/01/maru-1.png);
}
.td-sankaku {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(https://takuhai.online/wp-content/uploads/2024/01/sankaku-1.png);
}
.td-batu {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(https://takuhai.online/wp-content/uploads/2024/01/batu-1.png);
}
}
/************************************
★テーブル３
************************************/
@media screen and (max-width: 580px) {
.table3 {
  overflow-x: auto;
  overflow-y: hidden !important;
  width: 100%;
  height: 400px;
  font-size: 12px;	
  text-align: center;
  border: solid #eaeaea 2px;
  line-height: 20px;
}
.table3 th {
  color: #ffff;
  padding: 10px;
  font-weight: 600;
  font-size:12px;
  text-align: center;
  background: #ead5db;
}
.table3 td {
  padding: 5px 10px;
  font-size: 12px;
  text-align: center;
  border-width: thin;
  border: 1px solid #ffff;
  background: #f9f9f9;
  padding: 5px;
}
}

/************************************
TV・特徴まとめ_BOX
************************************/
@media screen and (max-width: 580px){
.TV-feature {
  width: 100%;
  border: 1px solid #dedede;
  margin-top: 2px;
  margin-left: 1px;
  margin-bottom: 5px;
  padding: 20px 3px 1px 3px;
}
.TV-feature .TV-head {
  width: 100%;
  border-bottom: 5px solid #dedede;
  margin-top: -10px;
  margin-bottom: 10px;
  padding-left: 0px;
  padding-right: px;
  color: #595959;
  font-size: 16px;
  font-weight: 550;
}
.TV-feature .TV-head:before {
  font-family: "Font Awesome 5 Free";
  content: "\f26c ";
  color: #707070;
  padding-left: 1px;
  padding-right: 5px;
  font-weight: 900; 
}
.TV-feature img{
  width: 110px;
  height: auto;
  margin-top: 5px;
  margin-left: 2px;
  padding: 3px;
  border: 1px solid #dedede;
  border-radius: 4px;
}

.TV-feature .heading-list {
  padding-left: 1rem;
  margin-top: -20px;
  margin-bottom: 30px;
  line-height: 10px;
}
.TV-feature .heading-list:before {	
  font-family: "Font Awesome 5 Free";
  content: "\f22d ";
  color: #707070;
  padding-right: 10px;
  font-weight: 900; 
}
.point-link {
  width: 50px;
  margin-left: 80px;
  margin-top: -20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
}

 .TV-link-block-button {
  display: inline-block;
  position: relative;
  width: 80%;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  margin-top: 2px;
  margin-left: 10%;
  margin-right: 10%;
  padding: 8px;
  line-height: 25px;
  border-radius: 20px;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  background: linear-gradient(#fed6e3 0%, #e07290 100%);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.45);
}
.TV-link-button: active {
  /*押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*沈むように*/
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(#fed6e3 0%, #ffbcbc 100%);/*グラデーションを明るく*/
}

.TV-feature .point {
  display: inline-block;
  position: relative;
  width: 90%;
  align-items: center;
  margin-top: -30px;
  margin-bottom: 35px;
  margin-left: 10%;
  margin-right: 10%;
  padding: 15px;
  color: #595959;
  font-weight: 550;
  border: 2px solid #ccc;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  line-height: 1.4rem;
  letter-spacing: .2rem;
}
}

/************************************
★アコーディオンボタン
************************************/
@media screen and (max-width: 680px){
.displayNone {
  display: none;
}
.accordion2 li {
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
.accordion2 a {
  display: block;
}
.switch2 {
  position: relative;
  cursor:pointer;
  margin-left: 30%;
  margin-right: 3px;
  padding: 3px 40px 3px 22px;
  text-align: right;
  font-size: 13px;
}

.contentWrap2 {
  font-size: 12px;
  padding: 15px;
  margin-top: -35px;
  margin-left: 5px;
  margin-right: 3px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.switch2:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: '';
  color: #FF6685;
  top: 70%;
  right: 20px;
  margin-top: -20px;
  font-size: 18px;
  font-weight: bold;
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-moz-transition: all, 0.25s, linear;
-o-transition: all, 0.25s, linear;
-webkit-transition: all, 0.25s, linear;
transition: all, 0.25s, linear;

}
.switch2.open:before {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  color: #ccc;
  font-size: 18px;
-moz-transform: translate(0, 50%);
-ms-transform: translate(0, 50%);
-webkit-transform: translate(0, 50%);
transform: translate(0, 50%);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
}

.switch2:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: '\f078';
  color: #ccc;
  top: 70%;
  right: 10px;
  margin-top: -18px;
  font-size: 16px;
  font-weight: bold;
}
}
/************************************
*タイトル付き・上下ただの線 *
************************************/
@media screen and (max-width: 640px){
.sen000 {
    position: relative;
    margin: 30px 0;
    padding: 30px 1px;
    border: solid 3px #d8c7cb;
    border-left: solid 1px #fff;
	border-right: solid 1px #fff;
}
.sen000 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 30px;
    padding: 0 9px;
    line-height: 1;
    font-size: 22px;
    background: #FFF;
    color: #d6486e;
    font-weight: bold;
}
.sen000 p {
    margin: 0; 
    padding: 0;
}

/* 上下ただの線 */
.sen00 {
    position: relative;
    margin: 30px 0;
    padding: 30px 5px;
    border: solid 3px #d8c7cb;
    border-left: solid 1px #fff;
	border-right: solid 1px #fff;
}

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

	
/*記事冒頭ボックス*/
.box23{
  margin-top: 5px;
  margin-bottom: 30px;
  padding: 55px 15px 8px 12px;	/* 内側の余白 上・右・下・左 */
  font-size: 12px;
  border: 1px solid #d8c7cb;	/* 線の太さ・種類・色 */
  border-radius: 5px;
  position: relative;
  z-index: 0;
}
.box23 .box-title {
  font-size: 13px;
  background-color: #d8c7cb;	/* タイトル部分背景色 */
  border-radius: 5px 5px 0px 0px;
  color: #fff;	/* タイトル部分文字色 */
  font-weight: 900;
  height: 45px;	/* タイトル部分高さ */
  padding: 1px 5px;
  margin: 2px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.box23 .box-title:before{
  font-family: "Font Awesome 5 Free";
  content: "\f1b0";f119 \f118 f0d1
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  padding-left: -15px;
  padding-right: 10px;
  font-weight: 900;
}
.box23:after {
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #d8c7cb transparent transparent transparent;	/* 吹き出し三角部分の色 */
  content: "";
  position: absolute;
  top: 47px;
  left: 40px;
  width: 0px;
  height: 0px;
  z-index: 1;
}
.box23 .box-content {
   display: block;
   line-height: 1.2 !important;
   border-bottom: 1px dotted #ccc;
   padding-top: 5px;
	 padding-bottom; 5px;
   font-size: 12px;
   text-align: left;
   border-bottom: 1px dotted #ccc;
}
.box23 .box-content:before {
    font-family: "Font Awesome 5 Free";
    content: "\f058 ";
    color: #d6486e;
	  font-size: 18px;
    padding-right: 4px;
    font-weight: 900;
}
	
/***最新アコーディオンボックス***/
.displayNone {
display: none;
}

.switch {
position: relative;
cursor:pointer;
font-weight: bold;
padding:15px 50px 15px 10px;
font-size: 13px;
background: #edc7c7;
border-radius: 2px;
}

.contentWrap {
font-size: 12px;
padding:20px 10px 20px 10px;
margin-top: -38px;
margin-left: 2px;
margin-right: 2px;
margin-bottom: 8px;
border: 1px solid #ccc;
border-top: none;
border-radius: 2px;
}
.accordion li {
border-bottom: 1px solid #ccc;
padding: 10px;
}
.accordion a {
display: block;
}

.switch:after {
position: absolute;
font-family: "Font Awesome 5 Free";
content: '';
color: #FF6685;
top: 60%;
right: 30px;
margin-top: -18px;
font-size: 22px;
font-weight: bold;
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-moz-transition: all, 0.25s, linear;
-o-transition: all, 0.25s, linear;
-webkit-transition: all, 0.25s, linear;
transition: all, 0.25s, linear;
}
.switch.open:before {
font-family: "Font Awesome 5 Free";
content: '\f105';
color: #fff;
font-size: 20px;
-moz-transform: translate(0, 50%);
-ms-transform: translate(0, 50%);
-webkit-transform: translate(0, 50%);
transform: translate(0, 50%);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
}

.switch:before {
position: absolute;
font-family: "Font Awesome 5 Free";
content: '\f078';
color: #fff;
top: 60%;
right: 30px;
margin-top: -23px;
font-size: 20px;
font-weight: bold;
}



/***ステップバーデザイン4***/
.step-wrap4 {
 counter-reset: count;
 margin: 2em 0;
 position: relative;
}
.step-content4 {
 padding: 1em 0 1.3em 2.5em;
 margin: 0;
 position: relative;
}
.step-content4::before {
 content: "";
 display: block;
 width: 55px;
 height: 55px;
 background: #ed7676;
 border-radius: 50%;
 position: absolute;
 top: 0;
 left: -3px;
}
.step-content4::after {
 content: "";
 display: block;
 height: calc(100% - 55px);
 border-left: solid 2px #ddd;
 position: absolute;
 top: 55px;
 left: 10px;
}
.step-label4 {
 color: #fff;
 font-weight: bold;
 font-size: 12px;
 position: absolute;
 top: 3px;
 left: 10px;
}
.step-label4::after {
 counter-increment: count;
 content: counter(count);
 position: absolute;
 font-size: 30px;
 top: 2px;
 left: 7px;
}
.step-title4 {
 font-weight: bold;
 font-size: 120%;
 margin-left: 1.5em;
}
.step-body4 {
 margin-top: 1em;
 padding: 0 0 1em;
 border-bottom: dotted 2px #ddd;
}
.step-wrap4 > :last-of-type::after {
 display: none;
}

/************************************
タグボックス
************************************/
@media screen and (max-width: 680px){
.tag-box {
  display: inline-block;
  margin: 1px -1px;
  margin-bottom: 15px;
  max-width: 200px;
  padding: 12px 3px;
  height: px;
  line-height: 1px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  color: #141414;
  border: solid 1px #565656;
  border-radius: 3px;
}
.tag-box p {
  margin: 0px; 
  padding: 0px;
}
}

/************************************
公式ボタン
************************************/
@media screen and (max-width: 680px){
.koshiki-button {
  display: inline-block;
  margin: 1px;/*コレ*/
  max-width: 60px;
  padding: 1px 3px;
  height: 25px;
  line-height: 19px;
  font-size: 8px;
  font-weight: 60;
  text-align: center;
  color: #fff;
  background: #e21f53;
  border: solid 2px #fff;
  border-radius: 5px;
}
.koshiki-button p {
  margin: 0px; 
  padding: 0px;
}
}

/************************************
折りたたみテーブル
************************************/
@media screen and (max-width: 640px){
.p-accordion-table {
	line-height:1.6;
	width:100% !important;
	border-collapse: collapse;
	max-width: 100%;
	word-break: break-all;
	border:none !important;
}
.p-accordion-table tr {
	border:none !important;
}
.p-accordion-table th,.p-accordion-table td{
	vertical-align: middle;;
	padding:13px !important;
	border: solid 2px #ddd !important;
	font-size:0.85em !important;
}
.p-accordion-table th {
	background: #e5a7a7;
	letter-spacing: 1px;
	font-weight: 500 !important;
	color: #555 !important;
	min-width: calc(5vw + 50px);
	text-align:center;
	max-width:400px;
}
.p-accordion-table td {
	background:#fff;
}
.p-accordion-table td p{
	padding-bottom:1.2em;
	margin:0;
}
.p-accordion-table td p:last-child{
	margin-bottom:0;
	padding-bottom:0;
}
.p-accordion-table ul{
	margin:0;
	padding:0 1.5em;
}


.p-accordion-table th,.p-accordion-table td {
		display: block;
		width: 100% !important;
		border-bottom:none !important;
	}
	.p-accordion-table tr:last-child{
		border-bottom:1px solid #ccc !important;
	}
	.p-accordion-table th{
		padding: 8px 45px 8px 12px !important;
		position:relative;
		cursor:pointer;
		max-width:100%;
		text-align:left;
	}
	.p-accordion-table td{
		padding:0 !important;
	}
	.p-accordion-table td span.inner-table{
		padding: 10px;
		display: block;
	}
	.p-accordion-table th:after {
		content: "";
		position: absolute;
		width:7px;
		height: 7px;
		right: 18px;
		top: 18px;
		transition: all 0.2s;
		border-top: 2px solid #555;
		border-right:2px solid #555;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.p-accordion-table .table-active:after {
		top: 15px;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}


.p-accordion-table,.p-accordion-table tr,.p-accordion-table th,.p-accordion-table td {
    height: auto !important;
  }


/*メリット タイトル付きBOX */
.box1-pink{
	display: inline-block;
	position: relative;
	width: 320px;
	margin: 20px 3px;
	padding:45px 5px 20px 10px; 
	font-size: 13px;
	background-color: ;
	border-radius: 3px;
	box-shadow: 0 0 6px 1px #eaccd4, 0 0 6px 1px #eaccd4;
}
	
.box1-pink .box-title {
	display: inline-block;
	background-color: #eaccd4; 
	border-radius: 2px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 7px 10px;
	line-height: 2;/*行の高さ*/
	position: absolute;	/* 配置(ここを動かす) */
	top: -20px; /*上から（0px）移動*/
	left: 5px; /*左から(0px)移動*/
}

/*デメリット タイトル付きBOX */
.box1-blue{
	display: inline-block;
	position:relative;
	width: auto;
	margin: 20px 3px;
	font-size: 13px;
	background-color: ;
	padding:45px 5px 20px 10px; 
	border-radius: 3px;
	box-shadow: 0 0 6px 1px #81ced3, 0 0 6px 1px #faccbc	
}
	
.box1-blue .box-title {
	background-color: #a5cfd3; 
	border-radius: 2px;
	font-size: 16px;
  font-weight: bold;
	color: #fff ;
	padding: 7px 10px;
	line-height: 2;/*行の高さ*/
	position:absolute;	/* 配置(ここを動かす) */
	top: -20px; /*上から（0px）移動*/
	left: 5px; /*左から(0px)移動*/
}

/*画像横ふわふわタイトル付きBOX */
.box777 .box-title {
	background-color:#eaccd4;
	border-radius: 2px;
	font-size: 14px;
	font-weight: bold;
	color: #fff ;
	padding: 7px 10px;
	line-height: 1.6;/*行の高さ*/
	position:absolute;	/* 配置(ここを動かす) */
	top: -20px; /*上から（0px）移動*/
	left: 3px; /*左から(0px)移動*/
}
.box777{
	margin: 350px 0px 20px 0px;
	font-size: 13px;
	line-height: 1.6;
	padding:45px 10px 3px 10px; 
	position:relative; /* 配置(ここを基準に)*/
	border-radius: 3px;
	box-shadow: 0 0 6px 1px #eaccd4, 0 0 6px 1px #eaccd4;	
}
	
	
/*ふわふわタイトル付きBOX */
.box77 .box-title {
	background-color:#eaccd4; 
	border-radius: 2px;
	font-size: 16px;
	font-weight: bold;
	color: #fff ;
	padding: 7px 10px;
	line-height: 1.6;/*行の高さ*/
	position:absolute;	/* 配置(ここを動かす) */
	top: -20px; /*上から（0px）移動*/
	left: 10px; /*左から(0px)移動*/
}
.box77{
	margin: 2em auto; 
	font-size: 13px;
	font-weight: bold;
	line-height: 1.6;
	padding:45px 10px 3px 10px; 
	position:relative; 
	border-radius: 3px;
	box-shadow: 0 0 6px 1px #eaccd4, 0 0 6px 1px #eaccd4;
}


/* ミニバルーン(吹き出し本体) */
.balloon{
	display: inline-block;/* 横幅を自動で変更 */
  position: relative; 
	line-height: 1.6;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 5px;
	padding: 4px 7px 4px 7px;
	font-weight: bold;
	border: 3px solid #cc004e;
	border-radius: 3px;
}
/* beforeで枠線の三角を表現 */
.balloon::before{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 20px;
  bottom: -15px;
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #ce0063 transparent transparent transparent;
}
/* afterで本体の三角を表現 */
.balloon::after{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 20px;
  bottom: -12px;
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #fcfcfc transparent transparent transparent;
}


/*ブログカード*/
.blogcard-wrap.a-wrap {
    border: none;
    position: relative;
    background-color: #fcfcfc;
    border: solid 3px #f4f2ef;
}

/*サイドバー検索ボックスエリア*/
input[type=text].search-edit {
	  border: none;
}
.input-box, .input-box-mini {
    border: none;
}
input[type=text].search-edit {
    font-size: 16px;
	  border: ridge 2px #fff;
    border-radius: 10px;	
}
.input-box, .input-box-mini {
    border: solid #fff;
    width: 100%;
    height: 2.4em;
    padding-left: 0;
}


/*プロモーションテキスト*/
element.style {
    font-size: 12px;
    color: #737373;
}
	

/*コンタクトフォーム送信ボタン*/
.wpcf7-form [type=submit]:hover {
    background-color: #d13a6c;
    color:  #5e5e5e;
}
.wpcf7-form [type=submit] {
    background-color: #dd9292;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    width: 100%px;
    margin-top: 1em;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
    border: 1px solid #ccc;
    border-radius: 0;
}


/*ボーダーボックス*/
.box24 {
    padding: 0.5em 1em;
    margin: 2em 0;
	  font-size: 17px;
    font-weight: 60;
    color: ;/*文字色*/
    background: #FFF;
    border: solid 3px #d50176;/*線*/
    border-radius: 5px;/*角の丸み*/
}
.box24 .box-content:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c ";
	  font-size: 18px;
    color: #d50176;
    padding-right: 8px;
    font-weight: 900;
}
.box24 p {
    margin: 0; 
    padding: 0;
}

/*点線リストボックス*/
.box25 {
    position: relative;
    padding: 20px 15px;
    margin: 1px 0;
    font-size: 17px;
    font-weight: 60;
    color: ;
    background: rgba(255, 255, 255, 0.3);
    border: 3px solid #e5e5e5;
    border-radius: 5px;
}
.box25 .box-content {
  display: block;
  line-height: 2px !important;
  padding-bottom: 8px !important;
  font-size: 16px;
  text-align: left;
  border-bottom: 1px dotted #b7b7b7;
}
.box25 .box-content:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058 ";
  color: #ead5db;
  padding-right: 8px;
  font-weight: 900;
}
.box25 p {
  margin: 0px; 
  padding: 0px;
}

/*タイトルボックス*/
.box26 {
	  position: relative;
	  font-size: 16px;
    margin: 36px 0;
    padding: 10px 15px 30px 15px !important;
    border: solid 10px #99bbc7;
    border-radius: 3px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -28x;
    left: 10px;
    padding: 0 9px;
    font-size: 20px;
    background-color: #f9fafc;
    color: #039aa5;
    font-weight: bold;
}
.box26 .box-title:before{
    font-family: "Font Awesome 5 Free";
    content: "\f0a6 ";
    color: #039aa5;
    padding-right: 5px;
    font-weight: 900;
}
.box26 .box-content {
	display: block;
    border-bottom: 1px dotted #99bbc7;
	line-height: 25px !important;
    padding-bottom: 5px !important;
	font-size: 16px;
    text-align: left;
}
.box26 .box-content:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c ";
    color: #039aa5;
    padding-right: 8px;
    font-weight: 900;
}
.box26 p {
	font-size: 16px;
    margin: 0; 
}


.box27 {
    position: relative;
    margin: 36px 0;
    padding: 10px 15px 30px 15px !important;
    border: solid 10px #db9cbf;
    border-radius: 3px;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -28px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 20px;
    background-color: #f9fafc;
    color: #d50176;
    font-weight: bold;
}

.box27 .box-title:before{
    font-family: "Font Awesome 5 Free";
    content: "\f071 ";
    color: #d50176;
    padding-right: 5px;
    font-weight: 900;
}

.box27 .box-content  {
	  display: block;
		line-height: 25px !important;
    padding-bottom: 5px !important;
		font-size: 16px;
    text-align: left;
	  border-bottom: 2px dotted #db9cbf;
}
.box27 .box-content:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c ";
    color: #d50176;
    padding-right: 5px;
    font-weight: 900;
}
.box27 p {
	  font-size: 16px;
    margin: 0; 
    padding: 0;
}

.box28 {
    position: relative;
    margin: 2em 0;
    padding: 25px 11px 25px 20px;
    border: solid 8px #99bbc7;
	  border-radius: 5px;
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -34px;
    left: -8px;
    padding: 5px 15px 16px 15px;
    height: 33px;
    line-height: 25px;
    font-size: 16px;
    background: #99bbc7;
    color: #ffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box28 p{
	font-size: 16px;
    margin: 0; 
    padding:  ;
}
.box28 ol ul{
    border-bottom: 2px dotted  #99bbc7;
    padding: 5px 5px 3px 2px;
	  margin: 10px 30px 16px 10px;
}

.box29 {
    position: relative;
    margin: 2em 0;
    padding: 25px 11px 25px 20px;
    border: solid 8px #db9cbf;
	  border-radius: 5px;
}
.box29 .box-title {
    position: absolute;
    display: inline-block;
    top: -34px;
    left: -8px;
    padding: 5px 15px 16px 15px;
    height: 33px;
    line-height: 25px;
    font-size: 16px;
    background: #db9cbf;
    color: #ffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box29 p {
	  font-size: 16px;
    margin: 0; 
    padding:  ;
}
.box29 ol ul {
    border-bottom: 2px border-bottom: 2px dotted #db9cbf;
    padding: 5px 5px 3px 2px;
	  margin: 10px 30px 16px 10px;
}

/************************************
★注意赤枠ボックス
************************************/
.box30 {
    position: relative;
    padding: 10px 2px;
    margin: 15px 0;
    font-size: 16px;
    font-weight: 60;
	line-height: 16px;
    background: rgba(255, 255, 255, 0.3);
    border: solid 2px #d50176;
    border-radius: 5px;
}
.box30 p {
    margin: 0px; 
    padding: 0px;
}


/*黒板風_box*/
.kokuban {
    position: relative;
    border: 10px solid #e3b66a;
    background: #52a587;
    border-radius: 5px;
    color: #fff !important;
}
.kokuban-title {
    display: block;
	  color: #fff;
    width: 100%;
    text-align: center;
    font-weight: 900;
    letter-spacing: 0px !important;
}
.kokuban:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 57px;
    height: 23px;
    background: url(https://takuhai.online/wp-content/uploads/2022/08/01_kokubankeshi-cutout-1.png);
    background-size: contain;
}
.kokuban p {
    margin: 0; 
    padding: 25px 20px 10px 25px;
}

.kokuban ol ul {
    border-bottom: 2px solid rgba(255,255,255,.21);
    padding: 5px 5px 3px 2px;
	  margin: 10px 30px 16px 10px;
}

/* アフィリリンク_ボタン(大) */
.link-button {
  display: inline-block;
  position: relative;
  text-decoration: none;
	font-size: 20px;
  color: #fff;
  width: 100%;
	padding: 15px;
  line-height: 25px;
  border-radius: 22px;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  background: linear-gradient(#efdee7 26%, #d6427f 100%);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.45);
}
.vod-link-button: active {
  /*押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*沈むように*/
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(#fed6e3 0%, #ffbcbc 100%);/*グラデーションを明るく*/
}




/* 特徴まとめ_BOX */
.vod-feature {
    padding: 20px 10px 2px 10px;
    border: 1px solid #dedede;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    width: 100%;
}

.vod-feature .heading {
	width: 100%;
	text-align: center;
    font-size: 1rem;
    line-height: 1.4rem;
    letter-spacing: .2rem;
    display: inline-block;
    position: relative;
    font-weight: 550!important;
    padding: 0.8rem 1rem!important;
    margin-bottom: 12px!important;
    color: #fff!important;
    border-radius: 10px;
}
.vod-link-button: active {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(#fed6e3 0%, #e0577c 100%);/*グラデーションを明るく*/	
}

.vod-feature .heading:after {
    position: absolute;
    bottom: -9px;
    left: 50px;
    width: ;
    height: 0;
    content: "";
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #e0577c transparent transparent;
}

.box000 {
	display: block;
    width: 100%;
    height: 90px;
	font-size: 18px;
    border: 1px solid #f9f9f9;
    padding: 1px 10px 1px 200px;
}

img.alignleft {
    display: inline-block;
    margin: 0 1em 1em 0;
	  border: none;
}

.vod-feature .figure .right-contents .more-link {
    font-weight: 700;
    text-align: right;
    padding-top: 0.65rem!important;
    padding-bottom: 0.65rem!important;
}

.vod-feature .point {
    padding: 1rem;
	  margin-bottom: 25px;
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #dedede;
}

.vod-feature .point .point-head {
    margin: 0 0 1.2rem!important;
    border-bottom: 1px solid #aaa!important;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.4rem;
    padding-bottom: 1vh;
}

.vod-feature .point ul {
    padding-left: 1rem;
    margin-bottom: 0;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
 .vod-link-block-button {
  display: inline-block;
  position: relative;
  text-decoration: none;
	font-size: 20px;
  color: #fff;
  width: 100%;
	padding: 12px;
  line-height: 25px;
  border-radius: 20px;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  background: linear-gradient(#fed6e3 0%, #e07290 100%);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.45);
}
.vod-link-button: active {
  /*押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*沈むように*/
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(#fed6e3 0%, #ffbcbc 100%);/*グラデーションを明るく*/
}

/*アコーディオンBOX*/
summary {
  position: relative;
  display: block; /* 矢印を消す */
	line-height: 45px;
	margin-bottom: 5px;
  padding: 5px 5px 5px 5px; /* アイコンの余白を開ける */
  cursor: pointer; /* カーソルをポインターに */
	font-size: 13px;
  font-weight: bold;
	border: solid 2px #efe1e1;
  background-color: #e5d3d4;
  transition: 0.2s;
}
summary:hover {
  background-color: #e0a8b7;
}
summary::-webkit-details-marker {
  display: none;　/* 矢印を消す */
}

/* 疑似要素でアイコンを表示 */
summary:before,
summary:after {
	font-family: "Font Awesome 5 Free";
  content: '';
  color: #fff;
  padding: 10px 10px 30px 10px;
  font-weight: 900;
	transition: .1s;
}
summary:before {
  font-family: "Font Awesome 5 Free";
  content: '\f078';
	font-size: 18px;
  color: #fff;
  padding: 10px 15px 30px 10px;
  font-weight: 900;
	transition: .1s;
}

/* オープン時のスタイル */
details[open] summary {
  background-color: #e5d3d4;
	margin-bottom: 5px;
}
details[open] summary:after {
	font-family: "Font Awesome 5 Free";
  content: '';
  color: #fff;
  padding: 10px 10px 30px 10px;
  font-weight: 900;
	transition: .1s;
}
details[open] summary:before {
	font-family: "Font Awesome 5 Free";
  content: '\f077';
  color: #fff;
  padding: 10px 10px 40px 10px;
  font-weight: 900;
	transition: .1s;
}
/* アニメーション */
details[open] .details-content {
    animation: fadeIn .5s ease;
    position: relative;
	font-size: 12px;
    border: solid 2px #efe1e1;
    border-top: none;
    margin-top: -2px;
    margin-bottom: -70px;
    padding: 15px 12px;
    border-radius: 3px;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: none;
}
}

.readmore-content{
    position: relative;
    overflow: hidden;
    /*以下お好み*/
    /*高さの初期値*/
    height: 100px;
}
.readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
    height: 50px;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
}

/* 続きを読むボタン */
.readmore-label{
    display: table;
    bottom: 5px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0 auto;
    z-index: 2;
    padding: 0 10px;
    background-color: #ff7777;
    border-radius: 10px;
    color: #FFF;
}
.readmore-label:before{
    content: '続きを読む';
}

.readmore-check{
    display: none;
}
/*チェック時にボタンを非表示*/
.readmore-check:checked ~ .readmore-label{
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
    /* display: none; */
}
.readmore-check:checked ~ .readmore-label:before{
    content: '閉じる';
}
/*チェック時に高さを自動に戻す*/
.readmore-check:checked ~ .readmore-content{
    height: auto;
}
/*チェック時グラデーション等を削除*/
.readmore-check:checked ~ .readmore-content::before {
    display: none;
}


/*引用*/
blockquote {
    position: relative;
    padding: 20px 15px 15px 60px;
    box-sizing: border-box;
    font-style: italic;
    background: #f5f5f5;
    color: #777777;
    border-left: 4px solid #9dd4ff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 15px;
	  font-family: FontAwesome;
    content: "\f10d";
    
    color: #9dd4ff;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
}

blockquote p {
    padding: 0;
    margin: 7px 0;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.7em;
}

/*かんたんリンク カスタマイズ*/
/* --------- 外枠 --------- */
div.easyLink-box {
    border:double #CCC !important; /* ２重線 */
    box-shadow: 2px 3px 9px -5px rgba(0,0,0,.25);
}
 
/* --- 商品リンク タイトル --- */
p.easyLink-info-name a {
	  text-decoration: underline !important;
	  font-size: 16px !important;/
    line-height: 12px !important;
	  margin: 1px 1px 1px 1px !important;
	  color: #3296d2 !important; /* 文字色 */
}

/* ------ ボタンサイズ ------ */
div.easyLink-box div.easyLink-info p.easyLink-info-btn a{
height: 30px !important;
padding: 5px 10px 5px 10px !important;
margin: 3px 30px 3px 60px !important;
width: 75% !important;
display: inline-block !important;
font-weight:bold !important;
font-size: 85% !important;
text-align:center !important;
}

/* --------- ボタン色 --------- */
a.easyLink-info-btn-custom_3 {
background: #f6a306 !important; /* 背景色 */
border: 2px solid #f6a306 !important; /* 外枠 */
box-shadow: 0px 3px 7px 0px rgba(0,0,0,.25); /* 影 */
}

a.easyLink-info-btn-amazon {
    background: #f6a306 !important; /* 背景色 */
    border: 2px solid #f6a306 !important; /* 外枠 */
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,.25); /* 影 */
}
 
a.easyLink-info-btn-rakuten {
    background: #bf0000 !important; /* 背景色 */
    border: 2px solid #cf4944 !important; /* 外枠 */
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,.25); /* 影 */
}
 
a.easyLink-info-btn-yahoo {
    background: #0023fc !important; /* 背景色 */
    border: 2px solid #51a7e8 !important; /* 外枠 */
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,.25); /* 影 */
}
 
a.easyLink-info-btn-paypay {
    background: #be8f1c !important; /* 背景色 */
    border: 2px solid #51a7e8 !important; /* 外枠 */
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,.25); /* 影 */
}
/* --- マウスオーバー時のボタン色 --- */
a:hover.easyLink-info-btn-custom_3  {
    opacity: 1 !important; /* 透明度(1.0=不透明 0.0=完全透明) */
    background: #fff !important; /* 背景色 */
    color: #f6a306 !important; /* 文字色 */
}
a:hover.easyLink-info-btn-amazon {
    opacity: 1 !important; /* 透明度(1.0=不透明 0.0=完全透明) */
    background: #fff !important; /* 背景色 */
    color: #f6a306 !important; /* 文字色 */
}
 
a:hover.easyLink-info-btn-rakuten {
    opacity: 1 !important; /* 透明度(1.0=不透明 0.0=完全透明) */
    background: #fff !important; /* 背景色 */
    color: #cf4944 !important; /* 文字色 */
}
 
a:hover.easyLink-info-btn-yahoo {
    opacity: 1 !important; /* 透明度(1.0=不透明 0.0=完全透明) */
    background: #fff !important; /* 背景色 */
    color: #51a7e8 !important; /* 文字色 */
}

a:hover.easyLink-info-btn-paypay {
    opacity: 0 !important; /* 透明度(1.0=不透明 0.0=完全透明) */
    background: #fff !important; /* 背景色 */
    color: #51a7e8 !important; /* 文字色 */
}
 
/* --- 最後のボタン下の空白を削除 --- */
div.easyLink-box div.easyLink-info p.easyLink-info-btn a:last-child {
    margin-bottom: 0 !important;
}
}
