@charset "UTF-8";
/* CSS Document */

.column-cover {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 80px auto;
	max-width: 1100px;
}
article.column {
	width: 30%;
	margin-bottom: 60px;
}
.column__img-box img {
	display: block;
	width: 100%;
	border: solid 1px;
}

.column__img-box p,
.column__excerpt p{
	margin: 0!important;
}

.column__img-box {
    margin-bottom: 20px;
    position: relative;
    display: block;
    width: 100%;
}
h3.column-ttl {
	margin-bottom: 20px;
}
h3.column-ttl > a {
	color: #45403e;
}

.column__img-box h4{
    position: absolute;
    z-index: 2;
    font-size: 100%;
    width: 84%;
    margin: 5%;
    text-align: left;
    padding: 3%;
    display: table;
    color: #876427!important;
    font-size: 130%;
    height: 63%;
    left: 0;
    top: 0;
    background: rgba(255,255,255,0.8);
    overflow: hidden;
}


.column__img-box span{
display: table-cell;
    vertical-align: middle;
    text-align: center;
}
    

.single-column .sec_body h1 {
    font-size: 160%;
    line-height: 1.4;
    margin-bottom: 28px;
}

/* column-index */
.column-page_index {
    margin-bottom: 30px;
    background: #fff;
    padding: 2rem;
}
a.index-item {
    color: #625659;
    line-height: 2.0rem;
    font-size: 1.1rem;
    padding-bottom: 2px;
	position: relative;
}
a.index-item:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin: 0 0.5em 0 0;
	border: 5px solid transparent;
	border-right: 0 solid transparent;
	border-left: 8px solid #625659;
}
a.index-item-child {
    color: #7a2427;
    line-height: 2.0rem;
    font-size: 1.0rem;
    padding-left: 0.8rem;
	position: relative;
}
a.index-item-child:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 3px 10px;
    border-top: 2px solid #7a2427;
    border-right: 2px solid #7a2427;
    transform: rotate(45deg);
}
h5 {
    margin-bottom: 0.5rem;
    position: relative;
    font-size: 0.95rem;
}
h5:before {
	content: "●";
    width: 20px;
    color: #d5d0bc;
    position: relative;
    top: 2px;
    font-size: 1.2rem;
    margin-right: 0.3rem;
}
.column-note {
    background: #f1e3d8;
    padding: 1rem;
    line-height: 1.7;
    font-size: 0.9rem;
    margin-bottom: 20px;
    margin-top: 10px;
}
.note-ttl {
	background: url(../images/column/note-icon.png) no-repeat;
	background-size: 25px auto;
    padding: 0.3rem 0 0.3rem 2rem;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: #625659;
}
a.ortho_qa {
    font-size: 18px;
    color: #625659;
    padding: 4px 5px;
	position: relative;
	background: none;
	line-height: 1.0;
}
a.ortho_qa:before {
	content: "Q";
	width: 2rem;
    height: auto;
    font-size: 1.7rem;
    margin-right: 1rem;
    position: relative;
    top: 0;
    left: 0;
    color: #625659;
    font-family: KozMinoPro-L !important;
    font-weight: lighter !important;
    line-height: 2.0;
    vertical-align: baseline;
}
.ortho_qa_answer {
	line-height: 1.8;
    background: #fff;
    border-radius: 9px;
    padding: 1rem 1rem 1rem;
    font-size: 1.0rem;
    margin-bottom: 30px;
    border-bottom: 1px solid #c1c1c1;
}
.sec_body .ortho_qa_answer > a {
    color: #C3AA73;
    font-size: 12px;
    border: 1px solid #C3AA73;
    padding: 5px 20px 5px 10px;
    background: url(../images/qa_arrow.png) center right 5px no-repeat;
    background-size: 5px auto;
}
.flex-container .box_50 img {
    max-width: 100%;
    height: auto;
    display: block;
    box-sizing: border-box;
    padding: 5px 5%;
}



@media screen and (max-width: 1250px) {
.column__img-box h4 {
    font-size: 120%;
}
}




@media screen and (max-width: 1000px) {
.column__img-box h4 {
    font-size: 113%;
    line-height: 1.2em;
}
}

@media screen and (max-width: 767px) {
.column__inner {
    padding: 0 15px;
}
	article.column {
	width: 100%;
}
a.bnr {
    margin-bottom: 20px;
}
.column-page_index {
    padding: 1rem;
}
.ortho_qa_answer {
	margin-top: 20px;
}
.sec_body .ortho_qa_answer > a {
	display: block;
	width: 90%;
	margin: 10px auto 10px;
	text-align: center;
}
.flex-container .box_50 img {
    margin-bottom: 20px;
}
.column__img-box h4 {
    font-size: 120%;
    line-height: 1.5em;
    text-align: center;
    /* display: table-cell; */
}
}
