h2 {
  margin: 0 0 25px;
  color: #12347c;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
}

h2 i {
  display: block;
  margin: 10px 0 0;
  font: 400 3rem/1 'Oswald', sans-serif;
}

@media print, screen and (min-width: 768px) {
  h2 {
    margin-bottom: 50px;
    font-size: 1.7rem;
  }
  h2 i {
    margin-top: 15px;
    font-size: 5rem;
  }
}

.main_contents {
  padding-top: 0;
  padding-bottom: 0;
}

.main_contents section {
  padding: 60px 0;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .main_contents {
    padding-top: 0;
  }
  .main_contents section {
    padding: 90px 0;
  }
}

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

        Main Visual

============================================================================*/
	.swiper-slide img{
        width: 100%;
		height: auto;
    }
	.main_contents .sec_mv {
		background: #12347C;
		height: 100%;
		padding-top: 0;
		padding-bottom: 100px;
	}
	.sec_mv .swiper-slide {
		overflow: hidden;
	}
	.sec_mv .swiper-slide:hover {
		background: #FFF;
		opacity: 1;
	}
	.sec_mv .top-container{
        position: relative;
    }
	.sec_mv .top-container .swiper-pagination{
        bottom: -70px!important;
    }
	.sec_mv .swiper-pagination-bullet {
		width: 11px;
		height: 11px;
		margin: 0 10px !important;
		border-radius: 0!important;
		opacity: 1;
		background-color: #707070;
	}
	.sec_mv .swiper-pagination-bullet-active {
	 	background-color: #91B2FD;
	}
	.sec_mv .swiper-pagination-bullets.swiper-pagination-horizontal {
	 	 bottom: -25px;
	}
	.top-container .swiper-button-next,.top-container  .swiper-button-prev {
		background: rgba(0,0,0,0.8);
		width: 30px;
		height: 60px;
		z-index:99;
	}
	.top-container .swiper-button-next::after,.top-container  .swiper-button-prev::after,
	.case-slider .swiper-button-next::after,.case-slider  .swiper-button-prev::after{
  		font-size: 1.6em;
  		color: #FFF;
		font-weight:bold;
	}
@media screen and (min-width: 768px) {
	.main_contents .sec_mv {
		padding-top: 50px;
	}
	.sec_mv .swiper-slide {
		box-shadow: 0 2px 10px rgba(0,0,0,0.3);
	}
	.top-container .swiper-button-next,.top-container  .swiper-button-prev {
		width: 70px;
	}
	.sec_mv .top-container .swiper-slide {
		border-radius: 15px;
		transform: scale(.9);
		transition: transform 0.6s;
	}	
	.sec_mv .top-container  .swiper-slide-active {
			transform: scale(1);
	}
	.sec_mv .top-container:after {
		display: block;
		content: "";
		z-index: 1;
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 50px;
		background: rgb(18,52,112);
		background: linear-gradient(90deg, rgba(18,52,112,.5) 0%, rgba(18,52,124,0) 100%);
	}
	.sec_mv .top-container:before {
		display: block;
		content: "";
		z-index: 2;
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		width: 50px;
		background: rgb(18,52,112);
		background: linear-gradient(90deg, rgba(18,52,112,0) 0%, rgba(18,52,124,0.5) 100%);
	}
}

section.important_info {
	padding: 0!important;
}

.important_info .info {
  position: relative;
  z-index: 1;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.important_info .info:before {
  content: none;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  height: 100%;
  background: #e5494f;
}

.important_info .info .inner {
  padding: 0;
}

.important_info .info dl {
  display: block;
  width: 100%;
  min-height: 0;
}

.important_info .info dt {
  display: block;
  position: relative;
  margin: 0;
  padding: 13px 15px;
  width: auto;
  background: #e5494f;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
}

.important_info .info dt:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 23px;
  height: 23px;
  transform: none;
  background: url(../img/common/icon_info.svg) no-repeat center center/contain;
  vertical-align: middle;
}

.important_info .info dd {
  display: block;
  margin: 0;
  padding: 20px 15px;
  background: #fff;
  line-height: 2;
  text-align: left;
  vertical-align: middle;
}

.important_info .info dd a {
  display: inline-block;
  margin-top: 5px;
}

.important_info .info dd a:first-child {
  margin-top: 0;
}


@media print, screen and (min-width: 768px) {
  .important_info .info:before {
    content: '';
    width: calc(50vw - 599px);
    min-width: 31px;
  }
  .important_info .info .inner {
    padding: 0 30px;
  }
  .important_info .info dl {
    display: table;
    min-height: 110px;
  }
  .important_info .info dl dt {
    display: table-cell;
    padding: 10px 50px;
    width: 230px;
    font-size: 1.8rem;
  }
  .important_info .info dl dt:before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-right: 0;
    width: 33px;
    height: 33px;
    transform: translateY(-50%);
  }
  .important_info .info dl dd {
    display: table-cell;
    padding: 10px 50px;
  }
}

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

        Solution

============================================================================*/
.main_contents .sec_solution {
  padding: 60px 0 70px;
}

@media print, screen and (min-width: 768px) {
  .main_contents .sec_solution {
    padding: 100px 0 120px;
  }
}

.sec_solution h2 {
  margin-bottom: 40px;
  font-size: 2rem;
}

.sec_solution h2 strong {
  display: inline-block;
  position: relative;
  padding-bottom: 15px;
  min-width: 90%;
  border-bottom: 2px solid #12347c;
  font-style: normal;
}

.sec_solution h2 strong:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -18px;
  width: 16px;
  height: 16px;
  z-index: 1;
  background: #fff;
  border-right: 2px solid #12347c;
  border-bottom: 2px solid #12347c;
  transform: translate(-50%, -50%) rotate(50deg) skew(10deg);
}

.sec_solution h2 span {
  display: inline-block;
  margin: 0 0.1em;
  font-size: 2.4rem;
}



.sec_solution ul {
  padding-bottom: 0;
  line-height: 0;
}

.sec_solution ul li {
  width: 100%;
  max-width: 100%;
  line-height: 2;
  text-align: left;
}

.sec_solution ul li + li {
  margin-top: 40px;
}

.sec_solution ul li a {
  display: block;
  position: relative;
  border: 1px solid #c8c8c8;
}

.sec_solution ul li a:hover {
  text-decoration: none;
}

.sec_solution ul li strong {
  display: block;
  margin: 0 0 15px;
  color: #12347c;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.5;
  text-align: center;
}

.sec_solution ul li strong span {
  font-size: 2.2rem;
}

.sec_solution ul li figure {
  padding-top: 72.2%;
}

.sec_solution ul li div {
  padding: 20px 15px 30px;
  font-size: 1.3rem;
  line-height: 1.7;
}

.sec_solution ul li div:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 18px;
  height: 18px;
  background: url(../img/common/arrow_w.svg) no-repeat 7px center #12347c;
  background-size: 5px auto;
}

@media print, screen and (min-width: 768px) {
  .sec_solution h2 {
    margin-bottom: 60px;
    font-size: 2.7rem;
  }
  .sec_solution h2 strong {
    padding-bottom: 20px;
    min-width: 0;
  }
  .sec_solution h2 strong:after {
    bottom: -26px;
    width: 24px;
    height: 24px;
  }
  .sec_solution h2 span {
    margin: 0 0.2em;
    font-size: 3.5rem;
  }
  .sec_solution h2 i {
    margin: 0 0.2em;
    font-size: 6.4rem;
  }
  .sec_solution ul {
    padding-bottom: 10px;
  }
  .sec_solution ul li {
    width: 30%;
    max-width: 360px;
  }
  .sec_solution ul li + li {
    margin-top: 0;
  }
  .sec_solution ul li strong {
    margin-bottom: 20px;
    font-size: 1.9rem;
  }
  .sec_solution ul li strong span {
    font-size: 2.6rem;
  }
  .sec_solution ul li div {
    padding: 30px 25px 50px;
    font-size: 1.4rem;
    line-height: 2;
  }
  .sec_solution ul li div:after {
    width: 22px;
    height: 22px;
    background-position: 8px center;
    background-size: 6px auto;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 920px) {
  .sec_solution ul li {
    width: 32%;
  }
  .sec_solution ul li strong span {
    display: block;
  }
}

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

        Case Study

============================================================================*/
.main_contents .sec_case {
	padding-top: 60px;
	background: #f4f7ff;
}

.case-slider {
     position: relative;
     width: 100%;
     margin: 0 auto;
}

.case-slider .swiper-button-next,.case-slider .swiper-button-prev{
	background: rgba(0,0,0,0.8);
	width: 30px;
	height: 60px;
}
.case-slider .swiper-button-next {
	top: 20%!important;
	right: 0!important;
}
.case-slider .swiper-button-prev {
	top: 20%!important;
	left: 0!important;
}

@media print, screen and (min-width: 768px) {
  .main_contents .sec_case {
    padding-top: 60px;
  }
  .case-slider .swiper-button-next,.case-slider .swiper-button-prev{
	width: 60px;
}
}
.sec_case .case-slider {
  line-height: 0;
}

.sec_case .swiper-slide {
  line-height: 1.4;
  text-align: left;
}

.sec_case .case-slider .slick-arrow {
  top: 33vw;
}

.sec_case .case-slider a:hover {
  text-decoration: none;
}

.sec_case .case-slider figure {
  padding-top: 52.55%;
}

.sec_case .case-slider strong {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  padding: 10px 15px;
  background: rgba(18, 52, 124, 0.8);
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.588;
}

.sec_case .case-slider div {
  margin: 10px 0 2px;
}

.sec_case .case-slider div span {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 3px 7px;
  border: 1px solid #12347c;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
  white-space: nowrap;
}
.sec_case .case-slider div .text_mini {
  font-size: 1.2rem;
}

.sec_case .btn {
  max-width: calc(100% - 40px);
}

@media print, screen and (min-width: 768px) {
  .sec_case .case-slider .slick-list {
    margin-left: -30px;
    padding: 0;
  }
  .sec_case .case-slider .slick-slide {
    margin-left: 30px;
  }
  .sec_case .case-slider .slick-arrow {
    top: 10vw;
  }
  .sec_case .case-slider strong {
    padding: 10px 20px;
    font-size: 1.7rem;
  }
  .sec_case .case-slider div {
    margin: 15px 0 5px;
  }
  .sec_case .case-slider div span {
    padding: 5px 10px;
    font-size: 1.3rem;
  }
  .sec_case .case-slider div .text_mini {
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .sec_case .case-slider .slick-arrow {
    top: 21vw;
  }
}

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

        Column

============================================================================*/
.sec_column {
  background: #12347c;
  color: #fff;
}

.sec_column h2 {
  color: #fff;
}

.sec_column ul {
  line-height: 0;
}

.sec_column ul li {
  width: 100%;
  max-width: 100%;
  line-height: 1.3;
  text-align: left;
}

.sec_column ul li + li {
  margin-top: 25px;
}

.sec_column ul li a {
  display: block;
  height: 100%;
  background: #fff;
}

.sec_column ul li a:hover {
  text-decoration: none;
}

.sec_column ul li figure {
  padding-top: 50%;
  background: #f4f7ff;
}

.sec_column ul li div {
  padding: 15px 15px 20px;
}

.sec_column ul li em {
  display: block;
  margin: 0 0 5px;
  font-weight: 700;
  font-size: 1.2rem;
}

.sec_column ul li strong {
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.7;
}

@media print, screen and (min-width: 768px) {
  .sec_column ul {
    margin-left: -16px;
    margin-right: -16px;
  }
  .sec_column ul li {
    width: 33.3333333333333%;
    padding: 0 16px;
  }
  .sec_column ul li + li {
    margin-top: 0;
  }
  .sec_column ul li div {
    padding: 20px 30px 50px;
  }
  .sec_column ul li em {
    font-size: 1.3rem;
  }
  .sec_column ul li strong {
    margin: 0 0 20px;
    font-size: 1.8rem;
  }
}

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

        Events & Seminar

============================================================================*/
.sec_event {
	background: #F4F7FF;
}
.sec_event h2 i,
.sec_seminar h2 i {
  font-size: 3em;
}
.sec_event .top-event-list,
.sec_seminar .top-event-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  gap: 30px;
}

.sec_event .top-event-list > li,
.sec_seminar .top-event-list > li {
  position: relative;
  background: #fff;
  line-height: 2;
  text-align: left;
  box-shadow: inset 0 0 0 0 #12347c;
  margin: 0;
  width: 100%;
  border: 1px solid #CCC;
  border-radius: 5px;
  overflow: hidden;
}

.sec_event .top-event-list > li a,
.sec_seminar .top-event-list > li a {
  display: block;
  height: 100%;
}

.sec_event .top-event-list > li a:after,
.sec_seminar .top-event-list > li a:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: 2px solid #12347c;
  transition: all 0.3s ease;
  z-index: 1;
}

.sec_event .top-event-list > li a:hover,
.sec_seminar .top-event-list > li a:hover {
  text-decoration: none;
}

.sec_event .top-event-list > li a:hover:after,
.sec_seminar .top-event-list > li a:hover:after {
  opacity: 1;
}

.sec_event .top-event-list > li a:hover img,
.sec_seminar .top-event-list > li a:hover img {
  opacity: 1;
}

.sec_event .top-event-list > li figure,
.sec_seminar .top-event-list > li figure {
  position: relative;
  display: block;
  padding-top: 52.55%;
}

.sec_event .top-event-list > li figure img,
.sec_seminar .top-event-list > li figure img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: no-repeat center center;
  transform-origin: center center;
  transition: all 0.3s ease;
}

.sec_event .top-event-list > li div,
.sec_seminar .top-event-list > li div {
  padding: 15px 18px 30px 15px;
}

.sec_event .top-event-list > li em,
.sec_seminar .top-event-list > li em {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px 10px;
  min-width: 80px;
  background: #12347c;
  color: #fff;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  z-index: 1;
  width: 38%;
}

.sec_event .top-event-list > li strong,
.sec_seminar .top-event-list > li strong {
  display: block;
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
}



.sec_event .btn,
.sec_seminar .btn {
  max-width: calc(100% - 40px);
  background-color: transparent;
}

@media print, screen and (max-width: 768px) {
	.sec_event .top-event-list,
	.sec_seminar .top-event-list{
		display: block!important;	
	}
	.sec_event .top-event-list > li,
	.sec_seminar .top-event-list > li {
		margin: 20px 0;
	}
}



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

        News

============================================================================*/
.sec_news .inner {
  position: relative;
}

.sec_news h2 {
  margin-bottom: 30px;
  text-align: center;
}

.sec_news h2 i {
  font-size: 3rem;
}

.sec_news ul {
  margin: 0 0 0 auto;
  width: 100%;
  max-width: 100%;
  line-height: 0;
}

.sec_news ul li {
  padding: 15px 0;
  border-bottom: 1px solid #c8c8c8;
  line-height: 1.7;
  text-align: left;
}

.sec_news ul li:first-child {
  padding-top: 0;
}

.sec_news ul li a {
  display: block;
  position: relative;
}

.sec_news ul li a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -16px;
  z-index: 1;
  width: 0;
  height: 2px;
  background: #0058bf;
  transition: all 0.3s ease;
}

.sec_news ul li a:hover {
  text-decoration: none;
}

.sec_news ul li a:hover:after {
  width: 100%;
}

.sec_news ul li time {
  display: block;
  margin-bottom: 5px;
  color: #12347c;
  font-size: 1.2rem;
  line-height: 1;
}

.sec_news .btn {
  margin-top: 35px;
}

@media print, screen and (min-width: 768px) {
  .sec_news h2 {
    position: absolute;
    left: 30px;
    top: 0;
    margin-bottom: 0;
    text-align: left;
  }
  .sec_news h2 i {
    font-size: 6rem;
  }
  .sec_news ul {
    width: 73.33%;
    max-width: 880px;
  }
  .sec_news ul li {
    padding: 25px 0;
    line-height: 2;
  }
  .sec_news ul li a:after {
    bottom: -26px;
  }
  .sec_news ul li time {
    margin-bottom: 10px;
    font-size: 1.3rem;
  }
  .sec_news .btn {
    position: absolute;
    left: 30px;
    top: 150px;
    margin-top: 0;
    min-width: 170px;
  }
}

/* 202510 */





@media print, screen and (min-width: 920px) and (max-width: 1600px) {
    .header.main_header {
        margin-bottom: 53px;
    }
}

.sec_top_intro.sec_top_intro {
	padding-top: 0!important;
}

.sec_top_intro.sec_top_intro .factory-background {
	background-image: url(../img/top/factory-background.png);
	background-size: cover;
	padding-top: 80px;
}

#top_intro_dx {
	position: relative;
	background: #FFF;
	max-width: 900px;
	margin: auto;
	padding-top: 50px;
	background: linear-gradient(0deg,rgba(243, 246, 251, 1) 20%, rgba(255, 255, 255, 1) 20%);
	padding-bottom: 50px;
	box-shadow: 0px 2px 18px -5px #999;
	border: 1px solid #CCC;
}

#top_intro_dx:before {
	display: block;
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #CCC transparent transparent transparent;
	border-width: 60px 80px 0px 80px;
	bottom: -60px;
	left: calc( 50% - 80px );
	filter: drop-shadow(0px 9px 5px rgba(0, 0, 0, 0.1));
}

#top_intro_dx:after {
	display: block;
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #F3F6FB transparent transparent transparent;
	border-width: 60px 80px 0px 80px;
	bottom: -59px;
	left: calc( 50% - 80px );
}

.top_intro_dx_cta, 
#top_about_dx div > div {
	display: flex;
	justify-content: center;
	align-content: stretch;
	flex-wrap: wrap-reverse;
	margin: auto;
	margin-top: 50px;
	border: 2px solid #EEE;
	border-radius: 30px;
	background: #FFF;
	width: 90%;
}
.top_intro_dx_cta figure img,
#top_about_dx div figure img {
	object-fit: contain;
	width: 300px;
}

.top_intro_dx_cta dl,
#top_about_dx div > div dl {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 25px;
}

.top_intro_dx_cta dl dt,
#top_about_dx div > div dl dt {
	color: #143473;
	font-weight: bold;
	font-size: 1.2em;
	padding: 10px 0;
}

.top_intro_dx_cta dl dd a,
#top_about_dx div dl dd a {
	color: #FFF;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #EC7A1E;
	background: linear-gradient(90deg,rgba(236, 122, 30, 1) 40%, rgba(230, 29, 65, 1) 100%);
	font-weight: bold;
	font-size: 1.2em;
	padding: 15px 25px;
	margin-bottom: 30px;
	width: 320px;
	outline: 1px solid #E61E41;
	outline-offset: -1;
}

#top_about_dx div dl dd a {
	background: #EC7A1E;
	background: linear-gradient(90deg,rgba(57, 164, 203, 1) 40%, rgba(18, 55, 120, 1) 100%);
	outline: 1px solid #12347C;
}

.top_intro_dx_cta dl dd a:hover, 
#top_about_dx div dl dd a:hover {
	text-decoration: none;
	opacity: 0.8;
}

.top_intro_dx_cta dl dd a:after, 
#top_about_dx div dl dd a:after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #ffffff;
	border-width: 20px 0px 20px 30px;
	margin-left: 15px;
}

#top_intro_dx h2 {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

#top_intro_dx h2 strong {
	display: flex;
	align-items: center;
	color: #3e3a39;
	font-size: 2em;
	padding: 0 10px;
}

#top_intro_dx h2 strong i {
	color: #b43225;
	padding-bottom: 20px;
	font-size: 1.5em;
	font-weight: bold;
}

#top_intro_dx p {
	line-height: 2em;
}

#top_about_dx {
	background: #F4F7FF;
	padding: 80px 0;
}

#top_about_dx h2 div {
	display: inline-block;
	font-size: 1.8em;
	padding: 5px;
	border-bottom: 2px solid #12347C;
	margin: auto;
}

#top_about_dx h2 strong {
	position: relative;
	font-size: 1.2em;
}

#top_about_dx > div {
	max-width: 900px;
	margin: auto;
}
#top_about_dx div > div {
	padding: 40px 0;
}

#solution_menu {
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
}

#solution_menu li {
	display: block;
	border: 1px solid #CCC;
	margin: 10px;
	width: 340px;
	box-shadow: 0px 6px 10px -3px #b0b0b0;
}

#solution_menu li a {
	position: relative;
	display: block;
	height: calc( 100% - 90px );
	background: #FFF;
}

#solution_menu li a:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 25px;
    height: 25px;
    background: url(../img/common/arrow_w.svg) no-repeat 10px center #12347c;
}

#solution_menu li strong {
	display: block;
	color: #FFF;
	padding: 10px;
	height: 90px;
}

#solution_menu li strong span {
	display: block;
	font-size: 1.6em;
}

#solution_menu li a figure {
	position: relative;
	overflow: hidden;
	padding: 0;
	width: 100%;
	height: 188px;
}

#solution_menu li a figure img {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	width: 100%;

}

#solution_menu li a div {
	font-size: 0.9em;
	padding:  15px 30px 30px 30px;
	line-height: 2em;
	text-align: justify;
	text-align-last: left;
}

#solution_menu li a:hover {
	text-decoration: none;
}

#solution_menu li:first-child strong {
	background: linear-gradient(45deg,rgba(22, 52, 124, 1) 40%, rgba(43, 82, 126, 1) 100%);
}

#solution_menu li:nth-child(2) strong {
	background: linear-gradient(45deg,rgba(194, 24, 45, 1) 40%, rgba(201, 76, 63, 1) 100%);
}

#solution_menu li:nth-child(3) strong {
	background: #5c7881;
}

.solution_h2 {

	margin-top: 60px;
}

#solution_section {

	padding-bottom: 80px;
}
.main_contents section.sec_top_intro {
	padding-bottom: 0;	
}

#top_menu_sp {
	display: none;
}

@media print, screen and (min-width: 441px) {
	@media print, screen and (max-width: 610px) {
		#top_intro_dx h2 {
			font-size: 8px;
		}
	}
}


@media print, screen and  (max-width: 440px) {
	#top-container, #top-label {
		display: none;
	}
	#top_menu_sp {
		display: block;
	}
	.sec_top_intro.sec_top_intro .factory-background {
		padding: 0;
	}
	#top_intro_dx {
		background: #FFF;
		margin: 0;
		border: 0;
		box-shadow:  0 0 rgba(0,0,0,0);
	}
	#top_intro_dx:before {
		display: none;
	}
	#top_intro_dx:after {
		display: none;
	}
	#top_intro_dx h2 strong {
		font-size: 1.2em;
		padding: 0;
	}
	#top_intro_dx p {
		padding: 12px;
		font-size: 0.9em;
		text-align: left;
	}
	#top_intro_dx h2 strong:before, #top_intro_dx h2 strong:after {
		width: 5px;
	}
	#top_about_dx h2 div {
		font-size: 1.5em;
		line-height: 2.5em;
		border: 2px solid #12347C;
		padding: 10px 20px;
	}
	#top_about_dx h2 div strong:after {
		line-height: 1em;
		left: 12%;
		color: #12347C;
		background: #FFF;
	}
}