@charset "utf-8";

.table01 table {
  width: 100%;
}

.table01 tr {
  border-top: 1px solid #d2e3f2;
}

.table01 tr:last-child {
  border-bottom: 1px solid #d2e3f2;
}

.table01 th {
  width: 150px;
  padding-left: 20px;
  text-align: left;
  letter-spacing: 1px;
  line-height: 1.8;
}
.table01 td{
	border: none;
}
.table01 .jointCell {
  padding: 0;
}
/*
.table02 {
  margin-top: 18px;
}
*/

.table02 tr {
  border-top: none;
}

.table02 tr:last-child {
  border-bottom: none;
}

.table02 th {
	width: 120px;
	padding-right: 50px;
	padding-left: 0;
	text-align: right;
	letter-spacing: 1px;
	line-height: 1.8;
}

.table02 td {
	border: none;
}

.table02 .cell01 {
  padding-right: 79px;
}

.careerContent {
  margin-bottom: 50px;
}

ul.bookList{
	list-style: none!important;
	margin-left: 0!important;
}
.bookContent .bookList li{margin-left: -10px!important;}
.bookContent .bookList li:not(:last-child) {
  margin-bottom: 25px;
}
.bookContent .bookList span {
  padding: 0 10px 5px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #d2e3f2;
  display: block;
}
.bookContent .bookList p {
  padding: 0 auto;
  margin-bottom: auto!important;
}
.careerContent h4,
.licenseContent h4,
.hobbyContent h4,
.wordContent h4,
.bookContent{margin-bottom: 15px}
.licenseContent.bottom01,
.hobbyContent.bottom01,
.wordContent.bottom01,
.bookContent.bottom01{margin-bottom: 30px}


/* Reset
----------------------------- */
html{
	overflow-y: scroll;
	font-size: 62.5%;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin: 0;
	padding: 0;
}
ul,ol {list-style-type: none;}
body{
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif!important;
	line-height: 1.6;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table { border-collapse : collapse ; }
table td {
	border: 1px solid #ccc;
	padding: 12px 12px 7px;
}
table td strong {font-size: 110%;}
a img {transition: 0.5s ease-in-out;}
a img:hover {
	opacity: 0.6;
	filter: alpha(opacity=40);
}
.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {min-height: 1px;}
.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.both{clear:both;}

/* 全体
---------------------------------- */
#wrap {
	display: block;
	margin: 0;
	min-height:100%; /* コンテンツが足らない場合でも高さ100% */
	padding: 0;
	position: relative;
	text-align: left;
	width: 100%;
}
.sp{display: none;}

/* ヘッダー
----------------------------- */
#headline {
	background-color: #000;
	height: 30px;
	width: 100%;
}
#headline h1 {
	color:#fff;
	display: block;
	font-weight:normal;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif!important;
	font-size: 1.3rem;
	margin: 0 auto;
	padding: 5px 10px;
	width: 980px;
}
#header {
	height: 100px;
	margin: 0 auto;
	margin-bottom: 1px;
	position: relative;
	width: 1000px;
}
#header #logo {
	position:absolute;
	top:25px;
}
#header #contactArea {
	bottom:24px;
	position:absolute;
	right:0;
}
#header #contactArea a{
	color: #00a0e9;
	font-size: 1.8rem;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif!important;
	font-weight: lighter;
	text-decoration: none;
}
#header #contactArea a:hover{	text-decoration: underline;}
#header #contactArea a:before {
 	content: url(https://u.jimcdn.com/cms/o/sdfe43084afb5599a/userlayout/img/ico-mail.png?t=1482735462);
	margin-right: 10px;
}

/* グローバルナビ
----------------------------- */
#globalmenu{
	clear: both;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 100%;
	z-index: 1000;
}
#gmenu {
  background-color: #fff;
	margin: 0 auto 0 auto;
	width: 1000px;
}
#gmenu .cc-nav-level-0 {
	display: table;
	margin: 0;
	text-align: center;
	table-layout: fixed;
	width: 100%;
}
#gmenu .cc-nav-level-0 li {
	border-left: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
  border-top: 1px solid #b5b5b5;
	display: table-cell;
	vertical-align: middle;
}
#gmenu .cc-nav-level-0 li a {
	color: #000;
	display: block;
	font-size: 1.5rem;
	text-decoration: none;
	padding: 15px 0 15px 0;
}
#gmenu li:first-child {	border-left: 1px solid #b5b5b5;}
#gmenu li:last-child { border-right: 1px solid #b5b5b5;}
#gmenu .cc-nav-level-0 li a:hover {
	background-color:#f4f5f9;
	color: #000;
}
#gmenu ul.cc-nav-level-0 li a.cc-nav-current,#var ul.cc-nav-level-0 li.cc-nav-parent a {
	background-color:#f4f5f9;
	color: #000;
}
#gmenu ul.cc-nav-level-1,.cc-nav-level-2,.cc-nav-level-3{display:none;}
.fixed {
	position: fixed;
	top: 0; /* 一番上なら0pxに指定 */
	z-index: 1;
	width: 100%;
}

/* Adjustment Sidemenu
---------------------------------- */
.cc-indexpage #sidemenu
#page-1193731961 #sidemenu,
#page-1193731961 #sidemenu,
#page-1193731861 #sidemenu,
#page-1193731761 #sidemenu,
#page-1193719461 #sidemenu{display: none;}
.cc-indexpage #side h4,
#page-1193731961 #side h4,
#page-1193731861 #side h4,
#page-1193731761 #side h4,
#page-1193719461 #side h4{display: none;}

/* Adjustment TOPpage
---------------------------------- */
.cc-indexpage #breadcrumb {display: none;}
.cc-indexpage #sidemenu{display: none;}
.cc-indexpage #side {display: none;}
.cc-indexpage #content{
  float: left;
  margin: 25px 0 0 0;
  width: 1000px;
}

#page-1370900961 #sidemenu,
#page-1370903461 #sidemenu{display: none;}
#page-1370900961 #side h4,
#page-1370903461 #side h4{display: none;}
#page-1370900961 #breadcrumb {display: none;}
#page-1370900961 #sidemenu{display: none;}
#page-1370900961 #side {display: none;}
#page-1370900961 #content{
  float: left;
  margin: 25px 0 0 0;
  width: 1000px;
}

/*2025.12.04 demoページ用
---------------------------------- */
#page-1393530161 #breadcrumb {display: none;}
#page-1393530161 #sidemenu{display: none;}
#page-1393530161 #side {display: none;}
#page-1393530161 #content{
  float: left;
  margin: 25px 0 0 0;
  width: 1000px;
}

/* コンテンツ
----------------------------- */
#container {
	margin: 0 auto 0 auto;
	padding: 20px 0 50px 0;  /* フッター高さ調整用 */
	text-align: left;
	width: 1000px;
}
#content {
	float: left;
	margin: 0 10px 30px 0;
	width: 730px;
}
#content h1,#content h2,#content h3,#content h4,#content p{	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif!important;}
#content h1 {
	color: #000000;
	font-size: 3.3rem;
	font-weight: lighter;
	margin-bottom:18px;
	text-align: center;
}
#content h2  {
	border-top: 1px solid #b5b5b5;
	border-bottom: 1px solid #b5b5b5;
	background-color: #f4f5f9;
	color: #000000;
	font-size: 2.6rem;
	font-weight: lighter;
	margin: 0 0 20px 0;
	line-height: 30px;
	padding: 15px 0 10px 0;
}
#content h2:before {
 	content: url(https://u.jimcdn.com/cms/o/sdfe43084afb5599a/userlayout/img/ico-h2.png?t=1482303037);
	margin-right: 10px;
	margin-left: 10px;
}
#content h3 {
	border-bottom: 1px dotted #ff6600;
	color: #ff6600;
	display: block;
	font-size: 2.3rem;
	font-weight: lighter;
	margin: 0 0 10px 0;
}
#content h4 {
	font-size: 1.8rem;
	font-weight: bolder;
	line-height: 1.7;
}
#content p {
	color: #313131;
	font-size: 1.5rem;
	line-height: 1.8;
	margin: 0 0 15px 0;
}
#content a {
	color: #00a0e9;
}
#content ul,#content ol,#content li {
	margin-left: 8px;
	padding: auto;
	line-height: 1.8;
}
#content ul {list-style-type: disc;}
#content ol {list-style-type: decimal;}
#content img {margin-bottom: 10px;}
#content a img {transition: 0.5s ease-in-out;}
#content a img:hover {
	filter: alpha(opacity=40);
	opacity: 0.6;
}
#content div.hr {
	background:url(https://u.jimcdn.com/cms/o/sdfe43084afb5599a/userlayout/img/bar-dot01.gif?t=1482284720) left bottom repeat-x;
	border: none;
	height: 1px;
}
#content .j-calltoaction-wrapper a:hover{
	color: #fff !important;
	background: #00a0e9;
	border: 1px solid #00a0e9;
}
#content .j-calltoaction-link-style-1,#content .j-calltoaction-link-style-2,#content .j-calltoaction-link-style-3 {
	color: #00a0e9 !important;
	background: #ffffff;
	border: 1px solid #00a0e9;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif!important;
	font-weight: lighter;
	padding: 10px 20px;
}
#content .j-calltoaction-link-style-1 {font-size: 1.5rem !important;}

#content figcaption {font-size: 1.0em;}
strong{
	color: #ff6600;
}
.anchor{
	margin-top: -70px;	/* アンカーリンク高さ調整用 */
	padding-top: 70px;
}
#sidebar .j-calltoaction-link-style-1,#sidebar .j-calltoaction-link-style-2,#sidebar .j-calltoaction-link-style-3{
    margin: 0 auto!important;
    width: 100%!important;
	background-color: #1b95e0;
	border: none;
}


/* TOPページコピー
----------------------------- */
.heading{
	font-size: 5rem!important;
	line-height: 1.2!important;
	text-align: center;
	letter-spacing: 0.8rem;
}
.note1{
	color: #e60012;
	font-size: 7rem!important;
}
.note2{
	color: #00a0e9;
	font-size: 7rem!important;
}

/* ぱんくず
----------------------------- */
#breadcrumb {
	width: 1000px;
	margin:10px auto 10px auto;
	padding: 10px 0 10px 0;
	background:url(https://u.jimcdn.com/cms/o/sdfe43084afb5599a/userlayout/img/bar-dot01.gif?t=1482284720) left bottom repeat-x;
}
#breadcrumb:after {
	content: "";
	display: block;
	clear: both;
}
#breadcrumb ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#breadcrumb ol li {
	float: left;
	margin: 0 8px 0 0;
}
#breadcrumb ol li a {
	padding: 0 20px 0 0;
	background: url(https://u.jimcdn.com/cms/o/sdfe43084afb5599a/userlayout/img/ico-arrow-breadcrumbs.png?t=1482284735) center right no-repeat;
}
#breadcrumb ol li a.cc-nav-current {
	text-decoration: none;
	color:#666;
	background: none;
}
#breadcrumb ol li a{
  text-decoration: underline;
  color:#00a0e9;
}

/* スライドショー調整用 
----------------------------- */
#content .cc-m-gallery-container ul,#content .cc-m-gallery-container li{
	margin: 0; /* スライドショー調整用 */
	padding: 0;
}

/* ツイッター
----------------------------- */
.cc-m-twitter{margin-left: 10px;}
.cc-m-twitter--list{
	background-color: #eaf6fb;
	padding: 10px!important;
	border: 1px solid #eaf6fb;
}
	
/* ページTOPへ戻るリンク 
----------------------------- */
#gototop {
	border-top: 1px dotted #404040;
	margin: 50px auto 0 auto;
	padding: 5px;
	text-align: center;
}
#gototop a {
	color:#00a0e9;
	text-decoration: none;
}
#gototop a:hover {
  color:#00a0e9;
	text-decoration: none;
}

/* フッター問い合わせバナー
----------------------------- */
#page-top {
	bottom: 20px;
	display: none;
	position: fixed;
	right: 20px;
	z-index: 9999;
}
#page-top a {
	background-color: #00a0e9;
	text-decoration: none;
	color: #fff;
	padding: 10px 15px;
	display: block;
}
#page-top a:hover {
	text-decoration: underline;
}
#page-top  a:before {
	content: url(https://u.jimcdn.com/cms/o/sdfe43084afb5599a/userlayout/img/ico-mail-w.png?t=1482735584);
	margin-right: 10px;
}

/* アコーディオン
----------------------------- */
.ac-container label {
  color: #00a0e9;
	cursor:pointer;
	font-size: 1.5rem;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif!important;
	line-height: 1.8;
}
.trans{transition: all 0.8s;}

.ac-container label:before {
 	content: url(https://u.jimcdn.com/cms/o/sdfe43084afb5599a/userlayout/img/ico-ac.png?t=1482307150);
	margin-right: 10px;
}
input[type="checkbox"].on-off{
    display: none;
}
input[type="checkbox"].on-off + div{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + div{
	height: auto;
}

/* テキストボックス
----------------------------- */
.note-box{
	background-color:#f4f5f9;
  box-sizing: border-box;
  border: 10px solid #f4f5f9;
  display: block;
  padding: 25px 30px;
  width: 100%;
}
.note-box h4{
  font-size: 20px;
  font-weight: 300;
	margin-bottom: 10px;
  text-align: center;
}
.note-box p:last-of-type{  margin-bottom: 0!important;}
.note-box img{
	max-width: 100%;
}

/* コンテンツフッターリンク
----------------------------- */
.contentnavi{
	border-top: solid #f4f5f9;
	border-bottom: solid #f4f5f9;
	font-size: 1.3rem!important;
	padding: 25px 30px;
	text-align: center;
}
/* サイド
---------------------------------- */
#side {
	float: right;
	margin: 0;
	width: 260px;
}
#side ul.mainNav1 li .level_1 {display:none;}
#side ul {list-style-type: none;}
#sidemenu {
	background:url(https://u.jimcdn.com/cms/o/sdfe43084afb5599a/userlayout/img/bg-subbox-contents.gif?t=1482310930) center bottom no-repeat;
	padding:5px;
	margin-bottom: 15px;
}
ul.mainNav2 li {
	color:#707070;
	padding:10px;
	background:url(https://u.jimcdn.com/cms/o/sdfe43084afb5599a/userlayout/img/bar-dot01.gif?t=1482284720) left bottom repeat-x;
}
ul.mainNav2 li:first-child {
	padding-top: 0;
}
ul.mainNav2 li:last-child {
	background-image: url(-bar-dot01.gif);
}
ul.mainNav2 li a {
	background:url(https://u.jimcdn.com/cms/o/sdfe43084afb5599a/userlayout/img/ico-arrow02.gif?t=1482739089) left center no-repeat;
	padding-left:12px;
	text-decoration:none;
}
ul.mainNav2 a:link {color:#000;}
ul.mainNav2 a:visited {color:#000;}
ul.mainNav2 a:hover {color:#ff6600;}
ul.mainNav2 a.current {
	color:#ff6600;
	font-weight:bold;
}
ul.mainNav3 li {
	color: #707070;
	background-color: #f4f5f9;
	background-image: url(https://u.jimcdn.com/cms/o/sdfe43084afb5599a/userlayout/img/bar-dot01.gif?t=1482284720);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding: 10px;
}
ul.mainNav3 li:first-child {
	padding-top: 10px;
	margin-top: -5px;
}
ul.mainNav3 li:last-child {
	background-image: url(-bar-dot01.gif);
	padding-bottom: 10px;
	margin-bottom: -5px;
}
ul.mainNav3 li a {
	background:url(https://u.jimcdn.com/cms/o/sdfe43084afb5599a/userlayout/img/ico-arrow03.gif?t=1482738938) left center no-repeat;
	padding-left:12px;
	text-decoration:none;
}
ul.mainNav3 a:link {color:#707070;}
ul.mainNav3 a:visited {color:#707070;}
ul.mainNav3 a:hover {color:#ff6600;}
ul.mainNav3 a.current {
	color:#ff6600;
	font-weight:bold;
}
#sidebar {margin:0 0 10px 0;}
#sidebar a img {
	transition: 0.5s ease-in-out;
}
#sidebar a img:hover {
	opacity: 0.6;
	filter: alpha(opacity=40);
}
#sidebar h3 {
	margin-top: 10px;
	background:url(ico-arrow01.gif) left center no-repeat;
	padding-left:12px;
}
#sidebar p {
	padding-left:12px;
}
#sidebar div.hr {
	background:url(https://u.jimcdn.com/cms/o/sdfe43084afb5599a/userlayout/img/bar-dot01.gif?t=1482284720) left bottom repeat-x;
	border: none;
	height: 1px;
}

/* フッター
---------------------------------- */
.footerInner {
	width:1000px;
	margin:0 auto;
	padding:25px 0;
	overflow:hidden;
	text-align: left;
}
#footerMenuArea {background-color: #E6E1BD;}
#footerMenuArea ul {
	width:1000px;
}
#footerMenuArea ul li {
	float:left;
	margin-right:78px;
}
#footerMenuArea ul li a {text-decoration:none;}
#footerMenuArea ul li a:link {color:#363581;}
#footerMenuArea ul li a:visited {color:#363581;}
#footerMenuArea ul li a:hover {color:#ff6600;}
#footerMenuArea ul li dt {
	font-weight:bold;
	margin-bottom:6px;
}
#footerMenuArea ul li dd {
	padding-left:12px;
	margin-bottom:6px;
	background:url(https://u.jimcdn.com/cms/o/sdfe43084afb5599a/userlayout/img/ico-arrow02.gif?t=1482739089) left center no-repeat;
}
#footerMenuArea p {
	color: #ffffff;
	font-size: 1.5rem;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif!important;
	line-height: 1.7;
	margin: 0 0 15px 0;
}
#footerInfoArea {
	background:#000;
	color:#ffffff;
}
#footerInfoArea .gmap {
	margin-bottom:6px;
}
#footerInfoArea a {text-decoration:none;}
#footerInfoArea a:link {color:#FFF;}
#footerInfoArea a:visited {color:#FFF;}
#footerInfoArea a:hover {color:#41ECBF;}

#footerInfoArea #copy {
  color:#FFF;
	text-align:center;
}
#footer {
	width: 1000px;
	margin: 10px auto 0 auto;
	padding: 20px 0 20px 0;
	border-top: solid 1px #000;
	font-size: 1.0em;
}
#mapArea{
	width: 100%;
	height: 350px;
}