html {
    overflow-x: hidden;
}

body {
    box-sizing: border-box;
    font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
    overflow-x: hidden;
    font-size: 18px;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 5%;
}

.pagetop a {
    display: inline;
    background-color: #c00;
    color: #fff;
    font-size: 1.5rem;
    font-family: sans-serif;
    text-align: center;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    height: 52px !important;
    vertical-align: bottom !important;
}

.pagetop a:hover {
    opacity: 0.5;
    transition: all 200ms 0s ease;
}


.about_flex,
#top_flow_wrap,
#top_genre_wrap {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 1000ms;
}

#about h2,
#top_flow h2,
#top_genre h2 {
    opacity: 0;
    transform: translate(0, 0);
    transition: all 800ms;
}

#about h2.scrollin,
.about_flex.scrollin,
#top_flow h2.scrollin,
#top_flow_wrap.scrollin,
#top_genre h2.scrollin,
#top_genre_wrap.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

a.anchor {
    display: block;
    padding-top: 90px;
    margin-top: -90px;
}

.for_sp {
    display: none;
}

/*------------パンくずリスト--------*/

.breadcrumb {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    font-size: 0.9rem;
    padding-top: 1rem;
}

.breadcrumb li {
    display: inline-block;
}

.breadcrumb li a {
    color: #333333;
}

/*---------無料査定はこちら------------------*/

.assessment {
    position: relative;
    max-width: 25rem;
    width: 100%;
    margin: 3rem auto;
    height: 80px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}

.assessment div {
    position: absolute;
    width: 100%;
    height: 80px;
    box-sizing: border-box;

    border: 3px solid #c00;
    border-radius: 0.5rem;
}

.assessment div a {
    display: block;
    text-decoration: none;
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 2rem;
    line-height: 80px;
}

.assessment div:nth-child(1) {
    background-color: #c00;
    border-radius: 0.5rem;
}

.assessment div:nth-child(1) a {
    color: #fff;
}

.assessment div:nth-child(2) {
    background-color: #fff;
    transition: all 0.5s 0ms ease;
    -webkit-transition: all 0.5s 0ms ease;
    -moz-transition: all 0.5s 0ms ease;
    transform: translate(-25rem, 0px);
    -webkit-transform: translate(-25rem, 0px);
    -moz-transform: translate(-25rem, 0px);
}

.assessment div:nth-child(3) {
    color: #c00;
    left: -25rem;
    transition: left 0.5s 0ms ease;
    -webkit-transition: left 0.5s 0ms ease;
    -moz-transition: left 0.5s 0ms ease;

    border-radius: 0.5rem;
}

.assessment div:nth-child(3) a {
    color: #c00;
}

.assessment:hover div:nth-child(2) {
    transition: all 0.5s 0ms ease;
    -webkit-transition: all 0.5s 0ms ease;
    -moz-transition: all 0.5s 0ms ease;
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
}

.assessment:hover div:nth-child(3) {
    left: 0px;
    transition: left 0.5s 0ms ease;
    -webkit-transition: left 0.5s 0ms ease;
    -moz-transition: left 0.5s 0ms ease;

}


/*---------ヘッダー-------------------------*/

header {
    border-bottom: 0;
}

#top_links {
    background-color: #eee;
}

#top_links_inner {
/*    max-width: 1000px;*/
    width: 90%;
    margin: auto;
    font-size: 14px;
    text-align: center;
}

#top_links a {
    color: #222;
    padding: 3px;
}

header h1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

header h1 span {
    font-weight: bold;
    /*    font-family: 'M PLUS 1p', sans-serif;*/
    font-family: 'Kosugi Maru', sans-serif;
    margin-left: 1rem;
    margin-bottom: -2.5rem;
    font-size: 1.3rem;
}

#header_contents {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    margin-bottom: 5px;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#header_logo {
    max-width: 180px;
    width: 100%;
    height: auto;
    /* margin-top: 0.5rem; */
    margin-bottom: -1.5rem;
}

#header_SNS {
    margin-top: 4rem;
    margin-right: 15rem;
    display: flex;
}

#header_SNS img {
    max-width: 40px;
    min-width: 40px;
    height: auto;
    margin-left: 5px;
}


#header_links {}

#header_tel_img {
    max-width: 1.5rem;
    width: 100%;
    height: auto;
    margin-bottom: -3px;
}

#header_tel {
    margin-bottom: 5px;
}

#header_tel p {
    text-align: center;
    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
}

#header_tel_time {
    text-align: center;
    font-size: 1rem !important;
    font-weight: bold;
    display: block;
    margin-top: -0.5rem;
}

#SP_header_tel_time {
    display: none;
}

#header_mail {
    background-color: #f36800;
    /* background: linear-gradient(0deg , #ffa , #ffc); */
    padding: 8px;
    border-radius: 3px;
    /* border: 2px solid #dd5; */
}

#header_mail a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

#header_mail:hover{
    opacity: 0.5;
    transition: all 200ms 0s ease;
}

#header_mail_img {
    max-width: 2rem;
    width: 100%;
    height: auto;
    margin-right: 3px;
    margin-bottom: -5px;
}


#PC_nav {
    background-color: #c00;
    border-bottom: 3px solid #ccc;
}

#PC_nav ul {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    font-family: 'Kosugi Maru', sans-serif;

    padding: 1rem;
}

.fixed {
    position: fixed;
    top: 0;
    padding: 0;
    width: 100%;
    z-index: 1000;
}

#PC_nav ul li {
    flex: 1 1 0;
    text-align: center;
    border-left: 2px dotted #fff;
}

#PC_nav ul li:last-child {
    border-right: 2px dotted #fff;
}

#PC_nav ul li a {
    text-decoration: none;
    font-size: 1.1rem;
    color: #fff;
    display: block;
}

#PC_nav ul li a:hover {
    color: #faa;
    transition: all 200ms 0s ease-out;
}


@-moz-document url-prefix() {
    #header_logo {
        width: 180px;
    }

    #header_tel_img {
        display: none;
    }

    #header_mail {
        text-align: center;
    }

    #header_mail_img {
        display: none;
    }
}



/*--ハンガーガーメニュー--*/
#nav-drawer {
    position: relative;
    text-align: right;
    display: none;
}

.nav-unshown {
    display: none;
}

#nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
}

#nav-open span {
    right: 1rem;
}

#nav-open span,
#nav-open span::before,
#nav-open span::after {
    position: absolute;
    height: 3px;
    width: 40px;
    border-radius: 3px;
    display: block;
    content: '';
    cursor: pointer;
    background-color: #aaa;
}

#nav-open span {
    top: 24.5%;
}

#nav-open span::before {
    bottom: -10px;
}

#nav-open span::after {
    bottom: -20.5px;
    /*下バー*/
}

#nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    width: 300%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: .3s ease-in-out;
}

#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    max-width: 200px;
    height: 100%;
    background-color: #eee;
    transition: .3s ease-in-out;
    -webkit-transform: translateY(-105%);
}

#nav-input:checked ~ #nav-close {
    display: block;
    opacity: .5;
    right: 0%;
}

#nav-input:checked ~ #nav-content {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
}

#nav-content a {
    text-decoration: none;
    display: block;
    color: #333;
    font-size: 1.2rem;
    font-family: 'Kosugi Maru', sans-serif;
    padding: 1rem;
    border-bottom: 2px dotted #aaa;
}

#nav-content a:hover{
    color: #f87;
    transition: all 200ms 0s ease;
}


/*---------カルーセル------------------*/

#top_main {
    width: 100%;
}

#top_main h2 {
    display: none;
}

.slider {
    display: block;
}


.slider img {
    display: block;
    margin: auto;
    width: 75%;
    height: auto;
}

.slider2 {
    display: none;
}

.slick-slide img {
    display: none !important;
}





/*-------トップページ挨拶--------------------*/

#about {
/*    max-width: 1000px;*/
    width: 90%;
    margin: 2rem auto;
}

#about h2 {
    font-size: 1.8rem;
    text-align: center;
    color: #444;
    font-family: 'M PLUS 1p', sans-serif;
    padding-bottom: 1rem;
}

.about_flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin: 1rem 0 2rem 0;
}

.about_p_wrap {
    flex: 1 1 0;
}

.about_p_wrap h3{
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.about_p_wrap h3::after{
    content: "";
    display: block;
    height: 3px;
    width: 100%;
    background: linear-gradient(to right, #c00, #fff);
}

.about_p_wrap h3::first-letter{
    font-size: 1.7rem;
    color: #c00;
}

.about_p_wrap p{
    margin-left: 0.5rem;
}

.about_flex img {
    flex: 1 1 0;
    max-width: 400px;
    width: 100%;
    height: auto;
    margin-left: 2rem;
    box-shadow: 3px 3px #aaa;
}


/*--------トップページ買取の流れ--------------*/

#top_flow {
    width: 100%;
    padding: 1rem 0;
    /* background: linear-gradient(90deg, rgba(255, 240, 240, 0.5) 50%, transparent 50%),
        linear-gradient(rgba(255, 240, 240, 0.5) 50%, transparent 50%);
    background-color: #fffefe;
    background-size: 40px 40px; */
}

#top_flow h2 {
    font-size: 1.8rem;
    text-align: center;
    color: #444;
    font-family: 'M PLUS 1p', sans-serif;
    padding-bottom: 1rem;
}

#top_flow_wrap {
    width: 70%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
}

.top_each_flow {
    flex: 1 1 0;
}

.top_each_flow h3 {
    text-align: center;
    font-size: 1.5rem;
    font-family: 'Kosugi Maru', sans-serif;
    color: #222;
}

.top_each_flow img {
    max-width: 150px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0.5rem auto;
}

.top_each_flow p {
    margin: 0 1rem;
}

.top_steps {
    color: #c00;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: bold;
}

.top_next {
    color: #f39800;
    line-height: 19rem;
    font-size: 2rem;
}



/*-----トップページ買取ジャンル----------*/

#top_genre {
    padding: 1rem 0;
    margin-bottom: 3rem;
}

#top_genre h2 {
    font-size: 1.8rem;
    text-align: center;
    color: #444;
    font-family: 'M PLUS 1p', sans-serif;
    padding-bottom: 1rem;
}

#top_genre_wrap {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-rows: 50% 50%;
    grid-template-columns: 1fr 1fr 1fr;
}

.top_each_genre {
    margin: 0.5rem;
}

.top_each_genre h3 {
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    color: #222;
}

.top_each_genre h3::before,
.top_each_genre h3::after {
    content: "l";
    color: #c00;
    font-weight: bold;
    margin: 0 3px;
}

.top_each_genre img {
    max-width: 250px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0.8rem auto;
}

.top_each_genre img:hover {
    max-width: 270px;
    transition: all 400ms 0s ease;
}

.top_each_genre p {
    font-size: 16px;
    margin: 0 2rem;
}

#top_else {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    text-align: center;
    margin-top: 3rem;
    font-size: 1.7rem;
    border-bottom: 1px solid #ccc;
}

.cannot{
    text-align: center;
}


/*------トップページお知らせ-------------*/

#news {
/*    background-color: #fee;*/
    background:  linear-gradient(90deg , #fee , #fff , #fee);
    padding: 1rem 0;
}

#news h2 {
    font-size: 1.8rem;
    text-align: center;
    color: #444;
    font-family: 'M PLUS 1p', sans-serif;
    padding-bottom: 0.5rem;
}

#news ul {
    max-width: 700px;
    width: 90%;
    margin: auto;
    height: 150px;
    overflow-y: scroll;
    font-size: 16px;
    background-color: #fff;
    border-radius: 5px;
}

#news ul li {
    padding: 0.7rem 0.5rem;
    border-bottom: 2px dashed #ccc;
}

#news ul li a {
    text-decoration: none;
    color: #222;
}

#news ul li a:hover {
    color: #c00;
    transition: all 200ms 0s ease-out;
}


/*------フッター-----------------*/

footer {
    width: 100%;
    background-color: #eee;
    border-top: 3px solid #aaa;
}

#footer_info {
    max-width: 800px;
    width: 90%;
    margin: 0.5rem auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

#footer_logo {
    max-width: 180px;
    width: 100%;
    height: auto;
}

#footer_info p {
    margin: 0 3rem;
    font-size: 16px;
}

#footer_tel {
    max-width: 1rem;
    width: 100%;
    height: auto;
    margin-right: 3px;
    margin-bottom: -3px;
}

#footer_content {
    max-width: 1000px;
    width: 90%;
    margin: auto;
    margin-bottom: 1rem;
    padding: 1rem 0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

.footer_genre ul li {
    margin: 0.3rem 0;
}

.footer_genre ul li::before {
    content: "▶";
    color: #c00;
    font-size: 0.8rem;
    margin-right: 2px;
}

.footer_genre ul li a {
    text-decoration: none;
    color: #222;
}

.footer_genre ul li a:hover {
    color: #c00;
    transition: all 200ms 0s ease-out;
}

#copyright {
    text-align: center;
    color: #222;
}

.footer_license {
    color: #222;
    text-align: center;
    font-size: 0.8rem;
}


/*------事前査定フォーム----------*/

#form_intro {
    max-width: 1000px;
    width: 90%;
    margin: 0rem auto 2rem auto;
}

#form_main h1 {
    font-weight: bold;
    font-size: 1.8rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

#form_main h1::before {
    content: "l";
    color: #c00;
    margin-right: 3px;
}


#form_main form {
    max-width: 900px;
    width: 90%;
    margin: 2rem auto;
}

#form_main h1 {}

.step {
    max-width: 1000px;
    width: 90%;
    margin: 1rem auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.each_step {
    flex: 1 1 0;

    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    color: #c00;
    background-color: #fff;
    border: 2px solid #cd2b00;
    padding: 0.5rem;
    border-radius: 0.9rem;
}

.step_bow {
    margin: 0 0.5rem;
    font-weight: bold;
    color: #c00;
}

.imakoko {
    color: #fff;
    background-color: #c00;
}


#form_main form dl {}

#form_main form dl dt {
    padding: 1rem;
    font-weight: bold;
}

#form_main form dl dd {
    padding-left: 15rem;
    padding-bottom: 1rem;
    margin-top: -2.8rem;
    border-bottom: 1px dashed #aaa;
}

#form_main form dl dd:last-child {
    border-bottom: none;
}


.item_dl {
    margin-bottom: 2rem;
    border: 2px solid #f39800;
    border-radius: 10px;
}

.item_dl dt {
    max-width: 9rem;
}

.number {
    background-color: #f39800 !important;
    max-width: 1000px !important;
    color: #fff;
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 1.4rem;
    padding: 0.5rem !important;
    border-radius: 7px 7px 0 0;
}

.number + dd {
    border-bottom: none !important;
}

/*-------*/
#item2,
#item3 {
    display: none;
}

.only_used1,
.only_used2,
.only_used3 {
    display: none;
}

#warranty_date1,
#warranty_date2,
#warranty_date3 {
    display: none;
}

#keppin_input1,
#keppin_input2,
#keppin_input3 {
    display: none;
}

#dirt_input1,
#dirt_input2,
#dirt_input3 {
    display: none;
}

#ababa {
    display: none;
}

input[type="date"] {
    position: relative;
}

input[type="date"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="date"]::-webkit-clear-button {
    /*    -webkit-appearance:inherit;*/
}

input[type="date"]::-webkit-datetime-edit-year-field,
input[type="date"]::-webkit-datetime-edit-month-field,
input[type="date"]::-webkit-datetime-edit-day-field {}

input[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    width: 80%;
}

#shuka_wrap {
    display: none;
    border-top: 1px solid #ccc;
    padding-top: 0.5rem;
    margin-right: 5rem;
}

.shuka_address {
    display: none;
}

#takuhai_wrap {
    display: none;
    border-top: 1px solid #ccc;
    padding-top: 0.5rem;
    margin-right: 5rem;
}

#over3dt {
    opacity: 0;
}

#over3dd {
    font-size: 15px;
    font-weight: bold;
    padding-right: 1rem;
}

/*-------*/

#user_dl {
    margin-bottom: 2rem;
    border: 2px solid #c00;
    border-radius: 10px;
}

#user_dl dt {
    max-width: 10rem;
}

#customer_info {
    background-color: #c00 !important;
    max-width: 1000px !important;
    color: #fff;
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 1.4rem;
    padding: 0.5rem !important;
    border-radius: 7px 7px 0 0;
}

#customer_info + dd {
    border-bottom: none !important;
}

.ramp {
    font-size: 15px;
    font-weight: bold;
}

.add_button {
    cursor: pointer;
    text-align: center;
    font-family: 'Kosugi Maru', sans-serif;
    border-radius: 5px;
    background-color: #555;
    color: #fff;
    border: 1px solid #222;

    max-width: 10rem;
    margin: 0 auto 2rem auto;
}

.delete_button {
    cursor: pointer;
    border: 2px solid #222;
    background-color: #aaa;
    max-width: 1rem;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    border-radius: 100%;
    margin-top: 10px;
    margin-left: 0;
}

.form_attention {
    font-size: 0.9rem;
    color: #c00;
}

.must {
    background-color: #f00;
    color: #fff;
    font-size: 0.8rem;
    padding: 2px;
    margin-left: 3px;
}

.reco {
    background-color: #ee0;
    color: #000;
    font-size: 0.8rem;
    padding: 2px;
    margin-left: 3px;
}

.dummy {
    opacity: 0;
}

input[name='user_name'],
input[name='mail'],
input[name='address'],
textarea {
    width: 50%;
}



.terms_area {
    background-color: #fff;
    max-width: 900px;
    width: 100%;
    margin: auto;
    margin-bottom: 0.5rem;
    padding: 5px;
    height: 10rem;
    font-size: 16px;
    overflow-y: scroll;
    border: 1px solid #ccc;
}

#agree {
    display: block;
    margin: 1rem auto 2rem auto;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    background-color: #f39800;
    cursor: pointer;
}

input[type='submit'] {
    display: block;
    margin: auto;
    background-color: #c00;
    font-size: 2rem;
    color: #fff;
    font-family: 'M PLUS 1p', sans-serif;
    border-radius: 1rem;
    padding: 0.8rem;
    cursor: pointer;
    border-width: 0px;
    border: 2px solid #ddd;
}

input[type='submit']:hover {
    opacity: 0.5;
    transition: all 200ms 0s ease;
}

#to_confirm {
    opacity: 0.3;
}



/*-------事前査定確認画面------------*/

#confirm_main {
    max-width: 1000px;
    width: 90%;
    margin: auto;
}

#confirm_main h1 {
    font-weight: bold;
    font-size: 1.8rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

#confirm_main h1::before {
    content: "l";
    color: #c00;
    margin-right: 3px;
}

#confirm_main dl {}

#confirm_main dl dt {
    padding: 1rem;
    font-weight: bold;
}

#confirm_main dl dd {
    padding-left: 15rem;
    padding-bottom: 1rem;
    margin-top: -2.8rem;
}

.each_top {
    background-color: #eee;
}

#button_flex {
    max-width: 1000px;
    margin: 2rem auto;

    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

#back_button {
    background-color: #555;
    color: #fff;
    font-size: 1.5rem;
    font-family: 'M PLUS 1p', sans-serif;
    border-radius: 10px;
    padding: 0.8rem;
    cursor: pointer;
    border-width: 0px;
    border: 2px solid #ddd;
}

#back_button:hover {
    opacity: 0.5;
    transition: all 200ms 0s ease;
}

/*-------事前査定完了画面------------*/

.thankyou_main {
    max-width: 1000px;
    width: 90%;
    margin: auto;
}

.thankyou_main h1 {
    font-weight: bold;
    font-size: 1.8rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.thankyou_main h1::before {
    content: "l";
    color: #c00;
    margin-right: 3px;
}

.step + p {
    margin-top: 2rem;
}

.thankyou_tel {
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
    margin: 0.5rem;
}

.dosen{
    margin-bottom: 2rem;
}

.dosen h2{
    background-color: #f39800;
    padding: 3px;
    font-weight: bold;
    font-size: 1.6rem;
    max-width: 1000px;
    width: 100%;
    margin: 5px auto 0.5rem auto;
    text-align: center;
}

.dosen a{
    text-decoration: none;
    display: block;
    max-width: 250px;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    border-radius: 3px;
    padding-left: 0.5rem;
}

#dosen_shopping{
    border: 1px solid #257;
    background-color: #257;
    margin: 0.5rem 0;
}

#dosen_shopping:hover{
    background-color: #fff;
    color: #257;
    transition: all 200ms 0s ease;
}

#dosen_rental{
    border: 1px solid #148680;
    background-color: #148680;
}

#dosen_rental:hover{
    background-color: #fff;
    color: #148680;
    transition: all 200ms 0s ease;
}

.thankyou_info {
    margin-top: 1rem;
    margin-bottom: 3rem;
    border-top: 1px solid #aaa;
    padding-top: 10px;
}

/*-----お問い合せフォーム-----------------*/

#contact_main {}

#contact_main h1 {
    font-weight: bold;
    font-size: 1.8rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

#contact_main h1::before {
    content: "l";
    color: #c00;
    margin-right: 3px;
}

#contact_intro {
    max-width: 1000px;
    width: 90%;
    margin: 0rem auto 2rem auto;
    padding-top: 1rem;
}

#contact_main form {
    max-width: 900px;
    width: 90%;
    margin: 2rem auto;
}

#contact_main form dl {
    margin-bottom: 2rem;
    /*    border: 2px solid #c00;*/
    border-radius: 10px;
}

#contact_main form dl dt {
    max-width: 10rem;
    padding: 1rem;
    font-weight: bold;
}

#contact_main form dl dd {
    padding-left: 15rem;
    padding-bottom: 1rem;
    margin-top: -2.8rem;
    border-bottom: 1px dashed #aaa;
}

#contact_main form dl dd:last-child {
    border-bottom: none;
}












/*-------買取ジャンル---------*/

#genre_main {

    /* background: linear-gradient(90deg, rgba(255, 240, 240, 0.5) 50%, transparent 50%),
        linear-gradient(rgba(255, 240, 240, 0.5) 50%, transparent 50%);
    background-color: #fffefe;
    background-size: 40px 40px; */
}

#genre_intro {
    max-width: 1000px;
    width: 90%;
    margin: 0rem auto 2rem auto;
}

#genre_main h1 {
    font-weight: bold;
    font-size: 1.8rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

#genre_main h1::before {
    content: "l";
    color: #c00;
    margin-right: 3px;
}

.each_genre {
    max-width: 1000px;
    width: 90%;
    margin: auto;
    margin-bottom: 5rem;
}

.each_genre:first-child {
    background-color: #f00;
}

.each_genre h2 {
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 0.25rem;
    margin-bottom: 0.5rem;
}

.each_genre h2::before,
.each_genre h2::after {
    content: "l";
    color: #c00;
    font-weight: bold;
    margin: 0 3px;
}

.genre_grid {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 50% 50%;
}

.items {
    border: 1px solid #ccc;
    background-color: #fff;
}

.items a {
    text-decoration: none;
    color: #000;
}

.items :hover {
    opacity: 0.7;
}

.items h3 {
    text-align: center;
}

.items img {
    max-width: 250px;
    width: 100%;
    height: auto;
    display: block;
    margin: 1rem auto;
}

.etc {
    text-align: right;
    margin-top: 2px;
    font-size: 1.3rem;
}

#genre_else {
    max-width: 600px;
    width: 90%;
    margin: auto;
    border: 2px solid #c00;
    background-color: #fff;
    padding: 0.5rem;
    border-radius: 5px;
}




/*-------よくある質問------------*/

#faq_main {
    max-width: 1000px;
    width: 90%;
    margin: auto;
}

#faq_main h1 {
    font-weight: bold;
    font-size: 1.8rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

#faq_main h1::before {
    content: "l";
    color: #c00;
    margin-right: 3px;
}

#faq_main dl dt {
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 1rem;
}

#faq_main dl dd {
    font-weight: bold;
    margin-bottom: 1rem;
}

#faq_main dl dd p {
    padding-left: 2rem;
    text-indent: -2rem;
}


.Q {
    font-size: 1.5rem;
    font-weight: bold;
    color: #f00;
    font-family: 'M PLUS 1p', sans-serif;
}

.A {
    font-size: 1.5rem;
    color: #f39800;
    font-weight: bold;
    font-family: 'M PLUS 1p', sans-serif;
}

/*--------買取の流れ-----------*/

.choice_wrap{
    display: flex;
    justify-content: center;
    margin-bottom: 10rem;
}

.choice{
    text-decoration: none;
    background-color: #F36800;
    color: #fff;
    border: 1px solid #F36800;
    padding: 0.8rem;
    font-size: 1.3rem;
    border-radius: 0.5rem;
    font-weight: bold;
    text-align: center;
    margin: 0.5rem 2rem;
    flex: 1 1 0;
}

.choice:hover{
    color: #F36800;
    background-color: #fff;
    transition: all 200ms 0s ease;
}

/*-----------*/

#flow_intro {
    max-width: 1000px;
    width: 90%;
    margin: auto;
    margin-bottom: 1rem;
}

#flow_main h1 {
    font-weight: bold;
    font-size: 1.8rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

#flow_main h1::before {
    content: "l";
    color: #c00;
    margin-right: 3px;
}

#sketch_wrap {
    max-width: 1000px;
    width: 80%;
    margin: auto;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.each_sketch {
    flex: 1 1 0;
}

.each_sketch p {
    text-align: center;
    font-weight: bold;
}

.each_sketch img {
    max-width: 150px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0.5rem auto;
}

.next {
    color: #f39800;
    font-size: 2rem;
    display: block;
    margin-top: 3rem;
}

.sketch_steps {
    color: #c00;
    /* font-family: 'Kosugi Maru', sans-serif; */
}



.each_flow {
    max-width: 1000px;
    width: 90%;
    margin: auto;
    padding: 1rem;

    border-bottom: 2px dashed #bbb;
}

#flow_main section:last-child {
    border-bottom: none;
}

.each_flow h2 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-left: -10px;
}

.each_flow p {
    line-height: 1.7;
}


#web_flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

#web_p_wrap {
    flex: 1 1 0;
    margin-right: 2rem;
}

#web_flex img {
    flex: 1 1 0;
    max-width: 350px;
    width: 100%;
    height: auto;
    border-radius: 3px;
}

#paper_flex {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.papers {
    flex: 1 1 0;
    margin: 1.5rem;
    border: 1px solid #ddd;
    padding-bottom: 1rem;
    font-size: 16px;
    box-shadow: 4px 4px #ddd;
}

.papers :not(h3) {
    padding: 0 1rem;
}

.papers h3 {
    text-align: center;
    font-weight: bold;
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 1.3rem;
    color: #cb0008;
    background-color: #feeadd;
    padding: 0.1rem;
}

#download {
    display: block;
    text-decoration: none;
    background-color: #c00;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    border-radius: 0.5rem;
    width: 45%;
    margin: 0 auto 1rem auto;
    padding: 0.5rem;
    border: 1px solid #c00;
}

#download:hover {
    opacity: 0.5;
    transition: all 200ms 0s ease;
}

#paper_img {
    max-width: 1.2rem;
    width: 100%;
    height: auto;
    display: inline-block;
    margin-right: -10px;
    margin-bottom: -3px;
}

#moshikomisho {
    max-width: 150px;
    width: 100%;
    height: auto;
    display: block;
    margin: 1.5rem auto;
    border: 1px solid #888;

    padding-top: 5px;
}

#license_img {
    max-width: 220px;
    width: 100%;
    height: auto;
    display: block;
    margin: 2rem auto 3rem auto;
}

#toki_img{
    max-width: 160px;
    width: 100%;
    height: auto;
    display: block;
    margin: 2rem auto 1rem auto;
}

.hojin_paper {
    text-decoration: none;
    margin: 0.8rem;
    color: #00f;
}

.hojin_paper:hover {
    border-bottom: 1px solid #00f;
}

#give_flex {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.each_give {
    flex: 1 1 0;
    margin: 1.5rem;
    border: 1px solid #ddd;
    padding-bottom: 1rem;
    font-size: 16px;
    box-shadow: 4px 4px #ddd;
}

.each_give :not(h3) {
    padding: 0 1rem;
}

.each_give h3 {
    text-align: center;
    font-weight: bold;
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 1.3rem;
    color: #cb0008;
    background-color: #feeadd;
    padding: 0.3rem;
}

.each_give img {
    max-width: 250px;
    width: 100%;
    height: auto;
    display: block;
    margin: 2rem auto;
}

#satei_flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

#satei_p_wrap {
    flex: 1 1 0;
    margin-right: 2rem;
}

#satei_flex img {
    flex: 1 1 0;
    max-width: 350px;
    width: 100%;
    height: auto;
    border-radius: 3px;
}

#pay_flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

#pay_flex p {
    flex: 1 1 0;
}

#pay_flex img {
    flex: 1 1 0;
    max-width: 250px;
    width: 100%;
    height: auto;
}

.steps {
    color: #c00;
    padding: 3px;
}

.flow_attention {
    font-size: 0.9rem;
    color: #333;
}

.flow_bold {
    font-weight: bold;
    font-size: 1.2rem;
    padding: 0 !important;
}

/*--------買取実績---------------------------------------------*/

.achievement_main {}

.achievement_top {
    max-width: 1000px;
    width: 90%;
    margin: auto;
    padding-bottom: 2rem;
}

.achievement_main h1 {
    font-weight: bold;
    font-size: 1.8rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.achievement_main h1::before {
    content: "l";
    color: #c00;
    margin-right: 3px;
}

.achieve_flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.achieve_p_box {
    font-size: inherit;
    flex: 1 1 0;
    margin-right: 2rem;
}

.achieve_p_box p {
    margin-bottom: 1rem;
}

.achieve_flex img {
    max-width: 300px;
    width: 100%;
    margin: auto;
    flex: 1 1 0;
}

.achievement_main article {

    /* background: linear-gradient(90deg, rgba(255, 240, 240, 0.5) 50%, transparent 50%),
        linear-gradient(rgba(255, 240, 240, 0.5) 50%, transparent 50%);
    background-color: #fffefe;
    background-size: 40px 40px; */
}

.achievement_main article h2 {
    max-width: none;
    background-color: #ccc;
    font-weight: bold;
    font-size: 1.3rem;
    text-align: center;
    padding: 5px;
}

#achievement_wanted_wrap{
    max-width:1000px;
    margin: 0.5rem auto;
}

#achievement_wanted_wrap h2{
    background: inherit;
    padding: 0;
}

#achievement_wanted_wrap #wanted_grid + p{
    margin-top: 0;
    text-align: right;
}

/*---------------------*/
.each_achieve {
    max-width: 500px;
    width: 90%;
    margin: 1rem auto;
    font-size: 16px;

    border: 2px solid #ccc;
    padding: 0.5rem;
    background-color: #fff;
    border-radius: 10px;
}

.each_achieve h3 {
    font-weight: bold;
    border-bottom: 2px solid #c00;
    margin-bottom: 5px;
}

.each_achieve_flex {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

#achievement_wanted_wrap #wanted_grid{
    grid-template-rows: 1fr 1fr;
}

#achievement_wanted_wrap .each_wanted{
    background-color: #fff;
    box-shadow: none;
}

#achievement_wanted_wrap .each_wanted h2{
    background-color: #ddd;
}

.left {
    flex: 1 0 0;
}

.each_achieve img {
    max-width: 150px;
    width: 100%;
    height: auto;
    border-radius: 50%;
    margin-top: 5px;
}

.each_achieve p:last-child {
    flex: 1 0 0;
}

.makers p {
    text-align: center;
    margin: 1rem;
    padding-bottom: 0.5rem;
}

/*-------利用規約--------------------------------------------*/

#terms_main {
    max-width: 1000px;
    width: 90%;
    margin: auto;
    padding-bottom: 2rem;
}

#terms_main h1 {
    font-weight: bold;
    font-size: 1.8rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

#terms_main h1::before {
    content: "l";
    color: #c00;
    margin-right: 3px;
}

.each_terms {
    margin-bottom: 2rem;
}

.each_terms h2 {
    font-weight: bold;
}

.each_terms ul li {
    margin-left: 2rem;
    text-indent: -1rem;
    margin-bottom: 5px;
}

.each_terms ul li::before {
    content: "○";
    margin-right: 2px;
}

/*-----------会社情報-----------------------*/

#company_main {
    max-width: 1000px;
    width: 90%;
    margin: auto;
    padding-bottom: 2rem;
}

#company_main h1 {
    font-weight: bold;
    font-size: 1.8rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

#company_main h1::before {
    content: "l";
    color: #c00;
    margin-right: 3px;
}

#company_main dl {
    margin-left: 1rem;
}

#company_main dl dt {
    font-weight: bold;
}

#company_main dl dd {
    margin-left: 10rem;
    margin-bottom: 2rem;
}

#company_logo {
    max-width: 90px;
    width: 100%;
    height: auto;

    display: block;
    margin: 2rem auto;
}

#company_main dl dd a {
    text-decoration: none;
    color: #222;
    border: 2px solid #ccc;
    background-color: #eee;
    padding: 0.2rem;
    margin: 0 0.5rem;
    border-radius: 3px;
}

#company_main dl dd a:hover {
    opacity: 0.5;
    transition: all 200ms 0s ease;
}

#googleMap {
    max-width: 900px;
    width: 100%;
    height: auto;
}

/*--------サイトマップ----------------------------------*/

#sitemap_main {
    max-width: 1000px;
    width: 90%;
    margin: auto;
    padding-bottom: 2rem;
}

#sitemap_main h1 {
    font-weight: bold;
    font-size: 1.8rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

#sitemap_main h1::before {
    content: "l";
    color: #c00;
    margin-right: 3px;
}

#sitemap_ul {
    margin-left: 1rem;
}

#sitemap_ul li {
    margin-bottom: 10px;
}

#sitemap_ul li::before {
    content: "▶";
    color: #c00;
    font-size: 15px;
    margin-right: 3px;
}

#sitemap_ul li a {
    text-decoration: none;
    color: #222;
}

#sitemap_ul li a:hover {
    color: #c00;
    transition: all 100ms 0s ease;
}

#genre_sitemap_ul {
    margin-top: 5px;
}

#genre_sitemap_ul li {
    margin-left: 1rem;
}

#genre_sitemap_ul li::before {
    content: "└";
    margin-right: 3px;
    color: #222;
}

/*-----法人様へ-----------------------------------------*/

#hojin_main {
    max-width: 1000px;
    width: 90%;
    margin: auto;
    padding-bottom: 2rem;
}

#hojin_main h1 {
    font-weight: bold;
    font-size: 1.8rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

#hojin_main h1::before {
    content: "l";
    color: #c00;
    margin-right: 3px;
}

#hojin_intro_img {
    display: block;
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: auto;
    margin-bottom: 1rem;
}

#hojin_intro {}

#hojin_attention {
    line-height: 1.8;
    border: 2px solid #c00;
}

#hojin_attention h2 {
    background-color: #c00;
    font-weight: bold;
    color: #fff;
    font-size: 1.3rem;
    padding: 5px;
    margin-bottom: 5px;
}

#hojin_attention h3 {
    font-weight: bold;
}

#hojin_attention p {
    margin-left: 1.5rem;
}

.hojin_bold {
    font-weight: bold;
    color: #f00;
}

/*---買取強化中------------------*/

#wanted_main {
    max-width: 1000px;
    width: 90%;
    margin: auto;
    padding-bottom: 2rem;
}

#wanted_main h1 {
    font-weight: bold;
    font-size: 1.8rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

#wanted_main h1::before {
    content: "l";
    color: #c00;
    margin-right: 3px;
}

#wanted_condition {
    margin: 0.5rem;
}

#wanted_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr
}

.each_wanted {
    background-color: #ddd;
    margin: 5px;
    padding: 5px;
    box-shadow: 2px 2px #aaa;
    font-weight: bold;
}

.each_wanted h2 {
    text-align: center;
}

.wanted_maker {
    font-weight: normal;
    font-size: 16px;
}

.each_wanted img {
    display: block;
    width: 80%;
    height: auto;
    margin: auto;
    padding: 0.5rem 0.5rem 1rem 0.5rem;
    border-bottom: 2px solid #777;
}

.each_wanted p {
    text-align: center;
    margin-top: 0.5rem;
}

#wanted_attention {
    font-size: 16px;
}

/*---梱包について------------------*/

#pack_main {
    max-width: 1000px;
    width: 90%;
    margin: auto;
    margin-bottom: 3rem;
}

#pack_main h1 {
    font-weight: bold;
    font-size: 1.8rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

#pack_main h1::before {
    content: "l";
    color: #c00;
    margin-right: 3px;
}

.pack_section{
    
}

.pack_section h2{
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    background-color: #f17600;
    color: #fff;
}

.pack_flex{
    max-width: 1000px;
    width: 95%;
    margin: auto;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    align-content: center;
}
.each_pack{
    flex: 1 1 0;
}

.each_pack h3{
    text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
    margin: 0.5rem;
}

.each_pack img{
    max-width: 15rem;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 0.5rem auto;
    border-radius: 5px;
}

.each_pack p{
    margin: 0 3rem;
}

#size160_p{
    max-width: 1000px;
    width: 95%;
    margin: 1rem auto;
}


#size160_img{
    max-width: 1000px!important;
    width: 95%;
    display: block;
    margin: auto;
    margin-bottom: 2rem;
}

.pack_bold{
    font-weight: bold;
    font-size: 1.3rem;
}

/*---ニュース中ページ------------------*/

.newspage_main {
    max-width: 1000px;
    width: 90%;
    margin: auto;
    padding-bottom: 10rem;
}

.newspage_main h1 {
    font-weight: bold;
    font-size: 1.8rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.newspage_main h1::before {
    content: "l";
    color: #c00;
    margin-right: 3px;
}

.newspage_main p {
    margin-bottom: 0.5rem;
}









/*----------------------------------------------------------------*/

#notfound{
    padding: 10rem 1rem;
    text-align: center;
}


























@media(max-width:990px) {
    #header_SNS {
        display: none;
    }

    #header_SNS img {
        width: 0;
    }
}



@media(max-width:769px) {

    body {
        font-size: 16px;
        position: relative;
    }

    main {
        margin-top: 80px;
    }

    .for_pc {
        display: none;
    }

    .for_sp {
        display: block;
    }

    header {
        border-bottom: 3px solid #ddd;


        position: fixed;
        width: 100%;
        background-color: #fff;
        z-index: 999;
        padding-bottom: 5px;
    }

    #top_links {
        display: none;
    }

    header h1 span {
        display: none;
    }

    #header_logo {
        max-width: 100px;
        margin-left: 0.5rem;
    }


    #header_tel {
        margin-bottom: 0;
        margin-right: 2.3rem;
        margin-top: 5px;
    }

    #header_tel_img {
        max-width: 1rem;
    }

    #header_tel p {
        font-size: 1.1rem;
    }

    #header_tel_time {
        display: none;
    }

    #SP_header_tel_time {
        font-size: 0.8rem !important;
        margin-top: -0.3rem;
        text-align: center;
        font-weight: bold;
        display: block;
    }

    #header_mail {
        display: none;
    }

    #PC_nav {
        display: none;
    }

    #nav-drawer {
        display: block;
    }

    #header_links {
        display: flex;
        margin-top: 5px;
    }

    /*----------*/

    .assessment {
        margin: 1.5rem auto;
        height: 50px;
    }

    .assessment div {
        width: 80%;
        height: 50px;
        left: 10%;
    }

    .assessment div a {
        font-size: 1.4rem;
        line-height: 50px;
    }

    .assessment:hover div:nth-child(3) {
        left: 10%;
    }

    /*------トップページ-------------*/

    .slider img {
        display: block;
        margin: auto;
        width: 100%;
        height: auto;
    }

    .slider {
        display: none;
    }

    .slider2 {
        display: block;
    }


    .slick-slide img {
        display: block !important;
        width: 100%;
        height: auto;
        padding-top: 11px;
    }




    #about {
        margin: 1rem auto;
    }

    #about h2 {
        font-size: 1.3rem;
        padding-bottom: 0.5rem;
    }

    .about_flex {
        flex-direction: column;
    }

    .about_flex img{
        margin-left: 0;
        margin-top: 5px;
        display: block;
        margin: 10px auto;
    }


    #top_flow {
        padding: 0.5rem 0;
    }

    #top_flow h2 {
        font-size: 1.3rem;
        padding-bottom: 0.5rem;
    }

    #top_flow_wrap {
        width: 100%;
        display: grid;
        grid-template-rows: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .top_each_flow h3 {
        font-size: 1.2rem;
    }

    .top_each_flow img {
        max-width: 100px;
    }

    .top_each_flow p {
        margin: 0 0.7rem;
        margin-bottom: 0.5rem;
    }

    .top_next {
        display: none;
    }



    #top_genre {
        padding: 0.5rem 0;
    }

    #top_genre h2 {
        font-size: 1.3rem;
        padding-bottom: 0.5rem;
    }

    #top_genre_wrap {
        max-width: 1000px;
        width: 100%;
        margin: auto;
        display: grid;
        grid-template-rows: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .top_each_genre {
        margin: 0;
    }

    .top_each_genre h3 {
        font-size: 1.2rem;
    }

    .top_each_genre img {
        max-width: 180px;
        width: 100%;
        height: auto;
        display: block;
        margin: 0.8rem auto;
    }

    .top_each_genre p {
        font-size: 16px;
        margin: 0 1rem;
        margin-bottom: 0.5rem;
    }

    #top_else {
        width: 90%;
        margin-top: 3rem;
        font-size: 1.2rem;
    }


    #news {
        padding: 0.5rem 0;
    }

    #news h2 {
        font-size: 1.3rem;
    }

    #news ul li {
        padding: 1rem 0.5rem;
    }

    /*-------*/

    footer {
        width: 100%;
        background-color: #eee;
        border-top: 3px solid #aaa;
    }

    #footer_info {
        flex-direction: column;
    }

    #footer_logo {
        max-width: 130px;
    }

    #footer_info p {
        display: none;
    }

    #footer_content {
        flex-direction: column;
        font-size: 18px;
    }

    .footer_genre ul li {
        margin: 1rem 0;
    }

    /*--------*/
    
    .choice_wrap{
        flex-direction: column;
        margin-top: 1rem;
    }

    #flow_intro {
        margin: 1rem auto;
    }

    #flow_main h1 {
        font-size: 1.5rem;
        margin-top: 0.2rem;
        margin-bottom: 0.2rem;
    }

    #sketch_wrap {
        display: none;
    }


    .each_flow h2 {
        font-size: 1.5rem;
        font-weight: bold;
        margin-left: -10px;
    }

    #web_flex {
        flex-direction: column-reverse;
    }

    #web_p_wrap {
        margin-right: 0;
    }

    #paper_flex {
        flex-direction: column;
    }

    #download {
        width: 70%;
    }

    #paper_img {
        max-width: 1rem;
        width: 100%;
        height: auto;
        display: inline-block;
        margin-right: -10px;
        margin-bottom: -3px;
    }

    #give_flex {
        flex-direction: column;
    }

    #satei_flex {
        flex-direction: column-reverse;
    }

    #satei_p_wrap {
        margin-right: 0;
    }




    #pay_flex {
        flex-direction: column;
    }


    #pay_flex img {
        max-width: 200px;
        margin: auto;
    }


    .flow_bold {
        font-size: 1.1rem;
    }

    /*--------*/

    #genre_main h1 {
        font-size: 1.5rem;
        margin-top: 0.2rem;
        margin-bottom: 0.2rem;
    }

    /*--------*/

    #faq_main {
        margin-top: 80px;
    }

    #faq_main h1 {
        font-size: 1.5rem;
        margin-top: 0.2rem;
        margin-bottom: 0.2rem;
    }


    /*-----事前査定フォーム------------*/

    #form_intro {
        margin: 0rem auto;
    }

    #form_main h1 {
        font-size: 1.5rem;
        margin-top: 0.2rem;
        margin-bottom: 0.2rem;
    }


    #form_main form {
        max-width: 900px;
        width: 90%;
        margin: 2rem auto;
    }

    #form_main h1 {}

    .step {
        width: 80%;
        margin: 0.5rem auto;
        flex-direction: column;
        align-items: inherit;
    }

    .each_step {
        text-align: left;
        font-size: 1rem;
        margin-bottom: 5px;
    }

    .step_bow {
        display: none;
    }

    #form_main form dl {}

    #form_main form dl dt {
        padding: 0.5rem;
    }

    .dummy {
        display: none;
    }


    #form_main form dl dd {
        padding-left: 1rem;
        margin-top: 0;
    }


    .item_dl {
        margin-bottom: 2rem;
        border: 2px solid #f39800;
        border-radius: 10px;
    }

    .item_dl dt {
        max-width: 9rem;
    }

    .number {
        font-size: 1.2rem;
        padding: 0.3rem !important;
    }

    .number + dd {}

    #shuka_wrap {
        margin-right: 0;
    }

    #customer_info {
        font-size: 1.2rem;
        padding: 0.3rem !important;
    }

    .delete_button {
        margin-top: -2rem;
        margin-left: 15rem;
    }

    .form_attention {
        font-size: 0.9rem;
        color: #c00;
    }

    .must {
        background-color: #f00;
        color: #fff;
        font-size: 0.8rem;
        padding: 2px;
        margin-left: 3px;
    }

    .dummy {
        opacity: 0;
    }

    input[name='user_name'],
    input[name='mail'],
    input[name='address'],
    textarea {
        width: 80%;
    }

    #confirm_main {
        margin-top: 80px;
    }

    #confirm_main h1 {
        font-size: 1.5rem;
        margin-top: 0.2rem;
        margin-bottom: 0.2rem;
    }

    #confirm_main dl {}

    #confirm_main dl dt {
        padding: 0.5rem;
    }

    #confirm_main dl dd {
        padding-left: 0.5rem;
        margin-top: 0;
        border-bottom: 2px dashed #ccc;
    }



    .thankyou_main {
        margin-top: 80px;
    }

    .thankyou_main h1 {
        font-size: 1.5rem;
        margin-top: 0.2rem;
        margin-bottom: 0.2rem;
    }


    /*-------------*/

    #contact_main h1 {
        font-size: 1.5rem;
        margin-top: 0.2rem;
        margin-bottom: 0.2rem;
    }
    
    #contact_main form dl dd {
        padding-left: 1rem;
        margin-top: 0rem;
    }

    /*-------------*/
    .achievement_main h1 {
        font-size: 1.5rem;
        margin-top: 1rem;
    }


    .achieve_flex {
        flex-direction: column-reverse;

    }

    .achieve_p_box {
        margin-right: 0;
    }

    /*-------------*/

    #terms_main {
        margin-top: 80px;
    }

    #terms_main h1 {
        font-size: 1.5rem;
        margin-top: 0.2rem;
        margin-bottom: 0.2rem;
    }

    .each_terms ul li {
        margin-left: 0.5rem;
    }

    /*-------------*/

    #company_main {
        margin-top: 80px;
    }

    #company_main h1 {
        font-size: 1.5rem;
        margin-top: 0.2rem;
        margin-bottom: 0.2rem;
    }

    #company_main dl dd {
        margin-left: 5rem;
        font-size: 18px;
    }

    /*-------------*/

    #sitemap_main {
        margin-top: 80px;
    }

    #sitemap_main h1 {
        font-size: 1.5rem;
        margin-top: 0.2rem;
        margin-bottom: 0.2rem;
    }

    /*-------------*/

    #hojin_main {
        margin-top: 80px;
    }

    #hojin_main h1 {
        font-size: 1.5rem;
        margin-top: 0.2rem;
        margin-bottom: 0.2rem;
    }

    /*-------------*/

    #wanted_main {
        margin-top: 80px;
    }

    #wanted_main h1 {
        font-size: 1.5rem;
        margin-top: 0.2rem;
        margin-bottom: 0.2rem;
    }

    #wanted_grid {
        grid-template-columns: 1fr;
    }

    /*-------------*/
    
    #pack_main {
        margin-top: 80px;
    }

    #pack_main h1 {
        font-size: 1.5rem;
        margin-top: 0.2rem;
        margin-bottom: 0.2rem;
    }

    .pack_section{

    }

    .pack_section h2{
        font-size: 1.5rem;
    }

    .pack_flex{
        flex-direction: column;
    }
    
    /*-------------*/

    .newspage_main {
        margin-top: 80px;
    }

    .newspage_main h1 {
        font-size: 1.5rem;
        margin-top: 0.2rem;
        margin-bottom: 0.2rem;
    }






}




































/*----------------------------------------------------------------*/
