/* /mnt/c/kuraemoncom/public_html/pad/tough/css/toughDX_style.css START */
.wrap {
  background: #EFEFEF;
}

.lower {
  color: #27282C;
}

.lower h2 {
  font-size: 55px;
}

.lower .supText {
  font-size: 70%;
  position: relative;
  top: 0.3em;
  vertical-align: top;
}

.lower .btn {
  text-align: center;
}

.lower .btn a {
  text-align: center;
  border-radius: 10px;
  font-weight: bold;
}

#sec_scene {
  background: #FFF;
}

#sec_scene .innerWrap .title {
  text-align: center;
}

#sec_scene .innerWrap .title h3 {
  font-weight: bold;
  line-height: 1.5;
}

#sec_scene .innerWrap .title h3 span {
  font-weight: normal;
  /* display: block; */
}

#sec_scene .innerWrap ul.flex {
  margin: 0 auto;
}

#sec_scene .innerWrap ul.flex li {
  margin: 0;
  text-align: center;
  background: #fff;
}

#sec_scene .innerWrap ul.flex li h4 {
  text-align: left;
}

#sec_scene .innerWrap ul.flex li p {
  margin: 0;
  word-wrap: break-word;
}

#sec_scene .ofline {
  background: #DEDEDE;
}

#sec_scene .online .title h3 {
  position: relative;
  color: #FFF;
}


#sec_scene .online .btn a {
  background: #F4B800;
}

#sec_scene .online .memo {
  margin: 0 auto;
}

#sec_scene .online .memo p {
  margin: 0;
  color: #FFF;
}
#sec_accessories .flex .enclosures {
  border: thin solid #000;
  border-radius: 1em;
  padding: 0 2em;
  display: inline-block;
  margin: 2em 0;
  text-align: left;
}
#sec_accessories .flex .enclosures > div{
  border-bottom: thin solid #000;
  padding: 1.6em 0;
  font-weight: bold;
}
#sec_accessories .flex .enclosures ul{
  padding: 1em 0;
  max-width: 320px;
}
#sec_accessories .flex .enclosures ul li{
  margin: 0.5em 0.8em;
  min-width: 7em;
  display: inline-block;
}

#sec_priceinfo [class^='product_'] {
  border-radius: 10px;
  background: #FFF;
}

#sec_priceinfo [class^='product_'] h4 {
  font-weight: normal;
  color: #27282C;
}

#sec_priceinfo [class^='product_'] .productInfo {
  border-bottom: 1px solid #707070;
}

/* #sec_priceinfo [class^='product_'] .productInfo .text {
  margin: 0 auto;
} */

#sec_priceinfo [class^='product_'] .buy {
  text-align: center;
}
#sec_priceinfo .products_flex .product_cloud .buy small{
  display: block;
  padding: 0 1em;
  margin: 2em auto 0;
  font-size: 14px;
}

#sec_priceinfo [class^='product_'] .buy .price {
  font-weight: bold;
}

#sec_priceinfo [class^='product_'] .btn a {
  color: #0E1C77;
  background: #F4B800;
}

#sec_priceinfo .products_flex [class^='product_'] .productInfo {
  text-align: center;
}
#sec_priceinfo .product_Pix .btn a {
  margin: 0 auto;
}
#sec_priceinfo .product_Pix.goyo .productInfo .btn a,
#sec_priceinfo .products_flex [class^='product_'] .productInfo .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0E1C77;
  background: #F4B800;
}
#sec_priceinfo .product_Pix.goyo .productInfo .btn {
  margin-top: 1em;
}
#sec_priceinfo .product_Pix .btn a:before ,
#sec_priceinfo .products_flex [class^='product_'] .productInfo .btn a:before {
  width: 20px;
  height: 21px;
  content: '';
  /* background: url(assets/automation/images/pad/tough/images/icon_arrow@2x.png) no-repeat; */
  background-size: cover;
}
#sec_priceinfo .btnArea .estimate a {
  background: transparent;
  border: 1px solid #0E1C77;
}

@media screen and (min-width: 769px) {
  .lower .btn a {
    width: 300px;
    padding: 13px 0 11px;
  }
  #sec_scene {
    padding: 130px 0 100px;
  }
  #sec_scene .container {
    max-width: 1200px;
  }
  #sec_scene .container h2 {
    margin-bottom: 30px;
  }
  #sec_scene .container .lead {
    width: 1080px;
    margin: 0 auto;
    text-align: center;
  }
  #sec_scene .container .innerWrap {
    max-width: 1200px;
    margin-top: 70px;
    border-radius: 10px;
  }
  #sec_scene .container .innerWrap .title {
    margin-bottom: 46px;
    text-align: center;
  }
  #sec_scene .container .innerWrap .title img {
    width: 100px;
    margin-bottom: 18px;
  }
  #sec_scene .container .innerWrap .title h3 {
    font-size: 40px;
  }
  #sec_scene .container .innerWrap .title h3 span {
    font-size: 20px;
  }
  #sec_scene .container .innerWrap ul.flex {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1080px;
  }
  #sec_scene .container .innerWrap ul.flex li {
    width: 210px;
    padding: 15px 15px 30px 15px;
  }
  #sec_scene .container .innerWrap ul.flex li img {
    width: 210px;
    margin-bottom: 27px;
  }
  #sec_scene .container .innerWrap ul.flex li h4 {
    font-size: 20px;
    width: 200px;
    margin-bottom: 18px;
  }
  #sec_scene .container .innerWrap ul.flex li p {
    font-size: 15px;
    width: 200px;
  }
  #sec_scene .container .ofline {
    padding: 41px 0 41px;
  }
  #sec_scene .container .ofline .flex li:nth-of-type(n+5) {
    margin-top: 30px;
  }
  #sec_scene .container .online {
    padding: 60px 0 40px;
    /* background: url(assets/automation/images/pad/tough/images/bg_online@2x.png) no-repeat; */
    background-size: 1200px auto;
  }
  #sec_scene .container .online .flex li:nth-of-type(n+5) {
    margin-top: 30px;
  }
  #sec_scene .container .online .btn {
    margin-top: 66px;
  }
  #sec_scene .container .online .memo {
    margin-top: 35px;
  }
  #sec_scene .container .online .memo p {
    font-size: 15px;
    text-align: center;
  }
  #sec_kuraSIM .container {
    padding: 60px 0 50px;
  }
  #sec_kuraSIM h2 {
    margin-bottom: 53px;
  }
  #sec_kuraSIM .flex {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #sec_kuraSIM .flex .text {
    width: 533px;
  }
  #sec_kuraSIM .flex .text p {
    margin: 0;
  }
  #sec_kuraSIM .flex .text p:first-of-type {
    margin-bottom: 30px;
  }
  #sec_kuraSIM .flex img {
    width: 490px;
  }
  #sec_productsize .container {
    padding: 111px 0 100px;
  }
  #sec_productsize h2 {
    margin-bottom: 85px;
  }
  #sec_productsize img {
    display: block;
    width: 918px;
    margin: 0 auto;
  }
  #sec_accessories .container {
    padding: 60px 0 52px;
  }
  #sec_accessories .container h2 {
    margin-bottom: 50px;
  }
  #sec_accessories .container .flex {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        /* -ms-flex-direction: column; */
            /* flex-direction: column; */
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: space-between;
    /* height: 348px; */
  }
  #sec_accessories .container .flex .text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 532px;
  }
  #sec_accessories .container .flex .text p {
    margin: 27px auto 0;
  }
  #sec_accessories .container .flex .text a {
    width: 300px;
    max-width: 80%;
    font-weight: bold;
    display: block;
    margin: 6em auto 0;
  }
  #sec_accessories .container .flex img {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 522px;
  }
  #sec_priceinfo .container {
    padding: 100px 0 150px;
  }
  #sec_priceinfo h2 {
    margin-bottom: 50px;
  }
  #sec_priceinfo h2:nth-of-type(2) {
    margin: 130px 0 50px;
  }
  #sec_priceinfo [class^='product_'] h4 {
    font-size: 20px;
    margin-bottom: 13px;
  }
  #sec_priceinfo [class^='product_'] .text .logo {
    margin-bottom: 30px;
  }
  #sec_priceinfo [class^='product_'] .buy {
    padding-top: 30px;
  }
  #sec_priceinfo [class^='product_'] .buy .priceName {
    font-size: 20px;
    margin-bottom: 14px;
  }
  #sec_priceinfo [class^='product_'] .buy .price {
    font-size: 30px;
  }
  #sec_priceinfo [class^='product_'] .buy .price small {
    font-size: 20px;
  }
  #sec_priceinfo [class^='product_'] .buy .btn {
    margin-top: 20px;
  }
  #sec_priceinfo .horizontal {
    margin-bottom: 30px;
    padding: 42px 29px 50px;
  }
  #sec_priceinfo .horizontal .productInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 43px;
  }
  #sec_priceinfo .product_padtoughDX img:first-of-type {
    width: 414px;
    margin-right: 100px;
  }
  #sec_priceinfo .product_Pix .productInfo > img {
    width: 202px;
    margin: 0 134px;
  }
  #sec_priceinfo .horizontal .text {
    width: 370px;
  }
  #sec_priceinfo .horizontal .text .logo {
    /* width: 298px; */
    width: 370px;
  }
  #sec_priceinfo .horizontal p {
    margin: 0;
  }
  #sec_priceinfo .products_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #sec_priceinfo .products_flex [class^='product_'] {
    width: 467px;
    padding: 44px 29px 45px;
  }
  #sec_priceinfo .products_flex [class^='product_'] .productInfo .btn {
    width: 250px;
    margin: 27px auto 40px;
  }
  #sec_priceinfo .product_Pix .btn a,
  #sec_priceinfo .products_flex [class^='product_'] .productInfo .btn a {
    width: 174px;
    padding: 9px 61px 10px 15px;
  }
  #sec_priceinfo .product_Pix .btn a:before,
  #sec_priceinfo .products_flex [class^='product_'] .productInfo .btn a:before {
    margin-right: 38px;
  }
  #sec_priceinfo .products_flex [class^='product_'] h3 {
    font-size: 30px;
    line-height: 1.5;
    height: 135px;
    margin-bottom: 4px;
    text-align: center;
  }
  #sec_priceinfo .products_flex [class^='product_'] h4 {
    margin-top: 17px;
  }
  #sec_priceinfo .products_flex [class^='product_'] .logo {
    height: 70px;
    margin-top: 13px;
  }
  #sec_priceinfo .products_flex [class^='product_'] .text {
    width: 370px;
    margin: 30px auto 0;
  }
  #sec_priceinfo .products_flex .product_cloud .imagearea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 207px;
  }
  #sec_priceinfo .products_flex .product_cloud .imagearea .productImage {
    width: 100px;
    height: auto;
  }
  #sec_priceinfo .products_flex .product_cloud .buy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 124px;
    flex-direction: column;
  }
  #sec_priceinfo .products_flex .productImage {
    height: 207px;
  }
  #sec_priceinfo .btnArea {
    display: flex;
    margin: 0 auto;
    width: 51.25%;
    justify-content: space-between;
  }
  #sec_priceinfo .btnArea a {
    width: 250px;
  }
}
#sec_priceinfo .buy .text-link {
  margin: 1em 0;
  line-height: 1.4;
}
#sec_priceinfo .buy .text-link a{
  text-decoration: underline;
}


@media screen and (max-width: 768px) and (min-width: 1px) {
  .lower .container {
    max-width: 92%;
  }
  .lower h2 {
    font-size: 5.8vw;
    margin: 0 auto;
    text-align: center;
  }
  .lower .btn a {
    width: 345px;
    max-width: 80%;
    padding: 13px 0 11px;
  }
  #sec_scene .container {
    max-width: 100%;
    padding: 60px 0 0;
  }
  #sec_scene .container h2 {
    line-height: 1.5;
  }
  #sec_scene .container .lead {
    font-size: 15px;
    margin: 20px auto 42px;
    /* padding: 0 1em; */
    max-width: 90%;
  }
  #sec_scene .container .innerWrap {
    padding: 40px 0 40px;
  }
  #sec_scene .container .innerWrap .title {
    margin-bottom: 32px;
  }
  #sec_scene .container .innerWrap .title img {
    width: 80px;
    margin-bottom: 20px;
  }
  #sec_scene .container .innerWrap .title h3 {
    font-size: 28px;
  }
  #sec_scene .container .innerWrap .title h3 span {
    font-size: 15px;
  }
  #sec_scene .container .innerWrap ul.flex {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 92%;
  }
  #sec_scene .container .innerWrap ul.flex li {
    margin: 0;
    margin-bottom: 15px;
    padding: 15px 15px 30px;
  }
  #sec_scene .container .innerWrap ul.flex li img {
    width: 314px;
    max-width: 90%;
    margin: 0 auto 22px;
  }
  #sec_scene .container .innerWrap ul.flex li h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #sec_scene .container .innerWrap ul.flex li p {
    font-size: 15px;
    width: 305px;
    text-align: left;
  }
  #sec_scene .container .online {
    /* background: url(assets/automation/images/pad/tough/images/bg_online_sp.png) no-repeat; */
    background-size: cover;
  }
  #sec_scene .container .online .title h3 {
    width: 308px;
    margin: 0 auto;
  }
  #sec_scene .container .online .title h3:before {
    font-size: 15px;
    top: -80px;
    left: -20px;
    width: 100px;
    height: 65px;
    padding-top: 15px;
    background-size: 100px 65px;
  }
  #sec_scene .container .online .btn {
    margin-top: 40px;
  }
  #sec_scene .container .online .memo {
    display: block;
    width: 87.5vw;
    margin-top: 25px;
    text-align: center;
  }
  #sec_scene .container .online .memo p {
    display: inline-block;
    text-align: left;
  }
  #sec_kuraSIM .container {
    padding: 50px 0 30px;
  }
  #sec_kuraSIM .flex {
    margin: 0 auto;
  }
  #sec_kuraSIM .flex img {
    width: 345px;
    max-width: 90%;
    margin: 0 auto;
    align-self: center;
  }
  #sec_kuraSIM p {
    margin: 15px auto;
  }
  #sec_productsize .container {
    padding: 50px 0;
  }
  #sec_productsize h2 {
    margin-bottom: 46px;
  }
  #sec_productsize img {
    width: 343px;
    max-width: 96%;
    margin: 0 auto;
    /* display: block; */
  }
  #sec_accessories .container {
    padding: 30px 0 50px;
  }
  #sec_accessories p {
    margin: 15px auto;
  }
  #sec_accessories .flex {
    margin: 0 auto;
  }
  #sec_accessories .flex .text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #sec_accessories .container .flex .text a {
    width: 300px;
    max-width: 80%;
    font-weight: bold;
    display: block;
    margin: 2em auto;
  }

  #sec_accessories .flex img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 346px;
    max-width: 96%;
    align-self: center;
    margin: 0 auto;
  }

  #sec_priceinfo .container {
    padding: 30px 0 50px;
  }
  #sec_priceinfo h2 {
    margin-bottom: 30px;
  }
  #sec_priceinfo h2:nth-of-type(2) {
    margin: 60px 0 30px;
  }
  #sec_priceinfo [class^='product_'] {
    margin: 0 auto;
    padding: 30px 0 50px;
  }
  #sec_priceinfo [class^='product_']:not(:last-of-type) {
    margin-bottom: 20px;
  }
  #sec_priceinfo [class^='product_'] .productInfo {
    margin: 0 15px;
    text-align: center;
  }
  #sec_priceinfo [class^='product_'] h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #sec_priceinfo [class^='product_'] .logo {
    width: 250px;
    margin-bottom: 34px;
  }
  #sec_priceinfo [class^='product_'] .text {
    width: 285px;
    margin: 0 auto;
  }
  #sec_priceinfo [class^='product_'] .buy {
    padding-top: 30px;
  }
  #sec_priceinfo [class^='product_'] .buy .priceName {
    font-size: 15px;
    margin-bottom: 20px;
  }
  #sec_priceinfo [class^='product_'] .buy .price {
    font-size: 25px;
  }
  #sec_priceinfo [class^='product_'] .buy .price small {
    font-size: 16px;
    display: block;
    margin-top: 5px;
  }
  #sec_priceinfo [class^='product_'] .buy .btn {
    margin-top: 18px;
  }
  #sec_priceinfo .product_padtoughDX .buy .btn a {
    width: 285px;
  }
  #sec_priceinfo .product_padtoughDX .productInfo img {
    width: 277px;
    margin-bottom: 15px;
  }
  #sec_priceinfo .product_Pix.goyo .productInfo {
    padding-bottom: 30px;
  }
  #sec_priceinfo .product_Pix .productInfo > img {
    width: 142px;
    height: auto;
  }
  #sec_priceinfo .products_flex [class^='product_'] .productInfo h3 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 25px;
  }
  #sec_priceinfo .products_flex [class^='product_'] .productInfo .btn {
    width: 285px;
    margin: 30px auto;
  }
  #sec_priceinfo .product_Pix .btn a,
  #sec_priceinfo .products_flex [class^='product_'] .productInfo .btn a {
    width: 195px;
    padding: 9px 75px 10px 15px;
  }
  #sec_priceinfo .product_Pix .btn a:before,
  #sec_priceinfo .products_flex [class^='product_'] .productInfo .btn a:before {
    margin-right: 47px;
  }
  #sec_priceinfo .productInfo .productImage {
    height: 148px;
    margin-bottom: 30px;
  }
  #sec_priceinfo .product_cloud .productInfo .productImage {
    width: 80px;
    height: 80px;
    margin-bottom: 30px;
  }
  #sec_priceinfo .product_goyo .productInfo .productImage {
    width: 101px;
    margin-bottom: 30px;
  }
  #sec_priceinfo .horizontal p {
    margin: 0 0 35px;
  }
}

/* #sec_youcansee */
/* #sec_buntan */
/* #sec_autoSave */
/* #sec_benefits */
#sec_youcansee,
#sec_buntan,
#sec_autoSave,
#sec_benefits {
	padding: 112px 0 120px;
}
#sec_youcansee h2,
#sec_youcansee .text,
#sec_buntan h2,
#sec_buntan .text,
#sec_autoSave h2,
#sec_autoSave .text,
#sec_benefits h2,
#sec_benefits .text {
	margin-bottom: 52px;
}
#sec_youcansee h2 span,
#sec_buntan h2 span,
#sec_autoSave h2 span,
#sec_benefits h2 span {
  display: inline-block;
}
#sec_youcansee .text,
#sec_buntan .text,
#sec_autoSave .text,
#sec_benefits .text {
	line-height: 1.75;
}
#sec_youcansee img {
	/* display: block; */
	width: 100%;
	height: auto;
	margin: 0 auto 80px;
}
#sec_buntan img,
#sec_autoSave img,
#sec_benefits img {
	/* display: block; */
	width: 100%;
	height: auto;
  margin: 0 auto;
}
#sec_youcansee .btn {
	box-sizing: border-box;
	width: 400px;
	margin: 0 auto;
	border: 1px solid #0E1C77;
	border-radius: 8px;
}
#sec_youcansee a {
	display: block;
	padding: 11px 0;
	text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) and (min-width: 1px) {
  #sec_youcansee,
  #sec_buntan,
  #sec_autoSave,
  #sec_benefits {
    padding: 5rem 0 4rem;
  }
  #sec_youcansee img:not(.show-pc),
  #sec_buntan img:not(.show-pc),
  #sec_autoSave img:not(.show-pc),
  #sec_benefits img:not(.show-pc) {
    display: block;
  }
  #sec_youcansee img,
  #sec_buntan img,
  #sec_autoSave img,
  #sec_benefits img {
    width: 85.33vw;
    height: auto;
  }
  #sec_youcansee .btn {
    width: 85.33vw;
  }
}

/* #sec_cloudCompare */
#sec_cloudCompare .cloudCompareList dl * {
	box-sizing: border-box;
}
#sec_cloudCompare .cloudCompareList dl {
	font-weight: bold;
	margin: 0 auto;
	color: #0E1C77;
}
#sec_cloudCompare .cloudCompareList dd {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
#sec_cloudCompare .cloudCompareList [class$='Name'],
#sec_cloudCompare .cloudCompareList dt,
#sec_cloudCompare .cloudCompareList dd:nth-of-type(odd),
#sec_cloudCompare .cloudCompareList .price [class$='-row'] > p {
	background-color: #FFF;
}
#sec_cloudCompare .cloudCompareList dd:nth-of-type(even) {
	background-color: #E8EAF9;
}
#sec_cloudCompare .cloudCompareList dd.bg-grey {
	background-color: #EFEFEF;
}
#sec_cloudCompare .cloudCompareList dd.link {
	padding: 0;
	text-decoration: underline;
}
#sec_cloudCompare .cloudCompareList dd.link span {
	width: 100%;
}
#sec_cloudCompare .cloudCompareList dd.link a {
	display: block;
	padding: 9px 0 7px;
}
#sec_cloudCompare .cloudCompareList dd.link a:hover {
	cursor: pointer;
}
#sec_cloudCompare .cloudCompareList .price .padPrice dd span {
  display: inline-block;
}
@media (min-width: 769px) {
	#sec_cloudCompare .container {
		padding: 112px 0 120px;
	}
  #sec_cloudCompare .lead {
    padding: 0 2%;
  }
	#sec_cloudCompare .cloudCompareList dl {
		max-width: 1024px;
		border: 2px solid #0E1C77;
	}
	#sec_cloudCompare .cloudCompareList [class$='Name'] {
		display: flex;
		align-items: center;
		padding-left: 16px;
	}
	#sec_cloudCompare .cloudCompareList .title {
		display: flex;
		align-items: center;
		padding: 9px 5px 7px 16px;
	}
	#sec_cloudCompare .cloudCompareList dd {
		font-size: 20px;
		width: 240px;
		padding: 9px 0 7px;
		text-align: center;
	}
	#sec_cloudCompare .cloudCompareList dd span {
		font-size: 16px;
		line-height: 1.5;
		display: block;
	}
	#sec_cloudCompare .cloudCompareList dd.small {
		padding-left: 0;
	}
	#sec_cloudCompare .cloudCompareList dd.small span {
		font-size: 14px;
		line-height: 1.3;
	}
	#sec_cloudCompare .cloudCompareList dd.small span span {
		font-size: 10px;
		display: inline;
	}
	#sec_cloudCompare .cloudCompareList dd:nth-of-type(odd) {
		border-right: 2px solid #0E1C77;
	}
	#sec_cloudCompare .cloudCompareList .heading,
	#sec_cloudCompare .cloudCompareList .feature,
	#sec_cloudCompare .cloudCompareList .price,
	#sec_cloudCompare .cloudCompareList .price [class$='-row'] {
		display: flex;
	}
	#sec_cloudCompare .cloudCompareList .heading .row,
	#sec_cloudCompare .cloudCompareList .feature .row {
		display: flex;
		flex-grow: 1;
		border-bottom: 2px solid #0E1C77;
	}
	#sec_cloudCompare .cloudCompareList .feature .featureName {
		width: 140px;
		margin: 0;
		border-right: 2px solid #0E1C77;
		border-bottom: 2px solid #0E1C77;
	}
	#sec_cloudCompare .cloudCompareList .feature .title {
		width: 404px;
		border-right: 2px solid #0E1C77;
	}
	#sec_cloudCompare .cloudCompareList .price [class$='-row'] p {
		display: flex;
		align-items: center;
		min-width: 152px;
		margin: 0;
		padding-left: 16px;
	}
	#sec_cloudCompare .cloudCompareList .price [class$='-row'] .title {
		width: 252px;
	}
	#sec_cloudCompare .cloudCompareList .price .filedName {
		width: 140px;
		margin: 0;
		border-right: 2px solid #0E1C77;
	}
	#sec_cloudCompare .cloudCompareList .price > div {
		width: 884px;
	}
	#sec_cloudCompare .cloudCompareList .price [class$='-row'],
	#sec_cloudCompare .cloudCompareList .price [class$='-row'] div > div:not(:last-of-type) {
		border-bottom: 2px solid #0E1C77;
	}
	#sec_cloudCompare .cloudCompareList .price [class$='-row'] div {
		display: flex;
		flex-wrap: wrap;
	}
	#sec_cloudCompare .cloudCompareList .price [class$='-row'] > p,
	#sec_cloudCompare .cloudCompareList .price [class$='-row'] div dt {
		border-right: 2px solid #0E1C77;
	}
	#sec_cloudCompare .cloudCompareList .price .row {
		display: flex;
		flex-grow: 1;
	}
	#sec_cloudCompare .cloudCompareList .price .row .title {
		width: 404px;
		border-right: 2px solid #0E1C77;
	}
	#sec_cloudCompare .cloudCompareList .heading .title {
		width: 544px;
		border-right: 2px solid #0E1C77;
	}
	#sec_cloudCompare .cloudCompareList .heading dd {
		display: flex;
		flex-direction: column;
		padding: 16px 0 8px;
	}
	#sec_cloudCompare .cloudCompareList .heading dd img {
		height: 50px;
		margin-bottom: 6px;
	}
	#sec_cloudCompare .cloudCompareList .heading dd div {
		font-size: 18px;
		line-height: 1.3;
	}
	#sec_cloudCompare .annotation {
		max-width: 1024px;
		margin: 32px auto 0;
	}
	#sec_cloudCompare .annotation li:not(:last-of-type) {
		margin-bottom: 12px;
	}
}
#sec_cloudCompare .heading a.btn-link{
  display: block;
  padding: 0.6em 0 0.5em;
  width: 80%;
  margin: 0.4em 0;
  font-size: 16px;
}

@media (max-width: 768px) {
  #sec_cloudCompare .heading a.btn-link {
    font-size: 14px;
  }
  #sec_cloudCompare .container {
    padding: 5rem 0 4rem;
  }
  #sec_cloudCompare .cloudCompareList .heading {
    position: -webkit-sticky;
    position:         sticky;
    z-index: 5;
    top: 60px;
  }
	#sec_cloudCompare .cloudCompareList .heading,
	#sec_cloudCompare .cloudCompareList .feature,
	#sec_cloudCompare .cloudCompareList .price {
		border: 2px solid #0E1C77;
	}
	#sec_cloudCompare .cloudCompareList .heading {
		margin-bottom: 8.53vw;
	}
	#sec_cloudCompare .cloudCompareList .feature,
	#sec_cloudCompare .cloudCompareList .price {
		margin-bottom: 6.4vw;
	}
	#sec_cloudCompare .cloudCompareList .row,
	#sec_cloudCompare .cloudCompareList .price .two-row div div,
	#sec_cloudCompare .cloudCompareList .price .one-row div {
		display: flex;
		flex-wrap: wrap;
		text-align: center;
	}
	#sec_cloudCompare .cloudCompareList [class$='Name'] {
		font-size: 4.27vw;
		padding: 3.2vw 0;
		text-align: center;
	}
	#sec_cloudCompare .cloudCompareList .row dt,
	#sec_cloudCompare .cloudCompareList .price [class$='-row'] dt {
		font-size: 14px;
		width: 100%;
		padding: 1.6vw 0;
		border-top: 2px solid #0E1C77;
		border-bottom: 2px solid #0E1C77;
	}
	#sec_cloudCompare .cloudCompareList .price .two-row > div div:first-of-type dt,
	#sec_cloudCompare .cloudCompareList .price .one-row dt {
		border-top: none;
	}
	#sec_cloudCompare .cloudCompareList .row dd,
	#sec_cloudCompare .cloudCompareList .price [class$='-row'] dd {
		font-size: 14px;
		width: 50%;
		padding: 1.6vw 0;
	}
	#sec_cloudCompare .cloudCompareList dd span {
		font-size: 12px;
		line-height: 1.5;
		display: block;
	}
	#sec_cloudCompare .cloudCompareList .row dd:nth-of-type(odd),
	#sec_cloudCompare .cloudCompareList .price [class$='-row'] dd:nth-of-type(odd) {
		border-right: 2px solid #0E1C77;
	}
	#sec_cloudCompare .cloudCompareList dd.small span span {
		display: inline-block;
	}
	#sec_cloudCompare .cloudCompareList .heading dt {
		display: none;
	}
	#sec_cloudCompare .cloudCompareList .heading dd {
		padding: 0.6em 0;
	}
	#sec_cloudCompare .cloudCompareList .heading dd img {
		width: 60px;
		height: auto;
		margin-bottom: 0.4em;
	}
	#sec_cloudCompare .cloudCompareList .heading dd div {
		font-size: 12px;
	}
	#sec_cloudCompare .cloudCompareList .price [class$='-row'] > p {
		font-size: 3.73vw;
		margin: 0;
		text-align: center;
		border-top: 2px solid #0E1C77;
		border-bottom: 2px solid #0E1C77;
		background: #F6F8FA;
	}
  #sec_cloudCompare .annotation {
    font-size: 12px;
  }
  #sec_cloudCompare .annotation li {
    line-height: 1.6;
  }
}

/* /mnt/c/kuraemoncom/public_html/pad/tough/css/toughDX_style.css END */