@charset "utf-8";
/*===================================
acms-reset
===================================*/
.acms-form-group {
	margin-bottom:0;
}
.acms-page-header {
	margin-top:0;
	border-bottom:none;
}

/* editor*/
.titleWrapper h2{
	font-weight:bold;
	font-size:24px;
}

.acms-entry .acms-grid-r p.caption {
	margin-top:6px;
	font-size:12px!important;
	margin-left:0;
	margin-right:0;
}

.acms-list-group-item {
	border-bottom:0;
}

.acms-label-warning {
  background-color: transparent;
	color: #FF000F;
	font-size: 12px;
	padding: 0;
}


.acms-entry [class*="column-image-"].nocaption, .acms-entry [class*="column-media-"].nocaption, .acms-entry [class*="column-eximage-"].nocaption, .acms-entry [class*="column-yolp-"], .acms-entry [class*="column-youtube-"], .acms-entry [class*="column-video-"] {
    margin-bottom: 10px;
}
.acms-entry [class*="column-image-"], .acms-entry [class*="column-media-"], .acms-entry [class*="column-yolp-"], .acms-entry [class*="column-youtube-"], .acms-entry [class*="column-video-"], .acms-entry [class*="column-eximage-"] {
    /*padding-left: 10px;*/
    padding-right: 20px;
    /*box-sizing: border-box;*/
}


.entryFormColumn .entryFormColumnHead .entryFormColumnHeadLayoutBox input, .entryFormColumn .entryFormColumnHead .entryFormColumnHeadLayoutBox select {
	color: #333;
}


/*===================================
style
===================================*/
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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
a{
    background-color:transparent;
    -webkit-touch-callout:none;
	-webkit-tap-highlight-color:rgba(255,1255,102,0.40);
}
.touchstyle { background-color:rgba(255	,255,102,0.40);}
.notouchstyle { background-color:transparent;}

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;
	cursor:help;
}
h1,h2,h3,h4,h5{
	line-height:1.4;
	font-size: 100%
}
p,ul,dl ,address{
	line-height: 1;
	font-size: 16px;
}
ul ul ,
ul ol ,
dl ul,
dl ol{
	line-height:1;
	font-size: 16px;
}
img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
.entry table {
	border-collapse:collapse;
	border-spacing:0;
	font-size: 14px;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
ol, ul {
    list-style: none;
}
iframe{
	width: 100%!important;
}


/* ===================
clearfix
===================*/
.clearfix:after {
	visibility:hidden;
	height:0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}

/* ===================
リンク
===================*/
a {
	outline: none;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #7675b6;
}
a:active {
	text-decoration: none;
	color: #000;
}

a:hover img{
  opacity: 0.7;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.acms-grid-r a:link,
.acms-entry a:link {
	text-decoration: underline;
/*	color: #002f6c;	*/
		color: #7675b6;
}
.acms-grid-r a:visited,
.acms-entry a:visited{
	text-decoration: underline;
/*	color: #002f6c;	*/
		color: #7675b6;
}
.acms-grid-r a:hover,
.acms-entry a:hover{
	text-decoration: none;
	color: #7675b6;
}
.main-common a:active,
.main-top  a:active,
.main-bg  a:active,
.main-bg-col1  a:active,
.acms-grid-r a:active,
.acms-entry a:active {
	text-decoration: underline;
/*	color: #002f6c;	*/
		color: #7675b6;
}


/*==========================================
 [body]
===========================================*/
body {
	font-family: "ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro",
		"メイリオ",
		Meiryo,
		 Osaka,
		"ＭＳ Ｐゴシック",
		"MS PGothic",
		sans-serif;
	color: #000;
}


/*==========================================
[header]
===========================================*/
.siteReadTxtWrapp {
	color:#FFF;
	padding:8px 15px;
	background:#000;
}

/* gNav */
.headerWrapp {
	background: #142955 url(../images/common/bg_bar.png) repeat-y center center;
}


/*==========================================
[content]
===========================================*/
.content-common {
	/*
	background: url(../images/common/bg_content-common.png) no-repeat bottom;
	background-size: contain;
	*/
}
.content-bg {
	background:#E7EFFF;
	padding-bottom: 50px;

}

/* TopicPath */
.TopicPath{
	margin-top:15px;
	margin-bottom: 20px;
}
.TopicPath li {
	float: left;
	margin-right: 5px;
	line-height: 1.4;
}
.TopicPath li a {
	text-decoration: underline;
}
.TopicPath li a:hover {
	text-decoration: none;
}
.TopicPath li:before {
	margin-right: 5px;
	content: "\003e";
}
.TopicPath li:first-child:before  {
	margin-right: 0px;
}
.TopicPath li:first-child:before {
	content:" ";
}

/*------------------------------------------------------------------------
[TOP/slider]
------------------------------------------------------------------------*/
.slick-slider {
	padding: 0 0 0px 0;
}
.slick-slider img {
	margin: 0 auto;
}

.slick-slide:hover {
	cursor: pointer;
}

.main-slider-image {
	background: no-repeat center #142955;
}
.main-slider-image a:hover {
	text-decoration: none;
}

.main-slider-text-outer {
	height: 100%;
}

.main-slider-text-wrap {
	display: table;
	width: 100%;
	height: 100%;
}

.main-slider-text-inner {
	display: table-cell;
	padding: 0 20px;
	text-align: center;
	vertical-align: middle;
}

.main-slider-main-copy {
	margin: 0;
	color: #FFF;
	font-weight: bold;
	font-size: 24px;
}

.main-slider-side-copy {
	margin: 0;
	color: #FFF;
	font-size: 16px;
}

/* ちらつき防止 */
.slick-track,
.slick-list {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-webkit-perspective: 1000;
}

/* 矢印ナビゲーション */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 19px;
	height: 60px;
	margin-top: -29px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slick-prev {
	left: 10px;
	background: url("../images/marker/icon_white_arrow_left.png") no-repeat;
}

.slick-next {
	right: 10px;
	background: url("../images/marker/icon_white_arrow_right.png") no-repeat;
}

/* ドットのナビゲーション */
.slick-dots {
	position: relative;
	margin: -35px 0 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	display: inline-block;
}

.slick-dots li button {
	content: "";
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 8px;
	font-size: 0;
	background: #FFF;
	border-radius: 7px;
	border: 0;
}

.slick-dots li button:focus {
	outline: 0;
}

.slick-dots li:hover button {
	cursor: pointer;
}

.slick-dots li.slick-active button {
	background: #C41134;
}

.slick-dots button {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
}



/*==========================================
[main]
===========================================*/
.main-bg-col1 {
	margin-bottom: 50px;
	background: #FFF;
	padding:30px 20px;
}
.main-col1 {
	background: #FFF;
}

.entry p {
	margin-bottom:10px;
	font-size: 16px;
}
.main-common p, .main-common ul, .main-common ol, .main-common dl,
.main-top p, .main-top ul, .main-top ol, .main-top dl,
.main-bg p, .main-bg ul, .main-bg ol, .main-bg dl,
.main-bg-col1 p, .main-bg-col1 ul, .main-bg-col1 ol, .main-bg-col1 dl {
	line-height:1.6;
	font-size: 15px;
}
.entry p em{
	font-weight: bold;
}

/* title */
p.ctgTitle {
	font-weight: bold;
	color: #FFF;
	background: #7675b6;
	padding:18px 20px 14px;
}
h1.entryTitle,
h2.entryTitle {
	font-weight: bold;
	margin-bottom:18px;
	line-height:1.2;
}
.main-bg .entryTitle,
.main-bg-col1 .entryTitle {
	color: #FFF;
	background: #7675B6;
	font-weight: bold;
	line-height:1;
	padding:14px 15px 10px 15px;
	font-size:18px;
	margin-bottom:20px;
}
.main-bg .entryTitle a,
.main-bg-col1 .entryTitle a{
	color: #FFF;
}
h1.entryTitle02 {
	color: #fff;
	background: #7675B6;
	font-weight: bold;
	line-height: 1;
	padding: 10px 15px;
	font-size: 22px;
	margin-bottom: 30px;
}

p.entryTitle-en {
	color: #002f6c;
	background: #F2F3F7;
	font-weight: bold;
	line-height:1;
	padding:10px 15px;
	font-size:18px;
	margin-bottom:40px;
}
p.ctgTitle02-en {
	color: #fff;
	background: #7675B6;
	font-weight: bold;
	line-height:1;
	padding:10px 15px;
	font-size:18px;
	margin-bottom:20px;
	text-align:center;
}
p.ctgTitle03-en {
	color: #002f6c;
	background: #F2F3F7;
	font-weight: bold;
	line-height: 1;
	padding: 10px 15px;
	font-size: 18px;
	margin-bottom: 40px;
	text-transform: capitalize;
}

.subTitle_header {
	font-weight:bold;
	font-size:20px;
	margin-top:-10px;
	margin-bottom:20px;
}
p.subRead_header {
	margin-bottom:30px;
}

.indexTitle {
	color: #002f6c;
	font-size:22px;
	font-weight: bold;
	margin-bottom:20px;
}
.subTitleText {
	font-size: 22px;
	margin-top: 40px;
	margin-bottom: 10px;
	font-weight: bold;
}

.mainImg {
	margin-bottom:40px;
}
h2.readTxt {
	font-size:26px;
	font-weight: bold;
	margin-bottom:10px;
	color:#002f6c;
	text-align:center;
}
p.readTxt {
	font-weight: bold;
	margin-bottom:10px;
	color:#002f6c;
	text-align:center;
}

.ctgNameLabel {
	padding: 3px 3px;
	border-radius: 3px;
	/*background-color: #999;*/
	color: #FFF;
	font-size: 11px;
	vertical-align: middle;
	background-color: #7675b6;
	letter-spacing: 0.1em;
	margin-left:1em;
}

/* ctgTitleHeader */
.ctgTitleHeader {
	border-bottom:2px dotted #002f6c;
	padding-bottom: 6px;
	margin-bottom: 20px;
}
.ctgTitleHeader .ctgTitle03 {
	color:#002f6c;
	margin-bottom:0;
	line-height:1.2;
}
.ctgTitleHeader .ctgSubTitle {
	color: #002f6c;
	font-size: 16px;
}

.subTitle03 {
	color:#002f6c;
	margin-bottom:0;
	line-height:1.2;
}

/* readBox */
.readBox {
	margin-bottom: 50px;
}
.readBox .mainImg {
	margin-bottom:20px;
}
.readBox p {
	line-height:1.6;
}

hr {
   border:solid #ccc;
   border-width:1px 0 0 0;
	clear:both;
}

/* list */
.markList {
	list-style: disc;
	margin-left:2em;
}
.markList li {
	margin-bottom:24px;
}

.dfDL {
	margin-bottom:20px;
	background: #FFF;
}
.dfDL  dt {
	padding: 10px 20px;
	float: left;
	background: #F06;
	text-align: center;
	border-top: 1px dashed #C7A469;
}
.dfDL  dd {
	border-top: 1px dashed #C7A469;
}

.moreLink {
	text-align:right;
	margin-top:20px;
}
.moreLink a {
	color: #002f6c;
}

.atTxt {
	font-weight: bold;
	margin-left: 0.5em;
	color: #CC0000;
}

.hideTxt {
	display:none;
}

/* adjustment */
.ajt-left {
	padding-left:0;
}
.ajt-right {
	padding-right:0;
}

/* margin */
.ml10 {
	margin-left:10px;
}
.mt0 {
	margin-top:0px;
}
.mt10 {
	margin-top:10px;
}
.mt20 {
	margin-top:20px;
}
.mt30 {
	margin-top:30px;
}
.mt40 {
	margin-top:40px;
}
.mt50 {
	margin-top:50px;
}

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

.txtCenter {
	text-align:center;
}
.txtRight {
	text-align:right;
}
.txtBold {
	font-weight: bold;
}
p.txtBold-b {
	font-weight: bold;
	font-size:20px;
}
em {
  font-style:normal;
}

/* img */
.fLeft-img {
	float:left;
	margin-right:20px;
}
.imgBox-full {
	margin-bottom:50px;
}
.captionTxt-center {
	text-align:center;
	font-size:12px;
}
.captionTxt-left {
	text-align:left;
	font-size:12px;
}

/* table */
.entry table  {
	width: 98%;
	margin-bottom: 30px;
	margin-left:auto;
	margin-right:auto;
}
.entry table th,
.entry table td  {
	padding: 10px;
	line-height: 1.4;
}

.entry table  {
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	/*
	border-top: 1px dotted #002f6c;
	border-bottom: 1px dotted #002f6c;
	*/
}
.entry table th,
.entry table td  {
	/*
	border-top: 1px dotted #002f6c;
	*/
	border-top: 1px dotted #ddd;
}
/* SNSシェア */
.shareWrapper {
  float: right;
}
.shareText {
  display: inline;
  float: left;
  margin: 0;
}
/* SNSシェアボタン */
.shareList {
  display: inline;
  list-style: none;
  float: right;
  margin: 0;
  padding: 0;
}
.shareItem {
  display: inline-block;
  margin: 0 0 0 20px;
}
.shareItem a {
  color: #999;
  text-decoration: none;
}
.shareItem [class*='acms-icon'] {
  font-size: 16px;
  vertical-align: middle;
}
.shareItem .shareItemFacebook {
  /* Facebook */
  display: block;
  width: 22px;
  height: 22px;
  line-height: 1.2;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  background: #3b5999;
  border-radius: 4px;
}
.shareItem .shareItemFacebook:before {
  vertical-align: middle;
}
.shareItem .shareItemTwitter {
  /* Twitter */
  display: block;
  width: 22px;
  height: 22px;
  line-height: 1.2;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  background: #55acee;
  border-radius: 4px;
}
.shareItem .shareItemTwitter:before {
  vertical-align: middle;
}
.shareItem .shareItemGplus {
  /* Google + */
  display: block;
  width: 22px;
  height: 22px;
  line-height: 1.2;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  background: #dd4b39;
  border-radius: 4px;
}
.shareItem .shareItemGplus:before {
  vertical-align: middle;
}

/*--------------------------------------------------------------------------------------
 unit
--------------------------------------------------------------------------------------*/
.acms-grid-r h2  {
	color: #002f6c;
	/*font-size:22px;*/
	font-size: 20px;
	font-weight: bold;
	margin-bottom:20px;
/*	margin-bottom: 5px;*/
  margin-top: 10px;
}
.acms-grid-r h3  {
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 40px;
	font-weight: bold;
}
.column-image-center,
.column-image-right,
.column-image-left {
padding-bottom:30px;
}
.acms-grid-r p {
word-break: break-all;
padding-bottom:10px;
}
.acms-grid-r p.caption {
	font-size:14px;
}

.acms-grid-r  ol {
	list-style: decimal inside;
	margin-left: 1em;
}
.acms-grid-r  ol li {
	margin-bottom:10px;
	line-height:1.6;
	text-indent:-1em;
	padding-left:1em;
}

/* table */
.entry table th.noline,
.entry table td.noline {
	border-top: none;
}

.historyTable tr td:nth-child(1) {
	/*width:10%;*/
	text-align:right;
}
.entry table.historyTable th,
.entry table.historyTable td{
	/*	padding: 5px 10px;	*/
	line-height: 1.5;
}
.entry table.historyTable th{
	font-weight: 400;
	padding: 10px 0px!important;
	/*width: 120px;*/
}
.historyTable tr th:nth-child(1) {
	text-align:center!important;
    width: 0em;
}
.historyTable tr th:nth-child(2) {
	text-align:right;
    width: 2.5em;
}
.entry table.historyTable td{
	/*	padding: 5px 10px;	*/
	padding: 10px 5px 0em 1.5em!important;
	line-height: 1.5;
}

.blueTxt {
	color:#002f6c;
}
p.blueTxt-b {
	font-size: 30px;
	color: #002f6c;
	font-weight: bold;
}
p.blueTxt-b-s {
	font-size: 18px;
	color: #002f6c;
	font-weight: bold;
}


/*.indexList
--------------------------------------------------------------------------------------*/
.indexList {
	margin:0 auto;
}
.indexList > li {
	margin-bottom:16px;
}
.indexTip {
	border: 1px solid #CCC;
	padding: 10px 10px;
	background:#FFF;
}

.indexList li .indexTip-left {
	float:left;
	margin-right:10px;
}
.indexList li .indexTip-left img {
	border: 1px solid #ccc;
}

.indexList li .indexTip-right {
	float:left;
}
.indexList li .indexTip h3 {
	background: url(../images/common/icon_01.png) no-repeat left 3px;
	padding-left: 1.1em;
	font-weight: bold;
	margin-bottom:6px;
	font-size:14px;
}
.indexList li .indexTip-right ul {
	border-top: 1px solid #CCC;
	padding-top:10px;
}
.indexList li .indexTip-right ul li {
	margin-bottom: 10px;
}
.indexList li .indexTip-right ul li::before {
    content: "⚫";
    font-size: .5em;
    margin-right: .4em;
	margin-left: .2em;
	margin-top:-0.4em;
}



/*--------------------------------------------------------------------------------------
 TOP
--------------------------------------------------------------------------------------*/
/* bxslider*/
.bx-wrapper {
	margin: 0 0 0px!important;
	background: #142955;
	max-height:631px!important;
	overflow: hidden;
	clear:both;
}

.js-bxslider {
  display: none;
	height:auto!important;
}
.js-bxslider {
	max-width:1600px;
	margin:0 auto;
	text-align:center;
	height:auto!important;
}
.js-bxslider li {
	max-width:1600px;
	height:auto!important;
}
.js-bxslider li img{
	height:auto!important;
}
.bx-wrapper .bx-viewport {
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	border: none!important;
	left: 0px!important;
	background:#142955!important;
}
.slideBox {
	background:#142955;
}

/* megamenu
------------------------------------------------------------------------*/
h3.gn-title a{
	color:#002f6c;
	margin-bottom:10px;
}

/*  content */
.content-top {
	background: url(../images/common/bg_content-top.png)/*, url(../images/common/bg_content-common.png)*/;
	background-position: center top/*, center bottom*/;
	background-repeat: no-repeat/*, no-repeat*/;
	background-size: contain/*, contain*/;
}
.topReadWrapp {
	background: rgba(105,163,224,0.5);
/*	margin-top: 40px;*/
	margin-bottom: 50px;
	padding: 40px 0;
}
.topReadWrapp h2 {
	font-weight: bold;
	color: #002f6c;
	text-align:center;
 margin-top: 30px;
 margin-bottom: 20px;
}
.topReadWrapp .readTxt {
	color: #002f6c;
	line-height:1.8;
	margin-bottom:30px;
}

.columnAllwrapp {
	margin-bottom:50px;
}

/* top_column
------------------------------------------------------------------------*/
.top_columnWrapp {
 margin-top: 50px;
	margin-bottom: 10px;
	clear: both;
}
.top_columnWrapp h2 {
	margin-bottom:8px;
}
.columnMoreLink {
 margin-bottom: 10px;
 margin-right: 6px;
 text-align: right;
}

/* top_presenter */
.top_presenterWrapp {
	margin-bottom: 20px;
	clear: both;
}
.top_presenterImg {
	margin-bottom:10px;
}
.top_presenterTxt h2 {
	font-size: 16px;
	margin-bottom:6px;
	font-weight: bold;
}
.top_presenterTxt .itemReadTxt p {
	font-size: 14px;
	line-height:1.5;
	margin-bottom:0px;
}
.top_presenterTxt .moreBtn {
	text-align: right;
	font-size: 14px;
}
.top_presenterTxt .moreBtn a{
	text-decoration: underline;
}

/* newsBox
------------------------------------------------------------------------*/
.newsBox {
	margin-bottom:30px;
	clear:both;
}
.newsHeader {
	border-bottom:2px solid #002f6c;
}
.newsHeader h3 {
	color: #002f6c;
	font-size:24px;
	font-weight: bold;
	padding-bottom:8px;
	float:left;
}
.newsHeader span {
	display:block;
	margin-top:18px;
	float:right;
	font-size:12px;
}
.headline li {
	font-size: 14px;
	padding: 12px 0 12px 0em;
	border-top: 1px solid #ccc;
	background:url(../images/common/icon_01.png) no-repeat 0px 16px;
}
.headline li:first-child {
	border-top: none;
}
.headline li:last-child {
	border-bottom: 1px solid #ccc;
}
.headline li a{
	text-decoration: underline;
}

.headline time {
	margin-right: 0.5em;
	padding-left:1em;
	margin-bottom:8px;
}

.headline .ctgLabel {
	padding: 3px 7px;
	border-radius: 3px;
/*	background-color: #999;
	color: #FFF;*/
	font-size: 10px;
	vertical-align: middle;
	min-width: 70px;
	text-align: center;
	display: inline-block;
	margin-right: 0.5em;
}


/* columnBox*/
.columnBox {
	/*margin-bottom:70px;*/
	margin-bottom: 10px;
	clear:both;
}
.columnHeader span {
	display:block;
	margin-bottom:10px;
	float:right;
	font-size:12px;
}
.columnBox a{
	color:#002f6c;
}

/* columnBoxWrapp*/
.columnBoxWrapp {
    margin-bottom: 70px;
    clear: both;
	border-bottom: 1px solid #ccc;
}
.columnBoxWrapp ul {
	padding:10px 0 0px;
/*	border-top: 1px solid #ccc;*/
	border-top: none;
	border-bottom: none;
}
.columnBoxWrapp ul.headline li{
	background: url(none);
}
.columnBoxWrapp ul.headline li a{
	color:#002f6c;
}

.columnBoxWrapp ul.headline li .cNavListItemWrapp {
	/*padding:6px 0 6px 0;*/
	padding: 3px 0 3px 1em;
	background: url(../images/common/icon_01.png) no-repeat left center;
}

.columnBoxWrapp .acms-heading {
	border-bottom:none;
}
.columnBoxWrapp .acms-thumbnail:hover {
	border: none;
	box-shadow:none;
    cursor: pointer;
}
.columnBoxWrapp .acms-thumbnail {
    display: block;
    margin-bottom: 0px;
    padding: 0px;
    border: none;
    border-radius: 0px;
	background:transparent;
    color: #333;
    text-decoration: none;
}

.columnBoxWrapp ul li h3.acms-heading a {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	border-bottom: 2px #0A308F solid;
	display: block;
	padding-bottom: 6px;
	margin-bottom: 10px;
}
.columnBoxWrapp ul li h3.acms-heading {
	margin-bottom:0;
}
.columnBoxWrapp ul li h3.acms-heading:before {
    content: "■";
	float:left;
}

.columnBoxWrapp ul li .ebtryTitleheader,
.columnBoxWrap ul li .subTitleheader {
	/*display:block;*/
	display: inline-block;
}
.columnBoxWrapp ul li .ebtryTitleheader{
	line-height:1.2;
}
.columnBoxWrapp ul li .subTitleheader {
	margin-top:6px;
	line-height:1.2;
}

.cNavListItemWrapp .acms-label-warning {
	/*float:left;*/
	padding:3px 7px;
	margin-right:1em;
}


/* column columnList-1 */
.columnBoxWrapp ul.cList-1 {
	border-bottom: none;
	margin-borrom:0;
	padding-bottom:0px;
}
.columnBoxWrapp ul.cList-1 li{
	border-bottom: none;
}
.columnBoxWrapp ul * {
	padding:0;
}
.acms-list-group.cList-1 + .acms-list-group.cList-1 {
	margin: 0 0 0px 0;
}

/* columnList-1.sNavList-interview */
.columnBoxWrapp ul.cList-1.cNavList-interview {
}
.columnBoxWrapp ul.cList-1.cNavList-interview li{
	padding-bottom:14px;
}

/* column columnList-2 */
.columnBoxWrapp ul.cList-2 {
	border-top: none;
	margin-top:0;
	padding-top:0px;
}
.columnBoxWrapp ul.cList-2 li h3.acms-heading:before {
    content: "";
	float:left;
}
.columnBoxWrapp ul.cList-2 li h3.acms-heading a {
	/*padding: 10px 30px 0px 0em;*/
	border-bottom: none;
	font-size:14px;

	color: #002f6c;
	background: #eee;
	font-weight: bold;
	line-height: 1;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 15px;
}
.columnBoxWrapp ul.cList-2.headline li {
	padding:0px 0 0px 0em;
}
.columnBoxWrapp ul.cList-2.headline li:last-child {
		border-bottom: none;
}

.columnBox .headline {
	padding: 0!important;
}
.columnBox .headline li {
	/*display: inline-block;*/
	margin-left: 0.5rem;
}
.columnBox .headline li a {
	/*font-size: 12px!important;*/
}
.columnBox .headline li a .ebtryTitleheader {
	font-size: 12px!important;
}
.columnBox .headline li a .subTitleheaderr {
	font-size: 14px!important;
}

.columnList-1 li{
	padding: 0!important;
	position: relative;
}
.columnList-1 .acms-heading:before,
.columnList-1 .acms-heading:after{
	position: absolute;
	top: 0px;
	bottom: 0;
	right: 10px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.columnList-1 .acms-heading:before{
	right: 10px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #666;
	border-right: 2px solid #666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.columnList-1 .acms-heading {
	padding: 0!important;
}

/* topBannerWrapp */
.topBannerWrapp {
	text-align: center;
	margin-bottom: 40px;
}
.topBannerWrapp li {
	margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
	.topBannerWrapp {
		margin-left: -1.4%;
		margin-right: -1.4%;
	}
	.topBannerWrapp li {
		display: inline-block;
		margin-left: 1.0%;
		margin-right: 1.0%;
	}
}



/*--------------------------------------------------------------------------------------
 company
--------------------------------------------------------------------------------------*/
body.body-32  table  th{
	width: 25%;
}


/*--------------------------------------------------------------------------------------
 products
--------------------------------------------------------------------------------------*/
/* products [top] */
.productsTopList > li {
	margin-bottom: 80px;
}

.productsTopList > li .robot-aiList_inner {
	margin-top: 10px;
}
.productsTopList > li .robot-aiList_inner li{
	line-height: 1.6;
	margin-left:1em;
	text-indent:-1em;
}
.productsTopList > li .robot-aiList_inner li a{
	text-decoration: underline!important;
}

.productsTopList > li .itemList_inner{
	margin-top: 10px;
}
.productsTopList > li .itemList_inner li{
	float: left;
	margin-right: 1em;
	line-height: 1.6;
}


.body-products h1.entryTitle {
	font-weight: bold;
	margin-bottom:20px;
	color:#002f6c;
	background: url(../images/common/icon_03.png) no-repeat 0px 10px;
	padding-left:0.8em;
}
.body-products h1.entryTitle a{
	color:#002f6c;
}

p.productsGroup {
	font-size: 20px;
	background-color: #000000;
	color: #fff;
	padding: 15px;
	margin-bottom: 20px;
	margin-left: 15px;
	margin-right: 15px;
	font-weight: 600;
}

/* productsBoxList */
.productsBoxList {
	clear: both;
	margin-bottom: 50px;
}
.productsBoxList .textBox p {
	line-height: 1.6;
	margin-bottom: 14px;
}
.productsBoxList .textBox a {
	color: #002f6c;
	text-decoration: underline;
}

/* productsBox-top */
.productsBox-top {
	margin-bottom:30px;
}
.productsBox-top h2 {
	background: #032F6C;
}
.productsBoxInner-top {
	background: #F2F3F7;
	padding:20px;
}
.productsTipLst-top {
	list-style: none;
	margin-left: 0em;
}
.productsTipLst-top li {
	font-size: 14px;
	margin-bottom: 16px;
	background: url(../images/common/icon_03.png) no-repeat 0px 2px;
	padding-left: 1.6em;
	padding-top:2px;
	padding-bottom:2px;
	line-height:1.2;
}
.productsTipLst-top li:last-child {
	margin-bottom: 0px;
}
.productsTipLst-top li a{
	display:block;
	padding-top:2px;
	padding-bottom:2px;
	text-decoration: underline;
}

/* productsBox */
.productsBox {
	margin-bottom: 30px;
}
.products-header {
	background: #032F6C;
	padding:10px 10px;
}
.products-header h2 {
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	float: left;
	padding-top: 45px;
	padding-left: 16px;
}
.products-header h2  a{
	color:#FFF;
}
.cableBoxList-top .products-header h2 {
	padding-top: 30px;
}
/*.inspection-machineBoxList-top .products-header h2 ,*/
.materialBoxList-top .products-header h2 {
	padding-top: 15px;
}

.products-titleImg {
	float:right;
}
.productsBoxInner {
	background: #F2F3F7;
}
.productsTipLst {
	list-style: none;
	border-radius: 10px;
	border: 2px solid #032F6C;
}
.productsTipLst li {
	font-size: 16px;
	border-bottom: 1px solid #032F6C;
}
.productsTipLst li:last-child {
	border-bottom: none;
}

.productsTipLst li {
	padding: 20px 20px 20px 45px;
	background: url(../images/common/icon_03.png) no-repeat 20px center;
}
.productsTipLst li a {
	display: block;
}
.productsTipLst li a{
	position: relative;
}
.productsTipLst li a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 10px;
	height: 10px;
	margin: -4px 0 0 0;
	border-top: solid 2px #002f6c;
	border-right: solid 2px #002f6c;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.acms-grid-r .productsBoxInner ul li a:link {
	text-decoration: underline;
	background: #CF3;
}

/*  productsRead*/
.productsReadWrapp {
	margin-bottom:30px;
}
.productsRead-left {
	float:left;
	margin-bottom:20px;
	width:62%;
}
.productsRead-right {
	float:right;
	width:36.5%;
	margin-bottom:20px;
}
p.products-p-ctgName {
	font-size:30px;
	font-weight: bold;
	margin-bottom:20px;
}
h1.products-ctgName {
	font-weight: bold;
	margin-bottom: 20px;
	color: #002f6c;
	background: url(../images/common/icon_03.png) no-repeat left center;
	padding-left:0.8em;
}
.products-acdList {
	font-size: 20px;
	font-weight: bold;
}

/* accordion*/
.accordion {
	clear:both;
}
.nameListBox{
	margin-bottom:30px;
}
.accordion h2.acdTitle {
	width:auto;
	cursor: pointer;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left:10px;
	padding-right:20px;
	background: #465283 url(../images/common/plus.png) no-repeat right 15px  top 50%;
	border-top: 4px solid #B3B3B3;
	border-right: none;
	border-bottom: 4px solid #B3B3B3;
	border-left: 14px solid #B3B3B3;
	font-weight: bold;
	color: #FFF;
	margin-bottom:0;
}
.accordion .acdTitleInner {
	display:none;
	line-height:140%;
	margin:0;
	padding:10px 0 30px;
}

.nameList li {
	padding-bottom: 3px;
	margin-bottom: 6px;
	margin-top: 12px;
	border-bottom: 1px dotted #002f6c;
	clear: both;
	padding-left: 10px;
	padding-right: 10px;
}
.nameList li .products-name {
	float: left;
	font-weight: bold;
	color:#002f6c;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.body-twisting .nameList li .products-name {
	white-space: nowrap;
}
}
.nameList li .pdf-dl {
	float:right;
}
.nameList li .pdf-dl a {
	text-decoration: underline;
}
.kbTxt {
	display:none;
}

.accordion h2.acdTitle.active{
	background-image: url(../images/common/minus.png);
}


/* youtube */
.youtubeBox iframe {
	width: 100%;
	height: 178px;
}

.youtube2 {
  position: relative;
  max-width: 100%;
  padding-top: 56.25%;
	margin: 10px 10px 30px 10px;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 100% !important;
  height: 100% !important;
}
/*
iframe[src*='https://www.youtube.com/embed/'] {
	border: 2px #ccc solid;
}
*/
@media screen and (max-width: 767px) {
	iframe[src^='https://www.youtube.com/embed/'] {
		max-width: 98% !important;
		max-height: 220px !important;
		margin: 10px 10px 30px 10px;
	}
}
@media screen and (min-width: 768px) and  (max-width:992px){
iframe[src^='https://www.youtube.com/embed/'] {
		max-width: 98% !important;
		min-height: 300px !important;
		margin: 10px 10px 30px 10px;
	}
}
@media screen and (min-width: 993px) {
iframe[src^='https://www.youtube.com/embed/'] {
		max-width: 98% !important;
		min-height: 400px !important;
		margin: 10px 10px 30px 10px;
	}
}

/* productsTipSider */
.productsTipSider h3 {
	font-weight: 600;
	margin-left: 24px;
	margin-top: 14px;
	padding-bottom: 5px;
	border-bottom: 1px #000000 dotted;
	line-height: 1.2;
	font-size: 13.5px;
}
.productsTipSider h3:first-of-type {
	margin-top: 5px;
}
.productsInnerLst li {
  border-bottom: none!important;
}
.productsInnerLst li a {
	padding: 8px 20px 8px 38px!important;
	background: url(../images/common/icon_03.png) no-repeat 25px center;
	background-size: 10px auto;
	font-size: 13px;
}
.productsInnerLst li a:hover {
	background: url(../images/common/icon_03.png) no-repeat 20px center;
}

.sNavList li.parent_stay > a {
	color: #002f6c;
	background-color: #D1D5E2;
	border-bottom: 1px #0A308F dotted;
/*	font-weight: 600;*/
	}
.sNavList li.parent_stay > a::before {
	-webkit-transform: rotate(135deg)!important;
	transform: rotate(135deg)!important;
}
.sNavList li.parent_stay .productsInnerLst li a::before {
	display: none;
}



/*--------------------------------------------------------------------------------------
 field
--------------------------------------------------------------------------------------*/
h1.ctgTitle02,
p.ctgTitle02 {
	font-weight: bold;
	margin-bottom:10px;
	color:#002f6c;
	text-align:center;
}

/* readWrapp */
.readWrapp {
	background: #FFF;
	padding-top:30px;
	padding-bottom:30px;
}


/*--------------------------------------------------------------------------------------
 approach
--------------------------------------------------------------------------------------*/
/* productsBox */
.approach-header {
	background: #032F6C;
	padding:10px 10px;
}
.approach-header h2 {
	color: #FFF;
	font-weight: bold;
	float: left;
	padding-left: 0px;
}
.approach-header h2 a{
	color:#FFF;
}
.approach-titleImg {
	float:right;
}
.colorBox {
	margin-bottom:30px;
}
.colorBoxInner {
	background: #F2F3F7;
	padding:20px;
}
.colorBoxInner p {
	line-height:1.8;
}


/*--------------------------------------------------------------------------------------
 recruit
--------------------------------------------------------------------------------------*/
.voiceWrapp {
	padding-left:0;
	padding-right:0;
}
.voiceTxt  h2 {
	font-size:24px;
}
.voiceTxt  h2 span{
	font-size:14px;
}
p.dpTxt-b{
	font-size: 16px;
	margin-bottom: 0px;
	padding-bottom: 0;
	font-weight: bold;
}
.voiceTxt  .txtBold-b {
	font-size:20px;
}

.voiceImg {
	margin-top:6px;
}
.voiceImg img {
	margin-bottom:20px;
}
.voiceBox {
	padding: 20px 30px;
	border: 1px solid #CCC;
	line-height: 2;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	background: #FFF;
}


/*--------------------------------------------------------------------------------------
 news
--------------------------------------------------------------------------------------*/
body.body-news-listpage .entry,
body.body-media-listpage .entry,
body.body-topics-listpage .entry,
body.body-news .entry{
	border-bottom:2px #0A308F dotted;
	padding-bottom:20px;
	margin-bottom:50px;
}

h1.ctgTitle03,
p.ctgTitle03 {
	/*font-size:30px;*/
	font-size:20px;
	font-weight: bold;
	margin-bottom:10px;
}
h1.ctgTitle03 {
	font-size:30px;
}
p.ctgTitle03 {
	font-size:20px;
}
p.entryInfo {
/*	font-weight: bold;*/
	margin-bottom:5px;
	color: #000;
	display: inline-block;
	margin-right: 0em;
}
.blogEntry-h .entryTitle {
	margin-bottom:14px;
}
.blogEntry-h .entryTitle a {
	font-size:26px;
	font-weight: bold;
	color: #002f6c;
}

p.ctgLabel-entry {
	padding: 3px 7px;
	border-radius: 3px;
/*	background-color: #999;
	color: #FFF;*/
	font-size: 11px;
	vertical-align: middle;
	min-width: 70px;
	text-align: center;
	margin-right: 0.5em;
	margin-top: 5px;
	display: inline-block;
}
p.ctgLabel-entry a {
 color: #FFF;
}

/* news */
.ctgLabel-news_products {
 color: #FFF;
 background-color: #cd7086;
}
.ctgLabel-news_press {
 color: #FFF;
 background-color:#002f6c;
}
.ctgLabel-news_tour {
 color: #FFF;
 background-color: #CDB770;
}
.ctgLabel-news_recruit {
 color: #FFF;
 background-color: #b3cc08;
}
.ctgLabel-lecture {
 color: #FFF;
 background-color: #00d6d6;
}
.ctgLabel-news_other {
 color: #FFF;
 background-color: #999;
}


/* 前後リンク */
  .serialNav {
    margin: 20px 10px 60px 10px;
    border: 0;
  }
  .serialNav .serialNavItemPrev {
    float: left;
  }
  .serialNav .serialNavItemNext {
    float: right;
  }
  .serialNav a {
    display: inline;
    border: 0;
  }
  .serialNav a:hover {
    text-decoration: underline;
    background: 0;
  }


/*--------------------------------------------------------------------------------------
 column
--------------------------------------------------------------------------------------*/
#presenter {
  margin-top : -50px;
  padding-top : 50px;
}

/* column */
.columnWrapp {
	margin-bottom: 50px;
	clear: both;
}
.columnWrapp h2 {
	margin-bottom:8px;
}
.columnWrapp .itemReadTxt p{
	font-size:15px;
}
.columnMainImg {
	margin-bottom:30px;
}

body.body-column .headerLableWrapp time {
	display:block;
	float:left;
	margin-top:7px;
	margin-right:0.3em;
	line-height:24px;
}
body.body-column p.ctg2Name {
	float:left;
}
body.body-column p.ctg2Name {
	font-size: 24px;
	font-weight: bold;
}
body.body-column p.ctg2Name:before {
	content:"【";
}
body.body-column p.ctg2Name:after {
	content:"】";
}

body.body-column .headlineItemHeader time {
	float:none;
}
body.body-column .headlineItemHeader .ctgNameLabel {
	display:block;
	text-align:center;
}

body.body-column h1.entryTitle,
body.body-column h2.entryTitle {
	font-size: 20px;
}
body.body-column .subTitle_header {
    font-size: 18px;
    margin-top: 0px;
}

/*presenter*/
.presenterWrapp {
	margin-top:80px;
}
.presenterWrapp h2 {
	color: #002f6c;
	font-weight: bold;
	margin-bottom:6px;
}
.presenterWrapp h2 span{
	display:block;
}
.presenterWrapp .itemReadTxt p{
	margin-bottom:20px;
	font-size:15px;
}
.presenterImg {
	margin-bottom:20px;
	width:102px;
	margin-left:auto;
	margin-right:auto;
}

em.okuyama {
	color:#0068B7;
}
em.naoko {
	color:#E4007F;
}
em.guest {
	color: #339933;
}



/*--------------------------------------------------------------------------------------
 publication
--------------------------------------------------------------------------------------*/
/* publication */
.ctgLabel-publication_tv {
 color: #FFF;
 background-color: #cd7086;
}
.ctgLabel-publication_youtube {
 color: #FFF;
 background-color:#002f6c;
}
.ctgLabel-publication_radio {
 color: #FFF;
 background-color: #CDB770;
}
.ctgLabel-publication_other {
 color: #FFF;
 background-color: #999;
}



/*--------------------------------------------------------------------------------------
 contact
--------------------------------------------------------------------------------------*/
.entryColumn {
	margin-bottom:40px;
}
.entryColumn p {
	margin-bottom:10px;
	line-height:1.8;
}
.entryColumn strong {
	font-size:20px;
	display:block;
}

.contactBox {
	margin-top:50px;
}
.contactBox p.message {
  margin: 0 0 35px 0;
  padding: 0 10px;
  font-weight: bold;
  color: #c41134;
}
.contactBox p.contactNo {
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  color: #333;
}
.contactBox p.contactNo a {
  color: inherit;
}
.contactBox p.errorText {
  /* エラー文 */
  margin: 5px 0 0 0;
  color: #c41134;
}
.contactBox table.contactForm {
	width: 100%;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px dotted #e5e5e5;
}

table.contactForm th,
table.contactForm td {
	padding:10px;
	line-height: 1.3;
}

.contactBox table.contactForm tr {
  background: #FFF;
}

.contactBox table.contactForm td label {
	font-weight: normal;
	margin-right: 1em;
	margin-bottom: 10px;
}

.contactBox table.contactForm .kome-ft{
	font-size: 12px;
	margin-top: 6px;
}
.contactBox table.contactForm p{
	margin-bottom: 0;
	padding-bottom: 0;
}

/* input */
.acms-form-width-middle {
	width: 50%;
	display: inline-block;
}
.acms-form-width-short {
	width: 200px!important;
	display: inline-block;
}
.input-Multiple input {
	margin-top: 5px;
	margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
	.contactBox .entryColumn {
		padding-left: 0;
		padding-right: 0;
	}
	table.contactForm th,
	table.contactForm td {
/*	display: table-cell;*/
	display:block;
  }
	table.contactForm th{
		padding-bottom: 0px;
		padding-left: 0;
		padding-right: 0;
	}
	table.contactForm th label{
		font-weight: 600;
	}
	table.contactForm td{
		padding-top: 4px;
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (min-width: 768px) {
  .contactBox th {
    width: 32%;
		font-weight: normal;
  }
	table.contactForm th,
	table.contactForm td {
	 border-top: 1px solid #e5e5e5;
    display: table-cell;
  }
	/*.acms-form input.acms-form-width-middle[type="text"] {
			width: 90%!important;
	}*/
}

/* ステップ */
.contactBox .mailStep {
  margin: 0 10px 35px 10px;
  padding: 0 12px;
  background: #e5e5e5;
  /* カウンターの設定 */
  counter-reset: mailStep;
}
.contactBox .mailStepItem {
  float: left;
  list-style: none;
  margin: 0 15px;
  padding: 18px 0 14px;
  color: #999;
  font-size: 12px;
  font-weight: bold;
}
.contactBox .mailStepItem:before {
  /* カウンターの設定 */
  counter-increment: mailStep;
  content: counter(mailStep) ".";
}
.contactBox .mailStepItemCurrent {
  color: #333;
}

@media screen and (min-width: 768px) {
  .contactBox .mailStep {
    height: 60px;
  }
	.contactBox .mailStepItem {
  font-size: 16px;
  }
	table.contactForm th label{
		font-weight:normal;
	}
}

/* 送信ボタン */
.formBtnBox {
  margin: 40px 10px 50px 10px;
  text-align: center;
}
.formBtnBox input {
	padding:10px;
}
.formBtn {
  display: inline-block;
}
.formBtnReturn {
  float: left;
}
.formBtnSend {
  float: right;
}

@media screen and (min-width: 768px) {
  .formBtnReturn {
    float: none;
  }
  .formBtnSend {
    float: none;

    max-width: 360px;
    width: 100%;
  }
}

/* ラベル */
.labelRequired {
  margin: 0 5px;
  padding: 4px 8px;
  color: #FFF;
  font-size: 12px;
  border-radius: 3px;
  background: #c41134;
}
@media screen and (min-width: 320px) {
	labe {
	  float:left;
	  width:auto;
	}
  .labelRequired {
	  float:left;
	  display:block;
	  margin-bottom:8px;
  }
}
@media screen and (min-width: 768px) {
  .labelRequired {
    float: right;
  }
}


/*==========================================
[side]
===========================================*/
.sider,
.sider-top {
	margin-bottom: 30px;
}
.indexTitle-sub {
	font-weight: bold;
	margin-bottom:2px;
	background:#002f6c;
	color:#FFF;
}
.indexTitle-sub a {
	display:block;
	padding:10px 5px 10px 15px;
	color:#FFF;
}

.sNavList {
	background: #F2F3F7;
	border-top: 2px solid #0a308f;
	border-bottom: 2px solid #0a308f;
}
.sNavList li {
	border-bottom: 1px #0A308F dotted;
	/*font-weight: bold;*/
}
.sNavList li a {
	display: block;
	/*background: url(../images/common/icon_02.png) no-repeat right 15px center;*/
}
.sNavList li:last-child {
	margin-bottom: 0px;
	border-bottom:none;
}
.sNavList li a:hover,
.sNavList li.stay,
body.body-media .sNavList li.stay-media,
body.body-topics .sNavList li.stay-topics {
	background: #D1D5E2;
}
.sNavList li.stay a {
	color:#0A308F;
}

.sNavList li a{
	position: relative;
	width: 100%;
}
.sNavList li a::before,
.sNavList li a::after{
	position: absolute;
	top: 0px;
	bottom: 0;
	right: 10px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.sNavList li a::before{
	right: 10px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #666;
	border-right: 2px solid #666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* banner */
.banner li {
	margin-bottom:10px;
}

/*--------------------------------------------------------------------------------------
 news
--------------------------------------------------------------------------------------*/
.blogList li {
	font-weight: normal;
}
.blogList li .headlineDat {
	font-weight: bold;
}

/*--------------------------------------------------------------------------------------
 column
--------------------------------------------------------------------------------------*/
.columnSideWrapp ul {
	border-top: none;
	border-bottom: 1px #0A308F dotted;
}
.columnSideWrapp ul.columnList-top {
	border-top: 2px solid #0a308f;
}
.columnSideWrapp ul:last-child {
	border-bottom: 2px solid #0a308f;
}

.columnSideWrapp .acms-heading {
	border-bottom:none;
}
.columnSideWrapp .acms-thumbnail:hover {
	border: none;
	box-shadow:none;
    cursor: pointer;
}
.columnSideWrapp .acms-thumbnail {
    display: block;
    margin-bottom: 0px;
    padding: 0px;
    border: none;
    border-radius: 0px;
	background:transparent;
    color: #333;
    text-decoration: none;
}

.columnSideWrapp ul li h3.acms-heading a {
	/*font-size: 14px;
	padding: 4px 30px 8px 15px;*/
	/*border-bottom: 1px dotted #ccc;*/
	/*font-weight: bold;*/
	color: #333;
}
.columnSideWrapp ul li h3.acms-heading {
	margin-bottom:0;
}
.columnSideWrapp ul li h3.acms-heading a::before,
.columnSideWrapp ul li h3.acms-heading a::after{
	display:none;
}
/*
.columnSideWrapp ul li h3.acms-heading:before {
    content: "■";
	float:left;
}
*/
.columnSideWrapp ul li .ebtryTitleheader,
.columnSideWrapp ul li .subTitleheader {
	display:block;
}
.columnSideWrapp ul li .ebtryTitleheader{
	font-size:11.5px;
	line-height:1.2;
	border-bottom: dotted 1px #ccc;
    padding-bottom: 2px;
    color: #888;
}
.columnSideWrapp ul li .subTitleheader {
	margin-top:4px;
	line-height:1.2;
}

.columnSideWrapp ul li a {
	/*border-bottom: 1px #0A308F dotted;*/
	font-size: 14px!important;
}

/* column columnList-1 */
.columnSideWrapp ul.columnList-1 {
	border-bottom: none;
}
.columnSideWrapp ul.columnList-1 li{
	border-bottom: none;
}


/* columnList-1.sNavList-interview */
.columnSideWrapp ul.columnList-1.sNavList-interview {
	border-top: none;
	border-bottom: 1px #0A308F dotted;
}
.sNavList-interview li a::before {
	right: 10px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #666;
	border-right: 2px solid #666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sNavList-interview li a::before,
.sNavList-interview li a::after {
	position: absolute;
	top: 0px;
	bottom: 0;
	right: 10px;
	margin: auto;
	content: "";
	vertical-align: middle;
}


/* column columnList-2 */
.columnSideWrapp ul.columnList-2 {
	border-top: none;
	border-bottom: 1px #0A308F dotted;
	border-bottom: none;
}
.columnSideWrapp ul.columnList-2 li h3.acms-heading:before {
    content: "";
	float:left;
}
.columnSideWrapp ul.columnList-2 li h3.acms-heading {
	padding:0px 0 0 0;
}
.columnSideWrapp ul.columnList-2 li h3.acms-heading a {
	padding: 8px 20px 8px 38px!important;
	border-bottom: none;
	background: url(../images/common/icon_03.png) no-repeat 25px center;
	background-size: 10px auto;
	font-size: 13px;
	border-bottom: none
}

.columnSideWrapp ul li a:hover,
.columnSideWrapp ul li a.stay {
	background: #D1D5E2;
}
.columnSideWrapp ul li a.stay {
	color:#0A308F;
}


/*==========================================
[footer]
===========================================*/
.footerWrap {
	padding-bottom: 20px;
	background: #142955 url(../images/common/bg_bar.png) repeat-y center center;
	color: #FFF;
}
.fNavListInner {
	margin-bottom:20px;
}

/* fNav */
.fNavList{
	margin-bottom:20px;
}
.fNavList li a{
	display: block;
	color: #FFF;
	padding-top:12px;
	padding-bottom:12px;
	padding-left: 1.2em;
	background: url(../images/common/icon_white.png) no-repeat;
}

/*add*/
.addBox {
	clear:both;
	margin-top:20px;
	text-align:center;
}
.addBox strong {
	margin-bottom:10px;
	display:block;
}
.addBox address {
	margin-bottom:20px;
	line-height:1.4;
}



/*/////////////////////////////////////////////////////////////////////////////////////////////////
SP Layout
/////////////////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (min-width: 320px) {
/*==========================================
header
===========================================*/
	/*
.siteReadTxtWrapp {
	display: none;
}
	*/
p.siteReadTxt {
	font-size:10px;
	font-size:6px;
}
/* logo */
.logo img {
	width: 70%;
	height:auto;
}

/* gNav */
.gNavList-sp li a {
	position: relative;
}
.gNavList-sp li  a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #002f6c;
	border-right: solid 2px #002f6c;
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*==========================================
[contents]
===========================================*/
.content-common {
	/*padding-bottom:50px;*/
}
.TopicPath{
	padding-left:15px;
	padding-right:15px;
	font-size:12px;
}

/*------------------------------------------------------------------------
[TOP/slider]
------------------------------------------------------------------------*/
.fix-height {
	height: 300px;
	/* はじめのちらつき防止 */
	overflow: hidden;
	/* はじめのちらつき防止 */
}

.main-slider-image {
	height: 300px;
	background-size: cover;
}


/*==========================================
[main]
===========================================*/
h1.entryTitle,
h2.entryTitle {
	font-size:20px;
}
p.products-p-ctgName {
	font-size:20px!important;
}

p.ctgTitle {
	font-size: 16px;
}

.main-common,
.main-bg,
.main-bg-col1 {
	padding-left:15px;
	padding-right:15px;
}

.main-common,
.main-top {
	/*margin-bottom: 80px;*/
}

p.blueTxt-b {
	font-size:20px;
}

 /* btnWrapp
----------------------------------*/
.btnWrapp {
	margin-top:20px;
	text-align: center;
}
.btnWrapp a{
	position: relative;
	display: inline-block;
	background-color: #002f6c;
	border-radius: 8px;
	color: #fff;
	text-decoration: none!important;
	font-weight: 600;
	/*line-height: 25px;*/
  box-shadow: 0px 6px 1px -1px #001736;
  line-height: 1.3;
  padding:20px 30px;
  font-size: 16px;
}
.btnWrapp a .fa-caret-right {
  line-height: 1;
  float: right;
  font-size: 2.0rem;
}
@media (max-width: 767px)  {
	.btnWrapp a{
		min-width: 100%;
	}
}


/* indexList
------------------------------------------------------------------------*/
/* indexList */
.indexList {
	width: 100%;
}
.indexList li .indexTip-right ul {
	width:180px;
}
.indexList .f-otherBox .indexTip-right ul li {
	float:none;
	margin-right:0em;
	display:block;
}

/* indexList [activity-field] */
.innerList-activity-field .indexTip {
	border: 1px solid #CCC;
	padding:10px;
}


/*------------------------------------------------------------------------
[TOP]
------------------------------------------------------------------------*/
.content-top {
	padding-bottom:50px;
}
/* top-bottom */
.top-bottom {
	margin-top:0px;
	height: 100px;
}

.topReadWrapp h2 {
	font-size:20px;
}
.topReadWrapp .readTxt{
	font-size:12px;
	text-align:left;
}

.megamenu ol li.gmWrapp{
	margin-bottom:20px;
}

/* newsBox */
.newsBox {
	margin-left: 15px;
	margin-right:15px;
}

/* top_columnWrapp */
.top_columnWrapp {
	margin-left: 15px;
	margin-right:15px;
}
.top_columnWrapp .itemReadTxt p{
	font-size:14px;
}

/* top_presenter */
.top_presenterWrapp.row {
	margin-left:0;
	margin-right:0;
}

/* columnBox*/
.columnBox {
	margin-left: 15px;
	margin-right:15px;
}


/*--------------------------------------------------------------------------------------
 products
--------------------------------------------------------------------------------------*/
.body-products h1.entryTitle {
	font-size:16px;
	background: url(../images/common/icon_03.png) no-repeat left center;
	padding-left: 0.8em;
	background-size: 12px 12px!important;
}
h1.products-ctgName {
	background: url(../images/common/icon_03.png) no-repeat left center;
	padding-left: 0.8em;
	background-size: 12px 12px!important;
}

.ctgTitleWrapp {
	padding-left:15px;
	padding-right:15px;
}
.readBox {
	padding-left: 15px;
	padding-right: 15px;
}

.products-header h2 {
	padding-top: 20px;
}
.cableBoxList-top .products-header h2 {
	padding-top: 6px;
}
/*.inspection-machineBoxList-top .products-header h2 ,*/
.materialBoxList-top .products-header h2 {
	padding-top: 0px;
}
.products-titleImg {
	width: 20%;
}
.products-titleImg img {
	width: 100%;
}

img.vis_pdf {
	width: 20%;
}

.accordion h2.acdTitle {
	padding: 12px 12px 12px 5px;
	background: #465283 url(../images/common/plus.png) no-repeat right 10px top 50%;
	background-size: 15px 15px;
	font-size:15px;
}


/*--------------------------------------------------------------------------------------
 field
--------------------------------------------------------------------------------------*/
h1.ctgTitle02,
p.ctgTitle02 {
	font-size:20px;
}


/*--------------------------------------------------------------------------------------
 approach
--------------------------------------------------------------------------------------*/
.approach-colorBoxList .colorBox.col-sm-6 {
	padding:0 0 0 0px;
}
.approach-header h2 {
	font-size: 14px;
}
.overhaulBox-top .approach-header h2 {
	padding-top: 5px;
}
.approach-titleImg {
	width: 20%;
}
.approach-titleImg img {
	width: 100%;
}

/*--------------------------------------------------------------------------------------
 news
--------------------------------------------------------------------------------------*/
p.entryInfo {
	font-size:14px;
}

.ctgTitle02 {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 600;
}

/* newsList [sub] */
.tabnav{
	margin: 0;
	padding: 0;
}
.tabnav li{
	display: inline;
}
.tabnav li a{
	display: inline-block;
	background: #ddd;
	color: #333;
	/*   padding: 10px;*/
	/*    border-radius: 5px 5px 0 0;*/
	padding: 5px 15px;
	text-decoration: none;
	margin-top: 5px;
}
.tabnav li a:hover,
.tabnav li a.active{
	background: #7675b6;
	color: #fff;
}
.tabcontent{
	/*   padding: 20px;*/
	/*    border: 1px dotted #ccc;*/
	padding-top: 20px;
	border-top: #002f6c 2px solid;
}



/*==========================================
[side]
===========================================*/
.sNavList {
	margin-bottom: 0px;
}
.indexTitle-sub {
	font-size:16px;
}
.sNavList li {
	font-size: 12px;
}
.sNavList li a {
	padding:10px 15px;
}



/*--------------------------------------------------------------------------------------
 column
--------------------------------------------------------------------------------------*/
/*presenter*/
.presenterWrapp h2 {
	font-size: 20px;
}
.presenterWrapp h2 span{
	display:block;
	font-size:14px;
}

/*==========================================
[footer]
===========================================*/
.footerWrap {
	padding-top: 0px;

}
.fNavListInner.container {
	padding-left:0;
	padding-right:0;
}
.fNavListBox {
	margin-bottom:0;
}
.fNavList {
	border-top: 1px solid #ccc;
}
.fNavList li {
	font-size:10px;
	position: static;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width:50%;
	float:left;
}
.fNavList li.longText a {
	padding-top: 7px;
  padding-bottom: 7px;
}

.fNavList li a {
	position: relative;
	padding-left:15px;
	/*padding-right:15px;*/
	/*margin-left:15px;*/
	padding-right:10px;
	margin-left:7px;
	/*background-position:left 1.3em;*/
	background-position:left center;
}
.fNavList li a::before,
.fNavList li a::after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 0px;
	bottom:0;
	margin: auto;
/*	content: "";*/
	vertical-align: middle;
}
.fNavList li a::before{
	/*right: 15px;*/
	right: 7px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.addBox address {
	font-size:10px;
}
.copyright small {
	font-size:9px;
}

.pageTopBtn {
    display: none;
}
}


/*/////////////////////////////////////////////////////////////////////////////////////////////////
PC Layout
/////////////////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (min-width: 768px) {
/*==========================================
[header]
===========================================*/
.siteReadTxtWrapp {
	color:#FFF;
	padding:8px 15px;
	background:#000;
}
p.siteReadTxt {
	font-size:12px;
}

/*gNavList  */
.gNavList li {
	float: left;
	width: 14.27%;
}
.gNavList li  a {
	color:#FFF;
	display:block;
}
.gNavList li {
	text-indent: -9999em;
}
.gNavList li a {
	height:78px;
}
.gNav_home,
.gNav_home a {
	background: url(../images/common/gnav-home.png) no-repeat center center;
}
.gNav_home a:hover,
.gNav_home.stay a {
	background: url(../images/common/gnav-home_on.png) no-repeat center center;
}
.gNav_company,
.gNav_company a {
	background: url(../images/common/gnav-company.png) no-repeat center center;
}
.gNav_company a:hover,
.gNav_company.stay a {
	background: url(../images/common/gnav-company_on.png) no-repeat center center;
}
.gNav_products,
.gNav_products a {
	background: url(../images/common/gnav-products.png) no-repeat center center;
}
.gNav_products a:hover,
.gNav_products.stay a {
	background: url(../images/common/gnav-products_on.png) no-repeat center center;
}
.gNav_logo,
.gNav_logo a {
	background: url(../images/common/logo.png) no-repeat center center;
}
.gNav_effort a {
	background: url(../images/common/gnav-effort.png) no-repeat center center;
}
.gNav_effort a:hover,
.gNav_effort.stay a {
	background: url(../images/common/gnav-news_on.png) no-repeat center center;
}
.gNav_news a {
	background: url(../images/common/gnav-news.png) no-repeat center center;
}
.gNav_news a:hover,
.gNav_news.stay a {
	background: url(../images/common/gnav-news_on.png) no-repeat center center;
}
.gNav_recruit,
.gNav_recruit a {
	background: url(../images/common/gnav-recruit.png) no-repeat center center;
}
.gNav_recruit a:hover,
.gNav_recruit.stay a {
	background: url(../images/common/gnav-recruit_on.png) no-repeat center center;
}
.gNav_contact,
.gNav_contact a {
	background: url(../images/common/gnav-contact.png) no-repeat center center;
}
.gNav_contact a:hover,
.gNav_contact.stay a {
	background: url(../images/common/gnav-contact_on.png) no-repeat center center;
}


/*==========================================
[contents]
===========================================*/
.content-common {
	/*
	padding-bottom: 200px;
	*/
	/*padding-bottom: 20px;*/
}
.TopicPath{
	padding-left:0px;
	padding-right:0px;
	font-size:13px;
}


/*------------------------------------------------------------------------
[TOP/slider]
------------------------------------------------------------------------*/
.slick-prev {
	left: 50px;
}
.slick-next {
	right: 50px;
}
.fix-height {
	height: 632px;
	/* はじめのちらつき防止 */
}
.main-slider-image {
	height: 632px;
	background-size: auto auto;
}
.main-slider-main-copy {
	font-size: 40px;
}
.main-slider-side-copy {
	font-size: 24px;
}


/*==========================================
[main]
===========================================*/
.main-common,
.main-top {
/*	margin-bottom: 50px;*/
	margin-bottom: 30px;
	width:73.3%;
}
.main-common{
	float:right;
}

.main-top {
	float:left;
}
.main-bg {
	margin-bottom: 50px;
	background: #FFF;
	padding:30px 20px;
	float:right;
	width:73.3%;
}

/* title */
h1.entryTitle,
h2.entryTitle {
	font-size:24px;
}

p.ctgTitle {
	font-size: 24px;
}
/*
h1.entryTitle,
h2.entryTitle {
	font-size:28px;
}
*/

/* indexList
------------------------------------------------------------------------*/
.indexList li .indexTip-right {
	float:left;
	width: 60%;
}
.indexList li .indexTip h3 {
	background: url(../images/common/icon_01.png) no-repeat left 3px;
	padding-left: 1.1em;
	font-weight: bold;
}
.indexList li .indexTip-right ul {
	border-top: 1px solid #CCC;
}
.indexList li .indexTip-right ul {
	width:auto;
}
.indexList li .indexTip-right ul li {
	margin-bottom:10px;
	font-size:12px;
}

.indexList .f-otherBox .indexTip-right ul li  {
	float: left;
	margin-right:0.5em
}

/* indexList [robot] */
.body-robot-listpage .innerList-Robot .indexTip h3 {
	margin-top: 10px;
	padding-bottom: 7px;
}


/*------------------------------------------------------------------------
[TOP]
------------------------------------------------------------------------*/
.content-top {
	/*padding-bottom:250px;	*/
}
.topReadWrapp h2 {
	font-size:30px;
}
.topReadWrapp .readTxt {
	font-size:14px;
	text-align:center;
}
p.readTxt {
	text-align:center;
}

/* top_presenter */
.top_presenterWrapp.row {
	margin-left:-15px;
	margin-right:-15px;
}

/* megamenu
------------------------------------------------------------------------*/
.megamenu ol{
	margin-left:0;
}
.megamenu ol li.gmWrapp{
	display:block;
	width:30%;
	margin-left:5%;
	margin-bottom:0;
}
.megamenu ol li.gmWrapp:first-child {
	margin-left:0%;
	height:200px;
}
.topReadWrapp .topMainList  > li  > img{
	text-align:left;
}
.topReadWrapp .topMainList li a:hover img{
  opacity: 1.0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* top-bottom */
.top-bottom {
	margin-top: 100px;
	height: 400px;
	background: url(../images/top/bg_top-bottom.png) repeat-x center top;
	background-size: contain;
}

/* newsBox */
.newsBox {
	margin-left:0;
	margin-right:0;
}
.headline li .headlineItemInner{
	margin-left:110px;
	display:block;
}
.headline li time {
	float:left;
}

/* top_columnWrapp */
.top_columnWrapp {
	margin-left:0;
	margin-right:0;
}
.top_columnWrapp .itemReadTxt p{
	font-size:15px;
}

/* columnBox*/
.columnBox {
	margin-left: 0px;
	margin-right:0px;
}


/*--------------------------------------------------------------------------------------
 products
--------------------------------------------------------------------------------------*/
.body-products h1.entryTitle {
	font-size:28px;
}
h1.products-ctgName {
	font-size:28px;
}

.accordion h2.acdTitle {
	font-size:20px;
}


/*--------------------------------------------------------------------------------------
 field
--------------------------------------------------------------------------------------*/
h1.ctgTitle02,
p.ctgTitle02 {
	font-size:36px;
}


/*--------------------------------------------------------------------------------------
 approach
--------------------------------------------------------------------------------------*/
/* productsBox */
.approach-header h2 {
	font-size: 16px;
	width: 72%;
}
.robotBox-top .approach-header h2 {
	padding-top: 35px;
}
.overhaulBox-top .approach-header h2 {
	padding-top: 22px;
}
.approach-colorBoxList .colorBox.col-sm-6 {
	padding:0 15px 0 18px;
}
.approach-titleImg {
	width: 27%;
}
.approach-titleImg img{
	width: auto;
}


/*--------------------------------------------------------------------------------------
 news
--------------------------------------------------------------------------------------*/
/* newsBox */
p.entryInfo {
	font-size:16px;
}

.newsSubList {
	margin-bottom: 80px;
}


/*--------------------------------------------------------------------------------------
 column
--------------------------------------------------------------------------------------*/
/*presenter*/
.presenterWrapp {
	margin-top:80px;
}
.presenterWrapp h2 {
	font-size: 30px;
}
.presenterWrapp h2 span{
	font-size:18px;
}
.presenterImg {
	float:right;
	margin-left:20px;
	margin-bottom:10px;
	width:204px;
}

body.body-column .headlineItemHeader {
	float:left;
}




/*==========================================
[side]
===========================================*/
.sider,
.sider-top {
	/*width: 25%;*/
 width: 25.5%;
}
.sider{
	float:left;
}
.sider-top {
	float:right;
	margin-top:-10px;
}

.indexTitle-sub {
	font-size:18px;
}
.sNavList li {
	font-size: 15px;
	line-height: 1.2;
}
.sNavList li a {
	/*padding: 10px 15px 10px 15px;*/
	padding: 14px 15px 14px 10px;
}


/*==========================================
[footer]
===========================================*/
.footerWrap {
	padding-top: 20px;
}
 /*
.fNavListInner {
	position: relative;
	overflow: hidden;
}
 */

/* fNav */
 /*
.fNavList {
	float:left;
	left:50%;
	position:relative;
}
.fNavList {
	border-top: none;
	font-size:13px;
}
.fNavList li {
	float:left;
	left:-50%;
	position:relative;
	border-right: none;
	border-bottom:none;
	width:auto;
}
 */

.fNavList li {
	font-size:11px;
}
.fNavListInner {
 text-align: center;
}
.fNavList {
 display: inline-block;
}
.fNavList {
	border-top: none;
	font-size:13px;
}
.fNavList li {
	border-right: none;
	border-bottom:none;
	width:auto;
 display: inline-block;
 float: none;
}
.fNavList li a{
	padding-right: 1em;
	margin-left:0px;
}
.fNavList li a::before,
.fNavList li a::after {
	display:none;
}

.copyright small {
	font-size:12px;
}
.addBox address {
	font-size:13px;
}
.addBox strong {
	font-size:18px;
}
.addBox address .tel {
	margin-left:1em;
}

/* ページの上に戻るボタン */
.pageTopBtn {
  display: block;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 44px;
  height: 44px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../images/marker/btn_pageTop.png) no-repeat center;
  transform: translateZ(0);
  z-index: 1000;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.no-js .pageTopBtn {
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
.pageTopBtnAppear {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
}

/* snsList */
.f-snsList {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
.f-snsList li {
	text-align: center;
	display: inline-block;
	margin-left: 0.8em;
	margin-right: 0.8em;
}
.f-snsList li a{
	display: inline-block;
}
.f-snsList li a i{
	font-size: 30px;
}
.f-snsList li i.fa-facebook{
	color: #3b5998;
}
.f-snsList li i.fa-youtube{
	color: #ff0000;
}
.f-snsList li i.fa-instagram{
	color: #e1306c;
}



/*/////////////////////////////////////////////////////////////////////////////////////////////////
PC Layout
/////////////////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (min-width: 641px) and (max-width: 1023px) {
.approach-header h2 {
	font-size: 14px;
}
.robotBox-top .approach-header h2 {
	padding-top: 10px;
}
.overhaulBox-top .approach-header h2 {
	padding-top: 0px;
}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
/*--------------------------------------------------------------------------------------
 field
--------------------------------------------------------------------------------------*/
.indexList li .indexTip-left {
	width: 25%;
	float: left;
}
.indexList li .indexTip-left img {
	width:100%;
}
.indexList li .indexTip-right {
	width: 65%;
}
.indexList li .indexTip h3 {
	font-size:13px;
}
}

@media screen and (min-width: 1024px) {
/*==========================================
[contents]
===========================================*/
.container {
	width:1000px;
}
}
