/*====　　　個人情報保護方針 同意チェック　　　====*/
/*モーダルウィンドウ*/
pre{
	font-family:'Noto Sans Regular', sans-serif!important;
	background:#fff;
	white-space: pre-wrap ;
	padding:0;
	margin:0;
}
#unursery1 .modal_open_btn{
  color: #34b6bf;
}
#unursery2 .modal_open_btn{
	color:#FF5E5E;
}

/*スクロールバー*/
#unursery1 .modal_contents_wrap_naiyou::-webkit-scrollbar-thumb {
  background: #34b6bf;
}

#unursery2 .modal_contents_wrap_naiyou::-webkit-scrollbar-thumb {
	background:#FF5E5E;
}

/*チェックボックス*/
#unursery1 .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  background: #34b6bf;
}
#unursery2 .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after{
	background:#FF5E5E;
}
/*====　　　ここまで個人情報保護方針 同意チェック　　　====*/

/*パンくずリスト*/
#unursery1 #breadcrumb ul li a:hover{
	color:#34b6bf;
}
#unursery2 #breadcrumb ul li a:hover{
	color:#FF5E5E;
}
/*コンテンツ*/
#unursery1 .entry-content a:hover{
	color:#34b6bf;
}
#unursery2 .entry-content a:hover{
	color:#FF5E5E;
}

#unursery1 .entry-content ul.list li::before{
	color:#34b6bf;
}
#unursery2 .entry-content ul.list li::before{
	color:#FF5E5E;
}

#unursery1 .entry-content ul li a:hover{
	color:#34b6bf;
}
#unursery2 .entry-content ul li a:hover{
	color:#FF5E5E;
}

/*見出し*/
#unursery1 h2{
	border-left:5px solid #34b6bf;
}
#unursery2 h2{
	border-left:5px solid #FF5E5E;
}

#unursery1 h3{
	color:#34b6bf!important;
}
#unursery2 h3{
	color:#FF5E5E!important;
}
/*リスト*/
#unursery1 .entry-content a::before{
	color:#34b6bf;
}
#unursery2 .entry-content a::before{
	color:#FF5E5E;
}
/*テーブル*/
#unursery1.post .entry-content table tbody tr,#unursery1.page .entry-content table tbody tr{
	background:#e8f8f9!important;
}
#unursery2.post .entry-content table tbody tr,#unursery2.page .entry-content table tbody tr{
	background:#ffe6e6!important;
}
#unursery1.post .entry-content table tbody tr:nth-child(2n),#unursery1.page .entry-content table tbody tr:nth-child(2n),#unursery2.post .entry-content table tbody tr:nth-child(2n),#unursery2.page .entry-content table tbody tr:nth-child(2n){
	background:#fff!important;
}
/*お問い合わせ*/
select option{
	cursor:pointer;
}
#unursery1 .wpcf7-form-control-wrap.menu-378::after {
  border-top: 6px solid #34b6bf;
}
#unursery2 .wpcf7-form-control-wrap.menu-378::after {
  border-top: 6px solid #FF5E5E;
}
#unursery2 input[type="button"],#unursery2 input[type="reset"],#unursery2 input[type="submit"]{
	background:#FF5E5E!important;
}
input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover{
	background:#34b6bf!important;
	color:#fff;
	opacity:0.8;
}
#unursery2 input[type="button"]:hover,#unursery2 input[type="reset"]:hover,#unursery2 input[type="submit"]:hover{
	background:#FF5E5E!important;
	color:#fff;
	opacity:0.8;
}
/*ページネーション*/
#unursery1 .pagination .current{
	background:#34b6bf;
}
#unursery2 .pagination .current{
	background:#FF5E5E;
}
.page-template-archive-asahiblog .pagination .current{
	background:#34b6bf;
}
.page-template-archive-unursery2blog .pagination .current{
	background:#FF5E5E;
}
.page-template-archive-asahiblog .entry-content .pagination a:hover{
	color:#fff!important;
	background:#34b6bf!important;
}
.page-template-archive-unursery2blog .entry-content .pagination a:hover{
	color:#fff!important;
	background:#FF5E5E!important;
}

@media screen and (max-width: 768px) {
	
}
