<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 640px) {
  body {
    overflow-x: hidden;
  }
}

@media (min-width: 641px) {
  .c5-spOnly {
    display: none;
  }
}

@media (max-width: 640px) {
  .c5-pcOnly {
    display: none;
  }
}

#pagebody .c5-detail-title-img img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

@media (max-width: 640px) {
  #pagebody .c5-detail-title-img img {
    height: auto;
  }
}

.mod-mainContentContainer.ex-mainContentContainer-hasCategoryNav {
  padding-top: 20px;
}

@media (max-width: 640px) {
  .mod-mainContentContainer.ex-mainContentContainer-hasCategoryNav {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.mod-casestudy-detail-profile {
  margin: 30px 0;
  padding: 25px;
  background: #f0f0f0;
}

#container #pagebody {
  width: 950px;
  margin-top: 20px;
  min-height: 0;
  text-align: left;
}

.c5-detail-title {
  color: #000;
  padding: 2%;
  float: left;
}

.c5-heading1 {
  font-size: 28px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}

@media (max-width: 640px) {
  .c5-heading1 {
    font-size: 1.692em;
  }
}

.c5-general--pt20 {
  padding-top: 20px;
}

.c5--alignRight {
  text-align: right !important;
}

.report-detail-box h3 span {
  margin: 0 0 30px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(0%, #c9e2f3));
  background: -webkit-linear-gradient(transparent 75%, #c9e2f3 0%);
  background: -o-linear-gradient(transparent 75%, #c9e2f3 0%);
  background: linear-gradient(transparent 75%, #c9e2f3 0%);
  font-size: 1.5em;
  font-weight: 400;
  color: #000;
  line-height: 1.8;
}

@media (max-width: 640px) {
  .report-detail-box h3 span {
    font-size: 19px;
  }
}

.mod-casestudy-detail-profile,
.sample-detail-box-text {
  font-size: 1.2em;
  line-height: 1.8;
  font-weight: normal;
  margin-bottom: 40px;
}

.sample-detail-box-text p {
  margin-top: 0;
}

@media (max-width: 640px) {

  .mod-casestudy-detail-profile,
  .sample-detail-box-text {
    line-height: 1.9;
    font-size: 110%;
  }
}

@media (min-width: 641px) {
  .mod-casestudy-detail-profile .c5-row--col2 .c5-row__col {
    margin-bottom: 0;
  }
}

@media (max-width: 640px) {
  .sample-detail-box-text *[class*="c5-fl_"] {
    float: none;
    /*margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 1em !important;
    width: 100%;*/
  }
}

.c5-mv_text {
  color: #fff;
  background-color: #64a9d9;
  padding: 20px;
  font-size: 1.17em;
  line-height: 1.5;
}

.mod-sample-block .sample-detail-box p.catch-txt {
  margin: 30px 0;
  padding: 5px 8px;
  line-height: 1.8;
  font-size: 1.2em;
  font-weight: normal;
  background: #F0F0F0;
  border: none;
}

p.catch-txt {
  padding: 25px !important;
  display: inline-block;
}

.c5-left-img {
  float: left;
  padding: 0 !important;
  margin: 7px 1.5% 3% 0%;
}

p.catch-txt span {
  width: 700px;
  float: left;
}

.catch-txt_name {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 15px;
}

.mod-sample-block .sample-detail-box.c5-sample-detail-exp {
  margin: 30px 0 0 0;
  padding: 25px;
  background-color: #9ad6de;
}

.mod-sample-block .sample-detail-box.c5-sample-detail-exp .exp_text {
  margin: 0;
  font-size: 1.2em;
  line-height: 1.8;
  width: 65%;
}

.mod-sample-block .sample-detail-box.c5-sample-detail-exp .exp_text b {
  font-size: 1.25em;
}

.c5-fl_r {
  float: right;
}

.c5-fl_l {
  float: left;
}

.c5-mtb_20 {
  margin: 20px 0;
}

.c5-inline {
  display: inline-block;
}

.m0a {
  margin: 0 auto;
}

.c5-notes {
  text-align: center;
  font-size: 0.8em;
  margin-top: 5px;
}

.c5-row {
  letter-spacing: -.5em;
}

.c5-row__col {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
}

.c5-row--col2 .c5-row__col {
  padding: 0 10px;
  margin-bottom: 20px;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c5-mr10 {
  margin-right: 10px;
}


@media (max-width: 640px) {
  .c5-row--col2 .c5-row__col {
    padding: 0;
    width: 100%;
  }

  .c5-row--col2 .c5-row__col img {
    width: 100%;
  }

  .c5-row--col2 .c5-row__col:last-child {
    margin-bottom: 0;
  }
}

.c5-ta-c {
  text-align: center !important;
}

.c5-ta-l {
  text-align: left !important;
}

.c5-ta-r {
  text-align: right !important;
}

.c5-mt-10 {
  margin-top: 10px !important;
}

.c5-mt-40 {
  margin-top: 40px !important;
}

.c5-mt-80 {
  margin-top: 80px !important;
}

@media (max-width: 640px) {
  #ex-sonybsc img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  a[href$=".pdf"] {
    display: inline-block;
    margin-bottom: 10px;
  }

  .c5-sp_ta-l {
    text-align: left !important;
  }
}

.c5-block {
  display: table;
  margin: 0 auto;
}

.c5-block-element {
  display: table-cell;
  max-width: 300px;
  padding: 20px;
  text-align: center;
}

.c5-comments {
  font-size: 0.7em;
  margin-top: 10px;
  display: inline-block;
}

@media (max-width: 640px) {
  .c5-block-element {
    display: block;
    width: auto;
  }
}

/*20190522*/
.c5-container {
  display: flex;
  justify-content: space-between;
}

.c5-left {
  width: 700px;
}

.c5-right {
  width: 400px;
  margin-left: 10px;
}

.mod-casestudy-detail-profile2 {
  max-width: 600px;
  margin: 0 auto;
  padding: 25px;
  border: 2px solid #cccccc;
}

.c5-no-break {
  white-space: nowrap;
  display: inline-block;
}

@media (max-width: 640px) {
  .c5-left {
    width: auto;
  }

  .c5-container {
    flex-direction: column;
  }

  .c5-right {
    margin: 20px auto 0 auto;
    width: auto;
  }

  .c5-no-break {
    white-space: normal;
    display: inline;
  }
}

/*郢晢ｽｬ郢ｧ�ｹ郢昜ｻ｣縺帷ｹ晁侭縺夂ｹ晢ｽｧ郢晢ｽｳ隴ｬ�ｪ陟台ｸ茨ｽｼ螟ゑｽ､�ｾ*/
.c5-left-lespace {
  width: 800px;
}

.c5-right-lespace {
  width: 300px;
  margin-left: 20px;
}

.c5-comments-lespace {
  font-size: 0.7em;
  margin-top: 10px;
  text-align: center;
  display: inherit;
}

@media (max-width: 640px) {
  .c5-right-lespace {
    margin: 20px auto 0 auto;
    width: auto;
  }

  .c5-left-lespace {
    width: auto;
  }
}

.c5-iconBox li {
  letter-spacing: normal;
  display: inline-block;
  margin: 2px;
  color: #2f353d;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 8px;
  line-height: 1;
  background: #f0f0f0;
}

.c5-iconBox ul {
  padding: 0;
}

@media (max-width: 767px) {
  .c5-iconBox li {
    font-size: .85714rem;
  }
}

.c5-teletech-box {
  display: flex;
  justify-content: space-between;
}

.c5-teletech-box-img {
  margin-left: 20px;
}

.c5-img-notes {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 0.7em;
}

@media (max-width: 767px) {
  .c5-teletech-box {
    display: block;
  }

  .c5-teletech-box-img {
    text-align: center;
  }
}

/*郢晢ｿｽﾎ樒ｹ晢ｿｽ繝｣郢ｧ�ｯ*/
.c5-box-left {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .c5-box-left {
    margin-right: 0;
    text-align: center;
  }
}

.c5-ttl_non .s5-header2 {
  display: none;
}

.c5-mv_img {
  position: relative;
}

.c5-mv_img .c5-mv_imglayer {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 15px;
  background-color: rgba(131, 131, 131, .8);
  color: #fff;
  font-size: 30px;
  line-height: 1.5;
}

.c5-mv_text.ver_gray {
  background-color: #f0f0f0;
  color: #2f353d;
}

.c5-sub_text.ver_gray {
  background-color: #f0f0f0;
  color: #2f353d;
}

@media (min-width: 641px){
  .c5-mv_text.ver_gray--col2 {
    padding: 20px 80px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .c5-mv_text.ver_gray--col2 .c5-container {
    flex: 1;
  }
  .c5-mv_text.ver_gray--col2 .c5-container p {
    margin: 0 auto;
    max-width: 600px;
  }
}

.c5-mv_text.ver_gray--col2 .c5-member {
  max-width: 45%;
}

.report-detail-box h3 span.ver_gray {
  background: -webkit-linear-gradient(transparent 75%, #ddd 0%);
  background: linear-gradient(transparent 75%, #ddd 0%);
}

.c5-imgcol {
  display: flex;
  justify-content: space-between;
}

.c5-imgcol img {
  max-width: 100%;
  height: auto;
}

.c5-imgcol&gt;div {
  flex: 0 1 48%;
}

.c5-col_products {
  display: flex;
  margin: 60px 0 0 0;
  justify-content: space-between;
}

.c5-col_products&gt;div {
  flex: 0 1 48%;
}

.c5-col_products img {
  max-width: 100%;
  height: auto;
}

.c5-col_productsImg {
  display: flex;
  align-items: center;
}

.c5-col_productsImg .figure {
  margin-right: 20px;
  flex: 0 1 50%;
}

.c5-col_productsImg .txt {
  flex: 1;
}

.c5-fltImg_r {
  float: right;
  margin: 0 0 20px 20px;
  max-width: 45%;
}

.c5-fltImg_r img {
  max-width: 100%;
}

.c5-member img {
  width: 100%;
}

.c5-sp {
  display: none;
}

.c5-mw100 {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .c5-mv_text.ver_gray--col2 .c5-member {
  	max-width: initial;
  }
  .c5-mv_img .c5-mv_imglayer {
    font-size: 3.5vw;
    padding: 1.2vw;
  }

  .c5-imgcol {
    display: block;
  }

  .c5-imgcol .figure {
    text-align: center;
  }

  .c5-imgcol&gt;div:not(:last-child) {
    margin-bottom: 30px;
  }

  .c5-col_products {
    display: block;
  }

  .c5-col_products&gt;div:not(:last-child) {
    margin-bottom: 30px;
  }

  .c5-fltImg_r {
    float: none;
    max-width: none;
    margin: 20px 0;
  }

  .c5-sp {
    display: block;
  }

  .c5-pc {
    display: none;
  }
}


.c5-movie-box2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 10px !important;
}

.c5-movie-box2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.c5-2col-img {
    display: flex;
    justify-content:center;
    width: 100%;
	gap: 30px;
}
.c5-2col-img__images img{
		width:100%;
}
.c5-cs_colswrap {
  overflow: hidden;
}
.c5-cs_cols {
  display: flex;
}
.c5-cs_floatimg_r {
  float: right;
  margin: 0 0 20px 40px;
  max-width: 400px;
}

.c5-cs_floatimg_l {
  float: left;
  margin: 0 40px 20px 0;
  max-width: 400px;
}

.c5-cs_floatimg_l , .c5-cs_floatimg_r {
	img {
		max-width: 100%;
	}
}
@media screen and (min-width: 768px) {
  .c5-cs_cols.pc_reverse {
    flex-direction: row-reverse;
  }
  .c5-cs_cols.pc_reverse .c5-cs_cols__img {
    margin-left: 0;
    margin-right: 40px;
  }
}
.c5-cs_cols__text {
  flex: 0 1 56%;
}
.c5-cs_cols__img {
  margin-left: 40px;
  flex: 0 1 400px;
}
.c5-cs_cols__caption {
  font-size: 12px;
  padding-top: 10px;
  line-height: 1.4;
  margin-bottom: 0 !important;
}
.c5-cs_subsection {
	margin-bottom: 50px;
}
.c5-max-height img {
	max-height: 620px;
}
@media screen and (max-width: 767px) {
    .c5-2col-img {
        display: block;
        text-align: center;
    }
	.c5-cs_colswrap {
    display: flex;
    flex-wrap: wrap;
    + p,
    + .c5-cs_colswrap {
      margin-top: 30px !important;
    }
	}
	.c5-cs_floatimg_r,
    .c5-cs_floatimg_l {
   		float: none;
  		margin: 20px auto 0 auto;
   		order: 1;
   		max-width: 500px;
    }
	.c5-cs_cols {
    	display: block;
    }
    .c5-cs_cols + p,
    .c5-cs_cols + * {
    	margin-top: 40px;
    }
    .c5-cs_cols__img {
    	margin: 24px 0 0 0;
    	text-align: center;
    }
    .c5-is__pc {
    	display: none;
    }
    .c5-is__sp {
    	display: block;
    }
	.c5-cs_subsection {
    	margin-bottom: 40px;
    }
	.c5-max-height img {
		max-height: unset;
	}
}</pre></body></html>