@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

/*　Reset
-------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	zoom: 1;
	box-sizing:border-box;
	font-size: 100%;
}

html {
	overflow-y: scroll;
}
body {
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	width:100%;
	font-size: 100%;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* th and td still need 'cellspacing="0"' in the markup */
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align:top;
}

/*-- Regular tyles!--*/

img {
	vertical-align:bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}

a:link, a:visited {
	color: #333;
}

a:hover {
	color:#ccc;
}

.c-fw-bold { 
	font-weight:bold;
}


/* フォント */
sup,
sub {vertical-align:baseline; position:relative;font-size:0.76em;}
sup {top: -3px;}
sub {top: 3px;}
.c-text-red {color:#D61B3E;}


/* テキスト*/

h1, h2, h3, h4, h5 {
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}

.c-c-mincho {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
} 

.c-text-center {
	text-align: center;
}

.c-text-right {
	text-align: right;
}

.c-text-left {
	text-align: justify;
}

.c-text-underline {
	text-decoration: underline;
}

@media (min-width:768px) { 
	.c-text-md-center {
		text-align:center;
	}
}

@media only screen and (min-width: 950px),print { 
	.c-text-lg-center {
		text-align: center;
	}
	
	.c-text-lg-left {
		text-align: justify;
	}
	
	.c-text-lg-right {
		text-align: right;
	}
}

.c-palt {
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}

/*余白*/


.c-mt-m {
	margin-top: 20px !important;
}

.c-mt-l {
	margin-top: 30px;
}

.c-mt-ll {
	margin-top: 30px;
}

@media screen and (min-width:768px) {
	
	.c-mt-m {
		margin-top: 70px !important;
	}
	
	.c-mt-l {
		margin-top: 100px;
	}
	
	.c-mt-ll {
		margin-top: 130px;
	}
	
}

@media only screen and (max-width:949.9px) {
	.c-mt-sp-0 { margin-top: 0 !important;}
	.c-mt-sp-10 { margin-top: 10px; }
	.c-mt-sp-15 { margin-top: 15px; }
	.c-mt-sp-20 { margin-top: 20px; }
	.c-mt-sp-25 { margin-top: 25px; }
	.c-mt-sp-30 { margin-top: 30px; }
	.c-mt-sp-40 { margin-top: 40px; }
	.c-mt-sp-50 { margin-top: 50px; }
	.c-mt-sp-60 { margin-top: 60px; }
	.c-mt-sp-70 { margin-top: 70px; }
	.c-mt-sp-80 { margin-top: 80px; }
	.c-mt-sp-90 { margin-top: 90px; }
	.c-mt-sp-100 { margin-top: 100px; }
}

@media only screen and (min-width: 950px),print { 
	.c-pt-m { padding-top:80px; }
	.c-pb-m { padding-bottom:80px; }
	.c-mt-lg-0 { margin-top: 0 !important;}
	.c-mt-lg-10 {margin-top: 10px;}
	.c-mt-lg-15 {margin-top: 15px;}
	.c-mt-lg-20 {margin-top: 20px;}
	.c-mt-lg-25 {margin-top: 25px;}
	.c-mt-lg-30 {margin-top: 30px;}
	.c-mt-lg-35 {margin-top: 35px;}
	.c-mt-lg-40 {margin-top: 40px;}
	.c-mt-lg-45 {margin-top: 45px;}
	.c-mt-lg-50 {margin-top: 50px;}
	.c-mt-lg-60 {margin-top: 60px;}
	.c-mt-lg-70 {margin-top: 70px;}
	.c-mt-lg-80 {margin-top: 80px;}
	.c-mt-lg-90 {margin-top: 90px;}
	.c-mt-lg-100 { margin-top: 100px; }
	.c-mt-lg-110 { margin-top: 110px; }
	.c-mt-lg-120 { margin-top: 120px; }
}


/*フォントサイズ*/

.c-fs-15 {font-size:12px;line-height:1.5em;}
.c-fs-16 {font-size:13px;line-height:1.5em;}
.c-fs-17 {font-size:14px;line-height:1.7em;}
.c-fs-18 {font-size:14px;line-height:1.7em;}
.c-fs-20 {font-size:18px;line-height: 1.5em;}
.c-fs-22 {font-size:19px; line-height:1.3em;}
.c-fs-24 {font-size:18px; line-height:1.3em;}
.c-fs-26 {font-size:20px; line-height:1.3em;}
.c-fs-30 {font-size:20px; line-height:1.3em;}

@media screen and (min-width:950px) {
	.c-fs-15 {font-size:15px;line-height:1.5em;}
	.c-fs-16 {font-size:16px;}
	.c-fs-17 {font-size:17px;}
	.c-fs-18 {font-size:18px;}
	.c-fs-20 {font-size:20px;}
	.c-fs-22 {font-size:22px; line-height:1.3em;}
	.c-fs-24 {font-size:25px; line-height:1.3em;}
	.c-fs-26 {font-size:26px; line-height:1.3em;}
	.c-fs-30 {font-size:30px; line-height:1.3em;}
}

.att01 {
	line-height:1.4em !important;
}

.att01 dd {
	margin-top:-1.4em;
	padding-left:1.6em;
}

a {
	text-decoration: none;
}

.c-ls-0 {
	letter-spacing: 0!important;
}

/*display*/


.c-d-none {
	display:none;
}

.c-d-inline {
	display: inline;
}

.c-d-iblock {
	display: inline-block;
}

.c-flex-reverse {
	flex-direction: row-reverse;
}

@media screen and (min-width:758px) {
	.c-d-md-block {
		display: block;
	}
	.c-d-md-iblock {
		display: inline-block;
	}
	.c-d-md-none {
		display: none;
	}
	.c-d-md-flex {
		display: flex;
	}

}

@media screen and (min-width:950px) {
	
	.c-d-lg-block {
		display:block !important;
	}
	.c-d-lg-none {
		display: none;
	}
	
	.c-d-lg-flex {
		display: flex;
	}
	
	.c-d-lg-inline {
		display: inline;
	}
	

}

/*　タイアップサイト用
-------------------------------------------------*/
@media screen and (min-width:768px) {
	body {
	  text-align:center;
	}
}

body {
	text-align:center;
}

#tieup {
  border-bottom:1px solid #ddd;
  text-align:center;
  color:#000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight:400;
  font-size:15px;
  line-height:1.8em;
  width:100%;
  overflow-x:hidden;	
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}


@media all and (-ms-high-contrast:none){
  #tieup { 
	  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	  font-size: 15px;
   } 
}

@media screen and (min-width:950px) {
	#tieup {
		font-size:17px;
	}
}

#tieup a:link,
#tieup a:visited {
  color:#030303;
}

#tieup a:link {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -khtml-opacity: 1;
  -moz-opacity: 1;
  transition:0.5s
}

#tieup * {
	box-sizing: border-box;
}

#tieup a:hover {
  text-decoration:none;
  color:#666;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  transition:0.5s;
}


img {
	max-width:100%;
	height: auto;
}



/*　フッター
----------------------------------------------------------*/

.c-footer {
	background: #F6F6F6;
	padding:35px 0;
}

@media screen and (min-width:768px) {
	
	.c-footer {
		padding: 100px 0;
	}
	
}

.c-footer-ttl-01 {
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
	font-size: 22px;
} 


@media screen and (min-width:768px) {
	
	.c-footer-ttl-01 {
		font-size: 30px;
	}
	
}

/* .c-footer-related */

.c-footer-related-item {
	margin-top: 10px;
	background: #FFF;
}

.c-footer-related-item a {
	display: block;
	width: 100%;
	text-decoration: none;
}

.c-footer-related-item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c-footer-related-item-img {
    width: 100px;
	height: 100px;
}

.c-footer-related-item-txt {
    width: calc(100% - 100px);
    box-sizing: border-box;
    padding: 10px 22px 10px 17px;
    font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	position: relative;
	text-align: left;
}

.c-footer-related-item-txt:after {
	content: "";
	width: 10px;
	height: 20px;
	background: url("icn-arrow-right.svg") no-repeat center center;
	background-size: contain;
	position: absolute;
	top: calc(50% - 10px);
	right: 8px;
}

@media screen and (min-width:768px) {
	
	.c-footer-related-item + .c-footer-related-item {
		margin-top: 20px;
	}
}

/* 各回サムネ設定 */


.c-footer-related-item-img--kikuchib {
	background: url("/atclh/ONB/25/ricoh_invention/related_kikuchib_sp.jpg") no-repeat center center;
	background-size: cover;
}

@media screen and (min-width:768px) {
	.c-footer-related-item-img--kikuchib {
		background:url("/atclh/ONB/25/ricoh_invention/related_kikuchib_pc.jpg") no-repeat right center;
		background-size: cover;
	}
}

.c-footer-related-item-img--kikuchix {
	background: url("/atclh/ONB/25/ricoh_invention/related_kikuchix_sp.jpg") no-repeat center center;
	background-size: cover;
}

@media screen and (min-width:768px) {
	.c-footer-related-item-img--kikuchix {
		background:url("/atclh/ONB/25/ricoh_invention/related_kikuchix_pc.jpg") no-repeat right center;
		background-size: cover;
	}
}

.c-footer-related-item-img--irisa {
	background: url("/atclh/ONB/25/ricoh_invention/related_irisa_sp.jpg") no-repeat center center;
	background-size: cover;
}

@media screen and (min-width:768px) {
	.c-footer-related-item-img--irisa {
		background:url("/atclh/ONB/25/ricoh_invention/related_irisa_pc.jpg") no-repeat right center;
		background-size: cover;
	}
}


.c-footer-related-item-img--umezu {
	background: url("/atclh/ONB/25/ricoh_invention/related_umezu_sp.jpg") no-repeat center center;
	background-size: cover;
}

@media screen and (min-width:768px) {
	.c-footer-related-item-img--umezu {
		background:url("/atclh/ONB/25/ricoh_invention/related_umezu_pc.jpg") no-repeat right center;
		background-size: cover;
	}
}

.c-footer-related-item-img--takamatsu {
	background: url("/atclh/ONB/25/ricoh_invention/related_takamatsu_sp.jpg") no-repeat center center;
	background-size: cover;
}

@media screen and (min-width:768px) {
	.c-footer-related-item-img--takamatsu {
		background:url("/atclh/ONB/25/ricoh_invention/related_takamatsu_pc.jpg") no-repeat right center;
		background-size: cover;
	}
}

.c-footer-related-item-img--takahashi {
	background: url("/atclh/ONB/25/ricoh_invention/related_takahashi_sp.jpg?20260119") no-repeat center center;
	background-size: cover;
}

@media screen and (min-width:768px) {
	.c-footer-related-item-img--takahashi {
		background:url("/atclh/ONB/25/ricoh_invention/related_takahashi_pc.jpg?20260119") no-repeat right center;
		background-size: cover;
	}
}

.c-footer-related-item-img--nagahisa {
	background: url("/atclh/ONB/25/ricoh_invention/related_nagahisa_sp.jpg") no-repeat center center;
	background-size: cover;
}

@media screen and (min-width:768px) {
	.c-footer-related-item-img--nagahisa {
		background:url("/atclh/ONB/25/ricoh_invention/related_nagahisa_pc.jpg") no-repeat right center;
		background-size: cover;
	}
}

.c-footer-related-item-img--asaka {
	background: url("/atclh/ONB/25/ricoh_invention/related_asaka_sp.jpg") no-repeat center center;
	background-size: cover;
}

@media screen and (min-width:768px) {
	.c-footer-related-item-img--asaka {
		background:url("/atclh/ONB/25/ricoh_invention/related_asaka_pc.jpg") no-repeat right center;
		background-size: cover;
	}
}

.c-footer-related-item-img--wakinaga {
	background: url("/atclh/ONB/25/ricoh_invention/related_wakinaga_sp.jpg") no-repeat center center;
	background-size: cover;
}

@media screen and (min-width:768px) {
	.c-footer-related-item-img--wakinaga {
		background:url("/atclh/ONB/25/ricoh_invention/related_wakinaga_pc.jpg") no-repeat right center;
		background-size: cover;
	}
}
@media screen and (min-width:768px) {

	.c-footer-related-item a {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.c-footer-related-item-img {
		width: 26%;
		height: 120px;
	}
	
	.c-footer-related-item-txt {
		width: 74%;
		box-sizing: border-box;
		padding: 0 50px 0 30px;
		font-size: 20px;
	}
	
	.c-footer-related-item-txt:after {
		width: 15px;
		height: 30px;
		top: calc(50% - 15px);
		right: 20px;
	}	
}


@media screen and (max-width:767px) {
	
	.c-footer-related-item-img {
		display:flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
	}
	
	.c-footer-related-item-img img {
		width: 110%;
		max-width: 110%;
	}
}

/* フッター　企業ロゴ */

.c-footer-logoRicoh {
	text-align: center;
	padding-top: 40px;
	width: 50%;
	max-width: 240px;
	margin: 0 auto;
}

@media screen and (min-width:768px) {
	
	.c-footer-logoRicoh {
		padding-top: 50px;
	}
}


/* フッター　創造力ロゴ */

.c-footer-link-sozo {
	padding-top: 40px;
	text-align: center;
}

.c-footer-link-sozo a {
	text-decoration: none;
}

.c-footer-link-sozo img {
	width: 80%;
	max-width: 300px;
	margin-bottom: 5px;
}

@media screen and (min-width:768px) {
	
	.c-footer-link-sozo {
		padding-top: 60px;
	}
}


/*　誘導リンク
----------------------------------------------------------*/

.c-link {
	text-align: center;
	padding: 30px 20px;
}

.c-link-btns {
	margin: 0 auto;
	width: 90%;
	max-width: 500px;
}

.c-link-btns > li > a {
	background: #D61B3E;
	color: #FFFFFF !important;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	min-height: 50px;
    box-sizing: border-box;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.2;
}

.c-link-btns-lsnarrow {
    letter-spacing: -0.05em;
}

.c-link-btns > li:not(:first-child) {
	margin-top: 10px;
}

@media screen and (min-width:768px) {
	
	.c-link {
		padding: 100px 20px;
	}
	
	.c-link-btns > li > a {
		height: 70px;
		font-size: 20px;
	}
	
	.c-link-btns > li:not(:first-child) {
		margin-top: 20px;
	}
	
}

/*　リード
----------------------------------------------------------*/

.c-lead {
	padding-top:30px;
	font-weight: bold;
}

@media screen and (min-width:768px) {
	
	.c-lead {
		padding-top:40px;
		padding-bottom: 30px;
		text-align: left;
	}
	
}




/*　枠組み
----------------------------------------------------------*/

.c-container {
	box-sizing: content-box;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
	text-align: justify;
	line-height: 1.8;	
}

.c-box-XX--ttlLeft,
.c-box-XX--ttlRight {
	margin-top: 30px;
}

@media screen and (min-width:768px) {

	.c-container {
		padding-left: 80px;
		padding-right: 80px;
		max-width: 1100px;
	}
	
	.c-box-2clm {
		width: calc(100% + 55px);
		display: flex;
		justify-content: space-between;
		position: relative;
	}
	
	.c-box-2clm--textLeft {
		margin-right: -55px;
	}
	
	.c-box-2clm--textRight {
		margin-left: -55px;
		flex-direction: row-reverse;
	}
	
	.c-ttl-en {
		position: absolute;		
		width: 100%;
		transform: rotate(90deg); 
		transform-origin: left top; 
	}
	
	.c-box-XX--ttlLeft,
	.c-box-XX--ttlRight {
		padding-top: 80px;
		margin-top: 100px;
	}
	
	.c-box-XX--ttlLeft .c-ttl-en {
		left: -15px;
		bottom:calc(100% - 40px);
	}
	
	.c-box-XX--ttlLeft .c-ttl-en.c-ttl-en--2line {
		left: -10px;
	}
	
	.c-box-XX--ttlRight .c-ttl-en {
		position: absolute;
		left: calc(100% + 65px);
		bottom:calc(100% - 40px);
	}	
	
}  

@media screen and (min-width:1200px) {
	
	.c-container {
		padding-left: 150px;
		padding-right: 150px;
	}
	
	.c-box-2clm {
		width: calc(100% + 125px);
	}
	
	.c-box-2clm--textLeft {
		margin-right: -125px;
	}
	
	.c-box-2clm--textRight {
		margin-left: -125px;
	}
	
	.c-box-XX--ttlLeft .c-ttl-en {
		left: -60px;
		bottom:calc(100% - 60px);
	}
	.c-box-XX--ttlLeft .c-ttl-en.c-ttl-en--2line {
		left: -40px;
	}
	.c-box-XX--ttlRight .c-ttl-en {
		left: calc(100% + 125px);
		bottom:calc(100% - 60px);
	}	

}

.c-box-1clm {
	position: relative;
}

@media screen and (min-width:950px) {
	.c-box-1clm {
		max-width: 750px;
		margin-left: auto;
		margin-right: auto;
	}
}

.c-w-850 {
	max-width: 850px;
}

.c-ttl-en {
	font-family: "Outfit", sans-serif;
	color: #D61B3E;
	font-weight: 800;
	display: inline-block;
	line-height: 1;
}

.c-box-2clm-img {
	padding-top: 30px;
}
.c-ttl-en img {
	max-width: 80%;
}

@media screen and (min-width:768px) {
	
	.c-ttl-en {
		font-size: 45px;
	}
		
	.c-box-2clm-txt {
		width: 51%;
	}
	
	.c-box-2clm-img {
		width: 42%;
		padding-top: 5px;
	}
	
	.c-ttl-en.c-ttl-en--2line {
		font-size: 35px;
		line-height: 1;
	}
}


@media screen and (min-width:1100px) {
	
	.c-ttl-en {
		font-size: 65px;
	}
	
}

/*　テキスト
----------------------------------------------------------*/

/*　見出し */

.c-ttl-01 {
	font-weight: bold;
	line-height: 1.4;
	font-size: 24px;
}

@media screen and (min-width:768px) {
	
	.c-ttl-01 {
		font-size: 30px;
	}

}

.c-ttl-02 {
	font-weight: bold;
	line-height: 1.4;
	font-size: 110%;
}

.c-ttl-02:not(:first-child) {
	margin-top: 2em;
}

.c-ttl-03 {
	font-weight: bold;
	line-height: 1.4;
	font-size: 110%;
    color:#D61B3E;
}

@media screen and (min-width:768px) {
    
    .c-ttl-03 {
        font-size: 25px;
    }
}

.c-honbun-01:not(:first-child) {
	margin-top: 1.5em;
}

.c-ttl-02 + .c-honbun-01 {
	margin-top: 0.5em;
}

.c-caption {
	font-size: 85%;
	line-height: 1.3;
	color: #666;
	margin-top: 0.8em;
}


.c-caption-xs {
    font-size: 70%;
    line-height: 1.3;
    color: #666;
    margin-top: 8px;
}

/* プロフィール */

.c-profile {
	line-height: 1.3;
	text-align: center;
}

.c-profile-class {
	padding: 10px 0 5px;
	font-size: 90%;
}

.c-profile-img {
}

.c-profile-img img {
	width: 65%;
	max-width: 350px;
}

.c-profile-name {
	font-size: 16px;
}

.c-profile-name strong {
	font-size: 125%;
	letter-spacing: 0.1em;
	display: inline-block;
	margin-right: 5px;
}

@media screen and (min-width:768px) {
	
	.c-profile {
		text-align: left;
	}
	
	.c-profile-class {
		padding: 15px 0 5px;
	}
	
	.c-profile-name {
		font-size: 19px;
	}
	
	.c-profile-img img {
		width: 100%;
		max-width: inherit;
	}
	
}


/*　画像
-------------------------------------------------*/

img {
	width: 100%;
}

.c-mw-750 {
	max-width: 750px;
}

.c-mw-650 {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}

.c-mw-530 {
	max-width: 530px;
	margin-left: auto;
	margin-right: auto;
}



/*　キービジュアル
-------------------------------------------------*/

.c-mainv {
	text-align: center;
	background: url("mainv_bg.png") no-repeat center center;
	background-size: auto 100%;
}

.c-mainv h1 img {
	max-width: 1100px;
}


@media screen and (max-width:767.9px) {
	.c-mainv {
		padding-bottom: 60px;
		background: url("mainv_bg_sp.png") no-repeat center bottom;
		background-size: 100% auto;
	}

}

/*　ヘッダー
-------------------------------------------------*/

.c-header {
	text-align: center;
	padding: 15px 0 16px 0;
}

.c-header-logo {
	width: 35%;
	max-width: 246px;
}


/*　囲み（初出：NXT/ricoh/0620/）
-------------------------------------------------*/

.c-kakomi {
    border: 2px solid #D61B3E;
    padding: 15px 20px;
}

.c-kakomi-ttl {
    color: #D61B3E;
    font-weight: bold;
    font-size: 110%;
    line-height: 1.3;
    margin-bottom: 0.5em;
}

.c-kakomi-link {
    text-align: right;
    padding-top: 5px;
}

.c-kakomi-link a {
    text-decoration: underline;
}
@media screen and (min-width:768px) {
    
    .c-kakomi {
        width: calc(100% + 94px);
        padding: 35px 45px;
        margin-left: -47px;
        marign-right:-47px;
    }
    
    .c-link--kakomishita {
        padding-top: 55px;
    }
}


/*　サーベイ（初出：NXT/ricoh/0620/）
-------------------------------------------------*/

.c-survey {
    border: 1px solid #ddd;
}

.v3theme-fixed-container.banner {
    display: none;
}

.c-survey-txt {
    margin: 10px 25px 30px 25px;
    text-align: left;
    font-size: 90%;
    line-height: 1.4;
}

@media screen and (min-width:768px) {
    .c-survey {
        max-width: 850px;
        margin: -50px auto 0 auto;
    } 
    
    .c-survey-txt {
        max-width: 850px;
        margin: 15px auto 80px auto;
    } 
}