@charset "utf-8";

.teikeitokuten article {
	max-width: 980px;
	width: 100%;
	margin: auto;
}
.teikeitokuten article h1 {
	font-size: 24px;
	line-height: 1.3;
	background: #EB6D8E;
	color: #FFFFFF;
	padding: 15px 3%;
}
.teikeitokuten article h1 > span {
	font-size: 14px;
}
.teikeitokuten #header header {
	height: auto;
	display: block;
	padding: 0;
}
.teikeitokuten #header header .header_title {
	width: 100%;
	margin: 23px 0;
	padding: 0;
	display: block;
}
.teikeitokuten #header header .header_title img {
	width: auto;
	height: 48px;
	padding-bottom: 0px;
}
.teikeitokuten a {
	color: #009EE7;
	text-decoration: underline;
}
.teikeitokuten .container {
	max-width: 950px;
	width: 100%;
	margin: auto;
}

.teikeitokuten .main_img img {
	width: 100%;
}
.teikeitokuten h2, .teikeitokuten h3 {
	color: #EB6D8E;
	padding: 5px 3%;
	border-bottom: 2px solid #EB6D8E;
	font-weight: bold;
	margin: 20px 0 15px;
}
.teikeitokuten .body {
	padding: 0 3%;
}
.teikeitokuten .body img {
	max-width: 100%;
	width: auto;
}
.teikeitokuten .body > * + * {
	margin-top: .5em;
}
.teikeitokuten .table01 {
	width: 100%;
}
.teikeitokuten .table01 tr > * {
	border: 1px solid #878787;
	padding: 8px;
	text-align: center;
}
.teikeitokuten .table01 tr > .primary {
	background: #EB6D8E;
}
.teikeitokuten .table01 thead th {
	font-weight: normal;
	padding: 5px;
	background: #666;
	color: #fff;
}
.teikeitokuten .body ul > li {
	padding-left: 1.5em;
	position: relative;
}
.teikeitokuten .body ul > li + li {
	margin-top: .3em;
}
.teikeitokuten .body ul > li::before {
	position: absolute;
	top: 0;
	left: 0;
}
.teikeitokuten .body ul.circle > li::before {
	content: "○";
}
.teikeitokuten .body ul.smldot > li::before {
	content: "・";
}
.teikeitokuten .body ul.wcircle > li::before {
	content: "◎";
}
.teikeitokuten .body ul.list-arrow > li {
  padding-left: 1.2em;
}
.teikeitokuten .body ul.list-arrow > li::before {
	content: "";
  width: 0;
  height: 0;
  border-top: .4em solid transparent;
  border-bottom: .4em solid transparent;
  border-right: .6em solid transparent;
  border-left: .6em solid #4694D1;
  top: .4em;
}
.teikeitokuten .body ul.number > li > .num,
.teikeitokuten .body ul.step > li > .num,
.teikeitokuten .body ul.list-att > li > .num,
.teikeitokuten .body ul.list-att-num > li > .num {
	position: absolute;
	top: 0;
	left: 0;
}
.teikeitokuten .body ul.step > li {
	padding-left: 6em;
}
.teikeitokuten .body ul.step > li > .num {
	display: block;
	width: 5.5em;
	text-align: center;
	background: #EB6D8E;
	color: #fff;
	font-size: 90%;
}
.teikeitokuten .body ul.list-att > li {
	padding-left: 3em;
}
.teikeitokuten .body ul.list-att-num > li {
	padding-left: 4em;
}
.teikeitokuten .body dl dd + dt {
	margin-top: .5em;
}
.teikeitokuten a.arrow,
.teikeitokuten span.arrow {
	display: block;
	background: url(../../common/images/mark_arow.png) no-repeat 2px .4em;
	background-size: 4px auto;
	padding-left: 15px;
}
.teikeitokuten a.arrow._inline,
.teikeitokuten span.arrow._inline {
	display: inline-block;
}
.teikeitokuten sup {
	font-size: 70%;
	vertical-align: top;
}
.teikeitokuten sub {
	font-size: 70%;
	vertical-align: baseline;
}
.teikeitokuten .l_row {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.teikeitokuten .l_row > * {
	display: table-cell;
	vertical-align: top;
}
.teikeitokuten .red { color: #FF0000;}
.teikeitokuten .blue { color: #00a0ea;}
.teikeitokuten .blue.secom { color: #003E92;}
.teikeitokuten .blue.alsok { color: #1D50A3;}
.teikeitokuten .fs-xsmall { font-size: 80%;}
.teikeitokuten .fs-small { font-size: 85%;}
.teikeitokuten .fs-small2 { font-size: 90%;}
.teikeitokuten .fs-middle { font-size: 110%;}
.teikeitokuten .fs-large { font-size: 120%;}
.teikeitokuten .fs-xlarge { font-size: 140%;}
.teikeitokuten .fs-xxlarge { font-size: 160%;}
.teikeitokuten .underline { text-decoration: underline;}
.teikeitokuten .em { font-weight: bold;}

/* toiawase */
.teikeitokuten .toiawase {
	border: 5px double #00a0ea;
	text-align: center;
}
.teikeitokuten .toiawase.secom {
	border-color: #003E92;
}
.teikeitokuten .toiawase.alsok {
	border-color: #1D50A3;
}
.teikeitokuten .toiawase h4 {
	font-size: 140%;
	letter-spacing: .05em;
	margin-bottom: .5em;
	color: #00a0ea;
}
.teikeitokuten .toiawase.secom h4,
.teikeitokuten .toiawase.secom .blue {
	color: #003E92;
}
.teikeitokuten .toiawase.alsok h4,
.teikeitokuten .toiawase.alsok .blue {
	color: #1D50A3;
}
.teikeitokuten .toiawase h4 strong {
	display: inline-block;
	margin: 0 3px;
}
.teikeitokuten .toiawase .fs-xxlarge {
	font-size: 140%;
}
.teikeitokuten .toiawase .fs-xxlarge.blue {
	letter-spacing: .02em;
	font-size: 230%;
}


/* enrollment */
.teikeitokuten .enrollment {
  text-align: center;
  width: 100%;
  max-width: 950px;
  margin: auto;
	background: #CAE5F5;
}
.teikeitokuten .enrollment img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.teikeitokuten .enrollment > p {
  font-size: 120%;
  font-weight: bold;
}
.teikeitokuten .enrollment img {
  width: auto;
  max-width: 100%;
}
.teikeitokuten .enrollment .l_row {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.teikeitokuten .enrollment .l_row > p {
  display: table-cell;
  vertical-align: top;
}
.teikeitokuten .enrollment .l_row > p a {
  display: block;
  position: relative;
}
.teikeitokuten .enrollment .l_row > p a img:nth-child(2) {
  position: absolute;
}

/* popup03 */
.teikeitokuten.popup03 h2 {
	border-bottom: none;
	color: #fff;
	font-weight: normal;
	background: #00a0ea;
}

.teikeitokuten .bb_list li {
	font-weight: bold;
}
.teikeitokuten .bb_list li:nth-child(1) {
	color: #00A6E9;
}
.teikeitokuten .bb_list li:nth-child(2) {
	color: #E40013;
}
.teikeitokuten #hirogas .bb_list li:nth-child(2) {
  color: #0BA53F;
}

.teikeitokuten .bb_list li {
	text-align: left;
}
.teikeitokuten .bb_list li > img {
	padding-bottom: 15px;
}
.teikeitokuten .bb_list li span {
	display: block;
}
.teikeitokuten .bb_list li span.att {
  color: #000;
  font-size: 90%;
  font-weight: normal;
  position: relative;
}
.teikeitokuten .bb_list li span.att::before {
  content: '（注）';
  position: absolute;
}
.teikeitokuten .bb_list li span.att .list-link {
  position: relative;
  padding: 0 0 0 1.3em;
  margin-top: .5em;
}
.teikeitokuten .bb_list li span.att .list-link::before {
  content: '◎';
  position: absolute;
  top: 0;
  left: 0;
}
.teikeitokuten .bb_list li span.att .list-link + .list-link {
  margin-top: .2em;
}
.teikeitokuten .bb1 {
	margin: auto;
  text-align: center;
}

#nissan {
	font-size: 16px;
}
#nissan h1 {
  background: #4694D1;
}
#nissan h1 > span {
  display: inline-block;
  font-size: inherit;
}
#nissan h2,
#nissan h3 {
  color: #4694D1;
  border-bottom-color: #4694D1;
}
#nissan .border-box {
  border-radius: 6px;
}
#nissan #campaign {
  width: 100%;
  margin: 60px 0;
  padding: 0;
}
#nissan img {
  width: auto;
  max-width: 100%;
  height: auto;
}
#nissan #campaign .red {
	color: #ef4779;
}
#nissan .list > li {
  position: relative;
  padding-left: 1.3em;
}
#nissan .list.custom_2 > li {
  padding-left: 2em;
}
#nissan .list > li + li {
	margin-top: 0;
}
#nissan .list > li::before {
  position: absolute;
  top: 0;
  left: 0;
}
#nissan .list.kome > li::before {
  content: "※";
}
#nissan .list.icon > li,
#nissan .list.custom_0 > li {
	padding-left: 0;
}
#nissan .list.icon > li {
	display: inline-block;
	background: #fff;
	border: 1px solid #000;
	border-radius: 999px;
	line-height: 1;
	padding: .3em 1em;
}
#nissan #campaign .cp_tit {
  border-bottom: none;
  padding: .7em 3%;
	margin: 0;
	line-height: 1;
  text-align: center;
	background: linear-gradient(to right, #fddd42, #f96e9b);
}
#nissan #campaign .cp_tit img {
	width: 75%;
	max-width: 400px;
}
#nissan #campaign .cp_copy {
	text-align: center;
}
#nissan #campaign .cp_date {
	text-align: center;
	margin: 3em 0 1.5em;
}
#nissan #campaign .cp_date img {
	display: inline-block;
	height: 40px;
	vertical-align: middle;
}
#nissan #campaign .cp_date img:nth-child(2) {
	margin-left: 15px;
}
#nissan #campaign .body {
	background: #fcf3e3;
	padding: 30px 3%;
}
#nissan #campaign .cp_stit {
	color: #004085;
	text-align: center;
	border-bottom: none;
	font-size: 24px;
}
#nissan #campaign .cp_stit > span {
	display: inline-block;
	vertical-align: middle;
	background: #004085;;
	color: #fff;
	border-radius: 999px;
	font-size: 20px;
	width: 2em;
	height: 2em;
	line-height: 2;
	text-align: center;
	margin-right: 10px;
}
#nissan #campaign .cp_box01 {
	background: linear-gradient(170deg, #f2c5c3, #c1dbda);
	border-radius: 20px;
	padding: 30px;
	font-size: 14px;
}
#nissan #campaign .cp_box01 + * {
	margin-top: 60px;
}
#nissan #campaign .cp_box01 > .l_row > * > * + * {
	margin-top: 1em;
}
#nissan #campaign .cp_boxtit {
	text-align: center;
	margin-bottom: 30px;
}
#nissan #campaign .cp_lead01 {
	font-size: 120%;
	font-weight: bold;
}
#nissan #campaign .cp_lead02 {
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	line-height: 2;
	margin-bottom: 1em;
}
#nissan #campaign * + .cp_lead02 {
	margin-top: 60px;
}
#nissan #campaign .cp_lead03 {
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
}
#nissan #campaign .marker {
	display: inline;
	border-bottom: 4px solid #f9c32b;
	padding-bottom: .1em;
}
#nissan #campaign .cp_detail dd + dt {
	margin-top: 1em;
}
#nissan #campaign .cp_box01 > .l_row + .cp_detail {
	margin-top: 1em;
}
#nissan #campaign .cp_box02 {
	font-size: 14px;
}
#nissan #campaign .cp_box02 > .l_row > * > * + * {
	margin-top: 1em;
}
#nissan #campaign .cp_img img {
	border-radius: 20px;
}
#nissan #campaign .cp_btn {
	text-align: center;
}
#nissan #campaign * + .cp_btn {
	margin-top: 40px;
}
#nissan #campaign .cp_btn a,
#nissan #campaign .cp_btn > span {
	display: inline-block;
	border: 1px solid #ef4779;
	text-decoration: none;
	color: #ef4779;
	background: #fff;
	border-radius: 999px;
	font-size: 130%;
	font-weight: bold;
	line-height: 1.4;
	padding: 1em 5em;
	position: relative;
	transition: .5s;
}
#nissan #campaign .cp_btn a::before {
	content: "";
	width: 30px;
	height: 30px;
	background: url("../images/teikeitokuten/nissan/arrow.png") no-repeat center center / 100% auto;
	position: absolute;
	display: block;
	margin: auto;
	right: 1em;
	top: 0;
	bottom: 0;
}
#nissan #campaign .cp_btn a > span {
	display: block;
	font-size: 70%;
	font-weight: normal;
	margin-top: .5em;
}
#nissan #campaign .cp_btn._red a,
#nissan #campaign .cp_btn._red > span {
	color: #fff;
	background: #ef4779;
}
#nissan #campaign .cp_btn._red a::before {
	background-image: url("../images/teikeitokuten/nissan/arrow_w.png");
}
#nissan #campaign .cp_box03 {
	background: #fff;
	border-radius: 20px;
	padding: 30px;
	font-size: 14px;
}
#nissan #campaign .cp_graf {
	text-align: center;
	margin: 1em 0;
}
#nissan #campaign .cp_btn + .cp_stit {
	margin-top: 60px;
}
#nissan #campaign .cp_box04 .cp_img {
	margin: 1em 0 1.5em;
}
#nissan #campaign .cp_detail2 {
	position: relative;
}
#nissan #campaign .cp_detail2 dl {
	overflow: hidden;
}
#nissan #campaign .cp_detail2 dt {
	clear: left;
	float: left;
	position: relative;
	padding-left: 1.3em;
	font-weight: bold;
	color: #004085;
}
#nissan #campaign .cp_detail2 dt::before {
	content: "○";
	position: absolute;
	top: 0;
	left: 0;
}
#nissan #campaign .cp_detail2 dd {
	padding: 0 0 1em 10em;
}
#nissan #campaign .cp_detail2 dd:last-child {
	padding-bottom: 0;
}
#nissan #campaign .cp_detail2 dd + dt {
	margin-top: 0;
}
#nissan #campaign .cp_detail2 .cp_img {
	width: 200px;
	height: 200px;
	margin: 0;
	position: absolute;
	right: 0;
	bottom: 0;
}
#nissan #campaign .cp_detail2 dl dd:nth-child(4),
#nissan #campaign .cp_detail2 dl dd:nth-child(6),
#nissan #campaign .cp_detail2 dl dd:nth-child(8) {
	padding-right: 230px;
}

.teikeitokuten footer .fnav ul li a {
  color: #000;
  text-decoration: none;
}
.teikeitokuten .area_foot {
  margin: 40px auto 0;
}
.teikeitokuten .area_foot a {
  display: block;
  text-align: center;
  background: #fff;
  border: 3px solid #008842;
  border-radius: 8px;
  padding: 30px 20px;
  transition: .5s;
}
.teikeitokuten .area_foot img {
  width: auto;
  max-width: 100%;
}
#nissan #campaign .cp_shosai {
	margin-top: 60px;
	text-align: center;
}
#nissan #campaign .cp_shosai_copy {
	display: inline-block;
  font-size: 120%;
  font-weight: bold;
}
#nissan #campaign .cp_shosai_copy::before {
	content: "＜";
}
#nissan #campaign .cp_shosai_copy::after {
	content: "＞";
}
#nissan #campaign .cp_shosai_btn a {
	display: block;
	background: #F85F16;
	color: #fff;
	text-decoration: none;
	font-size: 150%;
	font-weight: bold;
	margin: 15px auto 0;
	padding: 15px 40px;
	border-radius: 6px;
	transition: .5s;
  width: 100%;
  max-width: 400px;
}
#nissan #campaign .cp_shosai_btn a::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 10px solid #fff;
	border-right: none;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	margin-left: .5em;
}
#nissan #campaign .list.inline,
#nissan #campaign .list.inline > li {
	display: inline-block;
}

.teikeitokuten .list > li {
	padding-left: 1.3em;
	position: relative;
}
.teikeitokuten .list.custom_2 > li {
	padding-left: 2.3em;
}
.teikeitokuten .list > li::before,
.teikeitokuten .list > li > .num {
	position: absolute;
	top: 0;
	left: 0;
}
.teikeitokuten .list.smldot > li::before {
	content: "・";
}
.teikeitokuten .important_box {
	border: 4px double #00218C;
	color: #00218C;
	font-size: 110%;
	padding: 10px 15px;
	margin-bottom: 20px;
}
.teikeitokuten .important_tit {
	font-weight: bold;
	margin-bottom: .25em;
}
.teikeitokuten .important_stit > .blue {
	font-size: 75%;
	color: #00218C;
}
.teikeitokuten .request_box {
	border: 3px solid #019fe8;
	text-align: center;
	padding: 20px;
	margin: 40px auto 0;
}
.teikeitokuten .request_box_tit {
	color: #019fe8;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.teikeitokuten .request_box_lead {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}
.teikeitokuten .request_box_body .list.arrow._inline {
	display: inline-block;
	margin: 5px auto 0;
}
.teikeitokuten .request_box_body .list.arrow._inline > li {
	text-align: left;
}
.teikeitokuten .request_box_body .list.arrow._inline > li + li {
	margin-top: 3px;
}


/*//////////////////////////////////////////////
スマホ
----------------------------------------------*/
@media only screen and (max-width: 768px) {
	.teikeitokuten article h1 {
		font-size: 18px;
		padding: 10px 3%;
	}
	.teikeitokuten article h1 > span {
		font-size: 12px;
	}
	.teikeitokuten .container {
		padding: 0 0 50px;
	}
	.teikeitokuten #header header .header_title {
		width: 94%;
		margin: 15px auto;
		padding: 0;
		display: block;
	}
	.teikeitokuten #header header .header_title img {
		width: auto;
		height: 36px;
		padding-bottom: 0px;
	}
	.teikeitokuten li img {
		max-width: 100%;
	}
	.teikeitokuten .main_img + .body {
		margin-top: 10px;
	}
	.teikeitokuten h2, .teikeitokuten h3 {
		font-size: 16px;
	}
	.teikeitokuten .l_row,
	.teikeitokuten .l_row > * {
		display: block;
	}
	.teikeitokuten .l_row > * + * {
		margin-top: 10px !important;
	}
  .teikeitokuten .body .border-box {
    padding:  10px;
  }
  .teikeitokuten .body * + .border-box {
    margin-top: 15px;
  }
	
	/* toiawase */
	.teikeitokuten .toiawase {
		padding: 20px 15px;
		margin-top: 20px;
	}
	.teikeitokuten .toiawase .fs-large {
		font-size: 110%;
	}

	/* enrollment */
	.teikeitokuten .enrollment {
		padding: 10px 3% 15px;
		margin-top: 50px;
	}
	.teikeitokuten .enrollment > p img {
		display: block;
		width: 60%;
		max-width: 250px;
		margin: 5px auto;
	}
	.teikeitokuten .enrollment .l_row {
		border-spacing: 5px;
	}
	.teikeitokuten .enrollment .l_row > p a img:nth-child(2) {
		top: -46px;
		left: -10px;
		width: 56px;
	}
	.teikeitokuten .enrollment .l_row + a {
		display: block;
		margin: 5px;
	}
	
	/* footer */
	.teikeitokuten footer {
		margin-bottom: 0;
		padding-bottom: 20px;
	}

	/* popup03 */
	.teikeitokuten.popup03 h2 {}
	#secom-pop h2 {
	}
  
  .teikeitokuten .bb_list {
		padding: 30px 3%;
	}
	.teikeitokuten .bb_list li {
		max-width: 432px;
		margin: auto;
	}
	.teikeitokuten .bb_list li:first-child {
		padding-bottom: 20px;
	}
	.teikeitokuten .bb_list li span {
		padding: 5px 3%;
	}
  .teikeitokuten .bb_list li span.att {
    padding-left: calc(3% + 3em);
  }
  .teikeitokuten .bb_list li span.att::before {
    top: 5px;
    left: 3%;
  }
  .teikeitokuten .bb1 {
		padding: 0 3%;
	}
  .teikeitokuten .bb_list img,
  .teikeitokuten .bb1 img {
    max-width: 100%;
  }
  
  #nissan {
    font-size: 14px;
  }
  #nissan #campaign {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  #nissan #campaign .cam_main img + img {
    margin-top: 1.5em;
  }
	#nissan #campaign .cp_copy {
		text-align: left;
	}
	#nissan #campaign .cp_date {
		margin: 1.5em 0;
	}
	#nissan #campaign .cp_date img {
		display: block;
		height: auto;
		margin: auto;
	}
	#nissan #campaign .cp_date img:nth-child(1) {
		width: 60%;
	}
	#nissan #campaign .cp_date img:nth-child(2) {
		margin-left: 0;
		margin-top: 15px;
	}
	#nissan #campaign .body {
		padding: 20px 3%;
	}
	#nissan #campaign .cp_stit {
		font-size: 19px;
		text-align: left;
		margin-bottom: 0;
		position: relative;
		padding: 5px 0;
		line-height: 1.4;
	}
	#nissan #campaign .cp_stit > span {
		font-size: 16px;
		position: absolute;
		top: 3px;
		left: 0;
		margin-right: 0;
	}
	#nissan #campaign .cp_box01 {
		border-radius: 10px;
		padding: 20px 4%;
		font-size: 13px;
	}
	#nissan #campaign .cp_box01 + * {
		margin-top: 30px;
	}
	#nissan #campaign .cp_lead02 {
		font-size: 130%;
	}
	#nissan #campaign * + .cp_lead02 {
		margin-top: 30px;
	}
	#nissan #campaign .cp_lead03 {
		font-size: 120%;
	}
	#nissan #campaign .marker {
		border-bottom-width: 3px;
	}
	#nissan #campaign .cp_img img {
		border-radius: 10px;
	}
	#nissan #campaign * + .cp_btn {
		margin-top: 20px;
	}
	#nissan #campaign .cp_box03 {
		border-radius: 10px;
		padding: 20px 4%;
		font-size: 13px;
	}
	#nissan #campaign .cp_graf {
		overflow-x: auto;
	}
	#nissan #campaign .cp_graf img {
		width: 150%;
		max-width: 832px;
	}
	#nissan #campaign .cp_btn a,
	#nissan #campaign .cp_btn > span {
		display: block;
		font-size: 120%;
		padding: 1em;
	}
	#nissan #campaign .cp_btn a::before {
		width: 24px;
		height: 24px;
		right: 3%;
	}
	#nissan #campaign .cp_btn + .cp_stit {
		margin-top: 30px;
	}
  #nissan #campaign .cp_btn._red a,
  #nissan #campaign .cp_btn._red > span {
    border-radius: 20px;
  }
	#nissan #campaign .cp_detail2 dt {
		float: none;
	}
	#nissan #campaign .cp_detail2 dd {
		padding: .3em 0 1em 1.3em;
	}
	#nissan #campaign .cp_detail2 .cp_img {
		width: 150px;
		height: 150px;
	}
	#nissan #campaign .cp_detail2 dl dd:nth-child(4) {
		padding-right: 0;
	}
	#nissan #campaign .cp_detail2 dl dd:nth-child(6),
	#nissan #campaign .cp_detail2 dl dd:nth-child(8) {
		padding-right: 170px;
	}
  .teikeitokuten .area_foot {
    margin-top: 30px;
  }
	
	#nissan #campaign .cp_shosai_copy {
		padding: 0 20px;
		position: relative;
	}
	#nissan #campaign .cp_shosai_copy::before,
	#nissan #campaign .cp_shosai_copy::after {
		content: "";
		position: absolute;
		width: 25px;
		height: 25px;
		border-left: 1px solid #333;
		border-top: 1px solid #333;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	#nissan #campaign .cp_shosai_copy::before {
		left: 0;
		transform: rotate(-45deg);
	}
	#nissan #campaign .cp_shosai_copy::after {
		right: 0;
		transform: rotate(135deg);
	}
  #nissan #campaign .cp_shosai {
    margin-top: 40px;
  }
  #nissan #campaign .cp_shosai_copy {
    font-size: 110%;
  }
	
	.teikeitokuten .important_box {
		margin-top: 1em;
		margin-left: 3%;
		margin-right: 3%;
	}
	.teikeitokuten .request_box {
		border-width: 2px;
		padding: 15px 3% 20px;
		width: 94%;
	}
	.teikeitokuten .request_box_tit {
		font-size: 18px;
	}
	.teikeitokuten .request_box_lead {
		font-size: 16px;
	}
  

}

/*//////////////////////////////////////////////
PC/タブレット
----------------------------------------------*/
@media only screen and (min-width: 769px) {
	.teikeitokuten .container {
		padding: 20px 0 100px;
	}
	.teikeitokuten .main_img + .body {
		margin-top: 20px;
	}
  .teikeitokuten .l_row > .l_col-4 {width:40%;}
  .teikeitokuten .l_row > .l_col-6 {width:60%;}
  
  .teikeitokuten .body .border-box {
    padding: 15px 20px;
  }
  .teikeitokuten .body * + .border-box {
    margin-top: 20px;
  }

	/* toiawase */
	.teikeitokuten .toiawase {
		padding: 25px 30px 30px;
		margin-top: 30px;
	}
	.teikeitokuten h2, .teikeitokuten h3 {
		font-size: 18px;
	}
	.teikeitokuten .toiawase .fs-xxlarge {
		font-size: 160%;
	}
	.teikeitokuten .toiawase .fs-xxlarge.blue {
		font-size: 260%;
	}
	
	
	/* enrollment */
	.teikeitokuten .enrollment {
		border-radius: 8px;
		padding: 10px 0 35px;
		margin-top: 70px;
	}
	.teikeitokuten .enrollment > p img {
		display: inline-block;
		vertical-align: middle;
		width: 200px;
		height: auto;
		margin: 0 10px 15px;
	}
	.teikeitokuten .enrollment .l_row {
		width: 80%;
		border-spacing: 25px;
		margin: auto;
	}
	.teikeitokuten .enrollment a {
		transition: .5s;
	}
	.teikeitokuten .enrollment a:hover {
		opacity: .7;
	}
	.teikeitokuten .enrollment .l_row > p a img:nth-child(2) {
		top: -50px;
		left: -50px;
	}

	/* popup03 */
	.teikeitokuten.popup03 h2 {
		text-align: center;
		font-size: 21px;
		padding: 10px;
	}
	.teikeitokuten.popup03 .toiawase {
		margin-top: 0;
		padding: 50px;
	}
  
  .teikeitokuten .bb_list {
		padding: 60px 0;
		display: table;
		margin: auto;
	}
	.teikeitokuten .bb_list li {
		display: table-cell;
		width: 432px;
		padding: 0 10px;
	}
	.teikeitokuten .bb_list li span {
		padding: 5px 20px;
	}
  .teikeitokuten .bb_list li span.att {
    padding-left: calc(20px + 3em);
  }
  .teikeitokuten .bb_list li span.att::before {
    top: 5px;
    left: 20px;
  }
  .teikeitokuten .bb_list a,
  .teikeitokuten .bb1 a {
    transition: .5s;
  }
  .teikeitokuten .bb_list a:hover,
  .teikeitokuten .bb1 a:hover {
    opacity: .7;
  }
  .teikeitokuten footer .fnav ul li a:hover {
    text-decoration: underline;
  }
  .teikeitokuten .area_foot a:hover {
    opacity: .7;
  }
  #nissan a img {
    transition: .5s;
  }
  #nissan a:hover img {
    opacity: .7;
  }
	#nissan #campaign .cp_box01 > .l_row > *:nth-child(1) {
		width: 40%;
		padding-right: 30px;
	}
	#nissan #campaign .cp_box01 > .l_row > *:nth-child(2) {
		width: 60%;
	}
	#nissan #campaign .cp_box02 > .l_row > *:nth-child(1) {
		width: 50%;
		padding-right: 30px;
	}
	#nissan #campaign .cp_box02 > .l_row > *:nth-child(2) {
		width: 50%;
	}
	#nissan #campaign .cp_btn a:hover {
		background: #fde3eb;
	}
	#nissan #campaign .cp_btn._red a:hover {
		background: #ED8CB2;
	}
	
	#nissan #campaign .cp_shosai_btn a:hover {
		opacity: .7;
	}


  
  

}

