@charset "utf-8";

/*
基本設定
*/
a.link{color:#003366; text-decoration: underline;}
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;}



/*画像切り替えなど*/
.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;}

/*リサイズ時アニメーション回避*/
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:#DF1B13;}
.red{ color:#ff0000;}

.home a{
    text-decoration: none;
}

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


.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: 1100px){
        .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: 1100px){
        
        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: #EEEEEE;
}
.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: 0 35px;
}

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

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



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

        .contents-row{
            margin-top: 20px;
        }


    }
    @media screen and (max-width: 1000px){
		.contents-row>main{
		    width: 100%;
			padding: 0 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;
		}
	}

/*
見出し
*/

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

.headline-l {
    position: relative;
    font-size: 4.4rem;
    text-align: center;
    padding-bottom: 15px;
}

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


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

@media screen and (max-width:1100px){
    .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: #DF1C13;
}

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

}


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



/*
ボタン
*/
.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;
}

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

}

.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: 48px;
	font-weight: bold;
	text-align: center;
	color: #000;
	text-decoration: none;
    cursor: pointer;
}
.btn-red-l{
	background: linear-gradient(#EC7B75,#E75B53,#E2382F);
	border: 1px solid #BC1911;
	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 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-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(#EC7B75,#E75B53,#E2382F);
    border: 1px solid #BC1911;
    color: #fff;
}



.put-btn-block{
    position: relative;
    z-index: 1;
	text-align: right;
}

.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:1100px){

    .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: 100px;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background:#DF1C13;
}
#pagetop.open a{
    top: 0px;
}

#pagetop a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: 7px;
    width: 16px;
    height: 16px;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
    -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: 70px;
            width: 58px;
            height: 58px;
        }

        #pagetop a::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 21px;
            margin-top: 6px;
            width: 13px;
            height: 13px;
            border-right: 4px solid #fff;
            border-bottom: 4px solid #fff;
        }
    }


/*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:1100px){
    .head-msg {
        font-size: 1.4rem;
        margin-top: 10px;
        margin-bottom: 20px;
        text-align: center;
    }

}

/*
リスト
*/
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:   1100px){
    .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: #DF1C13;
	border: 1px solid #DF1C13;
	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: #fff;
    padding: 0 93px 0 0;
    z-index: 100;
}


.header-logo{
    padding-left: 20px;
    width: 310px;
}


.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: #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:#333333;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 15px 30px;

}



.header-btn{
    display: flex;
}
.header-contact{
    display: block;
    padding:15px 30px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #000;
}
.header-search{
    display: block;
    padding:15px 10px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #000;
}

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


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

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



.header-btn-trial{
    display: block;
    width: 265px;
    height: 55px;
    line-height: 55px;
    background: #DF1C13;
    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: #000;
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    margin-left: 15px;
}


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


@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: 1100px){

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

    .header-btn{
        display: none;
    }
    
    .header-logo {
        padding-left: 20px;
        width: 100%;
        height: 70px;
        position: fixed;
        left: 0;
        top: 0;
        padding: 16px 20px 0 10px;
        background: #fff;
        z-index: 100;
    }

    .header-logo img {
        width: 220px;
    }


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

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

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


}




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

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

.menu-lg>li>a{
    color:#000;
    font-size: 1.4rem;
    font-weight: bold ;
   font-family:'メイリオ','Meiryo', 'Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック','sans-serif' !important;
}
@media screen and (max-width:1100px){
    .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: 1100px){
    #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: #eee;
	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: #000;
}

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

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

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

@media screen and (max-width: 1100px){
	.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:1100px){
    .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:#000000;
    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:1100px){
    footer{
        padding:30px 20px 50px;
        background:#000000;
        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:1100px){


    .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: #DF1C13;
	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: #DF1C13;
	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: 1000px){
/*
	.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: linear-gradient(to bottom, #F0F0F0 0%,#cccccc 100%);
}


.top-visual-img {
    position: absolute;
    right: 0;
    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: 3.0vw;
    font-weight: bold;
    font-weight: 900;
    line-height: 1.25em;
    margin-bottom:2.5vw;
}

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


.top-visual-catch {
    margin-top:2.5vw;
    font-size: 2.3vw;
    font-weight: normal;
}

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

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

        .top-visual {
            position: static;
            /*padding-top: 80px;*/
            padding-top: 40px;
            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 span{
            display: block;
            padding-left: 0.5em;
        }

        .top-visual-catch {
            margin-top: 15px;
            /*font-size: 4.5vw;*/
            font-size: 5.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: 33px 0 0;
            font-size: 5.4vw;
            line-height: 1.5em;
            margin-bottom: 33px;
            text-align: center;
        }


    }

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

        .top-visual {
            /*height: calc(100vh - 70px);*/

        }

    }
.top-news{
    background:#fff;
}

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

.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:1100px){
    .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-block {
    display: flex;
    justify-content: space-between;
    max-width: 1230px;
    /*margin: 0 auto 70px;*/
    margin: 0 auto;
}

.top-fee-box{
    display: block;
    width: 33%;
    background: #fff;
}

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

.top-fee-ttl{
    font-size: 2.5rem;
    color:#fff;
    background: #DF1C13;
    text-align: center;
    padding: 0.5em;

}


.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: 4.4rem;
    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:1100px){

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

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


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

        .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: 4rem;
            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.8rem;
            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;
        }


    }



.top-reason{
    padding-bottom: 0;
    background: #fff;
}

.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: 45px;
}

.top-reason-lead i{
    width: 235px;
}
    @media screen and (max-width:1100px){
		.top-reason-lead i img{
			max-width: 343px;
		}
	}
    @media screen and (max-width:640px){
		.top-reason-lead i img{
			width: 60%;
		}
	}	
.top-reason-lead .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)
}

.top-reason-row{
    display: flex;
    padding-top: 15px;
}

.top-reason-box{
    width: 49%;
    text-align: center;
    margin-right: 2%;
    border: 1px solid #ccc;
    padding: 40px 20px;
}
.top-reason-box:nth-child(2n){
    margin-right: 0;
}
.top-reason-box .ttl{
    position: relative;
    display: inline-block;
    background: #000;
    color: #fff;
    font-size: 2rem;
    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: #000 transparent transparent transparent
}


.top-reason-box .img{
    margin-bottom: 50px;
}


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

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

.top-reason-cel dt{
    width: 89px;
    text-align: center;
}
.top-reason-cel dt i{
    background: #248DB0;
    color:#fff;
    padding-top: 2px;
    font-weight: bold;
    width: 100%;
    font-size: 1.8rem;
    display: block;
}

.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-note{
    font-size: 1.2rem;
    text-align: center;
}

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


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

        .top-reason-lead {
            display: block;
            text-align: center;
            margin-bottom: 10px;
            margin-top: 25px;
        }

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

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

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

        .top-reason-box .ttl {
            font-size: 1.3rem;
            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 .img img{
			width: 60%;
		}

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

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

        .top-reason-cel dt i {
            padding-top: 2px;
            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 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;
		}


    }




.top-why{
    padding-top: 70px;
    padding-bottom: 20px;
    background: url(../img/bg.png);
}

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

.top-why-list>li{
    background: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding:10px 29px;
}

.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:1100px){


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


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

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

        .top-why-list>li{
            align-items: flex-start;
            margin-bottom: 10px;
            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:1100px){

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

.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.4rem;
    padding:0 20px 0 30px;
}
.top-category-ttl span{
	display: block;
	font-weight: normal;
	font-size: 1.4rem;
}

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

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

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

        .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-schedule{
    text-align: center;
    color:#fff;
}

.top-schedule-ttl {
    width: 560px;
    line-height: 80px;
    height: 76px;
    text-align: center;
    color: #fff;
    background: #DF1C13;
    font-size: 3rem;
    display: block;
    margin: 50px auto 40px;
    border-radius: 40px;
    font-weight: bold;
}

.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:1100px){
        .top-schedule-ttl {
            width: 100%;
            max-width: 310px;
            line-height: 56px;
            height: 56px;
            text-align: center;
            color: #fff;
            background: #DF1C13;
            font-size: 1.8rem;
            display: block;
            margin: 20px auto 20px;
            border-radius: 36px;
            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-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; 
}

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

.top-feature-list>li .lead strong{
    font-size: 5rem;
    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: 287px;
    display: inline-block;
}

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

.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:1100px){

        .top-feature {
            position: relative;
            background: #fff;
            padding-bottom: 0;
        }

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

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

    }


.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:1100px){
        .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-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:1100px){


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


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

            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: #EEEEEE;
}

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

.top-flow-list>li{
    width: 24%;
    position: relative;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    padding: 0px;
}

.top-flow-list>li .num {
    position: absolute;
    width: 106px;
    height: 106px;
    font-size: 3rem;
    color: #fff;
    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: #DF1C13 transparent transparent transparent;
    z-index: -1;
}


.top-flow-list>li .img {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 50px;
}


.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:1100px){
        .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;
            color: #fff;
            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:1100px){
        .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-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: #EEEEEE;
    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: #EEEEEE;
}


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


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

        .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;
    background: #fff;
}

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

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

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

    }


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


.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: #DF1C13;
    color: #fff;
    line-height: 93px;
}


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

        .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: #DF1C13;
    z-index: 2;
}
.regist-nav>li:first-child::before{
    display: none !important;
}


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


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


.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:1100px){

    .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:1100px){
    .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 0;
}

@media screen and (max-width:1100px){
    .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 0;
    }

    .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:1100px){

    .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-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 .cel2{
    width: calc(100% - 110px);
}

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


.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{
		font-size: 1.4rem;
		width: 95px;
	}
	.search-block-row .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-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 #BC1810;
    background: linear-gradient(to bottom, #EC7A75 0%,#DF1B13 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>li{
    position: relative;
    width: 18%;
    margin-right: 2.5%;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 70px;
    margin-bottom: 40px;
}
.goods>li:nth-child(5n){
    margin-right: 0;
}

.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%);
	}
	.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: 30px;
	left: 50%;
	transform: translateX(-50%);
}
.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;
	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;
}
@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: 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: 70px;
		margin-bottom: 40px;
		margin-right: 2%;
	}
	.goods>li:nth-child(2n){
		margin-right: 0;
	}
    .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-box {
        position: static;
        width: 60%;
    }

    .goods-block.active .item-price{
        margin-bottom: 0px;
    }
    .goods-block.active .item-price .goods-dl{
        margin-right: 0;
    }

    .goods-block.active .goods-btn {
        position: absolute;
        top: auto;
        right: 0;
        bottom: 10px;
        left: auto;
        transform: translateX(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;
	}
}

/*入札中、お気に入り、最近見た商品*/
.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:'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'Noto Sans JP','ＭＳ Ｐゴシック','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:'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'Noto Sans JP','ＭＳ Ｐゴシック','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{
    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:1100px){
    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:1100px){
    .select-label select{
        height: 34px;
    }
}





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


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









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


/*チェックボックス*/
.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: #DF1C13;
    border:1px solid #DF1C13 ;
}

.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:1100px){
    .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:1100px){
    .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:1100px){
    .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:1100px){

}



.submit-btn{
    display:inline-block;
    width: 300px;
    line-height:57px;
    height: 57px;
    border-radius: 10px;
    background: #DF1C13;
    font-size: 2.1rem;
    color: #fff;
    font-weight: bold;
}

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


@media screen and (max-width:1100px){
    .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 #BC1810;
    background: linear-gradient(to bottom, #EC7A75 0%,#DF1B13 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:1100px){
        /*ページャー*/
        .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% - 6px ) / 2);
    border-bottom: 0;

}

.parent-tab>li>a{
    position: relative;
    display: block;
    padding:12px 20px;
        text-decoration: none;
    color:#666666;
    font-size: 2rem;
	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.active>a::after{
    content:"";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    left:0;
    bottom: -1px;
}

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

}


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

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


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

    .parent-tab>li>a {
        padding: 5px 10px;
        font-size: 1.5rem;
        font-weight: bold;
    }

    .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: 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-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-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: #EEEEEE;

}
.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 #000;
}
.data-tbl.type2 thead th>span{
	padding: 0 1em;
}

.data-tbl thead tr th:nth-child(1)>span{
    border-left:0;
}

.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: 400px){
	.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-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{
	display: inline-block;
	background:#D9A300;
	font-size: 1.2rem;
	color: #fff;
	padding: 0.1em 0.5em;
}
.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 .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;
	}

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

.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: 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:1100px){
	.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;
	}


    .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;
    }
	.data-tbl-ope button{
		margin: 0 auto 5px;
	}

    .data-tbl-box{
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 200px;
        margin: 0 auto;
        width: 100%;
    }


    .data-tbl-box .box1{
        width:70px;
        font-size: 1.1rem;
        text-align: left;
    }
    .data-tbl-box .box2{
        text-align: right;
        width:calc(100% - 70px);
    }

    .data-tbl-box .box2 .price{
        padding:  0;
    }


    .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 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{
		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:1100px){

    .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:1100px){

    .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: 1447px){
	.product-detail .gallery{
		width: 550px;
	}
	.product-detail .info{
		width: calc(100% - 550px);
		padding-left: 20px;
	}
}
@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: 1100px){
	.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 .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;
}
.product-detail .info .bid-update strong{
	font-size: 1.8rem;
}

.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:last-child{ margin-bottom: 0px;}
	.error-box ul li a{
		color: #DF1C13;
	}
.error-msg{
	padding-top: 10px;
}
.error-msg p{
	display: inline-block;
	position: relative;
	font-weight: bold;
	color: #DF1C13 !important;
	padding-left: 25px;
}
.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;
}
@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: 548px;
	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: #DF1C13;
	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 #DF1C13; 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: 1100px){
	.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;
}
.bid-upper-total .count{
	margin-right: 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: 0;
	}
}
@media screen and (max-width: 768px){
	.bid-upper-total{
		padding: 3px 10px;
		font-size: 1.2rem;
	}
	.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{
    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{
    bottom:0;
    transition: bottom 0.1s ease-out;
}


.all-check-block{
    pointer-events: none;
    width: 780px;
    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:1100px){
    .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;
}