.header,.content{
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}

#btm {
    background: #fff;
    color: #000;
}



@media only screen and (min-width: 768px) {
.sp{
    display: none;
}
.header {
    padding-top: 80px;
    color: #000;
    text-align: center;
    background-color: #fff
}
.header .sns {
    position: absolute;
    top: 20px;
    right: 2%;
    margin-left: 180px;
}
.header .sns li{
    display:inline-block;
}.fb_iframe_widget > span {
  vertical-align: baseline !important;
}
.header .top-img img{
    width: 100%;
    margin: -80px 0 0 0;
    padding: 0 0 -5px 0;
}

#datail-data {
    background: #e0dfdc;
    color: #312500;
    padding: 80px 0px;
    overflow: hidden;
}

#datail-data h2 {
    font-size: 16px;
    letter-spacing: 0.15em;
    margin-bottom: 50px;
    font-weight: normal;
}
#link {
    margin: 0 auto 20px auto;
    overflow: hidden;
    width: 87%;
    max-width: 1300px;
}

#link h3 {
    font-size: 40px;
    margin: 0 0 10px 0;
    letter-spacing: 0.1em;
    color: #0080cc;
    height: 70px;
    line-height: 70px;
    position: relative;
}
#link h3 img {
    display: inline-block;
    vertical-align: middle;
    height: 42px;
    margin-right: 20px;
    z-index: 2;
    position: relative;
}

#link h3 p {
    display: inline-block;
    vertical-align: middle;
    z-index: 2;
    position: relative;
}

#link h3:after {
    content: '';
    background: #0080cc;
    position: absolute;
    width: 100%;
    height: 6px;
    top: 50%;
    left: 0;
    z-index: 0;
}
#link h3:before {
    content: '';
    background: #e0dfdc;
    position: absolute;
    width: 500px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -250px;
    z-index: 1;
}
.wrap-btn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
#link .wrap-btn a {
    display: block;
    color: #0080cc;
    width: 100%;
    padding: 2% 0;
    line-height: 63px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    transition: all .3s;
    -webkit-transition: all .3s;
    border: 4px solid #0080cc;
    box-sizing: border-box;
    position: relative;
}
#link .wrap-btn a:after {
    content: '';
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    background: #0080cc;
    transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
#link .wrap-btn a:hover:after {
    width: 100%;
}
.wrap-btn a span {
    z-index: 2;
    position: relative;
}
.wrap-btn a:hover {
    color: #fff !important;
}
.attention {
    color: #2e2e2e;
    font-size: 14px;
    letter-spacing: 0.1em;
}
.before {
    margin:0 auto 20px;
    display:block;
    color:#FFF;
    width:29%;
    height:63px;
    line-height:63px;
    text-decoration:none;
    font-size:18px;
    letter-spacing:.02em;
    background:#9e751e;
    transition:all .3s;
    -webkit-transition:all .3s;
}
.content .inner {
    margin: 0 auto;
    padding: 80px 10px;
    width: 1000px;
    text-align: left;
}
.content .subTit {
    margin-bottom:10px;
    font-weight: 800;
    font-size: 200%;
}
.content ul{
    margin-bottom:40px;
    padding-left:10px;
}
.content li{
    list-style: disc;
    margin: 0 0 10px 13px;
}


.footer{
    padding:30px 0;
    text-align:center;
    color:#FFF;
    font-size:12px;
    letter-spacing:0.05em;
    background:#000320;
}

.footer a{
    color:#FFF;
    text-decoration:none;
}

.auction-data {
    width: 87%;
    max-width: 1300px;
    border-collapse: collapse;
    margin: 40px auto 40px;
    font-size: 14px;
    letter-spacing: 0.1em;
}
.auction-data tr{
    width: 100%%;
    /* display:inline-block; */
    /* box-sizing: border-box; */
}
.auction-data th{width: 33.33%;/* display: block; */padding: 16px;color: #fff;background: #0080cc;border: 1px solid #e0dfdc;border-bottom: none;box-sizing: border-box;}

.auction-data td{
    padding: 16px;
    border: 1px solid #e0dfdc;
    border-top: none;
    color: #fff;
    background: #ea5404;
    text-align: center;
    width: 33.333%;
    /* display: block; */
    /* box-sizing: border-box; */
}
.auction-data td p{
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;

}
a.link-c {
    color: #0080cc;
}

.caution {
    color: #CC0000 !important;
}
.pk {
    width: 30%;
    margin: 0;
}
.gy {
    float: left;
    background:#727372;
    width: 31%;
    margin: 0 1%;
}
.gy p {
    padding: 30px;
    box-sizing: border-box;
    font-size: 16px;
    color: #ffffffd1;
}
p.info {
    font-size: 15px;
    margin-top: -21px;
    margin-bottom: 2%;
}
li.none {
    list-style:none;
}

}

@media only screen and (max-width: 767px) {
.pc{
    display: none;
}

.header {
    color: #000;
    text-align: center;
    background-color: #fff;
}
.header .sns {
    position: absolute;
    top: 10px;
    right: 2%;
    margin-left: 180px;
}
.header .sns li{
    display:inline-block;
}.fb_iframe_widget > span {
  vertical-align: baseline !important;
}
.header .top-img img{
    width: 100%;
    margin: 0;
    padding: 0;
}

#datail-data {
    background: #e0dfdc;
    color: #312500;
    padding: 50px 20px;
    overflow: hidden;
}

#datail-data h2 {
    font-size: 15px;
    font-weight: normal;
    width: 100%;
    margin: 0 auto;
}


#link {
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}

#link h3 {
    font-size: 24px;
    margin: 0 0 10px 0;
    letter-spacing: 0.1em;
    color: #0080cc;
    height: 70px;
    line-height: 70px;
    position: relative;
}
#link h3 img {
    display: inline-block;
    vertical-align: middle;
    height: 34px;
    margin-right: 14px;
    z-index: 2;
    position: relative;
}

#link h3 p {
    display: inline-block;
    vertical-align: middle;
    z-index: 2;
    position: relative;
}
.gy p {
    padding: 30px;
    box-sizing: border-box;
    font-size: 16px;
    color: #ffffffd1;
}
#link a {
    display: block;
    color: #0080cc;
    width: 100%;
    padding: 16px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    transition: all .3s;
    -webkit-transition: all .3s;
    border: 4px solid #0080cc;
    box-sizing: border-box;
}
#link a:hover{
    opacity:.7;
    -ms-filter: "alpha(opacity=70)";
}
.before {
    margin:0 auto 20px;
    display:block;
    color:#FFF;
    width:29%;
    height:63px;
    line-height:63px;
    text-decoration:none;
    font-size:18px;
    letter-spacing:.02em;
    background:#9e751e;
    transition:all .3s;
    -webkit-transition:all .3s;
}
.content .inner {
    margin: 0 auto;
    padding: 7% 3%;
    width: 94%;
    text-align: left;
}
.content .subTit {
    margin-bottom:10px;
    font-weight: 800;
    font-size: 150%;
}
.content ul{
    margin-bottom:40px;
    padding-left:10px;
}
.content li{
    list-style: disc;
    margin: 0 0 10px 13px;
}

.footer{
    padding:30px 0;
    text-align:center;
    color:#FFF;
    font-size:12px;
    letter-spacing:0.05em;
    background:#000320;
}
.footer a{
    color:#FFF;
    text-decoration:none;
}

.auction-data {
    width: 100%;
    border-collapse: collapse;
    margin: 20px auto;
    font-size: 12px;
    letter-spacing: 0.1em;
}
.auction-data tr {
    /* border: 2px solid #e0dfdc; */
    width: 100%;
}
.auction-data th{
    width: 33.333%;
    padding: 16px;
    color: #fff;
    background: #0080cc;
    /* display: block; */
    /* box-sizing: border-box; */
    border: 2px solid #e0dfdc;
    border-bottom: none;
    border-top: none;
}
.auction-data td{
    padding: 16px 6px;
    color: #fff;
    background: #ea5404;
    text-align: center;
    /* display: block; */
    box-sizing: border-box;
    width: 33.33%;
    border: 2px solid #e0dfdc; */
    border-bottom:;
    border-bottom: none;
    border-top: none;
}
.attention {
    color: #2e2e2e;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-align: left;
}
a.link-c {
    color: #0080cc;
}
.caution {
    color: #CC0000 !important;
}
li.none {
    width: 85%;
}
li.none img{
 width: 100%;
}
.pk {
    width: 100%;
    margin: 0 0 5% 0;
}
.gy {
    background:#727372;
    margin-bottom: 2%;
}
p.info {
    font-size: 15px;
    margin-top: -21px;
    margin-bottom: 2%;
}
li.none {
    list-style:none;
}




}


#btm {
    background: #fff;
    color: #000;
}