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

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

.mobile-header-menu-buttons{background:#e0d0be; padding:8px 0px;}

.menu-button {
  color: #30064d;
}

.container{background-color:#f3efeb;}

.main{background-color:#f3efeb;}

.sidebar{
	background-color:#f3efeb;
}

.logo a{
	padding:10px 0px;
}
.tagline{padding-top:20px; font-weight:bold;}

h2 {
  font-size: 18px !important;/*文字のサイズ*/
	background-color: #7a614b !important;
  color: #FFF;
	margin-top: 4em;
  margin-bottom:15px;
}

h4{
	  font-size: 22px !important;/*文字のサイズ*/
	background-color: #017852 !important;
	  color: #f2efeb;
	margin-top:46px;
}

.entry-content h3{
  font-size: 16px !important;/*文字のサイズ*/
  position: relative;
  color: #323232;
  padding-left: 1.3em;
  line-height: 1.5em;
  margin:0px 0px 15px 8px;
  border-top: none;
  border-bottom: none;
  border-left: 7px solid #c2a991;/*左線*/
}

.entry-card-title{
		border:none ;
		background-color: #f2efeb !important;
  color: #333;
	font-size:12px !important;
}

.new-entry-card-title {
		font-size:12px !important;
	font-weight:bold;
	padding-top:8px;
}

.carousel-entry-card-title{font-size:12px;}

.slick-list{background-color:#f4f5f7;}

.carousel-in{padding:0px 0px 12px 0px; background-color:#f4f5f7;}

.carousel-content{padding:0px;}

.carousel .slick-arrow:before{color:#333;}

.list-title-in{font-size:14px;}

.related-entry-card-content h3,.widget-related-entry-card-title{ font-size:14px!important;}

h3.widget-title{background-color:#f3efeb;}

/* フッター*/
.footer-container{
	padding-bottom:140px;
}

/*--------------------------------
リスト点線
--------------------------------*/
.mybox{
	background-color: 
#fcf4e2;	/* 背景色 */
	border: 1px solid 
#ccc; /* 線の太さ・種類・色 */
	box-shadow:1px 1px 6px 0px 
#ccc;
	-moz-box-shadow:1px 1px 6px 0px 
#ccc;
	-webkit-box-shadow:1px 1px 6px 0px 
#ccc;
	-o-box-shadow:1px 1px 6px 0px 
#ccc;
	margin: 20px; /* 外側の余白 上下・左右 */
	padding: 30px 20px 0px 20px; /* 内側の余白 上・右・下・左 */
	position: relative;
	z-index: 0;
}
.mybox:after{
	background-color: 
#d9ccb3; /* マステ部分の色1 */
	background-image: linear-gradient(45deg, 
#dfd4be 25%, 
transparent 25%, 
transparent 75%, 
#dfd4be 75%, 
#dfd4be), linear-gradient(45deg, 
#dfd4be 25%, 
transparent 25%, 
transparent 75%, 
#dfd4be 75%, 
#dfd4be); /* マステ部分の色2 */
	background-position: 0 0, 12px 12px;
	background-size: 24px 24px;
	border-left: 2px dotted 
rgba(255,255,255,0.9);
	border-right: 2px dotted 
rgba(255,255,255,0.9);
	box-shadow: 0 0 5px 
rgba(255,255,255,0.5);
	content: 'Check！';
	display: block;
	margin: 0 0 10px 0;
	padding: 5px 20px;
	color: #735921;  /* 文字色 */
	text-align: center;
	position: absolute;
	top: -10px;
	left: 20px;
	transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
}

.cat-label {
display: none;
}


/*--------------------------------
リスト
--------------------------------*/
ul.dotlist{
  counter-reset:list;
  list-style-type:none;
  font: 14px/1.6 'arial narrow', sans-serif;
  padding:1em;
	margin-top:1em 2em;
	background-color:#FFF;
  border: solid 2px #e0e1e4;	
}
ul.dotlist li{
  position:relative;
  color: #333;
  padding: 0 0 0 20px;
  margin: 7px 0px;
  line-height: 30px;
  border-bottom: dashed 1px #c1c3c7;
}
ul.dotlist li:before{
  counter-increment: list;
  content: counter(list) ".";
  display: block;
  position: absolute;
  left: 0px;
  font-weight: bold;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*--------------------------------
リスト
--------------------------------*/
ul.dotlist2{
  counter-reset:list;
  list-style-type:none;
  font: 14px/1.6 'arial narrow', sans-serif;
  padding:1em;
	margin-top:1em 2em;
}
ul.dotlist2 li{
  position:relative;
  color: #333;
  padding: 0 0 0 20px;
  margin: 7px 0px;
  line-height: 30px;
  border-bottom: dashed 1px #c1c3c7;
}
ul.dotlist2 li:before{
  counter-increment: list;
  content: counter(list) ".";
  display: block;
  position: absolute;
  left: 0px;
  font-weight: bold;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*リスト*/

 .aBox1 {
  border: solid 2px #c2a991;
  padding: 10px 6px 0px;
	margin:10px 0px 30px;
  position: relative;
	 background-color:#FFF;
}

 .aBox1 li {
  line-height: 1.5;
  padding: 0.5em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
}

 .aBox1 li:before {
  font-family: "FontAwesome";
  content: "\f138";/*アイコン種類*/
  position: absolute;
  left : 1.5em; /*左端からのアイコンまで*/
  color: #c2a991; /*アイコン色*/
}

 .aBox1 li:last-of-type {
  border-bottom: none;
}

.nomadBox1 {
  padding: 1em;
  margin: 15px 0;
  color: #555;
  border: solid 1px #a1a1a1;
}

.nomadBox15 {
  padding: 1em;
  margin: -12px 0 15px 0;
	line-height:280%;
  color: #555;
  border: solid 1px #a1a1a1;
}

.nomadBox2 {
  padding: 1em;
   line-height: 2em;
  margin: 15px 0;
  color: #555;
	background-color:#e0e7f6;
}

.nomadBox10 {
  padding: 1em;
  margin: 15px 0;
  color: #555;
  border: none;
	background-color:#e9ecf1;
}

.nomadBox11 {
  padding: 1em;
  margin: 15px 0;
  color: #555;
  border: solid 1px #333;
	background-color:#FFF;
}

.nomadBox11 p {
   line-height: 2em;
    padding: 0;
    margin: 0;
}

/*--------------------------------
テーブル
--------------------------------*/

.table001{
	width: 100%;
	margin: 10px 0;
}

.table001 th{
	background-color:#f3efeb;
	color:#333;
	border:1px solid #333;
}
.table001 td{
	background-color:#FFF;
		border:1px solid #333;
		word-break : break-all;
}

.scroll_table {
  max-width: 100%;
  overflow-x: auto;
}

.scroll_table::-webkit-scrollbar {
  height: 10px; /* スクロールバーの高さ */
}

.scroll_table::-webkit-scrollbar-thumb {
  background: #aaa; /* ツマミの色 */
}

.scroll_table::-webkit-scrollbar-track {
  background: #ddd; /* トラックの色 */
}

.colTable {
  width: 100%;
  border-collapse: collapse;
}

.colTable tr{
  border-bottom: solid 2px #d6d6d6;
}

.colTable th{
  position: relative;
  text-align: left;
  width: 44%;
  background-color: #e6e8ed;
  color: 333;
  text-align: center;
  padding: 10px 0;
}

.colTable td{
  text-align: left;
  width: 28%;
  text-align: center;
  background-color: #FFF;
  padding: 10px 0;
}

.colTablePurple{
	background:#9163ab!important;
	color:#FFF;
}

.colTableGreen{
	background:#549754!important;
	color:#FFF;
}

.colTableBlue{
	background:#465ca5!important;
	color:#FFF;
}

.colTableYellow{
	background:#bdac30!important;
	color:#FFF;
}

.tableA {
  border-collapse: collapse;
  width: 100%;
}
.tableA th, .tableA td {
  border: 1px solid #505050;
  background-color: #fffeff;
  padding: 1em;
}
.tableA th {
  background-color: #5c5c5c;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 4em;
}

.tableBG10{
	text-align:center;
	font-weight:bold;
	background-color:#ffdde4 !important;
}

.TopBoxQA {
  margin: 15px 0;
  color: #555;
  border: solid 9px #c4c4c4;
}

.faq-question-label{
	color:#793bc5!important;
}

.faq-answer-label{
	color:#dc2727!important;
}

.BottomBoxQA {
  margin: 15px 0;
	padding:1.2em;
  color: #555;
  border: solid 1px #a1a1a1;
}

.BottomBoxQA strong{
	color:#502188;
}

.BottomBoxQA span{
	font-weight:bold;
}
.BottomBoxQA div span{
	font-weight:bold;
	color:#8e0d0d;
}


/*吹き出し*/
.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.balloon5 .chatting {
  width: 100%;
}

.says {
	color:#381b04;
  display: inline-block;
  position: relative;
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #fcdbb0;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #fcdbb0;
}

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

@media screen and (max-width: 960px) {
  .stepbar {
    width: 90%;
  }
}

/*--------------------------------
タグクラウド
--------------------------------*/

.tagcloud a {
    background: none; /*背景を消す*/
    border: 1px solid #ccc; 
    border-radius: 16px; /*角の丸み*/
    color: #555; /*文字色*/
    display: inline-block;
    padding: 3px 10px;
    text-decoration: none;
    font-size: 11px;
    margin: 2px;
    flex: 1 1 auto;
    display: flex;
    justify-content: space-between;
}
.tagcloud a .tag-caption::before {
    content: "#"; /*アイコンの変更*/
    padding-right: 3px;
}
.tagcloud a:hover { /*マウスホバー時*/
    background: #333333;
    border: 1px solid #333333;
    color: #fff;
}

.fa-tag:before {
    display: none;
}

/*--------------------------------
その他
--------------------------------*/

.linkArticle {
    position: relative;
    padding: 0.5rem;
    border-radius: 12px;
    border: 1px solid;
    border-bottom: 4px solid #454545;
    background-color: #fff;
    color: #454545;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}

.linkArticle:before {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 12px;
    width: 1px;
    background-color: #454545;
    content: "";
}

.related-entry-heading {
	color:#333;
	background-color:#f2efeb!important;
}

.texCenter{
	text-align:center;
}

.mT30{
	margin-top:30px;
}

.mB2{
	margin-bottom:15px;
}

.marker{padding:3px; background-color:#fcdbb0;} 


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

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

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