@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/*追加*/
body {
	font-size: 1em;
}


@media (max-width: 767px){
#header #site-info {
 max-width: 98% !important;
}
}

@media (max-width: 767px){
#header #site-info img{
  width: 100%;
  min-height: 56px;
}
}

@media (max-width: 767px){
#main-image{
 margin-top: 45px;
}
}

/* ヘッダー画像サイズ指定 */
@media (max-width: 767px){
#main-image img{
 width: 390px;
 height:64px;
}
}


@media (min-width: 768px) {
#main-image img{
	width: 515px;
	height: 70px;
}
}

#contents p {
	color: #313237;
}


/*全体文字サイズ調整*/
@media (max-width: 767px) {
.cps-post-main p {
	font-size: .9em;
}

.h2-style01 h2 {
  font-size: 1.1rem !important;
}
}


/*ヘッダー*/
.l-content {
	padding-top: 1em !important;
}

/*アイキャッチ*/
.p-articleThumb {
	margin: 0.7em 0 !important;
}

/*コンテンツ*/
.l-mainContent__inner>.post_content {
	margin:1.5em 0 !important;
}

/*リンク*/
a {text-decoration:underline;}


/* リスト */
ul li {
	list-style: none;
}

.post_content ul {
	padding-left: 0;
}


/*フッター*/
.p-articleFoot {
	clear: both;
}

/*メニュー*/

#drawernav2 ul.menu-box li.menu-item {
	border-top: 2px solid #efefef;
}

/*** 画像 ***/

#header #site-info img {
	max-width: 100%;
}

.new-entry .eyecatch img {
	height: auto;
}

/* トップサムネの高さ調整 */

.pickup-image,
.new-entry-item .eyecatch,
.post-list-thumb {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.pickup-image:before,
.new-entry-item .eyecatch:before,
.post-list-thumb:before {
    content:"";
    display: block;
    padding-top: 56.25%; /* 16:9 */
}
.pickup-image img,
.new-entry-item .eyecatch img,
.post-list-thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
   -webkit-transform: translate(-50%, -50%) !important;
   transform: translate(-50%, -50%) !important;
}


/* サイドバーサムネ */

.my-profile .my-profile-thumb {
	width: 115px !important;
	height: auto;
	-webkit-box-shadow: 0px 0px 0px rgb(0 0 0 / 0%) !important;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 0%) !important;
}


/***** フォント *****/
.eight {
  font-size: 0.8em !important;
  color: #828282;
}

.h4-style01 h4 {
	border-left: 4px solid #2b2b2b !important; 
    border-bottom: 2px dotted #3b4675;
}


/***** ヘッダー *****/


@media (max-width: 767px){
#wrapper {
    position: absolute;
    }
}


@media (max-width: 767px) {
#header #site-info {
 margin-top: 30px;
 }
 }
 
 .cps-icon-bar,
 #navtoggle:checked,
 .sp-menu-open .cps-icon-bar {
    background-color: #3b4675 !important;

}

@media (max-width: 767px) {
.headsearch .search-box {
    color: #3b4675 !important;
}
}

@media (min-width: 768px) {
#headmenu .headsearch {
    display: none;
    }
}

/***** 行調整 *****/
.two_lines {
  padding-top:2.0em !important;
}

.minus_under{
  margin-bottom: -40px !important;
}

.minus_under_two{
  margin-bottom: -40px !important;
}


/*** YouTube***/
.cps-post-main .video {
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
}

.cps-post-main .video iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/***** パンくずリスト *****/

div.breadcrumbs {
  padding: 0 0 0 7px;
}

div.breadcrumbs span  {
  font-size: .8em;
}

/***** 用語辞典 *****/

.dictionary_list {
  margin: 0px 0 0 0;
  padding: 20px 0 0 0;
  clear: both;
}

.dictionary_title {
  color: #696969;
  border-left: solid 8px #aaa;
  margin: 0 0 8px 10px;
  padding: 0px 0px 0px 7px;
  font-size: 22px;
  font-weight: bold
}

.knowledge_title {
  margin: 0px 0 15px 0px;
  font-weight: bold;
  font-size: 1.1em;
}

.dictionary_list a {
  color: #1C7EB8;
 
}

.dictionary_list a:hover {
  color: #FF794D;
}

.dictionary_list ul li {
  float: left;
}


/* トップ 掲載コード一覧 

.TopChord_List:nth-child(n + 2){
	margin-top: 10px;
}*/


.TopChord_List_inner {
	padding: 0 0 1em;
    border: 3px solid #3b4675;
   border-radius: 10px;
    display: grid;
    justify-content: center;
    align-items: center;
   /* flex-direction: column;*/
}

.TopChord_List {
	margin: 0 0 5px 0;
}



.TopChord_List span {
	width: 150px;
	display: table-cell;
	font-size: 1.1em;
}

.TopChord_List a {
	font-size: 1.1em;
	text-decoration: underline;
	margin-left: 20px;
}

.TopChord_List span:before {
	position: absolute;
    margin: 5px -8px 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #3b4675;
    content: "▶";
	color: #fff;
	font-size: 14px;
	text-align: center;
}


/* トップ コード一覧 */

#sakuin_main {
	margin-top:20px; 
}

.sakuin_list{
	padding: 0 0 2em;
	margin-bottom: 10px;
	clear: both;
}

h2.sakuin {
  line-height: 25px;
  text-align: center;
  font-size: 1.2em;
  margin-top:10px;
 }



@media (min-width: 895px) {
	#sakuin_main {
		margin: 10px auto 0;
	}
}

.sakuin_inner {
	width: 100%;
    display: grid;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10px;
}

.sakuin_inner p {
	margin: 0;
}

.sakuin a {
	  text-decoration: none !important;
}

.sakuinAdj {
	display: flex;
    align-items: center;
    height: 65px;
box-shadow: inset 1px 1px 0 0 #e0ddd1, 1px 1px 0 0 #e0ddd1, 1px 0 0 0 #e0ddd1;
}

.sakuinAdj:last-child { 
	
}

.sakuin_inner ul li a {
	display: block;
}

.sakuinAdj a {
  float: left;
   font-size: 1.1em;
   font-weight: bold;
   padding: 5px 0px 5px;
  margin: 2px;
  text-decoration: none;
  width: 114px;
  line-height: normal;
  text-align: center;

}

@media (max-width: 767px) {
.sakuinAdj a {
 font-size: .65em;
   max-width: 75px;
	}
}


ul.kanon_list {
	margin: 0 auto;
	padding: 0 !important;
}

ul.haseion_list{
	margin:0 auto !important;
	padding: 0 !important;
	clear: both;
}
.haseion_list li {
	background-color: #3e3d3d;
	border-color: transparent;
	margin: 0 0.5px;
}
.haseion_list li a {
	color:#fff;
	font-size: .85em;	

}

@media (max-width: 767px) {
.haseion_list li a {
	font-size: .65em !important;
	   max-width: 85px;
	}
}


/* トップ コードボタン*/

.chord-button {
	clear: both;
}

.chord-button a {
	padding: 5px 10px;
	border-bottom: 1px solid #3b4675;

}


/*内部リンク用*/

 

.innerlink-arealist,
.innerlink-hasei {
  float: left;

}

.innerlink-arealist,
.innerlink-arealist-none,
.innerlink-hasei {
	font-size: .85em;
	width:calc(100% / 2);
	font-size: 1em;
	padding: 0 5px 0 0;
	margin-bottom: 5px;
}

.innerlink-arealist a,
.innerlink-hasei a,
.innerlink-arealist-none a {
	color: #3b4675 !important;
	text-decoration: none !important;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    width: 100%;
	min-height: 2.9rem;
    border: 1px solid #ccc;
    letter-spacing: .15em;
    line-height: 1.2;
    padding: 0rem 0.2em;
    transition: .2s border-color,.2s color;
    font-weight: bold;
}


.innerlink-arealist a,
.innerlink-arealist-none a {
	height: 40px;
    line-height: 40px;
}
   
   
.innerlink-hasei a {
    background-color: #404040;
    border: 1px solid #404040;
	color: #fff !important;

}

.innerlinl-last {
	margin-bottom: 30px;
}

span.bldlist_fontsize {
		font-size: 0.7rem;
		font-weight: 600;
}

@media (max-width: 767px) {
.innerlink-arealist,
.innerlink-arealist-none,
.innerlink-hasei  {
	font-size: 0.9em;
 }
 
span.bldlist_fontsize {
		font-size: 0.7rem;
}
 }


.innerlist-title {
	clear: both;
	font-size: 1.2rem;
    text-align: center;
}

.innerlist-title:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--color_htag);
    margin-bottom: 20px;
    display: block;
    }
    
.p-articleMetas {
	 clear: both;
 }

/***** ボックスデザイン追加 *****/
  
.concept-merit,
.concept-demerit {
  position: relative;
    border: 1px solid #eee;
    border-radius: 4px; 
    padding: 20px 25px;
    padding-bottom: 0;
    box-sizing: border-box;
}

.concept-merit{
  border-color: #86cee8!important;
}

.concept-demerit{
  border-color: #ed8989!important;
}

.concept-merit p,
.concept-demerit p {
  padding-bottom: 20px !important;
}
    

.concept-merit:before,
.concept-demerit:before {
  position: absolute;
    font-weight: bold;
    background: #fff;
    color: #555;
    line-height: 0;
}

.concept-merit:before{
   content: "メリット"; 
   color: #86cee8!important;
}

.concept-demerit:before{
   content: "デメリット"; 
	color: #ed8989!important;
}


.concept-merit:after,
.concept-demerit:after {
  line-height: 1.3rem; 
  position: absolute;
    background: #aaa;
    color: #fff;
    font-family: "jin-icons";
    border: 5px solid #fff;
    text-align: center;
    font-size: 1.8rem;
    width: 22px;
    height: 22px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased; ;
}

.concept-merit:after{
  background-color: #86cee8!important;
  content: "\e91d";
}

.concept-demerit:after{
  background-color: #ed8989!important;
  content: "\e905";
}



@media (min-width: 768px) {
.concept-merit,
.concept-demerit {
    margin-bottom: 40px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 25px;
    padding-bottom: 0;
    box-sizing: border-box;
    padding-top: 40px !important;
    margin-top: 40px !important;
    position: relative;
    border: 1px solid #eee;
    border-radius: 4px;
    }
    }
    
@media (min-width: 768px) {
.concept-merit:before,
.concept-demerit:before{
    font-size: 22px;
    top: -21px;
    padding: 20px 8px 20px 59px;
    position: absolute;
    font-weight: bold;
    background: #fff;
    color: #555;
    line-height: 0;
    -webkit-font-smoothing: antialiased;
}
}

@media (min-width: 768px) {
.concept-merit:after,
.concept-demerit:after {
    padding-top: 14px;
    padding-bottom: 16px;
      left: 20px;
    top: -34px;
    padding-left: 12px;
    padding-right: 18px;
    padding-top: 13px;
    padding-bottom: 17px;
    border-radius: 40px;
 }
}

@media (min-width: 768px) {
.concept-merit:after {
    content: "\e91d";
}
}  

@media (min-width: 768px) {
.concept-demerit:after {
    content: "\e905";
}
}  
    
@media (max-width: 767px) {
.concept-merit,
.concept-demerit {
  margin-bottom: 30px;
  padding: 20px 25px;
    padding-bottom: 0;
    box-sizing: border-box;
    padding-top: 30px !important;
    margin-top: 30px !important;
}
}


@media (max-width: 767px) {
.concept-merit:before,
.concept-demerit:before {
    font-size: 20px;
    top: -21px;
    padding: 20px 8px 20px 39px;
    margin-bottom: 30px;
}
}


@media (max-width: 767px){
.concept-merit:after,
.concept-demerit:after {
    padding-left: 8px;
    padding-right: 12px;
    padding-top: 9px;
    padding-bottom: 11px;
    border-radius: 28px;
    font-size: 1.7rem;
    left: 12px;
    top: -29px;
}
}

.simple-box-blue {
	position: relative;
	padding: 20px 25px;
    padding-bottom: 0;
    box-sizing: border-box;
    border-left: 5px solid #aaa;
	border-color: #6cb6e5 !important;
}

.simple-box-blue:before {
	background-color: #b4d2ec !important;
    position: absolute;
    content: "";
    display: block;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #F7F7F7;
    opacity: 0.1;
    z-index: -1;
}

.simple-box-blue p{
	padding-bottom:1rem !important;
}

/*** リスト ***/


ul.checked{
	padding-left: 10px;
}


ul.checked li{
	padding: 5px 0 5px 10px;
	text-indent: -1.4em;
	line-height: 1.8em;
	list-style: none;
}

ul.checked li:before {
  content: "\e90a";
  font-family: jin-icons !important;
  font-weight: 900;
  background-color:transparent !important;
  padding-right: 5px;
  color: #3b4675;
}

@media (min-width: 768px) {
ul.checked {
	padding-left: 20px;
}
}  

/*トップ コード一覧 コード表 画像 PDF*/

.top-chord-list ul {
	display: flex;
	margin-bottom: 20px;
}


.chordlist-image-dl a {
  text-decoration: underline;
}

@media (max-width: 767px){
.top-chord-list ul li {
	font-size: .8em;
}
}

/* トップ更新日時*/
.top_reloadtime:before    {
    content: "\e926";
    font-family: jin-icons !important;
    font-weight: 900;
    background-color: transparent !important;
    padding-right: 5px;
    color: #3b4675;
    }

/*** トップ一覧リンク色 ***/

#drawernav a:hover, .post-list-title, #prev-next p, #toc_container .toc_list li a {
	color: #3b4675 !important;
}

/***　コンタクトフォーム　****/
.wpcf7 input[type="submit"] {
width:100%;
padding:15px;
border-radius:10px;
-webkit-border-radius: 10px;  
-moz-border-radius: 10px;
border: none;
box-shadow: 0 3px 0 #ddd;
background: #b80b0b;
transition: 0.3s;
font-weight: bold;
font-size: 1.3em;
}
.wpcf7-submit:hover {
transform: translate3d(0px, 3px, 1px);
-webkit-transform: translate3d(0px, 3px, 1px);
-moz-transform: translate3d(0px, 3px, 1px);
}


input.wpcf-back[type="button"] {
width:100%;
padding:15px;
border-radius:10px;
-webkit-border-radius: 10px;  
-moz-border-radius: 10px;
border: none;
box-shadow: 0 3px 0 #ddd;
background: #3b4675;
transition: 0.3s;
font-weight: bold;
font-size: 1.3em;
color: #fff;
}


.wpcf-back:hover {
cursor: pointer;
transform: translate3d(0px, 3px, 1px);
-webkit-transform: translate3d(0px, 3px, 1px);
-moz-transform: translate3d(0px, 3px, 1px);
}



/*** テキスト ***/


.blue {
  color: #0066CC;
}

.red {
  color: #DB0000;
}


.orange {
  color: #FF531A;
}


.green {
  color:#00994D;
}

.midori {
  color:#00994D;
  font-weight: bold;
}

.futo {
 font-weight: bold;
}

/*-------------------------
  ブログカード
-------------------------*/
.blogcard_related i {
    font-size: 1em;
    font-weight: bold;
    margin: -10px 0 -1px 10px;
    padding: 5px 5px 5px 5px;
    position: absolute;
    color: #fff;
    background-color: #066094;
}

.blogcard_related i.fa-book-open:before {
    content: "\f518";
    color: #fff;
    padding: 0 10px 0 0;
    background-color: transparent;
}



.blog-card-content {
	max-width: 100%;
}


.blog-card {
  background: #fff;
    border: solid 1px #066094;
	word-wrap:break-word;
	max-width:100%;
	border-radius:5px;
	margin: 30px 0 50px 0;
  /* sp用 ※4 */
}

.blog-card:hover {
  background: #eaf3f9;
  
}

.blog-card-title {
	color: #337ab7;
	display: block;
}
.blog-card-thumbnail {
	float:left;
	padding:0 10px 0 0;
	margin: 0 7px 0 0;
	max-width: 173px;
}
.blog-card-thumbnail img {
	display: block;
	padding: 0;
	margin: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.blog-card-title {
	padding:0;
	font-size:115%;
  font-weight: bold;
  line-height: 1.5em;

}

.blog-card-title:hover{
color: #ed7549;
text-decoration: none;
}

.blog-card-excerpt {
	color:#333;
	margin:0 10px 10px;
  line-height: 1.5em;
    display: none;
}
.blog-card .clear {
  clear: both;
}


.blog-card .blog-card-hl:after {
	font-size: 1.2em;
	padding-left: 3px;
	padding-top: 1px;  
	content: "関連記事";
}

.tsuduki {
    border: solid 1px #697074;
   color:#697074;
    float: left;
    padding: 5px 5px 5px 10px
}

@media (min-width: 768px){
.blog-card-hl-box {
  width: 100px;
}
}

@media (max-width: 767px){
.blog-card-hl-box {
 width: 100px;
}
}


@media (max-width: 767px){
.blog-card-hl:after {
 top:4px !important;
}
}

@media (max-width: 767px){
.blog-card-title  {
 font-size:95%;
}
}


/* 関連記事 */

.related-ad-unit-area {
	margin-top: 15px;
}


/*-------------------------
  タグ
-------------------------*/

.tag-box {
	clear: both;
	padding-top:20px; 
}

.tag-box a {
	font-size: 0.85rem;
	width: auto;
	height: 32px;
}

.tag-box a:before {
	line-height: 1.2rem;
}

.tag-box a:hover {
  background: none;
  color: #d85269 !important;
}


/*-------------------------
  日付
-------------------------*/

.jin-ifont-watch:before {
	width: 13px;
    height: 13px;
}


/*********************************
* タイムライン
*********************************/
.ptimeline-wrap{
    margin:0 auto 2rem;
}
.ptimeline-wrap .ptimeline{
    padding:0 !important;
    list-style:none !important;
}
.ptimeline-wrap .ptimeline-label {
    padding: 3px 0 0 2px;
    color: #aaa;
    font-size: 16px;
    font-weight: 500;
}
.ptimeline-wrap .ptimeline-title {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.5;
    color:#00bfff;
}
.ptimeline-wrap .ptimeline-main {
    margin-top: 0.5em;
    padding: 0 0 1.5em;
    font-size: 1em;
    line-height: 1.8;
    border-bottom: dashed 1px #ddd;
    color:#555;
}
.ptimeline-wrap .ptimeline-main img{
  display:block;
  margin:1em auto;
}
.ptimeline-wrap .ptimeline-item {
    position: relative;
    padding: 0 0 1em 1.5em !important;
    margin-bottom:0 !important;
    border:none;
}
.ptimeline-wrap .ptimeline .ptimeline-item:before {
    content: "";
    width: 3px;
    background: #eee !important;
    display: block;
    position: absolute;
    top: 25px;
    bottom: -3px;
    left: 5px;
}
.ptimeline-wrap .ptimeline-item:last-child:before{
  
}
/*********************************
* タイムライン マーカー
*********************************/
.ptimeline-wrap .ptimeline-marker{
    display: block;
    position: absolute;
    content: "";
    top: 6px;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: solid 3px #00bfff;
}
.ptimeline-wrap .ptimeline-item:first-child .ptimeline-marker,.ptimeline-wrap .ptimeline-item:last-child .ptimeline-marker{
    background:#00bfff;
}
/*四角 */
.ptimeline-wrap .square .ptimeline-marker{
    border-radius: 0;
}
/* アイコン*/
.ptimeline-wrap .icon .ptimeline-item .ptimeline-marker{
    content:unset;
    border:none !important;
    background:none !important;
}
.ptimeline-wrap .icon .ptimeline-item .ptimeline-marker:before{
    font-family: "Font Awesome 5 Free","Font Awesome 5 Brands";
    top: -1px;
    left: 0;
    position:absolute;
    font-weight:bold;
    font-size:16px;
    line-height:1;
    color:#00bfff;
}
.ptimeline-wrap .icon .ptimeline-item:first-child .ptimeline-marker,.ptimeline-wrap .icon .ptimeline-item:last-child .ptimeline-marker{
    background:none !important;
}
/* 画像*/
.ptimeline-wrap .tl-img .ptimeline-item .ptimeline-marker{
    content:unset;
    border:none !important;
    background:none !important;
}
.ptimeline-wrap .tl-img .ptimeline-item .ptimeline-marker:before {
    content:"";
    display:inline-block;
    background-image:url(ここに画像URL); /* 画像1番目*/
    background-size:contain;
    background-repeat:no-repeat;
    width:40px;
    height:40px;
    position: relative;
    top: -4px;
    left: -2px;
}
.ptimeline-wrap .tl-img li:nth-of-type(2) > .ptimeline-marker:before{
    background-image:url(ここに画像URL) !important; /* 画像2番目*/
}
.ptimeline-wrap .tl-img li:nth-of-type(3) > .ptimeline-marker:before{
    background-image:url(ここに画像URL) !important; /* 画像3番目*/
}
.ptimeline-wrap .tl-img li:nth-of-type(4) > .ptimeline-marker:before{
    background-image:url(ここに画像URL) !important; /* 画像4番目*/
}
.ptimeline-wrap .tl-img li:nth-of-type(5) > .ptimeline-marker:before{
    background-image:url(ここに画像URL) !important; /* 画像5番目*/
}
.ptimeline-wrap .tl-img .ptimeline-item {
    padding: 0 0 1em 3em !important;
}
.ptimeline-wrap .tl-img .ptimeline-item:before {
    top: 30px;
    left: 15px;
}
/*********************************
* タイムライン カラー
*********************************/
/* ピンク */
.ptimeline-wrap .pink .ptimeline-title{
    color:#f7bcbc !important; /* タイトル色 */
}
.ptimeline-wrap .pink .ptimeline-main{
    color:#555 !important; /* コンテンツ色 */
}
.ptimeline-wrap .pink .ptimeline-marker{
    border: solid 3px #f7bcbc !important; /* マーカー色 */
    color:#f7bcbc; /* アイコン色 */
}
.ptimeline-wrap .pink .ptimeline-item:first-child .ptimeline-marker,.ptimeline-wrap .pink .ptimeline-item:last-child .ptimeline-marker{
    background:#f7bcbc; /* マーカー色(最初と最後)*/
}
.ptimeline-wrap .pink .ptimeline-item .ptimeline-marker:before{
    color:#f7bcbc !important; /* アイコン色 */
}
/*イエロー*/
.ptimeline-wrap .yellow .ptimeline-title{
    color:#fdc44f !important; /* タイトル色 */
}
.ptimeline-wrap .yellow .ptimeline-main{
    color:#555 !important; /* コンテンツ色 */
}
.ptimeline-wrap .yellow .ptimeline-marker{
    border: solid 3px #fdc44f !important; /* マーカー色 */
    color:#fdc44f; /* アイコン色 */
}
.ptimeline-wrap .yellow .ptimeline-item:first-child .ptimeline-marker,.ptimeline-wrap .yellow .ptimeline-item:last-child .ptimeline-marker{
    background:#fdc44f; /* マーカー色(最初と最後)*/
}
.ptimeline-wrap .yellow .ptimeline-item .ptimeline-marker:before{
    color:#fdc44f !important; /* アイコン色 */
}
/*グリーン*/
.ptimeline-wrap .green .ptimeline-title{
    color:#2fcdb4 !important; /* タイトル色 */
}
.ptimeline-wrap .green .ptimeline-main{
    color:#555 !important; /* コンテンツ色 */
}
.ptimeline-wrap .green .ptimeline-marker{
    border: solid 3px #2fcdb4 !important; /* マーカー色 */
    color:#2fcdb4; /* アイコン色 */
}
.ptimeline-wrap .green .ptimeline-item:first-child .ptimeline-marker,.ptimeline-wrap .green .ptimeline-item:last-child .ptimeline-marker{
    background:#2fcdb4; /* マーカー色(最初と最後)*/
}
.ptimeline-wrap .green .ptimeline-item .ptimeline-marker:before{
    color:#2fcdb4 !important; /* アイコン色 */
}


/*** コード表　***/
.cps-post-main table tr td{
	vertical-align: middle !important;
}

.chord_name {
	width: 65% !important;
	margin: 0 auto;
}

.chord_name th{
	background-color: #3b4675;
	color: #fff;
}

.chord_name td{
	text-align: center;
}


.chord_data {
	text-align: center !important;
	font-weight: bold;
	margin-top:20px; 
	margin-bottom: 25px !important;
	line-height: 18px;
}

.chord_data th{
	background-color: #3b4675;
	color: #fff;
}


.chord_list ul {
	padding:0;
}


.chord_list ul li{
	display:contents;
}

.chord_list ul li:before{
	content: none !important;
}

.cps-post-main table tr th {
	font-size: 0.8rem !important;
}


@media (min-width: 768px) {
.chord_list img {
	max-width: 32%;
}
}


@media (max-width: 768px) {
.chord_list img {
	max-width: 48%;
}

}

.chord_data tr.chord_data_rinji,
.chord_data tr.chord_data_henka {
font-weight:normal;
background: #e1dede;

}

@media (max-width: 768px) {
.chord_data tr.chord_data_rinji,
.chord_data tr.chord_data_henka  {
	font-size: .95em;	
}
}



/*** Lightbox ***/

@media (max-width: 768px) {
.tos-next,.tos-prev {
	top:80% !important;
}
}

/*SNSボタン*/

.sns-design-type01 .sns-top li, .sns-design-type01 .sns li, .sns-design-type02 .sns-top li, .sns-design-type02 .sns li{
width:33%;
}

/*タグクラウド*/
.widget_tag_cloud a {
	font-size: .95rem  !important;
}

/*広告*/
.related-ad-area {
	background-color: #fff;
}

.sidebar-ad img {
    display: unset;
    text-align: center;
}


/* アドセンス */
.ap_container {
    margin: 30px 0 !important;
}

/* 広告おすすめポイント */


.information i {
    font-size: 14px;
    font-weight: bold;
    margin: -30px auto 10px auto;
    padding: 5px;
    display: block;
    color: #fff;
    background-color: #3b4675;
    border-radius: 4px;
    width: 180px;
}


.information_inner {
    font-size: 15px;
    border: solid 1px #c0b6b6;
    border-radius: 5px;
    margin: 0 0 0px 0;
    padding: 20px 0 0 0;
    text-align: center;
}

.information_inner:before {
    color: #066094;
    padding: 0 7px 0 0;
    background-color: transparent;
}

.cps-post-main div.information_inner ul {
	display: inline-block;
	text-align: left;
	padding: 0;
	font-weight: bold;
}

.cps-post-main div.information_inner ul li:before  {
	content: "♪";
	background-color: #fff !important;
	top:0;
}

/*トップテキスト*/
#top_text {
    margin-top: 50px;
    border:solid 1px #3b4675;
    border-radius: 10px;
    padding: 10px 15px;
}

#top_text h2{
	border-bottom: solid 1px #3b4675;
	text-align: center;
	padding: 10px 0;
}

/* 画像使用許可文言 */
.image_allow p{
	font-size: .85em;
}

.image_allow p:before {
    content: "\e91a";
    color: #3b4675;
    font-family: jin-icons !important;
    font-size: 2em;
    padding: 0 5px 0 0;
    background-color: transparent;
}

/*カテゴリ一覧からカテゴリ名の表示を消す*/
@media (min-width: 768px) {
   .post-list-cat {
    display:none; } }

@media (max-width: 767px) {
   .post-list-cat {
    display:none; } }

/*　余白　*/
@media (max-width: 767px) {
  .post-list-title {
    margin: 7px 0;
}
}

/*  目次 Table Of Contents Plus */

#toc_container {
	margin-top: 30px;
	margin-bottom: 0 !important;
}

#toc_container p.toc_title {
	margin-top: 12px;
}

#toc_container ul ul {
	margin-left: 0.5em;
}

#toc_container .toc_list > li {
	padding-left: 25px;
}

#toc_container .toc_list > li > ul > li {
	padding-left: 3px;	
}

#toc_container .toc_list > li > ul li a:before {
    content: "■";
    font-size: .5rem;
    left: -17px;
}


#toc_container .toc_list > li > ul > li a {
	font-size: .90rem
}

.toc_list {
	padding-bottom: 20px !important;
}
    
@media screen and (max-width: 767px) {
#toc_container .toc_list {
    padding: 0px 15px 0 10px;
}
}

#toc_container .toc_list > li:nth-child(10)::after,
#toc_container .toc_list > li:nth-child(11)::after,
#toc_container .toc_list > li:nth-child(12)::after,
#toc_container .toc_list > li:nth-child(13)::after,
#toc_container .toc_list > li:nth-child(14)::after,
#toc_container .toc_list > li:nth-child(15)::after {
    left: 0px;
}


/*目次*/
.ez-toc-title {
	text-align: center;
    display: block;
}


/* 目次 Rich Table of Contents */

.rtoc-mokuji-content {
	margin: 0 auto !important;
}

@media (max-width: 767px)  {
.rtoc-mokuji-content .rtoc-mokuji.level-1.decimal_ol {
    margin: 0 5px 7px !important;
}
.rtoc-mokuji-content .rtoc-mokuji.level-1 {
    margin: 0 0px 10px !important;
}/*.rtoc-mokuji-content .rtoc-mokuji.level-1 li {
    padding: 13px 0 0 0 !important;
}*/
.rtoc-mokuji-content .decimal_ol > .rtoc-item::before {
	left: -1em !important;
}
}
	

.rtoc-mokuji-content .rtoc-mokuji.decimal_ol .level-2 {
	padding-left:1.4em !important;
}

.rtoc-mokuji-content #rtoc-mokuji-title {
    margin: 0 0 -10px;
    padding: 5px 28px 0px !important;
}

.rtoc-mokuji-content #rtoc-mokuji-title.rtoc_btn_none {
    flex-direction: column !important;
}

#rtoc-mokuji-widget-wrapper {
	text-align: left;
}

.rtoc-current a {
	color: #bf2239 !important;
	font-weight: bold;
}

#rtoc-mokuji-widget-wrapper a
{
	opacity:1 !important;}



/*=================================================================================
	カエレバ・ヨメレバ・トマレバここから
=================================================================================*/

.cstmreba {
	width:98%;
	height:auto;
	margin:0 auto 30px auto;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Helvetica, Meiryo, sans-serif;
	line-height: 1.5;
	word-wrap: break-word;
	box-sizing: border-box;
	display: block;
}
/* WordPressで自動挿入されるPタグの余白を対処 */
.cstmreba p {
	margin: 0;
	padding: 0;
}
.cstmreba a {
	transition: 0.8s ;
	color:#285EFF; /* テキストリンクカラー */
}
.cstmreba a:hover {
	color:#FFCA28; /* テキストリンクカラー(マウスオーバー時) */
}
.cstmreba .booklink-box,
.cstmreba .kaerebalink-box
 {
	width: 100%;
	background-color: #fafafa; /* 全体の背景カラー */
	overflow: hidden;
	border-radius: 0px;
	box-sizing: border-box;
	padding: 12px 8px;
	box-shadow: 0px 2px 5px 0 rgba(0,0,0,.26);
}

@media screen and (min-width:768px){
.cstmreba .booklink-box,
.cstmreba .kaerebalink-box {
	display: flex;
    align-items: center;
    justify-content: center;
}
}

/* サムネイル画像ボックス */
.cstmreba .booklink-image,
.cstmreba .kaerebalink-image
{
	max-width:350px;
	float:left;
	margin:0 14px 0 0;
	text-align: center;
	background: #fff;
}
.cstmreba .booklink-image a,
.cstmreba .kaerebalink-image a
 {
	width:100%;
	display:block;
}
.cstmreba .booklink-image a img,
.cstmreba .kaerebalink-image a img
 {
	margin:0 ;
	padding: 0;
	text-align:center;
	background: #fff;
}
.cstmreba .booklink-info,.cstmreba .kaerebalink-info
{
	overflow:hidden;
	line-height:170%;
	color: #333;
}
/* infoボックス内リンク下線非表示 */
.cstmreba .booklink-info a,
.cstmreba .kaerebalink-info a
 {
	text-decoration: none;
}
/* 作品・商品 リンク */
.booklink-name, 
.kaerebalink-name{
	max-width: 400px;
	min-width: 300px;
	text-align: left;
}

.cstmreba .booklink-name>a,
.cstmreba .kaerebalink-name>a
 {
	border-bottom: 1px solid ;
	font-size:16px;
}
/* powered by */
.cstmreba .booklink-powered-date,
.cstmreba .kaerebalink-powered-date
 {
	font-size:10px;
	line-height:150%;
}
.cstmreba .booklink-powered-date a,
.cstmreba .kaerebalink-powered-date a
 {
	color:#333;
	border-bottom: none ;
}
.cstmreba .booklink-powered-date a:hover,
.cstmreba .kaerebalink-powered-date a:hover
 {
	color:#333;
	border-bottom: 1px solid #333 ;
}
/* 著者・住所 */
.cstmreba .booklink-detail,.cstmreba .kaerebalink-detail {
	font-size:12px;
}
.cstmreba .kaerebalink-link1 div img,.cstmreba .booklink-link2 div img {
	display:none !important;
}
.cstmreba .kaerebalink-link1, .cstmreba .booklink-link2 {
	display: inline-block;
	width: 100%;
	margin-top: 5px;
}
.cstmreba .booklink-link2>div,
.cstmreba .kaerebalink-link1>div {
	width:100%;
	max-width:220px;
	margin:0.5%;
}

@media screen and (max-width:768px){
.cstmreba .booklink-link2>div,
.cstmreba .kaerebalink-link1>div {
	float: left;
}
}

/***** ボタンデザインここから ******/
.cstmreba .booklink-link2 a,
.cstmreba .kaerebalink-link1 a {
	width: 100%;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	margin: 1px 0;
	padding:3% 0.5%;
	border-radius: 8px;
	font-size: 1em;
	font-weight: bold;
	line-height: 180%;
	color: #fff;
	box-shadow: 0px 2px 4px 0 rgba(0,0,0,.26);
}

/* カエレバ */
.cstmreba .kaerebalink-link1 .shoplinkyahoo a {background:#ff0033; border:2px solid #ff0033; letter-spacing:normal;} /* Yahoo!ショッピング */
.cstmreba .kaerebalink-link1 .shoplinksoundhouse a { background:#6c3578 ; border: 2px solid #6c3578;}	/* サウンドハウス */


/* ヨメレバ */
.cstmreba .booklink-link2 .shoplinkkindle a { background:#007dcd; border: 2px solid #007dcd;} /* Kindle */
.cstmreba .booklink-link2 .shoplinkrakukobo a { background:#df5009; border: 2px solid #df5009;} /* 楽天kobo */
.cstmreba .booklink-link2  .shoplinkbk1 a { background:#0085cd; border: 2px solid #0085cd;} /* honto */
.cstmreba .booklink-link2 .shoplinkehon a { background:#2a2c6d; border: 2px solid #2a2c6d;} /* ehon */
.cstmreba .booklink-link2 .shoplinkkino a { background:#003e92; border: 2px solid #003e92;} /* 紀伊國屋書店 */
.cstmreba .booklink-link2 .shoplinkebj a { background:#f8485e; border: 2px solid #f8485e;} /* ebookjapan */
.cstmreba .booklink-link2 .shoplinktoshokan a { background:#333333; border: 2px solid #333333;} /* 図書館 */
/* カエレバ・ヨメレバ共通 */
.cstmreba .kaerebalink-link1 .shoplinkamazon a,
.cstmreba .booklink-link2 .shoplinkamazon a {
	background:#FF9901;
	border: 2px solid #ff9901;
} /* Amazon */
.cstmreba .kaerebalink-link1 .shoplinkrakuten a,
.cstmreba .booklink-link2 .shoplinkrakuten a {
	background: #bf0000;
	border: 2px solid #bf0000;
} /* 楽天 */
.cstmreba .kaerebalink-link1 .shoplinkseven a,
.cstmreba .booklink-link2 .shoplinkseven a {
	background:#225496;
	border: 2px solid #225496;
} /* 7net */
/****** ボタンカラー ここまで *****/

/***** ボタンデザイン　マウスオーバー時ここから *****/
.cstmreba .booklink-link2 a:hover,
.cstmreba .kaerebalink-link1 a:hover {
	background: #fff;
}

/* カエレバ */
.cstmreba .kaerebalink-link1 .shoplinkyahoo a:hover {color:#ff0033;} /* Yahoo!ショッピング */
.cstmreba .kaerebalink-link1 .shoplinksoundhouse a:hover { color:#6c3578 ; }	/* サウンドハウス */

/* ヨメレバ */
.cstmreba .booklink-link2 .shoplinkkindle a:hover { color:#007dcd;} /* Kindle */
.cstmreba .booklink-link2 .shoplinkrakukobo a:hover { color:#bf0000; } /* 楽天kobo */
.cstmreba .booklink-link2 .shoplinkbk1 a:hover { color:#0085cd; } /* honto */
.cstmreba .booklink-link2 .shoplinkehon a:hover { color:#2a2c6d; } /* ehon */
.cstmreba .booklink-link2 .shoplinkkino a:hover { color:#003e92; } /* 紀伊國屋書店 */
.cstmreba .booklink-link2 .shoplinkebj a:hover { color:#f8485e; } /* ebookjapan */
.cstmreba .booklink-link2 .shoplinktoshokan a:hover { color:#333333; } /* 図書館 */
.cstmreba .booklink-link2 .shoplinksoundhouse a:hover { color:#6c3578; } /* サウンドハウス */

/* カエレバ・ヨメレバ共通 */
.cstmreba .kaerebalink-link1 .shoplinkamazon a:hover,
.cstmreba .booklink-link2 .shoplinkamazon a:hover {
	color:#FF9901; } /* Amazon */
.cstmreba .kaerebalink-link1 .shoplinkrakuten a:hover,
.cstmreba .booklink-link2 .shoplinkrakuten a:hover {
	color: #bf0000; } /* 楽天 */
.cstmreba .kaerebalink-link1 .shoplinkseven a:hover,
.cstmreba .booklink-link2 .shoplinkseven a:hover {
	color:#225496;} /* 7net */
/***** ボタンデザイン　マウスオーバー時ここまで *****/
.cstmreba .booklink-footer {
	clear:both;
}

/*****  解像度768px以下のスタイル *****/
@media screen and (max-width:768px){
	.cstmreba .booklink-image,
	.cstmreba .kaerebalink-image {
		width:100%;
		float:none;
	}
	.cstmreba .booklink-link2>div,
	.cstmreba .kaerebalink-link1>div{
		width: 100%;
		margin: 0.5%;
	}
	.cstmreba .booklink-info,
	.cstmreba .kaerebalink-info {
	  text-align:center;
	  padding-bottom: 1px;
	}
}

/*****  解像度480px以下のスタイル *****/
@media screen and (max-width:480px){
	.cstmreba .booklink-link2>div,
	.cstmreba .kaerebalink-link1>div {
		width: 49%;
		margin: 0.5%;
	}
}
/*=================================================================================
	カエレバ・ヨメレバ・トマレバここまで
=================================================================================*/


/************************************
** ボックスナビ
************************************/

#top-main h2 {
	text-align: center;
    margin-bottom: 1rem;
    background-color: transparent !important;
    color: #3b4675;
    padding: 0px;
}

.top-heading {
	border-bottom: solid 3px #3b4675;
}

.p-nav{
margin:0 0 2em 0;/* 全体外余白 */
padding:0;/* 全体内余白 */
}
.p-nav ul{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
list-style:none;
margin:0 !important;
padding:0 !important;
border:none;
}
.p-nav ul li{
-ms-flex-preferred-size: calc(100%/4);/* 4列 */
flex-basis: calc(100%/5);/* 4列 */
margin:0 !important;
padding:0 !important;
text-align:center;
box-shadow: inset 1px 1px 0 0 #e0ddd1, 1px 1px 0 0 #e0ddd1, 1px 0 0 0 #e0ddd1;/* 罫線 */
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
/* -webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
 flex-direction: column-reverse; */
cursor:pointer;
background:#fff;/* 背景色 */
height: 65px;
}
.p-nav ul li:hover{
z-index:2;
box-shadow: inset 2px 2px 0 0 #f6a068, 2px 2px 0 0 #f6a068, 2px 0 0 0 #f6a068, 0 2px 0 0 #f6a068;/* 罫線(マウスホバー) */
transition: 0.35s ease-in-out;
}
.p-nav ul li:before{
content:unset !important;
}
.p-nav ul li a{
display:block;
padding: 0em;/* 内余白 */
text-decoration:none;
width:100%;
color: #3b4675;
font-size: 1.3em;
}
.p-nav ul li a:hover{
background:none;
opacity:1;
}
.p-nav ul li a img{
max-width:50% !important;/* 画像横幅 */
height: auto !important;
display: inline-block;
margin-bottom: 0;
}
.p-nav .p-nav-title{
display: block;
color: #3b4675;/* 文字色 */
font-size: .8em;/* 文字大きさ */
letter-spacing: 1px;
font-weight: 600;/* 文字太さ */
text-align: center;
line-height: 1.5;/* 文字行間高さ */
}
/* サイドバー */
#sidebar .p-nav ul li{
-ms-flex-preferred-size: calc(100%/2);/* 2列 */
flex-basis: calc(100%/2);/* 2列 */
}
/* スマホ */
@media screen and (max-width: 559px) {
  .p-nav ul li{
    -ms-flex-preferred-size: calc(100%/3);/* 2列 */
    flex-basis: calc(100%/3);/* 2列 */
  }
}
/* fontawesome */
.p-nav ul li a i,.p-nav ul li a svg{
font-size: 40px;/* アイコン大きさ */
padding: 10px 0;/* アイコン余白 */
color: #f6a068;/* アイコン色 */
display:inline-block;
}
/* fontawesome(2番目) */
.p-nav ul li:nth-of-type(2) a i,.p-nav ul li:nth-of-type(2) a svg{
color:#f6a068;/* アイコン色 */
}
/* fontawesome(3番目) */
.p-nav ul li:nth-of-type(3) a i,.p-nav ul li:nth-of-type(3) a svg{
color:#f6a068;/* アイコン色 */
}
/* fontawesome(4番目) */
.p-nav ul li:nth-of-type(4) a i,.p-nav ul li:nth-of-type(4) a svg{
color:#f6a068;/* アイコン色 */
}


/* 記事内枠線 */
.nomadBox8 {
  position: relative;
  margin: 25px 0;
  padding: 0.7em;
  color: #323232;
  border-top: solid 2px #7B86C6;
  border-bottom: solid 2px #7B86C6;
}
.nomadBox8:before,
.nomadBox8:after {
  content: '';
  position: absolute;
  top: -10px;
  width: 2px;
  height: -webkit-calc(100% + 20px);
  height: calc(100% + 20px);
  background-color: #7B86C6;
}
.nomadBox8:before {left: 10px;}
.nomadBox8:after {right: 10px;}
.nomadBox8 p {
    margin: 0;
    padding: 0;
}

/* アフィリ用ボタン */
.nomadBtn_red,
.nomadBtn_blue,
.nomadBtn_green,
.nomadBtn_orange{
display: table;
text-align: center;	
margin: 0 auto;
}

.nomadBtn_red a,
.nomadBtn_blue a,
.nomadBtn_green a,
.nomadBtn_orange a {
  display: inline-block;
  width: 380px;
  height: 100%;
  text-align: center;
  color: #FFF !important;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: bold;
  padding: .8em 0.5em;
  margin-top: 0.3em;
  border-radius: 4px;
  transition: .4s;
  text-decoration: underline;
  text-underline-offset: 0.3ex;
}

@media screen and (max-width:600px){
.nomadBtn_red a,
.nomadBtn_blue a,
.nomadBtn_green a,
.nomadBtn_orange a{
   width: 360px;
	}
}

.nomadBtn_red {
box-shadow: 3px 5px 3px #8a3947;
    border-radius: 1vh;
}
.nomadBtn_red a {
  border: 2px solid #d85269;
  background: #d85269;
}

.nomadBtn_blue 
{box-shadow: 3px 5px 3px #265d90;
    border-radius: 1vh;}
.nomadBtn_blue a {
	border: 2px solid #4c94d7;
	background: #4c94d7;
}

.nomadBtn_green 
{box-shadow: 3px 5px 3px #158415;
    border-radius: 1vh;}
.nomadBtn_green a {
	border: 2px solid #00b900;
	background: #00b900;
}

.nomadBtn_orange 
{box-shadow: 3px 5px 3px #986626;
    border-radius: 1vh;}
.nomadBtn_orange a {
	border: 2px solid #e38712;
	background: #e38712;
}


.nomadBtn_red a:hover {
  background: none;
  color: #d85269 !important;
  opacity: 1 !important;
}

.nomadBtn_blue a:hover {
  background: none;
  color: #4c94d7 !important;
  opacity: 1 !important;
}

.nomadBtn_green a:hover {
  background: none;
  color: #00b900 !important;
  opacity: 1 !important;
}


.nomadBtn_orange a:hover {
  background: none;
  color: #e38712 !important;
  opacity: 1 !important;
}


/***** 記事中アフィリ *****/

.Inner_Ad_Adj {
	margin-top:1.5rem;
	text-align: center;
}

@media (min-width: 1180px) {
.Inner_Ad_Adj {
	padding:1em 1.2em;
	 width: 80%;
        text-align: center;
    margin: 1.5rem auto 30px;
}
/*.InnerAds_img {
	display: table-cell;
    justify-content: center;
}*/


.InnerAds_button {
	display: table-cell;
    max-width: 320px;
    width: auto;
    justify-content: normal;
    vertical-align: top;
    padding-left: 1em;
}
}

.Inner_Ad_Adj p {
	padding: 0 7px;
	text-align: left;
}


/*トップページ ギターコード表の見方*/

#top_howtoread_chordtable img{
	width: 100%;
	height: 100%;
	
}

/* トップページ一覧 */

.sakuinAdj {
  float: left;
   padding: 0 10px 0 0 ;
   width: 350px;
   font-size: .85em;
}

.sakuinAdj_area {
	clear: both;
  float: left;
   padding: 0 10px 0 0 ;
   margin-bottom: 10px;
	font-size: 1em;
}

.sakuinAdj_area a {
	text-align: center;
	display: inline-block;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: .9em;
    width: 200px;
    min-height: 3rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    letter-spacing: .15em;
    line-height: 1.2;
    padding: 1rem 0.2em 1rem;
    margin-bottom: 5px;
    transition: .2s border-color,.2s color;
}

.sakuinAdj_area a:hover {
	color: #fff !important;
	background-color: #404040;
}

.sakuinAdj_area_hasei a {
	color: #fff !important;
	background-color: #404040;
}

.sakuinAdj_area_hasei a:hover {
     border: 1px solid #ccc;
	 color: #3b4675 !important;
	 background-color: #fff;

}

.sakuinAdj_yougo a {
	min-height: 4.5rem;
}


.sakuin {
  border-bottom: solid 1px #aaa;
  clear: both;
  margin: 0px 0 12px 0;
  padding: 20px 0 0 0;
}

.sakuin_area,.sakuin_area a{
	clear: both;
	font-size: 1.1em;
    font-weight: 600;
	width: calc(99% / 2);
	font-size: 1em;
	color: #fff !important;;
	background-color: #3a4675;
	text-align: center;
    padding: 5px 10px;
    margin-bottom: 5px;
    border-radius: 5px;
}

@media (max-width: 767px) {
.sakuinAdj_area a{
	width: 170px;
	font-size: .9em;
	border-radius: 5px;
 }
 .sakuin_area,.sakuin_area a {
	 	width: calc(97% / 2);
	 	font-size: .9em;
	 	border-radius: 5px;
 }
 }


.sakuin_area_hr {
	clear: both;
    margin: 20px 0;
    border: none;
    height: 4px;
    clear: both;
    border-top: 1px solid #ccc;
}


.sound-sample {
    position: relative;
    line-height: 1.5;
}

.sound-sample.sound-badge::before {
    position: absolute;
    content: '♪音あり';
	font-size: 0.8em;
}


/*水平線 hr*/
hr {
	margin-bottom: 20px;
}

/* 改行用br */

@media only screen and (min-width: 560px) {

.sp-br {
    display: none;
}
}

/* 記事固定メニュー */

#fixed-menu {
position: fixed;
top: 0;
width: 100%;
height: 3rem;
line-height: 3rem;
justify-content: center;
align-items: center;
text-decoration: none;
opacity: 0;
transition: all 0.65s;
margin: 0 auto;

}

#fixed-menu.isActive {
  opacity: 1;
  transition: all 0.65s;
}
.widget.widget_nav_menu li ul li a::before{
	content: '　' !important;
}

.fixed-menu-link {
	display: flex;
    height: inherit;
}

.fixed-menu-link li {
    width: 100%;
background-color: #0089b1;
    border: 1px solid #ffffff;
}

.fixed-menu-link li a {
    align-items: center;
    color: #fff;
	font-weight: 700;
    display: flex;
    flex-grow: 1;
    justify-content: center;
}

/***  FAQ まとめ用 dl***/
.faq-part dt {
    margin-top:10px;
    padding: 10px 0px 10px 55px;
    box-shadow: 0 2px 6px 0px #dedede;
    font-weight: 700;
    border-radius: 4px;
    position: relative;
    font-size: 1.1rem;
    background: #fff;
    color: #3b4675;
}

.faq-part dt:before {
    position: absolute;
    content: "\e99d";
    font-family: "jin-icons";
    left: 20px;
    top: 14px;
    font-size: 1.25em;
    color: #4f5ed2;
}

.faq-part dd {
    margin-top: 10px;
	padding:15px 20px 15px 50px;
    background: #fff5f4;    
	display: inline-block;
    text-indent: -1.3em;
 }

.faq-part dd a {
 text-decoration: underline;
}
 
.faq-part dd:before {
	position: relative;
    content: "\e99c";
    font-family: "jin-icons";
    left: -10px;
    top: 5px;
    font-size: 1.25em;
    color: #f1487c;
}

/*構成音の装飾*/

.chord_notes {
	width: 220px !important;
	text-align: center;
    font-weight: bold;
    font-size: .9em;
    margin-top: 15px;
    line-height: 18px;
}

.chord_notes th {background-color: #3b4675;
    color: #fff;
}

/*音名・階名の装飾（musical_alphabet）*/

.m_a_c  { /*コード名の装飾*/
	border-bottom: 1.5px solid #146007;
    margin: 0 3px;
    padding-bottom: 2px;
    white-space: nowrap;
    font-weight: 500;
    color: #146007;
    }
    
.m_a  {
	border-bottom: 1.3px solid #0d1a4e;
    margin: 0 3px;
	padding: 0 2px 2px;
    white-space: nowrap;
    font-weight: 500;
    color: #0d1a4e;
    }
    
    
 .a_m  {/*accidental mark 臨時記号を上付きに*/
    font-size: 0.8em;
    vertical-align: super;
    padding-top: 1px 3px 0px 0px;
    letter-spacing: -0.1em;
 }

 .a_m_df  {/*ダブルフラット*/
    font-size: 0.8em;
    vertical-align: super;
    padding-top: 1px;
    margin-left: -4.2px;
    letter-spacing: -0.1em;
 }

.a_m_ds::after {/*ダブルシャープ*/
    content: "";
    display: inline-block;
    background: url("https://guitar-concierge.com/chord/wp-content/uploads/Double-Sharp.png") no-repeat 0 0 / 9px auto;
    vertical-align: middle;
	width:9px;
	height:9px;
	margin:-10px 0 0 2px;
}


/* 教室記事：最初のh2タグ前のプロフィール・著者情報欄*/
.short_prof {
	background-color: #eff0f3;
	font-size: .75em;
	padding: 8px;
	margin-top: 20px;
}


.short_prof_title {
position: relative;
    top: -10px;
    width: 120px;
    margin: auto;
    text-align: center;
    color: #666;
    font-weight: bold;
    font-size: 1em;
    background-color: #fff;
}

.short_prof_info {
  display: flex; /*横並び*/
  margin-top: 10px;
}

.short_prof_img_image img {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
}

.short_prof_name {
  margin: 0px 0 0 20px;
  padding: 0;
}

.short_prof_name span {
	display: block;
    margin: 0 0 3px 0;
}

.short_prof_detail {
margin: 20px 5px 0px;
}

.short_prof_sns {
 margin: 0px;
}


.short_prof_name .profile-follow {
    justify-content: normal;
    margin: 0 0 0 -3px;
}


.short_prof_name .profile-follow i {
	font-style: normal !important;
}

/*記事下プロフィール*/
.p-authorBox__desc {
	text-align: left;
}


/*音声*/
.mediPlayer {
	width: 100px;
	text-align: center;
    margin: 0 auto;
    max-height: 100px;
	
}
.mediPlayer svg {
    max-width: 50px;
    max-height: 50px;
}

@media (min-width: 768px) {
.chord_audio ul li {
 width: calc((100% - 3px * 1) / 3);
 }
 }

@media (max-width: 768px) {
.chord_audio ul li {
  width: calc((100% - 2px * 1) / 2);
}
}

.chord_audio ul{
  margin:0 auto;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.cps-post-main .chord_audio ul:not([class]){
	  padding-left: 0 !important;
}

.chord_audio ul li{
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  border:1px solid #c6c6c6;
  margin-right: 1px;
  padding: 5px 5px 0 !important;

}

.chord_audio ul li:last-child {
	margin-bottom: 6px !important;	
}

.chord_audio ul li span {
	font-size: 0.7em;
	text-align: center;
    margin: 0 auto;
    display: block;
    }

.chord_audio ul li:before{
	content: none !important;
}

.cps-post-main .chord_audio img {
margin-bottom:0 !important;
}

/* 目次上プロフィール*/
.upper_profile {
	justify-content:left;
}

/*カテゴリ説明文*/
.l-mainContent__inner h2 {
	font-size: 1.3em;
    background: var(--color_htag);
    padding: .75em 1em;
    color: #fff;
    position: relative;
    margin: 20px 0;
}
    
    
.l-mainContent__inner h2:before {
    position: absolute;
    display: block;
    pointer-events: none;
    content: "";
    top: -4px;
    left: 0;
    width: 100%;
    height: calc(100% + 4px);
    box-sizing: content-box;
    border-top: solid 2px var(--color_htag);
    border-bottom: solid 2px var(--color_htag);
}
    
.l-mainContent__inner h3 {
    font-size: 1.3em;
    font-weight: 700;
    line-height: 1.4;
    margin: 1em 0;
    padding-bottom: 0.5em;
    position: relative;
}

.l-mainContent__inner h3:before {
	content: "";
    width: 100%;
    height: 2px;
    background: repeating-linear-gradient(90deg, var(--color_htag) 0%, var(--color_htag) 20%, rgba(89, 105, 176, 0.2) 90%, rgba(89, 105, 176, 0.2) 100%);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    z-index: 0;
}
   
.l-mainContent__inner table{
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 1.6;
    max-width: 100%;
    text-align: left;
    width: 100%;
}
 
.cat_chordList td{
    border: 1px solid #ccc;
    padding: 8px;
}


.cat_chordList th {
    border: 1px solid var(--color_border--table, #dcdcdc);
    padding: .5em;
}
