@charset "utf-8";


/* --------------------------------------
 __reset
-------------------------------------- */

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;
}

html {
	overflow-y: scroll;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

p {
	clear: both;
  margin: 0 0 1.5em 0;
}

ol,ul {
	list-style: none;
}

fieldset,img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}



/* --------------------------------------
 __layout
-------------------------------------- */

body {
	margin: 0;
	background-color: #ffffff;
	text-align: center;
	/* font-size: 62.5%; */
	/* font-size: 75%; */
	/*  font-size: 85%;*/
  font-size: 15px;
	color: #333333;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

p { /*font-size: 1em;*/font-size:15px;line-height: 200%; }

a:visited { color: #800080; }
a { color: #0040ff;text-decoration: none; }
a:hover { color: #0040ff;text-decoration: underline; }

.right { text-align: right; }
.center { text-align: center; }

.bold { font-weight: bold; }
.bold_red { font-weight: bold; color: #cc0033;}

.clear { clear: both; }
.fright { float: right; }
.fleft { float: left; }

/* ■■■ 文字カラー ----------------------------------------------------------- */

.fc006bc4 { color:#006bc4; }
.fccc0033 { color:#cc0033; }
.fce4007f { color:#e4007f; }



/* --------------------------------------
 __headehr
-------------------------------------- */

#header_area {
	float: left;
	width: 100%;
	margin: 0;
	text-align: center;
}

#page_title {
	width: 960px;
	margin: 0 auto;
	padding: 8px 0;
	text-align: left;
  font-size: 12px;
	/*font-size: 0.8em;*/
}

#header {
	width: 960px;
	height: 74px;
	margin: 0 auto;
	text-align: center;
}

#logo {
	float: left;
	margin: 0;
	padding: 7px 0 17px; 
	width: 285px;
}

#header_link {
	float: right;
	width: 400px;
	margin: -10px 30px 0 0;
	padding: 0;
	text-align: right;
}

#header_link ul {
	margin: 0;
	padding: 0;
}

#header_link ul li {
	list-style-type: none;
	float: right;
	margin: 0;
	padding: 0;
}

#header_link ul li img {
	margin: 0;
	padding: 0;
	border: 0;
}

#header_link ul li.mail {
	width: 60px;
	height: 65px;
	background: url(../images/mail-hover.png) no-repeat;
}

#header_link ul li a {
	display: block;
	width: 60px;
	height: 65px;
}

#header_link ul li a:hover {
	background-color:transparent;
}

#header_link ul li a:hover img {
	visibility:hidden;
}

/* --------------------------------------
 __tab
-------------------------------------- */

#tab_area {
	clear: both;
	float: left;
	width: 100%;
	margin: 0;
  padding: 3px 0;
	height: 44px;
	background: url(../images/tabAreaBg.png) repeat-x;
	text-align: center;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

#tab {
  /*display: table;*/
	width: 960px;
	margin: 0 auto;
}

#tab ul {
  display: flex;
	margin: 0;
	padding: 0;
}

#tab ul li {
	list-style-type: none;
  flex: 1;
	/*float: left;*/
	margin: 0;
	padding: 0 3px;
  /*width: 120px;*/
  height: 44px;
  border-left: 1px solid #fff;
  /*background: url(../images/tabActiveBg.png) no-repeat;*/
}

#tab ul li:last-child {
  border-right: 1px solid #fff;
  /*background: url(../images/tabActiveBgLast.png) no-repeat;*/
}


#tab ul li img {
	margin: 0;
	padding: 0;
	border: 0;
}

#tab ul li a {
	/*display: table-cell;*/
	/*width: 120px;*/
  display: flex;
  width: 100%;
	height: 44px;
	/*background: url(../images/tabBg.png) no-repeat;*/
  border-radius: 2px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
  justify-content: center;
  align-items: center;
  /*vertical-align: middle;*/
}

#tab ul li:last-child a { /*background: url(../images/tabBgLast.png) no-repeat;*/ }
/*#tab ul li:last-child a span { margin-left: 2px;padding: 0 2px;background: #e4007f;color: #fff; }*/

#tab ul li a.active { background: url("../images/tab-active-bg.png") repeat-x; }
/*#tab ul li a.active { background: url(../images/tabActiveBg.png) no-repeat; }*/
#tab ul li:last-child a.active { background: url(./images/tab-active-bg.png) repeat-x; }
/*#tab ul li:last-child a.active { background: url(./images/tabActiveBgLast.png) no-repeat; }*/

#tab ul li a:hover {
  background: url("../images/tab-active-bg.png") repeat-x;
	/*background-color: transparent;
	background: none;*/
}



/* --------------------------------------
 __pan
-------------------------------------- */

#pan_area {
	clear: both;
	float: left;
	width: 100%;
	margin: 10px 0 20px;
	text-align: center;
}

#pan {
	width:960px;
	margin: 0 auto 0;
	background-color: #ffffff;
	text-align: left;
}

#pan ul,
#pan ul li {
	margin: 0;
	padding: 0;
}

#pan ul li,
#pan ul li.active {
	display: inline;
  font-size: 12px;
	/*font-size: 0.8em;*/
	line-height: 180%;
	list-style-type: none;
}

#pan ul li a {
	margin-right: 5px;
	padding-right: 12px;
	background: url("../images/pan_arrow.gif") no-repeat right center;
	color: #107ccd;
	text-decoration: none;
}

#pan ul li a:hover {
	color: #107ccd;
	text-decoration: underline;
}

#pan ul li.active {
	margin-right: 3px;
	padding-right: 12px;
	background: url("../images/pan_arrow_none.gif") no-repeat right center;
	color: #1d3994;
}

/* --------------------------------------
 __main
-------------------------------------- */

#main_area {
	clear: both;
	float: left;
	width: 100%;
	margin: 0 0 70px;
	background-color: #ffffff;
	text-align: center;
}

#main {
	width: 960px;
	margin: 0 auto;
	background-color: #ffffff;
}

/* content_wide------------------------------- */

#content_wide {
	float: left;
	width: 960px;
	margin: 0;
	padding: 0 35px;
	background-color: #ffffff;
	text-align: left;
  box-sizing: border-box;
}



/* content------------------------------- */

#content {
	float: left;
	width: 680px;
	margin: 0;
	padding: 0 35px;
	background-color: #ffffff;
	text-align: left;
  box-sizing: border-box;
}

#content_wide h1,
#content h1 {
	height: 66px;
	margin: 0 0 0 -35px;
	/*padding: 0;*/
	padding: 0 0 0 32px;
	background: url(../images/h1-bg.png) no-repeat;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: 26px;
	/*font-size: 1.8em;*/
	font-weight: bold;
	color: #333333;
	line-height: 280%;
}

#content h2 {
	width: 680px;
	height: 40px;
	margin: 40px 0 15px -35px;
	padding: 0 0 0 18px;
	background: url(../images/h2Bg.png) no-repeat;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: 16px;
	/*font-size: 1.2em;*/
	font-weight: bold;
	color: #ffffff;
	line-height: 260%;
}

#content h2 a {
	color: #ffffff;
	text-decoration: none;
}

#content h3 {
	width: 680px;
	height: 32px;
	margin: 40px 0 15px -25px;
	padding: 6px 0 0 28px;
	background: url("../images/h3Bg.png") no-repeat;
	font-weight : 600;
	font-size: 15px;
	/*font-size: 1em;*/
}


#content h4 {
	margin: 0 0 10px;
	padding: 0;
	font-weight : 600;
	font-size: 15px;
	/*font-size: 1em;*/
}

#content ul,
#content ol {
	margin: 0 0 20px 20px;
	padding: 0;
}

#content ul li,
#content ol li {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 15px;
	/*font-size: 1em;*/
	line-height: 200%;
}

/* navi------------------------------- */

#navi {
	float: right;
	width: 250px;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	text-align: left;
  box-sizing: border-box;
}

.unit_navimenu,
.case_navimenu {
	clear: both;
	float: left;
	width: 250px;
	margin: 0 0 20px;
	padding: 5px;
	border: 1px solid #6bc9f3;
	background-color: #cceeff;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  box-sizing: border-box;
}

.unit_navimenu .navititle,
.case_navimenu .navititle {
	width: 238px;
	/*width: 178px;*/
	height: 42px;
	margin: 0 0 5px;
	padding-left: 40px;
	background: url(../images/naviTtlBg.png) no-repeat;
	font-size: 16px;
	/*font-size: 1.2em;*/
	font-weight: bold;
	line-height: 280%;
	color: #ffffff;
  box-sizing: border-box;
}

.unit_navimenu ul {
	margin: 0;
	padding: 0;
}

.unit_navimenu ul li {
	list-style-type: none;
	margin: 0 0 5px;
	padding: 0;
	width: 238px;
	height: 50px;
	background: url(../images/naviMenuHoverBg.png) no-repeat;
	font-size: 15px;
	/*font-size: 1em;*/
	font-weight: bold;
	line-height: 380%;
  box-sizing: border-box;
}

.unit_navimenu ul li img {
	margin: 0;
	padding: 0;
	border: 0;
}

.unit_navimenu ul li a {
	display: block;
	width: 238px;
	/*width: 186px;*/
	height: 50px;
	padding-left: 32px;
	background: url(../images/naviMenuBg.png) no-repeat;
	color: #333333;
	text-decoration: none;
  box-sizing: border-box;
}

.unit_navimenu ul li a:hover {
	background-color: transparent;
	background: none;
}

.case_navimenu ul { margin: 0;padding: 0; }
.case_navimenu ul li { list-style-type: none;margin: 0;padding: 0;border-bottom: 1px dotted #6bc9f3; }
.case_navimenu ul li:last-child { border-bottom: none; }
.case_navimenu ul li a { 
	display: block;
	width: 238px;
	height: 81px;
	padding: 3px 2px;
  background: #ffffff;
	color: #333333;
	text-decoration: none;
  box-sizing: border-box;
} 
.case_navimenu ul li a:hover { background: #f5fcff;color: #333333;text-decoration: none; } 

.case_navimenu ul li a span.param1 { position: relative;display: block;float:left;width: 75px;height: 75px;margin-right: 10px; } 
.case_navimenu ul li a span.param1 img { object-fit: cover;position: absolute;width: 100%;height: 100%;border: 1px solid #f5f5f5;box-sizing: border-box; } 
.case_navimenu ul li a span.param2 { display: block;margin: 2px 0;font-size: 12px;font-weight: bold;line-height: 120%; } 
.case_navimenu ul li a span.param3 { display: block;margin-bottom: 2px;font-size: 15px;font-weight: bold;line-height: 120%; } 
.case_navimenu ul li a span.param4 { display: block;font-size: 13px;/*font-weight: bold;*/line-height: 140%; } 



.salesforce_navi {
	clear: both;
	float: left;
  width: 100%;
	margin: 0;
	padding: 10px 0;
	border-top: 1px dotted #6bc9f3;
	border-bottom: 1px dotted #6bc9f3;
  text-align: center;
}

.security_action_navi {
	clear: both;
	float: left;
  width: 100%;
	margin: 0 0 20px;
	padding: 14px 0 12px;
	/*border-top: 1px dotted #6bc9f3;*/
	border-bottom: 1px dotted #6bc9f3;
  text-align: center;
}

.salesforce_user_review {
	clear: both;
	float: left;
	width: 250px;
	height: 100px;
	margin-bottom: 20px;
	background: url(../images/surHoverBg.png) no-repeat; 
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;	
}

.salesforce_user_review span.param1 {
	display: block;
	margin: 0 0 0 12px;
	padding-top: 13px;
	font-size: 22px;
	/*font-size: 1.6em;*/
	color: #ffffff;
	line-height: 100%;
}

.salesforce_user_review span.param2 {
	display: block;
	margin: -12px 0 0 12px;
	padding: 0;
	font-size: 15px;
	/*font-size: 1.1em;*/
	color: #ffffff;
	line-height: 150%;
}

.salesforce_user_review a {
	display: block;
	width: 250px;
	height: 100px;
	background: url(../images/surBg.png) no-repeat; 
	text-decoration: none;
}

.salesforce_user_review a:hover {
	background-color: transparent;
	background: none;
}

.column_navi {
	clear: both;
	float: left;
	width: 250px;
	margin: 0 0 10px;
	padding: 5px 10px 0;
	background-color: #ec6941;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  box-sizing: border-box;
}

iframe.navi_column_info { margin: 0;width: 230px;height:130px;background:#ffdead;overflow:hidden; }
iframe.main_column_info { margin: 0;width: 665px;/*height:300px;*/height:1150px;padding:0; }

.column_navi_title span.param1 {
	display: block;
	padding-left: 24px; 
	height: 18px;
	background: url(../images/column-title-bg.png) no-repeat;
	color: #ffffff;
}

.column_navi_title span.param2 {
	display: block;
	margin: 2px 0 0;
	font-size: 18px;
	/*font-size: 1.3em;*/
	color: #ffffff;
}

iframe.navi_column_info ul.column_information ik { margin-bottom: 10px; }


/*
.column_title {
	width: 210px;
	padding: 5px;
	background-color: #ffd699;
}

.column_title span.param1 {
	display: block;
	width: 90px;
	background-color: #ec6941;
	color: #ffffff;
	text-align: center;
}

.column_title span.param2 {
	display: block;
	padding: 10px 3px 5px;
	color: #000000;
}

.column_title span.param2 a { color:#000000;text-decoration: underline; }
.column_title span.param2 a:hover { color:#e4007f;text-decoration: underline; }
*/

/* --------------------------------------
 __footer
-------------------------------------- */
	
#footer_area {
	clear: both;
	float: left;
	width: 100%;
	margin: 0 0 10px;
	border-top: 1px solid #89d3f5;
}
	
#footer {
	width: 960px;
	margin: 0 auto;
	/* text-align: center; */
}

#footer_link {
	float: left;
	width: 600px;
	margin: 7px 0;
	padding: 0;
	text-align: left;
	font-size: 14px;
	/*font-size: 0.9em;*/
}

#footer_link ul {
	margin: 0;
	padding: 0;
}

#footer_link ul li {
	display: inline;
	margin-right: 0px;
	padding-left: 7px;
	border-left: 1px solid #9fb7d4;
}

#footer_link ul li.left {
	margin-right: 3px;
	padding-left: 0px;
	border-left: 0;
}

#footer_copyright {
	float: right;
	width: 240px;
	margin: 7px 0;
	padding: 0;
	font-size: 14px;
	/*font-size: 0.9em;*/
	text-align: right;
}

/* --------------------------------------
 __pagetop
-------------------------------------- */

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
	font-size: 14px;
	/*font-size: 0.9em;*/
}

#page-top a {
  background: #ffd900;
  text-decoration: none;
  color: #666666;
  width: 56px;
  height: 50px;
  padding: 4px 6px;
  text-align: center;
  display: block;
  border-radius: 5px;
  box-sizing: border-box;
}

#page-top a:hover {
    text-decoration: none;
    background: #ffe240;
}
