@charset "utf-8";

.pager-area .current{
	background: #1DC18E;
    border: 1px solid #1DC18E;
}
.pager-area a:hover{
	background: #1DC18E;
    border: 1px solid #1DC18E;	
}


/* -----------------------------
	.page-title-area
-------------------------------- */
.page-title-area.index{
	background: url(../img/top-article-mv.jpg) no-repeat right top / cover;
	min-height: 360px;
	min-height: 468px;
	animation: none;
}

.page-title-area.index .ttl-l{
	text-align: left;
	position: relative;
}
.page-title-area.index .ttl-l::before{
content: '';
    background: url(../img/article-ill.png) no-repeat center top / contain;
    width: 70px;
    height: 85px;
    position: absolute;
	left: 320px;
    top: 100px;
}
.page-title-area.index .ttl-l .en{
	color: #1DC18E;
}
.page-title-area.index .ttl-l .copy{
	margin: 20px 0 0;
}
.page-title-area.index .ttl-l .basic-txt{
	margin: 20px 0 0;
}
#article.index .h1-area h1{
	top: 478px;
}
#article.index .breadcrumbs{
	top: 482px;
	padding: 0;
}


@media screen and (max-width: 768px) {
	.page-title-area.index{
		background: url(../img/top-article-mv-sp02.jpg) no-repeat right top / cover;
		min-height: 190px;
	}
	#article.index .h1-area h1{
		top: 190px;
	}
	.page-title-area.index .ttl-l::before{
		display: none;
	}
	.page-title-area.index .ttl-l .copy{
		display: none;
	}
	.page-title-area.index .ttl-l .basic-txt{
		display: none;
	}
	.page-title-area .ttl-l .jp{
		text-shadow: 1px 1px 0px #ffffff, -1px 1px 0px #ffffff, 1px -1px 0px #ffffff, -1px -1px 0px #ffffff, 1px 0px 0px #ffffff, 0px 1px 0px #ffffff, -1px 0px 0px #ffffff, 0px -1px 0px #ffffff;
	}
}

/* -----------------------------
	ページ幅
-------------------------------- */
#article .contents .contents-left {
  float: left;
  padding: 0 0 0;
  width: 840px;
}

#article .contents .contents-left .image-box img{
	width: 100%;
}

#article .contents .contents-right {
  float: right;
  padding: 0 0 0;
  width: 314px;
}

#article .article-subtitle {
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: bold;
    color: #333;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
    border-bottom: solid 2px #1DC18E;
}

@media screen and (max-width: 768px) {
  #article .contents {
    padding: 0;
  }

  #article .contents .contents-left {
    float: none;
    padding: 30px 20px 0;
    width: 100%;
  }

  #article .contents .contents-right {
    float: none;
    padding: 0 20px 50px;
    width: 100%;
  }
}


/* -----------------------------
	ページ幅
-------------------------------- */
#article .contents .subtitle{
	font-size: 2.2rem;
	font-weight: 600;
	letter-spacing: .05em;
}
#article .contents .subtitle span{
	font-size: 1.8rem;
	color: #1DC18E;
	font-family: 'Montserrat', sans-serif;
	display: block;
	font-weight: bold;
	padding: 0 0 8px;
}

@media screen and (max-width: 768px) {
	#article .contents .subtitle{
		font-size: 2rem;
	}
	#article .contents .subtitle span{
		font-size: 1.4rem;
	}
	
	.article-area .sp-pickup{
		padding: 0 20px;
	}	
	.article-area .sp-new{
		padding: 40px 20px 30px;
		background: #ECFCF7;
		margin: 10px 0 0;
	}
	.article-area .sp-new .btn-more{
		display: none;
	}
}

/* -----------------------------
	ページパーツ（　contents-left　）
-------------------------------- */
/*リスト*/
.article-index-area ul.flex-box {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	margin: 20px 0 0;
}

.article-index-area ul.flex-box li {
	width: calc((100% - (20px * 2)) / 2);
	background: #fff;
	margin: 0 30px 30px 0;
	position: relative;
}
.article-index-area ul.flex-box li:nth-of-type(2n){
	margin: 0 0 30px;
}

.article-index-area ul.flex-box li a {
	display: block;
}
.article-index-area ul.flex-box .member-icon{
	position: absolute;
	z-index: 2;
	top: -10px;
	left: -10px;
}

.article-index-area ul.flex-box .thumb {
	width: 100%;
	height: 227px;
	text-align: center;
	overflow: hidden;
	border-radius: 5px;
	position: relative;
}
.article-index-area ul.flex-box .thumb img {
	object-fit: cover;
	width: 100%;
	height: 227px;
	transition:.5s all;
}

.article-index-area ul.flex-box li a:hover .thumb img {
	transform:scale(1.1,1.1);
	transition:.5s all;
}
.article-index-area .thumb-ttl{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.6;
	min-width: 300px;
    background: rgb(255 255 255 / 80%);
    padding: 10px 12px;
	border-radius: 3px;
}

.article-index-area ul.flex-box .txt-area {
	padding: 10px 0 0;
}

.article-index-area ul.flex-box .txt-area .cate {
	margin: 0 5px 0 0;
	display: inline-block;
    font-weight: bold;
    font-size: 1.3rem;
    text-align: center;
    border: 1px solid currentColor;
    padding: 6px 10px 4px;
	color: #7E7E7E;
	border-radius: 15px;
}

.article-index-area ul.flex-box .txt-area .date {
	font-size: 1.3rem;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
}

.article-index-area ul.flex-box .txt-area .pr {
	background: #fe7979;
	color: #fff;
	display: inline-block;
	padding: 3px 12px 3px;
	border-radius: 15px;
	text-align: right;
	margin: 0 0 0 5px;
	font-size: 1.3rem;
}

.article-index-area ul.flex-box .txt-area .title {
	line-height: 1.75;
	font-size: 1.6rem;
    margin: 10px 0 0;
	font-weight: 700;
}

@media screen and (max-width: 768px) {
	/*リスト*/
	.article-index-area ul.flex-box{
		margin: 0;
	}
	.article-index-area ul.flex-box li {
		display: block;
		width: 100%;
        border: none;
        padding: 20px 0 15px;
        margin: 0;
	}
	
	.article-index-area ul.flex-box li  {
		padding: 20px 0 0;
	}
   	.article-index-area ul.flex-box li:nth-of-type(n + 3){
       /*display: none;*/
    }
	.article-index-area ul.flex-box li:nth-of-type(2n){
		margin: 0 0 0;
	}
	.article-index-area ul.flex-box li a {
		display: block;
	}
	.article-index-area ul.flex-box li .thumb{
		width: 100%;
		height: 185px;
	}
	.article-index-area ul.flex-box li .thumb img {
		width: 100%;
		height: 185px;
	}
	.article-index-area ul.flex-box li .txt-area {
		padding: 10px 0 0;
	}
	
	.article-index-area ul.flex-box.new{
		margin: 0;
		justify-content: space-between;
	}
	.article-index-area ul.flex-box.new li {
		width: calc((100% / 2) - 5px);
		padding: 0;
		margin: 15px 0 10px;
		background: none;
	}
	.article-index-area ul.flex-box.new li a {
	}
	.article-index-area ul.flex-box.new li .thumb{
		width: 100%;
		height: 100px;
	}
	.article-index-area ul.flex-box.new li .thumb img {
		width: 100%;
		height: 100px;
	}
	.article-index-area ul.flex-box.new li .txt-area {
		padding: 5px 0 0;
	}
	.article-index-area ul.flex-box.new .txt-area .cate {
		padding: 5px 6px 3px;
		margin: 0 ;
		font-size: 1rem;
	}
	.article-index-area ul.flex-box.new .txt-area .title {
		font-size: 1.4rem;
		padding: 0;
		margin: 2px 0 0;
	}

	.article-index-area ul.flex-box li a {
		display: block;
		height: 100%;
        position: relative;
	}
	
    .article-index-area ul.flex-box li a::before{
        display: none;
    }

	.article-index-area ul.flex-box .txt-area .cate {
		font-size: 1.2rem;
		margin: 0 5px 0 0;
	}
        
    .article-index-area ul.flex-box .txt-area .title {
        width: 100%;
        font-size: 1.6rem;
        line-height: 1.6;
        padding: 0 1em 0 0;
        margin: 10px 0 0;
    }
	
	.sp-new{
		margin: 30px 0 0;
	}

}

/* -----------------------------
	ページパーツ（　login-area　）
-------------------------------- */
.login-area{
	background: #F1FCF9;
	border: solid 1px #1DC18E;
	padding: 15px 15px;
	border-radius: 10px;
	line-height: 1.5;
	margin: 30px 0 20px;
}
.login-area .catch{
	font-size: 1.6rem;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
	
}
/* -----------------------------
	ページパーツ（　member-area　）
-------------------------------- */
.member-area{
	background: #F1FCF9;
	padding: 50px 24px 25px;
	border: solid 1px #1DC18E;
	border-radius: 10px;
	position: relative;
	margin: 60px 0 0;
}
.member-area .title{
	background: #1DC18E;
	color: #fff;
	border-radius: 50px;
	font-size: 1.8rem;
	letter-spacing: .05em;
	font-weight: 600;
	text-align: center;
	height: 44px;
	line-height: 44px;
	width: 230px;
	display: inline-block;
	position: absolute;
	top: -22px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.member-area .title::before{
	position: absolute;
		background: url("../img/column-login-title.png") no-repeat center top / cover;
	content: '';
	width: 226px;
	height: 49px;
	bottom: -15px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.member-area .btn{
	background: #fff;
	border-radius: 5px;
	text-align: center;
}
.member-area .btn a{
	display: block;
	height: 100%;
	padding: 16px 13px 24px;

}

.member-area .register-btn{
	background: #FEF779;
	margin: 15px 0 0;
		outline: 1px solid rgb(255, 255, 255);
	outline-offset: -5px;
}
.member-area .register-btn a{
	box-shadow: 0px 3px 10px 0 rgba(0,0,0,0.16);
}
.member-area .register-btn a:hover{
	box-shadow: none;
}
.member-area .register-btn .sub-catch{
	background: #fff;
	border-radius: 20px;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 3px 0 4px;
	font-family: 'Zen Maru Gothic', sans-serif;
}
.member-area .register-btn .sub-title{
	font-size: 2.8rem;
	font-weight: bold;
	margin: 8px 0 0;
}
.member-area .register-btn .sub-title span{
	display: table;
	font-size: 1.6rem;
	position: relative;
    margin: 0 auto 5px;
}
.member-area .register-btn .sub-title span:before {
    position: absolute;
    left: -5px;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: #000;
    border-radius: 3px;
    transform: rotate(-25deg);
}
       
.member-area .register-btn .sub-title span:after {
    position: absolute;
    content: "";
    right: -5px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #000;
    border-radius: 3px;
    transform: rotate(25deg);
}

.login-btn{
	border: solid 1px #333333;
	margin: 20px 0 0;
	transition:.3s all;
}
.btn.login-btn a{
	    padding: 16px 13px 16px;
}

.login-btn .sub-catch{
	font-size: 1.4rem;
	font-weight: bold;
}
.login-btn .sub-title{
	font-size: 2rem;
	font-weight: bold;
	padding: 5px 0 0;
}

.member-area .btn.login-btn:hover{
	background: #1DC18E;
	transition:.3s all;
	border: solid 1px #1DC18E;
}
.login-btn:hover .sub-title,
.login-btn:hover .sub-catch{
	color: #fff;
	transition:.3s all;
}

@media screen and (max-width: 768px) {
	.member-area{
		margin: 66px 0 0;
		padding: 46px 20px 20px;
	}
	.member-area .btn a{
		padding:18px 13px 18px;
	}
	
	.member-area .register-btn .sub-title{
		font-size: 2.2rem;
		margin: 12px 0 0;
	}
	
	.member-area .register-btn .sub-title span{
		display: inline-block;
		margin: 0 20px 0 0;
	}
	
	.btn.login-btn a{
		padding: 12px 15px;
	}
	
	.btn.login-btn{
		margin: 15px 0 0;
	}
	
}

/* -----------------------------
	退会フォーム（　quit-area　）
-------------------------------- */
.quit-area{
	margin: 40px 0 0;
}
.quit-area .txt-btn{
	text-align: right;
	position: relative;
}
.quit-area .txt-btn a{ 
	position: relative;
	text-decoration: underline;
}
.quit-area .txt-btn a::before{
content: "\f105";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    left:  -20px;
    font-size: 1.6rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	color: #1DC18E;
}

@media screen and (max-width: 768px) {
	.quit-area{
		margin: 20px 0 0;
	}
}
/* -----------------------------
	ページパーツ（　ranking-area　）
-------------------------------- */
.ranking-area{
	margin: 30px 0 30px;
}

.ranking-area li{
	margin: 17px 0 0;
}
.ranking-area li a{
	display: flex;
	position: relative;
}
.ranking-area li a .rank{
	font-family: 'Montserrat', sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
	background: #fff;
	border: solid 1px #1DC18E;
	position: absolute;
	width: 40px;
	height: 40px;
	text-align: center;
	display: block;
	line-height: 40px;
	color: #1DC18E;
	border-radius: 20px;
	left: 0;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	z-index: 2;
}

.ranking-area li .thumb{
	width: 145px;
	height: 94px;
	margin: 0 10px 0 20px;
	overflow: hidden;
			border-radius: 10px;
	display: block;
}
.ranking-area li .thumb img {
	width: 145px;
	height: 94px;
	object-fit: cover;
	border-radius: 10px;
	transition:.5s all;
}
.ranking-area li a:hover .thumb img {
	transform:scale(1.1,1.1);
	transition:.5s all;
}
.ranking-area .txt-area{
	width: 130px;
}
.ranking-area li .cate {
	margin: 0 15px 0 0;
	display: inline-block;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
    border: 1px solid currentColor;
    padding: 4px 10px 3px;
	color: #7E7E7E;
	border-radius: 15px;
}
.ranking-area .title {
	width: 100%;
	font-size: 1.5rem;
	line-height: 1.6;
	margin: 5px 0 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3; /* 制限したい行数が3の場合 */
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.ranking-area{
		margin: 42px 0 0;
	}

	.ranking-area .ranking-box{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 17px 0 0;
	}	
	.ranking-area li:nth-child(n + 2){
		width: calc((100% / 2) - 5px);
		margin: 30px 0 0;
	}

	.ranking-area li:first-of-type a{
		display: block;
	}
	.ranking-area li:nth-child(n + 2) a{
		display: block;
	}

	.ranking-area li:first-of-type .txt-area{
		width: 100%;
		margin: 14px 0 0;
	}
	.ranking-area li a{
	}
	.ranking-area li a .rank{
		font-size: 1.4rem;
		width: 30px;
		height: 30px;
		line-height: 30px;
		top: 0;
		left: -10px;
	}

	.ranking-area li .thumb{
		width: 100%;
		margin: 0;
		height: 100px;
	}
	.ranking-area li .thumb img {
		width: 100%;
		height: 100px;
	}
	.ranking-area li a:hover .thumb img {
	}
	.ranking-area li:first-of-type .thumb{
		width: 100%;
		height: 185px;
		margin: 0;
	}
	.ranking-area li:first-of-type .thumb img{
		width: 100%;
		height: 185px;
	}
	.ranking-area .txt-area{
		width: 100%;
		margin: 10px 0 0;
	}
	.ranking-area li:nth-child(n + 2) .txt-area{
		margin: 10px 0 0;
	}
	.ranking-area li .cate {
		padding: 6px 10px 4px;
		margin: 0;
	}
	.ranking-area li:nth-child(n + 2) .cate{
		font-size: 1rem;
		margin: 0;
		padding: 6px 7px 3px;
	}
	.ranking-area .title {
		font-size: 1.4rem;
	}
	.ranking-area li:first-of-type .title {
		font-size: 1.6rem;
		margin: 10px 0 0;
	}
	.ranking-area .date {
		font-size: 1.3rem;
		display: inline-block;
		font-family: 'Montserrat', sans-serif;
	}
	
}

/* -----------------------------
	ページパーツ（　tag-area　）
-------------------------------- */

.tag-area {
  /*padding: 0 0 30px 0;
	margin: 0 0 0;*/
	padding:30px 0 0;
}

.tag-area .tag-title {
  font-size: 1.5rem;
  padding: 0 0 20px 0;
}

.tag-area .tag-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
	margin: 15px 0 0;
}

.tag-area .tag-list li {
  text-align: center;
  margin: 0 5px 5px 0;
  line-height: 1.2;
}

.tag-area .tag-list li a {
	display: block;
	padding: 6px 12px 5px 12px;
	font-size: 1.4rem;
	font-weight: 500;
	background: #FFF;
	border: #DDDDDD solid 1px;
	color: #333;
	border-radius: 5px;
	position: relative;
}
.tag-area .tag-list li.pickup a {
    border: solid 1px #1DC18E;
}

.tag-area .tag-list li a:hover {
  border: #1DC18E solid 1px;
  opacity: 1;
  background: #1DC18E;
  color: #fff;
}

.article-detail-area .tag-area{
	padding: 30px 0 0px 0;
}

.keyword-area{
	padding: 30px 0 0px 0;
}

.keyword-area input {
        appearance: none;
    border: 2px solid #333;
    border-radius: 3px;
    font-weight: 500;
    font-size: 1.4rem;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    /* width: 100%; */
    padding: 15px 10px;
    height: 100%;
    margin: 15px 0 10px;
}

.keyword-area button {
    background: #1DC18E;
    border: #1DC18E 2px solid;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    height: 50px;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.7rem;
    text-align: center;
    width: auto;
    font-weight: 500;
    transition: .5s;
    padding: 0 13px;
    margin: 0px 0 0;
}

#article .contents .subtitle span.pickup.txt{
	padding: 6px 12px 5px 12px;
    border: solid 1px #1DC18E;
    line-height: 1;
    background: #fff;
    font-weight: 500;
    font-size: 1.2rem;
    border-radius: 5px;
    position: relative;
    margin: 0 0 0 20px;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    color: #333;
    display: inline-block;
}

@media screen and (max-width: 768px) {
  .tag-area {
    padding: 20px 0 0;
	  margin: 0 0 10px;
  }

  .tag-area .tag-title {
    width: auto;
  }

  .tag-area .tag-list {
    width: auto;
	  margin: 10px 0 0;
  }

  .tag-area .tag-list li {
	margin: 0 5px 5px 0;
  }

  .tag-area .tag-list li a {
    padding: 7px 8px;  
	line-height: 1;
	background: #F1FCF9;
	  font-size: 1.3rem;
  }
  .tag-area .tag-list li.pickup a {
    border: solid 2px #1DC18E;
  }
	
	#article .contents .subtitle span.pickup.txt{
		font-size: 1.1rem;
    	border: solid 2px #1DC18E;
		background: #F1FCF9;
	}
}

/* -----------------------------------------------------------
    詳細（　title-box　）
-------------------------------------------------------------- */
#article .title-box{
	margin: 0 0 30px;
}
#article .title-box .date {
  display: inline-block;
  width: 80px;
  font-family: 'Lato', sans-serif;
  font-size: 1.2rem;
  padding: 0 0 20px;
}

#article .title-box .cate {
  border: #ddd solid 1px;
  display: inline-block;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 2px 10px 1px;
  text-align: left;
	border-radius: 15px;
}

#article .title-box .pr {
	background: #fe7979;
	color: #fff;
	display: inline-block;
	padding: 3px 10px 2px;
	border-radius: 15px;
	text-align: right;
	margin: 0 0 0 10px;
}

#article .title-box .title {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.4;
  border-bottom: 4px solid #1DC18E;
  padding: 0 0 20px;
  margin: 0 0 30px;
}

#article .title-box .thumb{
	position: relative;
	height: 472px;
}

#article .title-box .thumb img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#article .title-box .thumb .thumb-ttl{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 3.3rem;
    font-weight: bold;
	line-height: 1.75;
	text-align: center;
	min-width: 560px;
	background: rgb(255 255 255 / 80%);
    padding: 20px 30px;
	border-radius: 5px;
}

@media screen and (max-width: 768px) {
	#article .title-box{
		margin: 0 0 20px;
	}
  #article .title-box .date {
    padding: 20px 0 10px 0;
    width: 70px;
  }

  #article .title-box .cate {
    padding: 2px 15px;
  }

  #article .title-box .title {
    font-size: 2.4rem;
    padding: 0 0 10px;
    margin: 0 0 20px;
  }
	#article .title-box .thumb .thumb-ttl{
		font-size: 1.8rem;
    	min-width: 270px;
		line-height: 1.6;
		padding: 15px 20px;
	}
	#article .title-box .thumb{
		height: auto;
   	 min-height: 185px;	
		width: 100%;
	}
}

/* 関連記事 */
.related-article{
	margin: 80px 0 0;
}
.related-article .flex-box{
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	margin: 20px 0 0;
}
.related-article .flex-box li{
	width: calc((100% / 4) - 10px);
	position: relative;
	margin: 0 10px 0 0;
}
.related-article .flex-box li:nth-child(n + 5){
	margin: 10px 10px 0 0;
}
.related-article .flex-box li .thumb{
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
	display: flex;
}
.related-article .flex-box li .thumb img{
    object-fit: cover;
    width: 100%;
    height: 120px;
    transition: .5s all;
	border-radius: 5px;
}
.related-article .flex-box li a:hover .thumb img {
	transform:scale(1.1,1.1);
	transition:.5s all;
}
.related-article .member-icon{
	position: absolute;
    z-index: 2;
    top: -10px;
    left: -10px;
}

.related-article .flex-box li .txt-area{
	padding: 10px 0 0;
}
.related-article .flex-box li .cate{
	margin: 0 5px 0 0;
	display: inline-block;
	font-weight: bold;
	font-size: 1.2rem;
	text-align: center;
	border: 1px solid currentColor;
	padding: 4px 10px 3px;
	color: #7E7E7E;
	border-radius: 15px;
}
.related-article .flex-box li .date{
		font-size: 1.3rem;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
}
.related-article .flex-box li .title{
	    line-height: 1.75;
    font-size: 1.6rem;
    margin: 10px 0 0;
	font-weight: bold;
}
.related-article .flex-box li .pr{
	background: #fe7979;
    color: #fff;
    display: inline-block;
    padding: 3px 12px 3px;
    border-radius: 15px;
    text-align: right;
    margin: 0 0 0 5px;
    font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
	.related-article{
		margin: 50px 0 0;
	}
	.related-article .flex-box li{
		width: calc((100% / 2) - 10px);
	}
}
/* -----------------------------------------------------------
    詳細（　detail-contents　）
-------------------------------------------------------------- */
#article .detail-contents {
  line-height: 1.8!important;
  padding: 0 0 50px !important;
}

#article .detail-contents div{
	width: 100%;
	background: none;
	margin: 0;
	padding: 0;
}
/*
#article .detail-contents strong{
	font-weight: normal!important;
}*/
#article .detail-contents strong{
	background: linear-gradient(transparent 65%, transparent 65%);
}
/* pタグ */
#article .detail-contents p {
  /*margin-bottom: 1.5em;*/
  font-size: 1.6rem!important;
	line-height: 1.8!important;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif!important;
}

#article .detail-contents p span{
	  font-size: 1.6rem;
	line-height: 1.8!important;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif!important;
	background: linear-gradient(transparent 65%, transparent 65%);
}


/* 見出し系 */
#article .detail-contents h1,
#article .detail-contents h2,
#article .detail-contents h3,
#article .detail-contents h4 {
  font-weight: bold!important;
  line-height: 1.5!important;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif!important;
	background: none!important;
}

#article .detail-contents h1 {
	/*
  background: #333;
	*/
  /*color: #0852a0;
  font-size: 2.6rem;
  margin: 40px 0 20px 0;
	/*
  padding: 15px 30px;
	*/
}

#article .detail-contents h2 {
  border-bottom: 3px #1DC18E solid!important;
  font-size: 2.4rem!important;
  margin: 40px 0 30px 0!important;
  padding: 0 0 10px!important;
}
#article .detail-contents h2 span{
  font-size: 2.4rem!important;
  margin: 40px 0 30px 0!important;
  padding: 0 0 10px!important;
  font-weight: bold!important;
  line-height: 1.5!important;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif!important;
}

#article .detail-contents h3 {
	background: #1DC18E!important;
	color: #fff!important;
	font-size: 2.2rem!important;
	margin: 40px 0 30px 0!important;
	padding: 15px 30px!important;
	border-radius: 5px!important;
}
#article .detail-contents h3 span{
	background: #1DC18E!important;
	color: #fff!important;
	font-size: 2.2rem!important;
	margin: 40px 0 30px 0!important;
	padding: 15px 30px!important;
	border-radius: 5px!important;
  font-weight: bold!important;
  line-height: 1.5!important;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif!important;
}

#article .detail-contents h4 {
  font-size: 2rem!important;
  margin: 30px 0 20px 0!important;
  padding: 0 0 0 16px!important;
  position: relative!important;
}
#article .detail-contents h4 span{
  font-size: 2rem!important;
  margin: 30px 0 20px 0!important;
  padding: 0 0 0 16px!important;
  position: relative!important;
  font-weight: bold!important;
  line-height: 1.5!important;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif!important;
}

#article .detail-contents h4::before {
  background: #1DC18E!important;
  border-radius: 3px!important;
  content: ""!important;
  display: block;
  height: calc(100% - 10px)!important;
  left: 0!important;
  position: absolute!important;
  top: 5px!important;
  width: 4px!important;
}

#article .detail-contents img {
  display: block;
  height: auto;
  max-width: 790px;
	margin: 0 auto;
}

#article .detail-contents a:link {
  /*color: red;*/
  display: inline-block;
	color: #167ac6;
	opacity: 1!important;
}

#article .detail-contents a:visited {
	color: #167ac6;
	opacity: 1!important;
}

#article .detail-contents .movie-btn{
	margin: 10px 0 20px!important;
	display: block;
}
#article .detail-contents .movie-btn a{
	width: 250px;
	background: #FF8226;
	height: 55px;
	line-height: 55px;
	margin: 0 auto;
	display: block;
	color: #fff!important;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	position: relative;
	padding: 0 0 0 18px;
}
#article .detail-contents .movie-btn a::before{
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 10px solid #fff;
  border-bottom: 0;
	content: '';
	position: absolute;
top: 50%;
    left: 18px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}


#article .movie-btn{
	margin: 10px 0 20px!important;
	display: block;
}
#article .movie-btn a{
	width: 250px;
	background: #FF8226;
	height: 55px;
	line-height: 55px;
	margin: 0 auto;
	display: block;
	color: #fff!important;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	position: relative;
	padding: 0 0 0 18px;
}
#article .movie-btn a::before{
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 10px solid #fff;
  border-bottom: 0;
	content: '';
	position: absolute;
top: 50%;
    left: 18px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#article .detail-movie-title{
	border-bottom: 3px #1DC18E solid!important;
    font-size: 2.4rem!important;
    padding: 0 0 10px!important;
    margin: 0 0 30px 0!important;
    padding: 0 0 10px!important;
    font-weight: bold!important;
    line-height: 1.5!important;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif!important;
	text-align: center;
}
#article .detail-movie iframe{
	margin: 0 auto;
	display: block;
	width: 600px;
    height: 337px;
}

#article .detail-contents .buy-btn{
	margin: 30px 0 20px!important;
	display: block!important;
	text-align: center;
}
#article .buy-btn a{
	width: 250px;
	background: #fff650;
	height: 55px;
	line-height: 55px;
	margin: 0 auto;
	display: block;
	color: #333!important;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	position: relative;
	font-size: 1.8rem;
	box-shadow: 0px 3px 10px 0 rgba(0,0,0,0.16);
	cursor: pointer;
}
#article .buy-btn a:hover{
	box-shadow: none;
	}
#article .detail-contents .buy-btn a:link{
	color: #333!important;
}
#article .detail-contents .buy-btn a:visited{
	color: #333!important;
}
#article .buy-btn a::before{
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    right: 20px;
    font-size: 1.6rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	color: #333!important;
}

@media screen and (max-width: 768px) {
  #article .detail-contents {
    padding: 0 0 30px !important;
  }

#article .detail-contents iframe{
	width: 100%;
    height: auto;
	min-height: 180px;
}
	
  #article .detail-contents h1 {
    font-size: 2.2rem!important;
    margin: 20px 0 10px 0!important;
	  /*
    padding: 10px 15px;
	  */
  }

  #article .detail-contents h2 {
    margin: 30px 0 20px 0!important;
    padding: 0 0 8px!important;
    font-size: 2rem!important;
  }
  #article .detail-contents h2 span{
    margin: 30px 0 20px 0!important;
    padding: 0 0 8px!important;
    font-size: 2rem!important;
  }

  #article .detail-contents h3 {
    margin: 30px 0 20px 0!important;
    padding: 15px 15px!important;
    font-size: 1.8rem!important;
  }
  #article .detail-contents h3 span{
    margin: 30px 0 20px 0!important;
    padding: 15px 15px!important;
    font-size: 1.8rem!important;
	  background: none!important;
  }

  #article .detail-contents h4 {
    margin: 20px 0 10px 0!important;
    padding: 0 0 0 18px!important;
    font-size: 1.6rem!important;
  }
  #article .detail-contents h4 span{
    margin: 20px 0 10px 0!important;
    padding: 0 0 0 18px!important;
    font-size: 1.6rem!important;
  }

  #article .detail-contents h4::before {
    top: 5px!important;
    height: calc(100% - 10px)!important;
  }

  #article .detail-contents img {
    float: none;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
    height: auto;
    display: block;
  }
	#article .detail-movie-title{
		margin: 30px 0 20px 0!important;
		padding: 0 0 8px!important;
		font-size: 2rem!important;
		margin: 30px 0 20px 0!important;
		padding: 0 0 8px!important;
		font-size: 2rem!important;
	}
	#article .detail-movie iframe{
		width: 100%;
		    height: 188px;
	}
}

/* -----------------------------
	詳細ページタグ
------------------------------- */

#article .tag-box {
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  margin: 50px 0 50px 0;
  padding: 20px 0 10px 0;
}

#article .tag-box .tag-title {
  float: left;
  font-size: 1.4rem;
  padding: 5px 0 0 0;
  width: 80px;
}

#article .tag-box .tag-list {
  overflow: hidden;
}

#article .tag-box ul {
  float: left;
  width: 710px;
}

#article .tag-box ul li {
  float: left;
  line-height: 1.2;
  margin: 0 10px 10px 0;
  text-align: center;
}

#article .tag-box ul li a {
  background: #fff;
  border: #ddd solid 1px;
  color: #333;
  display: block;
  font-size: 1.2rem;
  padding: 6px 15px;
}

#article .tag-box ul li a:hover {
  background: #333;
  border-color: #333;
  color: #fff;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #article .tag-box {
    margin: 20px 0 20px 0;
  }

  #article .tag-box .tag-title {
    padding: 5px 0 0 0;
    width: 60px;
    font-size: 1.3rem;
    float: left;
  }

  #article .tag-box ul {
    width: auto;
  }

  #article .tag-box ul li {
    margin: 0 8px 8px 0;
  }

  #article .tag-box ul li a {
    padding: 4px 10px;
  }
}

/* -----------------------------
	詳細ページ back-link
-------------------------------- */

#article .back-link .fa {
  display: inline-block;
  color: #333;
  margin: 0 10px 0 0;
}

@media screen and (max-width: 768px) {
  #article .back-link {
    font-size: 1.5rem;
    margin: 15px auto 40px;
  }
}

/* -----------------------------
	詳細ページ back-link
-------------------------------- */
#article .registration-block{
	margin: 80px 0 0;
}
#article .registration-block > div{
	border: solid 5px #1DC18E;
	padding: 0 50px 30px;
	width: 700px;
	margin: 0 auto;
	border-radius: 15px;
	    background: #F1FCF9;
}
#article .registration-block .title{
	font-size: 2.2rem;
	text-align: center;
	position: relative;
	    background: #1DC18E;
    color: #fff;
    border-radius: 50px;
    letter-spacing: .05em;
    font-weight: 600;
    height: 44px;
    line-height: 44px;
    width: 230px;
    display: inline-block;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#article .registration-block .title::before{
    position: absolute;
    background: url(../img/column-login-title.png) no-repeat center top / cover;
    content: '';
    width: 226px;
    height: 49px;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#article .registration-block .basic-txt{
	padding: 0 0;
	text-align: center;
}
#article .registration-block .btn {
	background: #FEF779;
	margin: 15px auto 0;
	outline: 1px solid rgb(255, 255, 255);
	outline-offset: -5px;
	border-radius: 5px;
	text-align: center;
	width: 300px;
}
#article .registration-block .btn a{
    box-shadow: 0px 3px 10px 0 rgba(0,0,0,0.16);
	display: block;
    height: 100%;
    padding: 20px 13px 20px;
	font-size: 2.3rem;
    font-weight: bold;
}
#article .registration-block .btn a:hover{
	box-shadow: none;
}
#article .registration-block .txt-btn {
	text-align: center;
	margin: 15px 0 0;
}
#article .registration-block .txt-btn a:hover{
	color: #1DC18E;
}

.back-link a:hover{
	color: #1DC18E;
}


article .profile-area{
	padding: 0 0 0px;
}

#article .profile-box{
    display: flex;
    border: solid 1px #1DC18E;
    padding: 40px 30px;
    border-radius: 10px;
	align-items: center;
}

#article .profile-box .profile-text {
    width: 600px;
}

#article .profile-area .profile-title {
    font-size: 2.4rem ;
    padding: 0 0 0 20px;
	margin: 70px 0 30px;
    position: relative ;
	font-weight: bold;
}

#article .profile-area .profile-title::before {
    background: #1DC18E ;
    border-radius: 3px ;
    content: "" ;
    display: block;
    height: calc(100% - 5px) ;
    left: 0 ;
    position: absolute ;
    top: 2px ;
    width: 4px;
}

#article .profile-box .profile-text .sub-box{
	display: flex;
	margin: 0 0 15px;
}

#article .profile-box .profile-text .profile-clinic-text {
	font-family: 'Zen Maru Gothic', sans-serif;
	letter-spacing: 0.1em;
	line-height: 1.5;
    font-size: 1.6rem;
    font-weight: bold;
	padding: 0 5px 0 0;
}

#article .profile-box .profile-text .profile-title-text {
	font-family: 'Zen Maru Gothic', sans-serif;
	letter-spacing: 0.1em;
	line-height: 1.5;
    font-size: 1.6rem;
    font-weight: bold;
}

#article .profile-box .profile-text .profile-name-text {
    border-bottom: 3px #1DC18E solid;
    font-size: 1.8rem;
    margin: 0px 0 10px 0;
    padding: 0 0 10px;
	font-weight: bold;
}

#article .profile-box .profile-text .basic-txt {
    font-size: 1.6rem;
    line-height: 1.5;
}

#article .profile-box .profile-text .basic-txt a{
    text-decoration: underline;
}

#article .profile-box .profile-image {
    width: 160px;
    overflow: hidden;
    margin: 0 0 0 20px;
}

#article .profile-box .profile-image img {
   	width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
	#article .registration-block{
		margin: 30px 0 0;
	}
	#article .registration-block > div{
		width: 100%;
		padding: 0 20px 30px;
	}
	#article .registration-block .title{
		font-size: 2.3rem;	
	}
	#article .registration-block .basic-txt{
		padding: 15px 0 0;
	}
	#article .registration-block .btn{
		width: 100%;
	}
	#article .registration-block .btn a{
		width: 100%;
	}
	
	#article .back-link {
		font-size: 1.5rem;
		margin: 15px auto 40px;
	}
	
	#article .profile-area{
		padding: 0 0 0px;
	}
	
	#article .profile-area .profile-title{
		font-size: 2.0rem;
		margin: 40px 0 20px 0;
		padding: 0 0 0 15px;
	}
	
	#article .profile-box{
		flex-direction: column-reverse;
		padding: 20px 20px;
	}

	#article .profile-box .profile-text {
		width: 100%;
	}
	
	#article .profile-box .profile-text .sub-box{
		display: block;
		margin: 0 0 15px;
	}
	
	#article .profile-box .profile-text .profile-clinic-text {
		padding: 0 0 0px;
		text-align: center;
	}
	
	#article .profile-box .profile-text .profile-title-text {
		padding: 0 0 5px;
		text-align: center;
	}
	
	#article .profile-box .profile-text .profile-name-text {
		margin: 10px 0 10px 0;
		text-align: center;
	}

	#article .profile-box .profile-text .basic-txt {
		font-size: 1.6rem;
		line-height: 1.5;
	}

	#article .profile-box .profile-image {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 10px;
		text-align: center;
	}
	
	#article .profile-box .profile-image img {    
		width: 130px;
    	height: 130px;
		min-height: inherit;
	}

}

/*グラフ　線*/
#article .detail-contents table td,
#article .detail-contents table th{
    border: 1px solid #333;
    padding: 5px 10px;
}

@media screen and (max-width: 768px) {
	
	#article .detail-contents table{
		width: 100% !important;
	}
	
	#article .detail-contents table td,
	#article .detail-contents table th{
		padding: 0px 3px;
	}
	
}

/* -----------------------------
	目次機能
-------------------------------- */
#article .outline-box {
    padding: 30px 30px;
    display: flex;
    position: relative;
    justify-content: space-between;
    margin: 0 0 40px;
    background-color: #F1FCF9;
	border-radius: 5px;
}

#article .outline-ttl {
    font-size: 2.0rem!important;
    font-weight: bold;
   	padding: 9px 20px 0 0;
    text-align: center;
}

#article .outline-box ul{
    width: 90%;
}

#article .outline-box ul li {
    position: relative;
}
#article .outline-box ul li.toc-h2 {
    font-weight: bold;
}

#article .outline-box ul li::before {
    content: "";
    border-style: solid;
    border-width: 0 7px 7px 0;
    border-color: transparent #1DC18E transparent transparent;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: 15px;
    top: 18px;
    transform: rotate(135deg);
}

#article .outline-box ul li a {
    border-bottom: 1px dotted #1DC18E;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 1.6;
    padding: 12px 0 12px 30px;
    color: #333;
    font-size: 1.6rem;
}

/*シリーズ目次*/
#article .detail-contents .series-list-box{
    padding: 30px 30px 30px 30px;
    background: #fcf0f0;
    margin: 30px 0;
	border-radius: 5px;
}

#article .detail-contents .series-list-box .outline-ttl {
    position: relative;
    margin: 0 0 10px;
    padding-left: 15px;
    text-align: left;
    font-size: 2.0rem!important;
    font-weight: bold;
	width: auto;
}

#article .detail-contents .series-list-box .outline-ttl::before {
    content: "";
    display: inline-block;
    background: #ee8383;
    width: 4px;
	height: 50%;
    top: 34%;
    left: 0;
	border-radius: 2px;
    position: absolute;
}

#article .detail-contents .series-list-box li {
    font-weight: 500;
    font-size: 1.6rem;
    position: relative;
    line-height: 1.5;
}

#article .detail-contents .series-list-box li::before {
    content: "\f0da";
    color: #ee8383;
    font-family: "FontAwesome";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 7px;
}

#article .detail-contents .series-list-box li a {
    display: inline-block;;
    padding: 8px 0 8px 16px;
	color: #333;
}
#article .detail-contents .series-list-box li a:hover {
    color: #ee8383;
}

@media screen and (max-width: 768px) {
	
	#article .outline-box {
		padding: 10px 10px 20px 10px;
        display: block;
	}

	#article .outline-ttl {
        width: 100%;
	}

	#article .outline-box ul{
		width: 100%;
	}

	#article.outline-box ul li {
		position: relative;
	}

	#article .outline-box ul li::before {
		left: 9px;
	}

	#article .outline-box ul li a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        line-height: 1.3;
        padding: 12px 0 12px 25px;
    }
	/*シリーズ目次*/
	#article .detail-contents .series-list-box{
		padding: 20px;
        margin: 10px 0 0;
	}
	
}