@charset "UTF-8";

@media print, screen and (min-width:1200px) {

#kvWrap {
position: relative;
background: url("../img/kv_bg.jpg") no-repeat center top;
background-size: cover;
width: 100%;
height: 640px;
margin-top: 110px;
}

#kvIcon01 {
position: absolute;
width: 60px;
top: 20px;
right: 15px;
z-index: 1;
}

#kvIcon02 {
position: absolute;
width: 60px;
top: 75px;
right: 15px;
z-index: 1;
}

#kvFlex {
position: absolute;
max-width: 1200px;
width: 85%;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
}

#mainCopy {
position: relative;
font-family: var(--font-rounded);
font-size: 7rem;
font-weight: 700;
color: #fff;
text-align: left;
line-height: 100px;
}

#mainCopy span {
font-size: 2rem;
display: block;
margin-top: 20px;
margin-left: 10px;
line-height: 40px;
}

#searchWrap {
position: relative;
background-color: #fff;
width: 45%;
height: 78%;
font-size: 1.4rem;
border-radius: 30px;
box-shadow: 0 3px 6px rgba(0,0,0,.16);
}

#searchWrap h2 {
position: relative;
background-color: #3c3c3c;
background-size: 24px;
font-family: var(--font-rounded);
height: 60px;
font-size: 2rem;
font-weight: 700;
color: #fff;
border-radius: 30px  30px 0 0;
line-height: 58px;
}

#searchWrap h2::after {
position: absolute;
width: 0;
height: 0;
content: "";
margin: auto;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 15px solid #3c3c3c;
left: 0;
right: 0;
bottom: -14px;
}

#searchWrap h2 span {
background: #3c3c3c url("../img/search_title_icon.svg") no-repeat left;
background-size: 24px;
padding-left: 32px;
}

#searchWrapInner {
width: 85%;
text-align: left;
margin: 0 auto;
padding: 40px 0;
}

#searchWrapInner label {
padding-right: 5px;
white-space: nowrap;
}

#searchInputKv {
background-color: #fff;
width: 100%;
height: 50px;
font-size: 1.4rem;
padding: 15px;
margin-top: -1px;
border: 2px solid var(--pointColor);
border-radius: 0 5px 5px 5px;
}

#modelNumberKeywords {
background-color: var(--pointColor);
width: 145px;
height: 34px;
text-align: center;
color: #fff;
line-height: 32px;
border-radius: 5px 5px 0 0;
}

.searchWrapLine {
background-color: #b9b9b9;
width: 100%;
height: 1px;
margin: 20px auto;
}

.searchSubTitle {
padding-left: 10px;
text-align: left;
margin-bottom: 20px;
border-left: 2px solid #b9b9b9;
line-height: 1;
}

input[type="radio"] {
position: relative;
background-color: #fff;
width: 20px;
height: 20px;
margin-right: 6px;
border: 1px solid #d0d0d0;
border-radius: 50%;
vertical-align: -4px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

input[type="radio"]:checked:before {
position: absolute;
background: var(--pointColor);
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 12px;
height: 12px;
border-radius: 50%;
content: '';
}

.searchBtnWrap {
position: relative;
display: flex;
justify-content: center;
margin:0 auto;
}

.btnKvReset {
background-color: #fff;
font-family: var(--font-primary);
width: 200px;
height: 50px;
font-size: 1.6rem;
font-weight: 700;
text-align: center;
color: var(--pointColor);
margin-right: 5px;
padding-bottom: 3px;
cursor: pointer;
border: 2px solid var(--pointColor);
border-radius: 5px;
box-shadow: 0 3px 6px rgba(0,0,0,.16);
transition: .3s;
}

.btnKvReset:hover {
background-color: var(--pointColor);
color: #fff;
}

.btnKvSubmit {
background: var(--pointColor) url("../img/search_icon.svg") no-repeat 48px center;
background-size: 17px;
font-family: var(--font-primary);
width: 200px;
height: 50px;
font-size: 1.6rem;
font-weight: 700;
text-align: center;
color: #fff;
margin-left: 5px;
padding-left: 20px;
padding-bottom: 3px;
cursor: pointer;
border: 2px solid var(--pointColor);
border-radius: 5px;
box-shadow: 0 3px 6px rgba(0,0,0,.16);
transition: .3s;
}

.btnKvSubmit:hover {
background: #fff url("../img/search_icon_wh.svg") no-repeat 48px center;
background-size: 17px;
color: var(--pointColor);
}

/**/

#postInfoFlex {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}

.postInfo {
width: 374px;
font-size: 2rem;
text-align: justify;
margin-right: 39px;
margin-bottom: 40px;
}

.postInfo:nth-of-type(3n) {
margin-right: 0;
}

.postInfo a {
color: var(--txtColor);
text-decoration: none;
transition: .3s;
}

.postInfo a:hover {
color: var(--pointColor);
}

.postInfo img {
width: 100%;
height: 221px;
object-fit: cover;
border-radius: 20px;
}

.postInfoInner {
width: 90%;
margin: 0 auto;
padding: 20px 0;
line-height: 1.6;
}

.postDateFlex {
margin-bottom: 15px;
display: flex;
justify-content: flex-start;
}

.postDate {
font-family: var(--font-outfit);
font-size: 1.4rem;
font-weight: 600;
color: var(--pointColor);
margin-right: 10px;
}

.postCategory {
width: auto;
height: 25px;
font-size: 1.3rem;
color: var(--pointColor);
text-align: center;
padding: 0 15px; 
border: 1px solid var(--pointColor);
border-radius: 100px;
line-height: 22px;
}

.wrapColor {
background: url("../img/bg.png") no-repeat center top;
background-size: cover;
width: 100%;
}

.wrap {
position: relative;
width: 1200px;
margin: 0 auto;
padding: 120px 0;
}

/* 部品詳細ページはパンくず直下に詰めて配置する */
.site-content-parts {
padding-top: 40px;
}

.commonTitle {
font-family: var(--font-rounded);
font-size: 4.8rem;
font-weight: 700;
margin-bottom: 60px;
padding-bottom: 25px;
border-bottom: 1px solid #3c3c3c;
line-height: 1.5;
}

.commonTitle span {
color: var(--pointColor);
}

#aboutWrap {
position: relative;
background-color: #fff;
font-family: var(--font-rounded);
width: 1200px;
font-size: 2.4rem;
margin: 0 auto;
margin-bottom: 20px;
padding: 80px 60px;
border: 2px solid var(--pointColor);
border-radius: 10px;
}

#aboutWrap::after {
position: absolute;
width: 0;
height: 0;
content: "";
margin: auto;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-top: 30px solid var(--pointColor);
left: 0;
right: 0;
bottom: -30px;
}

.aboutWrapTitle {
position: relative;
font-size: 4rem;
font-weight: 700;
color: var(--pointColor);
margin-bottom: 35px;
padding-bottom: 35px;
}

.aboutWrapTitle::after {
position: absolute;
background-color: var(--pointColor);
width: 100px;
height: 3px;
content: "";
margin: auto;
border-radius: 20px;
left: 0;
right: 0;
bottom: 0px;
}

#aboutWrap ul {
margin: 0 auto;
display: table;
text-align: left;
}

#aboutWrap ul li {
margin: 10px 0;
}

#aboutWrap ul img {
position: relative;
width: 30px;
margin-right: 10px;
vertical-align: middle;
top: -2px;
}

#aboutWrapBottom {
position: relative;
background-color: #fff;
font-family: var(--font-rounded);
width: 1200px;
font-size: 1.8rem;
margin: 60px auto;
margin-bottom: 100px;
padding: 80px 90px;
border: 2px solid var(--pointColor);
border-radius: 10px;
}

#aboutFlex {
margin-top: 50px;
display: flex;
justify-content: space-between;
}

#aboutL {
width: 260px;
}

#aboutR {
width: 700px;
text-align: left;
}

.btnAbout {
position: relative;
background-color: var(--pointColor);
font-family: var(--font-primary);
width: 395px;
height: 60px;
font-size: 2rem;
font-weight: 700;
color: #fff;
text-align: left;
padding:  0 30px 3px;
cursor: pointer;
border: 2px solid var(--pointColor);
border-radius: 5px;
transition: .3s;
box-shadow: 0 3px 6px rgba(0,0,0,.1);
}

.btnAbout:hover {
background-color: #fff;
color: var(--pointColor);
}

.btnAbout::after {
position: absolute;
width: 10px;
height: 10px;
content: "";
margin: auto;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
transform: rotate(45deg);
transition: .3s;
top: 0;
bottom: 0;
right: 15px;
}

.btnAbout:hover::after {
border-top: 2px solid var(--pointColor);
border-right: 2px solid var(--pointColor);
}

.btnQuotation {
position: relative;
background: url("../img/btn_quotation.png") no-repeat;
background-size: 750px;
font-family: var(--font-rounded);
width: 750px;
height: 176px;
font-size: 4rem;
font-weight: 700;
text-align: left;
color: #fff;
margin-top: 120px;
padding: 10px 0 0 280px;
cursor: pointer;
transition: .3s;
letter-spacing: .1em;
line-height: 1.2em;
border-radius: 10px;
border: 0;
box-shadow: 0 3px 6px rgba(0,0,0,.1);
}

.btnQuotation span {
font-size: 1.4rem;
display: block;
letter-spacing: .07em;
}

.btnQuotation::after {
position: absolute;
background: url("../img/btn_quotation_arrow.png") no-repeat;
background-size: 38px;
width: 38px;
height: 38px;
content: "";
margin: auto;
top: -38px;
bottom: 0;
right: 70px;
transition: .3s;
}

.btnQuotation:hover::after {
right: 60px;
}

#contactWrapFlex {
display: flex;
justify-content: space-between;
}

.contactWrapS {
background-color: #edf8f8;
width: 386px;
padding: 52px 30px;
border-radius: 20px;
}

.contactWrapS h3 {
font-size: 2.4rem;
padding-bottom: 15px;
border-bottom: 1px solid #C6EAEA;
line-height: 1.5;
}

.contactWrapS img {
width: 180px;
margin: 30px auto;
}

.contactWrapS p {
font-size: 1.4rem;
color: #e50000;
margin-top: 20px;
margin-bottom: 0;
}

.btnWhBe {
position: relative;
background-color: #fff;
font-family: var(--font-primary);
width: 325px;
height: 50px;
font-size: 1.6rem;
font-weight: 700;
color: var(--pointColor);
margin: 0 auto;
cursor: pointer;
border: 2px solid var(--pointColor);
border-radius: 5px;
transition: .3s;
box-shadow: 0 3px 6px rgba(0,0,0,.1);
}

.btnWhBe:hover {
background-color: var(--pointColor);
color: #fff;
}

.btnWhBe::after {
position: absolute;
width: 10px;
height: 10px;
content: "";
margin: auto;
border-top: 2px solid var(--pointColor);
border-right: 2px solid var(--pointColor);
transform: rotate(45deg);
transition: .3s;
top: 0;
bottom: 0;
right: 15px;
}

.btnWhBe:hover::after {
border-top: 2px solid #fff;
border-right: 2px solid #fff;
}

.btnWhBeNo {
position: relative;
background-color: #fff;
font-family: var(--font-primary);
width: 325px;
height: 50px;
font-size: 1.6rem;
font-weight: 700;
color: var(--pointColor);
margin: 0 auto;
cursor: pointer;
border: 2px solid var(--pointColor);
border-radius: 5px;
transition: .3s;
box-shadow: 0 3px 6px rgba(0,0,0,.1);
}

.btnWhBeNo:hover {
background-color: var(--pointColor);
color: #fff;
}

.btn {
position: relative;
background-color: var(--pointColor);
font-family: var(--font-primary);
width: 335px;
height: 60px;
font-size: 2rem;
font-weight: 700;
color: #fff;
margin-top: 40px;
padding-bottom: 3px;
cursor: pointer;
border: 2px solid var(--pointColor);
border-radius: 5px;
transition: .3s;
box-shadow: 0 3px 6px rgba(0,0,0,.1);
}

.btn:hover {
background-color: #fff;
color: var(--pointColor);
}

.btn::after {
position: absolute;
width: 10px;
height: 10px;
content: "";
margin: auto;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
transform: rotate(45deg);
transition: .3s;
top: 0;
bottom: 0;
right: 15px;
}

.btn:hover::after {
border-top: 2px solid var(--pointColor);
border-right: 2px solid var(--pointColor);
}

.btnS {
position: relative;
background-color: var(--pointColor);
font-family: var(--font-primary);
width: 200px;
height: 50px;
font-size: 1.6rem;
font-weight: 700;
color: #fff;
padding-bottom: 3px;
cursor: pointer;
border: 2px solid var(--pointColor);
border-radius: 5px;
transition: .3s;
box-shadow: 0 3px 6px rgba(0,0,0,.1);
}

.btnS:hover {
background-color: #fff;
color: var(--pointColor);
}

/**/

#contentsTitleWrap {
position: relative;
background: url("../img/title_bg.jpg") no-repeat center bottom;
background-size: cover;
width: 100%;
min-height: 292px;
margin-top: 110px;
display: table;
}

#contentsTitle {
position: relative;
font-family: var(--font-rounded);
font-size: 4rem;
font-weight: 700;
text-align: left;
margin: 0 auto;
padding: 30px 100px 30px 80px;
color: #fff;
display: table-cell;
vertical-align: middle;
line-height: 1.5;
}

#breadcrumb {
background: url("../img/icon_home.png") no-repeat left 37px;
background-size: 12px;
width: 1200px;
margin: 0 auto;
font-size: 1.4rem;
text-align: justify;
color: #b9b9b9;
padding: 30px 0 20px 18px;
border-bottom: 2px solid #b9b9b9;
}

#breadcrumb a {
color: #b9b9b9;
text-decoration: none;
}

#breadcrumb .current-item {
color: var(--txtColor);
}

.wrapCo {
position: relative;
width: 1200px;
text-align: justify;
margin: 40px auto;
margin-bottom: 0;
padding: 0;
}

.wrapCommonColor {
background-color: #edf8f8;
width: 100%;
padding: 40px 60px 70px;
border-radius: 20px;
}

.wrapCommonTitle {
font-family: var(--font-rounded);
font-size: 4rem;
font-weight: 700;
margin-bottom: 30px;
padding: 5px 0 15px;
border-bottom: 2px solid #B9B9B9;
}

/*取扱メーカー*/

.manufacturersTitle {
position: relative;
background: url("../img/manufacturers_img01.png") no-repeat left;
background-size: 40px;
padding-left: 50px;
}

.manufacturersTitle::after {
position: absolute;
background: url("../img/manufacturers_img02.png") no-repeat;
background-size: 100px;
width: 100px;
height: 122px;
content: "";
right: 30px;
bottom: 0;
}

.manufacturersSearch {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}

.manufacturersSearch li {
background-color: #fff;
width: 90px;
height: 30px;
line-height: 30px;
text-align: center;
margin-right: 12px;
margin-bottom: 12px;
flex-shrink: 0;
border: 1px solid #b9b9b9;
border-radius: 90px;
box-shadow: 0 3px 6px rgba(0,0,0,.16);
}

.manufacturersSearch li a {
display: block;
transition: .3s;
}

.manufacturersSearchHint {
margin-top: 16px;
font-size: 1.6rem;
line-height: 1.8;
color: #555;
text-align: center;
}

.manufacturersSearchBox {
padding-bottom: 30px;
}

.wrapColorG {
background-color: #f8f8f8;
width: 100%;
margin-top: 40px;
padding: 40px 60px 30px;
border-radius: 20px;
}

.manufacturersSearchTitle {
font-family: var(--font-rounded);
font-size: 2.4rem;
font-weight: 700;
padding-bottom: 5px;
border-bottom: 2px solid #b9b9b9;
}

.manufacturersSearchList {
margin: 30px auto;
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}

.manufacturersSearchList li {
position: relative;
width: 340px;
margin-right: 30px;
padding: 12px 0 15px;
border-bottom: dotted #b9b9b9;
}

.manufacturersSearchList li:nth-of-type(3n) {
margin-right: 0;
}

.manufacturersSearchList li::after {
position: absolute;
width: 10px;
height: 10px;
content: "";
margin: auto;
border-top: 2px solid var(--pointColor);
border-right: 2px solid var(--pointColor);
transform: rotate(45deg);
top: 0;
bottom: 0;
right: 0;
}

.manufacturersSearchList li a {
color: var(--pointColor);
display: block;
/* 右端の矢印(::after)と長い型番テキストの重なりを防ぐ */
padding-right: 24px;
word-break: break-all;
}

#manufacturersSearchFlex {
width: 90%;
margin: 120px auto;
display: flex;
justify-content: space-between;
}

#manufacturersSearchCompany {
font-family: var(--font-rounded);
width: 48%;
font-size: 2.8rem;
font-weight: 700;
}

#manufacturersSearchTxt {
width: 48%;
}

#manufacturersSearchTxt .manufacturerSectionTitle {
font-family: var(--font-rounded);
font-size: 1.8rem;
font-weight: 700;
margin: 28px 0 10px;
padding-left: 14px;
border-left: 4px solid var(--pointColor);
line-height: 1.4;
}

#manufacturersSearchTxt .manufacturerSectionTitle:first-child {
margin-top: 0;
}

#manufacturersSearchTxt p {
margin: 0 0 10px;
line-height: 1.9;
}

.manufacturersTitleCo {
position: relative;
font-family: var(--font-rounded);
font-size: 2.8rem;
font-weight: 700;
margin-bottom: 30px;
padding: 5px 0 15px;
border-bottom: 2px solid #B9B9B9;
line-height: 1.5;
}

.manufacturersTitleCo span {
font-size: 4rem;
display: block;
}

.manufacturersTitleCo::after {
position: absolute;
background: url("../img/manufacturers_img03.png") no-repeat;
background-size: 123px;
width: 123px;
height: 119px;
content: "";
right: 0;
bottom: 15px;
}








/*選ばれる理由*/

#whyImgL {
position: absolute;
width: 207px;
bottom: -100px;
left: -80px;
}

#whyImgR {
position: absolute;
width: 190px;
bottom: -100px;
right: -80px;
}

.wrapContentsTitle {
font-family: var(--font-rounded);
font-size: 4.8rem;
font-weight: 700;
margin-bottom: 30px;
line-height: 1.7;
}

.wrapContentsTitle span {
font-size: 2.4rem;
color: var(--pointColor);
display: block;
}

.wrapColor2 {
background: #eefafa url("../img/bg2.jpg") no-repeat bottom center;
background-size: contain;
width: 100%;
margin: 60px auto;
margin-bottom: 0;
padding: 40px 0;
}

.whyChooseUsWrap {
position: relative;
background-color: #fff;
width: 1200px;
text-align: justify;
margin: 35px auto;
padding: 40px 67px;
display: flex;
justify-content: space-between;
border-radius: 20px;
box-shadow: 0 0 6px rgba(0,0,0,.1);
}

.whyChooseUsWrap .number {
position: absolute;
font-family: var(--font-outfit);
font-size: 4rem;
font-weight: 600;
color: var(--pointColor);
line-height: 1;
left: 30px;
top: -22px;
}

.whyChooseUsL {
width: 200px;
text-align: center;
}

.whyChooseUsR {
width: 790px;
}

.whyChooseUsR h3 {
font-size: 2rem;
font-weight: 700;
margin-bottom: 20px;
padding: 0 0 3px 15px;
border-left: 2px solid #b9b9b9;
line-height: 1;
}

.whyChooseUsR p {
margin-bottom: 15px;
}

.whyChooseUsR p:last-child {
margin-bottom: 0;
}

#whyBottomWrap {
position: relative;
background-color: #fff;
width: 1200px;
font-family: var(--font-rounded);
font-size: 1.8rem;
font-weight: 700;
margin: 60px auto;
padding: 60px;
border-radius: 20px;
border: 4px solid var(--pointColor);
}

#whyBottomWrap p:last-child {
margin-bottom: 0;
}

#whyBottomWrap::before {
position: absolute;
background: url("../img/why_img_b.png") no-repeat;
background-size: 120px;
width: 120px;
height: 218px;
content: "";
bottom: 0;
left: 40px;
}

/*受入検査*/

.acceptanceTitle {
background: url("../img/acceptance_icon.png") no-repeat left;
background-size: 48px;
font-family: var(--font-rounded);
font-size: 4.8rem;
font-weight: 700;
margin: 0 auto;
margin-bottom: 30px;
padding-left: 60px;
display: table;
}

.standardTestWrap {
background-color: #fff;
width: 100%;
margin: 100px auto;
border-radius: 20px;
box-shadow: 0 0 6px rgba(0,0,0,.1);
display: flex;
justify-content: space-between;
}

.standardTestPhoto {
position: relative;
width: 600px;
top: -30px;
}

.standardTestPhoto img {
width: 600px;
border-radius: 20px;
}

.standardTestTxt {
position: relative;
width: 600px;
padding: 60px;
}

.testTitle {
font-size: 2rem;
margin-bottom: 30px;
padding: 0 0 3px 15px;
border-left: 2px solid #b9b9b9;
line-height: 1;
}

.standardTestTxt .number {
position: absolute;
font-family: var(--font-outfit);
font-size: 6.8rem;
font-weight: 600;
color: var(--pointColor);
line-height: 1;
left: 25px;
top: -43px;
}

.standardTestTxt h4 {
margin-bottom: 20px;
}

.standardTestTxt .txtS {
font-size: 1.4rem;
line-height: 1.6;
}

.wrapColor3 {
background-color: #fff9e9;
background-size: contain;
width: 100%;
margin: 0 auto;
margin-bottom: 0;
padding: 40px 0;
}

#additionalTesting01 {
background-color: #fff;
width: 100%;
height: 480px;
margin: 50px auto;
padding: 50px;
border-radius: 20px;
box-shadow: 0 0 6px rgba(0,0,0,.1);
}

#testTItleFlex {
display: flex;
justify-content: space-between;
align-items: center;
}

.additionalTesting p {
margin-bottom:15px;
}

.additionalTesting p:last-child {
margin-bottom: 0;
}

#additionalPhotoFlex {
margin-top: 40px;
display: flex;
justify-content: space-between;
}

.additionalPhoto {
width: 340px;
}

#additionalTesting02 {
background-color: #fff;
width: 100%;
margin: 150px auto;
margin-bottom: 70px;
border-radius: 20px;
box-shadow: 0 0 6px rgba(0,0,0,.1);
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

#additionalL {
position: relative;
width: 600px;
top: -30px;
}

.additionalPhoto02 img {
border-radius: 20px;
}

#additionalR {
width: 600px;
padding: 60px;
}

#additionalR h4 {
position: relative;
font-size: 1.4rem;
font-weight: 700;
margin-bottom: 10px;
top: -20px;
}

.additionalLr {
width: 50%;
padding: 0 60px 20px;
}


.additionalLr h4 {
font-weight: 700;
color: var(--pointColor);
margin-bottom: 25px;
}

.additionalLr h5 {
font-weight: 700;
margin-bottom: 5px;
}








/*お知らせ*/

.newsList {
position: relative;
width: 100%;
border-bottom: 1px solid #b9b9b9;
transition: .3s;
}

.newsList:hover {
background-color: #F5F5F5;
}

.newsList::after {
position: absolute;
width: 10px;
height: 10px;
content: "";
margin: auto;
border-top: 2px solid var(--pointColor);
border-right: 2px solid var(--pointColor);
transform: rotate(45deg);
top: 0;
bottom: 0;
right: 30px;
}

.newsList a {
width: 100%;
height: 100%;
display: block;
padding: 34px 80px 34px 30px;
}

.newsListDate {
font-family: var(--font-outfit);
font-size: 1.4rem;
font-weight: 600;
color: var(--pointColor);
margin-bottom: 5px;
}

.newsListTitle {
font-size: 1.6rem;
}

.wrapNewsCo {
position: relative;
width: 800px;
text-align: justify;
margin: 40px auto;
margin-bottom: 0;
padding: 0;
}

.wrapNewsCo img {
margin-bottom: 40px;
}

.wrapNewsCo h2 {
font-size: 3.2rem;
font-weight: 700;
margin: 40px auto;
padding: 30px 0;
border-top: 1px solid #b9b9b9;
border-bottom: 1px solid #b9b9b9;
line-height: 1.5;
}

.wrapNewsCo h3 {
font-size: 2.8rem;
font-weight: 700;
margin: 40px auto;
padding: 20px 0;
border-bottom: 1px solid #b9b9b9;
line-height: 1.5;
}

.wrapNewsCo h4 {
font-size: 2.4rem;
font-weight: 700;
color: var(--pointColor);
margin: 40px auto;
margin-bottom: 30px;
line-height: 1.5;
}

.wrapNewsCo h5 {
font-size: 1.8rem;
font-weight: 700;
margin: 40px auto;
margin-bottom: 30px;
line-height: 1.5;
}

.wrapNewsCo ul {
counter-reset: item;
list-style-type: none;
margin-bottom: 30px;
}

.wrapNewsCo ul li {
color: var(--txtColor);
}

.wrapNewsCo ul li:before {
content: '・';
color: var(--pointColor);
padding-right: .5em;
}

.wrapNewsCo ol {
counter-reset: item;
list-style-type: none;
margin-bottom: 30px;
}

.wrapNewsCo ol li:before {
counter-increment: item;
content: counter(item)'.';
padding-right: .5em;
color: var(--pointColor);
}













/*ログイン登録*/

#loginRegistrationWrap {
background-color: #edf8f8;
width: 100%;
margin-bottom: 100px;
padding: 40px 60px 70px;
border-radius: 20px;
}

.loginRegistrationFlex {
width: 500px;
margin: 40px auto;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}

.loginRegistrationL {
width: 30%;
margin-bottom: 20px;
}

.loginRegistrationR {
width: 70%;
margin-bottom: 20px;
}

.loginRegistrationR input {
background-color: #fff;
font-family: var(--font-primary);
width: 100%;
height: 50px;
font-size: 1.6rem;
padding: 0 15px;
border: 1px solid #d0d0d0;
border-radius: 5px;
}

#loginRegistrationBottom {
text-align: center;
margin-top: 20px;
}

#loginRegistrationWrap #btnLogin,
#loginRegistrationWrap #btnMembershipRegistration,
.wrapCommonColor #btnLogin {
background-color: var(--pointColor);
font-family: var(--font-primary);
width: 335px;
height: 60px;
font-size: 2rem;
font-weight: 700;
color: #fff;
padding-bottom: 3px;
cursor: pointer;
border-radius: 7px;
border: 2px solid var(--pointColor);
box-shadow: 0 3px 6px rgba(0,0,0,.16);
transition: .3s;
}

#loginRegistrationWrap #btnMembershipRegistration {
background-color: #3c3c3c;
border: 2px solid #3c3c3c;
}

#loginRegistrationWrap #btnMembershipRegistration span {
background: url("../img/btn_new_user.svg") no-repeat left;
background-size: 24px;
transition: .3s;
}

#loginRegistrationWrap #btnMembershipRegistration span {
padding-left: 30px;
}

#loginRegistrationWrap #btnLogin:hover,
.wrapCommonColor #btnLogin:hover {
background-color: #fff;
color: var(--pointColor);
}

#loginRegistrationWrap #btnMembershipRegistration:hover {
background-color: #fff;
color: #3c3c3c;
}

#loginRegistrationWrap #btnMembershipRegistration:hover span {
background: url("../img/btn_new_user_h.svg") no-repeat left;
background-size: 24px;
}

#forgotYourPassword {
font-size: 1.4rem;
margin: 30px auto;
}

#forgotYourPassword a {
color: var(--pointColor);
text-decoration: underline;
}

/*ご利用ガイド*/

#userGuideWrap {
background-color: #fff;
width: 100%;
padding: 5px 40px;
border-radius: 20px;
display: flex;
justify-content: space-between;
}

#userGuideWrap a {
text-decoration: underline;
}

.userGuideLr {
width: 48%;
font-size: 1.55rem;
}

.userGuideLr h3 {
font-size: 2.4rem;
font-weight: 600;
margin-top: 40px;
margin-bottom: 28px;
padding: 0 0 3px 12px;
border-left: 2px solid #b9b9b9;
}

.userGuideLr h4 {
font-size: 2rem;
font-weight: 600;
margin-bottom: 28px;
}

.userGuideLr p {
margin-bottom: 28px;
}

.userGuideInner {
width: 100%;
}

.userGuideInner ul {
list-style: disc;
padding-inline-start: 20px;
margin-bottom: 28px;
}











/*会社概要*/

#languageCompany ul {
margin-bottom: 25px;
}

#languageCompany ul {
display: flex;
justify-content: flex-end;
}

#languageCompany li {
background-color: #fff;
width: 100px;
font-size: 1.4rem;
font-weight: 700;
text-align: center;
height: 36px;
margin-left: 10px;
border: 1px solid var(--pointColor);
border-radius: 5px;
line-height: 32px;
transition: .3s;
}

#languageCompany li:hover {
background-color: var(--pointColor);
}

#languageCompany li a {
width: 100%;
height: 100%;
color: var(--pointColor);
display: block;
transition: .3s;
}

#languageCompany li:hover a {
color: #fff;
}

#languageCompany li.active {
background-color: var(--pointColor);
}

#languageCompany li.active a {
color: #fff;
}

#companyWrap {
background-color: #f7fbfb;
width: 100%;
padding: 40px 60px 60px;
border-radius: 20px;
}

#companyWrap dt {
float: left;
width: 180px;
color: var(--pointColor);
padding: 20px 0;
}

#companyWrap dd {
position: relative;
padding: 20px 0 20px 180px;
border-bottom: 1px solid #b9b9b9;
}

#companyWrap dd::before {
position: absolute;
width: 180px;
content: "";
border-bottom: 1px solid var(--pointColor);
left: 0;
bottom: -1px;
}

/*余剰在庫処分/買取*/

.inventoryTitle {
font-family: var(--font-rounded);
font-size: 4rem;
font-weight: 700;
text-align: center;
margin-bottom: 30px;
}

.inventoryTxtS {
font-size: 1.4rem;
margin-top: 20px;
display: block;
}

.methodWrap {
background-color: #edf8f8;
width: 100%;
margin-top: 60px;
margin-bottom: 80px;
padding: 60px 100px 80px;
border-radius: 20px;
}

.methodWrap h3 {
background: url("../img/method_title.png") no-repeat left;
background-size: 37px;
font-family: var(--font-rounded);
font-size: 2.8rem;
font-weight: 700;
margin-bottom: 60px;
padding: 15px 0 15px 55px;
border-bottom: 1px solid #b9b9b9;
}

#methodFlex {
display: flex;
justify-content: space-between;
}

.method {
position: relative;
background-color: #fff;
width: 480px;
padding: 45px 45px 35px;
border-radius: 15px;
box-shadow: 0 0 6px rgba(0,0,0,.1);
}

.method .number {
position: absolute;
font-family: var(--font-outfit);
font-size: 4rem;
font-weight: 600;
color: var(--pointColor);
line-height: 1;
left: 30px;
top: -24px;
}

.method h4 {
font-size: 2rem;
font-weight: 700;
margin-bottom: 30px;
padding-left: 15px;
border-left: 2px solid #b9b9b9;
line-height: 1.5;
}

.methodIcon {
position: absolute;
right: 30px;
top: 30px;
}

.methodIcon img {
width: auto;
height: 60px;
}

.method p {
margin-bottom: 15px;
}

.method .txtS {
font-size: 1.4rem;
}

.method dt {
float: left;
color: var(--pointColor);
}

.method dd {
padding: 0 0 0 20px;
}

#inventoryListL {
width: 105px;
}

#inventoryListL h3 {
font-weight: 700;
padding: 0 0 3px 10px;
border-left: 2px solid #b9b9b9;
line-height: 1.5;
}

#inventoryListC {
width: 280px;
line-height: 1.5;
}

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

#inventoryListWrap {
width: 100%;
font-size: 1.8rem;
padding: 40px 100px;
border: 4px solid var(--pointColor);
border-radius: 20px;
display: flex;
justify-content: space-between;
}

#btnInventoryListWrap {
width: 434px;
}

#btnInventoryImg {
width: 150px;
margin: 0 0 10px auto;
}

.btnInventoryList01,
.btnInventoryList02 {
position: relative;
background-color: #3c3c3c;
font-family: var(--font-primary);
width: 434px;
height: 50px;
font-size: 1.6rem;
font-weight: 700;
color: #fff;
margin-bottom: 20px;
padding-bottom: 3px;
cursor: pointer;
border: 2px solid #3c3c3c;
border-radius: 5px;
box-shadow: 0 3px 6px rgba(0,0,0,.16);
transition: .3s;
}

.btnInventoryList01 {
background:  #3c3c3c url("../img/btn_icon_dl.png") no-repeat 400px center;
background-size: 20px;
}

.btnInventoryList01:hover {
background:  #fff url("../img/btn_icon_dl_h.png") no-repeat 400px center;
background-size: 20px;
color: #3c3c3c;
}

.btnInventoryList02:hover {
background-color: #fff;
color: #3c3c3c;
}

.btnInventoryList02::after {
position: absolute;
width: 10px;
height: 10px;
content: "";
margin: auto;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
transform: rotate(45deg);
transition: .3s;
top: 0;
bottom: 0;
right: 15px;
}

.btnInventoryList02:hover::after {
border-top: 2px solid #3c3c3c;
border-right: 2px solid #3c3c3c;
}

#wrapSurplusResale {
background: url("../img/surplus_resale_bg.jpg") no-repeat bottom center;
background-size: cover;
width: 100%;
margin-top: 100px;
}

#btnSurplusResale {
position: relative;
background-color: var(--pointColor);
font-family: var(--font-primary);
width: 434px;
height: 50px;
font-size: 1.6rem;
font-weight: 700;
color: #fff;
margin-top: 20px;
padding-bottom: 3px;
cursor: pointer;
border: 2px solid var(--pointColor);
border-radius: 5px;
box-shadow: 0 3px 6px rgba(0,0,0,.16);
transition: .3s;
}

#btnSurplusResale:hover {
background-color: #fff;
color: var(--pointColor);
}

#btnSurplusResale::after {
position: absolute;
width: 10px;
height: 10px;
content: "";
margin: auto;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
transform: rotate(45deg);
transition: .3s;
top: 0;
bottom: 0;
right: 15px;
}

#btnSurplusResale:hover::after {
border-top: 2px solid var(--pointColor);
border-right: 2px solid var(--pointColor);
}

/*よくある質問*/

#faqNav ul {
text-align: center;
margin-bottom: 40px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

#faqNav li {
position: relative;
background-color: #fff;
width: 394px;
height: 60px;
margin-bottom: 10px;
border: 2px solid var(--pointColor);
border-radius: 5px;
line-height: 53px;
transition: .3s;
}

#faqNav li::after {
position: absolute;
width: 10px;
height: 10px;
content: "";
margin: auto;
border-right: 2px solid var(--pointColor);
border-bottom: 2px solid var(--pointColor);
transform: rotate(45deg);
top: -5px;
bottom: 0;
right: 20px;
}

#faqNav li:hover {
background-color: var(--pointColor);
}

#faqNav li:hover::after {
border-right: 2px solid #fff;
border-bottom: 2px solid #fff;
}

#faqNav li a {
width: 100%;
height: 100%;
font-size: 1.8rem;
font-weight: 700;
color: var(--pointColor);
display: block;
}

#faqNav li a:hover {
color: #fff;
}

.faq01Title {
position: relative;
background: url("../img/faq_icon01.svg") no-repeat left 23px;
background-size: 32px;
padding-left: 50px;
}

.faq02Title {
position: relative;
background: url("../img/faq_icon02.svg") no-repeat left 23px;
background-size: 50px;
padding-left: 60px;
}

.faq03Title {
position: relative;
background: url("../img/faq_icon03.svg") no-repeat left 25px;
background-size: 42px;
padding-left: 50px;
}

.faq04Title {
position: relative;
background: url("../img/faq_icon04.svg") no-repeat left 23px;
background-size: 60px;
padding-left: 70px;
}

.faq05Title {
position: relative;
background: url("../img/faq_icon05.svg") no-repeat left 23px;
background-size: 45px;
padding-left: 60px;
}

.faq06Title {
position: relative;
background: url("../img/faq_icon06.svg") no-repeat left 20px;
background-size: 45px;
padding-left: 55px;
}

.faq01Title::after,
.faq02Title::after,
.faq03Title::after,
.faq04Title::after,
.faq05Title::after,
.faq06Title::after {
position: absolute;
background: url("../img/faq_img01.svg") no-repeat;
background-size: 192px;
width: 192px;
height: 145px;
content: "";
right: 10px;
bottom: 0;
}

.faq02Title::after {
background: url("../img/faq_img02.svg") no-repeat;
background-size: 190px;
width: 190px;
height: 143px;
right: -20px;
}

.faq03Title::after {
background: url("../img/faq_img03.svg") no-repeat;
background-size: 192px;
width: 192px;
height: 145px;
right: -20px;
}

.faq04Title::after {
background: url("../img/faq_img04.svg") no-repeat;
background-size: 192px;
width: 192px;
height: 145px;
right: -20px;
}

.faq05Title::after {
background: url("../img/faq_img05.svg") no-repeat;
background-size: 192px;
width: 192px;
height: 145px;
right: -20px;
}

.faq06Title::after {
background: url("../img/faq_img06.svg") no-repeat;
background-size: 192px;
width: 192px;
height: 145px;
right: -20px;
}

.accordion {
position: relative;
width: 100%;
}

.accordion li {
position: relative;
width: 100%;
margin-bottom: 20px;
transition: .3s;
}

.accordion a {
position: relative;
color: var(--txtColor);
display: block;
text-decoration: none;
cursor: pointer;
transition: .3s;
}

.accordion_icon {
position: absolute;
width: 10px;
height: 10px;
margin: auto;
border-right: 2px solid var(--pointColor);
border-bottom: 2px solid var(--pointColor);
transform: rotate(45deg);
transition: .3s;
top: -5px;
bottom: 0;
right: 30px;
}

.accordion_icon.active {
border-right: 2px solid #fff;
border-bottom: 2px solid #fff;
transform: rotate(-135deg);
top: 0px;
}

.toggle {
background-color: #fff;
width: 100%;
height: 65px;
padding: 12px 20px;
border-radius: 8px;
}

.toggle.active {
background-color: var(--pointColor);
border-radius: 8px 8px 0 0;
}

.toggle dt {
float: left;
background-color: var(--pointColor);
width: 40px;
height: 40px;
font-size: 2.5rem;
font-weight: 700;
text-align: center;
color: #fff;
line-height: 34px;
border-radius: 40px;
}

.toggle.active dt {
float: left;
background-color: #fff;
color: var(--pointColor);
}

.toggle dd {
position: relative;
font-size: 1.8rem;
font-weight: 700;
color: var(--pointColor);
padding: 3px 50px 0 50px;
}

.toggle.active dd {
color: #fff;
}

.faqDetail {
background-color: #fff;
width: 100%;
padding: 22px 30px 30px;
display: none;
border-radius: 0 0 8px 8px;
}

.faqDetail p:last-of-type {
margin-bottom: 0;
}

/*お問い合わせ*/

#contactWrap,
#userRegistrationWrap {
background-color: #edf8f8;
width: 100%;
padding: 40px 60px 60px;
border-radius: 20px;
}

#userRegistrationWrap {
background-color: #f8f8f8;
margin-bottom: 100px;
}

#formInput dt {
float: left;
padding: 20px 0;
line-height: 3em;
display: flex;
align-items: center;
}

#formInput dd {
text-align: left;
padding: 20px 0 20px 250px;
border-bottom: 1px solid #b9b9b9;
}

.inputW,
.inputH,
.inputS,
.input3H {
background-color: #fff;
width: 100%;
height: 50px;
font-size: 1.6rem;
padding: 0 15px;
border: 1px solid #d0d0d0;
border-radius: 5px;
}

.inputHWrap {
width: 49%;
}

.inputS {
width: 25%;
}

.input3HWrap {
width: 30%;
}

.required {
position: relative;
background-color: #ffdede;
width: 45px;
height: 24px;
font-size: 1.4rem;
text-align: center;
color: #ff3030;
margin-left: 10px;
border-radius: 5px;
line-height: 22px;
}

.inputBottom {
font-size: 1.3rem;
margin-top: 10px;
line-height: 1;
}

.inputDivide {
display: flex;
justify-content: space-between;
align-items: center;
}

.inputDivide span {
width: 100%;
display: block;
}

select {
background-color: #fff;
width: 100%;
height: 50px;
font-size: 1.6rem;
padding: 0 15px;
border: 1px solid #d0d0d0;
border-radius: 5px;
-webkit-appearance: none;
appearance: none;
/* iOS Safari で選択値が UA のティント色（青字）になるのを防ぐ */
color: var(--txtColor, #3c3c3c);
-webkit-text-fill-color: var(--txtColor, #3c3c3c);
}

.selectWrap {
position: relative;
width: 25%;
}

.selectWrap::after {
position: absolute;
width: 10px;
height: 10px;
content: "";
margin: auto;
border-right: 2px solid var(--txtColor);
border-bottom: 2px solid var(--txtColor);
transform: rotate(45deg);
top: -5px;
bottom: 0;
right: 15px;
}

textarea {
background-color: #fff;
width: 100%;
height: 200px;
font-size: 1.6rem;
padding: 15px;
border: 1px solid #d0d0d0;
border-radius: 5px;
}

.radioWrap {
margin-bottom: 15px;
}

.noLineH {
line-height: 1.8 !important;
}

.wpcf7-submitWrap p {
text-align: center;
margin-bottom: 0;
}

span.wpcf7-list-item {
margin-left: 0px;
margin-right: 10px;
}

.checkWrap label {
position: relative;
display: flex;
align-items: center;
cursor: pointer;
}

.checkWrap input[type="checkbox"] {
margin: 0;
padding: 0;
background: none;
border-radius: 0;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
display: flex;
flex-wrap: wrap;
border: none;
}

.checkWrap label {
position: relative;
display: flex;
align-items: center;
cursor: pointer;
}

.checkWrap label::before,
.checkWrap label:has(:checked)::after {
content: '';
}

.checkWrap label::before {
position: relative;
background-color: #fff;
width: 20px;
height: 20px;
margin-right: 8px;
border-radius: 3px;
border: 1px solid #d8ddd8;
top: 1px;
}

.checkWrap label:has(:checked)::before {
background-color: var(--pointColor);
}

.checkWrap label:has(:checked)::after {
position: absolute;
top: 6px;
left: 6px;
transform: rotate(45deg);
width: 8px;
height: 12px;
border: solid #fff;
border-width: 0 2px 2px 0;
}

/*個人情報保護方針*/

#privacyPolicyWrap {
width: 100%;
padding: 50px 50px 30px;
border: 3px solid var(--pointColor);
border-radius: 20px;
}

#privacyPolicyWrap h2 {
font-family: var(--font-rounded);
font-size: 3.2rem;
font-weight: 700;
margin-bottom: 20px;
}

#privacyPolicyWrap ol {
counter-reset: item;
list-style-type: none;
margin-bottom: 30px;
}

#privacyPolicyWrap li:before {
counter-increment: item;
content: counter(item)'.';
padding-right: .5em;
font-weight: 700;
color: var(--pointColor);
}

/**/

footer {
position: relative;
background-color: #3c3c3c;
width: 100%;
text-align: left;
color: #fff;
padding: 100px 0 60px;
}

footer a {
color: #fff !important;
}

#pagetop {
position: absolute;
background-color: #fff;
width: 50px;
height: 50px;
margin: auto;
border-radius: 10px;
border: 1px solid var(--pointColor);
left: 0;
right: 0;
top: -25px;
transition: .3s;
z-index: 200;
box-shadow: 0 3px 6px rgba(0,0,0,.16);
}

#pagetop a {
display: block;
width: 50px;
height: 50px;
}

#pagetop:hover {
background-color: var(--pointColor);
}

#pagetop::before {
position: absolute;
width: 12px;
height: 12px;
content: "";
margin: auto;
border-top: 2px solid var(--pointColor);
border-right: 2px solid var(--pointColor);
transform: rotate(-45deg);
left: 0;
right: 0;
top: 5px;
bottom: 0;
}

#pagetop:hover::before {
border-top: 2px solid #fff;
border-right: 2px solid #fff;
}

#footerWrap {
width: 1200px;
margin: 0 auto;
margin-bottom: 60px;
display: flex;
justify-content: space-between;
}

#footerL {
width: 314px;
}

.logoFooter {
margin-bottom: 30px;
}

#footerL p a {
font-size: 2rem;
color: var(--pointColor) !important;
}

.btnMembershipRegistration {
background: var(--pointColor) url("../img/btn_icon_wh.png") no-repeat 15px;
background-size: 18px;
font-family: var(--font-primary);
width: 314px;
height: 50px;
font-size: 1.4rem;
font-weight: 700;
color: #fff;
margin-bottom: 20px;
cursor: pointer;
border: 0;
border-radius: 5px;
transition: .3s;
}

.btnMembershipRegistration:hover {
background: #fff url("../img/btn_icon.png") no-repeat 15px;
background-size: 18px;
color: var(--pointColor);
}

.btnLogin {
background: #fff url("../img/btn_icon.png") no-repeat 15px;
background-size: 18px;
font-family: var(--font-primary);
width: 314px;
height: 50px;
font-size: 1.4rem;
font-weight: 700;
color: var(--pointColor);
margin-bottom: 20px;
cursor: pointer;
border: 0;
border-radius: 5px;
transition: .3s;
}

.btnLogin:hover {
background: var(--pointColor) url("../img/btn_icon_wh.png") no-repeat 15px;
background-size: 18px;
color: #fff
}

.selectbox {
position: relative;
display: inline-flex;
align-items: center;
}

.selectbox::before {
position: absolute;
background: url("../img/language.svg") no-repeat left;
background-size: 18px;
width: 18px;
height: 18px;
content: "";
margin: auto;
left: 10px;
top: 0;
bottom: 0;
}

.selectbox::after {
position: absolute;
width: 8px;
height: 8px;
content: "";
border-right: 2px solid #fff;
border-bottom: 2px solid #fff;
pointer-events: none;
transform: rotate(45deg);
right: 15px;
top: 12px;
}

.selectbox select {
background-color: #3c3c3c;
appearance: none;
min-width: 148px;
height: 35px;
font-size: 1.6rem;
color: #fff;
padding:  0 0 0 34px;
border: 1px solid #fff;
border-radius: 3px;
cursor: pointer;
}

#footerR {
width: 520px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

#footerR h4 {
font-size: 1.8rem;
margin-bottom: 30px;
padding-bottom: 10px;
border-bottom: 1px solid #fff;
}

.footerNav {
width: 239px;
margin-bottom: 60px;
}

#footerBottom {
width: 100%;
padding: 42px 0;
border-top: 1px solid #fff;
}

#footerBottomWrap {
width: 1200px;
margin: 0 auto;
padding-top: 60px;
display: flex;
justify-content: space-between;
}

#footerBottomL {

}

#footerBottomLogo {
width: 200px;
margin-bottom: 30px;
}

#footerBottomL dt {
float: left;
width: 86px;
height: 30px;
text-align: center;
margin-bottom: 15px;
border: 1px solid #fff;
}

#footerBottomL dd {
min-height: 30px;
margin-bottom: 15px;
padding: 0 0 0 100px;
}

#footerBottomR {
position: relative;
font-family: var(--font-outfit);
font-size: 1.2rem;
color: #fff;
text-align: right;
line-height: 1;
}

#bsi {
width: 200px;
margin: 0 0 240px auto;
}

.alignright {
float: right;
margin: 0 0 50px 50px;
}

.alignleft {
float: left;
margin: 0 50px 50px 0;
}

.aligncenter {
display: block;
margin: 0 auto;
}

}