@charset "utf-8";
body{
	font-family:'Noto Sans JP',sans-serif;
	font-size: 18px;
	line-height: 1.8;
	color: #333333;
	background-color: #f2b3b0;
    background-image: url(/lp/adg/_index/img/pc_bg_parking.png),url(/lp/adg/_index/img/pc_bg_pipe.png);
    background-repeat: no-repeat;
    background-position: bottom center, top right;
    background-attachment: fixed;
    background-size: 100% auto, 120px;
	overflow-x: hidden;
}
.bgcolor{
	background-color: #fbf3f3;
}
a{
	text-decoration: none;
}
b{
	font-weight: bold;
}
em{
	font-style: normal;
}
.content_ttl img{
    margin: 0 auto;
    display: block;
    padding: 20px 0;
}
.content_area {
    max-width: 1000px;
    margin: 0 auto;
}
.content_area .col{
	width: calc(100% - 40px);
    margin: 0 auto 20px;
}
.content_area .col > img {
    margin: 0 auto;
    display: block;
    width: 100%;
}

.wrap_border{
	border: 10px solid #ffffff;
	background-color:#fbf3f3;
	box-sizing: border-box;
}
.flex {
    display: flex;
    justify-content: space-between;
}

.ribbon{
    position: relative;
}
.ribbon:before{
    content: '';
    background: #00a293;
    color: #ffffff;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    left: -5px;
    text-align: center;
    font-weight: bold;
}
.ribbon:after{
    content: "";
    position: absolute;
    top: 30px;
    left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #000 transparent transparent;
    border-width: 0 5px 5px 0;
}

.arrow{
    position: relative;
    width: initial;
}
.arrow:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: -25px;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    box-sizing: border-box;
    border-style: solid;
    border-color: red transparent transparent transparent;
    border-width: 25px 25px 0 25px;
}
.content_area.arrow:after{
    border-color: #ffffff transparent transparent transparent;
}
.content_ttl.arrow:after,
.reason ol li.arrow:after{
    border-color: #fbf3f3 transparent transparent transparent;
}

.shadow{
	position: relative;
}
.shadow:before{
    content: '';
    width: 100%;
    height: 30px;
	display: block;
    bottom: 0;
    position: absolute;
    box-shadow: 0 20px 25px #f5ced29e;
}

.focus_arrow:before,
.focus_arrow:after{
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
    bottom: -15px;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: relative;
}
.focus_arrow:before{
    border-width: 50px 0 0 10px;
    margin-right: 15px;
    transform: rotate(-15deg);
}
.focus_arrow:after{
    border-width: 50px 10px 0 0;
    margin-left: 15px;
    transform: rotate(15deg);
}

.link_fixed {
   margin-top:-136px;
  padding-top:136px;
}


/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    Header
_______________________________________________________*/
header {
    background-color: #03a293;
    color: #ffffff;
    margin: 0 auto;
    padding: 10px 20px 0;
    font-size: 14px;
    line-height: 1;
	position:fixed;
	z-index:9999;
	width: 100%;
}
header h1 {
    position: relative;
}
header h1 span{
	font-weight: normal;
    display: block;
    position: absolute;
    left: 75px;
    top: 0;
}
header h1 img {
    width: 250px;
    vertical-align: middle;
    margin-top: 0;
}
header p em{
    font-size: 3em;
    line-height: 1.2;
    font-weight: bold;
    display: block;
    text-align: right;
    color: #ffe200;
}
nav li {
    width: calc(100% / 4);
}
nav li a{
    color: #ffffff;
    padding: 20px 0;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    display: block;
    font-size: 1.2em;
    position: relative;
}
nav li a:hover{
	opacity: 0.8;
}
nav li:not(:last-child) a:after{
    content: '';
    display: inline-block;
    width: 1px;
    height: 25px;
    background: #ffffff;
    position: absolute;
    right: 0;
    top: 15px;
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    MV / From
_______________________________________________________*/
#main{
    background: linear-gradient(to right,  rgba(254,201,203,1) 0%,rgba(248,187,182,1) 100%);
    padding-top: 136px;
}
#main .content_area{
    position: relative;
	height: inherit;
}
#main .content_area h1 img{
    margin-left: -20px;
}
#form_area {
    width: 400px;
    background-color: #ffffff;
    color: #000000;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 20px;
}

.form_title {
    display: inline-block;
    vertical-align: text-bottom;
    width: 33%;
    text-align: left;
    font-weight: 500;
    font-size: 15px;
}
.form_area {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
    width: 60%;
}

.contact_form{
	background-color: #fff;
	margin: inherit;
	padding:20px 5px 20px 5px;
	right:0;
	top:180px;
	left:inherit;
}

.contact_form .btn_1{
	width: 95%;
	display: block;
	max-width: 370px;
	margin: 0 auto;
	padding:10px;
	font-size:24px;
}

.contact_form .btn_1:before,
.btn_1:before{
	content: '';
    display: inline-block;
    background-image: url(/lp/adg/_index/img/arrow1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	top: 7px;
	width: 40px;
	height: 30px;
    margin-right: 10px;
}

#main form p:before{
	content: '';
	width: 30px;
	height: 30px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: bottom left;
	position: relative;
	bottom: -5px;
	background-size: contain;
	margin-right: 10px;
	margin-left: 10px;
}
#main form p:nth-child(1):before{
    background-image:url(/lp/adg/_index/img/form_icon_car.png);
}

#main form p:nth-of-type(2):before{
    background-image:url(/lp/adg/_index/img/form_icon_customer.png);
}

.radius5{
	border-radius: 5px;
}

.btn_1:hover{
	opacity: .7;
}
.btn_1{
	cursor: pointer;
	display: inline-block;
	color: #ffffff;
	font-size:28px;
	text-align: center;
	width: 450px;
	padding: 20px;
	box-sizing: border-box;
	font-weight: 600;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0;
	border: 1px solid #a2000d;
	box-shadow: 2px 2px 4px inset;
	border-radius: 6px;
	text-decoration: none;
	background: linear-gradient(to bottom, #e60012 46%, #b4000e 54%, #b4000e 60%, #dc0011 92%);
}

.must:before{
	content: '必須';
	font-weight: 600;
	text-align: center;
	color:#fff;
	line-height: 30px;
	font-size:16px;
	width: 40px;
	height: 30px;
	background: #ff0014;
	display: inline-block;
	margin-right: 10px;
}
.any:before{
	content: '任意';
	font-weight: 600;
	text-align: center;
	color:#fff;
	line-height: 30px;
	font-size:16px;
	width: 40px;
	height: 30px;
	background: #73b327;
	display: inline-block;
	margin-right: 10px;
}

.must+dd select,
.must+dd input{
	background-color: #ffffe4;
	border: 1px solid #999;
}
.any+dd select{
	background-color: #fff;
}

input.input_jp,input.input_ex,.form_space_other_under,.contact_form input{
	width: 100%;
	height: 40px;
	font-size: 18px;
	padding: 5px;
	box-sizing: border-box;
}
input, select, .dummy_select{
	font-size:16px !important;
}
#modal_car_box #tab_list li{
	padding:4px 0;
}
#modal_car_box{
	margin: 150px auto 30px auto;
}

#form_area dl:nth-of-type(2){
	padding-bottom:0;
}
#main form dt{
    font-weight: 600;
    display: inline-block;
    min-width: 38%;
    vertical-align: top;
    margin-top: 0;
    margin-bottom: 0;
}

#main form dd{
	display: inline-block;
	width: 60%;
	padding-bottom: 8px;
}

#main form p{
	background-color: #eeeeee;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    font-size: 20px;
}
#main form input{
	height: 30px;
}
#main form select{
	width: 100%;
	height: 36px;
	font-size: 18px;
	border: 1px solid #bbb;
}

.contact_form input{
	width: 100%;
	border: 1px solid #bbb;
}
#main .contact_form{
	position: absolute;
	top:0;
	z-index: 1;
	width: 365px;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	padding-top: 10px;
}
#main dd.question, #sec8 .footer_form_inner dd.question{
	padding-bottom: 0;
}
.errors{
	padding-bottom:10px;
    color: red;
    font-size: 12px;
}
.submit_btn_box img{
	width: 10%;
	margin: 0 auto;
	display: block;
}
.p.form-agreement{
	margin-bottom: 15px;
}
.f_smaller {
    font-size: 15px;
    line-height: 1.2;
}

.information_banner{
	padding: 30px 0 0;
    box-sizing: border-box;
}
#common_zei_box{
	margin: 0 auto;
}

.sec_area{
	background-color: #ffe200;
}

.sec_area img{
    margin-top: -20px;
    position: relative;
    padding-bottom: 10px;
}


/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    CV
_______________________________________________________*/
.cv {
    padding-top: 20px;
    width: 100%;
    padding-bottom: 60px;
    margin-top: 20px;
    line-height: 1.4;
}
.cv h3 {
    color: #ffffff;
    background: #c70000;
    padding: 0 0 10px;
    font-size: 34px;
    text-align: center;
}
.cv h4 {
    padding: 0 0 5px;
    font-size: 20px;
}
.cv h4 span {
    font-weight: normal;
}
.cv .flex {
    background-color: #ffffff;
    height: 160px;
    border: solid #c70000 6px;
}
.cv .cv-tel,
.cv .cv-web {
    text-align: center;
    padding: 10px 0 0;
}

.cv .flex .cv-tel {
    background: url(/lp/adg/_index/img/cv-tel-bg.jpg) no-repeat;
    background-position: left 15px bottom -60px;
    background-size: 65px;
    width: 80%;
    padding-left: 8%;
}
.cv .cv-tel p {
    font-size: 16px;
}
.cv .cv-tel p .attention {
    display: inline-block;
    padding: 4px 6px;
    background: #fee600;
    color: #dc0000;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
}
.cv .cv-tel p .attention + .cv-tel-num {
    color: #c70000;
    font-size: 42px;
    display: block;
    line-height: 1.2;
    font-weight: bold;
}
.cv .cv-web {
    width: 120%;
}
.cv .cv-web .cv-web-btn {
    background-color: #00af4e;
    display: block;
    position: relative;
    width: 90%;
    padding: 15px 0 25px;
    text-decoration: none;
    font-weight: bold;
    margin: 0 auto;
    border-radius: 10px;
    border-bottom: 7px solid #005622;
}
.cv .cv-web .cv-web-btn:after {
    width: 8px;
    height: 8px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fdfdfd;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8%;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.cv .cv-web .cv-web-btn:hover{
    border-bottom: 3px solid #005622;
    bottom: -3px;
}
.cv .cv-web-btn span {
    color: #fff600;
}
.cv .cv-web-btn p {
    color: #ffffff;
    font-size: 30px;
    line-height: 1.2;
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    選ばれる理由
_______________________________________________________*/
.reason .flex{
    align-items: flex-end;
}
.reason .col{
    margin-bottom: 0;
    padding: 30px 30px 10px 10px;
    width: 100%;
    max-width: 550px;
}
.reason .col p{
	padding:10px 0 20px 60px;
}
.reason li:first-child .flex + img{
    width: calc(100% - 70px);
    margin: 0 auto;
    display: block;
}
.reason li:first-child,
.reason li:nth-child(2){
	padding-bottom: 30px;
}
.reason li:nth-child(2) .col{
	padding-top: 40px;
}
.reason li:last-child .col{
	padding-top: 10px;
}
.reason .table_style{
    border: 15px solid #ffffff;
    width: calc(100% - 70px);
    margin: 0 auto;
    border-radius: 10px;
    box-sizing: border-box;
    padding-bottom: 0;
    font-weight: bold;
}
.reason table{
    border: 1px solid #d8d8d8;
    text-align: center;
    font-size: 0.9em;
    table-layout: fixed;
    width: 100%;
}
.reason th,
.reason td{
    border: 1px solid #d8d8d8;
     border-collapse: collapse;
}
.reason table th,
.reason table td{
    vertical-align: middle;
    padding: 0.2em 0;
}
.reason table th:first-child,
.reason table td:first-child{
    background-color: #ededed;
    color: #595959;
}
.reason table th:nth-child(2){
    background-color: #ff6c00;
    width: 30%;
}
.reason table th:last-child{
    background-color: #808080;
    color: #ffffff;
}
.reason table td:nth-child(2){
    background-color: #fff8d2;
    color: #ff6c00;
}
.reason table tr:last-child td{
    border-top-width: 3px;
}
.reason table tr:last-child td:first-child{
    background-color: #ffffff;
}
.reason table tr:last-child td:nth-child(2){
    background-color: #ffecee;
    color: #ff3144;
}
.reason table tr:last-child td:last-child{
    background-color: #ecf9ff;
    color: #084387;
}
.reason table th img{
    padding: 0 5px;
    box-sizing: border-box;
}
.reason table span{
    font-size: 0.8em;
    font-weight: normal;
}
.reason table tr:last-child td:first-child{
    color: #000000;
}
.reason table tr:last-child td:nth-child(2){
    font-size: 1.2em;
}
.reason table td:nth-child(2) em{
    font-size: 1.8em;
}
.reason table td:last-child em{
    font-size: 1.4em;
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    事例
_______________________________________________________*/
.jirei h2 + .col img{
	padding: 40px 0 10px;
    width: calc(100% - 100px);
}
.jirei .jirei_list.col{
    background: url(/lp/adg/_index/img/pc_jirei_bg.png) repeat-y #ffffff;
    padding: 20px 40px;
    box-sizing: border-box;
}
.jirei_list{
    text-align: center;
}
.jirei_list h3{
    padding-bottom: 6px;
    border-bottom: 2px solid #f0e6e6;
    margin-bottom: 10px;
}
.jirei_list dl{
	padding: 10px;
    box-sizing: border-box;
    border-right: 1px dotted #c3c3c3;
}
.jirei_list dt{
	margin-bottom: 10px;
}
.jirei_list dt img {
    margin: 0 auto;
    width: 100%;
    display: block;
}
.jirei_list h4{
	margin-bottom: 5px;
}
.jirei_list h4 + p{
    color: #c70000;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 25px;
}
.jirei_list h4 + p:before,
.jirei_list h4 + p:after{
	vertical-align: middle;
	font-size: 0.5em;
}
.jirei_list h4 + p:before{
	content: '買取価格：';
	font-weight: normal;
}
.jirei_list h4 + p:after{
	content: '円';
}
.jirei_list dd p:last-child{
    font-size: 0.8em;
    color: #333333;
}

.jirei .jirei_list + .flex {
    padding: 20px 0 20px;
}
.jirei .jirei_list + .flex p{
	text-align:center;
	font-weight: bold;
	font-size: 1.1em;
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    流れ
_______________________________________________________*/
.flow h2{
    margin-bottom: 50px;
}
.flow .content_ttl + p{
    text-align: center;
    font-weight: bold;
    padding: 0 0 60px;
}
.flow li{
    width: 24%;
    text-align: center;
    position: relative;
}
.flow li p{
    text-align: right;
    width: 90%;
    margin-left: -10px;
    font-weight: bold;
    line-height: 1.2;
}
.flow .step-num{
    color: #ff2626;
    font-weight: bold;
    text-align: left;
    display: inline-block;
    width: 80%;
    position: absolute;
    top: -30px;
    right: 0;
    left: 0;
    margin: 0 auto;
    line-height: 1.2;
    padding: 0;
}
.flow .step-num em{
    font-size: 1.5em;
    font-style: normal;
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    よくあるご質問
_______________________________________________________*/
.qa .content_ttl {
    padding: 20px 0;
}
.qa > .content_area {
    text-align:left;
    padding-bottom: 60px;
}
.qa-list{
    padding: 20px 0;
}
.qa .content_area li {
    background-color: #ffffff;
    padding-right: 10px;
    width: calc(100% / 3 - 25px);
}
.qa .content_area li h3{
	font-size: 1.1em;
}
.qa .content_area li h3,
.qa .content_area li p{
    line-height: 1.6;
    padding-left: 35px;
    padding-bottom: 20px;
}
.qa .content_area li h3.ribbon:before {
    content: 'Q';
}
.qa .content_area li p.ribbon:before {
    content: 'A';
    background-color: #ff3144;
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    フッター
_______________________________________________________*/
footer {
    background-color: #fff;
    text-align: center;
    padding: 20px 0 20px;
    color: #a2a2a2;
}
footer .content_area{
    padding:5px 0 20px;
    display: table;
}
footer .content_area p {
    display: table-cell;
}
footer .content_area p a {
    color: #000;
    padding: 0 20px;
}