@charset "utf-8";

#wrapper {
  background: #fff;
}
#mainArea #user-area {
	padding-bottom: 0;
}
body {
	color: #000;
}
#contentsinner{
  max-width:960px;
  margin:0 auto;
  font-size:14px;
  letter-spacing:0;
  line-height:1.5em;
}
#contentsAreaSection a {
  color: #222;
}
#contentsAreaSection a:hover {
  color: #333;
}
#contentsAreaSection #mainArea #user-area {
  width: 100%;
}
.desktop #headerAreaSection {
  font-size: 17px;
}
h3 {
	color: #3b3b3b;
	line-height: 1;
}
h4 {
	padding: 8px 0 7px 10px;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 20px;
}
#contentsAreaSection #contentsinner .projectRow,
#contentsAreaSection .projectRow {
	margin-top: -60px;
	padding-top: 60px;
	margin-bottom: 60px;
}
#contentsAreaSection #contentsinner .projectRow#document h4.subTitle {
  width: auto;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
  background: #023367;
  font-weight: normal;
}
#contentsAreaSection #contentsinner .projectRow h3.title span.attention {
	line-height: 25px;
}
#contentsAreaSection .documentSectionTitle {
	margin-top: 20px;
}
body[data-parent] #contentsAreaSection #mainArea #user-area .documentSectionTitle a,
body[data-parent] #contentsAreaSection #mainArea #user-area .asideArea .otherArticle .otherArticleSection .otherArticleSectionTitle.china a,
body[data-parent] #contentsAreaSection #mainArea #user-area .asideArea .otherArticle .otherArticleSection ul li p {
	font-size: 12px !important;
}
body[data-parent] #contentsAreaSection #mainArea #user-area .documentTitle {
	font-size: 22px !important;
	margin-bottom: 18px;
}
body[data-parent] #contentsAreaSection #mainArea #user-area .projectRow .document .documentNotes p {
	font-size: 16px !important;
}
body[data-parent] #contentsAreaSection #mainArea #user-area .editorName {
	font-size: 20px !important;
	margin: 0;
}
body[data-parent] #contentsAreaSection #mainArea #user-area .editorProfession {
	font-size: 13px !important;
}
body[data-parent] #contentsAreaSection #mainArea #user-area .editorProfile {
	font-size: 14px !important;
	margin: 0;
}
#contentsAreaSection blockquote {
  margin: 1em 40px;
}
#contentsAreaSection .asideArea {
	margin-top: 40px;
}
#contentsAreaSection .asideArea a {
  color: #003894;
  text-decoration: none;
}
.p-code20 #contentsAreaSection .asideArea {
	display: none;
}
.documentImage img:first-child {
	margin-right: 5px;
}
#contentsAreaSection #contentsinner .projectRow,
#contentsAreaSection .projectRow,
.documentBody p .documentNote,
.documentBody blockquote .documentNote {
  margin-top: -163px;
  padding-top: 163px;
}
iframe {
  max-width: 100%;
}


/*====================================================
  header
----------------------------------------------------*/
#contentsAreaSection #contentsinner .projectRow,
#contentsAreaSection .projectRow {
	margin-top: -80px;
	padding-top: 80px;
}
#common_header {
	height: auto;
}
#common_header #common_header_right {
	margin-right: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-item-align: auto;
	-ms-grid-row-align: auto;
	    align-self: auto;
}
@media (max-width: 768px) {
	#common_header #common_header_right {
		margin-top: 10px;
	}
}
#common_header #common_header_right #common_links {
	margin-top: 0
}
#common_header #common_header_right #change_lang {
	font-size: 81.25%;
	list-style-type: none;
	width: 71.938px;
	height: 19.531px;
	margin-left: 1.4615384615em;
	padding: 0.2307692308em 1.1538461538em 0.2307692308em;
	border: #ddd 1px solid;
	border-radius: 1px;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
	   transition-duration: .2s;
}
#common_header #common_header_right #change_lang:hover {
	background-color: #eaeaea
}
#common_header #common_header_right #change_lang ul {
	font-size: 16px;
}
#common_header #common_header_right #change_lang li {
	position: relative;
	width: 100%;
	margin: 0;
	text-align: left;
}
#common_header #common_header_right #change_lang li a {
	display: block;
	color: #333 !important;
	text-align: center;
}
#links_area, #common_header #site_links_sp {
	display: none;
}
#common_header {
	height: 45px !important;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}


/*====================================================
  footer
----------------------------------------------------*/
footer.footer-container {
  background: #023367;
  padding: 20px 0 10px;
}
footer.footer-container .footer-navi {
  margin-bottom: 10px;
}
footer.footer-container .footer-navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
footer.footer-container .footer-navi ul li.link-spf::before {
  content: "/";
  font-size: 12px;
  color: #ffffff;
}
footer.footer-container .footer-navi ul li a {
  color: white;
  padding: 10px;
  font-size: 12px;
}
footer.footer-container .footer-navi ul li a:hover {
  color: white;
  text-decoration: underline;
}
footer.footer-container .copyright {
  text-align: center;
  font-size: 10px;
  color: #cccccc;
}

/*====================================================
  プロジェクト
----------------------------------------------------*/
#contentsAreaSection .projectMainVisual {
  max-width: 966px;
  text-align: center;
  margin: 30px auto 0;
}
#contentsAreaOuter {
  max-width: 966px;
  margin-left: auto;
  margin-right: auto;
}
.p-code1 #contentsAreaSection .projectMainVisual {
  margin-bottom: 70px;
}
#contentsAreaSection .projectMainVisual.nomargin {
  margin-top: 0;
}
#contentsAreaSection .projectMainVisual img {
  width: auto;
  max-width: 90%;
  margin: 0 0 15px 0;
}
#contentsAreaSection .projectMainVisual.nomargin img {
  margin-bottom: 0;
}
#contentsAreaSection .projectMainVisual .anchorNavigation {
  width: 100%;
  background: #000;
  height: 50px;
  display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#contentsAreaSection .projectMainVisual .anchorNavigation li {
  vertical-align: middle;
  margin: 0 10px;
}
#contentsAreaSection .projectMainVisual .anchorNavigation li a {
  padding: 6px;
  line-height: 1;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#contentsAreaSection .projectMainVisual .anchorNavigation li.language a {
  display: inline-block;
  min-width: 100px;
  border: 1px solid #fff;
  border-radius: 5px;
}

#contentsAreaSection .projectRow {
  margin-top: -160px;
  padding-top: 160px;
  margin-bottom: 160px;
}

#contentsAreaSection .projectRow:after {
  content: '';
  display: block;
  clear: both;
}
#contentsAreaSection .projectRow .col .colAnchor {
  position: absolute;
  top: -160px;
  left: 0;
}
#contentsAreaSection .projectRow.col2 .col {
  position: relative;
  float: left;
  border: 3px solid #aaa;
  width: 399px;
  min-height: 310px;
  padding: 30px;
}
#contentsAreaSection .projectRow.col2 .col.right {
  margin: 0 0 0 30px;
}
#contentsAreaSection .projectRow.col2.noborder .col {
  border: none;
  padding: 0;
  width: 48%;
}
#contentsAreaSection .projectRow.col2 .col.right {
  margin: 0 0 0 4%;
}
#contentsAreaSection .projectRow.col2.autoheight .col {
  height: auto;
  min-height: 0;
}

#contentsAreaSection .projectRow > img {
  width: auto;
  max-width: 100%;
  margin: 10px 0 40px;
}

#contentsAreaSection #contentsinner .projectRow h3.title {
  text-align: center;
  font-size: 25px;
  border-bottom: none;
  margin-bottom: 5px;
  letter-spacing: 1px;
  background: none !important;
  padding: 0;
  font-weight: bold;
}
#contentsAreaSection #contentsinner .projectRow h4.subTitle {
  width: auto;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
  background: #023367;
  font-weight: normal;
}
#contentsAreaSection .projectRow .text {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.5px;
}

#contentsAreaSection #contentsinner .projectRow#member h3.title,
#contentsAreaSection #contentsinner .projectRow#panelDiscussion h3.title {
  margin-bottom: 15px;
}
#contentsAreaSection .projectRow#member .memberList {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 20px;
  letter-spacing: -.4em;
}
#contentsAreaSection .projectRow#member .memberList.alignleft {
  text-align: left;
}
#contentsAreaSection .projectRow#member .memberList li {
  text-align: center;
  display: inline-block;
  padding: 10px;
  width: 268px;
  border: 1px solid #BBBBBB;
  margin: 0 5px 15px;
  letter-spacing: normal;
}
#contentsAreaSection .projectRow#member .memberList li.leader {
  width: 350px;
}
#contentsAreaSection .projectRow#member .memberList li .name {
  font-size: 18px;
  font-weight: bold;
  margin: 8px 0 0;
}
#contentsAreaSection .projectRow#member .memberList li .memberTitle {
  display: table-cell;
  height: 50px;
  vertical-align: middle;
  width: 500px;
  font-size: 13px;
}

#contentsAreaSection .projectRow#document .title {
  margin-bottom: 10px;
}
#contentsAreaSection .pageTitle {
  margin-bottom: 20px;
  padding: 8px 0 7px 10px;
  height: 40px;
  line-height: 41px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #023367;
  background: #EFEFEF;
}
#contentsAreaSection .pageTitle .attention {
  text-align: center;
  font-size: 12px;
  font-weight: normal;
}

#contentsAreaSection .projectRow#document .subTitle {
  background: #023367;
}
#contentsAreaSection .projectRow#document .subTitle.seriesTitle {
  height: 40px;
  line-height: 41px;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
#contentsAreaSection .projectRow#document .attention {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
}

#contentsAreaSection .projectRow .comingsoon {
  margin: 30px 0;
  text-align: center;
  line-height: 110px;
  background: #eee;
  font-size: 18px;
}

/* 一覧 */
#contentsAreaSection .projectRow#document .documentList {
  margin: 0 auto;
}
#contentsAreaSection .projectRow#document .documentList .documentItem {
  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;
  margin-bottom: 0;
  padding: 20px 10px;
  border-bottom: 1px solid #bbb;
}
#contentsAreaSection .projectRow#document .documentList .documentItem:first-child {
  padding: 0 10px 20px;
}
#contentsAreaSection .projectRow#document .documentList .documentItem:last-child {
  border-bottom: none;
}
#contentsAreaSection .projectRow#document .documentList .documentItem .documentTitle {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.7;
}
#contentsAreaSection .projectRow#panelDiscussion p.text {
  margin-bottom: 20px;
}
#contentsAreaSection .projectRow#document .documentList .documentItem .documentAuthor {
  font-size: 16px;
  font-weight: bold;
}
#contentsAreaSection .projectRow#panelDiscussion a.documentReadMore,
#contentsAreaSection .projectRow#document .documentList .documentItem .documentReadMore {
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}

/* 日付パーツ */
#contentsAreaSection .projectRow#document .documentHead {
  display: block;
  margin-bottom: 10px;
}
#contentsAreaSection .projectRow#document .documentHead:after {
  content: '';
  display: block;
  clear: both;
}
#contentsAreaSection .projectRow#document .documentHead .tag {
  float: left;
  background: #023367;
  color: #fff;
  width: auto;
  height: 22px;
  padding: 0 15px;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  line-height: 23px;
}
#contentsAreaSection .projectRow#document .documentHead .date {
  float: right;
  height: 20px;
  font-size: 14px;
  line-height: 22px;
}

/* 記事詳細 */
#contentsAreaSection .documentSectionTitle {
  position: relative;
  display: block;
  max-width: 760px;
  margin: 15px auto 15px;
  padding: 5px 100px 5px 15px;
  background: #f7f7f7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#contentsAreaSection .documentSectionTitle h2 {
  line-height: 1.4;
  font-size: 14px;
  color: #023567;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font-weight: bold;
}
#contentsAreaSection .documentSectionTitle a {
  position: absolute;
  top: 8px;
  right: 20px;
  line-height: 1;
  color: #023567;
  font-size: 12px;
  text-decoration: underline;
}
#contentsAreaSection .documentSectionTitle a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0 0;
  width: 10px;
  height: 10px;
  background-size: 10px;
  background-image: url(../images/iconHomeBlue@2x.png);
}
.documentSectionTitle a:hover {
  opacity: .8;
}

#contentsAreaSection .projectRow .document {
  max-width: 760px;
  margin: 0 auto;
}
#contentsAreaSection .projectRow#document .document > .documentHead {
  margin-bottom: 20px;
  padding: 0 20px;
}
#contentsAreaSection .projectRow .document .documentTitle {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 0 20px;
  line-height: 1.7;
}
#contentsAreaSection .projectRow .document .documentAuthor {
  text-align: right;
  margin-bottom: 20px;
  padding: 0 20px;
  font-size: 14px;
}
#contentsAreaSection .projectRow .document .documentBody {
  padding: 20px;
  border-top: 1px solid #f0f0f0;
  font-size: 16px;
}
#contentsAreaSection .projectRow .document .documentBody p {
  line-height: 1.8;
  margin: 0 0 15px 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
#contentsAreaSection .projectRow .document .note {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1px;
}
#contentsAreaSection .projectRow .document .note:before {
  content: '[';
}
#contentsAreaSection .projectRow .document .note:after {
  content: ']';
}
#contentsAreaSection .projectRow .document .documentNotes {
  line-height: 1.8;
  background: #f7f7f7;
  padding: 15px 20px;
}
#contentsAreaSection .projectRow .document .documentNotes p {
  margin-top: -160px;
  padding-top: 160px;
  margin-bottom: 5px;
  font-size: 16px;
  word-break: break-all;
}
#contentsAreaSection .projectRow .document .documentAttachFile {
  margin: 20px 0 0 0;
  padding: 0 20px;
}
#contentsAreaSection .projectRow .document .documentAttachFile ul {
  padding: 0 0 0 20px;
}
#contentsAreaSection .projectRow .document .documentAttachFile ul li {
  list-style-type: circle;
  font-size: 16px;
}

/* 関連コンテンツ */
#contentsAreaSection .asideArea {
  max-width: 760px;
  margin: 100px auto 100px;
}
#contentsAreaSection .asideArea .sns {
  display: block;
  margin: 20px 0 25px;
}
#contentsAreaSection .asideArea .sns ul {
  text-align: center;
  letter-spacing: -.4em;
}
#contentsAreaSection .asideArea .sns ul li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  margin: 0 4px 8px;
}

#contentsAreaSection .asideArea .otherArticle {
  display: block;
}
#contentsAreaSection .asideArea .otherArticle .otherArticleSection {
  display: block;
}
#contentsAreaSection .asideArea .otherArticle .otherArticleSection .otherArticleSectionTitle {
  position: relative;
  display: block;
  background: #023467;
  padding: 5px 100px 5px 20px;
}
#contentsAreaSection .asideArea .otherArticle .otherArticleSection .otherArticleSectionTitle.china {
  background: #C35900;
}
#contentsAreaSection .asideArea .otherArticle .otherArticleSection .otherArticleSectionTitle h2 {
  line-height: 1.4;
  font-size: 14px;
  color: #fff;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#contentsAreaSection .asideArea .otherArticle .otherArticleSection .otherArticleSectionTitle a {
  position: absolute;
  top: 8px;
  right: 20px;
  line-height: 1;
  color: #fff;
  font-size: 12px;
  text-decoration: underline;
}
#contentsAreaSection .asideArea .otherArticle .otherArticleSection .otherArticleSectionTitle a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0 0;
  width: 10px;
  height: 10px;
  background-size: 10px;
  background-image: url(../images/iconHomeWhite@2x.png);
}
#contentsAreaSection .asideArea .otherArticle .otherArticleSection .otherArticleSectionTitle a:hover {
  opacity: .8;
}
#contentsAreaSection .asideArea .otherArticle .otherArticleSection ul {
  list-style-type: none;
}
#contentsAreaSection .asideArea .otherArticle .otherArticleSection ul li {
  padding: 15px 20px;
  border-bottom: 1px solid #EDEDED;
}
#contentsAreaSection .asideArea .otherArticle .otherArticleSection ul li:last-child {
  border-bottom: none;
}

#contentsAreaSection .asideArea .otherArticle .otherArticleSection ul li h3 {
  display: block;
  padding: 0;
  margin: 0 0 5px 0;
  border: none;
  line-height: 1.4;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: normal;
  background: none !important;
}
#contentsAreaSection .asideArea .otherArticle .otherArticleSection ul li h3 a {
  color: #023567;
  text-decoration: underline;
}
#contentsAreaSection .asideArea .otherArticle .otherArticleSection ul li h3 a:hover {
  opacity: .8;
}
#contentsAreaSection .asideArea .otherArticle .otherArticleSection ul li p {
  font-size: 12px;
}
#contentsAreaSection .asideArea .otherArticle .otherArticleSection ul li .author {
  color: #4b4b4b;
}
#contentsAreaSection .asideArea .otherArticle .otherArticleSection ul li .date {
  color: #818181;
}

/* 記事内画像 */
#contentsAreaSection div.documentImage {
  display: block;
  margin: 0 0 20px 0;
}
#contentsAreaSection div.documentImage:after {
  content: '';
  display: block;
  clear: both;
}
#contentsAreaSection div.documentImage img {
  max-width: 100%;
}
#contentsAreaSection div.documentImage .left {
  float: left;
}
#contentsAreaSection div.documentImage .right {
  float: right;
}
#contentsAreaSection img.mr20 {
  margin-right: 20px;
}
#contentsAreaSection img.ml20 {
  margin-left: 20px;
}

/* 記事内文章 */
#contentsAreaSection blockquote {
  line-height:1.8;
}
#contentsAreaSection .asterisk {
  text-align: center;
}