@charset "utf-8";

.inner {
    width: 1200px;
    margin: 0 auto;
}

.buisness_disposal-wrapper .m-btn {
    margin: 24px auto 0;
}

/* asset */
.content section.asset {
    padding-bottom: 0;
    padding-top: 32px;
}

.aseet_list_item_body_title {
    margin: 24px auto 20px;
    font-size: 18px;
    font-weight: bold;
}

.aseet_list_item_body_txt {
}



/* achievement */
.content section.l-section {
    padding-bottom: 0;
}

.achievement {
    display: flex;
    align-items: center;
    font-weight: bold;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1200px;
    margin: 40px auto 0;
}

.achievement_item {
    background: #fff;
    padding: 40px 60px;
    width: 590px;
}

.achievement_item:nth-child(3),
.achievement_item:nth-child(4) {
    margin-top: 20px;
}

.achievement_name {
    font-size: 16px;
}

.achievement_txt {
    margin-top: 20px;
    font-size: 16px;
}

.achievement_txt span {
    display: inline-block;
    font-size: 32px;
    color: #d52423;
}

.achievement_tag {
    background-color: #d52423;
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    height: 19px;
    margin-bottom: 10px;
    text-align: center;
    width: 59px;
}

.business .sp {
    display: none;
}

.business .top_image {
    width: 100%;
    margin: 0 auto 64px;
}

.business h1 {
    margin: 0 auto 40px;
}

.mv_wrap {
    margin-bottom: 40px;
    background: #F5F5F5;
    text-align: center;
}

.mv_wrapIn {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.floatBox {
    padding: 0 0 0 40px;
    position: absolute;
    top: 64px;
    text-align: left;
}

.business .mv_wrap h1 {
    font-size: 61px;
    margin-bottom: 5px;
    font-family: sans-serif;
    letter-spacing: 0.04em;
    color: white;
}

.mv_wrap .textArea {
    margin-left: 20px;
}

.mv_wrap p {
    font-family: sans-serif;
    background:rgba(255, 255, 255, 0.8);
    border-radius: 6px;
    padding: 15px 46px 15px 57px;
	position:relative;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px;
    line-height: 1.5;
}

.mv_wrap p:before,
.mv_wrap p:after{
	content:"";
	display:block;
	position:absolute;
}

.mv_wrap p:before{
	width:28px;
	height:28px;
	border-radius:3px;
	background:#ffffff;
	border:2px solid #919090;
	left:16px;
    top:18px;
}

.mv_wrap p:after{
	border-left:4px solid #d10606;
	border-bottom:4px solid #d10606;
	width:16px;
	height:10px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left:22px;
	top:25px;
}

.mv_wrap p span {
    display: block;
}

.m-heading_desc {
    margin: 0 auto 40px;
}

.m-heading-05 .m-heading_desc {
    margin: 0 auto 32px;
}

.content section.buisness_disposal-wrapper h2 {
    margin: 0 auto 24px;
}

.buisness_disposal {
    display: flex;
    margin: 0 auto 24px;
}

.buisness_disposal li {
    align-items: center;
    display: flex;
    flex-direction: column-reverse;
    width: 33%;
}

.buisness_disposal li img {
    margin-top: 25px;
    width: 150px;
}

.buisness_disposal li p {
    border-radius: 10px;
    background: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 34px 10px;
    position: relative;
    text-align: center;
    width: 386px;
}

.buisness_disposal li p::after {
    bottom: -15px;
    content: "";
    display: block;
    border-style: solid;
    border-width: 15px 15px 0  15px;
    border-color: #ffffff transparent transparent transparent;
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 0;
}

.buisness_disposal li p span {
    color: #D52423;
    display: block;
    font-size: 22px;
    margin-top: 10px;
}

.buisness_disposal-bottom_text {
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.m-desc.-cut {
    text-align: center;
}

.buisness-aseet_list {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px auto 0;
    border-collapse: collapse;
}

.buisness-aseet_list_item {
    box-sizing: border-box;
    width: 590px;
}

.buisness-aseet_list_item:nth-child(3),
.buisness-aseet_list_item:nth-child(4) {
    margin-top: 40px;
}

.buisness-aseet_list_item h3 {
    font-size: 18px;
}

.content section.business_items-wrapper {
    padding-bottom: 0;
}

.business_items-wrapper h2 {
    margin-bottom: 40px;
}

/* 買取品目について リスト */
ul.sellCategory_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    position: relative;
}

ul.sellCategory_list > li {
    box-shadow: 4px 4px 8px 0px #dadde3;
    flex-basis: 300px;
}

ul.sellCategory_list > li.-hide{
    display: none;
}

ul.sellCategory_list > li a {
    align-items: center;
    background: #FFF;
    border-bottom: solid 1px #DADDE3;
    border-right: solid 1px #DADDE3;
    display: flex;
    padding: 15px 30px 15px 15px;
    position: relative;
    text-decoration: none;
    transition: 0.3s ease-out;
    width: 100%;
    height: 80px;
}

ul.sellCategory_list[data-visible = "store"] > li:nth-of-type(-n+4) a,
ul.sellCategory_list > li.-bdrTop a{
    border-top: solid 1px #DADDE3;
}

ul.sellCategory_list[data-visible = "store"] > li:nth-of-type(4n+1) a,
ul.sellCategory_list > li.-bdrLeft a {
    border-left: solid 1px #DADDE3;
}

ul.sellCategory_list li a img {
    border-radius: 3px;
    margin: 0 10px 0 0;
    overflow: hidden;
}

ul.sellCategory_list li a::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;
    width: 10px;
}

ul.sellCategory_list > li > a::after {
    transform: rotate(45deg);
}

ul.sellCategory_list > li a img,
ul.sellCategory_list > li a span,
ul.sellCategory_list > li a:after{
    transition: 0.3s ease-out;
}

ul.sellCategory_list > li a:hover img,
ul.sellCategory_list > li a:hover span,
ul.sellCategory_list > li a:hover:after{
    opacity: .5;
}

ul.sellCategory_list li span{
    font-size: 14px;
}

.sellCategory_caution {
    font-size: 14px;
}

/* business_process-wrapper */
.content section.business_process-wrapper {
    padding-bottom: 0;
}
.business_process-wrapper h2 {
    margin-bottom: 40px;
}

.business_process-list {
}

.business_process-list > li {
    background: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    padding: 20px;
}

.business_process-list > li:last-child {
    margin-bottom: 0;
}

.business_process-list > li:nth-child(n + 2)::after {
    position: absolute;
    top: -27.5px;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    content: "";
    border-color: #3C3C3C transparent transparent;
    border-style: solid;
    border-width: 15px 15px 0;
}

.business_process-image {
}

.business_process-text {
    width: 740px;
}

.business_process-text strong {
    display: block;
    font-weight: bold;
}

.business_process-text .comment {
    color: #3C3C3C;
    font-size: 14px;
    line-height: 1.5em;
}

.business_process-text .comment li {
    margin-top: 10px;
    padding-left: 1em;
    text-indent: -1em;
}

/* contact */
.content #contact h2 {
    margin-bottom: 40px;
}

.contact_title {
    margin-bottom: 24px;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
}

.contact_title span {
    display: block;
    margin-top: 5px;
    font-size: 16px;
}

.contact_txt,
.contact_list {
    line-height: 1.5;
    margin-bottom: 20px;
}

.contact_list span {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: calc(1em + 5px);
    text-indent: -1em;
    color: #A2A2A2;
}

.contact_list span::before {
    content: "※";
    margin-right: 5px;
}

.contact_list + .contact_txt {
	margin-bottom:0;
}

.contact_other_txt {
    font-weight: bold;
    margin: 40px auto;
    text-align: center;
}

.contact_txt li,
.contact_list li {
    margin-bottom: 10px;
    padding-left: 12px;
    text-indent: -12px;
}

.contact_annotation_txt {
    color: #A2A2A2;
    font-size: 14px;
    padding-left: calc(1em + 5px);
    text-indent: calc(-1em - 5px);
}

.contact_annotation_txt::before {
    content: "※";
    margin-right: 5px;
}

/* --------------------------------
  faq
-------------------------------- */

.content section.faq {
    padding-bottom: 0;
}

.faq_chapter {
    margin: 40px auto 0;
}

.faq_list {
    padding: 0 10px;
    background: #FFFFFF;
}

.faq_list:not(:first-child) {
    margin-top: 8px;
}

.faq_list:last-child {
    margin-bottom: 0;
}

.faq_list .faq_list_answer,
.faq_list p {
    display: inline-block;
    width: 970px;
    padding-right: 47px;
    font-size: 14px;
    font-feature-settings: "palt";
    line-height: 1.428;
    text-align: justify;
    letter-spacing: 0.02em;
}

.faq_list a {
    color: #d52423;
}

.faq_list dt::before,
.faq_list dd > div::before {
    display: inline-block;
    vertical-align: top;
    transform: translateY(-2px);
}

.faq_list dt {
    font-weight: 700;
    position: relative;
    padding: 20px 30px 20px 10px;
    cursor: pointer;
}

.faq_list dt::before {
    content: "Q.";
    display: inline-block;
    text-indent: 0;
}

.faq_list dt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    border-top: 1.5px solid #D52423;
    border-right: 1.5px solid #D52423;
    transform: translateY(-50%) rotate(135deg);
}

.faq_list dt.show::after {
    transform: translateY(0) rotate(-45deg);
}

.faq_list dd {
    display: none;
    padding: 20px 10px;
    border-top: 1px solid #DADDE3;
}

.faq_list dd > div::before {
    content: "A.";
    display: inline-block;
    text-indent: 0;
}


/* --------------------------------
  form
-------------------------------- */

form.contact {
    margin-bottom: 40px;
}

form.contact .form_inner {
    background: #fff;
    border-radius: 5px;
    max-width: 1200px;
    margin: 24px auto 40px;
    padding-bottom: 20px;
}

form.contact dl {
    
}

form.contact dl dt {
    font-size: 14px;
    padding: 20px 20px 0px;
}

form .-required::after {
    margin-left: 5px;
    font-size: 12px;
    color: #D52423;
    text-align: center;
    content: '\5FC5\9808';
}

form .-optional::after {
    margin-left: 5px;
    font-size: 12px;
    color: #0A2149;
    text-align: center;
    content: '\4EFB\610F';
}

form.contact dl dd {
    padding: 10px 20px 0px;
}

form.contact dl dd input[type=text],
form.contact dl dd input[type=tel],
form.contact dl dd input[type=email],
form.contact dl dd textarea,
form.contact dl dd select {
    width: 1160px;
    min-height: 48px;
    padding: 10px;
    font-size: 14px;
    line-height: 1.3;
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 5px;
    outline: none;
}

form.contact dl dd select {
    pointer-events: none;
}

form.contact dl dd select.-error {
    background: #ffe7e7;
}

form.contact dl dd.half_wrap input[type=text],
form.contact dl dd.half_wrap input[type=tel],
form.contact dl dd.half_wrap select {
    width: 570px;
}

#zip_code.-error {
    background: #ffe7e7;
}

form.contact dl dd.half_wrap input[type=text] + input[type=text] {
    float: right;
}

form.contact .contact_caution.-red {
    color: #D52423;
    font-size: 12px;
    margin-top: 8px;
}

form.contact dl dd input[type=text]::placeholder,
form.contact dl dd input[type=tel]::placeholder,
form.contact dl dd input[type=email]::placeholder,
form.contact dl dd textarea::placeholder {
    color: #D9D9D9;
}

form.contact dl dd textarea {
    height: 232px;
}

.areaSearch_attention {
    display: none;
    margin-top: 10px;
    font-size: 14px;
}

/* radio */
form.contact dl dd.radio_wrap {
    display: flex;
}

form.contact dl dd.radio_wrap label {
    position: relative;
}

form.contact dl dd.radio_wrap label + input + label {
    margin-left: 40px;
}

form.contact dl dd.radio_wrap label::before {
    border: solid 1px #D9D9D9;
    border-radius: 100%;
    bottom: 0;
    content: "";
    display: block;
    height: 20px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 20px;
}

form.contact dl dd.radio_wrap input:checked + label::after {
    background: #3C3C3C;
    border-radius: 100%;
    bottom: 0;
    content: "";
    display: block;
    height: 10px;
    left: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 10px;
}

form.contact dl dd.radio_wrap input[type=radio] {
    display: none;
}

form.contact dl dd.radio_wrap label p {
    display: block;
    margin-top: 0;
    padding-left: 28px;
    position: relative;
}

form.contact .commodity_txt {
    display: block;
    font-size: 12px;
    margin-bottom: 12px;
}


/* goods_file_area */
form.contact label#goods_file_area {
    display: flex;
    align-items: center;
    border-radius: 5px;
    width: 100%;
    height: 180px;
    cursor: pointer;
    background: #E8E8E8;
    transition: border-color 0.3s ease, color 0.3s ease, background-color 0.3s ease;
}

form.contact #goods_file_area_bg {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

form.contact #js-upBtn {
    margin: 20px auto 0;
}

form.contact .goods_list_td {
    position: relative;
    flex-wrap: wrap;
}

form.contact #goods_file {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin: 12px 0;
}

form.contact #goods_file .displayFileName {
    cursor: pointer;
    display: inline-block;
}

form.contact #goods_file .displayFileName img {
    margin-right: 5px;
}

form.contact .dropArea {
    display: none;
}

.btn_wrap label {
    cursor: pointer;
}

.btn_wrap input {
    display: none
}

.m-textUnderlineLink {
    color: #D52423;
    font-size: 14px;
}