@charset "UTF-8";

#top{
	padding: 60px 0 40px;
}
#top .news_date{
	justify-content: center
}
#top .news_date .news_cate{
	font-size: 1.6rem;
}
#top .news_date time{
	font-size: 1.2rem;
	margin-left: 30px;
}
#top .midashi{
	font-size: 3.4rem;
	text-align: center;
	line-height: 1.36;
	margin-top: 25px;
}
#top .sns{
	margin-top: 45px;
	justify-content: center;
}
#top .sns li + li{
	margin-left: 5px;
}
#excerpt .border{
	border-top: 2px solid #364973;
	padding-top: 40px;
}
#excerpt .r_col p{
	line-height: 2;
//	word-break: keep-all;
}

#detail *{
//	word-break : break-all;
}
#detail{
	padding: 0 0 80px;
}
#detail .flex{
	justify-content: space-between;
	flex-flow: row-reverse;
	padding-top: 40px;
}
#detail .l_col{
	width: 250px;
}
#detail .caption .txt{
	font-size: 1.2rem;
	line-height: 1.6;
	margin-top: 10px;
}

#detail .movie {
	position: relative;
}
#detail .movie a:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
	margin: auto;
	width: 50px;
	height: 34px;
	background: url(../img/papers_detail/movie_icon.png) no-repeat center center;
}

#detail .author{
	background: #724141;
/*	padding: 20px;*/
	margin-top: 20px;
}
.m_movie iframe{
	width: 100%;
	cursor: pointer;
}
.m_movie{
	position:relative;
	width:100%;
	padding-top: 56.25%;
}
.m_movie iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}
#cboxOverlay{
	background: rgba(0,0,0,0.8);
}
#cboxPrevious, #cboxNext, #cboxSlideshow, {
	display: none;
}
#cboxContent{
	margin-top: 60px;
}
#cboxClose ,#cboxClose:hover{
	width: 50px;
	height: 50px;
	top: -60px;
	right: 0;
	background: url(/img/papers_detail/movie_close01.png) no-repeat center;
	background-size: 50px;
}
#detail .author .info + .name_btn{
	margin-top: 5px;
}
#detail .author .name_btn{
/*	margin-bottom: 20px;*/
}
#detail .author .name_btn a,
#detail .author .name_btn span{
	font-size: 1.6rem;
	color: #fff;
	display: block;
	padding: 10px 12px;
/*	border-radius: 50px;*/
/*	border: 1px solid #805454;*/
	position: relative;
/*	background: #805454;*/
	padding:20px;
	line-height:1.6;
	word-break:normal;
}
#detail .author .name_btn a{
	display:flex;
	width:100%;
	align-items:center;
}
#detail .author .name_btn a:after,
#detail .author .name_btn a:before{
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	transition: 0.3s ease-out;
}
#detail .author .name_btn a:after{
	right: 17px;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-top: 2px solid #4a5c81;
	border-right: 2px solid #4a5c81;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#detail .author .name_btn a:before {
	width: 18px;
	height: 18px;
	margin-top: -9px;
/*	-webkit-border-radius: 50%;*/
/*	border-radius: 50%;*/
	background: #fff;
/*	border: 1px solid #fff;*/
}
#detail .author .name_btn a:hover{
	color: #4a5c81;
	background: #fff;
	opacity: 1;
	outline: 1px solid #4a5c81;
	outline-offset: -1px;
}
#detail .author .name_btn a:hover:after{
	border-top-color: #fff;
	border-right-color: #fff;
}
#detail .author .name_btn a:hover:before {
	background: #4a5c81;
}
#detail .author .info{
	font-size: 1.1rem;
	line-height: 1.6;
	color: #cccccc;
}
#detail .author .info span{
	font-size: 1.2rem;
	line-height: 1.8;
	display: block;
	color: #fff;
/*	margin-bottom: 10px;*/
	padding:0 20px 0 20px;
	word-break:normal;
}
#detail .author .info::after{
	content:"";
	width:calc(100% - 40px);
	height:1px;
	background-color:#fff;
	margin-top:25px;
	margin-left:20px;
	display:block;
}
#detail .author .info:last-child::after{
	background-color:transparent;
}
#detail .r_col{
	width: 700px;
}
#detail .r_col .txt{
	font-size: 1.6rem;
	line-height: 2;
	word-break: keep-all;
}
#detail .r_col .txt + .txt{
	margin-top: 30px;
}
#detail .r_col .first_txt:first-letter {
	font-size: 7rem;
	line-height: 1;
	float: left;
	margin: 0.05em .2em -.15em 0;
	color: #724141;
	font-family: 'Cinzel', serif;
}

#detail .r_col p {
	font-size: 1.6rem;
	line-height: 2;
	word-break: keep-all;
}
#detail .r_col p + p {
	font-size: 1.6rem;
	line-height: 2;
}
#detail .r_col h2{
	font-size: 155.6%;
  letter-spacing: 0.04em;
  line-height: 1.6;
  background: #f7f7f7;
  padding: 11px 30px;
  position: relative;
}
#detail .r_col h2::before {
  content: "";
  display: block;
  width: 4px;
  height: calc(100% - 38px);
  background: #333;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#detail .r_col .sub2{
	margin-bottom:40px;
	clear:both;
	float:none;
}
#detail .r_col > section > section:first-of-type{
	margin-bottom:0;
}

#detail .r_col .sub2 .a-txt{
	margin-top:20px;
	clear:both;
	float:none;
}
#detail .r_col h2 + p{
	clear:both;
	margin-top:3em;
}
#detail .btn{
	margin-top: 20px;
	justify-content: space-between;
}
#detail .pdf_btn{
	width: 205px;
	margin: 0 auto 0;
}
#detail .pdf_btn a{
	font-size: 1.6rem;
	padding: 12px 5px 12px;
}
#detail .pdf_btn a span{
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -9px;
}
#detail .r_col .blue_btn{
	width: 200px;
	margin-left: auto;
	line-height: 1.0;
}


@media screen and (max-width: 768px) {

	#top{
		padding: 8% 0 7%;
	}
	#top .news_date .news_cate{
		font-size: 1.4rem;
	}
	#top .news_date time{
		margin-left: 5%;
		font-size: 1.1rem;
	}
	#top .midashi{
		font-size: 2.4rem;
		margin-top: 5%;
	}
	#top .sns{
		margin: 8% auto 0;
		width: 90%;
	}
	#detail .border{
		display: block;
		padding-top: 8%;
	}
	#detail .l_col{
		width: 100%;
		margin-top: 10%;
	}
	#detail .l_col .caption img{
		width: 100%;
	}
	#detail .author{
		margin-top: 5%;
		padding: 5% 5%;
	}
	#detail .author .name_btn{
		margin-bottom: 4%;
	}
	#detail .author .info + .name_btn{
		margin-top: 7%;
	}

	#detail .r_col{
		width: 100%;
	}
	#detail .r_col .txt{
		font-size: 1.4rem;
	}
	#detail .r_col .txt + .txt{
		margin-top: 5%;
	}
	#detail .r_col .first_txt:first-letter {
		font-size: 5.8rem;
		line-height: 1;
		margin: 0.05em .2em -.15em 0;
	}
	#detail .r_col p {
		font-size: 1.4rem;
	}
	#detail .r_col p + p {
		margin-top: 5%;
		font-size: 1.4rem;
	}
	#detail .r_col p:first-child:first-letter {
		font-size: 5.8rem;
		line-height: 1;
		margin: 0.05em .2em -.15em 0;
	}

	#detail {
		padding-bottom: 8%;
	}
	#detail .btn{
		display: block;
	}
	#detail .btn .l_col{
		margin-top: 6%;
	}
	#detail .pdf_btn{
		width: 79%;
		margin: auto;
	}
	#detail .pdf_btn a{
		font-size: 1.8rem;
		padding: 17px 5px 17px;
	}
	#detail .r_col .blue_btn{
		width: 79%;
		margin: 3% auto 0;
	}

}
p small {
	font-size: 1.2rem;
}

/*日本語より引継ぎ*/

.article-side {
  width: 250px;
  font-size: 1.6rem;
}

.article-side__ttl {
  display: none;
}

.article-side--fellows {
  background: #b63d3d;
  padding: 25px 20px;
}

.article-side--fellows dl {
  margin: 0;
  padding: 13px 10px 15px;
}

.article-side--fellows dl + dl {
  border-top: solid 1px #fff;
}

.article-side--fellows dl:first-child {
  padding-top: 0;
}

.article-side--fellows dl:last-child {
  padding-bottom: 0;
}

.article-side--fellows dl dt {
  margin: 0 0 8px;
  line-height: 1.6;
  word-break: normal;
  font-size: 1.6rem;
  color: #fff;
}

.article-side--fellows dl dd {
  margin: 0;
  font-size: 1.4rem;
  font-size: 87.5%;
  letter-spacing: 0;
  line-height: 1.7;
}

.article-side--nav {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.article-side--nav .article-side__index {
  border-top: solid 1px #ccc;
}

.article-side--nav .article-side__index a {
  display: block;
  padding: 15px 20px;
  font-size: 1.5rem;
  font-size: 100%;
  line-height: 1.5;
  text-decoration: none;
}

.article-side--nav .article-side__index > li {
  border-bottom: solid 1px #ccc;
}

.article-side--nav .article-side__index dl {
  margin: 0;
}

.article-side--nav .article-side__index dl dt {
  position: relative;
  cursor: pointer;
  font-size: 1.5rem;
  font-size: 93.8%;
  line-height: 1.5;
  padding-right: 50px;
  background: #e5e5e5;
}

.article-side--nav .article-side__index dl dt.is-nochild {
  padding-right: 0;
}

.article-side--nav .article-side__index dl dt.is-nochild::before, .article-side--nav .article-side__index dl dt.is-nochild::after {
  display: none;
}

.article-side--nav .article-side__index dl dt.is-nochild a,
.article-side--nav .article-side__index dl dt.is-nochild span {
  padding-right: 20px;
}

.article-side--nav .article-side__index dl dt a,
.article-side--nav .article-side__index dl dt span {
  display: block;
  padding: 15px 0 15px 20px;
}

.article-side--nav .article-side__index dl dt::before, .article-side--nav .article-side__index dl dt::after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.article-side--nav .article-side__index dl dt::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.article-side--nav .article-side__index dl dt.is-current {
  background: rgba(191, 217, 241, 0.5);
}

.article-side--nav .article-side__index dl dt.is-active::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.article-side--nav .article-side__index dl dt.is-active::after {
  opacity: 0;
}

.article-side--nav .article-side__index dl dd {
  display: none;
  margin: 0;
}

.article-side--nav .article-side__sub-index {
  border-top: solid 1px #ccc;
}

.article-side--nav .article-side__sub-index li {
  border-bottom: solid 1px #ddd;
}

.article-side--nav .article-side__sub-index li:last-child {
  border-bottom: none;
}

.article-side--nav .article-side__sub-index a {
  background: #f7f7f7;
  color: #777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.4rem;
  font-size: 87.5%;
  line-height: 1.6;
}

.article-side--nav .article-side__sub-index a::before {
  content: "-";
  margin: 0 5px 0 0;
}

.article-side--nav .article-side__sub-index a.is-active {
  background: rgba(191, 217, 241, 0.5);
  pointer-events: none;
}

.article-side--fix-nav {
  max-height: calc(100vh - 110px);
  overflow: auto;
}

.sp-fix-nav {
  display: none;
}

.article-main {
  width: 700px;
  padding-bottom:40px;
}

.article-b .article-body .a-column {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 25px;
}

.article-b .article-body__top {
  margin: 0;
}

.article-b .article-body__wrap {
  width:1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.article-b .article-body .a-sub-ttl {
  font-size: 2.4rem;
  font-size: 133.3%;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin: 50px 0 30px;
  padding: 0 0 0 15px;
  position: relative;
}

.article-b .article-body .a-sub-ttl:first-child {
  margin-top: 0;
}

.article-b .article-body .a-sub-ttl::before {
  content: "";
  display: block;
  width: 4px;
  height: calc(100% - 13px);
  background: #333;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.article-b .article-body .a-sub-ttl2 {
  font-size: 2.2rem;
  font-size: 122.2%;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin: 30px 0 15px;
}

.article-b .article-body .a-sub-ttl2:first-child {
  margin-top: 0;
}

.article-b .article-body .a-sub-ttl3 {
  font-size: 2.2rem;
  font-size: 122.2%;
  letter-spacing: 0.04em;
  line-height: 1.25;
  margin: 0 0 25px;
}

.article-b .article-body .a-col {
  margin: 60px 0;
}

.article-b .article-info {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.article-b .article-info a {
  text-decoration: underline;
}

.article-b .article-info .article-print {
  margin: 0 0 0 auto;
}


@media only screen and (max-width: 768px) {
 .article-main {
  width: 100%;
  padding-bottom: 30px;
  }
  .article-b .article-body__wrap {
    display: block;
    width:100%;
  }
 #excerpt .l_col{
  margin-bottom:20px;
  }
 #detail .flex{
   display:block;
   padding-top:0;
  }
  .article-side {
    width: 100%;
  }
  .article-side--nav {
    position: relative;
    top: 0;
  }
}
