@charset "UTF-8";


/* ===================================================================
CSS information
=================================================================== */


/*--------------------------------------------------------------------

共通要素

--------------------------------------------------------------------*/

* {
	-webkit-appearance: none;
	-moz-box-sizing: border-box;
}

html {
	overflow-y: scroll;
}

body {
	background: none repeat scroll 0 0 #fff;
	color: #333;
	font-family: 'Hiragino Kaku Gothic ProN','Hiragino Mincho ProN',Helvetica,sans-serif;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
	font-size: 14px;
	line-height: 1.4; 
	margin: 0 auto 0 auto;
	max-width: 1280px; 
	width: 100%;
	overflow-y: visible;
	width: 100%;
}

#contentsArea {
	padding: 44px 0 ;
	width: 100%;
	background: #fff;
}
	
img {
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}

.inner {
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
	position: relative;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix		 { zoom: 1; } /* IE6 */
*: first-child+html .clearfix { zoom: 1; } /* IE7 */


img.exclusivePcImg {
	display: block;
}
img.exclusiveSpImg {
	display: none;
}

br.pc {
	display: block;
}
br.sp {
	display: none;
}

.fadein {
	opacity: 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(30px);
}
.fadeinActive {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}


/*
spMsg
--------------------------------------------------------------------*/
section#spMsg {
	border-bottom: 30px solid #fff;
	padding: 1px 0;
	background: #000;
	text-align: center;
	line-height: 1;
	font-size: 14px;
	color: #fff;
}
section#spMsg a,
section#spMsg a:active,
section#spMsg a:visited {
	text-decoration: underline;
	color: #fff;
}
section#spMsg a:hover {
	text-decoration: none;
	color: #fff;
}
section#spMsg span {
	position: relative;
	top: -2px;
	background: red;
	margin: 0 10px 0 0;
	padding: 3px 5px;
	font-size: 9px;
	font-weight: bold;
}


/*
header
--------------------------------------------------------------------*/
header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9999;
	height: 65px;
	text-align: left;
	background: #fff;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
}
header.en {
	text-align: center;
}
header .inner h1 {
	margin: 10px 0 0;
	padding: 0;
	position: absolute;
	top: 0px;
	left: 0;
}
header .inner .btnEnglish {
	margin: 21px 0 0;
	padding: 0;
	position: absolute;
	top: 0px;
	right: 0;
}
header .inner .btnEnglish a {
	margin: 0 0 0 6px;
}
header .inner nav#headMenu {
	display: inline-block;
	margin: 0;
	padding: 19px 0 20px 120px;
}
header .inner nav#headMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
header .inner nav#headMenu ul.enzh {
	margin-top: 3px;
}
header .inner nav#headMenu ul li {
	display: inline;
	margin: 0 10px;
}
header .inner nav#headMenuR {
	display: inline-block;
	margin: 0;
	padding: 20px 0 20px 120px;
	text-align: right;
	position: absolute;
	top: 0;
	right: 90px;
}
header .inner nav#headMenuR ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
header .inner nav#headMenuR ul li {
	display: inline;
	margin: 0 4px;
}
header a,
header a:visited {
	outline: none;
	text-decoration: none;
	color: #c7c7c7;
}
header a:hover,
header a:active {
	text-decoration: underline;
	color: #c7c7c7;
}
header.en .inner nav#headMenu {
	position: relative;
	top: 3px;
	left: -60px;
	text-align: center;
}
header.en .inner nav#headMenu li {
	margin: 0 20px;
}
header.en a,
header.en a:visited {
	outline: none;
	text-decoration: none;
	color: #000;
}
header.en a:hover,
header.en a:active {
	text-decoration: underline;
	color: #000;
}	



/*
footer
--------------------------------------------------------------------*/
footer {
	text-align: center;
	color: #000;
	border-top: 1px solid #9ba3a3;
}

footer .localgov_bnr {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	padding: 80px 0 50px;
}
footer .localgov_bnr a {
	display: inline-block;
	width: 31.5%;
	margin: 0 8px;
}
footer .localgov_bnr .spacer {
	display: inline-block;
	width: 31.5%;
	margin: 0 8px;
}
footer .localgov_bnr a img {
	width: 100%;
	margin-bottom: 20px;
}

footer #footerPageTop {
	background: #DAE1E1;
	display: block;
	padding: 10px 0 20px;
	margin-bottom: 20px;
}
footer nav#footerMainMenu {
	padding: 10px 0;
}
footer nav#footerMainMenu ul {
	margin: 15px 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
	font-size: 12px;
	letter-spacing: 2px;
}
footer nav#footerMainMenu ul li {
	display: inline;
	margin: 0 10px;
}
footer nav#footerSubMenu ul {
	margin: 15px 0 0;
	padding: 0;
	list-style: none;
	font-size: 0.9em;
	text-align: center;
}
footer nav#footerSubMenu ul li {
	display: inline;
	margin: 0 15px;
	font-size: 10px;
	letter-spacing: 2px;
}
footer #pms {
	position: absolute;
	top: 5px;
	right: 200px;
}
footer #npojop {
	position: absolute;
	top: 13px;
	right: 295px;
}
footer #te2025 {
	position: absolute;
	top: 10px;
	right: 0px;
}
footer #te2025 img{
	width: 90%;
}
footer #copyright {
	padding: 10px 0;
	font-size: 10px;
	line-height: 1.4em;
	letter-spacing: 1px;
}

footer a,
footer a:visited {
	outline: none;
	text-decoration: none;
	color: #000;
}
footer a:hover,
footer a:active {
	text-decoration: underline;
	color: #000;
}


/*
トップページ
--------------------------------------------------------------------*/


/*
トップビジュアルエリア
---------------------------*/
#topVisual {
	background: #ffffff;
	height: 680px;
}
#topVisual .pickupWorks {
	box-sizing: border-box;
	height: 55px;
	background: #000;
	padding: 18px 0 0 0;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#topVisual .pickupWorks a,
#topVisual .pickupWorks a:visited {
	background: url(../images/icon_picupWorks.png) no-repeat 0 10px;
	outline: none;
	text-decoration: none;
	color: #fff;
	padding: 13px 0 10px 115px;
	font-size: 12px;
	letter-spacing: 2px;
}
#topVisual .pickupWorks a:hover,
#topVisual .pickupWorks a:active {
	text-decoration: underline;
	color: #fff;
}
#slide {
	width: 100%;
	height: 680px;
	margin: 0 auto;
	position: relative;
}
.slideImage {
	width: 100%;
	height: 680px;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}
#topVisualBtn {
	text-align: center;
	border-top: 1px solid #ddd;
	padding: 5px 0 50px;
}
#topVisualBtn ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#topVisualBtn ul li {
	display: inline;
}


/* ボタン（詳細系）
-------------------------------- */
.btnDetail {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80%;
	max-width: 480px;
	height: 48px;
	border-radius: 100px;
	margin: 0 auto;
	background: #2b2f3a url(../images/top_ourservices/icon-btndetail.svg) no-repeat right center;
	background-size: 26px 46px;
	box-shadow: 0 1px 0px #ffffff;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	letter-spacing: 2px;
	font-size: 1.2rem;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
	font-feature-settings: "palt";
}
.btnDetail-l2 {
	height: 48px;
	padding-top: 0;
	line-height: 1;
}
.btnDetail::before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 100px;
	background: #515970;
	box-shadow: inset 0 2px 0px #2b2f3a;
	z-index: -1;
	transition: opacity 0.3s linear;
	opacity: 0;
}
.btnDetail:hover::before {
	opacity: 1;
}
.btnDetail-c2::before {
	box-shadow: 0 2px 0px #1f0a21;
	background: rgb(221,225,232);
	background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(221,225,232,1) 100%);
	text-shadow: 0px 0px 2px #fff;
	color: #412543;
}
.btnDetail + .btnDetail {
	margin-top: 24px;
}
.btnDetail-w {
	width: 70%;
	max-width: unset;
}


/*
トップ・ニュース
---------------------------*/
#topNews {
	background: #ffffff;
	padding: 0 0 80px;
}
#topNews .inner {
	width: 100%;
	max-width: 960px;
	min-width: unset;
	position: relative;
}
#topNews .inner h2 {
	padding-bottom: 30px;
	text-align: center;
	font-size: 1.8rem;
	color: #000;
}

#topNews dl#topNewsList {
	margin: 0 auto 60px;
}
#topNews dl#topNewsList dt {
	padding: 20px 0 5px;
	letter-spacing: 1px;
	font-weight: bold;
}
#topNews dl#topNewsList dd {
	border-bottom: 1px solid #cfcfcf;
	margin: 0;
	padding: 0 0 20px;
	line-height: 1.8em;
	font-size: 1.1rem;
}
#topNews dl#topNewsList dd:last-of-type {
	border-bottom: 0;
}
	
#topNews dd a,
#topNews dd a:visited {
	outline: none;
	text-decoration: underline dotted;
	text-decoration-color: #ccc;
	-webkit-text-decoration-color: #ccc;
	text-underline-offset: 5px;
	color: #333;
}
#topNews dd a:hover,
#topNews dd a:active {
	text-decoration: underline;
	color: #000;
}


/*
トップ・運営メディア
---------------------------*/
#topOurMedia {
	padding: 40px 0 80px;
	background: #ebecf0;
}
#topOurMedia .inner {
	position: relative;
}
#topOurMedia h2 {
	padding-bottom: 30px;
	text-align: center;
	font-size: 1.8rem;
	color: #000;
}
#topOurMedia .snsaccounts {
	display: none;
}
#topOurMedia .iconSlideFrame {
	width: 910px
}
#topOurMedia ul#topOurMediaList {
	margin: 0;
	padding: 0;
	list-style: none;
}
#topOurMedia ul#topOurMediaList li {
	display: inline;
}
#topOurMedia .btnArea {
	text-align: center;
}
#topOurMedia .btnArea img.prevPage {
	position: absolute;
	top: 150px;
	left: 70px;
	cursor: pointer;
}
#topOurMedia .btnArea img.nextPage {
	position: absolute;
	top: 150px;
	right: 70px;
	cursor: pointer;
}
#topOurMedia .btnArea img.disabled {
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
	cursor: default;
}
.iconSlideFrame {
	width: 770px;
	height: 201px;
	margin: 0px auto;
	overflow: hidden;
}
.iconSlideFrame ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
}
.iconSlideFrame ul li {
	float: left;
	width: 180px;
	height: 100%;
	margin: 0 1px 0 0;
	padding: 0;
	text-align: center;
	cursor: pointer;
}
#topOurMedia p {
	margin-bottom: 60px;
	text-align: center;
	font-size: 1.1rem;
	color: #000;
}


/*
トップ・実績紹介
---------------------------*/
#topOurWorks {
	padding: 60px 0 100px;
	background: #ebecf0;
}
#topOurWorks .inner {
	width: 100%;
	max-width: 960px;
	min-width: unset;
	position: relative;
}
#topOurWorks h2 {
	padding-bottom: 30px;
	text-align: center;
	font-size: 1.8rem;
	color: #000;
}

#topOurWorks dl#topOurWorksList {
	margin: 0 auto 60px;
}
#topOurWorks dl#topOurWorksList dt {
	padding: 20px 0 5px;
	letter-spacing: 1px;
	font-weight: bold;
}
#topOurWorks dl#topOurWorksList dt img {
	padding-right: 10px;
}
#topOurWorks dl#topOurWorksList dd {
	border-bottom: 1px solid #cfcfcf;
	margin: 0;
	padding: 0 0 20px;
	line-height: 1.8em;
	font-size: 1.1rem;
}
#topOurWorks dl#topOurWorksList dd:last-of-type {
	border-bottom: 0;
}
	
#topOurWorks dd a,
#topOurWorks dd a:visited {
	outline: none;
	text-decoration: underline dotted;
	text-decoration-color: #ccc;
	-webkit-text-decoration-color: #ccc;
	text-underline-offset: 5px;
	color: #333;
}
#topOurWorks dd a:hover,
#topOurWorks dd a:active {
	text-decoration: underline;
	color: #000;
}


/* トップ・取引先ロゴ
-------------------------------------- */
#topAccounts {
	background: #fff;
	padding: 60px 0;
	text-align: center;
}
#topAccounts h3 {
	font-size: 20px;
	line-height: 30px;
	margin: 0 auto 50px;
	letter-spacing: 10px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #595959;
}
#topAccounts .topAccountsList {
	max-width: 1280px;
	margin: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap ;
	align-items: flex-start;
}
#topAccounts .topAccountsList img {
	margin: 15px;
}


/*
トップ・お客様の声
---------------------------*/
#topVoices {
	padding: 60px 0 80px;
	background: #ebecf0;
	color: #000;
}
#topVoices .inner {
	width: 100%;
	max-width: 960px;
	min-width: unset;
	position: relative;
}
#topVoices h2 {
	padding-bottom: 30px;
	line-height: 1.2;
	text-align: center;
	font-size: 1.8rem;
}
#topVoices h2 span {
	font-size: 1.2rem;
}
#topVoices p {
	margin-bottom: 60px;
	line-height: 1.8;
	text-align: center;
	font-size: 1.1rem;
}
#topVoices picture img {
	margin-bottom: 60px;
}


/*
トップ・地域創生
---------------------------*/
#topLocalgov {
	padding: 40px 0 60px;
	background: #fff;
	color: #000;
}
#topLocalgov h2 {
	margin: 0 auto 20px;
	text-align: center;
	line-height: 1.2;
	font-size: 3.2rem;
	color: #2d303f;
}
#topLocalgov h2 span {
	text-align: center;
	font-size: 1.4rem;
	color: #2d303f;
}
#topLocalgov h3 {
	margin: 0 auto 40px;
	padding: 0;
	text-align: center;
	font-size: 1.6rem;
	color: #2d303f;
}
#topLocalgov .pic {
	width: 100%;
	height: 422px;
	margin-bottom: 60px; 
	background: url(../images/top_ourservices/pic-localgov-bg.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
}
#topLocalgov .inner {
	width: 100%;
	max-width: 960px;
	min-width: unset;
	position: relative;
}
#topLocalgov p {
	margin-bottom: 60px;
	line-height: 1.8;
	text-align: left;
	font-size: 1.1rem;
}
#topLocalgov .btnDetail {
	width: 60%;
	max-width: unset;
}

#topBusinessCustomers {
	max-width: 960px;
	border-radius: 10px;
	box-shadow: 0 0 10px #aaa;
	margin: 80px auto 20px;
	padding: 40px 40px 48px;
}
#topBusinessCustomers h4 {
	margin: 0 auto 24px;
	text-align: center;
	font-size: 1.8rem;
	color: #2d303f;
}
#topLocalgov #topBusinessCustomers p {
	margin-bottom: 24px;
	text-align: center;
}
#topLocalgov #topBusinessCustomers .btnDetail {
	width: 80%;
	max-width: unset;
}


/*
トップ・問い合わせボタン
---------------------------*/
#topInquiry {
	margin: 0 auto 80px;
	padding: 0;
}
#topInquiry .btnDetail {
	height: 84px;
	background-size: 39px 69px;
	letter-spacing: 3px;
	font-size: 1.8rem;
	font-weight: 900;
}


/*
ギャラリー
---------------------------*/
#top_gallery {
	background: url(../images/top_gallery_bg.jpg) #000 top center;
	padding: 60px 0;
}
#top_gallery .inner h2 {
	text-align: center;
}


/*
東京カメラ部 地域支援プロジェクト
---------------------------*/
#localgov {
	background: url(../images/localgov_bg.jpg) #000 top center;
	height: 457px;
}
#localgov .inner {
	position: relative;
}
#localgov .inner h2 {
	position: absolute;
	top: 65px;
	left: 50px;
}
#localgov .inner .localgovBt {
	position: absolute;
	top: 190px;
	right: 50px;
}


/*
ナイトタイムエコノミー
---------------------------*/
#night-time-economy {
	background: url(../images/night-time-economy_bg.jpg) #000 top center;
	height: 381px;
	border-top: #fff solid 20px;
}
#night-time-economy .inner{
	position: relative;
	text-align: center;
}
#night-time-economy .inner h2{
	margin: 0;
	padding-top: 30px;
}
#night-time-economy .pc{
	display: block;
}
#night-time-economy .sp{
	display: none;
}


/*
東京カメラ部 フォトコンテスト実績紹介
---------------------------*/
#pclp {
	background:url(../images/pc_bg.jpg) #000 top center;
	height: 380px;
	border-top: #fff solid 20px;
	border-bottom: #afb0b2 solid 1px;
}
#pclp .inner {
	position: relative;
}
#pclp .inner .pclpBt {
	position: absolute;
	top: 148px;
	left: 322px;
}



/*
実績紹介
--------------------------------------------------------------------*/
#worksVisual {
	background: url(../images/visual_works.jpg) no-repeat center ;
	height: 249px;
	margin: 0px;
	padding: 0;
}
#worksVisual h2 {
	text-align: center;
	padding: 90px 0 0;
	margin: 0;
}

#worksMenu {
	padding: 50px 0 0;
}
#worksMenu .inner {
	width: 968px;
	min-width: 968px;
}
#worksMenu ul {
	margin: 0px;
	padding: 0px;
}
#worksMenu ul li {
	text-align: center;
	box-sizing: border-box;
	background: #FFF;
	display: inline-block;
	width: 157px;
	height: 56px;
	border: #818686 1px solid;
	border-bottom: none;	
	border-radius: 5px 5px 0px 0px;
	-webkit-border-top-left-radius: 5px;  
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;  
	-moz-border-radius-topright: 5px;
	font-size: 20px;
	font-weight: bold;
	z-index: 999;
	padding: 16px 0 0;
	margin-right: 0px;
}
#worksMenu ul li.last {
	margin-right: 0px;
}
#worksMenu ul a li {
	height: 56px;
	border: #D9D9D9 2px solid;
	border-bottom: none;
	color: #D9D9D9;
}
#worksMenu ul a li:hover {
	background: #B3DBE9;
	color: #fff;
}

#worksCategoryTitle {
	padding: 50px 0;
	text-align: center;
	font-size: 28px;
}

#worksContents {
	border-top: #818686 1px solid;
	margin-top: -1px;
}

#worksContents #worksSubMenu {
	padding: 30px 0 0;
}
#worksContents #worksSubMenu ul {
	margin: 0;
	padding: 0;
}
#worksContents #worksSubMenu ul li {
	background: url(../images/icon_arrow_s.png) no-repeat #000 11px 11px;
	box-sizing: border-box;
	width: 236px;
	height: 35px;
	list-style: none;
	display: inline-block;
	padding: 8px 0 0 30px;
	color: #fff;
	margin-right: 2px;
	margin-bottom: 6px;
}
#worksContents #worksSubMenu ul li.last {
	margin-right: 0px;
}
#worksContents #worksSubMenu ul a li {
	background: url(../images/icon_arrow_s.png) no-repeat #D8D8D8 11px 11px;
}
#worksContents #worksSubMenu ul a li:hover {
	background: url(../images/icon_arrow_s.png) no-repeat #000 11px 11px;
}

#worksContents .inner {
	width: 968px;
	min-width: 968px;
}

#worksContents #worksList {
	margin: 0 0px;
	padding: 30px 0 100px;
}
#worksContents #worksList dt {
	float: left;
	clear: left;
	padding: 10px 0;
	color: #8F8F8F;
}
#worksContents #worksList dt img {
	margin-right: 10px;
	vertical-align: middle;
}

#worksContents #worksList dd {
	padding: 10px 0 10px 0;
	margin-left: 220px;
}
#worksContents #worksList a,
#worksContents #worksList a:visited {
	outline: none;
	text-decoration: none;
	color: #000;
}
#worksContents #worksList a:hover,
#worksContents #worksList a:active {
	text-decoration: underline;
	color: #000;
}

#worksContents article.worksEntry {
	padding: 30px 0 0;
}

#worksContents article.worksEntry h3 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 40px;
}

#worksContents article.worksEntry .worksImage {
	text-align: center;
	background: #EDF2F2;
	padding: 10px;
}
#worksContents article.worksEntry .worksImage img {
	width: 100%;
	height: auto;
}
#worksContents article.worksEntry .worksInfo {
}
#worksContents article.worksEntry .worksInfo dt {
	float: left;
	clear: left;
	padding: 10px 0 0px 0px;
	color: #8F8F8F;
}
#worksContents article.worksEntry .worksInfo dd {
	padding: 10px 0 0px 0;
	margin-left: 100px;
}
#worksContents article.worksEntry .btn_returnList {
	text-align: center;
	padding: 50px 0 100px;
}

#worksContents article.worksEntry .worksComment {
	padding: 10px 0 0px 0px;
	line-height: 26px;
}


/*
運営メディア
--------------------------------------------------------------------*/
#mediaVisual {
	background: url(../images/visual_media.jpg) no-repeat center ;
	height: 249px;
	margin: 0px;
	padding: 0;
}
#mediaVisual h2 {
	text-align: center;
	padding: 90px 0 0;
	margin: 0;
}

#mediaMenu {
	padding: 50px 0 0;
}
#mediaMenu .inner {
	width: 968px;
	min-width: 968px;
}
#mediaMenu ul {
	margin: 0px;
	padding: 0px;
}
#mediaMenu ul li {
	text-align: center;
	box-sizing: border-box;
	background: #FFF;
	display: inline-block;
	width: 220px;
	height: 61px;
	border: #818686 1px solid;
	border-bottom: none;	
	border-radius: 5px 5px 0px 0px;
	-webkit-border-top-left-radius: 5px;  
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;  
	-moz-border-radius-topright: 5px;
	font-size: 20px;
	font-weight: bold;
	z-index: 999;
	padding: 16px 0 0;
	margin-right: 0px;
	line-height: normal;
	overflow: hidden;
	margin-bottom: -5px;
	font-weight: 700;
	font-family: 'Noto Sans JP', sans-serif;
}
#mediaMenu ul li.twolines {
	padding: 8px 0 0;
	margin-right: 0px;
}
#mediaMenu ul li.twolines br.sp {
	display: none;
}
#mediaMenu ul li span {
	display: block;
	font-size: 12px;
}
#mediaMenu ul li.last {
	margin-right: 0px;
}
#mediaMenu ul a li {
	height: 60px;
	border: #D9D9D9 2px solid;
	border-bottom: none;
	color: #b2b2b2;
	margin-bottom: -4px;
}
#mediaMenu ul a li:hover {
	background: #B3DBE9;
	color: #fff;
}

#mediaContents {
	border-top: #818686 1px solid;
	margin-top: -1px;
}
#mediaContents .pageAbout {
	margin: 80px 0 10px;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	font-family: 'Noto Sans JP', sans-serif;
}
#mediaContents br.sp {
	display: none;
}
#mediaContents #mediaList {
	margin: 0;
	padding: 0 0 100px;
}
#mediaContents #mediaList .attention {
	text-align: right;
	padding: 10px 0 0 0;
	margin-bottom: -20px;
}
	
#mediaContents #mediaList article {
	border-bottom: 1px dotted #8A8A8A;
	padding: 80px 0 50px;
}
#mediaContents #mediaList article.last {
	border-bottom: none;
	padding: 80px 0 0px;
}
#mediaContents #mediaList article .inner {
	width: 968px;
	min-width: 968px;
}
#mediaContents #mediaList article img.mediaIcon {
	float: left;
}
#mediaContents #mediaList article h3 {
	margin: 0 0 0 200px;
	font-size: 24px;
	font-weight: 700;
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom: 20px;
}
#mediaContents #mediaList article h3.zh {
	font-family: 'Noto Sans SC', sans-serif;
}
#mediaContents #mediaList article h3 .btn_detail {
	display: inline-block;
	vertical-align: -15%;
	margin-right: 10px;
}
#mediaContents #mediaList article p {
	margin: 0 0 0 200px;
	margin-bottom: 15px;
	font-size: 16px;
}
#mediaContents #mediaList article dl {
	margin: 0 0 0 200px;
	font-size: 12px;
}
#mediaContents #mediaList article dt {
	float: left;
	padding: 0px;
	color: #8F8F8F;
}
#mediaContents #mediaList article dd {
	padding: 0 0 5px 0;
	margin-left: 80px;
}
#mediaContents #mediaList article a,
#mediaContents #mediaList article a:visited {
	outline: none;
	text-decoration: underline;
	color: #000;
}
#mediaContents #mediaList article a:hover,
#mediaContents #mediaList article a:active {
	text-decoration: none;
	color: #000;
}

#mediaContents .inner {
	width: 968px;
	min-width: 968px;
}

#mediaContents article.mediaEntry {
	padding: 30px 0 0;
}
#mediaContents article.mediaEntry h3 {
	font-size: 28px;
	margin-bottom: 10px;
}
#mediaContents article.mediaEntry .mediaImage {
	text-align: center;
	background: #EDF2F2;
	padding: 10px 0;
}
#mediaContents article.mediaEntry .mediaInfo {
	margin-bottom: 50px;
}
#mediaContents article.mediaEntry .mediaInfo dt {
	float: left;
	clear: left;
	padding: 10px 0 0px 0px;
	color: #8F8F8F;
}
#mediaContents article.mediaEntry .mediaInfo dd {
	padding: 10px 0 0px 0;
	margin-left: 100px;
}
#mediaContents article.mediaEntry .btn_returnList {
	text-align: center;
	padding: 50px 0 100px;
}
#mediaContents article.mediaEntry .mediaComment {
	padding: 0px;
	line-height: 26px;
}
#mediaContents article.mediaEntry a,
#mediaContents article.mediaEntry a:visited {
	outline: none;
	text-decoration: underline;
	color: #000;
}
#mediaContents article.mediaEntry a:hover,
#mediaContents article.mediaEntry a:active {
	text-decoration: none;
	color: #000;
}

#mediaContents h4 {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#mediaContents ul {
	margin: 0;
	padding: 0 0 0 15px;
}
#mediaContents ul li {
	line-height: 26px;
	font-size: 14px;
}
#mediaContents .attention {
	font-size: 12px;
	color: #666666;
}




/*
ニュース
--------------------------------------------------------------------*/



#newsVisual {
	background: url(../images/visual_etc.png) repeat-x;
	height: 100px;
	margin: 0px;
	padding: 0;
}
#newsVisual h2 {
	text-align: center;
	padding: 65px 0 0;
	margin: 0;
}




#newsMenu {
	padding: 50px 0 0;
}
#newsMenu .inner {
	width: 968px;
	min-width: 968px;
}
#newsMenu ul {
	margin: 0px;
	padding: 0px;
}
#newsMenu ul li {
	text-align: center;
	box-sizing: border-box;
	background: #FFF;
	display: inline-block;
	width: 157px;
	height: 56px;
	border: #818686 1px solid;
	border-bottom: none;	
	border-radius: 5px 5px 0px 0px;
	-webkit-border-top-left-radius: 5px;  
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;  
	-moz-border-radius-topright: 5px;
	font-size: 20px;
	font-weight: bold;
	z-index: 999;
	padding: 16px 0 0;
	margin-right: 0px;
}
#newsMenu ul li.last {
	margin-right: 0px;
}
#newsMenu ul a li {
	height: 56px;
	border: #D9D9D9 2px solid;
	border-bottom: none;
	color: #D9D9D9;
}
#newsMenu ul a li:hover {
	background: #B3DBE9;
	color: #fff;
}
#newsContents {
	border-top: #818686 1px solid;
	margin-top: -1px;
}






#newsContents #newsSubMenu {
	padding: 30px 0 0;
}
#newsContents #newsSubMenu ul {
	margin: 0;
	padding: 0;
}
#newsContents #newsSubMenu ul li {
	background: url(../images/icon_arrow_s.png) no-repeat #000 11px 11px;
	box-sizing: border-box;
	width: 236px;
	height: 35px;
	list-style: none;
	display: inline-block;
	padding: 8px 0 0 30px;
	color: #fff;
	margin-right: 2px;
	margin-bottom: 6px;
}
#newsContents #newsSubMenu ul li.last {
	margin-right: 0px;
}
#newsContents #newsSubMenu ul a li {
	background: url(../images/icon_arrow_s.png) no-repeat #D8D8D8 11px 11px;
}
#newsContents #newsSubMenu ul a li:hover {
	background: url(../images/icon_arrow_s.png) no-repeat #000 11px 11px;
}






#newsContents .inner {
	width: 968px;
	min-width: 968px;
}



#newsContents #newsList {
	margin: 0 0px;
	padding: 30px 0 100px;
}
#newsContents #newsList dt {
	float: left;
	clear: left;
	padding: 10px 0 10px 0px;
	width: 100px;
	color: #869191;
}

#newsContents #newsList dd {
	padding: 10px 0 10px 0;
	margin-left: 110px;
}
#newsContents #newsList a,
#newsContents #newsList a:visited {
	outline: none;
	text-decoration: none;
	color: #000;
}
#newsContents #newsList a:hover,
#newsContents #newsList a:active {
	text-decoration: underline;
	color: #000;
}






#newsContents article.newsEntry {
	padding: 30px 0 0;
}

#newsContents article.newsEntry h3 {
	text-align: center;
	margin-bottom: 40px;
    font-size: 22px;
    line-height: 36px;
    font-family: 'Noto Sans JP', sans-serif;
}

#newsContents article.newsEntry .newsImage {
	text-align: center;
	background: #EDF2F2;
	padding: 10px;
}

#newsContents article.newsEntry .newsInfo {
}
#newsContents article.newsEntry .newsInfo dt {
	float: left;
	clear: left;
	padding: 10px 0 0px 0px;
	color: #8F8F8F;
}
#newsContents article.newsEntry .newsInfo dd {
	padding: 10px 0 0px 0;
	margin-left: 100px;
}
#newsContents article.newsEntry .btn_returnList {

	text-align: center;
	padding: 50px 0 100px;
}

#newsContents article.newsEntry .newsComment {
	padding: 10px 0 0px 0px;
	line-height: 26px;
}





/*
サービス
--------------------------------------------------------------------*/



#serviceVisual {
	background: url(../images/visual_service.jpg) no-repeat center ;
	height: 314px;
	margin: 0px;
	padding: 0;

}

#serviceVisual .inner {
	position: relative;
	height: 314px;
}

#serviceVisual .inner h2 {
	position: absolute;
	top: 70px;
	left: 387px;

}
#serviceVisual .inner .h2Btn {
	position: absolute;
	top: 160px;
	left: 403px;
}



#serviceVisual .inner #serviceMenu ul {
	position: absolute;
	bottom: 0;
	left: 107px;
	margin: 0;
	padding: 0;
}
#serviceVisual #serviceMenu ul li {
	box-sizing: border-box;
	width: 213px;
	height: 65px;
	list-style: none;
	display: inline-block;
	float: left;
	background: #000;
	margin: 0;
	padding: 0;
}
#serviceVisual #serviceMenu ul li span {
	display: none;
}

#serviceVisual #serviceMenu ul li.serviceMenu01,
#serviceVisual #serviceMenu ul a li.serviceMenu01:hover {
	background: url(../images/visual_service_menu.png) 0px 65px;
}
#serviceVisual #serviceMenu ul li.serviceMenu02,
#serviceVisual #serviceMenu ul a li.serviceMenu02:hover {
	background: url(../images/visual_service_menu.png) -213px 65px;
}
#serviceVisual #serviceMenu ul li.serviceMenu03,
#serviceVisual #serviceMenu ul a li.serviceMenu03:hover {
	background: url(../images/visual_service_menu.png) -426px 65px;
}
#serviceVisual #serviceMenu ul li.serviceMenu04,
#serviceVisual #serviceMenu ul a li.serviceMenu04:hover {
	background: url(../images/visual_service_menu.png) -639px 65px;
}
#serviceVisual #serviceMenu ul li.serviceMenu05,
#serviceVisual #serviceMenu ul a li.serviceMenu05:hover {
	background: url(../images/visual_service_menu.png) -852px 65px;
}
#serviceVisual #serviceMenu ul li.serviceMenu06,
#serviceVisual #serviceMenu ul a li.serviceMenu06:hover {
	width: 215px;
	background: url(../images/visual_service_menu.png) -1065px 65px;
}


#serviceVisual #serviceMenu ul a li.serviceMenu01 {
	background: url(../images/visual_service_menu.png) 0px 0px;
}
#serviceVisual #serviceMenu ul a li.serviceMenu02 {
	background: url(../images/visual_service_menu.png) -213px 0px;
}
#serviceVisual #serviceMenu ul a li.serviceMenu03 {
	background: url(../images/visual_service_menu.png) -426px 0px;
}
#serviceVisual #serviceMenu ul a li.serviceMenu04 {
	background: url(../images/visual_service_menu.png) -639px 0px;
}
#serviceVisual #serviceMenu ul a li.serviceMenu05 {
	background: url(../images/visual_service_menu.png) -852px 0px;
}
#serviceVisual #serviceMenu ul a li.serviceMenu06 {
	background: url(../images/visual_service_menu.png) -1065px 0px;
}



#serviceContents {
}
#serviceContents .inner {
	width: 968px;
	min-width: 968px;
}
#serviceContents h3 {
	text-align: center;
	padding: 50px 0;
}

#serviceContents p {
	font-size: 14px;
	line-height: 28px;
}






#serviceSubMenu ul {
	margin: 0px;
	padding: 50px 0 0;
}

#serviceSubMenu ul li {
	text-align: center;
	box-sizing: border-box;
	background: #FFF;
	display: inline-block;
	width: 270px;
	height: 56px;
	border: #818686 1px solid;
	border-bottom: none;	
	border-radius: 5px 5px 0px 0px;
	-webkit-border-top-left-radius: 5px;  
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;  
	-moz-border-radius-topright: 5px;
	font-size: 18px;
	font-weight: bold;
	z-index: 999;
	padding: 15px 0 0;
	margin-right: 0px;
}

#serviceSubMenu ul a li {
	height: 56px;
	border: #D9D9D9 2px solid;
	border-bottom: none;
	color: #D9D9D9;
}
#serviceSubMenu ul a li:hover {
	background: #B3DBE9;
	color: #fff;
}
#service01contentsBody {
	border-top: #818686 1px solid;
	margin-top: -1px;
	padding-top: 50px;
}







#serviceContents .serviceBlock {
	margin-bottom: 100px;
}
#serviceContents .serviceBlock h4 {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 20px 0;
}

#serviceContents .serviceBlock h5 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px 0;
}
#serviceContents .serviceBlock span {
	padding: 0px 10px;
	color: #fff;
	background: #a1b9b5;
	margin: 0 10px 0 0;
}



#serviceContents .serviceBlock ul {
	margin: 0;
	padding: 0 0 0 15px;
	list-style: none;
	text-indent: -15px;
}
#serviceContents .serviceBlock ul li {
	margin-bottom: 10px;
	line-height: 24px;

}
#serviceContents .serviceBlock ul li:before {
		content: "\25cf";
		color: #BECACA;
		margin-right: 2px;
}

#serviceContents .serviceBlock dl {
}
#serviceContents .serviceBlock dt {
	background: url(../images/icon_service_qa_q.png) no-repeat 15px 16px #E6EAEA;
	margin: 0;
	padding: 15px 10px 15px 50px;
	font-weight: bold;
	color: #2D629D;
}
#serviceContents .serviceBlock dd {
	background: url(../images/icon_service_qa_a.png) no-repeat 15px 25px ;
	margin: 0;
	padding: 20px 0 40px 50px;
	line-height: 28px;
}



#serviceContents #serviceTop {

}
#serviceContents #serviceTop section {
	margin-bottom: 80px;
	font-size: 16px;
	line-height: 32px;
}

#serviceContents #serviceTop section blockquote {
	background: #eeeeee;
	margin: 20px 0 0;
	padding: 20px;
	font-size: 14px;
	color: #8a8a8a;
}
#serviceContents #serviceTop section blockquote strong {
	margin: 0 0 0 10px;

}
#serviceContents #serviceTop section blockquote ul {
	margin: 10px 0 0 0;
	padding: 0 0 0 25px;
}

#serviceContents #serviceTop section blockquote ul li {
	margin: 0 0 10px;
	padding: 0;
	line-height: 21px;
}


#serviceContents #serviceTop section a img {
	margin: 10px 0 0 ;
}



#serviceContents h4.service0h4 {
	font-size: 24px;
	padding: 0;
	margin: 120px 0 20px 0;
}




/*
会社情報
--------------------------------------------------------------------*/



#corporateVisual {
	background: url(../images/visual_corporate.jpg) no-repeat center;
	height: 314px;
	margin: 0px;
	padding: 0;
}
#corporateVisual .inner {
	position: relative;
	height: 314px;
}
#corporateVisual .inner h2 {
	margin: 0;
	text-align: center;
	padding-top: 100px;
}

#corporateVisual .inner #corporateMenu ul {
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 0;
}
#corporateVisual #corporateMenu ul li {
	box-sizing: border-box;
	width: 213px;
	height: 65px;
	list-style: none;
	display: inline-block;
	float: left;
	background: transparent;
	margin: 0;
	padding: 0;
}
#corporateVisual #corporateMenu ul li span {
	display: none;
}
#corporateVisual #corporateMenu ul li.corporateMenu01,
#corporateVisual #corporateMenu ul a li.corporateMenu01:hover {
	background: url(../images/visual_corporate_menu.png) 0px 65px;
}
#corporateVisual #corporateMenu ul li.corporateMenu02,
#corporateVisual #corporateMenu ul a li.corporateMenu02:hover {
	background: url(../images/visual_corporate_menu.png) -213px 65px;
}
#corporateVisual #corporateMenu ul li.corporateMenu03,
#corporateVisual #corporateMenu ul a li.corporateMenu03:hover {
	background: url(../images/visual_corporate_menu.png) -426px 65px;
}
#corporateVisual #corporateMenu ul li.corporateMenu04,
#corporateVisual #corporateMenu ul a li.corporateMenu04:hover {
	background: url(../images/visual_corporate_menu.png) -639px 65px;
}
#corporateVisual #corporateMenu li.corporateMenu05,
#corporateVisual #corporateMenu ul a li.corporateMenu05:hover {
	background: url(../images/visual_corporate_menu.png) -852px 65px;
}
#corporateVisual #corporateMenu ul li.corporateMenu06,
#corporateVisual #corporateMenu ul a li.corporateMenu06:hover {
	width: 215px;
	background: url(../images/visual_corporate_menu.png) -1065px 65px;
}
#corporateVisual #corporateMenu ul a li.corporateMenu01 {
	background: url(../images/visual_corporate_menu.png) 0px 0px;
}
#corporateVisual #corporateMenu ul a li.corporateMenu02 {
	background: url(../images/visual_corporate_menu.png) -213px 0px;
}
#corporateVisual #corporateMenu ul a li.corporateMenu03 {
	background: url(../images/visual_corporate_menu.png) -426px 0px;
}
#corporateVisual #corporateMenu ul a li.corporateMenu04 {
	background: url(../images/visual_corporate_menu.png) -639px 0px;
}
#corporateVisual #corporateMenu ul a li.corporateMenu05 {
	background: url(../images/visual_corporate_menu.png) -852px 0px;
}
#corporateVisual #corporateMenu ul a li.corporateMenu06 {
	background: url(../images/visual_corporate_menu.png) -1065px 0px;
}





/*
英語版・中国版トップ用
---------------------------*/



#corporateVisualEnzh {
	background: url(../images/corporateVisualEnzh.jpg) no-repeat center;
	height: 314px;
	margin: 0px;
	padding: 0;
}
#corporateVisualEnzh .inner {
	position: relative;
	height: 314px;
}
#corporateVisualEnzh .inner h2 {
	margin: 0;
	text-align: center;
	padding-top: 120px;
}
#corporateVisualEnzh .inner h2 img.sp {
	display: none;
}
#corporateVisualEnzh .inner h2 img.pc {
	display: inline-block;
}




/*
企業理念
---------------------------*/


#corporateContents01 {
	text-align: center;
}
#corporateContents01 .inner {
	width: 968px;
	min-width: 968px;
	padding: 100px 0;
}
#corporateContents01 h3 {
	text-align: center;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

#corporateContents01 h3 {
	display: flex;
	align-items: center;
	width: 250px;
	margin: 0 auto 40px;
}
#corporateContents01 h3:before,
#corporateContents01 h3:after {
	border-top: 1px solid;
	content: "";
	flex-grow: 1;
}
#corporateContents01 h3:before {
	margin-right: 1rem;
}
#corporateContents01 h3:after {
	margin-left: 1rem;
}



#corporateContents01 p {
	margin: 0px 0 100px;
	font-family: 'Noto Serif JP', serif;
}
#corporateContents01 p.slogan {
	font-size: 46px;
	letter-spacing: 10px;
  
}
#corporateContents01 p.vision {
	font-size: 32px;
	letter-spacing: 5px;
}
#corporateContents01 p.mission {
	font-size: 24px;
	letter-spacing: 3px;
	line-height: 50px;
}
#corporateContents01 p.value {
	font-size: 22px;
	line-height: 60px;
	letter-spacing: 3px;

}





/*
会社概要
---------------------------*/

#corporateContents02 {
	text-align: center;
}
#corporateContents02 .inner {
	width: 968px;
	min-width: 968px;
}
#corporateContents02 h3 {
	text-align: center;
	padding: 50px 0;
	font-size: 24px;
}


#corporateContents02 p {
	font-size: 16px;
	line-height: 32px;
	margin: 50px 0 100px;
}


#corporateContents02 dl {
	margin: 0px 0 100px;
	font-size: 16px;
}
#corporateContents02 dt {
	float: left;
	padding: 0px;
	color: #8F8F8F;
}
#corporateContents02 dd {
	padding: 0 0 25px 0;
	margin-left: 120px;
	text-align: left;
}
#corporateContents02 dl.en dd {
	margin-left: 240px;
}

#corporateContents02 a,
#corporateContents02 a:visited {
	outline: none;
	text-decoration: underline;
	color: #000;
}
#corporateContents02 a:hover,
#corporateContents02 a:active {
	text-decoration: none;
	color: #000;
}




/*
会社沿革
---------------------------*/

#corporateContents03 {
	text-align: center;
}
#corporateContents03 .inner {
	width: 968px;
	min-width: 968px;
}
#corporateContents03 h3 {
	text-align: center;
	padding: 50px 0;
}


#corporateContents03 p {
	font-size: 16px;
	line-height: 32px;
	margin: 50px 0 100px;
}


#corporateContents03 dl {
	margin: 0px 0 100px;
	font-size: 16px;
}
#corporateContents03 dt {
	float: left;
	padding: 0px;
	color: #8F8F8F;
}
#corporateContents03 dd {
	padding: 0 0 25px 0;
	margin-left: 120px;
	text-align: left;
}
#corporateContents03 a,
#corporateContents03 a:visited {
	outline: none;
	text-decoration: underline;
	color: #000;
}
#corporateContents03 a:hover,
#corporateContents03 a:active {
	text-decoration: none;
	color: #000;
}





/*
アクセス
---------------------------*/

#corporateContents04 {
	text-align: center;
}
#corporateContents04 .inner {
	width: 968px;
	min-width: 968px;
}
#corporateContents04 h3 {
	text-align: center;
	padding: 50px 0;
}
#corporateContents04 h4 {
	text-align: center;
	padding: 0px 0 50px;
	font-size: 24px;
}


#corporateContents04 p {
	font-size: 16px;
	line-height: 32px;
	margin: 50px 0 100px;
}

#corporateContents04 .map {
	text-align: center;
	background: #EDF2F2;
	padding: 10px 0 5px;
	margin-bottom: 30px;
}
#corporateContents04 .map img {
	margin-bottom: 20px;
}


#corporateContents04 dl {
	margin: 0px 0 100px;
	font-size: 16px;
}
#corporateContents04 dt {
	float: left;
	padding: 0px;
	color: #8F8F8F;
}
#corporateContents04 dd {
	padding: 0 0 15px 0;
	margin-left: 70px;
	text-align: left;
	line-height: 28px;
}
#corporateContents04 a,
#corporateContents04 a:visited {
	outline: none;
	text-decoration: underline;
	color: #000;
}
#corporateContents04 a:hover,
#corporateContents04 a:active {
	text-decoration: none;
	color: #000;
}




/*
ボードメンバー
---------------------------*/

#corporateContents05 {
	text-align: center;
}
#corporateContents05 .inner {
	width: 968px;
	min-width: 968px;
}
#corporateContents05 h3 {
	text-align: center;
	padding: 50px 0;
}






#corporateContents05 h4 {
	text-align: center;
	padding: 20px 0;
	background: #EDF2F2;
	font-size: 24px;
	font-weight: normal;
}


#corporateContents05 p {
	font-size: 16px;
	line-height: 32px;
	margin: 10px 0 40px;
	text-align: justify;
}


#corporateContents05 table {
	text-align: left;
	margin: -10px 0 0 0;
}
#corporateContents05 td,
#corporateContents05 th {
	border-bottom: 1px solid #ccc;
}
#corporateContents05 tr.noborder td,
#corporateContents05 tr.noborder th {
	border: none;
}
#corporateContents05 table.adviser {
	margin-bottom: 100px;
}



#corporateContents05 th {
	height: 180px;
	width: 150px;
	vertical-align: middle;
}
#corporateContents05 th img {
	border: 1px solid #fff;
}
#corporateContents05 td {
	height: 200px;
	vertical-align: middle;
}

#corporateContents05 h5 {
	margin: 0 0 15px 0;
	font-size: 1.6em;
	font-weight: bold;
}
#corporateContents05 h5 span {
	font-weight: normal;
	margin: 0 4px 0 10px;
	color: #ccc;
}
#corporateContents05 h5 span.en {
	font-size: 0.6em;
	vertical-align: middle;
	color: #777;
}
#corporateContents05 h6 {
	margin: 30px 0 5px 0;
	font-size: 1.0em;
}
#corporateContents05 p {
	font-size: 1.1em;
	line-height: 1.6em;
}





/*
メッセージ
---------------------------*/


#corporateContents06 {
	text-align: center;
}
#corporateContents06 .inner {
	width: 968px;
	min-width: 968px;
}
#corporateContents06 h3 {
	text-align: center;
	padding: 50px 0;
}
#corporateContents06 h4 {
	text-align: center;
	padding: 0px 0;
font-family: 'Noto Serif JP', serif;
	font-size: 46px;
	line-height: 0;
	font-weight: normal;
	letter-spacing: 10px;
	margin-left: 20px;
}


#corporateContents06 p {
	font-size: 16px;
	line-height: 38px;
	text-align: left;
}
#corporateContents06 p.first {
	margin: 30px 0 0px;
}
#corporateContents06 p.mid {
	font-family: 'Noto Sans JP', sans-serif !important;
	margin: 0px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 4px;
	font-size: 20px;
	line-height: 48px;	
}
#corporateContents06 p.end {
	margin: 45px 0 100px;
}
#corporateContents06 strong {
	font-size: 18px;
	font-family: 'Noto Sans JP', sans-serif !important;
	letter-spacing: 2px;
}



/*
採用情報
--------------------------------------------------------------------*/



#recruitVisual {
	background: url(../images/visual_etc.png) repeat-x ;
	height: 155px;
	margin: 0px;
	padding: 0;
}
#recruitVisual h2 {
	text-align: center;
	padding: 70px 0 0;
	margin: 0;
}



#recruitContents .inner {
	width: 968px;
	min-width: 968px;
}






#recruitContents h3 {
	text-align: center;
	padding: 20px 0;
	background: #EDF2F2;
	font-size: 24px;
	font-weight: normal;
}


#recruitContents h4 {
	font-size: 22px;
}


#recruitContents .entryBody {
	text-align: center;
	font-size: 16px;
	padding: 30px 0;
	margin: 0 0 100px 0;
}

#recruitContents .entryBody a.recruitMail {
	font-size: 22px;
	padding-top: 20px;
}





#recruitContents dl {
	margin: 0px 0 100px;
	font-size: 16px;
}
#recruitContents dt {
	padding: 0 0 5px 0;
	color: #717171;
	font-size: 18px;
	border-bottom: #dae1e1 1px solid;
	margin: 0 0 10px 0;
	font-weight: bold;

}
#recruitContents dd {
	padding: 0 0 35px 0;
	margin: 0;
	text-align: left;
}
#recruitContents a,
#recruitContents a:visited {
	outline: none;
	text-decoration: underline;
	color: #000;
}
#recruitContents a:hover,
#recruitContents a:active {
	text-decoration: none;
	color: #000;
}













/*
お問い合わせ
--------------------------------------------------------------------*/



#contactVisual {
	background: url(../images/visual_etc.png) repeat-x ;
	height: 155px;
	margin: 0px;
	padding: 0;
}
#contactVisual h2 {
	text-align: center;
	padding: 70px 0 0;
	margin: 0;
}



#contactContents .inner {
	width: 968px;
	min-width: 968px;
}



#contactContents {

}

#contactContents .checkbox {
	-webkit-appearance: checkbox;

}

#contactContents p {
	margin-bottom: 50px;
}

#contactContents table {
	width: 100%;
	margin-bottom: 100px;
	border-top: #dae1e1 1px solid;
}
#contactContents th {
	text-align: left;
	border-bottom: #dae1e1 1px solid;
	padding: 20px 0;
	vertical-align: middle;
	width: 200px;
}
#contactContents td {
	text-align: left;
	border-bottom: #dae1e1 1px solid;
	padding: 20px 0;
	vertical-align: middle;
}
#contactContents td .textfieldRequiredMsg {
	font-size: 10px;
}

#contactContents table .formTex {
	border: #afb2b2 1px solid;
	font-family: 'Hiragino Kaku Gothic ProN','Hiragino Mincho ProN',Helvetica,sans-serif;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	padding: 3px;
	width: 500px;
}
#contactContents table .formTexArea {
	border: #afb2b2 1px solid;
	font-family: 'Hiragino Kaku Gothic ProN','Hiragino Mincho ProN',Helvetica,sans-serif;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	font-size: 14px;
}

#contactContents table .fromBtn {
	text-align: center;
	border-bottom: none;
}





#contactContents a,
#contactContents a:visited {
	outline: none;
	text-decoration: underline;
	color: #000;
}
#contactContents a:hover,
#contactContents a:active {
	text-decoration: none;
	color: #000;
}














/*
個人情報保護方針
--------------------------------------------------------------------*/



#privacyVisual {
	background: url(../images/visual_etc.png) repeat-x ;
	height: 155px;
	margin: 0px;
	padding: 0px 24px 0px 24px;
}
#privacyVisual h2,
#privacyContents h2 {
	text-align: center;
	padding: 100px 0 0;
	margin: 0 70px 0;
	font-size: 30px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	letter-spacing: 3px;
}

#privacyContents {
	margin-top: 32px;
	padding-left: 24px;
	padding-right: 24px;
}

#privacyContents .inner {
	max-width: 968px;
	width: 100%;
}



#privacyContents h3 {
	margin: 50px 0 20px;
	font-size: 24px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	letter-spacing: 3px;
}


#privacyContents h4 {
	font-size: 20px;
}

#privacyContents table {
	margin-bottom: 100px;
}

#privacyContents table tr {
}
#privacyContents table tr th {
	background: #DDDDDD;
}
#privacyContents table tr th,
#privacyContents table tr td {
	border: 1px #000000 solid;
	padding: 10px;
}

#privacyContents table tr th,
#privacyContents table tr td {
	border: 1px #000000 solid;
	padding: 10px;
	width: 33%;
}

#privacyContents table .cel01 {
	width: 35%;
}
#privacyContents table .cel02 {
	width: 55%;
}
#privacyContents table .cel03 {
	width: 10%;
	text-align: center;
}


#privacy .privacy_freelance table {
	margin-bottom: 0;
}



/*
中文対応
-----------------------*/

#privacyContents table.zh .cel02 {
	width: 52%;
}
#privacyContents table.zh .cel03 {
	width: 13%;
	text-align: center;
}



/*
モノフェローズ制度
--------------------------------------------------------------------*/



#mofeVisual {
	background: url(../images/visual_etc.png) repeat-x ;
	height: 155px;
	margin: 0px;
	padding: 0;
}
#mofeVisual h2 {
	text-align: center;
	padding: 70px 0 0;
	margin: 0;
}



#mofeContents .inner {
	width: 968px;
	min-width: 968px;
	margin-bottom: 100px;
}




#mofeContents h3 {
	text-align: center;
	padding: 20px 0;
	background: #EDF2F2;
	font-size: 24px;
	font-weight: normal;
}


#mofeContents h4 {
	font-size: 20px;
}







/*
サイトマップ
--------------------------------------------------------------------*/



#sitemapVisual {
	background: url(../images/visual_etc.png) repeat-x ;
	height: 155px;
	margin: 0 0 30px;
	padding: 0;
}
#sitemapVisual h2 {
	text-align: center;
	padding: 70px 0 0;
	margin: 0px;
}

#sitemapContents .inner {
	width: 968px;
	min-width: 968px;
	margin-bottom: 200px;
}

#sitemapContents h3 {
	text-align: left;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	border-bottom: #dae1e1 3px solid;
	color: #7f8585;
}
#sitemapContents p {
	background: url(../images/icon_arrow_sg.png) no-repeat 0 2px;
	margin: 0 0 15px 0;
	padding: 0 0 0 12px;

}
#sitemapContents ul {
	list-style: none;
	margin: 0 0 50px 0;
	padding: 0;
}
#sitemapContents ul li {
	background: url(../images/icon_arrow_sg.png) no-repeat 0 2px;
	margin: 0 0 15px 0;
	padding: 0 0 0 12px;
	float: left;
	width: 31%;
}
#sitemapContents dl.col1 {
	width: 33%;
	float: left;
}
#sitemapContents dl.col2 {
	width: 33%;
	float: left;
}
#sitemapContents dl.col3 {
	width: 33%;
	float: left;
}

#sitemapContents dt {
	border: #818686 1px solid;
}
#sitemapContents a,
#sitemapContents a:visited {
	outline: none;
	text-decoration: none;
	color: #000;
}
#sitemapContents a:hover,
#sitemapContents a:active {
	text-decoration: underline;
	color: #000;
}

#sitemapContents h4 {
	font-size: 20px;
}








/*
404エラー
--------------------------------------------------------------------*/



#e404Visual {
	background: url(../images/visual_etc.png) repeat-x ;
	height: 155px;
	margin: 0px;
	padding: 0;
}
#e404Visual h2 {
	text-align: center;
	padding: 70px 0 0;
	margin: 0;
}



#e404Contents .inner {
	width: 700px;
	min-width: 700px;
	margin-bottom: 200px;
}

#e404Contents p {
	font-size: 16px;
	margin-bottom: 20px;
}




#e404Contents ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


#e404Contents ul li {
	background: url(../images/icon_arrow_sg.png) no-repeat 0 2px;
	margin: 0 0 5px 0;
	padding: 0 0 0 12px;
}

#e404Contents a,
#e404Contents a:visited {
	outline: none;
	text-decoration: none;
	color: #000;
}
#e404Contents a:hover,
#e404Contents a:active {
	text-decoration: underline;
	color: #000;
}








