@charset "UTF-8";
/**
 *
 *  ページ名.css
 *
 */
/*--------------------------------------------------------------------------
   overwrite  - 共通CSSの上書き -
---------------------------------------------------------------------------*/
.pc {
  /*display: block;*/
}

.pc_inline {
  display: inline-block;
}

.sp {
  display: none;
}

.m0a {
  margin: 0 auto;
}

.txt_r {
  text-align: right;
}

.txt_l {
  text-align: left;
}

.txt_c {
  text-align: center;
}

.txt-bold {
  font-weight: bold;
}

.f-11 {
  font-size: 11px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-70 {
  margin-bottom: 70px;
}

.color-red {
  color: #e10013;
}

.img-responsive-w {
  width: 100%;
  height: auto;
}

/*--------------------------------------------------------------------------
  	Content
---------------------------------------------------------------------------*/
/*============================
#present
============================*/
#present2 {
  font-weight: 600;
}

#present2 img {
  /*max-width : 100%;*/
  height: auto;
}

#present2 .inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}
#present2 #heading h3 {
	display: inline-block;
}


.table-box {
  display: table;
}

.table-box > * {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

/*============================
#heading comingsoonのとき
============================*/
.heading-cs {
  background: url("../images/index/bg_heading.jpg") center top no-repeat;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 35px 81px 8px;
}

.heading-cs h3 {
  margin-bottom: 20px;
}

.heading-cs .notes {
  text-align: right;
  margin-top: -10px;
  font-size: 10px;
  font-weight: bold;
}

#detail {
  background: white;
  padding: 40px 45px;
  position: relative;
  font-size: 15px;
}

#detail dl {
  width: 602px;
  max-width: 100%;
  margin: auto;
}

#detail ul {
  text-align: left;
}

#detail ul li {
  display: inline;
  padding-right: 5px;
  font-size: 14px;
}

#detail .method {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  background-color: #fff9e9;
  border-radius: 10px;
  padding: 35px 48px 0;
  border: solid 2px #e23830;
  margin: 0 auto 30px;
}

#detail .method dt {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}

#detail .method dd {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.6;
  margin-bottom: 35px;
  display: table;
  text-align: center;
}

#detail .method dd small {
  margin: 0 auto;
  text-align: center;
}

#detail .method dd > dl dt {
  margin-bottom: 15px;
}

#detail .method dd > dl dd {
  margin-bottom: 15px;
}

#detail .method strong {
  font-size: 18px;
  font-weight: bold;
}

#detail .method small {
  font-size: 14px;
}

#detail .method .d_inline {
  display: inline;
}

#detail .method .notes dl dt {
  font-size: 16px;
  font-weight: bold;
}

#detail #oldcard {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: dashed 2px #fd352b;
  padding: 15px;
  width: 75%;
  margin: 0 auto 35px;
  /*figure {
			width         : 51%;
			padding-right : 10px;
		}
		p {
			width       : 70%;
			color       : #fd352b;
			font-weight : bold;
			font-size   : 18px;
		}*/
}

#detail #oldcard p {
  color: #fd352b;
  font-weight: bold;
  font-size: 18px;
}

#detail #oldcard p {
  padding-left: 25px;
}

#bnr_area {
  overflow: hidden;
  *zoom: 1;
}

#bnr_area li {
  float: left;
  width: 50%;
}

#bnr_area li a img {
  width: 100%;
  height: auto;
}

.txt_c small { display: block;}

/* @SP */
@media all and (max-width: 767px) {
  .sp_mb-10 {
    margin-bottom: 10px;
  }
  .sp_mb-15 {
    margin-bottom: 15px;
  }
  .sp_mb-20 {
    margin-bottom: 20px;
  }
  .sp_mb-30 {
    margin-bottom: 30px;
  }
  .sp_mb-35 {
    margin-bottom: 35px;
  }
  .sp_mb-40 {
    margin-bottom: 40px;
  }
  .sp_mb-50 {
    margin-bottom: 50px;
  }
  .sp_mb-70 {
    margin-bottom: 70px;
  }
  .pc_inline {
    display: none;
  }
  #present2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  #present2 img {
    max-width: 100%;
    height: auto;
  }
  #present2 .pc {
    display: none;
  }
  #present2 .sp {
    display: block;
  }
  #present2 .heading-cs {
    background: url("../images/index/bg_heading_sp.jpg") center top no-repeat;
    background-size: cover;
    text-align: center;
    padding: 50px 0;
  }
  #present2 .heading-cs h3 img {
    width: 290px;
  }
  #present2 .heading-cs figure img {
    width: 300px;
  }
  #present2 .heading-cs .notes {
    margin-top: 20px;
  }
  #detail {
    padding: 30px 0;
    font-size: 10px;
  }
  #detail dl {
    width: 254px;
    margin: auto;
  }
  #detail .method {
    width: 286px;
    border-radius: 5px;
    padding: 30px 14px 0;
    border: solid 1px #e23830;
    margin-bottom: 30px;
  }
  #detail .method dt {
    margin-bottom: 15px;
  }
  #detail .method dd {
    display: block;
    font-size: 10px;
    margin-bottom: 15px;
  }
  #detail .method dd figure {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
  }
  #detail .method dd figure + p {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }
  #detail .method strong {
    font-size: 10px;
    font-weight: bold;
  }
  #detail .method small {
    font-size: 10px;
  }
  #detail .method .d_inline {
    display: block;
  }
  #detail .method .txt_l_sp {
    text-align: left;
  }
  #detail .method .txt_tel {
    width: 177px;
    margin-bottom: 10px;
  }
  #detail .method .notes dl dt {
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #detail ul {
    text-align: left;
  }
  #detail ul li {
    display: inline;
    padding-right: 0;
    font-size: 10px;
  }
  #detail #oldcard {
    display: table;
    width: 100%;
    margin: 0 auto 15px;
  }
  #detail #oldcard figure {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  #detail #oldcard figure + p {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding-right: 0;
    text-align: left;
    font-size: 11px;
  }
  #detail #method {
    padding: 0;
  }
  #detail #method p {
    padding-left: 0;
  }
  #detail .img_present_01 {
    margin-bottom: 15px;
  }
  /*============================
	#Side
	============================*/
  #Side {
    display: none;
  }
}

/*--------------------------------------------------------------------------
   xxx
---------------------------------------------------------------------------*/
/* xxx
-----------------------------------------------------------------*/
/* xxx */
