@charset "UTF-8";

/* -------------------------------------------------------------------
reset
------------------------------------------------------------------- */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 100%;
}

body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

mark {
    background: transparent;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

sub,
sup {
    font-size: 75%;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul li,
ol li {
    list-style: none;
}

img,
picture source {
    width: 100%;
    vertical-align: bottom;
}

img,
abbr,
acronym,
fieldset {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

legend {
    border: 0;
    *margin-left: -7px;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
input {
    line-height: normal;
    *overflow: visible;
    border: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
}

.disable {
    pointer-events: none;
    opacity: 0.5;
}
/** body全般 **/
body {
    margin: 0 auto;
    font-family: "Hiragino Sans", "游ゴシック", sans-serif;
    line-height: 1.8;
    background-color: #F0F0F0;
}
img{
    width: 100%;
}
/** 共通 **/
.width_fix {
    padding: 30px 20px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.annotation {
    font-size: 10px;
    text-align: left;
    color: #131D34;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0px;
    margin-top: 10px;
}
.text_class{
    font-family: "Hiragino Kaku Gothic ProN", "游ゴシック体", "メイリオ";
    font-size: 16px;
    color: #212121;
    letter-spacing: 0px;
    line-height: 1.5;
}
.title_class {
    font-size: 20px;
    line-height: 1.5;
    color: #131D34;
    font-weight: bold;
    padding-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.header_padding {
    padding-top: 0px;
    padding-bottom: 15px;
}
/** firstView **/
.header_area {
    background-color: #FFFFFF;
    padding-top: 0px;
    padding-bottom: 0px;
}
.header_img_area {
    padding: 0px;
}
.title_img_area {
    padding-top: 20px;
    padding-bottom: 0px;
}
.move_area {
    display: flex;
}
.front_image {
    z-index: 99;
    margin-left: auto;
    margin-right: auto;
}
.truck_img {
    margin-top: 46px;
}
/* css scroll */
.main_visual_area.motion .slider_area_css {
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
    display: flex;
}
.main_visual_area.motion .slider_area_css .slider {
    display: flex;
}
.main_visual_area.motion .slider_area_css .slider {
    animation: infinity-scroll-right 10s infinite linear 0.5s both;
}
.main_visual_area.motion .slider_area_css .slider .item {
    width: 1056px;
}
@keyframes infinity-scroll-right {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}
.slider .item img {
    width: auto;
}
.mv_message_area {
    padding-top: 0px;
}
.mv_title {
    padding-left: 20px;
    padding-right: 20px;
}
/** formボタン **/
.form_button_area{
    background-color: #FFFFFF;
}
.form_button {
    display: flex;
    background-color: #FF0211;
    box-shadow: 0px 6px 12px #00000029;
    text-decoration: none;
    border-radius: 68px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin-left: auto;
    margin-right: auto;
    padding: 10px 15px;
    font-weight: bold;
}
.button_text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.5;
}
.form_button img {
    width: 32px;
}
/** お客様のお声エリア **/
.customer {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.customer img {
    width: 50px;
}
.customer_last {
    margin-bottom: 0px;
}
.voice_area {
    padding: 20px;
    position: relative;
    border-radius: 10px;
    width: calc(100% - 14px);
    background-color: #FFFFFF;
    margin-left: auto;
    margin-left: 24px;
}
/** 吹き出し **/
.voice::before {
    content: "";
    position: absolute;
    top: 15px;
    left: -24px;
    border: 10px solid transparent;
    border-right: 14px solid #FFFFFF;
    z-index: 2;
}
/** おすすめポイントエリア **/
.solution_area {
    background-color: #FFB035;
    position: relative;
}
.solution_area::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto auto auto;
    width: 30px;
    height: 12px;
    border: 15px solid transparent;
    border-top: 12px solid #F0F0F0;
    box-sizing: border-box;
}
.solution_point {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
}
.sub_title {
    margin: 20px 0;
}
/** 買取対象商品エリア **/
.item_row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.item_box {
    border-radius: 10px;
    background-color: #FFFFFF;
    padding: 20px;
    width: calc((100% - 20px)/2);
}
.item_text_area {
    margin-top: 10px;
}
.item_text {
    text-align: center;
}
/** ご利用の流れ **/
.step_area {
    background-color: #FFFFFF;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding: 20px;
}
.step_area>img {
    margin-bottom: 20px;
}
.step_title {
    text-align: center;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 20px;
}
.step {
    display: flex;
    align-items: center;
    color: #FF7F2C;
    margin-bottom: 20px;
}
.step::before,
.step::after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #FF7F2C;
}
.step::before {
    margin-right: 10px;
}
.step::after {
    margin-left: 10px;
}
.step_text_area {
    font-size: 16px;
    line-height: 1.8;
}
/** FAQ **/
.faq {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    margin-bottom: 20px;
}
.faq_last {
    margin-bottom: 0;
}
.question, .answer {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.8;
    width: 16px;
    margin-right: 5px;
}
.question {
    color: #FF0211;
    font-weight: bold;
}
.question_text {
    font-weight: bold;
}
.question_area {
    margin-bottom: 20px;
}
.question_area,
.answer_area {
    display: flex;
}
.answer {
    color: #4DC9FF;
}
.question_text, .answer_text {
    margin-left: 10px;
    color: #131D34;
    line-height: 1.8;
}
.link_word:link, .link_word:hover, .link_word:visited {
    text-align: left;
    text-decoration: underline;
    letter-spacing: 0px;
    color: #FF0211;
}
.link_word {
    font-weight: bold;
}
.company_info_title {
    font-size: 16px;
    line-height: 1.8px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #131D34;
}
.company_info_area>img {
    width: 85%;
    max-width: 286px;
}
.company_info_area {
    color: #131D34;
    font-size: 12px;
    line-height: 1.8;
}
.company_info {
    padding-top: 20px;
    padding-bottom: 30px;
}
.copyright {
    color: #131D34;
    font-size: 10px;
    font-weight: 1.8;
}
