@charset "utf-8";

/*
レスポンシブ設定
PC 768px〜
*/


@font-face {
  font-family: 'Peugeot Expanded';
	src: url('../fonts/Peugeot Expanded/Peugeot Expanded Bold v2.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}


/* ============================== */
/*          リセットCSS
/* ============================== */
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, 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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  list-style-type: none;
}

a {
    color: #000;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
body {
	line-height: 1;
}
ol, ul {
	list-style-type: none;

}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input[type="submit"], input[type="button"], input[type="reset"], input[type="search"], input[type="checkbox"] {
  -webkit-appearance: none;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
input[type="search"]:focus {
  outline: 0;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
input[type="text"] {
  box-sizing:border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
input[type="text"]:focus {
  outline: 0;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}

*:not(i) {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
  color: #333;
}

@media screen and (max-width:480px){
}






/*========= 全体の設定 =========*/
html {
  font-size: 16px;
}

body {
  min-height: 100vh;
  background: #efefef;
}
#container {
  position: relative;
  min-height: 100vh;
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 95px;
  background: #fff;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.15);
}
/* ボタン タイプ1 */
.btn_type01 {
  position: relative;
    display: block;
    font-weight: bold;
    font-size: 1.25rem;
    text-align: center;
    line-height: 3.25;
    color: #fff;
    width: 75%;
    margin: 0 auto 32px;
    background: #f55e5b;
    border: solid #b83633;
    border-width: 0 3px 3px 0;
    border-radius: 8px;
    box-shadow: 0 2px 0 #ccc;
}
.btn_type01:hover {
  background: #b83633;
  border-color: #b83633;
  border-width: 3px 0 0 3px;
}
.btn_type01 i {
  position: absolute;
  right: 20px;
  top: 50%;
  opacity: 0.5;
  transform: translateY(-50%);
}

/* ボタン タイプ2 */
.btn_type02 {
    position: relative;
    display: block;
    font-weight: bold;
    font-size: 1.00rem;
    text-align: center;
    line-height: 2.5;
    color: #fff;
    width: 70%;
    margin: 0 auto 32px;
    background: #00aa7e;
    border: solid #00797f;
    border-width: 0 3px 3px 0;
    border-radius: 8px;
}
.btn_type02:hover {
  background: #00797f;
  border-color: #00797f;
  border-width: 3px 0 0 3px;
}
.btn_type02 i {
  position: absolute;
  right: 20px;
  top: 50%;
  opacity: 0.5;
  transform: translateY(-50%);
}


p.comment {
  font-size: 12px !important;
  line-height: 1.5 !important;
  color: red;
  margin: 0 12px 0 24px;
}
p.comment:before {
  content: "※";
  margin-left: -12px;
}
p.comment_02 {
    font-size: 12px !important;
    line-height: 1.5 !important;
    color: red;
    margin: 0 0 0 12px;
}
p.comment_02:before {
  content: "※";
  margin-left: -12px;
}

/*========= TOPページ =========*/
.toppage header {
  font-weight: bold;
  line-height: 1.35;
  text-align: center;
  padding: 1.5rem 1.5rem 2.5rem;
  color: #fff;
  background: #161e34;
}
.toppage header * {
  color: #fff;
}
.toppage header h1 {
  font-size: 2.5rem;
}

#top_Image {
  width: 100%;
  padding-bottom: 16px;
  margin-bottom: 32px;
  background: url("../images/top_image back-80.jpg");
  background-size: auto 100%;
  background-position: center;
}
#top_Image img {
  width: 100%;
  margin-top: -1.5rem;
}


a.Go_Form_btn {
    margin: 48px auto 52px;
}
.CP_copy {
  margin-bottom: 24px;
}
.CP_copy dt {
  font-weight: bold;
  font-size: 1.10rem;
  line-height: 1.4;
  padding: 0.75rem 12px;
  color: #fff;
  background: #00aa7e;
}
.CP_copy dd img{
  width: 100%;
}

/* キャンペーン概要 */
.CP_description {
  padding: 1.0rem;
  padding-top: 0;
}
.CP__period {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
}
/* キャンペーン概要 */
.CP_description p {
  font-size: 1.0rem;
  line-height: 1.7;
}
.CP_description li {
  line-height: 1.4;
  margin-bottom: 8px;
}
.CP_description ul {
  margin-top: 8px;
}
.CP_description .list_dot li {
  margin-left: 1.0em;
}
.CP_description .list_dot li:before {
  content: "・";
  margin-left: -1.0em;
}


/* 賞品 */
.CP_description .prize_list {
  margin-top: 16px;
}
.prize_list li.prize__prize {
  margin-bottom: 16px;
}
.prize__prize span {
  padding: 4px 12px;
  margin-bottom: 16px;
  margin-right: 8px;
  background: #d5f1e9;
  border-radius: 500px;
}


/*========= 申し込みフォーム =========*/
/*------ ヘッダー ------*/
header {
  font-weight: bold;
  line-height: 1.35;
  text-align: center;
  padding: 1.5rem;
}
header h1 {
  font-family: 'Peugeot Expanded',"sans-serif"!important;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.0;
  margin-bottom: 0.35rem;
}
header p {
  font-size: 1.00rem;
}

header.form_Message p {
  font-size: 1.15rem;
  text-align: left;
  line-height: 1.5;
}

section {
  margin-bottom: 2.5rem;
}
h2 {
  display: block;
  font-weight: normal;
  font-size: 1.15rem;
  line-height: 1.5;
  padding: 0.5rem 1.0rem;
  text-align: center;
  color: #fff;
  background: #161e34;
}
h3 {
    font-weight: bold;
    font-size: 1.10rem;
    line-height: 1.4;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 8px;
    padding: 8px;
    color: #fff;
    background: #00aa7e;
    border-radius: 8px;
}
h4 {
    display: block;
    font-weight: bold;
    font-size: 1.15rem;
    line-height: 1.4;
    margin: 0 12px;
    padding: 0.5rem 1.0rem;
    text-align: center;
}

section div.form_content {
  padding: 24px 12px;
}


/*------ ブランドを選ぶ ------*/
.brand_name input {
  display: none;
}
.brand_name label {
  display: block;
  font-size: 1.0rem;
  line-height: 1.0;
  text-align: center;
  width: 100%;
  margin-bottom: 0.5rem;
  padding: 1.5rem 1.0rem;
  background: #fff;
  border-radius: 0.5rem;
  border: solid 1px #ccc;
}
.brand_name input:checked + label {
  font-weight: bold;
  color: #fff;
  background: #fff;
  border: solid 1px #ccc;
}
/* プジョー */
.brand_name input:checked + label[for="select_PEUGEOT"] {
  background: #002355;
}
/* シトロエン */
.brand_name input:checked + label[for="select_CITROEN"] {
  background: #eb6428/*#148cb4*/;
}
/* DS */
.brand_name input:checked + label[for="select_DS"] {
  background: #820030 /*#c4b7a6*/;
}
.brand_name label.error {
  border-color: red;
}

.cp_ipselect {
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.cp_ipselect select[disabled] {
  opacity: 0.5;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl02 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect.cp_sl02.error {
	border: 1px solid red;
}
.cp_ipselect.cp_sl02::before {
	position: absolute;
	top: calc(50% - 3px);
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl02:after {
	position: absolute;
	top: 0;
	right: 2.5em;
	bottom: 0;
	width: 1px;
	content: '';
	border-left: 1px solid #bbbbbb;
}
.cp_ipselect.cp_sl02 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
  font-size: 1.0rem;
}

select.PEUGEOT optgroup:not(.PEUGEOT) {
 display: none; 
}
select.CITROEN optgroup:not(.CITROEN) {
 display: none; 
}
select.DS optgroup:not(.DS) {
 display: none; 
}

/*------ 車両ナンバー ------*/
.car_number div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  
}

.car_number input {
  font-size: 1.25rem;
  text-align: center;
  width: 100%;
  height: 3.25rem;
  margin: 0 6px;
  border: solid 1px #ccc;
  border-radius: 10px;
}
.car_number p {
  font-size: 1.5rem;
  line-height: 3.25rem;
}

.car_number input.error {
  border: solid 1px red;
}

.display_none {
  display: none;
}

/*------ 氏名 ------*/
.customer_name .form_content {
  display: flex;
  justify-content: space-between;
}
.customer_name input {
  font-size: 1.15rem;
  border: solid 1px #ccc;
  width: 50%;
  margin: 0 6px;
  padding: 0 16px;
  line-height: 1.5;
  height: 3.25rem;
  border-radius: 6px;
}
.customer_name input.error {
  border: solid 1px red;
}

/*========= 応募完了画面 =========*/
/*----- ヘッダー -----*/
header.thanks__Header {
  padding: 1.5rem 16px;
}
header.thanks__Header h1 {
  width: 100%;
  border-top: solid 4px #bababa;
  padding-top: 1.15rem;
  display: block;
}
header.thanks__Header p {
  border-bottom: solid 4px #bababa;
  padding-bottom: 1.0rem;
}

dl.application_Number__Box {
    margin: 20px 16px 24px;
    border: solid 1px #00aa7e;
}
dl.application_Number__Box dt {
  background: #00aa7e;
  text-align: center;
  font-weight: normal;
  font-size: 1.15rem;
  line-height: 1.98;
  color: #fff;
}
dl.application_Number__Box dd {
    padding: 1.25rem 1.25rem 1.5rem;
    text-align: center;
  color: #009f7e;
}
dl.application_Number__Box p {
  color: inherit;
  font-size: 0.90rem;
  margin-bottom: 1.0rem;
}
dl.application_Number__Box .application_Number__Number {
    color: inherit;
    font-size: 1.95rem;
    font-weight: bold;
}

div#thanks_Message {
  line-height: 1.75;
  margin-bottom: 32px;
  padding: 1.0rem 12px;
}



/*========= フッター =========*/
footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 11px;
  line-height: 20px;
  color: #fff;
  padding: 1.0rem 12px;
  margin-top: 75px;
  background: #161e34;
}


/*========= エラーメッセージ =========*/
div.error_Message {
  font-size: 14px;
  line-height: 1.5;
  color: red;
  margin: 12px;
  padding: 16px;
  background: rgba(255,0,0,0.15);
  border: solid 4px red;
}
div.error_Message h5 {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: red;
  margin-bottom: 8px;
}
div.error_Message a {
  text-align: center;
  text-decoration: underline;
  color: blue;
}