@charset "UTF-8";

@media print, screen and (max-width:1199px) {

#kvWrap {
position: relative;
background: url("../img/kv_bg.jpg") repeat-y center top;
background-size: cover;
width: 100%;
margin-top: 118px;
padding-bottom: 40px;
}

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

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

#mainCopy {
position: relative;
font-family: var(--font-rounded);
width: 90%;
font-size: 4rem;
font-weight: 700;
color: #fff;
text-align: left;
margin: 0 auto;
margin-bottom: 30px;
padding-top: 30px;
line-height: 55px;
}

#mainCopy span {
font-size: 1.6rem;
display: block;
margin-top: 10px;
margin-left: 5px;
line-height: 26px;
}

#searchWrap {
position: relative;
background-color: #fff;
width: 90%;
margin: 0 auto;
border-radius: 20px;
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: 55px;
font-size: 1.8rem;
font-weight: 700;
color: #fff;
border-radius: 20px  20px 0 0;
line-height: 53px;
}

#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: 20px;
padding-left: 26px;
}

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

#searchWrapInner label {
padding-right: 3px;
display: block;
}

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

#modelNumberKeywords {
background-color: var(--pointColor);
width: 125px;
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: 16px;
height: 16px;
margin-right: 4px;
border: 1px solid #d0d0d0;
border-radius: 50%;
vertical-align: -6px;
-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 {
display: flex;
justify-content: center;
margin: 0 auto;
}

.btnKvReset {
background-color: #fff;
font-family: var(--font-primary);
width: 48%;
height: 50px;
font-size: 1.4rem;
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;
}

.btnKvSubmit {
background: var(--pointColor) url("../img/search_icon.svg") no-repeat 24px center;
background-size: 17px;
font-family: var(--font-primary);
width: 48%;
height: 50px;
font-size: 1.4rem;
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;
}

/**/

.postInfo {
width: 100%;
font-size: 1.4rem;
text-align: justify;
margin: 0 auto;
margin-bottom: 10px;
}

.postInfo:last-of-type {
margin-bottom: -20px;
}

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

.postInfo img {
width: 100%;
height: 210px;
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.3rem;
font-weight: 600;
color: var(--pointColor);
margin-right: 10px;
}

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

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

.wrap {
position: relative;
width: 88%;
margin: 0 auto;
padding: 40px 0;
}

.commonTitle {
font-family: var(--font-rounded);
font-size: 2.4rem;
font-weight: 700;
margin-bottom: 40px;
padding-bottom: 15px;
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: 100%;
font-size: 1.6rem;
margin: 0 auto;
margin-bottom: 20px;
padding: 30px;
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: 2.2rem;
font-weight: 700;
color: var(--pointColor);
margin-bottom: 20px;
padding-bottom: 20px;
line-height: 1.5;
}

.aboutWrapTitle::after {
position: absolute;
background-color: var(--pointColor);
width: 80px;
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: 24px;
margin-right: 7px;
vertical-align: middle;
top: -2px;
}

#aboutWrapBottom {
position: relative;
background-color: #fff;
font-family: var(--font-rounded);
width: 100%;
margin: 40px auto;
margin-bottom: 30px;
padding: 30px;
border: 2px solid var(--pointColor);
border-radius: 10px;
}

#aboutFlex {
}

#aboutL {
width: 60%;
margin: 0 auto;
margin-bottom: 20px;
}

#aboutR {
width: 100%;
text-align: justify;
}

.btnAbout {
position: relative;
background-color: var(--pointColor);
font-family: var(--font-primary);
width: 100%;
height: 60px;
font-size: 1.4rem;
font-weight: 700;
color: #fff;
text-align: left;
padding:  0 15px 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: transparent;
width: 88%;
margin: 0 auto;
margin-top: 40px;
padding: 0;
cursor: pointer;
border: 0;
}

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

#contactWrapFlex {
}

.contactWrapS {
background-color: #edf8f8;
width: 100%;
margin-bottom: 20px;
padding: 30px;
border-radius: 20px;
}

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

.contactWrapS img {
width: 150px;
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: 100%;
height: 50px;
font-size: 1.5rem;
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::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;
}

.btn {
position: relative;
background-color: var(--pointColor);
font-family: var(--font-primary);
width: 100%;
height: 60px;
font-size: 1.5rem;
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::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;
}

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

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

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

/*取扱メーカー*/

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

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

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

.manufacturersSearch li {
background-color: #fff;
width: 80px;
height: 28px;
line-height: 28px;
font-size: 1.3rem;
text-align: center;
margin-right: 8px;
margin-bottom: 8px;
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;
}

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

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

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

.manufacturersSearchList li {
position: relative;
width: 100%;
padding: 12px 0 15px;
border-bottom: dotted #b9b9b9;
line-height: 1.5;
}

.manufacturersSearchList li::after {
position: absolute;
width: 8px;
height: 8px;
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: 22px;
word-break: break-all;
}

#manufacturersSearchFlex {
width: 100%;
margin: 30px auto;
}

#manufacturersSearchCompany {
font-family: var(--font-rounded);
width: 100%;
font-size: 2.3rem;
font-weight: 700;
margin-bottom: 20px;
line-height: 1.5;
}

#manufacturersSearchTxt {
width: 100%;
}

#manufacturersSearchTxt .manufacturerSectionTitle {
font-family: var(--font-rounded);
font-size: 1.6rem;
font-weight: 700;
margin: 20px 0 8px;
padding-left: 10px;
border-left: 3px solid var(--pointColor);
line-height: 1.4;
}

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

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

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

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

/**/

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

#contentsTitle {
position: relative;
font-family: var(--font-rounded);
font-size: 2.6rem;
font-weight: 700;
text-align: left;
color: #fff;
padding: 30px 65px 30px 20px;
display: table-cell;
vertical-align: middle;
line-height: 1.5;
}

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

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

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

.wrapCo {
position: relative;
width: 88%;
text-align: justify;
margin: 30px auto;
padding: 0;
}

/*選ばれる理由*/

#whyImgL {
position: absolute;
width: 100px;
bottom: -150px;
left: -40px;
}

#whyImgR {
position: absolute;
width: 100px;
bottom: -150px;
right: -40px;
}

.wrapContentsTitle {
font-family: var(--font-rounded);
font-size: 2.8rem;
font-weight: 700;
margin-bottom: 25px;
}

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

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

.whyChooseUsWrap {
position: relative;
background-color: #fff;
width: 88%;
text-align: justify;
margin: 25px auto;
padding: 30px;
border-radius: 20px;
box-shadow: 0 0 6px rgba(0,0,0,.1);
}

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

.whyChooseUsL {
width: 100%;
text-align: center;
margin-bottom: 30px;
}

.whyChooseUsL img {
width: auto;
height: 80px;
}

.whyChooseUsR {
width: 100%;
}

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

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

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

#whyBottomWrap {
position: relative;
background-color: #fff;
width: 88%;
font-family: var(--font-rounded);
font-size: 1.5rem;
font-weight: 700;
margin: 30px auto;
margin-bottom: 0;
padding: 30px 20px 170px;
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: 80px;
width: 80px;
height: 145px;
content: "";
bottom: 0;
left: 30px;
}

/*受入検査*/

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

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

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

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

.standardTestTxt {
position: relative;
width: 100%;
padding: 30px;
z-index: 1;
}

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

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

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

.standardTestTxt p {
margin-bottom: 0;
}

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

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

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

#testTItleFlex {
}

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

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

#additionalPhotoFlex {
margin-top: 30px;
}

.additionalPhoto {
width: 100%;
margin: 0 auto;
margin-bottom: 20px;
}

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

#additionalL {
position: relative;
width: 100%;
}

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

#additionalR {
width: 100%;
padding: 30px 30px 0;
}

#additionalR h4 {
position: relative;
font-size: 1.3rem;
font-weight: 700;
margin-bottom: 10px;
line-height: 1.5;
top: -10px;
}

.additionalLr {
width: 100%;
padding: 0 30px 10px;
}

.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::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: 24px 60px 24px 5px;
}

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

.newsListTitle {
font-size: 1.3rem;
}

.wrapNewsCo {
position: relative;
width: 88%;
text-align: justify;
margin: 30px auto;
margin-bottom: 0;
padding: 0;
}

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

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

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

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

.wrapNewsCo h5 {
font-size: 1.5rem;
font-weight: 700;
margin: 30px auto;
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: 60px;
padding: 30px;
border-radius: 20px;
}

.loginRegistrationFlex {
width: 100%;
margin: 20px auto;
}

.loginRegistrationL {
width: 100%;
margin-bottom: 10px;
}

.loginRegistrationR {
width: 100%;
margin-bottom: 10px;
}

.loginRegistrationR input {
background-color: #fff;
font-family: var(--font-primary);
width: 100%;
height: 50px;
font-size: 1.3rem;
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: 100%;
height: 60px;
font-size: 1.6rem;
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: #3c3c3c;
background-size: 25px;
border: 2px solid #3c3c3c;
}

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

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

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

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

/*ご利用ガイド*/

#userGuideWrap {
background-color: #fff;
width: 100%;
padding: 1px 25px 10px;
border-radius: 20px;
}

#userGuideWrap a {
text-decoration: underline;
}

.userGuideLr {
width: 100%;
}

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

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

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

.userGuideInner {
width: 100%;
}

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

/*会社概要*/

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

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

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

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

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

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

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

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

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

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

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

.inventoryTitle {
font-family: var(--font-rounded);
font-size: 2.5rem;
font-weight: 700;
text-align: center;
margin-bottom: 25px;
line-height: 1.5;
}

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

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

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

#methodFlex {
}

.method {
position: relative;
background-color: #fff;
width: 100%;
margin-bottom: 30px;
padding: 25px 25px 20px;
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: 20px;
top: -24px;
}

.method h4 {
font-size: 1.8rem;
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: 40px;
}

.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: 100%;
}

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

#inventoryListC {
width: 100%;
line-height: 1.5;
}

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

#inventoryListWrap {
width: 100%;
font-size: 1.4rem;
padding: 30px 30px 10px;
border: 3px solid var(--pointColor);
border-radius: 20px;
}

#btnInventoryListWrap {
width: 100%;
}

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

.btnInventoryList01,
.btnInventoryList02 {
position: relative;
background-color: #3c3c3c;
font-family: var(--font-primary);
width: 100%;
height: 50px;
font-size: 1.3rem;
font-weight: 700;
color: #fff;
text-align: left;
margin-bottom: 20px;
padding-left: 15px;
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 98%  center;
background-size: 15px;
}

.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;
}

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

#btnSurplusResale {
position: relative;
background-color: var(--pointColor);
font-family: var(--font-primary);
width: 100%;
height: 60px;
font-size: 1.4rem;
font-weight: 700;
color: #fff;
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::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;
}

/*よくある質問*/

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

#faqNav li {
position: relative;
background-color: #fff;
width: 49%;
height: 40px;
margin-bottom: 7px;
border: 2px solid var(--pointColor);
border-radius: 5px;
line-height: 33px;
transition: .3s;
}

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

#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.3rem;
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 6px;
background-size: 22px;
padding-left: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.toggle {
background-color: #fff;
width: 100%;
padding: 10px 15px 15px;
border-radius: 8px;
}

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

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

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

.toggle dd {
position: relative;
font-size: 1.3rem;
font-weight: 700;
color: var(--pointColor);
padding: 3px 30px 0 40px;
line-height: 1.5;
}

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

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

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

/*お問い合わせ*/

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

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

#formInput dt {
padding: 20px 0 5px;
display: flex;
align-items: center;
}

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

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

.inputHWrap {
width: 48%;
}

.inputS {
width: 100%;
}

.input3HWrap {
width: 30%;
}

.required {
position: relative;
background-color: #ffdede;
width: 40px;
height: 20px;
font-size: 1.1rem;
text-align: center;
color: #ff3030;
margin-left: 5px;
border-radius: 5px;
line-height: 18px;
}

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

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

select {
background-color: #fff;
width: 100%;
height: 50px;
font-size: 1.3rem;
padding: 0 15px;
border: 1px solid #d0d0d0;
border-radius: 5px;
-webkit-appearance: none;
appearance: none;
}

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

.selectWrap::after {
position: absolute;
width: 8px;
height: 8px;
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.3rem;
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: 0;
}

.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: 30px 30px 10px;
border: 3px solid var(--pointColor);
border-radius: 20px;
}

#privacyPolicyWrap h2 {
font-family: var(--font-rounded);
font-size: 1.8rem;
font-weight: 700;
margin-bottom: 25px;
line-height: 1.3;
}

#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: 40px 0 0;
}

footer a {
color: #fff !important;
}

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

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

#pagetop::before {
position: absolute;
width: 10px;
height: 10px;
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;
}

#footerWrap {
width: 88%;
margin: 0 auto;
margin-bottom: 40px;
}

#footerL {
width: 80%;
margin: 0 auto;
}

.logoFooter {
width: 100%;
margin-bottom: 30px;
}

#footerL p a {
font-size: 1.5rem;
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: 100%;
height: 50px;
font-size: 1.3rem;
font-weight: 700;
color: #fff;
margin: 0 auto;
margin-bottom: 10px;
cursor: pointer;
border: 0;
border-radius: 5px;
transition: .3s;
}

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

.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: 100%;
margin-bottom: 10px;
}

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

.footerNav {
width: 100%;
margin: 0 auto;
margin-bottom: 30px;
}

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

#footerBottomWrap {
width: 100%;
margin: 0 auto;
}

#footerBottomL {
width: 88%;
font-size: 1.2rem;
margin: 0 auto;
margin-bottom: 30px;
line-height: 1.5;
}

#footerBottomLogo {
width: 180px;
margin: 0 auto;
margin-bottom: 30px;
}

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

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

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

#bsi {
width: 180px;
margin: 0 auto;
margin-bottom: 30px;
}

.orderBox { 
display: flex;
flex-direction: column;
}

.order1 { order: 1; }
.order2 { order: 2; }
.order3 { order: 3; }
.order4 { order: 4; }
.order5 { order: 5; }

.alignright,
.alignleft,
.aligncente {
display: block;
margin: 0 auto;
margin-bottom: 30px;
}

}