@charset "utf-8";

/* ======================
 * Contents CSS
======================= */
@media only screen and (max-width: 736px) {

  /* Common
=========================================*/
  /* Heading
=========================================*/
  .heading02.borderType {
    border-bottom: solid 2px #005185;
  }

  .gourmetSection .heading02.borderType:nth-of-type(1) {
    margin-top: 0px;
  }

  .gourmetSection .comments {
    margin-bottom: 20px;
    padding-left: 1em;
    text-indent: -1em;
    margin: 20px 10px;
    ;
  }

  /* Text
=========================================*/
  .text {
    margin-top: 15px;
  }

  .textRed {
    color: #d21414;
  }

  /* indentSection */
  .indentSection01 {
    padding: 0 15px;
  }

  .spTaC {
    text-align: center !important;
  }

  p.notes-2line {
    margin-top: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: -0.2px;
    padding-left: 1em;
    text-indent: -1em;
  }

  /* Link
=========================================*/
  .iconLink01 {
    margin-top: 15px;
    padding-left: 13px;
    background: url(/common/images/common_ic02.png) no-repeat 0 0.3em;
  }

  .iconLink02 {
    margin-bottom: 24px;
    padding-left: 13px;
    background: url(/common/images/common_ic02.png) no-repeat 0 0.3em;
  }

  .iconLink01 a[target$="_blank"],
  .iconLink01 a.outLink {
    padding: 1px 15px 1px 0;
    background: url(/common/images/common_ic07_sp.png) no-repeat 100% 50%;
    background-size: 9px auto;
  }

  .iconLink02 a[target$="_blank"],
  .iconLink02 a.outLink {
    padding: 1px 15px 1px 0;
    background: url(/common/images/common_ic07_sp.png) no-repeat 100% 50%;
    background-size: 9px auto;
  }

  .iconLink01 a[href$=".pdf"],
  .iconLink01 a.pdfLink {
    padding: 1px 24px 1px 0;
    background: url(/common/images/common_ic03_sp.png) no-repeat 100% 0.3em;
    background-size: 12px auto;
  }

  .iconLink02 a[href$=".pdf"],
  .iconLink02 a.pdfLink {
    padding: 1px 24px 1px 0;
    background: url(/common/images/common_ic03_sp.png) no-repeat 100% 0.3em;
    background-size: 12px auto;
  }

  .iconLink01.nolinkIcon {
    background: none;
  }
  .iconLink0.nolinkIcon {
    background: none;
  }

  /* rightLink */
  .rightLink {
    clear: both;
  }

  .rightLink p {
    float: right;
  }

  /* listLink */
  .listLink01 {
    margin: 15px 0 0 0;
  }

  .listLink01.company {
    column-count: 1;
  }

  .listLink01 li {
    float: none;
    margin-top: 5px;
    padding-left: 13px;
    background: url(/common/images/common_ic02.png) no-repeat 0 0.3em;
  }

  .listLink01.col3Type li {
    width: 100%;
    margin: 10px 0;
  }

  .listLink01.company li {
    width: 100%;
    margin: 10px 0;
  }

  /* List
=========================================*/
  /* iconList */
  .iconList00 {
    margin: -10px 20px 0 20px;
  }

  .iconList01 {
    margin-top: 15px;
  }

  .iconList01 li {
    margin-top: 5px;
    padding-left: 1em;
    text-indent: -1em;
  }

  .iconList01 li:before {
    color: #0075c1;
    content: "●";
  }

  li.nomargin {
    margin-top: 0px;
  }

  /* numList */
  ol.numList01 {
    margin-top: 15px;
    counter-reset: li;
  }

  ol.numList01>li {
    margin-top: 5px;
    padding-left: 1.6em;
    text-indent: -1.6em;
  }

  ol.numList01>li:first-child {
    margin-top: 0;
  }

  ol.numList01>li:before {
    content: ""counter(li)".";
    counter-increment: li;
    margin-right: 0.5em;
    color: #0075c1;
    font-weight: bold;
  }

  /* Table
=========================================*/
  .table01 {
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
  }

  .table01 th,
  .table01 td {
    padding: 10px;
    border: solid 1px #cccccc;
    font-size: 10px;
    font-size: 1.0rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  .level01 {
    background: #efefef;
    font-weight: bold;
    text-align: center;
  }

  /* /point/
=========================================*/
  /* mainVisual */
  #pointContents #mainVisual {
    position: inherit;
    height: auto;
  }

  #pointContents #mainVisual .couponDetail {
    overflow: hidden;
    position: inherit;
    width: 100%;
    padding: 15px 15px 0 15px;
    background: #eff6f8;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    transform: inherit;
  }

  #pointContents #mainVisual .couponDetail.ver2 {
    overflow: hidden;
    position: inherit;
    width: 100%;
    padding: 15px 15px 15px 15px;
    background: #eff6f8;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    transform: inherit;
  }

  #pointContents #mainVisual .couponDetail .couponIconList {
    overflow: hidden;
    margin-right: -10px;
  }

  #pointContents #mainVisual .couponDetail .couponIconList li {
    float: left;
    width: 137px;
    margin-right: 10px;
    padding: 5px 10px 4px;
    font-size: 8px;
    font-size: 0.8rem;
    line-height: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  #pointContents #mainVisual .couponDetail .couponIconList li:first-child {
    margin-right: 4%;
  }

  #pointContents #mainVisual .couponDetail .couponIconList li.hotel {
    background: #1b8fd9;
    color: #ffffff;
    text-align: center;
  }

  #pointContents #mainVisual .couponDetail .couponIconList li.coupon {
    padding: 4px 5px 3px 31px;
    background: #ffffff url(/common/images/point/common_bg01.gif) no-repeat 17px 50%;
    background-size: 10px auto;
    border: solid 1px #c9a321;
    color: #c9a321;
  }

  #pointContents #mainVisual .couponDetail .couponDetailCol {
    display: block;
    margin-top: 24px;
  }

  #pointContents #mainVisual .couponDetail .couponDetailCol .logo {
    display: block;
    width: 108px;
    margin: 0 auto;
    vertical-align: middle;
  }

  #pointContents #mainVisual .couponDetail .couponDetailCol .logo.coworkingSpace {
    display: block;
    width: 108px;
    margin: 0 auto;
    vertical-align: middle;
  }

  #pointContents #mainVisual .couponDetail .couponDetailCol .logotwo {
    display: block;
    width: 246px;
    margin: 0 auto;
    vertical-align: middle;
  }

  #pointContents #mainVisual .couponDetail .couponDetailCol .logo3 {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #pointContents #mainVisual .couponDetail .couponDetailCol .logo img {
    width: 100%;
  }

  #pointContents #mainVisual .couponDetail .couponDetailCol .logotwo img {
    width: 49%;
  }

  .aglogo {
    margin-right: 2%;
  }

  #pointContents #mainVisual .couponDetail .couponDetailCol .hotelName {
    display: block;
    width: auto;
    margin-top: 24px;
    padding-left: 0;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    vertical-align: middle;
  }

  #pointContents #mainVisual .couponDetail .couponDetailCol .hotelName.gourmet {
    margin-bottom: 20px;
  }

  #pointContents #mainVisual .couponDetail .couponDetailCol .hotelName span {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
  }

  #pointContents #mainVisual .couponDetail .couponInfo {
    margin: 13px 0 24px 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
  }

  #pointContents #mainVisual.nologo .couponInfo .indent {
    padding-left: 1em;
    text-indent: -1em;
    display: block;
  }

  #pointContents #mainVisual .photo {
    position: inherit;
    z-index: 1;
  }

  #pointContents #mainVisual .photo.ver2 {
    position: inherit;
    z-index: 1;
  }

  #pointContents #mainVisual .photo.magazineLayout {
    width: 100%;
    height: auto;
    background: #d7f0f7;
    text-align: center;
  }

  #pointContents #mainVisual .photo.magazineLayout img {
    width: 50%;
  }

  #pointContents #mainVisual .linkBt {
    position: inherit;
    right: auto;
    bottom: auto;
    display: table;
    width: 224px;
    margin: 20px auto 0;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f9f9f9), color-stop(100%, #f2f2f2));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
    border-top: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    border-bottom: solid 2px #cccccc;
    border-left: solid 1px #cccccc;
    z-index: 2;
  }

  #pointContents #mainVisual .linkBt:hover {
    background: #00b6e1;
    border-top: solid 1px #00b6e1;
    border-right: solid 1px #00b6e1;
    border-bottom: solid 2px #00b6e1;
    border-left: solid 1px #00b6e1;
  }

  #pointContents #mainVisual .linkBt a {
    position: relative;
    display: table-cell;
    padding: 11px 25px 11px 35px;
    background: url(/common/images/common_ic01.png) no-repeat 10px 50%;
    color: #000000;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  #pointContents #mainVisual .linkBt a:before {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 11px;
    height: 10px;
    margin-top: -5px;
    background: url(/common/images/common_ic07.png) no-repeat 0 0;
    content: "";
  }

  #pointContents #mainVisual .linkBt:hover a {
    color: #ffffff;
    text-decoration: none;
  }

  /* pointCol */
  #pointContents .pointCol {
    margin-top: 21px;
  }

  #pointContents .pointCol .infoCol {
    float: none;
    width: 100%;
  }

  #pointContents .pointCol .infoCol .pointHeading01 {
    padding-left: 15px;
    padding-bottom: 8px;
    border-bottom: solid 2px #f8a521;
    color: #f8a521;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
  }

  #pointContents .pointCol .infoCol .pointHeading01-cleaning {
    margin-top: 25px;
    padding-left: 15px;
    padding-bottom: 8px;
    border-bottom: solid 2px #f8a521;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
  }

  #pointContents .pointCol .infoCol .pointHeading02 {
    margin-top: 25px;
    padding-left: 15px;
    padding-bottom: 8px;
    border-bottom: solid 2px #0075c1;
    color: #0075c1;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
  }

  #pointContents .pointCol .infoCol .pointHeading02.mt0 {
    margin-top: 30px;
  }

  #pointContents .pointCol .infoCol .pointHeading03 {
    margin-top: 25px;
    padding-left: 15px;
    padding-bottom: 8px;
    border-bottom: solid 2px #28a67b;
    color: #28a67b;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
  }

  #pointContents .pointCol .infoCol .pointHeading04 {
    margin-top: 25px;
    padding-left: 15px;
    padding-bottom: 8px;
    border-bottom: solid 2px #d93686;
    color: #d93686;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
  }

  #pointContents .pointCol .infoCol .pointHeading05 {
    padding-left: 15px;
    padding-bottom: 8px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
  }

  
  
    #pointContents .pointCol .infoCol .pointHeading06 {
    margin-top: 25px;
    padding-left: 15px;
    padding-bottom: 8px;
    border-bottom: solid 2px #000000;
    color: #000000;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
  }

  #pointContents .pointCol .infoCol .pointHeading05+.privilegeArea {
    padding: 20px;
    margin: 0;
  }

  #pointContents .pointCol .infoCol .pointHeading05+.privilegeArea+.sectionSave>.useExp {
    margin: 10px 15px 0;
    color: #cc0000;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
  }

  #pointContents .pointCol .infoCol .rateText {
    margin-top: 20px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
  }

  #pointContents .pointCol .infoCol .applicationBt {
    width: 265px;
    margin: 17px auto 0;
    background: #ff9b00;
    background: -moz-linear-gradient(top, #ff9b00 0%, #ff9000 50%, #ff8100 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9b00), color-stop(50%, #ff9000), color-stop(100%, #ff8100));
    background: -webkit-linear-gradient(top, #ff9b00 0%, #ff9000 50%, #ff8100 100%);
    background: -o-linear-gradient(top, #ff9b00 0%, #ff9000 50%, #ff8100 100%);
    background: -ms-linear-gradient(top, #ff9b00 0%, #ff9000 50%, #ff8100 100%);
    background: linear-gradient(to bottom, #ff9b00 0%, #ff9000 50%, #ff8100 100%);
    border-top: none;
    border-right: none;
    border-bottom: solid 1px #d26d00;
    border-left: none;
    color: #ffffff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  #pointContents .pointCol .infoCol .applicationBt:hover {
    background: #ff6c00;
  }

  #pointContents .pointCol .infoCol .btn2Wrap {
    margin: 17px auto 0;
    padding: 0 15px;
  }

  #pointContents .pointCol .infoCol .btn2Wrap .applicationBt {
    float: none;
    display: table;
    width: 265px;
    margin: 0 auto;
  }

  #pointContents .pointCol .infoCol .btn2Wrap .applicationBt a {
    display: table-cell;
    height: 54px;
    vertical-align: middle;
  }

  #pointContents .pointCol .infoCol .btn2Wrap .applicationBt+.applicationBt {
    float: none;
    margin: 17px auto 0;
  }

  #pointContents .pointCol .infoCol .Premiumreser {
    width: 265px;
    margin: 17px auto 0;
    background: -moz-linear-gradient(top, #ff55a2 0%, #ff4da6 50%, #ff3399 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff55a2), color-stop(50%, #ff4da6), color-stop(100%, #ff3399));
    background: -webkit-linear-gradient(top, #ff55a2 0%, #ff4da6 50%, ff3399 100%);
    background: -o-linear-gradient(top, #ff55a2 0%, #ff4da6 50%, #ff3399 100%);
    background: -ms-linear-gradient(top, #ff55a2 0%, #ff4da6 50%, #ff3399 100%);
    background: linear-gradient(to bottom, #ff55a2 0%, #ff4da6 50%, #ff3399 100%);
    border-top: none;
    border-right: none;
    border-bottom: solid 1px #ff1a8c;
    border-left: none;
    color: #ffffff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  #pointContents .pointCol .infoCol .Premiumreser:hover {
    background: #E90670;
  }

  #pointContents .pointCol .infoCol .applicationBt a {
    display: block;
    color: #ffffff;
    padding: 13px 10px;
  }

  #pointContents .pointCol .infoCol .procedureBox {
    margin: 20px 15px 0;
    border: solid 1px #cccccc;
  }

  #pointContents .pointCol .infoCol .procedureBox+.notes-2line {
    margin: 10px 15px 0;
  }

  #pointContents .pointCol .infoCol .procedureBox dt {
    padding: 10px 15px;
    border-bottom: solid 1px #cccccc;
    background: #efefef;
    font-weight: bold;
    text-align: center;
  }

  #pointContents .pointCol .infoCol .procedureBox dd {
    padding: 18px 0;
  }

  #pointContents .pointCol .infoCol .procedureBox dd ol {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #pointContents .pointCol .infoCol .procedureBox dd ol li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  #pointContents .pointCol .infoCol .procedureBox dd ol li:nth-child(n + 3) {
    margin-top: 20px;
  }

  #pointContents .pointCol .infoCol .procedureBox dd ol li img {
    max-width: 80%;
    margin: 0 auto;
    display: block;
  }

  #pointContents .pointCol .infoCol .procedureBox dd .col3Wrap li {
    width: 50%;
  }

  #pointContents .pointCol .infoCol .procedureBox dd .col3Wrap li img {
    width: 146px;
  }

  #pointContents .pointCol .infoCol .procedureBox dd .col4Wrap {
    padding: 0 10px;
  }

  #pointContents .pointCol .infoCol .procedureBox dd .col4Wrap li {
    width: 50%;
  }

  #pointContents .pointCol .infoCol .procedureBox dd .col4Wrap li img {
    width: 146px;
  }

  #pointContents .pointCol .infoCol .procedureBox dd .col4Wrap .pict-caption br {
    display: none;
  }

  #pointContents .pointCol .infoCol .notesBox {
    margin: 20px 15px 0;
    padding: 15px 14px;
    background: #fef1f1;
  }

  #pointContents .pointCol .infoCol .notesBox dt {
    padding-bottom: 5px;
    color: #cc0000;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
  }

  #pointContents .pointCol .infoCol .notesBox dd {}

  #pointContents .pointCol .infoCol .notesBox dd li {
    margin-top: 5px;
    /*padding-left: 1em;*/
    /*  text-indent: -1em;  */
    /*text-indent: 0em;*/
  }

  #pointContents .pointCol .infoCol .notesBox dd li:before {
    content: "●";
  }

  #pointContents .pointCol .infoCol .notesBox dd li.back-number {
    margin-top: 5px;
    padding-left: 1em;
    text-indent: -1em;
  }

  #pointContents .pointCol .infoCol .notesBox dd li.mt20:before {
    content: "";
    margin-top: 5px;
    padding-left: 0;
    text-indent: -1em;
  }

  #pointContents .pointCol .infoCol .notesBox ul li dl {
    margin-top: 6px;
    padding-left: 0px;
    text-indent: 0;
  }

  #pointContents .pointCol .infoCol .notesBox ul li dt {
    float: none;
  }

  #pointContents .pointCol .infoCol .notesBox ul li dt:nth-of-type(2) {
    margin-top: 4px;
  }

  #pointContents .pointCol .infoCol .notesBox ul li dd {
    margin-top: 4px;
    width: 100%;
    margin-left: 0;
    padding: 0;
  }

  #pointContents .pointCol .topicsCol {
    float: none;
    width: 230px;
  }

  #pointContents .pointCol .infoCol .procedureBox dd ol li.flow01 {
    padding: 0;
  }

  #pointContents .pointCol .infoCol .procedureBox dd ol li.flow02 {
    padding: 0;
    width: 50%;
  }
  

  #pointContents .pointCol .infoCol .procedureBox dd ol li.flow03 {
    padding: 0;
    width: 50%;
  }

  #pointContents .pointCol .infoCol .procedureBox dd ol li.flow04 {
    padding: 0;
    width: 50%;
  }
  
  #pointContents .pointCol .infoCol .procedureBox dd ol li.flow04Tourist {
    padding: 0;
    width: 50%;
  }

  #pointContents .pointCol .infoCol .procedureBox dd ol li .flowText {
    margin: 0 0 20px 0;
    font-size: 12px;
  }
  
  #pointContents .pointCol .infoCol .procedureBox dd ol li .flowText2 {
    float: left;
    margin: 0 0 20px 0;
    font-size: 12px;
  }

#pointContents .pointCol .infoCol .procedureBox dd ol li .flowTextTitle {
  float: left;
  font-size: 10.5px;
  width: 85%;
 
}

#pointContents .pointCol .infoCol .procedureBox dd ol li .flowTextTitleParking {
  float: left;
  font-size: 10.5px;
  width: 85%;
  padding-bottom: 10px;
}

#pointContents .pointCol .infoCol .procedureBox dd ol li .flowTextNew {
  position: absolute;
  float: left;
  font-size: 9.5px;
  width: 85%;
  bottom: -17px;
  text-align: center !important;
  
}

#pointContents .pointCol .infoCol .procedureBox dd ol li .flowTextNew2 {
  position: absolute;
  float: left;
  font-size: 9.5px;
  width: 85%;
  bottom: 10px;
  text-align: center !important;
  
}

#pointContents .pointCol .infoCol .procedureBox dd ol li .flowTextWelfare {
  position: absolute;
  float: left;
  font-size: 12px;
  width: 85%;
  bottom: 10px;
  text-align: center !important;
  
}

#pointContents .pointCol .infoCol .procedureBox dd ol li .flowTextNewType {
  position: relative;
  float: left;
  font-size: 9.5px;
  bottom: -10px;
  color: #cc0000;
  
}
  #pointContents .pointCol .infoCol .procedureBox dd ol li .flowPic {
    position: relative;
    bottom: 0;
    left: auto;
    width: auto;
    text-align: center;
  }

  #pointContents .pointCol .infoCol .procedureBox dd ol li .flowParking {
    position: relative;
    bottom: -10px;
    left: auto;
    width: auto;
    text-align: center;
  }

  #pointContents .pointCol .infoCol .procedureBox dd ol li .flowParkingUnder-text {
    position: relative;
    bottom: 0px;
    left: auto;
    width: auto;
    text-align: center;
  }

  #pointContents .pointCol .infoCol .procedureBox dd ol li .flowPic2 {
    position: relative;
    bottom: 0;
    left: auto;
    width: auto;
    text-align: center;
  }
  
  #pointContents .pointCol .infoCol .procedureBox dd ol li .flowPic2-2 {
    bottom: -40;
    left: auto;
    width: auto;
    text-align: center;
  }
  
  #pointContents .pointCol .infoCol .procedureBox dd ol li .flowPic2-3 {
    bottom: 0;
    left: auto;
    width: auto;
    text-align: center;
  }
  
  #pointContents .pointCol .infoCol .procedureBox dd ol li .flowPic2-4 {
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 80%;
  text-align: center;
}

  #pointContents .pointCol .infoCol .procedureBox dd ol li .flowPicNew {
    position: relative;
    bottom: 10px;
    left: auto;
    width: auto;
    text-align: center;
  }
  
  #pointContents .pointCol .infoCol .procedureBox dd ol li .flowPicNew3 {
  position: absolute;
  bottom: 0px;
  left: 10px;
  width: 80%;
  text-align: center;
}
  
  #pointContents .pointCol .infoCol .procedureBox dd ol li.flow02 .flowPic {
    position: relative;
    bottom: auto;
    left: auto;
    width: auto;
    text-align: center;
  }
  

  
  #pointContents .pointCol .infoCol .procedureBox dd ol li .flowPicTourist {
    position: relative;
    bottom: auto;
    left: auto;
    width: auto;
    text-align: center;
  }

  #pointContents .pointCol .infoCol .procedureBox dd ol li.flow02 .flowPicTourist {
    position: relative;
    bottom: auto;
    left: auto;
    width: auto;
    text-align: center;
  }
  
  #pointContents .pointCol .infoCol .procedureBox dd ol li.flow02 .flowPicTourist2 {
    position: relative;
    bottom: -150px;
    left: auto;
    width: auto;
    text-align: center;
  }

#pointContents .pointCol .infoCol .procedureBox dd ol li.flow04 .flowPicTourist4 {
    position: relative;
    bottom: -40px;
    left: auto;
    width: auto;
    text-align: center;
  }

  #pointContents .pointCol .infoCol .procedureBox dd p.formDownload {
    text-align: left;
    padding-top: 15px;
    padding-left:1em;
    text-indent:-1em;
  }

  /* topicsCol */
  #pointContents .pointCol .topicsCol {
    float: none;
    width: 100%;
    margin: 25px 0 0;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  .gourmet #pointContents .pointCol .topicsColInner {
    height: auto !important;
  }

  #pointContents .pointCol .topicsCol .pointHeading03 {
    padding: 4px 0 7px 29px;
    background: url(/common/images/point/common_ic01.gif) no-repeat 0 0;
    background-size: 22px 22px;
    border-bottom: none;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
  }

  #pointContents .pointCol .topicsCol .topicsColInner {
    margin-top: 0;
    height: auto;
    overflow: auto;
  }

  #pointContents .pointCol .topicsCol .topicsColInner .planCol {
    width: 100%;
    margin-top: 15px;
    padding-top: 15px;
    border-top: dotted 1px #95a2a5;
  }

  #pointContents .pointCol .topicsCol .topicsColInner .planCol:first-child {
    margin-bottom: 0;
    padding-top: 0;
    border-top: none;
  }

  #pointContents .pointCol .topicsCol .topicsColInner .planCol:last-child {
    margin-bottom: 15px;
  }

  #pointContents .pointCol .topicsCol .topicsColInner .planCol a {
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  #pointContents .pointCol .topicsCol .topicsColInner .planCol .photo {
    text-align: center;
  }

  #pointContents .pointCol .topicsCol .topicsColInner .planCol dt {
    margin-top: 13px;
  }

  #pointContents .pointCol .topicsCol .topicsColInner .planCol a dt {
    color: #333333;
    font-weight: bold;
  }

  #pointContents .pointCol .topicsCol .topicsColInner .planCol dd {
    margin-top: 8px;
  }

  #pointContents .pointCol .topicsCol .topicsColInner .planCol a:hover dd {
    text-decoration: underline;
  }

  /*
★★★この辺りから追記ください★★★★
*/
  .heading05 {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    color: #0075c1;
    line-height: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  #pointContents #mainVisual.oz {
    height: auto;
  }

  #pointContents #mainVisual.oz .couponDetail {
    width: 100%;
    padding: 15px 15px 15px 15px;
  }

  #pointContents #mainVisual.heightS {
    height: auto;
  }

  #pointContents #mainVisual.heightS .couponDetail {
    width: 100%;
    height: auto;
    padding: 15px 15px 15px 15px;
  }

  #pointContents #mainVisual .couponDetail .couponIconList li {
    margin-right: 4%;
    margin-bottom: 10px;
  }

  #pointContents #mainVisual .couponDetail .couponIconList li.life+.gourmet {
    float: left;
    width: 137px;
    margin-right: 10px;
    padding: 5px 10px 4px;
    font-size: 8px;
    font-size: 0.8rem;
    line-height: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  #pointContents #mainVisual .couponDetail .couponIconList li:last-child {
    margin-top: 0;
  }

  #pointContents .pointCol .topicsCol .topicsColInner .planCol .photo img {
    width: 100%;
    height: auto;
  }

  #pointContents .pointCol .topicsCol .topicsColInner .planCol.new .photo:after {
    width: 31px;
    height: 31px;
    background-image: url(/common/images/common_ic15_sp.png);
    background-size: 31px 31px;
  }

  #pointContents .pointCol .infoCol .procedureBox dd ol li .flowText {
    width: 80%;
  }

  #pointContents .pointCol .infoCol .sp02 .cf {
    padding: 20px 15px 0 15px;
  }

  #pointContents .about {
    margin: 20px 10px 0 10px;
  }

  #pointContents .pointCol .infoCol .courseBox {
    margin: 20px 10px 0 10px;
    padding: 10px 10px 5px 10px;
  }

  #pointContents .pointCol .infoCol .courseBox dt {
    font-size: 10px;
  }

  #pointContents .pointCol .infoCol .courseBox dd .courseTable th {
    padding: 5px 20px 5px 0;
    font-size: 10px;
  }

  #pointContents .pointCol .infoCol .courseBox dd .courseTable td {
    font-size: 10px;
  }

  #pointContents .pointCol .infoCol .howto .howtoTitle {
    text-align: left;
    margin: 10px 0 10px 0;
  }

  #pointContents .pointCol .infoCol .howto .howtoList {
    margin: 0;
  }

  #pointContents .pointCol .infoCol .howto .howtoList li {
    float: none;
  }

  #pointContents .pointCol .infoCol .howto .howtoList.col2 li:first-child {
    margin: 0;
  }

  #pointContents .pointCol .infoCol .howto .howtoList li .howtoPic {
    margin: 0 10px 0 0;
  }

  #pointContents .pointCol .infoCol .howto .howtoList li .howtoLink {
    margin: 10px 0 0 0;
    padding: 0 0 0 10px;
    font-size: 10px;
  }

  #pointContents .pointCol .infoCol .procedureBox.col6 dd ol li {
    float: left;
    width: 50%;
  }

  #pointContents .pointCol .infoCol .pointSubheading {
    margin: 20px 0 10px 0;
    padding-left: 14px;
    border-left: solid 5px #00b6e1;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.2;
  }

  #pointContents .pointCol.noTopics .infoCol {
    float: none;
    width: auto;
  }

  #pointContents #mainVisual .movingHead .movingHeadText01 {
    border: 1px solid #ff8500;
    padding: 8px;
    margin: 0 10px 0 0;
    font-size: 10px;
  }

  #pointContents #mainVisual .movingHead .movingHeadText02 {
    font-size: 10px;
    line-height: 1.4;
  }

  #pointContents .pointCol .infoCol .procedureBox.movingProcedure dd {
    margin: 10px 0 0 0;
  }

  #pointContents .pointCol .infoCol .procedureBox.movingProcedure {
    margin: 20px 15px;
  }

  #pointContents .pointCol .infoCol .procedureBox.movingProcedure dd ol li.flow01 {
    float: none;
    width: auto;
    padding: 0;
    margin: 0 0 15px 0;
  }

  #pointContents .pointCol .infoCol .procedureBox.movingProcedure dd ol li.flow01 .num {
    width: 17px;
    height: 17px;
    text-indent: -9999px;
    overflow: hidden;
    float: left;
    background: url(/common/images/point/common_number01.png) no-repeat 0 0;
    margin: 0 5px 0 0;
  }

  #pointContents .pointCol .infoCol .procedureBox.movingProcedure dd ol li.flow02 {
    float: none;
    width: auto;
    padding: 0;
    margin: 0 0 15px 0;
  }

  #pointContents .pointCol .infoCol .procedureBox.movingProcedure dd ol li.flow02 .num {
    width: 17px;
    height: 17px;
    text-indent: -9999px;
    overflow: hidden;
    float: left;
    background: url(/common/images/point/common_number02.png) no-repeat 0 0;
    margin: 0 5px 0 0;
  }

  #pointContents .pointCol .infoCol .procedureBox.movingProcedure dd ol li.flow03 {
    float: none;
    width: auto;
    padding: 0;
    margin: 0 0 15px 0;
  }

  #pointContents .pointCol .infoCol .procedureBox.movingProcedure dd ol li.flow03 .num {
    width: 17px;
    height: 17px;
    text-indent: -9999px;
    overflow: hidden;
    float: left;
    background: url(/common/images/point/common_number03.png) no-repeat 0 0;
    margin: 0 5px 0 0;
  }

  #pointContents .pointCol .infoCol .procedureBox.movingProcedure dd ol li.flow04 {
    float: none;
    width: auto;
    padding: 0;
    margin: 0;
  }

  #pointContents .pointCol .infoCol .procedureBox.movingProcedure dd ol li.flow04 .num {
    width: 17px;
    height: 17px;
    text-indent: -9999px;
    overflow: hidden;
    float: left;
    background: url(/common/images/point/common_number04.png) no-repeat 0 0;
    margin: 0 5px 0 0;
  }
  
  #pointContents .pointCol .infoCol .procedureBox.movingProcedure dd ol li.flow04Tourist {
    float: none;
    width: auto;
    padding: 0;
    margin: 0;
  }

  #pointContents .pointCol .infoCol .procedureBox.movingProcedure dd ol li.flow04Tourist .num {
    width: 17px;
    height: 17px;
    text-indent: -9999px;
    overflow: hidden;
    float: left;
    background: url(/common/images/point/common_number04.png) no-repeat 0 0;
    margin: 0 5px 0 0;
  }

  #pointContents .pointCol .infoCol .sectionPrize {
    background: #fffae6;
    padding: 15px 15px 20px 15px;
    margin: 0 15px;
  }

  #pointContents .pointCol .infoCol .sectionPrize .prizeHeading {
    font-size: 14px;
    padding: 5px 0 0 50px;
    line-height: 1.4;
    margin: 0 0 15px 0;
  }

  #pointContents .pointCol .infoCol .sectionPrize .prizeHeading .subHeading {
    font-size: 10px;
    color: #000;
  }

  #pointContents .pointCol .infoCol .sectionPrize h3 {
    margin: 0 0 15px 0;
  }

  #pointContents .pointCol .infoCol .sectionPrize .prizeList {
    margin: 0;
  }

  #pointContents .pointCol .infoCol .sectionPrize li {
    width: auto;
    text-align: center;
    float: none;
    margin: 0 0 10px 0;
  }

  #pointContents .pointCol .infoCol .prizeLink {
    font-size: 10px;
  }

  #pointContents .pointCol .infoCol .sectionPrize .btnBox {
    margin: 20px 0 0 0;
  }

  #pointContents .pointCol .infoCol .sectionPrize .btn {
    width: auto;
  }

  #pointContents #mainVisual .photo.exchangePhoto {
    width: auto;
    height: auto;
    background: #d6f0f7;
    text-align: center;
  }

  #pointContents #mainVisual .photo.exchangePhoto img {
    width: auto;
    height: 120px;
  }

  #pointContents .procedureBox .link {
    margin: 15px 0 0 0;
  }

  #pointContents .procedureBox .applicationBox {
    background: #f5f5f5;
    margin: 15px 0 0 0;
    padding: 10px;
  }

  .birthdayTitle {
    width: 100%;
    margin: 0 auto 15px auto;
    padding: 0 15px;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    color: #0075c1;
    line-height: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  #birthdayMain .mainInner {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 20px 0;
    flex-direction: column;
  }

  #birthdayMain .mainInner .visualPic {
    float: none;
    text-align: center;
  }

  #birthdayMain .mainInner .visualText {
    float: none;
    padding: 10px 15px 0 15px;
  }

#birthdayMain .mainInner .visualText>dl {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
}

  #birthdayMain .mainInner .birthdayHeading01 {
    font-size: 14px;
    margin: 0 0 15px 0;
  }

  #birthdayMain .mainInner .birthdayHeading01 .pointdouble {
    font-weight: bold;
    color: #ff8500;
    font-size: 20px;
    font-size: 2.0rem;
  }

  #birthdayMain .mainInner .birthdayHeading02 {
    font-size: 12px;
    margin: 0 0 15px 0;
  }

  #addMain .mainInner .visualtext {
    margin: 15px;
  }

  #birthdayMain .mainInner ol li {
    font-size: 12px;
  }

  .pointCol01.birthdayList {
    margin: 15px 15px 0 15px;
  }

  .addTitle {
    width: 100%;
    margin: 0 auto 15px auto;
    padding: 0 15px;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    color: #0075c1;
    line-height: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  .addRaad-box {
    width: 100%;
  }

  .addRead {
    width: 90%;
    margin: 15px;
  }

  #addMain .mainInner {
    width: 100%;
  }

  .sectionAdd h2 {
    padding: 8px 15px 8px 15px;
    background: #0075c1;
    border-bottom: solid 3px #005185;
    color: #ffffff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 15px 0;
  }

  .sectionAdd .text {
    margin: 0 15px 15px 15px;
  }

  .sectionAdd .addBox01 ol {
    margin: 0 15px 15px 15px;
  }

  .sectionAdd .noticeList {
    margin: 0 15px 15px 15px;
  }

  .agreeBox {
    margin: 20px 15px 0 15px;
    border: 2px solid #dedede;
    padding: 15px;
  }

  #content.subContent #main {
    padding: 0;
  }

  .subContent .heading01 {
    width: 100%;
    padding: 14px 15px 14px 15px;
    background: #00b6e1;
    border-bottom: solid 1px #009abe;
    color: #ffffff;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  .subContent .heading02 {
    width: 100%;
    margin-top: 20px;
    padding: 14px 19px 14px 19px;
    background: #0075c1;
    color: #ffffff;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  .subContent .heading02.indent {
    margin: 20px 0 0 0;
  }

  .subContent .noticeBlock {
    padding: 20px;
    margin: 20px 15px 0 15px
  }

  .subContent .subPagecontent {
    margin: 0;
    padding: 0 15px 35px;
  }

  .subContent .subPagecontent .howtoChange {
    margin: 30px 0 30px 0;
  }

  .subContent .subPagecontent .howtoChange li {
    float: none;
    width: auto;
  }

  .subContent .subPagecontent .howtoChange li.change01 {
    margin: 0 0 20px 0;
  }

  .subContent .subPagecontent .howtoChange li .changeNum01 {
    float: none;
    width: auto;
    margin: 0 0 10px 0;
  }

  .subContent .subPagecontent .howtoChange li .changeNum02 {
    float: none;
    width: auto;
    margin: 0 0 10px 0;
  }

  .subContent .subPagecontent .howtoChange li .changeNum03 {
    float: none;
    width: auto;
    margin: 0 0 10px 0;
  }

  .subContent .subPagecontent .howtoChange .changeText {
    margin: 0;
  }

  .subContent .subPagecontent .applicationBt {
    width: 265px;
    margin: 17px auto 0;
    background: #ff9b00;
    background: -moz-linear-gradient(top, #ff9b00 0%, #ff9000 50%, #ff8100 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9b00), color-stop(50%, #ff9000), color-stop(100%, #ff8100));
    background: -webkit-linear-gradient(top, #ff9b00 0%, #ff9000 50%, #ff8100 100%);
    background: -o-linear-gradient(top, #ff9b00 0%, #ff9000 50%, #ff8100 100%);
    background: -ms-linear-gradient(top, #ff9b00 0%, #ff9000 50%, #ff8100 100%);
    background: linear-gradient(to bottom, #ff9b00 0%, #ff9000 50%, #ff8100 100%);
    border-top: none;
    border-right: none;
    border-bottom: solid 1px #d26d00;
    border-left: none;
    color: #ffffff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  .subContent .subPagecontent .applicationBt:hover {
    background: #ff6c00;
  }

  .subContent .subPagecontent .applicationBt a {
    display: block;
    color: #ffffff;
    padding: 13px 10px;
  }

  .applicationBt.pattern03 {
    background: #33bdef;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2', GradientType=0);
    background: -moz-linear-gradient(top, #33bdef 0%, #00b6e1 50%, #019ad2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #33bdef), color-stop(50%, #00b6e1), color-stop(100%, #019ad2));
    background: -webkit-linear-gradient(top, #33bdef 0%, #00b6e1 50%, #019ad2 100%);
    background: -o-linear-gradient(top, #33bdef 0%, #00b6e1 50%, #019ad2 100%);
    background: -ms-linear-gradient(top, #33bdef 0%, #00b6e1 50%, #019ad2 100%);
    background: linear-gradient(to bottom, #33bdef 0%, #00b6e1 50%, #019ad2 100%);
    border-bottom: solid 1px #0075c1;
    display: table;
    width: 100%;
    margin: 0 auto;
  }

  .applicationBt.pattern03:hover {
    background: #1b8fd9;
  }

  .applicationBt.pattern03 a {
    display: table-cell;
    height: 54px;
    vertical-align: middle;
    color: #ffffff;
    padding: 20px 10px;
  }
  
  #pointContents .pointCol .infoCol .applicationBt:disabled  {
    width: 265px;
    margin: 17px auto 0;
    background: #a1a1a1;
    border-top: none;
    border-right: none;
    border-bottom: solid 1px #808080;
    border-left: none;
    color: #ffffff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    pointer-events: none;
  }
  
    #pointContents .pointCol .infoCol .applicationBt.disabled  {
    width: 265px;
    margin: 17px auto 0;
    background: #a1a1a1;
    border-top: none;
    border-right: none;
    border-bottom: solid 1px #808080;
    border-left: none;
    color: #ffffff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    pointer-events: none;
  }

  .procedureBox .procedureText {
    font-size: 10px;
  }

  .procedureBox .procedureText.num02 {
    padding: 0 0 36px 24px;
  }

  .subPagecontent .btLink01 {
    display: table;
    margin: 20px auto 0;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f9f9f9), color-stop(100%, #f2f2f2));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
    border-top: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    border-bottom: solid 2px #cccccc;
    border-left: solid 1px #cccccc;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .subPagecontent .btLink01 a {
    display: table-cell;
    padding: 11px 15px 11px 40px;
    background: url(/common/images/common_ic01_sp.png) no-repeat 10px 50%;
    background-size: 16px 16px;
    color: #000000;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .subPagecontent .gourmetStart li.gourmetStart01 {
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
  }

  .subPagecontent .gourmetStart li.gourmetStart02 {
    float: none;
  }

  .subPagecontent .gourmetStart li.gourmetStart02 .startTexthead {
    font-size: 12px;
  }

  .sectionItems .subHeading01 {
    margin: 30px 15px 10px 15px;
    padding-left: 14px;
    border-left: solid 5px #00b6e1;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.2;
  }

  .sectionItems .notice {
    margin: 0 0 10px 0;
    font-size: 10px;
  }

  .sectionItems .items li {
    width: 50%;
    margin: 0 0 10px 0;
  }

  .sectionItems .items li .itemPic {
    width: 48%;
    margin: 0 4% 0 0;
  }

  .sectionItems .items li .itemText {
    width: 46%;
    /*  font-size: 10px;  */
    font-size: 75%;
  }

  .admissionTop .read {
    font-size: 10px;
    margin: 10px 0 15px 0;
  }

  .admissionTop .registrationBox .registrationBoxInner {
    border-bottom: 2px solid #0075c1;
    border-left: 2px solid #0075c1;
    border-right: 2px solid #0075c1;
    padding: 15px 20px 20px 20px;
    height: auto;
  }

  .admissionTop .registrationBox h2 {
    padding: 10px 0;
    font-size: 11px;
  }

  .admissionTop .registrationBox.box01 {
    float: none;
    width: auto;
    margin: 0 0 15px 0;
  }

  .admissionTop .registrationBox.box01 .registerLogo {
    padding: 0 0 0 0;
    text-align: center;
    margin: 0 0 25px 0;
  }

  .admissionTop .registrationBox.box02 {
    float: none;
    width: auto;
  }

  .admissionTop .registrationBox .registerBt_g {
    width: 195px;
    font-size: 11px;
  }

  .admissionTop .registrationBox .registerBt_g a {
    padding: 10px 0;
  }

  .admissionTop .registrationBox .registerBt_o {
    width: 195px;
    font-size: 11px;
  }

  .admissionTop .registrationBox .registerBt_o a {
    padding: 10px 0;
  }

  .admissionTop .registrationBox .registerText {
    margin: 0 0 20px 0;
    font-size: 10px;
  }

  .admissionTop .registrationBox .btTitle {
    font-size: 11px;
  }

  .admissionTop .registrationBox .registerBottomText {
    font-size: 10px;
  }

  .admissionTop .registrationBox .registerText a.iconLink {
    padding-left: 10px;
    background: url(/common/images/common_ic02_sp.png) no-repeat 0 0.1em;
    background-size: 5px 8px;
  }

  /* presentCol01 */
  .presentCol01 {
    overflow: hidden;
    margin-right: 0;
  }

  .presentCol01 .col {
    float: left;
    width: 48%;
    margin: 10px 0 0 0;
    background: #f5f5f5;
    border-bottom: solid 2px #dedede;
  }

  .presentCol01 .col:nth-child(odd) {
    margin-right: 4%;
  }

  .presentCol01 .col a {
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .presentCol01 .col a:hover {
    text-decoration: none;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity: 0.6;
    opacity: 0.6;
  }

  .presentCol01 .col .image {
    position: relative;
  }

  .presentCol01 .col .category {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    font-size: 8px;
    font-size: 0.8rem;
    line-height: 1;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  .presentCol01 .col .category.hotel {
    background: #1b8fd9;
  }

  .presentCol01 .col .category.gourmet {
    background: #ea8f8c;
  }

  .presentCol01 .col .detail {
    padding: 9px 11px 9px 11px;
    position: relative;
  }

  .presentCol01 .col .detail dt {
    margin-top: 9px;
    color: #333333;
  }

  .presentCol01 .col .detail dt:first-child {
    margin-top: 0;
  }

  .presentCol01 .col .detail dd {
    margin-top: 10px;
    color: #888888;
    font-size: 10px;
    font-size: 1.0rem;
    line-height: 1.4;
  }

  .presentCol01 .col .detail dd .headline {
    color: #000000;
  }

  .presentCol01 .col .detail dt .date {
    font-weight: bold;
  }

  .presentCol01:not(.newBanner) .col.new .image:after {
    background: url(/common/images/common_ic15_sp.png) no-repeat 0 0;
    background-size: 31px 31px;
  }

  .presentCol01.newBanner .col.new .detail:after {
    background: url(/common/images/common_ic20.jpg) no-repeat 0 0;
    /*background-size: 31px 31px;*/
  }
  .listPager {
    margin-top: 25px;
    text-align: center;
    letter-spacing: -0.4em;
  }

  .listPager li {
    display: inline-block;
    margin: 0 2px;
    line-height: 1;
    letter-spacing: normal;
  }

  .listPager li a,
  .listPager li span {
    display: block;
    width: 28px;
    padding: 6px 0;
    border: solid 1px #cccccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  .listPager li a {
    background: #ffffff;
    color: #333333;
  }

  .listPager li span {
    background: #c0c0c0;
    color: #ffffff;
  }

  .listPager li.back {
    margin: 0 12px 0 0;
  }

  .listPager li.back a {
    background: #f5f5f5 url(/common/images/common_ic18.png) no-repeat 50% 50%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: left;
    text-indent: -9999px;
  }

  .listPager li.next {
    margin: 0 0 0 12px;
  }

  .listPager li.next a {
    background: #f5f5f5 url(/common/images/common_ic19.png) no-repeat 50% 50%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: left;
    text-indent: -9999px;
  }

  .newsWrap {
    margin: 18px 15px 0;
  }

  .newsWrap>.newsList {
    margin: 15px 0 0 0;
  }

  .newsWrap>.newsList>dt {
    margin: 1em 0 0 0;
  }

  .newsWrap>.newsList>dt>.date {
    font-size: 1.0rem;
  }

  .newsWrap>.newsList>dt>.newsIcon {
    margin: 0 0 0 5px;
  }

  .newsWrap>.newsList>dt>.newsIcon img {
    width: 26px;
    height: auto;
    vertical-align: middle;
  }

  .newsWrap>.newsList>dd>.headline {
    font-size: 1.0rem;
  }

  .newsWrap>.newsList>dd>.headline>a+.fileIcon img {
    width: 11px;
    height: auto;
  }

  #pointContents .procedureBox dd .equalHeight .fileIcon {
    padding: 0 0 0 9%;
  }

  #pointContents .procedureBox dd .equalHeight a+.fileIcon img {
    width: 11px !important;
    height: auto;
  }

  .newsWrap>.newsList>dd>.headline>a[href$=".pdf"]+.fileIcon img {
    width: 11px;
    height: auto;
  }

  .newsWrap>.newsList>dd>.headline>.fileSize {
    font-size: 1.0rem;
  }

  .pointTop .pointIcons .explain {
    width: 80%;
  }

  .pointTop .pointIcons .icon01 {
    width: 60px;
    margin: -2px 10px 0 0;
    padding-top: 2px;
    height: 12px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(/common/images/point/point_icon01.jpg) no-repeat center left;
    background-size: 100% auto;
  }

  .pointTop .pointIcons .icon02 {
    float: left;
    width: 60px;
    margin: -2px 10px 0 0;
    padding-top: 2px;
    height: 12px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(/common/images/point/point_icon02.jpg) no-repeat center left;
    background-size: 100% auto;
  }

  .pointTop .pointIcons .icon03 {
    float: left;
    width: 60px;
    margin: -2px 10px 0 0;
    padding-top: 2px;
    height: 12px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(/common/images/point/point_icon03.jpg) no-repeat center left;
    background-size: 100% auto;
  }

  .pointTop .pointIcons .icon04 {
    float: left;
    width: 60px;
    margin: -2px 10px 0 0;
    padding-top: 2px;
    height: 12px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(/common/images/point/point_icon04.jpg) no-repeat center left;
    background-size: 100% auto;
  }

  .pointTop .pointIcons .icon05 {
    float: left;
    width: 60px;
    margin: -2px 10px 0 0;
    padding-top: 2px;
    height: 12px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(/common/images/point/point_icon05.jpg) no-repeat center left;
    background-size: 100% auto;
  }

  .pointTop .pointIcons .icon06 {
    float: left;
    width: 60px;
    margin: -2px 10px 0 0;
    padding-top: 2px;
    height: 12px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(/common/images/point/point_icon06.jpg) no-repeat center left;
    background-size: 100% auto;
  }

  .pointTop .pointIcons {
    border: 2px solid #dedede;
    padding: 15px 0;
    margin: 0 0 15px 0;
    font-size: 10px;
  }

  .pointTop .pointIcons .iconLabel {
    font-size: 10px;
    margin: 0 15px 15px;
  }

  .pointTop .pointIcons .iconList {
    float: none;
    width: 100%;
    box-sizing: border-box;
  }

  .pointTop .pointIcons .iconLabel+.iconList.cf {
    padding: 0 15px;
    flex-wrap: wrap;
  }

  .pointTop .pointIcons .iconList .iconList.second {
    width: auto;
  }

  .pointTop .pointIcons .iconList li {
    float: none;
    display: flex;
    width: auto;
    box-sizing: border-box;
    margin: 0 0 10px 0;
  }

  .pointTop .pointIcons .iconList li:nth-child(even) {
    width: 100%;
  }

  .pointTop .categoryButtons .buttonTitle {
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 15px 0;
  }

  .pointTop .categoryButtons .buttonList {
    background: #f5f5f5;
    padding: 10px 0 0 5%;
  }

  .pointTop .categoryButtons .buttonList li {
    float: left;
    text-align: center;
    background: #fff;
    margin: 0 5% 10px 0;
    font-size: 11px;
    width: 45%;
  }

  .pointTop .categoryButtons .buttonList li a {
    display: block;
    width: auto;
    height: 35px;
    padding: 20px 0 0 0;
    text-align: center;
    text-decoration: none;
    color: #333;
  }

  .pointTop .categoryButtons .buttonList li.button01 a {
    background: url(/common/images/point/point_category01_arrow_sp.png) no-repeat center bottom;
    background-size: 12px 9px;
  }

  .pointTop .categoryButtons .buttonList li.button02 a {
    background: url(/common/images/point/point_category02_arrow_sp.png) no-repeat center bottom;
    background-size: 12px 9px;
  }

  .pointTop .categoryButtons .buttonList li.button03 a {
    background: url(/common/images/point/point_category03_arrow_sp.png) no-repeat center bottom;
    background-size: 12px 9px;
  }

  .pointTop .categoryButtons .buttonList li.button04 a {
    background: url(/common/images/point/point_category04_arrow.png) no-repeat center bottom;
    background-size: 12px 9px;
  }

  .pointTop .categoryButtons .buttonList li.button05 a {
    background: url(/common/images/point/point_category05_arrow_sp.png) no-repeat center bottom;
    background-size: 12px 9px;
  }

  .pointTop .categoryButtons .buttonList li.button06 a {
    background: url(/common/images/point/point_category06_arrow_sp.png) no-repeat center bottom;
    background-size: 12px 9px;
  }

  .pointTop .categoryButtons .buttonList li.button07 a {
    background: url(/common/images/point/point_category07_arrow_sp.png) no-repeat center bottom;
    background-size: 12px 9px;
  }

  .pointTop .categoryButtons .buttonList li.button08 a {
    background: url(/common/images/point/point_category08_arrow_sp.png) no-repeat center bottom;
    background-size: 12px 9px;
  }

  .pointCol01,
  .pointCol03,
  .pointCol02 {
    overflow: hidden;
    margin-right: 0;
  }

  .pointCol01 .col {
    float: left;
    width: 48%;
    margin: 10px 0 0 0;
    background: #f5f5f5;
    border-bottom: solid 2px #dedede;
  }

  .pointCol02 .col {
    float: none;
    width: 100%;
    margin: 10px 0 0 0;
    background: #f5f5f5;
    border-bottom: solid 2px #dedede;
  }

.pointCol03 .col {
    float: left;
    width: 59%;
  }

  .pointCol02 .securities {
    width: 48%;
  }

  .pointCol01 .col:nth-child(odd) {
    margin-right: 4%;
  }

  .pointCol02 .col:nth-child(odd) {
    margin-right: 0;
  }

.pointCol03 .col:nth-child(odd) {
    margin-right: 4%;
  }

  .pointCol01 .col a,
  .pointCol03 .col a,
  .pointCol02 .col a {
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .pointCol01 .col a:hover,
  .pointCol03 .col a:hover,
  .pointCol02 .col a:hover {
    text-decoration: none;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity: 0.6;
    opacity: 0.6;
  }

  .pointCol01 .col .image,
  .pointCol03 .col .image,
  .pointCol02 .col .image {
    position: relative;
  }

  .pointCol02 .col .image img {
    width: 50%;
  }

  .pointCol02 .col.securities .image img {
    width: 100%;
  }

  .pointCol01 .col .detail,
  .pointCol02 .col .detail {
    padding: 9px 11px 9px 11px;
  }
  
  .pointCol03 .col .detail {
    padding: 0px 0px 0px 0px;
  }

  .pointCol01 .col .detail dt,
  .pointCol03 .col .detail dt,
  .pointCol02 .col .detail dt {
    margin-top: 9px;
    color: #0087c0;
  }

  .pointCol01 .col .detail dt:first-child,
  .pointCol02 .col .detail dt:first-child {
    margin-top: 0;
  }

  .pointCol01 .col .detail dt .area,
  .pointCol02 .col .detail dt .area {
    font-size: 10px;
    color: #888888;
  }

  .pointCol01 .col .detail dd,
  .pointCol02 .col .detail dd {
    margin-top: 10px;
    color: #888888;
    font-size: 10px;
    font-size: 1.0rem;
    line-height: 1;
  }

  .pointCol01 .col .detail dd.icons {
    width: 100%;
    left: 0;
    bottom: 11px;
  }

  .pointCol02 .col .detail dd.icons {
    width: 48%;
    left: 0;
    bottom: 11px;
  }

.pointCol03 .col .detail dd.icons {
    width: 100%;
    left: 0;
    bottom: 11px;
  }

  .pointCol01 .col .detail dd.icons .icon01,
  .pointCol02 .col .detail dd.icons .icon01 {
    display: block;
    float: right;
    width: 43%;
    height: auto;
    margin: 0 5% 0 0;
    padding: 2% 0 0;
    overflow: hidden;
    text-indent: -9999px;
    background: url(/common/images/point/point_icon01.jpg) no-repeat top left;
    background-size: 100% auto;
  }

.pointCol03 .col .detail dd.icons .icon01 {
  display: block;
  float: right;
  width: 100px;
  height: 20px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(/common/images/point/point_icon01.jpg) no-repeat top left;
  background-size: 100% auto;
}

  .pointCol01 .col .detail dd.icons .icon02,
  .pointCol02 .col .detail dd.icons .icon02 {
    display: block;
    float: left;
    width: 43%;
    height: auto;
    margin: 0 0 0 5%;
    padding: 2% 0 0;
    overflow: hidden;
    text-indent: -9999px;
    background: url(/common/images/point/point_icon02.jpg) no-repeat top left;
    background-size: 100% auto;
  }

.pointCol03 .col .detail dd.icons .icon02 {
  display: block;
  float: left;
  width: 100px;
  height: 20px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(/common/images/point/point_icon02.jpg) no-repeat top left;
  background-size: 100% auto;
}

  .pointCol01 .col .detail dd.icons .icon03,
  .pointCol02 .col .detail dd.icons .icon03 {
    display: block;
    float: right;
    width: 43%;
    height: auto;
    margin: 0 5% 0 0;
    padding: 2% 0 0;
    overflow: hidden;
    text-indent: -9999px;
    background: url(/common/images/point/point_icon03.jpg) no-repeat top left;
    background-size: 100% auto;
  }

.pointCol03 .col .detail dd.icons .icon03 {
  display: block;
  float: right;
  width: 100px;
  height: 20px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(/common/images/point/point_icon03.jpg) no-repeat top left;
  background-size: 100% auto;
}

  .pointCol01 .col .detail dd.icons .icon04,
  .pointCol02 .col .detail dd.icons .icon04 {
    display: block;
    float: left;
    width: 19px;
    height: 14px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(/common/images/point/point_icon_present_sp.png) no-repeat top left;
    background-size: 19px 14px;
    margin: 0 0 0 5%;
  }

  .pointCol01 .col .detail dd.icons .icon04,
  .pointCol02 .col .detail dd.icons .icon04 {
    display: block;
    float: left;
    width: 43%;
    height: auto;
    margin: 0 0 0 5%;
    padding: 2% 0 0;
    overflow: hidden;
    text-indent: -9999px;
    background: url(/common/images/point/point_icon04.jpg) no-repeat top left;
    background-size: 100% auto;
  }

.pointCol03 .col .detail dd.icons .icon04 {
  display: block;
  float: left;
  width: 100px;
  height: 20px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(/common/images/point/point_icon04.jpg) no-repeat top left;
  background-size: 100% auto;
}

  .pointCol01 .col .detail dd.icons .icon05,
  .pointCol02 .col .detail dd.icons .icon05 {
    display: block;
    float: right;
    width: 43%;
    height: auto;
    margin: 0 5% 0 0;
    padding: 2% 0 0;
    overflow: hidden;
    text-indent: -9999px;
    background: url(/common/images/point/point_icon05.jpg) no-repeat top left;
    background-size: 100% auto;
  }

.pointCol03 .col .detail dd.icons .icon05 {
  display: block;
  float: right;
  width: 100px;
  height: 20px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(/common/images/point/point_icon05.jpg) no-repeat top left;
  background-size: 100% auto;
}

  .pointCol01 .col .detail dd.icons .icon06,
  .pointCol02 .col .detail dd.icons .icon06 {
    display: block;
    float: left;
    width: 43%;
    height: auto;
    margin: 0 0 0 5%;
    padding: 2% 0 0;
    overflow: hidden;
    text-indent: -9999px;
    background: url(/common/images/point/point_icon06.jpg) no-repeat top left;
    background-size: 100% auto;
  }

.pointCol03 .col .detail dd.icons .icon06 {
  display: block;
  float: left;
  width: 100px;
  height: 20px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(/common/images/point/point_icon06.jpg) no-repeat top left;
  background-size: 100% auto;
}

.presentCol01.newBanner .col.new .detail:after {
	  content: "";
	  position: absolute;
	  left: 100px;
	  top: 5px;
	  display: block;
	  width: 49px;
	  height: 49px;
	  background-image: url(/common/images/common_ic20.jpg);
	  background-repeat: no-repeat;
	  background-position: 0 0;
	}

  .pointChoice .pointButtons .buttonList {
    background: #f5f5f5;
    padding: 15px 0 10px 4%;
  }

  .pointChoice .pointButtons .buttonList li {
    float: left;
    text-align: center;
    width: 30%;
    margin: 0 3% 5px 0;
    border-bottom: 2px solid #dedede;
    background: url(/common/images/point/choice_icon_p.png) no-repeat 4px center #fff;
    background-size: 25px 20px;
    font-size: 10px;
  }

  .pointChoice .pointButtons .buttonList li:hover {
    background: url(/common/images/point/choice_icon_p.png) no-repeat 4px center #00b6e1;
    background-size: 25px 20px;
  }

  .pointChoice .pointButtons .buttonList li a {
    display: block;
    width: auto;
    height: 30px;
    padding: 20px 0 0 18px;
    text-align: center;
    text-decoration: none;
    color: #333;
    background: url(/common/images/point/choice_icon_arrow.png) no-repeat center bottom;
  }

  .choiceCol01,
  .choiceCol02 {
    overflow: hidden;
    margin-right: 0;
  }

  .choiceCol01 .col {
    float: left;
    width: 48%;
    margin: 10px 0 0 0;
    background: #f5f5f5;
    border-bottom: solid 2px #dedede;
  }

  .choiceCol02 .col {
    float: none;
    width: 100%;
    margin: 10px 0 0 0;
    background: #f5f5f5;
    border-bottom: solid 2px #dedede;
  }

  .choiceCol01 .col:nth-child(odd) {
    margin-right: 4%;
  }

  .choiceCol02 .col:nth-child(odd) {
    margin-right: 0;
  }

  .choiceCol01 .col a,
  .choiceCol02 .col a {
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .choiceCol01 .col a:hover,
  .choiceCol02 .col a:hover {
    text-decoration: none;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity: 0.6;
    opacity: 0.6;
  }

  .choiceCol01 .col .image,
  .choiceCol02 .col .image {
    position: relative;
  }

  .choiceCol02 .col .image img {
    width: 50%;
  }

  .choiceCol01 .col .category,
  .choiceCol02 .col .category,
  #choice09 .col .category {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    font-size: 8px;
    font-size: 0.8rem;
    line-height: 1;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  .choiceCol01 .col .detail,
  .choiceCol02 .col .detail {
    padding: 9px 11px 9px 11px;
  }

  .choiceCol01 .col.new .image:after,
  .choiceCol02 .col.new .image:after {
    background: url(/common/images/common_ic15_sp.png) no-repeat 0 0;
    background-size: 31px 31px;
  }

  /* gourmetSection */
  .gourmetHeading01 {
    width: 100%;
    margin: 0 auto;
  }

  #pointContents.gourmetSection {}

  #pointContents.gourmetSection .originalList {
    margin-top: 13px;
  }

  #pointContents.gourmetSection .originalList+p {
    padding-left: 15px;
  }

  #pointContents.gourmetSection .originalList+.arrow {
    padding-right: 15px;
  }

  #pointContents.gourmetSection .originalList>dt {
    padding-bottom: 10px;
    color: #333333;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
  }

  #pointContents.gourmetSection .originalList>dd {
    padding: 15px;
    background: #efefef;
  }

  #pointContents.gourmetSection .originalList>dd>dl {
    float: none;
    width: 100%;
    margin: 10px 0 0 0;
  }

  #pointContents.gourmetSection .originalList>dd>dl:first-child {
    margin: 0;
  }

  #pointContents.gourmetSection .originalList>dd>dl>dt {
    display: table;
    width: 100%;
    background: #3ab7d5;
  }

  #pointContents.gourmetSection .originalList>dd>dl>dt .image {
    display: table-cell;
    width: 80px;
  }

  #pointContents.gourmetSection .originalList>dd>dl>dt .image img {
    width: 100%;
  }

  #pointContents.gourmetSection .originalList>dd>dl>dt .title {
    display: table-cell;
    width: auto;
    padding: 10px 0 10px 13px;
    color: #ffffff;
    font-weight: bold;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  #pointContents.gourmetSection .originalList>dd>dl>dt .title span:first-child {
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
  }

  #pointContents.gourmetSection .originalList>dd>dl>dt .title span:last-child {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
  }

  #pointContents.gourmetSection .originalList>dd>dl>dt .title img {
    width: 20px;
    height: auto;
    margin: 0 0 0 7px;
    vertical-align: middle;
  }

  #pointContents.gourmetSection .originalList>dd>dl>dd {
    padding: 11px 15px;
    background: #ffffff;
    font-size: 11px;
    font-size: 1.1rem;
  }

  #pointContents.gourmetSection .originalDetail {
    padding: 15px 15px;
    background: #eaf5f7;
  }

  #pointContents.gourmetSection .originalDetail .col01 {
    float: none;
    width: 100%;
  }

  #pointContents.gourmetSection .originalDetail .col01 .producerBox .producerPhoto{
    text-align: center;
  }

  #pointContents.gourmetSection .originalDetail .col02 {
    float: none;
    width: 100%;
    margin-top: 10px;
  }
  #pointContents.gourmetSection .originalDetail .col02 .box {
  float: none;
  display: block;
}
  #pointContents.gourmetSection .originalDetail .col02 .box .text {
  width: auto;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: middle;
  margin:1%;
}


  #pointContents.gourmetSection .originalDetail .col02 .productHeading {
    display: table;
    width: 100%;
    padding-bottom: 9px;
    /* border-bottom: solid 1px #b6b6b6; */
  }

  #pointContents.gourmetSection .originalDetail .col02 .productHeading .icon {
    display: block;
    width: 75px;
    vertical-align: middle;
  }
  #pointContents.gourmetSection .originalDetail .col02 .productHeading .limitTextWidth {
  width: 140px;
  padding-top: 3%;
  padding-bottom: 3%;
  /* text-align: center; */
}

  #pointContents.gourmetSection .originalDetail .col02 .productHeading .text {
    width: auto;
    font-size: 14px;
    font-size: 1.4rem;
    vertical-align: middle;
    margin:1%;
  }

  #pointContents.gourmetSection .originalDetail .col02 .pointTableWrap {
    margin-top: 15px;
  }

  #pointContents.gourmetSection .originalDetail .col02 .pointTable {
    float: none;
    width: 100%!important;
    margin: -1px 0 0 0;
    border: solid 1px #cccccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  #pointContents.gourmetSection .originalDetail .col02 .pointTable:last-child {
    width: 100%;
  }

  #pointContents.gourmetSection .originalDetail .col02 .pointTable dt {
    padding: 10px 20px;
    background: #efefef;
    border-bottom: solid 1px #cccccc;
    font-weight: bold;
    text-align: center;
  }

  #pointContents.gourmetSection .originalDetail .col02 .pointTable dd {
    padding: 10px 20px;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  #pointContents.gourmetSection .originalDetail .col02 .pointTable dd.point {
    display: block;
    width: 100%;
  }

  #pointContents.gourmetSection .originalDetail .col02 .pointTable dd.point span {
    display: block;
    color: #d21414;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
  }

  #pointContents.gourmetSection .applicationBtLink {
    width: 90%;
    margin: 15px auto 0;
    background: #ff9b00;
    background: -moz-linear-gradient(top, #ff9b00 0%, #ff9000 50%, #ff8100 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9b00), color-stop(50%, #ff9000), color-stop(100%, #ff8100));
    background: -webkit-linear-gradient(top, #ff9b00 0%, #ff9000 50%, #ff8100 100%);
    background: -o-linear-gradient(top, #ff9b00 0%, #ff9000 50%, #ff8100 100%);
    background: -ms-linear-gradient(top, #ff9b00 0%, #ff9000 50%, #ff8100 100%);
    background: linear-gradient(to bottom, #ff9b00 0%, #ff9000 50%, #ff8100 100%);
    border-top: none;
    border-right: none;
    border-bottom: solid 1px #d26d00;
    border-left: none;
    color: #ffffff;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  #pointContents.gourmetSection .applicationBtLink:hover {
    background: #ff6c00;
  }

  #pointContents.gourmetSection .applicationBtLink a {
    display: block;
    color: #ffffff;
    padding: 10px 10px;
  }

  #pointContents.gourmetSection .soldOutText,
  #pointContents .pointCol .soldOutText {
    width: 90%;
    margin: 15px auto 0;
    padding: 10px 10px;
    background: #a1a1a1;
    color: #ffffff;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  #pointContents.gourmetSection .acceptanceText {
    width: 90%;
    margin: 15px auto 0;
    padding: 10px 10px;
    background: #ffffff;
    color: #f8a521;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  #pointContents .gourmet-h2 {
    margin-top: 30px;
    padding: 14px 19px 14px 19px;
    border-bottom: solid 2px #f8a521;
    color: #f8a521;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
  }

  /* /visa/
=========================================*/
  #content.visaContent {
    margin-top: 0;
  }

  #visa {
    margin-top: 10px;
  }

  .visaTop {
    margin: 0 auto 20px auto;
    width: 100%;
  }

  .visaTop .newCard {
    float: none;
    width: 100%;
  }

  .visaTop .newCard .pcImage {
    display: none;
  }

  .visaTop .newCard .spImage {
    display: block;
  }

  .visaTop .aCard{
    width: 100%;
  }

  .visaTop .aCard .vpass {
    margin: 0;
    width: calc(100% - 20px);
    float: right;
    padding: 0 10px !important;
    text-align: center;
    background-image: url('../images/visa/vpass-sp-bg.png');
    background-position: center;
    background-size: 100%;
  }


  #visa .sectionVisa01 {
    margin: 0 0 25px 0;
  }

  #visa .sectionVisa01 .point01 .pic {
    float: none;
  }

  #visa .sectionVisa01 .point01 .btnBlock {
    float: none;
    margin: 0 auto;
    padding: 16px 0 0 0;
  }

  #visa .sectionVisa01 .point01 .btn {
    margin: 0 auto;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f9f9f9), color-stop(100%, #f2f2f2));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
    border-top: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    border-bottom: solid 2px #cccccc;
    border-left: solid 1px #cccccc;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  #visa .sectionVisa01 .point01 .btn a {
    display: block;
    padding: 10px 35px 10px 50px;
    background: url(/common/images/common_ic01_sp.png) no-repeat 7px center;
    background-size: 12px 12px;
    color: #000000;
    font-size: 10px;
    font-size: 1.0rem;
    line-height: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  #visa .sectionVisa01 .visaHeading01 {
    padding-left: 15px;
    padding-bottom: 8px;
    border-bottom: solid 2px #003258;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
  }

  #visa .sectionVisa01 .point02 {
    margin: 0 0 20px 0;
  }

  #visa .sectionVisa01 .point02 .textSet {
    float: none;
  }

  #visa .sectionVisa01 .point02 .pic {
    float: none;
    text-align: center;
  }

  #visa .sectionVisa01 .point03 {
    margin: 0 0 20px 0;
  }

  #visa .sectionVisa01 .point03 .tbSet .dataTb01 {
    float: none;
    margin: 0 0 20px 0;
  }

  #visa .sectionVisa01 .point03 .tbSet .dataTb02 {
    float: none;
  }

  #visa .sectionVisa01 .point03 .tbSet table {
    width: 100%;
  }

  #visa .sectionVisa01 .point03 .tbSet table td {
    font-size: 12px;
  }

  #visa .sectionVisa01 .point04 .chargeList li.charge01 {
    margin: 0 auto 15px auto;
    width: 100%;
    height: auto;
    float: none;
  }

  #visa .sectionVisa01 .point04 .chargeList li.charge02 {
    margin: 0 auto 15px auto;
    width: 100%;
    height: auto;
    float: none;
  }

  #visa .sectionVisa01 .point04 .chargeList li.charge03 {
    margin: 0 auto 15px auto;
    width: 100%;
    height: auto;
    float: none;
  }

  #visa .sectionVisa01 .point04 .chargeList li.charge04 {
    margin: 0 auto 0 auto;
    width: 100%;
    height: auto;
    float: none;
  }

  #visa .sectionVisa01 .point04 .chargeList .pic {
    margin: 0 0 10px 0;
  }

  #visa .sectionVisa01 .point04 .chargeList .link {
    position: relative;
    bottom: auto;
    right: 0;
    margin: 10px 0 0 0;
    padding: 0 15px 15px 0;
    text-align: right;
  }

  #visa .sectionVisa01 .point04 .charge04 .pic {
    float: none;
    padding: 20px 0 0 0;
    margin: 0 auto;
    text-align: center;
  }

  #visa .sectionVisa01 .point04 .charge04 .readtext {
    padding: 10px 0 0 0;
    margin: 0 atuo 15px auto;
    font-size: 12px;
    font-weight: bold;
  }

  #visa .sectionVisa01 .point04 .charge04 h4 {
    font-size: 14px;
    margin: 0 0 20px 0;
    border-bottom: 2px solid #014983;
  }

  #visa .sectionVisa01 .point04 .charge04 .familyCard ol {
    margin: 0 20px 20px 20px;
  }

  #visa .sectionVisa01 .point04 .charge04 .text {
    margin: 0 20px 20px 20px;
  }

  #visa .sectionVisa02 {
    margin: 0 0 25px 0;
  }

  #visa .sectionVisa02 .visaHeading02 {
    padding-left: 15px;
    padding-bottom: 8px;
    border-bottom: solid 2px #9d6e09;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
  }

  #visa .sectionVisa02 .useList {
    padding: 15px;
    margin: 0 0 15px 0;
  }

  #visa .sectionVisa02 .use01 {
    background: #fff;
    width: auto;
    height: 60px;
    float: none;
    margin: 0 0 10px 0;
  }

  #visa .sectionVisa02 .use01 .useLabel {
    width: 100%;
    height: 60px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../images/visa/visa_top_use02_sp.gif) no-repeat center center;
    background-size: contain;
    font-size: 12px;
  }

  #visa .sectionVisa02 .useSet02 {
    width: auto;
    float: none;
    margin: 0 0 10px 0;
  }

  #visa .sectionVisa02 .use02 {
    background: url(../images/visa/visa_top_use03_sp.gif) no-repeat 10px 10px #fff;
    background-size: 29px 29px;
    width: auto;
    height: auto;
    margin: 0 0 10px 0;
    padding: 10px;
  }

  #visa .sectionVisa02 .use02 .useLabel {
    padding: 0 0 0 35px;
    font-size: 12px;
  }

  #visa .sectionVisa02 .useSet03 {
    width: auto;
    float: none;
    margin: 0;
  }

  #visa .sectionVisa02 .use03 {
    background: url(../images/visa/visa_top_use04_sp.gif) no-repeat 10px 10px #fff;
    background-size: 29px 29px;
    width: auto;
    height: auto;
    margin: 0 0 10px 0;
    padding: 10px;
  }

  #visa .sectionVisa02 .use03 .useLabel {
    padding: 6px 0 6px 35px;
    font-size: 12px;
  }

  #visa .sectionVisa02 .useSet04 {
    width: auto;
    float: none;
    margin: 0 0 15px 0;
  }

  #visa .sectionVisa02 .use04 {
    background: url(../images/visa/visa_top_use05_sp.gif) no-repeat 10px center #fff;
    background-size: 29px 29px;
    width: 48%;
    height: 75px;
    margin: 0 0 10px 0;
    padding: 10px 0;
    float: left;
  }

  #visa .sectionVisa02 .use04 .useLabel {
    padding: 0 5px 0 45px;
    font-size: 12px;
  }

  #visa .sectionVisa02 .use04 .usePointText {
    padding: 0 5px 0 45px;
  }

  #visa .sectionVisa02 .useSet05 {
    width: auto;
    float: none;
    margin: 0;
  }

  #visa .sectionVisa02 .use05 {
    background: url(../images/visa/visa_top_use06_sp.gif) no-repeat 10px center #fff;
    background-size: 29px 29px;
    width: 48%;
    height: 75px;
    margin: 0 0 10px 0;
    padding: 10px 0;
    float: right;
  }

  #visa .sectionVisa02 .use05 .useLabel {
    padding: 0 5px 0 45px;
    font-size: 12px;
  }

  #visa .sectionVisa02 .use05 .usePointText {
    padding: 0 5px 0 45px;
  }

  #visa .sectionVisa02 .useSet06 {
    width: auto;
    float: none;
    margin: 0;
  }

  #visa .sectionVisa02 .use06 {
    background: url(../images/visa/visa_top_use07_sp.gif) no-repeat 10px center #fff;
    background-size: 29px 29px;
    width: 48%;
    height: 40px;
    margin: 0;
    padding: 10px 0;
    float: left;
  }

  #visa .sectionVisa02 .use06 .useLabel {
    padding: 5px 5px 0 45px;
    font-size: 12px;
  }

  #visa .sectionVisa02 .useSet07 {
    width: auto;
    float: none;
    margin: 0;
  }

  #visa .sectionVisa02 .use07 {
    background: url(../images/visa/visa_top_use08_sp.gif) no-repeat 10px center #fff;
    background-size: 29px 29px;
    width: 48%;
    height: 40px;
    margin: 0;
    padding: 10px 0;
    float: right;
  }

  #visa .sectionVisa02 .use07 .useLabel {
    padding: 5px 5px 0 45px;
    font-size: 12px;
  }

  #visa .sectionVisa03 {
    margin: 30px 0 0 0;
  }

  #visa .sectionVisa03 .visaHeading03 {
    position: relative;
  }

  #visa .sectionVisa03 .visaHeading03 .pcImage {
    display: none;
  }

  #visa .sectionVisa03 .visaHeading03 .spImage {
    display: block;
  }

  #visa .sectionVisa03 .visaHeading03 .btLink01 {
    position: absolute;
    top: 44.8%;
    left: 50%;
    margin: 0 0 0 -60px;
  }

  #visa .sectionVisa03 .visaHeading03 .btLink01 a {
    padding: 10px 12px 10px 30px;
    background-position: 7px 50%;
  }

  #visa .sectionVisa03 .modelList {
    background: #f5f5f5;
    padding: 15px 10px;
    margin: 0 0 20px 0;
  }

  #visa .sectionVisa03 .modelList .model01 {
    width: 100%;
    height: 47px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../images/visa/visa_top_model_li01_sp.gif) no-repeat center center #fff;
    background-size: contain;
    margin: 0 0 10px 0;
  }

  #visa .sectionVisa03 .modelList .model02 {
    float: left;
    width: 48%;
    height: 35px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../images/visa/visa_top_model_li02_sp.gif) no-repeat center center #fff;
    background-size: contain;
    margin: 0 0 10px 0;
  }

  #visa .sectionVisa03 .modelList .model03 {
    float: right;
    width: 48%;
    height: 35px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../images/visa/visa_top_model_li03_sp.gif) no-repeat center center #fff;
    background-size: contain;
    margin: 0 0 10px 0;
  }

  #visa .sectionVisa03 .modelList .model04 {
    float: left;
    width: 48%;
    height: 35px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../images/visa/visa_top_model_li04_sp.gif) no-repeat center center #fff;
    background-size: contain;
    margin: 0 0 10px 0;
  }

  #visa .sectionVisa03 .modelList .model05 {
    float: right;
    width: 48%;
    height: 35px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../images/visa/visa_top_model_li05_sp.gif) no-repeat center center #fff;
    background-size: contain;
    margin: 0 0 10px 0;
  }

  #visa .sectionVisa03 .modelList .model06 {
    float: left;
    width: 48%;
    height: 35px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../images/visa/visa_top_model_li06_sp.gif) no-repeat center center #fff;
    background-size: contain;
    margin: 0 0 10px 0;
  }

  #visa .sectionVisa03 .modelList .model07 {
    float: right;
    width: 48%;
    height: 35px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../images/visa/visa_top_model_li07_sp.gif) no-repeat center center #fff;
    background-size: contain;
    margin: 0 0 10px 0;
  }

  #visa .sectionVisa03 .modelList .model08 {
    float: left;
    width: 48%;
    height: 35px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../images/visa/visa_top_model_li08_sp.gif) no-repeat center center #fff;
    background-size: contain;
    margin: 0;
  }

  #visa .sectionVisa03 .modelList .model09 {
    float: right;
    width: 48%;
    height: 35px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../images/visa/visa_top_model_li09_sp.gif) no-repeat center center #fff;
    background-size: contain;
    margin: 0;
  }

  #visa .sectionVisa03 .modelCharge {
    background: url(../images/visa/visa_top_model_arrow.png) no-repeat center top;
    background-size: 50px auto;
    padding: 20px 0 0 0;
    margin: 0;
    font-size: 10px;
  }

  #visa .sectionVisa03 .modelCharge span {
    display: block;
    margin: 0 0 10px 0;
  }

  #visa .sectionVisa03 .modelCharge img {
    vertical-align: middle;
    margin-bottom: 0;
    width: 167px;
    height: auto;
  }

  #visa .sectionVisa03 .modelCharge .btLink01 {
    display: block;
    position: inherit;
    right: auto;
    bottom: auto;
    width: 150px;
    margin: 0 auto 0;
  }

  #visa .sectionVisa03 .modelCharge .btLink01 a {
    padding: 10px 12px 10px 30px;
    background-position: 7px 50%;
    font-weight: normal;
  }

  #visa .sectionVisa03 .modelCharge .modelPoint {
    width: 160px;
    height: auto;
    margin-bottom: 10px;
  }

  #visa .procedure {
    padding: 15px;
    margin: 0 0 25px 0;
  }

  #visa .procedure .procedureText {
    padding: 0;
    margin: 0 0 10px 0;
    width: auto;
    float: none;
    font-size: 10px;
  }

  #visa .procedure .btnSet {
    width: 90%;
    float: none;
    margin: 0 auto 0 auto;
  }

  #visa .procedure .btnSet .btn {
    width: auto;
    font-size: 12px;
  }

  #visa .procedure .btnSet .text {
    font-size: 10px;
  }

  #visa .contact {
    border: 2px solid #ff8300;
    padding: 15px;
    margin: 0 15px 25px 15px;
    text-align: center;
  }

  #visa .contact .contactLabel {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 20px 0;
  }

  #visa .contact .btn {
    width: auto;
    font-size: 12px;
  }

  #visa .contact .btn a {
    padding: 10px;
  }

  #visa .contact .subBtnSet {
    margin: 0 auto;
    font-size: 10px;
    width: 90%;
  }

  #visa .contact .subBtnSet p {
    width: auto;
  }

  #visa .contact .subBtnSet .subBtn01 {
    float: none;
    margin: 0 0 10px 0;
  }

  #visa .contact .subBtnSet .subBtn02 {
    float: none;
  }

  #visa .notesBox {
    margin: 20px 15px 0;
    padding: 15px 14px;
    background: #fef1f1;
  }

  #visa .notesBox dt {
    padding-bottom: 5px;
    color: #cc0000;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
  }

  #visa .notesBox dd li {
    margin-top: 5px;
    padding-left: 1em;
    text-indent: -1em;
  }

  .visaRent .rentTitle {
    width: auto;
    margin: 10px 15px 15px 15px;
    text-align: center;
  }

  .visaRent .rentTitle .read {
    padding: 5px 20px;
    font-size: 10px;
    text-align: left;
  }

  .visaRent .rentTitle h1+.read {
    padding: 10px;
    text-align: center;
  }

  .visaRent.sms .rentTitle h1+.read {
    font-size: 14px;
  }

  .visaRent .rentTitle h1+.read .sp-break {
    display: block;
  }

  .visaRent .rentHeading01 {
    font-size: 12px;
    padding: 0 15px 5px 15px;
    border-bottom: 2px solid #014983;
  }

  .visaRent .rentSection01 {
    margin: 0 0 15px 0;
  }

  .visaRent .rentSection01 .pic {
    margin: 15px 15px 5px 15px;
    text-align: center;
  }

  .visaRent .rentSection01 .text {
    margin: 0 15px;
  }

  .visaRent .rentSection02 {
    margin: 0 0 20px 0;
  }

  .visaRent .rentSection02>img.case {
    max-width: 90%;
    display: block;
    margin: 0 auto;
  }

  .visaRent .rentSection02 .merrittList {
    margin: 10px 15px 0 15px;
  }

  .visaRent .rentSection02 .merrittList li {
    margin: 0 0 15px 0;
    font-weight: bold;
    font-size: 12px;
  }

  .visaRent .rentSection02 .merrittList li.m01 {
    background: url(../images/visa/visa_rent_merritt01_sp.gif) no-repeat 0 2px;
    background-size: 39px auto;
    padding: 0 0 0 50px;
    height: 27px;
  }

  .visaRent .rentSection02 .merrittList li.m02 {
    background: url(../images/visa/visa_rent_merritt02_sp.gif) no-repeat 0 2px;
    background-size: 39px auto;
    padding: 0 0 0 50px;
    height: 27px;
  }

  .visaRent .rentSection02 .merrittList li.m03 {
    background: url(../images/visa/visa_rent_merritt03_sp.gif) no-repeat 0 2px;
    background-size: 39px auto;
    padding: 0 0 0 50px;
    height: 27px;
  }

  .visaRent .rentSection02 .merrittList li .text {
    padding: 0 0 0 0;
  }

  .visaRent .rentSection03 {
    margin: 0 0 20px 0;
  }

  .visaRent .rentSection03 .searchBtn {
    margin: 15px 0 0 0;
    background: #f4f4f4;
    padding: 15px;
  }

  .visaRent .rentSection03 .searchBtn li {
    float: none;
    background: #fff;
    padding: 2px;
    border-bottom: 1px solid #dedede;
    width: auto;
    margin: 0;
  }

  .visaRent .rentSection03 .searchBtn li:first-child {
    margin: 0 0 10px 0;
  }

  .visaRent .rentSection03 .searchBtn li .text {
    padding: 0 20px 0 8%;
    font-size: 11px;
    font-weight: bold;
  }

  .sms .rentTitle {
    font-size: 1.4rem;
  }

  .sms .rentTitle>.btn {
    width: 100%;
    box-sizing: border-box;
  }

  .sms .rentTitle>dl>dt {
    white-space: nowrap;
  }

  .sms .rentTitle>dl>dd {
    width: 100%;
    float: none;
    text-align: left;
    box-sizing: border-box;
  }

  .sms .rentTitle>dl>dd:last-child {
    position: static;
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }

  .sms .rentTitle>dl>dd:last-child a {
    box-sizing: border-box;
    padding: 10px;
    text-indent: 0;
  }

  .sms .rentTitle>dl+dl>dd {
    padding: 0;
    text-indent: 0;
  }

  .sms .rentTitle>ul {
    text-align: left;
  }

  .sms .logo_pitat {
    width: 70%;
    margin: 0 auto 10px;
  }

  .sms .merit h3 {
    font-size: 1.4rem;
  }

  .sms .merit h3+img {
    width: 90%;
    margin: 10px auto;
  }

  .sms .merit h3~dl {
    text-align: left;
    margin: 20px 10px;
  }

  .sms .merit .target_text dd>ul {
    flex-direction: column;
  }

  .sms .merit .target_text dd>ul>li {
    width: 100%;
  }

  .sms .merit .target_text div[class*="flex_"] {
    margin-top: 12px;
  }

  .sms .merit .target_text div[class*="flex_"]>p {
    font-size: 12px;
  }

  .sms .merit .target_text div[class*="flex_"]>img {
    width: 60px;
    height: 60px;
    margin-left: 10px;
  }

  .sms .merit+.merit h3~* {
    text-align: left;
  }

  .sms .merit+.merit .underline {
    width: 260px;
    white-space: nowrap;
    font-size: 12px;
  }

  .sms .merit+.merit .logo_group {
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
  }

  .sms .merit+.merit .logo_group li {
    width: calc(100% / 3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }

  .sms .merit+.merit .logo_group li img {
    max-width: 80%;
    max-height: 26px;
  }

  .sms .btn_green {
    width: 100%;
    box-sizing: border-box;
  }

  .visaContact .contactTitle h1 {
    padding-left: 15px;
    padding-bottom: 8px;
    border-bottom: solid 2px #003258;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
  }

  .visaContact .contactHeading01 {
    padding-left: 15px;
    padding-bottom: 8px;
    border-bottom: solid 2px #014983;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
  }

  .visaContact .btnBlock .btn {
    margin: 0 auto;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f9f9f9), color-stop(100%, #f2f2f2));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
    border-top: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    border-bottom: solid 2px #cccccc;
    border-left: solid 1px #cccccc;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .visaContact .btnBlock .btn a {
    display: block;
    padding: 10px 0 10px 15px;
    background: url(/common/images/common_ic01_sp.png) no-repeat 7px center;
    background-size: 12px 12px;
    color: #000000;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .visaContact .sectionBody {
    margin: 0;
  }

  .visaContact .contactSection01 {
    margin: 0 0 20px 0;
  }

  .visaContact .contactSection01 .text {
    margin: 0 15px 10px 15px;
  }

  .visaContact .contactSection01 .btn {
    width: 170px;
  }

  .visaContact .contactSection02 {
    margin: 0 0 25px 0;
  }

  .visaContact .contactSection02 .sectionBox01 {
    float: none;
    width: auto;
    margin: 0 0 25px 0;
  }

  .visaContact .contactSection02 .sectionBox02 {
    float: none;
    width: auto;
  }

  .visaContact .contactSection02 .sectionBox01 .tel {
    width: 190px;
    height: 78px;
    background: url(../images/visa/visa_contact_tel_sp.gif) no-repeat 0 0;
    background-size: cover;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0 15px 10px 15px;
  }

  .visaContact .contactSection02 .sectionBox01 .telSub {
    margin: 0 15px 15px 15px;
  }

  .visaContact .contactSection02 .sectionBox01 .text {
    margin: 0 15px 15px 15px;
  }

  .visaContact .contactSection02 .sectionBox01 .btn {
    width: 170px;
  }

  .visaContact .contactSection02 .sectionBox02 .text {
    margin: 0 15px 15px 15px;
  }

  .visaContact .contactSection02 .sectionBox02 .btn {
    width: 190px;
  }

  /* /visa/ -newLayout
=========================================*/
  #visa .sectionVisa04 {
    margin: 0 0 30px 0;
  }

  #visa .sectionVisa04 .visaHeading04 {
    padding: 7px 10px;
    background: #c98f12;
    color: #ffffff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
  }

  #visa .sectionVisa04 .inner {
    border-right: none;
    border-bottom: solid 1px #ac8944;
    border-left: none;
  }

  #visa .sectionVisa04 .pointList01 {
    display: table;
    width: 100%;
  }

  #visa .sectionVisa04 .pointList01 .col {
    display: block;
    width: 100%;
    padding: 15px 10px 20px;
    border-top: solid 1px #ac8944;
    border-right: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  #visa .sectionVisa04 .pointList01 .col:last-child {
    width: 100%;
    border-right: none;
  }

  #visa .sectionVisa04 .pointList01 .col .title01,
  #visa .sectionVisa04 .pointList02 .col .title01 {
    padding: 8px 0;
    background: #d1373f;
    border-radius: 13px;
    color: #ffffff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }

  #visa .sectionVisa04 .pointList01 .col .title02,
  #visa .sectionVisa04 .pointList02 .col .title02 {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }

  #visa .sectionVisa04 .pointList01 .col .title02+.title02 {
    margin-top: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }

  #visa .sectionVisa04 .pointList02 .col .title02.extra {
    margin-top: 20px;
  }

  #visa .sectionVisa04 .pointList01 .col .title02 .pcBreak {
    display: none;
  }

  #visa .sectionVisa04 .pointList01 .col .rent {
    width: 296px;
    height: 59px;
    margin: 14px auto 0;
    background: url(../images/visa/visa_top_il01_sp.png) no-repeat 0 0;
    background-size: 296px 59px;
    text-indent: -9999px;
  }

  #visa .sectionVisa04 .pointList01 .col .utilityCharges {
    width: 207px;
    height: 63px;
    margin: 14px auto 0;
    background: url(../images/visa/visa_top_il02_sp.png) no-repeat 0 0;
    background-size: 207px 63px;
    text-indent: -9999px;
  }

  #visa .sectionVisa04 .pointList01 .col .btLink01 {
    margin-top: 13px;
  }

  #visa .sectionVisa04 .pointList02 .col .btLink01 {
    margin-top: 15px;
  }

  #visa .sectionVisa04 .pointList01 .col .btLink01 a,
  #visa .sectionVisa04 .pointList02 .col .btLink01 a {
    padding: 8px 20px 8px 27px;
    background-position: 7px 50%;
  }

  #visa .sectionVisa04 .pointList01 .col .iconLink {
    margin-top: 10px;
    padding-left: 22px;
    background: url(/common/images/common_ic01.png) no-repeat 0 0;
  }

  #visa .sectionVisa04 .pointList01 .col .tableTitle {
    margin-top: 18px;
    font-size: 10px;
    font-size: 1.0rem;
  }

  #visa .sectionVisa04 .pointList01 .col .table01 {
    margin-top: 7px;
  }

  #visa .sectionVisa04 .pointList01 .col .table01 th,
  #visa .sectionVisa04 .pointList01 .col .table01 td {
    padding: 4px 5px;
  }

  #visa .sectionVisa04 .pointList01 .col .table01 th {
    font-size: 10px;
    font-size: 1.0rem;
    font-weight: normal;
  }

  .pointCell td {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
  }

  .pointCell td .red {
    color: #d1373f;
  }

  #visa .sectionVisa04 .pointList02 {
    display: block;
    width: 100%;
    padding: 0 10px;
    border-top: solid 1px #ac8944;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  #visa .sectionVisa04 .pointList02.pointSaveAccordion {
    padding-bottom: 10px;
  }

  #visa .sectionVisa04 .pointList02 .spAccordionBt {
    display: block;
    margin-top: 10px;
  }

  #visa .sectionVisa04 .pointList02 .spAccordionBt a {
    position: relative;
    display: block;
    padding: 10px 40px 8px 10px;
    background: #e2dcae;
    background: -moz-linear-gradient(top, #e2dcae 0%, #f9f9f9 50%, #efe8ba 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2dcae), color-stop(50%, #e8e2b4), color-stop(100%, #efe8ba));
    background: -webkit-linear-gradient(top, #e2dcae 0%, #e8e2b4 50%, #efe8ba 100%);
    background: -o-linear-gradient(top, #e2dcae 0%, #e8e2b4 50%, #efe8ba 100%);
    background: -ms-linear-gradient(top, #e2dcae 0%, #e8e2b4 50%, #efe8ba 100%);
    background: linear-gradient(to bottom, #e2dcae 0%, #e8e2b4 50%, #efe8ba 100%);
    border: solid 1px #e2dcae;
    color: #000000;
    line-height: 1.2;
    font-size: 14px;
    font-size: 1.4rem;
  }

  #visa .sectionVisa04 .pointList02 .spAccordionBt a:before {
    position: absolute;
    top: 50%;
    right: 19px;
    width: 2px;
    height: 20px;
    margin-top: -10px;
    background: #867444;
    content: "";
  }

  #visa .sectionVisa04 .pointList02 .spAccordionBt a:after {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 2px;
    margin-top: -1px;
    background: #867444;
    content: "";
  }

  #visa .sectionVisa04 .pointList02 .spAccordionBt.open a:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }

  #visa .sectionVisa04 .pointList02 .col {
    display: block;
    width: 100%;
    padding: 15px 10px 15px;
    border-bottom: solid 1px #ac8944;
    border-right: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  #visa .sectionVisa04 .pointList02 .col:last-child {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }

  #visa .sectionVisa04 .pointList02 .col.extra {
    padding: 0 0 0 0;
  }

  #visa .sectionVisa04 .pointList02 .col .pointCol {
    display: table;
    width: 100%;
    margin-top: 10px;
  }

  #visa .sectionVisa04 .pointList02 .col .pointCol .figure {
    display: table-cell;
    width: 27%;
    padding-right: 20px;
    vertical-align: middle;
  }

  #visa .sectionVisa04 .pointList02 .col .pointCol .figure img {
    max-width: 100%;
  }

  #visa .sectionVisa04 .pointList02 .col .pointCol .text {
    display: table-cell;
    width: 73%;
    vertical-align: middle;
  }

  #visa .sectionVisa04 .pointList02 .col .smallCol {
    padding: 15px 0px 15px 0px;
  }

  #visa .sectionVisa04 .pointList02 .col .smallCol .pointCol .figure {
    display: table-cell;
    width: 27%;
    padding: 0px 20px 0px 10px;
    vertical-align: middle;
  }

  #visa .sectionVisa04 .pointList02 .col .smallCol .pointCol .text {
    display: table-cell;
    width: 73%;
    vertical-align: middle;
  }

  #visa .sectionVisa05 {
    position: relative;
    margin-top: 65px;
    padding: 27px 15px 20px;
    background: #f9f6e0;
  }

  #visa .sectionVisa05 .visaHeading05 {
    position: absolute;
    top: -38px;
    left: 50%;
    width: 306px;
    height: 59px;
    margin-left: -153px;
    background: url(../images/visa/visa_top_tx01_sp.png) no-repeat 0 0;
    background-size: 306px 59px;
    text-indent: -9999px;
  }

  #visa .sectionVisa05 .privilegeList .col {
    position: relative;
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
    background: #ffffff;
    border-bottom: solid 1px #c7c5b3;
  }

  #visa .sectionVisa05 .privilegeList .col:after {
    position: absolute;
    top: -12px;
    right: -5px;
    width: 33px;
    height: 33px;
    background: url(../images/visa/visa_top_ic03.png) no-repeat 0 0;
    background-size: 33px 33px;
    content: "";
  }

  #visa .sectionVisa05 .privilegeList .col:last-child {
    margin: 0;
  }

  #visa .sectionVisa05 .privilegeList .col .figure.pcImage {
    display: none;
  }

  #visa .sectionVisa05 .privilegeList .col .figure.spImage {
    display: block;
  }

  #visa .sectionVisa05 .privilegeList .col .figure.spImage img {
    width: 100%;
  }

  #visa .sectionVisa05 .privilegeList .col .linkBt {
    position: inherit;
    right: auto;
    bottom: auto;
    display: table;
    width: 224px;
    margin: 15px auto 0;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f9f9f9), color-stop(100%, #f2f2f2));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
    border-top: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    border-bottom: solid 2px #cccccc;
    border-left: solid 1px #cccccc;
    z-index: 2;
  }

  #visa .sectionVisa05 .privilegeList .col .linkBt:hover {
    background: #00b6e1;
    border-top: solid 1px #00b6e1;
    border-right: solid 1px #00b6e1;
    border-bottom: solid 2px #00b6e1;
    border-left: solid 1px #00b6e1;
  }

  #visa .sectionVisa05 .privilegeList .col .linkBt a {
    position: relative;
    display: table-cell;
    padding: 11px 25px 11px 35px;
    background: url(/common/images/common_ic01.png) no-repeat 10px 50%;
    color: #000000;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  #visa .sectionVisa05 .privilegeList .col .linkBt a:before {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 11px;
    height: 10px;
    margin-top: -5px;
    background: url(/common/images/common_ic07.png) no-repeat 0 0;
    content: "";
  }

  #visa .sectionVisa05 .privilegeList .col .linkBt:hover a {
    color: #ffffff;
    text-decoration: none;
  }

  #visa .sectionVisa05 .privilegeList .col .detail {
    padding: 10px 15px 10px 15px;
  }

  #visa .sectionVisa05 .privilegeList .col .title {
    font-size: 10px;
    font-size: 1.0rem;
    font-weight: bold;
  }

  #visa .sectionVisa05 .privilegeList .col .hotelName {
    margin-top: 3px;
    font-size: 10px;
    font-size: 1.0rem;
  }

  #visa .sectionVisa05 .privilegeList .col .text {
    margin-top: 3px;
    font-size: 10px;
    font-size: 1.0rem;
  }

  #visa .sectionVisa05 .privilegeList .col .text .red {
    color: #d1373f;
  }

  #visa .sectionVisa05 .privilegeInfo {
    position: relative;
    margin-top: 10px;
    background: #ffffff;
    border: solid 1px #c7c5b3;
  }

  #visa .sectionVisa05 .privilegeInfo:before {
    position: absolute;
    top: -20px;
    right: 133px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 20px 15px;
    border-color: transparent transparent #c7c5b3 transparent;
    content: "";
  }

  #visa .sectionVisa05 .privilegeInfo:after {
    position: absolute;
    top: -19px;
    right: 133px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 20px 15px;
    border-color: transparent transparent #ffffff transparent;
    content: "";
  }

  #visa .sectionVisa05 .privilegeInfo .col01 {
    padding: 13px 15px;
    background: none;
  }

  #visa .sectionVisa05 .privilegeInfo .col01 .text {
    margin-top: 0;
  }

  #visa .sectionVisa05 .privilegeInfo .col01 .notesWrap {
    margin-top: 8px;
  }

  #visa .sectionVisa05 .privilegeInfo .col01 .notes {
    float: none;
    margin: 0 0 0 0;
  }

  #visa .sectionVisa05 .privilegeInfo .col01 .iconLink li {
    float: left;
    margin-top: 5px;
    margin-right: 0;
    padding-left: 15px;
    background: url(/common/images/common_ic01.png) no-repeat 0 0.2em;
    background-size: 10px 10px;
  }

  #visa .sectionVisa05 .privilegeInfo .col01 .iconLink li:first-child {
    margin-right: 15px;
  }

  #visa .sectionVisa05 .privilegeInfo .col02 {
    padding: 0 15px 15px 15px;
    border-top: solid 1px #cccccc;
  }

  #visa .sectionVisa05 .privilegeInfo .col02 dt.iconLink {
    margin-top: 13px;
    padding-left: 15px;
    background: url(/common/images/common_ic01.png) no-repeat 0 0;
    background-size: 10px 10px;
  }

  #visa .sectionVisa05 .privilegeInfo .col02 dd {
    padding: 5px 0 0 0;
  }

  #visa .sectionVisa06 {
    margin: 10px 15px 40px;

  }

  #visa .sectionVisa06 .visaHeading06 {
    padding: 8px 0;
    background: #004880;
    border-bottom: solid 3px #003258;
    color: #ffffff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
  }

  #visa .sectionVisa06 .inner {
    padding: 15px 15px;
    background: #f0f5fc;
  }

  #visa .sectionVisa06 .lead {
    min-height: 66px;
    padding-left: 97px;
    background: url(../images/visa/visa_top_ph04_sp.png) no-repeat 0 0;
    background-size: 86px 65px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
  }

  #visa .sectionVisa06 .tabArea {
    margin-top: 15px;
  }

  #visa .sectionVisa06 .tabArea .tabList {
    display: table;
    width: 100%;
  }

  #visa .sectionVisa06 .tabArea .tabList li {
    display: table-cell;
    width: 33%;
    background: #29638f;
    border-right: solid 2px #f0f5fc;
    vertical-align: middle;
  }

  #visa .sectionVisa06 .tabArea .tabList li:last-child {
    width: 34%;
    border-right: none;
  }

  #visa .sectionVisa06 .tabArea .tabList li.on {
    background: #ffffff;
  }

  #visa .sectionVisa06 .tabArea .tabList li a {
    display: block;
    width: 100%;
    padding: 7px 5px;
    color: #ffffff;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  #visa .sectionVisa06 .tabArea .tabList li a:before {
    display: inline-block;
    width: 5px;
    height: 8px;
    margin: 0 5px 3px 0;
    background: url(../images/visa/visa_top_ic04.png) no-repeat 0 0;
    vertical-align: middle;
    content: "";
  }

  #visa .sectionVisa06 .tabArea .tabList li.on a {
    color: #333333;
  }

  #visa .sectionVisa06 .tabArea .tabList li.on a:before {
    display: inline-block;
    width: 9px;
    height: 6px;
    margin: 0 5px 3px 0;
    background: url(../images/visa/visa_top_ic05.png) no-repeat 0 0;
    vertical-align: middle;
    content: "";
  }

  #visa .sectionVisa06 .tabArea .tabDetail {
    padding: 13px 15px;
    background: #ffffff;
  }

  #visa .sectionVisa06 .tabArea .tabDetail .numList li {
    margin: 0 0 10px 0;
  }

  #visa .sectionVisa06 .tabArea .tabDetail .numList li.merritt01 {
    padding-left: 1em;
    text-indent:-1em;
    position: relative
  }

  #visa .sectionVisa06 .tabArea .tabDetail .numList li.merritt01:before {
    content: '■';
    display: inline-block;
    width: 1em;
    text-indent: 0;
    font-size: 12px;
  }

  #visa .sectionVisa06 .tabArea .tabDetail .numList li.merritt02 {
    padding-left: 1em;
    text-indent:-1em;
    position: relative
  }

  #visa .sectionVisa06 .tabArea .tabDetail .numList li.merritt02:before {
    content: '■';
    display: inline-block;
    width: 1em;
    text-indent: 0;
    font-size: 12px;
  }

  #visa .sectionVisa06 .tabArea .tabDetail .numList li.merritt03 {
    padding: 0 0 0 20px;
    background: url(../images/visa/common_number03.png) no-repeat 0 0;
  }

  #visa .sectionVisa06 .tabArea .tabDetail .label {
    font-weight: bold;
  }

  #visa .pointBanner {
    margin: 30px auto 0;
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  #visa .pointBanner a {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 32.7%;
    background: url(../images/visa/visa_top_bn01_sp.png) no-repeat 0 0;
    background-size: contain;
    text-indent: -9999px;
  }

  #visa .pointBanner+.applicationBtWrap {
    padding: 0 15px;
  }

  #visa .pointBanner+.applicationBtWrap .applicationBt01 {
    margin-top: 15px;
  }

  #visa.topContent .idLinkArea {
    margin-top: 0;
  }

  /* /visa/service/
=========================================*/
  #visa.serviceContent {
    overflow: hidden;
    margin-top: 0;
  }

  #visa.serviceContent *,
  #visa.serviceContent *:before,
  #visa.serviceContent *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* serviceMainVisual */
  #visa #serviceMainVisual {
    width: 100%;
    height: 0;
    margin: 0 auto 0;
    padding-top: 67.29%;
    background: url(../images/visa/service_mv01_sp.png) no-repeat 50% 0;
    background-size: contain;
    border: solid 1px #cccccc;
    text-indent: -9999px;
  }

  /* serviceInfo */
  #visa .serviceInfo {
    width: 100%;
    min-height: 47px;
    margin: 14px auto 0;
    padding: 0 15px 0 126px;
    background: url(../images/visa/service_ph01_sp.png) no-repeat 15px 50%;
    background-size: 97px 47px;
    font-size: 10px;
    font-size: 1.0rem;
    font-weight: bold;
  }

  #visa .serviceInfo span {
    font-size: 8px;
    font-size: 0.8rem;
  }

  /* worldPresentTitle */
  #visa .worldPresentTitle {
    width: 300px;
    height: 61px;
    margin: 12px auto 0;
    background: url(../images/visa/service_ti01_sp.png) no-repeat 0 0;
    background-size: 300px 61px;
    text-indent: -9999px;
  }

  /* worldPresentPointArea */
  #visa .worldPresentPointArea {
    position: relative;
    margin-top: 23px;
    padding: 20px 15px;
    background: #e5eefa;
  }

  #visa .wrap {
    padding: 0 15px;
  }

  #visa .worldPresentPointArea:before {
    position: absolute;
    top: -17px;
    left: 48px;
    width: 46px;
    height: 17px;
    background: url(../images/visa/service_bg01_sp.png) no-repeat 0 0;
    background-size: 46px 17px;
    content: "";
  }

  #visa .worldPresentPointArea .heading_area {
    flex-direction: column;
  }

  #visa .worldPresentPointArea .heading_area h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  #visa .worldPresentPointArea .heading_area>p {
    padding-left: 1em;
    text-indent: -1em;
  }

  #visa .worldPresentPointArea .col_flex li {
    /*width: 48%;*/
    width: 100%;
    max-height: none;
  }

  #visa .worldPresentPointArea .col_flex li:nth-child(1),
  #visa .worldPresentPointArea .col_flex li:nth-child(2) {
    width: 100%;
  }

  #visa .worldPresentPointArea .col_flex dt img {
    /*max-height: 30px;
    max-width: 90%;*/
    max-width: 100%;
    max-height: 50px;
  }

  #visa .worldPresentPointArea .col_flex li:nth-child(1) dt img,
  #visa .worldPresentPointArea .col_flex li:nth-child(2) dt img {
    max-width: 100%;
    max-height: 50px;
  }

  /* migrationCol */
  #visa .migrationCol {
    margin-top: 15px;
    padding: 0 15px;
  }

  #visa .migrationCol .col {
    float: none;
    width: 100%;
    min-height: 100px;
    margin-right: 0;
    padding: 15px 15px;
    background: #f9f6e0;
  }

  #visa .migrationCol .col:last-child {
    margin-top: 15px;
    margin-right: 0;
  }

  #visa .migrationCol .col .migrationBtn {
    display: table;
    width: 100%;
    border-top: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    border-bottom: solid 2px #cccccc;
    border-left: solid 1px #cccccc;
  }

  #visa .migrationCol .col .migrationBtn a {
    position: relative;
    display: table-cell;
    padding: 10px 10px 10px 30px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f9f9f9), color-stop(100%, #f2f2f2));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
    color: #000000;
    line-height: 1.2;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  #visa .migrationCol .col .migrationBtn a:before {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    background: url(/common/images/common_ic01.png) no-repeat 0 0;
    background-size: 12px 12px;
    content: "";
  }

  #visa .migrationCol .col .migrationTab {
    margin-top: 10px;
  }

  #visa .migrationCol .col .migrationTabBtn {
    display: block;
    border-bottom: solid 1px #cccccc;
  }

  #visa .migrationCol .col .migrationTabBtn a {
    position: relative;
    display: block;
    padding: 10px 40px 8px 10px;
    background: #e2dcae;
    background: -moz-linear-gradient(top, #e2dcae 0%, #f9f9f9 50%, #efe8ba 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2dcae), color-stop(50%, #e8e2b4), color-stop(100%, #efe8ba));
    background: -webkit-linear-gradient(top, #e2dcae 0%, #e8e2b4 50%, #efe8ba 100%);
    background: -o-linear-gradient(top, #e2dcae 0%, #e8e2b4 50%, #efe8ba 100%);
    background: -ms-linear-gradient(top, #e2dcae 0%, #e8e2b4 50%, #efe8ba 100%);
    background: linear-gradient(to bottom, #e2dcae 0%, #e8e2b4 50%, #efe8ba 100%);
    border: solid 1px #e2dcae;
    color: #000000;
    line-height: 1.2;
    font-size: 14px;
    font-size: 1.4rem;
  }

  #visa .migrationCol .col .migrationTabBtn a:before {
    position: absolute;
    top: 50%;
    right: 19px;
    width: 2px;
    height: 20px;
    margin-top: -10px;
    background: #867444;
    content: "";
  }

  #visa .migrationCol .col .migrationTabBtn a:after {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 2px;
    margin-top: -1px;
    background: #867444;
    content: "";
  }

  #visa .migrationCol .col .migrationTabBtn.open a:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }

  #visa .migrationCol .col .migrationTabDetail {
    display: block !important;
    /*padding-top: 10px;*/
  }

  #visa .migrationCol .col .pcFigure {
    display: none;
  }

  #visa .migrationCol .col .spFigure {
    display: none;
    margin-top: 10px;
  }

  #visa .migrationCol .col .detail {
    margin-top: 10px;
  }

  #visa .migrationCol .col .detail .migrationNotes01 li {
    padding-left: 0.5em;
    text-indent: -0.5em;
  }

  #visa .migrationCol .col .detail .migrationNotes01 li:before {
    content: "*";
  }

  #visa .migrationCol .col .detail .migrationNotes02 li {
    padding-left: 1em;
    text-indent: -1em;
  }

  #visa .migrationCol .col .detail .migrationNotes02 li:before {
    content: "→";
  }

  /* changeLink */
  #visa .changeLink {
    margin: 10px 15px 0 0;
    padding: 0 15px;
    text-align: left;
  }

  #visa .changeLink a {
    display: block;
    padding-left: 20px;
    background: url(/common/images/common_ic01.png) no-repeat 0 0.2em;
    background-size: 12px 12px;
  }

  /* pointSaveArea */
  #visa .pointSaveArea {
    margin-top: 50px;
  }

  #visa .pointSaveArea dt {
    padding: 10px 10px;
    background: #004880;
    border-bottom: solid 3px #003258;
    color: #ffffff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
  }

  #visa .pointSaveArea dd {
    padding: 15px 15px;
    border-right: solid 2px #2d6691;
    border-bottom: solid 2px #2d6691;
    border-left: solid 2px #2d6691;
  }

  #visa .pointSaveArea dd .pointSaveTable {
    width: 100%;
    border-top: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
  }

  #visa .pointSaveArea dd .pointSaveTable tr>th:first-child,
  #visa .pointSaveArea dd .pointSaveTable tr>td:first-child,
  #visa .pointSaveArea dd .pointSaveTable tr>th:last-child,
  #visa .pointSaveArea dd .pointSaveTable tr>td:last-child {
    display: none;
  }

  #visa .pointSaveArea dd .pointSaveTable .column01 {
    width: 45%;
  }

  #visa .pointSaveArea dd .pointSaveTable .column02 {
    width: 55%;
  }

  #visa .pointSaveArea dd .pointSaveTable .column03 {
    width: 0%;
  }

  #visa .pointSaveArea dd .pointSaveTable .column04 {
    width: 0%;
  }

  #visa .pointSaveArea dd .pointSaveTable th,
  #visa .pointSaveArea dd .pointSaveTable td {
    padding: 10px 10px;
    border-bottom: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
    vertical-align: middle;
  }

  #visa .pointSaveArea dd .pointSaveTable .level01 {
    background: #ffffff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    text-align: center;
  }

  #visa .pointSaveArea dd .pointSaveTable .level02 {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: left;
  }

  #visa .pointSaveArea dd .pointSaveTable td {
    text-align: left;
  }

  #visa .pointSaveArea dd .pointSaveTable .color01 th,
  #visa .pointSaveArea dd .pointSaveTable .color01 td {
    background: #e0f0fb;
  }

  #visa .pointSaveArea dd .pointSaveTable .color02 th,
  #visa .pointSaveArea dd .pointSaveTable .color02 td {
    background: #ffece8;
  }

  #visa .pointSaveArea dd .pointSaveTable .color03 th,
  #visa .pointSaveArea dd .pointSaveTable .color03 td {
    background: #f3f3f3;
  }

  #visa .pointSaveArea dd .pointSaveTable .title {
    font-size: 12px;
    font-size: 1.2rem;
  }

  #visa .pointSaveArea dd .pointSaveTable .fontRed {
    color: #d1373f;
    word-break: break-all;
  }

  #visa .pointSaveArea dd .pointSaveTable .logo01 {
    width: 128px;
    margin: 0 auto;
  }

  #visa .pointSaveArea dd .pointSaveTable .logo02 {
    width: 103px;
    margin: 0 auto;
  }

  #visa .pointSaveArea dd .pointSaveTable .logo03 {
    width: 97px;
    margin: 0 auto;
  }

  #visa .pointSaveArea dd .pointSaveTable .btLink01 {
    margin-top: 10px;
  }

  #visa .pointSaveArea dd .pointSaveTable .spTitle {
    display: block;
    font-weight: bold;
  }

  #visa .pointSaveArea+.btnWrap+small {
    display: block;
    margin-top: 20px;
    padding: 0 20px;
    text-align: justify;
  }

  /* applicationBt */
  #visa .btnWrap {
    padding: 0 15px;
  }

  #visa .applicationBt01 {
    width: 100%;
    margin: 30px auto 0;
    background: #ff9b00;
    background: -moz-linear-gradient(top, #ff9b00 0%, #ff9000 50%, #ff8100 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9b00), color-stop(50%, #ff9000), color-stop(100%, #ff8100));
    background: -webkit-linear-gradient(top, #ff9b00 0%, #ff9000 50%, #ff8100 100%);
    background: -o-linear-gradient(top, #ff9b00 0%, #ff9000 50%, #ff8100 100%);
    background: -ms-linear-gradient(top, #ff9b00 0%, #ff9000 50%, #ff8100 100%);
    background: linear-gradient(to bottom, #ff9b00 0%, #ff9000 50%, #ff8100 100%);
    border-top: none;
    border-right: none;
    border-bottom: solid 1px #d26d00;
    border-left: none;
    text-align: center;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  #visa .applicationBt01 a {
    display: block;
    /*padding: 15px 10px;*/
    padding : 15px 0px 10px 10px;
    background: url(../images/visa/service_ic07_sp.png) no-repeat 10px 50%;
    background-size: 12px 12px;
    color: #ffffff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.3;
  }
  
    #visa .applicationBt01 #sp_small_font {
    font-size: 1.3rem;
  }

  /* /visa/member/
=========================================*/
  #visa.memberContent *,
  #visa.memberContent *:before,
  #visa.memberContent *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #visa.memberContent {
    margin-top: 0;
  }

  /* visaAppArea */
  #visa #visaAppArea01 {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0 auto;
    padding: 67.5% 15px 0;
    background: url(../images/visa/member_mv01_sp.jpg) no-repeat 50% 0;
    background-size: contain;
  }

  #visa #visaAppArea01 h1 {
    text-indent: -9999px;
    height: 0;
  }

  #visa #visaAppArea01 .applicationBt {
    position: absolute;
    top: 48.84%;
    right: 50%;
    width: 90%;
    margin-right: -45%;
    background: #ff9b00;
    background: -moz-linear-gradient(top, #ff9b00 0%, #ff9000 50%, #ff8100 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9b00), color-stop(50%, #ff9000), color-stop(100%, #ff8100));
    background: -webkit-linear-gradient(top, #ff9b00 0%, #ff9000 50%, #ff8100 100%);
    background: -o-linear-gradient(top, #ff9b00 0%, #ff9000 50%, #ff8100 100%);
    background: -ms-linear-gradient(top, #ff9b00 0%, #ff9000 50%, #ff8100 100%);
    background: linear-gradient(to bottom, #ff9b00 0%, #ff9000 50%, #ff8100 100%);
    border-top: none;
    border-right: none;
    border-bottom: solid 1px #d26d00;
    border-left: none;
    text-align: center;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  #visa #visaAppArea01 .applicationBt a {
    display: block;
    padding: 10px 10px;
    background: url(../images/visa/service_ic07_sp.png) no-repeat 10px 50%;
    background-size: 12px 12px;
    color: #ffffff;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.3;
  }

  #visa #visaAppArea01 .btLinkList {
    position: absolute;
    top: 73%;
    right: 50%;
    width: 90%;
    margin-top: 0;
    margin-right: -45%;
  }

  #visa #visaAppArea01 .btLinkList:after {
    content: "";
    display: block;
    clear: both;
  }

  #visa #visaAppArea01 .btLinkList {
    min-height: 1%;
    zoom: 1;
  }

  #visa #visaAppArea01 .btLinkList li {
    float: left;
    display: table;
    border-top: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    border-bottom: solid 2px #cccccc;
    border-left: solid 1px #cccccc;
  }

  #visa #visaAppArea01 .btLinkList li.contactBtn {
    position: static;
    right: auto;
    bottom: auto;
    width: 48%;
    margin-right: 4%;
  }

  #visa #visaAppArea01 .btLinkList li.faqBtn {
    position: static;
    right: auto;
    bottom: auto;
    width: 48%;
  }

  #visa #visaAppArea01 .btLinkList li a {
    position: relative;
    display: table-cell;
    padding: 7px 10px 7px 30px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f9f9f9), color-stop(100%, #f2f2f2));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
    color: #000000;
    line-height: 1.2;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  #visa #visaAppArea01 .btLinkList li a:before {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background: url(/common/images/common_ic01.png) no-repeat 0 0;
    background-size: 12px 12px;
    content: "";
  }

  #visa #visaAppArea02 {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0 auto;
    padding: 67.5% 15px 0;
    background: url(../images/visa/member_mv02_sp.jpg) no-repeat 50% 0;
    background-size: contain;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
  }

  #visa #visaAppArea02 h1 {
    text-indent: -9999px;
    height: 0;
  }

  #visa #visaAppArea02 .applicationBt {
    position: absolute;
    top: 48.8%;
    right: 50%;
    width: 90%;
    margin-right: -45%;
    background: #ff889e;
    background: -moz-linear-gradient(top, #ff889e 0%, #ff7b93 50%, #ff6c85 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff889e), color-stop(50%, #ff7b93), color-stop(100%, #ff6c85));
    background: -webkit-linear-gradient(top, #ff889e 0%, #ff7b93 50%, #ff6c85 100%);
    background: -o-linear-gradient(top, #ff889e 0%, #ff7b93 50%, #ff6c85 100%);
    background: -ms-linear-gradient(top, #ff889e 0%, #ff7b93 50%, #ff6c85 100%);
    background: linear-gradient(to bottom, #ff889e 0%, #ff7b93 50%, #ff6c85 100%);
    border-top: none;
    border-right: none;
    border-bottom: solid 1px #9f394b;
    border-left: none;
    text-align: center;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  #visa #visaAppArea02 .applicationBt a {
    display: block;
    padding: 7px 10px 7px 34px;
    background: url(../images/visa/member_ic01_sp.png) no-repeat 10px 50%;
    background-size: 12px 12px;
    color: #ffffff;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.3;
  }

  #visa #visaAppArea02 .btLinkList {
    position: absolute;
    top: 74.5%;
    right: 50%;
    width: 90%;
    margin-top: 0;
    margin-right: -45%;
  }

  #visa #visaAppArea02 .btLinkList:after {
    content: "";
    display: block;
    clear: both;
  }

  #visa #visaAppArea02 .btLinkList {
    min-height: 1%;
    zoom: 1;
  }

  #visa #visaAppArea02 .btLinkList li {
    float: left;
    display: table;
    border-top: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    border-bottom: solid 2px #cccccc;
    border-left: solid 1px #cccccc;
  }

  #visa #visaAppArea02 .btLinkList li.contactBtn {
    position: static;
    right: auto;
    bottom: auto;
    width: 48%;
    margin-right: 4%;
  }

  #visa #visaAppArea02 .btLinkList li.faqBtn {
    position: static;
    right: auto;
    bottom: auto;
    width: 48%;
  }

  #visa #visaAppArea02 .btLinkList li a {
    position: relative;
    display: table-cell;
    padding: 7px 10px 7px 30px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f9f9f9), color-stop(100%, #f2f2f2));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
    color: #000000;
    line-height: 1.2;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  #visa #visaAppArea02 .btLinkList li a:before {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background: url(../images/visa/member_ic02_sp.png) no-repeat 0 0;
    background-size: 12px 12px;
    content: "";
  }

  /* idLinkArea */
  #visa .idLinkArea {
    margin-top: 55px;
    padding: 0;
  }

  #visa .idLinkArea dl {
    position: relative;
    border: solid 2px #2d6691;
  }

  #visa .idLinkArea dt {
    position: absolute;
    top: -29px;
    left: 50%;
    width: 280px;
    height: 70px;
    margin-left: -140px;
    padding: 7px 0 0 20px;
    background: url(../images/visa/member_bg01_sp.png) no-repeat 50% 0;
    background-size: 280px 70px;
    color: #ffffff;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    line-height: 2em;
  }

  #visa .idLinkArea dt .spBreak {
    display: block;
  }

  #visa .idLinkArea dt .ruby {
    position: absolute;
    top: 25px;
    left: 93px;
    display: block;
    margin-left: 0;
    font-size: 7px;
    font-size: 0.7rem;
    font-weight: normal;
    line-height: 1;
  }

  #visa .idLinkArea dd {
    padding: 42px 13px 20px 13px;
  }

  #visa .idLinkArea dd .idLinkNotes {
    color: #d00000;
    padding-left: 21px;
    text-indent: -21px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: left;
  }

  #visa .idLinkArea dd .idLinkNotes:before {
    display: inline-block;
    width: 15px;
    height: 14px;
    margin-right: 6px;
    background: url(../images/visa/member_ic03_sp.png) no-repeat 0 0;
    background-size: 15px 14px;
    vertical-align: middle;
    content: "";
  }

  #visa .idLinkArea dd .pcFigure {
    display: none;
  }

  #visa .idLinkArea dd .spFigure {
    display: block;
    margin-top: 25px;
    text-align: center;
  }

  #visa .idLinkArea dd .applicationBt {
    width: 100%;
    margin: 15px auto 0;
    background: #ff9b00;
    background: -moz-linear-gradient(top, #ff9b00 0%, #ff9000 50%, #ff8100 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9b00), color-stop(50%, #ff9000), color-stop(100%, #ff8100));
    background: -webkit-linear-gradient(top, #ff9b00 0%, #ff9000 50%, #ff8100 100%);
    background: -o-linear-gradient(top, #ff9b00 0%, #ff9000 50%, #ff8100 100%);
    background: -ms-linear-gradient(top, #ff9b00 0%, #ff9000 50%, #ff8100 100%);
    background: linear-gradient(to bottom, #ff9b00 0%, #ff9000 50%, #ff8100 100%);
    border-top: none;
    border-right: none;
    border-bottom: solid 1px #d26d00;
    border-left: none;
    text-align: center;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  #visa .idLinkArea dd .applicationBt a {
    display: block;
    padding: 14px 10px;
    background: url(../images/visa/service_ic07_sp.png) no-repeat 10px 50%;
    background-size: 12px 12px;
    color: #ffffff;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.3;

  }

  .caution{
    text-align: center;
    margin-bottom: 10px;
  }

  /* notesBox */
  #visa.memberContent .notesBox {
    margin-top: 30px;
  }

  #visa.memberContent .notesBox li {
    padding-left: 1.5em;
    text-indent: -1.5em;
  }

  /* /guide/
=========================================*/
  #guideContents {}

  /* guideHeading */
  #guideContents .guideHeading01 {
    margin-top: 20px;
    padding-bottom: 7px;
    border-bottom: solid 2px #0075c1;
    color: #0075c1;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1;
  }

  #guideContents .guideHeading01.colorType01 {
    color: #0075c1;
    border-bottom: solid 2px #0075c1;
  }

  #guideContents .guideHeading01.colorType02 {
    color: #f8a521;
    border-bottom: solid 2px #f8a521;
  }

  #guideContents .guideHeading01.colorType03 {
    color: #444444;
    border-bottom: solid 2px #999999;
  }

  /* guideCol */
  #guideContents .guideCol01 {
    margin-top: 15px;
  }

  #guideContents .guideCol01 .photoCol {
    float: none;
    width: 100%;
    margin-top: 10px;
  }

  #guideContents .guideCol01 .detailCol {
    float: none;
    width: 100%;
    margin-top: 10px;
  }

  #guideContents .btLink01 {
    display: table;
    width: 258px;
    margin: 10px auto 0;
    border-top: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    border-bottom: solid 2px #cccccc;
    border-left: solid 1px #cccccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  #enjoyContents .enjoyCol .detailCol .application {
    color: #fff;
    font-weight: bold;
    font-size: 100%;
    background-color: #099ef6;
    padding: 10px 0 10px 32px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
  }

  #enjoyContents .enjoyCol .detailCol .application::before {
    content: "";
    background-image: url(/common/images/icon_iphone2.png);
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    top: 10%;
    left: 4px;
    width: 30px;
    height: 40px;
  }

  #guideContents .btLink01 a {
    position: relative;
    display: table-cell;
    padding: 10px 24px 10px 40px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f9f9f9), color-stop(100%, #f2f2f2));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
    color: #000000;
    line-height: 1.2;
    font-size: 11px;
    font-size: 1.1rem;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  #guideContents .btLink01 a:before {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background: url(/common/images/common_ic01.png) no-repeat 0 0;
    content: "";
  }

  #guideContents .btLink01:hover {
    border-top: solid 1px #00b6e1;
    border-right: solid 1px #00b6e1;
    border-bottom: solid 2px #00b6e1;
    border-left: solid 1px #00b6e1;
  }

  #guideContents .btLink01:hover a {
    background: #00b6e1;
    color: #ffffff;
    color: #000000\9;
    text-decoration: none;
  }

  #guideContents .btLink02 {
    display: table;
    width: 258px;
    margin: 10px auto 0;
    border-top: solid 1px #04091d;
    border-right: solid 1px #04091d;
    border-bottom: solid 2px #04091d;
    border-left: solid 1px #04091d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  #guideContents .btLink02 a {
    position: relative;
    display: table-cell;
    background: #1f317a;
    background: -moz-linear-gradient(top, #1f317a 0%, #192b74 50%, #13256e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1f317a), color-stop(50%, #192b74), color-stop(100%, #13256e));
    background: -webkit-linear-gradient(top, #1f317a 0%, #192b74 50%, #13256e 100%);
    background: -o-linear-gradient(top, #1f317a 0%, #192b74 50%, #13256e 100%);
    background: -ms-linear-gradient(top, #1f317a 0%, #192b74 50%, #13256e 100%);
    background: linear-gradient(to bottom, #1f317a 0%, #192b74 50%, #13256e 100%);
    color: #ffffff;
    line-height: 1.2;
    font-size: 11px;
    font-size: 1.1rem;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  #guideContents .btLink02 a:before {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background: url(/common/images/common_ic01.png) no-repeat 0 0;
    content: "";
  }

  #guideContents .btLink02:hover {
    border-top: solid 1px #04091d;
    border-right: solid 1px #04091d;
    border-bottom: solid 2px #04091d;
    border-left: solid 1px #04091d;
  }

  #guideContents .btLink02:hover a {
    background: #13256e;
  }

  #guideContents .btLink02 a span {
    display: block;
    padding: 10px 60px 10px 40px;
    background: url(/common/images/guide/first_il01.png) no-repeat 98% 50%;
    background-size: 35px auto;
  }

  #guideContents .btLink03 {
    width: 258px;
    margin: 15px auto 0;
    background: #ff9b00;
    background: -moz-linear-gradient(top, #ff9b00 0%, #ff9000 50%, #ff8100 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9b00), color-stop(50%, #ff9000), color-stop(100%, #ff8100));
    background: -webkit-linear-gradient(top, #ff9b00 0%, #ff9000 50%, #ff8100 100%);
    background: -o-linear-gradient(top, #ff9b00 0%, #ff9000 50%, #ff8100 100%);
    background: -ms-linear-gradient(top, #ff9b00 0%, #ff9000 50%, #ff8100 100%);
    background: linear-gradient(to bottom, #ff9b00 0%, #ff9000 50%, #ff8100 100%);
    border-top: none;
    border-right: none;
    border-bottom: solid 1px #d26d00;
    border-left: none;
    color: #ffffff;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  #guideContents .btLink03:hover {
    background: #ff6c00;
  }

  #guideContents .btLink03 a {
    display: block;
    color: #ffffff;
    padding: 10px 10px;
  }

  /* guideBox */
  #guideContents .guideBox {
    margin-top: 30px;
    padding: 10px 15px;
    border: solid 1px #dedede;
  }

  #guideContents .guideBox .guideBoxTitle {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
  }

  #guideContents .guideBox .campaignCol {
    margin-top: 0;
  }

  #guideContents .guideBox .campaignCol .col {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  #guideContents .guideBox .campaignCol .col:first-child {
    margin-left: 0;
  }

  #guideContents .guideBox .campaignCol .col .campaignImage {
    position: relative;
    width: 100%;
    height: auto;
  }

  #guideContents .guideBox .campaignCol .col .campaignImage .balloon {
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    height: auto;
  }

  #guideContents .guideBox .campaignCol .col .campaignText {
    padding: 10px 0;
    background: #f2f0f0;
    font-size: 10px;
    font-size: 1.0rem;
    text-align: center;
  }

  #guideContents .guideBox .btLink01 {
    width: 238px;
    margin: 20px auto 0;
  }

  #guideContents .guideBox .btLink01 a {
    text-align: center;
  }

  #guideContents .guideBox .mailMagazineCol {}

  #guideContents .guideBox .mailMagazineCol .textCol {
    float: none;
    width: 100%;
  }

  #guideContents .guideBox .mailMagazineCol .btLink03 {
    float: none;
    margin: 10px 0 0;
  }

  #guideContents .guideBox .mailMagazineCol .imageCol {
    float: none;
    width: 100%;
    margin-top: 10px;
  }

  /* visacardBox */
  #guideContents .visacardBox {
    position: relative;
    margin-top: 25px;
    padding: 15px 15px;
    background: #edf5f9;
  }

  #guideContents .visacardBox .visacardBoxTitle {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
  }

  #guideContents .visacardBox .iconList01 {
    width: 100%;
    margin-top: 5px;
  }

  #guideContents .visacardBox .iconList01 li {
    float: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  #guideContents .visacardBox .cardImage {
    position: inherit;
    top: auto;
    right: auto;
    width: 170px;
    height: auto;
    margin: 15px auto 0;
  }

  #guideContents .btLink04 {
    width: 238px;
    margin: 10px auto 0;
    background: #1d3480;
    background: -moz-linear-gradient(top, #1d3480 0%, #132673 50%, #0f1f64 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1d3480), color-stop(50%, #132673), color-stop(100%, #0f1f64));
    background: -webkit-linear-gradient(top, #1d3480 0%, #132673 50%, #0f1f64 100%);
    background: -o-linear-gradient(top, #1d3480 0%, #132673 50%, #0f1f64 100%);
    background: -ms-linear-gradient(top, #1d3480 0%, #132673 50%, #0f1f64 100%);
    background: linear-gradient(to bottom, #1d3480 0%, #132673 50%, #0f1f64 100%);
    border-top: none;
    border-right: none;
    border-bottom: solid 1px #d26d00;
    border-left: none;
    color: #ffffff;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  #guideContents .btLink04:hover {
    background: #0f1f64;
  }

  #guideContents .btLink04 a {
    display: block;
    color: #ffffff;
    padding: 15px 10px;
  }

  /* /sitemap
=========================================*/
  /* sitemapHeading */
  #sitemapContents .sitemapHeading01 {
    width: 100%;
    margin-top: 10px;
    background: #0075c1;
    border-bottom: solid 2px #005185;
    color: #ffffff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
  }

  #sitemapContents .sitemapHeading01 a {
    display: block;
    padding: 7px 10px 7px 37px;
    background: url(/common/images/sitemap/sitemap_ic01.png) no-repeat 19px 50%;
    background-size: 12px 12px;
    color: #ffffff;
  }

  #sitemapContents .sitemapHeading02 {
    margin-top: 15px;
    padding-left: 10px;
    border-left: solid 5px #00b6e1;
    color: #0088c1;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.2;
  }

  /* sitemapIndent */
  #sitemapContents .sitemapIndent {
    padding-left: 15px;
  }

  #sitemapContents .sitemapIndent .col3Type {
    margin-left: 15px;
  }

  #sitemapContents .sitemapIndent .col3Type {
    margin-top: 10px;
  }

  #sitemapContents .sitemapIndent .col3Type li {
    width: 100%;
    margin-top: 10px;
  }

  #sitemapContents .sitemapIndent .col3Type li:first-child {
    margin-top: 0;
  }

  /* sitemapCol */
  #sitemapContents .sitemapCol {
    margin-top: 0;
  }

  #sitemapContents .sitemapCol .col {
    float: none;
    width: 100%;
    margin-top: 10px;
  }

  #sitemapContents .sitemapCol .col:first-child {
    margin-right: 0;
  }

  #sitemapContents .sitemapCol .col .sitemapHeading01:first-child {
    margin-top: 0;
  }

  /* otherLinkBox */
  .otherLinkBox {
    margin-top: 15px;
    padding: 10px 15px;
    border: solid 1px #dedede;
  }

  .otherLinkBox .listLink01 {
    margin-top: 0;
  }

  .otherLinkBox .listLink01 li {
    float: none;
    width: auto;
    margin-top: 7px;
    margin-right: 0;
  }

  .otherLinkBox .listLink01 li:first-child {
    margin-top: 0;
  }

  /* /qa
=========================================*/
  /* topHeaiding01 */
  #qaContents .topHeaiding01 {
    margin: 0 0 15px;
    padding: 80px 0 9px;
    border-bottom: 2px solid #d2d2d2;
  }

  #qaContents .topHeaiding01>.head {
    position: relative;
    float: left;
    padding: 8px 0 0 30px;
    color: #000000;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
  }

  #qaContents .topHeaiding01>.head>.icon {
    position: absolute;
    left: 0;
    top: 4px;
    width: 24px;
  }

  #qaContents .topHeaiding01>.head>.icon img {
    width: 24px;
    height: auto;
  }

  #qaContents .topHeaiding01>.more {
    float: right;
  }

  #qaContents .topHeaiding01>.more>a {
    position: relative;
    display: inline-block;
    padding: 7px 15px 7px 28px;
    border: 1px solid #cccccc;
    border-bottom-width: 2px;
    background: #ffffff;
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #f9f9f9 49.99%, #f2f2f2 100%);
    background: -moz-linear-gradient(top, #f9f9f9 0%, #f9f9f9 49.99%, #f2f2f2 100%);
    background: -ms-linear-gradient(top, #f9f9f9 0%, #f9f9f9 49.99%, #f2f2f2 100%);
    background: -o-linear-gradient(top, #f9f9f9 0%, #f9f9f9 49.99%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #f9f9f9 0%, #f9f9f9 49.99%, #f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
    color: #000000;
    font-size: 10px;
    font-size: 1.0rem;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  #qaContents .topHeaiding01>.more>a:after {
    content: "";
    position: absolute;
    left: 7px;
    top: 50%;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: -6px 0 0 0;
    background-image: url(/common/images_sys/top_ic01_sp.png);
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  /* infoIndex */
  #qaContents #infoIndex {
    clear: both;
    margin: 0;
  }

  #qaContents #infoIndex>.newsWrap {
    clear: both;
    margin: 18px 0 0;
  }

  #qaContents #infoIndex>.newsWrap>*:first-child {
    margin-top: 0 !important;
  }

  #qaContents #infoIndex>.newsWrap>.newsList {
    margin: 15px 0 0 0;
  }

  #qaContents #infoIndex>.newsWrap>.newsList>dt {
    margin: 1em 0 0 0;
  }

  #qaContents #infoIndex>.newsWrap>.newsList>dt:first-child {
    margin-top: 0 !important;
  }

  #qaContents #infoIndex>.newsWrap>.newsList>dt>.date {
    color: #000000;
    font-size: 11px;
    font-size: 1.1rem;
  }

  #qaContents #infoIndex>.newsWrap>.newsList>dt>.newsIcon {
    display: inline-block;
    margin: 0 0 0 5px;
    vertical-align: middle;
  }

  #qaContents #infoIndex>.newsWrap>.newsList>dt>.newsIcon img {
    width: 26px;
    height: auto;
    vertical-align: middle;
  }

  #qaContents #infoIndex>.newsWrap>.newsList>dd {
    margin: 0.25em 0 0 0;
  }

  #qaContents #infoIndex>.newsWrap>.newsList>dd>.headline {
    font-size: 12px;
    font-size: 1.2rem;
  }

  #qaContents #infoIndex>.newsWrap>.newsList>dd>.headline>.fileIcon {
    display: inline-block;
    margin: 0 0 0 5px;
    vertical-align: middle;
  }

  #qaContents #infoIndex>.newsWrap>.newsList>dd>.headline>a+.fileIcon img {
    width: 11px;
    height: auto;
    vertical-align: middle;
  }

  #qaContents #infoIndex>.newsWrap>.newsList>dd>.headline>a[href$=".pdf"]+.fileIcon img {
    width: 15px;
    height: auto;
  }

  #qaContents #infoIndex>.newsWrap>.newsList>dd>.headline>.fileSize {
    display: inline-block;
    margin: 0 0 0 5px;
    color: #000000;
    font-size: 12px;
    font-size: 1.2rem;
  }

  /* rankingList */
  #qaContents .rankingList {
    margin-top: 15px;
  }

  #qaContents .rankingList li {
    margin-top: 10px;
    padding-left: 2.1em;
    text-indent: -2.1em;
    color: #0087c0;
    font-size: 11px;
    font-size: 1.1rem;
  }

  #qaContents .rankingList li:before {
    margin-right: 1em;
    font-weight: bold;
    content: "Q.";
  }

  /* searchArea */
  #qaContents .searchArea {
    margin-top: 25px;
    padding: 15px 15px;
    background: #f5f5f5;
  }

  #qaContents .searchArea .searchAreaInner {
    padding-left: 15px;
  }

  #qaContents .searchArea .searchInput {
    margin-top: 10px;
  }

  #qaContents .searchArea .searchInput li {
    float: left;
    margin-right: 0;
  }

  #qaContents .searchArea .searchInput li:first-child {
    margin-right: 7px;
  }

  #qaContents .searchArea .searchInput input[type="text"] {
    width: 180px;
    height: 30px;
    border: solid 1px #dadbdd;
  }

  #qaContents .searchArea .searchInput input[type="button"] {
    width: 55px;
    height: 30px;
    background: #0085cb;
    background: -moz-linear-gradient(top, #0085cb 0%, #0078c4 50%, #006aba 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0085cb), color-stop(50%, #0078c4), color-stop(100%, #006aba));
    background: -webkit-linear-gradient(top, #0085cb 0%, #0078c4 50%, #006aba 100%);
    background: -o-linear-gradient(top, #0085cb 0%, #0078c4 50%, #006aba 100%);
    background: -ms-linear-gradient(top, #0085cb 0%, #0078c4 50%, #006aba 100%);
    background: linear-gradient(to bottom, #0085cb 0%, #0078c4 50%, #006aba 100%);
    border-top: none;
    border-right: none;
    border-bottom: solid 1px #002846;
    border-left: none;
    color: #ffffff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
  }

  #qaContents .searchArea .searchInput input[type="button"]:hover {
    width: 55px;
    height: 30px;
    background: #0067a9;
    background: -moz-linear-gradient(top, #0085cb 0%, #0078c4 50%, #006aba 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0085cb), color-stop(50%, #0078c4), color-stop(100%, #006aba));
    background: -webkit-linear-gradient(top, #0085cb 0%, #0078c4 50%, #006aba 100%);
    background: -o-linear-gradient(top, #0085cb 0%, #0078c4 50%, #006aba 100%);
    background: -ms-linear-gradient(top, #0085cb 0%, #0078c4 50%, #006aba 100%);
    background: linear-gradient(to bottom, #0085cb 0%, #0078c4 50%, #006aba 100%);
    border-top: none;
    border-right: none;
    border-bottom: solid 1px #002846;
    border-left: none;
    color: #ffffff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
  }

  #qaContents .searchArea .searchInput input[type="button"]:active {
    width: 55px;
    height: 30px;
    background: #0067a9;
    background: -moz-linear-gradient(top, #0085cb 0%, #0078c4 50%, #006aba 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0085cb), color-stop(50%, #0078c4), color-stop(100%, #006aba));
    background: -webkit-linear-gradient(top, #0085cb 0%, #0078c4 50%, #006aba 100%);
    background: -o-linear-gradient(top, #0085cb 0%, #0078c4 50%, #006aba 100%);
    background: -ms-linear-gradient(top, #0085cb 0%, #0078c4 50%, #006aba 100%);
    background: linear-gradient(to bottom, #0085cb 0%, #0078c4 50%, #006aba 100%);
    border-top: none;
    border-right: none;
    border-bottom: solid 1px #002846;
    border-left: none;
    color: #ffffff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
  }

  #qaContents .searchArea .categoryList {
    overflow: hidden;
    margin-top: 10px;
  }

  #qaContents .searchArea .categoryList li {
    float: none;
    width: 100%;
    margin-top: 10px;
    padding: 0 0 0 14px;
    background: url(/common/images/footer_ic10.png) no-repeat 0 0.2em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  .pointTop .categoryBox {
    padding-top: 160px;
    margin-top: -110px;
  }

  /* contactArea */
  #qaContents .contactArea {
    margin-top: 24px;
    padding: 20px 25px;
    background: #eff6f8;
  }

  #qaContents .contactArea .contactInfo {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: left;
  }

  #qaContents .contactArea .contactDetail {
    margin-top: 15px;
    letter-spacing: -.40em;
    text-align: left;
  }

  #qaContents .contactArea .contactDetail dt {
    display: inline-block;
    padding: 0 0 0 0;
    letter-spacing: normal;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
  }

  #qaContents .contactArea .contactDetail dd {
    display: inline-block;
    padding: 0 0 0 0;
    border-left: none;
    letter-spacing: normal;
    text-align: left;
    vertical-align: top;
  }

  #qaContents .contactArea .contactDetail dd p {
    float: none;
  }

  #qaContents .contactArea .contactDetail dd p:first-child {
    margin-top: 5px;
    line-height: 1.2;
  }

  #qaContents .contactArea .contactDetail dd p.contactBt {
    display: table;
    width: 100%;
    margin: 15px 0 0 0;
    background: #0085cb;
    background: -moz-linear-gradient(top, #0085cb 0%, #0078c4 50%, #006aba 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0085cb), color-stop(50%, #0078c4), color-stop(100%, #006aba));
    background: -webkit-linear-gradient(top, #0085cb 0%, #0078c4 50%, #006aba 100%);
    background: -o-linear-gradient(top, #0085cb 0%, #0078c4 50%, #006aba 100%);
    background: -ms-linear-gradient(top, #0085cb 0%, #0078c4 50%, #006aba 100%);
    background: linear-gradient(to bottom, #0085cb 0%, #0078c4 50%, #006aba 100%);
    border-top: none;
    border-right: none;
    border-bottom: solid 1px #002846;
    border-left: none;
  }

  #qaContents .contactArea .contactDetail dd p.contactBt a {
    display: table-cell;
    padding: 10px 10px;
    color: #ffffff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
  }

  #qaContents .contactArea .contactDetail dd p.contactBt:hover {
    background: #0067a9;
  }

  #qaContents .contactArea .contactDetail dd p.contactBt:hover a {
    text-decoration: none;
  }

  #qaContents .contactArea .notes {
    margin-top: 7px;
  }

  /* qaBox */
  #qaContents .qaBox {
    margin-top: 15px;
  }

  #qaContents .qaBox dt {
    min-height: 20px;
    margin-bottom: 5px;
    padding: 4px 0 4px 30px;
    background: url(/common/images/qa/common_ic02.png) no-repeat 0 0;
    background-size: 20px 20px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  #qaContents .qaBox dd {
    padding: 13px 13px 13px 13px;
    border: solid 2px #dedede;
  }

  #qaContents .qaBox dd .answer {
    padding: 4px 0 0 28px;
    background: url(/common/images/qa/common_ic03.png) no-repeat 0 0;
    background-size: 20px 20px;
    font-size: 10px;
    font-size: 1.0rem;
  }

  #qaContents .qaBox dd .answerImage {
    width: 190px;
    margin: 10px auto 0;
  }

  #qaContents .qaBox dd .answerImage .txCaption {
    margin-top: 10px;
    font-size: 9px;
    font-size: 0.9rem;
  }

  #qaContents .qaBox dd .infoArea {
    padding-left: 15px;
  }

  #qaContents .qaBox dd .qaHighlight {
    margin-top: 15px;
    font-size: 10px;
    font-size: 1.0rem;
    font-weight: bold;
  }

  #qaContents .qaBox dd .qaHighlight+p {
    font-size: 10px;
    font-size: 1.0rem;
  }

  /* qaNaviBt */
  #qaContents .qaNaviBt {
    margin-top: 15px;
    text-align: center;
  }

  #qaContents .qaNaviBt li {
    display: inline-block;
    margin: 0 5px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f9f9f9), color-stop(100%, #f2f2f2));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
    border-top: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    border-bottom: solid 2px #cccccc;
    border-left: solid 1px #cccccc;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  #qaContents .qaNaviBt li a {
    display: block;
    color: #000000;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    font-size: 10px;
    font-size: 1.0rem;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  #qaContents .qaNaviBt li.prevBt a {
    padding: 9px 20px 9px 28px;
    background: url(/common/images/common_ic04.png) no-repeat 7px 50%;
    background-size: 12px 12px;
  }

  #qaContents .qaNaviBt li.nextBt a {
    padding: 9px 28px 9px 20px;
    background: url(/common/images/common_ic01.png) no-repeat 93% 50%;
    background-size: 12px 12px;
  }

  #qaContents .qaNaviBt li:hover {
    background: #00b6e1;
    border-top: solid 1px #00b6e1;
    border-right: solid 1px #00b6e1;
    border-bottom: solid 2px #00b6e1;
    border-left: solid 1px #00b6e1;
  }

  #qaContents .qaNaviBt li:hover a {
    color: #ffffff;
    text-decoration: none;
  }

  /* enjoy
=========================================*/
  /* enjoyLead */
  #enjoyContents .enjoyLead {
    margin-top: 10px;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
  }

  /* tabArea */
  #enjoyContents #tabArea {
    margin-top: 15px !important;
  }

  #enjoyContents #tabArea h2.tabsHeading {
    display: block;
    float: none !important;
    width: 100% !important;
    margin: 3px 0 0 0 !important;
    background: #efefef url(/common/images/enjoy/enjoy_ic01_sp.png) no-repeat 97% 50% !important;
    background-size: 17px 17px !important;
    border: solid 1px #cccccc !important;
    font-size: 11px !important;
    font-size: 1.1rem !important;
    font-weight: bold;
    line-height: 1.2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  #enjoyContents #tabArea h2.tabsHeading:first-child {
    margin: 0 0 0 0 !important;
  }

  #enjoyContents #tabArea h2.tabsHeading.active {
    position: relative;
    background: #0075c2 url(/common/images/enjoy/enjoy_ic02_sp.png) no-repeat 97% 50% !important;
    background-size: 17px 17px !important;
    color: #ffffff !important;
    border: solid 1px #0075c2 !important;
  }

  #enjoyContents #tabArea h2.tabsHeading span a,
  #enjoyContents #tabArea h2.tabsHeading.active span {
    display: block;
    padding: 10px 35px 10px 16px !important;
  }

  #enjoyContents #tabArea .tabsList {
    display: none;
  }

  #enjoyContents #tabArea .resp-tabs-container {
    margin-top: 0;
  }

  #enjoyContents #tabArea .resp-tabs-container>div.resp-tab-content {
    padding: 0 15px 15px !important;
    border: none !important;
  }

  /* enjoyCol */
  #enjoyContents .enjoyCol {
    margin-top: 9px;
  }

  #enjoyContents .enjoyCol .imageCol {
    float: none;
    width: 100%;
  }

  #enjoyContents .enjoyCol .imageCol02 {
    margin-top: 34px;
  }

  #enjoyContents .enjoyCol .detailCol {
    float: none;
    width: 100%;
    text-align: center;
  }

  #enjoyContents .enjoyCol .detailCol .enjoyTitle01 {
    margin-top: 17px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
  }

  #enjoyContents .enjoyCol .detailCol .enjoyTitle01 span.bgLine {
    display: inline-block;
    background: url(/common/images/enjoy/enjoy_bg01.gif) repeat-x 0 90%;
  }

  #enjoyContents .enjoyCol .detailCol .enjoyText01 {
    margin-top: 10px;
    font-size: 10px;
    font-size: 1.0rem;
  }

  #enjoyContents .enjoyCol p.notes {
    font-size: 10px;
    font-size: 1.0rem;
  }

  #enjoyContents .enjoyCol .detailCol .enjoyText01 {
    text-align: center;
  }

  #enjoyContents .enjoyCol .detailCol .detailImage .images {
    float: none;
    display: inline;
    width: 50px;
    margin: 0 0 5px 0;
  }

  #enjoyContents .enjoyCol .detailCol .detailImage img {
    float: none;
    position: relative;
    width: 40px;
    height: auto;
    margin-right: 5px;
  }

  #enjoyContents .enjoyCol .detailCol .detailImage .card {
    display: inline;
    line-height: 1.1;
  }

  #enjoyContents .enjoyCol .detailCol .detailImage .card img {
    width: 50px;
    height: auto;
  }

  #enjoyContents .enjoyCol .detailCol .pointText {
    color: #d1373f;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
  }

  #enjoyContents .enjoyCol .detailCol .saveText {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
  }

  #enjoyContents .enjoyCol .detailCol .saveBt,
  #enjoyContents .enjoyCol .detailCol .useBt {
    margin-top: 15px;
    border-top: solid 2px #e4e4e4;
    border-right: solid 2px #e4e4e4;
    border-bottom: solid 3px #e4e4e4;
    border-left: solid 2px #e4e4e4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  #enjoyContents .enjoyCol .detailCol .saveBt a {
    display: block;
    padding: 10px 23px 10px 10px;
    background: url(/common/images/enjoy/enjoy_ic03.png) no-repeat 97% 50%;
    background-size: 12px 12px;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.3;
  }

  #enjoyContents .enjoyCol .detailCol .useBt a {
    display: block;
    padding: 10px 23px 10px 10px;
    background: url(/common/images/enjoy/enjoy_ic04.png) no-repeat 97% 50%;
    background-size: 12px 12px;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.3;
  }

  #enjoyContents .enjoyCol .payText {
    min-height: 30px;
    margin: 15px auto;
    padding: 7px 0 0 36px;
    background: url(/common/images/enjoy/enjoy_ic05.png) no-repeat 0 0;
    background-size: 30px 30px;
    color: #d1373f;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.2;
    width: 170px;
  }

  #enjoyContents .enjoyCol .payText span {
    display: inline-block;
    background: url(/common/images/enjoy/enjoy_bg04.gif) repeat-x 0 90%;
  }

  /* arrowArea */
  #enjoyContents .arrowArea {
    width: 100%;
    min-height: auto;
    margin: 30px auto 18px;
    background: url(/common/images/enjoy/enjoy_bg03.png) no-repeat 0 0;
    background-size: 100% auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  #enjoyContents .arrowArea .arrowAreaInner {
    padding: 20px 0 26px 0;
    background: url(/common/images/enjoy/enjoy_bg02.png) no-repeat 50% 100%;
    background-size: 43px auto;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
  }

  #enjoyContents .arrowArea .arrowAreaInner .pointText {
    color: #d1373f;
    font-size: 15px;
    font-size: 1.5rem;
  }

  /* facilitiesArea */
  #enjoyContents .facilitiesArea {
    margin-top: 20px;
    padding-left: 0;
  }

  #enjoyContents .facilitiesArea dt {
    font-size: 10px;
    font-size: 1.0rem;
  }

  #enjoyContents .facilitiesArea dd {}

  #enjoyContents .facilitiesArea dd .facilitiesBt {
    margin-top: 0;
  }

  #enjoyContents .facilitiesArea dd .facilitiesBt li {
    float: none;
    width: 100%;
    margin-top: 8px;
    margin-left: 0;
    border-top: solid 3px #e4e4e4;
    border-right: solid 3px #e4e4e4;
    border-bottom: solid 6px #e4e4e4;
    border-left: solid 3px #e4e4e4;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  #enjoyContents .facilitiesArea dd .facilitiesBt li:first-child {
    margin-left: 0;
  }

  #enjoyContents .facilitiesArea dd .facilitiesBt li a {
    display: block;
    padding: 11px 30px 11px 76px;
    text-indent: -67px;
    background: url(/common/images/enjoy/enjoy_ic04.png) no-repeat 97% 50%;
    background-size: 12px auto;
    font-size: 11px;
    font-size: 1.1rem;
  }

  #enjoyContents .facilitiesArea dd .facilitiesBt li a span {
    display: inline-block;
    width: 56px;
    height: 22px;
    margin-right: 11px;
    background: url(/common/images/enjoy/enjoy_tx01.png) no-repeat 0 0;
    background-size: 56px 22px;
    text-indent: -9999px;
    vertical-align: middle;
  }

  /* serviceArea */
  #enjoyContents .serviceArea {
    margin-top: 20px;
    margin-bottom: 25px;
    padding: 15px 15px;
    background: #fffcd9;
  }

  #enjoyContents .serviceArea dt {
    color: #ff8300;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
  }

  #enjoyContents .serviceArea dd {
    margin-top: 0;
  }

  #enjoyContents .serviceArea dd .serviceBt {
    text-align: center;
    letter-spacing: -.40em;
  }

  #enjoyContents .serviceArea dd .serviceBt li {
    display: inline-block;
    width: 100%;
    margin: 7px 0 0;
    background: #ffffff url(/common/images/enjoy/enjoy_ic04.png) no-repeat 97% 50%;
    background-size: 12px 12px;
    letter-spacing: normal;
  }

  #enjoyContents .serviceArea dd .serviceBt li a {
    display: block;
    padding: 9px 24px 9px 37px;
    border-top: solid 1px #dedede;
    border-right: solid 1px #dedede;
    border-bottom: solid 3px #dedede;
    border-left: solid 1px #dedede;
    color: #b26500;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: left;
  }

  #enjoyContents .serviceArea dd .serviceBt li.category a {
    background: url(/common/images/enjoy/enjoy_ic06.png) no-repeat 9px 50%;
    background-size: 18px 18px;
  }

  #enjoyContents .serviceArea dd .serviceBt li.point a {
    background: url(/common/images/enjoy/enjoy_ic07.png) no-repeat 9px 50%;
    background-size: 18px 18px;
  }

  #enjoyContents .lineBreak {
    display: none;
  }

  #enjoyContents .lineBreak02 {
    display: block;
    height: 0;
  }

  /* ClearFix
=========================================*/
  #pointContents #mainVisual .couponDetail .couponIconList:after,
  #pointContents .pointCol:after,
  #pointContents .pointCol .infoCol .procedureBox dd ol:after {
    content: "";
    display: block;
    clear: both;
  }

  #pointContents #mainVisual .couponDetail .couponIconList,
  #pointContents .pointCol,
  #pointContents .pointCol .infoCol .procedureBox dd ol {
    min-height: 1%;
    zoom: 1;
  }

  /* 追加
=========================================*/
  .member-price {
    font-size: .8rem;
    padding: 0 0 0 9%;
  }

  .member-price-medical {
    font-size: .8rem;
    padding: 10% 0% 0 20%;
    text-align: justify;
  }

  .equalHeight .iconLink01.nolinkIcon {
    font-size: .8rem;
    margin: 0 auto;
    padding: 5px 0;
    width: 80%;
  }

  .house-Height .iconLink01.nolinkIcon {
    font-size: .8rem;
    margin: 0 auto;
    padding: 5px 0;
    width: 100%;
  }

  .leadText-textalign {
    margin-bottom: 12px;
    padding: 0 15px;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: left !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  .br-space {
    display: block !important;
  }

  .tourist-br-space {
    display: block !important;
  }

  .tourist-br-space2 {
    display: block !important;
  }

  .moving-btnBox {
    margin-top: 20px;
  }

  .col .image .photo {
    height: auto;
    overflow: hidden;
    background-color: #ccc;
  }

  .photo_Thumbnail img {
    width: 100% !important;
    height: auto;
    overflow: hidden;
    background-color: #ccc;
  }

  .sp-displey-none {
    display: none;
  }

  .textSpace {
    height: 68px;
    width: 500px;
    vertical-align: middle;
    display: table-cell;
  }

  #visa .idLinkArea dd .caution>br {
    display: none;
  }

  #visa .idLinkArea dd>.caution.text-left {
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
  }

  #content #main.survey>ul>li {
    font-size: 1.2rem;
  }

  #content #main.survey>.btn>li:nth-child(1)::before {
    text-align: center;
    content: "▼";
    padding-right: 6px;
  }

  #content #main.survey>.btn>li:nth-child(2) {
    font-size: 1.8rem;
  }

  #content #main.survey>.btn>li:nth-child(3) {
    content: "※";
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
    padding-right: 1em;
  }

  #content #main.survey>.link {
    background-color: #eff6f8;
    padding: 10px;
    margin: 20px auto 0;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.8;
  }

  #content #main.survey>.link span {
    color: #00b6e1;
    padding-right: 10px;
    font-size: 1rem;
  }

  #content #main.survey>.link li {
    align-items: flex-start;
    flex-wrap: wrap;
    padding-left: 1em;
    text-indent: -1em;
  }

  #content #main.survey>.link>li::before {
    padding-right: 0;
  }

  @media screen and (min-width: 568px) and (max-width: 667px) {
    .visaRent .rentTitle h1+.read .sp-break {
      display: inline;
    }
  }

  .sp_layout {
    display: block;
  }

  /* wideCol対応（ツーリスト） start
  =========================================*/
  .choiceCol01 .col.wideCol {
    float: none;
    width: 100%;
    margin: 10px 0 0 0;
    background: #f5f5f5;
    border-bottom: solid 2px #dedede;
  }

   .col.wideCol .image .photo {
    overflow: hidden;
    background-color: #ccc;
  }

  .choiceCol01 .col.wideCol .image img {
    width: 50%;
  }

  .choiceCol01.hasWideCol .col:nth-child(even) {
    margin-right: 4%;
  }

  .choiceCol01.hasWideCol .col:nth-child(odd) {
    margin-right: 0;
  }


  /* wideCol対応（ツーリスト） end
  =========================================*/

  /* 残置物撤去対応 start
  =========================================*/

  #pointContents .pointCol .infoCol .descriptionBox {
    padding: 0 30px 0px 30px;
    margin: 30px 0 30px 0;
  }

  #pointContents .pointCol .infoCol .descriptionBox .blockA {
    margin: 0 0 20px 0;
    float: none;
    width: 100%;
  }

  #pointContents .pointCol .infoCol .descriptionBox .blockA .corporationInfo {
    margin: 10px 0 10px 0;
    padding-left: 1em;
    text-indent:-1.3em;
    position: relative;
  }

  #pointContents .pointCol .infoCol .descriptionBox .blockA .corporationInfo:before {
    content: '・';
    display: inline-block;
    width: 1em;
    text-indent: 0;
    font-size: 12px;
  }

  #pointContents .pointCol .infoCol .descriptionBox .blockB {
    margin: 20px 0 20px 0;
    float: none;
    width: 100%;
  }

  #pointContents .pointCol .infoCol .descriptionBox .blockB .corporationInfo {
    margin: 10px 0 10px 0;
    padding-left: 1em;
    text-indent:-1.3em;
  }

  #pointContents .pointCol .infoCol .descriptionBox .blockB .corporationInfo:before {
    content: '・';
    display: inline-block;
    width: 1em;
    text-indent: 0;
    font-size: 12px;
  }

  #pointContents .pointCol .infoCol .descriptionBox .blockC {
    margin: 20px 0 0 0;
    display: table-cell;
    vertical-align: middle;
  }

    /* 残置物撤去対応 end
    =========================================*/

  	/* ======================
	 * KEYUKAバーコードページ
	======================= */

	.barcideBreadcrumb{
	  display:none;
	}

	#content.barcodePgLayout{
		margin-top:0px;
		padding-top:0px;
	}

	.privilegeWithBarcodeArea .detail li {
	  float: left;
	  padding-left: 20%;
	  width:40%;
	  background: url(/common/images_sys/keyuca_ic03.png) no-repeat 8px 50%;
	  background-size:18%;
	  background-position: 10% 40%
	}

	.privilegeWithBarcodeArea .detail li:first-child {
	  padding-left: 0px;
	  background: none;
	  width:40%;
	  float:left;

	}
	
	.privilegeWithBarcodeArea2 {
  padding: 10px 10px 20px;
  background-color: #b7e8e8;
}
.privilegeWithBarcodeArea2 + .notes {
  margin-top: 30px;
}
.privilegeWithBarcodeArea2 .title {
  color: #045454;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
}
.privilegeWithBarcodeArea2 .detail {
  margin-top: 10px;
}
.privilegeWithBarcodeArea2 .detail li {
  /*float: left;*/
  padding-left: 0;
  /*background: url(/common/images_sys/keyuca_ic03.png) no-repeat 8px 50%;*/
  padding-top: 10px;
}
.privilegeWithBarcodeArea2 .detail li:first-child {
  padding-left: 0;
  background: none;
}

/* 20220105_update */
.visa_body .pcImage{
      display: none;
}

.visa_body .spImage{
    display: block;
}

.visa_body .vpass,
.visaTop .aCard{
  height: auto;
}

.vpass_app a{
  justify-content: center;
}

.visa_body .vpass .login_btn_link{
  margin-top: 6px;
}

.login_btn{
  text-align: center;
}

.login_btn span:last-child{
  width: 100%;
  font-size: 20px;
}

.visa_body .vpass .login_btn_link p{
  padding-bottom: 10px;
}

.mainNotes{
  margin: 0 15px;
}

.vpoint{
  margin: 10px 15px 80px;
}

.vpoint img{
  max-width: 100%;
}

.topContent #visa h2 > div{
  margin-top: -20px;
}

.topContent #visa h2 .tlt_icon{
  max-width: 64px;
  max-height: 40px;
}

.topContent #visa h2:after{
  height: 40px;
}

#visa .visa_content h3{
  font-size: 16px;
}

#visa .content_box{
  margin: 0 15px;
}

#visa .content_row{
  flex-wrap: wrap;
}


#visa .content_col6{
  width: 100%;
}

#visa .content_col6_2{
  width: 100%;
}

#visa .content_col6:first-child{
  margin-bottom: 40px;
}

#visa .utilityRatesList p{
  /*margin-left: 50px*/
  text-align: center !important;
}

#visa .visa_section .caution_box{
  padding: 20px 10px;
}

#visa .visa_section .content_box:last-child{
  padding-bottom: 0;
}

#visa .visa_section figure,
#visa .visa_tokuten_section figure{
  margin: 50px 0 40px;
}

#visa .visa_section figure figcaption,
#visa .visa_tokuten_section figure figcaption{
  position: static !important;
  width: 100% !important;
}

#visa .content_box1 figcaption .btn_link_area{
  padding: 10% 0 0 0 !important;
}

#visa .btn_link_area .btn_link{
  max-width: 100% !important;
  width: auto !important;
  font-size: 18px;
  padding: 7px 30px 7px 30px !important;
  line-height: 1.25 !important;
}
#visa .btn_link_area {
padding-top: 0;
}

#visa .closelink_btn p a{
  padding: 0;
  margin: auto !important;
}

#visa .accordion_btn{
  margin-top: 30px !important;
}

#visa .visa_tokuten_section{
  padding: 80px 0;
}

#visa .visa_tokuten_section figure{
  padding-bottom: 0 !important;
}

#visa .visa_section figcaption .ozmall{
  padding: 40px 0 !important;
}

#visa .visa_tokuten_section figcaption .btn_link_area.visabox{
  padding:  0;
}

#visa .visa_tokuten_section .accordion{
  margin-top:0;
}

#visa .visa_tokuten_section .caution_box{
  margin-bottom: 0;
}

#visa .visa_tokuten_section .closelink_btn{
  margin-top: 0 !important;
}

#visa .visa_tokuten_section figcaption .btn_link_area.ozmall{
  padding: 20px 0 0;
}

#visa .ozmall_tlt{
  margin-bottom: 20px;
}

#visa .vpoint_section{
  margin-bottom: 80px !important;
}

#visa .vpoint_section .content_row{
  margin: 60px 15px 0;
}

#visa .vpoint_section .visa_content_box{
  padding:40px 15px;
}

#visa .vpoint_section .visa_content_box.top .vpoint_img{
  height: auto !important;
}
.vCouponFlex{
  display: block;
}
.vCoupon-title{
  margin-top: 3%;
  display: block !important;
  font-size: 4.5vw !important;
  text-align: center;
}
.vCoupon-img{
  width: 76% !important;
  margin: 0 13%;
}
.vCoupon-expo{
  margin-left: 0;
}
.vCoupon-cont{
  display: block !important;
}

.pc_br{
  display: none !important;
}

#visa .vother_section .vother_content{
  padding: 55px 0 0;
}

#visa .vother_content > div dl{
  padding: 0;
  margin: 0 15px;
}

#visa .vother_content > div dl dt{
 width: calc(100% - 50px);
 display: block;
 margin-left: 60px;
 height: 56px;
 position: relative;
}

#visa .vother_content > div dl dt:before{
  width: 50px;
  height: 100%;
  position: absolute;
  left: -60px;
  margin-left: 0;
}

#visa .vother_content > div dl dt.chargeID:before{
  margin: 0;
  background-size: 50px 56px;
}

#visa .vother_content > div dl dt.etc:before{
  margin: 0;
  background-size: 50px 30px;
  background-position: left;
}

#visa .vother_content > div dl dt.family:before{
  background-size: 50px 42px;
}

#visa .vother_content > div dl dd p.ozmall_tlt{
  margin-bottom: 50px;
}

#visa .notesBox_sec{
  margin-bottom: 40px;
}

#visa .visa_section h2.animated{
   animation-delay: 1.5s !important;
}

#visa .visa_section h2.animated .tlt_icon{
   animation-delay: 2s !important;
}

#visa .visa_section h2.animated .tlt_txt {
   animation-delay: 2s !important;
}

.memberIdCopy {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 20px;
  text-align: center;
  background-color: white;
  font-size: 150%;
}

.memberIdCopy .memberId{
  color: red;
  display: block;
}
.dispPc {
  display:none;
}

.accordion-title {
  display: flex;
  align-items: center; 
  font-weight: bold; 
  font-family: inherit;
  font-size: inherit;
  position: relative;
  padding-left: 15px;
  margin: 20px 0 10px 0;
}

.accordion-title::before {
  content: '';
  position: absolute;
  left: 5px;
  top: 0;
  width: 5px; 
  height: 100%; 
  background-color: #000; 
}

.accordion-title-text {
  margin-left: 10px; 
}

.accordion-header {
    appearance: none;
    font-family: inherit;
    font-size: inherit;
    display: flex;
    justify-content: space-between; 
    align-items: center;
    width: 100%;
    padding: 10px 15px;
    background-color: #fff;
    border: none; 
    border-top: 1px solid #ddd; 
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.accordion-header:hover {
    background-color: #f5f5f5; 
}

.accordion-content {
    display: none; 
    margin-bottom: 15px;
}

.accordion-icon {
    margin-left: auto; 
    transition: transform 0.3s ease; 
}