@charset "utf-8";

html,
body{
width:100%;
height:100%;
padding:0;
border:none;
}
article,header {
background-color: #fff;
color:#254769;
width:100%!important;
max-width:100%!important;
}
#all{
opacity:0;
transition:opacity .3s;
}
footer{
width:100%!important;
max-width:100%!important;
opacity:0;
transition:opacity .3s;
}
body{
background-color: #fff;
}
body>div{
background-color: #fff;
}
.container {
padding:3rem 0;
}
.container.wide {
padding:4rem 0;
}
.container.narrow {
padding:2rem 0;
}
h1,h2,h3,section,figure{
text-align: center;
}
hr {
height: 1px;
border: none;
border-top: 1px solid #bdc7d2;
margin:1rem auto;
}
hr.dot {
border-top-style: dotted;
}



/* TEXT */
.text_en_300 {
font-family: 'Roboto Condensed', sans-serif;
font-weight: 300;
}
.text_en_400 {
font-family: 'Roboto Condensed', sans-serif;
font-weight: 400;
}
.text_en_700 {
font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
}
.text_blue {color: #0092db;}
.text_navy {color: #006ab7;}
.mail_add a {
font-size:160%;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
}
.word-break {
word-break: break-all;
}



/* BTN */
.btn_back {
display: block;
padding: .5rem 2rem;
color: #0099e6;
font-size: 133%;
border:1px solid #99d6f5;
text-align: center;
}
.btn_back span:before {
position: relative;
display: inline-block;
vertical-align: middle;
margin-right: 1rem;
width: 9px;
height: 9px;
content: "";
border-bottom: 1px solid #0099e6;
border-left: 1px solid #0099e6;
transform: rotate(45deg);
}
.btn_contact {
display: inline-block;
padding: .8rem 3rem;
border-radius: 3px;
background: #006ab7;
color: #FFF;
}
.btn_contact:before {
content: "";
display: inline-block;
vertical-align: middle;
margin-right: .5rem;
width: 16px;
height: 12px;
background :url(../images/global/contact_ico_mail.svg) no-repeat 50% 50%;
background-size: 100% auto;
}
.btn_contact:visited {
color: #FFF;
}
.btn_arrow_sky {
padding: .5rem 1rem;
display: inline-block;
border:1px solid #99d6f5;
color: #006AB7;
font-size: 120%;
text-align: center;
}
.btn_arrow_sky:visited {
color: #006AB7;
}
.btn_arrow_sky span {
display: inline-block;
padding-left: : 1rem;
}
.btn_arrow_sky span:after {
position: relative;
top:-1px;
display: inline-block;
margin-left: 1rem;
vertical-align: middle;
width: 7px;
height: 7px;
content: "";
border-top: 1px solid #0099e6;
border-right: 1px solid #0099e6;
transform: rotate(45deg);
}
.btn_arrow_sky.small {
font-size: 106%;
}
.btn_arrow_sky.other span:after {
display: none;
}
.btn_arrow_sky.other span:before {
position: relative;
top:-1px;
display: inline-block;
margin-right: 1rem;
width: 12px;
height: 12px;
content: "";
background: url(../images/global/ico_otherwin_blue.svg) no-repeat 0 50%;
background-size: 12px;
}


/* LINK */
a.other {
display: inline-block;
padding-left: 20px;
background: url(../images/global/ico_otherwin.svg) no-repeat 0 5px;
background-size: 12px;
}
a.other.other_blue {
background-image: url(../images/global/ico_otherwin_blue.svg);
}
a.pdf {
display: inline-block;
padding-left: 18px;
background: url(../images/global/ico_pdf_blue.svg) no-repeat 0 3px;
background-size: 10px;
color:#006ab7;
}
p.pdf {
letter-spacing: normal;
display: inline-block;
padding-left: 18px;
background: url(../images/global/ico_pdf_blue.svg) no-repeat 0 center;
background-size: 10px;
color:#006ab7;
box-sizing:border-box;
}

div.col11 + p.pdf,
div.col11 + p.pdf + p.pdf {
display: block;
margin: .5rem auto;
letter-spacing: normal;
width:86%;
background-position: 0 6px;
}



a.arrow {
display: inline-block;
}
a.arrow:after {
display: inline-block;
margin-left: .5rem;
vertical-align: middle;
width: 6px;
height: 6px;
content: "";
border-top: 1px solid #0099e6;
border-right: 1px solid #0099e6;
transform: rotate(45deg);
}




/* MOVIE */
.wrap_movie {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.wrap_movie iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



/* TITLE */
.category_title {
padding: 1rem 0;
background: #006ab7;
color: #FFF;
text-align: center;
}
.category_title strong {
display: block;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 400;
font-size: 260%;
text-align: center;
}
.category_title strong:after {
content: "";
display: block;
margin: 5px auto 10px;
height: 24px;
width: 140px;
background: url(../images/global/title_line_blue.svg) no-repeat 50% 50%;
background-size: 100% auto;
}
body#top .category_title {
padding-top: 0;
background:none;
color: #006ab7;
}
.section_title {
position: relative;
margin-bottom: 2rem;
padding: 1.2rem;
background: #f7f7f7;
color: #006ab7;
font-size: 120%;
font-weight: 700;
border-bottom: 1px solid #0099e6;
}
.section_title.blue {
background: #e3eff7;
}

.section_title.new,
.section_title.overhaul,
.section_title.overhaul-new {
padding-right: 100px;
}
.section_title.new:after,
.section_title.overhaul-new:after {
content: "NEW";
display: inline-block;
vertical-align: middle;
background:#0099e6;
color: #FFF;
padding: .3rem .5rem .5rem;
font-size: 60%;
font-weight: 400;
margin-left: .5rem;
line-height: 1.0;
}
.section_title.overhaul:after,
.section_title.overhaul-new:before {
content: "オーバーホール";
display: inline-block;
vertical-align: middle;
background:#006ab7;
color: #FFF;
padding: .3rem .5rem .5rem;
font-size: 60%;
font-weight: 400;
margin-left: .5rem;
line-height: 1.0;
border-radius: 15px;
}
.section_title.new:after,
.section_title.overhaul:after {
position: absolute;
right:5px;
top:50%;
transform: translateY(-50%);
}
.section_title.overhaul-new:before {
position: absolute;
bottom:26px;
right:5px;
}
.section_title.overhaul-new:after {
position: absolute;
right:5px;
bottom:6px;
}


.main_title {
margin-bottom: 2rem;
color: #006ab7;
font-size: 180%;
font-weight: 200;
text-align: left;
}
.sub_title {
margin-bottom: 2rem;
padding-left: 1.2rem;
text-align: left;
font-size: 120%;
border-left: 3px solid #0099e6;
font-weight: 500;
}
.blue_title {
margin-bottom: 1rem;
font-size: 133%;
color: #006ab7;
text-align: left;
}


/*loader*/
.loader {
position: absolute;
top:calc(50vh - 100px);
left:calc(50vw - 25px);
display: inline-block;
width: 50px;
height: 50px;
border: 2px solid #ddd;
border-radius: 50%;
-webkit-animation: spin 0.75s infinite linear;
animation: spin 0.75s infinite linear;
border-top-color: transparent;
}
.loader::after {
left: -2px;
top: -2px;
position: absolute;
content: '';
width: inherit;
height: inherit;
border: inherit;
border-radius: inherit;
display: block;
-webkit-transform: rotate(65deg);
transform: rotate(65deg);
}
@-webkit-keyframes spin {
0% {transform: rotate(0deg);}
100% {transform: rotate(360deg)};
}
@keyframes spin {
0% {transform: rotate(0deg);}
100% {transform: rotate(360deg)};
}


/* HEADER */
.header {
display: none;
text-align: center;
letter-spacing: -0.5em;
}
.header h1,
.header ul {
display: inline-block;
vertical-align: middle;
width: 34%;
text-align: left;
box-sizing: border-box;
letter-spacing: normal;
}
.header h1 {
padding: 1rem 1.5rem;
}
.header ul {
width: 66%;
}
.header h1 strong {
display: inline-block;
margin-left: 2rem;
color: #254769;
font-weight: 700;
}
body.home .sp_header h1{
text-align: center!important;
}
.header .gnav {
text-align: right;
letter-spacing: -0.5em;
padding-right: 10px;
}
.gnav li {
position: relative;
display: inline-block;
vertical-align: middle;
letter-spacing: normal;
padding: 3rem 0;
}
.gnav li a {
display: block;
padding: .5rem .8rem;
color: #254769;
text-align: center;
border-left: 1px solid #d3dae1;
}
.gnav li:first-child a {
border-left:none;
padding-left: .6rem;
}
.gnav li a:hover {
opacity: 1;
}
.gnav li:after {
position: absolute;
left:0;
bottom:0px;
display: block;
content: "";
width: 100%;
height: 6px;
background:#99d6f5;
transition:all .2s;
transform-origin:50% center;
transform:scaleX(0);
}
.gnav li:hover:after {
transform:scaleX(1);
}
.products .gnav li.products:after,
.business .gnav li.business:after,
.company .gnav li.company:after,
.purchase .gnav li.purchase:after,
.recruit .gnav li.recruit:after,
.information .gnav li.information:after {
background: #0099e6;
transform:scaleX(1);
}


/* BOTTOM CONTACT */
.bottom_contact {
background: #1a79bf;
color: #FFF;
}
.bottom_contact a {
color: #FFF;
}
.bottom_contact h1 {
padding-top: 0;
padding-bottom: 3rem;
font-size: 253%;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 400;
}
.bottom_contact h2 {
margin-bottom: 2rem;
padding-top:.7rem;
padding-bottom:.7rem;
font-size: 106%;
border-top: 1px solid #7fb4db;
border-bottom: 1px solid #7fb4db;
}
.bottom_contact .phone {
padding-left: 0;
text-align: center;
font-size: 120%;
font-family:'Roboto Condensed', "Noto Sans", "Noto Sans CJK JP", sans-serif;
line-height: 1.2;
}
.bottom_contact .phone strong {
font-size: 266%;
}
.bottom_contact ul {
letter-spacing: -0.5em;
text-align: center;
font-size: 93.3%;
}
.bottom_contact ul li {
display: inline-block;
width: 31%;
margin-left: 1%;
margin-right: 1%;
letter-spacing: normal;
box-sizing: border-box;
}
.bottom_contact ul li a {
display: block;
padding: .7rem .5rem;
font-weight: 500;
text-align: center;
border:1px solid #FFF;
}
.bottom_contact ul li a img,
.bottom_contact ul li a span {
display: inline-block;
vertical-align: middle;
}
.bottom_contact ul li a img {
margin-right: .5rem;
}

.bottom_contact .used {
margin-bottom: 1rem;
border-bottom: 1px solid #7fb4db;
}
.bottom_contact .used li {
display: block;
width: auto;
padding: 1rem 1.5rem;
margin-bottom: 1rem;
border:1px solid #FFF;
}
.bottom_contact .used li h3 {
margin-bottom: .7rem;
font-weight: 500;
font-size: 106%;
}
.bottom_contact .used li p {
text-align: center;
}
.bottom_contact .used li a {
display: inline-block;
border:none;
padding: 0;
font-weight: 400;
text-align: left;
}
.bottom_contact .used li a.pdf {
margin-right: 1rem;
padding-left: 15px;
background:url(../images/global/contact_ico_pdf.svg)no-repeat 0 50%;
background-size: 10px auto;
}
.bottom_contact .used li a.mail {
padding-left: 15px;
background:url(../images/global/contact_ico_mail.svg)no-repeat 0 50%;
background-size: 13px auto;
}


/* FOOTER */
.footer {
padding: 3rem 0;
background: #32353e;
color: #FFF;
}
.footer a {
color: #FFF;
}
.footer h1 img,
.footer h1 span {
display: inline-block;
vertical-align: middle;
font-size: 1.1rem;
text-align: center;
}
.footer h1 span strong {
display: block;
margin: 1rem 0 .5rem;
text-align: center;
font-size: 140%;
}
.footer_menu {
padding: 1rem 0;
border-top:1px solid #1a1e28;
border-bottom:1px solid #1a1e28;
letter-spacing: -0.4em;
font-size: 1.2rem;
}
.footer_menu a {
display: inline-block;
font-size: 1.2rem;
font-weight: 500;
}
.footer_menu .sub a {
font-weight: 300;
}
.footer_menu ul {
display: inline-block;
width: 100%;
margin-bottom: 1.5rem;
letter-spacing: normal;
vertical-align: top;
box-sizing: border-box;
}
.footer_menu li {
margin-bottom: .5rem;
}
.footer_menu li.sub {
margin-bottom: .3rem;
}
.footer .wrap_sns {
text-align: center;
border-bottom:1px solid #1a1e28;
}
.footer .info {
font-size: 1.2rem;
}
.footer .info h2 {
font-size: 133%;
margin-bottom: 1.5rem;
}
.footer .copyright {
margin-top: 2rem;
color: #9fa0a4;
font-size: 90%;
text-align: center;
}



/* BREADCRUMBS */
.breadcrumbs {
display: none;
padding-left:calc(25% + 20px);
padding-top: 1rem;
padding-bottom: 1rem;
color: #808080;
font-size: 80%;
letter-spacing: normal;
border-bottom: 1px solid #bdc7d2;
}
.breadcrumbs a {
display: inline-block;
color: #808080;
}
.breadcrumbs a:after {
display: inline-block;
content: ">";
margin:0 1rem;
}

.col10 > .breadcrumbs {
padding-left: 20px;
}



/* SIDENAVI */
.sidenav {
letter-spacing: -0.5em;
display: none;
}

body#usedlist_overhaul .sidenav,
body#usedlistnew .sidenav,
body#usedlist .sidenav,
body#usedproducts .sidenav,
body.products .sidenav.products,
body.company .sidenav.company,
body.recruit .sidenav.company,
body.link .sidenav.company,
body.contact .sidenav.company,
body.business .sidenav.business {
display: inline-block;
}

body#usedlist_overhaul .sidenav.company,
body#usedlist_overhaul .sidenav.business,
body#usedlistnew .sidenav.company,
body#usedlistnew .sidenav.business,
body#usedlist .sidenav.company,
body#usedlist .sidenav.business,
body#usedproducts .sidenav.company,
body#usedproducts .sidenav.business {
display: none;
}

.sidenav > ul {
padding: 1rem 0;
border-top: 1px solid #bdc7d2
}
.sidenav > ul > li {
display: inline-block;
width: 48%;
margin-left: 1%;
margin-bottom: .5rem;
vertical-align: top;
letter-spacing: normal;
box-sizing: border-box;
}
.sidenav > ul > li:nth-child(even) {
margin-right: 1%;
margin-left: 0;
}
.sidenav li.en {
width: 100%;
margin-left: 0;
}
.sidenav > ul > li a {
font-size: 106%;
font-weight: 700;
color: #254769;
line-height: 1.3;
}
.sidenav > ul li.current {
padding-left: .5rem;
border-left: 2px solid #0099e6;
}
.sidenav > ul li.current a {
color: #006ab7;
}


/*sublist*/
.sidenav > ul > li.sublist {
display: none;
width: 100%;
}
.sidenav > ul > li.sublist > ul > li {
margin-bottom: 1px;
}
.sidenav > ul > li.sublist > ul > li > a {
display: block;
padding: .6rem;
background: #f7f7f7;
font-size: 80%;
font-weight: 300;
text-align: right;
}
.sidenav > ul > li.sublist > ul > li.open > a {
background: #006ab7;
color: #FFF;
font-weight: 700;
}
.sidenav > ul > li.sublist > ul > li.endlist li a {
display: block;
padding: .5rem .6rem;
font-size: 80%;
font-weight: 300;
text-align: right;
}
.sidenav > ul > li.sublist > ul > li.endlist li.stay a {
background: #e3eff7;
font-weight: 700;
}


/* MAINCONTENTS */
.maincontents {
padding-top:3rem;
padding-bottom:3rem;
}
.head_copy {
margin-bottom: 3rem;
font-size:106%;
}


/* pager */
.box_pager,
.box_list_pager {
margin-bottom: 3rem;
padding: 1rem 0;
border-bottom: 1px solid #bdc7d2;
}
.box_list_pager {
margin-bottom: 1rem;
}
.box_pager.bottom,
.box_list_pager.bottom {
margin-bottom:0;
margin-top: 3rem;
border-bottom: none;
border-top: 1px solid #bdc7d2;
}
.box_list_pager.bottom {
margin-top: 1rem;
}
.box_pager p,
.box_pager ul {
margin-bottom: .5rem;
text-align: center;
}
.box_pager li,
.box_list_pager li {
display: inline-block;
margin: 0 4px;
font-weight: 700;
}
.box_pager li a {
display: block;
color: #0099e6;
font-weight: 300;
}
.box_pager li.btn a {
padding: 0 .5rem;
background: #cce1f1;
border-radius: 3px;
color: #006ab7;
}

.box_list_pager label {
display: block;
margin-bottom: .6rem;
}
.box_list_pager label select {
background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
background-size: 15px;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
padding: 1px 20px;
font-size: 14px;
border:1px solid #d4d4d4;
box-shadow: none;
color: #254769;
}
.box_list_pager div p,
.box_list_pager div ul {
display: inline-block;
}
.box_list_pager li {
font-weight: 300;
color: #0099e6;
}
.box_list_pager li a {
color: #254769;
text-decoration: underline;
}


/* list */
.link_list li {
margin-bottom: 1px;
transition:opacity .2s;
}
.link_list li:hover {
/*opacity: .8;*/
}
.link_list li a {
display: block;
background: #f0f3f6;
color: #254769;
padding: .5rem 1rem;
}
.link_list li a span {
display: block;
}
.link_list li a span:first-child {
font-size: 86.6%;
}

.list_basic > ul {
display: table;
width: 100%;
}
.list_basic > ul > li {
display: table-row;
}
.list_basic > ul > li > span{
display: table-cell;
background: #f0f3f6;
padding:.5rem .8rem;
border-bottom: 1px solid #FFF;
}
.list_basic > ul > li > span:first-child {
background:#e3eff7;
text-align: right;
white-space: nowrap;
}
.products .list_basic > ul > li > span:first-child {
width: 30%;
}
.list_basic.middle  > ul > li > span {
vertical-align: middle;
}

.list_row {
border-top:1px solid #d3dae1;
border-bottom:1px solid #d3dae1;
}
.list_row li {
position: relative;
padding: 1rem;
background: #f0f3f6;
}
.list_row li:nth-child(odd) {
background: #FFF;
}
.list_row li p {
display: block;
margin-right:.5rem;
}
.list_row li.head {
display: none;
}

.list_spec dl {
margin-bottom: 5px;
}
.list_spec dt {
background:#e3eff7;
padding: .2rem .5rem;
font-weight: 500;
font-size: 106%;
}
.list_spec dd {
background:#f0f3f6;
}
.list_spec dd ul {
display: table;
width: 100%;
}
.list_spec dd ul li {
display: table-row;
}
.list_spec dd ul li span {
display: table-cell;
padding: .5rem;
width: 60%;
border-bottom: 1px solid #FFF;
vertical-align: middle;
}
.list_spec dd ul li:last-child span {
border-bottom:none;
}
.list_spec dd ul span:first-child {
width: 40%;
}
.list_spec dd p.head {
padding: .3rem .5rem;
font-weight: 500;
background:#e7ecf1;
}
.list_spec dd p.head.strong {
font-weight: 700;
}



/* search */
.box_search {
background: #f7f7f7;
padding: 1.5rem;
}
.keyword_search {
display: table;
width: 100%;
margin: 1rem 0;
}
.keyword_search span {
display: table-cell;
}
.keyword_search span:last-child {
width: 30px;
}

.keyword_search span input[type=image] {
width: 30px;
margin-left: 1rem;
}

.keyword_search span input[type=text] {
width: 100%;
padding: 1rem;
box-sizing: border-box;
font-size: 106%;
}
.keyword_search span input[type=image] {
transform: all .2s;
}
.keyword_search span input[type=image]:hover {
/*opacity: .8;*/
}
::-webkit-input-placeholder {
color: #677f96;
}
::-moz-placeholder {
color: #677f96;
}
.box_search .radio_btn label {
display: block;
margin-bottom: 1rem;
cursor:pointer;
}
.box_search .radio_btn input[type="radio"] {
margin-right: .8rem;
}
.box_search dt {
margin-bottom: .5rem;
color: #006ab7;
font-weight: 700;
}
.box_search dd a {
display: inline-block;
margin:0 .8rem .8rem 0;
padding: .3rem .5rem;
background: #e5e5e5;
border-radius: 3px;
}
.box_search dl.category {
padding-top: 1rem;
border-top:1px solid #d3dae1;
}
.box_search dl.category dd a {
background: #cce1f1;
}



/* CATEGORY - USED */
/* box_category */
.box_category {
margin-top: 3rem;
}
.box_category .col6 {
vertical-align: top;
}
.box_category .col6.col6-sp {
width:100%;
}
.box_category h2 {
margin-bottom: 1rem;
background: #e3eff7;
text-align: left;
font-weight: 700;
color: #254769;
}
.box_category h2 a {
position: relative;
padding: .5rem 1.5rem .5rem .5rem;
display: block;
color: #254769;
}
.box_category h2 a:after {
position: absolute;
top:40%;
right:10px;
width: 7px;
height: 7px;
content: "";
border-top: 1px solid #0099e6;
border-right: 1px solid #0099e6;
transform: rotate(45deg);
}
.box_category li {
margin-bottom: .5rem;
}
.box_category li a {
display: inline-block;
font-size: 93.3%;
color: #254769;
}
.box_category span.new {
display: inline-block;
margin-left: .5rem;
background:#0099e6;
color: #FFF;
padding: .3rem .5rem;
font-size: 70%;
font-weight: 400;
line-height: 1;
}
_:-ms-lang(x)::-ms-backdrop, .box_category span.new {
/* IE11 のみ適用される */
transform: translateY(-2px);
}




/* wrap_result_list */
.check_navi {
text-align: center;
}
.check_navi input[type="button"] {
display: inline-block;
margin-bottom: .5rem;
padding: .5rem;
text-decoration: none;
color: #FFF;
background: #006ab7;
border: none;
border-radius: 4px;
box-shadow: none;
font-size: 100%;
cursor: pointer;
transition:opacity .2s;
}
.check_navi input[type="button"]:hover {
/*opacity: .8;*/
}
.check_navi input[type="button"].btn_check_contact {
padding: .5rem .5rem .5rem 2rem;
background: #006ab7 url(../images/global/ico_check.svg) no-repeat 5px 50%;
background-size: 14px auto;
}

.usedlist {
border-top:1px solid #d3dae1;
border-bottom:1px solid #d3dae1;
}
.usedlist li {
position: relative;
padding: 1rem 8rem 1rem 3rem;
background: #f0f3f6;
}
.usedlist li:nth-child(odd) {
background: #FFF;
}
.usedlist li p {
display: inline-block;
margin-right:.5rem;
}
.usedlist li p a {
font-weight: 700;
}
.usedlist li p:nth-child(2),
.usedlist li p:nth-child(7) {
display: none;
}
.usedlist li p:nth-child(3),
.usedlist li p:nth-child(4) {
display: block;
}
.usedlist li p:nth-child(5):after {
content: "｜";
display: inline-block;
}
.usedlist li p:nth-child(5):before {
content: "型式：";
display: inline-block;
}
.usedlist li p:nth-child(6):before {
content: "年式：";
display: inline-block;
}
.usedlist li p:nth-child(5) {
margin-right: 0;
}
.usedlist li p.check {
position: absolute;
left:1rem;
top:1rem;
margin: 0;
}
.usedlist li p.check:after {
display: none;
}
.usedlist li figure {
position: absolute;
right:1rem;
top:1rem;
width: 7rem;
}
.usedlist li figure img {
width: 70px;
height: 55px;
object-fit: cover;
}
.usedlist li.head {
display: none;
}
.usedlist span.new {
display: inline-block;
margin-left: .5rem;
background:#0099e6;
color: #FFF;
padding: .3rem .5rem;
font-size: 70%;
line-height: 1;
}
_:-ms-lang(x)::-ms-backdrop, .usedlist span.new {
/* IE11 のみ適用される */
transform: translateY(-2px);
}




/* slider */
.sp-slides-container {
margin-top: 3rem;
background: #f0f3f6;
}
.sp-arrow.sp-previous-arrow,
.sp-arrow.sp-next-arrow {
width: 20px;
height: 20px;
transform: rotate(45deg);
cursor: pointer;
z-index: 10;
}
.sp-arrow.sp-previous-arrow {
left:10px;
border-bottom: 3px solid #FFF;
border-left: 3px solid #FFF;
}
.sp-arrow.sp-next-arrow {
right: 10px;
border-top: 3px solid #FFF;
border-right: 3px solid #FFF;
}
.sp-thumbnail-arrow.sp-previous-thumbnail-arrow,
.sp-thumbnail-arrow.sp-next-thumbnail-arrow {
width: 15px;
height: 15px;
transform: rotate(45deg);
cursor: pointer;
z-index: 10;
opacity: 0;
}
.sp-thumbnail-arrow.sp-previous-thumbnail-arrow {
left:20px;
border-bottom: 3px solid #FFF;
border-left: 3px solid #FFF;
}
.sp-thumbnail-arrow.sp-next-thumbnail-arrow {
right: 20px;
border-top: 3px solid #FFF;
border-right: 3px solid #FFF;
}
.sp-thumbnail-container {
opacity: .6;
}
.sp-thumbnail-container.sp-selected-thumbnail {
opacity: 1!important;
}
.slider-pro img.sp-image, .slider-pro img.sp-thumbnail {
cursor: default;
}


/* modal_image */
figure.modal_image {
position: relative;
display: inline-block;
width: 100%;
padding-bottom: 75%; /* 4:3の縦横比 (100 / 4 * 3 = 75) */
overflow: hidden;
background-color: #f0f0f0; /* 画像が読み込まれる前の背景色（任意） */
overflow: initial;
}
.modal_image img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
figure.modal_image a {
display: block;
}
figure.modal_image:hover:after {
position: absolute;
top:0;
left:0;
content: "";
display: block;
width: 31px;
height: 31px;
background: url(../images/global/ico_zoom_square.svg) no-repeat;
background-size: 100%;
cursor: pointer;
}
figure.modal_image figcaption {
margin-top: .5rem;
text-align: right;
position: absolute;
width: 100%;
bottom: -55px;
box-sizing: border-box;
margin-bottom:3rem;
}
figure.modal_image figcaption a:before {
display: inline-block;
vertical-align: middle;
margin-right: .5rem;
content: "";
width: 12px;
height: 12px;
background: url(../images/global/ico_zoom.svg) no-repeat 50% 50%;
background-size: 100%;
}



/* TOP */
.fv {
position: relative;
height:70vh;
overflow: hidden;
background-color: #000;
}

.fv:before {
position: absolute;
height: 100%;
width: 100%;
display: block;
content: "";
background: url(../images/top/dot_05.png);
z-index: 2;
}
.fv .wrapper {
z-index: 5;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
display: flex;
justify-content: center;
align-items: center;
}
.fv video {
position: absolute;
left:-55%;
z-index: 1;
height: 100%;
}
.fv h1 svg {
}
.fv h2 svg {
}

.index_topics {
display: block;
padding: 1rem ;
font-size: 86.6%;
text-align: center;
background:#006ab7;
}
.index_topics dt,
.index_topics dd {
padding-bottom: 0;
padding-top: 0;
color: #FFF;
}
.index_topics dt {
display: none;
}
.index_topics dd a {
display: block;
text-align: center;
}
.index_topics dd figure,
.index_topics dd p {
display: inline-block;
vertical-align: middle;
}
.index_topics dd figure {
width: 30%;
}
.index_topics dd p {
padding-left: 5px;
width: 68%;
box-sizing: border-box;
line-height: 1.4;
}
.index_topics dd p > span {
display: inline-block;
font-size: 90%;
}
.index_topics dd p > span.new {
padding: .1rem .5rem .2rem;
margin-left: .5rem;
background:#FFF;
color: #0099e6;
font-weight: 600;
line-height: 1.2;
}
_:-ms-lang(x)::-ms-backdrop, .index_topics dd p > span.new {
/* IE11 のみ適用される */
transform: translateY(-2px);
}



/*top_concept*/
.top_concept {
padding-bottom: 0;
position: relative;
background:url(../images/top/top_concept_bg.jpg) no-repeat 50% 50%;
background-size: cover;
color: #006ab7;
}
.top_concept:after {
display: block;
margin: 0 auto;
width: 200px;
height: 210px;
content: "";
background:url(../images/top/top_concept_img.png) no-repeat 50% 100%;
background-size: auto 200px;
right: 0;
left: 500px;
}
.top_concept h1 {
margin-bottom: 1rem;
font-size: 206%;
font-weight: 200;
}
.top_concept h1 span {
display: block;
text-align: center;
}
.top_concept h1 span img {
width: 70px;
}
.top_concept h2 {
margin-bottom: 1rem;
text-align: left;
font-size: 133%;
line-height: 1.2;
}
.top_concept .btn_arrow_sky {
display: block;
margin-top: 2rem;
}
.top_concept .box_white {
background:#FFF;
padding: 2rem;
box-shadow: 9px 9px 10px rgba(0,0,0,0.07);
border-radius: 10px;
}


/*top_service*/
.top_service {
background:#b0d1e9;
}
.top_service .wrap_blue {
position: relative;
padding:40px;
color: #FFF;
}
.top_service .wrap_blue.light {
color: #006ab7;
}
.top_service .wrap_blue:after {
position: absolute;
top:0;
bottom:0;
right:0;
left:0;
margin:auto;
display: block;
width: calc(100% - 40px);
height: calc(100% - 40px);
content: "";
background-color:#2680c2;
border-radius: 20px;
z-index: 2;
}
.top_service .wrap_blue.light:after {
background-color:#f0f6fb;
}
.top_service .wrap_blue .wrapper {
z-index: 3;
}
.top_service .col6 {
padding-top: 20px;
padding-bottom: 20px;
}
.top_service .wrapper .col6:first-child {
padding-bottom: 0;
}
.top_service .col6.link {
position: relative;
text-align: center;
letter-spacing: -0.5em;
}
.top_service .col6.link a {
display: inline-block;
margin: 0 1%;
width: 48%;
vertical-align: top;
letter-spacing: normal;
text-align: center;
}
.top_service .col6.link.engineering a {
margin-top: 2rem;
}
.top_service h2 {
margin-top: 2rem;
margin-bottom: 1rem;
text-align: left;
font-size: 140%;
font-weight: 500;
}
.top_service .iso {
margin-top: 1rem;
}
.top_service .iso img,
.top_service .iso span {
display: inline-block;
vertical-align: middle;
width: 100px;
}
.top_service .iso span {
width: calc(94% - 100px);
margin-left: 4%;
font-size: 80%;
color: #254769;
}
.top_service .col6.reuse p {
margin-top: 1rem;
}
.top_service .wrap_blue .col6 h1 img{
max-width: 90%;
}

.top_news {
background:#f3fafd;
}
.top_news ul{
height: 310px;
overflow-Y:scroll;
background-color: #fff;
}
.top_news ul::-webkit-scrollbar{
width:6px;
}
.top_news ul::-webkit-scrollbar-track{
background:#dddddd;
}
.top_news ul::-webkit-scrollbar-thumb{
background:#b0d1e9;
}
.top_news li {
position: relative;
padding: 15px;
border-top:1px solid #e5f0f8;
}
.top_news li a{
padding-bottom: 2px;
border-bottom:1px dotted #006ab7;
line-height:2;
}
.top_news li:before {
position: absolute;
top:-1px;
left:0;
content: "";
display: block;
height: 1px;
width: 100px;
background:#0099e6;
}
.top_news li span {
display: block;
margin-bottom: .5rem;
color: #006ab7;
font-weight: 700;
letter-spacing: .1em;
font-size: 86.6%;
}
.top_news li a {
color: #254769;
}
.top_news ul {
margin-bottom: 20px;
}
.top_news li strong.new {
display: inline-block;
margin-left: .5rem;
padding: .3rem .5rem;
background:#0099e6;
color: #FFF;
font-size: 93.3%;
font-weight: normal;
line-height: 1;
}
.top_news li figure {
margin: 1rem 0;
text-align: left;
}


/*top_recruit*/
.top_recruit h2 {
position: relative;
padding: 1rem 0;
margin-bottom: 2rem;
color: #0099e6;
font-size: 146%;
font-weight: 500;
}
.top_recruit h2:before,
.top_recruit h2:after {
position: absolute;
content: "";
width: 18px;
height: 38px;
background-repeat: no-repeat;
background-position: 0 0;
background-size: 100%;
}
.top_recruit h2:before {
top:0;
left:0;
background-image: url(../images/top/brackets_before.svg);
}
.top_recruit h2:after {
bottom:0;
right:0;
background-image: url(../images/top/brackets_after.svg);
}
.top_recruit p {
color: #006ab7;
font-size: 106%;
}
.top_recruit p a.col6 {
text-align: center;
padding-left: 0;
padding-right: 0;
}





/* CATEGORY - STATIC */
/* bottom_service_link */
.bottom_service_link {
border-top: 1px solid #bdc7d2;
background: #f0f3f5;
}
.bottom_service_link h1 {
padding-top: 0;
padding-bottom: 3rem;
font-size: 253%;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 400;
color: #1b91d0;
}
.bottom_service_link ul {
text-align: center;
}
.bottom_service_link li {
vertical-align: top;
margin-bottom: 2rem;
}
.bottom_service_link a {
display: block;
text-align: center;
}
.bottom_service_link figure {
display: inline-block;
position: relative;
margin-bottom: 2rem;
}
.bottom_service_link img {
display: inline-block;
outline: 6px solid #FFF;
}
.bottom_service_link figcaption {
position: absolute;
bottom:-15px;
right:-10px;
display: inline-block;
padding: .2rem 4rem;
background: #FFF;
font-size: 180%;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 400;
color: #006ab7;
}
.bottom_service_link figcaption:after {
position: absolute;
top:35%;
right:10px;
display: inline-block;
width: 11px;
height: 11px;
content: "";
border-top: 1px solid #99c3e2;
border-right: 1px solid #99c3e2;
transform: rotate(45deg);
}


/* access */
#company_access figure {
vertical-align: top;
}
#company_access .col7-sp,
#company_access .col5-sp {
margin: 1rem 0;
}


/*product_list*/
.product_list {
padding-bottom: 3rem;
}


/* ferrite */
#ferrite .list_row li p:first-child {
margin-bottom: .5rem;
}
#ferrite .list_row li p:nth-child(2):before,
#ferrite .list_row li p:nth-child(3):before,
#ferrite .list_row li p:nth-child(4):before {
display: inline-block;
font-weight: 500;
margin-right: .5rem;
}
#ferrite .list_row li p:nth-child(2):before {
content: "加工内容：";
}
#ferrite .list_row li p:nth-child(3):before {
content: "機械名称：";
}
#ferrite .list_row li p:nth-child(4):before {
content: "model：";
}



/*　beforeafter　*/
.wrap_ba figure.modal_image figcaption {
margin-top: 0;
padding: .3rem .6rem;
font-weight: 700;
}
.wrap_ba .before figcaption,
.wrap_ba.step figcaption {
background: #e3eff7;
}
.wrap_ba .after figcaption {
background: #006ab7;
color: #FFF;
}
.wrap_ba figcaption:before,
.wrap_ba figcaption:before {
display: inline-block;
position: absolute;
left:10px;
font-weight: 700;
font-size: 106%;
}
.wrap_ba .before figcaption:before {
content: "BEFORE";
}
.wrap_ba .after figcaption:before {
content: "AFTER";
}
.wrap_ba .step1 figcaption:before {
content: "STEP1";
}
.wrap_ba .step2 figcaption:before {
content: "STEP2";
}
.wrap_ba .step3 figcaption:before {
content: "STEP3";
}
.wrap_ba figcaption a {
font-weight: 400;
text-align: right;
}
.wrap_ba .after figcaption a {
color: #FFF;
}
.wrap_ba .after figcaption a:before {
background-image: url(../images/global/ico_zoom_w.svg);
}
.wrap_ba p,
.wrap_ba li {
font-size: 93.3%;
}
.link_stock{
background-color: #0094ff;
padding: 6px 8px;
color: #fff!important;
font-weight: 600;
text-align: center;
display: block;
margin-top: 1rem;
margin-bottom:1rem;
border-radius: 10px;
}
.beforeafter-item .col4{
margin-bottom:2rem;
}




/* purchase */
#purchase_index .flow li {
position: relative;
margin-bottom: 2rem;
text-align: center;
font-weight: 500;
letter-spacing: -0.5em;
border:1px solid #758BA0;
box-sizing: border-box;
}
#purchase_index .flow li:after {
position: absolute;
bottom: -12px;
left:0;
right: 0;
margin: auto;
display: block;
width: 11px;
height: 11px;
content: "";
border-bottom: 1px solid #758BA0;
border-right: 1px solid #758BA0;
transform: rotate(45deg);
}
#purchase_index .flow li:last-child:after {
display: none;
}
#purchase_index .flow li.customer {
border-color: #0099E6;
color: #0099E6;
}
#purchase_index .flow li strong,
#purchase_index .flow li span {
display: inline-block;
vertical-align: middle;
padding: .5rem;
width: 75%;
letter-spacing: normal;
box-sizing: border-box;
}
#purchase_index .flow li strong {
width: 20%;
color: #DBDBDB;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 400;
font-size:300%;
line-height: 1.0;
text-align: right;
}
#purchase_index .flow li.customer strong {
color: #D6E7F3;
}



/* LINK */
#link_index .sub_title {
margin-bottom: .5rem;
margin-top:1.5rem;
}



/* BUSINESS */
.wrap_logo {
border:1px solid #D9D9D9;
text-align: center;
}
#business_import .col3 {
margin-bottom: 1rem;
}
#business_index .open_contents {
padding: 1rem;
background: #f7f7f7;
}
.open_contents {
display: none;
}

.open_btn .btn_arrow_sky span:after{
top:-3px;
border-top: none;
border-bottom: 1px solid #0099e6;
border-right: 1px solid #0099e6;
}
.open_btn .btn_arrow_sky.current span:after{
top:0;
border-top: 1px solid #0099e6;
border-bottom: none;
border-right: none;
border-left: 1px solid #0099e6;
}

.close_btn {
display: block;
text-align: center;
margin-top: 2rem;
}
.close_btn span:before {
display: inline-block;
margin-right: 1rem;
content: "";
height: 15px;
width: 15px;
border-top: 2px solid #0099e6;
border-left: 2px solid #0099e6;
transform: rotate(45deg);
}






















@media screen and (min-width:768px) {

#all{
font-size: 1.4rem;
}
.container {
padding:4rem 0;
}
.container.wide {
padding:6rem 0;
}
body#top .container {
padding-bottom: 6rem;
}
body#top .container.top_concept {
padding: 2rem 0;
}


/* TITLE */
.category_title strong {
font-size: 280%;
}
.category_title strong:after {
margin: 5px auto 15px;
}
.section_title {
margin-bottom: 3rem;
}

.section_title.overhaul-new {
padding-right: 150px;
}
.section_title.new:after,
.section_title.overhaul:after {
right:10px;
}
.section_title.overhaul-new:before {
bottom:auto;
top:38%;
right:50px;
}
.section_title.overhaul-new:after {
bottom:auto;
top:38%;
right:10px;
}






/* BTN */
.btn_back span:before {
top:-3px;
}
.btn_contact:before {
background-position: 50% 0;
}
.btn_arrow_sky {
padding: .8rem 2rem;
}
.btn_arrow_sky.small {
padding: .5rem 2rem;
}
.btn_arrow_sky span:after {
width: 9px;
height: 9px;
}



/* LINK */
a.pdf {
background-position: 0 6px;
}
/* div.col11 + p.pdf,
div.col11 + p.pdf + p.pdf {
display: block;
margin: .5rem auto;
letter-spacing: normal;
width:86%;
background-position: 0 6px;
} */



/* LIST */
.list_basic > ul > li > span {
padding: .8rem 1.6rem;
font-size: 93.3%;
}
.products .list_basic > ul > li > span:first-child {
width: 20%;
}
.list_row {
display: table;
width: 100%;
}
.list_row li,
.list_row li.head {
display: table-row;
padding: 0;
}
.list_row li p {
display: table-cell;
padding: 1.5rem;
vertical-align: middle;
font-size: 93.3%;
}
.list_row li.head p {
padding: .5rem 1rem;
background: #e3eff7;
font-size: 80%;
text-align: center;
}

.list_spec > dl {
display: table;
width: 100%;
margin-bottom: 2px;
}
.list_spec dl > dt,
.list_spec dl > dd {
display: table-cell;
font-size: 93.3%;
}
.list_spec dl > dt {
width: 20%;
vertical-align: middle;
padding: .8rem 1rem;
}

.list_spec dd ul li span.
.list_spec dd p {
padding: .8rem 1rem;
}


/* HEADER */
.header {
display: block;
font-size: 80%;
}
.header h1 img {
width: 50px;
}


/* BOTTOM CONTACT */
.bottom_contact .phone {
text-align: left;
}
.bottom_contact ul {
padding-right: 0;
padding-left: 0;
}
.bottom_contact ul li {
width: 31.3%;
margin-right: 0;
margin-left: 2%;
}
.bottom_contact ul li:first-child {
margin-left: 0;
}
.bottom_contact ul li a {
font-size: 93.3%;
padding: .7rem .5rem 1rem;
}
.bottom_contact .used {
padding-top: 0;
padding-left: 0;
padding-right: 0;
}
.bottom_contact .used li {
display: inline-block;
width: 32.3%;
margin-left: 1%;
padding: 1.5rem 2rem;
vertical-align: top;
}
.bottom_contact .used ul li:first-child {
margin-left: 0;
}
.bottom_contact .used li p {
text-align: left;
font-size: 80%;
}


/* FOOTER */
.footer {
padding: 4rem 0;
}
.footer h1 span {
font-size: 1.2rem;
}
.footer h1 span strong {
display: inline-block;
margin: 0 1rem;
}
.footer_menu {
padding: 3rem 0;
text-align: center;
}
.footer_menu ul,
.footer_menu ul:nth-child(2),
.footer_menu ul:nth-child(3) {
margin-bottom: 0;
padding: 0 1%;
width: 23%;
}



/* BREADCRUMBS */
.breadcrumbs {
display: block;
}


/* BASE RAYOUT */
.base_wrap {
position: relative;
overflow: hidden;
}
.base_wrap:after {
position: absolute;
content: "";
top:0;
left:25%;
display: block;
width: 1px;
height: 100%;
background:#bdc7d2;
}
.col3.sidenav {
float: left;
}
.col9.maincontents {
float: right;
}
.col9.maincontents .col6.inner {
width:69%;
}
.col9.maincontents .col5.inner {
width:calc(58.333% - 40px);
}
.col9.maincontents .col4.inner {
width:calc(41.6666% + 40px);
}
.col9.maincontents .col3.inner {
width:31%;
}




/* SIDENAV */
.sidenav {
margin-right: 0;
padding-right: 0;
vertical-align: top;
letter-spacing: normal;
}
.sidenav > ul {
padding: 2rem 0;
border-bottom: 1px solid #bdc7d2;
border-top: none;
}
.sidenav.company > ul,
.sidenav.business > ul {
border-bottom: none;
}
.sidenav > ul > li {
display: block;
width: auto;
padding-right: 20px;
margin-left: 0;
margin-bottom: 1.2rem;
text-align: right;
}
.sidenav.company > ul > li,
.sidenav.business > ul > li {
margin-bottom: 2.5rem;
}
.sidenav > ul > li:nth-child(even) {
margin-right: 0;
}
.sidenav > ul > li a {
font-size: 93.3%;
}
.sidenav > ul > li.current {
border-left: none;
padding-left: 0;
border-right: 3px solid #0099e6;
}
.sidenav li.en {
color: #808080;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 400;
font-size: 93.3%;
}

/*sublist*/
.sidenav > ul > li.sublist {
display: block;
}



/* MAINCONTENTS */
.maincontents {
vertical-align: top;
}
.head_copy {
margin-bottom: 5rem;
}

/* pager */
.box_pager,.box_list_pager {
padding-bottom: 0;
letter-spacing: -0.5em;
}
.box_pager p,
.box_pager ul {
display: inline-block;
width: 40%;
margin-bottom: 1.5rem;
vertical-align: middle;
text-align: left;
letter-spacing: normal;
font-size: 93.3%;
}
.box_pager ul {
width: 60%;
text-align: right;
}
.box_list_pager label,
.box_list_pager div {
display: inline-block;
width: 50%;
letter-spacing: normal;
font-size: 93.3%;
}
.box_list_pager div {
text-align: right;
}
.box_list_pager.bottom div {
width: 100%;
}


/* list */
.link_list li {
}
.link_list li a {
padding: .8rem 1.2rem;
display: table;
width: 100%;
}
/*.link_list li:hover {
opacity: 1!important;
}*/
.link_list li a:hover {
background: #f7f7f7;
}
.link_list li a span {
display: table-cell;
font-size: 93.3%;
}
.link_list li a span:first-child {
width: 15%;
}
.link_list li a span:last-child {
border-left: 1px solid #254769;
padding-left: 1.5rem;
}


/* search */
.box_search {
padding: 30px 40px;
}
.keyword_search {
margin: 2rem 0;
}
.box_search .radio_btn label {
display: inline-block;
margin-bottom: 0;
margin-right: 3rem;
}
.box_search dl {
display: table;
width: 100%;
}
.box_search dl.category {
margin-top: 2rem;
padding-top: 2.5rem;
}
.box_search dt,
.box_search dd {
display: table-cell;
vertical-align: top;
font-size: 93.3%;
}
.box_search dt {
width: 16%;
padding-top: .5rem;
}
.box_search dd a {
padding: .5rem 1rem;
}
.box_search dl.category dt {
width: 23%;
}



/* CATEGORY - USED */
.box_category {
text-align: left;
}
.box_category .col6.col6-sp {
width: 50%;
}
.box_category .col6 {
padding: 20px 5px 20px 0;
}
.box_category .col6:nth-of-type(even) {
padding: 20px 0 20px 5px;
}
.box_category h2 a {
padding: .5rem 1rem;
}
.box_category h2 a:after {
right:14px;
}
.box_category li {
margin-bottom: 0.2rem;
}
.box_category li a {
padding-left: 1.5rem;
}





/* wrap_result_list */
.check_navi {
text-align: left;
}
.check_navi span {
display: inline-block;
margin-right: 1rem;
}
.check_navi input[type="button"] {
padding: 1rem;
}
.check_navi input[type="button"].btn_check_contact {
padding: 1rem 1rem 1rem 3rem;
background-size: 18px auto;
background-position: 10px 50%;
}
.usedlist {
display: table;
width: 100%;
}
.usedlist li,
.usedlist li.head {
display: table-row;
padding: 0;
}
.usedlist li.head p {
white-space: nowrap;
}
.usedlist li p {
word-break: break-all;
}

.usedlist li p,
.usedlist li figure,
.usedlist li p.check,
.usedlist li p:nth-child(2),
.usedlist li p:nth-child(3),
.usedlist li p:nth-child(4),
.usedlist li p:nth-child(7) {
position: static;
display: table-cell;
padding: 1rem;
vertical-align: top;
}
.usedlist li p:nth-child(4) {
width: 11%;
}
.usedlist li p:nth-child(7) {
width: 24%;
font-size: 93.3%;
}
.usedlist li p:nth-child(6) {
width: 4rem;
}

.usedlist li p.check {
text-align: center;
}
.usedlist li figure {
width: 11%;
}
.usedlist li figure img {
width: 100%;
height: auto;
object-fit: contain;
}
.usedlist li p:nth-child(5):after,
.usedlist li p:nth-child(5):before,
.usedlist li p:nth-child(6):before {
display: none;
}
.usedlist li.head p {
padding: .5rem 1rem;
background: #e3eff7;
font-size: 80%;
text-align: center;
}


/* slider */
.sp-arrow.sp-previous-arrow,
.sp-arrow.sp-next-arrow {
width: 30px;
height: 30px;
}
.sp-arrow.sp-previous-arrow {
left:40px;
}
.sp-arrow.sp-next-arrow {
right: 40px;
}
.sp-thumbnail-arrow.sp-previous-thumbnail-arrow,
.sp-thumbnail-arrow.sp-next-thumbnail-arrow {
opacity: 1;
}

/* modal_image */
figure.modal_image figcaption {
bottom: -60px;
}
figure.modal_image figcaption a:before {
width: 15px;
height: 15px;
}
figure.modal_image img {
width: 100%;
}


/* TOP */
.fv {
height: 85vh;
}
.fv .wrapper {
padding: 4rem 0 0;
}
.fv video {
left: 0;
}
.fv h2.col6 {
padding-left: 10px;
text-align: left;
}


/* IE11 のみ適用される */
_:-ms-lang(x)::-ms-backdrop, .fv {
max-height: 90vh;
}
_:-ms-lang(x)::-ms-backdrop, .fv .col5 {
max-width: 40%;
max-height: 100%;
width: 410px;
height: 500px;
text-align: left;
}
_:-ms-lang(x)::-ms-backdrop, .fv .col5:first-child {
width: 428px;
height: 578px;
text-align: right;
}
_:-ms-lang(x)::-ms-backdrop, .fv .col5 svg {
width: 280px;
max-width: 100%;
max-height: 100%;
transform: translateY(-20px);
}



.index_topics {
padding: 2rem 0;
font-size: 100%;
}
.index_topics dt {
display: inline-block;
padding-right: 4%;
text-align: right;
}
.index_topics dd {
border-left: 1px solid #FFF;
}
.index_topics dd figure {
width: 26%;
}
.index_topics dd p {
padding-left: 10px;
width: 72%;
}



/*top_concept*/
.top_concept .wrapper {
text-align: left;
}
.top_concept:after {
position: absolute;
height: 400px;
width: 340px;
right:0;
bottom: 0;
background-size: 100% auto;
left: 56%;
}
.top_concept .box_white {
padding: 2rem 4rem 4rem;
}
.top_concept h1 {
margin-bottom: 2.5rem;
font-size: 260%;
}
.top_concept h1 span img {
width: 96px;
}
.top_concept h2 {
margin-bottom: 2rem;
font-size: 160%;
}

/*top_service*/
.top_service .wrap_blue {
margin-top: 20px;
margin-bottom: 20px;
}
.top_service .wrap_blue:after {
width: calc(100% - 3%);
height: calc(100% - 40px);
}
.top_service .wrapper .col6:first-child {
padding-bottom: 20px;
}
.top_service .col6.link a:first-child {
position: relative;
bottom:-10px;
text-align: center;
z-index: 10;
}
.top_service .col6.link a:last-child {
text-align: right;
}
.top_service h2 {
margin-top: 3rem;
margin-bottom: 2rem;
}
.top_service .iso {
margin-top: 2rem;
}
.top_service .iso img {
width: 120px;
}
.top_service .iso span {
width: calc(94% - 120px);
}
.top_service .col6.reuse p {
margin-top: 2rem;
}
.top_service .col6.link.engineering {
padding-left: 0;
}
.top_service .col6.link.engineering a,
.top_service .col6.link.engineering a:first-child,
.top_service .col6.link.engineering a:last-child {
bottom:auto;
margin-bottom: 0;
text-align: left;
}
.top_service .col6.link.engineering a:nth-child(even) {
margin-top: 6rem;
text-align: right;
}
.top_service .wrap_blue .col6 h1 img{
max-width: 100%;
}
/*top_news*/
.top_news ul {
margin-bottom: 0px;
}
/*top_recruit*/
.top_recruit h2 {
padding: 2.5rem 0;
margin-bottom: 3rem;
font-size: 180%;
}
.top_recruit h2:before,
.top_recruit h2:after {
width: 27px;
height: 56px;
}
.top_recruit p a.col6 {
text-align: right;
padding-left: 20px;
}
.top_recruit p a.col6:first-child {
text-align: left;
padding-left: 0;
padding-right: 20px;
}



/* CATEGORY - STATIC */
#company_index .col5.inner {
padding-left: 0;
}
#company_index figure.col4.inner {
padding-right: 0;
text-align: right;
}


/* bottom_service_link */
.bottom_service_link figure {
margin-bottom: 3rem;
}
.bottom_service_link figcaption {
bottom:-20px;
right:-15px;
padding: .4rem 6rem;
}
.bottom_service_link figcaption:after {
width: 15px;
height: 15px;
right:20px;
}

/* access */
#company_access figure {
vertical-align: middle;
}
#company_access .col7-sp,
#company_access .col5-sp {
margin: 0;
}



/*product_list*/
.product_list {
padding-top: 0;
}
.product_list .col6.inner {
padding-left: 0;
vertical-align: top;
}
.product_list .col3.inner {
padding-right: 0;
vertical-align: top;
}


/* ferrite */
#ferrite .list_row li p:first-child {
margin-bottom: 0;
}
#ferrite .list_row li p:nth-child(2):before,
#ferrite .list_row li p:nth-child(3):before,
#ferrite .list_row li p:nth-child(4):before {
display: none;
}



/* purchase */
#purchase_index .flow {
display: inline-block;
text-align: center;
letter-spacing: -0.5em;
}
#purchase_index .flow li {
display: inline-block;
width: 22%;
margin-right: 2%;
letter-spacing: normal;
line-height: 1.4;
}
#purchase_index .flow li:nth-child(5),
#purchase_index .flow li:nth-child(6),
#purchase_index .flow li:nth-child(7) {
width: 30%;
}
#purchase_index .flow li:nth-child(4),
#purchase_index .flow li:nth-child(7) {
margin-right: 0;
}
#purchase_index .flow li:after {
bottom: 0;
top:0;
left:auto;
right: -12px;
border-bottom: none;
border-top: 1px solid #758BA0;
}
#purchase_index .flow li:nth-child(4):after {
display: none;
}
#purchase_index .flow li strong {
width: 10%;
}
#purchase_index .flow li span {
text-align: center;
}



/* LINK */
#link_index .col8,
#link_index .col3 {
padding-top: 1rem;
}
#link_index .col8 {
width: 72%;
padding-left: 0;
}
#link_index .sub_title {
margin-bottom: 0;
margin-top: 3rem;
}

/* BUSINESS */
#business_index .open_contents {
padding: 3rem;
}
#business_index .open_contents hr {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}

#business_import .col9.maincontents .col6.inner {
padding-left: 40px;
padding-right: 0;
}
#business_import .col3 {
margin-bottom: 0;
}





}/* min-width:768px */
















@media screen and (min-width:1080px) {

#all{
font-size: 1.5rem;
}

/* HEADER */
.gnav li {
padding: 2.5rem 0;
}
.gnav li a {
padding: .3rem 1.5rem .3rem 2rem;
}
.gnav li:first-child a {
padding-left: 1.1rem;
}

.header {
font-size: 100%;
}
.header h1 img {
width: 98px;
}

/* BOTTOM CONTACT */
.bottom_contact ul li a {
font-size: 106%;
}


/* BASE RAYOUT */
.base_wrap:after {
left: calc(25% - 40px);
}


/* SIDENAV */
.sidenav {
width: calc(25% - 40px);
}
.sidenav > ul > li a {
font-size: 113%;
}


/* MAINCONTENTS */
.maincontents {
padding-top:5rem;
padding-bottom:5rem;
}
.link_list li a span:first-child {
width: 13%;
}

/* search */
.box_search dt {
width: 13%;
}
.box_search dl.category dt {
width: 16%;
}



/* TOP */

.index_topics dt {
padding-right: 4%;
text-align: right;
}

/*top_concept*/
.top_concept:after {
height: 550px;
width: 460px;
left: 630px;
}
.top_concept .box_white {
padding: 4rem 8rem 8rem;
}
.top_concept h1 {
font-size: 320%;
}
.top_service .wrap_blue:after {
width: calc(100% - 160px);
}
.top_service .wrap_blue .wrapper {
width: calc(100% - 160px);
}

.usedlist li p:nth-child(3) {
width: 18%;
}
.usedlist li p:nth-child(4) {
width: 15%;
}
.usedlist li p:nth-child(6) {
/* white-space: nowrap; */
}
.usedlist li p:nth-child(7) {
width: 20%;
}



}/* min-width:1080px */





@media screen and (min-width:1080px) and (min-height:768px) {
/*top FV*/
/* IE11 のみ適用される */
_:-ms-lang(x)::-ms-backdrop, .fv .col5 svg {
width: 410px;
}
_:-ms-lang(x)::-ms-backdrop, .fv .col5:first-child svg {
width: 428px;
}
}/* min-width:1080px */




@media screen and (min-width:1260px) {



/*top_concept*/
.top_service .wrap_blue .wrapper {
width: 1080px;
}

}/* min-width:1260px */








/* Padding/Margin Control */

@media screen and (min-width:768px) {
.pc-pr-col1 {
padding-right: calc(8.3333% - 20px);
}
.pc-pl-col1 {
padding-left: calc(8.3333% - 20px);
}
.pc-pb-0 {
padding-bottom: 0;
}


}/* min-width:768px */






@media print {

html,body{
height: auto;
}
body {
height: auto;
overflow: visible!important;
}
.sp_header,
.header,
.sidenav,
.footer,
.bottom_contact,
.hmenu-wrapper,
.loader {
display: none!important;
}
#all,
article {
font-size: 16px;
}
#all {
opacity: 1;
}
#all,
article,
.container,
.wrapper,
.base_wrap {
overflow: visible!important;
}

.col1,.col2,.col3,.col4,.col5,.col6,
.col7,.col8,.col9,.col10,.col11,.col12 {
padding:20px;
}
.col1 { width:8.3333%; }
.col2 { width:16.6666%; }
.col3 { width:25%; }
.col4 { width:33.3333%; }
.col5 { width:41.6666%; }
.col6 { width:50%; }
.col7 { width:58.333%; }
.col8 { width:66.666%; }
.col9 { width:74.999%; }
.col10 { width:83.333%; }
.col11 { width:91.666%; }
.col12 { width:100%; }

.container {
padding: 10px 0;
}
.category_title {
background: transparent;
color: #006ab7;
border-bottom: 1px solid #006ab7;
}
.category_title strong {
display: inline-block;
margin-right: 1rem;
vertical-align: middle;
}
.category_title strong:after {
display: none;
}
.main_title,.head_copy,.section_title {
margin-bottom: 10px;
}


.col9.maincontents {
float: none;
display: block;
width: 100%;
overflow: visible!important;
}
.usedlist {
display: table;
width: 100%;
}
.usedlist li,
.usedlist li.head {
display: table-row;
padding: 0;
}
.usedlist li p,
.usedlist li figure,
.usedlist li p.check,
.usedlist li p:nth-child(2),
.usedlist li p:nth-child(3),
.usedlist li p:nth-child(4) {
position: static;
display: table-cell;
padding: 5px;
vertical-align: top;
border-bottom: 1px solid #bdc7d2;
font-size: 10px;
}
.usedlist li p.check {
text-align: center;
}
.usedlist li figure {
width: 20%;
}
.usedlist li figure img {
width: 100%;
height: auto;
}
.usedlist li p:nth-child(5):after,
.usedlist li p:nth-child(5):before,
.usedlist li p:nth-child(6):before {
display: none;
}
.usedlist li.head p {
padding: .5rem 1rem;
background: #e3eff7;
font-size: 80%;
text-align: center;
}
.list_row {
display: table;
width: 100%;
}
.list_row li,
.list_row li.head {
display: table-row;
padding: 0;
}
.list_row li p {
display: table-cell;
padding: 1.5rem;
vertical-align: middle;
font-size: 10px;
border-top: 1px solid #bdc7d2;
}
.list_row li.head p {
padding: .5rem 1rem;
background: #e3eff7;
font-size: 80%;
text-align: center;
}

.col11.slider {
display: block;
}
.sp-slides-container {
margin-top: 0;
}
.list_basic > ul > li > span {
border-top: 1px solid #bdc7d2;
}
.products .list_basic > ul > li > span:first-child {
width: auto;
}
.sp-arrows.sp-fade-arrows {
display: none;
}
figure.modal_image img {
width: 100%;
}
.box_category .col6.col6-sp {
width: 50%;
}



}/*print*/
