@charset "utf-8";
.sellTips a.m-btn::after {
    background: transparent;
    border-right: solid 2px #D52423;
    border-top: solid 2px #D52423;
    bottom: 0;
    content: "";
    display: block;
    height: 10px;
    margin: auto;
    position: absolute;
    right: 20px;
    top: 0;
    transform: rotate(45deg);
    width: 10px;
  }
.sellTips .content article{
padding-top: 0;
}
.sub_text{
    font-size: 16px;
    font-weight: 400;
}
.sellTips .upper_area{
    background-color: #F5F5F5;
}
.sellTips h1{
    font-size: 48px;
    display: block;
    padding-top: 80px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.sellTips p.sub_text{
    padding-top: 24px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.sellTips h1+p{
    padding-bottom: 40px;
}
.sellTips .g-local-navigation{
    background-color: #F5F5F5;
    border-top:1px solid #e1e3e7;
    border-bottom:1px solid #e1e3e7;
    height: 80px;
}

.g-local-navigation_list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    height: 80px;
}

.g-local-navigation_list li{
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    flex: 1 0 auto;
    height: 16px;
    line-height: 1;
    /* border-right: 1px solid #e1e3e7; */
    width: 182px;
    display: flex;
    align-items: center;
}
.g-local-navigation_list li a{
    width: 100%;
    height: 1em;
    text-decoration: none;
    position: relative;
    /* border-right: 1px solid #e1e3e7; */
    letter-spacing: -0.07em;
}

.g-local-navigation_list li a:hover{
    opacity: 0.6;
}

.g-local-navigation_list li:not(:last-child) a::after{
    content: '';
    background-color: #e1e3e7;
    position: absolute;
    right: 0;
    width: 1px;
    display: inline-block;
    height: 1em;
}
main.content section{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
}
.sellTips main.content h2{
    font-size: 32px;
    line-height: 54px;
}
main p{
    font-size: 16px;
}
section#point {
    padding-top:64px ;
    overflow: visible;
}
section#point h3{
    font-size: 22px;
    line-height: 39px;
}
section#point h3 span{
    display: block;
    font-size: 18px;
    color: #D52423;
    line-height: 23px;
}
section#point p.sub_text{
    padding-bottom: 40px;
}

section#point .point_1 .bnr_wrap {
    display: flex;
    justify-content: center;
}

section#point .point_1 a{
    display: inline-block;
    overflow: hidden;
    height: 332px;
    border-radius: 5px;
    box-shadow: 4px 4px 8px #DADDE3;
    margin-bottom: 37px;
}

section#point .bnr_wrap a + a {
    margin-left: 20px;
}

section#point .point_2 img{
    margin-bottom: 40px;
}
section#point .point_3,section#point .point_4{
    margin-bottom: 64px;
}

section#point .point_4 p.sub_text{
    padding-bottom: 0;
    margin-bottom: 20px;
}
section#point .point_4 p.section_note{
    margin-bottom: 40px;
}

section#point .point_5 .btn_wrap{
    justify-content: space-between;
}
section#point .point_5 .btn_wrap a{
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 4px 4px 8px 0px #dadde3;
}
section#point a:hover{
    opacity: 0.6;
}
section#point a img{
    display: block;
    width: 100%;
}
.section_note{
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}

.two_clm_list ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.two_clm_list li{
    flex: 0 0 50%;
    position: relative;
}

section#price_up {
    padding-top: 64px;
    overflow: visible;
}
/* bg */
section#price_up .price_up_01{
    background:transparent url(/v3/pc/img/sell/tips/tips_img01.jpg) top center/contain no-repeat;
}
section#price_up .price_up_02{
    background:transparent url(/v3/pc/img/sell/tips/tips_img02.jpg) top center/contain no-repeat;
}
section#price_up .price_up_03{
    background:transparent url(/v3/pc/img/sell/tips/tips_img03.jpg) top center/contain no-repeat;
}
section#price_up .price_up_04{
    background:transparent url(/v3/pc/img/sell/tips/tips_img04.jpg) top center/contain no-repeat;
}
section#price_up .price_up_05{
    background:transparent url(/v3/pc/img/sell/tips/tips_img05.jpg) top center/contain no-repeat;
}
section#price_up .price_up_06{
    background:transparent url(/v3/pc/img/sell/tips/tips_img06.jpg) top center/contain no-repeat;
}
section#price_up .price_up_07{
    background:transparent url(/v3/pc/img/sell/tips/tips_img07.jpg) top center/contain no-repeat;
}

section#price_up .two_clm_list{
    margin-top: 40px;
    margin-bottom: 24px;
}

section#price_up .two_clm_list li{
    max-width: 590px;
    height: 400px;
    border-radius: 5px;
    margin-bottom: 24px;
    position: relative;
    /* font-size: 16px; */
}
section#price_up .two_clm_list li .price_up_inner{
    background-color:rgba(255,255,255,.8);
    border-radius: 5px;
    padding: 20px;
    box-sizing: border-box;
    max-width: 550px;
    height: 226px;
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-weight: 400;
}
section#price_up .two_clm_list li h3{
    font-size: 22px;
    line-height: 39px;
}
section#price_up .tips_title {
    line-height: 27px;
    font-weight: 600;
    margin:8px 0;
}
section#price_up .tips_title span{
    display: inline-block;
    font-size: 12px;
    background-color: #D52423;
    border-radius: 3px;
    color: #fff;
    line-height: 20px;
    height: 20px;
    width: 40px;
    margin-right: 10px;
    text-align: center;
}

section#price_up p.tips_txt{
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}
section#price_up .two_clm_list li .list_note{
    font-size: 12px;
    line-height: 18px;
    margin-top: 8px;
}

/* #item & #strength */
section#item {
    padding-top: 64px;
}
section#item h3,section#strength h3{
    font-size: 22px;
    margin-bottom: 24px;
}

section#item > div,section#strength > div{
    margin-top: 40px;    
    overflow: hidden;
    vertical-align: top;
    display: inline-block;
}

section#item > div img,section#strength > div img{
    margin-left: 21px;
    /*! float: right; */
    vertical-align: top;
    /*! display: inline; */
}

section#item h3,section#item div p,section#strength h3,section#strength div p{
    width: 793px;
    float: left;
}

section#item div p,section#strength div p{
    padding-top: 0;
}

section#item h3 span,section#strength h3 span{
    color: #D52423;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 10px;
    display: block;
}

section#item .point_2 .btn_wrap{
    width: 793px;
    display: block;
    margin-top: -96px;
    margin-bottom: 24px;
}

section#item .section_note{
    margin-top: 24px;
}
/* 3カラム */
.three_clm_list ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.three_clm_list ul li{
    flex: 0 0 33%;
    max-width: 386px;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
}
.three_clm_list ul li:not(:nth-of-type(3n)){
    margin-right: 21px;
}
.three_clm_list ul li img{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.three_clm_list ul li h3{
    font-size: 22px;
    line-height: 37px;
    margin-bottom: 16px;
    text-align: center;
}
section#condition{
    padding-top: 64px;
}
section#condition p.sub_text{
    margin-bottom: 40px;
}

section#condition .three_clm_list li{
    padding-bottom: 24px;
}

section#howto{
    padding-top: 64px;
}

section#howto h2{
    margin-bottom: 40px;
}

section#howto .three_clm_list h3{
    font-size: 22px;
    line-height: 39px;
    margin-bottom: 24px;
    text-align: left;
}
section#howto .three_clm_list img{
    width: 284px;
    height: 137px;
    margin-left: auto;
    margin-right: auto;
}
section#howto .three_clm_list .img_wrap{
    width: 386px;
    height: 132px;
    background: #fff;
    margin-bottom: 20px;
    text-align: center;
    padding: 10px auto;
}
section#howto .three_clm_list .btn_wrap{
    width: 100%;
    display: block;
    margin-top: 24px;
}
section#howto .three_clm_list .btn_wrap a{
    width: 260px;
    height: 54px;
    font-size: 14px;
    line-height: 54px;
    box-shadow: 4px 4px 8px #DADDE3;
    margin: 0 auto 24px;
}

section#price_up p.tips_txt{
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}
section#strength{
    padding-top: 64px;
    margin-bottom: 64px;
}
section#strength h3{
    font-size: 22px;
    margin-bottom: 38px;
}

section#strength > div{
    margin-top: 40px;    
}

section#strength > div img{
    margin-left: 21px;
}

section#strength h3 span{
    color: #D52423;
    font-size: 18px;
}



/* magazine */
.magazine {
    height: 1282px;
    margin: auto;
    width: 1200px;
}

.magazine h2 {
    margin-bottom: 40px;
}

/* magazine_link_list */
ul.magazine_link_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 64px;
}

/* about_link_list */
.about_title {
    margin-bottom: 24px;
}

ul.about_link_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 64px;
}

ul.about_link_list li {
    display: flex;
    flex-basis: 386px;
}

ul.about_link_list li a {
    border-radius: 5px;
    box-shadow: 4px 4px 8px 0px #dadde3;
    overflow: hidden;
    width: 100%;
}

ul.about_link_list li a:hover {
    opacity: 0.5;
}

/* lower_area */

div.lower_area{
    width: 100%;
    background-color: #E8E8E8;
    padding-top: 64px;
}
div.lower_area .know_ss{
    padding-top: 0;
    padding-bottom: 0;
}
div.lower_area .know_ss h2{
    margin-bottom: 40px;
}
ul.about_link_list a,ul.magazine_link_list a{
    transition: all .3s ease;        
}
ul.about_link_list a:hover,ul.magazine_link_list a:hover{
opacity: 0.6;
}

ul.magazine_link_list{
    margin-bottom: 96px;
}
.sellTips .g-breadcrumb li a{
    line-height: 1.5;
}
