@charset "utf-8";

/*------------------------------------
共通クラス
------------------------------------*/
body, h1, h2, h3, h4, h5, h6 {
	font-family: '游ゴシック','Yu Gothic','游ゴシック体','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
.text-center {
	text-align: center;
}
.text-right {
    text-align: right;
}
p {
	color: #222;
	font-size: 18px;
	line-height: 1.4;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.flex {
	display: flex;
	justify-content: space-between;
}
#navigation {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    transition: .3s;
}
.navbar .nav {
    margin-top: 5px;
}
.nowrap {
	display: inline-block;
}
/*.nowrap > br {
	display: none;
}*/


/*------------------------------------
トップイメージ
------------------------------------*/
#top-image {
	margin-top: 64px;
}
#top-image > .box {
	background: repeating-linear-gradient(90deg, #eff7ff 0, #eff7ff 20px, #fff 20px, #fff 53px);
	background-size: 53px 53px;
	text-align: center;
	position: relative;
}
.box_border {
	margin: 0px;
	background: url(../images/campaign/201909/box_border_bg.jpg) repeat-x;
	background-size: contain;
	height: 16px;
}

/*------------------------------------
ぜ〜んぶ付いてこの価格！
------------------------------------*/
#all-attached > .box {
	background: repeating-linear-gradient(135deg, #dbedfd 0px, #dbedfd 10px, #cdeaff 10px, #cdeaff 20px);
	text-align: center;
	position: relative;
	background-size: 28px 28px;
	padding-top: 50px;
	padding-bottom: 50px;
}
#all-attached .visible-desktop:nth-child(1) {
	margin-bottom: 25px;
}

/*------------------------------------
コミコミマイカーリースとは
------------------------------------*/
/*----- コミコミマイカーリースとは -----*/
#lease {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #fff;
}
.about-lease {
	max-width: 800px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.about-lease h2 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	margin-bottom: 2.5rem;
}
.about-lease h2 span {
	vertical-align: bottom;
}
span.taxin {
	font-size: 14px;
	margin-left: -5px;
	margin-right: -5px;
	vertical-align: bottom;
}
/*----- 4つのポイント -----*/
.four-point {
	max-width: 945px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.four-point h2 {
	margin-bottom: 4.1rem;
}
.point-box {
	border: 4px solid #7db9e6;
	box-sizing: border-box;
	border-radius: 1rem;
	padding: 5rem;
	margin-bottom: 3.3rem;
}
.point-box h3 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 3rem;
	position: relative;
	padding-left: 170px;
}
.point-box h3.point1:before {
	content: '';
	background-image: url(../images/campaign/201909/pointbox_title01_146x73.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 146px;
	height: 73px;
	display: inline-block;
}
.point-box h3.point2:before {
	content: '';
	background-image: url(../images/campaign/201909/pointbox_title02_146x73.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 146px;
	height: 73px;
	display: inline-block;
}
.point-box h3.point3:before {
	content: '';
	background-image: url(../images/campaign/201909/pointbox_title03_146x73.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 146px;
	height: 73px;
	display: inline-block;
}
.point-box h3.point4:before {
	content: '';
	background-image: url(../images/campaign/201909/pointbox_title04_146x73.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 146px;
	height: 73px;
	display: inline-block;
}
.point-box h3 span.taxin {
	font-size: 15px;
	margin-left: -6px;
	margin-right: -6px;
	padding: 0;
	vertical-align: baseline;
}
.mb-4 {
	margin-bottom: 4rem;
}
p.subTitle {
	font-size: 22px;
	font-weight: bold;
	color: #222;
	text-align: center;
    padding: 1rem;
    margin-bottom: 2.5rem;
    line-height: 1;
    border-radius: 3rem;
}
.bg-green {
	background: #cce9c0;
}
.bg-pink {
	background: #ffdde6;
}
.point-box > .flex .block-left, .point-box > .flex .block-right {
	flex: 1;
	display: flex;
	flex-direction: column;
}
.point-box > .flex .block-left {
	margin-right: 10px;
}
.point-box > .flex .block-right {
	margin-left: 10px;
}
.point-box > .flex .text-center {
	margin-top: auto;
}
.serviceList {
	max-width: 100%;
	display: grid;
	display: -ms-grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
}
.serviceList li {
	font-size: 19px;
	color: #fff;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 500;
	background: #ff789b;
	padding: 0.8rem;
	border-radius: 1.3rem;
	line-height: 1.3;
	margin: 5px;
	min-height: 40px;
	text-align: center;
	position: relative;
}
.serviceList li span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: inline-block;
	width: 100%;
}
.point {
	background: #eef4fb;
	padding: 1.5rem;
	margin-right: 10px;
	flex: 1;
	display: flex;
	flex-direction: column;
}
.point:last-child {
	margin-right: 0;
}
.blockHead {
	color: #198cdc;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 1.2rem;
	position: relative;
	padding-left: 42px;
}
.blockHead:before {
	content: '';
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	height: 34px;
}
.blockHead.bh-1:before {
	background: url(../images/campaign/201909/pointbox_04_block_01_34x34.svg) no-repeat;
}
.blockHead.bh-2:before {
	background: url(../images/campaign/201909/pointbox_04_block_02_34x34.svg) no-repeat;
}
.blockHead.bh-3:before {
	background: url(../images/campaign/201909/pointbox_04_block_03_34x34.svg) no-repeat;
}
.blockHead.bh-4:before {
	background: url(../images/campaign/201909/pointbox_04_block_04_34x34.svg) no-repeat;
}
.blockTxt {
	font-size: 17px;
	margin-bottom: 1.2rem;
}
.point > .text-center {
	margin: auto auto 0;
	width: 70%;
}
/*----- よくある質問 -----*/
.qa {
	max-width: 896px;
	margin: 0 auto;
}
dl.accordion {
	display: flex;
	flex-direction: column;
	margin-top: 30px;
}
dl.accordion dt{
	background: #f1f1f1;
	color: #222;
	padding: 24px 50px;
	position: relative;
	margin-bottom: 0px;
	margin-top: 20px;
	border-radius: 0;
}
.accordion dt:first-child{
	padding-top: 24px;
	margin-top: 0px;
}
.accordion dt span.accordion-status {
	height: 36px;
	width: 36px;
	padding: 2px;
	background-color: #b2b2b2;
	background-size: 36px 36px;
	position: absolute;
	right: 50px;
	top: 50%;
	transform: translateY(-50%);
	margin-right: 0px;
	border-radius: 0px;
}
.accordion dt span {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.45;
	vertical-align: middle;
	position: relative;
	padding-left: 8rem;
}
.accordion dt span:before {
	content: '';
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 45px;
	height: 30px;
}
span.q1:before {
	background: url(../images/campaign/201909/qa_01_45x30.svg) no-repeat;
}
span.q2:before {
	background: url(../images/campaign/201909/qa_02_45x30.svg) no-repeat;
}
span.q3:before {
	background: url(../images/campaign/201909/qa_03_45x30.svg) no-repeat;
}
span.q4:before {
	background: url(../images/campaign/201909/qa_04_45x30.svg) no-repeat;
}
span.q5:before {
	background: url(../images/campaign/201909/qa_05_45x30.svg) no-repeat;
}
span.q6:before {
	background: url(../images/campaign/201909/qa_06_45x30.svg) no-repeat;
}
.accordion dt span:last-child{
	width: 600px;
	display: inline-block;
}
.accordion dt span img {
	margin-right: 45px;
}
.accordion dt.accordion-active span.accordion-status {
	background-size: 36px 36px;
}
.accordion dd {
	padding-left: 140px;
	padding-right: 150px;
	display: inline-block;
	background:#f1f1f1;
	color:#000;
	font-size:16px;
	line-height: 1.5;
	padding-bottom: 2em;
}
.accordion dd.hide{
	display: none;
}

/*------------------------------------
お問い合わせボックス
------------------------------------*/
.cta-box {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #fffab4;
}
.cta {
	max-width: 896px;
	margin: 0 auto;
}
.ctaHead hr {
	background: url(../images/campaign/201909/cta_box_bgline_18x3.svg) repeat-x;
	margin: 22px auto;
	height: 3px;
}
.ctaHead h3 {
	font-size: 28px;
	font-weight: bold;
}
span.text_l {
	font-size: 38px;
}
span.text_m {
	font-size: 32px;
}
.flex.ctaBlock {
    align-items: center;
}
.ctaBlock > .block-left img {
	width: 110px;
}
.ctaBlock > .block-center p {
	font-size: 14px;
	margin-top: 0.8rem;
}

/*------------------------------------
ラインナップ
------------------------------------*/
#car-lineup {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #fff;
}
.bg {
	margin-top: 5rem;
	position: relative;
}
#ranking > .bg {
	background: #e60012;
}
#golf11800 > .bg {
	background: #c3e678;
}
#shoes12900 > .bg {
	background: url(../images/campaign/201909/titleimg_lineup_shoes_1400x320.png), #00c1b0;
	background-position: top center;
	background-size: contain;
	background-repeat: no-repeat;
}
#french14800 > .bg {
	background: #2f1100;
}
.bg:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border: 30px solid transparent;
	border-top: 30px solid;
}
#ranking > .bg:before {
	border-top-color: #e60012;
}
#golf11800 > .bg:before {
	border-top-color: #c3e678;
}
#shoes12900 > .bg:before {
	border-top-color: #00c1b0;
}
#french14800 > .bg:before {
	border-top-color: #2f1100;
}
.typeTitle {
	padding: 20px 0 40px;
}
.typeTitle img {
	margin: 0 auto;
}
#shoes12900 .typeTitle {
	padding: 60px 0;
}
.typeTitle p {
	background: #fff;
	font-size: 25px;
	font-weight: bold;
	padding: 1rem;
	max-width: 1000px;
	margin: -5px auto 0;
	border-radius: 3rem;
	position: relative;
	z-index: 2;
}
#ranking .typeTitle p {
	color: #ff50a0;
}
#golf11800 .typeTitle p {
	color: #6ebe1e;
	margin: -17px auto 0;
}
#shoes12900 .typeTitle p {
	color: #00c1b0;
	margin: 1rem auto 0;
}
#french14800 .typeTitle {
	padding-top: 0;
}
#french14800 .typeTitle p {
	color: #2f1100;
	margin: -15px auto 0;
}
.car-block {
	max-width: 1080px;
	padding-top: 40px;
	margin: 0 auto;
}
.car-row {
	padding-top: 40px;
}
.separate {
	padding-bottom: 40px;
	border-bottom: 2px solid #ffcadc;
}
.carBox h4 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 1.5rem;
	text-transform: none;
}
#french14800 .carBox h4 {
	font-size: 17px;
	line-height: 1.3;
	min-height: 3.6rem;
}
.supTxt, .lease-days {
	font-size: 14px;
}
.lease-days {
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
}
.lease-days.pink {
	background: #ff50a0;
}
.lease-days.ygreen {
	background: #6ebe1e;
}
.lease-days.green {
	background: #00c1b0;
}
.lease-days.brown {
	background: #2f1100;
}
.fukidashi {
    margin-top: -5px;
}
/*----- その他のプラン -----*/
#other {
	margin-top: 8rem;	
}
.other-plan {
	max-width: 945px;
	padding-top: 40px;
	margin: 0 auto;
}
.planBlock {
	padding: 3rem 4rem;
}
.planBlock.esthe {
	background: #c1e9f2;
}
.planBlock.yakiniku {
	background: #f0ecde;
}
.planBlock > .flex {
	margin-top: 1.2rem;
}
.planBlock > .flex p {
	font-size: 15px;
}

/*------------------------------------
アフターフォロー
------------------------------------*/
#after-follow {
	background: #fff;
	padding-top: 60px;
}
#after-follow > .bg {
	padding-bottom: 60px;
	background: #fff0d7;
	margin-top: 0;
}
#after-follow > .bg:before {
	content: none;
}
#after-follow .span12 img {
	margin: 0 auto;
}
.af-block {
	max-width: 930px;
	margin: 3rem auto;
}
.af-block:last-child {
	margin-bottom: 0;
}
.af-block h5 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 1.5rem;
}
.af-block p {
	line-height: 1.6;
}
.af-block p span {
	color: #e41373;
}

/*------------------------------------
無料ご相談フォーム
------------------------------------*/
#inquiry {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #fff;
}
.inquiry-block {
	max-width: 896px;
	margin: 0 auto;
}
.inquiry-block h3 {
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 800;
	font-size: 36px;
    border-bottom: 2px solid #ff0000;
    padding-bottom: 2rem;
    margin-bottom: 3.5rem;
}
.inquiry-block h3 span.logo {
	display: inline-block;
	margin-right: 2rem;
}
.contactUs_table {
	width: 100%;
}
.contactUs_table th {
	text-align: right;
	width: 30%;
	padding: 1em;
	vertical-align: top;
	font-size: 18px;
	color: #000;
	font-weight: normal;
}
.contactUs_table th .essential {
	background: #ff0000;
	color: #fff;
	padding: 3px 5px;
	border-radius: 5px;
	font-size: 14px;
	display: inline-block;
	margin-left: 5px;
}
.contactUs_table td {
	padding: 1em;
	text-align: left;
}
#contact-formular input[type="text"], textarea {
	background: #fff;
	border: 1px solid #808080;
	box-shadow: none;
}
#commentsform input[type="text"], textarea {
	padding-left: 3%;
	padding-right: 3%;
	width: 94%;
	max-width: 100%;
}
#contact-formular input#name,
#contact-formular input#furigana,
#contact-formular input#email,
#contact-formular input#tel {
	width: 70%;
}
#contact-formular input[type="submit"] {
	font-size: 20px;
	padding: 1.4em 3em;
	background: #aaa;
	color: #000;
	margin-top: 30px;
}
#contact-formular input[type="submit"]:hover{
	color:#fff !important;
}

/*------------------------------------
フッター
------------------------------------*/
#campaign_footer {
	background: url(../images/campaign/201909/footer_bg_img.jpg) center no-repeat;
	background-size: cover;
	box-shadow: none;
	position: relative;
	padding: 70px 0 20px;
}
#campaign_footer:before {
	content: '';
	background-color: rgba(246, 203, 217, 0.95);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#campaign_footer > .container-fluid {
	max-width: 1077px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
#campaign_footer > .container-fluid hr {
	background-color: #c896a0;
	margin: 50px 0;
}
.footer-block {
	max-width: 945px;
	margin: 0 auto;
	text-align: left;
}
.footer-block h4 {
	color: #e41373;
	font-size: 25px;
	font-weight: bold;
	margin: 0 auto 1.5rem;
	line-height: 100%;
}
.footer-block .span6 p {
	line-height: 1.5;
}
.footer-block p {
	font-size: 16px;
}
.footer-block h4.phone {
	font-size: 33px;
	margin: 1rem auto;
	padding-left: 30px;
	position: relative;
}
.footer-block h4.phone:before {
	content: '';
	background: url(../images/campaign/201909/footer_phone_24x24.svg) no-repeat;
	background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
	transform: translateY(-50%);
    width: 24px;
    height: 24px;
}
.copyright {
    margin-top: 3rem;
	font-size: 14px !important;
    color: #222;
}
#menu_top {
	width: 50px;
	left: 0;
	top: -50px;
	margin-left: 0;
	margin-top: 0;
	background: url(../images/campaign/201909/back_top_30x20.svg) #fc397f center no-repeat;
	background-size: 30px 20px;
	border-radius: 0;
	line-height: 50px;
}

/*------------------------------------
レスポンシブ
------------------------------------*/
@media only screen and (max-width: 1024px){
#shoes12900 .typeTitle img {
	max-width: 62%;
}
#french14800 .carBox h4 {
	font-size: 15px;
	min-height: 3rem;
}
}

@media only screen and (max-width: 945px){
p {
	font-size: 16px;
}
.about-lease, .four-point, .qa, .cta, .car-block, .other-plan, .af-block, .inquiry-block, .footer-block {
	max-width: 95%;
}
.point-box {
	padding: 4rem;
}
.point-box h3 {
	font-size: 26px;
}
p.subTitle {
	font-size: 19px;
}
.serviceList li {
	font-size: 17px;
}
.blockTxt {
	font-size: 15px;
}
.accordion dt span {
	font-size: 16px;
}
.accordion dt span:last-child {
	width: 550px;
}
.accordion dd {
	font-size: 15px;
}
.ctaBlock > div {
	margin: 0 10px;
}
#shoes12900 .typeTitle {
    padding: 60px 0 40px;
}
.carBox h4 {
	font-size: 15px;
	margin: 1rem 0;
}
.supTxt, .lease-days {
	font-size: 12px;
}
.lease-days {
	padding: 4px 8px;
}
.fukidashi img {
	max-width: 60%;
}
#french14800 .carBox h4 {
	font-size: 14px;
	min-height: 2.5rem;
}
.planBlock > .flex p {
    font-size: 13px;
}
.footer-block p {
	font-size: 14px;
}
}

@media only screen and (max-width: 800px){
.about-lease, .four-point, .qa, .cta, .car-block, .other-plan, .af-block, .inquiry-block, .footer-block {
	max-width: 90%;
}
.about-lease h2 {
	font-size: 25px;
}
.point-box {
	padding: 3rem;
}
.mb-4 {
	margin-bottom: 3rem;
}
p.subTitle {
	font-size: 18px;
}
.serviceList li {
	font-size: 15px;
	margin: 0 3px;
	border-radius: 1rem;
}
.point-box h3 {
	font-size: 22px;
	padding-left: 160px;
}
.point {
	padding: 1rem 1.3rem;
}
.point > .text-center {
	width: 100%;
}
.blockHead {
	padding-left: 0;	
}
.blockHead:before {
	position: static;
	display: block;
	margin: 0 auto 0.7rem;
}
.blockHead br {
	display: none;
}
.accordion dt span:last-child {
	width: 65%;
}
.supTxt, .lease-days {
	font-size: 10px;
}
.carBox h4 {
	line-height: 1.2;
}
.planBlock {
	padding: 2rem 2.5rem;
}
.planBlock > .flex p {
    font-size: 11px;
}
.contactUs_table th {
	font-size: 15px;
}
#campaign_footer {
	padding: 50px 0 20px;
}
#campaign_footer > .container-fluid hr {
	margin: 40px 0;
}
.footer-block h4 {
	font-size: 20px;
}
.footer-block > .span6 > p {
	font-size: 12px;
}
.footer-block > .span12 > img {
	width: 350px;
}
.footer-block h4.phone {
	font-size: 28px;
	padding-left: 1em;
}
.footer-block > .span12 > p {
	font-size: 13px;
}
.copyright {
	font-size: 11px !important;
}
}

@media only screen and (max-width: 768px){
.about-lease, .four-point, .qa, .cta, .car-block, .other-plan, .af-block, .inquiry-block, .footer-block {
	max-width: 95%;
}
#lease, .cta-box {
	padding-top: 40px;
	padding-bottom: 40px;
}
#after-follow > .bg {
	padding-bottom: 40px;
}
.four-point h2 {
    margin-bottom: 3rem;
}
.four-point h2 img {
	width: 300px;
}
.about-lease h2 span {
	font-size: 20px;
}
.ctaHead h3 {
	font-size: 25px;
}
span.text_l {
    font-size: 34px;
}
span.text_m {
    font-size: 29px;
}
.bg {
	margin-top: 3rem;
}
.car-block {
	padding-top: 20px;
}
.af-block h5 {
	font-size: 23px;
}
.af-block p {
    font-size: 15px;
}
}

/* 以下モバイル表示 */
@media only screen and (max-width: 767px){
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
.about-lease, .four-point, .qa, .cta, .car-block, .af-block, .inquiry-block, .footer-block {
    max-width: 90%;
}
#all-attached > .box {
	padding-top: 40px;
	padding-bottom: 40px;
}
#all-attached > .box > div {
	max-width: 95%;
	margin: 0 auto;
}
.about-lease h2 {
	text-align: left;
	margin-bottom: 2rem;
}
.about-lease h2 img {
	vertical-align: baseline;
	padding-right: 5px;
}
.about-lease h2 span {
	display: block;
	margin-top: 5px;
}
.point-box h3 {
	text-align: center;
	padding-left: 0;
	line-height: 1.4;
}
.point-box h3.point1:before, .point-box h3.point2:before, .point-box h3.point3:before, .point-box h3.point4:before {
	position: static;
	display: block;
	margin: 0 auto 1.5rem;
}
.nowrap > br {
	display: none;
}
.point-1 > .flex, .point-3 > .flex {
	flex-direction: column;
}
.point-1 > .flex .block-left, .point-1 > .flex .block-right,
.point-3 > .flex .block-left, .point-3 > .flex .block-right {
	display: block;
}
.point-1 > .flex .block-left, .point-3 > .flex .block-left {
	margin-bottom: 2.5rem;
	margin-right: 0;
}
.point-1 > .flex .block-right, .point-3 > .flex .block-right {
	margin-left: 0;
}
.serviceList {
	grid-template-columns: 1fr 1fr 1fr 1fr;
	-ms-grid-columns: 1fr 1fr 1fr 1fr;
}
.serviceList li {
	margin: 3px;
	min-height: 35px;
}
.sp > .point {
    padding: 2rem;
	margin-right: 0;
	margin-bottom: 10px;
}
.sp > .point:last-child {
	margin-bottom: 0;
}
.blockHead {
	font-size: 25px;
	padding-left: 42px;
	line-height: 34px;
}
.blockHead:before {
    position: absolute;
    display: inline-block;
    margin: 0;
}
.point > .flex > .text-center {
	flex-basis: 20%;
}
.blockTxt {
	margin-bottom: 0;
	flex-grow: 1;
	margin-left: 1.5rem;
}
.cta-box {
	display: none;
}
.typeTitle > img {
	max-width: 90%;
	margin: 0 auto;
}
.typeTitle {
    padding: 30px 0 40px;
}
.typeTitle p {
	max-width: 60%;
	font-size: 22px;
	padding: 0.6rem;
	margin: 1rem auto 0;
}
#golf11800 .typeTitle p {
	margin: 1rem auto 0;
}
#shoes12900 .typeTitle {
	padding-top: 0;
}
#shoes12900 > .bg {
	background-image: none;
}
#shoes12900 .typeTitle img, #french14800 .typeTitle img {
	max-width: 100%
}
.car-row {
	padding-top: 20px;
}
.separate {
	padding-bottom: 0;
	border-bottom: none;
}
.carBox {
    width: 50% !important;
    display: inline-block !important;
	padding: 1rem;
	margin-bottom: 1rem;
}
.carBox h4 {
	font-size: 20px;
}
#french14800 .carBox h4 {
	font-size: 18px;
}
.supTxt, .lease-days {
	font-size: 14px;
}
.other-plan {
	max-width: 100%;
}
#after-follow {
	padding-top: 0;
}
#after-follow .text-center img {
	margin: 0 auto;
}
.af-block p {
	margin-bottom: 2rem;
}
.contactUs_table th, .contactUs_table td {
	display: block;
	width: 100%;
	text-align: center;
	padding: 1rem 0;
}
.contactUs_table td {
	padding-top: 0;
}
#contact-formular input[type="text"], textarea {
	margin-bottom: 0;
}
#contact-formular input#name, #contact-formular input#email, #contact-formular textarea {
	width: 90%;
}
.footer-block h4 {
	margin-top: 1.5rem;
}
.footer-block > .span6 > p {
    font-size: 14px;
}
#campaign_footer > .container-fluid hr {
	margin: 30px auto;
	max-width: 90%;
	float: none;
}
.footer-block > .span12 > p {
	font-size: 14px;
	margin-top: 1.5rem;
}
.copyright {
	font-size: 13px !important;
	margin-top: 2rem !important;
}
#banner {
	width: 100%;
	display: block;
	position: fixed;
	bottom: 0;
	z-index: 1000;
}
}

@media only screen and (max-width: 500px){
#lease {
	padding-bottom: 0;
}
.about-lease, .four-point {
	padding-bottom: 40px;
}
.four-point h2 {
    margin-bottom: 2rem;
}
.four-point h2 img {
	width: 250px;
}
.point-box {
    padding: 2rem;
	margin-bottom: 1.5rem;
}
.point-box h3.point1:before, .point-box h3.point2:before, .point-box h3.point3:before, .point-box h3.point4:before {
	width: 120px;
	height: 62px;
}
.point-1 > .flex .block-left {
	margin-bottom: 3rem;
}
.point-1 .block-left .text-center {
	width: 75%;
	margin-left: auto;
}
.point-box h3 {
	font-size: 24px;
	margin-bottom: 1rem;
	line-height: 1.3;
}
.mb-4 {
    margin-bottom: 2rem;
}
p.subTitle {
	margin-bottom: 2rem;
}
.serviceList li {
	font-size: 13px;
	min-height: 28px;
	line-height: 1.3;
	border-radius: 0.7rem;
}
.blockHead {
	font-size: 22px;
	padding-left: 35px;
	line-height: 30px;
}
.blockHead:before {
	background-size: contain !important;
	width: 30px;
	height: 30px;
}
.sp > .point {
	padding: 1.5rem 1.8rem;
}
.sp > .point > .flex {
	display: table;
}
.point > .flex > .text-center, .blockTxt {
	display: table-cell;
	vertical-align: top;
}
.point > .flex > .text-center {
	width: 35%;
}
.blockTxt {
	padding-left: 1.5rem;
}
.blockTxt span {
	font-size: 0.85em;
}
.qa h2 img {
	width: 320px;
}
dl.accordion {
	margin-top: 15px;
}
dl.accordion dt {
	padding: 2rem;
}
.accordion dt span {
	font-size: 15px;
	padding-left: 5rem;
}
.accordion dt span:before {
	width: 40px;
	height: 25px;
}
.accordion dt span:last-child {
	width: 70%;
}
.accordion dt span.accordion-status {
	width: 30px;
	height: 30px;
	background-size: 30px 30px;
	right: 30px;
}
.accordion dt.accordion-active span.accordion-status {
	background-size: 30px 30px;
}
.accordion dd {
	padding: 1rem 2.5rem 2rem;
	text-align: justify;
}
#car-lineup {
	padding-top: 40px;
	padding-bottom: 40px;
}
#car-lineup h2 img {
	width: 320px;
}
#ranking > .bg {
	margin-top: 2rem;
}
.bg:before {
	border: 25px solid transparent;
	border-top: 25px solid;
}
.typeTitle {
    padding: 10px 0 20px;
}
.typeTitle > img {
	max-width: 80%;
}
#golf11800 > .typeTitle > img {
	max-width: 90%;
}
#shoes12900 .typeTitle {
	padding-bottom: 20px;
}
.typeTitle p {
	max-width: 70%;
	font-size: 20px;
}
.car-block {
	max-width: 95%;
}
.car-row {
    padding-top: 0;
}
.carBox h4, #french14800 .carBox h4 {
    font-size: 16px;
	margin-bottom: 0.3rem;
}
#golf11800 .carBox h4 {
	min-height: 3.3rem;
}
#french14800 .carBox h4 {
	min-height: 4.5rem;
}
.supTxt, .lease-days {
	font-size: 12px;
}
#other {
    margin-top: 40px;
}
#other .span12 .text-center img {
	width: 280px;
}
.other-plan {
	padding-top: 20px;
}
.af-block {
	margin: 2rem auto 2.5rem;
}
.af-block h5 {
	font-size: 20px;
	margin-bottom: 1rem;
}
.af-block p {
    margin-bottom: 1rem;
}
.af-block .span4 img {
	width: 200px;
}
.af-block:last-child .span4 img {
	width: 100px;
}
.inquiry-block h3 {
	font-size: 30px;
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 2rem;
}
.inquiry-block h3 span.logo {
	display: block;
	margin-right: 0;
	border-bottom: 4px solid #ff0000;
	padding-bottom: 0.5rem;
	margin-bottom: 1rem;
}
#contact-formular input[type="submit"] {
	font-size: 18px;
	padding: 1.2em 2.5em;
	margin-top: 20px;
	width: 60%;
	line-height: 1;
}
#campaign_footer {
    padding: 30px 0 10px;
}
.footer-block h4 {
	margin: 2rem auto 1rem;
}
}

@media only screen and (max-width: 420px){
p {
    font-size: 15px;
}
#all-attached > .box {
	padding-top: 30px;
	padding-bottom: 30px;
}
.about-lease, .four-point {
    padding-bottom: 25px;
}
.about-lease h2 {
	font-size: 22px;
	margin-bottom: 1.5rem;
}
.about-lease h2 span {
    font-size: 18px;
}
.about-lease h2 img {
	padding-right: 3px;
	width: 270px;
}
span.taxin {
    font-size: 12px;
}
.four-point h2 img {
    width: 220px;
}
.point-box {
	padding: 1.7rem;
	margin-bottom: 1.2rem;
}
.point-box h3 {
	font-size: 21px;
}
.point-box h3 span.taxin {
	font-size: 13px;
}
.point-box h3.point1:before, .point-box h3.point2:before, .point-box h3.point3:before, .point-box h3.point4:before {
	width: 110px;
	height: 56px;
}
p.subTitle {
	font-size: 17px;
	padding: 0.7rem;
}
.serviceList {
	grid-template-columns: 1fr 1fr 1fr;
	-ms-grid-columns: 1fr 1fr 1fr;
}
.serviceList li {
	min-height: 24px;
}
.blockHead {
	font-size: 18px;
	padding-left: 30px;
	line-height: 25px;
}
.blockHead:before {
	width: 25px;
	height: 25px;
}
.point > .flex > .text-center {
    width: 30%;
}
.blockTxt {
    padding-left: 1.2rem;
}
.qa h2 img {
	width: 270px;
}
dl.accordion dt {
	padding: 1.2rem;
	margin-top: 10px;
}
.accordion dt:first-child {
	padding-top: 1.2rem;
}
.accordion dt span {
	font-size: 14px;
	padding-left: 4rem;
}
.accordion dt span:before {
    width: 35px;
    height: 20px;
}
.accordion dt span.accordion-status {
	right: 20px;
}
.accordion dd {
	font-size: 14px;
}
#car-lineup h2 img {
    width: 300px;
}
.carBox {
	padding: 0.5rem;
	margin-bottom: 1.5rem;
}
.carBox h4, #french14800 .carBox h4 {
    font-size: 15px;
}
#shoes12900 .carBox h4 {
	min-height: 3rem;
}
.fukidashi {
	margin-top: -3px;
}
#campaign_footer {
	padding-top: 30px;
}
.footer-block > .span12 > img {
    width: 300px;
}
.footer-block > .span12 > p {
    margin-top: 1rem;
}
.copyright {
	margin-top: 1.3rem !important;
}
}

@media only screen and (max-width: 380px){
.about-lease h2 {
    font-size: 20px;
}
.about-lease h2 span {
    font-size: 16px;
}
.about-lease h2 img {
	width: 250px;
}
.four-point h2 {
    margin-bottom: 1.5rem;
}
.four-point h2 img {
    width: 200px;
}
.point-box {
	padding: 1.5rem;
}
.point-box h3 {
    font-size: 20px;
}
.point-box h3.point1:before, .point-box h3.point2:before, .point-box h3.point3:before, .point-box h3.point4:before {
	width: 92px;
	height: 50px;
	margin: 0 auto 1rem;
}
.mb-4 {
    margin-bottom: 1.5rem;
}
p.subTitle {
	font-size: 16px;
}
.sp > .point {
    padding: 1.2rem;
}
.blockHead {
    font-size: 17px;
}
.point > .flex > .text-center {
	flex-basis: 45%;
}
.blockTxt {
    font-size: 14px;
}
.accordion dt span:last-child {
	width: 65%;
}
.accordion dd {
    font-size: 13px;
}
#car-lineup h2 img {
    width: 260px;
}
#one-piece9800 > .bg {
    margin-top: 1.5rem;
}
.typeTitle p {
	font-size: 16px;
	line-height: 1;
	margin: 0.6rem auto 0;
}
.carBox h4, #french14800 .carBox h4 {
    font-size: 14px;
}
#golf11800 .carBox h4, #shoes12900 .carBox h4 {
	min-height: 2.6rem;
}
.supTxt, .lease-days {
    font-size: 10px;
}
#other .span12 .text-center img {
    width: 240px;
}
.af-block {
    margin: 1.5rem auto;
}
.af-block h5 {
    font-size: 17px;
    margin-bottom: 0.6rem;
}
.af-block p {
    font-size: 13px;
}
#campaign_footer > .container-fluid hr {
	margin: 25px auto;
}
.footer-block > .span12 > img {
    width: 250px;
}
.footer-block h4 {
    font-size: 17px;
}
.footer-block > .span6 > p {
    font-size: 13px;
}
.footer-block > .span12 > p {
	font-size: 12px;
}
.copyright {
	font-size: 11px !important;
	margin-top: 1.5rem !important;
}
}


/*------------------------------------
202007追記　キャンペーン修正
------------------------------------*/
.campaign202007 #top-image > .box {
	background: url(../images/campaign/202111/pc_topimg_2060x1371.jpg) #e50012 center no-repeat;
    background-size: cover;
	padding-top: 67%;
}
.campaign202007 #ranking > .bg:before {
    border-top-color: #e60012;
}
.campaign202007 #golf11800 > .bg {
    background: url(../images/campaign/202007/titleimg_lineup_asoberu_bg.png);
}
.campaign202007 #golf11800 > .bg:before {
    border-top-color: #3ca957;
}
.campaign202007 #shoes12900 > .bg {
    background: #e50011;
}
.campaign202007 #shoes12900 > .bg:before {
    border-top-color: #e50011;
}
.campaign202007 #french14800 > .bg {
    background: url(../images/campaign/202007/titleimg_lineup_autobrake_bg.png);
}
.campaign202007 #french14800 > .bg:before {
    border-top-color: #58c0cf;
}
#costcut > .bg {
    background: #006a56;
    background-image: repeating-linear-gradient(90deg, #6ba193, #6ba193 1px, transparent 1px, transparent 32px), repeating-linear-gradient(0deg, #6ba193, #6ba193 1px, transparent 1px, transparent 32px);
    background-size: 32px 32px;
    background-position: 50% 50%;
}
#costcut > .bg:before {
    border-top-color: #006a56;
}
.campaign202007 .typeTitle,
.campaign202007 #shoes12900 .typeTitle,
.campaign202007 #french14800 .typeTitle {
    padding: 20px 0;
}
.campaign202007 #ranking .typeTitle {
    padding-top: 0px;
	padding-bottom: 0px;
}
.campaign202007 #golf11800 .typeTitle,
.campaign202007 #costcut .typeTitle {
    padding: 35px 0;
}
.campaign202007 #golf11800 .carBox h4,
.campaign202007 #shoes12900 .carBox h4,
.campaign202007 #french14800 .carBox h4,
#costcut .carBox h4 {
    margin-bottom: 5px;
}
#costcut .carBox h4 {
    min-height: 3.6rem;
}
.carprice {
    text-align: center;
    margin-bottom: 1rem;
}
.carprice span.f-big {
    font-size: 120%;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 800;
}
.carprice span.f-small {
    font-size: 80%;
    margin-left: -5px;
}
.grn {
    background-color: #00a254;
}
.campaign202007 .other-plan {
    max-width: 1080px;
}
.campaign-after-lead {
    background-color: #161b61;
    color: #fff;
    text-align: center;
    border-radius: 0.5em;
    padding: 20px;
    margin-bottom: 1em;
    position: relative;
    line-height: 1.5;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 800;
}
.campaign-after-lead:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -40px;
    left: 50%;
    border: 20px solid #161b61;
    border-left: 15px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 15px solid transparent;
}
.campaign-after-lead span {
    font-size: 150%;
    display: block;
    line-height: 1.2;
}
.campaign-after-txt {
    color: #e50011;
    font-size: 4em;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 15px;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 800;
    border-top: 6px double;
    border-bottom: 6px double;
    padding: 10px 0;
}
.campaign-after-subtxt {
    color: #161b61;
    text-align: center;
}
.campaign-after-lead-img {
    text-align: center;
    margin-bottom: -5em;
}
.campaign-after-lead-img > img {
    width: 80%;
}
@media (min-width: 1200px){
.campaign202007 .span4.carBox {    width: 330px;}
}
@media (min-width: 768px) and (max-width: 979px){
.campaign202007 .span4.carBox {    width: 218px;}
}
@media only screen and (max-width: 768px){
.campaign202007 #top-image > .box {
	background: url(../images/campaign/202111/sp_topimg_1664x1868.jpg) #e50012 center no-repeat;
	background-size: cover;
	padding-top: 112%;
}
}
@media only screen and (max-width: 500px){
.campaign202007 #shoes12900 .typeTitle {
    padding: 20px 0;
}
.campaign202007 #golf11800 .typeTitle, .campaign202007 #costcut .typeTitle {
    padding: 25px 0;
}
.campaign202007 .typeTitle > img {
    max-width: 90%;
}
.campaign202007 #ranking .typeTitle > img {
    max-width: 80%;
}
.campaign202007 #french14800 .typeTitle img {
    max-width: 85%;
}
.campaign202007 #golf11800 .carBox h4,
.campaign202007 #shoes12900 .carBox h4,
#costcut .carBox h4 {
    min-height: auto;
}
.campaign-after-lead {
    margin: 2em 0 1.5em;
    font-size: 17px;
}
.campaign-after-txt {
    font-size: 2.8em;
    margin-bottom: 10px;
}
.campaign-after-lead-img {
    margin-bottom: -7em;
    margin-top: 2em;
}
.campaign-after-lead-img > img {
    width: 90%;
}
}