@charset "utf-8";

.txtEN {
  font-family: 'Exo', sans-serif;
}
.hSite {color: #fff;}
.hSite::before {background-color: #fff;}
.pageTitleBox {
  color: #fff;
}
.pageContent .pageTitleCopy {
  margin-top: 1em;
	font-family: 'Noto Serif JP', serif !important;
	font-size: 150% !important;
	font-weight: 500 !important;
	line-height: 1.6;
}
.pageContent .pageTitle a,
html:not(.sp) .pageContent .pageTitle a:hover {color: #fff;}
.pageContent .pageTitle .movieImg {
  padding-top: 20px;
  text-align: center;
}
.pageContent .pageTitle .movieImg a {
  display: inline-block;
  width: auto;
  padding-top: 70px;
  font-size: 81.25%;
}
.pageContent .pageTitle .movieImg a::before {margin: 0;}
.linkPageSet {margin-bottom: 0;}
.linkPageSet a:hover {text-decoration: underline;}
.secStrength {padding: 5.5vw 0 7vw;}
.pageContent .secStrength .box.shadow {
  margin: 0;
  background-color: rgba(255,255,255,.05) !important;
  box-shadow:0px 0px 30px 15px rgba(0,234,255,.1) inset;
}

.secStrength#strength01 {
  color: #fff;
  background-color: #0c366a;
  background-image: url("../images/strength/bg_section01.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.secStrength#strength01 .headingL1 {
  border-color: #fff;
}
.secStrength#strength01 .headingL2::before {
  background-color: #fff;
}
.secStrength#strength01 .headingL2 span {
  display: inline-block;
  margin-right: .25em;
  font-family: 'Exo', sans-serif;
  font-size: 153.85%;
  vertical-align: middle;
}

.secStrength#strength02 .colSet {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.secStrength#strength02 .colSet .col4-1 {
  max-width: 181px;
}
.secStrength#strength02 .colSet p {
  line-height: 1.25;
  text-align: center;
}

.secStrength#strength03 {
  background-color: #e5e5e5;
}
.secStrength#strength03 .colSet {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.secStrength#strength03 .colSet .col5-1 {
  max-width: 140px;
}
.secStrength#strength03 .colSet p {
  line-height: 1.6;
}
.secStrength#strength03 .colSet .num {
  margin: 0 0 10px;
  color: #003f80;
  font-family: 'Exo', sans-serif;
  font-size: 187.5%;
  line-height: 1;
}
.secStrength#strength03 .colSet .img {
  text-align: center;
}

.secStrength#strength04 {
  color: #fff;
	background: linear-gradient(165deg, #45afd5, #003848);
}
.secStrength#strength04 .supportCol .colSet {margin: 0 auto;}

@media only screen and (min-width: 1440px) {
  .secStrength {padding: 80px 0 100px;}
}

@media only screen and (min-width: 768px) {
  .secStrength#strength01 .headingL2 {margin-bottom: 5px;}
  .secStrength#strength01 .box.shadow {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 60px;
  }
  .secStrength#strength01 .colSet.set1 > :last-child,
  .secStrength#strength01 .colSet.set2 > :last-child {margin: -50px 0 50px 0;}
  .secStrength#strength01 .colSet.set4 {margin-bottom: 50px;}
  .secStrength#strength01 .colSet.set4 > :last-child {margin: 50px 0 -50px 0;}
  .secStrength#strength04 .pnlSet {width: 50%; margin: 0 auto;}
  
  .proNav-pc .titleBox {width:960px; marin:0 auto; font-size:140%;}
  .proNav-pc .titleBox h1 {}
}


@media only screen and (max-width: 767px) {
  .secStrength {
    padding: 40px 0;
  }
}

/* /products/robots/strength/index.htm用のSP時の白文字消し */
.pageContent .pageTitle .linkPage a {
    color: #1E2021 !important;
}




/* top_mv 
  ------------------------- */
.top_mv {
  position: relative;
  height: 400px;
}
.top_mv .swiper-container .swiper-slide {
  height: 400px;
}
.top_mv_box {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
  padding: 10px 20px 20px;
  width: 100%;
  text-align: center;
}
.top_mv_headline {
  color: #ffffff;
  font-weight: 400;
}
.top_mv_headline .ttl {
  font-size: 225%;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.5em;
}
.top_mv_headline .sub {
  font-size: 150%;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 1em;
}
.top_mv_headline .txt {
  font-size: 150%;
  margin-bottom: 0;
}
.proNav-pc.fixed + .proNav-sp + .top_mv {
  margin-top: 220px;
}
@media only screen and (max-width: 767px) {
  .proNav-pc.fixed + .proNav-sp + .top_mv {
    margin-top: 0;
  }
  .proNav-pc.fixed + .proNav-sp.fixed + .top_mv {
    margin-top: 140px;
  }
  .top_mv {
    height: 300px;
  }
  .top_mv_box {
    text-align: center;
  }
  .top_mv .swiper-container .swiper-slide {
    height: 300px;
  }
  .top_mv_headline {
    font-size: 100%;
  }
  .top_mv_headline .ttl {
    font-size: 180%;
    margin-bottom: 0.25em;
    line-height: 1.4;
  }
  .top_mv_headline .sub {
    font-size: 120%;
    margin-bottom: 0.5em;
  }
  .top_mv_headline .txt {
    font-size: 120%;
  }
}

/* top_ank 
  ------------------------- */
.top_ank {
  background-color: #e7eef6;
  padding: 1em 0;
  z-index: 2;
}
.top_ank ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top_ank ul li {
  width: 50%;
  display: flex;
  justify-content: center;
  border-left: solid 1px #bfbfbf;
  padding: 0 0.5em;
}
.top_ank ul li:last-child {
  border-right: solid 1px #bfbfbf;
}
.top_ank ul li a {
  position: relative;
  font-size: 113%;
  color: #005ab4;
  font-weight: bold;
  transition: 0.2s;
  text-align: center;
  margin-right: 1.5em;
}
.top_ank ul li a .sub {
  font-size: 78%;
  font-weight: 400;
}
.top_ank ul li a:hover {
  color: #005ab4 !important;
  opacity: 0.6;
}
.top_ank ul li a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #005ab4;
  border-right: 2px solid #005ab4;
  position: absolute;
  top: calc(50%);
  right: -1.5em;
  transform: translateY(-50%) rotate(135deg);
}
@media only screen and (max-width: 767px) {
  .top_ank ul li a {
    font-size: 90%;
  }
}



/* features_area - features_ttl
  ------------------------- */

.features_area {
  font-size: 14px;
  margin-top: 3em;
}
.features_area p {
  font-size: 130%;
}
.features_area .features_ttl.inner {
  padding-top: 3em;
}
.features_area .features_ttl.inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: -3em;
  background: url(/products/robots/assets/images/strength/top_bg.png) no-repeat;
  background-size: contain;
  width: 273px;
  height: 363px;
}
.features_heading {
  border-bottom: solid 1px #1e2021;
  margin-bottom: 2em;
}
.features_heading .sub {
  font-size: 130%;
  font-weight: 400;
  color: #000000;
  line-height: 1;
  margin-bottom: 0;
}
.features_heading .ttl {
  font-size: 260%;
  font-weight: bold;
  color: #005ab4;
  margin-bottom: 0;
}
.features_ttl .txt{
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .features_area {
    margin-top: 2em;
  }
  .features_area p {
    font-size: 100%;
  }
  .features_area .features_ttl.inner {
    padding-top: 2em;
  }

  .features_area .features_ttl.inner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 1em;
    background: url(/products/robots/assets/images/strength/top_bg.png) no-repeat;
    background-size: contain;
    width: calc(273 / 767 * 100vw);
    height: calc(363 / 767 * 100vw);
  }
  .features_heading {
    margin-bottom: 1em;
  }
  .features_heading .sub {
    font-size: 100%;
    margin-bottom: 0.25em;
  }
  .features_heading .ttl {
    font-size: 180%;
    line-height: 1.25;
    margin-bottom: 0.25em;
  }
}

/* features_area - features
  ------------------------- */
.features {
  position: relative;
  margin-top: 3em;
}
.features + .features {
  margin-top: 5em;
}
.features_box{
  position: relative;
  padding: 5em 0 3em;
}
.features_box .ttl{
  font-size: 215%;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0.5em;
}
.features_box .img {
  margin-bottom: 1.5em;
}
.features_box .txt {
  font-size: 130%;
  font-weight: 400;
  margin-bottom: 1.5em;
}
.features_box .btn {
  font-size: 140%;
}
.features_box .btn a {
  margin: 0;
  padding: 0.8em 8em 0.8em 5.5em;
  text-decoration: none;
  background-color: #005ab4;
  background-image: url(../images/common/icon_arrow.png);
  background-size: auto 0.4em;
  background-position: 70% center;
  background-repeat: no-repeat;
}
.features_box .btn.disabled a {
  display: inline-block;
  pointer-events: none;
  background: #b3b3b3;
  padding: 0.8em 3.3em 0.8em 3.3em;
}
.features_bg_otr {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e7eef6;
  width: 50%;
  height: 100%;
}
.features_bg_inr {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e7eef6;
  width: 88%;
  height: 100%;
  z-index: -2;
}
.features .features_box::before {
  content: "";
  position: absolute;
  top: 2em;
  left: -2em;
  background: url(/products/robots/assets/images/strength/features1_img01.png) no-repeat;
  background-size: contain;
  width: 182px;
  height: 156px;
  z-index: -1;
}
.features.no2 .features_box::before {
  background: url(/products/robots/assets/images/strength/features2_img01.png) no-repeat;
  background-size: contain;
}
.features.no3 .features_box::before {
  background: url(/products/robots/assets/images/strength/features3_img01.png) no-repeat;
  background-size: contain;
}
.features.no4 .features_box::before {
  background: url(/products/robots/assets/images/strength/features4_img01.png) no-repeat;
  background-size: contain;
}
.features.reverse .features_bg_otr {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
}
.features.reverse .features_bg_inr {
  left: auto;
  right: 0;
  width: 88%;
}
.features.reverse .features_box::before {
  content: "";
  position: absolute;
  top: 2em;
  left: auto;
  right: -2em;
}
@media only screen and (max-width: 767px) {
  .features {
    margin-top: 3em;
  }
  .features + .features {
    margin-top: 3em;
  }
  .features_box{
    position: relative;
    padding: 3em 0 2.5em;
  }
  .features_box .ttl{
    font-size: 135%;
    line-height: 1.5;
  }
  .features_box .ttl span {
    display: block;
  }
  .features_box .txt {
    font-size: 100%;
    width: 90%;
    margin-bottom: 1.5em;
  }
  .features_box .btn {
    font-size: 120%;
    width: 100%;
  }
  .features_box .btn a {
    padding: 0.8em 4em 0.8em 2.5em;
    background-position: 70% center;
    width: 86%;
  }
  .features_box .btn.disabled a {
    padding: 0.8em 3em 0.8em 3em;
  }
  .features_bg_inr {
    width: 96%;
  }
  .features .features_box::before {
    top: 1.5em;
    left: -1em;
    width: calc(238 / 767 * 100vw);
    height: calc(213 / 767 * 100vw);
  }
  .features .features_box::before {
    background: url(/products/robots/assets/images/strength/features1_img01_sp.png) no-repeat;
    background-size: contain;
  }
  .features.no2 .features_box::before {
    background: url(/products/robots/assets/images/strength/features2_img01_sp.png) no-repeat;
    background-size: contain;
  }
  .features.no3 .features_box::before {
    background: url(/products/robots/assets/images/strength/features3_img01_sp.png) no-repeat;
    background-size: contain;
  }
  .features.no4 .features_box::before {
    background: url(/products/robots/assets/images/strength/features4_img01_sp.png) no-repeat;
    background-size: contain;
  }
  .features.reverse .features_bg_inr {
    width: 96%;
  }
  .features.reverse .features_box::before {
    top: 1.5em;
    right: -1em;
  }
}


/* service_area
  ------------------------- */
.service_area {
  font-size: 14px;
  margin: 7em 0 6em;
}
.service_area p {
  font-size: 130%;
}
.service_box {
  position: relative;
  background-color: #e7eef6;
  padding: 2em;
  margin-top: 2.5em;
}
/**/
.service_img {
  position: relative;
  margin-top: 4em;
}
.service_img img {
  max-width: 100%;
}
.service_img .link a img {
  transition: 0.2s;
}
.service_img .link a:hover img {
  opacity: 0.6;
}
.service_img .bg .bg_pc { display: inline; }
.service_img .bg .bg_sp { display: none; }
.service_img .bg {
  text-align: center;
  padding-top: 70px;
}
.service_img .bg img {
  width: 364px;
  height: auto;
}
.service_img .link {
  position: absolute;
  width: 273px;
  height: auto;
}
.service_img .link.robots {
  top: 0;
  bottom: auto;
  left: 22px;
  right: auto;
}
.service_img .link.vision {
  top: 205px;
  bottom: auto;
  left: 10px;
  right: auto;
}
.service_img .link.support {
  top: 405px;
  bottom: auto;
  left: 90px;
  right: auto;
}
.service_img .link.feeding {
  top: 0;
  bottom: auto;
  left: auto;
  right: 30px;
}
.service_img .link.force {
  top: 155px;
  bottom: auto;
  left: auto;
  right: 10px;
}
.service_img .link.camera {
  top: 345px;
  bottom: auto;
  left: auto;
  right: 80px;
}




.service_img .link a {
  transition: 0.2s;
}
.service_img .link a:hover {
  opacity: 0.6;
}
/**/
.service_box .ttl {
  position: absolute;
  top: -0.5em;
  left: 50%;
  transform: translateX(-50%);
  font-size: 220%;
  font-weight: bold;
  line-height: 1;
  color: #2160ae;
}
.service_list {
  display: flex;
  justify-content: space-between;
}
.service_list_items {
  background-color: #ffffff;
  width: 32%;
  padding: 1em;
  display: flex;
  align-items: center;
}
.service_list_items .no {
  font-size: 220%;
  font-weight: bold;
  color: #cacaca;
  line-height: 1;
  padding-right: 10px;
}
.service_list_items .sub {
  font-size: 100%;
  font-weight: bold;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 0;
}
.service_list_items .read {
  font-size: 160%;
  font-weight: bold;
  line-height: 1.5;
  color: #005ab4;
  padding: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 1000px) {
  .service_img .bg {
    padding-top: calc(70 / 1000 * 100vw);
  }
  .service_img .bg img {
    width: calc(354 / 1000 * 100vw);
  }
  .service_img .link {
    width: calc(273 / 1000 * 100vw);
  }
  .service_img .link.robots {
    top: 0;
    bottom: auto;
    left: calc(22 / 1000 * 100vw);
    right: auto;
  }
  .service_img .link.vision {
    top: calc(205 / 1000 * 100vw);
    bottom: auto;
    left: calc(10 / 1000 * 100vw);
    right: auto;
  }
  .service_img .link.support {
    top: calc(405 / 1000 * 100vw);
    bottom: auto;
    left: calc(90 / 1000 * 100vw);
    right: auto;
  }
  .service_img .link.feeding {
    top: 0;
    bottom: auto;
    left: auto;
    right: calc(30 / 1000 * 100vw);
  }
  .service_img .link.force {
    top: calc(155 / 1000 * 100vw);
    bottom: auto;
    left: auto;
    right: calc(10 / 1000 * 100vw);
  }
  .service_img .link.camera {
    top: calc(345 / 1000 * 100vw);
    bottom: auto;
    left: auto;
    right: calc(80 / 1000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  .service_area {
    margin: 4em 0 4em;
  }
  .service_area .service_box {
    font-size: 3vw
  }
  .service_area p {
    font-size: 100%;
  }
  /**/
  .service_img {
    margin-top: 2em;
  }
  .service_img .bg .bg_pc { display: none; }
  .service_img .bg .bg_sp { display: inline; }
  .service_img .bg {
    padding-top: 3em;
  }
  .service_img .bg {
    padding-top: calc(205 / 767 * 100vw);
  }
  .service_img .bg img {
    width: calc(546 / 767 * 100vw);
  }
  .service_img .link {
    width: calc(312 / 767 * 100vw);
  }
  .service_img .link.robots {
    top: calc(50 / 767 * 100vw);
    bottom: auto;
    left: 0;
    right: auto;
  }
  .service_img .link.vision {
    top: calc(610 / 767 * 100vw);
    bottom: auto;
    left: 0;
    right: auto;
  }
  .service_img .link.support {
    top: calc(205 / 767 * 100vw);
    bottom: auto;
    left: auto;
    right: 0;
  }
  .service_img .link.feeding {
    top: 0;
    bottom: auto;
    left: auto;
    right: calc(30 / 767 * 100vw);
  }
  .service_img .link.force {
    top: calc(580 / 767 * 100vw);
    bottom: auto;
    left: auto;
    right: 0;
  }
  .service_img .link.camera {
    top: calc(810 / 767 * 100vw);
    bottom: auto;
    left: auto;
    right: 0;
    width: calc(338 / 767 * 100vw);
  }



  /**/
  .service_box {
    padding: 2em;
    margin-top: 2.5em;
  }
  .service_box .ttl {
    top: -0.5em;
    font-size: 230%;
  }
  .service_list {
    display: block;
  }
  .service_list_items {
    width: 100%;
    margin-top: 1.1em;
    display: flex;
    align-items: center;
  }
  .service_list_items .no {
    font-size: 220%;
    padding-right: 10px;
  }
  .service_list_items .sub {
    font-size: 100%;
  }
  .service_list_items .read {
    font-size: 160%;
    padding: 0;
  }
}


/* common_existing adjust
  ------------------------- */
#main .cmnLinks,
#main .cmnContact,
#main .page.bcWhite,
#main #pro_footer {
  font-size: 14px;
}
#main .cmnLinks ul li p.ttl {
  font-size: 121%;
}
#main .cmnLinks ul li p.note {
  font-size: 100%;
}
.cmnContact ul li dl dd .tel,
.cmnContact ul li dl dd .note {
  font-size: 100%;
}
@media only screen and (max-width: 767px) {
  #main .cmnLinks,
  #main .cmnContact,
  #main .page.bcWhite,
  #main #pro_footer {
    font-size: 3vw;
  }
  #main .cmnLinks h2,
  #main .cmnContact h2 {
    font-size: 217%;
  }
  #main .cmnLinks ul li p.ttl {
    font-size: 123%;
  }
  #main .cmnLinks ul li p.note {
    font-size: 103%;
  }
  #main #pro_footer .pageContent p {
    font-size: 100%;
  }
}






/* strenght underlayer
  ------------------------- */
/* common
  ------------------------- */
.mt20_pcsp { margin-top: 20px !important; }
.mt40_pcsp { margin-top: 40px !important; }
.pageContent.strenghtUnder {
  font-size: 14px;
  overflow: hidden;
}
.pageContent.strenghtUnder p,
.pageContent.strenghtUnder ul.list li {
  font-size: 130%;
}
.colSet.marginSet.reverse {
  flex-flow: row-reverse;
}
@media only screen and (max-width: 767px) {
  .mt20_sp { margin-top: 20px !important; }
  .mt30_sp { margin-top: 30px !important; }
  .mt40_sp { margin-top: 40px !important; }
  .pb40_sp { padding-bottom: 40px !important; }
  .pageContent.strenghtUnder p,
  .pageContent.strenghtUnder ul.list li {
    font-size: 100%;
  }
  .pt80 { padding-top: 40px !important; }
  .pb80 { padding-bottom: 40px !important; }
  .mt80 { margin-top: 40px !important; }
  .mb80 { margin-bottom: 40px !important; }
}


/* pageTitleBox
  ------------------------- */
.pageTitleBox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 268px;
  padding: 10px 0;
}
.pageTitleH {
  font-size: 225%;
  font-weight: bold;
  color: #ffffff;
}
.pageTitleH span {
  font-size: 67%;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .pageContent.strenghtUnder {
    font-size: 3vw;
  }
  .pageTitleBox {
    height: 35vw;
  }
  .pageTitleH {
    font-size: 163%;
  }
  .pageTitleH span {
    font-size: 67%;
  }
  .pageTitle.gyroplus_technology .pageTitleH {
    font-size: 136%;
  }
}


/* pageTitleBox
  ------------------------- */
.movThumb01 {
  width: 70%;
  margin: 1.2em auto 0 auto;
  text-align: center;
}
.colSet.marginSet.moveCol2 .movThumb01 {
  width: 90%;
  margin: 1.2em auto 0 auto;
}
.colSet.marginSet.moveCol2 .moveTtl {
  line-height: 1.5;
  height: 3em;
  display: flex;
  justify-content: center;
  align-items: end;
}
@media only screen and (max-width: 767px) {
  .movThumb01 {
    width: 70%;
    margin: 1em auto 0 auto;
  }
  .colSet.marginSet.moveCol2 .movThumb01 {
    width: 70%;
    margin: 1em auto 0 auto;
  }
}


/* gyroplus_technology_specialHeding
  ------------------------- */
.pageContent.strenghtUnder .gyroplus_technology_specialHeding p.ttl {
  font-size: 215%;
  font-weight: bold;
  color: #2160ae;
  text-align: center;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .pageContent.strenghtUnder .gyroplus_technology_specialHeding p.ttl {
    font-size: 135%;
  }
}

/* gyroplus_technology_features
  ------------------------- */
.pageContent.strenghtUnder .features p.img_left{
  float: left;
  max-width: 440px;
  width: 100%;
  margin-right: 80px;
}
.pageContent.strenghtUnder .features p.logo_right{
  float: right;
  max-width: 440px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .pageContent.strenghtUnder .features p.img_left,.pageContent.strenghtUnder .features p.logo_right {
    float: none;
    margin-right:0;
  }
}

/* topProducts
  ------------------------- */
.strenghtUnder .topProducts {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 0 3em;
}
.strenghtUnder .topProducts.col3.products_parts .products_parts_ttl {
  font-size: 210%;
  font-weight: bold;
  color: #2160ae;
  text-align: center;
  padding: 0 0 0.4em;
  border: 0;
}
.strenghtUnder .topProducts.col3.products_parts ul {
  position: relative;
  background-color: #e7eef6;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 2em 2em 2em;
  margin-top: 2.5em;
}
.strenghtUnder .topProducts.col3.products_parts ul::before {
  content: "";
  position: absolute;
  top: -2.5em;
  left: 50%;
  transform: translateX(-50%);
  background: url(/products/robots/assets/images/top/topProducts_img01.png) no-repeat;
  background-size: contain;
  width: 15.6em;
  height: 5.4em;
}
.strenghtUnder .topProducts.col3 ul::after {
  content: "";
  display: block;
  width: 31%;
}
.strenghtUnder .topProducts.col3.products_parts ul li {
  width: 31%;
  margin: 2em 0 0 0;
  background: #e7eef6;
  line-height: 1;
  transition: 0.2s;
}
.strenghtUnder .topProducts.col3.products_parts ul li:hover {
  opacity: 0.6;
}
.strenghtUnder .topProducts ul li a {
  display: block;
  height: 100%;
  color: #000;
}
.strenghtUnder .topProducts ul li a:hover p {
  text-decoration: underline;
}
.strenghtUnder .topProducts.col3 ul li img {
  border: 0;
  width: 100%;
}
.strenghtUnder .topProducts ul li p {
  margin-top: 10px;
  line-height: 1.4;
}
.strenghtUnder .topProducts.col3 ul li .ttl {
  font-size: 120%;
  font-weight: bold;
  color: #4c4c4c;
}
.strenghtUnder .topProducts.col3.products_parts p {
  font-size: 14px;
}
.strenghtUnder .topProducts.col3 ul li .read {
  color: #4c4c4c;
}
@media only screen and (max-width: 767px) {
  .strenghtUnder .topProducts.col3.products_parts {
    padding: 0 0 1em;
  }
  .strenghtUnder .topProducts.col3.products_parts .products_parts_ttl {
    font-size: 180% !important;
  }
  .strenghtUnder .topProducts.col3.products_parts ul::before {
    width: 14em;
    height: 5.1em;
  }
  .strenghtUnder .topProducts.col3.products_parts ul::after {
    content: "";
    display: block;
    width: 48%;
  }
  .strenghtUnder .topProducts.col3.products_parts ul li {
    width: 48%;
  }
  .strenghtUnder .topProducts ul li a {
    color: #000;
  }
  .strenghtUnder .topProducts.col3 ul li .ttl {
    font-size: 110%;
  }
  .strenghtUnder .topProducts.col3 ul li .read {
    font-size: 100%;
  }
}
/* movie_btn
  ------------------------- */
.movie_btn{
  padding: 1em;
  width: 28em;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
.movie_btn{
  font-size: 100%;
  width: 84%;
}
}