@charset "UTF-8";

/* --------------------------------------------------------------------------------------
   リセット
--------------------------------------------------------------------------------------- */
@font-face {
	font-family: 'Yu Gothic';
	font-weight: normal;
	src: local('Yu Gothic Medium');
}

@font-face {
	font-family: 'Yu Gothic';
	font-weight: bold;
	src: local('Yu Gothic Bold');
}

@font-face {
	font-family: 'Hiragino Sans';
	font-weight: 100;
	src: local('HiraginoSans-W0');
}

@font-face {
	font-family: 'Hiragino Sans';
	font-weight: 200;
	src: local('HiraginoSans-W1');
}

@font-face {
	font-family: 'Hiragino Sans';
	font-weight: 300;
	src: local('HiraginoSans-W2');
}

@font-face {
	font-family: 'Hiragino Sans';
	font-weight: 400;
	src: local('HiraginoSans-W3');
}

@font-face {
	font-family: 'Hiragino Sans';
	font-weight: 500;
	src: local('HiraginoSans-W4');
}

@font-face {
	font-family: 'Hiragino Sans';
	font-weight: 600;
	src: local('HiraginoSans-W5');
}

@font-face {
	font-family: 'Hiragino Sans';
	font-weight: 700;
	src: local('HiraginoSans-W6');
}

@font-face {
	font-family: 'Hiragino Sans';
	font-weight: 800;
	src: local('HiraginoSans-W7');
}

@font-face {
	font-family: 'Hiragino Sans';
	font-weight: 900;
	src: local('HiraginoSans-W8');
}

@font-face {
	font-family: 'Hiragino Sans W9';
	font-weight: 900;
	src: local('HiraginoSans-W9');
}

html { font-size: 62.5%; }

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,caption,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	color: #333;
	font-family: "Helvetica Neue", Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, "Hiragino Sans", sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	/* text-align: center; */
	-webkit-text-size-adjust: 100%;
}

div,p,blockquote,li,dt,dd,pre,form,textarea,select,button,input,td,th,address,h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display: block; }

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,div,p,dl,dt,dd,ul,ol,li,table,th,td,textarea,address,h1,h2,h3,h4,h5,h6,a,time { box-sizing: border-box; }

*::before,
*::after {
	box-sizing: border-box;
	image-rendering: -webkit-optimize-contrast;
}

th,td {
	text-align: left;
	vertical-align: top;
}

a {
	color: #333;
	overflow: hidden;
}

a:hover { text-decoration: none; }

img,iframe { border: none; }

img {
	height: auto;
	image-rendering: -webkit-optimize-contrast;
	max-width: 100%;
	vertical-align: bottom;
}

table {
	border-collapse: collapse;
	font-size: 100%;
}

ol,ul,nav,menu { list-style: none; }

input { vertical-align: middle; }

address a { cursor: default; }

p,th,td,li,dt,dd { line-height: 1.8; }

svg {
	pointer-events: none;
	vertical-align: middle;
}

b, strong { font-weight: 700; }

/* --------------------------------------------------------------------------------------
  clearfix
--------------------------------------------------------------------------------------- */

.clearfix:after {
	clear: both;
	content: '';
	display: block;
}

/* --------------------------------------------------------------------------------------
   スマホ
--------------------------------------------------------------------------------------- */

@media (max-width: 979px) {

	html,body { overscroll-behavior: none; }

	/* body { font-size: 3.467vw; } */

	a:hover { text-decoration: none; }

	img {
		height: auto;
		image-rendering: inherit;
		max-width: 100%;
	}

	*::before,
	*::after { image-rendering: inherit; }

	input { vertical-align: middle; }
}




/* --------------------------------------------------------------------------------------
	common
--------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------
   ヘッダー
--------------------------------------------------------------------------------------- */

.header-pc { padding: 13px 0 20px; }

.header-pc p {
	font-size: 1.4rem;
	line-height: 1.5;
}

.header { display: none; }

.header_line {
  width: 900px;
  margin: 10px auto;
}

.header_line p {
  color: #666;
  font-size: 12px;
  text-align: center;
}

@media (max-width: 999px) {

	.header { display: block; }
	.header a { overflow: inherit; }

	.header-pc { padding: 2.667vw 0; }
	.header-pc h1 { display: none; }
	.header-pc p { margin-top: 0; }
}

/* --------------------------------------------------------------------------------------
   共通部分
--------------------------------------------------------------------------------------- */

main {
	margin-bottom: 0;
	overflow: hidden;
}

.box {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
	width: 1000px;
}

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

.banner-area { position: relative; }

.banner-area > p {
	font-size: 1.4rem;
	position: absolute;
	right: 24px;
	top: 10px;
}

.banner-area ul {
	display: flex;
	justify-content: space-between;
	margin: auto;
	padding: 40px 0;
}

.banner-area li { min-width: 480px; }

.banner-area li a {
	align-items: center;
	background: url(/lp/imgs/cam_2209paypay/icon_blank.png) no-repeat 93% center;
	display: flex;
	justify-content: center;
	padding: 22px 0;
	text-align: center;
}

.banner-area .pink a { background-color: #e3205a; }
@media (min-width: 999px) { .banner-area .pink { margin-top: 30px; } }
.banner-area .blue a { background-color: #2076c7; }

.over { transition: all .3s ease-in-out !important; }

.sp { display: none !important; }

@media (min-width: 999px) { .over:hover { opacity: .6; } }

@media (max-width: 999px) {

	.box { width: auto; }

	.pc { display: none; }

	.sp { display: block !important; }

	.banner-area > p {
		/* font-size: 3.2vw; */
		margin-bottom: -2.667vw;
		margin-right: 3.333vw;
		margin-top: 3.333vw;
		position: relative;
		right: auto;
		text-align: right;
		top: auto;
	}

	.banner-area ul {
		display: block;
		padding: 7.333vw 6.667vw;
	}

	.banner-area li {
		margin-top: 3.333vw;
		min-width: inherit;
	}

	.banner-area li:first-child { margin-top: 0; }

	.banner-area li a {
		background-position: 95% center;
		background-size: 5.333vw auto;
		padding: 6vw 0;
	}

	.banner-area li img { width: 100%; }

	.banner-area .pink a img { height: 4.533vw; }
	.banner-area .blue a img {
    height: 4.267vw;
    max-width: 70%;
  }
}

.btn-alpha {
  background-color: rgba(255, 255, 255, 0.8);
}

.contents_cv_main .btn-height {
  min-height: 63px;
}

@media screen and (min-width: 1020px) {
  .button-group .button-group__item .btn-width {
  width: 375px;
}
}

/* --------------------------------------------------------------------------------------
   フッター
--------------------------------------------------------------------------------------- */

.footer__container { display: none; }

@media (max-width: 999px) {

	.footer__container { display: block; }

	.footer__menu-bottom { text-align: left; }
}

/* --------------------------------------------------------------------------------------
	キービジュアル
--------------------------------------------------------------------------------------- */
.key-image {
	background-color: #fe0034;
	overflow: hidden;
}

.key-image .box { display: block; }

/* .key-image img {
	height: auto;
	margin-left: -340px;
	max-width: inherit;
} */

.kv-bottom-date {
  background-color: #540604;
  padding: 25px 0 25px;
}

.img-width {
  width: 1000px;
}

@media (max-width: 1019px) {

	.key-image img {
		margin-left: auto;
		max-width: 100%;
    width: 100%;
	}

  .key-image .box {
    width: 100%;
  }
}

/* --------------------------------------------------------------------------------------
	キャンペーン概要
--------------------------------------------------------------------------------------- */

.campaign-details {
	background-color: #ffdbe3;
	padding: 56px 0;
	position: relative;
	z-index: 0;
  margin-top: 50px;
}

.campaign-details::before,
.campaign-details::after {
	background: url(/lp/imgs/cam_2209paypay/campaign_details_bg.gif) no-repeat;
	background-size: cover;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 302px;
	z-index: -1;
}

.campaign-details::after {
	left: auto;
	right: 0;
	transform: scale(-1,-1);
}

.campaign-details .inner,
.requirements article {
	background-color: #fff;
	border: 1px solid#cdd6dd;
	padding: 40px;
}

.campaign-details .inner section { margin-top: 34px; }
.campaign-details .inner section:first-child { margin-top: 0; }

.campaign-details .inner section h2,
.requirements article h2 {
	border-left: 6px solid #f03;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1;
	padding-left: 15px;
}

.campaign-details .inner section p { margin-top: 14px; }

.campaign-details .inner section ul { margin-bottom: 34px; }
.campaign-details .inner section ul:last-child { margin-bottom: 0; }

.campaign-details .inner section li {
	margin-left: 1em;
	text-indent: -1em;
}

.campaign-details .inner section .list-indent {
  margin-left: 1em;
	text-indent: -1.1em;
}

.campaign-details .inner section li span { color: #f03; }

@media (max-width: 999px) {

	.campaign-details {
		background: url(/lp/imgs/cam_2209paypay/campaign_details_bg_sp.gif) no-repeat center center / cover;
		padding: 8vw 5.333vw;
    margin-top: 40px;
	}

	.campaign-details::before,
	.campaign-details::after { display: none; }

	.campaign-details .inner,
	.requirements article { padding: 6.4vw 4.4vw; }

	.campaign-details .inner section { margin-top: 5.333vw; }

	.campaign-details .inner section h2,
	.requirements article h2 {
		border-width: 1.6vw;
		/* font-size: 5.867vw; */
		padding-left: 4vw;
	}

	.campaign-details .inner section p { margin-top: 3.2vw; }

	.campaign-details .inner section ul { margin-bottom: 6vw; }
}

/* --------------------------------------------------------------------------------------
	口座開設申込の流れ
--------------------------------------------------------------------------------------- */

.flow {
	background: #f03 url(/lp/imgs/cam_2209paypay/flow_bg.gif) no-repeat center top;
	color: #fff;
	padding-bottom: 190px;
	padding-top: 54px;
}

.flow h2 {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 2px;
}

.flow h3 {
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 2px;
}

.flow h3::after {
	background-color: #fff;
	content: '';
	display: block;
	height: 6px;
	margin: 20px auto auto;
	width: 72px;
}

.flow ol {
	counter-reset: number 0;
	display: flex;
	justify-content: center;
  gap: 20px;
	margin: 40px auto auto;
	position: relative;
	z-index: 0;
}

.flow ol::after {
	background-color: #ff99ad;
	box-shadow: 0 8px 0 rgba(0,0,0,.26);
	content: '';
	height: 24px;
	left: 150px;
	position: absolute;
	top: calc(50% - 12px);
	width: 60%;
	z-index: -1;
}

.flow li {
	background-color: #fff;
	border-radius: 100vw;
	box-shadow: 5px 7px 0 rgba(0,0,0,.26);
	color: #333;
	font-size: 2.4rem;
	font-weight: 700;
	height: 232px;
	line-height: 1.5;
	padding: 0;
	text-align: center;
	width: 232px;
}

.flow li::before {
	color: #f03;
	content: 'STEP ' counter(number);
	counter-increment: number 1;
	display: block;
	font-size: 85%;
	left: auto;
	padding-right: 0;
	padding-top: 57px;
	position: relative;
	top: auto;
}

.flow li span {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 12px;
	min-height: 72px;
}

@media (max-width: 999px) {

	.flow {
		background-size: cover;
		padding: 8vw 5.333vw 62.4vw;
	}

	.flow h2 { font-size: 3.2vw; }

	.flow h3 {
		font-size: 6.4vw;
		margin-top: 0;
	}

	.flow h3::after {
		height: .8vw;
		margin-top: 2.333vw;
		width: 9.6vw;
	}

	.flow ol {
		flex-wrap: wrap;
		margin-top: 6.4vw;
	}

	.flow ol::after {
		box-shadow: 0 .8vw 0 rgba(0,0,0,.26);
		height: 3.2vw;
		left: -5.333vw;
		top: calc(50% + 22.333vw);
	}

	.flow ol::before {
		background-color: #ff99ad;
		box-shadow: 0 .8vw 0 rgba(0,0,0,.26);
		content: '';
		height: 3.2vw;
		position: absolute;
		right: -5.333vw;
		top: calc(50% - 22.333vw);
		width: 100%;
		z-index: -1;
	}

	.flow li {
		box-shadow: .667vw .933vw 0 rgba(0,0,0,.26);
		font-size: 5.333vw;
		height: 41.867vw;
		width: 41.867vw;
	}

	.flow li:nth-child(n+3) { margin-top: 2.667vw; }

	.flow li::before {
		font-size: 3.733vw;
		padding-top: 10.667vw;
	}

	.flow li span {
		margin-top: 1.6vw;
		min-height: 12.8vw;
	}
}

/* --------------------------------------------------------------------------------------
	新生銀行口座の便利なサービス／
--------------------------------------------------------------------------------------- */

.service { margin-top: -147px; }

.service article {
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 5px 8px 0 rgba(203,10,10,.3);
	padding: 50px 40px;
}

.service article h2 {
	color: #f03;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
}

.service article h3 {
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 2px;
	margin-top: 5px;
	text-align: center;
}

.service article h3::after {
	background-color: #f03;
	content: '';
	display: block;
	height: 6px;
	margin: 20px auto auto;
	width: 72px;
}

.service-inner {
	display: table;
	margin-top: 20px;
	width: 100%;
}

.service-inner .column {
	display: table-row;
	margin: auto;
}

.service-inner .column div,
.service-inner .column h4,
.service-inner .column p {
	border-top: 1px solid #cdd6dd;
	display: table-cell;
	padding: 15px 0;
	vertical-align: middle;
}

.service-inner .column:first-child div,
.service-inner .column:first-child h4,
.service-inner .column:first-child p { border-top: none; }

.service-inner .column div { width: 136px; }

.service-inner .column h4 {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 1px;
	padding-left: 32px;
}

.service-inner .column h4 strong {
	color: #f03;
	font-size: 130%;
}

.service-inner .column p { width: 420px; }
.service-inner .column p span { font-size: 75%; }

@media (max-width: 999px) {

	.service { margin-top: -54.933vw; }

	.service article {
		box-shadow: 1.467vw 1.733vw 0 rgba(203,10,10,.3);
		margin: auto 5.333vw;
		padding: 8.4vw 4.4vw;
	}

	.service article h2 { font-size: 2.667vw; }

  .service article h3 {font-size: 6.4vw; }

	/* .service article .sp-ttl h3 { font-size: 6.4vw; } */

	.service article .sp-ttl h3:first-child::after { display: none; }
	.service article .sp-ttl h3:last-child { margin-top: 0; }

	.service article h3::after {
		height: .8vw;
		margin-top: 2.333vw;
		width: 9.6vw;
	}

	.service-inner {
		display: block;
		margin-top: 1.333vw;
	}

	.service-inner .column {
		border-top: 1px solid #cdd6dd;
		display: block;
		padding: 4vw 0;
		position: relative;
	}

	.service-inner .column:first-child { border-top: none; }

	.service-inner .column div {
		border-top: none;
		display: block;
		left: 0;
		padding: 0;
		position: absolute;
		top: 4vw;
		width: 21.867vw;
	}

	.service-inner .column h4 {
		border-top: none;
		font-size: 4.267vw;
		height: 21.867vw;
		justify-content: center;
		letter-spacing: 0;
		padding-bottom: 0;
		padding-left: 28vw;
		padding-top: 0;
		text-align: center;
		width: 81vw;
	}

	.service-inner .column p {
		border-top: none;
		display: block;
		padding-bottom: 0;
		padding-top: 2.667vw;
		width: auto;
	}

	.service-inner .column p br { display: none; }
}

/* 6つの理由追加 */
.title_Area.reason {
  margin-top: 80px;
}
.title_Area.reason h2{
  font-size: 38px;
  text-align: center;
}
 .title_Area.reason h2 span{
  font-size: 48px;
}
 .result-bg {
  width: 80vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background: url("/lp/imgs/cam_welcome/contents_decoration04.png") no-repeat;
  background-size: 100% 100%;
  padding: 60px 0 100px 0;
  margin-bottom: 10px;
}
 .division_6 {
  max-width: 920px;
  margin: 0 auto;
}
 .division_6 > div {
  background-color: #ECE8E8;
  width: 32%;
  border-radius: 10px;
  box-shadow: 0px 5px 15px #00000040;
  margin: 0 0 20px;
  text-align: center;
}
 .division_6 > div p:first-child {
  text-align: center;
  padding: 25px 20px 10px 25px;
  margin: 0;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
}
 .division_6 > div p:nth-child(2) {
  font-weight: bold;
  font-size: 14px;
  padding: 20px;
}
 .division_6 > div:nth-of-type(2),
 .division_6 > div:nth-of-type(5) {
  margin: 0 2% 20px;
}

.reason-bg {
  width: 80vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-size: 100% 100%;
  padding: 30px 0 20px 0;
  margin-bottom: 10px;
}

 .reason_content {
  width: 956px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

 .reason_item_2col {
  width: 463px;
  margin: 0 7.5px 10px;
  padding: 14px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

 .reason_item_1col {
  width: 224px;
  margin: 0 7.5px 10px;
  padding: 14px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

 .red_box {
  background-color: #ffe3De;
}

 .red_box .reason_textbox {
  width: 100%;
  padding: 10px 0;
  border-radius: 2px;
  background-color: #f52a42;
}

 .red_box img {
  margin-bottom: 10px;
}

 .blue_box {
  background-color: #e5f4fe;
}

 .orange_box {
  background-color: #ffebdc;
}

 .yellow_box {
  background-color: #fff4c9;
}

 .yellow_box .reason_textbox {
  width: 100%;
  padding: 10px 0;
  border-radius: 2px;
  background-color: #e8b301;
}

 .green_box {
  background-color: #d9f5df;
}

 .pink_box {
  background-color: #ffe7f1;
}

 .pink_box .reason_textbox {
  width: 100%;
  padding: 10px 0;
  border-radius: 2px;
  background-color: #e84d91;
}

 .reason_textbox {
  margin-bottom: 15px;
}

 .reason_textbox p {
  color: #ffffff;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
}

 .reason_text {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
}

.reason-btn-area {
  margin-top: 15px;
}

.btn-reason-newtab {
  max-width: 182px;
  width: 100%;
  min-height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: auto;
  position: relative;
  font-size: 12px;
  font-weight: bold;
  border-radius: 50px;
  color: #333333;
  flex-direction: column;
  border-width: 1px;
  border-style: solid;
  opacity: 1;
  line-height: 1.4;
  padding: 4px 25px 4px 10px;
  margin-bottom: 20px;
}

img.icon-reason-newtab {
  height: 10px;
}

.btn--reason-normal.btn-reason-newtab {
  color: #333333;
  border-color: #333333;
  background-color: none;
  box-shadow: none;
}

.btn-reason-newtab:last-child {
  margin-bottom: 0;
}

.btn-reason-newtab .icon-reason-newtab {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
}

.list_under {
  text-decoration: underline !important;
}

.list_in_acd__item {
  padding: 0 0 0 16px;
}

.list_in_acd{
  margin: 10px auto !important;
}

ul.list_in_acd .list_in_acd__item::before {
  content: "・";
  display: inline;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  left: 0;
  top: -3px;
  font-weight: normal;
  line-height: 1.8;
}

ul.list_in_acd .list_in_acd__text::before {
  content: "・";
  display: inline;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  left: 0;
  top: -3px;
  font-weight: normal;
  line-height: 1.8;
}

.acd_list_out1{
  margin-bottom: 32px;
}

.acd_list_out {
  margin: 0 auto 32px;
  width: 940px;
}

.list-ordered__item {
  font-size: 13px;
}

@media screen and (max-width: 1019px) {
  .mainvisual {
    background: none;
    min-height: auto;
    margin-bottom: 0;
  }
  .mvInner {
    width: auto;
    height: auto;
  }
  .mvContent {
    position: relative;
    top: 0;
    left: 0;
  }

  .mainvisual-sp {
    position: relative;
    width: fit-content;
    margin: 0 auto;
  }

  .mainvisual-bottom_sp {
    position: absolute;
    bottom: -30%;
    left: 50%;
    transform: translateX(-50%);
  }

  .mainvisual-sp .cv_btn_position {
   top: 74.5%;
  }

  .mainvisual-sp .mainvisual-bottom_txt {
    bottom: -1%;
  }
  .mainvisual-sp .mainvisual-bottom_txt p {
    font-size: 12px !important;
  }

  .body-container {
    margin-top: 0%;
  }
  .block-h2.first {
    margin-top: -30px;
  }

  .head-group-1 {
    margin-bottom: 60px;
  }

  .entry_bg {
    background: url(/lp/imgs/cam_welcome/contents_decoration01_sp.png)  0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    min-height: 1200px;
  }

  .entry_bg_2 {
    /* background: url(/lp/imgs/cam_welcome/contents_decoration01_sp.png)  0 0; */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    /* min-height: 1200px; */
    margin: 24px calc(50% - 50vw);
    padding-bottom: 0;
  }

  .entry_step {
    width: calc(100% - 40px);
    top: 10%;
  }

  .entry_step_1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 600px;
  }

  .entry_step_2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 600px;
  }

  .entry_btn {
    margin-top: 30px;
    height: 60px;
    max-width: 500px;
    min-width: 335px;
  }

  .welcome-icon {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .welcome-num {
    width: 100%;
  }

  .cv_btn_areaa .entry_btn {
    margin-top: 20px;
  }

  .arrow {
    width: 100px;
  }

  button:hover {
    opacity: 1.0;
  }

  .cv_btn_position  {
    width: calc(100% - 40px);
  }

  .cv_btn {
    min-width: 295px;
    max-width: 420px;
    height: 40px;
    width: 100%;
  }
  .cv_btn.main-bottom-btn {
    height: 52px;
    min-height: 52px;
    width: 295px;
    min-width: 295px;
  }

  .cv_btn span, .entry_btn span {
    font-size: 14px !important;
  }

  .cv_btn_area.entry_area {
    background: url(/lp/imgs/cam_welcome/contents_decoration02_sp.png) 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 63%;
  }

  .cv_btn_area.merit_area {
    background: url(/lp/imgs/cam_welcome/contents_decoration03_sp.png) 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 63%;
  }

/* 引用部分*/
.Identity_verification img {
  width: 22vw;
}

.contentWrapp {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  }

  .margin-btn {
    margin-right: 20px;
    margin-left: 20px;
  }

  .title_text_h2,
  .wrapp_prepare p {
    font-size: 16px;
  }

  #tab-left .wrapp_prepare:nth-of-type(1) > p {
    margin-bottom: 10px;
  }
  .wrapp_prepare {
    width: 100%;
    padding: 4vw 5vw;
  }

  #tab-right .prepare > div:nth-last-of-type(odd) {
    width: 100%;
  }
  .d-table {
    display: block;
  }
  .square-image-text-card .imgWrap::after {
    width: 7.5vw;
    height: 7.5vw;
    left: 0;
    top: 0;
  }
  .btn_conversion_yellow {
    background: #f79d00;
    padding: 20px 0;
  }
  .sp_text_left {
    text-align: left;
  }
  #tab-left div:last-child div.d-table {
    align-items: center;
    margin: 0 auto 6px;
    display: flex;
    justify-content: center;
  }
  .prepare:nth-of-type(2) > div {
    padding: 3vw 0;
    background: no-repeat;
  }

  #tab-right .wrapp_prepare {
    width: 100%;
    padding: 5vw;
  }

  .wrapp_prepare:last-child {
    padding-top: 5vw;
  }

  .plus img {
    margin-top: 0;
  }
  .plus {
    width: 11vw;
    margin: 2vw auto !important;
  }

  .plus_box {
    width: 100%;
  }

  .d-flex.prepare {
    justify-content: space-between;
  }
  .prepare > div:first-child {
    margin-right: 0;
  }
  .prepare > div {
    padding: 4vw 0;
    width: 48%;
  }
  #tab-right {
    flex-wrap: wrap;
  }
  #tab-right .prepare > div {
    padding: 0;
    width: 100%;
  }
  #tab-right .prepare > div:last-child {
    padding: 4vw 2vw;
  }
  #tab-right .prepare > div:first-child {
    padding: 11.5vw 0;
  }

  #wrapp-entrykoza .square-image-text-card .square-image-text-card__item-link {
    align-items: center;
  }
  #wrapp-entrykoza .square-image-text-card .imgWrap {
    width: 28vw;
    max-width: none;
  }
  .square-image-text-card .textWrap {
    margin-right: 0;
    margin-left: 2vw;
  }
  .square-image-text-card .imgWrap__img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }
  section.typeA .tabLabel {
    padding: 3vw 2vw;
  }
  section.typeA .tabLabel span {
    font-size: 20px;
  }
  .division_6 > div p:not(:first-child) {
    padding: 2vw;
    text-align: left;
  }
  .koza_btn p {
    font-size: 14px;
  }
  .Gradation_blue.obi {
    padding: 40px 0;
  }
  section.typeA {
    margin: 32px 0 0;
  }
  .typeA .content .tab_textwrapp:nth-of-type(3) h3 {
    margin: 48px 0 32px;
  }
  section.typeA input:checked + .tabLabel + .content {
    padding: 48px 0 0;
  }
  .typeA .content .tab_textwrapp h3:nth-of-type(2) {
    margin: 48px 0 32px;
  }
  .lefttab .tab_textwrapp h3:first-child,
  .righttab .tab_textwrapp h3:first-child {
    margin: 0 0 32px;
  }
  .app_logo_shinsei {
    width: 11vw;
  }
  .square-image-text-card .imgWrap__img.step_icon {
    position: static;
    width: 18vw;
    bottom: unset;
  }
  .square-image-text-card .imgWrap {
    position: relative;
    margin-bottom: 0;
  }
  .header_line {
    width: calc(100% - 40px);
    margin: 10px auto;
  }
  .header_line p {
    color: #666;
    font-size: 12px;
    text-align: left;
  }
  .caution-block-box {
    width: calc(100% - 40px);
    margin: 10px auto;
  }

  .main-width {
    width: calc(100% - 40px);
  }
  .mvImg img {
    width: 100%;
  }

  .cp {
    margin-top: 0;
  }

  .merit {
    padding: 40px 20px 20px;
  }

  .merit-col > *:first-child {
    border-right: 0;
    border-bottom: 1px solid #e0e5e9;
  }
  .merit-col > [class^="column__"] {
    margin-bottom: 0;
  }
  .merit-col {
    padding: 30px 20px;
  }
  .merit-col__img {
    padding: 0 0 30px;
  }
  .merit-col__img  img{
    height: 160px;
  }
  .merit-col__text {
    padding: 30px 0 0;
  }

  /* 6つの理由 */
   .title_Area.reason {
    margin-top: 60px;
  }
   .title_Area.reason h2{
    font-size: 28px;
    text-align: center;
  }
   .title_Area.reason h2 span{
    font-size: 40px;
  }
   .result-bg {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background: url("/lp/imgs/cam_welcome/contents_decoration04_sp.png") no-repeat;
    background-size: 100% 100%;
    padding: 60px 20px 70px 20px;
    margin-bottom: 10px;
  }
   .division_6 {
    justify-content: space-around;
    margin-top: 0;
  }
   .division_6 > div {
    min-width: 160px;
    margin: 0 0 25px 0!important;
  }
   .division_6 > div p:first-child {
    padding: 10px;
  }
   .division_6 > div p:not(:first-child) {
    padding: 8px;
    text-align: left;
  }
   .reason-bg {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 10px;
  }
   .reason_content {
    width: 100%;
  }
   .reason_item_2col {
    width: 100%;
    margin: 0 1% 2%;
    padding: 15px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
   .reason_item_1col {
    width: 48%;
    margin: 0 1% 2%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
   .red_box .reason_textbox,  .yellow_box .reason_textbox,  .yellow_box .reason_textbox {
    padding: 8px 0;
  }
   .red_box img {
    margin-bottom: 0;
  }
   .green_box .reason-btn-area {
    margin-top: 0;
    margin-bottom: 5px;
  }
   .reason_textbox p {
    font-size: 16px;
    font-weight: bold;
  }
   .reason_text {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
  }
  .btn-reason-newtab {
    font-size: 12px;
    line-height: 14px;
    padding: 4px 20px 4px 10px;
  }
   a .btn-reason-newtab:hover {
    background-color: none;
    opacity: 0.7;
  }
  .btn-reason-newtab .icon-reason-newtab {
    right: 8px;
  }
}

  /* --------------------------------------------------------------------------------------
   応募要項
--------------------------------------------------------------------------------------- */

.requirements {
	background-color: #f5f8f9;
	padding: 54px 0;
}

.requirements article dl {
	font-size: 1.4rem;
	margin-top: 30px;
}

.requirements article dl:first-child { margin-top: 0; }

.requirements article dt { font-weight: bold; }

.requirements article dd li {
	margin-left: 1em;
	text-indent: -1em;
}

.requirements article dd li span,
.requirements article dd li strong { color: #f03; }

.requirements article dd p { margin-top: 20px; }
.requirements article dd p:first-child { margin-top: 0; }

@media (max-width: 999px) {

	.requirements { padding: 8.667vw 5.333vw; }

	.requirements article dl {
		/* font-size: 3.467vw; */
		margin-top: 5.333vw;
	}
}

 /* --------------------------------------------------------------------------------------
   ディスクレ
--------------------------------------------------------------------------------------- */

.disc-margin {
  margin: 54px auto;
  width: 1000px;
}

@media (max-width: 999px) {
  .disc-margin {
    width: auto;
    padding: 0 5.333vw;
  }
}

/* ページ上部注意文言 */
.disclaim-block-box.disc-top {
  max-width: 920px;
  margin: 20px auto;
}
@media screen and (max-width: 1019px) {
  .disclaim-block-box.disc-top {
   width: calc(100% - 20px);
  }
}


