/*
Theme Name: beauty-column
Version: 1
Template: theme_temp
*/

/* CSS Document */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}
a:visited {
	color: #000000
}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,va,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,detail,figcaption,figure,footerheader,hgroup,menu,nav,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  color: #000;
  -webkit-text-size-adjust: 100%;
  /*   line-height: 0; */
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}
a:hover {
    color: #999;
    text-decoration: none;
	opacity: .7;
}
img {
  border: 0;
  vertical-align: bottom;
  width: 100%;
}

ul {
  list-style: none;
}

/**/
.red{color: #f00;}

/*パンくず*/
.breadcrumbs {
  width: 100%;
  height: auto;
  margin: 0 auto 3%;
  padding: 0;
}

.breadcrumbs ul li {
  display: inline-block;
}

.breadcrumbs ul li::after{
	content: " > ";
	margin: 0 .5rem;
}

.breadcrumbs ul li:last-child::after{
	content: none;
}

.breadcrumbs ul li a {
}

.breadcrumbs ul li a:hover {
  opacity: .6;
}

.breadcrumbs ul li>span {
  color: #000;
}

/**/
#wrap{
	max-width: 1050px;
	width: 100%;
	margin: 0 auto;
	line-height: 1.6;
}
h2{
	margin-bottom: 10%;
}
.main-section{}
.inner{
	max-width: 1050px;
	padding: 0 25px;
    margin: 0 auto;}
.main-section .column-wrapper{
	display: flex;
	justify-content: space-between;
}
.main-section .column-side{
	position: relative;
    padding-top: 3px;
    width: 200px;
    max-width: 25%;
}
#side-contents{
	position: sticky;
	left: 0;
	top: 115px;
}
#side-contents iframe{
	height: 450px;
}
.main-section .column-main{
	max-width: 750px;
	width: 75%;
	margin: auto;
}
.main-section .column-main .column-list{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 2%;
	margin-bottom: 2em;
}
.main-section .column-main .column-list li{
	width: 32%;
	margin-bottom: 5%;
	line-height: 1.8;
}
.main-section .column-main .column-list li .column-date{
	position: relative;
    display: flex;
	justify-content: space-between;
	margin-top: 5px;
	margin-bottom: 5px;
}
.main-section .column-main .column-list li .column-date {
	/* display: block; */
	font-size: 12px;
}
.main-section .column-main .column-list li .column-date ._d{
	color: #aaa;
}
.main-section .column-main .column-list li .column-date ._c a{
    padding: 4px 10px;
	text-align: right;
	color: #fff;
	background: #c4b8a7;
	border-radius: 50px;
}
.main-section .column-main .column-list li .column-ttl{}

/* footer */
footer{
	width: 100%;
	background: #eee;
}
.footer-inner{
	max-width: 750px;
	width: 90%;
	margin: auto;
	padding: 3% 0 6%;
	line-height: 2;
}
.footer-inner .footer-link{}
.footer-inner .footer-link a{
	display: inline-block;
	margin-right: 1em;
}
.footer-inner .copyright{
	margin-top: 1em;
	font-size: 90%;
}


/* カテゴリTOP */
.cate_top h1{
	margin-bottom: 5%;
	font-size: 24px;
	border-left: 5px solid #ccc;
	padding: 5px 0 5px 10px;
	line-height: 1.4;
}

/* 記事詳細 */
.column_detail{}

.column_detail h1{
	margin-bottom: 5%;
	font-size: 28px;
	border-left: 5px solid #ccc;
	padding: 5px 0 5px 10px;
	line-height: 1.4;
}

.column_detail .detail-date{
	margin: 0 0 5% 0;
}
.column_detail .detail-date .detail-dateModified{
	display: none
}
.detail-inner figure{
	margin-bottom: 2%;
}

.column_detail p{
	margin-bottom: 5%;
	line-height: 2;
}
.column_detail .reference{
	margin: 5% 0;
	font-size: 11px;
	display: flex;
}
.column_detail .reference dt{
	max-width: 35px;
	width: 10%;
	font-weight: normal;

}
.column_detail .reference dd{
	max-width: 715px;
	width: 90%;
}
.column_detail .reference a{
	color: #0068b7;
	text-decoration: underline;
	word-break:break-all;
}

.column_detail .detail-index{
    padding: 30px 35px 34px;
    margin: 80px auto 90px;
    border: 1px solid #433f37;
}
.column_detail .detail-index ol{
	list-style: inside;
}
.column_detail .detail-index ol li{
	margin-bottom: 1em;
    padding-left: 1.5em;
	text-indent: -1.5em;
}
.column_detail .detail-index a{
    position: relative;
    padding-left: 0;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .1em;
    font-weight: 400;
    text-decoration: underline;
}

.column_detail .detail-supervisor{
	margin-bottom: 5%;
	padding: 2.5em 2em;
	background: #eee;
	border-radius: 20px;
}
.column_detail .detail-supervisor h3{
	margin-bottom: 1em;
}
.column_detail .detail-supervisor dl{
	display: flex;
	flex-wrap: wrap;
	gap: 0 5%;
}
.column_detail .detail-supervisor dt{
	width: 22.4%;
}
.column_detail .detail-supervisor dd{
	width: 72.6%;
}

.detail-inner h2{
	position: relative;
	margin-top: 3em;
	margin-bottom: 1em;
	padding-left: 1em;
	font-size: 24px;
}

.detail-inner h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: calc(100% - 4px);
    transform: translateY(-50%);
    background-color: #333;
}

.detail-inner h3{
	font-size: 18px;
}
.detail-inner .link-item{
	margin: 3em auto;
	text-align: center;
}
.detail-inner .link-item a{
	position: relative;
	display: inline-block;
	padding: 1em 3.5em 1em 3em;
	text-align: center;
	background: #c4b8a7;
	border-radius: 50px;
	color: #fff;
	font-size: 18px;
}
.detail-inner .link-item a::after{
	content: "";
	position: absolute;
	top: 42%;
	right: 1.2em;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}

/* 関連記事 */
.related_article{
	margin-top: 5em;
	margin-bottom: 10em;
}
.related_article h3{
	margin-bottom: 0.3em;
	font-size: 22px;
	font-weight: bold;
}
.related_article .article_ul{}
.related_article .article_ul li{
border-bottom: 1px solid #bfbfbf;
    padding: 0 0 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.related_article .article_ul li {
	display: flex;
	align-items: flex-start;
	gap: 0 3%;
}
.related_article .article_ul li a figure{
	width: 100%;
	min-width: 120px;
	line-height:1.5;
}
.related_article .article_ul li a div{
	width: 67%;
}
.related_article .article_ul li div .column-date{
	margin-bottom: 1em;
	font-size: 12px;
	display: flex;
}
.related_article .article_ul li  div .column-date ._d{
	color: #aaa;
}
.related_article .article_ul li div .column-date ._c a{
	margin-left: 1em;
	padding: 0 10px;
	background: #c4b8a7;
	border-radius: 50px;
	color: #fff;
}
.related_article .article_ul li  div .column-ttl{
	font-size: 20px;
	font-weight: 200;
}

.add-area{}
.add-area p{
	margin-bottom: 1em;
	line-height: 1.8;
}

/* 固定リンク */
.fix_btn{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 1em 0;
	background-color: rgba(0, 0, 0, 0.6);
	text-align: center;
	line-height: 1.6;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.fix_btn.active{
	opacity: 1;
	visibility: visible;
	transition: .3s;
}
.fix_btn a{
	position: relative;
	display: inline-block;
	padding: 1.2em 5em;
	background: #ea420e;
	color: #fff;
	border-radius: 100px;
}
.fix_btn a::after{
	content: "";
	position: absolute;
	top: 42%;
	right: 1.4em;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}
.fix_btn2{
    position: fixed;
    bottom: 100px;
    right: 15px;
    max-width: 100px;
}
.fix_btn2 span{
	position: relative;
	font-size: 12px;
	color: #705b3d;
	display: block;
	text-align: right;
	line-height: 1.4;
}
.reflection{
display:inline-block;
position:relative;
overflow:hidden;
}

.reflection:after {
content:"";
height:100%;
width:10px;
position:absolute;
top:-180px;
left:0;
background-color: #fff;
opacity:0;
transform: rotate(45deg);
animation: reflection 5s ease-in-out infinite;
animation-iteration-count:3; /*アニメーションを3回再生する*/
}

@keyframes reflection {
0% { transform: scale(0) rotate(45deg); opacity: 0; }
80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { transform: scale(4) rotate(45deg); opacity: 1; }
100% { transform: scale(50) rotate(45deg); opacity: 0; }
}

.pc{display: block;}
.sp{display: none;}


/* ========================================================
 SP
======================================================== */
@media screen and (max-width: 750px) {
.pc{display: none;}
.sp{display: block;}

.inner{
	max-width: 750px;
	padding: 0 3%;
}
.main-section{
	max-width: 750px;
	width: 100%;
}
.main-section .column-wrapper{
	flex-wrap: wrap;
	flex-direction:column-reverse;
}
.main-section .column-side{
	margin-top: 3em;
    padding-top: 0;
    width: 100%;
    max-width: 100%;
}

.main-section .column-main{
	width: 100%;
}
.main-section .column-main .column-list li{
	width: 49%;
}
.main-section .column-main .column-list li .column-date{
    display: flex;
	flex-wrap: wrap;
}
.main-section .column-main .column-list li .column-date div{
	display: block;
}
.main-section .column-main .column-list li .column-date ._d {
	width: 100%;
}
.main-section .column-main .column-list li .column-date ._c a{
	width: 100%;
}

#footer-contents iframe{
	height: 250px;
}
.footer-inner{
	padding: 2.5em 0 8em;
}

/* 記事詳細 */
.column_detail{}
.column_detail h1{
	font-size: 22px;
}
.column_detail .reference{
	margin: 3em 0;
}
.column_detail .detail-index{
	margin: 3em auto;
	padding: 2em 2em 1.5em;
}
.column_detail .detail-supervisor{}
.column_detail .detail-supervisor h3{
	text-align: center;
}
.column_detail .detail-supervisor dl{
	display: block;
}
.column_detail .detail-supervisor dt{
	width: 100%;
}
.column_detail .detail-supervisor dt figure{
	width: 30%;
	margin: 1em auto;
}
.column_detail .detail-supervisor dd{
	width: 90%;
	margin: auto;
}

.detail-inner h2{
	font-size: 18px;
}
.detail-inner h3{
	font-size: 16px;
}


.detail-inner .link-item a{
	width: 80%;
	padding: 1em 0;
	border-radius: 100px;
	font-size: 14px;
}

/* 関連記事 */
.related_article{
	margin-bottom: 5em;
}
.related_article h3{
	font-size: 18px;
}
.related_article .article_ul{}
.related_article .article_ul li{
    padding: 0 0 10px;
    margin-bottom: 10px;
}
.related_article .article_ul li a div .column-date {
    margin-bottom: 0.3em;
}
.related_article .article_ul li a div .column-ttl{
	font-size: 14px;
}

.fix_btn a{
	padding: 1em 0;
	width: 80%;
}

}/* SPend */



/*side*/
/* iframe side.html */
#ifr_side{
	line-height: 1.6;
}
#ifr_side h3.category-list__ttl{
	display: none;
}
#ifr_side .category-list{
}
#ifr_side .category-list li{
	display: block;
}
#ifr_side .category-list li a {
    display: inline-block;
    color: #666;
    transition: color 0.3s;
    will-change: color;
    position: relative;
	font-size: 16px;
	line-height: 2.2;
}


@media screen and (min-width: 201px)and ( max-width:750px) {
	#ifr_side{
		margin-bottom:4rem;
	}
#ifr_side h3.category-list__ttl{
	display: block;
	padding: 0.4em 0;
	text-align: center;
	background: #c4b8a7;
	color: #fff;
}
#ifr_side .category-list{
	position: unset;
	width: 100%;
	border: 1px solid #c4b8a7;
	border-bottom: none;
}
#ifr_side .category-list li{
	padding: 1%;
	border-bottom: 1px solid #c4b8a7;
}
#ifr_side .category-list li:last-child{
}
#ifr_side .category-list li a {
	padding: 0.2em 0 0;
	font-size: 14px;
	text-indent: 1em;
}
}/*-201end*/
/* 目次 */
p.toc_title {
	font-size: 2em;
}

/**/
.nav-links {
	display: flex;
	justify-content: center;
	gap: 1em;
	margin-bottom: 1em;
}

.nav-links a, .nav-links > span {
	display: block;
	padding: .5em 1em;

}
.nav-links a:not(.prev,.next){
	 border: 1px solid #ddd;
	border-radius: 3px;
}
.nav-links > span {
	color: #858484;
}
