@charset "utf-8";
/* CSS Document */

/**********************************************************************
*
*　　 ■ボディレイアウト
*
**********************************************************************/

body {
	position: relative;
	color: #000;
	background: #FFF;
	font-size: 75%;
	font-family: "Noto Sans Japanese", serif,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	text-align: left;
	line-height: 1.5;
	width: 100%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
html>/**/body {
	font-size: 12px; /* Except IE */
}

/**********************************************************************
*
*　　 ■default
*
**********************************************************************/

html {
	overflow-y: scroll;
	overflow-x: hidden;
}
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;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
img,abbr,acronym,fieldset {
	border: 0;
}
fieldset img {
border: 0;
}
img {
vertical-align: bottom;
}
ol, ul, li {
list-style: none;
}
li {
	list-style-type: none;
}

/**********************************************************************
*
*　　 ■reset
*
**********************************************************************/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

table {
	word-break: break-all;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/**********************************************************************
*
*　　 ■parts
*
**********************************************************************/

.fl {
	float: left;
}
.fr {
	float: right;
}

.c_l {
	clear: left;
}

.c_b {
	clear: both;
}

.tl {
	text-align: left;
}
.tr {
	text-align: right;
}
.tc {
	text-align: center;
}

/* End hide from IE-mac */


.cb {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 1%;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}


.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mtb10 {
	margin: 10px 0;
}

.mtb20 {
	margin: 20px 0;
}

.mtb30 {
	margin: 30px 0;
}

.pt30 {
	padding-top: 30px;
}

.pl20 {
	padding-left: 20px;
}

p.notes {
	line-height: 18px !important;
	font-size: 12px !important;
	color: #777 !important;
}

p.notes span {
	color: #DD272D !important;
}

/**********************************************************************
*
*　　 ■リンク・透過変更
*
**********************************************************************/

a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}

a:link {
	/*color: #00A4E3;*/
	color: #FFF;
	text-decoration: none;
}

a:visited {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	 color: #FFF;
	 text-decoration: none;
}

a img {
	margin: 0;
	padding: 0;
	border-width: 0px;
	border-style: none;
	border-color: #ffffff;
	color: #ffffff;
	background: transparent;
		-webkit-transition: opacity 1.4s ease;
		-moz-transition: opacity 1.4s ease;
		transition: opacity 1.4s ease;
}

img {
	margin: 0;
	padding: 0;
	border-width: 0px;
	border-style: none;
	background: transparent;
	vertical-align: bottom;
}

a:hover img,
a:active img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

header #head_tit #sm_btn a,
header #logo_areaul li a {
	filter:  alpha(opacity=100);
	-moz-opacity: 1;
	-webkit-transition: opacity 1.4s ease;
	-moz-transition: opacity 1.4s ease;
	transition: opacity 1.4s ease;
	opacity: 1;
}

header #head_tit #sm_btn a:hover,
header #logo_areaul li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/**********************************************************************
*
*　　 ■外枠
*
**********************************************************************/

header,
header02,
footer {
	width: 100%;
	font-size: 14px;
}

header {
	height:50px;
	background: #FFF;
	z-index: 99999;
	/*border-bottom: 1px solid #EEE;*/
}

header02 {
	height:90px;
	background: #FFF;
	z-index: 99999;
}

footer {
	background: #FFF;
	clear: both;
}

article#top-p {
	background: #FFF;
	padding-top:50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

/**********************************************************************
*
*　　 ■ヘッダー
*
**********************************************************************/

header h1 {
	width: 240px;
	margin: 13px 0 0 10px;
	float: left;
}
header h1 img {
	background: #FFF;
	width: 200px;
}

header #cnt_nav {
	background: #EEE;
	padding: 8px 5px 8px 0;
	float:right;
}

header #cnt_nav li {
	width: 60px;
	float: left;
	margin: 0 0 0 5px;
}

header #cnt_nav li img {
	width: 100%;
}

header div.icon-animation {
	height: 45px;
	width: 45px;
	float: right;
	display: block;
	position: relative;
}
.icon-animation span {
    width: 20px;
    height: 2px;
    display: block;
    background: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
	margin-top:7px;
}

.type-3 span {
  -webkit-transition: all 0.3s;
          transition: all 0.3s; }

.type-3 .middle {
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px); }

.type-3 .top {
  -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px); }

.type-3 .bottom {
  -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px); }

.type-3.is-open .middle {
  -webkit-transform: translateX(100px);
      -ms-transform: translateX(100px);
          transform: translateX(100px);
  background: rgba(255, 255, 255, 0); }

.type-3.is-open .top {
  -webkit-transform: rotate(-45deg) translateY(0px);
      -ms-transform: rotate(-45deg) translateY(0px);
          transform: rotate(-45deg) translateY(0px); }

.type-3.is-open .bottom {
  -webkit-transform: rotate(45deg) translateY(0px);
      -ms-transform: rotate(45deg) translateY(0px);
          transform: rotate(45deg) translateY(0px); }

header div a {
	border: none;
	display: block;
	width: 20px;
	height:30px;
}
/**********************************************************************
*
*　　 ■ナビゲーション
*
**********************************************************************/

#menu ul li a {
	color: #fff;
}

#menu ul li a.link_nav {
	background-size: 14px;
}
#menu ul li a.link_nav:hover {
	background:rgba(0,0,0,0.2);
	background-size: 14px;
}

#menu ul li a:hover {
	background: rgba(0,0,0,0.2);
	box-shadow: inset 0 -1px rgba(0,0,0,0);
}
/**********************************************************************
*
*　　 ■タイトル
*
**********************************************************************/

#top_tit {
	text-align: center;
	padding: 10px 0 0;
}

#top_tit h1 {
	font-weight: bold;
	line-height:18px;
}

#top_tit p {
	font-weight: bold;
	color: #BD0000;
	margin-bottom:10px;
}

/**********************************************************************
*
*　　 ■TOP エリア　ナビメニュー
*
**********************************************************************/

#slider_top {
	width:100%;
	background: #FFF;
}
/**********************************************************************
*
*　　 ■トップページコンテンツ
*
**********************************************************************/

#top_contents{
	width: 310px;
	margin: 0 auto;
}

.news_left{
	text-align: left;
	float:left;
}

.news_right{
	text-align:right;
	float: right;
	font-size: 13px;
	padding: 2px 5px 0 0;
}

.top_title{
	/*background: -moz-linear-gradient(top,#FFF 0%,#EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));*/
	border: 1px solid #DDD;
	background: url(/smp/commons/img/tit_bg.png) repeat-x !important;
	background-size: auto 100%;
	color:#002AA5;
	height:30px;
	margin: 10px 0 10px;
	padding: 10px 0 0 10px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.2em;
}

#top_contents h2{
	background: url(/smp/commons/img/tit_bg.png) repeat-x !important;
	background-size: auto 100%;
	/*background: -moz-linear-gradient(top,#FFF 0%,#EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));*/
	border: 1px solid #DDD;
	color:#002AA5;
	height: 16px;
	margin: 10px 0 0;
	padding: 12px 14px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.2em;
}

#top_news h2 {
	border-left: none !important;
	border-right: none !important;
}

#top_contents h2 em {
	border-left: 5px solid #002AA6;
	padding-left: 8px;
	float: left;
	font-weight: bold;
 }

#top_contents h2 span {
	float: right;
 }

#top_contents h2 span a {
	display: block;
	width: 50px;
	line-height: 20px;
	background: #002AA6 url(/smp/commons/img/arrow_icon.png) no-repeat 90% center;
	background-size: 10px;
	color: #FFF;
	font-size: 11px;
	padding-left: 8px;
	font-weight: normal;
 }

#company_nav ul{
	overflow: hidden;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	padding-bottom: 3px;
	margin-bottom: 30px;
}

#company_nav ul li a{
	color:#FFF;
	font-weight:400;
}

#company_nav ul li {
	width: 31%;
	height: 83px;
	text-align: center;
	float: left;
	color: #FFF;
	margin: 1%;
}

#company_nav ul li a{
	display: block;
	width: 100%;
	height: 15px;
	border: 1px solid #EEE;
	text-align: center;
	float: left;
	color: #FFF;
	margin: 1%;
	padding-top: 68px;
	font-size: 10px;
	letter-spacing: 0.05em;
}

#company_nav ul li.cl01 a {
	background: url(/smp/commons/img/list_business.png) no-repeat;
	background-size: 100%;
}

#company_nav ul li.cl02 a {
	background: url(/smp/commons/img/list_message.png) no-repeat;
	background-size: 100%;
}

#company_nav ul li.cl03 a {
	background: url(/smp/commons/img/list_idea.png) no-repeat;
	background-size: 100%;
}

#company_nav ul li.cl04 a {
	background: url(/smp/commons/img/list_officer.png) no-repeat;
	background-size: 100%;
}

#company_nav ul li.cl05 a {
	background: url(/smp/commons/img/list_investors.png) no-repeat;
	background-size: 100%;
}

#company_nav ul li.cl06 a {
	background: url(/smp/commons/img/list_company.png) no-repeat;
	background-size: 100%;
}

#company_nav ul li.cl07 a {
	background: url(/smp/commons/img/list_benefits.png) no-repeat;
	background-size: 100%;
}

#company_nav ul li.cl08 a {
	background: url(/smp/commons/img/list_organization-chart.png) no-repeat;
	background-size: 100%;
}

#company_nav ul li.cl09 a {
	background: url(/smp/commons/img/list_learningcenter.png) no-repeat;
	background-size: 100%;
}


/**********************************************************************
*
*　　 ■トップページ ニュース
*
**********************************************************************/

#top_news {
	width: 100%;
	background: #FFF;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	margin-bottom: 20px;
}

#top_news ul{
	/*overflow: hidden;*/
	width: 90%;
	margin: 10px auto;
}

#top_news ul li {
	border-bottom: 1px dotted #DDD;
	font-size: 13px;
	color: #333;
	line-height: 18px;
	padding: 0 0 10px;
	margin: 0 0 10px;
    text-align: justify;
    text-justify: inter-ideograph;
	letter-spacing: 0.05em;
}

#top_news ul li em {
	display: block;
	font-size: 13px;
	color: #002491;
	line-height: 18px;
	margin-bottom: 4px;
	font-weight: bold;
}

#top_news ul li:last-child {
	border-bottom: none;
}


/**********************************************************************
*
*　　 ■各ページ　コンテンツ共通
*
**********************************************************************/

#cnt_box,
#msg_box,
#idea_box,
#bnfit_box,
#com_box,
#chart_box,
#lg_box,
#thanks_box {
	width:310px;
	margin: 0 auto;
}

#msg_box,
#idea_box section,
#bnfit_box,
#com_box,
#chart_box,
#lg_box,
#thanks_box {
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

.box{
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding-top: 20px;
}


#cnt_box h2,
#msg_box h2,
#idea_box section h2,
#bnfit_box h2,
#com_box h2,
#chart_box h2,
#lg_box h2,
#thanks_box h2 {
	background: url(/smp/commons/img/tit_bg.png) repeat-x !important;
	background-size: auto 100%;
	/*background: -moz-linear-gradient(top,#FFF 0%,#EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));*/
	border: 1px solid #DDD;
	color:#002AA5;
	height: 16px;
	margin: 20px 0 0 0;
	padding: 12px 14px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.2em;
}

#msg_box h2,
#idea_box section h2,
#bnfit_box h2,
#com_box h2,
#chart_box h2,
#lg_box h2,
#thanks_box h2 {
	border-left: none !important;
	border-right: none !important;
	margin-bottom: 15px;
}

#cnt_box h2 em,
#msg_box h2 em,
#idea_box section h2 em,
#bnfit_box h2 em,
#com_box h2 em,
#chart_box h2 em,
#lg_box h2 em,
#thanks_box h2 em {
	border-left: 5px solid #002AA6;
	padding-left: 8px;
	float: left;
	font-weight: bold;
 }

.st-content{
	border-top: 1px solid #DDD;
	padding: 10px 12px;
	background: #FFF;
}

#st-content-none{
	border-top: none;
}

.st-content h4{
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 23px;
 }

.st-content p{
	width: 100%;
    font-size: 13px;
    line-height:  18px;
    text-align: justify;
    text-justify: inter-ideograph;
	margin-bottom: 5px;
}

/**********************************************************************
*
*　　 リクルート画像
*
**********************************************************************/

#recruit_list {
	width: 310px;
	margin: 20px auto;
}

#recruit_list li img {
	width: 48%;
	margin: 0 1%;
	float: left;
	border: 1px solid #DDD;
}

/**********************************************************************
*
*　　 ■会社概要 ■IR情報-決算報告
*
**********************************************************************/

#com_box dl {
	width: 90%;
	margin: 0 auto;
}

#com_box dl dt {
	margin: 0 auto 8px;
	color: #002AA5;
	font-size: 15px;
	border-left: solid 4px #002AA5;
	padding-left: 8px;
	font-weight: bold;
}

#com_box dl dd {
	margin: 0 auto 10px;
	color: #333;
	font-size: 13px;
	padding-bottom: 10px;
	line-height: 18px;
	border-bottom: 1px dotted #DDD;
	letter-spacing: 0.05em;
}

#com_box dl dd:last-child {
	border: none !important;
}

ul.stcnt_list{
	margin: 5px 0;
}

 ul.stcnt_list li{
	font-size: 14px;
	line-height: 20px;
}

/**********************************************************************
*
*　　 ■アコーディオン ■アコーディオン2
*
**********************************************************************/

h3#last_border,h4#last_border {
	border-bottom: 1px solid #DDD;
}

/**********************************************************************
*
*　　 ■アコーディオン
*
**********************************************************************/

.st-accordion {
    width: 90%;
    min-width:270px;
    margin: 0 auto 20px;
}

.st-accordion ul li {
    overflow: hidden;
}

.st-accordion h3,
.st-accordion h4{
	height: 40px;
	padding-left:20px;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-top: 1px solid #DDD;
}

.st-accordion ul li > a{
	background: url(../img/wh_link_bg.png) repeat-x center top;
	background-size: auto 100%;
    font-size: 16px;
	font-weight: bold;
	color: #002AA5;
    display: block;
	font-weight: bold;
	position: relative;
	line-height: 40px;
	outline:none;
    -webkit-transition:  color 0.2s ease-in-out;
	-moz-transition:  color 0.2s ease-in-out;
	-o-transition:  color 0.2s ease-in-out;
	-ms-transition:  color 0.2s ease-in-out;
	transition:  color 0.2s ease-in-out;
}

.st-accordion ul li > a span{
	background: transparent url(../img/link_arrow.png) no-repeat center center;
	background-size: 20px;
	text-indent:-9000px;
	width: 26px;
	height: 26px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -13px;
	opacity:1;
	-webkit-transition:  all 0.2s ease-in-out;
	-moz-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
	transition:  all 0.2s ease-in-out;
}

.st-accordion ul li > a:hover{
    color: #00A4E3;
}

.st-accordion ul li > a:hover span{
	opacity:1;
	right: 10px;
}

.st-accordion ul li.st-open > a{
    color: #00A4E3;
}

.st-accordion ul li.st-open > a span {
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
    transform:rotate(270deg);
	right:10px;
	opacity:1;
}

#bnfit_box .st-accordion ul li:last-child h4,
.st-accordion ul li:last-child h3 {
	border-bottom: 1px solid #DDD !important;
}

.st-accordion ul li:last-child .st-content {
	border-top: none !important;
}

/**********************************************************************
*
*　　 ■事業案内
*
**********************************************************************/

.bsn_img {
	text-align: center;
	padding-top: 13px;
}

.link_bnt {
	background: #00BFFF;
	font-size: 16px;
	color: #FFF;
	width: 240px;
	text-align: center;
	line-height:38px;
	cursor: pointer;
	margin: 15px auto;
}

/**********************************************************************
*
*　　 アコーディオン2　for 事業案内
*
**********************************************************************/

.st-accordion2 {
    width: 90%;
    min-width:270px;
    margin: 0 auto 20px;
}

.st-accordion2 h3{
	height: 50px;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-top: 1px solid #DDD;
}

.st-accordion2 h3{
	padding-left: 10px;
	height: 50px;
}

.st-accordion2 ul li h3#last_border{
	border-bottom: 1px solid #DDD;
}

.st-accordion2 h3.line-height{
	height: 43px;
	padding-top: 8px;
	line-height: 15px;
}

.st-accordion2 h3.line-height em{
	font-size: 0.7em;
}

.st-accordion2 ul li > a{
	background: url(../img/wh_link_bg.png) repeat-x center top;
	background-size: auto 100%;
    font-size: 16px !important;
	font-weight: bold;
	color: #002AA5;
    display: block;
	font-weight: bold !important;
	position: relative;
	line-height: 50px;
	outline:none;
    -webkit-transition:  color 0.2s ease-in-out;
	-moz-transition:  color 0.2s ease-in-out;
	-o-transition:  color 0.2s ease-in-out;
	-ms-transition:  color 0.2s ease-in-out;
	transition:  color 0.2s ease-in-out;
}

.st-accordion2 ul li > a span{
	background: transparent url(../img/link_arrow.png) no-repeat center center;
	background-size: 20px;
	text-indent:-9000px;
	width: 26px;
	height: 26px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -13px;
	opacity:1;
	-webkit-transition:  all 0.2s ease-in-out;
	-moz-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
	transition:  all 0.2s ease-in-out;
}

.st-accordion2 ul li > a:hover{
    color: #00A4E3;
}

.st-accordion2 ul li > a:hover span{
	opacity:1;
	right: 10px;
}

.st-accordion2 ul li.st-open > a{
    color: #00A4E3;
}

.st-accordion2 ul li.st-open > a span {
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
    transform:rotate(270deg);
	right:10px;
	opacity:1;
}

/**********************************************************************
*
*　　 ■役員紹介
*
**********************************************************************/

#chart_box img {
	width: 100%;
}

.disnon {
	display: none;
}

#tab_nav {
	width: 100%;
	height: 40px;
	overflow: hidden;
}

#tab_nav ul {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 0 !important;
}

#tab_nav li {
	width: 31%;
	height: 40px;
	float: left;
	margin: 0 1%;
	cursor: pointer;
}

#tab_nav li span {
	display: none;
}

#tab_nav li#cr01 {
	background: url(/smp/commons/img/chart01_btn.png) no-repeat;
	background-size: 100%;
}

#tab_nav li#cr02 {
	background: url(/smp/commons/img/chart02_btn.png) no-repeat;
	background-size: 100%;
}

#tab_nav li#cr03 {
	background: url(/smp/commons/img/chart03_btn.png) no-repeat;
	background-size: 100%;
}

#tab_nav li.select {
	width: 31%;
	height: 40px;
	float: left;
	color: #FFF;
}

#tab_nav li#cr01.select {
	background: url(/smp/commons/img/chart01_btn_on.png) no-repeat;
	background-size: 100%;
}

#tab_nav li#cr02.select {
	background: url(/smp/commons/img/chart02_btn_on.png) no-repeat;
	background-size: 100%;
}

#tab_nav li#cr03.select {
	background: url(/smp/commons/img/chart03_btn_on.png) no-repeat;
	background-size: 100%;
}

.content_wrap {
	width: 90%;
	margin: 0 auto 20px;
}

/**********************************************************************
*
*　　 ■役員紹介
*
**********************************************************************/

#st-accordion1 h4,
#st-accordion2 h4,
#st-accordion3 h4,
#st-accordion4 h4,
#st-accordion5 h4,
#st-accordion6 h4,
#st-accordion7 h4{
	border: 1px solid #DDD;
	padding-left: 20px;
}

h3.officer_tit{
	height: 38px;
	font-size: 18px;
	color: #002AA5;
	/*line-height:20px;*/
	border-left: solid 5px #002AA5;
	margin: 0  0 15px 14px;

}


h3.officer_tit em{
	margin-left:8px;
	font-size: 0.8em;
	line-height: 16px;
}

h3.officer_tit span{
	display: block;
	margin: 3px 0 0 8px;
	font-weight: bold;
}

h3.officer_tit em.em_adj{
	margin-left: 0;
}

.officer_photo{
    width: 100%;
	margin: 10px 0 20px;
}

.officer_photo img{
	display: block;
	width: 280px;
	margin: 0 auto;
}


ul.ofc_indent li{
	font-size: 14px;
	line-height: 18px;
	padding-left: 14px;
	text-indent: -14px;
	margin: 5px 0;
}

/**********************************************************************
*
*　　 ■企業理念
*
**********************************************************************/

#idea01 {
	padding-bottom:15px;
}

#idea01 p {
	font-family: "Sawarabi Mincho";
	font-weight: bold;
	text-align: center;
	font-size: 15px;
	line-height: 18px;
}

#idea01 #id_top {
	font-size: 40px;
	margin-bottom: 15px;
	line-height: 50px !important;
	letter-spacing: 0.2em;
}

#idea02 p {
	width: 90%;
	margin: 0 auto 20px;
	font-size: 13px;
	line-height: 18px;
    text-align: center;
	margin-bottom: 20px;
}

#idea_box .id_tit {
	font-family: "Sawarabi Mincho";
	font-weight: bold;
	text-align: center;
	font-size: 22px;
	letter-spacing: 0.15em !important;
	line-height: 30px;
	margin-bottom: 15px !important;
}

ul.Tleft{
	width: 90%;
	margin: -10px auto 10px;
	text-align: left;
	font-size: 13px;
	line-height: 20px;
}

ul.Tleft li{
	margin-left: 2em;
	text-indent: -2em;
}

.box_center img{
	display:block;
	margin: 0 auto 10px;
}

/**********************************************************************
*
*　　 ■代表挨拶
*
**********************************************************************/

#msg_box p {
	width: 90%;
	margin: 0 auto;
	font-size: 13px;
	line-height: 18px;
    text-align: justify;
    text-justify: inter-ideograph;
	margin-bottom: 10px;
}

#msg_m {
	font-family: "Sawarabi Mincho";
	font-size: 18px !important;
	line-height: 22px !important;
	font-weight: bold;
	margin-bottom: 20px !important;
}

#msg_box img{
	display:block;
	width: 100%;
	margin: 0 auto 10px;
}

/**********************************************************************
*
*　　 ■IR　決算報告
*
**********************************************************************/

.fa-file-pdf-o{
	font-seize: 14px;
	color: red;
	padding-right: 5px;
}

.fa-arrow-circle-right {
	font-seize: 14px;
	color: blue;
	padding-right: 5px;
}

.st-content .stcnt_list p a{
	display:inline;
	background: none;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 20px;
	color: #000000;
	padding: 0;
}

.st-content .stcnt_list p a em{
	padding-left: 17px;
}

/**********************************************************************
*
*　　 ■IR　株式情報
*
**********************************************************************/

#ir_box{
	margin: 0 12px;
}

#ir_box h3{
	font-size: 15px;
	font-weight: bold;
}

#ir_box p{
	font-size: 14px;
	line-height: 20px;
    text-align: justify;
    text-justify: inter-ideograph;
}

table.ir_table {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-left: 1px solid #ccc;
	margin-top:5px;
	margin-bottom:20px;
}

table.ir_table thead th {
	padding: 10px;
	font-weight: bold;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #0C0360;
	color: #fff;
	text-align: center;
}

th.ir_table_tit01 {
	width: 50%;
}

th.ir_table_tit02 {
	width: 25%;
}

th.ir_table_tit03 {
	width: 25%;
}

th.ir_table_tit04 {
	width: 33%;
}

th.ir_table_tit05 {
	width: 20%;
}

th.ir_table_tit06 {
	width: 47%;
}

table.ir_table tbody th {
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

table.ir_table td {
	width: 180px;
	padding: 10px;
	vertical-align: middle;
	text-align: right;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

table.ir_table tr.sum th{
	text-align: center;
}

table.ir_table tr.sum {
	background: #F5F5F5;
}


/**********************************************************************
*
*　　 ■研修センター
*
**********************************************************************/

#lg_box p {
	width: 90%;
	margin: 0 auto 15px;
	font-size: 13px;
	line-height: 18px;
    text-align: justify;
    text-justify: inter-ideograph;
	margin-bottom: 10px;
}

#img_slider {
	width: 90%;
	margin: 0 auto 8px;
}


#img_slider img{
    display: block;
    width: 100%;
	border: 1px solid #DDD;
}


/**********************************************************************
*
*　　 ■社内制度
*
**********************************************************************/

#bnfit_box h3 {
	width: 90%;
	margin: 0 auto 15px;
	color: #002AA5;
	font-size: 15px;
	border-left: solid 4px #002AA5;
	padding-left: 8px;
	font-weight: bold;
}

#bnfit_box p {
	width: 90%;
	margin: 0 auto 15px;
	font-size: 13px;
	line-height: 18px;
    text-align: justify;
    text-justify: inter-ideograph;
	margin-bottom: 10px;
}

#bnfit_box div {
	width: 90%;
	margin: 0 auto 20px;
}

#bnfit_box img {
	width: 100%;
	display: block;
}

.sec_bn p {
	text-align: center !important;
	line-height: 22px !important;
	padding-bottom: 15px;
}

#bnfit_box .st-content img {
	padding-bottom: 15px;
}

#bnfit_box dl dt {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 8px;
}

#bnfit_box dl dd {
	font-size: 13px;
	line-height: 18px;
    text-align: justify;
    text-justify: inter-ideograph;
	border-bottom: 1px dotted #DDD;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#bnfit_box dl dd:last-child {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

#bnf01 dt {
	color: #003E83;
}

#bnf02 dt {
	color: #FFC926;
}

#bnf03 dt {
	color: #006600;
}

#bnf04 dt {
	color: #FF4D4D;
}


#benefits {
	margin: 0 12px;
}

#benefits p{
	font-size: 14px;
	line-height: 20px;
    text-align: justify;
    text-justify: inter-ideograph;
	margin-bottom: 10px;
}

#benefits h3{
	color: #002AA5;
	font-size: 15px;
	border-left: solid 4px #002AA5;
	margin: 20px 0;
}

#benefits h3 em{
	font-weight: bold;
	color: #002AA5;
	padding-left: 10px
}

#benefits img{
	width: 100%;
	display:block;
	margin: 0 auto 10px;
}


/**********************************************************************
*
*　　 ■お問合せ
*
**********************************************************************/

#contact_box {
	width: 310px;
}

#thanks_box p {
	width: 90%;
    font-size: 13px;
    line-height:  24px;
	text-align:center;
	margin: 15px auto;
}

#thanks_box div {
	width: 221px;
	margin: 0 auto 15px;
}


/**********************************************************************
*
*　　 ■footer
*
**********************************************************************/

#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
}
#page-top a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
}
#page-top a img {
	width:100%;
}

#footer_nav li {
	float: left;
	width: 25%;
	height: 90px;
	border-left: 1px solid #EEE;
}

#footer_nav li:first-child {
	border: none;
}

#footer_nav li a {
	display: block;
	width:100%;
	height: 100%;
	text-align: center;
	padding-top: 15px;
	height: 75px;
	font-weight: bold;
}

#b_nav ul {
	width:100%;
	margin: 0 auto;
}

#b_nav ul li {
	width:50%;
	height:50px;
	margin: 0;
	float: left;
}

#b_nav ul li:first-child {
	border-right: 1px solid #FFF;
}

#b_nav ul li a {
	display: block;
	width:100%;
	height:49px;
	background: #EEE;
	color: #777;
	line-height: 49px;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
}

#ft_nav {
	border-bottom: 1px solid #333;
	padding: 14px 0;
}

#ft_nav ul {
	width: 100%;
	margin-bottom: 15px;
	background: #002287;
}

#ft_nav ul li {
	float: left;
	width:25%;
	border-right: 1px solid #FFF;
}

#ft_nav ul li:last-child {
	border-right: none;
}


#ft_nav ul li a {
	display: block;
	width: 100%;
	height: auto;
	padding: 15px 0;
	color: #FFF;
	text-align: center;
	font-size: 12px;
}

#ft_nav ul li a img {
	display: block;
	width:30px;
	margin: 0 auto 10px;
}

#ft_nav ol {
	width: 310px;
	margin: 0 auto;
}

#ft_nav ol li {
	float: left;
	margin: 0 40px 0 55px;
}

#ft_nav ol li:last-child {
	margin: 0;
}


#ft_nav ol li a {
	background: url(../img/ft_nav_arrow.png) no-repeat left center;
	font-size: 13px;
	padding-left: 17px;
	color: #333;
}

footer div {
	width: 210px;
	padding: 15px 0 0;
	margin: 5px auto 0;
}

footer div img {
	width: 100%;
}

#copyright {
	height: 20px;
	line-height:20px;
	font-size: 10px;
	text-align: center;
	margin-bottom: 5px;
}

/**********************************************************************
*
*　　 ■パンくずリスト
*
**********************************************************************/

#breadcrumb {
	background: #F6F6F6;
	padding: 10px 10px 10px 0;
}

#breadcrumb ol li {
	float: left;
	margin-left:10px;
	font-size: 12px;
	color: #002AA5;
}

#breadcrumb ol li a {
	color: #002AA5;
	font-size: 12px;
	padding-right: 15px;
	background: url(../img/bread_arrow.png) no-repeat right center;
	background-size: auto 10px;
}

/**********************************************************************
*
*　　 ■owl-carousel
*
**********************************************************************/

#owl-inner {
	background: none;
}

#owl-inner div a img {
	width: 100%;
}

/**********************************************************************
*
*　　 ■border-box
*
**********************************************************************/

#top_b_nav ul li a {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
}

/**********************************************************************
*
*　　 ■border-box
*
**********************************************************************/
#img_slider img,
#recruit_list li img,
#ft_nav,
#ft_nav ul li,
#ft_nav ul li a,
#bnfit_box h3,
#com_box dl dt,
#tab_nav li,
#top_news {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

/***********************cookie同意＊＊＊＊＊＊＊＊＊**********************/
  .cookie-consent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 14px;
    color: #FFF;
    background: rgba(43,123,189,0.6);
    padding: 0.8em;
    box-sizing: border-box;
    visibility: hidden;
  }
  .cookie-consent.is-show {
    visibility: visible;
  }
  .cookie-consent a {
    color: #f2e268 !important;
  }
  .cookie-agree {
    color: #fff;
    background: #00CED1;
    padding: .5em 1.5em;
    border-radius:5px;
  }
  .cookie-agree:hover {
    cursor: pointer;
  }
  /* パッと消える */
  .cc-hide1 {
    display: none;
  }
  /* ゆっくり消える */
  .cc-hide2 {
    animation: hide 1s linear 0s;
    animation-fill-mode: forwards;
  }
  @keyframes hide {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
      visibility: hidden;
    }
  }
  /* メディアクエリ */
  @media screen and (max-width: 600px) {
    .cookie-consent {
      flex-direction: column;
      font-size: 0.8rem;
      padding: 0.5rem 0.8rem;

    }
    .cookie-text {
      margin-bottom: 0.2rem;
    }
    .cookie-agree {
    padding: 0.2rem 1rem;
    border-radius:5px;
  }

  }



/**********************************************************************
*
*　　 ■回り込み解除
*
**********************************************************************/

header:after,
.st-content ul.stcnt_list li a em:after,
header #cnt_nav:after,
#top_contents h2,
#top_news ul:after,
#about_menu ul:after,
#campaign_menu ul:after,
#std_menu .content ul li a:after,
#ft_nav ul:after,
#ft_nav ol:after,
#breadcrumb ol:after,
#recruit_list li img:after,
.news_right:after,
#tab_nav ul:after {
	content: "";
	display: block;
	clear: both;
}
