@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: "メイリオ" , "ＭＳ Ｐゴシック" , "ＭＳ ゴシック" , "Hiragino Kaku Gothic Pro" , "ヒラギノ角ゴ Pro W3" , "Arial" , "Helvetica" , sans-serif;
}
.yumincho {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.notosans {
    font-family: 'Noto Sans JP', sans-serif;
}

.oswald {
    font-family: 'Oswald', sans-serif;
}
.bebas {
    font-family: 'Bebas Neue', cursive;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #fff;
}
body.fixed {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
}
#container {
	text-align: left;
    overflow: hidden;
}
#main {
    padding: 76px 0 47px;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: 320px;
		font-size: 1.3rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
    #main {
        padding: 26px 0 21px;
    }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    border-top: 10px solid #E60012;
    background: url("../image/common/h_bg.jpg") no-repeat center center;
    background-size: cover;
}
#gHeader .hInner {
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#gHeader .lBox {
    display: flex;
    align-items: center;
}
#gHeader .rBox {
    margin: 30px 60px 0 0;
}
#gHeader h1 {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    color: #252525;
    margin: -15px 0 0 -5px;
}
/*
#gHeader .tel a {
    padding: 2px 0 0 27px;
    display: inline-block;
    font-size: 3.6rem;
    font-weight: bold;
    font-family: Bahnschrift;
    letter-spacing: -0.07em;
    background: url("../navi-img/icon04.png") no-repeat left center;
}
*/
.menu {
    position: fixed;
    top: 16px;
    right: 0;
    z-index: 100;
}
.menu.on a {
    display: block;
    background: url("../image/common/close.png") no-repeat center center;
    background-size: 69px auto;
}
.menu.on a img {
    visibility: hidden;
}
.menuBox {
    display: none;
    position: fixed;
    top: 127px;
    left: 0;
    background-color: white;
    z-index: 1001;
    width: 100%;
    max-height: calc(100% - 131px);
    overflow-y: auto;
    border-top: 2px solid #E60012;
    border-bottom: 2px solid #E60012;
}
.subMenu {
    max-width: 1125px;
    margin: 72px auto 45px;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.menuBox .naviUl {
    width: 50%;
    padding-bottom: 28px;
    border-right: 1px solid #CCCCCC;
}
.menuBox .naviUl:nth-child(2) {
    width: 41%;
    border: none;
}
.menuBox .naviUl .ttl a {
    padding-left: 33px;
    display: inline-block;
    color: #111111;
    font-size: 2rem;
    letter-spacing: 0.05em;
    background: url("../navi-img/icon06.png") no-repeat left 5px;
}
.menuBox .naviUl .ttl .txtSpan {
    display: block;
    font-size: 1.4rem;
    margin-top: 6px;
}
.menuBox .naviUl li {
    margin-bottom: 48px;
}
.menuBox .naviUl li:last-child {
    margin-bottom: 0;
}
.menuBox .naviUl li ul {
    margin: 17px 0 0 57px;
}
.menuBox .naviUl li ul li {
    margin-bottom: 21px;
}
.menuBox .naviUl li ul a {
    padding-left: 23px;
    letter-spacing: 0.05em;
    display: inline-block;
    font-size: 1.6rem;
    background: url("../navi-img/icon07.png") no-repeat left center;
}
.menuBox a:hover {
    opacity: 0.8;
}
.cover {
    display: none;
    position: fixed;
    top: 127px;
    left: 0;
    width: 100%;
    z-index: 1000;
    height: calc(100% - 127px);
    background-color: rgba(0, 0, 0,0.5);
}
.cover.on {
    display: block;
}
@media all and (max-width: 896px) {
    .cover {
        display: none !important;
    }
	#gHeader {
        border-top: none;
        border-bottom: 5px solid #E60012;
        background: none;
	}
    #gHeader .hInner {
        padding: 0 8px;
        display: block;
    }
    #gHeader .logo {
        width: 108px;
        margin-bottom: -2px;
    }
    #gHeader h1 {
        margin: 0 0 0 10px;
        font-size: 1.2rem;
        font-weight: normal;
    }
    #gHeader .rBox {
        display: none;
    }
    .menu {
        width: 60px;
        top: 0;
    }
    .menu.on a {
        background-size: 55px auto;
    }
    .menuBox {
        top: 59px;
        height: calc(100% - 59px);
        border: none;
        max-height: inherit;
    }
    .menuBox .naviUl li a {
    opacity: 0;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transition: all 0.5s;
}
.menuBox.on .naviUl li a {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
    .subMenu {
 width: 100%;
        margin: 0;
        padding: 0;
        display: block;
    }
    .menuBox .naviUl {
        padding: 0;
        width: 100% !important;
        border: none;
    }
    .menuBox .naviUl > li {
        margin: 0;
    }
    .menuBox .naviUl .ttl a {
        display: block;
        font-size: 2rem;
        padding: 13px 15px 10px 42px;
        background-size: 10px auto;
        background-position: left 20px top 20px;
        background-color: #EEEEEE;
    }
    .menuBox .naviUl > li:nth-child(2n) .ttl a {
        background-color: white;
    }
    .menuBox .naviUl:nth-child(2) > li .ttl a {
        background-color: white;
    }
    .menuBox .naviUl:nth-child(2) > li:nth-child(2n) .ttl a {
        background-color: #EEEEEE;
    }
    .menuBox .naviUl .ttl .txtSpan {
        display: none;
    }
    .menuBox .naviUl li ul {
        margin: 0;
    }
    .menuBox .naviUl li ul a {
        padding: 6px 0 6px 68px;
        display: block;
        font-size: 1.5rem;
        background-position: left 46px top 12px;
        background-color: #EEEEEE;
    }
    .menuBox .naviUl:nth-child(2) > li ul li a {
        background-color: #fff;
    }
    .menuBox .naviUl li ul li{
        margin-bottom: 0;
    }
}

#gNavi {
    margin-top: -5px;
    background-color: #E60012;
}
#gNavi ul {
    display: flex;
    justify-content: center;
}
#gNavi li {
    min-height: 81px;
    display: flex;
    align-items: stretch;
}
#gNavi a {
    padding: 16px 39px 17px;
    display: flex;
    text-align: center;
    align-items: center;
    color: white;
    line-height: 1.6;
    font-size: 1.5rem;
    font-weight: bold;
    position: relative;
}
#gNavi .on a {
    background: url("../navi-img/icon05.png") no-repeat center bottom;
}
#gNavi a:after {
	width: 2px;  
	height: 28px;
    background-color: #EE4D5A;
	position: absolute;  
	top: 50%;
    transform: translateY(-50%);
	right: 0;  
	content: ""; 
}
#gNavi li:last-child a:after {
    display: none;
}

@media all and (max-width: 896px) {
    #gNavi {
        display: none;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
}
#gFooter .naviUl {
    padding: 12px 0 13px;
    display: flex;
    justify-content: center;
    background-color: #262524;
}
#gFooter .naviUl li {
    margin: 0 15px;
}
#gFooter .naviUl a {
    color: #a5a5a5;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    display: inline-block;
}
#gFooter .naviUl a:hover {
    opacity: 0.8;
}
#gFooter .fInner {
    padding: 30px 0 33px;
    background-color: #353434;
} 
#gFooter .fLogo {
    margin-bottom: 21px;
    text-align: center;
}
#gFooter address {
    font-style: normal;
    font-size: 1.2rem;
    color: #a5a5a5;
    text-align: center;
    letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
    #gFooter .naviUl {
        display: none;
    }
    #gFooter .fInner {
        padding: 19px 0;
    }
    #gFooter .fLogo img {
        width: 87px;
    }
    #gFooter address {
        display: none;
    }
    #gFooter .fLogo {
        margin-bottom: 17px;
    }
    #gFooter .spBox {
        margin: 0 -20px;
        padding: 12px 32px 11px 0;
        background-color: #5D5D5D;
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
    }
    #gFooter .contactSub {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #gFooter .contactSub .tel {
        margin: 0;
    }
    #gFooter .contactSub .tel a {
        font-size: 2.5rem;
    }
    #gFooter .contactLink {
        width: 127px;
        margin: 0 0 0 10px;
    }
    #gFooter .contactLink a {
        padding: 4px 12px 4px 4px;
        font-size: 1rem;
        letter-spacing: 0;
        background-size: 10px auto;
        background-position: right 5px center;
    }
    
}


/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.mainBox {
    margin: 0 auto;
    width: 1000px;
}
@media all and (max-width: 896px) {
    .mainBox {
        width: auto !important;
        margin: 0 20px;
    }
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
    margin-bottom: 35px;
    text-align: center;
    font-size: 5rem;
    letter-spacing: 0.05em;
    font-weight: bold;
}
.headLine01 .txtSpan {
    display: block;
    font-size: 2.4rem;
}
@media all and (max-width: 896px) {
    .headLine01 {
        margin-bottom: 17px;
        font-size: 2.5rem;        
    }
    .headLine01 .txtSpan {
        font-size: 1.2rem;
    }
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
    margin-bottom: 27px;
    font-size: 6rem;
}
@media all and (max-width: 896px) {
    .headLine02 {
        margin-bottom: 10px;
        font-size: 3rem;
    }
}

/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
    margin-bottom: 47px;
    font-size: 3.6rem;
    text-align: center;
    letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
    .headLine03 {
        margin-bottom: 25px;
        font-size: 2rem;
        line-height: 1.4;
    }
}

/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
    margin-bottom: 36px;
    padding: 8px 17px 3px;
    color: #FFF;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    background-color: #c1c1c1;
}
.headLine04.deep {
    font-size: 2.3rem;
    background-color: #afada8;
}
@media all and (max-width: 896px) {
    .headLine04 {
        margin-bottom: 10px;
        font-size: 1.5rem;
    }
    .headLine04.deep {
        font-size: 1.5rem;
    }
}

/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
.headLine05 {
    margin-bottom: 22px;
    font-size: 3rem;
    text-align: center;
    letter-spacing: 0.05em;
}
.headLine05 span {
    margin-top: 8px;
    color: #5d5657;
    font-size: 1.8rem;
    display: block;
    letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
    .headLine05 {
        margin-bottom: 14px;
        font-size: 1.8rem;
    }
    .headLine05 span {
        margin-top: 1px;
        font-size: 1.1rem;
        letter-spacing: 0;
    }
}

/*------------------------------------------------------------
    comTextList
------------------------------------------------------------*/
.comTextList li {
    padding-left: 1.3em;
    text-indent: -1.3em;
}
.comTextList01 li {
    padding-left: 1em;
    text-indent: -1em;
}
@media all and (max-width: 896px) {
    .comTextList li {
        padding-left: 0;
        text-indent: 0;
    }
    .comTextList01 li {
        padding-left: 0.97em;
        text-indent: -0.97em;
    }
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
    margin: 0 auto;
    width: 364px;
}
.comLink a {
    padding: 11px 10px 7px 30px;
    letter-spacing: 0.05em;
    display: block;
    color: white;
    font-weight: bold;
    border-radius: 50px;
    text-align: center;
    font-size: 2.0rem;
    background: url("../navi-img/icon01.png") no-repeat left 20px center #8D8D87;
}
.comLink a:hover {
    opacity: 0.8;
}

@media all and (max-width: 896px) {
    .comLink {
        width: auto;
        max-width: 260px;
    }
    .comLink a {
        padding: 13px 10px 10px 30px;
        font-size: 1.5rem;
        background-color: #AAAAAA;
    }
}
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
.contact .txt {
    margin: 0 50px 19px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 1.8rem;
    color: #231815;
    letter-spacing: 0.05em;
    font-weight: bold;
    border-bottom: 1px solid #D2D2D2;
}
.contact .txt a {
    text-decoration: underline;
    color: #0000cc;
}
.noteDl {
    margin: 0 auto 44px;
    width: 905px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.noteDl dt {
    width: 109px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F1F1F1;
}
.noteDl dd {
    margin-right: -15px;
    padding: 8px 0 1px 12px;
    flex: 1;
    line-height: 1.875;
    letter-spacing: 0.05em;
    color: #231815;
}
.noteDl dd a {
	color: #0000ff;
	text-decoration: underline;
}
.contact .inner {
    margin-bottom: 40px;
    padding: 26px 64px 65px 76px;
    border: 2px solid #E2E2E2;
}
.contact table {
    width: 100%;
    border-collapse: collapse;
}
.contact table th {
    width: 28%;
    padding: 25px 0 15px 60px;
    font-size: 1.8rem;
    text-align: left;
    vertical-align: top;
    letter-spacing: 0.05em;
    position: relative;
    border-bottom: 1px solid #E2E2E2;
}
.contact table th .must {
    position: absolute;
    top: 27px;
    left: 0;
}
.contact table td {
    position: relative;
    padding: 15px 0;
    font-size: 1.6rem;
    color: #231815;
    text-align: left;
    vertical-align: top;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #E2E2E2;
}
.contact table tr:last-child th,
.contact table tr:last-child td {
    border: none;
}
.contact table a {
	color: #00f;
	text-decoration: underline;
}
input[type="email"],
input[type="tel"],
input[type="text"] {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 3px;
    height: 41px;
    border: 1px solid #CACACA;
    box-sizing: border-box;
    font-size: 1.6rem;
    padding: 0 10px;
    width: 59%;
}
.contact table td .txtSpan {
    display: block;
    font-size: 1.4rem;
    color: #e60012;
    margin-top: 10px;
    line-height: 1.43;
}
.radioUl {
    padding-top: 10px;
    font-size: 1.6rem;
    display: flex;
}
.radioUl li {
    margin-right: 115px;
}
.radioUl li:last-child {
    margin-right: 0;
}
input[type="radio"] {
    display: none;
	padding: 0;
	height: 22px;
	width: 22px;
	vertical-align: middle;
}
input[type="radio"] + span {
    padding-left: 30px;
    background: url("../image/common/radio_bg01.png") no-repeat left center;
    display: inline-block;
    line-height: 22px;
}
input[type="radio"]:checked + span {
    background-image: url("../image/common/radio_bg02.png");
}
textarea {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 3px;
    height: 200px;
    border: 1px solid #CACACA;
    box-sizing: border-box;
    font-size: 1.6rem;
    padding: 10px;
    width: 100%;
}
.contact table td p {
    padding: 8px 0 6px;
}
input[type="checkbox"] {
    display: none;
	padding: 0;
	height: 22px;
	width: 22px;
	vertical-align: middle;
}
input[type="checkbox"] + span {
    padding-left: 33px;
    background: url("../image/common/check_bg01.png") no-repeat left center;
    display: inline-block;
    line-height: 22px;
}
input[type="checkbox"]:checked + span {
    background-image: url("../image/common/check_bg02.png");
}
.contact table td .checkP {
    margin: 0 6px 4px;
}
.contact .privacyBox {
    height: 250px;
    border: 1px solid #CACACA;
    border-radius: 3px;
}
.contact .privacyBox .sub {
    padding: 15px 17px;
}
.contact .privacyBox p {
    margin-bottom: 14px;
    padding: 0;
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.71;
}
.contact .privacyBox .ttl {
    font-weight: bold;
    margin-bottom: 2px;
}
.jspVerticalBar {
	width: 5px;
    right: 14px;
    top: 20px;
    height: calc(100% - 20px);
	box-sizing: border-box;
	background-color: #D2D2D2;
}
.jspTrack {
	background-color: #D2D2D2;
}
.jspHorizontalBar {
	display: none;
}
.jspVerticalBar .jspDrag {
	margin: 0 auto;
	background-color: #E60012;
}
.submit {
    margin: 0 -10px;
    text-align: center;
}
.submit li {
    display: inline-block;
    margin: 0 5px;
}
.submit li input {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    width: 320px;
    height: 54px;
    border-radius: 50px;
    text-align: center;
    cursor: pointer;
    font-size: 2.2rem;
    font-weight: bold;
    color: white;
    padding-top: 4px;
    border: none;
    background: #E60012 url("../navi-img/icon01.png") no-repeat right 15px center;
}
.contact form {
    margin-bottom: 105px;
}
.contactBox {
    margin-top: 70px;
    padding: 23px 0 52px;
    color: white;
    background-color: #E60012;
}
.contactBox .contactTxt {
    margin-bottom: 28px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #EC3D4B;
}
.contactSub {
    display: flex;
    justify-content: center;
    align-items: center;
}
.contactSub .tel a {
    padding: 5px 0 0 40px;
    color: white;
    display: inline-block;
    font-size: 6rem;
    line-height: 1;
    letter-spacing: 0.04em;
    background: url("../navi-img/icon03.png") no-repeat left center;
}
.contactLink {
    margin: 4px 0 0 28px;
    width: 375px;
}
.contactLink a {
    padding: 17px 20px 13px 0;
    display: block;
    font-size: 2.2rem;
    color: #e60012;
    font-weight: bold;
    border-radius: 50px;
    text-align: center;
    letter-spacing: 0.05em;
    background: url("../navi-img/icon02.png") no-repeat right 15px center #fff;
}
.mw_wp_form .error {
    font-size: 1.6rem !important;
    color: #e60012 !important;
    font-weight: bold;
    margin-bottom: 5px;
}
.confirm .inner {
    border-color: white;
    padding-bottom: 5px;
}
.confirm table th {
    padding: 25px 0 10px 60px;
}
.confirm table td {
    padding: 21px 0 15px;
    line-height: 2.125;
}
.confirm table tr:last-child th, 
.confirm table tr:last-child td {
    border-bottom: 1px solid #E2E2E2;    
}
.submit .liStyle input {
    background-color: #666666;
    background-image: url("../navi-img/icon08.png");
    background-position: left 25px center;
}
.thanksBox {
    margin: 0 auto;
    width: 805px;
    padding: 23px 0;
}
.thanksBox p {
    margin-bottom: 30px;
    font-size: 1.6rem;
    color: #231815;
    letter-spacing: 0.05em;
    line-height: 1.875;
}
.thanksBox p a {
    color: #231815;
    text-decoration: underline;
}
@media all and (max-width: 896px) {
    .contact .txt {
        padding-bottom: 27px;
        margin: 0 0 25px;
        font-size: 1.4rem;
        font-weight: normal;
        text-align: left;
        line-height: 1.79;
        letter-spacing: 0.03em;
    }
    .noteDl {
        margin-bottom: 21px;
        display: block;
        width: auto;
    }
    .noteDl dt {
        margin: 0 auto 15px;
        width: 140px;
        display: block;
        padding: 12px 5px 11px;
        box-sizing: border-box;
        text-align: center;
    }
    .noteDl dd {
        margin: 0 -5px 0 0;
        padding: 0;
        letter-spacing: 0.03em;
        line-height: 1.75;
    }
    .contact .inner {
        margin-bottom: 24px;
        padding: 17px 20px 1px;
    }
    .contact table {
        table-layout: fixed;
    }
    .contact table th {
        width: 100%;
        box-sizing: border-box;
        padding: 25px 0 13px;
        float: left;
        font-size: 1.5rem;
        border-bottom: none;
    }
    .contact table tr:first-child th {
        padding-top: 0;
    }
    .contact table td {
        width: 100%;
        box-sizing: border-box;
        padding: 0 0 22px;
        float: left;
        font-size: 1.3rem;
    }
    .contact table th .must {
        position: relative;
        top: auto;
        left: auto;
        margin-right: 15px;
    }
    input[type="email"], input[type="tel"], input[type="text"] {
        width: 100%;
        font-size: 1.3rem;
    }
    .contact table td .txtSpan {
        font-size: 1.2rem;
        line-height: 1.75;
        margin-top: 15px;
    }
    .radioUl {
        padding-top: 0;
        font-size: 1.3rem;
        flex-wrap: wrap;
    }
    .radioUl li {
        margin-right: 50px;
    }
    .radioUl li:last-child {
        margin-right: 0;
    }
    textarea {
        height: 185px;
        font-size: 1.3rem;
    }
    .contact table td p {
        padding: 0 0 11px;
    }
    .contact table td .checkP {
        margin: 0 0 4px;
    }
    .contact .privacyBox p {
        font-size: 1.2rem;
    }
    .jspVerticalBar {
        width: 3px;
        right: 12px;
    }
    .contact .privacyBox {
        height: 155px;
    }
    .submit li {
        display: block;
        margin: 0 0 10px;
    }
    .submit li input {
        padding-top: 0;
        width: 100%;
        max-width: 260px;
        height: 45px;
        font-size: 1.5rem;
    }
    .contact form {
        margin-bottom: 50px;
    }
    .contactBox {
        margin-top: 30px;
        padding-bottom: 39px;
        background-color: #FF0000;
    }
    .contactBox .contactTxt {
        margin-bottom: 14px;
        font-size: 1.4rem;
        line-height: 1.75;
        border: none;
        padding: 0;
    }
    .contactSub {
        display: block;
    }
    .contactSub .tel {
        margin-bottom: 20px;
        text-align: center;
    }
    .contactSub .tel a {
        padding-left: 25px;
        font-size: 3.64rem;
        background-size: 19px auto;
    }
    .contactLink {
        width: auto;
        max-width: 274px;
        margin: 0 auto;
    }
    .contactLink a {
        padding: 12px 20px 10px 0;
        font-size: 1.5rem;
        background-size: 33px auto;
    }
    .mw_wp_form .error {
        font-size: 1.3rem !important;
    }
    .confirm .inner {
        border-color: #E2E2E2;
    }
    .confirm table th {
        font-size: 1.5rem;
    }
    .confirm table td {
        font-size: 1.5rem;
        padding: 5px 0 17px;
        line-height: 1.75;
    }
    .confirm table tr:last-child th, .confirm table tr:last-child td {
        border: none;
    }
    .submit02 li {
        display: inline-block;
        margin: 0 5px;
    }
    .submit02 li input {
        width: 135px;
        padding-right: 25px;
    }
    .submit02 .liStyle input {
        padding-left: 35px;
        background-position: left 10px center;
    }
    .thanksInner {
        margin-bottom: 40px;
        padding: 24px 30px 18px;
        border: 1px solid #E2E2E2;
        margin-top: 24px;
    }
    .contact .thanksInner .txt {
        margin-bottom: 17px;
        text-align: center;
        font-size: 1.8rem;
        font-weight: bold;
        border: none;
        padding-bottom: 0;
    }
    .thanksBox {
        width: auto;
        padding: 0 0;
    }
    .thanksBox p {
        margin-bottom: 25px;
        font-size: 1.4rem;
        line-height: 1.75;
    }
}

/*------------------------------------------------------------
	satei_form
------------------------------------------------------------*/
.satei_form .txt {
    line-height: 1.89;
}
.contact .inner h3 {
    text-align: center;
    font-size: 2.8rem;
    color: #e60012;
    padding-top: 22px;
    margin-bottom: 30px;
}
.satei_form .radioUl li {
    margin-right: 26px;
}
select {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 3px;
    height: 41px;
    border: 1px solid #CACACA;
    box-sizing: border-box;
    font-size: 1.6rem;
    padding: 0 10px;
    width: 59%;
    background: url("../image/common/select_bg.png") no-repeat right center;
}
select::-ms-expand { display: none; }
.wid01[type="text"] {
    width: 22%;
    margin: 0 4px 0 0;
}
.wid01[type="text"]:first-child {
}
.wid02[type="text"] {
    width: 81.5%;
}
.checkUl {
    margin-right: -20px;
    padding-top: 10px;
    column-count: 3;
    -moz-column-count:3; 
    -webkit-column-count:3;
    position: relative;
}
.satei_form.confirm .checkUl {
    column-count: inherit;
}
.checkUl:after {
    content: '';
    height: 60px;
    display: block;
    width: 100%;
}
.checkUl li {
    margin-bottom: 10px;
}
.satei_form table td p {
    padding-top: 15px;
    line-height: 1.75;
    margin-right: -60px;
}
.fileUl {
    display: flex;
    flex-wrap: wrap;
}
.fileUl li {
    margin: 0 18px 0 0;
    width: 45%;
}
/* .a-upload */
.a-upload {
    width: 100%;
	margin: 8px 0 11px;
	position: relative;
	line-height: 1.5;
	align-items: flex-start;
	display: flex;
}
.a-upload .wpcf7-form-control-wrap {
	position: static;
}
.a-upload:last-child {
	margin-bottom: 0;
}
.a-upload .fileerrorTip {
	flex: 1;
    padding: 12px 12px 0;
    height: 41px;
	font-size: 1.6rem;
	line-height: 1;
	box-sizing: border-box;
	vertical-align: top;
    color: #757575;
	text-align: left;
    border-radius: 3px;
    border: 1px solid #CACACA;
    letter-spacing: 0;
    background: url("../image/common/select_bg.png") no-repeat right center;
}
.a-upload .showFileName {
    display: none;
	margin: 0 0 0 5px;
	padding: 7px 2px 9px;
	width: 106px;
	color: #fff;
	font-size: 1.2rem;
	text-align: left;
	text-align: center;
	box-sizing: border-box;
	background-color: #275e48;
	border: 1px solid #275e48;
	-webkit-transition: .3s;
	transition: .3s;
}
.a-upload .showFileName.show {
	margin-left: 0;
	width: auto;
	padding: 0;
	color: #000 !important;
	border: none !important;
	background-color: transparent !important;
}
.a-upload .wpcf7-form-control-wrap input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	font-size: 300px;
	right: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
	z-index: 10;
}
.a-upload .mwform-file-delete {
    display: none;
}
.a-upload .mw-wp-form_file {
    display: none;
}
.satei_form table td p.hideArea {
    display: none;
}
.satei_form.confirm table td p.hideArea {
    display: block;
}
.a-upload:hover {
    text-decoration: none
}
@media all and (min-width: 897px) {
	.a-upload:hover .showFileName {
		color: #275e48;
		background-color: #fff;
	}
}
@media all and (max-width: 896px) {
	.a-upload .fileerrorTip {
		padding: 13px 24px 15px 16px;
	}
}
@media all and (max-width: 374px) {
	.a-upload .fileerrorTip {
		padding: 12px 24px 12px 14px;
		font-size: 1.2rem;
	}
	.a-upload .showFileName {
		width: 100px;
		font-size: 1.2rem;
	}
}
.satei_form .inner {
    margin-bottom: 100px;
    padding-bottom: 30px;
}
.satei_form .submit {
    margin-top: -50px;
}
.satei_form.confirm .inner {
    margin-bottom: 0;
}
.satei_form.confirm .submit {
    margin-top: 0;
}

@media all and (max-width: 896px) {
    .satei_form .txt {
        line-height: 1.75;
    }
    .contact .inner h3 {
        font-size: 1.8rem;
        padding-top: 12px;
        margin-bottom: 17px;
    }
    select {
        width: 100%;
        font-size: 1.3rem;
    }
    .wid01[type="text"] {
        width: 37%;
    }
    .satei_form .radioUl li {
        margin-bottom: 10px;
    }
    .checkUl {
        margin: 0;
        column-count: 1;
    }
    .checkUl::after {
        display: none;
    }
    .satei_form table td p {
        margin-right: 0;
    }
    .fileUl {
        display: block;
    }
    .fileUl li {
        margin-right: 0;
        width: auto;
    }
    .satei_form .inner {
        padding-bottom: 10px;
        margin-bottom: 50px;
    }
    .satei_form .submit {
        margin: 0;
    }
    .a-upload .fileerrorTip {
        font-size: 1.3rem;
    }
    .satei_form.confirm .inner {
        margin-bottom: 40px;
    }
}

/*------------------------------------------------------------
	company
------------------------------------------------------------*/
.companyBox {
    margin-bottom: 90px;
    padding: 48px 55px 61px 70px;
    border: 3px solid #E7E7E7;
    border-radius: 15px;
}
.companyBox h3 {
    letter-spacing: 0.05em;
    margin-bottom: 15px;
    text-align: center;
    font-size: 2.4rem;
}
.companyBox p {
    margin-bottom: 42px;
    font-size: 1.6rem;
    color: #231815;
    letter-spacing: 0.05em;
    line-height: 2.125;
}
.companyBox p:last-child {
    margin-bottom: 0;
}
.companyBox .txt {
    margin-right: 13px;
    text-align: right;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.67;
}
.greyBox {
    margin-bottom: 92px;
    padding: 58px 70px 77px;
    background-color: #F1F1F1;
}
.greyBox h3 {
    margin-bottom: 14px;
    text-align: center;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
}
.greyBox h4 {
	margin-top: 30px;
    margin-bottom: 0;
    font-size: 2.0rem;
    letter-spacing: 0.1em;
}


.comTable {
    margin-bottom: 60px;
    width: 100%;
    border-collapse: collapse;
}
.comTable:last-child {
    margin-bottom: 0;
}
.comTable th {
    padding: 21px 5px;
    font-size: 1.8rem;
    text-align: left;
    vertical-align: top;
    letter-spacing: 0.05em;
    width: 21.5%;
    border-bottom: 1px solid #CACACA;
}
.comTable td {
    padding: 21px 0;
    font-size: 1.6rem;
    text-align: left;
    vertical-align: top;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #CACACA;
}
.comTable tr:last-child td,
.comTable tr:last-child th {
    border-bottom: none;
}
.comTable td a {
    text-decoration: underline;
    color: #314aa6;
}
.tableA td{
    padding-left: 20px;
}
.greyBox02 {
    padding-bottom: 50px;
}
#auctionMore ul {
	margin-top: 20px;
}
#auctionMore li {
	margin-bottom: 5px;
}
#auctionMore dl {
	margin-top: 20px;
}
#auctionMore dt {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #CACACA;
}
#auctionMore dt .hosoku {
	color: #E60012;
}
#auctionMore dd p {
	margin-top: 10px;
	font-size: 1.4rem;
}

@media all and (max-width: 896px) {
    .company {
        margin-top: -7px;
    }
    .companyBox {
        margin-bottom: 20px;
        padding: 30px 20px 35px 27px;
        border-width: 2px;
        border-radius: 7px;
    }
    .companyBox h3 {
        font-size: 2rem;
    }
    .companyBox p {
        margin-bottom: 25px;
        font-size: 1.4rem;
        line-height: 1.75;
    }
    .companyBox p .spTxt {
        margin-top: 24px;
        display: inline-block;
    }
    .companyBox .txt {
        font-size: 1.4rem;
        margin-right: 0;
    }
    .greyBox {
        margin-bottom: 40px;
        padding: 27px 25px;
    }
    .greyBox h3 {
        margin-bottom: -6px;
        font-size: 2rem;
    }
    .comTable th {
        float: left;
        width: 100%;
        font-size: 1.5rem;
        box-sizing: border-box;
        padding: 25px 5px 10px;
        border: none;
    }
    .comTable td {
        font-size: 1.4rem;
        line-height: 1.75;
        float: left;
        width: 100%;
        box-sizing: border-box;
        padding: 0 5px 15px;
    }
    .comTable {
        margin-bottom: 30px;
    }
	
	#auctionMore h4 {
		margin-bottom: -10px;
		font-size: 1.6rem;
	}
	
	#auctionMore li {
		padding-left: 34px;
		text-indent: -34px;
	}
	
	#auctionMore dd p {
		margin-top: 10px;
		font-size: 1.2rem;
	}

}


/*------------------------------------------------------------
	afterservice
------------------------------------------------------------*/
.afterservice p {
    margin-bottom: 49px;
    letter-spacing: 0.05em;
    line-height: 2.125;
    color: #231815;
}
.afterservice p:last-child {
    margin-bottom: 0 !important;
}
.afterservice .topTxt {
    margin-bottom: 44px;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.7;
}
.afterservice .inner {
    margin-bottom: 27px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.afterservice .inner .photoBox {
    padding-top: 10px;
    width: 449px;
}
.afterservice .inner .textBox {
    width: 520px;
}
.afterservice .inner .textBox p {
    margin-bottom: 14px;
}
.afterservice .inner .sub {
    background-color: #F1F1F1;
    padding: 22px 40px 17px;
    border-radius: 10px;
}
.afterservice .inner .sub p {
    margin-bottom: 0;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.53;
}
.afterservice .inner .sub p span {
    margin-bottom: 6px;
    display: block;
    color: #e60012;
    font-size: 1.9rem;
}
.afterservice .provisional {
    margin-bottom: 95px;
    padding: 59px 57px 206px;
    border: 5px solid #e60012;
    background: url("../image/afterservice/bg01.png") no-repeat center bottom #F8F8F8;
}
.afterservice .provisional h3 {
    margin-bottom: 22px;
    text-align: center;
    font-size: 3.4rem;
    color: #e60012;
    letter-spacing: 0.05em;
}
.afterservice .provisional h3 span {
    font-size: 1.8rem;
    vertical-align: middle;
}
.afterservice .provisional .list li {
    padding: 2px 25px 14px 42px;
    margin-bottom: 10px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 1.78;
    border-bottom: 1px solid #DFDFDF;
    background: url("../image/common/icon01.png") no-repeat left 5px;
}
.afterservice .provisional .list li:last-child {
    border: none;
}
.afterservice .provisional .list li span {
    display: block;
    font-size: 1.6rem;
}
.afterservice .h3Ttl {
    margin-bottom: 25px;
    font-size: 3rem;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.05em;
}
.afterservice .h3Ttl span {
    font-size: 1.6rem;
    letter-spacing: 0;
    vertical-align: 2px;
}
.book {
    margin-bottom: 48px;
    padding: 39px 20px 45px;
    border: 2px solid #E2E2E2;
    margin-top: -27px;
}
.book h3 {
    margin-bottom: 4px;
    text-align: center;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
}
.book .photo {
    text-align: center;
}
.warranty {
    margin-bottom: 52px;
    padding: 43px 0;
    background-color: #EAEAEA;
}
.warranty h3 {
    margin-bottom: 8px;
    text-align: center;
    font-size: 3rem;
    letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
    .afterservice p {
        margin-bottom: 26px;
        font-size: 1.4rem;
        line-height: 1.75;
    }
    .afterservice .topTxt {
        font-size: 1.4rem;
        font-weight: normal;
        line-height: 1.75;
        margin: -8px -10px 8px;
    }
    .afterservice .inner {
        margin-bottom: 20px;
        display: block;
    }
    .afterservice .inner .photoBox {
        margin: 0 1px 21px;
        width: auto;
    }
    .afterservice .inner .photoBox img {
        width: 100%;
    }
    .afterservice .inner .textBox {
        width: auto;
    }
    .afterservice .inner .textBox p {
        margin-bottom: 18px;
    }
    .afterservice .inner .sub {
        padding: 15px 7px 17px 17px;
        border-radius: 5px;
    }
    .afterservice .inner .sub p {
        font-size: 1.3rem;
        line-height: 1.38;
    }
    .afterservice .inner .sub p span {
        font-size: 1.3rem;
    }
    .afterservice .provisional {
        border-width: 3px;
        margin-bottom: 30px;
        padding: 23px 20px 35%;
        background-image: url("../image/afterservice/sp_bg.png");
        background-size: 100% auto;
    }
    .afterservice .provisional h3 {
        margin-bottom: 12px;
        font-size: 1.9rem;
    }
    .afterservice .provisional h3 span {
        font-size: 0.9rem;
    }
    .afterservice .provisional .list li {
        padding: 4px 0 21px 34px;
        margin-bottom: 18px;
        font-size: 1.4rem;
        line-height: 1.79;
        background-size: 19px auto;
    }
    .afterservice .provisional .list li span {
        font-size: 1.4rem;
    }
    .afterservice .h3Ttl {
        margin-bottom: 22px;
        font-size: 1.9rem;
        line-height: 1.26;
    }
    .afterservice .h3Ttl span {
        font-size: 1.2rem;
        display: block;
        margin-top: 3px;
    }
    .afterservice .spTxt {
        font-size: 1.3rem;
    }
    .book {
        padding: 20px 5px 23px;
        margin-top: -9px;
    }
    .book h3 {
        margin-bottom: 15px;
        font-size: 1.5rem;
    }
    .warranty {
        padding: 20px 0;
    }
    .warranty h3 {
        margin-bottom: 15px;
        font-size: 1.9rem;
    }
}

/*------------------------------------------------------------
	trade
------------------------------------------------------------*/
.trade {
    margin-top: -15px;
}
.customers {
    margin: -3px 0 46px;
    padding: 26px 5px 24px 55px;
    border: 3px solid #E7E7E7;
    border-radius: 15px;
}
.customers li {
    padding-left: 35px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #231815;
    letter-spacing: 0.05em;
    line-height: 2.4;
    background: url("../image/common/icon02.png") no-repeat left 7px;
}
.trade .inner {
    margin: 0 73px;
}
.trade .inner .list {
    margin: 0 -10px 25px 0;
    display: flex;
    flex-wrap: wrap;
}
.trade .inner .list li {
    width: 268px;
    margin-bottom: 10px;
}
.trade .inner .list li:nth-child(3n-1) {
    margin-left: 27px;
    margin-right: 27px;
}
.trade .inner .list li span {
    display: block;
    font-size: 1.547rem;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}
.trade p {
    margin-bottom: 30px;
    color: #231815;
    letter-spacing: 0.05em;
    line-height: 2.125;
}
.trade p:last-child {
    margin-bottom: 0 !important;
}
.trade .inner .subBox {
    padding: 35px 0 66px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #D8D8D8;
}
.trade .inner .subBox .img {
    width: 61px;
}
.trade .inner .subBox ul {
    padding-left: 13px;
    flex: 1;
    position: relative;
    z-index: 1;
}
.trade .inner .subBox li {
    text-indent: -1em;
    padding-left: 1em;
    letter-spacing: 0.05em;
    line-height: 1.875;
    color: #231815;
}
.trade .inner .subBox .photo {
    position: absolute;
    bottom: -3px;
    right: -57px;
}
.comFlow {
    margin-bottom: 68px;
    padding: 82px 0 80px;
    position: relative;
    background: url("../image/trade/bg.jpg") no-repeat center center;
    background-size: cover;
}
.comFlow h3 {
    margin-bottom: 39px;
    text-align: center;
    font-size: 4rem;
    letter-spacing: 0.05em;
}
.flowSub {
    padding: 35px 52px 29px;
    margin: 0 auto 60px;
    width: 860px;
    box-sizing: border-box;
    border: 4px solid #E60012;
    position: relative;
    background-color: rgba(255, 255, 255, 0.631);
    box-shadow: 5.142px 6.128px 5px 0px rgba(87, 87, 87, 0.21);
}
.flowSub:after {
	width: 37px;  
	height: 35px;
    background: url("../image/common/icon05.png") no-repeat center bottom;
	position: absolute;  
	bottom: -54px;
	left: 50%;
    margin-left: -19px;
	content: ""; 
}
.flowSub p {
    margin-bottom: 15px;
    line-height: 1.75;
}
.flowDl {
    margin-bottom: 13px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.flowDl dt {
    font-size: 1.68rem;
    color: white;
    letter-spacing: 0.05em;
}
.flowDl dt span {
    box-sizing: border-box;
    padding: 3px 0 0 6px; 
    min-width: 63px;
    display: inline-block;
    min-height: 29px;
    text-align: center;
    color: white;
    font-weight: bold;
    position: relative;
    background-color: #E60012;
}
.flowDl dt span:after {
	width: 10px;  
	height: 29px;
    background: url("../image/common/bg01.png") no-repeat right center;
    background-size: 100% auto;
	position: absolute;  
	top: 0;
	right: -10px;  
	content: ""; 
}
.flowDl dd {
    padding-left: 18px;
    font-size: 2.6rem;
    flex: 1;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.flowGrey {
    margin-bottom: 9px;
    padding: 18px 20px 9px;
    background-color: rgba(204, 204, 204, 0.651);
}
.flowUl {
    display: flex;
    flex-wrap: wrap;
}
.flowUl > li {
    min-width: 145px;
    font-size: 1.7rem;
    font-weight: bold;
    color: #3b3b3b;
    line-height: 1.41;
    letter-spacing: 0.05em;
}
.flowUl > .liStyle {
    width: 400px;
}
.flowUl > li ul li {
    padding-left: 18px;
    margin-bottom: 9px;
    background: url("../image/common/icon04.png") no-repeat left 6px;
}
.contactSub02 {
    justify-content: flex-end;
}
.contactSub02 .tel {
    margin: 0;
}
.contactSub02 .tel a {
    padding-left: 35px;
    font-size: 4.5rem;
    color: #e60012;
    background-image: url("../navi-img/icon09.png");
}
.contactLink02 {
    width: 255px;
    margin: 0 0 0 10px;
}
.contactLink02 a {
    padding: 11px 15px 6px 0;
    font-size: 1.743rem;
    color: white;
    background-image: url("../navi-img/icon01.png");
    background-color: #E60012;
    background-size: 20px auto;
}
.flowGrey .subDl {
    padding: 3px 15px 3px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.7rem;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.flowGrey .subDl dt {
    min-width: 95px;
    color: #e60012;
}
.flowGrey .subDl dd {
    flex: 1;
    color: #3b3b3b;
    padding-left: 4px;
    display: flex;
    flex-wrap: wrap;
}
.flowGrey .subDl dd .txtSpan {
    margin: 0 30px 8px 0;
    padding-left: 16px;
    color: #3b3b3b;
    display: inline-block;
    background: url("../image/common/icon04.png") no-repeat left 7px;
}
.flowGrey .subDl dd .txtSpan:last-child {
    margin-right: 0;
}
.trade .note {
    margin-bottom: 10px;
    text-indent: -1.5em;
    padding: 3px 90px 0 1.5em;
    line-height: 1.875;
}
.flowSub:last-child {
    margin-bottom: 0;
}
.flowSub:last-child::after {
    display: none;
}
.trade .companyBox {
    margin-bottom: 0;
    padding: 41px 91px;
    border-radius: 30px;
    border-width: 2px;
}
.trade .companyBox h3 {
    font-size: 3.6rem;
}
.trade .companyBox .greyBox {
    margin-bottom: 15px;
    padding: 25px 38px 15px;
    background-color: #E9E9E9;
}
.trade .companyBox .list {
    display: flex;
    flex-wrap: wrap;
}
.trade .companyBox .list li {
    margin: 0 33px 10px 0;
    padding-left: 15px;
    font-weight: bold;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    background: url("../image/common/icon04.png") no-repeat left 8px;
}
.trade .companyBox .note {
    padding-right: 160px;
    margin-bottom: 20px;
}
.contactLink03 {
    margin: 0 auto;
    width: 320px;
}
.contactLink03 a {
    padding: 10px 10px 7px;
    border: 2px solid #E60012;
    background-image: url("../navi-img/icon10.png");
}
@media all and (max-width: 896px) {
    .trade {
        margin-top: 0;
    }
    .customers {
        padding: 22px 20px;
        margin: -6px 0 26px;
        border-width: 2px;
        border-radius: 10px;
    }
    .customers li {
        margin-bottom: 29px;
        padding-left: 31px;
        font-size: 1.4rem;
        line-height: 1.75;
        background-size: 18px auto;
        background-position: left 4px;
    }
    .customers li:last-child {
        margin-bottom: 0;
    }
    .trade .inner {
        margin: 0;
    }
    .trade .inner .list {
        margin: 0 0 21px;
        padding-bottom: 14px;
        border-bottom: 1px solid #D8D8D8;
    }
    .trade .inner .list li {
        width: 31%;
    }
    .trade .inner .list li img {
        width: 100%;
    }
    .trade .inner .list li:nth-child(3n-1) {
        margin-left: 3.5%;
        margin-right: 3.5%;
    }
    .trade .inner .list li span {
        font-size: 1.1rem;
        text-align: left;
        font-weight: normal;
        line-height: 1.64;
        margin: 7px 0 0 4px;
        letter-spacing: 0;
    }
    .trade p {
        margin-bottom: 23px;
        line-height: 1.75;
        font-size: 1.4rem;
    }
    .trade .inner .subBox {
        padding: 19px 0 80px;
        display: block;
    }
    .trade .inner .subBox .img {
        width: 30px;
        margin: 0 auto 10px; 
    }
    .trade .inner .subBox ul {
        padding: 0;
    }
    .trade .inner .subBox li {
        font-size: 1.2rem;
        line-height: 1.75;
    }
    .trade .inner .subBox .photo {
        width: 122px;
        right: 11px;
        bottom: -1px;
    }
    .comFlow {
        margin-bottom: 34px;
        padding: 30px 0 40px;
        background-image: url("../image/trade/sp_bg.jpg");
    }
    .comFlow h3 {
        margin-bottom: 17px;
        font-size: 2rem;
    }
    .flowSub {
        width: auto;
        padding: 20px 25px 33px;
        border-width: 2px;
    }
    .flowDl {
        margin: 0 -5px 12px;
        display: block;
    }
    .flowDl dt {
        margin-bottom: 5px;
        font-size: 1.26rem;
    }
    .flowDl dt span {
        padding-top: 2px;
        min-width: 48px;
        min-height: 22px;
    }
    .flowDl dt span::after {
        height: 22px;
    }
    .flowDl dd {
        font-size: 1.5rem;
        padding: 0;
    }
    .flowSub p {
        margin-bottom: 15px;
        font-size: 1.3rem;
    }
    .flowUl {
        display: block;
    }
    .flowUl > li {
        font-size: 1.3rem;
        line-height: 1.38;
        min-width: inherit;
        width: auto !important;
    }
    .flowUl > li ul li {
        padding-left: 13px;
        margin-bottom: 5px;
        background-size: 5px auto;
        background-position: left 5px;
    }
    .flowGrey {
        margin-bottom: 28px;
        padding: 16px 6px 12px 26px;
    }
    .contactSub02 .tel {
        text-align: left;
        margin: 0 2px 14px;
    }
    .contactSub02 .tel a {
        padding: 0 0 0 20px;
        font-size: 2.7rem;
        background-size: 15px auto;
    }
    .contactLink02 {
        margin: 0 auto;
        width: auto;
        max-width: 260px;
    }
    .contactLink02 a {
        padding: 12px 15px;
        font-size: 1.5rem;
    }
    .flowGrey .subDl {
        padding: 0;
        display: block;
        font-size: 1.4rem;
    }
    .flowGrey .subDl dt {
        margin-bottom: 5px;
        min-width: inherit;
    }
    .flowGrey .subDl dd {
        padding: 0;
        display: block;
    }
    .flowGrey .subDl dd .txtSpan {
        display: block;
        font-size: 1.3rem;
        padding-left: 13px;
        margin: 0 0 5px;
        background-size: 5px auto;
        background-position: left 6px;
    }
    .trade .note {
        padding-right: 0;
        margin: -10px 0 0;
    }
    .trade .companyBox {
        border: none;
        padding: 0 2px;
    }
    .trade .companyBox h3 {
        font-size: 2rem;
        padding-bottom: 4px;
    }
    .trade .companyBox .greyBox {
        margin-bottom: 23px;
        padding: 24px 20px 15px;
    }
    .trade .companyBox .list {
        display: block;
    }
    .trade .companyBox .list li {
        padding-left: 13px;
        margin: 0 0 7px;
        font-size: 1.3rem;
        background-size: 4px auto;
        background-position: left 6px;
    }
    .trade .companyBox .note {
        margin-bottom: 23px;
        padding-right: 0;
        line-height: 1.75;
        font-size: 1.3rem;
    }
    .contactLink03 a {
        background-size: 20px auto;
    }
}

/*------------------------------------------------------------
	cev
------------------------------------------------------------*/
.cev {
    margin-top: -44px;
}
.comTtlBox {
    text-align: center;
    position: relative;
/*    background: url("../image/index/bg04.png") no-repeat left bottom 44px,url("../image/index/bg04.png") no-repeat right bottom 44px;*/
}
.comTtlBox .comH2:after {
	width: 280px;  
	height: 34px;
    background: url("../image/index/bg04.png") no-repeat left center;
	position: absolute;  
	top: 50%;
    margin-top: -2px;
	left: 100%;  
	content: ""; 
}
.comTtlBox .comH2:before {
	width: 280px;  
	height: 34px;
    background: url("../image/index/bg04.png") no-repeat left center;
	position: absolute;  
	top: 50%;
    margin-top: -2px;
	right: 100%;  
	content: ""; 
}
.comH2 {
    display: inline-block;
    position: relative;
    background-color: white;
    margin-bottom: 13px;
/*    background: url("../image/cev/bg01.png") no-repeat left bottom 44px,url("../image/cev/bg01.png") no-repeat right bottom 44px;*/

}
.comH2 .txtSpan {
    margin-bottom: -10px;
}
.comH2 .txtSpan img {
    vertical-align: -27px;
    margin-right: 15px;
}
.cev p {
    letter-spacing: 0.05em;
    line-height: 1.875;
}
.cev .topTxt {
    margin-bottom: 65px;
    text-align: center;
    line-height: 2.125;
}
.typeBox h3 {
    margin-bottom: 22px;
    text-align: center;
    font-size: 3rem;
    letter-spacing: 0.05em;
}
.typeList {
    margin-bottom: 46px;
    display: flex;
    flex-wrap: wrap;
}
.typeList li {
    width: 314px;
    margin-bottom: 20px;
}
.typeList li:nth-child(3n-1) {
    margin-left: 27px;
    margin-right: 27px;
}
.typeList li > a {
    padding: 20px 20px 14px;
    height: 100%;
    box-sizing: border-box;
    display: block;
    border: 5px solid #E60012;
    border-radius: 10px;
    position: relative;
    border-bottom-width: 17px;
}
.typeList li a:hover {
    opacity: 0.8;
}
.typeList li > a:after {
	width: 53px;  
	height: 24px;
    background: url("../image/cev/arrow.png") no-repeat center bottom;
	position: absolute;  
	bottom: -31px;
	left: 50%;
    margin-left: -27px;
	content: ""; 
}
.typeList li .ttl {
    text-align: left;
    margin-bottom: 22px;
    font-size: 2rem;
    font-weight: bold;
    color: #5a5a5a;
    line-height: 1;
    display: flex;
    align-items: center;
}
.typeList li .ttl span {
    font-size: 4.5rem;
    color: #e60012;
    margin: -8px 6px 0 0;
}
.typeList li .photo {
    text-align: center;
    min-height: 132px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.typeBox .inner {
    margin-bottom: 51px;
    padding: 55px 40px 45px;
    border: 5px solid #E60012;
    border-radius: 10px;
}
.typeBox .ttlBox {
    margin-bottom: 26px;
    position: relative;
}
.typeBox .ttlBox .positionImg {
    position: absolute;
    top: -72px;
    right: -23px;
}
.typeBox .ttlBox .positionImg02 {
    right: -73px;
}
.typeBox .ttlBox dl {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    letter-spacing: 0.05em;
}
.typeBox .ttlBox dt {
    font-size: 2.6rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    line-height: 1.15;
}
.typeBox .ttlBox dt .txtSpan {
    margin: -15px 5px 0 0;
    font-size: 7.4rem;
    color: #e60012;
    font-weight: 700;
    vertical-align: -21px;
}
.typeBox .ttlBox dd {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.33;
    text-shadow: 3px 3px 0 white,-3px 3px 0 white,3px -3px 0 white,-3px -3px 0 white;
}
.typeBox .ttlBox dd .txtSpan {
    background: url("../image/cev/bg02.png") repeat-x left bottom 8px;
    text-shadow: none;
}
.typeBox .inner p {
    margin-bottom: 21px;
}
.typeBox h4 {
    margin-bottom: 7px;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
}
.typeBox .infoUl {
    margin-bottom: 27px;
    display: flex;
    flex-wrap: wrap;
}
.typeBox .infoUl li {
    width: 293px;
}
.typeBox .infoUl li:nth-child(3n-1) {
    margin-left: 16px;
    margin-right: 15px;
}
.typeBox .infoUl li span {
    display: block;
    font-size: 1.2rem;
    margin-top: 8px;
    color: #111111;
}
.typeBox {
    margin-bottom: 83px;
}
.discounts {
    padding: 60px 0 66px;
    background-color: #F1F1F1;
}
.discounts h3 {
    margin-bottom: 27px;
    font-size: 3.8rem;
    letter-spacing: 0.05em;
    line-height: 1.75;
    text-align: center;
}
.discounts h3 span {
    font-size: 2.4rem;
    vertical-align: middle;
}
.discounts .imgBox {
    margin: 0 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.discounts .imgBox .photoBox {
    padding-top: 6px;
    order: 2;
    width: 433px;
}
.discounts .imgBox .textBox {
    width: 460px;
}
.discounts .imgBox .textBox p {
    font-weight: bold;
    line-height: 2.125;
    color: #403f3e;
}
@media all and (max-width: 896px) {
    .cev {
        margin-top: -12px;
    }
    .comTtlBox {
        text-align: center;
    }
    .comH2 {
        display: inline-block;
        margin: 0 0 15px;
    }
    .comTtlBox .comH2::after {
        height: 17px;
        margin-top: 4px;
        background-size: auto 17px;
    }
    .comTtlBox .comH2::before {
        height: 17px;
        width: 150px;
        margin-top: 4px;
        background-size: auto 17px;
    }
    .comH2 .txtSpan {
        margin-bottom: -8px;
    }
    .comH2 .txtSpan img {
        width: 84px;
        vertical-align: -14px;
        margin-right: 5px;
    }
    .cev p {
        line-height: 1.75;
    }
    .cev .topTxt {
        margin-bottom: 44px;
        font-size: 1.4rem;
        line-height: 1.75;
    }
    .typeBox h3 {
        margin-bottom: 15px;
        font-size: 2rem;
    }
    .typeList li {
        width: 31.3%;
    }
    .typeList li:nth-child(3n-1) {
        margin-left: 3.05%;
        margin-right: 3.05%;
    }
    .typeList li > a {
        padding: 4px 5px;
        border-width: 3px;
        border-radius: 5px;
        border-bottom-width: 6px;
    }
    .typeList li .ttl {
        margin-bottom: 5px;
        font-size: 0.75rem;
        line-height: 1.07;
    }
    .typeList li .ttl span {
        margin: -4px 3px 0 0;
        font-size: 1.422rem;
    }
    .typeList li .photo {
        min-height: 42px;
    }
    .typeList li .photo img {
        width: auto;
        height: 42px;
    }
    .typeList li a::after {
        width: 15px;
        margin-left: -7px;
        bottom: -10px;
        height: 8px;
    }
    .typeList {
        margin-bottom: 6px;
    }
    .typeBox .inner {
        padding: 22px 20px 33px;
        border-width: 3px;
        border-radius: 5px;
    }
    .typeBox .ttlBox dl {
        display: block;
    }
    .typeBox .ttlBox dt {
        margin-bottom: 16px;
        font-size: 1.8rem;
    }
    .typeBox .ttlBox dt .txtSpan {
        margin: -10px 10px 0 0;
        font-size: 3.697rem;
    }
    .typeBox .ttlBox dd {
        font-size: 1.6rem;
        line-height: 1.75;
        text-shadow: none;
    }
    .typeBox .ttlBox dd .txtSpan {
        background-size: auto 12px;
        background-position: left bottom 1px;
    }
    .typeBox .ttlBox {
        margin-bottom: 20px;
    }
    .typeBox .ttlBox .positionImg {
        width: 84px;
        top: -44px;
        right: -30px;
    }
    .typeBox .ttlBox .positionImg02 {
        width: 100px;
        top: -44px;
        right: -40px;
    }
    .typeBox h4 {
        font-size: 1.5rem;
    }
    .typeBox .inner p {
        margin-bottom: 31px;
    }
    .typeBox .infoUl {
        margin-bottom: 9px;
        justify-content: space-between;
    }
    .typeBox .infoUl li {
        width: 48.3%;
        margin: 0 0 13px !important; 
    }
    .typeBox .infoUl li img {
        width: 100%;
    }
    .typeBox .infoUl li span {
        font-size: 1.2rem;
    }
    .typeBox {
        margin-bottom: 50px;
    }
    .discounts {
        padding: 40px 0;
    }
    .discounts h3 {
        font-size: 2rem;
        line-height: 1.6;
    }
    .discounts h3 span {
        font-size: 1.6rem;
        vertical-align: 2px;
    }
    .discounts .imgBox {
        display: block;
        margin: 0;
    }
    .discounts .imgBox .photoBox {
        width: auto;
        padding: 0;
        margin-bottom: 10px;
    }
    .discounts .imgBox .photoBox img {
        width: 100%;
    }
    .discounts .imgBox .textBox {
        width: auto;
    }

    
}

/*comLineTxt */
.comLineTxt {
    background: url(../image/common/line01.png) repeat-x left bottom;
}
.comLineTxt01 {
    background: url(../image/common/line02.png) repeat-x left bottom;
}
@media all and (max-width: 896px) {
    .comLineTxt {
        background-size: 2px 6px;
    }
}
/*comImgArea */
.comImgArea {
    margin-bottom: 76px;
}
.comImgArea .inner {
    margin-bottom: 18px;
    padding: 24px 20px 25px 28px; 
    display: flex;
    justify-content: space-between;
    position: relative;
    border: 8px solid #f80000;
    background: url(../image/common/com_inner_bg.png) no-repeat right top;
}
.comImgArea .inner .photoBox {
    width: 367px;
}
.comImgArea .inner .photoBox01 {
    margin-top: -17px;
}
.comImgArea .inner .photoBox img {
    width: 100%;
}
.comImgArea .inner .textBox {
    margin-top: 2px;
    font-feature-settings: "palt";
    width: calc(100% - 388px);
}
.comImgArea h3 {
    margin-bottom: 7px;
    color: #f80000;
    font-size: 2.6rem;
    letter-spacing: 0.05em;
}
.comImgArea p {
    line-height: 1.75;
}
@media all and (max-width: 896px) {
    .comImgArea .inner {
        margin-bottom: 9px;
        padding: 35px 25px 22px;
        display: block;
        border: 4px solid #f80000;
        background-size: 32px;
    }
    .comImgArea .inner .photoBox {
        width: 78%;
        margin: 0 auto 24px;
    }
    .comImgArea .inner .photoBox01 {
        margin-top: -15px;
        width: 84%;
    }
    .comImgArea .inner .textBox {
        margin-top: 0;
        width: auto;
    }
    .comImgArea h3 {
        margin-bottom: 13px;
        font-size: 1.8rem;
        line-height: 1.35;
    }
    .comImgArea p {
        margin-left: -2px;
    }
}
@media all and (max-width: 359px) {
    .comImgArea .inner {
        padding: 35px 10px 22px;
    }
}
/*------------------------------------------------------------
    auction
------------------------------------------------------------*/
.auction {
    margin-top: -20px;
}
.auction .topTxt {
    margin: -5px auto 29px;
    max-width: 850px;
    color: #231815;
    line-height: 2.125; 
    letter-spacing: 0.05em;
}
.auction .topTxt a {
    color: #0042eb;
    text-decoration: underline;
}
.auction p .link {
    color: #060606;
    text-decoration: none;
}
.auction .quality {
    padding: 65px 0 82px;
    background-color: #e7e7e7;
}
.auction .quality .imgBox {
    margin-bottom: 65px;
}
.auction .quality .imgBox img {
    width: 100%;
}
.auction .descriptBox {
    margin-bottom: 70px;
    padding: 55px 71px 100px;
    background-color: #FFF;
    border-radius: 15px;
}
.auction .descriptBox h4 {
    margin-bottom: 23px;
    font-size: 2.4rem;
    text-align: center;
    letter-spacing: 0.08em;
}
.auctionTable {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #c9c9c9;
}
.auctionTable th,
.auctionTable td {
    padding: 7px 5px 5px;
    text-align: left;
    vertical-align: top;
    box-sizing: border-box;
    font-feature-settings: "palt";
    border-bottom: 1px solid #d6d6d6;
}
.auctionTable th {
    font-size: 1.8rem;
    text-align: center;
    vertical-align: middle;
    background-color: #F0F0F0;
}
.auction .descriptBox td {
    padding: 9px 5px;
    line-height: 1.625;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}
.auction .descriptBox th:first-child {
    width: 100px;
}
.auction .descriptBox th:nth-child(2) {
    width: 140px;
}
.auction .descriptBox td:first-child {
    font-size: 1.8rem;
}
.auction .descriptBox tr:nth-child(2) td:first-child {
    background-color: #FF5D5D;
    border-color: #d65757;
}
.auction .descriptBox tr:nth-child(3) td:first-child {
    background-color: #ff6767;
    border-color: #d66666;
}
.auction .descriptBox tr:nth-child(4) td:first-child {
    background-color: #ff7979;
    border-color: #d66666;
}
.auction .descriptBox tr:nth-child(5) td:first-child {
    background-color: #ff9e9e;
    border-color: #d68585;
}
.auction .descriptBox tr:nth-child(6) td:first-child {
    background-color: #ffc1c1;
}
.auction .descriptBox tr:nth-child(7) td:first-child {
    background-color: #ffd9d9;
}
.auction .descriptBox tr:nth-child(8) td:first-child {
    background-color: #FFEAEA;
}
.auction .descriptBox td:last-child {
    text-align: left;
    font-weight: normal;
    letter-spacing: -0.005em;
}
.auction .quality p {
    color: #231815;
    letter-spacing: 0.05em;
    line-height: 2.125;
    font-feature-settings: "palt";
}
.auction .quality .h3Ttl {
    margin-bottom: 15px;
}
.auction .comFlow {
    background-image: url(../image/auction/flow_bg.jpg);
}
.auction .flowSub p:last-child {
    margin-bottom: 0;
}
.auction .priceBox {
    margin-bottom: 90px;
    padding: 40px 92px 61px;
    box-sizing: border-box;
    border: 2px solid #E7E7E7;
    border-radius: 30px;
}
.auction .priceBox .headLine03 {
    margin-bottom: 18px;
}
.auction .priceBox .txtDl {
    margin-bottom: 50px;
}
.auction .priceBox .txtDl dt {
	margin-top: 15px;
}
.auction .priceBox .txtDl a {
	color: #0000ff;
	text-decoration: underline;
}
.auction .priceDl {
    margin-bottom: 6px;
    padding: 17px 30px;
    display: flex;
    align-items: center;
    border: 2px solid #e60012;
}
.auction .priceDl dt {
    margin-right: 32px;
    color: #e60012;
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.auction .priceDl dd {
    line-height: 1.375;
    flex: 1; 
}
.auction .priceBox .auctionTable {
    margin-bottom: 42px;
}
.auction .priceBox .auctionTable th,
.auction .priceBox .auctionTable td {
    border: 1px solid #e2e2e2;
}
.auction .priceBox .auctionTable th {
    padding: 7px; 
    font-size: 1.6rem;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
}
.auction .priceBox .auctionTable th:first-child {
    width: 130px;
    font-weight: normal;
    background-color: #FFE8E8;
}
.auction .priceBox .auctionTable th:nth-child(3) {
    width: 42.5%;
}
.auction .priceBox .auctionTable td {
    padding: 13px 20px;
    font-size: 1.5rem;
    line-height: 1.73;
}
.auction .priceBox .auctionTable p {
    margin-bottom: 0;
}
.auction .priceBox .auctionTable a {
    color: #0000ff;
    text-decoration: underline;
}
.auction .priceBox .auctionTable .link {
 /*   color: #060606;
    text-decoration: none;*/
}
.reasonBox {
    padding: 66px 0 57px; 
    background: url(../image/common/reason_bg.jpg) no-repeat center center / cover;
}
.reasonBox .mainBox {
    width: 1050px;
}
.reasonBox .inner {
    padding: 42px 40px;
    margin-left: auto;
    width: 498px;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.82);
}
.reasonBox .headLine05 {
    margin-bottom: 25px;
    letter-spacing: -0.05em;
}
.reasonBox .headLine05 span {
    margin-top: 10px;
    display: block;
    color: #5d5657;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
}
.reasonBox p {
    margin: 0 10px 15px;
    color: #231815;
    line-height: 2.315;
}
.reasonBox .contactLink {
    width: 280px !important;
    margin: 0 auto;
}
.auction .contactLink02 a {
    padding: 11px 15px 8px 0;
}
.confirm .alertP{
    display: none;
}
.confirm .privacyBox{
    display: none;
}

@media all and (max-width: 896px) {
    .auction {
        margin-top: 5px;
    }
    .auction .headLine01 {
        letter-spacing: 0;
    }
    .auction .topTxt {
        max-width: inherit;
        line-height: 1.75; 
        text-align: justify;
    }
    .auction .comImgArea {
        margin-bottom: 30px;
    }
    .auction .quality {
        padding: 35px 0 33px;
    }
    .auction .quality .imgBox {
        margin-bottom: 25px;
    }
    .auction .imgBox .photoBox {
        margin: 0; 
    }
    .auction .imgBox .textBox {
        margin-bottom: 25px;        
    }
    .auction .descriptBox {
        margin-bottom: 35px;
        padding: 20px 25px 70px;
        border-radius: 5px;
    }
    .auction .descriptBox h4 {
        margin-bottom: 13px;
        font-size: 1.5rem;
    }
    .auction .tableBox {
        overflow: auto;
    }
    .auctionTable {
        margin: 0 auto;
        width: 600px;
    }
    .auctionTable th,
    .auctionTable td {
        padding: 7px 5px 5px;
    }
    .auctionTable th {
        font-size: 1.2rem;
    }
    .auction .descriptBox td {
        padding: 6px 5px 7px;
        font-size: 1.1rem;
    }
    .auction .descriptBox th:first-child {
        width: 70px;
        position: sticky;
        left: 0;
        top: 0;
    }
    .auction .descriptBox th:nth-child(2) {
        width: 95px;
    }
    .auction .descriptBox td:first-child {
        font-size: 1.3rem;
        position: sticky;
        left: 0;
        top: 0;
    }
    .auction .quality p {
        line-height: 1.75;
    }
    .auction .quality .h3Ttl {
        margin-bottom: 8px;
    }
    .auction .priceBox {
        margin-bottom: 90px;
        padding: 0;
        border-radius: 15px;
        border: none;
    }
    .auction .priceBox .headLine03 {
        margin-bottom: 18px;
    }
    .auction .priceBox .txtDl {
        line-height: 1.75;
    }
    .auction .priceBox .txtDl dd:not(:last-child) {
        margin-bottom: 23px;
    }
    .auction .priceDl {
        margin-bottom: 20px;
        padding: 17px 15px 20px;
        display: block;
    }
    .auction .priceDl dt {
        margin: 0 0 8px;
        font-size: 2rem;
    }
    .auction .priceDl dd {
        line-height: 1.5;
    }
    .auction .spBox .title {
        margin: 25px 0 15px;
        font-size: 1.5rem;
    }
    .auction .priceBox .auctionTable {
        width: 100%;
        margin-bottom: 30px;
    }
    .auction .priceBox .auctionTable th {
        padding: 13px; 
        font-size: 1.3rem;
    }
    .auction .priceBox .auctionTable th:first-child {
        width: 66px;
        vertical-align: top;
        text-align: left;
        padding-right: 2px;
    }
    .auction .priceBox .auctionTable td {
        padding: 10px 15px;
        font-size: 1.3rem;
    }
    .reasonBox {
        padding: 33px 0 29px; 
        background-image: url("../image/common/sp_reason_bg.jpg");
    }
    .reasonBox .mainBox {
        width: auto;
    }
    .reasonBox .inner {
        padding: 23px 21px 30px;
        width: 100%;
    }
    .reasonBox .headLine05 {
        margin-bottom: 17px;
        letter-spacing: 0;
        font-size: 1.9rem;
    }
    .reasonBox .headLine05 span {
        margin-top: 2px;
        font-size: 1rem;
    }
    .reasonBox p {
        margin: 0 0 24px;
        line-height: 1.75;
    }
    .reasonBox .contactLink {
        width: auto !important;
        max-width: 259px !important;
    }
    .auction .contactLink02 a {
        padding: 10px 15px;
    }
}
/*------------------------------------------------------------
    index
------------------------------------------------------------*/
#index #gHeader {
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
.mainImg  {
}
.mainImg .fooUl li {
    padding: 130px 0 0;
    min-height: 718px;
    box-sizing: border-box;
    background: url("../image/index/bg01.jpg") no-repeat center center;
    background-size: cover;
}
.mainImg .fooUl .liStyle {
    padding-top: 111px;
    background-image: url("../image/index/bg02.jpg");
}
.mainImg .fooUl li span {
    text-align: center;
    display: block;
    margin: 0 -69px 0 -34px;
}
.mainImg .fooUl .liStyle span {
    margin: 0;
}
.mainImg .slick-slide img {
    display: inline-block;
}
#index #gNavi {
    margin-top: -55px;
    position: relative;
    z-index: 100;
}
.index .website {
    padding: 40px 130px;
    margin: -37px 0 44px;
    background-color: #ECECEC;
    border-radius: 35px;
}
.index .website h3 {
    margin-bottom: 8px;
    text-align: center;
    font-size: 1.8rem;
    color: #e60012;
    letter-spacing: 0.05em;
}
.index .website p {
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-size: 1.5rem;
    margin-bottom: 21px;
}
.index .website .photoUl {
    margin: -13px 2px 0;
    display: flex;
    flex-wrap: wrap;
}
.index .website .photoUl li {
    width: 170px;
    margin: 0 18px 5px 0;
}
.index .website .photoUl li:nth-child(4n) {
    margin-right: 0;
}
.index .website .photoUl li a {
    display: block;
}
.index .website .photoUl li a:hover img {
    opacity: 0.8;
}
.index .comH2 {
    margin: 0 -50px 13px;
    font-size: 3.8rem;
    letter-spacing: 0;
/*    background-image: url("../image/index/bg04.png"),url("../image/index/bg04.png");*/
}
.index .energy .txt {
    margin-bottom: 27px;
    letter-spacing: 0.05em;
    line-height: 2.125;
    text-align: center;
}
.index .typeList li .sub {
    margin-bottom: 25px;
    padding: 20px 20px 23px;
    box-sizing: border-box;
    display: block;
    border: 5px solid #E60012;
    border-radius: 10px;
    position: relative;
}
.index .typeList li > p {
    margin-bottom: 11px;
    letter-spacing: 0.05em;
    line-height: 1.625;
    color: #231815;
}
.index .typeList .comLink {
    width: auto;
}
.index .typeList .comLink a {
    font-size: 1.9rem;
    padding: 5px 10px 3px 30px;
    background-color: #AAAAAA;
    background-position: left 13px center;
    background-image: url("../navi-img/icon13.png");
}
.index .typeList {
    margin-bottom: 27px;
}
.energy .energyTtl {
    margin-bottom: 11px;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #231815;
    letter-spacing: 0.05em;
}
.energy .txt02 {
    margin-bottom: 22px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.86;
    color: #231815;
}
.index .contactLink02 {
    width: 405px;
    margin: 0 auto;
}
.index .contactLink02 a {
    padding: 13px 15px 9px;
    font-weight: normal;
}
.energy {
    margin-bottom: 69px;
}
.index .infoBox {
    padding: 85px 0 0;
    overflow: hidden;
    background-color: #F1F1F1;
}
.index .infoBox h2 {
    margin-bottom: 37px;
    text-align: center;
    font-size: 3.6rem;
    letter-spacing: 0.05em;
}
.index .infoBox h2 img {
    vertical-align: middle;
    margin-right: 10px;
}
.index .infoBox .list {
    margin: 0 9px 70px;
    display: flex;
    flex-wrap: wrap;
}
.index .infoBox .list li {
    margin: 0 42px 10px 0;
    width: 162px;
}
.index .infoBox .list li:nth-child(5n) {
    margin-right: 0;
}
.index .infoBox .list li p {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.57;
}
.index .infoBox .list .subBox {
    margin-bottom: 15px;
    padding: 16px 5px 5px;
    box-sizing: border-box;
    width: 162px;
    height: 162px;
    text-align: center;
    border-radius: 10px;
    background-color: #E60012;
}
.index .infoBox .list .subBox p {
    margin-bottom: 3px;
    color: white;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;
    min-height: 65px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index .infoBox .linkBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index .infoBox .linkBox .lBox {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    background-color: #FFEF3B;
}
.index .infoBox .linkBox .rBox {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    background-color: #FFEF3B;
    background-color: #50C7E1;
}
.index .infoBox .link {
    width: 508px;
    position: relative;
}
.index .infoBox .link a {
    padding: 23px 0 20px 75px;
    display: block;
    font-size: 2.2rem;
    font-weight: bold;
    background: url("../navi-img/icon11.png") no-repeat left center;
}
.index .infoBox .link a:hover {
    opacity: .8;
}
.index .infoBox .link a .txtSpan {
    margin-top: 3px;
    display: block;
    font-size: 3.8rem;
    color: #cf7000;
    letter-spacing: 0.05em;
    line-height: 1; 
}
.index .infoBox .rBox .link a {
    padding: 23px 75px 20px 0;
    background-image: url("../navi-img/icon12.png");
    background-position: right center;
}
.index .infoBox .rBox .link a .txtSpan {
    color: #094574;
}
.index .infoBox .link .photo {
    position: absolute;
    right: 45px;
    bottom: -38px;
}
.index .infoBox .rBox .link {
    display: flex;
    justify-content: flex-end;
}
.index .infoBox .rBox .link .photo {
    position: absolute;
    right: auto;
    left: 9px;
    bottom: -2px;
}
.cheaply {
    padding: 78px 0 51px;
    background-color: #DDD8D2;    
}
.cheaply .headLine03 {
    margin-bottom: 32px;
    color: #e60012;
    letter-spacing: 0;
}
.cheaply .mainBox {
    width: 1077px;
}
.cheaplyUl {
    display: flex;
    flex-wrap: wrap;
}
.cheaplyUl li {
    width: 248px;
    margin: 0 27px 20px 0;
    padding: 20px 20px 22px;
    box-sizing: border-box;
    background-color: white;
    border-radius: 10px;
}
.cheaplyUl li:nth-child(4n) {
    margin-right: 0;
}
.cheaplyUl li .ttl {
    margin: 0 -7px 8px;
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    position: relative;
    z-index: 1;
}
.cheaplyUl li .ttl:after {
	width: 100%;  
	height: 20px;
    background-color: #E0E0E0;
	position: absolute;  
	bottom: 5px;
	left: 0;  
	content: ""; 
    z-index: -1;
}
.cheaplyUl li .photoBox {
    margin-bottom: 5px;
    text-align: center;
}
.cheaplyUl li .photo {
    min-height: 101px;
}
.cheaplyUl li .photoBox p {
    font-size: 2.2rem;
    color: #e60012;
    font-weight: bold;
}
.cheaplyUl li p:last-child {
    margin-bottom: 0 !important;
}
.wisely {
    padding: 96px 0 65px;
}
.wisely .headLine03 {
    margin-bottom: 17px;
}
.wisely .headLine03 img {
    vertical-align: bottom;
}
.wisely p {
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 2.125;
    color: #231815;
}
.wisely .inner {
    margin-bottom: 19px;
    padding: 24px 20px 21px;
    background-color: #DADADA;
}
.wisely .inner p {
    font-weight: bold;
    line-height: 1.75;
    font-size: 1.8rem;
}
.index .automatic {
    padding: 70px 0 93px;
    background-color: #F1F1F1;
}
.index .automatic .headLine03 {
    margin-bottom: 39px;
    font-weight: bold;
    letter-spacing: -0.03em;
}
.index .automatic .centerTxt {
    margin-bottom: 54px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.75;
    letter-spacing: 0.05em;
    text-align: center;
}
.index .automatic .comImgArea {
    margin-bottom: 0;
}
.index .automatic .comImgArea .inner {
    background-color: #fff;
}
.index .automatic .comImgArea .inner:last-child {
    margin-bottom: 0;
}
.index .wiselyBox {
    margin-bottom: 81px;
    padding: 66px 0 58px;
    background: url("../image/index/bg03.jpg") no-repeat center center / cover;
}
.index .wiselyBox .innBox {
    margin: 0 auto;
    max-width: 1066px;
    display: flex;
    justify-content: flex-end;
}
.index .wiselyBox .innBox .txtBox {
    padding: 45px 27px 44px 48px;
    width: 493px;
    background: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    text-align: justify;
    text-justify: inter-ideograph;
    -ms-text-justify: inter-ideograph;
}
.index .wiselyBox .innBox .headLine05 {
    margin-bottom: 26px;
    letter-spacing: -0.01em;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt";
}
.index .wiselyBox .innBox p {
    margin-bottom: 14px;
    color: #231815;
    font-size: 1.6rem;
    line-height: 2.25;
    letter-spacing: 0.05em;
}
.index .wiselyBox .contactLink02 {
    width: 284px;
    margin: 0 auto;
}
.index .owner {
    padding-top: 80px;
}
.index .owner .headLine03 {
    margin-bottom: 25px;
}
.index .owner .headLine03 img {
    vertical-align: bottom;
}
.index .owner .mainBox {
    margin-bottom: 28px;
    padding-bottom: 15px;
    border-bottom: 1px solid #A3A3A3;
}
.index .owner .ttl {
    margin-bottom: 13px;
    padding: 27px 10px 23px;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    background-color: #F1F1F1;
}
.index .owner .txt01 {
    margin-bottom: 41px;
    padding-bottom: 16px;
    line-height: 2.5;
    border-bottom: 1px solid #A3A3A3;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt";
}
.index .owner .txt01 span {
    background: url(../image/common/line01.png) repeat-x left bottom;
}
.index .owner h3 {
    margin-bottom: 34px;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    text-align: center;
}
.index .owner .listUl {
    margin: -24px auto 30px;
    width: 925px;
    display: flex;
    flex-wrap: wrap;
}
.index .owner .listUl li {
    margin: 24px 31px 0 0;
}
.index .owner .listUl li:nth-child(5n) {
    margin-right: 0;
}
.index .owner .txt02 {
    margin: 0 auto 13px;
    width: 925px;
    padding: 16px 10px 14px;
    font-size: 1.6rem;
    text-align: center;
    background-color: #DEDEDE;
    box-sizing: border-box;
}
.index .owner .contactLink02 {
    width: 305px;
    margin: 0 auto;
}


.popBox {
    margin: 0 auto;
    width: 750px;
    position: relative;
    box-sizing: border-box;
    padding: 54px 25px 33px;
    background-color: white;
}
.popBox .popClose {
    position: absolute;
    top: 20px;
    right: 25px;
    cursor: pointer;
}
.popBox .ttl {
    margin-bottom: 20px;
    padding: 13px 25px 8px;
    font-size: 2rem;
    color: white;
    letter-spacing: 0.05em;
    background-color: #333333;
}
.popInner {
    margin-bottom: 17px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.popInner .photoBox {
    padding-top: 7px;
    order: 2;
    width: 300px;
}
.popInner .textBox {
    width: 370px;
}
.popInner .ttl02 {
    margin-bottom: 21px;
    padding: 8px 10px 2px 20px;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #111111;
    border-left: 5px solid #333333;
}
.popInner dl {
    margin-bottom: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.popInner dt {
    padding: 15px 5px 10px 15px;
    box-sizing: border-box;
    width: 135px;
    font-size: 1.4rem;
    color: white;
    line-height: 1.29;
    font-weight: 500;
    background-color: #1E6DBD;
}
.popInner dd {
    font-weight: 500;
    padding: 10px;
    color: #111111;
    font-size: 2rem;
    flex: 1;
    background-color: #DDE9F5;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.popInner .dlStyle dt {
    padding: 17px 5px 12px 15px;
    background-color: #E70012;
    font-size: 1.6rem;
}
.popInner .dlStyle dd {
    font-size: 1.6rem;
    background-color: #FBD9DC;
}
.popBox table {
    margin-bottom: 15px;
    width: 100%;
    border-spacing: 3px;
}
.popBox table th {
    font-weight: normal;
    padding: 5px 10px;
    width: 36%;
    text-align: left;
    vertical-align: middle;
    font-size: 1.4rem;
    background-color: #D5D5D5;
}
.popBox table td {
    font-weight: normal;
    padding: 5px 10px 5px 25px;
    text-align: left;
    vertical-align: middle;
    font-size: 1.4rem;
    background-color: #F2F2F2;
}
.popBox .txt {
    margin-bottom: 27px;
    font-size: 1.4rem;
    line-height: 1.75;
}
.popBox .closeLink {
    margin: 0 auto;
    width: 405px;
}
.popBox .closeLink a {
    padding: 10px 10px 6px;
    font-size: 2rem;
    color: white;
    font-weight: bold;
    display: block;
    text-align: center;
    background-color: #E70012;
    border-radius: 50px;
}
.popBox .closeLink a:hover {
    opacity: 0.8;
}
.pop {
    display: none;
}
.fancybox-content {
    background: transparent;
}
.fancybox-button {
    display: none;
}


@media all and (max-width: 896px) {
    .mainImg {
        margin: 64px 0 0;
    }
    .mainImg .fooUl li {
        background: none !important;
        padding: 0 !important;
        min-height: inherit !important;
    }
    .mainImg .fooUl li span {
        margin: 0 !important;
    }
    .mainImg .fooUl li span img {
        width: 100%;
    }
    .index .website {
        padding: 23px 20px 20px;
        margin: -19px -12px 27px;
        border-radius: 15px;
    }
    .index .website h3 {
        margin-bottom: 6px;
        text-align: left;
        font-size: 1.5rem;
        line-height: 1.75;
    }
    .index .website p {
        font-size: 1.4rem;
        line-height: 1.75;
    }
    .index .website .photoUl {
        margin: -5px 2px 0;
        justify-content: space-between;
    }
    .index .website .photoUl li {
        width: 48.5%;
        margin: 0 0 10px;
    }
    .index .website .photoUl li img {
        width: 100%;
    }
    .index .comH2 {
        margin: 0 0 22px;
        font-size: 1.9rem;
    }
    .index .comH2 .txtSpan {
        margin-bottom: -2px;
    }
    .index .comH2 .txtSpan img {
        width: 97px;
        vertical-align: -8px;
    }
    .index .energy .txt {
        margin-bottom: 31px;
        text-align: left;
        font-size: 1.4rem;
        line-height: 1.75;
    }
    .index .typeList {
        margin-bottom: 22px;
        display: block;
    }
    .index .typeList li {
        margin: 0 0 10px;
        width: auto;
        padding: 23px 20px 36px;
        background-color: #EEEEEE;
    }
    .index .typeList li > .spTtl {
        margin-bottom: 11px;
        font-size: 2rem;
        text-align: center;
        font-weight: bold;
        color: #5a5a5a;
    }
    .index .typeList li > p {
        margin-bottom: 19px;
        line-height: 1.75;
    }
    .index .typeList li .sub {
        padding: 12px 10px 15px;
        margin: 0 auto 25px;
        width: 190px;
        border-width: 3px;
        border-radius: 5px;
        background-color: white;
    }
    .index .typeList li .ttl {
        width: 100%;
        margin-bottom: 12px;
        font-size: 1.2rem;
    }
    .index .typeList li .ttl span {
        font-size: 2.7rem;
    }
    .index .typeList li .photo {
        min-height: 80px;
        margin: 0 5px;
    }
    .index .typeList li .photo img {
        height: 80px;
    }
    .index .typeList .comLink a {
        padding: 12px 10px 10px 30px;
        font-size: 1.5rem;
        background-position: left 22px center;
    }
    .energy .energyTtl {
        text-align: left;
        font-size: 1.5rem;
        line-height: 1.75;
    }
    .energy .txt02 {
        text-align: left;
        line-height: 1.75;
        font-size: 1.3rem;
    }
    .energy {
        margin-bottom: 33px;
    }
    .index .infoBox {
        padding: 42px 0 0;
    }
    .index .infoBox h2 {
        margin-bottom: 15px;
        font-size: 1.8rem;
    }
    .index .infoBox h2 img {
        width: 155px;
        margin-right: 4px;
        vertical-align: -7px;
    }
    .index .infoBox .list {
        margin: 0 1px 24px;
        display: block;
    }
    .index .infoBox .list li {
        width: auto;
        margin: 0 0 12px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .index .infoBox .list .subBox {
        margin: 0;
        padding: 9px 5px 3px;
        width: 82px;
        height: 82px;
        border-radius: 5px;
    }
    .index .infoBox .list li p {
        font-size: 1.3rem;
        line-height: 1.75;
    }
    .index .infoBox .list .subBox p {
        font-size: 1rem;
        line-height: 1.3;
        min-height: 30px;
    }
    .index .infoBox .list li .textImg img {
        height: 29px;
    }
    .index .infoBox .list .textBox {
        flex: 1;
        padding-left: 20px;
    }
    .index .infoBox .link {
        width: auto;
    }
    .index .infoBox .linkBox .lBox {
        display: block;
    }
    .index .infoBox .link a {
        font-size: 1.1rem;
        padding: 11px 10px 50px;
        background-image: url("../navi-img/icon14.png");
        background-size: 26px auto;
        background-position: left 27px bottom 13px;
    }
    .index .infoBox .link a .txtSpan {
        font-size: 1.9rem;
    }
    .index .infoBox .linkBox .rBox {
        display: block;
    }
    .index .infoBox .rBox .link a {
        font-size: 1.1rem;
        padding: 11px 5px 50px;
        background-image: url("../navi-img/icon15.png");
        background-size: 26px auto;
        background-position: right 22px bottom 13px;
    }
    .index .infoBox .link .photo {
        width: 63px;
        bottom: -19px;
        right: 21px;
    }
    .index .infoBox .linkBox {
        overflow: hidden;
    }
    .index .infoBox .rBox .link .photo {
        width: 85px;
        left: 6px;
        bottom: 0;
    }
    .cheaply {
        padding: 33px 0 18px;
    }
    .cheaply .headLine03 {
        margin-bottom: 20px;
    }
    .cheaplyUl {
        margin: 0 2px;
        display: block;
    }
    .cheaplyUl li {
        padding: 16px 30px 23px;
        width: auto;
        border-radius: 5px;
        margin: 0 0 13px;
    }
    .cheaplyUl li .ttl {
        margin-bottom: 17px;
        font-size: 1.9rem;
    }
    .cheaplyUl li .ttl::after {
        height: 12px;
        bottom: 2px;
    }
    .cheaplyUl .sub {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .cheaplyUl li .photoBox {
        margin: 0;
        width: 89px;
    }
    .cheaplyUl li .textBox {
        margin-right: -11px;
        flex: 1;
        padding-left: 22px;
    }
    .cheaplyUl li .photo {
        margin-bottom: 7px;
        min-height: inherit;
    }
    .cheaplyUl li .photo img {
        height: 49px;
    }
    .cheaplyUl li .photoBox p {
        font-size: 1.3rem;
        line-height: 1.15;
    }
    .cheaplyUl li .textBox p {
        font-size: 1.3rem;
        line-height: 1.75;
    }
    .wisely {
        padding: 38px 0;
    }
    .wisely .headLine03 {
        margin-bottom: 19px;
        font-size: 1.8rem;
    }
    .wisely .headLine03 img {
        width: 160px;
    }
    .wisely .inner {
        margin-bottom: 23px;
        padding: 22px 26px;
    }
    .wisely .inner p {
        text-align: left;
        font-size: 1.4rem;
        line-height: 1.75;
    }
    .wisely p {
        text-align: left;
        font-size: 1.4rem;
        line-height: 1.75;
    }
    .comImgArea .inner {
        margin-bottom: 9px;
        padding: 20px 25px 20px;
        display: block;
        border: 4px solid #f80000;
        background-size: 32px;
    }
    .comImgArea .inner .photoBox {
        width: 222px;
        margin: 0 auto 24px;
    }
    .comImgArea .inner .textBox {
        margin-top: 0;
        width: auto;
    }
    .comImgArea h3 {
        margin-bottom: 13px;
        font-size: 1.8rem;
        line-height: 1.35;
    }
    .comImgArea p {
        margin-left: -2px;
    }
    .index .comImgArea .inner .photoBox02 {
        margin: 17px auto 30px;
        width: 204px;
    }
    .index .mainBox {
        margin: 0 22px;
    }
    .index .automatic {
        padding: 30px 0 32px;
    }
    .index .automatic .headLine03 {
        margin-bottom: 13px;
        font-size: 2rem;
    }
    .index .automatic .centerTxt {
        margin-bottom: 22px;
        font-size: 1.4rem;
        text-align: left;
    }
    .index .wiselyBox {
        margin-bottom: 55px;
        padding: 30px 0 29px;
        background-image: url("../image/index/sp_bg03.jpg");
    }
    .index .wiselyBox .innBox {
        display: block;
        padding: 0 22px;
    }
    .index .wiselyBox .innBox .txtBox {
        padding: 22px 20px 29px;
        width: auto;
    }
    .index .wiselyBox .innBox .headLine05 {
        margin-bottom: 17px;
        font-size: 1.9rem;
    }
    .index .wiselyBox .innBox p {
        margin-bottom: 23px;
        font-size: 1.3rem;
        line-height: 1.75;
    }
    .index .owner {
        padding-top: 49px;
    }
    .index .owner .headLine03 {
        margin-bottom: 15px;
    }
    .index .owner .ttl {
        margin-bottom: 22px;
        padding: 13px 20px 10px;
        font-size: 1.3rem;
        line-height: 1.8;
    }
    .index .owner .txt01 {
        margin-bottom: 24px;
        padding-bottom: 24px;
        line-height: 1.75;
        font-size: 1.4rem;
    }
    .index .owner h3 {
        margin-bottom: 34px;
        font-size: 1.5rem;
    }
    .index .owner .listUl {
        margin: -21px auto 30px;
        width: auto;
        padding: 0 20px;
    }
    .index .owner .listUl li {
        margin: 22px 16px 0 0;
        width: calc(100%/3 - 12px);
        text-align: center;
    }
    .index .owner .listUl li:nth-child(3n) {
        margin-right: 0;
    }
    .index .owner .listUl li:nth-child(5n) {
        margin-right: 16px;
    }
    .index .owner .txt02 {
        margin-bottom: 0;
        width: auto;
        padding: 15px 21px 14px;
        font-size: 1.3rem;
        text-align: left;
        line-height: 1.7;
    }
    .index .owner .mainBox {
        margin-bottom: 22px;
        padding-bottom: 25px;
    }
    .index .owner .headLine03 img {
        width: 160px;
    }
    .popBox {
        width: auto;
        padding: 60px 15px 20px;
    }
    .popInner {
        display: block;
    }
    .popInner .photoBox {
        width: auto;
        margin-bottom: 20px;
    }
    .popInner .photoBox img {
        width: 100%;
    }
    .popInner .textBox {
        width: auto;
    }
    .popInner dd {
        padding: 10px 5px;
        font-size: 1.5rem;
    }
    .popInner .dlStyle dd {
        font-size: 1.3rem;
    }
    .popBox .txt {
        font-size: 1.2rem;
    }
    .popBox .closeLink {
        width: auto;
        max-width: 300px;
    }
    .fancybox-content {
        padding: 0;
    }
    .popBox .ttl {
        font-size: 1.6rem;
    }
    .reasonBox .contactLink02 a {
        font-weight: bold;
        padding: 13px 15px 9px;
    }
    
}

.mw_wp_form .radioUl .horizontal-item + .horizontal-item {
    margin-right: 0;
    margin-left: 0;
}
.radioUl .mwform-radio-field {
    margin-right: 115px;
}
.contact.confirm .step1 {
    display: none;
}
.contact .step2 {
    display: none;
}
.contact.confirm .step2 {
    display: none;
}
.contact.confirm table td .checkP {
    margin: 0 6px 4px 0;
}
.checkUl .mwform-checkbox-field {
    display: block;
    margin-bottom: 10px;
}
.mw_wp_form .checkUl  .horizontal-item + .horizontal-item {
    margin-left: 0;
}
.pageTop {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 900;
}
.mwform-checkbox-field label, .mwform-radio-field label {
    vertical-align: top;
}
.satei_form .radioUl .mwform-radio-field {
    margin-right: 26px;
}
.satei_form .mw_wp_form .radioUl .horizontal-item + .horizontal-item {
    margin-right: 26px;
}
@media all and (max-width: 896px) {
    .radioUl .mwform-radio-field {
        margin-right: 50px;
    }
    .satei_form .radioUl .mwform-radio-field {
        margin: 0 26px 10px 0;
    }
    .satei_form .mw_wp_form .radioUl .horizontal-item + .horizontal-item {
        margin: 0 26px 10px 0;
    }
    .pageTop {
        width: 25px;
        bottom: 34px;
        right: 14px;
    }
}

@media all and (min-width: 897px) {
    .comTable td a:hover {
        text-decoration: none;
    }
    .contactLink a:hover {
        opacity: 0.8;
    }
    .submit li input:hover {
        opacity: 0.8;
    }
    .contact .txt a:hover {
        text-decoration: none;
    }
    #gNavi a:hover {
        background: url("../navi-img/icon05.png") no-repeat center bottom;
    }
    .thanksBox p a:hover {
        text-decoration: none;
    }
    .auction .priceBox .txtDl a:hover {
        text-decoration: underline;
    }
    .auction .priceBox .auctionTable td a:hover {
        text-decoration: none;
    }
    .auction .priceBox .auctionTable .link:hover {
        text-decoration: underline;
    }
    .auction .topTxt a:hover {
        text-decoration: none;
    }
    .auction p .link:hover {
        text-decoration: underline;
    }
    .auction .quality .imgBox {
        display: flex;
        justify-content: space-between;
    }
    .auction .imgBox .photoBox {
        width: 422px;
    }
    .auction .imgBox .textBox {
        margin-top: -5px;
        width: 565px;
        font-feature-settings: "palt";
    }
    .auction .priceBox .comTable .link:hover {
        text-decoration: underline;
    }
    .auction .flowSub p {
        line-height: 1.875;
    }
    .auction .flowGrey .subDl .txtSpan {
        margin-right: 20px;
    }
    .auction .flowGrey .subDl .txtSpan01 {
        margin-right: 10px;
        letter-spacing: -0.05em;
    }
    .auction .priceBox .auctionTable th:nth-child(3) {
        width: 42.5%;
    }
    .auction .priceBox .headLine04.deep + .auctionTable {
        margin-top: -10px;
    }
}

@media all and (max-width: 359px) {
    .contact table th {
        font-size: 1.4rem;
    }
    .contactLink {
        max-width: 260px;
    }
    #gFooter .spBox {
        padding-right: 15px;
    }
    .afterservice .h3Ttl {
        font-size: 1.6rem;
    }
    .trade .companyBox h3 {
        font-size: 1.7rem;
    }
    .comH2 {
        font-size: 2.1rem;
    }
    .cev .topTxt {
        margin-left: -15px;
        margin-right: -15px;
    }
    .index .comH2 .txtSpan img {
        width: 82px;
    }
    .index .typeList li > .spTtl {
        font-size: 1.8rem;
    }
    .index .infoBox .link a .txtSpan {
        font-size: 1.5rem;
    }
    .headLine03 {
        font-size: 1.7rem;
    }
    .index .owner .listUl {
        padding: 0 7px;
    }
    .index .owner .listUl li {
        margin: 22px 11px 0 0;
        width: 78px;
    }
    .headLine01 {
        font-size: 2.3rem;
    }
    .reasonBox .headLine05 {
        font-size: 1.6rem;
    }
    .pageTop {
        right: 0;
    }
}

@media all and (-ms-high-contrast:none){
    .index .infoBox .list .subBox p::before {
        min-height: inherit;
        font-size: 0;
        content: '';
    }
}
