@charset "Shift_JIS";

/*----------------------------------------------------*/
/* CSS Index

- header
- contents
- footer
------------------------------------------------------*/


/*--------------------------------------------------*/
/* header
----------------------------------------------------*/
#header {
	margin: 0 -120px 0 -100px;
	position: relative;
	text-align: center;
	width: 1200px;
}

#header a {
	font-size: 0;
	height: 61px;
	left:128px;
	line-height: 1;
	position: absolute;
	top: 18px;
	width: 149px;
	z-index: 10;
}


/*--------------------------------------------------*/
/* contents
----------------------------------------------------*/
#contents {
	margin:0 -40px;
	width: 1060px;
}

#contents .home_link {
	padding: 20px 0 35px;
	text-align: center;
}

#contents .cp38lot_box {
	font-size: 0;
	line-height: 1;
	margin: 0;
	padding: 0;
}

#contents .cp38lot_btmbox {
	background: #FFF;
	margin: 0 auto;
	padding: 0 0 30px;
	width: 980px;
}

/* accordion */
#contents .cp38lot_send,
#contents .cp38lot_cofirm {
	margin:0 24px 10px 25px;
}

#contents dl.accordion {
	width: 931px;
}

#contents dl.accordion dt {
	background: url(../img/38lot_icon_open.gif) 862px 18px no-repeat;
	font-size:0;
	height:86px;
	line-height:1;
	cursor:pointer;
}

#contents .cp38lot_send dd {	padding-top:34px;}
#contents .cp38lot_cofirm dd {	padding-top:22px;}

#contents dl.accordion dt.open {
	background:url(../img/38lot_icon_close.gif) 862px 18px no-repeat;
}

#contents dl.accordion dd {
	display:none;
}

#contents .accordion dd {
	padding-bottom:40px;
	text-align: center;
}

#contents .accordion dd h2 {
	margin-bottom: 30px;
}

#contents .accordion dd h2,
#contents .accordion dd p {
	font-size:0;
	line-height:1;
}


/*--------------------------------------------------*/
/* footer
----------------------------------------------------*/
#footer {
	background:url(../img/line_dot_01.gif) left top repeat-x;
	clear:both;
	margin:0 auto;
	text-align: center;
	width:880px;
}

#footer div.footer_inner {
	background:url(../img/line_dot_01.gif) left top repeat-x;
	margin:0 auto;
	padding-top:10px;
	text-align:center;
	width:880px;
}

#footer p.footer_navi {
	background:url(../img/line_dot_01.gif) left bottom repeat-x;
	padding:10px 0;
}

#footer p,
#footer p a:link,
#footer p a:visited {
	color:#996600;
}

#footer div {
	background:url(../img/bg_footer.gif) left top repeat;
	font-size:93%;
	padding:10px 0;
}

/* ---------- .fin ---------- */

.fin__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: #fff;
  opacity: 0.7;
  z-index: 1000;
}

.fin__area {
  display: block;
}

.fin__box {
  position: fixed;
  top: 200px;
  left: 50%;
  width: 475px;
  padding: 35px 25px 15px;
  border: solid 10px #f47d09;
  border-radius: 20px;
  background: #fff;
  text-align: center;
  transform: translateX(-50%);
  z-index: 1001;
}

.fin__box:hover {
  opacity: 0.7;
}

.fin__body {
  margin-bottom: 40px;
}

.fin__foot {
  text-align: center;
}

.fin__ttl {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
}

.fin__comment {
  font-size: 18px;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1.2;
  color: #333;
}

/* ---------- #btn-fin-top ---------- */

.btn-fin-top {
  display: inline-block;
  width: 235px;
  padding: 10px;
  border: solid 1px #dfdfdf;
  border-radius: 5px;
  background: linear-gradient(#fff, #dfdfdf);
  font-size: 16px;
  font-weight: bold;
  color: #f00;
}

@media all and (max-width: 980px) {

    /* ---------- .fin ---------- */

  .fin__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background: #fff;
    opacity: 0.7;
    z-index: 1000;
  }

  .fin__area {
    display: block;
  }

  .fin__box {
    position: fixed;
    top: 10%;
    left: 50%;
    width: 73.906%;
    padding: 5.469% 3.906% 2.343%;
		border: solid 2.5vw #f47d09;
    border-radius: 5vw;
    box-sizing: border-box;
    background: #fff;
    text-align: center;
    transform: translateX(-50%);
    z-index: 1001;
  }

  .fin__box:hover {
    opacity: 0.7;
  }

  .fin__body {
    margin-bottom: 4.228%;
  }

  .fin__foot {
    text-align: center;
  }

  .fin__ttl {
    margin-bottom: 4.211%;
    font-size: 3.75vw;
    font-weight: bold;
    letter-spacing: -0.05em;
    line-height: 1;
    color: #000;
  }

  .fin__comment {
    font-size: 2.813vw;
    font-feature-settings: "palt";
    line-height: 1.2;
    color: #333;
  }

  .btn-fin-top {
    display: inline-block;
    width: 49.474%;
    padding: 2.105%;
    border: solid 1px #dfdfdf;
    border-radius: 5px;
    background: linear-gradient(#fff, #dfdfdf);
    box-sizing: border-box;
    font-size: 2.5vw;
    font-weight: bold;
    color: #f00;
  }
}
