@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap');
/* ===================================================================
CSS information

 file name       : style.css
 created         : 2014-2015
 last Modified   :
 editor(s)       : r.mori
 last Editor     :
 style info      : 各ページのコンテンツエリア関係 他
=================================================================== */

/*==================================

 共通

==================================*/

h1{
	font-size: 9px;
  margin: 0 0 5px 0;
}
h2.lead{
  font-size: 14px;
	font-weight: bold;
  margin: 0 0 12px 0;
  padding: 3px 0 0 0;
}
#contents{
	margin: 10px 10px 40px 10px;
}
#pagetop{
  text-align: center;
  margin: 15px 0;
  padding: 15px 0;
  font-size: 12px;
}
#pagetop:before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 14px;
  -moz-background-size: 12px 12px;
  -webkit-background-size: 12px 12px;
  background: url(/sp/images/arrowRoundGrayTop.png) no-repeat 3px 0;
  background-size: 12px 12px;
}

/* ヘッダー */
#header{
 margin: 5px 10px 10px;
}
#header #ideaLogo{
 display: inline-block;
}

/* ヘッダーメニュー */
#headmenu{
  display: inline-block;
  float: right;
  line-height: 0;
}
#headmenu #header_menu{
  width:40px;
  height: 40px;
  background: url(/sp/images/menuBtn.png) no-repeat;
  background-size: 40px 40px;
}
#headmenu .active #header_menu{
  background: url(/sp/images/menuBtn_on.png) no-repeat;
  background-size: 40px 40px;
}
#headmenu .acordion_tree {
  display: block;
  position: absolute;
  right: 10px;
  left: 10px;
  background-color: rgba(45, 45, 45, 0.95);
  margin: 0;
  z-index: 100;
  line-height: 1.5;
}
#headmenu .acordion_tree ul li{
  border-top: 1px solid #E6E6E6;
  margin: 0 0 15px 0;
  font-size: 14px;
  font-weight: bold;
}
#headmenu .acordion_tree li{
  border-bottom: 1px solid #E6E6E6;
}
#headmenu .acordion_tree .menu a{
  background:url(/sp/images/arrowRoundRedRight.png) no-repeat 9px;
  background-size: 14px 14px;
  padding: 10px 30px;
  color: #fff;
  font-weight: bold;
}
#headmenu .acordion_tree .nestMenu a{
  background:url(/sp/images/arrowGrayRight.png) no-repeat 32px;
  background-size: 7px 10px;
  padding: 10px 50px;
  color: #fff;
  font-weight: bold;
  height: 40px;
}



/*------------------------------------
 footer
-------------------------------------*/
/* フッターメニュー */
#footer ul#footerMenu{
	border-top: 1px solid #E6E6E6;
	margin: 0 0 15px 0;
  font-size: 14px;
  font-weight: bold;
}
#footer ul#footerMenu li{
	border-bottom: 1px solid #E6E6E6;
}
#footer ul#footerMenu li.menu a{
  background:url(/sp/images/arrowRoundRedRight.png) no-repeat 9px 8px;
  background-size: 14px 14px;
  padding: 5px 30px;
}
#footer ul#footerMenu li.nestMenu a{
  background:url(/sp/images/arrowGrayRight.png) no-repeat 32px 10px;
  background-size: 7px 10px;
  padding: 5px 45px;
}
/* フッターお問い合わせリンク */
#footer #footerContact{
	border: 2px solid #AE162B;
	margin: 0 10px 20px;
}
#footer #footerContact p.lead{
	color: #fff;
	text-align: center;
	background: #AE162B;
  line-height: 22px;
  font-size: 17px;
  font-weight: bold;
}
#footer #footerContact .wrap{
	padding: 15px 10px 0px;
}
#footer #footerContact a#contactLink{
	background: -webkit-linear-gradient(top, #FEFEFE 0%, #EDEDEB 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#EDEDEB));
  background: -moz-linear-gradient(top, #FEFEFE 0, #EDEDEB 100%);
  background: -o-linear-gradient(top, #FEFEFE 0, #EDEDEB 100%);
  background: linear-gradient(to bottom, #FEFEFE 0, #EDEDEB 100%);
  border: 2px solid #CCCCCC;
  width: 100%;
  height: 50px;
  font-size: 18px;
  font-weight: bold;
  line-height: 47px;
  text-align: center;
  border-radius: 5px;
  margin: 0 0 10px 0;
}
#footer #footerContact a#contactLink:before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 14px;
  margin-right: 10px;
  -moz-background-size: 18px 12px;
  -webkit-background-size: 18px 12px;
  background: url(/sp/images/iconMail.png) no-repeat 0 0;
  background-size: 18px 12px;
}
#footer #footerContact a#documentLink{
	background: -webkit-linear-gradient(top, #FEFEFE 0%, #EDEDEB 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#EDEDEB));
  background: -moz-linear-gradient(top, #FEFEFE 0, #EDEDEB 100%);
  background: -o-linear-gradient(top, #FEFEFE 0, #EDEDEB 100%);
  background: linear-gradient(to bottom, #FEFEFE 0, #EDEDEB 100%);
  border: 2px solid #CCCCCC;
  width: 100%;
  height: 50px;
  font-size: 18px;
  font-weight: bold;
  line-height: 47px;
  text-align: center;
  border-radius: 5px;
  margin: 0 0 15px 0;
}
#footer #footerContact a#documentLink:before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 20px;
  margin-right: 10px;
  -moz-background-size: 12px 16px;
  -webkit-background-size: 12px 16px;
  background: url(/sp/images/iconReport.png) no-repeat 0 0;
  background-size: 12px 16px;
}
#footer #footerContact dl dt{
	text-align: center;
  background: #E6E6E6;
  margin: 0 0 3px 0;
  font-size:12px;
  font-weight: bold;
}
#footer #footerContact dl dd{
	text-align: center;
  font-size: 21px;
  font-weight: bold;
  margin: 0 0 5px 0;
}
#footer #footerContact dl dd a:before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 20px;
  margin-right: 10px;
  -moz-background-size: 14px 17px;
  -webkit-background-size: 14px 17px;
  background: url(/sp/images/iconTel.png) no-repeat 0 0;
  background-size: 14px 17px;
}
#footer #pcLink{
  width: 180px;
  height: 40px;
  border: 1px solid #BEBEBE;
  border-radius: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 auto 20px;
  font-weight: bold;
  background: -webkit-linear-gradient(top, #fff 0%, #E7E7E7 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#E7E7E7));
  background: -moz-linear-gradient(top, #fff 0, #E7E7E7 100%);
  background: -o-linear-gradient(top, #fff 0, #E7E7E7 100%);
  background: linear-gradient(to bottom, #fff 0, #E7E7E7 100%);
}
#footer #pcLink:before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  -moz-background-size: 18px 16px;
  -webkit-background-size: 18px 16px;
  background: url(/sp/images/iconPC.png) no-repeat 0 0;
  background-size: 18px 16px;
}
#idcLink{
  margin: 0 auto 5px;
  width: 300px;
}
#bicsLink{
  margin: 0 auto 10px;
  width: 300px;
}
#privacyLink li a{
  width:100%;
  background: #AE162B;
  float: left;
  color: #fff;
  text-align: center;
  font-weight:bold;
  line-height: 40px;
  text-decoration: underline;
}
#privacyLink li + li a {
	border-top: 1px solid #FFF;
}
/*#privacyLink li:first-child a{
  border-right: 1px solid #fff;
}*/
#footer #footerLink{
  margin: 0 0 10px 0;
}
#footer #footerLink ul{
	width: 320px;
	margin: 0 auto;
}
#footer #footerLink ul li{
	float:left;
	width: 160px;
	padding: 0 0 0 20px;
}
#footer #footerLink ul li#bnr02{
	margin: 0 0 2px 0;
}
#footer #footerLink ul li a{
  display: inline-block;
}
/* フッター会社概要 */
#footer #footerInfo{
	padding:10px 10px 8px;
}
#footer #footerInfo p.lead{
	font-size: 14px;
  font-weight: bold;
  margin: 0 0 3px 0;
}
#footer #footerInfo p{
  font-size: 12px;
}
#footer #footerInfo dl{
  margin: 0 0 10px 0;
  font-size: 12px;
}
#footer #footerInfo dl dt{
	float: left;
  clear: both;
}
#footer #footerInfo dl dd{
	float: left;
  margin: 0 0 0 5px;
}
#footer #footerInfo small{
	text-align: center;
	border-top: 1px solid #CCCCCC;
	display: block;
  padding: 5px 0 0 0;
  font-size: 11px;
}


/*==================================

 サブページ共通

==================================*/
/* パンくず */
ul#pan{
  border-top: 1px solid #CCCCCC;
  padding: 5px 10px;
}
#pan li{
  display:inline-block;
  font-size: 12px;
}
ul#pan li:first-child{
  margin: 0 3px 0 0;
}
ul#pan li:first-child a{
  padding: 0 8px 0 0;
}
ul#pan li:first-child img{
  vertical-align: -3px;
}
ul#pan li:after{
  content: '>';
  display: inline-block;
  vertical-align: 1px;
}
ul#pan li:last-child:after{
  display: none;
}
ul#pan li a{
  display: inline-block;
}

h2.headTitle{
  border-top:2px solid #AE162B;
  background: #F0F0F0;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px 0;
  padding: 5px 10px;
}
h2.headTitle span{
  font-size: 11px;
  font-weight: bold;
  display: block;
}
h3.lead{
  border-top:1px solid #AE162B;
  font-size: 16px;
  font-weight: bold;
  background: url(/sp/images/iconHead.png) no-repeat 0 10px;
  background-size: 18px 14px;
  margin:0 0 10px 0;
  padding: 5px 0 0 25px;
}

/*==================================
 トップページ
==================================*/

/* トップページ共通 */
#top a.allNewsLink{
  background: #3577C9;
  width: 105px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  margin: 0 0 10px 0;
  border-radius: 5px;
  color: #fff;
  float: right;
  font-size: 12px;
  font-weight: bold;
}
/* ニュース・トピックス */
#top #news{
  margin: 0 0 15px 0;
  padding: 10px 0 0 0;
  border-top: 3px solid #A41E2B;
}
#top #news h2{
  background:url(/sp/images/iconNote.png) no-repeat 0 3px;
  background-size: 16px 16px;
  padding: 0 0 0 25px;
  font-size: 16px;
  display: inline-block;
}
/*
#top #news a{
  background: #3577C9;
  width: 105px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  margin: 0 0 10px 0;
  border-radius: 5px;
  color: #fff;
  float: right;
}
#top #news dl dt{
  font-weight: bold;
}
#top #news dl dd{
  border-bottom: 1px solid #B3B3B3;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
}
#top #news dl dd:last-of-type{
  border-bottom:none;
}
*/

/* セミナー・イベント */
#top #seminar{
  margin: 0 0 30px 0;
  padding: 10px 0 0 0;
  border-top: 3px solid #A41E2B;
}
#top #seminar h2{
  background:url(/sp/images/iconPeople.png) no-repeat 0 3px;
  background-size: 24px 23px;
  padding: 0 0 0 30px;
  font-size: 16px;
  display: inline-block;
}
#top #seminar dl dt{
  font-weight: bold;
}
#top #seminar dl dt img{
  margin: 0px 0 0 5px;
  vertical-align: -2px;
}
#top #seminar dl dd{
  border-bottom: 1px solid #B3B3B3;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
}
#top #seminar dl dd a{
  background: url(/sp/images/arrowRoundBlueRight.png) no-repeat 100% 50%;
  background-size: 14px 14px;
}
#top #seminar dl dd a span{
  display: block;
  width: 90%;
}
/* ニュース ・ セミナー・イベント PHP出力 */
.articleSP article{
  position: relative;
  border-bottom: 1px solid #B3B3B3;
  padding: 5px 0;
}
.news #articleSP article:last-child{
  border-bottom: none;
}
.articleSP time{
  font-weight: bold;
}
.articleSP p{
}
.articleSP p a{
  color: #004BAA;
  display: inline-block;
}
.articleSP p span.new{
  background: url(/sp/images/iconNew.png) no-repeat;
  background-size: 35px 15px;
  width: 35px;
  height: 15px;
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
  display: inline-block;
  margin: 0 0 0 10px;
  vertical-align: -2px;
  position: absolute;
  left: 117px;
  top: 6px;
}
.articleSP p span.end{
  background: url(/sp/images/iconEnd.png) no-repeat;
  background-size: 28px 15px;
  width: 28px;
  height: 15px;
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
  display: inline-block;
  margin: 0 0 0 10px;
  vertical-align: -2px;
  position: absolute;
  left: 117px;
  top: 6px;
}


/* お客様の声 */
#top #userVoice{
	border: 1px solid #AE162B;
}
#top #userVoice h2{
	background: #AE162B;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  color: #fff;
  padding: 0 7px;
}
#top #userVoice img{
  margin: 7px 0 0 10px;
}
#top #userVoice dl{
  display: inline-block;
  margin: 0px 0px 0px 15px;
  vertical-align: 10px;
}
#top #userVoice dl dt{
  background: #AE162B;
  color: #fff;
  line-height: 18px;
  padding: 1px 5px;
  text-decoration: none;
  font-size: 12px;
}
#top #userVoice dl dd a{
	text-decoration: underline;
  margin: 5px 0 0 0;
  font-size: 14px;
  font-weight: bold;
  color: #3577C9;
}
#top #userVoice p{
  padding: 7px;
  clear: both;
}

/* bxSlider */

.bx-wrapper {
  position: relative;
  margin: 0 auto 40px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  width: 100%;
  display: block;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
  width:inherit !important;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
  margin:10px 0 5px 0;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
  text-align: center;
  font-weight: bold;
  margin: 2px 0 0 0;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #dcdcdc;
  text-indent: -9999px;
  display: block;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.top .bx-wrapper .bx-pager.bx-default-pager a {
  width: 10px;
  height: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #AE162B;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
  left: 3%;
  margin:-5px 0 0 0;
  background:url(/sp/images/arrowRoundGrayLeft.png) no-repeat center;
  background-size:18px 18px;
}

.bx-wrapper .bx-next {
  right: 3%;
  margin:-5px 0 0 0;
  background:url(/sp/images/arrowRoundGrayRight.png) no-repeat center;
  background-size:18px 18px;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/*==================================
 ご挨拶・経営方針
==================================*/
.corporate #greeting{
  padding: 0 0 5px 0;
}
.corporate #greeting p{
  margin:0 0 6px 0;
}
.corporate #plesident #plesidentPhoto{
  float: right;
  margin: 10px 0;
}
.corporate #plesident dl{
  float: right;
  text-align: right;
 /* height: 77px;*/
  padding: 35px 15px 0 0;
}
.corporate #plesident dl dt{
  line-height: 1.3;
  margin: 0 0 5px 0;
  font-size: 12px;
}
.corporate h4{
  font-size: 16px;
  font-weight: bold;
  color: #AE162B;
  margin: 0 0 3px 0;
}
.corporate span.strong{
  font-weight: bold;
  margin: 0 0 3px 0;
  display: inline-block;
}
.corporate span#roe{
  margin: 4px 0 0 0;
  display: inline-block;
}
.corporate #contents #management p{
  margin: 0 0 10px 0;
}
.corporate #contents #management ul li{
  padding-left: 18px;
  text-indent: -18px;
  margin: 0 0 6px 0;
}


/*==================================
 企業情報・アクセスマップ
==================================*/
.about_us h3.lead{
  margin: 0 0 15px 0;
}
.about_us #companyInfo{
  position: relative;
  margin: 0 0 25px 0;
}
.about_us #language{
  position: absolute;
  top: 10px;
  right: 0;
}
.about_us table{
  border-top: 1px solid #C8C8C8;
  width: 100%;
}
.about_us table tr{
  border-bottom: 1px solid #C8C8C8;
}
.about_us table th{
  background: #F2F2F2;
  width: 70px;
  font-size: 12px;
  padding: 6px 5px;
  text-align: center;
  vertical-align: top;
  font-weight: bold;
}
.en.about_us table th{
  width: 86px;
}
.about_us table td{
  padding: 5px 5px;
}
.about_us table p{
  margin: 0 0 10px 0;
}
.about_us table td span{
  font-weight: bold;
}
.about_us table td a{
  display: inline-block;
}
.about_us dl#accessInfo dt{
  font-weight: bold;
  margin: 0 0 3px 0;
}
.about_us dl#accessInfo dd{
  padding-left: 15px;
  text-indent: -17px;
  margin: 0 0 6px 0;
}
.about_us dl#accessInfo dd span{
  color: #BFBFBF;
  margin: 0 3px 0 0;
}
/* Japanページ用 */
.about_us.jp table td dl dt{
  float: left;
  width: 150px;
  clear: both;
}
.about_us.jp table td dl dd{
  float: left;
}
/* Englishページ用 */
.about_us.en table td dl dd{
  margin: 0 0 6px 0;
}
/* GoogleMap */
.about_us #mapWrap #map {
  width: 100%;
  height: 320px;
  margin-bottom: 1em;
}
.about_us #mapWrap dl.mapInfo {
  line-height: 1.4;
}
.about_us #mapWrap dl.mapInfo dt {
  font-weight: bold;
  float: left;
}
.about_us #mapWrap dl.mapInfo dd {
  margin: 0 0 0.75em 8em;
}
.about_us #mapWrap p{
  margin-bottom:1em;
}
.about_us #mapWrap p.printMap {
  font-size: 1.1em;
}
.about_us #mapWrap p.printMap a {
  color: #ae162b;
}
.about_us #mapWrap p.printMap img {
  margin-left: 7px;
  vertical-align: middle;
}
.about_us #mapWrap p.printMap a:hover{
  text-decoration:none;
}
.about_us #mapWrap p.printMap a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  background-color: #fff;
}
@media print{
  p.printMap{
    display:none;
  }
}


/*==================================
 沿革
==================================*/
.history table{
  border-top: 1px solid #C8C8C8;
  width: 100%;
  margin: 10px 0 30px 0;
}
.history table tr{
  border-bottom: 1px solid #C8C8C8;
}
.history table th{
  background: #F2F2F2;
  width: 60px;
  padding: 6px 5px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  vertical-align: top;
}
.history table td{
  padding: 5px 5px;
}
.history table td:nth-of-type(1){
  width: 35px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  font-weight: bold;
  padding: 6px 0 0 0;
  vertical-align: top;
}
.history table td p{
  margin:0 0 10px 0;
}
.history table td ul li{
  padding-left: 14px;
  text-indent: -14px;
  list-style-type: disc;
  display: list-item;
  list-style-position: inside;
  vertical-align: middle;
}

/*==================================
 グループ会社
==================================*/
.group #contents section{
  border-bottom: 1px solid #999;
  padding: 6px 0 5px 0;
}
.group #contents section:first-of-type{
  border-top: 1px solid #999;
}
.group #contents h3 a{
  font-weight: bold;
  text-decoration: underline;
  display: inline-block;
  text-decoration: underline;
  margin: 0 0 5px 0;
}
.group #contents h3:after{
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 14px;
  margin: 0 0 0 8px;
  -moz-background-size: 14px 12px;
  -webkit-background-size: 14px 12px;
  background:url(/sp/images/linkWindow.png) no-repeat;
  background-size: 14px 12px;
}
.group #contents dl dt{
  float: left;
  clear: both;
}
.group #contents dl dd{
  float: left;
}
.group #contents dl dd{
  margin:0 0 0 5px;
}

/*==================================
 組織
==================================*/
.organization #organizationImage{
  width: 100%;
}

/*==================================
 Not Found
==================================*/
.notfound p.lead{
  font-weight: bold;
}
.notfound #contents p{
  margin: 0 0 10px 0;
}
.notfound #contents p a{
  text-decoration: underline;
  display: inline;
}

.haniList {
}
.haniList li {
	padding-left: 1em;
	text-indent: -1em;
}
/* margin
--------------------------*/
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }

.mr10 { margin-right: 10px; }
.mr20 { margin-right: 20px; }
.mr30 { margin-right: 30px; }
.mr40 { margin-right: 40px; }
.mr50 { margin-right: 50px; }

.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }

.ml10 { margin-left: 10px; }
.ml20 { margin-left: 20px; }
.ml30 { margin-left: 30px; }
.ml40 { margin-left: 40px; }
.ml50 { margin-left: 50px; }








/* 190806
--------------------------------------------------------*/
body {
    font-family: 'Noto Sans JP', "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.secBox {
    width: 100%;
    padding: 50px 5%;
}
.secBox a,
.secBox a:hover {
    text-decoration: none;
    color: inherit;
}
.secBox_inner h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
.secBox_inner h2 span {
    font-size: 12px;
    display: block;
    color: #ae162b;
}
.secBox_inner {
    width: 100%;
    overflow: hidden;
}


.mv_full {
    background: url(../images/index_back.png) no-repeat center bottom;
    background-size: cover;
    padding: 50px 1%;
}
.mv_full.cam {
    background: url(../images/index_back2.png) no-repeat center bottom;
    background-size: cover;
    padding: 144px 1%;
}
.mv_full h1 {
    font-size: 38px;
    font-weight: bold;
    color: #ae162b;
    font-family: 'Noto Serif JP', serif;
}
.mv_full.cam h1 {
    font-size: 18px;
    font-weight: bold;
    color: #ae162b;
    font-family: 'Noto Serif JP', serif;
}
.mv_full h1 span {
    display: block;
    font-size: 20px;
    margin-top: 10px;
    color: #222;
    font-family: 'Noto Sans JP', "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 5px;
}
.mv_cont {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 30px;
}


.serviceBox {
    overflow: hidden;
}
.serviceItem {
    margin-bottom: 30px;
    width: 100%;
}
.serviceItem a {
}
.serviceItem a img {
    max-width: 100%;
}
.serviceItem dl {
    padding: 10px 0;
}
.serviceItem dl dt {
    font-size: 18px;
    color: #ae162b;
    font-weight: bold;
    margin-bottom: 10px;
}
.serviceItem dl dd {
    font-size: 14px;
    padding: 0;
}

.caseBox {
    background: url(../images/case_back.png) no-repeat center center;
    background-size: cover;
}
.caseItem {
    overflow: hidden;
}
.caseItem + .caseItem {
    margin-top: 50px;
}
.caseItem img {
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
}
.caseItem dl {
    width: 100%;
    margin-top: 20px;
}
.caseItem dl dt {
    padding: 15px 0;
    font-size: 20px;
    font-weight: bold;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    text-align: center;
}
.caseItem dl dt span {
    display: inline-block;
    padding: 8px;
    font-size: 12px;
    font-weight: normal;
    color: #FFF;
    margin-bottom: 10px;
    background: #ae162b;
    line-height: 1;
}
.caseItem dl dd {
    font-size: 14px;
    margin: 30px 0 40px 0;
}
.caseItem .link-more {
    display: block;
    width: 100%;
    padding-top: 40px;
}
.link-more a {
    float: right;
    font-weight: bold;
    font-size: 12px;
    position: relative;
}
.link-more a:after {
    content: "";
    display: inline-block;
    background: linear-gradient(to right,#ae162b, #D3675E);
    height: 2px;
    position: absolute;
    width: 100px;
    right: 0;
    bottom: 0;
}

.newsBox {
    background: #E6E6E6 url(../images/news_back.png) no-repeat center bottom;
    overflow: hidden;
}
.newsItem {
    overflow: hidden;
    width: 100%;
}
.newsItem + .newsItem {
    margin-top: 30px;
}
.newsItem h2 {
    font-size: 30px;
}

.contactBox {
    background: #242424;
}
.contactBox .contactItem {
}
.contactBox .contactItem h2 {
    color: #FFF;
}
.contactBox .telBox {
    color: #999;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
    padding-left: 30px;
    background: url(../images/icon_tel.png) no-repeat 0 28px;
}
.contactBox .telBox span {
    font-size: 12px;
    display: block;
    line-height: 1;
    margin-left: -30px;
}
.contactBox .mailBox {
    font-size: 12px;
    color: #999;
}
.contactBox .mailBox ul {
}
.contactBox .mailBox li {
}
.contactBox .mailBox li + li {
    margin-top: 10px;
}
.contactBox .mailBox li a {
    display: block;
    padding: 15px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
    border: 1px solid #FFF;
}
.contactBox .mailBox li:first-child a:before {
    content: "";
    display: inline-block;
    background: url(../images/icon_mail01.png) no-repeat 0 0;
    width: 22px;
    height: 16px;
    margin: 0 5px -3px 0;
}
.contactBox .mailBox li:last-child a:before {
    content: "";
    display: inline-block;
    background: url(../images/icon_mail02.png) no-repeat 0 0;
    width: 22px;
    height: 24px;
    margin: 0 5px -5px 0;
}

.main_corona {
    color: #222;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Noto Serif JP', serif;
}
.main_corona span {
    display: block;
    margin-left: 75px;
}
.main_corona strong {
    font-size: 18px;
}
.mv_full.cam h1,
.mv_full.cam h1 + p {
    padding-left: 40px;
}
.mv_full.cam p + h1 {
    font-size: 20px !important;
}



.certificationItem {
	border-top: 1px solid #AE162B;
	padding-top: 10px;
}
.certificationItem h3 {
	font-weight: bold;
	font-size: 14px;
	background: url(/sp/images/iconHead.png) no-repeat 0 10px;
	background-size: 18px 14px;
	padding: 5px 0 0 25px;
	margin-bottom: 5px;
}
.certificationItem + .certificationItem {
	margin-top: 30px;
}
.certificationItem .certificationInner {
}
.certificationItem .certificationInfo {
}
.certificationItem .certificationInfo table {
	border: none !important;
}
.certificationItem .certificationInfo table + h3 {
	margin-top: 20px;
}
.certificationItem .certificationInfo table + table {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px dotted #CCC;
}
.certificationItem .certificationInfo tr {
	border: none !important;
}
.certificationItem .certificationInfo th,
.certificationItem .certificationInfo td {
	font-size: 14px;
}
.certificationItem .certificationInfo th {
    border: 1px solid #FFF !important;
    white-space: nowrap;
    width: 120px;
	color: #333 !important;
	text-align: left !important;
	font-weight: normal !important;
	padding: 0 15px !important;
	vertical-align: middle !important;
}
.certificationItem .certificationInfo td {
    border: none !important;
}
.certificationItem .certificationInfo ul {
	margin: 0 !important;
}
.certificationItem .certificationInfo ul li {
    position: relative;
    padding: 0 0 0 10px !important;
    list-style: none !important;
}
.certificationItem .certificationInfo ul li:before {
	content: "";
	border-top: 5px solid transparent;
	border-left: 5px solid #CA1734;
	border-bottom: 5px solid transparent;
	position: absolute;
	left: 0;
	top: 4px;
}
.certificationItem .certificationInfo ul li + li {
	margin-top: 5px;
}
.certificationItem .certificationImg {
	width: 100%;
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.certificationItem .certificationImg img {
	display: block;
	max-width: 100%;
	max-height: 90px;
}
.certificationItem .certificationImg img + img {
	margin-left: 10px;
}
.certificationItem .certificationImg span {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 13px;
}
    .mv_full.cam {
        padding: 144px 1%;
    }
    .mv_full.slide03 {
        background: url(../images/slide03_bg.jpg) no-repeat center bottom;
        background-size: cover;
        padding: 99px 1%;
    }
.mv_cvBtn {
    width:100%;
    margin-top:20px;
}
.mv_cvBtn a{
    margin-bottom:5px;
    width:100%;
    background:#ae162b;
    color:#fff;
    padding:10px;
    display:block;
    text-align: center;
    font-size: 14px;
}
.mv_cvBtn a:last-of-type{
    margin-bottom:0;
}
.mv_cvBtn a:hover{
    color:#fff !important;
}


.service_column_section {
	padding-top: 0;
}
.corp_column {
}
.corp_column a {
	display: block;
}
.corp_column a + a {
	margin-top: 30px;
}
.corp_column a img {
	width: 100%;
}
.corp_column a h3 {
    font-size: 18px;
    color: #ae162b;
    font-weight: bold;
    margin: 10px 0;
}
.corp_column a p {
    font-size: 14px;
}

.column_info_txt {
    font-size: 14px;
    margin-bottom: 30px;
}
.column_info_txt a {
	text-decoration: underline;
	color: #ae162b;
	display: inline;
}
.column_info_txt a:hover {
	text-decoration: none;
}

.saperpMv {
	background: url(../../img/top/saperpMvsp.jpg) repeat-y center center !important;
	padding-top: 140px;
	padding-bottom: 140px;
}
.saperpMv h1 {
	text-align: center;
}
.saperpMv h1 span {
	font-size: 18px;
	letter-spacing: normal;
}
.saperpMv strong {
    display: block;
    font-size: 50px;
    font-weight: bold;
    padding: 10px 0;
}
.saperpMv b {
}
.saperpMv .mv_cvBtn {
    justify-content: center;
    margin: 20px auto 0 auto;
}
.saperpMv .mv_cvBtn a {
}
/*2306_グループ会社ページの変更*/
.group_h2 {
	font-weight: bold;
    font-size: 16px;
    background: url(/sp/images/iconHead.png) no-repeat 0 10px;
    background-size: 20px 16px;
    padding: 5px 0 0 25px;
    margin-bottom: 5px;
}
.group_contents section:first-of-type {
	border: none!important;
	margin-bottom: 30px;
}

/*251017(omnissa出展　top導線)*/
.omnissa_top{
      padding-left: 14px;
          display: inline-block;
}
.omnissa_top a{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.omnissa_top p{
font-size: 11px;
text-align: center;
line-height: 1.2;
color: #333;
}
.omnissa_top img{
width: auto !important;
}
#top_header .inner .logo{
  width: auto;
}
.omnissaMV h1 span{
    color: #fff;
}
@media screen and (max-width:769px) {
.omnissa_top p{
     font-size: 9px;
     color: #333;
}
}
.omnissaMV{
  background-image: url(../img/announcement/top_bg05.png);
  background-size: auto;
  background-position: top;
}
.omnissaMV h1 {
  color: #fff;font-weight:bold;letter-spacing:5px;text-align: center;    letter-spacing: 2px;
}
.omnissaMV h1 span{
  display: block;
  letter-spacing: 1px;
  text-align: center;
}
.omnissaMV h1>span>b{
    font-size: 2.4rem;
    font-weight: 600;
}
.omnissaMV .mv_cvBtn{
  width: auto;
    justify-content: center;
}
.omnissaMV .mv_cvBtn a{
  background-color: #bf1734;
  border-radius: 0;
  color: #fff;
  max-width: 310px;

}

.omnissaMV .c_btn_bggra_white::after{
  content:none;
}
  .omnissaMV h1 span:nth-child(1){
    font-weight: 600; margin-bottom: 1rem;;
  }
    .omnissaMV h1 span:nth-child(2){
font-size: 1.2rem!important;margin-bottom: 2rem;  }
    .omnissaMV h1 span:nth-child(3){
font-size: 1.8rem;font-weight: 600; }

@media screen and (max-width:769px) {
  .omnissaMV{

  background-image: url(../images/top_bg05_sp.png),linear-gradient(90deg, #4611e3 1%, #3b0ec0);
;
  background-position: bottom;
  background-size: 100% !important;

  }
 .omnissaMV h1{
    text-shadow: none !important;
            margin-bottom: 2rem;
  }
   .omnissaMV h1 span{
    text-align: center;
        line-height: 1.2 !important;
            letter-spacing: 0px !important;
   }
  .omnissaMV h1 span:nth-child(1){
        font-size: 1.6rem !important;
            margin-bottom: 1.5rem !important;
}
  .omnissaMV h1 span:nth-child(2){
        margin-bottom: 1.6rem !important;
            font-size: .9rem !important;
}
  .omnissaMV h1 span:nth-child(3){
        font-size: 1.2rem !important;
}
  /* .omnissaMV.main_visual{
    justify-content: unset;
  } */
  .omnissaMV.main_visual .mv_comment{
margin-top: 2rem;
  }
  .omnissaMV h1>span>b{
        font-size: 2rem !important;
  }
  .omnissaMV .secBox_inner{
        margin-top: 3rem;
  }

}
