@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: center;
     -ms-flex-pack: center;
   justify-content: center;
   margin: 80px auto;
}
.panel{
	background:#fff;
}
article.column {
	/*width: 30%;
	margin: 0 15px 70px;*/
}
.column__img-box img {
	display: block;
    width: 100%;
}
.column__img-box {
    /*margin-bottom: 20px;*/
}
h3.column-ttl {
	margin-bottom: 20px;
}
h3.column-ttl > a {
	color: #45403e;
}
/*.column__bottom-link {
	text-align: right;
	margin-top: 1rem;
}*/
.column-link {
    background: #7b86c0;
    padding: 0.3rem 0.5rem 0.3rem 0.8rem;
    border-radius: 5px;
    color: #fff;
	position: relative;
}
.column-link:after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 1.8px 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}

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

 .single_title.column #page_title {
    background-color: rgba(255,255,255,0.8);
    color: #5a67b1;
    padding: 45px 60px;
    margin: 0;
    width: 35%;
    text-align: right;
    box-shadow: 0 4px 20px rgb(107 37 119 / 10%);
    margin-top: -93px;
    left: 0;
}


h6 {
    text-align: left;
	position: relative;
	line-height: 2.5;
	margin-bottom: 11px;
}
h6:before {
	content: "";
    background: url(../images/column/h6-corner-left.gif) no-repeat;
    background-size: auto 25px;
    display: inline-block;
    position: relative;
    width: 10px;
    height: 26px;
    top: 8px;
    margin-right: 0.4rem;
}
h6:after {
	content:"";
	background: url(../images/column/h6-corner-right.gif) no-repeat;
	background-size: auto 25px;
	display: inline-block;
	position: relative;
	width: 10px;
    height: 26px;
	top: 8px;
    margin-left: 0.4rem;
}

/* column-index */
.column-page_index {
    margin-bottom: 30px;
    background: #f9f9fb;
    padding: 2rem;
	text-align: left;
	font-weight: 300;
}
.column-page_index a {
  text-decoration: underline;
  color: #5a67b1;
  display: block;
  text-align: left;
  padding-bottom: 10px;
	line-height: 2.5;
}

a.index-item {
    
    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 #27478b;
}
a.index-item-child {
    line-height: 2.0rem;
    font-size: 1.0rem;
	position: relative;
	padding-bottom: 0.2rem;
}
a.index-item-child:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 3px 10px;
    border-top: 2px solid #27478b;
	border-right: 2px solid #27478b;
    transform: rotate(45deg);
}
a.index-item-grandchild {
	padding-left: 1.6rem;
	line-height: 1.7;
	color: #5e5255;
	/*display: inline-block;*/
	display: block;
	position: relative;
}
a.index-item-grandchild:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0.5em 0 0;
  border: 3px solid transparent;
  border-right: 0 solid transparent;
  border-left: 5px solid #5e5255;
  position: relative;
}
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;
    padding: 4px 5px;
	position: relative;
	background: none;
	line-height: 1.0;
}
.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%;
	margin-top: 0;
}

.column-page_index br{
	display: none;
}

.sec_body .txt-block ul li {
    margin-bottom: 20px;
    /* background: #faf3e6; */
    background: #fdf6f3;
    padding: 25px;
	text-align: left;
}

.sec_body .txt-block li h4{
	margin-top:0;
}
.sec_body .txt-block ul.list-demerit li{
	margin-bottom:0;
	    padding: 10px 10px 10px 50px;
}
.sec_body .txt-block ul.list-demerit{
	padding:20px;
}
li.demerit__item:before{
	top: 15px;
	left: 20px;
}

.column-list {
  list-style-type: none !important;
  padding: 0.5em 2em;
  margin: 20px auto 15px;
  width: 100%;
  box-sizing: border-box;
  background: #fdf6f3;
}
ul.column-list li.column-list__item {
  position: relative;
  line-height: 1.5em;
  padding: 1em 1em 1em 40px;
  text-align: left;
  font-size: 18px;
  border-bottom: 1px #e2e2e2 solid;
  margin-bottom:0;
}
ul.column-list li.column-list__item:last-child {
  border-bottom: none;
}
ul.column-list li.column-list__item:before {
  position: absolute;
  content: "●";
  display: inline-block;
  color: #8d319d;
  font-weight: bold;
  font-size: 18px;
  line-height: 11px;
  text-align: center;
  top: 45%;
  left: 10px;
}
.table-sub-txt{
	    letter-spacing: 0.2rem;
    font-size: 0.8rem;
    background: #aab5b7;
    border-radius: 5px;
    padding: 0.1rem 0.5rem;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 1rem;
}
.duration-table td,.duration-table th{
	text-align: center;
	line-height: 1.5;
	    width: 33%;
}
.duration-table .note{
	    margin-top: 10px;
}

@media screen and (max-width: 767px) {
	
 .single_title.column #page_title {
	 margin-top:0;
    padding: 36px 20px 36px 24px;
    width: 65%;
	}
	th, td {
    border-right: #bfbfbf 1px dotted;
   
}
	th:last-child, td:last-child {
    border-right: none;
   
}
.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: 20px auto 20px;
}

}


