/*
Theme Name:mikado_tcd071_child
Template:mikado_tcd071
Version:1.9
*/

.grecaptcha-badge { visibility: hidden; }


.style4b {padding: 0.5em 0 0.5em 0.8em!important;}


/* パンくず */
.p-breadcrumb {background-color: #1a1a1a;}

/* 知心会 見出し幅 */
.p-history-info__col-title {
    line-height: 1.6 !important;
}

.p-page-header__title {
    line-height: 1.6!important;
}

.p-title {
    font-size: 120%;
    color: #c03614;
}

/* 番号 ol */
ol.s-number li {
    list-style-type: inherit !important;
    margin-left: 1.5em;
}

ul.s-list li {
    list-style-type: square !important;
    margin-left: 1.5em;
}

ul.diamond li {
    position: relative;
}
ul.diamond li::after {
    display: block;
    content: '';
    position: absolute;
    top: 0.8em;
    left: -1em;
    width: 6px;
    height: 6px;
    background-color: #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

ol.number{
    counter-reset:list;
    list-style-type:none;
    padding: 0px;
}
  
ol.number li{
    position:relative;
    line-height: 30px;
    margin: 7px 0 7px 10px !important;
    padding-left: 10px;
}
  
ol.number li:before{
    counter-increment: list;
    content: counter(list);
    position: absolute;
    left: -35px;
    width: 30px;
    height: 30px;
    background: #c03614 !important;
    text-align: center;
    color: #fff;
    font-weight: bold;
}



/* ブログ */
.voice-box {
    background: #f6f6f6;
    padding: 1em 2em;
    margin: 0 auto 1em;
}
.voice-box p {
    padding: 0;
    margin: 0;
}


/* 会員の声 */
.kakomi-box {
    position: relative;
    margin: 2em auto;
    padding: 1.2em;
    background-color: #fff;
    border: 1px solid #1a1a1a;
    width: 90%;
}

.title-box {
    position: absolute;
    padding: 0 .5em;
    left: 20px;
    top: -15px;
    font-weight: bold;
    background-color: #fff;
}

/* button */
.link_button {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	min-width: 200px;
	max-width: 90%;
	margin: 0;
	padding: .6em 1.3em .5em;
	background-color: #1a1a1a;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	color: #fff !important;
	font-size: 100%;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.link_button:hover, .link_button:focus {
	background-color: #c03614;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15) inset;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15) inset;
	color: #fff;
	text-decoration: none;
}

.p-entry__body .link_button:hover {
	text-decoration: none;
}

.link_button a {text-decoration: none;}


/*-------------------- Contact Form7 --------------------*/
.contact7 {
	max-width: 100%;
	box-sizing: border-box;
}
.contact7 dd,.contact7 dt {
	}
.contact7 dd {
	margin: 0 0 30px 0;
	background-color:
}
.contact7 dt {font-weight: normal;}
.contact7 .must {background: #c03614;}/* 必須マーク */
.contact7 .optional {background: #999;}/* 任意マーク */
 
.contact7 .must,
.contact7 .optional {
    font-size: 10px;
	color: #FFF;
	border-radius: 3px;
	margin-left: 10px;
	padding: 5px 10px;
	letter-spacing: 2px;
}
.btn_contact7 {
	text-align: center;
}
.btn_contact7 input {
	width: 70%;
	background-color: #1a1a1a;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #1a1a1a;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
}
.btn_contact7 input:hover {
	background-color: #fff;
	color: #c03614; 
}
.wpcf7-mail-sent-ok{
    display:none!important;
}


@media screen and (min-width: 768px) {
    .contact7 dt {
        float: left;
        clear: left;
        width: 35%;
        padding: 5px 10px 5px 0;
    }
    
    .contact7 dd {margin-left: 35%;}
    .btn_contact7 input {
        width: 70%;
        background-color: #1a1a1a;
        color: #FFF;
        font-size: 1.1em;
        font-weight: bold;
        letter-spacing: 0.2em;
        border: 1px solid #1a1a1a;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;	
    }
    .btn_contact7 input:hover {
        background-color: #fff;
        color: #c03614; 
    }
    
    /* ブログ */
    .voice-box {padding: 1em 1.5em;}
    
    
    
    
}

@media screen and (max-width: 767px) {
	.style2a, .style2b {font-size:18px !important;}
	.style3a, .style3b {font-size:17px !important;}
	.style4a, .style4b {font-size:16px !important;}
}

@media screen and (max-width: 991px){
.p-index-content04 {
    height: 410px;
}
}