@charset "UTF-8";
@import url("https://www.consuldent.jp/blog/wp-content/themes/cocoon-master/plugins/slick/slick-theme.css");

html {
 overflow-y: scroll;
}

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.6
*/

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

/*タブ切り替え全体のスタイル*/
.site-logo-image{}

/*.logo {
    text-align: left !important;
}
*/

.header-in {
  position: relative;
}
.blog-header-img-post {
  position: absolute;
  top: 20px;
  right: 20px;
}
.blog-header-img-post img {
  width: 400px;
}

.footer-bottom {
    margin-top: 5px;
    padding: 8px;
    position: relative;
    font-size: 14px;
}

.footer-brand {
  text-align: center;
}


.footer-brand img {
width: 400px;
}

.header-brand-wrap {
   background: #000;
}
.header-brand {
 
  padding:1px;
  text-align: right;
  display: table;
  width: 100%;
  max-width: 1200px;
  margin:0 auto;
}

.header-brand-item{
  display: table-cell;
  text-align: right;
}

.header-brand-item img {
  width: 300px;
}

.header-brand-text {
  display: table-cell;
  text-align: left;
  vertical-align: middle;

}

.header-brand-text a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;

}


.tabs {

  margin: -10px auto 0;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  height: 50px;
  border-bottom: 3px solid #AB3326;
  background-color: #eee;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 0;
  clear: both;
  overflow: hidden;
  padding-top: 20px;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #AB3326;
  color: #fff;
}





.top-index-link {
  margin-bottom:40px;
}

.top-pop-area .widget-entry-cards .widget-entry-card {
    font-size: 20px;
    font-weight: bold;
    position: relative;
}

.top-index-area {}


.top-index-area .entry-card-thumb {
    width: 120px;
}

.top-index-area .entry-card-content {
    margin-left: 130px;
}

.top-index-area .entry-card-meta {
  display: none;
}

.top-index-area .a-wrap {
    padding: 5px 3px;
    line-height: 1.3;
    margin-bottom: 4px;
}

.top-index-area .entry-card-title {
    font-size: 20px;
    margin: 0;
    line-height: 1.3;
    margin-bottom: 5px;
    font-weight: bold;
}

.top-index-area .btn-l {
    padding: 18px 30px;
    font-size: 17px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:60px;
}

.top-index-link {
  color: #333;
  background-color: #fff;
  border: 2px solid #ccc;
  transition: all 0.5s ease;
}

.top-ratest-area {}


.cat-title {
  font-size: 26px;
  padding-bottom:8px;
  border-bottom: 3px solid #eee;
  margin-bottom:24px;
}



.jirei-interview-side-img {
      width: 48px !important;
}

.jirei-interview-side-title{
    margin-left: 61px !important;
}

.entry-title {
  font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    padding: 0 0 16px 0;
    margin: 0 0 24px 0;
    border-bottom: 3px solid #eee;
    color: #444;
}

.p-avator {
    font-size: 13px;
    text-align: right;
    margin-bottom: 12px;
    margin-top: 0px;
}

.p-avator a {
  color: #444;
  text-decoration: none;
}

.p-avator img {
    border-radius: 50%;
    margin-right: 6px;
    width: 40px;
    height: 40px;
    vertical-align: middle;
}

.seminor-bnr-title {
    font-size: 18px;
    margin-top: 84px;
    margin-bottom: 24px;
    color: #fff;
    background: #000;
    padding: 14px;
}


.related-entry-heading {
    font-size: 22px;
    border-bottom: 5px solid #eee;
    margin-bottom: 32px;
    letter-spacing: 1px;
}

.date-tags {
    line-height: 0.8;
    text-align: left;
    float:left;
    margin-bottom: 1em;
}


.header-mobi-menu {
	display: none;
}



.header-container {
	background: #f4f4f4;
}
.logo-image {
    padding: 20px 0 10px;
    font-size: inherit;
}

.logo {
    text-align: center;
}

.blog-header-img {
	max-width: 100%;
	text-align: center;
	background: #f4f4f4;
}

.blog-header-img img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

.blog-header-img-mobi {
	display:none;
}

@media screen and (max-width: 480px) {
	.blog-header-img-pc{display:none;}
	.blog-header-img-mobi {display:block;}
	
}



#navi .navi-in>ul>li>a {
    padding: 0 .8em;
}

.navi-in a {
    color: #333;
    text-decoration: none;
    display: block;
    font-size: 15px;
}

.entry-title, .archive-title {
    font-size: 26px;
    margin: 16px 0;
    line-height: 1.3;
}

.archive-title{
  font-size: 26px;
  padding-bottom: 16px;
  border-bottom: 5px solid #eee;
  margin-bottom: 32px;
letter-spacing: 1px;
}
.archive-title img {
    border-radius: 50%;
    vertical-align: middle;
}
.auther-profile {
    font-size: 15px;
    line-height: 1.8;
    padding: 16px 18px;
    background: #f4f4f4;
    margin-bottom: 24px;
    margin-top: -18px;
}
.archive-title span {
	display: none;
}
.entry-card-thumb {
    width: 220px;
}

.entry-card-content {
    margin-left: 230px;
}




.entry-card-title, .related-entry-card-title {
    font-size: 18px;
    margin: 0;
    line-height: 1.3;
    margin-bottom: 5px;
    font-weight: bold;
}

.entry-title, .article h2 {
    font-size: 24px;
}



.red-line-txt {

    font-size: 20px;
    text-align: left;
    color: rgb(202, 0, 0);
    line-height: 1.5em;
    padding-top: 18px;
    padding-bottom: 18px;
    margin-top: 30px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin-bottom: 32px;
    border-top: 3px solid rgb(202, 0, 0);
    border-bottom: 1px solid rgb(202, 0, 0);
}
.a-wrap {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}


.sidebar h3 {
    background-color: none;
    padding: 0px;
    margin: 0;
}

.widget-title,
.sidebar h3 {
  background: #eee;
  color: #222;
  font-size: 1em;
  padding: .7em 1.2em;
  margin: 0;
  overflow: hidden;
  font-weight: bold;
}

.side-list-1,
.widget-sidebar {
	margin-bottom: 40px;
	border:1px solid #eee

}

.side-list-1 ul,
.widget-sidebar ul {
	margin:0;
	padding: 8px 16px;
	list-style: none;
}

.side-list-1 ul li,
.widget-sidebar ul li {
border-bottom: 1px dotted rgba(125, 125, 125, 0.2);
  margin: 0;
  padding: 0;
  line-height: 1.4;
  font-size: 15px;
}

.side-list-1 ul li:last-child,
.widget-sidebar ul li:last-child {
	border-bottom: 0;
}

.side-list-1 ul li,
.widget-sidebar ul li {
  display: block;
  padding: .7em 1.2em .7em 0.3em;
  margin: 0;
  position: relative;
  color: #000;
  text-decoration: none;
}

.side-list-1 ul li a,
.widget-sidebar ul li a {
	color: #000;
	text-decoration: none;
	padding:0;
}

.side-list-1 ul li:after,
.widget-sidebar ul li:after {
  font-family: "FontAwesome";
  content: '\f054';
  position: absolute;
  right: 0.2em;
  font-size: 11px;
  top: 50%;
  margin-top: -0.5em;
  color: #c00;
}

.side-list-1 ul li a:hover,
.widget-sidebar ul li a:hover{
right:-1px;
-webkit-transform: translate(-1px, 0);
-moz-transform: translate(-1px, 0);
transform: translate(-1px, 0);
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
opacity:0.7;
}


.sidebar .widget-entry-cards {
	padding:16px;
}


.sidebar .widget-entry-cards figure {
    width: 100px;
}

.sidebar .widget-entry-cards .widget-entry-card-content {
    margin-left: 104px;
}

.sidebar .widget-entry-cards .a-wrap {
	position: relative;

    padding-right: 16px;
}
.sidebar .widget-entry-cards .a-wrap:after {
  font-family: "FontAwesome";
  content: '\f054';
  position: absolute;
  right: 0.2em;
  font-size: 11px;
  top: 50%;
  margin-top: -0.5em;
  color: #c00;
}



.widget-below-related-entries .widget-entry-cards {
	padding:7px;
}


.widget-below-related-entries .widget-entry-cards figure {
    width: 160px;
}

.widget-below-related-entries .widget-entry-cards .widget-entry-card-content {
    margin-left: 170px;
}

.widget-below-related-entries .widget-entry-cards .a-wrap {
   
}

.widget-below-related-entries .widget-entry-cards .widget-entry-card {
    font-size: 18px;
    margin: 0;
    line-height: 1.3;
    margin-bottom: 5px;
    font-weight: bold;
}


.slick-slider {
	padding-left: 0;
}

.slick-prev {
    /* left: -25px; */
    background: url(/images/img/common/icon_circle_left.png)!important;
    background-repeat: no-repeat;
    width: 53px;
    height: 53px;
    z-index: 9999;
    left: 10px;
}


.slick-next {
    /* right: -25px; */
    right: 10px;
    background: url(/images/img/common/icon_circle_right.png)!important;
    background-repeat: no-repeat;
    width: 53px;
    height: 53px;
    z-index: 9999;
}

.cat-label {
display: none;
}

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


}

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

.entry-card-thumb {
    width: 27%;
}

.entry-card-content {
    margin-left: 27%;
}

.entry-card-title, .related-entry-card-title {
    font-size:17px;
    margin: 0;
    line-height: 1.3;
    margin-bottom: 5px;
    font-weight: bold;
}



}

/*768px以下*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
.blog-header-img-post {
  position: relative;
  text-align: center;
  margin-top: 0px;
  padding-bottom:20px;
  top: auto;
      right: auto;
}
.blog-header-img-post img {
  width: 260px;
  margin:0 auto;
  display: block;
}
.logo {
    text-align: center !important;
}
.header-brand-item img {
  width: 190px;
}

.logo-header img {
    width: 379px;
    height: auto;
}
}

/*480px以下*/
@media screen and (max-width: 480px){

.footer-brand img {
width: 300px;
}

.header-brand-text {

  text-align: left;
  vertical-align: middle;

}
.header-brand-text a {
		font-size:12px;
	}


.header-brand-text span {
  display: none;
}


.top-index-area .entry-card-title {
    font-size: 18px;
    margin: 0;
    line-height: 1.3;
    margin-bottom: 5px;
    font-weight: normal;
}
.top-pop-area .widget-entry-cards .widget-entry-card {
    font-size: 17px;
    font-weight: normal;
    position: relative;
}
  .tab_item {
    width: calc(100%/3);
    height: 40px;
    border-bottom: 3px solid #AB3326;
    background-color: #eee;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
}
.cat-title {
    font-size: 20px;
    padding-bottom: 6px;
    border-bottom: 3px solid #eee;
    margin-bottom: 18px;
}

  /*必要ならばここにコードを書く*/
  .entry-title, .article h2 {
    padding: 0.6em 0em;
}


.header-mobi-menu {
  display: block;
}

.acc-accordion {

}

.panel-item {

}

.acc-button {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 12px;
  background:#fff;
  border:0;
  border-bottom: 3px solid #EEE;
  padding:8px;
  color: #000;
}

.accordion_1 {

}

.accordion_1 ul{
  margin:0;
  padding:0;
}

.accordion_1 ul li{
  margin:0;
  padding:0;
}

.accordion_1 ul li a {
  display: block;
  padding:5px 5px 5px 10px;
  font-size: 12px;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: #111;
}
.logo-image {
    padding: 15px 0 6px;
}
.site-logo-image {
    height: 30px !important; /* スマホ時のロゴの画像タテサイズ */
    width: auto !important;
  }
}


/* mail magazine */

.m_mag_box {
	clear: both;
    margin-top: 30px;
    display: block;
    overflow: hidden;
    padding: 20px 40px;
    border: 1px solid #e5e5e5;
    box-shadow: inset 1px 1px 0 rgba(255,255,255,0.8);
}
.m_mag_title {
	text-align: center;
}
.m_mag_title h3 {
	display: inline-block;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid #c30001;
	padding: 0 0 3px;
	margin: 20px auto;
}
.m_mag_box p {
    font-size: 16px;
    margin: 1.2em 0;
}
.m_mag_box ul {
	padding: 0;
	margin: 20px auto 0;
}
.m_mag_box ul li {
	width: 50%;
	display: inline-block;
	margin: 0.2em -1.5px;
}
.m_mag_box ul li.cone {
	width: 100%;
	margin: 0.2em 0;
}
.m_mag_box a {
	text-decoration: none;
}

.free-pamphlet,
.mail-magazine,
.link-jissenjirei {
	padding: 8px;
	margin: 10px auto;
	border-radius: 32px;
	font-size: 18px;
	text-align: center;
}

.free-pamphlet::before,
.mail-magazine::before,
.link-jissenjirei::before {
	font-family: "Font Awesome 5 Free";
	font-size: 24px;
	font-weight: 900;
	vertical-align: middle;
	margin-right: 4px;
}
.free-pamphlet::after,
.mail-magazine::after,
.link-jissenjirei::after {
	font-family: "Font Awesome 5 Free";
	font-size: 20px;
	font-weight: 900;
	margin-left: 18px;
}

.free-pamphlet:hover,
.mail-magazine:hover,
.link-jissenjirei:hover {
	opacity: 0.8;
	cursor: pointer;
} 

.free-pamphlet {
	width: 90%;
	color: #fff;
	background-color: #c30001;
	border: solid 3px #c30001;
	float: left;
}
.free-pamphlet::before {
	content: "\f518";
}
.free-pamphlet::after {
	content: "\f105";
}

.mail-magazine {
	width: 90%;
	color: #c30001;
	background-color: #fff;
	border: solid 3px #c30001;
	float: right;
}
.mail-magazine::before {
	content: "\f3cd";
}
.mail-magazine::after {
	content: "\f105";
}

.link-jissenjirei {
	width: 100%;
	color: #fff;
	background-color: #333367;
	border: solid 3px #333367;
}
.link-jissenjirei::before {
	content: "\f51c";
}
.link-jissenjirei::after {
	content: "\f105";
}
.sp_only {
	display: none;
}

@media screen and (max-width: 768px){
.m_mag_box {
    padding: 20px 30px;
}
.m_mag_box p {
    margin: 1.2em 0;
}
.m_mag_box ul li {
	width: 100%;
	display: block;
	margin: 0.2em auto;
}
.free-pamphlet,
.mail-magazine,
.link-jissenjirei {
	width: 100%;
	margin-bottom: 20px;
	float: none;
}
.sp_only {
	display: block;
}

}


/* Scroll Btn */
.flow-btn_wrapper {
  display:none;
}
.flow-btn {
  position: fixed;
  bottom: 4px;
  left: 4px;
  z-index: 3;
}
.flow-form-mm {
  position: fixed;
  bottom: 78px;
  left: 54px;
  z-index: 3;
}
.flow-form-mm > .form-mm-wrap {
	width: 186px;
	height: 94px;
	background: #ccc;
}
.flow-form-mm > .form-mm-wrap p {
	font-size: 11px;
	color: #000;
	padding:3px 3px 0;
	margin: 0;
}
.flow-form-mm > .form-mm-wrap table {
	margin:2px 3px;
	width:auto;
}
.flow-form-mm > .form-mm-wrap table tr {
	background: none;
	padding:0;
}
.flow-form-mm > .form-mm-wrap table td {
	border: none;
	padding:0 0.2rem 0 0;
}
.flow-form-mm > .form-mm-wrap input[type='text'], textarea {
    font: 10px sans-serif !important;
    box-sizing: border-box;
    padding: 0.3em 0.2em !important;
    transition: 0.3s;
    letter-spacing: 1px;
    color: #111;
    border: 1px solid #ccc;
    border-radius: 2px;
}
.flow-form-mm-btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .2rem .4rem !important;
    font-size: 12px;
    line-height: 1;
    border-radius: .2rem;
	color: #fff;
	background: #777;
}
@media (max-width: 991px) {
 .flow-btn_wrapper {
   position: static;
 }
 .flow-btn,
 .flow-form-mm {
   display:none;
 }
}

p.estimated-reading-time {
	text-align: center;
    border-bottom: 1px solid black;
    display: table;
    margin: 0 auto;
}
span.reading-time {
/* 	background:linear-gradient(transparent 75%, #ff9393 75%); */
	font-weight:bold; 
}


/* 検索 */
.search-box {
	margin: 1em 0 !important;
}
.search-edit {
	width: 94% !important;
	margin: 0 3% !important;
	font-size: 16px !important;
}
.search-submit {
	right: 3% !important;
}

@media screen and (max-width: 480px) {
.search-box {
	margin: 0.5em 0 !important;
}
.footer-mobile {
	padding: 5px !important;
}
}


input[type='submit'] {
  -webkit-appearance: none;
  border: 1px solid #ddd;
  background-color: #777777;
}


/* youtube slider */


body {
	overflow: initial;
}

.home-seiko {
	margin-top: 30px;
	margin-bottom: -20px;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-default:hover, .btn-default:active, .btn-default:focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

@media (min-width: 576px) {
.container {
    max-width: initial;
}
}

@media (min-width: 576px) {
.blog_container {
    max-width: 540px;
}
}
@media (min-width: 768px) {
.blog_container {
    max-width: 720px;
}
}
@media (min-width: 992px) {
.blog_container {
    max-width: 960px;
}
}
@media (min-width: 1200px) {
.blog_container {
    max-width: 1140px;
}
}

.acc-button:after {
    content: none;
}
.acc-button.active:after {
    content: none;
}


.side-mobi {
	display: none;
}

@media (max-width: 576px) {
.side-mobi {
	display: block !important;
}
}

.entry-content h1 {
	font-size: 28px;
	padding: 24px 0;
    margin: 2em 0 27px;
    border-top: 3px solid #eee;
    border-bottom: 3px solid #eee;
    color: #444;
}
@media (max-width: 576px) {
.entry-content h1 {
	font-size: 26px;
	padding: 18px 0;
    margin: 2em 0 24px;
}

}


.eye-catch-wrap {
justify-content: center;
}


#latestEntries {
	display: none;
}
