#header_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100000;
    width: 100%;
    background: #FFF;
    box-shadow: 0px 0px 1px rgba(0,0,0,0.2);
}
#core-tech{
	background: url(/img/core/mv_new.png) no-repeat center 81px;
	background-size: 1920px;
}
#core-tech .main_area{
	height: 533px;
}
#container {
    width: 1042px;
    margin: 0 auto 60px;
    font-size: 116%;
}
#core-tech p{
	line-height: 2;
	/* backdrop-filter: blur(12px); */
	text-align: justify!important;
}
#core-tech p#sp_menu {
	text-align: center!important;
}
.ytc_bg{
    margin: 50px 0 0 0;
}
.ytc_bg:before{
    content: "";
    position: absolute;
    left: 0;
    display: block;
    background: url(/img/core/bg_ytc.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 184px;
    z-index: -1;
    margin: 0;
}
.leftimg{
    float: left;
    width: 210px;
    margin: -11px 0 0 0;
}
.righttxt{
	display:inline-block;
	margin: 23px;
	font-size: 1.5em;
	font-weight: bold;
	color: white;
}
.middle_bg{
	position:absolute;
	/* bottom:0; */
	left: 0;
	margin: -30% 0 0 0;
	z-index: -10;
	width:100%;
}
#core-tech .main_area h1{
	font-weight:bold;
	color: white;
	margin: 100px 0;
	text-align: left;
}
#core-tech h1 span{
    font-size: 14px;
    margin: 0 0 0 10px;
    font-style: italic;
    font-weight: normal;
}
#core-tech h2{
  /* position: relative; */
  display: inline-block;
  padding: 0 55px;
  margin-bottom: 0;
  font-size: 131%;
  border-left: none;
  color: white;
}
#core-tech h2:before{
    content: '';
    position: absolute;
    /* top: 39%; */
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: white;
    /* left: 0; */
}
.topicpath {
    width: 1040px;
    margin: 0 auto 10px;
    color: white;
    padding: 7px 0 0 0;
}
#core-tech h3{
	font-weight:bold;
}
#core-tech h4{
	font-weight:bold;
	color: #444;
	font-weight: normal;
}

.topicpath ul li a {
    padding-right: 6px;
    color: white;
    text-decoration: none;
}
.coremenu_wrap{
	background:white;
	text-align: center;
	background: url(/img/core/menu_bg.png) no-repeat;
	vertical-align: top;
	border-radius:5px;
	overflow: visible;
	background-color: #f4f4f4;
	/* box-shadow: 1px 1px 2px #ffffff; */
}
.core_menu{
	border-radius:5px;	
}
.main{
	/* position:relative; */
	/* overflow: visible; */
}
.main_bg_gray{
	background:#e9e9eb;
}

.main_bg_gray01{
	margin-top: -20px;
	z-index: -1;
	background:#e9e9eb;
	padding: 40px;
	position: relative;
}
.under_arrow {
    width: 1042px;
    text-align: center;
    position: relative;
    z-index: 9;
    font-weight: bold;
    height: 96px;
    background: url(/img/core/middle_arr.png) no-repeat center top;
    background-size: 101%;
    font-size: 120%;
    margin: 0 0 7px 0;
    line-height: 64px;
    color: #0056b9;
}
.ttl_txt span{
	font-size:140%;
}
.ttl_txt{
	color:#0056b9;
	font-size: 116%;
	margin: 0 0 10px 0;
	text-align: left;
	line-height: 1.5!important;
	font-weight: bold;
}
.ttl_txt span{
	font-size:120%;
}
.sub_ttl {
color: white;
    font-weight: normal;
    padding: 25px 0;
    text-align: left;
}
.flex_box{
	display:flex;
}
.flex_left{
	width:50%;
}
.flex_right{
	width:50%;
}

.flex_left img{
	text-align:center;
	width:90%;
}
.flex_right{
	text-align: left;
	width:90%;
}
.bg_wht{
	background:white;
	padding: 40px;
}

.center{
	text-align:center;
}
.middle_txt{
	color:#0056b9;
	font-size: 150%;
	margin: 40px 0 10px 0;
	font-weight: bold;
}
.core_menu{
	/* background: #005296; */
	border-radius: 5px 5px 0 0;
	text-align: center;
	/* border: 1px solid #cacaca; */
	font-size: 1.2em;
}
.core_menu a{
	color:#FFF;
	display: block;
	width: 100%;
	text-decoration: none!important;
}
.core_menu li{
	background: #5292e0;
	border-radius: 7px;
	cursor: pointer;
	width: calc(33% - 52px);
	/* text-decoration: underline; */
	margin: 6px 5px;
	position: relative;
	color: #FFF;
	text-shadow: 0 0 2px black;
	font-weight: bold;
	display:inline-block;
	padding: 6px 20px;
}
.core_menu li:hover{
	background:#2f6bb2;
}
.core_menu li a::before, .core_menu li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform-origin: 100% 50%;
  height: 1px;
  width: 11px;
  background-color: #ffffff;
  border-radius: 2px;
  will-change: transform;
  transition: .3s;
}
.core_menu li a::before {
  transform: translateY(-50%) rotate(30deg);
}

.core_menu li a::after {
  transform: translateY(-50%) rotate(-30deg);
}
.core_menu li.current{
	background: #005090;
	border-radius:10px;
	cursor: auto;
	text-decoration: none;
	display:inline-block;
}
.core_menu li ul{
	display:none;
}
.nextmenu{
	position:relative;
	text-align: center;
	vertical-align: top;
	padding: 0 0 8px 0;
	width: calc(33% - 0px);
	display: inline-block;
}
.nextmenu li:first-child a:after{
	content:"";
	margin: 8px 0 0 5px;
	display:inline-block;
	float:right;
	vertical-align:middle;
	height:20px;
	width:19px;
	background:url(/img/core/arrow_core_h4.png) no-repeat 0 0;
	background-size:60%;
}
.nextmenu.current li:first-child a:after{
	content:"";
	margin: 8px 0 0 5px;
	display:inline-block;
	float:right;
	vertical-align:middle;
	height:20px;
	width:19px;
	background:url(/img/core/arrow_core_h4_white.png) no-repeat 0 0;
	background-size:60%;
}
.next_menu01{
	/* display:none; */
}
.next_menu02{
	/* display:none; */
}
.next_menu03{
	/* display:none; */
}
.nextmenu ul{
	position:relative;
	background: #e9e9e9;
	display:inline-block;
	font-size: 0.8em;
	text-align: left;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	width: calc(50% - 25px);
	padding: 8px 5px 0px 10px;
	list-style: none;
	z-index: 1;
	margin: 5px 0 0px 0px;
	border-radius: 7px;
	font-weight:bold;
	color:#005696;
}
.nextmenu ul a{
	text-decoration:none;
	display: block;
}
.nextmenu ul:hover{
	background:#ccc;
}
.nextmenu.current ul{
	position:relative;
	background: #0056b9;
	font-weight:bold;
	color:#ffffff;
}
.nextmenu.current ul:hover{background: #11447e;}
.nextmenu.current a{
	color:#ffffff!important;
	width: 100%;
	display: block;
}
.nextmenu ul li ul{
	background: #b2ccea;
	display:block;
	width: 100%;
	font-size: 1.2em;
	text-shadow: 0 0px 3px #fff;
	color: #fff;
	padding: 10px;
	list-style: none;
	margin: 10px 5px 0 0;
	border-radius: 7px;
	white-space: nowrap;
}
.nextmenu ul li:nth-child(2){
	position: absolute;
	top: 45px;
}
.nextmenu ul li:nth-child(2) ul{
	display:none;
	top: 0;
}

.nextmenu ul li:nth-child(2) ul li{
	position: relative;
	font-size: 0.7em;
	cursor: pointer;
	text-align: left;
	margin: 0 0 10px 0;
	top: 0;
}

.nextmenu ul li:nth-child(2) ul li:last-child{
	margin: 0 0 0px 0;
}
.core_menu .current:after{
	content:"";
	position: absolute;
	top: 100%;
	z-index: 2;
	left: 50%;
	margin-left: -11px;
	border: 11px solid transparent;
	border-top: 10px solid #005090;
}
.nextmenu ul.current:after{
	border-top: 15px solid #548ed0;
}

.is-fixed{
	position:fixed;
	float: right;
	box-shadow: #000 0 0 5px;
	margin: 0;
	z-index: 10;
	width: calc(1042px);
	/* left: calc(50% - 501px); */
}
#core-tech h3:before{
	/* content:""; */
	position:absolute;
	right: 0;
	display:block;
	background: url(/img/core/midashi_morot.png) no-repeat;
	background-size: 1920px;
	width:1920px;
	height: 235px;
	z-index:-1;
	margin: -135px 0 0 0;
}
#core-tech h3{
	height: auto;
	color: #fff;
	margin: 10px 0;
	border: none;
	padding: 10px 10px 10px 20px!important;
	background-color: #0056b9;
	font-size: 1.3em;
	margin: 80px 0 22px 0;
	padding: 10px;
	/* background: none; */
}
#core-tech h3 span{
	float:right;
	margin: 7px 35px 0 0;
	font-size: 0.8em;
	/* vertical-align: inherit; */
	color: #ffffff;
}
.h4box{
	background: #e9e9e9;
	padding: 15px;
	border-radius: 5px;
	margin: 11px 0 0 0;
}
.h4box h4{
	/* background:#fff; */
	color:#0056b9;
	margin: 0;
	padding:5px;
	border-radius: 5px;
}

.h4box h4:after{
	transition: .5s;
	content:url(/img/core/arrow_core_h4.png);
	transform: rotate(0deg);
	float:right;
	margin: 6px 0 1px 0;
}

.h4box h4.deg180:after{
	transform: rotate(0deg);
}
.h4box h4.deg180:after{
	transform: rotate(180deg);
}
.h4box p{
	display:none;
	clear: both;
	background:#fff;
	padding: 25px 17px;
	border-radius: 5px;
}
.h4box p.d-flex{
	display:flex;
}
.nextmenu ul li:nth-child(2) ul li a{
	color: #0056b9!important;
	font-weight: bold;
	text-decoration:none!important;
	transform: rotate(0.1deg)!important;
}
.nextmenu ul li:nth-child(2) ul li:before {
	content:url(/img/core/check.png);
	vertical-align: middle;
	margin: 0 9px 0 0;
}
body,html{
scroll-margin-top: 150px;
}
#indexmenu01-01{
scroll-margin-top: 150px;
}

span.img_fr{
	/* float:right; */
	display: inline-block;
	vertical-align: top;
	margin:0 0 0 10px;
	width:calc(50% - 20px);
}
span.img_txt{
	/* float:left; */
	/* clear: both; */
	display: inline-block;
	margin:0;
	width:50%;
}
#core-tech .foot_links02 h4{
	font-size: 1.5em;
	font-weight:bold;
	color:#005696;
	margin: 50px 0;
	border-bottom:1px #005696 solid;
}
#core-tech .foot_links02 h4 a{
	text-decoration:none;
}
.foot_links {
	margin: 112px 0;
}
.foot_links ul{
	display: block;
	justify-content: center;
}
.foot_links li{
	list-style:none;
	width: calc(33% - 40px);
	display: inline-block;
	margin: 0 20px;
}
.foot_links li a{background: #5292e0;border-radius: 7px;cursor: pointer;font-size: 1.3em;width: calc(100% - 60px);margin: 0;text-decoration: none;position: relative;color: #FFF;text-shadow: 0 0 2px black;font-weight: bold;display: inline-block;padding: 10px 30px;}
.foot_links li a:hover{
	background:#2f6bb2;
}
.foot_links li a::before, .foot_links li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform-origin: 100% 50%;
  height: 1px;
  width: 11px;
  background-color: #ffffff;
  border-radius: 2px;
  will-change: transform;
  transition: .3s;
}
.foot_links li a::before {
  transform: translateY(-50%) rotate(30deg);
}

.foot_links li a::after {
  transform: translateY(-50%) rotate(-30deg);
}
.foot_links li span{background: #b9b9b9;border-radius: 7px;cursor: default;font-size: 1.3em;width: calc(100% - 60px);/* margin: 10px 25px; */text-decoration: none;position: relative;color: #FFF;text-shadow: 0 0 2px black;font-weight: bold;display: inline-block;padding: 10px 30px;}
.foot_links li span:hover{
	background:#b9b9b9;
}
#core-tech h2:before{
	content:"";
	position:absolute;
	right: 0;
	overflow: visible;
	display:block;
	background: url(/img/core/midashi_morot.png) no-repeat;
	background-size: 1920px;
	width:1920px;
	height: 235px;
	z-index:-1;
	margin: -126px 0 0 0;
}
#core-tech h2.robot_ttl:before{
	background: url(/img/core/midashi_robot.png) no-repeat;
	background-size: 1920px;
}
#core-tech h2.power_ttl:before{
	background: url(/img/core/midashi_power.png) no-repeat;
	background-size: 1920px;
}
#core-tech h2.page_titles:before{
    /* border: none!important; */
}
#core-tech h2.page_titles{

/* position: relative; */

display: block;

padding: 10px;

margin-bottom: 20px;

font-size: 1.5em;

border-left: none;

border: none!important;

color: #0056b9;
}

#core-tech h2.page_titles{height: 120px;color: #fff;margin: 10px 0;overflow: visible;border: none;padding: 30px 0 0 0;font-size: 1.7em;margin: 97px 0 11px 0;padding: 10px;background: none;}

.ytc_bg .righttxt .btn_ytc{
	border:1px solid #FFF;
	padding: 5px 20px;
	/* margin: 42px 0 0 0; */
	top: 5px;
	font-weight: normal;
	font-size: 0.8em;
	position: relative;
}
.right{
	float:right;
}
.h500{height: 497px!important;}

.release_btn span {
	display: block;
	background: url(/img/common/icon_plus.gif) right center no-repeat;
	padding-right: 20px;
	cursor: pointer;
}

.release_btn span.isclose {
	background: url(/img/common/icon_minus.gif) right center no-repeat;
}
.mainimg{
	overflow:auto;
}
.mainimg img{
	width:auto;
}
.vision_img img{
	width:60%;
}
.img_block{
	margin-bottom:10px;
}

@media screen and (max-width: 768px) {

#core-tech .main_area h1{
	font-weight:bold;
	color: white;
	margin: 10px 0;
	text-align: left;
}
.vision_img img{
	width:80%;
}
#core-tech h2.robot_ttl:before{
	background: url(/img/core/midashi_robot.png) no-repeat calc(100% - -205px);
	background-size: 1545px;
}
#core-tech h2.power_ttl:before{
	background: url(/img/core/midashi_power.png) no-repeat calc(100% - -205px);
	background-size: 1545px;
}
.h500{height: 346px!important;}
.right{
	float:none;
	display:block;
	margin:0 auto;
}
#header_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100000;
    width: 100%;
    background: #FFF;
    box-shadow: 0px 0px 1px rgba(0,0,0,0.2);
}
#core-tech{
	background: url(/img/core/mv_new.png) no-repeat -10px 30px;
	background-size: auto 394px;
	background-position: 61% 30px;
}
#core-tech .main_area{
	height: 346px;
}
#container {
    width: calc(100% - 20px);
    margin: 0 auto 60px;
    font-size: 116%;
    padding: 0 10px;
}
#core-tech p{
	line-height: 2;
	/* backdrop-filter: blur(12px); */
	font-size: 1.0em;
}
.ytc_bg{
    margin: 50px 0 68px 0;
}
.ytc_bg:before{
    content: "";
    position: absolute;
    left: 0;
    display: block;
    background: url(/img/core/bg_ytc.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 130px;
    z-index: -1;
    margin: 0;
}
.leftimg{
    float: left;
    width: 100%;
    margin: -11px 0 0 0;
    display: none;
}
.righttxt{
	display:inline-block;
	margin: 10px 0 0 10px;
	/* text-align: left!important; */
	/* letter-spacing: -0.9px; */
	font-size: 96%!important;
	font-weight: bold;
	color: white;
}
.middle_bg{
	position:absolute;
	/* bottom:0; */
	left: 0;
	margin: -25% 0 0 0;
	z-index: -10;
	width:100%;
}
#core-tech h1{
	font-weight:bold;
	color: white;
	margin: 9px 0;
	font-size: 1.5em;
	text-align: left;
}
#core-tech h1 span{
    font-size: 16px;
    margin: 0 0 0 10px;
    font-style: italic;
    font-weight: normal;
}
#core-tech h2{
  /* position: relative; */
  display: inline-block;
  padding: 0 55px;
  margin-bottom: 0;
  font-size: 131%;
  border-left: none;
  color: white;
}
#core-tech h2:before{
    content: '';
    position: absolute;
    /* top: 39%; */
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: white;
    /* left: 0; */
}
.topicpath {
    width: 100%;
    margin: 0 auto 10px;
    color: white;
}
#core-tech h3{
	font-weight:bold;
}
#core-tech h4{
	font-weight:bold;
}

.topicpath ul li a {
    padding-right: 6px;
    color: white;
    text-decoration: none;
}
.coremenu_wrap{
	background:white;
	text-align: center;
	border: 1px solid #CCC;
	background: #f4f4f4;
	vertical-align: top;
	position: relative;
	border-radius:5px;
	z-index: 100;
}
.core_menu{
	border-radius:5px;	
}
.main{
	/* position:relative; */
	/* overflow: visible; */
}
.main_bg_gray{
	background:#e9e9eb;
}

.main_bg_gray01{
	margin-top: -8px;
	z-index: -1;
	background:#e9e9eb;
	padding: 19px;
	position: relative;
}
.under_arrow {
    width: 1042px;
    text-align: center;
    position: relative;
    z-index: 9;
    font-weight: bold;
    height: 96px;
    background: url(/img/core/middle_arr.png) no-repeat center top;
    background-size: 101%;
    font-size: 120%;
    margin: 0 0 7px 0;
    line-height: 64px;
    color: #0056b9;
}
.ttl_txt{
	color:#0056b9;
	font-size: 150%;
	margin: 0 0 10px 0;
	text-align: left;
	line-height: 1.5!important;
	font-weight: bold;
}
.ttl_txt span{
	font-size:120%;
}
.sub_ttl {color: white;font-weight: normal;padding: 35px 0;text-align: left;}
.flex_box{
	display: block;
	/* text-align: center; */
}
.flex_left{
	width: 100%;
	text-align: center;
	margin: 20px 0;
}
.flex_right{
	width:50%;
}

.flex_left img{
	text-align:center;
	width: 80%;
}
.flex_right{
	text-align: left;
	width: 100%;
}
.bg_wht{
	background:white;
	padding: 19px;
}

.center{
	text-align:center;
}
.middle_txt{
	color:#0056b9;
	font-size: 150%;
	margin: 40px 0 10px 0;
	font-weight: bold;
}
.core_menu{
	background: #f4f4f4;
	border-radius: 5px;
	text-align: center;
	border: none;
	font-size: 1.2em;
}
.core_menu a{
	color:#FFF;
	text-decoration: none!important;
}
.core_menu li{
	background: #4e9bd9;
	border-radius: 7px;
	cursor: pointer;
	width: calc(100% - 60px);
	text-decoration: none;
	margin: 10px 5px;
	position: relative;
	color: #FFF;
	text-shadow: 0 0 2px black;
	font-weight: bold;
	display:inline-block;
	padding: 6px 20px;
}
.core_menu li.current{
	background: #005090;
	border-radius:10px;
	cursor: auto;
	display:inline-block;
}
.core_menu li ul{
	display:none;
}
.nextmenu{
	position:relative;
	text-align: center;
	background: #f4f4f4;
	/* border: 1px solid #ccc; */
	vertical-align: top;
	margin:-5px 10px 10px 10px;
	padding: 0 5px 15px 5px;
	border-bottom: 2px solid #ccc;
	width: calc(100% - 30px);
	display: inline-block;
}
.nextmenu:last-child{
	border-bottom: none;
}
.nextmenu li:first-child a:after{
	content:"";
	margin: 8px 0 0 5px;
	display:inline-block;
	float:right;
	vertical-align:middle;
	height:20px;
	width:19px;
	background:url(/img/core/arrow_core_h4.png) no-repeat 0 0;
	background-size:60%;
}
.nextmenu.current li:first-child a:after{
	content:"";
	margin: 8px 0 0 5px;
	display:inline-block;
	float:right;
	vertical-align:middle;
	height:20px;
	width:19px;
	background:url(/img/core/arrow_core_h4_white.png) no-repeat 0 0;
	background-size:60%;
}
.next_menu01{
	/* display:none; */
}
.next_menu02{
	/* display:none; */
}
.next_menu03{
	/* display:none; */
}
.nextmenu ul{
	position:relative;
	background: #e8e8e8;
	display:inline-block;
	font-size: 0.8em;
	text-align: left;
	color: #fff;
	cursor: pointer;
	width: calc(50% - 30px);
	padding: 8px 5px 2px 10px;
	list-style: none;
	z-index: 1;
	margin: 8px 0 0px 0px;
	border-radius: 7px;
	font-weight:bold;
	color:#005696;
}
.nextmenu.current ul{
	position:relative;
	background: #0056b9;
	font-weight:bold;
	color:#ffffff;
}
.nextmenu.current a{
	color:#ffffff!important;
}
.nextmenu ul li ul{
	background: #b2ccea;
	display:block;
	width: 100%;
	font-size: 1.2em;
	text-shadow: 0 0px 3px #fff;
	color: #fff;
	padding: 10px;
	list-style: none;
	margin: 10px 5px 0 0;
	border-radius: 7px;
	white-space: nowrap;
}
.nextmenu ul li:nth-child(2){
	position: absolute;
	top: 45px;
}
.nextmenu ul li:nth-child(2) ul{
	display:none;
	top: 0;
}

.nextmenu ul li:nth-child(2) ul li{
	position: relative;
	font-size: 0.7em;
	cursor: pointer;
	text-align: left;
	margin: 0 0 10px 0;
	top: 0;
}

.nextmenu ul li:nth-child(2) ul li:last-child{
	margin: 0 0 0px 0;
}
.core_menu .current:after{
	content:"";
	position: absolute;
	top: 100%;
	z-index: 2;
	left: 50%;
	margin-left: -14px;
	border: 13px solid transparent;
	border-top: 12px solid #005090;
}
.nextmenu ul.current:after{
	border-top: 15px solid #548ed0;
}

.is-fixed{
	position:fixed;
	float: right;
	box-shadow: 1px 1px 8px #666;
	margin: 0;
	z-index: 5;
	width: calc(100% - 20px);
	/* left: calc(50% - 501px); */
}
#core-tech h3:before{
	/* content:""; */
	position:absolute;
	right: 0;
	display:block;
	background: url(/img/core/midashi_morot.png) no-repeat;
	background-size: 1920px;
	width:1920px;
	height: 235px;
	z-index:-1;
	margin: -135px 0 0 0;
}
#core-tech h3{
	height: auto;
	color: #fff;
	margin: 10px 0;
	border: none;
	padding: 10px!important;
	background-color: #0056b9;
	font-size: 1.2em;
	margin: 73px 0 11px 0;
	padding: 10px;
	width: calc(100% - 20px);
	/* background: none; */
}
#core-tech h3 span{
	float: none;
	margin: 7px 0 0 0;
	font-size: 0.7em;
	/* vertical-align: inherit; */
	display: block;
	color: #ffffff;
}
.h4box{
	background: #e9e9e9;
	padding: 15px;
	border-radius: 5px;
	margin: 20px 0 0 0;
}
.h4box h4{
	/* background:#fff; */
	color:#0056b9;
	margin: 0;
	padding:5px;
	border-radius: 5px;
}

.h4box h4:after{
	transition: .5s ;
	content:url(/img/core/arrow_core_h4.png);
	transform: rotate(0deg);
	float:right;
	margin:0 0 20px 0;
}

.h4box h4.deg180:after{
	transform: rotate(0deg);
}
.h4box h4.deg180:after{
	transform: rotate(180deg);
}
.h4box p{
	display:none;
	clear: both;
	background:#fff;
	padding: 25px 17px;
	border-radius: 5px;
}
.nextmenu ul li:nth-child(2) ul li a{
	color: #0056b9!important;
	font-weight: bold;
	text-decoration:none!important;
	transform: rotate(0.1deg)!important;
}
.nextmenu ul li:nth-child(2) ul li:before {
	content:url(/img/core/check.png);
	vertical-align: middle;
	margin: 0 9px 0 0;
}
body,html{
scroll-margin-top: 150px;
}
#indexmenu01-01{
scroll-margin-top: 150px;
}

span.img_fr{
	/* float:right; */
	display: block;
	vertical-align: top;
	margin: 0 auto;
	width: calc(100% - 20px);
}
span.img_txt{
	/* float:left; */
	/* clear: both; */
	display: inline-block;
	margin:0;
	width: 100%;
}
#core-tech .foot_links02 h4{
	font-size: 1.3em;
	font-weight:bold;
	color:#005696;
	margin: 50px 0;
	border-bottom:1px #005696 solid;
}
.foot_links {
	margin: 22px 0;
}
.foot_links ul{
	display: block;
	justify-content: start;
}
.foot_links li{
	list-style:none;
	width: calc(100% - 0px);
	text-align: left;
	display: block;
	margin: 10px 0 0 0;
}
.foot_links li a{background: #5292e0;border-radius: 7px;cursor: pointer;font-size: 1.3em;display: block;width: calc(100% - 60px);margin: 0;position: relative;color: #FFF;text-shadow: 0 0 2px black;font-weight: bold;display: block;padding: 10px 30px;}
.foot_links li a::before, .foot_links li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform-origin: 100% 50%;
  height: 1px;
  width: 11px;
  background-color: #ffffff;
  border-radius: 2px;
  will-change: transform;
  transition: .3s;
}
.foot_links li a::before {
  transform: translateY(-50%) rotate(30deg);
}

.foot_links li a::after {
  transform: translateY(-50%) rotate(-30deg);
}

.foot_links li span{background: #b9b9b9;border-radius: 7px;cursor: default;font-size: 1.3em;width: calc(100% - 60px);/* margin: 10px 25px; */text-decoration: none;position: relative;color: #FFF;text-shadow: 0 0 2px black;font-weight: bold;display: inline-block;padding: 10px 30px;}
.foot_links li span:hover{
	background:#b9b9b9;
}
#core-tech h2:before{
	content:"";
	position:absolute;
	right: 0;
	left: 0;
	overflow: hidden;
	display:block;
	background: url(/img/core/midashi_morot.png) no-repeat calc(100% - -205px);
	background-size: 1545px;
	width: 100%;
	height: 269px;
	z-index:-1;
	margin: -105px 0 0 0;
}
#core-tech h2.page_titles:before{
    /* border: none!important; */
}
#core-tech h2.page_titles{

/* position: relative; */

display: block;

padding: 10px;

margin-bottom: 20px;

font-size: 1.5em;

border-left: none;

border: none!important;

color: #0056b9;
}

#core-tech h2.page_titles{height: 120px;color: #fff;margin: 10px 0;overflow: visible;border: none;padding: 30px 0 0 0;font-size: 1.5em;margin: 43px 0 11px 0;padding: 10px;background: none;}

.ytc_bg .righttxt .btn_ytc{
	border:1px solid #FFF;
	padding: 5px 20px;
	/* margin: 42px 0 0 0; */
	top: 5px;
	font-weight: normal;
	font-size: 0.8em;
	position: relative;
}
.menucat {
    /* padding: 10px; */
    /* width: 100%; */
    /* height: 20px; */
    z-index: 10;
    /* margin: 0 0 60px 0; */
    box-shadow: none;
    background: none;
    /* position: relative; */
}
.menucat .is-fixed{
    width: 96%;
}
.menucat a.release_btn {
    padding: 10px;
    /* height: 20px; */
    color:white!important;
    margin: 0 0 5px 0;
    border-radius: 0;
    z-index: 10;
    font-weight: bold;
    text-decoration: none;
    display: block;
    background: #0056b9;
    box-shadow: 1px 1px 8px #666;
    position: relative;
    transform: rotate(0.1deg);
}
.release_slide.coremenu_wrap.is-fixed{
	margin:50px 0 0 0;
}

.mainimg{
	overflow:auto;
}
.mainimg img{
	max-width:100%;
	/* min-width: 600px; */
	width:100%;
}
}

@media screen and (max-width: 553px) {

#core-tech{
	background: url(/img/core/mv_new.png) no-repeat -10px 75px;
	background-size: auto 370px;
	background-position: 48% 42px;
}
}