@charset "utf-8";
html{
    height: 100%;
}
body{
    height: 100%;
}
footer{
    position: sticky !important;
    top: 100vh;
    z-index: 100;
}

/*
基本設定
*/
a.link{color:#000; border-bottom: 1px dashed #000;}
a{ color:inherit;}
a,button{cursor: pointer; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease; color:inherit;}
a:hover,button:hover{ opacity: 0.5;}
a.h-zoom{ opacity: 1; overflow: hidden;display: block;}
a.h-zoom:hover{ opacity: 1;}
a.h-zoom .bgcover{ transition: transform 0.2s ease; }
a.h-zoom:hover .bgcover{ transform: scale(1.3,1.3);}
a[href="#"]{ cursor:  default; pointer-events:none; color:inherit !important; }
/*画像幅100%*/
img{ max-width: 100%; height: auto;}
img.wide{ width: 100%; height: auto;}


/*フレックスボックス*/
.flex{ display: -ms-flexbox; display: -webkit-flex; display: flex; }
.flex-wrap{ -webkit-flex-wrap: wrap; flex-wrap: wrap;}
.flex.revs{ -webkit-flex-direction: row-reverse; flex-direction:row-reverse;}
.flex.va-cent{ -webkit-align-items: center; align-items:center;}
.flex.va-base{ -webkit-align-items: baseline; align-items:baseline;}
.flex.jc-cent{ -webkit-justify-content: center; justify-content: center;}
.flex.jc-right{ -webkit-justify-content: flex-end; justify-content: flex-end;}
.grid{ display: -webkit-flex; display: flex;justify-content: space-between;}
.flex.clear{ display: -webkit-flex; display: flex;justify-content: space-between;}
.flex.gap5{gap: 5px;}
.flex.gap10{gap: 10px;}
.flex.gap15{gap: 15px;}
.flex.gap-l40{gap: 0 40px;}



/*画像切り替えなど*/
.sp{ display: none !important; }
.pc{ display:block !important; }

/*ローディング*/
#loader-bg { position: fixed; width: 100%; height: 100%; top: 0px; left: 0px; background: #fff; z-index: 10;}
#loader {display: block;position: absolute;top: 50%;width: 100%;height: 60px;left: 0; transform: translate(0, -50%) scale(0.9,0.9);;text-align: center;z-index: 100;}
@media screen and (max-width:980px){ #loader {transform: translate(0, -50%) scale(0.7,0.7);}
 }
/*ローダー・サークル*/
.loader1{ width:45px; height:45px; border-radius:50%; border:2px solid rgba(0,0,0,0.2); border-top-color:rgba(0,0,0,0.4); box-sizing:border-box; display: inline-block; animation:loading 0.6s linear infinite; -webkit-animation:loading 0.6s linear infinite;}
    @keyframes loading{ 0%{transform:rotate(0deg)} 100%{transform:rotate(360deg)}}
    @-webkit-keyframes loading{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}

#all-wrap{ position: relative; opacity: 0; overflow: hidden;}
#all-wrap.active{ opacity: 1;}
#all-wrap.appraisal{
  overflow: visible;
}

/*リサイズ時アニメーション回避*/
body.noduration .fin{ transition-delay: 0 !important; transition-duration: 0 !important; transition: none !important;}

/*背景画像デフォルト設定*/
.bgcover{background-size:cover; background-repeat: no-repeat; background-position: center;}

/*リストマーク*/
.ul>li{ display: table; width: 100%;}
.ul>li>span{ display: table-cell;}
.ul>li>i{ display: table-cell; white-space: nowrap;width: 1px;}

h1,h2,h3,h4,h5,h6{
    line-height: 1.4;
    font-weight: 700;
    /*font-family:'メイリオ','Meiryo', 'Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';*/
}

.gf1{ font-family: 'Noto Serif JP', serif;}
.gf2{ font-family: 'Montserrat', sans-serif;}


.small{
    font-size: 1.2rem;
}

.clr{ color:#6195EB;}
.clr2{ color: #5A64A5;}
.red{ color:#DF1B13;}

.home a{
    text-decoration: none;
}

a{
    text-decoration: underline;
    color:#000;
}


.header-member a,
header a,
footer a{
    text-decoration: none;
}

.result-text{
    font-size: 2.6rem;
    margin-bottom: 1.5em;
}
    @media screen and (max-width: 1000px){
        .result-text{
            font-size: 1.8rem;
            margin-bottom: 1.5em;
        }
    }

body{
    font-size: 1.6rem;
    line-height: 1.55;
}

body *{
    box-sizing: border-box;
}

/*
基本設定　sp
*/
    @media screen and (max-width: 1000px){

        body{
            font-size: 1.3rem;
        }

        #bg{
            position: fixed;
            left:0;
            top:0;
            width: 100%;
            height: 100%;
            z-index: -1;
            opacity: 0;
        }

          #bg.active{
            opacity: 1;
          }

        /*画像切り替えなど*/
        .pc{ display: none !important; }
        .sp{ display:block !important; }

        .flex.clear{ display: block;}
        .flex.clear .f_item{ width: 100%;}

        a:hover,button:hover{ opacity: 1;}

    }

    @media screen and (max-width: 768px){
		.pc2{display: none !important;}
	}



/*
レイアウト
*/
.container {
    padding-top: 85px;
    padding-bottom: 110px;
}


.home .container{
    /*padding-top: 165px;*/
    padding-bottom: 85px;
    background: #EEEEEC;
}
.home .container.howto{
    background: #FFFFFF;
}
.wrap{
    max-width: 1000px;
    padding: 0 20px;
    margin: 0 auto;
}




.contents-row{
  display: flex;
}

.contents-row>main{
    width: calc(100% - 300px);
    padding: 35px;
    width: 100%;
}

.contents-row>aside{
	position: relative;
    width: 300px;
    padding: 0 20px 25px;
    display: none;
}
.contents-row>aside::before{
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 2px;
	height: 100%;
	background: #eee;
}

.main-block{
    max-width:1500px;
    margin: 0 auto;
}

.section{
    padding: 70px 10px 70px;
}
    @media screen and (max-width: 1350px){
		.contents-row>main{
		    width: calc(100% - 260px);
			padding: 15px 15px;
      width: 100%;
		}
		.contents-row>aside{
			position: relative;
		    width: 260px;
		    padding: 0 10px 25px;
		}
	}
    @media screen and (max-width: 1000px){
        .container {
            padding-top: 70px;
            padding-bottom: 75px;
        }

        .home .container {
            padding-top: 70px;
            padding-bottom: 30px;
        }
        .section{
            padding: 40px 15px 20px;
        }

        .contents-row{
            margin-top: 20px;
        }
    }
    @media screen and (max-width: 1220px){
		.contents-row>main{
		    width: 100%;
			padding: 10px 3vw;
			/*z-index: 1;*/
		}
		.contents-row>aside{
			position: fixed;
			background: #fff;
			right: -300px;
			top: 70px;
		    width: 300px;
			height: calc(100vh - 70px);
		    padding: 0;
			z-index: 10000;
			transition: all .5s ease;
			border-top: 1px solid #eee;
		}
		.contents-row>aside.show{
			right: 0px;
		}
			.contents-row>aside>div{
				position: absolute;
				top: 0px;
				left: 0px;
			    width: 300px;
				height: 100%;
			    padding: 25px 20px;
				overflow : auto;
				-webkit-overflow-scrolling: touch;
			}
		/*scroll css*/
		.contents-row>aside>div::-webkit-scrollbar {
		    width: 5px;
		    background: none;
		}

		.contents-row>aside>div::-webkit-scrollbar-track {
		    -webkit-border-radius: 10px;
		    border-radius: 10px;
		}

		.contents-row>aside>div::-webkit-scrollbar-thumb {
		    -webkit-border-radius: 10px;
		    border-radius: 10px;
		    background: rgba(0,0,0,0.2);
		}

		.contents-row>aside>div::-webkit-scrollbar:hover{
			opacity: 0.2;
		}
	}
  @media screen and (max-width: 1000px){
		.contents-row>main{
			padding: 0px 3vw;
		}
  }
/*
見出し
*/

.headline{
	font-size: 2.4rem;
	line-height: 1.4em;
	margin-bottom: 15px;
}

.headline-l {
    position: relative;
    font-size: 3rem;
    text-align: center;
    padding-bottom: 15px;
}
.headline-l em{
	display: block;
	font-size: 8rem;
	margin: 0 0 10px;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 900;
}
.headline-l::after{
    content:"";
    position: absolute;
    display: block;
    width: 100px;
    height: 8px;
    bottom:0;
    left:50%;
    margin-left: -50px;
    background: #FFD606;
}


.headline-l.wh{
    color:#fff;
}

@media screen and (max-width:1000px){
    .headline-l {
        position: relative;
        font-size: 2.4rem;
        text-align: center;
        padding-bottom: 12px;
    }
    .headline-l::after{
        width: 70px;
        height: 6px;
        margin-left: -35px;
    }

}


.headline-m {
    position: relative;
    font-size: 2.4rem;
    padding: 3px 0 25px 20px;
}

.headline-m::after{
    content:"";
    position: absolute;
    display: block;
    width: 9px;
    height: 34px;
    top: 0px;
    left:0%;
    background: #000;
}


@media screen and (max-width:1000px){
    .headline-m {
        font-size: 2rem;
        padding: 0 0 15px 15px;
    }
	.headline-m::after{
	    width: 7px;
	    height: 24px;
	}
}

}


.headline-l.wh{
    color:#fff;
}


.headline-sp{

    max-width: 560px;
    line-height: 80px;
    height: 80px;
    text-align: center;
    color: #fff;
    background: #000;
    font-size: 2.6rem;
    display: block;
    margin: 50px auto 40px;
    border-radius: 40px;
    font-weight: bold;
}
.headline-mc{
	max-width: 1200px;
	font-size: 2.6rem;
	text-align: center;
	margin: 20px auto;
}
/**/

.bg-slv{background: #CDCFD3;}
.bg-gld{background: #EAD98B;}
.bg-plt{background: #CADDF7;}

.bg-slv2{background: #F2F3F4;}
.bg-gld2{background: #FAF5E1;}
.bg-plt2{background: #F1F6FD;}

.top-fee-box .bg-slv{border-radius: 6px 6px 0 0;}
.top-fee-box .bg-gld{border-radius: 6px 6px 0 0;}
.top-fee-box .bg-plt{border-radius: 6px 6px 0 0;}

/*.d-line{border-bottom: 2px dashed #000; padding-bottom: 10px;}*/
/*
ボタン
*/
.btn-a{
    display: block;
    width: 322px;
    line-height: 65px;
    height: 65px;
    color: #fff;
    text-align: center;
    background: #DF1C13;
    margin: 0 auto;
    font-size: 2.2rem;
    font-weight: bold;
    cursor: pointer;
}
.btn-a2{
    display: block;
    max-width: 340px;
    line-height: 1;
    padding: 14px 10px 16px;
    color: #fff;
    text-align: center;
    background: #000;
    margin: 0 auto;
    font-size: 3rem;
    font-weight: bold;
    cursor: pointer;
    border-radius: 2em;
}
.btn-a2 span{
	display: block;
	font-weight: normal;
	font-size: 1.6rem;
	margin-bottom: 0.5em;
}

@media screen and (max-width:1000px){
    .btn-a {
        width: 283px;
        line-height: 1em;
        height: 54px;
        padding: 18px 0;
        font-size: 2rem;
    }
    .headline-l em{
    	font-size: 5rem;
    }
	.headline-sp{

	    max-width: 560px;
	    line-height: 60px;
	    height: 60px;
	    font-size: 2rem;
	    display: block;
	    margin: 30px auto 20px;

	}
	.headline-mc{
		font-size: 2rem;
	}
}
@media screen and (max-width:360px){

    .btn-a2 {
    	font-size: 2.4rem;
        margin: 0 10px;
    }
}

.btn-b{
    position: relative;
    width: 140px;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    border-radius: 3px;
    background: linear-gradient(to bottom, #FFFFFF 0%,#EAEAEA 100%);
    border:1px solid #CCCCCC;
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: -1px;
    text-decoration: none !important;
    color:inherit !important;
    cursor: pointer;
}



.btn-black-s,
.btn-gray-s{
	display: inline-block;
	background: linear-gradient(#fefefe,#f5f5f5,#ebebeb);
	min-width: 136px;
	height: 34px;
	padding: 0 1.2em;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-size: 1.4rem;
	line-height: 34px;
	text-align: center;
	color: #000;
	text-decoration: none;
    cursor: pointer;
}

.btn-black-s{
    display: inline-block;
    min-width:102px;
    background: linear-gradient(#515151,#434343,#000000);
    color:#fff;
    border:1px solid #000000;
}

.btn-blue-l,
.btn-yellow-l,
.btn-gray-l,
.btn-red-l{
	display: inline-block;
    position: relative;
	background: linear-gradient(#fefefe,#f5f5f5,#ebebeb);
	padding: 0 1.5em;
	min-width: 284px;
	height: 46px;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-size: 2.2rem;
	line-height: 44px;
	font-weight: bold;
	text-align: center;
	color: #000;
	text-decoration: none;
  cursor: pointer;
}
.btn-red-l{
	background: linear-gradient(to bottom, #6195EB 0%,#5769AF 100%);
	border: 1px solid #5769AF;
	color: #fff;
}
.btn-yellow-l{
	background: linear-gradient(#E6C86F,#DEBB50,#D5AA28);
	border: 1px solid #C69500;
	color: #fff;
}
.btn-blue-l{
	background: linear-gradient(#67B6D0,#40A3C4,#1A91B9);
	border: 1px solid #026B8E;
	color: #fff;
}


.btn-yellow-l > i::after {
    content: "";
    display: block;
    position: absolute;
    width:2px;
    height: 14px;
    top: -6px;
    left: 50%;
        margin-left: -1px;
    background: #fff;
}

.btn-yellow-l.open > i::after {
    opacity: 0;
}

.btn-yellow-l > i{
    position: absolute;
    display: block;
    width: 14px;
    height: 2px;
    right:30px;
    top: 50%;
    margin-top: -1px;

    background: #fff;
}


.btn-blue1-l,
.btn-blue2-l,
.btn-blue3-l{
    position: relative;
    display: inline-block;
    width: 284px;
    max-width: 100%;
    height: 46px;
    border: 1px solid #0085B2;
    border-radius: 3px;
    font-size: 1.6rem;
    line-height: 44px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background: #0085B2;
}

/*再ダウロード*/
.btn-blue2-l{
    background: #66B6D1;
    border: 1px solid  #66B6D1;
}


/*PDFダウロード*/
.btn-blue3-l{
    background: #006384;
    border: 1px solid #006384;
}

.btn-update{
	display: inline-block;
    position: relative;
	background: linear-gradient(#6BB5FF,#41A0FF,#148AFF);
	width: 200px;
	max-width: 100%;
	height: 38px;
	border: 1px solid #0172E1;
	border-radius: 3px;
	font-size: 1.6rem;
	line-height: 36px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	text-decoration: none;
    cursor: pointer;
	padding-left: 1em;
}
.btn-update.small{
    width: 120px;
}
.btn-update i{
	position: absolute;
	left: 12px;
	top: 7px;
	width: 22px;
	height: 22px;
	background: url(../img/icon-update.png) no-repeat;
}


.btn-area{
	padding: 0px 10px 75px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
	.btn-area a,
	.btn-area input,
	.btn-area button{
		margin: 0 12px 20px;
	}

@media screen and (max-width: 768px){
	.btn-yellow-l,
	.btn-gray-l,
	.btn-red-l{
		font-size: 1.6rem;
		line-height: 46px;
	}
	.btn-area{
		padding: 0 0 10vw;
	}

    .btn-area .btn-yellow-l,
    .btn-area .btn-red-l{
        order: 0;
    }
    .btn-area .btn-gray-l{
        order: 1;
    }
}


.btn-blue-t,
.btn-green-t,
.btn-red-t,
.btn-yellow-t{
    display: block;
    margin: 0 auto;
    position: relative;
    min-width: 105px;
	padding: 0 0.5em;
    max-width: 105px;
    height: 26px;
    line-height: 26px;
    border-radius: 2px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background: linear-gradient(#E6C86F,#DEBB50,#D5AA28);
    border: 1px solid #C69500;
    color: #fff;
	white-space: nowrap;
}

.btn-blue-t{
    background: linear-gradient(#71BBD3,#3CA2C3,#0085B0);
    border: 1px solid #00698C;
    color: #fff;
}

.btn-green-t{
    background: linear-gradient(#3FC361,#20AF44,#059E2C);
    border: 1px solid #159535;
    color: #fff;
}


.btn-red-t{
    background: linear-gradient(to bottom, #FFC926  0%,#D96D00 100%);
    border: 1px solid #D96D00;
    color: #000;
}



.put-btn-block{
    position: relative;
    z-index: 1;
	text-align: right;
}
.put-btn-block.right{
    position: absolute;
    right: 0;
    bottom: -50px;
}

.put-btn-box{
    position: absolute;
    width: 100%;
    top: 46px;
    left:0;
    background: #DDDDDD;
    text-align: center;
    padding: 20px;
    font-weight: bold;
    display: none;
    z-index: 2;
}

.put-btn-list>li{
    margin-bottom: 5px;
}

@media screen and (max-width:1000px){

    .put-btn-box{
        position: static;
        padding: 20px;
        z-index: 2;
    }


}


/*topへ戻る*/
#pagetop{
    position: fixed;
    right: 20px;
    bottom: 25px;
    width: 82px;
    height: 82px;
    overflow: hidden;
    z-index: 1000;
}
#pagetop a{
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background:#F9FF00;
    border: 2px solid #000;
}


#pagetop a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 28px;
    margin-top: 7px;
    width: 16px;
    height: 16px;
    border-right: 5px solid #000;
    border-bottom: 5px solid #000;
    -webkit-transform: translate(0,-50%) rotate(-135deg);
    transform: translate(0,-50%) rotate(-135deg);
}

   @media screen and (max-width: 1024px){


        #pagetop {
            position: fixed;
            right: 5px;
            bottom: 7px;
            width: 58px;
            height: 58px;
        }
        #pagetop a::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 19px;
            margin-top: 6px;
            width: 13px;
            height: 13px;
            border-right: 4px solid #000;
            border-bottom: 4px solid #000;
        }
    }


/*topへ戻る*/
#line-at {
    position: fixed;
    right: 120px;
    bottom: 18px;
    width: 441px;
    height: 136px;
    overflow: hidden;
    z-index: 1000;
}

#line-at .line-at-close {
    display: block;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    opacity: 0;
}

#line-at .line-at-close:hover{
    opacity: 0.3;
}

#line-at .line-at-link {
    display: block;
    position: absolute;
    left: 0px;
    top: 145px;
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

#line-at.open  .line-at-link{
    top: 0px;
}



   @media screen and (max-width: 1024px){

        #line-at {
            position: fixed;
            right: 5px;
            bottom: 100px;
            width: 66px;
        }

        #line-at .line-at-close {
            display: block;
            width: 20px;
            height: 20px;
            opacity: 0;
        }

        #line-at .line-at-close:hover{
            opacity: 0;
        }

    }



.icon-delete {
    position: relative;
    padding-left: 17px;
    padding-right: 5px;
    display: inline-block;
    margin-top: 10px;
}
.icon-delete i {
    position: absolute;
    left: 0px;
    top: 4px;
    cursor: pointer;
    text-indent: 200%;
    white-space: nowrap;
    width: 14px;
    height: 14px;
    overflow: hidden;
    background: #DF1C13;
    border-radius: 50%;
}
.icon-delete i::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 6px;
    width: 2px;
    height: 10px;
    background: #fff;
    transform: translate(0,-50%) rotate(45deg);
}
.icon-delete i::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 6px;
    width: 2px;
    height: 10px;
    background: #fff;
    transform: translate(0,-50%) rotate(-45deg);
}
.icon-delete span {
    font-size: 1.4rem;
    white-space: nowrap;
}

.icon-violation {
    position: relative;
    padding-left: 17px;
    padding-right: 5px;
    display: inline-block;
}
.icon-violation i {
    position: absolute;
    left: 0px;
    top: 3px;
    cursor: pointer;
    text-indent: 200%;
    white-space: nowrap;
    width: 14px;
    height: 14px;
    overflow: hidden;
	background: url("../img/icon-violation.png") no-repeat;
    border-radius: 50%;
}
.icon-violation span {
    font-size: 1.4rem;
    white-space: nowrap;
}



/*
テキスト
*/

.head-msg{
    font-size: 1.6rem;
    margin-top: 10px;
    margin-bottom: 50px;
    text-align: center;
}

@media screen and (max-width:1000px){
    .head-msg {
        font-size: 1.6rem;
        margin-top: 10px;
        margin-bottom: 20px;
    }

}

/*
リスト
*/
ul.list li{
	position: relative;
	padding-left: 1em;
	font-size: 1.3rem;
}
ul.list li i{
	position: absolute;
	left: 0px;
	top: 0px;
}

/*
テーブル
*/


.tbl1{
    width: 100%;
    border-top:1px solid #DDDDDD;
    border-collapse: collapse;
    font-size: 1.7rem;
}

.tbl1 tr{
    border-bottom:1px solid #DDDDDD;
}

.tbl1 th {
    padding: 1em 2em;
    width: 250px;
    text-align: left;
}
.tbl1 td {
    padding: 1em;
}



@media screen and (max-width:   1000px){
    .tbl1 th {
        width: 1%;
        padding: 1em;
        text-align: left;
        font-weight: normal;
        white-space: nowrap;
        font-size: 1.3rem;
    }

    .tbl1 td {
        padding: 1em;
        font-size: 1.3rem;
    }
}

/*
確認ページ
*/
.confirm-head{
	padding: 10px 0 20px;
}
	.confirm-head h3{
		font-size: 2.0rem;
		line-height: 1.2;
	}
	.confirm-head p{
		margin-top: 5px;
	}
.confirm-box{
	border: 1px solid #00698C;
	background: #DFF8FF;
	padding: 25px 20px;
	font-size: 1.4rem;
	line-height: 1.2;
	color: #006A8C;
	margin-bottom: 40px;
}
.confirm-box ul li{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1em;
}
	.confirm-box ul li:last-child{ margin-bottom: 0px;}
	.confirm-box ul li p{
		padding-right: 1em;
	}
	.confirm-box ul li p:last-child{ padding-right: 0px;}
@media screen and (max-width: 768px){
	.confirm-head{
		padding: 0px 0 15px;
	}
		.confirm-head h3{
			font-size: 1.6rem;
			line-height: 1.2;
		}
	.confirm-box{
		padding: 20px 15px;
		margin-bottom: 20px;
	}
}

/*
完了ページ
*/
.complete-head{
	position: relative;
	padding: 180px 10px 60px;
	text-align: center;
}
	.complete-head::after{
		content: "";
		position: absolute;
		top: 40px;
		left: 50%;
		width: 100px;
		height: 100px;
		background: url("../img/complete.png") no-repeat;
		background-size: 100%;
		transform: translateX(-50%);
	}
	.complete-head h3{
		font-size: 3.0rem;
		line-height: 1.2;
	}
	.complete-head p{
		margin-top: 10px;
	}
.complete-attention{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #6195EB;
	border: 1px solid #6195EB;
	border-radius: 5px;
	margin-bottom: 75px;
}
.complete-attention>p{
	width: 190px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.complete-attention>ul{
	background: #fff;
	width: calc(100% - 190px);
	padding: 1em;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.complete-attention>ul li{
	position: relative;
	padding-left: 1em;
	margin-bottom: 3px;
}
.complete-attention>ul li:last-child{margin-bottom: 0px;}
.complete-attention>ul li i{
	position: absolute;
	top: 0px;
	left: 0px;
}

@media screen and (max-width: 768px){
	.complete-head{
		position: relative;
		padding: 90px 10px 10vw;
		text-align: center;
	}
		.complete-head::after{
			top: 20px;
			left: 50%;
			width: 50px;
			height: 50px;
		}
		.complete-head h3{
			font-size: 2.0rem;
			line-height: 1.2;
		}
	.complete-attention{
		margin-bottom: 10vw;
	}
	.complete-attention>p{
		width: 85px;
		font-size: 1.6rem;
	}
	.complete-attention>ul{
		width: calc(100% - 85px);
	}
}

/*
header
*/

header {
    position: fixed;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    height: 85px;
    background: #FFD606;
    padding: 0 93px 0 0;
    z-index: 1000;
}



.header-logo{
    padding-left: 20px;
    width: 260px;
}
.header-logo.penguin img {
  width: 140px;
}

.header-menu{
    /*display: none;*/
}


body>header .header-menu {
    position: absolute;
    right: -300px;
    left:auto;
    top: 85px;
    padding-top: 40px;
    display: block;
    width:300px;
    padding-right: 0;
    transition: right 0.3s ease;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #000;
    color: #FFF;
}


body>header.active .header-menu {
    right: 0;
    transition: right 0.3s ease;
}



.header-menu-list>li{
    display: block;
    width: 100%;
}


.header-menu-list>li>a{
    padding:10px;
    display: block;
    color:#fff;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 15px 30px;

}



.header-btn{
    display: flex;
    width: 100%;
    overflow: hidden;
}
.header-contact{
    display: block;
    padding:15px 15px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #000;
}
.header-menu .header-contact{
    color: #fff;
}
.header-search{
    display: block;
    padding:15px 10px;
    font-size: 1.6rem;
    font-weight: normal;
    color: #000;
}

.header-howto{
    display: block;
    padding:15px 10px;
    font-size: 1.6rem;
    font-weight: normal;
    color: #fff;
}


.header-btn-mypage{
    display: block;
    padding:15px 10px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
}

.header-btn-logout{
    display: block;
    padding:15px 20px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
}


/*
.header-btn-trial{
    display: block;
    width: 265px;
    height: 55px;
    line-height: 55px;
    background: #6195EB;
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    margin-left: 15px;
}
.header-btn-login{
    width: 225px;
    height: 55px;
    line-height: 55px;
    background: #6195EB;
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    margin-left: 15px;
}
*/
.header-btn-trial{
    display: block;
    padding:15px 15px;
    font-size: 1.8rem;
    font-weight: bold;
}
.header-btn-login{
    display: block;
    padding:15px 15px;
    font-size: 1.8rem;
    font-weight: bold;
}

#back-layer{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(0,0,0,0.3);
    display: none;
}
.penguin .header-btn a{
  color: #fff;
}

@media screen and (max-width: 1220px){
/*
    .header-btn-trial {
        width: 200px;
    }

    .header-btn-login {
        width: 200px;
    }

    .header-contact {
        margin-right: -17px;
    }
*/
}

@media screen and (max-width: 1000px){

    header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 70px;
        padding: 0 0px 0 0;
    }

    .header-btn{
        display: none;
    }

    .header-logo {
        padding-left: 20px;
        width: 40%;
        max-width: 217px;
        height: 70px;
        position: fixed;
        left: 0;
        top: 0;
        padding: 6px 10px 0 10px;
        z-index: 100;
    }

    .header-logo img {
        width: 220px;
    }
    .header-logo.penguin {
      display: flex;
      align-items: center;
      padding: 0px 0px 0 10px;
    }
    .header-logo.penguin img {
      width: 120px;
    }


    .header-contact{
        display: block;
        padding:10px 30px;
        font-size: 1.4rem;
        font-weight: bold;
    }

    body>header .header-menu {
        top: 70px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .header-menu-list>li>a{
        font-size: 1.4rem;
        padding: 10px 30px;
    }

    body>header .header-menu {
        position: absolute;
        right: -270px;
        width: 270px;
    }


}
@media screen and (max-width: 425px){
    .header-logo {
        padding-left: 6px;
        padding-top: 7px;
        width: 54%;
        max-width: 210px;
    }
    .header-btn-login.sp{
        width: auto;
        position: absolute;
        right: 80px;
        top: calc(50% - 2.4vw);
        padding: 0;
        font-size: 4vw;
    }
}


.menu-lg {
    position: absolute;
    display: flex;
    left: 338px;
    top: 30px;
    z-index: 1000;
}

.menu-lg>li{
    margin-right: 18px;
}

.menu-lg>li>a{
    color:#fff;
    font-size: 1.4rem;
    font-weight: bold ;
   font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif' !important;
}
@media screen and (max-width:1000px){
    .menu-lg {
        left: 250px;
        top: 23px;
    }


}

@media screen and (max-width:425px){
    .menu-lg {
        display: block;
        left: 250px;
        top: 13px;
        z-index: 1000;
    }

     .menu-lg>li>a{
        font-size: 1.2rem;
        padding: 2px 0;
        display: inline-block;
     }

}

 #menu-button {
    position: fixed;
    right: 0px;
    top: 0;
    width: 93px;
    height: 85px;
    cursor: pointer;
    z-index: 100;
}


#menu-button>div{
    width: 48px;
    height: 6px;
    background: #000;
    position: absolute;
    -webkit-transition: all .3s;
    transition: all .3s;
}



#menu-button>div:nth-child(1) {
    top: 35%;
    left: 23px;
    -webkit-transform: translate(0%,0%);
    transform: translate(0%,0%);
}

#menu-button.active {
    top: 0px;
}

#menu-button.active>div{
}

#menu-button.active>div:nth-child(1) {
    top: 50%;
    -webkit-transform: translate(0,-50%) rotate(45deg);
            transform: translate(0,-50%) rotate(45deg);
}
#menu-button>div:nth-child(2){
    top: 50%;
    left:15px;
    display: none;
}

#menu-button.active>div:nth-child(2) {
    opacity: 0;
}

#menu-button>div:nth-child(3) {
    top: 58%;
    left: 23px;
    -webkit-transform: translate(0%,0%);
    transform: translate(0%,0%);
}

#menu-button.active>div:nth-child(3) {
    top: 50%;
    -webkit-transform: translate(0,-50%) rotate(-45deg);
            transform: translate(0,-50%) rotate(-45deg);
}

@media screen and (max-width: 1000px){
    #menu-button {
        position: fixed;
        right: 0px;
        top: 0;
        width: 70px;
        height: 70px;
        cursor: pointer;
        z-index: 100;
    }

    #menu-button>div {
        width: 38px;
        height: 4px;
    }
    #menu-button>div:nth-child(1) {
        left: 15px;
    }
    #menu-button>div:nth-child(3) {
        left: 15px;
    }
}

.header-member{
    width: 100%;
	min-height: 40px;
    display: flex;
    justify-content: space-between;
    z-index: 100;
    padding: 9px 40px;
    background: #525354;
	margin-bottom: 25px;
}


.header-member-menu{
    display: flex;
	flex-wrap: wrap;
}

.header-member-menu>li{
    margin-right: 25px;
}

.header-member-menu>li>a{
    position: relative;
    padding-right:12px;
    font-size: 1.4rem;
	color: #fff;
}

.header-member-menu>li>a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    top: 50%;
    border-left: 5px solid #6195EB;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
	transform: translateY(-50%);
}

.header-member-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
	font-size: 1.4rem;
	color: #FFF;
}

.header-member-box i{
    padding-right: 1em;
}
.header-member-box a{
	text-decoration: underline;
	color: #FFF;
}
.header-member-box a:hover{
	text-decoration: none;
}

@media screen and (max-width: 1000px){
	.header-member{
        display: block;
		padding: 9px 10px;
	}

    .header-member-menu>li {
        margin-right: 10px;
    }

    .header-member-menu>li>a {
        position: relative;
        padding-right: 10px;
        font-size: 1rem;
        /*color: #000;*/
    }
    .header-member-box{
        font-size: 1rem;
        white-space: nowrap;
    }

}

/*
フッター上開催期間
*/

.period-block-wrap{
    position: fixed;
    display: flex;
    left:0;
    bottom:20px;
    padding: 0 30px;
    z-index: 100;
}
.period-block{
    position: relative;
    display: flex;
    padding: 15px 55px 15px 10px;
    background: #2F2F2F;
    border-radius: 3px;
    color:#fff;
    font-size: 1.6rem;
    margin-bottom: 0px;
    margin-left: 0px;
}


.period-block.show .period-box1{
    display: inline-block;
}

.period-block .period-box2>i{
    display: none;
}
.period-block.show .period-box2>i{
    display:  inline-block;
}


.period-block .period-box1{
    display: none;
}

.period-block .period-box1 strong{
    padding-right: 1em;
}


.period-block .period-btn{
    position: absolute;
    display: block;
    right:0;
    top:0;
    width: 53px;
    height: 100%;
    z-index: 2;
}

.period-block .period-btn::after{
    /* ー */
    position: absolute;
    content: "";
    width:14px;
    height: 1px;
    top:50%;
    left:calc(50% - 7px) ;
    background: #fff;
    z-index: 2;
}

.period-block .period-btn::before{
    /*□*/
    position: absolute;
    content: "";
    width:12px;
    height: 10px;
    top:calc(50% - 6px) ;
    left:calc(50% - 5px) ;
    border:1px solid #fff;
    z-index: 2;
}

.period-block.show .period-btn::before{
    display: none;
}

.period-block .period-btn::before{
    display: inline-block;
}

.period-block .period-btn::after{
    display: none;
}

.period-block.show .period-btn::after{
    display: inline-block;
}


@media screen and (max-width:1000px){
    .period-block-wrap{
        padding: 0 10px;
        bottom:10px;
    }

    .period-block{
        padding: 13px 40px 13px 10px;
        font-size: 1.1rem;
        margin-left: 0px;
    }

    .period-block .period-btn{
        width: 40px;
        height: 100%;
        z-index: 2;
    }

    .period-block .period-btn::after{
        /* ー */
        width:12px;
    }
}
@media screen and (max-width:460px){
	.period-block{
		display: block;
	}
}



/*
footer
*/

footer{
    position: relative;
    padding:50px 30px 30px;
    background:#000;
    color: #fff;
    font-size: 1.3rem;

}


.footer-sns {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.footer-sns>li{
  margin: 0 19px;
}
.footer-sns>li>a{}
.footer-nav{}
.footer-menu1{
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
    margin-bottom:20px;
}
.footer-menu1>li,
.footer-menu2>li{
    padding:0 1em;
}
.footer-menu2>li>a,
.footer-menu1>li>a{
    color:#fff;
}

.footer-menu2{
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
}
.footer-block{
    text-align: center;
    padding: 30px;
    text-align: center;
}
.footer-perm{
    margin-bottom: 5px;
}

.footer-privacy{
}

@media screen and (max-width:1000px){
    footer{
        padding:30px 20px 50px;
        color: #fff;
        font-size: 1.3rem;
    }

    .footer-block {
        padding: 12px 0 20px;
        text-align: center;
    }

    .footer-sns>li {
        margin: 0 12px;
    }

    .footer-sns>li img{
        width: 32px;
    }

    .footer-sns {
        margin-bottom: 10px;
    }

    .footer-block{
        font-size: 1.1rem;
    }
}

.footer-btn{
    display: none;
}

@media screen and (max-width:1000px){


    .footer-btn {
        position:fixed;
        left:0;
        bottom:0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 0px;
        padding: 10px;
        z-index: 2;
        background: #fff;
    }

   .footer-btn.open{
        background: transparent;
   }

    .footer-btn-trial{
        width: 32.5%;
        height: 45px;
        line-height: 40px;
        font-size: 1.2rem;
        background: #DF1C13;
        text-align: center;
        color:#fff;
    }
    .footer-btn-login{
        width: 32.5%;
        height: 45px;
        line-height: 40px;
        font-size: 1.2rem;
        background: #222222;
        text-align: center;
        color:#fff;
    }
    .footer-btn-line{
        width: 32.5%;
        height: 45px;
        line-height: 40px;
        font-size: 1.2rem;
        background: #02B802 url(/common/img/icn_line2.png) 5px 50% no-repeat;
        background-size: 20px;
        text-align: center;
        color:#fff;
    }
}

/*
side(オークション情報)
*/
.side-title{
	font-size: 1.8rem;
	line-height: 43px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #5760A0;
	margin-bottom: 15px;
}
.side-address{
	margin: 0 0 15px;
	font-size: 1.3rem;
	padding: 0 0.5em;
}
.side-address h3{
	margin: 0 0 0.5em;
}
.side-fee{
	margin-bottom: 15px;
}
.side-fee .box{
	display: flex;
	align-items: center;
	font-weight: bold;
	padding: 3px 14px;
}
.side-fee .box>div:nth-child(1){
	width: calc(100% - 100px);
}
.side-fee .box>div:nth-child(2){
	width: 150px;
	font-size: 3.2rem;
	text-align: right;
	letter-spacing: -1px;
}
.side-fee .box>div:nth-child(2) p:nth-child(1){
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	letter-spacing: 0px;
}
.side-fee .box>div:nth-child(2) p:nth-child(2){
	line-height: 1em;
}
.side-fee .box>div:nth-child(2) p:nth-child(2) span{
	font-size: 14px;
}
.side-fee .box>div:nth-child(1) p:nth-child(3),
.side-fee .box>div:nth-child(2) p:nth-child(3){
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;
}

.side-bid{

}
.side-bid span{
	display: block;
	font-size: 1.0rem;
	font-weight:normal;
}
.side-bid th{
	background: #ccc;
	border: 1px solid #ccc;
	font-size: 1.2rem;
	padding: 0.6em 0;
	text-align: center;
	vertical-align: middle;
}
	.side-bid th:nth-child(1){
		border-right: 1px solid #fff;
	}
	.side-bid th:nth-child(2){
		width: 96px;
	}
.side-bid td{
	padding: 0.5em 1em 0.5em 0.7em;
	border: 1px solid #ccc;
	font-size: 1.1rem;
	font-weight: bold;
	vertical-align: middle;
}
	.side-bid td:nth-child(2){
		text-align: right;
	}
	.side-bid td span{
		margin-right: -1em;
	}

.contents-row>aside a.arrow{
	position: relative;
	padding-right: 1em;
	font-size: 1.4rem;
	line-height: 1.2;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.contents-row>aside a.arrow::after{
	content: "";
	position: absolute;
	right: 5px;
	top: 7px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #DF1C13;
	border-right: 2px solid #DF1C13;
	transform: rotate(45deg);
}


.side-rank{
	margin-bottom: 25px;
}
.side-rank li{
	display: flex;
	align-items: center;
	padding: 3px 0;
}
.side-rank li i{
	display: block;
	background: #F7EF90;
	width: 55px;
	height: 30px;
	font-size: 1.4rem;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
}
	.side-rank li:nth-child(2) i{ background: #F8CC8C;}
	.side-rank li:nth-child(3) i{ background: #ED8A83;}
	.side-rank li:nth-child(4) i{ background: #F5BECC;}
	.side-rank li:nth-child(5) i{ background: #A8CC99;}
	.side-rank li:nth-child(6) i{ background: #CBE4E4;}
	.side-rank li:nth-child(7) i{ background: #8798C7;}
	.side-rank li:nth-child(8) i{ background: #D3A3F4;}
.side-rank li span{
	width: calc(100% - 55px);
	padding: 0 0 0 12px;
	font-size: 1.2rem;
	line-height: 1.4;
}


.side-link{

}
.side-link li{
	margin-bottom: 10px;
}
.side-link a{
	position: relative;
	display: inline-block;
	position: relative;
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding-left: 35px;
}
.side-link a::before{
	content: "";
	position: absolute;
	left: 7px;
	top: 0px;
	width: 20px;
	height: 20px;
	background: #6195EB;
	border-radius: 50%;
}
.side-link a::after{
	content: "";
	position: absolute;
	left: 12px;
	top: 6px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}



.side-close{
	display: none;
}
@media screen and (max-width: 1220px){
/*
	.side-close{
		display: block;
		position: absolute;
		left: -60px;
		bottom: 0px;
		width: 60px;
		height: 60px;
		background: #000;
		cursor: pointer;
	}

    .side-close::before{
        content:"";
        position: absolute;
        top:50%;
        right:26px;
        width: 10px;
        height: 10px;
        border-left:4px solid #fff;
        border-bottom:4px solid #fff;
        -webkit-transform: translate(0,-50%) rotate(45deg);
        transform: translate(0,-50%) rotate(45deg);
    }

    .side-close::after{
        content:"";
        position: absolute;
        top:50%;
        right:14px;
        width: 10px;
        height: 10px;
        border-left:4px solid #fff;
        border-bottom:4px solid #fff;
        -webkit-transform: translate(0,-50%) rotate(45deg);
        transform: translate(0,-50%) rotate(45deg);
    }
    .show .side-close::before{
        content:"";
        position: absolute;
        top:50%;
        right:32px;
        width: 10px;
        height: 10px;
        border-left:4px solid #fff;
        border-bottom:4px solid #fff;
        -webkit-transform: translate(0,-50%) rotate(-135deg);
        transform: translate(0,-50%) rotate(-135deg);
    }
    .show .side-close::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        width: 10px;
        height: 10px;
        border-left: 4px solid #fff;
        border-bottom: 4px solid #fff;
        -webkit-transform: translate(0,-50%) rotate(-135deg);
        transform: translate(0,-50%) rotate(-135deg);
    }

*/

	.side-close{
		display: block;
		position: absolute;
		left: -20px;
		bottom: 50%;
		width: 20px;
		height: 80px;
		background: linear-gradient(to right, #DDD, #FFF);
		cursor: pointer;
		border-radius: 5px 0 0 5px;
		border: 1px solid #BBB;
		border-right: none;
	}

    .side-close::after{
        content:"";
        position: absolute;
        top:50%;
        right:2px;
        width: 7px;
        height: 7px;
        border-left:2px solid #000;
        border-bottom:2px solid #000;
        -webkit-transform: translate(0,-50%) rotate(45deg);
        transform: translate(0,-50%) rotate(45deg);
    }


    .show .side-close::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 7px;
        width: 7px;
        height: 7px;
        border-left: 2px solid #000;
        border-bottom: 2px solid #000;
        -webkit-transform: translate(0,-50%) rotate(-135deg);
        transform: translate(0,-50%) rotate(-135deg);
    }






   /* aside.show .side-close::after{
        content:"";
        position: absolute;
        top:50%;
        right:20px;
        width: 10px;
        height: 10px;
        border-right:5px solid #fff;
        border-bottom:5px solid #fff;
        -webkit-transform: translate(0,-50%) rotate(-45deg);
        transform: translate(0,-50%) rotate(-45deg);
    }*/
}

/*
TOPページ
*/
.top-visual{
    position: relative;
    padding-top: 37.5%;
    background: #FFD606;
}


.top-visual-img {
    position: absolute;
    right: 5%;
    top: 7%;
    width: 41.35%;
    z-index: 2;
}


.top-visual-txt {
    position: absolute;
    width: 100%;
    top: 15%;
    left: 0;
    padding-left: 6%;
}

.top-visual-inr {
    width: 56%;
    text-align: center;
}

.top-visual-lead{
    font-size: 2.6vw;
    font-weight: bold;
    font-weight: 900;
    line-height: 1.25em;
    margin-bottom:4.5vw;
}
.top-visual-lead strong{
    font-weight: 900;
}

.top-visual-lead em{
    font-size: 4.5vw;
    display: block;
    margin-bottom: 20px;
}


.top-visual-lead span{
    display: block;
    padding-left: 0.5em;
}


.top-visual-catch {
    margin-top:0.5vw;
    font-size: 3vw;
    font-weight: normal;
    margin-bottom: 0.1em;
}
.top-visual-sche{
	background: #FFF;
	padding: 0.3em 1.5em;
	border-radius: 2em;
	display: inline-block;
	font-weight: bold;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	font-size: 1.4rem;
}
.top-visual-time {
    margin-top:0.5vw;
    font-size: 1.8vw;
    font-weight: normal;
    margin-bottom: 0.1em;
}
@media screen and (max-width:470px){

    .top-visual-sche{
        display: block;
        margin: 5px 10px;
    }
  .top-visual-time {
      margin-top:0.5em;
      font-size: 3.8vw;
  }

}
.top-visual-msg{
    font-size: 0.6vw;
    margin-bottom: 50px;
}
.top-visual-msg2{
    font-size:1.6vw;
    font-weight: bold;
}

@media screen and (max-width:1000px){
  .top-visual{
      direction: coloumn;
      width: 100%;
  }

  .top-visual {
      position: static;
      /*padding-top: 80px;*/
      padding-top: 20px;
      padding-bottom: 20px;
  }

  .top-visual-img {
      position: static;
      display: block;
      right: 0;
      top: 7%;
      width: 100%;
      z-index: 2;
      order: 2;
      margin-bottom: 10px;
  }

  .top-visual-inr{
      width: 100%;
  }

  .top-visual-txt{
      position: static;
      width: 100%;
      display: block;
      order: 1;
      padding-left: 0;
  }

  .top-visual-lead {
      margin-top: 0px;
      margin-bottom: 25px;
      font-size: 5.8vw;
  }
.top-visual-lead em{
  font-size: 10vw;
  margin-bottom: 10px;
}

  .top-visual-lead span{
      display: block;
      padding-left: 0.5em;
  }

  .top-visual-catch {
      margin-top: 5px;
      /*font-size: 4.5vw;*/
      font-size: 8.2vw;
      /*font-weight: normal;*/
      font-weight: bold;
  }

  .top-visual-msg{
      font-size: 2.5vw;
      font-weight: bold;
      margin-bottom: 30px;
  }

  .top-news-item article a {
      display: flex;
      padding: 30px 20px;
  }

  .top-visual{
      position: relative;
/*            background: linear-gradient(to bottom, #F0F0F0 0%,#eaeaea 100%);
      background: linear-gradient(to bottom, #F0F0F0 0%,#cccccc 100%);
      background: linear-gradient(to bottom, #F0F0F0 0%, #F0F0F0 100%);*/
  }


  .top-visual-lead.sp{
      padding: 20px 0 0;
      font-size: 6.4vw;
      line-height: 1.5em;
      margin-bottom: 20px;
      text-align: center;
  }


}
@media screen and (max-width:425px){
  .top-visual {
      /*height: calc(100vh - 70px);*/

  }
}

/*2025-03-18*/
.visual-carousel{
  padding: 0 0 25px;
  background: #fff;
}
.visual-carousel .swiper-slide{
  width: 800px;
}
@media screen and (max-width: 768px){
  .visual-carousel{
    padding: 0 0 20px;
  }
}

.top-news{
    background:#EEEEEC;
}

.top-news-btn{
    position: absolute;
    content: '';
    right: 20px;
    top: 50%;
    margin-bottom: -5px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000;
}


.top-news-block{
    position: relative;
    max-width: 1230px;
    margin:0 auto;
}

.top-news-item article a{
    display: flex;
    padding:30px 50px 30px 20px;
    color: #000;

}

.top-news-item article a .info{
    display: flex;
    width: 162px;
    align-items: center;

}
.top-news-item article a .info i{
    display: block;
    width: 51px;
    line-height: 18px;
    height: 18px;
    background: #DF1C13;
    text-align: center;
    font-size: 1.2rem;
    color:#fff;
}

.top-news-item article a .info time{
    font-size: 1.2rem;
    padding: 0 0.5em;
}

@media screen and (max-width:1000px){
    .top-news-item article a {
        display: block;
        padding: 15px 50px 15px 15px;
    }
    .top-news-item article a .info{
        margin-bottom: 10px;
    }
}



.top-fee{}

.top-fee .headline-l em{
	color: #FFF;
}

.top-fee-block {
    display: flex;
    justify-content: space-between;
    max-width: 1250px;
    /*margin: 0 auto 70px;*/
    margin: 0 auto 50px;
}

.top-fee-box{
    display: block;
    width: 32%;
    background: #fff;
    border: 2px solid #000;
    border-radius: 8px;
}

.top-fee-inr{
    padding: 33px;
}

.top-fee-ttl{
    font-size: 2.5rem;

    text-align: center;
    padding: 0.5em;
    border-bottom: 2px solid #000;

}


.top-fee-group1 {
    margin: 0 auto;
}


.top-fee-group1 strong{
    font-size: 5rem;
    font-weight: 900;
    line-height: 1.3;
}
.top-fee-group1 em{
    font-size: 4rem;
    font-weight: bold;
}
.top-fee-group1 .span{
    font-size: 2rem;
    font-weight: bold;
    display: inline-block;
}
.top-fee-group1 .plus{
     font-size: 2rem;
    font-weight: bold;
    padding: 0 0.2em 0 0.6em ;
    display: inline-block;
}
.top-fee-group1 i{
    font-weight: bold;
    font-size: 2.4rem;
}


.top-fee-group1 .cel1{
    max-width: 186px;
    margin: 0 auto;
    font-size:1.6rem;
}


.top-fee-group1 .cel2{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-fee-group1 .cel3{
    text-align: center;
}

.top-fee-group2{}
.top-fee-group2 .row{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 0px;
}
.top-fee-group2 .cel1{
    font-weight: bold;
    font-size: 2rem;
}
.top-fee-group2 .cel2{
    font-size: 2rem;
}
.top-fee-group2 strong{
    font-size: 3.6rem;
    font-weight: 900;
    padding-right: 5px;
    line-height: 1.3;
}
.top-fee-group2 em{
    font-size: 2rem;
    font-weight: bold;
}
.top-fee-group2 i{
    font-size: 2rem;
}

.top-fee-group2-msg{
    text-align: center;
    padding-top: 10px;
}



    @media screen and (max-width:1180px){
       .top-fee-group2 strong {
            font-size: 3.8rem;
        }
        .top-fee-group2-msg{
            font-size: 1.3rem;
        }
    }
    @media screen and (max-width:1000px){

         .top-fee-block {
            display: block;
            margin: 0 auto 15px;
        }

        .top-fee-box{
            width: 100%;
            margin-bottom: 20px;
        }


        .top-fee-inr {
            padding: 15px 15px 15px;
        }

        .top-fee-ttl {
            font-size: 1.8rem;
            line-height: 0.9em;
            padding: 0.7em 0 0.7em;
        }

        .top-fee-group1{
            margin: 0 auto;
        }


        .top-fee-group1 strong{
            font-size: 3.6rem;
            line-height: 1.3;
        }
        .top-fee-group1 em{
            font-size: 3.2rem;
        }
        .top-fee-group1 .span{
            font-size: 1.8rem;
            font-weight: bold;
        }
        .top-fee-group1 .plus{
             font-size: 1.8rem;
            padding: 0 0.2em 0 0.6em ;
        }
        .top-fee-group1 i{
            font-weight: bold;

        }

        .top-fee-group1 .cel2{
        }
        .top-fee-group1 .cel3{
            text-align: center;
        }

        .top-fee-group2{}
        .top-fee-group2 .row{
            margin-bottom: 0px;
        }
        .top-fee-group2 .cel1{
            font-weight: bold;
            font-size: 1.8rem;
        }
        .top-fee-group2 .cel2{
            font-size: 1.8rem;
        }
        .top-fee-group2 strong{
            font-size: 3.0rem;
            padding-right: 5px;
            line-height: 1.3;
        }
        .top-fee-group2 em{
            font-size: 1.6rem;
            font-weight: bold;
        }
        .top-fee-group2 i{
            font-size: 1.6rem;
        }

        .top-fee-group2-msg{
            text-align: center;
            padding-top: 10px;
        }


    }
    @media screen and (max-width:740px){
    	/*.top-fee-group1 .cel1,
		.top-fee-group1 .cel3{
    		display: none;
		}*/

	}



.top-reason{
    padding-bottom: 0;
    background: #fff;
}
.top-reason2{
	border-top: 1px solid #5A64A5;
}
.top-reason .headline-l{
	margin-bottom: 1.5em;
}
.top-reason .head-reason-merit{
	font-size: 2.6rem;
	line-height: 1;
	font-weigth: blod;
	background: #6195EB;
	color: #FFF;
	dispaly: inline-block;
	padding: 0.75em 1em;
	text-align: center;
	max-width: 400px;
	margin: 0 auto;
	border-radius: 1.5em;
}

.top-reason-block{
    max-width: 1250px;
    margin:0 auto;
    padding-bottom: 50px;
}

.top-reason-lead{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.top-reason-lead-s{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.top-reason-lead i{
    width: 235px;
}
    @media screen and (max-width:1000px){
		.top-reason-lead i img{
			max-width: 343px;
		}
	}
    @media screen and (max-width:640px){
		.top-reason-lead i img{
			width: 60%;
		}
	}
.top-reason-lead-s .headline-reason{
	font-size: 2.8rem;
	border-bottom: 1px solid #000;
}
.top-reason-lead .box{
    font-size: 3.75rem;
    font-weight: bold;
    padding-left: 20px;
    padding-top: 20px;
    width: calc(100% - 235px);
    text-align: center;
}

.top-reason-row{
    /*display: flex;*/
    padding-top: 15px;
    /*align-items: stretch;*/
}

.top-reason-box{
    /*width: 49%;*/
    max-width: 1000px;
    text-align: center;
    margin-right: 2%;
    margin: 0 auto;
    border: 1px solid #5A64A5;
    padding: 20px 20px;
}
.top-reason-box:nth-child(2n){
    margin-right: 0;
}
.top-reason-box .ttl{
    position: relative;
    display: block;
    background: #5A64A5;
    color: #fff;
    font-size: 2.4rem;
    padding: 0.7em 2em;
    margin-bottom: 20px;
}
.top-reason-box .ttl::after{
    content:"";
    position: absolute;
    display: block;
    left:40px;
    bottom: -17px;
     width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #5A64A5 transparent transparent transparent
}

.top-reason-box ul li{
	font-size: 2.2rem;
	align-items: stretch;
	text-align: left;
	padding: 0.5em 0.5em 0;
	display: flex;
}



.top-reason-box ul>li>.box{
    width: calc(100% - 25px);
    padding-left: 10px;
}


.top-reason-box ul>li>.img{
    width: 25px;
}
.top-reason-box ul>li>.img img{
	vertical-align: middle;
}
.top-reason-box .img2 img{
	width: 32%;
	margin-bottom: 15px;
}
.top-reason-box h4{
	font-size: 1.8rem;
	margin-bottom: 1em;
}

.top-reason-cel.put dt i{
    background: #6195EB;
}

.top-reason-cel{
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
}

.top-reason-cel dt{
    width: 102px;
    text-align: center;
}
.top-reason-cel dt i{
    background: #6195EB;
    color:#fff;
    line-height: 1;
    padding: 10px 10px;
    font-weight: bold;
    width: 100%;
    font-size: 1.8rem;
    display: block;
    border-radius: 1.5em;
}

.top-reason-cel dd{
    line-height: 1.3;
    padding-left: 5px;
    font-size: 1.8rem;

}
.top-reason-cel i{}
.top-reason-cel em{}
.top-reason-cel{
    font-size: 1.3rem;
}

.top-reason-cel strong{
    font-size: 2.4rem;
}
.top-reason-box p.get{
}
.top-reason-box p.get strong{
    font-size: 2.4rem;
    color: #DF1C13;
}
.top-reason-box li em{
	display: inline-block;
	border-bottom: 1px dashed #000;
	line-height: 1.1;
}
.top-reason-note{
    font-size: 1.2rem;
    text-align: center;
}
.top-reason-box .img3{
	width: 68%;
	margin: 0 auto;
}

    @media screen and (max-width:1000px){


        .top-reason-block{
            padding-bottom: 20px;
            padding: 15px;
        }

        .top-reason-lead {
            display: block;
            text-align: center;
            margin-bottom: 15px;
            margin-top: 0px;
        }
		.top-reason .headline-l{
			margin-bottom: 1em;
		}
		.top-reason .head-reason-merit{
			font-size: 2rem;
			color: #FFF;
			max-width: 300px;
		}

        .top-reason-lead i{
            width: 100%;
            text-align: center;
        }


		.top-reason-lead-s .headline-reason{
			font-size: 1.6rem;
			border-bottom: none;
		}
        .top-reason-lead .box {
            font-size: 2rem;
            padding-left: 0px;
            padding-top: 15px;
            width: 100%;
            text-align: left;
        }

        .top-reason-row{
            text-align: center;
            padding-top: 0;
        }

        .top-reason-box {
            margin-bottom: 0;
            padding: 7px 7px 15px;
        }
		.top-reason-box ul li{
			font-size: 1.6rem;
		}
		.top-reason-box ul>li>.box{
		    width: calc(100% - 15px);
		    padding-left: 5px;
		}


		.top-reason-box ul>li>.img{
		    width: 15px;
		}
		.top-reason-box ul>li>.img img{
			width:100%;
		}

        .top-reason-box .ttl {
            font-size: 1.4rem;
            padding: 1em 0;
            margin-bottom: 15px;
            display: block;
        }

        .top-reason-box .ttl::after {
            left: 20px;
            bottom: -12px;
            border-width: 14px 14px 0 14px;
        }

        .top-reason-box .img{
            margin-bottom: 20px;
        }
        .top-reason-box .img2{
        	float: left;
        	width: 30%;
        }
        .top-reason-box .info{
        	margin-left: 35%;
        	text-align: left;
        }
		.top-reason-box .img2 img{
			width: 80%;
		}


        .top-reason-cel dt i {
            width: 100%;
            font-size: 1.3rem;
        }

        .top-reason-cel dt {
            width: 76px;
            text-align: center;
            margin-bottom: 5px;
        }

        .top-reason-cel dt i {
            width: 100%;
            font-size: 1.3rem;
        }

        .top-reason-cel dd {
            padding-left: 0;
            font-size: 1.1rem;
        }

        .top-reason-cel{
            font-size: 1.3rem;
            display: block;
        }

        .top-reason-cel dt {
            width: 100px;
            margin: 0 auto 10px;
        }
		.top-reason-cel dt{
			margin: 0 auto 10px 0;
		}
        .top-reason-cel dd>span {
            font-size: 1.4rem;
        }

        .top-reason-cel strong {
            font-size: 1.9rem;
        }

        .top-reason-note {
            font-size: 1.1rem;
        }
		.top-reason-box p.get strong{
		    font-size: 2.2rem;
		    color: #DF1C13;
		}


    }
    @media screen and (max-width:700px){
	    .top-reason.section{
	    	padding: 40px 0 0px;
	    }
	    .top-reason .head-msg{
	    	padding: 0px 15px 0px;
	    	margin-bottom: 0px;
	    }
        .top-reason-row {
            display: block;
            margin-bottom: 20px;
        }
        .top-reason-box {
            width: 100%;
            margin: 0;
            margin-bottom: 20px;
        }
        .top-reason-box .img{
            margin-bottom: 0.75em;
        }
        .top-reason-box .img3{
            width: 76%;
            margin: 0 auto 10px;
        }
        .top-reason-box .img3.img4{
            width: 94%;
            margin: 0 auto 10px;
        }
        .top-reason-box .ttl {
            font-size: 1.7rem;
        }
		.top-reason-lead-s .headline-reason{
			font-size: 1.4rem;
		}
    }
/*事例*/


.top-case{
    padding-bottom: 0;
    background: #fff;
}
.top-case .headline-l em{
	color: #FFE878;
}
.top-case .headline-l{
	margin-bottom: 30px;
}

.top-case-block{
    max-width: 1250px;
    margin:0 auto;
    padding-bottom: 50px;
}



.top-case-row{
    display: flex;
    padding-top: 15px;
    align-items: stretch;
}

.top-case-box{
    width: 49%;
    text-align: center;
    margin-right: 2%;
    border: 2px solid #000;
    border-radius: 6px;
    padding: 20px 20px;
}
.top-case-box:nth-child(2n){
    margin-right: 0;
}
.top-case-box .ttl{
    position: relative;
    display: block;
    background: #FFD606;
    color: #000;
    font-size: 2.4rem;
    padding: 0.7em 2em;
    margin-bottom: 20px;
}
.top-case-box .ttl::after{
    content:"";
    position: absolute;
    display: block;
    left:40px;
    bottom: -17px;
     width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #FFD606 transparent transparent transparent
}





.top-case-box .img2 img{
	width: 32%;
	margin-bottom: 15px;
}
.top-case-box h4{
	font-size: 1.8rem;
	margin-bottom: 1em;
}

.top-case-cel.put dt i{
    background: #000;
}

.top-case-cel{
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.top-case-cel dt{
    width: 102px;
    text-align: center;
}
.top-case-cel dt i{
    background: #000;
    color:#fff;
    line-height: 1;
    padding: 10px 10px;
    font-weight: bold;
    width: 100%;
    font-size: 1.8rem;
    display: block;
    border-radius: 1.5em;
}

.top-case-cel dd{
    line-height: 1.3;
    padding-left: 5px;
    font-size: 1.8rem;

}

.top-case-cel{
    font-size: 1.3rem;
}

.top-case-cel strong{
    font-size: 2.4rem;
}
.top-case-box p.get{
}
.top-case-box p.get strong{
    font-size: 2.4rem;
    color: #DF1C13;
}
.top-case-box li em{
	display: inline-block;
	border-bottom: 1px dashed #000;
	line-height: 1.1;
}
.top-case-note{
    font-size: 1.2rem;
    text-align: center;
}
.top-case-box table{
	width: 80%;
	margin: 0 auto;
}
.top-case-box table td{
	font-weight: bold;
	padding: 0.5em;
	border-bottom: 2px dashed #000;
}

    @media screen and (max-width:1000px){

		.top-case .headline-l{
			margin-bottom: 10px;
		}
        .top-case-block{
            padding-bottom: 20px;
            padding: 15px;
        }



        .top-case-row{
            text-align: center;
            padding-top: 0;
        }

        .top-case-box {
            margin-bottom: 0;
            padding: 7px 7px 15px;
        }


        .top-case-box .ttl {
            font-size: 1.4rem;
            padding: 1em 0;
            margin-bottom: 15px;
            display: block;
        }

        .top-case-box .ttl::after {
            left: 20px;
            bottom: -12px;
            border-width: 14px 14px 0 14px;
        }

        .top-case-box .img{
            margin-bottom: 20px;
        }
        .top-case-box .img2{
        	float: left;
        	width: 30%;
        }
        .top-case-box .info{
        	margin-left: 35%;
        	text-align: left;
        }
		.top-case-box .img2 img{
			width: 80%;
		}


        .top-case-cel dt i {
            width: 100%;
            font-size: 1.3rem;
        }

        .top-case-cel dt {
            width: 76px;
            text-align: center;
            margin-bottom: 5px;
        }

        .top-case-cel dt i {
            width: 100%;
            font-size: 1.3rem;
        }

        .top-case-cel dd {
            padding-left: 0;
            font-size: 1.1rem;
        }

        .top-case-cel{
            font-size: 1.3rem;
            display: block;
        }

        .top-case-cel dt {
            width: 100px;
            margin: 0 auto 10px;
        }
		.top-case-cel dt{
			margin: 30px auto 10px 0;
		}
        .top-case-cel dd>span {
            font-size: 1.4rem;
        }

        .top-case-cel strong {
            font-size: 1.9rem;
        }

        .top-case-note {
            font-size: 1.1rem;
        }
		.top-case-box p.get strong{
		    font-size: 2.2rem;
		    color: #DF1C13;
		}


    }
    @media screen and (max-width:700px){
	    .top-case.section{
	    	padding: 40px 0 0px;
	    }

        .top-case-row {
            display: block;
            margin-bottom: 20px;
        }
        .top-case-box {
            width: 100%;
            margin: 0;
            margin-bottom: 20px;
        }
        .top-case-box .img{
            margin-bottom: 0.75em;
        }

        .top-case-box .ttl {
            font-size: 1.7rem;
        }
		.top-case-box table{
			width: 90%;
		}
    }




.top-teigi{
background: #fff;
}

.top-teigi .teigi-box{

    width: 100%;
    max-width: 1200px;
    margin: 0 auto 40px;
    border: 1px solid #5A64A5;
	display: table;
}


.top-teigi .teigi-box h2{
	width: 280px;
	font-size: 4.6rem;
    background: #5A64A5;
    text-align: center;
    padding: 20px;
    color: #FFF;
    display:table-cell;
    vertical-align: middle;

}
.top-teigi .teigi-box h2 span{
	font-weight: normal;
	font-size: 1.8rem;
	display: block;
}
.top-teigi .teigi-box .txt{
    width: calc(100% - 280px);
    padding: 1em;
    padding-left: 40px;
    font-size: 1.8rem;
    display:table-cell;
    flex-flow: column;
}
.top-teigi .teigi-box .txt strong{
	display: block;
	font-size: 3.8rem;
}
.top-teigi .teigi-box .txt p{
	font-size: 1.4rem;
}
.top-teigi .teigi-box .txt ul{
	margin-bottom: 0.5em;
}
.top-teigi .teigi-box .txt ul>li{
	font-size: 2.8rem;
	font-weight: bold;
	display: inline-block;
	background: #DF1C13;
	color: #FFF;
	padding: 0.4em 1em 0.3em;
	margin-right: 0.2em;
	margin-bottom: 0.2em;
	line-height: 1;
}
.top-teigi .teigi-box .txt ul>li i{
	margin-right: 0.25em;
	display: inline-block;
}
    @media screen and (max-width:1000px){
		.top-teigi .teigi-box h2{
			width: 280px;
			font-size: 2.6rem;
		}
		.top-teigi .teigi-box h2 span{
			font-size: 1.4rem;
		}
		.top-teigi .teigi-box .txt strong{
			font-size: 2.4rem;
		}
		.top-teigi .teigi-box .txt p{
			font-size: 1.2rem;
		}
	    .top-teigi .teigi-box .txt ul>li{
			font-size: 2rem;
			display: inline-block;
			margin-bottom: 0.2em;
		}
    }
    @media screen and (max-width:700px){
    	.top-teigi .teigi-box{
    		margin-bottom: 30px;
    		display: block;
    	}

		.top-teigi .teigi-box h2{
			width: 100%;
			font-size: 2.4rem;
		    padding: 10px;
		    margin-bottom: 10px;
		    display: block;
		}
		.top-teigi .teigi-box h2 span{
			font-size: 1.4rem;
		}
		.top-teigi .teigi-box .txt{
			width: 100%;
			padding: 10px;
			display: block;
		}
		.top-teigi .teigi-box .txt strong{
			font-size: 2.2rem;
		}
		.top-teigi .teigi-box .txt p{
			font-size: 1.2rem;
			margin-top: 0.5em;
		}
	    .top-teigi .teigi-box .txt ul>li{
			font-size: 1.6rem;
			display: inline-block;
			margin-bottom: 0.2em;
		}
    }
.top-why{
    /*padding-top: 70px;
    padding-bottom: 20px;*/
    padding: 70px 10px 20px;
    /*background: url(../img/bg.png);*/
    background: #FFD606;
}
.top-why .headline-l{
	margin-bottom: 15px;
}
.top-why .headline-l em {
    color: #FFE878;
}

.top-why .headline-l::after {
    content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 8px;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
    background: #FFF;
}

.top-why-ttl{
    font-size: 4rem;
    text-align: center;
    margin-bottom: 30px;
}
.top-why-list{
    max-width: 1250px;
    margin:0 auto 60px;
}

.top-why-list>li{
    background: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding:10px 29px;
    box-shadow: 2px 2px 20px rgba(0,0,0,0.2);
    border-radius: 6px;
}

.top-why-list>li>.img{
    width: 52px;
}

.top-why-list>li>.box>.note{
    font-size: 1.8rem;
    line-height: 1em;
}

.top-why-list>li>.box{
    width: calc(100% - 52px);
    font-size: 2.8rem;
    padding-left: 25px;
}

    @media screen and (max-width:1000px){


        .top-why {
            padding: 20px 20px 1px;
        }


        .top-why-ttl {
            font-size: 2.2rem;
            margin-bottom: 10px;
        }

        .top-why-list{
            margin:0 auto 20px;
        }

        .top-why-list>li{
            align-items: flex-start;
            margin-bottom: 15px;
            padding:10px 10px;
        }


        .top-why-list>li>.img {
            width: 23px;
            padding-top: 1px;
        }

        .top-why-list>li>.box>.note{
            font-size: 1.6rem;
            line-height: 1em;
        }

        .top-why-list>li>.box {
            width: calc(100% - 25px);
            font-size: 1.6rem;
            padding-left: 10px;
        }


    }


.top-role {
    background: #fff;
}


.top-role-img{
    text-align: center;
}

.top-role-ttl{
    font-size:3rem;
    text-align: center;
    margin-bottom: 10px;
}

.top-role-msg{
    max-width: 820px;
    margin:0 auto;
}

    @media screen and (max-width:1000px){

        .top-role {
            padding-top: 20px;
            padding-bottom: 20px;
        }

        .top-role-img{
        }

        .top-role-ttl {
            font-size: 1.8rem;
            margin-bottom: 10px;
            margin-top: 10px;
        }

        .top-role-msg{
            max-width: 820px;
        }

    }

.top-category{
	background: #FFD606;
}
.top-category .headline-l em{
	color: #FFE878;
}
.top-category-block{
    max-width: 1230px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap:wrap;
}

.top-category-box{
    position:relative;
    display: block;
    width: 49%;
    background: #fff;
    padding: 15px;
    margin-bottom: 28px;
    border-radius: 6px;
    box-shadow:2px 2px 20px rgba(0,0,0,0.2);
}

.top-category-box .coming{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    z-index: 2;
    background:rgba(0,0,0,0.5);
}

.top-category-box .coming>span{
    position: absolute;
    width:100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align:center;
    color:#fff;
    font-size: calc(15px + 1vw);
    font-weight: bold;
}


.top-category-inr{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 223px;
}

.top-category-ttl{
    font-size: 2.2rem;
    padding:0 20px 0 30px;
}
.top-category-ttl span{
	display: block;
	font-weight: normal;
	font-size: 1.8rem;
  margin-bottom: 0.3em;
}

    @media screen and (max-width:1000px){

        .top-category-block{
            display: block;
        }

        .top-category-box {
            width: 100%;
            padding: 20px;
            margin-bottom: 20px;
        }

        .top-category-inr{
            height: auto;
            /*text-align: center;*/
        }

        .top-category-ttl{
            font-size:1.8rem;
            padding:20px;
        }

        .top-category-ttl {
            font-size: 1.8rem;
            width: 70%;
            padding: 0;
        }


        .top-category-img{
            width: 30%;
        }

    }

.top-pay-block {
    max-width: 1250px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.top-pay-block .plan-tbl{
	width: 100%;
	background: #FFF;
	border: 2px solid #000;
}
.top-pay-block .plan-tbl th,
.top-pay-block .plan-tbl td{
	border: 2px solid #000;
	padding: 0.75em 1em;
	vertical-align: middle;
	text-align: center;
}
.top-pay-block .plan-tbl th{
	background: #EEEEEC;
}
    @media screen and (max-width:1000px){
	    .top-pay-block .plan-tbl{
			width: 250%;
		}
		.top-pay-block .plan-tbl-wrap{
			overflow-x: auto;
		}
    }

.top-schedule{
    text-align: center;
}
.top-schedule .headline-l em{
	color: #FFF;
}

.top-schedule-ttl {
    width: 600px;
    /*line-height: 80px;
    height: 76px;*/
    text-align: center;
    color: #fff;
    background: #000;
    font-size: 2.2rem;
    display: block;
    margin: 50px auto 40px;
    border-radius: 200px;
    font-weight: bold;
    padding: 1em;
}

.top-schedule-box1{
    margin-bottom: 50px;
}

.top-schedule-box1 .lead{
    font-size: 3.6rem;
}
.top-schedule-box1 .msg{
    font-size: 1.8rem;
    text-align: center;
}
.top-schedule-box1 .caution{
    font-size: 1.4rem;
    margin-top: 3px;
}
.top-schedule-img{
    margin-bottom: 30px;
}


.top-schedule-box2 .label{
    font-size: 2.4rem;
}

.top-schedule-box2 .ttl{
    font-size: 2.4rem;
    margin:20px 0;
}
.top-schedule-box2 .msg{
    font-weight: bold;
    font-size:2.4rem ;
}

    @media screen and (max-width:1000px){
        .top-schedule-ttl {
            width: 100%;
            max-width: 600px;
            /*line-height: 56px;
            height: 56px;*/
            text-align: center;
            color: #fff;
            font-size: 1.8rem;
            display: block;
            margin: 20px auto 20px;
            border-radius: 200px;
            font-weight: bold;
        }

        .top-schedule-box2{
            max-width: 220px;
            margin: 0 auto;
        }

        .top-schedule-box1{
            margin-bottom: 20px;
        }

        .top-schedule-box1 .lead {
            font-size: 1.6rem;
        }
        .top-schedule-box1 .msg{
            font-size: 1.3rem;
        }
        .top-schedule-box1 .caution{
            font-size: 1.1rem;
            margin-top: 3px;
        }
        .top-schedule-img{
            margin-bottom: 30px;
        }

         .top-schedule-box2 .label{
            font-size: 1.6rem;
            margin:15px 0;
        }

        .top-schedule-box2 .ttl {
            font-size: 1.6rem;
            margin: 10px 0;
        }
        .top-schedule-box2 .msg{
            font-weight: bold;
            font-size:1.6rem ;
            text-align: left;
        }


    }



.top-feature{
    position:relative;
    background: #fff;
}
.top-feature-lead{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.top-feature-lead .box{
    font-size: 2.75rem;
    font-weight: bold;
    padding-left: 20px;
    padding-top: 20px;
    width: calc(100% - 235px);
    text-align: center;
}

.top-feature-list{
    display: flex;
    flex-wrap:wrap;
    /*max-width: 1100px;*/
    margin: 0 auto;
}
.top-feature-list>li{
    margin-bottom: 50px;
}


.top-feature-list>li .img{
    margin-bottom: 30px;
    text-align: center;
}
.top-feature-list>li .img img{
    max-height: 120px;
}

.top-feature-list>li .lead{
    margin-bottom: 10px;
    text-align: center;
}

.top-feature-list>li .lead strong{
    font-size: 4rem;
    display: block;
    line-height: 1.5em;
}
.top-feature-list>li .lead span{
    font-size: 2.4rem;
}
.top-feature-list>li .msg{}


.top-feature-list>li{
    width: 33.33%;
}
.top-feature-list>li .item{
    width: 340px;
    display: block;
    margin: 0 auto;
}

.top-feature-block{
    max-width: 1230px;
    margin: 0 auto;
}

.top-feature-block .headline-l{
	margin-bottom: 60px;
}
.top-feature-block .headline-l em{
	color: #FFE878;
}
.top-feature-row{
    display: flex;
    align-items:flex-end;
    justify-content: space-between;
    padding: 0 15px;
    max-width: 1230px;
    margin: 0 auto;
}
.top-feature-inr{
    display: flex;
}

.top-feature-box1-ttl{
    position: relative;
    display: inline-block;
    font-size: 3rem;
    color:#fff;
    background: #DF1C13;
    padding: 15px 50px;
    border-radius:40px;
    margin-bottom: 50px;
}


.top-feature-box1-ttl::after {
    content: "";
    position: absolute;
    display: block;
    bottom: -11px;
    left:130px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25.5px 25px 25.5px;
    border-color: transparent transparent #DF1C13 transparent;
    transform: rotate(38deg);
}

.top-feature-box1{
    width: 750px;
}

.top-feature-box2{
    width: calc(100% - 750px);
    padding-bottom: 30px;
}

.top-feature-box1 .txt{
    padding-left:50px;
}

.top-feature-box1 .ttl{
    font-size: 5rem;
}
.top-feature-box1 .msg{
    font-size: 2rem;
}

    @media screen and (max-width:1000px){

        .top-feature {
            position: relative;
            /*padding-bottom: 0;*/
        }
        .top-feature-lead {
            display: block;
            text-align: center;
            margin-bottom: 15px;
            margin-top: 0px;
        }
        .top-feature-lead .box {
            font-size: 2rem;
            padding-left: 0px;
            padding-top: 15px;
            width: 100%;

        }
        .top-feature-list {
            max-width: 1100px;
            margin: 0 auto;
            max-width: 800px;
        }

        .top-feature-list>li{
            width: 50%;
            margin-bottom: 20px;
        }

        .top-feature-list>li .img{
            margin-bottom: 20px;
            text-align: center;
            width: 65%;
            margin: 0 auto;
        }

        .top-feature-list>li .img img {
            /*width: 100%;*/
        }

        .top-feature-list>li .lead{
            margin-bottom: 10px;
        }

        .top-feature-list>li .lead strong {
            font-size: 2.4rem;
            display: block;
            line-height: 1.5em;
        }

        .top-feature-list>li .lead span {
            font-size: 1.4rem;
        }

        .top-feature-list>li .msg{
            font-size: 1.2rem;
        }

        .top-feature-list>li .item{
            width: 80%;
            margin: 0 auto;
            display: block;
        }


        .top-feature-row{

        }
        .top-feature-inr .img{
            width: 18%;
        }
        .top-feature-inr .txt{
            width: 82%;
        }

        .top-feature-row{
            display: block;
            padding: 0 15px;
            margin: 0 auto;
            max-width: 800px;
        }

        .top-feature-box1-ttl {
            font-size: 1.7rem;
            color: #fff;
            background: #DF1C13;
            padding: 15px 15px;
            border-radius: 30px;
            margin-bottom: 30px;
        }

        .top-feature-box1-ttl::after {
            bottom: -5px;
            left: 24px;
              border-width: 0 20px 20px 20px;
            transform: rotate(38deg);
            z-index: 0;
        }

        .top-feature-box1{
            width: 100%;
        }
		.top-feature-block .headline-l{
			margin-bottom: 15px;
		}
        .top-feature-box2{
            width:100%;
            text-align: center;
            padding-left:0;
            padding-top: 20px;
            padding-bottom: 20px;
        }
        .top-feature-box2 .img img{
        	width: 70%;
        }

        .top-feature-box1 .txt{
            padding-left:15px;
        }

        .top-feature-box1 .ttl{
            font-size: 2.4rem;
        }
        .top-feature-box1 .msg{
            font-size: 1.6rem;
        }

    }
    @media screen and (max-width:640px){
        .top-feature-list>li{
            width: 100%;
            margin-bottom: 20px;
        }
        .top-feature-list>li .msg{
            font-size: 1.6rem;
        }
        .top-feature-list>li .lead span {
            font-size: 1.6rem;
        }
        .top-feature-list>li .lead strong{
        	display: inline-block;
        	margin-right: 0.2em;
        }
    }

.top-recommend{
    background: #fff;
    padding-top: 10px;
}

.top-recommend-block{
    max-width: 1000px;
    margin:0 auto;
    border:7px solid #DF1C13;
    padding:30px 39px 20px;
}
.top-recommend-ttl{
    font-size: 3.6rem;
    text-align: center;
    margin-bottom: 20px;
}
.top-recommend-ttl span{
    text-align: center;
    position: relative;
    display: inline-block;
    padding: 0 0.5em;
    border-bottom: 1px solid #000000;
}

.top-recommend-box{
    display: flex;
    margin-bottom: 20px;
}

.top-recommend-img{
    width: 44px;
}

.top-recommend-txt{
    padding-left: 10px;
    font-size:2.6rem;
    font-weight: bold;
    width: calc(100% - 44px);
}

    @media screen and (max-width:1000px){
        .top-recommend {
            padding-top: 10px;
            padding-bottom: 15px;
        }

        .top-recommend-block {
            border: 5px solid #DF1C13;
            padding: 15px 15px 5px;
            max-width: 800px;
            margin: 0 auto;
        }

        .top-recommend-ttl{
            font-size: 2.2rem;
            margin-bottom: 15px;
        }
        .top-recommend-ttl span{
            padding: 0 0.5em;
            border-bottom: 1px solid #000000;
        }

        .top-recommend-box{
            display: flex;
            margin-bottom: 15px;
        }

        .top-recommend-img{
            width: 30px;
        }

        .top-recommend-txt{
            padding-left: 10px;
            font-size:1.85rem;
            font-weight: bold;
            width: calc(100% - 30px);
        }

    }


.top-howto{}

.top-howto .figure{
display: flex;
max-width: 800px;
margin: 0 auto 30px;
}
.top-howto-list{
    max-width: 1230px;
    margin:0 auto;
    display: flex;
}


.top-howto-list>a{
    position: relative;
    display: block;
    padding: 20px 20px 15px 20px;
    /*width: 18.4%;
    margin-right: 2%;*/
    width: 23%;
    margin-right: 1%;
    margin-left: 1%;
    background: #fff;
    color: #000;
}
.top-howto-list>a:nth-child(5n){
    margin-right: 0;
}


.top-howto-list>a::after{
    content:"";
    position: absolute;
    top:50%;
    margin-top: -3px;
    right:10px;
    width: 6px;
    height: 6px;
    border-right:2px solid #000;
    border-bottom:2px solid #000;
    -webkit-transform: translate(0,-50%) rotate(-45deg);
    transform: translate(0,-50%) rotate(-45deg);
}

.top-howto-list .ttl{
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 10px;
    white-space: nowrap;
}
.top-howto-list .msg{
    font-size: 1.2rem;
    display: flex;
    min-height: 2.5em;
    align-items: center;
}

.top-howto-list .msg>span{
}

.top-howto-movie{
max-width: 640px; margin: 0 auto;
}
.top-howto-movie div{
	position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin-bottom: 50px;
}
.top-howto-movie iframe{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

    @media screen and (max-width:1000px){


        .top-howto{
            padding: 15px 15px 10px;
        }

        .top-howto-list{
            display: block;
        }

        .top-howto-list>a{
            position: relative;
            padding: 20px 20px 20px 20px;
            width: 100%;
            margin-right:0;
            margin-left: 0;
            margin-bottom: 5px;
        }


        .top-howto-list .ttl {
            font-size: 1.6rem;
            text-align: left;

            margin-bottom: 5px;
        }

        .top-howto-list .msg {
            font-size: 1.3rem;
            min-height: 0;
            /*text-align: center;*/
            display: block;
        }

        .top-howto-movie{}

        .top-howto-movie a {
            display: block;
            width: 100%;
            margin: 0 auto 10px;
        }

        .top-howto-movie a img{
            width: 100%;
        }

    }


.top-flow{
    background: #FFD606
}
.top-flow .headline-l em{
	color: #FFE878;
}
.top-flow .headline-l:after{
	background: #FFF;
}
.top-flow .headline-l{
	margin-bottom: 30px;
}

.top-flow-list{
    display: flex;
    justify-content: space-between;
    max-width: 1250px;
    margin: 0 auto;
}

.top-flow-list>li{
    width: 24%;
    position: relative;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    padding: 0px;
    box-shadow: 2px 2px 20px rgba(0,0,0,0.2);
}

.top-flow-list>li .num {
    position: absolute;
    width: 106px;
    height: 106px;
    font-size: 3rem;
    color: #FFD606;
    z-index: 2;
    font-weight: bold;
    padding: 10px 15px;
}


.top-flow-list>li .num::after{
    position: absolute;
    content: "";
    left:0px;
    top:-0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 106px 106px 0 0;
    border-color: #FFF transparent transparent transparent;
    z-index: -1;
}


.top-flow-list>li .img {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 50px;
    max-width: 140px;

}


.top-flow-list>li .img img{
    max-width: 100%;
    width: auto;
}


.top-flow-list>li .ttl{
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 15px;
}

.top-flow-list>li .msg {
    padding: 0 30px 30px;
}

    @media screen and (max-width:1000px){
        .top-flow {
            padding-bottom: 10px;
            padding-top: 20px;
        }

        .top-flow-list{
            flex-wrap:wrap;
        }
        .top-flow-list>li{
            width: 49%;
            border-radius: 10px;
            padding: 0px;
            margin-bottom: 10px;
        }

        .top-flow-list>li .num {
            position: absolute;
            width: 70px;
            height: 70px;
            font-size: 2rem;
            z-index: 2;
            font-weight: bold;
            padding: 9px 9px;
        }

        .top-flow-list>li .num::after {
            border-width: 80px 80px 0 0;
        }

        .top-flow-list>li .img {
            margin-bottom: 30px;
            margin-top: 52px;
            width: 53%;
            margin: 40px auto 10px;
        }

        .top-flow-list>li .ttl {
            font-size: 1.8rem;
            margin-bottom: 10px;
        }

        .top-flow-list>li .msg {
            padding: 0 10px 10px;
        }

    }

.top-acting{
    position: relative;
    text-align: center;
    background: #fff;
}

.top-acting-catch {
    margin: 20px auto 20px;
}

.top-acting-catch p{
    display: inline-block;
    font-size: 2.3rem;
    font-weight: bold;
    padding: 0 0.5em;
    background: #FFBE3E;
}
.top-acting-block{
    display: flex;
    margin:0 auto;
    max-width: 845px;
}

.top-acting-box{
    width: 50%;
    text-align: center;
}

.top-acting-box .img {
    margin-bottom: 30px;
}

.top-acting-box .ttl{
    font-size: 2.8rem;
    margin-bottom: 5px;
}

.top-acting-box .lt span {
    display: inline-block;
    padding: 0 0.5em;
    text-decoration: line-through;
}

.top-acting-box .price {
    display: flex;
    justify-content: center;
    padding-left: 24px;
    line-height: 1.4;
}

.top-acting-box .price span {
    font-size: 2rem;
    margin-top: 22px;
}

.top-acting-box .price strong{
    font-size: 4.5rem;
    display: inline-block;
    margin-top: -2px;

}
.top-acting-box .msg{
    font-size: 1.5rem;
}

.top-acting-msg{
    font-weight: bold;
    font-size: 2.3rem;
    margin: 35px 0 25px;
}
.top-acting-movie{
    text-align: center;
}
.top-acting-movie a{}


    @media screen and (max-width:1000px){
        .top-acting-msg {
            font-size: 1.8rem;
            margin: 10px 0 10px;
        }

        .top-acting-catch p {
            font-size: 2rem;
            padding: 0.5em 0.5em 0.2em;
        }

        .top-acting-block {
           display: block;
        }

        .top-acting-box{
            width: 100%;
            margin-bottom: 30px;
        }

        .top-acting-box:nth-child(2n){
            width: 100%;
            margin-bottom: 20px;
        }

        .top-acting-box .msg{
            font-size: 1.3rem;
        }


        .top-acting-box .img {
            width: 50%;
            margin: 0 auto;
            margin-bottom: 10px;
        }

}


.top-faq{
    background: #fff;
}

.top-faq .headline-l em{
	color: #FFE878;
}
.top-faq-block{
    margin-top: 50px;
}

.faq-list{
    max-width: 1000px;
    margin: 0 auto;
}

.faq-list>li{
    margin-bottom: 10px;
}

.faq-drwhead {
    position: relative;
    display: block;
    font-size: 1.9rem;
    font-weight: bold;
    padding: 19px 25px 15px 50px;
    background: #EEEEEC;
    cursor: pointer;
    color: inherit;
}

.faq-drwhead>i{
    position: absolute;
    left:20px;
    top:18px;
}

.faq-drwhead::after {
    content: "";
    position: absolute;
    display: block;
    width: 19px;
    height: 3px;
    top: 32px;
    right: 29px;
    background: #000;
}


.faq-drwhead.open::before {
    display: none;
}

.faq-drwhead::before {
    content: "";
    position: absolute;
    display: block;
    width: 3px;
    height: 20px;
    top: 24px;
    right: 37px;
    background: #000;
}

.faq-drwbody{
    display: none;
}


.faq-drwbody p{
    position: relative;
    font-size: 1.9rem;
    /*font-weight: bold;*/
    padding:19px 25px 15px 80px;
    background: #FFF;
}


.faq-drwbody p>i {
    position: absolute;
    left: 52px;
    top: 20px;
}


    @media screen and (max-width:   1000px){

        .top-faq-block{
            margin-top: 15px;
        }

        .faq-list{
            max-width: 1000px;
            margin: 0 auto;
        }

        .faq-list>li{
            margin-bottom: 10px;
        }

        .faq-drwhead{
            font-size: 1.5rem;
            padding:19px 40px 15px 40px;
        }


        .faq-drwhead>i{
            position: absolute;
            left:20px;
            top:18px;
        }


        .faq-drwhead::after {
            width: 19px;
            height: 3px;
            top: 29px;
            right: 13px;
            background: #000;
        }


        .faq-drwhead.open::before {
            display: none;
        }


        .faq-drwhead::before {
            width: 3px;
            height: 19px;
            top: 21px;
            right: 21px;
        }

        .faq-drwbody p{
            position: relative;
            font-size: 1.5rem;
            /*font-weight: bold;*/
             padding:18px 25px 15px 40px;
            background: #EEEEEE;
        }


        .faq-drwbody p>i {
            position: absolute;
            left: 20px;
            top: 18px;
        }


    }


.top-company{
    /*border-top:1px solid #ddd;*/
}
.top-company .headline-l em{
	color: #FFF;
}

.top-company-block{
    padding-top: 60px;
    max-width: 1000px;
    margin: 0 auto;
}

    @media screen and (max-width:   1000px){

        .top-company-block {
            padding-top: 15px;
        }

    }


.top-trial {
    text-align: center;
    padding: 70px 0 0px 0;
}


.top-trial-msg{
    font-size:2.8rem;
    margin-bottom: 30px;
}
.top-trial-btn{
    display: block;
    margin: 0 auto;
    font-size: 2.6rem;
    font-weight:bold;
    text-align: center;
    width: 382px;
    height: 93px;
    border-radius: 50px;
    background: #FF904C;
    color: #fff;
    line-height: 93px;
}


    @media screen and (max-width:   1000px){

        .top-trial {
            text-align: center;
            padding: 20px 15px;
        }

        .top-trial-btn{
            font-size: 2rem;
            width: 100%;
            line-height: 60px;
            height: 60px;
            margin: 0 auto;
            border-radius: 40px;
        }

        .top-trial-msg {
            font-size: 1.6rem;
            margin-bottom: 15px;
        }



    }


/*トップギャラリー*/


.top-picture-ttl{
    text-align: center;
    font-size: 4rem;
    margin-bottom: 5px;
}
.top-picture-msg{
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 40px;
}

.top-picture-catch{
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 110px;
}


.top-picture-list{
    position: relative;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin:0 auto 20px;

}

.top-picture-list>li{
    width: calc( (100% - 22px ) / 4);
    margin-bottom: 8px;
}
.top-picture-list>li>a{
    display: block;
    position: relative;
}

.top-picture-list::after{
    content:"";
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    order:1;
    width: calc( (100% - 22px ) / 4);
}
.top-picture-list::before{
    content:"";
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    order:1;
    width: calc( (100% - 22px ) / 4);
}

.top-picture-list i{
    position: absolute;
    right: 0;
    bottom: 0;
}



@media screen and (max-width:1024px){

    .modaal-noscroll {
        overflow: visible;
    }
    .top-picture-ttl{
        font-size: 1.9rem;
        padding-left: 0px;
        padding-top: 15px;
        width: 100%;
    }

    .top-picture-msg{
        font-size: 1.4rem;
        margin-bottom: 15px;
    }

    .top-picture-catch{
        text-align: center;
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 20px;
    }



    .top-picture-list>li{
        width: 49%;
    }

     .top-picture-list>li img{
        width: 100%;
     }





}


.modaal-overlay {
    z-index: 1000;
}

.modaal-image .modaal-container {
    max-width: 1000px;
    margin: 0 auto;
}


.modaal-wrapper .modaal-close {
    right: 20px;
    top: 0px;
}

.modaal-close:focus, .modaal-close:hover {
    outline: 0;
    background: transparent;
    opacity: 1;
}



.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
    outline: 0;
    background: transparent;
    opacity: 1;
}

.modaal-gallery-control{
    transform: scale(1.2);
}

.modaal-gallery-control:focus, .modaal-gallery-control:hover {
    outline: 0;
    background: transparent;
    opacity: 1;
}



@media screen and (max-width:1024px){

    .modaal-wrapper .modaal-close {
        transform: scale(1);
        right: 0px;
        top: 0px;
    }

    .modaal-image .modaal-inner-wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }

    .modaal-gallery-next {
        left: auto;
        right: 0px;
        top: 50%;
        width: 25px;
        height: 25px;
        border-radius: 0;
        background: rgba(0,0,0,.5);
    }

    .modaal-gallery-prev {
        left: 0px;
        top: 50%;
        width: 25px;
        height: 25px;
        border-radius: 0;
        background: rgba(0,0,0,.5);
    }

    .modaal-gallery-prev:hover::after,
    .modaal-gallery-next:hover::after{
         background: transparent;
    }
    .modaal-gallery-prev:hover::before,
    .modaal-gallery-next:hover::before{
        display: none;
        background: transparent;
    }
    .modaal-gallery-control:focus,
    .modaal-gallery-control:hover {
        outline: 0;
        opacity: 1;
        background: rgba(0,0,0,.5);
    }
    .modaal-gallery-prev::after {
        display: block;
        content: " ";
        position: absolute;
        top: 13px;
        left: 11px;
        width: 8px;
        height: 8px;
        border-radius: 0px;
        background: transparent;
        border-left: 2px solid #fff;
        border-top: 2px solid #fff;
        transform: rotate(-45deg);
        -webkit-transition:0;
        transition:0;
    }

    .modaal-gallery-next::after {
        display: block;
        content: " ";
        position: absolute;
        top: 3px;
        left: 5px;
        width: 8px;
        height: 8px;
        border-radius: 0px;
        background: transparent;
        border-right: 2px solid #fff;
        border-top: 2px solid #fff;
        transform: rotate(45deg);
        -webkit-transition: none;
        transition: none;
    }


    .modaal-gallery-control:before {
        display: none;
    }

    .modaal-wrapper {
        -webkit-transition: none;
        transition: none;
    }


    .modaal-wrapper,
    .modaal-content,
    .modaal-outer-wrapper,
    .modaal-gallery-item-wrap,
    .modaal-gallery-item ,
    .modaal-gallery-item  img{
        transition: none !important;
        transform: none !important;
        width: 100% !important;

    }

    .modaal-wrapper{
        overflow:hidden;
    }




}






/*
トップ以外
*/



.member-contents{
    background: #fff;
	margin-bottom: 35px;
}


.input-page-block {
    max-width: 918px;
    margin: 30px auto;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 15px -2px rgba(0,0,0,0.2);
}

.login-head{
    margin-bottom: 30px;
}


.login-ttl{
    font-size:3.2rem ;
    text-align: center;
}
.login-head p{
    text-align: center;
}
.login-subttl{
    font-size:2.5rem;
    color:#DF1B13;
    text-align: center;

    font-weight:bold;
}
.login-tel{
	margin-bottom: 20px;
	text-align: center;
}
.login-tel p strong{
	font-size: 2.4rem;
}
.login-tel p strong a{color: #000;}

.regist-nav{
    display: flex;
    position: relative;
    margin-bottom: 50px;
}

.regist-nav::after {
    content: "";
    position: absolute;
    display: block;
    width: 74%;
    height: 5px;
    top: 8px;
    left: 13%;
    background: #AAAAAA;
    z-index: 1;
}
.regist-nav.type2::after{
    left: 17%;
    width: 67%;
}

.regist-nav>li{
    width: 25%;
    text-align: center;
    padding-top: 25px;
    position: relative;
    color: #AAAAAA;
}
.regist-nav.type2>li{
	width: 33.3333%;
}

.regist-nav>li.active{
    color:#000;
}

.regist-nav>li.active::before{
    content:"";
    position: absolute;
    display: block;
    width: 100%;
    height: 5px;
    top:8px;
    left:-50%;
    background: #FFD606;
    z-index: 2;
}
.regist-nav>li:first-child::before{
    display: none !important;
}


.regist-nav>li.active::after{
    background:#000;
}


.regist-nav>li::after{
    content:"";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top:0;
    left:50%;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    border-radius: 50%;
    background:#AAAAAA;
    z-index: 3;
}


.regist-block{
    margin-bottom: 50px;
}



.regist-row {
    display: flex;
    margin-bottom: 30px;
}


.regist-label{
    width: 203px;
    font-size: 1.6rem;
    font-weight: bold;
    padding-top: 10px;
}

.input-page-inr{
    max-width: 738px;
    margin:0 auto;
    padding:30px 0 ;
}

.regist-btn {
    display: flex;
    justify-content:center;
    margin-bottom: 30px;
    text-align: center;
}

.regist-btn .submit-btn{
    margin: 8px 20px;
	text-decoration: none;
}


.regist-msg{
    text-align: center;
    font-size: 1.8rem;
}

.regist-msg a{
    color: #003366;
    text-decoration: underline;
}




@media screen and (max-width:1000px){

    .input-page-block {
        padding: 20px 15px;
    }

    .regist-btn {
        display: block;
        margin-bottom: 10px;
    }
    .login-ttl {
        font-size: 2.2rem;
    }

    .login-head{
        margin-bottom: 25px;
    }

    .login-subttl {
        font-size: 1.9rem;
    }

    .regist-nav>li>span{
        display:block;
        padding-top: 10px;
    }

    .regist-nav>li.active::before {
        height: 4px;
        top: 6px;
    }

    .regist-nav>li::after {
        top: 0;
        left: 50%;
        width: 16px;
        height: 16px;
        margin-left: -8px;
        z-index: 2;
    }

    .regist-nav::after {
        top: 6px;
        height: 4px;
        z-index: 1;
    }

    .input-page-inr {
        padding: 0px 0;
    }

    .regist-row{
        display: block;
        margin-bottom: 10px;
    }
    .regist-label{
        width: 100%;
        margin-bottom: 10px;
    }

    .regist-block{
        margin-bottom: 30px;
    }

    .regist-nav {
        margin-bottom: 25px;
    }

    .regist-msg{
        font-size: 1.4rem;
    }

}

.regist-compelete-box{
    margin-bottom: 30px;
}

.regist-compelete-msg{
    font-size: 1.8rem;
    margin-bottom: 30px;
}

.regist-compelete-msg strong{
    display: block;
}

.regist-compelete-row{
    display: flex;
    border:1px solid #DDDDDD;
    margin-top: -1px;
    padding: 20px 0;
    align-items: center;
}
.regist-compelete-img{
    width: 180px;
    text-align: center;

}
.regist-compelete-txt{
    width:calc(100% - 180px);
    padding:10px 10px 10px 0;
}
.regist-compelete-txt .ttl{
    font-size: 2rem;
    margin-bottom: 10px;

}
.regist-compelete-txt .msg{
    font-size: 1.4rem;
}

@media screen and (max-width:1000px){
    .regist-compelete-msg {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }

    .regist-compelete-img{
        width: 28%;
        padding: 20px 5%;
    }

    .regist-compelete-txt{
        width:72%;
    }

    .regist-compelete-txt .ttl {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }

}


.regist-result-ttl{
    font-size: 3.2rem;
    text-align: center;
    margin-bottom: 30px;
}
.regist-result-msg{
    margin-bottom: 50px;
    font-size: 1.8rem;
    max-width: 700px;
    margin: 0 auto;
}
.regist-result-logo{
    text-align: center;
    margin: 40px auto;
    /*background: #5A64A5;*/
    max-width: 240px;
    padding: 10px;
    border-radius: 10px;
}

@media screen and (max-width:1000px){
    .regist-result-ttl {
        font-size: 2.6rem;
        margin-bottom: 30px;
    }

    .regist-result-msg {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }


    .regist-result-logo{
        margin: 30px auto;
    }

    .regist-result-logo img{
        width: 236px;
    }

}


/*regist-main*/

.regist-main-msg{
    margin-bottom: 10px;
}
.regist-main-block{
    max-width: 800px;
    margin: -20px auto 0;
    font-size: 1.4rem;
}

.regist-main-block .out{
    padding: 9px 1em;
    border:1px solid #eee;
    margin-bottom: 20px;
}


.regist-main-block input[disabled]{
    border:1px solid #f6f6f6;
}






.regist-main-block em{
    color: #DF1B13;
    padding: 0 0.2em;
    font-size: 1.6rem;
}

.regist-main-group{
    border-top:1px solid #DDDDDD;
    padding-top: 20px;
    padding-bottom: 20px;
}

.regist-main-group.pdn{
    padding-top: 30px;
}

.regist-tbl .hyphen{
    padding: 0 0.5em;
}

.regist-tbl .tr{
    display: flex;
}

.regist-tbl .th {
    padding: 8px 8px 8px 35px;
    width: 242px;
    text-align: left;
    font-weight: bold;
    font-size: 1.6rem;
}


.regist-tbl .note{
   color: #777777;
   font-weight: normal;
}

.regist-tbl .pdn20{
    padding-top: 20px;

}

.regist-tbl .mgn0{
    margin-bottom: 0;
}

.regist-tbl .td{
    width: calc(100% - 242px);
    padding:0px 40px 0px 0;
}

.regist-tbl-radio{
    padding: 9px 0;
    margin-bottom: 20px;
}

.regist-tbl-box1{
    margin-bottom: 20px;
}

.regist-tbl-box1 .radio-group{
}

.regist-tbl-box2{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.regist-tbl-box2 .cel1{
    width: 88px;
}
.regist-tbl-box2 .cel2{
    width: calc(100% - 88px);
}


.regist-tbl-box3{
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}


.regist-tbl-box4 {
    padding-top: 10px;
    margin-bottom: 24px;
}


.regist-tbl-box5{
    display: flex;
    margin-bottom: 20px;
}

.regist-tbl-box5 .cel1{
    width: 165px;
    padding-top: 9px;
}
.regist-tbl-box5 .cel2{
    width: calc(100% - 165px);
}

.radio-group-bank{
    padding-top: 10px;
}

.radio-group-bank .radio-group{
    margin-bottom: 15px;
}

.regist-tbl-box6 {
    margin-top: 8px;
    margin-bottom: 20px;
}

.regist-tbl-upload{
    margin-top: 9px;
}

.regist-tbl-upload .note-list{
    margin-top: 10px;
}
.regist-tbl-upload .note-list>li{
    position: relative;
    padding-left: 1.2em;
    font-size:1.4rem ;
    margin-bottom: 5px;
}
.regist-tbl-upload .note-list>li>i{
    position: absolute;
    left:2px;
    top:0;
}

.regist-privacy{
    display: flex;
    justify-content: center;
    text-align: center;
     border-top:1px solid #DDDDDD;
    padding: 50px 0;
}

.regist-privacy .check-group2 label {
    white-space: normal;
    padding-right: 0;
}




@media screen and (max-width:1000px){

    .regist-main-block{
        max-width: 800px;
        margin: 0px auto 0;
    }

    .regist-main-group{
        border-top:1px solid #DDDDDD;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .regist-main-group.pdn{
        padding-top: 20px;
    }

    .regist-tbl .tr{
        display: block;
    }

    .regist-tbl .th {
        padding: 0 0 10px;
        width: 100%;
        font-size: 1.45rem;
    }

    .regist-tbl .td{
        width: 100%;
        padding:0px 15px 10px;
    }

    .regist-tbl-radio{
        padding: 0;
        margin-bottom: 15px;
    }

    .regist-tbl-box1{
        margin-bottom: 15px;
    }
    .regist-tbl-box2{
        display: block;
        margin-bottom: 15px;
    }

    .regist-tbl-box2 .cel1{
        width:100%;
        margin-bottom: 5px;
    }
    .regist-tbl-box2 .cel2{
        width:100%;
    }


    .regist-tbl-box3{
        display: flex;
        margin-bottom: 15px;
        align-items: center;
    }


    .regist-tbl-box4 {
        padding-top: 9px;
        margin-bottom: 15px;
    }


    .regist-tbl-box5{
       display: block;
        margin-bottom: 15px;
    }

    .regist-tbl-box5 .cel1{
        width:100%;
        padding-top: 0px;
        margin-bottom: 5px;
    }
    .regist-tbl-box5 .cel2{
        width: 100%;
    }

    .radio-group-bank{
        padding-top: 15px;
    }

    .radio-group-bank .radio-group {
        margin-bottom: 10px;
    }

    .regist-tbl-box6 .check-group2{
        display: block;
    }
    .regist-tbl-box6 .check-group2 label{
        display: block;
        margin-bottom: 12px;
    }
    .regist-tbl-box6 {
    margin-top: 11px;
    margin-bottom: 20px;
    }

    .regist-tbl-upload{
        margin-top: 9px;
    }

    .regist-tbl-upload .note-list{
        margin-top: 15px;
    }
    .regist-tbl-upload .note-list>li{
        position: relative;
        padding-left: 1.2em;
        font-size:1.4rem ;
        margin-bottom: 10px;
    }
    .regist-tbl-upload .note-list>li>i{
        position: absolute;
        left:2px;
        top:0;
    }

    .regist-privacy{
        padding: 30px 0 15px;
    }

    .regist-privacy .check-group2 label{
        white-space: normal;
    }

    .regist-tbl-box4 .check-group label{
        white-space: normal;
        padding-right: 0;
    }


     .regist-tbl-radio .radio-group{
        display: block;
    }

    .regist-tbl-radio .radio-group label{
        margin-bottom: 12px;
        width: 100%;
        display: block;
    }

    .regist-main-block .out {
        padding: 6px 1em;
        margin-bottom: 15px;
    }

}

/*
登録テーブルB
*/
.regist-tbl-b{
	border: 1px solid #D6D6D6;
	border-bottom: none;
	margin-bottom: 62px;
}
.regist-tbl-b .tr{
	position: relative;
    display: flex;
	border-bottom: 1px solid #D6D6D6;
}

.regist-tbl-b .th {
	background: #f9f9f9;
    padding: 20px 10px 20px 30px;
    width: 300px;
    text-align: left;
    font-weight: bold;
    font-size: 1.6rem;
}
.regist-tbl-b .th em{
    color: #DF1B13;
    padding: 0 0.2em;
    font-size: 1.6rem;
}
.regist-tbl-b .td{
    width: calc(100% - 300px);
    padding: 12px 12px 12px 40px;
}
	.regist-tbl-b-box1{
	    display: flex;
	    align-items: center;
	}
	.regist-tbl-b-box1 .cel1{
	    width: 270px;
	}
	.regist-tbl-b-box1 .cel2{
		display: flex;
		flex-wrap: wrap;
	    align-items: center;
	    width: calc(100% - 270px);
	}
	.regist-tbl-b-box1 .cel2 input{
		background: #eee;
	}
	.regist-tbl-b .td input:disabled{
		background: #eee;
		color: #000;
	}
	.regist-tbl-b .td .out{
		background: #eee;
		border: 1px solid #ccc;
		width: 100%;
		max-width: 660px;
		min-height: 40px;
		padding: 0.5em 1em;
	}
	.regist-tbl-b-box1 .cel2 strong{
		display: inline-block;
		padding-right: 0.75em;
	}
	.regist-tbl-b-box1 .cel2>div:nth-child(2){
		font-size: 	1.2rem;
		padding: 5px 12px;
	}
	.regist-tbl-b .td .radio-group{
		padding: 8px 0 3px;
	}

#upload-form{
	position: relative;
	width: 370px;
	max-width: 100%;
	margin-bottom: 5px;
}
#upload-form input{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
#upload-form label{
	display: flex;
	align-items: center;
	cursor: pointer;
}
#upload-form label span:nth-child(1){
	display: block;
	background: #eee;
	border: 1px solid #ccc;
	width: 223px;
	height: 38px;
	padding-left: 35px;
	line-height: 36px;
}
#upload-form label span:nth-child(2){
	padding-left: 12px;
	font-size: 1.4rem;
}
#image-area{
	display: flex;
	flex-wrap: wrap;
	align-items: top;
	padding-bottom: 10px;
}
#image-area li{
	position: relative;
	padding: 3px;
	width: 100px;
}
#image-area li .img-delete{
	position: absolute;
	right: -1px;
	top: -4px;
	cursor: pointer;
	text-indent: 200%;
	white-space: nowrap;
	width: 30px;
	height: 30px;
	overflow: hidden;
	border: 1px solid #DF1C13;
	border-radius: 50%;
	background: #fff;
}
#image-area li .img-delete::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 13px;
	width: 2px;
	height: 80%;
	background: #DF1C13;
	transform: translate(0,-50%) rotate(45deg);
}
#image-area li .img-delete::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 13px;
	width: 2px;
	height: 80%;
	background: #DF1C13;
	transform: translate(0,-50%) rotate(-45deg);
}

@media screen and (max-width: 1300px){
	.regist-tbl-b .th {
		padding: 20px 10px 20px 15px;
		width: 240px;
	}
	.regist-tbl-b .td{
		width: calc(100% - 240px);
	}
	.regist-tbl-b-box1 .cel1{
		width: 200px;
	}
	.regist-tbl-b-box1 .cel2{
		width: calc(100% - 200px);
	}
	.regist-tbl-b-box1 input.input-f{
		width: 150px;
	}
}
@media screen and (max-width: 1125px){
	.regist-tbl-b-box1{
		display: block;
	}
	.regist-tbl-b-box1 .cel1,
	.regist-tbl-b-box1 .cel2{
		width: 100%;
	}
	.regist-tbl-b-box1 .cel2{
		padding-top: 10px;
	}
}
@media screen and (max-width: 768px){
	.regist-tbl-b{
		margin-bottom: 35px;
	}
	.regist-tbl-b .tr{
		display: block;
	}
	.regist-tbl-b .th{
		padding: 0.5em 1em;
		font-size: 1.4rem;
		width: 100%;
	}
	.regist-tbl-b .td{
		padding: 0.8em 1em;
		font-size: 1.4rem;
		width: 100%;
	}

	#upload-form label span:nth-child(1){
		width: 140px;
		padding-left: 20px;
	}
}

/*
検索
*/
.search-box{
    display: flex;
    margin-bottom: 13px;
}

.search-box .select-label2{
    margin-right: 10px;
}
.search-box>input.input.bg{
    width: calc(100% - 219px);
}

.search-block-btn {
    position: relative;
    width: 140px;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    border-radius: 3px;
    background: linear-gradient(to bottom, #FFFFFF 0%,#EAEAEA 100%);
    border: 1px solid #CCCCCC;
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: -1px;
    text-decoration: none !important;
    color: #000;
}


.search-block-btn::after {
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 12px;
    top: 8px;
    right: 15px;
    background: #000;
}

.search-block-btn::before {
    content: "";
    position: absolute;
    display: block;
    width: 12px;
    height: 2px;
    top: 13px;
    right: 10px;
    background: #000;
}

.search-block-btn.open::after {
    display: none;
}


.search-block-head{
    border-bottom: 1px solid #CCCCCC;
}




.search-block{
    background: #EEEEEE;
    padding:25px 0px 15px 30px;
    display: none;
}

.search-block-row{
    display: flex;
    margin-bottom: 10px;
    align-items: center;
	white-space: nowrap;
}
.search-block-row .cel1{
    font-size: 1.6rem;
    font-weight: bold;
    width: 110px;
}
.search-block-row.type2 .cel1{
    width: 60px;
}
.search-block-row .cel2{
    width: calc(100% - 110px);
}
.search-block-row.type2 .cel2{
    width: calc(100% - 60px);
}
.search-block-row .check-block{
    display: flex;
    padding-top: 3px;
	flex-wrap: wrap;
}

.search-block-row .radio-block{
    display: flex;
    padding-top: 5px;
	flex-wrap: wrap;
    align-items: flex-start;
}
.search-block-row .radio-block.type2{
    gap: 0px 10px;
}
.search-block-row .radio-block.type2 > div{
    width: 270px;
}
.search-block-row .radio-block.type2 > div:nth-child(6),
.search-block-row .radio-block.type2 > div:nth-child(8),
.search-block-row .radio-block.type2 > div:nth-child(9){
    order: 7;
}
.search-block-row .radio-block.type2 > div label{
    white-space: normal;
}


.search-block-row .cel2>.box {
    display: flex;
    align-items: center;
}
.search-block-row .cel2>.box>.item{
    display: flex;
    align-items: center;
}
.search-block-row .cel2>.box>.item{
    padding-right: 0.5em;
}

.search-block-row .cel2>.box>.item .inter{
    padding:0 0.8em;
}

.search-block-row .cel2>.box>.item .before{
    padding:0 0.8em 0 0;
}

.search-block-row .cel2>.box>.item .after{
    padding:0 0.8em;
}
@media screen and (max-width: 768px){
	.search-block{
		background: #EEEEEE;
		padding: 15px 0px 5px 15px;
		display: none;
	}
	.search-block-row .cel1,
    .search-block-row.type2 .cel1{
		font-size: 1.4rem;
		width: 95px;
	}
	.search-block-row .cel2,
    .search-block-row.type2 .cel2{
		width: calc(100% - 95px);
	}
	.search-block-row .cel2>.box{
		flex-wrap: wrap;
	}
	.search-block-row .cel2>.box>.item{
		padding-right: 0;
	}
	.search-block-row .cel2>.box>.item:nth-child(1){
		margin-bottom: 5px;
	}
    .search-block-row .radio-block.type2 > div:nth-child(6),
    .search-block-row .radio-block.type2 > div:nth-child(8),
    .search-block-row .radio-block.type2 > div:nth-child(9){
        order: 0;
    }
}

.search-submit{
    margin: 20px 0;
    text-align: center;
}

.search-submit .btn-b{
    display: block;
    margin: 0 auto;
}

.search-list-head{
    display: flex;
	flex-wrap: wrap;
    position: relative;
    align-items: center;
    margin-top: 10px;
	justify-content: space-between;
}

.search-list-ttl{
    font-size: 2.4rem;
    padding-right: 0.5em;
}
@media screen and (max-width: 768px){
	.search-list-ttl{
		font-size: 1.8rem;
	}
}
.search-list-num{
    font-size: 1.6rem;
    font-weight: bold;
}

.search-display{
    display: flex;
    align-items: center;
    right:0;
    top:-5px;
}

.search-display-ttl{
    padding-right: 1em;
}


.search-display-list{
    display: flex;
}


.search-display-list>li:nth-child(1){
    margin-right: 8px;
}

.search-display-list>li a{
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    padding-top: 3px;
    border-radius: 3px;

    border:1px solid #ccc;

    background: linear-gradient(to bottom, #FFFFFF 0%,#EAEAEA 100%);
}


.search-display-list>li a.active{
    border:1px solid #5769AF;
    background: linear-gradient(to bottom, #6195EB 0%,#5769AF 100%);

}

.search-display-list>li a::after{
    content:"";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px auto;
}


.search-display-list>li a.search-display-img::after{
    background-image: url(../img/display_off.png);
}


.search-display-list>li a.search-display-list::after{
    background-size: 22px auto;
    background-image: url(../img/display-list_off.png);
}


.search-display-list>li a.active.search-display-img::after{
    background-image: url(../img/display_on.png);
}


.search-display-list>li a.active.search-display-list::after{
    background-size: 22px auto;
    background-image: url(../img/display-list_on.png);
}

#swiper-favorite li{
    position: relative;
}

.goods-item{
    position: relative;
}


.goods-block{
    border-top:1px solid #EEEEEE;
    margin-top: 10px;
    padding-top: 40px;
}
.goods{
	position: relative;
    display: flex;
    flex-wrap: wrap;
}
.goods::after{
	content: "";
	position: absolute;
	left: 0px;
	bottom: 40px;
	width: 100%;
	height: 1px;
	background: #eee;
}
.goods.order::after{
    bottom: 20px;
}

.goods>li{
    position: relative;
    width: 18%;
    margin-right: 2.5%;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 85px;
    margin-bottom: 40px;
}
.goods.order>li{
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.goods>li:nth-child(5n){
    margin-right: 0;
}
.goods-bid-up,
.goods-bid-low{
    text-align: center;
    border: 1px solid #FF7373;
    color: #FF7373;
    margin-bottom: 10px;
    font-size: 1.4rem;
}
.goods-bid-low{
    border-color: #00BFFF;
    color: #00BFFF;
}
.goods-block.active .goods-bid-up,
.goods-block.active .goods-bid-low{
    position: absolute;
    top: 160px;
    left: 30px;
    width: 200px;
}
.goods-img-wrap{
    position: relative;
}

.goods-img{
	position: relative;
	display: block;
	text-align: center;
	width: 100%;
	/*padding-bottom: 100%;*/
}
	.goods-img img{
        /*
		position: absolute;
		top: 50%;
		left: 50%;
		max-width: 100%;
		max-height: 100%;
		transform: translate(-50%,-50%);
        */
        max-width: 100%;
        max-height: 100%;
	}
	.goods-img .rank{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 55px;
		height: 30px;
		text-align: center;
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 30px;
		color: #000;
	}
	.goods-img .rank.n{background: #F7EF90;}
	.goods-img .rank.s{background: #F8CC8C;}
	.goods-img .rank.sa{background: #ED8A83;}
	.goods-img .rank.a{background: #F5BECC;}
	.goods-img .rank.ab{background: #A8CC99;}
	.goods-img .rank.b{background: #CBE4E4;}
	.goods-img .rank.bc{background: #8798C7;}
	.goods-img .rank.c{background: #D3A3F4;}
	.goods-img .bid-update,
	.goods-img .bid-upper{
		background: #0085B2;
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 95px;
		height: 24px;
		text-align: center;
		font-size: 1.4rem;
		line-height: 26px;
		color: #fff;
	}
	.goods-img .bid-update{
		background: #FF5C26;
	}
.goods-ttl{
    font-weight: normal;
    font-size: 1.4rem;
    margin-bottom: 5px;
	color: #000;
	text-decoration: none;
}
.goods-ttl a{
	color: #000;
	text-decoration: none;
}
.goods-dl{
    display: flex;
    font-size: 1.3rem;
	white-space: nowrap;
	margin-bottom: 2px;
}
.goods-dl>dt{
    font-weight: bold;
    padding-right: 0.5em;
}
.goods-dl>dd.space{
	white-space: normal;
}
.goods-bid dt{
    font-size: 1.3rem;
    font-weight: bold;
}
.goods-bid dd{
    font-size: 1.8rem;
    font-weight: bold;
}
.goods-btn{
  text-align: center;
  margin: 10px auto 0;
	position: absolute;
	bottom: 10px;
  /*
	left: 50%;
	transform: translateX(-50%);
  */
  left: 0px;
  width: 100%;
}
.goods-btn .btn-b{
    margin: 0 auto;
}
.goods-box{
    padding: 5px;
	padding-top: 12px;
}
.goods-favorite{
    position: absolute;
    right:3px;
    top:0;
    width: 41px;
    height: 41px;
    -webkit-background-size: 41px auto;
    background-size: 41px auto;
    z-index: 2;
    background-image: url(../img/favorite_off.png);
    background-repeat: no-repeat;
}
.goods-favorite:hover{
    opacity: 1;
}
.goods-favorite.active{
    background-image: url(../img/favorite_on.png);
}

.goods-block.active .goods::after{
	display: none;
}
.goods-block.active .goods>li,
.goods-block.active .goods>li:nth-child(5n){
	width: 100%;
	display: flex;
    align-items: flex-start;
	padding-bottom: 15px;
	margin-bottom: 15px;
    margin-right: 0;
}
.goods-block.active .goods-img{
	width: 200px;
	/*padding-bottom: 200px;*/
	margin: 0 50px 0 30px;
}
.goods-block.active .goods-box{
	width: calc(100% - 400px);
}
.goods-block.active .item-price{
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
}
	.goods-block.active .item-price .goods-dl{
		margin-right: 1.1em;
	}
.goods-block.active .goods-btn{
	bottom: auto;
	left: auto;
	transform: none;
	top: 50px;
	right: 0px;
  max-width: 150px;
}
@media screen and (max-width: 1350px){
	.goods>li{
		width: 23.5%;
		margin-right: 2%;
	}
	.goods>li:nth-child(5n){
		margin-right: 2%;
	}
	.goods>li:nth-child(4n){
		margin-right: 0;
	}
}
@media screen and (max-width: 800px){
  .goods-block.active .goods>li, .goods-block.active .goods>li:nth-child(5n){
    padding-bottom: 65px;
  }
  .goods-block.active .goods.order>li,
  .goods-block.active .goods.order>li:nth-child(5n){
    padding-bottom: 20px;
  }
  .goods-block.active .goods-btn {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 10px;
    left: auto;
    transform: translateX(0%);
  }
}
@media screen and (max-width: 768px){
	.goods>li{
		width: 48%;
		margin-right: 2%;
	}
	.goods>li:nth-child(2n){
		margin-right: 0;
	}

	.goods-block.active .goods::after{
		display: block;
	}

  .goods-block.active .goods-bid{
      margin-bottom: 20px;
  }
  .goods>li{}

  .goods>li:nth-child(5n){
		width: 48%;
		display: block;
		padding-bottom: 85px;
		margin-bottom: 40px;
		margin-right: 2%;
	}
    .goods.order>li:nth-child(5n){
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
	.goods>li:nth-child(2n){
		margin-right: 0;
	}
    .goods-block.active .goods-bid-up,
    .goods-block.active .goods-bid-low{
        top: auto;
        bottom: 38px;
        left: 0;
        width: 40%;
    }
    .goods-block.active .goods-img-wrap{
        width: 40%;
    }
    .goods-block.active {
        padding-bottom: 40px;
    }

    .goods-block.active .goods-img {
        width: 100%;
        position: static;
        /*padding-bottom: 100%;*/
        margin: 0;
    }

    .goods-block.active .goods.order .goods-img {
        width: 40%;
    }
    .goods.order .goods-img img{
        width: 100%;
    }

    .goods-block.active .goods-box {
        position: static;
        width: 60%;
        padding-left: 15px;
    }

    .goods-block.active .item-price{
        margin-bottom: 0px;
    }
    .goods-block.active .item-price .goods-dl{
        margin-right: 0;
    }
     .goods-block.active .goods::after {
        display: none;
    }
}
@media screen and (max-width: 620px){
	.goods.period-preview>li,
	.goods.period-preview>li:nth-child(5n){
		padding-bottom: 10px;
	}
}
@media screen and (max-width: 580px){
	.goods>li,
  .goods>li:nth-child(5n){
		width: 100%;
		margin-right: 0%;
	}
  .goods-img-wrap{
    max-width: 300px;
    margin: 0 auto;
  }
}

/*入札中、お気に入り、最近見た商品*/
.swpier-goods{
	position: relative;
	border-bottom: 1px solid #eee;
	padding: 0 36px 40px;
	margin-bottom: 30px;
}
.swpier-goods .swiper-slide{
	width: 20%;
	padding: 0 10px;
}
.swpier-goods .swiper-slide a{
	color: #000;
	text-decoration: none;
}
.swpier-goods .swiper-slide .goods-ttl{
	font-size: 1.2rem;
	line-height: 1.42;
	margin-bottom: 5px;
}

.swpier-goods .swiper-button-next.swiper-button-disabled,
.swpier-goods .swiper-button-prev.swiper-button-disabled{
	display: none;
}


@media screen and (max-width: 1350px){
	.swpier-goods .swiper-slide{
		width: 25%;
	}
}
@media screen and (max-width: 768px){
	.swpier-goods .swiper-slide{
		width: 50%;
	}
}

.swiper-button-next, .swiper-button-prev {
    top: 50%;
    width: 36px;
    height: 36px;
    margin-top: -18px;
	background: linear-gradient(#fefefe,#f5f5f5,#ebebeb);
	border: 1px solid #ccc;
}
.swiper-button-prev{left: 0px;}
.swiper-button-next{right: 0px;}
.swiper-button-prev::after{
	content: "";
    position: absolute;
    left: 55%;
    top: 50%;
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(-45deg) translate(-50%,-50%);
    transform-origin: top left;
}
.swiper-button-next::after{
	content: "";
    position: absolute;
    right: 55%;
    top: 50%;
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg) translate(-50%,-50%);
    transform-origin: bottom;
}





























/*
input
*/
/*初期化*/

input[type="email"],
input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"],
textarea,
select{
width: 100%;
max-width: 100%;
appearance: none;
margin: 0;
padding: 0;
border-radius: none;
border-radius: 0;
border:none;
border:0;
box-shadow: none;
outline: none;
vertical-align: bottom;
font-family:'Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック','sans-serif';
}
input[type="number"]{
	text-align: right;
}
textarea{
	resize: vertical;
    background: #fff;
    border:1px solid #ccc;
    padding:0.8em 1em;
	line-height: 1.2;
}
button{
	appearance: none;
	display: inline-block;
    border:0;
    box-shadow: none;
    outline: none;
	vertical-align: bottom;
	font-family:'Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック','sans-serif';
}

input[type="email"],
input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"]{
    height: 40px;
    width: 445px;
    background: #fff;
    border:1px solid #ccc;
    padding:0 1em;
}
input[type="number"]{
	padding-right: 0px;
}

input.input-a{
    max-width: 357px;
}
input.input-b{
    max-width: 222px;
}
input.input-c{
    max-width: 113px;
}
input.input-d{
    max-width: 278px;
}
input.input-e{
    max-width: 500px;
}
input.input-f{
    max-width: 200px;
}
input.input-max{
    width: 100%;
    max-width: 100%;
}

input.input{
    height: 34px;
    width: 318px;
    border:1px solid #ccc;
    padding:0 1em;
    font-size: 1.4rem;
}

input.input.bg{
    background: #F7F7F7;
}

input.input.type-a{
    max-width: 209px;
}

textarea.textarea-a{
	max-width: 660px;
	height: 80px;
}
textarea.textarea-b{
	max-width: 660px;
	height: 160px;
}
textarea.textarea-c{
	max-width: 900px;
	height: 220px;
}
textarea.textarea-d{
	height: 150px;
}


::placeholder {
  color: #999999;
  font-style: italic;
}


@media screen and (max-width:1000px){
    input[type="email"],
    input[type="text"],
	input[type="password"],
	input[type="number"],
	input[type="tel"]{
        height: 34px;
        width: 100%;
        font-size: 1.4rem;
    }

    input.input-a,
    input.input-b,
    input.input-d{
        width: 100%;
    }

    input.input-c {
        width: 90px;
    }


}


.select-label{
    position: relative;
    width: 212px;
}


.select-label select{
    position: relative;
    width: 100%;
    padding: 8px 30px 8px 1em;
    font-size: 1.4rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #BBBBBB;
    cursor: pointer;
    background: #fff;
    height: 40px;
    box-sizing: border-box;
}

.select-label select::-ms-expand{
    display: none;
}

.select-label::after {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    right: 15px;
    width: 0;
    margin-top: -1px;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
    pointer-events: none;
}


@media screen and (max-width:1000px){
    .select-label select{
        height: 34px;
    }
}





.select-label2{
    position: relative;
    min-width: 209px;
}
.select-label2.small{
    min-width: 140px;
}


.select-label2 select{
    position: relative;
    width: 100%;
    padding: 0px 30px 0px 1em;
    font-size: 1.4rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #BBBBBB;
    cursor: pointer;
    background: #fff;
    height: 34px;
    box-sizing: border-box;
}

.select-label2 select::-ms-expand{
    display: none;
}

.select-label2::after {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    right: 15px;
    width: 0;
    margin-top: -1px;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
    pointer-events: none;
}





/*ラジオボックス*/
.radio-group {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 0;
    align-items: center;
    flex-wrap:wrap;
}

.radio-group label{
    line-height: 17px;
    white-space: nowrap;
    vertical-align: middle;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding-right: 20px;
    margin-bottom: 5px;
}

.radio-group input{
    display: none;
}

.radio-group span {
    position: relative;
    padding-left: 1.6em;
    line-height: 1.5em;
    display: block;
}

.radio-group span::before{
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height: 16px;
    position: absolute;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border:1px solid #BBBBBB ;
    background: #fff;

}

.radio-group input:checked + span::after{
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height:16px;
    background: #999999;
    border:1px solid #999 ;
    transform: scale(0.4);
    -webkit-border-radius: 50%;
    border-radius: 50%;
}



/*ラジオボックス*/
.radio-group2 {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 0;
    align-items: center;
    flex-wrap:wrap;
}

.radio-group2 label{
    line-height: 17px;
    white-space: nowrap;
    vertical-align: middle;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding-right: 20px;
    margin-bottom: 5px;
}

.radio-group2 input{
    display: none;
}

.radio-group2 span {
    position: relative;
    padding-left: 1.6em;
    line-height: 1.5em;
    display: block;
}

.radio-group2 span::before{
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height: 16px;
    position: absolute;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border:1px solid #AAAAAA;
    background: linear-gradient(to bottom, #FFFFFF 0%,#EAEAEA 100%);

}

.radio-group2 input:checked + span::after{
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height:16px;
    background: #777777;
    border:1px solid #777777 ;
    transform: scale(0.4);
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
@media screen and (max-width: 768px) {
    .radio-group span::before,
    .radio-group input:checked + span::after,
    .radio-group2 span::before,
    .radio-group2 input:checked + span::after{
        top: -1px;
    }
}


.check-group input:checked + span::before{
    background: #6195EB;
    border:1px solid #6195EB;
}


/*チェックボックス*/
.check-group2 {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 0;
    align-items: center;
    flex-wrap: wrap;
}

.check-group2 label{
    line-height: 17px;
    white-space: nowrap;
    vertical-align: middle;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding-right: 20px;
    margin-bottom: 5px;
}

.check-group2 input{
    display: none;
}

.check-group2 span {
    position: relative;
    padding-left: 1.7em;
    line-height: 1.5em;
    display: block;
}

.check-group2 span::before{
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 17px;
    height: 17px;
    position: absolute;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border:1px solid #BBBBBB ;
    background: #fff;
}

.check-group2 input:checked + span::before{
    background: #6195EB;
    border:1px solid #6195EB;
}

.check-group2 input:checked + span::after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 2px;
    width: 11px;
    height: 6px;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    transform: rotate(-45deg);
}

@media screen and (max-width:1000px){
    .check-group2 label {
        margin-bottom: 10px;
    }

}



/*チェックボックス*/
.check-group3 {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 0;
    align-items: center;
    flex-wrap: wrap;
}

.check-group3 label{
    line-height: 17px;
    white-space: nowrap;
    vertical-align: middle;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding-right: 20px;
    margin-bottom: 5px;
}

.check-group3 input{
    display: none;
}

.check-group3 span {
    position: relative;
    padding-left: 1.7em;
    line-height: 1.5em;
    display: block;
}

.check-group3 span::before{
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    position: absolute;
    border:1px solid #AAAAAA;
    background: linear-gradient(to bottom, #FFFFFF 0%,#EAEAEA 100%);
}


.check-group3 input:checked + span::after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 3px;
    width: 10px;
    height: 5px;
    border-bottom: 3px solid #777;
    border-left: 3px solid #777;
    transform: rotate(-45deg);
}


@media screen and (max-width:1000px){
    .check-group3 label {
        margin-bottom: 10px;
    }

}




/*チェックボックス*/
.check-group4 {
    position: absolute;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 0;
    align-items: center;
    flex-wrap: wrap;
    width: auto;
    right: 5px;
    bottom: 0;
}

.check-group4 label {
    position: absolute;
    width: 26px;
    height: 30px;
    right: 5px;
    top: -33px;
    line-height: 30px;
    white-space: nowrap;
    vertical-align: middle;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding-right: 0px;
    margin-bottom: 0px;
}

.check-group4 input{
    display: none;
}

.check-group4 span {
    position: absolute;
    padding-left: 1.7em;
    display: block;
    top: 0;
    left: 0;
}

.check-group4 span::before{
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 26px;
    height: 26px;
    position: absolute;
    border:5px solid #AAAAAA;
    background: #EEEEEE;
    box-sizing: border-box;
}

.check-group4 input:checked + span::after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 13px;
    height: 8px;
    border-bottom: 5px solid #FF0000;
    border-left: 5px solid #FF0000;
    transform: rotate(-49deg);
}

@media screen and (max-width:1000px){
    .check-group4 label {
        margin-bottom: 10px;
    }


}

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

    .goods-block.active .goods-img {
        width: 100%;
        position: static;
        /*padding-bottom: 100%;*/
        margin: 0;
    }

    .check-group4 {
        position: absolute;
        display: -webkit-flex;
        display: flex;
        margin-bottom: 0;
        align-items: center;
        flex-wrap: wrap;
        width: auto;
        right: 5px;
        bottom: -6px;
    }

}




/*チェックボックス*/
.check-group {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 0;
    align-items: center;
    flex-wrap: wrap;
}

.check-group label{
    line-height: 17px;
    white-space: nowrap;
    vertical-align: middle;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding-right: 20px;
}

.check-group input{
    display: none;
}

.check-group span {
    position: relative;
    padding-left: 2.2em;
    line-height: 1.5em;
    display: block;
}

.check-group span::before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    width: 22px;
    height: 22px;
    position: absolute;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border:1px solid #BBBBBB ;
    background: #fff;
}

.check-group input:checked + span::before{
    /*background: #DF1C13;
    border:1px solid #DF1C13 ;*/
}

.check-group input:checked + span::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 5px;
    width: 11px;
    height: 6px;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    transform: rotate(-45deg);
}

@media screen and (max-width:1000px){

}



.submit-btn{
    display:inline-block;
    width: 300px;
    line-height:57px;
    height: 57px;
    border-radius: 10px;
    background: #000;
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    transition: opacity 0.3s ease;
    cursor: pointer;
}
.submit-btn:hover{
  opacity: 0.7;
}

.submit-btn.back{
    background: #777;
}


@media screen and (max-width:1000px){
    .submit-btn {
        width: 258px;
        line-height: 50px;
        height: 50px;
        font-size: 1.6rem;
    }

}


/*
違反報告
*/
.item-box{
	display: flex;
	margin-bottom: 25px;
}
	.item-box .img{
		position: relative;
		border: 1px solid #ccc;
		width: 120px;
		height: 120px;
	}
		.item-box .img img{
			position: absolute;
			top: 50%;
			left: 50%;
			max-width: 100%;
			max-height: 100%;
			transform: translate(-50%,-50%);
		}
	.item-box .info{
		padding: 10px 0 0 20px;
		width: calc(100% - 120px);
	}
	.item-box .item-title{
		font-size: 1.8rem;
		font-weight: bold;
		margin-bottom: 5px;
	}
	.item-box .cel{
		display: flex;
	}
	.item-box .cel p{
		font-size: 1.4rem;
		font-weight: bold;
		padding-right: 1em;
	}
	.item-box .cel p a{ font-weight: normal;}

	.item-box .now-price{
		display: flex;
		align-items: center;
	}
	.item-box .now-price p:first-child{
		padding-right: 1em;
	}
	.item-box .now-price .price{
		font-size: 2.4rem;
		font-weight: bold;
		color: #DF1A13;
		white-space: nowrap;
	}

.violation-user{
	font-size: 1.4rem;
	margin-bottom: 10px;
}
.violation-user p:nth-child(1){
	font-weight: bold;
	padding-right: 0.8em;
}
.violation-user p:nth-child(2){
	padding-right: 1.5em;
}
.violation-user p:nth-child(3){
	font-size: 1.2rem;
}

.textarea-form{

}
.textarea-form .msg{
	font-size: 1.4rem;
	color: #444;
	margin-bottom: 5px;
}
.textarea-form textarea{
	margin-bottom: 15px;
}
.textarea-form .output{
	padding: 1em;
	border: 1px solid #ccc;
	font-size: 1.4rem;
	max-width: 900px;
	background: #eee;
	color: #000;
}

@media screen and (max-width: 768px){
	.item-box .img{
		width: 100px;
		height: 100px;
	}
	.item-box .info{
		padding: 0px 0 0 10px;
		width: calc(100% - 100px);
	}
	.item-box .item-title{
		font-size: 1.6rem;
	}
	.item-box .now-price .price{
		font-size: 1.8rem;
	}
}

/*
入札
*/
.bid-wrap{
	max-width: 800px;
	margin: 0 auto;
	padding: 35px 0;
}
	.bid-wrap .item-box{
		padding: 0 20px;
	}
.bid-form{
	background: #f0f0f0;
	padding: 50px 15px 60px;
	text-align: center;
}
	.bid-form p{
		margin-top: -10px;
		margin-bottom: 1.7em;
	}
	.bid-form ul{
		padding-bottom: 35px;
	}
	.bid-form ul li{
		margin-bottom: 5px;
	}
	.bid-form ul li:nth-child(2){padding: 0 1em;}
	.bid-form ul li strong{
		font-size: 1.8rem;
	}
	.bid-form ul li input{
		max-width: 260px;
		font-weight: bold;
	}
@media screen and (max-width: 768px){
	.bid-wrap{
		padding: 0px 0 20px;
	}
		.bid-wrap .item-box{
			padding: 0px;
		}
	.bid-form{
		padding: 10vw 10px;
		text-align: center;
	}
		.bid-form ul{
			padding-bottom: 6vw;
		}
		.bid-form ul li strong{
			font-size: 1.6rem;
		}
		.bid-form ul li input{
			max-width: 160px;
			font-weight: bold;
		}
}

/*
入札履歴
*/
.headline-bid{
	font-size: 2.4rem;
	line-height: 1.52;
	font-weight: bold;
	margin-bottom: 15px;
}
.bid-history{
	margin-bottom: 30px;
}
.bid-history li{
	display: flex;
	flex-wrap: wrap;
	font-size: 1.4rem;
	padding: 0.5em 1em;
}
.bid-history li:nth-child(2n-1){
	background: #f6f6f6;
}
.bid-history li>p:nth-child(1){
	width: 230px;
}
.bid-history li>p:nth-child(2){
	width: 160px;
	overflow: hidden;
	padding-right: 2em;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.bid-history li>p:nth-child(3){
	width: calc(100% - 390px);
}

@media screen and (max-width: 768px){
	.headline-bid{
		font-size: 1.6rem;
		line-height: 1.52;
	}
}


/*ページャー*/

.pager-block{
    border-bottom:1px solid #EEEEEE;
    padding-bottom: 30px;
    text-align: center;
}
.pager-block.pg-top{
	padding-top: 30px;
}
.pager {
    position: relative;
    text-align: center;
    letter-spacing: -0.5em;
    padding: 0px 44px;
    margin: 0px 0 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.pager li{
    display: inline-block;
    height: 34px;
    line-height: 34px;
    width: 34px;
    text-align: center;
    letter-spacing: normal;
    vertical-align: middle;
    font-weight: bold;
    /*border-right:1px solid  #45266D;*/
    margin: 0 5px;
    font-size: 2rem;
}

.pager li:first-child{border-right:none;}
.pager li:last-child{border-right:none;}
.pager li:nth-last-child(2){border-right: #45266D;}
.pager .first{}

.pager .prev{
    margin: 0;
    width: auto;
    font-weight: bold;
}

.pager .prev a{
    display: block;
    margin: 0;
    width: 105px;
    height: 36px;
    line-height: 36px;
    text-align:     center;
    display: block;
    border-radius: 3px;
    background: linear-gradient(to bottom, #FFFFFF 0%,#EAEAEA 100%);
    border:1px solid #CCCCCC;
    font-size: 1.3rem;
    color: inherit;
}


.pager .next{
    margin: 0;
    width: auto;
    font-weight: bold;
}

.pager .next a{
    display: block;
    margin: 0;
    width: 105px;
    height: 36px;
    line-height: 36px;
    border-radius: 3px;
    text-align:     center;
    border:1px solid #CCCCCC;
    background: linear-gradient(to bottom, #FFFFFF 0%,#EAEAEA 100%);
    font-size: 1.3rem;
    font-weight: normal;
    color: #000;
}



.pager .last{}

.pager span {
    display: block;
    margin: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 3px;
    text-align: center;
    border:1px solid #5769AF;
    background: linear-gradient(to bottom, #6195EB 0%,#5769AF 100%);
    font-size: 1.3rem;
    text-decoration: none;
    color: #fff;

}
    .news .pager span{
        background: #45266D;
    }

.pager a{
    display: block;
    margin: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 3px;
    text-align: center;
    border:1px solid #CCCCCC;
    background: linear-gradient(to bottom, #FFFFFF 0%,#EAEAEA 100%);
    font-size: 1.3rem;
    text-decoration: none;
    color:#000;
    font-weight: normal;

}


.pager .next a,.pager .next span,
.pager .last a,.pager .last span{
}

.pager .prev {
    margin-right: 30px;
}

.pager .next {
    margin-left: 30px;
}

.pager-total{
    text-align:center;
    margin-top: 15px;
    font-size:  1.4rem;
}



    @media screen and (max-width:1000px){
        /*ページャー*/
        .pager{
			padding-bottom: 0px;
		}

        .pager {
            letter-spacing: -0.5em;
            padding: 0px 44px;
            margin: 0px;
        }


        .pager a {
            display: block;
            margin: 0;
            width: 27px;
            height: 27px;
            line-height: 27px;
        }
        .pager span {
            width: 27px;
            height: 27px;
            line-height: 27px;
            font-size: 1.4rem;
        }



        .pager .prev,
        .pager .next{
			position: absolute;
			top: 0px;
		}
        .pager .prev{left: 0px;}
        .pager .next{right: 0px;}

        .pager li {
            font-size: 1.3rem;
            width: 27px;
            margin: 0 3px;
        }

        .pager .prev a {
            width: 43px;
            height: 27px;
            line-height: 27px;
            font-size: 1.3rem;
        }
        .pager .next a {
            width: 43px;
            height: 27px;
            line-height: 27px;
            font-size: 1.3rem;
        }
        .pager span {
            font-size: 1.3rem;
        }
        .news-block {
            padding-top: 0px;
        }
        .pager {
            margin: 0 0 0px;
        }
    }


/*
マイページ
*/

.parent-tab{
    position: relative;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.parent-tab::after{
    content:"";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    bottom:0;
    left:0;
    background: #ccc;
    z-index: -1;
}

.parent-tab>li{
    width: calc((100% - 12px ) / 3);
    border-bottom: 0;
}
.parent-tab>li.wide{
    width: 100%;
}

.parent-tab>li>a,
.parent-tab>li>span{
    position: relative;
    display: block;
    padding:12px 20px;
        text-decoration: none;
    color:#666666;
    font-size: 1.8rem;
	font-weight: bold;
    text-align: center;
    border:1px solid #ccc;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background: linear-gradient(to top, #ECECEC 0%, #FFFFFF 100%);
}

.parent-tab>li>span{
    opacity: 0.5;
}

.parent-tab>li.active>a::after,
.parent-tab>li.active>span::after{
    content:"";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    left:0;
    bottom: -1px;
}

.parent-tab>li.active>a,
.parent-tab>li.active>span{
    position: relative;
    font-weight: bold;
    color:#000;
    background: linear-gradient(to top, #FFFFFF 0%,#ECECEC 100%);
    opacity: 1;
}



.child-tab {
    position: relative;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    padding: 20px 35px 0;
    background: #E0E0E0;
}

.child-tab >a{
    width: 24.7%;
    display: block;
    padding:15px 10px 10px;
    text-decoration: none;
    font-size: 2rem;
    text-align: center;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background:#F4F4F4;
    text-align: center;
    color:#666666;
}
.child-tab.line5 >a{
	width: 19.7%;
}

.child-tab a.active{
    position: relative;
    background: #FFF;
    color:#000;
}


.child-tab a>span{
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
}

.child-tab a>strong{
    font-size: 2.4rem;
}
.child-tab a:nth-last-child(1) >strong {
    font-size: 2rem;
}
@media screen and (max-width:1340px){
	.child-tab >a{
		padding: 15px 5px 10px;
	}
	.child-tab a>span{
		font-size: 1.2rem;
	}
}


.parent-tab>li.alert a,
.child-tab a.alert{
    animation: tab-attention 1.0s ease-in 0s infinite;
}
@keyframes tab-attention{
  0% { opacity: 1; }
  45% { opacity: 0.8; color: #ff0000;}
  65% { opacity: 0.8; color: #ff0000;}
  100% { opacity: 1; }
}
.parent-tab>li.alert-blue a,
.child-tab a.alert-blue{
    animation: tab-attention-blue 1.0s ease-in 0s infinite;
}
@keyframes tab-attention-blue{
    0% { opacity: 1; }
    45% { opacity: 0.8; color: #6195EB;}
    65% { opacity: 0.8; color: #6195EB;}
    100% { opacity: 1; }
}


@media screen and (max-width:1000px){
    .parent-tab{
        margin-bottom: 10px;
    }

    .parent-tab>li>a,
    .parent-tab>li>span{
        padding: 5px 10px;
        font-size: 1.5rem;
        font-weight: bold;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        flex-wrap: wrap;
    }

    .child-tab {
        margin-bottom: 30px;
        padding: 10px 8px 0;
    }

    .child-tab a {
        width: 24%;
        padding: 5px 5px 2px;
    }

    .child-tab a>span {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1rem;
        min-height: 3.1em;
    }

    .child-tab a>strong {
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 700px){
  .parent-tab>li>a>span:last-child{
      font-size: 1.2rem;
      white-space: nowrap;
  }
}
@media screen and (max-width: 420px){
	.child-tab a>span {
		font-size: 2vw;
	}
    .child-tab a:nth-last-child(1) >strong {
        font-size: 1.6rem;
    }
}

.headline-no-auction{
    font-size: 2.4rem;
	font-weight: bold;
	/*color: #DF1B13;
	margin-top: -1em;
	margin-bottom: 0.5em;*/
	color: #DF1B13;
	border: 4px solid #DF1B13;
	padding: 0.5em 1em;
	text-align: center;
	margin-bottom: 1em;
}

.table-search{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.table-search-ttl{
    font-size: 2.4rem;
    margin-right: 1em;
}

.table-search-input{
    padding-right: 10px;
}
.table-search-input input[type="text"]{
	height: 34px;
	font-size: 1.3rem;
}

.table-search-btn{
    margin-top: -1px;
}

.mypage-head{
    display: flex;
    justify-content: space-between;
    flex-direction:row-reverse;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
}
.mypage-head.reverse-no{
    flex-direction:row;
}

.mypage-head .btn-yellow-l{
    display: block;
}

.mypage-comment{
	display: flex;
	align-items: flex-end;
}
.mypage-comment dl{
	display: flex;
	align-items: flex-end;
	font-size: 1.4rem;
	padding-right: 1.42em;
}
.mypage-comment dl dt{
	font-weight: bold;
	line-height: 25px;
}
.mypage-comment dl dd{
	padding-left: 1em;
}
.mypage-comment dl dd a{
	display: inline-block;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 1px;
	margin-left: 0.2em;
}
@media screen and (max-width: 1200px){
	.mypage-comment{
		display: block;
	}
}

.mypage-list-ttl{
    font-size:2.4rem;
    margin-bottom: 10px;
}

.mypage-list-msg{
    font-size:2rem;
    color:#DF1B13;
    font-weight: bold;
    margin-bottom: 20px;
}



.mypage-order{
    display: flex;
    align-items: center;
}
.mypage-order.right{
    justify-content: flex-end;
}

.mypage-order-ttl{
    font-size: 1.6rem;
    margin-right: 10px;
}

.mypage-order-box,
.mypage-order-box2 {
    margin-top: -3px;
}
.mypage-order-box2{
	margin-left: 10px;
}
.mypage-order-box2 .select-label2{
	min-width: 80px;
}
@media screen and (max-width: 400px){
	.mypage-order{
		flex-wrap: wrap;
	}
	.mypage-order-box2{
		margin: 10px 0 0 0;
	}
	.mypage-order-box2 .select-label2{
		min-width: 100px;
	}
	.mypage-order-box2.small{
		margin: -3px 0 0 5px;
	}
}
@media screen and (max-width: 339px){
	.mypage-order-box2.small{
		margin: 10px 0 0 5px;
	}
}

.mypage-block{}

.status-delivery,
.status-pause,
.status-reputup{
	background: #DF1C13;
	color: #fff;
	padding: 0.2em 1em 0.1em;
	white-space: nowrap;
}
.status-delivery{
	background: #008C46;
}
.status-pause{
	background: #666;
}

.data-tbl{
    border-collapse: collapse;
    width: 100%;
}

.data-tbl thead{
    background: #FF904C;
    color: #fff;

}
.data-tbl thead th{
    padding: 12px 0;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
}

.data-tbl thead th>span{
    display: block;
    padding: 0 2em;
    white-space: nowrap;
    border-left:1px solid #fff;
}
.data-tbl.type2 thead th>span{
	padding: 0 1em;
}

.data-tbl thead tr th:nth-child(1)>span{
    border-left:0;
}
.data-tbl thead tr.line th{
    vertical-align: middle;
}
.data-tbl thead tr.line th>span{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
}

.data-tbl tbody td{
    text-align: center;
    padding: 18px 5px;
    vertical-align: middle;
    font-size: 1.4rem;
}
.data-tbl.comment tbody td{
    padding: 18px 15px;
}

.data-tbl tbody td .btn-yellow{
    display: block;
    margin: 0 auto 5px;
}
.data-tbl tbody td img{
	margin: 0 10px;
}
@media screen and (max-width: 1000px){
	.data-tbl tbody td img{
		margin: 0 0px;
		max-width: 100% !important;
	}
}
.data-tbl tbody td>a.goods{
    display: inline-block;
    max-width: 155px;
}

.data-tbl tbody tr{
    border-bottom: 1px solid #CCCCCC;
}
/*
.data-tbl tbody tr:nth-child(even){
	background: #FCFDFE;
}
.data-tbl tbody tr:nth-child(odd){
	background: #F3F5FA;
}
*/
.data-tbl-goods{
	text-align: left;
	padding: 0 2em;
}
.data-tbl-goods .number{
	font-size: 1.1rem;
	display: block;
	margin-top: 15px;
	color: #666;
}

.data-tbl .check-group3{
    display: inline-block;
}


.data-tbl .check-group3 label{
    padding-right: 0;
}

.data-tbl .check-group3 span{
    height: 1em;
    padding-left: 0;
    width:18px;
}

.data-tbl .input-tbl{
    width: 157px;
    height: 34px;
    font-size: 1.4rem;
    text-align: right;
}

.data-tbl .bid-num{
    font-weight: bold;
    font-size: 1.6rem;
}
.data-tbl .bid-extention-count{
	white-space: nowrap;
}
.data-tbl .bid-reject{
	display: inline-block;
	background:#3CA2C3;
	font-size: 1.2rem;
	color: #fff;
	padding: 0.1em 0.5em;
}
.data-tbl .bid-extention{
	display: inline-block;
	background:#D9A300;
	font-size: 1.2rem;
	color: #fff;
	padding: 0.1em 0.5em;
}
.data-tbl .negotiation0,
.data-tbl .negotiation1,
.data-tbl .negotiation2,
.data-tbl .negotiation3{
  white-space: nowrap;
  display: inline-block;
	background:#FFCD67;
	font-size: 1.2rem;
	font-weight: bold;
  padding: 0.3em 0.5em;
  min-width: 6em;
  border-radius: 3px;
}
.data-tbl .negotiation1{background:#5DB1CD;}
.data-tbl .negotiation2{background:#5DB1CD;}
.data-tbl .negotiation3{background:#C0C0C0;}

.data-tbl .person{

}

.data-tbl-image{
	position: relative;
}
	.data-tbl-image .bid-update,
	.data-tbl-image .bid-upper{
		background: #0085B2;
		position: absolute;
		bottom: 0px;
		left: 10px;
		width: 100px;
		height: 23px;
		text-align: center;
		font-size: 1.4rem;
		line-height: 24px;
		color: #fff;
	}
	.data-tbl-image .bid-update{
		background: #FF5C26;
	}
.data-tbl.confirm .data-tbl-image{
  max-width: 160px;
  margin: 0 auto;
}
.data-tbl.confirm .data-tbl-image>img{
  margin: 0 !important;
}
.data-tbl.confirm .data-tbl-image .bid-update,
.data-tbl.confirm .data-tbl-image .bid-upper{
  left: 0;
}
.mypage-select-all{
    display: flex;
    font-size: 1.4rem;
    margin-top: 30px;
    margin-bottom: 20px;
}

.mypage-out{
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.mypage-out .mypage-select-all{
    margin: 0 20px 0 0;
}

.mypage-out-box{
    margin-right: 15px;
}
.mypage-out-box .select-label2{
    min-width:152px;
}
.mypage-out-ttl{
    font-weight: bold;
    font-size: 1.4rem;
    margin-right: 1em;
}

.mypage-select-check{
    padding-right: 1em;
}
.data-tbl-ope{
	padding: 0 1.5em;
}
.data-tbl-ope button,
.data-tbl-ope a{
    margin-top: 5px;
}
.data-tbl-ope button:first-child,
.data-tbl-ope a:first-child{
	margin-top: 0;
}

.mypage-note{
    border:4px solid #DF1C13;
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.mypage-note-box1{
    font-size: 2rem;
    color: #DF1C13;
    font-weight: bold;
    padding: 10px 15px;
}
.mypage-note-box2{
    padding: 10px 20px;
}
.mypage-note-btn{
    width: 117px;
    height: 31px;
    line-height: 31px;
    color:#fff;
    background: #DF1C13;
    display: block;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
}

.data-tbl-box em{
    color:#DF1C13;
}
.data-tbl-box .box2 .price{
    display: block;
    padding: 0 10px 0 10px;
    margin:0 auto;
    text-align: right;
	white-space: nowrap;
}
.data-tbl-box .box2 .memo{
    display: block;
    padding: 0 5px;
    text-align: left;
	font-size: 1.2rem;
    /*min-width: 80px;*/
}
.mypage-tbl-btn{
    display: flex;
    justify-content: center;
    margin: 30px 0;
}
.mypage-tbl-btn a,
.mypage-tbl-btn button{
    margin: 0 15px;
}
.data-tbl-flex{
	display: flex;
	justify-content: center;
}
.data-tbl-flex a,
.data-tbl-flex button{
	margin: 5px;
}
@media screen and (max-width: 1300px){
  .data-tbl-flex{
      flex-wrap: wrap;
  }
}
@media screen and (max-width: 1600px){
	.data-tbl thead th>span{
		padding: 0 1em;
	}
	.data-tbl-goods{
		padding: 0 2em;
	}
    .data-tbl .input-tbl {
        width: 120px;
    }
}
@media screen and (max-width: 1600px){
	.data-tbl-goods{
		padding: 0 1em;
	}
    .data-tbl.type2 thead th{
		font-size: 1.2rem;
	}
    .data-tbl.type2 thead th>span {
        padding: 0 0.5em;
	}
}
@media screen and (max-width:1300px){
    .data-tbl thead th{
        font-size: 1.4rem;
    }

    .data-tbl tbody td{
        font-size: 1.2rem;
    }
    .data-tbl thead th>span {
        padding: 0 0.5em;
    }
	.data-tbl-goods{
		padding: 0 1em;
	}
}
@media screen and (max-width:1000px){
	.headline-no-auction{
        font-size: 2rem;
		margin: 0.5em auto 0.5em;
	}
    .table-search{
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }

    .table-search-ttl {
        font-size: 2rem;
        margin-bottom: 10px;
    }

    .table-search-input{
        text-align: center;
        margin-bottom: 10px;
    }
        .table-search-input .select-label2{
            display: block;
            width: 100%;
        }

    .table-search-btn{
        width:100%;
        text-align: center;
    }
    .table-search-btn .btn-b{
        display: block;
        margin:  0 auto;
    }


    .mypage-out-box{
        margin-right: 10px;
    }


    .mypage-head {
        margin-top: 30px;
        display: block;
        margin-bottom: 10px;
    }

	.mypage-comment{
		margin-bottom: 10px;
	}

    .data-tbl,
    .data-tbl tbody,
    .data-tbl tbody tr,
    .data-tbl tbody th,
    .data-tbl tbody td{
        width: 100%;
        padding: 0;
        margin: 0;
        display: block;
    }

    .mypage-head .btn-yellow-l{
        display: block;
        margin: 0 auto;
    }
	.put-btn-block{
		margin-bottom: 15px;
	}
    .put-btn-block.right{
        bottom: -65px;
    }


    .data-tbl{
        border-left:1px solid #ccc;
    }

    .data-tbl thead{
        display: none;
    }
    .data-tbl tbody{
        display: flex;
        flex-wrap:wrap;
    }

    .data-tbl tbody tr{
        position: relative;
        width: 50%;
        padding: 15px 10px 15px;
        border-top:1px solid #ccc;
        border-right:1px solid #ccc;
        margin-top: -1px;
    }


    .data-tbl tbody td{
        margin-bottom: 5px;
    }

    .data-tbl-goods{
        display: block;
        min-height: 3em;
        font-size: 1.2rem;
        width: 100%;
		padding: 0 0.5em;
    }

    .data-tbl .input-tbl {
        width: 106px;
        height: 34px;
        font-size: 1.3rem;
        padding: 0 0.5em;
        text-align: right;
    }

    .data-tbl .btn-yellow-t {
        position: relative;
        display: block;
        margin: 0 auto;
    }

    .data-tbl-ope{
/*
        position: absolute;
        width: 100%;
        left:0;
        bottom:0;
        padding-bottom: 15px;
*/
		width: 100%;
        padding: 15px 0 0;
        display: flex;
        flex-wrap: wrap;
    }
	.data-tbl-ope button{
		margin: 0 auto 5px;
	}

  .data-tbl-image,
  .data-tbl.confirm .data-tbl-image{
    max-width: 300px;
    margin: 15px auto;
  }
  .data-tbl-image>img{
    max-width: 100% !important;
    margin: 0 !important;
  }
  .data-tbl-image .bid-update,
  .data-tbl-image .bid-upper{
    left: 0;
  }
  .data-tbl-box{
      display: flex;
      justify-content: space-between;
      align-items: center;
      /*max-width: 300px;*/
      margin: 0 auto;
      width: 100%;
      border-bottom: 1px solid #ddd;
  }
  .data-tbl-box .box1{
      width: 100px;
      font-size: 1.1rem;
      text-align: left;
      /*background: #eee;*/
      padding: 5px;
      font-weight: bold;
  }
  .data-tbl-box .box2{
      text-align: right;
      width:calc(100% - 100px);
      padding: 5px;
  }
  .data-tbl-box .box2 .price{
      padding:  0;
  }
  .data-tbl-box .box2 .memo{
      padding:  0;
      text-align: right;
  }
  .deta-tbl-ope{
      justify-content: center;
      display: flex;
      align-items: center;
  }
  .deta-tbl-ope .box1{
      margin-right: 10px;
  }

  .mypage-order{
      margin-bottom: 20px;
  }

  .mypage-order-ttl {
      font-size: 1.4rem;
      margin-right: 10px;
      width: 60px;
      flex-wrap:wrap;
  }

  .table-search-input {
      padding-right: 0;
  }

  .mypage-out{
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 40px;
  }

  .mypage-out-ttl {
      width: 100%;
      white-space: nowrap;
      font-weight: bold;
      font-size: 1.1rem;
      margin-right: 0.5em;
      margin-bottom: 5px;
  }


  .mypage-select-all{
      font-size: 1.2rem;
  }


  .mypage-order-box{
      margin-bottom: 0px;
  }


  .mypage-order-box .btn-black-s{
      min-width: 85px;
  }

  .mypage-out-btn .btn-black-s{
      min-width: 0;
      width: 65px;
      padding: 0;
      font-size: 1.2rem;
  }

  .mypage-list-ttl{
      font-size:2rem;
      margin-bottom: 10px;
  }

  .mypage-list-msg{
      font-size:1.8rem;
      color:#DF1B13;
      font-weight: bold;
      margin-bottom: 20px;
  }

  .mypage-note{
      display: block;
  }

  .mypage-note-box1{
      font-size: 1.4rem;
      color: #DF1C13;
      font-weight: bold;
      padding: 10px 15px 5px;
  }
  .mypage-note-box2{
      text-align: center;
      padding: 0px 20px 10px;
  }
  .mypage-note-btn {
      display: inline-block;
  }
}

@media screen and (max-width:640px){
	.data-tbl-flex{
		display: block;
	}
	.data-tbl-flex a,
	.data-tbl-flex button{
		margin: 5px auto;
	}

  .data-tbl tbody tr{
    width: 100%;
  }
	.data-tbl td:nth-child(1) .data-tbl-box{
		position: absolute;
		display: inline-block;
		top: 0;
		left: 0;
		width: auto;
	}
	/*.data-tbl.type2 td:nth-child(1) .data-tbl-box{*/
    .data-tbl td:nth-child(1) .data-tbl-box{
		position: static;
		display: flex;
		top: 0;
		left: 0;
		width: auto;
	}
	.data-tbl td:nth-child(1) .mg-t10{
		margin-top: 0 !important;
	}

    .data-tbl-goods a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 2.9em;
    overflow: hidden;
	}
}


.mypage-note-list{

    font-size: 1.4rem;
    margin-bottom: 20px;
}
.mypage-note-list>li{
    position: relative;
    padding-left: 1.3em;
    margin-bottom: 0.5em;
}
.mypage-note-list>li::after{
    content:"※";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
}


.mypage-head-ttl {
    position: relative;
    font-size: 1.8rem;
    padding-left: 25px;
}

.mypage-head-ttl::after{
    position: absolute;
    content:"";
    width: 0;
    height: 0;
    left:0;
    top:6px;
    border-style: solid;
    border-width: 9px 8px 0 8px;
    border-color: #DF1C13 transparent transparent transparent;
}


.mypage-head-csv{
    position: relative;
    text-align: right;
}


.mypage-head2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

@media screen and (max-width:1000px){

    .mypage-head2{
        display: block;
        margin-bottom: 20px;
    }

    .mypage-btn-list{
        display: flex;
        margin:20px 0 30px;
        text-align: center;
    }

    .mypage-btn-list>li{
        margin-bottom: 10px;
    }

    .mypage-btn-list button{
        display: block;
        margin:  0 auto 10px;
    }

    .mypage-note-list>li {
        font-size: 1.3rem;
    }


}




.estimate-block .data-tbl tbody tr{
    padding: 15px 10px 15px;
}

.estimate-tbl{
    background: #F7F7F7;
    padding:15px 20px 25px;
    display: flex;
    flex-direction:row-reverse;
}

.estimate-tbl-body{
    max-width: 456px;
}

.estimate-tbl-tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    border-bottom: 1px solid #CCCCCC;
}

.estimate-tbl-tr dd{
    font-size: 2rem;
}

.estimate-tbl-sum{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    border-top:1px solid #000;
    padding: 20px;
}

.estimate-tbl-sum dd{
    font-size: 2rem;
}

.estimate-tbl-msg{
    font-size: 1.3rem;
}

.mypage-btn-list{
    display: flex;
}

.mypage-btn-list>li{
    margin-right: 1vw;
}

.mypage-btn-list>last-child{
    margin-right: 0;
}

@media screen and (max-width:1200px){

    .mypage-head-ttl {
        font-size: 1.6rem;
        padding-left: 20px;
    }

}

@media screen and (max-width:1000px){

    .estimate-tbl {
        display: block;
    }

    .estimate-tbl-body {
        display: block;
        margin:0 auto;
    }

    .mypage-btn-list{
        display: block;
    }

    .mypage-btn-list>li,
    .mypage-btn-list>li:last-child {
        margin-right: 0;
    }

    .estimate-tbl-tr {
        padding: 10px 7px;
    }

    .estimate-tbl-tr dd {
        font-size: 1.8rem;
    }

    .estimate-tbl-sum dd {
        font-size: 1.8rem;
    }

    .estimate-tbl-sum {
        padding: 10px 5px;
    }

    .estimate-tbl-msg {
        font-size: 1.1rem;
    }
}


.auction-head{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: baseline;
	padding-bottom: 10px;
}
.auction-head .headline-m{
	padding-bottom: 10px;
}
.auction-open,
.auction-open dl{
	display: flex;
	align-items: center;
		justify-content: flex-end;
}
@media screen and (max-width: 450px){
	.auction-open,
	.auction-open dl{
		display: block;
	}
}
.auction-open dt{
	padding-right: 1em;
}
.auction-open .hammer{
    display: none;
	position: relative;
	background: url("../img/hammer.png") no-repeat;
	background-size: 100%;
	width: 42px;
	height: 35px;
	margin: 0 15px;
}
.auction-open .quest{
	position: relative;
	background: url("../img/quest.png") no-repeat;
	background-size: 100%;
	width: 32px;
	height: 31px;
	margin: 0 15px;
}

.auction-open .enter{
    position: relative;
    background: url("../img/enter.png") no-repeat;
    background-size: 100%;
    width: 30px;
    height: 29px;
    margin: 0 15px;
}

.auction-open .hammer span{
    display: block;
	position: absolute;
	right: -10px;
	top: -6px;
}
.auction-open .quest span{
	position: absolute;
	right: -10px;
	top: -7px;
}

.auction-open .enter span{
    position: absolute;
    right: -10px;
    top: -7px;
}

.auction-open .enter span i,
.auction-open .quest span i,
.auction-open .hammer span i{
	display: block;
	position: relative;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 1.0rem;
	text-align: center;
	color: #fff;
}
.auction-open .enter span::before,
.auction-open .quest span::before,
.auction-open .hammer span::before{
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	background: #DF1C13;
	width: 20px;
	height: 20px;
	border-radius: 50%;
}
@media screen and (max-width: 1000px){
	.auction-open dl{
		font-size: 1.2rem;
	}
	.auction-open dt{
		padding-right: 0.5em;
	}
}
@media screen and (max-width: 620px){
	.auction-head .headline-m{
		width: 100%;
	}
	.auction-head .auction-open{
		width: 100%;
	}
	.auction-open .hammer{
		width: 21px;
		height: 18px;
		margin: 0 10px;
	}
	.auction-open .quest{
		width: 16px;
		height: 16px;
		margin: 0 10px;
	}

    .auction-open .enter{
        width: 16px;
        height: 16px;
        margin: 0 10px;
    }

	.auction-open .hammer span{
		top: -15px;
		right: -12px;
	}
	.auction-open .quest span{
		top: -15px;
		right: -12px;
	}

    .auction-open .enter span{
        top: -15px;
        right: -12px;
    }
}


img.tbc100{
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: calc(100% - 2px);
	max-height: calc(100% - 2px);
	transform: translate(-50%,-50%);
	width: 100%;
}

/*
商品詳細
*/
.product-detail{
	position: relative;
	display: flex;
	padding: 25px 0 40px;
}
.product-detail .gallery{
	width: calc(100% - 510px);
}
.product-detail .info{
	width: 510px;
	padding-left: 30px;
}
@media screen and (min-width: 1300px){
	.product-detail .gallery{
		width: 740px;
	}
	.product-detail .info{
		width: calc(100% - 740px);
		padding-left: 30px;
	}
}
@media screen and (max-width: 1250px){
  /*
	.product-detail .gallery{
		width: calc(100% - 480px);
	}
	.product-detail .info{
		width: 480px;
		padding-left: 20px;
	}
  */
}
@media screen and (max-width: 1000px){
	.product-detail .gallery{
		width: calc(100% - 420px);
	}
	.product-detail .info{
		width: 420px;
	}
}

.product-detail-title{
	font-size: 2.4rem;
	line-height: 1.52;
	margin-bottom: 15px;
}

#product-detail-image{
	position: relative;
	width: 100%;
	border: 1px solid #ddd;
	padding: 15px;
	margin-bottom: 15px;
}
#product-detail-image .img{
	position: relative;
	width: 100%;
	padding-bottom: 100%;
}
#product-detail-image .img.img75{
	padding-bottom: 75%;
}
#product-detail-image .goods-favorite{
	right: 13px;
	top: 13px;
}
#product-detail-thumb{
	position: relative;
	padding: 0 40px;
}
#product-detail-thumb .img{
	position: relative;
	margin: 0 4px 8px;
	width: calc(16.6666% - 8px);
	padding-bottom: calc(16.6666% - 8px);
	border: 1px solid #ddd;
	cursor: pointer;
}
#product-detail-thumb .img.active{
	border: 1px solid #DF1C13;
}
#product-detail-thumb .swiper-button-next,
#product-detail-thumb .swiper-button-prev{
	height: calc(100% - 8px);
	top: 0px;
	margin-top: 0px;
}



.product-detail .bid{
	background: #eee;
	padding: 20px 25px;
	margin-bottom: 30px;
}
.product-detail .bid dl{
	display: flex;
	align-items: center;
	margin-bottom: 3px;
}
.product-detail .bid dl.border{
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.product-detail .bid dl dt{
	width: 80px;
	font-weight: bold;
}
.product-detail .bid dl dd{
	width: calc(100% - 80px);
}
.product-detail .bid .bid-count{
	font-size: 2.2rem;
	padding-right: 10px;
	font-weight: bold;
}
.product-detail .bid .price{
	font-size: 2.4rem;
	font-weight: bold;
	color: #DF1A13
}
.product-detail .bid .bid-link{
	text-align: center;
	font-size: 1.4rem;
	padding-top: 10px;
}

.product-detail .info .bid-update{
	background: #FF5C26;
	margin-bottom: 15px;
	padding: 10px 20px;
	font-size: 1.2rem;
	color: #fff;
  display: none;
}
.product-detail .info .bid-update.active{
  display: block;
}
.product-detail .info .bid-update strong{
	font-size: 1.8rem;
}
.product-detail .info .bid-user{
  display: none;
  font-weight: bold;
  color: #5A64A5;
  margin-bottom: 5px;
}
.product-detail .info .bid-user.active{
  display: block;
}

.product-detail .info h2{
	font-size: 2.0rem;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.product-detail .info table{
	margin-bottom: 20px;
}
.product-detail .info table th,
.product-detail .info table td{
	font-size: 1.4rem;
	line-height: 1.4;
	text-align: left;
	vertical-align: baseline;
	padding: 0.5em 1em;
}
.product-detail .info table th{
	width: 140px;
}
.product-detail .info table td{
	width: calc(100% - 140px);
}
.product-detail .info table th{
	white-space: nowrap;
}
.product-detail .info .rank{
	display: inline-block;
	width: 110px;
	height: 30px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 30px;
}
.product-detail .info .rank.n{background: #F7EF90;}
.product-detail .info .rank.s{background: #F8CC8C;}
.product-detail .info .rank.sa{background: #ED8A83;}
.product-detail .info .rank.a{background: #F5BECC;}
.product-detail .info .rank.ab{background: #A8CC99;}
.product-detail .info .rank.b{background: #CBE4E4;}
.product-detail .info .rank.bc{background: #8798C7;}
.product-detail .info .rank.c{background: #D3A3F4;}


@media screen and (max-width: 768px){
	.product-detail{
		display: block;
		padding: 0 0 30px;
	}
	.product-detail .gallery{
		width: 100%;
		margin-bottom: 15px;
	}
	.product-detail .info{
		width: 100%;
		padding-left: 0px;
	}
	.product-detail-title{
		font-size: 1.8rem;
		line-height: 1.52;
		margin-bottom: 10px;
	}
	#product-detail-thumb .img{
		margin: 0 2px 4px;
		width: calc(16.6666% - 4px);
		padding-bottom: calc(16.6666% - 4px);
	}
	#product-detail-thumb .swiper-button-next,
	#product-detail-thumb .swiper-button-prev{
		height: calc(100% - 4px);
	}


	.product-detail .bid{
		padding: 15px;
		margin-bottom: 20px;
	}
	.product-detail .bid dl dt{
		width: 65px;
	}
	.product-detail .bid dl dd{
		width: calc(100% - 65px);
	}

	.product-detail .info table th{
		width: 115px;
	}
	.product-detail .info table td{
		width: calc(100% - 115px);
	}
}
@media screen and (max-width: 375px){
	.product-detail .bid dl dd{
		font-size: 1.2rem;
	}
}

/*コメント*/
.comment-area{
	padding-bottom: 40px;
}
.comment-ttl{
	position: relative;
	font-size: 2.0rem;
	border-bottom: 1px solid #eee;
	padding-left: 38px;
	padding-bottom: 15px;
	margin-bottom: 25px;
}
	.comment-ttl::after{
		content: "";
		position: absolute;
		left: 0px;
		top: 0px;
		width: 29px;
		height: 28px;
		background: url("../img/icon-detail-quest.png") no-repeat;
		background-size: 100%;
	}
.comment-list{
	font-size: 1.4rem;
	padding-bottom: 15px;
}
.comment-list li{
	margin-bottom: 25px;
}
.comment-list .name{
	padding-right: 1em;
}
.comment-list time{
	font-size: 1.2rem;
	color: #666;
}
.comment-list li>p{
	padding: 0.5em 0;
}
.comment-list .violation{
	margin-right: 12px;
}
.comment-list .violation a{
	text-decoration: none;
	color: #666;
}
.reply-box{
	position: relative;
	padding-left: 74px;
	margin-top: 15px;
}
	.reply-box::after{
		content: "";
		position: absolute;
		left: 4px;
		top: 0px;
		width: 53px;
		height: 40px;
		background: url("../img/reply.png") no-repeat;
		background-size: 100%;
	}
.reply-box>p{
	margin-top: 3px;
}

.comment-word{
	max-width: 900px;
	margin-bottom: 10px;
}
	.comment-word p{
		font-weight: bold;
		margin-bottom: 5px;
	}
	.comment-word .flex{
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
	}
	.comment-word label{
		font-size: 1.4rem;
		width: 33.3333%;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		display: block;
		padding: 0.5em;
		cursor: pointer;
	}
@media screen and (max-width:420px){
	.comment-word label{
		width: 50%;
		font-size: 1.1rem;
	}
}

/**
エラーメッセージ
**/
.error-head{
	padding: 10px 0 20px;
}
	.error-head h3{
		font-size: 2.0rem;
		line-height: 1.2;
		color: #DF1C13;
	}
	.error-head p{
		margin-top: 5px;
		color: #DF1C13;
	}
.error-box{
	border: 1px solid #DF1C13;
	background: #ffd7d5;
	padding: 25px 20px;
	font-size: 1.4rem;
	line-height: 1.2;
	color: #DF1C13;
	margin-bottom: 40px;
}
.error-box ul li{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1em;
}
.error-box ul li.gap{
    gap: 0 1em;
}
	.error-box ul li:last-child{ margin-bottom: 0px;}
	.error-box ul li a{
		color: #DF1C13;
	}
.error-msg{
	padding-top: 10px;
}
.error,
.error-msg p{
	display: inline-block;
	position: relative;
	/*font-weight: bold;*/
	color: #DF1C13 !important;
	padding-left: 25px;
}
.error{
  display: flex;
  margin-top: 10px;
  font-size: 14px;
}
.error::after,
.error-msg p::after{
	content: "";
	position: absolute;
	top: 1px;
	left: 0px;
	width: 20px;
	height: 20px;
	background: url(../img/complete.png) no-repeat;
	background-size: 100%;
}
.error_key{
	position: absolute;
	top: 0px;
	left: 0px;
}
.regist-input{
  position: relative;
}
@media screen and (max-width: 768px){
	.error-head{
		padding: 0px 0 15px;
	}
		.error-head h3{
			font-size: 1.6rem;
			line-height: 1.2;
		}
	.error-box{
		padding: 20px 15px;
		margin-bottom: 20px;
	}
}

/*csv一括登録*/
.import-box{
	padding: 35px 45px;
	margin-bottom: 45px;
	border: 1px solid #ccc;
}
.import-box .headline{
	font-size: 1.8rem;
}
.import-box #upload-form{
	width: 100%;
}
.import-box #upload-form label span:nth-child(2){
	width: calc(100% - 140px);
}
.import-box .sample-csv a{
	display: table-cell;
	vertical-align: middle;
	padding: 0 0.5em;
	font-size: 1.4rem;
}
.import-box .sample-csv{
	display: table;
	margin-top: 20px;
}
.import-box .sample-csv a.img{
	width: 100px;
	border: 3px solid #CCC;
	padding: 0;
}
.import-box .sample-csv a.img img{
	width: 100%;
}
@media screen and (max-width: 768px){
.import-box{
	padding: 20px;
}
.import-box #upload-form label span:nth-child(2){
	width: calc(100% - 120px);
}
}

/*ルーペ拡大エリア*/
#loupe-window{
	position: absolute;
	left: -1000px;
	top: -1px;
	width: 548px;
	height: 411px;
	border: 1px solid #ccc;
	overflow :hidden;
	display: block;
}
#loupe-window.show{
	left: 100%;
}
#loupe-window img{
	max-width: none;
}


/*オークション閉鎖中*/
.auction-close{
	background: url("../img/bg-auction-close.png") center center no-repeat;
	background-size: 100%;
	text-align: center;
	padding: 15vw 0 20vw;
}
.auction-close h2{
	font-size: 3.0rem;
	margin-bottom: 15px;
}
.auction-close .period-end{
	display: inline-block;
	background: #5A64A5;
	font-size: 3.0rem;
	line-height: 76px;
	font-weight: bold;
	color: #fff;
	border-radius: 38px;
	padding: 0 1.3em;
	margin-bottom: 20px;
}
.auction-close p{
	font-size: 3.6rem;
}
.auction-close p.small{
	font-size: 1.8rem;
}

@media screen and (max-width: 768px){
	.auction-close{
		background: url("../img/sp-bg-auction-close.png") center center no-repeat;
		background-size: cover;
		text-align: center;
		padding: 15vw 0 20vw;
	}
	.auction-close h2{
		font-size: 1.8rem;
		margin-bottom: 15px;
	}
	.auction-close .period-end{
		font-size: 1.8rem;
		line-height: 56px;
		margin-bottom: 20px;
		white-space: nowrap;
	}
	.auction-close p{
		font-size: 1.6rem;
	}
	.auction-close p.small{
		font-size: 1.3rem;
	}
}


/*ご利用方法*********************/
.howto-wrap{
	max-width: 1180px;
	margin: 0 auto;
	padding: 3em 10px;
	background: #FFF;
}
.howto-wrap h2.head-l{font-size: 3rem; margin: 0 0 0.75em; border-left: 10px solid #6195EB; padding-left: 15px;}
.howto-wrap h3.head-m{font-size: 2.2rem; margin: 0 0 0.75em;}
.howto-wrap h4.head-s{font-size: 2.0rem; margin: 0 0 0.75em;}
.howto-wrap h5.head-xs{font-size: 1.6rem; margin: 0 0 0.75em;}
.howto-wrap .howto-tab{
	margin: 0 0 1em;
}
.howto-wrap .howto-tab li{
	display: inline-block;
	width: 49.5%;
	margin: 0 0.25%;
}
.howto-wrap .howto-tab li a{
	display:block;
	border: 4px solid #DDD;
	text-align: center;
	color: #999;
	background: #EEE;
	font-size: 2.0rem;
	font-weight: bold;
	text-decoration: none;
	padding: 0.75em 0;
}
.howto-wrap .howto-tab li a.active{
	background: #FFF;
	color: #000;
}
.howto-wrap .howto-menu{
	margin: 0 0 2em;
}
.howto-wrap .howto-menu li{
	display: inline-block;
	margin: 0 0.5em;
}
.howto-wrap .howto-menu li a{
	padding-left: 10px;
	background: transparent url(/howto/images/icn_arw.png) 0 50% no-repeat;
	background-size: 6px;
}
.howto-wrap .howto-box{
	margin: 0 0 3em;
}
.howto-wrap .howto-box .img{
	float: left;
	max-width: 700px;
}
.howto-wrap .howto-box .img img {width: 100%;}
.howto-wrap .howto-box .txt{
	margin-left: 730px;
	font-size: 1.4rem;
}
.howto-wrap .howto-box .txt .caution-txt{
	color: #FF0000;
}
.howto-wrap .howto-box .txt .address-txt{
	display: inline-block;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 1em 0;
}
.howto-wrap table.side-bid{
	table-layout: fixed;
	max-width: 300px;
}
@media screen and (max-width: 1000px){
	.howto-wrap{
		padding: 15px;
	}
	.howto-wrap h2.head-l{font-size: 2.2rem; margin: 0 0 0.75em; border-left: 10px solid #DF1C13; padding-left: 15px;}
	.howto-wrap h3.head-m{font-size: 1.8rem; margin: 0 0 0.75em;}
	.howto-wrap h4.head-s{font-size: 1.6rem; margin: 0 0 0.75em;}
	.howto-wrap h5.head-xs{font-size: 1.4rem; margin: 0 0 0.75em;}
	.howto-wrap .howto-tab li{
		display: block;
		width: 100%;
		margin: 0 0 6px;
	}
	.howto-wrap .howto-tab li a{
		font-size: 1.6rem;
		padding: 0.5em 0;
	}
	.howto-wrap .howto-menu li{
		display: block;
		margin: 0 0.5em 0.5em;
	}
	.howto-wrap .howto-box .img{
		float: none;
		max-width: 700px;
		margin: 0 0 1em;
	}
	.howto-wrap .howto-box .img img {width: 100%;}
	.howto-wrap .howto-box .txt{
		margin-left: 0px;
		font-size: 1.4rem;
	}
}
.howto-movie-btnarea a{

    background: linear-gradient(#71BBD3,#3CA2C3,#0085B0);
    border: 1px solid #00698C;
    color: #fff;
	display: block;
    margin: 0 auto 20px;
    position: relative;
    min-width: 300px;
    padding: 0 0.5em;
    max-width: 300px;
    height: 50px;
    line-height: 50px;
    border-radius: 2px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

.no-data{
	border: 1px solid #bbb;
	margin-top: 35px;
	padding: 50px 1em 40px;
	text-align: center;
}
.no-data p{
	font-size: 1.2rem;
}
.no-data .title{
	font-size: 1.8rem;
	margin-bottom: 0.5em;
}
.no-data br{
	display: none;
}
@media screen and (max-width: 620px){
	.no-data{
		margin-top: 10px;
		padding: 1.5em 0.5em;
		text-align: center;
	}
	.no-data .title{
		font-size: 1.5rem;
		margin-bottom: 0.5em;
	}
	.no-data br{
		display: block;
	}
}

/*退会手続き*/
.unsubscribe-box{
	margin-bottom: 20px;
}
	.unsubscribe-box .title{
		font-size: 1.8rem;
		font-weight: bold;
		margin-bottom: 0.5em;
	}
.unsubscribe-box .radio-group{
	display: block;
	border-bottom: 1px solid #ccc;
}
.unsubscribe-box label{
	display: block;
	border: 1px solid #ccc;
	border-bottom: 0px;
	cursor: pointer;
	padding: 0.5em 1em;
	margin: 0;
}
	.unsubscribe-box label span{
		padding-left: 2em;
	}

.unsubscribe-box .output{
	padding: 1em;
	border: 1px solid #ccc;
	font-size: 1.4rem;
	background: #eee;
	color: #000;
}

/*最高入札金額合計*/
.bid-upper-total{
	display: inline-block;
	background: #FEE3E2;
	padding: 3px 20px;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 25px;
}
.bid-upper-total>div{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
    gap: 0 35px;
}
.bid-upper-total span{
	display: inline-block;
	font-size: 2.6rem;
	color: #DF1B13;
	padding: 0 0.3em;
}
@media screen and (max-width: 1200px){
	.bid-upper-total{
		font-size: 1.6rem;
	}
	.bid-upper-total span{
		font-size: 2.0rem;
	}
}
@media screen and (max-width: 1200px){
	.bid-upper-total{
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 768px){
	.bid-upper-total{
		padding: 3px 10px;
		font-size: 1.2rem;
        margin-bottom: 0px;
	}
    .bid-upper-total.type2{
        margin-bottom: 10px;
    }
	.bid-upper-total span{
		font-size: 2.0rem;
	}
}

/*サイド 次回以降の開催日時*/
.side-next-auction{
	font-size: 1.3rem;
	margin-bottom: 20px;
}
.side-next-auction li{
	margin-bottom: 10px;
}
.side-next-auction li:last-child{margin-bottom: 0px;}
.side-next-auction .title{
	font-weight: bold;
}
.side-next-auction .date{
	font-size: 1.3rem;
	margin-left: 1.3rem;
}
.side-next-auction .pickup{
	font-size: 1.1rem;
	color: #ff0000;
	margin-left: 1rem;
}


/*
一括入札
*/

.all-check,
.all-check-b{
    position: fixed;
    width: 100%;
    left:0;
    bottom:-100px;
    margin-bottom: 20px;
    z-index:   101;
    transition: bottom 0.3s ease-out;
    pointer-events: none;
}

.all-check.active,
.all-check-b.active{
    bottom:0;
    transition: bottom 0.1s ease-out;
}


.all-check-block{
    pointer-events: none;
    width: 820px;
    margin:0 auto;
    background: #009CD0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 0;
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.3);
}

.all-check-head{
    color:#fff;
    font-weight:bold;
    font-size: 2.2rem;
    padding-top: 3px;
    padding-right: 0.8em;
}

.all-check-btn{
	text-decoration: none;
	display: inline-block;
    font-size: 2.2rem;
    border-radius: 3px;
    width: 284px;
    color:#fff;
    text-align: center;
    font-weight:  bold;
    height: 46px;
    cursor: pointer;
    line-height:  46px;
    background: linear-gradient(#E6C971,#D3A61D);
    pointer-events: all;
}
.all-check-release{
	color: #fff;
	text-decoration: underline;
	cursor: pointer;
	margin-left: 15px;
    pointer-events: all;
}
.all-check-release:hover{
	text-decoration: none;
}

@media screen and (max-width: 1024px){

    .all-check{
        bottom:-120px;
        margin-bottom: 0px;
        padding: 10px 15px
    }

    .all-check-block{
        width: 100%;
        display: block;
        text-align: center;
        max-width: 400px;
        margin:0 auto;
        padding: 10px 0;
        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
    }

    .all-check-head{
        font-size: 1.4rem;
        padding-right: 0;
        padding-top: 0;
        margin-bottom: 3px;
    }

    .all-check-btn{
        font-size: 1.6rem;
        border-radius: 3px;
        width: 280px;
        height: 38px;
        line-height:  38px;
	}
	.all-check-release{
		margin-top: 5px;
	}
}

.howto-list .faq-drwhead{
    margin-bottom: 10px;
}

.howto-list .faq-drwbody{
    padding: 20px 0 10px;
}


@media screen and (max-width:1000px){
    .howto-list .faq-drwhead{
        margin-bottom: 10px;
    }

    .howto-list .faq-drwhead {
        font-size: 1.5rem;
        padding: 19px 40px 15px 25px;
    }

    .howto-list .faq-drwbody{
        padding: 10px 0 0px;
    }
}

strong[data-period]{
	color: #ff0000;
}
.period-block strong[data-period]{
	color: #fff;
}

/*
LINE フロートボタン
*/
.float-button-wrap {
    position: fixed;
    right: 128px;
    bottom: 32px;
    width: 253px;
    overflow: hidden;
    z-index: 101;
}
.float-button{
    position: relative;
    display: flex;
    width: 253px;
    padding:6px 22px 0;
    background: #22BA4F;
    border-radius: 10px;
    color:#fff;
    height: 61px;
    align-items: center;
}
.float-button::after{
    position: absolute;
    content: "";
    right: 18px;
    top:50%;
    margin-top: -4px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}

.float-button .icon{
    width: 35px;
    height: 40px;
    background: url(../svg/icn_line.svg);
    background-repeat: no-repeat;
}
.float-button .text{
    padding-left: 12px;
    width: clac(100% - 35px);
}
.float-button .text span{
    font-size: 1.3rem;
    font-weight:normal;
    line-height: 1;
    margin-bottom: 0.2em;
    display: block;
}
.float-button .text strong{
    font-size: 1.8rem;
    font-weight: bold;
    height: 1;
}



@media screen and (max-width: 1024px){
    .float-button-wrap {
        position: fixed;
        right: 75px;
        bottom: 12px;
        width: 210px;
    }

    .float-button{
        position: relative;
        width: 210px;
        padding:6px 10px 3px;
        border-radius: 10px;
        color:#fff;
        height: 56px;
        align-items: center;
    }
    .float-button::after{
        position: absolute;
        content: "";
        right: 18px;
        top:50%;
        margin-top: -4px;
        width: 8px;
        height: 8px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg);
    }

    .float-button .icon{
        width: 30px;
        height: 35px;
        background: url(../svg/icn_line.svg);
        background-repeat: no-repeat;
        background-size: 30px;
        background-position: center;
    }
    .float-button .text{
        padding-left: 10px;
        width: clac(100% - 30px);
    }
    .float-button .text span{
        font-size: 1.2rem;
        font-weight:normal;
        line-height: 1;
        margin-bottom: 0.2em;
        display: block;
    }
    .float-button .text strong{
        font-size: 1.6rem;
        font-weight: bold;
        height: 1;
    }

    .float-button::after{
        right: 15px;
        margin-top: -3px;
        width: 6px;
        height: 6px;
    }


}

/*youtube*/
#top-youtube{
    background: #fff;
    padding-top: 0;
}
#top-youtube .headline-l em{
	color: #FFE878;
}
#top-youtube a{
    display: block;
    max-width: 800px;
    margin: 40px auto 0;
    text-align: center;
}
@media screen and (max-width: 1000px){
    #top-youtube a{
        margin: 20px auto 0;
    }
}

/*インスタグラム*/
#top-instagram{
    background: #fff;
    padding-top: 0;
}
.instagram-list{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    max-width: 800px;
    margin: 40px auto 0;
}
.instagram-list li{
    width: calc((100% - 30px) / 3);
}
.instagram-list li a{
    display: block;
}
.instagram-list li .img{
    width: 100%;
    padding-bottom: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.instagram-list li .video{
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
}
.instagram-list li .video video{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}
@media screen and (max-width: 768px){
    .instagram-list{
        gap: 10px;
        margin: 20px auto 0;
    }
}


/*2024/06 add メモ機能 */
.memo-box{
  position: relative;
}
.memo-box textarea{
  height: 170px;
  resize: none;
  padding: 0.5em;
  font-size: 1.6rem;
  vertical-align: bottom;
}
.memo-box textarea::-webkit-scrollbar {
  width: 6px;
  background: none;
}
.memo-box textarea::-webkit-scrollbar:horizontal {
  height: 6px;
}
.memo-box textarea::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #bbb;
}
.memo-box .memo-button-area{
  display: flex;
  border: 1px solid #ccc;
  border-top: 0;
  padding: 10px;
  gap: 10px;
}
.memo-button-detail,
.memo-box button{
  width: auto;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 0 1.1em;
  height: 28px;
  line-height: 28px;
}
.memo-box .memo-button-regist{
  color: #0076A4 !important;
}
.memo-box .memo-button-delete{
  color: #FF2626 !important;
  display: none;
}
.memo-button-detail{
  margin-bottom: 10px;
}
.memo-button-detail.send{
background: linear-gradient(#3D97B9,#0F7FA9);
border: 1px solid #026084;
color: #fff !important;
font-weight: 700;
}
.memo-button-detail i:first-child{ display: inline;}
.memo-button-detail i:last-child{ display: none;}
.memo-button-detail.send i:first-child{ display: none;}
.memo-button-detail.send i:last-child{ display: inline;}
.memo-box .close{
  position: absolute;
  right: 0;
  top: -2em;
  font-weight: 500;
  color: #0076A4;
  cursor: pointer;
}
.memo-box .popup-error{
  bottom: 0px;
  left: 0px;
}
.modal-memo{
  background: #f3f3f3;
  position: absolute;
  width: 250px;
  height: 140px;
  padding: 10px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
  z-index: 2;
}
.modal-memo::after{
  content: "";
  position: absolute;
  left: calc(50% - 60px);
  bottom: -19px;
  background: #f3f3f3;
  width: 20px;
  height: 20px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}
.modal-memo .close{
  cursor: pointer;
  position: absolute;
  right: -11px;
  top: -11px;
  width: 22px;
  height: 22px;
  background: #0076A4;
  border-radius: 50%;
}
.modal-memo .close::before,
.modal-memo .close::after {
  content: '';
  width: 12px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 5px;
}
.modal-memo .close::before{
  top: 50%;
  transform: translate(0,-50%) rotate(45deg);
}
.modal-memo .close::after{
  top: 50%;
  transform: translate(0,-50%) rotate(-45deg);
}
.modal-memo .memo-box textarea{
  width: 100%;
  height: 80px;
  font-size: 1.3rem;
}
.modal-memo .memo-box .memo-button-area{
  justify-content: center;
  border: none;
}
@media screen and (max-width: 450px){
  .modal-memo.posi::after{
    left: calc(60% - 20px);
  }
}
.memo-button-open{
  width: 95px;
  height: 25px;
  line-height: 25px;
  padding: 0 5px;
  font-weight: normal;
  margin: 5px 0 10px;
  font-size: 1.2rem;
  letter-spacing: 1px;
}
.memo-button-open.send{
  background: linear-gradient(#3D97B9,#0F7FA9);
  border: 1px solid #026084;
  color: #fff !important;
  font-weight: 700;
}
.memo-button-open i:first-child{ display: inline;}
.memo-button-open i:last-child{ display: none;}
.memo-button-open.send i:first-child{ display: none;}
.memo-button-open.send i:last-child{ display: inline;}

.popup-error{
  position: absolute;
  background: #FFD9D9;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
  font-size: 1.2rem;
  color: #FF0000;
  font-weight: bold;
  transform: translateY(calc(100% + 13px));
  z-index: 10;
  white-space: nowrap;
}
.popup-error::after{
  content: "";
  position: absolute;
  left: calc(50% - 10px);
  top: -10px;
  background: #FFD9D9;
  width: 12px;
  height: 10px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}
.toggle-contents{
  display: none;
}

.memo-area{
  position: relative;
  margin: 10px 0 20px;
  max-width: 100%;
}
.data-tbl .memo-area{
  min-width: 58px;
}
.product-detail .info .memo-area{
  max-width: 284px;
  margin: 20px auto;
}
.goods-block.active .memo-area{
  max-width: 250px;
}
.memo-area .memo-regist,
.memo-area .memo-delete{
  position: absolute;
  bottom: -20px;
  right: 35px;
  font-size: 1.1rem;
  color: #5A64A5;
  cursor: pointer;
}
.memo-area .memo-delete{
  right: 0;
  color: #e80000;
}
.memo-area textarea{
  border: 1px solid #ccc;
  background: #fff;
  font-size: 1.3rem;
  padding: 5px;
  border-radius: 4px;
}
.memo-area textarea::placeholder{
  font-size: 1.3rem;
}
.memo-area textarea.active{
  border: 1px solid #5A64A5;
  background: #fff;
}
.memo-area textarea::-webkit-scrollbar{
  width: 5px;
}
.memo-area textarea::-webkit-scrollbar-track{
  background-color: #f2f2f2;
}
.memo-area textarea::-webkit-scrollbar-thumb{
  background-color: #5A64A5;
}
.memo-area .popup-error{
  bottom: 0;
}

.price-input{
  position: relative;
  background: #fff;
}
.price-input input.input{
  position: relative;
  background: transparent;
  padding-right: 0;
  z-index: 2;
  opacity: 0;
}
.data-tbl .price-input{
  width: 130px;
  margin-left: auto;
}
.price-input .number-format{
  position: absolute;
  top: 0;
  left: 0;
  z-index:1;
  width: 100%;
  height: 34px;
  text-align: right;
  border: 1px solid #ccc;
  color: #ccc;
  font-size: 1.4rem;
  line-height: 34px;
  padding: 0 1em;
}
.price-input .number-format.active{
  color: #000;
  font-weight: bold;
}
.price-input .number-format.ok{
  border: 1px solid #5A64A5;
}
.price-input.active .input.input{
  opacity: 1;
}
.price-input.active .number-format{
  opacity: 0;
}
.price-input .popup-error{
  bottom: 0;
}
.product-detail .info .price-input{
  max-width: 284px;
  margin: 0 auto;
}
.product-detail .info .price-input input.input,
.product-detail .info .price-input .number-format{
  font-size: 1.6rem;
  line-height: 40px;
  height: 40px;
}
.countdown-time{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 5px;
  text-align: left;
  font-size: 1.1rem;
  line-height: 1.5;
  min-height: 3em;
}
.data-tbl .countdown-time{
  min-height: 0;
}
.product-detail .info .countdown-time{
  max-width: 284px;
  margin: 5px auto 15px;
  min-height: 0;
}
@media screen and (max-device-width: 600px){
  .price-input input.input,
  .price-input .number-format{
    font-size: 1.6rem;
    line-height: 34px;
    padding: 0 1em;
  }
  .select-label2 select{
    padding: 0px 30px 0px 1em;
  }
  .mypage-order-box2{
    display: none;
  }
}

.modal-product{
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
}
.modal-product.active{
  display: flex;
}
.modal-product .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
}
.modal-product .bg-loader {display: block;position: absolute;top: 50%;width: 100%;height: 60px;left: 0; transform: translate(0, -50%) scale(0.9,0.9);;text-align: center;}
@media screen and (max-width:980px){
  .modal-product .bg-loader{transform: translate(0, -50%) scale(0.7,0.7);}
}
/*ローダー・サークル*/
.modal-product .bg-loader::after{ content: ""; width:45px; height:45px; border-radius:50%; border:2px solid rgba(0,0,0,0.2); border-top-color:rgba(0,0,0,0.4); box-sizing:border-box; display: inline-block; animation:loading-modal 0.6s linear infinite; -webkit-animation:loading-modal 0.6s linear infinite;}
@keyframes loading-modal{ 0%{transform:rotate(0deg)} 100%{transform:rotate(360deg)}}
@-webkit-keyframes loading-modal{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}
.modal-product-box{
  position: relative;
  width: 90%;
  height: 80%;
  background: #fff;
  padding: 40px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.modal-product-box.active{
    display: none;
}
.modal-product-box .btn-area{
  padding: 0;
}
@media screen and (max-width: 1000px) {
  .modal-product-box .data-tbl tbody tr {
      width: 100%;
  }
  .modal-product-box .data-tbl td:nth-child(1) .data-tbl-box{
    position: relative;
    display: flex;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .modal-product-box{
    width: 95%;
    height: 90%;
    background: #fff;
    padding: 20px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.header-menu-block {
  padding: 0 15px;
}
.header-menu-block .title{
  background-color: #fff;
  color: #000;
  padding: 5px 15px 4px;
  font-weight: bold;
}
.header-menu-block .box{
  padding: 20px 10px 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.header-menu-block .box.header{
  padding: 0px 10px 15px;
}
.header-menu-block .box.border{
  border-bottom: 1px solid #fff;
  padding-bottom: 20px
}
.header-menu-block .box a{
  display: block;
  width: 100%;
  color: #fff;
  padding-left: 30px;
}
.header-menu-block .box a.icon1{
  background: url(../svg/icon/icn_side1.svg) left center no-repeat;
  background-size: 20px;
}
.header-menu-block .box a.icon2{
  background: url(../svg/icon/icn_side2.svg) left center no-repeat;
  background-size: 20px;
}
.header-menu-block .box a.icon3{
  background: url(../svg/icon/icn_side3.svg) left center no-repeat;
  background-size: 20px;
}
.header-menu-block .box a.icon4{
  background: url(../svg/icon/icn_side4.svg) left center no-repeat;
  background-size: 20px;
}
.header-menu-block .box a.icon5{
  background: url(../svg/icon/icn_side5.svg) left center no-repeat;
  background-size: 20px;
}
.header-menu-block .box a.icon6{
  background: url(../svg/icon/icn_side6.svg) left center no-repeat;
  background-size: 20px;
}
.header-menu-block .box a.icon7{
  background: url(../svg/icon/icn_side7.svg) left center no-repeat;
  background-size: 20px;
}
.header-menu-block .box a.icon8{
  background: url(../svg/icon/icn_side8.svg) left center no-repeat;
  background-size: 20px;
}
.header-menu-block .box a.icon9{
  background: url(../svg/icon/icn_side9.svg) left center no-repeat;
  background-size: 20px;
}
.header-menu-block .box a.icon10{
  background: url(../svg/icon/icn_side10.svg) left center no-repeat;
  background-size: 20px;
}
.header-menu-block .box a.icon11{
  background: url(../svg/icon/icn_side11.svg) left center no-repeat;
  background-size: 20px;
}
.header-menu-block .box a.icon12{
  background: url(../svg/icon/icn_side12.svg) left center no-repeat;
  background-size: 20px;
}
.header-menu-block .box a.icon13{
  background: url(../svg/icon/icn_side13.svg) left center no-repeat;
  background-size: 20px;
}
.header-menu-block .box a.icon14{
  background: url(../svg/icon/icn_side14.svg) left center no-repeat;
  background-size: 20px;
}
.header-menu-block .box a.icon15{
  background: url(../svg/icon/icn_side15.svg) left center no-repeat;
  background-size: 20px;
}
.header-menu-block .box a.icon16{
  background: url(../svg/icon/icn_side16.svg) left center no-repeat;
  background-size: 20px;
}

/*計算書テーブル*/
.table-overflow{
  width: 100%;
  overflow: auto;
}
.account-tbl{

}
.account-tbl th,
.account-tbl td{
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  white-space: nowrap;
}
.account-tbl th{
  padding: 10px 5px;
  background: #FF904C;
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2;
  border: 1px solid #fff;
  border-top: 1px solid #FF904C;
  white-space: nowrap;
}
.account-tbl th:first-child{
  border-left-color: #FF904C;
}
.account-tbl th:last-child{
  border-right-color: #FF904C;
}
.account-tbl td{
  border: 1px solid #ccc;
}
.account-tbl td img{
  width: 32px;
}
@media screen and (max-width: 1000px) {
  .account-tbl{
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px){
  .account-tbl{
    width: 100%;
  }
}

/*ステップ*/
ul.step_flow{
    display: flex;
    justify-content: space-between;
    max-width: 1250px;
    margin: 0 auto;
}
ul.step_flow>li{
    position: relative;
    border-radius: 11px;
    border:2px solid #000000;
    width: calc((100% - 50px) / 3);
    background:#fff;
    padding: 23px 25px 25px;
}

ul.step_flow>li  p.label{
    font-weight: bold;
    font-size: 2.6rem;
    text-align: left;
    color: #ffd606;
}

ul.step_flow>li .box p.icon{
    width: 140px;
    margin: 0 auto 23px;
}
ul.step_flow>li .box h3.ttl{
    font-weight: bold;
    font-size: 2.6rem;
    margin-bottom: 25px;
    text-align: center;
}
ul.step_flow>li .box p.msg{
    font-size: 1.8rem;
    text-align: left;
    color: #000;
}
ul.step_flow>li .arrow{
    right:-64px;
    margin-top:-44px;
    width: 95px;
    position: absolute;
    top:50%;
    z-index: 2;
}
@media screen and (max-width: 1000px) {
    ul.step_flow>li p.label{
        margin-bottom: 15px;
    }

    ul.step_flow>li{
        width: 100%;
        padding: 10px 25px 40px;
        margin-bottom: 36px;
    }

    ul.step_flow{
        display: block;
    }
    ul.step_flow>li .box{
        display: flex;
    }
    ul.step_flow>li .box p.icon {
        width: 100px;
        margin: 0 auto 23px;
    }

    ul.step_flow>li .box .txt{
        width:calc(100% - 100px) ;
        padding-left: 15px;
    }

    ul.step_flow>li .box .txt .ttl{
        font-size: 2.2rem;
        text-align: left;
        margin-bottom: 11px;
    }
    ul.step_flow>li .box .txt .msg{
        font-size: 1.6rem;
    }

    ul.step_flow>li .arrow{
        right:50%;
        margin-top:0;
        margin-right: -36px;
        width: 73px;
        position: absolute;
        top:auto;
        bottom:-56px;
        z-index: 2;
        transform: rotate(90deg);
    }
}



/*
トップスケジュール
*/
.schedule_section{
    padding: 30px 0 88px;
    background:#fff;
}
.schedule_section .block{
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 10px;
}
.schedule_section h3.main_ttl{
    font-size: 3.4rem;
    margin-bottom:22px ;
    text-align: center;
}
.schedule_section .msg{
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 15px;
}
.schedule_section ul.list{
    display: flex;
    gap: 15px;
}
.schedule_section ul.list>li{
    width: calc((100% - 45px) / 4);
    border: 2px solid #000;
    padding: 16px;
    background: #F8F3DE;
    border-radius: 12px;
}
.schedule_section ul.list>li h4.ttl{
    font-size: 2rem;
    text-align: center;
    color: #000000;
    border-bottom:2px dashed #000000;
    padding-bottom: 8px;
    margin-bottom: 10px;
}
.schedule_section ul.list>li div.period{
    text-align: center;
    margin-bottom: 10px;
}
.schedule_section ul.list>li div.period >p strong{
    font-size: 2rem;
}
.schedule_section ul.list>li div.period >p span{
    font-size: 1.4rem;
    text-align: center;
    line-height: 1;
    display: block;
    text-align: center;
}
.schedule_section ul.list>li div.period >span{
    font-size: 1.6rem;
    padding: 0 7px;
}
.schedule_section ul.list>li dl{
    display: flex;
    margin-bottom: 5px;
}
.schedule_section ul.list>li dl>dt{
    width: 60px;
    line-height: 22px;
    align-self: flex-start;
    font-size: 1.2rem;
    white-space: nowrap;
    background: #FF904C;
    color: #fff;
    text-align: center;
}
.schedule_section ul.list>li dl>dd{
    width: calc(100% - 60px);
    padding-left: 8px;
    line-height: 1.2;
    padding-top: 2px;
}
.schedule_section ul.list>li dl>dd strong{
    font-size: 1.3rem;
    line-height: 1.2;
}
.schedule_section ul.list>li dl>dd span{
    line-height: 1.2;
    font-size: 1.2rem;
    display: block;
}
.schedule_section ul.list>li dl>dd em{
    color: #DF1C13;
    font-size: 1.2rem;
    display: block;
}
.schedule_section ul.list>li p.note{
   font-size: 1.3rem;
}

@media screen and (max-width: 1250px) {
    .schedule_section h3.main_ttl{
        font-size: 2.7vw;
    }
    .schedule_section .msg{
        font-size: 1.44vw;
    }
    .schedule_section ul.list{
        display: flex;
        gap: 10px;
    }
    .schedule_section ul.list>li{
        width: calc((100% - 30px) / 4);
        padding: 10px;
    }
    .schedule_section ul.list>li h4.ttl{
        font-size: 1.6vw;
        margin-bottom: 10px;
    }
    .schedule_section ul.list>li div.period >p strong{
        font-size: 1.3vw;
    }
    .schedule_section ul.list>li div.period >p small{
        font-size: 1vw;
        text-align: center;
        line-height: 1;
        display: block;
        text-align: center;
    }
    .schedule_section ul.list>li div.period >span{
        font-size: 1.4vw;
        padding: 0 7px;
    }
    .schedule_section ul.list>li dl{
        display: flex;
        margin-bottom: 5px;
    }
    .schedule_section ul.list>li dl>dt{
        width: 60px;
        font-size: 1vw;
    }
    .schedule_section ul.list>li dl>dd{
        width: calc(100% - 60px);
        padding-left: 5px;
        line-height: 1.2;
        padding-top: 2px;
    }
    .schedule_section ul.list>li dl>dd strong{
        font-size: 1.2vw;
        line-height: 1.2;
    }
    .schedule_section ul.list>li dl>dd span{
        font-size: 1vw;
    }
    .schedule_section ul.list>li dl>dd em{
        font-size: 1vw;
    }
    .schedule_section ul.list>li p.note{
        font-size: 1.05vw;
    }
}
@media screen and (max-width: 1024px) {
    .schedule_section{
        padding: 30px 0 40px;
        background:#fff;
    }
    .schedule_section .block{
        max-width: 1250px;
        margin: 0 auto;
        padding: 0 10px;
    }
    .schedule_section h3.main_ttl{
        font-size: 2.4rem;
        margin-bottom:22px ;
        text-align: center;
    }
    .schedule_section .msg{
        font-size: 1.6rem;
        text-align: center;
        margin-bottom: 15px;
    }
    .schedule_section ul.list{
        display: block;
    }
    .schedule_section ul.list>li{
        width: 100%;
        padding: 16px;
        margin-bottom: 20px;
    }
    .schedule_section ul.list>li h4.ttl{
        font-size: 2.0rem;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .schedule_section ul.list>li div.period{
        margin-bottom: 10px;
    }
    .schedule_section ul.list>li div.period >p strong{
        font-size: 2rem;
    }
    .schedule_section ul.list>li div.period >p small{
        font-size: 1.4rem;
        text-align: center;
        line-height: 1;
        display: block;
        text-align: center;
    }
    .schedule_section ul.list>li div.period >span{
        font-size: 1.4rem;
        padding: 0 7px;
    }
    .schedule_section ul.list>li dl{
        display: flex;
        margin-bottom: 5px;
    }
    .schedule_section ul.list>li dl>dt{
        width: 60px;
        line-height: 22px;
        align-self: flex-start;
        font-size: 1.2rem;
        white-space: nowrap;
        background: #FF904C;
        color: #fff;
        text-align: center;
    }
    .schedule_section ul.list>li dl>dd{
        width: calc(100% - 60px);
        line-height: 1.2;
    }
    .schedule_section ul.list>li dl>dd strong {
        font-size: 1.4rem;
    }
    .schedule_section ul.list>li dl>dd span{
        font-size: 1.2rem;
    }
    .schedule_section ul.list>li dl>dd em{
        font-size: 1.2rem;
    }
    .schedule_section ul.list>li p.note{
        font-size: 1.3rem;
    }
}



/*
LINE買取査定
*/
.content_select{
  padding: 120px 0 50px;
  background:#fff;
}
.content_select .block{
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
}

.content_select ul.list{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.content_select ul.list>li{
  width: 100%;
  padding-left: 0;
}
.content_select ul.list>li a{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 15px 100px 15px 30px;
  text-decoration: none;
  border: 1px solid #EBEBEB;
  box-shadow: 0 0 14px rgba(0,0,0,0.1);
}
.content_select ul.list>li a::before{
  content: "";
  position: absolute;
  right: 35px;
  top: calc(50% - 17px);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  background-color: #1E50A0;
}
.content_select ul.list>li a::after{
  content: "";
  position: absolute;
  right: 49px;
  top: calc(50% - 4px);
  height: 7px;
  width: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.content_select ul.list>li .logo{
  width: 200px;
  height: 88px;
}
.content_select ul.list>li .logo img{
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.content_select ul.list>li div.info{
  width: calc(100% - 230px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content_select ul.list>li h4.ttl{
  font-size: 2.4rem;
  margin-bottom: 10px;
}
.content_select ul.list>li .flex p{
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .content_select{
    padding: 30px 0;
  }
  .content_select ul.list>li a{
    gap: 10px;
    padding: 15px 65px 15px 20px;
    justify-content: center;
  }
  .content_select ul.list>li a::before{
    right: 20px;
  }
  .content_select ul.list>li a::after{
    right: 34px;
  }
  .content_select ul.list>li .logo{
    width: 200px;
    height: 88px;
  }
  .content_select ul.list>li div.info{
    width: 100%;
  }
  .content_select ul.list>li h4.ttl{
    font-size: 2.0rem;
  }
  .content_select ul.list>li .flex p{
    font-size: 1.4rem;
    font-weight: normal;
  }
}

/* table */
.table_wrap{
  position: relative;
  height: auto;

}
table.appraisal-tbl thead{
  position: sticky;
  left:0;
  top:85px;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 1083px) {
  .table_wrap{
    overflow: auto;
  }
  table.appraisal-tbl thead{
    top: 0px;
  }
  table.appraisal-tbl .item-name{
    width: 150px;
  }
}
table.appraisal-tbl a{
  text-decoration: underline;
  color: #003366;
}
table.appraisal-tbl {
  width: 100%;
  min-width: 1000px;
}
table.appraisal-tbl.normal {
  min-width: 0;
}
table.appraisal-tbl th,
table.appraisal-tbl td {
  padding: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: left;
  /*border-bottom:1px solid #28B4BE;*/
  word-break: break-all;
}
table.appraisal-tbl thead th,
table.appraisal-tbl thead td {
  text-align: center;
}
table.appraisal-tbl th,
table.appraisal-tbl td.last{
  padding: 0.75em 10px;
  white-space: nowrap;
}
table.appraisal-tbl td.ac {
  text-align: center;
}
table.appraisal-tbl tbody tr.even td{
  background: #fff;
}
table.appraisal-tbl tbody tr:nth-child(even){
  background: #F4FBFC;
}
table.appraisal-tbl tbody tr:nth-child(odd){
  background: #D4F0F2;
}
table.appraisal-tbl tbody tr:last-child td{
  border-bottom:0
}
table.appraisal-tbl th {
  position: relative;
  word-break: break-all;
  background-color: #28B4BE;
  color: #fff;
  line-height: 1.4;
  vertical-align: middle;
}
table.appraisal-tbl.list th{
  background-color: #28B4BE;
}



table.appraisal-tbl td {
  position: relative;
  vertical-align: middle;
}
table.appraisal-tbl td:not(:nth-child(1))::after,
table.appraisal-tbl th:not(:nth-child(1))::after{
  content: "";
  position: absolute;
  left:0;
  top:25%;
  width: 1px;
  height: 50%;
  background: #28B4BE;
}
table.appraisal-tbl th:not(:nth-child(1))::after{
  left:0;
  top:25%;
  width: 1px;
  height: 50%;
  background: #D4F0F2;
}
table.appraisal-tbl td input[type="text"]{
  width: 100%;
  height: 35px;
}
.check-price{
  text-align: right;
}

table.appraisal-tbl .error{
  font-size: 11px;
  text-align: left;
  padding-left: 20px;
}
table.appraisal-tbl .error::after{
  width: 15px;
  height: 15px;
}
table.appraisal-tbl td .price{
  text-align: right;
  font-weight: bold;
}
table.appraisal-tbl td img{
  width: 28px;
}
/*チェックボックス*/
.check_box label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-right: 0;
}
.check_box label input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  padding: 0;
}
.check_box label span {
  padding-left: 21px;
  display: inline-block;
}
.check_box label span::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  border: 1px solid #999;
  background-color: #fff;
  border-radius: 3px;
}
.check_box label input:checked+span::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 5px;
  width: 6px;
  height: 13px;
  border-right: 4px solid #ff904c;
  border-bottom: 4px solid #ff904c;
  transform: rotate(41deg);
}


/*ラジオ*/
.radio_box{
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  text-align: left;
}
.radio_box.column{
  flex-direction: column;
}
.radio_box label{
  position: relative;
  cursor: pointer;
  display: block;
}
.radio_box input {
  position: absolute;
  opacity: 0;
  height: 0;
  display: none;
}
.radio_box span{
  padding-left: 2em;
  position:relative;
  line-height: 1.4;
  display: inline-block;
  cursor: pointer;
}
.radio_box input + span::before{
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #777777;
  border-radius: 50%;
  background: #fff;
}
.radio_box input:checked + span::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ff904c;
  background: #ff904c;
  border-radius: 50%;
  transform: scale(0.5);
}

.width100{width: 100px;}
.width150{width: 150px;}
.width200{width: 200px;}
.width250{width: 250px;}
.width300{width: 300px;}

.button{
  display: inline-block;
  width: auto;
  min-width: 100px;
  line-height: 32px;
  font-size: 1.6rem;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: linear-gradient(180deg, #FFFFFF 0%, #DDDDDD 100%);
  font-family: "Noto Sans JP", sans-serif;
  padding: 0.2em 1.5em;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.button.size_s{
  min-width: 50px;
  font-size: 1.4rem;
  padding: 0 1em;
}
.check_all_box ul>li>.link:hover,
.button:hover{
  opacity: 0.7;
}

.check_all_box ul{
  display: flex;
  margin-bottom: 10px;
  gap:5px;
  font-size: 1.6rem;
}
.check_all_box ul>li>.link{
  text-decoration: underline;
  cursor: pointer;
  transition: opacity 0.3s ease;
}


.appraisal-msg{
  display: flex;
  flex-direction: column;
  /*max-width: 600px;*/
  text-align: right;
  margin: 30px auto 20px;
}
.submit-btn.draft{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #1E50A0;
  color: #1E50A0;
  line-height: 1em;
}

.status{
  display: inline-block;
  min-width: 6em;
  background: #60BFE2;
  /*border: 1px solid #ccc;*/
  border-radius: 5px;
  padding: 0.2em 1em 0.3em;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.status.type1{
  color: #fff;
  background: #5EB5A6;
}
.status.type2{
  color: #fff;
  background: #B0BE3C;
}
.status.type3{
  color: #fff;
  background: #B0BE3C;
}
.status.type4{
  color: #fff;
}

/********************/

header.appraisal {
    background: #1E50A0;
}
header.appraisal .header-search{
    color: #FFF;
}
header.appraisal #menu-button>div{
    background: #FFF;
}
footer.appraisal{
    background:#001E3C;

}
footer.appraisal #pagetop a {
    background: #FFF000;
    border: none;
}
footer.appraisal #pagetop a::after {
    border-right: 5px solid #1E50A0;
    border-bottom: 5px solid #1E50A0;
}
body.kaitori .headline-m::after{
    background: #1E50A0;
}
body.kaitori .submit-btn{

    background: #FFF000;
    font-size: 1.8rem;
    color: #1E50AC;

}

body.kaitori .parent-tab::after{
    background: #1E50A0;
}
body.kaitori .parent-tab>li>a,
body.kaitori .parent-tab>li>span{
    color:#1E50A0;
    border:1px solid #1E50A0;
    background: #FFF;
}
body.kaitori .parent-tab>li.active>a::after,
body.kaitori .parent-tab>li.active>span::after{
    background: #1E50A0;
}
body.kaitori .parent-tab>li.active>a,
body.kaitori .parent-tab>li.active>span{
    color:#FFF;
    background: #1E50A0;
}

body.kaitori .submit-btn.draft{

    background: #FFF;
    color: #1E50AC;

}
body.kaitori .parent-tab>li.active>a{
    color:#FFF;
}
body.kaitori .table-search-ttl{
    font-size: 1.8rem;
}

body.kaitori .btn-gray-l {
    min-width: 160px;
    font-size: 1.4rem;

}
body.kaitori .msg{
  margin-bottom: 1em;
}

body.kaitori .regist-btn{
  justify-content: right;
}
@media screen and (max-width: 1000px) {
  body.kaitori .regist-btn{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .button{
    min-width: 50px;
    line-height: 28px;
    font-size: 1.4rem;
  }
  .appraisal-msg{
    text-align: center;
  }
  table.appraisal-tbl th, table.appraisal-tbl td{
    font-size: 1.4rem;
  }
  .status{
    min-width: 6em;
  }
}
@media screen and (max-width: 650px) {
  body.kaitori .regist-btn>*:first-child{
    order: 2;
  }
  body.kaitori .regist-btn>*:first-last{
    order: 1;
  }
}
.nowrap{
  white-space: nowrap;
}

.button.bg_yellow,
.button.bg_bule{
  text-decoration: none;
  color: #1E50A0;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.7;
  min-width: 120px;
  background: linear-gradient(180deg, #FFF000 0%, #DACD00 100%);
  border: none;
}
.button.bg_bule{
  background: linear-gradient(180deg, #4473BE 0%, #1E50A0 100%);
  color: #fff;
}
.button.bg_red{
  background: linear-gradient(180deg, #ff0000 0%, #d7160d 100%);
  color: #fff;
}


.modal-negotiation{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
}
.modal-negotiation.show{
  display: block;
}
.modal-negotiation .bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  cursor: pointer;
}
.modal-negotiation .close{
  position: absolute;
  top: 70px;
  right: calc(50% - 400px);
  width: 50px;
  height: 50px;
  background: #1E50A0;
  cursor: pointer;
}
.modal-negotiation .close::before,
.modal-negotiation .close::after{
  content: "";
  position: absolute;
  left: 17%;
  top: 45%;
  width: 35px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
}
.modal-negotiation .close::after{
  transform: rotate(135deg);
}
.modal-negotiation .inner{
  position: absolute;
  left: calc(50% - 400px);
  top: 70px;
  width: 800px;
  height: calc(100% - 140px);
  background: #fff;
  padding: 0;
  padding: 20px 25px;
  overflow: auto;
}
.modal-negotiation .msg{
  border: 1px solid #ddd;
  padding: 10px;
}
.modal-negotiation .img-list{
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.modal-negotiation .img-list p{
  font-size: 1.6rem;
  margin-top: 15px;
}
@media screen and (max-width: 1140px){
  .modal-negotiation .inner{
    left: 20px;
    top: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
  }
  .modal-negotiation .close{
    top: 20px;
    right: 20px;
  }
}

.line-login{
  display: inline-block;
  width: 222px;
  height: 64px;
  background: url(../img/line/btn_login_base.png) no-repeat;
  background-size: 100%;
}

/*
確認ダイアローグ
*/
.popup_confirm{
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  z-index: 100;
}
.popup_confirm .popup_contents{
  position: relative;
  background: #fff;
  padding: 30px;
  width: 566px;
  border-radius: 5px;
  border:8px solid #1E50A0;
  box-shadow:3px 3px 15px rgba(0, 0, 0, 0.27);
}
.popup_confirm .popup_contents p{
  text-align: center;
  margin-bottom: 20px;
}
.popup_confirm .button_box {
  display: flex;
  text-align: center;
  gap: 30px;
  justify-content: center;
  max-width: 281px;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .popup_confirm .popup_contents{
    padding: 30px 20px;
    width: 350px;
  }
}

/*お受け取り方法*/
.payment_type{
  border: 2px solid #ccc;
  border-radius: 10px;
  max-width: 640px;
  margin: 0 20px 20px auto;
  text-align: center;
  padding: 10px;
}
.payment_type .title{
  font-size: 1.8rem;
  font-weight: bold;
}
.payment_type label{
  display: inline-block;
  cursor: pointer;
  font-size: 1.6rem;
  padding: 0.5em 1em;
}
.payment_type input:disabled + span{
  opacity: 0.4;
}
.payment_type a{
  color: #003366;
}
@media screen and (max-width: 767px){
  .payment_type{
    margin: 0 auto 20px;
  }
}
.payment_confirm{
  border: 2px solid #ccc;
  border-radius: 10px;
  max-width: 472px;
  margin: 0 auto 20px;
  text-align: center;
  padding: 10px;
}
.payment_confirm .title{
  font-size: 1.8rem;
  font-weight: bold;
}
.payment_confirm p{
  font-size: 2.0rem;
  font-weight: bold;
  color: #ff0000;
}