@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
*/

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


/***********************************
★楽天・リンカー
***********************************/

div.yyi-rinker-contents {
	width: 98%;
	height: auto;
	margin: 36px auto;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Helvetica, Meiryo, sans-serif;
	line-height: 1.5;
	background-color: #fafafa;
	overflow: hidden;
	padding: 8px 1px;
	box-shadow: 0px 2px 5px 0 rgba(0,0,0,.26);
	border: unset;
}
div.yyi-rinker-contents a {
	transition: 0.8s ;
}
div.yyi-rinker-contents div.yyi-rinker-box {
	padding: 0;
	border: none;
}
div.yyi-rinker-box div.yyi-rinker-info {
  display: flex;
  width: 100%;
  flex-direction: column;
	padding-left: 1px;
	margin-bottom: -5px;
	
}
@media (min-width: 768px) {
    div.yyi-rinker-box div.yyi-rinker-info {
  padding-left: 5px;
}
}

div.yyi-rinker-contents div.yyi-rinker-image {
	width: 150px;
	min-width:150px;
	margin: 3px 1px 2px 4px;
	text-align: center;
	box-sizing: border-box;
}
div.yyi-rinker-contents div.yyi-rinker-image a {
	width: 100%;
}
/*****
** 商品タイトル 
*****/
.yyi-rinker-title {
	margin: 0 auto 10px; 
	padding-top: 5px;
	padding-right: 10px;
}
div.yyi-rinker-info div.yyi-rinker-title a {
    color: #333;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
}
div.yyi-rinker-contents div.yyi-rinker-title p {
	margin: 0 ; 
}
div.yyi-rinker-contents div.yyi-rinker-title a {
	border-bottom: 1px solid; 
	color: #00c2e0; 
}
div.yyi-rinker-contents div.yyi-rinker-title a:hover {
	color: #e52b5d; /* テキストリンクカラー(マウスオーバー時) */
}
/**** Credit・価格欄 ****/
div.yyi-rinker-contents div.yyi-rinker-detail {
	font-size: 10px;
	margin: 0 auto 10px;
	padding:0;
}
div.yyi-rinker-detail div:not(:last-child) {
    padding-bottom: 8px;
}
div.yyi-rinker-contents div.yyi-rinker-detail a {
    color: #999;
}
/******************
 ボタンデザイン
*******************/
div.yyi-rinker-contents ul.yyi-rinker-links {
	margin: -12px -10px -5px -15px;
}
		
div.yyi-rinker-contents ul.yyi-rinker-links li {
	border-radius: 0px;
	box-shadow: none;
	filter: drop-shadow(0 2px 2px rgba(0,0,0,0.26));
	min-width:175px;
	text-align: center;
}
div.yyi-rinker-contents ul.yyi-rinker-links li:before{
	content:none;
}
div.yyi-rinker-contents ul.yyi-rinker-links li a {
	margin: -5px;
	padding: 0;
	height: auto;
	border-radius: 8px;
	font-size: 11px;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.amazonkindlelink,
div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink,
div.yyi-rinker-contents ul.yyi-rinker-links li.rakutenlink,
div.yyi-rinker-contents ul.yyi-rinker-links li.yahoolink,
div.yyi-rinker-contents ul.yyi-rinker-links li.freelink1,
div.yyi-rinker-contents ul.yyi-rinker-links li.freelink2,
div.yyi-rinker-contents ul.yyi-rinker-links li.freelink3,
div.yyi-rinker-contents ul.yyi-rinker-links li.freelink4 {
	background: none;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.amazonkindlelink a {
	background: #007dcd;
	border: 2px solid #007dcd;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink a {
	background: #ff9901;
	border: 2px solid #ff9901;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.rakutenlink a{
	background: #bf0000;
	border: 2px solid #bf0000;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.yahoolink a{
	background: #ff0033;
	padding: -5px;
	border: 2px solid #ff0033;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.freelink1 a{
	background: #4072B3;
	border: 2px solid #4072B3;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.freelink2 a{
	background: #00b7ce;
	border: 2px solid #00b7ce;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.freelink3 a{
	background: #6f63ad;
	border: 2px solid #6f63ad;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.freelink4 a{
	background: #63ad87;
	border: 2px solid #63ad87;
}

/*************************
 ボタンマウスオーバー時
**************************/
div.yyi-rinker-contents ul.yyi-rinker-links li a:hover {
	background: #fff;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.amazonkindlelink a:hover {
	color: #007dcd;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink a:hover {
	color: #ff9901;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.rakutenlink a:hover {
	color: #bf0000;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.yahoolink a:hover {
	color: #ff0033;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.freelink1 a:hover {
	color: #4072B3;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.freelink2 a:hover {
	color: #00b7ce;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.freelink3 a:hover {
	color: #6f63ad;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.freelink4 a:hover {
	color: #63ad87;
}
@media screen and (max-width: 768px){
div.yyi-rinker-contents div.yyi-rinker-box {
	display: block;
}
div.yyi-rinker-contents div.yyi-rinker-image{
	margin: 0 auto 10px;
	width: 100%;
}
div.yyi-rinker-contents div.yyi-rinker-info {
	text-align: center;
	width: 100%;
}
div.yyi-rinker-contents ul.yyi-rinker-links {
	justify-content: center;
}
div.yyi-rinker-contents ul.yyi-rinker-links li {
	width: 32.33%;
	margin: 0.5%;
}
div.yyi-rinker-contents ul.yyi-rinker-links li a {
	padding: 0 0.5px;
}
}
@media screen and (max-width: 480px) {
div.yyi-rinker-contents ul.yyi-rinker-links li {
	width: 99%;
	margin: 0.7% 0.5%;
}
}
@media screen and (max-width: 420px) {
body div.yyi-rinker-contents ul.yyi-rinker-links li a,
div.yyi-rinker-contents ul.yyi-rinker-links li a {
	padding: 0 0.5px;
}
}

/*************************
グレー点線リストボックス
**************************/
.box25 {
  position: relative;
  margin: 30px 0 30px 0; 
  padding: 15px;
  padding-bottom: 20px;
  border: 3px solid #e5e5e5;
  border-radius: 5px;
}
.box25 .box-content {
  display: block;
  line-height: 1.5 !important;
  padding: 5px !important;
  font-size: 15px;
  font-weight: bold !important;
  text-align: left;
  border-bottom: 1px dotted #b7b7b7;
}
.box25 .box-content:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058 ";
  font-size: 18px;
  color: #f0d3c7;
  padding-right: 8px;
  font-weight: 900;
}
.box25 p {
  margin: 0px; 
  padding: 0px;
}

/************************************
グレータイトル点線リストボックス
*************************************/
.box26 {
  position: relative;
  margin: 50px 0 30px 0; 
  padding: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 3px solid #e5e5e5;
  border-radius: 5px;
}
.box26 .box-title {
  position:absolute;
  background-color: #f0d3c7; 
  border-radius: 2px;
  font-size: 16px;
  color: #fff ;
  padding: 5px 10px;
  line-height: 2;/*行の高さ*/
  top: -30px; /*上から（0px）移動*/
  left: 3px; /*左から(0px)移動*/
}
.box26 .box-content {
  display: block;
  line-height: 1.5 !important;
  padding: 5px !important;
  font-size: 15px;
  font-weight: bold !important;
  text-align: left;
  border-bottom: 1px dotted #b7b7b7;
}
.box26 .box-content:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058 ";
  font-size: 18px;
  color: #f0d3c7;
  padding-right: 8px;
  font-weight: 900;
}
.box26 p {
  margin: 0px; 
  padding: 0px;
}

/************************************
ふわふわタイトル付きBOX
*************************************/
.box77{
  position:relative; /* 配置(ここを基準に)*/	
  margin: 50px 0 30px 0; 
  font-size: 15px;
  background-color: ;
  padding: 18px 15px 18px 15px; 
  border-radius: 3px;
  box-shadow: 0 0 6px 1px #f0d3c7 , 0 0 6px 1px #faccbc;
}
	
.box77 .box-title {
  background-color: #f0d3c7;  
  border-radius: 2px;
  font-size: 16px;
  color: #fff ;
  padding: 5px 10px;
  line-height: 2;/*行の高さ*/
  position:absolute;	/* 配置(ここを動かす) */
  top: -30px; /*上から（0px）移動*/
  left: 3px; /*左から(0px)移動*/
}
.box77 p {
  margin: 0px; 
  padding: 0px;
}

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

/************************************
メリット タイトル付きBOX
*************************************/
.box1-pink{
	display: inline-block;
	position: relative;
	margin: 20px 4px;
	padding:45px 5px 20px 10px; 
	width: 354px;
	font-size: 14px;
	background-color: ;
	border-radius: 3px;
	box-shadow: 0 0 6px 1px #eaccd4, 0 0 6px 1px #eaccd4;
}
	
.box1-pink .box-title {
	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;
	width: 354px;
	margin: 20px 4px;
	font-size: 14px;
	background-color: ;
	padding:45px 5px 20px 10px; 
	position:relative; /* 配置(ここを基準に)*/
	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)移動*/
}


/* タブ切り替え */
.tab-list {
  display: flex;
  justify-content: space-between;
	width: 70%;
}
.tab-item {
  width: 100px;
	margin-right: 3px;
  padding: 5px 0;
	border-radius: 10px 3px 0 0;
	border: 1px solid #f3f3f3;
  background-color: #e0577c;
  color: #999;
  text-align: center;
  cursor: pointer;
  transition: .4s ease-in-out;
}
.tab-item:first-child {
  background-color: rgba(226, 129, 148, 0.15);
}
.tab-item:nth-child(2) {
  background-color: rgba(226, 129, 148, 0.15);
}
.tab-item:nth-child(3) {
  background-color: rgba(226, 129, 148, 0.15);
}
.tab-item:nth-child(4) {
  background-color: rgba(226, 129, 148, 0.15);
}
.tab-item:last-child {
  background-color: rgba(226, 129, 148, 0.15);
}

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

/* コンテンツ切替時 */
.panel-list {
  background-color: #fff;
}
/* コンテンツ内容 */
.panel-item {
  display: none;
  width: 100%;
  padding: 10px 1px;
  background-color: #fff;
	border: 1px solid #fff;
	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;
  }
}


/*タイトル付 上下ただの線 */
.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 .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;
}
.sen00 p {
    margin: 0; 
    padding: 0;
}


/***最新アコーディオンボックス***/
.displayNone {
display: ;
}

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

.contentWrap {
font-size: 14px;
padding:20px 10px 20px 10px;
margin-top: -10px;
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: 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;
}
/***ステップバーデザイン４***/


/* テーブル*/
.table2{
  overflow-x: auto;
  overflow-y: hidden !important;
  width: 100%;
  height: ;
	line-height: 200%;
	border: solid #eaeaea 2px;
  font-size: 7px;	
  text-align: center;
}
.table2 th {
  position: sticky;
	background-color: #ead5db;
  padding: 5px;
	color: #ffff;
  font-size: 11px;
	font-weight: 600;
  text-align: center;
  border-width: thin;
}
.table2 td {
  background-color: #f9f9f9;
  padding: 5px;
  font-size: 10px;
  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);
}



/*楽天・公式ボタン*/
.koshiki-button {
  display: inline-block !important;
  margin: -2px !important;
  width: 100% !important;
  padding: 2px 5px;
  line-height: 16px;
  height: 22px;
  font-size: 9px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background: #bf0000;
  border: solid px ;
  border-radius: 5px;
}
.koshiki-button p {
    margin: 0px; 
    padding: 0px;
}

/*Amazon・公式ボタン*/
.koshiki-button2 {
	display: inline-block;
	width: 100%;
  margin: -2px !important;
  padding: 2px 4px;
  line-height: 16px;
  height: 22px;
  font-size: 9px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background: #ff9901;
  border: solid px;
  border-radius: 5px; 
}
.koshiki-button2 p {
    margin: 0px; 
    padding: 0px;
}

/*Yahoo・公式ボタン*/
.koshiki-button3 {
	display: inline-block;
	width: 100% !important;
  margin: -2px !important;
  padding: 2px 4px;
  line-height: 16px;
  height: 22px;
  font-size: 9px;
  font-weight: 600;
  text-align: center;
  color: #1db3c4;
  background: #ff0033;
  border: solid px;
  border-radius: 5px; 
}
.koshiki-button3 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;
}
@media screen and (max-width: 560px) {
	.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);
	}
}
@media screen and (max-width: 560px) {
  .p-accordion-table,.p-accordion-table tr,.p-accordion-table th,.p-accordion-table td {
    height: auto !important;
  }
}


/* ミニバルーン(吹き出し本体) */
.balloon{
	display: inline-block;/* 横幅を自動で変更 */
  position: relative; 
	line-height: 2.2;
	width: 30%;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 5px;
	padding: 4px 7px 4px 7px;
	border: 8px double #dda1a1;
	border-radius: 3px;
}

/* beforeで枠線の三角を表現 */
.balloon::before{
  content: '';
  position: absolute;
  width: ;
  height: 0;
  left: 40%;
  bottom: -20px;
  border-width: 18px 12px 0 15px;
  border-style: solid;
  border-color: #dda1a1 transparent transparent transparent;
}
/* afterで本体の三角を表現 */
.balloon::after{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 84px;
  bottom: -16px;
  border-width: 18px 12px 0 15px;
  border-style: double;
  border-color: #f4f2f2 transparent transparent transparent;
}


/*ヘッダーコンテナ*/
.header {
	  margin-top: 1px;
　　background-color: #fcfcfc;
	  height: ;
	  display: ;
}
.menu-header .item-label {
    font-size: 14px;
    letter-spacing: .1px;
}

.header-container-in.hlt-top-menu .header {
  margin-top: 5px;
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  height: 60px;
  background-image: none;
}

.header-container-in.hlt-top-menu {
	   width: 100%;
}

#header-container .navi, #navi .navi-in>.menu-header .sub-menu {
    color: #f2ebeb;
	  border-top: solid 3px #e5dce0;
	  border-bottom: solid 3px #e5dce0
}
#navi .navi-in a {
    color: #707070;
}
#navi .navi-in a:hover {
    color: #a0a0a0;
	  background: #edaaaa;
}
.menu-header .item-label {
    font-size: 14px;
    letter-spacing: .1px;
}
.navi-in > ul li {
    display: block;
    width: 176px;
    height: 40px;
    line-height: 33px;
    position: relative;
}

#navi .navi-in>ul>li>a {
    padding: 0 15px;
}

.sns-buttons {
    display: none;
    align-items: center;
}

.logo-image {
    padding: 1px;
    height: ;
}
	
.logo-header img {
    width: 540px;
    height: auto;
	margin-top: 1px;
	margin-bottom: 1px;
	  
}

/*更新日*/
.date-tags {
    line-height: 0.8;
    text-align: right;
    margin-top: -5px;
    margin-bottom: 30px;
}
/*パンくずリスト*/
.breadcrumb {
    margin-top: -23px;
    margin-bottom: 2px;
    color: #c4c4c4;
    font-size: 13px;
}

.article h1 {
    position: relative;
    font-size: 22px;
	margin: 0px -20px 15px -20px;
	padding: 25px 10px;
	border: double 10px #d8c7cb;
	color: #d6486e; /* 文字色 */ 
    background-color:rgba(255,255,255,0.8);
	box-shadow: 0px 0px 7px 3px #c1a6ac;
}


.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
	margin: none;
	padding: none;
    border-collapse: separate;
    border-spacing: 0;
    line-height: 1.25;
    font-weight: bold;
}

.article h1 {
  position: relative;
  margin: -15px -20px 25px -20px;
  padding: 25px 10px;
  font-size: 22px;
  border: double 10px #d8c7cb;
  color: #d6486e; /* 文字色 */ 
  background-color:rgba(255,255,255,0.8);
  box-shadow: 0px 0px 7px 3px #c1a6ac;
}

.article h2 {
  position: relative;
  margin: 50px -15px 15px -15px;
  padding: 12px 8px;
  font-size: 22px;
  color: #d6486e;
  border: 4px solid #d8c7cb;
  border-radius: 3px;
  background: #fff;
}

.article h2:before {
  position: absolute;
  bottom: -14px;
  left: 3em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #d8c7cb transparent transparent transparent;
}

.article h2:after {
  position: absolute;
  bottom: -10px;
  left: 3em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.article h3 {
  margin: 30px -15px 30px -15px;
  padding: 10px 5px 10px 10px;
  color: #665e5e;
  font-size: 20px;
  border-top: solid 2px #d6486e;
  border-bottom: solid 3px #d6486e;
  border-left: none;
  border-right: none;
}

.article h4 {
  margin: 30px -15px 30px -15px;
  padding: 10px 5px 10px 5px;
  color: #665e5e;
  font-size: 18px;
  border-bottom: dotted 3px #d6486e;
  border-top: dotted 3px #d6486e;
}


/*モバイル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;
}

/*更新日*/
.entry-category, .post-date, .post-update, .post-author, .amp-back {
  padding: 8px;
  display: inline;
  font-size: .7em;
  color: #878787;
}
/*コンテンツ余白幅*/
.entry-content {
  margin-right: 10px;
  margin-left: 10px;
}


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

/*サイドバーもくじハイライト*/
#toc-2 li.current {
	background-color: #ffd7cc; /* ハイライト色 */
}

/*もくじ*/
.toc {
    background: #FFFF;
    border: 2px solid #a0a0a0;
    display: block;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    font-size: 15px;
    padding: 1em 1.6em;
    margin-bottom: 1em;
}
/* 目次の文字指定 */
.toc-title {
  display: block;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  border-bottom: solid 2px #eaccd4;
  padding: 2px 5px 6px 5px;
  margin: 1px 2px 3px 2px;
}
/* 目次のアイコン設定 */
.toc-title:before {
    top: 0;
    left: -55px;
    width: 50px;
    height: 50px;
    font-family: "Font Awesome 5 Free";
    content : "\f022"; 
    font-size: 18px;
    margin-right: 5px;
    color:#eaccd4;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    padding:14px;
}
/* 親カテゴリーカスタマイズ */
.toc-content ul li a {
  display: block;
  line-height: 1.3;
  letter-spacing: -0.2px;
  color: #1d9dc4;
  margin-top: 20px; 
  padding: 1px 1px 3px 2px;
  position: relative;
  border-bottom: 1px dashed #ccc; 
  font-size: 15px;
}
/* 目次の各節の先頭にあるアイコンを設定 */
.toc-content  ul li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f005 ";
  color: #eaccd4;
  padding-right: 5px; 
  font-weight: 900; 
}

/*子カテゴリーのカスタマイズ*/
.toc-content ul li ul li a{ 
  display: block;
  margin-top: 6px;
  padding: 1px 1px 3px 2px;
  position: relative;
  border-bottom: 1px dashed #fff;
  line-height: 1;
  letter-spacing: 0.2px;
  color: #1d9dc4;
  font-size: 14px;
}
.toc-content ul li ul li a::before{ 
  font-family: "Font Awesome 5 Free"; 
  content: "\f105 "; 
  font-size: 12px;
  margin-left: -10px;
  color: #eaccd4;
  padding-right: 4px; 
  font-weight: 900; 
}


/*サイドバーｈ３タイトル*/
.sidebar h3 {
  font-size: 14px;
	text-align: center;
	line-height: 2.5;
	background-color: #f2ebeb;
　margin: 1px;
	padding: 5px;
  color: #eaccd4;
	border: solid 2px  #e2a3ba
	font-weight: 900;
}


.widget_categories ul li a, .widget_nav_menu ul li a {
  color: #333;
  text-decoration: none;
	line-height: 1.5;
  padding: 10px 0;
  display: block;
  padding-left: 3px;
	border-bottom: 1px dotted #ccc;
}

.widget_categories ul li a, .widget_nav_menu ul li a:before {
font-family: "Font Awesome 5 Free";
  content: "\f054 ";
  color: #eaccd4; 
  padding-right: 5px; 
  font-weight: 900; 
}


.widget_categories  ul li ul li a, .widget_nav_menu ul li ul li a:before  {
	font-family: "Font Awesome 5 Free";
  content: "\f101 ";
  color: #eaccd4;
  padding-right: 5px;
  font-weight: 900;
}




/*ブログカード*/
.blogcard-wrap.a-wrap {
    border: none;
    position: relative;
    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{
	border: 1px solid #d8c7cb;	/* 線の太さ・種類・色 */
	border-radius: 5px;
	padding: 60px 15px 25px 12px;	/* 内側の余白 上・右・下・左 */
	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: 30px; !important;
   padding-top: 20px;
	 padding-bottom; 12px !important;
   font-size: 16px;
   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;
}

/*タイトルボックス・ピンク*/
.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: 20px 15px;
    margin: 2em 0;
    font-size: 16px;
    background: #fff;
    border: double 2px #d8c7cb;
	box-shadow: 0px 0px 5px 5px  #e8e3e3;
    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 {
  font-weight: bold;
  display: inline-block;
  position: relative;
  text-decoration: none;
  width: 85%;
  font-size: 18px;
  color: #fff;
  width: 100%;
  margin-bottom: -12px;
  padding: 15px;
  line-height: 25px;
  border-radius: 22px;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(#efdee7 26%, #e04a4a 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%);/*グラデーションを明るく*/
}


.link-button2{
  font-weight: bold;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  width: 85%;
  margin-bottom: -12px;
  padding: 15px;
  line-height: 25px;
  border-radius: 22px;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(#ede2d3 26%, #ed7a44 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%);/*グラデーションを明るく*/
}


/* テーブル*/
.table1 {
width: 100%;
border-collapse: ;
font-size: 12px;	
text-align: center;
line-height: 150%;
border: 2px solid #e8e8e8;
margin: auto
}
.table1 th {
color: #474747;
padding: 15px;
font-weight: bold;
font-size:16px;
line-height: 200%;
background: #fff;
border: 2px solid #e8e8e8;
}
.table1 td {
padding: 5px;
font-size: 12px;
text-align: center;
border: solid 1px #e8e8e8;
background: #ffff;
}




/* テーブル*/
.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;
}




/* 特徴まとめ_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;
    background: linear-gradient(#fed6e3 1%, #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 {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(#fed6e3 0%, #ffbcbc 100%);/*グラデーションを明るく*/	
}

.vod-feature .heading:after {
    position: absolute;
    bottom: -9px;
    left: 1em;
    width: ;
    height: 0;
    content: "";
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #e07290 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%);/*グラデーションを明るく*/
}

/* あふぃリンク(大) */
.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%);/*グラデーションを明るく*/
}


/*アコーディオン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;
}




/************************************
--- PC以外の時の設定 ---
************************************/
@media screen and (max-width: 580px) {

/***最新アコーディオンボックス***/
.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: -10px;
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;
}
/***ステップバーデザイン４***/


/* テーブル*/
.table2{
  overflow-x: auto;
  overflow-y: hidden !important;
  width: 100%;
  height: ;
	line-height: 200%;
	border: solid #ccc 2px;
  font-size: 7px;	
  text-align: center;
}
.table2 th {
  position: sticky;
	background-color: #e5a7a7;
  padding: 5px;
	color: #ffff;
  font-size: 9px;
	font-weight: 600;
  text-align: center;
  border-width: thin;
}
.table2 td {
  background-color: #fcfcfc;
  padding: 5px;
  font-size: 9px;
  text-align: center;
  border-width: thin;
  padding: 5px;
}

/*楽天・公式ボタン*/
.koshiki-button {
  display: inline-block;
  width: 100% !important;
  padding: 2px 4px;
  line-height: 14px;
  height: 22px;
  font-size: 8px;
  font-weight: 60;
  text-align: center;
  color: #fff;
  background: #bf0000;
  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;
}
@media screen and (max-width: 560px) {
	.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);
	}
}
@media screen and (max-width: 560px) {
  .p-accordion-table,.p-accordion-table tr,.p-accordion-table th,.p-accordion-table td {
    height: auto !important;
  }
}


.box77{
	margin: 2em auto; 
	font-size: 13px;
	background-color: ;
	padding:45px 5px 20px 10px; 
	position:relative; /* 配置(ここを基準に)*/
	border-radius: 3px;
	box-shadow: 0 0 6px 1px #cc004e, 0 0 6px 1px #faccbc	
}
	
.box77 .box-title {
	background-color:#cc5583; 
	border-radius: 2px;
	font-size: 16px;
	color: #fff ;
	padding: 7px 10px;
	line-height: 2;/*行の高さ*/
	position:absolute;	/* 配置(ここを動かす) */
	top: -20px; /*上から（0px）移動*/
	left: 10px; /*左から(0px)移動*/
}




.menu-header .item-label {
    font-size: 14px;
    letter-spacing: .1px;
}

.header-container-in.hlt-top-menu 
.header-container-in.hlt-top-menu {
	   width: 100%;
}

#header-container .navi, #navi .navi-in>.menu-header .sub-menu {
    color: #f2ebeb;
	  border-top: solid 3px #e5dce0;
	  border-bottom: solid 3px #e5dce0
}


#navi .navi-in a {
    color: #707070;
}
#navi .navi-in a:hover {
    color: #a0a0a0;
	  background: #edaaaa;
}
.menu-header .item-label {
    font-size: 14px;
    letter-spacing: .1px;
}
.navi-in > ul li {
    display: block;
    width: 176px;
    height: 40px;
    line-height: 33px;
    position: relative;
}

#navi .navi-in>ul>li>a {
    padding: 0 15px;
}


.sns-buttons {
    display: none;
    align-items: center;
}

.logo-image {
    padding: 1px;
    height: ;
}
	
.logo-header img {
    width: 540px;
    height: auto;
	  margin-top: 1px;
	  margin-bottom: 1px;
	  
}

.article h1 .article h2, .article h3, .article h4, .article h5, .article h6 {
	margin: none;
    padding: none;
    background: 0 0;
    border-collapse: separate;
    border-spacing: 0;
    line-height: 1.25;
    font-weight: bold;
}



/*更新日*/
.date-tags {
    line-height: 0.8;
    text-align: right;
    margin-top: -5px;
    margin-bottom: 30px;
}
/*パンくずリスト*/
.breadcrumb {
    margin-top: -23px;
    margin-bottom: 2px;
    color: #c4c4c4;
    font-size: 13px;
}


.article h1 {
    position: relative;
    font-size: 22px;
	  margin: -5px -20px 25px -20px;
	  padding: 25px 10px;
	  border: double 10px #d8c7cb;
	  color: #d6486e; /* 文字色 */ 
    background-color:rgba(255,255,255,0.8);
	  box-shadow: 0px 0px 7px 3px #c1a6ac;
}


.article h2 {
  position: relative;
  padding: 5px 5px;
  margin: 50px -15px 30px -15px;
  font-size: 22px;
  color: #d6486e;
  border: 4px solid #d8c7cb;
  border-radius: 3px;
  background: ;
}

.article h2:before {
  position: absolute;
  bottom: -14px;
  left: 3em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #d8c7cb transparent transparent transparent;
}

.article h2:after {
  position: absolute;
  bottom: -10px;
  left: 3em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #fcfcfc transparent transparent transparent;
}

.article h3 {
  position: relative;
  margin: 30px -15px 35px -15px;
  padding: 10px 5px 10px 10px; /* 上・右・下・左の余白 */
  color: #665e5e;
  font-size: 20px;
  border-top: solid 2px #d8c7cb;
  border-bottom: solid 5px #d8c7cb;
  border-left: none;
  border-right: none;
}
.article h3:before {
  position: absolute;
  bottom: -14px;
  left: 3em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #d8c7cb transparent transparent transparent;
}
.article h3:after {
  position: absolute;
  bottom: -10px;
  left: 3em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

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


.sidebar h3, .navi, .navi-in a {
    font-weight: 900;
    height: px;
}


/*モバイル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;
}

/*サイドバー検索ボックスエリア*/
input[type=text].search-edit {
    font-size: 16px;
    border-radius: 10px;	
}
.search-edit, input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
    border: ridge 2px #ccc;
}
.input-box, .input-box-mini {
    border: none
    solid #e0c8ba;
    width: 100%;
    height: 2.4em;
    padding-left: 0;
}

/*更新日*/
.entry-category, .post-date, .post-update, .post-author, .amp-back {
    padding: 8px;
    display: inline;
    font-size: .7em;
	   color: #878787;
}
/*コンテンツ余白幅*/
.entry-content {
    margin-top: ;
    margin-bottom: ;
    margin-right: -15px;
	  margin-left: -15px;
}

	
/*サイドバーもくじタイトル*/
h3.widget-sidebar-scroll-title.widget-title {
  font-size: 14px;
	margin: 40px 5px 5px 5px;
	padding: 5px;
	background-color: #f2ebeb;
	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 {
    background: #FFFF;
    border: 2px solid #a0a0a0;
    display: block;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    font-size: 15px;
    padding: 1em 1.6em;
    margin-bottom: 1em;
}
/* 目次の文字指定 */
.toc-title {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: ; /* 目次の文字色を変える場合はここを変更 */
	border-bottom: solid 2px #eaccd4;
  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: 18px;
    margin-right: 5px;
    color:#eaccd4; /* アイコンの色を変える場合はここを変更 */
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    padding:14px;
}
/* 目次のデザインカスタマイズ */
.toc-content ul li a {
    display: block;
    line-height: 2.0;
	  margin-top: 8px; 
    padding: 1px 1px 3px 2px;
    position: relative;
    border-bottom: 1px dashed #ccc; /* 下線の種類 */
	  color: #777777;
	  font-size: 14px;
		font-weight: 600;
}
/* 目次の各節の先頭にあるアイコンを設定 */
.toc-content  ul li a:before {
	font-family: "Font Awesome 5 Free";
  content: "\f054 ";
  color: #eaccd4; /* 色を変える場合はここを変更 */  
  padding-right: 5px; /*アイコン右側空間*/
  font-weight: 900; /*アイコンの太さ*/
}

/*子カテゴリーのカスタマイズ*/
.toc-content ul li ul li a{ 
	display: block;
	line-height: 2.0;
  padding: 1px 1px 3px 2px;
  position: relative;
	border-bottom: 1px dashed #ccc; /* 下線の種類 */
	color: #777777;
	font-size: 13px;
	 font-weight: 300;
}
.toc-content ul li ul li a::before{ /*子カテゴリーのアイコン*/
  font-family: "Font Awesome 5 Free"; /*バージョン指定*/
  content: "\f101 "; /* FontAwesomeのユニコード */
	font-size: 12px;
	margin-left: -10px;
  color: #eaccd4; /* アイコンの色 */
  padding-right: 4px; /*アイコン右側空間*/
  font-weight: 900; /*アイコンの太さ*/
}

/*サイドバーｈ３タイトル*/
.sidebar h3 {
  font-size: 14px;
	text-align: center;
	line-height: 2.5;
	background-color: #f2ebeb;
　margin: 1px;
	padding: 2px;
  color: #eaccd4;
	font-weight: 900;
}


.widget_categories ul li a, .widget_nav_menu ul li a {
  color: #333;
	font-size: 12px;
  text-decoration: none;
	line-height: 2;
  padding: 5px 0;
  display: block;
  padding-left: 2px;
	border-bottom: 1px dotted #ccc;
}

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


.widget_categories  ul li ul li a, .widget_nav_menu ul li ul li a:before  {
	font-family: "Font Awesome 5 Free";
  content: "\f101 ";
  color: #eaccd4;
  padding-right: 5px;
  font-weight: 900;
}
	
	
	

/*ブログカード*/
.blogcard-wrap.a-wrap {
    border: none;
    position: relative;
    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{
	border: 1px solid #afcfdb;	/* 線の太さ・種類・色 */
	border-radius: 5px;
	padding: 60px 15px 25px 12px;	/* 内側の余白 上・右・下・左 */
	position: relative;
	z-index: 0;
}
.box23 .box-title {
	background-color: #afcfdb;	/* タイトル部分背景色 */
	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: "\f119 ";
    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: #afcfdb 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: 5px !important;
   padding-bottom: 12px !important;
   padding: 0px 5px;
   font-size: 16px;
   text-align: left;
   border-bottom: 1px dotted #ccc;
}
.box23 .box-content:before {
    font-family: "Font Awesome 5 Free";
    content: "\f058 ";
    color: #00c9db;
	  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: 15px 15px;
  padding-bottom: 20px;
  margin: 15px 0;
  border: 3px solid #e5e5e5;
  border-radius: 5px;
}
.box25 .box-content {
  display: block;
  line-height: 25px !important;
  padding: 3px !important;
  font-size: 15px;
  font-weight: bold !important;
  text-align: left;
  border-bottom: 1px dotted #b7b7b7;
}
.box25 .box-content:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058 ";
  font-size: 18px;
  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: 20px 15px;
    margin: 2em 0;
    font-size: 16px;
    background: #fff;
    border: double 2px #d8c7cb;
	box-shadow: 0px 0px 5px 5px  #e8e3e3;
    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%);/*グラデーションを明るく*/
}


/* テーブル*/
.table1 {
width: 100%;
border-collapse: ;
font-size: 12px;	
text-align: left;
line-height: 150%;
border: 1px solid #ccc;
margin: auto
}
.table1 th {
color: #474747;
padding: 5px;
font-weight: bold;
font-size:12px;
border-width: thin;
border: solid #ccc;
background: #f7eee9;
}
.table1 td {
padding: 5px;
font-size: 12px;
text-align: left;
border-width: thin;
border: solid #ccc;
background: #ffff;
}




/* テーブル*/
.table3 {
overflow-x: auto;
overflow-y: hidden !important;
width: 100%;
height: 400px;
font-size: 12px;	
text-align: center;
line-height: 20px;
border: solid #ffff 1px;
margin-right: 1px;
}
.table3 th {
color: #343434;
padding: 10px;
padding: 10px;
font-weight: bold;
font-size:12px;
text-align: center;
border-width: thin;
border-right: 1px solid #ffff;
border-bottom: 1px solid #ffff;
background: #e6c8d0;
position: sticky;
top: 0;
left: 0;
}
.table3 td {
padding: 5px 10px;
font-size: 12px;
text-align: center;
border-width: thin;
border-right: 1px solid #ffff;
border-bottom: 1px solid #ffff;
background: #f2ebeb;
padding: 5px;
}




/* 特徴まとめ_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;
    background: linear-gradient(#fed6e3 1%, #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 {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(#fed6e3 0%, #ffbcbc 100%);/*グラデーションを明るく*/	
}

.vod-feature .heading:after {
    position: absolute;
    bottom: -9px;
    left: 1em;
    width: ;
    height: 0;
    content: "";
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #e07290 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%);/*グラデーションを明るく*/
}

/* あふぃリンク(大) */
.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%);/*グラデーションを明るく*/
}


/*アコーディオン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;
}



/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
